https://t.me/RX1948
Server : LiteSpeed
System : Linux srv526460274 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User : kerao9884 ( 1082)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /home/backup/EOAmS/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/backup/EOAmS/ECd7BNi4IbHnCX.sql
/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.11.14-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: ECd7BNi4IbHnCX
-- ------------------------------------------------------
-- Server version	10.11.14-MariaDB-ubu2204

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES
(2,1876,'Elias63','Elias63@gmail.com','','23.237.210.82','2025-10-28 09:20:15','2025-10-28 02:20:15','<a href=\"https://shorturl.fm/oJ2OR\" rel=\"nofollow ugc\">https://shorturl.fm/oJ2OR</a>',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_litespeed_url`
--

DROP TABLE IF EXISTS `wp_litespeed_url`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_litespeed_url` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `url` (`url`(191)),
  KEY `cache_tags` (`cache_tags`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_litespeed_url`
--

LOCK TABLES `wp_litespeed_url` WRITE;
/*!40000 ALTER TABLE `wp_litespeed_url` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_litespeed_url` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_litespeed_url_file`
--

DROP TABLE IF EXISTS `wp_litespeed_url_file`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_litespeed_url_file` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `url_id` bigint(20) NOT NULL,
  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
  `webp` tinyint(4) NOT NULL COMMENT 'webp=1',
  `expired` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `filename` (`filename`),
  KEY `type` (`type`),
  KEY `url_id_2` (`url_id`,`vary`,`type`),
  KEY `filename_2` (`filename`,`expired`),
  KEY `url_id` (`url_id`,`expired`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_litespeed_url_file`
--

LOCK TABLES `wp_litespeed_url_file` WRITE;
/*!40000 ALTER TABLE `wp_litespeed_url_file` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_litespeed_url_file` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=168964 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES
(1,'cron','a:11:{i:1762045518;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1762063518;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1762063816;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1762063819;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1762067116;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1762068916;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1762070716;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1762098521;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1762409121;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1762495518;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),
(2,'siteurl','https://lion288slot.com','on'),
(3,'home','https://lion288slot.com','on'),
(4,'blogname','Lion288 : Mission Digital Baru Level Up Cepat Jadi Champion','on'),
(5,'blogdescription','','on'),
(6,'users_can_register','0','on'),
(7,'admin_email','taikcicak10@gmail.com','on'),
(8,'start_of_week','1','on'),
(9,'use_balanceTags','0','on'),
(10,'use_smilies','1','on'),
(11,'require_name_email','','on'),
(12,'comments_notify','','on'),
(13,'posts_per_rss','10','on'),
(14,'rss_use_excerpt','0','on'),
(15,'mailserver_url','mail.example.com','on'),
(16,'mailserver_login','login@example.com','on'),
(17,'mailserver_pass','password','on'),
(18,'mailserver_port','110','on'),
(19,'default_category','1','on'),
(20,'default_comment_status','','on'),
(21,'default_ping_status','','on'),
(22,'default_pingback_flag','','on'),
(23,'posts_per_page','10','on'),
(24,'date_format','d/m/Y','on'),
(25,'time_format','H:i','on'),
(26,'links_updated_date_format','F j, Y g:i a','on'),
(27,'comment_moderation','','on'),
(28,'moderation_notify','','on'),
(29,'permalink_structure','/%postname%/','on'),
(30,'rewrite_rules','a:95:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=20&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','on'),
(31,'hack_file','0','on'),
(32,'blog_charset','UTF-8','on'),
(33,'moderation_keys','','off'),
(34,'active_plugins','a:1:{i:0;s:23:\"wp-compat/wp-compat.php\";}','on'),
(35,'category_base','','on'),
(36,'ping_sites','https://rpc.pingomatic.com/','on'),
(37,'comment_max_links','2','on'),
(38,'gmt_offset','','on'),
(39,'default_email_category','1','on'),
(40,'recently_edited','a:4:{i:0;s:106:\"/home/lion288slot.com/public_html/wp-content/themes/mabar88/inc/compatibility/edd/edd-common-functions.php\";i:2;s:69:\"/home/lion288slot.com/public_html/wp-content/themes/mabar88/style.css\";i:3;s:64:\"/home/lion288slot.com/public_html/wp-content/plugins/amp/amp.php\";i:4;s:0:\"\";}','off'),
(41,'template','mabar88','on'),
(42,'stylesheet','mabar88','on'),
(43,'comment_registration','','on'),
(44,'html_type','text/html','on'),
(45,'use_trackback','0','on'),
(46,'default_role','subscriber','on'),
(47,'db_version','60421','on'),
(48,'uploads_use_yearmonth_folders','1','on'),
(49,'upload_path','','on'),
(50,'blog_public','1','on'),
(51,'default_link_category','2','on'),
(52,'show_on_front','page','on'),
(53,'tag_base','','on'),
(54,'show_avatars','','on'),
(55,'avatar_rating','G','on'),
(56,'upload_url_path','','on'),
(57,'thumbnail_size_w','150','on'),
(58,'thumbnail_size_h','150','on'),
(59,'thumbnail_crop','1','on'),
(60,'medium_size_w','300','on'),
(61,'medium_size_h','300','on'),
(62,'avatar_default','mystery','on'),
(63,'large_size_w','1024','on'),
(64,'large_size_h','1024','on'),
(65,'image_default_link_type','none','on'),
(66,'image_default_size','','on'),
(67,'image_default_align','','on'),
(68,'close_comments_for_old_posts','','on'),
(69,'close_comments_days_old','14','on'),
(70,'thread_comments','','on'),
(71,'thread_comments_depth','5','on'),
(72,'page_comments','','on'),
(73,'comments_per_page','50','on'),
(74,'default_comments_page','newest','on'),
(75,'comment_order','asc','on'),
(76,'sticky_posts','a:0:{}','on'),
(77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(80,'uninstall_plugins','a:2:{s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";}','off'),
(81,'timezone_string','Asia/Jakarta','on'),
(82,'page_for_posts','0','on'),
(83,'page_on_front','20','on'),
(84,'default_post_format','0','on'),
(85,'link_manager_enabled','0','on'),
(86,'finished_splitting_shared_terms','1','on'),
(87,'site_icon','14','on'),
(88,'medium_large_size_w','768','on'),
(89,'medium_large_size_h','0','on'),
(90,'wp_page_for_privacy_policy','3','on'),
(91,'show_comments_cookies_opt_in','','on'),
(92,'admin_email_lifespan','1772749290','on'),
(93,'disallowed_keys','','off'),
(94,'comment_previously_approved','','on'),
(95,'auto_plugin_theme_update_emails','a:0:{}','off'),
(96,'auto_update_core_dev','enabled','on'),
(97,'auto_update_core_minor','enabled','on'),
(98,'auto_update_core_major','enabled','on'),
(99,'wp_force_deactivated_plugins','a:0:{}','off'),
(100,'wp_attachment_pages_enabled','0','on'),
(101,'initial_db_version','57155','on'),
(102,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','auto'),
(103,'fresh_site','0','off'),
(104,'user_count','3','off'),
(105,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','auto'),
(106,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;}','auto'),
(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.6.1\";s:5:\"files\";a:496:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:29:\"comment-content/style-rtl.css\";i:77;s:33:\"comment-content/style-rtl.min.css\";i:78;s:25:\"comment-content/style.css\";i:79;s:29:\"comment-content/style.min.css\";i:80;s:30:\"comment-template/style-rtl.css\";i:81;s:34:\"comment-template/style-rtl.min.css\";i:82;s:26:\"comment-template/style.css\";i:83;s:30:\"comment-template/style.min.css\";i:84;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:85;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:86;s:38:\"comments-pagination-numbers/editor.css\";i:87;s:42:\"comments-pagination-numbers/editor.min.css\";i:88;s:34:\"comments-pagination/editor-rtl.css\";i:89;s:38:\"comments-pagination/editor-rtl.min.css\";i:90;s:30:\"comments-pagination/editor.css\";i:91;s:34:\"comments-pagination/editor.min.css\";i:92;s:33:\"comments-pagination/style-rtl.css\";i:93;s:37:\"comments-pagination/style-rtl.min.css\";i:94;s:29:\"comments-pagination/style.css\";i:95;s:33:\"comments-pagination/style.min.css\";i:96;s:29:\"comments-title/editor-rtl.css\";i:97;s:33:\"comments-title/editor-rtl.min.css\";i:98;s:25:\"comments-title/editor.css\";i:99;s:29:\"comments-title/editor.min.css\";i:100;s:23:\"comments/editor-rtl.css\";i:101;s:27:\"comments/editor-rtl.min.css\";i:102;s:19:\"comments/editor.css\";i:103;s:23:\"comments/editor.min.css\";i:104;s:22:\"comments/style-rtl.css\";i:105;s:26:\"comments/style-rtl.min.css\";i:106;s:18:\"comments/style.css\";i:107;s:22:\"comments/style.min.css\";i:108;s:20:\"cover/editor-rtl.css\";i:109;s:24:\"cover/editor-rtl.min.css\";i:110;s:16:\"cover/editor.css\";i:111;s:20:\"cover/editor.min.css\";i:112;s:19:\"cover/style-rtl.css\";i:113;s:23:\"cover/style-rtl.min.css\";i:114;s:15:\"cover/style.css\";i:115;s:19:\"cover/style.min.css\";i:116;s:22:\"details/editor-rtl.css\";i:117;s:26:\"details/editor-rtl.min.css\";i:118;s:18:\"details/editor.css\";i:119;s:22:\"details/editor.min.css\";i:120;s:21:\"details/style-rtl.css\";i:121;s:25:\"details/style-rtl.min.css\";i:122;s:17:\"details/style.css\";i:123;s:21:\"details/style.min.css\";i:124;s:20:\"embed/editor-rtl.css\";i:125;s:24:\"embed/editor-rtl.min.css\";i:126;s:16:\"embed/editor.css\";i:127;s:20:\"embed/editor.min.css\";i:128;s:19:\"embed/style-rtl.css\";i:129;s:23:\"embed/style-rtl.min.css\";i:130;s:15:\"embed/style.css\";i:131;s:19:\"embed/style.min.css\";i:132;s:19:\"embed/theme-rtl.css\";i:133;s:23:\"embed/theme-rtl.min.css\";i:134;s:15:\"embed/theme.css\";i:135;s:19:\"embed/theme.min.css\";i:136;s:19:\"file/editor-rtl.css\";i:137;s:23:\"file/editor-rtl.min.css\";i:138;s:15:\"file/editor.css\";i:139;s:19:\"file/editor.min.css\";i:140;s:18:\"file/style-rtl.css\";i:141;s:22:\"file/style-rtl.min.css\";i:142;s:14:\"file/style.css\";i:143;s:18:\"file/style.min.css\";i:144;s:23:\"footnotes/style-rtl.css\";i:145;s:27:\"footnotes/style-rtl.min.css\";i:146;s:19:\"footnotes/style.css\";i:147;s:23:\"footnotes/style.min.css\";i:148;s:23:\"freeform/editor-rtl.css\";i:149;s:27:\"freeform/editor-rtl.min.css\";i:150;s:19:\"freeform/editor.css\";i:151;s:23:\"freeform/editor.min.css\";i:152;s:22:\"gallery/editor-rtl.css\";i:153;s:26:\"gallery/editor-rtl.min.css\";i:154;s:18:\"gallery/editor.css\";i:155;s:22:\"gallery/editor.min.css\";i:156;s:21:\"gallery/style-rtl.css\";i:157;s:25:\"gallery/style-rtl.min.css\";i:158;s:17:\"gallery/style.css\";i:159;s:21:\"gallery/style.min.css\";i:160;s:21:\"gallery/theme-rtl.css\";i:161;s:25:\"gallery/theme-rtl.min.css\";i:162;s:17:\"gallery/theme.css\";i:163;s:21:\"gallery/theme.min.css\";i:164;s:20:\"group/editor-rtl.css\";i:165;s:24:\"group/editor-rtl.min.css\";i:166;s:16:\"group/editor.css\";i:167;s:20:\"group/editor.min.css\";i:168;s:19:\"group/style-rtl.css\";i:169;s:23:\"group/style-rtl.min.css\";i:170;s:15:\"group/style.css\";i:171;s:19:\"group/style.min.css\";i:172;s:19:\"group/theme-rtl.css\";i:173;s:23:\"group/theme-rtl.min.css\";i:174;s:15:\"group/theme.css\";i:175;s:19:\"group/theme.min.css\";i:176;s:21:\"heading/style-rtl.css\";i:177;s:25:\"heading/style-rtl.min.css\";i:178;s:17:\"heading/style.css\";i:179;s:21:\"heading/style.min.css\";i:180;s:19:\"html/editor-rtl.css\";i:181;s:23:\"html/editor-rtl.min.css\";i:182;s:15:\"html/editor.css\";i:183;s:19:\"html/editor.min.css\";i:184;s:20:\"image/editor-rtl.css\";i:185;s:24:\"image/editor-rtl.min.css\";i:186;s:16:\"image/editor.css\";i:187;s:20:\"image/editor.min.css\";i:188;s:19:\"image/style-rtl.css\";i:189;s:23:\"image/style-rtl.min.css\";i:190;s:15:\"image/style.css\";i:191;s:19:\"image/style.min.css\";i:192;s:19:\"image/theme-rtl.css\";i:193;s:23:\"image/theme-rtl.min.css\";i:194;s:15:\"image/theme.css\";i:195;s:19:\"image/theme.min.css\";i:196;s:29:\"latest-comments/style-rtl.css\";i:197;s:33:\"latest-comments/style-rtl.min.css\";i:198;s:25:\"latest-comments/style.css\";i:199;s:29:\"latest-comments/style.min.css\";i:200;s:27:\"latest-posts/editor-rtl.css\";i:201;s:31:\"latest-posts/editor-rtl.min.css\";i:202;s:23:\"latest-posts/editor.css\";i:203;s:27:\"latest-posts/editor.min.css\";i:204;s:26:\"latest-posts/style-rtl.css\";i:205;s:30:\"latest-posts/style-rtl.min.css\";i:206;s:22:\"latest-posts/style.css\";i:207;s:26:\"latest-posts/style.min.css\";i:208;s:18:\"list/style-rtl.css\";i:209;s:22:\"list/style-rtl.min.css\";i:210;s:14:\"list/style.css\";i:211;s:18:\"list/style.min.css\";i:212;s:25:\"media-text/editor-rtl.css\";i:213;s:29:\"media-text/editor-rtl.min.css\";i:214;s:21:\"media-text/editor.css\";i:215;s:25:\"media-text/editor.min.css\";i:216;s:24:\"media-text/style-rtl.css\";i:217;s:28:\"media-text/style-rtl.min.css\";i:218;s:20:\"media-text/style.css\";i:219;s:24:\"media-text/style.min.css\";i:220;s:19:\"more/editor-rtl.css\";i:221;s:23:\"more/editor-rtl.min.css\";i:222;s:15:\"more/editor.css\";i:223;s:19:\"more/editor.min.css\";i:224;s:30:\"navigation-link/editor-rtl.css\";i:225;s:34:\"navigation-link/editor-rtl.min.css\";i:226;s:26:\"navigation-link/editor.css\";i:227;s:30:\"navigation-link/editor.min.css\";i:228;s:29:\"navigation-link/style-rtl.css\";i:229;s:33:\"navigation-link/style-rtl.min.css\";i:230;s:25:\"navigation-link/style.css\";i:231;s:29:\"navigation-link/style.min.css\";i:232;s:33:\"navigation-submenu/editor-rtl.css\";i:233;s:37:\"navigation-submenu/editor-rtl.min.css\";i:234;s:29:\"navigation-submenu/editor.css\";i:235;s:33:\"navigation-submenu/editor.min.css\";i:236;s:25:\"navigation/editor-rtl.css\";i:237;s:29:\"navigation/editor-rtl.min.css\";i:238;s:21:\"navigation/editor.css\";i:239;s:25:\"navigation/editor.min.css\";i:240;s:24:\"navigation/style-rtl.css\";i:241;s:28:\"navigation/style-rtl.min.css\";i:242;s:20:\"navigation/style.css\";i:243;s:24:\"navigation/style.min.css\";i:244;s:23:\"nextpage/editor-rtl.css\";i:245;s:27:\"nextpage/editor-rtl.min.css\";i:246;s:19:\"nextpage/editor.css\";i:247;s:23:\"nextpage/editor.min.css\";i:248;s:24:\"page-list/editor-rtl.css\";i:249;s:28:\"page-list/editor-rtl.min.css\";i:250;s:20:\"page-list/editor.css\";i:251;s:24:\"page-list/editor.min.css\";i:252;s:23:\"page-list/style-rtl.css\";i:253;s:27:\"page-list/style-rtl.min.css\";i:254;s:19:\"page-list/style.css\";i:255;s:23:\"page-list/style.min.css\";i:256;s:24:\"paragraph/editor-rtl.css\";i:257;s:28:\"paragraph/editor-rtl.min.css\";i:258;s:20:\"paragraph/editor.css\";i:259;s:24:\"paragraph/editor.min.css\";i:260;s:23:\"paragraph/style-rtl.css\";i:261;s:27:\"paragraph/style-rtl.min.css\";i:262;s:19:\"paragraph/style.css\";i:263;s:23:\"paragraph/style.min.css\";i:264;s:25:\"post-author/style-rtl.css\";i:265;s:29:\"post-author/style-rtl.min.css\";i:266;s:21:\"post-author/style.css\";i:267;s:25:\"post-author/style.min.css\";i:268;s:33:\"post-comments-form/editor-rtl.css\";i:269;s:37:\"post-comments-form/editor-rtl.min.css\";i:270;s:29:\"post-comments-form/editor.css\";i:271;s:33:\"post-comments-form/editor.min.css\";i:272;s:32:\"post-comments-form/style-rtl.css\";i:273;s:36:\"post-comments-form/style-rtl.min.css\";i:274;s:28:\"post-comments-form/style.css\";i:275;s:32:\"post-comments-form/style.min.css\";i:276;s:27:\"post-content/editor-rtl.css\";i:277;s:31:\"post-content/editor-rtl.min.css\";i:278;s:23:\"post-content/editor.css\";i:279;s:27:\"post-content/editor.min.css\";i:280;s:23:\"post-date/style-rtl.css\";i:281;s:27:\"post-date/style-rtl.min.css\";i:282;s:19:\"post-date/style.css\";i:283;s:23:\"post-date/style.min.css\";i:284;s:27:\"post-excerpt/editor-rtl.css\";i:285;s:31:\"post-excerpt/editor-rtl.min.css\";i:286;s:23:\"post-excerpt/editor.css\";i:287;s:27:\"post-excerpt/editor.min.css\";i:288;s:26:\"post-excerpt/style-rtl.css\";i:289;s:30:\"post-excerpt/style-rtl.min.css\";i:290;s:22:\"post-excerpt/style.css\";i:291;s:26:\"post-excerpt/style.min.css\";i:292;s:34:\"post-featured-image/editor-rtl.css\";i:293;s:38:\"post-featured-image/editor-rtl.min.css\";i:294;s:30:\"post-featured-image/editor.css\";i:295;s:34:\"post-featured-image/editor.min.css\";i:296;s:33:\"post-featured-image/style-rtl.css\";i:297;s:37:\"post-featured-image/style-rtl.min.css\";i:298;s:29:\"post-featured-image/style.css\";i:299;s:33:\"post-featured-image/style.min.css\";i:300;s:34:\"post-navigation-link/style-rtl.css\";i:301;s:38:\"post-navigation-link/style-rtl.min.css\";i:302;s:30:\"post-navigation-link/style.css\";i:303;s:34:\"post-navigation-link/style.min.css\";i:304;s:28:\"post-template/editor-rtl.css\";i:305;s:32:\"post-template/editor-rtl.min.css\";i:306;s:24:\"post-template/editor.css\";i:307;s:28:\"post-template/editor.min.css\";i:308;s:27:\"post-template/style-rtl.css\";i:309;s:31:\"post-template/style-rtl.min.css\";i:310;s:23:\"post-template/style.css\";i:311;s:27:\"post-template/style.min.css\";i:312;s:24:\"post-terms/style-rtl.css\";i:313;s:28:\"post-terms/style-rtl.min.css\";i:314;s:20:\"post-terms/style.css\";i:315;s:24:\"post-terms/style.min.css\";i:316;s:24:\"post-title/style-rtl.css\";i:317;s:28:\"post-title/style-rtl.min.css\";i:318;s:20:\"post-title/style.css\";i:319;s:24:\"post-title/style.min.css\";i:320;s:26:\"preformatted/style-rtl.css\";i:321;s:30:\"preformatted/style-rtl.min.css\";i:322;s:22:\"preformatted/style.css\";i:323;s:26:\"preformatted/style.min.css\";i:324;s:24:\"pullquote/editor-rtl.css\";i:325;s:28:\"pullquote/editor-rtl.min.css\";i:326;s:20:\"pullquote/editor.css\";i:327;s:24:\"pullquote/editor.min.css\";i:328;s:23:\"pullquote/style-rtl.css\";i:329;s:27:\"pullquote/style-rtl.min.css\";i:330;s:19:\"pullquote/style.css\";i:331;s:23:\"pullquote/style.min.css\";i:332;s:23:\"pullquote/theme-rtl.css\";i:333;s:27:\"pullquote/theme-rtl.min.css\";i:334;s:19:\"pullquote/theme.css\";i:335;s:23:\"pullquote/theme.min.css\";i:336;s:39:\"query-pagination-numbers/editor-rtl.css\";i:337;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:338;s:35:\"query-pagination-numbers/editor.css\";i:339;s:39:\"query-pagination-numbers/editor.min.css\";i:340;s:31:\"query-pagination/editor-rtl.css\";i:341;s:35:\"query-pagination/editor-rtl.min.css\";i:342;s:27:\"query-pagination/editor.css\";i:343;s:31:\"query-pagination/editor.min.css\";i:344;s:30:\"query-pagination/style-rtl.css\";i:345;s:34:\"query-pagination/style-rtl.min.css\";i:346;s:26:\"query-pagination/style.css\";i:347;s:30:\"query-pagination/style.min.css\";i:348;s:25:\"query-title/style-rtl.css\";i:349;s:29:\"query-title/style-rtl.min.css\";i:350;s:21:\"query-title/style.css\";i:351;s:25:\"query-title/style.min.css\";i:352;s:20:\"query/editor-rtl.css\";i:353;s:24:\"query/editor-rtl.min.css\";i:354;s:16:\"query/editor.css\";i:355;s:20:\"query/editor.min.css\";i:356;s:19:\"quote/style-rtl.css\";i:357;s:23:\"quote/style-rtl.min.css\";i:358;s:15:\"quote/style.css\";i:359;s:19:\"quote/style.min.css\";i:360;s:19:\"quote/theme-rtl.css\";i:361;s:23:\"quote/theme-rtl.min.css\";i:362;s:15:\"quote/theme.css\";i:363;s:19:\"quote/theme.min.css\";i:364;s:23:\"read-more/style-rtl.css\";i:365;s:27:\"read-more/style-rtl.min.css\";i:366;s:19:\"read-more/style.css\";i:367;s:23:\"read-more/style.min.css\";i:368;s:18:\"rss/editor-rtl.css\";i:369;s:22:\"rss/editor-rtl.min.css\";i:370;s:14:\"rss/editor.css\";i:371;s:18:\"rss/editor.min.css\";i:372;s:17:\"rss/style-rtl.css\";i:373;s:21:\"rss/style-rtl.min.css\";i:374;s:13:\"rss/style.css\";i:375;s:17:\"rss/style.min.css\";i:376;s:21:\"search/editor-rtl.css\";i:377;s:25:\"search/editor-rtl.min.css\";i:378;s:17:\"search/editor.css\";i:379;s:21:\"search/editor.min.css\";i:380;s:20:\"search/style-rtl.css\";i:381;s:24:\"search/style-rtl.min.css\";i:382;s:16:\"search/style.css\";i:383;s:20:\"search/style.min.css\";i:384;s:20:\"search/theme-rtl.css\";i:385;s:24:\"search/theme-rtl.min.css\";i:386;s:16:\"search/theme.css\";i:387;s:20:\"search/theme.min.css\";i:388;s:24:\"separator/editor-rtl.css\";i:389;s:28:\"separator/editor-rtl.min.css\";i:390;s:20:\"separator/editor.css\";i:391;s:24:\"separator/editor.min.css\";i:392;s:23:\"separator/style-rtl.css\";i:393;s:27:\"separator/style-rtl.min.css\";i:394;s:19:\"separator/style.css\";i:395;s:23:\"separator/style.min.css\";i:396;s:23:\"separator/theme-rtl.css\";i:397;s:27:\"separator/theme-rtl.min.css\";i:398;s:19:\"separator/theme.css\";i:399;s:23:\"separator/theme.min.css\";i:400;s:24:\"shortcode/editor-rtl.css\";i:401;s:28:\"shortcode/editor-rtl.min.css\";i:402;s:20:\"shortcode/editor.css\";i:403;s:24:\"shortcode/editor.min.css\";i:404;s:24:\"site-logo/editor-rtl.css\";i:405;s:28:\"site-logo/editor-rtl.min.css\";i:406;s:20:\"site-logo/editor.css\";i:407;s:24:\"site-logo/editor.min.css\";i:408;s:23:\"site-logo/style-rtl.css\";i:409;s:27:\"site-logo/style-rtl.min.css\";i:410;s:19:\"site-logo/style.css\";i:411;s:23:\"site-logo/style.min.css\";i:412;s:27:\"site-tagline/editor-rtl.css\";i:413;s:31:\"site-tagline/editor-rtl.min.css\";i:414;s:23:\"site-tagline/editor.css\";i:415;s:27:\"site-tagline/editor.min.css\";i:416;s:25:\"site-title/editor-rtl.css\";i:417;s:29:\"site-title/editor-rtl.min.css\";i:418;s:21:\"site-title/editor.css\";i:419;s:25:\"site-title/editor.min.css\";i:420;s:24:\"site-title/style-rtl.css\";i:421;s:28:\"site-title/style-rtl.min.css\";i:422;s:20:\"site-title/style.css\";i:423;s:24:\"site-title/style.min.css\";i:424;s:26:\"social-link/editor-rtl.css\";i:425;s:30:\"social-link/editor-rtl.min.css\";i:426;s:22:\"social-link/editor.css\";i:427;s:26:\"social-link/editor.min.css\";i:428;s:27:\"social-links/editor-rtl.css\";i:429;s:31:\"social-links/editor-rtl.min.css\";i:430;s:23:\"social-links/editor.css\";i:431;s:27:\"social-links/editor.min.css\";i:432;s:26:\"social-links/style-rtl.css\";i:433;s:30:\"social-links/style-rtl.min.css\";i:434;s:22:\"social-links/style.css\";i:435;s:26:\"social-links/style.min.css\";i:436;s:21:\"spacer/editor-rtl.css\";i:437;s:25:\"spacer/editor-rtl.min.css\";i:438;s:17:\"spacer/editor.css\";i:439;s:21:\"spacer/editor.min.css\";i:440;s:20:\"spacer/style-rtl.css\";i:441;s:24:\"spacer/style-rtl.min.css\";i:442;s:16:\"spacer/style.css\";i:443;s:20:\"spacer/style.min.css\";i:444;s:20:\"table/editor-rtl.css\";i:445;s:24:\"table/editor-rtl.min.css\";i:446;s:16:\"table/editor.css\";i:447;s:20:\"table/editor.min.css\";i:448;s:19:\"table/style-rtl.css\";i:449;s:23:\"table/style-rtl.min.css\";i:450;s:15:\"table/style.css\";i:451;s:19:\"table/style.min.css\";i:452;s:19:\"table/theme-rtl.css\";i:453;s:23:\"table/theme-rtl.min.css\";i:454;s:15:\"table/theme.css\";i:455;s:19:\"table/theme.min.css\";i:456;s:23:\"tag-cloud/style-rtl.css\";i:457;s:27:\"tag-cloud/style-rtl.min.css\";i:458;s:19:\"tag-cloud/style.css\";i:459;s:23:\"tag-cloud/style.min.css\";i:460;s:28:\"template-part/editor-rtl.css\";i:461;s:32:\"template-part/editor-rtl.min.css\";i:462;s:24:\"template-part/editor.css\";i:463;s:28:\"template-part/editor.min.css\";i:464;s:27:\"template-part/theme-rtl.css\";i:465;s:31:\"template-part/theme-rtl.min.css\";i:466;s:23:\"template-part/theme.css\";i:467;s:27:\"template-part/theme.min.css\";i:468;s:30:\"term-description/style-rtl.css\";i:469;s:34:\"term-description/style-rtl.min.css\";i:470;s:26:\"term-description/style.css\";i:471;s:30:\"term-description/style.min.css\";i:472;s:27:\"text-columns/editor-rtl.css\";i:473;s:31:\"text-columns/editor-rtl.min.css\";i:474;s:23:\"text-columns/editor.css\";i:475;s:27:\"text-columns/editor.min.css\";i:476;s:26:\"text-columns/style-rtl.css\";i:477;s:30:\"text-columns/style-rtl.min.css\";i:478;s:22:\"text-columns/style.css\";i:479;s:26:\"text-columns/style.min.css\";i:480;s:19:\"verse/style-rtl.css\";i:481;s:23:\"verse/style-rtl.min.css\";i:482;s:15:\"verse/style.css\";i:483;s:19:\"verse/style.min.css\";i:484;s:20:\"video/editor-rtl.css\";i:485;s:24:\"video/editor-rtl.min.css\";i:486;s:16:\"video/editor.css\";i:487;s:20:\"video/editor.min.css\";i:488;s:19:\"video/style-rtl.css\";i:489;s:23:\"video/style-rtl.min.css\";i:490;s:15:\"video/style.css\";i:491;s:19:\"video/style.min.css\";i:492;s:19:\"video/theme-rtl.css\";i:493;s:23:\"video/theme-rtl.min.css\";i:494;s:15:\"video/theme.css\";i:495;s:19:\"video/theme.min.css\";}}','on'),
(125,'recovery_keys','a:0:{}','off'),
(126,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1724342835;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),
(134,'litespeed.conf.__activation','-1','auto'),
(135,'litespeed.cloud._summary','{\"curr_request.ver_check\":0,\"last_request.ver_check\":1757618719,\"news.utime\":1759923818,\"curr_request.news\":0,\"last_request.news\":1759923818,\"ips_ts\":1741618333,\"ips_ts_runner\":1741618333,\"ips\":[\"102.221.36.98\",\"103.106.229.82\",\"103.106.229.94\",\"103.146.63.42\",\"103.152.118.219\",\"103.152.118.72\",\"103.164.203.163\",\"103.72.163.222\",\"103.75.117.169\",\"104.225.142.116\",\"104.244.77.37\",\"108.61.158.223\",\"108.61.200.94\",\"109.248.43.195\",\"135.148.120.32\",\"136.243.106.228\",\"139.84.230.39\",\"141.164.38.65\",\"145.239.252.65\",\"146.88.239.197\",\"147.78.0.165\",\"147.78.3.13\",\"147.78.3.161\",\"149.28.136.245\",\"149.28.47.113\",\"149.28.85.239\",\"152.228.171.66\",\"152.53.36.14\",\"152.53.38.14\",\"154.205.144.192\",\"155.138.221.81\",\"156.67.218.140\",\"157.90.154.114\",\"158.51.123.249\",\"162.254.117.80\",\"162.254.118.29\",\"163.182.174.161\",\"163.47.21.168\",\"164.52.202.100\",\"167.71.185.204\",\"167.88.61.211\",\"170.249.218.98\",\"178.17.171.177\",\"178.22.124.247\",\"178.22.124.251\",\"178.255.220.12\",\"18.192.146.200\",\"185.116.60.231\",\"185.116.60.232\",\"185.126.237.51\",\"185.186.78.89\",\"185.212.169.91\",\"185.228.26.40\",\"185.53.57.40\",\"185.53.57.89\",\"188.172.228.182\",\"188.172.229.113\",\"188.64.184.71\",\"190.92.176.5\",\"191.96.101.140\",\"192.248.156.201\",\"192.248.191.135\",\"192.99.38.117\",\"193.203.191.189\",\"194.163.134.104\",\"194.36.144.221\",\"195.231.17.141\",\"199.247.28.91\",\"199.59.247.242\",\"201.182.97.70\",\"202.61.226.253\",\"204.10.163.237\",\"209.124.84.191\",\"209.208.26.218\",\"211.23.143.87\",\"213.159.1.75\",\"213.183.48.170\",\"213.184.85.245\",\"216.238.104.48\",\"216.238.71.13\",\"23.95.73.167\",\"31.131.4.244\",\"31.22.115.186\",\"31.40.212.152\",\"34.247.229.180\",\"34.249.110.197\",\"38.101.149.196\",\"38.114.121.40\",\"38.54.30.228\",\"38.54.79.187\",\"38.60.253.237\",\"41.185.29.210\",\"41.223.52.170\",\"45.124.65.86\",\"45.248.77.61\",\"45.32.123.201\",\"45.32.183.112\",\"45.32.210.159\",\"45.32.67.144\",\"45.32.77.223\",\"45.63.67.181\",\"45.76.247.71\",\"45.76.252.131\",\"45.77.148.74\",\"45.77.165.216\",\"45.77.51.171\",\"46.250.220.133\",\"49.12.102.29\",\"5.134.119.103\",\"5.134.119.194\",\"5.188.183.13\",\"5.189.146.228\",\"51.81.186.219\",\"51.81.33.156\",\"54.246.224.74\",\"54.36.103.97\",\"61.219.247.87\",\"61.219.247.90\",\"64.176.163.166\",\"64.176.4.251\",\"64.227.16.93\",\"64.31.63.160\",\"65.108.104.232\",\"65.20.76.133\",\"65.21.81.50\",\"65.21.81.51\",\"66.42.124.101\",\"66.42.75.121\",\"67.219.99.102\",\"67.220.72.216\",\"69.50.95.216\",\"79.172.239.249\",\"81.31.156.245\",\"81.31.156.246\",\"86.105.14.231\",\"86.105.14.232\",\"89.147.110.130\",\"89.58.38.4\",\"91.148.135.53\",\"91.201.67.57\",\"91.228.7.67\",\"92.118.205.75\",\"94.75.232.90\",\"95.179.145.87\",\"95.179.245.162\",\"95.216.116.209\"]}','auto'),
(137,'litespeed.conf.hash','d8vUG8Xj8vo6GjMqSiyV7pwqEJGycVlK','auto'),
(138,'litespeed.conf.auto_upgrade','','auto'),
(139,'litespeed.conf.api_key','','auto'),
(140,'litespeed.conf.server_ip','','auto'),
(141,'litespeed.conf.guest','','auto'),
(142,'litespeed.conf.guest_optm','','auto'),
(143,'litespeed.conf.news','1','auto'),
(144,'litespeed.conf.guest_uas','[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"spider\",\"PTST\",\"HeadlessChrome\"]','auto'),
(145,'litespeed.conf.guest_ips','[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]','auto'),
(146,'litespeed.conf.cache','1','auto'),
(147,'litespeed.conf.cache-priv','1','auto'),
(148,'litespeed.conf.cache-commenter','1','auto'),
(149,'litespeed.conf.cache-rest','1','auto'),
(150,'litespeed.conf.cache-page_login','1','auto'),
(151,'litespeed.conf.cache-resources','1','auto'),
(152,'litespeed.conf.cache-mobile','','auto'),
(153,'litespeed.conf.cache-mobile_rules','[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]','auto'),
(154,'litespeed.conf.cache-browser','','auto'),
(155,'litespeed.conf.cache-exc_useragents','[]','auto'),
(156,'litespeed.conf.cache-exc_cookies','[]','auto'),
(157,'litespeed.conf.cache-exc_qs','[]','auto'),
(158,'litespeed.conf.cache-exc_cat','[]','auto'),
(159,'litespeed.conf.cache-exc_tag','[]','auto'),
(160,'litespeed.conf.cache-force_uri','[]','auto'),
(161,'litespeed.conf.cache-force_pub_uri','[]','auto'),
(162,'litespeed.conf.cache-priv_uri','[]','auto'),
(163,'litespeed.conf.cache-exc','[]','auto'),
(164,'litespeed.conf.cache-exc_roles','[]','auto'),
(165,'litespeed.conf.cache-drop_qs','[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]','auto'),
(166,'litespeed.conf.cache-ttl_pub','604800','auto'),
(167,'litespeed.conf.cache-ttl_priv','1800','auto'),
(168,'litespeed.conf.cache-ttl_frontpage','604800','auto'),
(169,'litespeed.conf.cache-ttl_feed','604800','auto'),
(170,'litespeed.conf.cache-ttl_rest','604800','auto'),
(171,'litespeed.conf.cache-ttl_browser','31557600','auto'),
(172,'litespeed.conf.cache-ttl_status','[\"404 3600\",\"500 600\"]','auto'),
(173,'litespeed.conf.cache-login_cookie','','auto'),
(174,'litespeed.conf.cache-ajax_ttl','[]','auto'),
(175,'litespeed.conf.cache-vary_cookies','[]','auto'),
(176,'litespeed.conf.cache-vary_group','[]','auto'),
(177,'litespeed.conf.purge-upgrade','1','auto'),
(178,'litespeed.conf.purge-stale','','auto'),
(179,'litespeed.conf.purge-post_all','','auto'),
(180,'litespeed.conf.purge-post_f','1','auto'),
(181,'litespeed.conf.purge-post_h','1','auto'),
(182,'litespeed.conf.purge-post_p','1','auto'),
(183,'litespeed.conf.purge-post_pwrp','1','auto'),
(184,'litespeed.conf.purge-post_a','1','auto'),
(185,'litespeed.conf.purge-post_y','','auto'),
(186,'litespeed.conf.purge-post_m','1','auto'),
(187,'litespeed.conf.purge-post_d','','auto'),
(188,'litespeed.conf.purge-post_t','1','auto'),
(189,'litespeed.conf.purge-post_pt','1','auto'),
(190,'litespeed.conf.purge-timed_urls','[]','auto'),
(191,'litespeed.conf.purge-timed_urls_time','','auto'),
(192,'litespeed.conf.purge-hook_all','[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]','auto'),
(193,'litespeed.conf.esi','','auto'),
(194,'litespeed.conf.esi-cache_admbar','1','auto'),
(195,'litespeed.conf.esi-cache_commform','1','auto'),
(196,'litespeed.conf.esi-nonce','[\"stats_nonce\",\"subscribe_nonce\"]','auto'),
(197,'litespeed.conf.util-instant_click','','auto'),
(198,'litespeed.conf.util-no_https_vary','','auto'),
(199,'litespeed.conf.debug-disable_all','','auto'),
(200,'litespeed.conf.debug','','auto'),
(201,'litespeed.conf.debug-ips','[\"127.0.0.1\"]','auto'),
(202,'litespeed.conf.debug-level','','auto'),
(203,'litespeed.conf.debug-filesize','3','auto'),
(204,'litespeed.conf.debug-cookie','','auto'),
(205,'litespeed.conf.debug-collapse_qs','','auto'),
(206,'litespeed.conf.debug-inc','[]','auto'),
(207,'litespeed.conf.debug-exc','[]','auto'),
(208,'litespeed.conf.debug-exc_strings','[]','auto'),
(209,'litespeed.conf.db_optm-revisions_max','0','auto'),
(210,'litespeed.conf.db_optm-revisions_age','0','auto'),
(211,'litespeed.conf.optm-css_min','','auto'),
(212,'litespeed.conf.optm-css_comb','','auto'),
(213,'litespeed.conf.optm-css_comb_ext_inl','1','auto'),
(214,'litespeed.conf.optm-ucss','','auto'),
(215,'litespeed.conf.optm-ucss_inline','','auto'),
(216,'litespeed.conf.optm-ucss_whitelist','[]','auto'),
(217,'litespeed.conf.optm-ucss_file_exc_inline','[]','auto'),
(218,'litespeed.conf.optm-ucss_exc','[]','auto'),
(219,'litespeed.conf.optm-css_exc','[]','auto'),
(220,'litespeed.conf.optm-js_min','','auto'),
(221,'litespeed.conf.optm-js_comb','','auto'),
(222,'litespeed.conf.optm-js_comb_ext_inl','1','auto'),
(223,'litespeed.conf.optm-js_delay_inc','[]','auto'),
(224,'litespeed.conf.optm-js_exc','[\"jquery.js\",\"jquery.min.js\"]','auto'),
(225,'litespeed.conf.optm-html_min','','auto'),
(226,'litespeed.conf.optm-html_lazy','[]','auto'),
(227,'litespeed.conf.optm-html_skip_comment','[]','auto'),
(228,'litespeed.conf.optm-qs_rm','','auto'),
(229,'litespeed.conf.optm-ggfonts_rm','','auto'),
(230,'litespeed.conf.optm-css_async','','auto'),
(231,'litespeed.conf.optm-ccss_per_url','','auto'),
(232,'litespeed.conf.optm-ccss_sep_posttype','[\"page\"]','auto'),
(233,'litespeed.conf.optm-ccss_sep_uri','[]','auto'),
(234,'litespeed.conf.optm-css_async_inline','1','auto'),
(235,'litespeed.conf.optm-css_font_display','','auto'),
(236,'litespeed.conf.optm-js_defer','','auto'),
(237,'litespeed.conf.optm-emoji_rm','','auto'),
(238,'litespeed.conf.optm-noscript_rm','','auto'),
(239,'litespeed.conf.optm-ggfonts_async','','auto'),
(240,'litespeed.conf.optm-exc_roles','[]','auto'),
(241,'litespeed.conf.optm-ccss_con','','auto'),
(242,'litespeed.conf.optm-js_defer_exc','[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]','auto'),
(243,'litespeed.conf.optm-gm_js_exc','[]','auto'),
(244,'litespeed.conf.optm-dns_prefetch','[]','auto'),
(245,'litespeed.conf.optm-dns_prefetch_ctrl','','auto'),
(246,'litespeed.conf.optm-dns_preconnect','[]','auto'),
(247,'litespeed.conf.optm-exc','[]','auto'),
(248,'litespeed.conf.optm-guest_only','1','auto'),
(249,'litespeed.conf.object','','auto'),
(250,'litespeed.conf.object-kind','','auto'),
(251,'litespeed.conf.object-host','localhost','auto'),
(252,'litespeed.conf.object-port','11211','auto'),
(253,'litespeed.conf.object-life','360','auto'),
(254,'litespeed.conf.object-persistent','1','auto'),
(255,'litespeed.conf.object-admin','1','auto'),
(256,'litespeed.conf.object-transients','1','auto'),
(257,'litespeed.conf.object-db_id','0','auto'),
(258,'litespeed.conf.object-user','','auto'),
(259,'litespeed.conf.object-pswd','','auto'),
(260,'litespeed.conf.object-global_groups','[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]','auto'),
(261,'litespeed.conf.object-non_persistent_groups','[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]','auto'),
(262,'litespeed.conf.discuss-avatar_cache','','auto'),
(263,'litespeed.conf.discuss-avatar_cron','','auto'),
(264,'litespeed.conf.discuss-avatar_cache_ttl','604800','auto'),
(265,'litespeed.conf.optm-localize','','auto'),
(266,'litespeed.conf.optm-localize_domains','[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]','auto'),
(267,'litespeed.conf.media-lazy','','auto'),
(268,'litespeed.conf.media-lazy_placeholder','','auto'),
(269,'litespeed.conf.media-placeholder_resp','','auto'),
(270,'litespeed.conf.media-placeholder_resp_color','#cfd4db','auto'),
(271,'litespeed.conf.media-placeholder_resp_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>','auto'),
(272,'litespeed.conf.media-lqip','','auto'),
(273,'litespeed.conf.media-lqip_qual','4','auto'),
(274,'litespeed.conf.media-lqip_min_w','150','auto'),
(275,'litespeed.conf.media-lqip_min_h','150','auto'),
(276,'litespeed.conf.media-placeholder_resp_async','1','auto'),
(277,'litespeed.conf.media-iframe_lazy','','auto'),
(278,'litespeed.conf.media-add_missing_sizes','','auto'),
(279,'litespeed.conf.media-lazy_exc','[]','auto'),
(280,'litespeed.conf.media-lazy_cls_exc','[\"wmu-preview-img\"]','auto'),
(281,'litespeed.conf.media-lazy_parent_cls_exc','[]','auto'),
(282,'litespeed.conf.media-iframe_lazy_cls_exc','[]','auto'),
(283,'litespeed.conf.media-iframe_lazy_parent_cls_exc','[]','auto'),
(284,'litespeed.conf.media-lazy_uri_exc','[]','auto'),
(285,'litespeed.conf.media-lqip_exc','[]','auto'),
(286,'litespeed.conf.media-vpi','','auto'),
(287,'litespeed.conf.media-vpi_cron','','auto'),
(288,'litespeed.conf.img_optm-auto','','auto'),
(289,'litespeed.conf.img_optm-cron','1','auto'),
(290,'litespeed.conf.img_optm-ori','1','auto'),
(291,'litespeed.conf.img_optm-rm_bkup','','auto'),
(292,'litespeed.conf.img_optm-webp','','auto'),
(293,'litespeed.conf.img_optm-lossless','','auto'),
(294,'litespeed.conf.img_optm-exif','1','auto'),
(295,'litespeed.conf.img_optm-webp_attr','[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]','auto'),
(296,'litespeed.conf.img_optm-webp_replace_srcset','','auto'),
(297,'litespeed.conf.img_optm-jpg_quality','82','auto'),
(298,'litespeed.conf.crawler','','auto'),
(299,'litespeed.conf.crawler-usleep','500','auto'),
(300,'litespeed.conf.crawler-run_duration','400','auto'),
(301,'litespeed.conf.crawler-run_interval','600','auto'),
(302,'litespeed.conf.crawler-crawl_interval','302400','auto'),
(303,'litespeed.conf.crawler-threads','3','auto'),
(304,'litespeed.conf.crawler-timeout','30','auto'),
(305,'litespeed.conf.crawler-load_limit','1','auto'),
(306,'litespeed.conf.crawler-sitemap','','auto'),
(307,'litespeed.conf.crawler-drop_domain','1','auto'),
(308,'litespeed.conf.crawler-map_timeout','120','auto'),
(309,'litespeed.conf.crawler-roles','[]','auto'),
(310,'litespeed.conf.crawler-cookies','[]','auto'),
(311,'litespeed.conf.misc-heartbeat_front','','auto'),
(312,'litespeed.conf.misc-heartbeat_front_ttl','60','auto'),
(313,'litespeed.conf.misc-heartbeat_back','','auto'),
(314,'litespeed.conf.misc-heartbeat_back_ttl','60','auto'),
(315,'litespeed.conf.misc-heartbeat_editor','','auto'),
(316,'litespeed.conf.misc-heartbeat_editor_ttl','15','auto'),
(317,'litespeed.conf.cdn','','auto'),
(318,'litespeed.conf.cdn-ori','[]','auto'),
(319,'litespeed.conf.cdn-ori_dir','[\"wp-content\",\"wp-includes\"]','auto'),
(320,'litespeed.conf.cdn-exc','[]','auto'),
(321,'litespeed.conf.cdn-quic','','auto'),
(322,'litespeed.conf.cdn-cloudflare','','auto'),
(323,'litespeed.conf.cdn-cloudflare_email','','auto'),
(324,'litespeed.conf.cdn-cloudflare_key','','auto'),
(325,'litespeed.conf.cdn-cloudflare_name','','auto'),
(326,'litespeed.conf.cdn-cloudflare_zone','','auto'),
(327,'litespeed.conf.cdn-mapping','[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]','auto'),
(328,'litespeed.conf.cdn-attr','[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]','auto'),
(329,'litespeed.conf.qc-token','','auto'),
(330,'litespeed.conf.qc-nameservers','','auto'),
(331,'litespeed.purge.queue','-1','auto'),
(332,'litespeed.purge.queue2','-1','auto'),
(342,'litespeed.gui.lscwp_whm_install','-1','auto'),
(343,'litespeed.gui.dismiss','-1','auto'),
(344,'litespeed.gui._summary','{\"new_version\":1724911819,\"score\":1725516619}','auto'),
(345,'litespeed.data.upgrading','-1','auto'),
(346,'litespeed.admin_display.messages','[\"<div class=\\\"litespeed_icon notice notice-success is-dismissible\\\"><p>Berhasil menghapus seluruh cache.<\\/p><\\/div>\"]','auto'),
(366,'finished_updating_comment_type','1','auto'),
(509,'litespeed.optimize.timestamp_purge_css','1760063139','auto'),
(510,'WPLANG','id_ID','auto'),
(511,'new_admin_email','taikcicak10@gmail.com','auto'),
(534,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),
(535,'recently_activated','a:0:{}','off'),
(560,'yoast_migrations_free','a:1:{s:7:\"version\";s:6:\"26.1.1\";}','auto'),
(561,'wpseo','a:117:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";s:5:\"false\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:0;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:6:\"26.1.1\";s:16:\"previous_version\";s:4:\"26.1\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:43:\"5TvslZBJ2PSXAsRP6Jt1szRmmH9iFMvpe-dNSHfoj2c\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:12:\"ahrefsverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";s:10:\"1724341721\";s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:23:\"https://lion288slot.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:1:{s:20:\"amp_validation_error\";s:20:\"amp_validation_error\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";s:10:\"1724341748\";s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:28:\"last_known_public_taxonomies\";a:3:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";}s:23:\"last_known_no_unindexed\";a:6:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1760002365;s:31:\"wpseo_unindexed_post_link_count\";i:1760002365;s:31:\"wpseo_unindexed_term_link_count\";i:1760002365;s:35:\"wpseo_total_unindexed_general_items\";i:1760002365;s:27:\"wpseo_total_unindexed_posts\";i:1757201332;s:27:\"wpseo_total_unindexed_terms\";i:1757201332;}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;s:44:\"site_kit_configuration_permanently_dismissed\";b:0;s:18:\"site_kit_connected\";b:0;s:37:\"site_kit_tracking_setup_widget_loaded\";s:2:\"no\";s:41:\"site_kit_tracking_first_interaction_stage\";s:0:\"\";s:40:\"site_kit_tracking_last_interaction_stage\";s:0:\"\";s:52:\"site_kit_tracking_setup_widget_temporarily_dismissed\";s:2:\"no\";s:52:\"site_kit_tracking_setup_widget_permanently_dismissed\";s:2:\"no\";s:31:\"google_site_kit_feature_enabled\";b:0;s:25:\"ai_free_sparks_started_on\";s:4:\"null\";s:15:\"enable_llms_txt\";b:0;s:15:\"last_updated_on\";i:1759950337;}','auto'),
(562,'wpseo_titles','a:127:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:8:\"sc-colon\";s:16:\"title-home-wpseo\";s:17:\"%%title%% %%sep%%\";s:18:\"title-author-wpseo\";s:44:\"%%name%%, Pengarang di %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:59:\"Anda mencari %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:42:\"Laman tidak ditemukan %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:59:\"Artikel %%POSTLINK%% pertama kali tampil pada %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:32:\"Galat 404: Laman tidak ditemukan\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:11:\"Arsip untuk\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:7:\"Beranda\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:12:\"Anda mencari\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";s:0:\"\";s:10:\"title-post\";s:17:\"%%title%% %%sep%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:17:\"%%title%% %%sep%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:50:\"%%term_title%% Arsip %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:20:\"%%term_title%% Arsip\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:50:\"%%term_title%% Arsip %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:20:\"%%term_title%% Arsip\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:50:\"%%term_title%% Arsip %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:20:\"%%term_title%% Arsip\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','auto'),
(563,'wpseo_social','a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}','auto'),
(580,'amp-options','a:17:{s:13:\"theme_support\";s:8:\"standard\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:9:\"analytics\";a:0:{}s:23:\"all_templates_supported\";b:1;s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:7:\"version\";s:5:\"2.5.5\";s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"paired_url_structure\";s:9:\"query_var\";s:17:\"plugin_configured\";b:1;s:24:\"delete_data_at_uninstall\";b:1;s:18:\"use_native_img_tag\";b:0;s:15:\"mobile_redirect\";b:1;s:17:\"late_defined_slug\";N;s:18:\"suppressed_plugins\";a:0:{}s:18:\"sandboxing_enabled\";b:0;s:16:\"sandboxing_level\";i:1;s:21:\"primary_theme_support\";N;}','off'),
(606,'amp_css_transient_monitor_time_series','a:14:{i:20250926;i:28;i:20250927;i:28;i:20250928;i:28;i:20250929;i:28;i:20250930;i:28;i:20251001;i:33;i:20251002;i:33;i:20251003;i:37;i:20251004;i:41;i:20251005;i:41;i:20251006;i:44;i:20251007;i:45;i:20251008;i:45;i:20251009;i:45;}','off'),
(607,'amp_url_validation_queue','a:3:{s:4:\"urls\";a:0:{}s:9:\"timestamp\";i:1759953757;s:3:\"env\";a:3:{s:5:\"theme\";a:1:{s:7:\"mabar88\";s:3:\"2.0\";}s:7:\"plugins\";a:4:{s:3:\"amp\";s:5:\"2.5.5\";s:14:\"classic-editor\";s:5:\"1.6.7\";s:15:\"litespeed-cache\";s:7:\"7.5.0.1\";s:13:\"wordpress-seo\";s:6:\"26.1.1\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}}','auto'),
(928,'_transient_timeout_amp_remote_request_101623f47561580a914e5d56e153cf6c','3520678194','off'),
(929,'_transient_amp_remote_request_101623f47561580a914e5d56e153cf6c','s:2545:\"O:45:\"AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\":4:{s:51:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0body\";s:345:\"{\"ampRuntimeVersion\":\"012509031727000\",\"ampCssUrl\":\"https://cdn.ampproject.org/rtv/012509031727000/v0.css\",\"canaryPercentage\":\"0.005\",\"diversions\":[\"002509191850000\",\"022509031727000\",\"032509191850000\",\"042509301838000\",\"052509031727000\"],\"ltsRuntimeVersion\":\"012508201830000\",\"ltsCssUrl\":\"https://cdn.ampproject.org/rtv/012508201830000/v0.css\"}\";s:54:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0headers\";a:19:{s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:23:\"content-security-policy\";s:700:\"default-src * blob: data:; script-src blob: https://cdn.ampproject.org/lts/ https://cdn.ampproject.org/rtv/ https://cdn.ampproject.org/sw/ https://cdn.ampproject.org/v0.js https://cdn.ampproject.org/v0.mjs https://cdn.ampproject.org/v0/ https://cdn.ampproject.org/viewer/; object-src \'none\'; style-src \'unsafe-inline\' https://cdn.ampproject.org/rtv/ https://cdn.materialdesignicons.com https://cdnjs.cloudflare.com/ajax/libs/font-awesome/ https://cloud.typography.com https://fast.fonts.net https://fonts.googleapis.com https://maxcdn.bootstrapcdn.com https://p.typekit.net https://pro.fontawesome.com https://use.fontawesome.com https://use.typekit.net; report-uri https://csp.withgoogle.com/csp/amp\";s:28:\"cross-origin-resource-policy\";s:12:\"cross-origin\";s:38:\"cross-origin-opener-policy-report-only\";s:48:\"same-origin; report-to=\"amphtml-china-available\"\";s:9:\"report-to\";s:142:\"{\"group\":\"amphtml-china-available\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/amphtml-china-available\"}]}\";s:19:\"timing-allow-origin\";s:1:\"*\";s:14:\"content-length\";s:3:\"345\";s:4:\"date\";s:29:\"Thu, 09 Oct 2025 07:04:57 GMT\";s:7:\"expires\";s:29:\"Thu, 09 Oct 2025 07:04:57 GMT\";s:13:\"cache-control\";s:17:\"public, max-age=0\";s:13:\"last-modified\";s:21:\"Invalid:9223372036854\";s:25:\"strict-transport-security\";s:44:\"max-age=31536000; includeSubDomains; preload\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:6:\"server\";s:4:\"sffe\";s:16:\"x-xss-protection\";s:1:\"0\";s:7:\"alt-svc\";s:46:\"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000\";}s:58:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0status_code\";i:200;s:53:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0expiry\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-10-10 07:04:57.897353\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}\";','off'),
(930,'_transient_timeout_amp_remote_request_5602bb6bb0292910f56ad18ec5da3131','3520678194','off'),
(931,'_transient_amp_remote_request_5602bb6bb0292910f56ad18ec5da3131','s:12531:\"O:45:\"AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\":4:{s:51:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0body\";s:10280:\"html{overflow-x:hidden!important}html.i-amphtml-fie{height:100%!important;width:100%!important}html:not([amp4ads]),html:not([amp4ads]) body{height:auto!important}html:not([amp4ads]) body{margin:0!important}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}html.i-amphtml-singledoc.i-amphtml-embedded{-ms-touch-action:pan-y pinch-zoom;touch-action:pan-y pinch-zoom}html.i-amphtml-fie>body,html.i-amphtml-singledoc>body{overflow:visible!important}html.i-amphtml-fie:not(.i-amphtml-inabox)>body,html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body{position:relative!important}html.i-amphtml-ios-embed-legacy>body{overflow-x:hidden!important;overflow-y:auto!important;position:absolute!important}html.i-amphtml-ios-embed{overflow-y:auto!important;position:static}#i-amphtml-wrapper{overflow-x:hidden!important;overflow-y:auto!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;margin:0!important;display:block!important}html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper{-webkit-overflow-scrolling:touch!important}#i-amphtml-wrapper>body{position:relative!important;border-top:1px solid transparent!important}#i-amphtml-wrapper+body{visibility:visible}#i-amphtml-wrapper+body .i-amphtml-lightbox-element,#i-amphtml-wrapper+body[i-amphtml-lightbox]{visibility:hidden}#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element{visibility:visible}#i-amphtml-wrapper.i-amphtml-scroll-disabled,.i-amphtml-scroll-disabled{overflow-x:hidden!important;overflow-y:hidden!important}amp-instagram{padding:54px 0px 0px!important;background-color:#fff}amp-iframe iframe{box-sizing:border-box!important}[amp-access][amp-access-hide]{display:none}[subscriptions-dialog],body:not(.i-amphtml-subs-ready) [subscriptions-action],body:not(.i-amphtml-subs-ready) [subscriptions-section]{display:none!important}amp-experiment,amp-live-list>[update]{display:none}amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden{display:none!important}amp-list [fetch-error],amp-list[load-more] [load-more-button],amp-list[load-more] [load-more-end],amp-list[load-more] [load-more-failed],amp-list[load-more] [load-more-loading]{display:none}amp-list[diffable] div[role=list]{display:block}amp-story-page,amp-story[standalone]{min-height:1px!important;display:block!important;height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;width:100%!important}amp-story[standalone]{background-color:#000!important;position:relative!important}amp-story-page{background-color:#757575}amp-story .amp-active>div,amp-story .i-amphtml-loader-background{display:none!important}amp-story-page:not(:first-of-type):not([distance]):not([active]){transform:translateY(1000vh)!important}amp-autocomplete{position:relative!important;display:inline-block!important}amp-autocomplete>input,amp-autocomplete>textarea{padding:0.5rem;border:1px solid rgba(0,0,0,.33)}.i-amphtml-autocomplete-results,amp-autocomplete>input,amp-autocomplete>textarea{font-size:1rem;line-height:1.5rem}[amp-fx^=fly-in]{visibility:hidden}amp-script[nodom],amp-script[sandboxed]{position:fixed!important;top:0!important;width:1px!important;height:1px!important;overflow:hidden!important;visibility:hidden}\n/*# sourceURL=/css/ampdoc.css*/[hidden]{display:none!important}.i-amphtml-element{display:inline-block}.i-amphtml-blurry-placeholder{transition:opacity 0.3s cubic-bezier(0.0,0.0,0.2,1)!important;pointer-events:none}[layout=nodisplay]:not(.i-amphtml-element){display:none!important}.i-amphtml-layout-fixed,[layout=fixed][width][height]:not(.i-amphtml-layout-fixed){display:inline-block;position:relative}.i-amphtml-layout-responsive,[layout=responsive][width][height]:not(.i-amphtml-layout-responsive),[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive){display:block;position:relative}.i-amphtml-layout-intrinsic,[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic){display:inline-block;position:relative;max-width:100%}.i-amphtml-layout-intrinsic .i-amphtml-sizer{max-width:100%}.i-amphtml-intrinsic-sizer{max-width:100%;display:block!important}.i-amphtml-layout-container,.i-amphtml-layout-fixed-height,[layout=container],[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height){display:block;position:relative}.i-amphtml-layout-fill,.i-amphtml-layout-fill.i-amphtml-notbuilt,[layout=fill]:not(.i-amphtml-layout-fill),body noscript>*{display:block;overflow:hidden!important;position:absolute;top:0;left:0;bottom:0;right:0}body noscript>*{position:absolute!important;width:100%;height:100%;z-index:2}body noscript{display:inline!important}.i-amphtml-layout-flex-item,[layout=flex-item]:not(.i-amphtml-layout-flex-item){display:block;position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.i-amphtml-layout-fluid{position:relative}.i-amphtml-layout-size-defined{overflow:hidden!important}.i-amphtml-layout-awaiting-size{position:absolute!important;top:auto!important;bottom:auto!important}i-amphtml-sizer{display:block!important}@supports (aspect-ratio:1/1){i-amphtml-sizer.i-amphtml-disable-ar{display:none!important}}.i-amphtml-blurry-placeholder,.i-amphtml-fill-content{display:block;height:0;max-height:100%;max-width:100%;min-height:100%;min-width:100%;width:0;margin:auto}.i-amphtml-layout-size-defined .i-amphtml-fill-content{position:absolute;top:0;left:0;bottom:0;right:0}.i-amphtml-replaced-content,.i-amphtml-screen-reader{padding:0!important;border:none!important}.i-amphtml-screen-reader{position:fixed!important;top:0px!important;left:0px!important;width:4px!important;height:4px!important;opacity:0!important;overflow:hidden!important;margin:0!important;display:block!important;visibility:visible!important}.i-amphtml-screen-reader~.i-amphtml-screen-reader{left:8px!important}.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader{left:12px!important}.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader{left:16px!important}.i-amphtml-unresolved{position:relative;overflow:hidden!important}.i-amphtml-select-disabled{-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.i-amphtml-notbuilt,[layout]:not(.i-amphtml-element),[width][height][heights]:not([layout]):not(.i-amphtml-element),[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element){position:relative;overflow:hidden!important;color:transparent!important}.i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,[layout]:not([layout=container]):not(.i-amphtml-element)>*,[width][height][heights]:not([layout]):not(.i-amphtml-element)>*,[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*{display:none}amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content{display:block}.i-amphtml-notbuilt:not(.i-amphtml-layout-container),[layout]:not([layout=container]):not(.i-amphtml-element),[width][height][heights]:not([layout]):not(.i-amphtml-element),[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element){color:transparent!important;line-height:0!important}.i-amphtml-ghost{visibility:hidden!important}.i-amphtml-element>[placeholder],[layout]:not(.i-amphtml-element)>[placeholder],[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]{display:block;line-height:normal}.i-amphtml-element>[placeholder].amp-hidden,.i-amphtml-element>[placeholder].hidden{visibility:hidden}.i-amphtml-element:not(.amp-notsupported)>[fallback],.i-amphtml-layout-container>[placeholder].amp-hidden,.i-amphtml-layout-container>[placeholder].hidden{display:none}.i-amphtml-layout-size-defined>[fallback],.i-amphtml-layout-size-defined>[placeholder]{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:1}amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]{z-index:auto}.i-amphtml-notbuilt>[placeholder]{display:block!important}.i-amphtml-hidden-by-media-query{display:none!important}.i-amphtml-element-error{background:red!important;color:#fff!important;position:relative!important}.i-amphtml-element-error:before{content:attr(error-message)}i-amp-scroll-container,i-amphtml-scroll-container{position:absolute;top:0;left:0;right:0;bottom:0;display:block}i-amp-scroll-container.amp-active,i-amphtml-scroll-container.amp-active{overflow:auto;-webkit-overflow-scrolling:touch}.i-amphtml-loading-container{display:block!important;pointer-events:none;z-index:1}.i-amphtml-notbuilt>.i-amphtml-loading-container{display:block!important}.i-amphtml-loading-container.amp-hidden{visibility:hidden}.i-amphtml-element>[overflow]{cursor:pointer;position:relative;z-index:2;visibility:hidden;display:initial;line-height:normal}.i-amphtml-layout-size-defined>[overflow]{position:absolute}.i-amphtml-element>[overflow].amp-visible{visibility:visible}template{display:none!important}.amp-border-box,.amp-border-box *,.amp-border-box :after,.amp-border-box :before{box-sizing:border-box}amp-pixel{display:none!important}amp-analytics,amp-auto-ads,amp-story-auto-ads{position:fixed!important;top:0!important;width:1px!important;height:1px!important;overflow:hidden!important;visibility:hidden}amp-story{visibility:hidden!important}html.i-amphtml-fie>amp-analytics{position:initial!important}[visible-when-invalid]:not(.visible),form [submit-error],form [submit-success],form [submitting]{display:none}amp-accordion{display:block!important}@media (min-width:1px){:where(amp-accordion>section)>:first-child{margin:0;background-color:#efefef;padding-right:20px;border:1px solid #dfdfdf}:where(amp-accordion>section)>:last-child{margin:0}}amp-accordion>section{float:none!important}amp-accordion>section>*{float:none!important;display:block!important;overflow:hidden!important;position:relative!important}amp-accordion,amp-accordion>section{margin:0}amp-accordion:not(.i-amphtml-built)>section>:last-child{display:none!important}amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child{display:block!important}\n/*# sourceURL=/css/ampshared.css*/\";s:54:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0headers\";a:20:{s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"content-encoding\";s:2:\"br\";s:12:\"content-type\";s:23:\"text/css; charset=UTF-8\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:23:\"content-security-policy\";s:700:\"default-src * blob: data:; script-src blob: https://cdn.ampproject.org/lts/ https://cdn.ampproject.org/rtv/ https://cdn.ampproject.org/sw/ https://cdn.ampproject.org/v0.js https://cdn.ampproject.org/v0.mjs https://cdn.ampproject.org/v0/ https://cdn.ampproject.org/viewer/; object-src \'none\'; style-src \'unsafe-inline\' https://cdn.ampproject.org/rtv/ https://cdn.materialdesignicons.com https://cdnjs.cloudflare.com/ajax/libs/font-awesome/ https://cloud.typography.com https://fast.fonts.net https://fonts.googleapis.com https://maxcdn.bootstrapcdn.com https://p.typekit.net https://pro.fontawesome.com https://use.fontawesome.com https://use.typekit.net; report-uri https://csp.withgoogle.com/csp/amp\";s:28:\"cross-origin-resource-policy\";s:12:\"cross-origin\";s:38:\"cross-origin-opener-policy-report-only\";s:48:\"same-origin; report-to=\"amphtml-china-available\"\";s:9:\"report-to\";s:142:\"{\"group\":\"amphtml-china-available\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/amphtml-china-available\"}]}\";s:19:\"timing-allow-origin\";s:1:\"*\";s:14:\"content-length\";s:4:\"1915\";s:4:\"date\";s:29:\"Thu, 09 Oct 2025 07:04:57 GMT\";s:7:\"expires\";s:29:\"Thu, 09 Oct 2025 07:04:57 GMT\";s:13:\"cache-control\";s:53:\"private, max-age=3000, stale-while-revalidate=1206600\";s:4:\"etag\";s:18:\"\"933ee34255abf511\"\";s:25:\"strict-transport-security\";s:44:\"max-age=31536000; includeSubDomains; preload\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:6:\"server\";s:4:\"sffe\";s:16:\"x-xss-protection\";s:1:\"0\";s:7:\"alt-svc\";s:46:\"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000\";}s:58:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0status_code\";i:200;s:53:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0expiry\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-10-10 07:04:57.941655\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}\";','off'),
(949,'auto_update_plugins','a:10:{i:0;s:11:\"amp/amp.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:35:\"litespeed-cache/litespeed-cache.php\";i:3;s:24:\"wordpress-seo/wp-seo.php\";i:4;s:40:\"wordpress-seo-premium/wp-seo-premium.php\";i:5;s:25:\"wpseo-video/video-seo.php\";i:6;s:25:\"wpseo-local/local-seo.php\";i:7;s:39:\"wpseo-woocommerce/wpseo-woocommerce.php\";i:8;s:25:\"wpseo-news/wpseo-news.php\";i:9;s:57:\"acf-content-analysis-for-yoast-seo/yoast-acf-analysis.php\";}','off'),
(984,'current_theme','Mabar88 Satelit','auto'),
(985,'theme_mods_mabar88','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','on'),
(986,'theme_switched','','auto'),
(989,'astra-settings','a:3:{s:18:\"theme-auto-version\";s:5:\"3.7.9\";s:22:\"is_theme_queue_running\";b:0;s:33:\"_astra_pb_compatibility_completed\";b:1;}','auto'),
(1506,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":4,\"critical\":2}','on'),
(1592,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:650:{s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:29:\"astra-settings[button-radius]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-site-title-tagline-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-single-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:12:\"single-image\";i:1;s:17:\"single-title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[blog-single-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:13:\"right-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-content-layout]\";a:4:{s:7:\"default\";s:23:\"content-boxed-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-container-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:1:{s:7:\"palette\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:2:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-blog-typography-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:47:\"astra-settings[font-size-archive-summary-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:35:\"astra-settings[body-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:39:\"astra-settings[headings-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[heading-typo-selector]\";a:4:{s:7:\"default\";s:2:\"h1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h3]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:25;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h3]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h4]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h4]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h5]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h5]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h6]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h6]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-sngle-blog-typography-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:37:\"astra-settings[font-size-entry-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[load-google-fonts-locally]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[preload-local-fonts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[flush-local-font-files]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-design-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:50:\"astra-settings[related-posts-title-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-line-height]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:58:\"astra-settings[related-posts-section-title-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:49:\"astra-settings[related-posts-meta-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:52:\"astra-settings[related-posts-content-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-disable-archive]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[different-transparent-logo-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[select-breadcrumb-source]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:5:\"\\003E\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:41:\"astra-settings[breadcrumb-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[text-transform-button]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[theme-btn-line-height]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-btn-letter-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:6:\"menu-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:3:{s:5:\"above\";a:5:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}}s:7:\"primary\";a:5:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}}s:5:\"below\";a:5:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-above-header-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-above-header-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-below-header-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-below-header-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[mobile-header-toggle-border-radius]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[section-primary-header-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-primary-header-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[title_tagline-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[title_tagline-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button1-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[header-button1-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-letter-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-hb-button-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-hb-button-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-html-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-html-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-html-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-html-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-menu-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-menu-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-menu1-submenu-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-menu1-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-menu-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-menu-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-menu2-submenu-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-menu2-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-search-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-header-search-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:36:\"https://lion288slot.com/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[section-header-account-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[section-header-account-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-hb-social-icons-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-hb-social-icons-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-social-1-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:49:\"astra-settings[header-mobile-menu-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[section-header-mobile-menu-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-header-mobile-menu-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-above-footer-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-above-footer-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-above-footer-builder-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:80;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-below-footer-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-below-footer-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-below-footer-builder-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:77:\"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author]\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-footer-copyright-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-footer-copyright-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-copyright-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-menu-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-menu-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-footer-menu-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-fb-social-icons-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-fb-social-icons-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-fb-social-icons-1-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-social-1-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#e6e6e6\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[section-primary-footer-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-primary-footer-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-primary-footer-builder-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[section-fb-html-1-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[section-fb-html-2-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:40:{s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;r:5151;i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;r:5151;i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:5151;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:5151;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:5151;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:5151;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5151;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5151;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5172;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:25:\"astra-settings[hba-stack]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5172;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5172;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5172;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:5172;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:5172;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5172;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5172;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5172;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:24:\"astra-settings[hb-stack]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5172;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:5172;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:5172;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}','off'),
(3506,'wp_calendar_block_has_published_posts','1','auto'),
(6080,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"taikcicak10@gmail.com\";s:7:\"version\";s:5:\"6.8.3\";s:9:\"timestamp\";i:1759261093;}','off'),
(24727,'db_upgraded','','on'),
(24768,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"4b13b3c57ed8de79aff545dad9b6c0b2\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),
(40908,'_transient_timeout_amp_remote_request_f69a0a2df175d99409309fa839e865c6','3471945894','off'),
(40909,'_transient_amp_remote_request_f69a0a2df175d99409309fa839e865c6','s:42530:\"O:45:\"AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\":4:{s:51:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0body\";s:41469:\"@charset \"UTF-8\";address,blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{border:0;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}main,nav{display:block}progress{display:inline-block;vertical-align:baseline}a{background-color:transparent}a:active{outline:0}a,a:focus,a:hover,a:visited{text-decoration:none}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}#comments .submit,.search .search-submit{padding:10px 15px;border-radius:2px;line-height:1.85714285714286;border:0}.search .site-main .ast-search-submit{display:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #eaeaea;margin:0 0;padding:.35em .625em .75em}legend{border:0;padding:0}fieldset legend{margin-bottom:1.5em;padding:0 .5em}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*!\n * Bootstrap v4.0.0-alpha.2 (https://getbootstrap.com)\n */.ast-container{max-width:100%}.ast-container,.ast-container-fluid{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.ast-row{margin-left:-20px;margin-right:-20px}.ast-grid-common-col{position:relative;min-height:1px;padding-left:20px;padding-right:20px}.ast-float{float:left}@media (max-width:992px){.ast-width-sm-25{width:25%}.ast-width-md-50{width:50%}}@media (max-width:768px){.ast-width-md-25{width:25%}}.ast-full-width{width:100%}.ast-width-50{width:50%}@media (min-width:768px){.ast-width-md-4{width:33.3333333333%}.ast-width-md-16{width:16.6666666667%}.ast-width-md-6{width:50%;float:left}.ast-width-md-3{width:25%}.ast-width-md-66{width:66.6666666667%}}@media (min-width:769px){.ast-width-md-20{width:20%}}@media (min-width:992px){.ast-width-lg-33{width:33.3333333333%}.ast-width-lg-16{width:16.6666666667%}.ast-width-lg-50{width:50%}.ast-width-lg-66{width:66.6666666667%}}h1,h2,h3,h4,h5,h6{clear:both}.entry-content h1,h1{color:#808285;font-size:2em;line-height:1.2}.entry-content h2,h2{color:#808285;font-size:1.7em;line-height:1.3}.entry-content h3,h3{color:#808285;font-size:1.5em;line-height:1.4}.entry-content h4,h4{color:#808285;line-height:1.5;font-size:1.3em}.entry-content h5,h5{color:#808285;line-height:1.6;font-size:1.2em}.entry-content h6,h6{color:#808285;line-height:1.7;font-size:1.1em}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{color:#808285;background:#fff;font-style:normal}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote,q{quotes:\"\" \"\"}blockquote:after,blockquote:before,q:after,q:before{content:\"\"}blockquote{border-left:5px solid rgba(0,0,0,.05);padding:20px;font-size:1.2em;font-style:italic;margin:0 0 1.5em;position:relative}address{margin:0 0 1.5em}abbr,acronym{border-bottom:1px dotted #666;cursor:help}pre{background:#eee;font-family:\"Courier 10 Pitch\",Courier,monospace;margin-bottom:1.6em;overflow:auto;max-width:100%;padding:1.6em}code,kbd,tt,var{font:15px Monaco,Consolas,\"Andale Mono\",\"DejaVu Sans Mono\",monospace}img{height:auto;max-width:100%}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}.ast-button,.button,button,input,select,textarea{color:#808285;font-weight:400;font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}big{font-size:125%}ins,mark{background:0 0;text-decoration:none}table,td,th{border:1px solid rgba(0,0,0,.1)}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%}th{font-weight:700}td,th{padding:8px;border-width:0 1px 1px 0}.ast-button,.button,button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:#eaeaea;border-radius:2px;background:#e6e6e6;padding:.6em 1em .4em;color:#fff}.ast-button:focus,.ast-button:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{color:#fff;border-color:#eaeaea}.ast-button:active,.ast-button:focus,.button:active,.button:focus,button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#eaeaea;outline:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{color:#666;border:1px solid #ccc;border-radius:2px;-webkit-appearance:none}input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{color:#111}textarea{padding-left:3px;width:100%}a{color:#4169e1}a:focus,a:hover{color:#191970}a:focus{outline:thin dotted}a:hover{outline:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:2px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:12.25px;font-size:.875rem;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;text-align:center;display:block;margin-left:auto;margin-right:auto}embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}::selection{color:#fff;background:#0274be}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.logged-in){position:relative}#page{position:relative}a,a:focus{text-decoration:none}.secondary a *,.site-footer a *,.site-header a *,a{transition:all .2s linear}.capitalize{text-transform:uppercase}img{vertical-align:middle}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin-bottom:20px}p{margin-bottom:1.75em}blockquote{margin:1.5em 1em 1.5em 3em;font-size:1.1em;line-height:inherit;position:relative}.ast-button,.button,input[type=button],input[type=submit]{border-radius:0;padding:18px 30px;border:0;box-shadow:none;text-shadow:none}.ast-button:hover,.button:hover,input[type=button]:hover,input[type=submit]:hover{box-shadow:none}.ast-button:active,.ast-button:focus,.button:active,.button:focus,input[type=button]:active,input[type=button]:focus,input[type=submit]:active,input[type=submit]:focus{box-shadow:none}.site-title{font-weight:400}.site-description,.site-title{margin-bottom:0}.site-description a,.site-description:focus a,.site-description:hover a,.site-title a,.site-title:focus a,.site-title:hover a{transition:all .2s linear}.site-title a,.site-title a:focus,.site-title a:hover,.site-title a:visited{color:#222}.site-description a,.site-description a:focus,.site-description a:hover,.site-description a:visited{color:#999}.search-form .search-field{outline:0}.ast-search-menu-icon{position:relative;z-index:3}.site .skip-link{background-color:#f1f1f1;box-shadow:0 0 1px 1px rgba(0,0,0,.2);color:#21759b;display:block;font-family:Montserrat,\"Helvetica Neue\",sans-serif;font-size:14px;font-weight:700;left:-9999em;outline:0;padding:15px 23px 14px;text-decoration:none;text-transform:none;top:-9999em}.site .skip-link:focus{clip:auto;height:auto;left:6px;top:7px;width:auto;z-index:100000;outline:thin dotted}.logged-in .site .skip-link{box-shadow:0 0 2px 2px rgba(0,0,0,.2);font-family:\"Open Sans\",sans-serif}input,select{line-height:1}.ast-button,.ast-custom-button,body,button,input[type=button],input[type=submit],textarea{line-height:1.85714285714286}.site-title a{line-height:1.2}.site-header .site-description{line-height:1.5}.ast-single-post .entry-title,.ast-single-post .entry-title a{line-height:1.2}.entry-title,.entry-title a{font-weight:400}.ast-oembed-container{position:relative;padding-top:56.25%;height:0;overflow:hidden;max-width:100%;height:auto}.ast-oembed-container embed,.ast-oembed-container iframe,.ast-oembed-container object{position:absolute;top:0;left:0;width:100%;height:100%}body .ast-oembed-container *{position:absolute;top:0;left:0;width:100%;height:100%}.ast-hidden{display:none!important}body{background-color:#fff}#page{display:block}#primary,#secondary{width:100%}#primary{margin:4em 0}.ast-separate-container{background-color:#f5f5f5}.ast-separate-container #primary{padding:4em 0;margin:0;border:0}.ast-separate-container .site-main>.ast-row{margin-left:0;margin-right:0}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single:not(.ast-related-post){background-color:#fff}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{border-bottom:1px solid #eee;margin:0;padding:5.34em 6.67em}.ast-separate-container .blog-layout-1{padding:0;border-bottom:0}.ast-separate-container .ast-article-single{border-bottom:0}@media (max-width:1200px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{margin:0;padding:3.34em 2.4em}}@media (min-width:993px){.ast-separate-container #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary{margin:4em 0;padding:0}.ast-right-sidebar #primary{padding-right:60px}.ast-left-sidebar #primary{padding-left:60px}}@media (max-width:992px){.ast-separate-container #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary{padding-left:0;padding-right:0}.ast-right-sidebar #primary{padding-right:30px}.ast-left-sidebar #primary{padding-left:30px}}.ast-search-icon .astra-search-icon{font-size:1.3em}.main-navigation{height:100%;-js-display:inline-flex;display:inline-flex}.main-navigation ul{list-style:none;margin:0;padding-left:0;position:relative}.main-header-menu .menu-link,.main-header-menu>a{text-decoration:none;padding:0 1em;display:inline-block;transition:all .2s linear}.main-header-menu .menu-item{position:relative}.main-header-menu .menu-item.focus>.sub-menu,.main-header-menu .menu-item:hover>.sub-menu{right:auto;left:0}.main-header-menu .ast-left-align-sub-menu.focus>.sub-menu,.main-header-menu .ast-left-align-sub-menu:hover>.sub-menu{right:0;left:auto}@media (min-width:769px){.main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:-100%}.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item.focus>.sub-menu,.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu{left:-100%}}.main-header-menu .sub-menu{width:240px;background:#fff;left:-999em;position:absolute;top:100%;z-index:99999}@media (min-width:769px){.main-header-menu .sub-menu .menu-item.focus>.sub-menu,.main-header-menu .sub-menu .menu-item:hover>.sub-menu{left:100%;right:auto}.main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu{left:-100%}.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:-100%}}.main-header-menu .sub-menu .menu-link{padding:.9em 1em;display:block;word-wrap:break-word}.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:none}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow svg{position:absolute;right:.6em;top:50%;transform:translate(0,-50%) rotate(270deg)}.main-header-menu .sub-menu .sub-menu{top:0}.submenu-with-border .sub-menu{border-width:1px;border-style:solid}.submenu-with-border .sub-menu .menu-link{border-width:0 0 1px;border-style:solid}.submenu-with-border .sub-menu .sub-menu{top:-1px}.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link{border-bottom-width:0}.ast-header-break-point .main-navigation{padding-left:0}.ast-header-break-point .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type{margin-right:5px}.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:inline}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link{padding-left:50px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px}.ast-header-break-point .main-header-menu{background-color:#f9f9f9;border-top-width:1px;border-style:solid;border-color:#eaeaea}.ast-header-break-point .main-header-menu .sub-menu{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto}.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu{left:0}.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:0}.ast-header-break-point .submenu-with-border .sub-menu{border:0}.ast-header-break-point .dropdown-menu-toggle{display:none}.ast-mobile-menu-buttons{display:none}.ast-button-wrap{display:inline-block}.ast-button-wrap button{box-shadow:none;border:none}.ast-button-wrap .menu-toggle{padding:0;width:2.2em;height:2.1em;font-size:1.5em;font-weight:400;border-radius:2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:2px;vertical-align:middle;line-height:1.85714285714286}.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:0 .5em;width:auto;text-align:center}.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu{font-size:15px;font-size:1rem;font-weight:600}.ast-button-wrap .menu-toggle .menu-toggle-icon{font-style:normal;display:inline-block;vertical-align:middle;line-height:2.05}.ast-button-wrap .menu-toggle .menu-toggle-icon:before{content:\"\\e5d2\";font-family:Astra;text-decoration:inherit}.ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2){display:none}.ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before{content:\"\\e5cd\"}.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(1){display:none}.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2){display:block}.ast-button-wrap .menu-toggle .mobile-menu-wrap{display:inline-block}.ast-button-wrap .menu-toggle:focus{outline:thin dotted}.header-main-layout-1 .ast-main-header-bar-alignment{margin-left:auto}.site-navigation{height:100%}.site-header .menu-link *{transition:none}.ast-icon.icon-arrow svg{height:.6em;width:.6em;position:relative;margin-left:10px}.ast-icon.icon-search svg{height:1em;width:.9em;margin-top:3px;margin-right:2px}.ast-header-break-point .user-select{clear:both}.ast-header-break-point .ast-mobile-menu-buttons{display:block;align-self:center}.ast-header-break-point .main-header-bar-navigation{flex:auto}.ast-header-break-point .ast-main-header-bar-alignment{display:block;width:100%;flex:auto;order:4}.ast-header-break-point .ast-icon.icon-arrow svg{height:.85em;width:.95em;position:relative;margin-left:10px}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 1.5em;overflow:hidden}.comment-navigation .nav-next,.comment-navigation .nav-previous,.post-navigation .nav-next,.post-navigation .nav-previous,.posts-navigation .nav-next,.posts-navigation .nav-previous{width:50%;display:inline-block}.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next{text-align:right}.ast-icon svg{fill:currentColor}.post-navigation a{background:0 0;font-size:16px;font-size:1.06666rem;padding:0 1.5em;height:2.33333em;line-height:calc(2.33333em - 3px)}.sticky{display:block}.hentry{margin:0 0 1.5em}.byline,.updated:not(.published){display:none}.group-blog .byline,.single .byline{display:inline}.page-links{clear:both;margin-top:1em}.page-links a{display:inline-block}.page-links a .page-link{border-color:#eaeaea;background:0 0}.page-links .page-link{padding:0;margin:0 0 .3em .3em;border:2px solid #eaeaea;color:#000;background:0 0;font-size:.8em;width:2.5em;height:2.5em;line-height:calc( 2.5em - 4px);display:inline-block;text-align:center;transition:all .2s linear}.page-links .page-link:focus,.page-links .page-link:hover{color:#000}@media (max-width:768px){.page-links .page-link{margin-bottom:6px}}.entry-content>:last-child,.entry-summary>:last-child,.page-content>:last-child{margin-bottom:0}.bypostauthor{display:block}.ast-no-sidebar .entry-content .alignfull{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw;width:100vw}.ast-no-sidebar .entry-content .alignfull .alignfull,.ast-no-sidebar .entry-content .alignfull .alignwide{width:100%;margin-left:auto;margin-right:auto}.ast-no-sidebar .entry-content .alignwide{margin-left:calc(-41vw + 50%);margin-right:calc(-41vw + 50%);max-width:unset;width:unset}.ast-no-sidebar .entry-content .alignwide .alignfull,.ast-no-sidebar .entry-content .alignwide .alignwide{width:100%;margin-left:auto;margin-right:auto}.ast-no-sidebar .entry-content .wp-block-column .alignfull,.ast-no-sidebar .entry-content .wp-block-column .alignwide{margin-left:auto;margin-right:auto;width:100%}.blocks-gallery-grid,.wp-block-gallery{margin:0}.wp-block-separator{max-width:100px}.wp-block-separator.is-style-dots,.wp-block-separator.is-style-wide{max-width:none}.entry-content .has-2-columns .wp-block-column:first-child{padding-right:10px}.entry-content .has-2-columns .wp-block-column:last-child{padding-left:10px}@media (max-width:782px){.entry-content .wp-block-columns .wp-block-column{flex-basis:100%}.entry-content .has-2-columns .wp-block-column:first-child{padding-right:0}.entry-content .has-2-columns .wp-block-column:last-child{padding-left:0}}body{overflow-x:hidden}body .entry-content .wp-block-latest-posts{margin-left:0}body .entry-content .wp-block-latest-posts li{list-style:none}.ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts{margin-left:0}.ast-header-break-point .entry-content .alignwide{margin-left:auto;margin-right:auto}.entry-content .blocks-gallery-item img{margin-bottom:auto}.wp-block-pullquote{border-top:4px solid #555d66;border-bottom:4px solid #555d66;color:#40464d}.widget-title{font-weight:400;margin-bottom:1em;line-height:1.5}.widget{margin:0 0 2.8em 0}.widget:last-child{margin-bottom:0}.widget select{max-width:100%}.widget ul{margin:0;list-style-type:none}.no-widget-text{margin-bottom:0}.widget_nav_menu ul ul.sub-menu{margin-top:.25em}.widget_nav_menu ul ul.sub-menu li{padding-left:20px}.widget_nav_menu ul ul.sub-menu a:after{left:-20px}.widget_nav_menu ul ul.sub-menu ul a:after{left:-40px}.widget_nav_menu ul ul.sub-menu ul ul a:after{left:-60px}.widget_nav_menu li{transition:all .2s linear}.widget_search .search-form{position:relative;padding:0;background:initial;color:inherit}.widget_search .search-form>label{position:relative}.widget_search .search-form i{color:#3a3a3a}.widget_search .search-form button{position:absolute;top:0;right:15px;border:none;padding:0;cursor:pointer;background:0 0}.widget_search .search-form input[type=submit],.widget_search .search-form input[type=submit]:focus,.widget_search .search-form input[type=submit]:hover{padding:13px 20px;border-radius:2px;border:none;top:0;right:0;position:absolute;color:transparent;background:0 0;max-width:45px;z-index:2}.widget_search .search-form .search-field{background:#fafafa;border-width:1px;border-color:#eaeaea;border-radius:2px}.widget_search .search-field,.widget_search .search-field:focus{width:100%;padding:16px 45px 16px 15px}.widget_archive ul.children,.widget_categories ul.children,.widget_pages ul.children{position:relative;margin-top:5px;width:100%}.widget_archive ul.children li,.widget_categories ul.children li,.widget_pages ul.children li{padding-left:20px}.widget_archive li ul.children a:after,.widget_categories li ul.children a:after,.widget_pages li ul.children a:after{left:-20px}.widget_archive li ul.children ul a:after,.widget_categories li ul.children ul a:after,.widget_pages li ul.children ul a:after{left:-40px}.widget_tag_cloud .tagcloud{margin-top:10px;display:inline-block}.widget_tag_cloud .tagcloud a{border:1px solid #e2e2e2;padding:.5em .9em;display:inline-block;margin-bottom:4px;font-size:14px;margin-right:4px;line-height:1.5;transition:all .2s linear}.widget_calendar table,.widget_calendar td,.widget_calendar th{padding:0;text-align:center}.widget_calendar table,.widget_calendar th{border:none}.widget_calendar td{border-right:none;border-left:none}.widget_calendar caption{line-height:2.7em}.widget_calendar thead{line-height:2.5em}.widget_calendar thead a{color:#0274be;font-size:1rem;vertical-align:middle}.widget_calendar thead td{vertical-align:middle;font-weight:700}.widget_calendar thead>tr>th{line-height:2.5em;border-bottom:2px solid #eaeaea;border-top:2px solid #eaeaea}.widget_calendar tbody{line-height:2.1em;text-align:center}.widget_calendar tbody>tr>td{width:14.2857%}.widget_calendar tbody>tr:first-child>td{padding-top:3px}.widget_calendar #today{background:#0274be}.ast-builder-grid-row{display:grid;grid-template-columns:auto auto;align-items:center;grid-column-gap:20px;overflow-wrap:anywhere}.ast-builder-grid-row>.site-header-section{flex-wrap:nowrap}.ast-builder-footer-grid-columns{grid-column-gap:50px}.ast-builder-grid-row.ast-grid-center-col-layout{grid-template-columns:1fr auto 1fr}.ast-builder-layout-element{align-items:center}.ast-builder-grid-row.ast-grid-center-col-layout-only{-js-display:flex;display:flex;height:100%;justify-content:center}.ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center{flex-grow:1}.site-header-section{height:100%;min-height:0;align-items:center}.site-header-section .ast-main-header-bar-alignment{height:100%}.site-header-section>*{padding:0 10px}.site-header-section>div:first-child{padding-left:0}.site-header-section>div:last-child{padding-right:0}.site-header-section .ast-builder-menu{align-items:center}.ast-builder-layout-element.ast-header-search{height:auto}.ast-grid-right-center-section{justify-content:flex-start;flex-grow:1}.ast-grid-right-section{justify-content:flex-end}.ast-grid-right-section .ast-site-identity>:first-child{text-align:right}.ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child{text-align:left}.ast-grid-left-center-section{justify-content:flex-end;flex-grow:1}.ast-logo-title-inline .ast-site-identity{padding:1em 0;-js-display:inline-flex;display:inline-flex;vertical-align:middle;align-items:center;transition:all .2s linear}.ast-grid-section-center{justify-content:center}.ast-grid-section-center .ast-site-identity>:first-child{text-align:center}.ast-builder-social-element{line-height:1;color:#3a3a3a;background:0 0;vertical-align:middle;transition:all 10ms;margin-left:6px;margin-right:6px;justify-content:center;align-items:center}.ast-builder-social-element:hover{color:#0274be}.ast-builder-social-element .social-item-label{padding-left:6px}.ast-social-stack-desktop .ast-builder-social-element,.ast-social-stack-mobile .ast-builder-social-element,.ast-social-stack-tablet .ast-builder-social-element{margin-top:6px;margin-bottom:6px}.ahfb-svg-iconset{-js-display:inline-flex;display:inline-flex;align-self:center}.ahfb-svg-iconset svg{width:17px;height:17px;transition:none}.ahfb-svg-iconset svg>*{transition:none}.ast-footer-copyright p{margin-bottom:0}.ast-builder-grid-row-container{display:grid;align-content:center}.main-header-bar .main-header-bar-navigation{height:100%}.ast-nav-menu .sub-menu{line-height:1.45}.ast-builder-menu .main-navigation{padding:0}.ast-builder-menu .main-navigation>ul{align-self:center}.ast-footer-copyright,.ast-footer-social-wrap,.site-footer-focus-item{width:100%}#astra-footer-menu{margin:0;list-style:none;background:inherit}#astra-footer-menu>ul{margin:0;list-style:none;background:inherit}.ast-header-break-point #ast-mobile-header{display:block}.ast-header-break-point .main-header-bar-navigation{line-height:3}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:0;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none}.ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before,.ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg)}.ast-header-break-point .ast-nav-menu .sub-menu{line-height:3}.site-footer-section{justify-content:center}.site-footer-section>*{margin-bottom:10px}.site-footer-section>:last-child{margin-bottom:0}.site-primary-footer-wrap{padding-top:45px;padding-bottom:45px}.site-above-footer-wrap,.site-below-footer-wrap{padding-top:20px;padding-bottom:20px}.ast-hfb-header.ast-header-break-point .main-header-bar-navigation{width:100%;margin:0}.ast-hfb-header .menu-toggle.toggled .ast-mobile-svg{display:none}.ast-hfb-header .menu-toggle.toggled .ast-close-svg{display:block}.menu-toggle .ast-close-svg{display:none}.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center}.ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap{-js-display:inline-flex;display:inline-flex;align-self:center;margin-left:.4em}.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle{-js-display:flex;display:flex;align-items:center;width:auto;height:auto}.menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center}.menu-toggle .mobile-menu-wrap{-js-display:inline-flex;display:inline-flex;align-self:center;margin-left:.4em}.ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap{align-items:center;-js-display:flex;display:flex}.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:.5em;align-items:center;-js-display:flex;display:flex}.ast-search-menu-icon.ast-inline-search .search-field{width:100%;padding:.6em;padding-right:5.5em}@media (min-width:769px){.footer-nav-wrap .astra-footer-horizontal-menu li{margin:0}.footer-nav-wrap .astra-footer-horizontal-menu li:first-child a{padding-left:0}.footer-nav-wrap .astra-footer-horizontal-menu li:last-child a{padding-right:0}.footer-nav-wrap .astra-footer-horizontal-menu a{padding:0 .5em}}.site-header{z-index:99;position:relative}.main-header-container{position:relative}.main-header-bar-wrap{position:relative}.main-header-bar{background-color:#fff;border-bottom-color:#eaeaea;border-bottom-style:solid}.ast-header-break-point .main-header-bar{border:0}.ast-header-break-point .main-header-bar{border-bottom-color:#eaeaea;border-bottom-style:solid}.main-header-bar{margin-left:auto;margin-right:auto}.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-header-custom-item-inside .button-custom-menu-item .menu-link{display:none}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item{padding-left:0;padding-right:0;margin-top:0;margin-bottom:0}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link{display:none}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link{display:block}.site-branding{line-height:1;align-self:center}.ast-menu-toggle{display:none;background:0 0;color:inherit;border-style:dotted;border-color:transparent}.ast-menu-toggle:focus,.ast-menu-toggle:hover{background:0 0;border-color:inherit;color:inherit}.ast-menu-toggle:focus{outline:thin dotted}.ast-main-header-nav-open .main-header-bar{padding-bottom:0}.main-header-bar{z-index:4;position:relative}.main-header-bar .main-header-bar-navigation:empty{padding:0}.main-header-bar .main-header-bar-navigation .sub-menu{line-height:1.45}.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after{line-height:normal}.custom-mobile-logo-link{display:none}.ast-site-identity{padding:1em 0}.ast-header-break-point .site-header .main-header-bar-wrap .site-branding{flex:1;align-self:center}.ast-header-break-point .ast-site-identity{width:100%}.ast-header-break-point .main-header-bar{display:block;line-height:3}.ast-header-break-point .main-header-bar .main-header-bar-navigation{line-height:3}.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit;transition:all .2s}.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg)}.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea}.ast-header-break-point .main-navigation{display:block;width:100%}.ast-header-break-point .main-navigation ul ul{left:auto;right:auto}.ast-header-break-point .main-navigation .stack-on-mobile li{width:100%}.ast-header-break-point .main-navigation .widget{margin-bottom:1em}.ast-header-break-point .main-navigation .widget li{width:auto}.ast-header-break-point .main-navigation .widget:last-child{margin-bottom:0}.ast-header-break-point .main-header-bar-navigation{width:calc(100% + 40px);margin:0 -20px}.ast-header-break-point .main-header-menu ul ul{top:0}.ast-header-break-point .ast-builder-menu{width:100%}.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile{flex-wrap:wrap}.ast-desktop .main-header-menu>.menu-item .sub-menu:before{position:absolute;content:\'\';top:0;left:0;width:100%;transform:translateY(-100%)}input[type=email],input[type=number],input[type=password],input[type=reset],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{color:#666;padding:.75em;height:auto;border-width:1px;border-style:solid;border-color:#eaeaea;border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}input[type=email]:focus,input[type=password]:focus,input[type=reset]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{background-color:#fff;border-color:#eaeaea;box-shadow:none}input[type=button],input[type=button]:focus,input[type=button]:hover,input[type=reset],input[type=reset]:focus,input[type=reset]:hover,input[type=submit],input[type=submit]:focus,input[type=submit]:hover{box-shadow:none}textarea{width:100%}input[type=search]:focus{outline:thin dotted}input[type=range]{-webkit-appearance:none;width:100%;margin:5.7px 0;padding:0;border:none}input[type=range]:focus{outline:0}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8.6px;cursor:pointer;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;background:rgba(255,255,255,.2);border-radius:13.6px;border:0 solid #fff}input[type=range]::-webkit-slider-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;width:20px;border-radius:50px;background:#0274be;cursor:pointer;-webkit-appearance:none;margin-top:-5.7px}input[type=range]:focus::-webkit-slider-runnable-track{background:rgba(255,255,255,.2)}input[type=range]::-moz-range-track{width:100%;height:8.6px;cursor:pointer;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;background:rgba(255,255,255,.2);border-radius:13.6px;border:0 solid #fff}input[type=range]::-moz-range-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;width:20px;border-radius:50px;background:#0274be;cursor:pointer}input[type=range]::-ms-track{width:100%;height:8.6px;cursor:pointer;background:0 0;border-color:transparent;color:transparent}input[type=range]::-ms-fill-lower{background:rgba(199,199,199,.2);border:0 solid #fff;border-radius:27.2px;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9}input[type=range]::-ms-fill-upper{background:rgba(255,255,255,.2);border:0 solid #fff;border-radius:27.2px;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9}input[type=range]::-ms-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;width:20px;border-radius:50px;background:#0274be;cursor:pointer;height:8.6px}input[type=range]:focus::-ms-fill-lower{background:rgba(255,255,255,.2)}input[type=range]:focus::-ms-fill-upper{background:rgba(255,255,255,.2)}input[type=color]{border:none;width:100px;padding:0;height:30px;cursor:pointer}input[type=color]::-webkit-color-swatch-wrapper{padding:0;border:none}input[type=color]::-webkit-color-swatch{border:none}.page .entry-header{margin-bottom:1.5em}.search .entry-header{margin-bottom:1em}.ast-single-post .entry-header.ast-header-without-markup,.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail{margin-bottom:0}.entry-header{margin-bottom:1em;word-wrap:break-word}.entry-header+.ast-blog-featured-section{margin-top:.5em}.entry-content{word-wrap:break-word}.entry-content p{margin-bottom:1.6em}.read-more{margin-bottom:0}.read-more .ast-right-arrow{font-size:1em}.ast-no-thumb .ast-blog-featured-section{margin-bottom:0}.ast-no-thumb .entry-header+.ast-blog-featured-section{margin-top:0}.ast-blog-featured-section{margin-bottom:1.5em}.error404 .page-header{margin-bottom:1.5em}.error404 .page-header .page-title{margin-bottom:0}.archive .entry-title,.blog .entry-title,.search .entry-title{line-height:1.3}.archive .format-aside .entry-title,.archive .format-status .entry-title,.blog .format-aside .entry-title,.blog .format-status .entry-title{display:none}.page-title{margin-bottom:1em;font-weight:400}.entry-title{margin-bottom:.2em}.ast-article-post{margin-bottom:2.5em}.ast-article-post:last-child{margin-bottom:0;border-bottom:0}.search .site-content .content-area .search-form{margin-bottom:3em}.blog-layout-1 .post-thumb{padding-left:0;padding-right:0;position:relative}.blog .posted-on{z-index:1}.ast-blog-featured-section .posted-on{width:5.714285714em;height:5.714285714em;padding:.7em}.ast-blog-featured-section .posted-on .date-month,.ast-blog-featured-section .posted-on .date-year{font-size:.8571428571em;line-height:1em}.ast-blog-featured-section .posted-on .date-day{font-size:2.5em;line-height:.9em;font-weight:900;margin:.1em 0}.ast-author-box img.avatar{border-radius:50%;margin:0 0 0 20px}.ast-archive-description{margin-bottom:2.5em;padding-bottom:1.3333em;border-bottom:1px solid #eee}.ast-archive-description .ast-archive-title{margin-bottom:4px;font-size:40px;font-size:2.85714rem;font-weight:300}.ast-archive-description p{margin-bottom:0;font-size:20px;font-size:1.42857rem;line-height:1.65;font-weight:300}.ast-separate-container .ast-archive-description,.ast-separate-container .ast-author-box{background-color:#eee;padding-bottom:0;border-bottom:0}@media (max-width:1200px){.ast-separate-container .ast-archive-description{margin:0;padding:3.34em 2.4em}}@media (max-width:992px){.ast-separate-container .ast-archive-description{padding:2.14em}}@media (min-width:1201px){.ast-separate-container .ast-archive-description,.ast-separate-container .ast-author-box{margin:0;padding:5em 6.67em 3.33333em}}.single .entry-header{margin-bottom:2em}.single .post-navigation{margin:0;padding:2em 0 0;border-top:1px solid #eee}@media (max-width:768px){.single .post-navigation{padding-top:1.5em}}.single .post-navigation a{margin:2px;display:inline-block;text-align:center;color:#000}@media (min-width:421px){.single .post-navigation .nav-links{-js-display:flex;display:flex}.single .post-navigation .nav-next,.single .post-navigation .nav-previous{flex:auto}}@media (max-width:420px){.single .post-navigation .ast-left-arrow,.single .post-navigation .ast-right-arrow{display:none}.single .post-navigation .nav-next,.single .post-navigation .nav-previous{width:100%}.single .post-navigation .nav-next a,.single .post-navigation .nav-previous a{width:100%}.single .post-navigation .nav-previous{margin-bottom:1em}}.single .entry-header .ast-single-post-order+.post-thumb img{margin-top:2em;margin-bottom:0}.single .entry-header.ast-no-title .post-thumb+.ast-single-post-order{margin-top:0}.single .entry-header .post-thumb+.ast-single-post-order{margin-top:2em}.single .entry-header .post-thumb img{margin-top:0;margin-bottom:0}.page .has-post-thumbnail .post-thumb img{margin-bottom:1.5em}.post-password-form{text-align:center}@media (max-width:420px){.post-password-form input[type=password]{display:block;margin:10px auto}}.post-password-form input[type=submit]{padding:10px 20px;border-radius:2px}.ast-separate-container .post-navigation{border-top:0;padding-left:3.33333em;padding-right:3.33333em}@media (max-width:420px){.ast-separate-container .post-navigation{padding-left:0;padding-right:0}}@media (max-width:768px){.ast-separate-container .entry-header{margin-bottom:1em}}.ast-404-layout-1{text-align:center;margin:4em auto}.ast-404-layout-1 .page-sub-title{font-size:1.5rem;font-weight:700}.ast-404-layout-1 .widget_search{padding-top:.5em}.ast-404-search{margin-top:1.5em}.ast-404-search .widget_search{max-width:370px;margin:0 auto}.ast-separate-container .error-404,.ast-separate-container .no-results{background-color:#fff}@media (max-width:1200px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{margin:0;padding:3.34em 2.4em}}@media (max-width:768px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{padding:1.5em 2.14em}}@media (max-width:544px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{padding:1.5em 1em}}@media (min-width:1201px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{margin:0;padding:5.34em 6.67em}}.blog-layout-1{width:100%;display:inline-block;padding-bottom:2em;vertical-align:middle;border-bottom:1px solid #eee}.blog-layout-1 .posted-on{left:0}.blog-layout-1 .post-content,.blog-layout-1 .post-thumb{padding-left:0;padding-right:0}.ast-flex{-js-display:flex;display:flex;flex-wrap:wrap}.ast-flex-1{flex:1}.ast-inline-flex{-js-display:inline-flex;display:inline-flex;align-items:center;flex-wrap:wrap;align-content:center}.ast-justify-content-flex-start{justify-content:flex-start}.ast-justify-content-flex-end{justify-content:flex-end}.ast-justify-content-center{justify-content:center}.ast-justify-content-space-between{justify-content:space-between}.ast-justify-content-space-around{justify-content:space-around}.ast-align-content-flex-start{align-content:flex-start}.ast-align-content-flex-end{align-content:flex-end}.ast-align-content-center{align-content:center}.ast-align-content-space-between{align-content:space-between}.ast-align-content-space-around{align-content:space-around}.ast-align-content-stretch{align-content:stretch}.ast-flex-grow-1{flex-grow:1}\";s:54:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0headers\";a:11:{s:13:\"cache-control\";s:22:\"public, max-age=604800\";s:7:\"expires\";s:29:\"Mon, 23 Dec 2024 18:42:27 GMT\";s:4:\"etag\";s:25:\"\"a1fd-66c761dc-2884d2;gz\"\";s:13:\"last-modified\";s:29:\"Thu, 22 Aug 2024 16:05:48 GMT\";s:12:\"content-type\";s:8:\"text/css\";s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"date\";s:29:\"Mon, 16 Dec 2024 18:42:27 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:7:\"alt-svc\";s:167:\"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\"\";}s:58:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0status_code\";i:200;s:53:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0expiry\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-23 18:42:27.919294\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}\";','off'),
(84089,'litespeed.conf.qc-cname','','auto'),
(96958,'litespeed.conf.optm-ccss_whitelist','[]','auto'),
(100545,'recovery_mode_email_last_sent','1758994588','auto'),
(121210,'litespeed.conf.cdn-cloudflare_clear','','auto'),
(134760,'wpseo_llmstxt','a:7:{s:23:\"llms_txt_selection_mode\";s:4:\"auto\";s:13:\"about_us_page\";i:0;s:12:\"contact_page\";i:0;s:10:\"terms_page\";i:0;s:19:\"privacy_policy_page\";i:0;s:9:\"shop_page\";i:0;s:20:\"other_included_pages\";a:0:{}}','auto'),
(140471,'can_compress_scripts','0','on'),
(148216,'litespeed.conf.media-auto_rescale_ori','','auto'),
(148217,'litespeed.conf.debug-disable_tmp','0','auto'),
(153766,'litespeed.conf.img_optm-sizes_skipped','[]','auto'),
(153943,'litespeed.conf._version','7.5.0.1','auto'),
(159768,'_transient_timeout_amp-parsed-stylesheet-v40-927918eee01746886fbf63547f144675','1761980808','off'),
(159769,'_transient_amp-parsed-stylesheet-v40-927918eee01746886fbf63547f144675','a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:15:\"flex-wrap:unset\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"d9cbcea123ed980237b7ccf844b62f01\";s:10:\"parse_time\";d:0.01878213882446289;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(160021,'_transient_timeout_amp-parsed-stylesheet-v40-531443535ac3fece28a8cb97e9e40f33','1762056014','off'),
(160022,'_transient_amp-parsed-stylesheet-v40-531443535ac3fece28a8cb97e9e40f33','a:8:{s:6:\"tokens\";a:1:{i:0;a:2:{i:0;a:1:{s:31:\".amp-wp-22abcbf:not(#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:14:\"amp-wp-22abcbf\";}}}i:1;a:6:{i:0;s:18:\"background:#f9f9f9\";i:1;s:21:\"border:1px solid #aaa\";i:2;s:13:\"display:table\";i:3;s:17:\"margin-bottom:1em\";i:4;s:11:\"padding:1em\";i:5;s:11:\"width:350px\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"4cf7b75a293c632457bc6362b882fa3a\";s:10:\"parse_time\";d:0.01877903938293457;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(160023,'_transient_timeout_amp-parsed-stylesheet-v40-26fa9e12084c0e78f9fa163c68b60ddc','1762056020','off'),
(160024,'_transient_amp-parsed-stylesheet-v40-26fa9e12084c0e78f9fa163c68b60ddc','a:8:{s:6:\"tokens\";a:817:{i:0;s:2678:\"@font-face{font-family:\"litespeedfont\";src:url(\"data:application/font-woff;base64,d09GRgABAAAAAAd8AAsAAAAABzAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIFKmNtYXAAAAFoAAAAVAAAAFQXVtKHZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAywAAAMsC7+w5mhlYWQAAATwAAAANgAAADYNxQCSaGhlYQAABSgAAAAkAAAAJAe+A8ZobXR4AAAFTAAAABQAAAAUCgAABWxvY2EAAAVgAAAADAAAAAwAKAGqbWF4cAAABWwAAAAgAAAAIAAOAX5uYW1lAAAFjAAAAc4AAAHOiN8uy3Bvc3QAAAdcAAAAIAAAACAAAwAAAAMDAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QADwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkA//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAACAAF/8QD/AO7AIAAxAFEAWkBbgFyAXcBewAAATA0MTQmMTA0JzgBNSImOQEBOAExLgEjIgYHOAE5AQEwBiMUMDEGFDEwBhUwFDEcARUcARUwFDEUFjEwFBc4ARUyFjkBATAWFTAyMTAWMzAyFTAyMzIWMzI2MzoBMTQyMTI2MTAyMTQ2OQEBMDYzNDAxNjQxMDY1MDQxNDY1JjQ1BzEVBzgBMQE4ATEwBjEjMCIxMCIxMCIxMCYxOAExATgBMSc1MDQxMDQ5ATUxNzgBMQEwNjMyFjEBOAExFxUwFDEwFDEnMCIxMDQxMDQxMCIxNDAnMSc4ATEuASMiBgc4ATEHBjAVMCIxMBQxMBQxMCIxHAExMBQVMDIxMBQxMBQxMDIxFDAXMRcWMDM4ARUwMjE4ATEyMBU6ATEwMjM0MDM4ATEwMjE0MDEyMDcxNzYwNTAyMTA0MTA0MTgBMzwBMTA0NScHFzgBMRYUFxYGDwEOASMiJicmNj8BJyY2PwE+ATMyFhcWBgcFFxUBMxMHIwEBMwE1NzUnNQED+wEBAQH+FAIGAwMGAv4UAQEBAQEBAQEB7AIBAQEBAQEBAQEBAQEBAQEBAQECAewBAQEBAQFOAf5XAQEBAQEB/lcBAQGpAgEBAgGpAbABAQH0AgICAgIC9AEBAQEBAfQBAQEBAQEBAQEBAQH0AQEBoE8rAQEBAgSBAgQDBAYBAgEDTysFAwWBAgQEAwYBAgED/oz6/sw6+vo6ATQBNDb+zP7+ATgBwwEBAQEBAQIB7AICAgL+FAIBAQEBAQEBAQEBAQEBAQEBAQEC/hQBAQEBAQEBAQEBAewCAQEBAQEBAQEBAQEBBAEB/lcBAQGpAQEBAQEBAakBAf5XAQEBAQMBAQEB9AECAgH0AQEBAQEBAQEBAQEB9AEBAQEBAfQBAQEBAQEBAYRkPQECAQcLA2MCAgQDAwgDZD4GDgViAgIEAwMIA6P5OgEzATP6ATT+lP7MNv44/jb+zAABAAAAAQAAiK6LiV8PPPUACwQAAAAAANVU3gsAAAAA1VTeCwAA/8QD/AO7AAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAP8AAEAAAAAAAAAAAAAAAAAAAAFBAAAAAAAAAAAAAAAAgAAAAQAAAUAAAAAAAoAFAAeAZYAAQAAAAUBfAAIAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAA0AAAABAAAAAAACAAcAlgABAAAAAAADAA0ASAABAAAAAAAEAA0AqwABAAAAAAAFAAsAJwABAAAAAAAGAA0AbwABAAAAAAAKABoA0gADAAEECQABABoADQADAAEECQACAA4AnQADAAEECQADABoAVQADAAEECQAEABoAuAADAAEECQAFABYAMgADAAEECQAGABoAfAADAAEECQAKADQA7GxpdGVzcGVlZGZvbnQAbABpAHQAZQBzAHAAZQBlAGQAZgBvAG4AdFZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGxpdGVzcGVlZGZvbnQAbABpAHQAZQBzAHAAZQBlAGQAZgBvAG4AdGxpdGVzcGVlZGZvbnQAbABpAHQAZQBzAHAAZQBlAGQAZgBvAG4AdFJlZ3VsYXIAUgBlAGcAdQBsAGEAcmxpdGVzcGVlZGZvbnQAbABpAHQAZQBzAHAAZQBlAGQAZgBvAG4AdEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=\");font-weight:normal;font-style:normal}\";i:1;a:2:{i:0;a:3:{s:86:\"#adminmenu #toplevel_page_lscache-settings .menu-icon-generic div.wp-menu-image:before\";a:3:{i:1;a:2:{i:0;s:17:\"menu-icon-generic\";i:1;s:13:\"wp-menu-image\";}i:2;a:2:{i:0;s:9:\"adminmenu\";i:1;s:30:\"toplevel_page_lscache-settings\";}i:0;a:1:{i:0;s:3:\"div\";}}s:79:\"#adminmenu #toplevel_page_litespeed .menu-icon-generic div.wp-menu-image:before\";a:3:{i:1;a:2:{i:0;s:17:\"menu-icon-generic\";i:1;s:13:\"wp-menu-image\";}i:2;a:2:{i:0;s:9:\"adminmenu\";i:1;s:23:\"toplevel_page_litespeed\";}i:0;a:1:{i:0;s:3:\"div\";}}s:39:\".litespeed-top-toolbar .ab-icon::before\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-top-toolbar\";i:1;s:7:\"ab-icon\";}}}i:1;a:9:{i:0;s:13:\"content:\"\"\";i:1;s:10:\"speak:none\";i:2;s:17:\"font-style:normal\";i:3;s:18:\"font-weight:normal\";i:4;s:19:\"font-variant:normal\";i:5;s:19:\"text-transform:none\";i:6;s:13:\"line-height:1\";i:7;s:34:\"-webkit-font-smoothing:antialiased\";i:8;s:33:\"-moz-osx-font-smoothing:grayscale\";}}i:2;a:2:{i:0;a:3:{s:112:\"#adminmenu #toplevel_page_lscache-settings .menu-icon-generic div.wp-menu-image:before:not(#_#_#_#_#_#_#_#_#_#_)\";a:3:{i:1;a:2:{i:0;s:17:\"menu-icon-generic\";i:1;s:13:\"wp-menu-image\";}i:2;a:2:{i:0;s:9:\"adminmenu\";i:1;s:30:\"toplevel_page_lscache-settings\";}i:0;a:1:{i:0;s:3:\"div\";}}s:105:\"#adminmenu #toplevel_page_litespeed .menu-icon-generic div.wp-menu-image:before:not(#_#_#_#_#_#_#_#_#_#_)\";a:3:{i:1;a:2:{i:0;s:17:\"menu-icon-generic\";i:1;s:13:\"wp-menu-image\";}i:2;a:2:{i:0;s:9:\"adminmenu\";i:1;s:23:\"toplevel_page_litespeed\";}i:0;a:1:{i:0;s:3:\"div\";}}s:61:\".litespeed-top-toolbar .ab-icon::before:not(#_#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-top-toolbar\";i:1;s:7:\"ab-icon\";}}}i:1;a:1:{i:0;s:27:\"font-family:\"litespeedfont\"\";}}i:3;a:2:{i:0;a:1:{s:65:\"#wpadminbar .litespeed-top-toolbar .ab-icon.icon_disabled::before\";a:2:{i:1;a:3:{i:0;s:21:\"litespeed-top-toolbar\";i:1;s:7:\"ab-icon\";i:2;s:13:\"icon_disabled\";}i:2;a:1:{i:0;s:10:\"wpadminbar\";}}}i:1;a:1:{i:0;s:13:\"color:#d9534f\";}}i:4;a:2:{i:0;a:1:{s:29:\"*[litespeed-accesskey]:before\";a:1:{i:3;a:1:{i:0;s:19:\"litespeed-accesskey\";}}}i:1;a:1:{i:0;s:42:\"content:\"[\" attr(litespeed-accesskey) \"] \"\";}}i:5;a:2:{i:0;a:1:{s:44:\"input[type=\'checkbox\'].litespeed-tiny-toggle\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:14:{i:0;s:23:\"-webkit-appearance:none\";i:1;s:20:\"-moz-appearance:none\";i:2;s:15:\"appearance:none\";i:3;s:39:\"-webkit-tap-highlight-color:transparent\";i:4;s:10:\"width:auto\";i:5;s:11:\"height:auto\";i:6;s:21:\"vertical-align:middle\";i:7;s:17:\"position:relative\";i:8;s:8:\"border:0\";i:9;s:9:\"outline:0\";i:10;s:14:\"cursor:pointer\";i:11;s:12:\"margin:0 4px\";i:12;s:15:\"background:none\";i:13;s:15:\"box-shadow:none\";}}i:6;a:2:{i:0;a:1:{s:50:\"input[type=\'checkbox\'].litespeed-tiny-toggle:focus\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:15:\"box-shadow:none\";}}i:7;a:2:{i:0;a:1:{s:50:\"input[type=\'checkbox\'].litespeed-tiny-toggle:after\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:11:{i:0;s:10:\"content:\"\"\";i:1;s:13:\"font-size:8px\";i:2;s:15:\"font-weight:400\";i:3;s:16:\"line-height:18px\";i:4;s:17:\"text-indent:-14px\";i:5;s:10:\"color:#fff\";i:6;s:10:\"width:36px\";i:7;s:11:\"height:18px\";i:8;s:20:\"display:inline-block\";i:9;s:24:\"background-color:#a7aaad\";i:10;s:18:\"border-radius:72px\";}}i:8;a:2:{i:0;a:1:{s:51:\"input[type=\'checkbox\'].litespeed-tiny-toggle:before\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:10:{i:0;s:10:\"content:\"\"\";i:1;s:10:\"width:14px\";i:2;s:11:\"height:14px\";i:3;s:13:\"display:block\";i:4;s:17:\"position:absolute\";i:5;s:7:\"top:2px\";i:6;s:8:\"left:2px\";i:7;s:8:\"margin:0\";i:8;s:17:\"border-radius:50%\";i:9;s:21:\"background-color:#fff\";}}i:9;a:2:{i:0;a:1:{s:59:\"input[type=\'checkbox\'].litespeed-tiny-toggle:checked:before\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:3:{i:0;s:9:\"left:20px\";i:1;s:8:\"margin:0\";i:2;s:21:\"background-color:#fff\";}}i:10;a:2:{i:0;a:5:{s:44:\"input[type=\'checkbox\'].litespeed-tiny-toggle\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}s:51:\"input[type=\'checkbox\'].litespeed-tiny-toggle:before\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}s:50:\"input[type=\'checkbox\'].litespeed-tiny-toggle:after\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}s:59:\"input[type=\'checkbox\'].litespeed-tiny-toggle:checked:before\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}s:58:\"input[type=\'checkbox\'].litespeed-tiny-toggle:checked:after\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:20:\"transition:ease .15s\";}}i:11;a:2:{i:0;a:1:{s:58:\"input[type=\'checkbox\'].litespeed-tiny-toggle:checked:after\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:24:\"background-color:#2271b1\";}}i:12;a:2:{i:0;a:1:{s:91:\".block-editor__container input[type=\'checkbox\'].litespeed-tiny-toggle:not(#_#_#_#_#_#_#_#_)\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:2:{i:0;s:23:\"block-editor__container\";i:1;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:8:\"border:0\";}}i:13;a:2:{i:0;a:1:{s:76:\".block-editor__container input[type=\'checkbox\'].litespeed-tiny-toggle:before\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:2:{i:0;s:23:\"block-editor__container\";i:1;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:7:\"top:5px\";i:1;s:8:\"left:7px\";}}i:14;a:2:{i:0;a:1:{s:84:\".block-editor__container input[type=\'checkbox\'].litespeed-tiny-toggle:checked:before\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:2:{i:0;s:23:\"block-editor__container\";i:1;s:21:\"litespeed-tiny-toggle\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:9:\"left:23px\";}}i:15;a:2:{i:0;a:1:{s:22:\".litespeed_icon:before\";a:1:{i:1;a:1:{i:0;s:14:\"litespeed_icon\";}}}i:1;a:11:{i:0;s:10:\"content:\"\"\";i:1;s:128:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/lscwp_grayscale_font-icon_22px.svg\")\";i:2;s:20:\"background-size:22px\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:10:\"width:22px\";i:5;s:11:\"height:22px\";i:6;s:21:\"vertical-align:middle\";i:7;s:20:\"display:inline-block\";i:8;s:17:\"position:absolute\";i:9;s:8:\"left:5px\";i:10;s:7:\"top:8px\";}}i:16;a:2:{i:0;a:1:{s:27:\".rtl .litespeed_icon:before\";a:1:{i:1;a:2:{i:0;s:3:\"rtl\";i:1;s:14:\"litespeed_icon\";}}}i:1;a:2:{i:0;s:12:\"left:initial\";i:1;s:9:\"right:5px\";}}i:17;a:2:{i:0;a:1:{s:15:\".litespeed_icon\";a:1:{i:1;a:1:{i:0;s:14:\"litespeed_icon\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:18;a:2:{i:0;a:1:{s:35:\".litespeed_icon:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:14:\"litespeed_icon\";}}}i:1;a:1:{i:0;s:17:\"padding-left:30px\";}}i:19;a:2:{i:0;a:1:{s:20:\".rtl .litespeed_icon\";a:1:{i:1;a:2:{i:0;s:3:\"rtl\";i:1;s:14:\"litespeed_icon\";}}}i:1;a:1:{i:0;s:18:\"padding-right:40px\";}}i:20;a:2:{i:0;a:1:{s:20:\".litespeed-quic-icon\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-quic-icon\";}}}i:1;a:6:{i:0;s:119:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/quic-cloud-icon-16x16.svg\")\";i:1;s:27:\"background-repeat:no-repeat\";i:2;s:10:\"width:16px\";i:3;s:11:\"height:16px\";i:4;s:21:\"vertical-align:middle\";i:5;s:20:\"display:inline-block\";}}i:21;a:2:{i:0;a:1:{s:14:\".litespeed-row\";a:1:{i:1;a:1:{i:0;s:13:\"litespeed-row\";}}}i:1;a:1:{i:0;s:14:\"margin-top:5px\";}}i:22;a:2:{i:0;a:1:{s:16:\".litespeed-reset\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-reset\";}}}i:1;a:1:{i:0;s:13:\"width:initial\";}}i:23;a:2:{i:0;a:1:{s:17:\".litespeed-inline\";a:1:{i:1;a:1:{i:0;s:16:\"litespeed-inline\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:24;a:2:{i:0;a:1:{s:15:\".litespeed-flex\";a:1:{i:1;a:1:{i:0;s:14:\"litespeed-flex\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:25;a:2:{i:0;a:1:{s:25:\".litespeed-flex-container\";a:1:{i:1;a:1:{i:0;s:24:\"litespeed-flex-container\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";i:2;s:10:\"width:100%\";i:3;s:11:\"height:auto\";}}i:26;a:2:{i:0;a:1:{s:28:\".litespeed-flex-align-center\";a:1:{i:1;a:1:{i:0;s:27:\"litespeed-flex-align-center\";}}}i:1;a:1:{i:0;s:18:\"align-items:center\";}}i:27;a:2:{i:0;a:1:{s:29:\".litespeed-flex-container > *\";a:1:{i:1;a:1:{i:0;s:24:\"litespeed-flex-container\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:28;a:2:{i:0;a:1:{s:34:\".litespeed-flex-container--reverse\";a:1:{i:1;a:1:{i:0;s:33:\"litespeed-flex-container--reverse\";}}}i:1;a:1:{i:0;s:26:\"flex-direction:row-reverse\";}}i:29;a:2:{i:0;a:1:{s:57:\".litespeed-flex-container .litespeed-icon-vertical-middle\";a:1:{i:1;a:2:{i:0;s:24:\"litespeed-flex-container\";i:1;s:30:\"litespeed-icon-vertical-middle\";}}}i:1;a:1:{i:0;s:13:\"margin-left:0\";}}i:30;a:2:{i:0;a:1:{s:19:\".litespeed-row-flex\";a:1:{i:1;a:1:{i:0;s:18:\"litespeed-row-flex\";}}}i:1;a:1:{i:0;s:19:\"display:inline-flex\";}}i:31;a:2:{i:0;a:1:{s:20:\".litespeed-flex-wrap\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-flex-wrap\";}}}i:1;a:1:{i:0;s:14:\"flex-wrap:wrap\";}}i:32;a:2:{i:0;a:1:{s:42:\".litespeed-align-right:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-align-right\";}}}i:1;a:1:{i:0;s:16:\"margin-left:auto\";}}i:33;a:2:{i:0;a:1:{s:20:\".litespeed-width-1-2\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-width-1-2\";}}}i:1;a:2:{i:0;s:9:\"width:45%\";i:1;s:12:\"padding:20px\";}}i:34;a:2:{i:0;a:1:{s:20:\".litespeed-width-1-3\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-width-1-3\";}}}i:1;a:2:{i:0;s:9:\"width:30%\";i:1;s:12:\"padding:25px\";}}i:35;a:2:{i:0;a:1:{s:21:\".litespeed-width-7-10\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-width-7-10\";}}}i:1;a:2:{i:0;s:9:\"width:65%\";i:1;s:12:\"padding:20px\";}}i:36;a:2:{i:0;a:1:{s:21:\".litespeed-width-3-10\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-width-3-10\";}}}i:1;a:2:{i:0;s:9:\"width:35%\";i:1;s:12:\"padding:20px\";}}i:37;s:37:\"@media screen and (max-width: 814px){\";i:38;a:2:{i:0;a:1:{s:21:\".litespeed-width-7-10\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-width-7-10\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:39;a:2:{i:0;a:1:{s:21:\".litespeed-width-3-10\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-width-3-10\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:9:\"padding:0\";}}i:40;s:1:\"}\";i:41;a:2:{i:0;a:1:{s:35:\".litespeed-hide:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:14:\"litespeed-hide\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:42;a:2:{i:0;a:1:{s:36:\".litespeed-right:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-right\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:43;a:2:{i:0;a:1:{s:19:\".litespeed-relative\";a:1:{i:1;a:1:{i:0;s:18:\"litespeed-relative\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:44;a:2:{i:0;a:1:{s:23:\".litespeed-align-center\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-align-center\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:45;a:2:{i:0;a:1:{s:37:\".litespeed-left10:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:16:\"litespeed-left10\";}}}i:1;a:1:{i:0;s:16:\"margin-left:10px\";}}i:46;a:2:{i:0;a:1:{s:37:\".litespeed-left20:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:16:\"litespeed-left20\";}}}i:1;a:1:{i:0;s:16:\"margin-left:20px\";}}i:47;a:2:{i:0;a:1:{s:38:\".litespeed-right10:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-right10\";}}}i:1;a:1:{i:0;s:17:\"margin-right:10px\";}}i:48;a:2:{i:0;a:1:{s:38:\".litespeed-right20:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-right20\";}}}i:1;a:1:{i:0;s:17:\"margin-right:20px\";}}i:49;a:2:{i:0;a:1:{s:38:\".litespeed-right30:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-right30\";}}}i:1;a:1:{i:0;s:17:\"margin-right:30px\";}}i:50;a:2:{i:0;a:1:{s:38:\".litespeed-right50:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-right50\";}}}i:1;a:1:{i:0;s:17:\"margin-right:50px\";}}i:51;a:2:{i:0;a:1:{s:36:\".litespeed-top10:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-top10\";}}}i:1;a:1:{i:0;s:15:\"margin-top:10px\";}}i:52;a:2:{i:0;a:1:{s:36:\".litespeed-top15:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-top15\";}}}i:1;a:1:{i:0;s:15:\"margin-top:15px\";}}i:53;a:2:{i:0;a:1:{s:36:\".litespeed-top20:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-top20\";}}}i:1;a:1:{i:0;s:15:\"margin-top:20px\";}}i:54;a:2:{i:0;a:1:{s:36:\".litespeed-top30:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-top30\";}}}i:1;a:1:{i:0;s:15:\"margin-top:30px\";}}i:55;a:2:{i:0;a:1:{s:40:\".litespeed-margin-y5:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-margin-y5\";}}}i:1;a:2:{i:0;s:14:\"margin-top:5px\";i:1;s:17:\"margin-bottom:5px\";}}i:56;a:2:{i:0;a:1:{s:40:\".litespeed-margin-x5:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-margin-x5\";}}}i:1;a:2:{i:0;s:15:\"margin-left:5px\";i:1;s:16:\"margin-right:5px\";}}i:57;a:2:{i:0;a:2:{s:33:\".litespeed-wrap .litespeed-left20\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:16:\"litespeed-left20\";}}s:17:\".litespeed-left20\";a:1:{i:1;a:1:{i:0;s:16:\"litespeed-left20\";}}}i:1;a:1:{i:0;s:16:\"margin-left:20px\";}}i:58;a:2:{i:0;a:1:{s:40:\".litespeed-wrap .litespeed-bg-quic-cloud\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:23:\"litespeed-bg-quic-cloud\";}}}i:1;a:1:{i:0;s:75:\"background:linear-gradient(rgba(230,242,242,1) 10%,rgba(250,255,255,1) 30%)\";}}i:59;a:2:{i:0;a:1:{s:17:\".litespeed-left50\";a:1:{i:1;a:1:{i:0;s:16:\"litespeed-left50\";}}}i:1;a:1:{i:0;s:16:\"margin-left:50px\";}}i:60;a:2:{i:0;a:1:{s:24:\".litespeed-padding-space\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-padding-space\";}}}i:1;a:1:{i:0;s:16:\"padding:5px 10px\";}}i:61;a:2:{i:0;a:1:{s:46:\".litespeed-margin-bottom10:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-margin-bottom10\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:10px\";}}i:62;a:2:{i:0;a:1:{s:46:\".litespeed-margin-bottom20:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-margin-bottom20\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:20px\";}}i:63;a:2:{i:0;a:1:{s:51:\".litespeed-margin-bottom-remove:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"litespeed-margin-bottom-remove\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:0px\";}}i:64;a:2:{i:0;a:1:{s:48:\".litespeed-margin-top-remove:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:27:\"litespeed-margin-top-remove\";}}}i:1;a:1:{i:0;s:14:\"margin-top:0px\";}}i:65;a:2:{i:0;a:1:{s:49:\".litespeed-margin-left-remove:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-margin-left-remove\";}}}i:1;a:1:{i:0;s:15:\"margin-left:0px\";}}i:66;a:2:{i:0;a:1:{s:46:\".litespeed-margin-y-remove:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-margin-y-remove\";}}}i:1;a:2:{i:0;s:14:\"margin-top:0px\";i:1;s:17:\"margin-bottom:0px\";}}i:67;a:2:{i:0;a:1:{s:29:\".litespeed-empty-space-xlarge\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-empty-space-xlarge\";}}}i:1;a:1:{i:0;s:14:\"margin-top:8em\";}}i:68;a:2:{i:0;a:1:{s:28:\".litespeed-empty-space-large\";a:1:{i:1;a:1:{i:0;s:27:\"litespeed-empty-space-large\";}}}i:1;a:1:{i:0;s:14:\"margin-top:6em\";}}i:69;a:2:{i:0;a:1:{s:29:\".litespeed-empty-space-medium\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-empty-space-medium\";}}}i:1;a:1:{i:0;s:14:\"margin-top:3em\";}}i:70;a:2:{i:0;a:1:{s:28:\".litespeed-empty-space-small\";a:1:{i:1;a:1:{i:0;s:27:\"litespeed-empty-space-small\";}}}i:1;a:1:{i:0;s:14:\"margin-top:2em\";}}i:71;a:2:{i:0;a:1:{s:27:\".litespeed-empty-space-tiny\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-empty-space-tiny\";}}}i:1;a:1:{i:0;s:14:\"margin-top:1em\";}}i:72;a:2:{i:0;a:1:{s:41:\".litespeed-text-jumbo:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-text-jumbo\";}}}i:1;a:1:{i:0;s:13:\"font-size:3em\";}}i:73;a:2:{i:0;a:1:{s:41:\".litespeed-text-large:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-text-large\";}}}i:1;a:1:{i:0;s:15:\"font-size:.75em\";}}i:74;a:2:{i:0;a:1:{s:18:\".litespeed-text-md\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-text-md\";}}}i:1;a:1:{i:0;s:15:\"font-size:1.2em\";}}i:75;a:2:{i:0;a:1:{s:21:\".litespeed-text-right\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-text-right\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:76;a:2:{i:0;a:1:{s:22:\".litespeed-text-center\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-text-center\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:77;a:2:{i:0;a:2:{s:20:\".litespeed-text-bold\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-text-bold\";}}s:15:\".litespeed-bold\";a:1:{i:1;a:1:{i:0;s:14:\"litespeed-bold\";}}}i:1;a:1:{i:0;s:15:\"font-weight:600\";}}i:78;a:2:{i:0;a:1:{s:38:\".litespeed-default:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-default\";}}}i:1;a:1:{i:0;s:13:\"color:#a7a7a7\";}}i:79;a:2:{i:0;a:1:{s:38:\".litespeed-primary:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-primary\";}}}i:1;a:1:{i:0;s:10:\"color:#36c\";}}i:80;a:2:{i:0;a:1:{s:35:\".litespeed-info:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:14:\"litespeed-info\";}}}i:1;a:1:{i:0;s:13:\"color:#3fbfbf\";}}i:81;a:2:{i:0;a:1:{s:38:\".litespeed-success:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-success\";}}}i:1;a:1:{i:0;s:13:\"color:#73b38d\";}}i:82;a:2:{i:0;a:1:{s:38:\".litespeed-warning:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-warning\";}}}i:1;a:1:{i:0;s:13:\"color:#ff8c00\";}}i:83;a:2:{i:0;a:1:{s:37:\".litespeed-danger:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:16:\"litespeed-danger\";}}}i:1;a:1:{i:0;s:13:\"color:#dc3545\";}}i:84;a:2:{i:0;a:2:{s:46:\"a.litespeed-danger:hover:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-danger\";}i:0;a:1:{i:0;s:1:\"a\";}}s:51:\"button.litespeed-danger:hover:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-danger\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:10:\"color:#a00\";}}i:85;a:2:{i:0;a:1:{s:23:\".litespeed-text-success\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-text-success\";}}}i:1;a:1:{i:0;s:13:\"color:#34b15d\";}}i:86;a:2:{i:0;a:1:{s:42:\".litespeed-form-action:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-form-action\";}}}i:1;a:1:{i:0;s:13:\"color:#1a9292\";}}i:87;a:2:{i:0;a:2:{s:51:\"a.litespeed-form-action:hover:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:21:\"litespeed-form-action\";}i:0;a:1:{i:0;s:1:\"a\";}}s:56:\"button.litespeed-form-action:hover:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:21:\"litespeed-form-action\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:13:\"color:#36b0af\";}}i:88;a:2:{i:0;a:1:{s:41:\".litespeed-bg-default:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-bg-default\";}}}i:1;a:1:{i:0;s:24:\"background-color:#a7a7a7\";}}i:89;a:2:{i:0;a:1:{s:41:\".litespeed-bg-primary:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-bg-primary\";}}}i:1;a:1:{i:0;s:21:\"background-color:#36c\";}}i:90;a:2:{i:0;a:1:{s:38:\".litespeed-bg-info:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-bg-info\";}}}i:1;a:1:{i:0;s:24:\"background-color:#d1ecf1\";}}i:91;a:2:{i:0;a:1:{s:41:\".litespeed-bg-success:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-bg-success\";}}}i:1;a:1:{i:0;s:24:\"background-color:#73b38d\";}}i:92;a:2:{i:0;a:1:{s:41:\".litespeed-bg-warning:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-bg-warning\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff8c00\";}}i:93;a:2:{i:0;a:1:{s:40:\".litespeed-bg-danger:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-bg-danger\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:94;a:2:{i:0;a:1:{s:26:\".litespeed-bg-text-success\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-bg-text-success\";}}}i:1;a:1:{i:0;s:24:\"background-color:#34b15d\";}}i:95;a:2:{i:0;a:1:{s:15:\".litespeed-wrap\";a:1:{i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:22:\"margin:10px 20px 0 2px\";}}i:96;s:37:\"@media screen and (max-width: 600px){\";i:97;a:2:{i:0;a:1:{s:27:\".litespeed-wrap h2 .nav-tab\";a:2:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:7:\"nav-tab\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:2:{i:0;s:31:\"border-bottom:1px solid #c3c4c7\";i:1;s:20:\"margin:10px 10px 0 0\";}}i:98;a:2:{i:0;a:1:{s:32:\".litespeed-wrap .nav-tab-wrapper\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:15:\"nav-tab-wrapper\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:15px\";}}i:99;a:2:{i:0;a:2:{s:17:\".litespeed-desc a\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-desc\";}i:0;a:1:{i:0;s:1:\"a\";}}s:34:\".litespeed-body p > a:not(.button)\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-body\";}i:0;a:2:{i:0;s:1:\"p\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:21:\"word-break:break-word\";}}i:100;s:1:\"}\";i:101;a:2:{i:0;a:1:{s:24:\".litespeed-wrap .nav-tab\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:7:\"nav-tab\";}}}i:1;a:4:{i:0;s:27:\"border-bottom-color:inherit\";i:1;s:25:\"border-bottom-style:solid\";i:2;s:23:\"border-bottom-width:1px\";i:3;s:23:\"margin:11px 10px -1px 0\";}}i:102;a:2:{i:0;a:1:{s:31:\".litespeed-wrap .nav-tab-active\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:14:\"nav-tab-active\";}}}i:1;a:2:{i:0;s:15:\"background:#fff\";i:1;s:24:\"border-bottom-color:#fff\";}}i:103;a:2:{i:0;a:2:{s:51:\".litespeed-wrap .nav-tab:focus:not(.nav-tab-active)\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:7:\"nav-tab\";}}s:51:\".litespeed-wrap .nav-tab:hover:not(.nav-tab-active)\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:7:\"nav-tab\";}}}i:1;a:2:{i:0;s:24:\"background-color:#f1f1f1\";i:1;s:10:\"color:#444\";}}i:104;a:2:{i:0;a:1:{s:15:\".litespeed-body\";a:1:{i:1;a:1:{i:0;s:14:\"litespeed-body\";}}}i:1;a:4:{i:0;s:15:\"background:#fff\";i:1;s:24:\"border:1px solid #e5e5e5\";i:2;s:36:\"box-shadow:0 1px 1px rgba(0,0,0,.04)\";i:3;s:26:\"padding:1px 20px 20px 20px\";}}i:105;s:37:\"@media screen and (min-width: 681px){\";i:106;a:2:{i:0;a:1:{s:35:\".litespeed-header + .litespeed-body\";a:1:{i:1;a:2:{i:0;s:16:\"litespeed-header\";i:1;s:14:\"litespeed-body\";}}}i:1;a:1:{i:0;s:15:\"border-top:none\";}}i:107;s:1:\"}\";i:108;a:2:{i:0;a:1:{s:21:\".litespeed-body table\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-body\";}i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:2:{i:0;s:24:\"border-collapse:collapse\";i:1;s:10:\"width:100%\";}}i:109;a:2:{i:0;a:1:{s:37:\".litespeed-body .litespeed-width-auto\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-body\";i:1;s:20:\"litespeed-width-auto\";}}}i:1;a:1:{i:0;s:10:\"width:auto\";}}i:110;a:2:{i:0;a:1:{s:22:\".litespeed-description\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-description\";}}}i:1;a:4:{i:0;s:10:\"color:#666\";i:1;s:14:\"font-size:13px\";i:2;s:15:\"margin:1.5rem 0\";i:3;s:15:\"max-width:960px\";}}i:111;a:2:{i:0;a:1:{s:23:\".litespeed-desc-wrapper\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-desc-wrapper\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-left:10px\";}}i:112;a:2:{i:0;a:1:{s:15:\".litespeed-desc\";a:1:{i:1;a:1:{i:0;s:14:\"litespeed-desc\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:18:\"font-weight:normal\";i:2;s:13:\"color:#7a919e\";i:3;s:13:\"margin:10px 0\";i:4;s:15:\"line-height:1.7\";}}i:113;a:2:{i:0;a:1:{s:33:\".litespeed-desc + .litespeed-desc\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-desc\";i:1;s:14:\"litespeed-desc\";}}}i:1;a:1:{i:0;s:15:\"margin-top:-5px\";}}i:114;a:2:{i:0;a:1:{s:32:\"td > .litespeed-desc:first-child\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-desc\";}i:0;a:1:{i:0;s:2:\"td\";}}}i:1;a:2:{i:0;s:14:\"margin-top:0px\";i:1;s:16:\"line-height:2.24\";}}i:115;a:2:{i:0;a:1:{s:13:\".litespeed-h3\";a:1:{i:1;a:1:{i:0;s:12:\"litespeed-h3\";}}}i:1;a:5:{i:0;s:16:\"line-height:18px\";i:1;s:13:\"color:#264d73\";i:2;s:14:\"font-size:18px\";i:3;s:15:\"font-weight:600\";i:4;s:12:\"margin:2px 0\";}}i:116;a:2:{i:0;a:1:{s:22:\".litespeed-div .submit\";a:1:{i:1;a:2:{i:0;s:13:\"litespeed-div\";i:1;s:6:\"submit\";}}}i:1;a:1:{i:0;s:12:\"margin-top:0\";}}i:117;s:37:\"@media screen and (min-width: 681px){\";i:118;a:2:{i:0;a:1:{s:14:\".litespeed-div\";a:1:{i:1;a:1:{i:0;s:13:\"litespeed-div\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"min-width:100px\";}}i:119;a:2:{i:0;a:1:{s:22:\".litespeed-div .submit\";a:1:{i:1;a:2:{i:0;s:13:\"litespeed-div\";i:1;s:6:\"submit\";}}}i:1;a:2:{i:0;s:10:\"margin:5px\";i:1;s:11:\"padding:5px\";}}i:120;s:1:\"}\";i:121;s:37:\"@media screen and (max-width: 680px){\";i:122;a:2:{i:0;a:1:{s:70:\".litespeed-desc + .litespeed-desc.litespeed-left20:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:14:\"litespeed-desc\";i:1;s:14:\"litespeed-desc\";i:2;s:16:\"litespeed-left20\";}}}i:1;a:1:{i:0;s:13:\"margin-left:0\";}}i:123;a:2:{i:0;a:1:{s:56:\".litespeed-desc .litespeed-callout.notice-warning.inline\";a:1:{i:1;a:4:{i:0;s:14:\"litespeed-desc\";i:1;s:17:\"litespeed-callout\";i:2;s:14:\"notice-warning\";i:3;s:6:\"inline\";}}}i:1;a:1:{i:0;s:21:\"word-break:break-word\";}}i:124;s:1:\"}\";i:125;a:2:{i:0;a:1:{s:13:\".litespeed-h1\";a:1:{i:1;a:1:{i:0;s:12:\"litespeed-h1\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:126;a:2:{i:0;a:1:{s:24:\"h3 .litespeed-learn-more\";a:2:{i:1;a:1:{i:0;s:20:\"litespeed-learn-more\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:4:{i:0;s:14:\"font-size:12px\";i:1;s:18:\"font-weight:normal\";i:2;s:13:\"color:#7a919e\";i:3;s:16:\"margin-left:30px\";}}i:127;a:2:{i:0;a:1:{s:20:\".litespeed-wrap code\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}i:0;a:1:{i:0;s:4:\"code\";}}}i:1;a:5:{i:0;s:10:\"color:#666\";i:1;s:24:\"background-color:#dde9f5\";i:2;s:17:\"border-radius:3px\";i:3;s:14:\"font-size:11px\";i:4;s:17:\"font-style:normal\";}}i:128;a:2:{i:0;a:1:{s:18:\".litespeed-wrap ul\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:15:\"margin-left:2em\";}}i:129;a:2:{i:0;a:1:{s:17:\".litespeed-wrap i\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}i:0;a:1:{i:0;s:1:\"i\";}}}i:1;a:2:{i:0;s:14:\"font-size:13px\";i:1;s:16:\"line-height:16px\";}}i:130;a:2:{i:0;a:1:{s:33:\".litespeed-wrap .litespeed-desc i\";a:2:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:14:\"litespeed-desc\";}i:0;a:1:{i:0;s:1:\"i\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:131;a:2:{i:0;a:1:{s:17:\".litespeed-wrap p\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:12:\"margin:1em 0\";}}i:132;a:2:{i:0;a:1:{s:24:\".litespeed-wrap p.submit\";a:2:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:6:\"submit\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:133;a:2:{i:0;a:1:{s:17:\".litespeed-desc p\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-desc\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:13:\"margin-left:0\";}}i:134;a:2:{i:0;a:2:{s:16:\".litespeed-title\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-title\";}}s:22:\".litespeed-title-short\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-title-short\";}}}i:1;a:7:{i:0;s:14:\"font-size:18px\";i:1;s:28:\"border-bottom:1px solid #ccc\";i:2;s:24:\"margin:2.5em 0px 1.5em 0\";i:3;s:13:\"display:table\";i:4;s:18:\"padding-right:50px\";i:5;s:16:\"padding-left:3px\";i:6;s:18:\"padding-bottom:3px\";}}i:135;a:2:{i:0;a:1:{s:24:\".litespeed-title .button\";a:1:{i:1;a:2:{i:0;s:15:\"litespeed-title\";i:1;s:6:\"button\";}}}i:1;a:3:{i:0;s:16:\"margin-left:1rem\";i:1;s:17:\"margin-bottom:5px\";i:2;s:21:\"vertical-align:middle\";}}i:136;a:2:{i:0;a:1:{s:37:\".litespeed-title .litespeed-quic-icon\";a:1:{i:1;a:2:{i:0;s:15:\"litespeed-title\";i:1;s:19:\"litespeed-quic-icon\";}}}i:1;a:1:{i:0;s:16:\"margin-right:6px\";}}i:137;a:2:{i:0;a:2:{s:18:\".litespeed-title a\";a:2:{i:1;a:1:{i:0;s:15:\"litespeed-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:24:\".litespeed-title-short a\";a:2:{i:1;a:1:{i:0;s:21:\"litespeed-title-short\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:138;a:2:{i:0;a:1:{s:22:\".litespeed-title-short\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-title-short\";}}}i:1;a:1:{i:0;s:18:\"padding-right:20px\";}}i:139;a:2:{i:0;a:1:{s:24:\".litespeed-title-section\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-title-section\";}}}i:1;a:6:{i:0;s:27:\"margin:2em -20px 12px -20px\";i:1;s:27:\"padding:12px 20px 12px 20px\";i:2;s:28:\"border-bottom:1px solid #eee\";i:3;s:15:\"font-size:1.2em\";i:4;s:13:\"display:block\";i:5;s:28:\"border-top:1px solid #f1f1f1\";}}i:140;a:2:{i:0;a:1:{s:35:\".litespeed-postbox .litespeed-title\";a:1:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:15:\"litespeed-title\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";}}i:141;a:2:{i:0;a:1:{s:27:\".litespeed-title-right-icon\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-title-right-icon\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:18:\"font-weight:normal\";}}i:142;a:2:{i:0;a:1:{s:25:\".litespeed-list li:before\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-list\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:11:\"content:\">\"\";i:1;s:13:\"color:#cc3d6a\";}}i:143;a:2:{i:0;a:1:{s:26:\".litespeed-wrap a.disabled\";a:2:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:8:\"disabled\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:4:{i:0;s:18:\"cursor:not-allowed\";i:1;s:10:\"opacity:.5\";i:2;s:20:\"text-decoration:none\";i:3;s:13:\"color:#72777c\";}}i:144;a:2:{i:0;a:1:{s:16:\".litespeed-table\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-table\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:145;a:2:{i:0;a:1:{s:31:\".litespeed-body tbody > tr > th\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-body\";}i:0;a:3:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";i:2;s:2:\"th\";}}}i:1;a:1:{i:0;s:17:\"padding-left:20px\";}}i:146;a:2:{i:0;a:1:{s:24:\".litespeed-body tbody th\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-body\";}i:0;a:2:{i:0;s:5:\"tbody\";i:1;s:2:\"th\";}}}i:1;a:5:{i:0;s:18:\"vertical-align:top\";i:1;s:15:\"text-align:left\";i:2;s:24:\"padding:18px 10px 20px 0\";i:3;s:11:\"width:200px\";i:4;s:15:\"font-weight:600\";}}i:147;a:2:{i:0;a:1:{s:18:\".litespeed-body td\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-body\";}i:0;a:1:{i:0;s:2:\"td\";}}}i:1;a:3:{i:0;s:17:\"padding:15px 10px\";i:1;s:15:\"line-height:1.3\";i:2;s:21:\"vertical-align:middle\";}}i:148;a:2:{i:0;a:1:{s:37:\".litespeed-body .widefat td input + p\";a:2:{i:1;a:2:{i:0;s:14:\"litespeed-body\";i:1;s:7:\"widefat\";}i:0;a:3:{i:0;s:2:\"td\";i:1;s:5:\"input\";i:2;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"margin-top:.8em\";}}i:149;a:2:{i:0;a:1:{s:59:\".litespeed-body .striped > tbody > :nth-child(even) .notice\";a:2:{i:1;a:3:{i:0;s:14:\"litespeed-body\";i:1;s:7:\"striped\";i:2;s:6:\"notice\";}i:0;a:1:{i:0;s:5:\"tbody\";}}}i:1;a:5:{i:0;s:24:\"background-color:#f9f9f9\";i:1;s:38:\"box-shadow:0 1px 1px 0 rgba(0,0,0,.05)\";i:2;s:28:\"border-top:1px solid #e5e5e5\";i:3;s:31:\"border-bottom:1px solid #e5e5e5\";i:4;s:30:\"border-right:1px solid #e5e5e5\";}}i:150;a:2:{i:0;a:1:{s:71:\".litespeed-body .striped > tbody > :nth-child(even) .notice:first-child\";a:2:{i:1;a:3:{i:0;s:14:\"litespeed-body\";i:1;s:7:\"striped\";i:2;s:6:\"notice\";}i:0;a:1:{i:0;s:5:\"tbody\";}}}i:1;a:1:{i:0;s:12:\"margin-top:0\";}}i:151;a:2:{i:0;a:1:{s:37:\".litespeed-body .litespeed-vary-table\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-body\";i:1;s:20:\"litespeed-vary-table\";}}}i:1;a:3:{i:0;s:15:\"margin-top:-5px\";i:1;s:11:\"width:250px\";i:2;s:18:\"margin-bottom:20px\";}}i:152;a:2:{i:0;a:1:{s:40:\".litespeed-body .litespeed-vary-table td\";a:2:{i:1;a:2:{i:0;s:14:\"litespeed-body\";i:1;s:20:\"litespeed-vary-table\";}i:0;a:1:{i:0;s:2:\"td\";}}}i:1;a:2:{i:0;s:9:\"width:50%\";i:1;s:15:\"padding:5px 0px\";}}i:153;a:2:{i:0;a:2:{s:27:\".litespeed-table-compact td\";a:2:{i:1;a:1:{i:0;s:23:\"litespeed-table-compact\";}i:0;a:1:{i:0;s:2:\"td\";}}s:27:\".litespeed-table-compact th\";a:2:{i:1;a:1:{i:0;s:23:\"litespeed-table-compact\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:20:\"padding:.5rem .75rem\";}}i:154;a:2:{i:0;a:2:{s:16:\".litespeed-block\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-block\";}}s:21:\".litespeed-block-tiny\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-block-tiny\";}}}i:1;a:6:{i:0;s:22:\"border:1px dotted #ccc\";i:1;s:17:\"border-radius:5px\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:22:\"padding:.75rem 1.25rem\";i:5;s:17:\"margin-bottom:5px\";}}i:155;a:2:{i:0;a:1:{s:21:\".litespeed-block-tiny\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-block-tiny\";}}}i:1;a:1:{i:0;s:15:\"max-width:670px\";}}i:156;a:2:{i:0;a:1:{s:14:\".litespeed-col\";a:1:{i:1;a:1:{i:0;s:13:\"litespeed-col\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 30%\";i:1;s:18:\"padding-right:2rem\";}}i:157;a:2:{i:0;a:2:{s:25:\".litespeed-col:last-child\";a:1:{i:1;a:1:{i:0;s:13:\"litespeed-col\";}}s:30:\".litespeed-col-auto:last-child\";a:1:{i:1;a:1:{i:0;s:18:\"litespeed-col-auto\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:158;a:2:{i:0;a:1:{s:19:\".litespeed-col-auto\";a:1:{i:1;a:1:{i:0;s:18:\"litespeed-col-auto\";}}}i:1;a:1:{i:0;s:18:\"padding-right:2rem\";}}i:159;a:2:{i:0;a:1:{s:17:\".litespeed-col-br\";a:1:{i:1;a:1:{i:0;s:16:\"litespeed-col-br\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:26:\"border-top:1px dotted #ccc\";}}i:160;a:2:{i:0;a:1:{s:18:\".litespeed-col-inc\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-col-inc\";}}}i:1;a:4:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"margin-top:16px\";i:2;s:15:\"min-width:150px\";i:3;s:16:\"font-weight:bold\";}}i:161;a:2:{i:0;a:2:{s:31:\".litespeed-block h4:first-child\";a:2:{i:1;a:1:{i:0;s:15:\"litespeed-block\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:85:\".litespeed-block .litespeed-form-label:not(.litespeed-form-label--toggle):first-child\";a:1:{i:1;a:2:{i:0;s:15:\"litespeed-block\";i:1;s:20:\"litespeed-form-label\";}}}i:1;a:1:{i:0;s:16:\"margin-top:.5rem\";}}i:162;a:2:{i:0;a:1:{s:46:\".litespeed-block .litespeed-callout:last-child\";a:1:{i:1;a:2:{i:0;s:15:\"litespeed-block\";i:1;s:17:\"litespeed-callout\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:163;s:37:\"@media screen and (max-width: 600px){\";i:164;a:2:{i:0;a:1:{s:16:\".litespeed-block\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-block\";}}}i:1;a:1:{i:0;s:21:\"flex-direction:column\";}}i:165;a:2:{i:0;a:1:{s:31:\".litespeed-block .litespeed-col\";a:1:{i:1;a:2:{i:0;s:15:\"litespeed-block\";i:1;s:13:\"litespeed-col\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:166;s:1:\"}\";i:167;a:2:{i:0;a:2:{s:24:\".litespeed-cards-wrapper\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-cards-wrapper\";}}s:24:\".litespeed-panel-wrapper\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-panel-wrapper\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:10:\"width:100%\";i:2;s:18:\"flex-flow:row wrap\";i:3;s:26:\"justify-content:flex-start\";}}i:168;a:2:{i:0;a:1:{s:24:\".litespeed-cards-wrapper\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-cards-wrapper\";}}}i:1;a:1:{i:0;s:30:\"margin:-10px -15px -10px -15px\";}}i:169;a:2:{i:0;a:1:{s:16:\".litespeed-panel\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-panel\";}}}i:1;a:10:{i:0;s:20:\"text-decoration:none\";i:1;s:12:\"display:flex\";i:2;s:29:\"justify-content:space-between\";i:3;s:23:\"padding:6px 8px 4px 5px\";i:4;s:11:\"width:322px\";i:5;s:25:\"margin:15px 5px 15px 15px\";i:6;s:15:\"min-height:75px\";i:7;s:21:\"box-sizing:border-box\";i:8;s:18:\"background:#f9fafc\";i:9;s:15:\"transition:.25s\";}}i:170;a:2:{i:0;a:1:{s:22:\".litespeed-panel:hover\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-panel\";}}}i:1;a:2:{i:0;s:21:\"border:1px solid #69c\";i:1;s:15:\"box-shadow:none\";}}i:171;a:2:{i:0;a:1:{s:29:\".litespeed-panel-wrapper-icon\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-panel-wrapper-icon\";}}}i:1;a:2:{i:0;s:9:\"width:25%\";i:1;s:11:\"height:100%\";}}i:172;a:2:{i:0;a:1:{s:32:\"[class*=\'litespeed-panel-icon-\']\";a:1:{i:3;a:1:{i:0;s:5:\"class\";}}}i:1;a:6:{i:0;s:23:\"background-size:contain\";i:1;s:10:\"width:60px\";i:2;s:11:\"height:60px\";i:3;s:10:\"margin:5px\";i:4;s:27:\"background-repeat:no-repeat\";i:5;s:20:\"display:inline-block\";}}i:173;a:2:{i:0;a:1:{s:25:\".litespeed-panel-icon-all\";a:1:{i:1;a:1:{i:0;s:24:\"litespeed-panel-icon-all\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/all.svg\")\";}}i:174;a:2:{i:0;a:1:{s:30:\".litespeed-panel-icon-revision\";a:1:{i:1;a:1:{i:0;s:29:\"litespeed-panel-icon-revision\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/revision.svg\")\";}}i:175;a:2:{i:0;a:1:{s:40:\".litespeed-panel-icon-orphaned_post_meta\";a:1:{i:1;a:1:{i:0;s:39:\"litespeed-panel-icon-orphaned_post_meta\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/revision.svg\")\";}}i:176;a:2:{i:0;a:1:{s:32:\".litespeed-panel-icon-auto_draft\";a:1:{i:1;a:1:{i:0;s:31:\"litespeed-panel-icon-auto_draft\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/auto_draft.svg\")\";}}i:177;a:2:{i:0;a:1:{s:32:\".litespeed-panel-icon-trash_post\";a:1:{i:1;a:1:{i:0;s:31:\"litespeed-panel-icon-trash_post\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/trash_post.svg\")\";}}i:178;a:2:{i:0;a:1:{s:34:\".litespeed-panel-icon-spam_comment\";a:1:{i:1;a:1:{i:0;s:33:\"litespeed-panel-icon-spam_comment\";}}}i:1;a:1:{i:0;s:116:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/spam_comment.svg\")\";}}i:179;a:2:{i:0;a:1:{s:35:\".litespeed-panel-icon-trash_comment\";a:1:{i:1;a:1:{i:0;s:34:\"litespeed-panel-icon-trash_comment\";}}}i:1;a:1:{i:0;s:117:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/trash_comment.svg\")\";}}i:180;a:2:{i:0;a:1:{s:40:\".litespeed-panel-icon-trackback-pingback\";a:1:{i:1;a:1:{i:0;s:39:\"litespeed-panel-icon-trackback-pingback\";}}}i:1;a:1:{i:0;s:122:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/trackback-pingback.svg\")\";}}i:181;a:2:{i:0;a:1:{s:39:\".litespeed-panel-icon-expired_transient\";a:1:{i:1;a:1:{i:0;s:38:\"litespeed-panel-icon-expired_transient\";}}}i:1;a:1:{i:0;s:121:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/expired_transient.svg\")\";}}i:182;a:2:{i:0;a:1:{s:36:\".litespeed-panel-icon-all_transients\";a:1:{i:1;a:1:{i:0;s:35:\"litespeed-panel-icon-all_transients\";}}}i:1;a:1:{i:0;s:118:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/all_transients.svg\")\";}}i:183;a:2:{i:0;a:1:{s:37:\".litespeed-panel-icon-optimize_tables\";a:1:{i:1;a:1:{i:0;s:36:\"litespeed-panel-icon-optimize_tables\";}}}i:1;a:1:{i:0;s:119:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/optimize_tables.svg\")\";}}i:184;a:2:{i:0;a:1:{s:33:\".litespeed-panel-icon-purge-front\";a:1:{i:1;a:1:{i:0;s:32:\"litespeed-panel-icon-purge-front\";}}}i:1;a:1:{i:0;s:115:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-front.svg\")\";}}i:185;a:2:{i:0;a:1:{s:33:\".litespeed-panel-icon-purge-pages\";a:1:{i:1;a:1:{i:0;s:32:\"litespeed-panel-icon-purge-pages\";}}}i:1;a:1:{i:0;s:115:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-pages.svg\")\";}}i:186;a:2:{i:0;a:1:{s:33:\".litespeed-panel-icon-purge-cssjs\";a:1:{i:1;a:1:{i:0;s:32:\"litespeed-panel-icon-purge-cssjs\";}}}i:1;a:1:{i:0;s:115:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-cssjs.svg\")\";}}i:187;a:2:{i:0;a:1:{s:34:\".litespeed-panel-icon-purge-object\";a:1:{i:1;a:1:{i:0;s:33:\"litespeed-panel-icon-purge-object\";}}}i:1;a:1:{i:0;s:116:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-object.svg\")\";}}i:188;a:2:{i:0;a:1:{s:35:\".litespeed-panel-icon-purge-opcache\";a:1:{i:1;a:1:{i:0;s:34:\"litespeed-panel-icon-purge-opcache\";}}}i:1;a:1:{i:0;s:117:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-opcache.svg\")\";}}i:189;a:2:{i:0;a:1:{s:31:\".litespeed-panel-icon-purge-all\";a:1:{i:1;a:1:{i:0;s:30:\"litespeed-panel-icon-purge-all\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-all.svg\")\";}}i:190;a:2:{i:0;a:1:{s:33:\".litespeed-panel-icon-empty-cache\";a:1:{i:1;a:1:{i:0;s:32:\"litespeed-panel-icon-empty-cache\";}}}i:1;a:1:{i:0;s:115:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/empty-cache.svg\")\";}}i:191;a:2:{i:0;a:1:{s:31:\".litespeed-panel-icon-purge-403\";a:1:{i:1;a:1:{i:0;s:30:\"litespeed-panel-icon-purge-403\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-403.svg\")\";}}i:192;a:2:{i:0;a:1:{s:31:\".litespeed-panel-icon-purge-404\";a:1:{i:1;a:1:{i:0;s:30:\"litespeed-panel-icon-purge-404\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-404.svg\")\";}}i:193;a:2:{i:0;a:1:{s:31:\".litespeed-panel-icon-purge-500\";a:1:{i:1;a:1:{i:0;s:30:\"litespeed-panel-icon-purge-500\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-500.svg\")\";}}i:194;a:2:{i:0;a:1:{s:37:\".litespeed-panel-top-right-icon-cross\";a:1:{i:1;a:1:{i:0;s:36:\"litespeed-panel-top-right-icon-cross\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/cross_icon.svg\")\";}}i:195;a:2:{i:0;a:1:{s:36:\".litespeed-panel-top-right-icon-tick\";a:1:{i:1;a:1:{i:0;s:35:\"litespeed-panel-top-right-icon-tick\";}}}i:1;a:1:{i:0;s:116:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/success_icon.svg\")\";}}i:196;a:2:{i:0;a:1:{s:24:\".litespeed-panel-content\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-panel-content\";}}}i:1;a:3:{i:0;s:9:\"width:75%\";i:1;s:11:\"height:100%\";i:2;s:14:\"margin-top:7px\";}}i:197;a:2:{i:0;a:1:{s:21:\".litespeed-panel-para\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-panel-para\";}}}i:1;a:3:{i:0;s:13:\"color:#264d73\";i:1;s:14:\"font-size:12px\";i:2;s:16:\"line-height:1.45\";}}i:198;a:2:{i:0;a:1:{s:30:\".litespeed-panel .litespeed-h3\";a:1:{i:1;a:2:{i:0;s:15:\"litespeed-panel\";i:1;s:12:\"litespeed-h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:199;a:2:{i:0;a:1:{s:24:\".litespeed-panel-counter\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-panel-counter\";}}}i:1;a:1:{i:0;s:13:\"color:#3abfbf\";}}i:200;a:2:{i:0;a:1:{s:28:\".litespeed-panel-counter-red\";a:1:{i:1;a:1:{i:0;s:27:\"litespeed-panel-counter-red\";}}}i:1;a:1:{i:0;s:13:\"color:#cc3d6a\";}}i:201;a:2:{i:0;a:1:{s:34:\".litespeed-panel-wrapper-top-right\";a:1:{i:1;a:1:{i:0;s:33:\"litespeed-panel-wrapper-top-right\";}}}i:1;a:3:{i:0;s:9:\"width:10%\";i:1;s:11:\"height:100%\";i:2;s:16:\"text-align:right\";}}i:202;a:2:{i:0;a:2:{s:36:\".litespeed-panel-top-right-icon-tick\";a:1:{i:1;a:1:{i:0;s:35:\"litespeed-panel-top-right-icon-tick\";}}s:37:\".litespeed-panel-top-right-icon-cross\";a:1:{i:1;a:1:{i:0;s:36:\"litespeed-panel-top-right-icon-cross\";}}}i:1;a:5:{i:0;s:23:\"background-size:contain\";i:1;s:10:\"width:20px\";i:2;s:11:\"height:20px\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:20:\"display:inline-block\";}}i:203;a:2:{i:0;a:1:{s:28:\".litespeed-wrap .button-link\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:11:\"button-link\";}}}i:1;a:4:{i:0;s:11:\"height:auto\";i:1;s:19:\"line-height:inherit\";i:2;s:17:\"font-size:inherit\";i:3;s:15:\"box-shadow:none\";}}i:204;a:2:{i:0;a:2:{s:34:\".litespeed-wrap .button-link:hover\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:11:\"button-link\";}}s:34:\".litespeed-wrap .button-link:focus\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:11:\"button-link\";}}}i:1;a:2:{i:0;s:15:\"box-shadow:none\";i:1;s:15:\"background:none\";}}i:205;a:2:{i:0;a:3:{s:35:\".litespeed .litespeed-btn-danger-bg\";a:1:{i:1;a:2:{i:0;s:9:\"litespeed\";i:1;s:23:\"litespeed-btn-danger-bg\";}}s:40:\".litespeed-wrap .litespeed-btn-danger-bg\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:23:\"litespeed-btn-danger-bg\";}}s:24:\".litespeed-btn-danger-bg\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-btn-danger-bg\";}}}i:1;a:4:{i:0;s:18:\"background:#dc3545\";i:1;s:10:\"color:#fff\";i:2;s:24:\"border:1px solid #cc3d6a\";i:3;s:37:\"box-shadow:0 1px 0 rgba(177,93,93,.5)\";}}i:206;a:2:{i:0;a:3:{s:32:\".litespeed .litespeed-btn-danger\";a:1:{i:1;a:2:{i:0;s:9:\"litespeed\";i:1;s:20:\"litespeed-btn-danger\";}}s:37:\".litespeed-wrap .litespeed-btn-danger\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:20:\"litespeed-btn-danger\";}}s:21:\".litespeed-btn-danger\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-btn-danger\";}}}i:1;a:4:{i:0;s:15:\"background:#fff\";i:1;s:13:\"color:#cc3d6a\";i:2;s:24:\"border:1px solid #cc3d6a\";i:3;s:37:\"box-shadow:0 1px 0 rgba(177,93,93,.5)\";}}i:207;a:2:{i:0;a:3:{s:38:\".litespeed .litespeed-btn-danger:hover\";a:1:{i:1;a:2:{i:0;s:9:\"litespeed\";i:1;s:20:\"litespeed-btn-danger\";}}s:43:\".litespeed-wrap .litespeed-btn-danger:hover\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:20:\"litespeed-btn-danger\";}}s:27:\".litespeed-btn-danger:hover\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-btn-danger\";}}}i:1;a:3:{i:0;s:20:\"border-color:#ab244e\";i:1;s:18:\"background:#cc3d6a\";i:2;s:10:\"color:#fff\";}}i:208;a:2:{i:0;a:3:{s:33:\".litespeed .litespeed-btn-warning\";a:1:{i:1;a:2:{i:0;s:9:\"litespeed\";i:1;s:21:\"litespeed-btn-warning\";}}s:38:\".litespeed-wrap .litespeed-btn-warning\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:21:\"litespeed-btn-warning\";}}s:22:\".litespeed-btn-warning\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-btn-warning\";}}}i:1;a:4:{i:0;s:15:\"background:#fff\";i:1;s:13:\"color:#e59544\";i:2;s:24:\"border:1px solid #e59544\";i:3;s:39:\"box-shadow:0 1px 0 rgba(249,166,82,.55)\";}}i:209;a:2:{i:0;a:3:{s:39:\".litespeed .litespeed-btn-warning:hover\";a:1:{i:1;a:2:{i:0;s:9:\"litespeed\";i:1;s:21:\"litespeed-btn-warning\";}}s:44:\".litespeed-wrap .litespeed-btn-warning:hover\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:21:\"litespeed-btn-warning\";}}s:28:\".litespeed-btn-warning:hover\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-btn-warning\";}}}i:1;a:3:{i:0;s:20:\"border-color:#e59544\";i:1;s:18:\"background:#e59544\";i:2;s:10:\"color:#fff\";}}i:210;a:2:{i:0;a:3:{s:33:\".litespeed .litespeed-btn-success\";a:1:{i:1;a:2:{i:0;s:9:\"litespeed\";i:1;s:21:\"litespeed-btn-success\";}}s:38:\".litespeed-wrap .litespeed-btn-success\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:21:\"litespeed-btn-success\";}}s:22:\".litespeed-btn-success\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-btn-success\";}}}i:1;a:4:{i:0;s:15:\"background:#fff\";i:1;s:13:\"color:#36b0b0\";i:2;s:24:\"border:1px solid #36b0b0\";i:3;s:39:\"box-shadow:0 1px 0 rgba(73,160,160,.55)\";}}i:211;a:2:{i:0;a:3:{s:39:\".litespeed .litespeed-btn-success:hover\";a:1:{i:1;a:2:{i:0;s:9:\"litespeed\";i:1;s:21:\"litespeed-btn-success\";}}s:44:\".litespeed-wrap .litespeed-btn-success:hover\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:21:\"litespeed-btn-success\";}}s:28:\".litespeed-btn-success:hover\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-btn-success\";}}}i:1;a:3:{i:0;s:20:\"border-color:#36b0b0\";i:1;s:18:\"background:#36b0b0\";i:2;s:10:\"color:#fff\";}}i:212;a:2:{i:0;a:1:{s:31:\".litespeed-wrap .button-primary\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:14:\"button-primary\";}}}i:1;a:5:{i:0;s:18:\"background:#528ac6\";i:1;s:36:\"border-color:#538ac6 #2264ad #2264ad\";i:2;s:10:\"color:#fff\";i:3;s:26:\"box-shadow:0 1px 0 #2264ad\";i:4;s:85:\"text-shadow:0 -1px 1px #2264ad,1px 0 1px #2264ad,0 1px 1px #2264ad,-1px 0 1px #2264ad\";}}i:213;a:2:{i:0;a:2:{s:37:\".litespeed-wrap .button-primary:focus\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:14:\"button-primary\";}}s:37:\".litespeed-wrap .button-primary:hover\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:14:\"button-primary\";}}}i:1;a:3:{i:0;s:18:\"background:#5891ce\";i:1;s:20:\"border-color:#2264ad\";i:2;s:10:\"color:#fff\";}}i:214;a:2:{i:0;a:1:{s:37:\".litespeed-wrap .button-primary:hover\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:14:\"button-primary\";}}}i:1;a:1:{i:0;s:26:\"box-shadow:0 1px 0 #2264ad\";}}i:215;a:2:{i:0;a:1:{s:37:\".litespeed-wrap .button-primary:focus\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:14:\"button-primary\";}}}i:1;a:4:{i:0;s:18:\"background:#5891ce\";i:1;s:20:\"border-color:#2264ad\";i:2;s:10:\"color:#fff\";i:3;s:46:\"box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db\";}}i:216;a:2:{i:0;a:3:{s:33:\".litespeed .litespeed-btn-primary\";a:1:{i:1;a:2:{i:0;s:9:\"litespeed\";i:1;s:21:\"litespeed-btn-primary\";}}s:38:\".litespeed-wrap .litespeed-btn-primary\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:21:\"litespeed-btn-primary\";}}s:22:\".litespeed-btn-primary\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-btn-primary\";}}}i:1;a:5:{i:0;s:13:\"color:#538ac6\";i:1;s:24:\"border:1px solid #538ac6\";i:2;s:46:\"-moz-box-shadow:0 0 0 1px rgba(83,138,198,.25)\";i:3;s:49:\"-webkit-box-shadow:0 0 0 1px rgba(83,138,198,.25)\";i:4;s:41:\"box-shadow:0 0 0 1px rgba(83,138,198,.25)\";}}i:217;a:2:{i:0;a:3:{s:39:\".litespeed .litespeed-btn-primary:hover\";a:1:{i:1;a:2:{i:0;s:9:\"litespeed\";i:1;s:21:\"litespeed-btn-primary\";}}s:44:\".litespeed-wrap .litespeed-btn-primary:hover\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:21:\"litespeed-btn-primary\";}}s:28:\".litespeed-btn-primary:hover\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-btn-primary\";}}}i:1;a:3:{i:0;s:18:\"background:#538ac6\";i:1;s:20:\"border-color:#538ac6\";i:2;s:10:\"color:#fff\";}}i:218;a:2:{i:0;a:1:{s:60:\".litespeed-wrap .button:not(.litespeed-btn-large) .dashicons\";a:1:{i:1;a:3:{i:0;s:14:\"litespeed-wrap\";i:1;s:6:\"button\";i:2;s:9:\"dashicons\";}}}i:1;a:3:{i:0;s:17:\"position:relative\";i:1;s:11:\"top:-.075em\";i:2;s:21:\"vertical-align:middle\";}}i:219;a:2:{i:0;a:1:{s:41:\".litespeed-wrap .button:not(:first-child)\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:6:\"button\";}}}i:1;a:1:{i:0;s:15:\"margin-left:5px\";}}i:220;a:2:{i:0;a:1:{s:33:\".litespeed-wrap .button + .button\";a:1:{i:1;a:3:{i:0;s:14:\"litespeed-wrap\";i:1;s:6:\"button\";i:2;s:6:\"button\";}}}i:1;a:1:{i:0;s:16:\"margin-left:10px\";}}i:221;a:2:{i:0;a:1:{s:22:\".litespeed-info-button\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-info-button\";}}}i:1;a:8:{i:0;s:13:\"color:#c8c8c8\";i:1;s:9:\"padding:0\";i:2;s:23:\"-webkit-appearance:none\";i:3;s:11:\"border:none\";i:4;s:15:\"background:none\";i:5;s:21:\"vertical-align:middle\";i:6;s:19:\"line-height:inherit\";i:7;s:20:\"text-decoration:none\";}}i:222;a:2:{i:0;a:1:{s:33:\".litespeed-info-button .dashicons\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-info-button\";i:1;s:9:\"dashicons\";}}}i:1;a:2:{i:0;s:14:\"font-size:16px\";i:1;s:21:\"vertical-align:middle\";}}i:223;a:2:{i:0;a:1:{s:18:\".litespeed-btn-pie\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-btn-pie\";}}}i:1;a:8:{i:0;s:23:\"-webkit-appearance:none\";i:1;s:15:\"background:none\";i:2;s:11:\"border:none\";i:3;s:15:\"border-radius:0\";i:4;s:15:\"box-shadow:none\";i:5;s:9:\"padding:0\";i:6;s:8:\"margin:0\";i:7;s:11:\"top:-.125em\";}}i:224;a:2:{i:0;a:1:{s:35:\".litespeed-wrap .litespeed-btn-tiny\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:18:\"litespeed-btn-tiny\";}}}i:1;a:3:{i:0;s:15:\"padding:2px 8px\";i:1;s:15:\"line-height:1.5\";i:2;s:11:\"height:auto\";}}i:225;a:2:{i:0;a:1:{s:35:\".litespeed-wrap .litespeed-btn-mini\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:18:\"litespeed-btn-mini\";}}}i:1;a:4:{i:0;s:17:\"padding:0 8px 1px\";i:1;s:14:\"font-size:12px\";i:2;s:15:\"font-weight:600\";i:3;s:12:\"margin:5px 0\";}}i:226;a:2:{i:0;a:1:{s:69:\".litespeed-wrap .litespeed-btn-mini .dashicons.dashicons-image-rotate\";a:1:{i:1;a:4:{i:0;s:14:\"litespeed-wrap\";i:1;s:18:\"litespeed-btn-mini\";i:2;s:9:\"dashicons\";i:3;s:22:\"dashicons-image-rotate\";}}}i:1;a:2:{i:0;s:15:\"padding-top:3px\";i:1;s:14:\"font-size:18px\";}}i:227;a:2:{i:0;a:1:{s:46:\".litespeed-wrap .litespeed-btn-mini .dashicons\";a:1:{i:1;a:3:{i:0;s:14:\"litespeed-wrap\";i:1;s:18:\"litespeed-btn-mini\";i:2;s:9:\"dashicons\";}}}i:1;a:1:{i:0;s:15:\"padding-top:2px\";}}i:228;a:2:{i:0;a:1:{s:36:\".litespeed-wrap .litespeed-btn-large\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:19:\"litespeed-btn-large\";}}}i:1;a:4:{i:0;s:15:\"font-size:1.5em\";i:1;s:19:\"padding:.75em 1.5em\";i:2;s:14:\"margin:0 .25em\";i:3;s:11:\"height:auto\";}}i:229;a:2:{i:0;a:1:{s:47:\".litespeed-wrap .litespeed-btn-large .dashicons\";a:1:{i:1;a:3:{i:0;s:14:\"litespeed-wrap\";i:1;s:19:\"litespeed-btn-large\";i:2;s:9:\"dashicons\";}}}i:1;a:2:{i:0;s:16:\"font-size:1.25em\";i:1;s:10:\"width:auto\";}}i:230;a:2:{i:0;a:1:{s:17:\".litespeed-switch\";a:1:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}}}i:1;a:5:{i:0;s:14:\"font-size:14px\";i:1;s:15:\"font-weight:600\";i:2;s:12:\"margin:0 0 0\";i:3;s:19:\"display:inline-flex\";i:4;s:17:\"position:relative\";}}i:231;a:2:{i:0;a:1:{s:22:\".rtl .litespeed-switch\";a:1:{i:1;a:2:{i:0;s:3:\"rtl\";i:1;s:16:\"litespeed-switch\";}}}i:1;a:1:{i:0;s:26:\"flex-direction:row-reverse\";}}i:232;a:2:{i:0;a:1:{s:46:\".litespeed-switch input:checked:active + label\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:2:{i:0;s:5:\"input\";i:1;s:5:\"label\";}}}i:1;a:1:{i:0;s:74:\"box-shadow:0 2px 0 rgba(27,146,146,.7),inset 0 2px 5px -3px rgba(0,0,0,.5)\";}}i:233;a:2:{i:0;a:1:{s:39:\".litespeed-switch input:checked + label\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:2:{i:0;s:5:\"input\";i:1;s:5:\"label\";}}}i:1;a:6:{i:0;s:24:\"background-color:#36b0b0\";i:1;s:10:\"color:#fff\";i:2;s:24:\"border:1px solid #36b0b0\";i:3;s:26:\"box-shadow:0 2px 0 #1b9292\";i:4;s:9:\"z-index:2\";i:5;s:85:\"text-shadow:0 -1px 1px #1b9292,1px 0 1px #1b9292,0 1px 1px #1b9292,-1px 0 1px #1b9292\";}}i:234;a:2:{i:0;a:1:{s:23:\".litespeed-switch label\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:12:{i:0;s:14:\"font-size:14px\";i:1;s:20:\"display:inline-block\";i:2;s:14:\"min-width:72px\";i:3;s:24:\"background-color:#f9fafc\";i:4;s:15:\"font-weight:400\";i:5;s:17:\"text-align:center\";i:6;s:25:\"padding:6px 12px 5px 12px\";i:7;s:14:\"cursor:pointer\";i:8;s:21:\"border:1px solid #ccc\";i:9;s:18:\"border-bottom:none\";i:10;s:23:\"box-shadow:0 2px 0 #ccc\";i:11;s:17:\"position:relative\";}}i:235;a:2:{i:0;a:1:{s:40:\".litespeed-switch label:not(:last-child)\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:1:{i:0;s:17:\"margin-right:-1px\";}}i:236;a:2:{i:0;a:1:{s:34:\".litespeed-switch label:last-child\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:2:{i:0;s:27:\"border-top-right-radius:3px\";i:1;s:30:\"border-bottom-right-radius:3px\";}}i:237;a:2:{i:0;a:1:{s:37:\".litespeed-switch label:first-of-type\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:2:{i:0;s:26:\"border-top-left-radius:3px\";i:1;s:29:\"border-bottom-left-radius:3px\";}}i:238;a:2:{i:0;a:1:{s:37:\".litespeed-switch input:hover + label\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:2:{i:0;s:5:\"input\";i:1;s:5:\"label\";}}}i:1;a:4:{i:0;s:20:\"border-color:#1a9292\";i:1;s:26:\"box-shadow:0 2px 0 #1a9292\";i:2;s:9:\"z-index:2\";i:3;s:13:\"color:#117171\";}}i:239;a:2:{i:0;a:1:{s:37:\".litespeed-switch input:focus + label\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:2:{i:0;s:5:\"input\";i:1;s:5:\"label\";}}}i:1;a:4:{i:0;s:13:\"color:#117171\";i:1;s:45:\"box-shadow:0 0px 0px 2px rgba(28,138,128,.85)\";i:2;s:24:\"border-color:transparent\";i:3;s:9:\"z-index:2\";}}i:240;a:2:{i:0;a:2:{s:67:\".litespeed-switch input:focus + label + input + input:hover + label\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:5:{i:0;s:5:\"input\";i:1;s:5:\"label\";i:2;s:5:\"input\";i:3;s:5:\"input\";i:4;s:5:\"label\";}}s:59:\".litespeed-switch input:focus + label + input:hover + label\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:4:{i:0;s:5:\"input\";i:1;s:5:\"label\";i:2;s:5:\"input\";i:3;s:5:\"label\";}}}i:1;a:1:{i:0;s:9:\"z-index:1\";}}i:241;a:2:{i:0;a:1:{s:38:\".litespeed-switch input:active + label\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:2:{i:0;s:5:\"input\";i:1;s:5:\"label\";}}}i:1;a:1:{i:0;s:62:\"box-shadow:0 2px 0 #1b9292,inset 0 2px 5px -3px rgba(0,0,0,.5)\";}}i:242;a:2:{i:0;a:2:{s:45:\".litespeed-switch input:checked:hover + label\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:2:{i:0;s:5:\"input\";i:1;s:5:\"label\";}}s:45:\".litespeed-switch input:checked:focus + label\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:2:{i:0;s:5:\"input\";i:1;s:5:\"label\";}}}i:1;a:2:{i:0;s:24:\"background-color:#36b0b0\";i:1;s:10:\"color:#fff\";}}i:243;a:2:{i:0;a:1:{s:23:\".litespeed-switch input\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:10:\"z-index:-1\";i:3;s:8:\"margin:0\";}}i:244;a:2:{i:0;a:1:{s:29:\".litespeed-cache-purgeby-text\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-cache-purgeby-text\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:20:\"display:inline-block\";}}i:245;a:2:{i:0;a:1:{s:23:\".litespeed-toggle-stack\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-toggle-stack\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:21:\"flex-direction:column\";}}i:246;a:2:{i:0;a:1:{s:49:\".litespeed-toggle-stack .litespeed-toggle-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"litespeed-toggle-stack\";i:1;s:24:\"litespeed-toggle-wrapper\";}}}i:1;a:1:{i:0;s:29:\"justify-content:space-between\";}}i:247;a:2:{i:0;a:1:{s:25:\".litespeed-toggle-wrapper\";a:1:{i:1;a:1:{i:0;s:24:\"litespeed-toggle-wrapper\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";}}i:248;a:2:{i:0;a:1:{s:53:\".litespeed-toggle-wrapper + .litespeed-toggle-wrapper\";a:1:{i:1;a:2:{i:0;s:24:\"litespeed-toggle-wrapper\";i:1;s:24:\"litespeed-toggle-wrapper\";}}}i:1;a:1:{i:0;s:17:\"margin-top:.75rem\";}}i:249;a:2:{i:0;a:1:{s:17:\".litespeed-toggle\";a:1:{i:1;a:1:{i:0;s:16:\"litespeed-toggle\";}}}i:1;a:4:{i:0;s:17:\"position:relative\";i:1;s:15:\"overflow:hidden\";i:2;s:14:\"min-width:58px\";i:3;s:11:\"height:21px\";}}i:250;a:2:{i:0;a:1:{s:23:\".litespeed-toggle-group\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-toggle-group\";}}}i:1;a:9:{i:0;s:17:\"position:absolute\";i:1;s:10:\"width:200%\";i:2;s:5:\"top:0\";i:3;s:8:\"bottom:0\";i:4;s:6:\"left:0\";i:5;s:20:\"transition:left .35s\";i:6;s:28:\"-webkit-transition:left .35s\";i:7;s:21:\"-moz-user-select:none\";i:8;s:24:\"-webkit-user-select:none\";}}i:251;a:2:{i:0;a:1:{s:20:\".litespeed-toggle-on\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-toggle-on\";}}}i:1;a:8:{i:0;s:17:\"position:absolute\";i:1;s:5:\"top:0\";i:2;s:8:\"bottom:0\";i:3;s:6:\"left:0\";i:4;s:9:\"right:50%\";i:5;s:8:\"margin:0\";i:6;s:8:\"border:0\";i:7;s:15:\"border-radius:0\";}}i:252;a:2:{i:0;a:1:{s:41:\".litespeed-toggle-on.litespeed-toggle-btn\";a:1:{i:1;a:2:{i:0;s:19:\"litespeed-toggle-on\";i:1;s:20:\"litespeed-toggle-btn\";}}}i:1;a:1:{i:0;s:18:\"padding-right:24px\";}}i:253;a:2:{i:0;a:1:{s:42:\".litespeed-toggle-off.litespeed-toggle-btn\";a:1:{i:1;a:2:{i:0;s:20:\"litespeed-toggle-off\";i:1;s:20:\"litespeed-toggle-btn\";}}}i:1;a:1:{i:0;s:17:\"padding-left:24px\";}}i:254;a:2:{i:0;a:1:{s:24:\".litespeed-toggle-handle\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-toggle-handle\";}}}i:1;a:7:{i:0;s:17:\"position:relative\";i:1;s:13:\"margin:0 auto\";i:2;s:15:\"padding-top:0px\";i:3;s:18:\"padding-bottom:0px\";i:4;s:11:\"height:100%\";i:5;s:9:\"width:0px\";i:6;s:18:\"border-width:0 1px\";}}i:255;a:2:{i:0;a:1:{s:21:\".litespeed-toggle-off\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-toggle-off\";}}}i:1;a:8:{i:0;s:17:\"position:absolute\";i:1;s:5:\"top:0\";i:2;s:8:\"bottom:0\";i:3;s:8:\"left:50%\";i:4;s:7:\"right:0\";i:5;s:8:\"margin:0\";i:6;s:8:\"border:0\";i:7;s:15:\"border-radius:0\";}}i:256;a:2:{i:0;a:1:{s:44:\".litespeed-toggleoff .litespeed-toggle-group\";a:1:{i:1;a:2:{i:0;s:19:\"litespeed-toggleoff\";i:1;s:22:\"litespeed-toggle-group\";}}}i:1;a:1:{i:0;s:10:\"left:-100%\";}}i:257;a:2:{i:0;a:1:{s:21:\".litespeed-toggle-btn\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-toggle-btn\";}}}i:1;a:17:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"padding:5px 10px\";i:2;s:15:\"margin-bottom:0\";i:3;s:14:\"font-size:14px\";i:4;s:15:\"font-weight:400\";i:5;s:22:\"line-height:1.42857143\";i:6;s:17:\"text-align:center\";i:7;s:18:\"white-space:nowrap\";i:8;s:21:\"vertical-align:middle\";i:9;s:14:\"cursor:pointer\";i:10;s:24:\"-webkit-user-select:none\";i:11;s:21:\"-moz-user-select:none\";i:12;s:20:\"-ms-user-select:none\";i:13;s:16:\"user-select:none\";i:14;s:21:\"background-image:none\";i:15;s:28:\"border:1px solid transparent\";i:16;s:17:\"border-radius:4px\";}}i:258;a:2:{i:0;a:1:{s:29:\".litespeed-toggle-btn-primary\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-toggle-btn-primary\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#36b0b0\";i:2;s:20:\"border-color:#36b0b0\";}}i:259;a:2:{i:0;a:1:{s:29:\".litespeed-toggle-btn-default\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-toggle-btn-default\";}}}i:1;a:3:{i:0;s:10:\"color:#333\";i:1;s:21:\"background-color:#fff\";i:2;s:17:\"border-color:#ccc\";}}i:260;a:2:{i:0;a:4:{s:35:\".litespeed-toggle-btn-success:hover\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-toggle-btn-success\";}}s:35:\".litespeed-toggle-btn-success:focus\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-toggle-btn-success\";}}s:36:\".litespeed-toggle-btn-success:active\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-toggle-btn-success\";}}s:53:\".litespeed-toggle-btn-success.litespeed-toggle-active\";a:1:{i:1;a:2:{i:0;s:28:\"litespeed-toggle-btn-success\";i:1;s:23:\"litespeed-toggle-active\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#00bfbf\";i:2;s:17:\"border-color:#69c\";}}i:261;a:2:{i:0;a:4:{s:35:\".litespeed-toggle-btn-default:hover\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-toggle-btn-default\";}}s:35:\".litespeed-toggle-btn-default:focus\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-toggle-btn-default\";}}s:36:\".litespeed-toggle-btn-default:active\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-toggle-btn-default\";}}s:53:\".litespeed-toggle-btn-default.litespeed-toggle-active\";a:1:{i:1;a:2:{i:0;s:28:\"litespeed-toggle-btn-default\";i:1;s:23:\"litespeed-toggle-active\";}}}i:1;a:3:{i:0;s:10:\"color:#333\";i:1;s:24:\"background-color:#e6e6e6\";i:2;s:20:\"border-color:#adadad\";}}i:262;a:2:{i:0;a:2:{s:28:\".litespeed-toggle-btn:active\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-toggle-btn\";}}s:45:\".litespeed-toggle-btn.litespeed-toggle-active\";a:1:{i:1;a:2:{i:0;s:20:\"litespeed-toggle-btn\";i:1;s:23:\"litespeed-toggle-active\";}}}i:1;a:4:{i:0;s:21:\"background-image:none\";i:1;s:9:\"outline:0\";i:2;s:51:\"-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125)\";i:3;s:43:\"box-shadow:inset 0 3px 5px rgba(0,0,0,.125)\";}}i:263;a:2:{i:0;a:2:{s:36:\".litespeed-toggle-btn-default:active\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-toggle-btn-default\";}}s:53:\".litespeed-toggle-btn-default.litespeed-toggle-active\";a:1:{i:1;a:2:{i:0;s:28:\"litespeed-toggle-btn-default\";i:1;s:23:\"litespeed-toggle-active\";}}}i:1;a:1:{i:0;s:21:\"background-image:none\";}}i:264;a:2:{i:0;a:1:{s:27:\"[class*=\'litespeed-label-\']\";a:1:{i:3;a:1:{i:0;s:5:\"class\";}}}i:1;a:10:{i:0;s:14:\"display:inline\";i:1;s:22:\"padding:.2em .6em .3em\";i:2;s:13:\"font-size:75%\";i:3;s:16:\"font-weight:bold\";i:4;s:13:\"line-height:1\";i:5;s:10:\"color:#fff\";i:6;s:17:\"text-align:center\";i:7;s:18:\"white-space:nowrap\";i:8;s:23:\"vertical-align:baseline\";i:9;s:19:\"border-radius:.25em\";}}i:265;a:2:{i:0;a:2:{s:33:\"[class*=\'litespeed-label-\']:hover\";a:1:{i:3;a:1:{i:0;s:5:\"class\";}}s:33:\"[class*=\'litespeed-label-\']:focus\";a:1:{i:3;a:1:{i:0;s:5:\"class\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:20:\"text-decoration:none\";i:2;s:14:\"cursor:pointer\";}}i:266;a:2:{i:0;a:1:{s:33:\"[class*=\'litespeed-label-\']:empty\";a:1:{i:3;a:1:{i:0;s:5:\"class\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:267;a:2:{i:0;a:1:{s:24:\".litespeed-label-regular\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-label-regular\";}}}i:1;a:1:{i:0;s:13:\"font-size:1em\";}}i:268;a:2:{i:0;a:1:{s:24:\".litespeed-label-default\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-label-default\";}}}i:1;a:1:{i:0;s:21:\"background-color:#777\";}}i:269;a:2:{i:0;a:2:{s:36:\".litespeed-label-default[href]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"href\";}i:1;a:1:{i:0;s:23:\"litespeed-label-default\";}}s:36:\".litespeed-label-default[href]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"href\";}i:1;a:1:{i:0;s:23:\"litespeed-label-default\";}}}i:1;a:1:{i:0;s:24:\"background-color:#5e5e5e\";}}i:270;a:2:{i:0;a:1:{s:24:\".litespeed-label-primary\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-label-primary\";}}}i:1;a:1:{i:0;s:24:\"background-color:#337ab7\";}}i:271;a:2:{i:0;a:2:{s:36:\".litespeed-label-primary[href]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"href\";}i:1;a:1:{i:0;s:23:\"litespeed-label-primary\";}}s:36:\".litespeed-label-primary[href]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"href\";}i:1;a:1:{i:0;s:23:\"litespeed-label-primary\";}}}i:1;a:1:{i:0;s:24:\"background-color:#286090\";}}i:272;a:2:{i:0;a:1:{s:24:\".litespeed-label-success\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-label-success\";}}}i:1;a:1:{i:0;s:24:\"background-color:#5cb85c\";}}i:273;a:2:{i:0;a:2:{s:36:\".litespeed-label-success[href]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"href\";}i:1;a:1:{i:0;s:23:\"litespeed-label-success\";}}s:36:\".litespeed-label-success[href]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"href\";}i:1;a:1:{i:0;s:23:\"litespeed-label-success\";}}}i:1;a:1:{i:0;s:24:\"background-color:#449d44\";}}i:274;a:2:{i:0;a:1:{s:21:\".litespeed-label-info\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-label-info\";}}}i:1;a:1:{i:0;s:24:\"background-color:#5bc0de\";}}i:275;a:2:{i:0;a:2:{s:33:\".litespeed-label-info[href]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"href\";}i:1;a:1:{i:0;s:20:\"litespeed-label-info\";}}s:33:\".litespeed-label-info[href]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"href\";}i:1;a:1:{i:0;s:20:\"litespeed-label-info\";}}}i:1;a:1:{i:0;s:24:\"background-color:#31b0d5\";}}i:276;a:2:{i:0;a:1:{s:24:\".litespeed-label-warning\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-label-warning\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f0ad4e\";}}i:277;a:2:{i:0;a:2:{s:36:\".litespeed-label-warning[href]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"href\";}i:1;a:1:{i:0;s:23:\"litespeed-label-warning\";}}s:36:\".litespeed-label-warning[href]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"href\";}i:1;a:1:{i:0;s:23:\"litespeed-label-warning\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ec971f\";}}i:278;a:2:{i:0;a:1:{s:23:\".litespeed-label-danger\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-label-danger\";}}}i:1;a:1:{i:0;s:24:\"background-color:#d9534f\";}}i:279;a:2:{i:0;a:2:{s:35:\".litespeed-label-danger[href]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"href\";}i:1;a:1:{i:0;s:22:\"litespeed-label-danger\";}}s:35:\".litespeed-label-danger[href]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"href\";}i:1;a:1:{i:0;s:22:\"litespeed-label-danger\";}}}i:1;a:1:{i:0;s:24:\"background-color:#c9302c\";}}i:280;a:2:{i:0;a:1:{s:16:\".litespeed-shell\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-shell\";}}}i:1;a:9:{i:0;s:9:\"width:98%\";i:1;s:18:\"background:#141414\";i:2;s:23:\"margin:20px auto 0 10px\";i:3;s:33:\"box-shadow:0 0 5px rgba(0,0,0,.4)\";i:4;s:25:\"-webkit-border-radius:3px\";i:5;s:22:\"-moz-border-radius:3px\";i:6;s:17:\"border-radius:3px\";i:7;s:17:\"position:relative\";i:8;s:12:\"height:224px\";}}i:281;a:2:{i:0;a:1:{s:23:\".litespeed-shell-header\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-shell-header\";}}}i:1;a:7:{i:0;s:11:\"z-index:999\";i:1;s:17:\"position:absolute\";i:2;s:5:\"top:0\";i:3;s:7:\"right:0\";i:4;s:10:\"width:50px\";i:5;s:11:\"height:34px\";i:6;s:13:\"padding:5px 0\";}}i:282;a:2:{i:0;a:1:{s:26:\".litespeed-shell-header-bg\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-shell-header-bg\";}}}i:1;a:11:{i:0;s:10:\"opacity:.4\";i:1;s:21:\"background-color:#ccc\";i:2;s:17:\"position:absolute\";i:3;s:5:\"top:0\";i:4;s:8:\"bottom:0\";i:5;s:7:\"right:0\";i:6;s:6:\"left:0\";i:7;s:9:\"z-index:4\";i:8;s:25:\"-webkit-border-radius:3px\";i:9;s:22:\"-moz-border-radius:3px\";i:10;s:21:\"border-top-radius:3px\";}}i:283;a:2:{i:0;a:1:{s:27:\".litespeed-shell-header-bar\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-shell-header-bar\";}}}i:1;a:6:{i:0;s:17:\"position:absolute\";i:1;s:5:\"top:0\";i:2;s:6:\"left:0\";i:3;s:10:\"z-index:10\";i:4;s:10:\"height:2px\";i:5;s:24:\"background-color:#f48024\";}}i:284;a:2:{i:0;a:1:{s:38:\".litespeed-shell-header-icon-container\";a:1:{i:1;a:1:{i:0;s:37:\"litespeed-shell-header-icon-container\";}}}i:1;a:6:{i:0;s:17:\"position:absolute\";i:1;s:8:\"top:10px\";i:2;s:10:\"right:10px\";i:3;s:10:\"width:29px\";i:4;s:11:\"height:34px\";i:5;s:9:\"z-index:6\";}}i:285;a:2:{i:0;a:1:{s:23:\"ul.litespeed-shell-body\";a:2:{i:1;a:1:{i:0;s:20:\"litespeed-shell-body\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:19:{i:0;s:17:\"position:absolute\";i:1;s:5:\"top:0\";i:2;s:6:\"left:0\";i:3;s:7:\"right:0\";i:4;s:8:\"bottom:0\";i:5;s:17:\"overflow-y:scroll\";i:6;s:8:\"margin:0\";i:7;s:11:\"padding:5px\";i:8;s:15:\"list-style:none\";i:9;s:18:\"background:#141414\";i:10;s:13:\"color:#45d40c\";i:11;s:46:\"font:.8em \"Andale Mono\",Consolas,\"Courier New\"\";i:12;s:17:\"line-height:1.6em\";i:13;s:38:\"-webkit-border-bottom-right-radius:3px\";i:14;s:37:\"-webkit-border-bottom-left-radius:3px\";i:15;s:34:\"-moz-border-radius-bottomright:3px\";i:16;s:33:\"-moz-border-radius-bottomleft:3px\";i:17;s:30:\"border-bottom-right-radius:3px\";i:18;s:29:\"border-bottom-left-radius:3px\";}}i:286;a:2:{i:0;a:1:{s:31:\".litespeed-shell-body li:before\";a:2:{i:1;a:1:{i:0;s:20:\"litespeed-shell-body\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"content:\">\"\";i:1;s:17:\"position:absolute\";i:2;s:6:\"left:0\";i:3;s:5:\"top:0\";}}i:287;a:2:{i:0;a:1:{s:24:\".litespeed-shell-body li\";a:2:{i:1;a:1:{i:0;s:20:\"litespeed-shell-body\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:20:\"word-wrap:break-word\";i:1;s:17:\"position:relative\";i:2;s:18:\"padding:0 0 0 15px\";i:3;s:8:\"margin:0\";}}i:288;a:2:{i:0;a:1:{s:25:\".litespeed-widget-setting\";a:1:{i:1;a:1:{i:0;s:24:\"litespeed-widget-setting\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ecebdc\";i:1;s:16:\"padding:5px 14px\";i:2;s:16:\"margin:5px -15px\";}}i:289;a:2:{i:0;a:1:{s:18:\".litespeed-callout\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-callout\";}}}i:1;a:5:{i:0;s:15:\"margin:1.5rem 0\";i:1;s:30:\"border-right:1px solid #e5e5e5\";i:2;s:28:\"border-top:1px solid #e5e5e5\";i:3;s:31:\"border-bottom:1px solid #e5e5e5\";i:4;s:18:\"background:#f9f9f9\";}}i:290;a:2:{i:0;a:1:{s:38:\".litespeed-callout h4:not(:last-child)\";a:2:{i:1;a:1:{i:0;s:17:\"litespeed-callout\";}i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:.5rem\";i:1;s:14:\"margin-top:1em\";}}i:291;a:2:{i:0;a:1:{s:20:\".litespeed-callout p\";a:2:{i:1;a:1:{i:0;s:17:\"litespeed-callout\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:13:\"margin-left:0\";}}i:292;a:2:{i:0;a:2:{s:21:\".litespeed-callout ol\";a:2:{i:1;a:1:{i:0;s:17:\"litespeed-callout\";}i:0;a:1:{i:0;s:2:\"ol\";}}s:21:\".litespeed-callout ul\";a:2:{i:1;a:1:{i:0;s:17:\"litespeed-callout\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:15:\"margin-left:1em\";}}i:293;a:2:{i:0;a:1:{s:36:\".litespeed-callout.notice-warning h4\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-callout\";i:1;s:14:\"notice-warning\";}i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:13:\"color:#e59544\";}}i:294;a:2:{i:0;a:1:{s:34:\".litespeed-callout.notice-error h4\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-callout\";i:1;s:12:\"notice-error\";}i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:13:\"color:#dc3232\";}}i:295;a:2:{i:0;a:1:{s:21:\".litespeed-callout-bg\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-callout-bg\";}}}i:1;a:5:{i:0;s:15:\"margin:1.5rem 0\";i:1;s:18:\"background:#f9f9f9\";i:2;s:15:\"border-top:none\";i:3;s:18:\"border-bottom:none\";i:4;s:17:\"border-right:none\";}}i:296;a:2:{i:0;a:1:{s:23:\".litespeed-tick-wrapper\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-tick-wrapper\";}}}i:1;a:1:{i:0;s:16:\"margin-left:-5px\";}}i:297;a:2:{i:0;a:1:{s:15:\".litespeed-tick\";a:1:{i:1;a:1:{i:0;s:14:\"litespeed-tick\";}}}i:1;a:6:{i:0;s:20:\"display:inline-block\";i:1;s:18:\"background:#f2f9ff\";i:2;s:21:\"padding:5px 0 5px 0px\";i:3;s:17:\"border-radius:3px\";i:4;s:14:\"cursor:pointer\";i:5;s:20:\"margin:5px 5px 5px 0\";}}i:298;a:2:{i:0;a:1:{s:36:\".litespeed-tick-list .litespeed-tick\";a:1:{i:1;a:2:{i:0;s:19:\"litespeed-tick-list\";i:1;s:14:\"litespeed-tick\";}}}i:1;a:4:{i:0;s:13:\"display:block\";i:1;s:17:\"margin-bottom:3px\";i:2;s:12:\"margin-top:0\";i:3;s:15:\"background:none\";}}i:299;a:2:{i:0;a:1:{s:59:\".litespeed-tick-list .litespeed-tick input[type=\'checkbox\']\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:2:{i:0;s:19:\"litespeed-tick-list\";i:1;s:14:\"litespeed-tick\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:13:\"margin-left:0\";}}i:300;a:2:{i:0;a:1:{s:42:\".litespeed-tick-list .litespeed-tick label\";a:2:{i:1;a:2:{i:0;s:19:\"litespeed-tick-list\";i:1;s:14:\"litespeed-tick\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:301;a:2:{i:0;a:1:{s:38:\".litespeed-tick input[type=\'checkbox\']\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:14:\"litespeed-tick\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:10:{i:0;s:11:\"height:18px\";i:1;s:10:\"width:18px\";i:2;s:21:\"vertical-align:middle\";i:3;s:13:\"margin:0 10px\";i:4;s:23:\"-webkit-appearance:none\";i:5;s:20:\"-moz-appearance:none\";i:6;s:15:\"appearance:none\";i:7;s:25:\"-webkit-border-radius:3px\";i:8;s:17:\"border-radius:3px\";i:9;s:14:\"cursor:pointer\";}}i:302;a:2:{i:0;a:1:{s:59:\".litespeed-tick input[type=\'checkbox\']:not(:disabled):hover\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:14:\"litespeed-tick\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:20:\"border-color:#538ac6\";}}i:303;a:2:{i:0;a:1:{s:60:\".litespeed-tick input[type=\'checkbox\']:active:not(:disabled)\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:14:\"litespeed-tick\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:20:\"border-color:#538ac6\";}}i:304;a:2:{i:0;a:1:{s:44:\".litespeed-tick input[type=\'checkbox\']:focus\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:14:\"litespeed-tick\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:12:\"outline:none\";}}i:305;a:2:{i:0;a:1:{s:46:\".litespeed-tick input[type=\'checkbox\']:checked\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:14:\"litespeed-tick\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:5:{i:0;s:20:\"border-color:#538ac6\";i:1;s:24:\"background-color:#538ac6\";i:2;s:20:\"-moz-box-shadow:none\";i:3;s:23:\"-webkit-box-shadow:none\";i:4;s:15:\"box-shadow:none\";}}i:306;a:2:{i:0;a:1:{s:53:\".litespeed-tick input[type=\'checkbox\']:checked:before\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:14:\"litespeed-tick\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:11:{i:0;s:10:\"content:\"\"\";i:1;s:13:\"display:block\";i:2;s:9:\"width:5px\";i:3;s:11:\"height:11px\";i:4;s:17:\"border:solid #fff\";i:5;s:24:\"border-width:0 2px 2px 0\";i:6;s:31:\"-webkit-transform:rotate(45deg)\";i:7;s:23:\"transform:rotate(45deg)\";i:8;s:15:\"margin-left:5px\";i:9;s:15:\"margin-top:-1px\";i:10;s:14:\"cursor:pointer\";}}i:307;a:2:{i:0;a:1:{s:21:\".litespeed-tick label\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-tick\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:3:{i:0;s:21:\"padding:2px 0px 2px 0\";i:1;s:14:\"font-size:14px\";i:2;s:13:\"color:#264d73\";}}i:308;a:2:{i:0;a:1:{s:27:\".litespeed-tick label:hover\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-tick\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:2:{i:0;s:15:\"min-width:115px\";i:1;s:10:\"color:#69c\";}}i:309;a:2:{i:0;a:1:{s:20:\".litespeed-radio-row\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-radio-row\";}}}i:1;a:3:{i:0;s:18:\"margin-bottom:12px\";i:1;s:17:\"position:relative\";i:2;s:19:\"padding-left:1.5rem\";}}i:310;a:2:{i:0;a:1:{s:40:\".litespeed-radio-row input[type=\'radio\']\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:19:\"litespeed-radio-row\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:7:{i:0;s:12:\"margin-top:0\";i:1;s:15:\"margin-bottom:0\";i:2;s:17:\"position:absolute\";i:3;s:13:\"line-height:1\";i:4;s:6:\"left:0\";i:5;s:8:\"top:.7em\";i:6;s:26:\"transform:translateY(-50%)\";}}i:311;a:2:{i:0;a:1:{s:26:\".litespeed-radio-row label\";a:2:{i:1;a:1:{i:0;s:19:\"litespeed-radio-row\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:2:{i:0;s:26:\"vertical-align:text-bottom\";i:1;s:15:\"line-height:1.4\";}}i:312;s:37:\"@media screen and (max-width: 782px){\";i:313;a:2:{i:0;a:1:{s:20:\".litespeed-radio-row\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-radio-row\";}}}i:1;a:1:{i:0;s:17:\"padding-left:2rem\";}}i:314;s:1:\"}\";i:315;a:2:{i:0;a:1:{s:39:\".litespeed-wrap .litespeed-float-submit\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:22:\"litespeed-float-submit\";}}}i:1;a:4:{i:0;s:17:\"position:absolute\";i:1;s:7:\"right:0\";i:2;s:8:\"top:-5px\";i:3;s:12:\"margin-top:0\";}}i:316;a:2:{i:0;a:1:{s:44:\".rtl .litespeed-wrap .litespeed-float-submit\";a:1:{i:1;a:3:{i:0;s:3:\"rtl\";i:1;s:14:\"litespeed-wrap\";i:2;s:22:\"litespeed-float-submit\";}}}i:1;a:2:{i:0;s:9:\"left:10px\";i:1;s:11:\"right:unset\";}}i:317;a:2:{i:0;a:1:{s:41:\".litespeed-wrap .litespeed-float-resetbtn\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:24:\"litespeed-float-resetbtn\";}}}i:1;a:3:{i:0;s:17:\"position:absolute\";i:1;s:7:\"right:0\";i:2;s:11:\"bottom:20px\";}}i:318;a:2:{i:0;a:1:{s:46:\".rtl .litespeed-wrap .litespeed-float-resetbtn\";a:1:{i:1;a:3:{i:0;s:3:\"rtl\";i:1;s:14:\"litespeed-wrap\";i:2;s:24:\"litespeed-float-resetbtn\";}}}i:1;a:2:{i:0;s:9:\"left:10px\";i:1;s:11:\"right:unset\";}}i:319;a:2:{i:0;a:1:{s:33:\".litespeed .litespeed-input-large\";a:1:{i:1;a:2:{i:0;s:9:\"litespeed\";i:1;s:21:\"litespeed-input-large\";}}}i:1;a:1:{i:0;s:14:\"font-size:20px\";}}i:320;a:2:{i:0;a:1:{s:21:\".litespeed-input-long\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-input-long\";}}}i:1;a:1:{i:0;s:9:\"width:87%\";}}i:321;a:2:{i:0;a:1:{s:23:\".litespeed-input-short2\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-input-short2\";}}}i:1;a:1:{i:0;s:11:\"width:150px\";}}i:322;a:2:{i:0;a:1:{s:22:\".litespeed-input-short\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-input-short\";}}}i:1;a:1:{i:0;s:10:\"width:45px\";}}i:323;s:37:\"@media screen and (max-width: 680px){\";i:324;a:2:{i:0;a:1:{s:23:\".litespeed-input-short2\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-input-short2\";}}}i:1;a:1:{i:0;s:11:\"width:160px\";}}i:325;a:2:{i:0;a:1:{s:22:\".litespeed-input-short\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-input-short\";}}}i:1;a:1:{i:0;s:10:\"width:50px\";}}i:326;s:1:\"}\";i:327;a:2:{i:0;a:1:{s:21:\".litespeed-form-label\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-form-label\";}}}i:1;a:4:{i:0;s:13:\"font-size:1em\";i:1;s:15:\"margin:.65rem 0\";i:2;s:13:\"display:block\";i:3;s:15:\"font-weight:600\";}}i:328;a:2:{i:0;a:1:{s:29:\".litespeed-form-label--toggle\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-form-label--toggle\";}}}i:1;a:3:{i:0;s:8:\"margin:0\";i:1;s:20:\"display:inline-block\";i:2;s:15:\"min-width:110px\";}}i:329;a:2:{i:0;a:1:{s:34:\"input.litespeed-input[type=\'file\']\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:15:\"litespeed-input\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:8:{i:0;s:11:\"padding:9px\";i:1;s:15:\"min-width:500px\";i:2;s:21:\"border:1px solid #ddd\";i:3;s:42:\"box-shadow:inset 0 1px 2px rgba(0,0,0,.07)\";i:4;s:21:\"background-color:#fff\";i:5;s:13:\"color:#32373c\";i:6;s:9:\"outline:0\";i:7;s:40:\"transition:50ms border-color ease-in-out\";}}i:330;a:2:{i:0;a:1:{s:43:\".litespeed-body .litespeed-textarea-success\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-body\";i:1;s:26:\"litespeed-textarea-success\";}}}i:1;a:1:{i:0;s:17:\"border-color:#69c\";}}i:331;a:2:{i:0;a:1:{s:29:\"input.litespeed-input-success\";a:2:{i:1;a:1:{i:0;s:23:\"litespeed-input-success\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:20:\"border-color:#28a745\";}}i:332;a:2:{i:0;a:1:{s:29:\"input.litespeed-input-warning\";a:2:{i:1;a:1:{i:0;s:23:\"litespeed-input-warning\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:20:\"border-color:#e59544\";}}i:333;a:2:{i:0;a:1:{s:19:\".litespeed-textarea\";a:1:{i:1;a:1:{i:0;s:18:\"litespeed-textarea\";}}}i:1;a:1:{i:0;s:9:\"width:60%\";}}i:334;a:2:{i:0;a:1:{s:31:\".litespeed-textarea-recommended\";a:1:{i:1;a:1:{i:0;s:30:\"litespeed-textarea-recommended\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:15:\"margin-top:-5px\";}}i:335;a:2:{i:0;a:1:{s:47:\".litespeed-textarea-recommended .litespeed-desc\";a:1:{i:1;a:2:{i:0;s:30:\"litespeed-textarea-recommended\";i:1;s:14:\"litespeed-desc\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:336;a:2:{i:0;a:1:{s:49:\".litespeed-textarea-recommended > div:first-child\";a:2:{i:1;a:1:{i:0;s:30:\"litespeed-textarea-recommended\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:3:{i:0;s:16:\"margin-top:1.7em\";i:1;s:14:\"font-size:12px\";i:2;s:17:\"margin-right:25px\";}}i:337;a:2:{i:0;a:1:{s:44:\".litespeed-wrap .litespeed-collection-button\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:27:\"litespeed-collection-button\";}}}i:1;a:3:{i:0;s:20:\"text-decoration:none\";i:1;s:14:\"min-width:30px\";i:2;s:17:\"text-align:center\";}}i:338;a:2:{i:0;a:1:{s:47:\".litespeed-collection-button[data-action=\'add\']\";a:2:{i:3;a:1:{i:0;s:11:\"data-action\";}i:1;a:1:{i:0;s:27:\"litespeed-collection-button\";}}}i:1;a:2:{i:0;s:15:\"margin-top:-5px\";i:1;s:16:\"margin-left:-5px\";}}i:339;a:2:{i:0;a:1:{s:39:\".litespeed-collection-button .dashicons\";a:1:{i:1;a:2:{i:0;s:27:\"litespeed-collection-button\";i:1;s:9:\"dashicons\";}}}i:1;a:1:{i:0;s:23:\"vertical-align:baseline\";}}i:340;a:2:{i:0;a:1:{s:82:\".litespeed-wrap .button:not(.litespeed-btn-large).litespeed-form-action .dashicons\";a:1:{i:1;a:4:{i:0;s:14:\"litespeed-wrap\";i:1;s:6:\"button\";i:2;s:21:\"litespeed-form-action\";i:3;s:9:\"dashicons\";}}}i:1;a:3:{i:0;s:15:\"font-size:1.2em\";i:1;s:21:\"vertical-align:middle\";i:2;s:5:\"top:0\";}}i:341;s:37:\"@media screen and (max-width: 680px){\";i:342;a:2:{i:0;a:1:{s:31:\".litespeed-body tbody > tr > th\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-body\";}i:0;a:3:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";i:2;s:2:\"th\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:23:\"padding:18px 0 5px 12px\";}}i:343;a:2:{i:0;a:1:{s:35:\".litespeed-body .litespeed-table td\";a:2:{i:1;a:2:{i:0;s:14:\"litespeed-body\";i:1;s:15:\"litespeed-table\";}i:0;a:1:{i:0;s:2:\"td\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:14:\"max-width:100%\";}}i:344;a:2:{i:0;a:2:{s:63:\".litespeed-body .litespeed-table textarea:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:2:{i:0;s:14:\"litespeed-body\";i:1;s:15:\"litespeed-table\";}i:0;a:1:{i:0;s:8:\"textarea\";}}s:83:\".litespeed-body .litespeed-table input.litespeed-regular-text:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:3:{i:0;s:14:\"litespeed-body\";i:1;s:15:\"litespeed-table\";i:2;s:22:\"litespeed-regular-text\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:345;a:2:{i:0;a:1:{s:39:\".litespeed-wrap .litespeed-float-submit\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:22:\"litespeed-float-submit\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:346;a:2:{i:0;a:1:{s:15:\".litespeed-body\";a:1:{i:1;a:1:{i:0;s:14:\"litespeed-body\";}}}i:1;a:1:{i:0;s:26:\"padding:1px 10px 20px 15px\";}}i:347;a:2:{i:0;a:1:{s:57:\".litespeed-body .regular-text:not(.litespeed-input-short)\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-body\";i:1;s:12:\"regular-text\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:348;a:2:{i:0;a:1:{s:31:\".litespeed-textarea-recommended\";a:1:{i:1;a:1:{i:0;s:30:\"litespeed-textarea-recommended\";}}}i:1;a:1:{i:0;s:21:\"flex-direction:column\";}}i:349;a:2:{i:0;a:1:{s:49:\".litespeed-textarea-recommended > div:first-child\";a:2:{i:1;a:1:{i:0;s:30:\"litespeed-textarea-recommended\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:3:{i:0;s:19:\"margin-bottom:1.7em\";i:1;s:12:\"margin-top:0\";i:2;s:14:\"margin-right:0\";}}i:350;a:2:{i:0;a:1:{s:17:\".litespeed-switch\";a:1:{i:1;a:1:{i:0;s:16:\"litespeed-switch\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:14:\"flex-wrap:wrap\";}}i:351;a:2:{i:0;a:1:{s:38:\".litespeed-switch + .litespeed-warning\";a:1:{i:1;a:2:{i:0;s:16:\"litespeed-switch\";i:1;s:17:\"litespeed-warning\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:15:\"margin-top:10px\";}}i:352;a:2:{i:0;a:1:{s:34:\"input.litespeed-input[type=\'file\']\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:1:{i:0;s:15:\"litespeed-input\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:2:{i:0;s:27:\"max-width:calc(100% - 24px)\";i:1;s:11:\"min-width:0\";}}i:353;a:2:{i:0;a:1:{s:52:\".litespeed-body .litespeed-table .litespeed-row-flex\";a:1:{i:1;a:3:{i:0;s:14:\"litespeed-body\";i:1;s:15:\"litespeed-table\";i:2;s:18:\"litespeed-row-flex\";}}}i:1;a:1:{i:0;s:21:\"flex-direction:column\";}}i:354;s:1:\"}\";i:355;a:2:{i:0;a:1:{s:21:\".litespeed-ent-notice\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-ent-notice\";}}}i:1;a:11:{i:0;s:17:\"position:absolute\";i:1;s:6:\"left:0\";i:2;s:5:\"top:0\";i:3;s:7:\"right:0\";i:4;s:8:\"bottom:0\";i:5;s:21:\"background-color:#333\";i:6;s:11:\"z-index:999\";i:7;s:10:\"opacity:.8\";i:8;s:17:\"text-align:center\";i:9;s:14:\"font-size:3rem\";i:10;s:13:\"color:#1865c5\";}}i:356;a:2:{i:0;a:1:{s:26:\".litespeed-ent-notice-desc\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-ent-notice-desc\";}}}i:1;a:4:{i:0;s:17:\"position:relative\";i:1;s:7:\"top:30%\";i:2;s:24:\"transform:rotate(-20deg)\";i:3;s:28:\"text-shadow:2px 2px 4px #000\";}}i:357;a:2:{i:0;a:2:{s:23:\".litespeed-banner-promo\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-banner-promo\";}}s:28:\".litespeed-banner-promo-full\";a:1:{i:1;a:1:{i:0;s:27:\"litespeed-banner-promo-full\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:11:\"padding:0px\";}}i:358;a:2:{i:0;a:1:{s:28:\".litespeed-banner-promo-full\";a:1:{i:1;a:1:{i:0;s:27:\"litespeed-banner-promo-full\";}}}i:1;a:2:{i:0;s:10:\"margin:0px\";i:1;s:11:\"padding:0px\";}}i:359;a:2:{i:0;a:1:{s:28:\".litespeed-banner-promo-logo\";a:1:{i:1;a:1:{i:0;s:27:\"litespeed-banner-promo-logo\";}}}i:1;a:5:{i:0;s:114:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/lscwp-logo_90x90.png\")\";i:1;s:23:\"background-size:contain\";i:2;s:10:\"width:90px\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:20:\"display:inline-block\";}}i:360;a:2:{i:0;a:1:{s:57:\".litespeed-banner-promo-full .litespeed-banner-promo-logo\";a:1:{i:1;a:2:{i:0;s:27:\"litespeed-banner-promo-full\";i:1;s:27:\"litespeed-banner-promo-logo\";}}}i:1;a:3:{i:0;s:10:\"margin:0px\";i:1;s:10:\"width:90px\";i:2;s:11:\"height:90px\";}}i:361;a:2:{i:0;a:1:{s:31:\".litespeed-banner-promo-content\";a:1:{i:1;a:1:{i:0;s:30:\"litespeed-banner-promo-content\";}}}i:1;a:1:{i:0;s:16:\"margin-left:25px\";}}i:362;a:2:{i:0;a:1:{s:60:\".litespeed-banner-promo-full .litespeed-banner-promo-content\";a:1:{i:1;a:2:{i:0;s:27:\"litespeed-banner-promo-full\";i:1;s:30:\"litespeed-banner-promo-content\";}}}i:1;a:1:{i:0;s:9:\"width:75%\";}}i:363;a:2:{i:0;a:1:{s:34:\".litespeed-banner-promo-content h1\";a:2:{i:1;a:1:{i:0;s:30:\"litespeed-banner-promo-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:3:{i:0;s:15:\"font-weight:600\";i:1;s:13:\"color:#538ac6\";i:2;s:15:\"margin-top:10px\";}}i:364;a:2:{i:0;a:1:{s:23:\".litespeed-banner-title\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-banner-title\";}}}i:1;a:2:{i:0;s:15:\"font-size:1.3em\";i:1;s:22:\"margin:8px 0px 5px 0px\";}}i:365;a:2:{i:0;a:1:{s:33:\".litespeed-banner-promo-slacklogo\";a:1:{i:1;a:1:{i:0;s:32:\"litespeed-banner-promo-slacklogo\";}}}i:1;a:8:{i:0;s:108:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/slack-logo.png\")\";i:1;s:23:\"background-size:contain\";i:2;s:10:\"width:75px\";i:3;s:11:\"height:75px\";i:4;s:27:\"background-repeat:no-repeat\";i:5;s:20:\"display:inline-block\";i:6;s:11:\"padding:0px\";i:7;s:11:\"flex:0 0 5%\";}}i:366;a:2:{i:0;a:1:{s:59:\".litespeed-banner-promo .litespeed-banner-promo-slack-line1\";a:1:{i:1;a:2:{i:0;s:22:\"litespeed-banner-promo\";i:1;s:34:\"litespeed-banner-promo-slack-line1\";}}}i:1;a:3:{i:0;s:14:\"font-size:18px\";i:1;s:14:\"margin-top:0px\";i:2;s:16:\"line-height:21px\";}}i:367;a:2:{i:0;a:1:{s:62:\".litespeed-banner-promo .litespeed-banner-promo-slack-textlink\";a:1:{i:1;a:2:{i:0;s:22:\"litespeed-banner-promo\";i:1;s:37:\"litespeed-banner-promo-slack-textlink\";}}}i:1;a:2:{i:0;s:13:\"color:#e59544\";i:1;s:20:\"text-decoration:none\";}}i:368;a:2:{i:0;a:1:{s:68:\".litespeed-banner-promo .litespeed-banner-promo-slack-textlink:hover\";a:1:{i:1;a:2:{i:0;s:22:\"litespeed-banner-promo\";i:1;s:37:\"litespeed-banner-promo-slack-textlink\";}}}i:1;a:1:{i:0;s:10:\"opacity:.8\";}}i:369;a:2:{i:0;a:1:{s:35:\".litespeed-banner-promo-slack-line2\";a:1:{i:1;a:1:{i:0;s:34:\"litespeed-banner-promo-slack-line2\";}}}i:1;a:3:{i:0;s:14:\"font-size:15px\";i:1;s:10:\"margin:0px\";i:2;s:17:\"line-height:.75em\";}}i:370;a:2:{i:0;a:1:{s:34:\".litespeed-banner-promo-slack-link\";a:1:{i:1;a:1:{i:0;s:33:\"litespeed-banner-promo-slack-link\";}}}i:1;a:1:{i:0;s:10:\"color:#888\";}}i:371;a:2:{i:0;a:1:{s:51:\"a.litespeed-btn-xs.litespeed-banner-promo-slack-btn\";a:2:{i:1;a:2:{i:0;s:16:\"litespeed-btn-xs\";i:1;s:32:\"litespeed-banner-promo-slack-btn\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 5px\";}}i:372;a:2:{i:0;a:1:{s:26:\".litespeed-banner-promo-qc\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-banner-promo-qc\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:373;a:2:{i:0;a:1:{s:29:\".litespeed-banner-promo-qc h2\";a:2:{i:1;a:1:{i:0;s:25:\"litespeed-banner-promo-qc\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.4\";}}i:374;a:2:{i:0;a:1:{s:34:\".litespeed-banner-promo-qc-content\";a:1:{i:1;a:1:{i:0;s:33:\"litespeed-banner-promo-qc-content\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";}}i:375;a:2:{i:0;a:1:{s:38:\".litespeed-banner-promo-qc-description\";a:1:{i:1;a:1:{i:0;s:37:\"litespeed-banner-promo-qc-description\";}}}i:1;a:2:{i:0;s:14:\"flex-basis:50%\";i:1;s:18:\"padding-right:2rem\";}}i:376;a:2:{i:0;a:1:{s:40:\".litespeed-banner-promo-qc-description p\";a:2:{i:1;a:1:{i:0;s:37:\"litespeed-banner-promo-qc-description\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:377;a:2:{i:0;a:1:{s:46:\".litespeed-banner-promo-qc-description .button\";a:1:{i:1;a:2:{i:0;s:37:\"litespeed-banner-promo-qc-description\";i:1;s:6:\"button\";}}}i:1;a:1:{i:0;s:19:\"margin-right:1.5rem\";}}i:378;a:2:{i:0;a:1:{s:24:\".litespeed-tweet-preview\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-tweet-preview\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:18:\"line-height:1.3125\";i:2;s:38:\"box-shadow:1px 1px .5em rgba(0,0,0,.3)\";i:3;s:21:\"margin:.5em 1em 1em 0\";i:4;s:11:\"padding:1em\";i:5;s:15:\"max-width:480px\";i:6;s:12:\"display:flex\";}}i:379;a:2:{i:0;a:1:{s:30:\".litespeed-tweet-preview:after\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-tweet-preview\";}}}i:1;a:3:{i:0;s:10:\"content:\"\"\";i:1;s:13:\"display:block\";i:2;s:10:\"clear:both\";}}i:380;a:2:{i:0;a:1:{s:38:\".litespeed-tweet-preview p:first-child\";a:2:{i:1;a:1:{i:0;s:23:\"litespeed-tweet-preview\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:12:\"margin-top:0\";}}i:381;a:2:{i:0;a:1:{s:30:\".litespeed-tweet-preview-title\";a:1:{i:1;a:1:{i:0;s:29:\"litespeed-tweet-preview-title\";}}}i:1;a:6:{i:0;s:10:\"color:#777\";i:1;s:15:\"margin-top:.9em\";i:2;s:15:\"margin-top:.9em\";i:3;s:18:\"font-weight:normal\";i:4;s:14:\"font-size:12px\";i:5;s:15:\"margin-bottom:0\";}}i:382;a:2:{i:0;a:1:{s:21:\".litespeed-tweet-text\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-tweet-text\";}}}i:1;a:2:{i:0;s:105:\"font:14px system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Ubuntu,\"Helvetica Neue\",sans-serif\";i:1;s:18:\"line-height:1.3125\";}}i:383;a:2:{i:0;a:1:{s:20:\".litespeed-tweet-cta\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-tweet-cta\";}}}i:1;a:2:{i:0;s:16:\"text-align:right\";i:1;s:14:\"margin-top:1em\";}}i:384;a:2:{i:0;a:1:{s:22:\".litespeed-tweet-cta a\";a:2:{i:1;a:1:{i:0;s:19:\"litespeed-tweet-cta\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:9:{i:0;s:24:\"background-color:#1da1f2\";i:1;s:18:\"line-height:1.3125\";i:2;s:10:\"color:#fff\";i:3;s:16:\"font-weight:bold\";i:4;s:19:\"display:inline-flex\";i:5;s:17:\"padding:.55em 1em\";i:6;s:14:\"font-size:14px\";i:7;s:18:\"border-radius:99em\";i:8;s:20:\"text-decoration:none\";}}i:385;a:2:{i:0;a:1:{s:28:\".litespeed-tweet-cta a:hover\";a:2:{i:1;a:1:{i:0;s:19:\"litespeed-tweet-cta\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:24:\"background-color:#1e98e1\";}}i:386;a:2:{i:0;a:1:{s:26:\".litespeed-tweet-cta a svg\";a:2:{i:1;a:1:{i:0;s:19:\"litespeed-tweet-cta\";}i:0;a:2:{i:0;s:1:\"a\";i:1;s:3:\"svg\";}}}i:1;a:3:{i:0;s:10:\"width:16px\";i:1;s:11:\"height:18px\";i:2;s:17:\"margin-right:.5em\";}}i:387;a:2:{i:0;a:1:{s:31:\".litespeed-tweet-cta a svg path\";a:2:{i:1;a:1:{i:0;s:19:\"litespeed-tweet-cta\";}i:0;a:3:{i:0;s:1:\"a\";i:1;s:3:\"svg\";i:2;s:4:\"path\";}}}i:1;a:1:{i:0;s:17:\"fill:currentColor\";}}i:388;a:2:{i:0;a:1:{s:20:\".litespeed-tweet-img\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-tweet-img\";}}}i:1;a:3:{i:0;s:24:\"width:calc(240px + 1rem)\";i:1;s:18:\"padding-right:1rem\";i:2;s:21:\"box-sizing:border-box\";}}i:389;a:2:{i:0;a:2:{s:28:\".litespeed-tweet-img amp-img\";a:2:{i:1;a:1:{i:0;s:19:\"litespeed-tweet-img\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:29:\".litespeed-tweet-img amp-anim\";a:2:{i:1;a:1:{i:0;s:19:\"litespeed-tweet-img\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:21:\"vertical-align:middle\";}}i:390;a:2:{i:0;a:1:{s:24:\".litespeed-tweet-img + p\";a:2:{i:1;a:1:{i:0;s:19:\"litespeed-tweet-img\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:12:\"margin-top:0\";}}i:391;a:2:{i:0;a:1:{s:21:\".litespeed-media-href\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-media-href\";}}}i:1;a:1:{i:0;s:20:\"display:inline-table\";}}i:392;a:2:{i:0;a:1:{s:32:\"[class*=\'litespeed-icon-media-\']\";a:1:{i:3;a:1:{i:0;s:5:\"class\";}}}i:1;a:7:{i:0;s:23:\"background-size:contain\";i:1;s:10:\"width:25px\";i:2;s:11:\"height:25px\";i:3;s:21:\"vertical-align:middle\";i:4;s:8:\"margin:0\";i:5;s:27:\"background-repeat:no-repeat\";i:6;s:20:\"display:inline-block\";}}i:393;a:2:{i:0;a:1:{s:38:\"[class*=\'litespeed-icon-media-\']:hover\";a:1:{i:3;a:1:{i:0;s:5:\"class\";}}}i:1;a:1:{i:0;s:10:\"opacity:.7\";}}i:394;a:2:{i:0;a:1:{s:26:\".litespeed-icon-media-webp\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-icon-media-webp\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/img_webp.svg\")\";}}i:395;a:2:{i:0;a:1:{s:35:\".litespeed-icon-media-webp-disabled\";a:1:{i:1;a:1:{i:0;s:34:\"litespeed-icon-media-webp-disabled\";}}}i:1;a:1:{i:0;s:121:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/img_webp_disabled.svg\")\";}}i:396;a:2:{i:0;a:1:{s:26:\".litespeed-icon-media-optm\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-icon-media-optm\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/img_optm.svg\")\";}}i:397;a:2:{i:0;a:1:{s:35:\".litespeed-icon-media-optm-disabled\";a:1:{i:1;a:1:{i:0;s:34:\"litespeed-icon-media-optm-disabled\";}}}i:1;a:1:{i:0;s:121:\"background-image:url(\"https://lion288slot.com/wp-content/plugins/litespeed-cache/assets/img/icons/img_optm_disabled.svg\")\";}}i:398;a:2:{i:0;a:1:{s:41:\"p.litespeed-media-p:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:17:\"litespeed-media-p\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1px\";}}i:399;a:2:{i:0;a:1:{s:20:\"p.litespeed-txt-webp\";a:2:{i:1;a:1:{i:0;s:18:\"litespeed-txt-webp\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:13:\"color:#83b04a\";}}i:400;a:2:{i:0;a:1:{s:19:\"p.litespeed-txt-ori\";a:2:{i:1;a:1:{i:0;s:17:\"litespeed-txt-ori\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:13:\"color:#5967b3\";}}i:401;a:2:{i:0;a:1:{s:24:\"p.litespeed-txt-disabled\";a:2:{i:1;a:1:{i:0;s:22:\"litespeed-txt-disabled\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:13:\"color:#ced2d9\";}}i:402;a:2:{i:0;a:1:{s:20:\".litespeed-media-svg\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-media-svg\";}}}i:1;a:4:{i:0;s:21:\"vertical-align:middle\";i:1;s:10:\"margin:5px\";i:2;s:10:\"width:25px\";i:3;s:11:\"height:auto\";}}i:403;s:39:\"@keyframes litespeed-circle-chart-fill{\";i:404;s:26:\"to{stroke-dasharray:0 100}\";i:405;s:1:\"}\";i:406;a:2:{i:0;a:1:{s:14:\".litespeed-pie\";a:1:{i:1;a:1:{i:0;s:13:\"litespeed-pie\";}}}i:1;a:2:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"margin:5px 5px 5px 0\";}}i:407;a:2:{i:0;a:1:{s:23:\"circle.litespeed-pie_bg\";a:2:{i:1;a:1:{i:0;s:16:\"litespeed-pie_bg\";}i:0;a:1:{i:0;s:6:\"circle\";}}}i:1;a:3:{i:0;s:14:\"stroke:#efefef\";i:1;s:14:\"stroke-width:2\";i:2;s:9:\"fill:none\";}}i:408;a:2:{i:0;a:1:{s:27:\"circle.litespeed-pie_circle\";a:2:{i:1;a:1:{i:0;s:20:\"litespeed-pie_circle\";}i:0;a:1:{i:0;s:6:\"circle\";}}}i:1;a:8:{i:0;s:48:\"animation:litespeed-circle-chart-fill 2s reverse\";i:1;s:39:\"animation:litespeed-pie-fill 2s reverse\";i:2;s:24:\"transform:rotate(-90deg)\";i:3;s:23:\"transform-origin:center\";i:4;s:14:\"stroke:#28a745\";i:5;s:14:\"stroke-width:2\";i:6;s:20:\"stroke-linecap:round\";i:7;s:9:\"fill:none\";}}i:409;a:2:{i:0;a:1:{s:33:\".litespeed-pie.litespeed-pie-tiny\";a:1:{i:1;a:2:{i:0;s:13:\"litespeed-pie\";i:1;s:18:\"litespeed-pie-tiny\";}}}i:1;a:1:{i:0;s:16:\"margin:0 2px 0 0\";}}i:410;a:2:{i:0;a:1:{s:38:\".litespeed-pie.litespeed-pie-tiny text\";a:2:{i:1;a:2:{i:0;s:13:\"litespeed-pie\";i:1;s:18:\"litespeed-pie-tiny\";}i:0;a:1:{i:0;s:4:\"text\";}}}i:1;a:2:{i:0;s:16:\"font-weight:bold\";i:1;s:12:\"fill:#828282\";}}i:411;a:2:{i:0;a:1:{s:40:\".litespeed-pie.litespeed-pie-tiny circle\";a:2:{i:1;a:2:{i:0;s:13:\"litespeed-pie\";i:1;s:18:\"litespeed-pie-tiny\";}i:0;a:1:{i:0;s:6:\"circle\";}}}i:1;a:1:{i:0;s:22:\"stroke-linecap:initial\";}}i:412;a:2:{i:0;a:2:{s:43:\".litespeed-pie-tiny circle.litespeed-pie_bg\";a:2:{i:1;a:2:{i:0;s:18:\"litespeed-pie-tiny\";i:1;s:16:\"litespeed-pie_bg\";}i:0;a:1:{i:0;s:6:\"circle\";}}s:47:\".litespeed-pie-tiny circle.litespeed-pie_circle\";a:2:{i:1;a:2:{i:0;s:18:\"litespeed-pie-tiny\";i:1;s:20:\"litespeed-pie_circle\";}i:0;a:1:{i:0;s:6:\"circle\";}}}i:1;a:1:{i:0;s:14:\"stroke-width:3\";}}i:413;a:2:{i:0;a:1:{s:43:\".litespeed-pie-tiny circle.litespeed-pie_bg\";a:2:{i:1;a:2:{i:0;s:18:\"litespeed-pie-tiny\";i:1;s:16:\"litespeed-pie_bg\";}i:0;a:1:{i:0;s:6:\"circle\";}}}i:1;a:1:{i:0;s:11:\"stroke:#eee\";}}i:414;a:2:{i:0;a:1:{s:50:\".litespeed-pie-success circle.litespeed-pie_circle\";a:2:{i:1;a:2:{i:0;s:21:\"litespeed-pie-success\";i:1;s:20:\"litespeed-pie_circle\";}i:0;a:1:{i:0;s:6:\"circle\";}}}i:1;a:1:{i:0;s:14:\"stroke:#28a745\";}}i:415;a:2:{i:0;a:1:{s:50:\".litespeed-pie-warning circle.litespeed-pie_circle\";a:2:{i:1;a:2:{i:0;s:21:\"litespeed-pie-warning\";i:1;s:20:\"litespeed-pie_circle\";}i:0;a:1:{i:0;s:6:\"circle\";}}}i:1;a:1:{i:0;s:14:\"stroke:#e67700\";}}i:416;a:2:{i:0;a:1:{s:49:\".litespeed-pie-danger circle.litespeed-pie_circle\";a:2:{i:1;a:2:{i:0;s:20:\"litespeed-pie-danger\";i:1;s:20:\"litespeed-pie_circle\";}i:0;a:1:{i:0;s:6:\"circle\";}}}i:1;a:1:{i:0;s:14:\"stroke:#c7221f\";}}i:417;a:2:{i:0;a:1:{s:25:\"g.litespeed-pie_info text\";a:2:{i:1;a:1:{i:0;s:18:\"litespeed-pie_info\";}i:0;a:2:{i:0;s:1:\"g\";i:1;s:4:\"text\";}}}i:1;a:3:{i:0;s:25:\"dominant-baseline:central\";i:1;s:18:\"text-anchor:middle\";i:2;s:14:\"font-size:11px\";}}i:418;a:2:{i:0;a:1:{s:48:\".litespeed-promo-score g.litespeed-pie_info text\";a:2:{i:1;a:2:{i:0;s:21:\"litespeed-promo-score\";i:1;s:18:\"litespeed-pie_info\";}i:0;a:2:{i:0;s:1:\"g\";i:1;s:4:\"text\";}}}i:1;a:2:{i:0;s:14:\"font-size:14px\";i:1;s:15:\"font-weight:600\";}}i:419;a:2:{i:0;a:1:{s:48:\".litespeed-pie-success g.litespeed-pie_info text\";a:2:{i:1;a:2:{i:0;s:21:\"litespeed-pie-success\";i:1;s:18:\"litespeed-pie_info\";}i:0;a:2:{i:0;s:1:\"g\";i:1;s:4:\"text\";}}}i:1;a:1:{i:0;s:12:\"fill:#28a745\";}}i:420;a:2:{i:0;a:1:{s:48:\".litespeed-pie-warning g.litespeed-pie_info text\";a:2:{i:1;a:2:{i:0;s:21:\"litespeed-pie-warning\";i:1;s:18:\"litespeed-pie_info\";}i:0;a:2:{i:0;s:1:\"g\";i:1;s:4:\"text\";}}}i:1;a:1:{i:0;s:12:\"fill:#e67700\";}}i:421;a:2:{i:0;a:1:{s:47:\".litespeed-pie-danger g.litespeed-pie_info text\";a:2:{i:1;a:2:{i:0;s:20:\"litespeed-pie-danger\";i:1;s:18:\"litespeed-pie_info\";}i:0;a:2:{i:0;s:1:\"g\";i:1;s:4:\"text\";}}}i:1;a:1:{i:0;s:12:\"fill:#c7221f\";}}i:422;a:2:{i:0;a:1:{s:40:\"g.litespeed-pie_info .litespeed-pie-done\";a:2:{i:1;a:2:{i:0;s:18:\"litespeed-pie_info\";i:1;s:18:\"litespeed-pie-done\";}i:0;a:1:{i:0;s:1:\"g\";}}}i:1;a:2:{i:0;s:12:\"fill:#28a745\";i:1;s:14:\"font-size:15px\";}}i:423;a:2:{i:0;a:1:{s:73:\"[data-litespeed-cdn-mapping]:first-child [data-litespeed-cdn-mapping-del]\";a:1:{i:3;a:2:{i:0;s:26:\"data-litespeed-cdn-mapping\";i:1;s:30:\"data-litespeed-cdn-mapping-del\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:424;a:2:{i:0;a:1:{s:27:\".litespeed-cdn-mapping-col1\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-cdn-mapping-col1\";}}}i:1;a:2:{i:0;s:18:\"padding-right:2rem\";i:1;s:13:\"max-width:35%\";}}i:425;a:2:{i:0;a:1:{s:49:\".litespeed-cdn-mapping-col1 .litespeed-input-long\";a:1:{i:1;a:2:{i:0;s:26:\"litespeed-cdn-mapping-col1\";i:1;s:20:\"litespeed-input-long\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:426;a:2:{i:0;a:1:{s:27:\".litespeed-cdn-mapping-col2\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-cdn-mapping-col2\";}}}i:1;a:1:{i:0;s:18:\"padding-top:.25rem\";}}i:427;a:2:{i:0;a:1:{s:33:\".litespeed-cdn-mapping-col1 label\";a:2:{i:1;a:1:{i:0;s:26:\"litespeed-cdn-mapping-col1\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:428;a:2:{i:0;a:1:{s:32:\"[data-litespeed-cdn-mapping-del]\";a:1:{i:3;a:1:{i:0;s:30:\"data-litespeed-cdn-mapping-del\";}}}i:1;a:3:{i:0;s:17:\"position:absolute\";i:1;s:10:\"right:-6px\";i:2;s:8:\"top:-6px\";}}i:429;s:37:\"@media screen and (max-width: 600px){\";i:430;a:2:{i:0;a:1:{s:27:\".litespeed-cdn-mapping-col1\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-cdn-mapping-col1\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:431;s:1:\"}\";i:432;a:2:{i:0;a:1:{s:23:\".litespeed-crawler-curr\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-crawler-curr\";}}}i:1;a:3:{i:0;s:21:\"vertical-align:middle\";i:1;s:11:\"height:20px\";i:2;s:16:\"margin-left:10px\";}}i:433;a:2:{i:0;a:1:{s:31:\"#cookie_crawler > p:first-child\";a:2:{i:2;a:1:{i:0;s:14:\"cookie_crawler\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:14:\"margin-top:5px\";}}i:434;a:2:{i:0;a:1:{s:30:\".litespeed-crawler-sitemap-nav\";a:1:{i:1;a:1:{i:0;s:29:\"litespeed-crawler-sitemap-nav\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:29:\"justify-content:space-between\";}}i:435;a:2:{i:0;a:1:{s:36:\".litespeed-crawler-sitemap-nav > div\";a:2:{i:1;a:1:{i:0;s:29:\"litespeed-crawler-sitemap-nav\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:1:{i:0;s:15:\"margin-top:10px\";}}i:436;s:37:\"@media screen and (max-width: 680px){\";i:437;a:2:{i:0;a:1:{s:30:\".litespeed-crawler-sitemap-nav\";a:1:{i:1;a:1:{i:0;s:29:\"litespeed-crawler-sitemap-nav\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:438;a:2:{i:0;a:1:{s:27:\".litespeed-table-responsive\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-table-responsive\";}}}i:1;a:3:{i:0;s:10:\"clear:both\";i:1;s:15:\"overflow-x:auto\";i:2;s:32:\"-webkit-overflow-scrolling:touch\";}}i:439;a:2:{i:0;a:1:{s:33:\".litespeed-table-responsive table\";a:2:{i:1;a:1:{i:0;s:26:\"litespeed-table-responsive\";}i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:440;a:2:{i:0;a:1:{s:30:\".litespeed-table-responsive th\";a:2:{i:1;a:1:{i:0;s:26:\"litespeed-table-responsive\";}i:0;a:1:{i:0;s:2:\"th\";}}}i:1;a:1:{i:0;s:16:\"text-wrap:nowrap\";}}i:441;a:2:{i:0;a:1:{s:77:\".litespeed-table-responsive [data-crawler-list].wp-list-table td:nth-child(2)\";a:3:{i:3;a:1:{i:0;s:17:\"data-crawler-list\";}i:1;a:2:{i:0;s:26:\"litespeed-table-responsive\";i:1;s:13:\"wp-list-table\";}i:0;a:1:{i:0;s:2:\"td\";}}}i:1;a:1:{i:0;s:15:\"min-width:115px\";}}i:442;a:2:{i:0;a:1:{s:54:\".litespeed-wrap input[name=\'kw\']:not(#_#_#_#_#_#_#_#_)\";a:3:{i:3;a:1:{i:0;s:4:\"name\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:443;s:1:\"}\";i:444;a:2:{i:0;a:1:{s:23:\".litespeed-progress-bar\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-progress-bar\";}}}i:1;a:14:{i:0;s:19:\"display:-webkit-box\";i:1;s:19:\"display:-ms-flexbox\";i:2;s:12:\"display:flex\";i:3;s:27:\"-webkit-box-orient:vertical\";i:4;s:28:\"-webkit-box-direction:normal\";i:5;s:25:\"-ms-flex-direction:column\";i:6;s:21:\"flex-direction:column\";i:7;s:23:\"-webkit-box-pack:center\";i:8;s:20:\"-ms-flex-pack:center\";i:9;s:22:\"justify-content:center\";i:10;s:10:\"color:#fff\";i:11;s:17:\"text-align:center\";i:12;s:24:\"background-color:#007bff\";i:13;s:25:\"transition:width .6s ease\";}}i:445;a:2:{i:0;a:1:{s:30:\".litespeed-progress-bar-yellow\";a:1:{i:1;a:1:{i:0;s:29:\"litespeed-progress-bar-yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#fbe100\";}}i:446;a:2:{i:0;a:1:{s:19:\".litespeed-progress\";a:1:{i:1;a:1:{i:0;s:18:\"litespeed-progress\";}}}i:1;a:10:{i:0;s:19:\"display:-webkit-box\";i:1;s:19:\"display:-ms-flexbox\";i:2;s:12:\"display:flex\";i:3;s:11:\"height:12px\";i:4;s:15:\"overflow:hidden\";i:5;s:16:\"font-size:.75rem\";i:6;s:24:\"background-color:#e9ecef\";i:7;s:21:\"border:1px solid #ddd\";i:8;s:17:\"border-radius:8px\";i:9;s:9:\"width:75%\";}}i:447;a:2:{i:0;a:1:{s:39:\".litespeed-progress:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:18:\"litespeed-progress\";}}}i:1;a:1:{i:0;s:24:\"margin:5em 1em 1.5em 1em\";}}i:448;a:2:{i:0;a:1:{s:16:\".litespeed-modal\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-modal\";}}}i:1;a:1:{i:0;s:15:\"margin-top:-8px\";}}i:449;a:2:{i:0;a:1:{s:36:\".litespeed-modal .litespeed-progress\";a:1:{i:1;a:2:{i:0;s:15:\"litespeed-modal\";i:1;s:18:\"litespeed-progress\";}}}i:1;a:2:{i:0;s:16:\"margin-left:-8px\";i:1;s:17:\"margin-right:-8px\";}}i:450;a:2:{i:0;a:1:{s:16:\".litespeed-guide\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-guide\";}}}i:1;a:3:{i:0;s:24:\"border:1px solid #73b38d\";i:1;s:13:\"max-width:50%\";i:2;s:12:\"padding:20px\";}}i:451;a:2:{i:0;a:1:{s:19:\".litespeed-guide h2\";a:2:{i:1;a:1:{i:0;s:15:\"litespeed-guide\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:6:{i:0;s:13:\"color:#73b38d\";i:1;s:31:\"border-bottom:1px solid #73b38d\";i:2;s:13:\"display:table\";i:3;s:18:\"padding-right:50px\";i:4;s:16:\"padding-left:3px\";i:5;s:18:\"padding-bottom:3px\";}}i:452;a:2:{i:0;a:1:{s:19:\".litespeed-guide li\";a:2:{i:1;a:1:{i:0;s:15:\"litespeed-guide\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:14:\"font-size:15px\";i:1;s:16:\"line-height:30px\";i:2;s:26:\"margin:10px 10px 10px 16px\";}}i:453;a:2:{i:0;a:1:{s:47:\".litespeed-guide li.litespeed-guide-done:before\";a:2:{i:1;a:2:{i:0;s:15:\"litespeed-guide\";i:1;s:20:\"litespeed-guide-done\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:6:{i:0;s:13:\"content:\"✓\"\";i:1;s:14:\"font-size:26px\";i:2;s:13:\"color:#73b38d\";i:3;s:17:\"margin-left:-37px\";i:4;s:17:\"margin-right:18px\";i:5;s:9:\"opacity:1\";}}i:454;a:2:{i:0;a:1:{s:40:\".litespeed-guide li.litespeed-guide-done\";a:2:{i:1;a:2:{i:0;s:15:\"litespeed-guide\";i:1;s:20:\"litespeed-guide-done\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"opacity:.9\";}}i:455;a:2:{i:0;a:1:{s:38:\".litespeed-image-optim-summary-wrapper\";a:1:{i:1;a:1:{i:0;s:37:\"litespeed-image-optim-summary-wrapper\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:456;a:2:{i:0;a:2:{s:57:\".litespeed-cache_page_litespeed-img_optm .nav-tab-wrapper\";a:1:{i:1;a:2:{i:0;s:39:\"litespeed-cache_page_litespeed-img_optm\";i:1;s:15:\"nav-tab-wrapper\";}}s:52:\".litespeed-cache_page_litespeed-cdn .nav-tab-wrapper\";a:1:{i:1;a:2:{i:0;s:34:\"litespeed-cache_page_litespeed-cdn\";i:1;s:15:\"nav-tab-wrapper\";}}}i:1;a:1:{i:0;s:27:\"border-bottom-color:#e5e5e5\";}}i:457;a:2:{i:0;a:2:{s:56:\".litespeed-cache_page_litespeed-img_optm .litespeed-body\";a:1:{i:1;a:2:{i:0;s:39:\"litespeed-cache_page_litespeed-img_optm\";i:1;s:14:\"litespeed-body\";}}s:51:\".litespeed-cache_page_litespeed-cdn .litespeed-body\";a:1:{i:1;a:2:{i:0;s:34:\"litespeed-cache_page_litespeed-cdn\";i:1;s:14:\"litespeed-body\";}}}i:1;a:1:{i:0;s:15:\"box-shadow:none\";}}i:458;a:2:{i:0;a:2:{s:86:\".litespeed-cache_page_litespeed-img_optm .litespeed-wrap .nav-tab:not(.nav-tab-active)\";a:1:{i:1;a:3:{i:0;s:39:\"litespeed-cache_page_litespeed-img_optm\";i:1;s:14:\"litespeed-wrap\";i:2;s:7:\"nav-tab\";}}s:81:\".litespeed-cache_page_litespeed-cdn .litespeed-wrap .nav-tab:not(.nav-tab-active)\";a:1:{i:1;a:3:{i:0;s:34:\"litespeed-cache_page_litespeed-cdn\";i:1;s:14:\"litespeed-wrap\";i:2;s:7:\"nav-tab\";}}}i:1;a:1:{i:0;s:27:\"border-bottom-color:#e5e5e5\";}}i:459;a:2:{i:0;a:2:{s:56:\".litespeed-cache_page_litespeed-img_optm .nav-tab-active\";a:1:{i:1;a:2:{i:0;s:39:\"litespeed-cache_page_litespeed-img_optm\";i:1;s:14:\"nav-tab-active\";}}s:51:\".litespeed-cache_page_litespeed-cdn .nav-tab-active\";a:1:{i:1;a:2:{i:0;s:34:\"litespeed-cache_page_litespeed-cdn\";i:1;s:14:\"nav-tab-active\";}}}i:1;a:5:{i:0;s:25:\"border-left-color:#e5e5e5\";i:1;s:26:\"border-right-color:#e5e5e5\";i:2;s:24:\"border-top-color:#e5e5e5\";i:3;s:17:\"position:relative\";i:4;s:9:\"z-index:2\";}}i:460;a:2:{i:0;a:2:{s:74:\".litespeed-cache_page_litespeed-img_optm [data-litespeed-layout=\'summary\']\";a:2:{i:3;a:1:{i:0;s:21:\"data-litespeed-layout\";}i:1;a:1:{i:0;s:39:\"litespeed-cache_page_litespeed-img_optm\";}}s:64:\".litespeed-cache_page_litespeed-cdn [data-litespeed-layout=\'qc\']\";a:2:{i:3;a:1:{i:0;s:21:\"data-litespeed-layout\";}i:1;a:1:{i:0;s:34:\"litespeed-cache_page_litespeed-cdn\";}}}i:1;a:2:{i:0;s:29:\"margin:-2px -21px -21px -21px\";i:1;s:18:\"background:#f0f0f1\";}}i:461;a:2:{i:0;a:1:{s:27:\".litespeed-column-secondary\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-column-secondary\";}}}i:1;a:1:{i:0;s:18:\"background:#f9fafc\";}}i:462;a:2:{i:0;a:1:{s:37:\".litespeed-column-with-boxes .postbox\";a:1:{i:1;a:2:{i:0;s:27:\"litespeed-column-with-boxes\";i:1;s:7:\"postbox\";}}}i:1;a:1:{i:0;s:20:\"border-color:#e5e5e5\";}}i:463;a:2:{i:0;a:1:{s:50:\".litespeed-column-with-boxes .litespeed-width-7-10\";a:1:{i:1;a:2:{i:0;s:27:\"litespeed-column-with-boxes\";i:1;s:20:\"litespeed-width-7-10\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:464;s:37:\"@media screen and (min-width: 815px){\";i:465;a:2:{i:0;a:1:{s:56:\".litespeed-column-with-boxes > div.litespeed-column-left\";a:2:{i:1;a:2:{i:0;s:27:\"litespeed-column-with-boxes\";i:1;s:21:\"litespeed-column-left\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:1:{i:0;s:18:\"padding-right:25px\";}}i:466;s:1:\"}\";i:467;a:2:{i:0;a:1:{s:57:\".litespeed-column-with-boxes > div.litespeed-column-right\";a:2:{i:1;a:2:{i:0;s:27:\"litespeed-column-with-boxes\";i:1;s:22:\"litespeed-column-right\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:4:{i:0;s:18:\"background:#f1f1f1\";i:1;s:13:\"padding-top:0\";i:2;s:15:\"padding-right:0\";i:3;s:14:\"padding-left:0\";}}i:468;a:2:{i:0;a:1:{s:87:\".litespeed-column-with-boxes > div.litespeed-column-right .litespeed-postbox:last-child\";a:2:{i:1;a:3:{i:0;s:27:\"litespeed-column-with-boxes\";i:1;s:22:\"litespeed-column-right\";i:2;s:17:\"litespeed-postbox\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:469;a:2:{i:0;a:2:{s:30:\".litespeed-image-optim-summary\";a:1:{i:1;a:1:{i:0;s:29:\"litespeed-image-optim-summary\";}}s:29:\".litespeed-column-left-inside\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-column-left-inside\";}}}i:1;a:5:{i:0;s:36:\"box-shadow:0 1px 1px rgba(0,0,0,.04)\";i:1;s:17:\"position:relative\";i:2;s:26:\"padding:1px 20px 20px 20px\";i:3;s:15:\"background:#fff\";i:4;s:24:\"border:1px solid #e5e5e5\";}}i:470;a:2:{i:0;a:2:{s:37:\".litespeed-image-optim-summary-footer\";a:1:{i:1;a:1:{i:0;s:36:\"litespeed-image-optim-summary-footer\";}}s:35:\".litespeed-column-with-boxes-footer\";a:1:{i:1;a:1:{i:0;s:34:\"litespeed-column-with-boxes-footer\";}}}i:1;a:4:{i:0;s:28:\"border-top:1px solid #efefef\";i:1;s:18:\"background:#f9f9f9\";i:2;s:12:\"padding:20px\";i:3;s:23:\"margin:20px -20px -20px\";}}i:471;a:2:{i:0;a:1:{s:24:\".litespeed-help-btn-icon\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-help-btn-icon\";}}}i:1;a:3:{i:0;s:20:\"text-decoration:none\";i:1;s:16:\"margin-left:10px\";i:2;s:13:\"color:#c8c8c8\";}}i:472;a:2:{i:0;a:1:{s:56:\".litespeed-postbox-imgopt-info .litespeed-flex-container\";a:1:{i:1;a:2:{i:0;s:29:\"litespeed-postbox-imgopt-info\";i:1;s:24:\"litespeed-flex-container\";}}}i:1;a:1:{i:0;s:18:\"align-items:center\";}}i:473;a:2:{i:0;a:1:{s:73:\".litespeed-postbox-imgopt-info .litespeed-flex-container:not(:last-child)\";a:1:{i:1;a:2:{i:0;s:29:\"litespeed-postbox-imgopt-info\";i:1;s:24:\"litespeed-flex-container\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:.65em\";}}i:474;a:2:{i:0;a:1:{s:70:\".litespeed-postbox-imgopt-info .litespeed-flex-container p:first-child\";a:2:{i:1;a:2:{i:0;s:29:\"litespeed-postbox-imgopt-info\";i:1;s:24:\"litespeed-flex-container\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:12:\"margin-top:0\";}}i:475;a:2:{i:0;a:2:{s:47:\".litespeed-image-optim-summary > h3:first-child\";a:2:{i:1;a:1:{i:0;s:29:\"litespeed-image-optim-summary\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:46:\".litespeed-column-left-inside > h3:first-child\";a:2:{i:1;a:1:{i:0;s:28:\"litespeed-column-left-inside\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:2:{i:0;s:16:\"margin-top:1.6em\";i:1;s:15:\"font-size:1.2em\";}}i:476;a:2:{i:0;a:2:{s:68:\".litespeed-image-optim-summary > h3:first-child .litespeed-quic-icon\";a:2:{i:1;a:2:{i:0;s:29:\"litespeed-image-optim-summary\";i:1;s:19:\"litespeed-quic-icon\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:67:\".litespeed-column-left-inside > h3:first-child .litespeed-quic-icon\";a:2:{i:1;a:2:{i:0;s:28:\"litespeed-column-left-inside\";i:1;s:19:\"litespeed-quic-icon\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:4:{i:0;s:11:\"width:1.2em\";i:1;s:12:\"height:1.4em\";i:2;s:23:\"background-size:contain\";i:3;s:18:\"margin-right:.2rem\";}}i:477;a:2:{i:0;a:1:{s:28:\".litespeed-img-optim-actions\";a:1:{i:1;a:1:{i:0;s:27:\"litespeed-img-optim-actions\";}}}i:1;a:4:{i:0;s:17:\"margin-top:1.65em\";i:1;s:12:\"display:flex\";i:2;s:20:\"align-items:flex-end\";i:3;s:14:\"flex-wrap:wrap\";}}i:478;a:2:{i:0;a:1:{s:44:\".litespeed-img-optim-actions .button-primary\";a:1:{i:1;a:2:{i:0;s:27:\"litespeed-img-optim-actions\";i:1;s:14:\"button-primary\";}}}i:1;a:5:{i:0;s:15:\"font-size:1.2em\";i:1;s:16:\"margin-right:1em\";i:2;s:19:\"padding:.35em .85em\";i:3;s:15:\"min-width:210px\";i:4;s:17:\"text-align:center\";}}i:479;s:38:\"@media screen and (max-width: 1079px){\";i:480;a:2:{i:0;a:1:{s:34:\".litespeed-postbox-imgopt-info svg\";a:2:{i:1;a:1:{i:0;s:29:\"litespeed-postbox-imgopt-info\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:2:{i:0;s:11:\"height:50px\";i:1;s:10:\"width:50px\";}}i:481;s:1:\"}\";i:482;s:37:\"@media screen and (max-width: 814px){\";i:483;a:2:{i:0;a:1:{s:46:\".litespeed-column-with-boxes > div:first-child\";a:2:{i:1;a:1:{i:0;s:27:\"litespeed-column-with-boxes\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:2:{i:0;s:15:\"padding-right:0\";i:1;s:18:\"margin-bottom:1rem\";}}i:484;s:1:\"}\";i:485;s:37:\"@media screen and (max-width: 680px){\";i:486;a:2:{i:0;a:1:{s:63:\".litespeed-img-optim-actions .button + .button.button-secondary\";a:1:{i:1;a:4:{i:0;s:27:\"litespeed-img-optim-actions\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:16:\"button-secondary\";}}}i:1;a:2:{i:0;s:13:\"margin-left:0\";i:1;s:15:\"margin-top:10px\";}}i:487;s:1:\"}\";i:488;a:2:{i:0;a:1:{s:43:\".imgoptm.column-imgoptm a[data-balloon-pos]\";a:3:{i:3;a:1:{i:0;s:16:\"data-balloon-pos\";}i:1;a:2:{i:0;s:7:\"imgoptm\";i:1;s:14:\"column-imgoptm\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:24:\"border-bottom:1px dashed\";}}i:489;a:2:{i:0;a:1:{s:25:\".imgoptm.column-imgoptm p\";a:2:{i:1;a:2:{i:0;s:7:\"imgoptm\";i:1;s:14:\"column-imgoptm\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:.25em\";i:1;s:12:\"margin-top:0\";}}i:490;a:2:{i:0;a:1:{s:40:\".imgoptm.column-imgoptm p + .row-actions\";a:2:{i:1;a:3:{i:0;s:7:\"imgoptm\";i:1;s:14:\"column-imgoptm\";i:2;s:11:\"row-actions\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"margin-top:.5em\";}}i:491;a:2:{i:0;a:1:{s:19:\".fixed .column-lqip\";a:1:{i:1;a:2:{i:0;s:5:\"fixed\";i:1;s:11:\"column-lqip\";}}}i:1;a:1:{i:0;s:10:\"width:6rem\";}}i:492;a:2:{i:0;a:2:{s:29:\".litespeed-media-lqip amp-img\";a:2:{i:1;a:1:{i:0;s:20:\"litespeed-media-lqip\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:30:\".litespeed-media-lqip amp-anim\";a:2:{i:1;a:1:{i:0;s:20:\"litespeed-media-lqip\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:14:\"max-width:62px\";i:1;s:15:\"max-height:62px\";}}i:493;a:2:{i:0;a:1:{s:21:\".litespeed-media-href\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-media-href\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:494;a:2:{i:0;a:1:{s:27:\".litespeed-log-view-wrapper\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-log-view-wrapper\";}}}i:1;a:1:{i:0;s:14:\"margin:1.5em 0\";}}i:495;a:2:{i:0;a:1:{s:26:\".litespeed-dashboard-group\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-dashboard-group\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:1rem\";}}i:496;a:2:{i:0;a:1:{s:54:\".litespeed-dashboard-group > .litespeed-flex-container\";a:1:{i:1;a:2:{i:0;s:25:\"litespeed-dashboard-group\";i:1;s:24:\"litespeed-flex-container\";}}}i:1;a:3:{i:0;s:14:\"margin:0 -10px\";i:1;s:14:\"min-width:100%\";i:2;s:10:\"width:auto\";}}i:497;a:2:{i:0;a:1:{s:39:\".litespeed-dashboard .litespeed-postbox\";a:1:{i:1;a:2:{i:0;s:19:\"litespeed-dashboard\";i:1;s:17:\"litespeed-postbox\";}}}i:1;a:1:{i:0;s:11:\"margin:10px\";}}i:498;a:2:{i:0;a:1:{s:28:\".litespeed-dashboard-title a\";a:2:{i:1;a:1:{i:0;s:25:\"litespeed-dashboard-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:20:\"text-decoration:none\";i:1;s:18:\"margin-left:.25rem\";}}i:499;a:2:{i:0;a:1:{s:33:\".litespeed-dashboard-title--w-btn\";a:1:{i:1;a:1:{i:0;s:32:\"litespeed-dashboard-title--w-btn\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";}}i:500;a:2:{i:0;a:1:{s:41:\".litespeed-dashboard-title--w-btn .button\";a:1:{i:1;a:2:{i:0;s:32:\"litespeed-dashboard-title--w-btn\";i:1;s:6:\"button\";}}}i:1;a:1:{i:0;s:18:\"font-weight:normal\";}}i:501;a:2:{i:0;a:1:{s:39:\".litespeed-postbox-footer .button-small\";a:1:{i:1;a:2:{i:0;s:24:\"litespeed-postbox-footer\";i:1;s:12:\"button-small\";}}}i:1;a:1:{i:0;s:21:\"vertical-align:middle\";}}i:502;a:2:{i:0;a:2:{s:50:\".litespeed-postbox .button.button-small .dashicons\";a:1:{i:1;a:4:{i:0;s:17:\"litespeed-postbox\";i:1;s:6:\"button\";i:2;s:12:\"button-small\";i:3;s:9:\"dashicons\";}}s:65:\".litespeed-dashboard-title--w-btn .button.button-small .dashicons\";a:1:{i:1;a:4:{i:0;s:32:\"litespeed-dashboard-title--w-btn\";i:1;s:6:\"button\";i:2;s:12:\"button-small\";i:3;s:9:\"dashicons\";}}}i:1;a:4:{i:0;s:14:\"font-size:1rem\";i:1;s:9:\"top:.05em\";i:2;s:21:\"vertical-align:middle\";i:3;s:16:\"margin-left:-5px\";}}i:503;a:2:{i:0;a:1:{s:27:\".litespeed-dashboard-header\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-dashboard-header\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";}}i:504;a:2:{i:0;a:1:{s:88:\".litespeed-postbox p.litespeed-dashboard-stats-total + p.litespeed-dashboard-stats-total\";a:2:{i:1;a:3:{i:0;s:17:\"litespeed-postbox\";i:1;s:31:\"litespeed-dashboard-stats-total\";i:2;s:31:\"litespeed-dashboard-stats-total\";}i:0;a:2:{i:0;s:1:\"p\";i:1;s:1:\"p\";}}}i:1;a:1:{i:0;s:16:\"margin-top:1.2em\";}}i:505;a:2:{i:0;a:1:{s:39:\".litespeed-dashboard-header:first-child\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-dashboard-header\";}}}i:1;a:1:{i:0;s:17:\"margin-top:1.5rem\";}}i:506;a:2:{i:0;a:1:{s:30:\".litespeed-dashboard-header hr\";a:2:{i:1;a:1:{i:0;s:26:\"litespeed-dashboard-header\";}i:0;a:1:{i:0;s:2:\"hr\";}}}i:1;a:4:{i:0;s:17:\"align-self:center\";i:1;s:11:\"flex-grow:1\";i:2;s:16:\"margin-left:15px\";i:3;s:17:\"margin-right:15px\";}}i:507;a:2:{i:0;a:1:{s:41:\".litespeed-dashboard-header hr:last-child\";a:2:{i:1;a:1:{i:0;s:26:\"litespeed-dashboard-header\";}i:0;a:1:{i:0;s:2:\"hr\";}}}i:1;a:1:{i:0;s:14:\"margin-right:0\";}}i:508;a:2:{i:0;a:1:{s:49:\".litespeed-dashboard-header .litespeed-learn-more\";a:1:{i:1;a:2:{i:0;s:26:\"litespeed-dashboard-header\";i:1;s:20:\"litespeed-learn-more\";}}}i:1;a:4:{i:0;s:18:\"font-weight:normal\";i:1;s:20:\"text-decoration:none\";i:2;s:15:\"margin-top:-2px\";i:3;s:13:\"color:#5e7380\";}}i:509;a:2:{i:0;a:1:{s:29:\".litespeed-dashboard-stats h3\";a:2:{i:1;a:1:{i:0;s:25:\"litespeed-dashboard-stats\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:6:{i:0;s:24:\"text-transform:uppercase\";i:1;s:14:\"font-size:12px\";i:2;s:18:\"font-weight:normal\";i:3;s:15:\"margin-bottom:0\";i:4;s:16:\"margin-top:1.2em\";i:5;s:10:\"color:#777\";}}i:510;a:2:{i:0;a:1:{s:33:\".litespeed-dashboard-stats h3 + p\";a:2:{i:1;a:1:{i:0;s:25:\"litespeed-dashboard-stats\";}i:0;a:2:{i:0;s:2:\"h3\";i:1;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin-top:0\";i:1;s:15:\"margin-bottom:0\";}}i:511;a:2:{i:0;a:1:{s:42:\".litespeed-dashboard-stats .litespeed-desc\";a:1:{i:1;a:2:{i:0;s:25:\"litespeed-dashboard-stats\";i:1;s:14:\"litespeed-desc\";}}}i:1;a:1:{i:0;s:10:\"color:#777\";}}i:512;a:2:{i:0;a:1:{s:35:\".litespeed-dashboard-stats p strong\";a:2:{i:1;a:1:{i:0;s:25:\"litespeed-dashboard-stats\";}i:0;a:2:{i:0;s:1:\"p\";i:1;s:6:\"strong\";}}}i:1;a:3:{i:0;s:13:\"font-size:2em\";i:1;s:18:\"font-weight:normal\";i:2;s:16:\"margin-right:5px\";}}i:513;a:2:{i:0;a:1:{s:34:\".litespeed-dashboard-stats-wrapper\";a:1:{i:1;a:1:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:17:\"position:relative\";}}i:514;a:2:{i:0;a:1:{s:53:\".litespeed-dashboard-stats-wrapper .litespeed-postbox\";a:1:{i:1;a:2:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";i:1;s:17:\"litespeed-postbox\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:13:\"min-width:20%\";}}i:515;a:2:{i:0;a:2:{s:78:\".litespeed-dashboard-stats-wrapper .litespeed-postbox .inside .litespeed-title\";a:1:{i:1;a:4:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";i:1;s:17:\"litespeed-postbox\";i:2;s:6:\"inside\";i:3;s:15:\"litespeed-title\";}}s:70:\".litespeed-dashboard-group .litespeed-postbox .inside .litespeed-title\";a:1:{i:1;a:4:{i:0;s:25:\"litespeed-dashboard-group\";i:1;s:17:\"litespeed-postbox\";i:2;s:6:\"inside\";i:3;s:15:\"litespeed-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:516;a:2:{i:0;a:1:{s:45:\".litespeed-postbox .inside .litespeed-title a\";a:2:{i:1;a:3:{i:0;s:17:\"litespeed-postbox\";i:1;s:6:\"inside\";i:2;s:15:\"litespeed-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:517;a:2:{i:0;a:1:{s:70:\".litespeed-dashboard-stats-wrapper .litespeed-postbox:not(:last-child)\";a:1:{i:1;a:2:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";i:1;s:17:\"litespeed-postbox\";}}}i:1;a:1:{i:0;s:17:\"margin-right:-1px\";}}i:518;a:2:{i:0;a:1:{s:71:\".litespeed-dashboard-stats-wrapper .litespeed-postbox:not(:first-child)\";a:1:{i:1;a:2:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";i:1;s:17:\"litespeed-postbox\";}}}i:1;a:1:{i:0;s:25:\"border-left-color:#f9f9f9\";}}i:519;a:2:{i:0;a:1:{s:70:\".litespeed-dashboard-stats-wrapper .litespeed-dashboard-stats p strong\";a:2:{i:1;a:2:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";i:1;s:25:\"litespeed-dashboard-stats\";}i:0;a:2:{i:0;s:1:\"p\";i:1;s:6:\"strong\";}}}i:1;a:1:{i:0;s:16:\"font-size:1.4rem\";}}i:520;a:2:{i:0;a:1:{s:49:\".litespeed-dashboard-stats-wrapper .litespeed-pie\";a:1:{i:1;a:2:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";i:1;s:13:\"litespeed-pie\";}}}i:1;a:2:{i:0;s:10:\"width:60px\";i:1;s:11:\"height:60px\";}}i:521;a:2:{i:0;a:1:{s:81:\".litespeed-dashboard-stats-wrapper .litespeed-flex-container + p:not(:last-child)\";a:2:{i:1;a:2:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";i:1;s:24:\"litespeed-flex-container\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:.55em\";}}i:522;a:2:{i:0;a:1:{s:31:\".litespeed-dashboard-stats-payg\";a:1:{i:1;a:1:{i:0;s:30:\"litespeed-dashboard-stats-payg\";}}}i:1;a:1:{i:0;s:10:\"color:#777\";}}i:523;a:2:{i:0;a:1:{s:38:\".litespeed-dashboard-stats-payg strong\";a:2:{i:1;a:1:{i:0;s:30:\"litespeed-dashboard-stats-payg\";}i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:10:\"color:#444\";}}i:524;a:2:{i:0;a:1:{s:51:\".postbox .inside > p.litespeed-dashboard-stats-payg\";a:2:{i:1;a:3:{i:0;s:7:\"postbox\";i:1;s:6:\"inside\";i:2;s:30:\"litespeed-dashboard-stats-payg\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"margin-top:1.35em\";}}i:525;a:2:{i:0;a:1:{s:84:\".postbox .inside > p.litespeed-dashboard-stats-payg:last-child:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:3:{i:0;s:7:\"postbox\";i:1;s:6:\"inside\";i:2;s:30:\"litespeed-dashboard-stats-payg\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:-5px\";}}i:526;a:2:{i:0;a:1:{s:52:\".litespeed-postbox p.litespeed-dashboard-stats-total\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:31:\"litespeed-dashboard-stats-total\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:5:{i:0;s:25:\"padding:.75em 20px 0 20px\";i:1;s:26:\"border-top:1px dashed #eee\";i:2;s:16:\"margin-top:.55em\";i:3;s:17:\"margin-left:-20px\";i:4;s:18:\"margin-right:-20px\";}}i:527;a:2:{i:0;a:1:{s:74:\".litespeed-postbox p.litespeed-dashboard-stats-total:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:31:\"litespeed-dashboard-stats-total\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:20:\"margin-bottom:-.55em\";}}i:528;a:2:{i:0;a:1:{s:52:\".litespeed-postbox.litespeed-postbox-partner .inside\";a:1:{i:1;a:3:{i:0;s:17:\"litespeed-postbox\";i:1;s:25:\"litespeed-postbox-partner\";i:2;s:6:\"inside\";}}}i:1;a:1:{i:0;s:13:\"margin:11px 0\";}}i:529;a:2:{i:0;a:1:{s:98:\".litespeed-dashboard-stats-wrapper .litespeed-postbox.litespeed-postbox-partner h3.litespeed-title\";a:2:{i:1;a:4:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";i:1;s:17:\"litespeed-postbox\";i:2;s:25:\"litespeed-postbox-partner\";i:3;s:15:\"litespeed-title\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:3:{i:0;s:10:\"color:#777\";i:1;s:18:\"font-weight:normal\";i:2;s:14:\"font-size:13px\";}}i:530;a:2:{i:0;a:1:{s:46:\".litespeed-postbox.litespeed-postbox-partner a\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:25:\"litespeed-postbox-partner\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:6:{i:0;s:17:\"font-size:1.35rem\";i:1;s:16:\"font-weight:bold\";i:2;s:20:\"text-decoration:none\";i:3;s:14:\"margin-top:5px\";i:4;s:14:\"max-width:100%\";i:5;s:20:\"display:inline-block\";}}i:531;a:2:{i:0;a:1:{s:52:\".litespeed-postbox.litespeed-postbox-partner a:hover\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:25:\"litespeed-postbox-partner\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:25:\"text-decoration:underline\";}}i:532;a:2:{i:0;a:2:{s:52:\".litespeed-postbox.litespeed-postbox-partner amp-img\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:25:\"litespeed-postbox-partner\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:53:\".litespeed-postbox.litespeed-postbox-partner amp-anim\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:25:\"litespeed-postbox-partner\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:15:\"max-width:12rem\";}}i:533;a:2:{i:0;a:1:{s:45:\".litespeed-dashboard-group .litespeed-postbox\";a:1:{i:1;a:2:{i:0;s:25:\"litespeed-dashboard-group\";i:1;s:17:\"litespeed-postbox\";}}}i:1;a:4:{i:0;s:22:\"width:calc(25% - 20px)\";i:1;s:12:\"display:flex\";i:2;s:21:\"flex-direction:column\";i:3;s:29:\"justify-content:space-between\";}}i:534;a:2:{i:0;a:1:{s:52:\".litespeed-dashboard-group .litespeed-postbox-double\";a:1:{i:1;a:2:{i:0;s:25:\"litespeed-dashboard-group\";i:1;s:24:\"litespeed-postbox-double\";}}}i:1;a:3:{i:0;s:26:\"min-width:calc(50% - 20px)\";i:1;s:12:\"display:flex\";i:2;s:29:\"justify-content:space-between\";}}i:535;a:2:{i:0;a:1:{s:33:\".litespeed-postbox-double-content\";a:1:{i:1;a:1:{i:0;s:32:\"litespeed-postbox-double-content\";}}}i:1;a:3:{i:0;s:12:\"display:flex\";i:1;s:22:\"align-items:flex-start\";i:2;s:29:\"justify-content:space-between\";}}i:536;a:2:{i:0;a:1:{s:63:\".litespeed-postbox-double-content .litespeed-postbox-double-col\";a:1:{i:1;a:2:{i:0;s:32:\"litespeed-postbox-double-content\";i:1;s:28:\"litespeed-postbox-double-col\";}}}i:1;a:1:{i:0;s:9:\"width:50%\";}}i:537;a:2:{i:0;a:1:{s:76:\".litespeed-postbox-double-content .litespeed-postbox-double-col:nth-child(2)\";a:1:{i:1;a:2:{i:0;s:32:\"litespeed-postbox-double-content\";i:1;s:28:\"litespeed-postbox-double-col\";}}}i:1;a:1:{i:0;s:17:\"padding-left:10px\";}}i:538;a:2:{i:0;a:1:{s:29:\".litespeed-dashboard-group hr\";a:2:{i:1;a:1:{i:0;s:25:\"litespeed-dashboard-group\";}i:0;a:1:{i:0;s:2:\"hr\";}}}i:1;a:1:{i:0;s:24:\"margin:1.5rem 0 .75rem 0\";}}i:539;a:2:{i:0;a:1:{s:45:\".litespeed-postbox .litespeed-postbox-refresh\";a:1:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:25:\"litespeed-postbox-refresh\";}}}i:1;a:6:{i:0;s:20:\"text-decoration:none\";i:1;s:13:\"color:#36b0b0\";i:2;s:13:\"line-height:1\";i:3;s:18:\"vertical-align:top\";i:4;s:17:\"margin-left:.5rem\";i:5;s:15:\"margin-bottom:0\";}}i:540;a:2:{i:0;a:1:{s:63:\".litespeed-postbox .litespeed-postbox-refresh.button .dashicons\";a:1:{i:1;a:4:{i:0;s:17:\"litespeed-postbox\";i:1;s:25:\"litespeed-postbox-refresh\";i:2;s:6:\"button\";i:3;s:9:\"dashicons\";}}}i:1;a:2:{i:0;s:14:\"font-size:22px\";i:1;s:9:\"top:.05em\";}}i:541;a:2:{i:0;a:1:{s:31:\".litespeed-postbox p:last-child\";a:2:{i:1;a:1:{i:0;s:17:\"litespeed-postbox\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:542;a:2:{i:0;a:1:{s:26:\".litespeed-label-dashboard\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-label-dashboard\";}}}i:1;a:6:{i:0;s:15:\"font-size:.92em\";i:1;s:28:\"padding:.3em .6em .35em .6em\";i:2;s:18:\"font-weight:normal\";i:3;s:20:\"display:inline-block\";i:4;s:15:\"margin-left:8px\";i:5;s:13:\"min-width:2em\";}}i:543;a:2:{i:0;a:1:{s:38:\".litespeed-label-dashboard:first-child\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-label-dashboard\";}}}i:1;a:2:{i:0;s:13:\"margin-left:0\";i:1;s:18:\"margin-right:.35em\";}}i:544;a:2:{i:0;a:1:{s:26:\".litespeed-postbox .inside\";a:1:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:6:\"inside\";}}}i:1;a:1:{i:0;s:18:\"padding:0 20px 5px\";}}i:545;a:2:{i:0;a:1:{s:43:\".litespeed-postbox .inside .litespeed-title\";a:1:{i:1;a:3:{i:0;s:17:\"litespeed-postbox\";i:1;s:6:\"inside\";i:2;s:15:\"litespeed-title\";}}}i:1;a:4:{i:0;s:25:\"margin:0 -20px 12px -20px\";i:1;s:25:\"padding:0px 20px 7px 20px\";i:2;s:28:\"border-bottom:1px solid #eee\";i:3;s:15:\"font-size:1.2em\";}}i:546;a:2:{i:0;a:1:{s:51:\".litespeed-postbox .inside.litespeed-postbox-footer\";a:1:{i:1;a:3:{i:0;s:17:\"litespeed-postbox\";i:1;s:6:\"inside\";i:2;s:24:\"litespeed-postbox-footer\";}}}i:1;a:5:{i:0;s:28:\"border-top:1px solid #efefef\";i:1;s:18:\"background:#f9f9f9\";i:2;s:12:\"padding:20px\";i:3;s:17:\"margin-bottom:0px\";i:4;s:12:\"margin-top:0\";}}i:547;a:2:{i:0;a:2:{s:27:\".litespeed-postbox-footer a\";a:2:{i:1;a:1:{i:0;s:24:\"litespeed-postbox-footer\";}i:0;a:1:{i:0;s:1:\"a\";}}s:20:\"a.litespeed-redetect\";a:2:{i:1;a:1:{i:0;s:18:\"litespeed-redetect\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:548;a:2:{i:0;a:1:{s:60:\".litespeed-postbox .inside.litespeed-postbox-footer--compact\";a:1:{i:1;a:3:{i:0;s:17:\"litespeed-postbox\";i:1;s:6:\"inside\";i:2;s:33:\"litespeed-postbox-footer--compact\";}}}i:1;a:2:{i:0;s:25:\"padding:7px 15px 8px 15px\";i:1;s:14:\"font-size:12px\";}}i:549;a:2:{i:0;a:1:{s:40:\".litespeed-postbox-imgopt .litespeed-pie\";a:1:{i:1;a:2:{i:0;s:24:\"litespeed-postbox-imgopt\";i:1;s:13:\"litespeed-pie\";}}}i:1;a:2:{i:0;s:10:\"width:55px\";i:1;s:11:\"height:55px\";}}i:550;a:2:{i:0;a:1:{s:51:\".litespeed-postbox-imgopt .litespeed-flex-container\";a:1:{i:1;a:2:{i:0;s:24:\"litespeed-postbox-imgopt\";i:1;s:24:\"litespeed-flex-container\";}}}i:1;a:2:{i:0;s:18:\"align-items:center\";i:1;s:18:\"margin-bottom:10px\";}}i:551;a:2:{i:0;a:1:{s:92:\".litespeed-postbox-imgopt .litespeed-flex-container .litespeed-icon-vertical-middle + div h3\";a:2:{i:1;a:3:{i:0;s:24:\"litespeed-postbox-imgopt\";i:1;s:24:\"litespeed-flex-container\";i:2;s:30:\"litespeed-icon-vertical-middle\";}i:0;a:2:{i:0;s:3:\"div\";i:1;s:2:\"h3\";}}}i:1;a:1:{i:0;s:12:\"margin-top:0\";}}i:552;a:2:{i:0;a:1:{s:91:\".litespeed-postbox-imgopt .litespeed-flex-container .litespeed-icon-vertical-middle + div p\";a:2:{i:1;a:3:{i:0;s:24:\"litespeed-postbox-imgopt\";i:1;s:24:\"litespeed-flex-container\";i:2;s:30:\"litespeed-icon-vertical-middle\";}i:0;a:2:{i:0;s:3:\"div\";i:1;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"line-height:1.2\";}}i:553;a:2:{i:0;a:1:{s:82:\".litespeed-postbox-imgopt .litespeed-postbox-double-col:last-child > *:first-child\";a:1:{i:1;a:2:{i:0;s:24:\"litespeed-postbox-imgopt\";i:1;s:28:\"litespeed-postbox-double-col\";}}}i:1;a:1:{i:0;s:14:\"margin-top:7px\";}}i:554;a:2:{i:0;a:1:{s:42:\".litespeed-postbox-pagespeed p:first-child\";a:2:{i:1;a:1:{i:0;s:27:\"litespeed-postbox-pagespeed\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin-top:0\";i:1;s:15:\"margin-bottom:0\";}}i:555;a:2:{i:0;a:1:{s:32:\".litespeed-postbox-score-improve\";a:1:{i:1;a:1:{i:0;s:31:\"litespeed-postbox-score-improve\";}}}i:1;a:3:{i:0;s:16:\"line-height:45px\";i:1;s:14:\"margin-top:7px\";i:2;s:14:\"font-size:42px\";}}i:556;a:2:{i:0;a:1:{s:65:\".litespeed-postbox-pagespeed .litespeed-padding-space:first-child\";a:1:{i:1;a:2:{i:0;s:27:\"litespeed-postbox-pagespeed\";i:1;s:23:\"litespeed-padding-space\";}}}i:1;a:2:{i:0;s:16:\"padding-left:5px\";i:1;s:17:\"padding-right:5px\";}}i:557;a:2:{i:0;a:1:{s:25:\".litespeed-link-with-icon\";a:1:{i:1;a:1:{i:0;s:24:\"litespeed-link-with-icon\";}}}i:1;a:2:{i:0;s:25:\"text-decoration:underline\";i:1;s:18:\"margin-right:.25em\";}}i:558;a:2:{i:0;a:1:{s:36:\".litespeed-link-with-icon .dashicons\";a:1:{i:1;a:2:{i:0;s:24:\"litespeed-link-with-icon\";i:1;s:9:\"dashicons\";}}}i:1;a:7:{i:0;s:23:\"vertical-align:baseline\";i:1;s:17:\"position:relative\";i:2;s:8:\"top:.1em\";i:3;s:13:\"font-size:1em\";i:4;s:20:\"text-decoration:none\";i:5;s:10:\"width:auto\";i:6;s:17:\"margin-right:.5em\";}}i:559;a:2:{i:0;a:1:{s:57:\".litespeed-link-with-icon.litespeed-icon-right .dashicons\";a:1:{i:1;a:3:{i:0;s:24:\"litespeed-link-with-icon\";i:1;s:20:\"litespeed-icon-right\";i:2;s:9:\"dashicons\";}}}i:1;a:2:{i:0;s:16:\"margin-left:.5em\";i:1;s:14:\"margin-right:0\";}}i:560;a:2:{i:0;a:1:{s:21:\".litespeed-warning-bg\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-warning-bg\";}}}i:1;a:1:{i:0;s:11:\"color:white\";}}i:561;a:2:{i:0;a:1:{s:41:\".litespeed-warning-bg:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-warning-bg\";}}}i:1;a:1:{i:0;s:24:\"background-color:#b58a09\";}}i:562;a:2:{i:0;a:1:{s:39:\".litespeed-links-group:not(:last-child)\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-links-group\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:563;a:2:{i:0;a:1:{s:52:\".litespeed-links-group > span:not(:last-child):after\";a:2:{i:1;a:1:{i:0;s:21:\"litespeed-links-group\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:4:{i:0;s:11:\"content:\"|\"\";i:1;s:13:\"margin:0 10px\";i:2;s:10:\"color:#ddd\";i:3;s:14:\"font-size:13px\";}}i:564;a:2:{i:0;a:1:{s:45:\".litespeed-wrap p.litespeed-qc-dashboard-link\";a:2:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:27:\"litespeed-qc-dashboard-link\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:16:\"margin-left:1rem\";}}i:565;a:2:{i:0;a:1:{s:55:\".litespeed-right.litespeed-qc-dashboard-link .dashicons\";a:1:{i:1;a:3:{i:0;s:15:\"litespeed-right\";i:1;s:27:\"litespeed-qc-dashboard-link\";i:2;s:9:\"dashicons\";}}}i:1;a:2:{i:0;s:16:\"margin-left:.5em\";i:1;s:14:\"margin-right:0\";}}i:566;a:2:{i:0;a:1:{s:20:\".litespeed-score-col\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-score-col\";}}}i:1;a:2:{i:0;s:11:\"flex-grow:1\";i:1;s:18:\"padding-right:15px\";}}i:567;a:2:{i:0;a:1:{s:39:\".litespeed-score-col .litespeed-text-md\";a:1:{i:1;a:2:{i:0;s:19:\"litespeed-score-col\";i:1;s:17:\"litespeed-text-md\";}}}i:1;a:1:{i:0;s:17:\"font-size:1.35rem\";}}i:568;a:2:{i:0;a:1:{s:45:\".litespeed-score-col.litespeed-score-col--imp\";a:1:{i:1;a:2:{i:0;s:19:\"litespeed-score-col\";i:1;s:24:\"litespeed-score-col--imp\";}}}i:1;a:2:{i:0;s:16:\"text-align:right\";i:1;s:15:\"padding-right:0\";}}i:569;a:2:{i:0;a:1:{s:47:\".litespeed-score-col--imp .litespeed-text-jumbo\";a:1:{i:1;a:2:{i:0;s:24:\"litespeed-score-col--imp\";i:1;s:20:\"litespeed-text-jumbo\";}}}i:1;a:1:{i:0;s:13:\"line-height:1\";}}i:570;a:2:{i:0;a:1:{s:38:\".litespeed-wrap span[data-balloon-pos]\";a:3:{i:3;a:1:{i:0;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:24:\"border-bottom:1px dashed\";}}i:571;a:2:{i:0;a:1:{s:50:\".litespeed-wrap span[aria-label][data-balloon-pos]\";a:3:{i:3;a:2:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"cursor:default\";}}i:572;a:2:{i:0;a:1:{s:29:\".litespeed-postbox--quiccloud\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-postbox--quiccloud\";}}}i:1;a:1:{i:0;s:20:\"border-color:#253545\";}}i:573;a:2:{i:0;a:1:{s:72:\".litespeed-postbox--quiccloud.litespeed-postbox .inside .litespeed-title\";a:1:{i:1;a:4:{i:0;s:28:\"litespeed-postbox--quiccloud\";i:1;s:17:\"litespeed-postbox\";i:2;s:6:\"inside\";i:3;s:15:\"litespeed-title\";}}}i:1;a:6:{i:0;s:18:\"background:#253545\";i:1;s:13:\"color:#e2e4e5\";i:2;s:16:\"margin-top:-11px\";i:3;s:17:\"padding:10px 15px\";i:4;s:17:\"margin-left:-15px\";i:5;s:18:\"margin-right:-15px\";}}i:574;a:2:{i:0;a:1:{s:74:\".litespeed-postbox--quiccloud.litespeed-postbox .inside .litespeed-title a\";a:2:{i:1;a:4:{i:0;s:28:\"litespeed-postbox--quiccloud\";i:1;s:17:\"litespeed-postbox\";i:2;s:6:\"inside\";i:3;s:15:\"litespeed-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#8abff8\";}}i:575;a:2:{i:0;a:1:{s:80:\".litespeed-postbox--quiccloud.litespeed-postbox .inside .litespeed-title a:hover\";a:2:{i:1;a:4:{i:0;s:28:\"litespeed-postbox--quiccloud\";i:1;s:17:\"litespeed-postbox\";i:2;s:6:\"inside\";i:3;s:15:\"litespeed-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#a5caf2\";}}i:576;a:2:{i:0;a:1:{s:20:\".litespeed-overwrite\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-overwrite\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:16:\"margin-left:10px\";}}i:577;s:38:\"@media screen and (min-width: 1401px){\";i:578;a:2:{i:0;a:1:{s:72:\".litespeed-postbox--quiccloud.litespeed-postbox .inside .litespeed-title\";a:1:{i:1;a:4:{i:0;s:28:\"litespeed-postbox--quiccloud\";i:1;s:17:\"litespeed-postbox\";i:2;s:6:\"inside\";i:3;s:15:\"litespeed-title\";}}}i:1;a:4:{i:0;s:17:\"padding-left:20px\";i:1;s:18:\"padding-right:20px\";i:2;s:17:\"margin-left:-20px\";i:3;s:18:\"margin-right:-20px\";}}i:579;a:2:{i:0;a:1:{s:60:\".litespeed-postbox .inside.litespeed-postbox-footer--compact\";a:1:{i:1;a:3:{i:0;s:17:\"litespeed-postbox\";i:1;s:6:\"inside\";i:2;s:33:\"litespeed-postbox-footer--compact\";}}}i:1;a:2:{i:0;s:17:\"padding-left:20px\";i:1;s:18:\"padding-right:20px\";}}i:580;s:1:\"}\";i:581;s:62:\"@media screen and (max-width: 1400px) and (min-width: 1024px){\";i:582;a:2:{i:0;a:1:{s:53:\".litespeed-dashboard-stats-wrapper .litespeed-postbox\";a:1:{i:1;a:2:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";i:1;s:17:\"litespeed-postbox\";}}}i:1;a:1:{i:0;s:11:\"flex-grow:1\";}}i:583;a:2:{i:0;a:1:{s:26:\".litespeed-postbox .inside\";a:1:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:6:\"inside\";}}}i:1;a:1:{i:0;s:18:\"padding:0 15px 5px\";}}i:584;a:2:{i:0;a:1:{s:45:\".litespeed-dashboard-group .litespeed-postbox\";a:1:{i:1;a:2:{i:0;s:25:\"litespeed-dashboard-group\";i:1;s:17:\"litespeed-postbox\";}}}i:1;a:1:{i:0;s:27:\"width:calc(33.3333% - 20px)\";}}i:585;a:2:{i:0;a:1:{s:52:\".litespeed-dashboard-group .litespeed-postbox-double\";a:1:{i:1;a:2:{i:0;s:25:\"litespeed-dashboard-group\";i:1;s:24:\"litespeed-postbox-double\";}}}i:1;a:1:{i:0;s:31:\"min-width:calc(66.6666% - 20px)\";}}i:586;s:1:\"}\";i:587;s:38:\"@media screen and (max-width: 1023px){\";i:588;a:2:{i:0;a:1:{s:34:\".litespeed-dashboard-stats-wrapper\";a:1:{i:1;a:1:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";}}}i:1;a:1:{i:0;s:14:\"flex-wrap:wrap\";}}i:589;a:2:{i:0;a:1:{s:71:\".litespeed-dashboard-stats-wrapper .litespeed-postbox:not(:first-child)\";a:1:{i:1;a:2:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";i:1;s:17:\"litespeed-postbox\";}}}i:1;a:1:{i:0;s:25:\"border-left-color:#ccd0d4\";}}i:590;a:2:{i:0;a:1:{s:53:\".litespeed-dashboard-stats-wrapper .litespeed-postbox\";a:1:{i:1;a:2:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";i:1;s:17:\"litespeed-postbox\";}}}i:1;a:2:{i:0;s:15:\"margin-top:-1px\";i:1;s:30:\"min-width:calc(33.3333% - 1px)\";}}i:591;a:2:{i:0;a:1:{s:26:\".litespeed-postbox .inside\";a:1:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:6:\"inside\";}}}i:1;a:1:{i:0;s:18:\"padding:0 15px 5px\";}}i:592;a:2:{i:0;a:1:{s:45:\".litespeed-dashboard-group .litespeed-postbox\";a:1:{i:1;a:2:{i:0;s:25:\"litespeed-dashboard-group\";i:1;s:17:\"litespeed-postbox\";}}}i:1;a:1:{i:0;s:22:\"width:calc(50% - 20px)\";}}i:593;a:2:{i:0;a:1:{s:52:\".litespeed-dashboard-group .litespeed-postbox-double\";a:1:{i:1;a:2:{i:0;s:25:\"litespeed-dashboard-group\";i:1;s:24:\"litespeed-postbox-double\";}}}i:1;a:1:{i:0;s:27:\"min-width:calc(100% - 20px)\";}}i:594;s:1:\"}\";i:595;s:60:\"@media screen and (max-width: 719px) and (min-width: 480px){\";i:596;a:2:{i:0;a:1:{s:53:\".litespeed-dashboard-stats-wrapper .litespeed-postbox\";a:1:{i:1;a:2:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";i:1;s:17:\"litespeed-postbox\";}}}i:1;a:2:{i:0;s:15:\"margin-top:-1px\";i:1;s:25:\"min-width:calc(50% - 2px)\";}}i:597;s:1:\"}\";i:598;s:37:\"@media screen and (max-width: 569px){\";i:599;a:2:{i:0;a:1:{s:53:\".litespeed-dashboard-stats-wrapper .litespeed-postbox\";a:1:{i:1;a:2:{i:0;s:33:\"litespeed-dashboard-stats-wrapper\";i:1;s:17:\"litespeed-postbox\";}}}i:1;a:1:{i:0;s:14:\"min-width:100%\";}}i:600;a:2:{i:0;a:1:{s:45:\".litespeed-dashboard-group .litespeed-postbox\";a:1:{i:1;a:2:{i:0;s:25:\"litespeed-dashboard-group\";i:1;s:17:\"litespeed-postbox\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:601;a:2:{i:0;a:1:{s:63:\".litespeed-postbox-double-content .litespeed-postbox-double-col\";a:1:{i:1;a:2:{i:0;s:32:\"litespeed-postbox-double-content\";i:1;s:28:\"litespeed-postbox-double-col\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:602;a:2:{i:0;a:1:{s:76:\".litespeed-postbox-double-content .litespeed-postbox-double-col:nth-child(2)\";a:1:{i:1;a:2:{i:0;s:32:\"litespeed-postbox-double-content\";i:1;s:28:\"litespeed-postbox-double-col\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:14:\"margin-top:7px\";}}i:603;a:2:{i:0;a:1:{s:33:\".litespeed-postbox-double-content\";a:1:{i:1;a:1:{i:0;s:32:\"litespeed-postbox-double-content\";}}}i:1;a:1:{i:0;s:14:\"flex-wrap:wrap\";}}i:604;s:1:\"}\";i:605;a:2:{i:0;a:1:{s:23:\".litespeed-dashboard-qc\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-dashboard-qc\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:606;a:2:{i:0;a:1:{s:27:\".litespeed-dashboard-unlock\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-dashboard-unlock\";}}}i:1;a:12:{i:0;s:17:\"text-align:center\";i:1;s:21:\"background-color:#fff\";i:2;s:84:\"box-shadow:0 .125rem .4rem -.0625rem rgba(0,0,0,.03),0px 3px 0px 0px rgba(0,0,0,.07)\";i:3;s:19:\"border-radius:.5rem\";i:4;s:12:\"padding:2rem\";i:5;s:17:\"position:absolute\";i:6;s:9:\"z-index:5\";i:7;s:8:\"left:50%\";i:8;s:29:\"transform:translate(-50%,25%)\";i:9;s:5:\"top:0\";i:10;s:13:\"max-width:96%\";i:11;s:11:\"width:540px\";}}i:607;a:2:{i:0;a:1:{s:62:\".litespeed-dashboard-unlock.litespeed-dashboard-unlock--inline\";a:1:{i:1;a:2:{i:0;s:26:\"litespeed-dashboard-unlock\";i:1;s:34:\"litespeed-dashboard-unlock--inline\";}}}i:1;a:8:{i:0;s:17:\"position:relative\";i:1;s:8:\"left:50%\";i:2;s:27:\"transform:translate(-50%,0)\";i:3;s:24:\"border:1px solid #e5e5e5\";i:4;s:18:\"background:#fafafa\";i:5;s:15:\"margin-top:2rem\";i:6;s:18:\"margin-bottom:1rem\";i:7;s:27:\"max-width:calc(100% - 4rem)\";}}i:608;a:2:{i:0;a:1:{s:33:\".litespeed-dashboard-unlock-title\";a:1:{i:1;a:1:{i:0;s:32:\"litespeed-dashboard-unlock-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:28px\";}}i:609;a:2:{i:0;a:1:{s:32:\".litespeed-dashboard-unlock-desc\";a:1:{i:1;a:1:{i:0;s:31:\"litespeed-dashboard-unlock-desc\";}}}i:1;a:2:{i:0;s:14:\"font-size:17px\";i:1;s:10:\"color:#000\";}}i:610;a:2:{i:0;a:1:{s:37:\".litespeed-dashboard-unlock-desc span\";a:2:{i:1;a:1:{i:0;s:31:\"litespeed-dashboard-unlock-desc\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:2:{i:0;s:14:\"font-size:14px\";i:1;s:10:\"color:#666\";}}i:611;a:2:{i:0;a:1:{s:35:\"p.litespeed-dashboard-unlock-footer\";a:2:{i:1;a:1:{i:0;s:33:\"litespeed-dashboard-unlock-footer\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:22:\"margin:3em auto 0 auto\";i:1;s:15:\"max-width:500px\";}}i:612;a:2:{i:0;a:1:{s:27:\".litespeed-qc-text-gradient\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-qc-text-gradient\";}}}i:1;a:4:{i:0;s:70:\"background:-webkit-linear-gradient(130deg,#ff2a91,#2295d8 60%,#161f29)\";i:1;s:28:\"-webkit-background-clip:text\";i:2;s:35:\"-webkit-text-fill-color:transparent\";i:3;s:15:\"font-weight:800\";}}i:613;a:2:{i:0;a:2:{s:51:\".litespeed-dashboard-unlock a.button.button-primary\";a:2:{i:1;a:3:{i:0;s:26:\"litespeed-dashboard-unlock\";i:1;s:6:\"button\";i:2;s:14:\"button-primary\";}i:0;a:1:{i:0;s:1:\"a\";}}s:44:\".litespeed-wrap .button.litespeed-button-cta\";a:1:{i:1;a:3:{i:0;s:14:\"litespeed-wrap\";i:1;s:6:\"button\";i:2;s:20:\"litespeed-button-cta\";}}}i:1;a:4:{i:0;s:15:\"font-size:1.2em\";i:1;s:29:\"padding:.35em 1em .35em .85em\";i:2;s:15:\"min-width:210px\";i:3;s:17:\"text-align:center\";}}i:614;a:2:{i:0;a:1:{s:51:\".litespeed-dashboard-unlock a.button.button-primary\";a:2:{i:1;a:3:{i:0;s:26:\"litespeed-dashboard-unlock\";i:1;s:6:\"button\";i:2;s:14:\"button-primary\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:15:\"margin-top:10px\";}}i:615;a:2:{i:0;a:2:{s:62:\".litespeed-dashboard-unlock a.button.button-primary .dashicons\";a:2:{i:1;a:4:{i:0;s:26:\"litespeed-dashboard-unlock\";i:1;s:6:\"button\";i:2;s:14:\"button-primary\";i:3;s:9:\"dashicons\";}i:0;a:1:{i:0;s:1:\"a\";}}s:55:\".litespeed-wrap .button.litespeed-button-cta .dashicons\";a:1:{i:1;a:4:{i:0;s:14:\"litespeed-wrap\";i:1;s:6:\"button\";i:2;s:20:\"litespeed-button-cta\";i:3;s:9:\"dashicons\";}}}i:1;a:3:{i:0;s:23:\"vertical-align:baseline\";i:1;s:9:\"top:.25em\";i:2;s:17:\"margin-right:.5em\";}}i:616;a:2:{i:0;a:1:{s:60:\".litespeed-dashboard-unlock + .litespeed-dashboard-qc-enable\";a:1:{i:1;a:2:{i:0;s:26:\"litespeed-dashboard-unlock\";i:1;s:29:\"litespeed-dashboard-qc-enable\";}}}i:1;a:2:{i:0;s:11:\"opacity:.75\";i:1;s:16:\"filter:blur(2px)\";}}i:617;a:2:{i:0;a:1:{s:67:\".litespeed-dashboard-unlock + .litespeed-dashboard-qc-enable:before\";a:1:{i:1;a:2:{i:0;s:26:\"litespeed-dashboard-unlock\";i:1;s:29:\"litespeed-dashboard-qc-enable\";}}}i:1;a:10:{i:0;s:10:\"content:\"\"\";i:1;s:17:\"position:absolute\";i:2;s:10:\"left:-10px\";i:3;s:8:\"top:-5px\";i:4;s:23:\"width:calc(100% + 20px)\";i:5;s:24:\"height:calc(100% + 10px)\";i:6;s:18:\"background:#161e29\";i:7;s:9:\"z-index:2\";i:8;s:11:\"opacity:.55\";i:9;s:16:\"filter:blur(2px)\";}}i:618;s:38:\"@media screen and (min-width: 1400px){\";i:619;a:2:{i:0;a:1:{s:27:\".litespeed-dashboard-unlock\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-dashboard-unlock\";}}}i:1;a:1:{i:0;s:11:\"width:800px\";}}i:620;s:1:\"}\";i:621;s:37:\"@media screen and (max-width: 640px){\";i:622;a:2:{i:0;a:1:{s:27:\".litespeed-dashboard-unlock\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-dashboard-unlock\";}}}i:1;a:3:{i:0;s:13:\"max-width:80%\";i:1;s:31:\"padding:1rem 1.5rem 2rem 1.5rem\";i:2;s:29:\"transform:translate(-50%,10%)\";}}i:623;a:2:{i:0;a:1:{s:33:\".litespeed-dashboard-unlock-title\";a:1:{i:1;a:1:{i:0;s:32:\"litespeed-dashboard-unlock-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:22px\";i:1;s:15:\"line-height:1.2\";}}i:624;s:1:\"}\";i:625;s:37:\"@media screen and (max-width: 340px){\";i:626;a:2:{i:0;a:2:{s:51:\".litespeed-dashboard-unlock a.button.button-primary\";a:2:{i:1;a:3:{i:0;s:26:\"litespeed-dashboard-unlock\";i:1;s:6:\"button\";i:2;s:14:\"button-primary\";}i:0;a:1:{i:0;s:1:\"a\";}}s:44:\".litespeed-wrap .button.litespeed-button-cta\";a:1:{i:1;a:3:{i:0;s:14:\"litespeed-wrap\";i:1;s:6:\"button\";i:2;s:20:\"litespeed-button-cta\";}}}i:1;a:1:{i:0;s:27:\"padding:.35em 1em .35em 1em\";}}i:627;a:2:{i:0;a:2:{s:62:\".litespeed-dashboard-unlock a.button.button-primary .dashicons\";a:2:{i:1;a:4:{i:0;s:26:\"litespeed-dashboard-unlock\";i:1;s:6:\"button\";i:2;s:14:\"button-primary\";i:3;s:9:\"dashicons\";}i:0;a:1:{i:0;s:1:\"a\";}}s:55:\".litespeed-wrap .button.litespeed-button-cta .dashicons\";a:1:{i:1;a:4:{i:0;s:14:\"litespeed-wrap\";i:1;s:6:\"button\";i:2;s:20:\"litespeed-button-cta\";i:3;s:9:\"dashicons\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:628;a:2:{i:0;a:1:{s:35:\"p.litespeed-dashboard-unlock-footer\";a:2:{i:1;a:1:{i:0;s:33:\"litespeed-dashboard-unlock-footer\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:14:\"margin-top:2em\";}}i:629;s:1:\"}\";i:630;a:2:{i:0;a:1:{s:42:\".litespeed-column-java:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-column-java\";}}}i:1;a:1:{i:0;s:18:\"background:#5cadad\";}}i:631;a:2:{i:0;a:1:{s:44:\".litespeed-text-shipgrey:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-text-shipgrey\";}}}i:1;a:1:{i:0;s:13:\"color:#535342\";}}i:632;a:2:{i:0;a:1:{s:43:\".litespeed-text-dimgray:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-text-dimgray\";}}}i:1;a:1:{i:0;s:10:\"color:#666\";}}i:633;a:2:{i:0;a:1:{s:40:\".litespeed-text-grey:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-text-grey\";}}}i:1;a:1:{i:0;s:10:\"color:#999\";}}i:634;a:2:{i:0;a:1:{s:43:\".litespeed-text-whisper:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-text-whisper\";}}}i:1;a:1:{i:0;s:13:\"color:#e6e6e6\";}}i:635;a:2:{i:0;a:1:{s:42:\".litespeed-text-malibu:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-text-malibu\";}}}i:1;a:1:{i:0;s:13:\"color:#5cbdde\";}}i:636;a:2:{i:0;a:1:{s:48:\".litespeed-text-morningglory:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:27:\"litespeed-text-morningglory\";}}}i:1;a:1:{i:0;s:10:\"color:#9cc\";}}i:637;a:2:{i:0;a:1:{s:40:\".litespeed-text-fern:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-text-fern\";}}}i:1;a:1:{i:0;s:10:\"color:#6c6\";}}i:638;a:2:{i:0;a:1:{s:48:\".litespeed-text-persiangreen:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:27:\"litespeed-text-persiangreen\";}}}i:1;a:1:{i:0;s:10:\"color:#099\";}}i:639;a:2:{i:0;a:1:{s:20:\".litespeed-text-lead\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-text-lead\";}}}i:1;a:1:{i:0;s:14:\"font-size:16px\";}}i:640;a:2:{i:0;a:1:{s:21:\".litespeed-text-small\";a:1:{i:1;a:1:{i:0;s:20:\"litespeed-text-small\";}}}i:1;a:2:{i:0;s:14:\"font-size:12px\";i:1;s:16:\"line-height:14px\";}}i:641;a:2:{i:0;a:1:{s:20:\".litespeed-text-thin\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-text-thin\";}}}i:1;a:1:{i:0;s:15:\"font-weight:100\";}}i:642;a:2:{i:0;a:1:{s:19:\".litespeed-contrast\";a:1:{i:1;a:1:{i:0;s:18:\"litespeed-contrast\";}}}i:1;a:1:{i:0;s:11:\"color:white\";}}i:643;a:2:{i:0;a:1:{s:20:\".litespeed-hr-dotted\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-hr-dotted\";}}}i:1;a:1:{i:0;s:22:\"border:1px dotted #eee\";}}i:644;a:2:{i:0;a:1:{s:13:\".litespeed-hr\";a:1:{i:1;a:1:{i:0;s:12:\"litespeed-hr\";}}}i:1;a:2:{i:0;s:20:\"padding-bottom:1.5em\";i:1;s:32:\"border-bottom:.5px solid #97caca\";}}i:645;a:2:{i:0;a:1:{s:24:\".litespeed-hr-with-space\";a:1:{i:1;a:1:{i:0;s:23:\"litespeed-hr-with-space\";}}}i:1;a:3:{i:0;s:25:\"border-top:1px solid #eee\";i:1;s:12:\"margin:2em 0\";i:2;s:18:\"border-bottom:none\";}}i:646;a:2:{i:0;a:1:{s:31:\".litespeed-icon-vertical-middle\";a:1:{i:1;a:1:{i:0;s:30:\"litespeed-icon-vertical-middle\";}}}i:1;a:3:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:24:\"margin:0px 10px 0px 10px\";}}i:647;a:2:{i:0;a:1:{s:60:\".litespeed-column-java .litespeed-danger:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:16:\"litespeed-danger\";}}}i:1;a:1:{i:0;s:13:\"color:#c1c53a\";}}i:648;a:2:{i:0;a:1:{s:38:\".litespeed-column-java .litespeed-desc\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:14:\"litespeed-desc\";}}}i:1;a:1:{i:0;s:13:\"color:#bfbfbf\";}}i:649;a:2:{i:0;a:1:{s:27:\".litespeed-column-java code\";a:2:{i:1;a:1:{i:0;s:21:\"litespeed-column-java\";}i:0;a:1:{i:0;s:4:\"code\";}}}i:1;a:2:{i:0;s:13:\"color:#c2f5bf\";i:1;s:24:\"background-color:#238888\";}}i:650;a:2:{i:0;a:1:{s:39:\".litespeed-column-java .litespeed-title\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:15:\"litespeed-title\";}}}i:1;a:1:{i:0;s:11:\"color:white\";}}i:651;a:2:{i:0;a:1:{s:41:\".litespeed-width-7-10 .litespeed-progress\";a:1:{i:1;a:2:{i:0;s:20:\"litespeed-width-7-10\";i:1;s:18:\"litespeed-progress\";}}}i:1;a:1:{i:0;s:10:\"margin:1em\";}}i:652;a:2:{i:0;a:1:{s:24:\".litespeed-refresh:after\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-refresh\";}}}i:1;a:4:{i:0;s:13:\"content:\"⟳\"\";i:1;s:10:\"width:20px\";i:2;s:11:\"height:20px\";i:3;s:13:\"color:#40ad3a\";}}i:653;a:2:{i:0;a:1:{s:47:\".litespeed-column-java .litespeed-refresh:after\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:17:\"litespeed-refresh\";}}}i:1;a:1:{i:0;s:13:\"color:#23ec17\";}}i:654;a:2:{i:0;a:3:{s:30:\".litespeed-refresh:hover:after\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-refresh\";}}s:30:\".litespeed-refresh:focus:after\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-refresh\";}}s:37:\".litespeed-refresh:focus:active:after\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-refresh\";}}}i:1;a:1:{i:0;s:13:\"color:#7ffbfb\";}}i:655;a:2:{i:0;a:1:{s:38:\".litespeed-width-3-10 .litespeed-title\";a:1:{i:1;a:2:{i:0;s:20:\"litespeed-width-3-10\";i:1;s:15:\"litespeed-title\";}}}i:1;a:1:{i:0;s:13:\"margin:18px 0\";}}i:656;a:2:{i:0;a:1:{s:18:\".litespeed-silence\";a:1:{i:1;a:1:{i:0;s:17:\"litespeed-silence\";}}}i:1;a:1:{i:0;s:13:\"color:#b1b1b1\";}}i:657;a:2:{i:0;a:1:{s:46:\".litespeed-column-java .litespeed-congratulate\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:22:\"litespeed-congratulate\";}}}i:1;a:2:{i:0;s:13:\"color:#c2f5bf\";i:1;s:14:\"font-size:20px\";}}i:658;a:2:{i:0;a:1:{s:45:\".litespeed-light-code .litespeed-silence code\";a:2:{i:1;a:2:{i:0;s:20:\"litespeed-light-code\";i:1;s:17:\"litespeed-silence\";}i:0;a:1:{i:0;s:4:\"code\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f0f5fb\";}}i:659;a:2:{i:0;a:1:{s:44:\".litespeed-column-java .litespeed-btn-danger\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:20:\"litespeed-btn-danger\";}}}i:1;a:2:{i:0;s:13:\"color:#f194a8\";i:1;s:20:\"border-color:#f194a8\";}}i:660;a:2:{i:0;a:1:{s:50:\".litespeed-column-java .litespeed-btn-danger:hover\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:20:\"litespeed-btn-danger\";}}}i:1;a:1:{i:0;s:18:\"background:#f194a8\";}}i:661;a:2:{i:0;a:1:{s:64:\".litespeed-column-java svg.litespeed-pie circle.litespeed-pie_bg\";a:2:{i:1;a:3:{i:0;s:21:\"litespeed-column-java\";i:1;s:13:\"litespeed-pie\";i:2;s:16:\"litespeed-pie_bg\";}i:0;a:2:{i:0;s:3:\"svg\";i:1;s:6:\"circle\";}}}i:1;a:1:{i:0;s:14:\"stroke:#e8efe7\";}}i:662;a:2:{i:0;a:1:{s:68:\".litespeed-column-java svg.litespeed-pie circle.litespeed-pie_circle\";a:2:{i:1;a:3:{i:0;s:21:\"litespeed-column-java\";i:1;s:13:\"litespeed-pie\";i:2;s:20:\"litespeed-pie_circle\";}i:0;a:2:{i:0;s:3:\"svg\";i:1;s:6:\"circle\";}}}i:1;a:1:{i:0;s:14:\"stroke:#97caca\";}}i:663;a:2:{i:0;a:1:{s:51:\".litespeed-column-java svg .litespeed-pie_info text\";a:2:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:18:\"litespeed-pie_info\";}i:0;a:2:{i:0;s:3:\"svg\";i:1;s:4:\"text\";}}}i:1;a:1:{i:0;s:12:\"fill:#f5ffeb\";}}i:664;a:2:{i:0;a:1:{s:67:\".litespeed-column-java svg g.litespeed-pie_info .litespeed-pie-done\";a:2:{i:1;a:3:{i:0;s:21:\"litespeed-column-java\";i:1;s:18:\"litespeed-pie_info\";i:2;s:18:\"litespeed-pie-done\";}i:0;a:2:{i:0;s:3:\"svg\";i:1;s:1:\"g\";}}}i:1;a:1:{i:0;s:12:\"fill:#a5ffa0\";}}i:665;a:2:{i:0;a:1:{s:24:\".litespeed-column-java a\";a:2:{i:1;a:1:{i:0;s:21:\"litespeed-column-java\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#eaf8ff\";}}i:666;a:2:{i:0;a:1:{s:30:\".litespeed-column-java a:hover\";a:2:{i:1;a:1:{i:0;s:21:\"litespeed-column-java\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:667;a:2:{i:0;a:1:{s:28:\".litespeed-progress-bar-blue\";a:1:{i:1;a:1:{i:0;s:27:\"litespeed-progress-bar-blue\";}}}i:1;a:1:{i:0;s:24:\"background-color:#33adff\";}}i:668;a:2:{i:0;a:1:{s:25:\".litespeed-status-current\";a:1:{i:1;a:1:{i:0;s:24:\"litespeed-status-current\";}}}i:1;a:2:{i:0;s:15:\"font-size:3.5em\";i:1;s:27:\"margin:1.25em 0em .75em 0em\";}}i:669;a:2:{i:0;a:1:{s:38:\".litespeed-column-java .litespeed-desc\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:14:\"litespeed-desc\";}}}i:1;a:1:{i:0;s:13:\"color:#cae4e4\";}}i:670;a:2:{i:0;a:1:{s:61:\".litespeed-column-java .litespeed-warning:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:17:\"litespeed-warning\";}}}i:1;a:1:{i:0;s:13:\"color:#ffd597\";}}i:671;a:2:{i:0;a:1:{s:45:\".litespeed-column-java .litespeed-btn-success\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:21:\"litespeed-btn-success\";}}}i:1;a:3:{i:0;s:13:\"color:#ddf1e4\";i:1;s:24:\"border:1px solid #33ad5c\";i:2;s:18:\"background:#33ad5c\";}}i:672;a:2:{i:0;a:1:{s:51:\".litespeed-column-java .litespeed-btn-success:hover\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:21:\"litespeed-btn-success\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:24:\"border:1px solid #7dca97\";i:2;s:15:\"background:#093\";}}i:673;a:2:{i:0;a:1:{s:45:\".litespeed-column-java .litespeed-btn-warning\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:21:\"litespeed-btn-warning\";}}}i:1;a:3:{i:0;s:13:\"color:#fff1dd\";i:1;s:21:\"border:1px solid #f93\";i:2;s:21:\"background-color:#f93\";}}i:674;a:2:{i:0;a:1:{s:51:\".litespeed-column-java .litespeed-btn-warning:hover\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:21:\"litespeed-btn-warning\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:20:\"border-color:#ffca7d\";i:2;s:15:\"background:#f90\";}}i:675;a:2:{i:0;a:1:{s:44:\".litespeed-column-java .litespeed-btn-danger\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:20:\"litespeed-btn-danger\";}}}i:1;a:1:{i:0;s:18:\"background:#ff5c5c\";}}i:676;a:2:{i:0;a:1:{s:64:\".litespeed-column-java .litespeed-btn-danger:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:20:\"litespeed-btn-danger\";}}}i:1;a:2:{i:0;s:13:\"color:#ffeadd\";i:1;s:21:\"border:1px solid #f60\";}}i:677;a:2:{i:0;a:1:{s:50:\".litespeed-column-java .litespeed-btn-danger:hover\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:20:\"litespeed-btn-danger\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:15:\"background:#f00\";}}i:678;a:2:{i:0;a:1:{s:70:\".litespeed-column-java .litespeed-btn-danger:hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:20:\"litespeed-btn-danger\";}}}i:1;a:1:{i:0;s:24:\"border:1px solid #ff9797\";}}i:679;a:2:{i:0;a:2:{s:51:\".litespeed-column-java .litepseed-dash-icon-success\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:27:\"litepseed-dash-icon-success\";}}s:28:\".litepseed-dash-icon-success\";a:1:{i:1;a:1:{i:0;s:27:\"litepseed-dash-icon-success\";}}}i:1;a:3:{i:0;s:13:\"color:#5cdede\";i:1;s:13:\"font-size:2em\";i:2;s:17:\"margin-top:-.25em\";}}i:680;a:2:{i:0;a:2:{s:57:\".litespeed-column-java .litepseed-dash-icon-success:hover\";a:1:{i:1;a:2:{i:0;s:21:\"litespeed-column-java\";i:1;s:27:\"litepseed-dash-icon-success\";}}s:34:\".litepseed-dash-icon-success:hover\";a:1:{i:1;a:1:{i:0;s:27:\"litepseed-dash-icon-success\";}}}i:1;a:1:{i:0;s:13:\"color:#7de5e5\";}}i:681;a:2:{i:0;a:1:{s:26:\".litespeed-dashicons-large\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-dashicons-large\";}}}i:1;a:1:{i:0;s:13:\"font-size:2em\";}}i:682;a:2:{i:0;a:1:{s:24:\".litespeed-column-java p\";a:2:{i:1;a:1:{i:0;s:21:\"litespeed-column-java\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:683;a:2:{i:0;a:1:{s:54:\".litespeed-body tbody > tr > th.litespeed-padding-left\";a:2:{i:1;a:2:{i:0;s:14:\"litespeed-body\";i:1;s:22:\"litespeed-padding-left\";}i:0;a:3:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";i:2;s:2:\"th\";}}}i:1;a:1:{i:0;s:16:\"padding-left:3em\";}}i:684;s:37:\"@media screen and (max-width: 680px){\";i:685;a:2:{i:0;a:1:{s:54:\".litespeed-body tbody > tr > th.litespeed-padding-left\";a:2:{i:1;a:2:{i:0;s:14:\"litespeed-body\";i:1;s:22:\"litespeed-padding-left\";}i:0;a:3:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";i:2;s:2:\"th\";}}}i:1;a:1:{i:0;s:17:\"padding-left:10px\";}}i:686;a:2:{i:0;a:1:{s:61:\".litespeed-body tbody > tr > th.litespeed-padding-left:before\";a:2:{i:1;a:2:{i:0;s:14:\"litespeed-body\";i:1;s:22:\"litespeed-padding-left\";}i:0;a:3:{i:0;s:5:\"tbody\";i:1;s:2:\"tr\";i:2;s:2:\"th\";}}}i:1;a:3:{i:0;s:16:\"content:\"——\"\";i:1;s:10:\"color:#ccc\";i:2;s:16:\"margin-right:5px\";}}i:687;s:1:\"}\";i:688;a:2:{i:0;a:1:{s:20:\".litespeed-txt-small\";a:1:{i:1;a:1:{i:0;s:19:\"litespeed-txt-small\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:689;a:2:{i:0;a:1:{s:47:\".litespeed-txt-disabled .litespeed-text-dimgray\";a:1:{i:1;a:2:{i:0;s:22:\"litespeed-txt-disabled\";i:1;s:22:\"litespeed-text-dimgray\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:690;a:2:{i:0;a:1:{s:27:\".litespeed-txt-disabled svg\";a:2:{i:1;a:1:{i:0;s:22:\"litespeed-txt-disabled\";}i:0;a:1:{i:0;s:3:\"svg\";}}}i:1;a:1:{i:0;s:9:\"fill:#aaa\";}}i:691;a:2:{i:0;a:1:{s:51:\".litespeed-txt-disabled circle.litespeed-pie_circle\";a:2:{i:1;a:2:{i:0;s:22:\"litespeed-txt-disabled\";i:1;s:20:\"litespeed-pie_circle\";}i:0;a:1:{i:0;s:6:\"circle\";}}}i:1;a:1:{i:0;s:11:\"stroke:#ccc\";}}i:692;a:2:{i:0;a:1:{s:49:\".litespeed-txt-disabled g.litespeed-pie_info text\";a:2:{i:1;a:2:{i:0;s:22:\"litespeed-txt-disabled\";i:1;s:18:\"litespeed-pie_info\";}i:0;a:2:{i:0;s:1:\"g\";i:1;s:4:\"text\";}}}i:1;a:1:{i:0;s:10:\"color:#ccc\";}}i:693;a:2:{i:0;a:1:{s:32:\"a.litespeed-media-href svg:hover\";a:2:{i:1;a:1:{i:0;s:20:\"litespeed-media-href\";}i:0;a:2:{i:0;s:1:\"a\";i:1;s:3:\"svg\";}}}i:1;a:6:{i:0;s:17:\"border-radius:50%\";i:1;s:18:\"background:#f1fcff\";i:2;s:12:\"fill:#5ccad7\";i:3;s:30:\"box-shadow:0 0 5px 1px #7dd5df\";i:4;s:27:\"transition:all .2s ease-out\";i:5;s:21:\"transform:scale(1.05)\";}}i:694;a:2:{i:0;a:1:{s:37:\".litespeed-media-p a .dashicons-trash\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-media-p\";i:1;s:15:\"dashicons-trash\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:5:{i:0;s:16:\"font-size:2.25em\";i:1;s:21:\"vertical-align:middle\";i:2;s:14:\"display:inline\";i:3;s:17:\"border-radius:50%\";i:4;s:17:\"line-height:1.5em\";}}i:695;a:2:{i:0;a:1:{s:43:\".litespeed-media-p a .dashicons-trash:hover\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-media-p\";i:1;s:15:\"dashicons-trash\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:3:{i:0;s:27:\"transition:all .2s ease-out\";i:1;s:18:\"background:#fff5e6\";i:2;s:31:\"box-shadow:0 0 10px 1px #ff8c00\";}}i:696;a:2:{i:0;a:1:{s:65:\".litespeed-media-p a .dashicons-trash:hover:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-media-p\";i:1;s:15:\"dashicons-trash\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#ffa500\";}}i:697;a:2:{i:0;a:1:{s:52:\".litespeed-media-p div > svg circle.litespeed-pie_bg\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-media-p\";i:1;s:16:\"litespeed-pie_bg\";}i:0;a:3:{i:0;s:3:\"div\";i:1;s:3:\"svg\";i:2;s:6:\"circle\";}}}i:1;a:1:{i:0;s:14:\"stroke:#ecf2f9\";}}i:698;a:2:{i:0;a:1:{s:56:\".litespeed-media-p div > svg circle.litespeed-pie_circle\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-media-p\";i:1;s:20:\"litespeed-pie_circle\";}i:0;a:3:{i:0;s:3:\"div\";i:1;s:3:\"svg\";i:2;s:6:\"circle\";}}}i:1;a:1:{i:0;s:14:\"stroke:#9fbfdf\";}}i:699;a:2:{i:0;a:1:{s:28:\".litespeed-media-p div > svg\";a:2:{i:1;a:1:{i:0;s:17:\"litespeed-media-p\";}i:0;a:2:{i:0;s:3:\"div\";i:1;s:3:\"svg\";}}}i:1;a:3:{i:0;s:12:\"fill:#538cc6\";i:1;s:31:\"background:rgba(236,242,249,.1)\";i:2;s:17:\"border-radius:50%\";}}i:700;a:2:{i:0;a:1:{s:46:\".litespeed-banner-description-padding-right-15\";a:1:{i:1;a:1:{i:0;s:45:\"litespeed-banner-description-padding-right-15\";}}}i:1;a:1:{i:0;s:18:\"padding-right:15px\";}}i:701;a:2:{i:0;a:1:{s:29:\".litespeed-banner-description\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-banner-description\";}}}i:1;a:2:{i:0;s:19:\"display:inline-flex\";i:1;s:14:\"flex-wrap:wrap\";}}i:702;a:2:{i:0;a:1:{s:37:\".litespeed-banner-description-content\";a:1:{i:1;a:1:{i:0;s:36:\"litespeed-banner-description-content\";}}}i:1;a:2:{i:0;s:10:\"margin:0px\";i:1;s:18:\"line-height:1.25em\";}}i:703;a:2:{i:0;a:1:{s:29:\".litespeed-banner-button-link\";a:1:{i:1;a:1:{i:0;s:28:\"litespeed-banner-button-link\";}}}i:1;a:4:{i:0;s:18:\"white-space:nowrap\";i:1;s:10:\"margin:0px\";i:2;s:17:\"line-height:1.5em\";i:3;s:18:\"padding-bottom:5px\";}}i:704;a:2:{i:0;a:1:{s:25:\".litespeed-notice-dismiss\";a:1:{i:1;a:1:{i:0;s:24:\"litespeed-notice-dismiss\";}}}i:1;a:15:{i:0;s:17:\"position:absolute\";i:1;s:10:\"right:25px\";i:2;s:11:\"border:none\";i:3;s:8:\"margin:0\";i:4;s:12:\"padding:10px\";i:5;s:15:\"background:none\";i:6;s:14:\"cursor:pointer\";i:7;s:10:\"color:#888\";i:8;s:13:\"display:block\";i:9;s:11:\"height:20px\";i:10;s:17:\"text-align:center\";i:11;s:34:\"-webkit-font-smoothing:antialiased\";i:12;s:33:\"-moz-osx-font-smoothing:grayscale\";i:13;s:15:\"font-weight:600\";i:14;s:20:\"text-decoration:none\";}}i:705;a:2:{i:0;a:3:{s:31:\".litespeed-notice-dismiss:hover\";a:1:{i:1;a:1:{i:0;s:24:\"litespeed-notice-dismiss\";}}s:32:\".litespeed-notice-dismiss:active\";a:1:{i:1;a:1:{i:0;s:24:\"litespeed-notice-dismiss\";}}s:31:\".litespeed-notice-dismiss:focus\";a:1:{i:1;a:1:{i:0;s:24:\"litespeed-notice-dismiss\";}}}i:1;a:1:{i:0;s:13:\"color:#cc2929\";}}i:706;a:2:{i:0;a:1:{s:14:\".litespeed-dot\";a:1:{i:1;a:1:{i:0;s:13:\"litespeed-dot\";}}}i:1;a:6:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"border-radius:50%\";i:2;s:10:\"width:20px\";i:3;s:11:\"height:20px\";i:4;s:11:\"color:white\";i:5;s:17:\"text-align:center\";}}i:707;a:2:{i:0;a:1:{s:16:\".litespeed-badge\";a:1:{i:1;a:1:{i:0;s:15:\"litespeed-badge\";}}}i:1;a:6:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"border-radius:20%\";i:2;s:14:\"min-width:50px\";i:3;s:11:\"height:20px\";i:4;s:11:\"color:white\";i:5;s:17:\"text-align:center\";}}i:708;a:2:{i:0;a:1:{s:26:\".litespeed-comparison-card\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-comparison-card\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:709;a:2:{i:0;a:1:{s:80:\".litespeed-comparison-card-rec .litespeed-card-content > div.litespeed-card-body\";a:2:{i:1;a:3:{i:0;s:29:\"litespeed-comparison-card-rec\";i:1;s:22:\"litespeed-card-content\";i:2;s:19:\"litespeed-card-body\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:710;a:2:{i:0;a:1:{s:53:\".litespeed-comparison-card-rec .litespeed-card-action\";a:1:{i:1;a:2:{i:0;s:29:\"litespeed-comparison-card-rec\";i:1;s:21:\"litespeed-card-action\";}}}i:1;a:1:{i:0;s:20:\"margin-bottom:.25rem\";}}i:711;a:2:{i:0;a:1:{s:33:\".litespeed-comparison-card-rec h3\";a:2:{i:1;a:1:{i:0;s:29:\"litespeed-comparison-card-rec\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:20px\";}}i:712;a:2:{i:0;a:2:{s:29:\".litespeed-card-content > div\";a:2:{i:1;a:1:{i:0;s:22:\"litespeed-card-content\";}i:0;a:1:{i:0;s:3:\"div\";}}s:22:\".litespeed-card-action\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-card-action\";}}}i:1;a:1:{i:0;s:22:\"padding:.85rem 1.25rem\";}}i:713;a:2:{i:0;a:1:{s:22:\".litespeed-card-header\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-card-header\";}}}i:1;a:2:{i:0;s:28:\"border-bottom:1px solid #eee\";i:1;s:18:\"background:#f9fafc\";}}i:714;a:2:{i:0;a:1:{s:49:\".litespeed-card-content > div.litespeed-card-body\";a:2:{i:1;a:2:{i:0;s:22:\"litespeed-card-content\";i:1;s:19:\"litespeed-card-body\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:5:{i:0;s:18:\"align-self:stretch\";i:1;s:24:\"justify-content:flex-end\";i:2;s:14:\"font-size:15px\";i:3;s:20:\"padding-bottom:.5rem\";i:4;s:16:\"padding-top:1rem\";}}i:715;a:2:{i:0;a:1:{s:51:\".litespeed-card-content > div.litespeed-card-footer\";a:2:{i:1;a:2:{i:0;s:22:\"litespeed-card-content\";i:1;s:21:\"litespeed-card-footer\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:4:{i:0;s:18:\"align-self:stretch\";i:1;s:24:\"justify-content:flex-end\";i:2;s:16:\"padding-bottom:0\";i:3;s:18:\"padding-top:.25rem\";}}i:716;a:2:{i:0;a:1:{s:22:\".litespeed-card-action\";a:1:{i:1;a:1:{i:0;s:21:\"litespeed-card-action\";}}}i:1;a:1:{i:0;s:24:\"justify-content:flex-end\";}}i:717;a:2:{i:0;a:1:{s:29:\".litespeed-comparison-card ul\";a:2:{i:1;a:1:{i:0;s:25:\"litespeed-comparison-card\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:17:\"padding-left:20px\";i:1;s:15:\"list-style:none\";i:2;s:27:\"list-style-position:outside\";i:3;s:8:\"margin:0\";}}i:718;a:2:{i:0;a:1:{s:29:\".litespeed-comparison-card li\";a:2:{i:1;a:1:{i:0;s:25:\"litespeed-comparison-card\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"margin-bottom:.5em\";i:1;s:15:\"line-height:1.4\";}}i:719;a:2:{i:0;a:1:{s:40:\".litespeed-comparison-card li:last-child\";a:2:{i:1;a:1:{i:0;s:25:\"litespeed-comparison-card\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:720;a:2:{i:0;a:1:{s:39:\".litespeed-comparison-card ul li:before\";a:2:{i:1;a:1:{i:0;s:25:\"litespeed-comparison-card\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:4:{i:0;s:13:\"content:\"✓\"\";i:1;s:16:\"margin-left:-1em\";i:2;s:18:\"margin-right:.35em\";i:3;s:13:\"color:#329c74\";}}i:721;s:38:\"@media screen and (max-width: 1279px){\";i:722;a:2:{i:0;a:1:{s:26:\".litespeed-comparison-card\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-comparison-card\";}}}i:1;a:1:{i:0;s:17:\"margin:0 0 -1px 0\";}}i:723;s:1:\"}\";i:724;s:61:\"@media screen and (min-width: 640px) and (max-width: 1279px){\";i:725;a:2:{i:0;a:1:{s:27:\".litespeed-comparison-cards\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-comparison-cards\";}}}i:1;a:1:{i:0;s:15:\"max-width:740px\";}}i:726;a:2:{i:0;a:1:{s:23:\".litespeed-card-content\";a:1:{i:1;a:1:{i:0;s:22:\"litespeed-card-content\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:14:\"flex-wrap:wrap\";}}i:727;a:2:{i:0;a:1:{s:46:\".litespeed-card-content .litespeed-card-header\";a:1:{i:1;a:2:{i:0;s:22:\"litespeed-card-content\";i:1;s:21:\"litespeed-card-header\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:728;a:2:{i:0;a:1:{s:49:\".litespeed-card-content > div.litespeed-card-body\";a:2:{i:1;a:2:{i:0;s:22:\"litespeed-card-content\";i:1;s:19:\"litespeed-card-body\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:3:{i:0;s:18:\"align-self:initial\";i:1;s:9:\"width:50%\";i:2;s:21:\"box-sizing:border-box\";}}i:729;a:2:{i:0;a:1:{s:51:\".litespeed-card-content > div.litespeed-card-footer\";a:2:{i:1;a:2:{i:0;s:22:\"litespeed-card-content\";i:1;s:21:\"litespeed-card-footer\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:3:{i:0;s:9:\"width:50%\";i:1;s:18:\"align-self:initial\";i:2;s:21:\"box-sizing:border-box\";}}i:730;a:2:{i:0;a:1:{s:54:\".litespeed-card-content > div.litespeed-card-footer h4\";a:2:{i:1;a:2:{i:0;s:22:\"litespeed-card-content\";i:1;s:21:\"litespeed-card-footer\";}i:0;a:2:{i:0;s:3:\"div\";i:1;s:2:\"h4\";}}}i:1;a:1:{i:0;s:15:\"margin-top:1rem\";}}i:731;s:1:\"}\";i:732;s:38:\"@media screen and (min-width: 1280px){\";i:733;a:2:{i:0;a:1:{s:27:\".litespeed-comparison-cards\";a:1:{i:1;a:1:{i:0;s:26:\"litespeed-comparison-cards\";}}}i:1;a:3:{i:0;s:12:\"display:flex\";i:1;s:20:\"margin:3rem 0 2rem 0\";i:2;s:16:\"max-width:1720px\";}}i:734;a:2:{i:0;a:1:{s:26:\".litespeed-comparison-card\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-comparison-card\";}}}i:1;a:6:{i:0;s:9:\"width:19%\";i:1;s:11:\"min-width:0\";i:2;s:12:\"display:flex\";i:3;s:21:\"flex-direction:column\";i:4;s:17:\"margin-right:-1px\";i:5;s:29:\"justify-content:space-between\";}}i:735;a:2:{i:0;a:1:{s:38:\".litespeed-comparison-card:first-child\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-comparison-card\";}}}i:1;a:3:{i:0;s:26:\"border-top-left-radius:5px\";i:1;s:29:\"border-bottom-left-radius:5px\";i:2;s:15:\"overflow:hidden\";}}i:736;a:2:{i:0;a:1:{s:37:\".litespeed-comparison-card:last-child\";a:1:{i:1;a:1:{i:0;s:25:\"litespeed-comparison-card\";}}}i:1;a:3:{i:0;s:27:\"border-top-right-radius:5px\";i:1;s:30:\"border-bottom-right-radius:5px\";i:2;s:15:\"overflow:hidden\";}}i:737;a:2:{i:0;a:1:{s:30:\".litespeed-comparison-card-rec\";a:1:{i:1;a:1:{i:0;s:29:\"litespeed-comparison-card-rec\";}}}i:1;a:7:{i:0;s:9:\"width:23%\";i:1;s:16:\"padding-top:1rem\";i:2;s:21:\"padding-bottom:.75rem\";i:3;s:16:\"margin-top:-1rem\";i:4;s:20:\"margin-bottom:.25rem\";i:5;s:17:\"border-radius:5px\";i:6;s:15:\"overflow:hidden\";}}i:738;a:2:{i:0;a:1:{s:53:\".litespeed-comparison-card-rec .litespeed-card-header\";a:1:{i:1;a:2:{i:0;s:29:\"litespeed-comparison-card-rec\";i:1;s:21:\"litespeed-card-header\";}}}i:1;a:3:{i:0;s:16:\"margin-top:-1rem\";i:1;s:19:\"padding-top:1.75rem\";i:2;s:21:\"padding-bottom:.95rem\";}}i:739;s:1:\"}\";i:740;a:2:{i:0;a:1:{s:15:\".litespeed-wrap\";a:1:{i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:3:{i:0;s:34:\"--balloon-color:rgba(16,16,16,.95)\";i:1;s:24:\"--balloon-font-size:12px\";i:2;s:18:\"--balloon-move:4px\";}}i:741;a:2:{i:0;a:1:{s:52:\".litespeed-wrap button[aria-label][data-balloon-pos]\";a:3:{i:3;a:2:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:16:\"overflow:visible\";}}i:742;a:2:{i:0;a:1:{s:46:\".litespeed-wrap [aria-label][data-balloon-pos]\";a:2:{i:3;a:2:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:2:{i:0;s:17:\"position:relative\";i:1;s:14:\"cursor:pointer\";}}i:743;a:2:{i:0;a:1:{s:52:\".litespeed-wrap [aria-label][data-balloon-pos]:after\";a:2:{i:3;a:2:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:18:{i:0;s:9:\"opacity:0\";i:1;s:19:\"pointer-events:none\";i:2;s:28:\"transition:all .2s ease .05s\";i:3;s:13:\"text-indent:0\";i:4;s:126:\"font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen,Ubuntu,Cantarell,\"Open Sans\",\"Helvetica Neue\",sans-serif\";i:5;s:18:\"font-weight:normal\";i:6;s:17:\"font-style:normal\";i:7;s:16:\"text-shadow:none\";i:8;s:34:\"font-size:var(--balloon-font-size)\";i:9;s:31:\"background:var(--balloon-color)\";i:10;s:17:\"border-radius:2px\";i:11;s:10:\"color:#fff\";i:12;s:24:\"content:attr(aria-label)\";i:13;s:16:\"padding:.5em 1em\";i:14;s:17:\"position:absolute\";i:15;s:18:\"white-space:nowrap\";i:16;s:10:\"z-index:10\";i:17;s:15:\"line-height:1.4\";}}i:744;a:2:{i:0;a:1:{s:53:\".litespeed-wrap [aria-label][data-balloon-pos]:before\";a:2:{i:3;a:2:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:10:{i:0;s:7:\"width:0\";i:1;s:8:\"height:0\";i:2;s:28:\"border:5px solid transparent\";i:3;s:37:\"border-top-color:var(--balloon-color)\";i:4;s:9:\"opacity:0\";i:5;s:19:\"pointer-events:none\";i:6;s:28:\"transition:all .2s ease .05s\";i:7;s:10:\"content:\"\"\";i:8;s:17:\"position:absolute\";i:9;s:10:\"z-index:10\";}}i:745;a:2:{i:0;a:6:{s:59:\".litespeed-wrap [aria-label][data-balloon-pos]:hover:before\";a:2:{i:3;a:2:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:58:\".litespeed-wrap [aria-label][data-balloon-pos]:hover:after\";a:2:{i:3;a:2:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:75:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-visible]:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:74:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-visible]:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:87:\".litespeed-wrap [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before\";a:2:{i:3;a:2:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:86:\".litespeed-wrap [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after\";a:2:{i:3;a:2:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:2:{i:0;s:9:\"opacity:1\";i:1;s:19:\"pointer-events:none\";}}i:746;a:2:{i:0;a:1:{s:65:\".litespeed-wrap [aria-label][data-balloon-pos].font-awesome:after\";a:2:{i:3;a:2:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";}i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:12:\"font-awesome\";}}}i:1;a:1:{i:0;s:138:\"font-family:FontAwesome,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen,Ubuntu,Cantarell,\"Open Sans\",\"Helvetica Neue\",sans-serif\";}}i:747;a:2:{i:0;a:1:{s:72:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-break]:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:18:\"data-balloon-break\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:15:\"white-space:pre\";}}i:748;a:2:{i:0;a:1:{s:93:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:18:\"data-balloon-break\";i:3;s:19:\"data-balloon-length\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:2:{i:0;s:20:\"white-space:pre-line\";i:1;s:21:\"word-break:break-word\";}}i:749;a:2:{i:0;a:2:{s:73:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-blunt]:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:18:\"data-balloon-blunt\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:72:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-blunt]:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:18:\"data-balloon-blunt\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:15:\"transition:none\";}}i:750;a:2:{i:0;a:1:{s:75:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:5:{i:0;s:11:\"bottom:100%\";i:1;s:8:\"left:50%\";i:2;s:18:\"margin-bottom:10px\";i:3;s:45:\"transform:translate(-50%,var(--balloon-move))\";i:4;s:20:\"transform-origin:top\";}}i:751;a:2:{i:0;a:1:{s:76:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up\']:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:4:{i:0;s:11:\"bottom:100%\";i:1;s:8:\"left:50%\";i:2;s:45:\"transform:translate(-50%,var(--balloon-move))\";i:3;s:20:\"transform-origin:top\";}}i:752;a:2:{i:0;a:2:{s:81:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up\']:hover:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:97:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up\'][data-balloon-visible]:after\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:27:\"transform:translate(-50%,0)\";}}i:753;a:2:{i:0;a:2:{s:82:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up\']:hover:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:98:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up\'][data-balloon-visible]:before\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:27:\"transform:translate(-50%,0)\";}}i:754;a:2:{i:0;a:1:{s:80:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up-left\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:5:{i:0;s:11:\"bottom:100%\";i:1;s:6:\"left:0\";i:2;s:18:\"margin-bottom:10px\";i:3;s:42:\"transform:translate(0,var(--balloon-move))\";i:4;s:20:\"transform-origin:top\";}}i:755;a:2:{i:0;a:1:{s:81:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up-left\']:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:4:{i:0;s:11:\"bottom:100%\";i:1;s:8:\"left:5px\";i:2;s:42:\"transform:translate(0,var(--balloon-move))\";i:3;s:20:\"transform-origin:top\";}}i:756;a:2:{i:0;a:2:{s:86:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up-left\']:hover:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:102:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up-left\'][data-balloon-visible]:after\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:24:\"transform:translate(0,0)\";}}i:757;a:2:{i:0;a:2:{s:87:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up-left\']:hover:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:103:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up-left\'][data-balloon-visible]:before\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:24:\"transform:translate(0,0)\";}}i:758;a:2:{i:0;a:1:{s:81:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up-right\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:5:{i:0;s:11:\"bottom:100%\";i:1;s:7:\"right:0\";i:2;s:18:\"margin-bottom:10px\";i:3;s:42:\"transform:translate(0,var(--balloon-move))\";i:4;s:20:\"transform-origin:top\";}}i:759;a:2:{i:0;a:1:{s:82:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up-right\']:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:4:{i:0;s:11:\"bottom:100%\";i:1;s:9:\"right:5px\";i:2;s:42:\"transform:translate(0,var(--balloon-move))\";i:3;s:20:\"transform-origin:top\";}}i:760;a:2:{i:0;a:2:{s:87:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up-right\']:hover:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:103:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up-right\'][data-balloon-visible]:after\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:24:\"transform:translate(0,0)\";}}i:761;a:2:{i:0;a:2:{s:88:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up-right\']:hover:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:104:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'up-right\'][data-balloon-visible]:before\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:24:\"transform:translate(0,0)\";}}i:762;a:2:{i:0;a:1:{s:77:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:4:{i:0;s:8:\"left:50%\";i:1;s:15:\"margin-top:10px\";i:2;s:8:\"top:100%\";i:3;s:56:\"transform:translate(-50%,calc(var(--balloon-move) * -1))\";}}i:763;a:2:{i:0;a:1:{s:78:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down\']:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:7:{i:0;s:7:\"width:0\";i:1;s:8:\"height:0\";i:2;s:28:\"border:5px solid transparent\";i:3;s:40:\"border-bottom-color:var(--balloon-color)\";i:4;s:8:\"left:50%\";i:5;s:8:\"top:100%\";i:6;s:56:\"transform:translate(-50%,calc(var(--balloon-move) * -1))\";}}i:764;a:2:{i:0;a:2:{s:83:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down\']:hover:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:99:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down\'][data-balloon-visible]:after\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:27:\"transform:translate(-50%,0)\";}}i:765;a:2:{i:0;a:2:{s:84:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down\']:hover:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:100:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down\'][data-balloon-visible]:before\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:27:\"transform:translate(-50%,0)\";}}i:766;a:2:{i:0;a:1:{s:82:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down-left\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:4:{i:0;s:6:\"left:0\";i:1;s:15:\"margin-top:10px\";i:2;s:8:\"top:100%\";i:3;s:53:\"transform:translate(0,calc(var(--balloon-move) * -1))\";}}i:767;a:2:{i:0;a:1:{s:83:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down-left\']:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:7:{i:0;s:7:\"width:0\";i:1;s:8:\"height:0\";i:2;s:28:\"border:5px solid transparent\";i:3;s:40:\"border-bottom-color:var(--balloon-color)\";i:4;s:8:\"left:5px\";i:5;s:8:\"top:100%\";i:6;s:53:\"transform:translate(0,calc(var(--balloon-move) * -1))\";}}i:768;a:2:{i:0;a:2:{s:88:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down-left\']:hover:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:104:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down-left\'][data-balloon-visible]:after\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:24:\"transform:translate(0,0)\";}}i:769;a:2:{i:0;a:2:{s:89:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down-left\']:hover:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:105:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down-left\'][data-balloon-visible]:before\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:24:\"transform:translate(0,0)\";}}i:770;a:2:{i:0;a:1:{s:83:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down-right\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:4:{i:0;s:7:\"right:0\";i:1;s:15:\"margin-top:10px\";i:2;s:8:\"top:100%\";i:3;s:53:\"transform:translate(0,calc(var(--balloon-move) * -1))\";}}i:771;a:2:{i:0;a:1:{s:84:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down-right\']:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:7:{i:0;s:7:\"width:0\";i:1;s:8:\"height:0\";i:2;s:28:\"border:5px solid transparent\";i:3;s:40:\"border-bottom-color:var(--balloon-color)\";i:4;s:9:\"right:5px\";i:5;s:8:\"top:100%\";i:6;s:53:\"transform:translate(0,calc(var(--balloon-move) * -1))\";}}i:772;a:2:{i:0;a:2:{s:89:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down-right\']:hover:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:105:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down-right\'][data-balloon-visible]:after\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:24:\"transform:translate(0,0)\";}}i:773;a:2:{i:0;a:2:{s:90:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down-right\']:hover:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:106:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'down-right\'][data-balloon-visible]:before\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:24:\"transform:translate(0,0)\";}}i:774;a:2:{i:0;a:1:{s:77:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'left\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:4:{i:0;s:17:\"margin-right:10px\";i:1;s:10:\"right:100%\";i:2;s:7:\"top:50%\";i:3;s:45:\"transform:translate(var(--balloon-move),-50%)\";}}i:775;a:2:{i:0;a:1:{s:78:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'left\']:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:7:{i:0;s:7:\"width:0\";i:1;s:8:\"height:0\";i:2;s:28:\"border:5px solid transparent\";i:3;s:38:\"border-left-color:var(--balloon-color)\";i:4;s:10:\"right:100%\";i:5;s:7:\"top:50%\";i:6;s:45:\"transform:translate(var(--balloon-move),-50%)\";}}i:776;a:2:{i:0;a:2:{s:83:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'left\']:hover:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:99:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'left\'][data-balloon-visible]:after\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:27:\"transform:translate(0,-50%)\";}}i:777;a:2:{i:0;a:2:{s:84:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'left\']:hover:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:100:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'left\'][data-balloon-visible]:before\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:27:\"transform:translate(0,-50%)\";}}i:778;a:2:{i:0;a:1:{s:78:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'right\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:4:{i:0;s:9:\"left:100%\";i:1;s:16:\"margin-left:10px\";i:2;s:7:\"top:50%\";i:3;s:56:\"transform:translate(calc(var(--balloon-move) * -1),-50%)\";}}i:779;a:2:{i:0;a:1:{s:79:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'right\']:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:7:{i:0;s:7:\"width:0\";i:1;s:8:\"height:0\";i:2;s:28:\"border:5px solid transparent\";i:3;s:39:\"border-right-color:var(--balloon-color)\";i:4;s:9:\"left:100%\";i:5;s:7:\"top:50%\";i:6;s:56:\"transform:translate(calc(var(--balloon-move) * -1),-50%)\";}}i:780;a:2:{i:0;a:2:{s:84:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'right\']:hover:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:100:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'right\'][data-balloon-visible]:after\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:27:\"transform:translate(0,-50%)\";}}i:781;a:2:{i:0;a:2:{s:85:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'right\']:hover:before\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}s:101:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-pos=\'right\'][data-balloon-visible]:before\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:1:{i:0;s:27:\"transform:translate(0,-50%)\";}}i:782;a:2:{i:0;a:1:{s:81:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-length=\'small\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:19:\"data-balloon-length\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:2:{i:0;s:18:\"white-space:normal\";i:1;s:10:\"width:80px\";}}i:783;a:2:{i:0;a:1:{s:82:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-length=\'medium\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:19:\"data-balloon-length\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:2:{i:0;s:18:\"white-space:normal\";i:1;s:11:\"width:150px\";}}i:784;a:2:{i:0;a:1:{s:81:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-length=\'large\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:19:\"data-balloon-length\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:2:{i:0;s:18:\"white-space:normal\";i:1;s:11:\"width:260px\";}}i:785;a:2:{i:0;a:1:{s:82:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-length=\'xlarge\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:19:\"data-balloon-length\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:2:{i:0;s:18:\"white-space:normal\";i:1;s:11:\"width:380px\";}}i:786;s:37:\"@media screen and (max-width: 768px){\";i:787;a:2:{i:0;a:1:{s:82:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-length=\'xlarge\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:19:\"data-balloon-length\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:2:{i:0;s:18:\"white-space:normal\";i:1;s:10:\"width:90vw\";}}i:788;s:1:\"}\";i:789;a:2:{i:0;a:1:{s:79:\".litespeed-wrap [aria-label][data-balloon-pos][data-balloon-length=\'fit\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:19:\"data-balloon-length\";}i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}}}i:1;a:2:{i:0;s:18:\"white-space:normal\";i:1;s:10:\"width:100%\";}}i:790;s:37:\"@media screen and (max-width: 680px){\";i:791;a:2:{i:0;a:1:{s:42:\".litespeed-wrap .litespeed-body .field-col\";a:1:{i:1;a:3:{i:0;s:14:\"litespeed-wrap\";i:1;s:14:\"litespeed-body\";i:2;s:9:\"field-col\";}}}i:1;a:1:{i:0;s:13:\"margin-left:0\";}}i:792;a:2:{i:0;a:1:{s:48:\".litespeed-width-auto.litespeed-table-compact td\";a:2:{i:1;a:2:{i:0;s:20:\"litespeed-width-auto\";i:1;s:23:\"litespeed-table-compact\";}i:0;a:1:{i:0;s:2:\"td\";}}}i:1;a:2:{i:0;s:14:\"font-size:12px\";i:1;s:21:\"word-break:break-word\";}}i:793;a:2:{i:0;a:1:{s:74:\".litespeed-body .litespeed-table td .litespeed-right:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:3:{i:0;s:14:\"litespeed-body\";i:1;s:15:\"litespeed-table\";i:2;s:15:\"litespeed-right\";}i:0;a:1:{i:0;s:2:\"td\";}}}i:1;a:1:{i:0;s:10:\"float:none\";}}i:794;a:2:{i:0;a:2:{s:39:\".litespeed-title a.litespeed-learn-more\";a:2:{i:1;a:2:{i:0;s:15:\"litespeed-title\";i:1;s:20:\"litespeed-learn-more\";}i:0;a:1:{i:0;s:1:\"a\";}}s:45:\".litespeed-title-short a.litespeed-learn-more\";a:2:{i:1;a:2:{i:0;s:21:\"litespeed-title-short\";i:1;s:20:\"litespeed-learn-more\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:13:\"margin-left:0\";i:2;s:14:\"margin-top:5px\";}}i:795;s:1:\"}\";i:796;a:2:{i:0;a:1:{s:94:\".litespeed-wrap .litespeed-redetect[aria-label][data-balloon-pos][data-balloon-pos=\'up\']:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:18:\"litespeed-redetect\";}}}i:1;a:3:{i:0;s:9:\"left:auto\";i:1;s:7:\"right:0\";i:2;s:43:\"transform:translate(0%,var(--balloon-move))\";}}i:797;a:2:{i:0;a:2:{s:100:\".litespeed-wrap .litespeed-redetect[aria-label][data-balloon-pos][data-balloon-pos=\'up\']:hover:after\";a:2:{i:3;a:3:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";}i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:18:\"litespeed-redetect\";}}s:116:\".litespeed-wrap .litespeed-redetect[aria-label][data-balloon-pos][data-balloon-pos=\'up\'][data-balloon-visible]:after\";a:2:{i:3;a:4:{i:0;s:10:\"aria-label\";i:1;s:16:\"data-balloon-pos\";i:2;s:16:\"data-balloon-pos\";i:3;s:20:\"data-balloon-visible\";}i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:18:\"litespeed-redetect\";}}}i:1;a:1:{i:0;s:24:\"transform:translate(0,0)\";}}i:798;a:2:{i:0;a:2:{s:29:\".litespeed-col-status-data h3\";a:2:{i:1;a:1:{i:0;s:25:\"litespeed-col-status-data\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:29:\".litespeed-col-status-data h4\";a:2:{i:1;a:1:{i:0;s:25:\"litespeed-col-status-data\";}i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:2:{i:0;s:15:\"margin-bottom:0\";i:1;s:15:\"margin-top:20px\";}}i:799;a:2:{i:0;a:1:{s:40:\".litespeed-col-status-data h3 .dashicons\";a:2:{i:1;a:2:{i:0;s:25:\"litespeed-col-status-data\";i:1;s:9:\"dashicons\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:21:\"vertical-align:bottom\";}}i:800;a:2:{i:0;a:1:{s:40:\".litespeed-col-status-data h4 .dashicons\";a:2:{i:1;a:2:{i:0;s:25:\"litespeed-col-status-data\";i:1;s:9:\"dashicons\";}i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:18:\"vertical-align:sub\";}}i:801;a:2:{i:0;a:1:{s:36:\".litespeed-wrap .litespeed-qc-button\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:19:\"litespeed-qc-button\";}}}i:1;a:12:{i:0;s:24:\"background-color:#5efffc\";i:1;s:24:\"border:1px solid #00d0cb\";i:2;s:34:\"box-shadow:0px 2px 0px 0px #00d0cb\";i:3;s:13:\"color:#161f29\";i:4;s:15:\"font-weight:600\";i:5;s:14:\"font-size:15px\";i:6;s:17:\"padding:12px 24px\";i:7;s:17:\"border-radius:3px\";i:8;s:13:\"line-height:1\";i:9;s:19:\"display:inline-flex\";i:10;s:18:\"align-items:center\";i:11;s:15:\"transition:.25s\";}}i:802;a:2:{i:0;a:1:{s:42:\".litespeed-wrap .litespeed-qc-button:hover\";a:1:{i:1;a:2:{i:0;s:14:\"litespeed-wrap\";i:1;s:19:\"litespeed-qc-button\";}}}i:1;a:3:{i:0;s:31:\"background:rgba(33,162,159,.13)\";i:1;s:13:\"color:#5efffc\";i:2;s:20:\"border-color:#00d0cb\";}}i:803;a:2:{i:0;a:1:{s:47:\".litespeed-wrap .litespeed-qc-button .dashicons\";a:1:{i:1;a:3:{i:0;s:14:\"litespeed-wrap\";i:1;s:19:\"litespeed-qc-button\";i:2;s:9:\"dashicons\";}}}i:1;a:1:{i:0;s:8:\"top:auto\";}}i:804;a:2:{i:0;a:1:{s:41:\".litespeed-postbox.litespeed-qc-promo-box\";a:1:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:22:\"litespeed-qc-promo-box\";}}}i:1;a:4:{i:0;s:81:\"background:#161e29 linear-gradient(110deg,rgba(23,28,47,.74),rgba(37,39,102,.67))\";i:1;s:17:\"border-radius:5px\";i:2;s:34:\"box-shadow:0px 4px 0px 0px #161d2e\";i:3;s:11:\"border:none\";}}i:805;a:2:{i:0;a:1:{s:49:\".litespeed-postbox.litespeed-qc-promo-box .inside\";a:1:{i:1;a:3:{i:0;s:17:\"litespeed-postbox\";i:1;s:22:\"litespeed-qc-promo-box\";i:2;s:6:\"inside\";}}}i:1;a:2:{i:0;s:12:\"padding:25px\";i:1;s:8:\"margin:0\";}}i:806;a:2:{i:0;a:1:{s:68:\".litespeed-dashboard-group .litespeed-postbox.litespeed-qc-promo-box\";a:1:{i:1;a:3:{i:0;s:25:\"litespeed-dashboard-group\";i:1;s:17:\"litespeed-postbox\";i:2;s:22:\"litespeed-qc-promo-box\";}}}i:1;a:1:{i:0;s:15:\"box-shadow:none\";}}i:807;a:2:{i:0;a:1:{s:76:\".litespeed-dashboard-group .litespeed-postbox.litespeed-qc-promo-box .inside\";a:1:{i:1;a:4:{i:0;s:25:\"litespeed-dashboard-group\";i:1;s:17:\"litespeed-postbox\";i:2;s:22:\"litespeed-qc-promo-box\";i:3;s:6:\"inside\";}}}i:1;a:1:{i:0;s:17:\"padding:20px 25px\";}}i:808;a:2:{i:0;a:1:{s:44:\".litespeed-postbox.litespeed-qc-promo-box h3\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:22:\"litespeed-qc-promo-box\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:5:{i:0;s:12:\"margin-top:0\";i:1;s:10:\"color:#fff\";i:2;s:14:\"font-size:24px\";i:3;s:15:\"font-weight:800\";i:4;s:17:\"line-height:1.4em\";}}i:809;a:2:{i:0;a:1:{s:65:\".litespeed-postbox.litespeed-qc-promo-box h3 .litespeed-quic-icon\";a:2:{i:1;a:3:{i:0;s:17:\"litespeed-postbox\";i:1;s:22:\"litespeed-qc-promo-box\";i:2;s:19:\"litespeed-quic-icon\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:4:{i:0;s:10:\"width:24px\";i:1;s:11:\"height:28px\";i:2;s:23:\"background-size:contain\";i:3;s:17:\"margin-right:10px\";}}i:810;a:2:{i:0;a:1:{s:43:\".litespeed-postbox.litespeed-qc-promo-box p\";a:2:{i:1;a:2:{i:0;s:17:\"litespeed-postbox\";i:1;s:22:\"litespeed-qc-promo-box\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:13:\"color:#dbdbdb\";i:1;s:14:\"font-size:1rem\";}}i:811;a:2:{i:0;a:1:{s:27:\"#litespeed-modal-deactivate\";a:1:{i:2;a:1:{i:0;s:26:\"litespeed-modal-deactivate\";}}}i:1;a:1:{i:0;s:12:\"padding:20px\";}}i:812;a:2:{i:0;a:1:{s:30:\"#litespeed-modal-deactivate h2\";a:2:{i:2;a:1:{i:0;s:26:\"litespeed-modal-deactivate\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:10:\"margin:0px\";}}i:813;a:2:{i:0;a:1:{s:43:\"#litespeed-modal-deactivate .litespeed-wrap\";a:2:{i:1;a:1:{i:0;s:14:\"litespeed-wrap\";}i:2;a:1:{i:0;s:26:\"litespeed-modal-deactivate\";}}}i:1;a:1:{i:0;s:15:\"margin:10px 0px\";}}i:814;a:2:{i:0;a:2:{s:62:\"#litespeed-modal-deactivate .deactivate-clear-settings-wrapper\";a:2:{i:1;a:1:{i:0;s:33:\"deactivate-clear-settings-wrapper\";}i:2;a:1:{i:0;s:26:\"litespeed-modal-deactivate\";}}s:47:\"#litespeed-modal-deactivate .deactivate-actions\";a:2:{i:1;a:1:{i:0;s:18:\"deactivate-actions\";}i:2;a:1:{i:0;s:26:\"litespeed-modal-deactivate\";}}}i:1;a:1:{i:0;s:15:\"margin-top:30px\";}}i:815;a:2:{i:0;a:2:{s:60:\"#litespeed-modal-deactivate .deactivate-reason-wrapper label\";a:3:{i:1;a:1:{i:0;s:25:\"deactivate-reason-wrapper\";}i:2;a:1:{i:0;s:26:\"litespeed-modal-deactivate\";}i:0;a:1:{i:0;s:5:\"label\";}}s:68:\"#litespeed-modal-deactivate .deactivate-clear-settings-wrapper label\";a:3:{i:1;a:1:{i:0;s:33:\"deactivate-clear-settings-wrapper\";}i:2;a:1:{i:0;s:26:\"litespeed-modal-deactivate\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:13:\"display:block\";i:2;s:17:\"margin-bottom:5px\";}}i:816;a:2:{i:0;a:1:{s:47:\"#litespeed-modal-deactivate .deactivate-actions\";a:2:{i:1;a:1:{i:0;s:18:\"deactivate-actions\";}i:2;a:1:{i:0;s:26:\"litespeed-modal-deactivate\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:29:\"justify-content:space-between\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"6fd6f3d5bc63bd67826f2e44629933a0\";s:10:\"parse_time\";d:0.1448500156402588;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(160056,'_transient_timeout_amp-parsed-stylesheet-v40-5df01c5a5e9b37b465e14f03387f199e','1762058756','off'),
(160057,'_transient_amp-parsed-stylesheet-v40-5df01c5a5e9b37b465e14f03387f199e','a:8:{s:6:\"tokens\";a:1:{i:0;a:2:{i:0;a:1:{s:31:\".amp-wp-e64351f:not(#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:14:\"amp-wp-e64351f\";}}}i:1;a:2:{i:0;s:17:\"position:absolute\";i:1;s:12:\"left:-9966px\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"09c39821732b038f09efa2703970f45a\";s:10:\"parse_time\";d:0.015214204788208008;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(160081,'_transient_timeout_amp-parsed-stylesheet-v40-6e2821a053b9444ec9e3fbf0e7cdc6c5','1762066024','off'),
(160082,'_transient_amp-parsed-stylesheet-v40-6e2821a053b9444ec9e3fbf0e7cdc6c5','a:8:{s:6:\"tokens\";a:624:{i:0;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:16:\"font-size:93.75%\";}}i:1;a:2:{i:0;a:2:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:2;a:2:{i:0;a:2:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:7:\"a:focus\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:3;a:2:{i:0;a:7:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:6:\"select\";a:1:{i:0;a:1:{i:0;s:6:\"select\";}}s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:18:\".ast-custom-button\";a:1:{i:1;a:1:{i:0;s:17:\"ast-custom-button\";}}}i:1;a:4:{i:0;s:115:\"font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif\";i:1;s:19:\"font-weight:inherit\";i:2;s:14:\"font-size:15px\";i:3;s:14:\"font-size:1rem\";}}i:4;a:2:{i:0;a:1:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:5;a:2:{i:0;a:1:{s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:3:{i:0;s:14:\"font-size:35px\";i:1;s:28:\"font-size:2.3333333333333rem\";i:2;s:13:\"display:block\";}}i:6;a:2:{i:0;a:1:{s:43:\".ast-archive-description .ast-archive-title\";a:1:{i:1;a:2:{i:0;s:23:\"ast-archive-description\";i:1;s:17:\"ast-archive-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:40px\";i:1;s:28:\"font-size:2.6666666666667rem\";}}i:7;a:2:{i:0;a:1:{s:30:\".site-header .site-description\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:16:\"site-description\";}}}i:1;a:3:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";i:2;s:12:\"display:none\";}}i:8;a:2:{i:0;a:1:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:30px\";i:1;s:14:\"font-size:2rem\";}}i:9;a:2:{i:0;a:2:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:2:{i:0;s:14:\"font-size:40px\";i:1;s:28:\"font-size:2.6666666666667rem\";}}i:10;a:2:{i:0;a:2:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:2:{i:0;s:14:\"font-size:30px\";i:1;s:14:\"font-size:2rem\";}}i:11;a:2:{i:0;a:2:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:2:{i:0;s:14:\"font-size:25px\";i:1;s:28:\"font-size:1.6666666666667rem\";}}i:12;a:2:{i:0;a:2:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\".entry-content h4\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:2:{i:0;s:14:\"font-size:20px\";i:1;s:28:\"font-size:1.3333333333333rem\";}}i:13;a:2:{i:0;a:2:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\".entry-content h5\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:2:{i:0;s:14:\"font-size:18px\";i:1;s:16:\"font-size:1.2rem\";}}i:14;a:2:{i:0;a:2:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:17:\".entry-content h6\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:2:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";}}i:15;a:2:{i:0;a:2:{s:29:\".ast-single-post .entry-title\";a:1:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:30px\";i:1;s:14:\"font-size:2rem\";}}i:16;a:2:{i:0;a:1:{s:11:\"::selection\";a:0:{}}i:1;a:2:{i:0;s:42:\"background-color:var(--ast-global-color-0)\";i:1;s:10:\"color:#fff\";}}i:17;a:2:{i:0;a:14:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:14:\".entry-title a\";a:2:{i:1;a:1:{i:0;s:11:\"entry-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\".entry-content h4\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\".entry-content h5\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:17:\".entry-content h6\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:18;a:2:{i:0;a:3:{s:17:\".tagcloud a:hover\";a:2:{i:1;a:1:{i:0;s:8:\"tagcloud\";}i:0;a:1:{i:0;s:1:\"a\";}}s:17:\".tagcloud a:focus\";a:2:{i:1;a:1:{i:0;s:8:\"tagcloud\";}i:0;a:1:{i:0;s:1:\"a\";}}s:24:\".tagcloud a.current-item\";a:2:{i:1;a:2:{i:0;s:8:\"tagcloud\";i:1;s:12:\"current-item\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";i:2;s:42:\"background-color:var(--ast-global-color-0)\";}}i:19;a:2:{i:0;a:8:{s:11:\"input:focus\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"input[type=\"text\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:25:\"input[type=\"email\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:23:\"input[type=\"url\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:28:\"input[type=\"password\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:25:\"input[type=\"reset\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"search\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:14:\"textarea:focus\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:38:\"border-color:var(--ast-global-color-0)\";}}i:20;a:2:{i:0;a:6:{s:27:\"input[type=\"radio\"]:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:17:\"input[type=reset]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:30:\"input[type=\"checkbox\"]:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:36:\"input[type=\"checkbox\"]:hover:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:36:\"input[type=\"checkbox\"]:focus:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:39:\"input[type=range]::-webkit-slider-thumb\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:3:{i:0;s:38:\"border-color:var(--ast-global-color-0)\";i:1;s:42:\"background-color:var(--ast-global-color-0)\";i:2;s:15:\"box-shadow:none\";}}i:21;a:2:{i:0;a:2:{s:34:\".site-footer a:hover + .post-count\";a:2:{i:1;a:2:{i:0;s:11:\"site-footer\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}s:34:\".site-footer a:focus + .post-count\";a:2:{i:1;a:2:{i:0;s:11:\"site-footer\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:36:\"background:var(--ast-global-color-0)\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";}}i:22;a:2:{i:0;a:2:{s:32:\".single .nav-links .nav-previous\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:9:\"nav-links\";i:2;s:12:\"nav-previous\";}}s:28:\".single .nav-links .nav-next\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:9:\"nav-links\";i:2;s:8:\"nav-next\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:23;a:2:{i:0;a:2:{s:11:\".entry-meta\";a:1:{i:1;a:1:{i:0;s:10:\"entry-meta\";}}s:13:\".entry-meta *\";a:1:{i:1;a:1:{i:0;s:10:\"entry-meta\";}}}i:1;a:2:{i:0;s:16:\"line-height:1.45\";i:1;s:31:\"color:var(--ast-global-color-0)\";}}i:24;a:2:{i:0;a:7:{s:19:\".entry-meta a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:21:\".entry-meta a:hover *\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:19:\".entry-meta a:focus\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:21:\".entry-meta a:focus *\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:24:\".page-links > .page-link\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}s:28:\".page-links .page-link:hover\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}s:24:\".post-navigation a:hover\";a:2:{i:1;a:1:{i:0;s:15:\"post-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:25;a:2:{i:0;a:3:{s:11:\"#cat option\";a:2:{i:2;a:1:{i:0;s:3:\"cat\";}i:0;a:1:{i:0;s:6:\"option\";}}s:33:\".secondary .calendar_wrap thead a\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:13:\"calendar_wrap\";}i:0;a:2:{i:0;s:5:\"thead\";i:1;s:1:\"a\";}}s:41:\".secondary .calendar_wrap thead a:visited\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:13:\"calendar_wrap\";}i:0;a:2:{i:0;s:5:\"thead\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:26;a:2:{i:0;a:2:{s:32:\".secondary .calendar_wrap #today\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:13:\"calendar_wrap\";}i:2;a:1:{i:0;s:5:\"today\";}}s:22:\".ast-progress-val span\";a:2:{i:1;a:1:{i:0;s:16:\"ast-progress-val\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:36:\"background:var(--ast-global-color-0)\";}}i:27;a:2:{i:0;a:2:{s:32:\".secondary a:hover + .post-count\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}s:32:\".secondary a:focus + .post-count\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:36:\"background:var(--ast-global-color-0)\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";}}i:28;a:2:{i:0;a:1:{s:25:\".calendar_wrap #today > a\";a:3:{i:1;a:1:{i:0;s:13:\"calendar_wrap\";}i:2;a:1:{i:0;s:5:\"today\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:29;a:2:{i:0;a:2:{s:22:\".page-links .page-link\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}s:26:\".single .post-navigation a\";a:2:{i:1;a:2:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:30;a:2:{i:0;a:1:{s:18:\".ast-archive-title\";a:1:{i:1;a:1:{i:0;s:17:\"ast-archive-title\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:31;a:2:{i:0;a:1:{s:13:\".widget-title\";a:1:{i:1;a:1:{i:0;s:12:\"widget-title\";}}}i:1;a:3:{i:0;s:14:\"font-size:21px\";i:1;s:16:\"font-size:1.4rem\";i:2;s:31:\"color:var(--ast-global-color-2)\";}}i:32;a:2:{i:0;a:5:{s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}s:17:\"#secondary button\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:6:\"button\";}}s:16:\"#secondary input\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:5:\"input\";}}s:17:\"#secondary select\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:6:\"select\";}}s:19:\"#secondary textarea\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:2:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";}}i:33;a:2:{i:0;a:2:{s:33:\".ast-single-post .entry-content a\";a:2:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";}i:0;a:1:{i:0;s:1:\"a\";}}s:58:\".ast-comment-content a:not(.ast-comment-edit-reply-wrap a)\";a:2:{i:1;a:1:{i:0;s:19:\"ast-comment-content\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:25:\"text-decoration:underline\";}}i:34;a:2:{i:0;a:11:{s:56:\".ast-single-post .wp-block-button .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:15:\"wp-block-button\";i:2;s:21:\"wp-block-button__link\";}}s:60:\".ast-single-post .elementor-button-wrapper .elementor-button\";a:1:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:24:\"elementor-button-wrapper\";i:2;s:16:\"elementor-button\";}}s:43:\".ast-single-post .entry-content .uagb-tab a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:8:\"uagb-tab\";}i:0;a:1:{i:0;s:1:\"a\";}}s:47:\".ast-single-post .entry-content .uagb-ifb-cta a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:12:\"uagb-ifb-cta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:56:\".ast-single-post .entry-content .wp-block-uagb-buttons a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:21:\"wp-block-uagb-buttons\";}i:0;a:1:{i:0;s:1:\"a\";}}s:54:\".ast-single-post .entry-content .uabb-module-content a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:19:\"uabb-module-content\";}i:0;a:1:{i:0;s:1:\"a\";}}s:49:\".ast-single-post .entry-content .uagb-post-grid a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:14:\"uagb-post-grid\";}i:0;a:1:{i:0;s:1:\"a\";}}s:48:\".ast-single-post .entry-content .uagb-timeline a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:13:\"uagb-timeline\";}i:0;a:1:{i:0;s:1:\"a\";}}s:49:\".ast-single-post .entry-content .uagb-toc__wrap a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:14:\"uagb-toc__wrap\";}i:0;a:1:{i:0;s:1:\"a\";}}s:52:\".ast-single-post .entry-content .uagb-taxomony-box a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:17:\"uagb-taxomony-box\";}i:0;a:1:{i:0;s:1:\"a\";}}s:46:\".ast-single-post .entry-content .woocommerce a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:11:\"woocommerce\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:35;a:2:{i:0;a:1:{s:37:\".ast-logo-title-inline .site-logo-img\";a:1:{i:1;a:2:{i:0;s:21:\"ast-logo-title-inline\";i:1;s:13:\"site-logo-img\";}}}i:1;a:1:{i:0;s:17:\"padding-right:1em\";}}i:36;a:2:{i:0;a:1:{s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:18:\"margin:4em 0 2.5em\";i:1;s:21:\"word-break:break-word\";i:2;s:13:\"line-height:2\";}}i:37;a:2:{i:0;a:1:{s:13:\"#secondary li\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:.25em\";}}i:38;a:2:{i:0;a:1:{s:24:\"#secondary li:last-child\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:39;s:26:\"@media (max-width: 768px){\";i:40;a:2:{i:0;a:1:{s:58:\".js_active .ast-plain-container.ast-single-post #secondary\";a:2:{i:1;a:3:{i:0;s:9:\"js_active\";i:1;s:19:\"ast-plain-container\";i:2;s:15:\"ast-single-post\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:16:\"margin-top:1.5em\";}}i:41;s:1:\"}\";i:42;a:2:{i:0;a:1:{s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:21:\"background-color:#fff\";i:1;s:11:\"padding:2em\";i:2;s:17:\"margin-bottom:2em\";}}i:43;s:26:\"@media (min-width: 993px){\";i:44;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:18:\"padding-right:60px\";}}i:45;a:2:{i:0;a:1:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:17:\"padding-left:60px\";}}i:46;s:1:\"}\";i:47;s:26:\"@media (max-width: 993px){\";i:48;a:2:{i:0;a:1:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:17:\"padding-left:30px\";}}i:49;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:18:\"padding-right:30px\";}}i:50;s:1:\"}\";i:51;s:25:\"@media (max-width:921px){\";i:52;a:2:{i:0;a:1:{s:19:\"#ast-desktop-header\";a:1:{i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:53;s:1:\"}\";i:54;s:25:\"@media (min-width:921px){\";i:55;a:2:{i:0;a:1:{s:18:\"#ast-mobile-header\";a:1:{i:2;a:1:{i:0;s:17:\"ast-mobile-header\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:56;s:1:\"}\";i:57;a:2:{i:0;a:1:{s:29:\".wp-block-buttons.aligncenter\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:58;s:26:\"@media (min-width:1200px){\";i:59;a:2:{i:0;a:1:{s:31:\".wp-block-group .has-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"has-background\";}}}i:1;a:1:{i:0;s:12:\"padding:20px\";}}i:60;s:1:\"}\";i:61;s:26:\"@media (min-width:1200px){\";i:62;a:2:{i:0;a:4:{s:64:\".wp-block-cover-image.alignwide .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignwide\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:58:\".wp-block-cover.alignwide .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignwide\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:64:\".wp-block-cover-image.alignfull .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignfull\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:58:\".wp-block-cover.alignfull .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignfull\";i:2;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:63;s:1:\"}\";i:64;a:2:{i:0;a:1:{s:44:\".ast-plain-container.ast-no-sidebar #primary\";a:2:{i:1;a:2:{i:0;s:19:\"ast-plain-container\";i:1;s:14:\"ast-no-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:2:{i:0;s:12:\"margin-top:0\";i:1;s:15:\"margin-bottom:0\";}}i:65;s:25:\"@media (max-width:921px){\";i:66;a:2:{i:0;a:2:{s:38:\".ast-theme-transparent-header #primary\";a:2:{i:1;a:1:{i:0;s:28:\"ast-theme-transparent-header\";}i:2;a:1:{i:0;s:7:\"primary\";}}s:40:\".ast-theme-transparent-header #secondary\";a:2:{i:1;a:1:{i:0;s:28:\"ast-theme-transparent-header\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:67;s:1:\"}\";i:68;a:2:{i:0;a:1:{s:17:\".wp-block-columns\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:unset\";}}i:69;a:2:{i:0;a:1:{s:25:\".wp-block-image.size-full\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"size-full\";}}}i:1;a:1:{i:0;s:13:\"margin:2rem 0\";}}i:70;a:2:{i:0;a:1:{s:34:\".wp-block-separator.has-background\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-separator\";i:1;s:14:\"has-background\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:71;a:2:{i:0;a:1:{s:17:\".wp-block-gallery\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.6em\";}}i:72;a:2:{i:0;a:1:{s:15:\".wp-block-group\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-group\";}}}i:1;a:2:{i:0;s:15:\"padding-top:4em\";i:1;s:18:\"padding-bottom:4em\";}}i:73;a:2:{i:0;a:3:{s:61:\".wp-block-group__inner-container .wp-block-columns:last-child\";a:1:{i:1;a:2:{i:0;s:31:\"wp-block-group__inner-container\";i:1;s:16:\"wp-block-columns\";}}s:44:\".wp-block-group__inner-container :last-child\";a:1:{i:1;a:1:{i:0;s:31:\"wp-block-group__inner-container\";}}s:21:\".wp-block-table table\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:74;a:2:{i:0;a:1:{s:20:\".blocks-gallery-grid\";a:1:{i:1;a:1:{i:0;s:19:\"blocks-gallery-grid\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:75;a:2:{i:0;a:1:{s:34:\".wp-block-navigation-link__content\";a:1:{i:1;a:1:{i:0;s:33:\"wp-block-navigation-link__content\";}}}i:1;a:1:{i:0;s:13:\"padding:5px 0\";}}i:76;a:2:{i:0;a:2:{s:54:\".wp-block-group .wp-block-group .has-text-align-center\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"wp-block-group\";i:2;s:21:\"has-text-align-center\";}}s:55:\".wp-block-group .wp-block-column .has-text-align-center\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-group\";i:1;s:15:\"wp-block-column\";i:2;s:21:\"has-text-align-center\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:77;a:2:{i:0;a:1:{s:22:\".has-text-align-center\";a:1:{i:1;a:1:{i:0;s:21:\"has-text-align-center\";}}}i:1;a:1:{i:0;s:13:\"margin:0 auto\";}}i:78;s:26:\"@media (max-width:1200px){\";i:79;a:2:{i:0;a:1:{s:15:\".wp-block-group\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-group\";}}}i:1;a:1:{i:0;s:11:\"padding:3em\";}}i:80;a:2:{i:0;a:1:{s:31:\".wp-block-group .wp-block-group\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"wp-block-group\";}}}i:1;a:1:{i:0;s:13:\"padding:1.5em\";}}i:81;a:2:{i:0;a:2:{s:17:\".wp-block-columns\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}s:16:\".wp-block-column\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:13:\"margin:1rem 0\";}}i:82;s:1:\"}\";i:83;s:25:\"@media (min-width:921px){\";i:84;a:2:{i:0;a:1:{s:33:\".wp-block-columns .wp-block-group\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:14:\"wp-block-group\";}}}i:1;a:1:{i:0;s:11:\"padding:2em\";}}i:85;s:1:\"}\";i:86;s:25:\"@media (max-width:544px){\";i:87;a:2:{i:0;a:2:{s:54:\".wp-block-cover-image .wp-block-cover__inner-container\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:31:\"wp-block-cover__inner-container\";}}s:48:\".wp-block-cover .wp-block-cover__inner-container\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:1:{i:0;s:11:\"width:unset\";}}i:88;a:2:{i:0;a:2:{s:15:\".wp-block-cover\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-cover\";}}s:21:\".wp-block-cover-image\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}}}i:1;a:1:{i:0;s:13:\"padding:2em 0\";}}i:89;a:2:{i:0;a:2:{s:15:\".wp-block-group\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-group\";}}s:15:\".wp-block-cover\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-cover\";}}}i:1;a:1:{i:0;s:11:\"padding:2em\";}}i:90;a:2:{i:0;a:4:{s:35:\".wp-block-media-text__media amp-img\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:36:\".wp-block-media-text__media amp-anim\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:37:\".wp-block-media-text__media amp-video\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:39:\".wp-block-media-text__media amp-youtube\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:11:\"width:unset\";i:1;s:14:\"max-width:100%\";}}i:91;a:2:{i:0;a:1:{s:65:\".wp-block-media-text.has-background .wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:14:\"has-background\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:11:\"padding:1em\";}}i:92;s:1:\"}\";i:93;s:25:\"@media (max-width:921px){\";i:94;a:2:{i:0;a:1:{s:44:\".ast-plain-container.ast-no-sidebar #primary\";a:2:{i:1;a:2:{i:0;s:19:\"ast-plain-container\";i:1;s:14:\"ast-no-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:95;s:1:\"}\";i:96;s:25:\"@media (min-width:544px){\";i:97;a:2:{i:0;a:1:{s:88:\".entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:22:\"has-media-on-the-right\";i:3;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:16:\"padding:0 8% 0 0\";}}i:98;a:2:{i:0;a:1:{s:65:\".entry-content .wp-block-media-text .wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:16:\"padding:0 0 0 8%\";}}i:99;a:2:{i:0;a:6:{s:106:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:23:\"is-position-bottom-left\";}}s:107:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:24:\"is-position-bottom-right\";}}s:103:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:20:\"is-position-top-left\";}}s:104:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:21:\"is-position-top-right\";}}s:107:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:24:\"is-position-center-right\";}}s:106:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:23:\"is-position-center-left\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:100;s:1:\"}\";i:101;s:25:\"@media (max-width:544px){\";i:102;a:2:{i:0;a:1:{s:65:\".entry-content .wp-block-media-text .wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:12:\"padding:8% 0\";}}i:103;a:2:{i:0;a:2:{s:56:\".wp-block-media-text .wp-block-media-text__media amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:57:\".wp-block-media-text .wp-block-media-text__media amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:14:\"max-width:100%\";}}i:104;s:1:\"}\";i:105;a:2:{i:0;a:1:{s:56:\".wp-block-button.is-style-outline .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:38:\"border-color:var(--ast-global-color-0)\";}}i:106;a:2:{i:0;a:2:{s:79:\".wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}s:76:\".wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";i:2;s:16:\"is-style-outline\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:107;a:2:{i:0;a:2:{s:62:\".wp-block-button.is-style-outline .wp-block-button__link:hover\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}s:62:\".wp-block-button.is-style-outline .wp-block-button__link:focus\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:2:{i:0;s:42:\"background-color:var(--ast-global-color-1)\";i:1;s:38:\"border-color:var(--ast-global-color-1)\";}}i:108;a:2:{i:0;a:2:{s:82:\".wp-block-button.is-style-outline .wp-block-button__link:hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}s:82:\".wp-block-button.is-style-outline .wp-block-button__link:focus:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:109;a:2:{i:0;a:2:{s:37:\".post-page-numbers.current .page-link\";a:1:{i:1;a:3:{i:0;s:17:\"post-page-numbers\";i:1;s:7:\"current\";i:2;s:9:\"page-link\";}}s:37:\".ast-pagination .page-numbers.current\";a:1:{i:1;a:3:{i:0;s:14:\"ast-pagination\";i:1;s:12:\"page-numbers\";i:2;s:7:\"current\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";i:2;s:42:\"background-color:var(--ast-global-color-0)\";i:3;s:17:\"border-radius:2px\";}}i:110;s:25:\"@media (min-width:544px){\";i:111;a:2:{i:0;a:1:{s:27:\".entry-content > .alignleft\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:17:\"margin-right:20px\";}}i:112;a:2:{i:0;a:1:{s:28:\".entry-content > .alignright\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:16:\"margin-left:20px\";}}i:113;s:1:\"}\";i:114;a:2:{i:0;a:1:{s:15:\"h1.widget-title\";a:2:{i:1;a:1:{i:0;s:12:\"widget-title\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:115;a:2:{i:0;a:1:{s:15:\"h2.widget-title\";a:2:{i:1;a:1:{i:0;s:12:\"widget-title\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:116;a:2:{i:0;a:1:{s:15:\"h3.widget-title\";a:2:{i:1;a:1:{i:0;s:12:\"widget-title\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:117;s:25:\"@media (max-width:921px){\";i:118;a:2:{i:0;a:2:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}s:43:\".ast-separate-container .ast-article-single\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}}i:1;a:1:{i:0;s:20:\"padding:1.5em 2.14em\";}}i:119;a:2:{i:0;a:2:{s:32:\".ast-separate-container #primary\";a:2:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:7:\"primary\";}}s:34:\".ast-separate-container #secondary\";a:2:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:15:\"padding:1.5em 0\";}}i:120;a:2:{i:0;a:2:{s:8:\"#primary\";a:1:{i:2;a:1:{i:0;s:7:\"primary\";}}s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:15:\"padding:1.5em 0\";i:1;s:8:\"margin:0\";}}i:121;a:2:{i:0;a:1:{s:43:\".ast-left-sidebar #content > .ast-container\";a:2:{i:1;a:2:{i:0;s:16:\"ast-left-sidebar\";i:1;s:13:\"ast-container\";}i:2;a:1:{i:0;s:7:\"content\";}}}i:1;a:3:{i:0;s:12:\"display:flex\";i:1;s:29:\"flex-direction:column-reverse\";i:2;s:10:\"width:100%\";}}i:122;a:2:{i:0;a:2:{s:30:\".ast-author-box amp-img.avatar\";a:2:{i:1;a:2:{i:0;s:14:\"ast-author-box\";i:1;s:6:\"avatar\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:31:\".ast-author-box amp-anim.avatar\";a:2:{i:1;a:2:{i:0;s:14:\"ast-author-box\";i:1;s:6:\"avatar\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:17:\"margin:20px 0 0 0\";}}i:123;s:1:\"}\";i:124;s:25:\"@media (max-width:921px){\";i:125;a:2:{i:0;a:1:{s:20:\"#secondary.secondary\";a:2:{i:1;a:1:{i:0;s:9:\"secondary\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:126;a:2:{i:0;a:1:{s:52:\".ast-separate-container.ast-right-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:16:\"padding-left:1em\";i:1;s:17:\"padding-right:1em\";}}i:127;a:2:{i:0;a:1:{s:52:\".ast-separate-container.ast-two-container #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";}}i:128;a:2:{i:0;a:2:{s:51:\".ast-page-builder-template .entry-header #secondary\";a:2:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:12:\"entry-header\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:37:\".ast-page-builder-template #secondary\";a:2:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:16:\"margin-top:1.5em\";}}i:129;s:1:\"}\";i:130;s:25:\"@media (max-width:921px){\";i:131;a:2:{i:0;a:1:{s:27:\".ast-right-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:132;a:2:{i:0;a:2:{s:54:\".ast-page-builder-template.ast-left-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:55:\".ast-page-builder-template.ast-right-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:18:\"padding-right:20px\";i:1;s:17:\"padding-left:20px\";}}i:133;a:2:{i:0;a:2:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:26:\".ast-left-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:134;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:135;s:1:\"}\";i:136;s:25:\"@media (min-width:922px){\";i:137;a:2:{i:0;a:2:{s:50:\".ast-separate-container.ast-right-sidebar #primary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}s:49:\".ast-separate-container.ast-left-sidebar #primary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:8:\"border:0\";}}i:138;a:2:{i:0;a:1:{s:50:\".search-no-results.ast-separate-container #primary\";a:2:{i:1;a:2:{i:0;s:17:\"search-no-results\";i:1;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:4em\";}}i:139;s:1:\"}\";i:140;s:25:\"@media (min-width:922px){\";i:141;a:2:{i:0;a:1:{s:27:\".ast-right-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:27:\"border-right:1px solid #eee\";}}i:142;a:2:{i:0;a:1:{s:26:\".ast-left-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:26:\"border-left:1px solid #eee\";}}i:143;a:2:{i:0;a:1:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:26:\"border-left:1px solid #eee\";i:1;s:16:\"margin-left:-1px\";}}i:144;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:27:\"border-right:1px solid #eee\";i:1;s:17:\"margin-right:-1px\";}}i:145;a:2:{i:0;a:1:{s:70:\".ast-separate-container.ast-two-container.ast-right-sidebar #secondary\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:17:\"padding-left:30px\";i:1;s:15:\"padding-right:0\";}}i:146;a:2:{i:0;a:1:{s:69:\".ast-separate-container.ast-two-container.ast-left-sidebar #secondary\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:18:\"padding-right:30px\";i:1;s:14:\"padding-left:0\";}}i:147;a:2:{i:0;a:2:{s:52:\".ast-separate-container.ast-right-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:51:\".ast-separate-container.ast-left-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:8:\"border:0\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:148;a:2:{i:0;a:1:{s:71:\".ast-separate-container.ast-two-container #secondary .widget:last-child\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:149;s:1:\"}\";i:150;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:151;a:2:{i:0;a:2:{s:45:\".wp-block-button .wp-block-button__link:hover\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}s:45:\".wp-block-button .wp-block-button__link:focus\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:42:\"background-color:var(--ast-global-color-1)\";i:2;s:38:\"border-color:var(--ast-global-color-1)\";}}i:152;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:8:{i:0;s:18:\"border-style:solid\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";i:2;s:42:\"background-color:var(--ast-global-color-0)\";i:3;s:10:\"color:#fff\";i:4;s:19:\"font-family:inherit\";i:5;s:19:\"font-weight:inherit\";i:6;s:13:\"line-height:1\";i:7;s:17:\"border-radius:2px\";}}i:153;a:2:{i:0;a:1:{s:57:\".wp-block-buttons .wp-block-button .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:4:{i:0;s:16:\"padding-top:15px\";i:1;s:18:\"padding-right:30px\";i:2;s:19:\"padding-bottom:15px\";i:3;s:17:\"padding-left:30px\";}}i:154;s:25:\"@media (max-width:921px){\";i:155;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:4:{i:0;s:16:\"padding-top:14px\";i:1;s:18:\"padding-right:28px\";i:2;s:19:\"padding-bottom:14px\";i:3;s:17:\"padding-left:28px\";}}i:156;s:1:\"}\";i:157;s:25:\"@media (max-width:544px){\";i:158;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:4:{i:0;s:16:\"padding-top:12px\";i:1;s:18:\"padding-right:24px\";i:2;s:19:\"padding-bottom:12px\";i:3;s:17:\"padding-left:24px\";}}i:159;s:1:\"}\";i:160;a:2:{i:0;a:11:{s:12:\".menu-toggle\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:18:\".ast-custom-button\";a:1:{i:1;a:1:{i:0;s:17:\"ast-custom-button\";}}s:7:\".button\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"input#submit\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"button\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"submit\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:19:\"input[type=\"reset\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:106:\"form[CLASS*=\"wp-block-search__\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button\";a:3:{i:3;a:1:{i:0;s:5:\"CLASS\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:4:\"form\";}}s:42:\"body .wp-block-file .wp-block-file__button\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:16:{i:0;s:18:\"border-style:solid\";i:1;s:18:\"border-top-width:0\";i:2;s:20:\"border-right-width:0\";i:3;s:19:\"border-left-width:0\";i:4;s:21:\"border-bottom-width:0\";i:5;s:10:\"color:#fff\";i:6;s:38:\"border-color:var(--ast-global-color-0)\";i:7;s:42:\"background-color:var(--ast-global-color-0)\";i:8;s:17:\"border-radius:2px\";i:9;s:16:\"padding-top:15px\";i:10;s:18:\"padding-right:30px\";i:11;s:19:\"padding-bottom:15px\";i:12;s:17:\"padding-left:30px\";i:13;s:19:\"font-family:inherit\";i:14;s:19:\"font-weight:inherit\";i:15;s:13:\"line-height:1\";}}i:161;a:2:{i:0;a:18:{s:12:\"button:focus\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:18:\".menu-toggle:hover\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:12:\"button:hover\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:17:\".ast-button:hover\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:38:\".ast-custom-button:hover .button:hover\";a:1:{i:1;a:2:{i:0;s:17:\"ast-custom-button\";i:1;s:6:\"button\";}}s:24:\".ast-custom-button:hover\";a:1:{i:1;a:1:{i:0;s:17:\"ast-custom-button\";}}s:23:\"input[type=reset]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:23:\"input[type=reset]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input#submit:hover\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input#submit:focus\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"button\"]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"button\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"submit\"]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"submit\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:112:\"form[CLASS*=\"wp-block-search__\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover\";a:3:{i:3;a:1:{i:0;s:5:\"CLASS\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:4:\"form\";}}s:112:\"form[CLASS*=\"wp-block-search__\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus\";a:3:{i:3;a:1:{i:0;s:5:\"CLASS\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:4:\"form\";}}s:48:\"body .wp-block-file .wp-block-file__button:hover\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}s:48:\"body .wp-block-file .wp-block-file__button:focus\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:42:\"background-color:var(--ast-global-color-1)\";i:2;s:38:\"border-color:var(--ast-global-color-1)\";}}i:162;s:25:\"@media (min-width:544px){\";i:163;a:2:{i:0;a:1:{s:14:\".ast-container\";a:1:{i:1;a:1:{i:0;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:164;s:1:\"}\";i:165;s:25:\"@media (max-width:544px){\";i:166;a:2:{i:0;a:4:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}s:43:\".ast-separate-container .ast-article-single\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:39:\".ast-separate-container .comments-title\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:14:\"comments-title\";}}s:48:\".ast-separate-container .ast-archive-description\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:23:\"ast-archive-description\";}}}i:1;a:1:{i:0;s:17:\"padding:1.5em 1em\";}}i:167;a:2:{i:0;a:1:{s:47:\".ast-separate-container #content .ast-container\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"ast-container\";}i:2;a:1:{i:0;s:7:\"content\";}}}i:1;a:2:{i:0;s:18:\"padding-left:.54em\";i:1;s:19:\"padding-right:.54em\";}}i:168;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:17:\"padding:1.5em 1em\";i:1;s:19:\"margin-bottom:1.5em\";}}i:169;a:2:{i:0;a:1:{s:55:\".ast-separate-container .ast-comment-list .bypostauthor\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";}}}i:1;a:1:{i:0;s:12:\"padding:.5em\";}}i:170;a:2:{i:0;a:1:{s:55:\".ast-search-menu-icon.ast-dropdown-active .search-field\";a:1:{i:1;a:3:{i:0;s:20:\"ast-search-menu-icon\";i:1;s:19:\"ast-dropdown-active\";i:2;s:12:\"search-field\";}}}i:1;a:1:{i:0;s:11:\"width:170px\";}}i:171;a:2:{i:0;a:8:{s:12:\".menu-toggle\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:7:\".button\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"input#submit\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"button\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"submit\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:19:\"input[type=\"reset\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:16:\"padding-top:12px\";i:1;s:18:\"padding-right:24px\";i:2;s:19:\"padding-bottom:12px\";i:3;s:17:\"padding-left:24px\";}}i:172;a:2:{i:0;a:1:{s:34:\".ast-separate-container #secondary\";a:2:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:173;a:2:{i:0;a:1:{s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:16:\"padding-left:1em\";i:2;s:17:\"padding-right:1em\";}}i:174;s:1:\"}\";i:175;s:25:\"@media (max-width:921px){\";i:176;a:2:{i:0;a:8:{s:12:\".menu-toggle\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:7:\".button\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"input#submit\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"button\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"submit\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:19:\"input[type=\"reset\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:16:\"padding-top:14px\";i:1;s:18:\"padding-right:28px\";i:2;s:19:\"padding-bottom:14px\";i:3;s:17:\"padding-left:28px\";}}i:177;a:2:{i:0;a:1:{s:63:\".ast-mobile-header-stack .main-header-bar .ast-search-menu-icon\";a:1:{i:1;a:3:{i:0;s:23:\"ast-mobile-header-stack\";i:1;s:15:\"main-header-bar\";i:2;s:20:\"ast-search-menu-icon\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:178;a:2:{i:0;a:1:{s:113:\".ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:30:\"ast-header-custom-item-outside\";i:2;s:23:\"ast-mobile-header-stack\";i:3;s:15:\"main-header-bar\";i:4;s:15:\"ast-search-icon\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:179;a:2:{i:0;a:2:{s:32:\".ast-comment-avatar-wrap amp-img\";a:2:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:33:\".ast-comment-avatar-wrap amp-anim\";a:2:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:15:\"max-width:2.5em\";}}i:180;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:20:\"padding:1.5em 2.14em\";}}i:181;a:2:{i:0;a:1:{s:40:\".ast-separate-container .comment-respond\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"comment-respond\";}}}i:1;a:1:{i:0;s:18:\"padding:2em 2.14em\";}}i:182;a:2:{i:0;a:1:{s:17:\".ast-comment-meta\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-meta\";}}}i:1;a:1:{i:0;s:27:\"padding:0 1.8888em 1.3333em\";}}i:183;s:1:\"}\";i:184;a:2:{i:0;a:4:{s:32:\".entry-content > .wp-block-group\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-group\";}}s:37:\".entry-content > .wp-block-media-text\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";}}s:32:\".entry-content > .wp-block-cover\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";}}s:34:\".entry-content > .wp-block-columns\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";}}}i:1;a:4:{i:0;s:14:\"max-width:58em\";i:1;s:22:\"width:calc(100% - 4em)\";i:2;s:16:\"margin-left:auto\";i:3;s:17:\"margin-right:auto\";}}i:185;a:2:{i:0;a:1:{s:56:\".entry-content [class*=\"__inner-container\"] > .alignfull\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";}}}i:1;a:3:{i:0;s:14:\"max-width:100%\";i:1;s:13:\"margin-left:0\";i:2;s:14:\"margin-right:0\";}}i:186;a:2:{i:0;a:1:{s:112:\".entry-content [class*=\"__inner-container\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright)\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:13:\"entry-content\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:187;a:2:{i:0;a:1:{s:155:\".entry-content [class*=\"__inner-container\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(amp-iframe)\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:13:\"entry-content\";}}}i:1;a:2:{i:0;s:15:\"max-width:50rem\";i:1;s:10:\"width:100%\";}}i:188;s:25:\"@media (min-width:921px){\";i:189;a:2:{i:0;a:6:{s:57:\".entry-content > .wp-block-group.alignwide.has-background\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-group\";i:2;s:9:\"alignwide\";i:3;s:14:\"has-background\";}}s:57:\".entry-content > .wp-block-group.alignfull.has-background\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-group\";i:2;s:9:\"alignfull\";i:3;s:14:\"has-background\";}}s:42:\".entry-content > .wp-block-cover.alignwide\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";i:2;s:9:\"alignwide\";}}s:42:\".entry-content > .wp-block-cover.alignfull\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";i:2;s:9:\"alignfull\";}}s:59:\".entry-content > .wp-block-columns.has-background.alignwide\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";i:3;s:9:\"alignwide\";}}s:59:\".entry-content > .wp-block-columns.has-background.alignfull\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";i:3;s:9:\"alignfull\";}}}i:1;a:3:{i:0;s:12:\"margin-top:0\";i:1;s:15:\"margin-bottom:0\";i:2;s:15:\"padding:6em 4em\";}}i:190;a:2:{i:0;a:1:{s:49:\".entry-content > .wp-block-columns.has-background\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:191;s:1:\"}\";i:192;s:26:\"@media (min-width:1200px){\";i:193;a:2:{i:0;a:1:{s:27:\".entry-content .alignfull p\";a:2:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:16:\"max-width:1200px\";}}i:194;a:2:{i:0;a:1:{s:25:\".entry-content .alignfull\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:10:\"width:100%\";}}i:195;a:2:{i:0;a:2:{s:52:\".ast-page-builder-template .entry-content .alignwide\";a:1:{i:1;a:3:{i:0;s:25:\"ast-page-builder-template\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}s:56:\".entry-content [class*=\"__inner-container\"] > .alignwide\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignwide\";}}}i:1;a:3:{i:0;s:16:\"max-width:1200px\";i:1;s:13:\"margin-left:0\";i:2;s:14:\"margin-right:0\";}}i:196;a:2:{i:0;a:1:{s:67:\".entry-content .alignfull [class*=\"__inner-container\"] > .alignwide\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";i:2;s:9:\"alignwide\";}}}i:1;a:1:{i:0;s:15:\"max-width:80rem\";}}i:197;s:1:\"}\";i:198;s:25:\"@media (min-width:545px){\";i:199;a:2:{i:0;a:1:{s:38:\".site-main .entry-content > .alignwide\";a:1:{i:1;a:3:{i:0;s:9:\"site-main\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}}i:1;a:1:{i:0;s:13:\"margin:0 auto\";}}i:200;a:2:{i:0;a:3:{s:30:\".wp-block-group.has-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"has-background\";}}s:32:\".entry-content > .wp-block-cover\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";}}s:49:\".entry-content > .wp-block-columns.has-background\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";}}}i:1;a:3:{i:0;s:11:\"padding:4em\";i:1;s:12:\"margin-top:0\";i:2;s:15:\"margin-bottom:0\";}}i:201;a:2:{i:0;a:2:{s:75:\".entry-content .wp-block-media-text.alignfull .wp-block-media-text__content\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:9:\"alignfull\";i:3;s:28:\"wp-block-media-text__content\";}}s:80:\".entry-content .wp-block-media-text.has-background .wp-block-media-text__content\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:14:\"has-background\";i:3;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:12:\"padding:0 8%\";}}i:202;s:1:\"}\";i:203;s:25:\"@media (max-width:921px){\";i:204;a:2:{i:0;a:1:{s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:205;a:2:{i:0;a:1:{s:43:\".ast-archive-description .ast-archive-title\";a:1:{i:1;a:2:{i:0;s:23:\"ast-archive-description\";i:1;s:17:\"ast-archive-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:40px\";}}i:206;a:2:{i:0;a:1:{s:30:\".site-header .site-description\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:16:\"site-description\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:207;a:2:{i:0;a:1:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:208;a:2:{i:0;a:2:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:209;a:2:{i:0;a:2:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:210;a:2:{i:0;a:2:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:20px\";}}i:211;a:2:{i:0;a:2:{s:29:\".ast-single-post .entry-title\";a:1:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:212;s:1:\"}\";i:213;s:25:\"@media (max-width:544px){\";i:214;a:2:{i:0;a:1:{s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:215;a:2:{i:0;a:1:{s:43:\".ast-archive-description .ast-archive-title\";a:1:{i:1;a:2:{i:0;s:23:\"ast-archive-description\";i:1;s:17:\"ast-archive-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:40px\";}}i:216;a:2:{i:0;a:1:{s:30:\".site-header .site-description\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:16:\"site-description\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:217;a:2:{i:0;a:1:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:218;a:2:{i:0;a:2:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:219;a:2:{i:0;a:2:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:220;a:2:{i:0;a:2:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:20px\";}}i:221;a:2:{i:0;a:2:{s:29:\".ast-single-post .entry-title\";a:1:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:222;s:1:\"}\";i:223;s:25:\"@media (max-width:921px){\";i:224;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:15:\"font-size:85.5%\";}}i:225;s:1:\"}\";i:226;s:25:\"@media (max-width:544px){\";i:227;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:15:\"font-size:85.5%\";}}i:228;s:1:\"}\";i:229;s:25:\"@media (min-width:922px){\";i:230;a:2:{i:0;a:1:{s:14:\".ast-container\";a:1:{i:1;a:1:{i:0;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:16:\"max-width:1240px\";}}i:231;s:1:\"}\";i:232;s:25:\"@media (min-width:922px){\";i:233;a:2:{i:0;a:1:{s:28:\".site-content .ast-container\";a:1:{i:1;a:2:{i:0;s:12:\"site-content\";i:1;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:234;s:1:\"}\";i:235;s:25:\"@media (max-width:921px){\";i:236;a:2:{i:0;a:1:{s:28:\".site-content .ast-container\";a:1:{i:1;a:2:{i:0;s:12:\"site-content\";i:1;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:21:\"flex-direction:column\";}}i:237;s:1:\"}\";i:238;s:25:\"@media (min-width:922px){\";i:239;a:2:{i:0;a:2:{s:80:\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu\";a:1:{i:1;a:5:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:23:\"ast-left-align-sub-menu\";i:4;s:8:\"sub-menu\";}}s:87:\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:focus-within > .sub-menu\";a:1:{i:1;a:5:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:23:\"ast-left-align-sub-menu\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:16:\"margin-left:-0px\";}}i:240;s:1:\"}\";i:241;a:2:{i:0;a:1:{s:16:\".wp-block-search\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-search\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:20px\";}}i:242;a:2:{i:0;a:1:{s:22:\".wp-block-site-tagline\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-site-tagline\";}}}i:1;a:1:{i:0;s:15:\"margin-top:20px\";}}i:243;a:2:{i:0;a:2:{s:44:\"form.wp-block-search .wp-block-search__input\";a:2:{i:1;a:2:{i:0;s:15:\"wp-block-search\";i:1;s:22:\"wp-block-search__input\";}i:0;a:1:{i:0;s:4:\"form\";}}s:80:\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:30:\"wp-block-search__button-inside\";i:2;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:2:{i:0;s:20:\"border-color:#eaeaea\";i:1;s:18:\"background:#fafafa\";}}i:244;a:2:{i:0;a:2:{s:110:\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus\";a:1:{i:1;a:4:{i:0;s:15:\"wp-block-search\";i:1;s:30:\"wp-block-search__button-inside\";i:2;s:31:\"wp-block-search__inside-wrapper\";i:3;s:22:\"wp-block-search__input\";}}s:30:\".wp-block-loginout input:focus\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:19:\"outline:thin dotted\";}}i:245;a:2:{i:0;a:1:{s:30:\".wp-block-loginout input:focus\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:24:\"border-color:transparent\";}}i:246;a:2:{i:0;a:1:{s:77:\"form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input\";a:2:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:22:\"wp-block-search__input\";}i:0;a:1:{i:0;s:4:\"form\";}}}i:1;a:1:{i:0;s:12:\"padding:12px\";}}i:247;a:2:{i:0;a:1:{s:49:\"form.wp-block-search .wp-block-search__button svg\";a:2:{i:1;a:2:{i:0;s:15:\"wp-block-search\";i:1;s:23:\"wp-block-search__button\";}i:0;a:2:{i:0;s:4:\"form\";i:1;s:3:\"svg\";}}}i:1;a:3:{i:0;s:17:\"fill:currentColor\";i:1;s:10:\"width:20px\";i:2;s:11:\"height:20px\";}}i:248;a:2:{i:0;a:1:{s:26:\".wp-block-loginout p label\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:2:{i:0;s:1:\"p\";i:1;s:5:\"label\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:249;a:2:{i:0;a:1:{s:66:\".wp-block-loginout p:not(.login-remember):not(.login-submit) input\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:2:{i:0;s:1:\"p\";i:1;s:5:\"input\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:250;a:2:{i:0;a:1:{s:40:\".wp-block-loginout .login-remember input\";a:2:{i:1;a:2:{i:0;s:17:\"wp-block-loginout\";i:1;s:14:\"login-remember\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:12:\"width:1.1rem\";i:1;s:13:\"height:1.1rem\";i:2;s:18:\"margin:0 5px 4px 0\";i:3;s:21:\"vertical-align:middle\";}}i:251;a:2:{i:0;a:1:{s:42:\"body .wp-block-file .wp-block-file__button\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:252;a:2:{i:0;a:1:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:21:\"padding:0 1.2em 1.2em\";}}i:253;a:2:{i:0;a:1:{s:14:\".wp-block-file\";a:1:{i:1;a:1:{i:0;s:13:\"wp-block-file\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:14:\"flex-wrap:wrap\";i:3;s:29:\"justify-content:space-between\";}}i:254;a:2:{i:0;a:1:{s:19:\".wp-block-pullquote\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:255;a:2:{i:0;a:1:{s:38:\".wp-block-pullquote blockquote::before\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:10:{i:0;s:13:\"content:\"”\"\";i:1;s:34:\"font-family:\"Helvetica\",sans-serif\";i:2;s:12:\"display:flex\";i:3;s:24:\"transform:rotate(180deg)\";i:4;s:14:\"font-size:6rem\";i:5;s:17:\"font-style:normal\";i:6;s:13:\"line-height:1\";i:7;s:16:\"font-weight:bold\";i:8;s:18:\"align-items:center\";i:9;s:22:\"justify-content:center\";}}i:256;a:2:{i:0;a:1:{s:57:\"figure.wp-block-pullquote.is-style-solid-color blockquote\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:20:\"is-style-solid-color\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"blockquote\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:18:\"text-align:inherit\";}}i:257;a:2:{i:0;a:2:{s:47:\"ul.wp-block-categories-list.wp-block-categories\";a:2:{i:1;a:2:{i:0;s:24:\"wp-block-categories-list\";i:1;s:19:\"wp-block-categories\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:43:\"ul.wp-block-archives-list.wp-block-archives\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-archives-list\";i:1;s:17:\"wp-block-archives\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:20:\"list-style-type:none\";}}i:258;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:29:\"border:2px solid currentColor\";}}i:259;a:2:{i:0;a:2:{s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin-left:20px\";}}i:260;a:2:{i:0;a:1:{s:28:\"figure.alignright figcaption\";a:2:{i:1;a:1:{i:0;s:10:\"alignright\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:261;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-0-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-0-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:262;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-0-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-0-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-0)\";}}i:263;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-0-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-0-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:264;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-0-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-0-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-0)\";}}i:265;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-1-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-1-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:266;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-1-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-1-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-1)\";}}i:267;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-1-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-1-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:268;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-1-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-1-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-1)\";}}i:269;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-2-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-2-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:270;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-2-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-2-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-2)\";}}i:271;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-2-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-2-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:272;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-2-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-2-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-2)\";}}i:273;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-3-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-3-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:274;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-3-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-3-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-3)\";}}i:275;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-3-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-3-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:276;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-3-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-3-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-3)\";}}i:277;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-4-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-4-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-4)\";}}i:278;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-4-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-4-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-4)\";}}i:279;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-4-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-4-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-4)\";}}i:280;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-4-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-4-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-4)\";}}i:281;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-5-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-5-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-5)\";}}i:282;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-5-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-5-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:283;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-5-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-5-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-5)\";}}i:284;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-5-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-5-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:285;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-6-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-6-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-6)\";}}i:286;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-6-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-6-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-6)\";}}i:287;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-6-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-6-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-6)\";}}i:288;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-6-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-6-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-6)\";}}i:289;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-7-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-7-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-7)\";}}i:290;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-7-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-7-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-7)\";}}i:291;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-7-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-7-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-7)\";}}i:292;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-7-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-7-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-7)\";}}i:293;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-8-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-8-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-8)\";}}i:294;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-8-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-8-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-8)\";}}i:295;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-8-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-8-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-8)\";}}i:296;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-8-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-8-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-8)\";}}i:297;a:2:{i:0;a:1:{s:5:\":root\";a:0:{}}i:1;a:9:{i:0;s:28:\"--ast-global-color-0:#0170b9\";i:1;s:28:\"--ast-global-color-1:#3a3a3a\";i:2;s:28:\"--ast-global-color-2:#3a3a3a\";i:3;s:28:\"--ast-global-color-3:#4b4f58\";i:4;s:28:\"--ast-global-color-4:#f5f5f5\";i:5;s:25:\"--ast-global-color-5:#fff\";i:6;s:28:\"--ast-global-color-6:#f2f5f7\";i:7;s:28:\"--ast-global-color-7:#424242\";i:8;s:25:\"--ast-global-color-8:#000\";}}i:298;a:2:{i:0;a:3:{s:30:\".ast-breadcrumbs .trail-browse\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:12:\"trail-browse\";}}s:29:\".ast-breadcrumbs .trail-items\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:11:\"trail-items\";}}s:32:\".ast-breadcrumbs .trail-items li\";a:2:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:11:\"trail-items\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:6:{i:0;s:20:\"display:inline-block\";i:1;s:8:\"margin:0\";i:2;s:9:\"padding:0\";i:3;s:11:\"border:none\";i:4;s:18:\"background:inherit\";i:5;s:13:\"text-indent:0\";}}i:299;a:2:{i:0;a:1:{s:30:\".ast-breadcrumbs .trail-browse\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:12:\"trail-browse\";}}}i:1;a:4:{i:0;s:17:\"font-size:inherit\";i:1;s:18:\"font-style:inherit\";i:2;s:19:\"font-weight:inherit\";i:3;s:13:\"color:inherit\";}}i:300;a:2:{i:0;a:1:{s:29:\".ast-breadcrumbs .trail-items\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:11:\"trail-items\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:301;a:2:{i:0;a:1:{s:22:\".trail-items li::after\";a:2:{i:1;a:1:{i:0;s:11:\"trail-items\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"padding:0 .3em\";i:1;s:12:\"content:\"»\"\";}}i:302;a:2:{i:0;a:1:{s:35:\".trail-items li:last-of-type::after\";a:2:{i:1;a:1:{i:0;s:11:\"trail-items\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:303;a:2:{i:0;a:12:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\".entry-content h4\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\".entry-content h5\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:17:\".entry-content h6\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:304;a:2:{i:0;a:1:{s:14:\".entry-title a\";a:2:{i:1;a:1:{i:0;s:11:\"entry-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:305;s:25:\"@media (max-width:921px){\";i:306;a:2:{i:0;a:2:{s:108:\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:38:\"ast-builder-grid-row-tablet-3-firstrow\";i:2;s:20:\"ast-builder-grid-row\";}}s:106:\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:37:\"ast-builder-grid-row-tablet-3-lastrow\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:16:\"grid-column:1/-1\";}}i:307;s:1:\"}\";i:308;s:25:\"@media (max-width:544px){\";i:309;a:2:{i:0;a:2:{s:108:\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:38:\"ast-builder-grid-row-mobile-3-firstrow\";i:2;s:20:\"ast-builder-grid-row\";}}s:106:\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:37:\"ast-builder-grid-row-mobile-3-lastrow\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:16:\"grid-column:1/-1\";}}i:310;s:1:\"}\";i:311;a:2:{i:0;a:1:{s:57:\".ast-builder-layout-element[data-section=\"title_tagline\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:1:{i:0;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:312;s:25:\"@media (max-width:921px){\";i:313;a:2:{i:0;a:1:{s:81:\".ast-header-break-point .ast-builder-layout-element[data-section=\"title_tagline\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:314;s:1:\"}\";i:315;s:25:\"@media (max-width:544px){\";i:316;a:2:{i:0;a:1:{s:81:\".ast-header-break-point .ast-builder-layout-element[data-section=\"title_tagline\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:317;s:1:\"}\";i:318;a:2:{i:0;a:1:{s:19:\".ast-builder-menu-1\";a:1:{i:1;a:1:{i:0;s:18:\"ast-builder-menu-1\";}}}i:1;a:2:{i:0;s:19:\"font-family:inherit\";i:1;s:19:\"font-weight:inherit\";}}i:319;a:2:{i:0;a:2:{s:29:\".ast-builder-menu-1 .sub-menu\";a:1:{i:1;a:2:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:8:\"sub-menu\";}}s:47:\".ast-builder-menu-1 .inline-on-mobile .sub-menu\";a:1:{i:1;a:3:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:16:\"inline-on-mobile\";i:2;s:8:\"sub-menu\";}}}i:1;a:7:{i:0;s:20:\"border-top-width:2px\";i:1;s:23:\"border-bottom-width:0px\";i:2;s:22:\"border-right-width:0px\";i:3;s:21:\"border-left-width:0px\";i:4;s:38:\"border-color:var(--ast-global-color-0)\";i:5;s:18:\"border-style:solid\";i:6;s:17:\"border-radius:0px\";}}i:320;a:2:{i:0;a:2:{s:62:\".ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu\";a:1:{i:1;a:4:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:16:\"main-header-menu\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";}}s:81:\".ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper\";a:1:{i:1;a:4:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:16:\"main-header-menu\";i:2;s:9:\"menu-item\";i:3;s:27:\"astra-full-megamenu-wrapper\";}}}i:1;a:1:{i:0;s:14:\"margin-top:0px\";}}i:321;a:2:{i:0;a:2:{s:82:\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:16:\"main-header-menu\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:101:\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:16:\"main-header-menu\";i:3;s:9:\"menu-item\";i:4;s:27:\"astra-full-megamenu-wrapper\";}}}i:1;a:1:{i:0;s:22:\"height:calc(0px + 5px)\";}}i:322;a:2:{i:0;a:1:{s:64:\".ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";i:4;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"border-style:none\";}}i:323;s:25:\"@media (max-width:921px){\";i:324;a:2:{i:0;a:1:{s:96:\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:325;a:2:{i:0;a:1:{s:62:\".ast-builder-menu-1 .menu-item-has-children > .menu-link:after\";a:1:{i:1;a:3:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:22:\"menu-item-has-children\";i:2;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"content:unset\";}}i:326;s:1:\"}\";i:327;s:25:\"@media (max-width:544px){\";i:328;a:2:{i:0;a:1:{s:96:\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:329;s:1:\"}\";i:330;a:2:{i:0;a:1:{s:19:\".ast-builder-menu-1\";a:1:{i:1;a:1:{i:0;s:18:\"ast-builder-menu-1\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:331;s:25:\"@media (max-width:921px){\";i:332;a:2:{i:0;a:1:{s:43:\".ast-header-break-point .ast-builder-menu-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:333;s:1:\"}\";i:334;s:25:\"@media (max-width:544px){\";i:335;a:2:{i:0;a:1:{s:43:\".ast-header-break-point .ast-builder-menu-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:336;s:1:\"}\";i:337;a:2:{i:0;a:1:{s:23:\".site-below-footer-wrap\";a:1:{i:1;a:1:{i:0;s:22:\"site-below-footer-wrap\";}}}i:1;a:2:{i:0;s:16:\"padding-top:20px\";i:1;s:19:\"padding-bottom:20px\";}}i:338;a:2:{i:0;a:1:{s:68:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:1:{i:0;s:22:\"site-below-footer-wrap\";}}}i:1;a:2:{i:0;s:21:\"background-color:#eee\";i:1;s:15:\"min-height:80px\";}}i:339;a:2:{i:0;a:1:{s:90:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"] .ast-builder-grid-row\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:20:\"ast-builder-grid-row\";}}}i:1;a:3:{i:0;s:16:\"max-width:1200px\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:340;a:2:{i:0;a:2:{s:90:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"] .ast-builder-grid-row\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:20:\"ast-builder-grid-row\";}}s:89:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"] .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:19:\"site-footer-section\";}}}i:1;a:1:{i:0;s:22:\"align-items:flex-start\";}}i:341;a:2:{i:0;a:1:{s:111:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-inline .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:21:\"ast-footer-row-inline\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:15:\"margin-bottom:0\";}}i:342;a:2:{i:0;a:1:{s:48:\".ast-builder-grid-row-full .ast-builder-grid-row\";a:1:{i:1;a:2:{i:0;s:25:\"ast-builder-grid-row-full\";i:1;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:343;s:25:\"@media (max-width:921px){\";i:344;a:2:{i:0;a:1:{s:118:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-tablet-inline .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:28:\"ast-footer-row-tablet-inline\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:15:\"margin-bottom:0\";}}i:345;a:2:{i:0;a:1:{s:117:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-tablet-stack .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:27:\"ast-footer-row-tablet-stack\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:18:\"margin-bottom:10px\";}}i:346;a:2:{i:0;a:1:{s:86:\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:32:\"ast-builder-grid-row-tablet-full\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:347;s:1:\"}\";i:348;s:25:\"@media (max-width:544px){\";i:349;a:2:{i:0;a:1:{s:118:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-mobile-inline .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:28:\"ast-footer-row-mobile-inline\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:15:\"margin-bottom:0\";}}i:350;a:2:{i:0;a:1:{s:117:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-mobile-stack .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:27:\"ast-footer-row-mobile-stack\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:18:\"margin-bottom:10px\";}}i:351;a:2:{i:0;a:1:{s:86:\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:32:\"ast-builder-grid-row-mobile-full\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:352;s:1:\"}\";i:353;a:2:{i:0;a:1:{s:68:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:1:{i:0;s:22:\"site-below-footer-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:354;s:25:\"@media (max-width:921px){\";i:355;a:2:{i:0;a:1:{s:92:\".ast-header-break-point .site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"site-below-footer-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:356;s:1:\"}\";i:357;s:25:\"@media (max-width:544px){\";i:358;a:2:{i:0;a:1:{s:92:\".ast-header-break-point .site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"site-below-footer-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:359;s:1:\"}\";i:360;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:361;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:362;s:25:\"@media (max-width:921px){\";i:363;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:364;s:1:\"}\";i:365;s:25:\"@media (max-width:544px){\";i:366;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:367;s:1:\"}\";i:368;a:2:{i:0;a:1:{s:48:\".ast-footer-copyright.ast-builder-layout-element\";a:1:{i:1;a:2:{i:0;s:20:\"ast-footer-copyright\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:369;s:25:\"@media (max-width:921px){\";i:370;a:2:{i:0;a:1:{s:72:\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:20:\"ast-footer-copyright\";i:2;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:371;s:1:\"}\";i:372;s:25:\"@media (max-width:544px){\";i:373;a:2:{i:0;a:1:{s:72:\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:20:\"ast-footer-copyright\";i:2;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:374;s:1:\"}\";i:375;s:25:\"@media (max-width:921px){\";i:376;a:2:{i:0;a:1:{s:19:\"#ast-desktop-header\";a:1:{i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:377;a:2:{i:0;a:1:{s:18:\"#ast-mobile-header\";a:1:{i:2;a:1:{i:0;s:17:\"ast-mobile-header\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:378;a:2:{i:0;a:1:{s:60:\".ast-amp.ast-main-header-nav-open .ast-mobile-header-content\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:24:\"ast-main-header-nav-open\";i:2;s:25:\"ast-mobile-header-content\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:379;a:2:{i:0;a:1:{s:95:\".ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\";a:1:{i:1;a:4:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:29:\"ast-main-header-bar-alignment\";i:2;s:9:\"toggle-on\";i:3;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:380;a:2:{i:0;a:1:{s:77:\".ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link\";a:2:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:15:\"main-navigation\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-link\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:7:{i:0;s:14:\"padding:0 20px\";i:1;s:20:\"display:inline-block\";i:2;s:10:\"width:100%\";i:3;s:8:\"border:0\";i:4;s:23:\"border-bottom-width:1px\";i:5;s:18:\"border-style:solid\";i:6;s:20:\"border-color:#eaeaea\";}}i:381;a:2:{i:0;a:1:{s:75:\".ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:10:\"toggled-on\";i:3;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:13:\"line-height:3\";i:1;s:12:\"display:none\";}}i:382;a:2:{i:0;a:1:{s:73:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:383;a:2:{i:0;a:1:{s:97:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:384;a:2:{i:0;a:1:{s:114:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\";a:2:{i:1;a:6:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:13:\"dropdown-open\";i:5;s:8:\"sub-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:385;a:2:{i:0;a:1:{s:106:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:12:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:8:\"top:-1px\";i:4;s:10:\"right:20px\";i:5;s:14:\"cursor:pointer\";i:6;s:33:\"webkit-font-smoothing:antialiased\";i:7;s:32:\"moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:18:\"font-weight:normal\";i:10;s:19:\"line-height:inherit\";i:11;s:18:\"transition:all .2s\";}}i:386;a:2:{i:0;a:1:{s:112:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:20:\"ast-submenu-expanded\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:2:{i:0;s:33:\"-webkit-transform:rotateX(180deg)\";i:1;s:25:\"transform:rotateX(180deg)\";}}i:387;a:2:{i:0;a:1:{s:81:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:16:\"main-header-menu\";}}}i:1;a:3:{i:0;s:20:\"border-top-width:1px\";i:1;s:18:\"border-style:solid\";i:2;s:20:\"border-color:#eaeaea\";}}i:388;a:2:{i:0;a:3:{s:30:\".ast-amp .ast-below-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:20:\"ast-below-header-bar\";}}s:25:\".ast-amp .main-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";}}s:30:\".ast-amp .ast-above-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:20:\"ast-above-header-bar\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:389;s:1:\"}\";i:390;s:25:\"@media (max-width:921px){\";i:391;a:2:{i:0;a:1:{s:49:\".site-header .main-header-bar-wrap .site-branding\";a:1:{i:1;a:3:{i:0;s:11:\"site-header\";i:1;s:20:\"main-header-bar-wrap\";i:2;s:13:\"site-branding\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"-webkit-box-flex:1\";i:2;s:14:\"-webkit-flex:1\";i:3;s:15:\"-moz-box-flex:1\";i:4;s:10:\"-ms-flex:1\";i:5;s:6:\"flex:1\";i:6;s:25:\"-webkit-align-self:center\";i:7;s:26:\"-ms-flex-item-align:center\";i:8;s:17:\"align-self:center\";}}i:392;a:2:{i:0;a:1:{s:68:\".ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\";a:1:{i:1;a:3:{i:0;s:29:\"ast-main-header-bar-alignment\";i:1;s:9:\"toggle-on\";i:2;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:393;a:2:{i:0;a:1:{s:16:\".main-navigation\";a:1:{i:1;a:1:{i:0;s:15:\"main-navigation\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";}}i:394;a:2:{i:0;a:1:{s:43:\".main-header-menu > .menu-item > .menu-link\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";i:2;s:9:\"menu-link\";}}}i:1;a:6:{i:0;s:14:\"padding:0 20px\";i:1;s:20:\"display:inline-block\";i:2;s:10:\"width:100%\";i:3;s:23:\"border-bottom-width:1px\";i:4;s:18:\"border-style:solid\";i:5;s:20:\"border-color:#eaeaea\";}}i:395;a:2:{i:0;a:1:{s:40:\".ast-main-header-bar-alignment.toggle-on\";a:1:{i:1;a:2:{i:0;s:29:\"ast-main-header-bar-alignment\";i:1;s:9:\"toggle-on\";}}}i:1;a:12:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";i:2;s:18:\"-webkit-box-flex:1\";i:3;s:17:\"-webkit-flex:auto\";i:4;s:15:\"-moz-box-flex:1\";i:5;s:13:\"-ms-flex:auto\";i:6;s:9:\"flex:auto\";i:7;s:27:\"-webkit-box-ordinal-group:5\";i:8;s:15:\"-webkit-order:4\";i:9;s:24:\"-moz-box-ordinal-group:5\";i:10;s:16:\"-ms-flex-order:4\";i:11;s:7:\"order:4\";}}i:396;a:2:{i:0;a:1:{s:28:\".main-header-menu .menu-item\";a:1:{i:1;a:2:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:15:\"text-align:left\";i:2;s:12:\"border-top:0\";}}i:397;a:2:{i:0;a:1:{s:27:\".main-header-bar-navigation\";a:1:{i:1;a:1:{i:0;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:23:\"width:calc(100% + 40px)\";i:1;s:14:\"margin:0 -20px\";}}i:398;a:2:{i:0;a:1:{s:62:\".main-header-bar .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:3:{i:0;s:15:\"main-header-bar\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:16:\"main-header-menu\";}}}i:1;a:3:{i:0;s:20:\"border-top-width:1px\";i:1;s:18:\"border-style:solid\";i:2;s:20:\"border-color:#eaeaea\";}}i:399;a:2:{i:0;a:1:{s:87:\".main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:4:{i:0;s:15:\"main-header-bar\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:15:\"ast-menu-toggle\";}}}i:1;a:13:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:8:\"top:-1px\";i:4;s:10:\"right:20px\";i:5;s:14:\"cursor:pointer\";i:6;s:34:\"-webkit-font-smoothing:antialiased\";i:7;s:33:\"-moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:18:\"font-weight:normal\";i:10;s:19:\"line-height:inherit\";i:11;s:26:\"-webkit-transition:all .2s\";i:12;s:18:\"transition:all .2s\";}}i:400;s:1:\"}\";i:401;s:25:\"@media (max-width:921px){\";i:402;a:2:{i:0;a:1:{s:36:\".ast-amp .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:403;s:1:\"}\";i:404;s:25:\"@media (max-width:921px){\";i:405;a:2:{i:0;a:1:{s:34:\".ast-amp .entry-content .alignwide\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:406;a:2:{i:0;a:1:{s:25:\".ast-amp .main-navigation\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";}}i:407;a:2:{i:0;a:2:{s:50:\".ast-amp .main-navigation ul .menu-item .menu-link\";a:2:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:9:\"menu-link\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:55:\".ast-amp .main-navigation ul .button-custom-menu-item a\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:23:\"button-custom-menu-item\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:1:\"a\";}}}i:1;a:6:{i:0;s:14:\"padding:0 20px\";i:1;s:20:\"display:inline-block\";i:2;s:10:\"width:100%\";i:3;s:23:\"border-bottom-width:1px\";i:4;s:18:\"border-style:solid\";i:5;s:20:\"border-color:#eaeaea\";}}i:408;a:2:{i:0;a:1:{s:57:\".ast-amp .main-navigation .sub-menu .menu-item .menu-link\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:30px\";}}i:409;a:2:{i:0;a:1:{s:68:\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link\";a:1:{i:1;a:6:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:40px\";}}i:410;a:2:{i:0;a:1:{s:90:\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\";a:1:{i:1;a:8:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:9:\"menu-item\";i:6;s:9:\"menu-item\";i:7;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:60px\";}}i:411;a:2:{i:0;a:1:{s:26:\".ast-amp .main-header-menu\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f9f9f9\";}}i:412;a:2:{i:0;a:1:{s:29:\".ast-amp .main-header-menu ul\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:6:{i:0;s:24:\"background-color:#f9f9f9\";i:1;s:15:\"position:static\";i:2;s:9:\"opacity:1\";i:3;s:18:\"visibility:visible\";i:4;s:8:\"border:0\";i:5;s:10:\"width:auto\";}}i:413;a:2:{i:0;a:2:{s:67:\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:23:\"ast-left-align-sub-menu\";}i:0;a:3:{i:0;s:2:\"ul\";i:1;s:2:\"li\";i:2;s:2:\"ul\";}}s:74:\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:focus-within > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:23:\"ast-left-align-sub-menu\";}i:0;a:3:{i:0;s:2:\"ul\";i:1;s:2:\"li\";i:2;s:2:\"ul\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:414;a:2:{i:0;a:2:{s:66:\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:25:\"ast-sub-menu-goes-outside\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"ul\";}}s:73:\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:focus-within > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:25:\"ast-sub-menu-goes-outside\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"ul\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:415;a:2:{i:0;a:1:{s:39:\".ast-amp .submenu-with-border .sub-menu\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:8:\"border:0\";}}i:416;a:2:{i:0;a:1:{s:21:\".ast-amp .user-select\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:11:\"user-select\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:417;a:2:{i:0;a:1:{s:33:\".ast-amp .ast-mobile-menu-buttons\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:23:\"ast-mobile-menu-buttons\";}}}i:1;a:7:{i:0;s:16:\"text-align:right\";i:1;s:12:\"display:flex\";i:2;s:20:\"-webkit-box-pack:end\";i:3;s:32:\"-webkit-justify-content:flex-end\";i:4;s:17:\"-moz-box-pack:end\";i:5;s:17:\"-ms-flex-pack:end\";i:6;s:24:\"justify-content:flex-end\";}}i:418;a:2:{i:0;a:1:{s:36:\".ast-amp .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:6:{i:0;s:18:\"-webkit-box-flex:1\";i:1;s:17:\"-webkit-flex:auto\";i:2;s:15:\"-moz-box-flex:1\";i:3;s:13:\"-ms-flex:auto\";i:4;s:9:\"flex:auto\";i:5;s:23:\"width:calc(100% + 40px)\";}}i:419;a:2:{i:0;a:1:{s:39:\".ast-amp .ast-main-header-bar-alignment\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:29:\"ast-main-header-bar-alignment\";}}}i:1;a:12:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";i:2;s:18:\"-webkit-box-flex:1\";i:3;s:17:\"-webkit-flex:auto\";i:4;s:15:\"-moz-box-flex:1\";i:5;s:13:\"-ms-flex:auto\";i:6;s:9:\"flex:auto\";i:7;s:27:\"-webkit-box-ordinal-group:5\";i:8;s:15:\"-webkit-order:4\";i:9;s:24:\"-moz-box-ordinal-group:5\";i:10;s:16:\"-ms-flex-order:4\";i:11;s:7:\"order:4\";}}i:420;a:2:{i:0;a:1:{s:58:\".ast-amp .site-header .main-header-bar-wrap .site-branding\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:11:\"site-header\";i:2;s:20:\"main-header-bar-wrap\";i:3;s:13:\"site-branding\";}}}i:1;a:10:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:18:\"-webkit-box-flex:1\";i:3;s:14:\"-webkit-flex:1\";i:4;s:15:\"-moz-box-flex:1\";i:5;s:10:\"-ms-flex:1\";i:6;s:6:\"flex:1\";i:7;s:25:\"-webkit-align-self:center\";i:8;s:26:\"-ms-flex-item-align:center\";i:9;s:17:\"align-self:center\";}}i:421;a:2:{i:0;a:1:{s:27:\".ast-amp .ast-site-identity\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:17:\"ast-site-identity\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:422;a:2:{i:0;a:1:{s:90:\".ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:9:\"menu-link\";i:4;s:9:\"sub-arrow\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:423;a:2:{i:0;a:1:{s:25:\".ast-amp .main-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";}}}i:1;a:3:{i:0;s:8:\"border:0\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:424;a:2:{i:0;a:1:{s:58:\".ast-main-header-bar-alignment .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:29:\"ast-main-header-bar-alignment\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:13:\"line-height:3\";i:1;s:12:\"display:none\";}}i:425;a:2:{i:0;a:1:{s:65:\".ast-amp .main-header-bar .toggled-on .main-header-bar-navigation\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:10:\"toggled-on\";i:3;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:13:\"line-height:3\";i:1;s:12:\"display:none\";}}i:426;a:2:{i:0;a:1:{s:63:\".ast-amp .main-header-bar .main-header-bar-navigation .sub-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:427;a:2:{i:0;a:1:{s:87:\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:428;a:2:{i:0;a:1:{s:104:\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\";a:2:{i:1;a:6:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:13:\"dropdown-open\";i:5;s:8:\"sub-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:429;a:2:{i:0;a:1:{s:96:\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:12:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:8:\"top:-1px\";i:4;s:10:\"right:20px\";i:5;s:14:\"cursor:pointer\";i:6;s:33:\"webkit-font-smoothing:antialiased\";i:7;s:32:\"moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:18:\"font-weight:normal\";i:10;s:19:\"line-height:inherit\";i:11;s:18:\"transition:all .2s\";}}i:430;a:2:{i:0;a:1:{s:102:\".ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:20:\"ast-submenu-expanded\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:2:{i:0;s:33:\"-webkit-transform:rotateX(180deg)\";i:1;s:25:\"transform:rotateX(180deg)\";}}i:431;a:2:{i:0;a:1:{s:71:\".ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:16:\"main-header-menu\";}}}i:1;a:3:{i:0;s:20:\"border-top-width:1px\";i:1;s:18:\"border-style:solid\";i:2;s:20:\"border-color:#eaeaea\";}}i:432;a:2:{i:0;a:1:{s:45:\".ast-amp .main-navigation ul > li:first-child\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:12:\"border-top:0\";}}i:433;a:2:{i:0;a:1:{s:31:\".ast-amp .main-navigation ul ul\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";}}}i:1;a:2:{i:0;s:9:\"left:auto\";i:1;s:10:\"right:auto\";}}i:434;a:2:{i:0;a:1:{s:28:\".ast-amp .main-navigation li\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:435;a:2:{i:0;a:1:{s:33:\".ast-amp .main-navigation .widget\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:436;a:2:{i:0;a:1:{s:36:\".ast-amp .main-navigation .widget li\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"width:auto\";}}i:437;a:2:{i:0;a:1:{s:44:\".ast-amp .main-navigation .widget:last-child\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:438;a:2:{i:0;a:1:{s:32:\".ast-amp .main-header-menu ul ul\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:439;a:2:{i:0;a:2:{s:54:\".ast-amp .ast-has-mobile-header-logo .custom-logo-link\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:26:\"ast-has-mobile-header-logo\";i:2;s:16:\"custom-logo-link\";}}s:52:\".ast-amp .ast-has-mobile-header-logo .astra-logo-svg\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:26:\"ast-has-mobile-header-logo\";i:2;s:14:\"astra-logo-svg\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:440;a:2:{i:0;a:1:{s:61:\".ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:26:\"ast-has-mobile-header-logo\";i:2;s:23:\"custom-mobile-logo-link\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:441;a:2:{i:0;a:2:{s:85:\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link\";a:1:{i:1;a:4:{i:0;s:9:\"ast-theme\";i:1;s:28:\"ast-mobile-inherit-site-logo\";i:2;s:26:\"ast-has-mobile-header-logo\";i:3;s:16:\"custom-logo-link\";}}s:83:\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg\";a:1:{i:1;a:4:{i:0;s:9:\"ast-theme\";i:1;s:28:\"ast-mobile-inherit-site-logo\";i:2;s:26:\"ast-has-mobile-header-logo\";i:3;s:14:\"astra-logo-svg\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:442;a:2:{i:0;a:1:{s:40:\".ast-amp .ast-header-widget-area .widget\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:22:\"ast-header-widget-area\";i:2;s:6:\"widget\";}}}i:1;a:2:{i:0;s:13:\"margin:.5em 0\";i:1;s:13:\"display:block\";}}i:443;a:2:{i:0;a:1:{s:27:\".ast-amp .nav-fallback-text\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:17:\"nav-fallback-text\";}}}i:1;a:1:{i:0;s:10:\"float:none\";}}i:444;a:2:{i:0;a:1:{s:76:\".ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:28:\"woocommerce-custom-menu-item\";i:3;s:18:\"ast-cart-menu-wrap\";}}}i:1;a:3:{i:0;s:10:\"height:3em\";i:1;s:13:\"line-height:3\";i:2;s:15:\"text-align:left\";}}i:445;a:2:{i:0;a:1:{s:52:\".ast-amp #ast-site-header-cart .widget_shopping_cart\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:20:\"widget_shopping_cart\";}i:2;a:1:{i:0;s:20:\"ast-site-header-cart\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:446;a:2:{i:0;a:1:{s:58:\".ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart\";a:1:{i:1;a:3:{i:0;s:9:\"ast-theme\";i:1;s:25:\"ast-woocommerce-cart-menu\";i:2;s:20:\"ast-site-header-cart\";}}}i:1;a:3:{i:0;s:13:\"order:initial\";i:1;s:13:\"line-height:3\";i:2;s:19:\"padding:0 1em 1em 0\";}}i:447;a:2:{i:0;a:2:{s:58:\".ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:24:\"ast-edd-site-header-cart\";i:2;s:22:\"widget_edd_cart_widget\";}}s:65:\".ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:24:\"ast-edd-site-header-cart\";i:2;s:29:\"ast-edd-header-cart-info-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:448;a:2:{i:0;a:1:{s:64:\".ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:30:\"ast-masthead-custom-menu-items\";i:2;s:20:\"edd-custom-menu-item\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:449;a:2:{i:0;a:1:{s:73:\".ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:20:\"ast-search-menu-icon\";i:3;s:12:\"slide-search\";i:4;s:11:\"search-form\";}}}i:1;a:1:{i:0;s:7:\"right:0\";}}i:450;a:2:{i:0;a:1:{s:36:\".ast-amp .main-header-menu .sub-menu\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:15:\"box-shadow:none\";}}i:451;a:2:{i:0;a:1:{s:41:\".ast-amp .submenu-with-border .sub-menu a\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"border-width:1px\";}}i:452;a:2:{i:0;a:1:{s:59:\".ast-amp .submenu-with-border .sub-menu > li:last-child > a\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"border-width:1px\";}}i:453;a:2:{i:0;a:1:{s:96:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:15:\"ast-button-wrap\";i:1;s:31:\"ast-mobile-menu-buttons-minimal\";}}}i:1;a:2:{i:0;s:22:\"background:transparent\";i:1;s:11:\"border:none\";}}i:454;s:1:\"}\";i:455;a:2:{i:0;a:1:{s:40:\".ast-header-break-point .main-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-header-bar\";}}}i:1;a:1:{i:0;s:23:\"border-bottom-width:1px\";}}i:456;s:25:\"@media (min-width:922px){\";i:457;a:2:{i:0;a:1:{s:16:\".main-header-bar\";a:1:{i:1;a:1:{i:0;s:15:\"main-header-bar\";}}}i:1;a:1:{i:0;s:23:\"border-bottom-width:1px\";}}i:458;s:1:\"}\";i:459;s:25:\"@media (min-width:922px){\";i:460;a:2:{i:0;a:1:{s:8:\"#primary\";a:1:{i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:9:\"width:70%\";}}i:461;a:2:{i:0;a:1:{s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:9:\"width:30%\";}}i:462;s:1:\"}\";i:463;a:2:{i:0;a:3:{s:28:\".main-header-menu .menu-item\";a:1:{i:1;a:2:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";}}s:29:\"#astra-footer-menu .menu-item\";a:2:{i:1;a:1:{i:0;s:9:\"menu-item\";}i:2;a:1:{i:0;s:17:\"astra-footer-menu\";}}s:48:\".main-header-bar .ast-masthead-custom-menu-items\";a:1:{i:1;a:2:{i:0;s:15:\"main-header-bar\";i:1;s:30:\"ast-masthead-custom-menu-items\";}}}i:1;a:14:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:23:\"-webkit-box-pack:center\";i:3;s:30:\"-webkit-justify-content:center\";i:4;s:20:\"-moz-box-pack:center\";i:5;s:20:\"-ms-flex-pack:center\";i:6;s:22:\"justify-content:center\";i:7;s:27:\"-webkit-box-orient:vertical\";i:8;s:28:\"-webkit-box-direction:normal\";i:9;s:29:\"-webkit-flex-direction:column\";i:10;s:24:\"-moz-box-orient:vertical\";i:11;s:25:\"-moz-box-direction:normal\";i:12;s:25:\"-ms-flex-direction:column\";i:13;s:21:\"flex-direction:column\";}}i:464;a:2:{i:0;a:2:{s:43:\".main-header-menu > .menu-item > .menu-link\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";i:2;s:9:\"menu-link\";}}s:44:\"#astra-footer-menu > .menu-item > .menu-link\";a:2:{i:1;a:2:{i:0;s:9:\"menu-item\";i:1;s:9:\"menu-link\";}i:2;a:1:{i:0;s:17:\"astra-footer-menu\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:24:\"-webkit-box-align:center\";i:2;s:26:\"-webkit-align-items:center\";i:3;s:21:\"-moz-box-align:center\";i:4;s:21:\"-ms-flex-align:center\";i:5;s:18:\"align-items:center\";i:6;s:16:\"-js-display:flex\";i:7;s:12:\"display:flex\";}}i:465;a:2:{i:0;a:1:{s:95:\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg\";a:2:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:9:\"menu-link\";i:4;s:10:\"icon-arrow\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:3:\"svg\";}}}i:1;a:5:{i:0;s:8:\"top:.2em\";i:1;s:14:\"margin-top:0px\";i:2;s:15:\"margin-left:0px\";i:3;s:11:\"width:.65em\";i:4;s:43:\"transform:translate(0,-2px) rotateZ(270deg)\";}}i:466;a:2:{i:0;a:1:{s:66:\".ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle\";a:1:{i:1;a:3:{i:0;s:24:\"ast-mobile-popup-content\";i:1;s:20:\"ast-submenu-expanded\";i:2;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:25:\"transform:rotateX(180deg)\";}}i:467;a:2:{i:0;a:3:{s:38:\".ast-separate-container .blog-layout-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"blog-layout-1\";}}s:38:\".ast-separate-container .blog-layout-2\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"blog-layout-2\";}}s:38:\".ast-separate-container .blog-layout-3\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"blog-layout-3\";}}}i:1;a:2:{i:0;s:28:\"background-color:transparent\";i:1;s:21:\"background-image:none\";}}i:468;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:469;s:25:\"@media (max-width:921px){\";i:470;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:471;s:1:\"}\";i:472;s:25:\"@media (max-width:544px){\";i:473;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:474;s:1:\"}\";i:475;a:2:{i:0;a:13:{s:66:\".ast-separate-container .ast-article-single:not(.ast-related-post)\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:55:\".ast-separate-container .comments-area .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:15:\"comment-respond\";}}s:59:\".ast-separate-container .comments-area .ast-comment-list li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}s:50:\".ast-separate-container .ast-woocommerce-container\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:25:\"ast-woocommerce-container\";}}s:34:\".ast-separate-container .error-404\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"error-404\";}}s:35:\".ast-separate-container .no-results\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:10:\"no-results\";}}s:47:\".single.ast-separate-container .ast-author-meta\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:22:\"ast-separate-container\";i:2;s:15:\"ast-author-meta\";}}s:52:\".ast-separate-container .related-posts-title-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:27:\"related-posts-title-wrapper\";}}s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:47:\".ast-separate-container .comments-count-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:22:\"comments-count-wrapper\";}}s:49:\".ast-box-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:14:\"ast-box-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:52:\".ast-padded-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:17:\"ast-padded-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:54:\".ast-separate-container .comments-area .comments-title\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:476;s:25:\"@media (max-width:921px){\";i:477;a:2:{i:0;a:13:{s:66:\".ast-separate-container .ast-article-single:not(.ast-related-post)\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:55:\".ast-separate-container .comments-area .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:15:\"comment-respond\";}}s:59:\".ast-separate-container .comments-area .ast-comment-list li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}s:50:\".ast-separate-container .ast-woocommerce-container\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:25:\"ast-woocommerce-container\";}}s:34:\".ast-separate-container .error-404\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"error-404\";}}s:35:\".ast-separate-container .no-results\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:10:\"no-results\";}}s:47:\".single.ast-separate-container .ast-author-meta\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:22:\"ast-separate-container\";i:2;s:15:\"ast-author-meta\";}}s:52:\".ast-separate-container .related-posts-title-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:27:\"related-posts-title-wrapper\";}}s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:47:\".ast-separate-container .comments-count-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:22:\"comments-count-wrapper\";}}s:49:\".ast-box-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:14:\"ast-box-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:52:\".ast-padded-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:17:\"ast-padded-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:54:\".ast-separate-container .comments-area .comments-title\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:478;s:1:\"}\";i:479;s:25:\"@media (max-width:544px){\";i:480;a:2:{i:0;a:13:{s:66:\".ast-separate-container .ast-article-single:not(.ast-related-post)\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:55:\".ast-separate-container .comments-area .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:15:\"comment-respond\";}}s:59:\".ast-separate-container .comments-area .ast-comment-list li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}s:50:\".ast-separate-container .ast-woocommerce-container\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:25:\"ast-woocommerce-container\";}}s:34:\".ast-separate-container .error-404\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"error-404\";}}s:35:\".ast-separate-container .no-results\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:10:\"no-results\";}}s:47:\".single.ast-separate-container .ast-author-meta\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:22:\"ast-separate-container\";i:2;s:15:\"ast-author-meta\";}}s:52:\".ast-separate-container .related-posts-title-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:27:\"related-posts-title-wrapper\";}}s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:47:\".ast-separate-container .comments-count-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:22:\"comments-count-wrapper\";}}s:49:\".ast-box-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:14:\"ast-box-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:52:\".ast-padded-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:17:\"ast-padded-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:54:\".ast-separate-container .comments-area .comments-title\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:481;s:1:\"}\";i:482;a:2:{i:0;a:2:{s:20:\".ast-plain-container\";a:1:{i:1;a:1:{i:0;s:19:\"ast-plain-container\";}}s:26:\".ast-page-builder-template\";a:1:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:483;s:25:\"@media (max-width:921px){\";i:484;a:2:{i:0;a:2:{s:20:\".ast-plain-container\";a:1:{i:1;a:1:{i:0;s:19:\"ast-plain-container\";}}s:26:\".ast-page-builder-template\";a:1:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:485;s:1:\"}\";i:486;s:25:\"@media (max-width:544px){\";i:487;a:2:{i:0;a:2:{s:20:\".ast-plain-container\";a:1:{i:1;a:1:{i:0;s:19:\"ast-plain-container\";}}s:26:\".ast-page-builder-template\";a:1:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:488;s:1:\"}\";i:489;a:2:{i:0;a:2:{s:30:\".ast-mobile-header-content > *\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:31:\".ast-desktop-header-content > *\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:2:{i:0;s:14:\"padding:10px 0\";i:1;s:11:\"height:auto\";}}i:490;a:2:{i:0;a:2:{s:42:\".ast-mobile-header-content > *:first-child\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:43:\".ast-desktop-header-content > *:first-child\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:16:\"padding-top:10px\";}}i:491;a:2:{i:0;a:2:{s:46:\".ast-mobile-header-content > .ast-builder-menu\";a:1:{i:1;a:2:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:16:\"ast-builder-menu\";}}s:47:\".ast-desktop-header-content > .ast-builder-menu\";a:1:{i:1;a:2:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:16:\"ast-builder-menu\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:492;a:2:{i:0;a:2:{s:41:\".ast-mobile-header-content > *:last-child\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:42:\".ast-desktop-header-content > *:last-child\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:16:\"padding-bottom:0\";}}i:493;a:2:{i:0;a:2:{s:72:\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label\";a:2:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";}i:0;a:1:{i:0;s:5:\"label\";}}s:73:\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label\";a:2:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:494;a:2:{i:0;a:1:{s:104:\".ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\";a:1:{i:1;a:4:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:20:\"ast-submenu-expanded\";i:3;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:25:\"transform:rotateX(180deg)\";}}i:495;a:2:{i:0;a:6:{s:47:\"#ast-desktop-header .ast-desktop-header-content\";a:2:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}s:43:\".ast-mobile-header-content .ast-search-icon\";a:1:{i:1;a:2:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:15:\"ast-search-icon\";}}s:44:\".ast-desktop-header-content .ast-search-icon\";a:1:{i:1;a:2:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:15:\"ast-search-icon\";}}s:50:\".ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:25:\"ast-mobile-header-content\";}}s:95:\".ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:4:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:18:\"ast-popup-nav-open\";i:2;s:22:\"ast-mobile-header-wrap\";i:3;s:25:\"ast-mobile-header-content\";}}s:72:\".ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content\";a:1:{i:1;a:3:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:18:\"ast-popup-nav-open\";i:2;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:496;a:2:{i:0;a:2:{s:96:\".ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content\";a:2:{i:1;a:3:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:22:\"ast-header-break-point\";i:2;s:26:\"ast-desktop-header-content\";}i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}s:99:\".ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:4:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:22:\"ast-header-break-point\";i:2;s:22:\"ast-mobile-header-wrap\";i:3;s:25:\"ast-mobile-header-content\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:497;a:2:{i:0;a:6:{s:96:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:29:\"astra-menu-animation-slide-up\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:107:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu\";a:1:{i:1;a:6:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:29:\"astra-menu-animation-slide-up\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:8:\"sub-menu\";}}s:98:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:31:\"astra-menu-animation-slide-down\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:109:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu\";a:1:{i:1;a:6:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:31:\"astra-menu-animation-slide-down\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:8:\"sub-menu\";}}s:92:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:25:\"astra-menu-animation-fade\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:103:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu\";a:1:{i:1;a:6:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:25:\"astra-menu-animation-fade\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:8:\"sub-menu\";}}}i:1;a:2:{i:0;s:9:\"opacity:1\";i:1;s:18:\"visibility:visible\";}}i:498;a:2:{i:0;a:1:{s:141:\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation\";a:1:{i:1;a:6:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-default-menu-enable\";i:2;s:22:\"ast-header-break-point\";i:3;s:22:\"ast-mobile-header-wrap\";i:4;s:25:\"ast-mobile-header-content\";i:5;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:11:\"width:unset\";i:1;s:12:\"margin:unset\";}}i:499;a:2:{i:0;a:2:{s:120:\".ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:22:\"content-align-flex-end\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}s:121:\".ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:22:\"content-align-flex-end\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:24:\"left:calc(20px - .907em)\";}}i:500;a:2:{i:0;a:4:{s:48:\".ast-mobile-header-content .ast-search-menu-icon\";a:1:{i:1;a:2:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";}}s:61:\".ast-mobile-header-content .ast-search-menu-icon.slide-search\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";}}s:49:\".ast-desktop-header-content .ast-search-menu-icon\";a:1:{i:1;a:2:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";}}s:62:\".ast-desktop-header-content .ast-search-menu-icon.slide-search\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:17:\"position:relative\";i:2;s:13:\"display:block\";i:3;s:10:\"right:auto\";i:4;s:14:\"transform:none\";}}i:501;a:2:{i:0;a:4:{s:74:\".ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form\";a:1:{i:1;a:4:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";i:3;s:11:\"search-form\";}}s:61:\".ast-mobile-header-content .ast-search-menu-icon .search-form\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:11:\"search-form\";}}s:75:\".ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form\";a:1:{i:1;a:4:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";i:3;s:11:\"search-form\";}}s:62:\".ast-desktop-header-content .ast-search-menu-icon .search-form\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:11:\"search-form\";}}}i:1;a:9:{i:0;s:7:\"right:0\";i:1;s:18:\"visibility:visible\";i:2;s:9:\"opacity:1\";i:3;s:17:\"position:relative\";i:4;s:8:\"top:auto\";i:5;s:14:\"transform:none\";i:6;s:9:\"padding:0\";i:7;s:13:\"display:block\";i:8;s:15:\"overflow:hidden\";}}i:502;a:2:{i:0;a:4:{s:80:\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field\";a:1:{i:1;a:4:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";i:3;s:12:\"search-field\";}}s:62:\".ast-mobile-header-content .ast-search-menu-icon .search-field\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"search-field\";}}s:81:\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field\";a:1:{i:1;a:4:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";i:3;s:12:\"search-field\";}}s:63:\".ast-desktop-header-content .ast-search-menu-icon .search-field\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"search-field\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:19:\"padding-right:5.5em\";}}i:503;a:2:{i:0;a:2:{s:63:\".ast-mobile-header-content .ast-search-menu-icon .search-submit\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:13:\"search-submit\";}}s:64:\".ast-desktop-header-content .ast-search-menu-icon .search-submit\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:13:\"search-submit\";}}}i:1;a:7:{i:0;s:13:\"display:block\";i:1;s:17:\"position:absolute\";i:2;s:11:\"height:100%\";i:3;s:5:\"top:0\";i:4;s:7:\"right:0\";i:5;s:13:\"padding:0 1em\";i:6;s:15:\"border-radius:0\";}}i:504;a:2:{i:0;a:1:{s:165:\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link\";a:2:{i:1;a:8:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-default-menu-enable\";i:2;s:22:\"ast-header-break-point\";i:3;s:22:\"ast-mobile-header-wrap\";i:4;s:25:\"ast-mobile-header-content\";i:5;s:26:\"main-header-bar-navigation\";i:6;s:8:\"sub-menu\";i:7;s:9:\"menu-link\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:17:\"padding-left:30px\";}}i:505;a:2:{i:0;a:1:{s:184:\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link\";a:1:{i:1;a:10:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-default-menu-enable\";i:2;s:22:\"ast-header-break-point\";i:3;s:22:\"ast-mobile-header-wrap\";i:4;s:25:\"ast-mobile-header-content\";i:5;s:26:\"main-header-bar-navigation\";i:6;s:8:\"sub-menu\";i:7;s:9:\"menu-item\";i:8;s:9:\"menu-item\";i:9;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:40px\";}}i:506;a:2:{i:0;a:1:{s:55:\".ast-mobile-popup-drawer.active .ast-mobile-popup-inner\";a:1:{i:1;a:3:{i:0;s:23:\"ast-mobile-popup-drawer\";i:1;s:6:\"active\";i:2;s:22:\"ast-mobile-popup-inner\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:507;a:2:{i:0;a:2:{s:50:\".ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:25:\"ast-mobile-header-content\";}}s:27:\".ast-desktop-header-content\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:508;a:2:{i:0;a:4:{s:29:\".ast-mobile-popup-content > *\";a:1:{i:1;a:1:{i:0;s:24:\"ast-mobile-popup-content\";}}s:30:\".ast-mobile-header-content > *\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:30:\".ast-desktop-popup-content > *\";a:1:{i:1;a:1:{i:0;s:25:\"ast-desktop-popup-content\";}}s:31:\".ast-desktop-header-content > *\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:2:{i:0;s:15:\"padding-top:0px\";i:1;s:18:\"padding-bottom:0px\";}}i:509;a:2:{i:0;a:1:{s:53:\".content-align-flex-start .ast-builder-layout-element\";a:1:{i:1;a:2:{i:0;s:24:\"content-align-flex-start\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:510;a:2:{i:0;a:1:{s:43:\".content-align-flex-start .main-header-menu\";a:1:{i:1;a:2:{i:0;s:24:\"content-align-flex-start\";i:1;s:16:\"main-header-menu\";}}}i:1;a:1:{i:0;s:15:\"text-align:left\";}}i:511;a:2:{i:0;a:1:{s:50:\".ast-mobile-popup-drawer.active .menu-toggle-close\";a:1:{i:1;a:3:{i:0;s:23:\"ast-mobile-popup-drawer\";i:1;s:6:\"active\";i:2;s:17:\"menu-toggle-close\";}}}i:1;a:1:{i:0;s:13:\"color:#3a3a3a\";}}i:512;a:2:{i:0;a:2:{s:47:\".ast-mobile-header-wrap .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:22:\"ast-primary-header-bar\";}}s:49:\".ast-primary-header-bar .site-primary-header-wrap\";a:1:{i:1;a:2:{i:0;s:22:\"ast-primary-header-bar\";i:1;s:24:\"site-primary-header-wrap\";}}}i:1;a:1:{i:0;s:15:\"min-height:70px\";}}i:513;a:2:{i:0;a:1:{s:67:\".ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item\";a:1:{i:1;a:4:{i:0;s:11:\"ast-desktop\";i:1;s:22:\"ast-primary-header-bar\";i:2;s:16:\"main-header-menu\";i:3;s:9:\"menu-item\";}}}i:1;a:1:{i:0;s:16:\"line-height:70px\";}}i:514;s:25:\"@media (max-width:921px){\";i:515;a:2:{i:0;a:2:{s:57:\"#masthead .ast-mobile-header-wrap .ast-primary-header-bar\";a:2:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:22:\"ast-primary-header-bar\";}i:2;a:1:{i:0;s:8:\"masthead\";}}s:55:\"#masthead .ast-mobile-header-wrap .ast-below-header-bar\";a:2:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:20:\"ast-below-header-bar\";}i:2;a:1:{i:0;s:8:\"masthead\";}}}i:1;a:2:{i:0;s:17:\"padding-left:20px\";i:1;s:18:\"padding-right:20px\";}}i:516;s:1:\"}\";i:517;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-primary-header-bar\";}}}i:1;a:3:{i:0;s:23:\"border-bottom-width:1px\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:518;s:25:\"@media (min-width:922px){\";i:519;a:2:{i:0;a:1:{s:23:\".ast-primary-header-bar\";a:1:{i:1;a:1:{i:0;s:22:\"ast-primary-header-bar\";}}}i:1;a:3:{i:0;s:23:\"border-bottom-width:1px\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:520;s:1:\"}\";i:521;a:2:{i:0;a:1:{s:23:\".ast-primary-header-bar\";a:1:{i:1;a:1:{i:0;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:522;a:2:{i:0;a:1:{s:23:\".ast-primary-header-bar\";a:1:{i:1;a:1:{i:0;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:523;s:25:\"@media (max-width:921px){\";i:524;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:525;s:1:\"}\";i:526;s:25:\"@media (max-width:544px){\";i:527;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:528;s:1:\"}\";i:529;a:2:{i:0;a:1:{s:96:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:15:\"ast-button-wrap\";i:1;s:31:\"ast-mobile-menu-trigger-minimal\";}}}i:1;a:3:{i:0;s:31:\"color:var(--ast-global-color-0)\";i:1;s:11:\"border:none\";i:2;s:22:\"background:transparent\";}}i:530;a:2:{i:0;a:1:{s:104:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:23:\"mobile-menu-toggle-icon\";i:2;s:14:\"ast-mobile-svg\";}}}i:1;a:3:{i:0;s:10:\"width:20px\";i:1;s:11:\"height:20px\";i:2;s:30:\"fill:var(--ast-global-color-0)\";}}i:531;a:2:{i:0;a:1:{s:94:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:16:\"mobile-menu-wrap\";i:2;s:11:\"mobile-menu\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:532;a:2:{i:0;a:1:{s:65:\".ast-builder-menu-mobile .main-navigation .menu-item > .menu-link\";a:1:{i:1;a:4:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:9:\"menu-link\";}}}i:1;a:2:{i:0;s:19:\"font-family:inherit\";i:1;s:19:\"font-weight:inherit\";}}i:533;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:534;a:2:{i:0;a:1:{s:84:\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\";a:1:{i:1;a:4:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"content:unset\";}}i:535;a:2:{i:0;a:3:{s:58:\".ast-hfb-header .ast-builder-menu-mobile .main-header-menu\";a:1:{i:1;a:3:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:16:\"main-header-menu\";}}s:79:\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link\";a:1:{i:1;a:5:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-link\";}}s:89:\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link\";a:1:{i:1;a:6:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";i:5;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"border-style:none\";}}i:536;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:537;s:25:\"@media (max-width:921px){\";i:538;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:539;a:2:{i:0;a:1:{s:84:\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\";a:1:{i:1;a:4:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"content:unset\";}}i:540;s:1:\"}\";i:541;s:25:\"@media (max-width:544px){\";i:542;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:543;s:1:\"}\";i:544;a:2:{i:0;a:1:{s:41:\".ast-builder-menu-mobile .main-navigation\";a:1:{i:1;a:2:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:545;s:25:\"@media (max-width:921px){\";i:546;a:2:{i:0;a:1:{s:65:\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:547;s:1:\"}\";i:548;s:25:\"@media (max-width:544px){\";i:549;a:2:{i:0;a:1:{s:65:\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:550;s:1:\"}\";i:551;a:2:{i:0;a:1:{s:20:\".comment-reply-title\";a:1:{i:1;a:1:{i:0;s:19:\"comment-reply-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:24px\";i:1;s:16:\"font-size:1.6rem\";}}i:552;a:2:{i:0;a:1:{s:17:\".ast-comment-meta\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-meta\";}}}i:1;a:4:{i:0;s:23:\"line-height:1.666666667\";i:1;s:31:\"color:var(--ast-global-color-0)\";i:2;s:14:\"font-size:12px\";i:3;s:15:\"font-size:.8rem\";}}i:553;a:2:{i:0;a:1:{s:44:\".ast-comment-list #cancel-comment-reply-link\";a:2:{i:1;a:1:{i:0;s:16:\"ast-comment-list\";}i:2;a:1:{i:0;s:25:\"cancel-comment-reply-link\";}}}i:1;a:2:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";}}i:554;a:2:{i:0;a:1:{s:15:\".comments-title\";a:1:{i:1;a:1:{i:0;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:13:\"padding:2em 0\";}}i:555;a:2:{i:0;a:1:{s:15:\".comments-title\";a:1:{i:1;a:1:{i:0;s:14:\"comments-title\";}}}i:1;a:2:{i:0;s:18:\"font-weight:normal\";i:1;s:20:\"word-wrap:break-word\";}}i:556;a:2:{i:0;a:1:{s:17:\".ast-comment-list\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-list\";}}}i:1;a:4:{i:0;s:8:\"margin:0\";i:1;s:20:\"word-wrap:break-word\";i:2;s:19:\"padding-bottom:.5em\";i:3;s:15:\"list-style:none\";}}i:557;a:2:{i:0;a:1:{s:20:\".ast-comment-list li\";a:2:{i:1;a:1:{i:0;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:558;a:2:{i:0;a:1:{s:46:\".ast-comment-list .ast-comment-edit-reply-wrap\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-list\";i:1;s:27:\"ast-comment-edit-reply-wrap\";}}}i:1;a:3:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:24:\"justify-content:flex-end\";}}i:559;a:2:{i:0;a:1:{s:32:\".ast-comment-list .ast-edit-link\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-list\";i:1;s:13:\"ast-edit-link\";}}}i:1;a:1:{i:0;s:6:\"flex:1\";}}i:560;a:2:{i:0;a:1:{s:46:\".ast-comment-list .comment-awaiting-moderation\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-list\";i:1;s:27:\"comment-awaiting-moderation\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:561;a:2:{i:0;a:1:{s:12:\".ast-comment\";a:1:{i:1;a:1:{i:0;s:11:\"ast-comment\";}}}i:1;a:1:{i:0;s:13:\"padding:1em 0\";}}i:562;a:2:{i:0;a:2:{s:25:\".ast-comment-info amp-img\";a:2:{i:1;a:1:{i:0;s:16:\"ast-comment-info\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:26:\".ast-comment-info amp-anim\";a:2:{i:1;a:1:{i:0;s:16:\"ast-comment-info\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:17:\"border-radius:50%\";}}i:563;a:2:{i:0;a:1:{s:27:\".ast-comment-cite-wrap cite\";a:2:{i:1;a:1:{i:0;s:21:\"ast-comment-cite-wrap\";}i:0;a:1:{i:0;s:4:\"cite\";}}}i:1;a:1:{i:0;s:17:\"font-style:normal\";}}i:564;a:2:{i:0;a:1:{s:20:\".comment-reply-title\";a:1:{i:1;a:1:{i:0;s:19:\"comment-reply-title\";}}}i:1;a:3:{i:0;s:15:\"padding-top:1em\";i:1;s:18:\"font-weight:normal\";i:2;s:16:\"line-height:1.65\";}}i:565;a:2:{i:0;a:1:{s:17:\".ast-comment-meta\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-meta\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:.5em\";}}i:566;a:2:{i:0;a:1:{s:14:\".comments-area\";a:1:{i:1;a:1:{i:0;s:13:\"comments-area\";}}}i:1;a:2:{i:0;s:25:\"border-top:1px solid #eee\";i:1;s:14:\"margin-top:2em\";}}i:567;a:2:{i:0;a:1:{s:36:\".comments-area .comment-form-comment\";a:1:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:20:\"comment-form-comment\";}}}i:1;a:4:{i:0;s:10:\"width:100%\";i:1;s:11:\"border:none\";i:2;s:8:\"margin:0\";i:3;s:9:\"padding:0\";}}i:568;a:2:{i:0;a:3:{s:29:\".comments-area .comment-notes\";a:1:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:13:\"comment-notes\";}}s:32:\".comments-area .comment-textarea\";a:1:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:16:\"comment-textarea\";}}s:33:\".comments-area .form-allowed-tags\";a:1:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:17:\"form-allowed-tags\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.5em\";}}i:569;a:2:{i:0;a:1:{s:27:\".comments-area .form-submit\";a:1:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:11:\"form-submit\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:570;a:2:{i:0;a:2:{s:31:\".comments-area textarea#comment\";a:3:{i:1;a:1:{i:0;s:13:\"comments-area\";}i:2;a:1:{i:0;s:7:\"comment\";}i:0;a:1:{i:0;s:8:\"textarea\";}}s:55:\".comments-area .ast-comment-formwrap input[type=\"text\"]\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:20:\"ast-comment-formwrap\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:10:\"width:100%\";i:1;s:15:\"border-radius:0\";i:2;s:21:\"vertical-align:middle\";i:3;s:18:\"margin-bottom:10px\";}}i:571;a:2:{i:0;a:1:{s:27:\".comments-area .no-comments\";a:1:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:11:\"no-comments\";}}}i:1;a:2:{i:0;s:15:\"margin-top:.5em\";i:1;s:18:\"margin-bottom:.5em\";}}i:572;a:2:{i:0;a:1:{s:29:\".comments-area p.logged-in-as\";a:2:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:12:\"logged-in-as\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:573;a:2:{i:0;a:1:{s:39:\".ast-separate-container .comments-title\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:14:\"comments-title\";}}}i:1;a:2:{i:0;s:21:\"background-color:#fff\";i:1;s:22:\"padding:1.2em 3.99em 0\";}}i:574;a:2:{i:0;a:1:{s:38:\".ast-separate-container .comments-area\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";}}}i:1;a:1:{i:0;s:12:\"border-top:0\";}}i:575;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-comment-list\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";}}}i:1;a:1:{i:0;s:16:\"padding-bottom:0\";}}i:576;a:2:{i:0;a:1:{s:44:\".ast-separate-container .ast-comment-list li\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:577;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"padding:4em 6.67em\";i:1;s:17:\"margin-bottom:2em\";}}i:578;s:27:\"@media (max-width: 1200px){\";i:579;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"padding:3em 3.34em\";}}i:580;s:1:\"}\";i:581;a:2:{i:0;a:1:{s:65:\".ast-separate-container .ast-comment-list li.depth-1 .children li\";a:2:{i:1;a:4:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";i:3;s:8:\"children\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"li\";}}}i:1;a:3:{i:0;s:16:\"padding-bottom:0\";i:1;s:13:\"padding-top:0\";i:2;s:15:\"margin-bottom:0\";}}i:582;a:2:{i:0;a:2:{s:65:\".ast-separate-container .ast-comment-list li.depth-1 .ast-comment\";a:2:{i:1;a:4:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";i:3;s:11:\"ast-comment\";}i:0;a:1:{i:0;s:2:\"li\";}}s:65:\".ast-separate-container .ast-comment-list li.depth-2 .ast-comment\";a:2:{i:1;a:4:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-2\";i:3;s:11:\"ast-comment\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-bottom:0\";}}i:583;a:2:{i:0;a:1:{s:58:\".ast-separate-container .ast-comment-list .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:15:\"comment-respond\";}}}i:1;a:3:{i:0;s:13:\"padding-top:0\";i:1;s:18:\"padding-bottom:1em\";i:2;s:28:\"background-color:transparent\";}}i:584;a:2:{i:0;a:1:{s:53:\".ast-separate-container .ast-comment-list .pingback p\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:8:\"pingback\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:585;a:2:{i:0;a:1:{s:55:\".ast-separate-container .ast-comment-list .bypostauthor\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";}}}i:1;a:2:{i:0;s:11:\"padding:2em\";i:1;s:17:\"margin-bottom:1em\";}}i:586;a:2:{i:0;a:1:{s:58:\".ast-separate-container .ast-comment-list .bypostauthor li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:22:\"background:transparent\";i:1;s:15:\"margin-bottom:0\";i:2;s:17:\"padding:0 0 0 2em\";}}i:587;a:2:{i:0;a:1:{s:40:\".ast-separate-container .comment-respond\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"comment-respond\";}}}i:1;a:3:{i:0;s:21:\"background-color:#fff\";i:1;s:18:\"padding:4em 6.67em\";i:2;s:15:\"border-bottom:0\";}}i:588;s:27:\"@media (max-width: 1200px){\";i:589;a:2:{i:0;a:1:{s:40:\".ast-separate-container .comment-respond\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"comment-respond\";}}}i:1;a:1:{i:0;s:18:\"padding:3em 2.34em\";}}i:590;s:1:\"}\";i:591;a:2:{i:0;a:1:{s:44:\".ast-separate-container .comment-reply-title\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:592;a:2:{i:0;a:1:{s:18:\".comment-content a\";a:2:{i:1;a:1:{i:0;s:15:\"comment-content\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"word-wrap:break-word\";}}i:593;a:2:{i:0;a:1:{s:20:\".comment-form-legend\";a:1:{i:1;a:1:{i:0;s:19:\"comment-form-legend\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:unset\";i:1;s:14:\"padding:0 .5em\";}}i:594;a:2:{i:0;a:1:{s:27:\".ast-comment-list .children\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-list\";i:1;s:8:\"children\";}}}i:1;a:1:{i:0;s:15:\"margin-left:2em\";}}i:595;s:26:\"@media (max-width: 992px){\";i:596;a:2:{i:0;a:1:{s:27:\".ast-comment-list .children\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-list\";i:1;s:8:\"children\";}}}i:1;a:1:{i:0;s:15:\"margin-left:1em\";}}i:597;s:1:\"}\";i:598;a:2:{i:0;a:1:{s:44:\".ast-comment-list #cancel-comment-reply-link\";a:2:{i:1;a:1:{i:0;s:16:\"ast-comment-list\";}i:2;a:1:{i:0;s:25:\"cancel-comment-reply-link\";}}}i:1;a:4:{i:0;s:18:\"white-space:nowrap\";i:1;s:14:\"font-size:15px\";i:2;s:14:\"font-size:1rem\";i:3;s:15:\"margin-left:1em\";}}i:599;a:2:{i:0;a:1:{s:17:\".ast-comment-info\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-info\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:17:\"position:relative\";}}i:600;a:2:{i:0;a:1:{s:17:\".ast-comment-meta\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-meta\";}}}i:1;a:2:{i:0;s:21:\"justify-content:right\";i:1;s:21:\"padding:0 3.4em 1.6em\";}}i:601;a:2:{i:0;a:1:{s:28:\".ast-comment-time .timendate\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-time\";i:1;s:9:\"timendate\";}}}i:1;a:1:{i:0;s:17:\"margin-right:.5em\";}}i:602;a:2:{i:0;a:1:{s:42:\".comments-area #wp-comment-cookies-consent\";a:2:{i:1;a:1:{i:0;s:13:\"comments-area\";}i:2;a:1:{i:0;s:26:\"wp-comment-cookies-consent\";}}}i:1;a:1:{i:0;s:17:\"margin-right:10px\";}}i:603;a:2:{i:0;a:1:{s:41:\".ast-page-builder-template .comments-area\";a:1:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:13:\"comments-area\";}}}i:1;a:4:{i:0;s:17:\"padding-left:20px\";i:1;s:18:\"padding-right:20px\";i:2;s:12:\"margin-top:0\";i:3;s:17:\"margin-bottom:2em\";}}i:604;a:2:{i:0;a:1:{s:69:\".ast-separate-container .ast-comment-list .bypostauthor .bypostauthor\";a:1:{i:1;a:4:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";i:3;s:12:\"bypostauthor\";}}}i:1;a:5:{i:0;s:22:\"background:transparent\";i:1;s:15:\"margin-bottom:0\";i:2;s:15:\"padding-right:0\";i:3;s:16:\"padding-bottom:0\";i:4;s:13:\"padding-top:0\";}}i:605;s:25:\"@media (min-width:922px){\";i:606;a:2:{i:0;a:1:{s:61:\".ast-separate-container .ast-comment-list li .comment-respond\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:15:\"comment-respond\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:22:\"padding-left:2.66666em\";i:1;s:23:\"padding-right:2.66666em\";}}i:607;s:1:\"}\";i:608;s:25:\"@media (max-width:544px){\";i:609;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:17:\"padding:1.5em 1em\";i:1;s:19:\"margin-bottom:1.5em\";}}i:610;a:2:{i:0;a:1:{s:55:\".ast-separate-container .ast-comment-list .bypostauthor\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";}}}i:1;a:1:{i:0;s:12:\"padding:.5em\";}}i:611;a:2:{i:0;a:1:{s:40:\".ast-separate-container .comment-respond\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"comment-respond\";}}}i:1;a:1:{i:0;s:17:\"padding:1.5em 1em\";}}i:612;a:2:{i:0;a:1:{s:58:\".ast-separate-container .ast-comment-list .bypostauthor li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"padding:0 0 0 .5em\";}}i:613;a:2:{i:0;a:1:{s:27:\".ast-comment-list .children\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-list\";i:1;s:8:\"children\";}}}i:1;a:1:{i:0;s:20:\"margin-left:.66666em\";}}i:614;s:1:\"}\";i:615;s:25:\"@media (max-width:921px){\";i:616;a:2:{i:0;a:2:{s:32:\".ast-comment-avatar-wrap amp-img\";a:2:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:33:\".ast-comment-avatar-wrap amp-anim\";a:2:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:15:\"max-width:2.5em\";}}i:617;a:2:{i:0;a:1:{s:14:\".comments-area\";a:1:{i:1;a:1:{i:0;s:13:\"comments-area\";}}}i:1;a:1:{i:0;s:16:\"margin-top:1.5em\";}}i:618;a:2:{i:0;a:1:{s:39:\".ast-separate-container .comments-title\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:21:\"padding:1.43em 1.48em\";}}i:619;a:2:{i:0;a:1:{s:17:\".ast-comment-meta\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-meta\";}}}i:1;a:1:{i:0;s:27:\"padding:0 1.8888em 1.3333em\";}}i:620;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:20:\"padding:1.5em 2.14em\";}}i:621;a:2:{i:0;a:1:{s:40:\".ast-separate-container .comment-respond\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"comment-respond\";}}}i:1;a:1:{i:0;s:18:\"padding:2em 2.14em\";}}i:622;a:2:{i:0;a:1:{s:24:\".ast-comment-avatar-wrap\";a:1:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}}}i:1;a:1:{i:0;s:17:\"margin-right:.5em\";}}i:623;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"543d9be378ad6e36435ce92a1ab60206\";s:10:\"parse_time\";d:0.09421706199645996;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(160253,'_transient_timeout_amp-parsed-stylesheet-v40-7d4cb4f4a574d45fed6b0d77db091e26','1762096991','off'),
(160254,'_transient_amp-parsed-stylesheet-v40-7d4cb4f4a574d45fed6b0d77db091e26','a:8:{s:6:\"tokens\";a:192:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:7:{i:0;s:8:\"margin:0\";i:1;s:14:\"font-size:14px\";i:2;s:15:\"line-height:1.5\";i:3;s:19:\"letter-spacing:.1px\";i:4;s:10:\"color:#fff\";i:5;s:18:\"background:#020000\";i:6;s:36:\"font-family:\"digital_sans_ef_medium\"\";}}i:3;a:2:{i:0;a:3:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:4:{i:0;s:13:\"color:#11a54f\";i:1;s:15:\"line-height:1.2\";i:2;s:15:\"margin:15px 0px\";i:3;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:27px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:7;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:3:{i:0;s:29:\"-webkit-box-sizing:border-box\";i:1;s:26:\"-moz-box-sizing:border-box\";i:2;s:21:\"box-sizing:border-box\";}}i:8;a:2:{i:0;a:1:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"color:#11a54f\";i:1;s:20:\"text-decoration:none\";}}i:9;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:10;a:2:{i:0;a:3:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:11;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#11a54f\";}}i:12;a:2:{i:0;a:2:{s:7:\"amp-img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:8:\"amp-anim\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:19:\"pointer-events:none\";}}i:13;a:2:{i:0;a:2:{s:9:\"a amp-img\";a:1:{i:0;a:2:{i:0;s:1:\"a\";i:1;s:7:\"amp-img\";}}s:10:\"a amp-anim\";a:1:{i:0;a:2:{i:0;s:1:\"a\";i:1;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:22:\"pointer-events:visible\";}}i:14;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:4:{i:0;s:18:\"list-style:decimal\";i:1;s:15:\"padding:5px 0px\";i:2;s:17:\"display:list-item\";i:3;s:10:\"float:none\";}}i:15;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:16;s:2078:\"@font-face{font-family:\"digital_sans_ef_medium\";src:url(\"webfonts/digital_sans_ef_medium.woff2\") format(\"woff2\"),url(\"webfonts/digital_sans_ef_medium.woff\") format(\"woff\");font-weight:normal;font-style:normal}@font-face{font-family:\"advanced_dot_digital7\";src:url(\"webfonts/advanced_dot_digital7.eot\");src:url(\"webfonts/advanced_dot_digital7.eot\") format(\"embedded-opentype\"),url(\"webfonts/advanced_dot_digital7.woff2\") format(\"woff2\"),url(\"webfonts/advanced_dot_digital7.woff\") format(\"woff\"),url(\"webfonts/advanced_dot_digital7.ttf\") format(\"truetype\"),url(\"webfonts/advanced_dot_digital7.svg#advanced_dot_digital7\") format(\"svg\")}@font-face{font-family:\"Font Awesome 5 Brands\";font-style:normal;font-weight:normal;font-display:auto;src:url(\"webfonts/fa-brands-400.eot\");src:url(\"webfonts/fa-brands-400.eot#iefix\") format(\"embedded-opentype\"),url(\"webfonts/fa-brands-400.woff2\") format(\"woff2\"),url(\"webfonts/fa-brands-400.woff\") format(\"woff\"),url(\"webfonts/fa-brands-400.ttf\") format(\"truetype\"),url(\"webfonts/fa-brands-400.svg#fontawesome\") format(\"svg\")}@font-face{font-family:\"Font Awesome 5 Free\";font-style:normal;font-weight:400;font-display:auto;src:url(\"webfonts/fa-regular-400.eot\");src:url(\"webfonts/fa-regular-400.eot#iefix\") format(\"embedded-opentype\"),url(\"webfonts/fa-regular-400.woff2\") format(\"woff2\"),url(\"webfonts/fa-regular-400.woff\") format(\"woff\"),url(\"webfonts/fa-regular-400.ttf\") format(\"truetype\"),url(\"webfonts/fa-regular-400.svg#fontawesome\") format(\"svg\")}@font-face{font-family:\"Font Awesome 5 Free\";font-style:normal;font-weight:900;font-display:auto;src:url(\"webfonts/fa-solid-900.eot\");src:url(\"webfonts/fa-solid-900.eot#iefix\") format(\"embedded-opentype\"),url(\"webfonts/fa-solid-900.woff2\") format(\"woff2\"),url(\"webfonts/fa-solid-900.woff\") format(\"woff\"),url(\"webfonts/fa-solid-900.ttf\") format(\"truetype\"),url(\"webfonts/fa-solid-900.svg#fontawesome\") format(\"svg\")}@font-face{font-family:\"LatoWeb\";src:url(\"webfonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"webfonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:17;a:2:{i:0;a:1:{s:9:\".svg-menu\";a:1:{i:1;a:1:{i:0;s:8:\"svg-menu\";}}}i:1;a:5:{i:0;s:11:\"height:20px\";i:1;s:10:\"width:20px\";i:2;s:20:\"display:inline-block\";i:3;s:20:\"background-size:18px\";i:4;s:27:\"background-repeat:no-repeat\";}}i:18;a:2:{i:0;a:1:{s:12:\".svg-beranda\";a:1:{i:1;a:1:{i:0;s:11:\"svg-beranda\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-beranda.png\")\";}}i:19;a:2:{i:0;a:1:{s:12:\".svg-content\";a:1:{i:1;a:1:{i:0;s:11:\"svg-content\";}}}i:1;a:5:{i:0;s:20:\"display:inline-block\";i:1;s:10:\"width:25px\";i:2;s:11:\"height:20px\";i:3;s:20:\"background-size:21px\";i:4;s:27:\"background-repeat:no-repeat\";}}i:20;a:2:{i:0;a:1:{s:10:\".svg-sport\";a:1:{i:1;a:1:{i:0;s:9:\"svg-sport\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-sports.png\")\";}}i:21;a:2:{i:0;a:1:{s:11:\".svg-casino\";a:1:{i:1;a:1:{i:0;s:10:\"svg-casino\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-casino.png\")\";}}i:22;a:2:{i:0;a:1:{s:10:\".svg-slots\";a:1:{i:1;a:1:{i:0;s:9:\"svg-slots\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-slots.png\")\";}}i:23;a:2:{i:0;a:1:{s:10:\".svg-togel\";a:1:{i:1;a:1:{i:0;s:9:\"svg-togel\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-togel.png\")\";}}i:24;a:2:{i:0;a:1:{s:12:\".svg-fishing\";a:1:{i:1;a:1:{i:0;s:11:\"svg-fishing\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-fishing.png\")\";}}i:25;a:2:{i:0;a:1:{s:10:\".svg-poker\";a:1:{i:1;a:1:{i:0;s:9:\"svg-poker\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/poker.png\")\";}}i:26;a:2:{i:0;a:1:{s:9:\".svg-gift\";a:1:{i:1;a:1:{i:0;s:8:\"svg-gift\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-gift.png\")\";}}i:27;a:2:{i:0;a:1:{s:8:\".svg-new\";a:1:{i:1;a:1:{i:0;s:7:\"svg-new\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-new.svg\")\";}}i:28;a:2:{i:0;a:1:{s:12:\".svg-populer\";a:1:{i:1;a:1:{i:0;s:11:\"svg-populer\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-populer.svg\")\";}}i:29;a:2:{i:0;a:1:{s:10:\".svg-gacor\";a:1:{i:1;a:1:{i:0;s:9:\"svg-gacor\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-gacor.svg\")\";}}i:30;a:2:{i:0;a:1:{s:13:\".svg-whatsapp\";a:1:{i:1;a:1:{i:0;s:12:\"svg-whatsapp\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-whatsapp.png\")\";}}i:31;a:2:{i:0;a:1:{s:13:\".svg-telegram\";a:1:{i:1;a:1:{i:0;s:12:\"svg-telegram\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-telegram.png\")\";}}i:32;a:2:{i:0;a:1:{s:10:\".svg-login\";a:1:{i:1;a:1:{i:0;s:9:\"svg-login\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/login.png\")\";}}i:33;a:2:{i:0;a:1:{s:13:\".svg-livechat\";a:1:{i:1;a:1:{i:0;s:12:\"svg-livechat\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-livechat.png\")\";}}i:34;a:2:{i:0;a:1:{s:18:\".svg-whatsapp-gray\";a:1:{i:1;a:1:{i:0;s:17:\"svg-whatsapp-gray\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-whatsapp-gray.png\")\";}}i:35;a:2:{i:0;a:1:{s:18:\".svg-telegram-gray\";a:1:{i:1;a:1:{i:0;s:17:\"svg-telegram-gray\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-telegram-gray.png\")\";}}i:36;a:2:{i:0;a:1:{s:18:\".svg-livechat-gray\";a:1:{i:1;a:1:{i:0;s:17:\"svg-livechat-gray\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-livechat-gray.svg\")\";}}i:37;a:2:{i:0;a:1:{s:10:\".svg-unduh\";a:1:{i:1;a:1:{i:0;s:9:\"svg-unduh\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/icon-unduh.png\")\";}}i:38;a:2:{i:0;a:1:{s:8:\".svg-hot\";a:1:{i:1;a:1:{i:0;s:7:\"svg-hot\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/icon/hot-games.png\")\";}}i:39;a:2:{i:0;a:1:{s:7:\".header\";a:1:{i:1;a:1:{i:0;s:6:\"header\";}}}i:1;a:4:{i:0;s:10:\"width:100%\";i:1;s:14:\"z-index:999999\";i:2;s:14:\"position:fixed\";i:3;s:18:\"background:#191919\";}}i:40;a:2:{i:0;a:1:{s:9:\".top-left\";a:1:{i:1;a:1:{i:0;s:8:\"top-left\";}}}i:1;a:4:{i:0;s:10:\"float:left\";i:1;s:9:\"width:27%\";i:2;s:12:\"display:flex\";i:3;s:26:\"justify-content:flex-start\";}}i:41;a:2:{i:0;a:1:{s:10:\".top-right\";a:1:{i:1;a:1:{i:0;s:9:\"top-right\";}}}i:1;a:4:{i:0;s:15:\"line-height:1.2\";i:1;s:14:\"font-size:11px\";i:2;s:11:\"float:right\";i:3;s:9:\"width:70%\";}}i:42;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:4:{i:0;s:10:\"float:left\";i:1;s:8:\"top:12px\";i:2;s:8:\"left:0px\";i:3;s:9:\"width:24%\";}}i:43;a:2:{i:0;a:2:{s:18:\".site-logo amp-img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:19:\".site-logo amp-anim\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:11:\"width:200px\";}}i:44;a:2:{i:0;a:1:{s:8:\".nav-bar\";a:1:{i:1;a:1:{i:0;s:7:\"nav-bar\";}}}i:1;a:2:{i:0;s:61:\"background-color:(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\";i:1;s:28:\"border-top:1px solid #2b2b2b\";}}i:45;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:127px\";}}i:46;a:2:{i:0;a:1:{s:5:\".main\";a:1:{i:1;a:1:{i:0;s:4:\"main\";}}}i:1;a:1:{i:0;s:18:\"background:#191919\";}}i:47;a:2:{i:0;a:1:{s:6:\".slide\";a:1:{i:1;a:1:{i:0;s:5:\"slide\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:17px\";}}i:48;a:2:{i:0;a:2:{s:16:\".jackpot amp-img\";a:2:{i:1;a:1:{i:0;s:7:\"jackpot\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:17:\".jackpot amp-anim\";a:2:{i:1;a:1:{i:0;s:7:\"jackpot\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:4:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";i:2;s:13:\"display:block\";i:3;s:17:\"border-radius:9px\";}}i:49;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:4:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";i:3;s:15:\"overflow:hidden\";}}i:50;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:6:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:18:\"-ms-flex-wrap:wrap\";i:5;s:14:\"flex-wrap:wrap\";}}i:51;a:2:{i:0;a:1:{s:9:\".col-sm-2\";a:1:{i:1;a:1:{i:0;s:8:\"col-sm-2\";}}}i:1;a:5:{i:0;s:14:\"flex:0 0 15.9%\";i:1;s:15:\"max-width:15.9%\";i:2;s:14:\"margin:5px 4px\";i:3;s:22:\"justify-content:center\";i:4;s:20:\"align-content:center\";}}i:52;a:2:{i:0;a:1:{s:10:\".col-sm-12\";a:1:{i:1;a:1:{i:0;s:9:\"col-sm-12\";}}}i:1;a:3:{i:0;s:17:\"-ms-flex:0 0 100%\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";}}i:53;a:2:{i:0;a:1:{s:10:\".col-title\";a:1:{i:1;a:1:{i:0;s:9:\"col-title\";}}}i:1;a:6:{i:0;s:15:\"padding:9px 0px\";i:1;s:17:\"position:absolute\";i:2;s:9:\"top:-14px\";i:3;s:9:\"left:21px\";i:4;s:9:\"z-index:2\";i:5;s:18:\"background:#101013\";}}i:54;a:2:{i:0;a:1:{s:11:\".col-border\";a:1:{i:1;a:1:{i:0;s:10:\"col-border\";}}}i:1;a:4:{i:0;s:21:\"border:1px solid #333\";i:1;s:17:\"border-radius:7px\";i:2;s:15:\"margin:5px auto\";i:3;s:12:\"padding:18px\";}}i:55;a:2:{i:0;a:1:{s:19:\".payment .col-sm-12\";a:1:{i:1;a:2:{i:0;s:7:\"payment\";i:1;s:9:\"col-sm-12\";}}}i:1;a:1:{i:0;s:16:\"margin:10px auto\";}}i:56;a:2:{i:0;a:1:{s:16:\".post-taxonomies\";a:1:{i:1;a:1:{i:0;s:15:\"post-taxonomies\";}}}i:1;a:1:{i:0;s:14:\"padding:20px 0\";}}i:57;a:2:{i:0;a:1:{s:27:\".post-taxonomies .container\";a:1:{i:1;a:2:{i:0;s:15:\"post-taxonomies\";i:1;s:9:\"container\";}}}i:1;a:1:{i:0;s:28:\"border-bottom:1px solid #333\";}}i:58;a:2:{i:0;a:1:{s:11:\".tags-title\";a:1:{i:1;a:1:{i:0;s:10:\"tags-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:59;a:2:{i:0;a:2:{s:11:\".tags-title\";a:1:{i:1;a:1:{i:0;s:10:\"tags-title\";}}s:11:\".tags-links\";a:1:{i:1;a:1:{i:0;s:10:\"tags-links\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:14:\"padding:10px 0\";}}i:60;a:2:{i:0;a:1:{s:13:\".tags-links a\";a:2:{i:1;a:1:{i:0;s:10:\"tags-links\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:5:{i:0;s:18:\"background:#503000\";i:1;s:20:\"display:inline-block\";i:2;s:17:\"border-radius:8px\";i:3;s:17:\"padding:15px 20px\";i:4;s:10:\"color:#fff\";}}i:61;a:2:{i:0;a:1:{s:12:\".main-menu i\";a:2:{i:1;a:1:{i:0;s:9:\"main-menu\";}i:0;a:1:{i:0;s:1:\"i\";}}}i:1;a:5:{i:0;s:13:\"display:block\";i:1;s:11:\"margin:auto\";i:2;s:10:\"width:30px\";i:3;s:11:\"height:30px\";i:4;s:20:\"background-size:26px\";}}i:62;a:2:{i:0;a:3:{s:7:\"ul.menu\";a:2:{i:1;a:1:{i:0;s:4:\"menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.contact-us\";a:2:{i:1;a:1:{i:0;s:10:\"contact-us\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:12:\"ul.main-menu\";a:2:{i:1;a:1:{i:0;s:9:\"main-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:8:\"margin:0\";i:2;s:24:\"text-transform:uppercase\";}}i:63;a:2:{i:0;a:1:{s:10:\".main-menu\";a:1:{i:1;a:1:{i:0;s:9:\"main-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:64;a:2:{i:0;a:2:{s:28:\".main-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:9:\"main-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:21:\".main-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:9:\"main-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#11a54f\";}}i:65;a:2:{i:0;a:1:{s:13:\".main-menu li\";a:2:{i:1;a:1:{i:0;s:9:\"main-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:8:\"margin:0\";i:4;s:9:\"padding:0\";}}i:66;a:2:{i:0;a:1:{s:15:\".main-menu li a\";a:2:{i:1;a:1:{i:0;s:9:\"main-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:7:{i:0;s:14:\"font-size:14px\";i:1;s:17:\"position:relative\";i:2;s:20:\"display:inline-block\";i:3;s:16:\"line-height:18px\";i:4;s:17:\"padding:20px 24px\";i:5;s:6:\"flex:1\";i:6;s:13:\"color:#a3a3a3\";}}i:67;a:2:{i:0;a:1:{s:13:\"ul.contact-us\";a:2:{i:1;a:1:{i:0;s:10:\"contact-us\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:14:\"padding:15px 0\";i:1;s:25:\"text-transform:capitalize\";}}i:68;a:2:{i:0;a:1:{s:11:\".contact-us\";a:1:{i:1;a:1:{i:0;s:10:\"contact-us\";}}}i:1;a:2:{i:0;s:11:\"float:right\";i:1;s:11:\"height:36px\";}}i:69;a:2:{i:0;a:1:{s:14:\".contact-us li\";a:2:{i:1;a:1:{i:0;s:10:\"contact-us\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:28:\"border-right:dotted 1px #fff\";i:1;s:17:\"padding-left:10px\";i:2;s:18:\"padding-right:10px\";i:3;s:20:\"display:inline-block\";i:4;s:10:\"float:left\";}}i:70;a:2:{i:0;a:1:{s:12:\".site-footer\";a:1:{i:1;a:1:{i:0;s:11:\"site-footer\";}}}i:1;a:4:{i:0;s:13:\"display:block\";i:1;s:11:\"margin:auto\";i:2;s:15:\"max-width:200px\";i:3;s:18:\"margin-bottom:20px\";}}i:71;a:2:{i:0;a:1:{s:26:\".contact-us li:first-child\";a:2:{i:1;a:1:{i:0;s:10:\"contact-us\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"padding-right:10px\";i:1;s:13:\"border-left:0\";}}i:72;a:2:{i:0;a:1:{s:25:\".contact-us li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"contact-us\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"padding-right:10px\";i:1;s:14:\"border-right:0\";}}i:73;a:2:{i:0;a:1:{s:16:\".contact-us li a\";a:2:{i:1;a:1:{i:0;s:10:\"contact-us\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"color:#9a9a9a\";i:1;s:14:\"font-size:11px\";}}i:74;a:2:{i:0;a:1:{s:22:\".contact-us li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"contact-us\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#11a54f\";}}i:75;a:2:{i:0;a:1:{s:21:\".contact-us .svg-menu\";a:1:{i:1;a:2:{i:0;s:10:\"contact-us\";i:1;s:8:\"svg-menu\";}}}i:1;a:5:{i:0;s:11:\"height:20px\";i:1;s:10:\"width:20px\";i:2;s:20:\"display:inline-block\";i:3;s:20:\"background-size:17px\";i:4;s:27:\"background-repeat:no-repeat\";}}i:76;a:2:{i:0;a:1:{s:16:\".contact-us li i\";a:2:{i:1;a:1:{i:0;s:10:\"contact-us\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"i\";}}}i:1;a:1:{i:0;s:21:\"vertical-align:middle\";}}i:77;a:2:{i:0;a:1:{s:13:\".quick-footer\";a:1:{i:1;a:1:{i:0;s:12:\"quick-footer\";}}}i:1;a:9:{i:0;s:14:\"position:fixed\";i:1;s:11:\"width:170px\";i:2;s:11:\"height:40px\";i:3;s:10:\"bottom:0px\";i:4;s:10:\"right:10px\";i:5;s:18:\"background:#e8911a\";i:6;s:29:\"border-radius:5px 5px 0px 0px\";i:7;s:11:\"z-index:100\";i:8;s:11:\"padding:2px\";}}i:78;a:2:{i:0;a:1:{s:15:\".quick-footer i\";a:2:{i:1;a:1:{i:0;s:12:\"quick-footer\";}i:0;a:1:{i:0;s:1:\"i\";}}}i:1;a:4:{i:0;s:14:\"font-size:22px\";i:1;s:17:\"position:relative\";i:2;s:11:\"right:-42px\";i:3;s:8:\"top:-2px\";}}i:79;a:2:{i:0;a:1:{s:16:\".quick-footer li\";a:2:{i:1;a:1:{i:0;s:12:\"quick-footer\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"margin:1px auto\";i:1;s:16:\"padding:4px 12px\";}}i:80;a:2:{i:0;a:1:{s:18:\".quick-footer li a\";a:2:{i:1;a:1:{i:0;s:12:\"quick-footer\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:6:{i:0;s:10:\"color:#fff\";i:1;s:12:\"display:flex\";i:2;s:15:\"align-items:end\";i:3;s:17:\"text-align:center\";i:4;s:14:\"font-size:19px\";i:5;s:24:\"text-transform:uppercase\";}}i:81;a:2:{i:0;a:1:{s:18:\".quick-footer li i\";a:2:{i:1;a:1:{i:0;s:12:\"quick-footer\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"i\";}}}i:1;a:1:{i:0;s:21:\"vertical-align:middle\";}}i:82;a:2:{i:0;a:1:{s:23:\".quick-footer .svg-menu\";a:1:{i:1;a:2:{i:0;s:12:\"quick-footer\";i:1;s:8:\"svg-menu\";}}}i:1;a:5:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"display:inline-block\";i:3;s:20:\"background-size:30px\";i:4;s:27:\"background-repeat:no-repeat\";}}i:83;a:2:{i:0;a:1:{s:5:\".menu\";a:1:{i:1;a:1:{i:0;s:4:\"menu\";}}}i:1;a:4:{i:0;s:11:\"float:right\";i:1;s:17:\"position:relative\";i:2;s:11:\"padding:0px\";i:3;s:15:\"margin:0px auto\";}}i:84;a:2:{i:0;a:1:{s:8:\".menu li\";a:2:{i:1;a:1:{i:0;s:4:\"menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:10:\"float:left\";i:1;s:17:\"position:relative\";i:2;s:14:\"font-size:14px\";i:3;s:24:\"text-transform:uppercase\";i:4;s:14:\"min-width:68px\";i:5;s:22:\"margin:0px 0px 0px 4px\";i:6;s:17:\"text-align:center\";i:7;s:15:\"padding:5px 5px\";i:8;s:22:\"vertical-align:inherit\";i:9;s:18:\"border-radius:27px\";}}i:85;a:2:{i:0;a:1:{s:8:\".menu ul\";a:2:{i:1;a:1:{i:0;s:4:\"menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:6:{i:0;s:16:\"padding-top:15px\";i:1;s:29:\"border-radius:0px 0px 4px 4px\";i:2;s:37:\"-webkit-border-radius:0px 0px 4px 4px\";i:3;s:34:\"-moz-border-radius:0px 0px 4px 4px\";i:4;s:33:\"-ms-border-radius:0px 0px 4px 4px\";i:5;s:32:\"-o-border-radius:0px 0px 4px 4px\";}}i:86;a:2:{i:0;a:1:{s:10:\".menu li a\";a:2:{i:1;a:1:{i:0;s:4:\"menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:16:\"padding:4px 21px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:28:\"text-shadow:0px 0px 3px #000\";}}i:87;a:2:{i:0;a:2:{s:7:\".daftar\";a:1:{i:1;a:1:{i:0;s:6:\"daftar\";}}s:13:\".quick-footer\";a:1:{i:1;a:1:{i:0;s:12:\"quick-footer\";}}}i:1;a:2:{i:0;s:70:\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\";i:1;s:28:\"border-top:1px solid #11a54f\";}}i:88;a:2:{i:0;a:1:{s:13:\".daftar:hover\";a:1:{i:1;a:1:{i:0;s:6:\"daftar\";}}}i:1;a:2:{i:0;s:18:\"background:#115f13\";i:1;s:84:\"background-image:-webkit-linear-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\";}}i:89;a:2:{i:0;a:1:{s:6:\".login\";a:1:{i:1;a:1:{i:0;s:5:\"login\";}}}i:1;a:2:{i:0;s:18:\"background:#505050\";i:1;s:28:\"border-top:1px solid #7e7e7e\";}}i:90;a:2:{i:0;a:1:{s:12:\".login:hover\";a:1:{i:1;a:1:{i:0;s:5:\"login\";}}}i:1;a:2:{i:0;s:18:\"background:#00490c\";i:1;s:66:\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\";}}i:91;a:2:{i:0;a:1:{s:4:\".rtp\";a:1:{i:1;a:1:{i:0;s:3:\"rtp\";}}}i:1;a:3:{i:0;s:18:\"background:#505050\";i:1;s:56:\"background-image:linear-gradient(to bottom,#0ef,#001aff)\";i:2;s:28:\"border-top:1px solid #7e7e7e\";}}i:92;a:2:{i:0;a:1:{s:10:\".rtp:hover\";a:1:{i:1;a:1:{i:0;s:3:\"rtp\";}}}i:1;a:2:{i:0;s:18:\"background:#00490c\";i:1;s:66:\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\";}}i:93;a:2:{i:0;a:1:{s:11:\".alternatif\";a:1:{i:1;a:1:{i:0;s:10:\"alternatif\";}}}i:1;a:3:{i:0;s:18:\"background:#c8ff00\";i:1;s:59:\"background-image:linear-gradient(to bottom,#ffae00,#c8ff00)\";i:2;s:28:\"border-top:1px solid #7e7e7e\";}}i:94;a:2:{i:0;a:1:{s:17:\".alternatif:hover\";a:1:{i:1;a:1:{i:0;s:10:\"alternatif\";}}}i:1;a:2:{i:0;s:18:\"background:#00490c\";i:1;s:69:\"background-image:-webkit-linear-gradient(top,#c8ff00 0%,#ffae00 100%)\";}}i:95;a:2:{i:0;a:1:{s:12:\".login-panel\";a:1:{i:1;a:1:{i:0;s:11:\"login-panel\";}}}i:1;a:1:{i:0;s:12:\"margin:6px 0\";}}i:96;a:2:{i:0;a:2:{s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:3:{i:0;s:15:\"list-style:none\";i:1;s:8:\"margin:0\";i:2;s:15:\"padding:5px 0px\";}}i:97;a:2:{i:0;a:1:{s:10:\"ul.article\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:17:\"list-style:circle\";i:1;s:16:\"padding:5px 30px\";}}i:98;a:2:{i:0;a:1:{s:11:\".article li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"list-style:disc\";i:1;s:15:\"margin:0px 35px\";}}i:99;a:2:{i:0;a:1:{s:14:\".article ol li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"list-style:decimal\";}}i:100;a:2:{i:0;a:5:{s:11:\".ct-rounded\";a:1:{i:1;a:1:{i:0;s:10:\"ct-rounded\";}}s:19:\".ct-rounded amp-img\";a:2:{i:1;a:1:{i:0;s:10:\"ct-rounded\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:20:\".ct-rounded amp-anim\";a:2:{i:1;a:1:{i:0;s:10:\"ct-rounded\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:21:\".ct-rounded .col-sm-2\";a:1:{i:1;a:2:{i:0;s:10:\"ct-rounded\";i:1;s:8:\"col-sm-2\";}}s:22:\".bg-rounded .container\";a:1:{i:1;a:2:{i:0;s:10:\"bg-rounded\";i:1;s:9:\"container\";}}}i:1;a:1:{i:0;s:18:\"border-radius:12px\";}}i:101;a:2:{i:0;a:1:{s:22:\".bg-rounded .container\";a:1:{i:1;a:2:{i:0;s:10:\"bg-rounded\";i:1;s:9:\"container\";}}}i:1;a:3:{i:0;s:12:\"padding:25px\";i:1;s:18:\"background:#020206\";i:2;s:18:\"margin-bottom:30px\";}}i:102;a:2:{i:0;a:1:{s:11:\".ct-rounded\";a:1:{i:1;a:1:{i:0;s:10:\"ct-rounded\";}}}i:1;a:4:{i:0;s:12:\"padding:15px\";i:1;s:18:\"background:#160002\";i:2;s:24:\"border:3px solid #11a54f\";i:3;s:16:\"margin:10px auto\";}}i:103;a:2:{i:0;a:1:{s:21:\".ct-rounded .col-sm-2\";a:1:{i:1;a:2:{i:0;s:10:\"ct-rounded\";i:1;s:8:\"col-sm-2\";}}}i:1;a:3:{i:0;s:70:\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\";i:1;s:11:\"padding:2px\";i:2;s:11:\"height:100%\";}}i:104;a:2:{i:0;a:1:{s:13:\".game-wrapper\";a:1:{i:1;a:1:{i:0;s:12:\"game-wrapper\";}}}i:1;a:2:{i:0;s:12:\"height:200px\";i:1;s:9:\"z-index:0\";}}i:105;a:2:{i:0;a:1:{s:9:\".game-img\";a:1:{i:1;a:1:{i:0;s:8:\"game-img\";}}}i:1;a:4:{i:0;s:17:\"position:absolute\";i:1;s:10:\"width:100%\";i:2;s:5:\"top:0\";i:3;s:9:\"z-index:0\";}}i:106;a:2:{i:0;a:1:{s:14:\".image-wrapper\";a:1:{i:1;a:1:{i:0;s:13:\"image-wrapper\";}}}i:1;a:1:{i:0;s:9:\"z-index:0\";}}i:107;a:2:{i:0;a:1:{s:14:\".games-wrapper\";a:1:{i:1;a:1:{i:0;s:13:\"games-wrapper\";}}}i:1;a:7:{i:0;s:17:\"position:absolute\";i:1;s:10:\"width:100%\";i:2;s:11:\"height:100%\";i:3;s:5:\"top:0\";i:4;s:6:\"left:0\";i:5;s:7:\"right:0\";i:6;s:8:\"bottom:0\";}}i:108;a:2:{i:0;a:1:{s:10:\".title-row\";a:1:{i:1;a:1:{i:0;s:9:\"title-row\";}}}i:1;a:5:{i:0;s:16:\"margin:21px auto\";i:1;s:31:\"border-bottom:3px solid #11a54f\";i:2;s:14:\"font-size:19px\";i:3;s:12:\"display:flex\";i:4;s:18:\"align-items:center\";}}i:109;a:2:{i:0;a:1:{s:12:\".title-games\";a:1:{i:1;a:1:{i:0;s:11:\"title-games\";}}}i:1;a:6:{i:0;s:14:\"font-size:14px\";i:1;s:20:\"padding:4px 10px 8px\";i:2;s:10:\"color:#fff\";i:3;s:22:\"text-overflow:ellipsis\";i:4;s:18:\"white-space:nowrap\";i:5;s:17:\"text-align:center\";}}i:110;a:2:{i:0;a:1:{s:7:\".footer\";a:1:{i:1;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:18:\"background:#101013\";i:2;s:24:\"padding:0px 0px 20px 0px\";}}i:111;a:2:{i:0;a:1:{s:11:\".disclaimer\";a:1:{i:1;a:1:{i:0;s:10:\"disclaimer\";}}}i:1;a:1:{i:0;s:29:\"border-top:1px dotted #101013\";}}i:112;a:2:{i:0;a:2:{s:15:\".footer amp-img\";a:2:{i:1;a:1:{i:0;s:6:\"footer\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\".footer amp-anim\";a:2:{i:1;a:1:{i:0;s:6:\"footer\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:113;a:2:{i:0;a:1:{s:13:\".footer-title\";a:1:{i:1;a:1:{i:0;s:12:\"footer-title\";}}}i:1;a:3:{i:0;s:14:\"font-size:15px\";i:1;s:13:\"color:#d5d5d5\";i:2;s:16:\"margin:20px auto\";}}i:114;a:2:{i:0;a:1:{s:12:\".footer .row\";a:1:{i:1;a:2:{i:0;s:6:\"footer\";i:1;s:3:\"row\";}}}i:1;a:1:{i:0;s:20:\"justify-content:left\";}}i:115;a:2:{i:0;a:1:{s:17:\".footer .col-sm-2\";a:1:{i:1;a:2:{i:0;s:6:\"footer\";i:1;s:8:\"col-sm-2\";}}}i:1;a:1:{i:0;s:20:\"justify-content:left\";}}i:116;a:2:{i:0;a:2:{s:19:\".provider .col-sm-2\";a:1:{i:1;a:2:{i:0;s:8:\"provider\";i:1;s:8:\"col-sm-2\";}}s:18:\".payment .col-sm-2\";a:1:{i:1;a:2:{i:0;s:7:\"payment\";i:1;s:8:\"col-sm-2\";}}}i:1;a:2:{i:0;s:15:\"max-width:111px\";i:1;s:10:\"margin:7px\";}}i:117;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:3:{i:0;s:14:\"font-size:11px\";i:1;s:16:\"padding:15px 0px\";i:2;s:17:\"text-align:center\";}}i:118;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:10:\"color:#aaa\";i:1;s:20:\"display:inline-block\";}}i:119;a:2:{i:0;a:1:{s:8:\".article\";a:1:{i:1;a:1:{i:0;s:7:\"article\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:120;s:42:\"@media only screen and (max-width: 768px){\";i:121;a:2:{i:0;a:2:{s:19:\".main-slide amp-img\";a:2:{i:1;a:1:{i:0;s:10:\"main-slide\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:20:\".main-slide amp-anim\";a:2:{i:1;a:1:{i:0;s:10:\"main-slide\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:11:\"height:100%\";}}i:122;a:2:{i:0;a:2:{s:10:\".main-menu\";a:1:{i:1;a:1:{i:0;s:9:\"main-menu\";}}s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:123;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:124;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:125;a:2:{i:0;a:1:{s:7:\".header\";a:1:{i:1;a:1:{i:0;s:6:\"header\";}}}i:1;a:4:{i:0;s:14:\"z-index:999999\";i:1;s:11:\"height:65px\";i:2;s:14:\"position:fixed\";i:3;s:18:\"background:#151515\";}}i:126;a:2:{i:0;a:1:{s:8:\".nav-bar\";a:1:{i:1;a:1:{i:0;s:7:\"nav-bar\";}}}i:1;a:1:{i:0;s:8:\"border:0\";}}i:127;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:128;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:7:{i:0;s:7:\"top:9px\";i:1;s:8:\"left:0px\";i:2;s:7:\"right:0\";i:3;s:11:\"width:149px\";i:4;s:10:\"float:none\";i:5;s:11:\"margin:auto\";i:6;s:17:\"position:absolute\";}}i:129;a:2:{i:0;a:2:{s:18:\".site-logo amp-img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:19:\".site-logo amp-anim\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:3:{i:0;s:11:\"width:150px\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:130;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:4:{i:0;s:7:\"top:0px\";i:1;s:8:\"left:0px\";i:2;s:11:\"margin:auto\";i:3;s:10:\"width:100%\";}}i:131;a:2:{i:0;a:3:{s:12:\".menu-mobile\";a:1:{i:1;a:1:{i:0;s:11:\"menu-mobile\";}}s:26:\".menu-login-menu-container\";a:1:{i:1;a:1:{i:0;s:25:\"menu-login-menu-container\";}}s:6:\".slide\";a:1:{i:1;a:1:{i:0;s:5:\"slide\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"margin:auto\";}}i:132;a:2:{i:0;a:1:{s:21:\".menu-mobile .menu li\";a:2:{i:1;a:2:{i:0;s:11:\"menu-mobile\";i:1;s:4:\"menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:69:\"background-image:-webkit-linear-gradient(top,#ababab 0%,#585858 100%)\";}}i:133;a:2:{i:0;a:1:{s:5:\".menu\";a:1:{i:1;a:1:{i:0;s:4:\"menu\";}}}i:1;a:1:{i:0;s:10:\"float:none\";}}i:134;a:2:{i:0;a:1:{s:14:\".main-homepage\";a:1:{i:1;a:1:{i:0;s:13:\"main-homepage\";}}}i:1;a:1:{i:0;s:18:\"background:#131313\";}}i:135;a:2:{i:0;a:1:{s:17:\".main-homepage li\";a:2:{i:1;a:1:{i:0;s:13:\"main-homepage\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"width:23.4%\";i:1;s:17:\"border-radius:7px\";i:2;s:17:\"margin-bottom:5px\";i:3;s:20:\"display:inline-block\";}}i:136;a:2:{i:0;a:1:{s:19:\".main-homepage li a\";a:2:{i:1;a:1:{i:0;s:13:\"main-homepage\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:7:{i:0;s:11:\"padding:7px\";i:1;s:14:\"font-size:14px\";i:2;s:12:\"display:flex\";i:3;s:18:\"align-items:center\";i:4;s:16:\"flex-wrap:nowrap\";i:5;s:21:\"flex-direction:column\";i:6;s:13:\"color:#8b8b8b\";}}i:137;a:2:{i:0;a:1:{s:27:\".main-homepage li .svg-menu\";a:2:{i:1;a:2:{i:0;s:13:\"main-homepage\";i:1;s:8:\"svg-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:138;a:2:{i:0;a:1:{s:13:\".login-mobile\";a:1:{i:1;a:1:{i:0;s:12:\"login-mobile\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:139;a:2:{i:0;a:1:{s:16:\".login-mobile li\";a:2:{i:1;a:1:{i:0;s:12:\"login-mobile\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"border-radius:2px\";i:2;s:11:\"width:49.5%\";i:3;s:17:\"text-align:center\";}}i:140;a:2:{i:0;a:1:{s:18:\".login-mobile li a\";a:2:{i:1;a:1:{i:0;s:12:\"login-mobile\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:18px\";i:2;s:16:\"padding:9px 20px\";i:3;s:13:\"display:block\";i:4;s:28:\"text-shadow:0px 0px 3px #000\";}}i:141;a:2:{i:0;a:1:{s:11:\"ul.nav-item\";a:2:{i:1;a:1:{i:0;s:8:\"nav-item\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:142;a:2:{i:0;a:1:{s:16:\".nav-item li a i\";a:2:{i:1;a:1:{i:0;s:8:\"nav-item\";}i:0;a:3:{i:0;s:2:\"li\";i:1;s:1:\"a\";i:2;s:1:\"i\";}}}i:1;a:1:{i:0;s:21:\"vertical-align:middle\";}}i:143;a:2:{i:0;a:1:{s:12:\".nav-item li\";a:2:{i:1;a:1:{i:0;s:8:\"nav-item\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:18:\"background:#1a1a1a\";i:1;s:17:\"position:relative\";i:2;s:16:\"line-height:20px\";i:3;s:20:\"display:inline-block\";i:4;s:10:\"width:100%\";}}i:144;a:2:{i:0;a:1:{s:14:\".nav-item li a\";a:2:{i:1;a:1:{i:0;s:8:\"nav-item\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:25:\"text-transform:capitalize\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#ddd\";i:3;s:20:\"text-decoration:none\";i:4;s:17:\"padding:10px 15px\";}}i:145;a:2:{i:0;a:1:{s:18:\".nav-item li:hover\";a:2:{i:1;a:1:{i:0;s:8:\"nav-item\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:24:\"background-color:#393939\";}}i:146;a:2:{i:0;a:1:{s:27:\".nav-item li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:8:\"nav-item\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:24:\"background-color:#393939\";i:1;s:13:\"display:block\";i:2;s:10:\"width:100%\";}}i:147;a:2:{i:0;a:1:{s:19:\".nav-item li:before\";a:2:{i:1;a:1:{i:0;s:8:\"nav-item\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:8:{i:0;s:10:\"content:\"\"\";i:1;s:17:\"position:absolute\";i:2;s:5:\"top:0\";i:3;s:6:\"left:0\";i:4;s:10:\"z-index:-1\";i:5;s:11:\"height:100%\";i:6;s:9:\"width:3px\";i:7;s:24:\"background-color:#393939\";}}i:148;a:2:{i:0;a:1:{s:17:\".contact-floating\";a:1:{i:1;a:1:{i:0;s:16:\"contact-floating\";}}}i:1;a:6:{i:0;s:14:\"position:fixed\";i:1;s:8:\"bottom:0\";i:2;s:18:\"background:#1e1e1e\";i:3;s:10:\"width:100%\";i:4;s:11:\"padding:3px\";i:5;s:9:\"z-index:3\";}}i:149;a:2:{i:0;a:1:{s:22:\".contact-floating li a\";a:2:{i:1;a:1:{i:0;s:16:\"contact-floating\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:14:\"font-size:13px\";i:1;s:10:\"color:#fff\";}}i:150;a:2:{i:0;a:1:{s:20:\".contact-floating li\";a:2:{i:1;a:1:{i:0;s:16:\"contact-floating\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:20:\"display:inline-block\";i:1;s:9:\"width:32%\";i:2;s:17:\"text-align:center\";i:3;s:15:\"padding:5px 0px\";}}i:151;a:2:{i:0;a:1:{s:22:\".contact-floating li i\";a:2:{i:1;a:1:{i:0;s:16:\"contact-floating\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"i\";}}}i:1;a:5:{i:0;s:13:\"display:block\";i:1;s:11:\"margin:auto\";i:2;s:20:\"background-size:25px\";i:3;s:10:\"width:25px\";i:4;s:11:\"height:25px\";}}i:152;a:2:{i:0;a:1:{s:5:\".main\";a:1:{i:1;a:1:{i:0;s:4:\"main\";}}}i:1;a:1:{i:0;s:18:\"background:#020206\";}}i:153;a:2:{i:0;a:1:{s:6:\".slide\";a:1:{i:1;a:1:{i:0;s:5:\"slide\";}}}i:1;a:1:{i:0;s:8:\"border:0\";}}i:154;a:2:{i:0;a:1:{s:11:\".main-slide\";a:1:{i:1;a:1:{i:0;s:10:\"main-slide\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:155;a:2:{i:0;a:1:{s:22:\".bg-rounded .container\";a:1:{i:1;a:2:{i:0;s:10:\"bg-rounded\";i:1;s:9:\"container\";}}}i:1;a:3:{i:0;s:11:\"padding:5px\";i:1;s:18:\"background:#020204\";i:2;s:15:\"margin-bottom:0\";}}i:156;a:2:{i:0;a:1:{s:11:\".ct-rounded\";a:1:{i:1;a:1:{i:0;s:10:\"ct-rounded\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:15:\"background:none\";i:2;s:8:\"border:0\";}}i:157;a:2:{i:0;a:1:{s:16:\".games .col-sm-2\";a:1:{i:1;a:2:{i:0;s:5:\"games\";i:1;s:8:\"col-sm-2\";}}}i:1;a:3:{i:0;s:13:\"max-width:31%\";i:1;s:12:\"flex:0 0 31%\";i:2;s:10:\"margin:4px\";}}i:158;a:2:{i:0;a:1:{s:13:\".game-wrapper\";a:1:{i:1;a:1:{i:0;s:12:\"game-wrapper\";}}}i:1;a:1:{i:0;s:12:\"height:150px\";}}i:159;a:2:{i:0;a:1:{s:10:\".title-row\";a:1:{i:1;a:1:{i:0;s:9:\"title-row\";}}}i:1;a:2:{i:0;s:16:\"margin:10px 10px\";i:1;s:17:\"text-align:center\";}}i:160;a:2:{i:0;a:2:{s:15:\".footer amp-img\";a:2:{i:1;a:1:{i:0;s:6:\"footer\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\".footer amp-anim\";a:2:{i:1;a:1:{i:0;s:6:\"footer\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:auto\";}}i:161;a:2:{i:0;a:1:{s:17:\".footer .col-sm-2\";a:1:{i:1;a:2:{i:0;s:6:\"footer\";i:1;s:8:\"col-sm-2\";}}}i:1;a:3:{i:0;s:13:\"max-width:21%\";i:1;s:12:\"flex:0 0 21%\";i:2;s:10:\"margin:4px\";}}i:162;a:2:{i:0;a:1:{s:13:\".footer-title\";a:1:{i:1;a:1:{i:0;s:12:\"footer-title\";}}}i:1;a:1:{i:0;s:17:\"width:max-content\";}}i:163;a:2:{i:0;a:1:{s:18:\".footer .container\";a:1:{i:1;a:2:{i:0;s:6:\"footer\";i:1;s:9:\"container\";}}}i:1;a:1:{i:0;s:16:\"padding:0px 10px\";}}i:164;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:165;a:2:{i:0;a:1:{s:13:\".quick-footer\";a:1:{i:1;a:1:{i:0;s:12:\"quick-footer\";}}}i:1;a:1:{i:0;s:9:\"width:44%\";}}i:166;a:2:{i:0;a:1:{s:16:\".quick-footer li\";a:2:{i:1;a:1:{i:0;s:12:\"quick-footer\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 7px\";}}i:167;a:2:{i:0;a:1:{s:12:\"#side-opener\";a:1:{i:2;a:1:{i:0;s:11:\"side-opener\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:168;a:2:{i:0;a:1:{s:9:\"input .tg\";a:2:{i:1;a:1:{i:0;s:2:\"tg\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:169;a:2:{i:0;a:1:{s:25:\".tg:checked+.page-content\";a:1:{i:1;a:2:{i:0;s:2:\"tg\";i:1;s:12:\"page-content\";}}}i:1;a:1:{i:0;s:11:\"right:272px\";}}i:170;a:2:{i:0;a:1:{s:13:\".page-sidebar\";a:1:{i:1;a:1:{i:0;s:12:\"page-sidebar\";}}}i:1;a:10:{i:0;s:24:\"background-color:#1a1a1a\";i:1;s:11:\"width:272px\";i:2;s:13:\"display:block\";i:3;s:9:\"z-index:2\";i:4;s:7:\"top:0px\";i:5;s:9:\"right:0px\";i:6;s:10:\"bottom:0px\";i:7;s:15:\"overflow:hidden\";i:8;s:14:\"position:fixed\";i:9;s:30:\"border-right:1px solid #353535\";}}i:171;a:2:{i:0;a:1:{s:20:\".page-sidebar-scroll\";a:1:{i:1;a:1:{i:0;s:19:\"page-sidebar-scroll\";}}}i:1;a:7:{i:0;s:9:\"z-index:2\";i:1;s:15:\"overflow:scroll\";i:2;s:17:\"overflow-x:hidden\";i:3;s:11:\"height:100%\";i:4;s:23:\"padding:0px 0px 0px 3px\";i:5;s:10:\"width:100%\";i:6;s:8:\"top:-1px\";}}i:172;a:2:{i:0;a:1:{s:13:\".page-content\";a:1:{i:1;a:1:{i:0;s:12:\"page-content\";}}}i:1;a:7:{i:0;s:10:\"z-index:10\";i:1;s:7:\"right:0\";i:2;s:13:\"display:block\";i:3;s:16:\"min-height:580px\";i:4;s:28:\"transition:all .25s ease-out\";i:5;s:36:\"-webkit-transition:all .25s ease-out\";i:6;s:24:\"background-color:#0a0a0a\";}}i:173;a:2:{i:0;a:1:{s:15:\".deploy-sidebar\";a:1:{i:1;a:1:{i:0;s:14:\"deploy-sidebar\";}}}i:1;a:11:{i:0;s:95:\"background-image:url(\"https://Lion288Slot.com/wp-content/themes/mabar88/images/deploy-nav.png\")\";i:1;s:27:\"background-repeat:no-repeat\";i:2;s:28:\"background-position:9px 21px\";i:3;s:25:\"background-size:28px 19px\";i:4;s:11:\"height:60px\";i:5;s:14:\"max-width:44px\";i:6;s:10:\"z-index:50\";i:7;s:9:\"width:20%\";i:8;s:11:\"float:right\";i:9;s:7:\"top:1px\";i:10;s:10:\"right:10px\";}}i:174;a:2:{i:0;a:1:{s:18:\".sidebar-shortcuts\";a:1:{i:1;a:1:{i:0;s:17:\"sidebar-shortcuts\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:10:\"height:1px\";i:2;s:21:\"background-color:#333\";}}i:175;s:1:\"}\";i:176;s:42:\"@media only screen and (max-width: 328px){\";i:177;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:9:\"width:38%\";}}i:178;a:2:{i:0;a:2:{s:18:\".site-logo amp-img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:19:\".site-logo amp-anim\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:11:\"height:auto\";}}i:179;a:2:{i:0;a:1:{s:18:\".login-mobile li a\";a:2:{i:1;a:1:{i:0;s:12:\"login-mobile\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:15:\"padding:5px 9px\";i:1;s:14:\"font-size:11px\";}}i:180;a:2:{i:0;a:1:{s:17:\".main-homepage li\";a:2:{i:1;a:1:{i:0;s:13:\"main-homepage\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:11:\"width:23.4%\";}}i:181;a:2:{i:0;a:1:{s:17:\".main-homepage li\";a:2:{i:1;a:1:{i:0;s:13:\"main-homepage\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:17px\";}}i:182;a:2:{i:0;a:1:{s:19:\".main-homepage li a\";a:2:{i:1;a:1:{i:0;s:13:\"main-homepage\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:8:\"top:76px\";}}i:183;a:2:{i:0;a:1:{s:6:\".slide\";a:1:{i:1;a:1:{i:0;s:5:\"slide\";}}}i:1;a:1:{i:0;s:12:\"height:102px\";}}i:184;a:2:{i:0;a:1:{s:15:\".quick-footer i\";a:2:{i:1;a:1:{i:0;s:12:\"quick-footer\";}i:0;a:1:{i:0;s:1:\"i\";}}}i:1;a:1:{i:0;s:11:\"right:-13px\";}}i:185;a:2:{i:0;a:1:{s:13:\".page-sidebar\";a:1:{i:1;a:1:{i:0;s:12:\"page-sidebar\";}}}i:1;a:1:{i:0;s:11:\"width:200px\";}}i:186;a:2:{i:0;a:1:{s:25:\".tg:checked+.page-content\";a:1:{i:1;a:2:{i:0;s:2:\"tg\";i:1;s:12:\"page-content\";}}}i:1;a:1:{i:0;s:10:\"left:202px\";}}i:187;s:1:\"}\";i:188;s:1:\"}\";i:189;a:2:{i:0;a:2:{s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:2:{i:0;s:21:\"-o-object-fit:contain\";i:1;s:18:\"object-fit:contain\";}}i:190;a:2:{i:0;a:4:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:5:{i:0;s:23:\"image-rendering:inherit\";i:1;s:21:\"-o-object-fit:inherit\";i:2;s:18:\"object-fit:inherit\";i:3;s:26:\"-o-object-position:inherit\";i:4;s:23:\"object-position:inherit\";}}i:191;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:36:{i:0;s:31:\"--wp--preset--color--black:#000\";i:1;s:45:\"--wp--preset--color--cyan-bluish-gray:#abb8c3\";i:2;s:31:\"--wp--preset--color--white:#fff\";i:3;s:38:\"--wp--preset--color--pale-pink:#f78da7\";i:4;s:38:\"--wp--preset--color--vivid-red:#cf2e2e\";i:5;s:50:\"--wp--preset--color--luminous-vivid-orange:#ff6900\";i:6;s:49:\"--wp--preset--color--luminous-vivid-amber:#fcb900\";i:7;s:45:\"--wp--preset--color--light-green-cyan:#7bdcb5\";i:8;s:45:\"--wp--preset--color--vivid-green-cyan:#00d084\";i:9;s:43:\"--wp--preset--color--pale-cyan-blue:#8ed1fc\";i:10;s:44:\"--wp--preset--color--vivid-cyan-blue:#0693e3\";i:11;s:41:\"--wp--preset--color--vivid-purple:#9b51e0\";i:12;s:113:\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\";i:13;s:108:\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\";i:14;s:137:\"--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%)\";i:15;s:116:\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\";i:16;s:104:\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\";i:17;s:141:\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\";i:18;s:90:\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\";i:19;s:98:\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\";i:20;s:97:\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\";i:21;s:94:\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\";i:22;s:86:\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\";i:23;s:80:\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\";i:24;s:71:\"--wp--preset--duotone--dark-grayscale:url(\"#wp-duotone-dark-grayscale\")\";i:25;s:61:\"--wp--preset--duotone--grayscale:url(\"#wp-duotone-grayscale\")\";i:26;s:69:\"--wp--preset--duotone--purple-yellow:url(\"#wp-duotone-purple-yellow\")\";i:27;s:59:\"--wp--preset--duotone--blue-red:url(\"#wp-duotone-blue-red\")\";i:28;s:59:\"--wp--preset--duotone--midnight:url(\"#wp-duotone-midnight\")\";i:29;s:71:\"--wp--preset--duotone--magenta-yellow:url(\"#wp-duotone-magenta-yellow\")\";i:30;s:67:\"--wp--preset--duotone--purple-green:url(\"#wp-duotone-purple-green\")\";i:31;s:65:\"--wp--preset--duotone--blue-orange:url(\"#wp-duotone-blue-orange\")\";i:32;s:35:\"--wp--preset--font-size--small:13px\";i:33;s:36:\"--wp--preset--font-size--medium:20px\";i:34;s:35:\"--wp--preset--font-size--large:36px\";i:35;s:37:\"--wp--preset--font-size--x-large:42px\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"57e5701f0a3e0b4437f92e97599f1f36\";s:10:\"parse_time\";d:0.09738397598266602;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:6:{i:0;s:37:\"webfonts/digital_sans_ef_medium.woff2\";i:1;s:34:\"webfonts/advanced_dot_digital7.eot\";i:2;s:32:\"webfonts/fa-brands-400.eot#iefix\";i:3;s:33:\"webfonts/fa-regular-400.eot#iefix\";i:4;s:31:\"webfonts/fa-solid-900.eot#iefix\";i:5;s:27:\"webfonts/Lato-Regular.woff2\";}}','off'),
(160255,'_transient_timeout_amp-parsed-stylesheet-v40-5b36932d5cf9f4ab6173373b94151ced','1762096991','off'),
(160256,'_transient_amp-parsed-stylesheet-v40-5b36932d5cf9f4ab6173373b94151ced','a:8:{s:6:\"tokens\";a:1:{i:0;a:2:{i:0;a:1:{s:31:\".amp-wp-cdd8ca0:not(#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:14:\"amp-wp-cdd8ca0\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"85d18e82f0c75e878418ae415714507c\";s:10:\"parse_time\";d:0.00048804283142089844;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(160323,'_transient_timeout_amp-parsed-stylesheet-v40-d69322f6b921d1f847f27ed7627dc338','1762106606','off'),
(160324,'_transient_amp-parsed-stylesheet-v40-d69322f6b921d1f847f27ed7627dc338','a:8:{s:6:\"tokens\";a:1:{i:0;a:2:{i:0;a:1:{s:31:\".amp-wp-e64351f:not(#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:14:\"amp-wp-e64351f\";}}}i:1;a:2:{i:0;s:17:\"position:absolute\";i:1;s:12:\"left:-9966px\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"09c39821732b038f09efa2703970f45a\";s:10:\"parse_time\";d:0.010957002639770508;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(160368,'_transient_timeout_amp-parsed-stylesheet-v40-980eaa386e4be0d65a7424bce3ea66d0','1762110188','off'),
(160369,'_transient_amp-parsed-stylesheet-v40-980eaa386e4be0d65a7424bce3ea66d0','a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:2:{s:7:\"amp-img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:8:\"amp-anim\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:11:\"width:750px\";}}i:1;a:2:{i:0;a:1:{s:16:\"amp-iframe.movie\";a:2:{i:1;a:1:{i:0;s:5:\"movie\";}i:0;a:1:{i:0;s:10:\"amp-iframe\";}}}i:1;a:2:{i:0;s:11:\"width:750px\";i:1;s:12:\"height:450px\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f11320fbbe5674f1c6172557f73cc1f5\";s:10:\"parse_time\";d:0.009552001953125;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(160389,'_transient_timeout_amp-parsed-stylesheet-v40-2f12da4df36b93214178255d54c1e164','1762110957','off'),
(160390,'_transient_amp-parsed-stylesheet-v40-2f12da4df36b93214178255d54c1e164','a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:2:{s:7:\"amp-img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:8:\"amp-anim\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:11:\"width:750px\";}}i:1;a:2:{i:0;a:1:{s:16:\"amp-iframe.movie\";a:2:{i:1;a:1:{i:0;s:5:\"movie\";}i:0;a:1:{i:0;s:10:\"amp-iframe\";}}}i:1;a:2:{i:0;s:11:\"width:750px\";i:1;s:12:\"height:450px\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f11320fbbe5674f1c6172557f73cc1f5\";s:10:\"parse_time\";d:0.004964113235473633;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(160401,'_transient_timeout_amp-parsed-stylesheet-v40-a7b0cbbfcc39a66fe39ca21ee22537dc','1762115844','off'),
(160402,'_transient_amp-parsed-stylesheet-v40-a7b0cbbfcc39a66fe39ca21ee22537dc','a:8:{s:6:\"tokens\";a:1:{i:0;a:2:{i:0;a:1:{s:31:\".amp-wp-22abcbf:not(#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:14:\"amp-wp-22abcbf\";}}}i:1;a:6:{i:0;s:18:\"background:#f9f9f9\";i:1;s:21:\"border:1px solid #aaa\";i:2;s:13:\"display:table\";i:3;s:17:\"margin-bottom:1em\";i:4;s:11:\"padding:1em\";i:5;s:11:\"width:350px\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"4cf7b75a293c632457bc6362b882fa3a\";s:10:\"parse_time\";d:0.006494045257568359;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(160464,'_pre_user_id','2','auto'),
(161440,'_transient_timeout_amp-parsed-stylesheet-v40-d99b1d624b9bc3cae9557be3783632b2','1762288978','off'),
(161441,'_transient_amp-parsed-stylesheet-v40-d99b1d624b9bc3cae9557be3783632b2','a:8:{s:6:\"tokens\";a:544:{i:0;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:16:\"font-size:93.75%\";}}i:1;a:2:{i:0;a:2:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:2;a:2:{i:0;a:2:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:7:\"a:focus\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:3;a:2:{i:0;a:7:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:6:\"select\";a:1:{i:0;a:1:{i:0;s:6:\"select\";}}s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:18:\".ast-custom-button\";a:1:{i:1;a:1:{i:0;s:17:\"ast-custom-button\";}}}i:1;a:4:{i:0;s:115:\"font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif\";i:1;s:19:\"font-weight:inherit\";i:2;s:14:\"font-size:15px\";i:3;s:14:\"font-size:1rem\";}}i:4;a:2:{i:0;a:1:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:5;a:2:{i:0;a:1:{s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:3:{i:0;s:14:\"font-size:35px\";i:1;s:28:\"font-size:2.3333333333333rem\";i:2;s:13:\"display:block\";}}i:6;a:2:{i:0;a:1:{s:43:\".ast-archive-description .ast-archive-title\";a:1:{i:1;a:2:{i:0;s:23:\"ast-archive-description\";i:1;s:17:\"ast-archive-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:40px\";i:1;s:28:\"font-size:2.6666666666667rem\";}}i:7;a:2:{i:0;a:1:{s:30:\".site-header .site-description\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:16:\"site-description\";}}}i:1;a:3:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";i:2;s:12:\"display:none\";}}i:8;a:2:{i:0;a:1:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:30px\";i:1;s:14:\"font-size:2rem\";}}i:9;a:2:{i:0;a:2:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:2:{i:0;s:14:\"font-size:40px\";i:1;s:28:\"font-size:2.6666666666667rem\";}}i:10;a:2:{i:0;a:2:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:2:{i:0;s:14:\"font-size:30px\";i:1;s:14:\"font-size:2rem\";}}i:11;a:2:{i:0;a:2:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:2:{i:0;s:14:\"font-size:25px\";i:1;s:28:\"font-size:1.6666666666667rem\";}}i:12;a:2:{i:0;a:2:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\".entry-content h4\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:2:{i:0;s:14:\"font-size:20px\";i:1;s:28:\"font-size:1.3333333333333rem\";}}i:13;a:2:{i:0;a:2:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\".entry-content h5\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:2:{i:0;s:14:\"font-size:18px\";i:1;s:16:\"font-size:1.2rem\";}}i:14;a:2:{i:0;a:2:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:17:\".entry-content h6\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:2:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";}}i:15;a:2:{i:0;a:2:{s:29:\".ast-single-post .entry-title\";a:1:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:30px\";i:1;s:14:\"font-size:2rem\";}}i:16;a:2:{i:0;a:1:{s:11:\"::selection\";a:0:{}}i:1;a:2:{i:0;s:42:\"background-color:var(--ast-global-color-0)\";i:1;s:10:\"color:#fff\";}}i:17;a:2:{i:0;a:14:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:14:\".entry-title a\";a:2:{i:1;a:1:{i:0;s:11:\"entry-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\".entry-content h4\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\".entry-content h5\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:17:\".entry-content h6\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:18;a:2:{i:0;a:3:{s:17:\".tagcloud a:hover\";a:2:{i:1;a:1:{i:0;s:8:\"tagcloud\";}i:0;a:1:{i:0;s:1:\"a\";}}s:17:\".tagcloud a:focus\";a:2:{i:1;a:1:{i:0;s:8:\"tagcloud\";}i:0;a:1:{i:0;s:1:\"a\";}}s:24:\".tagcloud a.current-item\";a:2:{i:1;a:2:{i:0;s:8:\"tagcloud\";i:1;s:12:\"current-item\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";i:2;s:42:\"background-color:var(--ast-global-color-0)\";}}i:19;a:2:{i:0;a:8:{s:11:\"input:focus\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"input[type=\"text\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:25:\"input[type=\"email\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:23:\"input[type=\"url\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:28:\"input[type=\"password\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:25:\"input[type=\"reset\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"search\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:14:\"textarea:focus\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:38:\"border-color:var(--ast-global-color-0)\";}}i:20;a:2:{i:0;a:6:{s:27:\"input[type=\"radio\"]:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:17:\"input[type=reset]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:30:\"input[type=\"checkbox\"]:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:36:\"input[type=\"checkbox\"]:hover:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:36:\"input[type=\"checkbox\"]:focus:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:39:\"input[type=range]::-webkit-slider-thumb\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:3:{i:0;s:38:\"border-color:var(--ast-global-color-0)\";i:1;s:42:\"background-color:var(--ast-global-color-0)\";i:2;s:15:\"box-shadow:none\";}}i:21;a:2:{i:0;a:2:{s:34:\".site-footer a:hover + .post-count\";a:2:{i:1;a:2:{i:0;s:11:\"site-footer\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}s:34:\".site-footer a:focus + .post-count\";a:2:{i:1;a:2:{i:0;s:11:\"site-footer\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:36:\"background:var(--ast-global-color-0)\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";}}i:22;a:2:{i:0;a:2:{s:32:\".single .nav-links .nav-previous\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:9:\"nav-links\";i:2;s:12:\"nav-previous\";}}s:28:\".single .nav-links .nav-next\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:9:\"nav-links\";i:2;s:8:\"nav-next\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:23;a:2:{i:0;a:2:{s:11:\".entry-meta\";a:1:{i:1;a:1:{i:0;s:10:\"entry-meta\";}}s:13:\".entry-meta *\";a:1:{i:1;a:1:{i:0;s:10:\"entry-meta\";}}}i:1;a:2:{i:0;s:16:\"line-height:1.45\";i:1;s:31:\"color:var(--ast-global-color-0)\";}}i:24;a:2:{i:0;a:7:{s:19:\".entry-meta a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:21:\".entry-meta a:hover *\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:19:\".entry-meta a:focus\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:21:\".entry-meta a:focus *\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:24:\".page-links > .page-link\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}s:28:\".page-links .page-link:hover\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}s:24:\".post-navigation a:hover\";a:2:{i:1;a:1:{i:0;s:15:\"post-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:25;a:2:{i:0;a:3:{s:11:\"#cat option\";a:2:{i:2;a:1:{i:0;s:3:\"cat\";}i:0;a:1:{i:0;s:6:\"option\";}}s:33:\".secondary .calendar_wrap thead a\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:13:\"calendar_wrap\";}i:0;a:2:{i:0;s:5:\"thead\";i:1;s:1:\"a\";}}s:41:\".secondary .calendar_wrap thead a:visited\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:13:\"calendar_wrap\";}i:0;a:2:{i:0;s:5:\"thead\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:26;a:2:{i:0;a:2:{s:32:\".secondary .calendar_wrap #today\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:13:\"calendar_wrap\";}i:2;a:1:{i:0;s:5:\"today\";}}s:22:\".ast-progress-val span\";a:2:{i:1;a:1:{i:0;s:16:\"ast-progress-val\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:36:\"background:var(--ast-global-color-0)\";}}i:27;a:2:{i:0;a:2:{s:32:\".secondary a:hover + .post-count\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}s:32:\".secondary a:focus + .post-count\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:36:\"background:var(--ast-global-color-0)\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";}}i:28;a:2:{i:0;a:1:{s:25:\".calendar_wrap #today > a\";a:3:{i:1;a:1:{i:0;s:13:\"calendar_wrap\";}i:2;a:1:{i:0;s:5:\"today\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:29;a:2:{i:0;a:2:{s:22:\".page-links .page-link\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}s:26:\".single .post-navigation a\";a:2:{i:1;a:2:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:30;a:2:{i:0;a:1:{s:18:\".ast-archive-title\";a:1:{i:1;a:1:{i:0;s:17:\"ast-archive-title\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:31;a:2:{i:0;a:1:{s:13:\".widget-title\";a:1:{i:1;a:1:{i:0;s:12:\"widget-title\";}}}i:1;a:3:{i:0;s:14:\"font-size:21px\";i:1;s:16:\"font-size:1.4rem\";i:2;s:31:\"color:var(--ast-global-color-2)\";}}i:32;a:2:{i:0;a:5:{s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}s:17:\"#secondary button\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:6:\"button\";}}s:16:\"#secondary input\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:5:\"input\";}}s:17:\"#secondary select\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:6:\"select\";}}s:19:\"#secondary textarea\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:2:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";}}i:33;a:2:{i:0;a:2:{s:33:\".ast-single-post .entry-content a\";a:2:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";}i:0;a:1:{i:0;s:1:\"a\";}}s:58:\".ast-comment-content a:not(.ast-comment-edit-reply-wrap a)\";a:2:{i:1;a:1:{i:0;s:19:\"ast-comment-content\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:25:\"text-decoration:underline\";}}i:34;a:2:{i:0;a:11:{s:56:\".ast-single-post .wp-block-button .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:15:\"wp-block-button\";i:2;s:21:\"wp-block-button__link\";}}s:60:\".ast-single-post .elementor-button-wrapper .elementor-button\";a:1:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:24:\"elementor-button-wrapper\";i:2;s:16:\"elementor-button\";}}s:43:\".ast-single-post .entry-content .uagb-tab a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:8:\"uagb-tab\";}i:0;a:1:{i:0;s:1:\"a\";}}s:47:\".ast-single-post .entry-content .uagb-ifb-cta a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:12:\"uagb-ifb-cta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:56:\".ast-single-post .entry-content .wp-block-uagb-buttons a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:21:\"wp-block-uagb-buttons\";}i:0;a:1:{i:0;s:1:\"a\";}}s:54:\".ast-single-post .entry-content .uabb-module-content a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:19:\"uabb-module-content\";}i:0;a:1:{i:0;s:1:\"a\";}}s:49:\".ast-single-post .entry-content .uagb-post-grid a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:14:\"uagb-post-grid\";}i:0;a:1:{i:0;s:1:\"a\";}}s:48:\".ast-single-post .entry-content .uagb-timeline a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:13:\"uagb-timeline\";}i:0;a:1:{i:0;s:1:\"a\";}}s:49:\".ast-single-post .entry-content .uagb-toc__wrap a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:14:\"uagb-toc__wrap\";}i:0;a:1:{i:0;s:1:\"a\";}}s:52:\".ast-single-post .entry-content .uagb-taxomony-box a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:17:\"uagb-taxomony-box\";}i:0;a:1:{i:0;s:1:\"a\";}}s:46:\".ast-single-post .entry-content .woocommerce a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:11:\"woocommerce\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:35;a:2:{i:0;a:1:{s:37:\".ast-logo-title-inline .site-logo-img\";a:1:{i:1;a:2:{i:0;s:21:\"ast-logo-title-inline\";i:1;s:13:\"site-logo-img\";}}}i:1;a:1:{i:0;s:17:\"padding-right:1em\";}}i:36;a:2:{i:0;a:1:{s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:18:\"margin:4em 0 2.5em\";i:1;s:21:\"word-break:break-word\";i:2;s:13:\"line-height:2\";}}i:37;a:2:{i:0;a:1:{s:13:\"#secondary li\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:.25em\";}}i:38;a:2:{i:0;a:1:{s:24:\"#secondary li:last-child\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:39;s:26:\"@media (max-width: 768px){\";i:40;a:2:{i:0;a:1:{s:58:\".js_active .ast-plain-container.ast-single-post #secondary\";a:2:{i:1;a:3:{i:0;s:9:\"js_active\";i:1;s:19:\"ast-plain-container\";i:2;s:15:\"ast-single-post\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:16:\"margin-top:1.5em\";}}i:41;s:1:\"}\";i:42;a:2:{i:0;a:1:{s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:21:\"background-color:#fff\";i:1;s:11:\"padding:2em\";i:2;s:17:\"margin-bottom:2em\";}}i:43;s:26:\"@media (min-width: 993px){\";i:44;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:18:\"padding-right:60px\";}}i:45;a:2:{i:0;a:1:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:17:\"padding-left:60px\";}}i:46;s:1:\"}\";i:47;s:26:\"@media (max-width: 993px){\";i:48;a:2:{i:0;a:1:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:17:\"padding-left:30px\";}}i:49;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:18:\"padding-right:30px\";}}i:50;s:1:\"}\";i:51;s:25:\"@media (max-width:921px){\";i:52;a:2:{i:0;a:1:{s:19:\"#ast-desktop-header\";a:1:{i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:53;s:1:\"}\";i:54;s:25:\"@media (min-width:921px){\";i:55;a:2:{i:0;a:1:{s:18:\"#ast-mobile-header\";a:1:{i:2;a:1:{i:0;s:17:\"ast-mobile-header\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:56;s:1:\"}\";i:57;a:2:{i:0;a:1:{s:29:\".wp-block-buttons.aligncenter\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:58;s:26:\"@media (min-width:1200px){\";i:59;a:2:{i:0;a:1:{s:31:\".wp-block-group .has-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"has-background\";}}}i:1;a:1:{i:0;s:12:\"padding:20px\";}}i:60;s:1:\"}\";i:61;s:26:\"@media (min-width:1200px){\";i:62;a:2:{i:0;a:4:{s:64:\".wp-block-cover-image.alignwide .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignwide\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:58:\".wp-block-cover.alignwide .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignwide\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:64:\".wp-block-cover-image.alignfull .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignfull\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:58:\".wp-block-cover.alignfull .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignfull\";i:2;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:63;s:1:\"}\";i:64;a:2:{i:0;a:1:{s:17:\".wp-block-columns\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:unset\";}}i:65;a:2:{i:0;a:1:{s:25:\".wp-block-image.size-full\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"size-full\";}}}i:1;a:1:{i:0;s:13:\"margin:2rem 0\";}}i:66;a:2:{i:0;a:1:{s:34:\".wp-block-separator.has-background\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-separator\";i:1;s:14:\"has-background\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:67;a:2:{i:0;a:1:{s:17:\".wp-block-gallery\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.6em\";}}i:68;a:2:{i:0;a:1:{s:15:\".wp-block-group\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-group\";}}}i:1;a:2:{i:0;s:15:\"padding-top:4em\";i:1;s:18:\"padding-bottom:4em\";}}i:69;a:2:{i:0;a:3:{s:61:\".wp-block-group__inner-container .wp-block-columns:last-child\";a:1:{i:1;a:2:{i:0;s:31:\"wp-block-group__inner-container\";i:1;s:16:\"wp-block-columns\";}}s:44:\".wp-block-group__inner-container :last-child\";a:1:{i:1;a:1:{i:0;s:31:\"wp-block-group__inner-container\";}}s:21:\".wp-block-table table\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:70;a:2:{i:0;a:1:{s:20:\".blocks-gallery-grid\";a:1:{i:1;a:1:{i:0;s:19:\"blocks-gallery-grid\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:71;a:2:{i:0;a:1:{s:34:\".wp-block-navigation-link__content\";a:1:{i:1;a:1:{i:0;s:33:\"wp-block-navigation-link__content\";}}}i:1;a:1:{i:0;s:13:\"padding:5px 0\";}}i:72;a:2:{i:0;a:2:{s:54:\".wp-block-group .wp-block-group .has-text-align-center\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"wp-block-group\";i:2;s:21:\"has-text-align-center\";}}s:55:\".wp-block-group .wp-block-column .has-text-align-center\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-group\";i:1;s:15:\"wp-block-column\";i:2;s:21:\"has-text-align-center\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:73;a:2:{i:0;a:1:{s:22:\".has-text-align-center\";a:1:{i:1;a:1:{i:0;s:21:\"has-text-align-center\";}}}i:1;a:1:{i:0;s:13:\"margin:0 auto\";}}i:74;s:26:\"@media (max-width:1200px){\";i:75;a:2:{i:0;a:1:{s:15:\".wp-block-group\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-group\";}}}i:1;a:1:{i:0;s:11:\"padding:3em\";}}i:76;a:2:{i:0;a:1:{s:31:\".wp-block-group .wp-block-group\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"wp-block-group\";}}}i:1;a:1:{i:0;s:13:\"padding:1.5em\";}}i:77;a:2:{i:0;a:2:{s:17:\".wp-block-columns\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}s:16:\".wp-block-column\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:13:\"margin:1rem 0\";}}i:78;s:1:\"}\";i:79;s:25:\"@media (min-width:921px){\";i:80;a:2:{i:0;a:1:{s:33:\".wp-block-columns .wp-block-group\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:14:\"wp-block-group\";}}}i:1;a:1:{i:0;s:11:\"padding:2em\";}}i:81;s:1:\"}\";i:82;s:25:\"@media (max-width:544px){\";i:83;a:2:{i:0;a:2:{s:54:\".wp-block-cover-image .wp-block-cover__inner-container\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:31:\"wp-block-cover__inner-container\";}}s:48:\".wp-block-cover .wp-block-cover__inner-container\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:1:{i:0;s:11:\"width:unset\";}}i:84;a:2:{i:0;a:2:{s:15:\".wp-block-cover\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-cover\";}}s:21:\".wp-block-cover-image\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}}}i:1;a:1:{i:0;s:13:\"padding:2em 0\";}}i:85;a:2:{i:0;a:2:{s:15:\".wp-block-group\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-group\";}}s:15:\".wp-block-cover\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-cover\";}}}i:1;a:1:{i:0;s:11:\"padding:2em\";}}i:86;a:2:{i:0;a:4:{s:35:\".wp-block-media-text__media amp-img\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:36:\".wp-block-media-text__media amp-anim\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:37:\".wp-block-media-text__media amp-video\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:39:\".wp-block-media-text__media amp-youtube\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:11:\"width:unset\";i:1;s:14:\"max-width:100%\";}}i:87;a:2:{i:0;a:1:{s:65:\".wp-block-media-text.has-background .wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:14:\"has-background\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:11:\"padding:1em\";}}i:88;s:1:\"}\";i:89;s:25:\"@media (min-width:544px){\";i:90;a:2:{i:0;a:1:{s:88:\".entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:22:\"has-media-on-the-right\";i:3;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:16:\"padding:0 8% 0 0\";}}i:91;a:2:{i:0;a:1:{s:65:\".entry-content .wp-block-media-text .wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:16:\"padding:0 0 0 8%\";}}i:92;a:2:{i:0;a:6:{s:106:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:23:\"is-position-bottom-left\";}}s:107:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:24:\"is-position-bottom-right\";}}s:103:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:20:\"is-position-top-left\";}}s:104:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:21:\"is-position-top-right\";}}s:107:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:24:\"is-position-center-right\";}}s:106:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:23:\"is-position-center-left\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:93;s:1:\"}\";i:94;s:25:\"@media (max-width:544px){\";i:95;a:2:{i:0;a:1:{s:65:\".entry-content .wp-block-media-text .wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:12:\"padding:8% 0\";}}i:96;a:2:{i:0;a:2:{s:56:\".wp-block-media-text .wp-block-media-text__media amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:57:\".wp-block-media-text .wp-block-media-text__media amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:14:\"max-width:100%\";}}i:97;s:1:\"}\";i:98;a:2:{i:0;a:1:{s:56:\".wp-block-button.is-style-outline .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:38:\"border-color:var(--ast-global-color-0)\";}}i:99;a:2:{i:0;a:2:{s:79:\".wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}s:76:\".wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";i:2;s:16:\"is-style-outline\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:100;a:2:{i:0;a:2:{s:62:\".wp-block-button.is-style-outline .wp-block-button__link:hover\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}s:62:\".wp-block-button.is-style-outline .wp-block-button__link:focus\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:2:{i:0;s:42:\"background-color:var(--ast-global-color-1)\";i:1;s:38:\"border-color:var(--ast-global-color-1)\";}}i:101;a:2:{i:0;a:2:{s:82:\".wp-block-button.is-style-outline .wp-block-button__link:hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}s:82:\".wp-block-button.is-style-outline .wp-block-button__link:focus:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:102;a:2:{i:0;a:2:{s:37:\".post-page-numbers.current .page-link\";a:1:{i:1;a:3:{i:0;s:17:\"post-page-numbers\";i:1;s:7:\"current\";i:2;s:9:\"page-link\";}}s:37:\".ast-pagination .page-numbers.current\";a:1:{i:1;a:3:{i:0;s:14:\"ast-pagination\";i:1;s:12:\"page-numbers\";i:2;s:7:\"current\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";i:2;s:42:\"background-color:var(--ast-global-color-0)\";i:3;s:17:\"border-radius:2px\";}}i:103;s:25:\"@media (min-width:544px){\";i:104;a:2:{i:0;a:1:{s:27:\".entry-content > .alignleft\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:17:\"margin-right:20px\";}}i:105;a:2:{i:0;a:1:{s:28:\".entry-content > .alignright\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:16:\"margin-left:20px\";}}i:106;s:1:\"}\";i:107;a:2:{i:0;a:1:{s:15:\"h1.widget-title\";a:2:{i:1;a:1:{i:0;s:12:\"widget-title\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:108;a:2:{i:0;a:1:{s:15:\"h2.widget-title\";a:2:{i:1;a:1:{i:0;s:12:\"widget-title\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:109;a:2:{i:0;a:1:{s:15:\"h3.widget-title\";a:2:{i:1;a:1:{i:0;s:12:\"widget-title\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:110;s:25:\"@media (max-width:921px){\";i:111;a:2:{i:0;a:2:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}s:43:\".ast-separate-container .ast-article-single\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}}i:1;a:1:{i:0;s:20:\"padding:1.5em 2.14em\";}}i:112;a:2:{i:0;a:2:{s:32:\".ast-separate-container #primary\";a:2:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:7:\"primary\";}}s:34:\".ast-separate-container #secondary\";a:2:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:15:\"padding:1.5em 0\";}}i:113;a:2:{i:0;a:2:{s:8:\"#primary\";a:1:{i:2;a:1:{i:0;s:7:\"primary\";}}s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:15:\"padding:1.5em 0\";i:1;s:8:\"margin:0\";}}i:114;a:2:{i:0;a:1:{s:43:\".ast-left-sidebar #content > .ast-container\";a:2:{i:1;a:2:{i:0;s:16:\"ast-left-sidebar\";i:1;s:13:\"ast-container\";}i:2;a:1:{i:0;s:7:\"content\";}}}i:1;a:3:{i:0;s:12:\"display:flex\";i:1;s:29:\"flex-direction:column-reverse\";i:2;s:10:\"width:100%\";}}i:115;a:2:{i:0;a:2:{s:30:\".ast-author-box amp-img.avatar\";a:2:{i:1;a:2:{i:0;s:14:\"ast-author-box\";i:1;s:6:\"avatar\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:31:\".ast-author-box amp-anim.avatar\";a:2:{i:1;a:2:{i:0;s:14:\"ast-author-box\";i:1;s:6:\"avatar\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:17:\"margin:20px 0 0 0\";}}i:116;s:1:\"}\";i:117;s:25:\"@media (max-width:921px){\";i:118;a:2:{i:0;a:1:{s:20:\"#secondary.secondary\";a:2:{i:1;a:1:{i:0;s:9:\"secondary\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:119;a:2:{i:0;a:1:{s:52:\".ast-separate-container.ast-right-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:16:\"padding-left:1em\";i:1;s:17:\"padding-right:1em\";}}i:120;a:2:{i:0;a:1:{s:52:\".ast-separate-container.ast-two-container #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";}}i:121;a:2:{i:0;a:2:{s:51:\".ast-page-builder-template .entry-header #secondary\";a:2:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:12:\"entry-header\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:37:\".ast-page-builder-template #secondary\";a:2:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:16:\"margin-top:1.5em\";}}i:122;s:1:\"}\";i:123;s:25:\"@media (max-width:921px){\";i:124;a:2:{i:0;a:1:{s:27:\".ast-right-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:125;a:2:{i:0;a:2:{s:54:\".ast-page-builder-template.ast-left-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:55:\".ast-page-builder-template.ast-right-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:18:\"padding-right:20px\";i:1;s:17:\"padding-left:20px\";}}i:126;a:2:{i:0;a:2:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:26:\".ast-left-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:127;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:128;s:1:\"}\";i:129;s:25:\"@media (min-width:922px){\";i:130;a:2:{i:0;a:2:{s:50:\".ast-separate-container.ast-right-sidebar #primary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}s:49:\".ast-separate-container.ast-left-sidebar #primary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:8:\"border:0\";}}i:131;a:2:{i:0;a:1:{s:50:\".search-no-results.ast-separate-container #primary\";a:2:{i:1;a:2:{i:0;s:17:\"search-no-results\";i:1;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:4em\";}}i:132;s:1:\"}\";i:133;s:25:\"@media (min-width:922px){\";i:134;a:2:{i:0;a:1:{s:27:\".ast-right-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:27:\"border-right:1px solid #eee\";}}i:135;a:2:{i:0;a:1:{s:26:\".ast-left-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:26:\"border-left:1px solid #eee\";}}i:136;a:2:{i:0;a:1:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:26:\"border-left:1px solid #eee\";i:1;s:16:\"margin-left:-1px\";}}i:137;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:27:\"border-right:1px solid #eee\";i:1;s:17:\"margin-right:-1px\";}}i:138;a:2:{i:0;a:1:{s:70:\".ast-separate-container.ast-two-container.ast-right-sidebar #secondary\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:17:\"padding-left:30px\";i:1;s:15:\"padding-right:0\";}}i:139;a:2:{i:0;a:1:{s:69:\".ast-separate-container.ast-two-container.ast-left-sidebar #secondary\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:18:\"padding-right:30px\";i:1;s:14:\"padding-left:0\";}}i:140;a:2:{i:0;a:2:{s:52:\".ast-separate-container.ast-right-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:51:\".ast-separate-container.ast-left-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:8:\"border:0\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:141;a:2:{i:0;a:1:{s:71:\".ast-separate-container.ast-two-container #secondary .widget:last-child\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:142;s:1:\"}\";i:143;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:144;a:2:{i:0;a:2:{s:45:\".wp-block-button .wp-block-button__link:hover\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}s:45:\".wp-block-button .wp-block-button__link:focus\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:42:\"background-color:var(--ast-global-color-1)\";i:2;s:38:\"border-color:var(--ast-global-color-1)\";}}i:145;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:8:{i:0;s:18:\"border-style:solid\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";i:2;s:42:\"background-color:var(--ast-global-color-0)\";i:3;s:10:\"color:#fff\";i:4;s:19:\"font-family:inherit\";i:5;s:19:\"font-weight:inherit\";i:6;s:13:\"line-height:1\";i:7;s:17:\"border-radius:2px\";}}i:146;a:2:{i:0;a:1:{s:57:\".wp-block-buttons .wp-block-button .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:4:{i:0;s:16:\"padding-top:15px\";i:1;s:18:\"padding-right:30px\";i:2;s:19:\"padding-bottom:15px\";i:3;s:17:\"padding-left:30px\";}}i:147;s:25:\"@media (max-width:921px){\";i:148;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:4:{i:0;s:16:\"padding-top:14px\";i:1;s:18:\"padding-right:28px\";i:2;s:19:\"padding-bottom:14px\";i:3;s:17:\"padding-left:28px\";}}i:149;s:1:\"}\";i:150;s:25:\"@media (max-width:544px){\";i:151;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:4:{i:0;s:16:\"padding-top:12px\";i:1;s:18:\"padding-right:24px\";i:2;s:19:\"padding-bottom:12px\";i:3;s:17:\"padding-left:24px\";}}i:152;s:1:\"}\";i:153;a:2:{i:0;a:11:{s:12:\".menu-toggle\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:18:\".ast-custom-button\";a:1:{i:1;a:1:{i:0;s:17:\"ast-custom-button\";}}s:7:\".button\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"input#submit\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"button\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"submit\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:19:\"input[type=\"reset\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:106:\"form[CLASS*=\"wp-block-search__\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button\";a:3:{i:3;a:1:{i:0;s:5:\"CLASS\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:4:\"form\";}}s:42:\"body .wp-block-file .wp-block-file__button\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:16:{i:0;s:18:\"border-style:solid\";i:1;s:18:\"border-top-width:0\";i:2;s:20:\"border-right-width:0\";i:3;s:19:\"border-left-width:0\";i:4;s:21:\"border-bottom-width:0\";i:5;s:10:\"color:#fff\";i:6;s:38:\"border-color:var(--ast-global-color-0)\";i:7;s:42:\"background-color:var(--ast-global-color-0)\";i:8;s:17:\"border-radius:2px\";i:9;s:16:\"padding-top:15px\";i:10;s:18:\"padding-right:30px\";i:11;s:19:\"padding-bottom:15px\";i:12;s:17:\"padding-left:30px\";i:13;s:19:\"font-family:inherit\";i:14;s:19:\"font-weight:inherit\";i:15;s:13:\"line-height:1\";}}i:154;a:2:{i:0;a:18:{s:12:\"button:focus\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:18:\".menu-toggle:hover\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:12:\"button:hover\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:17:\".ast-button:hover\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:38:\".ast-custom-button:hover .button:hover\";a:1:{i:1;a:2:{i:0;s:17:\"ast-custom-button\";i:1;s:6:\"button\";}}s:24:\".ast-custom-button:hover\";a:1:{i:1;a:1:{i:0;s:17:\"ast-custom-button\";}}s:23:\"input[type=reset]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:23:\"input[type=reset]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input#submit:hover\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input#submit:focus\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"button\"]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"button\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"submit\"]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"submit\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:112:\"form[CLASS*=\"wp-block-search__\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover\";a:3:{i:3;a:1:{i:0;s:5:\"CLASS\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:4:\"form\";}}s:112:\"form[CLASS*=\"wp-block-search__\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus\";a:3:{i:3;a:1:{i:0;s:5:\"CLASS\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:4:\"form\";}}s:48:\"body .wp-block-file .wp-block-file__button:hover\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}s:48:\"body .wp-block-file .wp-block-file__button:focus\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:42:\"background-color:var(--ast-global-color-1)\";i:2;s:38:\"border-color:var(--ast-global-color-1)\";}}i:155;s:25:\"@media (min-width:544px){\";i:156;a:2:{i:0;a:1:{s:14:\".ast-container\";a:1:{i:1;a:1:{i:0;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:157;s:1:\"}\";i:158;s:25:\"@media (max-width:544px){\";i:159;a:2:{i:0;a:4:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}s:43:\".ast-separate-container .ast-article-single\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:39:\".ast-separate-container .comments-title\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:14:\"comments-title\";}}s:48:\".ast-separate-container .ast-archive-description\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:23:\"ast-archive-description\";}}}i:1;a:1:{i:0;s:17:\"padding:1.5em 1em\";}}i:160;a:2:{i:0;a:1:{s:47:\".ast-separate-container #content .ast-container\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"ast-container\";}i:2;a:1:{i:0;s:7:\"content\";}}}i:1;a:2:{i:0;s:18:\"padding-left:.54em\";i:1;s:19:\"padding-right:.54em\";}}i:161;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:17:\"padding:1.5em 1em\";i:1;s:19:\"margin-bottom:1.5em\";}}i:162;a:2:{i:0;a:1:{s:55:\".ast-separate-container .ast-comment-list .bypostauthor\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";}}}i:1;a:1:{i:0;s:12:\"padding:.5em\";}}i:163;a:2:{i:0;a:1:{s:55:\".ast-search-menu-icon.ast-dropdown-active .search-field\";a:1:{i:1;a:3:{i:0;s:20:\"ast-search-menu-icon\";i:1;s:19:\"ast-dropdown-active\";i:2;s:12:\"search-field\";}}}i:1;a:1:{i:0;s:11:\"width:170px\";}}i:164;a:2:{i:0;a:8:{s:12:\".menu-toggle\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:7:\".button\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"input#submit\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"button\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"submit\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:19:\"input[type=\"reset\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:16:\"padding-top:12px\";i:1;s:18:\"padding-right:24px\";i:2;s:19:\"padding-bottom:12px\";i:3;s:17:\"padding-left:24px\";}}i:165;a:2:{i:0;a:1:{s:34:\".ast-separate-container #secondary\";a:2:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:166;a:2:{i:0;a:1:{s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:16:\"padding-left:1em\";i:2;s:17:\"padding-right:1em\";}}i:167;s:1:\"}\";i:168;s:25:\"@media (max-width:921px){\";i:169;a:2:{i:0;a:8:{s:12:\".menu-toggle\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:7:\".button\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"input#submit\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"button\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"submit\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:19:\"input[type=\"reset\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:16:\"padding-top:14px\";i:1;s:18:\"padding-right:28px\";i:2;s:19:\"padding-bottom:14px\";i:3;s:17:\"padding-left:28px\";}}i:170;a:2:{i:0;a:1:{s:63:\".ast-mobile-header-stack .main-header-bar .ast-search-menu-icon\";a:1:{i:1;a:3:{i:0;s:23:\"ast-mobile-header-stack\";i:1;s:15:\"main-header-bar\";i:2;s:20:\"ast-search-menu-icon\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:171;a:2:{i:0;a:1:{s:113:\".ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:30:\"ast-header-custom-item-outside\";i:2;s:23:\"ast-mobile-header-stack\";i:3;s:15:\"main-header-bar\";i:4;s:15:\"ast-search-icon\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:172;a:2:{i:0;a:2:{s:32:\".ast-comment-avatar-wrap amp-img\";a:2:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:33:\".ast-comment-avatar-wrap amp-anim\";a:2:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:15:\"max-width:2.5em\";}}i:173;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:20:\"padding:1.5em 2.14em\";}}i:174;a:2:{i:0;a:1:{s:40:\".ast-separate-container .comment-respond\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"comment-respond\";}}}i:1;a:1:{i:0;s:18:\"padding:2em 2.14em\";}}i:175;a:2:{i:0;a:1:{s:17:\".ast-comment-meta\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-meta\";}}}i:1;a:1:{i:0;s:27:\"padding:0 1.8888em 1.3333em\";}}i:176;s:1:\"}\";i:177;a:2:{i:0;a:4:{s:32:\".entry-content > .wp-block-group\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-group\";}}s:37:\".entry-content > .wp-block-media-text\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";}}s:32:\".entry-content > .wp-block-cover\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";}}s:34:\".entry-content > .wp-block-columns\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";}}}i:1;a:4:{i:0;s:14:\"max-width:58em\";i:1;s:22:\"width:calc(100% - 4em)\";i:2;s:16:\"margin-left:auto\";i:3;s:17:\"margin-right:auto\";}}i:178;a:2:{i:0;a:1:{s:56:\".entry-content [class*=\"__inner-container\"] > .alignfull\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";}}}i:1;a:3:{i:0;s:14:\"max-width:100%\";i:1;s:13:\"margin-left:0\";i:2;s:14:\"margin-right:0\";}}i:179;a:2:{i:0;a:1:{s:112:\".entry-content [class*=\"__inner-container\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright)\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:13:\"entry-content\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:180;a:2:{i:0;a:1:{s:155:\".entry-content [class*=\"__inner-container\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(amp-iframe)\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:13:\"entry-content\";}}}i:1;a:2:{i:0;s:15:\"max-width:50rem\";i:1;s:10:\"width:100%\";}}i:181;s:25:\"@media (min-width:921px){\";i:182;a:2:{i:0;a:6:{s:57:\".entry-content > .wp-block-group.alignwide.has-background\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-group\";i:2;s:9:\"alignwide\";i:3;s:14:\"has-background\";}}s:57:\".entry-content > .wp-block-group.alignfull.has-background\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-group\";i:2;s:9:\"alignfull\";i:3;s:14:\"has-background\";}}s:42:\".entry-content > .wp-block-cover.alignwide\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";i:2;s:9:\"alignwide\";}}s:42:\".entry-content > .wp-block-cover.alignfull\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";i:2;s:9:\"alignfull\";}}s:59:\".entry-content > .wp-block-columns.has-background.alignwide\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";i:3;s:9:\"alignwide\";}}s:59:\".entry-content > .wp-block-columns.has-background.alignfull\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";i:3;s:9:\"alignfull\";}}}i:1;a:3:{i:0;s:12:\"margin-top:0\";i:1;s:15:\"margin-bottom:0\";i:2;s:15:\"padding:6em 4em\";}}i:183;a:2:{i:0;a:1:{s:49:\".entry-content > .wp-block-columns.has-background\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:184;s:1:\"}\";i:185;s:26:\"@media (min-width:1200px){\";i:186;a:2:{i:0;a:1:{s:27:\".entry-content .alignfull p\";a:2:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:16:\"max-width:1200px\";}}i:187;a:2:{i:0;a:1:{s:25:\".entry-content .alignfull\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:10:\"width:100%\";}}i:188;a:2:{i:0;a:2:{s:52:\".ast-page-builder-template .entry-content .alignwide\";a:1:{i:1;a:3:{i:0;s:25:\"ast-page-builder-template\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}s:56:\".entry-content [class*=\"__inner-container\"] > .alignwide\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignwide\";}}}i:1;a:3:{i:0;s:16:\"max-width:1200px\";i:1;s:13:\"margin-left:0\";i:2;s:14:\"margin-right:0\";}}i:189;a:2:{i:0;a:1:{s:67:\".entry-content .alignfull [class*=\"__inner-container\"] > .alignwide\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";i:2;s:9:\"alignwide\";}}}i:1;a:1:{i:0;s:15:\"max-width:80rem\";}}i:190;s:1:\"}\";i:191;s:25:\"@media (min-width:545px){\";i:192;a:2:{i:0;a:1:{s:38:\".site-main .entry-content > .alignwide\";a:1:{i:1;a:3:{i:0;s:9:\"site-main\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}}i:1;a:1:{i:0;s:13:\"margin:0 auto\";}}i:193;a:2:{i:0;a:3:{s:30:\".wp-block-group.has-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"has-background\";}}s:32:\".entry-content > .wp-block-cover\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";}}s:49:\".entry-content > .wp-block-columns.has-background\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";}}}i:1;a:3:{i:0;s:11:\"padding:4em\";i:1;s:12:\"margin-top:0\";i:2;s:15:\"margin-bottom:0\";}}i:194;a:2:{i:0;a:2:{s:75:\".entry-content .wp-block-media-text.alignfull .wp-block-media-text__content\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:9:\"alignfull\";i:3;s:28:\"wp-block-media-text__content\";}}s:80:\".entry-content .wp-block-media-text.has-background .wp-block-media-text__content\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:14:\"has-background\";i:3;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:12:\"padding:0 8%\";}}i:195;s:1:\"}\";i:196;s:25:\"@media (max-width:921px){\";i:197;a:2:{i:0;a:1:{s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:198;a:2:{i:0;a:1:{s:43:\".ast-archive-description .ast-archive-title\";a:1:{i:1;a:2:{i:0;s:23:\"ast-archive-description\";i:1;s:17:\"ast-archive-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:40px\";}}i:199;a:2:{i:0;a:1:{s:30:\".site-header .site-description\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:16:\"site-description\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:200;a:2:{i:0;a:1:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:201;a:2:{i:0;a:2:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:202;a:2:{i:0;a:2:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:203;a:2:{i:0;a:2:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:20px\";}}i:204;a:2:{i:0;a:2:{s:29:\".ast-single-post .entry-title\";a:1:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:205;s:1:\"}\";i:206;s:25:\"@media (max-width:544px){\";i:207;a:2:{i:0;a:1:{s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:208;a:2:{i:0;a:1:{s:43:\".ast-archive-description .ast-archive-title\";a:1:{i:1;a:2:{i:0;s:23:\"ast-archive-description\";i:1;s:17:\"ast-archive-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:40px\";}}i:209;a:2:{i:0;a:1:{s:30:\".site-header .site-description\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:16:\"site-description\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:210;a:2:{i:0;a:1:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:211;a:2:{i:0;a:2:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:212;a:2:{i:0;a:2:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:213;a:2:{i:0;a:2:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:20px\";}}i:214;a:2:{i:0;a:2:{s:29:\".ast-single-post .entry-title\";a:1:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:215;s:1:\"}\";i:216;s:25:\"@media (max-width:921px){\";i:217;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:15:\"font-size:85.5%\";}}i:218;s:1:\"}\";i:219;s:25:\"@media (max-width:544px){\";i:220;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:15:\"font-size:85.5%\";}}i:221;s:1:\"}\";i:222;s:25:\"@media (min-width:922px){\";i:223;a:2:{i:0;a:1:{s:14:\".ast-container\";a:1:{i:1;a:1:{i:0;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:16:\"max-width:1240px\";}}i:224;s:1:\"}\";i:225;s:25:\"@media (min-width:922px){\";i:226;a:2:{i:0;a:1:{s:28:\".site-content .ast-container\";a:1:{i:1;a:2:{i:0;s:12:\"site-content\";i:1;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:227;s:1:\"}\";i:228;s:25:\"@media (max-width:921px){\";i:229;a:2:{i:0;a:1:{s:28:\".site-content .ast-container\";a:1:{i:1;a:2:{i:0;s:12:\"site-content\";i:1;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:21:\"flex-direction:column\";}}i:230;s:1:\"}\";i:231;s:25:\"@media (min-width:922px){\";i:232;a:2:{i:0;a:2:{s:80:\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu\";a:1:{i:1;a:5:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:23:\"ast-left-align-sub-menu\";i:4;s:8:\"sub-menu\";}}s:87:\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:focus-within > .sub-menu\";a:1:{i:1;a:5:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:23:\"ast-left-align-sub-menu\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:16:\"margin-left:-0px\";}}i:233;s:1:\"}\";i:234;a:2:{i:0;a:1:{s:16:\".wp-block-search\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-search\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:20px\";}}i:235;a:2:{i:0;a:1:{s:22:\".wp-block-site-tagline\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-site-tagline\";}}}i:1;a:1:{i:0;s:15:\"margin-top:20px\";}}i:236;a:2:{i:0;a:2:{s:44:\"form.wp-block-search .wp-block-search__input\";a:2:{i:1;a:2:{i:0;s:15:\"wp-block-search\";i:1;s:22:\"wp-block-search__input\";}i:0;a:1:{i:0;s:4:\"form\";}}s:80:\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:30:\"wp-block-search__button-inside\";i:2;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:2:{i:0;s:20:\"border-color:#eaeaea\";i:1;s:18:\"background:#fafafa\";}}i:237;a:2:{i:0;a:2:{s:110:\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus\";a:1:{i:1;a:4:{i:0;s:15:\"wp-block-search\";i:1;s:30:\"wp-block-search__button-inside\";i:2;s:31:\"wp-block-search__inside-wrapper\";i:3;s:22:\"wp-block-search__input\";}}s:30:\".wp-block-loginout input:focus\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:19:\"outline:thin dotted\";}}i:238;a:2:{i:0;a:1:{s:30:\".wp-block-loginout input:focus\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:24:\"border-color:transparent\";}}i:239;a:2:{i:0;a:1:{s:77:\"form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input\";a:2:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:22:\"wp-block-search__input\";}i:0;a:1:{i:0;s:4:\"form\";}}}i:1;a:1:{i:0;s:12:\"padding:12px\";}}i:240;a:2:{i:0;a:1:{s:49:\"form.wp-block-search .wp-block-search__button svg\";a:2:{i:1;a:2:{i:0;s:15:\"wp-block-search\";i:1;s:23:\"wp-block-search__button\";}i:0;a:2:{i:0;s:4:\"form\";i:1;s:3:\"svg\";}}}i:1;a:3:{i:0;s:17:\"fill:currentColor\";i:1;s:10:\"width:20px\";i:2;s:11:\"height:20px\";}}i:241;a:2:{i:0;a:1:{s:26:\".wp-block-loginout p label\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:2:{i:0;s:1:\"p\";i:1;s:5:\"label\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:242;a:2:{i:0;a:1:{s:66:\".wp-block-loginout p:not(.login-remember):not(.login-submit) input\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:2:{i:0;s:1:\"p\";i:1;s:5:\"input\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:243;a:2:{i:0;a:1:{s:40:\".wp-block-loginout .login-remember input\";a:2:{i:1;a:2:{i:0;s:17:\"wp-block-loginout\";i:1;s:14:\"login-remember\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:12:\"width:1.1rem\";i:1;s:13:\"height:1.1rem\";i:2;s:18:\"margin:0 5px 4px 0\";i:3;s:21:\"vertical-align:middle\";}}i:244;a:2:{i:0;a:1:{s:42:\"body .wp-block-file .wp-block-file__button\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:245;a:2:{i:0;a:1:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:21:\"padding:0 1.2em 1.2em\";}}i:246;a:2:{i:0;a:1:{s:14:\".wp-block-file\";a:1:{i:1;a:1:{i:0;s:13:\"wp-block-file\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:14:\"flex-wrap:wrap\";i:3;s:29:\"justify-content:space-between\";}}i:247;a:2:{i:0;a:1:{s:19:\".wp-block-pullquote\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:248;a:2:{i:0;a:1:{s:38:\".wp-block-pullquote blockquote::before\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:10:{i:0;s:13:\"content:\"”\"\";i:1;s:34:\"font-family:\"Helvetica\",sans-serif\";i:2;s:12:\"display:flex\";i:3;s:24:\"transform:rotate(180deg)\";i:4;s:14:\"font-size:6rem\";i:5;s:17:\"font-style:normal\";i:6;s:13:\"line-height:1\";i:7;s:16:\"font-weight:bold\";i:8;s:18:\"align-items:center\";i:9;s:22:\"justify-content:center\";}}i:249;a:2:{i:0;a:1:{s:57:\"figure.wp-block-pullquote.is-style-solid-color blockquote\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:20:\"is-style-solid-color\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"blockquote\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:18:\"text-align:inherit\";}}i:250;a:2:{i:0;a:2:{s:47:\"ul.wp-block-categories-list.wp-block-categories\";a:2:{i:1;a:2:{i:0;s:24:\"wp-block-categories-list\";i:1;s:19:\"wp-block-categories\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:43:\"ul.wp-block-archives-list.wp-block-archives\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-archives-list\";i:1;s:17:\"wp-block-archives\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:20:\"list-style-type:none\";}}i:251;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:29:\"border:2px solid currentColor\";}}i:252;a:2:{i:0;a:2:{s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin-left:20px\";}}i:253;a:2:{i:0;a:1:{s:28:\"figure.alignright figcaption\";a:2:{i:1;a:1:{i:0;s:10:\"alignright\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:254;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-0-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-0-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:255;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-0-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-0-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-0)\";}}i:256;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-0-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-0-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:257;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-0-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-0-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-0)\";}}i:258;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-1-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-1-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:259;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-1-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-1-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-1)\";}}i:260;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-1-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-1-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:261;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-1-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-1-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-1)\";}}i:262;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-2-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-2-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:263;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-2-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-2-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-2)\";}}i:264;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-2-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-2-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:265;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-2-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-2-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-2)\";}}i:266;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-3-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-3-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:267;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-3-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-3-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-3)\";}}i:268;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-3-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-3-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:269;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-3-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-3-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-3)\";}}i:270;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-4-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-4-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-4)\";}}i:271;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-4-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-4-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-4)\";}}i:272;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-4-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-4-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-4)\";}}i:273;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-4-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-4-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-4)\";}}i:274;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-5-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-5-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-5)\";}}i:275;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-5-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-5-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:276;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-5-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-5-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-5)\";}}i:277;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-5-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-5-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:278;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-6-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-6-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-6)\";}}i:279;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-6-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-6-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-6)\";}}i:280;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-6-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-6-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-6)\";}}i:281;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-6-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-6-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-6)\";}}i:282;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-7-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-7-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-7)\";}}i:283;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-7-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-7-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-7)\";}}i:284;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-7-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-7-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-7)\";}}i:285;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-7-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-7-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-7)\";}}i:286;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-8-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-8-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-8)\";}}i:287;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-8-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-8-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-8)\";}}i:288;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-8-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-8-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-8)\";}}i:289;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-8-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-8-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-8)\";}}i:290;a:2:{i:0;a:1:{s:5:\":root\";a:0:{}}i:1;a:9:{i:0;s:28:\"--ast-global-color-0:#0170b9\";i:1;s:28:\"--ast-global-color-1:#3a3a3a\";i:2;s:28:\"--ast-global-color-2:#3a3a3a\";i:3;s:28:\"--ast-global-color-3:#4b4f58\";i:4;s:28:\"--ast-global-color-4:#f5f5f5\";i:5;s:25:\"--ast-global-color-5:#fff\";i:6;s:28:\"--ast-global-color-6:#f2f5f7\";i:7;s:28:\"--ast-global-color-7:#424242\";i:8;s:25:\"--ast-global-color-8:#000\";}}i:291;a:2:{i:0;a:3:{s:30:\".ast-breadcrumbs .trail-browse\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:12:\"trail-browse\";}}s:29:\".ast-breadcrumbs .trail-items\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:11:\"trail-items\";}}s:32:\".ast-breadcrumbs .trail-items li\";a:2:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:11:\"trail-items\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:6:{i:0;s:20:\"display:inline-block\";i:1;s:8:\"margin:0\";i:2;s:9:\"padding:0\";i:3;s:11:\"border:none\";i:4;s:18:\"background:inherit\";i:5;s:13:\"text-indent:0\";}}i:292;a:2:{i:0;a:1:{s:30:\".ast-breadcrumbs .trail-browse\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:12:\"trail-browse\";}}}i:1;a:4:{i:0;s:17:\"font-size:inherit\";i:1;s:18:\"font-style:inherit\";i:2;s:19:\"font-weight:inherit\";i:3;s:13:\"color:inherit\";}}i:293;a:2:{i:0;a:1:{s:29:\".ast-breadcrumbs .trail-items\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:11:\"trail-items\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:294;a:2:{i:0;a:1:{s:22:\".trail-items li::after\";a:2:{i:1;a:1:{i:0;s:11:\"trail-items\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"padding:0 .3em\";i:1;s:12:\"content:\"»\"\";}}i:295;a:2:{i:0;a:1:{s:35:\".trail-items li:last-of-type::after\";a:2:{i:1;a:1:{i:0;s:11:\"trail-items\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:296;a:2:{i:0;a:12:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\".entry-content h4\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\".entry-content h5\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:17:\".entry-content h6\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:297;a:2:{i:0;a:1:{s:14:\".entry-title a\";a:2:{i:1;a:1:{i:0;s:11:\"entry-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:298;s:25:\"@media (max-width:921px){\";i:299;a:2:{i:0;a:2:{s:108:\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:38:\"ast-builder-grid-row-tablet-3-firstrow\";i:2;s:20:\"ast-builder-grid-row\";}}s:106:\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:37:\"ast-builder-grid-row-tablet-3-lastrow\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:16:\"grid-column:1/-1\";}}i:300;s:1:\"}\";i:301;s:25:\"@media (max-width:544px){\";i:302;a:2:{i:0;a:2:{s:108:\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:38:\"ast-builder-grid-row-mobile-3-firstrow\";i:2;s:20:\"ast-builder-grid-row\";}}s:106:\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:37:\"ast-builder-grid-row-mobile-3-lastrow\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:16:\"grid-column:1/-1\";}}i:303;s:1:\"}\";i:304;a:2:{i:0;a:1:{s:57:\".ast-builder-layout-element[data-section=\"title_tagline\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:1:{i:0;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:305;s:25:\"@media (max-width:921px){\";i:306;a:2:{i:0;a:1:{s:81:\".ast-header-break-point .ast-builder-layout-element[data-section=\"title_tagline\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:307;s:1:\"}\";i:308;s:25:\"@media (max-width:544px){\";i:309;a:2:{i:0;a:1:{s:81:\".ast-header-break-point .ast-builder-layout-element[data-section=\"title_tagline\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:310;s:1:\"}\";i:311;a:2:{i:0;a:1:{s:19:\".ast-builder-menu-1\";a:1:{i:1;a:1:{i:0;s:18:\"ast-builder-menu-1\";}}}i:1;a:2:{i:0;s:19:\"font-family:inherit\";i:1;s:19:\"font-weight:inherit\";}}i:312;a:2:{i:0;a:2:{s:29:\".ast-builder-menu-1 .sub-menu\";a:1:{i:1;a:2:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:8:\"sub-menu\";}}s:47:\".ast-builder-menu-1 .inline-on-mobile .sub-menu\";a:1:{i:1;a:3:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:16:\"inline-on-mobile\";i:2;s:8:\"sub-menu\";}}}i:1;a:7:{i:0;s:20:\"border-top-width:2px\";i:1;s:23:\"border-bottom-width:0px\";i:2;s:22:\"border-right-width:0px\";i:3;s:21:\"border-left-width:0px\";i:4;s:38:\"border-color:var(--ast-global-color-0)\";i:5;s:18:\"border-style:solid\";i:6;s:17:\"border-radius:0px\";}}i:313;a:2:{i:0;a:2:{s:62:\".ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu\";a:1:{i:1;a:4:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:16:\"main-header-menu\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";}}s:81:\".ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper\";a:1:{i:1;a:4:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:16:\"main-header-menu\";i:2;s:9:\"menu-item\";i:3;s:27:\"astra-full-megamenu-wrapper\";}}}i:1;a:1:{i:0;s:14:\"margin-top:0px\";}}i:314;a:2:{i:0;a:2:{s:82:\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:16:\"main-header-menu\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:101:\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:16:\"main-header-menu\";i:3;s:9:\"menu-item\";i:4;s:27:\"astra-full-megamenu-wrapper\";}}}i:1;a:1:{i:0;s:22:\"height:calc(0px + 5px)\";}}i:315;a:2:{i:0;a:1:{s:64:\".ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";i:4;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"border-style:none\";}}i:316;s:25:\"@media (max-width:921px){\";i:317;a:2:{i:0;a:1:{s:96:\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:318;a:2:{i:0;a:1:{s:62:\".ast-builder-menu-1 .menu-item-has-children > .menu-link:after\";a:1:{i:1;a:3:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:22:\"menu-item-has-children\";i:2;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"content:unset\";}}i:319;s:1:\"}\";i:320;s:25:\"@media (max-width:544px){\";i:321;a:2:{i:0;a:1:{s:96:\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:322;s:1:\"}\";i:323;a:2:{i:0;a:1:{s:19:\".ast-builder-menu-1\";a:1:{i:1;a:1:{i:0;s:18:\"ast-builder-menu-1\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:324;s:25:\"@media (max-width:921px){\";i:325;a:2:{i:0;a:1:{s:43:\".ast-header-break-point .ast-builder-menu-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:326;s:1:\"}\";i:327;s:25:\"@media (max-width:544px){\";i:328;a:2:{i:0;a:1:{s:43:\".ast-header-break-point .ast-builder-menu-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:329;s:1:\"}\";i:330;a:2:{i:0;a:1:{s:23:\".site-below-footer-wrap\";a:1:{i:1;a:1:{i:0;s:22:\"site-below-footer-wrap\";}}}i:1;a:2:{i:0;s:16:\"padding-top:20px\";i:1;s:19:\"padding-bottom:20px\";}}i:331;a:2:{i:0;a:1:{s:68:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:1:{i:0;s:22:\"site-below-footer-wrap\";}}}i:1;a:2:{i:0;s:21:\"background-color:#eee\";i:1;s:15:\"min-height:80px\";}}i:332;a:2:{i:0;a:1:{s:90:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"] .ast-builder-grid-row\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:20:\"ast-builder-grid-row\";}}}i:1;a:3:{i:0;s:16:\"max-width:1200px\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:333;a:2:{i:0;a:2:{s:90:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"] .ast-builder-grid-row\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:20:\"ast-builder-grid-row\";}}s:89:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"] .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:19:\"site-footer-section\";}}}i:1;a:1:{i:0;s:22:\"align-items:flex-start\";}}i:334;a:2:{i:0;a:1:{s:111:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-inline .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:21:\"ast-footer-row-inline\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:15:\"margin-bottom:0\";}}i:335;a:2:{i:0;a:1:{s:48:\".ast-builder-grid-row-full .ast-builder-grid-row\";a:1:{i:1;a:2:{i:0;s:25:\"ast-builder-grid-row-full\";i:1;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:336;s:25:\"@media (max-width:921px){\";i:337;a:2:{i:0;a:1:{s:118:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-tablet-inline .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:28:\"ast-footer-row-tablet-inline\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:15:\"margin-bottom:0\";}}i:338;a:2:{i:0;a:1:{s:117:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-tablet-stack .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:27:\"ast-footer-row-tablet-stack\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:18:\"margin-bottom:10px\";}}i:339;a:2:{i:0;a:1:{s:86:\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:32:\"ast-builder-grid-row-tablet-full\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:340;s:1:\"}\";i:341;s:25:\"@media (max-width:544px){\";i:342;a:2:{i:0;a:1:{s:118:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-mobile-inline .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:28:\"ast-footer-row-mobile-inline\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:15:\"margin-bottom:0\";}}i:343;a:2:{i:0;a:1:{s:117:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-mobile-stack .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:27:\"ast-footer-row-mobile-stack\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:18:\"margin-bottom:10px\";}}i:344;a:2:{i:0;a:1:{s:86:\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:32:\"ast-builder-grid-row-mobile-full\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:345;s:1:\"}\";i:346;a:2:{i:0;a:1:{s:68:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:1:{i:0;s:22:\"site-below-footer-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:347;s:25:\"@media (max-width:921px){\";i:348;a:2:{i:0;a:1:{s:92:\".ast-header-break-point .site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"site-below-footer-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:349;s:1:\"}\";i:350;s:25:\"@media (max-width:544px){\";i:351;a:2:{i:0;a:1:{s:92:\".ast-header-break-point .site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"site-below-footer-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:352;s:1:\"}\";i:353;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:354;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:355;s:25:\"@media (max-width:921px){\";i:356;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:357;s:1:\"}\";i:358;s:25:\"@media (max-width:544px){\";i:359;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:360;s:1:\"}\";i:361;a:2:{i:0;a:1:{s:48:\".ast-footer-copyright.ast-builder-layout-element\";a:1:{i:1;a:2:{i:0;s:20:\"ast-footer-copyright\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:362;s:25:\"@media (max-width:921px){\";i:363;a:2:{i:0;a:1:{s:72:\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:20:\"ast-footer-copyright\";i:2;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:364;s:1:\"}\";i:365;s:25:\"@media (max-width:544px){\";i:366;a:2:{i:0;a:1:{s:72:\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:20:\"ast-footer-copyright\";i:2;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:367;s:1:\"}\";i:368;s:25:\"@media (max-width:921px){\";i:369;a:2:{i:0;a:1:{s:19:\"#ast-desktop-header\";a:1:{i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:370;a:2:{i:0;a:1:{s:18:\"#ast-mobile-header\";a:1:{i:2;a:1:{i:0;s:17:\"ast-mobile-header\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:371;a:2:{i:0;a:1:{s:60:\".ast-amp.ast-main-header-nav-open .ast-mobile-header-content\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:24:\"ast-main-header-nav-open\";i:2;s:25:\"ast-mobile-header-content\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:372;a:2:{i:0;a:1:{s:95:\".ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\";a:1:{i:1;a:4:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:29:\"ast-main-header-bar-alignment\";i:2;s:9:\"toggle-on\";i:3;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:373;a:2:{i:0;a:1:{s:77:\".ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link\";a:2:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:15:\"main-navigation\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-link\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:7:{i:0;s:14:\"padding:0 20px\";i:1;s:20:\"display:inline-block\";i:2;s:10:\"width:100%\";i:3;s:8:\"border:0\";i:4;s:23:\"border-bottom-width:1px\";i:5;s:18:\"border-style:solid\";i:6;s:20:\"border-color:#eaeaea\";}}i:374;a:2:{i:0;a:1:{s:75:\".ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:10:\"toggled-on\";i:3;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:13:\"line-height:3\";i:1;s:12:\"display:none\";}}i:375;a:2:{i:0;a:1:{s:73:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:376;a:2:{i:0;a:1:{s:97:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:377;a:2:{i:0;a:1:{s:114:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\";a:2:{i:1;a:6:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:13:\"dropdown-open\";i:5;s:8:\"sub-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:378;a:2:{i:0;a:1:{s:106:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:12:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:8:\"top:-1px\";i:4;s:10:\"right:20px\";i:5;s:14:\"cursor:pointer\";i:6;s:33:\"webkit-font-smoothing:antialiased\";i:7;s:32:\"moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:18:\"font-weight:normal\";i:10;s:19:\"line-height:inherit\";i:11;s:18:\"transition:all .2s\";}}i:379;a:2:{i:0;a:1:{s:112:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:20:\"ast-submenu-expanded\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:2:{i:0;s:33:\"-webkit-transform:rotateX(180deg)\";i:1;s:25:\"transform:rotateX(180deg)\";}}i:380;a:2:{i:0;a:1:{s:81:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:16:\"main-header-menu\";}}}i:1;a:3:{i:0;s:20:\"border-top-width:1px\";i:1;s:18:\"border-style:solid\";i:2;s:20:\"border-color:#eaeaea\";}}i:381;a:2:{i:0;a:3:{s:30:\".ast-amp .ast-below-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:20:\"ast-below-header-bar\";}}s:25:\".ast-amp .main-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";}}s:30:\".ast-amp .ast-above-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:20:\"ast-above-header-bar\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:382;s:1:\"}\";i:383;s:25:\"@media (max-width:921px){\";i:384;a:2:{i:0;a:1:{s:49:\".site-header .main-header-bar-wrap .site-branding\";a:1:{i:1;a:3:{i:0;s:11:\"site-header\";i:1;s:20:\"main-header-bar-wrap\";i:2;s:13:\"site-branding\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"-webkit-box-flex:1\";i:2;s:14:\"-webkit-flex:1\";i:3;s:15:\"-moz-box-flex:1\";i:4;s:10:\"-ms-flex:1\";i:5;s:6:\"flex:1\";i:6;s:25:\"-webkit-align-self:center\";i:7;s:26:\"-ms-flex-item-align:center\";i:8;s:17:\"align-self:center\";}}i:385;a:2:{i:0;a:1:{s:68:\".ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\";a:1:{i:1;a:3:{i:0;s:29:\"ast-main-header-bar-alignment\";i:1;s:9:\"toggle-on\";i:2;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:386;a:2:{i:0;a:1:{s:16:\".main-navigation\";a:1:{i:1;a:1:{i:0;s:15:\"main-navigation\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";}}i:387;a:2:{i:0;a:1:{s:43:\".main-header-menu > .menu-item > .menu-link\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";i:2;s:9:\"menu-link\";}}}i:1;a:6:{i:0;s:14:\"padding:0 20px\";i:1;s:20:\"display:inline-block\";i:2;s:10:\"width:100%\";i:3;s:23:\"border-bottom-width:1px\";i:4;s:18:\"border-style:solid\";i:5;s:20:\"border-color:#eaeaea\";}}i:388;a:2:{i:0;a:1:{s:40:\".ast-main-header-bar-alignment.toggle-on\";a:1:{i:1;a:2:{i:0;s:29:\"ast-main-header-bar-alignment\";i:1;s:9:\"toggle-on\";}}}i:1;a:12:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";i:2;s:18:\"-webkit-box-flex:1\";i:3;s:17:\"-webkit-flex:auto\";i:4;s:15:\"-moz-box-flex:1\";i:5;s:13:\"-ms-flex:auto\";i:6;s:9:\"flex:auto\";i:7;s:27:\"-webkit-box-ordinal-group:5\";i:8;s:15:\"-webkit-order:4\";i:9;s:24:\"-moz-box-ordinal-group:5\";i:10;s:16:\"-ms-flex-order:4\";i:11;s:7:\"order:4\";}}i:389;a:2:{i:0;a:1:{s:28:\".main-header-menu .menu-item\";a:1:{i:1;a:2:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:15:\"text-align:left\";i:2;s:12:\"border-top:0\";}}i:390;a:2:{i:0;a:1:{s:27:\".main-header-bar-navigation\";a:1:{i:1;a:1:{i:0;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:23:\"width:calc(100% + 40px)\";i:1;s:14:\"margin:0 -20px\";}}i:391;a:2:{i:0;a:1:{s:62:\".main-header-bar .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:3:{i:0;s:15:\"main-header-bar\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:16:\"main-header-menu\";}}}i:1;a:3:{i:0;s:20:\"border-top-width:1px\";i:1;s:18:\"border-style:solid\";i:2;s:20:\"border-color:#eaeaea\";}}i:392;a:2:{i:0;a:1:{s:87:\".main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:4:{i:0;s:15:\"main-header-bar\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:15:\"ast-menu-toggle\";}}}i:1;a:13:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:8:\"top:-1px\";i:4;s:10:\"right:20px\";i:5;s:14:\"cursor:pointer\";i:6;s:34:\"-webkit-font-smoothing:antialiased\";i:7;s:33:\"-moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:18:\"font-weight:normal\";i:10;s:19:\"line-height:inherit\";i:11;s:26:\"-webkit-transition:all .2s\";i:12;s:18:\"transition:all .2s\";}}i:393;s:1:\"}\";i:394;s:25:\"@media (max-width:921px){\";i:395;a:2:{i:0;a:1:{s:36:\".ast-amp .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:396;s:1:\"}\";i:397;s:25:\"@media (max-width:921px){\";i:398;a:2:{i:0;a:1:{s:34:\".ast-amp .entry-content .alignwide\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:399;a:2:{i:0;a:1:{s:25:\".ast-amp .main-navigation\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";}}i:400;a:2:{i:0;a:2:{s:50:\".ast-amp .main-navigation ul .menu-item .menu-link\";a:2:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:9:\"menu-link\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:55:\".ast-amp .main-navigation ul .button-custom-menu-item a\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:23:\"button-custom-menu-item\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:1:\"a\";}}}i:1;a:6:{i:0;s:14:\"padding:0 20px\";i:1;s:20:\"display:inline-block\";i:2;s:10:\"width:100%\";i:3;s:23:\"border-bottom-width:1px\";i:4;s:18:\"border-style:solid\";i:5;s:20:\"border-color:#eaeaea\";}}i:401;a:2:{i:0;a:1:{s:57:\".ast-amp .main-navigation .sub-menu .menu-item .menu-link\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:30px\";}}i:402;a:2:{i:0;a:1:{s:68:\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link\";a:1:{i:1;a:6:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:40px\";}}i:403;a:2:{i:0;a:1:{s:90:\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\";a:1:{i:1;a:8:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:9:\"menu-item\";i:6;s:9:\"menu-item\";i:7;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:60px\";}}i:404;a:2:{i:0;a:1:{s:26:\".ast-amp .main-header-menu\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f9f9f9\";}}i:405;a:2:{i:0;a:1:{s:29:\".ast-amp .main-header-menu ul\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:6:{i:0;s:24:\"background-color:#f9f9f9\";i:1;s:15:\"position:static\";i:2;s:9:\"opacity:1\";i:3;s:18:\"visibility:visible\";i:4;s:8:\"border:0\";i:5;s:10:\"width:auto\";}}i:406;a:2:{i:0;a:2:{s:67:\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:23:\"ast-left-align-sub-menu\";}i:0;a:3:{i:0;s:2:\"ul\";i:1;s:2:\"li\";i:2;s:2:\"ul\";}}s:74:\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:focus-within > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:23:\"ast-left-align-sub-menu\";}i:0;a:3:{i:0;s:2:\"ul\";i:1;s:2:\"li\";i:2;s:2:\"ul\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:407;a:2:{i:0;a:2:{s:66:\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:25:\"ast-sub-menu-goes-outside\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"ul\";}}s:73:\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:focus-within > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:25:\"ast-sub-menu-goes-outside\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"ul\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:408;a:2:{i:0;a:1:{s:39:\".ast-amp .submenu-with-border .sub-menu\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:8:\"border:0\";}}i:409;a:2:{i:0;a:1:{s:21:\".ast-amp .user-select\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:11:\"user-select\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:410;a:2:{i:0;a:1:{s:33:\".ast-amp .ast-mobile-menu-buttons\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:23:\"ast-mobile-menu-buttons\";}}}i:1;a:7:{i:0;s:16:\"text-align:right\";i:1;s:12:\"display:flex\";i:2;s:20:\"-webkit-box-pack:end\";i:3;s:32:\"-webkit-justify-content:flex-end\";i:4;s:17:\"-moz-box-pack:end\";i:5;s:17:\"-ms-flex-pack:end\";i:6;s:24:\"justify-content:flex-end\";}}i:411;a:2:{i:0;a:1:{s:36:\".ast-amp .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:6:{i:0;s:18:\"-webkit-box-flex:1\";i:1;s:17:\"-webkit-flex:auto\";i:2;s:15:\"-moz-box-flex:1\";i:3;s:13:\"-ms-flex:auto\";i:4;s:9:\"flex:auto\";i:5;s:23:\"width:calc(100% + 40px)\";}}i:412;a:2:{i:0;a:1:{s:39:\".ast-amp .ast-main-header-bar-alignment\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:29:\"ast-main-header-bar-alignment\";}}}i:1;a:12:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";i:2;s:18:\"-webkit-box-flex:1\";i:3;s:17:\"-webkit-flex:auto\";i:4;s:15:\"-moz-box-flex:1\";i:5;s:13:\"-ms-flex:auto\";i:6;s:9:\"flex:auto\";i:7;s:27:\"-webkit-box-ordinal-group:5\";i:8;s:15:\"-webkit-order:4\";i:9;s:24:\"-moz-box-ordinal-group:5\";i:10;s:16:\"-ms-flex-order:4\";i:11;s:7:\"order:4\";}}i:413;a:2:{i:0;a:1:{s:58:\".ast-amp .site-header .main-header-bar-wrap .site-branding\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:11:\"site-header\";i:2;s:20:\"main-header-bar-wrap\";i:3;s:13:\"site-branding\";}}}i:1;a:10:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:18:\"-webkit-box-flex:1\";i:3;s:14:\"-webkit-flex:1\";i:4;s:15:\"-moz-box-flex:1\";i:5;s:10:\"-ms-flex:1\";i:6;s:6:\"flex:1\";i:7;s:25:\"-webkit-align-self:center\";i:8;s:26:\"-ms-flex-item-align:center\";i:9;s:17:\"align-self:center\";}}i:414;a:2:{i:0;a:1:{s:27:\".ast-amp .ast-site-identity\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:17:\"ast-site-identity\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:415;a:2:{i:0;a:1:{s:90:\".ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:9:\"menu-link\";i:4;s:9:\"sub-arrow\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:416;a:2:{i:0;a:1:{s:25:\".ast-amp .main-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";}}}i:1;a:3:{i:0;s:8:\"border:0\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:417;a:2:{i:0;a:1:{s:58:\".ast-main-header-bar-alignment .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:29:\"ast-main-header-bar-alignment\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:13:\"line-height:3\";i:1;s:12:\"display:none\";}}i:418;a:2:{i:0;a:1:{s:65:\".ast-amp .main-header-bar .toggled-on .main-header-bar-navigation\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:10:\"toggled-on\";i:3;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:13:\"line-height:3\";i:1;s:12:\"display:none\";}}i:419;a:2:{i:0;a:1:{s:63:\".ast-amp .main-header-bar .main-header-bar-navigation .sub-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:420;a:2:{i:0;a:1:{s:87:\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:421;a:2:{i:0;a:1:{s:104:\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\";a:2:{i:1;a:6:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:13:\"dropdown-open\";i:5;s:8:\"sub-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:422;a:2:{i:0;a:1:{s:96:\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:12:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:8:\"top:-1px\";i:4;s:10:\"right:20px\";i:5;s:14:\"cursor:pointer\";i:6;s:33:\"webkit-font-smoothing:antialiased\";i:7;s:32:\"moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:18:\"font-weight:normal\";i:10;s:19:\"line-height:inherit\";i:11;s:18:\"transition:all .2s\";}}i:423;a:2:{i:0;a:1:{s:102:\".ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:20:\"ast-submenu-expanded\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:2:{i:0;s:33:\"-webkit-transform:rotateX(180deg)\";i:1;s:25:\"transform:rotateX(180deg)\";}}i:424;a:2:{i:0;a:1:{s:71:\".ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:16:\"main-header-menu\";}}}i:1;a:3:{i:0;s:20:\"border-top-width:1px\";i:1;s:18:\"border-style:solid\";i:2;s:20:\"border-color:#eaeaea\";}}i:425;a:2:{i:0;a:1:{s:45:\".ast-amp .main-navigation ul > li:first-child\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:12:\"border-top:0\";}}i:426;a:2:{i:0;a:1:{s:31:\".ast-amp .main-navigation ul ul\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";}}}i:1;a:2:{i:0;s:9:\"left:auto\";i:1;s:10:\"right:auto\";}}i:427;a:2:{i:0;a:1:{s:28:\".ast-amp .main-navigation li\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:428;a:2:{i:0;a:1:{s:33:\".ast-amp .main-navigation .widget\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:429;a:2:{i:0;a:1:{s:36:\".ast-amp .main-navigation .widget li\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"width:auto\";}}i:430;a:2:{i:0;a:1:{s:44:\".ast-amp .main-navigation .widget:last-child\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:431;a:2:{i:0;a:1:{s:32:\".ast-amp .main-header-menu ul ul\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:432;a:2:{i:0;a:2:{s:54:\".ast-amp .ast-has-mobile-header-logo .custom-logo-link\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:26:\"ast-has-mobile-header-logo\";i:2;s:16:\"custom-logo-link\";}}s:52:\".ast-amp .ast-has-mobile-header-logo .astra-logo-svg\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:26:\"ast-has-mobile-header-logo\";i:2;s:14:\"astra-logo-svg\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:433;a:2:{i:0;a:1:{s:61:\".ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:26:\"ast-has-mobile-header-logo\";i:2;s:23:\"custom-mobile-logo-link\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:434;a:2:{i:0;a:2:{s:85:\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link\";a:1:{i:1;a:4:{i:0;s:9:\"ast-theme\";i:1;s:28:\"ast-mobile-inherit-site-logo\";i:2;s:26:\"ast-has-mobile-header-logo\";i:3;s:16:\"custom-logo-link\";}}s:83:\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg\";a:1:{i:1;a:4:{i:0;s:9:\"ast-theme\";i:1;s:28:\"ast-mobile-inherit-site-logo\";i:2;s:26:\"ast-has-mobile-header-logo\";i:3;s:14:\"astra-logo-svg\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:435;a:2:{i:0;a:1:{s:40:\".ast-amp .ast-header-widget-area .widget\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:22:\"ast-header-widget-area\";i:2;s:6:\"widget\";}}}i:1;a:2:{i:0;s:13:\"margin:.5em 0\";i:1;s:13:\"display:block\";}}i:436;a:2:{i:0;a:1:{s:27:\".ast-amp .nav-fallback-text\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:17:\"nav-fallback-text\";}}}i:1;a:1:{i:0;s:10:\"float:none\";}}i:437;a:2:{i:0;a:1:{s:76:\".ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:28:\"woocommerce-custom-menu-item\";i:3;s:18:\"ast-cart-menu-wrap\";}}}i:1;a:3:{i:0;s:10:\"height:3em\";i:1;s:13:\"line-height:3\";i:2;s:15:\"text-align:left\";}}i:438;a:2:{i:0;a:1:{s:52:\".ast-amp #ast-site-header-cart .widget_shopping_cart\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:20:\"widget_shopping_cart\";}i:2;a:1:{i:0;s:20:\"ast-site-header-cart\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:439;a:2:{i:0;a:1:{s:58:\".ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart\";a:1:{i:1;a:3:{i:0;s:9:\"ast-theme\";i:1;s:25:\"ast-woocommerce-cart-menu\";i:2;s:20:\"ast-site-header-cart\";}}}i:1;a:3:{i:0;s:13:\"order:initial\";i:1;s:13:\"line-height:3\";i:2;s:19:\"padding:0 1em 1em 0\";}}i:440;a:2:{i:0;a:2:{s:58:\".ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:24:\"ast-edd-site-header-cart\";i:2;s:22:\"widget_edd_cart_widget\";}}s:65:\".ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:24:\"ast-edd-site-header-cart\";i:2;s:29:\"ast-edd-header-cart-info-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:441;a:2:{i:0;a:1:{s:64:\".ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:30:\"ast-masthead-custom-menu-items\";i:2;s:20:\"edd-custom-menu-item\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:442;a:2:{i:0;a:1:{s:73:\".ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:20:\"ast-search-menu-icon\";i:3;s:12:\"slide-search\";i:4;s:11:\"search-form\";}}}i:1;a:1:{i:0;s:7:\"right:0\";}}i:443;a:2:{i:0;a:1:{s:36:\".ast-amp .main-header-menu .sub-menu\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:15:\"box-shadow:none\";}}i:444;a:2:{i:0;a:1:{s:41:\".ast-amp .submenu-with-border .sub-menu a\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"border-width:1px\";}}i:445;a:2:{i:0;a:1:{s:59:\".ast-amp .submenu-with-border .sub-menu > li:last-child > a\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"border-width:1px\";}}i:446;a:2:{i:0;a:1:{s:96:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:15:\"ast-button-wrap\";i:1;s:31:\"ast-mobile-menu-buttons-minimal\";}}}i:1;a:2:{i:0;s:22:\"background:transparent\";i:1;s:11:\"border:none\";}}i:447;s:1:\"}\";i:448;a:2:{i:0;a:1:{s:40:\".ast-header-break-point .main-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-header-bar\";}}}i:1;a:1:{i:0;s:23:\"border-bottom-width:1px\";}}i:449;s:25:\"@media (min-width:922px){\";i:450;a:2:{i:0;a:1:{s:16:\".main-header-bar\";a:1:{i:1;a:1:{i:0;s:15:\"main-header-bar\";}}}i:1;a:1:{i:0;s:23:\"border-bottom-width:1px\";}}i:451;s:1:\"}\";i:452;s:25:\"@media (min-width:922px){\";i:453;a:2:{i:0;a:1:{s:8:\"#primary\";a:1:{i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:9:\"width:70%\";}}i:454;a:2:{i:0;a:1:{s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:9:\"width:30%\";}}i:455;s:1:\"}\";i:456;a:2:{i:0;a:3:{s:28:\".main-header-menu .menu-item\";a:1:{i:1;a:2:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";}}s:29:\"#astra-footer-menu .menu-item\";a:2:{i:1;a:1:{i:0;s:9:\"menu-item\";}i:2;a:1:{i:0;s:17:\"astra-footer-menu\";}}s:48:\".main-header-bar .ast-masthead-custom-menu-items\";a:1:{i:1;a:2:{i:0;s:15:\"main-header-bar\";i:1;s:30:\"ast-masthead-custom-menu-items\";}}}i:1;a:14:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:23:\"-webkit-box-pack:center\";i:3;s:30:\"-webkit-justify-content:center\";i:4;s:20:\"-moz-box-pack:center\";i:5;s:20:\"-ms-flex-pack:center\";i:6;s:22:\"justify-content:center\";i:7;s:27:\"-webkit-box-orient:vertical\";i:8;s:28:\"-webkit-box-direction:normal\";i:9;s:29:\"-webkit-flex-direction:column\";i:10;s:24:\"-moz-box-orient:vertical\";i:11;s:25:\"-moz-box-direction:normal\";i:12;s:25:\"-ms-flex-direction:column\";i:13;s:21:\"flex-direction:column\";}}i:457;a:2:{i:0;a:2:{s:43:\".main-header-menu > .menu-item > .menu-link\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";i:2;s:9:\"menu-link\";}}s:44:\"#astra-footer-menu > .menu-item > .menu-link\";a:2:{i:1;a:2:{i:0;s:9:\"menu-item\";i:1;s:9:\"menu-link\";}i:2;a:1:{i:0;s:17:\"astra-footer-menu\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:24:\"-webkit-box-align:center\";i:2;s:26:\"-webkit-align-items:center\";i:3;s:21:\"-moz-box-align:center\";i:4;s:21:\"-ms-flex-align:center\";i:5;s:18:\"align-items:center\";i:6;s:16:\"-js-display:flex\";i:7;s:12:\"display:flex\";}}i:458;a:2:{i:0;a:1:{s:95:\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg\";a:2:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:9:\"menu-link\";i:4;s:10:\"icon-arrow\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:3:\"svg\";}}}i:1;a:5:{i:0;s:8:\"top:.2em\";i:1;s:14:\"margin-top:0px\";i:2;s:15:\"margin-left:0px\";i:3;s:11:\"width:.65em\";i:4;s:43:\"transform:translate(0,-2px) rotateZ(270deg)\";}}i:459;a:2:{i:0;a:1:{s:66:\".ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle\";a:1:{i:1;a:3:{i:0;s:24:\"ast-mobile-popup-content\";i:1;s:20:\"ast-submenu-expanded\";i:2;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:25:\"transform:rotateX(180deg)\";}}i:460;a:2:{i:0;a:3:{s:38:\".ast-separate-container .blog-layout-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"blog-layout-1\";}}s:38:\".ast-separate-container .blog-layout-2\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"blog-layout-2\";}}s:38:\".ast-separate-container .blog-layout-3\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"blog-layout-3\";}}}i:1;a:2:{i:0;s:28:\"background-color:transparent\";i:1;s:21:\"background-image:none\";}}i:461;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:462;s:25:\"@media (max-width:921px){\";i:463;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:464;s:1:\"}\";i:465;s:25:\"@media (max-width:544px){\";i:466;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:467;s:1:\"}\";i:468;a:2:{i:0;a:13:{s:66:\".ast-separate-container .ast-article-single:not(.ast-related-post)\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:55:\".ast-separate-container .comments-area .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:15:\"comment-respond\";}}s:59:\".ast-separate-container .comments-area .ast-comment-list li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}s:50:\".ast-separate-container .ast-woocommerce-container\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:25:\"ast-woocommerce-container\";}}s:34:\".ast-separate-container .error-404\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"error-404\";}}s:35:\".ast-separate-container .no-results\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:10:\"no-results\";}}s:47:\".single.ast-separate-container .ast-author-meta\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:22:\"ast-separate-container\";i:2;s:15:\"ast-author-meta\";}}s:52:\".ast-separate-container .related-posts-title-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:27:\"related-posts-title-wrapper\";}}s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:47:\".ast-separate-container .comments-count-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:22:\"comments-count-wrapper\";}}s:49:\".ast-box-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:14:\"ast-box-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:52:\".ast-padded-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:17:\"ast-padded-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:54:\".ast-separate-container .comments-area .comments-title\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:469;s:25:\"@media (max-width:921px){\";i:470;a:2:{i:0;a:13:{s:66:\".ast-separate-container .ast-article-single:not(.ast-related-post)\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:55:\".ast-separate-container .comments-area .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:15:\"comment-respond\";}}s:59:\".ast-separate-container .comments-area .ast-comment-list li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}s:50:\".ast-separate-container .ast-woocommerce-container\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:25:\"ast-woocommerce-container\";}}s:34:\".ast-separate-container .error-404\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"error-404\";}}s:35:\".ast-separate-container .no-results\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:10:\"no-results\";}}s:47:\".single.ast-separate-container .ast-author-meta\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:22:\"ast-separate-container\";i:2;s:15:\"ast-author-meta\";}}s:52:\".ast-separate-container .related-posts-title-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:27:\"related-posts-title-wrapper\";}}s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:47:\".ast-separate-container .comments-count-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:22:\"comments-count-wrapper\";}}s:49:\".ast-box-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:14:\"ast-box-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:52:\".ast-padded-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:17:\"ast-padded-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:54:\".ast-separate-container .comments-area .comments-title\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:471;s:1:\"}\";i:472;s:25:\"@media (max-width:544px){\";i:473;a:2:{i:0;a:13:{s:66:\".ast-separate-container .ast-article-single:not(.ast-related-post)\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:55:\".ast-separate-container .comments-area .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:15:\"comment-respond\";}}s:59:\".ast-separate-container .comments-area .ast-comment-list li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}s:50:\".ast-separate-container .ast-woocommerce-container\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:25:\"ast-woocommerce-container\";}}s:34:\".ast-separate-container .error-404\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"error-404\";}}s:35:\".ast-separate-container .no-results\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:10:\"no-results\";}}s:47:\".single.ast-separate-container .ast-author-meta\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:22:\"ast-separate-container\";i:2;s:15:\"ast-author-meta\";}}s:52:\".ast-separate-container .related-posts-title-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:27:\"related-posts-title-wrapper\";}}s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:47:\".ast-separate-container .comments-count-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:22:\"comments-count-wrapper\";}}s:49:\".ast-box-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:14:\"ast-box-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:52:\".ast-padded-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:17:\"ast-padded-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:54:\".ast-separate-container .comments-area .comments-title\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:474;s:1:\"}\";i:475;a:2:{i:0;a:2:{s:20:\".ast-plain-container\";a:1:{i:1;a:1:{i:0;s:19:\"ast-plain-container\";}}s:26:\".ast-page-builder-template\";a:1:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:476;s:25:\"@media (max-width:921px){\";i:477;a:2:{i:0;a:2:{s:20:\".ast-plain-container\";a:1:{i:1;a:1:{i:0;s:19:\"ast-plain-container\";}}s:26:\".ast-page-builder-template\";a:1:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:478;s:1:\"}\";i:479;s:25:\"@media (max-width:544px){\";i:480;a:2:{i:0;a:2:{s:20:\".ast-plain-container\";a:1:{i:1;a:1:{i:0;s:19:\"ast-plain-container\";}}s:26:\".ast-page-builder-template\";a:1:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:481;s:1:\"}\";i:482;a:2:{i:0;a:2:{s:30:\".ast-mobile-header-content > *\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:31:\".ast-desktop-header-content > *\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:2:{i:0;s:14:\"padding:10px 0\";i:1;s:11:\"height:auto\";}}i:483;a:2:{i:0;a:2:{s:42:\".ast-mobile-header-content > *:first-child\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:43:\".ast-desktop-header-content > *:first-child\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:16:\"padding-top:10px\";}}i:484;a:2:{i:0;a:2:{s:46:\".ast-mobile-header-content > .ast-builder-menu\";a:1:{i:1;a:2:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:16:\"ast-builder-menu\";}}s:47:\".ast-desktop-header-content > .ast-builder-menu\";a:1:{i:1;a:2:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:16:\"ast-builder-menu\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:485;a:2:{i:0;a:2:{s:41:\".ast-mobile-header-content > *:last-child\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:42:\".ast-desktop-header-content > *:last-child\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:16:\"padding-bottom:0\";}}i:486;a:2:{i:0;a:2:{s:72:\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label\";a:2:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";}i:0;a:1:{i:0;s:5:\"label\";}}s:73:\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label\";a:2:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:487;a:2:{i:0;a:1:{s:104:\".ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\";a:1:{i:1;a:4:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:20:\"ast-submenu-expanded\";i:3;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:25:\"transform:rotateX(180deg)\";}}i:488;a:2:{i:0;a:6:{s:47:\"#ast-desktop-header .ast-desktop-header-content\";a:2:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}s:43:\".ast-mobile-header-content .ast-search-icon\";a:1:{i:1;a:2:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:15:\"ast-search-icon\";}}s:44:\".ast-desktop-header-content .ast-search-icon\";a:1:{i:1;a:2:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:15:\"ast-search-icon\";}}s:50:\".ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:25:\"ast-mobile-header-content\";}}s:95:\".ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:4:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:18:\"ast-popup-nav-open\";i:2;s:22:\"ast-mobile-header-wrap\";i:3;s:25:\"ast-mobile-header-content\";}}s:72:\".ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content\";a:1:{i:1;a:3:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:18:\"ast-popup-nav-open\";i:2;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:489;a:2:{i:0;a:2:{s:96:\".ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content\";a:2:{i:1;a:3:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:22:\"ast-header-break-point\";i:2;s:26:\"ast-desktop-header-content\";}i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}s:99:\".ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:4:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:22:\"ast-header-break-point\";i:2;s:22:\"ast-mobile-header-wrap\";i:3;s:25:\"ast-mobile-header-content\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:490;a:2:{i:0;a:6:{s:96:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:29:\"astra-menu-animation-slide-up\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:107:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu\";a:1:{i:1;a:6:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:29:\"astra-menu-animation-slide-up\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:8:\"sub-menu\";}}s:98:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:31:\"astra-menu-animation-slide-down\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:109:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu\";a:1:{i:1;a:6:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:31:\"astra-menu-animation-slide-down\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:8:\"sub-menu\";}}s:92:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:25:\"astra-menu-animation-fade\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:103:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu\";a:1:{i:1;a:6:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:25:\"astra-menu-animation-fade\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:8:\"sub-menu\";}}}i:1;a:2:{i:0;s:9:\"opacity:1\";i:1;s:18:\"visibility:visible\";}}i:491;a:2:{i:0;a:1:{s:141:\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation\";a:1:{i:1;a:6:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-default-menu-enable\";i:2;s:22:\"ast-header-break-point\";i:3;s:22:\"ast-mobile-header-wrap\";i:4;s:25:\"ast-mobile-header-content\";i:5;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:11:\"width:unset\";i:1;s:12:\"margin:unset\";}}i:492;a:2:{i:0;a:2:{s:120:\".ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:22:\"content-align-flex-end\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}s:121:\".ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:22:\"content-align-flex-end\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:24:\"left:calc(20px - .907em)\";}}i:493;a:2:{i:0;a:4:{s:48:\".ast-mobile-header-content .ast-search-menu-icon\";a:1:{i:1;a:2:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";}}s:61:\".ast-mobile-header-content .ast-search-menu-icon.slide-search\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";}}s:49:\".ast-desktop-header-content .ast-search-menu-icon\";a:1:{i:1;a:2:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";}}s:62:\".ast-desktop-header-content .ast-search-menu-icon.slide-search\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:17:\"position:relative\";i:2;s:13:\"display:block\";i:3;s:10:\"right:auto\";i:4;s:14:\"transform:none\";}}i:494;a:2:{i:0;a:4:{s:74:\".ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form\";a:1:{i:1;a:4:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";i:3;s:11:\"search-form\";}}s:61:\".ast-mobile-header-content .ast-search-menu-icon .search-form\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:11:\"search-form\";}}s:75:\".ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form\";a:1:{i:1;a:4:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";i:3;s:11:\"search-form\";}}s:62:\".ast-desktop-header-content .ast-search-menu-icon .search-form\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:11:\"search-form\";}}}i:1;a:9:{i:0;s:7:\"right:0\";i:1;s:18:\"visibility:visible\";i:2;s:9:\"opacity:1\";i:3;s:17:\"position:relative\";i:4;s:8:\"top:auto\";i:5;s:14:\"transform:none\";i:6;s:9:\"padding:0\";i:7;s:13:\"display:block\";i:8;s:15:\"overflow:hidden\";}}i:495;a:2:{i:0;a:4:{s:80:\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field\";a:1:{i:1;a:4:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";i:3;s:12:\"search-field\";}}s:62:\".ast-mobile-header-content .ast-search-menu-icon .search-field\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"search-field\";}}s:81:\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field\";a:1:{i:1;a:4:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";i:3;s:12:\"search-field\";}}s:63:\".ast-desktop-header-content .ast-search-menu-icon .search-field\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"search-field\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:19:\"padding-right:5.5em\";}}i:496;a:2:{i:0;a:2:{s:63:\".ast-mobile-header-content .ast-search-menu-icon .search-submit\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:13:\"search-submit\";}}s:64:\".ast-desktop-header-content .ast-search-menu-icon .search-submit\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:13:\"search-submit\";}}}i:1;a:7:{i:0;s:13:\"display:block\";i:1;s:17:\"position:absolute\";i:2;s:11:\"height:100%\";i:3;s:5:\"top:0\";i:4;s:7:\"right:0\";i:5;s:13:\"padding:0 1em\";i:6;s:15:\"border-radius:0\";}}i:497;a:2:{i:0;a:1:{s:165:\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link\";a:2:{i:1;a:8:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-default-menu-enable\";i:2;s:22:\"ast-header-break-point\";i:3;s:22:\"ast-mobile-header-wrap\";i:4;s:25:\"ast-mobile-header-content\";i:5;s:26:\"main-header-bar-navigation\";i:6;s:8:\"sub-menu\";i:7;s:9:\"menu-link\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:17:\"padding-left:30px\";}}i:498;a:2:{i:0;a:1:{s:184:\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link\";a:1:{i:1;a:10:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-default-menu-enable\";i:2;s:22:\"ast-header-break-point\";i:3;s:22:\"ast-mobile-header-wrap\";i:4;s:25:\"ast-mobile-header-content\";i:5;s:26:\"main-header-bar-navigation\";i:6;s:8:\"sub-menu\";i:7;s:9:\"menu-item\";i:8;s:9:\"menu-item\";i:9;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:40px\";}}i:499;a:2:{i:0;a:1:{s:55:\".ast-mobile-popup-drawer.active .ast-mobile-popup-inner\";a:1:{i:1;a:3:{i:0;s:23:\"ast-mobile-popup-drawer\";i:1;s:6:\"active\";i:2;s:22:\"ast-mobile-popup-inner\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:500;a:2:{i:0;a:2:{s:50:\".ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:25:\"ast-mobile-header-content\";}}s:27:\".ast-desktop-header-content\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:501;a:2:{i:0;a:4:{s:29:\".ast-mobile-popup-content > *\";a:1:{i:1;a:1:{i:0;s:24:\"ast-mobile-popup-content\";}}s:30:\".ast-mobile-header-content > *\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:30:\".ast-desktop-popup-content > *\";a:1:{i:1;a:1:{i:0;s:25:\"ast-desktop-popup-content\";}}s:31:\".ast-desktop-header-content > *\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:2:{i:0;s:15:\"padding-top:0px\";i:1;s:18:\"padding-bottom:0px\";}}i:502;a:2:{i:0;a:1:{s:53:\".content-align-flex-start .ast-builder-layout-element\";a:1:{i:1;a:2:{i:0;s:24:\"content-align-flex-start\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:503;a:2:{i:0;a:1:{s:43:\".content-align-flex-start .main-header-menu\";a:1:{i:1;a:2:{i:0;s:24:\"content-align-flex-start\";i:1;s:16:\"main-header-menu\";}}}i:1;a:1:{i:0;s:15:\"text-align:left\";}}i:504;a:2:{i:0;a:1:{s:50:\".ast-mobile-popup-drawer.active .menu-toggle-close\";a:1:{i:1;a:3:{i:0;s:23:\"ast-mobile-popup-drawer\";i:1;s:6:\"active\";i:2;s:17:\"menu-toggle-close\";}}}i:1;a:1:{i:0;s:13:\"color:#3a3a3a\";}}i:505;a:2:{i:0;a:2:{s:47:\".ast-mobile-header-wrap .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:22:\"ast-primary-header-bar\";}}s:49:\".ast-primary-header-bar .site-primary-header-wrap\";a:1:{i:1;a:2:{i:0;s:22:\"ast-primary-header-bar\";i:1;s:24:\"site-primary-header-wrap\";}}}i:1;a:1:{i:0;s:15:\"min-height:70px\";}}i:506;a:2:{i:0;a:1:{s:67:\".ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item\";a:1:{i:1;a:4:{i:0;s:11:\"ast-desktop\";i:1;s:22:\"ast-primary-header-bar\";i:2;s:16:\"main-header-menu\";i:3;s:9:\"menu-item\";}}}i:1;a:1:{i:0;s:16:\"line-height:70px\";}}i:507;s:25:\"@media (max-width:921px){\";i:508;a:2:{i:0;a:2:{s:57:\"#masthead .ast-mobile-header-wrap .ast-primary-header-bar\";a:2:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:22:\"ast-primary-header-bar\";}i:2;a:1:{i:0;s:8:\"masthead\";}}s:55:\"#masthead .ast-mobile-header-wrap .ast-below-header-bar\";a:2:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:20:\"ast-below-header-bar\";}i:2;a:1:{i:0;s:8:\"masthead\";}}}i:1;a:2:{i:0;s:17:\"padding-left:20px\";i:1;s:18:\"padding-right:20px\";}}i:509;s:1:\"}\";i:510;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-primary-header-bar\";}}}i:1;a:3:{i:0;s:23:\"border-bottom-width:1px\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:511;s:25:\"@media (min-width:922px){\";i:512;a:2:{i:0;a:1:{s:23:\".ast-primary-header-bar\";a:1:{i:1;a:1:{i:0;s:22:\"ast-primary-header-bar\";}}}i:1;a:3:{i:0;s:23:\"border-bottom-width:1px\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:513;s:1:\"}\";i:514;a:2:{i:0;a:1:{s:23:\".ast-primary-header-bar\";a:1:{i:1;a:1:{i:0;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:515;a:2:{i:0;a:1:{s:23:\".ast-primary-header-bar\";a:1:{i:1;a:1:{i:0;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:516;s:25:\"@media (max-width:921px){\";i:517;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:518;s:1:\"}\";i:519;s:25:\"@media (max-width:544px){\";i:520;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:521;s:1:\"}\";i:522;a:2:{i:0;a:1:{s:96:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:15:\"ast-button-wrap\";i:1;s:31:\"ast-mobile-menu-trigger-minimal\";}}}i:1;a:3:{i:0;s:31:\"color:var(--ast-global-color-0)\";i:1;s:11:\"border:none\";i:2;s:22:\"background:transparent\";}}i:523;a:2:{i:0;a:1:{s:104:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:23:\"mobile-menu-toggle-icon\";i:2;s:14:\"ast-mobile-svg\";}}}i:1;a:3:{i:0;s:10:\"width:20px\";i:1;s:11:\"height:20px\";i:2;s:30:\"fill:var(--ast-global-color-0)\";}}i:524;a:2:{i:0;a:1:{s:94:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:16:\"mobile-menu-wrap\";i:2;s:11:\"mobile-menu\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:525;a:2:{i:0;a:1:{s:65:\".ast-builder-menu-mobile .main-navigation .menu-item > .menu-link\";a:1:{i:1;a:4:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:9:\"menu-link\";}}}i:1;a:2:{i:0;s:19:\"font-family:inherit\";i:1;s:19:\"font-weight:inherit\";}}i:526;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:527;a:2:{i:0;a:1:{s:84:\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\";a:1:{i:1;a:4:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"content:unset\";}}i:528;a:2:{i:0;a:3:{s:58:\".ast-hfb-header .ast-builder-menu-mobile .main-header-menu\";a:1:{i:1;a:3:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:16:\"main-header-menu\";}}s:79:\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link\";a:1:{i:1;a:5:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-link\";}}s:89:\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link\";a:1:{i:1;a:6:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";i:5;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"border-style:none\";}}i:529;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:530;s:25:\"@media (max-width:921px){\";i:531;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:532;a:2:{i:0;a:1:{s:84:\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\";a:1:{i:1;a:4:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"content:unset\";}}i:533;s:1:\"}\";i:534;s:25:\"@media (max-width:544px){\";i:535;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:536;s:1:\"}\";i:537;a:2:{i:0;a:1:{s:41:\".ast-builder-menu-mobile .main-navigation\";a:1:{i:1;a:2:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:538;s:25:\"@media (max-width:921px){\";i:539;a:2:{i:0;a:1:{s:65:\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:540;s:1:\"}\";i:541;s:25:\"@media (max-width:544px){\";i:542;a:2:{i:0;a:1:{s:65:\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:543;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"872122ab820623adcc8e8a071c59baca\";s:10:\"parse_time\";d:0.10790610313415527;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(161458,'_transient_timeout_amp-parsed-stylesheet-v40-f4fcdedcfb3130d133069892f75772d2','1762297780','off'),
(161459,'_transient_amp-parsed-stylesheet-v40-f4fcdedcfb3130d133069892f75772d2','a:8:{s:6:\"tokens\";a:1:{i:0;a:2:{i:0;a:1:{s:31:\".amp-wp-cfb7f99:not(#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:14:\"amp-wp-cfb7f99\";}}}i:1;a:2:{i:0;s:15:\"font-weight:700\";i:1;s:17:\"text-align:center\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"543466e9eeee03221f33dbdaf8aacff6\";s:10:\"parse_time\";d:0.015434026718139648;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(161486,'_transient_timeout_amp-parsed-stylesheet-v40-632feaed6a9e26937810ba470755d8f0','1762310507','off'),
(161487,'_transient_amp-parsed-stylesheet-v40-632feaed6a9e26937810ba470755d8f0','a:8:{s:6:\"tokens\";a:549:{i:0;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:16:\"font-size:93.75%\";}}i:1;a:2:{i:0;a:2:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:2;a:2:{i:0;a:2:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:7:\"a:focus\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:3;a:2:{i:0;a:7:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:6:\"select\";a:1:{i:0;a:1:{i:0;s:6:\"select\";}}s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:18:\".ast-custom-button\";a:1:{i:1;a:1:{i:0;s:17:\"ast-custom-button\";}}}i:1;a:4:{i:0;s:115:\"font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif\";i:1;s:19:\"font-weight:inherit\";i:2;s:14:\"font-size:15px\";i:3;s:14:\"font-size:1rem\";}}i:4;a:2:{i:0;a:1:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:5;a:2:{i:0;a:1:{s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:3:{i:0;s:14:\"font-size:35px\";i:1;s:28:\"font-size:2.3333333333333rem\";i:2;s:13:\"display:block\";}}i:6;a:2:{i:0;a:1:{s:43:\".ast-archive-description .ast-archive-title\";a:1:{i:1;a:2:{i:0;s:23:\"ast-archive-description\";i:1;s:17:\"ast-archive-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:40px\";i:1;s:28:\"font-size:2.6666666666667rem\";}}i:7;a:2:{i:0;a:1:{s:30:\".site-header .site-description\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:16:\"site-description\";}}}i:1;a:3:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";i:2;s:12:\"display:none\";}}i:8;a:2:{i:0;a:1:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:30px\";i:1;s:14:\"font-size:2rem\";}}i:9;a:2:{i:0;a:2:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:2:{i:0;s:14:\"font-size:40px\";i:1;s:28:\"font-size:2.6666666666667rem\";}}i:10;a:2:{i:0;a:2:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:2:{i:0;s:14:\"font-size:30px\";i:1;s:14:\"font-size:2rem\";}}i:11;a:2:{i:0;a:2:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:2:{i:0;s:14:\"font-size:25px\";i:1;s:28:\"font-size:1.6666666666667rem\";}}i:12;a:2:{i:0;a:2:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\".entry-content h4\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:2:{i:0;s:14:\"font-size:20px\";i:1;s:28:\"font-size:1.3333333333333rem\";}}i:13;a:2:{i:0;a:2:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\".entry-content h5\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:2:{i:0;s:14:\"font-size:18px\";i:1;s:16:\"font-size:1.2rem\";}}i:14;a:2:{i:0;a:2:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:17:\".entry-content h6\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:2:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";}}i:15;a:2:{i:0;a:2:{s:29:\".ast-single-post .entry-title\";a:1:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:30px\";i:1;s:14:\"font-size:2rem\";}}i:16;a:2:{i:0;a:1:{s:11:\"::selection\";a:0:{}}i:1;a:2:{i:0;s:42:\"background-color:var(--ast-global-color-0)\";i:1;s:10:\"color:#fff\";}}i:17;a:2:{i:0;a:14:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:14:\".entry-title a\";a:2:{i:1;a:1:{i:0;s:11:\"entry-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\".entry-content h4\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\".entry-content h5\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:17:\".entry-content h6\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:18;a:2:{i:0;a:3:{s:17:\".tagcloud a:hover\";a:2:{i:1;a:1:{i:0;s:8:\"tagcloud\";}i:0;a:1:{i:0;s:1:\"a\";}}s:17:\".tagcloud a:focus\";a:2:{i:1;a:1:{i:0;s:8:\"tagcloud\";}i:0;a:1:{i:0;s:1:\"a\";}}s:24:\".tagcloud a.current-item\";a:2:{i:1;a:2:{i:0;s:8:\"tagcloud\";i:1;s:12:\"current-item\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";i:2;s:42:\"background-color:var(--ast-global-color-0)\";}}i:19;a:2:{i:0;a:8:{s:11:\"input:focus\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"input[type=\"text\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:25:\"input[type=\"email\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:23:\"input[type=\"url\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:28:\"input[type=\"password\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:25:\"input[type=\"reset\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"search\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:14:\"textarea:focus\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:38:\"border-color:var(--ast-global-color-0)\";}}i:20;a:2:{i:0;a:6:{s:27:\"input[type=\"radio\"]:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:17:\"input[type=reset]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:30:\"input[type=\"checkbox\"]:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:36:\"input[type=\"checkbox\"]:hover:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:36:\"input[type=\"checkbox\"]:focus:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:39:\"input[type=range]::-webkit-slider-thumb\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:3:{i:0;s:38:\"border-color:var(--ast-global-color-0)\";i:1;s:42:\"background-color:var(--ast-global-color-0)\";i:2;s:15:\"box-shadow:none\";}}i:21;a:2:{i:0;a:2:{s:34:\".site-footer a:hover + .post-count\";a:2:{i:1;a:2:{i:0;s:11:\"site-footer\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}s:34:\".site-footer a:focus + .post-count\";a:2:{i:1;a:2:{i:0;s:11:\"site-footer\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:36:\"background:var(--ast-global-color-0)\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";}}i:22;a:2:{i:0;a:2:{s:32:\".single .nav-links .nav-previous\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:9:\"nav-links\";i:2;s:12:\"nav-previous\";}}s:28:\".single .nav-links .nav-next\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:9:\"nav-links\";i:2;s:8:\"nav-next\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:23;a:2:{i:0;a:2:{s:11:\".entry-meta\";a:1:{i:1;a:1:{i:0;s:10:\"entry-meta\";}}s:13:\".entry-meta *\";a:1:{i:1;a:1:{i:0;s:10:\"entry-meta\";}}}i:1;a:2:{i:0;s:16:\"line-height:1.45\";i:1;s:31:\"color:var(--ast-global-color-0)\";}}i:24;a:2:{i:0;a:7:{s:19:\".entry-meta a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:21:\".entry-meta a:hover *\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:19:\".entry-meta a:focus\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:21:\".entry-meta a:focus *\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:24:\".page-links > .page-link\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}s:28:\".page-links .page-link:hover\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}s:24:\".post-navigation a:hover\";a:2:{i:1;a:1:{i:0;s:15:\"post-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:25;a:2:{i:0;a:3:{s:11:\"#cat option\";a:2:{i:2;a:1:{i:0;s:3:\"cat\";}i:0;a:1:{i:0;s:6:\"option\";}}s:33:\".secondary .calendar_wrap thead a\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:13:\"calendar_wrap\";}i:0;a:2:{i:0;s:5:\"thead\";i:1;s:1:\"a\";}}s:41:\".secondary .calendar_wrap thead a:visited\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:13:\"calendar_wrap\";}i:0;a:2:{i:0;s:5:\"thead\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:26;a:2:{i:0;a:2:{s:32:\".secondary .calendar_wrap #today\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:13:\"calendar_wrap\";}i:2;a:1:{i:0;s:5:\"today\";}}s:22:\".ast-progress-val span\";a:2:{i:1;a:1:{i:0;s:16:\"ast-progress-val\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:36:\"background:var(--ast-global-color-0)\";}}i:27;a:2:{i:0;a:2:{s:32:\".secondary a:hover + .post-count\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}s:32:\".secondary a:focus + .post-count\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:36:\"background:var(--ast-global-color-0)\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";}}i:28;a:2:{i:0;a:1:{s:25:\".calendar_wrap #today > a\";a:3:{i:1;a:1:{i:0;s:13:\"calendar_wrap\";}i:2;a:1:{i:0;s:5:\"today\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:29;a:2:{i:0;a:2:{s:22:\".page-links .page-link\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}s:26:\".single .post-navigation a\";a:2:{i:1;a:2:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:30;a:2:{i:0;a:1:{s:18:\".ast-archive-title\";a:1:{i:1;a:1:{i:0;s:17:\"ast-archive-title\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:31;a:2:{i:0;a:1:{s:13:\".widget-title\";a:1:{i:1;a:1:{i:0;s:12:\"widget-title\";}}}i:1;a:3:{i:0;s:14:\"font-size:21px\";i:1;s:16:\"font-size:1.4rem\";i:2;s:31:\"color:var(--ast-global-color-2)\";}}i:32;a:2:{i:0;a:5:{s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}s:17:\"#secondary button\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:6:\"button\";}}s:16:\"#secondary input\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:5:\"input\";}}s:17:\"#secondary select\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:6:\"select\";}}s:19:\"#secondary textarea\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:2:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";}}i:33;a:2:{i:0;a:2:{s:33:\".ast-single-post .entry-content a\";a:2:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";}i:0;a:1:{i:0;s:1:\"a\";}}s:58:\".ast-comment-content a:not(.ast-comment-edit-reply-wrap a)\";a:2:{i:1;a:1:{i:0;s:19:\"ast-comment-content\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:25:\"text-decoration:underline\";}}i:34;a:2:{i:0;a:11:{s:56:\".ast-single-post .wp-block-button .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:15:\"wp-block-button\";i:2;s:21:\"wp-block-button__link\";}}s:60:\".ast-single-post .elementor-button-wrapper .elementor-button\";a:1:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:24:\"elementor-button-wrapper\";i:2;s:16:\"elementor-button\";}}s:43:\".ast-single-post .entry-content .uagb-tab a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:8:\"uagb-tab\";}i:0;a:1:{i:0;s:1:\"a\";}}s:47:\".ast-single-post .entry-content .uagb-ifb-cta a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:12:\"uagb-ifb-cta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:56:\".ast-single-post .entry-content .wp-block-uagb-buttons a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:21:\"wp-block-uagb-buttons\";}i:0;a:1:{i:0;s:1:\"a\";}}s:54:\".ast-single-post .entry-content .uabb-module-content a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:19:\"uabb-module-content\";}i:0;a:1:{i:0;s:1:\"a\";}}s:49:\".ast-single-post .entry-content .uagb-post-grid a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:14:\"uagb-post-grid\";}i:0;a:1:{i:0;s:1:\"a\";}}s:48:\".ast-single-post .entry-content .uagb-timeline a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:13:\"uagb-timeline\";}i:0;a:1:{i:0;s:1:\"a\";}}s:49:\".ast-single-post .entry-content .uagb-toc__wrap a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:14:\"uagb-toc__wrap\";}i:0;a:1:{i:0;s:1:\"a\";}}s:52:\".ast-single-post .entry-content .uagb-taxomony-box a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:17:\"uagb-taxomony-box\";}i:0;a:1:{i:0;s:1:\"a\";}}s:46:\".ast-single-post .entry-content .woocommerce a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:11:\"woocommerce\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:35;a:2:{i:0;a:1:{s:37:\".ast-logo-title-inline .site-logo-img\";a:1:{i:1;a:2:{i:0;s:21:\"ast-logo-title-inline\";i:1;s:13:\"site-logo-img\";}}}i:1;a:1:{i:0;s:17:\"padding-right:1em\";}}i:36;a:2:{i:0;a:1:{s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:18:\"margin:4em 0 2.5em\";i:1;s:21:\"word-break:break-word\";i:2;s:13:\"line-height:2\";}}i:37;a:2:{i:0;a:1:{s:13:\"#secondary li\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:.25em\";}}i:38;a:2:{i:0;a:1:{s:24:\"#secondary li:last-child\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:39;s:26:\"@media (max-width: 768px){\";i:40;a:2:{i:0;a:1:{s:58:\".js_active .ast-plain-container.ast-single-post #secondary\";a:2:{i:1;a:3:{i:0;s:9:\"js_active\";i:1;s:19:\"ast-plain-container\";i:2;s:15:\"ast-single-post\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:16:\"margin-top:1.5em\";}}i:41;s:1:\"}\";i:42;a:2:{i:0;a:1:{s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:21:\"background-color:#fff\";i:1;s:11:\"padding:2em\";i:2;s:17:\"margin-bottom:2em\";}}i:43;s:26:\"@media (min-width: 993px){\";i:44;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:18:\"padding-right:60px\";}}i:45;a:2:{i:0;a:1:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:17:\"padding-left:60px\";}}i:46;s:1:\"}\";i:47;s:26:\"@media (max-width: 993px){\";i:48;a:2:{i:0;a:1:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:17:\"padding-left:30px\";}}i:49;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:18:\"padding-right:30px\";}}i:50;s:1:\"}\";i:51;s:25:\"@media (max-width:921px){\";i:52;a:2:{i:0;a:1:{s:19:\"#ast-desktop-header\";a:1:{i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:53;s:1:\"}\";i:54;s:25:\"@media (min-width:921px){\";i:55;a:2:{i:0;a:1:{s:18:\"#ast-mobile-header\";a:1:{i:2;a:1:{i:0;s:17:\"ast-mobile-header\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:56;s:1:\"}\";i:57;a:2:{i:0;a:1:{s:29:\".wp-block-buttons.aligncenter\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:58;s:26:\"@media (min-width:1200px){\";i:59;a:2:{i:0;a:1:{s:31:\".wp-block-group .has-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"has-background\";}}}i:1;a:1:{i:0;s:12:\"padding:20px\";}}i:60;s:1:\"}\";i:61;s:26:\"@media (min-width:1200px){\";i:62;a:2:{i:0;a:4:{s:64:\".wp-block-cover-image.alignwide .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignwide\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:58:\".wp-block-cover.alignwide .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignwide\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:64:\".wp-block-cover-image.alignfull .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignfull\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:58:\".wp-block-cover.alignfull .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignfull\";i:2;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:63;s:1:\"}\";i:64;a:2:{i:0;a:1:{s:17:\".wp-block-columns\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:unset\";}}i:65;a:2:{i:0;a:1:{s:25:\".wp-block-image.size-full\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"size-full\";}}}i:1;a:1:{i:0;s:13:\"margin:2rem 0\";}}i:66;a:2:{i:0;a:1:{s:34:\".wp-block-separator.has-background\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-separator\";i:1;s:14:\"has-background\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:67;a:2:{i:0;a:1:{s:17:\".wp-block-gallery\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.6em\";}}i:68;a:2:{i:0;a:1:{s:15:\".wp-block-group\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-group\";}}}i:1;a:2:{i:0;s:15:\"padding-top:4em\";i:1;s:18:\"padding-bottom:4em\";}}i:69;a:2:{i:0;a:3:{s:61:\".wp-block-group__inner-container .wp-block-columns:last-child\";a:1:{i:1;a:2:{i:0;s:31:\"wp-block-group__inner-container\";i:1;s:16:\"wp-block-columns\";}}s:44:\".wp-block-group__inner-container :last-child\";a:1:{i:1;a:1:{i:0;s:31:\"wp-block-group__inner-container\";}}s:21:\".wp-block-table table\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:70;a:2:{i:0;a:1:{s:20:\".blocks-gallery-grid\";a:1:{i:1;a:1:{i:0;s:19:\"blocks-gallery-grid\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:71;a:2:{i:0;a:1:{s:34:\".wp-block-navigation-link__content\";a:1:{i:1;a:1:{i:0;s:33:\"wp-block-navigation-link__content\";}}}i:1;a:1:{i:0;s:13:\"padding:5px 0\";}}i:72;a:2:{i:0;a:2:{s:54:\".wp-block-group .wp-block-group .has-text-align-center\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"wp-block-group\";i:2;s:21:\"has-text-align-center\";}}s:55:\".wp-block-group .wp-block-column .has-text-align-center\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-group\";i:1;s:15:\"wp-block-column\";i:2;s:21:\"has-text-align-center\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:73;a:2:{i:0;a:1:{s:22:\".has-text-align-center\";a:1:{i:1;a:1:{i:0;s:21:\"has-text-align-center\";}}}i:1;a:1:{i:0;s:13:\"margin:0 auto\";}}i:74;s:26:\"@media (max-width:1200px){\";i:75;a:2:{i:0;a:1:{s:15:\".wp-block-group\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-group\";}}}i:1;a:1:{i:0;s:11:\"padding:3em\";}}i:76;a:2:{i:0;a:1:{s:31:\".wp-block-group .wp-block-group\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"wp-block-group\";}}}i:1;a:1:{i:0;s:13:\"padding:1.5em\";}}i:77;a:2:{i:0;a:2:{s:17:\".wp-block-columns\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}s:16:\".wp-block-column\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:13:\"margin:1rem 0\";}}i:78;s:1:\"}\";i:79;s:25:\"@media (min-width:921px){\";i:80;a:2:{i:0;a:1:{s:33:\".wp-block-columns .wp-block-group\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:14:\"wp-block-group\";}}}i:1;a:1:{i:0;s:11:\"padding:2em\";}}i:81;s:1:\"}\";i:82;s:25:\"@media (max-width:544px){\";i:83;a:2:{i:0;a:2:{s:54:\".wp-block-cover-image .wp-block-cover__inner-container\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:31:\"wp-block-cover__inner-container\";}}s:48:\".wp-block-cover .wp-block-cover__inner-container\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:1:{i:0;s:11:\"width:unset\";}}i:84;a:2:{i:0;a:2:{s:15:\".wp-block-cover\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-cover\";}}s:21:\".wp-block-cover-image\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}}}i:1;a:1:{i:0;s:13:\"padding:2em 0\";}}i:85;a:2:{i:0;a:2:{s:15:\".wp-block-group\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-group\";}}s:15:\".wp-block-cover\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-cover\";}}}i:1;a:1:{i:0;s:11:\"padding:2em\";}}i:86;a:2:{i:0;a:4:{s:35:\".wp-block-media-text__media amp-img\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:36:\".wp-block-media-text__media amp-anim\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:37:\".wp-block-media-text__media amp-video\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:39:\".wp-block-media-text__media amp-youtube\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:11:\"width:unset\";i:1;s:14:\"max-width:100%\";}}i:87;a:2:{i:0;a:1:{s:65:\".wp-block-media-text.has-background .wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:14:\"has-background\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:11:\"padding:1em\";}}i:88;s:1:\"}\";i:89;s:25:\"@media (min-width:544px){\";i:90;a:2:{i:0;a:1:{s:88:\".entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:22:\"has-media-on-the-right\";i:3;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:16:\"padding:0 8% 0 0\";}}i:91;a:2:{i:0;a:1:{s:65:\".entry-content .wp-block-media-text .wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:16:\"padding:0 0 0 8%\";}}i:92;a:2:{i:0;a:6:{s:106:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:23:\"is-position-bottom-left\";}}s:107:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:24:\"is-position-bottom-right\";}}s:103:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:20:\"is-position-top-left\";}}s:104:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:21:\"is-position-top-right\";}}s:107:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:24:\"is-position-center-right\";}}s:106:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:23:\"is-position-center-left\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:93;s:1:\"}\";i:94;s:25:\"@media (max-width:544px){\";i:95;a:2:{i:0;a:1:{s:65:\".entry-content .wp-block-media-text .wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:12:\"padding:8% 0\";}}i:96;a:2:{i:0;a:2:{s:56:\".wp-block-media-text .wp-block-media-text__media amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:57:\".wp-block-media-text .wp-block-media-text__media amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:14:\"max-width:100%\";}}i:97;s:1:\"}\";i:98;a:2:{i:0;a:1:{s:56:\".wp-block-button.is-style-outline .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:38:\"border-color:var(--ast-global-color-0)\";}}i:99;a:2:{i:0;a:2:{s:79:\".wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}s:76:\".wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";i:2;s:16:\"is-style-outline\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:100;a:2:{i:0;a:2:{s:62:\".wp-block-button.is-style-outline .wp-block-button__link:hover\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}s:62:\".wp-block-button.is-style-outline .wp-block-button__link:focus\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:2:{i:0;s:42:\"background-color:var(--ast-global-color-1)\";i:1;s:38:\"border-color:var(--ast-global-color-1)\";}}i:101;a:2:{i:0;a:2:{s:82:\".wp-block-button.is-style-outline .wp-block-button__link:hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}s:82:\".wp-block-button.is-style-outline .wp-block-button__link:focus:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:102;a:2:{i:0;a:2:{s:37:\".post-page-numbers.current .page-link\";a:1:{i:1;a:3:{i:0;s:17:\"post-page-numbers\";i:1;s:7:\"current\";i:2;s:9:\"page-link\";}}s:37:\".ast-pagination .page-numbers.current\";a:1:{i:1;a:3:{i:0;s:14:\"ast-pagination\";i:1;s:12:\"page-numbers\";i:2;s:7:\"current\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";i:2;s:42:\"background-color:var(--ast-global-color-0)\";i:3;s:17:\"border-radius:2px\";}}i:103;s:25:\"@media (min-width:544px){\";i:104;a:2:{i:0;a:1:{s:27:\".entry-content > .alignleft\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:17:\"margin-right:20px\";}}i:105;a:2:{i:0;a:1:{s:28:\".entry-content > .alignright\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:16:\"margin-left:20px\";}}i:106;s:1:\"}\";i:107;a:2:{i:0;a:1:{s:15:\"h1.widget-title\";a:2:{i:1;a:1:{i:0;s:12:\"widget-title\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:108;a:2:{i:0;a:1:{s:15:\"h2.widget-title\";a:2:{i:1;a:1:{i:0;s:12:\"widget-title\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:109;a:2:{i:0;a:1:{s:15:\"h3.widget-title\";a:2:{i:1;a:1:{i:0;s:12:\"widget-title\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:110;s:25:\"@media (max-width:921px){\";i:111;a:2:{i:0;a:2:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}s:43:\".ast-separate-container .ast-article-single\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}}i:1;a:1:{i:0;s:20:\"padding:1.5em 2.14em\";}}i:112;a:2:{i:0;a:2:{s:32:\".ast-separate-container #primary\";a:2:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:7:\"primary\";}}s:34:\".ast-separate-container #secondary\";a:2:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:15:\"padding:1.5em 0\";}}i:113;a:2:{i:0;a:2:{s:8:\"#primary\";a:1:{i:2;a:1:{i:0;s:7:\"primary\";}}s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:15:\"padding:1.5em 0\";i:1;s:8:\"margin:0\";}}i:114;a:2:{i:0;a:1:{s:43:\".ast-left-sidebar #content > .ast-container\";a:2:{i:1;a:2:{i:0;s:16:\"ast-left-sidebar\";i:1;s:13:\"ast-container\";}i:2;a:1:{i:0;s:7:\"content\";}}}i:1;a:3:{i:0;s:12:\"display:flex\";i:1;s:29:\"flex-direction:column-reverse\";i:2;s:10:\"width:100%\";}}i:115;a:2:{i:0;a:2:{s:30:\".ast-author-box amp-img.avatar\";a:2:{i:1;a:2:{i:0;s:14:\"ast-author-box\";i:1;s:6:\"avatar\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:31:\".ast-author-box amp-anim.avatar\";a:2:{i:1;a:2:{i:0;s:14:\"ast-author-box\";i:1;s:6:\"avatar\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:17:\"margin:20px 0 0 0\";}}i:116;s:1:\"}\";i:117;s:25:\"@media (min-width:921px){\";i:118;a:2:{i:0;a:2:{s:30:\".ast-author-box amp-img.avatar\";a:2:{i:1;a:2:{i:0;s:14:\"ast-author-box\";i:1;s:6:\"avatar\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:31:\".ast-author-box amp-anim.avatar\";a:2:{i:1;a:2:{i:0;s:14:\"ast-author-box\";i:1;s:6:\"avatar\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:17:\"margin:20px 0 0 0\";}}i:119;s:1:\"}\";i:120;s:25:\"@media (max-width:921px){\";i:121;a:2:{i:0;a:1:{s:20:\"#secondary.secondary\";a:2:{i:1;a:1:{i:0;s:9:\"secondary\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:122;a:2:{i:0;a:1:{s:52:\".ast-separate-container.ast-right-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:16:\"padding-left:1em\";i:1;s:17:\"padding-right:1em\";}}i:123;a:2:{i:0;a:1:{s:52:\".ast-separate-container.ast-two-container #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";}}i:124;a:2:{i:0;a:2:{s:51:\".ast-page-builder-template .entry-header #secondary\";a:2:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:12:\"entry-header\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:37:\".ast-page-builder-template #secondary\";a:2:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:16:\"margin-top:1.5em\";}}i:125;s:1:\"}\";i:126;s:25:\"@media (max-width:921px){\";i:127;a:2:{i:0;a:1:{s:27:\".ast-right-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:128;a:2:{i:0;a:2:{s:54:\".ast-page-builder-template.ast-left-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:55:\".ast-page-builder-template.ast-right-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:18:\"padding-right:20px\";i:1;s:17:\"padding-left:20px\";}}i:129;a:2:{i:0;a:2:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:26:\".ast-left-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:130;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:131;s:1:\"}\";i:132;s:25:\"@media (min-width:922px){\";i:133;a:2:{i:0;a:2:{s:50:\".ast-separate-container.ast-right-sidebar #primary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}s:49:\".ast-separate-container.ast-left-sidebar #primary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:8:\"border:0\";}}i:134;a:2:{i:0;a:1:{s:50:\".search-no-results.ast-separate-container #primary\";a:2:{i:1;a:2:{i:0;s:17:\"search-no-results\";i:1;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:4em\";}}i:135;a:2:{i:0;a:1:{s:15:\".ast-author-box\";a:1:{i:1;a:1:{i:0;s:14:\"ast-author-box\";}}}i:1;a:2:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";}}i:136;a:2:{i:0;a:1:{s:15:\".ast-author-bio\";a:1:{i:1;a:1:{i:0;s:14:\"ast-author-bio\";}}}i:1;a:1:{i:0;s:6:\"flex:1\";}}i:137;s:1:\"}\";i:138;s:25:\"@media (min-width:922px){\";i:139;a:2:{i:0;a:1:{s:27:\".ast-right-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:27:\"border-right:1px solid #eee\";}}i:140;a:2:{i:0;a:1:{s:26:\".ast-left-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:26:\"border-left:1px solid #eee\";}}i:141;a:2:{i:0;a:1:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:26:\"border-left:1px solid #eee\";i:1;s:16:\"margin-left:-1px\";}}i:142;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:27:\"border-right:1px solid #eee\";i:1;s:17:\"margin-right:-1px\";}}i:143;a:2:{i:0;a:1:{s:70:\".ast-separate-container.ast-two-container.ast-right-sidebar #secondary\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:17:\"padding-left:30px\";i:1;s:15:\"padding-right:0\";}}i:144;a:2:{i:0;a:1:{s:69:\".ast-separate-container.ast-two-container.ast-left-sidebar #secondary\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:18:\"padding-right:30px\";i:1;s:14:\"padding-left:0\";}}i:145;a:2:{i:0;a:2:{s:52:\".ast-separate-container.ast-right-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:51:\".ast-separate-container.ast-left-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:8:\"border:0\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:146;a:2:{i:0;a:1:{s:71:\".ast-separate-container.ast-two-container #secondary .widget:last-child\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:147;s:1:\"}\";i:148;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:149;a:2:{i:0;a:2:{s:45:\".wp-block-button .wp-block-button__link:hover\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}s:45:\".wp-block-button .wp-block-button__link:focus\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:42:\"background-color:var(--ast-global-color-1)\";i:2;s:38:\"border-color:var(--ast-global-color-1)\";}}i:150;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:8:{i:0;s:18:\"border-style:solid\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";i:2;s:42:\"background-color:var(--ast-global-color-0)\";i:3;s:10:\"color:#fff\";i:4;s:19:\"font-family:inherit\";i:5;s:19:\"font-weight:inherit\";i:6;s:13:\"line-height:1\";i:7;s:17:\"border-radius:2px\";}}i:151;a:2:{i:0;a:1:{s:57:\".wp-block-buttons .wp-block-button .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:4:{i:0;s:16:\"padding-top:15px\";i:1;s:18:\"padding-right:30px\";i:2;s:19:\"padding-bottom:15px\";i:3;s:17:\"padding-left:30px\";}}i:152;s:25:\"@media (max-width:921px){\";i:153;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:4:{i:0;s:16:\"padding-top:14px\";i:1;s:18:\"padding-right:28px\";i:2;s:19:\"padding-bottom:14px\";i:3;s:17:\"padding-left:28px\";}}i:154;s:1:\"}\";i:155;s:25:\"@media (max-width:544px){\";i:156;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:4:{i:0;s:16:\"padding-top:12px\";i:1;s:18:\"padding-right:24px\";i:2;s:19:\"padding-bottom:12px\";i:3;s:17:\"padding-left:24px\";}}i:157;s:1:\"}\";i:158;a:2:{i:0;a:11:{s:12:\".menu-toggle\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:18:\".ast-custom-button\";a:1:{i:1;a:1:{i:0;s:17:\"ast-custom-button\";}}s:7:\".button\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"input#submit\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"button\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"submit\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:19:\"input[type=\"reset\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:106:\"form[CLASS*=\"wp-block-search__\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button\";a:3:{i:3;a:1:{i:0;s:5:\"CLASS\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:4:\"form\";}}s:42:\"body .wp-block-file .wp-block-file__button\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:16:{i:0;s:18:\"border-style:solid\";i:1;s:18:\"border-top-width:0\";i:2;s:20:\"border-right-width:0\";i:3;s:19:\"border-left-width:0\";i:4;s:21:\"border-bottom-width:0\";i:5;s:10:\"color:#fff\";i:6;s:38:\"border-color:var(--ast-global-color-0)\";i:7;s:42:\"background-color:var(--ast-global-color-0)\";i:8;s:17:\"border-radius:2px\";i:9;s:16:\"padding-top:15px\";i:10;s:18:\"padding-right:30px\";i:11;s:19:\"padding-bottom:15px\";i:12;s:17:\"padding-left:30px\";i:13;s:19:\"font-family:inherit\";i:14;s:19:\"font-weight:inherit\";i:15;s:13:\"line-height:1\";}}i:159;a:2:{i:0;a:18:{s:12:\"button:focus\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:18:\".menu-toggle:hover\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:12:\"button:hover\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:17:\".ast-button:hover\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:38:\".ast-custom-button:hover .button:hover\";a:1:{i:1;a:2:{i:0;s:17:\"ast-custom-button\";i:1;s:6:\"button\";}}s:24:\".ast-custom-button:hover\";a:1:{i:1;a:1:{i:0;s:17:\"ast-custom-button\";}}s:23:\"input[type=reset]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:23:\"input[type=reset]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input#submit:hover\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input#submit:focus\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"button\"]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"button\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"submit\"]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"submit\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:112:\"form[CLASS*=\"wp-block-search__\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover\";a:3:{i:3;a:1:{i:0;s:5:\"CLASS\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:4:\"form\";}}s:112:\"form[CLASS*=\"wp-block-search__\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus\";a:3:{i:3;a:1:{i:0;s:5:\"CLASS\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:4:\"form\";}}s:48:\"body .wp-block-file .wp-block-file__button:hover\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}s:48:\"body .wp-block-file .wp-block-file__button:focus\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:42:\"background-color:var(--ast-global-color-1)\";i:2;s:38:\"border-color:var(--ast-global-color-1)\";}}i:160;s:25:\"@media (min-width:544px){\";i:161;a:2:{i:0;a:1:{s:14:\".ast-container\";a:1:{i:1;a:1:{i:0;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:162;s:1:\"}\";i:163;s:25:\"@media (max-width:544px){\";i:164;a:2:{i:0;a:4:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}s:43:\".ast-separate-container .ast-article-single\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:39:\".ast-separate-container .comments-title\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:14:\"comments-title\";}}s:48:\".ast-separate-container .ast-archive-description\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:23:\"ast-archive-description\";}}}i:1;a:1:{i:0;s:17:\"padding:1.5em 1em\";}}i:165;a:2:{i:0;a:1:{s:47:\".ast-separate-container #content .ast-container\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"ast-container\";}i:2;a:1:{i:0;s:7:\"content\";}}}i:1;a:2:{i:0;s:18:\"padding-left:.54em\";i:1;s:19:\"padding-right:.54em\";}}i:166;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:17:\"padding:1.5em 1em\";i:1;s:19:\"margin-bottom:1.5em\";}}i:167;a:2:{i:0;a:1:{s:55:\".ast-separate-container .ast-comment-list .bypostauthor\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";}}}i:1;a:1:{i:0;s:12:\"padding:.5em\";}}i:168;a:2:{i:0;a:1:{s:55:\".ast-search-menu-icon.ast-dropdown-active .search-field\";a:1:{i:1;a:3:{i:0;s:20:\"ast-search-menu-icon\";i:1;s:19:\"ast-dropdown-active\";i:2;s:12:\"search-field\";}}}i:1;a:1:{i:0;s:11:\"width:170px\";}}i:169;a:2:{i:0;a:8:{s:12:\".menu-toggle\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:7:\".button\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"input#submit\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"button\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"submit\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:19:\"input[type=\"reset\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:16:\"padding-top:12px\";i:1;s:18:\"padding-right:24px\";i:2;s:19:\"padding-bottom:12px\";i:3;s:17:\"padding-left:24px\";}}i:170;a:2:{i:0;a:1:{s:34:\".ast-separate-container #secondary\";a:2:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:171;a:2:{i:0;a:1:{s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:16:\"padding-left:1em\";i:2;s:17:\"padding-right:1em\";}}i:172;s:1:\"}\";i:173;s:25:\"@media (max-width:921px){\";i:174;a:2:{i:0;a:8:{s:12:\".menu-toggle\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:7:\".button\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"input#submit\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"button\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"submit\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:19:\"input[type=\"reset\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:16:\"padding-top:14px\";i:1;s:18:\"padding-right:28px\";i:2;s:19:\"padding-bottom:14px\";i:3;s:17:\"padding-left:28px\";}}i:175;a:2:{i:0;a:1:{s:63:\".ast-mobile-header-stack .main-header-bar .ast-search-menu-icon\";a:1:{i:1;a:3:{i:0;s:23:\"ast-mobile-header-stack\";i:1;s:15:\"main-header-bar\";i:2;s:20:\"ast-search-menu-icon\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:176;a:2:{i:0;a:1:{s:113:\".ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:30:\"ast-header-custom-item-outside\";i:2;s:23:\"ast-mobile-header-stack\";i:3;s:15:\"main-header-bar\";i:4;s:15:\"ast-search-icon\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:177;a:2:{i:0;a:2:{s:32:\".ast-comment-avatar-wrap amp-img\";a:2:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:33:\".ast-comment-avatar-wrap amp-anim\";a:2:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:15:\"max-width:2.5em\";}}i:178;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:20:\"padding:1.5em 2.14em\";}}i:179;a:2:{i:0;a:1:{s:40:\".ast-separate-container .comment-respond\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"comment-respond\";}}}i:1;a:1:{i:0;s:18:\"padding:2em 2.14em\";}}i:180;a:2:{i:0;a:1:{s:17:\".ast-comment-meta\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-meta\";}}}i:1;a:1:{i:0;s:27:\"padding:0 1.8888em 1.3333em\";}}i:181;s:1:\"}\";i:182;a:2:{i:0;a:4:{s:32:\".entry-content > .wp-block-group\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-group\";}}s:37:\".entry-content > .wp-block-media-text\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";}}s:32:\".entry-content > .wp-block-cover\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";}}s:34:\".entry-content > .wp-block-columns\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";}}}i:1;a:4:{i:0;s:14:\"max-width:58em\";i:1;s:22:\"width:calc(100% - 4em)\";i:2;s:16:\"margin-left:auto\";i:3;s:17:\"margin-right:auto\";}}i:183;a:2:{i:0;a:1:{s:56:\".entry-content [class*=\"__inner-container\"] > .alignfull\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";}}}i:1;a:3:{i:0;s:14:\"max-width:100%\";i:1;s:13:\"margin-left:0\";i:2;s:14:\"margin-right:0\";}}i:184;a:2:{i:0;a:1:{s:112:\".entry-content [class*=\"__inner-container\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright)\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:13:\"entry-content\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:185;a:2:{i:0;a:1:{s:155:\".entry-content [class*=\"__inner-container\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(amp-iframe)\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:13:\"entry-content\";}}}i:1;a:2:{i:0;s:15:\"max-width:50rem\";i:1;s:10:\"width:100%\";}}i:186;s:25:\"@media (min-width:921px){\";i:187;a:2:{i:0;a:6:{s:57:\".entry-content > .wp-block-group.alignwide.has-background\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-group\";i:2;s:9:\"alignwide\";i:3;s:14:\"has-background\";}}s:57:\".entry-content > .wp-block-group.alignfull.has-background\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-group\";i:2;s:9:\"alignfull\";i:3;s:14:\"has-background\";}}s:42:\".entry-content > .wp-block-cover.alignwide\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";i:2;s:9:\"alignwide\";}}s:42:\".entry-content > .wp-block-cover.alignfull\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";i:2;s:9:\"alignfull\";}}s:59:\".entry-content > .wp-block-columns.has-background.alignwide\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";i:3;s:9:\"alignwide\";}}s:59:\".entry-content > .wp-block-columns.has-background.alignfull\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";i:3;s:9:\"alignfull\";}}}i:1;a:3:{i:0;s:12:\"margin-top:0\";i:1;s:15:\"margin-bottom:0\";i:2;s:15:\"padding:6em 4em\";}}i:188;a:2:{i:0;a:1:{s:49:\".entry-content > .wp-block-columns.has-background\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:189;s:1:\"}\";i:190;s:26:\"@media (min-width:1200px){\";i:191;a:2:{i:0;a:1:{s:27:\".entry-content .alignfull p\";a:2:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:16:\"max-width:1200px\";}}i:192;a:2:{i:0;a:1:{s:25:\".entry-content .alignfull\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:10:\"width:100%\";}}i:193;a:2:{i:0;a:2:{s:52:\".ast-page-builder-template .entry-content .alignwide\";a:1:{i:1;a:3:{i:0;s:25:\"ast-page-builder-template\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}s:56:\".entry-content [class*=\"__inner-container\"] > .alignwide\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignwide\";}}}i:1;a:3:{i:0;s:16:\"max-width:1200px\";i:1;s:13:\"margin-left:0\";i:2;s:14:\"margin-right:0\";}}i:194;a:2:{i:0;a:1:{s:67:\".entry-content .alignfull [class*=\"__inner-container\"] > .alignwide\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";i:2;s:9:\"alignwide\";}}}i:1;a:1:{i:0;s:15:\"max-width:80rem\";}}i:195;s:1:\"}\";i:196;s:25:\"@media (min-width:545px){\";i:197;a:2:{i:0;a:1:{s:38:\".site-main .entry-content > .alignwide\";a:1:{i:1;a:3:{i:0;s:9:\"site-main\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}}i:1;a:1:{i:0;s:13:\"margin:0 auto\";}}i:198;a:2:{i:0;a:3:{s:30:\".wp-block-group.has-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"has-background\";}}s:32:\".entry-content > .wp-block-cover\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";}}s:49:\".entry-content > .wp-block-columns.has-background\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";}}}i:1;a:3:{i:0;s:11:\"padding:4em\";i:1;s:12:\"margin-top:0\";i:2;s:15:\"margin-bottom:0\";}}i:199;a:2:{i:0;a:2:{s:75:\".entry-content .wp-block-media-text.alignfull .wp-block-media-text__content\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:9:\"alignfull\";i:3;s:28:\"wp-block-media-text__content\";}}s:80:\".entry-content .wp-block-media-text.has-background .wp-block-media-text__content\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:14:\"has-background\";i:3;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:12:\"padding:0 8%\";}}i:200;s:1:\"}\";i:201;s:25:\"@media (max-width:921px){\";i:202;a:2:{i:0;a:1:{s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:203;a:2:{i:0;a:1:{s:43:\".ast-archive-description .ast-archive-title\";a:1:{i:1;a:2:{i:0;s:23:\"ast-archive-description\";i:1;s:17:\"ast-archive-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:40px\";}}i:204;a:2:{i:0;a:1:{s:30:\".site-header .site-description\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:16:\"site-description\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:205;a:2:{i:0;a:1:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:206;a:2:{i:0;a:2:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:207;a:2:{i:0;a:2:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:208;a:2:{i:0;a:2:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:20px\";}}i:209;a:2:{i:0;a:2:{s:29:\".ast-single-post .entry-title\";a:1:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:210;s:1:\"}\";i:211;s:25:\"@media (max-width:544px){\";i:212;a:2:{i:0;a:1:{s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:213;a:2:{i:0;a:1:{s:43:\".ast-archive-description .ast-archive-title\";a:1:{i:1;a:2:{i:0;s:23:\"ast-archive-description\";i:1;s:17:\"ast-archive-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:40px\";}}i:214;a:2:{i:0;a:1:{s:30:\".site-header .site-description\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:16:\"site-description\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:215;a:2:{i:0;a:1:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:216;a:2:{i:0;a:2:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:217;a:2:{i:0;a:2:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:218;a:2:{i:0;a:2:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:20px\";}}i:219;a:2:{i:0;a:2:{s:29:\".ast-single-post .entry-title\";a:1:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:220;s:1:\"}\";i:221;s:25:\"@media (max-width:921px){\";i:222;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:15:\"font-size:85.5%\";}}i:223;s:1:\"}\";i:224;s:25:\"@media (max-width:544px){\";i:225;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:15:\"font-size:85.5%\";}}i:226;s:1:\"}\";i:227;s:25:\"@media (min-width:922px){\";i:228;a:2:{i:0;a:1:{s:14:\".ast-container\";a:1:{i:1;a:1:{i:0;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:16:\"max-width:1240px\";}}i:229;s:1:\"}\";i:230;s:25:\"@media (min-width:922px){\";i:231;a:2:{i:0;a:1:{s:28:\".site-content .ast-container\";a:1:{i:1;a:2:{i:0;s:12:\"site-content\";i:1;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:232;s:1:\"}\";i:233;s:25:\"@media (max-width:921px){\";i:234;a:2:{i:0;a:1:{s:28:\".site-content .ast-container\";a:1:{i:1;a:2:{i:0;s:12:\"site-content\";i:1;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:21:\"flex-direction:column\";}}i:235;s:1:\"}\";i:236;s:25:\"@media (min-width:922px){\";i:237;a:2:{i:0;a:2:{s:80:\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu\";a:1:{i:1;a:5:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:23:\"ast-left-align-sub-menu\";i:4;s:8:\"sub-menu\";}}s:87:\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:focus-within > .sub-menu\";a:1:{i:1;a:5:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:23:\"ast-left-align-sub-menu\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:16:\"margin-left:-0px\";}}i:238;s:1:\"}\";i:239;a:2:{i:0;a:1:{s:16:\".wp-block-search\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-search\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:20px\";}}i:240;a:2:{i:0;a:1:{s:22:\".wp-block-site-tagline\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-site-tagline\";}}}i:1;a:1:{i:0;s:15:\"margin-top:20px\";}}i:241;a:2:{i:0;a:2:{s:44:\"form.wp-block-search .wp-block-search__input\";a:2:{i:1;a:2:{i:0;s:15:\"wp-block-search\";i:1;s:22:\"wp-block-search__input\";}i:0;a:1:{i:0;s:4:\"form\";}}s:80:\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:30:\"wp-block-search__button-inside\";i:2;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:2:{i:0;s:20:\"border-color:#eaeaea\";i:1;s:18:\"background:#fafafa\";}}i:242;a:2:{i:0;a:2:{s:110:\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus\";a:1:{i:1;a:4:{i:0;s:15:\"wp-block-search\";i:1;s:30:\"wp-block-search__button-inside\";i:2;s:31:\"wp-block-search__inside-wrapper\";i:3;s:22:\"wp-block-search__input\";}}s:30:\".wp-block-loginout input:focus\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:19:\"outline:thin dotted\";}}i:243;a:2:{i:0;a:1:{s:30:\".wp-block-loginout input:focus\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:24:\"border-color:transparent\";}}i:244;a:2:{i:0;a:1:{s:77:\"form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input\";a:2:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:22:\"wp-block-search__input\";}i:0;a:1:{i:0;s:4:\"form\";}}}i:1;a:1:{i:0;s:12:\"padding:12px\";}}i:245;a:2:{i:0;a:1:{s:49:\"form.wp-block-search .wp-block-search__button svg\";a:2:{i:1;a:2:{i:0;s:15:\"wp-block-search\";i:1;s:23:\"wp-block-search__button\";}i:0;a:2:{i:0;s:4:\"form\";i:1;s:3:\"svg\";}}}i:1;a:3:{i:0;s:17:\"fill:currentColor\";i:1;s:10:\"width:20px\";i:2;s:11:\"height:20px\";}}i:246;a:2:{i:0;a:1:{s:26:\".wp-block-loginout p label\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:2:{i:0;s:1:\"p\";i:1;s:5:\"label\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:247;a:2:{i:0;a:1:{s:66:\".wp-block-loginout p:not(.login-remember):not(.login-submit) input\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:2:{i:0;s:1:\"p\";i:1;s:5:\"input\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:248;a:2:{i:0;a:1:{s:40:\".wp-block-loginout .login-remember input\";a:2:{i:1;a:2:{i:0;s:17:\"wp-block-loginout\";i:1;s:14:\"login-remember\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:12:\"width:1.1rem\";i:1;s:13:\"height:1.1rem\";i:2;s:18:\"margin:0 5px 4px 0\";i:3;s:21:\"vertical-align:middle\";}}i:249;a:2:{i:0;a:1:{s:42:\"body .wp-block-file .wp-block-file__button\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:250;a:2:{i:0;a:1:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:21:\"padding:0 1.2em 1.2em\";}}i:251;a:2:{i:0;a:1:{s:14:\".wp-block-file\";a:1:{i:1;a:1:{i:0;s:13:\"wp-block-file\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:14:\"flex-wrap:wrap\";i:3;s:29:\"justify-content:space-between\";}}i:252;a:2:{i:0;a:1:{s:19:\".wp-block-pullquote\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:253;a:2:{i:0;a:1:{s:38:\".wp-block-pullquote blockquote::before\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:10:{i:0;s:13:\"content:\"”\"\";i:1;s:34:\"font-family:\"Helvetica\",sans-serif\";i:2;s:12:\"display:flex\";i:3;s:24:\"transform:rotate(180deg)\";i:4;s:14:\"font-size:6rem\";i:5;s:17:\"font-style:normal\";i:6;s:13:\"line-height:1\";i:7;s:16:\"font-weight:bold\";i:8;s:18:\"align-items:center\";i:9;s:22:\"justify-content:center\";}}i:254;a:2:{i:0;a:1:{s:57:\"figure.wp-block-pullquote.is-style-solid-color blockquote\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:20:\"is-style-solid-color\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"blockquote\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:18:\"text-align:inherit\";}}i:255;a:2:{i:0;a:2:{s:47:\"ul.wp-block-categories-list.wp-block-categories\";a:2:{i:1;a:2:{i:0;s:24:\"wp-block-categories-list\";i:1;s:19:\"wp-block-categories\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:43:\"ul.wp-block-archives-list.wp-block-archives\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-archives-list\";i:1;s:17:\"wp-block-archives\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:20:\"list-style-type:none\";}}i:256;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:29:\"border:2px solid currentColor\";}}i:257;a:2:{i:0;a:2:{s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin-left:20px\";}}i:258;a:2:{i:0;a:1:{s:28:\"figure.alignright figcaption\";a:2:{i:1;a:1:{i:0;s:10:\"alignright\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:259;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-0-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-0-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:260;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-0-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-0-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-0)\";}}i:261;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-0-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-0-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:262;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-0-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-0-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-0)\";}}i:263;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-1-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-1-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:264;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-1-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-1-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-1)\";}}i:265;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-1-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-1-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:266;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-1-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-1-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-1)\";}}i:267;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-2-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-2-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:268;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-2-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-2-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-2)\";}}i:269;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-2-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-2-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:270;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-2-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-2-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-2)\";}}i:271;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-3-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-3-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:272;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-3-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-3-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-3)\";}}i:273;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-3-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-3-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:274;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-3-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-3-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-3)\";}}i:275;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-4-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-4-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-4)\";}}i:276;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-4-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-4-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-4)\";}}i:277;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-4-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-4-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-4)\";}}i:278;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-4-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-4-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-4)\";}}i:279;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-5-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-5-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-5)\";}}i:280;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-5-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-5-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:281;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-5-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-5-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-5)\";}}i:282;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-5-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-5-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:283;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-6-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-6-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-6)\";}}i:284;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-6-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-6-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-6)\";}}i:285;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-6-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-6-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-6)\";}}i:286;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-6-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-6-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-6)\";}}i:287;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-7-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-7-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-7)\";}}i:288;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-7-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-7-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-7)\";}}i:289;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-7-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-7-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-7)\";}}i:290;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-7-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-7-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-7)\";}}i:291;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-8-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-8-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-8)\";}}i:292;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-8-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-8-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-8)\";}}i:293;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-8-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-8-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-8)\";}}i:294;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-8-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-8-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-8)\";}}i:295;a:2:{i:0;a:1:{s:5:\":root\";a:0:{}}i:1;a:9:{i:0;s:28:\"--ast-global-color-0:#0170b9\";i:1;s:28:\"--ast-global-color-1:#3a3a3a\";i:2;s:28:\"--ast-global-color-2:#3a3a3a\";i:3;s:28:\"--ast-global-color-3:#4b4f58\";i:4;s:28:\"--ast-global-color-4:#f5f5f5\";i:5;s:25:\"--ast-global-color-5:#fff\";i:6;s:28:\"--ast-global-color-6:#f2f5f7\";i:7;s:28:\"--ast-global-color-7:#424242\";i:8;s:25:\"--ast-global-color-8:#000\";}}i:296;a:2:{i:0;a:3:{s:30:\".ast-breadcrumbs .trail-browse\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:12:\"trail-browse\";}}s:29:\".ast-breadcrumbs .trail-items\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:11:\"trail-items\";}}s:32:\".ast-breadcrumbs .trail-items li\";a:2:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:11:\"trail-items\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:6:{i:0;s:20:\"display:inline-block\";i:1;s:8:\"margin:0\";i:2;s:9:\"padding:0\";i:3;s:11:\"border:none\";i:4;s:18:\"background:inherit\";i:5;s:13:\"text-indent:0\";}}i:297;a:2:{i:0;a:1:{s:30:\".ast-breadcrumbs .trail-browse\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:12:\"trail-browse\";}}}i:1;a:4:{i:0;s:17:\"font-size:inherit\";i:1;s:18:\"font-style:inherit\";i:2;s:19:\"font-weight:inherit\";i:3;s:13:\"color:inherit\";}}i:298;a:2:{i:0;a:1:{s:29:\".ast-breadcrumbs .trail-items\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:11:\"trail-items\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:299;a:2:{i:0;a:1:{s:22:\".trail-items li::after\";a:2:{i:1;a:1:{i:0;s:11:\"trail-items\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"padding:0 .3em\";i:1;s:12:\"content:\"»\"\";}}i:300;a:2:{i:0;a:1:{s:35:\".trail-items li:last-of-type::after\";a:2:{i:1;a:1:{i:0;s:11:\"trail-items\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:301;a:2:{i:0;a:12:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\".entry-content h4\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\".entry-content h5\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:17:\".entry-content h6\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:302;a:2:{i:0;a:1:{s:14:\".entry-title a\";a:2:{i:1;a:1:{i:0;s:11:\"entry-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:303;s:25:\"@media (max-width:921px){\";i:304;a:2:{i:0;a:2:{s:108:\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:38:\"ast-builder-grid-row-tablet-3-firstrow\";i:2;s:20:\"ast-builder-grid-row\";}}s:106:\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:37:\"ast-builder-grid-row-tablet-3-lastrow\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:16:\"grid-column:1/-1\";}}i:305;s:1:\"}\";i:306;s:25:\"@media (max-width:544px){\";i:307;a:2:{i:0;a:2:{s:108:\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:38:\"ast-builder-grid-row-mobile-3-firstrow\";i:2;s:20:\"ast-builder-grid-row\";}}s:106:\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:37:\"ast-builder-grid-row-mobile-3-lastrow\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:16:\"grid-column:1/-1\";}}i:308;s:1:\"}\";i:309;a:2:{i:0;a:1:{s:57:\".ast-builder-layout-element[data-section=\"title_tagline\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:1:{i:0;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:310;s:25:\"@media (max-width:921px){\";i:311;a:2:{i:0;a:1:{s:81:\".ast-header-break-point .ast-builder-layout-element[data-section=\"title_tagline\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:312;s:1:\"}\";i:313;s:25:\"@media (max-width:544px){\";i:314;a:2:{i:0;a:1:{s:81:\".ast-header-break-point .ast-builder-layout-element[data-section=\"title_tagline\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:315;s:1:\"}\";i:316;a:2:{i:0;a:1:{s:19:\".ast-builder-menu-1\";a:1:{i:1;a:1:{i:0;s:18:\"ast-builder-menu-1\";}}}i:1;a:2:{i:0;s:19:\"font-family:inherit\";i:1;s:19:\"font-weight:inherit\";}}i:317;a:2:{i:0;a:2:{s:29:\".ast-builder-menu-1 .sub-menu\";a:1:{i:1;a:2:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:8:\"sub-menu\";}}s:47:\".ast-builder-menu-1 .inline-on-mobile .sub-menu\";a:1:{i:1;a:3:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:16:\"inline-on-mobile\";i:2;s:8:\"sub-menu\";}}}i:1;a:7:{i:0;s:20:\"border-top-width:2px\";i:1;s:23:\"border-bottom-width:0px\";i:2;s:22:\"border-right-width:0px\";i:3;s:21:\"border-left-width:0px\";i:4;s:38:\"border-color:var(--ast-global-color-0)\";i:5;s:18:\"border-style:solid\";i:6;s:17:\"border-radius:0px\";}}i:318;a:2:{i:0;a:2:{s:62:\".ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu\";a:1:{i:1;a:4:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:16:\"main-header-menu\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";}}s:81:\".ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper\";a:1:{i:1;a:4:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:16:\"main-header-menu\";i:2;s:9:\"menu-item\";i:3;s:27:\"astra-full-megamenu-wrapper\";}}}i:1;a:1:{i:0;s:14:\"margin-top:0px\";}}i:319;a:2:{i:0;a:2:{s:82:\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:16:\"main-header-menu\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:101:\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:16:\"main-header-menu\";i:3;s:9:\"menu-item\";i:4;s:27:\"astra-full-megamenu-wrapper\";}}}i:1;a:1:{i:0;s:22:\"height:calc(0px + 5px)\";}}i:320;a:2:{i:0;a:1:{s:64:\".ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";i:4;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"border-style:none\";}}i:321;s:25:\"@media (max-width:921px){\";i:322;a:2:{i:0;a:1:{s:96:\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:323;a:2:{i:0;a:1:{s:62:\".ast-builder-menu-1 .menu-item-has-children > .menu-link:after\";a:1:{i:1;a:3:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:22:\"menu-item-has-children\";i:2;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"content:unset\";}}i:324;s:1:\"}\";i:325;s:25:\"@media (max-width:544px){\";i:326;a:2:{i:0;a:1:{s:96:\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:327;s:1:\"}\";i:328;a:2:{i:0;a:1:{s:19:\".ast-builder-menu-1\";a:1:{i:1;a:1:{i:0;s:18:\"ast-builder-menu-1\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:329;s:25:\"@media (max-width:921px){\";i:330;a:2:{i:0;a:1:{s:43:\".ast-header-break-point .ast-builder-menu-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:331;s:1:\"}\";i:332;s:25:\"@media (max-width:544px){\";i:333;a:2:{i:0;a:1:{s:43:\".ast-header-break-point .ast-builder-menu-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:334;s:1:\"}\";i:335;a:2:{i:0;a:1:{s:23:\".site-below-footer-wrap\";a:1:{i:1;a:1:{i:0;s:22:\"site-below-footer-wrap\";}}}i:1;a:2:{i:0;s:16:\"padding-top:20px\";i:1;s:19:\"padding-bottom:20px\";}}i:336;a:2:{i:0;a:1:{s:68:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:1:{i:0;s:22:\"site-below-footer-wrap\";}}}i:1;a:2:{i:0;s:21:\"background-color:#eee\";i:1;s:15:\"min-height:80px\";}}i:337;a:2:{i:0;a:1:{s:90:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"] .ast-builder-grid-row\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:20:\"ast-builder-grid-row\";}}}i:1;a:3:{i:0;s:16:\"max-width:1200px\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:338;a:2:{i:0;a:2:{s:90:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"] .ast-builder-grid-row\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:20:\"ast-builder-grid-row\";}}s:89:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"] .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:19:\"site-footer-section\";}}}i:1;a:1:{i:0;s:22:\"align-items:flex-start\";}}i:339;a:2:{i:0;a:1:{s:111:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-inline .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:21:\"ast-footer-row-inline\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:15:\"margin-bottom:0\";}}i:340;a:2:{i:0;a:1:{s:48:\".ast-builder-grid-row-full .ast-builder-grid-row\";a:1:{i:1;a:2:{i:0;s:25:\"ast-builder-grid-row-full\";i:1;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:341;s:25:\"@media (max-width:921px){\";i:342;a:2:{i:0;a:1:{s:118:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-tablet-inline .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:28:\"ast-footer-row-tablet-inline\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:15:\"margin-bottom:0\";}}i:343;a:2:{i:0;a:1:{s:117:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-tablet-stack .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:27:\"ast-footer-row-tablet-stack\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:18:\"margin-bottom:10px\";}}i:344;a:2:{i:0;a:1:{s:86:\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:32:\"ast-builder-grid-row-tablet-full\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:345;s:1:\"}\";i:346;s:25:\"@media (max-width:544px){\";i:347;a:2:{i:0;a:1:{s:118:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-mobile-inline .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:28:\"ast-footer-row-mobile-inline\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:15:\"margin-bottom:0\";}}i:348;a:2:{i:0;a:1:{s:117:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-mobile-stack .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:27:\"ast-footer-row-mobile-stack\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:18:\"margin-bottom:10px\";}}i:349;a:2:{i:0;a:1:{s:86:\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:32:\"ast-builder-grid-row-mobile-full\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:350;s:1:\"}\";i:351;a:2:{i:0;a:1:{s:68:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:1:{i:0;s:22:\"site-below-footer-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:352;s:25:\"@media (max-width:921px){\";i:353;a:2:{i:0;a:1:{s:92:\".ast-header-break-point .site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"site-below-footer-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:354;s:1:\"}\";i:355;s:25:\"@media (max-width:544px){\";i:356;a:2:{i:0;a:1:{s:92:\".ast-header-break-point .site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"site-below-footer-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:357;s:1:\"}\";i:358;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:359;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:360;s:25:\"@media (max-width:921px){\";i:361;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:362;s:1:\"}\";i:363;s:25:\"@media (max-width:544px){\";i:364;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:365;s:1:\"}\";i:366;a:2:{i:0;a:1:{s:48:\".ast-footer-copyright.ast-builder-layout-element\";a:1:{i:1;a:2:{i:0;s:20:\"ast-footer-copyright\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:367;s:25:\"@media (max-width:921px){\";i:368;a:2:{i:0;a:1:{s:72:\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:20:\"ast-footer-copyright\";i:2;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:369;s:1:\"}\";i:370;s:25:\"@media (max-width:544px){\";i:371;a:2:{i:0;a:1:{s:72:\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:20:\"ast-footer-copyright\";i:2;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:372;s:1:\"}\";i:373;s:25:\"@media (max-width:921px){\";i:374;a:2:{i:0;a:1:{s:19:\"#ast-desktop-header\";a:1:{i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:375;a:2:{i:0;a:1:{s:18:\"#ast-mobile-header\";a:1:{i:2;a:1:{i:0;s:17:\"ast-mobile-header\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:376;a:2:{i:0;a:1:{s:60:\".ast-amp.ast-main-header-nav-open .ast-mobile-header-content\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:24:\"ast-main-header-nav-open\";i:2;s:25:\"ast-mobile-header-content\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:377;a:2:{i:0;a:1:{s:95:\".ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\";a:1:{i:1;a:4:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:29:\"ast-main-header-bar-alignment\";i:2;s:9:\"toggle-on\";i:3;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:378;a:2:{i:0;a:1:{s:77:\".ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link\";a:2:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:15:\"main-navigation\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-link\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:7:{i:0;s:14:\"padding:0 20px\";i:1;s:20:\"display:inline-block\";i:2;s:10:\"width:100%\";i:3;s:8:\"border:0\";i:4;s:23:\"border-bottom-width:1px\";i:5;s:18:\"border-style:solid\";i:6;s:20:\"border-color:#eaeaea\";}}i:379;a:2:{i:0;a:1:{s:75:\".ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:10:\"toggled-on\";i:3;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:13:\"line-height:3\";i:1;s:12:\"display:none\";}}i:380;a:2:{i:0;a:1:{s:73:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:381;a:2:{i:0;a:1:{s:97:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:382;a:2:{i:0;a:1:{s:114:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\";a:2:{i:1;a:6:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:13:\"dropdown-open\";i:5;s:8:\"sub-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:383;a:2:{i:0;a:1:{s:106:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:12:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:8:\"top:-1px\";i:4;s:10:\"right:20px\";i:5;s:14:\"cursor:pointer\";i:6;s:33:\"webkit-font-smoothing:antialiased\";i:7;s:32:\"moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:18:\"font-weight:normal\";i:10;s:19:\"line-height:inherit\";i:11;s:18:\"transition:all .2s\";}}i:384;a:2:{i:0;a:1:{s:112:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:20:\"ast-submenu-expanded\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:2:{i:0;s:33:\"-webkit-transform:rotateX(180deg)\";i:1;s:25:\"transform:rotateX(180deg)\";}}i:385;a:2:{i:0;a:1:{s:81:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:16:\"main-header-menu\";}}}i:1;a:3:{i:0;s:20:\"border-top-width:1px\";i:1;s:18:\"border-style:solid\";i:2;s:20:\"border-color:#eaeaea\";}}i:386;a:2:{i:0;a:3:{s:30:\".ast-amp .ast-below-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:20:\"ast-below-header-bar\";}}s:25:\".ast-amp .main-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";}}s:30:\".ast-amp .ast-above-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:20:\"ast-above-header-bar\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:387;s:1:\"}\";i:388;s:25:\"@media (max-width:921px){\";i:389;a:2:{i:0;a:1:{s:49:\".site-header .main-header-bar-wrap .site-branding\";a:1:{i:1;a:3:{i:0;s:11:\"site-header\";i:1;s:20:\"main-header-bar-wrap\";i:2;s:13:\"site-branding\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"-webkit-box-flex:1\";i:2;s:14:\"-webkit-flex:1\";i:3;s:15:\"-moz-box-flex:1\";i:4;s:10:\"-ms-flex:1\";i:5;s:6:\"flex:1\";i:6;s:25:\"-webkit-align-self:center\";i:7;s:26:\"-ms-flex-item-align:center\";i:8;s:17:\"align-self:center\";}}i:390;a:2:{i:0;a:1:{s:68:\".ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\";a:1:{i:1;a:3:{i:0;s:29:\"ast-main-header-bar-alignment\";i:1;s:9:\"toggle-on\";i:2;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:391;a:2:{i:0;a:1:{s:16:\".main-navigation\";a:1:{i:1;a:1:{i:0;s:15:\"main-navigation\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";}}i:392;a:2:{i:0;a:1:{s:43:\".main-header-menu > .menu-item > .menu-link\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";i:2;s:9:\"menu-link\";}}}i:1;a:6:{i:0;s:14:\"padding:0 20px\";i:1;s:20:\"display:inline-block\";i:2;s:10:\"width:100%\";i:3;s:23:\"border-bottom-width:1px\";i:4;s:18:\"border-style:solid\";i:5;s:20:\"border-color:#eaeaea\";}}i:393;a:2:{i:0;a:1:{s:40:\".ast-main-header-bar-alignment.toggle-on\";a:1:{i:1;a:2:{i:0;s:29:\"ast-main-header-bar-alignment\";i:1;s:9:\"toggle-on\";}}}i:1;a:12:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";i:2;s:18:\"-webkit-box-flex:1\";i:3;s:17:\"-webkit-flex:auto\";i:4;s:15:\"-moz-box-flex:1\";i:5;s:13:\"-ms-flex:auto\";i:6;s:9:\"flex:auto\";i:7;s:27:\"-webkit-box-ordinal-group:5\";i:8;s:15:\"-webkit-order:4\";i:9;s:24:\"-moz-box-ordinal-group:5\";i:10;s:16:\"-ms-flex-order:4\";i:11;s:7:\"order:4\";}}i:394;a:2:{i:0;a:1:{s:28:\".main-header-menu .menu-item\";a:1:{i:1;a:2:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:15:\"text-align:left\";i:2;s:12:\"border-top:0\";}}i:395;a:2:{i:0;a:1:{s:27:\".main-header-bar-navigation\";a:1:{i:1;a:1:{i:0;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:23:\"width:calc(100% + 40px)\";i:1;s:14:\"margin:0 -20px\";}}i:396;a:2:{i:0;a:1:{s:62:\".main-header-bar .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:3:{i:0;s:15:\"main-header-bar\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:16:\"main-header-menu\";}}}i:1;a:3:{i:0;s:20:\"border-top-width:1px\";i:1;s:18:\"border-style:solid\";i:2;s:20:\"border-color:#eaeaea\";}}i:397;a:2:{i:0;a:1:{s:87:\".main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:4:{i:0;s:15:\"main-header-bar\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:15:\"ast-menu-toggle\";}}}i:1;a:13:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:8:\"top:-1px\";i:4;s:10:\"right:20px\";i:5;s:14:\"cursor:pointer\";i:6;s:34:\"-webkit-font-smoothing:antialiased\";i:7;s:33:\"-moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:18:\"font-weight:normal\";i:10;s:19:\"line-height:inherit\";i:11;s:26:\"-webkit-transition:all .2s\";i:12;s:18:\"transition:all .2s\";}}i:398;s:1:\"}\";i:399;s:25:\"@media (max-width:921px){\";i:400;a:2:{i:0;a:1:{s:36:\".ast-amp .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:401;s:1:\"}\";i:402;s:25:\"@media (max-width:921px){\";i:403;a:2:{i:0;a:1:{s:34:\".ast-amp .entry-content .alignwide\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:404;a:2:{i:0;a:1:{s:25:\".ast-amp .main-navigation\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";}}i:405;a:2:{i:0;a:2:{s:50:\".ast-amp .main-navigation ul .menu-item .menu-link\";a:2:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:9:\"menu-link\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:55:\".ast-amp .main-navigation ul .button-custom-menu-item a\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:23:\"button-custom-menu-item\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:1:\"a\";}}}i:1;a:6:{i:0;s:14:\"padding:0 20px\";i:1;s:20:\"display:inline-block\";i:2;s:10:\"width:100%\";i:3;s:23:\"border-bottom-width:1px\";i:4;s:18:\"border-style:solid\";i:5;s:20:\"border-color:#eaeaea\";}}i:406;a:2:{i:0;a:1:{s:57:\".ast-amp .main-navigation .sub-menu .menu-item .menu-link\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:30px\";}}i:407;a:2:{i:0;a:1:{s:68:\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link\";a:1:{i:1;a:6:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:40px\";}}i:408;a:2:{i:0;a:1:{s:90:\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\";a:1:{i:1;a:8:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:9:\"menu-item\";i:6;s:9:\"menu-item\";i:7;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:60px\";}}i:409;a:2:{i:0;a:1:{s:26:\".ast-amp .main-header-menu\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f9f9f9\";}}i:410;a:2:{i:0;a:1:{s:29:\".ast-amp .main-header-menu ul\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:6:{i:0;s:24:\"background-color:#f9f9f9\";i:1;s:15:\"position:static\";i:2;s:9:\"opacity:1\";i:3;s:18:\"visibility:visible\";i:4;s:8:\"border:0\";i:5;s:10:\"width:auto\";}}i:411;a:2:{i:0;a:2:{s:67:\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:23:\"ast-left-align-sub-menu\";}i:0;a:3:{i:0;s:2:\"ul\";i:1;s:2:\"li\";i:2;s:2:\"ul\";}}s:74:\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:focus-within > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:23:\"ast-left-align-sub-menu\";}i:0;a:3:{i:0;s:2:\"ul\";i:1;s:2:\"li\";i:2;s:2:\"ul\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:412;a:2:{i:0;a:2:{s:66:\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:25:\"ast-sub-menu-goes-outside\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"ul\";}}s:73:\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:focus-within > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:25:\"ast-sub-menu-goes-outside\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"ul\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:413;a:2:{i:0;a:1:{s:39:\".ast-amp .submenu-with-border .sub-menu\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:8:\"border:0\";}}i:414;a:2:{i:0;a:1:{s:21:\".ast-amp .user-select\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:11:\"user-select\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:415;a:2:{i:0;a:1:{s:33:\".ast-amp .ast-mobile-menu-buttons\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:23:\"ast-mobile-menu-buttons\";}}}i:1;a:7:{i:0;s:16:\"text-align:right\";i:1;s:12:\"display:flex\";i:2;s:20:\"-webkit-box-pack:end\";i:3;s:32:\"-webkit-justify-content:flex-end\";i:4;s:17:\"-moz-box-pack:end\";i:5;s:17:\"-ms-flex-pack:end\";i:6;s:24:\"justify-content:flex-end\";}}i:416;a:2:{i:0;a:1:{s:36:\".ast-amp .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:6:{i:0;s:18:\"-webkit-box-flex:1\";i:1;s:17:\"-webkit-flex:auto\";i:2;s:15:\"-moz-box-flex:1\";i:3;s:13:\"-ms-flex:auto\";i:4;s:9:\"flex:auto\";i:5;s:23:\"width:calc(100% + 40px)\";}}i:417;a:2:{i:0;a:1:{s:39:\".ast-amp .ast-main-header-bar-alignment\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:29:\"ast-main-header-bar-alignment\";}}}i:1;a:12:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";i:2;s:18:\"-webkit-box-flex:1\";i:3;s:17:\"-webkit-flex:auto\";i:4;s:15:\"-moz-box-flex:1\";i:5;s:13:\"-ms-flex:auto\";i:6;s:9:\"flex:auto\";i:7;s:27:\"-webkit-box-ordinal-group:5\";i:8;s:15:\"-webkit-order:4\";i:9;s:24:\"-moz-box-ordinal-group:5\";i:10;s:16:\"-ms-flex-order:4\";i:11;s:7:\"order:4\";}}i:418;a:2:{i:0;a:1:{s:58:\".ast-amp .site-header .main-header-bar-wrap .site-branding\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:11:\"site-header\";i:2;s:20:\"main-header-bar-wrap\";i:3;s:13:\"site-branding\";}}}i:1;a:10:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:18:\"-webkit-box-flex:1\";i:3;s:14:\"-webkit-flex:1\";i:4;s:15:\"-moz-box-flex:1\";i:5;s:10:\"-ms-flex:1\";i:6;s:6:\"flex:1\";i:7;s:25:\"-webkit-align-self:center\";i:8;s:26:\"-ms-flex-item-align:center\";i:9;s:17:\"align-self:center\";}}i:419;a:2:{i:0;a:1:{s:27:\".ast-amp .ast-site-identity\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:17:\"ast-site-identity\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:420;a:2:{i:0;a:1:{s:90:\".ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:9:\"menu-link\";i:4;s:9:\"sub-arrow\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:421;a:2:{i:0;a:1:{s:25:\".ast-amp .main-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";}}}i:1;a:3:{i:0;s:8:\"border:0\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:422;a:2:{i:0;a:1:{s:58:\".ast-main-header-bar-alignment .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:29:\"ast-main-header-bar-alignment\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:13:\"line-height:3\";i:1;s:12:\"display:none\";}}i:423;a:2:{i:0;a:1:{s:65:\".ast-amp .main-header-bar .toggled-on .main-header-bar-navigation\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:10:\"toggled-on\";i:3;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:13:\"line-height:3\";i:1;s:12:\"display:none\";}}i:424;a:2:{i:0;a:1:{s:63:\".ast-amp .main-header-bar .main-header-bar-navigation .sub-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:425;a:2:{i:0;a:1:{s:87:\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:426;a:2:{i:0;a:1:{s:104:\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\";a:2:{i:1;a:6:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:13:\"dropdown-open\";i:5;s:8:\"sub-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:427;a:2:{i:0;a:1:{s:96:\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:12:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:8:\"top:-1px\";i:4;s:10:\"right:20px\";i:5;s:14:\"cursor:pointer\";i:6;s:33:\"webkit-font-smoothing:antialiased\";i:7;s:32:\"moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:18:\"font-weight:normal\";i:10;s:19:\"line-height:inherit\";i:11;s:18:\"transition:all .2s\";}}i:428;a:2:{i:0;a:1:{s:102:\".ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:20:\"ast-submenu-expanded\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:2:{i:0;s:33:\"-webkit-transform:rotateX(180deg)\";i:1;s:25:\"transform:rotateX(180deg)\";}}i:429;a:2:{i:0;a:1:{s:71:\".ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:16:\"main-header-menu\";}}}i:1;a:3:{i:0;s:20:\"border-top-width:1px\";i:1;s:18:\"border-style:solid\";i:2;s:20:\"border-color:#eaeaea\";}}i:430;a:2:{i:0;a:1:{s:45:\".ast-amp .main-navigation ul > li:first-child\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:12:\"border-top:0\";}}i:431;a:2:{i:0;a:1:{s:31:\".ast-amp .main-navigation ul ul\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";}}}i:1;a:2:{i:0;s:9:\"left:auto\";i:1;s:10:\"right:auto\";}}i:432;a:2:{i:0;a:1:{s:28:\".ast-amp .main-navigation li\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:433;a:2:{i:0;a:1:{s:33:\".ast-amp .main-navigation .widget\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:434;a:2:{i:0;a:1:{s:36:\".ast-amp .main-navigation .widget li\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"width:auto\";}}i:435;a:2:{i:0;a:1:{s:44:\".ast-amp .main-navigation .widget:last-child\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:436;a:2:{i:0;a:1:{s:32:\".ast-amp .main-header-menu ul ul\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:437;a:2:{i:0;a:2:{s:54:\".ast-amp .ast-has-mobile-header-logo .custom-logo-link\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:26:\"ast-has-mobile-header-logo\";i:2;s:16:\"custom-logo-link\";}}s:52:\".ast-amp .ast-has-mobile-header-logo .astra-logo-svg\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:26:\"ast-has-mobile-header-logo\";i:2;s:14:\"astra-logo-svg\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:438;a:2:{i:0;a:1:{s:61:\".ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:26:\"ast-has-mobile-header-logo\";i:2;s:23:\"custom-mobile-logo-link\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:439;a:2:{i:0;a:2:{s:85:\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link\";a:1:{i:1;a:4:{i:0;s:9:\"ast-theme\";i:1;s:28:\"ast-mobile-inherit-site-logo\";i:2;s:26:\"ast-has-mobile-header-logo\";i:3;s:16:\"custom-logo-link\";}}s:83:\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg\";a:1:{i:1;a:4:{i:0;s:9:\"ast-theme\";i:1;s:28:\"ast-mobile-inherit-site-logo\";i:2;s:26:\"ast-has-mobile-header-logo\";i:3;s:14:\"astra-logo-svg\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:440;a:2:{i:0;a:1:{s:40:\".ast-amp .ast-header-widget-area .widget\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:22:\"ast-header-widget-area\";i:2;s:6:\"widget\";}}}i:1;a:2:{i:0;s:13:\"margin:.5em 0\";i:1;s:13:\"display:block\";}}i:441;a:2:{i:0;a:1:{s:27:\".ast-amp .nav-fallback-text\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:17:\"nav-fallback-text\";}}}i:1;a:1:{i:0;s:10:\"float:none\";}}i:442;a:2:{i:0;a:1:{s:76:\".ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:28:\"woocommerce-custom-menu-item\";i:3;s:18:\"ast-cart-menu-wrap\";}}}i:1;a:3:{i:0;s:10:\"height:3em\";i:1;s:13:\"line-height:3\";i:2;s:15:\"text-align:left\";}}i:443;a:2:{i:0;a:1:{s:52:\".ast-amp #ast-site-header-cart .widget_shopping_cart\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:20:\"widget_shopping_cart\";}i:2;a:1:{i:0;s:20:\"ast-site-header-cart\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:444;a:2:{i:0;a:1:{s:58:\".ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart\";a:1:{i:1;a:3:{i:0;s:9:\"ast-theme\";i:1;s:25:\"ast-woocommerce-cart-menu\";i:2;s:20:\"ast-site-header-cart\";}}}i:1;a:3:{i:0;s:13:\"order:initial\";i:1;s:13:\"line-height:3\";i:2;s:19:\"padding:0 1em 1em 0\";}}i:445;a:2:{i:0;a:2:{s:58:\".ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:24:\"ast-edd-site-header-cart\";i:2;s:22:\"widget_edd_cart_widget\";}}s:65:\".ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:24:\"ast-edd-site-header-cart\";i:2;s:29:\"ast-edd-header-cart-info-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:446;a:2:{i:0;a:1:{s:64:\".ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:30:\"ast-masthead-custom-menu-items\";i:2;s:20:\"edd-custom-menu-item\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:447;a:2:{i:0;a:1:{s:73:\".ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:20:\"ast-search-menu-icon\";i:3;s:12:\"slide-search\";i:4;s:11:\"search-form\";}}}i:1;a:1:{i:0;s:7:\"right:0\";}}i:448;a:2:{i:0;a:1:{s:36:\".ast-amp .main-header-menu .sub-menu\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:15:\"box-shadow:none\";}}i:449;a:2:{i:0;a:1:{s:41:\".ast-amp .submenu-with-border .sub-menu a\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"border-width:1px\";}}i:450;a:2:{i:0;a:1:{s:59:\".ast-amp .submenu-with-border .sub-menu > li:last-child > a\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"border-width:1px\";}}i:451;a:2:{i:0;a:1:{s:96:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:15:\"ast-button-wrap\";i:1;s:31:\"ast-mobile-menu-buttons-minimal\";}}}i:1;a:2:{i:0;s:22:\"background:transparent\";i:1;s:11:\"border:none\";}}i:452;s:1:\"}\";i:453;a:2:{i:0;a:1:{s:40:\".ast-header-break-point .main-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-header-bar\";}}}i:1;a:1:{i:0;s:23:\"border-bottom-width:1px\";}}i:454;s:25:\"@media (min-width:922px){\";i:455;a:2:{i:0;a:1:{s:16:\".main-header-bar\";a:1:{i:1;a:1:{i:0;s:15:\"main-header-bar\";}}}i:1;a:1:{i:0;s:23:\"border-bottom-width:1px\";}}i:456;s:1:\"}\";i:457;s:25:\"@media (min-width:922px){\";i:458;a:2:{i:0;a:1:{s:8:\"#primary\";a:1:{i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:9:\"width:70%\";}}i:459;a:2:{i:0;a:1:{s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:9:\"width:30%\";}}i:460;s:1:\"}\";i:461;a:2:{i:0;a:3:{s:28:\".main-header-menu .menu-item\";a:1:{i:1;a:2:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";}}s:29:\"#astra-footer-menu .menu-item\";a:2:{i:1;a:1:{i:0;s:9:\"menu-item\";}i:2;a:1:{i:0;s:17:\"astra-footer-menu\";}}s:48:\".main-header-bar .ast-masthead-custom-menu-items\";a:1:{i:1;a:2:{i:0;s:15:\"main-header-bar\";i:1;s:30:\"ast-masthead-custom-menu-items\";}}}i:1;a:14:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:23:\"-webkit-box-pack:center\";i:3;s:30:\"-webkit-justify-content:center\";i:4;s:20:\"-moz-box-pack:center\";i:5;s:20:\"-ms-flex-pack:center\";i:6;s:22:\"justify-content:center\";i:7;s:27:\"-webkit-box-orient:vertical\";i:8;s:28:\"-webkit-box-direction:normal\";i:9;s:29:\"-webkit-flex-direction:column\";i:10;s:24:\"-moz-box-orient:vertical\";i:11;s:25:\"-moz-box-direction:normal\";i:12;s:25:\"-ms-flex-direction:column\";i:13;s:21:\"flex-direction:column\";}}i:462;a:2:{i:0;a:2:{s:43:\".main-header-menu > .menu-item > .menu-link\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";i:2;s:9:\"menu-link\";}}s:44:\"#astra-footer-menu > .menu-item > .menu-link\";a:2:{i:1;a:2:{i:0;s:9:\"menu-item\";i:1;s:9:\"menu-link\";}i:2;a:1:{i:0;s:17:\"astra-footer-menu\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:24:\"-webkit-box-align:center\";i:2;s:26:\"-webkit-align-items:center\";i:3;s:21:\"-moz-box-align:center\";i:4;s:21:\"-ms-flex-align:center\";i:5;s:18:\"align-items:center\";i:6;s:16:\"-js-display:flex\";i:7;s:12:\"display:flex\";}}i:463;a:2:{i:0;a:1:{s:95:\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg\";a:2:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:9:\"menu-link\";i:4;s:10:\"icon-arrow\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:3:\"svg\";}}}i:1;a:5:{i:0;s:8:\"top:.2em\";i:1;s:14:\"margin-top:0px\";i:2;s:15:\"margin-left:0px\";i:3;s:11:\"width:.65em\";i:4;s:43:\"transform:translate(0,-2px) rotateZ(270deg)\";}}i:464;a:2:{i:0;a:1:{s:66:\".ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle\";a:1:{i:1;a:3:{i:0;s:24:\"ast-mobile-popup-content\";i:1;s:20:\"ast-submenu-expanded\";i:2;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:25:\"transform:rotateX(180deg)\";}}i:465;a:2:{i:0;a:3:{s:38:\".ast-separate-container .blog-layout-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"blog-layout-1\";}}s:38:\".ast-separate-container .blog-layout-2\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"blog-layout-2\";}}s:38:\".ast-separate-container .blog-layout-3\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"blog-layout-3\";}}}i:1;a:2:{i:0;s:28:\"background-color:transparent\";i:1;s:21:\"background-image:none\";}}i:466;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:467;s:25:\"@media (max-width:921px){\";i:468;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:469;s:1:\"}\";i:470;s:25:\"@media (max-width:544px){\";i:471;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:472;s:1:\"}\";i:473;a:2:{i:0;a:13:{s:66:\".ast-separate-container .ast-article-single:not(.ast-related-post)\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:55:\".ast-separate-container .comments-area .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:15:\"comment-respond\";}}s:59:\".ast-separate-container .comments-area .ast-comment-list li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}s:50:\".ast-separate-container .ast-woocommerce-container\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:25:\"ast-woocommerce-container\";}}s:34:\".ast-separate-container .error-404\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"error-404\";}}s:35:\".ast-separate-container .no-results\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:10:\"no-results\";}}s:47:\".single.ast-separate-container .ast-author-meta\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:22:\"ast-separate-container\";i:2;s:15:\"ast-author-meta\";}}s:52:\".ast-separate-container .related-posts-title-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:27:\"related-posts-title-wrapper\";}}s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:47:\".ast-separate-container .comments-count-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:22:\"comments-count-wrapper\";}}s:49:\".ast-box-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:14:\"ast-box-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:52:\".ast-padded-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:17:\"ast-padded-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:54:\".ast-separate-container .comments-area .comments-title\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:474;s:25:\"@media (max-width:921px){\";i:475;a:2:{i:0;a:13:{s:66:\".ast-separate-container .ast-article-single:not(.ast-related-post)\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:55:\".ast-separate-container .comments-area .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:15:\"comment-respond\";}}s:59:\".ast-separate-container .comments-area .ast-comment-list li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}s:50:\".ast-separate-container .ast-woocommerce-container\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:25:\"ast-woocommerce-container\";}}s:34:\".ast-separate-container .error-404\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"error-404\";}}s:35:\".ast-separate-container .no-results\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:10:\"no-results\";}}s:47:\".single.ast-separate-container .ast-author-meta\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:22:\"ast-separate-container\";i:2;s:15:\"ast-author-meta\";}}s:52:\".ast-separate-container .related-posts-title-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:27:\"related-posts-title-wrapper\";}}s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:47:\".ast-separate-container .comments-count-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:22:\"comments-count-wrapper\";}}s:49:\".ast-box-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:14:\"ast-box-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:52:\".ast-padded-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:17:\"ast-padded-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:54:\".ast-separate-container .comments-area .comments-title\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:476;s:1:\"}\";i:477;s:25:\"@media (max-width:544px){\";i:478;a:2:{i:0;a:13:{s:66:\".ast-separate-container .ast-article-single:not(.ast-related-post)\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:55:\".ast-separate-container .comments-area .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:15:\"comment-respond\";}}s:59:\".ast-separate-container .comments-area .ast-comment-list li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}s:50:\".ast-separate-container .ast-woocommerce-container\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:25:\"ast-woocommerce-container\";}}s:34:\".ast-separate-container .error-404\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"error-404\";}}s:35:\".ast-separate-container .no-results\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:10:\"no-results\";}}s:47:\".single.ast-separate-container .ast-author-meta\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:22:\"ast-separate-container\";i:2;s:15:\"ast-author-meta\";}}s:52:\".ast-separate-container .related-posts-title-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:27:\"related-posts-title-wrapper\";}}s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:47:\".ast-separate-container .comments-count-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:22:\"comments-count-wrapper\";}}s:49:\".ast-box-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:14:\"ast-box-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:52:\".ast-padded-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:17:\"ast-padded-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:54:\".ast-separate-container .comments-area .comments-title\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:479;s:1:\"}\";i:480;a:2:{i:0;a:2:{s:20:\".ast-plain-container\";a:1:{i:1;a:1:{i:0;s:19:\"ast-plain-container\";}}s:26:\".ast-page-builder-template\";a:1:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:481;s:25:\"@media (max-width:921px){\";i:482;a:2:{i:0;a:2:{s:20:\".ast-plain-container\";a:1:{i:1;a:1:{i:0;s:19:\"ast-plain-container\";}}s:26:\".ast-page-builder-template\";a:1:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:483;s:1:\"}\";i:484;s:25:\"@media (max-width:544px){\";i:485;a:2:{i:0;a:2:{s:20:\".ast-plain-container\";a:1:{i:1;a:1:{i:0;s:19:\"ast-plain-container\";}}s:26:\".ast-page-builder-template\";a:1:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:486;s:1:\"}\";i:487;a:2:{i:0;a:2:{s:30:\".ast-mobile-header-content > *\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:31:\".ast-desktop-header-content > *\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:2:{i:0;s:14:\"padding:10px 0\";i:1;s:11:\"height:auto\";}}i:488;a:2:{i:0;a:2:{s:42:\".ast-mobile-header-content > *:first-child\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:43:\".ast-desktop-header-content > *:first-child\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:16:\"padding-top:10px\";}}i:489;a:2:{i:0;a:2:{s:46:\".ast-mobile-header-content > .ast-builder-menu\";a:1:{i:1;a:2:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:16:\"ast-builder-menu\";}}s:47:\".ast-desktop-header-content > .ast-builder-menu\";a:1:{i:1;a:2:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:16:\"ast-builder-menu\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:490;a:2:{i:0;a:2:{s:41:\".ast-mobile-header-content > *:last-child\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:42:\".ast-desktop-header-content > *:last-child\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:16:\"padding-bottom:0\";}}i:491;a:2:{i:0;a:2:{s:72:\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label\";a:2:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";}i:0;a:1:{i:0;s:5:\"label\";}}s:73:\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label\";a:2:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:492;a:2:{i:0;a:1:{s:104:\".ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\";a:1:{i:1;a:4:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:20:\"ast-submenu-expanded\";i:3;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:25:\"transform:rotateX(180deg)\";}}i:493;a:2:{i:0;a:6:{s:47:\"#ast-desktop-header .ast-desktop-header-content\";a:2:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}s:43:\".ast-mobile-header-content .ast-search-icon\";a:1:{i:1;a:2:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:15:\"ast-search-icon\";}}s:44:\".ast-desktop-header-content .ast-search-icon\";a:1:{i:1;a:2:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:15:\"ast-search-icon\";}}s:50:\".ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:25:\"ast-mobile-header-content\";}}s:95:\".ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:4:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:18:\"ast-popup-nav-open\";i:2;s:22:\"ast-mobile-header-wrap\";i:3;s:25:\"ast-mobile-header-content\";}}s:72:\".ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content\";a:1:{i:1;a:3:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:18:\"ast-popup-nav-open\";i:2;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:494;a:2:{i:0;a:2:{s:96:\".ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content\";a:2:{i:1;a:3:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:22:\"ast-header-break-point\";i:2;s:26:\"ast-desktop-header-content\";}i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}s:99:\".ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:4:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:22:\"ast-header-break-point\";i:2;s:22:\"ast-mobile-header-wrap\";i:3;s:25:\"ast-mobile-header-content\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:495;a:2:{i:0;a:6:{s:96:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:29:\"astra-menu-animation-slide-up\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:107:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu\";a:1:{i:1;a:6:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:29:\"astra-menu-animation-slide-up\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:8:\"sub-menu\";}}s:98:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:31:\"astra-menu-animation-slide-down\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:109:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu\";a:1:{i:1;a:6:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:31:\"astra-menu-animation-slide-down\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:8:\"sub-menu\";}}s:92:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:25:\"astra-menu-animation-fade\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:103:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu\";a:1:{i:1;a:6:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:25:\"astra-menu-animation-fade\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:8:\"sub-menu\";}}}i:1;a:2:{i:0;s:9:\"opacity:1\";i:1;s:18:\"visibility:visible\";}}i:496;a:2:{i:0;a:1:{s:141:\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation\";a:1:{i:1;a:6:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-default-menu-enable\";i:2;s:22:\"ast-header-break-point\";i:3;s:22:\"ast-mobile-header-wrap\";i:4;s:25:\"ast-mobile-header-content\";i:5;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:11:\"width:unset\";i:1;s:12:\"margin:unset\";}}i:497;a:2:{i:0;a:2:{s:120:\".ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:22:\"content-align-flex-end\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}s:121:\".ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:22:\"content-align-flex-end\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:24:\"left:calc(20px - .907em)\";}}i:498;a:2:{i:0;a:4:{s:48:\".ast-mobile-header-content .ast-search-menu-icon\";a:1:{i:1;a:2:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";}}s:61:\".ast-mobile-header-content .ast-search-menu-icon.slide-search\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";}}s:49:\".ast-desktop-header-content .ast-search-menu-icon\";a:1:{i:1;a:2:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";}}s:62:\".ast-desktop-header-content .ast-search-menu-icon.slide-search\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:17:\"position:relative\";i:2;s:13:\"display:block\";i:3;s:10:\"right:auto\";i:4;s:14:\"transform:none\";}}i:499;a:2:{i:0;a:4:{s:74:\".ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form\";a:1:{i:1;a:4:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";i:3;s:11:\"search-form\";}}s:61:\".ast-mobile-header-content .ast-search-menu-icon .search-form\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:11:\"search-form\";}}s:75:\".ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form\";a:1:{i:1;a:4:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";i:3;s:11:\"search-form\";}}s:62:\".ast-desktop-header-content .ast-search-menu-icon .search-form\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:11:\"search-form\";}}}i:1;a:9:{i:0;s:7:\"right:0\";i:1;s:18:\"visibility:visible\";i:2;s:9:\"opacity:1\";i:3;s:17:\"position:relative\";i:4;s:8:\"top:auto\";i:5;s:14:\"transform:none\";i:6;s:9:\"padding:0\";i:7;s:13:\"display:block\";i:8;s:15:\"overflow:hidden\";}}i:500;a:2:{i:0;a:4:{s:80:\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field\";a:1:{i:1;a:4:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";i:3;s:12:\"search-field\";}}s:62:\".ast-mobile-header-content .ast-search-menu-icon .search-field\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"search-field\";}}s:81:\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field\";a:1:{i:1;a:4:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";i:3;s:12:\"search-field\";}}s:63:\".ast-desktop-header-content .ast-search-menu-icon .search-field\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"search-field\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:19:\"padding-right:5.5em\";}}i:501;a:2:{i:0;a:2:{s:63:\".ast-mobile-header-content .ast-search-menu-icon .search-submit\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:13:\"search-submit\";}}s:64:\".ast-desktop-header-content .ast-search-menu-icon .search-submit\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:13:\"search-submit\";}}}i:1;a:7:{i:0;s:13:\"display:block\";i:1;s:17:\"position:absolute\";i:2;s:11:\"height:100%\";i:3;s:5:\"top:0\";i:4;s:7:\"right:0\";i:5;s:13:\"padding:0 1em\";i:6;s:15:\"border-radius:0\";}}i:502;a:2:{i:0;a:1:{s:165:\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link\";a:2:{i:1;a:8:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-default-menu-enable\";i:2;s:22:\"ast-header-break-point\";i:3;s:22:\"ast-mobile-header-wrap\";i:4;s:25:\"ast-mobile-header-content\";i:5;s:26:\"main-header-bar-navigation\";i:6;s:8:\"sub-menu\";i:7;s:9:\"menu-link\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:17:\"padding-left:30px\";}}i:503;a:2:{i:0;a:1:{s:184:\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link\";a:1:{i:1;a:10:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-default-menu-enable\";i:2;s:22:\"ast-header-break-point\";i:3;s:22:\"ast-mobile-header-wrap\";i:4;s:25:\"ast-mobile-header-content\";i:5;s:26:\"main-header-bar-navigation\";i:6;s:8:\"sub-menu\";i:7;s:9:\"menu-item\";i:8;s:9:\"menu-item\";i:9;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:40px\";}}i:504;a:2:{i:0;a:1:{s:55:\".ast-mobile-popup-drawer.active .ast-mobile-popup-inner\";a:1:{i:1;a:3:{i:0;s:23:\"ast-mobile-popup-drawer\";i:1;s:6:\"active\";i:2;s:22:\"ast-mobile-popup-inner\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:505;a:2:{i:0;a:2:{s:50:\".ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:25:\"ast-mobile-header-content\";}}s:27:\".ast-desktop-header-content\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:506;a:2:{i:0;a:4:{s:29:\".ast-mobile-popup-content > *\";a:1:{i:1;a:1:{i:0;s:24:\"ast-mobile-popup-content\";}}s:30:\".ast-mobile-header-content > *\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:30:\".ast-desktop-popup-content > *\";a:1:{i:1;a:1:{i:0;s:25:\"ast-desktop-popup-content\";}}s:31:\".ast-desktop-header-content > *\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:2:{i:0;s:15:\"padding-top:0px\";i:1;s:18:\"padding-bottom:0px\";}}i:507;a:2:{i:0;a:1:{s:53:\".content-align-flex-start .ast-builder-layout-element\";a:1:{i:1;a:2:{i:0;s:24:\"content-align-flex-start\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:508;a:2:{i:0;a:1:{s:43:\".content-align-flex-start .main-header-menu\";a:1:{i:1;a:2:{i:0;s:24:\"content-align-flex-start\";i:1;s:16:\"main-header-menu\";}}}i:1;a:1:{i:0;s:15:\"text-align:left\";}}i:509;a:2:{i:0;a:1:{s:50:\".ast-mobile-popup-drawer.active .menu-toggle-close\";a:1:{i:1;a:3:{i:0;s:23:\"ast-mobile-popup-drawer\";i:1;s:6:\"active\";i:2;s:17:\"menu-toggle-close\";}}}i:1;a:1:{i:0;s:13:\"color:#3a3a3a\";}}i:510;a:2:{i:0;a:2:{s:47:\".ast-mobile-header-wrap .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:22:\"ast-primary-header-bar\";}}s:49:\".ast-primary-header-bar .site-primary-header-wrap\";a:1:{i:1;a:2:{i:0;s:22:\"ast-primary-header-bar\";i:1;s:24:\"site-primary-header-wrap\";}}}i:1;a:1:{i:0;s:15:\"min-height:70px\";}}i:511;a:2:{i:0;a:1:{s:67:\".ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item\";a:1:{i:1;a:4:{i:0;s:11:\"ast-desktop\";i:1;s:22:\"ast-primary-header-bar\";i:2;s:16:\"main-header-menu\";i:3;s:9:\"menu-item\";}}}i:1;a:1:{i:0;s:16:\"line-height:70px\";}}i:512;s:25:\"@media (max-width:921px){\";i:513;a:2:{i:0;a:2:{s:57:\"#masthead .ast-mobile-header-wrap .ast-primary-header-bar\";a:2:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:22:\"ast-primary-header-bar\";}i:2;a:1:{i:0;s:8:\"masthead\";}}s:55:\"#masthead .ast-mobile-header-wrap .ast-below-header-bar\";a:2:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:20:\"ast-below-header-bar\";}i:2;a:1:{i:0;s:8:\"masthead\";}}}i:1;a:2:{i:0;s:17:\"padding-left:20px\";i:1;s:18:\"padding-right:20px\";}}i:514;s:1:\"}\";i:515;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-primary-header-bar\";}}}i:1;a:3:{i:0;s:23:\"border-bottom-width:1px\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:516;s:25:\"@media (min-width:922px){\";i:517;a:2:{i:0;a:1:{s:23:\".ast-primary-header-bar\";a:1:{i:1;a:1:{i:0;s:22:\"ast-primary-header-bar\";}}}i:1;a:3:{i:0;s:23:\"border-bottom-width:1px\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:518;s:1:\"}\";i:519;a:2:{i:0;a:1:{s:23:\".ast-primary-header-bar\";a:1:{i:1;a:1:{i:0;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:520;a:2:{i:0;a:1:{s:23:\".ast-primary-header-bar\";a:1:{i:1;a:1:{i:0;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:521;s:25:\"@media (max-width:921px){\";i:522;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:523;s:1:\"}\";i:524;s:25:\"@media (max-width:544px){\";i:525;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:526;s:1:\"}\";i:527;a:2:{i:0;a:1:{s:96:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:15:\"ast-button-wrap\";i:1;s:31:\"ast-mobile-menu-trigger-minimal\";}}}i:1;a:3:{i:0;s:31:\"color:var(--ast-global-color-0)\";i:1;s:11:\"border:none\";i:2;s:22:\"background:transparent\";}}i:528;a:2:{i:0;a:1:{s:104:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:23:\"mobile-menu-toggle-icon\";i:2;s:14:\"ast-mobile-svg\";}}}i:1;a:3:{i:0;s:10:\"width:20px\";i:1;s:11:\"height:20px\";i:2;s:30:\"fill:var(--ast-global-color-0)\";}}i:529;a:2:{i:0;a:1:{s:94:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:16:\"mobile-menu-wrap\";i:2;s:11:\"mobile-menu\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:530;a:2:{i:0;a:1:{s:65:\".ast-builder-menu-mobile .main-navigation .menu-item > .menu-link\";a:1:{i:1;a:4:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:9:\"menu-link\";}}}i:1;a:2:{i:0;s:19:\"font-family:inherit\";i:1;s:19:\"font-weight:inherit\";}}i:531;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:532;a:2:{i:0;a:1:{s:84:\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\";a:1:{i:1;a:4:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"content:unset\";}}i:533;a:2:{i:0;a:3:{s:58:\".ast-hfb-header .ast-builder-menu-mobile .main-header-menu\";a:1:{i:1;a:3:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:16:\"main-header-menu\";}}s:79:\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link\";a:1:{i:1;a:5:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-link\";}}s:89:\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link\";a:1:{i:1;a:6:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";i:5;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"border-style:none\";}}i:534;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:535;s:25:\"@media (max-width:921px){\";i:536;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:537;a:2:{i:0;a:1:{s:84:\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\";a:1:{i:1;a:4:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"content:unset\";}}i:538;s:1:\"}\";i:539;s:25:\"@media (max-width:544px){\";i:540;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:541;s:1:\"}\";i:542;a:2:{i:0;a:1:{s:41:\".ast-builder-menu-mobile .main-navigation\";a:1:{i:1;a:2:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:543;s:25:\"@media (max-width:921px){\";i:544;a:2:{i:0;a:1:{s:65:\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:545;s:1:\"}\";i:546;s:25:\"@media (max-width:544px){\";i:547;a:2:{i:0;a:1:{s:65:\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:548;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"92c7d0347995b7272ae642a54ebee4e8\";s:10:\"parse_time\";d:0.08472394943237305;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(161819,'_transient_timeout_amp-parsed-stylesheet-v40-2b01735338a58ec20cafc80446ff6585','1762396349','off'),
(161820,'_transient_amp-parsed-stylesheet-v40-2b01735338a58ec20cafc80446ff6585','a:8:{s:6:\"tokens\";a:108:{i:0;a:2:{i:0;a:1:{s:5:\":root\";a:0:{}}i:1;a:56:{i:0;s:36:\"--wp--preset--aspect-ratio--square:1\";i:1;s:35:\"--wp--preset--aspect-ratio--4-3:4/3\";i:2;s:35:\"--wp--preset--aspect-ratio--3-4:3/4\";i:3;s:35:\"--wp--preset--aspect-ratio--3-2:3/2\";i:4;s:35:\"--wp--preset--aspect-ratio--2-3:2/3\";i:5;s:37:\"--wp--preset--aspect-ratio--16-9:16/9\";i:6;s:37:\"--wp--preset--aspect-ratio--9-16:9/16\";i:7;s:31:\"--wp--preset--color--black:#000\";i:8;s:45:\"--wp--preset--color--cyan-bluish-gray:#abb8c3\";i:9;s:31:\"--wp--preset--color--white:#fff\";i:10;s:38:\"--wp--preset--color--pale-pink:#f78da7\";i:11;s:38:\"--wp--preset--color--vivid-red:#cf2e2e\";i:12;s:50:\"--wp--preset--color--luminous-vivid-orange:#ff6900\";i:13;s:49:\"--wp--preset--color--luminous-vivid-amber:#fcb900\";i:14;s:45:\"--wp--preset--color--light-green-cyan:#7bdcb5\";i:15;s:45:\"--wp--preset--color--vivid-green-cyan:#00d084\";i:16;s:43:\"--wp--preset--color--pale-cyan-blue:#8ed1fc\";i:17;s:44:\"--wp--preset--color--vivid-cyan-blue:#0693e3\";i:18;s:41:\"--wp--preset--color--vivid-purple:#9b51e0\";i:19;s:65:\"--wp--preset--color--ast-global-color-0:var(--ast-global-color-0)\";i:20;s:65:\"--wp--preset--color--ast-global-color-1:var(--ast-global-color-1)\";i:21;s:65:\"--wp--preset--color--ast-global-color-2:var(--ast-global-color-2)\";i:22;s:65:\"--wp--preset--color--ast-global-color-3:var(--ast-global-color-3)\";i:23;s:65:\"--wp--preset--color--ast-global-color-4:var(--ast-global-color-4)\";i:24;s:65:\"--wp--preset--color--ast-global-color-5:var(--ast-global-color-5)\";i:25;s:65:\"--wp--preset--color--ast-global-color-6:var(--ast-global-color-6)\";i:26;s:65:\"--wp--preset--color--ast-global-color-7:var(--ast-global-color-7)\";i:27;s:65:\"--wp--preset--color--ast-global-color-8:var(--ast-global-color-8)\";i:28;s:113:\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\";i:29;s:108:\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\";i:30;s:137:\"--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%)\";i:31;s:116:\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\";i:32;s:104:\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\";i:33;s:141:\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\";i:34;s:90:\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\";i:35;s:98:\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\";i:36;s:97:\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\";i:37;s:94:\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\";i:38;s:86:\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\";i:39;s:80:\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\";i:40;s:35:\"--wp--preset--font-size--small:13px\";i:41;s:36:\"--wp--preset--font-size--medium:20px\";i:42;s:35:\"--wp--preset--font-size--large:36px\";i:43;s:37:\"--wp--preset--font-size--x-large:42px\";i:44;s:32:\"--wp--preset--spacing--20:.44rem\";i:45;s:32:\"--wp--preset--spacing--30:.67rem\";i:46;s:30:\"--wp--preset--spacing--40:1rem\";i:47;s:32:\"--wp--preset--spacing--50:1.5rem\";i:48;s:33:\"--wp--preset--spacing--60:2.25rem\";i:49;s:33:\"--wp--preset--spacing--70:3.38rem\";i:50;s:33:\"--wp--preset--spacing--80:5.06rem\";i:51;s:56:\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\";i:52;s:56:\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\";i:53;s:54:\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\";i:54;s:89:\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\";i:55;s:53:\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\";}}i:1;a:2:{i:0;a:1:{s:5:\":root\";a:0:{}}i:1;a:2:{i:0;s:63:\"--wp--style--global--content-size:var(--ast-content-width-size)\";i:1;s:37:\"--wp--style--global--wide-size:1200px\";}}i:2;a:2:{i:0;a:1:{s:12:\":where(body)\";a:0:{}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:3;a:2:{i:0;a:1:{s:28:\".wp-site-blocks > .alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"wp-site-blocks\";i:1;s:9:\"alignleft\";}}}i:1;a:2:{i:0;s:10:\"float:left\";i:1;s:16:\"margin-right:2em\";}}i:4;a:2:{i:0;a:1:{s:29:\".wp-site-blocks > .alignright\";a:1:{i:1;a:2:{i:0;s:14:\"wp-site-blocks\";i:1;s:10:\"alignright\";}}}i:1;a:2:{i:0;s:11:\"float:right\";i:1;s:15:\"margin-left:2em\";}}i:5;a:2:{i:0;a:1:{s:30:\".wp-site-blocks > .aligncenter\";a:1:{i:1;a:2:{i:0;s:14:\"wp-site-blocks\";i:1;s:11:\"aligncenter\";}}}i:1;a:3:{i:0;s:22:\"justify-content:center\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:6;a:2:{i:0;a:1:{s:23:\":where(.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:8:\"gap:.5em\";}}i:7;a:2:{i:0;a:1:{s:23:\":where(.is-layout-grid)\";a:0:{}}i:1;a:1:{i:0;s:8:\"gap:.5em\";}}i:8;a:2:{i:0;a:1:{s:28:\".is-layout-flow > .alignleft\";a:1:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:9:\"alignleft\";}}}i:1;a:3:{i:0;s:10:\"float:left\";i:1;s:21:\"margin-inline-start:0\";i:2;s:21:\"margin-inline-end:2em\";}}i:9;a:2:{i:0;a:1:{s:29:\".is-layout-flow > .alignright\";a:1:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:10:\"alignright\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:23:\"margin-inline-start:2em\";i:2;s:19:\"margin-inline-end:0\";}}i:10;a:2:{i:0;a:1:{s:50:\".is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:11;a:2:{i:0;a:1:{s:35:\".is-layout-constrained > .alignleft\";a:1:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:9:\"alignleft\";}}}i:1;a:3:{i:0;s:10:\"float:left\";i:1;s:21:\"margin-inline-start:0\";i:2;s:21:\"margin-inline-end:2em\";}}i:12;a:2:{i:0;a:1:{s:36:\".is-layout-constrained > .alignright\";a:1:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:10:\"alignright\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:23:\"margin-inline-start:2em\";i:2;s:19:\"margin-inline-end:0\";}}i:13;a:2:{i:0;a:1:{s:57:\".is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:11:\"aligncenter\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:14;a:2:{i:0;a:1:{s:82:\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\";a:1:{i:1;a:1:{i:0;s:21:\"is-layout-constrained\";}}}i:1;a:1:{i:0;s:48:\"max-width:var(--wp--style--global--content-size)\";}}i:15;a:2:{i:0;a:1:{s:102:\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:21:\"is-layout-constrained\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:16;a:2:{i:0;a:1:{s:35:\".is-layout-constrained > .alignwide\";a:1:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:9:\"alignwide\";}}}i:1;a:1:{i:0;s:45:\"max-width:var(--wp--style--global--wide-size)\";}}i:17;a:2:{i:0;a:1:{s:20:\"body .is-layout-flex\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:18;a:2:{i:0;a:1:{s:15:\".is-layout-flex\";a:1:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}}}i:1;a:2:{i:0;s:14:\"flex-wrap:wrap\";i:1;s:18:\"align-items:center\";}}i:19;a:2:{i:0;a:1:{s:29:\".is-layout-flex > :is(*, div)\";a:1:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:20;a:2:{i:0;a:1:{s:20:\"body .is-layout-grid\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-grid\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:21;a:2:{i:0;a:1:{s:29:\".is-layout-grid > :is(*, div)\";a:1:{i:1;a:1:{i:0;s:14:\"is-layout-grid\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:22;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:4:{i:0;s:15:\"padding-top:0px\";i:1;s:17:\"padding-right:0px\";i:2;s:18:\"padding-bottom:0px\";i:3;s:16:\"padding-left:0px\";}}i:23;a:2:{i:0;a:1:{s:33:\"a:where(:not(.wp-element-button))\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:25:\"text-decoration:underline\";}}i:24;a:2:{i:0;a:1:{s:36:\".has-black-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"has-black-color\";}}}i:1;a:1:{i:0;s:37:\"color:var(--wp--preset--color--black)\";}}i:25;a:2:{i:0;a:1:{s:47:\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-cyan-bluish-gray-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:26;a:2:{i:0;a:1:{s:36:\".has-white-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"has-white-color\";}}}i:1;a:1:{i:0;s:37:\"color:var(--wp--preset--color--white)\";}}i:27;a:2:{i:0;a:1:{s:40:\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-pale-pink-color\";}}}i:1;a:1:{i:0;s:41:\"color:var(--wp--preset--color--pale-pink)\";}}i:28;a:2:{i:0;a:1:{s:40:\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-vivid-red-color\";}}}i:1;a:1:{i:0;s:41:\"color:var(--wp--preset--color--vivid-red)\";}}i:29;a:2:{i:0;a:1:{s:52:\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:31:\"has-luminous-vivid-orange-color\";}}}i:1;a:1:{i:0;s:53:\"color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:30;a:2:{i:0;a:1:{s:51:\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-luminous-vivid-amber-color\";}}}i:1;a:1:{i:0;s:52:\"color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:31;a:2:{i:0;a:1:{s:47:\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-light-green-cyan-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--light-green-cyan)\";}}i:32;a:2:{i:0;a:1:{s:47:\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-vivid-green-cyan-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--vivid-green-cyan)\";}}i:33;a:2:{i:0;a:1:{s:45:\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:24:\"has-pale-cyan-blue-color\";}}}i:1;a:1:{i:0;s:46:\"color:var(--wp--preset--color--pale-cyan-blue)\";}}i:34;a:2:{i:0;a:1:{s:46:\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:25:\"has-vivid-cyan-blue-color\";}}}i:1;a:1:{i:0;s:47:\"color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:35;a:2:{i:0;a:1:{s:43:\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-vivid-purple-color\";}}}i:1;a:1:{i:0;s:44:\"color:var(--wp--preset--color--vivid-purple)\";}}i:36;a:2:{i:0;a:1:{s:49:\".has-ast-global-color-0-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-0-color\";}}}i:1;a:1:{i:0;s:50:\"color:var(--wp--preset--color--ast-global-color-0)\";}}i:37;a:2:{i:0;a:1:{s:49:\".has-ast-global-color-1-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-1-color\";}}}i:1;a:1:{i:0;s:50:\"color:var(--wp--preset--color--ast-global-color-1)\";}}i:38;a:2:{i:0;a:1:{s:49:\".has-ast-global-color-2-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-2-color\";}}}i:1;a:1:{i:0;s:50:\"color:var(--wp--preset--color--ast-global-color-2)\";}}i:39;a:2:{i:0;a:1:{s:49:\".has-ast-global-color-3-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-3-color\";}}}i:1;a:1:{i:0;s:50:\"color:var(--wp--preset--color--ast-global-color-3)\";}}i:40;a:2:{i:0;a:1:{s:49:\".has-ast-global-color-4-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-4-color\";}}}i:1;a:1:{i:0;s:50:\"color:var(--wp--preset--color--ast-global-color-4)\";}}i:41;a:2:{i:0;a:1:{s:49:\".has-ast-global-color-5-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-5-color\";}}}i:1;a:1:{i:0;s:50:\"color:var(--wp--preset--color--ast-global-color-5)\";}}i:42;a:2:{i:0;a:1:{s:49:\".has-ast-global-color-6-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-6-color\";}}}i:1;a:1:{i:0;s:50:\"color:var(--wp--preset--color--ast-global-color-6)\";}}i:43;a:2:{i:0;a:1:{s:49:\".has-ast-global-color-7-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-7-color\";}}}i:1;a:1:{i:0;s:50:\"color:var(--wp--preset--color--ast-global-color-7)\";}}i:44;a:2:{i:0;a:1:{s:49:\".has-ast-global-color-8-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-8-color\";}}}i:1;a:1:{i:0;s:50:\"color:var(--wp--preset--color--ast-global-color-8)\";}}i:45;a:2:{i:0;a:1:{s:47:\".has-black-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-black-background-color\";}}}i:1;a:1:{i:0;s:48:\"background-color:var(--wp--preset--color--black)\";}}i:46;a:2:{i:0;a:1:{s:58:\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-cyan-bluish-gray-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:47;a:2:{i:0;a:1:{s:47:\".has-white-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-white-background-color\";}}}i:1;a:1:{i:0;s:48:\"background-color:var(--wp--preset--color--white)\";}}i:48;a:2:{i:0;a:1:{s:51:\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-pale-pink-background-color\";}}}i:1;a:1:{i:0;s:52:\"background-color:var(--wp--preset--color--pale-pink)\";}}i:49;a:2:{i:0;a:1:{s:51:\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-vivid-red-background-color\";}}}i:1;a:1:{i:0;s:52:\"background-color:var(--wp--preset--color--vivid-red)\";}}i:50;a:2:{i:0;a:1:{s:63:\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:42:\"has-luminous-vivid-orange-background-color\";}}}i:1;a:1:{i:0;s:64:\"background-color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:51;a:2:{i:0;a:1:{s:62:\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:41:\"has-luminous-vivid-amber-background-color\";}}}i:1;a:1:{i:0;s:63:\"background-color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:52;a:2:{i:0;a:1:{s:58:\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-light-green-cyan-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--light-green-cyan)\";}}i:53;a:2:{i:0;a:1:{s:58:\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-vivid-green-cyan-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--vivid-green-cyan)\";}}i:54;a:2:{i:0;a:1:{s:56:\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-pale-cyan-blue-background-color\";}}}i:1;a:1:{i:0;s:57:\"background-color:var(--wp--preset--color--pale-cyan-blue)\";}}i:55;a:2:{i:0;a:1:{s:57:\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:36:\"has-vivid-cyan-blue-background-color\";}}}i:1;a:1:{i:0;s:58:\"background-color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:56;a:2:{i:0;a:1:{s:54:\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-vivid-purple-background-color\";}}}i:1;a:1:{i:0;s:55:\"background-color:var(--wp--preset--color--vivid-purple)\";}}i:57;a:2:{i:0;a:1:{s:60:\".has-ast-global-color-0-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-0-background-color\";}}}i:1;a:1:{i:0;s:61:\"background-color:var(--wp--preset--color--ast-global-color-0)\";}}i:58;a:2:{i:0;a:1:{s:60:\".has-ast-global-color-1-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-1-background-color\";}}}i:1;a:1:{i:0;s:61:\"background-color:var(--wp--preset--color--ast-global-color-1)\";}}i:59;a:2:{i:0;a:1:{s:60:\".has-ast-global-color-2-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-2-background-color\";}}}i:1;a:1:{i:0;s:61:\"background-color:var(--wp--preset--color--ast-global-color-2)\";}}i:60;a:2:{i:0;a:1:{s:60:\".has-ast-global-color-3-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-3-background-color\";}}}i:1;a:1:{i:0;s:61:\"background-color:var(--wp--preset--color--ast-global-color-3)\";}}i:61;a:2:{i:0;a:1:{s:60:\".has-ast-global-color-4-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-4-background-color\";}}}i:1;a:1:{i:0;s:61:\"background-color:var(--wp--preset--color--ast-global-color-4)\";}}i:62;a:2:{i:0;a:1:{s:60:\".has-ast-global-color-5-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-5-background-color\";}}}i:1;a:1:{i:0;s:61:\"background-color:var(--wp--preset--color--ast-global-color-5)\";}}i:63;a:2:{i:0;a:1:{s:60:\".has-ast-global-color-6-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-6-background-color\";}}}i:1;a:1:{i:0;s:61:\"background-color:var(--wp--preset--color--ast-global-color-6)\";}}i:64;a:2:{i:0;a:1:{s:60:\".has-ast-global-color-7-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-7-background-color\";}}}i:1;a:1:{i:0;s:61:\"background-color:var(--wp--preset--color--ast-global-color-7)\";}}i:65;a:2:{i:0;a:1:{s:60:\".has-ast-global-color-8-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-8-background-color\";}}}i:1;a:1:{i:0;s:61:\"background-color:var(--wp--preset--color--ast-global-color-8)\";}}i:66;a:2:{i:0;a:1:{s:43:\".has-black-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-black-border-color\";}}}i:1;a:1:{i:0;s:44:\"border-color:var(--wp--preset--color--black)\";}}i:67;a:2:{i:0;a:1:{s:54:\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-cyan-bluish-gray-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:68;a:2:{i:0;a:1:{s:43:\".has-white-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-white-border-color\";}}}i:1;a:1:{i:0;s:44:\"border-color:var(--wp--preset--color--white)\";}}i:69;a:2:{i:0;a:1:{s:47:\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-pale-pink-border-color\";}}}i:1;a:1:{i:0;s:48:\"border-color:var(--wp--preset--color--pale-pink)\";}}i:70;a:2:{i:0;a:1:{s:47:\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-vivid-red-border-color\";}}}i:1;a:1:{i:0;s:48:\"border-color:var(--wp--preset--color--vivid-red)\";}}i:71;a:2:{i:0;a:1:{s:59:\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-luminous-vivid-orange-border-color\";}}}i:1;a:1:{i:0;s:60:\"border-color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:72;a:2:{i:0;a:1:{s:58:\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-luminous-vivid-amber-border-color\";}}}i:1;a:1:{i:0;s:59:\"border-color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:73;a:2:{i:0;a:1:{s:54:\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-light-green-cyan-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--light-green-cyan)\";}}i:74;a:2:{i:0;a:1:{s:54:\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-vivid-green-cyan-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--vivid-green-cyan)\";}}i:75;a:2:{i:0;a:1:{s:52:\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:31:\"has-pale-cyan-blue-border-color\";}}}i:1;a:1:{i:0;s:53:\"border-color:var(--wp--preset--color--pale-cyan-blue)\";}}i:76;a:2:{i:0;a:1:{s:53:\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"has-vivid-cyan-blue-border-color\";}}}i:1;a:1:{i:0;s:54:\"border-color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:77;a:2:{i:0;a:1:{s:50:\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:29:\"has-vivid-purple-border-color\";}}}i:1;a:1:{i:0;s:51:\"border-color:var(--wp--preset--color--vivid-purple)\";}}i:78;a:2:{i:0;a:1:{s:56:\".has-ast-global-color-0-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-ast-global-color-0-border-color\";}}}i:1;a:1:{i:0;s:57:\"border-color:var(--wp--preset--color--ast-global-color-0)\";}}i:79;a:2:{i:0;a:1:{s:56:\".has-ast-global-color-1-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-ast-global-color-1-border-color\";}}}i:1;a:1:{i:0;s:57:\"border-color:var(--wp--preset--color--ast-global-color-1)\";}}i:80;a:2:{i:0;a:1:{s:56:\".has-ast-global-color-2-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-ast-global-color-2-border-color\";}}}i:1;a:1:{i:0;s:57:\"border-color:var(--wp--preset--color--ast-global-color-2)\";}}i:81;a:2:{i:0;a:1:{s:56:\".has-ast-global-color-3-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-ast-global-color-3-border-color\";}}}i:1;a:1:{i:0;s:57:\"border-color:var(--wp--preset--color--ast-global-color-3)\";}}i:82;a:2:{i:0;a:1:{s:56:\".has-ast-global-color-4-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-ast-global-color-4-border-color\";}}}i:1;a:1:{i:0;s:57:\"border-color:var(--wp--preset--color--ast-global-color-4)\";}}i:83;a:2:{i:0;a:1:{s:56:\".has-ast-global-color-5-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-ast-global-color-5-border-color\";}}}i:1;a:1:{i:0;s:57:\"border-color:var(--wp--preset--color--ast-global-color-5)\";}}i:84;a:2:{i:0;a:1:{s:56:\".has-ast-global-color-6-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-ast-global-color-6-border-color\";}}}i:1;a:1:{i:0;s:57:\"border-color:var(--wp--preset--color--ast-global-color-6)\";}}i:85;a:2:{i:0;a:1:{s:56:\".has-ast-global-color-7-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-ast-global-color-7-border-color\";}}}i:1;a:1:{i:0;s:57:\"border-color:var(--wp--preset--color--ast-global-color-7)\";}}i:86;a:2:{i:0;a:1:{s:56:\".has-ast-global-color-8-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-ast-global-color-8-border-color\";}}}i:1;a:1:{i:0;s:57:\"border-color:var(--wp--preset--color--ast-global-color-8)\";}}i:87;a:2:{i:0;a:1:{s:76:\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:55:\"has-vivid-cyan-blue-to-vivid-purple-gradient-background\";}}}i:1;a:1:{i:0;s:71:\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\";}}i:88;a:2:{i:0;a:1:{s:81:\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:60:\"has-light-green-cyan-to-vivid-green-cyan-gradient-background\";}}}i:1;a:1:{i:0;s:76:\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\";}}i:89;a:2:{i:0;a:1:{s:90:\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:69:\"has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background\";}}}i:1;a:1:{i:0;s:85:\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\";}}i:90;a:2:{i:0;a:1:{s:79:\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:58:\"has-luminous-vivid-orange-to-vivid-red-gradient-background\";}}}i:1;a:1:{i:0;s:74:\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\";}}i:91;a:2:{i:0;a:1:{s:80:\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:59:\"has-very-light-gray-to-cyan-bluish-gray-gradient-background\";}}}i:1;a:1:{i:0;s:75:\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\";}}i:92;a:2:{i:0;a:1:{s:66:\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:45:\"has-cool-to-warm-spectrum-gradient-background\";}}}i:1;a:1:{i:0;s:61:\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\";}}i:93;a:2:{i:0;a:1:{s:63:\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:42:\"has-blush-light-purple-gradient-background\";}}}i:1;a:1:{i:0;s:58:\"background:var(--wp--preset--gradient--blush-light-purple)\";}}i:94;a:2:{i:0;a:1:{s:59:\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-blush-bordeaux-gradient-background\";}}}i:1;a:1:{i:0;s:54:\"background:var(--wp--preset--gradient--blush-bordeaux)\";}}i:95;a:2:{i:0;a:1:{s:58:\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-luminous-dusk-gradient-background\";}}}i:1;a:1:{i:0;s:53:\"background:var(--wp--preset--gradient--luminous-dusk)\";}}i:96;a:2:{i:0;a:1:{s:55:\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:34:\"has-pale-ocean-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:var(--wp--preset--gradient--pale-ocean)\";}}i:97;a:2:{i:0;a:1:{s:59:\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-electric-grass-gradient-background\";}}}i:1;a:1:{i:0;s:54:\"background:var(--wp--preset--gradient--electric-grass)\";}}i:98;a:2:{i:0;a:1:{s:53:\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"has-midnight-gradient-background\";}}}i:1;a:1:{i:0;s:48:\"background:var(--wp--preset--gradient--midnight)\";}}i:99;a:2:{i:0;a:1:{s:40:\".has-small-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-small-font-size\";}}}i:1;a:1:{i:0;s:45:\"font-size:var(--wp--preset--font-size--small)\";}}i:100;a:2:{i:0;a:1:{s:41:\".has-medium-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:20:\"has-medium-font-size\";}}}i:1;a:1:{i:0;s:46:\"font-size:var(--wp--preset--font-size--medium)\";}}i:101;a:2:{i:0;a:1:{s:40:\".has-large-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-large-font-size\";}}}i:1;a:1:{i:0;s:45:\"font-size:var(--wp--preset--font-size--large)\";}}i:102;a:2:{i:0;a:1:{s:42:\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:21:\"has-x-large-font-size\";}}}i:1;a:1:{i:0;s:47:\"font-size:var(--wp--preset--font-size--x-large)\";}}i:103;a:2:{i:0;a:1:{s:46:\":where(.wp-block-post-template.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:10:\"gap:1.25em\";}}i:104;a:2:{i:0;a:1:{s:46:\":where(.wp-block-post-template.is-layout-grid)\";a:0:{}}i:1;a:1:{i:0;s:10:\"gap:1.25em\";}}i:105;a:2:{i:0;a:1:{s:40:\":where(.wp-block-columns.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:7:\"gap:2em\";}}i:106;a:2:{i:0;a:1:{s:40:\":where(.wp-block-columns.is-layout-grid)\";a:0:{}}i:1;a:1:{i:0;s:7:\"gap:2em\";}}i:107;a:2:{i:0;a:1:{s:33:\":root :where(.wp-block-pullquote)\";a:0:{}}i:1;a:2:{i:0;s:15:\"font-size:1.5em\";i:1;s:15:\"line-height:1.6\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"31c790db6ae2bf95e874b636534a6fa7\";s:10:\"parse_time\";d:0.04219388961791992;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(162064,'_transient_timeout_amp-parsed-stylesheet-v40-4ff0cb7ef656af0c44303d10108fc305','1762434227','off');
INSERT INTO `wp_options` VALUES
(162065,'_transient_amp-parsed-stylesheet-v40-4ff0cb7ef656af0c44303d10108fc305','a:8:{s:6:\"tokens\";a:624:{i:0;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:16:\"font-size:93.75%\";}}i:1;a:2:{i:0;a:2:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:2;a:2:{i:0;a:2:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:7:\"a:focus\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:3;a:2:{i:0;a:7:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:6:\"select\";a:1:{i:0;a:1:{i:0;s:6:\"select\";}}s:8:\"textarea\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:18:\".ast-custom-button\";a:1:{i:1;a:1:{i:0;s:17:\"ast-custom-button\";}}}i:1;a:4:{i:0;s:115:\"font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif\";i:1;s:19:\"font-weight:inherit\";i:2;s:14:\"font-size:15px\";i:3;s:14:\"font-size:1rem\";}}i:4;a:2:{i:0;a:1:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:5;a:2:{i:0;a:1:{s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:3:{i:0;s:14:\"font-size:35px\";i:1;s:28:\"font-size:2.3333333333333rem\";i:2;s:13:\"display:block\";}}i:6;a:2:{i:0;a:1:{s:43:\".ast-archive-description .ast-archive-title\";a:1:{i:1;a:2:{i:0;s:23:\"ast-archive-description\";i:1;s:17:\"ast-archive-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:40px\";i:1;s:28:\"font-size:2.6666666666667rem\";}}i:7;a:2:{i:0;a:1:{s:30:\".site-header .site-description\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:16:\"site-description\";}}}i:1;a:3:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";i:2;s:12:\"display:none\";}}i:8;a:2:{i:0;a:1:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:30px\";i:1;s:14:\"font-size:2rem\";}}i:9;a:2:{i:0;a:2:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:2:{i:0;s:14:\"font-size:40px\";i:1;s:28:\"font-size:2.6666666666667rem\";}}i:10;a:2:{i:0;a:2:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:2:{i:0;s:14:\"font-size:30px\";i:1;s:14:\"font-size:2rem\";}}i:11;a:2:{i:0;a:2:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:2:{i:0;s:14:\"font-size:25px\";i:1;s:28:\"font-size:1.6666666666667rem\";}}i:12;a:2:{i:0;a:2:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\".entry-content h4\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:2:{i:0;s:14:\"font-size:20px\";i:1;s:28:\"font-size:1.3333333333333rem\";}}i:13;a:2:{i:0;a:2:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\".entry-content h5\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:2:{i:0;s:14:\"font-size:18px\";i:1;s:16:\"font-size:1.2rem\";}}i:14;a:2:{i:0;a:2:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:17:\".entry-content h6\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:2:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";}}i:15;a:2:{i:0;a:2:{s:29:\".ast-single-post .entry-title\";a:1:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:30px\";i:1;s:14:\"font-size:2rem\";}}i:16;a:2:{i:0;a:1:{s:11:\"::selection\";a:0:{}}i:1;a:2:{i:0;s:42:\"background-color:var(--ast-global-color-0)\";i:1;s:10:\"color:#fff\";}}i:17;a:2:{i:0;a:14:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:14:\".entry-title a\";a:2:{i:1;a:1:{i:0;s:11:\"entry-title\";}i:0;a:1:{i:0;s:1:\"a\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\".entry-content h4\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\".entry-content h5\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:17:\".entry-content h6\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:18;a:2:{i:0;a:3:{s:17:\".tagcloud a:hover\";a:2:{i:1;a:1:{i:0;s:8:\"tagcloud\";}i:0;a:1:{i:0;s:1:\"a\";}}s:17:\".tagcloud a:focus\";a:2:{i:1;a:1:{i:0;s:8:\"tagcloud\";}i:0;a:1:{i:0;s:1:\"a\";}}s:24:\".tagcloud a.current-item\";a:2:{i:1;a:2:{i:0;s:8:\"tagcloud\";i:1;s:12:\"current-item\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";i:2;s:42:\"background-color:var(--ast-global-color-0)\";}}i:19;a:2:{i:0;a:8:{s:11:\"input:focus\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:24:\"input[type=\"text\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:25:\"input[type=\"email\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:23:\"input[type=\"url\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:28:\"input[type=\"password\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:25:\"input[type=\"reset\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"search\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:14:\"textarea:focus\";a:1:{i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:1:{i:0;s:38:\"border-color:var(--ast-global-color-0)\";}}i:20;a:2:{i:0;a:6:{s:27:\"input[type=\"radio\"]:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:17:\"input[type=reset]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:30:\"input[type=\"checkbox\"]:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:36:\"input[type=\"checkbox\"]:hover:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:36:\"input[type=\"checkbox\"]:focus:checked\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:39:\"input[type=range]::-webkit-slider-thumb\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:3:{i:0;s:38:\"border-color:var(--ast-global-color-0)\";i:1;s:42:\"background-color:var(--ast-global-color-0)\";i:2;s:15:\"box-shadow:none\";}}i:21;a:2:{i:0;a:2:{s:34:\".site-footer a:hover + .post-count\";a:2:{i:1;a:2:{i:0;s:11:\"site-footer\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}s:34:\".site-footer a:focus + .post-count\";a:2:{i:1;a:2:{i:0;s:11:\"site-footer\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:36:\"background:var(--ast-global-color-0)\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";}}i:22;a:2:{i:0;a:2:{s:32:\".single .nav-links .nav-previous\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:9:\"nav-links\";i:2;s:12:\"nav-previous\";}}s:28:\".single .nav-links .nav-next\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:9:\"nav-links\";i:2;s:8:\"nav-next\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:23;a:2:{i:0;a:2:{s:11:\".entry-meta\";a:1:{i:1;a:1:{i:0;s:10:\"entry-meta\";}}s:13:\".entry-meta *\";a:1:{i:1;a:1:{i:0;s:10:\"entry-meta\";}}}i:1;a:2:{i:0;s:16:\"line-height:1.45\";i:1;s:31:\"color:var(--ast-global-color-0)\";}}i:24;a:2:{i:0;a:7:{s:19:\".entry-meta a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:21:\".entry-meta a:hover *\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:19:\".entry-meta a:focus\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:21:\".entry-meta a:focus *\";a:2:{i:1;a:1:{i:0;s:10:\"entry-meta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:24:\".page-links > .page-link\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}s:28:\".page-links .page-link:hover\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}s:24:\".post-navigation a:hover\";a:2:{i:1;a:1:{i:0;s:15:\"post-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:25;a:2:{i:0;a:3:{s:11:\"#cat option\";a:2:{i:2;a:1:{i:0;s:3:\"cat\";}i:0;a:1:{i:0;s:6:\"option\";}}s:33:\".secondary .calendar_wrap thead a\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:13:\"calendar_wrap\";}i:0;a:2:{i:0;s:5:\"thead\";i:1;s:1:\"a\";}}s:41:\".secondary .calendar_wrap thead a:visited\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:13:\"calendar_wrap\";}i:0;a:2:{i:0;s:5:\"thead\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:26;a:2:{i:0;a:2:{s:32:\".secondary .calendar_wrap #today\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:13:\"calendar_wrap\";}i:2;a:1:{i:0;s:5:\"today\";}}s:22:\".ast-progress-val span\";a:2:{i:1;a:1:{i:0;s:16:\"ast-progress-val\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:36:\"background:var(--ast-global-color-0)\";}}i:27;a:2:{i:0;a:2:{s:32:\".secondary a:hover + .post-count\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}s:32:\".secondary a:focus + .post-count\";a:2:{i:1;a:2:{i:0;s:9:\"secondary\";i:1;s:10:\"post-count\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:36:\"background:var(--ast-global-color-0)\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";}}i:28;a:2:{i:0;a:1:{s:25:\".calendar_wrap #today > a\";a:3:{i:1;a:1:{i:0;s:13:\"calendar_wrap\";}i:2;a:1:{i:0;s:5:\"today\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:29;a:2:{i:0;a:2:{s:22:\".page-links .page-link\";a:1:{i:1;a:2:{i:0;s:10:\"page-links\";i:1;s:9:\"page-link\";}}s:26:\".single .post-navigation a\";a:2:{i:1;a:2:{i:0;s:6:\"single\";i:1;s:15:\"post-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:30;a:2:{i:0;a:1:{s:18:\".ast-archive-title\";a:1:{i:1;a:1:{i:0;s:17:\"ast-archive-title\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:31;a:2:{i:0;a:1:{s:13:\".widget-title\";a:1:{i:1;a:1:{i:0;s:12:\"widget-title\";}}}i:1;a:3:{i:0;s:14:\"font-size:21px\";i:1;s:16:\"font-size:1.4rem\";i:2;s:31:\"color:var(--ast-global-color-2)\";}}i:32;a:2:{i:0;a:5:{s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}s:17:\"#secondary button\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:6:\"button\";}}s:16:\"#secondary input\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:5:\"input\";}}s:17:\"#secondary select\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:6:\"select\";}}s:19:\"#secondary textarea\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:8:\"textarea\";}}}i:1;a:2:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";}}i:33;a:2:{i:0;a:2:{s:33:\".ast-single-post .entry-content a\";a:2:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";}i:0;a:1:{i:0;s:1:\"a\";}}s:58:\".ast-comment-content a:not(.ast-comment-edit-reply-wrap a)\";a:2:{i:1;a:1:{i:0;s:19:\"ast-comment-content\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:25:\"text-decoration:underline\";}}i:34;a:2:{i:0;a:11:{s:56:\".ast-single-post .wp-block-button .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:15:\"wp-block-button\";i:2;s:21:\"wp-block-button__link\";}}s:60:\".ast-single-post .elementor-button-wrapper .elementor-button\";a:1:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:24:\"elementor-button-wrapper\";i:2;s:16:\"elementor-button\";}}s:43:\".ast-single-post .entry-content .uagb-tab a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:8:\"uagb-tab\";}i:0;a:1:{i:0;s:1:\"a\";}}s:47:\".ast-single-post .entry-content .uagb-ifb-cta a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:12:\"uagb-ifb-cta\";}i:0;a:1:{i:0;s:1:\"a\";}}s:56:\".ast-single-post .entry-content .wp-block-uagb-buttons a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:21:\"wp-block-uagb-buttons\";}i:0;a:1:{i:0;s:1:\"a\";}}s:54:\".ast-single-post .entry-content .uabb-module-content a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:19:\"uabb-module-content\";}i:0;a:1:{i:0;s:1:\"a\";}}s:49:\".ast-single-post .entry-content .uagb-post-grid a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:14:\"uagb-post-grid\";}i:0;a:1:{i:0;s:1:\"a\";}}s:48:\".ast-single-post .entry-content .uagb-timeline a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:13:\"uagb-timeline\";}i:0;a:1:{i:0;s:1:\"a\";}}s:49:\".ast-single-post .entry-content .uagb-toc__wrap a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:14:\"uagb-toc__wrap\";}i:0;a:1:{i:0;s:1:\"a\";}}s:52:\".ast-single-post .entry-content .uagb-taxomony-box a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:17:\"uagb-taxomony-box\";}i:0;a:1:{i:0;s:1:\"a\";}}s:46:\".ast-single-post .entry-content .woocommerce a\";a:2:{i:1;a:3:{i:0;s:15:\"ast-single-post\";i:1;s:13:\"entry-content\";i:2;s:11:\"woocommerce\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:35;a:2:{i:0;a:1:{s:37:\".ast-logo-title-inline .site-logo-img\";a:1:{i:1;a:2:{i:0;s:21:\"ast-logo-title-inline\";i:1;s:13:\"site-logo-img\";}}}i:1;a:1:{i:0;s:17:\"padding-right:1em\";}}i:36;a:2:{i:0;a:1:{s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:18:\"margin:4em 0 2.5em\";i:1;s:21:\"word-break:break-word\";i:2;s:13:\"line-height:2\";}}i:37;a:2:{i:0;a:1:{s:13:\"#secondary li\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:.25em\";}}i:38;a:2:{i:0;a:1:{s:24:\"#secondary li:last-child\";a:2:{i:2;a:1:{i:0;s:9:\"secondary\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:39;s:26:\"@media (max-width: 768px){\";i:40;a:2:{i:0;a:1:{s:58:\".js_active .ast-plain-container.ast-single-post #secondary\";a:2:{i:1;a:3:{i:0;s:9:\"js_active\";i:1;s:19:\"ast-plain-container\";i:2;s:15:\"ast-single-post\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:16:\"margin-top:1.5em\";}}i:41;s:1:\"}\";i:42;a:2:{i:0;a:1:{s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:21:\"background-color:#fff\";i:1;s:11:\"padding:2em\";i:2;s:17:\"margin-bottom:2em\";}}i:43;s:26:\"@media (min-width: 993px){\";i:44;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:18:\"padding-right:60px\";}}i:45;a:2:{i:0;a:1:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:17:\"padding-left:60px\";}}i:46;s:1:\"}\";i:47;s:26:\"@media (max-width: 993px){\";i:48;a:2:{i:0;a:1:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:17:\"padding-left:30px\";}}i:49;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:18:\"padding-right:30px\";}}i:50;s:1:\"}\";i:51;s:25:\"@media (max-width:921px){\";i:52;a:2:{i:0;a:1:{s:19:\"#ast-desktop-header\";a:1:{i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:53;s:1:\"}\";i:54;s:25:\"@media (min-width:921px){\";i:55;a:2:{i:0;a:1:{s:18:\"#ast-mobile-header\";a:1:{i:2;a:1:{i:0;s:17:\"ast-mobile-header\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:56;s:1:\"}\";i:57;a:2:{i:0;a:1:{s:29:\".wp-block-buttons.aligncenter\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-buttons\";i:1;s:11:\"aligncenter\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:58;s:26:\"@media (min-width:1200px){\";i:59;a:2:{i:0;a:1:{s:31:\".wp-block-group .has-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"has-background\";}}}i:1;a:1:{i:0;s:12:\"padding:20px\";}}i:60;s:1:\"}\";i:61;s:26:\"@media (min-width:1200px){\";i:62;a:2:{i:0;a:4:{s:64:\".wp-block-cover-image.alignwide .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignwide\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:58:\".wp-block-cover.alignwide .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignwide\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:64:\".wp-block-cover-image.alignfull .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:20:\"wp-block-cover-image\";i:1;s:9:\"alignfull\";i:2;s:31:\"wp-block-cover__inner-container\";}}s:58:\".wp-block-cover.alignfull .wp-block-cover__inner-container\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-cover\";i:1;s:9:\"alignfull\";i:2;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:63;s:1:\"}\";i:64;a:2:{i:0;a:1:{s:44:\".ast-plain-container.ast-no-sidebar #primary\";a:2:{i:1;a:2:{i:0;s:19:\"ast-plain-container\";i:1;s:14:\"ast-no-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:2:{i:0;s:12:\"margin-top:0\";i:1;s:15:\"margin-bottom:0\";}}i:65;s:25:\"@media (max-width:921px){\";i:66;a:2:{i:0;a:2:{s:38:\".ast-theme-transparent-header #primary\";a:2:{i:1;a:1:{i:0;s:28:\"ast-theme-transparent-header\";}i:2;a:1:{i:0;s:7:\"primary\";}}s:40:\".ast-theme-transparent-header #secondary\";a:2:{i:1;a:1:{i:0;s:28:\"ast-theme-transparent-header\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:67;s:1:\"}\";i:68;a:2:{i:0;a:1:{s:17:\".wp-block-columns\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:unset\";}}i:69;a:2:{i:0;a:1:{s:25:\".wp-block-image.size-full\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-image\";i:1;s:9:\"size-full\";}}}i:1;a:1:{i:0;s:13:\"margin:2rem 0\";}}i:70;a:2:{i:0;a:1:{s:34:\".wp-block-separator.has-background\";a:1:{i:1;a:2:{i:0;s:18:\"wp-block-separator\";i:1;s:14:\"has-background\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:71;a:2:{i:0;a:1:{s:17:\".wp-block-gallery\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.6em\";}}i:72;a:2:{i:0;a:1:{s:15:\".wp-block-group\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-group\";}}}i:1;a:2:{i:0;s:15:\"padding-top:4em\";i:1;s:18:\"padding-bottom:4em\";}}i:73;a:2:{i:0;a:3:{s:61:\".wp-block-group__inner-container .wp-block-columns:last-child\";a:1:{i:1;a:2:{i:0;s:31:\"wp-block-group__inner-container\";i:1;s:16:\"wp-block-columns\";}}s:44:\".wp-block-group__inner-container :last-child\";a:1:{i:1;a:1:{i:0;s:31:\"wp-block-group__inner-container\";}}s:21:\".wp-block-table table\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-table\";}i:0;a:1:{i:0;s:5:\"table\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:74;a:2:{i:0;a:1:{s:20:\".blocks-gallery-grid\";a:1:{i:1;a:1:{i:0;s:19:\"blocks-gallery-grid\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:75;a:2:{i:0;a:1:{s:34:\".wp-block-navigation-link__content\";a:1:{i:1;a:1:{i:0;s:33:\"wp-block-navigation-link__content\";}}}i:1;a:1:{i:0;s:13:\"padding:5px 0\";}}i:76;a:2:{i:0;a:2:{s:54:\".wp-block-group .wp-block-group .has-text-align-center\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"wp-block-group\";i:2;s:21:\"has-text-align-center\";}}s:55:\".wp-block-group .wp-block-column .has-text-align-center\";a:1:{i:1;a:3:{i:0;s:14:\"wp-block-group\";i:1;s:15:\"wp-block-column\";i:2;s:21:\"has-text-align-center\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:77;a:2:{i:0;a:1:{s:22:\".has-text-align-center\";a:1:{i:1;a:1:{i:0;s:21:\"has-text-align-center\";}}}i:1;a:1:{i:0;s:13:\"margin:0 auto\";}}i:78;s:26:\"@media (max-width:1200px){\";i:79;a:2:{i:0;a:1:{s:15:\".wp-block-group\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-group\";}}}i:1;a:1:{i:0;s:11:\"padding:3em\";}}i:80;a:2:{i:0;a:1:{s:31:\".wp-block-group .wp-block-group\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"wp-block-group\";}}}i:1;a:1:{i:0;s:13:\"padding:1.5em\";}}i:81;a:2:{i:0;a:2:{s:17:\".wp-block-columns\";a:1:{i:1;a:1:{i:0;s:16:\"wp-block-columns\";}}s:16:\".wp-block-column\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-column\";}}}i:1;a:1:{i:0;s:13:\"margin:1rem 0\";}}i:82;s:1:\"}\";i:83;s:25:\"@media (min-width:921px){\";i:84;a:2:{i:0;a:1:{s:33:\".wp-block-columns .wp-block-group\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-columns\";i:1;s:14:\"wp-block-group\";}}}i:1;a:1:{i:0;s:11:\"padding:2em\";}}i:85;s:1:\"}\";i:86;s:25:\"@media (max-width:544px){\";i:87;a:2:{i:0;a:2:{s:54:\".wp-block-cover-image .wp-block-cover__inner-container\";a:1:{i:1;a:2:{i:0;s:20:\"wp-block-cover-image\";i:1;s:31:\"wp-block-cover__inner-container\";}}s:48:\".wp-block-cover .wp-block-cover__inner-container\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-cover\";i:1;s:31:\"wp-block-cover__inner-container\";}}}i:1;a:1:{i:0;s:11:\"width:unset\";}}i:88;a:2:{i:0;a:2:{s:15:\".wp-block-cover\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-cover\";}}s:21:\".wp-block-cover-image\";a:1:{i:1;a:1:{i:0;s:20:\"wp-block-cover-image\";}}}i:1;a:1:{i:0;s:13:\"padding:2em 0\";}}i:89;a:2:{i:0;a:2:{s:15:\".wp-block-group\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-group\";}}s:15:\".wp-block-cover\";a:1:{i:1;a:1:{i:0;s:14:\"wp-block-cover\";}}}i:1;a:1:{i:0;s:11:\"padding:2em\";}}i:90;a:2:{i:0;a:4:{s:35:\".wp-block-media-text__media amp-img\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:36:\".wp-block-media-text__media amp-anim\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:37:\".wp-block-media-text__media amp-video\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:39:\".wp-block-media-text__media amp-youtube\";a:2:{i:1;a:1:{i:0;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:11:\"width:unset\";i:1;s:14:\"max-width:100%\";}}i:91;a:2:{i:0;a:1:{s:65:\".wp-block-media-text.has-background .wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:19:\"wp-block-media-text\";i:1;s:14:\"has-background\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:11:\"padding:1em\";}}i:92;s:1:\"}\";i:93;s:25:\"@media (max-width:921px){\";i:94;a:2:{i:0;a:1:{s:44:\".ast-plain-container.ast-no-sidebar #primary\";a:2:{i:1;a:2:{i:0;s:19:\"ast-plain-container\";i:1;s:14:\"ast-no-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:95;s:1:\"}\";i:96;s:25:\"@media (min-width:544px){\";i:97;a:2:{i:0;a:1:{s:88:\".entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:22:\"has-media-on-the-right\";i:3;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:16:\"padding:0 8% 0 0\";}}i:98;a:2:{i:0;a:1:{s:65:\".entry-content .wp-block-media-text .wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:16:\"padding:0 0 0 8%\";}}i:99;a:2:{i:0;a:6:{s:106:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:23:\"is-position-bottom-left\";}}s:107:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:24:\"is-position-bottom-right\";}}s:103:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:20:\"is-position-top-left\";}}s:104:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:21:\"is-position-top-right\";}}s:107:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:24:\"is-position-center-right\";}}s:106:\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *\";a:1:{i:1;a:5:{i:0;s:19:\"ast-plain-container\";i:1;s:12:\"site-content\";i:2;s:13:\"entry-content\";i:3;s:27:\"has-custom-content-position\";i:4;s:23:\"is-position-center-left\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:100;s:1:\"}\";i:101;s:25:\"@media (max-width:544px){\";i:102;a:2:{i:0;a:1:{s:65:\".entry-content .wp-block-media-text .wp-block-media-text__content\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:12:\"padding:8% 0\";}}i:103;a:2:{i:0;a:2:{s:56:\".wp-block-media-text .wp-block-media-text__media amp-img\";a:2:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:57:\".wp-block-media-text .wp-block-media-text__media amp-anim\";a:2:{i:1;a:2:{i:0;s:19:\"wp-block-media-text\";i:1;s:26:\"wp-block-media-text__media\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:14:\"max-width:100%\";}}i:104;s:1:\"}\";i:105;a:2:{i:0;a:1:{s:56:\".wp-block-button.is-style-outline .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:38:\"border-color:var(--ast-global-color-0)\";}}i:106;a:2:{i:0;a:2:{s:79:\".wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}s:76:\".wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";i:2;s:16:\"is-style-outline\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:107;a:2:{i:0;a:2:{s:62:\".wp-block-button.is-style-outline .wp-block-button__link:hover\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}s:62:\".wp-block-button.is-style-outline .wp-block-button__link:focus\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:2:{i:0;s:42:\"background-color:var(--ast-global-color-1)\";i:1;s:38:\"border-color:var(--ast-global-color-1)\";}}i:108;a:2:{i:0;a:2:{s:82:\".wp-block-button.is-style-outline .wp-block-button__link:hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}s:82:\".wp-block-button.is-style-outline .wp-block-button__link:focus:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-button\";i:1;s:16:\"is-style-outline\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:109;a:2:{i:0;a:2:{s:37:\".post-page-numbers.current .page-link\";a:1:{i:1;a:3:{i:0;s:17:\"post-page-numbers\";i:1;s:7:\"current\";i:2;s:9:\"page-link\";}}s:37:\".ast-pagination .page-numbers.current\";a:1:{i:1;a:3:{i:0;s:14:\"ast-pagination\";i:1;s:12:\"page-numbers\";i:2;s:7:\"current\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";i:2;s:42:\"background-color:var(--ast-global-color-0)\";i:3;s:17:\"border-radius:2px\";}}i:110;s:25:\"@media (min-width:544px){\";i:111;a:2:{i:0;a:1:{s:27:\".entry-content > .alignleft\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignleft\";}}}i:1;a:1:{i:0;s:17:\"margin-right:20px\";}}i:112;a:2:{i:0;a:1:{s:28:\".entry-content > .alignright\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:10:\"alignright\";}}}i:1;a:1:{i:0;s:16:\"margin-left:20px\";}}i:113;s:1:\"}\";i:114;a:2:{i:0;a:1:{s:15:\"h1.widget-title\";a:2:{i:1;a:1:{i:0;s:12:\"widget-title\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:115;a:2:{i:0;a:1:{s:15:\"h2.widget-title\";a:2:{i:1;a:1:{i:0;s:12:\"widget-title\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:116;a:2:{i:0;a:1:{s:15:\"h3.widget-title\";a:2:{i:1;a:1:{i:0;s:12:\"widget-title\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:19:\"font-weight:inherit\";}}i:117;s:25:\"@media (max-width:921px){\";i:118;a:2:{i:0;a:2:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}s:43:\".ast-separate-container .ast-article-single\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}}i:1;a:1:{i:0;s:20:\"padding:1.5em 2.14em\";}}i:119;a:2:{i:0;a:2:{s:32:\".ast-separate-container #primary\";a:2:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:7:\"primary\";}}s:34:\".ast-separate-container #secondary\";a:2:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:15:\"padding:1.5em 0\";}}i:120;a:2:{i:0;a:2:{s:8:\"#primary\";a:1:{i:2;a:1:{i:0;s:7:\"primary\";}}s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:15:\"padding:1.5em 0\";i:1;s:8:\"margin:0\";}}i:121;a:2:{i:0;a:1:{s:43:\".ast-left-sidebar #content > .ast-container\";a:2:{i:1;a:2:{i:0;s:16:\"ast-left-sidebar\";i:1;s:13:\"ast-container\";}i:2;a:1:{i:0;s:7:\"content\";}}}i:1;a:3:{i:0;s:12:\"display:flex\";i:1;s:29:\"flex-direction:column-reverse\";i:2;s:10:\"width:100%\";}}i:122;a:2:{i:0;a:2:{s:30:\".ast-author-box amp-img.avatar\";a:2:{i:1;a:2:{i:0;s:14:\"ast-author-box\";i:1;s:6:\"avatar\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:31:\".ast-author-box amp-anim.avatar\";a:2:{i:1;a:2:{i:0;s:14:\"ast-author-box\";i:1;s:6:\"avatar\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:17:\"margin:20px 0 0 0\";}}i:123;s:1:\"}\";i:124;s:25:\"@media (max-width:921px){\";i:125;a:2:{i:0;a:1:{s:20:\"#secondary.secondary\";a:2:{i:1;a:1:{i:0;s:9:\"secondary\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:126;a:2:{i:0;a:1:{s:52:\".ast-separate-container.ast-right-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:16:\"padding-left:1em\";i:1;s:17:\"padding-right:1em\";}}i:127;a:2:{i:0;a:1:{s:52:\".ast-separate-container.ast-two-container #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:14:\"padding-left:0\";i:1;s:15:\"padding-right:0\";}}i:128;a:2:{i:0;a:2:{s:51:\".ast-page-builder-template .entry-header #secondary\";a:2:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:12:\"entry-header\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:37:\".ast-page-builder-template #secondary\";a:2:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:16:\"margin-top:1.5em\";}}i:129;s:1:\"}\";i:130;s:25:\"@media (max-width:921px){\";i:131;a:2:{i:0;a:1:{s:27:\".ast-right-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:132;a:2:{i:0;a:2:{s:54:\".ast-page-builder-template.ast-left-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:55:\".ast-page-builder-template.ast-right-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:18:\"padding-right:20px\";i:1;s:17:\"padding-left:20px\";}}i:133;a:2:{i:0;a:2:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:26:\".ast-left-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:14:\"padding-left:0\";}}i:134;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:15:\"padding-right:0\";}}i:135;s:1:\"}\";i:136;s:25:\"@media (min-width:922px){\";i:137;a:2:{i:0;a:2:{s:50:\".ast-separate-container.ast-right-sidebar #primary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}s:49:\".ast-separate-container.ast-left-sidebar #primary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:8:\"border:0\";}}i:138;a:2:{i:0;a:1:{s:50:\".search-no-results.ast-separate-container #primary\";a:2:{i:1;a:2:{i:0;s:17:\"search-no-results\";i:1;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:4em\";}}i:139;s:1:\"}\";i:140;s:25:\"@media (min-width:922px){\";i:141;a:2:{i:0;a:1:{s:27:\".ast-right-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:27:\"border-right:1px solid #eee\";}}i:142;a:2:{i:0;a:1:{s:26:\".ast-left-sidebar #primary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:26:\"border-left:1px solid #eee\";}}i:143;a:2:{i:0;a:1:{s:29:\".ast-right-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:26:\"border-left:1px solid #eee\";i:1;s:16:\"margin-left:-1px\";}}i:144;a:2:{i:0;a:1:{s:28:\".ast-left-sidebar #secondary\";a:2:{i:1;a:1:{i:0;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:27:\"border-right:1px solid #eee\";i:1;s:17:\"margin-right:-1px\";}}i:145;a:2:{i:0;a:1:{s:70:\".ast-separate-container.ast-two-container.ast-right-sidebar #secondary\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:17:\"padding-left:30px\";i:1;s:15:\"padding-right:0\";}}i:146;a:2:{i:0;a:1:{s:69:\".ast-separate-container.ast-two-container.ast-left-sidebar #secondary\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:2:{i:0;s:18:\"padding-right:30px\";i:1;s:14:\"padding-left:0\";}}i:147;a:2:{i:0;a:2:{s:52:\".ast-separate-container.ast-right-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-right-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:51:\".ast-separate-container.ast-left-sidebar #secondary\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-left-sidebar\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:8:\"border:0\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:148;a:2:{i:0;a:1:{s:71:\".ast-separate-container.ast-two-container #secondary .widget:last-child\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:149;s:1:\"}\";i:150;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:151;a:2:{i:0;a:2:{s:45:\".wp-block-button .wp-block-button__link:hover\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}s:45:\".wp-block-button .wp-block-button__link:focus\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:42:\"background-color:var(--ast-global-color-1)\";i:2;s:38:\"border-color:var(--ast-global-color-1)\";}}i:152;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:8:{i:0;s:18:\"border-style:solid\";i:1;s:38:\"border-color:var(--ast-global-color-0)\";i:2;s:42:\"background-color:var(--ast-global-color-0)\";i:3;s:10:\"color:#fff\";i:4;s:19:\"font-family:inherit\";i:5;s:19:\"font-weight:inherit\";i:6;s:13:\"line-height:1\";i:7;s:17:\"border-radius:2px\";}}i:153;a:2:{i:0;a:1:{s:57:\".wp-block-buttons .wp-block-button .wp-block-button__link\";a:1:{i:1;a:3:{i:0;s:16:\"wp-block-buttons\";i:1;s:15:\"wp-block-button\";i:2;s:21:\"wp-block-button__link\";}}}i:1;a:4:{i:0;s:16:\"padding-top:15px\";i:1;s:18:\"padding-right:30px\";i:2;s:19:\"padding-bottom:15px\";i:3;s:17:\"padding-left:30px\";}}i:154;s:25:\"@media (max-width:921px){\";i:155;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:4:{i:0;s:16:\"padding-top:14px\";i:1;s:18:\"padding-right:28px\";i:2;s:19:\"padding-bottom:14px\";i:3;s:17:\"padding-left:28px\";}}i:156;s:1:\"}\";i:157;s:25:\"@media (max-width:544px){\";i:158;a:2:{i:0;a:1:{s:39:\".wp-block-button .wp-block-button__link\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:21:\"wp-block-button__link\";}}}i:1;a:4:{i:0;s:16:\"padding-top:12px\";i:1;s:18:\"padding-right:24px\";i:2;s:19:\"padding-bottom:12px\";i:3;s:17:\"padding-left:24px\";}}i:159;s:1:\"}\";i:160;a:2:{i:0;a:11:{s:12:\".menu-toggle\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:18:\".ast-custom-button\";a:1:{i:1;a:1:{i:0;s:17:\"ast-custom-button\";}}s:7:\".button\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"input#submit\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"button\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"submit\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:19:\"input[type=\"reset\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:106:\"form[CLASS*=\"wp-block-search__\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button\";a:3:{i:3;a:1:{i:0;s:5:\"CLASS\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:4:\"form\";}}s:42:\"body .wp-block-file .wp-block-file__button\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:16:{i:0;s:18:\"border-style:solid\";i:1;s:18:\"border-top-width:0\";i:2;s:20:\"border-right-width:0\";i:3;s:19:\"border-left-width:0\";i:4;s:21:\"border-bottom-width:0\";i:5;s:10:\"color:#fff\";i:6;s:38:\"border-color:var(--ast-global-color-0)\";i:7;s:42:\"background-color:var(--ast-global-color-0)\";i:8;s:17:\"border-radius:2px\";i:9;s:16:\"padding-top:15px\";i:10;s:18:\"padding-right:30px\";i:11;s:19:\"padding-bottom:15px\";i:12;s:17:\"padding-left:30px\";i:13;s:19:\"font-family:inherit\";i:14;s:19:\"font-weight:inherit\";i:15;s:13:\"line-height:1\";}}i:161;a:2:{i:0;a:18:{s:12:\"button:focus\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:18:\".menu-toggle:hover\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:12:\"button:hover\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:17:\".ast-button:hover\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:38:\".ast-custom-button:hover .button:hover\";a:1:{i:1;a:2:{i:0;s:17:\"ast-custom-button\";i:1;s:6:\"button\";}}s:24:\".ast-custom-button:hover\";a:1:{i:1;a:1:{i:0;s:17:\"ast-custom-button\";}}s:23:\"input[type=reset]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:23:\"input[type=reset]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input#submit:hover\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:18:\"input#submit:focus\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"button\"]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"button\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"submit\"]:hover\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:26:\"input[type=\"submit\"]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:112:\"form[CLASS*=\"wp-block-search__\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover\";a:3:{i:3;a:1:{i:0;s:5:\"CLASS\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:4:\"form\";}}s:112:\"form[CLASS*=\"wp-block-search__\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus\";a:3:{i:3;a:1:{i:0;s:5:\"CLASS\";}i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:23:\"wp-block-search__button\";}i:0;a:1:{i:0;s:4:\"form\";}}s:48:\"body .wp-block-file .wp-block-file__button:hover\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}s:48:\"body .wp-block-file .wp-block-file__button:focus\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:42:\"background-color:var(--ast-global-color-1)\";i:2;s:38:\"border-color:var(--ast-global-color-1)\";}}i:162;s:25:\"@media (min-width:544px){\";i:163;a:2:{i:0;a:1:{s:14:\".ast-container\";a:1:{i:1;a:1:{i:0;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:14:\"max-width:100%\";}}i:164;s:1:\"}\";i:165;s:25:\"@media (max-width:544px){\";i:166;a:2:{i:0;a:4:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}s:43:\".ast-separate-container .ast-article-single\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:39:\".ast-separate-container .comments-title\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:14:\"comments-title\";}}s:48:\".ast-separate-container .ast-archive-description\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:23:\"ast-archive-description\";}}}i:1;a:1:{i:0;s:17:\"padding:1.5em 1em\";}}i:167;a:2:{i:0;a:1:{s:47:\".ast-separate-container #content .ast-container\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"ast-container\";}i:2;a:1:{i:0;s:7:\"content\";}}}i:1;a:2:{i:0;s:18:\"padding-left:.54em\";i:1;s:19:\"padding-right:.54em\";}}i:168;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:17:\"padding:1.5em 1em\";i:1;s:19:\"margin-bottom:1.5em\";}}i:169;a:2:{i:0;a:1:{s:55:\".ast-separate-container .ast-comment-list .bypostauthor\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";}}}i:1;a:1:{i:0;s:12:\"padding:.5em\";}}i:170;a:2:{i:0;a:1:{s:55:\".ast-search-menu-icon.ast-dropdown-active .search-field\";a:1:{i:1;a:3:{i:0;s:20:\"ast-search-menu-icon\";i:1;s:19:\"ast-dropdown-active\";i:2;s:12:\"search-field\";}}}i:1;a:1:{i:0;s:11:\"width:170px\";}}i:171;a:2:{i:0;a:8:{s:12:\".menu-toggle\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:7:\".button\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"input#submit\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"button\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"submit\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:19:\"input[type=\"reset\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:16:\"padding-top:12px\";i:1;s:18:\"padding-right:24px\";i:2;s:19:\"padding-bottom:12px\";i:3;s:17:\"padding-left:24px\";}}i:172;a:2:{i:0;a:1:{s:34:\".ast-separate-container #secondary\";a:2:{i:1;a:1:{i:0;s:22:\"ast-separate-container\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:173;a:2:{i:0;a:1:{s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:3:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:16:\"padding-left:1em\";i:2;s:17:\"padding-right:1em\";}}i:174;s:1:\"}\";i:175;s:25:\"@media (max-width:921px){\";i:176;a:2:{i:0;a:8:{s:12:\".menu-toggle\";a:1:{i:1;a:1:{i:0;s:11:\"menu-toggle\";}}s:6:\"button\";a:1:{i:0;a:1:{i:0;s:6:\"button\";}}s:11:\".ast-button\";a:1:{i:1;a:1:{i:0;s:10:\"ast-button\";}}s:7:\".button\";a:1:{i:1;a:1:{i:0;s:6:\"button\";}}s:12:\"input#submit\";a:2:{i:2;a:1:{i:0;s:6:\"submit\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"button\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:20:\"input[type=\"submit\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}s:19:\"input[type=\"reset\"]\";a:2:{i:3;a:1:{i:0;s:4:\"type\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:16:\"padding-top:14px\";i:1;s:18:\"padding-right:28px\";i:2;s:19:\"padding-bottom:14px\";i:3;s:17:\"padding-left:28px\";}}i:177;a:2:{i:0;a:1:{s:63:\".ast-mobile-header-stack .main-header-bar .ast-search-menu-icon\";a:1:{i:1;a:3:{i:0;s:23:\"ast-mobile-header-stack\";i:1;s:15:\"main-header-bar\";i:2;s:20:\"ast-search-menu-icon\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:178;a:2:{i:0;a:1:{s:113:\".ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:30:\"ast-header-custom-item-outside\";i:2;s:23:\"ast-mobile-header-stack\";i:3;s:15:\"main-header-bar\";i:4;s:15:\"ast-search-icon\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:179;a:2:{i:0;a:2:{s:32:\".ast-comment-avatar-wrap amp-img\";a:2:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:33:\".ast-comment-avatar-wrap amp-anim\";a:2:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:15:\"max-width:2.5em\";}}i:180;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:20:\"padding:1.5em 2.14em\";}}i:181;a:2:{i:0;a:1:{s:40:\".ast-separate-container .comment-respond\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"comment-respond\";}}}i:1;a:1:{i:0;s:18:\"padding:2em 2.14em\";}}i:182;a:2:{i:0;a:1:{s:17:\".ast-comment-meta\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-meta\";}}}i:1;a:1:{i:0;s:27:\"padding:0 1.8888em 1.3333em\";}}i:183;s:1:\"}\";i:184;a:2:{i:0;a:4:{s:32:\".entry-content > .wp-block-group\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-group\";}}s:37:\".entry-content > .wp-block-media-text\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";}}s:32:\".entry-content > .wp-block-cover\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";}}s:34:\".entry-content > .wp-block-columns\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";}}}i:1;a:4:{i:0;s:14:\"max-width:58em\";i:1;s:22:\"width:calc(100% - 4em)\";i:2;s:16:\"margin-left:auto\";i:3;s:17:\"margin-right:auto\";}}i:185;a:2:{i:0;a:1:{s:56:\".entry-content [class*=\"__inner-container\"] > .alignfull\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";}}}i:1;a:3:{i:0;s:14:\"max-width:100%\";i:1;s:13:\"margin-left:0\";i:2;s:14:\"margin-right:0\";}}i:186;a:2:{i:0;a:1:{s:112:\".entry-content [class*=\"__inner-container\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright)\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:13:\"entry-content\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:187;a:2:{i:0;a:1:{s:155:\".entry-content [class*=\"__inner-container\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(amp-iframe)\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:1:{i:0;s:13:\"entry-content\";}}}i:1;a:2:{i:0;s:15:\"max-width:50rem\";i:1;s:10:\"width:100%\";}}i:188;s:25:\"@media (min-width:921px){\";i:189;a:2:{i:0;a:6:{s:57:\".entry-content > .wp-block-group.alignwide.has-background\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-group\";i:2;s:9:\"alignwide\";i:3;s:14:\"has-background\";}}s:57:\".entry-content > .wp-block-group.alignfull.has-background\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-group\";i:2;s:9:\"alignfull\";i:3;s:14:\"has-background\";}}s:42:\".entry-content > .wp-block-cover.alignwide\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";i:2;s:9:\"alignwide\";}}s:42:\".entry-content > .wp-block-cover.alignfull\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";i:2;s:9:\"alignfull\";}}s:59:\".entry-content > .wp-block-columns.has-background.alignwide\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";i:3;s:9:\"alignwide\";}}s:59:\".entry-content > .wp-block-columns.has-background.alignfull\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";i:3;s:9:\"alignfull\";}}}i:1;a:3:{i:0;s:12:\"margin-top:0\";i:1;s:15:\"margin-bottom:0\";i:2;s:15:\"padding:6em 4em\";}}i:190;a:2:{i:0;a:1:{s:49:\".entry-content > .wp-block-columns.has-background\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:191;s:1:\"}\";i:192;s:26:\"@media (min-width:1200px){\";i:193;a:2:{i:0;a:1:{s:27:\".entry-content .alignfull p\";a:2:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:16:\"max-width:1200px\";}}i:194;a:2:{i:0;a:1:{s:25:\".entry-content .alignfull\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:10:\"width:100%\";}}i:195;a:2:{i:0;a:2:{s:52:\".ast-page-builder-template .entry-content .alignwide\";a:1:{i:1;a:3:{i:0;s:25:\"ast-page-builder-template\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}s:56:\".entry-content [class*=\"__inner-container\"] > .alignwide\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignwide\";}}}i:1;a:3:{i:0;s:16:\"max-width:1200px\";i:1;s:13:\"margin-left:0\";i:2;s:14:\"margin-right:0\";}}i:196;a:2:{i:0;a:1:{s:67:\".entry-content .alignfull [class*=\"__inner-container\"] > .alignwide\";a:2:{i:3;a:1:{i:0;s:5:\"class\";}i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:9:\"alignfull\";i:2;s:9:\"alignwide\";}}}i:1;a:1:{i:0;s:15:\"max-width:80rem\";}}i:197;s:1:\"}\";i:198;s:25:\"@media (min-width:545px){\";i:199;a:2:{i:0;a:1:{s:38:\".site-main .entry-content > .alignwide\";a:1:{i:1;a:3:{i:0;s:9:\"site-main\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}}i:1;a:1:{i:0;s:13:\"margin:0 auto\";}}i:200;a:2:{i:0;a:3:{s:30:\".wp-block-group.has-background\";a:1:{i:1;a:2:{i:0;s:14:\"wp-block-group\";i:1;s:14:\"has-background\";}}s:32:\".entry-content > .wp-block-cover\";a:1:{i:1;a:2:{i:0;s:13:\"entry-content\";i:1;s:14:\"wp-block-cover\";}}s:49:\".entry-content > .wp-block-columns.has-background\";a:1:{i:1;a:3:{i:0;s:13:\"entry-content\";i:1;s:16:\"wp-block-columns\";i:2;s:14:\"has-background\";}}}i:1;a:3:{i:0;s:11:\"padding:4em\";i:1;s:12:\"margin-top:0\";i:2;s:15:\"margin-bottom:0\";}}i:201;a:2:{i:0;a:2:{s:75:\".entry-content .wp-block-media-text.alignfull .wp-block-media-text__content\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:9:\"alignfull\";i:3;s:28:\"wp-block-media-text__content\";}}s:80:\".entry-content .wp-block-media-text.has-background .wp-block-media-text__content\";a:1:{i:1;a:4:{i:0;s:13:\"entry-content\";i:1;s:19:\"wp-block-media-text\";i:2;s:14:\"has-background\";i:3;s:28:\"wp-block-media-text__content\";}}}i:1;a:1:{i:0;s:12:\"padding:0 8%\";}}i:202;s:1:\"}\";i:203;s:25:\"@media (max-width:921px){\";i:204;a:2:{i:0;a:1:{s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:205;a:2:{i:0;a:1:{s:43:\".ast-archive-description .ast-archive-title\";a:1:{i:1;a:2:{i:0;s:23:\"ast-archive-description\";i:1;s:17:\"ast-archive-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:40px\";}}i:206;a:2:{i:0;a:1:{s:30:\".site-header .site-description\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:16:\"site-description\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:207;a:2:{i:0;a:1:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:208;a:2:{i:0;a:2:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:209;a:2:{i:0;a:2:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:210;a:2:{i:0;a:2:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:20px\";}}i:211;a:2:{i:0;a:2:{s:29:\".ast-single-post .entry-title\";a:1:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:212;s:1:\"}\";i:213;s:25:\"@media (max-width:544px){\";i:214;a:2:{i:0;a:1:{s:11:\".site-title\";a:1:{i:1;a:1:{i:0;s:10:\"site-title\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:215;a:2:{i:0;a:1:{s:43:\".ast-archive-description .ast-archive-title\";a:1:{i:1;a:2:{i:0;s:23:\"ast-archive-description\";i:1;s:17:\"ast-archive-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:40px\";}}i:216;a:2:{i:0;a:1:{s:30:\".site-header .site-description\";a:1:{i:1;a:2:{i:0;s:11:\"site-header\";i:1;s:16:\"site-description\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:217;a:2:{i:0;a:1:{s:12:\".entry-title\";a:1:{i:1;a:1:{i:0;s:11:\"entry-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:218;a:2:{i:0;a:2:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:219;a:2:{i:0;a:2:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:220;a:2:{i:0;a:2:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:20px\";}}i:221;a:2:{i:0;a:2:{s:29:\".ast-single-post .entry-title\";a:1:{i:1;a:2:{i:0;s:15:\"ast-single-post\";i:1;s:11:\"entry-title\";}}s:11:\".page-title\";a:1:{i:1;a:1:{i:0;s:10:\"page-title\";}}}i:1;a:1:{i:0;s:14:\"font-size:30px\";}}i:222;s:1:\"}\";i:223;s:25:\"@media (max-width:921px){\";i:224;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:15:\"font-size:85.5%\";}}i:225;s:1:\"}\";i:226;s:25:\"@media (max-width:544px){\";i:227;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:1:{i:0;s:15:\"font-size:85.5%\";}}i:228;s:1:\"}\";i:229;s:25:\"@media (min-width:922px){\";i:230;a:2:{i:0;a:1:{s:14:\".ast-container\";a:1:{i:1;a:1:{i:0;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:16:\"max-width:1240px\";}}i:231;s:1:\"}\";i:232;s:25:\"@media (min-width:922px){\";i:233;a:2:{i:0;a:1:{s:28:\".site-content .ast-container\";a:1:{i:1;a:2:{i:0;s:12:\"site-content\";i:1;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:234;s:1:\"}\";i:235;s:25:\"@media (max-width:921px){\";i:236;a:2:{i:0;a:1:{s:28:\".site-content .ast-container\";a:1:{i:1;a:2:{i:0;s:12:\"site-content\";i:1;s:13:\"ast-container\";}}}i:1;a:1:{i:0;s:21:\"flex-direction:column\";}}i:237;s:1:\"}\";i:238;s:25:\"@media (min-width:922px){\";i:239;a:2:{i:0;a:2:{s:80:\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu\";a:1:{i:1;a:5:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:23:\"ast-left-align-sub-menu\";i:4;s:8:\"sub-menu\";}}s:87:\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:focus-within > .sub-menu\";a:1:{i:1;a:5:{i:0;s:16:\"main-header-menu\";i:1;s:8:\"sub-menu\";i:2;s:9:\"menu-item\";i:3;s:23:\"ast-left-align-sub-menu\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:16:\"margin-left:-0px\";}}i:240;s:1:\"}\";i:241;a:2:{i:0;a:1:{s:16:\".wp-block-search\";a:1:{i:1;a:1:{i:0;s:15:\"wp-block-search\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:20px\";}}i:242;a:2:{i:0;a:1:{s:22:\".wp-block-site-tagline\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-site-tagline\";}}}i:1;a:1:{i:0;s:15:\"margin-top:20px\";}}i:243;a:2:{i:0;a:2:{s:44:\"form.wp-block-search .wp-block-search__input\";a:2:{i:1;a:2:{i:0;s:15:\"wp-block-search\";i:1;s:22:\"wp-block-search__input\";}i:0;a:1:{i:0;s:4:\"form\";}}s:80:\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper\";a:1:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:30:\"wp-block-search__button-inside\";i:2;s:31:\"wp-block-search__inside-wrapper\";}}}i:1;a:2:{i:0;s:20:\"border-color:#eaeaea\";i:1;s:18:\"background:#fafafa\";}}i:244;a:2:{i:0;a:2:{s:110:\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus\";a:1:{i:1;a:4:{i:0;s:15:\"wp-block-search\";i:1;s:30:\"wp-block-search__button-inside\";i:2;s:31:\"wp-block-search__inside-wrapper\";i:3;s:22:\"wp-block-search__input\";}}s:30:\".wp-block-loginout input:focus\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:19:\"outline:thin dotted\";}}i:245;a:2:{i:0;a:1:{s:30:\".wp-block-loginout input:focus\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:1:{i:0;s:24:\"border-color:transparent\";}}i:246;a:2:{i:0;a:1:{s:77:\"form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input\";a:2:{i:1;a:3:{i:0;s:15:\"wp-block-search\";i:1;s:31:\"wp-block-search__inside-wrapper\";i:2;s:22:\"wp-block-search__input\";}i:0;a:1:{i:0;s:4:\"form\";}}}i:1;a:1:{i:0;s:12:\"padding:12px\";}}i:247;a:2:{i:0;a:1:{s:49:\"form.wp-block-search .wp-block-search__button svg\";a:2:{i:1;a:2:{i:0;s:15:\"wp-block-search\";i:1;s:23:\"wp-block-search__button\";}i:0;a:2:{i:0;s:4:\"form\";i:1;s:3:\"svg\";}}}i:1;a:3:{i:0;s:17:\"fill:currentColor\";i:1;s:10:\"width:20px\";i:2;s:11:\"height:20px\";}}i:248;a:2:{i:0;a:1:{s:26:\".wp-block-loginout p label\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:2:{i:0;s:1:\"p\";i:1;s:5:\"label\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:249;a:2:{i:0;a:1:{s:66:\".wp-block-loginout p:not(.login-remember):not(.login-submit) input\";a:2:{i:1;a:1:{i:0;s:17:\"wp-block-loginout\";}i:0;a:2:{i:0;s:1:\"p\";i:1;s:5:\"input\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:250;a:2:{i:0;a:1:{s:40:\".wp-block-loginout .login-remember input\";a:2:{i:1;a:2:{i:0;s:17:\"wp-block-loginout\";i:1;s:14:\"login-remember\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:12:\"width:1.1rem\";i:1;s:13:\"height:1.1rem\";i:2;s:18:\"margin:0 5px 4px 0\";i:3;s:21:\"vertical-align:middle\";}}i:251;a:2:{i:0;a:1:{s:42:\"body .wp-block-file .wp-block-file__button\";a:2:{i:1;a:2:{i:0;s:13:\"wp-block-file\";i:1;s:21:\"wp-block-file__button\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:20:\"text-decoration:none\";}}i:252;a:2:{i:0;a:1:{s:10:\"blockquote\";a:1:{i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:1:{i:0;s:21:\"padding:0 1.2em 1.2em\";}}i:253;a:2:{i:0;a:1:{s:14:\".wp-block-file\";a:1:{i:1;a:1:{i:0;s:13:\"wp-block-file\";}}}i:1;a:4:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:14:\"flex-wrap:wrap\";i:3;s:29:\"justify-content:space-between\";}}i:254;a:2:{i:0;a:1:{s:19:\".wp-block-pullquote\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}}}i:1;a:1:{i:0;s:11:\"border:none\";}}i:255;a:2:{i:0;a:1:{s:38:\".wp-block-pullquote blockquote::before\";a:2:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}i:0;a:1:{i:0;s:10:\"blockquote\";}}}i:1;a:10:{i:0;s:13:\"content:\"”\"\";i:1;s:34:\"font-family:\"Helvetica\",sans-serif\";i:2;s:12:\"display:flex\";i:3;s:24:\"transform:rotate(180deg)\";i:4;s:14:\"font-size:6rem\";i:5;s:17:\"font-style:normal\";i:6;s:13:\"line-height:1\";i:7;s:16:\"font-weight:bold\";i:8;s:18:\"align-items:center\";i:9;s:22:\"justify-content:center\";}}i:256;a:2:{i:0;a:1:{s:57:\"figure.wp-block-pullquote.is-style-solid-color blockquote\";a:2:{i:1;a:2:{i:0;s:18:\"wp-block-pullquote\";i:1;s:20:\"is-style-solid-color\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"blockquote\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:18:\"text-align:inherit\";}}i:257;a:2:{i:0;a:2:{s:47:\"ul.wp-block-categories-list.wp-block-categories\";a:2:{i:1;a:2:{i:0;s:24:\"wp-block-categories-list\";i:1;s:19:\"wp-block-categories\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:43:\"ul.wp-block-archives-list.wp-block-archives\";a:2:{i:1;a:2:{i:0;s:22:\"wp-block-archives-list\";i:1;s:17:\"wp-block-archives\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:20:\"list-style-type:none\";}}i:258;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:1:{i:0;s:29:\"border:2px solid currentColor\";}}i:259;a:2:{i:0;a:2:{s:2:\"ul\";a:1:{i:0;a:1:{i:0;s:2:\"ul\";}}s:2:\"ol\";a:1:{i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin-left:20px\";}}i:260;a:2:{i:0;a:1:{s:28:\"figure.alignright figcaption\";a:2:{i:1;a:1:{i:0;s:10:\"alignright\";}i:0;a:2:{i:0;s:6:\"figure\";i:1;s:10:\"figcaption\";}}}i:1;a:1:{i:0;s:16:\"text-align:right\";}}i:261;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-0-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-0-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:262;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-0-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-0-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-0)\";}}i:263;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-0-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-0-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:264;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-0-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-0-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-0)\";}}i:265;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-1-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-1-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:266;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-1-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-1-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-1)\";}}i:267;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-1-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-1-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-1)\";}}i:268;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-1-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-1-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-1)\";}}i:269;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-2-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-2-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:270;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-2-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-2-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-2)\";}}i:271;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-2-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-2-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:272;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-2-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-2-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-2)\";}}i:273;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-3-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-3-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:274;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-3-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-3-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-3)\";}}i:275;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-3-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-3-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:276;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-3-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-3-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-3)\";}}i:277;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-4-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-4-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-4)\";}}i:278;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-4-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-4-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-4)\";}}i:279;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-4-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-4-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-4)\";}}i:280;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-4-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-4-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-4)\";}}i:281;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-5-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-5-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-5)\";}}i:282;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-5-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-5-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:283;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-5-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-5-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-5)\";}}i:284;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-5-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-5-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:285;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-6-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-6-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-6)\";}}i:286;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-6-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-6-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-6)\";}}i:287;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-6-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-6-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-6)\";}}i:288;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-6-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-6-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-6)\";}}i:289;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-7-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-7-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-7)\";}}i:290;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-7-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-7-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-7)\";}}i:291;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-7-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-7-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-7)\";}}i:292;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-7-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-7-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-7)\";}}i:293;a:2:{i:0;a:1:{s:35:\":root .has-ast-global-color-8-color\";a:1:{i:1;a:1:{i:0;s:28:\"has-ast-global-color-8-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-8)\";}}i:294;a:2:{i:0;a:1:{s:46:\":root .has-ast-global-color-8-background-color\";a:1:{i:1;a:1:{i:0;s:39:\"has-ast-global-color-8-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-8)\";}}i:295;a:2:{i:0;a:1:{s:52:\":root .wp-block-button .has-ast-global-color-8-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:28:\"has-ast-global-color-8-color\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-8)\";}}i:296;a:2:{i:0;a:1:{s:63:\":root .wp-block-button .has-ast-global-color-8-background-color\";a:1:{i:1;a:2:{i:0;s:15:\"wp-block-button\";i:1;s:39:\"has-ast-global-color-8-background-color\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-8)\";}}i:297;a:2:{i:0;a:1:{s:5:\":root\";a:0:{}}i:1;a:9:{i:0;s:28:\"--ast-global-color-0:#0170b9\";i:1;s:28:\"--ast-global-color-1:#3a3a3a\";i:2;s:28:\"--ast-global-color-2:#3a3a3a\";i:3;s:28:\"--ast-global-color-3:#4b4f58\";i:4;s:28:\"--ast-global-color-4:#f5f5f5\";i:5;s:25:\"--ast-global-color-5:#fff\";i:6;s:28:\"--ast-global-color-6:#f2f5f7\";i:7;s:28:\"--ast-global-color-7:#424242\";i:8;s:25:\"--ast-global-color-8:#000\";}}i:298;a:2:{i:0;a:3:{s:30:\".ast-breadcrumbs .trail-browse\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:12:\"trail-browse\";}}s:29:\".ast-breadcrumbs .trail-items\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:11:\"trail-items\";}}s:32:\".ast-breadcrumbs .trail-items li\";a:2:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:11:\"trail-items\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:6:{i:0;s:20:\"display:inline-block\";i:1;s:8:\"margin:0\";i:2;s:9:\"padding:0\";i:3;s:11:\"border:none\";i:4;s:18:\"background:inherit\";i:5;s:13:\"text-indent:0\";}}i:299;a:2:{i:0;a:1:{s:30:\".ast-breadcrumbs .trail-browse\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:12:\"trail-browse\";}}}i:1;a:4:{i:0;s:17:\"font-size:inherit\";i:1;s:18:\"font-style:inherit\";i:2;s:19:\"font-weight:inherit\";i:3;s:13:\"color:inherit\";}}i:300;a:2:{i:0;a:1:{s:29:\".ast-breadcrumbs .trail-items\";a:1:{i:1;a:2:{i:0;s:15:\"ast-breadcrumbs\";i:1;s:11:\"trail-items\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:301;a:2:{i:0;a:1:{s:22:\".trail-items li::after\";a:2:{i:1;a:1:{i:0;s:11:\"trail-items\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"padding:0 .3em\";i:1;s:12:\"content:\"»\"\";}}i:302;a:2:{i:0;a:1:{s:35:\".trail-items li:last-of-type::after\";a:2:{i:1;a:1:{i:0;s:11:\"trail-items\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:303;a:2:{i:0;a:12:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:17:\".entry-content h1\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:17:\".entry-content h2\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:17:\".entry-content h3\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:17:\".entry-content h4\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:17:\".entry-content h5\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:17:\".entry-content h6\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:304;a:2:{i:0;a:1:{s:14:\".entry-title a\";a:2:{i:1;a:1:{i:0;s:11:\"entry-title\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-2)\";}}i:305;s:25:\"@media (max-width:921px){\";i:306;a:2:{i:0;a:2:{s:108:\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:38:\"ast-builder-grid-row-tablet-3-firstrow\";i:2;s:20:\"ast-builder-grid-row\";}}s:106:\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:37:\"ast-builder-grid-row-tablet-3-lastrow\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:16:\"grid-column:1/-1\";}}i:307;s:1:\"}\";i:308;s:25:\"@media (max-width:544px){\";i:309;a:2:{i:0;a:2:{s:108:\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:38:\"ast-builder-grid-row-mobile-3-firstrow\";i:2;s:20:\"ast-builder-grid-row\";}}s:106:\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:37:\"ast-builder-grid-row-mobile-3-lastrow\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:16:\"grid-column:1/-1\";}}i:310;s:1:\"}\";i:311;a:2:{i:0;a:1:{s:57:\".ast-builder-layout-element[data-section=\"title_tagline\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:1:{i:0;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:312;s:25:\"@media (max-width:921px){\";i:313;a:2:{i:0;a:1:{s:81:\".ast-header-break-point .ast-builder-layout-element[data-section=\"title_tagline\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:314;s:1:\"}\";i:315;s:25:\"@media (max-width:544px){\";i:316;a:2:{i:0;a:1:{s:81:\".ast-header-break-point .ast-builder-layout-element[data-section=\"title_tagline\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:317;s:1:\"}\";i:318;a:2:{i:0;a:1:{s:19:\".ast-builder-menu-1\";a:1:{i:1;a:1:{i:0;s:18:\"ast-builder-menu-1\";}}}i:1;a:2:{i:0;s:19:\"font-family:inherit\";i:1;s:19:\"font-weight:inherit\";}}i:319;a:2:{i:0;a:2:{s:29:\".ast-builder-menu-1 .sub-menu\";a:1:{i:1;a:2:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:8:\"sub-menu\";}}s:47:\".ast-builder-menu-1 .inline-on-mobile .sub-menu\";a:1:{i:1;a:3:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:16:\"inline-on-mobile\";i:2;s:8:\"sub-menu\";}}}i:1;a:7:{i:0;s:20:\"border-top-width:2px\";i:1;s:23:\"border-bottom-width:0px\";i:2;s:22:\"border-right-width:0px\";i:3;s:21:\"border-left-width:0px\";i:4;s:38:\"border-color:var(--ast-global-color-0)\";i:5;s:18:\"border-style:solid\";i:6;s:17:\"border-radius:0px\";}}i:320;a:2:{i:0;a:2:{s:62:\".ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu\";a:1:{i:1;a:4:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:16:\"main-header-menu\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";}}s:81:\".ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper\";a:1:{i:1;a:4:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:16:\"main-header-menu\";i:2;s:9:\"menu-item\";i:3;s:27:\"astra-full-megamenu-wrapper\";}}}i:1;a:1:{i:0;s:14:\"margin-top:0px\";}}i:321;a:2:{i:0;a:2:{s:82:\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:16:\"main-header-menu\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:101:\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:16:\"main-header-menu\";i:3;s:9:\"menu-item\";i:4;s:27:\"astra-full-megamenu-wrapper\";}}}i:1;a:1:{i:0;s:22:\"height:calc(0px + 5px)\";}}i:322;a:2:{i:0;a:1:{s:64:\".ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:9:\"menu-item\";i:3;s:8:\"sub-menu\";i:4;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"border-style:none\";}}i:323;s:25:\"@media (max-width:921px){\";i:324;a:2:{i:0;a:1:{s:96:\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:325;a:2:{i:0;a:1:{s:62:\".ast-builder-menu-1 .menu-item-has-children > .menu-link:after\";a:1:{i:1;a:3:{i:0;s:18:\"ast-builder-menu-1\";i:1;s:22:\"menu-item-has-children\";i:2;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"content:unset\";}}i:326;s:1:\"}\";i:327;s:25:\"@media (max-width:544px){\";i:328;a:2:{i:0;a:1:{s:96:\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:329;s:1:\"}\";i:330;a:2:{i:0;a:1:{s:19:\".ast-builder-menu-1\";a:1:{i:1;a:1:{i:0;s:18:\"ast-builder-menu-1\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:331;s:25:\"@media (max-width:921px){\";i:332;a:2:{i:0;a:1:{s:43:\".ast-header-break-point .ast-builder-menu-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:333;s:1:\"}\";i:334;s:25:\"@media (max-width:544px){\";i:335;a:2:{i:0;a:1:{s:43:\".ast-header-break-point .ast-builder-menu-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:18:\"ast-builder-menu-1\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:336;s:1:\"}\";i:337;a:2:{i:0;a:1:{s:23:\".site-below-footer-wrap\";a:1:{i:1;a:1:{i:0;s:22:\"site-below-footer-wrap\";}}}i:1;a:2:{i:0;s:16:\"padding-top:20px\";i:1;s:19:\"padding-bottom:20px\";}}i:338;a:2:{i:0;a:1:{s:68:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:1:{i:0;s:22:\"site-below-footer-wrap\";}}}i:1;a:2:{i:0;s:21:\"background-color:#eee\";i:1;s:15:\"min-height:80px\";}}i:339;a:2:{i:0;a:1:{s:90:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"] .ast-builder-grid-row\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:20:\"ast-builder-grid-row\";}}}i:1;a:3:{i:0;s:16:\"max-width:1200px\";i:1;s:16:\"margin-left:auto\";i:2;s:17:\"margin-right:auto\";}}i:340;a:2:{i:0;a:2:{s:90:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"] .ast-builder-grid-row\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:20:\"ast-builder-grid-row\";}}s:89:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"] .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:19:\"site-footer-section\";}}}i:1;a:1:{i:0;s:22:\"align-items:flex-start\";}}i:341;a:2:{i:0;a:1:{s:111:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-inline .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:21:\"ast-footer-row-inline\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:15:\"margin-bottom:0\";}}i:342;a:2:{i:0;a:1:{s:48:\".ast-builder-grid-row-full .ast-builder-grid-row\";a:1:{i:1;a:2:{i:0;s:25:\"ast-builder-grid-row-full\";i:1;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:343;s:25:\"@media (max-width:921px){\";i:344;a:2:{i:0;a:1:{s:118:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-tablet-inline .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:28:\"ast-footer-row-tablet-inline\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:15:\"margin-bottom:0\";}}i:345;a:2:{i:0;a:1:{s:117:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-tablet-stack .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:27:\"ast-footer-row-tablet-stack\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:18:\"margin-bottom:10px\";}}i:346;a:2:{i:0;a:1:{s:86:\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:32:\"ast-builder-grid-row-tablet-full\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:347;s:1:\"}\";i:348;s:25:\"@media (max-width:544px){\";i:349;a:2:{i:0;a:1:{s:118:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-mobile-inline .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:28:\"ast-footer-row-mobile-inline\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:15:\"margin-bottom:0\";}}i:350;a:2:{i:0;a:1:{s:117:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"].ast-footer-row-mobile-stack .site-footer-section\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:22:\"site-below-footer-wrap\";i:1;s:27:\"ast-footer-row-mobile-stack\";i:2;s:19:\"site-footer-section\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:18:\"margin-bottom:10px\";}}i:351;a:2:{i:0;a:1:{s:86:\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row\";a:1:{i:1;a:3:{i:0;s:30:\"ast-builder-grid-row-container\";i:1;s:32:\"ast-builder-grid-row-mobile-full\";i:2;s:20:\"ast-builder-grid-row\";}}}i:1;a:1:{i:0;s:25:\"grid-template-columns:1fr\";}}i:352;s:1:\"}\";i:353;a:2:{i:0;a:1:{s:68:\".site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:1:{i:0;s:22:\"site-below-footer-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:354;s:25:\"@media (max-width:921px){\";i:355;a:2:{i:0;a:1:{s:92:\".ast-header-break-point .site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"site-below-footer-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:356;s:1:\"}\";i:357;s:25:\"@media (max-width:544px){\";i:358;a:2:{i:0;a:1:{s:92:\".ast-header-break-point .site-below-footer-wrap[data-section=\"section-below-footer-builder\"]\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"site-below-footer-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:359;s:1:\"}\";i:360;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:361;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-3)\";}}i:362;s:25:\"@media (max-width:921px){\";i:363;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:364;s:1:\"}\";i:365;s:25:\"@media (max-width:544px){\";i:366;a:2:{i:0;a:1:{s:21:\".ast-footer-copyright\";a:1:{i:1;a:1:{i:0;s:20:\"ast-footer-copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:367;s:1:\"}\";i:368;a:2:{i:0;a:1:{s:48:\".ast-footer-copyright.ast-builder-layout-element\";a:1:{i:1;a:2:{i:0;s:20:\"ast-footer-copyright\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:369;s:25:\"@media (max-width:921px){\";i:370;a:2:{i:0;a:1:{s:72:\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:20:\"ast-footer-copyright\";i:2;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:371;s:1:\"}\";i:372;s:25:\"@media (max-width:544px){\";i:373;a:2:{i:0;a:1:{s:72:\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:20:\"ast-footer-copyright\";i:2;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:374;s:1:\"}\";i:375;s:25:\"@media (max-width:921px){\";i:376;a:2:{i:0;a:1:{s:19:\"#ast-desktop-header\";a:1:{i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:377;a:2:{i:0;a:1:{s:18:\"#ast-mobile-header\";a:1:{i:2;a:1:{i:0;s:17:\"ast-mobile-header\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:378;a:2:{i:0;a:1:{s:60:\".ast-amp.ast-main-header-nav-open .ast-mobile-header-content\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:24:\"ast-main-header-nav-open\";i:2;s:25:\"ast-mobile-header-content\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:379;a:2:{i:0;a:1:{s:95:\".ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\";a:1:{i:1;a:4:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:29:\"ast-main-header-bar-alignment\";i:2;s:9:\"toggle-on\";i:3;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:380;a:2:{i:0;a:1:{s:77:\".ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link\";a:2:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:15:\"main-navigation\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-link\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:7:{i:0;s:14:\"padding:0 20px\";i:1;s:20:\"display:inline-block\";i:2;s:10:\"width:100%\";i:3;s:8:\"border:0\";i:4;s:23:\"border-bottom-width:1px\";i:5;s:18:\"border-style:solid\";i:6;s:20:\"border-color:#eaeaea\";}}i:381;a:2:{i:0;a:1:{s:75:\".ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:10:\"toggled-on\";i:3;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:13:\"line-height:3\";i:1;s:12:\"display:none\";}}i:382;a:2:{i:0;a:1:{s:73:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:383;a:2:{i:0;a:1:{s:97:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:384;a:2:{i:0;a:1:{s:114:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\";a:2:{i:1;a:6:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:13:\"dropdown-open\";i:5;s:8:\"sub-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:385;a:2:{i:0;a:1:{s:106:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:12:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:8:\"top:-1px\";i:4;s:10:\"right:20px\";i:5;s:14:\"cursor:pointer\";i:6;s:33:\"webkit-font-smoothing:antialiased\";i:7;s:32:\"moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:18:\"font-weight:normal\";i:10;s:19:\"line-height:inherit\";i:11;s:18:\"transition:all .2s\";}}i:386;a:2:{i:0;a:1:{s:112:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:20:\"ast-submenu-expanded\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:2:{i:0;s:33:\"-webkit-transform:rotateX(180deg)\";i:1;s:25:\"transform:rotateX(180deg)\";}}i:387;a:2:{i:0;a:1:{s:81:\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:25:\"ast-mobile-header-content\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:16:\"main-header-menu\";}}}i:1;a:3:{i:0;s:20:\"border-top-width:1px\";i:1;s:18:\"border-style:solid\";i:2;s:20:\"border-color:#eaeaea\";}}i:388;a:2:{i:0;a:3:{s:30:\".ast-amp .ast-below-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:20:\"ast-below-header-bar\";}}s:25:\".ast-amp .main-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";}}s:30:\".ast-amp .ast-above-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:20:\"ast-above-header-bar\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:389;s:1:\"}\";i:390;s:25:\"@media (max-width:921px){\";i:391;a:2:{i:0;a:1:{s:49:\".site-header .main-header-bar-wrap .site-branding\";a:1:{i:1;a:3:{i:0;s:11:\"site-header\";i:1;s:20:\"main-header-bar-wrap\";i:2;s:13:\"site-branding\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"-webkit-box-flex:1\";i:2;s:14:\"-webkit-flex:1\";i:3;s:15:\"-moz-box-flex:1\";i:4;s:10:\"-ms-flex:1\";i:5;s:6:\"flex:1\";i:6;s:25:\"-webkit-align-self:center\";i:7;s:26:\"-ms-flex-item-align:center\";i:8;s:17:\"align-self:center\";}}i:392;a:2:{i:0;a:1:{s:68:\".ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\";a:1:{i:1;a:3:{i:0;s:29:\"ast-main-header-bar-alignment\";i:1;s:9:\"toggle-on\";i:2;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:393;a:2:{i:0;a:1:{s:16:\".main-navigation\";a:1:{i:1;a:1:{i:0;s:15:\"main-navigation\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";}}i:394;a:2:{i:0;a:1:{s:43:\".main-header-menu > .menu-item > .menu-link\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";i:2;s:9:\"menu-link\";}}}i:1;a:6:{i:0;s:14:\"padding:0 20px\";i:1;s:20:\"display:inline-block\";i:2;s:10:\"width:100%\";i:3;s:23:\"border-bottom-width:1px\";i:4;s:18:\"border-style:solid\";i:5;s:20:\"border-color:#eaeaea\";}}i:395;a:2:{i:0;a:1:{s:40:\".ast-main-header-bar-alignment.toggle-on\";a:1:{i:1;a:2:{i:0;s:29:\"ast-main-header-bar-alignment\";i:1;s:9:\"toggle-on\";}}}i:1;a:12:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";i:2;s:18:\"-webkit-box-flex:1\";i:3;s:17:\"-webkit-flex:auto\";i:4;s:15:\"-moz-box-flex:1\";i:5;s:13:\"-ms-flex:auto\";i:6;s:9:\"flex:auto\";i:7;s:27:\"-webkit-box-ordinal-group:5\";i:8;s:15:\"-webkit-order:4\";i:9;s:24:\"-moz-box-ordinal-group:5\";i:10;s:16:\"-ms-flex-order:4\";i:11;s:7:\"order:4\";}}i:396;a:2:{i:0;a:1:{s:28:\".main-header-menu .menu-item\";a:1:{i:1;a:2:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";}}}i:1;a:3:{i:0;s:10:\"width:100%\";i:1;s:15:\"text-align:left\";i:2;s:12:\"border-top:0\";}}i:397;a:2:{i:0;a:1:{s:27:\".main-header-bar-navigation\";a:1:{i:1;a:1:{i:0;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:23:\"width:calc(100% + 40px)\";i:1;s:14:\"margin:0 -20px\";}}i:398;a:2:{i:0;a:1:{s:62:\".main-header-bar .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:3:{i:0;s:15:\"main-header-bar\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:16:\"main-header-menu\";}}}i:1;a:3:{i:0;s:20:\"border-top-width:1px\";i:1;s:18:\"border-style:solid\";i:2;s:20:\"border-color:#eaeaea\";}}i:399;a:2:{i:0;a:1:{s:87:\".main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:4:{i:0;s:15:\"main-header-bar\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:15:\"ast-menu-toggle\";}}}i:1;a:13:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:8:\"top:-1px\";i:4;s:10:\"right:20px\";i:5;s:14:\"cursor:pointer\";i:6;s:34:\"-webkit-font-smoothing:antialiased\";i:7;s:33:\"-moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:18:\"font-weight:normal\";i:10;s:19:\"line-height:inherit\";i:11;s:26:\"-webkit-transition:all .2s\";i:12;s:18:\"transition:all .2s\";}}i:400;s:1:\"}\";i:401;s:25:\"@media (max-width:921px){\";i:402;a:2:{i:0;a:1:{s:36:\".ast-amp .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:403;s:1:\"}\";i:404;s:25:\"@media (max-width:921px){\";i:405;a:2:{i:0;a:1:{s:34:\".ast-amp .entry-content .alignwide\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:13:\"entry-content\";i:2;s:9:\"alignwide\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:406;a:2:{i:0;a:1:{s:25:\".ast-amp .main-navigation\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";}}i:407;a:2:{i:0;a:2:{s:50:\".ast-amp .main-navigation ul .menu-item .menu-link\";a:2:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:9:\"menu-link\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:55:\".ast-amp .main-navigation ul .button-custom-menu-item a\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:23:\"button-custom-menu-item\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:1:\"a\";}}}i:1;a:6:{i:0;s:14:\"padding:0 20px\";i:1;s:20:\"display:inline-block\";i:2;s:10:\"width:100%\";i:3;s:23:\"border-bottom-width:1px\";i:4;s:18:\"border-style:solid\";i:5;s:20:\"border-color:#eaeaea\";}}i:408;a:2:{i:0;a:1:{s:57:\".ast-amp .main-navigation .sub-menu .menu-item .menu-link\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:30px\";}}i:409;a:2:{i:0;a:1:{s:68:\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link\";a:1:{i:1;a:6:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:40px\";}}i:410;a:2:{i:0;a:1:{s:90:\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\";a:1:{i:1;a:8:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:8:\"sub-menu\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:9:\"menu-item\";i:6;s:9:\"menu-item\";i:7;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:60px\";}}i:411;a:2:{i:0;a:1:{s:26:\".ast-amp .main-header-menu\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";}}}i:1;a:1:{i:0;s:24:\"background-color:#f9f9f9\";}}i:412;a:2:{i:0;a:1:{s:29:\".ast-amp .main-header-menu ul\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:6:{i:0;s:24:\"background-color:#f9f9f9\";i:1;s:15:\"position:static\";i:2;s:9:\"opacity:1\";i:3;s:18:\"visibility:visible\";i:4;s:8:\"border:0\";i:5;s:10:\"width:auto\";}}i:413;a:2:{i:0;a:2:{s:67:\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:23:\"ast-left-align-sub-menu\";}i:0;a:3:{i:0;s:2:\"ul\";i:1;s:2:\"li\";i:2;s:2:\"ul\";}}s:74:\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:focus-within > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:23:\"ast-left-align-sub-menu\";}i:0;a:3:{i:0;s:2:\"ul\";i:1;s:2:\"li\";i:2;s:2:\"ul\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:414;a:2:{i:0;a:2:{s:66:\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:25:\"ast-sub-menu-goes-outside\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"ul\";}}s:73:\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:focus-within > ul\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:25:\"ast-sub-menu-goes-outside\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"ul\";}}}i:1;a:1:{i:0;s:6:\"left:0\";}}i:415;a:2:{i:0;a:1:{s:39:\".ast-amp .submenu-with-border .sub-menu\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:8:\"border:0\";}}i:416;a:2:{i:0;a:1:{s:21:\".ast-amp .user-select\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:11:\"user-select\";}}}i:1;a:1:{i:0;s:10:\"clear:both\";}}i:417;a:2:{i:0;a:1:{s:33:\".ast-amp .ast-mobile-menu-buttons\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:23:\"ast-mobile-menu-buttons\";}}}i:1;a:7:{i:0;s:16:\"text-align:right\";i:1;s:12:\"display:flex\";i:2;s:20:\"-webkit-box-pack:end\";i:3;s:32:\"-webkit-justify-content:flex-end\";i:4;s:17:\"-moz-box-pack:end\";i:5;s:17:\"-ms-flex-pack:end\";i:6;s:24:\"justify-content:flex-end\";}}i:418;a:2:{i:0;a:1:{s:36:\".ast-amp .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:6:{i:0;s:18:\"-webkit-box-flex:1\";i:1;s:17:\"-webkit-flex:auto\";i:2;s:15:\"-moz-box-flex:1\";i:3;s:13:\"-ms-flex:auto\";i:4;s:9:\"flex:auto\";i:5;s:23:\"width:calc(100% + 40px)\";}}i:419;a:2:{i:0;a:1:{s:39:\".ast-amp .ast-main-header-bar-alignment\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:29:\"ast-main-header-bar-alignment\";}}}i:1;a:12:{i:0;s:13:\"display:block\";i:1;s:10:\"width:100%\";i:2;s:18:\"-webkit-box-flex:1\";i:3;s:17:\"-webkit-flex:auto\";i:4;s:15:\"-moz-box-flex:1\";i:5;s:13:\"-ms-flex:auto\";i:6;s:9:\"flex:auto\";i:7;s:27:\"-webkit-box-ordinal-group:5\";i:8;s:15:\"-webkit-order:4\";i:9;s:24:\"-moz-box-ordinal-group:5\";i:10;s:16:\"-ms-flex-order:4\";i:11;s:7:\"order:4\";}}i:420;a:2:{i:0;a:1:{s:58:\".ast-amp .site-header .main-header-bar-wrap .site-branding\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:11:\"site-header\";i:2;s:20:\"main-header-bar-wrap\";i:3;s:13:\"site-branding\";}}}i:1;a:10:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:18:\"-webkit-box-flex:1\";i:3;s:14:\"-webkit-flex:1\";i:4;s:15:\"-moz-box-flex:1\";i:5;s:10:\"-ms-flex:1\";i:6;s:6:\"flex:1\";i:7;s:25:\"-webkit-align-self:center\";i:8;s:26:\"-ms-flex-item-align:center\";i:9;s:17:\"align-self:center\";}}i:421;a:2:{i:0;a:1:{s:27:\".ast-amp .ast-site-identity\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:17:\"ast-site-identity\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:422;a:2:{i:0;a:1:{s:90:\".ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:9:\"menu-link\";i:4;s:9:\"sub-arrow\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:423;a:2:{i:0;a:1:{s:25:\".ast-amp .main-header-bar\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";}}}i:1;a:3:{i:0;s:8:\"border:0\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:424;a:2:{i:0;a:1:{s:58:\".ast-main-header-bar-alignment .main-header-bar-navigation\";a:1:{i:1;a:2:{i:0;s:29:\"ast-main-header-bar-alignment\";i:1;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:13:\"line-height:3\";i:1;s:12:\"display:none\";}}i:425;a:2:{i:0;a:1:{s:65:\".ast-amp .main-header-bar .toggled-on .main-header-bar-navigation\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:10:\"toggled-on\";i:3;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:13:\"line-height:3\";i:1;s:12:\"display:none\";}}i:426;a:2:{i:0;a:1:{s:63:\".ast-amp .main-header-bar .main-header-bar-navigation .sub-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:13:\"line-height:3\";}}i:427;a:2:{i:0;a:1:{s:87:\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:428;a:2:{i:0;a:1:{s:104:\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\";a:2:{i:1;a:6:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:13:\"dropdown-open\";i:5;s:8:\"sub-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:429;a:2:{i:0;a:1:{s:96:\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:12:{i:0;s:20:\"display:inline-block\";i:1;s:17:\"position:absolute\";i:2;s:17:\"font-size:inherit\";i:3;s:8:\"top:-1px\";i:4;s:10:\"right:20px\";i:5;s:14:\"cursor:pointer\";i:6;s:33:\"webkit-font-smoothing:antialiased\";i:7;s:32:\"moz-osx-font-smoothing:grayscale\";i:8;s:16:\"padding:0 .907em\";i:9;s:18:\"font-weight:normal\";i:10;s:19:\"line-height:inherit\";i:11;s:18:\"transition:all .2s\";}}i:430;a:2:{i:0;a:1:{s:102:\".ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:20:\"ast-submenu-expanded\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:2:{i:0;s:33:\"-webkit-transform:rotateX(180deg)\";i:1;s:25:\"transform:rotateX(180deg)\";}}i:431;a:2:{i:0;a:1:{s:71:\".ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:16:\"main-header-menu\";}}}i:1;a:3:{i:0;s:20:\"border-top-width:1px\";i:1;s:18:\"border-style:solid\";i:2;s:20:\"border-color:#eaeaea\";}}i:432;a:2:{i:0;a:1:{s:45:\".ast-amp .main-navigation ul > li:first-child\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:12:\"border-top:0\";}}i:433;a:2:{i:0;a:1:{s:31:\".ast-amp .main-navigation ul ul\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";}}}i:1;a:2:{i:0;s:9:\"left:auto\";i:1;s:10:\"right:auto\";}}i:434;a:2:{i:0;a:1:{s:28:\".ast-amp .main-navigation li\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:435;a:2:{i:0;a:1:{s:33:\".ast-amp .main-navigation .widget\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:436;a:2:{i:0;a:1:{s:36:\".ast-amp .main-navigation .widget li\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:10:\"width:auto\";}}i:437;a:2:{i:0;a:1:{s:44:\".ast-amp .main-navigation .widget:last-child\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-navigation\";i:2;s:6:\"widget\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:438;a:2:{i:0;a:1:{s:32:\".ast-amp .main-header-menu ul ul\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"ul\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:439;a:2:{i:0;a:2:{s:54:\".ast-amp .ast-has-mobile-header-logo .custom-logo-link\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:26:\"ast-has-mobile-header-logo\";i:2;s:16:\"custom-logo-link\";}}s:52:\".ast-amp .ast-has-mobile-header-logo .astra-logo-svg\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:26:\"ast-has-mobile-header-logo\";i:2;s:14:\"astra-logo-svg\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:440;a:2:{i:0;a:1:{s:61:\".ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:26:\"ast-has-mobile-header-logo\";i:2;s:23:\"custom-mobile-logo-link\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:441;a:2:{i:0;a:2:{s:85:\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link\";a:1:{i:1;a:4:{i:0;s:9:\"ast-theme\";i:1;s:28:\"ast-mobile-inherit-site-logo\";i:2;s:26:\"ast-has-mobile-header-logo\";i:3;s:16:\"custom-logo-link\";}}s:83:\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg\";a:1:{i:1;a:4:{i:0;s:9:\"ast-theme\";i:1;s:28:\"ast-mobile-inherit-site-logo\";i:2;s:26:\"ast-has-mobile-header-logo\";i:3;s:14:\"astra-logo-svg\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:442;a:2:{i:0;a:1:{s:40:\".ast-amp .ast-header-widget-area .widget\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:22:\"ast-header-widget-area\";i:2;s:6:\"widget\";}}}i:1;a:2:{i:0;s:13:\"margin:.5em 0\";i:1;s:13:\"display:block\";}}i:443;a:2:{i:0;a:1:{s:27:\".ast-amp .nav-fallback-text\";a:1:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:17:\"nav-fallback-text\";}}}i:1;a:1:{i:0;s:10:\"float:none\";}}i:444;a:2:{i:0;a:1:{s:76:\".ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap\";a:1:{i:1;a:4:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:28:\"woocommerce-custom-menu-item\";i:3;s:18:\"ast-cart-menu-wrap\";}}}i:1;a:3:{i:0;s:10:\"height:3em\";i:1;s:13:\"line-height:3\";i:2;s:15:\"text-align:left\";}}i:445;a:2:{i:0;a:1:{s:52:\".ast-amp #ast-site-header-cart .widget_shopping_cart\";a:2:{i:1;a:2:{i:0;s:7:\"ast-amp\";i:1;s:20:\"widget_shopping_cart\";}i:2;a:1:{i:0;s:20:\"ast-site-header-cart\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:446;a:2:{i:0;a:1:{s:58:\".ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart\";a:1:{i:1;a:3:{i:0;s:9:\"ast-theme\";i:1;s:25:\"ast-woocommerce-cart-menu\";i:2;s:20:\"ast-site-header-cart\";}}}i:1;a:3:{i:0;s:13:\"order:initial\";i:1;s:13:\"line-height:3\";i:2;s:19:\"padding:0 1em 1em 0\";}}i:447;a:2:{i:0;a:2:{s:58:\".ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:24:\"ast-edd-site-header-cart\";i:2;s:22:\"widget_edd_cart_widget\";}}s:65:\".ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:24:\"ast-edd-site-header-cart\";i:2;s:29:\"ast-edd-header-cart-info-wrap\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:448;a:2:{i:0;a:1:{s:64:\".ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:30:\"ast-masthead-custom-menu-items\";i:2;s:20:\"edd-custom-menu-item\";}i:0;a:1:{i:0;s:3:\"div\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:449;a:2:{i:0;a:1:{s:73:\".ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form\";a:1:{i:1;a:5:{i:0;s:7:\"ast-amp\";i:1;s:15:\"main-header-bar\";i:2;s:20:\"ast-search-menu-icon\";i:3;s:12:\"slide-search\";i:4;s:11:\"search-form\";}}}i:1;a:1:{i:0;s:7:\"right:0\";}}i:450;a:2:{i:0;a:1:{s:36:\".ast-amp .main-header-menu .sub-menu\";a:1:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:16:\"main-header-menu\";i:2;s:8:\"sub-menu\";}}}i:1;a:1:{i:0;s:15:\"box-shadow:none\";}}i:451;a:2:{i:0;a:1:{s:41:\".ast-amp .submenu-with-border .sub-menu a\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"border-width:1px\";}}i:452;a:2:{i:0;a:1:{s:59:\".ast-amp .submenu-with-border .sub-menu > li:last-child > a\";a:2:{i:1;a:3:{i:0;s:7:\"ast-amp\";i:1;s:19:\"submenu-with-border\";i:2;s:8:\"sub-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"border-width:1px\";}}i:453;a:2:{i:0;a:1:{s:96:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:15:\"ast-button-wrap\";i:1;s:31:\"ast-mobile-menu-buttons-minimal\";}}}i:1;a:2:{i:0;s:22:\"background:transparent\";i:1;s:11:\"border:none\";}}i:454;s:1:\"}\";i:455;a:2:{i:0;a:1:{s:40:\".ast-header-break-point .main-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-header-bar\";}}}i:1;a:1:{i:0;s:23:\"border-bottom-width:1px\";}}i:456;s:25:\"@media (min-width:922px){\";i:457;a:2:{i:0;a:1:{s:16:\".main-header-bar\";a:1:{i:1;a:1:{i:0;s:15:\"main-header-bar\";}}}i:1;a:1:{i:0;s:23:\"border-bottom-width:1px\";}}i:458;s:1:\"}\";i:459;s:25:\"@media (min-width:922px){\";i:460;a:2:{i:0;a:1:{s:8:\"#primary\";a:1:{i:2;a:1:{i:0;s:7:\"primary\";}}}i:1;a:1:{i:0;s:9:\"width:70%\";}}i:461;a:2:{i:0;a:1:{s:10:\"#secondary\";a:1:{i:2;a:1:{i:0;s:9:\"secondary\";}}}i:1;a:1:{i:0;s:9:\"width:30%\";}}i:462;s:1:\"}\";i:463;a:2:{i:0;a:3:{s:28:\".main-header-menu .menu-item\";a:1:{i:1;a:2:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";}}s:29:\"#astra-footer-menu .menu-item\";a:2:{i:1;a:1:{i:0;s:9:\"menu-item\";}i:2;a:1:{i:0;s:17:\"astra-footer-menu\";}}s:48:\".main-header-bar .ast-masthead-custom-menu-items\";a:1:{i:1;a:2:{i:0;s:15:\"main-header-bar\";i:1;s:30:\"ast-masthead-custom-menu-items\";}}}i:1;a:14:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:23:\"-webkit-box-pack:center\";i:3;s:30:\"-webkit-justify-content:center\";i:4;s:20:\"-moz-box-pack:center\";i:5;s:20:\"-ms-flex-pack:center\";i:6;s:22:\"justify-content:center\";i:7;s:27:\"-webkit-box-orient:vertical\";i:8;s:28:\"-webkit-box-direction:normal\";i:9;s:29:\"-webkit-flex-direction:column\";i:10;s:24:\"-moz-box-orient:vertical\";i:11;s:25:\"-moz-box-direction:normal\";i:12;s:25:\"-ms-flex-direction:column\";i:13;s:21:\"flex-direction:column\";}}i:464;a:2:{i:0;a:2:{s:43:\".main-header-menu > .menu-item > .menu-link\";a:1:{i:1;a:3:{i:0;s:16:\"main-header-menu\";i:1;s:9:\"menu-item\";i:2;s:9:\"menu-link\";}}s:44:\"#astra-footer-menu > .menu-item > .menu-link\";a:2:{i:1;a:2:{i:0;s:9:\"menu-item\";i:1;s:9:\"menu-link\";}i:2;a:1:{i:0;s:17:\"astra-footer-menu\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:24:\"-webkit-box-align:center\";i:2;s:26:\"-webkit-align-items:center\";i:3;s:21:\"-moz-box-align:center\";i:4;s:21:\"-ms-flex-align:center\";i:5;s:18:\"align-items:center\";i:6;s:16:\"-js-display:flex\";i:7;s:12:\"display:flex\";}}i:465;a:2:{i:0;a:1:{s:95:\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg\";a:2:{i:1;a:5:{i:0;s:22:\"ast-header-break-point\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:9:\"menu-link\";i:4;s:10:\"icon-arrow\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:3:\"svg\";}}}i:1;a:5:{i:0;s:8:\"top:.2em\";i:1;s:14:\"margin-top:0px\";i:2;s:15:\"margin-left:0px\";i:3;s:11:\"width:.65em\";i:4;s:43:\"transform:translate(0,-2px) rotateZ(270deg)\";}}i:466;a:2:{i:0;a:1:{s:66:\".ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle\";a:1:{i:1;a:3:{i:0;s:24:\"ast-mobile-popup-content\";i:1;s:20:\"ast-submenu-expanded\";i:2;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:25:\"transform:rotateX(180deg)\";}}i:467;a:2:{i:0;a:3:{s:38:\".ast-separate-container .blog-layout-1\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"blog-layout-1\";}}s:38:\".ast-separate-container .blog-layout-2\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"blog-layout-2\";}}s:38:\".ast-separate-container .blog-layout-3\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"blog-layout-3\";}}}i:1;a:2:{i:0;s:28:\"background-color:transparent\";i:1;s:21:\"background-image:none\";}}i:468;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:469;s:25:\"@media (max-width:921px){\";i:470;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:471;s:1:\"}\";i:472;s:25:\"@media (max-width:544px){\";i:473;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-article-post\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-article-post\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:474;s:1:\"}\";i:475;a:2:{i:0;a:13:{s:66:\".ast-separate-container .ast-article-single:not(.ast-related-post)\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:55:\".ast-separate-container .comments-area .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:15:\"comment-respond\";}}s:59:\".ast-separate-container .comments-area .ast-comment-list li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}s:50:\".ast-separate-container .ast-woocommerce-container\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:25:\"ast-woocommerce-container\";}}s:34:\".ast-separate-container .error-404\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"error-404\";}}s:35:\".ast-separate-container .no-results\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:10:\"no-results\";}}s:47:\".single.ast-separate-container .ast-author-meta\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:22:\"ast-separate-container\";i:2;s:15:\"ast-author-meta\";}}s:52:\".ast-separate-container .related-posts-title-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:27:\"related-posts-title-wrapper\";}}s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:47:\".ast-separate-container .comments-count-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:22:\"comments-count-wrapper\";}}s:49:\".ast-box-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:14:\"ast-box-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:52:\".ast-padded-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:17:\"ast-padded-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:54:\".ast-separate-container .comments-area .comments-title\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:476;s:25:\"@media (max-width:921px){\";i:477;a:2:{i:0;a:13:{s:66:\".ast-separate-container .ast-article-single:not(.ast-related-post)\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:55:\".ast-separate-container .comments-area .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:15:\"comment-respond\";}}s:59:\".ast-separate-container .comments-area .ast-comment-list li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}s:50:\".ast-separate-container .ast-woocommerce-container\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:25:\"ast-woocommerce-container\";}}s:34:\".ast-separate-container .error-404\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"error-404\";}}s:35:\".ast-separate-container .no-results\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:10:\"no-results\";}}s:47:\".single.ast-separate-container .ast-author-meta\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:22:\"ast-separate-container\";i:2;s:15:\"ast-author-meta\";}}s:52:\".ast-separate-container .related-posts-title-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:27:\"related-posts-title-wrapper\";}}s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:47:\".ast-separate-container .comments-count-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:22:\"comments-count-wrapper\";}}s:49:\".ast-box-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:14:\"ast-box-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:52:\".ast-padded-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:17:\"ast-padded-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:54:\".ast-separate-container .comments-area .comments-title\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:478;s:1:\"}\";i:479;s:25:\"@media (max-width:544px){\";i:480;a:2:{i:0;a:13:{s:66:\".ast-separate-container .ast-article-single:not(.ast-related-post)\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:18:\"ast-article-single\";}}s:55:\".ast-separate-container .comments-area .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:15:\"comment-respond\";}}s:59:\".ast-separate-container .comments-area .ast-comment-list li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}s:50:\".ast-separate-container .ast-woocommerce-container\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:25:\"ast-woocommerce-container\";}}s:34:\".ast-separate-container .error-404\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:9:\"error-404\";}}s:35:\".ast-separate-container .no-results\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:10:\"no-results\";}}s:47:\".single.ast-separate-container .ast-author-meta\";a:1:{i:1;a:3:{i:0;s:6:\"single\";i:1;s:22:\"ast-separate-container\";i:2;s:15:\"ast-author-meta\";}}s:52:\".ast-separate-container .related-posts-title-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:27:\"related-posts-title-wrapper\";}}s:60:\".ast-separate-container.ast-two-container #secondary .widget\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:17:\"ast-two-container\";i:2;s:6:\"widget\";}i:2;a:1:{i:0;s:9:\"secondary\";}}s:47:\".ast-separate-container .comments-count-wrapper\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:22:\"comments-count-wrapper\";}}s:49:\".ast-box-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:14:\"ast-box-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:52:\".ast-padded-layout.ast-plain-container .site-content\";a:1:{i:1;a:3:{i:0;s:17:\"ast-padded-layout\";i:1;s:19:\"ast-plain-container\";i:2;s:12:\"site-content\";}}s:54:\".ast-separate-container .comments-area .comments-title\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";i:2;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:481;s:1:\"}\";i:482;a:2:{i:0;a:2:{s:20:\".ast-plain-container\";a:1:{i:1;a:1:{i:0;s:19:\"ast-plain-container\";}}s:26:\".ast-page-builder-template\";a:1:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:483;s:25:\"@media (max-width:921px){\";i:484;a:2:{i:0;a:2:{s:20:\".ast-plain-container\";a:1:{i:1;a:1:{i:0;s:19:\"ast-plain-container\";}}s:26:\".ast-page-builder-template\";a:1:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:485;s:1:\"}\";i:486;s:25:\"@media (max-width:544px){\";i:487;a:2:{i:0;a:2:{s:20:\".ast-plain-container\";a:1:{i:1;a:1:{i:0;s:19:\"ast-plain-container\";}}s:26:\".ast-page-builder-template\";a:1:{i:1;a:1:{i:0;s:25:\"ast-page-builder-template\";}}}i:1;a:1:{i:0;s:42:\"background-color:var(--ast-global-color-5)\";}}i:488;s:1:\"}\";i:489;a:2:{i:0;a:2:{s:30:\".ast-mobile-header-content > *\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:31:\".ast-desktop-header-content > *\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:2:{i:0;s:14:\"padding:10px 0\";i:1;s:11:\"height:auto\";}}i:490;a:2:{i:0;a:2:{s:42:\".ast-mobile-header-content > *:first-child\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:43:\".ast-desktop-header-content > *:first-child\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:16:\"padding-top:10px\";}}i:491;a:2:{i:0;a:2:{s:46:\".ast-mobile-header-content > .ast-builder-menu\";a:1:{i:1;a:2:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:16:\"ast-builder-menu\";}}s:47:\".ast-desktop-header-content > .ast-builder-menu\";a:1:{i:1;a:2:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:16:\"ast-builder-menu\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:492;a:2:{i:0;a:2:{s:41:\".ast-mobile-header-content > *:last-child\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:42:\".ast-desktop-header-content > *:last-child\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:16:\"padding-bottom:0\";}}i:493;a:2:{i:0;a:2:{s:72:\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label\";a:2:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";}i:0;a:1:{i:0;s:5:\"label\";}}s:73:\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label\";a:2:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";}i:0;a:1:{i:0;s:5:\"label\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:494;a:2:{i:0;a:1:{s:104:\".ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\";a:1:{i:1;a:4:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:26:\"main-header-bar-navigation\";i:2;s:20:\"ast-submenu-expanded\";i:3;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:25:\"transform:rotateX(180deg)\";}}i:495;a:2:{i:0;a:6:{s:47:\"#ast-desktop-header .ast-desktop-header-content\";a:2:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}s:43:\".ast-mobile-header-content .ast-search-icon\";a:1:{i:1;a:2:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:15:\"ast-search-icon\";}}s:44:\".ast-desktop-header-content .ast-search-icon\";a:1:{i:1;a:2:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:15:\"ast-search-icon\";}}s:50:\".ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:25:\"ast-mobile-header-content\";}}s:95:\".ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:4:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:18:\"ast-popup-nav-open\";i:2;s:22:\"ast-mobile-header-wrap\";i:3;s:25:\"ast-mobile-header-content\";}}s:72:\".ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content\";a:1:{i:1;a:3:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:18:\"ast-popup-nav-open\";i:2;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:496;a:2:{i:0;a:2:{s:96:\".ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content\";a:2:{i:1;a:3:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:22:\"ast-header-break-point\";i:2;s:26:\"ast-desktop-header-content\";}i:2;a:1:{i:0;s:18:\"ast-desktop-header\";}}s:99:\".ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:4:{i:0;s:24:\"ast-main-header-nav-open\";i:1;s:22:\"ast-header-break-point\";i:2;s:22:\"ast-mobile-header-wrap\";i:3;s:25:\"ast-mobile-header-content\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:497;a:2:{i:0;a:6:{s:96:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:29:\"astra-menu-animation-slide-up\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:107:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu\";a:1:{i:1;a:6:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:29:\"astra-menu-animation-slide-up\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:8:\"sub-menu\";}}s:98:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:31:\"astra-menu-animation-slide-down\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:109:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu\";a:1:{i:1;a:6:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:31:\"astra-menu-animation-slide-down\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:8:\"sub-menu\";}}s:92:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu\";a:1:{i:1;a:5:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:25:\"astra-menu-animation-fade\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";}}s:103:\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu\";a:1:{i:1;a:6:{i:0;s:11:\"ast-desktop\";i:1;s:26:\"ast-desktop-header-content\";i:2;s:25:\"astra-menu-animation-fade\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-item\";i:5;s:8:\"sub-menu\";}}}i:1;a:2:{i:0;s:9:\"opacity:1\";i:1;s:18:\"visibility:visible\";}}i:498;a:2:{i:0;a:1:{s:141:\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation\";a:1:{i:1;a:6:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-default-menu-enable\";i:2;s:22:\"ast-header-break-point\";i:3;s:22:\"ast-mobile-header-wrap\";i:4;s:25:\"ast-mobile-header-content\";i:5;s:26:\"main-header-bar-navigation\";}}}i:1;a:2:{i:0;s:11:\"width:unset\";i:1;s:12:\"margin:unset\";}}i:499;a:2:{i:0;a:2:{s:120:\".ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:22:\"content-align-flex-end\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}s:121:\".ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:22:\"content-align-flex-end\";i:2;s:26:\"main-header-bar-navigation\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:24:\"left:calc(20px - .907em)\";}}i:500;a:2:{i:0;a:4:{s:48:\".ast-mobile-header-content .ast-search-menu-icon\";a:1:{i:1;a:2:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";}}s:61:\".ast-mobile-header-content .ast-search-menu-icon.slide-search\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";}}s:49:\".ast-desktop-header-content .ast-search-menu-icon\";a:1:{i:1;a:2:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";}}s:62:\".ast-desktop-header-content .ast-search-menu-icon.slide-search\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:17:\"position:relative\";i:2;s:13:\"display:block\";i:3;s:10:\"right:auto\";i:4;s:14:\"transform:none\";}}i:501;a:2:{i:0;a:4:{s:74:\".ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form\";a:1:{i:1;a:4:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";i:3;s:11:\"search-form\";}}s:61:\".ast-mobile-header-content .ast-search-menu-icon .search-form\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:11:\"search-form\";}}s:75:\".ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form\";a:1:{i:1;a:4:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"slide-search\";i:3;s:11:\"search-form\";}}s:62:\".ast-desktop-header-content .ast-search-menu-icon .search-form\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:11:\"search-form\";}}}i:1;a:9:{i:0;s:7:\"right:0\";i:1;s:18:\"visibility:visible\";i:2;s:9:\"opacity:1\";i:3;s:17:\"position:relative\";i:4;s:8:\"top:auto\";i:5;s:14:\"transform:none\";i:6;s:9:\"padding:0\";i:7;s:13:\"display:block\";i:8;s:15:\"overflow:hidden\";}}i:502;a:2:{i:0;a:4:{s:80:\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field\";a:1:{i:1;a:4:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";i:3;s:12:\"search-field\";}}s:62:\".ast-mobile-header-content .ast-search-menu-icon .search-field\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"search-field\";}}s:81:\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field\";a:1:{i:1;a:4:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:17:\"ast-inline-search\";i:3;s:12:\"search-field\";}}s:63:\".ast-desktop-header-content .ast-search-menu-icon .search-field\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:12:\"search-field\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:19:\"padding-right:5.5em\";}}i:503;a:2:{i:0;a:2:{s:63:\".ast-mobile-header-content .ast-search-menu-icon .search-submit\";a:1:{i:1;a:3:{i:0;s:25:\"ast-mobile-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:13:\"search-submit\";}}s:64:\".ast-desktop-header-content .ast-search-menu-icon .search-submit\";a:1:{i:1;a:3:{i:0;s:26:\"ast-desktop-header-content\";i:1;s:20:\"ast-search-menu-icon\";i:2;s:13:\"search-submit\";}}}i:1;a:7:{i:0;s:13:\"display:block\";i:1;s:17:\"position:absolute\";i:2;s:11:\"height:100%\";i:3;s:5:\"top:0\";i:4;s:7:\"right:0\";i:5;s:13:\"padding:0 1em\";i:6;s:15:\"border-radius:0\";}}i:504;a:2:{i:0;a:1:{s:165:\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link\";a:2:{i:1;a:8:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-default-menu-enable\";i:2;s:22:\"ast-header-break-point\";i:3;s:22:\"ast-mobile-header-wrap\";i:4;s:25:\"ast-mobile-header-content\";i:5;s:26:\"main-header-bar-navigation\";i:6;s:8:\"sub-menu\";i:7;s:9:\"menu-link\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:17:\"padding-left:30px\";}}i:505;a:2:{i:0;a:1:{s:184:\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link\";a:1:{i:1;a:10:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-default-menu-enable\";i:2;s:22:\"ast-header-break-point\";i:3;s:22:\"ast-mobile-header-wrap\";i:4;s:25:\"ast-mobile-header-content\";i:5;s:26:\"main-header-bar-navigation\";i:6;s:8:\"sub-menu\";i:7;s:9:\"menu-item\";i:8;s:9:\"menu-item\";i:9;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"padding-left:40px\";}}i:506;a:2:{i:0;a:1:{s:55:\".ast-mobile-popup-drawer.active .ast-mobile-popup-inner\";a:1:{i:1;a:3:{i:0;s:23:\"ast-mobile-popup-drawer\";i:1;s:6:\"active\";i:2;s:22:\"ast-mobile-popup-inner\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:507;a:2:{i:0;a:2:{s:50:\".ast-mobile-header-wrap .ast-mobile-header-content\";a:1:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:25:\"ast-mobile-header-content\";}}s:27:\".ast-desktop-header-content\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:508;a:2:{i:0;a:4:{s:29:\".ast-mobile-popup-content > *\";a:1:{i:1;a:1:{i:0;s:24:\"ast-mobile-popup-content\";}}s:30:\".ast-mobile-header-content > *\";a:1:{i:1;a:1:{i:0;s:25:\"ast-mobile-header-content\";}}s:30:\".ast-desktop-popup-content > *\";a:1:{i:1;a:1:{i:0;s:25:\"ast-desktop-popup-content\";}}s:31:\".ast-desktop-header-content > *\";a:1:{i:1;a:1:{i:0;s:26:\"ast-desktop-header-content\";}}}i:1;a:2:{i:0;s:15:\"padding-top:0px\";i:1;s:18:\"padding-bottom:0px\";}}i:509;a:2:{i:0;a:1:{s:53:\".content-align-flex-start .ast-builder-layout-element\";a:1:{i:1;a:2:{i:0;s:24:\"content-align-flex-start\";i:1;s:26:\"ast-builder-layout-element\";}}}i:1;a:1:{i:0;s:26:\"justify-content:flex-start\";}}i:510;a:2:{i:0;a:1:{s:43:\".content-align-flex-start .main-header-menu\";a:1:{i:1;a:2:{i:0;s:24:\"content-align-flex-start\";i:1;s:16:\"main-header-menu\";}}}i:1;a:1:{i:0;s:15:\"text-align:left\";}}i:511;a:2:{i:0;a:1:{s:50:\".ast-mobile-popup-drawer.active .menu-toggle-close\";a:1:{i:1;a:3:{i:0;s:23:\"ast-mobile-popup-drawer\";i:1;s:6:\"active\";i:2;s:17:\"menu-toggle-close\";}}}i:1;a:1:{i:0;s:13:\"color:#3a3a3a\";}}i:512;a:2:{i:0;a:2:{s:47:\".ast-mobile-header-wrap .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:22:\"ast-primary-header-bar\";}}s:49:\".ast-primary-header-bar .site-primary-header-wrap\";a:1:{i:1;a:2:{i:0;s:22:\"ast-primary-header-bar\";i:1;s:24:\"site-primary-header-wrap\";}}}i:1;a:1:{i:0;s:15:\"min-height:70px\";}}i:513;a:2:{i:0;a:1:{s:67:\".ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item\";a:1:{i:1;a:4:{i:0;s:11:\"ast-desktop\";i:1;s:22:\"ast-primary-header-bar\";i:2;s:16:\"main-header-menu\";i:3;s:9:\"menu-item\";}}}i:1;a:1:{i:0;s:16:\"line-height:70px\";}}i:514;s:25:\"@media (max-width:921px){\";i:515;a:2:{i:0;a:2:{s:57:\"#masthead .ast-mobile-header-wrap .ast-primary-header-bar\";a:2:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:22:\"ast-primary-header-bar\";}i:2;a:1:{i:0;s:8:\"masthead\";}}s:55:\"#masthead .ast-mobile-header-wrap .ast-below-header-bar\";a:2:{i:1;a:2:{i:0;s:22:\"ast-mobile-header-wrap\";i:1;s:20:\"ast-below-header-bar\";}i:2;a:1:{i:0;s:8:\"masthead\";}}}i:1;a:2:{i:0;s:17:\"padding-left:20px\";i:1;s:18:\"padding-right:20px\";}}i:516;s:1:\"}\";i:517;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-primary-header-bar\";}}}i:1;a:3:{i:0;s:23:\"border-bottom-width:1px\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:518;s:25:\"@media (min-width:922px){\";i:519;a:2:{i:0;a:1:{s:23:\".ast-primary-header-bar\";a:1:{i:1;a:1:{i:0;s:22:\"ast-primary-header-bar\";}}}i:1;a:3:{i:0;s:23:\"border-bottom-width:1px\";i:1;s:27:\"border-bottom-color:#eaeaea\";i:2;s:25:\"border-bottom-style:solid\";}}i:520;s:1:\"}\";i:521;a:2:{i:0;a:1:{s:23:\".ast-primary-header-bar\";a:1:{i:1;a:1:{i:0;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:522;a:2:{i:0;a:1:{s:23:\".ast-primary-header-bar\";a:1:{i:1;a:1:{i:0;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:523;s:25:\"@media (max-width:921px){\";i:524;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:525;s:1:\"}\";i:526;s:25:\"@media (max-width:544px){\";i:527;a:2:{i:0;a:1:{s:47:\".ast-header-break-point .ast-primary-header-bar\";a:1:{i:1;a:2:{i:0;s:22:\"ast-header-break-point\";i:1;s:22:\"ast-primary-header-bar\";}}}i:1;a:1:{i:0;s:12:\"display:grid\";}}i:528;s:1:\"}\";i:529;a:2:{i:0;a:1:{s:96:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:2:{i:0;s:15:\"ast-button-wrap\";i:1;s:31:\"ast-mobile-menu-trigger-minimal\";}}}i:1;a:3:{i:0;s:31:\"color:var(--ast-global-color-0)\";i:1;s:11:\"border:none\";i:2;s:22:\"background:transparent\";}}i:530;a:2:{i:0;a:1:{s:104:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:23:\"mobile-menu-toggle-icon\";i:2;s:14:\"ast-mobile-svg\";}}}i:1;a:3:{i:0;s:10:\"width:20px\";i:1;s:11:\"height:20px\";i:2;s:30:\"fill:var(--ast-global-color-0)\";}}i:531;a:2:{i:0;a:1:{s:94:\"[data-section=\"section-header-mobile-trigger\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu\";a:2:{i:3;a:1:{i:0;s:12:\"data-section\";}i:1;a:3:{i:0;s:15:\"ast-button-wrap\";i:1;s:16:\"mobile-menu-wrap\";i:2;s:11:\"mobile-menu\";}}}i:1;a:1:{i:0;s:31:\"color:var(--ast-global-color-0)\";}}i:532;a:2:{i:0;a:1:{s:65:\".ast-builder-menu-mobile .main-navigation .menu-item > .menu-link\";a:1:{i:1;a:4:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:9:\"menu-link\";}}}i:1;a:2:{i:0;s:19:\"font-family:inherit\";i:1;s:19:\"font-weight:inherit\";}}i:533;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:534;a:2:{i:0;a:1:{s:84:\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\";a:1:{i:1;a:4:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"content:unset\";}}i:535;a:2:{i:0;a:3:{s:58:\".ast-hfb-header .ast-builder-menu-mobile .main-header-menu\";a:1:{i:1;a:3:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:16:\"main-header-menu\";}}s:79:\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link\";a:1:{i:1;a:5:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";i:3;s:9:\"menu-item\";i:4;s:9:\"menu-link\";}}s:89:\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link\";a:1:{i:1;a:6:{i:0;s:14:\"ast-hfb-header\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";i:3;s:9:\"menu-item\";i:4;s:8:\"sub-menu\";i:5;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:17:\"border-style:none\";}}i:536;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:537;s:25:\"@media (max-width:921px){\";i:538;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:539;a:2:{i:0;a:1:{s:84:\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\";a:1:{i:1;a:4:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:22:\"menu-item-has-children\";i:3;s:9:\"menu-link\";}}}i:1;a:1:{i:0;s:13:\"content:unset\";}}i:540;s:1:\"}\";i:541;s:25:\"@media (max-width:544px){\";i:542;a:2:{i:0;a:1:{s:94:\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\";a:1:{i:1;a:5:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";i:2;s:9:\"menu-item\";i:3;s:22:\"menu-item-has-children\";i:4;s:15:\"ast-menu-toggle\";}}}i:1;a:1:{i:0;s:5:\"top:0\";}}i:543;s:1:\"}\";i:544;a:2:{i:0;a:1:{s:41:\".ast-builder-menu-mobile .main-navigation\";a:1:{i:1;a:2:{i:0;s:23:\"ast-builder-menu-mobile\";i:1;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:545;s:25:\"@media (max-width:921px){\";i:546;a:2:{i:0;a:1:{s:65:\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:547;s:1:\"}\";i:548;s:25:\"@media (max-width:544px){\";i:549;a:2:{i:0;a:1:{s:65:\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\";a:1:{i:1;a:3:{i:0;s:22:\"ast-header-break-point\";i:1;s:23:\"ast-builder-menu-mobile\";i:2;s:15:\"main-navigation\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:550;s:1:\"}\";i:551;a:2:{i:0;a:1:{s:20:\".comment-reply-title\";a:1:{i:1;a:1:{i:0;s:19:\"comment-reply-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:24px\";i:1;s:16:\"font-size:1.6rem\";}}i:552;a:2:{i:0;a:1:{s:17:\".ast-comment-meta\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-meta\";}}}i:1;a:4:{i:0;s:23:\"line-height:1.666666667\";i:1;s:31:\"color:var(--ast-global-color-0)\";i:2;s:14:\"font-size:12px\";i:3;s:15:\"font-size:.8rem\";}}i:553;a:2:{i:0;a:1:{s:44:\".ast-comment-list #cancel-comment-reply-link\";a:2:{i:1;a:1:{i:0;s:16:\"ast-comment-list\";}i:2;a:1:{i:0;s:25:\"cancel-comment-reply-link\";}}}i:1;a:2:{i:0;s:14:\"font-size:15px\";i:1;s:14:\"font-size:1rem\";}}i:554;a:2:{i:0;a:1:{s:15:\".comments-title\";a:1:{i:1;a:1:{i:0;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:13:\"padding:2em 0\";}}i:555;a:2:{i:0;a:1:{s:15:\".comments-title\";a:1:{i:1;a:1:{i:0;s:14:\"comments-title\";}}}i:1;a:2:{i:0;s:18:\"font-weight:normal\";i:1;s:20:\"word-wrap:break-word\";}}i:556;a:2:{i:0;a:1:{s:17:\".ast-comment-list\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-list\";}}}i:1;a:4:{i:0;s:8:\"margin:0\";i:1;s:20:\"word-wrap:break-word\";i:2;s:19:\"padding-bottom:.5em\";i:3;s:15:\"list-style:none\";}}i:557;a:2:{i:0;a:1:{s:20:\".ast-comment-list li\";a:2:{i:1;a:1:{i:0;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:558;a:2:{i:0;a:1:{s:46:\".ast-comment-list .ast-comment-edit-reply-wrap\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-list\";i:1;s:27:\"ast-comment-edit-reply-wrap\";}}}i:1;a:3:{i:0;s:16:\"-js-display:flex\";i:1;s:12:\"display:flex\";i:2;s:24:\"justify-content:flex-end\";}}i:559;a:2:{i:0;a:1:{s:32:\".ast-comment-list .ast-edit-link\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-list\";i:1;s:13:\"ast-edit-link\";}}}i:1;a:1:{i:0;s:6:\"flex:1\";}}i:560;a:2:{i:0;a:1:{s:46:\".ast-comment-list .comment-awaiting-moderation\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-list\";i:1;s:27:\"comment-awaiting-moderation\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:561;a:2:{i:0;a:1:{s:12:\".ast-comment\";a:1:{i:1;a:1:{i:0;s:11:\"ast-comment\";}}}i:1;a:1:{i:0;s:13:\"padding:1em 0\";}}i:562;a:2:{i:0;a:2:{s:25:\".ast-comment-info amp-img\";a:2:{i:1;a:1:{i:0;s:16:\"ast-comment-info\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:26:\".ast-comment-info amp-anim\";a:2:{i:1;a:1:{i:0;s:16:\"ast-comment-info\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:17:\"border-radius:50%\";}}i:563;a:2:{i:0;a:1:{s:27:\".ast-comment-cite-wrap cite\";a:2:{i:1;a:1:{i:0;s:21:\"ast-comment-cite-wrap\";}i:0;a:1:{i:0;s:4:\"cite\";}}}i:1;a:1:{i:0;s:17:\"font-style:normal\";}}i:564;a:2:{i:0;a:1:{s:20:\".comment-reply-title\";a:1:{i:1;a:1:{i:0;s:19:\"comment-reply-title\";}}}i:1;a:3:{i:0;s:15:\"padding-top:1em\";i:1;s:18:\"font-weight:normal\";i:2;s:16:\"line-height:1.65\";}}i:565;a:2:{i:0;a:1:{s:17:\".ast-comment-meta\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-meta\";}}}i:1;a:1:{i:0;s:18:\"margin-bottom:.5em\";}}i:566;a:2:{i:0;a:1:{s:14:\".comments-area\";a:1:{i:1;a:1:{i:0;s:13:\"comments-area\";}}}i:1;a:2:{i:0;s:25:\"border-top:1px solid #eee\";i:1;s:14:\"margin-top:2em\";}}i:567;a:2:{i:0;a:1:{s:36:\".comments-area .comment-form-comment\";a:1:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:20:\"comment-form-comment\";}}}i:1;a:4:{i:0;s:10:\"width:100%\";i:1;s:11:\"border:none\";i:2;s:8:\"margin:0\";i:3;s:9:\"padding:0\";}}i:568;a:2:{i:0;a:3:{s:29:\".comments-area .comment-notes\";a:1:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:13:\"comment-notes\";}}s:32:\".comments-area .comment-textarea\";a:1:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:16:\"comment-textarea\";}}s:33:\".comments-area .form-allowed-tags\";a:1:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:17:\"form-allowed-tags\";}}}i:1;a:1:{i:0;s:19:\"margin-bottom:1.5em\";}}i:569;a:2:{i:0;a:1:{s:27:\".comments-area .form-submit\";a:1:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:11:\"form-submit\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:570;a:2:{i:0;a:2:{s:31:\".comments-area textarea#comment\";a:3:{i:1;a:1:{i:0;s:13:\"comments-area\";}i:2;a:1:{i:0;s:7:\"comment\";}i:0;a:1:{i:0;s:8:\"textarea\";}}s:55:\".comments-area .ast-comment-formwrap input[type=\"text\"]\";a:3:{i:3;a:1:{i:0;s:4:\"type\";}i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:20:\"ast-comment-formwrap\";}i:0;a:1:{i:0;s:5:\"input\";}}}i:1;a:4:{i:0;s:10:\"width:100%\";i:1;s:15:\"border-radius:0\";i:2;s:21:\"vertical-align:middle\";i:3;s:18:\"margin-bottom:10px\";}}i:571;a:2:{i:0;a:1:{s:27:\".comments-area .no-comments\";a:1:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:11:\"no-comments\";}}}i:1;a:2:{i:0;s:15:\"margin-top:.5em\";i:1;s:18:\"margin-bottom:.5em\";}}i:572;a:2:{i:0;a:1:{s:29:\".comments-area p.logged-in-as\";a:2:{i:1;a:2:{i:0;s:13:\"comments-area\";i:1;s:12:\"logged-in-as\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"margin-bottom:1em\";}}i:573;a:2:{i:0;a:1:{s:39:\".ast-separate-container .comments-title\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:14:\"comments-title\";}}}i:1;a:2:{i:0;s:21:\"background-color:#fff\";i:1;s:22:\"padding:1.2em 3.99em 0\";}}i:574;a:2:{i:0;a:1:{s:38:\".ast-separate-container .comments-area\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:13:\"comments-area\";}}}i:1;a:1:{i:0;s:12:\"border-top:0\";}}i:575;a:2:{i:0;a:1:{s:41:\".ast-separate-container .ast-comment-list\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";}}}i:1;a:1:{i:0;s:16:\"padding-bottom:0\";}}i:576;a:2:{i:0;a:1:{s:44:\".ast-separate-container .ast-comment-list li\";a:2:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:21:\"background-color:#fff\";}}i:577;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"padding:4em 6.67em\";i:1;s:17:\"margin-bottom:2em\";}}i:578;s:27:\"@media (max-width: 1200px){\";i:579;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"padding:3em 3.34em\";}}i:580;s:1:\"}\";i:581;a:2:{i:0;a:1:{s:65:\".ast-separate-container .ast-comment-list li.depth-1 .children li\";a:2:{i:1;a:4:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";i:3;s:8:\"children\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:2:\"li\";}}}i:1;a:3:{i:0;s:16:\"padding-bottom:0\";i:1;s:13:\"padding-top:0\";i:2;s:15:\"margin-bottom:0\";}}i:582;a:2:{i:0;a:2:{s:65:\".ast-separate-container .ast-comment-list li.depth-1 .ast-comment\";a:2:{i:1;a:4:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";i:3;s:11:\"ast-comment\";}i:0;a:1:{i:0;s:2:\"li\";}}s:65:\".ast-separate-container .ast-comment-list li.depth-2 .ast-comment\";a:2:{i:1;a:4:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-2\";i:3;s:11:\"ast-comment\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-bottom:0\";}}i:583;a:2:{i:0;a:1:{s:58:\".ast-separate-container .ast-comment-list .comment-respond\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:15:\"comment-respond\";}}}i:1;a:3:{i:0;s:13:\"padding-top:0\";i:1;s:18:\"padding-bottom:1em\";i:2;s:28:\"background-color:transparent\";}}i:584;a:2:{i:0;a:1:{s:53:\".ast-separate-container .ast-comment-list .pingback p\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:8:\"pingback\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:15:\"margin-bottom:0\";}}i:585;a:2:{i:0;a:1:{s:55:\".ast-separate-container .ast-comment-list .bypostauthor\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";}}}i:1;a:2:{i:0;s:11:\"padding:2em\";i:1;s:17:\"margin-bottom:1em\";}}i:586;a:2:{i:0;a:1:{s:58:\".ast-separate-container .ast-comment-list .bypostauthor li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:22:\"background:transparent\";i:1;s:15:\"margin-bottom:0\";i:2;s:17:\"padding:0 0 0 2em\";}}i:587;a:2:{i:0;a:1:{s:40:\".ast-separate-container .comment-respond\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"comment-respond\";}}}i:1;a:3:{i:0;s:21:\"background-color:#fff\";i:1;s:18:\"padding:4em 6.67em\";i:2;s:15:\"border-bottom:0\";}}i:588;s:27:\"@media (max-width: 1200px){\";i:589;a:2:{i:0;a:1:{s:40:\".ast-separate-container .comment-respond\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"comment-respond\";}}}i:1;a:1:{i:0;s:18:\"padding:3em 2.34em\";}}i:590;s:1:\"}\";i:591;a:2:{i:0;a:1:{s:44:\".ast-separate-container .comment-reply-title\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:19:\"comment-reply-title\";}}}i:1;a:1:{i:0;s:13:\"padding-top:0\";}}i:592;a:2:{i:0;a:1:{s:18:\".comment-content a\";a:2:{i:1;a:1:{i:0;s:15:\"comment-content\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:20:\"word-wrap:break-word\";}}i:593;a:2:{i:0;a:1:{s:20:\".comment-form-legend\";a:1:{i:1;a:1:{i:0;s:19:\"comment-form-legend\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:unset\";i:1;s:14:\"padding:0 .5em\";}}i:594;a:2:{i:0;a:1:{s:27:\".ast-comment-list .children\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-list\";i:1;s:8:\"children\";}}}i:1;a:1:{i:0;s:15:\"margin-left:2em\";}}i:595;s:26:\"@media (max-width: 992px){\";i:596;a:2:{i:0;a:1:{s:27:\".ast-comment-list .children\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-list\";i:1;s:8:\"children\";}}}i:1;a:1:{i:0;s:15:\"margin-left:1em\";}}i:597;s:1:\"}\";i:598;a:2:{i:0;a:1:{s:44:\".ast-comment-list #cancel-comment-reply-link\";a:2:{i:1;a:1:{i:0;s:16:\"ast-comment-list\";}i:2;a:1:{i:0;s:25:\"cancel-comment-reply-link\";}}}i:1;a:4:{i:0;s:18:\"white-space:nowrap\";i:1;s:14:\"font-size:15px\";i:2;s:14:\"font-size:1rem\";i:3;s:15:\"margin-left:1em\";}}i:599;a:2:{i:0;a:1:{s:17:\".ast-comment-info\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-info\";}}}i:1;a:2:{i:0;s:12:\"display:flex\";i:1;s:17:\"position:relative\";}}i:600;a:2:{i:0;a:1:{s:17:\".ast-comment-meta\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-meta\";}}}i:1;a:2:{i:0;s:21:\"justify-content:right\";i:1;s:21:\"padding:0 3.4em 1.6em\";}}i:601;a:2:{i:0;a:1:{s:28:\".ast-comment-time .timendate\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-time\";i:1;s:9:\"timendate\";}}}i:1;a:1:{i:0;s:17:\"margin-right:.5em\";}}i:602;a:2:{i:0;a:1:{s:42:\".comments-area #wp-comment-cookies-consent\";a:2:{i:1;a:1:{i:0;s:13:\"comments-area\";}i:2;a:1:{i:0;s:26:\"wp-comment-cookies-consent\";}}}i:1;a:1:{i:0;s:17:\"margin-right:10px\";}}i:603;a:2:{i:0;a:1:{s:41:\".ast-page-builder-template .comments-area\";a:1:{i:1;a:2:{i:0;s:25:\"ast-page-builder-template\";i:1;s:13:\"comments-area\";}}}i:1;a:4:{i:0;s:17:\"padding-left:20px\";i:1;s:18:\"padding-right:20px\";i:2;s:12:\"margin-top:0\";i:3;s:17:\"margin-bottom:2em\";}}i:604;a:2:{i:0;a:1:{s:69:\".ast-separate-container .ast-comment-list .bypostauthor .bypostauthor\";a:1:{i:1;a:4:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";i:3;s:12:\"bypostauthor\";}}}i:1;a:5:{i:0;s:22:\"background:transparent\";i:1;s:15:\"margin-bottom:0\";i:2;s:15:\"padding-right:0\";i:3;s:16:\"padding-bottom:0\";i:4;s:13:\"padding-top:0\";}}i:605;s:25:\"@media (min-width:922px){\";i:606;a:2:{i:0;a:1:{s:61:\".ast-separate-container .ast-comment-list li .comment-respond\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:15:\"comment-respond\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:22:\"padding-left:2.66666em\";i:1;s:23:\"padding-right:2.66666em\";}}i:607;s:1:\"}\";i:608;s:25:\"@media (max-width:544px){\";i:609;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:17:\"padding:1.5em 1em\";i:1;s:19:\"margin-bottom:1.5em\";}}i:610;a:2:{i:0;a:1:{s:55:\".ast-separate-container .ast-comment-list .bypostauthor\";a:1:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";}}}i:1;a:1:{i:0;s:12:\"padding:.5em\";}}i:611;a:2:{i:0;a:1:{s:40:\".ast-separate-container .comment-respond\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"comment-respond\";}}}i:1;a:1:{i:0;s:17:\"padding:1.5em 1em\";}}i:612;a:2:{i:0;a:1:{s:58:\".ast-separate-container .ast-comment-list .bypostauthor li\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:12:\"bypostauthor\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"padding:0 0 0 .5em\";}}i:613;a:2:{i:0;a:1:{s:27:\".ast-comment-list .children\";a:1:{i:1;a:2:{i:0;s:16:\"ast-comment-list\";i:1;s:8:\"children\";}}}i:1;a:1:{i:0;s:20:\"margin-left:.66666em\";}}i:614;s:1:\"}\";i:615;s:25:\"@media (max-width:921px){\";i:616;a:2:{i:0;a:2:{s:32:\".ast-comment-avatar-wrap amp-img\";a:2:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}s:33:\".ast-comment-avatar-wrap amp-anim\";a:2:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}}i:1;a:1:{i:0;s:15:\"max-width:2.5em\";}}i:617;a:2:{i:0;a:1:{s:14:\".comments-area\";a:1:{i:1;a:1:{i:0;s:13:\"comments-area\";}}}i:1;a:1:{i:0;s:16:\"margin-top:1.5em\";}}i:618;a:2:{i:0;a:1:{s:39:\".ast-separate-container .comments-title\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:14:\"comments-title\";}}}i:1;a:1:{i:0;s:21:\"padding:1.43em 1.48em\";}}i:619;a:2:{i:0;a:1:{s:17:\".ast-comment-meta\";a:1:{i:1;a:1:{i:0;s:16:\"ast-comment-meta\";}}}i:1;a:1:{i:0;s:27:\"padding:0 1.8888em 1.3333em\";}}i:620;a:2:{i:0;a:1:{s:52:\".ast-separate-container .ast-comment-list li.depth-1\";a:2:{i:1;a:3:{i:0;s:22:\"ast-separate-container\";i:1;s:16:\"ast-comment-list\";i:2;s:7:\"depth-1\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:20:\"padding:1.5em 2.14em\";}}i:621;a:2:{i:0;a:1:{s:40:\".ast-separate-container .comment-respond\";a:1:{i:1;a:2:{i:0;s:22:\"ast-separate-container\";i:1;s:15:\"comment-respond\";}}}i:1;a:1:{i:0;s:18:\"padding:2em 2.14em\";}}i:622;a:2:{i:0;a:1:{s:24:\".ast-comment-avatar-wrap\";a:1:{i:1;a:1:{i:0;s:23:\"ast-comment-avatar-wrap\";}}}i:1;a:1:{i:0;s:17:\"margin-right:.5em\";}}i:623;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"543d9be378ad6e36435ce92a1ab60206\";s:10:\"parse_time\";d:0.10375595092773438;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}','off'),
(163326,'wpseo_llms_txt_content_hash','','auto'),
(163334,'fm_key','uyjtIh2i0Q8erHnCWR5lBLoca','auto'),
(166389,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/id_ID/wordpress-6.8.3.zip\";s:6:\"locale\";s:5:\"id_ID\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/id_ID/wordpress-6.8.3.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.3\";s:7:\"version\";s:5:\"6.8.3\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1762023917;s:15:\"version_checked\";s:5:\"6.8.3\";s:12:\"translations\";a:0:{}}','off'),
(166728,'using_application_passwords','1','off'),
(166997,'_site_transient_timeout_php_check_38979a08dcd71638878b7b4419751271','1761993800','off'),
(166998,'_site_transient_php_check_38979a08dcd71638878b7b4419751271','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','off'),
(167144,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1762023918;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:11:\"amp/amp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:17:\"w.org/plugins/amp\";s:4:\"slug\";s:3:\"amp\";s:6:\"plugin\";s:11:\"amp/amp.php\";s:11:\"new_version\";s:5:\"2.5.5\";s:3:\"url\";s:34:\"https://wordpress.org/plugins/amp/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/amp.2.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:48:\"https://ps.w.org/amp/assets/icon.svg?rev=2527602\";s:3:\"svg\";s:48:\"https://ps.w.org/amp/assets/icon.svg?rev=2527602\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/amp/assets/banner-1544x500.png?rev=2527602\";s:2:\"1x\";s:58:\"https://ps.w.org/amp/assets/banner-772x250.png?rev=2527602\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:5:\"7.6.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"26.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3112542\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3112542\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.7\";}}s:7:\"checked\";a:5:{s:11:\"amp/amp.php\";s:5:\"2.5.5\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.7\";s:35:\"litespeed-cache/litespeed-cache.php\";s:5:\"7.6.2\";s:23:\"wp-compat/wp-compat.php\";s:5:\"1.3.2\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"26.2\";}}','off'),
(167165,'_site_transient_timeout_browser_ac0a07bdfc0b291a92007f13d7a7ded8','1762056099','off'),
(167166,'_site_transient_browser_ac0a07bdfc0b291a92007f13d7a7ded8','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"108.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),
(168277,'_site_transient_timeout_browser_9c1ce27f08b16479d2e17743062b28ed','1762420336','off'),
(168278,'_site_transient_browser_9c1ce27f08b16479d2e17743062b28ed','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"120.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),
(168758,'_site_transient_timeout_browser_eaf3a6f2557c3674082ed7543b7fe033','1762571356','off'),
(168759,'_site_transient_browser_eaf3a6f2557c3674082ed7543b7fe033','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"115.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),
(168915,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1762023919;s:7:\"checked\";a:2:{s:7:\"mabar88\";s:3:\"2.0\";s:16:\"twentytwentyfive\";s:3:\"1.0\";}s:8:\"response\";a:1:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),
(168925,'_site_transient_timeout_theme_roots','1762029381','off'),
(168926,'_site_transient_theme_roots','a:2:{s:7:\"mabar88\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}','off'),
(168940,'_site_transient_timeout_available_translations','1762044730','off'),
(168941,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.11/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.7/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-07-10 08:09:09\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.7/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.28/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-06-26 09:35:39\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-01 16:41:58\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-29 09:22:47\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-09-09 08:25:54\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-05 08:42:11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-23 11:26:14\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-07-28 10:25:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-23 12:02:03\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-01 00:08:29\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-01 00:07:49\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.3/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-07-28 10:25:24\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.8.3/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-22 13:46:55\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-07-29 13:22:09\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-08-19 23:02:24\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-05-22 11:56:25\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-08 12:55:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-21 17:41:39\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-08-19 08:40:47\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-09 03:23:24\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-24 16:10:21\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.12\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.12/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.18/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.23/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-09-30 21:17:40\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-01 22:54:47\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-02 21:15:15\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-08 01:26:01\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-07-05 12:26:55\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-02 18:18:37\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-01 04:49:09\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-09-25 05:20:17\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.7/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-01 15:38:59\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2025-10-21 16:35:04\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.8/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-29 21:50:08\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-08-29 04:27:18\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-18 08:52:05\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-18 06:36:37\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-23 03:46:40\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-14 17:47:58\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-03 12:44:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-04-14 08:02:58\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.23/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-29 19:46:21\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-01 23:59:20\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-31 00:26:34\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.3/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-15 12:39:47\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.3/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-09-27 20:51:17\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-07-15 19:11:43\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.0.11/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-28 17:29:15\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.7/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-08-26 17:30:52\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.17\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.17/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-09 19:23:11\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-14 15:29:10\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-01 07:26:29\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-15 13:45:15\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-30 13:15:15\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.3/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-03 22:11:25\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-10 08:00:47\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-10 08:01:51\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.8.3/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-27 23:52:28\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-27 09:09:11\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-09-30 19:16:19\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.18/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-13 06:23:32\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-04-24 16:58:02\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.3/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-29 11:19:02\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-04-18 09:38:51\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-23 11:49:16\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-15 10:44:57\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-06-28 12:50:48\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.12\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.12/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-10 17:38:55\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-23 11:58:31\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-10 20:06:35\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 21:10:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.18/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-09-01 09:12:13\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.3/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-01 08:48:55\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-10-27 07:52:03\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','off'),
(168950,'category_children','a:58:{i:505;a:1:{i:0;i:506;}i:507;a:1:{i:0;i:508;}i:509;a:1:{i:0;i:510;}i:511;a:1:{i:0;i:512;}i:513;a:1:{i:0;i:514;}i:516;a:1:{i:0;i:517;}i:518;a:1:{i:0;i:519;}i:533;a:1:{i:0;i:534;}i:535;a:1:{i:0;i:536;}i:537;a:1:{i:0;i:538;}i:539;a:1:{i:0;i:540;}i:541;a:1:{i:0;i:542;}i:543;a:1:{i:0;i:544;}i:545;a:1:{i:0;i:546;}i:552;a:1:{i:0;i:553;}i:556;a:1:{i:0;i:557;}i:559;a:1:{i:0;i:560;}i:567;a:1:{i:0;i:568;}i:570;a:1:{i:0;i:571;}i:573;a:1:{i:0;i:574;}i:575;a:1:{i:0;i:576;}i:577;a:1:{i:0;i:578;}i:579;a:1:{i:0;i:580;}i:581;a:1:{i:0;i:582;}i:583;a:1:{i:0;i:584;}i:585;a:1:{i:0;i:586;}i:590;a:1:{i:0;i:591;}i:592;a:1:{i:0;i:593;}i:594;a:2:{i:0;i:595;i:1;i:607;}i:596;a:1:{i:0;i:597;}i:598;a:1:{i:0;i:599;}i:600;a:1:{i:0;i:601;}i:602;a:1:{i:0;i:603;}i:604;a:1:{i:0;i:605;}i:608;a:1:{i:0;i:609;}i:614;a:1:{i:0;i:615;}i:616;a:1:{i:0;i:617;}i:618;a:1:{i:0;i:619;}i:620;a:1:{i:0;i:621;}i:623;a:1:{i:0;i:624;}i:625;a:1:{i:0;i:626;}i:630;a:1:{i:0;i:631;}i:632;a:1:{i:0;i:633;}i:634;a:1:{i:0;i:635;}i:638;a:1:{i:0;i:639;}i:641;a:1:{i:0;i:642;}i:643;a:1:{i:0;i:644;}i:647;a:1:{i:0;i:648;}i:654;a:1:{i:0;i:655;}i:656;a:1:{i:0;i:657;}i:658;a:1:{i:0;i:659;}i:660;a:1:{i:0;i:661;}i:662;a:1:{i:0;i:663;}i:665;a:1:{i:0;i:666;}i:667;a:1:{i:0;i:668;}i:669;a:1:{i:0;i:670;}i:671;a:1:{i:0;i:672;}i:673;a:1:{i:0;i:674;}}','auto'),
(168960,'_site_transient_timeout_wp_theme_files_patterns-f427301ce929f7a1fab9e285dfbb8c52','1762044439','off'),
(168961,'_site_transient_wp_theme_files_patterns-f427301ce929f7a1fab9e285dfbb8c52','a:2:{s:7:\"version\";s:3:\"2.0\";s:8:\"patterns\";a:0:{}}','off'),
(168962,'_transient_timeout_astra-theme-cron-test-ok','1762046661','off'),
(168963,'_transient_astra-theme-cron-test-ok','1','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3247 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES
(3,6,'_amp_validated_environment','a:3:{s:5:\"theme\";a:1:{s:7:\"mabar88\";s:3:\"2.0\";}s:7:\"plugins\";a:4:{s:3:\"amp\";s:5:\"2.5.4\";s:14:\"classic-editor\";s:5:\"1.6.4\";s:15:\"litespeed-cache\";s:5:\"6.4.1\";s:13:\"wordpress-seo\";s:4:\"23.3\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(4,6,'_amp_queried_object','a:2:{s:2:\"id\";i:1;s:4:\"type\";s:4:\"post\";}'),
(6,7,'_amp_validated_environment','a:3:{s:5:\"theme\";a:1:{s:7:\"mabar88\";s:3:\"2.0\";}s:7:\"plugins\";a:4:{s:3:\"amp\";s:5:\"2.5.4\";s:14:\"classic-editor\";s:5:\"1.6.4\";s:15:\"litespeed-cache\";s:5:\"6.4.1\";s:13:\"wordpress-seo\";s:4:\"23.3\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(7,7,'_amp_queried_object','a:2:{s:2:\"id\";i:2;s:4:\"type\";s:4:\"post\";}'),
(21,13,'_wp_attached_file','2024/08/Mabar-Favicon.jpg'),
(22,13,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:25:\"2024/08/Mabar-Favicon.jpg\";s:8:\"filesize\";i:35054;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Mabar-Favicon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Mabar-Favicon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5573;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23,13,'_wp_attachment_image_alt','Lion288 Favicon'),
(24,14,'_wp_attachment_image_alt','Lion288 Favicon'),
(25,14,'_wp_attached_file','2024/08/cropped-Mabar-Favicon.jpg'),
(26,14,'_wp_attachment_context','site-icon'),
(27,14,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:33:\"2024/08/cropped-Mabar-Favicon.jpg\";s:8:\"filesize\";i:23794;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"cropped-Mabar-Favicon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12755;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"cropped-Mabar-Favicon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5578;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:33:\"cropped-Mabar-Favicon-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11260;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:33:\"cropped-Mabar-Favicon-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7452;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:33:\"cropped-Mabar-Favicon-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6818;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:31:\"cropped-Mabar-Favicon-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:982;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(44,20,'_edit_last','1'),
(45,20,'_edit_lock','1759645634:1'),
(46,21,'_wp_attached_file','2024/08/Indukan-Mabar88.png'),
(47,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:514;s:6:\"height\";i:747;s:4:\"file\";s:27:\"2024/08/Indukan-Mabar88.png\";s:8:\"filesize\";i:178951;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Indukan-Mabar88-206x300.png\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145778;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Indukan-Mabar88-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61091;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(48,21,'_wp_attachment_image_alt','Lion288AV'),
(49,20,'_thumbnail_id','21'),
(50,20,'_wp_page_template','default'),
(51,20,'site-sidebar-layout','default'),
(52,20,'site-content-layout','default'),
(53,20,'theme-transparent-header-meta','default'),
(54,20,'_yoast_wpseo_focuskw','Lion288'),
(55,20,'_yoast_wpseo_title','%%title%% %%sep%% Mission Digital Baru Level Up Cepat Jadi Champion'),
(56,20,'_yoast_wpseo_metadesc','Mission digital baru Lion288 hadir bantu level up cepat, quest seru, strategi efektif, dan hadiah besar untuk champion Lion 288.'),
(57,20,'_yoast_wpseo_linkdex','53'),
(58,20,'_yoast_wpseo_content_score','90'),
(59,20,'_yoast_wpseo_is_cornerstone','1'),
(60,20,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(61,20,'_yoast_wpseo_meta-robots-noindex','2'),
(62,20,'_yoast_wpseo_canonical','https://lion288slot.com'),
(69,26,'_edit_last','1'),
(70,26,'_edit_lock','1724963074:1'),
(71,27,'_wp_attached_file','2024/08/Mabar.jpg'),
(72,27,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:17:\"2024/08/Mabar.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Mabar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(73,27,'_wp_attachment_image_alt','Lion288 Daftar'),
(74,26,'_thumbnail_id','27'),
(76,26,'site-sidebar-layout','default'),
(77,26,'site-content-layout','default'),
(78,26,'theme-transparent-header-meta','default'),
(79,26,'_yoast_wpseo_primary_category',''),
(80,26,'_yoast_wpseo_focuskw','Lion288 Daftar'),
(81,26,'_yoast_wpseo_title','%%title%% %%sep%% Agen Game Dengan Keuntungan Besar Trusted'),
(82,26,'_yoast_wpseo_metadesc','Lion288 Daftar adalah permainan online dengan prize pool dalam gaming tak tertandingi dan peluang meraih hadiah besar.'),
(83,26,'_yoast_wpseo_linkdex','49'),
(84,26,'_yoast_wpseo_content_score','90'),
(85,26,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(86,26,'_yoast_wpseo_meta-robots-noindex','2'),
(87,26,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-daftar/'),
(88,41,'_wp_attached_file','2024/08/Mabar-1.jpg'),
(89,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2024/08/Mabar-1.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(90,41,'_wp_attachment_image_alt','Lion288 Register'),
(91,29,'_edit_last','1'),
(92,29,'_edit_lock','1724963074:1'),
(93,29,'_thumbnail_id','41'),
(95,29,'site-sidebar-layout','default'),
(96,29,'site-content-layout','default'),
(97,29,'theme-transparent-header-meta','default'),
(98,29,'_yoast_wpseo_primary_category',''),
(99,29,'_yoast_wpseo_focuskw','Lion288 Register'),
(100,29,'_yoast_wpseo_title','%%title%% %%sep%% Situs Game Online Populer Prize Terpopuler'),
(101,29,'_yoast_wpseo_metadesc','Lion288 Register adalah pengalaman bermain exclusive Big Win dalam istimewa, dan nikmati besar spektakuler terbaik.'),
(102,29,'_yoast_wpseo_linkdex','49'),
(103,29,'_yoast_wpseo_content_score','90'),
(104,29,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(105,29,'_yoast_wpseo_meta-robots-noindex','2'),
(106,29,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-register/'),
(107,30,'_edit_last','1'),
(108,30,'_edit_lock','1724963074:1'),
(109,43,'_wp_attached_file','2024/08/Mabar-2.jpg'),
(110,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2024/08/Mabar-2.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(111,43,'_wp_attachment_image_alt','Lion288 Login'),
(112,30,'_thumbnail_id','43'),
(113,30,'site-sidebar-layout','default'),
(114,30,'site-content-layout','default'),
(115,30,'theme-transparent-header-meta','default'),
(116,30,'_yoast_wpseo_primary_category',''),
(117,30,'_yoast_wpseo_focuskw','Lion288 Login'),
(118,30,'_yoast_wpseo_title','%%title%% %%sep%% Agen Game Online Big Win Dan Terbaik Populer'),
(119,30,'_yoast_wpseo_metadesc','Lion288 Login adalah permainan online dengan prize pool dalam gaming tak tertandingi dan peluang meraih hadiah besar.'),
(120,30,'_yoast_wpseo_linkdex','49'),
(121,30,'_yoast_wpseo_content_score','90'),
(122,30,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(123,30,'_yoast_wpseo_meta-robots-noindex','2'),
(124,30,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-login/'),
(125,31,'_edit_last','1'),
(126,31,'_edit_lock','1724963074:1'),
(127,45,'_wp_attached_file','2024/08/Mabar-3.jpg'),
(128,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2024/08/Mabar-3.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(129,45,'_wp_attachment_image_alt','Lion288 Download'),
(130,31,'_thumbnail_id','45'),
(131,31,'site-sidebar-layout','default'),
(132,31,'site-content-layout','default'),
(133,31,'theme-transparent-header-meta','default'),
(134,31,'_yoast_wpseo_primary_category',''),
(135,31,'_yoast_wpseo_focuskw','Lion288 Download'),
(136,31,'_yoast_wpseo_title','%%title%% %%sep%% Situs Game Online Populer Prize Pool'),
(137,31,'_yoast_wpseo_metadesc','Lion288 Download adalah pengalaman bermain exclusive Big Win dalam istimewa, dan nikmati besar spektakuler terbaik.'),
(138,31,'_yoast_wpseo_linkdex','49'),
(139,31,'_yoast_wpseo_content_score','90'),
(140,31,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(141,31,'_yoast_wpseo_meta-robots-noindex','2'),
(142,31,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-download/'),
(143,32,'_edit_last','1'),
(144,32,'_edit_lock','1724963074:1'),
(145,47,'_wp_attached_file','2024/08/Mabar-4.jpg'),
(146,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2024/08/Mabar-4.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(147,47,'_wp_attachment_image_alt','Lion288 Online'),
(148,32,'_thumbnail_id','47'),
(149,32,'site-sidebar-layout','default'),
(150,32,'site-content-layout','default'),
(151,32,'theme-transparent-header-meta','default'),
(152,32,'_yoast_wpseo_primary_category',''),
(153,32,'_yoast_wpseo_focuskw','Lion288 Online'),
(154,32,'_yoast_wpseo_title','%%title%% %%sep%% Situs Dengan Games Online Terkenal Exclusive'),
(155,32,'_yoast_wpseo_metadesc','Lion288 Online adalah permainan online dengan prize pool dalam gaming tak tertandingi dan peluang meraih hadiah besar.'),
(156,32,'_yoast_wpseo_linkdex','49'),
(157,32,'_yoast_wpseo_content_score','90'),
(158,32,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(159,32,'_yoast_wpseo_meta-robots-noindex','2'),
(160,32,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-online/'),
(161,33,'_edit_last','1'),
(162,33,'_edit_lock','1724963074:1'),
(163,49,'_wp_attached_file','2024/08/Mabar-5.jpg'),
(164,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2024/08/Mabar-5.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(165,49,'_wp_attachment_image_alt','Lion288 Link'),
(166,33,'_thumbnail_id','49'),
(167,33,'site-sidebar-layout','default'),
(168,33,'site-content-layout','default'),
(169,33,'theme-transparent-header-meta','default'),
(170,33,'_yoast_wpseo_primary_category',''),
(171,33,'_yoast_wpseo_focuskw','Lion288 Link'),
(172,33,'_yoast_wpseo_title','%%title%% %%sep%% Situs Game Online Populer Prize Pool Terpopuler'),
(173,33,'_yoast_wpseo_metadesc','Lion288 Link adalah pengalaman bermain exclusive Big Win dalam istimewa, dan nikmati besar spektakuler terbaik.'),
(174,33,'_yoast_wpseo_linkdex','49'),
(175,33,'_yoast_wpseo_content_score','90'),
(176,33,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(177,33,'_yoast_wpseo_meta-robots-noindex','2'),
(178,33,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-link/'),
(179,34,'_edit_last','1'),
(180,34,'_edit_lock','1724963074:1'),
(181,51,'_wp_attached_file','2024/08/Mabar-6.jpg'),
(182,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2024/08/Mabar-6.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(183,51,'_wp_attachment_image_alt','Lion288 Alternatif'),
(184,34,'_thumbnail_id','51'),
(185,34,'site-sidebar-layout','default'),
(186,34,'site-content-layout','default'),
(187,34,'theme-transparent-header-meta','default'),
(188,34,'_yoast_wpseo_primary_category',''),
(189,34,'_yoast_wpseo_focuskw','Lion288 Alternatif'),
(190,34,'_yoast_wpseo_title','%%title%% %%sep%% Agen Game Online Big Win Dan Populer'),
(191,34,'_yoast_wpseo_metadesc','Lion288 Alternatif adalah permainan online dengan prize pool dalam gaming tak tertandingi dan peluang meraih hadiah besar.'),
(192,34,'_yoast_wpseo_linkdex','49'),
(193,34,'_yoast_wpseo_content_score','90'),
(194,34,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(195,34,'_yoast_wpseo_meta-robots-noindex','2'),
(196,34,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-alternatif/'),
(197,35,'_edit_last','1'),
(198,35,'_edit_lock','1724963074:1'),
(199,53,'_wp_attached_file','2024/08/Mabar-7.jpg'),
(200,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2024/08/Mabar-7.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(201,53,'_wp_attachment_image_alt','Lion288 Link Alternatif'),
(202,35,'_thumbnail_id','53'),
(203,35,'site-sidebar-layout','default'),
(204,35,'site-content-layout','default'),
(205,35,'theme-transparent-header-meta','default'),
(206,35,'_yoast_wpseo_primary_category',''),
(207,35,'_yoast_wpseo_focuskw','Lion288 Link Alternatif'),
(208,35,'_yoast_wpseo_title','%%title%% %%sep%% Situs Game Online Populer Prize Pool'),
(209,35,'_yoast_wpseo_metadesc','Lion288 Link Alternatif adalah pengalaman bermain exclusive Big Win dalam istimewa, dan nikmati besar spektakuler terbaik.'),
(210,35,'_yoast_wpseo_linkdex','49'),
(211,35,'_yoast_wpseo_content_score','90'),
(212,35,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(213,35,'_yoast_wpseo_meta-robots-noindex','2'),
(214,35,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-link-alternatif/'),
(215,36,'_edit_last','1'),
(216,36,'_edit_lock','1724963075:1'),
(217,55,'_wp_attached_file','2024/08/Mabar-8.jpg'),
(218,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2024/08/Mabar-8.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(219,55,'_wp_attachment_image_alt','Download Lion288 Apk Mobile'),
(220,36,'_thumbnail_id','55'),
(221,36,'site-sidebar-layout','default'),
(222,36,'site-content-layout','default'),
(223,36,'theme-transparent-header-meta','default'),
(224,36,'_yoast_wpseo_primary_category',''),
(225,36,'_yoast_wpseo_focuskw','Download Lion288 Apk Mobile'),
(226,36,'_yoast_wpseo_title','%%title%% %%sep%% Agen Game Besar Every Day'),
(227,36,'_yoast_wpseo_metadesc','Download Lion288 Apk Mobile adalah permainan online dengan prize pool dalam gaming tak tertandingi dan peluang meraih hadiah besar.'),
(228,36,'_yoast_wpseo_linkdex','49'),
(229,36,'_yoast_wpseo_content_score','90'),
(230,36,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(231,36,'_yoast_wpseo_meta-robots-noindex','2'),
(232,36,'_yoast_wpseo_canonical','https://lion288slot.com/download-lion288-apk-mobile/'),
(233,37,'_edit_last','1'),
(234,37,'_edit_lock','1724963075:1'),
(235,57,'_wp_attached_file','2024/08/Mabar-9.jpg'),
(236,57,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2024/08/Mabar-9.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(237,57,'_wp_attachment_image_alt','Link Alternatif Lion288'),
(238,37,'_thumbnail_id','57'),
(239,37,'site-sidebar-layout','default'),
(240,37,'site-content-layout','default'),
(241,37,'theme-transparent-header-meta','default'),
(242,37,'_yoast_wpseo_primary_category',''),
(243,37,'_yoast_wpseo_focuskw','Link Alternatif Lion288'),
(244,37,'_yoast_wpseo_title','%%title%% %%sep%% Situs Game Online Populer Prize'),
(245,37,'_yoast_wpseo_metadesc','Link Alternatif Lion288 adalah pengalaman bermain exclusive Big Win dalam istimewa, dan nikmati besar spektakuler terbaik.'),
(246,37,'_yoast_wpseo_linkdex','49'),
(247,37,'_yoast_wpseo_content_score','90'),
(248,37,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(249,37,'_yoast_wpseo_meta-robots-noindex','2'),
(250,37,'_yoast_wpseo_canonical','https://lion288slot.com/link-alternatif-lion288/'),
(251,38,'_edit_last','1'),
(252,38,'_edit_lock','1724963075:1'),
(253,59,'_wp_attached_file','2024/08/Mabar-10.jpg'),
(254,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:20:\"2024/08/Mabar-10.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Mabar-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(255,59,'_wp_attachment_image_alt','Daftar Lion288'),
(256,38,'_thumbnail_id','59'),
(258,38,'_wp_old_date','2024-08-30'),
(259,38,'site-sidebar-layout','default'),
(260,38,'site-content-layout','default'),
(261,38,'theme-transparent-header-meta','default'),
(262,38,'_yoast_wpseo_primary_category',''),
(263,38,'_yoast_wpseo_focuskw','Daftar Lion288'),
(264,38,'_yoast_wpseo_title','%%title%% %%sep%% Situs Dengan Games Online Terkenal Exclusive'),
(265,38,'_yoast_wpseo_metadesc','Daftar Lion288 adalah permainan online dengan prize pool dalam gaming tak tertandingi dan peluang meraih hadiah besar.'),
(266,38,'_yoast_wpseo_linkdex','49'),
(267,38,'_yoast_wpseo_content_score','90'),
(268,38,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(269,38,'_yoast_wpseo_meta-robots-noindex','2'),
(270,38,'_yoast_wpseo_canonical','https://lion288slot.com/daftar-lion288/'),
(379,67,'_amp_validated_environment','a:3:{s:5:\"theme\";a:1:{s:7:\"mabar88\";s:3:\"2.0\";}s:7:\"plugins\";a:4:{s:3:\"amp\";s:5:\"2.5.5\";s:14:\"classic-editor\";s:5:\"1.6.7\";s:15:\"litespeed-cache\";s:7:\"7.5.0.1\";s:13:\"wordpress-seo\";s:6:\"26.1.1\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(380,67,'_amp_queried_object','a:2:{s:2:\"id\";i:20;s:4:\"type\";s:4:\"post\";}'),
(385,69,'_amp_validated_environment','a:3:{s:5:\"theme\";a:1:{s:7:\"mabar88\";s:3:\"2.0\";}s:7:\"plugins\";a:4:{s:3:\"amp\";s:5:\"2.5.5\";s:14:\"classic-editor\";s:5:\"1.6.7\";s:15:\"litespeed-cache\";s:7:\"7.5.0.1\";s:13:\"wordpress-seo\";s:6:\"26.1.1\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(386,69,'_amp_queried_object','a:2:{s:2:\"id\";i:1;s:4:\"type\";s:4:\"term\";}'),
(388,70,'_amp_validated_environment','a:3:{s:5:\"theme\";a:1:{s:7:\"mabar88\";s:3:\"2.0\";}s:7:\"plugins\";a:4:{s:3:\"amp\";s:5:\"2.5.5\";s:14:\"classic-editor\";s:5:\"1.6.7\";s:15:\"litespeed-cache\";s:7:\"7.5.0.1\";s:13:\"wordpress-seo\";s:6:\"26.1.1\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(389,70,'_amp_queried_object','a:2:{s:2:\"id\";i:1;s:4:\"type\";s:4:\"user\";}'),
(393,72,'_amp_validated_environment','a:3:{s:5:\"theme\";a:1:{s:7:\"mabar88\";s:3:\"2.0\";}s:7:\"plugins\";a:4:{s:3:\"amp\";s:5:\"2.5.5\";s:14:\"classic-editor\";s:5:\"1.6.7\";s:15:\"litespeed-cache\";s:7:\"7.5.0.1\";s:13:\"wordpress-seo\";s:6:\"26.1.1\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(395,67,'_wp_old_date','2024-12-07'),
(399,69,'_wp_old_date','2024-12-07'),
(401,70,'_wp_old_date','2024-12-07'),
(405,72,'_wp_old_date','2024-12-07'),
(407,67,'_wp_old_date','2024-12-14'),
(409,69,'_wp_old_date','2024-12-14'),
(410,70,'_wp_old_date','2024-12-14'),
(412,72,'_wp_old_date','2024-12-14'),
(413,67,'_wp_old_date','2024-12-17'),
(415,69,'_wp_old_date','2024-12-17'),
(416,70,'_wp_old_date','2024-12-17'),
(418,72,'_wp_old_date','2024-12-17'),
(420,67,'_wp_old_date','2024-12-19'),
(422,69,'_wp_old_date','2024-12-19'),
(423,70,'_wp_old_date','2024-12-19'),
(425,72,'_wp_old_date','2024-12-19'),
(427,67,'_wp_old_date','2024-12-26'),
(429,69,'_wp_old_date','2024-12-26'),
(430,70,'_wp_old_date','2024-12-26'),
(434,72,'_wp_old_date','2024-12-26'),
(436,67,'_wp_old_date','2025-01-02'),
(438,69,'_wp_old_date','2025-01-02'),
(439,70,'_wp_old_date','2025-01-02'),
(441,72,'_wp_old_date','2025-01-02'),
(442,67,'_wp_old_date','2025-01-08'),
(444,69,'_wp_old_date','2025-01-08'),
(445,70,'_wp_old_date','2025-01-08'),
(447,72,'_wp_old_date','2025-01-08'),
(448,67,'_wp_old_date','2025-01-15'),
(450,69,'_wp_old_date','2025-01-15'),
(451,70,'_wp_old_date','2025-01-15'),
(453,72,'_wp_old_date','2025-01-15'),
(455,84,'_wp_attached_file','2025/01/Mabar.jpg'),
(456,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:17:\"2025/01/Mabar.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Mabar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(457,84,'_wp_attachment_image_alt','Lion288 Slot'),
(458,83,'_edit_last','1'),
(459,83,'_thumbnail_id','84'),
(460,83,'site-sidebar-layout','default'),
(461,83,'site-content-layout','default'),
(462,83,'theme-transparent-header-meta','default'),
(463,83,'_yoast_wpseo_primary_category',''),
(464,83,'_yoast_wpseo_focuskw','Lion288 Slot'),
(465,83,'_yoast_wpseo_title','%%title%% %%sep%% Portal Online Menyediakan Banyak Pilihan'),
(466,83,'_yoast_wpseo_metadesc','Lion288 Slot Portal game online yang menyediakan banyak pilihan game seru, keamanan terjamin, dan layanan pelanggan yang responsif.'),
(467,83,'_yoast_wpseo_linkdex','49'),
(468,83,'_yoast_wpseo_content_score','90'),
(469,83,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(470,83,'_edit_lock','1737565317:1'),
(472,83,'_wp_old_date','2025-01-22'),
(473,83,'_yoast_wpseo_meta-robots-noindex','2'),
(474,83,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-slot/'),
(475,75,'_edit_last','1'),
(476,75,'_edit_lock','1737565318:1'),
(477,86,'_wp_attached_file','2025/01/Mabar-1.jpg'),
(478,86,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2025/01/Mabar-1.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(479,86,'_wp_attachment_image_alt','Lion288 Slot Login'),
(480,75,'_thumbnail_id','86'),
(481,75,'site-sidebar-layout','default'),
(482,75,'site-content-layout','default'),
(483,75,'theme-transparent-header-meta','default'),
(484,75,'_yoast_wpseo_primary_category',''),
(485,75,'_yoast_wpseo_focuskw','Lion288 Slot Login'),
(486,75,'_yoast_wpseo_title','%%title%% %%sep%% Platform Gaming Dengan Layanan Unggulan'),
(487,75,'_yoast_wpseo_metadesc','Lion288 Slot Login Platform gaming online dengan layanan unggulan, berbagai pilihan game menarik, dan keamanan tinggi untuk kenyamanan.'),
(488,75,'_yoast_wpseo_linkdex','49'),
(489,75,'_yoast_wpseo_content_score','90'),
(490,75,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(491,75,'_yoast_wpseo_meta-robots-noindex','2'),
(492,75,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-slot-login/'),
(493,76,'_edit_last','1'),
(494,76,'_edit_lock','1737565318:1'),
(495,88,'_wp_attached_file','2025/01/Mabar-2.jpg'),
(496,88,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2025/01/Mabar-2.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(497,88,'_wp_attachment_image_alt','Lion288 Hoki'),
(498,76,'_thumbnail_id','88'),
(499,76,'site-sidebar-layout','default'),
(500,76,'site-content-layout','default'),
(501,76,'theme-transparent-header-meta','default'),
(502,76,'_yoast_wpseo_primary_category',''),
(503,76,'_yoast_wpseo_focuskw','Lion288 Hoki'),
(504,76,'_yoast_wpseo_title','%%title%% %%sep%% Situs Game Online Dengan Banyak Bonus'),
(505,76,'_yoast_wpseo_metadesc','Lion288 Hoki Situs game online dengan banyak bonus menarik, keamanan tinggi, serta layanan pelanggan yang handal dan responsif.'),
(506,76,'_yoast_wpseo_linkdex','49'),
(507,76,'_yoast_wpseo_content_score','90'),
(508,76,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(509,76,'_yoast_wpseo_meta-robots-noindex','2'),
(510,76,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-hoki/'),
(511,77,'_edit_last','1'),
(512,77,'_edit_lock','1737565318:1'),
(513,90,'_wp_attached_file','2025/01/Mabar-3.jpg'),
(514,90,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2025/01/Mabar-3.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(515,90,'_wp_attachment_image_alt','Lion288 Gacor'),
(516,77,'_thumbnail_id','90'),
(517,77,'site-sidebar-layout','default'),
(518,77,'site-content-layout','default'),
(519,77,'theme-transparent-header-meta','default'),
(520,77,'_yoast_wpseo_primary_category',''),
(521,77,'_yoast_wpseo_focuskw','Lion288 Gacor'),
(522,77,'_yoast_wpseo_title','%%title%% %%sep%% Mainkan Game Online Favorit Dengan Aman'),
(523,77,'_yoast_wpseo_metadesc','Lion288 Gacor Mainkan game online favorit Anda dengan aman di situs terpercaya dilengkapi sistem keamanan modern dan layanan cepat.'),
(524,77,'_yoast_wpseo_linkdex','49'),
(525,77,'_yoast_wpseo_content_score','90'),
(526,77,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(527,77,'_yoast_wpseo_meta-robots-noindex','2'),
(528,77,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-gacor/'),
(529,78,'_edit_last','1'),
(530,78,'_edit_lock','1737565318:1'),
(531,92,'_wp_attached_file','2025/01/Mabar-4.jpg'),
(532,92,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2025/01/Mabar-4.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(533,92,'_wp_attachment_image_alt','Lion288 Pulsa'),
(534,78,'_thumbnail_id','92'),
(535,78,'site-sidebar-layout','default'),
(536,78,'site-content-layout','default'),
(537,78,'theme-transparent-header-meta','default'),
(538,78,'_yoast_wpseo_primary_category',''),
(539,78,'_yoast_wpseo_focuskw','Lion288 Pulsa'),
(540,78,'_yoast_wpseo_title','%%title%% %%sep%% Portal Game Online Dengan Fitur Canggih'),
(541,78,'_yoast_wpseo_metadesc','Lion288 Pulsa Portal game online dengan beragam fitur canggih, keamanan tinggi, dan berbagai pilihan game untuk pengalaman maksimal.'),
(542,78,'_yoast_wpseo_linkdex','49'),
(543,78,'_yoast_wpseo_content_score','90'),
(544,78,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(545,78,'_yoast_wpseo_meta-robots-noindex','2'),
(546,78,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-pulsa/'),
(547,79,'_edit_last','1'),
(548,79,'_edit_lock','1737565319:1'),
(549,94,'_wp_attached_file','2025/01/Mabar-5.jpg'),
(550,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2025/01/Mabar-5.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(551,94,'_wp_attachment_image_alt','Lion288 Deposit Pulsa'),
(552,79,'_thumbnail_id','94'),
(553,79,'site-sidebar-layout','default'),
(554,79,'site-content-layout','default'),
(555,79,'theme-transparent-header-meta','default'),
(556,79,'_yoast_wpseo_primary_category',''),
(557,79,'_yoast_wpseo_focuskw','Lion288 Deposit Pulsa'),
(558,79,'_yoast_wpseo_title','%%title%% %%sep%% Situs Game Menyediakan Hiburan Batas'),
(559,79,'_yoast_wpseo_metadesc','Lion288 Deposit Pulsa Situs game online yang menyediakan hiburan tanpa batas, dilengkapi sistem keamanan handal dan berbagai game menarik.'),
(560,79,'_yoast_wpseo_linkdex','49'),
(561,79,'_yoast_wpseo_content_score','90'),
(562,79,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(563,79,'_yoast_wpseo_meta-robots-noindex','2'),
(564,79,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-deposit-pulsa/'),
(565,80,'_edit_last','1'),
(566,80,'_edit_lock','1737565319:1'),
(567,96,'_wp_attached_file','2025/01/Mabar-6.jpg'),
(568,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2025/01/Mabar-6.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(569,96,'_wp_attachment_image_alt','Lion288 Dana'),
(570,80,'_thumbnail_id','96'),
(571,80,'site-sidebar-layout','default'),
(572,80,'site-content-layout','default'),
(573,80,'theme-transparent-header-meta','default'),
(574,80,'_yoast_wpseo_primary_category',''),
(575,80,'_yoast_wpseo_focuskw','Lion288 Dana'),
(576,80,'_yoast_wpseo_title','%%title%% %%sep%% Bergabunglah Di Situs Game Online Populer'),
(577,80,'_yoast_wpseo_metadesc','Lion288 Dana Bergabung di situs game online paling populer, memainkan berbagai game seru dengan sistem keamanan yang terjamin.'),
(578,80,'_yoast_wpseo_linkdex','49'),
(579,80,'_yoast_wpseo_content_score','90'),
(580,80,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(581,80,'_yoast_wpseo_meta-robots-noindex','2'),
(582,80,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-dana/'),
(583,81,'_edit_last','1'),
(584,81,'_edit_lock','1737565319:1'),
(585,98,'_wp_attached_file','2025/01/Mabar-7.jpg'),
(586,98,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2025/01/Mabar-7.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(587,98,'_wp_attachment_image_alt','Lion288 Deposit Dana'),
(588,81,'_thumbnail_id','98'),
(589,81,'site-sidebar-layout','default'),
(590,81,'site-content-layout','default'),
(591,81,'theme-transparent-header-meta','default'),
(592,81,'_yoast_wpseo_primary_category',''),
(593,81,'_yoast_wpseo_focuskw','Lion288 Deposit Dana'),
(594,81,'_yoast_wpseo_title','%%title%% %%sep%% Platform Game Sistem Keamanan Anda'),
(595,81,'_yoast_wpseo_metadesc','Lion288 Deposit Dana Platform game online dengan sistem keamanan andal, berbagai pilihan game seru, dan layanan pelanggan cepat dan handal.'),
(596,81,'_yoast_wpseo_linkdex','49'),
(597,81,'_yoast_wpseo_content_score','90'),
(598,81,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(599,81,'_yoast_wpseo_meta-robots-noindex','2'),
(600,81,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-deposit-dana/'),
(601,82,'_edit_last','1'),
(602,82,'_edit_lock','1737565319:1'),
(603,105,'_wp_attached_file','2025/01/Mabar-8.jpg'),
(604,105,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2025/01/Mabar-8.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(605,105,'_wp_attachment_image_alt','Lion288 Demo'),
(606,82,'_thumbnail_id','105'),
(607,82,'site-sidebar-layout','default'),
(608,82,'site-content-layout','default'),
(609,82,'theme-transparent-header-meta','default'),
(610,82,'_yoast_wpseo_primary_category',''),
(611,82,'_yoast_wpseo_focuskw','Lion288 Demo'),
(612,82,'_yoast_wpseo_title','%%title%% %%sep%% Situs Game Online Untuk Pengalaman Gaming'),
(613,82,'_yoast_wpseo_metadesc','Lion288 Demo Situs game untuk pengalaman gaming maksimal, dilengkapi berbagai fitur canggih dan keamanan tinggi untuk kenyamanan.'),
(614,82,'_yoast_wpseo_linkdex','49'),
(615,82,'_yoast_wpseo_content_score','90'),
(616,82,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(617,82,'_yoast_wpseo_meta-robots-noindex','2'),
(618,82,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-demo/'),
(619,100,'_edit_last','1'),
(620,100,'_edit_lock','1737565319:1'),
(621,107,'_wp_attached_file','2025/01/Mabar-9.jpg'),
(622,107,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:19:\"2025/01/Mabar-9.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(623,107,'_wp_attachment_image_alt','Lion288 RTP'),
(624,100,'_thumbnail_id','107'),
(625,100,'site-sidebar-layout','default'),
(626,100,'site-content-layout','default'),
(627,100,'theme-transparent-header-meta','default'),
(628,100,'_yoast_wpseo_primary_category',''),
(629,100,'_yoast_wpseo_focuskw','Lion288 RTP'),
(630,100,'_yoast_wpseo_title','%%title%% %%sep%% Nikmati Hiburan Gaming Online Tanpa Batas'),
(631,100,'_yoast_wpseo_metadesc','Lion288 RTP Nikmati hiburan gaming online tanpa batas di situs terpercaya, dilengkapi berbagai game menarik dan layanan prima.'),
(632,100,'_yoast_wpseo_linkdex','49'),
(633,100,'_yoast_wpseo_content_score','90'),
(634,100,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(635,100,'_yoast_wpseo_meta-robots-noindex','2'),
(636,100,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-rtp/'),
(637,101,'_edit_last','1'),
(638,101,'_edit_lock','1737565319:1'),
(639,109,'_wp_attached_file','2025/01/Mabar-10.jpg'),
(640,109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:20:\"2025/01/Mabar-10.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Mabar-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(641,109,'_wp_attachment_image_alt','Lion288 Pragmatic'),
(642,101,'_thumbnail_id','109'),
(643,101,'site-sidebar-layout','default'),
(644,101,'site-content-layout','default'),
(645,101,'theme-transparent-header-meta','default'),
(646,101,'_yoast_wpseo_primary_category',''),
(647,101,'_yoast_wpseo_focuskw','Lion288 Pragmatic'),
(648,101,'_yoast_wpseo_title','%%title%% %%sep%% Situs Game Online Dengan Layanan Premium'),
(649,101,'_yoast_wpseo_metadesc','Lion288 Pragmatic Situs game online dengan layanan premium, keamanan tinggi, dan berbagai pilihan game menarik untuk pengalaman terbaik.'),
(650,101,'_yoast_wpseo_linkdex','49'),
(651,101,'_yoast_wpseo_content_score','90'),
(652,101,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(653,101,'_yoast_wpseo_meta-robots-noindex','2'),
(654,101,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-pragmatic/'),
(655,102,'_edit_last','1'),
(656,102,'_edit_lock','1737565320:1'),
(657,111,'_wp_attached_file','2025/01/Mabar-11.jpg'),
(658,111,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:20:\"2025/01/Mabar-11.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Mabar-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(659,111,'_wp_attachment_image_alt','Lion288 Win'),
(660,102,'_thumbnail_id','111'),
(661,102,'site-sidebar-layout','default'),
(662,102,'site-content-layout','default'),
(663,102,'theme-transparent-header-meta','default'),
(664,102,'_yoast_wpseo_primary_category',''),
(665,102,'_yoast_wpseo_focuskw','Lion288 Win'),
(666,102,'_yoast_wpseo_title','%%title%% %%sep%% Mainkan Game Favorit Dengan Aman Nyaman'),
(667,102,'_yoast_wpseo_metadesc','Lion288 Win Mainkan game online favorit dengan aman dan nyaman di situs terpercaya, dilengkapi layanan cepat dan keamanan tinggi.'),
(668,102,'_yoast_wpseo_linkdex','49'),
(669,102,'_yoast_wpseo_content_score','90'),
(670,102,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(671,102,'_yoast_wpseo_meta-robots-noindex','2'),
(672,102,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-win/'),
(673,103,'_edit_last','1'),
(674,103,'_edit_lock','1737565320:1'),
(675,113,'_wp_attached_file','2025/01/Mabar-12.jpg'),
(676,113,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:20:\"2025/01/Mabar-12.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Mabar-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(677,113,'_wp_attachment_image_alt','Lion288 4D'),
(678,103,'_thumbnail_id','113'),
(679,103,'site-sidebar-layout','default'),
(680,103,'site-content-layout','default'),
(681,103,'theme-transparent-header-meta','default'),
(682,103,'_yoast_wpseo_primary_category',''),
(683,103,'_yoast_wpseo_focuskw','Lion288 4D'),
(684,103,'_yoast_wpseo_title','%%title%% %%sep%% Situs Game Terpercaya Dengan Layanan Cepat'),
(685,103,'_yoast_wpseo_metadesc','Lion288 4D Portal game online terpercaya dengan layanan tercepat, serta berbagai pilihan game seru untuk kenyamanan bermain.'),
(686,103,'_yoast_wpseo_linkdex','49'),
(687,103,'_yoast_wpseo_content_score','90'),
(688,103,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(689,103,'_yoast_wpseo_meta-robots-noindex','2'),
(690,103,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-4d/'),
(691,104,'_edit_last','1'),
(692,104,'_edit_lock','1737565320:1'),
(693,120,'_wp_attached_file','2025/01/Mabar-13.jpg'),
(694,120,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:20:\"2025/01/Mabar-13.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Mabar-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(695,120,'_wp_attachment_image_alt','Lion288 Indonesia'),
(696,104,'_thumbnail_id','120'),
(697,104,'site-sidebar-layout','default'),
(698,104,'site-content-layout','default'),
(699,104,'theme-transparent-header-meta','default'),
(700,104,'_yoast_wpseo_primary_category',''),
(701,104,'_yoast_wpseo_focuskw','Lion288 Indonesia'),
(702,104,'_yoast_wpseo_title','%%title%% %%sep%% Situs Dengan Ratusan Pilihan Game Terbaik'),
(703,104,'_yoast_wpseo_metadesc','Lion288 Indonesia Situs game online dengan ratusan pilihan game seru, keamanan tinggi, serta layanan pelanggan yang cepat dan responsif.'),
(704,104,'_yoast_wpseo_linkdex','49'),
(705,104,'_yoast_wpseo_content_score','90'),
(706,104,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(707,104,'_yoast_wpseo_meta-robots-noindex','2'),
(708,104,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-indonesia/'),
(709,115,'_edit_last','1'),
(710,115,'_edit_lock','1737565320:1'),
(711,122,'_wp_attached_file','2025/01/Mabar-14.jpg'),
(712,122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:20:\"2025/01/Mabar-14.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Mabar-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(713,122,'_wp_attachment_image_alt','Lion288 Asia'),
(714,115,'_thumbnail_id','122'),
(715,115,'site-sidebar-layout','default'),
(716,115,'site-content-layout','default'),
(717,115,'theme-transparent-header-meta','default'),
(718,115,'_yoast_wpseo_primary_category',''),
(719,115,'_yoast_wpseo_focuskw','Lion288 Asia'),
(720,115,'_yoast_wpseo_title','%%title%% %%sep%% Pengalaman Gaming Online Cepat Dan Aman'),
(721,115,'_yoast_wpseo_metadesc','Lion288 Asia Pengalaman gaming online yang cepat dan aman di situs terpercaya, dilengkapi berbagai pilihan game seru dan menarik.'),
(722,115,'_yoast_wpseo_linkdex','49'),
(723,115,'_yoast_wpseo_content_score','90'),
(724,115,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(725,115,'_yoast_wpseo_meta-robots-noindex','2'),
(726,115,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-asia/'),
(727,116,'_edit_last','1'),
(728,116,'_edit_lock','1737565320:1'),
(729,124,'_wp_attached_file','2025/01/Mabar-15.jpg'),
(730,124,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:20:\"2025/01/Mabar-15.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Mabar-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(731,124,'_wp_attachment_image_alt','Lion288 Freebet'),
(732,116,'_thumbnail_id','124'),
(733,116,'site-sidebar-layout','default'),
(734,116,'site-content-layout','default'),
(735,116,'theme-transparent-header-meta','default'),
(736,116,'_yoast_wpseo_primary_category',''),
(737,116,'_yoast_wpseo_focuskw','Lion288 Freebet'),
(738,116,'_yoast_wpseo_title','%%title%% %%sep%% Platform Game Dengan Jaminan Kenyamanan'),
(739,116,'_yoast_wpseo_metadesc','Lion288 Freebet Platform game online dengan jaminan kenyamanan, keamanan tinggi, dan berbagai game untuk pengalaman bermain maksimal.'),
(740,116,'_yoast_wpseo_linkdex','49'),
(741,116,'_yoast_wpseo_content_score','90'),
(742,116,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(743,116,'_yoast_wpseo_meta-robots-noindex','2'),
(744,116,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-freebet/'),
(745,117,'_edit_last','1'),
(746,117,'_edit_lock','1737565321:1'),
(747,126,'_wp_attached_file','2025/01/Mabar-16.jpg'),
(748,126,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:20:\"2025/01/Mabar-16.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Mabar-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(749,126,'_wp_attachment_image_alt','Lion288 Maxwin'),
(750,117,'_thumbnail_id','126'),
(751,117,'site-sidebar-layout','default'),
(752,117,'site-content-layout','default'),
(753,117,'theme-transparent-header-meta','default'),
(754,117,'_yoast_wpseo_primary_category',''),
(755,117,'_yoast_wpseo_focuskw','Lion288 Maxwin'),
(756,117,'_yoast_wpseo_title','%%title%% %%sep%% Situs Online Yang Mudah akses Dan Aman'),
(757,117,'_yoast_wpseo_metadesc','Lion288 Maxwin Situs game online mudah diakses dan aman, dilengkapi berbagai pilihan game seru serta layanan pelanggan yang handal.'),
(758,117,'_yoast_wpseo_linkdex','49'),
(759,117,'_yoast_wpseo_content_score','90'),
(760,117,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(761,117,'_yoast_wpseo_meta-robots-noindex','2'),
(762,117,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-maxwin/'),
(763,118,'_edit_last','1'),
(764,118,'_edit_lock','1737565321:1'),
(765,128,'_wp_attached_file','2025/01/Mabar-17.jpg'),
(766,128,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:20:\"2025/01/Mabar-17.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Mabar-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(767,128,'_wp_attachment_image_alt','Lion288 Mobile'),
(768,118,'_thumbnail_id','128'),
(769,118,'site-sidebar-layout','default'),
(770,118,'site-content-layout','default'),
(771,118,'theme-transparent-header-meta','default'),
(772,118,'_yoast_wpseo_primary_category',''),
(773,118,'_yoast_wpseo_focuskw','Lion288 Mobile'),
(774,118,'_yoast_wpseo_title','%%title%% %%sep%% Mainkan Game Favorit Di Situs Terpercaya'),
(775,118,'_yoast_wpseo_metadesc','Lion288 Mobile Mainkan game online favorit di situs terpercaya, dengan keamanan terjamin dan layanan cepat untuk kenyamanan bermain.'),
(776,118,'_yoast_wpseo_linkdex','49'),
(777,118,'_yoast_wpseo_content_score','90'),
(778,118,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(779,118,'_yoast_wpseo_meta-robots-noindex','2'),
(780,118,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-mobile/'),
(781,119,'_edit_last','1'),
(782,119,'_edit_lock','1737565321:1'),
(783,130,'_wp_attached_file','2025/01/Mabar-18.jpg'),
(784,130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:201;s:6:\"height\";i:201;s:4:\"file\";s:20:\"2025/01/Mabar-18.jpg\";s:8:\"filesize\";i:7074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Mabar-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(785,130,'_wp_attachment_image_alt','Lion288 Apk Mobile'),
(786,119,'_thumbnail_id','130'),
(787,119,'site-sidebar-layout','default'),
(788,119,'site-content-layout','default'),
(789,119,'theme-transparent-header-meta','default'),
(790,119,'_yoast_wpseo_primary_category',''),
(791,119,'_yoast_wpseo_focuskw','Lion288 Apk Mobile'),
(792,119,'_yoast_wpseo_title','%%title%% %%sep%% Portal Game Online Dengan Teknologi Terbaik'),
(793,119,'_yoast_wpseo_metadesc','ALion288 Apk Mobile Portal game online dengan teknologi terbaik, menghadirkan berbagai pilihan game menarik serta keamanan yang handal.'),
(794,119,'_yoast_wpseo_linkdex','44'),
(795,119,'_yoast_wpseo_content_score','90'),
(796,119,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(797,119,'_yoast_wpseo_meta-robots-noindex','2'),
(798,119,'_yoast_wpseo_canonical','https://lion288slot.com/lion288-apk-mobile/'),
(799,67,'_wp_old_date','2025-01-22'),
(804,69,'_wp_old_date','2025-01-22'),
(805,70,'_wp_old_date','2025-01-22'),
(807,133,'_amp_validated_environment','a:3:{s:5:\"theme\";a:1:{s:7:\"mabar88\";s:3:\"2.0\";}s:7:\"plugins\";a:4:{s:3:\"amp\";s:5:\"2.5.5\";s:14:\"classic-editor\";s:5:\"1.6.7\";s:15:\"litespeed-cache\";s:7:\"7.5.0.1\";s:13:\"wordpress-seo\";s:6:\"26.1.1\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(809,72,'_wp_old_date','2025-01-22'),
(811,67,'_wp_old_date','2025-01-29'),
(814,69,'_wp_old_date','2025-01-29'),
(816,70,'_wp_old_date','2025-01-29'),
(818,133,'_wp_old_date','2025-01-29'),
(820,72,'_wp_old_date','2025-01-29'),
(822,67,'_wp_old_date','2025-02-05'),
(826,69,'_wp_old_date','2025-02-05'),
(827,70,'_wp_old_date','2025-02-05'),
(828,133,'_wp_old_date','2025-02-05'),
(829,72,'_wp_old_date','2025-02-05'),
(831,67,'_wp_old_date','2025-02-12'),
(835,69,'_wp_old_date','2025-02-12'),
(837,70,'_wp_old_date','2025-02-12'),
(839,133,'_wp_old_date','2025-02-12'),
(841,72,'_wp_old_date','2025-02-12'),
(843,67,'_wp_old_date','2025-02-19'),
(845,69,'_wp_old_date','2025-02-19'),
(846,70,'_wp_old_date','2025-02-19'),
(847,133,'_wp_old_date','2025-02-19'),
(848,72,'_wp_old_date','2025-02-19'),
(850,67,'_wp_old_date','2025-02-26'),
(852,69,'_wp_old_date','2025-02-26'),
(853,70,'_wp_old_date','2025-02-26'),
(854,133,'_wp_old_date','2025-02-26'),
(855,72,'_wp_old_date','2025-02-26'),
(856,67,'_wp_old_date','2025-03-05'),
(859,69,'_wp_old_date','2025-03-05'),
(861,70,'_wp_old_date','2025-03-05'),
(863,133,'_wp_old_date','2025-03-05'),
(865,72,'_wp_old_date','2025-03-05'),
(868,67,'_wp_old_date','2025-03-12'),
(870,69,'_wp_old_date','2025-03-12'),
(871,70,'_wp_old_date','2025-03-12'),
(872,133,'_wp_old_date','2025-03-12'),
(873,72,'_wp_old_date','2025-03-12'),
(874,67,'_wp_old_date','2025-03-19'),
(876,69,'_wp_old_date','2025-03-19'),
(877,70,'_wp_old_date','2025-03-19'),
(878,133,'_wp_old_date','2025-03-19'),
(879,72,'_wp_old_date','2025-03-19'),
(880,67,'_wp_old_date','2025-03-26'),
(882,69,'_wp_old_date','2025-03-26'),
(883,70,'_wp_old_date','2025-03-26'),
(884,133,'_wp_old_date','2025-03-26'),
(885,72,'_wp_old_date','2025-03-26'),
(887,67,'_wp_old_date','2025-03-27'),
(889,69,'_wp_old_date','2025-03-27'),
(890,70,'_wp_old_date','2025-03-27'),
(891,133,'_wp_old_date','2025-03-27'),
(892,72,'_wp_old_date','2025-03-27'),
(893,67,'_wp_old_date','2025-04-02'),
(895,69,'_wp_old_date','2025-04-02'),
(896,70,'_wp_old_date','2025-04-02'),
(897,133,'_wp_old_date','2025-04-02'),
(898,72,'_wp_old_date','2025-04-02'),
(899,67,'_wp_old_date','2025-04-03'),
(901,69,'_wp_old_date','2025-04-03'),
(902,70,'_wp_old_date','2025-04-03'),
(903,133,'_wp_old_date','2025-04-03'),
(904,72,'_wp_old_date','2025-04-03'),
(906,67,'_wp_old_date','2025-04-09'),
(908,69,'_wp_old_date','2025-04-09'),
(909,70,'_wp_old_date','2025-04-09'),
(910,133,'_wp_old_date','2025-04-09'),
(911,72,'_wp_old_date','2025-04-09'),
(912,67,'_wp_old_date','2025-04-16'),
(913,69,'_wp_old_date','2025-04-16'),
(914,70,'_wp_old_date','2025-04-16'),
(915,133,'_wp_old_date','2025-04-16'),
(916,72,'_wp_old_date','2025-04-16'),
(918,67,'_wp_old_date','2025-04-23'),
(921,69,'_wp_old_date','2025-04-23'),
(922,70,'_wp_old_date','2025-04-23'),
(923,133,'_wp_old_date','2025-04-23'),
(924,72,'_wp_old_date','2025-04-23'),
(925,67,'_wp_old_date','2025-04-25'),
(927,69,'_wp_old_date','2025-04-25'),
(928,70,'_wp_old_date','2025-04-25'),
(929,133,'_wp_old_date','2025-04-25'),
(930,72,'_wp_old_date','2025-04-25'),
(931,67,'_wp_old_date','2025-04-30'),
(935,69,'_wp_old_date','2025-04-30'),
(937,70,'_wp_old_date','2025-04-30'),
(939,133,'_wp_old_date','2025-04-30'),
(941,72,'_wp_old_date','2025-04-30'),
(944,67,'_wp_old_date','2025-05-07'),
(946,69,'_wp_old_date','2025-05-07'),
(947,70,'_wp_old_date','2025-05-07'),
(948,133,'_wp_old_date','2025-05-07'),
(949,72,'_wp_old_date','2025-05-07'),
(950,67,'_wp_old_date','2025-05-14'),
(954,69,'_wp_old_date','2025-05-14'),
(956,70,'_wp_old_date','2025-05-14'),
(958,133,'_wp_old_date','2025-05-14'),
(960,72,'_wp_old_date','2025-05-14'),
(963,67,'_wp_old_date','2025-05-21'),
(967,69,'_wp_old_date','2025-05-21'),
(968,70,'_wp_old_date','2025-05-21'),
(969,133,'_wp_old_date','2025-05-21'),
(970,72,'_wp_old_date','2025-05-21'),
(971,67,'_wp_old_date','2025-05-28'),
(974,69,'_wp_old_date','2025-05-28'),
(975,70,'_wp_old_date','2025-05-28'),
(976,133,'_wp_old_date','2025-05-28'),
(977,72,'_wp_old_date','2025-05-28'),
(979,67,'_wp_old_date','2025-06-04'),
(983,69,'_wp_old_date','2025-06-04'),
(984,70,'_wp_old_date','2025-06-04'),
(985,133,'_wp_old_date','2025-06-04'),
(986,72,'_wp_old_date','2025-06-04'),
(987,67,'_wp_old_date','2025-06-11'),
(991,69,'_wp_old_date','2025-06-11'),
(993,70,'_wp_old_date','2025-06-11'),
(995,133,'_wp_old_date','2025-06-11'),
(997,72,'_wp_old_date','2025-06-11'),
(999,67,'_wp_old_date','2025-06-18'),
(1001,69,'_wp_old_date','2025-06-18'),
(1002,70,'_wp_old_date','2025-06-18'),
(1003,133,'_wp_old_date','2025-06-18'),
(1004,72,'_wp_old_date','2025-06-18'),
(1006,67,'_wp_old_date','2025-06-19'),
(1011,69,'_wp_old_date','2025-06-19'),
(1013,70,'_wp_old_date','2025-06-19'),
(1015,133,'_wp_old_date','2025-06-19'),
(1017,72,'_wp_old_date','2025-06-19'),
(1019,67,'_wp_old_date','2025-06-26'),
(1023,69,'_wp_old_date','2025-06-26'),
(1024,70,'_wp_old_date','2025-06-26'),
(1025,133,'_wp_old_date','2025-06-26'),
(1026,72,'_wp_old_date','2025-06-26'),
(1028,67,'_wp_old_date','2025-07-02'),
(1033,69,'_wp_old_date','2025-07-02'),
(1035,70,'_wp_old_date','2025-07-02'),
(1036,133,'_wp_old_date','2025-07-02'),
(1037,72,'_wp_old_date','2025-07-02'),
(1038,67,'_wp_old_date','2025-07-09'),
(1040,69,'_wp_old_date','2025-07-09'),
(1041,70,'_wp_old_date','2025-07-09'),
(1042,133,'_wp_old_date','2025-07-09'),
(1043,72,'_wp_old_date','2025-07-09'),
(1045,67,'_wp_old_date','2025-07-16'),
(1049,69,'_wp_old_date','2025-07-16'),
(1050,70,'_wp_old_date','2025-07-16'),
(1051,133,'_wp_old_date','2025-07-16'),
(1052,72,'_wp_old_date','2025-07-16'),
(1053,67,'_wp_old_date','2025-07-20'),
(1055,69,'_wp_old_date','2025-07-20'),
(1056,70,'_wp_old_date','2025-07-20'),
(1057,133,'_wp_old_date','2025-07-20'),
(1058,72,'_wp_old_date','2025-07-20'),
(1059,67,'_wp_old_date','2025-07-25'),
(1061,69,'_wp_old_date','2025-07-25'),
(1062,70,'_wp_old_date','2025-07-25'),
(1063,133,'_wp_old_date','2025-07-25'),
(1064,72,'_wp_old_date','2025-07-25'),
(1065,67,'_wp_old_date','2025-07-30'),
(1067,69,'_wp_old_date','2025-07-30'),
(1068,70,'_wp_old_date','2025-07-30'),
(1069,133,'_wp_old_date','2025-07-30'),
(1070,72,'_wp_old_date','2025-07-30'),
(1073,67,'_wp_old_date','2025-07-31'),
(1077,69,'_wp_old_date','2025-07-31'),
(1079,70,'_wp_old_date','2025-07-31'),
(1081,133,'_wp_old_date','2025-07-31'),
(1083,72,'_wp_old_date','2025-07-31'),
(1085,67,'_wp_old_date','2025-08-07'),
(1087,69,'_wp_old_date','2025-08-07'),
(1088,70,'_wp_old_date','2025-08-07'),
(1089,133,'_wp_old_date','2025-08-07'),
(1090,72,'_wp_old_date','2025-08-07'),
(1092,67,'_wp_old_date','2025-08-13'),
(1097,69,'_wp_old_date','2025-08-13'),
(1099,70,'_wp_old_date','2025-08-13'),
(1101,133,'_wp_old_date','2025-08-13'),
(1103,72,'_wp_old_date','2025-08-13'),
(1105,161,'_edit_last','1'),
(1106,161,'_edit_lock','1755807262:1'),
(1107,162,'_wp_attached_file','2025/08/Mabar88.jpg'),
(1108,162,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2025/08/Mabar88.jpg\";s:8:\"filesize\";i:35054;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Mabar88-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mabar88-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5573;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1109,162,'_wp_attachment_image_alt','Lion 288'),
(1110,161,'_thumbnail_id','162'),
(1112,161,'site-sidebar-layout','default'),
(1113,161,'site-content-layout','default'),
(1114,161,'theme-transparent-header-meta','default'),
(1115,161,'_yoast_wpseo_primary_category',''),
(1116,161,'_yoast_wpseo_focuskw','Lion 288'),
(1117,161,'_yoast_wpseo_title','%%title%% %%sep%% Lucky Games, Hadiah Dan Kemenangan Besar'),
(1118,161,'_yoast_wpseo_metadesc','Lion 288 nikmati sensasi tanpa batas bermain game yang penuh keberuntungan ini, dengan peluang mendapatkan hadiah-hadiah menakjubkan.'),
(1119,161,'_yoast_wpseo_linkdex','60'),
(1120,161,'_yoast_wpseo_content_score','90'),
(1121,161,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(1122,161,'_yoast_wpseo_meta-robots-noindex','2'),
(1123,161,'_yoast_wpseo_canonical','https://lion288slot.com/lion-288/'),
(1124,156,'_edit_last','1'),
(1125,156,'_edit_lock','1755807274:1'),
(1126,164,'_wp_attached_file','2025/08/Mabar88-1.jpg'),
(1127,164,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2025/08/Mabar88-1.jpg\";s:8:\"filesize\";i:35054;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Mabar88-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Mabar88-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5573;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1128,164,'_wp_attachment_image_alt','Lion 288 Daftar'),
(1129,156,'_thumbnail_id','164'),
(1131,156,'site-sidebar-layout','default'),
(1132,156,'site-content-layout','default'),
(1133,156,'theme-transparent-header-meta','default'),
(1134,156,'_yoast_wpseo_primary_category',''),
(1135,156,'_yoast_wpseo_focuskw','Lion 288 Daftar'),
(1136,156,'_yoast_wpseo_title','%%title%% %%sep%% Mainkan Game Online Dengan Hadiah Fantastis'),
(1137,156,'_yoast_wpseo_metadesc','Lion 288 Daftar mainkan game online dengan hadiah fantastis dan rasakan sensasi luar biasa dalam setiap klik, tanpa perlu modal besar.'),
(1138,156,'_yoast_wpseo_linkdex','60'),
(1139,156,'_yoast_wpseo_content_score','90'),
(1140,156,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(1141,156,'_yoast_wpseo_meta-robots-noindex','2'),
(1142,156,'_yoast_wpseo_canonical','https://lion288slot.com/lion-288-daftar/'),
(1143,157,'_edit_last','1'),
(1144,157,'_edit_lock','1755807279:1'),
(1145,166,'_wp_attached_file','2025/08/Mabar88-2.jpg'),
(1146,166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2025/08/Mabar88-2.jpg\";s:8:\"filesize\";i:35054;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Mabar88-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Mabar88-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5573;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1147,166,'_wp_attachment_image_alt','Lion 288 Register'),
(1148,157,'_thumbnail_id','166'),
(1150,157,'site-sidebar-layout','default'),
(1151,157,'site-content-layout','default'),
(1152,157,'theme-transparent-header-meta','default'),
(1153,157,'_yoast_wpseo_primary_category',''),
(1154,157,'_yoast_wpseo_focuskw','Lion 288 Register'),
(1155,157,'_yoast_wpseo_title','%%title%% %%sep%% Bergabunglah Dalam Situs Game Greatest'),
(1156,157,'_yoast_wpseo_metadesc','Lion 288 Register bergabunglah dalam petualangan yang menantang, dengan komunitas yang ramah, dan bermain game yang menakjubkan hari ini.'),
(1157,157,'_yoast_wpseo_linkdex','60'),
(1158,157,'_yoast_wpseo_content_score','90'),
(1159,157,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(1160,157,'_yoast_wpseo_meta-robots-noindex','2'),
(1161,157,'_yoast_wpseo_canonical','https://lion288slot.com/lion-288-register/'),
(1162,158,'_edit_last','1'),
(1163,158,'_edit_lock','1755807285:1'),
(1164,168,'_wp_attached_file','2025/08/Mabar88-3.jpg'),
(1165,168,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2025/08/Mabar88-3.jpg\";s:8:\"filesize\";i:35054;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Mabar88-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Mabar88-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5573;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1166,168,'_wp_attachment_image_alt','Lion 288 Login'),
(1167,158,'_thumbnail_id','168'),
(1169,158,'site-sidebar-layout','default'),
(1170,158,'site-content-layout','default'),
(1171,158,'theme-transparent-header-meta','default'),
(1172,158,'_yoast_wpseo_primary_category',''),
(1173,158,'_yoast_wpseo_focuskw','Lion 288 Login'),
(1174,158,'_yoast_wpseo_title','%%title%% %%sep%% Arena Keterampilan, Ayo Menangkan Hadiahnya'),
(1175,158,'_yoast_wpseo_metadesc','Lion 288 Login bersiaplah untuk meraih hadiah-hadiah menggiurkan saat Anda bersaing dalam beragam permainan yang mengasah keterampilan Anda.'),
(1176,158,'_yoast_wpseo_linkdex','60'),
(1177,158,'_yoast_wpseo_content_score','90'),
(1178,158,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(1179,158,'_yoast_wpseo_meta-robots-noindex','2'),
(1180,158,'_yoast_wpseo_canonical','https://lion288slot.com/lion-288-login/'),
(1181,159,'_edit_last','1'),
(1182,159,'_edit_lock','1755807292:1'),
(1183,170,'_wp_attached_file','2025/08/Mabar88-4.jpg'),
(1184,170,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2025/08/Mabar88-4.jpg\";s:8:\"filesize\";i:35054;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Mabar88-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Mabar88-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5573;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1185,170,'_wp_attachment_image_alt','Lion 288 Download'),
(1186,159,'_thumbnail_id','170'),
(1188,159,'site-sidebar-layout','default'),
(1189,159,'site-content-layout','default'),
(1190,159,'theme-transparent-header-meta','default'),
(1191,159,'_yoast_wpseo_primary_category',''),
(1192,159,'_yoast_wpseo_focuskw','Lion 288 Download'),
(1193,159,'_yoast_wpseo_title','%%title%% %%sep%% Game Legendaris, Hadiah Besar Menunggumu'),
(1194,159,'_yoast_wpseo_metadesc','Lion 288 Download mainkan permainan yang menggetarkan hatimu, uji keterampilanmu, dan rebut kemenangan besar yang akan mengubah hidupmu.'),
(1195,159,'_yoast_wpseo_linkdex','60'),
(1196,159,'_yoast_wpseo_content_score','90'),
(1197,159,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(1198,159,'_yoast_wpseo_meta-robots-noindex','2'),
(1199,159,'_yoast_wpseo_canonical','https://lion288slot.com/lion-288-download/'),
(1200,160,'_edit_last','1'),
(1201,160,'_edit_lock','1755807245:1'),
(1202,172,'_wp_attached_file','2025/08/Mabar88-5.jpg'),
(1203,172,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2025/08/Mabar88-5.jpg\";s:8:\"filesize\";i:35054;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Mabar88-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Mabar88-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5573;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1204,172,'_wp_attachment_image_alt','Lion 288 Online'),
(1205,160,'_thumbnail_id','172'),
(1206,160,'site-sidebar-layout','default'),
(1207,160,'site-content-layout','default'),
(1208,160,'theme-transparent-header-meta','default'),
(1209,160,'_yoast_wpseo_primary_category',''),
(1210,160,'_yoast_wpseo_focuskw','Lion 288 Online'),
(1211,160,'_yoast_wpseo_title','%%title%% %%sep%% Seru Bermain Online, Kejar Hadiahnya Sekarang!'),
(1212,160,'_yoast_wpseo_metadesc','Lion 288 Online rasakan sensasi tak terlupakan dalam setiap permainan yang kami tawarkan, sambil meriah hadiah menarik yang selalu tersedia.'),
(1213,160,'_yoast_wpseo_linkdex','60'),
(1214,160,'_yoast_wpseo_content_score','90'),
(1215,160,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(1216,160,'_yoast_wpseo_meta-robots-noindex','2'),
(1217,160,'_yoast_wpseo_canonical','https://lion288slot.com/lion-288-online/'),
(1219,67,'_wp_old_date','2025-08-20'),
(1223,69,'_wp_old_date','2025-08-20'),
(1224,70,'_wp_old_date','2025-08-20'),
(1225,133,'_wp_old_date','2025-08-20'),
(1226,72,'_wp_old_date','2025-08-20'),
(1227,67,'_wp_old_date','2025-08-27'),
(1229,69,'_wp_old_date','2025-08-27'),
(1230,70,'_wp_old_date','2025-08-27'),
(1231,133,'_wp_old_date','2025-08-27'),
(1232,72,'_wp_old_date','2025-08-27'),
(1233,67,'_wp_old_date','2025-08-29'),
(1237,69,'_wp_old_date','2025-08-29'),
(1239,70,'_wp_old_date','2025-08-29'),
(1241,133,'_wp_old_date','2025-08-29'),
(1243,72,'_wp_old_date','2025-08-29'),
(1245,67,'_wp_old_date','2025-09-05'),
(1247,69,'_wp_old_date','2025-09-05'),
(1248,70,'_wp_old_date','2025-09-05'),
(1249,133,'_wp_old_date','2025-09-05'),
(1250,72,'_wp_old_date','2025-09-05'),
(1251,67,'_wp_old_date','2025-09-10'),
(1253,69,'_wp_old_date','2025-09-10'),
(1254,70,'_wp_old_date','2025-09-10'),
(1255,133,'_wp_old_date','2025-09-10'),
(1256,72,'_wp_old_date','2025-09-10'),
(1258,67,'_wp_old_date','2025-09-11'),
(1260,69,'_wp_old_date','2025-09-11'),
(1261,70,'_wp_old_date','2025-09-11'),
(1262,133,'_wp_old_date','2025-09-11'),
(1263,72,'_wp_old_date','2025-09-11'),
(1264,67,'_wp_old_date','2025-09-12'),
(1265,67,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":86,\"final_size\":136,\"element\":{\"name\":\"style\",\"attributes\":[]},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":2079,\"function\":\"wp_print_auto_sizes_contain_css_fix\",\"hook\":\"wp_head\",\"priority\":1}],\"priority\":70,\"hash\":\"c621d07fb5558e1c2469e3aa9c42602a\",\"parse_time\":0.015420198440551758,\"shake_time\":0.0035419464111328125,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"amp-img:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true,\"amp-anim:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true},[\"contain-intrinsic-size:3000px 1500px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":60,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"litespeed-cache-dummy-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/litespeed-cache\\/assets\\/css\\/litespeed-dummy.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"litespeed-cache-dummy\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d751713988987e9331980363e24189ce\",\"parse_time\":0.013470888137817383,\"shake_time\":1.9073486328125e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.5.5\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1012,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2250,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d9cbcea123ed980237b7ccf844b62f01\",\"parse_time\":0.004324197769165039,\"shake_time\":0.13623690605163574,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-unknown-size\":true,\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:unset\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":true,\"amp-img noscript\":true,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":41469,\"final_size\":6054,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"astra-theme-css-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/themes\\/mabar88\\/assets\\/css\\/minified\\/main.min.css?ver=3.7.9\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":1,\"hash\":\"297834b4c4b19b7b6584facdb172187b\",\"parse_time\":0.08601713180541992,\"shake_time\":0.001157999038696289,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"address\":false,\"blockquote\":false,\"body\":true,\"dd\":false,\"dl\":false,\"dt\":false,\"fieldset\":false,\"figure\":false,\"h1\":true,\"h2\":false,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\"hr\":false,\"html\":true,\"amp-iframe\":false,\"legend\":false,\"li\":true,\"ol\":false,\"p\":false,\"pre\":false,\"textarea\":false,\"ul\":true},[\"border:0\",\"font-size:100%\",\"font-style:inherit\",\"font-weight:inherit\",\"margin:0\",\"outline:0\",\"padding:0\",\"vertical-align:baseline\"]],[true,{\"html\":true},[\"-webkit-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\"]],[true,{\"body\":true},[\"margin:0\"]],[false,{\"main\":false,\"nav\":false},[\"display:block\"]],[false,{\"progress\":false},[\"display:inline-block\",\"vertical-align:baseline\"]],[true,{\"a\":true},[\"background-color:transparent\"]],[true,{\"a:active\":true},[\"outline:0\"]],[true,{\"a\":true,\"a:focus\":true,\"a:hover\":true,\"a:visited\":true},[\"text-decoration:none\"]],[false,{\"abbr[title]\":false},[\"border-bottom:1px dotted\"]],[true,{\"b\":false,\"strong\":true},[\"font-weight:700\"]],[false,{\"dfn\":false},[\"font-style:italic\"]],[false,{\"mark\":false},[\"background:#ff0\",\"color:#000\"]],[false,{\"small\":false},[\"font-size:80%\"]],[false,{\"sub\":false,\"sup\":false},[\"font-size:75%\",\"line-height:0\",\"position:relative\",\"vertical-align:baseline\"]],[false,{\"sup\":false},[\"top:-.5em\"]],[false,{\"sub\":false},[\"bottom:-.25em\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"border:0\"]],[false,{\"svg:not(:root)\":false},[\"overflow:hidden\"]],[false,{\"figure\":false},[\"margin:0\"]],[false,{\"hr\":false},[\"box-sizing:content-box\",\"height:0\"]],[false,{\"pre\":false},[\"overflow:auto\"]],[false,{\"code\":false,\"kbd\":false,\"pre\":false,\"samp\":false},[\"font-size:1em\"]],[true,{\"button\":false,\"input\":true,\"optgroup\":false,\"select\":false,\"textarea\":false},[\"color:inherit\",\"font:inherit\",\"margin:0\"]],[false,{\"button\":false},[\"overflow:visible\"]],[false,{\"button\":false,\"select\":false},[\"text-transform:none\"]],[true,{\"button\":false,\"html input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"-webkit-appearance:button\",\"cursor:pointer\"]],[true,{\"button[disabled]\":false,\"html input[disabled]\":true},[\"cursor:default\"]],[true,{\"button::-moz-focus-inner\":false,\"input::-moz-focus-inner\":true},[\"border:0\",\"padding:0\"]],[true,{\"input\":true},[\"line-height:normal\"]],[true,{\"input[type=checkbox]\":true,\"input[type=radio]\":true},[\"box-sizing:border-box\",\"padding:0\"]],[true,{\"input[type=number]::-webkit-inner-spin-button\":true,\"input[type=number]::-webkit-outer-spin-button\":true},[\"height:auto\"]],[true,{\"input[type=search]\":true},[\"-webkit-appearance:textfield\",\"box-sizing:content-box\"]],[false,{\"#comments .submit\":false,\".search .search-submit\":false},[\"padding:10px 15px\",\"border-radius:2px\",\"line-height:1.8571428571429\",\"border:0\"]],[false,{\".search .site-main .ast-search-submit\":false},[\"display:none\"]],[true,{\"input[type=search]::-webkit-search-cancel-button\":true,\"input[type=search]::-webkit-search-decoration\":true},[\"-webkit-appearance:none\"]],[false,{\"fieldset\":false},[\"border:1px solid #eaeaea\",\"margin:0 0\",\"padding:.35em .625em .75em\"]],[false,{\"legend\":false},[\"border:0\",\"padding:0\"]],[false,{\"fieldset legend\":false},[\"margin-bottom:1.5em\",\"padding:0 .5em\"]],[false,{\"textarea\":false},[\"overflow:auto\"]],[false,{\"optgroup\":false},[\"font-weight:700\"]],[false,{\"table\":false},[\"border-collapse:collapse\",\"border-spacing:0\"]],[false,{\"td\":false,\"th\":false},[\"padding:0\"]],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,{\".ast-container\":false,\".ast-container-fluid\":false},[\"margin-left:auto\",\"margin-right:auto\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-row\":false},[\"margin-left:-20px\",\"margin-right:-20px\"]],[false,{\".ast-grid-common-col\":false},[\"position:relative\",\"min-height:1px\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-float\":false},[\"float:left\"]],[false,\"@media (max-width:992px){\"],[false,{\".ast-width-sm-25\":false},[\"width:25%\"]],[false,{\".ast-width-md-50\":false},[\"width:50%\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-width-md-25\":false},[\"width:25%\"]],[false,\"}\"],[false,{\".ast-full-width\":false},[\"width:100%\"]],[false,{\".ast-width-50\":false},[\"width:50%\"]],[false,\"@media (min-width:768px){\"],[false,{\".ast-width-md-4\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-md-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-md-6\":false},[\"width:50%\",\"float:left\"]],[false,{\".ast-width-md-3\":false},[\"width:25%\"]],[false,{\".ast-width-md-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[false,\"@media (min-width:769px){\"],[false,{\".ast-width-md-20\":false},[\"width:20%\"]],[false,\"}\"],[false,\"@media (min-width:992px){\"],[false,{\".ast-width-lg-33\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-lg-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-lg-50\":false},[\"width:50%\"]],[false,{\".ast-width-lg-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[true,{\"h1\":true,\"h2\":false,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"clear:both\"]],[true,{\".entry-content h1\":false,\"h1\":true},[\"color:#808285\",\"font-size:2em\",\"line-height:1.2\"]],[false,{\".entry-content h2\":false,\"h2\":false},[\"color:#808285\",\"font-size:1.7em\",\"line-height:1.3\"]],[false,{\".entry-content h3\":false,\"h3\":false},[\"color:#808285\",\"font-size:1.5em\",\"line-height:1.4\"]],[false,{\".entry-content h4\":false,\"h4\":false},[\"color:#808285\",\"line-height:1.5\",\"font-size:1.3em\"]],[false,{\".entry-content h5\":false,\"h5\":false},[\"color:#808285\",\"line-height:1.6\",\"font-size:1.2em\"]],[false,{\".entry-content h6\":false,\"h6\":false},[\"color:#808285\",\"line-height:1.7\",\"font-size:1.1em\"]],[true,{\"html\":true},[\"box-sizing:border-box\"]],[true,{\"*\":true,\":after\":true,\":before\":true},[\"box-sizing:inherit\"]],[true,{\"body\":true},[\"color:#808285\",\"background:#fff\",\"font-style:normal\"]],[true,{\"ol\":false,\"ul\":true},[\"margin:0 0 1.5em 3em\"]],[true,{\"ul\":true},[\"list-style:disc\"]],[false,{\"ol\":false},[\"list-style:decimal\"]],[true,{\"li>ol\":false,\"li>ul\":true},[\"margin-bottom:0\",\"margin-left:1.5em\"]],[false,{\"dt\":false},[\"font-weight:700\"]],[false,{\"dd\":false},[\"margin:0 1.5em 1.5em\"]],[true,{\"b\":false,\"strong\":true},[\"font-weight:700\"]],[true,{\"cite\":false,\"dfn\":false,\"em\":false,\"i\":true},[\"font-style:italic\"]],[false,{\"blockquote\":false,\"q\":false},[\"quotes:\\\"\\\" \\\"\\\"\"]],[false,{\"blockquote:after\":false,\"blockquote:before\":false,\"q:after\":false,\"q:before\":false},[\"content:\\\"\\\"\"]],[false,{\"blockquote\":false},[\"border-left:5px solid rgba(0,0,0,.05)\",\"padding:20px\",\"font-size:1.2em\",\"font-style:italic\",\"margin:0 0 1.5em\",\"position:relative\"]],[false,{\"address\":false},[\"margin:0 0 1.5em\"]],[false,{\"abbr\":false,\"acronym\":false},[\"border-bottom:1px dotted #666\",\"cursor:help\"]],[false,{\"pre\":false},[\"background:#eee\",\"font-family:\\\"Courier 10 Pitch\\\",Courier,monospace\",\"margin-bottom:1.6em\",\"overflow:auto\",\"max-width:100%\",\"padding:1.6em\"]],[false,{\"code\":false,\"kbd\":false,\"tt\":false,\"var\":false},[\"font:15px Monaco,Consolas,\\\"Andale Mono\\\",\\\"DejaVu Sans Mono\\\",monospace\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"height:auto\",\"max-width:100%\"]],[false,{\"hr\":false},[\"background-color:#ccc\",\"border:0\",\"height:1px\",\"margin-bottom:1.5em\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false},[\"color:#808285\",\"font-weight:400\",\"font-size:100%\",\"margin:0\",\"vertical-align:baseline\"]],[true,{\"button\":false,\"input\":true},[\"line-height:normal\"]],[false,{\"big\":false},[\"font-size:125%\"]],[false,{\"ins\":false,\"mark\":false},[\"background:0 0\",\"text-decoration:none\"]],[false,{\"table\":false,\"td\":false,\"th\":false},[\"border:1px solid rgba(0,0,0,.1)\"]],[false,{\"table\":false},[\"border-collapse:separate\",\"border-spacing:0\",\"border-width:1px 0 0 1px\",\"margin:0 0 1.5em\",\"width:100%\"]],[false,{\"th\":false},[\"font-weight:700\"]],[false,{\"td\":false,\"th\":false},[\"padding:8px\",\"border-width:0 1px 1px 0\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"border:1px solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#e6e6e6\",\"padding:.6em 1em .4em\",\"color:#fff\"]],[true,{\".ast-button:focus\":false,\".ast-button:hover\":false,\".button:focus\":false,\".button:hover\":false,\"button:focus\":false,\"button:hover\":false,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"color:#fff\",\"border-color:#eaeaea\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"button:active\":false,\"button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=reset]:active\":true,\"input[type=reset]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"border-color:#eaeaea\",\"outline:0\"]],[true,{\"input[type=email]\":true,\"input[type=password]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"textarea\":false},[\"color:#666\",\"border:1px solid #ccc\",\"border-radius:2px\",\"-webkit-appearance:none\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"textarea:focus\":false},[\"color:#111\"]],[false,{\"textarea\":false},[\"padding-left:3px\",\"width:100%\"]],[true,{\"a\":true},[\"color:#4169e1\"]],[true,{\"a:focus\":true,\"a:hover\":true},[\"color:#191970\"]],[true,{\"a:focus\":true},[\"outline:thin dotted\"]],[true,{\"a:hover\":true},[\"outline:0\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#f1f1f1\",\"border-radius:2px\",\"box-shadow:0 0 2px 2px rgba(0,0,0,.6)\",\"color:#21759b\",\"display:block\",\"font-size:12.25px\",\"font-size:.875rem\",\"height:auto\",\"left:5px\",\"line-height:normal\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"top:5px\",\"width:auto\",\"z-index:100000\"]],[false,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":false},[\"clip:auto\"]],[false,{\".alignleft\":false},[\"display:inline\",\"float:left\",\"margin-right:1.5em\"]],[false,{\".alignright\":false},[\"display:inline\",\"float:right\",\"margin-left:1.5em\"]],[false,{\".aligncenter\":false},[\"clear:both\",\"text-align:center\",\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"embed\":false,\"amp-iframe\":false,\"amp-google-document-embed\":false},[\"max-width:100%\"]],[false,{\".wp-caption\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-caption amp-img[class*=wp-image-]\":false,\".wp-caption amp-anim[class*=wp-image-]\":false},[\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-caption .wp-caption-text\":false},[\"margin:.8075em 0\"]],[false,{\".wp-caption-text\":false},[\"text-align:center\"]],[true,{\"::selection\":true},[\"color:#fff\",\"background:#0274be\"]],[true,{\"body\":true},[\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\"]],[true,{\"body:not(.logged-in)\":true},[\"position:relative\"]],[false,{\"#page\":false},[\"position:relative\"]],[true,{\"a\":true,\"a:focus\":true},[\"text-decoration:none\"]],[true,{\".secondary a *\":false,\".site-footer a *\":true,\".site-header a *\":false,\"a\":true},[\"transition:all .2s linear\"]],[false,{\".capitalize\":false},[\"text-transform:uppercase\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"vertical-align:middle\"]],[false,{\".entry-content h1\":false,\".entry-content h2\":false,\".entry-content h3\":false,\".entry-content h4\":false,\".entry-content h5\":false,\".entry-content h6\":false},[\"margin-bottom:20px\"]],[false,{\"p\":false},[\"margin-bottom:1.75em\"]],[false,{\"blockquote\":false},[\"margin:1.5em 1em 1.5em 3em\",\"font-size:1.1em\",\"line-height:inherit\",\"position:relative\"]],[true,{\".ast-button\":false,\".button\":false,\"input[type=button]\":true,\"input[type=submit]\":true},[\"border-radius:0\",\"padding:18px 30px\",\"border:0\",\"box-shadow:none\",\"text-shadow:none\"]],[true,{\".ast-button:hover\":false,\".button:hover\":false,\"input[type=button]:hover\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"box-shadow:none\"]],[false,{\".site-title\":false},[\"font-weight:400\"]],[false,{\".site-description\":false,\".site-title\":false},[\"margin-bottom:0\"]],[false,{\".site-description a\":false,\".site-description:focus a\":false,\".site-description:hover a\":false,\".site-title a\":false,\".site-title:focus a\":false,\".site-title:hover a\":false},[\"transition:all .2s linear\"]],[false,{\".site-title a\":false,\".site-title a:focus\":false,\".site-title a:hover\":false,\".site-title a:visited\":false},[\"color:#222\"]],[false,{\".site-description a\":false,\".site-description a:focus\":false,\".site-description a:hover\":false,\".site-description a:visited\":false},[\"color:#999\"]],[false,{\".search-form .search-field\":false},[\"outline:0\"]],[false,{\".ast-search-menu-icon\":false},[\"position:relative\",\"z-index:3\"]],[false,{\".site .skip-link\":false},[\"background-color:#f1f1f1\",\"box-shadow:0 0 1px 1px rgba(0,0,0,.2)\",\"color:#21759b\",\"display:block\",\"font-family:Montserrat,\\\"Helvetica Neue\\\",sans-serif\",\"font-size:14px\",\"font-weight:700\",\"left:-9999em\",\"outline:0\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"text-transform:none\",\"top:-9999em\"]],[false,{\".site .skip-link:focus\":false},[\"clip:auto\",\"height:auto\",\"left:6px\",\"top:7px\",\"width:auto\",\"z-index:100000\",\"outline:thin dotted\"]],[false,{\".logged-in .site .skip-link\":false},[\"box-shadow:0 0 2px 2px rgba(0,0,0,.2)\",\"font-family:\\\"Open Sans\\\",sans-serif\"]],[true,{\"input\":true,\"select\":false},[\"line-height:1\"]],[true,{\".ast-button\":false,\".ast-custom-button\":false,\"body\":true,\"button\":false,\"input[type=button]\":true,\"input[type=submit]\":true,\"textarea\":false},[\"line-height:1.8571428571429\"]],[false,{\".site-title a\":false},[\"line-height:1.2\"]],[false,{\".site-header .site-description\":false},[\"line-height:1.5\"]],[false,{\".ast-single-post .entry-title\":false,\".ast-single-post .entry-title a\":false},[\"line-height:1.2\"]],[false,{\".entry-title\":false,\".entry-title a\":false},[\"font-weight:400\"]],[false,{\".ast-oembed-container\":false},[\"position:relative\",\"padding-top:56.25%\",\"height:0\",\"height:auto\",\"overflow:hidden\",\"max-width:100%\"]],[false,{\".ast-oembed-container embed\":false,\".ast-oembed-container amp-iframe\":false,\".ast-oembed-container amp-google-document-embed\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\"body .ast-oembed-container *\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\".ast-hidden:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[true,{\"body\":true},[\"background-color:#fff\"]],[false,{\"#page\":false},[\"display:block\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"width:100%\"]],[false,{\"#primary\":false},[\"margin:4em 0\"]],[false,{\".ast-separate-container\":false},[\"background-color:#f5f5f5\"]],[false,{\".ast-separate-container #primary\":false},[\"padding:4em 0\",\"margin:0\",\"border:0\"]],[false,{\".ast-separate-container .site-main>.ast-row\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false},[\"background-color:#fff\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"border-bottom:1px solid #eee\",\"margin:0\",\"padding:5.34em 6.67em\"]],[false,{\".ast-separate-container .blog-layout-1\":false},[\"padding:0\",\"border-bottom:0\"]],[false,{\".ast-separate-container .ast-article-single\":false},[\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (min-width:993px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"margin:4em 0\",\"padding:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:60px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:30px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:30px\"]],[false,\"}\"],[false,{\".ast-search-icon .astra-search-icon\":false},[\"font-size:1.3em\"]],[false,{\".main-navigation\":false},[\"height:100%\",\"-js-display:inline-flex\",\"display:inline-flex\"]],[false,{\".main-navigation ul\":false},[\"list-style:none\",\"margin:0\",\"padding-left:0\",\"position:relative\"]],[false,{\".main-header-menu .menu-link\":false,\".main-header-menu>a\":false},[\"text-decoration:none\",\"padding:0 1em\",\"display:inline-block\",\"transition:all .2s linear\"]],[false,{\".main-header-menu .menu-item\":false},[\"position:relative\"]],[false,{\".main-header-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .menu-item:hover>.sub-menu\":false},[\"right:auto\",\"left:0\"]],[false,{\".main-header-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"right:0\",\"left:auto\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu\":false},[\"width:240px\",\"background:#fff\",\"left:-999em\",\"position:absolute\",\"top:100%\",\"z-index:99999\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:100%\",\"right:auto\"]],[false,{\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu .menu-link\":false},[\"padding:.9em 1em\",\"display:block\",\"word-wrap:break-word\"]],[false,{\".main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:none\"]],[false,{\"#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow svg\":false},[\"position:absolute\",\"right:.6em\",\"top:50%\",\"transform:translate(0,-50%) rotate(270deg)\"]],[false,{\".main-header-menu .sub-menu .sub-menu\":false},[\"top:0\"]],[false,{\".submenu-with-border .sub-menu\":false},[\"border-width:1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .menu-link\":false},[\"border-width:0 0 1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .sub-menu\":false},[\"top:-1px\"]],[false,{\".ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link\":false},[\"border-bottom-width:0\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"padding-left:0\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type\":false},[\"margin-right:5px\"]],[false,{\".ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:inline\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:50px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-header-break-point .main-header-menu\":false},[\"background-color:#f9f9f9\",\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-header-break-point .dropdown-menu-toggle\":false},[\"display:none\"]],[false,{\".ast-mobile-menu-buttons\":false},[\"display:none\"]],[false,{\".ast-button-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap button\":false},[\"box-shadow:none\",\"border:none\"]],[false,{\".ast-button-wrap .menu-toggle\":false},[\"padding:0\",\"width:2.2em\",\"height:2.1em\",\"font-size:1.5em\",\"font-weight:400\",\"border-radius:2px\",\"border-radius:2px\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"vertical-align:middle\",\"line-height:1.8571428571429\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:0 .5em\",\"width:auto\",\"text-align:center\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu\":false},[\"font-size:15px\",\"font-size:1rem\",\"font-weight:600\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon\":false},[\"font-style:normal\",\"display:inline-block\",\"vertical-align:middle\",\"line-height:2.05\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5d2\\\"\",\"font-family:Astra\",\"text-decoration:inherit\"]],[false,{\".ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5cd\\\"\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(1)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2)\":false},[\"display:block\"]],[false,{\".ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap .menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".header-main-layout-1 .ast-main-header-bar-alignment\":false},[\"margin-left:auto\"]],[false,{\".site-navigation\":false},[\"height:100%\"]],[false,{\".site-header .menu-link *\":false},[\"transition:none\"]],[false,{\".ast-icon.icon-arrow svg\":false},[\"height:.6em\",\"width:.6em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".ast-icon.icon-search svg\":false},[\"height:1em\",\"width:.9em\",\"margin-top:3px\",\"margin-right:2px\"]],[false,{\".ast-header-break-point .user-select\":false},[\"clear:both\"]],[false,{\".ast-header-break-point .ast-mobile-menu-buttons\":false},[\"display:block\",\"align-self:center\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"flex:auto\"]],[false,{\".ast-header-break-point .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"flex:auto\",\"order:4\"]],[false,{\".ast-header-break-point .ast-icon.icon-arrow svg\":false},[\"height:.85em\",\"width:.95em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".site-main .comment-navigation\":false,\".site-main .post-navigation\":false,\".site-main .posts-navigation\":false},[\"margin:0 0 1.5em\",\"overflow:hidden\"]],[false,{\".comment-navigation .nav-next\":false,\".comment-navigation .nav-previous\":false,\".post-navigation .nav-next\":false,\".post-navigation .nav-previous\":false,\".posts-navigation .nav-next\":false,\".posts-navigation .nav-previous\":false},[\"width:50%\",\"display:inline-block\"]],[false,{\".comment-navigation .nav-next\":false,\".post-navigation .nav-next\":false,\".posts-navigation .nav-next\":false},[\"text-align:right\"]],[false,{\".ast-icon svg\":false},[\"fill:currentColor\"]],[false,{\".post-navigation a\":false},[\"background:0 0\",\"font-size:16px\",\"font-size:1.06666rem\",\"padding:0 1.5em\",\"height:2.33333em\",\"line-height:calc(2.33333em - 3px)\"]],[true,{\".sticky\":true},[\"display:block\"]],[false,{\".hentry\":false},[\"margin:0 0 1.5em\"]],[false,{\".byline\":false,\".updated:not(.published)\":false},[\"display:none\"]],[false,{\".group-blog .byline\":false,\".single .byline\":false},[\"display:inline\"]],[false,{\".page-links\":false},[\"clear:both\",\"margin-top:1em\"]],[false,{\".page-links a\":false},[\"display:inline-block\"]],[false,{\".page-links a .page-link\":false},[\"border-color:#eaeaea\",\"background:0 0\"]],[false,{\".page-links .page-link\":false},[\"padding:0\",\"margin:0 0 .3em .3em\",\"border:2px solid #eaeaea\",\"color:#000\",\"background:0 0\",\"font-size:.8em\",\"width:2.5em\",\"height:2.5em\",\"line-height:calc(2.5em - 4px)\",\"display:inline-block\",\"text-align:center\",\"transition:all .2s linear\"]],[false,{\".page-links .page-link:focus\":false,\".page-links .page-link:hover\":false},[\"color:#000\"]],[false,\"@media (max-width:768px){\"],[false,{\".page-links .page-link\":false},[\"margin-bottom:6px\"]],[false,\"}\"],[true,{\".entry-content>:last-child\":false,\".entry-summary>:last-child\":false,\".page-content>:last-child\":true},[\"margin-bottom:0\"]],[false,{\".bypostauthor\":false},[\"display:block\"]],[false,{\".ast-no-sidebar .entry-content .alignfull\":false},[\"margin-left:calc(-50vw + 50%)\",\"margin-right:calc(-50vw + 50%)\",\"max-width:100vw\",\"width:100vw\"]],[false,{\".ast-no-sidebar .entry-content .alignfull .alignfull\":false,\".ast-no-sidebar .entry-content .alignfull .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .alignwide\":false},[\"margin-left:calc(-41vw + 50%)\",\"margin-right:calc(-41vw + 50%)\",\"max-width:unset\",\"width:unset\"]],[false,{\".ast-no-sidebar .entry-content .alignwide .alignfull\":false,\".ast-no-sidebar .entry-content .alignwide .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .wp-block-column .alignfull\":false,\".ast-no-sidebar .entry-content .wp-block-column .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:100%\"]],[false,{\".blocks-gallery-grid\":false,\".wp-block-gallery\":false},[\"margin:0\"]],[false,{\".wp-block-separator\":false},[\"max-width:100px\"]],[false,{\".wp-block-separator.is-style-dots\":false,\".wp-block-separator.is-style-wide\":false},[\"max-width:none\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:10px\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:10px\"]],[false,\"@media (max-width:782px){\"],[false,{\".entry-content .wp-block-columns .wp-block-column\":false},[\"flex-basis:100%\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:0\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:0\"]],[false,\"}\"],[true,{\"body\":true},[\"overflow-x:hidden\"]],[false,{\"body .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\"body .entry-content .wp-block-latest-posts li\":false},[\"list-style:none\"]],[false,{\".ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\".ast-header-break-point .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content .blocks-gallery-item amp-img\":false,\".entry-content .blocks-gallery-item amp-anim\":false},[\"margin-bottom:auto\"]],[false,{\".wp-block-pullquote\":false},[\"border-top:4px solid #555d66\",\"border-bottom:4px solid #555d66\",\"color:#40464d\"]],[false,{\".widget-title\":false},[\"font-weight:400\",\"margin-bottom:1em\",\"line-height:1.5\"]],[false,{\".widget\":false},[\"margin:0 0 2.8em 0\"]],[false,{\".widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".widget select\":false},[\"max-width:100%\"]],[false,{\".widget ul\":false},[\"margin:0\",\"list-style-type:none\"]],[false,{\".no-widget-text\":false},[\"margin-bottom:0\"]],[false,{\".widget_nav_menu ul ul.sub-menu\":false},[\"margin-top:.25em\"]],[false,{\".widget_nav_menu ul ul.sub-menu li\":false},[\"padding-left:20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu a:after\":false},[\"left:-20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul ul a:after\":false},[\"left:-60px\"]],[false,{\".widget_nav_menu li\":false},[\"transition:all .2s linear\"]],[false,{\".widget_search .search-form\":false},[\"position:relative\",\"padding:0\",\"background:initial\",\"color:inherit\"]],[false,{\".widget_search .search-form>label\":false},[\"position:relative\"]],[false,{\".widget_search .search-form i\":false},[\"color:#3a3a3a\"]],[false,{\".widget_search .search-form button\":false},[\"position:absolute\",\"top:0\",\"right:15px\",\"border:none\",\"padding:0\",\"cursor:pointer\",\"background:0 0\"]],[false,{\".widget_search .search-form input[type=submit]\":false,\".widget_search .search-form input[type=submit]:focus\":false,\".widget_search .search-form input[type=submit]:hover\":false},[\"padding:13px 20px\",\"border-radius:2px\",\"border:none\",\"top:0\",\"right:0\",\"position:absolute\",\"color:transparent\",\"background:0 0\",\"max-width:45px\",\"z-index:2\"]],[false,{\".widget_search .search-form .search-field\":false},[\"background:#fafafa\",\"border-width:1px\",\"border-color:#eaeaea\",\"border-radius:2px\"]],[false,{\".widget_search .search-field\":false,\".widget_search .search-field:focus\":false},[\"width:100%\",\"padding:16px 45px 16px 15px\"]],[false,{\".widget_archive ul.children\":false,\".widget_categories ul.children\":false,\".widget_pages ul.children\":false},[\"position:relative\",\"margin-top:5px\",\"width:100%\"]],[false,{\".widget_archive ul.children li\":false,\".widget_categories ul.children li\":false,\".widget_pages ul.children li\":false},[\"padding-left:20px\"]],[false,{\".widget_archive li ul.children a:after\":false,\".widget_categories li ul.children a:after\":false,\".widget_pages li ul.children a:after\":false},[\"left:-20px\"]],[false,{\".widget_archive li ul.children ul a:after\":false,\".widget_categories li ul.children ul a:after\":false,\".widget_pages li ul.children ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_tag_cloud .tagcloud\":false},[\"margin-top:10px\",\"display:inline-block\"]],[false,{\".widget_tag_cloud .tagcloud a\":false},[\"border:1px solid #e2e2e2\",\"padding:.5em .9em\",\"display:inline-block\",\"margin-bottom:4px\",\"font-size:14px\",\"margin-right:4px\",\"line-height:1.5\",\"transition:all .2s linear\"]],[false,{\".widget_calendar table\":false,\".widget_calendar td\":false,\".widget_calendar th\":false},[\"padding:0\",\"text-align:center\"]],[false,{\".widget_calendar table\":false,\".widget_calendar th\":false},[\"border:none\"]],[false,{\".widget_calendar td\":false},[\"border-right:none\",\"border-left:none\"]],[false,{\".widget_calendar caption\":false},[\"line-height:2.7em\"]],[false,{\".widget_calendar thead\":false},[\"line-height:2.5em\"]],[false,{\".widget_calendar thead a\":false},[\"color:#0274be\",\"font-size:1rem\",\"vertical-align:middle\"]],[false,{\".widget_calendar thead td\":false},[\"vertical-align:middle\",\"font-weight:700\"]],[false,{\".widget_calendar thead>tr>th\":false},[\"line-height:2.5em\",\"border-bottom:2px solid #eaeaea\",\"border-top:2px solid #eaeaea\"]],[false,{\".widget_calendar tbody\":false},[\"line-height:2.1em\",\"text-align:center\"]],[false,{\".widget_calendar tbody>tr>td\":false},[\"width:14.2857%\"]],[false,{\".widget_calendar tbody>tr:first-child>td\":false},[\"padding-top:3px\"]],[false,{\".widget_calendar #today\":false},[\"background:#0274be\"]],[false,{\".ast-builder-grid-row\":false},[\"display:grid\",\"grid-template-columns:auto auto\",\"align-items:center\",\"grid-column-gap:20px\",\"overflow-wrap:anywhere\"]],[false,{\".ast-builder-grid-row>.site-header-section\":false},[\"flex-wrap:nowrap\"]],[false,{\".ast-builder-footer-grid-columns\":false},[\"grid-column-gap:50px\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout\":false},[\"grid-template-columns:1fr auto 1fr\"]],[false,{\".ast-builder-layout-element\":false},[\"align-items:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only\":false},[\"-js-display:flex\",\"display:flex\",\"height:100%\",\"justify-content:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center\":false},[\"flex-grow:1\"]],[false,{\".site-header-section\":false},[\"height:100%\",\"min-height:0\",\"align-items:center\"]],[false,{\".site-header-section .ast-main-header-bar-alignment\":false},[\"height:100%\"]],[false,{\".site-header-section>*\":false},[\"padding:0 10px\"]],[false,{\".site-header-section>div:first-child\":false},[\"padding-left:0\"]],[false,{\".site-header-section>div:last-child\":false},[\"padding-right:0\"]],[false,{\".site-header-section .ast-builder-menu\":false},[\"align-items:center\"]],[false,{\".ast-builder-layout-element.ast-header-search\":false},[\"height:auto\"]],[false,{\".ast-grid-right-center-section\":false},[\"justify-content:flex-start\",\"flex-grow:1\"]],[false,{\".ast-grid-right-section\":false},[\"justify-content:flex-end\"]],[false,{\".ast-grid-right-section .ast-site-identity>:first-child\":false},[\"text-align:right\"]],[false,{\".ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child\":false},[\"text-align:left\"]],[false,{\".ast-grid-left-center-section\":false},[\"justify-content:flex-end\",\"flex-grow:1\"]],[false,{\".ast-logo-title-inline .ast-site-identity\":false},[\"padding:1em 0\",\"-js-display:inline-flex\",\"display:inline-flex\",\"vertical-align:middle\",\"align-items:center\",\"transition:all .2s linear\"]],[false,{\".ast-grid-section-center\":false},[\"justify-content:center\"]],[false,{\".ast-grid-section-center .ast-site-identity>:first-child\":false},[\"text-align:center\"]],[false,{\".ast-builder-social-element\":false},[\"line-height:1\",\"color:#3a3a3a\",\"background:0 0\",\"vertical-align:middle\",\"transition:all 10ms\",\"margin-left:6px\",\"margin-right:6px\",\"justify-content:center\",\"align-items:center\"]],[false,{\".ast-builder-social-element:hover\":false},[\"color:#0274be\"]],[false,{\".ast-builder-social-element .social-item-label\":false},[\"padding-left:6px\"]],[false,{\".ast-social-stack-desktop .ast-builder-social-element\":false,\".ast-social-stack-mobile .ast-builder-social-element\":false,\".ast-social-stack-tablet .ast-builder-social-element\":false},[\"margin-top:6px\",\"margin-bottom:6px\"]],[false,{\".ahfb-svg-iconset\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ahfb-svg-iconset svg\":false},[\"width:17px\",\"height:17px\",\"transition:none\"]],[false,{\".ahfb-svg-iconset svg>*\":false},[\"transition:none\"]],[false,{\".ast-footer-copyright p\":false},[\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-container\":false},[\"display:grid\",\"align-content:center\"]],[false,{\".main-header-bar .main-header-bar-navigation\":false},[\"height:100%\"]],[false,{\".ast-nav-menu .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".ast-builder-menu .main-navigation\":false},[\"padding:0\"]],[false,{\".ast-builder-menu .main-navigation>ul\":false},[\"align-self:center\"]],[false,{\".ast-footer-copyright\":false,\".ast-footer-social-wrap\":false,\".site-footer-focus-item\":false},[\"width:100%\"]],[false,{\"#astra-footer-menu\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\"#astra-footer-menu>ul\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\".ast-header-break-point #ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:0\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false,\".ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .ast-nav-menu .sub-menu\":false},[\"line-height:3\"]],[false,{\".site-footer-section\":false},[\"justify-content:center\"]],[false,{\".site-footer-section>*\":false},[\"margin-bottom:10px\"]],[false,{\".site-footer-section>:last-child\":false},[\"margin-bottom:0\"]],[false,{\".site-primary-footer-wrap\":false},[\"padding-top:45px\",\"padding-bottom:45px\"]],[false,{\".site-above-footer-wrap\":false,\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".ast-hfb-header.ast-header-break-point .main-header-bar-navigation\":false},[\"width:100%\",\"margin:0\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-mobile-svg\":false},[\"display:none\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-close-svg\":false},[\"display:block\"]],[false,{\".menu-toggle .ast-close-svg\":false},[\"display:none\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"-js-display:flex\",\"display:flex\",\"align-items:center\",\"width:auto\",\"height:auto\"]],[false,{\".menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:.5em\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-search-menu-icon.ast-inline-search .search-field\":false},[\"width:100%\",\"padding:.6em\",\"padding-right:5.5em\"]],[false,\"@media (min-width:769px){\"],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li\":false},[\"margin:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:first-child a\":false},[\"padding-left:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:last-child a\":false},[\"padding-right:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu a\":false},[\"padding:0 .5em\"]],[false,\"}\"],[false,{\".site-header\":false},[\"z-index:99\",\"position:relative\"]],[false,{\".main-header-container\":false},[\"position:relative\"]],[false,{\".main-header-bar-wrap\":false},[\"position:relative\"]],[false,{\".main-header-bar\":false},[\"background-color:#fff\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border:0\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".main-header-bar\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-desktop .main-header-menu.ast-menu-shadow .sub-menu\":false},[\"box-shadow:0 4px 10px -2px rgba(0,0,0,.1)\"]],[false,{\".ast-header-custom-item-inside .button-custom-menu-item .menu-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item\":false},[\"padding-left:0\",\"padding-right:0\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link\":false},[\"display:block\"]],[false,{\".site-branding\":false},[\"line-height:1\",\"align-self:center\"]],[false,{\".ast-menu-toggle\":false},[\"display:none\",\"background:0 0\",\"color:inherit\",\"border-style:dotted\",\"border-color:transparent\"]],[false,{\".ast-menu-toggle:focus\":false,\".ast-menu-toggle:hover\":false},[\"background:0 0\",\"border-color:inherit\",\"color:inherit\"]],[false,{\".ast-menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".ast-main-header-nav-open .main-header-bar\":false},[\"padding-bottom:0\"]],[false,{\".main-header-bar\":false},[\"z-index:4\",\"position:relative\"]],[false,{\".main-header-bar .main-header-bar-navigation:empty\":false},[\"padding:0\"]],[false,{\".main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after\":false},[\"line-height:normal\"]],[false,{\".custom-mobile-logo-link\":false},[\"display:none\"]],[false,{\".ast-site-identity\":false},[\"padding:1em 0\"]],[false,{\".ast-header-break-point .site-header .main-header-bar-wrap .site-branding\":false},[\"flex:1\",\"align-self:center\"]],[false,{\".ast-header-break-point .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"display:block\",\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-header-break-point .main-navigation .stack-on-mobile li\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-header-break-point .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-header-break-point .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".ast-header-break-point .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-header-break-point .ast-builder-menu\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile\":false},[\"flex-wrap:wrap\"]],[false,{\".ast-desktop .main-header-menu>.menu-item .sub-menu:before\":false},[\"position:absolute\",\"content:\\\"\\\"\",\"top:0\",\"left:0\",\"width:100%\",\"transform:translateY(-100%)\"]],[true,{\"input[type=email]\":true,\"input[type=number]\":true,\"input[type=password]\":true,\"input[type=reset]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"select\":false,\"textarea\":false},[\"color:#666\",\"padding:.75em\",\"height:auto\",\"border-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#fafafa\",\"box-shadow:none\",\"box-sizing:border-box\",\"transition:all .2s linear\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=reset]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"select:focus\":false,\"textarea:focus\":false},[\"background-color:#fff\",\"border-color:#eaeaea\",\"box-shadow:none\"]],[true,{\"input[type=button]\":true,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[false,{\"textarea\":false},[\"width:100%\"]],[true,{\"input[type=search]:focus\":true},[\"outline:thin dotted\"]],[true,{\"input[type=range]\":true},[\"-webkit-appearance:none\",\"width:100%\",\"margin:5.7px 0\",\"padding:0\",\"border:none\"]],[true,{\"input[type=range]:focus\":true},[\"outline:0\"]],[true,{\"input[type=range]::-webkit-slider-runnable-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-webkit-slider-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\",\"-webkit-appearance:none\",\"margin-top:-5.7px\"]],[true,{\"input[type=range]:focus::-webkit-slider-runnable-track\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]::-moz-range-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-moz-range-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]::-ms-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"background:0 0\",\"border-color:transparent\",\"color:transparent\"]],[true,{\"input[type=range]::-ms-fill-lower\":true},[\"background:rgba(199,199,199,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"height:8.6px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]:focus::-ms-fill-lower\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]:focus::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=color]\":true},[\"border:none\",\"width:100px\",\"padding:0\",\"height:30px\",\"cursor:pointer\"]],[true,{\"input[type=color]::-webkit-color-swatch-wrapper\":true},[\"padding:0\",\"border:none\"]],[true,{\"input[type=color]::-webkit-color-swatch\":true},[\"border:none\"]],[false,{\".page .entry-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".search .entry-header\":false},[\"margin-bottom:1em\"]],[false,{\".ast-single-post .entry-header.ast-header-without-markup\":false,\".ast-single-post .entry-header.ast-no-title.ast-no-thumbnail\":false},[\"margin-bottom:0\"]],[false,{\".entry-header\":false},[\"margin-bottom:1em\",\"word-wrap:break-word\"]],[false,{\".entry-header+.ast-blog-featured-section\":false},[\"margin-top:.5em\"]],[false,{\".entry-content\":false},[\"word-wrap:break-word\"]],[false,{\".entry-content p\":false},[\"margin-bottom:1.6em\"]],[false,{\".read-more\":false},[\"margin-bottom:0\"]],[false,{\".read-more .ast-right-arrow\":false},[\"font-size:1em\"]],[false,{\".ast-no-thumb .ast-blog-featured-section\":false},[\"margin-bottom:0\"]],[false,{\".ast-no-thumb .entry-header+.ast-blog-featured-section\":false},[\"margin-top:0\"]],[false,{\".ast-blog-featured-section\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header .page-title\":false},[\"margin-bottom:0\"]],[false,{\".archive .entry-title\":false,\".blog .entry-title\":false,\".search .entry-title\":false},[\"line-height:1.3\"]],[false,{\".archive .format-aside .entry-title\":false,\".archive .format-status .entry-title\":false,\".blog .format-aside .entry-title\":false,\".blog .format-status .entry-title\":false},[\"display:none\"]],[false,{\".page-title\":false},[\"margin-bottom:1em\",\"font-weight:400\"]],[false,{\".entry-title\":false},[\"margin-bottom:.2em\"]],[false,{\".ast-article-post\":false},[\"margin-bottom:2.5em\"]],[false,{\".ast-article-post:last-child\":false},[\"margin-bottom:0\",\"border-bottom:0\"]],[false,{\".search .site-content .content-area .search-form\":false},[\"margin-bottom:3em\"]],[false,{\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\",\"position:relative\"]],[false,{\".blog .posted-on\":false},[\"z-index:1\"]],[false,{\".ast-blog-featured-section .posted-on\":false},[\"width:5.714285714em\",\"height:5.714285714em\",\"padding:.7em\"]],[false,{\".ast-blog-featured-section .posted-on .date-month\":false,\".ast-blog-featured-section .posted-on .date-year\":false},[\"font-size:.8571428571em\",\"line-height:1em\"]],[false,{\".ast-blog-featured-section .posted-on .date-day\":false},[\"font-size:2.5em\",\"line-height:.9em\",\"font-weight:900\",\"margin:.1em 0\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"border-radius:50%\",\"margin:0 0 0 20px\"]],[false,{\".ast-archive-description\":false},[\"margin-bottom:2.5em\",\"padding-bottom:1.3333em\",\"border-bottom:1px solid #eee\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"margin-bottom:4px\",\"font-size:40px\",\"font-size:2.85714rem\",\"font-weight:300\"]],[false,{\".ast-archive-description p\":false},[\"margin-bottom:0\",\"font-size:20px\",\"font-size:1.42857rem\",\"line-height:1.65\",\"font-weight:300\"]],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"background-color:#eee\",\"padding-bottom:0\",\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"padding:2.14em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"margin:0\",\"padding:5em 6.67em 3.33333em\"]],[false,\"}\"],[false,{\".single .entry-header\":false},[\"margin-bottom:2em\"]],[false,{\".single .post-navigation\":false},[\"margin:0\",\"padding:2em 0 0\",\"border-top:1px solid #eee\"]],[false,\"@media (max-width:768px){\"],[false,{\".single .post-navigation\":false},[\"padding-top:1.5em\"]],[false,\"}\"],[false,{\".single .post-navigation a\":false},[\"margin:2px\",\"display:inline-block\",\"text-align:center\",\"color:#000\"]],[false,\"@media (min-width:421px){\"],[false,{\".single .post-navigation .nav-links\":false},[\"-js-display:flex\",\"display:flex\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"flex:auto\"]],[false,\"}\"],[false,\"@media (max-width:420px){\"],[false,{\".single .post-navigation .ast-left-arrow\":false,\".single .post-navigation .ast-right-arrow\":false},[\"display:none\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-next a\":false,\".single .post-navigation .nav-previous a\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-previous\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".single .entry-header .ast-single-post-order+.post-thumb amp-img\":false,\".single .entry-header .ast-single-post-order+.post-thumb amp-anim\":false},[\"margin-top:2em\",\"margin-bottom:0\"]],[false,{\".single .entry-header.ast-no-title .post-thumb+.ast-single-post-order\":false},[\"margin-top:0\"]],[false,{\".single .entry-header .post-thumb+.ast-single-post-order\":false},[\"margin-top:2em\"]],[false,{\".single .entry-header .post-thumb amp-img\":false,\".single .entry-header .post-thumb amp-anim\":false},[\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".page .has-post-thumbnail .post-thumb amp-img\":false,\".page .has-post-thumbnail .post-thumb amp-anim\":false},[\"margin-bottom:1.5em\"]],[false,{\".post-password-form\":false},[\"text-align:center\"]],[false,\"@media (max-width:420px){\"],[false,{\".post-password-form input[type=password]\":false},[\"display:block\",\"margin:10px auto\"]],[false,\"}\"],[false,{\".post-password-form input[type=submit]\":false},[\"padding:10px 20px\",\"border-radius:2px\"]],[false,{\".ast-separate-container .post-navigation\":false},[\"border-top:0\",\"padding-left:3.33333em\",\"padding-right:3.33333em\"]],[false,\"@media (max-width:420px){\"],[false,{\".ast-separate-container .post-navigation\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .entry-header\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".ast-404-layout-1\":false},[\"text-align:center\",\"margin:4em auto\"]],[false,{\".ast-404-layout-1 .page-sub-title\":false},[\"font-size:1.5rem\",\"font-weight:700\"]],[false,{\".ast-404-layout-1 .widget_search\":false},[\"padding-top:.5em\"]],[false,{\".ast-404-search\":false},[\"margin-top:1.5em\"]],[false,{\".ast-404-search .widget_search\":false},[\"max-width:370px\",\"margin:0 auto\"]],[false,{\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false},[\"background-color:#fff\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 2.14em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 1em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:5.34em 6.67em\"]],[false,\"}\"],[false,{\".blog-layout-1\":false},[\"width:100%\",\"display:inline-block\",\"padding-bottom:2em\",\"vertical-align:middle\",\"border-bottom:1px solid #eee\"]],[false,{\".blog-layout-1 .posted-on\":false},[\"left:0\"]],[false,{\".blog-layout-1 .post-content\":false,\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-flex\":false},[\"-js-display:flex\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".ast-flex-1\":false},[\"flex:1\"]],[false,{\".ast-inline-flex\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-items:center\",\"flex-wrap:wrap\",\"align-content:center\"]],[false,{\".ast-justify-content-flex-start\":false},[\"justify-content:flex-start\"]],[false,{\".ast-justify-content-flex-end\":false},[\"justify-content:flex-end\"]],[false,{\".ast-justify-content-center\":false},[\"justify-content:center\"]],[false,{\".ast-justify-content-space-between\":false},[\"justify-content:space-between\"]],[false,{\".ast-justify-content-space-around\":false},[\"justify-content:space-around\"]],[false,{\".ast-align-content-flex-start\":false},[\"align-content:flex-start\"]],[false,{\".ast-align-content-flex-end\":false},[\"align-content:flex-end\"]],[false,{\".ast-align-content-center\":false},[\"align-content:center\"]],[false,{\".ast-align-content-space-between\":false},[\"align-content:space-between\"]],[false,{\".ast-align-content-space-around\":false},[\"align-content:space-around\"]],[false,{\".ast-align-content-stretch\":false},[\"align-content:stretch\"]],[false,{\".ast-flex-grow-1\":false},[\"flex-grow:1\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":47984,\"final_size\":2404,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"astra-theme-css-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.ast-plain-container.ast-no-sidebar #primary{margin-top:0;margin-bottom:0;}@media (max-width:921px){.ast-theme-transparent-header #primary,.ast-theme-transparent-header #secondary{padding:0;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (max-width:921px){.ast-plain-container.ast-no-sidebar #primary{padding:0;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.ast-plain-container.ast-no-sidebar #primary{margin-top:0;margin-bottom:0;}@media (max-width:921px){.ast-theme-transparent-header #primary,.ast-theme-transparent-header #secondary{padding:0;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (max-width:921px){.ast-plain-container.ast-no-sidebar #primary{padding:0;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}\",\"handle\":\"astra-theme-css\"}],\"priority\":2,\"hash\":\"6259912a70dafc4e2779e0ccd1d6ad3a\",\"parse_time\":0.06859898567199707,\"shake_time\":0.0007960796356201172,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html\":true},[\"font-size:93.75%\"]],[true,{\"a\":true,\".page-title\":false},[\"color:var(--ast-global-color-0)\"]],[true,{\"a:hover\":true,\"a:focus\":true},[\"color:var(--ast-global-color-1)\"]],[true,{\"body\":true,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false,\".ast-button\":false,\".ast-custom-button\":false},[\"font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif\",\"font-weight:inherit\",\"font-size:15px\",\"font-size:1rem\"]],[false,{\"blockquote\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".site-title\":false},[\"font-size:35px\",\"font-size:2.3333333333333rem\",\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[false,{\".site-header .site-description\":false},[\"font-size:15px\",\"font-size:1rem\",\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[false,{\"h2\":false,\".entry-content h2\":false},[\"font-size:30px\",\"font-size:2rem\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:25px\",\"font-size:1.6666666666667rem\"]],[false,{\"h4\":false,\".entry-content h4\":false},[\"font-size:20px\",\"font-size:1.3333333333333rem\"]],[false,{\"h5\":false,\".entry-content h5\":false},[\"font-size:18px\",\"font-size:1.2rem\"]],[false,{\"h6\":false,\".entry-content h6\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"::selection\":true},[\"background-color:var(--ast-global-color-0)\",\"color:#fff\"]],[true,{\"body\":true,\"h1\":true,\".entry-title a\":false,\".entry-content h1\":false,\"h2\":false,\".entry-content h2\":false,\"h3\":false,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".tagcloud a:hover\":false,\".tagcloud a:focus\":false,\".tagcloud a.current-item\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\"]],[true,{\"input:focus\":true,\"input[type=\\\"text\\\"]:focus\":true,\"input[type=\\\"email\\\"]:focus\":true,\"input[type=\\\"url\\\"]:focus\":true,\"input[type=\\\"password\\\"]:focus\":true,\"input[type=\\\"reset\\\"]:focus\":true,\"input[type=\\\"search\\\"]:focus\":true,\"textarea:focus\":false},[\"border-color:var(--ast-global-color-0)\"]],[true,{\"input[type=\\\"radio\\\"]:checked\":true,\"input[type=reset]\":true,\"input[type=\\\"checkbox\\\"]:checked\":true,\"input[type=\\\"checkbox\\\"]:hover:checked\":true,\"input[type=\\\"checkbox\\\"]:focus:checked\":true,\"input[type=range]::-webkit-slider-thumb\":true},[\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"box-shadow:none\"]],[false,{\".site-footer a:hover + .post-count\":false,\".site-footer a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".single .nav-links .nav-previous\":false,\".single .nav-links .nav-next\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta\":false,\".entry-meta *\":false},[\"line-height:1.45\",\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta a:hover\":false,\".entry-meta a:hover *\":false,\".entry-meta a:focus\":false,\".entry-meta a:focus *\":false,\".page-links > .page-link\":false,\".page-links .page-link:hover\":false,\".post-navigation a:hover\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\"#cat option\":false,\".secondary .calendar_wrap thead a\":false,\".secondary .calendar_wrap thead a:visited\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".secondary .calendar_wrap #today\":false,\".ast-progress-val span\":false},[\"background:var(--ast-global-color-0)\"]],[false,{\".secondary a:hover + .post-count\":false,\".secondary a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".calendar_wrap #today > a\":false},[\"color:#fff\"]],[false,{\".page-links .page-link\":false,\".single .post-navigation a\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-archive-title\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".widget-title\":false},[\"font-size:21px\",\"font-size:1.4rem\",\"color:var(--ast-global-color-2)\"]],[false,{\"#secondary\":false,\"#secondary button\":false,\"#secondary input\":false,\"#secondary select\":false,\"#secondary textarea\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-content a\":false,\".ast-comment-content a:not(.ast-comment-edit-reply-wrap a)\":false},[\"text-decoration:underline\"]],[false,{\".ast-single-post .wp-block-button .wp-block-button__link\":false,\".ast-single-post .elementor-button-wrapper .elementor-button\":false,\".ast-single-post .entry-content .uagb-tab a\":false,\".ast-single-post .entry-content .uagb-ifb-cta a\":false,\".ast-single-post .entry-content .wp-block-uagb-buttons a\":false,\".ast-single-post .entry-content .uabb-module-content a\":false,\".ast-single-post .entry-content .uagb-post-grid a\":false,\".ast-single-post .entry-content .uagb-timeline a\":false,\".ast-single-post .entry-content .uagb-toc__wrap a\":false,\".ast-single-post .entry-content .uagb-taxomony-box a\":false,\".ast-single-post .entry-content .woocommerce a\":false},[\"text-decoration:none\"]],[false,{\".ast-logo-title-inline .site-logo-img\":false},[\"padding-right:1em\"]],[false,{\"#secondary\":false},[\"margin:4em 0 2.5em\",\"word-break:break-word\",\"line-height:2\"]],[false,{\"#secondary li\":false},[\"margin-bottom:.25em\"]],[false,{\"#secondary li:last-child\":false},[\"margin-bottom:0\"]],[false,\"@media (max-width: 768px){\"],[false,{\".js_active .ast-plain-container.ast-single-post #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"background-color:#fff\",\"padding:2em\",\"margin-bottom:2em\"]],[false,\"@media (min-width: 993px){\"],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:60px\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width: 993px){\"],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:30px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:30px\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\"#ast-mobile-header\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-buttons.aligncenter\":false},[\"justify-content:center\"]],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-group .has-background\":false},[\"padding:20px\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-cover-image.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover-image.alignfull .wp-block-cover__inner-container\":false,\".wp-block-cover.alignfull .wp-block-cover__inner-container\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".ast-plain-container.ast-no-sidebar #primary\":false},[\"margin-top:0\",\"margin-bottom:0\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-theme-transparent-header #primary\":false,\".ast-theme-transparent-header #secondary\":false},[\"padding:0\"]],[false,\"}\"],[false,{\".wp-block-columns\":false},[\"margin-bottom:unset\"]],[false,{\".wp-block-image.size-full\":false},[\"margin:2rem 0\"]],[false,{\".wp-block-separator.has-background\":false},[\"padding:0\"]],[false,{\".wp-block-gallery\":false},[\"margin-bottom:1.6em\"]],[false,{\".wp-block-group\":false},[\"padding-top:4em\",\"padding-bottom:4em\"]],[false,{\".wp-block-group__inner-container .wp-block-columns:last-child\":false,\".wp-block-group__inner-container :last-child\":false,\".wp-block-table table\":false},[\"margin-bottom:0\"]],[false,{\".blocks-gallery-grid\":false},[\"width:100%\"]],[false,{\".wp-block-navigation-link__content\":false},[\"padding:5px 0\"]],[false,{\".wp-block-group .wp-block-group .has-text-align-center\":false,\".wp-block-group .wp-block-column .has-text-align-center\":false},[\"max-width:100%\"]],[false,{\".has-text-align-center\":false},[\"margin:0 auto\"]],[false,\"@media (max-width:1200px){\"],[false,{\".wp-block-group\":false},[\"padding:3em\"]],[false,{\".wp-block-group .wp-block-group\":false},[\"padding:1.5em\"]],[false,{\".wp-block-columns\":false,\".wp-block-column\":false},[\"margin:1rem 0\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\".wp-block-columns .wp-block-group\":false},[\"padding:2em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-cover-image .wp-block-cover__inner-container\":false,\".wp-block-cover .wp-block-cover__inner-container\":false},[\"width:unset\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"padding:2em 0\"]],[false,{\".wp-block-group\":false,\".wp-block-cover\":false},[\"padding:2em\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"width:unset\",\"max-width:100%\"]],[false,{\".wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:1em\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-plain-container.ast-no-sidebar #primary\":false},[\"padding:0\"]],[false,\"}\"],[false,\"@media (min-width:544px){\"],[false,{\".entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content\":false},[\"padding:0 8% 0 0\"]],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:0 0 0 8%\"]],[false,{\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:8% 0\"]],[false,{\".wp-block-media-text .wp-block-media-text__media amp-img\":false,\".wp-block-media-text .wp-block-media-text__media amp-anim\":false},[\"width:auto\",\"max-width:100%\"]],[false,\"}\"],[false,{\".wp-block-button.is-style-outline .wp-block-button__link\":false},[\"border-color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)\":false,\".wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color)\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus\":false},[\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus:not(#_#_#_#_#_#_#_)\":false},[\"color:#fff\"]],[false,{\".post-page-numbers.current .page-link\":false,\".ast-pagination .page-numbers.current\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\"]],[false,\"@media (min-width:544px){\"],[false,{\".entry-content > .alignleft\":false},[\"margin-right:20px\"]],[false,{\".entry-content > .alignright\":false},[\"margin-left:20px\"]],[false,\"}\"],[false,{\"h1.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h2.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h3.widget-title\":false},[\"font-weight:inherit\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container #secondary\":false},[\"padding:1.5em 0\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"padding:1.5em 0\",\"margin:0\"]],[false,{\".ast-left-sidebar #content > .ast-container\":false},[\"display:flex\",\"flex-direction:column-reverse\",\"width:100%\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"margin:20px 0 0 0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#secondary.secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".ast-separate-container.ast-two-container #secondary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-page-builder-template .entry-header #secondary\":false,\".ast-page-builder-template #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:0\"]],[false,{\".ast-page-builder-template.ast-left-sidebar #secondary\":false,\".ast-page-builder-template.ast-right-sidebar #secondary\":false},[\"padding-right:20px\",\"padding-left:20px\"]],[false,{\".ast-right-sidebar #secondary\":false,\".ast-left-sidebar #primary\":false},[\"padding-left:0\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:0\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-separate-container.ast-right-sidebar #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false},[\"border:0\"]],[false,{\".search-no-results.ast-separate-container #primary\":false},[\"margin-bottom:4em\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"border-right:1px solid #eee\"]],[false,{\".ast-left-sidebar #primary\":false},[\"border-left:1px solid #eee\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"border-left:1px solid #eee\",\"margin-left:-1px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"border-right:1px solid #eee\",\"margin-right:-1px\"]],[false,{\".ast-separate-container.ast-two-container.ast-right-sidebar #secondary\":false},[\"padding-left:30px\",\"padding-right:0\"]],[false,{\".ast-separate-container.ast-two-container.ast-left-sidebar #secondary\":false},[\"padding-right:30px\",\"padding-left:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false,\".ast-separate-container.ast-left-sidebar #secondary\":false},[\"border:0\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget:last-child\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"color:#fff\"]],[false,{\".wp-block-button .wp-block-button__link:hover\":false,\".wp-block-button .wp-block-button__link:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button .wp-block-button__link\":false},[\"border-style:solid\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"color:#fff\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\",\"border-radius:2px\"]],[false,{\".wp-block-buttons .wp-block-button .wp-block-button__link\":false},[\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\"]],[false,\"@media (max-width:921px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,\"}\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".ast-custom-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button\":false,\"body .wp-block-file .wp-block-file__button\":false},[\"border-style:solid\",\"border-top-width:0\",\"border-right-width:0\",\"border-left-width:0\",\"border-bottom-width:0\",\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\",\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\"]],[true,{\"button:focus\":false,\".menu-toggle:hover\":false,\"button:hover\":false,\".ast-button:hover\":false,\".ast-custom-button:hover .button:hover\":false,\".ast-custom-button:hover\":false,\"input[type=reset]:hover\":true,\"input[type=reset]:focus\":true,\"input#submit:hover\":false,\"input#submit:focus\":false,\"input[type=\\\"button\\\"]:hover\":true,\"input[type=\\\"button\\\"]:focus\":true,\"input[type=\\\"submit\\\"]:hover\":true,\"input[type=\\\"submit\\\"]:focus\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover\":false,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus\":false,\"body .wp-block-file .wp-block-file__button:hover\":false,\"body .wp-block-file .wp-block-file__button:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,\"@media (min-width:544px){\"],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false,\".ast-separate-container .comments-title\":false,\".ast-separate-container .ast-archive-description\":false},[\"padding:1.5em 1em\"]],[false,{\".ast-separate-container #content .ast-container\":false},[\"padding-left:.54em\",\"padding-right:.54em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 1em\",\"margin-bottom:1.5em\"]],[false,{\".ast-separate-container .ast-comment-list .bypostauthor\":false},[\"padding:.5em\"]],[false,{\".ast-search-menu-icon.ast-dropdown-active .search-field\":false},[\"width:170px\"]],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,{\".ast-separate-container #secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"margin-bottom:1.5em\",\"padding-left:1em\",\"padding-right:1em\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,{\".ast-mobile-header-stack .main-header-bar .ast-search-menu-icon\":false},[\"display:inline-block\"]],[false,{\".ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon\":false},[\"margin:0\"]],[false,{\".ast-comment-avatar-wrap amp-img\":false,\".ast-comment-avatar-wrap amp-anim\":false},[\"max-width:2.5em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container .comment-respond\":false},[\"padding:2em 2.14em\"]],[false,{\".ast-comment-meta\":false},[\"padding:0 1.8888em 1.3333em\"]],[true,\"}\"],[false,{\".entry-content > .wp-block-group\":false,\".entry-content > .wp-block-media-text\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns\":false},[\"max-width:58em\",\"width:calc(100% - 4em)\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > .alignfull\":false},[\"max-width:100%\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(amp-iframe)\":false},[\"max-width:50rem\",\"width:100%\"]],[false,\"@media (min-width:921px){\"],[false,{\".entry-content > .wp-block-group.alignwide.has-background\":false,\".entry-content > .wp-block-group.alignfull.has-background\":false,\".entry-content > .wp-block-cover.alignwide\":false,\".entry-content > .wp-block-cover.alignfull\":false,\".entry-content > .wp-block-columns.has-background.alignwide\":false,\".entry-content > .wp-block-columns.has-background.alignfull\":false},[\"margin-top:0\",\"margin-bottom:0\",\"padding:6em 4em\"]],[false,{\".entry-content > .wp-block-columns.has-background\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".entry-content .alignfull p\":false},[\"max-width:1200px\"]],[false,{\".entry-content .alignfull\":false},[\"max-width:100%\",\"width:100%\"]],[false,{\".ast-page-builder-template .entry-content .alignwide\":false,\".entry-content [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:1200px\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:80rem\"]],[false,\"}\"],[false,\"@media (min-width:545px){\"],[false,{\".site-main .entry-content > .alignwide\":false},[\"margin:0 auto\"]],[false,{\".wp-block-group.has-background\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns.has-background\":false},[\"padding:4em\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".entry-content .wp-block-media-text.alignfull .wp-block-media-text__content\":false,\".entry-content .wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:0 8%\"]],[false,\"}\"],[true,\"@media (max-width:921px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[false,{\"h2\":false,\".entry-content h2\":false},[\"font-size:25px\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[false,{\"h2\":false,\".entry-content h2\":false},[\"font-size:25px\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-container\":false},[\"max-width:1240px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".site-content .ast-container\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-content .ast-container\":false},[\"flex-direction:column\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu\":false,\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:focus-within > .sub-menu\":false},[\"margin-left:-0px\"]],[false,\"}\"],[false,{\".wp-block-search\":false},[\"margin-bottom:20px\"]],[false,{\".wp-block-site-tagline\":false},[\"margin-top:20px\"]],[false,{\"form.wp-block-search .wp-block-search__input\":false,\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper\":false},[\"border-color:#eaeaea\",\"background:#fafafa\"]],[false,{\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus\":false,\".wp-block-loginout input:focus\":false},[\"outline:thin dotted\"]],[false,{\".wp-block-loginout input:focus\":false},[\"border-color:transparent\"]],[false,{\"form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input\":false},[\"padding:12px\"]],[false,{\"form.wp-block-search .wp-block-search__button svg\":false},[\"fill:currentColor\",\"width:20px\",\"height:20px\"]],[false,{\".wp-block-loginout p label\":false},[\"display:block\"]],[false,{\".wp-block-loginout p:not(.login-remember):not(.login-submit) input\":false},[\"width:100%\"]],[false,{\".wp-block-loginout .login-remember input\":false},[\"width:1.1rem\",\"height:1.1rem\",\"margin:0 5px 4px 0\",\"vertical-align:middle\"]],[false,{\"body .wp-block-file .wp-block-file__button\":false},[\"text-decoration:none\"]],[false,{\"blockquote\":false},[\"padding:0 1.2em 1.2em\"]],[false,{\".wp-block-file\":false},[\"display:flex\",\"align-items:center\",\"flex-wrap:wrap\",\"justify-content:space-between\"]],[false,{\".wp-block-pullquote\":false},[\"border:none\"]],[false,{\".wp-block-pullquote blockquote::before\":false},[\"content:\\\"\\u201d\\\"\",\"font-family:\\\"Helvetica\\\",sans-serif\",\"display:flex\",\"transform:rotate(180deg)\",\"font-size:6rem\",\"font-style:normal\",\"line-height:1\",\"font-weight:bold\",\"align-items:center\",\"justify-content:center\"]],[false,{\"figure.wp-block-pullquote.is-style-solid-color blockquote\":false},[\"max-width:100%\",\"text-align:inherit\"]],[false,{\"ul.wp-block-categories-list.wp-block-categories\":false,\"ul.wp-block-archives-list.wp-block-archives\":false},[\"list-style-type:none\"]],[false,{\".wp-block-button__link\":false},[\"border:2px solid currentColor\"]],[true,{\"ul\":true,\"ol\":false},[\"margin-left:20px\"]],[false,{\"figure.alignright figcaption\":false},[\"text-align:right\"]],[false,{\":root .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[true,{\":root\":true},[\"--ast-global-color-0:#0170b9\",\"--ast-global-color-1:#3a3a3a\",\"--ast-global-color-2:#3a3a3a\",\"--ast-global-color-3:#4b4f58\",\"--ast-global-color-4:#f5f5f5\",\"--ast-global-color-5:#fff\",\"--ast-global-color-6:#f2f5f7\",\"--ast-global-color-7:#424242\",\"--ast-global-color-8:#000\"]],[false,{\".ast-breadcrumbs .trail-browse\":false,\".ast-breadcrumbs .trail-items\":false,\".ast-breadcrumbs .trail-items li\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\",\"border:none\",\"background:inherit\",\"text-indent:0\"]],[false,{\".ast-breadcrumbs .trail-browse\":false},[\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"color:inherit\"]],[false,{\".ast-breadcrumbs .trail-items\":false},[\"list-style:none\"]],[false,{\".trail-items li::after\":false},[\"padding:0 .3em\",\"content:\\\"\\u00bb\\\"\"]],[false,{\".trail-items li:last-of-type::after\":false},[\"display:none\"]],[true,{\"h1\":true,\".entry-content h1\":false,\"h2\":false,\".entry-content h2\":false,\"h3\":false,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".entry-title a\":false},[\"color:var(--ast-global-color-2)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,{\".ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-1 .sub-menu\":false,\".ast-builder-menu-1 .inline-on-mobile .sub-menu\":false},[\"border-top-width:2px\",\"border-bottom-width:0px\",\"border-right-width:0px\",\"border-left-width:0px\",\"border-color:var(--ast-global-color-0)\",\"border-style:solid\",\"border-radius:0px\"]],[false,{\".ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu\":false,\".ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper\":false},[\"margin-top:0px\"]],[false,{\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before\":false,\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before\":false},[\"height:calc(0px + 5px)\"]],[false,{\".ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-1 .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"background-color:#eee\",\"min-height:80px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false},[\"max-width:1200px\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false,\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section\":false},[\"align-items:flex-start\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"@media (max-width:921px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,{\".ast-footer-copyright\":false},[\"color:var(--ast-global-color-3)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,{\".ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,{\"#ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-amp.ast-main-header-nav-open .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-below-header-bar\":false,\".ast-amp .main-header-bar\":false,\".ast-amp .ast-above-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-header .main-header-bar-wrap .site-branding\":false},[\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-main-header-bar-alignment.toggle-on\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".main-header-menu .menu-item\":false},[\"width:100%\",\"text-align:left\",\"border-top:0\"]],[false,{\".main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"-webkit-transition:all .2s\",\"transition:all .2s\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-amp .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-amp .main-navigation ul .menu-item .menu-link\":false,\".ast-amp .main-navigation ul .button-custom-menu-item a\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-amp .main-header-menu\":false},[\"background-color:#f9f9f9\"]],[false,{\".ast-amp .main-header-menu ul\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul\":false,\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul\":false,\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-amp .user-select\":false},[\"clear:both\"]],[false,{\".ast-amp .ast-mobile-menu-buttons\":false},[\"text-align:right\",\"display:flex\",\"-webkit-box-pack:end\",\"-webkit-justify-content:flex-end\",\"-moz-box-pack:end\",\"-ms-flex-pack:end\",\"justify-content:flex-end\"]],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"width:calc(100% + 40px)\"]],[false,{\".ast-amp .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".ast-amp .site-header .main-header-bar-wrap .site-branding\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-amp .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar\":false},[\"border:0\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-main-header-bar-alignment .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation ul > li:first-child\":false},[\"border-top:0\"]],[false,{\".ast-amp .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-amp .main-navigation li\":false},[\"width:100%\"]],[false,{\".ast-amp .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-amp .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-amp .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-amp .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-amp .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:none\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link\":false},[\"display:inline-block\"]],[false,{\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:block\"]],[false,{\".ast-amp .ast-header-widget-area .widget\":false},[\"margin:.5em 0\",\"display:block\"]],[false,{\".ast-amp .nav-fallback-text\":false},[\"float:none\"]],[false,{\".ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap\":false},[\"height:3em\",\"line-height:3\",\"text-align:left\"]],[false,{\".ast-amp #ast-site-header-cart .widget_shopping_cart\":false},[\"display:none\"]],[false,{\".ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart\":false},[\"order:initial\",\"line-height:3\",\"padding:0 1em 1em 0\"]],[false,{\".ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget\":false,\".ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap\":false},[\"display:none\"]],[false,{\".ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item\":false},[\"padding:0\"]],[false,{\".ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form\":false},[\"right:0\"]],[false,{\".ast-amp .main-header-menu .sub-menu\":false},[\"box-shadow:none\"]],[false,{\".ast-amp .submenu-with-border .sub-menu a\":false},[\"border-width:1px\"]],[false,{\".ast-amp .submenu-with-border .sub-menu > li:last-child > a\":false},[\"border-width:1px\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal\":false},[\"background:transparent\",\"border:none\"]],[false,\"}\"],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"@media (min-width:922px){\"],[false,{\".main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\"#primary\":false},[\"width:70%\"]],[false,{\"#secondary\":false},[\"width:30%\"]],[false,\"}\"],[false,{\".main-header-menu .menu-item\":false,\"#astra-footer-menu .menu-item\":false,\".main-header-bar .ast-masthead-custom-menu-items\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-pack:center\",\"-webkit-justify-content:center\",\"-moz-box-pack:center\",\"-ms-flex-pack:center\",\"justify-content:center\",\"-webkit-box-orient:vertical\",\"-webkit-box-direction:normal\",\"-webkit-flex-direction:column\",\"-moz-box-orient:vertical\",\"-moz-box-direction:normal\",\"-ms-flex-direction:column\",\"flex-direction:column\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false,\"#astra-footer-menu > .menu-item > .menu-link\":false},[\"height:100%\",\"-webkit-box-align:center\",\"-webkit-align-items:center\",\"-moz-box-align:center\",\"-ms-flex-align:center\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg\":false},[\"top:.2em\",\"margin-top:0px\",\"margin-left:0px\",\"width:.65em\",\"transform:translate(0,-2px) rotateZ(270deg)\"]],[false,{\".ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-separate-container .blog-layout-1\":false,\".ast-separate-container .blog-layout-2\":false,\".ast-separate-container .blog-layout-3\":false},[\"background-color:transparent\",\"background-image:none\"]],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-mobile-header-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding:10px 0\",\"height:auto\"]],[false,{\".ast-mobile-header-content > *:first-child\":false,\".ast-desktop-header-content > *:first-child\":false},[\"padding-top:10px\"]],[false,{\".ast-mobile-header-content > .ast-builder-menu\":false,\".ast-desktop-header-content > .ast-builder-menu\":false},[\"padding-top:0\"]],[false,{\".ast-mobile-header-content > *:last-child\":false,\".ast-desktop-header-content > *:last-child\":false},[\"padding-bottom:0\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label\":false},[\"width:100%\"]],[false,{\".ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\"#ast-desktop-header .ast-desktop-header-content\":false,\".ast-mobile-header-content .ast-search-icon\":false,\".ast-desktop-header-content .ast-search-icon\":false,\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content\":false},[\"display:none\"]],[false,{\".ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content\":false,\".ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu\":false},[\"opacity:1\",\"visibility:visible\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation\":false},[\"width:unset\",\"margin:unset\"]],[false,{\".ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false,\".ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"left:calc(20px - .907em)\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon\":false,\".ast-mobile-header-content .ast-search-menu-icon.slide-search\":false,\".ast-desktop-header-content .ast-search-menu-icon\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search\":false},[\"width:100%\",\"position:relative\",\"display:block\",\"right:auto\",\"transform:none\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-form\":false},[\"right:0\",\"visibility:visible\",\"opacity:1\",\"position:relative\",\"top:auto\",\"transform:none\",\"padding:0\",\"display:block\",\"overflow:hidden\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-field\":false},[\"width:100%\",\"padding-right:5.5em\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon .search-submit\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-submit\":false},[\"display:block\",\"position:absolute\",\"height:100%\",\"top:0\",\"right:0\",\"padding:0 1em\",\"border-radius:0\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-mobile-popup-drawer.active .ast-mobile-popup-inner\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-desktop-header-content\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-popup-content > *\":false,\".ast-mobile-header-content > *\":false,\".ast-desktop-popup-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding-top:0px\",\"padding-bottom:0px\"]],[false,{\".content-align-flex-start .ast-builder-layout-element\":false},[\"justify-content:flex-start\"]],[false,{\".content-align-flex-start .main-header-menu\":false},[\"text-align:left\"]],[false,{\".ast-mobile-popup-drawer.active .menu-toggle-close\":false},[\"color:#3a3a3a\"]],[false,{\".ast-mobile-header-wrap .ast-primary-header-bar\":false,\".ast-primary-header-bar .site-primary-header-wrap\":false},[\"min-height:70px\"]],[false,{\".ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item\":false},[\"line-height:70px\"]],[false,\"@media (max-width:921px){\"],[false,{\"#masthead .ast-mobile-header-wrap .ast-primary-header-bar\":false,\"#masthead .ast-mobile-header-wrap .ast-below-header-bar\":false},[\"padding-left:20px\",\"padding-right:20px\"]],[false,\"}\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"@media (min-width:922px){\"],[false,{\".ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"}\"],[false,{\".ast-primary-header-bar\":false},[\"background-color:#fff\"]],[false,{\".ast-primary-header-bar\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal\":false},[\"color:var(--ast-global-color-0)\",\"border:none\",\"background:transparent\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg\":false},[\"width:20px\",\"height:20px\",\"fill:var(--ast-global-color-0)\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item > .menu-link\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,{\".ast-hfb-header .ast-builder-menu-mobile .main-header-menu\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":116345,\"final_size\":7716,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1547,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2462,\"function\":\"wp_common_block_scripts_and_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":20,\"hash\":\"6eb20086263e86e560757b16661f58ea\",\"parse_time\":0.18590092658996582,\"shake_time\":0.0014600753784179688,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-archives\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-archives-dropdown label\":false},[\"display:block\"]],[false,{\".wp-block-avatar\":false},[\"line-height:0\"]],[false,{\".wp-block-avatar\":false,\".wp-block-avatar amp-img\":false,\".wp-block-avatar amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-avatar.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-audio\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-audio :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-audio amp-audio\":false},[\"min-width:300px\",\"width:100%\"]],[false,{\".wp-block-button__link\":false},[\"align-content:center\",\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"height:100%\",\"text-align:center\",\"word-break:break-word\"]],[false,{\".wp-block-button__link.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-button__link.alignright\":false},[\"text-align:right\"]],[true,{\":where(.wp-block-button__link)\":true},[\"border-radius:9999px\",\"box-shadow:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"text-decoration:none\"]],[false,{\".wp-block-button[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width\":false},[\"max-width:none\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-25\":false},[\"width:calc(25% - var(--wp--style--block-gap,.5em) * .75)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-50\":false},[\"width:calc(50% - var(--wp--style--block-gap,.5em) * .5)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-75\":false},[\"width:calc(75% - var(--wp--style--block-gap,.5em) * .25)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-100\":false},[\"flex-basis:100%\",\"width:100%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25\":false},[\"width:25%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50\":false},[\"width:50%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75\":false},[\"width:75%\"]],[false,{\".wp-block-button.is-style-squared\":false,\".wp-block-button__link.wp-block-button.is-style-squared\":false},[\"border-radius:0\"]],[false,{\".wp-block-button.no-border-radius:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button__link.no-border-radius:not(#_#_#_#_#_#_#_)\":false},[\"border-radius:0\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline)\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link)\":true},[\"border:2px solid\",\"padding:.667em 1.333em\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color))\":true},[\"color:currentColor\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background))\":true},[\"background-color:initial\",\"background-image:none\"]],[false,{\".wp-block-buttons\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-buttons.is-vertical\":false},[\"flex-direction:column\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-buttons>.wp-block-button\":false},[\"display:inline-block\",\"margin:0\"]],[false,{\".wp-block-buttons.is-content-justification-left\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-left.is-vertical\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-center\":false},[\"justify-content:center\"]],[false,{\".wp-block-buttons.is-content-justification-center.is-vertical\":false},[\"align-items:center\"]],[false,{\".wp-block-buttons.is-content-justification-right\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-right.is-vertical\":false},[\"align-items:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-space-between\":false},[\"justify-content:space-between\"]],[false,{\".wp-block-buttons.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button\":false,\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-button.aligncenter\":false,\".wp-block-calendar\":false},[\"text-align:center\"]],[false,{\".wp-block-calendar td\":false,\".wp-block-calendar th\":false},[\"border:1px solid\",\"padding:.25em\"]],[false,{\".wp-block-calendar th\":false},[\"font-weight:400\"]],[false,{\".wp-block-calendar caption\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color))\":false},[\"color:#40464d\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color)) td\":false,\".wp-block-calendar table:where(:not(.has-text-color)) th\":false},[\"border-color:#ddd\"]],[false,{\".wp-block-calendar table.has-background th\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table.has-text-color th\":false},[\"color:inherit\"]],[false,{\":where(.wp-block-calendar table:not(.has-background) th)\":false},[\"background:#ddd\"]],[false,{\".wp-block-categories\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-categories.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-categories.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-categories.wp-block-categories-dropdown.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-categories .wp-block-categories__label\":false},[\"display:block\",\"width:100%\"]],[false,{\".wp-block-code\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-code code\":false},[\"direction:ltr\",\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"text-align:initial\",\"white-space:pre-wrap\"]],[false,{\".wp-block-columns\":false},[\"box-sizing:border-box\",\"display:flex\"]],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"align-items:normal\",\"flex-wrap:wrap\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,\"}\"],[false,{\".wp-block-columns.are-vertically-aligned-top\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-columns.are-vertically-aligned-center\":false},[\"align-items:center\"]],[false,{\".wp-block-columns.are-vertically-aligned-bottom\":false},[\"align-items:flex-end\"]],[false,\"@media (max-width:781px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(#_#_#_#_#_#_#_)\":false},[\"flex-basis:100%\"]],[false,\"}\"],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[false,\"}\"],[false,{\".wp-block-columns.is-not-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[true,{\":where(.wp-block-columns)\":true},[\"margin-bottom:1.75em\"]],[true,{\":where(.wp-block-columns.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-column\":false},[\"flex-grow:1\",\"min-width:0\",\"overflow-wrap:break-word\",\"word-break:break-word\"]],[false,{\".wp-block-column.is-vertically-aligned-top\":false},[\"align-self:flex-start\"]],[false,{\".wp-block-column.is-vertically-aligned-center\":false},[\"align-self:center\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false},[\"align-self:flex-end\"]],[false,{\".wp-block-column.is-vertically-aligned-stretch\":false},[\"align-self:stretch\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false,\".wp-block-column.is-vertically-aligned-center\":false,\".wp-block-column.is-vertically-aligned-top\":false},[\"width:100%\"]],[false,{\".wp-block-post-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments .alignleft\":false},[\"float:left\"]],[false,{\".wp-block-post-comments .alignright\":false},[\"float:right\"]],[false,{\".wp-block-post-comments .navigation:after\":false},[\"clear:both\",\"content:\\\"\\\"\",\"display:table\"]],[false,{\".wp-block-post-comments .commentlist\":false},[\"clear:both\",\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .commentlist .comment\":false},[\"min-height:2.25em\",\"padding-left:3.25em\"]],[false,{\".wp-block-post-comments .commentlist .comment p\":false},[\"font-size:1em\",\"line-height:1.8\",\"margin:1em 0\"]],[false,{\".wp-block-post-comments .commentlist .children\":false},[\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .comment-author\":false},[\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-author .avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"margin-top:.5em\",\"width:2.5em\"]],[false,{\".wp-block-post-comments .comment-author cite\":false},[\"font-style:normal\"]],[false,{\".wp-block-post-comments .comment-meta\":false},[\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-meta b\":false},[\"font-weight:400\"]],[false,{\".wp-block-post-comments .comment-meta .comment-awaiting-moderation\":false},[\"display:block\",\"margin-bottom:1em\",\"margin-top:1em\"]],[false,{\".wp-block-post-comments .comment-body .commentmetadata\":false},[\"font-size:.875em\"]],[false,{\".wp-block-post-comments .comment-form-author label\":false,\".wp-block-post-comments .comment-form-comment label\":false,\".wp-block-post-comments .comment-form-email label\":false,\".wp-block-post-comments .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments .reply\":false},[\"font-size:.875em\",\"margin-bottom:1.4em\"]],[false,{\".wp-block-post-comments input:not([type=submit])\":false,\".wp-block-post-comments textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[false,{\".wp-block-post-comments input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments textarea\":false},[\"padding:calc(.667em + 2px)\"]],[true,{\":where(.wp-block-post-comments input[type=submit])\":true},[\"border:none\"]],[false,{\".wp-block-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous\":false},[\"font-size:inherit\",\"margin-bottom:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-comment-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-comment-template li\":false},[\"clear:both\"]],[false,{\".wp-block-comment-template ol\":false},[\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding-left:2rem\"]],[false,{\".wp-block-comment-template.alignleft\":false},[\"float:left\"]],[false,{\".wp-block-comment-template.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:fit-content\"]],[false,{\".wp-block-comment-template.alignright\":false},[\"float:right\"]],[false,{\".wp-block-comment-date\":false},[\"box-sizing:border-box\"]],[false,{\".comment-awaiting-moderation\":false},[\"display:block\",\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-comment-author-name\":false,\".wp-block-comment-content\":false,\".wp-block-comment-edit-link\":false,\".wp-block-comment-reply-link\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"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\"]],[false,{\".wp-block-cover .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image.has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover.has-background-dim:not([class*=-background-color])\":false},[\"background-color:#000\"]],[false,{\".wp-block-cover .has-background-dim.has-background-gradient\":false,\".wp-block-cover-image .has-background-dim.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-cover-image.has-background-dim:before\":false,\".wp-block-cover.has-background-dim:before\":false},[\"background-color:inherit\",\"content:\\\"\\\"\"]],[false,{\".wp-block-cover .wp-block-cover__background\":false,\".wp-block-cover .wp-block-cover__gradient-background\":false,\".wp-block-cover-image .wp-block-cover__background\":false,\".wp-block-cover-image .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim:not(.has-background-gradient):before\":false},[\"bottom:0\",\"left:0\",\"opacity:.5\",\"position:absolute\",\"right:0\",\"top:0\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false},[\"opacity:1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-cover-image.aligncenter\":false,\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.aligncenter\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"display:flex\"]],[false,{\".wp-block-cover .wp-block-cover__inner-container\":false,\".wp-block-cover-image .wp-block-cover__inner-container\":false},[\"color:inherit\",\"position:relative\",\"width:100%\"]],[false,{\".wp-block-cover-image.is-position-top-left\":false,\".wp-block-cover.is-position-top-left\":false},[\"align-items:flex-start\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-top-center\":false,\".wp-block-cover.is-position-top-center\":false},[\"align-items:flex-start\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-top-right\":false,\".wp-block-cover.is-position-top-right\":false},[\"align-items:flex-start\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-center-left\":false,\".wp-block-cover.is-position-center-left\":false},[\"align-items:center\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-center-center\":false,\".wp-block-cover.is-position-center-center\":false},[\"align-items:center\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-center-right\":false,\".wp-block-cover.is-position-center-right\":false},[\"align-items:center\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-bottom-left\":false,\".wp-block-cover.is-position-bottom-left\":false},[\"align-items:flex-end\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-bottom-center\":false,\".wp-block-cover.is-position-bottom-center\":false},[\"align-items:flex-end\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-bottom-right\":false,\".wp-block-cover.is-position-bottom-right\":false},[\"align-items:flex-end\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false},[\"margin:0\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false},[\"margin:0\",\"width:auto\"]],[false,{\".wp-block-cover .wp-block-cover__image-background\":false,\".wp-block-cover amp-video.wp-block-cover__video-background\":false,\".wp-block-cover amp-youtube.wp-block-cover__video-background\":false,\".wp-block-cover-image .wp-block-cover__image-background\":false,\".wp-block-cover-image amp-video.wp-block-cover__video-background\":false,\".wp-block-cover-image amp-youtube.wp-block-cover__video-background\":false},[\"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%\"]],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:fixed\",\"background-repeat:no-repeat\",\"background-size:cover\"]],[false,\"@supports (-webkit-touch-callout:inherit){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,{\".wp-block-cover-image.is-repeated\":false,\".wp-block-cover.is-repeated\":false,\".wp-block-cover__image-background.is-repeated\":false,\"amp-video.wp-block-cover__video-background.is-repeated\":false,\"amp-youtube.wp-block-cover__video-background.is-repeated\":false},[\"background-repeat:repeat\",\"background-size:auto\"]],[false,{\".wp-block-cover-image-text\":false,\".wp-block-cover-image-text a\":false,\".wp-block-cover-image-text a:active\":false,\".wp-block-cover-image-text a:focus\":false,\".wp-block-cover-image-text a:hover\":false,\".wp-block-cover-text\":false,\".wp-block-cover-text a\":false,\".wp-block-cover-text a:active\":false,\".wp-block-cover-text a:focus\":false,\".wp-block-cover-text a:hover\":false,\"section.wp-block-cover-image h2\":false,\"section.wp-block-cover-image h2 a\":false,\"section.wp-block-cover-image h2 a:active\":false,\"section.wp-block-cover-image h2 a:focus\":false,\"section.wp-block-cover-image h2 a:hover\":false},[\"color:#fff\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-left-content\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-right-content\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-left-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-left-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-left-content>h2\":false},[\"margin-left:0\",\"text-align:left\"]],[false,{\".wp-block-cover-image.has-right-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-right-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-right-content>h2\":false},[\"margin-right:0\",\"text-align:right\"]],[false,{\".wp-block-cover .wp-block-cover-text\":false,\".wp-block-cover-image .wp-block-cover-image-text\":false,\"section.wp-block-cover-image>h2\":false},[\"font-size:2em\",\"line-height:1.25\",\"margin-bottom:0\",\"max-width:840px\",\"padding:.44em\",\"text-align:center\",\"z-index:1\"]],[true,{\":where(.wp-block-cover-image:not(.has-text-color))\":true,\":where(.wp-block-cover:not(.has-text-color))\":true},[\"color:#fff\"]],[true,{\":where(.wp-block-cover-image.is-light:not(.has-text-color))\":true,\":where(.wp-block-cover.is-light:not(.has-text-color))\":true},[\"color:#000\"]],[true,{\":root :where(.wp-block-cover h1:not(.has-text-color))\":true,\":root :where(.wp-block-cover h2:not(.has-text-color))\":true,\":root :where(.wp-block-cover h3:not(.has-text-color))\":true,\":root :where(.wp-block-cover h4:not(.has-text-color))\":true,\":root :where(.wp-block-cover h5:not(.has-text-color))\":true,\":root :where(.wp-block-cover h6:not(.has-text-color))\":true,\":root :where(.wp-block-cover p:not(.has-text-color))\":true},[\"color:inherit\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background\":false},[\"z-index:0\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before\":false},[\"z-index:1\"]],[false,{\".has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[false,{\".wp-block-details\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-details summary\":false},[\"cursor:pointer\"]],[false,{\".wp-block-embed.alignleft\":false,\".wp-block-embed.alignright\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"]\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"]\":false},[\"max-width:360px\",\"width:100%\"]],[false,{\".wp-block-embed.alignleft .wp-block-embed__wrapper\":false,\".wp-block-embed.alignright .wp-block-embed__wrapper\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false},[\"min-width:280px\"]],[false,{\".wp-block-cover .wp-block-embed\":false},[\"min-height:240px\",\"min-width:320px\"]],[false,{\".wp-block-embed\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-embed :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-embed amp-iframe\":false},[\"max-width:100%\"]],[false,{\".wp-block-embed__wrapper\":false},[\"position:relative\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before\":false},[\"content:\\\"\\\"\",\"display:block\",\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio amp-iframe\":false},[\"bottom:0\",\"height:100%\",\"left:0\",\"position:absolute\",\"right:0\",\"top:0\",\"width:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:42.85%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:56.25%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before\":false},[\"padding-top:75%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before\":false},[\"padding-top:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before\":false},[\"padding-top:177.77%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before\":false},[\"padding-top:200%\"]],[false,{\".wp-block-file\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-file:not(.wp-element-button)\":false},[\"font-size:.8em\"]],[false,{\".wp-block-file.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-file.alignright\":false},[\"text-align:right\"]],[false,{\".wp-block-file *+.wp-block-file__button\":false},[\"margin-left:.75em\"]],[true,{\":where(.wp-block-file)\":true},[\"margin-bottom:1.5em\"]],[false,{\".wp-block-file__embed\":false},[\"margin-bottom:1em\"]],[true,{\":where(.wp-block-file__button)\":true},[\"border-radius:2em\",\"display:inline-block\",\"padding:.5em 1em\"]],[true,{\":where(.wp-block-file__button):is(a):active\":true,\":where(.wp-block-file__button):is(a):focus\":true,\":where(.wp-block-file__button):is(a):hover\":true,\":where(.wp-block-file__button):is(a):visited\":true},[\"box-shadow:none\",\"color:#fff\",\"opacity:.85\",\"text-decoration:none\"]],[false,{\".wp-block-form-input__label\":false},[\"display:flex\",\"flex-direction:column\",\"gap:.25em\",\"margin-bottom:.5em\",\"width:100%\"]],[false,{\".wp-block-form-input__label.is-label-inline\":false},[\"align-items:center\",\"flex-direction:row\",\"gap:.5em\"]],[false,{\".wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content\":false},[\"margin-bottom:.5em\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox])\":false},[\"flex-direction:row\",\"width:fit-content\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content\":false},[\"margin:0\"]],[false,{\".wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox])\":false},[\"flex-direction:row-reverse\"]],[false,{\".wp-block-form-input__label-content\":false},[\"width:fit-content\"]],[false,{\".wp-block-form-input__input\":false},[\"font-size:1em\",\"margin-bottom:.5em\",\"padding:0 .5em\"]],[false,{\".wp-block-form-input__input[type=date]\":false,\".wp-block-form-input__input[type=datetime-local]\":false,\".wp-block-form-input__input[type=datetime]\":false,\".wp-block-form-input__input[type=email]\":false,\".wp-block-form-input__input[type=month]\":false,\".wp-block-form-input__input[type=number]\":false,\".wp-block-form-input__input[type=password]\":false,\".wp-block-form-input__input[type=search]\":false,\".wp-block-form-input__input[type=tel]\":false,\".wp-block-form-input__input[type=text]\":false,\".wp-block-form-input__input[type=time]\":false,\".wp-block-form-input__input[type=url]\":false,\".wp-block-form-input__input[type=week]\":false},[\"border:1px solid\",\"line-height:2\",\"min-height:2em\"]],[false,{\"textarea.wp-block-form-input__input\":false},[\"min-height:10em\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images)\":false,\".wp-block-gallery:not(.has-nested-images)\":false},[\"display:flex\",\"flex-wrap:wrap\",\"list-style-type:none\",\"margin:0\",\"padding:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item\":false},[\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"margin:0 1em 1em 0\",\"position:relative\",\"width:calc(50% - 1em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure\":false},[\"align-items:flex-end\",\"display:flex\",\"height:100%\",\"justify-content:flex-start\",\"margin:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-anim\":false},[\"display:block\",\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,rgba(0,0,0,0))\",\"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\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) figcaption\":false,\".wp-block-gallery:not(.has-nested-images) figcaption\":false},[\"flex-grow:1\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false},[\"flex:1\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item\":false},[\"margin-right:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(33.33333% - .66667em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(25% - .75em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(20% - .8em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(16.66667% - .83333em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(14.28571% - .85714em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(12.5% - .875em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false},[\"margin-right:0\"]],[false,\"}\"],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).alignleft\":false,\".blocks-gallery-grid:not(.has-nested-images).alignright\":false,\".wp-block-gallery:not(.has-nested-images).alignleft\":false,\".wp-block-gallery:not(.has-nested-images).alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false},[\"justify-content:center\"]],[false,{\".wp-block-gallery:not(.is-cropped) .blocks-gallery-item\":false},[\"align-self:flex-start\"]],[false,{\"figure.wp-block-gallery.has-nested-images\":false},[\"align-items:normal\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)\":false},[\"margin:0\",\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) \\/ 2)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"max-width:100%\",\"position:relative\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image>div\":false},[\"flex-direction:column\",\"flex-grow:1\",\"margin:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim\":false},[\"display:block\",\"height:auto\",\"width:auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img:not(#_#_#_#_#_#_#_#_)\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim:not(#_#_#_#_#_#_#_#_)\":false},[\"max-width:100%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"bottom:0\",\"left:0\",\"max-height:100%\",\"position:absolute\",\"right:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"-webkit-backdrop-filter:blur(3px)\",\"backdrop-filter:blur(3px)\",\"content:\\\"\\\"\",\"height:100%\",\"-webkit-mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"max-height:40%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,0))\",\"box-sizing:border-box\",\"color:#fff\",\"font-size:13px\",\"margin:0\",\"overflow:auto\",\"padding:1em\",\"scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)\",\"scrollbar-gutter:stable both-edges\",\"scrollbar-width:thin\",\"text-align:center\",\"text-shadow:0 0 1.5px #000\",\"will-change:transform\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar\":false},[\"height:12px\",\"width:12px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track\":false},[\"background-color:initial\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb\":false},[\"background-clip:padding-box\",\"background-color:initial\",\"border:3px solid rgba(0,0,0,0)\",\"border-radius:8px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb\":false},[\"background-color:rgba(255,255,255,.8)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"@media (hover:none){\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div\":false},[\"flex:1 1 auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption\":false},[\"background:none\",\"color:inherit\",\"flex:initial\",\"margin:0\",\"padding:10px 10px 9px\",\"position:relative\",\"text-shadow:none\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before\":false},[\"content:none\"]],[false,{\".wp-block-gallery.has-nested-images figcaption\":false},[\"flex-basis:100%\",\"flex-grow:1\",\"text-align:center\"]],[false,{\".wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image)\":false},[\"margin-bottom:auto\",\"margin-top:0\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)\":false},[\"align-self:inherit\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone)\":false},[\"display:flex\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-img\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-anim\":false},[\"flex:1 0 0%\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image)\":false},[\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(25% - var(--wp--style--unstable-gallery-gap,16px) * .75)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(20% - var(--wp--style--unstable-gallery-gap,16px) * .8)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px) * .83333)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px) * .85714)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(12.5% - var(--wp--style--unstable-gallery-gap,16px) * .875)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)\":false,\".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)\":false},[\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) * .5)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images.alignleft\":false,\".wp-block-gallery.has-nested-images.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-group\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-group.wp-block-group-is-layout-constrained)\":true},[\"position:relative\"]],[false,{\"h1.has-background\":false,\"h2.has-background\":false,\"h3.has-background\":false,\"h4.has-background\":false,\"h5.has-background\":false,\"h6.has-background\":false},[\"padding:1.25em 2.375em\"]],[false,{\"h1.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h1.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h2.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h2.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h3.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h3.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h4.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h4.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h5.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h5.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h6.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h6.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false},[\"rotate:180deg\"]],[false,{\".wp-block-image>a\":false,\".wp-block-image>figure>a\":false},[\"display:inline-block\"]],[false,{\".wp-block-image amp-img\":false,\".wp-block-image amp-anim\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-image amp-img.hide\":false,\".wp-block-image amp-anim.hide\":false},[\"visibility:hidden\"]],[false,{\".wp-block-image amp-img.show\":false,\".wp-block-image amp-anim.show\":false},[\"animation:show-content-image .4s\"]],[false,\"}\"],[false,{\".wp-block-image[data-amp-original-style*=border-radius] amp-img\":false,\".wp-block-image[data-amp-original-style*=border-radius] amp-anim\":false,\".wp-block-image[data-amp-original-style*=border-radius]>a\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-image.has-custom-border amp-img\":false,\".wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-image.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-image.alignfull>a\":false,\".wp-block-image.alignwide>a\":false},[\"width:100%\"]],[false,{\".wp-block-image.alignfull amp-img\":false,\".wp-block-image.alignfull amp-anim\":false,\".wp-block-image.alignwide amp-img\":false,\".wp-block-image.alignwide amp-anim\":false},[\"height:auto\",\"width:100%\"]],[false,{\".wp-block-image .aligncenter\":false,\".wp-block-image .alignleft\":false,\".wp-block-image .alignright\":false,\".wp-block-image.aligncenter\":false,\".wp-block-image.alignleft\":false,\".wp-block-image.alignright\":false},[\"display:table\"]],[false,{\".wp-block-image .aligncenter>figcaption\":false,\".wp-block-image .alignleft>figcaption\":false,\".wp-block-image .alignright>figcaption\":false,\".wp-block-image.aligncenter>figcaption\":false,\".wp-block-image.alignleft>figcaption\":false,\".wp-block-image.alignright>figcaption\":false},[\"caption-side:bottom\",\"display:table-caption\"]],[false,{\".wp-block-image .alignleft\":false},[\"float:left\",\"margin:.5em 1em .5em 0\"]],[false,{\".wp-block-image .alignright\":false},[\"float:right\",\"margin:.5em 0 .5em 1em\"]],[false,{\".wp-block-image .aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-block-image :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"border-radius:9999px\"]],[false,\"@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){\"],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"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\"]],[false,\"}\"],[false,{\".wp-block-image figure\":false},[\"margin:0\"]],[false,{\".wp-lightbox-container\":false},[\"display:flex\",\"flex-direction:column\",\"position:relative\"]],[false,{\".wp-lightbox-container amp-img\":false,\".wp-lightbox-container amp-anim\":false},[\"cursor:zoom-in\"]],[false,{\".wp-lightbox-container amp-img:hover+button\":false,\".wp-lightbox-container amp-anim:hover+button\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button\":false},[\"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\",\"width:20px\",\"z-index:100\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-container button\":false},[\"transition:opacity .2s ease\"]],[false,\"}\"],[false,{\".wp-lightbox-container button:focus-visible\":false},[\"outline:3px auto rgba(90,90,90,.25)\",\"outline:3px auto -webkit-focus-ring-color\",\"outline-offset:3px\"]],[false,{\".wp-lightbox-container button:hover\":false},[\"cursor:pointer\",\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false,\".wp-lightbox-container button:hover\":false,\".wp-lightbox-container button:not(:hover):not(:active):not(.has-background)\":false},[\"background-color:rgba(90,90,90,.25)\",\"border:none\"]],[false,{\".wp-lightbox-overlay\":false},[\"box-sizing:border-box\",\"cursor:zoom-out\",\"height:100vh\",\"left:0\",\"overflow:hidden\",\"position:fixed\",\"top:0\",\"visibility:hidden\",\"width:100%\",\"z-index:100000\"]],[false,{\".wp-lightbox-overlay .close-button\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .close-button:focus\":false,\".wp-lightbox-overlay .close-button:hover\":false,\".wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .lightbox-image-container\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image amp-img\":false,\".wp-lightbox-overlay .wp-block-image amp-anim\":false},[\"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)\"]],[false,{\".wp-lightbox-overlay .wp-block-image figcaption\":false},[\"display:none\"]],[false,{\".wp-lightbox-overlay button\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .scrim\":false},[\"background-color:#fff\",\"height:100%\",\"opacity:.9\",\"position:absolute\",\"width:100%\",\"z-index:2000000\"]],[false,{\".wp-lightbox-overlay.active\":false},[\"visibility:visible\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-overlay.active\":false},[\"animation:turn-on-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.active amp-img\":false,\".wp-lightbox-overlay.active amp-anim\":false},[\"animation:turn-on-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active)\":false},[\"animation:turn-off-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-img\":false,\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-anim\":false},[\"animation:turn-off-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.zoom.active\":false},[\"animation:none\",\"opacity:1\",\"visibility:visible\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container\":false},[\"animation:lightbox-zoom-in .4s\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.active .scrim\":false},[\"animation:turn-on-visibility .4s forwards\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active)\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container\":false},[\"animation:lightbox-zoom-out .4s\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim\":false},[\"animation:turn-off-visibility .4s forwards\"]],[false,\"}\"],[true,\"@keyframes show-content-image{\"],[true,\"0%{visibility:hidden}\"],[true,\"99%{visibility:hidden}\"],[true,\"to{visibility:visible}\"],[true,\"}@keyframes turn-on-visibility{\"],[true,\"0%{opacity:0}\"],[true,\"to{opacity:1}\"],[true,\"}@keyframes turn-off-visibility{\"],[true,\"0%{opacity:1;visibility:visible}\"],[true,\"99%{opacity:0;visibility:visible}\"],[true,\"to{opacity:0;visibility:hidden}\"],[true,\"}@keyframes lightbox-zoom-in{\"],[true,\"0%{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}\"],[true,\"to{transform:translate(-50%,-50%) scale(1)}\"],[true,\"}@keyframes lightbox-zoom-out{\"],[true,\"0%{transform:translate(-50%,-50%) scale(1);visibility:visible}\"],[true,\"99%{visibility:visible}\"],[true,\"to{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}\"],[true,\"}\"],[false,{\"ol.wp-block-latest-comments\":false},[\"box-sizing:border-box\",\"margin-left:0\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment))\":true},[\"line-height:1.1\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p))\":true},[\"line-height:1.8\"]],[false,{\".has-dates :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false,\".has-excerpts :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false},[\"line-height:1.5\"]],[false,{\".wp-block-latest-comments .wp-block-latest-comments\":false},[\"padding-left:0\"]],[false,{\".wp-block-latest-comments__comment\":false},[\"list-style:none\",\"margin-bottom:1em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment\":false},[\"list-style:none\",\"min-height:2.25em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt\":false,\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta\":false},[\"margin-left:3.25em\"]],[false,{\".wp-block-latest-comments__comment-excerpt p\":false},[\"font-size:.875em\",\"margin:.36em 0 1.4em\"]],[false,{\".wp-block-latest-comments__comment-date\":false},[\"display:block\",\"font-size:.75em\"]],[false,{\".wp-block-latest-comments .avatar\":false,\".wp-block-latest-comments__comment-avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"width:2.5em\"]],[false,{\".wp-block-latest-comments[class*=-font-size] a\":false,\".wp-block-latest-comments[data-amp-original-style*=font-size] a\":false},[\"font-size:inherit\"]],[false,{\".wp-block-latest-posts\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-latest-posts.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-latest-posts.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list\":false},[\"list-style:none\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list li\":false},[\"clear:both\",\"overflow-wrap:break-word\"]],[false,{\".wp-block-latest-posts.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-latest-posts.is-grid li\":false},[\"margin:0 1.25em 1.25em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-latest-posts.columns-2 li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-latest-posts.columns-2 li:nth-child(2n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-3 li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-latest-posts.columns-3 li:nth-child(3n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-4 li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-latest-posts.columns-4 li:nth-child(4n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-latest-posts.columns-5 li:nth-child(5n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-6 li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,{\".wp-block-latest-posts.columns-6 li:nth-child(6n)\":false},[\"margin-right:0\"]],[false,\"}\"],[true,{\":root :where(.wp-block-latest-posts.is-grid)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-latest-posts.wp-block-latest-posts__list)\":true},[\"padding-left:0\"]],[false,{\".wp-block-latest-posts__post-author\":false,\".wp-block-latest-posts__post-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-latest-posts__post-excerpt\":false,\".wp-block-latest-posts__post-full-content\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-latest-posts__featured-image a\":false},[\"display:inline-block\"]],[false,{\".wp-block-latest-posts__featured-image amp-img\":false,\".wp-block-latest-posts__featured-image amp-anim\":false},[\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".wp-block-latest-posts__featured-image.alignleft\":false},[\"float:left\",\"margin-right:1em\"]],[false,{\".wp-block-latest-posts__featured-image.alignright\":false},[\"float:right\",\"margin-left:1em\"]],[false,{\".wp-block-latest-posts__featured-image.aligncenter\":false},[\"margin-bottom:1em\",\"text-align:center\"]],[true,{\"ol\":false,\"ul\":true},[\"box-sizing:border-box\"]],[true,{\":root :where(.wp-block-list.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-loginout\":false,\".wp-block-media-text\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-media-text\":false},[\"direction:ltr\",\"display:grid\",\"grid-template-columns:50% 1fr\",\"grid-template-rows:auto\"]],[false,{\".wp-block-media-text.has-media-on-the-right\":false},[\"grid-template-columns:1fr 50%\"]],[false,{\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media\":false},[\"align-self:start\"]],[false,{\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media\":false,\".wp-block-media-text>.wp-block-media-text__content\":false,\".wp-block-media-text>.wp-block-media-text__media\":false},[\"align-self:center\"]],[false,{\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media\":false},[\"align-self:end\"]],[false,{\".wp-block-media-text>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\",\"margin:0\"]],[false,{\".wp-block-media-text>.wp-block-media-text__content\":false},[\"direction:ltr\",\"grid-column:2\",\"grid-row:1\",\"padding:0 8%\",\"word-break:break-word\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media\":false},[\"grid-column:2\",\"grid-row:1\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text__media a\":false},[\"display:block\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"height:auto\",\"max-width:unset\",\"vertical-align:middle\",\"width:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media\":false},[\"background-size:cover\",\"height:100%\",\"min-height:250px\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-anim\":false},[\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\",\"clip:rect(0,0,0,0)\",\"border:0\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media\":false},[\"height:100%\",\"min-height:250px\",\"position:relative\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-anim\":false},[\"height:100%\",\"object-fit:cover\",\"position:absolute\",\"width:100%\"]],[false,\"@media (max-width:600px){\"],[false,{\".wp-block-media-text.is-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"grid-template-columns:100%\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:2\"]],[false,\"}\"],[false,{\".wp-block-navigation\":false},[\"position:relative\",\"--navigation-layout-justification-setting:flex-start\",\"--navigation-layout-direction:row\",\"--navigation-layout-wrap:wrap\",\"--navigation-layout-justify:flex-start\",\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation ul\":false},[\"margin-bottom:0\",\"margin-left:0\",\"margin-top:0\",\"padding-left:0\"]],[false,{\".wp-block-navigation ul\":false,\".wp-block-navigation ul li\":false},[\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"align-items:center\",\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty\":false},[\"display:none\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content\":false},[\"display:block\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus\":false},[\"text-decoration:underline\"]],[false,{\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus\":false},[\"text-decoration:line-through\"]],[false,{\".wp-block-navigation :where(a)\":false,\".wp-block-navigation :where(a:active)\":false,\".wp-block-navigation :where(a:focus)\":false},[\"text-decoration:none\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon\":false},[\"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\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon svg\":false},[\"display:inline-block\",\"stroke:currentColor\",\"height:inherit\",\"margin-top:.075em\",\"width:inherit\"]],[false,{\".wp-block-navigation.is-vertical\":false},[\"--navigation-layout-direction:column\",\"--navigation-layout-justify:initial\",\"--navigation-layout-align:flex-start\"]],[false,{\".wp-block-navigation.no-wrap\":false},[\"--navigation-layout-wrap:nowrap\"]],[false,{\".wp-block-navigation.items-justified-center\":false},[\"--navigation-layout-justification-setting:center\",\"--navigation-layout-justify:center\"]],[false,{\".wp-block-navigation.items-justified-center.is-vertical\":false},[\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation.items-justified-right\":false},[\"--navigation-layout-justification-setting:flex-end\",\"--navigation-layout-justify:flex-end\"]],[false,{\".wp-block-navigation.items-justified-right.is-vertical\":false},[\"--navigation-layout-align:flex-end\"]],[false,{\".wp-block-navigation.items-justified-space-between\":false},[\"--navigation-layout-justification-setting:space-between\",\"--navigation-layout-justify:space-between\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"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%\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"transition:opacity .1s linear\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content\":false},[\"display:flex\",\"flex-grow:1\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon\":false},[\"margin-left:auto\",\"margin-right:0\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content\":false},[\"margin:0\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:-1px\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before\":false},[\"background:rgba(0,0,0,0)\",\"content:\\\"\\\"\",\"display:block\",\"height:100%\",\"position:absolute\",\"right:100%\",\"width:.5em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon\":false},[\"margin-right:.25em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg\":false},[\"transform:rotate(-90deg)\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container\":false},[\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:visible\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container\":false},[\"left:0\",\"top:100%\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:0\"]],[false,\"}\"],[false,{\".wp-block-navigation-submenu\":false},[\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg\":false},[\"stroke:currentColor\"]],[false,{\"button.wp-block-navigation-item__content\":false},[\"background-color:initial\",\"border:none\",\"color:currentColor\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-align:left\",\"text-transform:inherit\"]],[false,{\".wp-block-navigation-submenu__toggle\":false},[\"cursor:pointer\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle\":false},[\"padding-left:0\",\"padding-right:.85em\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon\":false},[\"margin-left:-.6em\",\"pointer-events:none\"]],[false,{\".wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle)\":false},[\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false,\".wp-block-navigation__container\":false,\".wp-block-navigation__responsive-close\":false,\".wp-block-navigation__responsive-container\":false,\".wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-dialog\":false},[\"gap:inherit\"]],[true,{\":where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button))\":true},[\"padding:.5em 1em\"]],[true,{\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content)\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content)\":true},[\"padding:.5em 1em\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container\":false},[\"left:auto\",\"right:0\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:-1px\",\"right:-1px\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:auto\",\"right:100%\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container\":false},[\"background-color:#fff\",\"border:1px solid rgba(0,0,0,.15)\"]],[false,{\".wp-block-navigation.has-background .wp-block-navigation__submenu-container\":false},[\"background-color:inherit\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__container\":false},[\"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\"]],[false,{\".wp-block-navigation__container .is-responsive\":false},[\"display:none\"]],[false,{\".wp-block-navigation__container:only-child\":false,\".wp-block-page-list:only-child\":false},[\"flex-grow:1\"]],[true,\"@keyframes overlay-menu__fade-in-animation{\"],[true,\"0%{opacity:0;transform:translateY(.5em)}\"],[true,\"to{opacity:1;transform:translateY(0)}\"],[true,\"}\"],[false,{\".wp-block-navigation__responsive-container\":false},[\"bottom:0\",\"display:none\",\"left:0\",\"position:fixed\",\"right:0\",\"top:0\"]],[false,{\".wp-block-navigation__responsive-container :where(.wp-block-navigation-item a)\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content\":false},[\"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)\"]],[false,{\".wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open):not(#_#_#_#_#_#_#_)\":false},[\"background-color:inherit\",\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"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),20rem)\",\"z-index:100000\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false},[\"align-items:var(--navigation-layout-justification-setting,inherit)\",\"display:flex\",\"flex-direction:column\",\"flex-wrap:nowrap\",\"overflow:visible\",\"padding-top:calc(2rem + 24px)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon\":false},[\"display:none\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container\":false},[\"border:none\",\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:initial\",\"padding-left:2rem\",\"padding-right:2rem\",\"position:static\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"gap:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"padding-top:var(--wp--style--block-gap,2em)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content\":false},[\"padding:0\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"align-items:var(--navigation-layout-justification-setting,initial)\",\"display:flex\",\"flex-direction:column\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list:not(#_#_#_#_#_#_#_)\":false},[\"background:rgba(0,0,0,0)\",\"color:inherit\"]],[false,{\".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\":false},[\"left:auto\",\"right:auto\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)\":false},[\"background-color:inherit\",\"display:block\",\"position:relative\",\"width:100%\",\"z-index:auto\"]],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close\":false},[\"display:none\"]],[false,{\".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\":false},[\"left:0\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"background-color:#fff\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__toggle_button_label\":false},[\"font-size:1rem\",\"font-weight:700\"]],[false,{\".wp-block-navigation__responsive-container-close\":false,\".wp-block-navigation__responsive-container-open\":false},[\"background:rgba(0,0,0,0)\",\"border:none\",\"color:currentColor\",\"cursor:pointer\",\"margin:0\",\"padding:0\",\"text-transform:inherit\",\"vertical-align:middle\"]],[false,{\".wp-block-navigation__responsive-container-close svg\":false,\".wp-block-navigation__responsive-container-open svg\":false},[\"fill:currentColor\",\"display:block\",\"height:24px\",\"pointer-events:none\",\"width:24px\"]],[false,{\".wp-block-navigation__responsive-container-open\":false},[\"display:flex\"]],[false,{\".wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container-open:not(.always-shown)\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container-close\":false},[\"position:absolute\",\"right:0\",\"top:0\",\"z-index:2\"]],[false,{\".wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,{\".wp-block-navigation__responsive-close\":false},[\"width:100%\"]],[false,{\".has-modal-open .wp-block-navigation__responsive-close\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:var(--wp--style--global--wide-size,100%)\"]],[false,{\".wp-block-navigation__responsive-close:focus\":false},[\"outline:none\"]],[false,{\".is-menu-open .wp-block-navigation__responsive-close\":false,\".is-menu-open .wp-block-navigation__responsive-container-content\":false,\".is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-navigation__responsive-dialog\":false},[\"position:relative\"]],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:46px\"]],[false,\"@media (min-width:782px){\"],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:32px\"]],[false,\"}\"],[false,{\"html.has-modal-open\":false},[\"overflow:hidden\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__label\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__description\":false},[\"display:none\"]],[false,{\".link-ui-tools\":false},[\"border-top:1px solid #f0f0f0\",\"padding:8px\"]],[false,{\".link-ui-block-inserter\":false},[\"padding-top:8px\"]],[false,{\".link-ui-block-inserter__back\":false},[\"margin-left:8px\",\"text-transform:uppercase\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false},[\"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)\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"background-color:inherit\"]],[false,{\".wp-block-page-list\":false},[\"box-sizing:border-box\"]],[false,{\".is-small-text\":false},[\"font-size:.875em\"]],[false,{\".is-regular-text\":false},[\"font-size:1em\"]],[false,{\".is-large-text\":false},[\"font-size:2.25em\"]],[false,{\".is-larger-text\":false},[\"font-size:3em\"]],[false,{\".has-drop-cap:not(:focus):first-letter\":false},[\"float:left\",\"font-size:8.4em\",\"font-style:normal\",\"font-weight:100\",\"line-height:.68\",\"margin:.05em .1em 0 0\",\"text-transform:uppercase\"]],[false,{\"body.rtl .has-drop-cap:not(:focus):first-letter\":false},[\"float:none\",\"margin-left:.1em\"]],[false,{\"p.has-drop-cap.has-background\":false},[\"overflow:hidden\"]],[true,{\":root :where(p.has-background)\":true},[\"padding:1.25em 2.375em\"]],[true,{\":where(p.has-text-color:not(.has-link-color)) a\":true},[\"color:inherit\"]],[false,{\"p.has-text-align-left[data-amp-original-style*=\\\"writing-mode:vertical-lr\\\"]\":false,\"p.has-text-align-right[data-amp-original-style*=\\\"writing-mode:vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-author\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-post-author__byline\":false},[\"font-size:.5em\",\"margin-bottom:0\",\"margin-top:0\",\"width:100%\"]],[false,{\".wp-block-post-author__avatar\":false},[\"margin-right:1em\"]],[false,{\".wp-block-post-author__bio\":false},[\"font-size:.7em\",\"margin-bottom:.7em\"]],[false,{\".wp-block-post-author__content\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-post-author__name\":false},[\"margin:0\"]],[false,{\".wp-block-post-author-biography\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-comments-form) input:not([type=submit])\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[true,{\":where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox]))\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"padding:calc(.667em + 2px)\"]],[false,{\".wp-block-post-comments-form\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-weight] :where(.comment-reply-title)\":false},[\"font-weight:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-family] :where(.comment-reply-title)\":false},[\"font-family:inherit\"]],[false,{\".wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title)\":false,\".wp-block-post-comments-form[data-amp-original-style*=font-size] :where(.comment-reply-title)\":false},[\"font-size:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=line-height] :where(.comment-reply-title)\":false},[\"line-height:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-style] :where(.comment-reply-title)\":false},[\"font-style:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=letter-spacing] :where(.comment-reply-title)\":false},[\"letter-spacing:inherit\"]],[false,{\".wp-block-post-comments-form :where(input[type=submit])\":false},[\"box-shadow:none\",\"cursor:pointer\",\"display:inline-block\",\"overflow-wrap:break-word\",\"text-align:center\"]],[false,{\".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden])\":false,\".wp-block-post-comments-form .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments-form .comment-form-author label\":false,\".wp-block-post-comments-form .comment-form-email label\":false,\".wp-block-post-comments-form .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments-form .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments-form .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments-count\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-content\":false},[\"display:flow-root\"]],[false,{\".wp-block-post-comments-link\":false,\".wp-block-post-date\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-excerpt)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__excerpt\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-post-excerpt__more-text\":false},[\"margin-bottom:0\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__more-link\":false},[\"display:inline-block\"]],[false,{\".wp-block-post-featured-image\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".wp-block-post-featured-image a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-post-featured-image :where(amp-img)\":false,\".wp-block-post-featured-image :where(amp-anim)\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\",\"width:100%\"]],[false,{\".wp-block-post-featured-image.alignfull amp-img\":false,\".wp-block-post-featured-image.alignfull amp-anim\":false,\".wp-block-post-featured-image.alignwide amp-img\":false,\".wp-block-post-featured-image.alignwide amp-anim\":false},[\"width:100%\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim\":false},[\"background-color:#000\",\"inset:0\",\"position:absolute\"]],[false,{\".wp-block-post-featured-image\":false},[\"position:relative\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-post-featured-image:where(.alignleft,.alignright)\":false},[\"width:100%\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link.has-text-align-left[data-amp-original-style*=\\\"writing-mode: vertical-lr\\\"]\":false,\".wp-block-post-navigation-link.has-text-align-right[data-amp-original-style*=\\\"writing-mode: vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-terms\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-terms .wp-block-post-terms__separator\":false},[\"white-space:pre-wrap\"]],[false,{\".wp-block-post-time-to-read\":false,\".wp-block-post-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-title\":false},[\"word-break:break-word\"]],[false,{\".wp-block-post-title :where(a)\":false},[\"display:inline-block\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-post-author-name\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-preformatted\":false},[\"box-sizing:border-box\",\"white-space:pre-wrap\"]],[true,{\":where(.wp-block-preformatted.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-pullquote\":false},[\"box-sizing:border-box\",\"margin:0 0 1em\",\"overflow-wrap:break-word\",\"padding:4em 0\",\"text-align:center\"]],[false,{\".wp-block-pullquote blockquote\":false,\".wp-block-pullquote cite\":false,\".wp-block-pullquote p\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote blockquote\":false},[\"margin:0\"]],[false,{\".wp-block-pullquote p\":false},[\"margin-top:0\"]],[false,{\".wp-block-pullquote p:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-pullquote.alignleft\":false,\".wp-block-pullquote.alignright\":false},[\"max-width:420px\"]],[false,{\".wp-block-pullquote cite\":false,\".wp-block-pullquote footer\":false},[\"position:relative\"]],[false,{\".wp-block-pullquote .has-text-color a\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote.has-text-align-left blockquote\":false},[\"text-align:left\"]],[false,{\".wp-block-pullquote.has-text-align-right blockquote\":false},[\"text-align:right\"]],[false,{\".wp-block-pullquote.has-text-align-center blockquote\":false},[\"text-align:center\"]],[false,{\".wp-block-pullquote.is-style-solid-color\":false},[\"border:none\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:60%\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote p\":false},[\"font-size:2em\",\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote cite\":false},[\"font-style:normal\",\"text-transform:none\"]],[false,{\".wp-block-pullquote cite\":false},[\"color:inherit\",\"display:block\"]],[false,{\".wp-block-post-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"margin-top:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-post-template.is-flex-container\":false},[\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"gap:1.25em\"]],[false,{\".wp-block-post-template.is-flex-container>li\":false},[\"margin:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-2>li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-3>li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-4>li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-5>li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-6>li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,\"}\"],[false,\"@media (max-width:600px){\"],[false,{\".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\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignright\":false,\".wp-block-post-template-is-layout-flow>li>.alignright\":false},[\"float:right\",\"margin-inline-end:0\",\"margin-inline-start:2em\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignleft\":false,\".wp-block-post-template-is-layout-flow>li>.alignleft\":false},[\"float:left\",\"margin-inline-end:2em\",\"margin-inline-start:0\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.aligncenter\":false,\".wp-block-post-template-is-layout-flow>li>.aligncenter\":false},[\"margin-inline-end:auto\",\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type\":false},[\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child\":false},[\"margin-inline-end:auto\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-query-title\":false,\".wp-block-query-total\":false,\".wp-block-quote\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-quote\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain))\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain))\":false},[\"margin-bottom:1em\",\"padding:0 1em\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) p\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) p\":false},[\"font-size:1.5em\",\"font-style:italic\",\"line-height:1.6\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-large:where(:not(.is-style-plain)) footer\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer\":false},[\"font-size:1.125em\",\"text-align:right\"]],[false,{\".wp-block-quote>cite\":false},[\"display:block\"]],[false,{\".wp-block-read-more\":false},[\"display:block\",\"width:fit-content\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration]))\":false},[\"text-decoration:none\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):active\":false,\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):focus\":false},[\"text-decoration:none\"]],[false,{\"ul.wp-block-rss.alignleft\":false},[\"margin-right:2em\"]],[false,{\"ul.wp-block-rss.alignright\":false},[\"margin-left:2em\"]],[false,{\"ul.wp-block-rss.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\",\"padding:0\"]],[false,{\"ul.wp-block-rss.is-grid li\":false},[\"margin:0 1em 1em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\"ul.wp-block-rss.columns-2 li\":false},[\"width:calc(50% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-3 li\":false},[\"width:calc(33.33333% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-4 li\":false},[\"width:calc(25% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-6 li\":false},[\"width:calc(16.66667% - 1em)\"]],[false,\"}\"],[false,{\".wp-block-rss__item-author\":false,\".wp-block-rss__item-publish-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-rss\":false},[\"box-sizing:border-box\",\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-search__button\":false},[\"margin-left:10px\",\"word-break:normal\"]],[false,{\".wp-block-search__button.has-icon\":false},[\"line-height:0\"]],[false,{\".wp-block-search__button svg\":false},[\"height:1.25em\",\"min-height:24px\",\"min-width:24px\",\"width:1.25em\",\"fill:currentColor\",\"vertical-align:text-bottom\"]],[true,{\":where(.wp-block-search__button)\":true},[\"border:1px solid #ccc\",\"padding:6px 10px\"]],[false,{\".wp-block-search__inside-wrapper\":false},[\"display:flex\",\"flex:auto\",\"flex-wrap:nowrap\",\"max-width:100%\"]],[false,{\".wp-block-search__label\":false},[\"width:100%\"]],[false,{\".wp-block-search__input\":false},[\"appearance:none\",\"border:1px solid #949494\",\"flex-grow:1\",\"margin-left:0\",\"margin-right:0\",\"min-width:3rem\",\"padding:8px\"]],[false,{\".wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"text-decoration:unset\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-shrink:0\",\"justify-content:center\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"transition-property:width\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:not(#_#_#_#_#_#_#_)\":false},[\"min-width:0\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__input\":false},[\"flex-basis:100%\",\"transition-duration:.3s\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden\":false,\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper\":false},[\"overflow:hidden\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input\":false},[\"flex-basis:0\",\"flex-grow:0\",\"margin:0\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"border-left-width:0\",\"border-right-width:0\",\"min-width:0\",\"padding-left:0\",\"padding-right:0\",\"width:0\"]],[true,{\":where(.wp-block-search__input)\":true},[\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-transform:inherit\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)\":true},[\"border:1px solid #949494\",\"box-sizing:border-box\",\"padding:4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input\":false},[\"border:none\",\"border-radius:0\",\"padding:0 4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus\":false},[\"outline:none\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button)\":true},[\"padding:4px 8px\"]],[false,{\".wp-block-search.aligncenter .wp-block-search__inside-wrapper\":false},[\"margin:auto\"]],[false,{\".wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"float:right\"]],[false,{\".wp-block-separator\":false},[\"border:none\",\"border-top:2px solid\"]],[true,{\":root :where(.wp-block-separator.is-style-dots)\":true},[\"height:auto\",\"line-height:1\",\"text-align:center\"]],[true,{\":root :where(.wp-block-separator.is-style-dots):before\":true},[\"color:currentColor\",\"content:\\\"\\u00b7\\u00b7\\u00b7\\\"\",\"font-family:serif\",\"font-size:1.5em\",\"letter-spacing:2em\",\"padding-left:2em\"]],[false,{\".wp-block-separator.is-style-dots:not(#_#_#_#_#_#_#_)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-block-site-logo\":false},[\"box-sizing:border-box\",\"line-height:0\"]],[false,{\".wp-block-site-logo a\":false},[\"display:inline-block\",\"line-height:0\"]],[false,{\".wp-block-site-logo.is-default-size amp-img\":false,\".wp-block-site-logo.is-default-size amp-anim\":false},[\"height:auto\",\"width:120px\"]],[false,{\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"height:auto\",\"max-width:100%\"]],[false,{\".wp-block-site-logo a\":false,\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-site-logo.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"text-align:center\"]],[true,{\":root :where(.wp-block-site-logo.is-style-rounded)\":true},[\"border-radius:9999px\"]],[false,{\".wp-block-site-tagline\":false,\".wp-block-site-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-site-title :where(a)\":false},[\"color:inherit\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-social-links\":false},[\"background:none\",\"box-sizing:border-box\",\"margin-left:0\",\"padding-left:0\",\"padding-right:0\",\"text-indent:0\"]],[false,{\".wp-block-social-links .wp-social-link a\":false,\".wp-block-social-links .wp-social-link a:hover\":false},[\"border-bottom:0\",\"box-shadow:none\",\"text-decoration:none\"]],[false,{\".wp-block-social-links .wp-social-link svg\":false},[\"height:1em\",\"width:1em\"]],[false,{\".wp-block-social-links .wp-social-link span:not(.screen-reader-text)\":false},[\"font-size:.65em\",\"margin-left:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-social-links.has-small-icon-size\":false},[\"font-size:16px\"]],[false,{\".wp-block-social-links\":false,\".wp-block-social-links.has-normal-icon-size\":false},[\"font-size:24px\"]],[false,{\".wp-block-social-links.has-large-icon-size\":false},[\"font-size:36px\"]],[false,{\".wp-block-social-links.has-huge-icon-size\":false},[\"font-size:48px\"]],[false,{\".wp-block-social-links.aligncenter\":false},[\"display:flex\",\"justify-content:center\"]],[false,{\".wp-block-social-links.alignright\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-social-link\":false},[\"border-radius:9999px\",\"display:block\",\"height:auto\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-social-link\":false},[\"transition:transform .1s ease\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\"]],[false,{\".wp-block-social-link:hover\":false},[\"transform:scale(1.1)\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited\":false},[\"color:currentColor\",\"fill:currentColor\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link\":false},[\"background-color:#f0f0f0\",\"color:#444\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon\":false},[\"background-color:#f90\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp\":false},[\"background-color:#1ea0c3\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance\":false},[\"background-color:#0757fe\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky\":false},[\"background-color:#0a7aff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen\":false},[\"background-color:#1e1f26\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart\":false},[\"background-color:#02e49b\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord\":false},[\"background-color:#5865f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble\":false},[\"background-color:#e94c89\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox\":false},[\"background-color:#4280ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy\":false},[\"background-color:#f45800\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook\":false},[\"background-color:#0866ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr\":false},[\"background-color:#0461dd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare\":false},[\"background-color:#e65678\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github\":false},[\"background-color:#24292d\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads\":false},[\"background-color:#eceadd\",\"color:#382110\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google\":false},[\"background-color:#ea4434\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar\":false},[\"background-color:#1d4fc4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram\":false},[\"background-color:#f00075\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm\":false},[\"background-color:#e21b24\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin\":false},[\"background-color:#0d66c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon\":false},[\"background-color:#3288d4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup\":false},[\"background-color:#f6405f\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest\":false},[\"background-color:#e60122\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket\":false},[\"background-color:#ef4155\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit\":false},[\"background-color:#ff4500\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype\":false},[\"background-color:#0478d7\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat\":false},[\"background-color:#fefc00\",\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud\":false},[\"background-color:#ff5600\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify\":false},[\"background-color:#1bd760\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram\":false},[\"background-color:#2aabee\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr\":false},[\"background-color:#011835\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch\":false},[\"background-color:#6440a4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter\":false},[\"background-color:#1da1f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo\":false},[\"background-color:#1eb7ea\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk\":false},[\"background-color:#4680c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress\":false},[\"background-color:#3499cd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp\":false},[\"background-color:#25d366\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp\":false},[\"background-color:#d32422\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube\":false},[\"background-color:red\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link\":false},[\"background:none\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg\":false},[\"height:1.25em\",\"width:1.25em\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon\":false},[\"color:#f90\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp\":false},[\"color:#1ea0c3\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance\":false},[\"color:#0757fe\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky\":false},[\"color:#0a7aff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen\":false},[\"color:#1e1f26\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart\":false},[\"color:#02e49b\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord\":false},[\"color:#5865f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble\":false},[\"color:#e94c89\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox\":false},[\"color:#4280ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy\":false},[\"color:#f45800\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook\":false},[\"color:#0866ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr\":false},[\"color:#0461dd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare\":false},[\"color:#e65678\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github\":false},[\"color:#24292d\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads\":false},[\"color:#382110\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google\":false},[\"color:#ea4434\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar\":false},[\"color:#1d4fc4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram\":false},[\"color:#f00075\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm\":false},[\"color:#e21b24\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin\":false},[\"color:#0d66c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon\":false},[\"color:#3288d4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup\":false},[\"color:#f6405f\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest\":false},[\"color:#e60122\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket\":false},[\"color:#ef4155\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit\":false},[\"color:#ff4500\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype\":false},[\"color:#0478d7\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat\":false},[\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud\":false},[\"color:#ff5600\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify\":false},[\"color:#1bd760\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram\":false},[\"color:#2aabee\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr\":false},[\"color:#011835\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch\":false},[\"color:#6440a4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter\":false},[\"color:#1da1f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo\":false},[\"color:#1eb7ea\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk\":false},[\"color:#4680c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp\":false},[\"color:#25d366\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress\":false},[\"color:#3499cd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp\":false},[\"color:#d32422\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube\":false},[\"color:red\"]],[false,{\".wp-block-social-links.is-style-pill-shape .wp-social-link\":false},[\"width:auto\"]],[true,{\":root :where(.wp-block-social-links .wp-social-link a)\":true},[\"padding:.25em\"]],[true,{\":root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a)\":true},[\"padding-left:.6666666667em\",\"padding-right:.6666666667em\"]],[false,{\".wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label\":false},[\"color:#000\"]],[false,{\".wp-block-spacer\":false},[\"clear:both\"]],[false,{\".wp-block-tag-cloud\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-tag-cloud.aligncenter\":false},[\"justify-content:center\",\"text-align:center\"]],[false,{\".wp-block-tag-cloud.alignfull\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".wp-block-tag-cloud a\":false},[\"display:inline-block\",\"margin-right:5px\"]],[false,{\".wp-block-tag-cloud span\":false},[\"display:inline-block\",\"margin-left:5px\",\"text-decoration:none\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline)\":true},[\"display:flex\",\"flex-wrap:wrap\",\"gap:1ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a)\":true},[\"border:1px solid\",\"margin-right:0\",\"padding:1ch 2ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_)\":true},[\"font-size:unset\",\"text-decoration:none\"]],[false,{\".wp-block-table\":false},[\"overflow-x:auto\"]],[false,{\".wp-block-table table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-table thead\":false},[\"border-bottom:3px solid\"]],[false,{\".wp-block-table tfoot\":false},[\"border-top:3px solid\"]],[false,{\".wp-block-table td\":false,\".wp-block-table th\":false},[\"border:1px solid\",\"padding:.5em\"]],[false,{\".wp-block-table .has-fixed-layout\":false},[\"table-layout:fixed\",\"width:100%\"]],[false,{\".wp-block-table .has-fixed-layout td\":false,\".wp-block-table .has-fixed-layout th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table.aligncenter\":false,\".wp-block-table.alignleft\":false,\".wp-block-table.alignright\":false},[\"display:table\",\"width:auto\"]],[false,{\".wp-block-table.aligncenter td\":false,\".wp-block-table.aligncenter th\":false,\".wp-block-table.alignleft td\":false,\".wp-block-table.alignleft th\":false,\".wp-block-table.alignright td\":false,\".wp-block-table.alignright th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table .has-subtle-light-gray-background-color\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table .has-subtle-pale-green-background-color\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table .has-subtle-pale-blue-background-color\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table .has-subtle-pale-pink-background-color\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes\":false},[\"background-color:initial\",\"border-bottom:1px solid #f0f0f0\",\"border-collapse:inherit\",\"border-spacing:0\"]],[false,{\".wp-block-table.is-style-stripes tbody tr:nth-child(odd)\":false},[\"background-color:#f0f0f0\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes td\":false,\".wp-block-table.is-style-stripes th\":false},[\"border-color:rgba(0,0,0,0)\"]],[false,{\".wp-block-table .has-border-color td\":false,\".wp-block-table .has-border-color th\":false,\".wp-block-table .has-border-color tr\":false,\".wp-block-table .has-border-color>*\":false},[\"border-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child th\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* th\":false},[\"border-top-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:not(:first-child)\":false},[\"border-top-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-right-color] td:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-right-color]>*\":false},[\"border-right-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child th\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* th\":false},[\"border-bottom-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:not(:last-child)\":false},[\"border-bottom-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-left-color] td:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-left-color]>*\":false},[\"border-left-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-style] td\":false,\".wp-block-table table[data-amp-original-style*=border-style] th\":false,\".wp-block-table table[data-amp-original-style*=border-style] tr\":false,\".wp-block-table table[data-amp-original-style*=border-style]>*\":false},[\"border-style:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-width] td\":false,\".wp-block-table table[data-amp-original-style*=border-width] th\":false,\".wp-block-table table[data-amp-original-style*=border-width] tr\":false,\".wp-block-table table[data-amp-original-style*=border-width]>*\":false},[\"border-style:inherit\",\"border-width:inherit\"]],[true,{\":root :where(.wp-block-table-of-contents)\":true},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-term-description)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-term-description p\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-text-columns\":false,\".wp-block-text-columns.aligncenter\":false},[\"display:flex\"]],[false,{\".wp-block-text-columns .wp-block-column\":false},[\"margin:0 1em\",\"padding:0\"]],[false,{\".wp-block-text-columns .wp-block-column:first-child\":false},[\"margin-left:0\"]],[false,{\".wp-block-text-columns .wp-block-column:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-text-columns.columns-2 .wp-block-column\":false},[\"width:50%\"]],[false,{\".wp-block-text-columns.columns-3 .wp-block-column\":false},[\"width:33.3333333333%\"]],[false,{\".wp-block-text-columns.columns-4 .wp-block-column\":false},[\"width:25%\"]],[false,{\"pre.wp-block-verse\":false},[\"overflow:auto\",\"white-space:pre-wrap\"]],[true,{\":where(pre.wp-block-verse)\":true},[\"font-family:inherit\"]],[false,{\".wp-block-video\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"vertical-align:middle\",\"width:100%\"]],[false,\"@supports (position:sticky){\"],[false,{\".wp-block-video [poster]\":false},[\"object-fit:cover\"]],[false,\"}\"],[false,{\".wp-block-video.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-video :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".editor-styles-wrapper\":false,\".entry-content\":false},[\"counter-reset:footnotes\"]],[false,{\"a[data-fn].fn\":false},[\"counter-increment:footnotes\",\"display:inline-flex\",\"font-size:smaller\",\"text-decoration:none\",\"text-indent:-9999999px\",\"vertical-align:super\"]],[false,{\"a[data-fn].fn:after\":false},[\"content:\\\"[\\\" counter(footnotes) \\\"]\\\"\",\"float:left\",\"text-indent:0\"]],[false,{\".wp-element-button\":false},[\"cursor:pointer\"]],[true,{\":root\":true},[\"--wp--preset--font-size--normal:16px\",\"--wp--preset--font-size--huge:42px\"]],[false,{\":root .has-very-light-gray-background-color\":false},[\"background-color:#eee\"]],[false,{\":root .has-very-dark-gray-background-color\":false},[\"background-color:#313131\"]],[false,{\":root .has-very-light-gray-color\":false},[\"color:#eee\"]],[false,{\":root .has-very-dark-gray-color\":false},[\"color:#313131\"]],[false,{\":root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\":false},[\"background:linear-gradient(135deg,#00d084,#0693e3)\"]],[false,{\":root .has-purple-crush-gradient-background\":false},[\"background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)\"]],[false,{\":root .has-hazy-dawn-gradient-background\":false},[\"background:linear-gradient(135deg,#faaca8,#dad0ec)\"]],[false,{\":root .has-subdued-olive-gradient-background\":false},[\"background:linear-gradient(135deg,#fafae1,#67a671)\"]],[false,{\":root .has-atomic-cream-gradient-background\":false},[\"background:linear-gradient(135deg,#fdd79a,#004a59)\"]],[false,{\":root .has-nightshade-gradient-background\":false},[\"background:linear-gradient(135deg,#330968,#31cdcf)\"]],[false,{\":root .has-midnight-gradient-background\":false},[\"background:linear-gradient(135deg,#020381,#2874fc)\"]],[false,{\".has-regular-font-size\":false},[\"font-size:1em\"]],[false,{\".has-larger-font-size\":false},[\"font-size:2.625em\"]],[false,{\".has-normal-font-size\":false},[\"font-size:var(--wp--preset--font-size--normal)\"]],[false,{\".has-huge-font-size\":false},[\"font-size:var(--wp--preset--font-size--huge)\"]],[false,{\".has-text-align-center\":false},[\"text-align:center\"]],[false,{\".has-text-align-left\":false},[\"text-align:left\"]],[false,{\".has-text-align-right\":false},[\"text-align:right\"]],[false,{\"#end-resizable-editor-section\":false},[\"display:none\"]],[false,{\".aligncenter\":false},[\"clear:both\"]],[false,{\".items-justified-left\":false},[\"justify-content:flex-start\"]],[false,{\".items-justified-center\":false},[\"justify-content:center\"]],[false,{\".items-justified-right\":false},[\"justify-content:flex-end\"]],[false,{\".items-justified-space-between\":false},[\"justify-content:space-between\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip-path:inset(50%)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#ddd\",\"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\"]],[true,{\"html :where(.has-border-color)\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-color])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-color])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-color])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-color])\":true},[\"border-left-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-width])\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-width])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-width])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-width])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-width])\":true},[\"border-left-style:solid\"]],[true,{\"html :where(amp-img[class*=wp-image-])\":true,\"html :where(amp-anim[class*=wp-image-])\":true},[\"height:auto\",\"max-width:100%\"]],[true,{\":where(figure)\":true},[\"margin:0 0 1em\"]],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)\"]],[true,\"@media screen and (max-width:600px){\"],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:0px\"]],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":13983,\"final_size\":3948,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"31c790db6ae2bf95e874b636534a6fa7\",\"parse_time\":0.023661136627197266,\"shake_time\":0.00011396408081054688,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\":root\":true},[\"--wp--preset--aspect-ratio--square:1\",\"--wp--preset--aspect-ratio--4-3:4\\/3\",\"--wp--preset--aspect-ratio--3-4:3\\/4\",\"--wp--preset--aspect-ratio--3-2:3\\/2\",\"--wp--preset--aspect-ratio--2-3:2\\/3\",\"--wp--preset--aspect-ratio--16-9:16\\/9\",\"--wp--preset--aspect-ratio--9-16:9\\/16\",\"--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--ast-global-color-0:var(--ast-global-color-0)\",\"--wp--preset--color--ast-global-color-1:var(--ast-global-color-1)\",\"--wp--preset--color--ast-global-color-2:var(--ast-global-color-2)\",\"--wp--preset--color--ast-global-color-3:var(--ast-global-color-3)\",\"--wp--preset--color--ast-global-color-4:var(--ast-global-color-4)\",\"--wp--preset--color--ast-global-color-5:var(--ast-global-color-5)\",\"--wp--preset--color--ast-global-color-6:var(--ast-global-color-6)\",\"--wp--preset--color--ast-global-color-7:var(--ast-global-color-7)\",\"--wp--preset--color--ast-global-color-8:var(--ast-global-color-8)\",\"--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:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--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)\"]],[true,{\":root\":true},[\"--wp--style--global--content-size:var(--ast-content-width-size)\",\"--wp--style--global--wide-size:1200px\"]],[true,{\":where(body)\":true},[\"margin:0\"]],[false,{\".wp-site-blocks > .alignleft\":false},[\"float:left\",\"margin-right:2em\"]],[false,{\".wp-site-blocks > .alignright\":false},[\"float:right\",\"margin-left:2em\"]],[false,{\".wp-site-blocks > .aligncenter\":false},[\"justify-content:center\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[true,{\":where(.is-layout-grid)\":true},[\"gap:.5em\"]],[false,{\".is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\".is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".is-layout-flex > :is(*, div)\":false},[\"margin:0\"]],[false,{\"body .is-layout-grid\":false},[\"display:grid\"]],[false,{\".is-layout-grid > :is(*, div)\":false},[\"margin:0\"]],[true,{\"body\":true},[\"padding-top:0px\",\"padding-right:0px\",\"padding-bottom:0px\",\"padding-left:0px\"]],[true,{\"a:where(:not(.wp-element-button))\":true},[\"text-decoration:underline\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[true,{\":where(.wp-block-post-template.is-layout-flex)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-post-template.is-layout-grid)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[true,{\":where(.wp-block-columns.is-layout-grid)\":true},[\"gap:2em\"]],[true,{\":root :where(.wp-block-pullquote)\":true},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":18906,\"final_size\":889,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"56fd5df6a4607622d63ca8539d231c32\",\"parse_time\":0.18002700805664062,\"shake_time\":0.0004949569702148438,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow-x:hidden\"]],[true,{\"html:not([amp4ads]):not(#_#_#_#_#_#_#_#_)\":true,\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"height:auto\"]],[true,{\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"margin:0\"]],[true,{\"body\":true},[\"-webkit-text-size-adjust:100%\",\"-moz-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\",\"text-size-adjust:100%\"]],[false,{\"amp-instagram\":false},[\"background-color:#fff\"]],[false,{\"amp-instagram:not(#_#_#_#_#_#_#_#_)\":false},[\"padding:54px 0px 0px\"]],[false,{\"amp-iframe iframe:not(#_#_#_#_#_#_#_#_)\":false},[\"box-sizing:border-box\"]],[false,{\"[amp-access][amp-access-hide]\":false},[\"display:none\"]],[false,{\"[subscriptions-dialog]:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-experiment\":false,\"amp-live-list>[update]\":false},[\"display:none\"]],[false,{\"amp-list [fetch-error]\":false,\"amp-list[load-more] [load-more-button]\":false,\"amp-list[load-more] [load-more-end]\":false,\"amp-list[load-more] [load-more-failed]\":false,\"amp-list[load-more] [load-more-loading]\":false},[\"display:none\"]],[false,{\"amp-list[diffable] div[role=list]\":false},[\"display:block\"]],[false,{\"amp-story-page:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"min-height:1px\",\"display:block\",\"height:100%\",\"margin:0\",\"padding:0\",\"overflow:hidden\",\"width:100%\"]],[false,{\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"background-color:#000\",\"position:relative\"]],[false,{\"amp-story-page\":false},[\"background-color:#757575\"]],[false,{\"amp-story .amp-active>div:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-story-page:not(:first-of-type):not([distance]):not([active]):not(#_#_#_#_#_#_#_#_)\":false},[\"transform:translateY(1000vh)\"]],[false,{\"amp-autocomplete:not(#_#_#_#_#_#_#_#_)\":false},[\"position:relative\",\"display:inline-block\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"padding:.5rem\",\"border:1px solid rgba(0,0,0,.33)\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"font-size:1rem\",\"line-height:1.5rem\"]],[false,{\"[amp-fx^=fly-in]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]\":false,\"amp-script[sandboxed]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]:not(#_#_#_#_#_#_#_#_)\":false,\"amp-script[sandboxed]:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[true,{\"[hidden]:not(#_#_#_#_#_#_#_)\":true},[\"display:none\"]],[true,{\"[layout=container]\":true},[\"display:block\",\"position:relative\"]],[true,{\"body noscript>*\":true},[\"display:block\",\"position:absolute\",\"top:0\",\"left:0\",\"bottom:0\",\"right:0\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow:hidden\"]],[true,{\"body noscript>*\":true},[\"width:100%\",\"height:100%\",\"z-index:2\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"position:absolute\"]],[true,{\"body noscript:not(#_#_#_#_#_#_#_#_)\":true},[\"display:inline\"]],[false,\"@supports (aspect-ratio:1\\/1){}\"],[false,{\"i-amp-scroll-container\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\",\"display:block\"]],[false,{\"i-amp-scroll-container.amp-active\":false},[\"overflow:auto\",\"-webkit-overflow-scrolling:touch\"]],[false,{\"template:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\".amp-border-box\":false,\".amp-border-box *\":false,\".amp-border-box :after\":false,\".amp-border-box :before\":false},[\"box-sizing:border-box\"]],[false,{\"amp-pixel:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-analytics\":false,\"amp-auto-ads\":false,\"amp-story-auto-ads\":false},[\"visibility:hidden\"]],[false,{\"amp-analytics:not(#_#_#_#_#_#_#_#_)\":false,\"amp-auto-ads:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story-auto-ads:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[false,{\"[visible-when-invalid]:not(.visible)\":false,\"form [submit-error]\":false,\"form [submit-success]\":false,\"form [submitting]\":false},[\"display:none\"]],[false,{\"amp-accordion:not(#_#_#_#_#_#_#_#_)\":false},[\"display:block\"]],[true,\"@media (min-width:1px){\"],[true,{\":where(amp-accordion>section)>:first-child\":true},[\"margin:0\",\"background-color:#efefef\",\"padding-right:20px\",\"border:1px solid #dfdfdf\"]],[true,{\":where(amp-accordion>section)>:last-child\":true},[\"margin:0\"]],[true,\"}\"],[false,{\"amp-accordion>section:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\"]],[false,{\"amp-accordion>section>*:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\",\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"amp-accordion\":false,\"amp-accordion>section\":false},[\"margin:0\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":38885,\"final_size\":16608,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"57e5701f0a3e0b4437f92e97599f1f36\",\"parse_time\":0.0514369010925293,\"shake_time\":0.00040411949157714844,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"webfonts\\/digital_sans_ef_medium.woff2\",\"webfonts\\/advanced_dot_digital7.eot\",\"webfonts\\/fa-brands-400.eot#iefix\",\"webfonts\\/fa-regular-400.eot#iefix\",\"webfonts\\/fa-solid-900.eot#iefix\",\"webfonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"font-size:14px\",\"line-height:1.5\",\"letter-spacing:.1px\",\"color:#fff\",\"background:#020000\",\"font-family:\\\"digital_sans_ef_medium\\\"\"]],[true,{\"h1\":true,\"h2\":false,\"h3\":false},[\"color:#11a54f\",\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:30px\"]],[false,{\"h2\":false},[\"font-size:27px\"]],[false,{\"h3\":false},[\"font-size:23px\"]],[true,{\"*\":true},[\"-webkit-box-sizing:border-box\",\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true},[\"color:#11a54f\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\"strong\":true},[\"color:#11a54f\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"width:100%\",\"height:100%\",\"pointer-events:none\"]],[true,{\"a amp-img\":true,\"a amp-anim\":true},[\"pointer-events:visible\"]],[false,{\".entry-content ol li\":false},[\"list-style:decimal\",\"padding:5px 0px\",\"display:list-item\",\"float:none\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"digital_sans_ef_medium\\\";src:url(\\\"webfonts\\/digital_sans_ef_medium.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/digital_sans_ef_medium.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}@font-face{font-family:\\\"advanced_dot_digital7\\\";src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\");src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/advanced_dot_digital7.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.svg#advanced_dot_digital7\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Brands\\\";font-style:normal;font-weight:normal;font-display:auto;src:url(\\\"webfonts\\/fa-brands-400.eot\\\");src:url(\\\"webfonts\\/fa-brands-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-brands-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-brands-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-brands-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-brands-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:400;font-display:auto;src:url(\\\"webfonts\\/fa-regular-400.eot\\\");src:url(\\\"webfonts\\/fa-regular-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-regular-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-regular-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-regular-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-regular-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:900;font-display:auto;src:url(\\\"webfonts\\/fa-solid-900.eot\\\");src:url(\\\"webfonts\\/fa-solid-900.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-solid-900.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-solid-900.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-solid-900.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-solid-900.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"webfonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:18px\",\"background-repeat:no-repeat\"]],[true,{\".svg-beranda\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-beranda.png\\\")\"]],[true,{\".svg-content\":true},[\"display:inline-block\",\"width:25px\",\"height:20px\",\"background-size:21px\",\"background-repeat:no-repeat\"]],[true,{\".svg-sport\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/hot-games.png\\\")\"]],[true,{\".header\":true},[\"width:100%\",\"z-index:999999\",\"position:fixed\",\"background:#191919\"]],[true,{\".top-left\":true},[\"float:left\",\"width:27%\",\"display:flex\",\"justify-content:flex-start\"]],[true,{\".top-right\":true},[\"line-height:1.2\",\"font-size:11px\",\"float:right\",\"width:70%\"]],[true,{\".site-logo\":true},[\"float:left\",\"top:12px\",\"left:0px\",\"width:24%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:200px\"]],[true,{\".nav-bar\":true},[\"background-color:(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #2b2b2b\"]],[true,{\".sticky\":true},[\"height:127px\"]],[true,{\".main\":true},[\"background:#191919\"]],[true,{\".slide\":true},[\"margin-bottom:17px\"]],[true,{\".jackpot amp-img\":true,\".jackpot amp-anim\":true},[\"margin-left:auto\",\"margin-right:auto\",\"display:block\",\"border-radius:9px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\",\"overflow:hidden\"]],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-wrap:wrap\",\"flex-wrap:wrap\"]],[true,{\".col-sm-2\":true},[\"flex:0 0 15.9%\",\"max-width:15.9%\",\"margin:5px 4px\",\"justify-content:center\",\"align-content:center\"]],[true,{\".col-sm-12\":true},[\"-ms-flex:0 0 100%\",\"flex:0 0 100%\",\"max-width:100%\"]],[true,{\".col-title\":true},[\"padding:9px 0px\",\"position:absolute\",\"top:-14px\",\"left:21px\",\"z-index:2\",\"background:#101013\"]],[true,{\".col-border\":true},[\"border:1px solid #333\",\"border-radius:7px\",\"margin:5px auto\",\"padding:18px\"]],[true,{\".payment .col-sm-12\":true},[\"margin:10px auto\"]],[false,{\".post-taxonomies\":false},[\"padding:20px 0\"]],[false,{\".post-taxonomies .container\":false},[\"border-bottom:1px solid #333\"]],[false,{\".tags-title\":false},[\"font-size:19px\"]],[false,{\".tags-title\":false,\".tags-links\":false},[\"text-align:center\",\"padding:10px 0\"]],[false,{\".tags-links a\":false},[\"background:#503000\",\"display:inline-block\",\"border-radius:8px\",\"padding:15px 20px\",\"color:#fff\"]],[true,{\".main-menu i\":true},[\"display:block\",\"margin:auto\",\"width:30px\",\"height:30px\",\"background-size:26px\"]],[true,{\"ul.menu\":true,\"ul.contact-us\":true,\"ul.main-menu\":true},[\"padding:0\",\"margin:0\",\"text-transform:uppercase\"]],[true,{\".main-menu\":true},[\"float:right\"]],[true,{\".main-menu li [aria-current]\":true,\".main-menu li a:hover\":true},[\"color:#11a54f\"]],[true,{\".main-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"margin:0\",\"padding:0\"]],[true,{\".main-menu li a\":true},[\"font-size:14px\",\"position:relative\",\"display:inline-block\",\"line-height:18px\",\"padding:20px 24px\",\"flex:1\",\"color:#a3a3a3\"]],[true,{\"ul.contact-us\":true},[\"padding:15px 0\",\"text-transform:capitalize\"]],[true,{\".contact-us\":true},[\"float:right\",\"height:36px\"]],[true,{\".contact-us li\":true},[\"border-right:dotted 1px #fff\",\"padding-left:10px\",\"padding-right:10px\",\"display:inline-block\",\"float:left\"]],[true,{\".site-footer\":true},[\"display:block\",\"margin:auto\",\"max-width:200px\",\"margin-bottom:20px\"]],[true,{\".contact-us li:first-child\":true},[\"padding-right:10px\",\"border-left:0\"]],[true,{\".contact-us li:last-child\":true},[\"padding-right:10px\",\"border-right:0\"]],[true,{\".contact-us li a\":true},[\"color:#9a9a9a\",\"font-size:11px\"]],[true,{\".contact-us li a:hover\":true},[\"color:#11a54f\"]],[true,{\".contact-us .svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:17px\",\"background-repeat:no-repeat\"]],[true,{\".contact-us li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer\":true},[\"position:fixed\",\"width:170px\",\"height:40px\",\"bottom:0px\",\"right:10px\",\"background:#e8911a\",\"border-radius:5px 5px 0px 0px\",\"z-index:100\",\"padding:2px\"]],[true,{\".quick-footer i\":true},[\"font-size:22px\",\"position:relative\",\"right:-42px\",\"top:-2px\"]],[true,{\".quick-footer li\":true},[\"margin:1px auto\",\"padding:4px 12px\"]],[true,{\".quick-footer li a\":true},[\"color:#fff\",\"display:flex\",\"align-items:end\",\"text-align:center\",\"font-size:19px\",\"text-transform:uppercase\"]],[true,{\".quick-footer li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer .svg-menu\":true},[\"height:30px\",\"width:30px\",\"display:inline-block\",\"background-size:30px\",\"background-repeat:no-repeat\"]],[true,{\".menu\":true},[\"float:right\",\"position:relative\",\"padding:0px\",\"margin:0px auto\"]],[true,{\".menu li\":true},[\"float:left\",\"position:relative\",\"font-size:14px\",\"text-transform:uppercase\",\"min-width:68px\",\"margin:0px 0px 0px 4px\",\"text-align:center\",\"padding:5px 5px\",\"vertical-align:inherit\",\"border-radius:27px\"]],[true,{\".menu ul\":true},[\"padding-top:15px\",\"border-radius:0px 0px 4px 4px\",\"-webkit-border-radius:0px 0px 4px 4px\",\"-moz-border-radius:0px 0px 4px 4px\",\"-ms-border-radius:0px 0px 4px 4px\",\"-o-border-radius:0px 0px 4px 4px\"]],[true,{\".menu li a\":true},[\"padding:4px 21px\",\"display:block\",\"color:#fff\",\"text-shadow:0px 0px 3px #000\"]],[true,{\".daftar\":true,\".quick-footer\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #11a54f\"]],[true,{\".daftar:hover\":true},[\"background:#115f13\",\"background-image:-webkit-linear-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\"]],[true,{\".login\":true},[\"background:#505050\",\"border-top:1px solid #7e7e7e\"]],[true,{\".login:hover\":true},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".rtp\":false},[\"background:#505050\",\"background-image:linear-gradient(to bottom,#0ef,#001aff)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".rtp:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".alternatif\":false},[\"background:#c8ff00\",\"background-image:linear-gradient(to bottom,#ffae00,#c8ff00)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".alternatif:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#c8ff00 0%,#ffae00 100%)\"]],[true,{\".login-panel\":true},[\"margin:6px 0\"]],[true,{\"ul\":true,\"ol\":false},[\"list-style:none\",\"margin:0\",\"padding:5px 0px\"]],[true,{\"ul.article\":true},[\"list-style:circle\",\"padding:5px 30px\"]],[true,{\".article li\":true},[\"list-style:disc\",\"margin:0px 35px\"]],[false,{\".article ol li\":false},[\"list-style:decimal\"]],[true,{\".ct-rounded\":true,\".ct-rounded amp-img\":true,\".ct-rounded amp-anim\":true,\".ct-rounded .col-sm-2\":true,\".bg-rounded .container\":true},[\"border-radius:12px\"]],[true,{\".bg-rounded .container\":true},[\"padding:25px\",\"background:#020206\",\"margin-bottom:30px\"]],[true,{\".ct-rounded\":true},[\"padding:15px\",\"background:#160002\",\"border:3px solid #11a54f\",\"margin:10px auto\"]],[true,{\".ct-rounded .col-sm-2\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"padding:2px\",\"height:100%\"]],[true,{\".game-wrapper\":true},[\"height:200px\",\"z-index:0\"]],[true,{\".game-img\":true},[\"position:absolute\",\"width:100%\",\"top:0\",\"z-index:0\"]],[true,{\".image-wrapper\":true},[\"z-index:0\"]],[true,{\".games-wrapper\":true},[\"position:absolute\",\"width:100%\",\"height:100%\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\"]],[true,{\".title-row\":true},[\"margin:21px auto\",\"border-bottom:3px solid #11a54f\",\"font-size:19px\",\"display:flex\",\"align-items:center\"]],[true,{\".title-games\":true},[\"font-size:14px\",\"padding:4px 10px 8px\",\"color:#fff\",\"text-overflow:ellipsis\",\"white-space:nowrap\",\"text-align:center\"]],[true,{\".footer\":true},[\"width:100%\",\"background:#101013\",\"padding:0px 0px 20px 0px\"]],[true,{\".disclaimer\":true},[\"border-top:1px dotted #101013\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"height:auto\"]],[true,{\".footer-title\":true},[\"font-size:15px\",\"color:#d5d5d5\",\"margin:20px auto\"]],[true,{\".footer .row\":true},[\"justify-content:left\"]],[true,{\".footer .col-sm-2\":true},[\"justify-content:left\"]],[true,{\".provider .col-sm-2\":true,\".payment .col-sm-2\":true},[\"max-width:111px\",\"margin:7px\"]],[true,{\".copyright\":true},[\"font-size:11px\",\"padding:15px 0px\",\"text-align:center\"]],[true,{\".copyright a\":true},[\"color:#aaa\",\"display:inline-block\"]],[true,{\".article\":true},[\"text-align:center\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".main-slide amp-img\":true,\".main-slide amp-anim\":true},[\"height:100%\"]],[true,{\".main-menu\":true,\".top-header\":true},[\"display:none\"]],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\".header\":true},[\"z-index:999999\",\"height:65px\",\"position:fixed\",\"background:#151515\"]],[true,{\".nav-bar\":true},[\"border:0\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true},[\"top:9px\",\"left:0px\",\"right:0\",\"width:149px\",\"float:none\",\"margin:auto\",\"position:absolute\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:150px\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\".top-header\":true},[\"top:0px\",\"left:0px\",\"margin:auto\",\"width:100%\"]],[true,{\".menu-mobile\":true,\".menu-login-menu-container\":true,\".slide\":true},[\"width:100%\",\"margin:auto\"]],[true,{\".menu-mobile .menu li\":true},[\"background-image:-webkit-linear-gradient(top,#ababab 0%,#585858 100%)\"]],[true,{\".menu\":true},[\"float:none\"]],[true,{\".main-homepage\":true},[\"background:#131313\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\",\"border-radius:7px\",\"margin-bottom:5px\",\"display:inline-block\"]],[true,{\".main-homepage li a\":true},[\"padding:7px\",\"font-size:14px\",\"display:flex\",\"align-items:center\",\"flex-wrap:nowrap\",\"flex-direction:column\",\"color:#8b8b8b\"]],[true,{\".main-homepage li .svg-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".login-mobile\":true},[\"padding:0\"]],[true,{\".login-mobile li\":true},[\"display:inline-block\",\"border-radius:2px\",\"width:49.5%\",\"text-align:center\"]],[true,{\".login-mobile li a\":true},[\"color:#fff\",\"font-size:18px\",\"padding:9px 20px\",\"display:block\",\"text-shadow:0px 0px 3px #000\"]],[true,{\"ul.nav-item\":true},[\"padding:0\"]],[true,{\".nav-item li a i\":true},[\"vertical-align:middle\"]],[true,{\".nav-item li\":true},[\"background:#1a1a1a\",\"position:relative\",\"line-height:20px\",\"display:inline-block\",\"width:100%\"]],[true,{\".nav-item li a\":true},[\"text-transform:capitalize\",\"display:block\",\"color:#ddd\",\"text-decoration:none\",\"padding:10px 15px\"]],[true,{\".nav-item li:hover\":true},[\"background-color:#393939\"]],[true,{\".nav-item li [aria-current]\":true},[\"background-color:#393939\",\"display:block\",\"width:100%\"]],[true,{\".nav-item li:before\":true},[\"content:\\\"\\\"\",\"position:absolute\",\"top:0\",\"left:0\",\"z-index:-1\",\"height:100%\",\"width:3px\",\"background-color:#393939\"]],[true,{\".contact-floating\":true},[\"position:fixed\",\"bottom:0\",\"background:#1e1e1e\",\"width:100%\",\"padding:3px\",\"z-index:3\"]],[true,{\".contact-floating li a\":true},[\"font-size:13px\",\"color:#fff\"]],[true,{\".contact-floating li\":true},[\"display:inline-block\",\"width:32%\",\"text-align:center\",\"padding:5px 0px\"]],[true,{\".contact-floating li i\":true},[\"display:block\",\"margin:auto\",\"background-size:25px\",\"width:25px\",\"height:25px\"]],[true,{\".main\":true},[\"background:#020206\"]],[true,{\".slide\":true},[\"border:0\"]],[true,{\".main-slide\":true},[\"width:100%\"]],[true,{\".bg-rounded .container\":true},[\"padding:5px\",\"background:#020204\",\"margin-bottom:0\"]],[true,{\".ct-rounded\":true},[\"padding:0\",\"background:none\",\"border:0\"]],[true,{\".games .col-sm-2\":true},[\"max-width:31%\",\"flex:0 0 31%\",\"margin:4px\"]],[true,{\".game-wrapper\":true},[\"height:150px\"]],[true,{\".title-row\":true},[\"margin:10px 10px\",\"text-align:center\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"width:100%\",\"height:auto\"]],[true,{\".footer .col-sm-2\":true},[\"max-width:21%\",\"flex:0 0 21%\",\"margin:4px\"]],[true,{\".footer-title\":true},[\"width:max-content\"]],[true,{\".footer .container\":true},[\"padding:0px 10px\"]],[true,{\".copyright\":true},[\"text-align:center\"]],[true,{\".quick-footer\":true},[\"width:44%\"]],[true,{\".quick-footer li\":true},[\"padding:0px 7px\"]],[true,{\"#side-opener\":true},[\"display:none\"]],[true,{\"input .tg\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\".tg:checked+.page-content\":true},[\"right:272px\"]],[true,{\".page-sidebar\":true},[\"background-color:#1a1a1a\",\"width:272px\",\"display:block\",\"z-index:2\",\"top:0px\",\"right:0px\",\"bottom:0px\",\"overflow:hidden\",\"position:fixed\",\"border-right:1px solid #353535\"]],[true,{\".page-sidebar-scroll\":true},[\"z-index:2\",\"overflow:scroll\",\"overflow-x:hidden\",\"height:100%\",\"padding:0px 0px 0px 3px\",\"width:100%\",\"top:-1px\"]],[true,{\".page-content\":true},[\"z-index:10\",\"right:0\",\"display:block\",\"min-height:580px\",\"transition:all .25s ease-out\",\"-webkit-transition:all .25s ease-out\",\"background-color:#0a0a0a\"]],[true,{\".deploy-sidebar\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/deploy-nav.png\\\")\",\"background-repeat:no-repeat\",\"background-position:9px 21px\",\"background-size:28px 19px\",\"height:60px\",\"max-width:44px\",\"z-index:50\",\"width:20%\",\"float:right\",\"top:1px\",\"right:10px\"]],[true,{\".sidebar-shortcuts\":true},[\"width:100%\",\"height:1px\",\"background-color:#333\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".site-logo\":true},[\"width:38%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"max-width:100%\",\"height:auto\"]],[true,{\".login-mobile li a\":true},[\"padding:5px 9px\",\"font-size:11px\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\"]],[true,{\".main-homepage li\":true},[\"margin-bottom:17px\"]],[true,{\".main-homepage li a\":true},[\"top:76px\"]],[true,{\".slide\":true},[\"height:102px\"]],[true,{\".quick-footer i\":true},[\"right:-13px\"]],[true,{\".page-sidebar\":true},[\"width:200px\"]],[true,{\".tg:checked+.page-content\":true},[\"left:202px\"]],[true,\"}\"],[true,\"}\"],[true,{\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"-o-object-fit:contain\",\"object-fit:contain\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-img img\":true,\"amp-img noscript\":true},[\"image-rendering:inherit\",\"-o-object-fit:inherit\",\"object-fit:inherit\",\"-o-object-position:inherit\",\"object-position:inherit\"]],[true,{\"body\":true},[\"--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--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--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":52,\"final_size\":50,\"element\":{\"name\":\"h1\",\"attributes\":{\"data-amp-original-style\":\"text-align: center;\",\"class\":\"amp-wp-cdd8ca0\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":20,\"post_type\":\"page\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"85d18e82f0c75e878418ae415714507c\",\"parse_time\":0.00023293495178222656,\"shake_time\":5.0067901611328125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-cdd8ca0:not(#_#_#_#_#_)\":true},[\"text-align:center\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":67,\"final_size\":63,\"element\":{\"name\":\"div\",\"attributes\":{\"data-amp-original-style\":\"position: absolute; left: -9966px;\",\"class\":\"amp-wp-e64351f\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":20,\"post_type\":\"page\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"09c39821732b038f09efa2703970f45a\",\"parse_time\":0.010957002639770508,\"shake_time\":4.0531158447265625e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-e64351f:not(#_#_#_#_#_)\":true},[\"position:absolute\",\"left:-9966px\"]]],\"included\":true}]'),
(1268,69,'_wp_old_date','2025-09-12'),
(1269,69,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":86,\"final_size\":136,\"element\":{\"name\":\"style\",\"attributes\":[]},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":2079,\"function\":\"wp_print_auto_sizes_contain_css_fix\",\"hook\":\"wp_head\",\"priority\":1}],\"priority\":70,\"hash\":\"c621d07fb5558e1c2469e3aa9c42602a\",\"parse_time\":0.015420198440551758,\"shake_time\":0.0043430328369140625,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"amp-img:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true,\"amp-anim:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true},[\"contain-intrinsic-size:3000px 1500px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":60,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"litespeed-cache-dummy-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/litespeed-cache\\/assets\\/css\\/litespeed-dummy.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"litespeed-cache-dummy\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d751713988987e9331980363e24189ce\",\"parse_time\":0.013470888137817383,\"shake_time\":1.1920928955078125e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.5.5\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1012,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2250,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d9cbcea123ed980237b7ccf844b62f01\",\"parse_time\":0.004324197769165039,\"shake_time\":0.13128995895385742,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-unknown-size\":true,\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:unset\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":true,\"amp-img noscript\":true,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":41469,\"final_size\":6122,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"astra-theme-css-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/themes\\/mabar88\\/assets\\/css\\/minified\\/main.min.css?ver=3.7.9\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":1,\"hash\":\"297834b4c4b19b7b6584facdb172187b\",\"parse_time\":0.08601713180541992,\"shake_time\":0.0011031627655029297,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"address\":false,\"blockquote\":false,\"body\":true,\"dd\":false,\"dl\":false,\"dt\":false,\"fieldset\":false,\"figure\":false,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\"hr\":false,\"html\":true,\"amp-iframe\":false,\"legend\":false,\"li\":true,\"ol\":true,\"p\":true,\"pre\":false,\"textarea\":false,\"ul\":true},[\"border:0\",\"font-size:100%\",\"font-style:inherit\",\"font-weight:inherit\",\"margin:0\",\"outline:0\",\"padding:0\",\"vertical-align:baseline\"]],[true,{\"html\":true},[\"-webkit-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\"]],[true,{\"body\":true},[\"margin:0\"]],[false,{\"main\":false,\"nav\":false},[\"display:block\"]],[false,{\"progress\":false},[\"display:inline-block\",\"vertical-align:baseline\"]],[true,{\"a\":true},[\"background-color:transparent\"]],[true,{\"a:active\":true},[\"outline:0\"]],[true,{\"a\":true,\"a:focus\":true,\"a:hover\":true,\"a:visited\":true},[\"text-decoration:none\"]],[false,{\"abbr[title]\":false},[\"border-bottom:1px dotted\"]],[false,{\"b\":false,\"strong\":false},[\"font-weight:700\"]],[false,{\"dfn\":false},[\"font-style:italic\"]],[false,{\"mark\":false},[\"background:#ff0\",\"color:#000\"]],[false,{\"small\":false},[\"font-size:80%\"]],[false,{\"sub\":false,\"sup\":false},[\"font-size:75%\",\"line-height:0\",\"position:relative\",\"vertical-align:baseline\"]],[false,{\"sup\":false},[\"top:-.5em\"]],[false,{\"sub\":false},[\"bottom:-.25em\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"border:0\"]],[false,{\"svg:not(:root)\":false},[\"overflow:hidden\"]],[false,{\"figure\":false},[\"margin:0\"]],[false,{\"hr\":false},[\"box-sizing:content-box\",\"height:0\"]],[false,{\"pre\":false},[\"overflow:auto\"]],[false,{\"code\":false,\"kbd\":false,\"pre\":false,\"samp\":false},[\"font-size:1em\"]],[true,{\"button\":false,\"input\":true,\"optgroup\":false,\"select\":false,\"textarea\":false},[\"color:inherit\",\"font:inherit\",\"margin:0\"]],[false,{\"button\":false},[\"overflow:visible\"]],[false,{\"button\":false,\"select\":false},[\"text-transform:none\"]],[true,{\"button\":false,\"html input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"-webkit-appearance:button\",\"cursor:pointer\"]],[true,{\"button[disabled]\":false,\"html input[disabled]\":true},[\"cursor:default\"]],[true,{\"button::-moz-focus-inner\":false,\"input::-moz-focus-inner\":true},[\"border:0\",\"padding:0\"]],[true,{\"input\":true},[\"line-height:normal\"]],[true,{\"input[type=checkbox]\":true,\"input[type=radio]\":true},[\"box-sizing:border-box\",\"padding:0\"]],[true,{\"input[type=number]::-webkit-inner-spin-button\":true,\"input[type=number]::-webkit-outer-spin-button\":true},[\"height:auto\"]],[true,{\"input[type=search]\":true},[\"-webkit-appearance:textfield\",\"box-sizing:content-box\"]],[false,{\"#comments .submit\":false,\".search .search-submit\":false},[\"padding:10px 15px\",\"border-radius:2px\",\"line-height:1.8571428571429\",\"border:0\"]],[false,{\".search .site-main .ast-search-submit\":false},[\"display:none\"]],[true,{\"input[type=search]::-webkit-search-cancel-button\":true,\"input[type=search]::-webkit-search-decoration\":true},[\"-webkit-appearance:none\"]],[false,{\"fieldset\":false},[\"border:1px solid #eaeaea\",\"margin:0 0\",\"padding:.35em .625em .75em\"]],[false,{\"legend\":false},[\"border:0\",\"padding:0\"]],[false,{\"fieldset legend\":false},[\"margin-bottom:1.5em\",\"padding:0 .5em\"]],[false,{\"textarea\":false},[\"overflow:auto\"]],[false,{\"optgroup\":false},[\"font-weight:700\"]],[false,{\"table\":false},[\"border-collapse:collapse\",\"border-spacing:0\"]],[false,{\"td\":false,\"th\":false},[\"padding:0\"]],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,{\".ast-container\":false,\".ast-container-fluid\":false},[\"margin-left:auto\",\"margin-right:auto\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-row\":false},[\"margin-left:-20px\",\"margin-right:-20px\"]],[false,{\".ast-grid-common-col\":false},[\"position:relative\",\"min-height:1px\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-float\":false},[\"float:left\"]],[false,\"@media (max-width:992px){\"],[false,{\".ast-width-sm-25\":false},[\"width:25%\"]],[false,{\".ast-width-md-50\":false},[\"width:50%\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-width-md-25\":false},[\"width:25%\"]],[false,\"}\"],[false,{\".ast-full-width\":false},[\"width:100%\"]],[false,{\".ast-width-50\":false},[\"width:50%\"]],[false,\"@media (min-width:768px){\"],[false,{\".ast-width-md-4\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-md-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-md-6\":false},[\"width:50%\",\"float:left\"]],[false,{\".ast-width-md-3\":false},[\"width:25%\"]],[false,{\".ast-width-md-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[false,\"@media (min-width:769px){\"],[false,{\".ast-width-md-20\":false},[\"width:20%\"]],[false,\"}\"],[false,\"@media (min-width:992px){\"],[false,{\".ast-width-lg-33\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-lg-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-lg-50\":false},[\"width:50%\"]],[false,{\".ast-width-lg-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"clear:both\"]],[true,{\".entry-content h1\":false,\"h1\":true},[\"color:#808285\",\"font-size:2em\",\"line-height:1.2\"]],[true,{\".entry-content h2\":false,\"h2\":true},[\"color:#808285\",\"font-size:1.7em\",\"line-height:1.3\"]],[false,{\".entry-content h3\":false,\"h3\":false},[\"color:#808285\",\"font-size:1.5em\",\"line-height:1.4\"]],[false,{\".entry-content h4\":false,\"h4\":false},[\"color:#808285\",\"line-height:1.5\",\"font-size:1.3em\"]],[false,{\".entry-content h5\":false,\"h5\":false},[\"color:#808285\",\"line-height:1.6\",\"font-size:1.2em\"]],[false,{\".entry-content h6\":false,\"h6\":false},[\"color:#808285\",\"line-height:1.7\",\"font-size:1.1em\"]],[true,{\"html\":true},[\"box-sizing:border-box\"]],[true,{\"*\":true,\":after\":true,\":before\":true},[\"box-sizing:inherit\"]],[true,{\"body\":true},[\"color:#808285\",\"background:#fff\",\"font-style:normal\"]],[true,{\"ol\":true,\"ul\":true},[\"margin:0 0 1.5em 3em\"]],[true,{\"ul\":true},[\"list-style:disc\"]],[true,{\"ol\":true},[\"list-style:decimal\"]],[true,{\"li>ol\":true,\"li>ul\":true},[\"margin-bottom:0\",\"margin-left:1.5em\"]],[false,{\"dt\":false},[\"font-weight:700\"]],[false,{\"dd\":false},[\"margin:0 1.5em 1.5em\"]],[false,{\"b\":false,\"strong\":false},[\"font-weight:700\"]],[true,{\"cite\":false,\"dfn\":false,\"em\":false,\"i\":true},[\"font-style:italic\"]],[false,{\"blockquote\":false,\"q\":false},[\"quotes:\\\"\\\" \\\"\\\"\"]],[false,{\"blockquote:after\":false,\"blockquote:before\":false,\"q:after\":false,\"q:before\":false},[\"content:\\\"\\\"\"]],[false,{\"blockquote\":false},[\"border-left:5px solid rgba(0,0,0,.05)\",\"padding:20px\",\"font-size:1.2em\",\"font-style:italic\",\"margin:0 0 1.5em\",\"position:relative\"]],[false,{\"address\":false},[\"margin:0 0 1.5em\"]],[false,{\"abbr\":false,\"acronym\":false},[\"border-bottom:1px dotted #666\",\"cursor:help\"]],[false,{\"pre\":false},[\"background:#eee\",\"font-family:\\\"Courier 10 Pitch\\\",Courier,monospace\",\"margin-bottom:1.6em\",\"overflow:auto\",\"max-width:100%\",\"padding:1.6em\"]],[false,{\"code\":false,\"kbd\":false,\"tt\":false,\"var\":false},[\"font:15px Monaco,Consolas,\\\"Andale Mono\\\",\\\"DejaVu Sans Mono\\\",monospace\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"height:auto\",\"max-width:100%\"]],[false,{\"hr\":false},[\"background-color:#ccc\",\"border:0\",\"height:1px\",\"margin-bottom:1.5em\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false},[\"color:#808285\",\"font-weight:400\",\"font-size:100%\",\"margin:0\",\"vertical-align:baseline\"]],[true,{\"button\":false,\"input\":true},[\"line-height:normal\"]],[false,{\"big\":false},[\"font-size:125%\"]],[false,{\"ins\":false,\"mark\":false},[\"background:0 0\",\"text-decoration:none\"]],[false,{\"table\":false,\"td\":false,\"th\":false},[\"border:1px solid rgba(0,0,0,.1)\"]],[false,{\"table\":false},[\"border-collapse:separate\",\"border-spacing:0\",\"border-width:1px 0 0 1px\",\"margin:0 0 1.5em\",\"width:100%\"]],[false,{\"th\":false},[\"font-weight:700\"]],[false,{\"td\":false,\"th\":false},[\"padding:8px\",\"border-width:0 1px 1px 0\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"border:1px solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#e6e6e6\",\"padding:.6em 1em .4em\",\"color:#fff\"]],[true,{\".ast-button:focus\":false,\".ast-button:hover\":false,\".button:focus\":false,\".button:hover\":false,\"button:focus\":false,\"button:hover\":false,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"color:#fff\",\"border-color:#eaeaea\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"button:active\":false,\"button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=reset]:active\":true,\"input[type=reset]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"border-color:#eaeaea\",\"outline:0\"]],[true,{\"input[type=email]\":true,\"input[type=password]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"textarea\":false},[\"color:#666\",\"border:1px solid #ccc\",\"border-radius:2px\",\"-webkit-appearance:none\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"textarea:focus\":false},[\"color:#111\"]],[false,{\"textarea\":false},[\"padding-left:3px\",\"width:100%\"]],[true,{\"a\":true},[\"color:#4169e1\"]],[true,{\"a:focus\":true,\"a:hover\":true},[\"color:#191970\"]],[true,{\"a:focus\":true},[\"outline:thin dotted\"]],[true,{\"a:hover\":true},[\"outline:0\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#f1f1f1\",\"border-radius:2px\",\"box-shadow:0 0 2px 2px rgba(0,0,0,.6)\",\"color:#21759b\",\"display:block\",\"font-size:12.25px\",\"font-size:.875rem\",\"height:auto\",\"left:5px\",\"line-height:normal\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"top:5px\",\"width:auto\",\"z-index:100000\"]],[false,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":false},[\"clip:auto\"]],[false,{\".alignleft\":false},[\"display:inline\",\"float:left\",\"margin-right:1.5em\"]],[false,{\".alignright\":false},[\"display:inline\",\"float:right\",\"margin-left:1.5em\"]],[false,{\".aligncenter\":false},[\"clear:both\",\"text-align:center\",\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"embed\":false,\"amp-iframe\":false,\"amp-google-document-embed\":false},[\"max-width:100%\"]],[false,{\".wp-caption\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-caption amp-img[class*=wp-image-]\":false,\".wp-caption amp-anim[class*=wp-image-]\":false},[\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-caption .wp-caption-text\":false},[\"margin:.8075em 0\"]],[false,{\".wp-caption-text\":false},[\"text-align:center\"]],[true,{\"::selection\":true},[\"color:#fff\",\"background:#0274be\"]],[true,{\"body\":true},[\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\"]],[true,{\"body:not(.logged-in)\":true},[\"position:relative\"]],[false,{\"#page\":false},[\"position:relative\"]],[true,{\"a\":true,\"a:focus\":true},[\"text-decoration:none\"]],[true,{\".secondary a *\":false,\".site-footer a *\":true,\".site-header a *\":false,\"a\":true},[\"transition:all .2s linear\"]],[false,{\".capitalize\":false},[\"text-transform:uppercase\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"vertical-align:middle\"]],[false,{\".entry-content h1\":false,\".entry-content h2\":false,\".entry-content h3\":false,\".entry-content h4\":false,\".entry-content h5\":false,\".entry-content h6\":false},[\"margin-bottom:20px\"]],[true,{\"p\":true},[\"margin-bottom:1.75em\"]],[false,{\"blockquote\":false},[\"margin:1.5em 1em 1.5em 3em\",\"font-size:1.1em\",\"line-height:inherit\",\"position:relative\"]],[true,{\".ast-button\":false,\".button\":false,\"input[type=button]\":true,\"input[type=submit]\":true},[\"border-radius:0\",\"padding:18px 30px\",\"border:0\",\"box-shadow:none\",\"text-shadow:none\"]],[true,{\".ast-button:hover\":false,\".button:hover\":false,\"input[type=button]:hover\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"box-shadow:none\"]],[false,{\".site-title\":false},[\"font-weight:400\"]],[false,{\".site-description\":false,\".site-title\":false},[\"margin-bottom:0\"]],[false,{\".site-description a\":false,\".site-description:focus a\":false,\".site-description:hover a\":false,\".site-title a\":false,\".site-title:focus a\":false,\".site-title:hover a\":false},[\"transition:all .2s linear\"]],[false,{\".site-title a\":false,\".site-title a:focus\":false,\".site-title a:hover\":false,\".site-title a:visited\":false},[\"color:#222\"]],[false,{\".site-description a\":false,\".site-description a:focus\":false,\".site-description a:hover\":false,\".site-description a:visited\":false},[\"color:#999\"]],[false,{\".search-form .search-field\":false},[\"outline:0\"]],[false,{\".ast-search-menu-icon\":false},[\"position:relative\",\"z-index:3\"]],[false,{\".site .skip-link\":false},[\"background-color:#f1f1f1\",\"box-shadow:0 0 1px 1px rgba(0,0,0,.2)\",\"color:#21759b\",\"display:block\",\"font-family:Montserrat,\\\"Helvetica Neue\\\",sans-serif\",\"font-size:14px\",\"font-weight:700\",\"left:-9999em\",\"outline:0\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"text-transform:none\",\"top:-9999em\"]],[false,{\".site .skip-link:focus\":false},[\"clip:auto\",\"height:auto\",\"left:6px\",\"top:7px\",\"width:auto\",\"z-index:100000\",\"outline:thin dotted\"]],[false,{\".logged-in .site .skip-link\":false},[\"box-shadow:0 0 2px 2px rgba(0,0,0,.2)\",\"font-family:\\\"Open Sans\\\",sans-serif\"]],[true,{\"input\":true,\"select\":false},[\"line-height:1\"]],[true,{\".ast-button\":false,\".ast-custom-button\":false,\"body\":true,\"button\":false,\"input[type=button]\":true,\"input[type=submit]\":true,\"textarea\":false},[\"line-height:1.8571428571429\"]],[false,{\".site-title a\":false},[\"line-height:1.2\"]],[false,{\".site-header .site-description\":false},[\"line-height:1.5\"]],[false,{\".ast-single-post .entry-title\":false,\".ast-single-post .entry-title a\":false},[\"line-height:1.2\"]],[false,{\".entry-title\":false,\".entry-title a\":false},[\"font-weight:400\"]],[false,{\".ast-oembed-container\":false},[\"position:relative\",\"padding-top:56.25%\",\"height:0\",\"height:auto\",\"overflow:hidden\",\"max-width:100%\"]],[false,{\".ast-oembed-container embed\":false,\".ast-oembed-container amp-iframe\":false,\".ast-oembed-container amp-google-document-embed\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\"body .ast-oembed-container *\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\".ast-hidden:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[true,{\"body\":true},[\"background-color:#fff\"]],[false,{\"#page\":false},[\"display:block\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"width:100%\"]],[false,{\"#primary\":false},[\"margin:4em 0\"]],[false,{\".ast-separate-container\":false},[\"background-color:#f5f5f5\"]],[false,{\".ast-separate-container #primary\":false},[\"padding:4em 0\",\"margin:0\",\"border:0\"]],[false,{\".ast-separate-container .site-main>.ast-row\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false},[\"background-color:#fff\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"border-bottom:1px solid #eee\",\"margin:0\",\"padding:5.34em 6.67em\"]],[false,{\".ast-separate-container .blog-layout-1\":false},[\"padding:0\",\"border-bottom:0\"]],[false,{\".ast-separate-container .ast-article-single\":false},[\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (min-width:993px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"margin:4em 0\",\"padding:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:60px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:30px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:30px\"]],[false,\"}\"],[false,{\".ast-search-icon .astra-search-icon\":false},[\"font-size:1.3em\"]],[false,{\".main-navigation\":false},[\"height:100%\",\"-js-display:inline-flex\",\"display:inline-flex\"]],[false,{\".main-navigation ul\":false},[\"list-style:none\",\"margin:0\",\"padding-left:0\",\"position:relative\"]],[false,{\".main-header-menu .menu-link\":false,\".main-header-menu>a\":false},[\"text-decoration:none\",\"padding:0 1em\",\"display:inline-block\",\"transition:all .2s linear\"]],[false,{\".main-header-menu .menu-item\":false},[\"position:relative\"]],[false,{\".main-header-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .menu-item:hover>.sub-menu\":false},[\"right:auto\",\"left:0\"]],[false,{\".main-header-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"right:0\",\"left:auto\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu\":false},[\"width:240px\",\"background:#fff\",\"left:-999em\",\"position:absolute\",\"top:100%\",\"z-index:99999\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:100%\",\"right:auto\"]],[false,{\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu .menu-link\":false},[\"padding:.9em 1em\",\"display:block\",\"word-wrap:break-word\"]],[false,{\".main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:none\"]],[false,{\"#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow svg\":false},[\"position:absolute\",\"right:.6em\",\"top:50%\",\"transform:translate(0,-50%) rotate(270deg)\"]],[false,{\".main-header-menu .sub-menu .sub-menu\":false},[\"top:0\"]],[false,{\".submenu-with-border .sub-menu\":false},[\"border-width:1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .menu-link\":false},[\"border-width:0 0 1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .sub-menu\":false},[\"top:-1px\"]],[false,{\".ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link\":false},[\"border-bottom-width:0\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"padding-left:0\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type\":false},[\"margin-right:5px\"]],[false,{\".ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:inline\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:50px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-header-break-point .main-header-menu\":false},[\"background-color:#f9f9f9\",\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-header-break-point .dropdown-menu-toggle\":false},[\"display:none\"]],[false,{\".ast-mobile-menu-buttons\":false},[\"display:none\"]],[false,{\".ast-button-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap button\":false},[\"box-shadow:none\",\"border:none\"]],[false,{\".ast-button-wrap .menu-toggle\":false},[\"padding:0\",\"width:2.2em\",\"height:2.1em\",\"font-size:1.5em\",\"font-weight:400\",\"border-radius:2px\",\"border-radius:2px\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"vertical-align:middle\",\"line-height:1.8571428571429\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:0 .5em\",\"width:auto\",\"text-align:center\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu\":false},[\"font-size:15px\",\"font-size:1rem\",\"font-weight:600\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon\":false},[\"font-style:normal\",\"display:inline-block\",\"vertical-align:middle\",\"line-height:2.05\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5d2\\\"\",\"font-family:Astra\",\"text-decoration:inherit\"]],[false,{\".ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5cd\\\"\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(1)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2)\":false},[\"display:block\"]],[false,{\".ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap .menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".header-main-layout-1 .ast-main-header-bar-alignment\":false},[\"margin-left:auto\"]],[false,{\".site-navigation\":false},[\"height:100%\"]],[false,{\".site-header .menu-link *\":false},[\"transition:none\"]],[false,{\".ast-icon.icon-arrow svg\":false},[\"height:.6em\",\"width:.6em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".ast-icon.icon-search svg\":false},[\"height:1em\",\"width:.9em\",\"margin-top:3px\",\"margin-right:2px\"]],[false,{\".ast-header-break-point .user-select\":false},[\"clear:both\"]],[false,{\".ast-header-break-point .ast-mobile-menu-buttons\":false},[\"display:block\",\"align-self:center\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"flex:auto\"]],[false,{\".ast-header-break-point .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"flex:auto\",\"order:4\"]],[false,{\".ast-header-break-point .ast-icon.icon-arrow svg\":false},[\"height:.85em\",\"width:.95em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".site-main .comment-navigation\":false,\".site-main .post-navigation\":false,\".site-main .posts-navigation\":false},[\"margin:0 0 1.5em\",\"overflow:hidden\"]],[false,{\".comment-navigation .nav-next\":false,\".comment-navigation .nav-previous\":false,\".post-navigation .nav-next\":false,\".post-navigation .nav-previous\":false,\".posts-navigation .nav-next\":false,\".posts-navigation .nav-previous\":false},[\"width:50%\",\"display:inline-block\"]],[false,{\".comment-navigation .nav-next\":false,\".post-navigation .nav-next\":false,\".posts-navigation .nav-next\":false},[\"text-align:right\"]],[false,{\".ast-icon svg\":false},[\"fill:currentColor\"]],[false,{\".post-navigation a\":false},[\"background:0 0\",\"font-size:16px\",\"font-size:1.06666rem\",\"padding:0 1.5em\",\"height:2.33333em\",\"line-height:calc(2.33333em - 3px)\"]],[true,{\".sticky\":true},[\"display:block\"]],[false,{\".hentry\":false},[\"margin:0 0 1.5em\"]],[false,{\".byline\":false,\".updated:not(.published)\":false},[\"display:none\"]],[false,{\".group-blog .byline\":false,\".single .byline\":false},[\"display:inline\"]],[false,{\".page-links\":false},[\"clear:both\",\"margin-top:1em\"]],[false,{\".page-links a\":false},[\"display:inline-block\"]],[false,{\".page-links a .page-link\":false},[\"border-color:#eaeaea\",\"background:0 0\"]],[false,{\".page-links .page-link\":false},[\"padding:0\",\"margin:0 0 .3em .3em\",\"border:2px solid #eaeaea\",\"color:#000\",\"background:0 0\",\"font-size:.8em\",\"width:2.5em\",\"height:2.5em\",\"line-height:calc(2.5em - 4px)\",\"display:inline-block\",\"text-align:center\",\"transition:all .2s linear\"]],[false,{\".page-links .page-link:focus\":false,\".page-links .page-link:hover\":false},[\"color:#000\"]],[false,\"@media (max-width:768px){\"],[false,{\".page-links .page-link\":false},[\"margin-bottom:6px\"]],[false,\"}\"],[true,{\".entry-content>:last-child\":false,\".entry-summary>:last-child\":false,\".page-content>:last-child\":true},[\"margin-bottom:0\"]],[false,{\".bypostauthor\":false},[\"display:block\"]],[false,{\".ast-no-sidebar .entry-content .alignfull\":false},[\"margin-left:calc(-50vw + 50%)\",\"margin-right:calc(-50vw + 50%)\",\"max-width:100vw\",\"width:100vw\"]],[false,{\".ast-no-sidebar .entry-content .alignfull .alignfull\":false,\".ast-no-sidebar .entry-content .alignfull .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .alignwide\":false},[\"margin-left:calc(-41vw + 50%)\",\"margin-right:calc(-41vw + 50%)\",\"max-width:unset\",\"width:unset\"]],[false,{\".ast-no-sidebar .entry-content .alignwide .alignfull\":false,\".ast-no-sidebar .entry-content .alignwide .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .wp-block-column .alignfull\":false,\".ast-no-sidebar .entry-content .wp-block-column .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:100%\"]],[false,{\".blocks-gallery-grid\":false,\".wp-block-gallery\":false},[\"margin:0\"]],[false,{\".wp-block-separator\":false},[\"max-width:100px\"]],[false,{\".wp-block-separator.is-style-dots\":false,\".wp-block-separator.is-style-wide\":false},[\"max-width:none\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:10px\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:10px\"]],[false,\"@media (max-width:782px){\"],[false,{\".entry-content .wp-block-columns .wp-block-column\":false},[\"flex-basis:100%\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:0\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:0\"]],[false,\"}\"],[true,{\"body\":true},[\"overflow-x:hidden\"]],[false,{\"body .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\"body .entry-content .wp-block-latest-posts li\":false},[\"list-style:none\"]],[false,{\".ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\".ast-header-break-point .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content .blocks-gallery-item amp-img\":false,\".entry-content .blocks-gallery-item amp-anim\":false},[\"margin-bottom:auto\"]],[false,{\".wp-block-pullquote\":false},[\"border-top:4px solid #555d66\",\"border-bottom:4px solid #555d66\",\"color:#40464d\"]],[false,{\".widget-title\":false},[\"font-weight:400\",\"margin-bottom:1em\",\"line-height:1.5\"]],[false,{\".widget\":false},[\"margin:0 0 2.8em 0\"]],[false,{\".widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".widget select\":false},[\"max-width:100%\"]],[false,{\".widget ul\":false},[\"margin:0\",\"list-style-type:none\"]],[false,{\".no-widget-text\":false},[\"margin-bottom:0\"]],[false,{\".widget_nav_menu ul ul.sub-menu\":false},[\"margin-top:.25em\"]],[false,{\".widget_nav_menu ul ul.sub-menu li\":false},[\"padding-left:20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu a:after\":false},[\"left:-20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul ul a:after\":false},[\"left:-60px\"]],[false,{\".widget_nav_menu li\":false},[\"transition:all .2s linear\"]],[false,{\".widget_search .search-form\":false},[\"position:relative\",\"padding:0\",\"background:initial\",\"color:inherit\"]],[false,{\".widget_search .search-form>label\":false},[\"position:relative\"]],[false,{\".widget_search .search-form i\":false},[\"color:#3a3a3a\"]],[false,{\".widget_search .search-form button\":false},[\"position:absolute\",\"top:0\",\"right:15px\",\"border:none\",\"padding:0\",\"cursor:pointer\",\"background:0 0\"]],[false,{\".widget_search .search-form input[type=submit]\":false,\".widget_search .search-form input[type=submit]:focus\":false,\".widget_search .search-form input[type=submit]:hover\":false},[\"padding:13px 20px\",\"border-radius:2px\",\"border:none\",\"top:0\",\"right:0\",\"position:absolute\",\"color:transparent\",\"background:0 0\",\"max-width:45px\",\"z-index:2\"]],[false,{\".widget_search .search-form .search-field\":false},[\"background:#fafafa\",\"border-width:1px\",\"border-color:#eaeaea\",\"border-radius:2px\"]],[false,{\".widget_search .search-field\":false,\".widget_search .search-field:focus\":false},[\"width:100%\",\"padding:16px 45px 16px 15px\"]],[false,{\".widget_archive ul.children\":false,\".widget_categories ul.children\":false,\".widget_pages ul.children\":false},[\"position:relative\",\"margin-top:5px\",\"width:100%\"]],[false,{\".widget_archive ul.children li\":false,\".widget_categories ul.children li\":false,\".widget_pages ul.children li\":false},[\"padding-left:20px\"]],[false,{\".widget_archive li ul.children a:after\":false,\".widget_categories li ul.children a:after\":false,\".widget_pages li ul.children a:after\":false},[\"left:-20px\"]],[false,{\".widget_archive li ul.children ul a:after\":false,\".widget_categories li ul.children ul a:after\":false,\".widget_pages li ul.children ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_tag_cloud .tagcloud\":false},[\"margin-top:10px\",\"display:inline-block\"]],[false,{\".widget_tag_cloud .tagcloud a\":false},[\"border:1px solid #e2e2e2\",\"padding:.5em .9em\",\"display:inline-block\",\"margin-bottom:4px\",\"font-size:14px\",\"margin-right:4px\",\"line-height:1.5\",\"transition:all .2s linear\"]],[false,{\".widget_calendar table\":false,\".widget_calendar td\":false,\".widget_calendar th\":false},[\"padding:0\",\"text-align:center\"]],[false,{\".widget_calendar table\":false,\".widget_calendar th\":false},[\"border:none\"]],[false,{\".widget_calendar td\":false},[\"border-right:none\",\"border-left:none\"]],[false,{\".widget_calendar caption\":false},[\"line-height:2.7em\"]],[false,{\".widget_calendar thead\":false},[\"line-height:2.5em\"]],[false,{\".widget_calendar thead a\":false},[\"color:#0274be\",\"font-size:1rem\",\"vertical-align:middle\"]],[false,{\".widget_calendar thead td\":false},[\"vertical-align:middle\",\"font-weight:700\"]],[false,{\".widget_calendar thead>tr>th\":false},[\"line-height:2.5em\",\"border-bottom:2px solid #eaeaea\",\"border-top:2px solid #eaeaea\"]],[false,{\".widget_calendar tbody\":false},[\"line-height:2.1em\",\"text-align:center\"]],[false,{\".widget_calendar tbody>tr>td\":false},[\"width:14.2857%\"]],[false,{\".widget_calendar tbody>tr:first-child>td\":false},[\"padding-top:3px\"]],[false,{\".widget_calendar #today\":false},[\"background:#0274be\"]],[false,{\".ast-builder-grid-row\":false},[\"display:grid\",\"grid-template-columns:auto auto\",\"align-items:center\",\"grid-column-gap:20px\",\"overflow-wrap:anywhere\"]],[false,{\".ast-builder-grid-row>.site-header-section\":false},[\"flex-wrap:nowrap\"]],[false,{\".ast-builder-footer-grid-columns\":false},[\"grid-column-gap:50px\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout\":false},[\"grid-template-columns:1fr auto 1fr\"]],[false,{\".ast-builder-layout-element\":false},[\"align-items:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only\":false},[\"-js-display:flex\",\"display:flex\",\"height:100%\",\"justify-content:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center\":false},[\"flex-grow:1\"]],[false,{\".site-header-section\":false},[\"height:100%\",\"min-height:0\",\"align-items:center\"]],[false,{\".site-header-section .ast-main-header-bar-alignment\":false},[\"height:100%\"]],[false,{\".site-header-section>*\":false},[\"padding:0 10px\"]],[false,{\".site-header-section>div:first-child\":false},[\"padding-left:0\"]],[false,{\".site-header-section>div:last-child\":false},[\"padding-right:0\"]],[false,{\".site-header-section .ast-builder-menu\":false},[\"align-items:center\"]],[false,{\".ast-builder-layout-element.ast-header-search\":false},[\"height:auto\"]],[false,{\".ast-grid-right-center-section\":false},[\"justify-content:flex-start\",\"flex-grow:1\"]],[false,{\".ast-grid-right-section\":false},[\"justify-content:flex-end\"]],[false,{\".ast-grid-right-section .ast-site-identity>:first-child\":false},[\"text-align:right\"]],[false,{\".ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child\":false},[\"text-align:left\"]],[false,{\".ast-grid-left-center-section\":false},[\"justify-content:flex-end\",\"flex-grow:1\"]],[false,{\".ast-logo-title-inline .ast-site-identity\":false},[\"padding:1em 0\",\"-js-display:inline-flex\",\"display:inline-flex\",\"vertical-align:middle\",\"align-items:center\",\"transition:all .2s linear\"]],[false,{\".ast-grid-section-center\":false},[\"justify-content:center\"]],[false,{\".ast-grid-section-center .ast-site-identity>:first-child\":false},[\"text-align:center\"]],[false,{\".ast-builder-social-element\":false},[\"line-height:1\",\"color:#3a3a3a\",\"background:0 0\",\"vertical-align:middle\",\"transition:all 10ms\",\"margin-left:6px\",\"margin-right:6px\",\"justify-content:center\",\"align-items:center\"]],[false,{\".ast-builder-social-element:hover\":false},[\"color:#0274be\"]],[false,{\".ast-builder-social-element .social-item-label\":false},[\"padding-left:6px\"]],[false,{\".ast-social-stack-desktop .ast-builder-social-element\":false,\".ast-social-stack-mobile .ast-builder-social-element\":false,\".ast-social-stack-tablet .ast-builder-social-element\":false},[\"margin-top:6px\",\"margin-bottom:6px\"]],[false,{\".ahfb-svg-iconset\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ahfb-svg-iconset svg\":false},[\"width:17px\",\"height:17px\",\"transition:none\"]],[false,{\".ahfb-svg-iconset svg>*\":false},[\"transition:none\"]],[false,{\".ast-footer-copyright p\":false},[\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-container\":false},[\"display:grid\",\"align-content:center\"]],[false,{\".main-header-bar .main-header-bar-navigation\":false},[\"height:100%\"]],[false,{\".ast-nav-menu .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".ast-builder-menu .main-navigation\":false},[\"padding:0\"]],[false,{\".ast-builder-menu .main-navigation>ul\":false},[\"align-self:center\"]],[false,{\".ast-footer-copyright\":false,\".ast-footer-social-wrap\":false,\".site-footer-focus-item\":false},[\"width:100%\"]],[false,{\"#astra-footer-menu\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\"#astra-footer-menu>ul\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\".ast-header-break-point #ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:0\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false,\".ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .ast-nav-menu .sub-menu\":false},[\"line-height:3\"]],[false,{\".site-footer-section\":false},[\"justify-content:center\"]],[false,{\".site-footer-section>*\":false},[\"margin-bottom:10px\"]],[false,{\".site-footer-section>:last-child\":false},[\"margin-bottom:0\"]],[false,{\".site-primary-footer-wrap\":false},[\"padding-top:45px\",\"padding-bottom:45px\"]],[false,{\".site-above-footer-wrap\":false,\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".ast-hfb-header.ast-header-break-point .main-header-bar-navigation\":false},[\"width:100%\",\"margin:0\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-mobile-svg\":false},[\"display:none\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-close-svg\":false},[\"display:block\"]],[false,{\".menu-toggle .ast-close-svg\":false},[\"display:none\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"-js-display:flex\",\"display:flex\",\"align-items:center\",\"width:auto\",\"height:auto\"]],[false,{\".menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:.5em\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-search-menu-icon.ast-inline-search .search-field\":false},[\"width:100%\",\"padding:.6em\",\"padding-right:5.5em\"]],[false,\"@media (min-width:769px){\"],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li\":false},[\"margin:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:first-child a\":false},[\"padding-left:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:last-child a\":false},[\"padding-right:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu a\":false},[\"padding:0 .5em\"]],[false,\"}\"],[false,{\".site-header\":false},[\"z-index:99\",\"position:relative\"]],[false,{\".main-header-container\":false},[\"position:relative\"]],[false,{\".main-header-bar-wrap\":false},[\"position:relative\"]],[false,{\".main-header-bar\":false},[\"background-color:#fff\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border:0\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".main-header-bar\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-desktop .main-header-menu.ast-menu-shadow .sub-menu\":false},[\"box-shadow:0 4px 10px -2px rgba(0,0,0,.1)\"]],[false,{\".ast-header-custom-item-inside .button-custom-menu-item .menu-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item\":false},[\"padding-left:0\",\"padding-right:0\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link\":false},[\"display:block\"]],[false,{\".site-branding\":false},[\"line-height:1\",\"align-self:center\"]],[false,{\".ast-menu-toggle\":false},[\"display:none\",\"background:0 0\",\"color:inherit\",\"border-style:dotted\",\"border-color:transparent\"]],[false,{\".ast-menu-toggle:focus\":false,\".ast-menu-toggle:hover\":false},[\"background:0 0\",\"border-color:inherit\",\"color:inherit\"]],[false,{\".ast-menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".ast-main-header-nav-open .main-header-bar\":false},[\"padding-bottom:0\"]],[false,{\".main-header-bar\":false},[\"z-index:4\",\"position:relative\"]],[false,{\".main-header-bar .main-header-bar-navigation:empty\":false},[\"padding:0\"]],[false,{\".main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after\":false},[\"line-height:normal\"]],[false,{\".custom-mobile-logo-link\":false},[\"display:none\"]],[false,{\".ast-site-identity\":false},[\"padding:1em 0\"]],[false,{\".ast-header-break-point .site-header .main-header-bar-wrap .site-branding\":false},[\"flex:1\",\"align-self:center\"]],[false,{\".ast-header-break-point .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"display:block\",\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-header-break-point .main-navigation .stack-on-mobile li\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-header-break-point .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-header-break-point .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".ast-header-break-point .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-header-break-point .ast-builder-menu\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile\":false},[\"flex-wrap:wrap\"]],[false,{\".ast-desktop .main-header-menu>.menu-item .sub-menu:before\":false},[\"position:absolute\",\"content:\\\"\\\"\",\"top:0\",\"left:0\",\"width:100%\",\"transform:translateY(-100%)\"]],[true,{\"input[type=email]\":true,\"input[type=number]\":true,\"input[type=password]\":true,\"input[type=reset]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"select\":false,\"textarea\":false},[\"color:#666\",\"padding:.75em\",\"height:auto\",\"border-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#fafafa\",\"box-shadow:none\",\"box-sizing:border-box\",\"transition:all .2s linear\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=reset]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"select:focus\":false,\"textarea:focus\":false},[\"background-color:#fff\",\"border-color:#eaeaea\",\"box-shadow:none\"]],[true,{\"input[type=button]\":true,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[false,{\"textarea\":false},[\"width:100%\"]],[true,{\"input[type=search]:focus\":true},[\"outline:thin dotted\"]],[true,{\"input[type=range]\":true},[\"-webkit-appearance:none\",\"width:100%\",\"margin:5.7px 0\",\"padding:0\",\"border:none\"]],[true,{\"input[type=range]:focus\":true},[\"outline:0\"]],[true,{\"input[type=range]::-webkit-slider-runnable-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-webkit-slider-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\",\"-webkit-appearance:none\",\"margin-top:-5.7px\"]],[true,{\"input[type=range]:focus::-webkit-slider-runnable-track\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]::-moz-range-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-moz-range-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]::-ms-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"background:0 0\",\"border-color:transparent\",\"color:transparent\"]],[true,{\"input[type=range]::-ms-fill-lower\":true},[\"background:rgba(199,199,199,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"height:8.6px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]:focus::-ms-fill-lower\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]:focus::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=color]\":true},[\"border:none\",\"width:100px\",\"padding:0\",\"height:30px\",\"cursor:pointer\"]],[true,{\"input[type=color]::-webkit-color-swatch-wrapper\":true},[\"padding:0\",\"border:none\"]],[true,{\"input[type=color]::-webkit-color-swatch\":true},[\"border:none\"]],[false,{\".page .entry-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".search .entry-header\":false},[\"margin-bottom:1em\"]],[false,{\".ast-single-post .entry-header.ast-header-without-markup\":false,\".ast-single-post .entry-header.ast-no-title.ast-no-thumbnail\":false},[\"margin-bottom:0\"]],[false,{\".entry-header\":false},[\"margin-bottom:1em\",\"word-wrap:break-word\"]],[false,{\".entry-header+.ast-blog-featured-section\":false},[\"margin-top:.5em\"]],[false,{\".entry-content\":false},[\"word-wrap:break-word\"]],[false,{\".entry-content p\":false},[\"margin-bottom:1.6em\"]],[false,{\".read-more\":false},[\"margin-bottom:0\"]],[false,{\".read-more .ast-right-arrow\":false},[\"font-size:1em\"]],[false,{\".ast-no-thumb .ast-blog-featured-section\":false},[\"margin-bottom:0\"]],[false,{\".ast-no-thumb .entry-header+.ast-blog-featured-section\":false},[\"margin-top:0\"]],[false,{\".ast-blog-featured-section\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header .page-title\":false},[\"margin-bottom:0\"]],[false,{\".archive .entry-title\":false,\".blog .entry-title\":false,\".search .entry-title\":false},[\"line-height:1.3\"]],[false,{\".archive .format-aside .entry-title\":false,\".archive .format-status .entry-title\":false,\".blog .format-aside .entry-title\":false,\".blog .format-status .entry-title\":false},[\"display:none\"]],[false,{\".page-title\":false},[\"margin-bottom:1em\",\"font-weight:400\"]],[false,{\".entry-title\":false},[\"margin-bottom:.2em\"]],[false,{\".ast-article-post\":false},[\"margin-bottom:2.5em\"]],[false,{\".ast-article-post:last-child\":false},[\"margin-bottom:0\",\"border-bottom:0\"]],[false,{\".search .site-content .content-area .search-form\":false},[\"margin-bottom:3em\"]],[false,{\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\",\"position:relative\"]],[false,{\".blog .posted-on\":false},[\"z-index:1\"]],[false,{\".ast-blog-featured-section .posted-on\":false},[\"width:5.714285714em\",\"height:5.714285714em\",\"padding:.7em\"]],[false,{\".ast-blog-featured-section .posted-on .date-month\":false,\".ast-blog-featured-section .posted-on .date-year\":false},[\"font-size:.8571428571em\",\"line-height:1em\"]],[false,{\".ast-blog-featured-section .posted-on .date-day\":false},[\"font-size:2.5em\",\"line-height:.9em\",\"font-weight:900\",\"margin:.1em 0\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"border-radius:50%\",\"margin:0 0 0 20px\"]],[false,{\".ast-archive-description\":false},[\"margin-bottom:2.5em\",\"padding-bottom:1.3333em\",\"border-bottom:1px solid #eee\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"margin-bottom:4px\",\"font-size:40px\",\"font-size:2.85714rem\",\"font-weight:300\"]],[false,{\".ast-archive-description p\":false},[\"margin-bottom:0\",\"font-size:20px\",\"font-size:1.42857rem\",\"line-height:1.65\",\"font-weight:300\"]],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"background-color:#eee\",\"padding-bottom:0\",\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"padding:2.14em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"margin:0\",\"padding:5em 6.67em 3.33333em\"]],[false,\"}\"],[false,{\".single .entry-header\":false},[\"margin-bottom:2em\"]],[false,{\".single .post-navigation\":false},[\"margin:0\",\"padding:2em 0 0\",\"border-top:1px solid #eee\"]],[false,\"@media (max-width:768px){\"],[false,{\".single .post-navigation\":false},[\"padding-top:1.5em\"]],[false,\"}\"],[false,{\".single .post-navigation a\":false},[\"margin:2px\",\"display:inline-block\",\"text-align:center\",\"color:#000\"]],[false,\"@media (min-width:421px){\"],[false,{\".single .post-navigation .nav-links\":false},[\"-js-display:flex\",\"display:flex\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"flex:auto\"]],[false,\"}\"],[false,\"@media (max-width:420px){\"],[false,{\".single .post-navigation .ast-left-arrow\":false,\".single .post-navigation .ast-right-arrow\":false},[\"display:none\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-next a\":false,\".single .post-navigation .nav-previous a\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-previous\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".single .entry-header .ast-single-post-order+.post-thumb amp-img\":false,\".single .entry-header .ast-single-post-order+.post-thumb amp-anim\":false},[\"margin-top:2em\",\"margin-bottom:0\"]],[false,{\".single .entry-header.ast-no-title .post-thumb+.ast-single-post-order\":false},[\"margin-top:0\"]],[false,{\".single .entry-header .post-thumb+.ast-single-post-order\":false},[\"margin-top:2em\"]],[false,{\".single .entry-header .post-thumb amp-img\":false,\".single .entry-header .post-thumb amp-anim\":false},[\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".page .has-post-thumbnail .post-thumb amp-img\":false,\".page .has-post-thumbnail .post-thumb amp-anim\":false},[\"margin-bottom:1.5em\"]],[false,{\".post-password-form\":false},[\"text-align:center\"]],[false,\"@media (max-width:420px){\"],[false,{\".post-password-form input[type=password]\":false},[\"display:block\",\"margin:10px auto\"]],[false,\"}\"],[false,{\".post-password-form input[type=submit]\":false},[\"padding:10px 20px\",\"border-radius:2px\"]],[false,{\".ast-separate-container .post-navigation\":false},[\"border-top:0\",\"padding-left:3.33333em\",\"padding-right:3.33333em\"]],[false,\"@media (max-width:420px){\"],[false,{\".ast-separate-container .post-navigation\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .entry-header\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".ast-404-layout-1\":false},[\"text-align:center\",\"margin:4em auto\"]],[false,{\".ast-404-layout-1 .page-sub-title\":false},[\"font-size:1.5rem\",\"font-weight:700\"]],[false,{\".ast-404-layout-1 .widget_search\":false},[\"padding-top:.5em\"]],[false,{\".ast-404-search\":false},[\"margin-top:1.5em\"]],[false,{\".ast-404-search .widget_search\":false},[\"max-width:370px\",\"margin:0 auto\"]],[false,{\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false},[\"background-color:#fff\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 2.14em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 1em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:5.34em 6.67em\"]],[false,\"}\"],[false,{\".blog-layout-1\":false},[\"width:100%\",\"display:inline-block\",\"padding-bottom:2em\",\"vertical-align:middle\",\"border-bottom:1px solid #eee\"]],[false,{\".blog-layout-1 .posted-on\":false},[\"left:0\"]],[false,{\".blog-layout-1 .post-content\":false,\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-flex\":false},[\"-js-display:flex\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".ast-flex-1\":false},[\"flex:1\"]],[false,{\".ast-inline-flex\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-items:center\",\"flex-wrap:wrap\",\"align-content:center\"]],[false,{\".ast-justify-content-flex-start\":false},[\"justify-content:flex-start\"]],[false,{\".ast-justify-content-flex-end\":false},[\"justify-content:flex-end\"]],[false,{\".ast-justify-content-center\":false},[\"justify-content:center\"]],[false,{\".ast-justify-content-space-between\":false},[\"justify-content:space-between\"]],[false,{\".ast-justify-content-space-around\":false},[\"justify-content:space-around\"]],[false,{\".ast-align-content-flex-start\":false},[\"align-content:flex-start\"]],[false,{\".ast-align-content-flex-end\":false},[\"align-content:flex-end\"]],[false,{\".ast-align-content-center\":false},[\"align-content:center\"]],[false,{\".ast-align-content-space-between\":false},[\"align-content:space-between\"]],[false,{\".ast-align-content-space-around\":false},[\"align-content:space-around\"]],[false,{\".ast-align-content-stretch\":false},[\"align-content:stretch\"]],[false,{\".ast-flex-grow-1\":false},[\"flex-grow:1\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":49393,\"final_size\":2482,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"astra-theme-css-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}.ast-pagination .next.page-numbers{display:inherit;float:none;}.ast-pagination a{color:var(--ast-global-color-0);}.ast-pagination a:hover, .ast-pagination a:focus, .ast-pagination > span:hover:not(.dots), .ast-pagination > span.current{color:var(--ast-global-color-1);}.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {padding: 0 1.5em;height: 2.33333em;line-height: calc(2.33333em - 3px);}.ast-pagination {display: inline-block;width: 100%;padding-top: 2em;text-align: center;}.ast-pagination .page-numbers {display: inline-block;width: 2.33333em;height: 2.33333em;font-size: 16px;font-size: 1.06666rem;line-height: calc(2.33333em - 3px);}.ast-pagination .nav-links {display: inline-block;width: 100%;}@media (max-width: 420px) {.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {width: 100%;text-align: center;margin: 0;}.ast-pagination-circle .ast-pagination .next.page-numbers,.ast-pagination-square .ast-pagination .next.page-numbers{margin-top: 10px;}.ast-pagination-circle .ast-pagination .prev.page-numbers,.ast-pagination-square .ast-pagination .prev.page-numbers{margin-bottom: 10px;}}.ast-pagination .prev,.ast-pagination .prev:visited,.ast-pagination .prev:focus,.ast-pagination .next,.ast-pagination .next:visited,.ast-pagination .next:focus {display: inline-block;width: auto;}.ast-page-builder-template .ast-pagination {padding: 2em;}@media (min-width: 993px) {.ast-pagination {padding-left: 3.33333em;padding-right: 3.33333em;}}.ast-pagination .prev.page-numbers {float: left;}.ast-pagination .next.page-numbers {float: right;}@media (max-width: 768px) {.ast-pagination .next.page-numbers .page-navigation {padding-right: 0;}}\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}.ast-pagination .next.page-numbers{display:inherit;float:none;}.ast-pagination a{color:var(--ast-global-color-0);}.ast-pagination a:hover, .ast-pagination a:focus, .ast-pagination > span:hover:not(.dots), .ast-pagination > span.current{color:var(--ast-global-color-1);}.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {padding: 0 1.5em;height: 2.33333em;line-height: calc(2.33333em - 3px);}.ast-pagination {display: inline-block;width: 100%;padding-top: 2em;text-align: center;}.ast-pagination .page-numbers {display: inline-block;width: 2.33333em;height: 2.33333em;font-size: 16px;font-size: 1.06666rem;line-height: calc(2.33333em - 3px);}.ast-pagination .nav-links {display: inline-block;width: 100%;}@media (max-width: 420px) {.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {width: 100%;text-align: center;margin: 0;}.ast-pagination-circle .ast-pagination .next.page-numbers,.ast-pagination-square .ast-pagination .next.page-numbers{margin-top: 10px;}.ast-pagination-circle .ast-pagination .prev.page-numbers,.ast-pagination-square .ast-pagination .prev.page-numbers{margin-bottom: 10px;}}.ast-pagination .prev,.ast-pagination .prev:visited,.ast-pagination .prev:focus,.ast-pagination .next,.ast-pagination .next:visited,.ast-pagination .next:focus {display: inline-block;width: auto;}.ast-page-builder-template .ast-pagination {padding: 2em;}@media (min-width: 993px) {.ast-pagination {padding-left: 3.33333em;padding-right: 3.33333em;}}.ast-pagination .prev.page-numbers {float: left;}.ast-pagination .next.page-numbers {float: right;}@media (max-width: 768px) {.ast-pagination .next.page-numbers .page-navigation {padding-right: 0;}}\",\"handle\":\"astra-theme-css\"}],\"priority\":2,\"hash\":\"9a54c20a107e812616f09a4e470e4330\",\"parse_time\":0.09262895584106445,\"shake_time\":0.0007569789886474609,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html\":true},[\"font-size:93.75%\"]],[true,{\"a\":true,\".page-title\":false},[\"color:var(--ast-global-color-0)\"]],[true,{\"a:hover\":true,\"a:focus\":true},[\"color:var(--ast-global-color-1)\"]],[true,{\"body\":true,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false,\".ast-button\":false,\".ast-custom-button\":false},[\"font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif\",\"font-weight:inherit\",\"font-size:15px\",\"font-size:1rem\"]],[false,{\"blockquote\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".site-title\":false},[\"font-size:35px\",\"font-size:2.3333333333333rem\",\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[false,{\".site-header .site-description\":false},[\"font-size:15px\",\"font-size:1rem\",\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:30px\",\"font-size:2rem\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:25px\",\"font-size:1.6666666666667rem\"]],[false,{\"h4\":false,\".entry-content h4\":false},[\"font-size:20px\",\"font-size:1.3333333333333rem\"]],[false,{\"h5\":false,\".entry-content h5\":false},[\"font-size:18px\",\"font-size:1.2rem\"]],[false,{\"h6\":false,\".entry-content h6\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"::selection\":true},[\"background-color:var(--ast-global-color-0)\",\"color:#fff\"]],[true,{\"body\":true,\"h1\":true,\".entry-title a\":false,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":false,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".tagcloud a:hover\":false,\".tagcloud a:focus\":false,\".tagcloud a.current-item\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\"]],[true,{\"input:focus\":true,\"input[type=\\\"text\\\"]:focus\":true,\"input[type=\\\"email\\\"]:focus\":true,\"input[type=\\\"url\\\"]:focus\":true,\"input[type=\\\"password\\\"]:focus\":true,\"input[type=\\\"reset\\\"]:focus\":true,\"input[type=\\\"search\\\"]:focus\":true,\"textarea:focus\":false},[\"border-color:var(--ast-global-color-0)\"]],[true,{\"input[type=\\\"radio\\\"]:checked\":true,\"input[type=reset]\":true,\"input[type=\\\"checkbox\\\"]:checked\":true,\"input[type=\\\"checkbox\\\"]:hover:checked\":true,\"input[type=\\\"checkbox\\\"]:focus:checked\":true,\"input[type=range]::-webkit-slider-thumb\":true},[\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"box-shadow:none\"]],[false,{\".site-footer a:hover + .post-count\":false,\".site-footer a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".single .nav-links .nav-previous\":false,\".single .nav-links .nav-next\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta\":false,\".entry-meta *\":false},[\"line-height:1.45\",\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta a:hover\":false,\".entry-meta a:hover *\":false,\".entry-meta a:focus\":false,\".entry-meta a:focus *\":false,\".page-links > .page-link\":false,\".page-links .page-link:hover\":false,\".post-navigation a:hover\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\"#cat option\":false,\".secondary .calendar_wrap thead a\":false,\".secondary .calendar_wrap thead a:visited\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".secondary .calendar_wrap #today\":false,\".ast-progress-val span\":false},[\"background:var(--ast-global-color-0)\"]],[false,{\".secondary a:hover + .post-count\":false,\".secondary a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".calendar_wrap #today > a\":false},[\"color:#fff\"]],[false,{\".page-links .page-link\":false,\".single .post-navigation a\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-archive-title\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".widget-title\":false},[\"font-size:21px\",\"font-size:1.4rem\",\"color:var(--ast-global-color-2)\"]],[false,{\"#secondary\":false,\"#secondary button\":false,\"#secondary input\":false,\"#secondary select\":false,\"#secondary textarea\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-content a\":false,\".ast-comment-content a:not(.ast-comment-edit-reply-wrap a)\":false},[\"text-decoration:underline\"]],[false,{\".ast-single-post .wp-block-button .wp-block-button__link\":false,\".ast-single-post .elementor-button-wrapper .elementor-button\":false,\".ast-single-post .entry-content .uagb-tab a\":false,\".ast-single-post .entry-content .uagb-ifb-cta a\":false,\".ast-single-post .entry-content .wp-block-uagb-buttons a\":false,\".ast-single-post .entry-content .uabb-module-content a\":false,\".ast-single-post .entry-content .uagb-post-grid a\":false,\".ast-single-post .entry-content .uagb-timeline a\":false,\".ast-single-post .entry-content .uagb-toc__wrap a\":false,\".ast-single-post .entry-content .uagb-taxomony-box a\":false,\".ast-single-post .entry-content .woocommerce a\":false},[\"text-decoration:none\"]],[false,{\".ast-logo-title-inline .site-logo-img\":false},[\"padding-right:1em\"]],[false,{\"#secondary\":false},[\"margin:4em 0 2.5em\",\"word-break:break-word\",\"line-height:2\"]],[false,{\"#secondary li\":false},[\"margin-bottom:.25em\"]],[false,{\"#secondary li:last-child\":false},[\"margin-bottom:0\"]],[false,\"@media (max-width: 768px){\"],[false,{\".js_active .ast-plain-container.ast-single-post #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"background-color:#fff\",\"padding:2em\",\"margin-bottom:2em\"]],[false,\"@media (min-width: 993px){\"],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:60px\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width: 993px){\"],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:30px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:30px\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\"#ast-mobile-header\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-buttons.aligncenter\":false},[\"justify-content:center\"]],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-group .has-background\":false},[\"padding:20px\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-cover-image.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover-image.alignfull .wp-block-cover__inner-container\":false,\".wp-block-cover.alignfull .wp-block-cover__inner-container\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".wp-block-columns\":false},[\"margin-bottom:unset\"]],[false,{\".wp-block-image.size-full\":false},[\"margin:2rem 0\"]],[false,{\".wp-block-separator.has-background\":false},[\"padding:0\"]],[false,{\".wp-block-gallery\":false},[\"margin-bottom:1.6em\"]],[false,{\".wp-block-group\":false},[\"padding-top:4em\",\"padding-bottom:4em\"]],[false,{\".wp-block-group__inner-container .wp-block-columns:last-child\":false,\".wp-block-group__inner-container :last-child\":false,\".wp-block-table table\":false},[\"margin-bottom:0\"]],[false,{\".blocks-gallery-grid\":false},[\"width:100%\"]],[false,{\".wp-block-navigation-link__content\":false},[\"padding:5px 0\"]],[false,{\".wp-block-group .wp-block-group .has-text-align-center\":false,\".wp-block-group .wp-block-column .has-text-align-center\":false},[\"max-width:100%\"]],[false,{\".has-text-align-center\":false},[\"margin:0 auto\"]],[false,\"@media (max-width:1200px){\"],[false,{\".wp-block-group\":false},[\"padding:3em\"]],[false,{\".wp-block-group .wp-block-group\":false},[\"padding:1.5em\"]],[false,{\".wp-block-columns\":false,\".wp-block-column\":false},[\"margin:1rem 0\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\".wp-block-columns .wp-block-group\":false},[\"padding:2em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-cover-image .wp-block-cover__inner-container\":false,\".wp-block-cover .wp-block-cover__inner-container\":false},[\"width:unset\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"padding:2em 0\"]],[false,{\".wp-block-group\":false,\".wp-block-cover\":false},[\"padding:2em\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"width:unset\",\"max-width:100%\"]],[false,{\".wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:1em\"]],[false,\"}\"],[false,\"@media (min-width:544px){\"],[false,{\".entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content\":false},[\"padding:0 8% 0 0\"]],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:0 0 0 8%\"]],[false,{\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:8% 0\"]],[false,{\".wp-block-media-text .wp-block-media-text__media amp-img\":false,\".wp-block-media-text .wp-block-media-text__media amp-anim\":false},[\"width:auto\",\"max-width:100%\"]],[false,\"}\"],[false,{\".wp-block-button.is-style-outline .wp-block-button__link\":false},[\"border-color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)\":false,\".wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color)\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus\":false},[\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus:not(#_#_#_#_#_#_#_)\":false},[\"color:#fff\"]],[false,{\".post-page-numbers.current .page-link\":false,\".ast-pagination .page-numbers.current\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\"]],[false,\"@media (min-width:544px){\"],[false,{\".entry-content > .alignleft\":false},[\"margin-right:20px\"]],[false,{\".entry-content > .alignright\":false},[\"margin-left:20px\"]],[false,\"}\"],[false,{\"h1.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h2.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h3.widget-title\":false},[\"font-weight:inherit\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container #secondary\":false},[\"padding:1.5em 0\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"padding:1.5em 0\",\"margin:0\"]],[false,{\".ast-left-sidebar #content > .ast-container\":false},[\"display:flex\",\"flex-direction:column-reverse\",\"width:100%\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"margin:20px 0 0 0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#secondary.secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".ast-separate-container.ast-two-container #secondary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-page-builder-template .entry-header #secondary\":false,\".ast-page-builder-template #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:0\"]],[false,{\".ast-page-builder-template.ast-left-sidebar #secondary\":false,\".ast-page-builder-template.ast-right-sidebar #secondary\":false},[\"padding-right:20px\",\"padding-left:20px\"]],[false,{\".ast-right-sidebar #secondary\":false,\".ast-left-sidebar #primary\":false},[\"padding-left:0\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:0\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-separate-container.ast-right-sidebar #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false},[\"border:0\"]],[false,{\".search-no-results.ast-separate-container #primary\":false},[\"margin-bottom:4em\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"border-right:1px solid #eee\"]],[false,{\".ast-left-sidebar #primary\":false},[\"border-left:1px solid #eee\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"border-left:1px solid #eee\",\"margin-left:-1px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"border-right:1px solid #eee\",\"margin-right:-1px\"]],[false,{\".ast-separate-container.ast-two-container.ast-right-sidebar #secondary\":false},[\"padding-left:30px\",\"padding-right:0\"]],[false,{\".ast-separate-container.ast-two-container.ast-left-sidebar #secondary\":false},[\"padding-right:30px\",\"padding-left:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false,\".ast-separate-container.ast-left-sidebar #secondary\":false},[\"border:0\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget:last-child\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"color:#fff\"]],[false,{\".wp-block-button .wp-block-button__link:hover\":false,\".wp-block-button .wp-block-button__link:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button .wp-block-button__link\":false},[\"border-style:solid\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"color:#fff\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\",\"border-radius:2px\"]],[false,{\".wp-block-buttons .wp-block-button .wp-block-button__link\":false},[\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\"]],[false,\"@media (max-width:921px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,\"}\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".ast-custom-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button\":false,\"body .wp-block-file .wp-block-file__button\":false},[\"border-style:solid\",\"border-top-width:0\",\"border-right-width:0\",\"border-left-width:0\",\"border-bottom-width:0\",\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\",\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\"]],[true,{\"button:focus\":false,\".menu-toggle:hover\":false,\"button:hover\":false,\".ast-button:hover\":false,\".ast-custom-button:hover .button:hover\":false,\".ast-custom-button:hover\":false,\"input[type=reset]:hover\":true,\"input[type=reset]:focus\":true,\"input#submit:hover\":false,\"input#submit:focus\":false,\"input[type=\\\"button\\\"]:hover\":true,\"input[type=\\\"button\\\"]:focus\":true,\"input[type=\\\"submit\\\"]:hover\":true,\"input[type=\\\"submit\\\"]:focus\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover\":false,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus\":false,\"body .wp-block-file .wp-block-file__button:hover\":false,\"body .wp-block-file .wp-block-file__button:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,\"@media (min-width:544px){\"],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false,\".ast-separate-container .comments-title\":false,\".ast-separate-container .ast-archive-description\":false},[\"padding:1.5em 1em\"]],[false,{\".ast-separate-container #content .ast-container\":false},[\"padding-left:.54em\",\"padding-right:.54em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 1em\",\"margin-bottom:1.5em\"]],[false,{\".ast-separate-container .ast-comment-list .bypostauthor\":false},[\"padding:.5em\"]],[false,{\".ast-search-menu-icon.ast-dropdown-active .search-field\":false},[\"width:170px\"]],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,{\".ast-separate-container #secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"margin-bottom:1.5em\",\"padding-left:1em\",\"padding-right:1em\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,{\".ast-mobile-header-stack .main-header-bar .ast-search-menu-icon\":false},[\"display:inline-block\"]],[false,{\".ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon\":false},[\"margin:0\"]],[false,{\".ast-comment-avatar-wrap amp-img\":false,\".ast-comment-avatar-wrap amp-anim\":false},[\"max-width:2.5em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container .comment-respond\":false},[\"padding:2em 2.14em\"]],[false,{\".ast-comment-meta\":false},[\"padding:0 1.8888em 1.3333em\"]],[true,\"}\"],[false,{\".entry-content > .wp-block-group\":false,\".entry-content > .wp-block-media-text\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns\":false},[\"max-width:58em\",\"width:calc(100% - 4em)\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > .alignfull\":false},[\"max-width:100%\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(amp-iframe)\":false},[\"max-width:50rem\",\"width:100%\"]],[false,\"@media (min-width:921px){\"],[false,{\".entry-content > .wp-block-group.alignwide.has-background\":false,\".entry-content > .wp-block-group.alignfull.has-background\":false,\".entry-content > .wp-block-cover.alignwide\":false,\".entry-content > .wp-block-cover.alignfull\":false,\".entry-content > .wp-block-columns.has-background.alignwide\":false,\".entry-content > .wp-block-columns.has-background.alignfull\":false},[\"margin-top:0\",\"margin-bottom:0\",\"padding:6em 4em\"]],[false,{\".entry-content > .wp-block-columns.has-background\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".entry-content .alignfull p\":false},[\"max-width:1200px\"]],[false,{\".entry-content .alignfull\":false},[\"max-width:100%\",\"width:100%\"]],[false,{\".ast-page-builder-template .entry-content .alignwide\":false,\".entry-content [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:1200px\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:80rem\"]],[false,\"}\"],[false,\"@media (min-width:545px){\"],[false,{\".site-main .entry-content > .alignwide\":false},[\"margin:0 auto\"]],[false,{\".wp-block-group.has-background\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns.has-background\":false},[\"padding:4em\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".entry-content .wp-block-media-text.alignfull .wp-block-media-text__content\":false,\".entry-content .wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:0 8%\"]],[false,\"}\"],[true,\"@media (max-width:921px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-container\":false},[\"max-width:1240px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".site-content .ast-container\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-content .ast-container\":false},[\"flex-direction:column\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu\":false,\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:focus-within > .sub-menu\":false},[\"margin-left:-0px\"]],[false,\"}\"],[false,{\".wp-block-search\":false},[\"margin-bottom:20px\"]],[false,{\".wp-block-site-tagline\":false},[\"margin-top:20px\"]],[false,{\"form.wp-block-search .wp-block-search__input\":false,\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper\":false},[\"border-color:#eaeaea\",\"background:#fafafa\"]],[false,{\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus\":false,\".wp-block-loginout input:focus\":false},[\"outline:thin dotted\"]],[false,{\".wp-block-loginout input:focus\":false},[\"border-color:transparent\"]],[false,{\"form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input\":false},[\"padding:12px\"]],[false,{\"form.wp-block-search .wp-block-search__button svg\":false},[\"fill:currentColor\",\"width:20px\",\"height:20px\"]],[false,{\".wp-block-loginout p label\":false},[\"display:block\"]],[false,{\".wp-block-loginout p:not(.login-remember):not(.login-submit) input\":false},[\"width:100%\"]],[false,{\".wp-block-loginout .login-remember input\":false},[\"width:1.1rem\",\"height:1.1rem\",\"margin:0 5px 4px 0\",\"vertical-align:middle\"]],[false,{\"body .wp-block-file .wp-block-file__button\":false},[\"text-decoration:none\"]],[false,{\"blockquote\":false},[\"padding:0 1.2em 1.2em\"]],[false,{\".wp-block-file\":false},[\"display:flex\",\"align-items:center\",\"flex-wrap:wrap\",\"justify-content:space-between\"]],[false,{\".wp-block-pullquote\":false},[\"border:none\"]],[false,{\".wp-block-pullquote blockquote::before\":false},[\"content:\\\"\\u201d\\\"\",\"font-family:\\\"Helvetica\\\",sans-serif\",\"display:flex\",\"transform:rotate(180deg)\",\"font-size:6rem\",\"font-style:normal\",\"line-height:1\",\"font-weight:bold\",\"align-items:center\",\"justify-content:center\"]],[false,{\"figure.wp-block-pullquote.is-style-solid-color blockquote\":false},[\"max-width:100%\",\"text-align:inherit\"]],[false,{\"ul.wp-block-categories-list.wp-block-categories\":false,\"ul.wp-block-archives-list.wp-block-archives\":false},[\"list-style-type:none\"]],[false,{\".wp-block-button__link\":false},[\"border:2px solid currentColor\"]],[true,{\"ul\":true,\"ol\":true},[\"margin-left:20px\"]],[false,{\"figure.alignright figcaption\":false},[\"text-align:right\"]],[false,{\":root .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[true,{\":root\":true},[\"--ast-global-color-0:#0170b9\",\"--ast-global-color-1:#3a3a3a\",\"--ast-global-color-2:#3a3a3a\",\"--ast-global-color-3:#4b4f58\",\"--ast-global-color-4:#f5f5f5\",\"--ast-global-color-5:#fff\",\"--ast-global-color-6:#f2f5f7\",\"--ast-global-color-7:#424242\",\"--ast-global-color-8:#000\"]],[false,{\".ast-breadcrumbs .trail-browse\":false,\".ast-breadcrumbs .trail-items\":false,\".ast-breadcrumbs .trail-items li\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\",\"border:none\",\"background:inherit\",\"text-indent:0\"]],[false,{\".ast-breadcrumbs .trail-browse\":false},[\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"color:inherit\"]],[false,{\".ast-breadcrumbs .trail-items\":false},[\"list-style:none\"]],[false,{\".trail-items li::after\":false},[\"padding:0 .3em\",\"content:\\\"\\u00bb\\\"\"]],[false,{\".trail-items li:last-of-type::after\":false},[\"display:none\"]],[true,{\"h1\":true,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":false,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".entry-title a\":false},[\"color:var(--ast-global-color-2)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,{\".ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-1 .sub-menu\":false,\".ast-builder-menu-1 .inline-on-mobile .sub-menu\":false},[\"border-top-width:2px\",\"border-bottom-width:0px\",\"border-right-width:0px\",\"border-left-width:0px\",\"border-color:var(--ast-global-color-0)\",\"border-style:solid\",\"border-radius:0px\"]],[false,{\".ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu\":false,\".ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper\":false},[\"margin-top:0px\"]],[false,{\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before\":false,\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before\":false},[\"height:calc(0px + 5px)\"]],[false,{\".ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-1 .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"background-color:#eee\",\"min-height:80px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false},[\"max-width:1200px\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false,\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section\":false},[\"align-items:flex-start\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"@media (max-width:921px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,{\".ast-footer-copyright\":false},[\"color:var(--ast-global-color-3)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,{\".ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,{\"#ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-amp.ast-main-header-nav-open .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-below-header-bar\":false,\".ast-amp .main-header-bar\":false,\".ast-amp .ast-above-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-header .main-header-bar-wrap .site-branding\":false},[\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-main-header-bar-alignment.toggle-on\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".main-header-menu .menu-item\":false},[\"width:100%\",\"text-align:left\",\"border-top:0\"]],[false,{\".main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"-webkit-transition:all .2s\",\"transition:all .2s\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-amp .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-amp .main-navigation ul .menu-item .menu-link\":false,\".ast-amp .main-navigation ul .button-custom-menu-item a\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-amp .main-header-menu\":false},[\"background-color:#f9f9f9\"]],[false,{\".ast-amp .main-header-menu ul\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul\":false,\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul\":false,\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-amp .user-select\":false},[\"clear:both\"]],[false,{\".ast-amp .ast-mobile-menu-buttons\":false},[\"text-align:right\",\"display:flex\",\"-webkit-box-pack:end\",\"-webkit-justify-content:flex-end\",\"-moz-box-pack:end\",\"-ms-flex-pack:end\",\"justify-content:flex-end\"]],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"width:calc(100% + 40px)\"]],[false,{\".ast-amp .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".ast-amp .site-header .main-header-bar-wrap .site-branding\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-amp .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar\":false},[\"border:0\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-main-header-bar-alignment .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation ul > li:first-child\":false},[\"border-top:0\"]],[false,{\".ast-amp .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-amp .main-navigation li\":false},[\"width:100%\"]],[false,{\".ast-amp .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-amp .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-amp .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-amp .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-amp .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:none\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link\":false},[\"display:inline-block\"]],[false,{\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:block\"]],[false,{\".ast-amp .ast-header-widget-area .widget\":false},[\"margin:.5em 0\",\"display:block\"]],[false,{\".ast-amp .nav-fallback-text\":false},[\"float:none\"]],[false,{\".ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap\":false},[\"height:3em\",\"line-height:3\",\"text-align:left\"]],[false,{\".ast-amp #ast-site-header-cart .widget_shopping_cart\":false},[\"display:none\"]],[false,{\".ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart\":false},[\"order:initial\",\"line-height:3\",\"padding:0 1em 1em 0\"]],[false,{\".ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget\":false,\".ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap\":false},[\"display:none\"]],[false,{\".ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item\":false},[\"padding:0\"]],[false,{\".ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form\":false},[\"right:0\"]],[false,{\".ast-amp .main-header-menu .sub-menu\":false},[\"box-shadow:none\"]],[false,{\".ast-amp .submenu-with-border .sub-menu a\":false},[\"border-width:1px\"]],[false,{\".ast-amp .submenu-with-border .sub-menu > li:last-child > a\":false},[\"border-width:1px\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal\":false},[\"background:transparent\",\"border:none\"]],[false,\"}\"],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"@media (min-width:922px){\"],[false,{\".main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\"#primary\":false},[\"width:70%\"]],[false,{\"#secondary\":false},[\"width:30%\"]],[false,\"}\"],[false,{\".main-header-menu .menu-item\":false,\"#astra-footer-menu .menu-item\":false,\".main-header-bar .ast-masthead-custom-menu-items\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-pack:center\",\"-webkit-justify-content:center\",\"-moz-box-pack:center\",\"-ms-flex-pack:center\",\"justify-content:center\",\"-webkit-box-orient:vertical\",\"-webkit-box-direction:normal\",\"-webkit-flex-direction:column\",\"-moz-box-orient:vertical\",\"-moz-box-direction:normal\",\"-ms-flex-direction:column\",\"flex-direction:column\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false,\"#astra-footer-menu > .menu-item > .menu-link\":false},[\"height:100%\",\"-webkit-box-align:center\",\"-webkit-align-items:center\",\"-moz-box-align:center\",\"-ms-flex-align:center\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg\":false},[\"top:.2em\",\"margin-top:0px\",\"margin-left:0px\",\"width:.65em\",\"transform:translate(0,-2px) rotateZ(270deg)\"]],[false,{\".ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-separate-container .blog-layout-1\":false,\".ast-separate-container .blog-layout-2\":false,\".ast-separate-container .blog-layout-3\":false},[\"background-color:transparent\",\"background-image:none\"]],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-mobile-header-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding:10px 0\",\"height:auto\"]],[false,{\".ast-mobile-header-content > *:first-child\":false,\".ast-desktop-header-content > *:first-child\":false},[\"padding-top:10px\"]],[false,{\".ast-mobile-header-content > .ast-builder-menu\":false,\".ast-desktop-header-content > .ast-builder-menu\":false},[\"padding-top:0\"]],[false,{\".ast-mobile-header-content > *:last-child\":false,\".ast-desktop-header-content > *:last-child\":false},[\"padding-bottom:0\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label\":false},[\"width:100%\"]],[false,{\".ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\"#ast-desktop-header .ast-desktop-header-content\":false,\".ast-mobile-header-content .ast-search-icon\":false,\".ast-desktop-header-content .ast-search-icon\":false,\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content\":false},[\"display:none\"]],[false,{\".ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content\":false,\".ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu\":false},[\"opacity:1\",\"visibility:visible\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation\":false},[\"width:unset\",\"margin:unset\"]],[false,{\".ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false,\".ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"left:calc(20px - .907em)\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon\":false,\".ast-mobile-header-content .ast-search-menu-icon.slide-search\":false,\".ast-desktop-header-content .ast-search-menu-icon\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search\":false},[\"width:100%\",\"position:relative\",\"display:block\",\"right:auto\",\"transform:none\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-form\":false},[\"right:0\",\"visibility:visible\",\"opacity:1\",\"position:relative\",\"top:auto\",\"transform:none\",\"padding:0\",\"display:block\",\"overflow:hidden\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-field\":false},[\"width:100%\",\"padding-right:5.5em\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon .search-submit\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-submit\":false},[\"display:block\",\"position:absolute\",\"height:100%\",\"top:0\",\"right:0\",\"padding:0 1em\",\"border-radius:0\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-mobile-popup-drawer.active .ast-mobile-popup-inner\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-desktop-header-content\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-popup-content > *\":false,\".ast-mobile-header-content > *\":false,\".ast-desktop-popup-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding-top:0px\",\"padding-bottom:0px\"]],[false,{\".content-align-flex-start .ast-builder-layout-element\":false},[\"justify-content:flex-start\"]],[false,{\".content-align-flex-start .main-header-menu\":false},[\"text-align:left\"]],[false,{\".ast-mobile-popup-drawer.active .menu-toggle-close\":false},[\"color:#3a3a3a\"]],[false,{\".ast-mobile-header-wrap .ast-primary-header-bar\":false,\".ast-primary-header-bar .site-primary-header-wrap\":false},[\"min-height:70px\"]],[false,{\".ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item\":false},[\"line-height:70px\"]],[false,\"@media (max-width:921px){\"],[false,{\"#masthead .ast-mobile-header-wrap .ast-primary-header-bar\":false,\"#masthead .ast-mobile-header-wrap .ast-below-header-bar\":false},[\"padding-left:20px\",\"padding-right:20px\"]],[false,\"}\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"@media (min-width:922px){\"],[false,{\".ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"}\"],[false,{\".ast-primary-header-bar\":false},[\"background-color:#fff\"]],[false,{\".ast-primary-header-bar\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal\":false},[\"color:var(--ast-global-color-0)\",\"border:none\",\"background:transparent\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg\":false},[\"width:20px\",\"height:20px\",\"fill:var(--ast-global-color-0)\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item > .menu-link\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,{\".ast-hfb-header .ast-builder-menu-mobile .main-header-menu\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"],[false,{\".ast-pagination .next.page-numbers\":false},[\"display:inherit\",\"float:none\"]],[false,{\".ast-pagination a\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-pagination a:hover\":false,\".ast-pagination a:focus\":false,\".ast-pagination > span:hover:not(.dots)\":false,\".ast-pagination > span.current\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\".ast-pagination .prev.page-numbers\":false,\".ast-pagination .next.page-numbers\":false},[\"padding:0 1.5em\",\"height:2.33333em\",\"line-height:calc(2.33333em - 3px)\"]],[false,{\".ast-pagination\":false},[\"display:inline-block\",\"width:100%\",\"padding-top:2em\",\"text-align:center\"]],[false,{\".ast-pagination .page-numbers\":false},[\"display:inline-block\",\"width:2.33333em\",\"height:2.33333em\",\"font-size:16px\",\"font-size:1.06666rem\",\"line-height:calc(2.33333em - 3px)\"]],[false,{\".ast-pagination .nav-links\":false},[\"display:inline-block\",\"width:100%\"]],[false,\"@media (max-width: 420px){\"],[false,{\".ast-pagination .prev.page-numbers\":false,\".ast-pagination .next.page-numbers\":false},[\"width:100%\",\"text-align:center\",\"margin:0\"]],[false,{\".ast-pagination-circle .ast-pagination .next.page-numbers\":false,\".ast-pagination-square .ast-pagination .next.page-numbers\":false},[\"margin-top:10px\"]],[false,{\".ast-pagination-circle .ast-pagination .prev.page-numbers\":false,\".ast-pagination-square .ast-pagination .prev.page-numbers\":false},[\"margin-bottom:10px\"]],[false,\"}\"],[false,{\".ast-pagination .prev\":false,\".ast-pagination .prev:visited\":false,\".ast-pagination .prev:focus\":false,\".ast-pagination .next\":false,\".ast-pagination .next:visited\":false,\".ast-pagination .next:focus\":false},[\"display:inline-block\",\"width:auto\"]],[false,{\".ast-page-builder-template .ast-pagination\":false},[\"padding:2em\"]],[false,\"@media (min-width: 993px){\"],[false,{\".ast-pagination\":false},[\"padding-left:3.33333em\",\"padding-right:3.33333em\"]],[false,\"}\"],[false,{\".ast-pagination .prev.page-numbers\":false},[\"float:left\"]],[false,{\".ast-pagination .next.page-numbers\":false},[\"float:right\"]],[false,\"@media (max-width: 768px){\"],[false,{\".ast-pagination .next.page-numbers .page-navigation\":false},[\"padding-right:0\"]],[false,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":116345,\"final_size\":7719,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1547,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2462,\"function\":\"wp_common_block_scripts_and_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":20,\"hash\":\"6eb20086263e86e560757b16661f58ea\",\"parse_time\":0.18590092658996582,\"shake_time\":0.0013539791107177734,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-archives\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-archives-dropdown label\":false},[\"display:block\"]],[false,{\".wp-block-avatar\":false},[\"line-height:0\"]],[false,{\".wp-block-avatar\":false,\".wp-block-avatar amp-img\":false,\".wp-block-avatar amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-avatar.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-audio\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-audio :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-audio amp-audio\":false},[\"min-width:300px\",\"width:100%\"]],[false,{\".wp-block-button__link\":false},[\"align-content:center\",\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"height:100%\",\"text-align:center\",\"word-break:break-word\"]],[false,{\".wp-block-button__link.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-button__link.alignright\":false},[\"text-align:right\"]],[true,{\":where(.wp-block-button__link)\":true},[\"border-radius:9999px\",\"box-shadow:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"text-decoration:none\"]],[false,{\".wp-block-button[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width\":false},[\"max-width:none\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-25\":false},[\"width:calc(25% - var(--wp--style--block-gap,.5em) * .75)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-50\":false},[\"width:calc(50% - var(--wp--style--block-gap,.5em) * .5)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-75\":false},[\"width:calc(75% - var(--wp--style--block-gap,.5em) * .25)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-100\":false},[\"flex-basis:100%\",\"width:100%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25\":false},[\"width:25%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50\":false},[\"width:50%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75\":false},[\"width:75%\"]],[false,{\".wp-block-button.is-style-squared\":false,\".wp-block-button__link.wp-block-button.is-style-squared\":false},[\"border-radius:0\"]],[false,{\".wp-block-button.no-border-radius:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button__link.no-border-radius:not(#_#_#_#_#_#_#_)\":false},[\"border-radius:0\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline)\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link)\":true},[\"border:2px solid\",\"padding:.667em 1.333em\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color))\":true},[\"color:currentColor\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background))\":true},[\"background-color:initial\",\"background-image:none\"]],[false,{\".wp-block-buttons\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-buttons.is-vertical\":false},[\"flex-direction:column\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-buttons>.wp-block-button\":false},[\"display:inline-block\",\"margin:0\"]],[false,{\".wp-block-buttons.is-content-justification-left\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-left.is-vertical\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-center\":false},[\"justify-content:center\"]],[false,{\".wp-block-buttons.is-content-justification-center.is-vertical\":false},[\"align-items:center\"]],[false,{\".wp-block-buttons.is-content-justification-right\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-right.is-vertical\":false},[\"align-items:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-space-between\":false},[\"justify-content:space-between\"]],[false,{\".wp-block-buttons.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button\":false,\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-button.aligncenter\":false,\".wp-block-calendar\":false},[\"text-align:center\"]],[false,{\".wp-block-calendar td\":false,\".wp-block-calendar th\":false},[\"border:1px solid\",\"padding:.25em\"]],[false,{\".wp-block-calendar th\":false},[\"font-weight:400\"]],[false,{\".wp-block-calendar caption\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color))\":false},[\"color:#40464d\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color)) td\":false,\".wp-block-calendar table:where(:not(.has-text-color)) th\":false},[\"border-color:#ddd\"]],[false,{\".wp-block-calendar table.has-background th\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table.has-text-color th\":false},[\"color:inherit\"]],[false,{\":where(.wp-block-calendar table:not(.has-background) th)\":false},[\"background:#ddd\"]],[false,{\".wp-block-categories\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-categories.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-categories.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-categories.wp-block-categories-dropdown.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-categories .wp-block-categories__label\":false},[\"display:block\",\"width:100%\"]],[false,{\".wp-block-code\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-code code\":false},[\"direction:ltr\",\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"text-align:initial\",\"white-space:pre-wrap\"]],[false,{\".wp-block-columns\":false},[\"box-sizing:border-box\",\"display:flex\"]],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"align-items:normal\",\"flex-wrap:wrap\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,\"}\"],[false,{\".wp-block-columns.are-vertically-aligned-top\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-columns.are-vertically-aligned-center\":false},[\"align-items:center\"]],[false,{\".wp-block-columns.are-vertically-aligned-bottom\":false},[\"align-items:flex-end\"]],[false,\"@media (max-width:781px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(#_#_#_#_#_#_#_)\":false},[\"flex-basis:100%\"]],[false,\"}\"],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[false,\"}\"],[false,{\".wp-block-columns.is-not-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[true,{\":where(.wp-block-columns)\":true},[\"margin-bottom:1.75em\"]],[true,{\":where(.wp-block-columns.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-column\":false},[\"flex-grow:1\",\"min-width:0\",\"overflow-wrap:break-word\",\"word-break:break-word\"]],[false,{\".wp-block-column.is-vertically-aligned-top\":false},[\"align-self:flex-start\"]],[false,{\".wp-block-column.is-vertically-aligned-center\":false},[\"align-self:center\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false},[\"align-self:flex-end\"]],[false,{\".wp-block-column.is-vertically-aligned-stretch\":false},[\"align-self:stretch\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false,\".wp-block-column.is-vertically-aligned-center\":false,\".wp-block-column.is-vertically-aligned-top\":false},[\"width:100%\"]],[false,{\".wp-block-post-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments .alignleft\":false},[\"float:left\"]],[false,{\".wp-block-post-comments .alignright\":false},[\"float:right\"]],[false,{\".wp-block-post-comments .navigation:after\":false},[\"clear:both\",\"content:\\\"\\\"\",\"display:table\"]],[false,{\".wp-block-post-comments .commentlist\":false},[\"clear:both\",\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .commentlist .comment\":false},[\"min-height:2.25em\",\"padding-left:3.25em\"]],[false,{\".wp-block-post-comments .commentlist .comment p\":false},[\"font-size:1em\",\"line-height:1.8\",\"margin:1em 0\"]],[false,{\".wp-block-post-comments .commentlist .children\":false},[\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .comment-author\":false},[\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-author .avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"margin-top:.5em\",\"width:2.5em\"]],[false,{\".wp-block-post-comments .comment-author cite\":false},[\"font-style:normal\"]],[false,{\".wp-block-post-comments .comment-meta\":false},[\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-meta b\":false},[\"font-weight:400\"]],[false,{\".wp-block-post-comments .comment-meta .comment-awaiting-moderation\":false},[\"display:block\",\"margin-bottom:1em\",\"margin-top:1em\"]],[false,{\".wp-block-post-comments .comment-body .commentmetadata\":false},[\"font-size:.875em\"]],[false,{\".wp-block-post-comments .comment-form-author label\":false,\".wp-block-post-comments .comment-form-comment label\":false,\".wp-block-post-comments .comment-form-email label\":false,\".wp-block-post-comments .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments .reply\":false},[\"font-size:.875em\",\"margin-bottom:1.4em\"]],[false,{\".wp-block-post-comments input:not([type=submit])\":false,\".wp-block-post-comments textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[false,{\".wp-block-post-comments input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments textarea\":false},[\"padding:calc(.667em + 2px)\"]],[true,{\":where(.wp-block-post-comments input[type=submit])\":true},[\"border:none\"]],[false,{\".wp-block-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous\":false},[\"font-size:inherit\",\"margin-bottom:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-comment-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-comment-template li\":false},[\"clear:both\"]],[false,{\".wp-block-comment-template ol\":false},[\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding-left:2rem\"]],[false,{\".wp-block-comment-template.alignleft\":false},[\"float:left\"]],[false,{\".wp-block-comment-template.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:fit-content\"]],[false,{\".wp-block-comment-template.alignright\":false},[\"float:right\"]],[false,{\".wp-block-comment-date\":false},[\"box-sizing:border-box\"]],[false,{\".comment-awaiting-moderation\":false},[\"display:block\",\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-comment-author-name\":false,\".wp-block-comment-content\":false,\".wp-block-comment-edit-link\":false,\".wp-block-comment-reply-link\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"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\"]],[false,{\".wp-block-cover .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image.has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover.has-background-dim:not([class*=-background-color])\":false},[\"background-color:#000\"]],[false,{\".wp-block-cover .has-background-dim.has-background-gradient\":false,\".wp-block-cover-image .has-background-dim.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-cover-image.has-background-dim:before\":false,\".wp-block-cover.has-background-dim:before\":false},[\"background-color:inherit\",\"content:\\\"\\\"\"]],[false,{\".wp-block-cover .wp-block-cover__background\":false,\".wp-block-cover .wp-block-cover__gradient-background\":false,\".wp-block-cover-image .wp-block-cover__background\":false,\".wp-block-cover-image .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim:not(.has-background-gradient):before\":false},[\"bottom:0\",\"left:0\",\"opacity:.5\",\"position:absolute\",\"right:0\",\"top:0\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false},[\"opacity:1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-cover-image.aligncenter\":false,\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.aligncenter\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"display:flex\"]],[false,{\".wp-block-cover .wp-block-cover__inner-container\":false,\".wp-block-cover-image .wp-block-cover__inner-container\":false},[\"color:inherit\",\"position:relative\",\"width:100%\"]],[false,{\".wp-block-cover-image.is-position-top-left\":false,\".wp-block-cover.is-position-top-left\":false},[\"align-items:flex-start\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-top-center\":false,\".wp-block-cover.is-position-top-center\":false},[\"align-items:flex-start\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-top-right\":false,\".wp-block-cover.is-position-top-right\":false},[\"align-items:flex-start\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-center-left\":false,\".wp-block-cover.is-position-center-left\":false},[\"align-items:center\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-center-center\":false,\".wp-block-cover.is-position-center-center\":false},[\"align-items:center\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-center-right\":false,\".wp-block-cover.is-position-center-right\":false},[\"align-items:center\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-bottom-left\":false,\".wp-block-cover.is-position-bottom-left\":false},[\"align-items:flex-end\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-bottom-center\":false,\".wp-block-cover.is-position-bottom-center\":false},[\"align-items:flex-end\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-bottom-right\":false,\".wp-block-cover.is-position-bottom-right\":false},[\"align-items:flex-end\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false},[\"margin:0\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false},[\"margin:0\",\"width:auto\"]],[false,{\".wp-block-cover .wp-block-cover__image-background\":false,\".wp-block-cover amp-video.wp-block-cover__video-background\":false,\".wp-block-cover amp-youtube.wp-block-cover__video-background\":false,\".wp-block-cover-image .wp-block-cover__image-background\":false,\".wp-block-cover-image amp-video.wp-block-cover__video-background\":false,\".wp-block-cover-image amp-youtube.wp-block-cover__video-background\":false},[\"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%\"]],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:fixed\",\"background-repeat:no-repeat\",\"background-size:cover\"]],[false,\"@supports (-webkit-touch-callout:inherit){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,{\".wp-block-cover-image.is-repeated\":false,\".wp-block-cover.is-repeated\":false,\".wp-block-cover__image-background.is-repeated\":false,\"amp-video.wp-block-cover__video-background.is-repeated\":false,\"amp-youtube.wp-block-cover__video-background.is-repeated\":false},[\"background-repeat:repeat\",\"background-size:auto\"]],[false,{\".wp-block-cover-image-text\":false,\".wp-block-cover-image-text a\":false,\".wp-block-cover-image-text a:active\":false,\".wp-block-cover-image-text a:focus\":false,\".wp-block-cover-image-text a:hover\":false,\".wp-block-cover-text\":false,\".wp-block-cover-text a\":false,\".wp-block-cover-text a:active\":false,\".wp-block-cover-text a:focus\":false,\".wp-block-cover-text a:hover\":false,\"section.wp-block-cover-image h2\":false,\"section.wp-block-cover-image h2 a\":false,\"section.wp-block-cover-image h2 a:active\":false,\"section.wp-block-cover-image h2 a:focus\":false,\"section.wp-block-cover-image h2 a:hover\":false},[\"color:#fff\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-left-content\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-right-content\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-left-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-left-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-left-content>h2\":false},[\"margin-left:0\",\"text-align:left\"]],[false,{\".wp-block-cover-image.has-right-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-right-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-right-content>h2\":false},[\"margin-right:0\",\"text-align:right\"]],[false,{\".wp-block-cover .wp-block-cover-text\":false,\".wp-block-cover-image .wp-block-cover-image-text\":false,\"section.wp-block-cover-image>h2\":false},[\"font-size:2em\",\"line-height:1.25\",\"margin-bottom:0\",\"max-width:840px\",\"padding:.44em\",\"text-align:center\",\"z-index:1\"]],[true,{\":where(.wp-block-cover-image:not(.has-text-color))\":true,\":where(.wp-block-cover:not(.has-text-color))\":true},[\"color:#fff\"]],[true,{\":where(.wp-block-cover-image.is-light:not(.has-text-color))\":true,\":where(.wp-block-cover.is-light:not(.has-text-color))\":true},[\"color:#000\"]],[true,{\":root :where(.wp-block-cover h1:not(.has-text-color))\":true,\":root :where(.wp-block-cover h2:not(.has-text-color))\":true,\":root :where(.wp-block-cover h3:not(.has-text-color))\":true,\":root :where(.wp-block-cover h4:not(.has-text-color))\":true,\":root :where(.wp-block-cover h5:not(.has-text-color))\":true,\":root :where(.wp-block-cover h6:not(.has-text-color))\":true,\":root :where(.wp-block-cover p:not(.has-text-color))\":true},[\"color:inherit\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background\":false},[\"z-index:0\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before\":false},[\"z-index:1\"]],[false,{\".has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[false,{\".wp-block-details\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-details summary\":false},[\"cursor:pointer\"]],[false,{\".wp-block-embed.alignleft\":false,\".wp-block-embed.alignright\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"]\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"]\":false},[\"max-width:360px\",\"width:100%\"]],[false,{\".wp-block-embed.alignleft .wp-block-embed__wrapper\":false,\".wp-block-embed.alignright .wp-block-embed__wrapper\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false},[\"min-width:280px\"]],[false,{\".wp-block-cover .wp-block-embed\":false},[\"min-height:240px\",\"min-width:320px\"]],[false,{\".wp-block-embed\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-embed :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-embed amp-iframe\":false},[\"max-width:100%\"]],[false,{\".wp-block-embed__wrapper\":false},[\"position:relative\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before\":false},[\"content:\\\"\\\"\",\"display:block\",\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio amp-iframe\":false},[\"bottom:0\",\"height:100%\",\"left:0\",\"position:absolute\",\"right:0\",\"top:0\",\"width:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:42.85%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:56.25%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before\":false},[\"padding-top:75%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before\":false},[\"padding-top:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before\":false},[\"padding-top:177.77%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before\":false},[\"padding-top:200%\"]],[false,{\".wp-block-file\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-file:not(.wp-element-button)\":false},[\"font-size:.8em\"]],[false,{\".wp-block-file.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-file.alignright\":false},[\"text-align:right\"]],[false,{\".wp-block-file *+.wp-block-file__button\":false},[\"margin-left:.75em\"]],[true,{\":where(.wp-block-file)\":true},[\"margin-bottom:1.5em\"]],[false,{\".wp-block-file__embed\":false},[\"margin-bottom:1em\"]],[true,{\":where(.wp-block-file__button)\":true},[\"border-radius:2em\",\"display:inline-block\",\"padding:.5em 1em\"]],[true,{\":where(.wp-block-file__button):is(a):active\":true,\":where(.wp-block-file__button):is(a):focus\":true,\":where(.wp-block-file__button):is(a):hover\":true,\":where(.wp-block-file__button):is(a):visited\":true},[\"box-shadow:none\",\"color:#fff\",\"opacity:.85\",\"text-decoration:none\"]],[false,{\".wp-block-form-input__label\":false},[\"display:flex\",\"flex-direction:column\",\"gap:.25em\",\"margin-bottom:.5em\",\"width:100%\"]],[false,{\".wp-block-form-input__label.is-label-inline\":false},[\"align-items:center\",\"flex-direction:row\",\"gap:.5em\"]],[false,{\".wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content\":false},[\"margin-bottom:.5em\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox])\":false},[\"flex-direction:row\",\"width:fit-content\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content\":false},[\"margin:0\"]],[false,{\".wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox])\":false},[\"flex-direction:row-reverse\"]],[false,{\".wp-block-form-input__label-content\":false},[\"width:fit-content\"]],[false,{\".wp-block-form-input__input\":false},[\"font-size:1em\",\"margin-bottom:.5em\",\"padding:0 .5em\"]],[false,{\".wp-block-form-input__input[type=date]\":false,\".wp-block-form-input__input[type=datetime-local]\":false,\".wp-block-form-input__input[type=datetime]\":false,\".wp-block-form-input__input[type=email]\":false,\".wp-block-form-input__input[type=month]\":false,\".wp-block-form-input__input[type=number]\":false,\".wp-block-form-input__input[type=password]\":false,\".wp-block-form-input__input[type=search]\":false,\".wp-block-form-input__input[type=tel]\":false,\".wp-block-form-input__input[type=text]\":false,\".wp-block-form-input__input[type=time]\":false,\".wp-block-form-input__input[type=url]\":false,\".wp-block-form-input__input[type=week]\":false},[\"border:1px solid\",\"line-height:2\",\"min-height:2em\"]],[false,{\"textarea.wp-block-form-input__input\":false},[\"min-height:10em\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images)\":false,\".wp-block-gallery:not(.has-nested-images)\":false},[\"display:flex\",\"flex-wrap:wrap\",\"list-style-type:none\",\"margin:0\",\"padding:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item\":false},[\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"margin:0 1em 1em 0\",\"position:relative\",\"width:calc(50% - 1em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure\":false},[\"align-items:flex-end\",\"display:flex\",\"height:100%\",\"justify-content:flex-start\",\"margin:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-anim\":false},[\"display:block\",\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,rgba(0,0,0,0))\",\"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\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) figcaption\":false,\".wp-block-gallery:not(.has-nested-images) figcaption\":false},[\"flex-grow:1\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false},[\"flex:1\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item\":false},[\"margin-right:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(33.33333% - .66667em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(25% - .75em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(20% - .8em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(16.66667% - .83333em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(14.28571% - .85714em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(12.5% - .875em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false},[\"margin-right:0\"]],[false,\"}\"],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).alignleft\":false,\".blocks-gallery-grid:not(.has-nested-images).alignright\":false,\".wp-block-gallery:not(.has-nested-images).alignleft\":false,\".wp-block-gallery:not(.has-nested-images).alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false},[\"justify-content:center\"]],[false,{\".wp-block-gallery:not(.is-cropped) .blocks-gallery-item\":false},[\"align-self:flex-start\"]],[false,{\"figure.wp-block-gallery.has-nested-images\":false},[\"align-items:normal\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)\":false},[\"margin:0\",\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) \\/ 2)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"max-width:100%\",\"position:relative\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image>div\":false},[\"flex-direction:column\",\"flex-grow:1\",\"margin:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim\":false},[\"display:block\",\"height:auto\",\"width:auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img:not(#_#_#_#_#_#_#_#_)\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim:not(#_#_#_#_#_#_#_#_)\":false},[\"max-width:100%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"bottom:0\",\"left:0\",\"max-height:100%\",\"position:absolute\",\"right:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"-webkit-backdrop-filter:blur(3px)\",\"backdrop-filter:blur(3px)\",\"content:\\\"\\\"\",\"height:100%\",\"-webkit-mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"max-height:40%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,0))\",\"box-sizing:border-box\",\"color:#fff\",\"font-size:13px\",\"margin:0\",\"overflow:auto\",\"padding:1em\",\"scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)\",\"scrollbar-gutter:stable both-edges\",\"scrollbar-width:thin\",\"text-align:center\",\"text-shadow:0 0 1.5px #000\",\"will-change:transform\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar\":false},[\"height:12px\",\"width:12px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track\":false},[\"background-color:initial\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb\":false},[\"background-clip:padding-box\",\"background-color:initial\",\"border:3px solid rgba(0,0,0,0)\",\"border-radius:8px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb\":false},[\"background-color:rgba(255,255,255,.8)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"@media (hover:none){\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div\":false},[\"flex:1 1 auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption\":false},[\"background:none\",\"color:inherit\",\"flex:initial\",\"margin:0\",\"padding:10px 10px 9px\",\"position:relative\",\"text-shadow:none\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before\":false},[\"content:none\"]],[false,{\".wp-block-gallery.has-nested-images figcaption\":false},[\"flex-basis:100%\",\"flex-grow:1\",\"text-align:center\"]],[false,{\".wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image)\":false},[\"margin-bottom:auto\",\"margin-top:0\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)\":false},[\"align-self:inherit\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone)\":false},[\"display:flex\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-img\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-anim\":false},[\"flex:1 0 0%\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image)\":false},[\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(25% - var(--wp--style--unstable-gallery-gap,16px) * .75)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(20% - var(--wp--style--unstable-gallery-gap,16px) * .8)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px) * .83333)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px) * .85714)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(12.5% - var(--wp--style--unstable-gallery-gap,16px) * .875)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)\":false,\".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)\":false},[\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) * .5)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images.alignleft\":false,\".wp-block-gallery.has-nested-images.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-group\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-group.wp-block-group-is-layout-constrained)\":true},[\"position:relative\"]],[false,{\"h1.has-background\":false,\"h2.has-background\":false,\"h3.has-background\":false,\"h4.has-background\":false,\"h5.has-background\":false,\"h6.has-background\":false},[\"padding:1.25em 2.375em\"]],[false,{\"h1.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h1.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h2.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h2.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h3.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h3.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h4.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h4.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h5.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h5.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h6.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h6.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false},[\"rotate:180deg\"]],[false,{\".wp-block-image>a\":false,\".wp-block-image>figure>a\":false},[\"display:inline-block\"]],[false,{\".wp-block-image amp-img\":false,\".wp-block-image amp-anim\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-image amp-img.hide\":false,\".wp-block-image amp-anim.hide\":false},[\"visibility:hidden\"]],[false,{\".wp-block-image amp-img.show\":false,\".wp-block-image amp-anim.show\":false},[\"animation:show-content-image .4s\"]],[false,\"}\"],[false,{\".wp-block-image[data-amp-original-style*=border-radius] amp-img\":false,\".wp-block-image[data-amp-original-style*=border-radius] amp-anim\":false,\".wp-block-image[data-amp-original-style*=border-radius]>a\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-image.has-custom-border amp-img\":false,\".wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-image.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-image.alignfull>a\":false,\".wp-block-image.alignwide>a\":false},[\"width:100%\"]],[false,{\".wp-block-image.alignfull amp-img\":false,\".wp-block-image.alignfull amp-anim\":false,\".wp-block-image.alignwide amp-img\":false,\".wp-block-image.alignwide amp-anim\":false},[\"height:auto\",\"width:100%\"]],[false,{\".wp-block-image .aligncenter\":false,\".wp-block-image .alignleft\":false,\".wp-block-image .alignright\":false,\".wp-block-image.aligncenter\":false,\".wp-block-image.alignleft\":false,\".wp-block-image.alignright\":false},[\"display:table\"]],[false,{\".wp-block-image .aligncenter>figcaption\":false,\".wp-block-image .alignleft>figcaption\":false,\".wp-block-image .alignright>figcaption\":false,\".wp-block-image.aligncenter>figcaption\":false,\".wp-block-image.alignleft>figcaption\":false,\".wp-block-image.alignright>figcaption\":false},[\"caption-side:bottom\",\"display:table-caption\"]],[false,{\".wp-block-image .alignleft\":false},[\"float:left\",\"margin:.5em 1em .5em 0\"]],[false,{\".wp-block-image .alignright\":false},[\"float:right\",\"margin:.5em 0 .5em 1em\"]],[false,{\".wp-block-image .aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-block-image :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"border-radius:9999px\"]],[false,\"@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){\"],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"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\"]],[false,\"}\"],[false,{\".wp-block-image figure\":false},[\"margin:0\"]],[false,{\".wp-lightbox-container\":false},[\"display:flex\",\"flex-direction:column\",\"position:relative\"]],[false,{\".wp-lightbox-container amp-img\":false,\".wp-lightbox-container amp-anim\":false},[\"cursor:zoom-in\"]],[false,{\".wp-lightbox-container amp-img:hover+button\":false,\".wp-lightbox-container amp-anim:hover+button\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button\":false},[\"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\",\"width:20px\",\"z-index:100\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-container button\":false},[\"transition:opacity .2s ease\"]],[false,\"}\"],[false,{\".wp-lightbox-container button:focus-visible\":false},[\"outline:3px auto rgba(90,90,90,.25)\",\"outline:3px auto -webkit-focus-ring-color\",\"outline-offset:3px\"]],[false,{\".wp-lightbox-container button:hover\":false},[\"cursor:pointer\",\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false,\".wp-lightbox-container button:hover\":false,\".wp-lightbox-container button:not(:hover):not(:active):not(.has-background)\":false},[\"background-color:rgba(90,90,90,.25)\",\"border:none\"]],[false,{\".wp-lightbox-overlay\":false},[\"box-sizing:border-box\",\"cursor:zoom-out\",\"height:100vh\",\"left:0\",\"overflow:hidden\",\"position:fixed\",\"top:0\",\"visibility:hidden\",\"width:100%\",\"z-index:100000\"]],[false,{\".wp-lightbox-overlay .close-button\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .close-button:focus\":false,\".wp-lightbox-overlay .close-button:hover\":false,\".wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .lightbox-image-container\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image amp-img\":false,\".wp-lightbox-overlay .wp-block-image amp-anim\":false},[\"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)\"]],[false,{\".wp-lightbox-overlay .wp-block-image figcaption\":false},[\"display:none\"]],[false,{\".wp-lightbox-overlay button\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .scrim\":false},[\"background-color:#fff\",\"height:100%\",\"opacity:.9\",\"position:absolute\",\"width:100%\",\"z-index:2000000\"]],[false,{\".wp-lightbox-overlay.active\":false},[\"visibility:visible\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-overlay.active\":false},[\"animation:turn-on-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.active amp-img\":false,\".wp-lightbox-overlay.active amp-anim\":false},[\"animation:turn-on-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active)\":false},[\"animation:turn-off-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-img\":false,\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-anim\":false},[\"animation:turn-off-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.zoom.active\":false},[\"animation:none\",\"opacity:1\",\"visibility:visible\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container\":false},[\"animation:lightbox-zoom-in .4s\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.active .scrim\":false},[\"animation:turn-on-visibility .4s forwards\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active)\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container\":false},[\"animation:lightbox-zoom-out .4s\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim\":false},[\"animation:turn-off-visibility .4s forwards\"]],[false,\"}\"],[true,\"@keyframes show-content-image{\"],[true,\"0%{visibility:hidden}\"],[true,\"99%{visibility:hidden}\"],[true,\"to{visibility:visible}\"],[true,\"}@keyframes turn-on-visibility{\"],[true,\"0%{opacity:0}\"],[true,\"to{opacity:1}\"],[true,\"}@keyframes turn-off-visibility{\"],[true,\"0%{opacity:1;visibility:visible}\"],[true,\"99%{opacity:0;visibility:visible}\"],[true,\"to{opacity:0;visibility:hidden}\"],[true,\"}@keyframes lightbox-zoom-in{\"],[true,\"0%{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}\"],[true,\"to{transform:translate(-50%,-50%) scale(1)}\"],[true,\"}@keyframes lightbox-zoom-out{\"],[true,\"0%{transform:translate(-50%,-50%) scale(1);visibility:visible}\"],[true,\"99%{visibility:visible}\"],[true,\"to{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}\"],[true,\"}\"],[false,{\"ol.wp-block-latest-comments\":false},[\"box-sizing:border-box\",\"margin-left:0\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment))\":true},[\"line-height:1.1\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p))\":true},[\"line-height:1.8\"]],[false,{\".has-dates :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false,\".has-excerpts :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false},[\"line-height:1.5\"]],[false,{\".wp-block-latest-comments .wp-block-latest-comments\":false},[\"padding-left:0\"]],[false,{\".wp-block-latest-comments__comment\":false},[\"list-style:none\",\"margin-bottom:1em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment\":false},[\"list-style:none\",\"min-height:2.25em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt\":false,\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta\":false},[\"margin-left:3.25em\"]],[false,{\".wp-block-latest-comments__comment-excerpt p\":false},[\"font-size:.875em\",\"margin:.36em 0 1.4em\"]],[false,{\".wp-block-latest-comments__comment-date\":false},[\"display:block\",\"font-size:.75em\"]],[false,{\".wp-block-latest-comments .avatar\":false,\".wp-block-latest-comments__comment-avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"width:2.5em\"]],[false,{\".wp-block-latest-comments[class*=-font-size] a\":false,\".wp-block-latest-comments[data-amp-original-style*=font-size] a\":false},[\"font-size:inherit\"]],[false,{\".wp-block-latest-posts\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-latest-posts.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-latest-posts.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list\":false},[\"list-style:none\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list li\":false},[\"clear:both\",\"overflow-wrap:break-word\"]],[false,{\".wp-block-latest-posts.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-latest-posts.is-grid li\":false},[\"margin:0 1.25em 1.25em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-latest-posts.columns-2 li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-latest-posts.columns-2 li:nth-child(2n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-3 li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-latest-posts.columns-3 li:nth-child(3n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-4 li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-latest-posts.columns-4 li:nth-child(4n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-latest-posts.columns-5 li:nth-child(5n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-6 li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,{\".wp-block-latest-posts.columns-6 li:nth-child(6n)\":false},[\"margin-right:0\"]],[false,\"}\"],[true,{\":root :where(.wp-block-latest-posts.is-grid)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-latest-posts.wp-block-latest-posts__list)\":true},[\"padding-left:0\"]],[false,{\".wp-block-latest-posts__post-author\":false,\".wp-block-latest-posts__post-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-latest-posts__post-excerpt\":false,\".wp-block-latest-posts__post-full-content\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-latest-posts__featured-image a\":false},[\"display:inline-block\"]],[false,{\".wp-block-latest-posts__featured-image amp-img\":false,\".wp-block-latest-posts__featured-image amp-anim\":false},[\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".wp-block-latest-posts__featured-image.alignleft\":false},[\"float:left\",\"margin-right:1em\"]],[false,{\".wp-block-latest-posts__featured-image.alignright\":false},[\"float:right\",\"margin-left:1em\"]],[false,{\".wp-block-latest-posts__featured-image.aligncenter\":false},[\"margin-bottom:1em\",\"text-align:center\"]],[true,{\"ol\":true,\"ul\":true},[\"box-sizing:border-box\"]],[true,{\":root :where(.wp-block-list.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-loginout\":false,\".wp-block-media-text\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-media-text\":false},[\"direction:ltr\",\"display:grid\",\"grid-template-columns:50% 1fr\",\"grid-template-rows:auto\"]],[false,{\".wp-block-media-text.has-media-on-the-right\":false},[\"grid-template-columns:1fr 50%\"]],[false,{\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media\":false},[\"align-self:start\"]],[false,{\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media\":false,\".wp-block-media-text>.wp-block-media-text__content\":false,\".wp-block-media-text>.wp-block-media-text__media\":false},[\"align-self:center\"]],[false,{\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media\":false},[\"align-self:end\"]],[false,{\".wp-block-media-text>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\",\"margin:0\"]],[false,{\".wp-block-media-text>.wp-block-media-text__content\":false},[\"direction:ltr\",\"grid-column:2\",\"grid-row:1\",\"padding:0 8%\",\"word-break:break-word\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media\":false},[\"grid-column:2\",\"grid-row:1\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text__media a\":false},[\"display:block\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"height:auto\",\"max-width:unset\",\"vertical-align:middle\",\"width:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media\":false},[\"background-size:cover\",\"height:100%\",\"min-height:250px\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-anim\":false},[\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\",\"clip:rect(0,0,0,0)\",\"border:0\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media\":false},[\"height:100%\",\"min-height:250px\",\"position:relative\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-anim\":false},[\"height:100%\",\"object-fit:cover\",\"position:absolute\",\"width:100%\"]],[false,\"@media (max-width:600px){\"],[false,{\".wp-block-media-text.is-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"grid-template-columns:100%\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:2\"]],[false,\"}\"],[false,{\".wp-block-navigation\":false},[\"position:relative\",\"--navigation-layout-justification-setting:flex-start\",\"--navigation-layout-direction:row\",\"--navigation-layout-wrap:wrap\",\"--navigation-layout-justify:flex-start\",\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation ul\":false},[\"margin-bottom:0\",\"margin-left:0\",\"margin-top:0\",\"padding-left:0\"]],[false,{\".wp-block-navigation ul\":false,\".wp-block-navigation ul li\":false},[\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"align-items:center\",\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty\":false},[\"display:none\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content\":false},[\"display:block\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus\":false},[\"text-decoration:underline\"]],[false,{\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus\":false},[\"text-decoration:line-through\"]],[false,{\".wp-block-navigation :where(a)\":false,\".wp-block-navigation :where(a:active)\":false,\".wp-block-navigation :where(a:focus)\":false},[\"text-decoration:none\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon\":false},[\"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\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon svg\":false},[\"display:inline-block\",\"stroke:currentColor\",\"height:inherit\",\"margin-top:.075em\",\"width:inherit\"]],[false,{\".wp-block-navigation.is-vertical\":false},[\"--navigation-layout-direction:column\",\"--navigation-layout-justify:initial\",\"--navigation-layout-align:flex-start\"]],[false,{\".wp-block-navigation.no-wrap\":false},[\"--navigation-layout-wrap:nowrap\"]],[false,{\".wp-block-navigation.items-justified-center\":false},[\"--navigation-layout-justification-setting:center\",\"--navigation-layout-justify:center\"]],[false,{\".wp-block-navigation.items-justified-center.is-vertical\":false},[\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation.items-justified-right\":false},[\"--navigation-layout-justification-setting:flex-end\",\"--navigation-layout-justify:flex-end\"]],[false,{\".wp-block-navigation.items-justified-right.is-vertical\":false},[\"--navigation-layout-align:flex-end\"]],[false,{\".wp-block-navigation.items-justified-space-between\":false},[\"--navigation-layout-justification-setting:space-between\",\"--navigation-layout-justify:space-between\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"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%\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"transition:opacity .1s linear\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content\":false},[\"display:flex\",\"flex-grow:1\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon\":false},[\"margin-left:auto\",\"margin-right:0\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content\":false},[\"margin:0\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:-1px\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before\":false},[\"background:rgba(0,0,0,0)\",\"content:\\\"\\\"\",\"display:block\",\"height:100%\",\"position:absolute\",\"right:100%\",\"width:.5em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon\":false},[\"margin-right:.25em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg\":false},[\"transform:rotate(-90deg)\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container\":false},[\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:visible\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container\":false},[\"left:0\",\"top:100%\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:0\"]],[false,\"}\"],[false,{\".wp-block-navigation-submenu\":false},[\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg\":false},[\"stroke:currentColor\"]],[false,{\"button.wp-block-navigation-item__content\":false},[\"background-color:initial\",\"border:none\",\"color:currentColor\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-align:left\",\"text-transform:inherit\"]],[false,{\".wp-block-navigation-submenu__toggle\":false},[\"cursor:pointer\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle\":false},[\"padding-left:0\",\"padding-right:.85em\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon\":false},[\"margin-left:-.6em\",\"pointer-events:none\"]],[false,{\".wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle)\":false},[\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false,\".wp-block-navigation__container\":false,\".wp-block-navigation__responsive-close\":false,\".wp-block-navigation__responsive-container\":false,\".wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-dialog\":false},[\"gap:inherit\"]],[true,{\":where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button))\":true},[\"padding:.5em 1em\"]],[true,{\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content)\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content)\":true},[\"padding:.5em 1em\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container\":false},[\"left:auto\",\"right:0\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:-1px\",\"right:-1px\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:auto\",\"right:100%\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container\":false},[\"background-color:#fff\",\"border:1px solid rgba(0,0,0,.15)\"]],[false,{\".wp-block-navigation.has-background .wp-block-navigation__submenu-container\":false},[\"background-color:inherit\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__container\":false},[\"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\"]],[false,{\".wp-block-navigation__container .is-responsive\":false},[\"display:none\"]],[false,{\".wp-block-navigation__container:only-child\":false,\".wp-block-page-list:only-child\":false},[\"flex-grow:1\"]],[true,\"@keyframes overlay-menu__fade-in-animation{\"],[true,\"0%{opacity:0;transform:translateY(.5em)}\"],[true,\"to{opacity:1;transform:translateY(0)}\"],[true,\"}\"],[false,{\".wp-block-navigation__responsive-container\":false},[\"bottom:0\",\"display:none\",\"left:0\",\"position:fixed\",\"right:0\",\"top:0\"]],[false,{\".wp-block-navigation__responsive-container :where(.wp-block-navigation-item a)\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content\":false},[\"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)\"]],[false,{\".wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open):not(#_#_#_#_#_#_#_)\":false},[\"background-color:inherit\",\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"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),20rem)\",\"z-index:100000\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false},[\"align-items:var(--navigation-layout-justification-setting,inherit)\",\"display:flex\",\"flex-direction:column\",\"flex-wrap:nowrap\",\"overflow:visible\",\"padding-top:calc(2rem + 24px)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon\":false},[\"display:none\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container\":false},[\"border:none\",\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:initial\",\"padding-left:2rem\",\"padding-right:2rem\",\"position:static\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"gap:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"padding-top:var(--wp--style--block-gap,2em)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content\":false},[\"padding:0\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"align-items:var(--navigation-layout-justification-setting,initial)\",\"display:flex\",\"flex-direction:column\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list:not(#_#_#_#_#_#_#_)\":false},[\"background:rgba(0,0,0,0)\",\"color:inherit\"]],[false,{\".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\":false},[\"left:auto\",\"right:auto\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)\":false},[\"background-color:inherit\",\"display:block\",\"position:relative\",\"width:100%\",\"z-index:auto\"]],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close\":false},[\"display:none\"]],[false,{\".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\":false},[\"left:0\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"background-color:#fff\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__toggle_button_label\":false},[\"font-size:1rem\",\"font-weight:700\"]],[false,{\".wp-block-navigation__responsive-container-close\":false,\".wp-block-navigation__responsive-container-open\":false},[\"background:rgba(0,0,0,0)\",\"border:none\",\"color:currentColor\",\"cursor:pointer\",\"margin:0\",\"padding:0\",\"text-transform:inherit\",\"vertical-align:middle\"]],[false,{\".wp-block-navigation__responsive-container-close svg\":false,\".wp-block-navigation__responsive-container-open svg\":false},[\"fill:currentColor\",\"display:block\",\"height:24px\",\"pointer-events:none\",\"width:24px\"]],[false,{\".wp-block-navigation__responsive-container-open\":false},[\"display:flex\"]],[false,{\".wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container-open:not(.always-shown)\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container-close\":false},[\"position:absolute\",\"right:0\",\"top:0\",\"z-index:2\"]],[false,{\".wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,{\".wp-block-navigation__responsive-close\":false},[\"width:100%\"]],[false,{\".has-modal-open .wp-block-navigation__responsive-close\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:var(--wp--style--global--wide-size,100%)\"]],[false,{\".wp-block-navigation__responsive-close:focus\":false},[\"outline:none\"]],[false,{\".is-menu-open .wp-block-navigation__responsive-close\":false,\".is-menu-open .wp-block-navigation__responsive-container-content\":false,\".is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-navigation__responsive-dialog\":false},[\"position:relative\"]],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:46px\"]],[false,\"@media (min-width:782px){\"],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:32px\"]],[false,\"}\"],[false,{\"html.has-modal-open\":false},[\"overflow:hidden\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__label\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__description\":false},[\"display:none\"]],[false,{\".link-ui-tools\":false},[\"border-top:1px solid #f0f0f0\",\"padding:8px\"]],[false,{\".link-ui-block-inserter\":false},[\"padding-top:8px\"]],[false,{\".link-ui-block-inserter__back\":false},[\"margin-left:8px\",\"text-transform:uppercase\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false},[\"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)\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"background-color:inherit\"]],[false,{\".wp-block-page-list\":false},[\"box-sizing:border-box\"]],[false,{\".is-small-text\":false},[\"font-size:.875em\"]],[false,{\".is-regular-text\":false},[\"font-size:1em\"]],[false,{\".is-large-text\":false},[\"font-size:2.25em\"]],[false,{\".is-larger-text\":false},[\"font-size:3em\"]],[false,{\".has-drop-cap:not(:focus):first-letter\":false},[\"float:left\",\"font-size:8.4em\",\"font-style:normal\",\"font-weight:100\",\"line-height:.68\",\"margin:.05em .1em 0 0\",\"text-transform:uppercase\"]],[false,{\"body.rtl .has-drop-cap:not(:focus):first-letter\":false},[\"float:none\",\"margin-left:.1em\"]],[false,{\"p.has-drop-cap.has-background\":false},[\"overflow:hidden\"]],[true,{\":root :where(p.has-background)\":true},[\"padding:1.25em 2.375em\"]],[true,{\":where(p.has-text-color:not(.has-link-color)) a\":true},[\"color:inherit\"]],[false,{\"p.has-text-align-left[data-amp-original-style*=\\\"writing-mode:vertical-lr\\\"]\":false,\"p.has-text-align-right[data-amp-original-style*=\\\"writing-mode:vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-author\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-post-author__byline\":false},[\"font-size:.5em\",\"margin-bottom:0\",\"margin-top:0\",\"width:100%\"]],[false,{\".wp-block-post-author__avatar\":false},[\"margin-right:1em\"]],[false,{\".wp-block-post-author__bio\":false},[\"font-size:.7em\",\"margin-bottom:.7em\"]],[false,{\".wp-block-post-author__content\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-post-author__name\":false},[\"margin:0\"]],[false,{\".wp-block-post-author-biography\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-comments-form) input:not([type=submit])\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[true,{\":where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox]))\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"padding:calc(.667em + 2px)\"]],[false,{\".wp-block-post-comments-form\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-weight] :where(.comment-reply-title)\":false},[\"font-weight:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-family] :where(.comment-reply-title)\":false},[\"font-family:inherit\"]],[false,{\".wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title)\":false,\".wp-block-post-comments-form[data-amp-original-style*=font-size] :where(.comment-reply-title)\":false},[\"font-size:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=line-height] :where(.comment-reply-title)\":false},[\"line-height:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-style] :where(.comment-reply-title)\":false},[\"font-style:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=letter-spacing] :where(.comment-reply-title)\":false},[\"letter-spacing:inherit\"]],[false,{\".wp-block-post-comments-form :where(input[type=submit])\":false},[\"box-shadow:none\",\"cursor:pointer\",\"display:inline-block\",\"overflow-wrap:break-word\",\"text-align:center\"]],[false,{\".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden])\":false,\".wp-block-post-comments-form .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments-form .comment-form-author label\":false,\".wp-block-post-comments-form .comment-form-email label\":false,\".wp-block-post-comments-form .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments-form .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments-form .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments-count\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-content\":false},[\"display:flow-root\"]],[false,{\".wp-block-post-comments-link\":false,\".wp-block-post-date\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-excerpt)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__excerpt\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-post-excerpt__more-text\":false},[\"margin-bottom:0\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__more-link\":false},[\"display:inline-block\"]],[false,{\".wp-block-post-featured-image\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".wp-block-post-featured-image a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-post-featured-image :where(amp-img)\":false,\".wp-block-post-featured-image :where(amp-anim)\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\",\"width:100%\"]],[false,{\".wp-block-post-featured-image.alignfull amp-img\":false,\".wp-block-post-featured-image.alignfull amp-anim\":false,\".wp-block-post-featured-image.alignwide amp-img\":false,\".wp-block-post-featured-image.alignwide amp-anim\":false},[\"width:100%\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim\":false},[\"background-color:#000\",\"inset:0\",\"position:absolute\"]],[false,{\".wp-block-post-featured-image\":false},[\"position:relative\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-post-featured-image:where(.alignleft,.alignright)\":false},[\"width:100%\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link.has-text-align-left[data-amp-original-style*=\\\"writing-mode: vertical-lr\\\"]\":false,\".wp-block-post-navigation-link.has-text-align-right[data-amp-original-style*=\\\"writing-mode: vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-terms\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-terms .wp-block-post-terms__separator\":false},[\"white-space:pre-wrap\"]],[false,{\".wp-block-post-time-to-read\":false,\".wp-block-post-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-title\":false},[\"word-break:break-word\"]],[false,{\".wp-block-post-title :where(a)\":false},[\"display:inline-block\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-post-author-name\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-preformatted\":false},[\"box-sizing:border-box\",\"white-space:pre-wrap\"]],[true,{\":where(.wp-block-preformatted.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-pullquote\":false},[\"box-sizing:border-box\",\"margin:0 0 1em\",\"overflow-wrap:break-word\",\"padding:4em 0\",\"text-align:center\"]],[false,{\".wp-block-pullquote blockquote\":false,\".wp-block-pullquote cite\":false,\".wp-block-pullquote p\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote blockquote\":false},[\"margin:0\"]],[false,{\".wp-block-pullquote p\":false},[\"margin-top:0\"]],[false,{\".wp-block-pullquote p:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-pullquote.alignleft\":false,\".wp-block-pullquote.alignright\":false},[\"max-width:420px\"]],[false,{\".wp-block-pullquote cite\":false,\".wp-block-pullquote footer\":false},[\"position:relative\"]],[false,{\".wp-block-pullquote .has-text-color a\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote.has-text-align-left blockquote\":false},[\"text-align:left\"]],[false,{\".wp-block-pullquote.has-text-align-right blockquote\":false},[\"text-align:right\"]],[false,{\".wp-block-pullquote.has-text-align-center blockquote\":false},[\"text-align:center\"]],[false,{\".wp-block-pullquote.is-style-solid-color\":false},[\"border:none\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:60%\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote p\":false},[\"font-size:2em\",\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote cite\":false},[\"font-style:normal\",\"text-transform:none\"]],[false,{\".wp-block-pullquote cite\":false},[\"color:inherit\",\"display:block\"]],[false,{\".wp-block-post-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"margin-top:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-post-template.is-flex-container\":false},[\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"gap:1.25em\"]],[false,{\".wp-block-post-template.is-flex-container>li\":false},[\"margin:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-2>li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-3>li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-4>li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-5>li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-6>li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,\"}\"],[false,\"@media (max-width:600px){\"],[false,{\".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\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignright\":false,\".wp-block-post-template-is-layout-flow>li>.alignright\":false},[\"float:right\",\"margin-inline-end:0\",\"margin-inline-start:2em\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignleft\":false,\".wp-block-post-template-is-layout-flow>li>.alignleft\":false},[\"float:left\",\"margin-inline-end:2em\",\"margin-inline-start:0\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.aligncenter\":false,\".wp-block-post-template-is-layout-flow>li>.aligncenter\":false},[\"margin-inline-end:auto\",\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type\":false},[\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child\":false},[\"margin-inline-end:auto\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-query-title\":false,\".wp-block-query-total\":false,\".wp-block-quote\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-quote\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain))\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain))\":false},[\"margin-bottom:1em\",\"padding:0 1em\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) p\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) p\":false},[\"font-size:1.5em\",\"font-style:italic\",\"line-height:1.6\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-large:where(:not(.is-style-plain)) footer\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer\":false},[\"font-size:1.125em\",\"text-align:right\"]],[false,{\".wp-block-quote>cite\":false},[\"display:block\"]],[false,{\".wp-block-read-more\":false},[\"display:block\",\"width:fit-content\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration]))\":false},[\"text-decoration:none\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):active\":false,\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):focus\":false},[\"text-decoration:none\"]],[false,{\"ul.wp-block-rss.alignleft\":false},[\"margin-right:2em\"]],[false,{\"ul.wp-block-rss.alignright\":false},[\"margin-left:2em\"]],[false,{\"ul.wp-block-rss.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\",\"padding:0\"]],[false,{\"ul.wp-block-rss.is-grid li\":false},[\"margin:0 1em 1em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\"ul.wp-block-rss.columns-2 li\":false},[\"width:calc(50% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-3 li\":false},[\"width:calc(33.33333% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-4 li\":false},[\"width:calc(25% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-6 li\":false},[\"width:calc(16.66667% - 1em)\"]],[false,\"}\"],[false,{\".wp-block-rss__item-author\":false,\".wp-block-rss__item-publish-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-rss\":false},[\"box-sizing:border-box\",\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-search__button\":false},[\"margin-left:10px\",\"word-break:normal\"]],[false,{\".wp-block-search__button.has-icon\":false},[\"line-height:0\"]],[false,{\".wp-block-search__button svg\":false},[\"height:1.25em\",\"min-height:24px\",\"min-width:24px\",\"width:1.25em\",\"fill:currentColor\",\"vertical-align:text-bottom\"]],[true,{\":where(.wp-block-search__button)\":true},[\"border:1px solid #ccc\",\"padding:6px 10px\"]],[false,{\".wp-block-search__inside-wrapper\":false},[\"display:flex\",\"flex:auto\",\"flex-wrap:nowrap\",\"max-width:100%\"]],[false,{\".wp-block-search__label\":false},[\"width:100%\"]],[false,{\".wp-block-search__input\":false},[\"appearance:none\",\"border:1px solid #949494\",\"flex-grow:1\",\"margin-left:0\",\"margin-right:0\",\"min-width:3rem\",\"padding:8px\"]],[false,{\".wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"text-decoration:unset\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-shrink:0\",\"justify-content:center\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"transition-property:width\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:not(#_#_#_#_#_#_#_)\":false},[\"min-width:0\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__input\":false},[\"flex-basis:100%\",\"transition-duration:.3s\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden\":false,\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper\":false},[\"overflow:hidden\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input\":false},[\"flex-basis:0\",\"flex-grow:0\",\"margin:0\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"border-left-width:0\",\"border-right-width:0\",\"min-width:0\",\"padding-left:0\",\"padding-right:0\",\"width:0\"]],[true,{\":where(.wp-block-search__input)\":true},[\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-transform:inherit\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)\":true},[\"border:1px solid #949494\",\"box-sizing:border-box\",\"padding:4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input\":false},[\"border:none\",\"border-radius:0\",\"padding:0 4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus\":false},[\"outline:none\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button)\":true},[\"padding:4px 8px\"]],[false,{\".wp-block-search.aligncenter .wp-block-search__inside-wrapper\":false},[\"margin:auto\"]],[false,{\".wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"float:right\"]],[false,{\".wp-block-separator\":false},[\"border:none\",\"border-top:2px solid\"]],[true,{\":root :where(.wp-block-separator.is-style-dots)\":true},[\"height:auto\",\"line-height:1\",\"text-align:center\"]],[true,{\":root :where(.wp-block-separator.is-style-dots):before\":true},[\"color:currentColor\",\"content:\\\"\\u00b7\\u00b7\\u00b7\\\"\",\"font-family:serif\",\"font-size:1.5em\",\"letter-spacing:2em\",\"padding-left:2em\"]],[false,{\".wp-block-separator.is-style-dots:not(#_#_#_#_#_#_#_)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-block-site-logo\":false},[\"box-sizing:border-box\",\"line-height:0\"]],[false,{\".wp-block-site-logo a\":false},[\"display:inline-block\",\"line-height:0\"]],[false,{\".wp-block-site-logo.is-default-size amp-img\":false,\".wp-block-site-logo.is-default-size amp-anim\":false},[\"height:auto\",\"width:120px\"]],[false,{\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"height:auto\",\"max-width:100%\"]],[false,{\".wp-block-site-logo a\":false,\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-site-logo.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"text-align:center\"]],[true,{\":root :where(.wp-block-site-logo.is-style-rounded)\":true},[\"border-radius:9999px\"]],[false,{\".wp-block-site-tagline\":false,\".wp-block-site-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-site-title :where(a)\":false},[\"color:inherit\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-social-links\":false},[\"background:none\",\"box-sizing:border-box\",\"margin-left:0\",\"padding-left:0\",\"padding-right:0\",\"text-indent:0\"]],[false,{\".wp-block-social-links .wp-social-link a\":false,\".wp-block-social-links .wp-social-link a:hover\":false},[\"border-bottom:0\",\"box-shadow:none\",\"text-decoration:none\"]],[false,{\".wp-block-social-links .wp-social-link svg\":false},[\"height:1em\",\"width:1em\"]],[false,{\".wp-block-social-links .wp-social-link span:not(.screen-reader-text)\":false},[\"font-size:.65em\",\"margin-left:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-social-links.has-small-icon-size\":false},[\"font-size:16px\"]],[false,{\".wp-block-social-links\":false,\".wp-block-social-links.has-normal-icon-size\":false},[\"font-size:24px\"]],[false,{\".wp-block-social-links.has-large-icon-size\":false},[\"font-size:36px\"]],[false,{\".wp-block-social-links.has-huge-icon-size\":false},[\"font-size:48px\"]],[false,{\".wp-block-social-links.aligncenter\":false},[\"display:flex\",\"justify-content:center\"]],[false,{\".wp-block-social-links.alignright\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-social-link\":false},[\"border-radius:9999px\",\"display:block\",\"height:auto\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-social-link\":false},[\"transition:transform .1s ease\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\"]],[false,{\".wp-block-social-link:hover\":false},[\"transform:scale(1.1)\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited\":false},[\"color:currentColor\",\"fill:currentColor\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link\":false},[\"background-color:#f0f0f0\",\"color:#444\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon\":false},[\"background-color:#f90\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp\":false},[\"background-color:#1ea0c3\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance\":false},[\"background-color:#0757fe\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky\":false},[\"background-color:#0a7aff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen\":false},[\"background-color:#1e1f26\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart\":false},[\"background-color:#02e49b\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord\":false},[\"background-color:#5865f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble\":false},[\"background-color:#e94c89\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox\":false},[\"background-color:#4280ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy\":false},[\"background-color:#f45800\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook\":false},[\"background-color:#0866ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr\":false},[\"background-color:#0461dd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare\":false},[\"background-color:#e65678\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github\":false},[\"background-color:#24292d\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads\":false},[\"background-color:#eceadd\",\"color:#382110\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google\":false},[\"background-color:#ea4434\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar\":false},[\"background-color:#1d4fc4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram\":false},[\"background-color:#f00075\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm\":false},[\"background-color:#e21b24\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin\":false},[\"background-color:#0d66c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon\":false},[\"background-color:#3288d4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup\":false},[\"background-color:#f6405f\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest\":false},[\"background-color:#e60122\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket\":false},[\"background-color:#ef4155\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit\":false},[\"background-color:#ff4500\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype\":false},[\"background-color:#0478d7\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat\":false},[\"background-color:#fefc00\",\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud\":false},[\"background-color:#ff5600\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify\":false},[\"background-color:#1bd760\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram\":false},[\"background-color:#2aabee\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr\":false},[\"background-color:#011835\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch\":false},[\"background-color:#6440a4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter\":false},[\"background-color:#1da1f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo\":false},[\"background-color:#1eb7ea\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk\":false},[\"background-color:#4680c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress\":false},[\"background-color:#3499cd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp\":false},[\"background-color:#25d366\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp\":false},[\"background-color:#d32422\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube\":false},[\"background-color:red\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link\":false},[\"background:none\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg\":false},[\"height:1.25em\",\"width:1.25em\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon\":false},[\"color:#f90\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp\":false},[\"color:#1ea0c3\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance\":false},[\"color:#0757fe\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky\":false},[\"color:#0a7aff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen\":false},[\"color:#1e1f26\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart\":false},[\"color:#02e49b\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord\":false},[\"color:#5865f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble\":false},[\"color:#e94c89\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox\":false},[\"color:#4280ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy\":false},[\"color:#f45800\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook\":false},[\"color:#0866ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr\":false},[\"color:#0461dd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare\":false},[\"color:#e65678\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github\":false},[\"color:#24292d\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads\":false},[\"color:#382110\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google\":false},[\"color:#ea4434\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar\":false},[\"color:#1d4fc4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram\":false},[\"color:#f00075\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm\":false},[\"color:#e21b24\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin\":false},[\"color:#0d66c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon\":false},[\"color:#3288d4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup\":false},[\"color:#f6405f\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest\":false},[\"color:#e60122\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket\":false},[\"color:#ef4155\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit\":false},[\"color:#ff4500\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype\":false},[\"color:#0478d7\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat\":false},[\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud\":false},[\"color:#ff5600\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify\":false},[\"color:#1bd760\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram\":false},[\"color:#2aabee\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr\":false},[\"color:#011835\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch\":false},[\"color:#6440a4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter\":false},[\"color:#1da1f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo\":false},[\"color:#1eb7ea\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk\":false},[\"color:#4680c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp\":false},[\"color:#25d366\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress\":false},[\"color:#3499cd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp\":false},[\"color:#d32422\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube\":false},[\"color:red\"]],[false,{\".wp-block-social-links.is-style-pill-shape .wp-social-link\":false},[\"width:auto\"]],[true,{\":root :where(.wp-block-social-links .wp-social-link a)\":true},[\"padding:.25em\"]],[true,{\":root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a)\":true},[\"padding-left:.6666666667em\",\"padding-right:.6666666667em\"]],[false,{\".wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label\":false},[\"color:#000\"]],[false,{\".wp-block-spacer\":false},[\"clear:both\"]],[false,{\".wp-block-tag-cloud\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-tag-cloud.aligncenter\":false},[\"justify-content:center\",\"text-align:center\"]],[false,{\".wp-block-tag-cloud.alignfull\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".wp-block-tag-cloud a\":false},[\"display:inline-block\",\"margin-right:5px\"]],[false,{\".wp-block-tag-cloud span\":false},[\"display:inline-block\",\"margin-left:5px\",\"text-decoration:none\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline)\":true},[\"display:flex\",\"flex-wrap:wrap\",\"gap:1ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a)\":true},[\"border:1px solid\",\"margin-right:0\",\"padding:1ch 2ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_)\":true},[\"font-size:unset\",\"text-decoration:none\"]],[false,{\".wp-block-table\":false},[\"overflow-x:auto\"]],[false,{\".wp-block-table table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-table thead\":false},[\"border-bottom:3px solid\"]],[false,{\".wp-block-table tfoot\":false},[\"border-top:3px solid\"]],[false,{\".wp-block-table td\":false,\".wp-block-table th\":false},[\"border:1px solid\",\"padding:.5em\"]],[false,{\".wp-block-table .has-fixed-layout\":false},[\"table-layout:fixed\",\"width:100%\"]],[false,{\".wp-block-table .has-fixed-layout td\":false,\".wp-block-table .has-fixed-layout th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table.aligncenter\":false,\".wp-block-table.alignleft\":false,\".wp-block-table.alignright\":false},[\"display:table\",\"width:auto\"]],[false,{\".wp-block-table.aligncenter td\":false,\".wp-block-table.aligncenter th\":false,\".wp-block-table.alignleft td\":false,\".wp-block-table.alignleft th\":false,\".wp-block-table.alignright td\":false,\".wp-block-table.alignright th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table .has-subtle-light-gray-background-color\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table .has-subtle-pale-green-background-color\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table .has-subtle-pale-blue-background-color\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table .has-subtle-pale-pink-background-color\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes\":false},[\"background-color:initial\",\"border-bottom:1px solid #f0f0f0\",\"border-collapse:inherit\",\"border-spacing:0\"]],[false,{\".wp-block-table.is-style-stripes tbody tr:nth-child(odd)\":false},[\"background-color:#f0f0f0\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes td\":false,\".wp-block-table.is-style-stripes th\":false},[\"border-color:rgba(0,0,0,0)\"]],[false,{\".wp-block-table .has-border-color td\":false,\".wp-block-table .has-border-color th\":false,\".wp-block-table .has-border-color tr\":false,\".wp-block-table .has-border-color>*\":false},[\"border-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child th\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* th\":false},[\"border-top-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:not(:first-child)\":false},[\"border-top-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-right-color] td:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-right-color]>*\":false},[\"border-right-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child th\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* th\":false},[\"border-bottom-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:not(:last-child)\":false},[\"border-bottom-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-left-color] td:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-left-color]>*\":false},[\"border-left-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-style] td\":false,\".wp-block-table table[data-amp-original-style*=border-style] th\":false,\".wp-block-table table[data-amp-original-style*=border-style] tr\":false,\".wp-block-table table[data-amp-original-style*=border-style]>*\":false},[\"border-style:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-width] td\":false,\".wp-block-table table[data-amp-original-style*=border-width] th\":false,\".wp-block-table table[data-amp-original-style*=border-width] tr\":false,\".wp-block-table table[data-amp-original-style*=border-width]>*\":false},[\"border-style:inherit\",\"border-width:inherit\"]],[true,{\":root :where(.wp-block-table-of-contents)\":true},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-term-description)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-term-description p\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-text-columns\":false,\".wp-block-text-columns.aligncenter\":false},[\"display:flex\"]],[false,{\".wp-block-text-columns .wp-block-column\":false},[\"margin:0 1em\",\"padding:0\"]],[false,{\".wp-block-text-columns .wp-block-column:first-child\":false},[\"margin-left:0\"]],[false,{\".wp-block-text-columns .wp-block-column:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-text-columns.columns-2 .wp-block-column\":false},[\"width:50%\"]],[false,{\".wp-block-text-columns.columns-3 .wp-block-column\":false},[\"width:33.3333333333%\"]],[false,{\".wp-block-text-columns.columns-4 .wp-block-column\":false},[\"width:25%\"]],[false,{\"pre.wp-block-verse\":false},[\"overflow:auto\",\"white-space:pre-wrap\"]],[true,{\":where(pre.wp-block-verse)\":true},[\"font-family:inherit\"]],[false,{\".wp-block-video\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"vertical-align:middle\",\"width:100%\"]],[false,\"@supports (position:sticky){\"],[false,{\".wp-block-video [poster]\":false},[\"object-fit:cover\"]],[false,\"}\"],[false,{\".wp-block-video.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-video :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".editor-styles-wrapper\":false,\".entry-content\":false},[\"counter-reset:footnotes\"]],[false,{\"a[data-fn].fn\":false},[\"counter-increment:footnotes\",\"display:inline-flex\",\"font-size:smaller\",\"text-decoration:none\",\"text-indent:-9999999px\",\"vertical-align:super\"]],[false,{\"a[data-fn].fn:after\":false},[\"content:\\\"[\\\" counter(footnotes) \\\"]\\\"\",\"float:left\",\"text-indent:0\"]],[false,{\".wp-element-button\":false},[\"cursor:pointer\"]],[true,{\":root\":true},[\"--wp--preset--font-size--normal:16px\",\"--wp--preset--font-size--huge:42px\"]],[false,{\":root .has-very-light-gray-background-color\":false},[\"background-color:#eee\"]],[false,{\":root .has-very-dark-gray-background-color\":false},[\"background-color:#313131\"]],[false,{\":root .has-very-light-gray-color\":false},[\"color:#eee\"]],[false,{\":root .has-very-dark-gray-color\":false},[\"color:#313131\"]],[false,{\":root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\":false},[\"background:linear-gradient(135deg,#00d084,#0693e3)\"]],[false,{\":root .has-purple-crush-gradient-background\":false},[\"background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)\"]],[false,{\":root .has-hazy-dawn-gradient-background\":false},[\"background:linear-gradient(135deg,#faaca8,#dad0ec)\"]],[false,{\":root .has-subdued-olive-gradient-background\":false},[\"background:linear-gradient(135deg,#fafae1,#67a671)\"]],[false,{\":root .has-atomic-cream-gradient-background\":false},[\"background:linear-gradient(135deg,#fdd79a,#004a59)\"]],[false,{\":root .has-nightshade-gradient-background\":false},[\"background:linear-gradient(135deg,#330968,#31cdcf)\"]],[false,{\":root .has-midnight-gradient-background\":false},[\"background:linear-gradient(135deg,#020381,#2874fc)\"]],[false,{\".has-regular-font-size\":false},[\"font-size:1em\"]],[false,{\".has-larger-font-size\":false},[\"font-size:2.625em\"]],[false,{\".has-normal-font-size\":false},[\"font-size:var(--wp--preset--font-size--normal)\"]],[false,{\".has-huge-font-size\":false},[\"font-size:var(--wp--preset--font-size--huge)\"]],[false,{\".has-text-align-center\":false},[\"text-align:center\"]],[false,{\".has-text-align-left\":false},[\"text-align:left\"]],[false,{\".has-text-align-right\":false},[\"text-align:right\"]],[false,{\"#end-resizable-editor-section\":false},[\"display:none\"]],[false,{\".aligncenter\":false},[\"clear:both\"]],[false,{\".items-justified-left\":false},[\"justify-content:flex-start\"]],[false,{\".items-justified-center\":false},[\"justify-content:center\"]],[false,{\".items-justified-right\":false},[\"justify-content:flex-end\"]],[false,{\".items-justified-space-between\":false},[\"justify-content:space-between\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip-path:inset(50%)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#ddd\",\"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\"]],[true,{\"html :where(.has-border-color)\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-color])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-color])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-color])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-color])\":true},[\"border-left-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-width])\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-width])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-width])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-width])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-width])\":true},[\"border-left-style:solid\"]],[true,{\"html :where(amp-img[class*=wp-image-])\":true,\"html :where(amp-anim[class*=wp-image-])\":true},[\"height:auto\",\"max-width:100%\"]],[true,{\":where(figure)\":true},[\"margin:0 0 1em\"]],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)\"]],[true,\"@media screen and (max-width:600px){\"],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:0px\"]],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":13983,\"final_size\":3948,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"31c790db6ae2bf95e874b636534a6fa7\",\"parse_time\":0.023661136627197266,\"shake_time\":0.0001480579376220703,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\":root\":true},[\"--wp--preset--aspect-ratio--square:1\",\"--wp--preset--aspect-ratio--4-3:4\\/3\",\"--wp--preset--aspect-ratio--3-4:3\\/4\",\"--wp--preset--aspect-ratio--3-2:3\\/2\",\"--wp--preset--aspect-ratio--2-3:2\\/3\",\"--wp--preset--aspect-ratio--16-9:16\\/9\",\"--wp--preset--aspect-ratio--9-16:9\\/16\",\"--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--ast-global-color-0:var(--ast-global-color-0)\",\"--wp--preset--color--ast-global-color-1:var(--ast-global-color-1)\",\"--wp--preset--color--ast-global-color-2:var(--ast-global-color-2)\",\"--wp--preset--color--ast-global-color-3:var(--ast-global-color-3)\",\"--wp--preset--color--ast-global-color-4:var(--ast-global-color-4)\",\"--wp--preset--color--ast-global-color-5:var(--ast-global-color-5)\",\"--wp--preset--color--ast-global-color-6:var(--ast-global-color-6)\",\"--wp--preset--color--ast-global-color-7:var(--ast-global-color-7)\",\"--wp--preset--color--ast-global-color-8:var(--ast-global-color-8)\",\"--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:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--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)\"]],[true,{\":root\":true},[\"--wp--style--global--content-size:var(--ast-content-width-size)\",\"--wp--style--global--wide-size:1200px\"]],[true,{\":where(body)\":true},[\"margin:0\"]],[false,{\".wp-site-blocks > .alignleft\":false},[\"float:left\",\"margin-right:2em\"]],[false,{\".wp-site-blocks > .alignright\":false},[\"float:right\",\"margin-left:2em\"]],[false,{\".wp-site-blocks > .aligncenter\":false},[\"justify-content:center\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[true,{\":where(.is-layout-grid)\":true},[\"gap:.5em\"]],[false,{\".is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\".is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".is-layout-flex > :is(*, div)\":false},[\"margin:0\"]],[false,{\"body .is-layout-grid\":false},[\"display:grid\"]],[false,{\".is-layout-grid > :is(*, div)\":false},[\"margin:0\"]],[true,{\"body\":true},[\"padding-top:0px\",\"padding-right:0px\",\"padding-bottom:0px\",\"padding-left:0px\"]],[true,{\"a:where(:not(.wp-element-button))\":true},[\"text-decoration:underline\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[true,{\":where(.wp-block-post-template.is-layout-flex)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-post-template.is-layout-grid)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[true,{\":where(.wp-block-columns.is-layout-grid)\":true},[\"gap:2em\"]],[true,{\":root :where(.wp-block-pullquote)\":true},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":18906,\"final_size\":889,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"56fd5df6a4607622d63ca8539d231c32\",\"parse_time\":0.18002700805664062,\"shake_time\":0.0004360675811767578,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow-x:hidden\"]],[true,{\"html:not([amp4ads]):not(#_#_#_#_#_#_#_#_)\":true,\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"height:auto\"]],[true,{\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"margin:0\"]],[true,{\"body\":true},[\"-webkit-text-size-adjust:100%\",\"-moz-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\",\"text-size-adjust:100%\"]],[false,{\"amp-instagram\":false},[\"background-color:#fff\"]],[false,{\"amp-instagram:not(#_#_#_#_#_#_#_#_)\":false},[\"padding:54px 0px 0px\"]],[false,{\"amp-iframe iframe:not(#_#_#_#_#_#_#_#_)\":false},[\"box-sizing:border-box\"]],[false,{\"[amp-access][amp-access-hide]\":false},[\"display:none\"]],[false,{\"[subscriptions-dialog]:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-experiment\":false,\"amp-live-list>[update]\":false},[\"display:none\"]],[false,{\"amp-list [fetch-error]\":false,\"amp-list[load-more] [load-more-button]\":false,\"amp-list[load-more] [load-more-end]\":false,\"amp-list[load-more] [load-more-failed]\":false,\"amp-list[load-more] [load-more-loading]\":false},[\"display:none\"]],[false,{\"amp-list[diffable] div[role=list]\":false},[\"display:block\"]],[false,{\"amp-story-page:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"min-height:1px\",\"display:block\",\"height:100%\",\"margin:0\",\"padding:0\",\"overflow:hidden\",\"width:100%\"]],[false,{\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"background-color:#000\",\"position:relative\"]],[false,{\"amp-story-page\":false},[\"background-color:#757575\"]],[false,{\"amp-story .amp-active>div:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-story-page:not(:first-of-type):not([distance]):not([active]):not(#_#_#_#_#_#_#_#_)\":false},[\"transform:translateY(1000vh)\"]],[false,{\"amp-autocomplete:not(#_#_#_#_#_#_#_#_)\":false},[\"position:relative\",\"display:inline-block\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"padding:.5rem\",\"border:1px solid rgba(0,0,0,.33)\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"font-size:1rem\",\"line-height:1.5rem\"]],[false,{\"[amp-fx^=fly-in]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]\":false,\"amp-script[sandboxed]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]:not(#_#_#_#_#_#_#_#_)\":false,\"amp-script[sandboxed]:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[true,{\"[hidden]:not(#_#_#_#_#_#_#_)\":true},[\"display:none\"]],[true,{\"[layout=container]\":true},[\"display:block\",\"position:relative\"]],[true,{\"body noscript>*\":true},[\"display:block\",\"position:absolute\",\"top:0\",\"left:0\",\"bottom:0\",\"right:0\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow:hidden\"]],[true,{\"body noscript>*\":true},[\"width:100%\",\"height:100%\",\"z-index:2\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"position:absolute\"]],[true,{\"body noscript:not(#_#_#_#_#_#_#_#_)\":true},[\"display:inline\"]],[false,\"@supports (aspect-ratio:1\\/1){}\"],[false,{\"i-amp-scroll-container\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\",\"display:block\"]],[false,{\"i-amp-scroll-container.amp-active\":false},[\"overflow:auto\",\"-webkit-overflow-scrolling:touch\"]],[false,{\"template:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\".amp-border-box\":false,\".amp-border-box *\":false,\".amp-border-box :after\":false,\".amp-border-box :before\":false},[\"box-sizing:border-box\"]],[false,{\"amp-pixel:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-analytics\":false,\"amp-auto-ads\":false,\"amp-story-auto-ads\":false},[\"visibility:hidden\"]],[false,{\"amp-analytics:not(#_#_#_#_#_#_#_#_)\":false,\"amp-auto-ads:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story-auto-ads:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[false,{\"[visible-when-invalid]:not(.visible)\":false,\"form [submit-error]\":false,\"form [submit-success]\":false,\"form [submitting]\":false},[\"display:none\"]],[false,{\"amp-accordion:not(#_#_#_#_#_#_#_#_)\":false},[\"display:block\"]],[true,\"@media (min-width:1px){\"],[true,{\":where(amp-accordion>section)>:first-child\":true},[\"margin:0\",\"background-color:#efefef\",\"padding-right:20px\",\"border:1px solid #dfdfdf\"]],[true,{\":where(amp-accordion>section)>:last-child\":true},[\"margin:0\"]],[true,\"}\"],[false,{\"amp-accordion>section:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\"]],[false,{\"amp-accordion>section>*:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\",\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"amp-accordion\":false,\"amp-accordion>section\":false},[\"margin:0\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":38885,\"final_size\":16645,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"57e5701f0a3e0b4437f92e97599f1f36\",\"parse_time\":0.0514369010925293,\"shake_time\":0.00036215782165527344,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"webfonts\\/digital_sans_ef_medium.woff2\",\"webfonts\\/advanced_dot_digital7.eot\",\"webfonts\\/fa-brands-400.eot#iefix\",\"webfonts\\/fa-regular-400.eot#iefix\",\"webfonts\\/fa-solid-900.eot#iefix\",\"webfonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"font-size:14px\",\"line-height:1.5\",\"letter-spacing:.1px\",\"color:#fff\",\"background:#020000\",\"font-family:\\\"digital_sans_ef_medium\\\"\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false},[\"color:#11a54f\",\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:30px\"]],[true,{\"h2\":true},[\"font-size:27px\"]],[false,{\"h3\":false},[\"font-size:23px\"]],[true,{\"*\":true},[\"-webkit-box-sizing:border-box\",\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true},[\"color:#11a54f\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#11a54f\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"width:100%\",\"height:100%\",\"pointer-events:none\"]],[true,{\"a amp-img\":true,\"a amp-anim\":true},[\"pointer-events:visible\"]],[false,{\".entry-content ol li\":false},[\"list-style:decimal\",\"padding:5px 0px\",\"display:list-item\",\"float:none\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"digital_sans_ef_medium\\\";src:url(\\\"webfonts\\/digital_sans_ef_medium.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/digital_sans_ef_medium.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}@font-face{font-family:\\\"advanced_dot_digital7\\\";src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\");src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/advanced_dot_digital7.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.svg#advanced_dot_digital7\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Brands\\\";font-style:normal;font-weight:normal;font-display:auto;src:url(\\\"webfonts\\/fa-brands-400.eot\\\");src:url(\\\"webfonts\\/fa-brands-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-brands-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-brands-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-brands-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-brands-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:400;font-display:auto;src:url(\\\"webfonts\\/fa-regular-400.eot\\\");src:url(\\\"webfonts\\/fa-regular-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-regular-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-regular-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-regular-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-regular-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:900;font-display:auto;src:url(\\\"webfonts\\/fa-solid-900.eot\\\");src:url(\\\"webfonts\\/fa-solid-900.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-solid-900.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-solid-900.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-solid-900.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-solid-900.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"webfonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:18px\",\"background-repeat:no-repeat\"]],[true,{\".svg-beranda\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-beranda.png\\\")\"]],[true,{\".svg-content\":true},[\"display:inline-block\",\"width:25px\",\"height:20px\",\"background-size:21px\",\"background-repeat:no-repeat\"]],[true,{\".svg-sport\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/hot-games.png\\\")\"]],[true,{\".header\":true},[\"width:100%\",\"z-index:999999\",\"position:fixed\",\"background:#191919\"]],[true,{\".top-left\":true},[\"float:left\",\"width:27%\",\"display:flex\",\"justify-content:flex-start\"]],[true,{\".top-right\":true},[\"line-height:1.2\",\"font-size:11px\",\"float:right\",\"width:70%\"]],[true,{\".site-logo\":true},[\"float:left\",\"top:12px\",\"left:0px\",\"width:24%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:200px\"]],[true,{\".nav-bar\":true},[\"background-color:(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #2b2b2b\"]],[true,{\".sticky\":true},[\"height:127px\"]],[true,{\".main\":true},[\"background:#191919\"]],[true,{\".slide\":true},[\"margin-bottom:17px\"]],[true,{\".jackpot amp-img\":true,\".jackpot amp-anim\":true},[\"margin-left:auto\",\"margin-right:auto\",\"display:block\",\"border-radius:9px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\",\"overflow:hidden\"]],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-wrap:wrap\",\"flex-wrap:wrap\"]],[true,{\".col-sm-2\":true},[\"flex:0 0 15.9%\",\"max-width:15.9%\",\"margin:5px 4px\",\"justify-content:center\",\"align-content:center\"]],[true,{\".col-sm-12\":true},[\"-ms-flex:0 0 100%\",\"flex:0 0 100%\",\"max-width:100%\"]],[true,{\".col-title\":true},[\"padding:9px 0px\",\"position:absolute\",\"top:-14px\",\"left:21px\",\"z-index:2\",\"background:#101013\"]],[true,{\".col-border\":true},[\"border:1px solid #333\",\"border-radius:7px\",\"margin:5px auto\",\"padding:18px\"]],[true,{\".payment .col-sm-12\":true},[\"margin:10px auto\"]],[false,{\".post-taxonomies\":false},[\"padding:20px 0\"]],[false,{\".post-taxonomies .container\":false},[\"border-bottom:1px solid #333\"]],[false,{\".tags-title\":false},[\"font-size:19px\"]],[false,{\".tags-title\":false,\".tags-links\":false},[\"text-align:center\",\"padding:10px 0\"]],[false,{\".tags-links a\":false},[\"background:#503000\",\"display:inline-block\",\"border-radius:8px\",\"padding:15px 20px\",\"color:#fff\"]],[true,{\".main-menu i\":true},[\"display:block\",\"margin:auto\",\"width:30px\",\"height:30px\",\"background-size:26px\"]],[true,{\"ul.menu\":true,\"ul.contact-us\":true,\"ul.main-menu\":true},[\"padding:0\",\"margin:0\",\"text-transform:uppercase\"]],[true,{\".main-menu\":true},[\"float:right\"]],[true,{\".main-menu li [aria-current]\":true,\".main-menu li a:hover\":true},[\"color:#11a54f\"]],[true,{\".main-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"margin:0\",\"padding:0\"]],[true,{\".main-menu li a\":true},[\"font-size:14px\",\"position:relative\",\"display:inline-block\",\"line-height:18px\",\"padding:20px 24px\",\"flex:1\",\"color:#a3a3a3\"]],[true,{\"ul.contact-us\":true},[\"padding:15px 0\",\"text-transform:capitalize\"]],[true,{\".contact-us\":true},[\"float:right\",\"height:36px\"]],[true,{\".contact-us li\":true},[\"border-right:dotted 1px #fff\",\"padding-left:10px\",\"padding-right:10px\",\"display:inline-block\",\"float:left\"]],[true,{\".site-footer\":true},[\"display:block\",\"margin:auto\",\"max-width:200px\",\"margin-bottom:20px\"]],[true,{\".contact-us li:first-child\":true},[\"padding-right:10px\",\"border-left:0\"]],[true,{\".contact-us li:last-child\":true},[\"padding-right:10px\",\"border-right:0\"]],[true,{\".contact-us li a\":true},[\"color:#9a9a9a\",\"font-size:11px\"]],[true,{\".contact-us li a:hover\":true},[\"color:#11a54f\"]],[true,{\".contact-us .svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:17px\",\"background-repeat:no-repeat\"]],[true,{\".contact-us li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer\":true},[\"position:fixed\",\"width:170px\",\"height:40px\",\"bottom:0px\",\"right:10px\",\"background:#e8911a\",\"border-radius:5px 5px 0px 0px\",\"z-index:100\",\"padding:2px\"]],[true,{\".quick-footer i\":true},[\"font-size:22px\",\"position:relative\",\"right:-42px\",\"top:-2px\"]],[true,{\".quick-footer li\":true},[\"margin:1px auto\",\"padding:4px 12px\"]],[true,{\".quick-footer li a\":true},[\"color:#fff\",\"display:flex\",\"align-items:end\",\"text-align:center\",\"font-size:19px\",\"text-transform:uppercase\"]],[true,{\".quick-footer li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer .svg-menu\":true},[\"height:30px\",\"width:30px\",\"display:inline-block\",\"background-size:30px\",\"background-repeat:no-repeat\"]],[true,{\".menu\":true},[\"float:right\",\"position:relative\",\"padding:0px\",\"margin:0px auto\"]],[true,{\".menu li\":true},[\"float:left\",\"position:relative\",\"font-size:14px\",\"text-transform:uppercase\",\"min-width:68px\",\"margin:0px 0px 0px 4px\",\"text-align:center\",\"padding:5px 5px\",\"vertical-align:inherit\",\"border-radius:27px\"]],[true,{\".menu ul\":true},[\"padding-top:15px\",\"border-radius:0px 0px 4px 4px\",\"-webkit-border-radius:0px 0px 4px 4px\",\"-moz-border-radius:0px 0px 4px 4px\",\"-ms-border-radius:0px 0px 4px 4px\",\"-o-border-radius:0px 0px 4px 4px\"]],[true,{\".menu li a\":true},[\"padding:4px 21px\",\"display:block\",\"color:#fff\",\"text-shadow:0px 0px 3px #000\"]],[true,{\".daftar\":true,\".quick-footer\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #11a54f\"]],[true,{\".daftar:hover\":true},[\"background:#115f13\",\"background-image:-webkit-linear-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\"]],[true,{\".login\":true},[\"background:#505050\",\"border-top:1px solid #7e7e7e\"]],[true,{\".login:hover\":true},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".rtp\":false},[\"background:#505050\",\"background-image:linear-gradient(to bottom,#0ef,#001aff)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".rtp:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".alternatif\":false},[\"background:#c8ff00\",\"background-image:linear-gradient(to bottom,#ffae00,#c8ff00)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".alternatif:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#c8ff00 0%,#ffae00 100%)\"]],[true,{\".login-panel\":true},[\"margin:6px 0\"]],[true,{\"ul\":true,\"ol\":true},[\"list-style:none\",\"margin:0\",\"padding:5px 0px\"]],[true,{\"ul.article\":true},[\"list-style:circle\",\"padding:5px 30px\"]],[true,{\".article li\":true},[\"list-style:disc\",\"margin:0px 35px\"]],[true,{\".article ol li\":true},[\"list-style:decimal\"]],[true,{\".ct-rounded\":true,\".ct-rounded amp-img\":true,\".ct-rounded amp-anim\":true,\".ct-rounded .col-sm-2\":true,\".bg-rounded .container\":true},[\"border-radius:12px\"]],[true,{\".bg-rounded .container\":true},[\"padding:25px\",\"background:#020206\",\"margin-bottom:30px\"]],[true,{\".ct-rounded\":true},[\"padding:15px\",\"background:#160002\",\"border:3px solid #11a54f\",\"margin:10px auto\"]],[true,{\".ct-rounded .col-sm-2\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"padding:2px\",\"height:100%\"]],[true,{\".game-wrapper\":true},[\"height:200px\",\"z-index:0\"]],[true,{\".game-img\":true},[\"position:absolute\",\"width:100%\",\"top:0\",\"z-index:0\"]],[true,{\".image-wrapper\":true},[\"z-index:0\"]],[true,{\".games-wrapper\":true},[\"position:absolute\",\"width:100%\",\"height:100%\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\"]],[true,{\".title-row\":true},[\"margin:21px auto\",\"border-bottom:3px solid #11a54f\",\"font-size:19px\",\"display:flex\",\"align-items:center\"]],[true,{\".title-games\":true},[\"font-size:14px\",\"padding:4px 10px 8px\",\"color:#fff\",\"text-overflow:ellipsis\",\"white-space:nowrap\",\"text-align:center\"]],[true,{\".footer\":true},[\"width:100%\",\"background:#101013\",\"padding:0px 0px 20px 0px\"]],[true,{\".disclaimer\":true},[\"border-top:1px dotted #101013\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"height:auto\"]],[true,{\".footer-title\":true},[\"font-size:15px\",\"color:#d5d5d5\",\"margin:20px auto\"]],[true,{\".footer .row\":true},[\"justify-content:left\"]],[true,{\".footer .col-sm-2\":true},[\"justify-content:left\"]],[true,{\".provider .col-sm-2\":true,\".payment .col-sm-2\":true},[\"max-width:111px\",\"margin:7px\"]],[true,{\".copyright\":true},[\"font-size:11px\",\"padding:15px 0px\",\"text-align:center\"]],[true,{\".copyright a\":true},[\"color:#aaa\",\"display:inline-block\"]],[true,{\".article\":true},[\"text-align:center\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".main-slide amp-img\":true,\".main-slide amp-anim\":true},[\"height:100%\"]],[true,{\".main-menu\":true,\".top-header\":true},[\"display:none\"]],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\".header\":true},[\"z-index:999999\",\"height:65px\",\"position:fixed\",\"background:#151515\"]],[true,{\".nav-bar\":true},[\"border:0\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true},[\"top:9px\",\"left:0px\",\"right:0\",\"width:149px\",\"float:none\",\"margin:auto\",\"position:absolute\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:150px\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\".top-header\":true},[\"top:0px\",\"left:0px\",\"margin:auto\",\"width:100%\"]],[true,{\".menu-mobile\":true,\".menu-login-menu-container\":true,\".slide\":true},[\"width:100%\",\"margin:auto\"]],[true,{\".menu-mobile .menu li\":true},[\"background-image:-webkit-linear-gradient(top,#ababab 0%,#585858 100%)\"]],[true,{\".menu\":true},[\"float:none\"]],[true,{\".main-homepage\":true},[\"background:#131313\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\",\"border-radius:7px\",\"margin-bottom:5px\",\"display:inline-block\"]],[true,{\".main-homepage li a\":true},[\"padding:7px\",\"font-size:14px\",\"display:flex\",\"align-items:center\",\"flex-wrap:nowrap\",\"flex-direction:column\",\"color:#8b8b8b\"]],[true,{\".main-homepage li .svg-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".login-mobile\":true},[\"padding:0\"]],[true,{\".login-mobile li\":true},[\"display:inline-block\",\"border-radius:2px\",\"width:49.5%\",\"text-align:center\"]],[true,{\".login-mobile li a\":true},[\"color:#fff\",\"font-size:18px\",\"padding:9px 20px\",\"display:block\",\"text-shadow:0px 0px 3px #000\"]],[true,{\"ul.nav-item\":true},[\"padding:0\"]],[true,{\".nav-item li a i\":true},[\"vertical-align:middle\"]],[true,{\".nav-item li\":true},[\"background:#1a1a1a\",\"position:relative\",\"line-height:20px\",\"display:inline-block\",\"width:100%\"]],[true,{\".nav-item li a\":true},[\"text-transform:capitalize\",\"display:block\",\"color:#ddd\",\"text-decoration:none\",\"padding:10px 15px\"]],[true,{\".nav-item li:hover\":true},[\"background-color:#393939\"]],[true,{\".nav-item li [aria-current]\":true},[\"background-color:#393939\",\"display:block\",\"width:100%\"]],[true,{\".nav-item li:before\":true},[\"content:\\\"\\\"\",\"position:absolute\",\"top:0\",\"left:0\",\"z-index:-1\",\"height:100%\",\"width:3px\",\"background-color:#393939\"]],[true,{\".contact-floating\":true},[\"position:fixed\",\"bottom:0\",\"background:#1e1e1e\",\"width:100%\",\"padding:3px\",\"z-index:3\"]],[true,{\".contact-floating li a\":true},[\"font-size:13px\",\"color:#fff\"]],[true,{\".contact-floating li\":true},[\"display:inline-block\",\"width:32%\",\"text-align:center\",\"padding:5px 0px\"]],[true,{\".contact-floating li i\":true},[\"display:block\",\"margin:auto\",\"background-size:25px\",\"width:25px\",\"height:25px\"]],[true,{\".main\":true},[\"background:#020206\"]],[true,{\".slide\":true},[\"border:0\"]],[true,{\".main-slide\":true},[\"width:100%\"]],[true,{\".bg-rounded .container\":true},[\"padding:5px\",\"background:#020204\",\"margin-bottom:0\"]],[true,{\".ct-rounded\":true},[\"padding:0\",\"background:none\",\"border:0\"]],[true,{\".games .col-sm-2\":true},[\"max-width:31%\",\"flex:0 0 31%\",\"margin:4px\"]],[true,{\".game-wrapper\":true},[\"height:150px\"]],[true,{\".title-row\":true},[\"margin:10px 10px\",\"text-align:center\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"width:100%\",\"height:auto\"]],[true,{\".footer .col-sm-2\":true},[\"max-width:21%\",\"flex:0 0 21%\",\"margin:4px\"]],[true,{\".footer-title\":true},[\"width:max-content\"]],[true,{\".footer .container\":true},[\"padding:0px 10px\"]],[true,{\".copyright\":true},[\"text-align:center\"]],[true,{\".quick-footer\":true},[\"width:44%\"]],[true,{\".quick-footer li\":true},[\"padding:0px 7px\"]],[true,{\"#side-opener\":true},[\"display:none\"]],[true,{\"input .tg\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\".tg:checked+.page-content\":true},[\"right:272px\"]],[true,{\".page-sidebar\":true},[\"background-color:#1a1a1a\",\"width:272px\",\"display:block\",\"z-index:2\",\"top:0px\",\"right:0px\",\"bottom:0px\",\"overflow:hidden\",\"position:fixed\",\"border-right:1px solid #353535\"]],[true,{\".page-sidebar-scroll\":true},[\"z-index:2\",\"overflow:scroll\",\"overflow-x:hidden\",\"height:100%\",\"padding:0px 0px 0px 3px\",\"width:100%\",\"top:-1px\"]],[true,{\".page-content\":true},[\"z-index:10\",\"right:0\",\"display:block\",\"min-height:580px\",\"transition:all .25s ease-out\",\"-webkit-transition:all .25s ease-out\",\"background-color:#0a0a0a\"]],[true,{\".deploy-sidebar\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/deploy-nav.png\\\")\",\"background-repeat:no-repeat\",\"background-position:9px 21px\",\"background-size:28px 19px\",\"height:60px\",\"max-width:44px\",\"z-index:50\",\"width:20%\",\"float:right\",\"top:1px\",\"right:10px\"]],[true,{\".sidebar-shortcuts\":true},[\"width:100%\",\"height:1px\",\"background-color:#333\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".site-logo\":true},[\"width:38%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"max-width:100%\",\"height:auto\"]],[true,{\".login-mobile li a\":true},[\"padding:5px 9px\",\"font-size:11px\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\"]],[true,{\".main-homepage li\":true},[\"margin-bottom:17px\"]],[true,{\".main-homepage li a\":true},[\"top:76px\"]],[true,{\".slide\":true},[\"height:102px\"]],[true,{\".quick-footer i\":true},[\"right:-13px\"]],[true,{\".page-sidebar\":true},[\"width:200px\"]],[true,{\".tg:checked+.page-content\":true},[\"left:202px\"]],[true,\"}\"],[true,\"}\"],[true,{\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"-o-object-fit:contain\",\"object-fit:contain\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-img img\":true,\"amp-img noscript\":true},[\"image-rendering:inherit\",\"-o-object-fit:inherit\",\"object-fit:inherit\",\"-o-object-position:inherit\",\"object-position:inherit\"]],[true,{\"body\":true},[\"--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--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--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\"]]],\"included\":true}]'),
(1270,70,'_wp_old_date','2025-09-12');
INSERT INTO `wp_postmeta` VALUES
(1271,70,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":86,\"final_size\":136,\"element\":{\"name\":\"style\",\"attributes\":[]},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":2079,\"function\":\"wp_print_auto_sizes_contain_css_fix\",\"hook\":\"wp_head\",\"priority\":1}],\"priority\":70,\"hash\":\"c621d07fb5558e1c2469e3aa9c42602a\",\"parse_time\":0.015420198440551758,\"shake_time\":0.004065036773681641,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"amp-img:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true,\"amp-anim:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true},[\"contain-intrinsic-size:3000px 1500px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":60,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"litespeed-cache-dummy-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/litespeed-cache\\/assets\\/css\\/litespeed-dummy.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"litespeed-cache-dummy\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d751713988987e9331980363e24189ce\",\"parse_time\":0.013470888137817383,\"shake_time\":3.0994415283203125e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.5.5\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1012,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2250,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d9cbcea123ed980237b7ccf844b62f01\",\"parse_time\":0.004324197769165039,\"shake_time\":0.13177800178527832,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-unknown-size\":true,\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:unset\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":true,\"amp-img noscript\":true,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":41469,\"final_size\":6122,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"astra-theme-css-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/themes\\/mabar88\\/assets\\/css\\/minified\\/main.min.css?ver=3.7.9\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":1,\"hash\":\"297834b4c4b19b7b6584facdb172187b\",\"parse_time\":0.08601713180541992,\"shake_time\":0.0011570453643798828,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"address\":false,\"blockquote\":false,\"body\":true,\"dd\":false,\"dl\":false,\"dt\":false,\"fieldset\":false,\"figure\":false,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\"hr\":false,\"html\":true,\"amp-iframe\":false,\"legend\":false,\"li\":true,\"ol\":true,\"p\":true,\"pre\":false,\"textarea\":false,\"ul\":true},[\"border:0\",\"font-size:100%\",\"font-style:inherit\",\"font-weight:inherit\",\"margin:0\",\"outline:0\",\"padding:0\",\"vertical-align:baseline\"]],[true,{\"html\":true},[\"-webkit-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\"]],[true,{\"body\":true},[\"margin:0\"]],[false,{\"main\":false,\"nav\":false},[\"display:block\"]],[false,{\"progress\":false},[\"display:inline-block\",\"vertical-align:baseline\"]],[true,{\"a\":true},[\"background-color:transparent\"]],[true,{\"a:active\":true},[\"outline:0\"]],[true,{\"a\":true,\"a:focus\":true,\"a:hover\":true,\"a:visited\":true},[\"text-decoration:none\"]],[false,{\"abbr[title]\":false},[\"border-bottom:1px dotted\"]],[false,{\"b\":false,\"strong\":false},[\"font-weight:700\"]],[false,{\"dfn\":false},[\"font-style:italic\"]],[false,{\"mark\":false},[\"background:#ff0\",\"color:#000\"]],[false,{\"small\":false},[\"font-size:80%\"]],[false,{\"sub\":false,\"sup\":false},[\"font-size:75%\",\"line-height:0\",\"position:relative\",\"vertical-align:baseline\"]],[false,{\"sup\":false},[\"top:-.5em\"]],[false,{\"sub\":false},[\"bottom:-.25em\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"border:0\"]],[false,{\"svg:not(:root)\":false},[\"overflow:hidden\"]],[false,{\"figure\":false},[\"margin:0\"]],[false,{\"hr\":false},[\"box-sizing:content-box\",\"height:0\"]],[false,{\"pre\":false},[\"overflow:auto\"]],[false,{\"code\":false,\"kbd\":false,\"pre\":false,\"samp\":false},[\"font-size:1em\"]],[true,{\"button\":false,\"input\":true,\"optgroup\":false,\"select\":false,\"textarea\":false},[\"color:inherit\",\"font:inherit\",\"margin:0\"]],[false,{\"button\":false},[\"overflow:visible\"]],[false,{\"button\":false,\"select\":false},[\"text-transform:none\"]],[true,{\"button\":false,\"html input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"-webkit-appearance:button\",\"cursor:pointer\"]],[true,{\"button[disabled]\":false,\"html input[disabled]\":true},[\"cursor:default\"]],[true,{\"button::-moz-focus-inner\":false,\"input::-moz-focus-inner\":true},[\"border:0\",\"padding:0\"]],[true,{\"input\":true},[\"line-height:normal\"]],[true,{\"input[type=checkbox]\":true,\"input[type=radio]\":true},[\"box-sizing:border-box\",\"padding:0\"]],[true,{\"input[type=number]::-webkit-inner-spin-button\":true,\"input[type=number]::-webkit-outer-spin-button\":true},[\"height:auto\"]],[true,{\"input[type=search]\":true},[\"-webkit-appearance:textfield\",\"box-sizing:content-box\"]],[false,{\"#comments .submit\":false,\".search .search-submit\":false},[\"padding:10px 15px\",\"border-radius:2px\",\"line-height:1.8571428571429\",\"border:0\"]],[false,{\".search .site-main .ast-search-submit\":false},[\"display:none\"]],[true,{\"input[type=search]::-webkit-search-cancel-button\":true,\"input[type=search]::-webkit-search-decoration\":true},[\"-webkit-appearance:none\"]],[false,{\"fieldset\":false},[\"border:1px solid #eaeaea\",\"margin:0 0\",\"padding:.35em .625em .75em\"]],[false,{\"legend\":false},[\"border:0\",\"padding:0\"]],[false,{\"fieldset legend\":false},[\"margin-bottom:1.5em\",\"padding:0 .5em\"]],[false,{\"textarea\":false},[\"overflow:auto\"]],[false,{\"optgroup\":false},[\"font-weight:700\"]],[false,{\"table\":false},[\"border-collapse:collapse\",\"border-spacing:0\"]],[false,{\"td\":false,\"th\":false},[\"padding:0\"]],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,{\".ast-container\":false,\".ast-container-fluid\":false},[\"margin-left:auto\",\"margin-right:auto\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-row\":false},[\"margin-left:-20px\",\"margin-right:-20px\"]],[false,{\".ast-grid-common-col\":false},[\"position:relative\",\"min-height:1px\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-float\":false},[\"float:left\"]],[false,\"@media (max-width:992px){\"],[false,{\".ast-width-sm-25\":false},[\"width:25%\"]],[false,{\".ast-width-md-50\":false},[\"width:50%\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-width-md-25\":false},[\"width:25%\"]],[false,\"}\"],[false,{\".ast-full-width\":false},[\"width:100%\"]],[false,{\".ast-width-50\":false},[\"width:50%\"]],[false,\"@media (min-width:768px){\"],[false,{\".ast-width-md-4\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-md-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-md-6\":false},[\"width:50%\",\"float:left\"]],[false,{\".ast-width-md-3\":false},[\"width:25%\"]],[false,{\".ast-width-md-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[false,\"@media (min-width:769px){\"],[false,{\".ast-width-md-20\":false},[\"width:20%\"]],[false,\"}\"],[false,\"@media (min-width:992px){\"],[false,{\".ast-width-lg-33\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-lg-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-lg-50\":false},[\"width:50%\"]],[false,{\".ast-width-lg-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"clear:both\"]],[true,{\".entry-content h1\":false,\"h1\":true},[\"color:#808285\",\"font-size:2em\",\"line-height:1.2\"]],[true,{\".entry-content h2\":false,\"h2\":true},[\"color:#808285\",\"font-size:1.7em\",\"line-height:1.3\"]],[false,{\".entry-content h3\":false,\"h3\":false},[\"color:#808285\",\"font-size:1.5em\",\"line-height:1.4\"]],[false,{\".entry-content h4\":false,\"h4\":false},[\"color:#808285\",\"line-height:1.5\",\"font-size:1.3em\"]],[false,{\".entry-content h5\":false,\"h5\":false},[\"color:#808285\",\"line-height:1.6\",\"font-size:1.2em\"]],[false,{\".entry-content h6\":false,\"h6\":false},[\"color:#808285\",\"line-height:1.7\",\"font-size:1.1em\"]],[true,{\"html\":true},[\"box-sizing:border-box\"]],[true,{\"*\":true,\":after\":true,\":before\":true},[\"box-sizing:inherit\"]],[true,{\"body\":true},[\"color:#808285\",\"background:#fff\",\"font-style:normal\"]],[true,{\"ol\":true,\"ul\":true},[\"margin:0 0 1.5em 3em\"]],[true,{\"ul\":true},[\"list-style:disc\"]],[true,{\"ol\":true},[\"list-style:decimal\"]],[true,{\"li>ol\":true,\"li>ul\":true},[\"margin-bottom:0\",\"margin-left:1.5em\"]],[false,{\"dt\":false},[\"font-weight:700\"]],[false,{\"dd\":false},[\"margin:0 1.5em 1.5em\"]],[false,{\"b\":false,\"strong\":false},[\"font-weight:700\"]],[true,{\"cite\":false,\"dfn\":false,\"em\":false,\"i\":true},[\"font-style:italic\"]],[false,{\"blockquote\":false,\"q\":false},[\"quotes:\\\"\\\" \\\"\\\"\"]],[false,{\"blockquote:after\":false,\"blockquote:before\":false,\"q:after\":false,\"q:before\":false},[\"content:\\\"\\\"\"]],[false,{\"blockquote\":false},[\"border-left:5px solid rgba(0,0,0,.05)\",\"padding:20px\",\"font-size:1.2em\",\"font-style:italic\",\"margin:0 0 1.5em\",\"position:relative\"]],[false,{\"address\":false},[\"margin:0 0 1.5em\"]],[false,{\"abbr\":false,\"acronym\":false},[\"border-bottom:1px dotted #666\",\"cursor:help\"]],[false,{\"pre\":false},[\"background:#eee\",\"font-family:\\\"Courier 10 Pitch\\\",Courier,monospace\",\"margin-bottom:1.6em\",\"overflow:auto\",\"max-width:100%\",\"padding:1.6em\"]],[false,{\"code\":false,\"kbd\":false,\"tt\":false,\"var\":false},[\"font:15px Monaco,Consolas,\\\"Andale Mono\\\",\\\"DejaVu Sans Mono\\\",monospace\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"height:auto\",\"max-width:100%\"]],[false,{\"hr\":false},[\"background-color:#ccc\",\"border:0\",\"height:1px\",\"margin-bottom:1.5em\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false},[\"color:#808285\",\"font-weight:400\",\"font-size:100%\",\"margin:0\",\"vertical-align:baseline\"]],[true,{\"button\":false,\"input\":true},[\"line-height:normal\"]],[false,{\"big\":false},[\"font-size:125%\"]],[false,{\"ins\":false,\"mark\":false},[\"background:0 0\",\"text-decoration:none\"]],[false,{\"table\":false,\"td\":false,\"th\":false},[\"border:1px solid rgba(0,0,0,.1)\"]],[false,{\"table\":false},[\"border-collapse:separate\",\"border-spacing:0\",\"border-width:1px 0 0 1px\",\"margin:0 0 1.5em\",\"width:100%\"]],[false,{\"th\":false},[\"font-weight:700\"]],[false,{\"td\":false,\"th\":false},[\"padding:8px\",\"border-width:0 1px 1px 0\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"border:1px solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#e6e6e6\",\"padding:.6em 1em .4em\",\"color:#fff\"]],[true,{\".ast-button:focus\":false,\".ast-button:hover\":false,\".button:focus\":false,\".button:hover\":false,\"button:focus\":false,\"button:hover\":false,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"color:#fff\",\"border-color:#eaeaea\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"button:active\":false,\"button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=reset]:active\":true,\"input[type=reset]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"border-color:#eaeaea\",\"outline:0\"]],[true,{\"input[type=email]\":true,\"input[type=password]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"textarea\":false},[\"color:#666\",\"border:1px solid #ccc\",\"border-radius:2px\",\"-webkit-appearance:none\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"textarea:focus\":false},[\"color:#111\"]],[false,{\"textarea\":false},[\"padding-left:3px\",\"width:100%\"]],[true,{\"a\":true},[\"color:#4169e1\"]],[true,{\"a:focus\":true,\"a:hover\":true},[\"color:#191970\"]],[true,{\"a:focus\":true},[\"outline:thin dotted\"]],[true,{\"a:hover\":true},[\"outline:0\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#f1f1f1\",\"border-radius:2px\",\"box-shadow:0 0 2px 2px rgba(0,0,0,.6)\",\"color:#21759b\",\"display:block\",\"font-size:12.25px\",\"font-size:.875rem\",\"height:auto\",\"left:5px\",\"line-height:normal\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"top:5px\",\"width:auto\",\"z-index:100000\"]],[false,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":false},[\"clip:auto\"]],[false,{\".alignleft\":false},[\"display:inline\",\"float:left\",\"margin-right:1.5em\"]],[false,{\".alignright\":false},[\"display:inline\",\"float:right\",\"margin-left:1.5em\"]],[false,{\".aligncenter\":false},[\"clear:both\",\"text-align:center\",\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"embed\":false,\"amp-iframe\":false,\"amp-google-document-embed\":false},[\"max-width:100%\"]],[false,{\".wp-caption\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-caption amp-img[class*=wp-image-]\":false,\".wp-caption amp-anim[class*=wp-image-]\":false},[\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-caption .wp-caption-text\":false},[\"margin:.8075em 0\"]],[false,{\".wp-caption-text\":false},[\"text-align:center\"]],[true,{\"::selection\":true},[\"color:#fff\",\"background:#0274be\"]],[true,{\"body\":true},[\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\"]],[true,{\"body:not(.logged-in)\":true},[\"position:relative\"]],[false,{\"#page\":false},[\"position:relative\"]],[true,{\"a\":true,\"a:focus\":true},[\"text-decoration:none\"]],[true,{\".secondary a *\":false,\".site-footer a *\":true,\".site-header a *\":false,\"a\":true},[\"transition:all .2s linear\"]],[false,{\".capitalize\":false},[\"text-transform:uppercase\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"vertical-align:middle\"]],[false,{\".entry-content h1\":false,\".entry-content h2\":false,\".entry-content h3\":false,\".entry-content h4\":false,\".entry-content h5\":false,\".entry-content h6\":false},[\"margin-bottom:20px\"]],[true,{\"p\":true},[\"margin-bottom:1.75em\"]],[false,{\"blockquote\":false},[\"margin:1.5em 1em 1.5em 3em\",\"font-size:1.1em\",\"line-height:inherit\",\"position:relative\"]],[true,{\".ast-button\":false,\".button\":false,\"input[type=button]\":true,\"input[type=submit]\":true},[\"border-radius:0\",\"padding:18px 30px\",\"border:0\",\"box-shadow:none\",\"text-shadow:none\"]],[true,{\".ast-button:hover\":false,\".button:hover\":false,\"input[type=button]:hover\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"box-shadow:none\"]],[false,{\".site-title\":false},[\"font-weight:400\"]],[false,{\".site-description\":false,\".site-title\":false},[\"margin-bottom:0\"]],[false,{\".site-description a\":false,\".site-description:focus a\":false,\".site-description:hover a\":false,\".site-title a\":false,\".site-title:focus a\":false,\".site-title:hover a\":false},[\"transition:all .2s linear\"]],[false,{\".site-title a\":false,\".site-title a:focus\":false,\".site-title a:hover\":false,\".site-title a:visited\":false},[\"color:#222\"]],[false,{\".site-description a\":false,\".site-description a:focus\":false,\".site-description a:hover\":false,\".site-description a:visited\":false},[\"color:#999\"]],[false,{\".search-form .search-field\":false},[\"outline:0\"]],[false,{\".ast-search-menu-icon\":false},[\"position:relative\",\"z-index:3\"]],[false,{\".site .skip-link\":false},[\"background-color:#f1f1f1\",\"box-shadow:0 0 1px 1px rgba(0,0,0,.2)\",\"color:#21759b\",\"display:block\",\"font-family:Montserrat,\\\"Helvetica Neue\\\",sans-serif\",\"font-size:14px\",\"font-weight:700\",\"left:-9999em\",\"outline:0\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"text-transform:none\",\"top:-9999em\"]],[false,{\".site .skip-link:focus\":false},[\"clip:auto\",\"height:auto\",\"left:6px\",\"top:7px\",\"width:auto\",\"z-index:100000\",\"outline:thin dotted\"]],[false,{\".logged-in .site .skip-link\":false},[\"box-shadow:0 0 2px 2px rgba(0,0,0,.2)\",\"font-family:\\\"Open Sans\\\",sans-serif\"]],[true,{\"input\":true,\"select\":false},[\"line-height:1\"]],[true,{\".ast-button\":false,\".ast-custom-button\":false,\"body\":true,\"button\":false,\"input[type=button]\":true,\"input[type=submit]\":true,\"textarea\":false},[\"line-height:1.8571428571429\"]],[false,{\".site-title a\":false},[\"line-height:1.2\"]],[false,{\".site-header .site-description\":false},[\"line-height:1.5\"]],[false,{\".ast-single-post .entry-title\":false,\".ast-single-post .entry-title a\":false},[\"line-height:1.2\"]],[false,{\".entry-title\":false,\".entry-title a\":false},[\"font-weight:400\"]],[false,{\".ast-oembed-container\":false},[\"position:relative\",\"padding-top:56.25%\",\"height:0\",\"height:auto\",\"overflow:hidden\",\"max-width:100%\"]],[false,{\".ast-oembed-container embed\":false,\".ast-oembed-container amp-iframe\":false,\".ast-oembed-container amp-google-document-embed\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\"body .ast-oembed-container *\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\".ast-hidden:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[true,{\"body\":true},[\"background-color:#fff\"]],[false,{\"#page\":false},[\"display:block\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"width:100%\"]],[false,{\"#primary\":false},[\"margin:4em 0\"]],[false,{\".ast-separate-container\":false},[\"background-color:#f5f5f5\"]],[false,{\".ast-separate-container #primary\":false},[\"padding:4em 0\",\"margin:0\",\"border:0\"]],[false,{\".ast-separate-container .site-main>.ast-row\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false},[\"background-color:#fff\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"border-bottom:1px solid #eee\",\"margin:0\",\"padding:5.34em 6.67em\"]],[false,{\".ast-separate-container .blog-layout-1\":false},[\"padding:0\",\"border-bottom:0\"]],[false,{\".ast-separate-container .ast-article-single\":false},[\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (min-width:993px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"margin:4em 0\",\"padding:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:60px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:30px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:30px\"]],[false,\"}\"],[false,{\".ast-search-icon .astra-search-icon\":false},[\"font-size:1.3em\"]],[false,{\".main-navigation\":false},[\"height:100%\",\"-js-display:inline-flex\",\"display:inline-flex\"]],[false,{\".main-navigation ul\":false},[\"list-style:none\",\"margin:0\",\"padding-left:0\",\"position:relative\"]],[false,{\".main-header-menu .menu-link\":false,\".main-header-menu>a\":false},[\"text-decoration:none\",\"padding:0 1em\",\"display:inline-block\",\"transition:all .2s linear\"]],[false,{\".main-header-menu .menu-item\":false},[\"position:relative\"]],[false,{\".main-header-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .menu-item:hover>.sub-menu\":false},[\"right:auto\",\"left:0\"]],[false,{\".main-header-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"right:0\",\"left:auto\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu\":false},[\"width:240px\",\"background:#fff\",\"left:-999em\",\"position:absolute\",\"top:100%\",\"z-index:99999\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:100%\",\"right:auto\"]],[false,{\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu .menu-link\":false},[\"padding:.9em 1em\",\"display:block\",\"word-wrap:break-word\"]],[false,{\".main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:none\"]],[false,{\"#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow svg\":false},[\"position:absolute\",\"right:.6em\",\"top:50%\",\"transform:translate(0,-50%) rotate(270deg)\"]],[false,{\".main-header-menu .sub-menu .sub-menu\":false},[\"top:0\"]],[false,{\".submenu-with-border .sub-menu\":false},[\"border-width:1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .menu-link\":false},[\"border-width:0 0 1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .sub-menu\":false},[\"top:-1px\"]],[false,{\".ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link\":false},[\"border-bottom-width:0\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"padding-left:0\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type\":false},[\"margin-right:5px\"]],[false,{\".ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:inline\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:50px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-header-break-point .main-header-menu\":false},[\"background-color:#f9f9f9\",\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-header-break-point .dropdown-menu-toggle\":false},[\"display:none\"]],[false,{\".ast-mobile-menu-buttons\":false},[\"display:none\"]],[false,{\".ast-button-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap button\":false},[\"box-shadow:none\",\"border:none\"]],[false,{\".ast-button-wrap .menu-toggle\":false},[\"padding:0\",\"width:2.2em\",\"height:2.1em\",\"font-size:1.5em\",\"font-weight:400\",\"border-radius:2px\",\"border-radius:2px\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"vertical-align:middle\",\"line-height:1.8571428571429\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:0 .5em\",\"width:auto\",\"text-align:center\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu\":false},[\"font-size:15px\",\"font-size:1rem\",\"font-weight:600\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon\":false},[\"font-style:normal\",\"display:inline-block\",\"vertical-align:middle\",\"line-height:2.05\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5d2\\\"\",\"font-family:Astra\",\"text-decoration:inherit\"]],[false,{\".ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5cd\\\"\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(1)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2)\":false},[\"display:block\"]],[false,{\".ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap .menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".header-main-layout-1 .ast-main-header-bar-alignment\":false},[\"margin-left:auto\"]],[false,{\".site-navigation\":false},[\"height:100%\"]],[false,{\".site-header .menu-link *\":false},[\"transition:none\"]],[false,{\".ast-icon.icon-arrow svg\":false},[\"height:.6em\",\"width:.6em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".ast-icon.icon-search svg\":false},[\"height:1em\",\"width:.9em\",\"margin-top:3px\",\"margin-right:2px\"]],[false,{\".ast-header-break-point .user-select\":false},[\"clear:both\"]],[false,{\".ast-header-break-point .ast-mobile-menu-buttons\":false},[\"display:block\",\"align-self:center\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"flex:auto\"]],[false,{\".ast-header-break-point .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"flex:auto\",\"order:4\"]],[false,{\".ast-header-break-point .ast-icon.icon-arrow svg\":false},[\"height:.85em\",\"width:.95em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".site-main .comment-navigation\":false,\".site-main .post-navigation\":false,\".site-main .posts-navigation\":false},[\"margin:0 0 1.5em\",\"overflow:hidden\"]],[false,{\".comment-navigation .nav-next\":false,\".comment-navigation .nav-previous\":false,\".post-navigation .nav-next\":false,\".post-navigation .nav-previous\":false,\".posts-navigation .nav-next\":false,\".posts-navigation .nav-previous\":false},[\"width:50%\",\"display:inline-block\"]],[false,{\".comment-navigation .nav-next\":false,\".post-navigation .nav-next\":false,\".posts-navigation .nav-next\":false},[\"text-align:right\"]],[false,{\".ast-icon svg\":false},[\"fill:currentColor\"]],[false,{\".post-navigation a\":false},[\"background:0 0\",\"font-size:16px\",\"font-size:1.06666rem\",\"padding:0 1.5em\",\"height:2.33333em\",\"line-height:calc(2.33333em - 3px)\"]],[true,{\".sticky\":true},[\"display:block\"]],[false,{\".hentry\":false},[\"margin:0 0 1.5em\"]],[false,{\".byline\":false,\".updated:not(.published)\":false},[\"display:none\"]],[false,{\".group-blog .byline\":false,\".single .byline\":false},[\"display:inline\"]],[false,{\".page-links\":false},[\"clear:both\",\"margin-top:1em\"]],[false,{\".page-links a\":false},[\"display:inline-block\"]],[false,{\".page-links a .page-link\":false},[\"border-color:#eaeaea\",\"background:0 0\"]],[false,{\".page-links .page-link\":false},[\"padding:0\",\"margin:0 0 .3em .3em\",\"border:2px solid #eaeaea\",\"color:#000\",\"background:0 0\",\"font-size:.8em\",\"width:2.5em\",\"height:2.5em\",\"line-height:calc(2.5em - 4px)\",\"display:inline-block\",\"text-align:center\",\"transition:all .2s linear\"]],[false,{\".page-links .page-link:focus\":false,\".page-links .page-link:hover\":false},[\"color:#000\"]],[false,\"@media (max-width:768px){\"],[false,{\".page-links .page-link\":false},[\"margin-bottom:6px\"]],[false,\"}\"],[true,{\".entry-content>:last-child\":false,\".entry-summary>:last-child\":false,\".page-content>:last-child\":true},[\"margin-bottom:0\"]],[false,{\".bypostauthor\":false},[\"display:block\"]],[false,{\".ast-no-sidebar .entry-content .alignfull\":false},[\"margin-left:calc(-50vw + 50%)\",\"margin-right:calc(-50vw + 50%)\",\"max-width:100vw\",\"width:100vw\"]],[false,{\".ast-no-sidebar .entry-content .alignfull .alignfull\":false,\".ast-no-sidebar .entry-content .alignfull .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .alignwide\":false},[\"margin-left:calc(-41vw + 50%)\",\"margin-right:calc(-41vw + 50%)\",\"max-width:unset\",\"width:unset\"]],[false,{\".ast-no-sidebar .entry-content .alignwide .alignfull\":false,\".ast-no-sidebar .entry-content .alignwide .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .wp-block-column .alignfull\":false,\".ast-no-sidebar .entry-content .wp-block-column .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:100%\"]],[false,{\".blocks-gallery-grid\":false,\".wp-block-gallery\":false},[\"margin:0\"]],[false,{\".wp-block-separator\":false},[\"max-width:100px\"]],[false,{\".wp-block-separator.is-style-dots\":false,\".wp-block-separator.is-style-wide\":false},[\"max-width:none\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:10px\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:10px\"]],[false,\"@media (max-width:782px){\"],[false,{\".entry-content .wp-block-columns .wp-block-column\":false},[\"flex-basis:100%\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:0\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:0\"]],[false,\"}\"],[true,{\"body\":true},[\"overflow-x:hidden\"]],[false,{\"body .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\"body .entry-content .wp-block-latest-posts li\":false},[\"list-style:none\"]],[false,{\".ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\".ast-header-break-point .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content .blocks-gallery-item amp-img\":false,\".entry-content .blocks-gallery-item amp-anim\":false},[\"margin-bottom:auto\"]],[false,{\".wp-block-pullquote\":false},[\"border-top:4px solid #555d66\",\"border-bottom:4px solid #555d66\",\"color:#40464d\"]],[false,{\".widget-title\":false},[\"font-weight:400\",\"margin-bottom:1em\",\"line-height:1.5\"]],[false,{\".widget\":false},[\"margin:0 0 2.8em 0\"]],[false,{\".widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".widget select\":false},[\"max-width:100%\"]],[false,{\".widget ul\":false},[\"margin:0\",\"list-style-type:none\"]],[false,{\".no-widget-text\":false},[\"margin-bottom:0\"]],[false,{\".widget_nav_menu ul ul.sub-menu\":false},[\"margin-top:.25em\"]],[false,{\".widget_nav_menu ul ul.sub-menu li\":false},[\"padding-left:20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu a:after\":false},[\"left:-20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul ul a:after\":false},[\"left:-60px\"]],[false,{\".widget_nav_menu li\":false},[\"transition:all .2s linear\"]],[false,{\".widget_search .search-form\":false},[\"position:relative\",\"padding:0\",\"background:initial\",\"color:inherit\"]],[false,{\".widget_search .search-form>label\":false},[\"position:relative\"]],[false,{\".widget_search .search-form i\":false},[\"color:#3a3a3a\"]],[false,{\".widget_search .search-form button\":false},[\"position:absolute\",\"top:0\",\"right:15px\",\"border:none\",\"padding:0\",\"cursor:pointer\",\"background:0 0\"]],[false,{\".widget_search .search-form input[type=submit]\":false,\".widget_search .search-form input[type=submit]:focus\":false,\".widget_search .search-form input[type=submit]:hover\":false},[\"padding:13px 20px\",\"border-radius:2px\",\"border:none\",\"top:0\",\"right:0\",\"position:absolute\",\"color:transparent\",\"background:0 0\",\"max-width:45px\",\"z-index:2\"]],[false,{\".widget_search .search-form .search-field\":false},[\"background:#fafafa\",\"border-width:1px\",\"border-color:#eaeaea\",\"border-radius:2px\"]],[false,{\".widget_search .search-field\":false,\".widget_search .search-field:focus\":false},[\"width:100%\",\"padding:16px 45px 16px 15px\"]],[false,{\".widget_archive ul.children\":false,\".widget_categories ul.children\":false,\".widget_pages ul.children\":false},[\"position:relative\",\"margin-top:5px\",\"width:100%\"]],[false,{\".widget_archive ul.children li\":false,\".widget_categories ul.children li\":false,\".widget_pages ul.children li\":false},[\"padding-left:20px\"]],[false,{\".widget_archive li ul.children a:after\":false,\".widget_categories li ul.children a:after\":false,\".widget_pages li ul.children a:after\":false},[\"left:-20px\"]],[false,{\".widget_archive li ul.children ul a:after\":false,\".widget_categories li ul.children ul a:after\":false,\".widget_pages li ul.children ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_tag_cloud .tagcloud\":false},[\"margin-top:10px\",\"display:inline-block\"]],[false,{\".widget_tag_cloud .tagcloud a\":false},[\"border:1px solid #e2e2e2\",\"padding:.5em .9em\",\"display:inline-block\",\"margin-bottom:4px\",\"font-size:14px\",\"margin-right:4px\",\"line-height:1.5\",\"transition:all .2s linear\"]],[false,{\".widget_calendar table\":false,\".widget_calendar td\":false,\".widget_calendar th\":false},[\"padding:0\",\"text-align:center\"]],[false,{\".widget_calendar table\":false,\".widget_calendar th\":false},[\"border:none\"]],[false,{\".widget_calendar td\":false},[\"border-right:none\",\"border-left:none\"]],[false,{\".widget_calendar caption\":false},[\"line-height:2.7em\"]],[false,{\".widget_calendar thead\":false},[\"line-height:2.5em\"]],[false,{\".widget_calendar thead a\":false},[\"color:#0274be\",\"font-size:1rem\",\"vertical-align:middle\"]],[false,{\".widget_calendar thead td\":false},[\"vertical-align:middle\",\"font-weight:700\"]],[false,{\".widget_calendar thead>tr>th\":false},[\"line-height:2.5em\",\"border-bottom:2px solid #eaeaea\",\"border-top:2px solid #eaeaea\"]],[false,{\".widget_calendar tbody\":false},[\"line-height:2.1em\",\"text-align:center\"]],[false,{\".widget_calendar tbody>tr>td\":false},[\"width:14.2857%\"]],[false,{\".widget_calendar tbody>tr:first-child>td\":false},[\"padding-top:3px\"]],[false,{\".widget_calendar #today\":false},[\"background:#0274be\"]],[false,{\".ast-builder-grid-row\":false},[\"display:grid\",\"grid-template-columns:auto auto\",\"align-items:center\",\"grid-column-gap:20px\",\"overflow-wrap:anywhere\"]],[false,{\".ast-builder-grid-row>.site-header-section\":false},[\"flex-wrap:nowrap\"]],[false,{\".ast-builder-footer-grid-columns\":false},[\"grid-column-gap:50px\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout\":false},[\"grid-template-columns:1fr auto 1fr\"]],[false,{\".ast-builder-layout-element\":false},[\"align-items:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only\":false},[\"-js-display:flex\",\"display:flex\",\"height:100%\",\"justify-content:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center\":false},[\"flex-grow:1\"]],[false,{\".site-header-section\":false},[\"height:100%\",\"min-height:0\",\"align-items:center\"]],[false,{\".site-header-section .ast-main-header-bar-alignment\":false},[\"height:100%\"]],[false,{\".site-header-section>*\":false},[\"padding:0 10px\"]],[false,{\".site-header-section>div:first-child\":false},[\"padding-left:0\"]],[false,{\".site-header-section>div:last-child\":false},[\"padding-right:0\"]],[false,{\".site-header-section .ast-builder-menu\":false},[\"align-items:center\"]],[false,{\".ast-builder-layout-element.ast-header-search\":false},[\"height:auto\"]],[false,{\".ast-grid-right-center-section\":false},[\"justify-content:flex-start\",\"flex-grow:1\"]],[false,{\".ast-grid-right-section\":false},[\"justify-content:flex-end\"]],[false,{\".ast-grid-right-section .ast-site-identity>:first-child\":false},[\"text-align:right\"]],[false,{\".ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child\":false},[\"text-align:left\"]],[false,{\".ast-grid-left-center-section\":false},[\"justify-content:flex-end\",\"flex-grow:1\"]],[false,{\".ast-logo-title-inline .ast-site-identity\":false},[\"padding:1em 0\",\"-js-display:inline-flex\",\"display:inline-flex\",\"vertical-align:middle\",\"align-items:center\",\"transition:all .2s linear\"]],[false,{\".ast-grid-section-center\":false},[\"justify-content:center\"]],[false,{\".ast-grid-section-center .ast-site-identity>:first-child\":false},[\"text-align:center\"]],[false,{\".ast-builder-social-element\":false},[\"line-height:1\",\"color:#3a3a3a\",\"background:0 0\",\"vertical-align:middle\",\"transition:all 10ms\",\"margin-left:6px\",\"margin-right:6px\",\"justify-content:center\",\"align-items:center\"]],[false,{\".ast-builder-social-element:hover\":false},[\"color:#0274be\"]],[false,{\".ast-builder-social-element .social-item-label\":false},[\"padding-left:6px\"]],[false,{\".ast-social-stack-desktop .ast-builder-social-element\":false,\".ast-social-stack-mobile .ast-builder-social-element\":false,\".ast-social-stack-tablet .ast-builder-social-element\":false},[\"margin-top:6px\",\"margin-bottom:6px\"]],[false,{\".ahfb-svg-iconset\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ahfb-svg-iconset svg\":false},[\"width:17px\",\"height:17px\",\"transition:none\"]],[false,{\".ahfb-svg-iconset svg>*\":false},[\"transition:none\"]],[false,{\".ast-footer-copyright p\":false},[\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-container\":false},[\"display:grid\",\"align-content:center\"]],[false,{\".main-header-bar .main-header-bar-navigation\":false},[\"height:100%\"]],[false,{\".ast-nav-menu .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".ast-builder-menu .main-navigation\":false},[\"padding:0\"]],[false,{\".ast-builder-menu .main-navigation>ul\":false},[\"align-self:center\"]],[false,{\".ast-footer-copyright\":false,\".ast-footer-social-wrap\":false,\".site-footer-focus-item\":false},[\"width:100%\"]],[false,{\"#astra-footer-menu\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\"#astra-footer-menu>ul\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\".ast-header-break-point #ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:0\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false,\".ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .ast-nav-menu .sub-menu\":false},[\"line-height:3\"]],[false,{\".site-footer-section\":false},[\"justify-content:center\"]],[false,{\".site-footer-section>*\":false},[\"margin-bottom:10px\"]],[false,{\".site-footer-section>:last-child\":false},[\"margin-bottom:0\"]],[false,{\".site-primary-footer-wrap\":false},[\"padding-top:45px\",\"padding-bottom:45px\"]],[false,{\".site-above-footer-wrap\":false,\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".ast-hfb-header.ast-header-break-point .main-header-bar-navigation\":false},[\"width:100%\",\"margin:0\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-mobile-svg\":false},[\"display:none\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-close-svg\":false},[\"display:block\"]],[false,{\".menu-toggle .ast-close-svg\":false},[\"display:none\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"-js-display:flex\",\"display:flex\",\"align-items:center\",\"width:auto\",\"height:auto\"]],[false,{\".menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:.5em\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-search-menu-icon.ast-inline-search .search-field\":false},[\"width:100%\",\"padding:.6em\",\"padding-right:5.5em\"]],[false,\"@media (min-width:769px){\"],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li\":false},[\"margin:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:first-child a\":false},[\"padding-left:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:last-child a\":false},[\"padding-right:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu a\":false},[\"padding:0 .5em\"]],[false,\"}\"],[false,{\".site-header\":false},[\"z-index:99\",\"position:relative\"]],[false,{\".main-header-container\":false},[\"position:relative\"]],[false,{\".main-header-bar-wrap\":false},[\"position:relative\"]],[false,{\".main-header-bar\":false},[\"background-color:#fff\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border:0\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".main-header-bar\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-desktop .main-header-menu.ast-menu-shadow .sub-menu\":false},[\"box-shadow:0 4px 10px -2px rgba(0,0,0,.1)\"]],[false,{\".ast-header-custom-item-inside .button-custom-menu-item .menu-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item\":false},[\"padding-left:0\",\"padding-right:0\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link\":false},[\"display:block\"]],[false,{\".site-branding\":false},[\"line-height:1\",\"align-self:center\"]],[false,{\".ast-menu-toggle\":false},[\"display:none\",\"background:0 0\",\"color:inherit\",\"border-style:dotted\",\"border-color:transparent\"]],[false,{\".ast-menu-toggle:focus\":false,\".ast-menu-toggle:hover\":false},[\"background:0 0\",\"border-color:inherit\",\"color:inherit\"]],[false,{\".ast-menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".ast-main-header-nav-open .main-header-bar\":false},[\"padding-bottom:0\"]],[false,{\".main-header-bar\":false},[\"z-index:4\",\"position:relative\"]],[false,{\".main-header-bar .main-header-bar-navigation:empty\":false},[\"padding:0\"]],[false,{\".main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after\":false},[\"line-height:normal\"]],[false,{\".custom-mobile-logo-link\":false},[\"display:none\"]],[false,{\".ast-site-identity\":false},[\"padding:1em 0\"]],[false,{\".ast-header-break-point .site-header .main-header-bar-wrap .site-branding\":false},[\"flex:1\",\"align-self:center\"]],[false,{\".ast-header-break-point .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"display:block\",\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-header-break-point .main-navigation .stack-on-mobile li\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-header-break-point .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-header-break-point .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".ast-header-break-point .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-header-break-point .ast-builder-menu\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile\":false},[\"flex-wrap:wrap\"]],[false,{\".ast-desktop .main-header-menu>.menu-item .sub-menu:before\":false},[\"position:absolute\",\"content:\\\"\\\"\",\"top:0\",\"left:0\",\"width:100%\",\"transform:translateY(-100%)\"]],[true,{\"input[type=email]\":true,\"input[type=number]\":true,\"input[type=password]\":true,\"input[type=reset]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"select\":false,\"textarea\":false},[\"color:#666\",\"padding:.75em\",\"height:auto\",\"border-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#fafafa\",\"box-shadow:none\",\"box-sizing:border-box\",\"transition:all .2s linear\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=reset]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"select:focus\":false,\"textarea:focus\":false},[\"background-color:#fff\",\"border-color:#eaeaea\",\"box-shadow:none\"]],[true,{\"input[type=button]\":true,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[false,{\"textarea\":false},[\"width:100%\"]],[true,{\"input[type=search]:focus\":true},[\"outline:thin dotted\"]],[true,{\"input[type=range]\":true},[\"-webkit-appearance:none\",\"width:100%\",\"margin:5.7px 0\",\"padding:0\",\"border:none\"]],[true,{\"input[type=range]:focus\":true},[\"outline:0\"]],[true,{\"input[type=range]::-webkit-slider-runnable-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-webkit-slider-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\",\"-webkit-appearance:none\",\"margin-top:-5.7px\"]],[true,{\"input[type=range]:focus::-webkit-slider-runnable-track\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]::-moz-range-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-moz-range-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]::-ms-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"background:0 0\",\"border-color:transparent\",\"color:transparent\"]],[true,{\"input[type=range]::-ms-fill-lower\":true},[\"background:rgba(199,199,199,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"height:8.6px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]:focus::-ms-fill-lower\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]:focus::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=color]\":true},[\"border:none\",\"width:100px\",\"padding:0\",\"height:30px\",\"cursor:pointer\"]],[true,{\"input[type=color]::-webkit-color-swatch-wrapper\":true},[\"padding:0\",\"border:none\"]],[true,{\"input[type=color]::-webkit-color-swatch\":true},[\"border:none\"]],[false,{\".page .entry-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".search .entry-header\":false},[\"margin-bottom:1em\"]],[false,{\".ast-single-post .entry-header.ast-header-without-markup\":false,\".ast-single-post .entry-header.ast-no-title.ast-no-thumbnail\":false},[\"margin-bottom:0\"]],[false,{\".entry-header\":false},[\"margin-bottom:1em\",\"word-wrap:break-word\"]],[false,{\".entry-header+.ast-blog-featured-section\":false},[\"margin-top:.5em\"]],[false,{\".entry-content\":false},[\"word-wrap:break-word\"]],[false,{\".entry-content p\":false},[\"margin-bottom:1.6em\"]],[false,{\".read-more\":false},[\"margin-bottom:0\"]],[false,{\".read-more .ast-right-arrow\":false},[\"font-size:1em\"]],[false,{\".ast-no-thumb .ast-blog-featured-section\":false},[\"margin-bottom:0\"]],[false,{\".ast-no-thumb .entry-header+.ast-blog-featured-section\":false},[\"margin-top:0\"]],[false,{\".ast-blog-featured-section\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header .page-title\":false},[\"margin-bottom:0\"]],[false,{\".archive .entry-title\":false,\".blog .entry-title\":false,\".search .entry-title\":false},[\"line-height:1.3\"]],[false,{\".archive .format-aside .entry-title\":false,\".archive .format-status .entry-title\":false,\".blog .format-aside .entry-title\":false,\".blog .format-status .entry-title\":false},[\"display:none\"]],[false,{\".page-title\":false},[\"margin-bottom:1em\",\"font-weight:400\"]],[false,{\".entry-title\":false},[\"margin-bottom:.2em\"]],[false,{\".ast-article-post\":false},[\"margin-bottom:2.5em\"]],[false,{\".ast-article-post:last-child\":false},[\"margin-bottom:0\",\"border-bottom:0\"]],[false,{\".search .site-content .content-area .search-form\":false},[\"margin-bottom:3em\"]],[false,{\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\",\"position:relative\"]],[false,{\".blog .posted-on\":false},[\"z-index:1\"]],[false,{\".ast-blog-featured-section .posted-on\":false},[\"width:5.714285714em\",\"height:5.714285714em\",\"padding:.7em\"]],[false,{\".ast-blog-featured-section .posted-on .date-month\":false,\".ast-blog-featured-section .posted-on .date-year\":false},[\"font-size:.8571428571em\",\"line-height:1em\"]],[false,{\".ast-blog-featured-section .posted-on .date-day\":false},[\"font-size:2.5em\",\"line-height:.9em\",\"font-weight:900\",\"margin:.1em 0\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"border-radius:50%\",\"margin:0 0 0 20px\"]],[false,{\".ast-archive-description\":false},[\"margin-bottom:2.5em\",\"padding-bottom:1.3333em\",\"border-bottom:1px solid #eee\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"margin-bottom:4px\",\"font-size:40px\",\"font-size:2.85714rem\",\"font-weight:300\"]],[false,{\".ast-archive-description p\":false},[\"margin-bottom:0\",\"font-size:20px\",\"font-size:1.42857rem\",\"line-height:1.65\",\"font-weight:300\"]],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"background-color:#eee\",\"padding-bottom:0\",\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"padding:2.14em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"margin:0\",\"padding:5em 6.67em 3.33333em\"]],[false,\"}\"],[false,{\".single .entry-header\":false},[\"margin-bottom:2em\"]],[false,{\".single .post-navigation\":false},[\"margin:0\",\"padding:2em 0 0\",\"border-top:1px solid #eee\"]],[false,\"@media (max-width:768px){\"],[false,{\".single .post-navigation\":false},[\"padding-top:1.5em\"]],[false,\"}\"],[false,{\".single .post-navigation a\":false},[\"margin:2px\",\"display:inline-block\",\"text-align:center\",\"color:#000\"]],[false,\"@media (min-width:421px){\"],[false,{\".single .post-navigation .nav-links\":false},[\"-js-display:flex\",\"display:flex\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"flex:auto\"]],[false,\"}\"],[false,\"@media (max-width:420px){\"],[false,{\".single .post-navigation .ast-left-arrow\":false,\".single .post-navigation .ast-right-arrow\":false},[\"display:none\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-next a\":false,\".single .post-navigation .nav-previous a\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-previous\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".single .entry-header .ast-single-post-order+.post-thumb amp-img\":false,\".single .entry-header .ast-single-post-order+.post-thumb amp-anim\":false},[\"margin-top:2em\",\"margin-bottom:0\"]],[false,{\".single .entry-header.ast-no-title .post-thumb+.ast-single-post-order\":false},[\"margin-top:0\"]],[false,{\".single .entry-header .post-thumb+.ast-single-post-order\":false},[\"margin-top:2em\"]],[false,{\".single .entry-header .post-thumb amp-img\":false,\".single .entry-header .post-thumb amp-anim\":false},[\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".page .has-post-thumbnail .post-thumb amp-img\":false,\".page .has-post-thumbnail .post-thumb amp-anim\":false},[\"margin-bottom:1.5em\"]],[false,{\".post-password-form\":false},[\"text-align:center\"]],[false,\"@media (max-width:420px){\"],[false,{\".post-password-form input[type=password]\":false},[\"display:block\",\"margin:10px auto\"]],[false,\"}\"],[false,{\".post-password-form input[type=submit]\":false},[\"padding:10px 20px\",\"border-radius:2px\"]],[false,{\".ast-separate-container .post-navigation\":false},[\"border-top:0\",\"padding-left:3.33333em\",\"padding-right:3.33333em\"]],[false,\"@media (max-width:420px){\"],[false,{\".ast-separate-container .post-navigation\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .entry-header\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".ast-404-layout-1\":false},[\"text-align:center\",\"margin:4em auto\"]],[false,{\".ast-404-layout-1 .page-sub-title\":false},[\"font-size:1.5rem\",\"font-weight:700\"]],[false,{\".ast-404-layout-1 .widget_search\":false},[\"padding-top:.5em\"]],[false,{\".ast-404-search\":false},[\"margin-top:1.5em\"]],[false,{\".ast-404-search .widget_search\":false},[\"max-width:370px\",\"margin:0 auto\"]],[false,{\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false},[\"background-color:#fff\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 2.14em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 1em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:5.34em 6.67em\"]],[false,\"}\"],[false,{\".blog-layout-1\":false},[\"width:100%\",\"display:inline-block\",\"padding-bottom:2em\",\"vertical-align:middle\",\"border-bottom:1px solid #eee\"]],[false,{\".blog-layout-1 .posted-on\":false},[\"left:0\"]],[false,{\".blog-layout-1 .post-content\":false,\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-flex\":false},[\"-js-display:flex\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".ast-flex-1\":false},[\"flex:1\"]],[false,{\".ast-inline-flex\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-items:center\",\"flex-wrap:wrap\",\"align-content:center\"]],[false,{\".ast-justify-content-flex-start\":false},[\"justify-content:flex-start\"]],[false,{\".ast-justify-content-flex-end\":false},[\"justify-content:flex-end\"]],[false,{\".ast-justify-content-center\":false},[\"justify-content:center\"]],[false,{\".ast-justify-content-space-between\":false},[\"justify-content:space-between\"]],[false,{\".ast-justify-content-space-around\":false},[\"justify-content:space-around\"]],[false,{\".ast-align-content-flex-start\":false},[\"align-content:flex-start\"]],[false,{\".ast-align-content-flex-end\":false},[\"align-content:flex-end\"]],[false,{\".ast-align-content-center\":false},[\"align-content:center\"]],[false,{\".ast-align-content-space-between\":false},[\"align-content:space-between\"]],[false,{\".ast-align-content-space-around\":false},[\"align-content:space-around\"]],[false,{\".ast-align-content-stretch\":false},[\"align-content:stretch\"]],[false,{\".ast-flex-grow-1\":false},[\"flex-grow:1\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":49536,\"final_size\":2482,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"astra-theme-css-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (min-width:921px){.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}.ast-author-box{-js-display:flex;display:flex;}.ast-author-bio{flex:1;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}.ast-pagination .next.page-numbers{display:inherit;float:none;}.ast-pagination a{color:var(--ast-global-color-0);}.ast-pagination a:hover, .ast-pagination a:focus, .ast-pagination > span:hover:not(.dots), .ast-pagination > span.current{color:var(--ast-global-color-1);}.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {padding: 0 1.5em;height: 2.33333em;line-height: calc(2.33333em - 3px);}.ast-pagination {display: inline-block;width: 100%;padding-top: 2em;text-align: center;}.ast-pagination .page-numbers {display: inline-block;width: 2.33333em;height: 2.33333em;font-size: 16px;font-size: 1.06666rem;line-height: calc(2.33333em - 3px);}.ast-pagination .nav-links {display: inline-block;width: 100%;}@media (max-width: 420px) {.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {width: 100%;text-align: center;margin: 0;}.ast-pagination-circle .ast-pagination .next.page-numbers,.ast-pagination-square .ast-pagination .next.page-numbers{margin-top: 10px;}.ast-pagination-circle .ast-pagination .prev.page-numbers,.ast-pagination-square .ast-pagination .prev.page-numbers{margin-bottom: 10px;}}.ast-pagination .prev,.ast-pagination .prev:visited,.ast-pagination .prev:focus,.ast-pagination .next,.ast-pagination .next:visited,.ast-pagination .next:focus {display: inline-block;width: auto;}.ast-page-builder-template .ast-pagination {padding: 2em;}@media (min-width: 993px) {.ast-pagination {padding-left: 3.33333em;padding-right: 3.33333em;}}.ast-pagination .prev.page-numbers {float: left;}.ast-pagination .next.page-numbers {float: right;}@media (max-width: 768px) {.ast-pagination .next.page-numbers .page-navigation {padding-right: 0;}}\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (min-width:921px){.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}.ast-author-box{-js-display:flex;display:flex;}.ast-author-bio{flex:1;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}.ast-pagination .next.page-numbers{display:inherit;float:none;}.ast-pagination a{color:var(--ast-global-color-0);}.ast-pagination a:hover, .ast-pagination a:focus, .ast-pagination > span:hover:not(.dots), .ast-pagination > span.current{color:var(--ast-global-color-1);}.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {padding: 0 1.5em;height: 2.33333em;line-height: calc(2.33333em - 3px);}.ast-pagination {display: inline-block;width: 100%;padding-top: 2em;text-align: center;}.ast-pagination .page-numbers {display: inline-block;width: 2.33333em;height: 2.33333em;font-size: 16px;font-size: 1.06666rem;line-height: calc(2.33333em - 3px);}.ast-pagination .nav-links {display: inline-block;width: 100%;}@media (max-width: 420px) {.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {width: 100%;text-align: center;margin: 0;}.ast-pagination-circle .ast-pagination .next.page-numbers,.ast-pagination-square .ast-pagination .next.page-numbers{margin-top: 10px;}.ast-pagination-circle .ast-pagination .prev.page-numbers,.ast-pagination-square .ast-pagination .prev.page-numbers{margin-bottom: 10px;}}.ast-pagination .prev,.ast-pagination .prev:visited,.ast-pagination .prev:focus,.ast-pagination .next,.ast-pagination .next:visited,.ast-pagination .next:focus {display: inline-block;width: auto;}.ast-page-builder-template .ast-pagination {padding: 2em;}@media (min-width: 993px) {.ast-pagination {padding-left: 3.33333em;padding-right: 3.33333em;}}.ast-pagination .prev.page-numbers {float: left;}.ast-pagination .next.page-numbers {float: right;}@media (max-width: 768px) {.ast-pagination .next.page-numbers .page-navigation {padding-right: 0;}}\",\"handle\":\"astra-theme-css\"}],\"priority\":2,\"hash\":\"0e3b6aa23df63d97d369009e1b0ae771\",\"parse_time\":0.10044717788696289,\"shake_time\":0.0007998943328857422,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html\":true},[\"font-size:93.75%\"]],[true,{\"a\":true,\".page-title\":false},[\"color:var(--ast-global-color-0)\"]],[true,{\"a:hover\":true,\"a:focus\":true},[\"color:var(--ast-global-color-1)\"]],[true,{\"body\":true,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false,\".ast-button\":false,\".ast-custom-button\":false},[\"font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif\",\"font-weight:inherit\",\"font-size:15px\",\"font-size:1rem\"]],[false,{\"blockquote\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".site-title\":false},[\"font-size:35px\",\"font-size:2.3333333333333rem\",\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[false,{\".site-header .site-description\":false},[\"font-size:15px\",\"font-size:1rem\",\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:30px\",\"font-size:2rem\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:25px\",\"font-size:1.6666666666667rem\"]],[false,{\"h4\":false,\".entry-content h4\":false},[\"font-size:20px\",\"font-size:1.3333333333333rem\"]],[false,{\"h5\":false,\".entry-content h5\":false},[\"font-size:18px\",\"font-size:1.2rem\"]],[false,{\"h6\":false,\".entry-content h6\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"::selection\":true},[\"background-color:var(--ast-global-color-0)\",\"color:#fff\"]],[true,{\"body\":true,\"h1\":true,\".entry-title a\":false,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":false,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".tagcloud a:hover\":false,\".tagcloud a:focus\":false,\".tagcloud a.current-item\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\"]],[true,{\"input:focus\":true,\"input[type=\\\"text\\\"]:focus\":true,\"input[type=\\\"email\\\"]:focus\":true,\"input[type=\\\"url\\\"]:focus\":true,\"input[type=\\\"password\\\"]:focus\":true,\"input[type=\\\"reset\\\"]:focus\":true,\"input[type=\\\"search\\\"]:focus\":true,\"textarea:focus\":false},[\"border-color:var(--ast-global-color-0)\"]],[true,{\"input[type=\\\"radio\\\"]:checked\":true,\"input[type=reset]\":true,\"input[type=\\\"checkbox\\\"]:checked\":true,\"input[type=\\\"checkbox\\\"]:hover:checked\":true,\"input[type=\\\"checkbox\\\"]:focus:checked\":true,\"input[type=range]::-webkit-slider-thumb\":true},[\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"box-shadow:none\"]],[false,{\".site-footer a:hover + .post-count\":false,\".site-footer a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".single .nav-links .nav-previous\":false,\".single .nav-links .nav-next\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta\":false,\".entry-meta *\":false},[\"line-height:1.45\",\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta a:hover\":false,\".entry-meta a:hover *\":false,\".entry-meta a:focus\":false,\".entry-meta a:focus *\":false,\".page-links > .page-link\":false,\".page-links .page-link:hover\":false,\".post-navigation a:hover\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\"#cat option\":false,\".secondary .calendar_wrap thead a\":false,\".secondary .calendar_wrap thead a:visited\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".secondary .calendar_wrap #today\":false,\".ast-progress-val span\":false},[\"background:var(--ast-global-color-0)\"]],[false,{\".secondary a:hover + .post-count\":false,\".secondary a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".calendar_wrap #today > a\":false},[\"color:#fff\"]],[false,{\".page-links .page-link\":false,\".single .post-navigation a\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-archive-title\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".widget-title\":false},[\"font-size:21px\",\"font-size:1.4rem\",\"color:var(--ast-global-color-2)\"]],[false,{\"#secondary\":false,\"#secondary button\":false,\"#secondary input\":false,\"#secondary select\":false,\"#secondary textarea\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-content a\":false,\".ast-comment-content a:not(.ast-comment-edit-reply-wrap a)\":false},[\"text-decoration:underline\"]],[false,{\".ast-single-post .wp-block-button .wp-block-button__link\":false,\".ast-single-post .elementor-button-wrapper .elementor-button\":false,\".ast-single-post .entry-content .uagb-tab a\":false,\".ast-single-post .entry-content .uagb-ifb-cta a\":false,\".ast-single-post .entry-content .wp-block-uagb-buttons a\":false,\".ast-single-post .entry-content .uabb-module-content a\":false,\".ast-single-post .entry-content .uagb-post-grid a\":false,\".ast-single-post .entry-content .uagb-timeline a\":false,\".ast-single-post .entry-content .uagb-toc__wrap a\":false,\".ast-single-post .entry-content .uagb-taxomony-box a\":false,\".ast-single-post .entry-content .woocommerce a\":false},[\"text-decoration:none\"]],[false,{\".ast-logo-title-inline .site-logo-img\":false},[\"padding-right:1em\"]],[false,{\"#secondary\":false},[\"margin:4em 0 2.5em\",\"word-break:break-word\",\"line-height:2\"]],[false,{\"#secondary li\":false},[\"margin-bottom:.25em\"]],[false,{\"#secondary li:last-child\":false},[\"margin-bottom:0\"]],[false,\"@media (max-width: 768px){\"],[false,{\".js_active .ast-plain-container.ast-single-post #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"background-color:#fff\",\"padding:2em\",\"margin-bottom:2em\"]],[false,\"@media (min-width: 993px){\"],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:60px\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width: 993px){\"],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:30px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:30px\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\"#ast-mobile-header\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-buttons.aligncenter\":false},[\"justify-content:center\"]],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-group .has-background\":false},[\"padding:20px\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-cover-image.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover-image.alignfull .wp-block-cover__inner-container\":false,\".wp-block-cover.alignfull .wp-block-cover__inner-container\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".wp-block-columns\":false},[\"margin-bottom:unset\"]],[false,{\".wp-block-image.size-full\":false},[\"margin:2rem 0\"]],[false,{\".wp-block-separator.has-background\":false},[\"padding:0\"]],[false,{\".wp-block-gallery\":false},[\"margin-bottom:1.6em\"]],[false,{\".wp-block-group\":false},[\"padding-top:4em\",\"padding-bottom:4em\"]],[false,{\".wp-block-group__inner-container .wp-block-columns:last-child\":false,\".wp-block-group__inner-container :last-child\":false,\".wp-block-table table\":false},[\"margin-bottom:0\"]],[false,{\".blocks-gallery-grid\":false},[\"width:100%\"]],[false,{\".wp-block-navigation-link__content\":false},[\"padding:5px 0\"]],[false,{\".wp-block-group .wp-block-group .has-text-align-center\":false,\".wp-block-group .wp-block-column .has-text-align-center\":false},[\"max-width:100%\"]],[false,{\".has-text-align-center\":false},[\"margin:0 auto\"]],[false,\"@media (max-width:1200px){\"],[false,{\".wp-block-group\":false},[\"padding:3em\"]],[false,{\".wp-block-group .wp-block-group\":false},[\"padding:1.5em\"]],[false,{\".wp-block-columns\":false,\".wp-block-column\":false},[\"margin:1rem 0\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\".wp-block-columns .wp-block-group\":false},[\"padding:2em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-cover-image .wp-block-cover__inner-container\":false,\".wp-block-cover .wp-block-cover__inner-container\":false},[\"width:unset\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"padding:2em 0\"]],[false,{\".wp-block-group\":false,\".wp-block-cover\":false},[\"padding:2em\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"width:unset\",\"max-width:100%\"]],[false,{\".wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:1em\"]],[false,\"}\"],[false,\"@media (min-width:544px){\"],[false,{\".entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content\":false},[\"padding:0 8% 0 0\"]],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:0 0 0 8%\"]],[false,{\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:8% 0\"]],[false,{\".wp-block-media-text .wp-block-media-text__media amp-img\":false,\".wp-block-media-text .wp-block-media-text__media amp-anim\":false},[\"width:auto\",\"max-width:100%\"]],[false,\"}\"],[false,{\".wp-block-button.is-style-outline .wp-block-button__link\":false},[\"border-color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)\":false,\".wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color)\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus\":false},[\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus:not(#_#_#_#_#_#_#_)\":false},[\"color:#fff\"]],[false,{\".post-page-numbers.current .page-link\":false,\".ast-pagination .page-numbers.current\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\"]],[false,\"@media (min-width:544px){\"],[false,{\".entry-content > .alignleft\":false},[\"margin-right:20px\"]],[false,{\".entry-content > .alignright\":false},[\"margin-left:20px\"]],[false,\"}\"],[false,{\"h1.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h2.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h3.widget-title\":false},[\"font-weight:inherit\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container #secondary\":false},[\"padding:1.5em 0\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"padding:1.5em 0\",\"margin:0\"]],[false,{\".ast-left-sidebar #content > .ast-container\":false},[\"display:flex\",\"flex-direction:column-reverse\",\"width:100%\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"margin:20px 0 0 0\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"margin:20px 0 0 0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#secondary.secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".ast-separate-container.ast-two-container #secondary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-page-builder-template .entry-header #secondary\":false,\".ast-page-builder-template #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:0\"]],[false,{\".ast-page-builder-template.ast-left-sidebar #secondary\":false,\".ast-page-builder-template.ast-right-sidebar #secondary\":false},[\"padding-right:20px\",\"padding-left:20px\"]],[false,{\".ast-right-sidebar #secondary\":false,\".ast-left-sidebar #primary\":false},[\"padding-left:0\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:0\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-separate-container.ast-right-sidebar #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false},[\"border:0\"]],[false,{\".search-no-results.ast-separate-container #primary\":false},[\"margin-bottom:4em\"]],[false,{\".ast-author-box\":false},[\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-author-bio\":false},[\"flex:1\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"border-right:1px solid #eee\"]],[false,{\".ast-left-sidebar #primary\":false},[\"border-left:1px solid #eee\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"border-left:1px solid #eee\",\"margin-left:-1px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"border-right:1px solid #eee\",\"margin-right:-1px\"]],[false,{\".ast-separate-container.ast-two-container.ast-right-sidebar #secondary\":false},[\"padding-left:30px\",\"padding-right:0\"]],[false,{\".ast-separate-container.ast-two-container.ast-left-sidebar #secondary\":false},[\"padding-right:30px\",\"padding-left:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false,\".ast-separate-container.ast-left-sidebar #secondary\":false},[\"border:0\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget:last-child\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"color:#fff\"]],[false,{\".wp-block-button .wp-block-button__link:hover\":false,\".wp-block-button .wp-block-button__link:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button .wp-block-button__link\":false},[\"border-style:solid\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"color:#fff\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\",\"border-radius:2px\"]],[false,{\".wp-block-buttons .wp-block-button .wp-block-button__link\":false},[\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\"]],[false,\"@media (max-width:921px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,\"}\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".ast-custom-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button\":false,\"body .wp-block-file .wp-block-file__button\":false},[\"border-style:solid\",\"border-top-width:0\",\"border-right-width:0\",\"border-left-width:0\",\"border-bottom-width:0\",\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\",\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\"]],[true,{\"button:focus\":false,\".menu-toggle:hover\":false,\"button:hover\":false,\".ast-button:hover\":false,\".ast-custom-button:hover .button:hover\":false,\".ast-custom-button:hover\":false,\"input[type=reset]:hover\":true,\"input[type=reset]:focus\":true,\"input#submit:hover\":false,\"input#submit:focus\":false,\"input[type=\\\"button\\\"]:hover\":true,\"input[type=\\\"button\\\"]:focus\":true,\"input[type=\\\"submit\\\"]:hover\":true,\"input[type=\\\"submit\\\"]:focus\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover\":false,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus\":false,\"body .wp-block-file .wp-block-file__button:hover\":false,\"body .wp-block-file .wp-block-file__button:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,\"@media (min-width:544px){\"],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false,\".ast-separate-container .comments-title\":false,\".ast-separate-container .ast-archive-description\":false},[\"padding:1.5em 1em\"]],[false,{\".ast-separate-container #content .ast-container\":false},[\"padding-left:.54em\",\"padding-right:.54em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 1em\",\"margin-bottom:1.5em\"]],[false,{\".ast-separate-container .ast-comment-list .bypostauthor\":false},[\"padding:.5em\"]],[false,{\".ast-search-menu-icon.ast-dropdown-active .search-field\":false},[\"width:170px\"]],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,{\".ast-separate-container #secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"margin-bottom:1.5em\",\"padding-left:1em\",\"padding-right:1em\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,{\".ast-mobile-header-stack .main-header-bar .ast-search-menu-icon\":false},[\"display:inline-block\"]],[false,{\".ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon\":false},[\"margin:0\"]],[false,{\".ast-comment-avatar-wrap amp-img\":false,\".ast-comment-avatar-wrap amp-anim\":false},[\"max-width:2.5em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container .comment-respond\":false},[\"padding:2em 2.14em\"]],[false,{\".ast-comment-meta\":false},[\"padding:0 1.8888em 1.3333em\"]],[true,\"}\"],[false,{\".entry-content > .wp-block-group\":false,\".entry-content > .wp-block-media-text\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns\":false},[\"max-width:58em\",\"width:calc(100% - 4em)\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > .alignfull\":false},[\"max-width:100%\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(amp-iframe)\":false},[\"max-width:50rem\",\"width:100%\"]],[false,\"@media (min-width:921px){\"],[false,{\".entry-content > .wp-block-group.alignwide.has-background\":false,\".entry-content > .wp-block-group.alignfull.has-background\":false,\".entry-content > .wp-block-cover.alignwide\":false,\".entry-content > .wp-block-cover.alignfull\":false,\".entry-content > .wp-block-columns.has-background.alignwide\":false,\".entry-content > .wp-block-columns.has-background.alignfull\":false},[\"margin-top:0\",\"margin-bottom:0\",\"padding:6em 4em\"]],[false,{\".entry-content > .wp-block-columns.has-background\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".entry-content .alignfull p\":false},[\"max-width:1200px\"]],[false,{\".entry-content .alignfull\":false},[\"max-width:100%\",\"width:100%\"]],[false,{\".ast-page-builder-template .entry-content .alignwide\":false,\".entry-content [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:1200px\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:80rem\"]],[false,\"}\"],[false,\"@media (min-width:545px){\"],[false,{\".site-main .entry-content > .alignwide\":false},[\"margin:0 auto\"]],[false,{\".wp-block-group.has-background\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns.has-background\":false},[\"padding:4em\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".entry-content .wp-block-media-text.alignfull .wp-block-media-text__content\":false,\".entry-content .wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:0 8%\"]],[false,\"}\"],[true,\"@media (max-width:921px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-container\":false},[\"max-width:1240px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".site-content .ast-container\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-content .ast-container\":false},[\"flex-direction:column\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu\":false,\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:focus-within > .sub-menu\":false},[\"margin-left:-0px\"]],[false,\"}\"],[false,{\".wp-block-search\":false},[\"margin-bottom:20px\"]],[false,{\".wp-block-site-tagline\":false},[\"margin-top:20px\"]],[false,{\"form.wp-block-search .wp-block-search__input\":false,\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper\":false},[\"border-color:#eaeaea\",\"background:#fafafa\"]],[false,{\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus\":false,\".wp-block-loginout input:focus\":false},[\"outline:thin dotted\"]],[false,{\".wp-block-loginout input:focus\":false},[\"border-color:transparent\"]],[false,{\"form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input\":false},[\"padding:12px\"]],[false,{\"form.wp-block-search .wp-block-search__button svg\":false},[\"fill:currentColor\",\"width:20px\",\"height:20px\"]],[false,{\".wp-block-loginout p label\":false},[\"display:block\"]],[false,{\".wp-block-loginout p:not(.login-remember):not(.login-submit) input\":false},[\"width:100%\"]],[false,{\".wp-block-loginout .login-remember input\":false},[\"width:1.1rem\",\"height:1.1rem\",\"margin:0 5px 4px 0\",\"vertical-align:middle\"]],[false,{\"body .wp-block-file .wp-block-file__button\":false},[\"text-decoration:none\"]],[false,{\"blockquote\":false},[\"padding:0 1.2em 1.2em\"]],[false,{\".wp-block-file\":false},[\"display:flex\",\"align-items:center\",\"flex-wrap:wrap\",\"justify-content:space-between\"]],[false,{\".wp-block-pullquote\":false},[\"border:none\"]],[false,{\".wp-block-pullquote blockquote::before\":false},[\"content:\\\"\\u201d\\\"\",\"font-family:\\\"Helvetica\\\",sans-serif\",\"display:flex\",\"transform:rotate(180deg)\",\"font-size:6rem\",\"font-style:normal\",\"line-height:1\",\"font-weight:bold\",\"align-items:center\",\"justify-content:center\"]],[false,{\"figure.wp-block-pullquote.is-style-solid-color blockquote\":false},[\"max-width:100%\",\"text-align:inherit\"]],[false,{\"ul.wp-block-categories-list.wp-block-categories\":false,\"ul.wp-block-archives-list.wp-block-archives\":false},[\"list-style-type:none\"]],[false,{\".wp-block-button__link\":false},[\"border:2px solid currentColor\"]],[true,{\"ul\":true,\"ol\":true},[\"margin-left:20px\"]],[false,{\"figure.alignright figcaption\":false},[\"text-align:right\"]],[false,{\":root .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[true,{\":root\":true},[\"--ast-global-color-0:#0170b9\",\"--ast-global-color-1:#3a3a3a\",\"--ast-global-color-2:#3a3a3a\",\"--ast-global-color-3:#4b4f58\",\"--ast-global-color-4:#f5f5f5\",\"--ast-global-color-5:#fff\",\"--ast-global-color-6:#f2f5f7\",\"--ast-global-color-7:#424242\",\"--ast-global-color-8:#000\"]],[false,{\".ast-breadcrumbs .trail-browse\":false,\".ast-breadcrumbs .trail-items\":false,\".ast-breadcrumbs .trail-items li\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\",\"border:none\",\"background:inherit\",\"text-indent:0\"]],[false,{\".ast-breadcrumbs .trail-browse\":false},[\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"color:inherit\"]],[false,{\".ast-breadcrumbs .trail-items\":false},[\"list-style:none\"]],[false,{\".trail-items li::after\":false},[\"padding:0 .3em\",\"content:\\\"\\u00bb\\\"\"]],[false,{\".trail-items li:last-of-type::after\":false},[\"display:none\"]],[true,{\"h1\":true,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":false,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".entry-title a\":false},[\"color:var(--ast-global-color-2)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,{\".ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-1 .sub-menu\":false,\".ast-builder-menu-1 .inline-on-mobile .sub-menu\":false},[\"border-top-width:2px\",\"border-bottom-width:0px\",\"border-right-width:0px\",\"border-left-width:0px\",\"border-color:var(--ast-global-color-0)\",\"border-style:solid\",\"border-radius:0px\"]],[false,{\".ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu\":false,\".ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper\":false},[\"margin-top:0px\"]],[false,{\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before\":false,\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before\":false},[\"height:calc(0px + 5px)\"]],[false,{\".ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-1 .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"background-color:#eee\",\"min-height:80px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false},[\"max-width:1200px\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false,\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section\":false},[\"align-items:flex-start\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"@media (max-width:921px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,{\".ast-footer-copyright\":false},[\"color:var(--ast-global-color-3)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,{\".ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,{\"#ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-amp.ast-main-header-nav-open .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-below-header-bar\":false,\".ast-amp .main-header-bar\":false,\".ast-amp .ast-above-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-header .main-header-bar-wrap .site-branding\":false},[\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-main-header-bar-alignment.toggle-on\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".main-header-menu .menu-item\":false},[\"width:100%\",\"text-align:left\",\"border-top:0\"]],[false,{\".main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"-webkit-transition:all .2s\",\"transition:all .2s\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-amp .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-amp .main-navigation ul .menu-item .menu-link\":false,\".ast-amp .main-navigation ul .button-custom-menu-item a\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-amp .main-header-menu\":false},[\"background-color:#f9f9f9\"]],[false,{\".ast-amp .main-header-menu ul\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul\":false,\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul\":false,\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-amp .user-select\":false},[\"clear:both\"]],[false,{\".ast-amp .ast-mobile-menu-buttons\":false},[\"text-align:right\",\"display:flex\",\"-webkit-box-pack:end\",\"-webkit-justify-content:flex-end\",\"-moz-box-pack:end\",\"-ms-flex-pack:end\",\"justify-content:flex-end\"]],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"width:calc(100% + 40px)\"]],[false,{\".ast-amp .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".ast-amp .site-header .main-header-bar-wrap .site-branding\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-amp .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar\":false},[\"border:0\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-main-header-bar-alignment .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation ul > li:first-child\":false},[\"border-top:0\"]],[false,{\".ast-amp .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-amp .main-navigation li\":false},[\"width:100%\"]],[false,{\".ast-amp .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-amp .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-amp .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-amp .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-amp .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:none\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link\":false},[\"display:inline-block\"]],[false,{\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:block\"]],[false,{\".ast-amp .ast-header-widget-area .widget\":false},[\"margin:.5em 0\",\"display:block\"]],[false,{\".ast-amp .nav-fallback-text\":false},[\"float:none\"]],[false,{\".ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap\":false},[\"height:3em\",\"line-height:3\",\"text-align:left\"]],[false,{\".ast-amp #ast-site-header-cart .widget_shopping_cart\":false},[\"display:none\"]],[false,{\".ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart\":false},[\"order:initial\",\"line-height:3\",\"padding:0 1em 1em 0\"]],[false,{\".ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget\":false,\".ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap\":false},[\"display:none\"]],[false,{\".ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item\":false},[\"padding:0\"]],[false,{\".ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form\":false},[\"right:0\"]],[false,{\".ast-amp .main-header-menu .sub-menu\":false},[\"box-shadow:none\"]],[false,{\".ast-amp .submenu-with-border .sub-menu a\":false},[\"border-width:1px\"]],[false,{\".ast-amp .submenu-with-border .sub-menu > li:last-child > a\":false},[\"border-width:1px\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal\":false},[\"background:transparent\",\"border:none\"]],[false,\"}\"],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"@media (min-width:922px){\"],[false,{\".main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\"#primary\":false},[\"width:70%\"]],[false,{\"#secondary\":false},[\"width:30%\"]],[false,\"}\"],[false,{\".main-header-menu .menu-item\":false,\"#astra-footer-menu .menu-item\":false,\".main-header-bar .ast-masthead-custom-menu-items\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-pack:center\",\"-webkit-justify-content:center\",\"-moz-box-pack:center\",\"-ms-flex-pack:center\",\"justify-content:center\",\"-webkit-box-orient:vertical\",\"-webkit-box-direction:normal\",\"-webkit-flex-direction:column\",\"-moz-box-orient:vertical\",\"-moz-box-direction:normal\",\"-ms-flex-direction:column\",\"flex-direction:column\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false,\"#astra-footer-menu > .menu-item > .menu-link\":false},[\"height:100%\",\"-webkit-box-align:center\",\"-webkit-align-items:center\",\"-moz-box-align:center\",\"-ms-flex-align:center\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg\":false},[\"top:.2em\",\"margin-top:0px\",\"margin-left:0px\",\"width:.65em\",\"transform:translate(0,-2px) rotateZ(270deg)\"]],[false,{\".ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-separate-container .blog-layout-1\":false,\".ast-separate-container .blog-layout-2\":false,\".ast-separate-container .blog-layout-3\":false},[\"background-color:transparent\",\"background-image:none\"]],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-mobile-header-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding:10px 0\",\"height:auto\"]],[false,{\".ast-mobile-header-content > *:first-child\":false,\".ast-desktop-header-content > *:first-child\":false},[\"padding-top:10px\"]],[false,{\".ast-mobile-header-content > .ast-builder-menu\":false,\".ast-desktop-header-content > .ast-builder-menu\":false},[\"padding-top:0\"]],[false,{\".ast-mobile-header-content > *:last-child\":false,\".ast-desktop-header-content > *:last-child\":false},[\"padding-bottom:0\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label\":false},[\"width:100%\"]],[false,{\".ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\"#ast-desktop-header .ast-desktop-header-content\":false,\".ast-mobile-header-content .ast-search-icon\":false,\".ast-desktop-header-content .ast-search-icon\":false,\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content\":false},[\"display:none\"]],[false,{\".ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content\":false,\".ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu\":false},[\"opacity:1\",\"visibility:visible\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation\":false},[\"width:unset\",\"margin:unset\"]],[false,{\".ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false,\".ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"left:calc(20px - .907em)\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon\":false,\".ast-mobile-header-content .ast-search-menu-icon.slide-search\":false,\".ast-desktop-header-content .ast-search-menu-icon\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search\":false},[\"width:100%\",\"position:relative\",\"display:block\",\"right:auto\",\"transform:none\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-form\":false},[\"right:0\",\"visibility:visible\",\"opacity:1\",\"position:relative\",\"top:auto\",\"transform:none\",\"padding:0\",\"display:block\",\"overflow:hidden\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-field\":false},[\"width:100%\",\"padding-right:5.5em\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon .search-submit\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-submit\":false},[\"display:block\",\"position:absolute\",\"height:100%\",\"top:0\",\"right:0\",\"padding:0 1em\",\"border-radius:0\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-mobile-popup-drawer.active .ast-mobile-popup-inner\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-desktop-header-content\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-popup-content > *\":false,\".ast-mobile-header-content > *\":false,\".ast-desktop-popup-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding-top:0px\",\"padding-bottom:0px\"]],[false,{\".content-align-flex-start .ast-builder-layout-element\":false},[\"justify-content:flex-start\"]],[false,{\".content-align-flex-start .main-header-menu\":false},[\"text-align:left\"]],[false,{\".ast-mobile-popup-drawer.active .menu-toggle-close\":false},[\"color:#3a3a3a\"]],[false,{\".ast-mobile-header-wrap .ast-primary-header-bar\":false,\".ast-primary-header-bar .site-primary-header-wrap\":false},[\"min-height:70px\"]],[false,{\".ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item\":false},[\"line-height:70px\"]],[false,\"@media (max-width:921px){\"],[false,{\"#masthead .ast-mobile-header-wrap .ast-primary-header-bar\":false,\"#masthead .ast-mobile-header-wrap .ast-below-header-bar\":false},[\"padding-left:20px\",\"padding-right:20px\"]],[false,\"}\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"@media (min-width:922px){\"],[false,{\".ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"}\"],[false,{\".ast-primary-header-bar\":false},[\"background-color:#fff\"]],[false,{\".ast-primary-header-bar\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal\":false},[\"color:var(--ast-global-color-0)\",\"border:none\",\"background:transparent\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg\":false},[\"width:20px\",\"height:20px\",\"fill:var(--ast-global-color-0)\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item > .menu-link\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,{\".ast-hfb-header .ast-builder-menu-mobile .main-header-menu\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"],[false,{\".ast-pagination .next.page-numbers\":false},[\"display:inherit\",\"float:none\"]],[false,{\".ast-pagination a\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-pagination a:hover\":false,\".ast-pagination a:focus\":false,\".ast-pagination > span:hover:not(.dots)\":false,\".ast-pagination > span.current\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\".ast-pagination .prev.page-numbers\":false,\".ast-pagination .next.page-numbers\":false},[\"padding:0 1.5em\",\"height:2.33333em\",\"line-height:calc(2.33333em - 3px)\"]],[false,{\".ast-pagination\":false},[\"display:inline-block\",\"width:100%\",\"padding-top:2em\",\"text-align:center\"]],[false,{\".ast-pagination .page-numbers\":false},[\"display:inline-block\",\"width:2.33333em\",\"height:2.33333em\",\"font-size:16px\",\"font-size:1.06666rem\",\"line-height:calc(2.33333em - 3px)\"]],[false,{\".ast-pagination .nav-links\":false},[\"display:inline-block\",\"width:100%\"]],[false,\"@media (max-width: 420px){\"],[false,{\".ast-pagination .prev.page-numbers\":false,\".ast-pagination .next.page-numbers\":false},[\"width:100%\",\"text-align:center\",\"margin:0\"]],[false,{\".ast-pagination-circle .ast-pagination .next.page-numbers\":false,\".ast-pagination-square .ast-pagination .next.page-numbers\":false},[\"margin-top:10px\"]],[false,{\".ast-pagination-circle .ast-pagination .prev.page-numbers\":false,\".ast-pagination-square .ast-pagination .prev.page-numbers\":false},[\"margin-bottom:10px\"]],[false,\"}\"],[false,{\".ast-pagination .prev\":false,\".ast-pagination .prev:visited\":false,\".ast-pagination .prev:focus\":false,\".ast-pagination .next\":false,\".ast-pagination .next:visited\":false,\".ast-pagination .next:focus\":false},[\"display:inline-block\",\"width:auto\"]],[false,{\".ast-page-builder-template .ast-pagination\":false},[\"padding:2em\"]],[false,\"@media (min-width: 993px){\"],[false,{\".ast-pagination\":false},[\"padding-left:3.33333em\",\"padding-right:3.33333em\"]],[false,\"}\"],[false,{\".ast-pagination .prev.page-numbers\":false},[\"float:left\"]],[false,{\".ast-pagination .next.page-numbers\":false},[\"float:right\"]],[false,\"@media (max-width: 768px){\"],[false,{\".ast-pagination .next.page-numbers .page-navigation\":false},[\"padding-right:0\"]],[false,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":116345,\"final_size\":7719,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1547,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2462,\"function\":\"wp_common_block_scripts_and_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":20,\"hash\":\"6eb20086263e86e560757b16661f58ea\",\"parse_time\":0.18590092658996582,\"shake_time\":0.001486063003540039,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-archives\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-archives-dropdown label\":false},[\"display:block\"]],[false,{\".wp-block-avatar\":false},[\"line-height:0\"]],[false,{\".wp-block-avatar\":false,\".wp-block-avatar amp-img\":false,\".wp-block-avatar amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-avatar.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-audio\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-audio :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-audio amp-audio\":false},[\"min-width:300px\",\"width:100%\"]],[false,{\".wp-block-button__link\":false},[\"align-content:center\",\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"height:100%\",\"text-align:center\",\"word-break:break-word\"]],[false,{\".wp-block-button__link.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-button__link.alignright\":false},[\"text-align:right\"]],[true,{\":where(.wp-block-button__link)\":true},[\"border-radius:9999px\",\"box-shadow:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"text-decoration:none\"]],[false,{\".wp-block-button[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width\":false},[\"max-width:none\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-25\":false},[\"width:calc(25% - var(--wp--style--block-gap,.5em) * .75)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-50\":false},[\"width:calc(50% - var(--wp--style--block-gap,.5em) * .5)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-75\":false},[\"width:calc(75% - var(--wp--style--block-gap,.5em) * .25)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-100\":false},[\"flex-basis:100%\",\"width:100%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25\":false},[\"width:25%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50\":false},[\"width:50%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75\":false},[\"width:75%\"]],[false,{\".wp-block-button.is-style-squared\":false,\".wp-block-button__link.wp-block-button.is-style-squared\":false},[\"border-radius:0\"]],[false,{\".wp-block-button.no-border-radius:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button__link.no-border-radius:not(#_#_#_#_#_#_#_)\":false},[\"border-radius:0\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline)\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link)\":true},[\"border:2px solid\",\"padding:.667em 1.333em\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color))\":true},[\"color:currentColor\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background))\":true},[\"background-color:initial\",\"background-image:none\"]],[false,{\".wp-block-buttons\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-buttons.is-vertical\":false},[\"flex-direction:column\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-buttons>.wp-block-button\":false},[\"display:inline-block\",\"margin:0\"]],[false,{\".wp-block-buttons.is-content-justification-left\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-left.is-vertical\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-center\":false},[\"justify-content:center\"]],[false,{\".wp-block-buttons.is-content-justification-center.is-vertical\":false},[\"align-items:center\"]],[false,{\".wp-block-buttons.is-content-justification-right\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-right.is-vertical\":false},[\"align-items:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-space-between\":false},[\"justify-content:space-between\"]],[false,{\".wp-block-buttons.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button\":false,\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-button.aligncenter\":false,\".wp-block-calendar\":false},[\"text-align:center\"]],[false,{\".wp-block-calendar td\":false,\".wp-block-calendar th\":false},[\"border:1px solid\",\"padding:.25em\"]],[false,{\".wp-block-calendar th\":false},[\"font-weight:400\"]],[false,{\".wp-block-calendar caption\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color))\":false},[\"color:#40464d\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color)) td\":false,\".wp-block-calendar table:where(:not(.has-text-color)) th\":false},[\"border-color:#ddd\"]],[false,{\".wp-block-calendar table.has-background th\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table.has-text-color th\":false},[\"color:inherit\"]],[false,{\":where(.wp-block-calendar table:not(.has-background) th)\":false},[\"background:#ddd\"]],[false,{\".wp-block-categories\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-categories.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-categories.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-categories.wp-block-categories-dropdown.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-categories .wp-block-categories__label\":false},[\"display:block\",\"width:100%\"]],[false,{\".wp-block-code\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-code code\":false},[\"direction:ltr\",\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"text-align:initial\",\"white-space:pre-wrap\"]],[false,{\".wp-block-columns\":false},[\"box-sizing:border-box\",\"display:flex\"]],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"align-items:normal\",\"flex-wrap:wrap\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,\"}\"],[false,{\".wp-block-columns.are-vertically-aligned-top\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-columns.are-vertically-aligned-center\":false},[\"align-items:center\"]],[false,{\".wp-block-columns.are-vertically-aligned-bottom\":false},[\"align-items:flex-end\"]],[false,\"@media (max-width:781px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(#_#_#_#_#_#_#_)\":false},[\"flex-basis:100%\"]],[false,\"}\"],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[false,\"}\"],[false,{\".wp-block-columns.is-not-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[true,{\":where(.wp-block-columns)\":true},[\"margin-bottom:1.75em\"]],[true,{\":where(.wp-block-columns.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-column\":false},[\"flex-grow:1\",\"min-width:0\",\"overflow-wrap:break-word\",\"word-break:break-word\"]],[false,{\".wp-block-column.is-vertically-aligned-top\":false},[\"align-self:flex-start\"]],[false,{\".wp-block-column.is-vertically-aligned-center\":false},[\"align-self:center\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false},[\"align-self:flex-end\"]],[false,{\".wp-block-column.is-vertically-aligned-stretch\":false},[\"align-self:stretch\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false,\".wp-block-column.is-vertically-aligned-center\":false,\".wp-block-column.is-vertically-aligned-top\":false},[\"width:100%\"]],[false,{\".wp-block-post-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments .alignleft\":false},[\"float:left\"]],[false,{\".wp-block-post-comments .alignright\":false},[\"float:right\"]],[false,{\".wp-block-post-comments .navigation:after\":false},[\"clear:both\",\"content:\\\"\\\"\",\"display:table\"]],[false,{\".wp-block-post-comments .commentlist\":false},[\"clear:both\",\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .commentlist .comment\":false},[\"min-height:2.25em\",\"padding-left:3.25em\"]],[false,{\".wp-block-post-comments .commentlist .comment p\":false},[\"font-size:1em\",\"line-height:1.8\",\"margin:1em 0\"]],[false,{\".wp-block-post-comments .commentlist .children\":false},[\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .comment-author\":false},[\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-author .avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"margin-top:.5em\",\"width:2.5em\"]],[false,{\".wp-block-post-comments .comment-author cite\":false},[\"font-style:normal\"]],[false,{\".wp-block-post-comments .comment-meta\":false},[\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-meta b\":false},[\"font-weight:400\"]],[false,{\".wp-block-post-comments .comment-meta .comment-awaiting-moderation\":false},[\"display:block\",\"margin-bottom:1em\",\"margin-top:1em\"]],[false,{\".wp-block-post-comments .comment-body .commentmetadata\":false},[\"font-size:.875em\"]],[false,{\".wp-block-post-comments .comment-form-author label\":false,\".wp-block-post-comments .comment-form-comment label\":false,\".wp-block-post-comments .comment-form-email label\":false,\".wp-block-post-comments .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments .reply\":false},[\"font-size:.875em\",\"margin-bottom:1.4em\"]],[false,{\".wp-block-post-comments input:not([type=submit])\":false,\".wp-block-post-comments textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[false,{\".wp-block-post-comments input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments textarea\":false},[\"padding:calc(.667em + 2px)\"]],[true,{\":where(.wp-block-post-comments input[type=submit])\":true},[\"border:none\"]],[false,{\".wp-block-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous\":false},[\"font-size:inherit\",\"margin-bottom:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-comment-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-comment-template li\":false},[\"clear:both\"]],[false,{\".wp-block-comment-template ol\":false},[\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding-left:2rem\"]],[false,{\".wp-block-comment-template.alignleft\":false},[\"float:left\"]],[false,{\".wp-block-comment-template.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:fit-content\"]],[false,{\".wp-block-comment-template.alignright\":false},[\"float:right\"]],[false,{\".wp-block-comment-date\":false},[\"box-sizing:border-box\"]],[false,{\".comment-awaiting-moderation\":false},[\"display:block\",\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-comment-author-name\":false,\".wp-block-comment-content\":false,\".wp-block-comment-edit-link\":false,\".wp-block-comment-reply-link\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"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\"]],[false,{\".wp-block-cover .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image.has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover.has-background-dim:not([class*=-background-color])\":false},[\"background-color:#000\"]],[false,{\".wp-block-cover .has-background-dim.has-background-gradient\":false,\".wp-block-cover-image .has-background-dim.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-cover-image.has-background-dim:before\":false,\".wp-block-cover.has-background-dim:before\":false},[\"background-color:inherit\",\"content:\\\"\\\"\"]],[false,{\".wp-block-cover .wp-block-cover__background\":false,\".wp-block-cover .wp-block-cover__gradient-background\":false,\".wp-block-cover-image .wp-block-cover__background\":false,\".wp-block-cover-image .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim:not(.has-background-gradient):before\":false},[\"bottom:0\",\"left:0\",\"opacity:.5\",\"position:absolute\",\"right:0\",\"top:0\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false},[\"opacity:1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-cover-image.aligncenter\":false,\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.aligncenter\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"display:flex\"]],[false,{\".wp-block-cover .wp-block-cover__inner-container\":false,\".wp-block-cover-image .wp-block-cover__inner-container\":false},[\"color:inherit\",\"position:relative\",\"width:100%\"]],[false,{\".wp-block-cover-image.is-position-top-left\":false,\".wp-block-cover.is-position-top-left\":false},[\"align-items:flex-start\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-top-center\":false,\".wp-block-cover.is-position-top-center\":false},[\"align-items:flex-start\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-top-right\":false,\".wp-block-cover.is-position-top-right\":false},[\"align-items:flex-start\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-center-left\":false,\".wp-block-cover.is-position-center-left\":false},[\"align-items:center\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-center-center\":false,\".wp-block-cover.is-position-center-center\":false},[\"align-items:center\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-center-right\":false,\".wp-block-cover.is-position-center-right\":false},[\"align-items:center\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-bottom-left\":false,\".wp-block-cover.is-position-bottom-left\":false},[\"align-items:flex-end\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-bottom-center\":false,\".wp-block-cover.is-position-bottom-center\":false},[\"align-items:flex-end\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-bottom-right\":false,\".wp-block-cover.is-position-bottom-right\":false},[\"align-items:flex-end\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false},[\"margin:0\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false},[\"margin:0\",\"width:auto\"]],[false,{\".wp-block-cover .wp-block-cover__image-background\":false,\".wp-block-cover amp-video.wp-block-cover__video-background\":false,\".wp-block-cover amp-youtube.wp-block-cover__video-background\":false,\".wp-block-cover-image .wp-block-cover__image-background\":false,\".wp-block-cover-image amp-video.wp-block-cover__video-background\":false,\".wp-block-cover-image amp-youtube.wp-block-cover__video-background\":false},[\"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%\"]],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:fixed\",\"background-repeat:no-repeat\",\"background-size:cover\"]],[false,\"@supports (-webkit-touch-callout:inherit){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,{\".wp-block-cover-image.is-repeated\":false,\".wp-block-cover.is-repeated\":false,\".wp-block-cover__image-background.is-repeated\":false,\"amp-video.wp-block-cover__video-background.is-repeated\":false,\"amp-youtube.wp-block-cover__video-background.is-repeated\":false},[\"background-repeat:repeat\",\"background-size:auto\"]],[false,{\".wp-block-cover-image-text\":false,\".wp-block-cover-image-text a\":false,\".wp-block-cover-image-text a:active\":false,\".wp-block-cover-image-text a:focus\":false,\".wp-block-cover-image-text a:hover\":false,\".wp-block-cover-text\":false,\".wp-block-cover-text a\":false,\".wp-block-cover-text a:active\":false,\".wp-block-cover-text a:focus\":false,\".wp-block-cover-text a:hover\":false,\"section.wp-block-cover-image h2\":false,\"section.wp-block-cover-image h2 a\":false,\"section.wp-block-cover-image h2 a:active\":false,\"section.wp-block-cover-image h2 a:focus\":false,\"section.wp-block-cover-image h2 a:hover\":false},[\"color:#fff\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-left-content\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-right-content\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-left-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-left-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-left-content>h2\":false},[\"margin-left:0\",\"text-align:left\"]],[false,{\".wp-block-cover-image.has-right-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-right-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-right-content>h2\":false},[\"margin-right:0\",\"text-align:right\"]],[false,{\".wp-block-cover .wp-block-cover-text\":false,\".wp-block-cover-image .wp-block-cover-image-text\":false,\"section.wp-block-cover-image>h2\":false},[\"font-size:2em\",\"line-height:1.25\",\"margin-bottom:0\",\"max-width:840px\",\"padding:.44em\",\"text-align:center\",\"z-index:1\"]],[true,{\":where(.wp-block-cover-image:not(.has-text-color))\":true,\":where(.wp-block-cover:not(.has-text-color))\":true},[\"color:#fff\"]],[true,{\":where(.wp-block-cover-image.is-light:not(.has-text-color))\":true,\":where(.wp-block-cover.is-light:not(.has-text-color))\":true},[\"color:#000\"]],[true,{\":root :where(.wp-block-cover h1:not(.has-text-color))\":true,\":root :where(.wp-block-cover h2:not(.has-text-color))\":true,\":root :where(.wp-block-cover h3:not(.has-text-color))\":true,\":root :where(.wp-block-cover h4:not(.has-text-color))\":true,\":root :where(.wp-block-cover h5:not(.has-text-color))\":true,\":root :where(.wp-block-cover h6:not(.has-text-color))\":true,\":root :where(.wp-block-cover p:not(.has-text-color))\":true},[\"color:inherit\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background\":false},[\"z-index:0\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before\":false},[\"z-index:1\"]],[false,{\".has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[false,{\".wp-block-details\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-details summary\":false},[\"cursor:pointer\"]],[false,{\".wp-block-embed.alignleft\":false,\".wp-block-embed.alignright\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"]\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"]\":false},[\"max-width:360px\",\"width:100%\"]],[false,{\".wp-block-embed.alignleft .wp-block-embed__wrapper\":false,\".wp-block-embed.alignright .wp-block-embed__wrapper\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false},[\"min-width:280px\"]],[false,{\".wp-block-cover .wp-block-embed\":false},[\"min-height:240px\",\"min-width:320px\"]],[false,{\".wp-block-embed\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-embed :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-embed amp-iframe\":false},[\"max-width:100%\"]],[false,{\".wp-block-embed__wrapper\":false},[\"position:relative\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before\":false},[\"content:\\\"\\\"\",\"display:block\",\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio amp-iframe\":false},[\"bottom:0\",\"height:100%\",\"left:0\",\"position:absolute\",\"right:0\",\"top:0\",\"width:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:42.85%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:56.25%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before\":false},[\"padding-top:75%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before\":false},[\"padding-top:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before\":false},[\"padding-top:177.77%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before\":false},[\"padding-top:200%\"]],[false,{\".wp-block-file\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-file:not(.wp-element-button)\":false},[\"font-size:.8em\"]],[false,{\".wp-block-file.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-file.alignright\":false},[\"text-align:right\"]],[false,{\".wp-block-file *+.wp-block-file__button\":false},[\"margin-left:.75em\"]],[true,{\":where(.wp-block-file)\":true},[\"margin-bottom:1.5em\"]],[false,{\".wp-block-file__embed\":false},[\"margin-bottom:1em\"]],[true,{\":where(.wp-block-file__button)\":true},[\"border-radius:2em\",\"display:inline-block\",\"padding:.5em 1em\"]],[true,{\":where(.wp-block-file__button):is(a):active\":true,\":where(.wp-block-file__button):is(a):focus\":true,\":where(.wp-block-file__button):is(a):hover\":true,\":where(.wp-block-file__button):is(a):visited\":true},[\"box-shadow:none\",\"color:#fff\",\"opacity:.85\",\"text-decoration:none\"]],[false,{\".wp-block-form-input__label\":false},[\"display:flex\",\"flex-direction:column\",\"gap:.25em\",\"margin-bottom:.5em\",\"width:100%\"]],[false,{\".wp-block-form-input__label.is-label-inline\":false},[\"align-items:center\",\"flex-direction:row\",\"gap:.5em\"]],[false,{\".wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content\":false},[\"margin-bottom:.5em\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox])\":false},[\"flex-direction:row\",\"width:fit-content\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content\":false},[\"margin:0\"]],[false,{\".wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox])\":false},[\"flex-direction:row-reverse\"]],[false,{\".wp-block-form-input__label-content\":false},[\"width:fit-content\"]],[false,{\".wp-block-form-input__input\":false},[\"font-size:1em\",\"margin-bottom:.5em\",\"padding:0 .5em\"]],[false,{\".wp-block-form-input__input[type=date]\":false,\".wp-block-form-input__input[type=datetime-local]\":false,\".wp-block-form-input__input[type=datetime]\":false,\".wp-block-form-input__input[type=email]\":false,\".wp-block-form-input__input[type=month]\":false,\".wp-block-form-input__input[type=number]\":false,\".wp-block-form-input__input[type=password]\":false,\".wp-block-form-input__input[type=search]\":false,\".wp-block-form-input__input[type=tel]\":false,\".wp-block-form-input__input[type=text]\":false,\".wp-block-form-input__input[type=time]\":false,\".wp-block-form-input__input[type=url]\":false,\".wp-block-form-input__input[type=week]\":false},[\"border:1px solid\",\"line-height:2\",\"min-height:2em\"]],[false,{\"textarea.wp-block-form-input__input\":false},[\"min-height:10em\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images)\":false,\".wp-block-gallery:not(.has-nested-images)\":false},[\"display:flex\",\"flex-wrap:wrap\",\"list-style-type:none\",\"margin:0\",\"padding:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item\":false},[\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"margin:0 1em 1em 0\",\"position:relative\",\"width:calc(50% - 1em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure\":false},[\"align-items:flex-end\",\"display:flex\",\"height:100%\",\"justify-content:flex-start\",\"margin:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-anim\":false},[\"display:block\",\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,rgba(0,0,0,0))\",\"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\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) figcaption\":false,\".wp-block-gallery:not(.has-nested-images) figcaption\":false},[\"flex-grow:1\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false},[\"flex:1\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item\":false},[\"margin-right:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(33.33333% - .66667em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(25% - .75em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(20% - .8em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(16.66667% - .83333em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(14.28571% - .85714em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(12.5% - .875em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false},[\"margin-right:0\"]],[false,\"}\"],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).alignleft\":false,\".blocks-gallery-grid:not(.has-nested-images).alignright\":false,\".wp-block-gallery:not(.has-nested-images).alignleft\":false,\".wp-block-gallery:not(.has-nested-images).alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false},[\"justify-content:center\"]],[false,{\".wp-block-gallery:not(.is-cropped) .blocks-gallery-item\":false},[\"align-self:flex-start\"]],[false,{\"figure.wp-block-gallery.has-nested-images\":false},[\"align-items:normal\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)\":false},[\"margin:0\",\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) \\/ 2)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"max-width:100%\",\"position:relative\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image>div\":false},[\"flex-direction:column\",\"flex-grow:1\",\"margin:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim\":false},[\"display:block\",\"height:auto\",\"width:auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img:not(#_#_#_#_#_#_#_#_)\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim:not(#_#_#_#_#_#_#_#_)\":false},[\"max-width:100%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"bottom:0\",\"left:0\",\"max-height:100%\",\"position:absolute\",\"right:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"-webkit-backdrop-filter:blur(3px)\",\"backdrop-filter:blur(3px)\",\"content:\\\"\\\"\",\"height:100%\",\"-webkit-mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"max-height:40%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,0))\",\"box-sizing:border-box\",\"color:#fff\",\"font-size:13px\",\"margin:0\",\"overflow:auto\",\"padding:1em\",\"scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)\",\"scrollbar-gutter:stable both-edges\",\"scrollbar-width:thin\",\"text-align:center\",\"text-shadow:0 0 1.5px #000\",\"will-change:transform\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar\":false},[\"height:12px\",\"width:12px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track\":false},[\"background-color:initial\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb\":false},[\"background-clip:padding-box\",\"background-color:initial\",\"border:3px solid rgba(0,0,0,0)\",\"border-radius:8px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb\":false},[\"background-color:rgba(255,255,255,.8)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"@media (hover:none){\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div\":false},[\"flex:1 1 auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption\":false},[\"background:none\",\"color:inherit\",\"flex:initial\",\"margin:0\",\"padding:10px 10px 9px\",\"position:relative\",\"text-shadow:none\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before\":false},[\"content:none\"]],[false,{\".wp-block-gallery.has-nested-images figcaption\":false},[\"flex-basis:100%\",\"flex-grow:1\",\"text-align:center\"]],[false,{\".wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image)\":false},[\"margin-bottom:auto\",\"margin-top:0\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)\":false},[\"align-self:inherit\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone)\":false},[\"display:flex\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-img\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-anim\":false},[\"flex:1 0 0%\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image)\":false},[\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(25% - var(--wp--style--unstable-gallery-gap,16px) * .75)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(20% - var(--wp--style--unstable-gallery-gap,16px) * .8)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px) * .83333)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px) * .85714)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(12.5% - var(--wp--style--unstable-gallery-gap,16px) * .875)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)\":false,\".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)\":false},[\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) * .5)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images.alignleft\":false,\".wp-block-gallery.has-nested-images.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-group\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-group.wp-block-group-is-layout-constrained)\":true},[\"position:relative\"]],[false,{\"h1.has-background\":false,\"h2.has-background\":false,\"h3.has-background\":false,\"h4.has-background\":false,\"h5.has-background\":false,\"h6.has-background\":false},[\"padding:1.25em 2.375em\"]],[false,{\"h1.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h1.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h2.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h2.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h3.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h3.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h4.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h4.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h5.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h5.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h6.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h6.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false},[\"rotate:180deg\"]],[false,{\".wp-block-image>a\":false,\".wp-block-image>figure>a\":false},[\"display:inline-block\"]],[false,{\".wp-block-image amp-img\":false,\".wp-block-image amp-anim\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-image amp-img.hide\":false,\".wp-block-image amp-anim.hide\":false},[\"visibility:hidden\"]],[false,{\".wp-block-image amp-img.show\":false,\".wp-block-image amp-anim.show\":false},[\"animation:show-content-image .4s\"]],[false,\"}\"],[false,{\".wp-block-image[data-amp-original-style*=border-radius] amp-img\":false,\".wp-block-image[data-amp-original-style*=border-radius] amp-anim\":false,\".wp-block-image[data-amp-original-style*=border-radius]>a\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-image.has-custom-border amp-img\":false,\".wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-image.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-image.alignfull>a\":false,\".wp-block-image.alignwide>a\":false},[\"width:100%\"]],[false,{\".wp-block-image.alignfull amp-img\":false,\".wp-block-image.alignfull amp-anim\":false,\".wp-block-image.alignwide amp-img\":false,\".wp-block-image.alignwide amp-anim\":false},[\"height:auto\",\"width:100%\"]],[false,{\".wp-block-image .aligncenter\":false,\".wp-block-image .alignleft\":false,\".wp-block-image .alignright\":false,\".wp-block-image.aligncenter\":false,\".wp-block-image.alignleft\":false,\".wp-block-image.alignright\":false},[\"display:table\"]],[false,{\".wp-block-image .aligncenter>figcaption\":false,\".wp-block-image .alignleft>figcaption\":false,\".wp-block-image .alignright>figcaption\":false,\".wp-block-image.aligncenter>figcaption\":false,\".wp-block-image.alignleft>figcaption\":false,\".wp-block-image.alignright>figcaption\":false},[\"caption-side:bottom\",\"display:table-caption\"]],[false,{\".wp-block-image .alignleft\":false},[\"float:left\",\"margin:.5em 1em .5em 0\"]],[false,{\".wp-block-image .alignright\":false},[\"float:right\",\"margin:.5em 0 .5em 1em\"]],[false,{\".wp-block-image .aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-block-image :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"border-radius:9999px\"]],[false,\"@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){\"],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"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\"]],[false,\"}\"],[false,{\".wp-block-image figure\":false},[\"margin:0\"]],[false,{\".wp-lightbox-container\":false},[\"display:flex\",\"flex-direction:column\",\"position:relative\"]],[false,{\".wp-lightbox-container amp-img\":false,\".wp-lightbox-container amp-anim\":false},[\"cursor:zoom-in\"]],[false,{\".wp-lightbox-container amp-img:hover+button\":false,\".wp-lightbox-container amp-anim:hover+button\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button\":false},[\"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\",\"width:20px\",\"z-index:100\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-container button\":false},[\"transition:opacity .2s ease\"]],[false,\"}\"],[false,{\".wp-lightbox-container button:focus-visible\":false},[\"outline:3px auto rgba(90,90,90,.25)\",\"outline:3px auto -webkit-focus-ring-color\",\"outline-offset:3px\"]],[false,{\".wp-lightbox-container button:hover\":false},[\"cursor:pointer\",\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false,\".wp-lightbox-container button:hover\":false,\".wp-lightbox-container button:not(:hover):not(:active):not(.has-background)\":false},[\"background-color:rgba(90,90,90,.25)\",\"border:none\"]],[false,{\".wp-lightbox-overlay\":false},[\"box-sizing:border-box\",\"cursor:zoom-out\",\"height:100vh\",\"left:0\",\"overflow:hidden\",\"position:fixed\",\"top:0\",\"visibility:hidden\",\"width:100%\",\"z-index:100000\"]],[false,{\".wp-lightbox-overlay .close-button\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .close-button:focus\":false,\".wp-lightbox-overlay .close-button:hover\":false,\".wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .lightbox-image-container\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image amp-img\":false,\".wp-lightbox-overlay .wp-block-image amp-anim\":false},[\"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)\"]],[false,{\".wp-lightbox-overlay .wp-block-image figcaption\":false},[\"display:none\"]],[false,{\".wp-lightbox-overlay button\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .scrim\":false},[\"background-color:#fff\",\"height:100%\",\"opacity:.9\",\"position:absolute\",\"width:100%\",\"z-index:2000000\"]],[false,{\".wp-lightbox-overlay.active\":false},[\"visibility:visible\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-overlay.active\":false},[\"animation:turn-on-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.active amp-img\":false,\".wp-lightbox-overlay.active amp-anim\":false},[\"animation:turn-on-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active)\":false},[\"animation:turn-off-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-img\":false,\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-anim\":false},[\"animation:turn-off-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.zoom.active\":false},[\"animation:none\",\"opacity:1\",\"visibility:visible\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container\":false},[\"animation:lightbox-zoom-in .4s\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.active .scrim\":false},[\"animation:turn-on-visibility .4s forwards\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active)\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container\":false},[\"animation:lightbox-zoom-out .4s\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim\":false},[\"animation:turn-off-visibility .4s forwards\"]],[false,\"}\"],[true,\"@keyframes show-content-image{\"],[true,\"0%{visibility:hidden}\"],[true,\"99%{visibility:hidden}\"],[true,\"to{visibility:visible}\"],[true,\"}@keyframes turn-on-visibility{\"],[true,\"0%{opacity:0}\"],[true,\"to{opacity:1}\"],[true,\"}@keyframes turn-off-visibility{\"],[true,\"0%{opacity:1;visibility:visible}\"],[true,\"99%{opacity:0;visibility:visible}\"],[true,\"to{opacity:0;visibility:hidden}\"],[true,\"}@keyframes lightbox-zoom-in{\"],[true,\"0%{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}\"],[true,\"to{transform:translate(-50%,-50%) scale(1)}\"],[true,\"}@keyframes lightbox-zoom-out{\"],[true,\"0%{transform:translate(-50%,-50%) scale(1);visibility:visible}\"],[true,\"99%{visibility:visible}\"],[true,\"to{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}\"],[true,\"}\"],[false,{\"ol.wp-block-latest-comments\":false},[\"box-sizing:border-box\",\"margin-left:0\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment))\":true},[\"line-height:1.1\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p))\":true},[\"line-height:1.8\"]],[false,{\".has-dates :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false,\".has-excerpts :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false},[\"line-height:1.5\"]],[false,{\".wp-block-latest-comments .wp-block-latest-comments\":false},[\"padding-left:0\"]],[false,{\".wp-block-latest-comments__comment\":false},[\"list-style:none\",\"margin-bottom:1em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment\":false},[\"list-style:none\",\"min-height:2.25em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt\":false,\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta\":false},[\"margin-left:3.25em\"]],[false,{\".wp-block-latest-comments__comment-excerpt p\":false},[\"font-size:.875em\",\"margin:.36em 0 1.4em\"]],[false,{\".wp-block-latest-comments__comment-date\":false},[\"display:block\",\"font-size:.75em\"]],[false,{\".wp-block-latest-comments .avatar\":false,\".wp-block-latest-comments__comment-avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"width:2.5em\"]],[false,{\".wp-block-latest-comments[class*=-font-size] a\":false,\".wp-block-latest-comments[data-amp-original-style*=font-size] a\":false},[\"font-size:inherit\"]],[false,{\".wp-block-latest-posts\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-latest-posts.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-latest-posts.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list\":false},[\"list-style:none\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list li\":false},[\"clear:both\",\"overflow-wrap:break-word\"]],[false,{\".wp-block-latest-posts.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-latest-posts.is-grid li\":false},[\"margin:0 1.25em 1.25em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-latest-posts.columns-2 li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-latest-posts.columns-2 li:nth-child(2n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-3 li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-latest-posts.columns-3 li:nth-child(3n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-4 li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-latest-posts.columns-4 li:nth-child(4n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-latest-posts.columns-5 li:nth-child(5n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-6 li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,{\".wp-block-latest-posts.columns-6 li:nth-child(6n)\":false},[\"margin-right:0\"]],[false,\"}\"],[true,{\":root :where(.wp-block-latest-posts.is-grid)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-latest-posts.wp-block-latest-posts__list)\":true},[\"padding-left:0\"]],[false,{\".wp-block-latest-posts__post-author\":false,\".wp-block-latest-posts__post-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-latest-posts__post-excerpt\":false,\".wp-block-latest-posts__post-full-content\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-latest-posts__featured-image a\":false},[\"display:inline-block\"]],[false,{\".wp-block-latest-posts__featured-image amp-img\":false,\".wp-block-latest-posts__featured-image amp-anim\":false},[\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".wp-block-latest-posts__featured-image.alignleft\":false},[\"float:left\",\"margin-right:1em\"]],[false,{\".wp-block-latest-posts__featured-image.alignright\":false},[\"float:right\",\"margin-left:1em\"]],[false,{\".wp-block-latest-posts__featured-image.aligncenter\":false},[\"margin-bottom:1em\",\"text-align:center\"]],[true,{\"ol\":true,\"ul\":true},[\"box-sizing:border-box\"]],[true,{\":root :where(.wp-block-list.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-loginout\":false,\".wp-block-media-text\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-media-text\":false},[\"direction:ltr\",\"display:grid\",\"grid-template-columns:50% 1fr\",\"grid-template-rows:auto\"]],[false,{\".wp-block-media-text.has-media-on-the-right\":false},[\"grid-template-columns:1fr 50%\"]],[false,{\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media\":false},[\"align-self:start\"]],[false,{\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media\":false,\".wp-block-media-text>.wp-block-media-text__content\":false,\".wp-block-media-text>.wp-block-media-text__media\":false},[\"align-self:center\"]],[false,{\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media\":false},[\"align-self:end\"]],[false,{\".wp-block-media-text>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\",\"margin:0\"]],[false,{\".wp-block-media-text>.wp-block-media-text__content\":false},[\"direction:ltr\",\"grid-column:2\",\"grid-row:1\",\"padding:0 8%\",\"word-break:break-word\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media\":false},[\"grid-column:2\",\"grid-row:1\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text__media a\":false},[\"display:block\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"height:auto\",\"max-width:unset\",\"vertical-align:middle\",\"width:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media\":false},[\"background-size:cover\",\"height:100%\",\"min-height:250px\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-anim\":false},[\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\",\"clip:rect(0,0,0,0)\",\"border:0\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media\":false},[\"height:100%\",\"min-height:250px\",\"position:relative\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-anim\":false},[\"height:100%\",\"object-fit:cover\",\"position:absolute\",\"width:100%\"]],[false,\"@media (max-width:600px){\"],[false,{\".wp-block-media-text.is-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"grid-template-columns:100%\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:2\"]],[false,\"}\"],[false,{\".wp-block-navigation\":false},[\"position:relative\",\"--navigation-layout-justification-setting:flex-start\",\"--navigation-layout-direction:row\",\"--navigation-layout-wrap:wrap\",\"--navigation-layout-justify:flex-start\",\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation ul\":false},[\"margin-bottom:0\",\"margin-left:0\",\"margin-top:0\",\"padding-left:0\"]],[false,{\".wp-block-navigation ul\":false,\".wp-block-navigation ul li\":false},[\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"align-items:center\",\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty\":false},[\"display:none\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content\":false},[\"display:block\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus\":false},[\"text-decoration:underline\"]],[false,{\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus\":false},[\"text-decoration:line-through\"]],[false,{\".wp-block-navigation :where(a)\":false,\".wp-block-navigation :where(a:active)\":false,\".wp-block-navigation :where(a:focus)\":false},[\"text-decoration:none\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon\":false},[\"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\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon svg\":false},[\"display:inline-block\",\"stroke:currentColor\",\"height:inherit\",\"margin-top:.075em\",\"width:inherit\"]],[false,{\".wp-block-navigation.is-vertical\":false},[\"--navigation-layout-direction:column\",\"--navigation-layout-justify:initial\",\"--navigation-layout-align:flex-start\"]],[false,{\".wp-block-navigation.no-wrap\":false},[\"--navigation-layout-wrap:nowrap\"]],[false,{\".wp-block-navigation.items-justified-center\":false},[\"--navigation-layout-justification-setting:center\",\"--navigation-layout-justify:center\"]],[false,{\".wp-block-navigation.items-justified-center.is-vertical\":false},[\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation.items-justified-right\":false},[\"--navigation-layout-justification-setting:flex-end\",\"--navigation-layout-justify:flex-end\"]],[false,{\".wp-block-navigation.items-justified-right.is-vertical\":false},[\"--navigation-layout-align:flex-end\"]],[false,{\".wp-block-navigation.items-justified-space-between\":false},[\"--navigation-layout-justification-setting:space-between\",\"--navigation-layout-justify:space-between\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"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%\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"transition:opacity .1s linear\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content\":false},[\"display:flex\",\"flex-grow:1\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon\":false},[\"margin-left:auto\",\"margin-right:0\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content\":false},[\"margin:0\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:-1px\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before\":false},[\"background:rgba(0,0,0,0)\",\"content:\\\"\\\"\",\"display:block\",\"height:100%\",\"position:absolute\",\"right:100%\",\"width:.5em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon\":false},[\"margin-right:.25em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg\":false},[\"transform:rotate(-90deg)\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container\":false},[\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:visible\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container\":false},[\"left:0\",\"top:100%\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:0\"]],[false,\"}\"],[false,{\".wp-block-navigation-submenu\":false},[\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg\":false},[\"stroke:currentColor\"]],[false,{\"button.wp-block-navigation-item__content\":false},[\"background-color:initial\",\"border:none\",\"color:currentColor\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-align:left\",\"text-transform:inherit\"]],[false,{\".wp-block-navigation-submenu__toggle\":false},[\"cursor:pointer\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle\":false},[\"padding-left:0\",\"padding-right:.85em\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon\":false},[\"margin-left:-.6em\",\"pointer-events:none\"]],[false,{\".wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle)\":false},[\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false,\".wp-block-navigation__container\":false,\".wp-block-navigation__responsive-close\":false,\".wp-block-navigation__responsive-container\":false,\".wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-dialog\":false},[\"gap:inherit\"]],[true,{\":where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button))\":true},[\"padding:.5em 1em\"]],[true,{\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content)\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content)\":true},[\"padding:.5em 1em\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container\":false},[\"left:auto\",\"right:0\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:-1px\",\"right:-1px\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:auto\",\"right:100%\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container\":false},[\"background-color:#fff\",\"border:1px solid rgba(0,0,0,.15)\"]],[false,{\".wp-block-navigation.has-background .wp-block-navigation__submenu-container\":false},[\"background-color:inherit\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__container\":false},[\"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\"]],[false,{\".wp-block-navigation__container .is-responsive\":false},[\"display:none\"]],[false,{\".wp-block-navigation__container:only-child\":false,\".wp-block-page-list:only-child\":false},[\"flex-grow:1\"]],[true,\"@keyframes overlay-menu__fade-in-animation{\"],[true,\"0%{opacity:0;transform:translateY(.5em)}\"],[true,\"to{opacity:1;transform:translateY(0)}\"],[true,\"}\"],[false,{\".wp-block-navigation__responsive-container\":false},[\"bottom:0\",\"display:none\",\"left:0\",\"position:fixed\",\"right:0\",\"top:0\"]],[false,{\".wp-block-navigation__responsive-container :where(.wp-block-navigation-item a)\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content\":false},[\"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)\"]],[false,{\".wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open):not(#_#_#_#_#_#_#_)\":false},[\"background-color:inherit\",\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"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),20rem)\",\"z-index:100000\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false},[\"align-items:var(--navigation-layout-justification-setting,inherit)\",\"display:flex\",\"flex-direction:column\",\"flex-wrap:nowrap\",\"overflow:visible\",\"padding-top:calc(2rem + 24px)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon\":false},[\"display:none\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container\":false},[\"border:none\",\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:initial\",\"padding-left:2rem\",\"padding-right:2rem\",\"position:static\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"gap:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"padding-top:var(--wp--style--block-gap,2em)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content\":false},[\"padding:0\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"align-items:var(--navigation-layout-justification-setting,initial)\",\"display:flex\",\"flex-direction:column\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list:not(#_#_#_#_#_#_#_)\":false},[\"background:rgba(0,0,0,0)\",\"color:inherit\"]],[false,{\".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\":false},[\"left:auto\",\"right:auto\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)\":false},[\"background-color:inherit\",\"display:block\",\"position:relative\",\"width:100%\",\"z-index:auto\"]],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close\":false},[\"display:none\"]],[false,{\".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\":false},[\"left:0\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"background-color:#fff\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__toggle_button_label\":false},[\"font-size:1rem\",\"font-weight:700\"]],[false,{\".wp-block-navigation__responsive-container-close\":false,\".wp-block-navigation__responsive-container-open\":false},[\"background:rgba(0,0,0,0)\",\"border:none\",\"color:currentColor\",\"cursor:pointer\",\"margin:0\",\"padding:0\",\"text-transform:inherit\",\"vertical-align:middle\"]],[false,{\".wp-block-navigation__responsive-container-close svg\":false,\".wp-block-navigation__responsive-container-open svg\":false},[\"fill:currentColor\",\"display:block\",\"height:24px\",\"pointer-events:none\",\"width:24px\"]],[false,{\".wp-block-navigation__responsive-container-open\":false},[\"display:flex\"]],[false,{\".wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container-open:not(.always-shown)\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container-close\":false},[\"position:absolute\",\"right:0\",\"top:0\",\"z-index:2\"]],[false,{\".wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,{\".wp-block-navigation__responsive-close\":false},[\"width:100%\"]],[false,{\".has-modal-open .wp-block-navigation__responsive-close\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:var(--wp--style--global--wide-size,100%)\"]],[false,{\".wp-block-navigation__responsive-close:focus\":false},[\"outline:none\"]],[false,{\".is-menu-open .wp-block-navigation__responsive-close\":false,\".is-menu-open .wp-block-navigation__responsive-container-content\":false,\".is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-navigation__responsive-dialog\":false},[\"position:relative\"]],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:46px\"]],[false,\"@media (min-width:782px){\"],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:32px\"]],[false,\"}\"],[false,{\"html.has-modal-open\":false},[\"overflow:hidden\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__label\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__description\":false},[\"display:none\"]],[false,{\".link-ui-tools\":false},[\"border-top:1px solid #f0f0f0\",\"padding:8px\"]],[false,{\".link-ui-block-inserter\":false},[\"padding-top:8px\"]],[false,{\".link-ui-block-inserter__back\":false},[\"margin-left:8px\",\"text-transform:uppercase\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false},[\"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)\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"background-color:inherit\"]],[false,{\".wp-block-page-list\":false},[\"box-sizing:border-box\"]],[false,{\".is-small-text\":false},[\"font-size:.875em\"]],[false,{\".is-regular-text\":false},[\"font-size:1em\"]],[false,{\".is-large-text\":false},[\"font-size:2.25em\"]],[false,{\".is-larger-text\":false},[\"font-size:3em\"]],[false,{\".has-drop-cap:not(:focus):first-letter\":false},[\"float:left\",\"font-size:8.4em\",\"font-style:normal\",\"font-weight:100\",\"line-height:.68\",\"margin:.05em .1em 0 0\",\"text-transform:uppercase\"]],[false,{\"body.rtl .has-drop-cap:not(:focus):first-letter\":false},[\"float:none\",\"margin-left:.1em\"]],[false,{\"p.has-drop-cap.has-background\":false},[\"overflow:hidden\"]],[true,{\":root :where(p.has-background)\":true},[\"padding:1.25em 2.375em\"]],[true,{\":where(p.has-text-color:not(.has-link-color)) a\":true},[\"color:inherit\"]],[false,{\"p.has-text-align-left[data-amp-original-style*=\\\"writing-mode:vertical-lr\\\"]\":false,\"p.has-text-align-right[data-amp-original-style*=\\\"writing-mode:vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-author\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-post-author__byline\":false},[\"font-size:.5em\",\"margin-bottom:0\",\"margin-top:0\",\"width:100%\"]],[false,{\".wp-block-post-author__avatar\":false},[\"margin-right:1em\"]],[false,{\".wp-block-post-author__bio\":false},[\"font-size:.7em\",\"margin-bottom:.7em\"]],[false,{\".wp-block-post-author__content\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-post-author__name\":false},[\"margin:0\"]],[false,{\".wp-block-post-author-biography\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-comments-form) input:not([type=submit])\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[true,{\":where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox]))\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"padding:calc(.667em + 2px)\"]],[false,{\".wp-block-post-comments-form\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-weight] :where(.comment-reply-title)\":false},[\"font-weight:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-family] :where(.comment-reply-title)\":false},[\"font-family:inherit\"]],[false,{\".wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title)\":false,\".wp-block-post-comments-form[data-amp-original-style*=font-size] :where(.comment-reply-title)\":false},[\"font-size:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=line-height] :where(.comment-reply-title)\":false},[\"line-height:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-style] :where(.comment-reply-title)\":false},[\"font-style:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=letter-spacing] :where(.comment-reply-title)\":false},[\"letter-spacing:inherit\"]],[false,{\".wp-block-post-comments-form :where(input[type=submit])\":false},[\"box-shadow:none\",\"cursor:pointer\",\"display:inline-block\",\"overflow-wrap:break-word\",\"text-align:center\"]],[false,{\".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden])\":false,\".wp-block-post-comments-form .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments-form .comment-form-author label\":false,\".wp-block-post-comments-form .comment-form-email label\":false,\".wp-block-post-comments-form .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments-form .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments-form .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments-count\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-content\":false},[\"display:flow-root\"]],[false,{\".wp-block-post-comments-link\":false,\".wp-block-post-date\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-excerpt)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__excerpt\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-post-excerpt__more-text\":false},[\"margin-bottom:0\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__more-link\":false},[\"display:inline-block\"]],[false,{\".wp-block-post-featured-image\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".wp-block-post-featured-image a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-post-featured-image :where(amp-img)\":false,\".wp-block-post-featured-image :where(amp-anim)\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\",\"width:100%\"]],[false,{\".wp-block-post-featured-image.alignfull amp-img\":false,\".wp-block-post-featured-image.alignfull amp-anim\":false,\".wp-block-post-featured-image.alignwide amp-img\":false,\".wp-block-post-featured-image.alignwide amp-anim\":false},[\"width:100%\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim\":false},[\"background-color:#000\",\"inset:0\",\"position:absolute\"]],[false,{\".wp-block-post-featured-image\":false},[\"position:relative\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-post-featured-image:where(.alignleft,.alignright)\":false},[\"width:100%\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link.has-text-align-left[data-amp-original-style*=\\\"writing-mode: vertical-lr\\\"]\":false,\".wp-block-post-navigation-link.has-text-align-right[data-amp-original-style*=\\\"writing-mode: vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-terms\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-terms .wp-block-post-terms__separator\":false},[\"white-space:pre-wrap\"]],[false,{\".wp-block-post-time-to-read\":false,\".wp-block-post-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-title\":false},[\"word-break:break-word\"]],[false,{\".wp-block-post-title :where(a)\":false},[\"display:inline-block\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-post-author-name\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-preformatted\":false},[\"box-sizing:border-box\",\"white-space:pre-wrap\"]],[true,{\":where(.wp-block-preformatted.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-pullquote\":false},[\"box-sizing:border-box\",\"margin:0 0 1em\",\"overflow-wrap:break-word\",\"padding:4em 0\",\"text-align:center\"]],[false,{\".wp-block-pullquote blockquote\":false,\".wp-block-pullquote cite\":false,\".wp-block-pullquote p\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote blockquote\":false},[\"margin:0\"]],[false,{\".wp-block-pullquote p\":false},[\"margin-top:0\"]],[false,{\".wp-block-pullquote p:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-pullquote.alignleft\":false,\".wp-block-pullquote.alignright\":false},[\"max-width:420px\"]],[false,{\".wp-block-pullquote cite\":false,\".wp-block-pullquote footer\":false},[\"position:relative\"]],[false,{\".wp-block-pullquote .has-text-color a\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote.has-text-align-left blockquote\":false},[\"text-align:left\"]],[false,{\".wp-block-pullquote.has-text-align-right blockquote\":false},[\"text-align:right\"]],[false,{\".wp-block-pullquote.has-text-align-center blockquote\":false},[\"text-align:center\"]],[false,{\".wp-block-pullquote.is-style-solid-color\":false},[\"border:none\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:60%\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote p\":false},[\"font-size:2em\",\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote cite\":false},[\"font-style:normal\",\"text-transform:none\"]],[false,{\".wp-block-pullquote cite\":false},[\"color:inherit\",\"display:block\"]],[false,{\".wp-block-post-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"margin-top:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-post-template.is-flex-container\":false},[\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"gap:1.25em\"]],[false,{\".wp-block-post-template.is-flex-container>li\":false},[\"margin:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-2>li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-3>li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-4>li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-5>li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-6>li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,\"}\"],[false,\"@media (max-width:600px){\"],[false,{\".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\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignright\":false,\".wp-block-post-template-is-layout-flow>li>.alignright\":false},[\"float:right\",\"margin-inline-end:0\",\"margin-inline-start:2em\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignleft\":false,\".wp-block-post-template-is-layout-flow>li>.alignleft\":false},[\"float:left\",\"margin-inline-end:2em\",\"margin-inline-start:0\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.aligncenter\":false,\".wp-block-post-template-is-layout-flow>li>.aligncenter\":false},[\"margin-inline-end:auto\",\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type\":false},[\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child\":false},[\"margin-inline-end:auto\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-query-title\":false,\".wp-block-query-total\":false,\".wp-block-quote\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-quote\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain))\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain))\":false},[\"margin-bottom:1em\",\"padding:0 1em\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) p\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) p\":false},[\"font-size:1.5em\",\"font-style:italic\",\"line-height:1.6\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-large:where(:not(.is-style-plain)) footer\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer\":false},[\"font-size:1.125em\",\"text-align:right\"]],[false,{\".wp-block-quote>cite\":false},[\"display:block\"]],[false,{\".wp-block-read-more\":false},[\"display:block\",\"width:fit-content\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration]))\":false},[\"text-decoration:none\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):active\":false,\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):focus\":false},[\"text-decoration:none\"]],[false,{\"ul.wp-block-rss.alignleft\":false},[\"margin-right:2em\"]],[false,{\"ul.wp-block-rss.alignright\":false},[\"margin-left:2em\"]],[false,{\"ul.wp-block-rss.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\",\"padding:0\"]],[false,{\"ul.wp-block-rss.is-grid li\":false},[\"margin:0 1em 1em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\"ul.wp-block-rss.columns-2 li\":false},[\"width:calc(50% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-3 li\":false},[\"width:calc(33.33333% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-4 li\":false},[\"width:calc(25% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-6 li\":false},[\"width:calc(16.66667% - 1em)\"]],[false,\"}\"],[false,{\".wp-block-rss__item-author\":false,\".wp-block-rss__item-publish-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-rss\":false},[\"box-sizing:border-box\",\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-search__button\":false},[\"margin-left:10px\",\"word-break:normal\"]],[false,{\".wp-block-search__button.has-icon\":false},[\"line-height:0\"]],[false,{\".wp-block-search__button svg\":false},[\"height:1.25em\",\"min-height:24px\",\"min-width:24px\",\"width:1.25em\",\"fill:currentColor\",\"vertical-align:text-bottom\"]],[true,{\":where(.wp-block-search__button)\":true},[\"border:1px solid #ccc\",\"padding:6px 10px\"]],[false,{\".wp-block-search__inside-wrapper\":false},[\"display:flex\",\"flex:auto\",\"flex-wrap:nowrap\",\"max-width:100%\"]],[false,{\".wp-block-search__label\":false},[\"width:100%\"]],[false,{\".wp-block-search__input\":false},[\"appearance:none\",\"border:1px solid #949494\",\"flex-grow:1\",\"margin-left:0\",\"margin-right:0\",\"min-width:3rem\",\"padding:8px\"]],[false,{\".wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"text-decoration:unset\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-shrink:0\",\"justify-content:center\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"transition-property:width\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:not(#_#_#_#_#_#_#_)\":false},[\"min-width:0\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__input\":false},[\"flex-basis:100%\",\"transition-duration:.3s\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden\":false,\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper\":false},[\"overflow:hidden\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input\":false},[\"flex-basis:0\",\"flex-grow:0\",\"margin:0\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"border-left-width:0\",\"border-right-width:0\",\"min-width:0\",\"padding-left:0\",\"padding-right:0\",\"width:0\"]],[true,{\":where(.wp-block-search__input)\":true},[\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-transform:inherit\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)\":true},[\"border:1px solid #949494\",\"box-sizing:border-box\",\"padding:4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input\":false},[\"border:none\",\"border-radius:0\",\"padding:0 4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus\":false},[\"outline:none\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button)\":true},[\"padding:4px 8px\"]],[false,{\".wp-block-search.aligncenter .wp-block-search__inside-wrapper\":false},[\"margin:auto\"]],[false,{\".wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"float:right\"]],[false,{\".wp-block-separator\":false},[\"border:none\",\"border-top:2px solid\"]],[true,{\":root :where(.wp-block-separator.is-style-dots)\":true},[\"height:auto\",\"line-height:1\",\"text-align:center\"]],[true,{\":root :where(.wp-block-separator.is-style-dots):before\":true},[\"color:currentColor\",\"content:\\\"\\u00b7\\u00b7\\u00b7\\\"\",\"font-family:serif\",\"font-size:1.5em\",\"letter-spacing:2em\",\"padding-left:2em\"]],[false,{\".wp-block-separator.is-style-dots:not(#_#_#_#_#_#_#_)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-block-site-logo\":false},[\"box-sizing:border-box\",\"line-height:0\"]],[false,{\".wp-block-site-logo a\":false},[\"display:inline-block\",\"line-height:0\"]],[false,{\".wp-block-site-logo.is-default-size amp-img\":false,\".wp-block-site-logo.is-default-size amp-anim\":false},[\"height:auto\",\"width:120px\"]],[false,{\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"height:auto\",\"max-width:100%\"]],[false,{\".wp-block-site-logo a\":false,\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-site-logo.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"text-align:center\"]],[true,{\":root :where(.wp-block-site-logo.is-style-rounded)\":true},[\"border-radius:9999px\"]],[false,{\".wp-block-site-tagline\":false,\".wp-block-site-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-site-title :where(a)\":false},[\"color:inherit\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-social-links\":false},[\"background:none\",\"box-sizing:border-box\",\"margin-left:0\",\"padding-left:0\",\"padding-right:0\",\"text-indent:0\"]],[false,{\".wp-block-social-links .wp-social-link a\":false,\".wp-block-social-links .wp-social-link a:hover\":false},[\"border-bottom:0\",\"box-shadow:none\",\"text-decoration:none\"]],[false,{\".wp-block-social-links .wp-social-link svg\":false},[\"height:1em\",\"width:1em\"]],[false,{\".wp-block-social-links .wp-social-link span:not(.screen-reader-text)\":false},[\"font-size:.65em\",\"margin-left:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-social-links.has-small-icon-size\":false},[\"font-size:16px\"]],[false,{\".wp-block-social-links\":false,\".wp-block-social-links.has-normal-icon-size\":false},[\"font-size:24px\"]],[false,{\".wp-block-social-links.has-large-icon-size\":false},[\"font-size:36px\"]],[false,{\".wp-block-social-links.has-huge-icon-size\":false},[\"font-size:48px\"]],[false,{\".wp-block-social-links.aligncenter\":false},[\"display:flex\",\"justify-content:center\"]],[false,{\".wp-block-social-links.alignright\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-social-link\":false},[\"border-radius:9999px\",\"display:block\",\"height:auto\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-social-link\":false},[\"transition:transform .1s ease\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\"]],[false,{\".wp-block-social-link:hover\":false},[\"transform:scale(1.1)\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited\":false},[\"color:currentColor\",\"fill:currentColor\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link\":false},[\"background-color:#f0f0f0\",\"color:#444\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon\":false},[\"background-color:#f90\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp\":false},[\"background-color:#1ea0c3\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance\":false},[\"background-color:#0757fe\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky\":false},[\"background-color:#0a7aff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen\":false},[\"background-color:#1e1f26\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart\":false},[\"background-color:#02e49b\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord\":false},[\"background-color:#5865f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble\":false},[\"background-color:#e94c89\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox\":false},[\"background-color:#4280ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy\":false},[\"background-color:#f45800\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook\":false},[\"background-color:#0866ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr\":false},[\"background-color:#0461dd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare\":false},[\"background-color:#e65678\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github\":false},[\"background-color:#24292d\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads\":false},[\"background-color:#eceadd\",\"color:#382110\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google\":false},[\"background-color:#ea4434\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar\":false},[\"background-color:#1d4fc4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram\":false},[\"background-color:#f00075\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm\":false},[\"background-color:#e21b24\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin\":false},[\"background-color:#0d66c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon\":false},[\"background-color:#3288d4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup\":false},[\"background-color:#f6405f\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest\":false},[\"background-color:#e60122\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket\":false},[\"background-color:#ef4155\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit\":false},[\"background-color:#ff4500\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype\":false},[\"background-color:#0478d7\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat\":false},[\"background-color:#fefc00\",\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud\":false},[\"background-color:#ff5600\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify\":false},[\"background-color:#1bd760\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram\":false},[\"background-color:#2aabee\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr\":false},[\"background-color:#011835\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch\":false},[\"background-color:#6440a4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter\":false},[\"background-color:#1da1f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo\":false},[\"background-color:#1eb7ea\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk\":false},[\"background-color:#4680c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress\":false},[\"background-color:#3499cd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp\":false},[\"background-color:#25d366\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp\":false},[\"background-color:#d32422\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube\":false},[\"background-color:red\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link\":false},[\"background:none\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg\":false},[\"height:1.25em\",\"width:1.25em\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon\":false},[\"color:#f90\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp\":false},[\"color:#1ea0c3\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance\":false},[\"color:#0757fe\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky\":false},[\"color:#0a7aff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen\":false},[\"color:#1e1f26\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart\":false},[\"color:#02e49b\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord\":false},[\"color:#5865f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble\":false},[\"color:#e94c89\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox\":false},[\"color:#4280ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy\":false},[\"color:#f45800\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook\":false},[\"color:#0866ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr\":false},[\"color:#0461dd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare\":false},[\"color:#e65678\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github\":false},[\"color:#24292d\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads\":false},[\"color:#382110\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google\":false},[\"color:#ea4434\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar\":false},[\"color:#1d4fc4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram\":false},[\"color:#f00075\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm\":false},[\"color:#e21b24\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin\":false},[\"color:#0d66c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon\":false},[\"color:#3288d4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup\":false},[\"color:#f6405f\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest\":false},[\"color:#e60122\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket\":false},[\"color:#ef4155\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit\":false},[\"color:#ff4500\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype\":false},[\"color:#0478d7\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat\":false},[\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud\":false},[\"color:#ff5600\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify\":false},[\"color:#1bd760\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram\":false},[\"color:#2aabee\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr\":false},[\"color:#011835\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch\":false},[\"color:#6440a4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter\":false},[\"color:#1da1f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo\":false},[\"color:#1eb7ea\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk\":false},[\"color:#4680c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp\":false},[\"color:#25d366\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress\":false},[\"color:#3499cd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp\":false},[\"color:#d32422\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube\":false},[\"color:red\"]],[false,{\".wp-block-social-links.is-style-pill-shape .wp-social-link\":false},[\"width:auto\"]],[true,{\":root :where(.wp-block-social-links .wp-social-link a)\":true},[\"padding:.25em\"]],[true,{\":root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a)\":true},[\"padding-left:.6666666667em\",\"padding-right:.6666666667em\"]],[false,{\".wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label\":false},[\"color:#000\"]],[false,{\".wp-block-spacer\":false},[\"clear:both\"]],[false,{\".wp-block-tag-cloud\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-tag-cloud.aligncenter\":false},[\"justify-content:center\",\"text-align:center\"]],[false,{\".wp-block-tag-cloud.alignfull\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".wp-block-tag-cloud a\":false},[\"display:inline-block\",\"margin-right:5px\"]],[false,{\".wp-block-tag-cloud span\":false},[\"display:inline-block\",\"margin-left:5px\",\"text-decoration:none\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline)\":true},[\"display:flex\",\"flex-wrap:wrap\",\"gap:1ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a)\":true},[\"border:1px solid\",\"margin-right:0\",\"padding:1ch 2ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_)\":true},[\"font-size:unset\",\"text-decoration:none\"]],[false,{\".wp-block-table\":false},[\"overflow-x:auto\"]],[false,{\".wp-block-table table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-table thead\":false},[\"border-bottom:3px solid\"]],[false,{\".wp-block-table tfoot\":false},[\"border-top:3px solid\"]],[false,{\".wp-block-table td\":false,\".wp-block-table th\":false},[\"border:1px solid\",\"padding:.5em\"]],[false,{\".wp-block-table .has-fixed-layout\":false},[\"table-layout:fixed\",\"width:100%\"]],[false,{\".wp-block-table .has-fixed-layout td\":false,\".wp-block-table .has-fixed-layout th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table.aligncenter\":false,\".wp-block-table.alignleft\":false,\".wp-block-table.alignright\":false},[\"display:table\",\"width:auto\"]],[false,{\".wp-block-table.aligncenter td\":false,\".wp-block-table.aligncenter th\":false,\".wp-block-table.alignleft td\":false,\".wp-block-table.alignleft th\":false,\".wp-block-table.alignright td\":false,\".wp-block-table.alignright th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table .has-subtle-light-gray-background-color\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table .has-subtle-pale-green-background-color\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table .has-subtle-pale-blue-background-color\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table .has-subtle-pale-pink-background-color\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes\":false},[\"background-color:initial\",\"border-bottom:1px solid #f0f0f0\",\"border-collapse:inherit\",\"border-spacing:0\"]],[false,{\".wp-block-table.is-style-stripes tbody tr:nth-child(odd)\":false},[\"background-color:#f0f0f0\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes td\":false,\".wp-block-table.is-style-stripes th\":false},[\"border-color:rgba(0,0,0,0)\"]],[false,{\".wp-block-table .has-border-color td\":false,\".wp-block-table .has-border-color th\":false,\".wp-block-table .has-border-color tr\":false,\".wp-block-table .has-border-color>*\":false},[\"border-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child th\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* th\":false},[\"border-top-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:not(:first-child)\":false},[\"border-top-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-right-color] td:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-right-color]>*\":false},[\"border-right-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child th\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* th\":false},[\"border-bottom-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:not(:last-child)\":false},[\"border-bottom-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-left-color] td:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-left-color]>*\":false},[\"border-left-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-style] td\":false,\".wp-block-table table[data-amp-original-style*=border-style] th\":false,\".wp-block-table table[data-amp-original-style*=border-style] tr\":false,\".wp-block-table table[data-amp-original-style*=border-style]>*\":false},[\"border-style:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-width] td\":false,\".wp-block-table table[data-amp-original-style*=border-width] th\":false,\".wp-block-table table[data-amp-original-style*=border-width] tr\":false,\".wp-block-table table[data-amp-original-style*=border-width]>*\":false},[\"border-style:inherit\",\"border-width:inherit\"]],[true,{\":root :where(.wp-block-table-of-contents)\":true},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-term-description)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-term-description p\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-text-columns\":false,\".wp-block-text-columns.aligncenter\":false},[\"display:flex\"]],[false,{\".wp-block-text-columns .wp-block-column\":false},[\"margin:0 1em\",\"padding:0\"]],[false,{\".wp-block-text-columns .wp-block-column:first-child\":false},[\"margin-left:0\"]],[false,{\".wp-block-text-columns .wp-block-column:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-text-columns.columns-2 .wp-block-column\":false},[\"width:50%\"]],[false,{\".wp-block-text-columns.columns-3 .wp-block-column\":false},[\"width:33.3333333333%\"]],[false,{\".wp-block-text-columns.columns-4 .wp-block-column\":false},[\"width:25%\"]],[false,{\"pre.wp-block-verse\":false},[\"overflow:auto\",\"white-space:pre-wrap\"]],[true,{\":where(pre.wp-block-verse)\":true},[\"font-family:inherit\"]],[false,{\".wp-block-video\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"vertical-align:middle\",\"width:100%\"]],[false,\"@supports (position:sticky){\"],[false,{\".wp-block-video [poster]\":false},[\"object-fit:cover\"]],[false,\"}\"],[false,{\".wp-block-video.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-video :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".editor-styles-wrapper\":false,\".entry-content\":false},[\"counter-reset:footnotes\"]],[false,{\"a[data-fn].fn\":false},[\"counter-increment:footnotes\",\"display:inline-flex\",\"font-size:smaller\",\"text-decoration:none\",\"text-indent:-9999999px\",\"vertical-align:super\"]],[false,{\"a[data-fn].fn:after\":false},[\"content:\\\"[\\\" counter(footnotes) \\\"]\\\"\",\"float:left\",\"text-indent:0\"]],[false,{\".wp-element-button\":false},[\"cursor:pointer\"]],[true,{\":root\":true},[\"--wp--preset--font-size--normal:16px\",\"--wp--preset--font-size--huge:42px\"]],[false,{\":root .has-very-light-gray-background-color\":false},[\"background-color:#eee\"]],[false,{\":root .has-very-dark-gray-background-color\":false},[\"background-color:#313131\"]],[false,{\":root .has-very-light-gray-color\":false},[\"color:#eee\"]],[false,{\":root .has-very-dark-gray-color\":false},[\"color:#313131\"]],[false,{\":root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\":false},[\"background:linear-gradient(135deg,#00d084,#0693e3)\"]],[false,{\":root .has-purple-crush-gradient-background\":false},[\"background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)\"]],[false,{\":root .has-hazy-dawn-gradient-background\":false},[\"background:linear-gradient(135deg,#faaca8,#dad0ec)\"]],[false,{\":root .has-subdued-olive-gradient-background\":false},[\"background:linear-gradient(135deg,#fafae1,#67a671)\"]],[false,{\":root .has-atomic-cream-gradient-background\":false},[\"background:linear-gradient(135deg,#fdd79a,#004a59)\"]],[false,{\":root .has-nightshade-gradient-background\":false},[\"background:linear-gradient(135deg,#330968,#31cdcf)\"]],[false,{\":root .has-midnight-gradient-background\":false},[\"background:linear-gradient(135deg,#020381,#2874fc)\"]],[false,{\".has-regular-font-size\":false},[\"font-size:1em\"]],[false,{\".has-larger-font-size\":false},[\"font-size:2.625em\"]],[false,{\".has-normal-font-size\":false},[\"font-size:var(--wp--preset--font-size--normal)\"]],[false,{\".has-huge-font-size\":false},[\"font-size:var(--wp--preset--font-size--huge)\"]],[false,{\".has-text-align-center\":false},[\"text-align:center\"]],[false,{\".has-text-align-left\":false},[\"text-align:left\"]],[false,{\".has-text-align-right\":false},[\"text-align:right\"]],[false,{\"#end-resizable-editor-section\":false},[\"display:none\"]],[false,{\".aligncenter\":false},[\"clear:both\"]],[false,{\".items-justified-left\":false},[\"justify-content:flex-start\"]],[false,{\".items-justified-center\":false},[\"justify-content:center\"]],[false,{\".items-justified-right\":false},[\"justify-content:flex-end\"]],[false,{\".items-justified-space-between\":false},[\"justify-content:space-between\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip-path:inset(50%)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#ddd\",\"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\"]],[true,{\"html :where(.has-border-color)\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-color])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-color])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-color])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-color])\":true},[\"border-left-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-width])\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-width])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-width])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-width])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-width])\":true},[\"border-left-style:solid\"]],[true,{\"html :where(amp-img[class*=wp-image-])\":true,\"html :where(amp-anim[class*=wp-image-])\":true},[\"height:auto\",\"max-width:100%\"]],[true,{\":where(figure)\":true},[\"margin:0 0 1em\"]],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)\"]],[true,\"@media screen and (max-width:600px){\"],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:0px\"]],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":13983,\"final_size\":3948,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"31c790db6ae2bf95e874b636534a6fa7\",\"parse_time\":0.023661136627197266,\"shake_time\":0.0001239776611328125,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\":root\":true},[\"--wp--preset--aspect-ratio--square:1\",\"--wp--preset--aspect-ratio--4-3:4\\/3\",\"--wp--preset--aspect-ratio--3-4:3\\/4\",\"--wp--preset--aspect-ratio--3-2:3\\/2\",\"--wp--preset--aspect-ratio--2-3:2\\/3\",\"--wp--preset--aspect-ratio--16-9:16\\/9\",\"--wp--preset--aspect-ratio--9-16:9\\/16\",\"--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--ast-global-color-0:var(--ast-global-color-0)\",\"--wp--preset--color--ast-global-color-1:var(--ast-global-color-1)\",\"--wp--preset--color--ast-global-color-2:var(--ast-global-color-2)\",\"--wp--preset--color--ast-global-color-3:var(--ast-global-color-3)\",\"--wp--preset--color--ast-global-color-4:var(--ast-global-color-4)\",\"--wp--preset--color--ast-global-color-5:var(--ast-global-color-5)\",\"--wp--preset--color--ast-global-color-6:var(--ast-global-color-6)\",\"--wp--preset--color--ast-global-color-7:var(--ast-global-color-7)\",\"--wp--preset--color--ast-global-color-8:var(--ast-global-color-8)\",\"--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:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--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)\"]],[true,{\":root\":true},[\"--wp--style--global--content-size:var(--ast-content-width-size)\",\"--wp--style--global--wide-size:1200px\"]],[true,{\":where(body)\":true},[\"margin:0\"]],[false,{\".wp-site-blocks > .alignleft\":false},[\"float:left\",\"margin-right:2em\"]],[false,{\".wp-site-blocks > .alignright\":false},[\"float:right\",\"margin-left:2em\"]],[false,{\".wp-site-blocks > .aligncenter\":false},[\"justify-content:center\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[true,{\":where(.is-layout-grid)\":true},[\"gap:.5em\"]],[false,{\".is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\".is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".is-layout-flex > :is(*, div)\":false},[\"margin:0\"]],[false,{\"body .is-layout-grid\":false},[\"display:grid\"]],[false,{\".is-layout-grid > :is(*, div)\":false},[\"margin:0\"]],[true,{\"body\":true},[\"padding-top:0px\",\"padding-right:0px\",\"padding-bottom:0px\",\"padding-left:0px\"]],[true,{\"a:where(:not(.wp-element-button))\":true},[\"text-decoration:underline\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[true,{\":where(.wp-block-post-template.is-layout-flex)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-post-template.is-layout-grid)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[true,{\":where(.wp-block-columns.is-layout-grid)\":true},[\"gap:2em\"]],[true,{\":root :where(.wp-block-pullquote)\":true},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":18906,\"final_size\":889,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"56fd5df6a4607622d63ca8539d231c32\",\"parse_time\":0.18002700805664062,\"shake_time\":0.0004379749298095703,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow-x:hidden\"]],[true,{\"html:not([amp4ads]):not(#_#_#_#_#_#_#_#_)\":true,\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"height:auto\"]],[true,{\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"margin:0\"]],[true,{\"body\":true},[\"-webkit-text-size-adjust:100%\",\"-moz-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\",\"text-size-adjust:100%\"]],[false,{\"amp-instagram\":false},[\"background-color:#fff\"]],[false,{\"amp-instagram:not(#_#_#_#_#_#_#_#_)\":false},[\"padding:54px 0px 0px\"]],[false,{\"amp-iframe iframe:not(#_#_#_#_#_#_#_#_)\":false},[\"box-sizing:border-box\"]],[false,{\"[amp-access][amp-access-hide]\":false},[\"display:none\"]],[false,{\"[subscriptions-dialog]:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-experiment\":false,\"amp-live-list>[update]\":false},[\"display:none\"]],[false,{\"amp-list [fetch-error]\":false,\"amp-list[load-more] [load-more-button]\":false,\"amp-list[load-more] [load-more-end]\":false,\"amp-list[load-more] [load-more-failed]\":false,\"amp-list[load-more] [load-more-loading]\":false},[\"display:none\"]],[false,{\"amp-list[diffable] div[role=list]\":false},[\"display:block\"]],[false,{\"amp-story-page:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"min-height:1px\",\"display:block\",\"height:100%\",\"margin:0\",\"padding:0\",\"overflow:hidden\",\"width:100%\"]],[false,{\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"background-color:#000\",\"position:relative\"]],[false,{\"amp-story-page\":false},[\"background-color:#757575\"]],[false,{\"amp-story .amp-active>div:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-story-page:not(:first-of-type):not([distance]):not([active]):not(#_#_#_#_#_#_#_#_)\":false},[\"transform:translateY(1000vh)\"]],[false,{\"amp-autocomplete:not(#_#_#_#_#_#_#_#_)\":false},[\"position:relative\",\"display:inline-block\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"padding:.5rem\",\"border:1px solid rgba(0,0,0,.33)\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"font-size:1rem\",\"line-height:1.5rem\"]],[false,{\"[amp-fx^=fly-in]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]\":false,\"amp-script[sandboxed]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]:not(#_#_#_#_#_#_#_#_)\":false,\"amp-script[sandboxed]:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[true,{\"[hidden]:not(#_#_#_#_#_#_#_)\":true},[\"display:none\"]],[true,{\"[layout=container]\":true},[\"display:block\",\"position:relative\"]],[true,{\"body noscript>*\":true},[\"display:block\",\"position:absolute\",\"top:0\",\"left:0\",\"bottom:0\",\"right:0\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow:hidden\"]],[true,{\"body noscript>*\":true},[\"width:100%\",\"height:100%\",\"z-index:2\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"position:absolute\"]],[true,{\"body noscript:not(#_#_#_#_#_#_#_#_)\":true},[\"display:inline\"]],[false,\"@supports (aspect-ratio:1\\/1){}\"],[false,{\"i-amp-scroll-container\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\",\"display:block\"]],[false,{\"i-amp-scroll-container.amp-active\":false},[\"overflow:auto\",\"-webkit-overflow-scrolling:touch\"]],[false,{\"template:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\".amp-border-box\":false,\".amp-border-box *\":false,\".amp-border-box :after\":false,\".amp-border-box :before\":false},[\"box-sizing:border-box\"]],[false,{\"amp-pixel:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-analytics\":false,\"amp-auto-ads\":false,\"amp-story-auto-ads\":false},[\"visibility:hidden\"]],[false,{\"amp-analytics:not(#_#_#_#_#_#_#_#_)\":false,\"amp-auto-ads:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story-auto-ads:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[false,{\"[visible-when-invalid]:not(.visible)\":false,\"form [submit-error]\":false,\"form [submit-success]\":false,\"form [submitting]\":false},[\"display:none\"]],[false,{\"amp-accordion:not(#_#_#_#_#_#_#_#_)\":false},[\"display:block\"]],[true,\"@media (min-width:1px){\"],[true,{\":where(amp-accordion>section)>:first-child\":true},[\"margin:0\",\"background-color:#efefef\",\"padding-right:20px\",\"border:1px solid #dfdfdf\"]],[true,{\":where(amp-accordion>section)>:last-child\":true},[\"margin:0\"]],[true,\"}\"],[false,{\"amp-accordion>section:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\"]],[false,{\"amp-accordion>section>*:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\",\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"amp-accordion\":false,\"amp-accordion>section\":false},[\"margin:0\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":38885,\"final_size\":16645,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"57e5701f0a3e0b4437f92e97599f1f36\",\"parse_time\":0.0514369010925293,\"shake_time\":0.00045800209045410156,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"webfonts\\/digital_sans_ef_medium.woff2\",\"webfonts\\/advanced_dot_digital7.eot\",\"webfonts\\/fa-brands-400.eot#iefix\",\"webfonts\\/fa-regular-400.eot#iefix\",\"webfonts\\/fa-solid-900.eot#iefix\",\"webfonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"font-size:14px\",\"line-height:1.5\",\"letter-spacing:.1px\",\"color:#fff\",\"background:#020000\",\"font-family:\\\"digital_sans_ef_medium\\\"\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false},[\"color:#11a54f\",\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:30px\"]],[true,{\"h2\":true},[\"font-size:27px\"]],[false,{\"h3\":false},[\"font-size:23px\"]],[true,{\"*\":true},[\"-webkit-box-sizing:border-box\",\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true},[\"color:#11a54f\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#11a54f\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"width:100%\",\"height:100%\",\"pointer-events:none\"]],[true,{\"a amp-img\":true,\"a amp-anim\":true},[\"pointer-events:visible\"]],[false,{\".entry-content ol li\":false},[\"list-style:decimal\",\"padding:5px 0px\",\"display:list-item\",\"float:none\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"digital_sans_ef_medium\\\";src:url(\\\"webfonts\\/digital_sans_ef_medium.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/digital_sans_ef_medium.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}@font-face{font-family:\\\"advanced_dot_digital7\\\";src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\");src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/advanced_dot_digital7.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.svg#advanced_dot_digital7\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Brands\\\";font-style:normal;font-weight:normal;font-display:auto;src:url(\\\"webfonts\\/fa-brands-400.eot\\\");src:url(\\\"webfonts\\/fa-brands-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-brands-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-brands-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-brands-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-brands-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:400;font-display:auto;src:url(\\\"webfonts\\/fa-regular-400.eot\\\");src:url(\\\"webfonts\\/fa-regular-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-regular-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-regular-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-regular-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-regular-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:900;font-display:auto;src:url(\\\"webfonts\\/fa-solid-900.eot\\\");src:url(\\\"webfonts\\/fa-solid-900.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-solid-900.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-solid-900.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-solid-900.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-solid-900.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"webfonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:18px\",\"background-repeat:no-repeat\"]],[true,{\".svg-beranda\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-beranda.png\\\")\"]],[true,{\".svg-content\":true},[\"display:inline-block\",\"width:25px\",\"height:20px\",\"background-size:21px\",\"background-repeat:no-repeat\"]],[true,{\".svg-sport\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/hot-games.png\\\")\"]],[true,{\".header\":true},[\"width:100%\",\"z-index:999999\",\"position:fixed\",\"background:#191919\"]],[true,{\".top-left\":true},[\"float:left\",\"width:27%\",\"display:flex\",\"justify-content:flex-start\"]],[true,{\".top-right\":true},[\"line-height:1.2\",\"font-size:11px\",\"float:right\",\"width:70%\"]],[true,{\".site-logo\":true},[\"float:left\",\"top:12px\",\"left:0px\",\"width:24%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:200px\"]],[true,{\".nav-bar\":true},[\"background-color:(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #2b2b2b\"]],[true,{\".sticky\":true},[\"height:127px\"]],[true,{\".main\":true},[\"background:#191919\"]],[true,{\".slide\":true},[\"margin-bottom:17px\"]],[true,{\".jackpot amp-img\":true,\".jackpot amp-anim\":true},[\"margin-left:auto\",\"margin-right:auto\",\"display:block\",\"border-radius:9px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\",\"overflow:hidden\"]],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-wrap:wrap\",\"flex-wrap:wrap\"]],[true,{\".col-sm-2\":true},[\"flex:0 0 15.9%\",\"max-width:15.9%\",\"margin:5px 4px\",\"justify-content:center\",\"align-content:center\"]],[true,{\".col-sm-12\":true},[\"-ms-flex:0 0 100%\",\"flex:0 0 100%\",\"max-width:100%\"]],[true,{\".col-title\":true},[\"padding:9px 0px\",\"position:absolute\",\"top:-14px\",\"left:21px\",\"z-index:2\",\"background:#101013\"]],[true,{\".col-border\":true},[\"border:1px solid #333\",\"border-radius:7px\",\"margin:5px auto\",\"padding:18px\"]],[true,{\".payment .col-sm-12\":true},[\"margin:10px auto\"]],[false,{\".post-taxonomies\":false},[\"padding:20px 0\"]],[false,{\".post-taxonomies .container\":false},[\"border-bottom:1px solid #333\"]],[false,{\".tags-title\":false},[\"font-size:19px\"]],[false,{\".tags-title\":false,\".tags-links\":false},[\"text-align:center\",\"padding:10px 0\"]],[false,{\".tags-links a\":false},[\"background:#503000\",\"display:inline-block\",\"border-radius:8px\",\"padding:15px 20px\",\"color:#fff\"]],[true,{\".main-menu i\":true},[\"display:block\",\"margin:auto\",\"width:30px\",\"height:30px\",\"background-size:26px\"]],[true,{\"ul.menu\":true,\"ul.contact-us\":true,\"ul.main-menu\":true},[\"padding:0\",\"margin:0\",\"text-transform:uppercase\"]],[true,{\".main-menu\":true},[\"float:right\"]],[true,{\".main-menu li [aria-current]\":true,\".main-menu li a:hover\":true},[\"color:#11a54f\"]],[true,{\".main-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"margin:0\",\"padding:0\"]],[true,{\".main-menu li a\":true},[\"font-size:14px\",\"position:relative\",\"display:inline-block\",\"line-height:18px\",\"padding:20px 24px\",\"flex:1\",\"color:#a3a3a3\"]],[true,{\"ul.contact-us\":true},[\"padding:15px 0\",\"text-transform:capitalize\"]],[true,{\".contact-us\":true},[\"float:right\",\"height:36px\"]],[true,{\".contact-us li\":true},[\"border-right:dotted 1px #fff\",\"padding-left:10px\",\"padding-right:10px\",\"display:inline-block\",\"float:left\"]],[true,{\".site-footer\":true},[\"display:block\",\"margin:auto\",\"max-width:200px\",\"margin-bottom:20px\"]],[true,{\".contact-us li:first-child\":true},[\"padding-right:10px\",\"border-left:0\"]],[true,{\".contact-us li:last-child\":true},[\"padding-right:10px\",\"border-right:0\"]],[true,{\".contact-us li a\":true},[\"color:#9a9a9a\",\"font-size:11px\"]],[true,{\".contact-us li a:hover\":true},[\"color:#11a54f\"]],[true,{\".contact-us .svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:17px\",\"background-repeat:no-repeat\"]],[true,{\".contact-us li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer\":true},[\"position:fixed\",\"width:170px\",\"height:40px\",\"bottom:0px\",\"right:10px\",\"background:#e8911a\",\"border-radius:5px 5px 0px 0px\",\"z-index:100\",\"padding:2px\"]],[true,{\".quick-footer i\":true},[\"font-size:22px\",\"position:relative\",\"right:-42px\",\"top:-2px\"]],[true,{\".quick-footer li\":true},[\"margin:1px auto\",\"padding:4px 12px\"]],[true,{\".quick-footer li a\":true},[\"color:#fff\",\"display:flex\",\"align-items:end\",\"text-align:center\",\"font-size:19px\",\"text-transform:uppercase\"]],[true,{\".quick-footer li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer .svg-menu\":true},[\"height:30px\",\"width:30px\",\"display:inline-block\",\"background-size:30px\",\"background-repeat:no-repeat\"]],[true,{\".menu\":true},[\"float:right\",\"position:relative\",\"padding:0px\",\"margin:0px auto\"]],[true,{\".menu li\":true},[\"float:left\",\"position:relative\",\"font-size:14px\",\"text-transform:uppercase\",\"min-width:68px\",\"margin:0px 0px 0px 4px\",\"text-align:center\",\"padding:5px 5px\",\"vertical-align:inherit\",\"border-radius:27px\"]],[true,{\".menu ul\":true},[\"padding-top:15px\",\"border-radius:0px 0px 4px 4px\",\"-webkit-border-radius:0px 0px 4px 4px\",\"-moz-border-radius:0px 0px 4px 4px\",\"-ms-border-radius:0px 0px 4px 4px\",\"-o-border-radius:0px 0px 4px 4px\"]],[true,{\".menu li a\":true},[\"padding:4px 21px\",\"display:block\",\"color:#fff\",\"text-shadow:0px 0px 3px #000\"]],[true,{\".daftar\":true,\".quick-footer\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #11a54f\"]],[true,{\".daftar:hover\":true},[\"background:#115f13\",\"background-image:-webkit-linear-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\"]],[true,{\".login\":true},[\"background:#505050\",\"border-top:1px solid #7e7e7e\"]],[true,{\".login:hover\":true},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".rtp\":false},[\"background:#505050\",\"background-image:linear-gradient(to bottom,#0ef,#001aff)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".rtp:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".alternatif\":false},[\"background:#c8ff00\",\"background-image:linear-gradient(to bottom,#ffae00,#c8ff00)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".alternatif:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#c8ff00 0%,#ffae00 100%)\"]],[true,{\".login-panel\":true},[\"margin:6px 0\"]],[true,{\"ul\":true,\"ol\":true},[\"list-style:none\",\"margin:0\",\"padding:5px 0px\"]],[true,{\"ul.article\":true},[\"list-style:circle\",\"padding:5px 30px\"]],[true,{\".article li\":true},[\"list-style:disc\",\"margin:0px 35px\"]],[true,{\".article ol li\":true},[\"list-style:decimal\"]],[true,{\".ct-rounded\":true,\".ct-rounded amp-img\":true,\".ct-rounded amp-anim\":true,\".ct-rounded .col-sm-2\":true,\".bg-rounded .container\":true},[\"border-radius:12px\"]],[true,{\".bg-rounded .container\":true},[\"padding:25px\",\"background:#020206\",\"margin-bottom:30px\"]],[true,{\".ct-rounded\":true},[\"padding:15px\",\"background:#160002\",\"border:3px solid #11a54f\",\"margin:10px auto\"]],[true,{\".ct-rounded .col-sm-2\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"padding:2px\",\"height:100%\"]],[true,{\".game-wrapper\":true},[\"height:200px\",\"z-index:0\"]],[true,{\".game-img\":true},[\"position:absolute\",\"width:100%\",\"top:0\",\"z-index:0\"]],[true,{\".image-wrapper\":true},[\"z-index:0\"]],[true,{\".games-wrapper\":true},[\"position:absolute\",\"width:100%\",\"height:100%\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\"]],[true,{\".title-row\":true},[\"margin:21px auto\",\"border-bottom:3px solid #11a54f\",\"font-size:19px\",\"display:flex\",\"align-items:center\"]],[true,{\".title-games\":true},[\"font-size:14px\",\"padding:4px 10px 8px\",\"color:#fff\",\"text-overflow:ellipsis\",\"white-space:nowrap\",\"text-align:center\"]],[true,{\".footer\":true},[\"width:100%\",\"background:#101013\",\"padding:0px 0px 20px 0px\"]],[true,{\".disclaimer\":true},[\"border-top:1px dotted #101013\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"height:auto\"]],[true,{\".footer-title\":true},[\"font-size:15px\",\"color:#d5d5d5\",\"margin:20px auto\"]],[true,{\".footer .row\":true},[\"justify-content:left\"]],[true,{\".footer .col-sm-2\":true},[\"justify-content:left\"]],[true,{\".provider .col-sm-2\":true,\".payment .col-sm-2\":true},[\"max-width:111px\",\"margin:7px\"]],[true,{\".copyright\":true},[\"font-size:11px\",\"padding:15px 0px\",\"text-align:center\"]],[true,{\".copyright a\":true},[\"color:#aaa\",\"display:inline-block\"]],[true,{\".article\":true},[\"text-align:center\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".main-slide amp-img\":true,\".main-slide amp-anim\":true},[\"height:100%\"]],[true,{\".main-menu\":true,\".top-header\":true},[\"display:none\"]],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\".header\":true},[\"z-index:999999\",\"height:65px\",\"position:fixed\",\"background:#151515\"]],[true,{\".nav-bar\":true},[\"border:0\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true},[\"top:9px\",\"left:0px\",\"right:0\",\"width:149px\",\"float:none\",\"margin:auto\",\"position:absolute\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:150px\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\".top-header\":true},[\"top:0px\",\"left:0px\",\"margin:auto\",\"width:100%\"]],[true,{\".menu-mobile\":true,\".menu-login-menu-container\":true,\".slide\":true},[\"width:100%\",\"margin:auto\"]],[true,{\".menu-mobile .menu li\":true},[\"background-image:-webkit-linear-gradient(top,#ababab 0%,#585858 100%)\"]],[true,{\".menu\":true},[\"float:none\"]],[true,{\".main-homepage\":true},[\"background:#131313\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\",\"border-radius:7px\",\"margin-bottom:5px\",\"display:inline-block\"]],[true,{\".main-homepage li a\":true},[\"padding:7px\",\"font-size:14px\",\"display:flex\",\"align-items:center\",\"flex-wrap:nowrap\",\"flex-direction:column\",\"color:#8b8b8b\"]],[true,{\".main-homepage li .svg-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".login-mobile\":true},[\"padding:0\"]],[true,{\".login-mobile li\":true},[\"display:inline-block\",\"border-radius:2px\",\"width:49.5%\",\"text-align:center\"]],[true,{\".login-mobile li a\":true},[\"color:#fff\",\"font-size:18px\",\"padding:9px 20px\",\"display:block\",\"text-shadow:0px 0px 3px #000\"]],[true,{\"ul.nav-item\":true},[\"padding:0\"]],[true,{\".nav-item li a i\":true},[\"vertical-align:middle\"]],[true,{\".nav-item li\":true},[\"background:#1a1a1a\",\"position:relative\",\"line-height:20px\",\"display:inline-block\",\"width:100%\"]],[true,{\".nav-item li a\":true},[\"text-transform:capitalize\",\"display:block\",\"color:#ddd\",\"text-decoration:none\",\"padding:10px 15px\"]],[true,{\".nav-item li:hover\":true},[\"background-color:#393939\"]],[true,{\".nav-item li [aria-current]\":true},[\"background-color:#393939\",\"display:block\",\"width:100%\"]],[true,{\".nav-item li:before\":true},[\"content:\\\"\\\"\",\"position:absolute\",\"top:0\",\"left:0\",\"z-index:-1\",\"height:100%\",\"width:3px\",\"background-color:#393939\"]],[true,{\".contact-floating\":true},[\"position:fixed\",\"bottom:0\",\"background:#1e1e1e\",\"width:100%\",\"padding:3px\",\"z-index:3\"]],[true,{\".contact-floating li a\":true},[\"font-size:13px\",\"color:#fff\"]],[true,{\".contact-floating li\":true},[\"display:inline-block\",\"width:32%\",\"text-align:center\",\"padding:5px 0px\"]],[true,{\".contact-floating li i\":true},[\"display:block\",\"margin:auto\",\"background-size:25px\",\"width:25px\",\"height:25px\"]],[true,{\".main\":true},[\"background:#020206\"]],[true,{\".slide\":true},[\"border:0\"]],[true,{\".main-slide\":true},[\"width:100%\"]],[true,{\".bg-rounded .container\":true},[\"padding:5px\",\"background:#020204\",\"margin-bottom:0\"]],[true,{\".ct-rounded\":true},[\"padding:0\",\"background:none\",\"border:0\"]],[true,{\".games .col-sm-2\":true},[\"max-width:31%\",\"flex:0 0 31%\",\"margin:4px\"]],[true,{\".game-wrapper\":true},[\"height:150px\"]],[true,{\".title-row\":true},[\"margin:10px 10px\",\"text-align:center\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"width:100%\",\"height:auto\"]],[true,{\".footer .col-sm-2\":true},[\"max-width:21%\",\"flex:0 0 21%\",\"margin:4px\"]],[true,{\".footer-title\":true},[\"width:max-content\"]],[true,{\".footer .container\":true},[\"padding:0px 10px\"]],[true,{\".copyright\":true},[\"text-align:center\"]],[true,{\".quick-footer\":true},[\"width:44%\"]],[true,{\".quick-footer li\":true},[\"padding:0px 7px\"]],[true,{\"#side-opener\":true},[\"display:none\"]],[true,{\"input .tg\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\".tg:checked+.page-content\":true},[\"right:272px\"]],[true,{\".page-sidebar\":true},[\"background-color:#1a1a1a\",\"width:272px\",\"display:block\",\"z-index:2\",\"top:0px\",\"right:0px\",\"bottom:0px\",\"overflow:hidden\",\"position:fixed\",\"border-right:1px solid #353535\"]],[true,{\".page-sidebar-scroll\":true},[\"z-index:2\",\"overflow:scroll\",\"overflow-x:hidden\",\"height:100%\",\"padding:0px 0px 0px 3px\",\"width:100%\",\"top:-1px\"]],[true,{\".page-content\":true},[\"z-index:10\",\"right:0\",\"display:block\",\"min-height:580px\",\"transition:all .25s ease-out\",\"-webkit-transition:all .25s ease-out\",\"background-color:#0a0a0a\"]],[true,{\".deploy-sidebar\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/deploy-nav.png\\\")\",\"background-repeat:no-repeat\",\"background-position:9px 21px\",\"background-size:28px 19px\",\"height:60px\",\"max-width:44px\",\"z-index:50\",\"width:20%\",\"float:right\",\"top:1px\",\"right:10px\"]],[true,{\".sidebar-shortcuts\":true},[\"width:100%\",\"height:1px\",\"background-color:#333\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".site-logo\":true},[\"width:38%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"max-width:100%\",\"height:auto\"]],[true,{\".login-mobile li a\":true},[\"padding:5px 9px\",\"font-size:11px\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\"]],[true,{\".main-homepage li\":true},[\"margin-bottom:17px\"]],[true,{\".main-homepage li a\":true},[\"top:76px\"]],[true,{\".slide\":true},[\"height:102px\"]],[true,{\".quick-footer i\":true},[\"right:-13px\"]],[true,{\".page-sidebar\":true},[\"width:200px\"]],[true,{\".tg:checked+.page-content\":true},[\"left:202px\"]],[true,\"}\"],[true,\"}\"],[true,{\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"-o-object-fit:contain\",\"object-fit:contain\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-img img\":true,\"amp-img noscript\":true},[\"image-rendering:inherit\",\"-o-object-fit:inherit\",\"object-fit:inherit\",\"-o-object-position:inherit\",\"object-position:inherit\"]],[true,{\"body\":true},[\"--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--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--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\"]]],\"included\":true}]'),
(1272,133,'_wp_old_date','2025-09-12'),
(1273,133,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":86,\"final_size\":136,\"element\":{\"name\":\"style\",\"attributes\":[]},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":2079,\"function\":\"wp_print_auto_sizes_contain_css_fix\",\"hook\":\"wp_head\",\"priority\":1}],\"priority\":70,\"hash\":\"c621d07fb5558e1c2469e3aa9c42602a\",\"parse_time\":0.015420198440551758,\"shake_time\":0.004153013229370117,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"amp-img:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true,\"amp-anim:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true},[\"contain-intrinsic-size:3000px 1500px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":60,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"litespeed-cache-dummy-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/litespeed-cache\\/assets\\/css\\/litespeed-dummy.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"litespeed-cache-dummy\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d751713988987e9331980363e24189ce\",\"parse_time\":0.013470888137817383,\"shake_time\":2.1457672119140625e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.5.5\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1012,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2250,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d9cbcea123ed980237b7ccf844b62f01\",\"parse_time\":0.004324197769165039,\"shake_time\":0.14554500579833984,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-unknown-size\":true,\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:unset\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":true,\"amp-img noscript\":true,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":41469,\"final_size\":6122,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"astra-theme-css-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/themes\\/mabar88\\/assets\\/css\\/minified\\/main.min.css?ver=3.7.9\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":1,\"hash\":\"297834b4c4b19b7b6584facdb172187b\",\"parse_time\":0.08601713180541992,\"shake_time\":0.00115203857421875,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"address\":false,\"blockquote\":false,\"body\":true,\"dd\":false,\"dl\":false,\"dt\":false,\"fieldset\":false,\"figure\":false,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\"hr\":false,\"html\":true,\"amp-iframe\":false,\"legend\":false,\"li\":true,\"ol\":true,\"p\":true,\"pre\":false,\"textarea\":false,\"ul\":true},[\"border:0\",\"font-size:100%\",\"font-style:inherit\",\"font-weight:inherit\",\"margin:0\",\"outline:0\",\"padding:0\",\"vertical-align:baseline\"]],[true,{\"html\":true},[\"-webkit-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\"]],[true,{\"body\":true},[\"margin:0\"]],[false,{\"main\":false,\"nav\":false},[\"display:block\"]],[false,{\"progress\":false},[\"display:inline-block\",\"vertical-align:baseline\"]],[true,{\"a\":true},[\"background-color:transparent\"]],[true,{\"a:active\":true},[\"outline:0\"]],[true,{\"a\":true,\"a:focus\":true,\"a:hover\":true,\"a:visited\":true},[\"text-decoration:none\"]],[false,{\"abbr[title]\":false},[\"border-bottom:1px dotted\"]],[false,{\"b\":false,\"strong\":false},[\"font-weight:700\"]],[false,{\"dfn\":false},[\"font-style:italic\"]],[false,{\"mark\":false},[\"background:#ff0\",\"color:#000\"]],[false,{\"small\":false},[\"font-size:80%\"]],[false,{\"sub\":false,\"sup\":false},[\"font-size:75%\",\"line-height:0\",\"position:relative\",\"vertical-align:baseline\"]],[false,{\"sup\":false},[\"top:-.5em\"]],[false,{\"sub\":false},[\"bottom:-.25em\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"border:0\"]],[false,{\"svg:not(:root)\":false},[\"overflow:hidden\"]],[false,{\"figure\":false},[\"margin:0\"]],[false,{\"hr\":false},[\"box-sizing:content-box\",\"height:0\"]],[false,{\"pre\":false},[\"overflow:auto\"]],[false,{\"code\":false,\"kbd\":false,\"pre\":false,\"samp\":false},[\"font-size:1em\"]],[true,{\"button\":false,\"input\":true,\"optgroup\":false,\"select\":false,\"textarea\":false},[\"color:inherit\",\"font:inherit\",\"margin:0\"]],[false,{\"button\":false},[\"overflow:visible\"]],[false,{\"button\":false,\"select\":false},[\"text-transform:none\"]],[true,{\"button\":false,\"html input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"-webkit-appearance:button\",\"cursor:pointer\"]],[true,{\"button[disabled]\":false,\"html input[disabled]\":true},[\"cursor:default\"]],[true,{\"button::-moz-focus-inner\":false,\"input::-moz-focus-inner\":true},[\"border:0\",\"padding:0\"]],[true,{\"input\":true},[\"line-height:normal\"]],[true,{\"input[type=checkbox]\":true,\"input[type=radio]\":true},[\"box-sizing:border-box\",\"padding:0\"]],[true,{\"input[type=number]::-webkit-inner-spin-button\":true,\"input[type=number]::-webkit-outer-spin-button\":true},[\"height:auto\"]],[true,{\"input[type=search]\":true},[\"-webkit-appearance:textfield\",\"box-sizing:content-box\"]],[false,{\"#comments .submit\":false,\".search .search-submit\":false},[\"padding:10px 15px\",\"border-radius:2px\",\"line-height:1.8571428571429\",\"border:0\"]],[false,{\".search .site-main .ast-search-submit\":false},[\"display:none\"]],[true,{\"input[type=search]::-webkit-search-cancel-button\":true,\"input[type=search]::-webkit-search-decoration\":true},[\"-webkit-appearance:none\"]],[false,{\"fieldset\":false},[\"border:1px solid #eaeaea\",\"margin:0 0\",\"padding:.35em .625em .75em\"]],[false,{\"legend\":false},[\"border:0\",\"padding:0\"]],[false,{\"fieldset legend\":false},[\"margin-bottom:1.5em\",\"padding:0 .5em\"]],[false,{\"textarea\":false},[\"overflow:auto\"]],[false,{\"optgroup\":false},[\"font-weight:700\"]],[false,{\"table\":false},[\"border-collapse:collapse\",\"border-spacing:0\"]],[false,{\"td\":false,\"th\":false},[\"padding:0\"]],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,{\".ast-container\":false,\".ast-container-fluid\":false},[\"margin-left:auto\",\"margin-right:auto\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-row\":false},[\"margin-left:-20px\",\"margin-right:-20px\"]],[false,{\".ast-grid-common-col\":false},[\"position:relative\",\"min-height:1px\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-float\":false},[\"float:left\"]],[false,\"@media (max-width:992px){\"],[false,{\".ast-width-sm-25\":false},[\"width:25%\"]],[false,{\".ast-width-md-50\":false},[\"width:50%\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-width-md-25\":false},[\"width:25%\"]],[false,\"}\"],[false,{\".ast-full-width\":false},[\"width:100%\"]],[false,{\".ast-width-50\":false},[\"width:50%\"]],[false,\"@media (min-width:768px){\"],[false,{\".ast-width-md-4\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-md-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-md-6\":false},[\"width:50%\",\"float:left\"]],[false,{\".ast-width-md-3\":false},[\"width:25%\"]],[false,{\".ast-width-md-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[false,\"@media (min-width:769px){\"],[false,{\".ast-width-md-20\":false},[\"width:20%\"]],[false,\"}\"],[false,\"@media (min-width:992px){\"],[false,{\".ast-width-lg-33\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-lg-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-lg-50\":false},[\"width:50%\"]],[false,{\".ast-width-lg-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"clear:both\"]],[true,{\".entry-content h1\":false,\"h1\":true},[\"color:#808285\",\"font-size:2em\",\"line-height:1.2\"]],[true,{\".entry-content h2\":false,\"h2\":true},[\"color:#808285\",\"font-size:1.7em\",\"line-height:1.3\"]],[false,{\".entry-content h3\":false,\"h3\":false},[\"color:#808285\",\"font-size:1.5em\",\"line-height:1.4\"]],[false,{\".entry-content h4\":false,\"h4\":false},[\"color:#808285\",\"line-height:1.5\",\"font-size:1.3em\"]],[false,{\".entry-content h5\":false,\"h5\":false},[\"color:#808285\",\"line-height:1.6\",\"font-size:1.2em\"]],[false,{\".entry-content h6\":false,\"h6\":false},[\"color:#808285\",\"line-height:1.7\",\"font-size:1.1em\"]],[true,{\"html\":true},[\"box-sizing:border-box\"]],[true,{\"*\":true,\":after\":true,\":before\":true},[\"box-sizing:inherit\"]],[true,{\"body\":true},[\"color:#808285\",\"background:#fff\",\"font-style:normal\"]],[true,{\"ol\":true,\"ul\":true},[\"margin:0 0 1.5em 3em\"]],[true,{\"ul\":true},[\"list-style:disc\"]],[true,{\"ol\":true},[\"list-style:decimal\"]],[true,{\"li>ol\":true,\"li>ul\":true},[\"margin-bottom:0\",\"margin-left:1.5em\"]],[false,{\"dt\":false},[\"font-weight:700\"]],[false,{\"dd\":false},[\"margin:0 1.5em 1.5em\"]],[false,{\"b\":false,\"strong\":false},[\"font-weight:700\"]],[true,{\"cite\":false,\"dfn\":false,\"em\":false,\"i\":true},[\"font-style:italic\"]],[false,{\"blockquote\":false,\"q\":false},[\"quotes:\\\"\\\" \\\"\\\"\"]],[false,{\"blockquote:after\":false,\"blockquote:before\":false,\"q:after\":false,\"q:before\":false},[\"content:\\\"\\\"\"]],[false,{\"blockquote\":false},[\"border-left:5px solid rgba(0,0,0,.05)\",\"padding:20px\",\"font-size:1.2em\",\"font-style:italic\",\"margin:0 0 1.5em\",\"position:relative\"]],[false,{\"address\":false},[\"margin:0 0 1.5em\"]],[false,{\"abbr\":false,\"acronym\":false},[\"border-bottom:1px dotted #666\",\"cursor:help\"]],[false,{\"pre\":false},[\"background:#eee\",\"font-family:\\\"Courier 10 Pitch\\\",Courier,monospace\",\"margin-bottom:1.6em\",\"overflow:auto\",\"max-width:100%\",\"padding:1.6em\"]],[false,{\"code\":false,\"kbd\":false,\"tt\":false,\"var\":false},[\"font:15px Monaco,Consolas,\\\"Andale Mono\\\",\\\"DejaVu Sans Mono\\\",monospace\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"height:auto\",\"max-width:100%\"]],[false,{\"hr\":false},[\"background-color:#ccc\",\"border:0\",\"height:1px\",\"margin-bottom:1.5em\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false},[\"color:#808285\",\"font-weight:400\",\"font-size:100%\",\"margin:0\",\"vertical-align:baseline\"]],[true,{\"button\":false,\"input\":true},[\"line-height:normal\"]],[false,{\"big\":false},[\"font-size:125%\"]],[false,{\"ins\":false,\"mark\":false},[\"background:0 0\",\"text-decoration:none\"]],[false,{\"table\":false,\"td\":false,\"th\":false},[\"border:1px solid rgba(0,0,0,.1)\"]],[false,{\"table\":false},[\"border-collapse:separate\",\"border-spacing:0\",\"border-width:1px 0 0 1px\",\"margin:0 0 1.5em\",\"width:100%\"]],[false,{\"th\":false},[\"font-weight:700\"]],[false,{\"td\":false,\"th\":false},[\"padding:8px\",\"border-width:0 1px 1px 0\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"border:1px solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#e6e6e6\",\"padding:.6em 1em .4em\",\"color:#fff\"]],[true,{\".ast-button:focus\":false,\".ast-button:hover\":false,\".button:focus\":false,\".button:hover\":false,\"button:focus\":false,\"button:hover\":false,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"color:#fff\",\"border-color:#eaeaea\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"button:active\":false,\"button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=reset]:active\":true,\"input[type=reset]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"border-color:#eaeaea\",\"outline:0\"]],[true,{\"input[type=email]\":true,\"input[type=password]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"textarea\":false},[\"color:#666\",\"border:1px solid #ccc\",\"border-radius:2px\",\"-webkit-appearance:none\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"textarea:focus\":false},[\"color:#111\"]],[false,{\"textarea\":false},[\"padding-left:3px\",\"width:100%\"]],[true,{\"a\":true},[\"color:#4169e1\"]],[true,{\"a:focus\":true,\"a:hover\":true},[\"color:#191970\"]],[true,{\"a:focus\":true},[\"outline:thin dotted\"]],[true,{\"a:hover\":true},[\"outline:0\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#f1f1f1\",\"border-radius:2px\",\"box-shadow:0 0 2px 2px rgba(0,0,0,.6)\",\"color:#21759b\",\"display:block\",\"font-size:12.25px\",\"font-size:.875rem\",\"height:auto\",\"left:5px\",\"line-height:normal\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"top:5px\",\"width:auto\",\"z-index:100000\"]],[false,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":false},[\"clip:auto\"]],[false,{\".alignleft\":false},[\"display:inline\",\"float:left\",\"margin-right:1.5em\"]],[false,{\".alignright\":false},[\"display:inline\",\"float:right\",\"margin-left:1.5em\"]],[false,{\".aligncenter\":false},[\"clear:both\",\"text-align:center\",\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"embed\":false,\"amp-iframe\":false,\"amp-google-document-embed\":false},[\"max-width:100%\"]],[false,{\".wp-caption\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-caption amp-img[class*=wp-image-]\":false,\".wp-caption amp-anim[class*=wp-image-]\":false},[\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-caption .wp-caption-text\":false},[\"margin:.8075em 0\"]],[false,{\".wp-caption-text\":false},[\"text-align:center\"]],[true,{\"::selection\":true},[\"color:#fff\",\"background:#0274be\"]],[true,{\"body\":true},[\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\"]],[true,{\"body:not(.logged-in)\":true},[\"position:relative\"]],[false,{\"#page\":false},[\"position:relative\"]],[true,{\"a\":true,\"a:focus\":true},[\"text-decoration:none\"]],[true,{\".secondary a *\":false,\".site-footer a *\":true,\".site-header a *\":false,\"a\":true},[\"transition:all .2s linear\"]],[false,{\".capitalize\":false},[\"text-transform:uppercase\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"vertical-align:middle\"]],[false,{\".entry-content h1\":false,\".entry-content h2\":false,\".entry-content h3\":false,\".entry-content h4\":false,\".entry-content h5\":false,\".entry-content h6\":false},[\"margin-bottom:20px\"]],[true,{\"p\":true},[\"margin-bottom:1.75em\"]],[false,{\"blockquote\":false},[\"margin:1.5em 1em 1.5em 3em\",\"font-size:1.1em\",\"line-height:inherit\",\"position:relative\"]],[true,{\".ast-button\":false,\".button\":false,\"input[type=button]\":true,\"input[type=submit]\":true},[\"border-radius:0\",\"padding:18px 30px\",\"border:0\",\"box-shadow:none\",\"text-shadow:none\"]],[true,{\".ast-button:hover\":false,\".button:hover\":false,\"input[type=button]:hover\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"box-shadow:none\"]],[false,{\".site-title\":false},[\"font-weight:400\"]],[false,{\".site-description\":false,\".site-title\":false},[\"margin-bottom:0\"]],[false,{\".site-description a\":false,\".site-description:focus a\":false,\".site-description:hover a\":false,\".site-title a\":false,\".site-title:focus a\":false,\".site-title:hover a\":false},[\"transition:all .2s linear\"]],[false,{\".site-title a\":false,\".site-title a:focus\":false,\".site-title a:hover\":false,\".site-title a:visited\":false},[\"color:#222\"]],[false,{\".site-description a\":false,\".site-description a:focus\":false,\".site-description a:hover\":false,\".site-description a:visited\":false},[\"color:#999\"]],[false,{\".search-form .search-field\":false},[\"outline:0\"]],[false,{\".ast-search-menu-icon\":false},[\"position:relative\",\"z-index:3\"]],[false,{\".site .skip-link\":false},[\"background-color:#f1f1f1\",\"box-shadow:0 0 1px 1px rgba(0,0,0,.2)\",\"color:#21759b\",\"display:block\",\"font-family:Montserrat,\\\"Helvetica Neue\\\",sans-serif\",\"font-size:14px\",\"font-weight:700\",\"left:-9999em\",\"outline:0\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"text-transform:none\",\"top:-9999em\"]],[false,{\".site .skip-link:focus\":false},[\"clip:auto\",\"height:auto\",\"left:6px\",\"top:7px\",\"width:auto\",\"z-index:100000\",\"outline:thin dotted\"]],[false,{\".logged-in .site .skip-link\":false},[\"box-shadow:0 0 2px 2px rgba(0,0,0,.2)\",\"font-family:\\\"Open Sans\\\",sans-serif\"]],[true,{\"input\":true,\"select\":false},[\"line-height:1\"]],[true,{\".ast-button\":false,\".ast-custom-button\":false,\"body\":true,\"button\":false,\"input[type=button]\":true,\"input[type=submit]\":true,\"textarea\":false},[\"line-height:1.8571428571429\"]],[false,{\".site-title a\":false},[\"line-height:1.2\"]],[false,{\".site-header .site-description\":false},[\"line-height:1.5\"]],[false,{\".ast-single-post .entry-title\":false,\".ast-single-post .entry-title a\":false},[\"line-height:1.2\"]],[false,{\".entry-title\":false,\".entry-title a\":false},[\"font-weight:400\"]],[false,{\".ast-oembed-container\":false},[\"position:relative\",\"padding-top:56.25%\",\"height:0\",\"height:auto\",\"overflow:hidden\",\"max-width:100%\"]],[false,{\".ast-oembed-container embed\":false,\".ast-oembed-container amp-iframe\":false,\".ast-oembed-container amp-google-document-embed\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\"body .ast-oembed-container *\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\".ast-hidden:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[true,{\"body\":true},[\"background-color:#fff\"]],[false,{\"#page\":false},[\"display:block\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"width:100%\"]],[false,{\"#primary\":false},[\"margin:4em 0\"]],[false,{\".ast-separate-container\":false},[\"background-color:#f5f5f5\"]],[false,{\".ast-separate-container #primary\":false},[\"padding:4em 0\",\"margin:0\",\"border:0\"]],[false,{\".ast-separate-container .site-main>.ast-row\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false},[\"background-color:#fff\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"border-bottom:1px solid #eee\",\"margin:0\",\"padding:5.34em 6.67em\"]],[false,{\".ast-separate-container .blog-layout-1\":false},[\"padding:0\",\"border-bottom:0\"]],[false,{\".ast-separate-container .ast-article-single\":false},[\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (min-width:993px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"margin:4em 0\",\"padding:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:60px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:30px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:30px\"]],[false,\"}\"],[false,{\".ast-search-icon .astra-search-icon\":false},[\"font-size:1.3em\"]],[false,{\".main-navigation\":false},[\"height:100%\",\"-js-display:inline-flex\",\"display:inline-flex\"]],[false,{\".main-navigation ul\":false},[\"list-style:none\",\"margin:0\",\"padding-left:0\",\"position:relative\"]],[false,{\".main-header-menu .menu-link\":false,\".main-header-menu>a\":false},[\"text-decoration:none\",\"padding:0 1em\",\"display:inline-block\",\"transition:all .2s linear\"]],[false,{\".main-header-menu .menu-item\":false},[\"position:relative\"]],[false,{\".main-header-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .menu-item:hover>.sub-menu\":false},[\"right:auto\",\"left:0\"]],[false,{\".main-header-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"right:0\",\"left:auto\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu\":false},[\"width:240px\",\"background:#fff\",\"left:-999em\",\"position:absolute\",\"top:100%\",\"z-index:99999\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:100%\",\"right:auto\"]],[false,{\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu .menu-link\":false},[\"padding:.9em 1em\",\"display:block\",\"word-wrap:break-word\"]],[false,{\".main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:none\"]],[false,{\"#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow svg\":false},[\"position:absolute\",\"right:.6em\",\"top:50%\",\"transform:translate(0,-50%) rotate(270deg)\"]],[false,{\".main-header-menu .sub-menu .sub-menu\":false},[\"top:0\"]],[false,{\".submenu-with-border .sub-menu\":false},[\"border-width:1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .menu-link\":false},[\"border-width:0 0 1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .sub-menu\":false},[\"top:-1px\"]],[false,{\".ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link\":false},[\"border-bottom-width:0\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"padding-left:0\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type\":false},[\"margin-right:5px\"]],[false,{\".ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:inline\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:50px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-header-break-point .main-header-menu\":false},[\"background-color:#f9f9f9\",\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-header-break-point .dropdown-menu-toggle\":false},[\"display:none\"]],[false,{\".ast-mobile-menu-buttons\":false},[\"display:none\"]],[false,{\".ast-button-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap button\":false},[\"box-shadow:none\",\"border:none\"]],[false,{\".ast-button-wrap .menu-toggle\":false},[\"padding:0\",\"width:2.2em\",\"height:2.1em\",\"font-size:1.5em\",\"font-weight:400\",\"border-radius:2px\",\"border-radius:2px\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"vertical-align:middle\",\"line-height:1.8571428571429\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:0 .5em\",\"width:auto\",\"text-align:center\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu\":false},[\"font-size:15px\",\"font-size:1rem\",\"font-weight:600\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon\":false},[\"font-style:normal\",\"display:inline-block\",\"vertical-align:middle\",\"line-height:2.05\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5d2\\\"\",\"font-family:Astra\",\"text-decoration:inherit\"]],[false,{\".ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5cd\\\"\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(1)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2)\":false},[\"display:block\"]],[false,{\".ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap .menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".header-main-layout-1 .ast-main-header-bar-alignment\":false},[\"margin-left:auto\"]],[false,{\".site-navigation\":false},[\"height:100%\"]],[false,{\".site-header .menu-link *\":false},[\"transition:none\"]],[false,{\".ast-icon.icon-arrow svg\":false},[\"height:.6em\",\"width:.6em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".ast-icon.icon-search svg\":false},[\"height:1em\",\"width:.9em\",\"margin-top:3px\",\"margin-right:2px\"]],[false,{\".ast-header-break-point .user-select\":false},[\"clear:both\"]],[false,{\".ast-header-break-point .ast-mobile-menu-buttons\":false},[\"display:block\",\"align-self:center\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"flex:auto\"]],[false,{\".ast-header-break-point .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"flex:auto\",\"order:4\"]],[false,{\".ast-header-break-point .ast-icon.icon-arrow svg\":false},[\"height:.85em\",\"width:.95em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".site-main .comment-navigation\":false,\".site-main .post-navigation\":false,\".site-main .posts-navigation\":false},[\"margin:0 0 1.5em\",\"overflow:hidden\"]],[false,{\".comment-navigation .nav-next\":false,\".comment-navigation .nav-previous\":false,\".post-navigation .nav-next\":false,\".post-navigation .nav-previous\":false,\".posts-navigation .nav-next\":false,\".posts-navigation .nav-previous\":false},[\"width:50%\",\"display:inline-block\"]],[false,{\".comment-navigation .nav-next\":false,\".post-navigation .nav-next\":false,\".posts-navigation .nav-next\":false},[\"text-align:right\"]],[false,{\".ast-icon svg\":false},[\"fill:currentColor\"]],[false,{\".post-navigation a\":false},[\"background:0 0\",\"font-size:16px\",\"font-size:1.06666rem\",\"padding:0 1.5em\",\"height:2.33333em\",\"line-height:calc(2.33333em - 3px)\"]],[true,{\".sticky\":true},[\"display:block\"]],[false,{\".hentry\":false},[\"margin:0 0 1.5em\"]],[false,{\".byline\":false,\".updated:not(.published)\":false},[\"display:none\"]],[false,{\".group-blog .byline\":false,\".single .byline\":false},[\"display:inline\"]],[false,{\".page-links\":false},[\"clear:both\",\"margin-top:1em\"]],[false,{\".page-links a\":false},[\"display:inline-block\"]],[false,{\".page-links a .page-link\":false},[\"border-color:#eaeaea\",\"background:0 0\"]],[false,{\".page-links .page-link\":false},[\"padding:0\",\"margin:0 0 .3em .3em\",\"border:2px solid #eaeaea\",\"color:#000\",\"background:0 0\",\"font-size:.8em\",\"width:2.5em\",\"height:2.5em\",\"line-height:calc(2.5em - 4px)\",\"display:inline-block\",\"text-align:center\",\"transition:all .2s linear\"]],[false,{\".page-links .page-link:focus\":false,\".page-links .page-link:hover\":false},[\"color:#000\"]],[false,\"@media (max-width:768px){\"],[false,{\".page-links .page-link\":false},[\"margin-bottom:6px\"]],[false,\"}\"],[true,{\".entry-content>:last-child\":false,\".entry-summary>:last-child\":false,\".page-content>:last-child\":true},[\"margin-bottom:0\"]],[false,{\".bypostauthor\":false},[\"display:block\"]],[false,{\".ast-no-sidebar .entry-content .alignfull\":false},[\"margin-left:calc(-50vw + 50%)\",\"margin-right:calc(-50vw + 50%)\",\"max-width:100vw\",\"width:100vw\"]],[false,{\".ast-no-sidebar .entry-content .alignfull .alignfull\":false,\".ast-no-sidebar .entry-content .alignfull .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .alignwide\":false},[\"margin-left:calc(-41vw + 50%)\",\"margin-right:calc(-41vw + 50%)\",\"max-width:unset\",\"width:unset\"]],[false,{\".ast-no-sidebar .entry-content .alignwide .alignfull\":false,\".ast-no-sidebar .entry-content .alignwide .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .wp-block-column .alignfull\":false,\".ast-no-sidebar .entry-content .wp-block-column .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:100%\"]],[false,{\".blocks-gallery-grid\":false,\".wp-block-gallery\":false},[\"margin:0\"]],[false,{\".wp-block-separator\":false},[\"max-width:100px\"]],[false,{\".wp-block-separator.is-style-dots\":false,\".wp-block-separator.is-style-wide\":false},[\"max-width:none\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:10px\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:10px\"]],[false,\"@media (max-width:782px){\"],[false,{\".entry-content .wp-block-columns .wp-block-column\":false},[\"flex-basis:100%\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:0\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:0\"]],[false,\"}\"],[true,{\"body\":true},[\"overflow-x:hidden\"]],[false,{\"body .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\"body .entry-content .wp-block-latest-posts li\":false},[\"list-style:none\"]],[false,{\".ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\".ast-header-break-point .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content .blocks-gallery-item amp-img\":false,\".entry-content .blocks-gallery-item amp-anim\":false},[\"margin-bottom:auto\"]],[false,{\".wp-block-pullquote\":false},[\"border-top:4px solid #555d66\",\"border-bottom:4px solid #555d66\",\"color:#40464d\"]],[false,{\".widget-title\":false},[\"font-weight:400\",\"margin-bottom:1em\",\"line-height:1.5\"]],[false,{\".widget\":false},[\"margin:0 0 2.8em 0\"]],[false,{\".widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".widget select\":false},[\"max-width:100%\"]],[false,{\".widget ul\":false},[\"margin:0\",\"list-style-type:none\"]],[false,{\".no-widget-text\":false},[\"margin-bottom:0\"]],[false,{\".widget_nav_menu ul ul.sub-menu\":false},[\"margin-top:.25em\"]],[false,{\".widget_nav_menu ul ul.sub-menu li\":false},[\"padding-left:20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu a:after\":false},[\"left:-20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul ul a:after\":false},[\"left:-60px\"]],[false,{\".widget_nav_menu li\":false},[\"transition:all .2s linear\"]],[false,{\".widget_search .search-form\":false},[\"position:relative\",\"padding:0\",\"background:initial\",\"color:inherit\"]],[false,{\".widget_search .search-form>label\":false},[\"position:relative\"]],[false,{\".widget_search .search-form i\":false},[\"color:#3a3a3a\"]],[false,{\".widget_search .search-form button\":false},[\"position:absolute\",\"top:0\",\"right:15px\",\"border:none\",\"padding:0\",\"cursor:pointer\",\"background:0 0\"]],[false,{\".widget_search .search-form input[type=submit]\":false,\".widget_search .search-form input[type=submit]:focus\":false,\".widget_search .search-form input[type=submit]:hover\":false},[\"padding:13px 20px\",\"border-radius:2px\",\"border:none\",\"top:0\",\"right:0\",\"position:absolute\",\"color:transparent\",\"background:0 0\",\"max-width:45px\",\"z-index:2\"]],[false,{\".widget_search .search-form .search-field\":false},[\"background:#fafafa\",\"border-width:1px\",\"border-color:#eaeaea\",\"border-radius:2px\"]],[false,{\".widget_search .search-field\":false,\".widget_search .search-field:focus\":false},[\"width:100%\",\"padding:16px 45px 16px 15px\"]],[false,{\".widget_archive ul.children\":false,\".widget_categories ul.children\":false,\".widget_pages ul.children\":false},[\"position:relative\",\"margin-top:5px\",\"width:100%\"]],[false,{\".widget_archive ul.children li\":false,\".widget_categories ul.children li\":false,\".widget_pages ul.children li\":false},[\"padding-left:20px\"]],[false,{\".widget_archive li ul.children a:after\":false,\".widget_categories li ul.children a:after\":false,\".widget_pages li ul.children a:after\":false},[\"left:-20px\"]],[false,{\".widget_archive li ul.children ul a:after\":false,\".widget_categories li ul.children ul a:after\":false,\".widget_pages li ul.children ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_tag_cloud .tagcloud\":false},[\"margin-top:10px\",\"display:inline-block\"]],[false,{\".widget_tag_cloud .tagcloud a\":false},[\"border:1px solid #e2e2e2\",\"padding:.5em .9em\",\"display:inline-block\",\"margin-bottom:4px\",\"font-size:14px\",\"margin-right:4px\",\"line-height:1.5\",\"transition:all .2s linear\"]],[false,{\".widget_calendar table\":false,\".widget_calendar td\":false,\".widget_calendar th\":false},[\"padding:0\",\"text-align:center\"]],[false,{\".widget_calendar table\":false,\".widget_calendar th\":false},[\"border:none\"]],[false,{\".widget_calendar td\":false},[\"border-right:none\",\"border-left:none\"]],[false,{\".widget_calendar caption\":false},[\"line-height:2.7em\"]],[false,{\".widget_calendar thead\":false},[\"line-height:2.5em\"]],[false,{\".widget_calendar thead a\":false},[\"color:#0274be\",\"font-size:1rem\",\"vertical-align:middle\"]],[false,{\".widget_calendar thead td\":false},[\"vertical-align:middle\",\"font-weight:700\"]],[false,{\".widget_calendar thead>tr>th\":false},[\"line-height:2.5em\",\"border-bottom:2px solid #eaeaea\",\"border-top:2px solid #eaeaea\"]],[false,{\".widget_calendar tbody\":false},[\"line-height:2.1em\",\"text-align:center\"]],[false,{\".widget_calendar tbody>tr>td\":false},[\"width:14.2857%\"]],[false,{\".widget_calendar tbody>tr:first-child>td\":false},[\"padding-top:3px\"]],[false,{\".widget_calendar #today\":false},[\"background:#0274be\"]],[false,{\".ast-builder-grid-row\":false},[\"display:grid\",\"grid-template-columns:auto auto\",\"align-items:center\",\"grid-column-gap:20px\",\"overflow-wrap:anywhere\"]],[false,{\".ast-builder-grid-row>.site-header-section\":false},[\"flex-wrap:nowrap\"]],[false,{\".ast-builder-footer-grid-columns\":false},[\"grid-column-gap:50px\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout\":false},[\"grid-template-columns:1fr auto 1fr\"]],[false,{\".ast-builder-layout-element\":false},[\"align-items:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only\":false},[\"-js-display:flex\",\"display:flex\",\"height:100%\",\"justify-content:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center\":false},[\"flex-grow:1\"]],[false,{\".site-header-section\":false},[\"height:100%\",\"min-height:0\",\"align-items:center\"]],[false,{\".site-header-section .ast-main-header-bar-alignment\":false},[\"height:100%\"]],[false,{\".site-header-section>*\":false},[\"padding:0 10px\"]],[false,{\".site-header-section>div:first-child\":false},[\"padding-left:0\"]],[false,{\".site-header-section>div:last-child\":false},[\"padding-right:0\"]],[false,{\".site-header-section .ast-builder-menu\":false},[\"align-items:center\"]],[false,{\".ast-builder-layout-element.ast-header-search\":false},[\"height:auto\"]],[false,{\".ast-grid-right-center-section\":false},[\"justify-content:flex-start\",\"flex-grow:1\"]],[false,{\".ast-grid-right-section\":false},[\"justify-content:flex-end\"]],[false,{\".ast-grid-right-section .ast-site-identity>:first-child\":false},[\"text-align:right\"]],[false,{\".ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child\":false},[\"text-align:left\"]],[false,{\".ast-grid-left-center-section\":false},[\"justify-content:flex-end\",\"flex-grow:1\"]],[false,{\".ast-logo-title-inline .ast-site-identity\":false},[\"padding:1em 0\",\"-js-display:inline-flex\",\"display:inline-flex\",\"vertical-align:middle\",\"align-items:center\",\"transition:all .2s linear\"]],[false,{\".ast-grid-section-center\":false},[\"justify-content:center\"]],[false,{\".ast-grid-section-center .ast-site-identity>:first-child\":false},[\"text-align:center\"]],[false,{\".ast-builder-social-element\":false},[\"line-height:1\",\"color:#3a3a3a\",\"background:0 0\",\"vertical-align:middle\",\"transition:all 10ms\",\"margin-left:6px\",\"margin-right:6px\",\"justify-content:center\",\"align-items:center\"]],[false,{\".ast-builder-social-element:hover\":false},[\"color:#0274be\"]],[false,{\".ast-builder-social-element .social-item-label\":false},[\"padding-left:6px\"]],[false,{\".ast-social-stack-desktop .ast-builder-social-element\":false,\".ast-social-stack-mobile .ast-builder-social-element\":false,\".ast-social-stack-tablet .ast-builder-social-element\":false},[\"margin-top:6px\",\"margin-bottom:6px\"]],[false,{\".ahfb-svg-iconset\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ahfb-svg-iconset svg\":false},[\"width:17px\",\"height:17px\",\"transition:none\"]],[false,{\".ahfb-svg-iconset svg>*\":false},[\"transition:none\"]],[false,{\".ast-footer-copyright p\":false},[\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-container\":false},[\"display:grid\",\"align-content:center\"]],[false,{\".main-header-bar .main-header-bar-navigation\":false},[\"height:100%\"]],[false,{\".ast-nav-menu .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".ast-builder-menu .main-navigation\":false},[\"padding:0\"]],[false,{\".ast-builder-menu .main-navigation>ul\":false},[\"align-self:center\"]],[false,{\".ast-footer-copyright\":false,\".ast-footer-social-wrap\":false,\".site-footer-focus-item\":false},[\"width:100%\"]],[false,{\"#astra-footer-menu\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\"#astra-footer-menu>ul\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\".ast-header-break-point #ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:0\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false,\".ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .ast-nav-menu .sub-menu\":false},[\"line-height:3\"]],[false,{\".site-footer-section\":false},[\"justify-content:center\"]],[false,{\".site-footer-section>*\":false},[\"margin-bottom:10px\"]],[false,{\".site-footer-section>:last-child\":false},[\"margin-bottom:0\"]],[false,{\".site-primary-footer-wrap\":false},[\"padding-top:45px\",\"padding-bottom:45px\"]],[false,{\".site-above-footer-wrap\":false,\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".ast-hfb-header.ast-header-break-point .main-header-bar-navigation\":false},[\"width:100%\",\"margin:0\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-mobile-svg\":false},[\"display:none\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-close-svg\":false},[\"display:block\"]],[false,{\".menu-toggle .ast-close-svg\":false},[\"display:none\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"-js-display:flex\",\"display:flex\",\"align-items:center\",\"width:auto\",\"height:auto\"]],[false,{\".menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:.5em\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-search-menu-icon.ast-inline-search .search-field\":false},[\"width:100%\",\"padding:.6em\",\"padding-right:5.5em\"]],[false,\"@media (min-width:769px){\"],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li\":false},[\"margin:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:first-child a\":false},[\"padding-left:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:last-child a\":false},[\"padding-right:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu a\":false},[\"padding:0 .5em\"]],[false,\"}\"],[false,{\".site-header\":false},[\"z-index:99\",\"position:relative\"]],[false,{\".main-header-container\":false},[\"position:relative\"]],[false,{\".main-header-bar-wrap\":false},[\"position:relative\"]],[false,{\".main-header-bar\":false},[\"background-color:#fff\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border:0\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".main-header-bar\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-desktop .main-header-menu.ast-menu-shadow .sub-menu\":false},[\"box-shadow:0 4px 10px -2px rgba(0,0,0,.1)\"]],[false,{\".ast-header-custom-item-inside .button-custom-menu-item .menu-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item\":false},[\"padding-left:0\",\"padding-right:0\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link\":false},[\"display:block\"]],[false,{\".site-branding\":false},[\"line-height:1\",\"align-self:center\"]],[false,{\".ast-menu-toggle\":false},[\"display:none\",\"background:0 0\",\"color:inherit\",\"border-style:dotted\",\"border-color:transparent\"]],[false,{\".ast-menu-toggle:focus\":false,\".ast-menu-toggle:hover\":false},[\"background:0 0\",\"border-color:inherit\",\"color:inherit\"]],[false,{\".ast-menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".ast-main-header-nav-open .main-header-bar\":false},[\"padding-bottom:0\"]],[false,{\".main-header-bar\":false},[\"z-index:4\",\"position:relative\"]],[false,{\".main-header-bar .main-header-bar-navigation:empty\":false},[\"padding:0\"]],[false,{\".main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after\":false},[\"line-height:normal\"]],[false,{\".custom-mobile-logo-link\":false},[\"display:none\"]],[false,{\".ast-site-identity\":false},[\"padding:1em 0\"]],[false,{\".ast-header-break-point .site-header .main-header-bar-wrap .site-branding\":false},[\"flex:1\",\"align-self:center\"]],[false,{\".ast-header-break-point .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"display:block\",\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-header-break-point .main-navigation .stack-on-mobile li\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-header-break-point .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-header-break-point .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".ast-header-break-point .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-header-break-point .ast-builder-menu\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile\":false},[\"flex-wrap:wrap\"]],[false,{\".ast-desktop .main-header-menu>.menu-item .sub-menu:before\":false},[\"position:absolute\",\"content:\\\"\\\"\",\"top:0\",\"left:0\",\"width:100%\",\"transform:translateY(-100%)\"]],[true,{\"input[type=email]\":true,\"input[type=number]\":true,\"input[type=password]\":true,\"input[type=reset]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"select\":false,\"textarea\":false},[\"color:#666\",\"padding:.75em\",\"height:auto\",\"border-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#fafafa\",\"box-shadow:none\",\"box-sizing:border-box\",\"transition:all .2s linear\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=reset]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"select:focus\":false,\"textarea:focus\":false},[\"background-color:#fff\",\"border-color:#eaeaea\",\"box-shadow:none\"]],[true,{\"input[type=button]\":true,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[false,{\"textarea\":false},[\"width:100%\"]],[true,{\"input[type=search]:focus\":true},[\"outline:thin dotted\"]],[true,{\"input[type=range]\":true},[\"-webkit-appearance:none\",\"width:100%\",\"margin:5.7px 0\",\"padding:0\",\"border:none\"]],[true,{\"input[type=range]:focus\":true},[\"outline:0\"]],[true,{\"input[type=range]::-webkit-slider-runnable-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-webkit-slider-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\",\"-webkit-appearance:none\",\"margin-top:-5.7px\"]],[true,{\"input[type=range]:focus::-webkit-slider-runnable-track\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]::-moz-range-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-moz-range-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]::-ms-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"background:0 0\",\"border-color:transparent\",\"color:transparent\"]],[true,{\"input[type=range]::-ms-fill-lower\":true},[\"background:rgba(199,199,199,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"height:8.6px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]:focus::-ms-fill-lower\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]:focus::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=color]\":true},[\"border:none\",\"width:100px\",\"padding:0\",\"height:30px\",\"cursor:pointer\"]],[true,{\"input[type=color]::-webkit-color-swatch-wrapper\":true},[\"padding:0\",\"border:none\"]],[true,{\"input[type=color]::-webkit-color-swatch\":true},[\"border:none\"]],[false,{\".page .entry-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".search .entry-header\":false},[\"margin-bottom:1em\"]],[false,{\".ast-single-post .entry-header.ast-header-without-markup\":false,\".ast-single-post .entry-header.ast-no-title.ast-no-thumbnail\":false},[\"margin-bottom:0\"]],[false,{\".entry-header\":false},[\"margin-bottom:1em\",\"word-wrap:break-word\"]],[false,{\".entry-header+.ast-blog-featured-section\":false},[\"margin-top:.5em\"]],[false,{\".entry-content\":false},[\"word-wrap:break-word\"]],[false,{\".entry-content p\":false},[\"margin-bottom:1.6em\"]],[false,{\".read-more\":false},[\"margin-bottom:0\"]],[false,{\".read-more .ast-right-arrow\":false},[\"font-size:1em\"]],[false,{\".ast-no-thumb .ast-blog-featured-section\":false},[\"margin-bottom:0\"]],[false,{\".ast-no-thumb .entry-header+.ast-blog-featured-section\":false},[\"margin-top:0\"]],[false,{\".ast-blog-featured-section\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header .page-title\":false},[\"margin-bottom:0\"]],[false,{\".archive .entry-title\":false,\".blog .entry-title\":false,\".search .entry-title\":false},[\"line-height:1.3\"]],[false,{\".archive .format-aside .entry-title\":false,\".archive .format-status .entry-title\":false,\".blog .format-aside .entry-title\":false,\".blog .format-status .entry-title\":false},[\"display:none\"]],[false,{\".page-title\":false},[\"margin-bottom:1em\",\"font-weight:400\"]],[false,{\".entry-title\":false},[\"margin-bottom:.2em\"]],[false,{\".ast-article-post\":false},[\"margin-bottom:2.5em\"]],[false,{\".ast-article-post:last-child\":false},[\"margin-bottom:0\",\"border-bottom:0\"]],[false,{\".search .site-content .content-area .search-form\":false},[\"margin-bottom:3em\"]],[false,{\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\",\"position:relative\"]],[false,{\".blog .posted-on\":false},[\"z-index:1\"]],[false,{\".ast-blog-featured-section .posted-on\":false},[\"width:5.714285714em\",\"height:5.714285714em\",\"padding:.7em\"]],[false,{\".ast-blog-featured-section .posted-on .date-month\":false,\".ast-blog-featured-section .posted-on .date-year\":false},[\"font-size:.8571428571em\",\"line-height:1em\"]],[false,{\".ast-blog-featured-section .posted-on .date-day\":false},[\"font-size:2.5em\",\"line-height:.9em\",\"font-weight:900\",\"margin:.1em 0\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"border-radius:50%\",\"margin:0 0 0 20px\"]],[false,{\".ast-archive-description\":false},[\"margin-bottom:2.5em\",\"padding-bottom:1.3333em\",\"border-bottom:1px solid #eee\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"margin-bottom:4px\",\"font-size:40px\",\"font-size:2.85714rem\",\"font-weight:300\"]],[false,{\".ast-archive-description p\":false},[\"margin-bottom:0\",\"font-size:20px\",\"font-size:1.42857rem\",\"line-height:1.65\",\"font-weight:300\"]],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"background-color:#eee\",\"padding-bottom:0\",\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"padding:2.14em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"margin:0\",\"padding:5em 6.67em 3.33333em\"]],[false,\"}\"],[false,{\".single .entry-header\":false},[\"margin-bottom:2em\"]],[false,{\".single .post-navigation\":false},[\"margin:0\",\"padding:2em 0 0\",\"border-top:1px solid #eee\"]],[false,\"@media (max-width:768px){\"],[false,{\".single .post-navigation\":false},[\"padding-top:1.5em\"]],[false,\"}\"],[false,{\".single .post-navigation a\":false},[\"margin:2px\",\"display:inline-block\",\"text-align:center\",\"color:#000\"]],[false,\"@media (min-width:421px){\"],[false,{\".single .post-navigation .nav-links\":false},[\"-js-display:flex\",\"display:flex\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"flex:auto\"]],[false,\"}\"],[false,\"@media (max-width:420px){\"],[false,{\".single .post-navigation .ast-left-arrow\":false,\".single .post-navigation .ast-right-arrow\":false},[\"display:none\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-next a\":false,\".single .post-navigation .nav-previous a\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-previous\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".single .entry-header .ast-single-post-order+.post-thumb amp-img\":false,\".single .entry-header .ast-single-post-order+.post-thumb amp-anim\":false},[\"margin-top:2em\",\"margin-bottom:0\"]],[false,{\".single .entry-header.ast-no-title .post-thumb+.ast-single-post-order\":false},[\"margin-top:0\"]],[false,{\".single .entry-header .post-thumb+.ast-single-post-order\":false},[\"margin-top:2em\"]],[false,{\".single .entry-header .post-thumb amp-img\":false,\".single .entry-header .post-thumb amp-anim\":false},[\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".page .has-post-thumbnail .post-thumb amp-img\":false,\".page .has-post-thumbnail .post-thumb amp-anim\":false},[\"margin-bottom:1.5em\"]],[false,{\".post-password-form\":false},[\"text-align:center\"]],[false,\"@media (max-width:420px){\"],[false,{\".post-password-form input[type=password]\":false},[\"display:block\",\"margin:10px auto\"]],[false,\"}\"],[false,{\".post-password-form input[type=submit]\":false},[\"padding:10px 20px\",\"border-radius:2px\"]],[false,{\".ast-separate-container .post-navigation\":false},[\"border-top:0\",\"padding-left:3.33333em\",\"padding-right:3.33333em\"]],[false,\"@media (max-width:420px){\"],[false,{\".ast-separate-container .post-navigation\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .entry-header\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".ast-404-layout-1\":false},[\"text-align:center\",\"margin:4em auto\"]],[false,{\".ast-404-layout-1 .page-sub-title\":false},[\"font-size:1.5rem\",\"font-weight:700\"]],[false,{\".ast-404-layout-1 .widget_search\":false},[\"padding-top:.5em\"]],[false,{\".ast-404-search\":false},[\"margin-top:1.5em\"]],[false,{\".ast-404-search .widget_search\":false},[\"max-width:370px\",\"margin:0 auto\"]],[false,{\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false},[\"background-color:#fff\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 2.14em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 1em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:5.34em 6.67em\"]],[false,\"}\"],[false,{\".blog-layout-1\":false},[\"width:100%\",\"display:inline-block\",\"padding-bottom:2em\",\"vertical-align:middle\",\"border-bottom:1px solid #eee\"]],[false,{\".blog-layout-1 .posted-on\":false},[\"left:0\"]],[false,{\".blog-layout-1 .post-content\":false,\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-flex\":false},[\"-js-display:flex\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".ast-flex-1\":false},[\"flex:1\"]],[false,{\".ast-inline-flex\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-items:center\",\"flex-wrap:wrap\",\"align-content:center\"]],[false,{\".ast-justify-content-flex-start\":false},[\"justify-content:flex-start\"]],[false,{\".ast-justify-content-flex-end\":false},[\"justify-content:flex-end\"]],[false,{\".ast-justify-content-center\":false},[\"justify-content:center\"]],[false,{\".ast-justify-content-space-between\":false},[\"justify-content:space-between\"]],[false,{\".ast-justify-content-space-around\":false},[\"justify-content:space-around\"]],[false,{\".ast-align-content-flex-start\":false},[\"align-content:flex-start\"]],[false,{\".ast-align-content-flex-end\":false},[\"align-content:flex-end\"]],[false,{\".ast-align-content-center\":false},[\"align-content:center\"]],[false,{\".ast-align-content-space-between\":false},[\"align-content:space-between\"]],[false,{\".ast-align-content-space-around\":false},[\"align-content:space-around\"]],[false,{\".ast-align-content-stretch\":false},[\"align-content:stretch\"]],[false,{\".ast-flex-grow-1\":false},[\"flex-grow:1\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":49393,\"final_size\":2482,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"astra-theme-css-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}.ast-pagination .next.page-numbers{display:inherit;float:none;}.ast-pagination a{color:var(--ast-global-color-0);}.ast-pagination a:hover, .ast-pagination a:focus, .ast-pagination > span:hover:not(.dots), .ast-pagination > span.current{color:var(--ast-global-color-1);}.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {padding: 0 1.5em;height: 2.33333em;line-height: calc(2.33333em - 3px);}.ast-pagination {display: inline-block;width: 100%;padding-top: 2em;text-align: center;}.ast-pagination .page-numbers {display: inline-block;width: 2.33333em;height: 2.33333em;font-size: 16px;font-size: 1.06666rem;line-height: calc(2.33333em - 3px);}.ast-pagination .nav-links {display: inline-block;width: 100%;}@media (max-width: 420px) {.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {width: 100%;text-align: center;margin: 0;}.ast-pagination-circle .ast-pagination .next.page-numbers,.ast-pagination-square .ast-pagination .next.page-numbers{margin-top: 10px;}.ast-pagination-circle .ast-pagination .prev.page-numbers,.ast-pagination-square .ast-pagination .prev.page-numbers{margin-bottom: 10px;}}.ast-pagination .prev,.ast-pagination .prev:visited,.ast-pagination .prev:focus,.ast-pagination .next,.ast-pagination .next:visited,.ast-pagination .next:focus {display: inline-block;width: auto;}.ast-page-builder-template .ast-pagination {padding: 2em;}@media (min-width: 993px) {.ast-pagination {padding-left: 3.33333em;padding-right: 3.33333em;}}.ast-pagination .prev.page-numbers {float: left;}.ast-pagination .next.page-numbers {float: right;}@media (max-width: 768px) {.ast-pagination .next.page-numbers .page-navigation {padding-right: 0;}}\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}.ast-pagination .next.page-numbers{display:inherit;float:none;}.ast-pagination a{color:var(--ast-global-color-0);}.ast-pagination a:hover, .ast-pagination a:focus, .ast-pagination > span:hover:not(.dots), .ast-pagination > span.current{color:var(--ast-global-color-1);}.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {padding: 0 1.5em;height: 2.33333em;line-height: calc(2.33333em - 3px);}.ast-pagination {display: inline-block;width: 100%;padding-top: 2em;text-align: center;}.ast-pagination .page-numbers {display: inline-block;width: 2.33333em;height: 2.33333em;font-size: 16px;font-size: 1.06666rem;line-height: calc(2.33333em - 3px);}.ast-pagination .nav-links {display: inline-block;width: 100%;}@media (max-width: 420px) {.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {width: 100%;text-align: center;margin: 0;}.ast-pagination-circle .ast-pagination .next.page-numbers,.ast-pagination-square .ast-pagination .next.page-numbers{margin-top: 10px;}.ast-pagination-circle .ast-pagination .prev.page-numbers,.ast-pagination-square .ast-pagination .prev.page-numbers{margin-bottom: 10px;}}.ast-pagination .prev,.ast-pagination .prev:visited,.ast-pagination .prev:focus,.ast-pagination .next,.ast-pagination .next:visited,.ast-pagination .next:focus {display: inline-block;width: auto;}.ast-page-builder-template .ast-pagination {padding: 2em;}@media (min-width: 993px) {.ast-pagination {padding-left: 3.33333em;padding-right: 3.33333em;}}.ast-pagination .prev.page-numbers {float: left;}.ast-pagination .next.page-numbers {float: right;}@media (max-width: 768px) {.ast-pagination .next.page-numbers .page-navigation {padding-right: 0;}}\",\"handle\":\"astra-theme-css\"}],\"priority\":2,\"hash\":\"9a54c20a107e812616f09a4e470e4330\",\"parse_time\":0.09262895584106445,\"shake_time\":0.0007300376892089844,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html\":true},[\"font-size:93.75%\"]],[true,{\"a\":true,\".page-title\":false},[\"color:var(--ast-global-color-0)\"]],[true,{\"a:hover\":true,\"a:focus\":true},[\"color:var(--ast-global-color-1)\"]],[true,{\"body\":true,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false,\".ast-button\":false,\".ast-custom-button\":false},[\"font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif\",\"font-weight:inherit\",\"font-size:15px\",\"font-size:1rem\"]],[false,{\"blockquote\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".site-title\":false},[\"font-size:35px\",\"font-size:2.3333333333333rem\",\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[false,{\".site-header .site-description\":false},[\"font-size:15px\",\"font-size:1rem\",\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:30px\",\"font-size:2rem\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:25px\",\"font-size:1.6666666666667rem\"]],[false,{\"h4\":false,\".entry-content h4\":false},[\"font-size:20px\",\"font-size:1.3333333333333rem\"]],[false,{\"h5\":false,\".entry-content h5\":false},[\"font-size:18px\",\"font-size:1.2rem\"]],[false,{\"h6\":false,\".entry-content h6\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"::selection\":true},[\"background-color:var(--ast-global-color-0)\",\"color:#fff\"]],[true,{\"body\":true,\"h1\":true,\".entry-title a\":false,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":false,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".tagcloud a:hover\":false,\".tagcloud a:focus\":false,\".tagcloud a.current-item\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\"]],[true,{\"input:focus\":true,\"input[type=\\\"text\\\"]:focus\":true,\"input[type=\\\"email\\\"]:focus\":true,\"input[type=\\\"url\\\"]:focus\":true,\"input[type=\\\"password\\\"]:focus\":true,\"input[type=\\\"reset\\\"]:focus\":true,\"input[type=\\\"search\\\"]:focus\":true,\"textarea:focus\":false},[\"border-color:var(--ast-global-color-0)\"]],[true,{\"input[type=\\\"radio\\\"]:checked\":true,\"input[type=reset]\":true,\"input[type=\\\"checkbox\\\"]:checked\":true,\"input[type=\\\"checkbox\\\"]:hover:checked\":true,\"input[type=\\\"checkbox\\\"]:focus:checked\":true,\"input[type=range]::-webkit-slider-thumb\":true},[\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"box-shadow:none\"]],[false,{\".site-footer a:hover + .post-count\":false,\".site-footer a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".single .nav-links .nav-previous\":false,\".single .nav-links .nav-next\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta\":false,\".entry-meta *\":false},[\"line-height:1.45\",\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta a:hover\":false,\".entry-meta a:hover *\":false,\".entry-meta a:focus\":false,\".entry-meta a:focus *\":false,\".page-links > .page-link\":false,\".page-links .page-link:hover\":false,\".post-navigation a:hover\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\"#cat option\":false,\".secondary .calendar_wrap thead a\":false,\".secondary .calendar_wrap thead a:visited\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".secondary .calendar_wrap #today\":false,\".ast-progress-val span\":false},[\"background:var(--ast-global-color-0)\"]],[false,{\".secondary a:hover + .post-count\":false,\".secondary a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".calendar_wrap #today > a\":false},[\"color:#fff\"]],[false,{\".page-links .page-link\":false,\".single .post-navigation a\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-archive-title\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".widget-title\":false},[\"font-size:21px\",\"font-size:1.4rem\",\"color:var(--ast-global-color-2)\"]],[false,{\"#secondary\":false,\"#secondary button\":false,\"#secondary input\":false,\"#secondary select\":false,\"#secondary textarea\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-content a\":false,\".ast-comment-content a:not(.ast-comment-edit-reply-wrap a)\":false},[\"text-decoration:underline\"]],[false,{\".ast-single-post .wp-block-button .wp-block-button__link\":false,\".ast-single-post .elementor-button-wrapper .elementor-button\":false,\".ast-single-post .entry-content .uagb-tab a\":false,\".ast-single-post .entry-content .uagb-ifb-cta a\":false,\".ast-single-post .entry-content .wp-block-uagb-buttons a\":false,\".ast-single-post .entry-content .uabb-module-content a\":false,\".ast-single-post .entry-content .uagb-post-grid a\":false,\".ast-single-post .entry-content .uagb-timeline a\":false,\".ast-single-post .entry-content .uagb-toc__wrap a\":false,\".ast-single-post .entry-content .uagb-taxomony-box a\":false,\".ast-single-post .entry-content .woocommerce a\":false},[\"text-decoration:none\"]],[false,{\".ast-logo-title-inline .site-logo-img\":false},[\"padding-right:1em\"]],[false,{\"#secondary\":false},[\"margin:4em 0 2.5em\",\"word-break:break-word\",\"line-height:2\"]],[false,{\"#secondary li\":false},[\"margin-bottom:.25em\"]],[false,{\"#secondary li:last-child\":false},[\"margin-bottom:0\"]],[false,\"@media (max-width: 768px){\"],[false,{\".js_active .ast-plain-container.ast-single-post #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"background-color:#fff\",\"padding:2em\",\"margin-bottom:2em\"]],[false,\"@media (min-width: 993px){\"],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:60px\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width: 993px){\"],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:30px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:30px\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\"#ast-mobile-header\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-buttons.aligncenter\":false},[\"justify-content:center\"]],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-group .has-background\":false},[\"padding:20px\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-cover-image.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover-image.alignfull .wp-block-cover__inner-container\":false,\".wp-block-cover.alignfull .wp-block-cover__inner-container\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".wp-block-columns\":false},[\"margin-bottom:unset\"]],[false,{\".wp-block-image.size-full\":false},[\"margin:2rem 0\"]],[false,{\".wp-block-separator.has-background\":false},[\"padding:0\"]],[false,{\".wp-block-gallery\":false},[\"margin-bottom:1.6em\"]],[false,{\".wp-block-group\":false},[\"padding-top:4em\",\"padding-bottom:4em\"]],[false,{\".wp-block-group__inner-container .wp-block-columns:last-child\":false,\".wp-block-group__inner-container :last-child\":false,\".wp-block-table table\":false},[\"margin-bottom:0\"]],[false,{\".blocks-gallery-grid\":false},[\"width:100%\"]],[false,{\".wp-block-navigation-link__content\":false},[\"padding:5px 0\"]],[false,{\".wp-block-group .wp-block-group .has-text-align-center\":false,\".wp-block-group .wp-block-column .has-text-align-center\":false},[\"max-width:100%\"]],[false,{\".has-text-align-center\":false},[\"margin:0 auto\"]],[false,\"@media (max-width:1200px){\"],[false,{\".wp-block-group\":false},[\"padding:3em\"]],[false,{\".wp-block-group .wp-block-group\":false},[\"padding:1.5em\"]],[false,{\".wp-block-columns\":false,\".wp-block-column\":false},[\"margin:1rem 0\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\".wp-block-columns .wp-block-group\":false},[\"padding:2em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-cover-image .wp-block-cover__inner-container\":false,\".wp-block-cover .wp-block-cover__inner-container\":false},[\"width:unset\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"padding:2em 0\"]],[false,{\".wp-block-group\":false,\".wp-block-cover\":false},[\"padding:2em\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"width:unset\",\"max-width:100%\"]],[false,{\".wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:1em\"]],[false,\"}\"],[false,\"@media (min-width:544px){\"],[false,{\".entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content\":false},[\"padding:0 8% 0 0\"]],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:0 0 0 8%\"]],[false,{\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:8% 0\"]],[false,{\".wp-block-media-text .wp-block-media-text__media amp-img\":false,\".wp-block-media-text .wp-block-media-text__media amp-anim\":false},[\"width:auto\",\"max-width:100%\"]],[false,\"}\"],[false,{\".wp-block-button.is-style-outline .wp-block-button__link\":false},[\"border-color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)\":false,\".wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color)\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus\":false},[\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus:not(#_#_#_#_#_#_#_)\":false},[\"color:#fff\"]],[false,{\".post-page-numbers.current .page-link\":false,\".ast-pagination .page-numbers.current\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\"]],[false,\"@media (min-width:544px){\"],[false,{\".entry-content > .alignleft\":false},[\"margin-right:20px\"]],[false,{\".entry-content > .alignright\":false},[\"margin-left:20px\"]],[false,\"}\"],[false,{\"h1.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h2.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h3.widget-title\":false},[\"font-weight:inherit\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container #secondary\":false},[\"padding:1.5em 0\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"padding:1.5em 0\",\"margin:0\"]],[false,{\".ast-left-sidebar #content > .ast-container\":false},[\"display:flex\",\"flex-direction:column-reverse\",\"width:100%\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"margin:20px 0 0 0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#secondary.secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".ast-separate-container.ast-two-container #secondary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-page-builder-template .entry-header #secondary\":false,\".ast-page-builder-template #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:0\"]],[false,{\".ast-page-builder-template.ast-left-sidebar #secondary\":false,\".ast-page-builder-template.ast-right-sidebar #secondary\":false},[\"padding-right:20px\",\"padding-left:20px\"]],[false,{\".ast-right-sidebar #secondary\":false,\".ast-left-sidebar #primary\":false},[\"padding-left:0\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:0\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-separate-container.ast-right-sidebar #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false},[\"border:0\"]],[false,{\".search-no-results.ast-separate-container #primary\":false},[\"margin-bottom:4em\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"border-right:1px solid #eee\"]],[false,{\".ast-left-sidebar #primary\":false},[\"border-left:1px solid #eee\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"border-left:1px solid #eee\",\"margin-left:-1px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"border-right:1px solid #eee\",\"margin-right:-1px\"]],[false,{\".ast-separate-container.ast-two-container.ast-right-sidebar #secondary\":false},[\"padding-left:30px\",\"padding-right:0\"]],[false,{\".ast-separate-container.ast-two-container.ast-left-sidebar #secondary\":false},[\"padding-right:30px\",\"padding-left:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false,\".ast-separate-container.ast-left-sidebar #secondary\":false},[\"border:0\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget:last-child\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"color:#fff\"]],[false,{\".wp-block-button .wp-block-button__link:hover\":false,\".wp-block-button .wp-block-button__link:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button .wp-block-button__link\":false},[\"border-style:solid\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"color:#fff\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\",\"border-radius:2px\"]],[false,{\".wp-block-buttons .wp-block-button .wp-block-button__link\":false},[\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\"]],[false,\"@media (max-width:921px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,\"}\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".ast-custom-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button\":false,\"body .wp-block-file .wp-block-file__button\":false},[\"border-style:solid\",\"border-top-width:0\",\"border-right-width:0\",\"border-left-width:0\",\"border-bottom-width:0\",\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\",\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\"]],[true,{\"button:focus\":false,\".menu-toggle:hover\":false,\"button:hover\":false,\".ast-button:hover\":false,\".ast-custom-button:hover .button:hover\":false,\".ast-custom-button:hover\":false,\"input[type=reset]:hover\":true,\"input[type=reset]:focus\":true,\"input#submit:hover\":false,\"input#submit:focus\":false,\"input[type=\\\"button\\\"]:hover\":true,\"input[type=\\\"button\\\"]:focus\":true,\"input[type=\\\"submit\\\"]:hover\":true,\"input[type=\\\"submit\\\"]:focus\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover\":false,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus\":false,\"body .wp-block-file .wp-block-file__button:hover\":false,\"body .wp-block-file .wp-block-file__button:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,\"@media (min-width:544px){\"],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false,\".ast-separate-container .comments-title\":false,\".ast-separate-container .ast-archive-description\":false},[\"padding:1.5em 1em\"]],[false,{\".ast-separate-container #content .ast-container\":false},[\"padding-left:.54em\",\"padding-right:.54em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 1em\",\"margin-bottom:1.5em\"]],[false,{\".ast-separate-container .ast-comment-list .bypostauthor\":false},[\"padding:.5em\"]],[false,{\".ast-search-menu-icon.ast-dropdown-active .search-field\":false},[\"width:170px\"]],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,{\".ast-separate-container #secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"margin-bottom:1.5em\",\"padding-left:1em\",\"padding-right:1em\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,{\".ast-mobile-header-stack .main-header-bar .ast-search-menu-icon\":false},[\"display:inline-block\"]],[false,{\".ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon\":false},[\"margin:0\"]],[false,{\".ast-comment-avatar-wrap amp-img\":false,\".ast-comment-avatar-wrap amp-anim\":false},[\"max-width:2.5em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container .comment-respond\":false},[\"padding:2em 2.14em\"]],[false,{\".ast-comment-meta\":false},[\"padding:0 1.8888em 1.3333em\"]],[true,\"}\"],[false,{\".entry-content > .wp-block-group\":false,\".entry-content > .wp-block-media-text\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns\":false},[\"max-width:58em\",\"width:calc(100% - 4em)\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > .alignfull\":false},[\"max-width:100%\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(amp-iframe)\":false},[\"max-width:50rem\",\"width:100%\"]],[false,\"@media (min-width:921px){\"],[false,{\".entry-content > .wp-block-group.alignwide.has-background\":false,\".entry-content > .wp-block-group.alignfull.has-background\":false,\".entry-content > .wp-block-cover.alignwide\":false,\".entry-content > .wp-block-cover.alignfull\":false,\".entry-content > .wp-block-columns.has-background.alignwide\":false,\".entry-content > .wp-block-columns.has-background.alignfull\":false},[\"margin-top:0\",\"margin-bottom:0\",\"padding:6em 4em\"]],[false,{\".entry-content > .wp-block-columns.has-background\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".entry-content .alignfull p\":false},[\"max-width:1200px\"]],[false,{\".entry-content .alignfull\":false},[\"max-width:100%\",\"width:100%\"]],[false,{\".ast-page-builder-template .entry-content .alignwide\":false,\".entry-content [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:1200px\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:80rem\"]],[false,\"}\"],[false,\"@media (min-width:545px){\"],[false,{\".site-main .entry-content > .alignwide\":false},[\"margin:0 auto\"]],[false,{\".wp-block-group.has-background\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns.has-background\":false},[\"padding:4em\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".entry-content .wp-block-media-text.alignfull .wp-block-media-text__content\":false,\".entry-content .wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:0 8%\"]],[false,\"}\"],[true,\"@media (max-width:921px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-container\":false},[\"max-width:1240px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".site-content .ast-container\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-content .ast-container\":false},[\"flex-direction:column\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu\":false,\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:focus-within > .sub-menu\":false},[\"margin-left:-0px\"]],[false,\"}\"],[false,{\".wp-block-search\":false},[\"margin-bottom:20px\"]],[false,{\".wp-block-site-tagline\":false},[\"margin-top:20px\"]],[false,{\"form.wp-block-search .wp-block-search__input\":false,\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper\":false},[\"border-color:#eaeaea\",\"background:#fafafa\"]],[false,{\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus\":false,\".wp-block-loginout input:focus\":false},[\"outline:thin dotted\"]],[false,{\".wp-block-loginout input:focus\":false},[\"border-color:transparent\"]],[false,{\"form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input\":false},[\"padding:12px\"]],[false,{\"form.wp-block-search .wp-block-search__button svg\":false},[\"fill:currentColor\",\"width:20px\",\"height:20px\"]],[false,{\".wp-block-loginout p label\":false},[\"display:block\"]],[false,{\".wp-block-loginout p:not(.login-remember):not(.login-submit) input\":false},[\"width:100%\"]],[false,{\".wp-block-loginout .login-remember input\":false},[\"width:1.1rem\",\"height:1.1rem\",\"margin:0 5px 4px 0\",\"vertical-align:middle\"]],[false,{\"body .wp-block-file .wp-block-file__button\":false},[\"text-decoration:none\"]],[false,{\"blockquote\":false},[\"padding:0 1.2em 1.2em\"]],[false,{\".wp-block-file\":false},[\"display:flex\",\"align-items:center\",\"flex-wrap:wrap\",\"justify-content:space-between\"]],[false,{\".wp-block-pullquote\":false},[\"border:none\"]],[false,{\".wp-block-pullquote blockquote::before\":false},[\"content:\\\"\\u201d\\\"\",\"font-family:\\\"Helvetica\\\",sans-serif\",\"display:flex\",\"transform:rotate(180deg)\",\"font-size:6rem\",\"font-style:normal\",\"line-height:1\",\"font-weight:bold\",\"align-items:center\",\"justify-content:center\"]],[false,{\"figure.wp-block-pullquote.is-style-solid-color blockquote\":false},[\"max-width:100%\",\"text-align:inherit\"]],[false,{\"ul.wp-block-categories-list.wp-block-categories\":false,\"ul.wp-block-archives-list.wp-block-archives\":false},[\"list-style-type:none\"]],[false,{\".wp-block-button__link\":false},[\"border:2px solid currentColor\"]],[true,{\"ul\":true,\"ol\":true},[\"margin-left:20px\"]],[false,{\"figure.alignright figcaption\":false},[\"text-align:right\"]],[false,{\":root .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[true,{\":root\":true},[\"--ast-global-color-0:#0170b9\",\"--ast-global-color-1:#3a3a3a\",\"--ast-global-color-2:#3a3a3a\",\"--ast-global-color-3:#4b4f58\",\"--ast-global-color-4:#f5f5f5\",\"--ast-global-color-5:#fff\",\"--ast-global-color-6:#f2f5f7\",\"--ast-global-color-7:#424242\",\"--ast-global-color-8:#000\"]],[false,{\".ast-breadcrumbs .trail-browse\":false,\".ast-breadcrumbs .trail-items\":false,\".ast-breadcrumbs .trail-items li\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\",\"border:none\",\"background:inherit\",\"text-indent:0\"]],[false,{\".ast-breadcrumbs .trail-browse\":false},[\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"color:inherit\"]],[false,{\".ast-breadcrumbs .trail-items\":false},[\"list-style:none\"]],[false,{\".trail-items li::after\":false},[\"padding:0 .3em\",\"content:\\\"\\u00bb\\\"\"]],[false,{\".trail-items li:last-of-type::after\":false},[\"display:none\"]],[true,{\"h1\":true,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":false,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".entry-title a\":false},[\"color:var(--ast-global-color-2)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,{\".ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-1 .sub-menu\":false,\".ast-builder-menu-1 .inline-on-mobile .sub-menu\":false},[\"border-top-width:2px\",\"border-bottom-width:0px\",\"border-right-width:0px\",\"border-left-width:0px\",\"border-color:var(--ast-global-color-0)\",\"border-style:solid\",\"border-radius:0px\"]],[false,{\".ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu\":false,\".ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper\":false},[\"margin-top:0px\"]],[false,{\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before\":false,\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before\":false},[\"height:calc(0px + 5px)\"]],[false,{\".ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-1 .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"background-color:#eee\",\"min-height:80px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false},[\"max-width:1200px\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false,\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section\":false},[\"align-items:flex-start\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"@media (max-width:921px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,{\".ast-footer-copyright\":false},[\"color:var(--ast-global-color-3)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,{\".ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,{\"#ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-amp.ast-main-header-nav-open .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-below-header-bar\":false,\".ast-amp .main-header-bar\":false,\".ast-amp .ast-above-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-header .main-header-bar-wrap .site-branding\":false},[\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-main-header-bar-alignment.toggle-on\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".main-header-menu .menu-item\":false},[\"width:100%\",\"text-align:left\",\"border-top:0\"]],[false,{\".main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"-webkit-transition:all .2s\",\"transition:all .2s\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-amp .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-amp .main-navigation ul .menu-item .menu-link\":false,\".ast-amp .main-navigation ul .button-custom-menu-item a\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-amp .main-header-menu\":false},[\"background-color:#f9f9f9\"]],[false,{\".ast-amp .main-header-menu ul\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul\":false,\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul\":false,\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-amp .user-select\":false},[\"clear:both\"]],[false,{\".ast-amp .ast-mobile-menu-buttons\":false},[\"text-align:right\",\"display:flex\",\"-webkit-box-pack:end\",\"-webkit-justify-content:flex-end\",\"-moz-box-pack:end\",\"-ms-flex-pack:end\",\"justify-content:flex-end\"]],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"width:calc(100% + 40px)\"]],[false,{\".ast-amp .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".ast-amp .site-header .main-header-bar-wrap .site-branding\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-amp .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar\":false},[\"border:0\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-main-header-bar-alignment .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation ul > li:first-child\":false},[\"border-top:0\"]],[false,{\".ast-amp .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-amp .main-navigation li\":false},[\"width:100%\"]],[false,{\".ast-amp .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-amp .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-amp .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-amp .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-amp .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:none\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link\":false},[\"display:inline-block\"]],[false,{\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:block\"]],[false,{\".ast-amp .ast-header-widget-area .widget\":false},[\"margin:.5em 0\",\"display:block\"]],[false,{\".ast-amp .nav-fallback-text\":false},[\"float:none\"]],[false,{\".ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap\":false},[\"height:3em\",\"line-height:3\",\"text-align:left\"]],[false,{\".ast-amp #ast-site-header-cart .widget_shopping_cart\":false},[\"display:none\"]],[false,{\".ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart\":false},[\"order:initial\",\"line-height:3\",\"padding:0 1em 1em 0\"]],[false,{\".ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget\":false,\".ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap\":false},[\"display:none\"]],[false,{\".ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item\":false},[\"padding:0\"]],[false,{\".ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form\":false},[\"right:0\"]],[false,{\".ast-amp .main-header-menu .sub-menu\":false},[\"box-shadow:none\"]],[false,{\".ast-amp .submenu-with-border .sub-menu a\":false},[\"border-width:1px\"]],[false,{\".ast-amp .submenu-with-border .sub-menu > li:last-child > a\":false},[\"border-width:1px\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal\":false},[\"background:transparent\",\"border:none\"]],[false,\"}\"],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"@media (min-width:922px){\"],[false,{\".main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\"#primary\":false},[\"width:70%\"]],[false,{\"#secondary\":false},[\"width:30%\"]],[false,\"}\"],[false,{\".main-header-menu .menu-item\":false,\"#astra-footer-menu .menu-item\":false,\".main-header-bar .ast-masthead-custom-menu-items\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-pack:center\",\"-webkit-justify-content:center\",\"-moz-box-pack:center\",\"-ms-flex-pack:center\",\"justify-content:center\",\"-webkit-box-orient:vertical\",\"-webkit-box-direction:normal\",\"-webkit-flex-direction:column\",\"-moz-box-orient:vertical\",\"-moz-box-direction:normal\",\"-ms-flex-direction:column\",\"flex-direction:column\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false,\"#astra-footer-menu > .menu-item > .menu-link\":false},[\"height:100%\",\"-webkit-box-align:center\",\"-webkit-align-items:center\",\"-moz-box-align:center\",\"-ms-flex-align:center\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg\":false},[\"top:.2em\",\"margin-top:0px\",\"margin-left:0px\",\"width:.65em\",\"transform:translate(0,-2px) rotateZ(270deg)\"]],[false,{\".ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-separate-container .blog-layout-1\":false,\".ast-separate-container .blog-layout-2\":false,\".ast-separate-container .blog-layout-3\":false},[\"background-color:transparent\",\"background-image:none\"]],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-mobile-header-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding:10px 0\",\"height:auto\"]],[false,{\".ast-mobile-header-content > *:first-child\":false,\".ast-desktop-header-content > *:first-child\":false},[\"padding-top:10px\"]],[false,{\".ast-mobile-header-content > .ast-builder-menu\":false,\".ast-desktop-header-content > .ast-builder-menu\":false},[\"padding-top:0\"]],[false,{\".ast-mobile-header-content > *:last-child\":false,\".ast-desktop-header-content > *:last-child\":false},[\"padding-bottom:0\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label\":false},[\"width:100%\"]],[false,{\".ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\"#ast-desktop-header .ast-desktop-header-content\":false,\".ast-mobile-header-content .ast-search-icon\":false,\".ast-desktop-header-content .ast-search-icon\":false,\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content\":false},[\"display:none\"]],[false,{\".ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content\":false,\".ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu\":false},[\"opacity:1\",\"visibility:visible\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation\":false},[\"width:unset\",\"margin:unset\"]],[false,{\".ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false,\".ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"left:calc(20px - .907em)\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon\":false,\".ast-mobile-header-content .ast-search-menu-icon.slide-search\":false,\".ast-desktop-header-content .ast-search-menu-icon\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search\":false},[\"width:100%\",\"position:relative\",\"display:block\",\"right:auto\",\"transform:none\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-form\":false},[\"right:0\",\"visibility:visible\",\"opacity:1\",\"position:relative\",\"top:auto\",\"transform:none\",\"padding:0\",\"display:block\",\"overflow:hidden\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-field\":false},[\"width:100%\",\"padding-right:5.5em\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon .search-submit\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-submit\":false},[\"display:block\",\"position:absolute\",\"height:100%\",\"top:0\",\"right:0\",\"padding:0 1em\",\"border-radius:0\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-mobile-popup-drawer.active .ast-mobile-popup-inner\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-desktop-header-content\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-popup-content > *\":false,\".ast-mobile-header-content > *\":false,\".ast-desktop-popup-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding-top:0px\",\"padding-bottom:0px\"]],[false,{\".content-align-flex-start .ast-builder-layout-element\":false},[\"justify-content:flex-start\"]],[false,{\".content-align-flex-start .main-header-menu\":false},[\"text-align:left\"]],[false,{\".ast-mobile-popup-drawer.active .menu-toggle-close\":false},[\"color:#3a3a3a\"]],[false,{\".ast-mobile-header-wrap .ast-primary-header-bar\":false,\".ast-primary-header-bar .site-primary-header-wrap\":false},[\"min-height:70px\"]],[false,{\".ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item\":false},[\"line-height:70px\"]],[false,\"@media (max-width:921px){\"],[false,{\"#masthead .ast-mobile-header-wrap .ast-primary-header-bar\":false,\"#masthead .ast-mobile-header-wrap .ast-below-header-bar\":false},[\"padding-left:20px\",\"padding-right:20px\"]],[false,\"}\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"@media (min-width:922px){\"],[false,{\".ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"}\"],[false,{\".ast-primary-header-bar\":false},[\"background-color:#fff\"]],[false,{\".ast-primary-header-bar\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal\":false},[\"color:var(--ast-global-color-0)\",\"border:none\",\"background:transparent\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg\":false},[\"width:20px\",\"height:20px\",\"fill:var(--ast-global-color-0)\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item > .menu-link\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,{\".ast-hfb-header .ast-builder-menu-mobile .main-header-menu\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"],[false,{\".ast-pagination .next.page-numbers\":false},[\"display:inherit\",\"float:none\"]],[false,{\".ast-pagination a\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-pagination a:hover\":false,\".ast-pagination a:focus\":false,\".ast-pagination > span:hover:not(.dots)\":false,\".ast-pagination > span.current\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\".ast-pagination .prev.page-numbers\":false,\".ast-pagination .next.page-numbers\":false},[\"padding:0 1.5em\",\"height:2.33333em\",\"line-height:calc(2.33333em - 3px)\"]],[false,{\".ast-pagination\":false},[\"display:inline-block\",\"width:100%\",\"padding-top:2em\",\"text-align:center\"]],[false,{\".ast-pagination .page-numbers\":false},[\"display:inline-block\",\"width:2.33333em\",\"height:2.33333em\",\"font-size:16px\",\"font-size:1.06666rem\",\"line-height:calc(2.33333em - 3px)\"]],[false,{\".ast-pagination .nav-links\":false},[\"display:inline-block\",\"width:100%\"]],[false,\"@media (max-width: 420px){\"],[false,{\".ast-pagination .prev.page-numbers\":false,\".ast-pagination .next.page-numbers\":false},[\"width:100%\",\"text-align:center\",\"margin:0\"]],[false,{\".ast-pagination-circle .ast-pagination .next.page-numbers\":false,\".ast-pagination-square .ast-pagination .next.page-numbers\":false},[\"margin-top:10px\"]],[false,{\".ast-pagination-circle .ast-pagination .prev.page-numbers\":false,\".ast-pagination-square .ast-pagination .prev.page-numbers\":false},[\"margin-bottom:10px\"]],[false,\"}\"],[false,{\".ast-pagination .prev\":false,\".ast-pagination .prev:visited\":false,\".ast-pagination .prev:focus\":false,\".ast-pagination .next\":false,\".ast-pagination .next:visited\":false,\".ast-pagination .next:focus\":false},[\"display:inline-block\",\"width:auto\"]],[false,{\".ast-page-builder-template .ast-pagination\":false},[\"padding:2em\"]],[false,\"@media (min-width: 993px){\"],[false,{\".ast-pagination\":false},[\"padding-left:3.33333em\",\"padding-right:3.33333em\"]],[false,\"}\"],[false,{\".ast-pagination .prev.page-numbers\":false},[\"float:left\"]],[false,{\".ast-pagination .next.page-numbers\":false},[\"float:right\"]],[false,\"@media (max-width: 768px){\"],[false,{\".ast-pagination .next.page-numbers .page-navigation\":false},[\"padding-right:0\"]],[false,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":116345,\"final_size\":7719,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1547,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2462,\"function\":\"wp_common_block_scripts_and_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":20,\"hash\":\"6eb20086263e86e560757b16661f58ea\",\"parse_time\":0.18590092658996582,\"shake_time\":0.0013899803161621094,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-archives\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-archives-dropdown label\":false},[\"display:block\"]],[false,{\".wp-block-avatar\":false},[\"line-height:0\"]],[false,{\".wp-block-avatar\":false,\".wp-block-avatar amp-img\":false,\".wp-block-avatar amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-avatar.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-audio\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-audio :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-audio amp-audio\":false},[\"min-width:300px\",\"width:100%\"]],[false,{\".wp-block-button__link\":false},[\"align-content:center\",\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"height:100%\",\"text-align:center\",\"word-break:break-word\"]],[false,{\".wp-block-button__link.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-button__link.alignright\":false},[\"text-align:right\"]],[true,{\":where(.wp-block-button__link)\":true},[\"border-radius:9999px\",\"box-shadow:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"text-decoration:none\"]],[false,{\".wp-block-button[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width\":false},[\"max-width:none\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-25\":false},[\"width:calc(25% - var(--wp--style--block-gap,.5em) * .75)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-50\":false},[\"width:calc(50% - var(--wp--style--block-gap,.5em) * .5)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-75\":false},[\"width:calc(75% - var(--wp--style--block-gap,.5em) * .25)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-100\":false},[\"flex-basis:100%\",\"width:100%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25\":false},[\"width:25%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50\":false},[\"width:50%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75\":false},[\"width:75%\"]],[false,{\".wp-block-button.is-style-squared\":false,\".wp-block-button__link.wp-block-button.is-style-squared\":false},[\"border-radius:0\"]],[false,{\".wp-block-button.no-border-radius:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button__link.no-border-radius:not(#_#_#_#_#_#_#_)\":false},[\"border-radius:0\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline)\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link)\":true},[\"border:2px solid\",\"padding:.667em 1.333em\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color))\":true},[\"color:currentColor\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background))\":true},[\"background-color:initial\",\"background-image:none\"]],[false,{\".wp-block-buttons\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-buttons.is-vertical\":false},[\"flex-direction:column\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-buttons>.wp-block-button\":false},[\"display:inline-block\",\"margin:0\"]],[false,{\".wp-block-buttons.is-content-justification-left\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-left.is-vertical\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-center\":false},[\"justify-content:center\"]],[false,{\".wp-block-buttons.is-content-justification-center.is-vertical\":false},[\"align-items:center\"]],[false,{\".wp-block-buttons.is-content-justification-right\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-right.is-vertical\":false},[\"align-items:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-space-between\":false},[\"justify-content:space-between\"]],[false,{\".wp-block-buttons.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button\":false,\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-button.aligncenter\":false,\".wp-block-calendar\":false},[\"text-align:center\"]],[false,{\".wp-block-calendar td\":false,\".wp-block-calendar th\":false},[\"border:1px solid\",\"padding:.25em\"]],[false,{\".wp-block-calendar th\":false},[\"font-weight:400\"]],[false,{\".wp-block-calendar caption\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color))\":false},[\"color:#40464d\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color)) td\":false,\".wp-block-calendar table:where(:not(.has-text-color)) th\":false},[\"border-color:#ddd\"]],[false,{\".wp-block-calendar table.has-background th\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table.has-text-color th\":false},[\"color:inherit\"]],[false,{\":where(.wp-block-calendar table:not(.has-background) th)\":false},[\"background:#ddd\"]],[false,{\".wp-block-categories\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-categories.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-categories.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-categories.wp-block-categories-dropdown.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-categories .wp-block-categories__label\":false},[\"display:block\",\"width:100%\"]],[false,{\".wp-block-code\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-code code\":false},[\"direction:ltr\",\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"text-align:initial\",\"white-space:pre-wrap\"]],[false,{\".wp-block-columns\":false},[\"box-sizing:border-box\",\"display:flex\"]],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"align-items:normal\",\"flex-wrap:wrap\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,\"}\"],[false,{\".wp-block-columns.are-vertically-aligned-top\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-columns.are-vertically-aligned-center\":false},[\"align-items:center\"]],[false,{\".wp-block-columns.are-vertically-aligned-bottom\":false},[\"align-items:flex-end\"]],[false,\"@media (max-width:781px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(#_#_#_#_#_#_#_)\":false},[\"flex-basis:100%\"]],[false,\"}\"],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[false,\"}\"],[false,{\".wp-block-columns.is-not-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[true,{\":where(.wp-block-columns)\":true},[\"margin-bottom:1.75em\"]],[true,{\":where(.wp-block-columns.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-column\":false},[\"flex-grow:1\",\"min-width:0\",\"overflow-wrap:break-word\",\"word-break:break-word\"]],[false,{\".wp-block-column.is-vertically-aligned-top\":false},[\"align-self:flex-start\"]],[false,{\".wp-block-column.is-vertically-aligned-center\":false},[\"align-self:center\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false},[\"align-self:flex-end\"]],[false,{\".wp-block-column.is-vertically-aligned-stretch\":false},[\"align-self:stretch\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false,\".wp-block-column.is-vertically-aligned-center\":false,\".wp-block-column.is-vertically-aligned-top\":false},[\"width:100%\"]],[false,{\".wp-block-post-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments .alignleft\":false},[\"float:left\"]],[false,{\".wp-block-post-comments .alignright\":false},[\"float:right\"]],[false,{\".wp-block-post-comments .navigation:after\":false},[\"clear:both\",\"content:\\\"\\\"\",\"display:table\"]],[false,{\".wp-block-post-comments .commentlist\":false},[\"clear:both\",\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .commentlist .comment\":false},[\"min-height:2.25em\",\"padding-left:3.25em\"]],[false,{\".wp-block-post-comments .commentlist .comment p\":false},[\"font-size:1em\",\"line-height:1.8\",\"margin:1em 0\"]],[false,{\".wp-block-post-comments .commentlist .children\":false},[\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .comment-author\":false},[\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-author .avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"margin-top:.5em\",\"width:2.5em\"]],[false,{\".wp-block-post-comments .comment-author cite\":false},[\"font-style:normal\"]],[false,{\".wp-block-post-comments .comment-meta\":false},[\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-meta b\":false},[\"font-weight:400\"]],[false,{\".wp-block-post-comments .comment-meta .comment-awaiting-moderation\":false},[\"display:block\",\"margin-bottom:1em\",\"margin-top:1em\"]],[false,{\".wp-block-post-comments .comment-body .commentmetadata\":false},[\"font-size:.875em\"]],[false,{\".wp-block-post-comments .comment-form-author label\":false,\".wp-block-post-comments .comment-form-comment label\":false,\".wp-block-post-comments .comment-form-email label\":false,\".wp-block-post-comments .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments .reply\":false},[\"font-size:.875em\",\"margin-bottom:1.4em\"]],[false,{\".wp-block-post-comments input:not([type=submit])\":false,\".wp-block-post-comments textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[false,{\".wp-block-post-comments input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments textarea\":false},[\"padding:calc(.667em + 2px)\"]],[true,{\":where(.wp-block-post-comments input[type=submit])\":true},[\"border:none\"]],[false,{\".wp-block-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous\":false},[\"font-size:inherit\",\"margin-bottom:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-comment-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-comment-template li\":false},[\"clear:both\"]],[false,{\".wp-block-comment-template ol\":false},[\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding-left:2rem\"]],[false,{\".wp-block-comment-template.alignleft\":false},[\"float:left\"]],[false,{\".wp-block-comment-template.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:fit-content\"]],[false,{\".wp-block-comment-template.alignright\":false},[\"float:right\"]],[false,{\".wp-block-comment-date\":false},[\"box-sizing:border-box\"]],[false,{\".comment-awaiting-moderation\":false},[\"display:block\",\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-comment-author-name\":false,\".wp-block-comment-content\":false,\".wp-block-comment-edit-link\":false,\".wp-block-comment-reply-link\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"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\"]],[false,{\".wp-block-cover .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image.has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover.has-background-dim:not([class*=-background-color])\":false},[\"background-color:#000\"]],[false,{\".wp-block-cover .has-background-dim.has-background-gradient\":false,\".wp-block-cover-image .has-background-dim.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-cover-image.has-background-dim:before\":false,\".wp-block-cover.has-background-dim:before\":false},[\"background-color:inherit\",\"content:\\\"\\\"\"]],[false,{\".wp-block-cover .wp-block-cover__background\":false,\".wp-block-cover .wp-block-cover__gradient-background\":false,\".wp-block-cover-image .wp-block-cover__background\":false,\".wp-block-cover-image .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim:not(.has-background-gradient):before\":false},[\"bottom:0\",\"left:0\",\"opacity:.5\",\"position:absolute\",\"right:0\",\"top:0\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false},[\"opacity:1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-cover-image.aligncenter\":false,\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.aligncenter\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"display:flex\"]],[false,{\".wp-block-cover .wp-block-cover__inner-container\":false,\".wp-block-cover-image .wp-block-cover__inner-container\":false},[\"color:inherit\",\"position:relative\",\"width:100%\"]],[false,{\".wp-block-cover-image.is-position-top-left\":false,\".wp-block-cover.is-position-top-left\":false},[\"align-items:flex-start\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-top-center\":false,\".wp-block-cover.is-position-top-center\":false},[\"align-items:flex-start\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-top-right\":false,\".wp-block-cover.is-position-top-right\":false},[\"align-items:flex-start\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-center-left\":false,\".wp-block-cover.is-position-center-left\":false},[\"align-items:center\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-center-center\":false,\".wp-block-cover.is-position-center-center\":false},[\"align-items:center\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-center-right\":false,\".wp-block-cover.is-position-center-right\":false},[\"align-items:center\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-bottom-left\":false,\".wp-block-cover.is-position-bottom-left\":false},[\"align-items:flex-end\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-bottom-center\":false,\".wp-block-cover.is-position-bottom-center\":false},[\"align-items:flex-end\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-bottom-right\":false,\".wp-block-cover.is-position-bottom-right\":false},[\"align-items:flex-end\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false},[\"margin:0\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false},[\"margin:0\",\"width:auto\"]],[false,{\".wp-block-cover .wp-block-cover__image-background\":false,\".wp-block-cover amp-video.wp-block-cover__video-background\":false,\".wp-block-cover amp-youtube.wp-block-cover__video-background\":false,\".wp-block-cover-image .wp-block-cover__image-background\":false,\".wp-block-cover-image amp-video.wp-block-cover__video-background\":false,\".wp-block-cover-image amp-youtube.wp-block-cover__video-background\":false},[\"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%\"]],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:fixed\",\"background-repeat:no-repeat\",\"background-size:cover\"]],[false,\"@supports (-webkit-touch-callout:inherit){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,{\".wp-block-cover-image.is-repeated\":false,\".wp-block-cover.is-repeated\":false,\".wp-block-cover__image-background.is-repeated\":false,\"amp-video.wp-block-cover__video-background.is-repeated\":false,\"amp-youtube.wp-block-cover__video-background.is-repeated\":false},[\"background-repeat:repeat\",\"background-size:auto\"]],[false,{\".wp-block-cover-image-text\":false,\".wp-block-cover-image-text a\":false,\".wp-block-cover-image-text a:active\":false,\".wp-block-cover-image-text a:focus\":false,\".wp-block-cover-image-text a:hover\":false,\".wp-block-cover-text\":false,\".wp-block-cover-text a\":false,\".wp-block-cover-text a:active\":false,\".wp-block-cover-text a:focus\":false,\".wp-block-cover-text a:hover\":false,\"section.wp-block-cover-image h2\":false,\"section.wp-block-cover-image h2 a\":false,\"section.wp-block-cover-image h2 a:active\":false,\"section.wp-block-cover-image h2 a:focus\":false,\"section.wp-block-cover-image h2 a:hover\":false},[\"color:#fff\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-left-content\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-right-content\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-left-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-left-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-left-content>h2\":false},[\"margin-left:0\",\"text-align:left\"]],[false,{\".wp-block-cover-image.has-right-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-right-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-right-content>h2\":false},[\"margin-right:0\",\"text-align:right\"]],[false,{\".wp-block-cover .wp-block-cover-text\":false,\".wp-block-cover-image .wp-block-cover-image-text\":false,\"section.wp-block-cover-image>h2\":false},[\"font-size:2em\",\"line-height:1.25\",\"margin-bottom:0\",\"max-width:840px\",\"padding:.44em\",\"text-align:center\",\"z-index:1\"]],[true,{\":where(.wp-block-cover-image:not(.has-text-color))\":true,\":where(.wp-block-cover:not(.has-text-color))\":true},[\"color:#fff\"]],[true,{\":where(.wp-block-cover-image.is-light:not(.has-text-color))\":true,\":where(.wp-block-cover.is-light:not(.has-text-color))\":true},[\"color:#000\"]],[true,{\":root :where(.wp-block-cover h1:not(.has-text-color))\":true,\":root :where(.wp-block-cover h2:not(.has-text-color))\":true,\":root :where(.wp-block-cover h3:not(.has-text-color))\":true,\":root :where(.wp-block-cover h4:not(.has-text-color))\":true,\":root :where(.wp-block-cover h5:not(.has-text-color))\":true,\":root :where(.wp-block-cover h6:not(.has-text-color))\":true,\":root :where(.wp-block-cover p:not(.has-text-color))\":true},[\"color:inherit\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background\":false},[\"z-index:0\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before\":false},[\"z-index:1\"]],[false,{\".has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[false,{\".wp-block-details\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-details summary\":false},[\"cursor:pointer\"]],[false,{\".wp-block-embed.alignleft\":false,\".wp-block-embed.alignright\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"]\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"]\":false},[\"max-width:360px\",\"width:100%\"]],[false,{\".wp-block-embed.alignleft .wp-block-embed__wrapper\":false,\".wp-block-embed.alignright .wp-block-embed__wrapper\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false},[\"min-width:280px\"]],[false,{\".wp-block-cover .wp-block-embed\":false},[\"min-height:240px\",\"min-width:320px\"]],[false,{\".wp-block-embed\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-embed :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-embed amp-iframe\":false},[\"max-width:100%\"]],[false,{\".wp-block-embed__wrapper\":false},[\"position:relative\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before\":false},[\"content:\\\"\\\"\",\"display:block\",\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio amp-iframe\":false},[\"bottom:0\",\"height:100%\",\"left:0\",\"position:absolute\",\"right:0\",\"top:0\",\"width:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:42.85%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:56.25%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before\":false},[\"padding-top:75%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before\":false},[\"padding-top:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before\":false},[\"padding-top:177.77%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before\":false},[\"padding-top:200%\"]],[false,{\".wp-block-file\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-file:not(.wp-element-button)\":false},[\"font-size:.8em\"]],[false,{\".wp-block-file.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-file.alignright\":false},[\"text-align:right\"]],[false,{\".wp-block-file *+.wp-block-file__button\":false},[\"margin-left:.75em\"]],[true,{\":where(.wp-block-file)\":true},[\"margin-bottom:1.5em\"]],[false,{\".wp-block-file__embed\":false},[\"margin-bottom:1em\"]],[true,{\":where(.wp-block-file__button)\":true},[\"border-radius:2em\",\"display:inline-block\",\"padding:.5em 1em\"]],[true,{\":where(.wp-block-file__button):is(a):active\":true,\":where(.wp-block-file__button):is(a):focus\":true,\":where(.wp-block-file__button):is(a):hover\":true,\":where(.wp-block-file__button):is(a):visited\":true},[\"box-shadow:none\",\"color:#fff\",\"opacity:.85\",\"text-decoration:none\"]],[false,{\".wp-block-form-input__label\":false},[\"display:flex\",\"flex-direction:column\",\"gap:.25em\",\"margin-bottom:.5em\",\"width:100%\"]],[false,{\".wp-block-form-input__label.is-label-inline\":false},[\"align-items:center\",\"flex-direction:row\",\"gap:.5em\"]],[false,{\".wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content\":false},[\"margin-bottom:.5em\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox])\":false},[\"flex-direction:row\",\"width:fit-content\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content\":false},[\"margin:0\"]],[false,{\".wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox])\":false},[\"flex-direction:row-reverse\"]],[false,{\".wp-block-form-input__label-content\":false},[\"width:fit-content\"]],[false,{\".wp-block-form-input__input\":false},[\"font-size:1em\",\"margin-bottom:.5em\",\"padding:0 .5em\"]],[false,{\".wp-block-form-input__input[type=date]\":false,\".wp-block-form-input__input[type=datetime-local]\":false,\".wp-block-form-input__input[type=datetime]\":false,\".wp-block-form-input__input[type=email]\":false,\".wp-block-form-input__input[type=month]\":false,\".wp-block-form-input__input[type=number]\":false,\".wp-block-form-input__input[type=password]\":false,\".wp-block-form-input__input[type=search]\":false,\".wp-block-form-input__input[type=tel]\":false,\".wp-block-form-input__input[type=text]\":false,\".wp-block-form-input__input[type=time]\":false,\".wp-block-form-input__input[type=url]\":false,\".wp-block-form-input__input[type=week]\":false},[\"border:1px solid\",\"line-height:2\",\"min-height:2em\"]],[false,{\"textarea.wp-block-form-input__input\":false},[\"min-height:10em\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images)\":false,\".wp-block-gallery:not(.has-nested-images)\":false},[\"display:flex\",\"flex-wrap:wrap\",\"list-style-type:none\",\"margin:0\",\"padding:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item\":false},[\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"margin:0 1em 1em 0\",\"position:relative\",\"width:calc(50% - 1em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure\":false},[\"align-items:flex-end\",\"display:flex\",\"height:100%\",\"justify-content:flex-start\",\"margin:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-anim\":false},[\"display:block\",\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,rgba(0,0,0,0))\",\"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\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) figcaption\":false,\".wp-block-gallery:not(.has-nested-images) figcaption\":false},[\"flex-grow:1\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false},[\"flex:1\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item\":false},[\"margin-right:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(33.33333% - .66667em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(25% - .75em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(20% - .8em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(16.66667% - .83333em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(14.28571% - .85714em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(12.5% - .875em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false},[\"margin-right:0\"]],[false,\"}\"],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).alignleft\":false,\".blocks-gallery-grid:not(.has-nested-images).alignright\":false,\".wp-block-gallery:not(.has-nested-images).alignleft\":false,\".wp-block-gallery:not(.has-nested-images).alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false},[\"justify-content:center\"]],[false,{\".wp-block-gallery:not(.is-cropped) .blocks-gallery-item\":false},[\"align-self:flex-start\"]],[false,{\"figure.wp-block-gallery.has-nested-images\":false},[\"align-items:normal\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)\":false},[\"margin:0\",\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) \\/ 2)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"max-width:100%\",\"position:relative\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image>div\":false},[\"flex-direction:column\",\"flex-grow:1\",\"margin:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim\":false},[\"display:block\",\"height:auto\",\"width:auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img:not(#_#_#_#_#_#_#_#_)\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim:not(#_#_#_#_#_#_#_#_)\":false},[\"max-width:100%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"bottom:0\",\"left:0\",\"max-height:100%\",\"position:absolute\",\"right:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"-webkit-backdrop-filter:blur(3px)\",\"backdrop-filter:blur(3px)\",\"content:\\\"\\\"\",\"height:100%\",\"-webkit-mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"max-height:40%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,0))\",\"box-sizing:border-box\",\"color:#fff\",\"font-size:13px\",\"margin:0\",\"overflow:auto\",\"padding:1em\",\"scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)\",\"scrollbar-gutter:stable both-edges\",\"scrollbar-width:thin\",\"text-align:center\",\"text-shadow:0 0 1.5px #000\",\"will-change:transform\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar\":false},[\"height:12px\",\"width:12px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track\":false},[\"background-color:initial\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb\":false},[\"background-clip:padding-box\",\"background-color:initial\",\"border:3px solid rgba(0,0,0,0)\",\"border-radius:8px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb\":false},[\"background-color:rgba(255,255,255,.8)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"@media (hover:none){\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div\":false},[\"flex:1 1 auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption\":false},[\"background:none\",\"color:inherit\",\"flex:initial\",\"margin:0\",\"padding:10px 10px 9px\",\"position:relative\",\"text-shadow:none\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before\":false},[\"content:none\"]],[false,{\".wp-block-gallery.has-nested-images figcaption\":false},[\"flex-basis:100%\",\"flex-grow:1\",\"text-align:center\"]],[false,{\".wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image)\":false},[\"margin-bottom:auto\",\"margin-top:0\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)\":false},[\"align-self:inherit\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone)\":false},[\"display:flex\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-img\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-anim\":false},[\"flex:1 0 0%\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image)\":false},[\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(25% - var(--wp--style--unstable-gallery-gap,16px) * .75)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(20% - var(--wp--style--unstable-gallery-gap,16px) * .8)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px) * .83333)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px) * .85714)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(12.5% - var(--wp--style--unstable-gallery-gap,16px) * .875)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)\":false,\".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)\":false},[\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) * .5)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images.alignleft\":false,\".wp-block-gallery.has-nested-images.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-group\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-group.wp-block-group-is-layout-constrained)\":true},[\"position:relative\"]],[false,{\"h1.has-background\":false,\"h2.has-background\":false,\"h3.has-background\":false,\"h4.has-background\":false,\"h5.has-background\":false,\"h6.has-background\":false},[\"padding:1.25em 2.375em\"]],[false,{\"h1.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h1.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h2.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h2.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h3.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h3.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h4.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h4.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h5.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h5.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h6.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h6.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false},[\"rotate:180deg\"]],[false,{\".wp-block-image>a\":false,\".wp-block-image>figure>a\":false},[\"display:inline-block\"]],[false,{\".wp-block-image amp-img\":false,\".wp-block-image amp-anim\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-image amp-img.hide\":false,\".wp-block-image amp-anim.hide\":false},[\"visibility:hidden\"]],[false,{\".wp-block-image amp-img.show\":false,\".wp-block-image amp-anim.show\":false},[\"animation:show-content-image .4s\"]],[false,\"}\"],[false,{\".wp-block-image[data-amp-original-style*=border-radius] amp-img\":false,\".wp-block-image[data-amp-original-style*=border-radius] amp-anim\":false,\".wp-block-image[data-amp-original-style*=border-radius]>a\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-image.has-custom-border amp-img\":false,\".wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-image.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-image.alignfull>a\":false,\".wp-block-image.alignwide>a\":false},[\"width:100%\"]],[false,{\".wp-block-image.alignfull amp-img\":false,\".wp-block-image.alignfull amp-anim\":false,\".wp-block-image.alignwide amp-img\":false,\".wp-block-image.alignwide amp-anim\":false},[\"height:auto\",\"width:100%\"]],[false,{\".wp-block-image .aligncenter\":false,\".wp-block-image .alignleft\":false,\".wp-block-image .alignright\":false,\".wp-block-image.aligncenter\":false,\".wp-block-image.alignleft\":false,\".wp-block-image.alignright\":false},[\"display:table\"]],[false,{\".wp-block-image .aligncenter>figcaption\":false,\".wp-block-image .alignleft>figcaption\":false,\".wp-block-image .alignright>figcaption\":false,\".wp-block-image.aligncenter>figcaption\":false,\".wp-block-image.alignleft>figcaption\":false,\".wp-block-image.alignright>figcaption\":false},[\"caption-side:bottom\",\"display:table-caption\"]],[false,{\".wp-block-image .alignleft\":false},[\"float:left\",\"margin:.5em 1em .5em 0\"]],[false,{\".wp-block-image .alignright\":false},[\"float:right\",\"margin:.5em 0 .5em 1em\"]],[false,{\".wp-block-image .aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-block-image :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"border-radius:9999px\"]],[false,\"@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){\"],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"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\"]],[false,\"}\"],[false,{\".wp-block-image figure\":false},[\"margin:0\"]],[false,{\".wp-lightbox-container\":false},[\"display:flex\",\"flex-direction:column\",\"position:relative\"]],[false,{\".wp-lightbox-container amp-img\":false,\".wp-lightbox-container amp-anim\":false},[\"cursor:zoom-in\"]],[false,{\".wp-lightbox-container amp-img:hover+button\":false,\".wp-lightbox-container amp-anim:hover+button\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button\":false},[\"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\",\"width:20px\",\"z-index:100\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-container button\":false},[\"transition:opacity .2s ease\"]],[false,\"}\"],[false,{\".wp-lightbox-container button:focus-visible\":false},[\"outline:3px auto rgba(90,90,90,.25)\",\"outline:3px auto -webkit-focus-ring-color\",\"outline-offset:3px\"]],[false,{\".wp-lightbox-container button:hover\":false},[\"cursor:pointer\",\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false,\".wp-lightbox-container button:hover\":false,\".wp-lightbox-container button:not(:hover):not(:active):not(.has-background)\":false},[\"background-color:rgba(90,90,90,.25)\",\"border:none\"]],[false,{\".wp-lightbox-overlay\":false},[\"box-sizing:border-box\",\"cursor:zoom-out\",\"height:100vh\",\"left:0\",\"overflow:hidden\",\"position:fixed\",\"top:0\",\"visibility:hidden\",\"width:100%\",\"z-index:100000\"]],[false,{\".wp-lightbox-overlay .close-button\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .close-button:focus\":false,\".wp-lightbox-overlay .close-button:hover\":false,\".wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .lightbox-image-container\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image amp-img\":false,\".wp-lightbox-overlay .wp-block-image amp-anim\":false},[\"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)\"]],[false,{\".wp-lightbox-overlay .wp-block-image figcaption\":false},[\"display:none\"]],[false,{\".wp-lightbox-overlay button\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .scrim\":false},[\"background-color:#fff\",\"height:100%\",\"opacity:.9\",\"position:absolute\",\"width:100%\",\"z-index:2000000\"]],[false,{\".wp-lightbox-overlay.active\":false},[\"visibility:visible\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-overlay.active\":false},[\"animation:turn-on-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.active amp-img\":false,\".wp-lightbox-overlay.active amp-anim\":false},[\"animation:turn-on-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active)\":false},[\"animation:turn-off-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-img\":false,\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-anim\":false},[\"animation:turn-off-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.zoom.active\":false},[\"animation:none\",\"opacity:1\",\"visibility:visible\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container\":false},[\"animation:lightbox-zoom-in .4s\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.active .scrim\":false},[\"animation:turn-on-visibility .4s forwards\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active)\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container\":false},[\"animation:lightbox-zoom-out .4s\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim\":false},[\"animation:turn-off-visibility .4s forwards\"]],[false,\"}\"],[true,\"@keyframes show-content-image{\"],[true,\"0%{visibility:hidden}\"],[true,\"99%{visibility:hidden}\"],[true,\"to{visibility:visible}\"],[true,\"}@keyframes turn-on-visibility{\"],[true,\"0%{opacity:0}\"],[true,\"to{opacity:1}\"],[true,\"}@keyframes turn-off-visibility{\"],[true,\"0%{opacity:1;visibility:visible}\"],[true,\"99%{opacity:0;visibility:visible}\"],[true,\"to{opacity:0;visibility:hidden}\"],[true,\"}@keyframes lightbox-zoom-in{\"],[true,\"0%{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}\"],[true,\"to{transform:translate(-50%,-50%) scale(1)}\"],[true,\"}@keyframes lightbox-zoom-out{\"],[true,\"0%{transform:translate(-50%,-50%) scale(1);visibility:visible}\"],[true,\"99%{visibility:visible}\"],[true,\"to{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}\"],[true,\"}\"],[false,{\"ol.wp-block-latest-comments\":false},[\"box-sizing:border-box\",\"margin-left:0\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment))\":true},[\"line-height:1.1\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p))\":true},[\"line-height:1.8\"]],[false,{\".has-dates :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false,\".has-excerpts :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false},[\"line-height:1.5\"]],[false,{\".wp-block-latest-comments .wp-block-latest-comments\":false},[\"padding-left:0\"]],[false,{\".wp-block-latest-comments__comment\":false},[\"list-style:none\",\"margin-bottom:1em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment\":false},[\"list-style:none\",\"min-height:2.25em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt\":false,\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta\":false},[\"margin-left:3.25em\"]],[false,{\".wp-block-latest-comments__comment-excerpt p\":false},[\"font-size:.875em\",\"margin:.36em 0 1.4em\"]],[false,{\".wp-block-latest-comments__comment-date\":false},[\"display:block\",\"font-size:.75em\"]],[false,{\".wp-block-latest-comments .avatar\":false,\".wp-block-latest-comments__comment-avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"width:2.5em\"]],[false,{\".wp-block-latest-comments[class*=-font-size] a\":false,\".wp-block-latest-comments[data-amp-original-style*=font-size] a\":false},[\"font-size:inherit\"]],[false,{\".wp-block-latest-posts\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-latest-posts.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-latest-posts.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list\":false},[\"list-style:none\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list li\":false},[\"clear:both\",\"overflow-wrap:break-word\"]],[false,{\".wp-block-latest-posts.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-latest-posts.is-grid li\":false},[\"margin:0 1.25em 1.25em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-latest-posts.columns-2 li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-latest-posts.columns-2 li:nth-child(2n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-3 li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-latest-posts.columns-3 li:nth-child(3n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-4 li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-latest-posts.columns-4 li:nth-child(4n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-latest-posts.columns-5 li:nth-child(5n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-6 li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,{\".wp-block-latest-posts.columns-6 li:nth-child(6n)\":false},[\"margin-right:0\"]],[false,\"}\"],[true,{\":root :where(.wp-block-latest-posts.is-grid)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-latest-posts.wp-block-latest-posts__list)\":true},[\"padding-left:0\"]],[false,{\".wp-block-latest-posts__post-author\":false,\".wp-block-latest-posts__post-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-latest-posts__post-excerpt\":false,\".wp-block-latest-posts__post-full-content\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-latest-posts__featured-image a\":false},[\"display:inline-block\"]],[false,{\".wp-block-latest-posts__featured-image amp-img\":false,\".wp-block-latest-posts__featured-image amp-anim\":false},[\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".wp-block-latest-posts__featured-image.alignleft\":false},[\"float:left\",\"margin-right:1em\"]],[false,{\".wp-block-latest-posts__featured-image.alignright\":false},[\"float:right\",\"margin-left:1em\"]],[false,{\".wp-block-latest-posts__featured-image.aligncenter\":false},[\"margin-bottom:1em\",\"text-align:center\"]],[true,{\"ol\":true,\"ul\":true},[\"box-sizing:border-box\"]],[true,{\":root :where(.wp-block-list.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-loginout\":false,\".wp-block-media-text\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-media-text\":false},[\"direction:ltr\",\"display:grid\",\"grid-template-columns:50% 1fr\",\"grid-template-rows:auto\"]],[false,{\".wp-block-media-text.has-media-on-the-right\":false},[\"grid-template-columns:1fr 50%\"]],[false,{\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media\":false},[\"align-self:start\"]],[false,{\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media\":false,\".wp-block-media-text>.wp-block-media-text__content\":false,\".wp-block-media-text>.wp-block-media-text__media\":false},[\"align-self:center\"]],[false,{\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media\":false},[\"align-self:end\"]],[false,{\".wp-block-media-text>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\",\"margin:0\"]],[false,{\".wp-block-media-text>.wp-block-media-text__content\":false},[\"direction:ltr\",\"grid-column:2\",\"grid-row:1\",\"padding:0 8%\",\"word-break:break-word\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media\":false},[\"grid-column:2\",\"grid-row:1\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text__media a\":false},[\"display:block\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"height:auto\",\"max-width:unset\",\"vertical-align:middle\",\"width:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media\":false},[\"background-size:cover\",\"height:100%\",\"min-height:250px\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-anim\":false},[\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\",\"clip:rect(0,0,0,0)\",\"border:0\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media\":false},[\"height:100%\",\"min-height:250px\",\"position:relative\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-anim\":false},[\"height:100%\",\"object-fit:cover\",\"position:absolute\",\"width:100%\"]],[false,\"@media (max-width:600px){\"],[false,{\".wp-block-media-text.is-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"grid-template-columns:100%\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:2\"]],[false,\"}\"],[false,{\".wp-block-navigation\":false},[\"position:relative\",\"--navigation-layout-justification-setting:flex-start\",\"--navigation-layout-direction:row\",\"--navigation-layout-wrap:wrap\",\"--navigation-layout-justify:flex-start\",\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation ul\":false},[\"margin-bottom:0\",\"margin-left:0\",\"margin-top:0\",\"padding-left:0\"]],[false,{\".wp-block-navigation ul\":false,\".wp-block-navigation ul li\":false},[\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"align-items:center\",\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty\":false},[\"display:none\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content\":false},[\"display:block\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus\":false},[\"text-decoration:underline\"]],[false,{\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus\":false},[\"text-decoration:line-through\"]],[false,{\".wp-block-navigation :where(a)\":false,\".wp-block-navigation :where(a:active)\":false,\".wp-block-navigation :where(a:focus)\":false},[\"text-decoration:none\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon\":false},[\"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\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon svg\":false},[\"display:inline-block\",\"stroke:currentColor\",\"height:inherit\",\"margin-top:.075em\",\"width:inherit\"]],[false,{\".wp-block-navigation.is-vertical\":false},[\"--navigation-layout-direction:column\",\"--navigation-layout-justify:initial\",\"--navigation-layout-align:flex-start\"]],[false,{\".wp-block-navigation.no-wrap\":false},[\"--navigation-layout-wrap:nowrap\"]],[false,{\".wp-block-navigation.items-justified-center\":false},[\"--navigation-layout-justification-setting:center\",\"--navigation-layout-justify:center\"]],[false,{\".wp-block-navigation.items-justified-center.is-vertical\":false},[\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation.items-justified-right\":false},[\"--navigation-layout-justification-setting:flex-end\",\"--navigation-layout-justify:flex-end\"]],[false,{\".wp-block-navigation.items-justified-right.is-vertical\":false},[\"--navigation-layout-align:flex-end\"]],[false,{\".wp-block-navigation.items-justified-space-between\":false},[\"--navigation-layout-justification-setting:space-between\",\"--navigation-layout-justify:space-between\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"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%\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"transition:opacity .1s linear\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content\":false},[\"display:flex\",\"flex-grow:1\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon\":false},[\"margin-left:auto\",\"margin-right:0\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content\":false},[\"margin:0\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:-1px\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before\":false},[\"background:rgba(0,0,0,0)\",\"content:\\\"\\\"\",\"display:block\",\"height:100%\",\"position:absolute\",\"right:100%\",\"width:.5em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon\":false},[\"margin-right:.25em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg\":false},[\"transform:rotate(-90deg)\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container\":false},[\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:visible\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container\":false},[\"left:0\",\"top:100%\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:0\"]],[false,\"}\"],[false,{\".wp-block-navigation-submenu\":false},[\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg\":false},[\"stroke:currentColor\"]],[false,{\"button.wp-block-navigation-item__content\":false},[\"background-color:initial\",\"border:none\",\"color:currentColor\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-align:left\",\"text-transform:inherit\"]],[false,{\".wp-block-navigation-submenu__toggle\":false},[\"cursor:pointer\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle\":false},[\"padding-left:0\",\"padding-right:.85em\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon\":false},[\"margin-left:-.6em\",\"pointer-events:none\"]],[false,{\".wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle)\":false},[\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false,\".wp-block-navigation__container\":false,\".wp-block-navigation__responsive-close\":false,\".wp-block-navigation__responsive-container\":false,\".wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-dialog\":false},[\"gap:inherit\"]],[true,{\":where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button))\":true},[\"padding:.5em 1em\"]],[true,{\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content)\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content)\":true},[\"padding:.5em 1em\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container\":false},[\"left:auto\",\"right:0\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:-1px\",\"right:-1px\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:auto\",\"right:100%\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container\":false},[\"background-color:#fff\",\"border:1px solid rgba(0,0,0,.15)\"]],[false,{\".wp-block-navigation.has-background .wp-block-navigation__submenu-container\":false},[\"background-color:inherit\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__container\":false},[\"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\"]],[false,{\".wp-block-navigation__container .is-responsive\":false},[\"display:none\"]],[false,{\".wp-block-navigation__container:only-child\":false,\".wp-block-page-list:only-child\":false},[\"flex-grow:1\"]],[true,\"@keyframes overlay-menu__fade-in-animation{\"],[true,\"0%{opacity:0;transform:translateY(.5em)}\"],[true,\"to{opacity:1;transform:translateY(0)}\"],[true,\"}\"],[false,{\".wp-block-navigation__responsive-container\":false},[\"bottom:0\",\"display:none\",\"left:0\",\"position:fixed\",\"right:0\",\"top:0\"]],[false,{\".wp-block-navigation__responsive-container :where(.wp-block-navigation-item a)\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content\":false},[\"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)\"]],[false,{\".wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open):not(#_#_#_#_#_#_#_)\":false},[\"background-color:inherit\",\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"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),20rem)\",\"z-index:100000\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false},[\"align-items:var(--navigation-layout-justification-setting,inherit)\",\"display:flex\",\"flex-direction:column\",\"flex-wrap:nowrap\",\"overflow:visible\",\"padding-top:calc(2rem + 24px)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon\":false},[\"display:none\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container\":false},[\"border:none\",\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:initial\",\"padding-left:2rem\",\"padding-right:2rem\",\"position:static\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"gap:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"padding-top:var(--wp--style--block-gap,2em)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content\":false},[\"padding:0\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"align-items:var(--navigation-layout-justification-setting,initial)\",\"display:flex\",\"flex-direction:column\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list:not(#_#_#_#_#_#_#_)\":false},[\"background:rgba(0,0,0,0)\",\"color:inherit\"]],[false,{\".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\":false},[\"left:auto\",\"right:auto\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)\":false},[\"background-color:inherit\",\"display:block\",\"position:relative\",\"width:100%\",\"z-index:auto\"]],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close\":false},[\"display:none\"]],[false,{\".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\":false},[\"left:0\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"background-color:#fff\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__toggle_button_label\":false},[\"font-size:1rem\",\"font-weight:700\"]],[false,{\".wp-block-navigation__responsive-container-close\":false,\".wp-block-navigation__responsive-container-open\":false},[\"background:rgba(0,0,0,0)\",\"border:none\",\"color:currentColor\",\"cursor:pointer\",\"margin:0\",\"padding:0\",\"text-transform:inherit\",\"vertical-align:middle\"]],[false,{\".wp-block-navigation__responsive-container-close svg\":false,\".wp-block-navigation__responsive-container-open svg\":false},[\"fill:currentColor\",\"display:block\",\"height:24px\",\"pointer-events:none\",\"width:24px\"]],[false,{\".wp-block-navigation__responsive-container-open\":false},[\"display:flex\"]],[false,{\".wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container-open:not(.always-shown)\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container-close\":false},[\"position:absolute\",\"right:0\",\"top:0\",\"z-index:2\"]],[false,{\".wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,{\".wp-block-navigation__responsive-close\":false},[\"width:100%\"]],[false,{\".has-modal-open .wp-block-navigation__responsive-close\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:var(--wp--style--global--wide-size,100%)\"]],[false,{\".wp-block-navigation__responsive-close:focus\":false},[\"outline:none\"]],[false,{\".is-menu-open .wp-block-navigation__responsive-close\":false,\".is-menu-open .wp-block-navigation__responsive-container-content\":false,\".is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-navigation__responsive-dialog\":false},[\"position:relative\"]],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:46px\"]],[false,\"@media (min-width:782px){\"],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:32px\"]],[false,\"}\"],[false,{\"html.has-modal-open\":false},[\"overflow:hidden\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__label\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__description\":false},[\"display:none\"]],[false,{\".link-ui-tools\":false},[\"border-top:1px solid #f0f0f0\",\"padding:8px\"]],[false,{\".link-ui-block-inserter\":false},[\"padding-top:8px\"]],[false,{\".link-ui-block-inserter__back\":false},[\"margin-left:8px\",\"text-transform:uppercase\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false},[\"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)\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"background-color:inherit\"]],[false,{\".wp-block-page-list\":false},[\"box-sizing:border-box\"]],[false,{\".is-small-text\":false},[\"font-size:.875em\"]],[false,{\".is-regular-text\":false},[\"font-size:1em\"]],[false,{\".is-large-text\":false},[\"font-size:2.25em\"]],[false,{\".is-larger-text\":false},[\"font-size:3em\"]],[false,{\".has-drop-cap:not(:focus):first-letter\":false},[\"float:left\",\"font-size:8.4em\",\"font-style:normal\",\"font-weight:100\",\"line-height:.68\",\"margin:.05em .1em 0 0\",\"text-transform:uppercase\"]],[false,{\"body.rtl .has-drop-cap:not(:focus):first-letter\":false},[\"float:none\",\"margin-left:.1em\"]],[false,{\"p.has-drop-cap.has-background\":false},[\"overflow:hidden\"]],[true,{\":root :where(p.has-background)\":true},[\"padding:1.25em 2.375em\"]],[true,{\":where(p.has-text-color:not(.has-link-color)) a\":true},[\"color:inherit\"]],[false,{\"p.has-text-align-left[data-amp-original-style*=\\\"writing-mode:vertical-lr\\\"]\":false,\"p.has-text-align-right[data-amp-original-style*=\\\"writing-mode:vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-author\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-post-author__byline\":false},[\"font-size:.5em\",\"margin-bottom:0\",\"margin-top:0\",\"width:100%\"]],[false,{\".wp-block-post-author__avatar\":false},[\"margin-right:1em\"]],[false,{\".wp-block-post-author__bio\":false},[\"font-size:.7em\",\"margin-bottom:.7em\"]],[false,{\".wp-block-post-author__content\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-post-author__name\":false},[\"margin:0\"]],[false,{\".wp-block-post-author-biography\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-comments-form) input:not([type=submit])\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[true,{\":where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox]))\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"padding:calc(.667em + 2px)\"]],[false,{\".wp-block-post-comments-form\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-weight] :where(.comment-reply-title)\":false},[\"font-weight:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-family] :where(.comment-reply-title)\":false},[\"font-family:inherit\"]],[false,{\".wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title)\":false,\".wp-block-post-comments-form[data-amp-original-style*=font-size] :where(.comment-reply-title)\":false},[\"font-size:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=line-height] :where(.comment-reply-title)\":false},[\"line-height:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-style] :where(.comment-reply-title)\":false},[\"font-style:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=letter-spacing] :where(.comment-reply-title)\":false},[\"letter-spacing:inherit\"]],[false,{\".wp-block-post-comments-form :where(input[type=submit])\":false},[\"box-shadow:none\",\"cursor:pointer\",\"display:inline-block\",\"overflow-wrap:break-word\",\"text-align:center\"]],[false,{\".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden])\":false,\".wp-block-post-comments-form .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments-form .comment-form-author label\":false,\".wp-block-post-comments-form .comment-form-email label\":false,\".wp-block-post-comments-form .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments-form .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments-form .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments-count\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-content\":false},[\"display:flow-root\"]],[false,{\".wp-block-post-comments-link\":false,\".wp-block-post-date\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-excerpt)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__excerpt\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-post-excerpt__more-text\":false},[\"margin-bottom:0\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__more-link\":false},[\"display:inline-block\"]],[false,{\".wp-block-post-featured-image\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".wp-block-post-featured-image a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-post-featured-image :where(amp-img)\":false,\".wp-block-post-featured-image :where(amp-anim)\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\",\"width:100%\"]],[false,{\".wp-block-post-featured-image.alignfull amp-img\":false,\".wp-block-post-featured-image.alignfull amp-anim\":false,\".wp-block-post-featured-image.alignwide amp-img\":false,\".wp-block-post-featured-image.alignwide amp-anim\":false},[\"width:100%\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim\":false},[\"background-color:#000\",\"inset:0\",\"position:absolute\"]],[false,{\".wp-block-post-featured-image\":false},[\"position:relative\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-post-featured-image:where(.alignleft,.alignright)\":false},[\"width:100%\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link.has-text-align-left[data-amp-original-style*=\\\"writing-mode: vertical-lr\\\"]\":false,\".wp-block-post-navigation-link.has-text-align-right[data-amp-original-style*=\\\"writing-mode: vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-terms\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-terms .wp-block-post-terms__separator\":false},[\"white-space:pre-wrap\"]],[false,{\".wp-block-post-time-to-read\":false,\".wp-block-post-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-title\":false},[\"word-break:break-word\"]],[false,{\".wp-block-post-title :where(a)\":false},[\"display:inline-block\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-post-author-name\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-preformatted\":false},[\"box-sizing:border-box\",\"white-space:pre-wrap\"]],[true,{\":where(.wp-block-preformatted.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-pullquote\":false},[\"box-sizing:border-box\",\"margin:0 0 1em\",\"overflow-wrap:break-word\",\"padding:4em 0\",\"text-align:center\"]],[false,{\".wp-block-pullquote blockquote\":false,\".wp-block-pullquote cite\":false,\".wp-block-pullquote p\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote blockquote\":false},[\"margin:0\"]],[false,{\".wp-block-pullquote p\":false},[\"margin-top:0\"]],[false,{\".wp-block-pullquote p:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-pullquote.alignleft\":false,\".wp-block-pullquote.alignright\":false},[\"max-width:420px\"]],[false,{\".wp-block-pullquote cite\":false,\".wp-block-pullquote footer\":false},[\"position:relative\"]],[false,{\".wp-block-pullquote .has-text-color a\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote.has-text-align-left blockquote\":false},[\"text-align:left\"]],[false,{\".wp-block-pullquote.has-text-align-right blockquote\":false},[\"text-align:right\"]],[false,{\".wp-block-pullquote.has-text-align-center blockquote\":false},[\"text-align:center\"]],[false,{\".wp-block-pullquote.is-style-solid-color\":false},[\"border:none\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:60%\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote p\":false},[\"font-size:2em\",\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote cite\":false},[\"font-style:normal\",\"text-transform:none\"]],[false,{\".wp-block-pullquote cite\":false},[\"color:inherit\",\"display:block\"]],[false,{\".wp-block-post-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"margin-top:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-post-template.is-flex-container\":false},[\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"gap:1.25em\"]],[false,{\".wp-block-post-template.is-flex-container>li\":false},[\"margin:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-2>li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-3>li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-4>li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-5>li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-6>li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,\"}\"],[false,\"@media (max-width:600px){\"],[false,{\".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\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignright\":false,\".wp-block-post-template-is-layout-flow>li>.alignright\":false},[\"float:right\",\"margin-inline-end:0\",\"margin-inline-start:2em\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignleft\":false,\".wp-block-post-template-is-layout-flow>li>.alignleft\":false},[\"float:left\",\"margin-inline-end:2em\",\"margin-inline-start:0\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.aligncenter\":false,\".wp-block-post-template-is-layout-flow>li>.aligncenter\":false},[\"margin-inline-end:auto\",\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type\":false},[\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child\":false},[\"margin-inline-end:auto\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-query-title\":false,\".wp-block-query-total\":false,\".wp-block-quote\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-quote\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain))\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain))\":false},[\"margin-bottom:1em\",\"padding:0 1em\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) p\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) p\":false},[\"font-size:1.5em\",\"font-style:italic\",\"line-height:1.6\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-large:where(:not(.is-style-plain)) footer\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer\":false},[\"font-size:1.125em\",\"text-align:right\"]],[false,{\".wp-block-quote>cite\":false},[\"display:block\"]],[false,{\".wp-block-read-more\":false},[\"display:block\",\"width:fit-content\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration]))\":false},[\"text-decoration:none\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):active\":false,\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):focus\":false},[\"text-decoration:none\"]],[false,{\"ul.wp-block-rss.alignleft\":false},[\"margin-right:2em\"]],[false,{\"ul.wp-block-rss.alignright\":false},[\"margin-left:2em\"]],[false,{\"ul.wp-block-rss.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\",\"padding:0\"]],[false,{\"ul.wp-block-rss.is-grid li\":false},[\"margin:0 1em 1em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\"ul.wp-block-rss.columns-2 li\":false},[\"width:calc(50% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-3 li\":false},[\"width:calc(33.33333% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-4 li\":false},[\"width:calc(25% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-6 li\":false},[\"width:calc(16.66667% - 1em)\"]],[false,\"}\"],[false,{\".wp-block-rss__item-author\":false,\".wp-block-rss__item-publish-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-rss\":false},[\"box-sizing:border-box\",\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-search__button\":false},[\"margin-left:10px\",\"word-break:normal\"]],[false,{\".wp-block-search__button.has-icon\":false},[\"line-height:0\"]],[false,{\".wp-block-search__button svg\":false},[\"height:1.25em\",\"min-height:24px\",\"min-width:24px\",\"width:1.25em\",\"fill:currentColor\",\"vertical-align:text-bottom\"]],[true,{\":where(.wp-block-search__button)\":true},[\"border:1px solid #ccc\",\"padding:6px 10px\"]],[false,{\".wp-block-search__inside-wrapper\":false},[\"display:flex\",\"flex:auto\",\"flex-wrap:nowrap\",\"max-width:100%\"]],[false,{\".wp-block-search__label\":false},[\"width:100%\"]],[false,{\".wp-block-search__input\":false},[\"appearance:none\",\"border:1px solid #949494\",\"flex-grow:1\",\"margin-left:0\",\"margin-right:0\",\"min-width:3rem\",\"padding:8px\"]],[false,{\".wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"text-decoration:unset\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-shrink:0\",\"justify-content:center\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"transition-property:width\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:not(#_#_#_#_#_#_#_)\":false},[\"min-width:0\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__input\":false},[\"flex-basis:100%\",\"transition-duration:.3s\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden\":false,\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper\":false},[\"overflow:hidden\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input\":false},[\"flex-basis:0\",\"flex-grow:0\",\"margin:0\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"border-left-width:0\",\"border-right-width:0\",\"min-width:0\",\"padding-left:0\",\"padding-right:0\",\"width:0\"]],[true,{\":where(.wp-block-search__input)\":true},[\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-transform:inherit\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)\":true},[\"border:1px solid #949494\",\"box-sizing:border-box\",\"padding:4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input\":false},[\"border:none\",\"border-radius:0\",\"padding:0 4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus\":false},[\"outline:none\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button)\":true},[\"padding:4px 8px\"]],[false,{\".wp-block-search.aligncenter .wp-block-search__inside-wrapper\":false},[\"margin:auto\"]],[false,{\".wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"float:right\"]],[false,{\".wp-block-separator\":false},[\"border:none\",\"border-top:2px solid\"]],[true,{\":root :where(.wp-block-separator.is-style-dots)\":true},[\"height:auto\",\"line-height:1\",\"text-align:center\"]],[true,{\":root :where(.wp-block-separator.is-style-dots):before\":true},[\"color:currentColor\",\"content:\\\"\\u00b7\\u00b7\\u00b7\\\"\",\"font-family:serif\",\"font-size:1.5em\",\"letter-spacing:2em\",\"padding-left:2em\"]],[false,{\".wp-block-separator.is-style-dots:not(#_#_#_#_#_#_#_)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-block-site-logo\":false},[\"box-sizing:border-box\",\"line-height:0\"]],[false,{\".wp-block-site-logo a\":false},[\"display:inline-block\",\"line-height:0\"]],[false,{\".wp-block-site-logo.is-default-size amp-img\":false,\".wp-block-site-logo.is-default-size amp-anim\":false},[\"height:auto\",\"width:120px\"]],[false,{\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"height:auto\",\"max-width:100%\"]],[false,{\".wp-block-site-logo a\":false,\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-site-logo.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"text-align:center\"]],[true,{\":root :where(.wp-block-site-logo.is-style-rounded)\":true},[\"border-radius:9999px\"]],[false,{\".wp-block-site-tagline\":false,\".wp-block-site-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-site-title :where(a)\":false},[\"color:inherit\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-social-links\":false},[\"background:none\",\"box-sizing:border-box\",\"margin-left:0\",\"padding-left:0\",\"padding-right:0\",\"text-indent:0\"]],[false,{\".wp-block-social-links .wp-social-link a\":false,\".wp-block-social-links .wp-social-link a:hover\":false},[\"border-bottom:0\",\"box-shadow:none\",\"text-decoration:none\"]],[false,{\".wp-block-social-links .wp-social-link svg\":false},[\"height:1em\",\"width:1em\"]],[false,{\".wp-block-social-links .wp-social-link span:not(.screen-reader-text)\":false},[\"font-size:.65em\",\"margin-left:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-social-links.has-small-icon-size\":false},[\"font-size:16px\"]],[false,{\".wp-block-social-links\":false,\".wp-block-social-links.has-normal-icon-size\":false},[\"font-size:24px\"]],[false,{\".wp-block-social-links.has-large-icon-size\":false},[\"font-size:36px\"]],[false,{\".wp-block-social-links.has-huge-icon-size\":false},[\"font-size:48px\"]],[false,{\".wp-block-social-links.aligncenter\":false},[\"display:flex\",\"justify-content:center\"]],[false,{\".wp-block-social-links.alignright\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-social-link\":false},[\"border-radius:9999px\",\"display:block\",\"height:auto\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-social-link\":false},[\"transition:transform .1s ease\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\"]],[false,{\".wp-block-social-link:hover\":false},[\"transform:scale(1.1)\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited\":false},[\"color:currentColor\",\"fill:currentColor\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link\":false},[\"background-color:#f0f0f0\",\"color:#444\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon\":false},[\"background-color:#f90\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp\":false},[\"background-color:#1ea0c3\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance\":false},[\"background-color:#0757fe\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky\":false},[\"background-color:#0a7aff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen\":false},[\"background-color:#1e1f26\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart\":false},[\"background-color:#02e49b\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord\":false},[\"background-color:#5865f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble\":false},[\"background-color:#e94c89\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox\":false},[\"background-color:#4280ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy\":false},[\"background-color:#f45800\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook\":false},[\"background-color:#0866ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr\":false},[\"background-color:#0461dd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare\":false},[\"background-color:#e65678\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github\":false},[\"background-color:#24292d\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads\":false},[\"background-color:#eceadd\",\"color:#382110\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google\":false},[\"background-color:#ea4434\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar\":false},[\"background-color:#1d4fc4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram\":false},[\"background-color:#f00075\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm\":false},[\"background-color:#e21b24\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin\":false},[\"background-color:#0d66c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon\":false},[\"background-color:#3288d4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup\":false},[\"background-color:#f6405f\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest\":false},[\"background-color:#e60122\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket\":false},[\"background-color:#ef4155\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit\":false},[\"background-color:#ff4500\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype\":false},[\"background-color:#0478d7\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat\":false},[\"background-color:#fefc00\",\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud\":false},[\"background-color:#ff5600\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify\":false},[\"background-color:#1bd760\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram\":false},[\"background-color:#2aabee\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr\":false},[\"background-color:#011835\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch\":false},[\"background-color:#6440a4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter\":false},[\"background-color:#1da1f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo\":false},[\"background-color:#1eb7ea\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk\":false},[\"background-color:#4680c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress\":false},[\"background-color:#3499cd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp\":false},[\"background-color:#25d366\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp\":false},[\"background-color:#d32422\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube\":false},[\"background-color:red\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link\":false},[\"background:none\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg\":false},[\"height:1.25em\",\"width:1.25em\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon\":false},[\"color:#f90\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp\":false},[\"color:#1ea0c3\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance\":false},[\"color:#0757fe\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky\":false},[\"color:#0a7aff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen\":false},[\"color:#1e1f26\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart\":false},[\"color:#02e49b\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord\":false},[\"color:#5865f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble\":false},[\"color:#e94c89\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox\":false},[\"color:#4280ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy\":false},[\"color:#f45800\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook\":false},[\"color:#0866ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr\":false},[\"color:#0461dd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare\":false},[\"color:#e65678\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github\":false},[\"color:#24292d\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads\":false},[\"color:#382110\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google\":false},[\"color:#ea4434\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar\":false},[\"color:#1d4fc4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram\":false},[\"color:#f00075\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm\":false},[\"color:#e21b24\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin\":false},[\"color:#0d66c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon\":false},[\"color:#3288d4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup\":false},[\"color:#f6405f\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest\":false},[\"color:#e60122\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket\":false},[\"color:#ef4155\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit\":false},[\"color:#ff4500\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype\":false},[\"color:#0478d7\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat\":false},[\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud\":false},[\"color:#ff5600\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify\":false},[\"color:#1bd760\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram\":false},[\"color:#2aabee\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr\":false},[\"color:#011835\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch\":false},[\"color:#6440a4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter\":false},[\"color:#1da1f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo\":false},[\"color:#1eb7ea\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk\":false},[\"color:#4680c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp\":false},[\"color:#25d366\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress\":false},[\"color:#3499cd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp\":false},[\"color:#d32422\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube\":false},[\"color:red\"]],[false,{\".wp-block-social-links.is-style-pill-shape .wp-social-link\":false},[\"width:auto\"]],[true,{\":root :where(.wp-block-social-links .wp-social-link a)\":true},[\"padding:.25em\"]],[true,{\":root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a)\":true},[\"padding-left:.6666666667em\",\"padding-right:.6666666667em\"]],[false,{\".wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label\":false},[\"color:#000\"]],[false,{\".wp-block-spacer\":false},[\"clear:both\"]],[false,{\".wp-block-tag-cloud\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-tag-cloud.aligncenter\":false},[\"justify-content:center\",\"text-align:center\"]],[false,{\".wp-block-tag-cloud.alignfull\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".wp-block-tag-cloud a\":false},[\"display:inline-block\",\"margin-right:5px\"]],[false,{\".wp-block-tag-cloud span\":false},[\"display:inline-block\",\"margin-left:5px\",\"text-decoration:none\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline)\":true},[\"display:flex\",\"flex-wrap:wrap\",\"gap:1ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a)\":true},[\"border:1px solid\",\"margin-right:0\",\"padding:1ch 2ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_)\":true},[\"font-size:unset\",\"text-decoration:none\"]],[false,{\".wp-block-table\":false},[\"overflow-x:auto\"]],[false,{\".wp-block-table table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-table thead\":false},[\"border-bottom:3px solid\"]],[false,{\".wp-block-table tfoot\":false},[\"border-top:3px solid\"]],[false,{\".wp-block-table td\":false,\".wp-block-table th\":false},[\"border:1px solid\",\"padding:.5em\"]],[false,{\".wp-block-table .has-fixed-layout\":false},[\"table-layout:fixed\",\"width:100%\"]],[false,{\".wp-block-table .has-fixed-layout td\":false,\".wp-block-table .has-fixed-layout th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table.aligncenter\":false,\".wp-block-table.alignleft\":false,\".wp-block-table.alignright\":false},[\"display:table\",\"width:auto\"]],[false,{\".wp-block-table.aligncenter td\":false,\".wp-block-table.aligncenter th\":false,\".wp-block-table.alignleft td\":false,\".wp-block-table.alignleft th\":false,\".wp-block-table.alignright td\":false,\".wp-block-table.alignright th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table .has-subtle-light-gray-background-color\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table .has-subtle-pale-green-background-color\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table .has-subtle-pale-blue-background-color\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table .has-subtle-pale-pink-background-color\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes\":false},[\"background-color:initial\",\"border-bottom:1px solid #f0f0f0\",\"border-collapse:inherit\",\"border-spacing:0\"]],[false,{\".wp-block-table.is-style-stripes tbody tr:nth-child(odd)\":false},[\"background-color:#f0f0f0\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes td\":false,\".wp-block-table.is-style-stripes th\":false},[\"border-color:rgba(0,0,0,0)\"]],[false,{\".wp-block-table .has-border-color td\":false,\".wp-block-table .has-border-color th\":false,\".wp-block-table .has-border-color tr\":false,\".wp-block-table .has-border-color>*\":false},[\"border-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child th\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* th\":false},[\"border-top-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:not(:first-child)\":false},[\"border-top-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-right-color] td:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-right-color]>*\":false},[\"border-right-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child th\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* th\":false},[\"border-bottom-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:not(:last-child)\":false},[\"border-bottom-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-left-color] td:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-left-color]>*\":false},[\"border-left-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-style] td\":false,\".wp-block-table table[data-amp-original-style*=border-style] th\":false,\".wp-block-table table[data-amp-original-style*=border-style] tr\":false,\".wp-block-table table[data-amp-original-style*=border-style]>*\":false},[\"border-style:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-width] td\":false,\".wp-block-table table[data-amp-original-style*=border-width] th\":false,\".wp-block-table table[data-amp-original-style*=border-width] tr\":false,\".wp-block-table table[data-amp-original-style*=border-width]>*\":false},[\"border-style:inherit\",\"border-width:inherit\"]],[true,{\":root :where(.wp-block-table-of-contents)\":true},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-term-description)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-term-description p\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-text-columns\":false,\".wp-block-text-columns.aligncenter\":false},[\"display:flex\"]],[false,{\".wp-block-text-columns .wp-block-column\":false},[\"margin:0 1em\",\"padding:0\"]],[false,{\".wp-block-text-columns .wp-block-column:first-child\":false},[\"margin-left:0\"]],[false,{\".wp-block-text-columns .wp-block-column:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-text-columns.columns-2 .wp-block-column\":false},[\"width:50%\"]],[false,{\".wp-block-text-columns.columns-3 .wp-block-column\":false},[\"width:33.3333333333%\"]],[false,{\".wp-block-text-columns.columns-4 .wp-block-column\":false},[\"width:25%\"]],[false,{\"pre.wp-block-verse\":false},[\"overflow:auto\",\"white-space:pre-wrap\"]],[true,{\":where(pre.wp-block-verse)\":true},[\"font-family:inherit\"]],[false,{\".wp-block-video\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"vertical-align:middle\",\"width:100%\"]],[false,\"@supports (position:sticky){\"],[false,{\".wp-block-video [poster]\":false},[\"object-fit:cover\"]],[false,\"}\"],[false,{\".wp-block-video.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-video :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".editor-styles-wrapper\":false,\".entry-content\":false},[\"counter-reset:footnotes\"]],[false,{\"a[data-fn].fn\":false},[\"counter-increment:footnotes\",\"display:inline-flex\",\"font-size:smaller\",\"text-decoration:none\",\"text-indent:-9999999px\",\"vertical-align:super\"]],[false,{\"a[data-fn].fn:after\":false},[\"content:\\\"[\\\" counter(footnotes) \\\"]\\\"\",\"float:left\",\"text-indent:0\"]],[false,{\".wp-element-button\":false},[\"cursor:pointer\"]],[true,{\":root\":true},[\"--wp--preset--font-size--normal:16px\",\"--wp--preset--font-size--huge:42px\"]],[false,{\":root .has-very-light-gray-background-color\":false},[\"background-color:#eee\"]],[false,{\":root .has-very-dark-gray-background-color\":false},[\"background-color:#313131\"]],[false,{\":root .has-very-light-gray-color\":false},[\"color:#eee\"]],[false,{\":root .has-very-dark-gray-color\":false},[\"color:#313131\"]],[false,{\":root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\":false},[\"background:linear-gradient(135deg,#00d084,#0693e3)\"]],[false,{\":root .has-purple-crush-gradient-background\":false},[\"background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)\"]],[false,{\":root .has-hazy-dawn-gradient-background\":false},[\"background:linear-gradient(135deg,#faaca8,#dad0ec)\"]],[false,{\":root .has-subdued-olive-gradient-background\":false},[\"background:linear-gradient(135deg,#fafae1,#67a671)\"]],[false,{\":root .has-atomic-cream-gradient-background\":false},[\"background:linear-gradient(135deg,#fdd79a,#004a59)\"]],[false,{\":root .has-nightshade-gradient-background\":false},[\"background:linear-gradient(135deg,#330968,#31cdcf)\"]],[false,{\":root .has-midnight-gradient-background\":false},[\"background:linear-gradient(135deg,#020381,#2874fc)\"]],[false,{\".has-regular-font-size\":false},[\"font-size:1em\"]],[false,{\".has-larger-font-size\":false},[\"font-size:2.625em\"]],[false,{\".has-normal-font-size\":false},[\"font-size:var(--wp--preset--font-size--normal)\"]],[false,{\".has-huge-font-size\":false},[\"font-size:var(--wp--preset--font-size--huge)\"]],[false,{\".has-text-align-center\":false},[\"text-align:center\"]],[false,{\".has-text-align-left\":false},[\"text-align:left\"]],[false,{\".has-text-align-right\":false},[\"text-align:right\"]],[false,{\"#end-resizable-editor-section\":false},[\"display:none\"]],[false,{\".aligncenter\":false},[\"clear:both\"]],[false,{\".items-justified-left\":false},[\"justify-content:flex-start\"]],[false,{\".items-justified-center\":false},[\"justify-content:center\"]],[false,{\".items-justified-right\":false},[\"justify-content:flex-end\"]],[false,{\".items-justified-space-between\":false},[\"justify-content:space-between\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip-path:inset(50%)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#ddd\",\"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\"]],[true,{\"html :where(.has-border-color)\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-color])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-color])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-color])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-color])\":true},[\"border-left-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-width])\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-width])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-width])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-width])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-width])\":true},[\"border-left-style:solid\"]],[true,{\"html :where(amp-img[class*=wp-image-])\":true,\"html :where(amp-anim[class*=wp-image-])\":true},[\"height:auto\",\"max-width:100%\"]],[true,{\":where(figure)\":true},[\"margin:0 0 1em\"]],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)\"]],[true,\"@media screen and (max-width:600px){\"],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:0px\"]],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":13983,\"final_size\":3948,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"31c790db6ae2bf95e874b636534a6fa7\",\"parse_time\":0.023661136627197266,\"shake_time\":0.00011110305786132812,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\":root\":true},[\"--wp--preset--aspect-ratio--square:1\",\"--wp--preset--aspect-ratio--4-3:4\\/3\",\"--wp--preset--aspect-ratio--3-4:3\\/4\",\"--wp--preset--aspect-ratio--3-2:3\\/2\",\"--wp--preset--aspect-ratio--2-3:2\\/3\",\"--wp--preset--aspect-ratio--16-9:16\\/9\",\"--wp--preset--aspect-ratio--9-16:9\\/16\",\"--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--ast-global-color-0:var(--ast-global-color-0)\",\"--wp--preset--color--ast-global-color-1:var(--ast-global-color-1)\",\"--wp--preset--color--ast-global-color-2:var(--ast-global-color-2)\",\"--wp--preset--color--ast-global-color-3:var(--ast-global-color-3)\",\"--wp--preset--color--ast-global-color-4:var(--ast-global-color-4)\",\"--wp--preset--color--ast-global-color-5:var(--ast-global-color-5)\",\"--wp--preset--color--ast-global-color-6:var(--ast-global-color-6)\",\"--wp--preset--color--ast-global-color-7:var(--ast-global-color-7)\",\"--wp--preset--color--ast-global-color-8:var(--ast-global-color-8)\",\"--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:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--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)\"]],[true,{\":root\":true},[\"--wp--style--global--content-size:var(--ast-content-width-size)\",\"--wp--style--global--wide-size:1200px\"]],[true,{\":where(body)\":true},[\"margin:0\"]],[false,{\".wp-site-blocks > .alignleft\":false},[\"float:left\",\"margin-right:2em\"]],[false,{\".wp-site-blocks > .alignright\":false},[\"float:right\",\"margin-left:2em\"]],[false,{\".wp-site-blocks > .aligncenter\":false},[\"justify-content:center\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[true,{\":where(.is-layout-grid)\":true},[\"gap:.5em\"]],[false,{\".is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\".is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".is-layout-flex > :is(*, div)\":false},[\"margin:0\"]],[false,{\"body .is-layout-grid\":false},[\"display:grid\"]],[false,{\".is-layout-grid > :is(*, div)\":false},[\"margin:0\"]],[true,{\"body\":true},[\"padding-top:0px\",\"padding-right:0px\",\"padding-bottom:0px\",\"padding-left:0px\"]],[true,{\"a:where(:not(.wp-element-button))\":true},[\"text-decoration:underline\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[true,{\":where(.wp-block-post-template.is-layout-flex)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-post-template.is-layout-grid)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[true,{\":where(.wp-block-columns.is-layout-grid)\":true},[\"gap:2em\"]],[true,{\":root :where(.wp-block-pullquote)\":true},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":18906,\"final_size\":889,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"56fd5df6a4607622d63ca8539d231c32\",\"parse_time\":0.18002700805664062,\"shake_time\":0.0004229545593261719,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow-x:hidden\"]],[true,{\"html:not([amp4ads]):not(#_#_#_#_#_#_#_#_)\":true,\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"height:auto\"]],[true,{\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"margin:0\"]],[true,{\"body\":true},[\"-webkit-text-size-adjust:100%\",\"-moz-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\",\"text-size-adjust:100%\"]],[false,{\"amp-instagram\":false},[\"background-color:#fff\"]],[false,{\"amp-instagram:not(#_#_#_#_#_#_#_#_)\":false},[\"padding:54px 0px 0px\"]],[false,{\"amp-iframe iframe:not(#_#_#_#_#_#_#_#_)\":false},[\"box-sizing:border-box\"]],[false,{\"[amp-access][amp-access-hide]\":false},[\"display:none\"]],[false,{\"[subscriptions-dialog]:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-experiment\":false,\"amp-live-list>[update]\":false},[\"display:none\"]],[false,{\"amp-list [fetch-error]\":false,\"amp-list[load-more] [load-more-button]\":false,\"amp-list[load-more] [load-more-end]\":false,\"amp-list[load-more] [load-more-failed]\":false,\"amp-list[load-more] [load-more-loading]\":false},[\"display:none\"]],[false,{\"amp-list[diffable] div[role=list]\":false},[\"display:block\"]],[false,{\"amp-story-page:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"min-height:1px\",\"display:block\",\"height:100%\",\"margin:0\",\"padding:0\",\"overflow:hidden\",\"width:100%\"]],[false,{\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"background-color:#000\",\"position:relative\"]],[false,{\"amp-story-page\":false},[\"background-color:#757575\"]],[false,{\"amp-story .amp-active>div:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-story-page:not(:first-of-type):not([distance]):not([active]):not(#_#_#_#_#_#_#_#_)\":false},[\"transform:translateY(1000vh)\"]],[false,{\"amp-autocomplete:not(#_#_#_#_#_#_#_#_)\":false},[\"position:relative\",\"display:inline-block\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"padding:.5rem\",\"border:1px solid rgba(0,0,0,.33)\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"font-size:1rem\",\"line-height:1.5rem\"]],[false,{\"[amp-fx^=fly-in]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]\":false,\"amp-script[sandboxed]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]:not(#_#_#_#_#_#_#_#_)\":false,\"amp-script[sandboxed]:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[true,{\"[hidden]:not(#_#_#_#_#_#_#_)\":true},[\"display:none\"]],[true,{\"[layout=container]\":true},[\"display:block\",\"position:relative\"]],[true,{\"body noscript>*\":true},[\"display:block\",\"position:absolute\",\"top:0\",\"left:0\",\"bottom:0\",\"right:0\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow:hidden\"]],[true,{\"body noscript>*\":true},[\"width:100%\",\"height:100%\",\"z-index:2\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"position:absolute\"]],[true,{\"body noscript:not(#_#_#_#_#_#_#_#_)\":true},[\"display:inline\"]],[false,\"@supports (aspect-ratio:1\\/1){}\"],[false,{\"i-amp-scroll-container\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\",\"display:block\"]],[false,{\"i-amp-scroll-container.amp-active\":false},[\"overflow:auto\",\"-webkit-overflow-scrolling:touch\"]],[false,{\"template:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\".amp-border-box\":false,\".amp-border-box *\":false,\".amp-border-box :after\":false,\".amp-border-box :before\":false},[\"box-sizing:border-box\"]],[false,{\"amp-pixel:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-analytics\":false,\"amp-auto-ads\":false,\"amp-story-auto-ads\":false},[\"visibility:hidden\"]],[false,{\"amp-analytics:not(#_#_#_#_#_#_#_#_)\":false,\"amp-auto-ads:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story-auto-ads:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[false,{\"[visible-when-invalid]:not(.visible)\":false,\"form [submit-error]\":false,\"form [submit-success]\":false,\"form [submitting]\":false},[\"display:none\"]],[false,{\"amp-accordion:not(#_#_#_#_#_#_#_#_)\":false},[\"display:block\"]],[true,\"@media (min-width:1px){\"],[true,{\":where(amp-accordion>section)>:first-child\":true},[\"margin:0\",\"background-color:#efefef\",\"padding-right:20px\",\"border:1px solid #dfdfdf\"]],[true,{\":where(amp-accordion>section)>:last-child\":true},[\"margin:0\"]],[true,\"}\"],[false,{\"amp-accordion>section:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\"]],[false,{\"amp-accordion>section>*:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\",\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"amp-accordion\":false,\"amp-accordion>section\":false},[\"margin:0\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":38885,\"final_size\":16645,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"57e5701f0a3e0b4437f92e97599f1f36\",\"parse_time\":0.0514369010925293,\"shake_time\":0.00038909912109375,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"webfonts\\/digital_sans_ef_medium.woff2\",\"webfonts\\/advanced_dot_digital7.eot\",\"webfonts\\/fa-brands-400.eot#iefix\",\"webfonts\\/fa-regular-400.eot#iefix\",\"webfonts\\/fa-solid-900.eot#iefix\",\"webfonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"font-size:14px\",\"line-height:1.5\",\"letter-spacing:.1px\",\"color:#fff\",\"background:#020000\",\"font-family:\\\"digital_sans_ef_medium\\\"\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false},[\"color:#11a54f\",\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:30px\"]],[true,{\"h2\":true},[\"font-size:27px\"]],[false,{\"h3\":false},[\"font-size:23px\"]],[true,{\"*\":true},[\"-webkit-box-sizing:border-box\",\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true},[\"color:#11a54f\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#11a54f\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"width:100%\",\"height:100%\",\"pointer-events:none\"]],[true,{\"a amp-img\":true,\"a amp-anim\":true},[\"pointer-events:visible\"]],[false,{\".entry-content ol li\":false},[\"list-style:decimal\",\"padding:5px 0px\",\"display:list-item\",\"float:none\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"digital_sans_ef_medium\\\";src:url(\\\"webfonts\\/digital_sans_ef_medium.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/digital_sans_ef_medium.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}@font-face{font-family:\\\"advanced_dot_digital7\\\";src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\");src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/advanced_dot_digital7.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.svg#advanced_dot_digital7\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Brands\\\";font-style:normal;font-weight:normal;font-display:auto;src:url(\\\"webfonts\\/fa-brands-400.eot\\\");src:url(\\\"webfonts\\/fa-brands-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-brands-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-brands-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-brands-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-brands-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:400;font-display:auto;src:url(\\\"webfonts\\/fa-regular-400.eot\\\");src:url(\\\"webfonts\\/fa-regular-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-regular-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-regular-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-regular-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-regular-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:900;font-display:auto;src:url(\\\"webfonts\\/fa-solid-900.eot\\\");src:url(\\\"webfonts\\/fa-solid-900.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-solid-900.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-solid-900.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-solid-900.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-solid-900.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"webfonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:18px\",\"background-repeat:no-repeat\"]],[true,{\".svg-beranda\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-beranda.png\\\")\"]],[true,{\".svg-content\":true},[\"display:inline-block\",\"width:25px\",\"height:20px\",\"background-size:21px\",\"background-repeat:no-repeat\"]],[true,{\".svg-sport\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/hot-games.png\\\")\"]],[true,{\".header\":true},[\"width:100%\",\"z-index:999999\",\"position:fixed\",\"background:#191919\"]],[true,{\".top-left\":true},[\"float:left\",\"width:27%\",\"display:flex\",\"justify-content:flex-start\"]],[true,{\".top-right\":true},[\"line-height:1.2\",\"font-size:11px\",\"float:right\",\"width:70%\"]],[true,{\".site-logo\":true},[\"float:left\",\"top:12px\",\"left:0px\",\"width:24%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:200px\"]],[true,{\".nav-bar\":true},[\"background-color:(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #2b2b2b\"]],[true,{\".sticky\":true},[\"height:127px\"]],[true,{\".main\":true},[\"background:#191919\"]],[true,{\".slide\":true},[\"margin-bottom:17px\"]],[true,{\".jackpot amp-img\":true,\".jackpot amp-anim\":true},[\"margin-left:auto\",\"margin-right:auto\",\"display:block\",\"border-radius:9px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\",\"overflow:hidden\"]],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-wrap:wrap\",\"flex-wrap:wrap\"]],[true,{\".col-sm-2\":true},[\"flex:0 0 15.9%\",\"max-width:15.9%\",\"margin:5px 4px\",\"justify-content:center\",\"align-content:center\"]],[true,{\".col-sm-12\":true},[\"-ms-flex:0 0 100%\",\"flex:0 0 100%\",\"max-width:100%\"]],[true,{\".col-title\":true},[\"padding:9px 0px\",\"position:absolute\",\"top:-14px\",\"left:21px\",\"z-index:2\",\"background:#101013\"]],[true,{\".col-border\":true},[\"border:1px solid #333\",\"border-radius:7px\",\"margin:5px auto\",\"padding:18px\"]],[true,{\".payment .col-sm-12\":true},[\"margin:10px auto\"]],[false,{\".post-taxonomies\":false},[\"padding:20px 0\"]],[false,{\".post-taxonomies .container\":false},[\"border-bottom:1px solid #333\"]],[false,{\".tags-title\":false},[\"font-size:19px\"]],[false,{\".tags-title\":false,\".tags-links\":false},[\"text-align:center\",\"padding:10px 0\"]],[false,{\".tags-links a\":false},[\"background:#503000\",\"display:inline-block\",\"border-radius:8px\",\"padding:15px 20px\",\"color:#fff\"]],[true,{\".main-menu i\":true},[\"display:block\",\"margin:auto\",\"width:30px\",\"height:30px\",\"background-size:26px\"]],[true,{\"ul.menu\":true,\"ul.contact-us\":true,\"ul.main-menu\":true},[\"padding:0\",\"margin:0\",\"text-transform:uppercase\"]],[true,{\".main-menu\":true},[\"float:right\"]],[true,{\".main-menu li [aria-current]\":true,\".main-menu li a:hover\":true},[\"color:#11a54f\"]],[true,{\".main-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"margin:0\",\"padding:0\"]],[true,{\".main-menu li a\":true},[\"font-size:14px\",\"position:relative\",\"display:inline-block\",\"line-height:18px\",\"padding:20px 24px\",\"flex:1\",\"color:#a3a3a3\"]],[true,{\"ul.contact-us\":true},[\"padding:15px 0\",\"text-transform:capitalize\"]],[true,{\".contact-us\":true},[\"float:right\",\"height:36px\"]],[true,{\".contact-us li\":true},[\"border-right:dotted 1px #fff\",\"padding-left:10px\",\"padding-right:10px\",\"display:inline-block\",\"float:left\"]],[true,{\".site-footer\":true},[\"display:block\",\"margin:auto\",\"max-width:200px\",\"margin-bottom:20px\"]],[true,{\".contact-us li:first-child\":true},[\"padding-right:10px\",\"border-left:0\"]],[true,{\".contact-us li:last-child\":true},[\"padding-right:10px\",\"border-right:0\"]],[true,{\".contact-us li a\":true},[\"color:#9a9a9a\",\"font-size:11px\"]],[true,{\".contact-us li a:hover\":true},[\"color:#11a54f\"]],[true,{\".contact-us .svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:17px\",\"background-repeat:no-repeat\"]],[true,{\".contact-us li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer\":true},[\"position:fixed\",\"width:170px\",\"height:40px\",\"bottom:0px\",\"right:10px\",\"background:#e8911a\",\"border-radius:5px 5px 0px 0px\",\"z-index:100\",\"padding:2px\"]],[true,{\".quick-footer i\":true},[\"font-size:22px\",\"position:relative\",\"right:-42px\",\"top:-2px\"]],[true,{\".quick-footer li\":true},[\"margin:1px auto\",\"padding:4px 12px\"]],[true,{\".quick-footer li a\":true},[\"color:#fff\",\"display:flex\",\"align-items:end\",\"text-align:center\",\"font-size:19px\",\"text-transform:uppercase\"]],[true,{\".quick-footer li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer .svg-menu\":true},[\"height:30px\",\"width:30px\",\"display:inline-block\",\"background-size:30px\",\"background-repeat:no-repeat\"]],[true,{\".menu\":true},[\"float:right\",\"position:relative\",\"padding:0px\",\"margin:0px auto\"]],[true,{\".menu li\":true},[\"float:left\",\"position:relative\",\"font-size:14px\",\"text-transform:uppercase\",\"min-width:68px\",\"margin:0px 0px 0px 4px\",\"text-align:center\",\"padding:5px 5px\",\"vertical-align:inherit\",\"border-radius:27px\"]],[true,{\".menu ul\":true},[\"padding-top:15px\",\"border-radius:0px 0px 4px 4px\",\"-webkit-border-radius:0px 0px 4px 4px\",\"-moz-border-radius:0px 0px 4px 4px\",\"-ms-border-radius:0px 0px 4px 4px\",\"-o-border-radius:0px 0px 4px 4px\"]],[true,{\".menu li a\":true},[\"padding:4px 21px\",\"display:block\",\"color:#fff\",\"text-shadow:0px 0px 3px #000\"]],[true,{\".daftar\":true,\".quick-footer\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #11a54f\"]],[true,{\".daftar:hover\":true},[\"background:#115f13\",\"background-image:-webkit-linear-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\"]],[true,{\".login\":true},[\"background:#505050\",\"border-top:1px solid #7e7e7e\"]],[true,{\".login:hover\":true},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".rtp\":false},[\"background:#505050\",\"background-image:linear-gradient(to bottom,#0ef,#001aff)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".rtp:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".alternatif\":false},[\"background:#c8ff00\",\"background-image:linear-gradient(to bottom,#ffae00,#c8ff00)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".alternatif:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#c8ff00 0%,#ffae00 100%)\"]],[true,{\".login-panel\":true},[\"margin:6px 0\"]],[true,{\"ul\":true,\"ol\":true},[\"list-style:none\",\"margin:0\",\"padding:5px 0px\"]],[true,{\"ul.article\":true},[\"list-style:circle\",\"padding:5px 30px\"]],[true,{\".article li\":true},[\"list-style:disc\",\"margin:0px 35px\"]],[true,{\".article ol li\":true},[\"list-style:decimal\"]],[true,{\".ct-rounded\":true,\".ct-rounded amp-img\":true,\".ct-rounded amp-anim\":true,\".ct-rounded .col-sm-2\":true,\".bg-rounded .container\":true},[\"border-radius:12px\"]],[true,{\".bg-rounded .container\":true},[\"padding:25px\",\"background:#020206\",\"margin-bottom:30px\"]],[true,{\".ct-rounded\":true},[\"padding:15px\",\"background:#160002\",\"border:3px solid #11a54f\",\"margin:10px auto\"]],[true,{\".ct-rounded .col-sm-2\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"padding:2px\",\"height:100%\"]],[true,{\".game-wrapper\":true},[\"height:200px\",\"z-index:0\"]],[true,{\".game-img\":true},[\"position:absolute\",\"width:100%\",\"top:0\",\"z-index:0\"]],[true,{\".image-wrapper\":true},[\"z-index:0\"]],[true,{\".games-wrapper\":true},[\"position:absolute\",\"width:100%\",\"height:100%\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\"]],[true,{\".title-row\":true},[\"margin:21px auto\",\"border-bottom:3px solid #11a54f\",\"font-size:19px\",\"display:flex\",\"align-items:center\"]],[true,{\".title-games\":true},[\"font-size:14px\",\"padding:4px 10px 8px\",\"color:#fff\",\"text-overflow:ellipsis\",\"white-space:nowrap\",\"text-align:center\"]],[true,{\".footer\":true},[\"width:100%\",\"background:#101013\",\"padding:0px 0px 20px 0px\"]],[true,{\".disclaimer\":true},[\"border-top:1px dotted #101013\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"height:auto\"]],[true,{\".footer-title\":true},[\"font-size:15px\",\"color:#d5d5d5\",\"margin:20px auto\"]],[true,{\".footer .row\":true},[\"justify-content:left\"]],[true,{\".footer .col-sm-2\":true},[\"justify-content:left\"]],[true,{\".provider .col-sm-2\":true,\".payment .col-sm-2\":true},[\"max-width:111px\",\"margin:7px\"]],[true,{\".copyright\":true},[\"font-size:11px\",\"padding:15px 0px\",\"text-align:center\"]],[true,{\".copyright a\":true},[\"color:#aaa\",\"display:inline-block\"]],[true,{\".article\":true},[\"text-align:center\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".main-slide amp-img\":true,\".main-slide amp-anim\":true},[\"height:100%\"]],[true,{\".main-menu\":true,\".top-header\":true},[\"display:none\"]],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\".header\":true},[\"z-index:999999\",\"height:65px\",\"position:fixed\",\"background:#151515\"]],[true,{\".nav-bar\":true},[\"border:0\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true},[\"top:9px\",\"left:0px\",\"right:0\",\"width:149px\",\"float:none\",\"margin:auto\",\"position:absolute\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:150px\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\".top-header\":true},[\"top:0px\",\"left:0px\",\"margin:auto\",\"width:100%\"]],[true,{\".menu-mobile\":true,\".menu-login-menu-container\":true,\".slide\":true},[\"width:100%\",\"margin:auto\"]],[true,{\".menu-mobile .menu li\":true},[\"background-image:-webkit-linear-gradient(top,#ababab 0%,#585858 100%)\"]],[true,{\".menu\":true},[\"float:none\"]],[true,{\".main-homepage\":true},[\"background:#131313\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\",\"border-radius:7px\",\"margin-bottom:5px\",\"display:inline-block\"]],[true,{\".main-homepage li a\":true},[\"padding:7px\",\"font-size:14px\",\"display:flex\",\"align-items:center\",\"flex-wrap:nowrap\",\"flex-direction:column\",\"color:#8b8b8b\"]],[true,{\".main-homepage li .svg-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".login-mobile\":true},[\"padding:0\"]],[true,{\".login-mobile li\":true},[\"display:inline-block\",\"border-radius:2px\",\"width:49.5%\",\"text-align:center\"]],[true,{\".login-mobile li a\":true},[\"color:#fff\",\"font-size:18px\",\"padding:9px 20px\",\"display:block\",\"text-shadow:0px 0px 3px #000\"]],[true,{\"ul.nav-item\":true},[\"padding:0\"]],[true,{\".nav-item li a i\":true},[\"vertical-align:middle\"]],[true,{\".nav-item li\":true},[\"background:#1a1a1a\",\"position:relative\",\"line-height:20px\",\"display:inline-block\",\"width:100%\"]],[true,{\".nav-item li a\":true},[\"text-transform:capitalize\",\"display:block\",\"color:#ddd\",\"text-decoration:none\",\"padding:10px 15px\"]],[true,{\".nav-item li:hover\":true},[\"background-color:#393939\"]],[true,{\".nav-item li [aria-current]\":true},[\"background-color:#393939\",\"display:block\",\"width:100%\"]],[true,{\".nav-item li:before\":true},[\"content:\\\"\\\"\",\"position:absolute\",\"top:0\",\"left:0\",\"z-index:-1\",\"height:100%\",\"width:3px\",\"background-color:#393939\"]],[true,{\".contact-floating\":true},[\"position:fixed\",\"bottom:0\",\"background:#1e1e1e\",\"width:100%\",\"padding:3px\",\"z-index:3\"]],[true,{\".contact-floating li a\":true},[\"font-size:13px\",\"color:#fff\"]],[true,{\".contact-floating li\":true},[\"display:inline-block\",\"width:32%\",\"text-align:center\",\"padding:5px 0px\"]],[true,{\".contact-floating li i\":true},[\"display:block\",\"margin:auto\",\"background-size:25px\",\"width:25px\",\"height:25px\"]],[true,{\".main\":true},[\"background:#020206\"]],[true,{\".slide\":true},[\"border:0\"]],[true,{\".main-slide\":true},[\"width:100%\"]],[true,{\".bg-rounded .container\":true},[\"padding:5px\",\"background:#020204\",\"margin-bottom:0\"]],[true,{\".ct-rounded\":true},[\"padding:0\",\"background:none\",\"border:0\"]],[true,{\".games .col-sm-2\":true},[\"max-width:31%\",\"flex:0 0 31%\",\"margin:4px\"]],[true,{\".game-wrapper\":true},[\"height:150px\"]],[true,{\".title-row\":true},[\"margin:10px 10px\",\"text-align:center\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"width:100%\",\"height:auto\"]],[true,{\".footer .col-sm-2\":true},[\"max-width:21%\",\"flex:0 0 21%\",\"margin:4px\"]],[true,{\".footer-title\":true},[\"width:max-content\"]],[true,{\".footer .container\":true},[\"padding:0px 10px\"]],[true,{\".copyright\":true},[\"text-align:center\"]],[true,{\".quick-footer\":true},[\"width:44%\"]],[true,{\".quick-footer li\":true},[\"padding:0px 7px\"]],[true,{\"#side-opener\":true},[\"display:none\"]],[true,{\"input .tg\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\".tg:checked+.page-content\":true},[\"right:272px\"]],[true,{\".page-sidebar\":true},[\"background-color:#1a1a1a\",\"width:272px\",\"display:block\",\"z-index:2\",\"top:0px\",\"right:0px\",\"bottom:0px\",\"overflow:hidden\",\"position:fixed\",\"border-right:1px solid #353535\"]],[true,{\".page-sidebar-scroll\":true},[\"z-index:2\",\"overflow:scroll\",\"overflow-x:hidden\",\"height:100%\",\"padding:0px 0px 0px 3px\",\"width:100%\",\"top:-1px\"]],[true,{\".page-content\":true},[\"z-index:10\",\"right:0\",\"display:block\",\"min-height:580px\",\"transition:all .25s ease-out\",\"-webkit-transition:all .25s ease-out\",\"background-color:#0a0a0a\"]],[true,{\".deploy-sidebar\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/deploy-nav.png\\\")\",\"background-repeat:no-repeat\",\"background-position:9px 21px\",\"background-size:28px 19px\",\"height:60px\",\"max-width:44px\",\"z-index:50\",\"width:20%\",\"float:right\",\"top:1px\",\"right:10px\"]],[true,{\".sidebar-shortcuts\":true},[\"width:100%\",\"height:1px\",\"background-color:#333\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".site-logo\":true},[\"width:38%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"max-width:100%\",\"height:auto\"]],[true,{\".login-mobile li a\":true},[\"padding:5px 9px\",\"font-size:11px\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\"]],[true,{\".main-homepage li\":true},[\"margin-bottom:17px\"]],[true,{\".main-homepage li a\":true},[\"top:76px\"]],[true,{\".slide\":true},[\"height:102px\"]],[true,{\".quick-footer i\":true},[\"right:-13px\"]],[true,{\".page-sidebar\":true},[\"width:200px\"]],[true,{\".tg:checked+.page-content\":true},[\"left:202px\"]],[true,\"}\"],[true,\"}\"],[true,{\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"-o-object-fit:contain\",\"object-fit:contain\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-img img\":true,\"amp-img noscript\":true},[\"image-rendering:inherit\",\"-o-object-fit:inherit\",\"object-fit:inherit\",\"-o-object-position:inherit\",\"object-position:inherit\"]],[true,{\"body\":true},[\"--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--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--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\"]]],\"included\":true}]'),
(1274,72,'_wp_old_date','2025-09-12');
INSERT INTO `wp_postmeta` VALUES
(1275,72,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":86,\"final_size\":136,\"element\":{\"name\":\"style\",\"attributes\":[]},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":2079,\"function\":\"wp_print_auto_sizes_contain_css_fix\",\"hook\":\"wp_head\",\"priority\":1}],\"priority\":70,\"hash\":\"c621d07fb5558e1c2469e3aa9c42602a\",\"parse_time\":0.015420198440551758,\"shake_time\":0.0068471431732177734,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"amp-img:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true,\"amp-anim:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true},[\"contain-intrinsic-size:3000px 1500px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":60,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"litespeed-cache-dummy-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/litespeed-cache\\/assets\\/css\\/litespeed-dummy.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"litespeed-cache-dummy\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d751713988987e9331980363e24189ce\",\"parse_time\":0.013470888137817383,\"shake_time\":1.9073486328125e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.5.5\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1012,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2250,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d9cbcea123ed980237b7ccf844b62f01\",\"parse_time\":0.004324197769165039,\"shake_time\":0.1232600212097168,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-unknown-size\":true,\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:unset\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":true,\"amp-img noscript\":true,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":41469,\"final_size\":6143,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"astra-theme-css-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/themes\\/mabar88\\/assets\\/css\\/minified\\/main.min.css?ver=3.7.9\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":1,\"hash\":\"297834b4c4b19b7b6584facdb172187b\",\"parse_time\":0.08601713180541992,\"shake_time\":0.0010371208190917969,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"address\":false,\"blockquote\":false,\"body\":true,\"dd\":false,\"dl\":false,\"dt\":false,\"fieldset\":false,\"figure\":false,\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false,\"hr\":false,\"html\":true,\"amp-iframe\":false,\"legend\":false,\"li\":true,\"ol\":false,\"p\":true,\"pre\":false,\"textarea\":false,\"ul\":true},[\"border:0\",\"font-size:100%\",\"font-style:inherit\",\"font-weight:inherit\",\"margin:0\",\"outline:0\",\"padding:0\",\"vertical-align:baseline\"]],[true,{\"html\":true},[\"-webkit-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\"]],[true,{\"body\":true},[\"margin:0\"]],[false,{\"main\":false,\"nav\":false},[\"display:block\"]],[false,{\"progress\":false},[\"display:inline-block\",\"vertical-align:baseline\"]],[true,{\"a\":true},[\"background-color:transparent\"]],[true,{\"a:active\":true},[\"outline:0\"]],[true,{\"a\":true,\"a:focus\":true,\"a:hover\":true,\"a:visited\":true},[\"text-decoration:none\"]],[false,{\"abbr[title]\":false},[\"border-bottom:1px dotted\"]],[false,{\"b\":false,\"strong\":false},[\"font-weight:700\"]],[false,{\"dfn\":false},[\"font-style:italic\"]],[false,{\"mark\":false},[\"background:#ff0\",\"color:#000\"]],[false,{\"small\":false},[\"font-size:80%\"]],[false,{\"sub\":false,\"sup\":false},[\"font-size:75%\",\"line-height:0\",\"position:relative\",\"vertical-align:baseline\"]],[false,{\"sup\":false},[\"top:-.5em\"]],[false,{\"sub\":false},[\"bottom:-.25em\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"border:0\"]],[false,{\"svg:not(:root)\":false},[\"overflow:hidden\"]],[false,{\"figure\":false},[\"margin:0\"]],[false,{\"hr\":false},[\"box-sizing:content-box\",\"height:0\"]],[false,{\"pre\":false},[\"overflow:auto\"]],[false,{\"code\":false,\"kbd\":false,\"pre\":false,\"samp\":false},[\"font-size:1em\"]],[true,{\"button\":false,\"input\":true,\"optgroup\":false,\"select\":false,\"textarea\":false},[\"color:inherit\",\"font:inherit\",\"margin:0\"]],[false,{\"button\":false},[\"overflow:visible\"]],[false,{\"button\":false,\"select\":false},[\"text-transform:none\"]],[true,{\"button\":false,\"html input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"-webkit-appearance:button\",\"cursor:pointer\"]],[true,{\"button[disabled]\":false,\"html input[disabled]\":true},[\"cursor:default\"]],[true,{\"button::-moz-focus-inner\":false,\"input::-moz-focus-inner\":true},[\"border:0\",\"padding:0\"]],[true,{\"input\":true},[\"line-height:normal\"]],[true,{\"input[type=checkbox]\":true,\"input[type=radio]\":true},[\"box-sizing:border-box\",\"padding:0\"]],[true,{\"input[type=number]::-webkit-inner-spin-button\":true,\"input[type=number]::-webkit-outer-spin-button\":true},[\"height:auto\"]],[true,{\"input[type=search]\":true},[\"-webkit-appearance:textfield\",\"box-sizing:content-box\"]],[false,{\"#comments .submit\":false,\".search .search-submit\":false},[\"padding:10px 15px\",\"border-radius:2px\",\"line-height:1.8571428571429\",\"border:0\"]],[false,{\".search .site-main .ast-search-submit\":false},[\"display:none\"]],[true,{\"input[type=search]::-webkit-search-cancel-button\":true,\"input[type=search]::-webkit-search-decoration\":true},[\"-webkit-appearance:none\"]],[false,{\"fieldset\":false},[\"border:1px solid #eaeaea\",\"margin:0 0\",\"padding:.35em .625em .75em\"]],[false,{\"legend\":false},[\"border:0\",\"padding:0\"]],[false,{\"fieldset legend\":false},[\"margin-bottom:1.5em\",\"padding:0 .5em\"]],[false,{\"textarea\":false},[\"overflow:auto\"]],[false,{\"optgroup\":false},[\"font-weight:700\"]],[false,{\"table\":false},[\"border-collapse:collapse\",\"border-spacing:0\"]],[false,{\"td\":false,\"th\":false},[\"padding:0\"]],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,{\".ast-container\":false,\".ast-container-fluid\":false},[\"margin-left:auto\",\"margin-right:auto\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-row\":false},[\"margin-left:-20px\",\"margin-right:-20px\"]],[false,{\".ast-grid-common-col\":false},[\"position:relative\",\"min-height:1px\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-float\":false},[\"float:left\"]],[false,\"@media (max-width:992px){\"],[false,{\".ast-width-sm-25\":false},[\"width:25%\"]],[false,{\".ast-width-md-50\":false},[\"width:50%\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-width-md-25\":false},[\"width:25%\"]],[false,\"}\"],[false,{\".ast-full-width\":false},[\"width:100%\"]],[false,{\".ast-width-50\":false},[\"width:50%\"]],[false,\"@media (min-width:768px){\"],[false,{\".ast-width-md-4\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-md-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-md-6\":false},[\"width:50%\",\"float:left\"]],[false,{\".ast-width-md-3\":false},[\"width:25%\"]],[false,{\".ast-width-md-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[false,\"@media (min-width:769px){\"],[false,{\".ast-width-md-20\":false},[\"width:20%\"]],[false,\"}\"],[false,\"@media (min-width:992px){\"],[false,{\".ast-width-lg-33\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-lg-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-lg-50\":false},[\"width:50%\"]],[false,{\".ast-width-lg-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[true,{\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false},[\"clear:both\"]],[true,{\".entry-content h1\":false,\"h1\":true},[\"color:#808285\",\"font-size:2em\",\"line-height:1.2\"]],[true,{\".entry-content h2\":false,\"h2\":true},[\"color:#808285\",\"font-size:1.7em\",\"line-height:1.3\"]],[true,{\".entry-content h3\":false,\"h3\":true},[\"color:#808285\",\"font-size:1.5em\",\"line-height:1.4\"]],[false,{\".entry-content h4\":false,\"h4\":false},[\"color:#808285\",\"line-height:1.5\",\"font-size:1.3em\"]],[false,{\".entry-content h5\":false,\"h5\":false},[\"color:#808285\",\"line-height:1.6\",\"font-size:1.2em\"]],[false,{\".entry-content h6\":false,\"h6\":false},[\"color:#808285\",\"line-height:1.7\",\"font-size:1.1em\"]],[true,{\"html\":true},[\"box-sizing:border-box\"]],[true,{\"*\":true,\":after\":true,\":before\":true},[\"box-sizing:inherit\"]],[true,{\"body\":true},[\"color:#808285\",\"background:#fff\",\"font-style:normal\"]],[true,{\"ol\":false,\"ul\":true},[\"margin:0 0 1.5em 3em\"]],[true,{\"ul\":true},[\"list-style:disc\"]],[false,{\"ol\":false},[\"list-style:decimal\"]],[true,{\"li>ol\":false,\"li>ul\":true},[\"margin-bottom:0\",\"margin-left:1.5em\"]],[false,{\"dt\":false},[\"font-weight:700\"]],[false,{\"dd\":false},[\"margin:0 1.5em 1.5em\"]],[false,{\"b\":false,\"strong\":false},[\"font-weight:700\"]],[true,{\"cite\":false,\"dfn\":false,\"em\":false,\"i\":true},[\"font-style:italic\"]],[false,{\"blockquote\":false,\"q\":false},[\"quotes:\\\"\\\" \\\"\\\"\"]],[false,{\"blockquote:after\":false,\"blockquote:before\":false,\"q:after\":false,\"q:before\":false},[\"content:\\\"\\\"\"]],[false,{\"blockquote\":false},[\"border-left:5px solid rgba(0,0,0,.05)\",\"padding:20px\",\"font-size:1.2em\",\"font-style:italic\",\"margin:0 0 1.5em\",\"position:relative\"]],[false,{\"address\":false},[\"margin:0 0 1.5em\"]],[false,{\"abbr\":false,\"acronym\":false},[\"border-bottom:1px dotted #666\",\"cursor:help\"]],[false,{\"pre\":false},[\"background:#eee\",\"font-family:\\\"Courier 10 Pitch\\\",Courier,monospace\",\"margin-bottom:1.6em\",\"overflow:auto\",\"max-width:100%\",\"padding:1.6em\"]],[false,{\"code\":false,\"kbd\":false,\"tt\":false,\"var\":false},[\"font:15px Monaco,Consolas,\\\"Andale Mono\\\",\\\"DejaVu Sans Mono\\\",monospace\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"height:auto\",\"max-width:100%\"]],[false,{\"hr\":false},[\"background-color:#ccc\",\"border:0\",\"height:1px\",\"margin-bottom:1.5em\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false},[\"color:#808285\",\"font-weight:400\",\"font-size:100%\",\"margin:0\",\"vertical-align:baseline\"]],[true,{\"button\":false,\"input\":true},[\"line-height:normal\"]],[false,{\"big\":false},[\"font-size:125%\"]],[false,{\"ins\":false,\"mark\":false},[\"background:0 0\",\"text-decoration:none\"]],[false,{\"table\":false,\"td\":false,\"th\":false},[\"border:1px solid rgba(0,0,0,.1)\"]],[false,{\"table\":false},[\"border-collapse:separate\",\"border-spacing:0\",\"border-width:1px 0 0 1px\",\"margin:0 0 1.5em\",\"width:100%\"]],[false,{\"th\":false},[\"font-weight:700\"]],[false,{\"td\":false,\"th\":false},[\"padding:8px\",\"border-width:0 1px 1px 0\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"border:1px solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#e6e6e6\",\"padding:.6em 1em .4em\",\"color:#fff\"]],[true,{\".ast-button:focus\":false,\".ast-button:hover\":false,\".button:focus\":false,\".button:hover\":false,\"button:focus\":false,\"button:hover\":false,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"color:#fff\",\"border-color:#eaeaea\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"button:active\":false,\"button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=reset]:active\":true,\"input[type=reset]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"border-color:#eaeaea\",\"outline:0\"]],[true,{\"input[type=email]\":true,\"input[type=password]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"textarea\":false},[\"color:#666\",\"border:1px solid #ccc\",\"border-radius:2px\",\"-webkit-appearance:none\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"textarea:focus\":false},[\"color:#111\"]],[false,{\"textarea\":false},[\"padding-left:3px\",\"width:100%\"]],[true,{\"a\":true},[\"color:#4169e1\"]],[true,{\"a:focus\":true,\"a:hover\":true},[\"color:#191970\"]],[true,{\"a:focus\":true},[\"outline:thin dotted\"]],[true,{\"a:hover\":true},[\"outline:0\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#f1f1f1\",\"border-radius:2px\",\"box-shadow:0 0 2px 2px rgba(0,0,0,.6)\",\"color:#21759b\",\"display:block\",\"font-size:12.25px\",\"font-size:.875rem\",\"height:auto\",\"left:5px\",\"line-height:normal\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"top:5px\",\"width:auto\",\"z-index:100000\"]],[false,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":false},[\"clip:auto\"]],[false,{\".alignleft\":false},[\"display:inline\",\"float:left\",\"margin-right:1.5em\"]],[false,{\".alignright\":false},[\"display:inline\",\"float:right\",\"margin-left:1.5em\"]],[false,{\".aligncenter\":false},[\"clear:both\",\"text-align:center\",\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"embed\":false,\"amp-iframe\":false,\"amp-google-document-embed\":false},[\"max-width:100%\"]],[false,{\".wp-caption\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-caption amp-img[class*=wp-image-]\":false,\".wp-caption amp-anim[class*=wp-image-]\":false},[\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-caption .wp-caption-text\":false},[\"margin:.8075em 0\"]],[false,{\".wp-caption-text\":false},[\"text-align:center\"]],[true,{\"::selection\":true},[\"color:#fff\",\"background:#0274be\"]],[true,{\"body\":true},[\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\"]],[true,{\"body:not(.logged-in)\":true},[\"position:relative\"]],[false,{\"#page\":false},[\"position:relative\"]],[true,{\"a\":true,\"a:focus\":true},[\"text-decoration:none\"]],[true,{\".secondary a *\":false,\".site-footer a *\":true,\".site-header a *\":false,\"a\":true},[\"transition:all .2s linear\"]],[false,{\".capitalize\":false},[\"text-transform:uppercase\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"vertical-align:middle\"]],[false,{\".entry-content h1\":false,\".entry-content h2\":false,\".entry-content h3\":false,\".entry-content h4\":false,\".entry-content h5\":false,\".entry-content h6\":false},[\"margin-bottom:20px\"]],[true,{\"p\":true},[\"margin-bottom:1.75em\"]],[false,{\"blockquote\":false},[\"margin:1.5em 1em 1.5em 3em\",\"font-size:1.1em\",\"line-height:inherit\",\"position:relative\"]],[true,{\".ast-button\":false,\".button\":false,\"input[type=button]\":true,\"input[type=submit]\":true},[\"border-radius:0\",\"padding:18px 30px\",\"border:0\",\"box-shadow:none\",\"text-shadow:none\"]],[true,{\".ast-button:hover\":false,\".button:hover\":false,\"input[type=button]:hover\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"box-shadow:none\"]],[false,{\".site-title\":false},[\"font-weight:400\"]],[false,{\".site-description\":false,\".site-title\":false},[\"margin-bottom:0\"]],[false,{\".site-description a\":false,\".site-description:focus a\":false,\".site-description:hover a\":false,\".site-title a\":false,\".site-title:focus a\":false,\".site-title:hover a\":false},[\"transition:all .2s linear\"]],[false,{\".site-title a\":false,\".site-title a:focus\":false,\".site-title a:hover\":false,\".site-title a:visited\":false},[\"color:#222\"]],[false,{\".site-description a\":false,\".site-description a:focus\":false,\".site-description a:hover\":false,\".site-description a:visited\":false},[\"color:#999\"]],[false,{\".search-form .search-field\":false},[\"outline:0\"]],[false,{\".ast-search-menu-icon\":false},[\"position:relative\",\"z-index:3\"]],[false,{\".site .skip-link\":false},[\"background-color:#f1f1f1\",\"box-shadow:0 0 1px 1px rgba(0,0,0,.2)\",\"color:#21759b\",\"display:block\",\"font-family:Montserrat,\\\"Helvetica Neue\\\",sans-serif\",\"font-size:14px\",\"font-weight:700\",\"left:-9999em\",\"outline:0\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"text-transform:none\",\"top:-9999em\"]],[false,{\".site .skip-link:focus\":false},[\"clip:auto\",\"height:auto\",\"left:6px\",\"top:7px\",\"width:auto\",\"z-index:100000\",\"outline:thin dotted\"]],[false,{\".logged-in .site .skip-link\":false},[\"box-shadow:0 0 2px 2px rgba(0,0,0,.2)\",\"font-family:\\\"Open Sans\\\",sans-serif\"]],[true,{\"input\":true,\"select\":false},[\"line-height:1\"]],[true,{\".ast-button\":false,\".ast-custom-button\":false,\"body\":true,\"button\":false,\"input[type=button]\":true,\"input[type=submit]\":true,\"textarea\":false},[\"line-height:1.8571428571429\"]],[false,{\".site-title a\":false},[\"line-height:1.2\"]],[false,{\".site-header .site-description\":false},[\"line-height:1.5\"]],[false,{\".ast-single-post .entry-title\":false,\".ast-single-post .entry-title a\":false},[\"line-height:1.2\"]],[false,{\".entry-title\":false,\".entry-title a\":false},[\"font-weight:400\"]],[false,{\".ast-oembed-container\":false},[\"position:relative\",\"padding-top:56.25%\",\"height:0\",\"height:auto\",\"overflow:hidden\",\"max-width:100%\"]],[false,{\".ast-oembed-container embed\":false,\".ast-oembed-container amp-iframe\":false,\".ast-oembed-container amp-google-document-embed\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\"body .ast-oembed-container *\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\".ast-hidden:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[true,{\"body\":true},[\"background-color:#fff\"]],[false,{\"#page\":false},[\"display:block\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"width:100%\"]],[false,{\"#primary\":false},[\"margin:4em 0\"]],[false,{\".ast-separate-container\":false},[\"background-color:#f5f5f5\"]],[false,{\".ast-separate-container #primary\":false},[\"padding:4em 0\",\"margin:0\",\"border:0\"]],[false,{\".ast-separate-container .site-main>.ast-row\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false},[\"background-color:#fff\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"border-bottom:1px solid #eee\",\"margin:0\",\"padding:5.34em 6.67em\"]],[false,{\".ast-separate-container .blog-layout-1\":false},[\"padding:0\",\"border-bottom:0\"]],[false,{\".ast-separate-container .ast-article-single\":false},[\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (min-width:993px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"margin:4em 0\",\"padding:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:60px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:30px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:30px\"]],[false,\"}\"],[false,{\".ast-search-icon .astra-search-icon\":false},[\"font-size:1.3em\"]],[false,{\".main-navigation\":false},[\"height:100%\",\"-js-display:inline-flex\",\"display:inline-flex\"]],[false,{\".main-navigation ul\":false},[\"list-style:none\",\"margin:0\",\"padding-left:0\",\"position:relative\"]],[false,{\".main-header-menu .menu-link\":false,\".main-header-menu>a\":false},[\"text-decoration:none\",\"padding:0 1em\",\"display:inline-block\",\"transition:all .2s linear\"]],[false,{\".main-header-menu .menu-item\":false},[\"position:relative\"]],[false,{\".main-header-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .menu-item:hover>.sub-menu\":false},[\"right:auto\",\"left:0\"]],[false,{\".main-header-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"right:0\",\"left:auto\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu\":false},[\"width:240px\",\"background:#fff\",\"left:-999em\",\"position:absolute\",\"top:100%\",\"z-index:99999\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:100%\",\"right:auto\"]],[false,{\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu .menu-link\":false},[\"padding:.9em 1em\",\"display:block\",\"word-wrap:break-word\"]],[false,{\".main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:none\"]],[false,{\"#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow svg\":false},[\"position:absolute\",\"right:.6em\",\"top:50%\",\"transform:translate(0,-50%) rotate(270deg)\"]],[false,{\".main-header-menu .sub-menu .sub-menu\":false},[\"top:0\"]],[false,{\".submenu-with-border .sub-menu\":false},[\"border-width:1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .menu-link\":false},[\"border-width:0 0 1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .sub-menu\":false},[\"top:-1px\"]],[false,{\".ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link\":false},[\"border-bottom-width:0\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"padding-left:0\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type\":false},[\"margin-right:5px\"]],[false,{\".ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:inline\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:50px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-header-break-point .main-header-menu\":false},[\"background-color:#f9f9f9\",\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-header-break-point .dropdown-menu-toggle\":false},[\"display:none\"]],[false,{\".ast-mobile-menu-buttons\":false},[\"display:none\"]],[false,{\".ast-button-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap button\":false},[\"box-shadow:none\",\"border:none\"]],[false,{\".ast-button-wrap .menu-toggle\":false},[\"padding:0\",\"width:2.2em\",\"height:2.1em\",\"font-size:1.5em\",\"font-weight:400\",\"border-radius:2px\",\"border-radius:2px\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"vertical-align:middle\",\"line-height:1.8571428571429\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:0 .5em\",\"width:auto\",\"text-align:center\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu\":false},[\"font-size:15px\",\"font-size:1rem\",\"font-weight:600\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon\":false},[\"font-style:normal\",\"display:inline-block\",\"vertical-align:middle\",\"line-height:2.05\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5d2\\\"\",\"font-family:Astra\",\"text-decoration:inherit\"]],[false,{\".ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5cd\\\"\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(1)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2)\":false},[\"display:block\"]],[false,{\".ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap .menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".header-main-layout-1 .ast-main-header-bar-alignment\":false},[\"margin-left:auto\"]],[false,{\".site-navigation\":false},[\"height:100%\"]],[false,{\".site-header .menu-link *\":false},[\"transition:none\"]],[false,{\".ast-icon.icon-arrow svg\":false},[\"height:.6em\",\"width:.6em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".ast-icon.icon-search svg\":false},[\"height:1em\",\"width:.9em\",\"margin-top:3px\",\"margin-right:2px\"]],[false,{\".ast-header-break-point .user-select\":false},[\"clear:both\"]],[false,{\".ast-header-break-point .ast-mobile-menu-buttons\":false},[\"display:block\",\"align-self:center\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"flex:auto\"]],[false,{\".ast-header-break-point .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"flex:auto\",\"order:4\"]],[false,{\".ast-header-break-point .ast-icon.icon-arrow svg\":false},[\"height:.85em\",\"width:.95em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".site-main .comment-navigation\":false,\".site-main .post-navigation\":false,\".site-main .posts-navigation\":false},[\"margin:0 0 1.5em\",\"overflow:hidden\"]],[false,{\".comment-navigation .nav-next\":false,\".comment-navigation .nav-previous\":false,\".post-navigation .nav-next\":false,\".post-navigation .nav-previous\":false,\".posts-navigation .nav-next\":false,\".posts-navigation .nav-previous\":false},[\"width:50%\",\"display:inline-block\"]],[false,{\".comment-navigation .nav-next\":false,\".post-navigation .nav-next\":false,\".posts-navigation .nav-next\":false},[\"text-align:right\"]],[false,{\".ast-icon svg\":false},[\"fill:currentColor\"]],[false,{\".post-navigation a\":false},[\"background:0 0\",\"font-size:16px\",\"font-size:1.06666rem\",\"padding:0 1.5em\",\"height:2.33333em\",\"line-height:calc(2.33333em - 3px)\"]],[true,{\".sticky\":true},[\"display:block\"]],[false,{\".hentry\":false},[\"margin:0 0 1.5em\"]],[false,{\".byline\":false,\".updated:not(.published)\":false},[\"display:none\"]],[false,{\".group-blog .byline\":false,\".single .byline\":false},[\"display:inline\"]],[false,{\".page-links\":false},[\"clear:both\",\"margin-top:1em\"]],[false,{\".page-links a\":false},[\"display:inline-block\"]],[false,{\".page-links a .page-link\":false},[\"border-color:#eaeaea\",\"background:0 0\"]],[false,{\".page-links .page-link\":false},[\"padding:0\",\"margin:0 0 .3em .3em\",\"border:2px solid #eaeaea\",\"color:#000\",\"background:0 0\",\"font-size:.8em\",\"width:2.5em\",\"height:2.5em\",\"line-height:calc(2.5em - 4px)\",\"display:inline-block\",\"text-align:center\",\"transition:all .2s linear\"]],[false,{\".page-links .page-link:focus\":false,\".page-links .page-link:hover\":false},[\"color:#000\"]],[false,\"@media (max-width:768px){\"],[false,{\".page-links .page-link\":false},[\"margin-bottom:6px\"]],[false,\"}\"],[true,{\".entry-content>:last-child\":false,\".entry-summary>:last-child\":false,\".page-content>:last-child\":true},[\"margin-bottom:0\"]],[false,{\".bypostauthor\":false},[\"display:block\"]],[false,{\".ast-no-sidebar .entry-content .alignfull\":false},[\"margin-left:calc(-50vw + 50%)\",\"margin-right:calc(-50vw + 50%)\",\"max-width:100vw\",\"width:100vw\"]],[false,{\".ast-no-sidebar .entry-content .alignfull .alignfull\":false,\".ast-no-sidebar .entry-content .alignfull .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .alignwide\":false},[\"margin-left:calc(-41vw + 50%)\",\"margin-right:calc(-41vw + 50%)\",\"max-width:unset\",\"width:unset\"]],[false,{\".ast-no-sidebar .entry-content .alignwide .alignfull\":false,\".ast-no-sidebar .entry-content .alignwide .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .wp-block-column .alignfull\":false,\".ast-no-sidebar .entry-content .wp-block-column .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:100%\"]],[false,{\".blocks-gallery-grid\":false,\".wp-block-gallery\":false},[\"margin:0\"]],[false,{\".wp-block-separator\":false},[\"max-width:100px\"]],[false,{\".wp-block-separator.is-style-dots\":false,\".wp-block-separator.is-style-wide\":false},[\"max-width:none\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:10px\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:10px\"]],[false,\"@media (max-width:782px){\"],[false,{\".entry-content .wp-block-columns .wp-block-column\":false},[\"flex-basis:100%\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:0\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:0\"]],[false,\"}\"],[true,{\"body\":true},[\"overflow-x:hidden\"]],[false,{\"body .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\"body .entry-content .wp-block-latest-posts li\":false},[\"list-style:none\"]],[false,{\".ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\".ast-header-break-point .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content .blocks-gallery-item amp-img\":false,\".entry-content .blocks-gallery-item amp-anim\":false},[\"margin-bottom:auto\"]],[false,{\".wp-block-pullquote\":false},[\"border-top:4px solid #555d66\",\"border-bottom:4px solid #555d66\",\"color:#40464d\"]],[false,{\".widget-title\":false},[\"font-weight:400\",\"margin-bottom:1em\",\"line-height:1.5\"]],[false,{\".widget\":false},[\"margin:0 0 2.8em 0\"]],[false,{\".widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".widget select\":false},[\"max-width:100%\"]],[false,{\".widget ul\":false},[\"margin:0\",\"list-style-type:none\"]],[false,{\".no-widget-text\":false},[\"margin-bottom:0\"]],[false,{\".widget_nav_menu ul ul.sub-menu\":false},[\"margin-top:.25em\"]],[false,{\".widget_nav_menu ul ul.sub-menu li\":false},[\"padding-left:20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu a:after\":false},[\"left:-20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul ul a:after\":false},[\"left:-60px\"]],[false,{\".widget_nav_menu li\":false},[\"transition:all .2s linear\"]],[false,{\".widget_search .search-form\":false},[\"position:relative\",\"padding:0\",\"background:initial\",\"color:inherit\"]],[false,{\".widget_search .search-form>label\":false},[\"position:relative\"]],[false,{\".widget_search .search-form i\":false},[\"color:#3a3a3a\"]],[false,{\".widget_search .search-form button\":false},[\"position:absolute\",\"top:0\",\"right:15px\",\"border:none\",\"padding:0\",\"cursor:pointer\",\"background:0 0\"]],[false,{\".widget_search .search-form input[type=submit]\":false,\".widget_search .search-form input[type=submit]:focus\":false,\".widget_search .search-form input[type=submit]:hover\":false},[\"padding:13px 20px\",\"border-radius:2px\",\"border:none\",\"top:0\",\"right:0\",\"position:absolute\",\"color:transparent\",\"background:0 0\",\"max-width:45px\",\"z-index:2\"]],[false,{\".widget_search .search-form .search-field\":false},[\"background:#fafafa\",\"border-width:1px\",\"border-color:#eaeaea\",\"border-radius:2px\"]],[false,{\".widget_search .search-field\":false,\".widget_search .search-field:focus\":false},[\"width:100%\",\"padding:16px 45px 16px 15px\"]],[false,{\".widget_archive ul.children\":false,\".widget_categories ul.children\":false,\".widget_pages ul.children\":false},[\"position:relative\",\"margin-top:5px\",\"width:100%\"]],[false,{\".widget_archive ul.children li\":false,\".widget_categories ul.children li\":false,\".widget_pages ul.children li\":false},[\"padding-left:20px\"]],[false,{\".widget_archive li ul.children a:after\":false,\".widget_categories li ul.children a:after\":false,\".widget_pages li ul.children a:after\":false},[\"left:-20px\"]],[false,{\".widget_archive li ul.children ul a:after\":false,\".widget_categories li ul.children ul a:after\":false,\".widget_pages li ul.children ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_tag_cloud .tagcloud\":false},[\"margin-top:10px\",\"display:inline-block\"]],[false,{\".widget_tag_cloud .tagcloud a\":false},[\"border:1px solid #e2e2e2\",\"padding:.5em .9em\",\"display:inline-block\",\"margin-bottom:4px\",\"font-size:14px\",\"margin-right:4px\",\"line-height:1.5\",\"transition:all .2s linear\"]],[false,{\".widget_calendar table\":false,\".widget_calendar td\":false,\".widget_calendar th\":false},[\"padding:0\",\"text-align:center\"]],[false,{\".widget_calendar table\":false,\".widget_calendar th\":false},[\"border:none\"]],[false,{\".widget_calendar td\":false},[\"border-right:none\",\"border-left:none\"]],[false,{\".widget_calendar caption\":false},[\"line-height:2.7em\"]],[false,{\".widget_calendar thead\":false},[\"line-height:2.5em\"]],[false,{\".widget_calendar thead a\":false},[\"color:#0274be\",\"font-size:1rem\",\"vertical-align:middle\"]],[false,{\".widget_calendar thead td\":false},[\"vertical-align:middle\",\"font-weight:700\"]],[false,{\".widget_calendar thead>tr>th\":false},[\"line-height:2.5em\",\"border-bottom:2px solid #eaeaea\",\"border-top:2px solid #eaeaea\"]],[false,{\".widget_calendar tbody\":false},[\"line-height:2.1em\",\"text-align:center\"]],[false,{\".widget_calendar tbody>tr>td\":false},[\"width:14.2857%\"]],[false,{\".widget_calendar tbody>tr:first-child>td\":false},[\"padding-top:3px\"]],[false,{\".widget_calendar #today\":false},[\"background:#0274be\"]],[false,{\".ast-builder-grid-row\":false},[\"display:grid\",\"grid-template-columns:auto auto\",\"align-items:center\",\"grid-column-gap:20px\",\"overflow-wrap:anywhere\"]],[false,{\".ast-builder-grid-row>.site-header-section\":false},[\"flex-wrap:nowrap\"]],[false,{\".ast-builder-footer-grid-columns\":false},[\"grid-column-gap:50px\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout\":false},[\"grid-template-columns:1fr auto 1fr\"]],[false,{\".ast-builder-layout-element\":false},[\"align-items:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only\":false},[\"-js-display:flex\",\"display:flex\",\"height:100%\",\"justify-content:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center\":false},[\"flex-grow:1\"]],[false,{\".site-header-section\":false},[\"height:100%\",\"min-height:0\",\"align-items:center\"]],[false,{\".site-header-section .ast-main-header-bar-alignment\":false},[\"height:100%\"]],[false,{\".site-header-section>*\":false},[\"padding:0 10px\"]],[false,{\".site-header-section>div:first-child\":false},[\"padding-left:0\"]],[false,{\".site-header-section>div:last-child\":false},[\"padding-right:0\"]],[false,{\".site-header-section .ast-builder-menu\":false},[\"align-items:center\"]],[false,{\".ast-builder-layout-element.ast-header-search\":false},[\"height:auto\"]],[false,{\".ast-grid-right-center-section\":false},[\"justify-content:flex-start\",\"flex-grow:1\"]],[false,{\".ast-grid-right-section\":false},[\"justify-content:flex-end\"]],[false,{\".ast-grid-right-section .ast-site-identity>:first-child\":false},[\"text-align:right\"]],[false,{\".ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child\":false},[\"text-align:left\"]],[false,{\".ast-grid-left-center-section\":false},[\"justify-content:flex-end\",\"flex-grow:1\"]],[false,{\".ast-logo-title-inline .ast-site-identity\":false},[\"padding:1em 0\",\"-js-display:inline-flex\",\"display:inline-flex\",\"vertical-align:middle\",\"align-items:center\",\"transition:all .2s linear\"]],[false,{\".ast-grid-section-center\":false},[\"justify-content:center\"]],[false,{\".ast-grid-section-center .ast-site-identity>:first-child\":false},[\"text-align:center\"]],[false,{\".ast-builder-social-element\":false},[\"line-height:1\",\"color:#3a3a3a\",\"background:0 0\",\"vertical-align:middle\",\"transition:all 10ms\",\"margin-left:6px\",\"margin-right:6px\",\"justify-content:center\",\"align-items:center\"]],[false,{\".ast-builder-social-element:hover\":false},[\"color:#0274be\"]],[false,{\".ast-builder-social-element .social-item-label\":false},[\"padding-left:6px\"]],[false,{\".ast-social-stack-desktop .ast-builder-social-element\":false,\".ast-social-stack-mobile .ast-builder-social-element\":false,\".ast-social-stack-tablet .ast-builder-social-element\":false},[\"margin-top:6px\",\"margin-bottom:6px\"]],[false,{\".ahfb-svg-iconset\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ahfb-svg-iconset svg\":false},[\"width:17px\",\"height:17px\",\"transition:none\"]],[false,{\".ahfb-svg-iconset svg>*\":false},[\"transition:none\"]],[false,{\".ast-footer-copyright p\":false},[\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-container\":false},[\"display:grid\",\"align-content:center\"]],[false,{\".main-header-bar .main-header-bar-navigation\":false},[\"height:100%\"]],[false,{\".ast-nav-menu .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".ast-builder-menu .main-navigation\":false},[\"padding:0\"]],[false,{\".ast-builder-menu .main-navigation>ul\":false},[\"align-self:center\"]],[false,{\".ast-footer-copyright\":false,\".ast-footer-social-wrap\":false,\".site-footer-focus-item\":false},[\"width:100%\"]],[false,{\"#astra-footer-menu\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\"#astra-footer-menu>ul\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\".ast-header-break-point #ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:0\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false,\".ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .ast-nav-menu .sub-menu\":false},[\"line-height:3\"]],[false,{\".site-footer-section\":false},[\"justify-content:center\"]],[false,{\".site-footer-section>*\":false},[\"margin-bottom:10px\"]],[false,{\".site-footer-section>:last-child\":false},[\"margin-bottom:0\"]],[false,{\".site-primary-footer-wrap\":false},[\"padding-top:45px\",\"padding-bottom:45px\"]],[false,{\".site-above-footer-wrap\":false,\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".ast-hfb-header.ast-header-break-point .main-header-bar-navigation\":false},[\"width:100%\",\"margin:0\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-mobile-svg\":false},[\"display:none\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-close-svg\":false},[\"display:block\"]],[false,{\".menu-toggle .ast-close-svg\":false},[\"display:none\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"-js-display:flex\",\"display:flex\",\"align-items:center\",\"width:auto\",\"height:auto\"]],[false,{\".menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:.5em\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-search-menu-icon.ast-inline-search .search-field\":false},[\"width:100%\",\"padding:.6em\",\"padding-right:5.5em\"]],[false,\"@media (min-width:769px){\"],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li\":false},[\"margin:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:first-child a\":false},[\"padding-left:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:last-child a\":false},[\"padding-right:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu a\":false},[\"padding:0 .5em\"]],[false,\"}\"],[false,{\".site-header\":false},[\"z-index:99\",\"position:relative\"]],[false,{\".main-header-container\":false},[\"position:relative\"]],[false,{\".main-header-bar-wrap\":false},[\"position:relative\"]],[false,{\".main-header-bar\":false},[\"background-color:#fff\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border:0\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".main-header-bar\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-desktop .main-header-menu.ast-menu-shadow .sub-menu\":false},[\"box-shadow:0 4px 10px -2px rgba(0,0,0,.1)\"]],[false,{\".ast-header-custom-item-inside .button-custom-menu-item .menu-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item\":false},[\"padding-left:0\",\"padding-right:0\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link\":false},[\"display:block\"]],[false,{\".site-branding\":false},[\"line-height:1\",\"align-self:center\"]],[false,{\".ast-menu-toggle\":false},[\"display:none\",\"background:0 0\",\"color:inherit\",\"border-style:dotted\",\"border-color:transparent\"]],[false,{\".ast-menu-toggle:focus\":false,\".ast-menu-toggle:hover\":false},[\"background:0 0\",\"border-color:inherit\",\"color:inherit\"]],[false,{\".ast-menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".ast-main-header-nav-open .main-header-bar\":false},[\"padding-bottom:0\"]],[false,{\".main-header-bar\":false},[\"z-index:4\",\"position:relative\"]],[false,{\".main-header-bar .main-header-bar-navigation:empty\":false},[\"padding:0\"]],[false,{\".main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after\":false},[\"line-height:normal\"]],[false,{\".custom-mobile-logo-link\":false},[\"display:none\"]],[false,{\".ast-site-identity\":false},[\"padding:1em 0\"]],[false,{\".ast-header-break-point .site-header .main-header-bar-wrap .site-branding\":false},[\"flex:1\",\"align-self:center\"]],[false,{\".ast-header-break-point .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"display:block\",\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-header-break-point .main-navigation .stack-on-mobile li\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-header-break-point .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-header-break-point .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".ast-header-break-point .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-header-break-point .ast-builder-menu\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile\":false},[\"flex-wrap:wrap\"]],[false,{\".ast-desktop .main-header-menu>.menu-item .sub-menu:before\":false},[\"position:absolute\",\"content:\\\"\\\"\",\"top:0\",\"left:0\",\"width:100%\",\"transform:translateY(-100%)\"]],[true,{\"input[type=email]\":true,\"input[type=number]\":true,\"input[type=password]\":true,\"input[type=reset]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"select\":false,\"textarea\":false},[\"color:#666\",\"padding:.75em\",\"height:auto\",\"border-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#fafafa\",\"box-shadow:none\",\"box-sizing:border-box\",\"transition:all .2s linear\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=reset]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"select:focus\":false,\"textarea:focus\":false},[\"background-color:#fff\",\"border-color:#eaeaea\",\"box-shadow:none\"]],[true,{\"input[type=button]\":true,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[false,{\"textarea\":false},[\"width:100%\"]],[true,{\"input[type=search]:focus\":true},[\"outline:thin dotted\"]],[true,{\"input[type=range]\":true},[\"-webkit-appearance:none\",\"width:100%\",\"margin:5.7px 0\",\"padding:0\",\"border:none\"]],[true,{\"input[type=range]:focus\":true},[\"outline:0\"]],[true,{\"input[type=range]::-webkit-slider-runnable-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-webkit-slider-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\",\"-webkit-appearance:none\",\"margin-top:-5.7px\"]],[true,{\"input[type=range]:focus::-webkit-slider-runnable-track\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]::-moz-range-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-moz-range-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]::-ms-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"background:0 0\",\"border-color:transparent\",\"color:transparent\"]],[true,{\"input[type=range]::-ms-fill-lower\":true},[\"background:rgba(199,199,199,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"height:8.6px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]:focus::-ms-fill-lower\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]:focus::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=color]\":true},[\"border:none\",\"width:100px\",\"padding:0\",\"height:30px\",\"cursor:pointer\"]],[true,{\"input[type=color]::-webkit-color-swatch-wrapper\":true},[\"padding:0\",\"border:none\"]],[true,{\"input[type=color]::-webkit-color-swatch\":true},[\"border:none\"]],[false,{\".page .entry-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".search .entry-header\":false},[\"margin-bottom:1em\"]],[false,{\".ast-single-post .entry-header.ast-header-without-markup\":false,\".ast-single-post .entry-header.ast-no-title.ast-no-thumbnail\":false},[\"margin-bottom:0\"]],[false,{\".entry-header\":false},[\"margin-bottom:1em\",\"word-wrap:break-word\"]],[false,{\".entry-header+.ast-blog-featured-section\":false},[\"margin-top:.5em\"]],[false,{\".entry-content\":false},[\"word-wrap:break-word\"]],[false,{\".entry-content p\":false},[\"margin-bottom:1.6em\"]],[false,{\".read-more\":false},[\"margin-bottom:0\"]],[false,{\".read-more .ast-right-arrow\":false},[\"font-size:1em\"]],[false,{\".ast-no-thumb .ast-blog-featured-section\":false},[\"margin-bottom:0\"]],[false,{\".ast-no-thumb .entry-header+.ast-blog-featured-section\":false},[\"margin-top:0\"]],[false,{\".ast-blog-featured-section\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header .page-title\":false},[\"margin-bottom:0\"]],[false,{\".archive .entry-title\":false,\".blog .entry-title\":false,\".search .entry-title\":false},[\"line-height:1.3\"]],[false,{\".archive .format-aside .entry-title\":false,\".archive .format-status .entry-title\":false,\".blog .format-aside .entry-title\":false,\".blog .format-status .entry-title\":false},[\"display:none\"]],[false,{\".page-title\":false},[\"margin-bottom:1em\",\"font-weight:400\"]],[false,{\".entry-title\":false},[\"margin-bottom:.2em\"]],[false,{\".ast-article-post\":false},[\"margin-bottom:2.5em\"]],[false,{\".ast-article-post:last-child\":false},[\"margin-bottom:0\",\"border-bottom:0\"]],[false,{\".search .site-content .content-area .search-form\":false},[\"margin-bottom:3em\"]],[false,{\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\",\"position:relative\"]],[false,{\".blog .posted-on\":false},[\"z-index:1\"]],[false,{\".ast-blog-featured-section .posted-on\":false},[\"width:5.714285714em\",\"height:5.714285714em\",\"padding:.7em\"]],[false,{\".ast-blog-featured-section .posted-on .date-month\":false,\".ast-blog-featured-section .posted-on .date-year\":false},[\"font-size:.8571428571em\",\"line-height:1em\"]],[false,{\".ast-blog-featured-section .posted-on .date-day\":false},[\"font-size:2.5em\",\"line-height:.9em\",\"font-weight:900\",\"margin:.1em 0\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"border-radius:50%\",\"margin:0 0 0 20px\"]],[false,{\".ast-archive-description\":false},[\"margin-bottom:2.5em\",\"padding-bottom:1.3333em\",\"border-bottom:1px solid #eee\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"margin-bottom:4px\",\"font-size:40px\",\"font-size:2.85714rem\",\"font-weight:300\"]],[false,{\".ast-archive-description p\":false},[\"margin-bottom:0\",\"font-size:20px\",\"font-size:1.42857rem\",\"line-height:1.65\",\"font-weight:300\"]],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"background-color:#eee\",\"padding-bottom:0\",\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"padding:2.14em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"margin:0\",\"padding:5em 6.67em 3.33333em\"]],[false,\"}\"],[false,{\".single .entry-header\":false},[\"margin-bottom:2em\"]],[false,{\".single .post-navigation\":false},[\"margin:0\",\"padding:2em 0 0\",\"border-top:1px solid #eee\"]],[false,\"@media (max-width:768px){\"],[false,{\".single .post-navigation\":false},[\"padding-top:1.5em\"]],[false,\"}\"],[false,{\".single .post-navigation a\":false},[\"margin:2px\",\"display:inline-block\",\"text-align:center\",\"color:#000\"]],[false,\"@media (min-width:421px){\"],[false,{\".single .post-navigation .nav-links\":false},[\"-js-display:flex\",\"display:flex\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"flex:auto\"]],[false,\"}\"],[false,\"@media (max-width:420px){\"],[false,{\".single .post-navigation .ast-left-arrow\":false,\".single .post-navigation .ast-right-arrow\":false},[\"display:none\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-next a\":false,\".single .post-navigation .nav-previous a\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-previous\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".single .entry-header .ast-single-post-order+.post-thumb amp-img\":false,\".single .entry-header .ast-single-post-order+.post-thumb amp-anim\":false},[\"margin-top:2em\",\"margin-bottom:0\"]],[false,{\".single .entry-header.ast-no-title .post-thumb+.ast-single-post-order\":false},[\"margin-top:0\"]],[false,{\".single .entry-header .post-thumb+.ast-single-post-order\":false},[\"margin-top:2em\"]],[false,{\".single .entry-header .post-thumb amp-img\":false,\".single .entry-header .post-thumb amp-anim\":false},[\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".page .has-post-thumbnail .post-thumb amp-img\":false,\".page .has-post-thumbnail .post-thumb amp-anim\":false},[\"margin-bottom:1.5em\"]],[false,{\".post-password-form\":false},[\"text-align:center\"]],[false,\"@media (max-width:420px){\"],[false,{\".post-password-form input[type=password]\":false},[\"display:block\",\"margin:10px auto\"]],[false,\"}\"],[false,{\".post-password-form input[type=submit]\":false},[\"padding:10px 20px\",\"border-radius:2px\"]],[false,{\".ast-separate-container .post-navigation\":false},[\"border-top:0\",\"padding-left:3.33333em\",\"padding-right:3.33333em\"]],[false,\"@media (max-width:420px){\"],[false,{\".ast-separate-container .post-navigation\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .entry-header\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".ast-404-layout-1\":false},[\"text-align:center\",\"margin:4em auto\"]],[false,{\".ast-404-layout-1 .page-sub-title\":false},[\"font-size:1.5rem\",\"font-weight:700\"]],[false,{\".ast-404-layout-1 .widget_search\":false},[\"padding-top:.5em\"]],[false,{\".ast-404-search\":false},[\"margin-top:1.5em\"]],[false,{\".ast-404-search .widget_search\":false},[\"max-width:370px\",\"margin:0 auto\"]],[false,{\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false},[\"background-color:#fff\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 2.14em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 1em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:5.34em 6.67em\"]],[false,\"}\"],[false,{\".blog-layout-1\":false},[\"width:100%\",\"display:inline-block\",\"padding-bottom:2em\",\"vertical-align:middle\",\"border-bottom:1px solid #eee\"]],[false,{\".blog-layout-1 .posted-on\":false},[\"left:0\"]],[false,{\".blog-layout-1 .post-content\":false,\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-flex\":false},[\"-js-display:flex\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".ast-flex-1\":false},[\"flex:1\"]],[false,{\".ast-inline-flex\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-items:center\",\"flex-wrap:wrap\",\"align-content:center\"]],[false,{\".ast-justify-content-flex-start\":false},[\"justify-content:flex-start\"]],[false,{\".ast-justify-content-flex-end\":false},[\"justify-content:flex-end\"]],[false,{\".ast-justify-content-center\":false},[\"justify-content:center\"]],[false,{\".ast-justify-content-space-between\":false},[\"justify-content:space-between\"]],[false,{\".ast-justify-content-space-around\":false},[\"justify-content:space-around\"]],[false,{\".ast-align-content-flex-start\":false},[\"align-content:flex-start\"]],[false,{\".ast-align-content-flex-end\":false},[\"align-content:flex-end\"]],[false,{\".ast-align-content-center\":false},[\"align-content:center\"]],[false,{\".ast-align-content-space-between\":false},[\"align-content:space-between\"]],[false,{\".ast-align-content-space-around\":false},[\"align-content:space-around\"]],[false,{\".ast-align-content-stretch\":false},[\"align-content:stretch\"]],[false,{\".ast-flex-grow-1\":false},[\"flex-grow:1\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":47710,\"final_size\":2568,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"astra-theme-css-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}\",\"handle\":\"astra-theme-css\"}],\"priority\":2,\"hash\":\"872122ab820623adcc8e8a071c59baca\",\"parse_time\":0.08936309814453125,\"shake_time\":0.0006830692291259766,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html\":true},[\"font-size:93.75%\"]],[true,{\"a\":true,\".page-title\":false},[\"color:var(--ast-global-color-0)\"]],[true,{\"a:hover\":true,\"a:focus\":true},[\"color:var(--ast-global-color-1)\"]],[true,{\"body\":true,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false,\".ast-button\":false,\".ast-custom-button\":false},[\"font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif\",\"font-weight:inherit\",\"font-size:15px\",\"font-size:1rem\"]],[false,{\"blockquote\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".site-title\":false},[\"font-size:35px\",\"font-size:2.3333333333333rem\",\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[false,{\".site-header .site-description\":false},[\"font-size:15px\",\"font-size:1rem\",\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"h3\":true,\".entry-content h3\":false},[\"font-size:25px\",\"font-size:1.6666666666667rem\"]],[false,{\"h4\":false,\".entry-content h4\":false},[\"font-size:20px\",\"font-size:1.3333333333333rem\"]],[false,{\"h5\":false,\".entry-content h5\":false},[\"font-size:18px\",\"font-size:1.2rem\"]],[false,{\"h6\":false,\".entry-content h6\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"::selection\":true},[\"background-color:var(--ast-global-color-0)\",\"color:#fff\"]],[true,{\"body\":true,\"h1\":true,\".entry-title a\":false,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":true,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".tagcloud a:hover\":false,\".tagcloud a:focus\":false,\".tagcloud a.current-item\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\"]],[true,{\"input:focus\":true,\"input[type=\\\"text\\\"]:focus\":true,\"input[type=\\\"email\\\"]:focus\":true,\"input[type=\\\"url\\\"]:focus\":true,\"input[type=\\\"password\\\"]:focus\":true,\"input[type=\\\"reset\\\"]:focus\":true,\"input[type=\\\"search\\\"]:focus\":true,\"textarea:focus\":false},[\"border-color:var(--ast-global-color-0)\"]],[true,{\"input[type=\\\"radio\\\"]:checked\":true,\"input[type=reset]\":true,\"input[type=\\\"checkbox\\\"]:checked\":true,\"input[type=\\\"checkbox\\\"]:hover:checked\":true,\"input[type=\\\"checkbox\\\"]:focus:checked\":true,\"input[type=range]::-webkit-slider-thumb\":true},[\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"box-shadow:none\"]],[false,{\".site-footer a:hover + .post-count\":false,\".site-footer a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".single .nav-links .nav-previous\":false,\".single .nav-links .nav-next\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta\":false,\".entry-meta *\":false},[\"line-height:1.45\",\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta a:hover\":false,\".entry-meta a:hover *\":false,\".entry-meta a:focus\":false,\".entry-meta a:focus *\":false,\".page-links > .page-link\":false,\".page-links .page-link:hover\":false,\".post-navigation a:hover\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\"#cat option\":false,\".secondary .calendar_wrap thead a\":false,\".secondary .calendar_wrap thead a:visited\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".secondary .calendar_wrap #today\":false,\".ast-progress-val span\":false},[\"background:var(--ast-global-color-0)\"]],[false,{\".secondary a:hover + .post-count\":false,\".secondary a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".calendar_wrap #today > a\":false},[\"color:#fff\"]],[false,{\".page-links .page-link\":false,\".single .post-navigation a\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-archive-title\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".widget-title\":false},[\"font-size:21px\",\"font-size:1.4rem\",\"color:var(--ast-global-color-2)\"]],[false,{\"#secondary\":false,\"#secondary button\":false,\"#secondary input\":false,\"#secondary select\":false,\"#secondary textarea\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-content a\":false,\".ast-comment-content a:not(.ast-comment-edit-reply-wrap a)\":false},[\"text-decoration:underline\"]],[false,{\".ast-single-post .wp-block-button .wp-block-button__link\":false,\".ast-single-post .elementor-button-wrapper .elementor-button\":false,\".ast-single-post .entry-content .uagb-tab a\":false,\".ast-single-post .entry-content .uagb-ifb-cta a\":false,\".ast-single-post .entry-content .wp-block-uagb-buttons a\":false,\".ast-single-post .entry-content .uabb-module-content a\":false,\".ast-single-post .entry-content .uagb-post-grid a\":false,\".ast-single-post .entry-content .uagb-timeline a\":false,\".ast-single-post .entry-content .uagb-toc__wrap a\":false,\".ast-single-post .entry-content .uagb-taxomony-box a\":false,\".ast-single-post .entry-content .woocommerce a\":false},[\"text-decoration:none\"]],[false,{\".ast-logo-title-inline .site-logo-img\":false},[\"padding-right:1em\"]],[false,{\"#secondary\":false},[\"margin:4em 0 2.5em\",\"word-break:break-word\",\"line-height:2\"]],[false,{\"#secondary li\":false},[\"margin-bottom:.25em\"]],[false,{\"#secondary li:last-child\":false},[\"margin-bottom:0\"]],[false,\"@media (max-width: 768px){\"],[false,{\".js_active .ast-plain-container.ast-single-post #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"background-color:#fff\",\"padding:2em\",\"margin-bottom:2em\"]],[false,\"@media (min-width: 993px){\"],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:60px\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width: 993px){\"],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:30px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:30px\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\"#ast-mobile-header\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-buttons.aligncenter\":false},[\"justify-content:center\"]],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-group .has-background\":false},[\"padding:20px\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-cover-image.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover-image.alignfull .wp-block-cover__inner-container\":false,\".wp-block-cover.alignfull .wp-block-cover__inner-container\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".wp-block-columns\":false},[\"margin-bottom:unset\"]],[false,{\".wp-block-image.size-full\":false},[\"margin:2rem 0\"]],[false,{\".wp-block-separator.has-background\":false},[\"padding:0\"]],[false,{\".wp-block-gallery\":false},[\"margin-bottom:1.6em\"]],[false,{\".wp-block-group\":false},[\"padding-top:4em\",\"padding-bottom:4em\"]],[false,{\".wp-block-group__inner-container .wp-block-columns:last-child\":false,\".wp-block-group__inner-container :last-child\":false,\".wp-block-table table\":false},[\"margin-bottom:0\"]],[false,{\".blocks-gallery-grid\":false},[\"width:100%\"]],[false,{\".wp-block-navigation-link__content\":false},[\"padding:5px 0\"]],[false,{\".wp-block-group .wp-block-group .has-text-align-center\":false,\".wp-block-group .wp-block-column .has-text-align-center\":false},[\"max-width:100%\"]],[false,{\".has-text-align-center\":false},[\"margin:0 auto\"]],[false,\"@media (max-width:1200px){\"],[false,{\".wp-block-group\":false},[\"padding:3em\"]],[false,{\".wp-block-group .wp-block-group\":false},[\"padding:1.5em\"]],[false,{\".wp-block-columns\":false,\".wp-block-column\":false},[\"margin:1rem 0\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\".wp-block-columns .wp-block-group\":false},[\"padding:2em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-cover-image .wp-block-cover__inner-container\":false,\".wp-block-cover .wp-block-cover__inner-container\":false},[\"width:unset\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"padding:2em 0\"]],[false,{\".wp-block-group\":false,\".wp-block-cover\":false},[\"padding:2em\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"width:unset\",\"max-width:100%\"]],[false,{\".wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:1em\"]],[false,\"}\"],[false,\"@media (min-width:544px){\"],[false,{\".entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content\":false},[\"padding:0 8% 0 0\"]],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:0 0 0 8%\"]],[false,{\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:8% 0\"]],[false,{\".wp-block-media-text .wp-block-media-text__media amp-img\":false,\".wp-block-media-text .wp-block-media-text__media amp-anim\":false},[\"width:auto\",\"max-width:100%\"]],[false,\"}\"],[false,{\".wp-block-button.is-style-outline .wp-block-button__link\":false},[\"border-color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)\":false,\".wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color)\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus\":false},[\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus:not(#_#_#_#_#_#_#_)\":false},[\"color:#fff\"]],[false,{\".post-page-numbers.current .page-link\":false,\".ast-pagination .page-numbers.current\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\"]],[false,\"@media (min-width:544px){\"],[false,{\".entry-content > .alignleft\":false},[\"margin-right:20px\"]],[false,{\".entry-content > .alignright\":false},[\"margin-left:20px\"]],[false,\"}\"],[false,{\"h1.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h2.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h3.widget-title\":false},[\"font-weight:inherit\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container #secondary\":false},[\"padding:1.5em 0\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"padding:1.5em 0\",\"margin:0\"]],[false,{\".ast-left-sidebar #content > .ast-container\":false},[\"display:flex\",\"flex-direction:column-reverse\",\"width:100%\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"margin:20px 0 0 0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#secondary.secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".ast-separate-container.ast-two-container #secondary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-page-builder-template .entry-header #secondary\":false,\".ast-page-builder-template #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:0\"]],[false,{\".ast-page-builder-template.ast-left-sidebar #secondary\":false,\".ast-page-builder-template.ast-right-sidebar #secondary\":false},[\"padding-right:20px\",\"padding-left:20px\"]],[false,{\".ast-right-sidebar #secondary\":false,\".ast-left-sidebar #primary\":false},[\"padding-left:0\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:0\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-separate-container.ast-right-sidebar #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false},[\"border:0\"]],[false,{\".search-no-results.ast-separate-container #primary\":false},[\"margin-bottom:4em\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"border-right:1px solid #eee\"]],[false,{\".ast-left-sidebar #primary\":false},[\"border-left:1px solid #eee\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"border-left:1px solid #eee\",\"margin-left:-1px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"border-right:1px solid #eee\",\"margin-right:-1px\"]],[false,{\".ast-separate-container.ast-two-container.ast-right-sidebar #secondary\":false},[\"padding-left:30px\",\"padding-right:0\"]],[false,{\".ast-separate-container.ast-two-container.ast-left-sidebar #secondary\":false},[\"padding-right:30px\",\"padding-left:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false,\".ast-separate-container.ast-left-sidebar #secondary\":false},[\"border:0\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget:last-child\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"color:#fff\"]],[false,{\".wp-block-button .wp-block-button__link:hover\":false,\".wp-block-button .wp-block-button__link:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button .wp-block-button__link\":false},[\"border-style:solid\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"color:#fff\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\",\"border-radius:2px\"]],[false,{\".wp-block-buttons .wp-block-button .wp-block-button__link\":false},[\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\"]],[false,\"@media (max-width:921px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,\"}\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".ast-custom-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button\":false,\"body .wp-block-file .wp-block-file__button\":false},[\"border-style:solid\",\"border-top-width:0\",\"border-right-width:0\",\"border-left-width:0\",\"border-bottom-width:0\",\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\",\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\"]],[true,{\"button:focus\":false,\".menu-toggle:hover\":false,\"button:hover\":false,\".ast-button:hover\":false,\".ast-custom-button:hover .button:hover\":false,\".ast-custom-button:hover\":false,\"input[type=reset]:hover\":true,\"input[type=reset]:focus\":true,\"input#submit:hover\":false,\"input#submit:focus\":false,\"input[type=\\\"button\\\"]:hover\":true,\"input[type=\\\"button\\\"]:focus\":true,\"input[type=\\\"submit\\\"]:hover\":true,\"input[type=\\\"submit\\\"]:focus\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover\":false,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus\":false,\"body .wp-block-file .wp-block-file__button:hover\":false,\"body .wp-block-file .wp-block-file__button:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,\"@media (min-width:544px){\"],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false,\".ast-separate-container .comments-title\":false,\".ast-separate-container .ast-archive-description\":false},[\"padding:1.5em 1em\"]],[false,{\".ast-separate-container #content .ast-container\":false},[\"padding-left:.54em\",\"padding-right:.54em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 1em\",\"margin-bottom:1.5em\"]],[false,{\".ast-separate-container .ast-comment-list .bypostauthor\":false},[\"padding:.5em\"]],[false,{\".ast-search-menu-icon.ast-dropdown-active .search-field\":false},[\"width:170px\"]],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,{\".ast-separate-container #secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"margin-bottom:1.5em\",\"padding-left:1em\",\"padding-right:1em\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,{\".ast-mobile-header-stack .main-header-bar .ast-search-menu-icon\":false},[\"display:inline-block\"]],[false,{\".ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon\":false},[\"margin:0\"]],[false,{\".ast-comment-avatar-wrap amp-img\":false,\".ast-comment-avatar-wrap amp-anim\":false},[\"max-width:2.5em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container .comment-respond\":false},[\"padding:2em 2.14em\"]],[false,{\".ast-comment-meta\":false},[\"padding:0 1.8888em 1.3333em\"]],[true,\"}\"],[false,{\".entry-content > .wp-block-group\":false,\".entry-content > .wp-block-media-text\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns\":false},[\"max-width:58em\",\"width:calc(100% - 4em)\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > .alignfull\":false},[\"max-width:100%\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(amp-iframe)\":false},[\"max-width:50rem\",\"width:100%\"]],[false,\"@media (min-width:921px){\"],[false,{\".entry-content > .wp-block-group.alignwide.has-background\":false,\".entry-content > .wp-block-group.alignfull.has-background\":false,\".entry-content > .wp-block-cover.alignwide\":false,\".entry-content > .wp-block-cover.alignfull\":false,\".entry-content > .wp-block-columns.has-background.alignwide\":false,\".entry-content > .wp-block-columns.has-background.alignfull\":false},[\"margin-top:0\",\"margin-bottom:0\",\"padding:6em 4em\"]],[false,{\".entry-content > .wp-block-columns.has-background\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".entry-content .alignfull p\":false},[\"max-width:1200px\"]],[false,{\".entry-content .alignfull\":false},[\"max-width:100%\",\"width:100%\"]],[false,{\".ast-page-builder-template .entry-content .alignwide\":false,\".entry-content [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:1200px\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:80rem\"]],[false,\"}\"],[false,\"@media (min-width:545px){\"],[false,{\".site-main .entry-content > .alignwide\":false},[\"margin:0 auto\"]],[false,{\".wp-block-group.has-background\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns.has-background\":false},[\"padding:4em\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".entry-content .wp-block-media-text.alignfull .wp-block-media-text__content\":false,\".entry-content .wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:0 8%\"]],[false,\"}\"],[true,\"@media (max-width:921px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[true,{\"h3\":true,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[true,{\"h3\":true,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-container\":false},[\"max-width:1240px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".site-content .ast-container\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-content .ast-container\":false},[\"flex-direction:column\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu\":false,\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:focus-within > .sub-menu\":false},[\"margin-left:-0px\"]],[false,\"}\"],[false,{\".wp-block-search\":false},[\"margin-bottom:20px\"]],[false,{\".wp-block-site-tagline\":false},[\"margin-top:20px\"]],[false,{\"form.wp-block-search .wp-block-search__input\":false,\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper\":false},[\"border-color:#eaeaea\",\"background:#fafafa\"]],[false,{\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus\":false,\".wp-block-loginout input:focus\":false},[\"outline:thin dotted\"]],[false,{\".wp-block-loginout input:focus\":false},[\"border-color:transparent\"]],[false,{\"form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input\":false},[\"padding:12px\"]],[false,{\"form.wp-block-search .wp-block-search__button svg\":false},[\"fill:currentColor\",\"width:20px\",\"height:20px\"]],[false,{\".wp-block-loginout p label\":false},[\"display:block\"]],[false,{\".wp-block-loginout p:not(.login-remember):not(.login-submit) input\":false},[\"width:100%\"]],[false,{\".wp-block-loginout .login-remember input\":false},[\"width:1.1rem\",\"height:1.1rem\",\"margin:0 5px 4px 0\",\"vertical-align:middle\"]],[false,{\"body .wp-block-file .wp-block-file__button\":false},[\"text-decoration:none\"]],[false,{\"blockquote\":false},[\"padding:0 1.2em 1.2em\"]],[false,{\".wp-block-file\":false},[\"display:flex\",\"align-items:center\",\"flex-wrap:wrap\",\"justify-content:space-between\"]],[false,{\".wp-block-pullquote\":false},[\"border:none\"]],[false,{\".wp-block-pullquote blockquote::before\":false},[\"content:\\\"\\u201d\\\"\",\"font-family:\\\"Helvetica\\\",sans-serif\",\"display:flex\",\"transform:rotate(180deg)\",\"font-size:6rem\",\"font-style:normal\",\"line-height:1\",\"font-weight:bold\",\"align-items:center\",\"justify-content:center\"]],[false,{\"figure.wp-block-pullquote.is-style-solid-color blockquote\":false},[\"max-width:100%\",\"text-align:inherit\"]],[false,{\"ul.wp-block-categories-list.wp-block-categories\":false,\"ul.wp-block-archives-list.wp-block-archives\":false},[\"list-style-type:none\"]],[false,{\".wp-block-button__link\":false},[\"border:2px solid currentColor\"]],[true,{\"ul\":true,\"ol\":false},[\"margin-left:20px\"]],[false,{\"figure.alignright figcaption\":false},[\"text-align:right\"]],[false,{\":root .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[true,{\":root\":true},[\"--ast-global-color-0:#0170b9\",\"--ast-global-color-1:#3a3a3a\",\"--ast-global-color-2:#3a3a3a\",\"--ast-global-color-3:#4b4f58\",\"--ast-global-color-4:#f5f5f5\",\"--ast-global-color-5:#fff\",\"--ast-global-color-6:#f2f5f7\",\"--ast-global-color-7:#424242\",\"--ast-global-color-8:#000\"]],[false,{\".ast-breadcrumbs .trail-browse\":false,\".ast-breadcrumbs .trail-items\":false,\".ast-breadcrumbs .trail-items li\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\",\"border:none\",\"background:inherit\",\"text-indent:0\"]],[false,{\".ast-breadcrumbs .trail-browse\":false},[\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"color:inherit\"]],[false,{\".ast-breadcrumbs .trail-items\":false},[\"list-style:none\"]],[false,{\".trail-items li::after\":false},[\"padding:0 .3em\",\"content:\\\"\\u00bb\\\"\"]],[false,{\".trail-items li:last-of-type::after\":false},[\"display:none\"]],[true,{\"h1\":true,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":true,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".entry-title a\":false},[\"color:var(--ast-global-color-2)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,{\".ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-1 .sub-menu\":false,\".ast-builder-menu-1 .inline-on-mobile .sub-menu\":false},[\"border-top-width:2px\",\"border-bottom-width:0px\",\"border-right-width:0px\",\"border-left-width:0px\",\"border-color:var(--ast-global-color-0)\",\"border-style:solid\",\"border-radius:0px\"]],[false,{\".ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu\":false,\".ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper\":false},[\"margin-top:0px\"]],[false,{\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before\":false,\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before\":false},[\"height:calc(0px + 5px)\"]],[false,{\".ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-1 .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"background-color:#eee\",\"min-height:80px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false},[\"max-width:1200px\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false,\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section\":false},[\"align-items:flex-start\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"@media (max-width:921px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,{\".ast-footer-copyright\":false},[\"color:var(--ast-global-color-3)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,{\".ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,{\"#ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-amp.ast-main-header-nav-open .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-below-header-bar\":false,\".ast-amp .main-header-bar\":false,\".ast-amp .ast-above-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-header .main-header-bar-wrap .site-branding\":false},[\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-main-header-bar-alignment.toggle-on\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".main-header-menu .menu-item\":false},[\"width:100%\",\"text-align:left\",\"border-top:0\"]],[false,{\".main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"-webkit-transition:all .2s\",\"transition:all .2s\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-amp .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-amp .main-navigation ul .menu-item .menu-link\":false,\".ast-amp .main-navigation ul .button-custom-menu-item a\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-amp .main-header-menu\":false},[\"background-color:#f9f9f9\"]],[false,{\".ast-amp .main-header-menu ul\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul\":false,\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul\":false,\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-amp .user-select\":false},[\"clear:both\"]],[false,{\".ast-amp .ast-mobile-menu-buttons\":false},[\"text-align:right\",\"display:flex\",\"-webkit-box-pack:end\",\"-webkit-justify-content:flex-end\",\"-moz-box-pack:end\",\"-ms-flex-pack:end\",\"justify-content:flex-end\"]],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"width:calc(100% + 40px)\"]],[false,{\".ast-amp .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".ast-amp .site-header .main-header-bar-wrap .site-branding\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-amp .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar\":false},[\"border:0\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-main-header-bar-alignment .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation ul > li:first-child\":false},[\"border-top:0\"]],[false,{\".ast-amp .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-amp .main-navigation li\":false},[\"width:100%\"]],[false,{\".ast-amp .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-amp .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-amp .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-amp .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-amp .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:none\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link\":false},[\"display:inline-block\"]],[false,{\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:block\"]],[false,{\".ast-amp .ast-header-widget-area .widget\":false},[\"margin:.5em 0\",\"display:block\"]],[false,{\".ast-amp .nav-fallback-text\":false},[\"float:none\"]],[false,{\".ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap\":false},[\"height:3em\",\"line-height:3\",\"text-align:left\"]],[false,{\".ast-amp #ast-site-header-cart .widget_shopping_cart\":false},[\"display:none\"]],[false,{\".ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart\":false},[\"order:initial\",\"line-height:3\",\"padding:0 1em 1em 0\"]],[false,{\".ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget\":false,\".ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap\":false},[\"display:none\"]],[false,{\".ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item\":false},[\"padding:0\"]],[false,{\".ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form\":false},[\"right:0\"]],[false,{\".ast-amp .main-header-menu .sub-menu\":false},[\"box-shadow:none\"]],[false,{\".ast-amp .submenu-with-border .sub-menu a\":false},[\"border-width:1px\"]],[false,{\".ast-amp .submenu-with-border .sub-menu > li:last-child > a\":false},[\"border-width:1px\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal\":false},[\"background:transparent\",\"border:none\"]],[false,\"}\"],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"@media (min-width:922px){\"],[false,{\".main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\"#primary\":false},[\"width:70%\"]],[false,{\"#secondary\":false},[\"width:30%\"]],[false,\"}\"],[false,{\".main-header-menu .menu-item\":false,\"#astra-footer-menu .menu-item\":false,\".main-header-bar .ast-masthead-custom-menu-items\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-pack:center\",\"-webkit-justify-content:center\",\"-moz-box-pack:center\",\"-ms-flex-pack:center\",\"justify-content:center\",\"-webkit-box-orient:vertical\",\"-webkit-box-direction:normal\",\"-webkit-flex-direction:column\",\"-moz-box-orient:vertical\",\"-moz-box-direction:normal\",\"-ms-flex-direction:column\",\"flex-direction:column\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false,\"#astra-footer-menu > .menu-item > .menu-link\":false},[\"height:100%\",\"-webkit-box-align:center\",\"-webkit-align-items:center\",\"-moz-box-align:center\",\"-ms-flex-align:center\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg\":false},[\"top:.2em\",\"margin-top:0px\",\"margin-left:0px\",\"width:.65em\",\"transform:translate(0,-2px) rotateZ(270deg)\"]],[false,{\".ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-separate-container .blog-layout-1\":false,\".ast-separate-container .blog-layout-2\":false,\".ast-separate-container .blog-layout-3\":false},[\"background-color:transparent\",\"background-image:none\"]],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-mobile-header-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding:10px 0\",\"height:auto\"]],[false,{\".ast-mobile-header-content > *:first-child\":false,\".ast-desktop-header-content > *:first-child\":false},[\"padding-top:10px\"]],[false,{\".ast-mobile-header-content > .ast-builder-menu\":false,\".ast-desktop-header-content > .ast-builder-menu\":false},[\"padding-top:0\"]],[false,{\".ast-mobile-header-content > *:last-child\":false,\".ast-desktop-header-content > *:last-child\":false},[\"padding-bottom:0\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label\":false},[\"width:100%\"]],[false,{\".ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\"#ast-desktop-header .ast-desktop-header-content\":false,\".ast-mobile-header-content .ast-search-icon\":false,\".ast-desktop-header-content .ast-search-icon\":false,\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content\":false},[\"display:none\"]],[false,{\".ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content\":false,\".ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu\":false},[\"opacity:1\",\"visibility:visible\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation\":false},[\"width:unset\",\"margin:unset\"]],[false,{\".ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false,\".ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"left:calc(20px - .907em)\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon\":false,\".ast-mobile-header-content .ast-search-menu-icon.slide-search\":false,\".ast-desktop-header-content .ast-search-menu-icon\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search\":false},[\"width:100%\",\"position:relative\",\"display:block\",\"right:auto\",\"transform:none\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-form\":false},[\"right:0\",\"visibility:visible\",\"opacity:1\",\"position:relative\",\"top:auto\",\"transform:none\",\"padding:0\",\"display:block\",\"overflow:hidden\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-field\":false},[\"width:100%\",\"padding-right:5.5em\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon .search-submit\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-submit\":false},[\"display:block\",\"position:absolute\",\"height:100%\",\"top:0\",\"right:0\",\"padding:0 1em\",\"border-radius:0\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-mobile-popup-drawer.active .ast-mobile-popup-inner\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-desktop-header-content\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-popup-content > *\":false,\".ast-mobile-header-content > *\":false,\".ast-desktop-popup-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding-top:0px\",\"padding-bottom:0px\"]],[false,{\".content-align-flex-start .ast-builder-layout-element\":false},[\"justify-content:flex-start\"]],[false,{\".content-align-flex-start .main-header-menu\":false},[\"text-align:left\"]],[false,{\".ast-mobile-popup-drawer.active .menu-toggle-close\":false},[\"color:#3a3a3a\"]],[false,{\".ast-mobile-header-wrap .ast-primary-header-bar\":false,\".ast-primary-header-bar .site-primary-header-wrap\":false},[\"min-height:70px\"]],[false,{\".ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item\":false},[\"line-height:70px\"]],[false,\"@media (max-width:921px){\"],[false,{\"#masthead .ast-mobile-header-wrap .ast-primary-header-bar\":false,\"#masthead .ast-mobile-header-wrap .ast-below-header-bar\":false},[\"padding-left:20px\",\"padding-right:20px\"]],[false,\"}\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"@media (min-width:922px){\"],[false,{\".ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"}\"],[false,{\".ast-primary-header-bar\":false},[\"background-color:#fff\"]],[false,{\".ast-primary-header-bar\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal\":false},[\"color:var(--ast-global-color-0)\",\"border:none\",\"background:transparent\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg\":false},[\"width:20px\",\"height:20px\",\"fill:var(--ast-global-color-0)\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item > .menu-link\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,{\".ast-hfb-header .ast-builder-menu-mobile .main-header-menu\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":116345,\"final_size\":7716,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1547,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2462,\"function\":\"wp_common_block_scripts_and_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":20,\"hash\":\"6eb20086263e86e560757b16661f58ea\",\"parse_time\":0.18590092658996582,\"shake_time\":0.0014069080352783203,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-archives\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-archives-dropdown label\":false},[\"display:block\"]],[false,{\".wp-block-avatar\":false},[\"line-height:0\"]],[false,{\".wp-block-avatar\":false,\".wp-block-avatar amp-img\":false,\".wp-block-avatar amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-avatar.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-audio\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-audio :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-audio amp-audio\":false},[\"min-width:300px\",\"width:100%\"]],[false,{\".wp-block-button__link\":false},[\"align-content:center\",\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"height:100%\",\"text-align:center\",\"word-break:break-word\"]],[false,{\".wp-block-button__link.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-button__link.alignright\":false},[\"text-align:right\"]],[true,{\":where(.wp-block-button__link)\":true},[\"border-radius:9999px\",\"box-shadow:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"text-decoration:none\"]],[false,{\".wp-block-button[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width\":false},[\"max-width:none\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-25\":false},[\"width:calc(25% - var(--wp--style--block-gap,.5em) * .75)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-50\":false},[\"width:calc(50% - var(--wp--style--block-gap,.5em) * .5)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-75\":false},[\"width:calc(75% - var(--wp--style--block-gap,.5em) * .25)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-100\":false},[\"flex-basis:100%\",\"width:100%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25\":false},[\"width:25%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50\":false},[\"width:50%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75\":false},[\"width:75%\"]],[false,{\".wp-block-button.is-style-squared\":false,\".wp-block-button__link.wp-block-button.is-style-squared\":false},[\"border-radius:0\"]],[false,{\".wp-block-button.no-border-radius:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button__link.no-border-radius:not(#_#_#_#_#_#_#_)\":false},[\"border-radius:0\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline)\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link)\":true},[\"border:2px solid\",\"padding:.667em 1.333em\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color))\":true},[\"color:currentColor\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background))\":true},[\"background-color:initial\",\"background-image:none\"]],[false,{\".wp-block-buttons\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-buttons.is-vertical\":false},[\"flex-direction:column\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-buttons>.wp-block-button\":false},[\"display:inline-block\",\"margin:0\"]],[false,{\".wp-block-buttons.is-content-justification-left\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-left.is-vertical\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-center\":false},[\"justify-content:center\"]],[false,{\".wp-block-buttons.is-content-justification-center.is-vertical\":false},[\"align-items:center\"]],[false,{\".wp-block-buttons.is-content-justification-right\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-right.is-vertical\":false},[\"align-items:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-space-between\":false},[\"justify-content:space-between\"]],[false,{\".wp-block-buttons.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button\":false,\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-button.aligncenter\":false,\".wp-block-calendar\":false},[\"text-align:center\"]],[false,{\".wp-block-calendar td\":false,\".wp-block-calendar th\":false},[\"border:1px solid\",\"padding:.25em\"]],[false,{\".wp-block-calendar th\":false},[\"font-weight:400\"]],[false,{\".wp-block-calendar caption\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color))\":false},[\"color:#40464d\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color)) td\":false,\".wp-block-calendar table:where(:not(.has-text-color)) th\":false},[\"border-color:#ddd\"]],[false,{\".wp-block-calendar table.has-background th\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table.has-text-color th\":false},[\"color:inherit\"]],[false,{\":where(.wp-block-calendar table:not(.has-background) th)\":false},[\"background:#ddd\"]],[false,{\".wp-block-categories\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-categories.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-categories.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-categories.wp-block-categories-dropdown.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-categories .wp-block-categories__label\":false},[\"display:block\",\"width:100%\"]],[false,{\".wp-block-code\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-code code\":false},[\"direction:ltr\",\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"text-align:initial\",\"white-space:pre-wrap\"]],[false,{\".wp-block-columns\":false},[\"box-sizing:border-box\",\"display:flex\"]],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"align-items:normal\",\"flex-wrap:wrap\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,\"}\"],[false,{\".wp-block-columns.are-vertically-aligned-top\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-columns.are-vertically-aligned-center\":false},[\"align-items:center\"]],[false,{\".wp-block-columns.are-vertically-aligned-bottom\":false},[\"align-items:flex-end\"]],[false,\"@media (max-width:781px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(#_#_#_#_#_#_#_)\":false},[\"flex-basis:100%\"]],[false,\"}\"],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[false,\"}\"],[false,{\".wp-block-columns.is-not-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[true,{\":where(.wp-block-columns)\":true},[\"margin-bottom:1.75em\"]],[true,{\":where(.wp-block-columns.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-column\":false},[\"flex-grow:1\",\"min-width:0\",\"overflow-wrap:break-word\",\"word-break:break-word\"]],[false,{\".wp-block-column.is-vertically-aligned-top\":false},[\"align-self:flex-start\"]],[false,{\".wp-block-column.is-vertically-aligned-center\":false},[\"align-self:center\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false},[\"align-self:flex-end\"]],[false,{\".wp-block-column.is-vertically-aligned-stretch\":false},[\"align-self:stretch\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false,\".wp-block-column.is-vertically-aligned-center\":false,\".wp-block-column.is-vertically-aligned-top\":false},[\"width:100%\"]],[false,{\".wp-block-post-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments .alignleft\":false},[\"float:left\"]],[false,{\".wp-block-post-comments .alignright\":false},[\"float:right\"]],[false,{\".wp-block-post-comments .navigation:after\":false},[\"clear:both\",\"content:\\\"\\\"\",\"display:table\"]],[false,{\".wp-block-post-comments .commentlist\":false},[\"clear:both\",\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .commentlist .comment\":false},[\"min-height:2.25em\",\"padding-left:3.25em\"]],[false,{\".wp-block-post-comments .commentlist .comment p\":false},[\"font-size:1em\",\"line-height:1.8\",\"margin:1em 0\"]],[false,{\".wp-block-post-comments .commentlist .children\":false},[\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .comment-author\":false},[\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-author .avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"margin-top:.5em\",\"width:2.5em\"]],[false,{\".wp-block-post-comments .comment-author cite\":false},[\"font-style:normal\"]],[false,{\".wp-block-post-comments .comment-meta\":false},[\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-meta b\":false},[\"font-weight:400\"]],[false,{\".wp-block-post-comments .comment-meta .comment-awaiting-moderation\":false},[\"display:block\",\"margin-bottom:1em\",\"margin-top:1em\"]],[false,{\".wp-block-post-comments .comment-body .commentmetadata\":false},[\"font-size:.875em\"]],[false,{\".wp-block-post-comments .comment-form-author label\":false,\".wp-block-post-comments .comment-form-comment label\":false,\".wp-block-post-comments .comment-form-email label\":false,\".wp-block-post-comments .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments .reply\":false},[\"font-size:.875em\",\"margin-bottom:1.4em\"]],[false,{\".wp-block-post-comments input:not([type=submit])\":false,\".wp-block-post-comments textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[false,{\".wp-block-post-comments input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments textarea\":false},[\"padding:calc(.667em + 2px)\"]],[true,{\":where(.wp-block-post-comments input[type=submit])\":true},[\"border:none\"]],[false,{\".wp-block-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous\":false},[\"font-size:inherit\",\"margin-bottom:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-comment-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-comment-template li\":false},[\"clear:both\"]],[false,{\".wp-block-comment-template ol\":false},[\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding-left:2rem\"]],[false,{\".wp-block-comment-template.alignleft\":false},[\"float:left\"]],[false,{\".wp-block-comment-template.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:fit-content\"]],[false,{\".wp-block-comment-template.alignright\":false},[\"float:right\"]],[false,{\".wp-block-comment-date\":false},[\"box-sizing:border-box\"]],[false,{\".comment-awaiting-moderation\":false},[\"display:block\",\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-comment-author-name\":false,\".wp-block-comment-content\":false,\".wp-block-comment-edit-link\":false,\".wp-block-comment-reply-link\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"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\"]],[false,{\".wp-block-cover .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image.has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover.has-background-dim:not([class*=-background-color])\":false},[\"background-color:#000\"]],[false,{\".wp-block-cover .has-background-dim.has-background-gradient\":false,\".wp-block-cover-image .has-background-dim.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-cover-image.has-background-dim:before\":false,\".wp-block-cover.has-background-dim:before\":false},[\"background-color:inherit\",\"content:\\\"\\\"\"]],[false,{\".wp-block-cover .wp-block-cover__background\":false,\".wp-block-cover .wp-block-cover__gradient-background\":false,\".wp-block-cover-image .wp-block-cover__background\":false,\".wp-block-cover-image .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim:not(.has-background-gradient):before\":false},[\"bottom:0\",\"left:0\",\"opacity:.5\",\"position:absolute\",\"right:0\",\"top:0\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false},[\"opacity:1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-cover-image.aligncenter\":false,\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.aligncenter\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"display:flex\"]],[false,{\".wp-block-cover .wp-block-cover__inner-container\":false,\".wp-block-cover-image .wp-block-cover__inner-container\":false},[\"color:inherit\",\"position:relative\",\"width:100%\"]],[false,{\".wp-block-cover-image.is-position-top-left\":false,\".wp-block-cover.is-position-top-left\":false},[\"align-items:flex-start\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-top-center\":false,\".wp-block-cover.is-position-top-center\":false},[\"align-items:flex-start\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-top-right\":false,\".wp-block-cover.is-position-top-right\":false},[\"align-items:flex-start\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-center-left\":false,\".wp-block-cover.is-position-center-left\":false},[\"align-items:center\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-center-center\":false,\".wp-block-cover.is-position-center-center\":false},[\"align-items:center\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-center-right\":false,\".wp-block-cover.is-position-center-right\":false},[\"align-items:center\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-bottom-left\":false,\".wp-block-cover.is-position-bottom-left\":false},[\"align-items:flex-end\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-bottom-center\":false,\".wp-block-cover.is-position-bottom-center\":false},[\"align-items:flex-end\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-bottom-right\":false,\".wp-block-cover.is-position-bottom-right\":false},[\"align-items:flex-end\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false},[\"margin:0\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false},[\"margin:0\",\"width:auto\"]],[false,{\".wp-block-cover .wp-block-cover__image-background\":false,\".wp-block-cover amp-video.wp-block-cover__video-background\":false,\".wp-block-cover amp-youtube.wp-block-cover__video-background\":false,\".wp-block-cover-image .wp-block-cover__image-background\":false,\".wp-block-cover-image amp-video.wp-block-cover__video-background\":false,\".wp-block-cover-image amp-youtube.wp-block-cover__video-background\":false},[\"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%\"]],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:fixed\",\"background-repeat:no-repeat\",\"background-size:cover\"]],[false,\"@supports (-webkit-touch-callout:inherit){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,{\".wp-block-cover-image.is-repeated\":false,\".wp-block-cover.is-repeated\":false,\".wp-block-cover__image-background.is-repeated\":false,\"amp-video.wp-block-cover__video-background.is-repeated\":false,\"amp-youtube.wp-block-cover__video-background.is-repeated\":false},[\"background-repeat:repeat\",\"background-size:auto\"]],[false,{\".wp-block-cover-image-text\":false,\".wp-block-cover-image-text a\":false,\".wp-block-cover-image-text a:active\":false,\".wp-block-cover-image-text a:focus\":false,\".wp-block-cover-image-text a:hover\":false,\".wp-block-cover-text\":false,\".wp-block-cover-text a\":false,\".wp-block-cover-text a:active\":false,\".wp-block-cover-text a:focus\":false,\".wp-block-cover-text a:hover\":false,\"section.wp-block-cover-image h2\":false,\"section.wp-block-cover-image h2 a\":false,\"section.wp-block-cover-image h2 a:active\":false,\"section.wp-block-cover-image h2 a:focus\":false,\"section.wp-block-cover-image h2 a:hover\":false},[\"color:#fff\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-left-content\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-right-content\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-left-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-left-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-left-content>h2\":false},[\"margin-left:0\",\"text-align:left\"]],[false,{\".wp-block-cover-image.has-right-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-right-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-right-content>h2\":false},[\"margin-right:0\",\"text-align:right\"]],[false,{\".wp-block-cover .wp-block-cover-text\":false,\".wp-block-cover-image .wp-block-cover-image-text\":false,\"section.wp-block-cover-image>h2\":false},[\"font-size:2em\",\"line-height:1.25\",\"margin-bottom:0\",\"max-width:840px\",\"padding:.44em\",\"text-align:center\",\"z-index:1\"]],[true,{\":where(.wp-block-cover-image:not(.has-text-color))\":true,\":where(.wp-block-cover:not(.has-text-color))\":true},[\"color:#fff\"]],[true,{\":where(.wp-block-cover-image.is-light:not(.has-text-color))\":true,\":where(.wp-block-cover.is-light:not(.has-text-color))\":true},[\"color:#000\"]],[true,{\":root :where(.wp-block-cover h1:not(.has-text-color))\":true,\":root :where(.wp-block-cover h2:not(.has-text-color))\":true,\":root :where(.wp-block-cover h3:not(.has-text-color))\":true,\":root :where(.wp-block-cover h4:not(.has-text-color))\":true,\":root :where(.wp-block-cover h5:not(.has-text-color))\":true,\":root :where(.wp-block-cover h6:not(.has-text-color))\":true,\":root :where(.wp-block-cover p:not(.has-text-color))\":true},[\"color:inherit\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background\":false},[\"z-index:0\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before\":false},[\"z-index:1\"]],[false,{\".has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[false,{\".wp-block-details\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-details summary\":false},[\"cursor:pointer\"]],[false,{\".wp-block-embed.alignleft\":false,\".wp-block-embed.alignright\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"]\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"]\":false},[\"max-width:360px\",\"width:100%\"]],[false,{\".wp-block-embed.alignleft .wp-block-embed__wrapper\":false,\".wp-block-embed.alignright .wp-block-embed__wrapper\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false},[\"min-width:280px\"]],[false,{\".wp-block-cover .wp-block-embed\":false},[\"min-height:240px\",\"min-width:320px\"]],[false,{\".wp-block-embed\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-embed :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-embed amp-iframe\":false},[\"max-width:100%\"]],[false,{\".wp-block-embed__wrapper\":false},[\"position:relative\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before\":false},[\"content:\\\"\\\"\",\"display:block\",\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio amp-iframe\":false},[\"bottom:0\",\"height:100%\",\"left:0\",\"position:absolute\",\"right:0\",\"top:0\",\"width:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:42.85%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:56.25%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before\":false},[\"padding-top:75%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before\":false},[\"padding-top:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before\":false},[\"padding-top:177.77%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before\":false},[\"padding-top:200%\"]],[false,{\".wp-block-file\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-file:not(.wp-element-button)\":false},[\"font-size:.8em\"]],[false,{\".wp-block-file.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-file.alignright\":false},[\"text-align:right\"]],[false,{\".wp-block-file *+.wp-block-file__button\":false},[\"margin-left:.75em\"]],[true,{\":where(.wp-block-file)\":true},[\"margin-bottom:1.5em\"]],[false,{\".wp-block-file__embed\":false},[\"margin-bottom:1em\"]],[true,{\":where(.wp-block-file__button)\":true},[\"border-radius:2em\",\"display:inline-block\",\"padding:.5em 1em\"]],[true,{\":where(.wp-block-file__button):is(a):active\":true,\":where(.wp-block-file__button):is(a):focus\":true,\":where(.wp-block-file__button):is(a):hover\":true,\":where(.wp-block-file__button):is(a):visited\":true},[\"box-shadow:none\",\"color:#fff\",\"opacity:.85\",\"text-decoration:none\"]],[false,{\".wp-block-form-input__label\":false},[\"display:flex\",\"flex-direction:column\",\"gap:.25em\",\"margin-bottom:.5em\",\"width:100%\"]],[false,{\".wp-block-form-input__label.is-label-inline\":false},[\"align-items:center\",\"flex-direction:row\",\"gap:.5em\"]],[false,{\".wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content\":false},[\"margin-bottom:.5em\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox])\":false},[\"flex-direction:row\",\"width:fit-content\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content\":false},[\"margin:0\"]],[false,{\".wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox])\":false},[\"flex-direction:row-reverse\"]],[false,{\".wp-block-form-input__label-content\":false},[\"width:fit-content\"]],[false,{\".wp-block-form-input__input\":false},[\"font-size:1em\",\"margin-bottom:.5em\",\"padding:0 .5em\"]],[false,{\".wp-block-form-input__input[type=date]\":false,\".wp-block-form-input__input[type=datetime-local]\":false,\".wp-block-form-input__input[type=datetime]\":false,\".wp-block-form-input__input[type=email]\":false,\".wp-block-form-input__input[type=month]\":false,\".wp-block-form-input__input[type=number]\":false,\".wp-block-form-input__input[type=password]\":false,\".wp-block-form-input__input[type=search]\":false,\".wp-block-form-input__input[type=tel]\":false,\".wp-block-form-input__input[type=text]\":false,\".wp-block-form-input__input[type=time]\":false,\".wp-block-form-input__input[type=url]\":false,\".wp-block-form-input__input[type=week]\":false},[\"border:1px solid\",\"line-height:2\",\"min-height:2em\"]],[false,{\"textarea.wp-block-form-input__input\":false},[\"min-height:10em\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images)\":false,\".wp-block-gallery:not(.has-nested-images)\":false},[\"display:flex\",\"flex-wrap:wrap\",\"list-style-type:none\",\"margin:0\",\"padding:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item\":false},[\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"margin:0 1em 1em 0\",\"position:relative\",\"width:calc(50% - 1em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure\":false},[\"align-items:flex-end\",\"display:flex\",\"height:100%\",\"justify-content:flex-start\",\"margin:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-anim\":false},[\"display:block\",\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,rgba(0,0,0,0))\",\"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\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) figcaption\":false,\".wp-block-gallery:not(.has-nested-images) figcaption\":false},[\"flex-grow:1\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false},[\"flex:1\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item\":false},[\"margin-right:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(33.33333% - .66667em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(25% - .75em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(20% - .8em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(16.66667% - .83333em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(14.28571% - .85714em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(12.5% - .875em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false},[\"margin-right:0\"]],[false,\"}\"],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).alignleft\":false,\".blocks-gallery-grid:not(.has-nested-images).alignright\":false,\".wp-block-gallery:not(.has-nested-images).alignleft\":false,\".wp-block-gallery:not(.has-nested-images).alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false},[\"justify-content:center\"]],[false,{\".wp-block-gallery:not(.is-cropped) .blocks-gallery-item\":false},[\"align-self:flex-start\"]],[false,{\"figure.wp-block-gallery.has-nested-images\":false},[\"align-items:normal\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)\":false},[\"margin:0\",\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) \\/ 2)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"max-width:100%\",\"position:relative\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image>div\":false},[\"flex-direction:column\",\"flex-grow:1\",\"margin:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim\":false},[\"display:block\",\"height:auto\",\"width:auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img:not(#_#_#_#_#_#_#_#_)\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim:not(#_#_#_#_#_#_#_#_)\":false},[\"max-width:100%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"bottom:0\",\"left:0\",\"max-height:100%\",\"position:absolute\",\"right:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"-webkit-backdrop-filter:blur(3px)\",\"backdrop-filter:blur(3px)\",\"content:\\\"\\\"\",\"height:100%\",\"-webkit-mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"max-height:40%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,0))\",\"box-sizing:border-box\",\"color:#fff\",\"font-size:13px\",\"margin:0\",\"overflow:auto\",\"padding:1em\",\"scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)\",\"scrollbar-gutter:stable both-edges\",\"scrollbar-width:thin\",\"text-align:center\",\"text-shadow:0 0 1.5px #000\",\"will-change:transform\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar\":false},[\"height:12px\",\"width:12px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track\":false},[\"background-color:initial\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb\":false},[\"background-clip:padding-box\",\"background-color:initial\",\"border:3px solid rgba(0,0,0,0)\",\"border-radius:8px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb\":false},[\"background-color:rgba(255,255,255,.8)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"@media (hover:none){\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div\":false},[\"flex:1 1 auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption\":false},[\"background:none\",\"color:inherit\",\"flex:initial\",\"margin:0\",\"padding:10px 10px 9px\",\"position:relative\",\"text-shadow:none\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before\":false},[\"content:none\"]],[false,{\".wp-block-gallery.has-nested-images figcaption\":false},[\"flex-basis:100%\",\"flex-grow:1\",\"text-align:center\"]],[false,{\".wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image)\":false},[\"margin-bottom:auto\",\"margin-top:0\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)\":false},[\"align-self:inherit\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone)\":false},[\"display:flex\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-img\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-anim\":false},[\"flex:1 0 0%\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image)\":false},[\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(25% - var(--wp--style--unstable-gallery-gap,16px) * .75)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(20% - var(--wp--style--unstable-gallery-gap,16px) * .8)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px) * .83333)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px) * .85714)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(12.5% - var(--wp--style--unstable-gallery-gap,16px) * .875)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)\":false,\".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)\":false},[\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) * .5)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images.alignleft\":false,\".wp-block-gallery.has-nested-images.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-group\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-group.wp-block-group-is-layout-constrained)\":true},[\"position:relative\"]],[false,{\"h1.has-background\":false,\"h2.has-background\":false,\"h3.has-background\":false,\"h4.has-background\":false,\"h5.has-background\":false,\"h6.has-background\":false},[\"padding:1.25em 2.375em\"]],[false,{\"h1.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h1.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h2.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h2.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h3.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h3.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h4.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h4.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h5.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h5.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h6.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h6.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false},[\"rotate:180deg\"]],[false,{\".wp-block-image>a\":false,\".wp-block-image>figure>a\":false},[\"display:inline-block\"]],[false,{\".wp-block-image amp-img\":false,\".wp-block-image amp-anim\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-image amp-img.hide\":false,\".wp-block-image amp-anim.hide\":false},[\"visibility:hidden\"]],[false,{\".wp-block-image amp-img.show\":false,\".wp-block-image amp-anim.show\":false},[\"animation:show-content-image .4s\"]],[false,\"}\"],[false,{\".wp-block-image[data-amp-original-style*=border-radius] amp-img\":false,\".wp-block-image[data-amp-original-style*=border-radius] amp-anim\":false,\".wp-block-image[data-amp-original-style*=border-radius]>a\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-image.has-custom-border amp-img\":false,\".wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-image.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-image.alignfull>a\":false,\".wp-block-image.alignwide>a\":false},[\"width:100%\"]],[false,{\".wp-block-image.alignfull amp-img\":false,\".wp-block-image.alignfull amp-anim\":false,\".wp-block-image.alignwide amp-img\":false,\".wp-block-image.alignwide amp-anim\":false},[\"height:auto\",\"width:100%\"]],[false,{\".wp-block-image .aligncenter\":false,\".wp-block-image .alignleft\":false,\".wp-block-image .alignright\":false,\".wp-block-image.aligncenter\":false,\".wp-block-image.alignleft\":false,\".wp-block-image.alignright\":false},[\"display:table\"]],[false,{\".wp-block-image .aligncenter>figcaption\":false,\".wp-block-image .alignleft>figcaption\":false,\".wp-block-image .alignright>figcaption\":false,\".wp-block-image.aligncenter>figcaption\":false,\".wp-block-image.alignleft>figcaption\":false,\".wp-block-image.alignright>figcaption\":false},[\"caption-side:bottom\",\"display:table-caption\"]],[false,{\".wp-block-image .alignleft\":false},[\"float:left\",\"margin:.5em 1em .5em 0\"]],[false,{\".wp-block-image .alignright\":false},[\"float:right\",\"margin:.5em 0 .5em 1em\"]],[false,{\".wp-block-image .aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-block-image :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"border-radius:9999px\"]],[false,\"@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){\"],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"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\"]],[false,\"}\"],[false,{\".wp-block-image figure\":false},[\"margin:0\"]],[false,{\".wp-lightbox-container\":false},[\"display:flex\",\"flex-direction:column\",\"position:relative\"]],[false,{\".wp-lightbox-container amp-img\":false,\".wp-lightbox-container amp-anim\":false},[\"cursor:zoom-in\"]],[false,{\".wp-lightbox-container amp-img:hover+button\":false,\".wp-lightbox-container amp-anim:hover+button\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button\":false},[\"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\",\"width:20px\",\"z-index:100\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-container button\":false},[\"transition:opacity .2s ease\"]],[false,\"}\"],[false,{\".wp-lightbox-container button:focus-visible\":false},[\"outline:3px auto rgba(90,90,90,.25)\",\"outline:3px auto -webkit-focus-ring-color\",\"outline-offset:3px\"]],[false,{\".wp-lightbox-container button:hover\":false},[\"cursor:pointer\",\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false,\".wp-lightbox-container button:hover\":false,\".wp-lightbox-container button:not(:hover):not(:active):not(.has-background)\":false},[\"background-color:rgba(90,90,90,.25)\",\"border:none\"]],[false,{\".wp-lightbox-overlay\":false},[\"box-sizing:border-box\",\"cursor:zoom-out\",\"height:100vh\",\"left:0\",\"overflow:hidden\",\"position:fixed\",\"top:0\",\"visibility:hidden\",\"width:100%\",\"z-index:100000\"]],[false,{\".wp-lightbox-overlay .close-button\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .close-button:focus\":false,\".wp-lightbox-overlay .close-button:hover\":false,\".wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .lightbox-image-container\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image amp-img\":false,\".wp-lightbox-overlay .wp-block-image amp-anim\":false},[\"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)\"]],[false,{\".wp-lightbox-overlay .wp-block-image figcaption\":false},[\"display:none\"]],[false,{\".wp-lightbox-overlay button\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .scrim\":false},[\"background-color:#fff\",\"height:100%\",\"opacity:.9\",\"position:absolute\",\"width:100%\",\"z-index:2000000\"]],[false,{\".wp-lightbox-overlay.active\":false},[\"visibility:visible\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-overlay.active\":false},[\"animation:turn-on-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.active amp-img\":false,\".wp-lightbox-overlay.active amp-anim\":false},[\"animation:turn-on-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active)\":false},[\"animation:turn-off-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-img\":false,\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-anim\":false},[\"animation:turn-off-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.zoom.active\":false},[\"animation:none\",\"opacity:1\",\"visibility:visible\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container\":false},[\"animation:lightbox-zoom-in .4s\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.active .scrim\":false},[\"animation:turn-on-visibility .4s forwards\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active)\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container\":false},[\"animation:lightbox-zoom-out .4s\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim\":false},[\"animation:turn-off-visibility .4s forwards\"]],[false,\"}\"],[true,\"@keyframes show-content-image{\"],[true,\"0%{visibility:hidden}\"],[true,\"99%{visibility:hidden}\"],[true,\"to{visibility:visible}\"],[true,\"}@keyframes turn-on-visibility{\"],[true,\"0%{opacity:0}\"],[true,\"to{opacity:1}\"],[true,\"}@keyframes turn-off-visibility{\"],[true,\"0%{opacity:1;visibility:visible}\"],[true,\"99%{opacity:0;visibility:visible}\"],[true,\"to{opacity:0;visibility:hidden}\"],[true,\"}@keyframes lightbox-zoom-in{\"],[true,\"0%{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}\"],[true,\"to{transform:translate(-50%,-50%) scale(1)}\"],[true,\"}@keyframes lightbox-zoom-out{\"],[true,\"0%{transform:translate(-50%,-50%) scale(1);visibility:visible}\"],[true,\"99%{visibility:visible}\"],[true,\"to{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}\"],[true,\"}\"],[false,{\"ol.wp-block-latest-comments\":false},[\"box-sizing:border-box\",\"margin-left:0\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment))\":true},[\"line-height:1.1\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p))\":true},[\"line-height:1.8\"]],[false,{\".has-dates :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false,\".has-excerpts :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false},[\"line-height:1.5\"]],[false,{\".wp-block-latest-comments .wp-block-latest-comments\":false},[\"padding-left:0\"]],[false,{\".wp-block-latest-comments__comment\":false},[\"list-style:none\",\"margin-bottom:1em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment\":false},[\"list-style:none\",\"min-height:2.25em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt\":false,\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta\":false},[\"margin-left:3.25em\"]],[false,{\".wp-block-latest-comments__comment-excerpt p\":false},[\"font-size:.875em\",\"margin:.36em 0 1.4em\"]],[false,{\".wp-block-latest-comments__comment-date\":false},[\"display:block\",\"font-size:.75em\"]],[false,{\".wp-block-latest-comments .avatar\":false,\".wp-block-latest-comments__comment-avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"width:2.5em\"]],[false,{\".wp-block-latest-comments[class*=-font-size] a\":false,\".wp-block-latest-comments[data-amp-original-style*=font-size] a\":false},[\"font-size:inherit\"]],[false,{\".wp-block-latest-posts\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-latest-posts.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-latest-posts.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list\":false},[\"list-style:none\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list li\":false},[\"clear:both\",\"overflow-wrap:break-word\"]],[false,{\".wp-block-latest-posts.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-latest-posts.is-grid li\":false},[\"margin:0 1.25em 1.25em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-latest-posts.columns-2 li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-latest-posts.columns-2 li:nth-child(2n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-3 li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-latest-posts.columns-3 li:nth-child(3n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-4 li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-latest-posts.columns-4 li:nth-child(4n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-latest-posts.columns-5 li:nth-child(5n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-6 li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,{\".wp-block-latest-posts.columns-6 li:nth-child(6n)\":false},[\"margin-right:0\"]],[false,\"}\"],[true,{\":root :where(.wp-block-latest-posts.is-grid)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-latest-posts.wp-block-latest-posts__list)\":true},[\"padding-left:0\"]],[false,{\".wp-block-latest-posts__post-author\":false,\".wp-block-latest-posts__post-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-latest-posts__post-excerpt\":false,\".wp-block-latest-posts__post-full-content\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-latest-posts__featured-image a\":false},[\"display:inline-block\"]],[false,{\".wp-block-latest-posts__featured-image amp-img\":false,\".wp-block-latest-posts__featured-image amp-anim\":false},[\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".wp-block-latest-posts__featured-image.alignleft\":false},[\"float:left\",\"margin-right:1em\"]],[false,{\".wp-block-latest-posts__featured-image.alignright\":false},[\"float:right\",\"margin-left:1em\"]],[false,{\".wp-block-latest-posts__featured-image.aligncenter\":false},[\"margin-bottom:1em\",\"text-align:center\"]],[true,{\"ol\":false,\"ul\":true},[\"box-sizing:border-box\"]],[true,{\":root :where(.wp-block-list.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-loginout\":false,\".wp-block-media-text\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-media-text\":false},[\"direction:ltr\",\"display:grid\",\"grid-template-columns:50% 1fr\",\"grid-template-rows:auto\"]],[false,{\".wp-block-media-text.has-media-on-the-right\":false},[\"grid-template-columns:1fr 50%\"]],[false,{\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media\":false},[\"align-self:start\"]],[false,{\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media\":false,\".wp-block-media-text>.wp-block-media-text__content\":false,\".wp-block-media-text>.wp-block-media-text__media\":false},[\"align-self:center\"]],[false,{\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media\":false},[\"align-self:end\"]],[false,{\".wp-block-media-text>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\",\"margin:0\"]],[false,{\".wp-block-media-text>.wp-block-media-text__content\":false},[\"direction:ltr\",\"grid-column:2\",\"grid-row:1\",\"padding:0 8%\",\"word-break:break-word\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media\":false},[\"grid-column:2\",\"grid-row:1\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text__media a\":false},[\"display:block\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"height:auto\",\"max-width:unset\",\"vertical-align:middle\",\"width:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media\":false},[\"background-size:cover\",\"height:100%\",\"min-height:250px\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-anim\":false},[\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\",\"clip:rect(0,0,0,0)\",\"border:0\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media\":false},[\"height:100%\",\"min-height:250px\",\"position:relative\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-anim\":false},[\"height:100%\",\"object-fit:cover\",\"position:absolute\",\"width:100%\"]],[false,\"@media (max-width:600px){\"],[false,{\".wp-block-media-text.is-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"grid-template-columns:100%\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:2\"]],[false,\"}\"],[false,{\".wp-block-navigation\":false},[\"position:relative\",\"--navigation-layout-justification-setting:flex-start\",\"--navigation-layout-direction:row\",\"--navigation-layout-wrap:wrap\",\"--navigation-layout-justify:flex-start\",\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation ul\":false},[\"margin-bottom:0\",\"margin-left:0\",\"margin-top:0\",\"padding-left:0\"]],[false,{\".wp-block-navigation ul\":false,\".wp-block-navigation ul li\":false},[\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"align-items:center\",\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty\":false},[\"display:none\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content\":false},[\"display:block\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus\":false},[\"text-decoration:underline\"]],[false,{\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus\":false},[\"text-decoration:line-through\"]],[false,{\".wp-block-navigation :where(a)\":false,\".wp-block-navigation :where(a:active)\":false,\".wp-block-navigation :where(a:focus)\":false},[\"text-decoration:none\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon\":false},[\"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\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon svg\":false},[\"display:inline-block\",\"stroke:currentColor\",\"height:inherit\",\"margin-top:.075em\",\"width:inherit\"]],[false,{\".wp-block-navigation.is-vertical\":false},[\"--navigation-layout-direction:column\",\"--navigation-layout-justify:initial\",\"--navigation-layout-align:flex-start\"]],[false,{\".wp-block-navigation.no-wrap\":false},[\"--navigation-layout-wrap:nowrap\"]],[false,{\".wp-block-navigation.items-justified-center\":false},[\"--navigation-layout-justification-setting:center\",\"--navigation-layout-justify:center\"]],[false,{\".wp-block-navigation.items-justified-center.is-vertical\":false},[\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation.items-justified-right\":false},[\"--navigation-layout-justification-setting:flex-end\",\"--navigation-layout-justify:flex-end\"]],[false,{\".wp-block-navigation.items-justified-right.is-vertical\":false},[\"--navigation-layout-align:flex-end\"]],[false,{\".wp-block-navigation.items-justified-space-between\":false},[\"--navigation-layout-justification-setting:space-between\",\"--navigation-layout-justify:space-between\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"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%\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"transition:opacity .1s linear\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content\":false},[\"display:flex\",\"flex-grow:1\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon\":false},[\"margin-left:auto\",\"margin-right:0\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content\":false},[\"margin:0\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:-1px\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before\":false},[\"background:rgba(0,0,0,0)\",\"content:\\\"\\\"\",\"display:block\",\"height:100%\",\"position:absolute\",\"right:100%\",\"width:.5em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon\":false},[\"margin-right:.25em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg\":false},[\"transform:rotate(-90deg)\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container\":false},[\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:visible\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container\":false},[\"left:0\",\"top:100%\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:0\"]],[false,\"}\"],[false,{\".wp-block-navigation-submenu\":false},[\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg\":false},[\"stroke:currentColor\"]],[false,{\"button.wp-block-navigation-item__content\":false},[\"background-color:initial\",\"border:none\",\"color:currentColor\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-align:left\",\"text-transform:inherit\"]],[false,{\".wp-block-navigation-submenu__toggle\":false},[\"cursor:pointer\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle\":false},[\"padding-left:0\",\"padding-right:.85em\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon\":false},[\"margin-left:-.6em\",\"pointer-events:none\"]],[false,{\".wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle)\":false},[\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false,\".wp-block-navigation__container\":false,\".wp-block-navigation__responsive-close\":false,\".wp-block-navigation__responsive-container\":false,\".wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-dialog\":false},[\"gap:inherit\"]],[true,{\":where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button))\":true},[\"padding:.5em 1em\"]],[true,{\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content)\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content)\":true},[\"padding:.5em 1em\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container\":false},[\"left:auto\",\"right:0\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:-1px\",\"right:-1px\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:auto\",\"right:100%\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container\":false},[\"background-color:#fff\",\"border:1px solid rgba(0,0,0,.15)\"]],[false,{\".wp-block-navigation.has-background .wp-block-navigation__submenu-container\":false},[\"background-color:inherit\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__container\":false},[\"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\"]],[false,{\".wp-block-navigation__container .is-responsive\":false},[\"display:none\"]],[false,{\".wp-block-navigation__container:only-child\":false,\".wp-block-page-list:only-child\":false},[\"flex-grow:1\"]],[true,\"@keyframes overlay-menu__fade-in-animation{\"],[true,\"0%{opacity:0;transform:translateY(.5em)}\"],[true,\"to{opacity:1;transform:translateY(0)}\"],[true,\"}\"],[false,{\".wp-block-navigation__responsive-container\":false},[\"bottom:0\",\"display:none\",\"left:0\",\"position:fixed\",\"right:0\",\"top:0\"]],[false,{\".wp-block-navigation__responsive-container :where(.wp-block-navigation-item a)\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content\":false},[\"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)\"]],[false,{\".wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open):not(#_#_#_#_#_#_#_)\":false},[\"background-color:inherit\",\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"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),20rem)\",\"z-index:100000\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false},[\"align-items:var(--navigation-layout-justification-setting,inherit)\",\"display:flex\",\"flex-direction:column\",\"flex-wrap:nowrap\",\"overflow:visible\",\"padding-top:calc(2rem + 24px)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon\":false},[\"display:none\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container\":false},[\"border:none\",\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:initial\",\"padding-left:2rem\",\"padding-right:2rem\",\"position:static\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"gap:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"padding-top:var(--wp--style--block-gap,2em)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content\":false},[\"padding:0\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"align-items:var(--navigation-layout-justification-setting,initial)\",\"display:flex\",\"flex-direction:column\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list:not(#_#_#_#_#_#_#_)\":false},[\"background:rgba(0,0,0,0)\",\"color:inherit\"]],[false,{\".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\":false},[\"left:auto\",\"right:auto\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)\":false},[\"background-color:inherit\",\"display:block\",\"position:relative\",\"width:100%\",\"z-index:auto\"]],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close\":false},[\"display:none\"]],[false,{\".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\":false},[\"left:0\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"background-color:#fff\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__toggle_button_label\":false},[\"font-size:1rem\",\"font-weight:700\"]],[false,{\".wp-block-navigation__responsive-container-close\":false,\".wp-block-navigation__responsive-container-open\":false},[\"background:rgba(0,0,0,0)\",\"border:none\",\"color:currentColor\",\"cursor:pointer\",\"margin:0\",\"padding:0\",\"text-transform:inherit\",\"vertical-align:middle\"]],[false,{\".wp-block-navigation__responsive-container-close svg\":false,\".wp-block-navigation__responsive-container-open svg\":false},[\"fill:currentColor\",\"display:block\",\"height:24px\",\"pointer-events:none\",\"width:24px\"]],[false,{\".wp-block-navigation__responsive-container-open\":false},[\"display:flex\"]],[false,{\".wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container-open:not(.always-shown)\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container-close\":false},[\"position:absolute\",\"right:0\",\"top:0\",\"z-index:2\"]],[false,{\".wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,{\".wp-block-navigation__responsive-close\":false},[\"width:100%\"]],[false,{\".has-modal-open .wp-block-navigation__responsive-close\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:var(--wp--style--global--wide-size,100%)\"]],[false,{\".wp-block-navigation__responsive-close:focus\":false},[\"outline:none\"]],[false,{\".is-menu-open .wp-block-navigation__responsive-close\":false,\".is-menu-open .wp-block-navigation__responsive-container-content\":false,\".is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-navigation__responsive-dialog\":false},[\"position:relative\"]],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:46px\"]],[false,\"@media (min-width:782px){\"],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:32px\"]],[false,\"}\"],[false,{\"html.has-modal-open\":false},[\"overflow:hidden\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__label\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__description\":false},[\"display:none\"]],[false,{\".link-ui-tools\":false},[\"border-top:1px solid #f0f0f0\",\"padding:8px\"]],[false,{\".link-ui-block-inserter\":false},[\"padding-top:8px\"]],[false,{\".link-ui-block-inserter__back\":false},[\"margin-left:8px\",\"text-transform:uppercase\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false},[\"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)\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"background-color:inherit\"]],[false,{\".wp-block-page-list\":false},[\"box-sizing:border-box\"]],[false,{\".is-small-text\":false},[\"font-size:.875em\"]],[false,{\".is-regular-text\":false},[\"font-size:1em\"]],[false,{\".is-large-text\":false},[\"font-size:2.25em\"]],[false,{\".is-larger-text\":false},[\"font-size:3em\"]],[false,{\".has-drop-cap:not(:focus):first-letter\":false},[\"float:left\",\"font-size:8.4em\",\"font-style:normal\",\"font-weight:100\",\"line-height:.68\",\"margin:.05em .1em 0 0\",\"text-transform:uppercase\"]],[false,{\"body.rtl .has-drop-cap:not(:focus):first-letter\":false},[\"float:none\",\"margin-left:.1em\"]],[false,{\"p.has-drop-cap.has-background\":false},[\"overflow:hidden\"]],[true,{\":root :where(p.has-background)\":true},[\"padding:1.25em 2.375em\"]],[true,{\":where(p.has-text-color:not(.has-link-color)) a\":true},[\"color:inherit\"]],[false,{\"p.has-text-align-left[data-amp-original-style*=\\\"writing-mode:vertical-lr\\\"]\":false,\"p.has-text-align-right[data-amp-original-style*=\\\"writing-mode:vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-author\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-post-author__byline\":false},[\"font-size:.5em\",\"margin-bottom:0\",\"margin-top:0\",\"width:100%\"]],[false,{\".wp-block-post-author__avatar\":false},[\"margin-right:1em\"]],[false,{\".wp-block-post-author__bio\":false},[\"font-size:.7em\",\"margin-bottom:.7em\"]],[false,{\".wp-block-post-author__content\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-post-author__name\":false},[\"margin:0\"]],[false,{\".wp-block-post-author-biography\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-comments-form) input:not([type=submit])\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[true,{\":where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox]))\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"padding:calc(.667em + 2px)\"]],[false,{\".wp-block-post-comments-form\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-weight] :where(.comment-reply-title)\":false},[\"font-weight:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-family] :where(.comment-reply-title)\":false},[\"font-family:inherit\"]],[false,{\".wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title)\":false,\".wp-block-post-comments-form[data-amp-original-style*=font-size] :where(.comment-reply-title)\":false},[\"font-size:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=line-height] :where(.comment-reply-title)\":false},[\"line-height:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-style] :where(.comment-reply-title)\":false},[\"font-style:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=letter-spacing] :where(.comment-reply-title)\":false},[\"letter-spacing:inherit\"]],[false,{\".wp-block-post-comments-form :where(input[type=submit])\":false},[\"box-shadow:none\",\"cursor:pointer\",\"display:inline-block\",\"overflow-wrap:break-word\",\"text-align:center\"]],[false,{\".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden])\":false,\".wp-block-post-comments-form .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments-form .comment-form-author label\":false,\".wp-block-post-comments-form .comment-form-email label\":false,\".wp-block-post-comments-form .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments-form .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments-form .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments-count\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-content\":false},[\"display:flow-root\"]],[false,{\".wp-block-post-comments-link\":false,\".wp-block-post-date\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-excerpt)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__excerpt\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-post-excerpt__more-text\":false},[\"margin-bottom:0\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__more-link\":false},[\"display:inline-block\"]],[false,{\".wp-block-post-featured-image\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".wp-block-post-featured-image a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-post-featured-image :where(amp-img)\":false,\".wp-block-post-featured-image :where(amp-anim)\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\",\"width:100%\"]],[false,{\".wp-block-post-featured-image.alignfull amp-img\":false,\".wp-block-post-featured-image.alignfull amp-anim\":false,\".wp-block-post-featured-image.alignwide amp-img\":false,\".wp-block-post-featured-image.alignwide amp-anim\":false},[\"width:100%\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim\":false},[\"background-color:#000\",\"inset:0\",\"position:absolute\"]],[false,{\".wp-block-post-featured-image\":false},[\"position:relative\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-post-featured-image:where(.alignleft,.alignright)\":false},[\"width:100%\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link.has-text-align-left[data-amp-original-style*=\\\"writing-mode: vertical-lr\\\"]\":false,\".wp-block-post-navigation-link.has-text-align-right[data-amp-original-style*=\\\"writing-mode: vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-terms\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-terms .wp-block-post-terms__separator\":false},[\"white-space:pre-wrap\"]],[false,{\".wp-block-post-time-to-read\":false,\".wp-block-post-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-title\":false},[\"word-break:break-word\"]],[false,{\".wp-block-post-title :where(a)\":false},[\"display:inline-block\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-post-author-name\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-preformatted\":false},[\"box-sizing:border-box\",\"white-space:pre-wrap\"]],[true,{\":where(.wp-block-preformatted.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-pullquote\":false},[\"box-sizing:border-box\",\"margin:0 0 1em\",\"overflow-wrap:break-word\",\"padding:4em 0\",\"text-align:center\"]],[false,{\".wp-block-pullquote blockquote\":false,\".wp-block-pullquote cite\":false,\".wp-block-pullquote p\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote blockquote\":false},[\"margin:0\"]],[false,{\".wp-block-pullquote p\":false},[\"margin-top:0\"]],[false,{\".wp-block-pullquote p:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-pullquote.alignleft\":false,\".wp-block-pullquote.alignright\":false},[\"max-width:420px\"]],[false,{\".wp-block-pullquote cite\":false,\".wp-block-pullquote footer\":false},[\"position:relative\"]],[false,{\".wp-block-pullquote .has-text-color a\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote.has-text-align-left blockquote\":false},[\"text-align:left\"]],[false,{\".wp-block-pullquote.has-text-align-right blockquote\":false},[\"text-align:right\"]],[false,{\".wp-block-pullquote.has-text-align-center blockquote\":false},[\"text-align:center\"]],[false,{\".wp-block-pullquote.is-style-solid-color\":false},[\"border:none\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:60%\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote p\":false},[\"font-size:2em\",\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote cite\":false},[\"font-style:normal\",\"text-transform:none\"]],[false,{\".wp-block-pullquote cite\":false},[\"color:inherit\",\"display:block\"]],[false,{\".wp-block-post-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"margin-top:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-post-template.is-flex-container\":false},[\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"gap:1.25em\"]],[false,{\".wp-block-post-template.is-flex-container>li\":false},[\"margin:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-2>li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-3>li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-4>li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-5>li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-6>li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,\"}\"],[false,\"@media (max-width:600px){\"],[false,{\".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\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignright\":false,\".wp-block-post-template-is-layout-flow>li>.alignright\":false},[\"float:right\",\"margin-inline-end:0\",\"margin-inline-start:2em\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignleft\":false,\".wp-block-post-template-is-layout-flow>li>.alignleft\":false},[\"float:left\",\"margin-inline-end:2em\",\"margin-inline-start:0\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.aligncenter\":false,\".wp-block-post-template-is-layout-flow>li>.aligncenter\":false},[\"margin-inline-end:auto\",\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type\":false},[\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child\":false},[\"margin-inline-end:auto\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-query-title\":false,\".wp-block-query-total\":false,\".wp-block-quote\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-quote\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain))\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain))\":false},[\"margin-bottom:1em\",\"padding:0 1em\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) p\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) p\":false},[\"font-size:1.5em\",\"font-style:italic\",\"line-height:1.6\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-large:where(:not(.is-style-plain)) footer\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer\":false},[\"font-size:1.125em\",\"text-align:right\"]],[false,{\".wp-block-quote>cite\":false},[\"display:block\"]],[false,{\".wp-block-read-more\":false},[\"display:block\",\"width:fit-content\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration]))\":false},[\"text-decoration:none\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):active\":false,\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):focus\":false},[\"text-decoration:none\"]],[false,{\"ul.wp-block-rss.alignleft\":false},[\"margin-right:2em\"]],[false,{\"ul.wp-block-rss.alignright\":false},[\"margin-left:2em\"]],[false,{\"ul.wp-block-rss.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\",\"padding:0\"]],[false,{\"ul.wp-block-rss.is-grid li\":false},[\"margin:0 1em 1em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\"ul.wp-block-rss.columns-2 li\":false},[\"width:calc(50% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-3 li\":false},[\"width:calc(33.33333% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-4 li\":false},[\"width:calc(25% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-6 li\":false},[\"width:calc(16.66667% - 1em)\"]],[false,\"}\"],[false,{\".wp-block-rss__item-author\":false,\".wp-block-rss__item-publish-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-rss\":false},[\"box-sizing:border-box\",\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-search__button\":false},[\"margin-left:10px\",\"word-break:normal\"]],[false,{\".wp-block-search__button.has-icon\":false},[\"line-height:0\"]],[false,{\".wp-block-search__button svg\":false},[\"height:1.25em\",\"min-height:24px\",\"min-width:24px\",\"width:1.25em\",\"fill:currentColor\",\"vertical-align:text-bottom\"]],[true,{\":where(.wp-block-search__button)\":true},[\"border:1px solid #ccc\",\"padding:6px 10px\"]],[false,{\".wp-block-search__inside-wrapper\":false},[\"display:flex\",\"flex:auto\",\"flex-wrap:nowrap\",\"max-width:100%\"]],[false,{\".wp-block-search__label\":false},[\"width:100%\"]],[false,{\".wp-block-search__input\":false},[\"appearance:none\",\"border:1px solid #949494\",\"flex-grow:1\",\"margin-left:0\",\"margin-right:0\",\"min-width:3rem\",\"padding:8px\"]],[false,{\".wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"text-decoration:unset\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-shrink:0\",\"justify-content:center\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"transition-property:width\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:not(#_#_#_#_#_#_#_)\":false},[\"min-width:0\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__input\":false},[\"flex-basis:100%\",\"transition-duration:.3s\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden\":false,\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper\":false},[\"overflow:hidden\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input\":false},[\"flex-basis:0\",\"flex-grow:0\",\"margin:0\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"border-left-width:0\",\"border-right-width:0\",\"min-width:0\",\"padding-left:0\",\"padding-right:0\",\"width:0\"]],[true,{\":where(.wp-block-search__input)\":true},[\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-transform:inherit\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)\":true},[\"border:1px solid #949494\",\"box-sizing:border-box\",\"padding:4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input\":false},[\"border:none\",\"border-radius:0\",\"padding:0 4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus\":false},[\"outline:none\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button)\":true},[\"padding:4px 8px\"]],[false,{\".wp-block-search.aligncenter .wp-block-search__inside-wrapper\":false},[\"margin:auto\"]],[false,{\".wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"float:right\"]],[false,{\".wp-block-separator\":false},[\"border:none\",\"border-top:2px solid\"]],[true,{\":root :where(.wp-block-separator.is-style-dots)\":true},[\"height:auto\",\"line-height:1\",\"text-align:center\"]],[true,{\":root :where(.wp-block-separator.is-style-dots):before\":true},[\"color:currentColor\",\"content:\\\"\\u00b7\\u00b7\\u00b7\\\"\",\"font-family:serif\",\"font-size:1.5em\",\"letter-spacing:2em\",\"padding-left:2em\"]],[false,{\".wp-block-separator.is-style-dots:not(#_#_#_#_#_#_#_)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-block-site-logo\":false},[\"box-sizing:border-box\",\"line-height:0\"]],[false,{\".wp-block-site-logo a\":false},[\"display:inline-block\",\"line-height:0\"]],[false,{\".wp-block-site-logo.is-default-size amp-img\":false,\".wp-block-site-logo.is-default-size amp-anim\":false},[\"height:auto\",\"width:120px\"]],[false,{\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"height:auto\",\"max-width:100%\"]],[false,{\".wp-block-site-logo a\":false,\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-site-logo.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"text-align:center\"]],[true,{\":root :where(.wp-block-site-logo.is-style-rounded)\":true},[\"border-radius:9999px\"]],[false,{\".wp-block-site-tagline\":false,\".wp-block-site-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-site-title :where(a)\":false},[\"color:inherit\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-social-links\":false},[\"background:none\",\"box-sizing:border-box\",\"margin-left:0\",\"padding-left:0\",\"padding-right:0\",\"text-indent:0\"]],[false,{\".wp-block-social-links .wp-social-link a\":false,\".wp-block-social-links .wp-social-link a:hover\":false},[\"border-bottom:0\",\"box-shadow:none\",\"text-decoration:none\"]],[false,{\".wp-block-social-links .wp-social-link svg\":false},[\"height:1em\",\"width:1em\"]],[false,{\".wp-block-social-links .wp-social-link span:not(.screen-reader-text)\":false},[\"font-size:.65em\",\"margin-left:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-social-links.has-small-icon-size\":false},[\"font-size:16px\"]],[false,{\".wp-block-social-links\":false,\".wp-block-social-links.has-normal-icon-size\":false},[\"font-size:24px\"]],[false,{\".wp-block-social-links.has-large-icon-size\":false},[\"font-size:36px\"]],[false,{\".wp-block-social-links.has-huge-icon-size\":false},[\"font-size:48px\"]],[false,{\".wp-block-social-links.aligncenter\":false},[\"display:flex\",\"justify-content:center\"]],[false,{\".wp-block-social-links.alignright\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-social-link\":false},[\"border-radius:9999px\",\"display:block\",\"height:auto\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-social-link\":false},[\"transition:transform .1s ease\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\"]],[false,{\".wp-block-social-link:hover\":false},[\"transform:scale(1.1)\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited\":false},[\"color:currentColor\",\"fill:currentColor\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link\":false},[\"background-color:#f0f0f0\",\"color:#444\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon\":false},[\"background-color:#f90\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp\":false},[\"background-color:#1ea0c3\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance\":false},[\"background-color:#0757fe\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky\":false},[\"background-color:#0a7aff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen\":false},[\"background-color:#1e1f26\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart\":false},[\"background-color:#02e49b\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord\":false},[\"background-color:#5865f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble\":false},[\"background-color:#e94c89\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox\":false},[\"background-color:#4280ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy\":false},[\"background-color:#f45800\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook\":false},[\"background-color:#0866ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr\":false},[\"background-color:#0461dd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare\":false},[\"background-color:#e65678\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github\":false},[\"background-color:#24292d\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads\":false},[\"background-color:#eceadd\",\"color:#382110\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google\":false},[\"background-color:#ea4434\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar\":false},[\"background-color:#1d4fc4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram\":false},[\"background-color:#f00075\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm\":false},[\"background-color:#e21b24\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin\":false},[\"background-color:#0d66c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon\":false},[\"background-color:#3288d4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup\":false},[\"background-color:#f6405f\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest\":false},[\"background-color:#e60122\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket\":false},[\"background-color:#ef4155\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit\":false},[\"background-color:#ff4500\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype\":false},[\"background-color:#0478d7\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat\":false},[\"background-color:#fefc00\",\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud\":false},[\"background-color:#ff5600\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify\":false},[\"background-color:#1bd760\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram\":false},[\"background-color:#2aabee\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr\":false},[\"background-color:#011835\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch\":false},[\"background-color:#6440a4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter\":false},[\"background-color:#1da1f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo\":false},[\"background-color:#1eb7ea\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk\":false},[\"background-color:#4680c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress\":false},[\"background-color:#3499cd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp\":false},[\"background-color:#25d366\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp\":false},[\"background-color:#d32422\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube\":false},[\"background-color:red\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link\":false},[\"background:none\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg\":false},[\"height:1.25em\",\"width:1.25em\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon\":false},[\"color:#f90\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp\":false},[\"color:#1ea0c3\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance\":false},[\"color:#0757fe\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky\":false},[\"color:#0a7aff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen\":false},[\"color:#1e1f26\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart\":false},[\"color:#02e49b\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord\":false},[\"color:#5865f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble\":false},[\"color:#e94c89\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox\":false},[\"color:#4280ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy\":false},[\"color:#f45800\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook\":false},[\"color:#0866ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr\":false},[\"color:#0461dd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare\":false},[\"color:#e65678\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github\":false},[\"color:#24292d\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads\":false},[\"color:#382110\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google\":false},[\"color:#ea4434\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar\":false},[\"color:#1d4fc4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram\":false},[\"color:#f00075\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm\":false},[\"color:#e21b24\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin\":false},[\"color:#0d66c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon\":false},[\"color:#3288d4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup\":false},[\"color:#f6405f\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest\":false},[\"color:#e60122\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket\":false},[\"color:#ef4155\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit\":false},[\"color:#ff4500\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype\":false},[\"color:#0478d7\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat\":false},[\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud\":false},[\"color:#ff5600\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify\":false},[\"color:#1bd760\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram\":false},[\"color:#2aabee\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr\":false},[\"color:#011835\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch\":false},[\"color:#6440a4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter\":false},[\"color:#1da1f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo\":false},[\"color:#1eb7ea\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk\":false},[\"color:#4680c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp\":false},[\"color:#25d366\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress\":false},[\"color:#3499cd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp\":false},[\"color:#d32422\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube\":false},[\"color:red\"]],[false,{\".wp-block-social-links.is-style-pill-shape .wp-social-link\":false},[\"width:auto\"]],[true,{\":root :where(.wp-block-social-links .wp-social-link a)\":true},[\"padding:.25em\"]],[true,{\":root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a)\":true},[\"padding-left:.6666666667em\",\"padding-right:.6666666667em\"]],[false,{\".wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label\":false},[\"color:#000\"]],[false,{\".wp-block-spacer\":false},[\"clear:both\"]],[false,{\".wp-block-tag-cloud\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-tag-cloud.aligncenter\":false},[\"justify-content:center\",\"text-align:center\"]],[false,{\".wp-block-tag-cloud.alignfull\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".wp-block-tag-cloud a\":false},[\"display:inline-block\",\"margin-right:5px\"]],[false,{\".wp-block-tag-cloud span\":false},[\"display:inline-block\",\"margin-left:5px\",\"text-decoration:none\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline)\":true},[\"display:flex\",\"flex-wrap:wrap\",\"gap:1ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a)\":true},[\"border:1px solid\",\"margin-right:0\",\"padding:1ch 2ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_)\":true},[\"font-size:unset\",\"text-decoration:none\"]],[false,{\".wp-block-table\":false},[\"overflow-x:auto\"]],[false,{\".wp-block-table table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-table thead\":false},[\"border-bottom:3px solid\"]],[false,{\".wp-block-table tfoot\":false},[\"border-top:3px solid\"]],[false,{\".wp-block-table td\":false,\".wp-block-table th\":false},[\"border:1px solid\",\"padding:.5em\"]],[false,{\".wp-block-table .has-fixed-layout\":false},[\"table-layout:fixed\",\"width:100%\"]],[false,{\".wp-block-table .has-fixed-layout td\":false,\".wp-block-table .has-fixed-layout th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table.aligncenter\":false,\".wp-block-table.alignleft\":false,\".wp-block-table.alignright\":false},[\"display:table\",\"width:auto\"]],[false,{\".wp-block-table.aligncenter td\":false,\".wp-block-table.aligncenter th\":false,\".wp-block-table.alignleft td\":false,\".wp-block-table.alignleft th\":false,\".wp-block-table.alignright td\":false,\".wp-block-table.alignright th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table .has-subtle-light-gray-background-color\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table .has-subtle-pale-green-background-color\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table .has-subtle-pale-blue-background-color\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table .has-subtle-pale-pink-background-color\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes\":false},[\"background-color:initial\",\"border-bottom:1px solid #f0f0f0\",\"border-collapse:inherit\",\"border-spacing:0\"]],[false,{\".wp-block-table.is-style-stripes tbody tr:nth-child(odd)\":false},[\"background-color:#f0f0f0\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes td\":false,\".wp-block-table.is-style-stripes th\":false},[\"border-color:rgba(0,0,0,0)\"]],[false,{\".wp-block-table .has-border-color td\":false,\".wp-block-table .has-border-color th\":false,\".wp-block-table .has-border-color tr\":false,\".wp-block-table .has-border-color>*\":false},[\"border-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child th\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* th\":false},[\"border-top-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:not(:first-child)\":false},[\"border-top-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-right-color] td:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-right-color]>*\":false},[\"border-right-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child th\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* th\":false},[\"border-bottom-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:not(:last-child)\":false},[\"border-bottom-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-left-color] td:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-left-color]>*\":false},[\"border-left-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-style] td\":false,\".wp-block-table table[data-amp-original-style*=border-style] th\":false,\".wp-block-table table[data-amp-original-style*=border-style] tr\":false,\".wp-block-table table[data-amp-original-style*=border-style]>*\":false},[\"border-style:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-width] td\":false,\".wp-block-table table[data-amp-original-style*=border-width] th\":false,\".wp-block-table table[data-amp-original-style*=border-width] tr\":false,\".wp-block-table table[data-amp-original-style*=border-width]>*\":false},[\"border-style:inherit\",\"border-width:inherit\"]],[true,{\":root :where(.wp-block-table-of-contents)\":true},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-term-description)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-term-description p\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-text-columns\":false,\".wp-block-text-columns.aligncenter\":false},[\"display:flex\"]],[false,{\".wp-block-text-columns .wp-block-column\":false},[\"margin:0 1em\",\"padding:0\"]],[false,{\".wp-block-text-columns .wp-block-column:first-child\":false},[\"margin-left:0\"]],[false,{\".wp-block-text-columns .wp-block-column:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-text-columns.columns-2 .wp-block-column\":false},[\"width:50%\"]],[false,{\".wp-block-text-columns.columns-3 .wp-block-column\":false},[\"width:33.3333333333%\"]],[false,{\".wp-block-text-columns.columns-4 .wp-block-column\":false},[\"width:25%\"]],[false,{\"pre.wp-block-verse\":false},[\"overflow:auto\",\"white-space:pre-wrap\"]],[true,{\":where(pre.wp-block-verse)\":true},[\"font-family:inherit\"]],[false,{\".wp-block-video\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"vertical-align:middle\",\"width:100%\"]],[false,\"@supports (position:sticky){\"],[false,{\".wp-block-video [poster]\":false},[\"object-fit:cover\"]],[false,\"}\"],[false,{\".wp-block-video.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-video :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".editor-styles-wrapper\":false,\".entry-content\":false},[\"counter-reset:footnotes\"]],[false,{\"a[data-fn].fn\":false},[\"counter-increment:footnotes\",\"display:inline-flex\",\"font-size:smaller\",\"text-decoration:none\",\"text-indent:-9999999px\",\"vertical-align:super\"]],[false,{\"a[data-fn].fn:after\":false},[\"content:\\\"[\\\" counter(footnotes) \\\"]\\\"\",\"float:left\",\"text-indent:0\"]],[false,{\".wp-element-button\":false},[\"cursor:pointer\"]],[true,{\":root\":true},[\"--wp--preset--font-size--normal:16px\",\"--wp--preset--font-size--huge:42px\"]],[false,{\":root .has-very-light-gray-background-color\":false},[\"background-color:#eee\"]],[false,{\":root .has-very-dark-gray-background-color\":false},[\"background-color:#313131\"]],[false,{\":root .has-very-light-gray-color\":false},[\"color:#eee\"]],[false,{\":root .has-very-dark-gray-color\":false},[\"color:#313131\"]],[false,{\":root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\":false},[\"background:linear-gradient(135deg,#00d084,#0693e3)\"]],[false,{\":root .has-purple-crush-gradient-background\":false},[\"background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)\"]],[false,{\":root .has-hazy-dawn-gradient-background\":false},[\"background:linear-gradient(135deg,#faaca8,#dad0ec)\"]],[false,{\":root .has-subdued-olive-gradient-background\":false},[\"background:linear-gradient(135deg,#fafae1,#67a671)\"]],[false,{\":root .has-atomic-cream-gradient-background\":false},[\"background:linear-gradient(135deg,#fdd79a,#004a59)\"]],[false,{\":root .has-nightshade-gradient-background\":false},[\"background:linear-gradient(135deg,#330968,#31cdcf)\"]],[false,{\":root .has-midnight-gradient-background\":false},[\"background:linear-gradient(135deg,#020381,#2874fc)\"]],[false,{\".has-regular-font-size\":false},[\"font-size:1em\"]],[false,{\".has-larger-font-size\":false},[\"font-size:2.625em\"]],[false,{\".has-normal-font-size\":false},[\"font-size:var(--wp--preset--font-size--normal)\"]],[false,{\".has-huge-font-size\":false},[\"font-size:var(--wp--preset--font-size--huge)\"]],[false,{\".has-text-align-center\":false},[\"text-align:center\"]],[false,{\".has-text-align-left\":false},[\"text-align:left\"]],[false,{\".has-text-align-right\":false},[\"text-align:right\"]],[false,{\"#end-resizable-editor-section\":false},[\"display:none\"]],[false,{\".aligncenter\":false},[\"clear:both\"]],[false,{\".items-justified-left\":false},[\"justify-content:flex-start\"]],[false,{\".items-justified-center\":false},[\"justify-content:center\"]],[false,{\".items-justified-right\":false},[\"justify-content:flex-end\"]],[false,{\".items-justified-space-between\":false},[\"justify-content:space-between\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip-path:inset(50%)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#ddd\",\"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\"]],[true,{\"html :where(.has-border-color)\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-color])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-color])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-color])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-color])\":true},[\"border-left-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-width])\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-width])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-width])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-width])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-width])\":true},[\"border-left-style:solid\"]],[true,{\"html :where(amp-img[class*=wp-image-])\":true,\"html :where(amp-anim[class*=wp-image-])\":true},[\"height:auto\",\"max-width:100%\"]],[true,{\":where(figure)\":true},[\"margin:0 0 1em\"]],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)\"]],[true,\"@media screen and (max-width:600px){\"],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:0px\"]],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":13983,\"final_size\":3948,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"31c790db6ae2bf95e874b636534a6fa7\",\"parse_time\":0.023661136627197266,\"shake_time\":0.00011014938354492188,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\":root\":true},[\"--wp--preset--aspect-ratio--square:1\",\"--wp--preset--aspect-ratio--4-3:4\\/3\",\"--wp--preset--aspect-ratio--3-4:3\\/4\",\"--wp--preset--aspect-ratio--3-2:3\\/2\",\"--wp--preset--aspect-ratio--2-3:2\\/3\",\"--wp--preset--aspect-ratio--16-9:16\\/9\",\"--wp--preset--aspect-ratio--9-16:9\\/16\",\"--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--ast-global-color-0:var(--ast-global-color-0)\",\"--wp--preset--color--ast-global-color-1:var(--ast-global-color-1)\",\"--wp--preset--color--ast-global-color-2:var(--ast-global-color-2)\",\"--wp--preset--color--ast-global-color-3:var(--ast-global-color-3)\",\"--wp--preset--color--ast-global-color-4:var(--ast-global-color-4)\",\"--wp--preset--color--ast-global-color-5:var(--ast-global-color-5)\",\"--wp--preset--color--ast-global-color-6:var(--ast-global-color-6)\",\"--wp--preset--color--ast-global-color-7:var(--ast-global-color-7)\",\"--wp--preset--color--ast-global-color-8:var(--ast-global-color-8)\",\"--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:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--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)\"]],[true,{\":root\":true},[\"--wp--style--global--content-size:var(--ast-content-width-size)\",\"--wp--style--global--wide-size:1200px\"]],[true,{\":where(body)\":true},[\"margin:0\"]],[false,{\".wp-site-blocks > .alignleft\":false},[\"float:left\",\"margin-right:2em\"]],[false,{\".wp-site-blocks > .alignright\":false},[\"float:right\",\"margin-left:2em\"]],[false,{\".wp-site-blocks > .aligncenter\":false},[\"justify-content:center\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[true,{\":where(.is-layout-grid)\":true},[\"gap:.5em\"]],[false,{\".is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\".is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".is-layout-flex > :is(*, div)\":false},[\"margin:0\"]],[false,{\"body .is-layout-grid\":false},[\"display:grid\"]],[false,{\".is-layout-grid > :is(*, div)\":false},[\"margin:0\"]],[true,{\"body\":true},[\"padding-top:0px\",\"padding-right:0px\",\"padding-bottom:0px\",\"padding-left:0px\"]],[true,{\"a:where(:not(.wp-element-button))\":true},[\"text-decoration:underline\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[true,{\":where(.wp-block-post-template.is-layout-flex)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-post-template.is-layout-grid)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[true,{\":where(.wp-block-columns.is-layout-grid)\":true},[\"gap:2em\"]],[true,{\":root :where(.wp-block-pullquote)\":true},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":18906,\"final_size\":889,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"56fd5df6a4607622d63ca8539d231c32\",\"parse_time\":0.18002700805664062,\"shake_time\":0.00046706199645996094,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow-x:hidden\"]],[true,{\"html:not([amp4ads]):not(#_#_#_#_#_#_#_#_)\":true,\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"height:auto\"]],[true,{\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"margin:0\"]],[true,{\"body\":true},[\"-webkit-text-size-adjust:100%\",\"-moz-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\",\"text-size-adjust:100%\"]],[false,{\"amp-instagram\":false},[\"background-color:#fff\"]],[false,{\"amp-instagram:not(#_#_#_#_#_#_#_#_)\":false},[\"padding:54px 0px 0px\"]],[false,{\"amp-iframe iframe:not(#_#_#_#_#_#_#_#_)\":false},[\"box-sizing:border-box\"]],[false,{\"[amp-access][amp-access-hide]\":false},[\"display:none\"]],[false,{\"[subscriptions-dialog]:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-experiment\":false,\"amp-live-list>[update]\":false},[\"display:none\"]],[false,{\"amp-list [fetch-error]\":false,\"amp-list[load-more] [load-more-button]\":false,\"amp-list[load-more] [load-more-end]\":false,\"amp-list[load-more] [load-more-failed]\":false,\"amp-list[load-more] [load-more-loading]\":false},[\"display:none\"]],[false,{\"amp-list[diffable] div[role=list]\":false},[\"display:block\"]],[false,{\"amp-story-page:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"min-height:1px\",\"display:block\",\"height:100%\",\"margin:0\",\"padding:0\",\"overflow:hidden\",\"width:100%\"]],[false,{\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"background-color:#000\",\"position:relative\"]],[false,{\"amp-story-page\":false},[\"background-color:#757575\"]],[false,{\"amp-story .amp-active>div:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-story-page:not(:first-of-type):not([distance]):not([active]):not(#_#_#_#_#_#_#_#_)\":false},[\"transform:translateY(1000vh)\"]],[false,{\"amp-autocomplete:not(#_#_#_#_#_#_#_#_)\":false},[\"position:relative\",\"display:inline-block\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"padding:.5rem\",\"border:1px solid rgba(0,0,0,.33)\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"font-size:1rem\",\"line-height:1.5rem\"]],[false,{\"[amp-fx^=fly-in]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]\":false,\"amp-script[sandboxed]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]:not(#_#_#_#_#_#_#_#_)\":false,\"amp-script[sandboxed]:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[true,{\"[hidden]:not(#_#_#_#_#_#_#_)\":true},[\"display:none\"]],[true,{\"[layout=container]\":true},[\"display:block\",\"position:relative\"]],[true,{\"body noscript>*\":true},[\"display:block\",\"position:absolute\",\"top:0\",\"left:0\",\"bottom:0\",\"right:0\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow:hidden\"]],[true,{\"body noscript>*\":true},[\"width:100%\",\"height:100%\",\"z-index:2\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"position:absolute\"]],[true,{\"body noscript:not(#_#_#_#_#_#_#_#_)\":true},[\"display:inline\"]],[false,\"@supports (aspect-ratio:1\\/1){}\"],[false,{\"i-amp-scroll-container\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\",\"display:block\"]],[false,{\"i-amp-scroll-container.amp-active\":false},[\"overflow:auto\",\"-webkit-overflow-scrolling:touch\"]],[false,{\"template:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\".amp-border-box\":false,\".amp-border-box *\":false,\".amp-border-box :after\":false,\".amp-border-box :before\":false},[\"box-sizing:border-box\"]],[false,{\"amp-pixel:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-analytics\":false,\"amp-auto-ads\":false,\"amp-story-auto-ads\":false},[\"visibility:hidden\"]],[false,{\"amp-analytics:not(#_#_#_#_#_#_#_#_)\":false,\"amp-auto-ads:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story-auto-ads:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[false,{\"[visible-when-invalid]:not(.visible)\":false,\"form [submit-error]\":false,\"form [submit-success]\":false,\"form [submitting]\":false},[\"display:none\"]],[false,{\"amp-accordion:not(#_#_#_#_#_#_#_#_)\":false},[\"display:block\"]],[true,\"@media (min-width:1px){\"],[true,{\":where(amp-accordion>section)>:first-child\":true},[\"margin:0\",\"background-color:#efefef\",\"padding-right:20px\",\"border:1px solid #dfdfdf\"]],[true,{\":where(amp-accordion>section)>:last-child\":true},[\"margin:0\"]],[true,\"}\"],[false,{\"amp-accordion>section:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\"]],[false,{\"amp-accordion>section>*:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\",\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"amp-accordion\":false,\"amp-accordion>section\":false},[\"margin:0\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":38885,\"final_size\":16629,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"57e5701f0a3e0b4437f92e97599f1f36\",\"parse_time\":0.0514369010925293,\"shake_time\":0.0004038810729980469,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"webfonts\\/digital_sans_ef_medium.woff2\",\"webfonts\\/advanced_dot_digital7.eot\",\"webfonts\\/fa-brands-400.eot#iefix\",\"webfonts\\/fa-regular-400.eot#iefix\",\"webfonts\\/fa-solid-900.eot#iefix\",\"webfonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"font-size:14px\",\"line-height:1.5\",\"letter-spacing:.1px\",\"color:#fff\",\"background:#020000\",\"font-family:\\\"digital_sans_ef_medium\\\"\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":true},[\"color:#11a54f\",\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:30px\"]],[true,{\"h2\":true},[\"font-size:27px\"]],[true,{\"h3\":true},[\"font-size:23px\"]],[true,{\"*\":true},[\"-webkit-box-sizing:border-box\",\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true},[\"color:#11a54f\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#11a54f\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"width:100%\",\"height:100%\",\"pointer-events:none\"]],[true,{\"a amp-img\":true,\"a amp-anim\":true},[\"pointer-events:visible\"]],[false,{\".entry-content ol li\":false},[\"list-style:decimal\",\"padding:5px 0px\",\"display:list-item\",\"float:none\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"digital_sans_ef_medium\\\";src:url(\\\"webfonts\\/digital_sans_ef_medium.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/digital_sans_ef_medium.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}@font-face{font-family:\\\"advanced_dot_digital7\\\";src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\");src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/advanced_dot_digital7.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.svg#advanced_dot_digital7\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Brands\\\";font-style:normal;font-weight:normal;font-display:auto;src:url(\\\"webfonts\\/fa-brands-400.eot\\\");src:url(\\\"webfonts\\/fa-brands-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-brands-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-brands-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-brands-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-brands-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:400;font-display:auto;src:url(\\\"webfonts\\/fa-regular-400.eot\\\");src:url(\\\"webfonts\\/fa-regular-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-regular-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-regular-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-regular-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-regular-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:900;font-display:auto;src:url(\\\"webfonts\\/fa-solid-900.eot\\\");src:url(\\\"webfonts\\/fa-solid-900.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-solid-900.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-solid-900.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-solid-900.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-solid-900.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"webfonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:18px\",\"background-repeat:no-repeat\"]],[true,{\".svg-beranda\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-beranda.png\\\")\"]],[true,{\".svg-content\":true},[\"display:inline-block\",\"width:25px\",\"height:20px\",\"background-size:21px\",\"background-repeat:no-repeat\"]],[true,{\".svg-sport\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/hot-games.png\\\")\"]],[true,{\".header\":true},[\"width:100%\",\"z-index:999999\",\"position:fixed\",\"background:#191919\"]],[true,{\".top-left\":true},[\"float:left\",\"width:27%\",\"display:flex\",\"justify-content:flex-start\"]],[true,{\".top-right\":true},[\"line-height:1.2\",\"font-size:11px\",\"float:right\",\"width:70%\"]],[true,{\".site-logo\":true},[\"float:left\",\"top:12px\",\"left:0px\",\"width:24%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:200px\"]],[true,{\".nav-bar\":true},[\"background-color:(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #2b2b2b\"]],[true,{\".sticky\":true},[\"height:127px\"]],[true,{\".main\":true},[\"background:#191919\"]],[true,{\".slide\":true},[\"margin-bottom:17px\"]],[true,{\".jackpot amp-img\":true,\".jackpot amp-anim\":true},[\"margin-left:auto\",\"margin-right:auto\",\"display:block\",\"border-radius:9px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\",\"overflow:hidden\"]],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-wrap:wrap\",\"flex-wrap:wrap\"]],[true,{\".col-sm-2\":true},[\"flex:0 0 15.9%\",\"max-width:15.9%\",\"margin:5px 4px\",\"justify-content:center\",\"align-content:center\"]],[true,{\".col-sm-12\":true},[\"-ms-flex:0 0 100%\",\"flex:0 0 100%\",\"max-width:100%\"]],[true,{\".col-title\":true},[\"padding:9px 0px\",\"position:absolute\",\"top:-14px\",\"left:21px\",\"z-index:2\",\"background:#101013\"]],[true,{\".col-border\":true},[\"border:1px solid #333\",\"border-radius:7px\",\"margin:5px auto\",\"padding:18px\"]],[true,{\".payment .col-sm-12\":true},[\"margin:10px auto\"]],[false,{\".post-taxonomies\":false},[\"padding:20px 0\"]],[false,{\".post-taxonomies .container\":false},[\"border-bottom:1px solid #333\"]],[false,{\".tags-title\":false},[\"font-size:19px\"]],[false,{\".tags-title\":false,\".tags-links\":false},[\"text-align:center\",\"padding:10px 0\"]],[false,{\".tags-links a\":false},[\"background:#503000\",\"display:inline-block\",\"border-radius:8px\",\"padding:15px 20px\",\"color:#fff\"]],[true,{\".main-menu i\":true},[\"display:block\",\"margin:auto\",\"width:30px\",\"height:30px\",\"background-size:26px\"]],[true,{\"ul.menu\":true,\"ul.contact-us\":true,\"ul.main-menu\":true},[\"padding:0\",\"margin:0\",\"text-transform:uppercase\"]],[true,{\".main-menu\":true},[\"float:right\"]],[true,{\".main-menu li [aria-current]\":true,\".main-menu li a:hover\":true},[\"color:#11a54f\"]],[true,{\".main-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"margin:0\",\"padding:0\"]],[true,{\".main-menu li a\":true},[\"font-size:14px\",\"position:relative\",\"display:inline-block\",\"line-height:18px\",\"padding:20px 24px\",\"flex:1\",\"color:#a3a3a3\"]],[true,{\"ul.contact-us\":true},[\"padding:15px 0\",\"text-transform:capitalize\"]],[true,{\".contact-us\":true},[\"float:right\",\"height:36px\"]],[true,{\".contact-us li\":true},[\"border-right:dotted 1px #fff\",\"padding-left:10px\",\"padding-right:10px\",\"display:inline-block\",\"float:left\"]],[true,{\".site-footer\":true},[\"display:block\",\"margin:auto\",\"max-width:200px\",\"margin-bottom:20px\"]],[true,{\".contact-us li:first-child\":true},[\"padding-right:10px\",\"border-left:0\"]],[true,{\".contact-us li:last-child\":true},[\"padding-right:10px\",\"border-right:0\"]],[true,{\".contact-us li a\":true},[\"color:#9a9a9a\",\"font-size:11px\"]],[true,{\".contact-us li a:hover\":true},[\"color:#11a54f\"]],[true,{\".contact-us .svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:17px\",\"background-repeat:no-repeat\"]],[true,{\".contact-us li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer\":true},[\"position:fixed\",\"width:170px\",\"height:40px\",\"bottom:0px\",\"right:10px\",\"background:#e8911a\",\"border-radius:5px 5px 0px 0px\",\"z-index:100\",\"padding:2px\"]],[true,{\".quick-footer i\":true},[\"font-size:22px\",\"position:relative\",\"right:-42px\",\"top:-2px\"]],[true,{\".quick-footer li\":true},[\"margin:1px auto\",\"padding:4px 12px\"]],[true,{\".quick-footer li a\":true},[\"color:#fff\",\"display:flex\",\"align-items:end\",\"text-align:center\",\"font-size:19px\",\"text-transform:uppercase\"]],[true,{\".quick-footer li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer .svg-menu\":true},[\"height:30px\",\"width:30px\",\"display:inline-block\",\"background-size:30px\",\"background-repeat:no-repeat\"]],[true,{\".menu\":true},[\"float:right\",\"position:relative\",\"padding:0px\",\"margin:0px auto\"]],[true,{\".menu li\":true},[\"float:left\",\"position:relative\",\"font-size:14px\",\"text-transform:uppercase\",\"min-width:68px\",\"margin:0px 0px 0px 4px\",\"text-align:center\",\"padding:5px 5px\",\"vertical-align:inherit\",\"border-radius:27px\"]],[true,{\".menu ul\":true},[\"padding-top:15px\",\"border-radius:0px 0px 4px 4px\",\"-webkit-border-radius:0px 0px 4px 4px\",\"-moz-border-radius:0px 0px 4px 4px\",\"-ms-border-radius:0px 0px 4px 4px\",\"-o-border-radius:0px 0px 4px 4px\"]],[true,{\".menu li a\":true},[\"padding:4px 21px\",\"display:block\",\"color:#fff\",\"text-shadow:0px 0px 3px #000\"]],[true,{\".daftar\":true,\".quick-footer\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #11a54f\"]],[true,{\".daftar:hover\":true},[\"background:#115f13\",\"background-image:-webkit-linear-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\"]],[true,{\".login\":true},[\"background:#505050\",\"border-top:1px solid #7e7e7e\"]],[true,{\".login:hover\":true},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".rtp\":false},[\"background:#505050\",\"background-image:linear-gradient(to bottom,#0ef,#001aff)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".rtp:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".alternatif\":false},[\"background:#c8ff00\",\"background-image:linear-gradient(to bottom,#ffae00,#c8ff00)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".alternatif:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#c8ff00 0%,#ffae00 100%)\"]],[true,{\".login-panel\":true},[\"margin:6px 0\"]],[true,{\"ul\":true,\"ol\":false},[\"list-style:none\",\"margin:0\",\"padding:5px 0px\"]],[true,{\"ul.article\":true},[\"list-style:circle\",\"padding:5px 30px\"]],[true,{\".article li\":true},[\"list-style:disc\",\"margin:0px 35px\"]],[false,{\".article ol li\":false},[\"list-style:decimal\"]],[true,{\".ct-rounded\":true,\".ct-rounded amp-img\":true,\".ct-rounded amp-anim\":true,\".ct-rounded .col-sm-2\":true,\".bg-rounded .container\":true},[\"border-radius:12px\"]],[true,{\".bg-rounded .container\":true},[\"padding:25px\",\"background:#020206\",\"margin-bottom:30px\"]],[true,{\".ct-rounded\":true},[\"padding:15px\",\"background:#160002\",\"border:3px solid #11a54f\",\"margin:10px auto\"]],[true,{\".ct-rounded .col-sm-2\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"padding:2px\",\"height:100%\"]],[true,{\".game-wrapper\":true},[\"height:200px\",\"z-index:0\"]],[true,{\".game-img\":true},[\"position:absolute\",\"width:100%\",\"top:0\",\"z-index:0\"]],[true,{\".image-wrapper\":true},[\"z-index:0\"]],[true,{\".games-wrapper\":true},[\"position:absolute\",\"width:100%\",\"height:100%\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\"]],[true,{\".title-row\":true},[\"margin:21px auto\",\"border-bottom:3px solid #11a54f\",\"font-size:19px\",\"display:flex\",\"align-items:center\"]],[true,{\".title-games\":true},[\"font-size:14px\",\"padding:4px 10px 8px\",\"color:#fff\",\"text-overflow:ellipsis\",\"white-space:nowrap\",\"text-align:center\"]],[true,{\".footer\":true},[\"width:100%\",\"background:#101013\",\"padding:0px 0px 20px 0px\"]],[true,{\".disclaimer\":true},[\"border-top:1px dotted #101013\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"height:auto\"]],[true,{\".footer-title\":true},[\"font-size:15px\",\"color:#d5d5d5\",\"margin:20px auto\"]],[true,{\".footer .row\":true},[\"justify-content:left\"]],[true,{\".footer .col-sm-2\":true},[\"justify-content:left\"]],[true,{\".provider .col-sm-2\":true,\".payment .col-sm-2\":true},[\"max-width:111px\",\"margin:7px\"]],[true,{\".copyright\":true},[\"font-size:11px\",\"padding:15px 0px\",\"text-align:center\"]],[true,{\".copyright a\":true},[\"color:#aaa\",\"display:inline-block\"]],[true,{\".article\":true},[\"text-align:center\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".main-slide amp-img\":true,\".main-slide amp-anim\":true},[\"height:100%\"]],[true,{\".main-menu\":true,\".top-header\":true},[\"display:none\"]],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\".header\":true},[\"z-index:999999\",\"height:65px\",\"position:fixed\",\"background:#151515\"]],[true,{\".nav-bar\":true},[\"border:0\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true},[\"top:9px\",\"left:0px\",\"right:0\",\"width:149px\",\"float:none\",\"margin:auto\",\"position:absolute\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:150px\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\".top-header\":true},[\"top:0px\",\"left:0px\",\"margin:auto\",\"width:100%\"]],[true,{\".menu-mobile\":true,\".menu-login-menu-container\":true,\".slide\":true},[\"width:100%\",\"margin:auto\"]],[true,{\".menu-mobile .menu li\":true},[\"background-image:-webkit-linear-gradient(top,#ababab 0%,#585858 100%)\"]],[true,{\".menu\":true},[\"float:none\"]],[true,{\".main-homepage\":true},[\"background:#131313\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\",\"border-radius:7px\",\"margin-bottom:5px\",\"display:inline-block\"]],[true,{\".main-homepage li a\":true},[\"padding:7px\",\"font-size:14px\",\"display:flex\",\"align-items:center\",\"flex-wrap:nowrap\",\"flex-direction:column\",\"color:#8b8b8b\"]],[true,{\".main-homepage li .svg-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".login-mobile\":true},[\"padding:0\"]],[true,{\".login-mobile li\":true},[\"display:inline-block\",\"border-radius:2px\",\"width:49.5%\",\"text-align:center\"]],[true,{\".login-mobile li a\":true},[\"color:#fff\",\"font-size:18px\",\"padding:9px 20px\",\"display:block\",\"text-shadow:0px 0px 3px #000\"]],[true,{\"ul.nav-item\":true},[\"padding:0\"]],[true,{\".nav-item li a i\":true},[\"vertical-align:middle\"]],[true,{\".nav-item li\":true},[\"background:#1a1a1a\",\"position:relative\",\"line-height:20px\",\"display:inline-block\",\"width:100%\"]],[true,{\".nav-item li a\":true},[\"text-transform:capitalize\",\"display:block\",\"color:#ddd\",\"text-decoration:none\",\"padding:10px 15px\"]],[true,{\".nav-item li:hover\":true},[\"background-color:#393939\"]],[true,{\".nav-item li [aria-current]\":true},[\"background-color:#393939\",\"display:block\",\"width:100%\"]],[true,{\".nav-item li:before\":true},[\"content:\\\"\\\"\",\"position:absolute\",\"top:0\",\"left:0\",\"z-index:-1\",\"height:100%\",\"width:3px\",\"background-color:#393939\"]],[true,{\".contact-floating\":true},[\"position:fixed\",\"bottom:0\",\"background:#1e1e1e\",\"width:100%\",\"padding:3px\",\"z-index:3\"]],[true,{\".contact-floating li a\":true},[\"font-size:13px\",\"color:#fff\"]],[true,{\".contact-floating li\":true},[\"display:inline-block\",\"width:32%\",\"text-align:center\",\"padding:5px 0px\"]],[true,{\".contact-floating li i\":true},[\"display:block\",\"margin:auto\",\"background-size:25px\",\"width:25px\",\"height:25px\"]],[true,{\".main\":true},[\"background:#020206\"]],[true,{\".slide\":true},[\"border:0\"]],[true,{\".main-slide\":true},[\"width:100%\"]],[true,{\".bg-rounded .container\":true},[\"padding:5px\",\"background:#020204\",\"margin-bottom:0\"]],[true,{\".ct-rounded\":true},[\"padding:0\",\"background:none\",\"border:0\"]],[true,{\".games .col-sm-2\":true},[\"max-width:31%\",\"flex:0 0 31%\",\"margin:4px\"]],[true,{\".game-wrapper\":true},[\"height:150px\"]],[true,{\".title-row\":true},[\"margin:10px 10px\",\"text-align:center\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"width:100%\",\"height:auto\"]],[true,{\".footer .col-sm-2\":true},[\"max-width:21%\",\"flex:0 0 21%\",\"margin:4px\"]],[true,{\".footer-title\":true},[\"width:max-content\"]],[true,{\".footer .container\":true},[\"padding:0px 10px\"]],[true,{\".copyright\":true},[\"text-align:center\"]],[true,{\".quick-footer\":true},[\"width:44%\"]],[true,{\".quick-footer li\":true},[\"padding:0px 7px\"]],[true,{\"#side-opener\":true},[\"display:none\"]],[true,{\"input .tg\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\".tg:checked+.page-content\":true},[\"right:272px\"]],[true,{\".page-sidebar\":true},[\"background-color:#1a1a1a\",\"width:272px\",\"display:block\",\"z-index:2\",\"top:0px\",\"right:0px\",\"bottom:0px\",\"overflow:hidden\",\"position:fixed\",\"border-right:1px solid #353535\"]],[true,{\".page-sidebar-scroll\":true},[\"z-index:2\",\"overflow:scroll\",\"overflow-x:hidden\",\"height:100%\",\"padding:0px 0px 0px 3px\",\"width:100%\",\"top:-1px\"]],[true,{\".page-content\":true},[\"z-index:10\",\"right:0\",\"display:block\",\"min-height:580px\",\"transition:all .25s ease-out\",\"-webkit-transition:all .25s ease-out\",\"background-color:#0a0a0a\"]],[true,{\".deploy-sidebar\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/deploy-nav.png\\\")\",\"background-repeat:no-repeat\",\"background-position:9px 21px\",\"background-size:28px 19px\",\"height:60px\",\"max-width:44px\",\"z-index:50\",\"width:20%\",\"float:right\",\"top:1px\",\"right:10px\"]],[true,{\".sidebar-shortcuts\":true},[\"width:100%\",\"height:1px\",\"background-color:#333\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".site-logo\":true},[\"width:38%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"max-width:100%\",\"height:auto\"]],[true,{\".login-mobile li a\":true},[\"padding:5px 9px\",\"font-size:11px\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\"]],[true,{\".main-homepage li\":true},[\"margin-bottom:17px\"]],[true,{\".main-homepage li a\":true},[\"top:76px\"]],[true,{\".slide\":true},[\"height:102px\"]],[true,{\".quick-footer i\":true},[\"right:-13px\"]],[true,{\".page-sidebar\":true},[\"width:200px\"]],[true,{\".tg:checked+.page-content\":true},[\"left:202px\"]],[true,\"}\"],[true,\"}\"],[true,{\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"-o-object-fit:contain\",\"object-fit:contain\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-img img\":true,\"amp-img noscript\":true},[\"image-rendering:inherit\",\"-o-object-fit:inherit\",\"object-fit:inherit\",\"-o-object-position:inherit\",\"object-position:inherit\"]],[true,{\"body\":true},[\"--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--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--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":136,\"final_size\":129,\"element\":{\"name\":\"div\",\"attributes\":{\"id\":\"toc\",\"data-amp-original-style\":\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\",\"class\":\"amp-wp-22abcbf\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":264,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"4cf7b75a293c632457bc6362b882fa3a\",\"parse_time\":0.006494045257568359,\"shake_time\":5.0067901611328125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-22abcbf:not(#_#_#_#_#_)\":true},[\"background:#f9f9f9\",\"border:1px solid #aaa\",\"display:table\",\"margin-bottom:1em\",\"padding:1em\",\"width:350px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":69,\"final_size\":66,\"element\":{\"name\":\"p\",\"attributes\":{\"class\":\"toctitle amp-wp-1f3bc52\",\"data-amp-original-style\":\"font-weight: 700;text-align: center;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":264,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"c5f795cff0d9e6edca50bc536c81b6ed\",\"parse_time\":0.015804052352905273,\"shake_time\":3.814697265625e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-1f3bc52:not(#_#_#_#_#_)\":true},[\"font-weight:700\",\"text-align:center\"]]],\"included\":true}]'),
(1276,67,'_wp_old_date','2025-09-19'),
(1278,69,'_wp_old_date','2025-09-19'),
(1279,70,'_wp_old_date','2025-09-19'),
(1280,133,'_wp_old_date','2025-09-19'),
(1281,72,'_wp_old_date','2025-09-19'),
(1284,179,'_wp_old_date','2025-09-29'),
(1295,187,'_wp_old_date','2025-10-01'),
(1298,67,'_wp_old_date','2025-09-24'),
(1302,69,'_wp_old_date','2025-09-24'),
(1303,70,'_wp_old_date','2025-09-24'),
(1304,133,'_wp_old_date','2025-09-24'),
(1305,72,'_wp_old_date','2025-09-25'),
(1307,191,'_wp_old_date','2025-10-02'),
(1309,193,'_wp_trash_meta_status','publish'),
(1310,193,'_wp_trash_meta_time','1759412603'),
(1311,193,'_wp_desired_post_slug','test-post-title'),
(1313,195,'_wp_old_date','2025-10-03'),
(1315,197,'_wp_old_date','2025-10-03'),
(1317,199,'_wp_old_date','2025-10-03'),
(1319,201,'_wp_old_date','2025-10-03'),
(1321,203,'_wp_old_date','2025-10-03'),
(1323,205,'_wp_old_date','2025-10-03'),
(1325,207,'_wp_old_date','2025-10-03'),
(1327,212,'_edit_last','1'),
(1329,212,'_edit_lock','1759474021:1'),
(1331,212,'_wp_old_date','2025-10-03'),
(1335,216,'_wp_trash_meta_status','publish'),
(1336,216,'_wp_trash_meta_time','1759493128'),
(1337,216,'_wp_desired_post_slug','355690631759493124-2'),
(1339,218,'_wp_old_date','2025-10-03'),
(1343,221,'_wp_old_date','2025-10-04'),
(1344,67,'_wp_old_date','2025-10-01'),
(1345,223,'_amp_validated_environment','a:3:{s:5:\"theme\";a:1:{s:7:\"mabar88\";s:3:\"2.0\";}s:7:\"plugins\";a:6:{s:3:\"amp\";s:5:\"2.5.5\";s:14:\"classic-editor\";s:5:\"1.6.7\";s:15:\"litespeed-cache\";s:7:\"7.5.0.1\";s:9:\"wp-compat\";s:5:\"1.3.2\";s:13:\"wp-how-change\";s:5:\"1.8.9\";s:13:\"wordpress-seo\";s:4:\"26.0\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(1346,223,'_amp_queried_object','a:2:{s:2:\"id\";i:221;s:4:\"type\";s:4:\"post\";}'),
(1347,223,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":86,\"final_size\":136,\"element\":{\"name\":\"style\",\"attributes\":[]},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":2079,\"function\":\"wp_print_auto_sizes_contain_css_fix\",\"hook\":\"wp_head\",\"priority\":1}],\"priority\":70,\"hash\":\"c621d07fb5558e1c2469e3aa9c42602a\",\"parse_time\":0.015420198440551758,\"shake_time\":0.003936052322387695,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"amp-img:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true,\"amp-anim:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true},[\"contain-intrinsic-size:3000px 1500px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":60,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"litespeed-cache-dummy-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/litespeed-cache\\/assets\\/css\\/litespeed-dummy.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"litespeed-cache-dummy\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d751713988987e9331980363e24189ce\",\"parse_time\":0.013470888137817383,\"shake_time\":9.5367431640625e-7,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.5.5\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1012,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2250,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d9cbcea123ed980237b7ccf844b62f01\",\"parse_time\":0.004324197769165039,\"shake_time\":0.14371204376220703,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-unknown-size\":true,\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:unset\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":true,\"amp-img noscript\":true,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":41469,\"final_size\":6134,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"astra-theme-css-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/themes\\/mabar88\\/assets\\/css\\/minified\\/main.min.css?ver=3.7.9\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":1,\"hash\":\"297834b4c4b19b7b6584facdb172187b\",\"parse_time\":0.08601713180541992,\"shake_time\":0.0010890960693359375,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"address\":false,\"blockquote\":false,\"body\":true,\"dd\":false,\"dl\":false,\"dt\":false,\"fieldset\":false,\"figure\":false,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\"hr\":false,\"html\":true,\"amp-iframe\":false,\"legend\":false,\"li\":true,\"ol\":false,\"p\":true,\"pre\":false,\"textarea\":false,\"ul\":true},[\"border:0\",\"font-size:100%\",\"font-style:inherit\",\"font-weight:inherit\",\"margin:0\",\"outline:0\",\"padding:0\",\"vertical-align:baseline\"]],[true,{\"html\":true},[\"-webkit-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\"]],[true,{\"body\":true},[\"margin:0\"]],[false,{\"main\":false,\"nav\":false},[\"display:block\"]],[false,{\"progress\":false},[\"display:inline-block\",\"vertical-align:baseline\"]],[true,{\"a\":true},[\"background-color:transparent\"]],[true,{\"a:active\":true},[\"outline:0\"]],[true,{\"a\":true,\"a:focus\":true,\"a:hover\":true,\"a:visited\":true},[\"text-decoration:none\"]],[false,{\"abbr[title]\":false},[\"border-bottom:1px dotted\"]],[true,{\"b\":false,\"strong\":true},[\"font-weight:700\"]],[false,{\"dfn\":false},[\"font-style:italic\"]],[false,{\"mark\":false},[\"background:#ff0\",\"color:#000\"]],[false,{\"small\":false},[\"font-size:80%\"]],[false,{\"sub\":false,\"sup\":false},[\"font-size:75%\",\"line-height:0\",\"position:relative\",\"vertical-align:baseline\"]],[false,{\"sup\":false},[\"top:-.5em\"]],[false,{\"sub\":false},[\"bottom:-.25em\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"border:0\"]],[false,{\"svg:not(:root)\":false},[\"overflow:hidden\"]],[false,{\"figure\":false},[\"margin:0\"]],[false,{\"hr\":false},[\"box-sizing:content-box\",\"height:0\"]],[false,{\"pre\":false},[\"overflow:auto\"]],[false,{\"code\":false,\"kbd\":false,\"pre\":false,\"samp\":false},[\"font-size:1em\"]],[true,{\"button\":false,\"input\":true,\"optgroup\":false,\"select\":false,\"textarea\":false},[\"color:inherit\",\"font:inherit\",\"margin:0\"]],[false,{\"button\":false},[\"overflow:visible\"]],[false,{\"button\":false,\"select\":false},[\"text-transform:none\"]],[true,{\"button\":false,\"html input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"-webkit-appearance:button\",\"cursor:pointer\"]],[true,{\"button[disabled]\":false,\"html input[disabled]\":true},[\"cursor:default\"]],[true,{\"button::-moz-focus-inner\":false,\"input::-moz-focus-inner\":true},[\"border:0\",\"padding:0\"]],[true,{\"input\":true},[\"line-height:normal\"]],[true,{\"input[type=checkbox]\":true,\"input[type=radio]\":true},[\"box-sizing:border-box\",\"padding:0\"]],[true,{\"input[type=number]::-webkit-inner-spin-button\":true,\"input[type=number]::-webkit-outer-spin-button\":true},[\"height:auto\"]],[true,{\"input[type=search]\":true},[\"-webkit-appearance:textfield\",\"box-sizing:content-box\"]],[false,{\"#comments .submit\":false,\".search .search-submit\":false},[\"padding:10px 15px\",\"border-radius:2px\",\"line-height:1.8571428571429\",\"border:0\"]],[false,{\".search .site-main .ast-search-submit\":false},[\"display:none\"]],[true,{\"input[type=search]::-webkit-search-cancel-button\":true,\"input[type=search]::-webkit-search-decoration\":true},[\"-webkit-appearance:none\"]],[false,{\"fieldset\":false},[\"border:1px solid #eaeaea\",\"margin:0 0\",\"padding:.35em .625em .75em\"]],[false,{\"legend\":false},[\"border:0\",\"padding:0\"]],[false,{\"fieldset legend\":false},[\"margin-bottom:1.5em\",\"padding:0 .5em\"]],[false,{\"textarea\":false},[\"overflow:auto\"]],[false,{\"optgroup\":false},[\"font-weight:700\"]],[false,{\"table\":false},[\"border-collapse:collapse\",\"border-spacing:0\"]],[false,{\"td\":false,\"th\":false},[\"padding:0\"]],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,{\".ast-container\":false,\".ast-container-fluid\":false},[\"margin-left:auto\",\"margin-right:auto\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-row\":false},[\"margin-left:-20px\",\"margin-right:-20px\"]],[false,{\".ast-grid-common-col\":false},[\"position:relative\",\"min-height:1px\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-float\":false},[\"float:left\"]],[false,\"@media (max-width:992px){\"],[false,{\".ast-width-sm-25\":false},[\"width:25%\"]],[false,{\".ast-width-md-50\":false},[\"width:50%\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-width-md-25\":false},[\"width:25%\"]],[false,\"}\"],[false,{\".ast-full-width\":false},[\"width:100%\"]],[false,{\".ast-width-50\":false},[\"width:50%\"]],[false,\"@media (min-width:768px){\"],[false,{\".ast-width-md-4\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-md-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-md-6\":false},[\"width:50%\",\"float:left\"]],[false,{\".ast-width-md-3\":false},[\"width:25%\"]],[false,{\".ast-width-md-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[false,\"@media (min-width:769px){\"],[false,{\".ast-width-md-20\":false},[\"width:20%\"]],[false,\"}\"],[false,\"@media (min-width:992px){\"],[false,{\".ast-width-lg-33\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-lg-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-lg-50\":false},[\"width:50%\"]],[false,{\".ast-width-lg-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"clear:both\"]],[true,{\".entry-content h1\":false,\"h1\":true},[\"color:#808285\",\"font-size:2em\",\"line-height:1.2\"]],[true,{\".entry-content h2\":false,\"h2\":true},[\"color:#808285\",\"font-size:1.7em\",\"line-height:1.3\"]],[false,{\".entry-content h3\":false,\"h3\":false},[\"color:#808285\",\"font-size:1.5em\",\"line-height:1.4\"]],[false,{\".entry-content h4\":false,\"h4\":false},[\"color:#808285\",\"line-height:1.5\",\"font-size:1.3em\"]],[false,{\".entry-content h5\":false,\"h5\":false},[\"color:#808285\",\"line-height:1.6\",\"font-size:1.2em\"]],[false,{\".entry-content h6\":false,\"h6\":false},[\"color:#808285\",\"line-height:1.7\",\"font-size:1.1em\"]],[true,{\"html\":true},[\"box-sizing:border-box\"]],[true,{\"*\":true,\":after\":true,\":before\":true},[\"box-sizing:inherit\"]],[true,{\"body\":true},[\"color:#808285\",\"background:#fff\",\"font-style:normal\"]],[true,{\"ol\":false,\"ul\":true},[\"margin:0 0 1.5em 3em\"]],[true,{\"ul\":true},[\"list-style:disc\"]],[false,{\"ol\":false},[\"list-style:decimal\"]],[true,{\"li>ol\":false,\"li>ul\":true},[\"margin-bottom:0\",\"margin-left:1.5em\"]],[false,{\"dt\":false},[\"font-weight:700\"]],[false,{\"dd\":false},[\"margin:0 1.5em 1.5em\"]],[true,{\"b\":false,\"strong\":true},[\"font-weight:700\"]],[true,{\"cite\":false,\"dfn\":false,\"em\":false,\"i\":true},[\"font-style:italic\"]],[false,{\"blockquote\":false,\"q\":false},[\"quotes:\\\"\\\" \\\"\\\"\"]],[false,{\"blockquote:after\":false,\"blockquote:before\":false,\"q:after\":false,\"q:before\":false},[\"content:\\\"\\\"\"]],[false,{\"blockquote\":false},[\"border-left:5px solid rgba(0,0,0,.05)\",\"padding:20px\",\"font-size:1.2em\",\"font-style:italic\",\"margin:0 0 1.5em\",\"position:relative\"]],[false,{\"address\":false},[\"margin:0 0 1.5em\"]],[false,{\"abbr\":false,\"acronym\":false},[\"border-bottom:1px dotted #666\",\"cursor:help\"]],[false,{\"pre\":false},[\"background:#eee\",\"font-family:\\\"Courier 10 Pitch\\\",Courier,monospace\",\"margin-bottom:1.6em\",\"overflow:auto\",\"max-width:100%\",\"padding:1.6em\"]],[false,{\"code\":false,\"kbd\":false,\"tt\":false,\"var\":false},[\"font:15px Monaco,Consolas,\\\"Andale Mono\\\",\\\"DejaVu Sans Mono\\\",monospace\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"height:auto\",\"max-width:100%\"]],[false,{\"hr\":false},[\"background-color:#ccc\",\"border:0\",\"height:1px\",\"margin-bottom:1.5em\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false},[\"color:#808285\",\"font-weight:400\",\"font-size:100%\",\"margin:0\",\"vertical-align:baseline\"]],[true,{\"button\":false,\"input\":true},[\"line-height:normal\"]],[false,{\"big\":false},[\"font-size:125%\"]],[false,{\"ins\":false,\"mark\":false},[\"background:0 0\",\"text-decoration:none\"]],[false,{\"table\":false,\"td\":false,\"th\":false},[\"border:1px solid rgba(0,0,0,.1)\"]],[false,{\"table\":false},[\"border-collapse:separate\",\"border-spacing:0\",\"border-width:1px 0 0 1px\",\"margin:0 0 1.5em\",\"width:100%\"]],[false,{\"th\":false},[\"font-weight:700\"]],[false,{\"td\":false,\"th\":false},[\"padding:8px\",\"border-width:0 1px 1px 0\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"border:1px solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#e6e6e6\",\"padding:.6em 1em .4em\",\"color:#fff\"]],[true,{\".ast-button:focus\":false,\".ast-button:hover\":false,\".button:focus\":false,\".button:hover\":false,\"button:focus\":false,\"button:hover\":false,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"color:#fff\",\"border-color:#eaeaea\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"button:active\":false,\"button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=reset]:active\":true,\"input[type=reset]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"border-color:#eaeaea\",\"outline:0\"]],[true,{\"input[type=email]\":true,\"input[type=password]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"textarea\":false},[\"color:#666\",\"border:1px solid #ccc\",\"border-radius:2px\",\"-webkit-appearance:none\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"textarea:focus\":false},[\"color:#111\"]],[false,{\"textarea\":false},[\"padding-left:3px\",\"width:100%\"]],[true,{\"a\":true},[\"color:#4169e1\"]],[true,{\"a:focus\":true,\"a:hover\":true},[\"color:#191970\"]],[true,{\"a:focus\":true},[\"outline:thin dotted\"]],[true,{\"a:hover\":true},[\"outline:0\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#f1f1f1\",\"border-radius:2px\",\"box-shadow:0 0 2px 2px rgba(0,0,0,.6)\",\"color:#21759b\",\"display:block\",\"font-size:12.25px\",\"font-size:.875rem\",\"height:auto\",\"left:5px\",\"line-height:normal\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"top:5px\",\"width:auto\",\"z-index:100000\"]],[false,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":false},[\"clip:auto\"]],[false,{\".alignleft\":false},[\"display:inline\",\"float:left\",\"margin-right:1.5em\"]],[false,{\".alignright\":false},[\"display:inline\",\"float:right\",\"margin-left:1.5em\"]],[false,{\".aligncenter\":false},[\"clear:both\",\"text-align:center\",\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"embed\":false,\"amp-iframe\":false,\"amp-google-document-embed\":false},[\"max-width:100%\"]],[false,{\".wp-caption\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-caption amp-img[class*=wp-image-]\":false,\".wp-caption amp-anim[class*=wp-image-]\":false},[\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-caption .wp-caption-text\":false},[\"margin:.8075em 0\"]],[false,{\".wp-caption-text\":false},[\"text-align:center\"]],[true,{\"::selection\":true},[\"color:#fff\",\"background:#0274be\"]],[true,{\"body\":true},[\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\"]],[true,{\"body:not(.logged-in)\":true},[\"position:relative\"]],[false,{\"#page\":false},[\"position:relative\"]],[true,{\"a\":true,\"a:focus\":true},[\"text-decoration:none\"]],[true,{\".secondary a *\":false,\".site-footer a *\":true,\".site-header a *\":false,\"a\":true},[\"transition:all .2s linear\"]],[false,{\".capitalize\":false},[\"text-transform:uppercase\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"vertical-align:middle\"]],[false,{\".entry-content h1\":false,\".entry-content h2\":false,\".entry-content h3\":false,\".entry-content h4\":false,\".entry-content h5\":false,\".entry-content h6\":false},[\"margin-bottom:20px\"]],[true,{\"p\":true},[\"margin-bottom:1.75em\"]],[false,{\"blockquote\":false},[\"margin:1.5em 1em 1.5em 3em\",\"font-size:1.1em\",\"line-height:inherit\",\"position:relative\"]],[true,{\".ast-button\":false,\".button\":false,\"input[type=button]\":true,\"input[type=submit]\":true},[\"border-radius:0\",\"padding:18px 30px\",\"border:0\",\"box-shadow:none\",\"text-shadow:none\"]],[true,{\".ast-button:hover\":false,\".button:hover\":false,\"input[type=button]:hover\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"box-shadow:none\"]],[false,{\".site-title\":false},[\"font-weight:400\"]],[false,{\".site-description\":false,\".site-title\":false},[\"margin-bottom:0\"]],[false,{\".site-description a\":false,\".site-description:focus a\":false,\".site-description:hover a\":false,\".site-title a\":false,\".site-title:focus a\":false,\".site-title:hover a\":false},[\"transition:all .2s linear\"]],[false,{\".site-title a\":false,\".site-title a:focus\":false,\".site-title a:hover\":false,\".site-title a:visited\":false},[\"color:#222\"]],[false,{\".site-description a\":false,\".site-description a:focus\":false,\".site-description a:hover\":false,\".site-description a:visited\":false},[\"color:#999\"]],[false,{\".search-form .search-field\":false},[\"outline:0\"]],[false,{\".ast-search-menu-icon\":false},[\"position:relative\",\"z-index:3\"]],[false,{\".site .skip-link\":false},[\"background-color:#f1f1f1\",\"box-shadow:0 0 1px 1px rgba(0,0,0,.2)\",\"color:#21759b\",\"display:block\",\"font-family:Montserrat,\\\"Helvetica Neue\\\",sans-serif\",\"font-size:14px\",\"font-weight:700\",\"left:-9999em\",\"outline:0\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"text-transform:none\",\"top:-9999em\"]],[false,{\".site .skip-link:focus\":false},[\"clip:auto\",\"height:auto\",\"left:6px\",\"top:7px\",\"width:auto\",\"z-index:100000\",\"outline:thin dotted\"]],[false,{\".logged-in .site .skip-link\":false},[\"box-shadow:0 0 2px 2px rgba(0,0,0,.2)\",\"font-family:\\\"Open Sans\\\",sans-serif\"]],[true,{\"input\":true,\"select\":false},[\"line-height:1\"]],[true,{\".ast-button\":false,\".ast-custom-button\":false,\"body\":true,\"button\":false,\"input[type=button]\":true,\"input[type=submit]\":true,\"textarea\":false},[\"line-height:1.8571428571429\"]],[false,{\".site-title a\":false},[\"line-height:1.2\"]],[false,{\".site-header .site-description\":false},[\"line-height:1.5\"]],[false,{\".ast-single-post .entry-title\":false,\".ast-single-post .entry-title a\":false},[\"line-height:1.2\"]],[false,{\".entry-title\":false,\".entry-title a\":false},[\"font-weight:400\"]],[false,{\".ast-oembed-container\":false},[\"position:relative\",\"padding-top:56.25%\",\"height:0\",\"height:auto\",\"overflow:hidden\",\"max-width:100%\"]],[false,{\".ast-oembed-container embed\":false,\".ast-oembed-container amp-iframe\":false,\".ast-oembed-container amp-google-document-embed\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\"body .ast-oembed-container *\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\".ast-hidden:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[true,{\"body\":true},[\"background-color:#fff\"]],[false,{\"#page\":false},[\"display:block\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"width:100%\"]],[false,{\"#primary\":false},[\"margin:4em 0\"]],[false,{\".ast-separate-container\":false},[\"background-color:#f5f5f5\"]],[false,{\".ast-separate-container #primary\":false},[\"padding:4em 0\",\"margin:0\",\"border:0\"]],[false,{\".ast-separate-container .site-main>.ast-row\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false},[\"background-color:#fff\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"border-bottom:1px solid #eee\",\"margin:0\",\"padding:5.34em 6.67em\"]],[false,{\".ast-separate-container .blog-layout-1\":false},[\"padding:0\",\"border-bottom:0\"]],[false,{\".ast-separate-container .ast-article-single\":false},[\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (min-width:993px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"margin:4em 0\",\"padding:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:60px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:30px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:30px\"]],[false,\"}\"],[false,{\".ast-search-icon .astra-search-icon\":false},[\"font-size:1.3em\"]],[false,{\".main-navigation\":false},[\"height:100%\",\"-js-display:inline-flex\",\"display:inline-flex\"]],[false,{\".main-navigation ul\":false},[\"list-style:none\",\"margin:0\",\"padding-left:0\",\"position:relative\"]],[false,{\".main-header-menu .menu-link\":false,\".main-header-menu>a\":false},[\"text-decoration:none\",\"padding:0 1em\",\"display:inline-block\",\"transition:all .2s linear\"]],[false,{\".main-header-menu .menu-item\":false},[\"position:relative\"]],[false,{\".main-header-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .menu-item:hover>.sub-menu\":false},[\"right:auto\",\"left:0\"]],[false,{\".main-header-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"right:0\",\"left:auto\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu\":false},[\"width:240px\",\"background:#fff\",\"left:-999em\",\"position:absolute\",\"top:100%\",\"z-index:99999\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:100%\",\"right:auto\"]],[false,{\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu .menu-link\":false},[\"padding:.9em 1em\",\"display:block\",\"word-wrap:break-word\"]],[false,{\".main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:none\"]],[false,{\"#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow svg\":false},[\"position:absolute\",\"right:.6em\",\"top:50%\",\"transform:translate(0,-50%) rotate(270deg)\"]],[false,{\".main-header-menu .sub-menu .sub-menu\":false},[\"top:0\"]],[false,{\".submenu-with-border .sub-menu\":false},[\"border-width:1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .menu-link\":false},[\"border-width:0 0 1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .sub-menu\":false},[\"top:-1px\"]],[false,{\".ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link\":false},[\"border-bottom-width:0\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"padding-left:0\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type\":false},[\"margin-right:5px\"]],[false,{\".ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:inline\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:50px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-header-break-point .main-header-menu\":false},[\"background-color:#f9f9f9\",\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-header-break-point .dropdown-menu-toggle\":false},[\"display:none\"]],[false,{\".ast-mobile-menu-buttons\":false},[\"display:none\"]],[false,{\".ast-button-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap button\":false},[\"box-shadow:none\",\"border:none\"]],[false,{\".ast-button-wrap .menu-toggle\":false},[\"padding:0\",\"width:2.2em\",\"height:2.1em\",\"font-size:1.5em\",\"font-weight:400\",\"border-radius:2px\",\"border-radius:2px\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"vertical-align:middle\",\"line-height:1.8571428571429\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:0 .5em\",\"width:auto\",\"text-align:center\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu\":false},[\"font-size:15px\",\"font-size:1rem\",\"font-weight:600\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon\":false},[\"font-style:normal\",\"display:inline-block\",\"vertical-align:middle\",\"line-height:2.05\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5d2\\\"\",\"font-family:Astra\",\"text-decoration:inherit\"]],[false,{\".ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5cd\\\"\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(1)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2)\":false},[\"display:block\"]],[false,{\".ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap .menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".header-main-layout-1 .ast-main-header-bar-alignment\":false},[\"margin-left:auto\"]],[false,{\".site-navigation\":false},[\"height:100%\"]],[false,{\".site-header .menu-link *\":false},[\"transition:none\"]],[false,{\".ast-icon.icon-arrow svg\":false},[\"height:.6em\",\"width:.6em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".ast-icon.icon-search svg\":false},[\"height:1em\",\"width:.9em\",\"margin-top:3px\",\"margin-right:2px\"]],[false,{\".ast-header-break-point .user-select\":false},[\"clear:both\"]],[false,{\".ast-header-break-point .ast-mobile-menu-buttons\":false},[\"display:block\",\"align-self:center\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"flex:auto\"]],[false,{\".ast-header-break-point .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"flex:auto\",\"order:4\"]],[false,{\".ast-header-break-point .ast-icon.icon-arrow svg\":false},[\"height:.85em\",\"width:.95em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".site-main .comment-navigation\":false,\".site-main .post-navigation\":false,\".site-main .posts-navigation\":false},[\"margin:0 0 1.5em\",\"overflow:hidden\"]],[false,{\".comment-navigation .nav-next\":false,\".comment-navigation .nav-previous\":false,\".post-navigation .nav-next\":false,\".post-navigation .nav-previous\":false,\".posts-navigation .nav-next\":false,\".posts-navigation .nav-previous\":false},[\"width:50%\",\"display:inline-block\"]],[false,{\".comment-navigation .nav-next\":false,\".post-navigation .nav-next\":false,\".posts-navigation .nav-next\":false},[\"text-align:right\"]],[false,{\".ast-icon svg\":false},[\"fill:currentColor\"]],[false,{\".post-navigation a\":false},[\"background:0 0\",\"font-size:16px\",\"font-size:1.06666rem\",\"padding:0 1.5em\",\"height:2.33333em\",\"line-height:calc(2.33333em - 3px)\"]],[true,{\".sticky\":true},[\"display:block\"]],[false,{\".hentry\":false},[\"margin:0 0 1.5em\"]],[false,{\".byline\":false,\".updated:not(.published)\":false},[\"display:none\"]],[false,{\".group-blog .byline\":false,\".single .byline\":false},[\"display:inline\"]],[false,{\".page-links\":false},[\"clear:both\",\"margin-top:1em\"]],[false,{\".page-links a\":false},[\"display:inline-block\"]],[false,{\".page-links a .page-link\":false},[\"border-color:#eaeaea\",\"background:0 0\"]],[false,{\".page-links .page-link\":false},[\"padding:0\",\"margin:0 0 .3em .3em\",\"border:2px solid #eaeaea\",\"color:#000\",\"background:0 0\",\"font-size:.8em\",\"width:2.5em\",\"height:2.5em\",\"line-height:calc(2.5em - 4px)\",\"display:inline-block\",\"text-align:center\",\"transition:all .2s linear\"]],[false,{\".page-links .page-link:focus\":false,\".page-links .page-link:hover\":false},[\"color:#000\"]],[false,\"@media (max-width:768px){\"],[false,{\".page-links .page-link\":false},[\"margin-bottom:6px\"]],[false,\"}\"],[true,{\".entry-content>:last-child\":false,\".entry-summary>:last-child\":false,\".page-content>:last-child\":true},[\"margin-bottom:0\"]],[false,{\".bypostauthor\":false},[\"display:block\"]],[false,{\".ast-no-sidebar .entry-content .alignfull\":false},[\"margin-left:calc(-50vw + 50%)\",\"margin-right:calc(-50vw + 50%)\",\"max-width:100vw\",\"width:100vw\"]],[false,{\".ast-no-sidebar .entry-content .alignfull .alignfull\":false,\".ast-no-sidebar .entry-content .alignfull .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .alignwide\":false},[\"margin-left:calc(-41vw + 50%)\",\"margin-right:calc(-41vw + 50%)\",\"max-width:unset\",\"width:unset\"]],[false,{\".ast-no-sidebar .entry-content .alignwide .alignfull\":false,\".ast-no-sidebar .entry-content .alignwide .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .wp-block-column .alignfull\":false,\".ast-no-sidebar .entry-content .wp-block-column .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:100%\"]],[false,{\".blocks-gallery-grid\":false,\".wp-block-gallery\":false},[\"margin:0\"]],[false,{\".wp-block-separator\":false},[\"max-width:100px\"]],[false,{\".wp-block-separator.is-style-dots\":false,\".wp-block-separator.is-style-wide\":false},[\"max-width:none\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:10px\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:10px\"]],[false,\"@media (max-width:782px){\"],[false,{\".entry-content .wp-block-columns .wp-block-column\":false},[\"flex-basis:100%\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:0\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:0\"]],[false,\"}\"],[true,{\"body\":true},[\"overflow-x:hidden\"]],[false,{\"body .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\"body .entry-content .wp-block-latest-posts li\":false},[\"list-style:none\"]],[false,{\".ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\".ast-header-break-point .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content .blocks-gallery-item amp-img\":false,\".entry-content .blocks-gallery-item amp-anim\":false},[\"margin-bottom:auto\"]],[false,{\".wp-block-pullquote\":false},[\"border-top:4px solid #555d66\",\"border-bottom:4px solid #555d66\",\"color:#40464d\"]],[false,{\".widget-title\":false},[\"font-weight:400\",\"margin-bottom:1em\",\"line-height:1.5\"]],[false,{\".widget\":false},[\"margin:0 0 2.8em 0\"]],[false,{\".widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".widget select\":false},[\"max-width:100%\"]],[false,{\".widget ul\":false},[\"margin:0\",\"list-style-type:none\"]],[false,{\".no-widget-text\":false},[\"margin-bottom:0\"]],[false,{\".widget_nav_menu ul ul.sub-menu\":false},[\"margin-top:.25em\"]],[false,{\".widget_nav_menu ul ul.sub-menu li\":false},[\"padding-left:20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu a:after\":false},[\"left:-20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul ul a:after\":false},[\"left:-60px\"]],[false,{\".widget_nav_menu li\":false},[\"transition:all .2s linear\"]],[false,{\".widget_search .search-form\":false},[\"position:relative\",\"padding:0\",\"background:initial\",\"color:inherit\"]],[false,{\".widget_search .search-form>label\":false},[\"position:relative\"]],[false,{\".widget_search .search-form i\":false},[\"color:#3a3a3a\"]],[false,{\".widget_search .search-form button\":false},[\"position:absolute\",\"top:0\",\"right:15px\",\"border:none\",\"padding:0\",\"cursor:pointer\",\"background:0 0\"]],[false,{\".widget_search .search-form input[type=submit]\":false,\".widget_search .search-form input[type=submit]:focus\":false,\".widget_search .search-form input[type=submit]:hover\":false},[\"padding:13px 20px\",\"border-radius:2px\",\"border:none\",\"top:0\",\"right:0\",\"position:absolute\",\"color:transparent\",\"background:0 0\",\"max-width:45px\",\"z-index:2\"]],[false,{\".widget_search .search-form .search-field\":false},[\"background:#fafafa\",\"border-width:1px\",\"border-color:#eaeaea\",\"border-radius:2px\"]],[false,{\".widget_search .search-field\":false,\".widget_search .search-field:focus\":false},[\"width:100%\",\"padding:16px 45px 16px 15px\"]],[false,{\".widget_archive ul.children\":false,\".widget_categories ul.children\":false,\".widget_pages ul.children\":false},[\"position:relative\",\"margin-top:5px\",\"width:100%\"]],[false,{\".widget_archive ul.children li\":false,\".widget_categories ul.children li\":false,\".widget_pages ul.children li\":false},[\"padding-left:20px\"]],[false,{\".widget_archive li ul.children a:after\":false,\".widget_categories li ul.children a:after\":false,\".widget_pages li ul.children a:after\":false},[\"left:-20px\"]],[false,{\".widget_archive li ul.children ul a:after\":false,\".widget_categories li ul.children ul a:after\":false,\".widget_pages li ul.children ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_tag_cloud .tagcloud\":false},[\"margin-top:10px\",\"display:inline-block\"]],[false,{\".widget_tag_cloud .tagcloud a\":false},[\"border:1px solid #e2e2e2\",\"padding:.5em .9em\",\"display:inline-block\",\"margin-bottom:4px\",\"font-size:14px\",\"margin-right:4px\",\"line-height:1.5\",\"transition:all .2s linear\"]],[false,{\".widget_calendar table\":false,\".widget_calendar td\":false,\".widget_calendar th\":false},[\"padding:0\",\"text-align:center\"]],[false,{\".widget_calendar table\":false,\".widget_calendar th\":false},[\"border:none\"]],[false,{\".widget_calendar td\":false},[\"border-right:none\",\"border-left:none\"]],[false,{\".widget_calendar caption\":false},[\"line-height:2.7em\"]],[false,{\".widget_calendar thead\":false},[\"line-height:2.5em\"]],[false,{\".widget_calendar thead a\":false},[\"color:#0274be\",\"font-size:1rem\",\"vertical-align:middle\"]],[false,{\".widget_calendar thead td\":false},[\"vertical-align:middle\",\"font-weight:700\"]],[false,{\".widget_calendar thead>tr>th\":false},[\"line-height:2.5em\",\"border-bottom:2px solid #eaeaea\",\"border-top:2px solid #eaeaea\"]],[false,{\".widget_calendar tbody\":false},[\"line-height:2.1em\",\"text-align:center\"]],[false,{\".widget_calendar tbody>tr>td\":false},[\"width:14.2857%\"]],[false,{\".widget_calendar tbody>tr:first-child>td\":false},[\"padding-top:3px\"]],[false,{\".widget_calendar #today\":false},[\"background:#0274be\"]],[false,{\".ast-builder-grid-row\":false},[\"display:grid\",\"grid-template-columns:auto auto\",\"align-items:center\",\"grid-column-gap:20px\",\"overflow-wrap:anywhere\"]],[false,{\".ast-builder-grid-row>.site-header-section\":false},[\"flex-wrap:nowrap\"]],[false,{\".ast-builder-footer-grid-columns\":false},[\"grid-column-gap:50px\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout\":false},[\"grid-template-columns:1fr auto 1fr\"]],[false,{\".ast-builder-layout-element\":false},[\"align-items:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only\":false},[\"-js-display:flex\",\"display:flex\",\"height:100%\",\"justify-content:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center\":false},[\"flex-grow:1\"]],[false,{\".site-header-section\":false},[\"height:100%\",\"min-height:0\",\"align-items:center\"]],[false,{\".site-header-section .ast-main-header-bar-alignment\":false},[\"height:100%\"]],[false,{\".site-header-section>*\":false},[\"padding:0 10px\"]],[false,{\".site-header-section>div:first-child\":false},[\"padding-left:0\"]],[false,{\".site-header-section>div:last-child\":false},[\"padding-right:0\"]],[false,{\".site-header-section .ast-builder-menu\":false},[\"align-items:center\"]],[false,{\".ast-builder-layout-element.ast-header-search\":false},[\"height:auto\"]],[false,{\".ast-grid-right-center-section\":false},[\"justify-content:flex-start\",\"flex-grow:1\"]],[false,{\".ast-grid-right-section\":false},[\"justify-content:flex-end\"]],[false,{\".ast-grid-right-section .ast-site-identity>:first-child\":false},[\"text-align:right\"]],[false,{\".ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child\":false},[\"text-align:left\"]],[false,{\".ast-grid-left-center-section\":false},[\"justify-content:flex-end\",\"flex-grow:1\"]],[false,{\".ast-logo-title-inline .ast-site-identity\":false},[\"padding:1em 0\",\"-js-display:inline-flex\",\"display:inline-flex\",\"vertical-align:middle\",\"align-items:center\",\"transition:all .2s linear\"]],[false,{\".ast-grid-section-center\":false},[\"justify-content:center\"]],[false,{\".ast-grid-section-center .ast-site-identity>:first-child\":false},[\"text-align:center\"]],[false,{\".ast-builder-social-element\":false},[\"line-height:1\",\"color:#3a3a3a\",\"background:0 0\",\"vertical-align:middle\",\"transition:all 10ms\",\"margin-left:6px\",\"margin-right:6px\",\"justify-content:center\",\"align-items:center\"]],[false,{\".ast-builder-social-element:hover\":false},[\"color:#0274be\"]],[false,{\".ast-builder-social-element .social-item-label\":false},[\"padding-left:6px\"]],[false,{\".ast-social-stack-desktop .ast-builder-social-element\":false,\".ast-social-stack-mobile .ast-builder-social-element\":false,\".ast-social-stack-tablet .ast-builder-social-element\":false},[\"margin-top:6px\",\"margin-bottom:6px\"]],[false,{\".ahfb-svg-iconset\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ahfb-svg-iconset svg\":false},[\"width:17px\",\"height:17px\",\"transition:none\"]],[false,{\".ahfb-svg-iconset svg>*\":false},[\"transition:none\"]],[false,{\".ast-footer-copyright p\":false},[\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-container\":false},[\"display:grid\",\"align-content:center\"]],[false,{\".main-header-bar .main-header-bar-navigation\":false},[\"height:100%\"]],[false,{\".ast-nav-menu .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".ast-builder-menu .main-navigation\":false},[\"padding:0\"]],[false,{\".ast-builder-menu .main-navigation>ul\":false},[\"align-self:center\"]],[false,{\".ast-footer-copyright\":false,\".ast-footer-social-wrap\":false,\".site-footer-focus-item\":false},[\"width:100%\"]],[false,{\"#astra-footer-menu\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\"#astra-footer-menu>ul\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\".ast-header-break-point #ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:0\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false,\".ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .ast-nav-menu .sub-menu\":false},[\"line-height:3\"]],[false,{\".site-footer-section\":false},[\"justify-content:center\"]],[false,{\".site-footer-section>*\":false},[\"margin-bottom:10px\"]],[false,{\".site-footer-section>:last-child\":false},[\"margin-bottom:0\"]],[false,{\".site-primary-footer-wrap\":false},[\"padding-top:45px\",\"padding-bottom:45px\"]],[false,{\".site-above-footer-wrap\":false,\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".ast-hfb-header.ast-header-break-point .main-header-bar-navigation\":false},[\"width:100%\",\"margin:0\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-mobile-svg\":false},[\"display:none\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-close-svg\":false},[\"display:block\"]],[false,{\".menu-toggle .ast-close-svg\":false},[\"display:none\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"-js-display:flex\",\"display:flex\",\"align-items:center\",\"width:auto\",\"height:auto\"]],[false,{\".menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:.5em\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-search-menu-icon.ast-inline-search .search-field\":false},[\"width:100%\",\"padding:.6em\",\"padding-right:5.5em\"]],[false,\"@media (min-width:769px){\"],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li\":false},[\"margin:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:first-child a\":false},[\"padding-left:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:last-child a\":false},[\"padding-right:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu a\":false},[\"padding:0 .5em\"]],[false,\"}\"],[false,{\".site-header\":false},[\"z-index:99\",\"position:relative\"]],[false,{\".main-header-container\":false},[\"position:relative\"]],[false,{\".main-header-bar-wrap\":false},[\"position:relative\"]],[false,{\".main-header-bar\":false},[\"background-color:#fff\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border:0\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".main-header-bar\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-desktop .main-header-menu.ast-menu-shadow .sub-menu\":false},[\"box-shadow:0 4px 10px -2px rgba(0,0,0,.1)\"]],[false,{\".ast-header-custom-item-inside .button-custom-menu-item .menu-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item\":false},[\"padding-left:0\",\"padding-right:0\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link\":false},[\"display:block\"]],[false,{\".site-branding\":false},[\"line-height:1\",\"align-self:center\"]],[false,{\".ast-menu-toggle\":false},[\"display:none\",\"background:0 0\",\"color:inherit\",\"border-style:dotted\",\"border-color:transparent\"]],[false,{\".ast-menu-toggle:focus\":false,\".ast-menu-toggle:hover\":false},[\"background:0 0\",\"border-color:inherit\",\"color:inherit\"]],[false,{\".ast-menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".ast-main-header-nav-open .main-header-bar\":false},[\"padding-bottom:0\"]],[false,{\".main-header-bar\":false},[\"z-index:4\",\"position:relative\"]],[false,{\".main-header-bar .main-header-bar-navigation:empty\":false},[\"padding:0\"]],[false,{\".main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after\":false},[\"line-height:normal\"]],[false,{\".custom-mobile-logo-link\":false},[\"display:none\"]],[false,{\".ast-site-identity\":false},[\"padding:1em 0\"]],[false,{\".ast-header-break-point .site-header .main-header-bar-wrap .site-branding\":false},[\"flex:1\",\"align-self:center\"]],[false,{\".ast-header-break-point .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"display:block\",\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-header-break-point .main-navigation .stack-on-mobile li\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-header-break-point .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-header-break-point .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".ast-header-break-point .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-header-break-point .ast-builder-menu\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile\":false},[\"flex-wrap:wrap\"]],[false,{\".ast-desktop .main-header-menu>.menu-item .sub-menu:before\":false},[\"position:absolute\",\"content:\\\"\\\"\",\"top:0\",\"left:0\",\"width:100%\",\"transform:translateY(-100%)\"]],[true,{\"input[type=email]\":true,\"input[type=number]\":true,\"input[type=password]\":true,\"input[type=reset]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"select\":false,\"textarea\":false},[\"color:#666\",\"padding:.75em\",\"height:auto\",\"border-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#fafafa\",\"box-shadow:none\",\"box-sizing:border-box\",\"transition:all .2s linear\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=reset]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"select:focus\":false,\"textarea:focus\":false},[\"background-color:#fff\",\"border-color:#eaeaea\",\"box-shadow:none\"]],[true,{\"input[type=button]\":true,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[false,{\"textarea\":false},[\"width:100%\"]],[true,{\"input[type=search]:focus\":true},[\"outline:thin dotted\"]],[true,{\"input[type=range]\":true},[\"-webkit-appearance:none\",\"width:100%\",\"margin:5.7px 0\",\"padding:0\",\"border:none\"]],[true,{\"input[type=range]:focus\":true},[\"outline:0\"]],[true,{\"input[type=range]::-webkit-slider-runnable-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-webkit-slider-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\",\"-webkit-appearance:none\",\"margin-top:-5.7px\"]],[true,{\"input[type=range]:focus::-webkit-slider-runnable-track\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]::-moz-range-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-moz-range-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]::-ms-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"background:0 0\",\"border-color:transparent\",\"color:transparent\"]],[true,{\"input[type=range]::-ms-fill-lower\":true},[\"background:rgba(199,199,199,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"height:8.6px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]:focus::-ms-fill-lower\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]:focus::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=color]\":true},[\"border:none\",\"width:100px\",\"padding:0\",\"height:30px\",\"cursor:pointer\"]],[true,{\"input[type=color]::-webkit-color-swatch-wrapper\":true},[\"padding:0\",\"border:none\"]],[true,{\"input[type=color]::-webkit-color-swatch\":true},[\"border:none\"]],[false,{\".page .entry-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".search .entry-header\":false},[\"margin-bottom:1em\"]],[false,{\".ast-single-post .entry-header.ast-header-without-markup\":false,\".ast-single-post .entry-header.ast-no-title.ast-no-thumbnail\":false},[\"margin-bottom:0\"]],[false,{\".entry-header\":false},[\"margin-bottom:1em\",\"word-wrap:break-word\"]],[false,{\".entry-header+.ast-blog-featured-section\":false},[\"margin-top:.5em\"]],[false,{\".entry-content\":false},[\"word-wrap:break-word\"]],[false,{\".entry-content p\":false},[\"margin-bottom:1.6em\"]],[false,{\".read-more\":false},[\"margin-bottom:0\"]],[false,{\".read-more .ast-right-arrow\":false},[\"font-size:1em\"]],[false,{\".ast-no-thumb .ast-blog-featured-section\":false},[\"margin-bottom:0\"]],[false,{\".ast-no-thumb .entry-header+.ast-blog-featured-section\":false},[\"margin-top:0\"]],[false,{\".ast-blog-featured-section\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header .page-title\":false},[\"margin-bottom:0\"]],[false,{\".archive .entry-title\":false,\".blog .entry-title\":false,\".search .entry-title\":false},[\"line-height:1.3\"]],[false,{\".archive .format-aside .entry-title\":false,\".archive .format-status .entry-title\":false,\".blog .format-aside .entry-title\":false,\".blog .format-status .entry-title\":false},[\"display:none\"]],[false,{\".page-title\":false},[\"margin-bottom:1em\",\"font-weight:400\"]],[false,{\".entry-title\":false},[\"margin-bottom:.2em\"]],[false,{\".ast-article-post\":false},[\"margin-bottom:2.5em\"]],[false,{\".ast-article-post:last-child\":false},[\"margin-bottom:0\",\"border-bottom:0\"]],[false,{\".search .site-content .content-area .search-form\":false},[\"margin-bottom:3em\"]],[false,{\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\",\"position:relative\"]],[false,{\".blog .posted-on\":false},[\"z-index:1\"]],[false,{\".ast-blog-featured-section .posted-on\":false},[\"width:5.714285714em\",\"height:5.714285714em\",\"padding:.7em\"]],[false,{\".ast-blog-featured-section .posted-on .date-month\":false,\".ast-blog-featured-section .posted-on .date-year\":false},[\"font-size:.8571428571em\",\"line-height:1em\"]],[false,{\".ast-blog-featured-section .posted-on .date-day\":false},[\"font-size:2.5em\",\"line-height:.9em\",\"font-weight:900\",\"margin:.1em 0\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"border-radius:50%\",\"margin:0 0 0 20px\"]],[false,{\".ast-archive-description\":false},[\"margin-bottom:2.5em\",\"padding-bottom:1.3333em\",\"border-bottom:1px solid #eee\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"margin-bottom:4px\",\"font-size:40px\",\"font-size:2.85714rem\",\"font-weight:300\"]],[false,{\".ast-archive-description p\":false},[\"margin-bottom:0\",\"font-size:20px\",\"font-size:1.42857rem\",\"line-height:1.65\",\"font-weight:300\"]],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"background-color:#eee\",\"padding-bottom:0\",\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"padding:2.14em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"margin:0\",\"padding:5em 6.67em 3.33333em\"]],[false,\"}\"],[false,{\".single .entry-header\":false},[\"margin-bottom:2em\"]],[false,{\".single .post-navigation\":false},[\"margin:0\",\"padding:2em 0 0\",\"border-top:1px solid #eee\"]],[false,\"@media (max-width:768px){\"],[false,{\".single .post-navigation\":false},[\"padding-top:1.5em\"]],[false,\"}\"],[false,{\".single .post-navigation a\":false},[\"margin:2px\",\"display:inline-block\",\"text-align:center\",\"color:#000\"]],[false,\"@media (min-width:421px){\"],[false,{\".single .post-navigation .nav-links\":false},[\"-js-display:flex\",\"display:flex\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"flex:auto\"]],[false,\"}\"],[false,\"@media (max-width:420px){\"],[false,{\".single .post-navigation .ast-left-arrow\":false,\".single .post-navigation .ast-right-arrow\":false},[\"display:none\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-next a\":false,\".single .post-navigation .nav-previous a\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-previous\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".single .entry-header .ast-single-post-order+.post-thumb amp-img\":false,\".single .entry-header .ast-single-post-order+.post-thumb amp-anim\":false},[\"margin-top:2em\",\"margin-bottom:0\"]],[false,{\".single .entry-header.ast-no-title .post-thumb+.ast-single-post-order\":false},[\"margin-top:0\"]],[false,{\".single .entry-header .post-thumb+.ast-single-post-order\":false},[\"margin-top:2em\"]],[false,{\".single .entry-header .post-thumb amp-img\":false,\".single .entry-header .post-thumb amp-anim\":false},[\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".page .has-post-thumbnail .post-thumb amp-img\":false,\".page .has-post-thumbnail .post-thumb amp-anim\":false},[\"margin-bottom:1.5em\"]],[false,{\".post-password-form\":false},[\"text-align:center\"]],[false,\"@media (max-width:420px){\"],[false,{\".post-password-form input[type=password]\":false},[\"display:block\",\"margin:10px auto\"]],[false,\"}\"],[false,{\".post-password-form input[type=submit]\":false},[\"padding:10px 20px\",\"border-radius:2px\"]],[false,{\".ast-separate-container .post-navigation\":false},[\"border-top:0\",\"padding-left:3.33333em\",\"padding-right:3.33333em\"]],[false,\"@media (max-width:420px){\"],[false,{\".ast-separate-container .post-navigation\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .entry-header\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".ast-404-layout-1\":false},[\"text-align:center\",\"margin:4em auto\"]],[false,{\".ast-404-layout-1 .page-sub-title\":false},[\"font-size:1.5rem\",\"font-weight:700\"]],[false,{\".ast-404-layout-1 .widget_search\":false},[\"padding-top:.5em\"]],[false,{\".ast-404-search\":false},[\"margin-top:1.5em\"]],[false,{\".ast-404-search .widget_search\":false},[\"max-width:370px\",\"margin:0 auto\"]],[false,{\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false},[\"background-color:#fff\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 2.14em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 1em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:5.34em 6.67em\"]],[false,\"}\"],[false,{\".blog-layout-1\":false},[\"width:100%\",\"display:inline-block\",\"padding-bottom:2em\",\"vertical-align:middle\",\"border-bottom:1px solid #eee\"]],[false,{\".blog-layout-1 .posted-on\":false},[\"left:0\"]],[false,{\".blog-layout-1 .post-content\":false,\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-flex\":false},[\"-js-display:flex\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".ast-flex-1\":false},[\"flex:1\"]],[false,{\".ast-inline-flex\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-items:center\",\"flex-wrap:wrap\",\"align-content:center\"]],[false,{\".ast-justify-content-flex-start\":false},[\"justify-content:flex-start\"]],[false,{\".ast-justify-content-flex-end\":false},[\"justify-content:flex-end\"]],[false,{\".ast-justify-content-center\":false},[\"justify-content:center\"]],[false,{\".ast-justify-content-space-between\":false},[\"justify-content:space-between\"]],[false,{\".ast-justify-content-space-around\":false},[\"justify-content:space-around\"]],[false,{\".ast-align-content-flex-start\":false},[\"align-content:flex-start\"]],[false,{\".ast-align-content-flex-end\":false},[\"align-content:flex-end\"]],[false,{\".ast-align-content-center\":false},[\"align-content:center\"]],[false,{\".ast-align-content-space-between\":false},[\"align-content:space-between\"]],[false,{\".ast-align-content-space-around\":false},[\"align-content:space-around\"]],[false,{\".ast-align-content-stretch\":false},[\"align-content:stretch\"]],[false,{\".ast-flex-grow-1\":false},[\"flex-grow:1\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":47984,\"final_size\":2479,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"astra-theme-css-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.ast-plain-container.ast-no-sidebar #primary{margin-top:0;margin-bottom:0;}@media (max-width:921px){.ast-theme-transparent-header #primary,.ast-theme-transparent-header #secondary{padding:0;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (max-width:921px){.ast-plain-container.ast-no-sidebar #primary{padding:0;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.ast-plain-container.ast-no-sidebar #primary{margin-top:0;margin-bottom:0;}@media (max-width:921px){.ast-theme-transparent-header #primary,.ast-theme-transparent-header #secondary{padding:0;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (max-width:921px){.ast-plain-container.ast-no-sidebar #primary{padding:0;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}\",\"handle\":\"astra-theme-css\"}],\"priority\":2,\"hash\":\"6259912a70dafc4e2779e0ccd1d6ad3a\",\"parse_time\":0.06859898567199707,\"shake_time\":0.0007369518280029297,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html\":true},[\"font-size:93.75%\"]],[true,{\"a\":true,\".page-title\":false},[\"color:var(--ast-global-color-0)\"]],[true,{\"a:hover\":true,\"a:focus\":true},[\"color:var(--ast-global-color-1)\"]],[true,{\"body\":true,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false,\".ast-button\":false,\".ast-custom-button\":false},[\"font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif\",\"font-weight:inherit\",\"font-size:15px\",\"font-size:1rem\"]],[false,{\"blockquote\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".site-title\":false},[\"font-size:35px\",\"font-size:2.3333333333333rem\",\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[false,{\".site-header .site-description\":false},[\"font-size:15px\",\"font-size:1rem\",\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:30px\",\"font-size:2rem\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:25px\",\"font-size:1.6666666666667rem\"]],[false,{\"h4\":false,\".entry-content h4\":false},[\"font-size:20px\",\"font-size:1.3333333333333rem\"]],[false,{\"h5\":false,\".entry-content h5\":false},[\"font-size:18px\",\"font-size:1.2rem\"]],[false,{\"h6\":false,\".entry-content h6\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"::selection\":true},[\"background-color:var(--ast-global-color-0)\",\"color:#fff\"]],[true,{\"body\":true,\"h1\":true,\".entry-title a\":false,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":false,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".tagcloud a:hover\":false,\".tagcloud a:focus\":false,\".tagcloud a.current-item\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\"]],[true,{\"input:focus\":true,\"input[type=\\\"text\\\"]:focus\":true,\"input[type=\\\"email\\\"]:focus\":true,\"input[type=\\\"url\\\"]:focus\":true,\"input[type=\\\"password\\\"]:focus\":true,\"input[type=\\\"reset\\\"]:focus\":true,\"input[type=\\\"search\\\"]:focus\":true,\"textarea:focus\":false},[\"border-color:var(--ast-global-color-0)\"]],[true,{\"input[type=\\\"radio\\\"]:checked\":true,\"input[type=reset]\":true,\"input[type=\\\"checkbox\\\"]:checked\":true,\"input[type=\\\"checkbox\\\"]:hover:checked\":true,\"input[type=\\\"checkbox\\\"]:focus:checked\":true,\"input[type=range]::-webkit-slider-thumb\":true},[\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"box-shadow:none\"]],[false,{\".site-footer a:hover + .post-count\":false,\".site-footer a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".single .nav-links .nav-previous\":false,\".single .nav-links .nav-next\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta\":false,\".entry-meta *\":false},[\"line-height:1.45\",\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta a:hover\":false,\".entry-meta a:hover *\":false,\".entry-meta a:focus\":false,\".entry-meta a:focus *\":false,\".page-links > .page-link\":false,\".page-links .page-link:hover\":false,\".post-navigation a:hover\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\"#cat option\":false,\".secondary .calendar_wrap thead a\":false,\".secondary .calendar_wrap thead a:visited\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".secondary .calendar_wrap #today\":false,\".ast-progress-val span\":false},[\"background:var(--ast-global-color-0)\"]],[false,{\".secondary a:hover + .post-count\":false,\".secondary a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".calendar_wrap #today > a\":false},[\"color:#fff\"]],[false,{\".page-links .page-link\":false,\".single .post-navigation a\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-archive-title\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".widget-title\":false},[\"font-size:21px\",\"font-size:1.4rem\",\"color:var(--ast-global-color-2)\"]],[false,{\"#secondary\":false,\"#secondary button\":false,\"#secondary input\":false,\"#secondary select\":false,\"#secondary textarea\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-content a\":false,\".ast-comment-content a:not(.ast-comment-edit-reply-wrap a)\":false},[\"text-decoration:underline\"]],[false,{\".ast-single-post .wp-block-button .wp-block-button__link\":false,\".ast-single-post .elementor-button-wrapper .elementor-button\":false,\".ast-single-post .entry-content .uagb-tab a\":false,\".ast-single-post .entry-content .uagb-ifb-cta a\":false,\".ast-single-post .entry-content .wp-block-uagb-buttons a\":false,\".ast-single-post .entry-content .uabb-module-content a\":false,\".ast-single-post .entry-content .uagb-post-grid a\":false,\".ast-single-post .entry-content .uagb-timeline a\":false,\".ast-single-post .entry-content .uagb-toc__wrap a\":false,\".ast-single-post .entry-content .uagb-taxomony-box a\":false,\".ast-single-post .entry-content .woocommerce a\":false},[\"text-decoration:none\"]],[false,{\".ast-logo-title-inline .site-logo-img\":false},[\"padding-right:1em\"]],[false,{\"#secondary\":false},[\"margin:4em 0 2.5em\",\"word-break:break-word\",\"line-height:2\"]],[false,{\"#secondary li\":false},[\"margin-bottom:.25em\"]],[false,{\"#secondary li:last-child\":false},[\"margin-bottom:0\"]],[false,\"@media (max-width: 768px){\"],[false,{\".js_active .ast-plain-container.ast-single-post #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"background-color:#fff\",\"padding:2em\",\"margin-bottom:2em\"]],[false,\"@media (min-width: 993px){\"],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:60px\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width: 993px){\"],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:30px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:30px\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\"#ast-mobile-header\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-buttons.aligncenter\":false},[\"justify-content:center\"]],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-group .has-background\":false},[\"padding:20px\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-cover-image.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover-image.alignfull .wp-block-cover__inner-container\":false,\".wp-block-cover.alignfull .wp-block-cover__inner-container\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".ast-plain-container.ast-no-sidebar #primary\":false},[\"margin-top:0\",\"margin-bottom:0\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-theme-transparent-header #primary\":false,\".ast-theme-transparent-header #secondary\":false},[\"padding:0\"]],[false,\"}\"],[false,{\".wp-block-columns\":false},[\"margin-bottom:unset\"]],[false,{\".wp-block-image.size-full\":false},[\"margin:2rem 0\"]],[false,{\".wp-block-separator.has-background\":false},[\"padding:0\"]],[false,{\".wp-block-gallery\":false},[\"margin-bottom:1.6em\"]],[false,{\".wp-block-group\":false},[\"padding-top:4em\",\"padding-bottom:4em\"]],[false,{\".wp-block-group__inner-container .wp-block-columns:last-child\":false,\".wp-block-group__inner-container :last-child\":false,\".wp-block-table table\":false},[\"margin-bottom:0\"]],[false,{\".blocks-gallery-grid\":false},[\"width:100%\"]],[false,{\".wp-block-navigation-link__content\":false},[\"padding:5px 0\"]],[false,{\".wp-block-group .wp-block-group .has-text-align-center\":false,\".wp-block-group .wp-block-column .has-text-align-center\":false},[\"max-width:100%\"]],[false,{\".has-text-align-center\":false},[\"margin:0 auto\"]],[false,\"@media (max-width:1200px){\"],[false,{\".wp-block-group\":false},[\"padding:3em\"]],[false,{\".wp-block-group .wp-block-group\":false},[\"padding:1.5em\"]],[false,{\".wp-block-columns\":false,\".wp-block-column\":false},[\"margin:1rem 0\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\".wp-block-columns .wp-block-group\":false},[\"padding:2em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-cover-image .wp-block-cover__inner-container\":false,\".wp-block-cover .wp-block-cover__inner-container\":false},[\"width:unset\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"padding:2em 0\"]],[false,{\".wp-block-group\":false,\".wp-block-cover\":false},[\"padding:2em\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"width:unset\",\"max-width:100%\"]],[false,{\".wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:1em\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-plain-container.ast-no-sidebar #primary\":false},[\"padding:0\"]],[false,\"}\"],[false,\"@media (min-width:544px){\"],[false,{\".entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content\":false},[\"padding:0 8% 0 0\"]],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:0 0 0 8%\"]],[false,{\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:8% 0\"]],[false,{\".wp-block-media-text .wp-block-media-text__media amp-img\":false,\".wp-block-media-text .wp-block-media-text__media amp-anim\":false},[\"width:auto\",\"max-width:100%\"]],[false,\"}\"],[false,{\".wp-block-button.is-style-outline .wp-block-button__link\":false},[\"border-color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)\":false,\".wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color)\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus\":false},[\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus:not(#_#_#_#_#_#_#_)\":false},[\"color:#fff\"]],[false,{\".post-page-numbers.current .page-link\":false,\".ast-pagination .page-numbers.current\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\"]],[false,\"@media (min-width:544px){\"],[false,{\".entry-content > .alignleft\":false},[\"margin-right:20px\"]],[false,{\".entry-content > .alignright\":false},[\"margin-left:20px\"]],[false,\"}\"],[false,{\"h1.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h2.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h3.widget-title\":false},[\"font-weight:inherit\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container #secondary\":false},[\"padding:1.5em 0\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"padding:1.5em 0\",\"margin:0\"]],[false,{\".ast-left-sidebar #content > .ast-container\":false},[\"display:flex\",\"flex-direction:column-reverse\",\"width:100%\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"margin:20px 0 0 0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#secondary.secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".ast-separate-container.ast-two-container #secondary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-page-builder-template .entry-header #secondary\":false,\".ast-page-builder-template #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:0\"]],[false,{\".ast-page-builder-template.ast-left-sidebar #secondary\":false,\".ast-page-builder-template.ast-right-sidebar #secondary\":false},[\"padding-right:20px\",\"padding-left:20px\"]],[false,{\".ast-right-sidebar #secondary\":false,\".ast-left-sidebar #primary\":false},[\"padding-left:0\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:0\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-separate-container.ast-right-sidebar #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false},[\"border:0\"]],[false,{\".search-no-results.ast-separate-container #primary\":false},[\"margin-bottom:4em\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"border-right:1px solid #eee\"]],[false,{\".ast-left-sidebar #primary\":false},[\"border-left:1px solid #eee\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"border-left:1px solid #eee\",\"margin-left:-1px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"border-right:1px solid #eee\",\"margin-right:-1px\"]],[false,{\".ast-separate-container.ast-two-container.ast-right-sidebar #secondary\":false},[\"padding-left:30px\",\"padding-right:0\"]],[false,{\".ast-separate-container.ast-two-container.ast-left-sidebar #secondary\":false},[\"padding-right:30px\",\"padding-left:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false,\".ast-separate-container.ast-left-sidebar #secondary\":false},[\"border:0\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget:last-child\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"color:#fff\"]],[false,{\".wp-block-button .wp-block-button__link:hover\":false,\".wp-block-button .wp-block-button__link:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button .wp-block-button__link\":false},[\"border-style:solid\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"color:#fff\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\",\"border-radius:2px\"]],[false,{\".wp-block-buttons .wp-block-button .wp-block-button__link\":false},[\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\"]],[false,\"@media (max-width:921px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,\"}\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".ast-custom-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button\":false,\"body .wp-block-file .wp-block-file__button\":false},[\"border-style:solid\",\"border-top-width:0\",\"border-right-width:0\",\"border-left-width:0\",\"border-bottom-width:0\",\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\",\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\"]],[true,{\"button:focus\":false,\".menu-toggle:hover\":false,\"button:hover\":false,\".ast-button:hover\":false,\".ast-custom-button:hover .button:hover\":false,\".ast-custom-button:hover\":false,\"input[type=reset]:hover\":true,\"input[type=reset]:focus\":true,\"input#submit:hover\":false,\"input#submit:focus\":false,\"input[type=\\\"button\\\"]:hover\":true,\"input[type=\\\"button\\\"]:focus\":true,\"input[type=\\\"submit\\\"]:hover\":true,\"input[type=\\\"submit\\\"]:focus\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover\":false,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus\":false,\"body .wp-block-file .wp-block-file__button:hover\":false,\"body .wp-block-file .wp-block-file__button:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,\"@media (min-width:544px){\"],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false,\".ast-separate-container .comments-title\":false,\".ast-separate-container .ast-archive-description\":false},[\"padding:1.5em 1em\"]],[false,{\".ast-separate-container #content .ast-container\":false},[\"padding-left:.54em\",\"padding-right:.54em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 1em\",\"margin-bottom:1.5em\"]],[false,{\".ast-separate-container .ast-comment-list .bypostauthor\":false},[\"padding:.5em\"]],[false,{\".ast-search-menu-icon.ast-dropdown-active .search-field\":false},[\"width:170px\"]],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,{\".ast-separate-container #secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"margin-bottom:1.5em\",\"padding-left:1em\",\"padding-right:1em\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,{\".ast-mobile-header-stack .main-header-bar .ast-search-menu-icon\":false},[\"display:inline-block\"]],[false,{\".ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon\":false},[\"margin:0\"]],[false,{\".ast-comment-avatar-wrap amp-img\":false,\".ast-comment-avatar-wrap amp-anim\":false},[\"max-width:2.5em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container .comment-respond\":false},[\"padding:2em 2.14em\"]],[false,{\".ast-comment-meta\":false},[\"padding:0 1.8888em 1.3333em\"]],[true,\"}\"],[false,{\".entry-content > .wp-block-group\":false,\".entry-content > .wp-block-media-text\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns\":false},[\"max-width:58em\",\"width:calc(100% - 4em)\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > .alignfull\":false},[\"max-width:100%\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(amp-iframe)\":false},[\"max-width:50rem\",\"width:100%\"]],[false,\"@media (min-width:921px){\"],[false,{\".entry-content > .wp-block-group.alignwide.has-background\":false,\".entry-content > .wp-block-group.alignfull.has-background\":false,\".entry-content > .wp-block-cover.alignwide\":false,\".entry-content > .wp-block-cover.alignfull\":false,\".entry-content > .wp-block-columns.has-background.alignwide\":false,\".entry-content > .wp-block-columns.has-background.alignfull\":false},[\"margin-top:0\",\"margin-bottom:0\",\"padding:6em 4em\"]],[false,{\".entry-content > .wp-block-columns.has-background\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".entry-content .alignfull p\":false},[\"max-width:1200px\"]],[false,{\".entry-content .alignfull\":false},[\"max-width:100%\",\"width:100%\"]],[false,{\".ast-page-builder-template .entry-content .alignwide\":false,\".entry-content [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:1200px\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:80rem\"]],[false,\"}\"],[false,\"@media (min-width:545px){\"],[false,{\".site-main .entry-content > .alignwide\":false},[\"margin:0 auto\"]],[false,{\".wp-block-group.has-background\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns.has-background\":false},[\"padding:4em\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".entry-content .wp-block-media-text.alignfull .wp-block-media-text__content\":false,\".entry-content .wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:0 8%\"]],[false,\"}\"],[true,\"@media (max-width:921px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-container\":false},[\"max-width:1240px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".site-content .ast-container\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-content .ast-container\":false},[\"flex-direction:column\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu\":false,\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:focus-within > .sub-menu\":false},[\"margin-left:-0px\"]],[false,\"}\"],[false,{\".wp-block-search\":false},[\"margin-bottom:20px\"]],[false,{\".wp-block-site-tagline\":false},[\"margin-top:20px\"]],[false,{\"form.wp-block-search .wp-block-search__input\":false,\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper\":false},[\"border-color:#eaeaea\",\"background:#fafafa\"]],[false,{\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus\":false,\".wp-block-loginout input:focus\":false},[\"outline:thin dotted\"]],[false,{\".wp-block-loginout input:focus\":false},[\"border-color:transparent\"]],[false,{\"form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input\":false},[\"padding:12px\"]],[false,{\"form.wp-block-search .wp-block-search__button svg\":false},[\"fill:currentColor\",\"width:20px\",\"height:20px\"]],[false,{\".wp-block-loginout p label\":false},[\"display:block\"]],[false,{\".wp-block-loginout p:not(.login-remember):not(.login-submit) input\":false},[\"width:100%\"]],[false,{\".wp-block-loginout .login-remember input\":false},[\"width:1.1rem\",\"height:1.1rem\",\"margin:0 5px 4px 0\",\"vertical-align:middle\"]],[false,{\"body .wp-block-file .wp-block-file__button\":false},[\"text-decoration:none\"]],[false,{\"blockquote\":false},[\"padding:0 1.2em 1.2em\"]],[false,{\".wp-block-file\":false},[\"display:flex\",\"align-items:center\",\"flex-wrap:wrap\",\"justify-content:space-between\"]],[false,{\".wp-block-pullquote\":false},[\"border:none\"]],[false,{\".wp-block-pullquote blockquote::before\":false},[\"content:\\\"\\u201d\\\"\",\"font-family:\\\"Helvetica\\\",sans-serif\",\"display:flex\",\"transform:rotate(180deg)\",\"font-size:6rem\",\"font-style:normal\",\"line-height:1\",\"font-weight:bold\",\"align-items:center\",\"justify-content:center\"]],[false,{\"figure.wp-block-pullquote.is-style-solid-color blockquote\":false},[\"max-width:100%\",\"text-align:inherit\"]],[false,{\"ul.wp-block-categories-list.wp-block-categories\":false,\"ul.wp-block-archives-list.wp-block-archives\":false},[\"list-style-type:none\"]],[false,{\".wp-block-button__link\":false},[\"border:2px solid currentColor\"]],[true,{\"ul\":true,\"ol\":false},[\"margin-left:20px\"]],[false,{\"figure.alignright figcaption\":false},[\"text-align:right\"]],[false,{\":root .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[true,{\":root\":true},[\"--ast-global-color-0:#0170b9\",\"--ast-global-color-1:#3a3a3a\",\"--ast-global-color-2:#3a3a3a\",\"--ast-global-color-3:#4b4f58\",\"--ast-global-color-4:#f5f5f5\",\"--ast-global-color-5:#fff\",\"--ast-global-color-6:#f2f5f7\",\"--ast-global-color-7:#424242\",\"--ast-global-color-8:#000\"]],[false,{\".ast-breadcrumbs .trail-browse\":false,\".ast-breadcrumbs .trail-items\":false,\".ast-breadcrumbs .trail-items li\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\",\"border:none\",\"background:inherit\",\"text-indent:0\"]],[false,{\".ast-breadcrumbs .trail-browse\":false},[\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"color:inherit\"]],[false,{\".ast-breadcrumbs .trail-items\":false},[\"list-style:none\"]],[false,{\".trail-items li::after\":false},[\"padding:0 .3em\",\"content:\\\"\\u00bb\\\"\"]],[false,{\".trail-items li:last-of-type::after\":false},[\"display:none\"]],[true,{\"h1\":true,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":false,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".entry-title a\":false},[\"color:var(--ast-global-color-2)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,{\".ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-1 .sub-menu\":false,\".ast-builder-menu-1 .inline-on-mobile .sub-menu\":false},[\"border-top-width:2px\",\"border-bottom-width:0px\",\"border-right-width:0px\",\"border-left-width:0px\",\"border-color:var(--ast-global-color-0)\",\"border-style:solid\",\"border-radius:0px\"]],[false,{\".ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu\":false,\".ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper\":false},[\"margin-top:0px\"]],[false,{\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before\":false,\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before\":false},[\"height:calc(0px + 5px)\"]],[false,{\".ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-1 .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"background-color:#eee\",\"min-height:80px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false},[\"max-width:1200px\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false,\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section\":false},[\"align-items:flex-start\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"@media (max-width:921px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,{\".ast-footer-copyright\":false},[\"color:var(--ast-global-color-3)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,{\".ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,{\"#ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-amp.ast-main-header-nav-open .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-below-header-bar\":false,\".ast-amp .main-header-bar\":false,\".ast-amp .ast-above-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-header .main-header-bar-wrap .site-branding\":false},[\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-main-header-bar-alignment.toggle-on\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".main-header-menu .menu-item\":false},[\"width:100%\",\"text-align:left\",\"border-top:0\"]],[false,{\".main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"-webkit-transition:all .2s\",\"transition:all .2s\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-amp .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-amp .main-navigation ul .menu-item .menu-link\":false,\".ast-amp .main-navigation ul .button-custom-menu-item a\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-amp .main-header-menu\":false},[\"background-color:#f9f9f9\"]],[false,{\".ast-amp .main-header-menu ul\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul\":false,\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul\":false,\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-amp .user-select\":false},[\"clear:both\"]],[false,{\".ast-amp .ast-mobile-menu-buttons\":false},[\"text-align:right\",\"display:flex\",\"-webkit-box-pack:end\",\"-webkit-justify-content:flex-end\",\"-moz-box-pack:end\",\"-ms-flex-pack:end\",\"justify-content:flex-end\"]],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"width:calc(100% + 40px)\"]],[false,{\".ast-amp .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".ast-amp .site-header .main-header-bar-wrap .site-branding\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-amp .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar\":false},[\"border:0\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-main-header-bar-alignment .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation ul > li:first-child\":false},[\"border-top:0\"]],[false,{\".ast-amp .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-amp .main-navigation li\":false},[\"width:100%\"]],[false,{\".ast-amp .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-amp .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-amp .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-amp .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-amp .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:none\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link\":false},[\"display:inline-block\"]],[false,{\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:block\"]],[false,{\".ast-amp .ast-header-widget-area .widget\":false},[\"margin:.5em 0\",\"display:block\"]],[false,{\".ast-amp .nav-fallback-text\":false},[\"float:none\"]],[false,{\".ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap\":false},[\"height:3em\",\"line-height:3\",\"text-align:left\"]],[false,{\".ast-amp #ast-site-header-cart .widget_shopping_cart\":false},[\"display:none\"]],[false,{\".ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart\":false},[\"order:initial\",\"line-height:3\",\"padding:0 1em 1em 0\"]],[false,{\".ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget\":false,\".ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap\":false},[\"display:none\"]],[false,{\".ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item\":false},[\"padding:0\"]],[false,{\".ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form\":false},[\"right:0\"]],[false,{\".ast-amp .main-header-menu .sub-menu\":false},[\"box-shadow:none\"]],[false,{\".ast-amp .submenu-with-border .sub-menu a\":false},[\"border-width:1px\"]],[false,{\".ast-amp .submenu-with-border .sub-menu > li:last-child > a\":false},[\"border-width:1px\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal\":false},[\"background:transparent\",\"border:none\"]],[false,\"}\"],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"@media (min-width:922px){\"],[false,{\".main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\"#primary\":false},[\"width:70%\"]],[false,{\"#secondary\":false},[\"width:30%\"]],[false,\"}\"],[false,{\".main-header-menu .menu-item\":false,\"#astra-footer-menu .menu-item\":false,\".main-header-bar .ast-masthead-custom-menu-items\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-pack:center\",\"-webkit-justify-content:center\",\"-moz-box-pack:center\",\"-ms-flex-pack:center\",\"justify-content:center\",\"-webkit-box-orient:vertical\",\"-webkit-box-direction:normal\",\"-webkit-flex-direction:column\",\"-moz-box-orient:vertical\",\"-moz-box-direction:normal\",\"-ms-flex-direction:column\",\"flex-direction:column\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false,\"#astra-footer-menu > .menu-item > .menu-link\":false},[\"height:100%\",\"-webkit-box-align:center\",\"-webkit-align-items:center\",\"-moz-box-align:center\",\"-ms-flex-align:center\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg\":false},[\"top:.2em\",\"margin-top:0px\",\"margin-left:0px\",\"width:.65em\",\"transform:translate(0,-2px) rotateZ(270deg)\"]],[false,{\".ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-separate-container .blog-layout-1\":false,\".ast-separate-container .blog-layout-2\":false,\".ast-separate-container .blog-layout-3\":false},[\"background-color:transparent\",\"background-image:none\"]],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-mobile-header-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding:10px 0\",\"height:auto\"]],[false,{\".ast-mobile-header-content > *:first-child\":false,\".ast-desktop-header-content > *:first-child\":false},[\"padding-top:10px\"]],[false,{\".ast-mobile-header-content > .ast-builder-menu\":false,\".ast-desktop-header-content > .ast-builder-menu\":false},[\"padding-top:0\"]],[false,{\".ast-mobile-header-content > *:last-child\":false,\".ast-desktop-header-content > *:last-child\":false},[\"padding-bottom:0\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label\":false},[\"width:100%\"]],[false,{\".ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\"#ast-desktop-header .ast-desktop-header-content\":false,\".ast-mobile-header-content .ast-search-icon\":false,\".ast-desktop-header-content .ast-search-icon\":false,\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content\":false},[\"display:none\"]],[false,{\".ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content\":false,\".ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu\":false},[\"opacity:1\",\"visibility:visible\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation\":false},[\"width:unset\",\"margin:unset\"]],[false,{\".ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false,\".ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"left:calc(20px - .907em)\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon\":false,\".ast-mobile-header-content .ast-search-menu-icon.slide-search\":false,\".ast-desktop-header-content .ast-search-menu-icon\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search\":false},[\"width:100%\",\"position:relative\",\"display:block\",\"right:auto\",\"transform:none\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-form\":false},[\"right:0\",\"visibility:visible\",\"opacity:1\",\"position:relative\",\"top:auto\",\"transform:none\",\"padding:0\",\"display:block\",\"overflow:hidden\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-field\":false},[\"width:100%\",\"padding-right:5.5em\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon .search-submit\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-submit\":false},[\"display:block\",\"position:absolute\",\"height:100%\",\"top:0\",\"right:0\",\"padding:0 1em\",\"border-radius:0\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-mobile-popup-drawer.active .ast-mobile-popup-inner\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-desktop-header-content\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-popup-content > *\":false,\".ast-mobile-header-content > *\":false,\".ast-desktop-popup-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding-top:0px\",\"padding-bottom:0px\"]],[false,{\".content-align-flex-start .ast-builder-layout-element\":false},[\"justify-content:flex-start\"]],[false,{\".content-align-flex-start .main-header-menu\":false},[\"text-align:left\"]],[false,{\".ast-mobile-popup-drawer.active .menu-toggle-close\":false},[\"color:#3a3a3a\"]],[false,{\".ast-mobile-header-wrap .ast-primary-header-bar\":false,\".ast-primary-header-bar .site-primary-header-wrap\":false},[\"min-height:70px\"]],[false,{\".ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item\":false},[\"line-height:70px\"]],[false,\"@media (max-width:921px){\"],[false,{\"#masthead .ast-mobile-header-wrap .ast-primary-header-bar\":false,\"#masthead .ast-mobile-header-wrap .ast-below-header-bar\":false},[\"padding-left:20px\",\"padding-right:20px\"]],[false,\"}\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"@media (min-width:922px){\"],[false,{\".ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"}\"],[false,{\".ast-primary-header-bar\":false},[\"background-color:#fff\"]],[false,{\".ast-primary-header-bar\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal\":false},[\"color:var(--ast-global-color-0)\",\"border:none\",\"background:transparent\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg\":false},[\"width:20px\",\"height:20px\",\"fill:var(--ast-global-color-0)\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item > .menu-link\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,{\".ast-hfb-header .ast-builder-menu-mobile .main-header-menu\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":116345,\"final_size\":7716,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1547,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2462,\"function\":\"wp_common_block_scripts_and_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":20,\"hash\":\"6eb20086263e86e560757b16661f58ea\",\"parse_time\":0.18590092658996582,\"shake_time\":0.0012500286102294922,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-archives\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-archives-dropdown label\":false},[\"display:block\"]],[false,{\".wp-block-avatar\":false},[\"line-height:0\"]],[false,{\".wp-block-avatar\":false,\".wp-block-avatar amp-img\":false,\".wp-block-avatar amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-avatar.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-audio\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-audio :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-audio amp-audio\":false},[\"min-width:300px\",\"width:100%\"]],[false,{\".wp-block-button__link\":false},[\"align-content:center\",\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"height:100%\",\"text-align:center\",\"word-break:break-word\"]],[false,{\".wp-block-button__link.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-button__link.alignright\":false},[\"text-align:right\"]],[true,{\":where(.wp-block-button__link)\":true},[\"border-radius:9999px\",\"box-shadow:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"text-decoration:none\"]],[false,{\".wp-block-button[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width\":false},[\"max-width:none\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-25\":false},[\"width:calc(25% - var(--wp--style--block-gap,.5em) * .75)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-50\":false},[\"width:calc(50% - var(--wp--style--block-gap,.5em) * .5)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-75\":false},[\"width:calc(75% - var(--wp--style--block-gap,.5em) * .25)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-100\":false},[\"flex-basis:100%\",\"width:100%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25\":false},[\"width:25%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50\":false},[\"width:50%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75\":false},[\"width:75%\"]],[false,{\".wp-block-button.is-style-squared\":false,\".wp-block-button__link.wp-block-button.is-style-squared\":false},[\"border-radius:0\"]],[false,{\".wp-block-button.no-border-radius:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button__link.no-border-radius:not(#_#_#_#_#_#_#_)\":false},[\"border-radius:0\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline)\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link)\":true},[\"border:2px solid\",\"padding:.667em 1.333em\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color))\":true},[\"color:currentColor\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background))\":true},[\"background-color:initial\",\"background-image:none\"]],[false,{\".wp-block-buttons\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-buttons.is-vertical\":false},[\"flex-direction:column\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-buttons>.wp-block-button\":false},[\"display:inline-block\",\"margin:0\"]],[false,{\".wp-block-buttons.is-content-justification-left\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-left.is-vertical\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-center\":false},[\"justify-content:center\"]],[false,{\".wp-block-buttons.is-content-justification-center.is-vertical\":false},[\"align-items:center\"]],[false,{\".wp-block-buttons.is-content-justification-right\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-right.is-vertical\":false},[\"align-items:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-space-between\":false},[\"justify-content:space-between\"]],[false,{\".wp-block-buttons.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button\":false,\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-button.aligncenter\":false,\".wp-block-calendar\":false},[\"text-align:center\"]],[false,{\".wp-block-calendar td\":false,\".wp-block-calendar th\":false},[\"border:1px solid\",\"padding:.25em\"]],[false,{\".wp-block-calendar th\":false},[\"font-weight:400\"]],[false,{\".wp-block-calendar caption\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color))\":false},[\"color:#40464d\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color)) td\":false,\".wp-block-calendar table:where(:not(.has-text-color)) th\":false},[\"border-color:#ddd\"]],[false,{\".wp-block-calendar table.has-background th\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table.has-text-color th\":false},[\"color:inherit\"]],[false,{\":where(.wp-block-calendar table:not(.has-background) th)\":false},[\"background:#ddd\"]],[false,{\".wp-block-categories\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-categories.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-categories.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-categories.wp-block-categories-dropdown.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-categories .wp-block-categories__label\":false},[\"display:block\",\"width:100%\"]],[false,{\".wp-block-code\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-code code\":false},[\"direction:ltr\",\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"text-align:initial\",\"white-space:pre-wrap\"]],[false,{\".wp-block-columns\":false},[\"box-sizing:border-box\",\"display:flex\"]],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"align-items:normal\",\"flex-wrap:wrap\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,\"}\"],[false,{\".wp-block-columns.are-vertically-aligned-top\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-columns.are-vertically-aligned-center\":false},[\"align-items:center\"]],[false,{\".wp-block-columns.are-vertically-aligned-bottom\":false},[\"align-items:flex-end\"]],[false,\"@media (max-width:781px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(#_#_#_#_#_#_#_)\":false},[\"flex-basis:100%\"]],[false,\"}\"],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[false,\"}\"],[false,{\".wp-block-columns.is-not-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[true,{\":where(.wp-block-columns)\":true},[\"margin-bottom:1.75em\"]],[true,{\":where(.wp-block-columns.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-column\":false},[\"flex-grow:1\",\"min-width:0\",\"overflow-wrap:break-word\",\"word-break:break-word\"]],[false,{\".wp-block-column.is-vertically-aligned-top\":false},[\"align-self:flex-start\"]],[false,{\".wp-block-column.is-vertically-aligned-center\":false},[\"align-self:center\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false},[\"align-self:flex-end\"]],[false,{\".wp-block-column.is-vertically-aligned-stretch\":false},[\"align-self:stretch\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false,\".wp-block-column.is-vertically-aligned-center\":false,\".wp-block-column.is-vertically-aligned-top\":false},[\"width:100%\"]],[false,{\".wp-block-post-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments .alignleft\":false},[\"float:left\"]],[false,{\".wp-block-post-comments .alignright\":false},[\"float:right\"]],[false,{\".wp-block-post-comments .navigation:after\":false},[\"clear:both\",\"content:\\\"\\\"\",\"display:table\"]],[false,{\".wp-block-post-comments .commentlist\":false},[\"clear:both\",\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .commentlist .comment\":false},[\"min-height:2.25em\",\"padding-left:3.25em\"]],[false,{\".wp-block-post-comments .commentlist .comment p\":false},[\"font-size:1em\",\"line-height:1.8\",\"margin:1em 0\"]],[false,{\".wp-block-post-comments .commentlist .children\":false},[\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .comment-author\":false},[\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-author .avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"margin-top:.5em\",\"width:2.5em\"]],[false,{\".wp-block-post-comments .comment-author cite\":false},[\"font-style:normal\"]],[false,{\".wp-block-post-comments .comment-meta\":false},[\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-meta b\":false},[\"font-weight:400\"]],[false,{\".wp-block-post-comments .comment-meta .comment-awaiting-moderation\":false},[\"display:block\",\"margin-bottom:1em\",\"margin-top:1em\"]],[false,{\".wp-block-post-comments .comment-body .commentmetadata\":false},[\"font-size:.875em\"]],[false,{\".wp-block-post-comments .comment-form-author label\":false,\".wp-block-post-comments .comment-form-comment label\":false,\".wp-block-post-comments .comment-form-email label\":false,\".wp-block-post-comments .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments .reply\":false},[\"font-size:.875em\",\"margin-bottom:1.4em\"]],[false,{\".wp-block-post-comments input:not([type=submit])\":false,\".wp-block-post-comments textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[false,{\".wp-block-post-comments input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments textarea\":false},[\"padding:calc(.667em + 2px)\"]],[true,{\":where(.wp-block-post-comments input[type=submit])\":true},[\"border:none\"]],[false,{\".wp-block-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous\":false},[\"font-size:inherit\",\"margin-bottom:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-comment-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-comment-template li\":false},[\"clear:both\"]],[false,{\".wp-block-comment-template ol\":false},[\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding-left:2rem\"]],[false,{\".wp-block-comment-template.alignleft\":false},[\"float:left\"]],[false,{\".wp-block-comment-template.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:fit-content\"]],[false,{\".wp-block-comment-template.alignright\":false},[\"float:right\"]],[false,{\".wp-block-comment-date\":false},[\"box-sizing:border-box\"]],[false,{\".comment-awaiting-moderation\":false},[\"display:block\",\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-comment-author-name\":false,\".wp-block-comment-content\":false,\".wp-block-comment-edit-link\":false,\".wp-block-comment-reply-link\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"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\"]],[false,{\".wp-block-cover .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image.has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover.has-background-dim:not([class*=-background-color])\":false},[\"background-color:#000\"]],[false,{\".wp-block-cover .has-background-dim.has-background-gradient\":false,\".wp-block-cover-image .has-background-dim.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-cover-image.has-background-dim:before\":false,\".wp-block-cover.has-background-dim:before\":false},[\"background-color:inherit\",\"content:\\\"\\\"\"]],[false,{\".wp-block-cover .wp-block-cover__background\":false,\".wp-block-cover .wp-block-cover__gradient-background\":false,\".wp-block-cover-image .wp-block-cover__background\":false,\".wp-block-cover-image .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim:not(.has-background-gradient):before\":false},[\"bottom:0\",\"left:0\",\"opacity:.5\",\"position:absolute\",\"right:0\",\"top:0\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false},[\"opacity:1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-cover-image.aligncenter\":false,\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.aligncenter\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"display:flex\"]],[false,{\".wp-block-cover .wp-block-cover__inner-container\":false,\".wp-block-cover-image .wp-block-cover__inner-container\":false},[\"color:inherit\",\"position:relative\",\"width:100%\"]],[false,{\".wp-block-cover-image.is-position-top-left\":false,\".wp-block-cover.is-position-top-left\":false},[\"align-items:flex-start\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-top-center\":false,\".wp-block-cover.is-position-top-center\":false},[\"align-items:flex-start\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-top-right\":false,\".wp-block-cover.is-position-top-right\":false},[\"align-items:flex-start\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-center-left\":false,\".wp-block-cover.is-position-center-left\":false},[\"align-items:center\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-center-center\":false,\".wp-block-cover.is-position-center-center\":false},[\"align-items:center\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-center-right\":false,\".wp-block-cover.is-position-center-right\":false},[\"align-items:center\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-bottom-left\":false,\".wp-block-cover.is-position-bottom-left\":false},[\"align-items:flex-end\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-bottom-center\":false,\".wp-block-cover.is-position-bottom-center\":false},[\"align-items:flex-end\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-bottom-right\":false,\".wp-block-cover.is-position-bottom-right\":false},[\"align-items:flex-end\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false},[\"margin:0\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false},[\"margin:0\",\"width:auto\"]],[false,{\".wp-block-cover .wp-block-cover__image-background\":false,\".wp-block-cover amp-video.wp-block-cover__video-background\":false,\".wp-block-cover amp-youtube.wp-block-cover__video-background\":false,\".wp-block-cover-image .wp-block-cover__image-background\":false,\".wp-block-cover-image amp-video.wp-block-cover__video-background\":false,\".wp-block-cover-image amp-youtube.wp-block-cover__video-background\":false},[\"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%\"]],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:fixed\",\"background-repeat:no-repeat\",\"background-size:cover\"]],[false,\"@supports (-webkit-touch-callout:inherit){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,{\".wp-block-cover-image.is-repeated\":false,\".wp-block-cover.is-repeated\":false,\".wp-block-cover__image-background.is-repeated\":false,\"amp-video.wp-block-cover__video-background.is-repeated\":false,\"amp-youtube.wp-block-cover__video-background.is-repeated\":false},[\"background-repeat:repeat\",\"background-size:auto\"]],[false,{\".wp-block-cover-image-text\":false,\".wp-block-cover-image-text a\":false,\".wp-block-cover-image-text a:active\":false,\".wp-block-cover-image-text a:focus\":false,\".wp-block-cover-image-text a:hover\":false,\".wp-block-cover-text\":false,\".wp-block-cover-text a\":false,\".wp-block-cover-text a:active\":false,\".wp-block-cover-text a:focus\":false,\".wp-block-cover-text a:hover\":false,\"section.wp-block-cover-image h2\":false,\"section.wp-block-cover-image h2 a\":false,\"section.wp-block-cover-image h2 a:active\":false,\"section.wp-block-cover-image h2 a:focus\":false,\"section.wp-block-cover-image h2 a:hover\":false},[\"color:#fff\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-left-content\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-right-content\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-left-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-left-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-left-content>h2\":false},[\"margin-left:0\",\"text-align:left\"]],[false,{\".wp-block-cover-image.has-right-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-right-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-right-content>h2\":false},[\"margin-right:0\",\"text-align:right\"]],[false,{\".wp-block-cover .wp-block-cover-text\":false,\".wp-block-cover-image .wp-block-cover-image-text\":false,\"section.wp-block-cover-image>h2\":false},[\"font-size:2em\",\"line-height:1.25\",\"margin-bottom:0\",\"max-width:840px\",\"padding:.44em\",\"text-align:center\",\"z-index:1\"]],[true,{\":where(.wp-block-cover-image:not(.has-text-color))\":true,\":where(.wp-block-cover:not(.has-text-color))\":true},[\"color:#fff\"]],[true,{\":where(.wp-block-cover-image.is-light:not(.has-text-color))\":true,\":where(.wp-block-cover.is-light:not(.has-text-color))\":true},[\"color:#000\"]],[true,{\":root :where(.wp-block-cover h1:not(.has-text-color))\":true,\":root :where(.wp-block-cover h2:not(.has-text-color))\":true,\":root :where(.wp-block-cover h3:not(.has-text-color))\":true,\":root :where(.wp-block-cover h4:not(.has-text-color))\":true,\":root :where(.wp-block-cover h5:not(.has-text-color))\":true,\":root :where(.wp-block-cover h6:not(.has-text-color))\":true,\":root :where(.wp-block-cover p:not(.has-text-color))\":true},[\"color:inherit\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background\":false},[\"z-index:0\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before\":false},[\"z-index:1\"]],[false,{\".has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[false,{\".wp-block-details\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-details summary\":false},[\"cursor:pointer\"]],[false,{\".wp-block-embed.alignleft\":false,\".wp-block-embed.alignright\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"]\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"]\":false},[\"max-width:360px\",\"width:100%\"]],[false,{\".wp-block-embed.alignleft .wp-block-embed__wrapper\":false,\".wp-block-embed.alignright .wp-block-embed__wrapper\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false},[\"min-width:280px\"]],[false,{\".wp-block-cover .wp-block-embed\":false},[\"min-height:240px\",\"min-width:320px\"]],[false,{\".wp-block-embed\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-embed :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-embed amp-iframe\":false},[\"max-width:100%\"]],[false,{\".wp-block-embed__wrapper\":false},[\"position:relative\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before\":false},[\"content:\\\"\\\"\",\"display:block\",\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio amp-iframe\":false},[\"bottom:0\",\"height:100%\",\"left:0\",\"position:absolute\",\"right:0\",\"top:0\",\"width:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:42.85%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:56.25%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before\":false},[\"padding-top:75%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before\":false},[\"padding-top:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before\":false},[\"padding-top:177.77%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before\":false},[\"padding-top:200%\"]],[false,{\".wp-block-file\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-file:not(.wp-element-button)\":false},[\"font-size:.8em\"]],[false,{\".wp-block-file.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-file.alignright\":false},[\"text-align:right\"]],[false,{\".wp-block-file *+.wp-block-file__button\":false},[\"margin-left:.75em\"]],[true,{\":where(.wp-block-file)\":true},[\"margin-bottom:1.5em\"]],[false,{\".wp-block-file__embed\":false},[\"margin-bottom:1em\"]],[true,{\":where(.wp-block-file__button)\":true},[\"border-radius:2em\",\"display:inline-block\",\"padding:.5em 1em\"]],[true,{\":where(.wp-block-file__button):is(a):active\":true,\":where(.wp-block-file__button):is(a):focus\":true,\":where(.wp-block-file__button):is(a):hover\":true,\":where(.wp-block-file__button):is(a):visited\":true},[\"box-shadow:none\",\"color:#fff\",\"opacity:.85\",\"text-decoration:none\"]],[false,{\".wp-block-form-input__label\":false},[\"display:flex\",\"flex-direction:column\",\"gap:.25em\",\"margin-bottom:.5em\",\"width:100%\"]],[false,{\".wp-block-form-input__label.is-label-inline\":false},[\"align-items:center\",\"flex-direction:row\",\"gap:.5em\"]],[false,{\".wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content\":false},[\"margin-bottom:.5em\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox])\":false},[\"flex-direction:row\",\"width:fit-content\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content\":false},[\"margin:0\"]],[false,{\".wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox])\":false},[\"flex-direction:row-reverse\"]],[false,{\".wp-block-form-input__label-content\":false},[\"width:fit-content\"]],[false,{\".wp-block-form-input__input\":false},[\"font-size:1em\",\"margin-bottom:.5em\",\"padding:0 .5em\"]],[false,{\".wp-block-form-input__input[type=date]\":false,\".wp-block-form-input__input[type=datetime-local]\":false,\".wp-block-form-input__input[type=datetime]\":false,\".wp-block-form-input__input[type=email]\":false,\".wp-block-form-input__input[type=month]\":false,\".wp-block-form-input__input[type=number]\":false,\".wp-block-form-input__input[type=password]\":false,\".wp-block-form-input__input[type=search]\":false,\".wp-block-form-input__input[type=tel]\":false,\".wp-block-form-input__input[type=text]\":false,\".wp-block-form-input__input[type=time]\":false,\".wp-block-form-input__input[type=url]\":false,\".wp-block-form-input__input[type=week]\":false},[\"border:1px solid\",\"line-height:2\",\"min-height:2em\"]],[false,{\"textarea.wp-block-form-input__input\":false},[\"min-height:10em\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images)\":false,\".wp-block-gallery:not(.has-nested-images)\":false},[\"display:flex\",\"flex-wrap:wrap\",\"list-style-type:none\",\"margin:0\",\"padding:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item\":false},[\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"margin:0 1em 1em 0\",\"position:relative\",\"width:calc(50% - 1em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure\":false},[\"align-items:flex-end\",\"display:flex\",\"height:100%\",\"justify-content:flex-start\",\"margin:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-anim\":false},[\"display:block\",\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,rgba(0,0,0,0))\",\"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\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) figcaption\":false,\".wp-block-gallery:not(.has-nested-images) figcaption\":false},[\"flex-grow:1\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false},[\"flex:1\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item\":false},[\"margin-right:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(33.33333% - .66667em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(25% - .75em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(20% - .8em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(16.66667% - .83333em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(14.28571% - .85714em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(12.5% - .875em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false},[\"margin-right:0\"]],[false,\"}\"],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).alignleft\":false,\".blocks-gallery-grid:not(.has-nested-images).alignright\":false,\".wp-block-gallery:not(.has-nested-images).alignleft\":false,\".wp-block-gallery:not(.has-nested-images).alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false},[\"justify-content:center\"]],[false,{\".wp-block-gallery:not(.is-cropped) .blocks-gallery-item\":false},[\"align-self:flex-start\"]],[false,{\"figure.wp-block-gallery.has-nested-images\":false},[\"align-items:normal\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)\":false},[\"margin:0\",\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) \\/ 2)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"max-width:100%\",\"position:relative\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image>div\":false},[\"flex-direction:column\",\"flex-grow:1\",\"margin:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim\":false},[\"display:block\",\"height:auto\",\"width:auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img:not(#_#_#_#_#_#_#_#_)\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim:not(#_#_#_#_#_#_#_#_)\":false},[\"max-width:100%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"bottom:0\",\"left:0\",\"max-height:100%\",\"position:absolute\",\"right:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"-webkit-backdrop-filter:blur(3px)\",\"backdrop-filter:blur(3px)\",\"content:\\\"\\\"\",\"height:100%\",\"-webkit-mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"max-height:40%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,0))\",\"box-sizing:border-box\",\"color:#fff\",\"font-size:13px\",\"margin:0\",\"overflow:auto\",\"padding:1em\",\"scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)\",\"scrollbar-gutter:stable both-edges\",\"scrollbar-width:thin\",\"text-align:center\",\"text-shadow:0 0 1.5px #000\",\"will-change:transform\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar\":false},[\"height:12px\",\"width:12px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track\":false},[\"background-color:initial\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb\":false},[\"background-clip:padding-box\",\"background-color:initial\",\"border:3px solid rgba(0,0,0,0)\",\"border-radius:8px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb\":false},[\"background-color:rgba(255,255,255,.8)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"@media (hover:none){\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div\":false},[\"flex:1 1 auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption\":false},[\"background:none\",\"color:inherit\",\"flex:initial\",\"margin:0\",\"padding:10px 10px 9px\",\"position:relative\",\"text-shadow:none\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before\":false},[\"content:none\"]],[false,{\".wp-block-gallery.has-nested-images figcaption\":false},[\"flex-basis:100%\",\"flex-grow:1\",\"text-align:center\"]],[false,{\".wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image)\":false},[\"margin-bottom:auto\",\"margin-top:0\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)\":false},[\"align-self:inherit\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone)\":false},[\"display:flex\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-img\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-anim\":false},[\"flex:1 0 0%\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image)\":false},[\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(25% - var(--wp--style--unstable-gallery-gap,16px) * .75)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(20% - var(--wp--style--unstable-gallery-gap,16px) * .8)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px) * .83333)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px) * .85714)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(12.5% - var(--wp--style--unstable-gallery-gap,16px) * .875)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)\":false,\".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)\":false},[\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) * .5)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images.alignleft\":false,\".wp-block-gallery.has-nested-images.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-group\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-group.wp-block-group-is-layout-constrained)\":true},[\"position:relative\"]],[false,{\"h1.has-background\":false,\"h2.has-background\":false,\"h3.has-background\":false,\"h4.has-background\":false,\"h5.has-background\":false,\"h6.has-background\":false},[\"padding:1.25em 2.375em\"]],[false,{\"h1.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h1.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h2.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h2.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h3.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h3.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h4.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h4.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h5.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h5.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h6.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h6.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false},[\"rotate:180deg\"]],[false,{\".wp-block-image>a\":false,\".wp-block-image>figure>a\":false},[\"display:inline-block\"]],[false,{\".wp-block-image amp-img\":false,\".wp-block-image amp-anim\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-image amp-img.hide\":false,\".wp-block-image amp-anim.hide\":false},[\"visibility:hidden\"]],[false,{\".wp-block-image amp-img.show\":false,\".wp-block-image amp-anim.show\":false},[\"animation:show-content-image .4s\"]],[false,\"}\"],[false,{\".wp-block-image[data-amp-original-style*=border-radius] amp-img\":false,\".wp-block-image[data-amp-original-style*=border-radius] amp-anim\":false,\".wp-block-image[data-amp-original-style*=border-radius]>a\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-image.has-custom-border amp-img\":false,\".wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-image.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-image.alignfull>a\":false,\".wp-block-image.alignwide>a\":false},[\"width:100%\"]],[false,{\".wp-block-image.alignfull amp-img\":false,\".wp-block-image.alignfull amp-anim\":false,\".wp-block-image.alignwide amp-img\":false,\".wp-block-image.alignwide amp-anim\":false},[\"height:auto\",\"width:100%\"]],[false,{\".wp-block-image .aligncenter\":false,\".wp-block-image .alignleft\":false,\".wp-block-image .alignright\":false,\".wp-block-image.aligncenter\":false,\".wp-block-image.alignleft\":false,\".wp-block-image.alignright\":false},[\"display:table\"]],[false,{\".wp-block-image .aligncenter>figcaption\":false,\".wp-block-image .alignleft>figcaption\":false,\".wp-block-image .alignright>figcaption\":false,\".wp-block-image.aligncenter>figcaption\":false,\".wp-block-image.alignleft>figcaption\":false,\".wp-block-image.alignright>figcaption\":false},[\"caption-side:bottom\",\"display:table-caption\"]],[false,{\".wp-block-image .alignleft\":false},[\"float:left\",\"margin:.5em 1em .5em 0\"]],[false,{\".wp-block-image .alignright\":false},[\"float:right\",\"margin:.5em 0 .5em 1em\"]],[false,{\".wp-block-image .aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-block-image :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"border-radius:9999px\"]],[false,\"@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){\"],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"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\"]],[false,\"}\"],[false,{\".wp-block-image figure\":false},[\"margin:0\"]],[false,{\".wp-lightbox-container\":false},[\"display:flex\",\"flex-direction:column\",\"position:relative\"]],[false,{\".wp-lightbox-container amp-img\":false,\".wp-lightbox-container amp-anim\":false},[\"cursor:zoom-in\"]],[false,{\".wp-lightbox-container amp-img:hover+button\":false,\".wp-lightbox-container amp-anim:hover+button\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button\":false},[\"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\",\"width:20px\",\"z-index:100\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-container button\":false},[\"transition:opacity .2s ease\"]],[false,\"}\"],[false,{\".wp-lightbox-container button:focus-visible\":false},[\"outline:3px auto rgba(90,90,90,.25)\",\"outline:3px auto -webkit-focus-ring-color\",\"outline-offset:3px\"]],[false,{\".wp-lightbox-container button:hover\":false},[\"cursor:pointer\",\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false,\".wp-lightbox-container button:hover\":false,\".wp-lightbox-container button:not(:hover):not(:active):not(.has-background)\":false},[\"background-color:rgba(90,90,90,.25)\",\"border:none\"]],[false,{\".wp-lightbox-overlay\":false},[\"box-sizing:border-box\",\"cursor:zoom-out\",\"height:100vh\",\"left:0\",\"overflow:hidden\",\"position:fixed\",\"top:0\",\"visibility:hidden\",\"width:100%\",\"z-index:100000\"]],[false,{\".wp-lightbox-overlay .close-button\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .close-button:focus\":false,\".wp-lightbox-overlay .close-button:hover\":false,\".wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .lightbox-image-container\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image amp-img\":false,\".wp-lightbox-overlay .wp-block-image amp-anim\":false},[\"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)\"]],[false,{\".wp-lightbox-overlay .wp-block-image figcaption\":false},[\"display:none\"]],[false,{\".wp-lightbox-overlay button\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .scrim\":false},[\"background-color:#fff\",\"height:100%\",\"opacity:.9\",\"position:absolute\",\"width:100%\",\"z-index:2000000\"]],[false,{\".wp-lightbox-overlay.active\":false},[\"visibility:visible\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-overlay.active\":false},[\"animation:turn-on-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.active amp-img\":false,\".wp-lightbox-overlay.active amp-anim\":false},[\"animation:turn-on-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active)\":false},[\"animation:turn-off-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-img\":false,\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-anim\":false},[\"animation:turn-off-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.zoom.active\":false},[\"animation:none\",\"opacity:1\",\"visibility:visible\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container\":false},[\"animation:lightbox-zoom-in .4s\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.active .scrim\":false},[\"animation:turn-on-visibility .4s forwards\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active)\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container\":false},[\"animation:lightbox-zoom-out .4s\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim\":false},[\"animation:turn-off-visibility .4s forwards\"]],[false,\"}\"],[true,\"@keyframes show-content-image{\"],[true,\"0%{visibility:hidden}\"],[true,\"99%{visibility:hidden}\"],[true,\"to{visibility:visible}\"],[true,\"}@keyframes turn-on-visibility{\"],[true,\"0%{opacity:0}\"],[true,\"to{opacity:1}\"],[true,\"}@keyframes turn-off-visibility{\"],[true,\"0%{opacity:1;visibility:visible}\"],[true,\"99%{opacity:0;visibility:visible}\"],[true,\"to{opacity:0;visibility:hidden}\"],[true,\"}@keyframes lightbox-zoom-in{\"],[true,\"0%{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}\"],[true,\"to{transform:translate(-50%,-50%) scale(1)}\"],[true,\"}@keyframes lightbox-zoom-out{\"],[true,\"0%{transform:translate(-50%,-50%) scale(1);visibility:visible}\"],[true,\"99%{visibility:visible}\"],[true,\"to{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}\"],[true,\"}\"],[false,{\"ol.wp-block-latest-comments\":false},[\"box-sizing:border-box\",\"margin-left:0\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment))\":true},[\"line-height:1.1\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p))\":true},[\"line-height:1.8\"]],[false,{\".has-dates :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false,\".has-excerpts :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false},[\"line-height:1.5\"]],[false,{\".wp-block-latest-comments .wp-block-latest-comments\":false},[\"padding-left:0\"]],[false,{\".wp-block-latest-comments__comment\":false},[\"list-style:none\",\"margin-bottom:1em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment\":false},[\"list-style:none\",\"min-height:2.25em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt\":false,\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta\":false},[\"margin-left:3.25em\"]],[false,{\".wp-block-latest-comments__comment-excerpt p\":false},[\"font-size:.875em\",\"margin:.36em 0 1.4em\"]],[false,{\".wp-block-latest-comments__comment-date\":false},[\"display:block\",\"font-size:.75em\"]],[false,{\".wp-block-latest-comments .avatar\":false,\".wp-block-latest-comments__comment-avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"width:2.5em\"]],[false,{\".wp-block-latest-comments[class*=-font-size] a\":false,\".wp-block-latest-comments[data-amp-original-style*=font-size] a\":false},[\"font-size:inherit\"]],[false,{\".wp-block-latest-posts\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-latest-posts.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-latest-posts.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list\":false},[\"list-style:none\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list li\":false},[\"clear:both\",\"overflow-wrap:break-word\"]],[false,{\".wp-block-latest-posts.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-latest-posts.is-grid li\":false},[\"margin:0 1.25em 1.25em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-latest-posts.columns-2 li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-latest-posts.columns-2 li:nth-child(2n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-3 li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-latest-posts.columns-3 li:nth-child(3n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-4 li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-latest-posts.columns-4 li:nth-child(4n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-latest-posts.columns-5 li:nth-child(5n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-6 li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,{\".wp-block-latest-posts.columns-6 li:nth-child(6n)\":false},[\"margin-right:0\"]],[false,\"}\"],[true,{\":root :where(.wp-block-latest-posts.is-grid)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-latest-posts.wp-block-latest-posts__list)\":true},[\"padding-left:0\"]],[false,{\".wp-block-latest-posts__post-author\":false,\".wp-block-latest-posts__post-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-latest-posts__post-excerpt\":false,\".wp-block-latest-posts__post-full-content\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-latest-posts__featured-image a\":false},[\"display:inline-block\"]],[false,{\".wp-block-latest-posts__featured-image amp-img\":false,\".wp-block-latest-posts__featured-image amp-anim\":false},[\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".wp-block-latest-posts__featured-image.alignleft\":false},[\"float:left\",\"margin-right:1em\"]],[false,{\".wp-block-latest-posts__featured-image.alignright\":false},[\"float:right\",\"margin-left:1em\"]],[false,{\".wp-block-latest-posts__featured-image.aligncenter\":false},[\"margin-bottom:1em\",\"text-align:center\"]],[true,{\"ol\":false,\"ul\":true},[\"box-sizing:border-box\"]],[true,{\":root :where(.wp-block-list.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-loginout\":false,\".wp-block-media-text\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-media-text\":false},[\"direction:ltr\",\"display:grid\",\"grid-template-columns:50% 1fr\",\"grid-template-rows:auto\"]],[false,{\".wp-block-media-text.has-media-on-the-right\":false},[\"grid-template-columns:1fr 50%\"]],[false,{\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media\":false},[\"align-self:start\"]],[false,{\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media\":false,\".wp-block-media-text>.wp-block-media-text__content\":false,\".wp-block-media-text>.wp-block-media-text__media\":false},[\"align-self:center\"]],[false,{\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media\":false},[\"align-self:end\"]],[false,{\".wp-block-media-text>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\",\"margin:0\"]],[false,{\".wp-block-media-text>.wp-block-media-text__content\":false},[\"direction:ltr\",\"grid-column:2\",\"grid-row:1\",\"padding:0 8%\",\"word-break:break-word\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media\":false},[\"grid-column:2\",\"grid-row:1\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text__media a\":false},[\"display:block\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"height:auto\",\"max-width:unset\",\"vertical-align:middle\",\"width:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media\":false},[\"background-size:cover\",\"height:100%\",\"min-height:250px\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-anim\":false},[\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\",\"clip:rect(0,0,0,0)\",\"border:0\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media\":false},[\"height:100%\",\"min-height:250px\",\"position:relative\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-anim\":false},[\"height:100%\",\"object-fit:cover\",\"position:absolute\",\"width:100%\"]],[false,\"@media (max-width:600px){\"],[false,{\".wp-block-media-text.is-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"grid-template-columns:100%\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:2\"]],[false,\"}\"],[false,{\".wp-block-navigation\":false},[\"position:relative\",\"--navigation-layout-justification-setting:flex-start\",\"--navigation-layout-direction:row\",\"--navigation-layout-wrap:wrap\",\"--navigation-layout-justify:flex-start\",\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation ul\":false},[\"margin-bottom:0\",\"margin-left:0\",\"margin-top:0\",\"padding-left:0\"]],[false,{\".wp-block-navigation ul\":false,\".wp-block-navigation ul li\":false},[\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"align-items:center\",\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty\":false},[\"display:none\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content\":false},[\"display:block\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus\":false},[\"text-decoration:underline\"]],[false,{\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus\":false},[\"text-decoration:line-through\"]],[false,{\".wp-block-navigation :where(a)\":false,\".wp-block-navigation :where(a:active)\":false,\".wp-block-navigation :where(a:focus)\":false},[\"text-decoration:none\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon\":false},[\"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\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon svg\":false},[\"display:inline-block\",\"stroke:currentColor\",\"height:inherit\",\"margin-top:.075em\",\"width:inherit\"]],[false,{\".wp-block-navigation.is-vertical\":false},[\"--navigation-layout-direction:column\",\"--navigation-layout-justify:initial\",\"--navigation-layout-align:flex-start\"]],[false,{\".wp-block-navigation.no-wrap\":false},[\"--navigation-layout-wrap:nowrap\"]],[false,{\".wp-block-navigation.items-justified-center\":false},[\"--navigation-layout-justification-setting:center\",\"--navigation-layout-justify:center\"]],[false,{\".wp-block-navigation.items-justified-center.is-vertical\":false},[\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation.items-justified-right\":false},[\"--navigation-layout-justification-setting:flex-end\",\"--navigation-layout-justify:flex-end\"]],[false,{\".wp-block-navigation.items-justified-right.is-vertical\":false},[\"--navigation-layout-align:flex-end\"]],[false,{\".wp-block-navigation.items-justified-space-between\":false},[\"--navigation-layout-justification-setting:space-between\",\"--navigation-layout-justify:space-between\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"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%\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"transition:opacity .1s linear\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content\":false},[\"display:flex\",\"flex-grow:1\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon\":false},[\"margin-left:auto\",\"margin-right:0\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content\":false},[\"margin:0\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:-1px\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before\":false},[\"background:rgba(0,0,0,0)\",\"content:\\\"\\\"\",\"display:block\",\"height:100%\",\"position:absolute\",\"right:100%\",\"width:.5em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon\":false},[\"margin-right:.25em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg\":false},[\"transform:rotate(-90deg)\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container\":false},[\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:visible\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container\":false},[\"left:0\",\"top:100%\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:0\"]],[false,\"}\"],[false,{\".wp-block-navigation-submenu\":false},[\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg\":false},[\"stroke:currentColor\"]],[false,{\"button.wp-block-navigation-item__content\":false},[\"background-color:initial\",\"border:none\",\"color:currentColor\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-align:left\",\"text-transform:inherit\"]],[false,{\".wp-block-navigation-submenu__toggle\":false},[\"cursor:pointer\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle\":false},[\"padding-left:0\",\"padding-right:.85em\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon\":false},[\"margin-left:-.6em\",\"pointer-events:none\"]],[false,{\".wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle)\":false},[\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false,\".wp-block-navigation__container\":false,\".wp-block-navigation__responsive-close\":false,\".wp-block-navigation__responsive-container\":false,\".wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-dialog\":false},[\"gap:inherit\"]],[true,{\":where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button))\":true},[\"padding:.5em 1em\"]],[true,{\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content)\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content)\":true},[\"padding:.5em 1em\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container\":false},[\"left:auto\",\"right:0\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:-1px\",\"right:-1px\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:auto\",\"right:100%\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container\":false},[\"background-color:#fff\",\"border:1px solid rgba(0,0,0,.15)\"]],[false,{\".wp-block-navigation.has-background .wp-block-navigation__submenu-container\":false},[\"background-color:inherit\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__container\":false},[\"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\"]],[false,{\".wp-block-navigation__container .is-responsive\":false},[\"display:none\"]],[false,{\".wp-block-navigation__container:only-child\":false,\".wp-block-page-list:only-child\":false},[\"flex-grow:1\"]],[true,\"@keyframes overlay-menu__fade-in-animation{\"],[true,\"0%{opacity:0;transform:translateY(.5em)}\"],[true,\"to{opacity:1;transform:translateY(0)}\"],[true,\"}\"],[false,{\".wp-block-navigation__responsive-container\":false},[\"bottom:0\",\"display:none\",\"left:0\",\"position:fixed\",\"right:0\",\"top:0\"]],[false,{\".wp-block-navigation__responsive-container :where(.wp-block-navigation-item a)\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content\":false},[\"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)\"]],[false,{\".wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open):not(#_#_#_#_#_#_#_)\":false},[\"background-color:inherit\",\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"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),20rem)\",\"z-index:100000\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false},[\"align-items:var(--navigation-layout-justification-setting,inherit)\",\"display:flex\",\"flex-direction:column\",\"flex-wrap:nowrap\",\"overflow:visible\",\"padding-top:calc(2rem + 24px)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon\":false},[\"display:none\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container\":false},[\"border:none\",\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:initial\",\"padding-left:2rem\",\"padding-right:2rem\",\"position:static\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"gap:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"padding-top:var(--wp--style--block-gap,2em)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content\":false},[\"padding:0\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"align-items:var(--navigation-layout-justification-setting,initial)\",\"display:flex\",\"flex-direction:column\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list:not(#_#_#_#_#_#_#_)\":false},[\"background:rgba(0,0,0,0)\",\"color:inherit\"]],[false,{\".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\":false},[\"left:auto\",\"right:auto\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)\":false},[\"background-color:inherit\",\"display:block\",\"position:relative\",\"width:100%\",\"z-index:auto\"]],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close\":false},[\"display:none\"]],[false,{\".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\":false},[\"left:0\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"background-color:#fff\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__toggle_button_label\":false},[\"font-size:1rem\",\"font-weight:700\"]],[false,{\".wp-block-navigation__responsive-container-close\":false,\".wp-block-navigation__responsive-container-open\":false},[\"background:rgba(0,0,0,0)\",\"border:none\",\"color:currentColor\",\"cursor:pointer\",\"margin:0\",\"padding:0\",\"text-transform:inherit\",\"vertical-align:middle\"]],[false,{\".wp-block-navigation__responsive-container-close svg\":false,\".wp-block-navigation__responsive-container-open svg\":false},[\"fill:currentColor\",\"display:block\",\"height:24px\",\"pointer-events:none\",\"width:24px\"]],[false,{\".wp-block-navigation__responsive-container-open\":false},[\"display:flex\"]],[false,{\".wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container-open:not(.always-shown)\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container-close\":false},[\"position:absolute\",\"right:0\",\"top:0\",\"z-index:2\"]],[false,{\".wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,{\".wp-block-navigation__responsive-close\":false},[\"width:100%\"]],[false,{\".has-modal-open .wp-block-navigation__responsive-close\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:var(--wp--style--global--wide-size,100%)\"]],[false,{\".wp-block-navigation__responsive-close:focus\":false},[\"outline:none\"]],[false,{\".is-menu-open .wp-block-navigation__responsive-close\":false,\".is-menu-open .wp-block-navigation__responsive-container-content\":false,\".is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-navigation__responsive-dialog\":false},[\"position:relative\"]],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:46px\"]],[false,\"@media (min-width:782px){\"],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:32px\"]],[false,\"}\"],[false,{\"html.has-modal-open\":false},[\"overflow:hidden\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__label\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__description\":false},[\"display:none\"]],[false,{\".link-ui-tools\":false},[\"border-top:1px solid #f0f0f0\",\"padding:8px\"]],[false,{\".link-ui-block-inserter\":false},[\"padding-top:8px\"]],[false,{\".link-ui-block-inserter__back\":false},[\"margin-left:8px\",\"text-transform:uppercase\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false},[\"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)\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"background-color:inherit\"]],[false,{\".wp-block-page-list\":false},[\"box-sizing:border-box\"]],[false,{\".is-small-text\":false},[\"font-size:.875em\"]],[false,{\".is-regular-text\":false},[\"font-size:1em\"]],[false,{\".is-large-text\":false},[\"font-size:2.25em\"]],[false,{\".is-larger-text\":false},[\"font-size:3em\"]],[false,{\".has-drop-cap:not(:focus):first-letter\":false},[\"float:left\",\"font-size:8.4em\",\"font-style:normal\",\"font-weight:100\",\"line-height:.68\",\"margin:.05em .1em 0 0\",\"text-transform:uppercase\"]],[false,{\"body.rtl .has-drop-cap:not(:focus):first-letter\":false},[\"float:none\",\"margin-left:.1em\"]],[false,{\"p.has-drop-cap.has-background\":false},[\"overflow:hidden\"]],[true,{\":root :where(p.has-background)\":true},[\"padding:1.25em 2.375em\"]],[true,{\":where(p.has-text-color:not(.has-link-color)) a\":true},[\"color:inherit\"]],[false,{\"p.has-text-align-left[data-amp-original-style*=\\\"writing-mode:vertical-lr\\\"]\":false,\"p.has-text-align-right[data-amp-original-style*=\\\"writing-mode:vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-author\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-post-author__byline\":false},[\"font-size:.5em\",\"margin-bottom:0\",\"margin-top:0\",\"width:100%\"]],[false,{\".wp-block-post-author__avatar\":false},[\"margin-right:1em\"]],[false,{\".wp-block-post-author__bio\":false},[\"font-size:.7em\",\"margin-bottom:.7em\"]],[false,{\".wp-block-post-author__content\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-post-author__name\":false},[\"margin:0\"]],[false,{\".wp-block-post-author-biography\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-comments-form) input:not([type=submit])\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[true,{\":where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox]))\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"padding:calc(.667em + 2px)\"]],[false,{\".wp-block-post-comments-form\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-weight] :where(.comment-reply-title)\":false},[\"font-weight:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-family] :where(.comment-reply-title)\":false},[\"font-family:inherit\"]],[false,{\".wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title)\":false,\".wp-block-post-comments-form[data-amp-original-style*=font-size] :where(.comment-reply-title)\":false},[\"font-size:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=line-height] :where(.comment-reply-title)\":false},[\"line-height:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-style] :where(.comment-reply-title)\":false},[\"font-style:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=letter-spacing] :where(.comment-reply-title)\":false},[\"letter-spacing:inherit\"]],[false,{\".wp-block-post-comments-form :where(input[type=submit])\":false},[\"box-shadow:none\",\"cursor:pointer\",\"display:inline-block\",\"overflow-wrap:break-word\",\"text-align:center\"]],[false,{\".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden])\":false,\".wp-block-post-comments-form .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments-form .comment-form-author label\":false,\".wp-block-post-comments-form .comment-form-email label\":false,\".wp-block-post-comments-form .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments-form .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments-form .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments-count\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-content\":false},[\"display:flow-root\"]],[false,{\".wp-block-post-comments-link\":false,\".wp-block-post-date\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-excerpt)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__excerpt\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-post-excerpt__more-text\":false},[\"margin-bottom:0\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__more-link\":false},[\"display:inline-block\"]],[false,{\".wp-block-post-featured-image\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".wp-block-post-featured-image a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-post-featured-image :where(amp-img)\":false,\".wp-block-post-featured-image :where(amp-anim)\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\",\"width:100%\"]],[false,{\".wp-block-post-featured-image.alignfull amp-img\":false,\".wp-block-post-featured-image.alignfull amp-anim\":false,\".wp-block-post-featured-image.alignwide amp-img\":false,\".wp-block-post-featured-image.alignwide amp-anim\":false},[\"width:100%\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim\":false},[\"background-color:#000\",\"inset:0\",\"position:absolute\"]],[false,{\".wp-block-post-featured-image\":false},[\"position:relative\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-post-featured-image:where(.alignleft,.alignright)\":false},[\"width:100%\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link.has-text-align-left[data-amp-original-style*=\\\"writing-mode: vertical-lr\\\"]\":false,\".wp-block-post-navigation-link.has-text-align-right[data-amp-original-style*=\\\"writing-mode: vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-terms\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-terms .wp-block-post-terms__separator\":false},[\"white-space:pre-wrap\"]],[false,{\".wp-block-post-time-to-read\":false,\".wp-block-post-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-title\":false},[\"word-break:break-word\"]],[false,{\".wp-block-post-title :where(a)\":false},[\"display:inline-block\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-post-author-name\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-preformatted\":false},[\"box-sizing:border-box\",\"white-space:pre-wrap\"]],[true,{\":where(.wp-block-preformatted.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-pullquote\":false},[\"box-sizing:border-box\",\"margin:0 0 1em\",\"overflow-wrap:break-word\",\"padding:4em 0\",\"text-align:center\"]],[false,{\".wp-block-pullquote blockquote\":false,\".wp-block-pullquote cite\":false,\".wp-block-pullquote p\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote blockquote\":false},[\"margin:0\"]],[false,{\".wp-block-pullquote p\":false},[\"margin-top:0\"]],[false,{\".wp-block-pullquote p:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-pullquote.alignleft\":false,\".wp-block-pullquote.alignright\":false},[\"max-width:420px\"]],[false,{\".wp-block-pullquote cite\":false,\".wp-block-pullquote footer\":false},[\"position:relative\"]],[false,{\".wp-block-pullquote .has-text-color a\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote.has-text-align-left blockquote\":false},[\"text-align:left\"]],[false,{\".wp-block-pullquote.has-text-align-right blockquote\":false},[\"text-align:right\"]],[false,{\".wp-block-pullquote.has-text-align-center blockquote\":false},[\"text-align:center\"]],[false,{\".wp-block-pullquote.is-style-solid-color\":false},[\"border:none\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:60%\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote p\":false},[\"font-size:2em\",\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote cite\":false},[\"font-style:normal\",\"text-transform:none\"]],[false,{\".wp-block-pullquote cite\":false},[\"color:inherit\",\"display:block\"]],[false,{\".wp-block-post-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"margin-top:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-post-template.is-flex-container\":false},[\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"gap:1.25em\"]],[false,{\".wp-block-post-template.is-flex-container>li\":false},[\"margin:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-2>li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-3>li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-4>li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-5>li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-6>li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,\"}\"],[false,\"@media (max-width:600px){\"],[false,{\".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\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignright\":false,\".wp-block-post-template-is-layout-flow>li>.alignright\":false},[\"float:right\",\"margin-inline-end:0\",\"margin-inline-start:2em\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignleft\":false,\".wp-block-post-template-is-layout-flow>li>.alignleft\":false},[\"float:left\",\"margin-inline-end:2em\",\"margin-inline-start:0\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.aligncenter\":false,\".wp-block-post-template-is-layout-flow>li>.aligncenter\":false},[\"margin-inline-end:auto\",\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type\":false},[\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child\":false},[\"margin-inline-end:auto\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-query-title\":false,\".wp-block-query-total\":false,\".wp-block-quote\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-quote\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain))\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain))\":false},[\"margin-bottom:1em\",\"padding:0 1em\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) p\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) p\":false},[\"font-size:1.5em\",\"font-style:italic\",\"line-height:1.6\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-large:where(:not(.is-style-plain)) footer\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer\":false},[\"font-size:1.125em\",\"text-align:right\"]],[false,{\".wp-block-quote>cite\":false},[\"display:block\"]],[false,{\".wp-block-read-more\":false},[\"display:block\",\"width:fit-content\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration]))\":false},[\"text-decoration:none\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):active\":false,\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):focus\":false},[\"text-decoration:none\"]],[false,{\"ul.wp-block-rss.alignleft\":false},[\"margin-right:2em\"]],[false,{\"ul.wp-block-rss.alignright\":false},[\"margin-left:2em\"]],[false,{\"ul.wp-block-rss.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\",\"padding:0\"]],[false,{\"ul.wp-block-rss.is-grid li\":false},[\"margin:0 1em 1em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\"ul.wp-block-rss.columns-2 li\":false},[\"width:calc(50% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-3 li\":false},[\"width:calc(33.33333% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-4 li\":false},[\"width:calc(25% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-6 li\":false},[\"width:calc(16.66667% - 1em)\"]],[false,\"}\"],[false,{\".wp-block-rss__item-author\":false,\".wp-block-rss__item-publish-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-rss\":false},[\"box-sizing:border-box\",\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-search__button\":false},[\"margin-left:10px\",\"word-break:normal\"]],[false,{\".wp-block-search__button.has-icon\":false},[\"line-height:0\"]],[false,{\".wp-block-search__button svg\":false},[\"height:1.25em\",\"min-height:24px\",\"min-width:24px\",\"width:1.25em\",\"fill:currentColor\",\"vertical-align:text-bottom\"]],[true,{\":where(.wp-block-search__button)\":true},[\"border:1px solid #ccc\",\"padding:6px 10px\"]],[false,{\".wp-block-search__inside-wrapper\":false},[\"display:flex\",\"flex:auto\",\"flex-wrap:nowrap\",\"max-width:100%\"]],[false,{\".wp-block-search__label\":false},[\"width:100%\"]],[false,{\".wp-block-search__input\":false},[\"appearance:none\",\"border:1px solid #949494\",\"flex-grow:1\",\"margin-left:0\",\"margin-right:0\",\"min-width:3rem\",\"padding:8px\"]],[false,{\".wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"text-decoration:unset\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-shrink:0\",\"justify-content:center\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"transition-property:width\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:not(#_#_#_#_#_#_#_)\":false},[\"min-width:0\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__input\":false},[\"flex-basis:100%\",\"transition-duration:.3s\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden\":false,\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper\":false},[\"overflow:hidden\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input\":false},[\"flex-basis:0\",\"flex-grow:0\",\"margin:0\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"border-left-width:0\",\"border-right-width:0\",\"min-width:0\",\"padding-left:0\",\"padding-right:0\",\"width:0\"]],[true,{\":where(.wp-block-search__input)\":true},[\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-transform:inherit\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)\":true},[\"border:1px solid #949494\",\"box-sizing:border-box\",\"padding:4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input\":false},[\"border:none\",\"border-radius:0\",\"padding:0 4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus\":false},[\"outline:none\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button)\":true},[\"padding:4px 8px\"]],[false,{\".wp-block-search.aligncenter .wp-block-search__inside-wrapper\":false},[\"margin:auto\"]],[false,{\".wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"float:right\"]],[false,{\".wp-block-separator\":false},[\"border:none\",\"border-top:2px solid\"]],[true,{\":root :where(.wp-block-separator.is-style-dots)\":true},[\"height:auto\",\"line-height:1\",\"text-align:center\"]],[true,{\":root :where(.wp-block-separator.is-style-dots):before\":true},[\"color:currentColor\",\"content:\\\"\\u00b7\\u00b7\\u00b7\\\"\",\"font-family:serif\",\"font-size:1.5em\",\"letter-spacing:2em\",\"padding-left:2em\"]],[false,{\".wp-block-separator.is-style-dots:not(#_#_#_#_#_#_#_)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-block-site-logo\":false},[\"box-sizing:border-box\",\"line-height:0\"]],[false,{\".wp-block-site-logo a\":false},[\"display:inline-block\",\"line-height:0\"]],[false,{\".wp-block-site-logo.is-default-size amp-img\":false,\".wp-block-site-logo.is-default-size amp-anim\":false},[\"height:auto\",\"width:120px\"]],[false,{\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"height:auto\",\"max-width:100%\"]],[false,{\".wp-block-site-logo a\":false,\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-site-logo.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"text-align:center\"]],[true,{\":root :where(.wp-block-site-logo.is-style-rounded)\":true},[\"border-radius:9999px\"]],[false,{\".wp-block-site-tagline\":false,\".wp-block-site-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-site-title :where(a)\":false},[\"color:inherit\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-social-links\":false},[\"background:none\",\"box-sizing:border-box\",\"margin-left:0\",\"padding-left:0\",\"padding-right:0\",\"text-indent:0\"]],[false,{\".wp-block-social-links .wp-social-link a\":false,\".wp-block-social-links .wp-social-link a:hover\":false},[\"border-bottom:0\",\"box-shadow:none\",\"text-decoration:none\"]],[false,{\".wp-block-social-links .wp-social-link svg\":false},[\"height:1em\",\"width:1em\"]],[false,{\".wp-block-social-links .wp-social-link span:not(.screen-reader-text)\":false},[\"font-size:.65em\",\"margin-left:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-social-links.has-small-icon-size\":false},[\"font-size:16px\"]],[false,{\".wp-block-social-links\":false,\".wp-block-social-links.has-normal-icon-size\":false},[\"font-size:24px\"]],[false,{\".wp-block-social-links.has-large-icon-size\":false},[\"font-size:36px\"]],[false,{\".wp-block-social-links.has-huge-icon-size\":false},[\"font-size:48px\"]],[false,{\".wp-block-social-links.aligncenter\":false},[\"display:flex\",\"justify-content:center\"]],[false,{\".wp-block-social-links.alignright\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-social-link\":false},[\"border-radius:9999px\",\"display:block\",\"height:auto\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-social-link\":false},[\"transition:transform .1s ease\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\"]],[false,{\".wp-block-social-link:hover\":false},[\"transform:scale(1.1)\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited\":false},[\"color:currentColor\",\"fill:currentColor\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link\":false},[\"background-color:#f0f0f0\",\"color:#444\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon\":false},[\"background-color:#f90\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp\":false},[\"background-color:#1ea0c3\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance\":false},[\"background-color:#0757fe\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky\":false},[\"background-color:#0a7aff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen\":false},[\"background-color:#1e1f26\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart\":false},[\"background-color:#02e49b\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord\":false},[\"background-color:#5865f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble\":false},[\"background-color:#e94c89\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox\":false},[\"background-color:#4280ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy\":false},[\"background-color:#f45800\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook\":false},[\"background-color:#0866ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr\":false},[\"background-color:#0461dd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare\":false},[\"background-color:#e65678\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github\":false},[\"background-color:#24292d\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads\":false},[\"background-color:#eceadd\",\"color:#382110\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google\":false},[\"background-color:#ea4434\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar\":false},[\"background-color:#1d4fc4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram\":false},[\"background-color:#f00075\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm\":false},[\"background-color:#e21b24\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin\":false},[\"background-color:#0d66c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon\":false},[\"background-color:#3288d4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup\":false},[\"background-color:#f6405f\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest\":false},[\"background-color:#e60122\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket\":false},[\"background-color:#ef4155\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit\":false},[\"background-color:#ff4500\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype\":false},[\"background-color:#0478d7\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat\":false},[\"background-color:#fefc00\",\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud\":false},[\"background-color:#ff5600\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify\":false},[\"background-color:#1bd760\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram\":false},[\"background-color:#2aabee\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr\":false},[\"background-color:#011835\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch\":false},[\"background-color:#6440a4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter\":false},[\"background-color:#1da1f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo\":false},[\"background-color:#1eb7ea\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk\":false},[\"background-color:#4680c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress\":false},[\"background-color:#3499cd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp\":false},[\"background-color:#25d366\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp\":false},[\"background-color:#d32422\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube\":false},[\"background-color:red\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link\":false},[\"background:none\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg\":false},[\"height:1.25em\",\"width:1.25em\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon\":false},[\"color:#f90\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp\":false},[\"color:#1ea0c3\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance\":false},[\"color:#0757fe\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky\":false},[\"color:#0a7aff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen\":false},[\"color:#1e1f26\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart\":false},[\"color:#02e49b\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord\":false},[\"color:#5865f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble\":false},[\"color:#e94c89\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox\":false},[\"color:#4280ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy\":false},[\"color:#f45800\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook\":false},[\"color:#0866ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr\":false},[\"color:#0461dd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare\":false},[\"color:#e65678\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github\":false},[\"color:#24292d\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads\":false},[\"color:#382110\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google\":false},[\"color:#ea4434\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar\":false},[\"color:#1d4fc4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram\":false},[\"color:#f00075\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm\":false},[\"color:#e21b24\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin\":false},[\"color:#0d66c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon\":false},[\"color:#3288d4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup\":false},[\"color:#f6405f\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest\":false},[\"color:#e60122\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket\":false},[\"color:#ef4155\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit\":false},[\"color:#ff4500\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype\":false},[\"color:#0478d7\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat\":false},[\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud\":false},[\"color:#ff5600\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify\":false},[\"color:#1bd760\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram\":false},[\"color:#2aabee\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr\":false},[\"color:#011835\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch\":false},[\"color:#6440a4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter\":false},[\"color:#1da1f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo\":false},[\"color:#1eb7ea\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk\":false},[\"color:#4680c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp\":false},[\"color:#25d366\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress\":false},[\"color:#3499cd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp\":false},[\"color:#d32422\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube\":false},[\"color:red\"]],[false,{\".wp-block-social-links.is-style-pill-shape .wp-social-link\":false},[\"width:auto\"]],[true,{\":root :where(.wp-block-social-links .wp-social-link a)\":true},[\"padding:.25em\"]],[true,{\":root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a)\":true},[\"padding-left:.6666666667em\",\"padding-right:.6666666667em\"]],[false,{\".wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label\":false},[\"color:#000\"]],[false,{\".wp-block-spacer\":false},[\"clear:both\"]],[false,{\".wp-block-tag-cloud\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-tag-cloud.aligncenter\":false},[\"justify-content:center\",\"text-align:center\"]],[false,{\".wp-block-tag-cloud.alignfull\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".wp-block-tag-cloud a\":false},[\"display:inline-block\",\"margin-right:5px\"]],[false,{\".wp-block-tag-cloud span\":false},[\"display:inline-block\",\"margin-left:5px\",\"text-decoration:none\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline)\":true},[\"display:flex\",\"flex-wrap:wrap\",\"gap:1ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a)\":true},[\"border:1px solid\",\"margin-right:0\",\"padding:1ch 2ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_)\":true},[\"font-size:unset\",\"text-decoration:none\"]],[false,{\".wp-block-table\":false},[\"overflow-x:auto\"]],[false,{\".wp-block-table table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-table thead\":false},[\"border-bottom:3px solid\"]],[false,{\".wp-block-table tfoot\":false},[\"border-top:3px solid\"]],[false,{\".wp-block-table td\":false,\".wp-block-table th\":false},[\"border:1px solid\",\"padding:.5em\"]],[false,{\".wp-block-table .has-fixed-layout\":false},[\"table-layout:fixed\",\"width:100%\"]],[false,{\".wp-block-table .has-fixed-layout td\":false,\".wp-block-table .has-fixed-layout th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table.aligncenter\":false,\".wp-block-table.alignleft\":false,\".wp-block-table.alignright\":false},[\"display:table\",\"width:auto\"]],[false,{\".wp-block-table.aligncenter td\":false,\".wp-block-table.aligncenter th\":false,\".wp-block-table.alignleft td\":false,\".wp-block-table.alignleft th\":false,\".wp-block-table.alignright td\":false,\".wp-block-table.alignright th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table .has-subtle-light-gray-background-color\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table .has-subtle-pale-green-background-color\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table .has-subtle-pale-blue-background-color\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table .has-subtle-pale-pink-background-color\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes\":false},[\"background-color:initial\",\"border-bottom:1px solid #f0f0f0\",\"border-collapse:inherit\",\"border-spacing:0\"]],[false,{\".wp-block-table.is-style-stripes tbody tr:nth-child(odd)\":false},[\"background-color:#f0f0f0\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes td\":false,\".wp-block-table.is-style-stripes th\":false},[\"border-color:rgba(0,0,0,0)\"]],[false,{\".wp-block-table .has-border-color td\":false,\".wp-block-table .has-border-color th\":false,\".wp-block-table .has-border-color tr\":false,\".wp-block-table .has-border-color>*\":false},[\"border-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child th\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* th\":false},[\"border-top-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:not(:first-child)\":false},[\"border-top-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-right-color] td:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-right-color]>*\":false},[\"border-right-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child th\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* th\":false},[\"border-bottom-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:not(:last-child)\":false},[\"border-bottom-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-left-color] td:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-left-color]>*\":false},[\"border-left-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-style] td\":false,\".wp-block-table table[data-amp-original-style*=border-style] th\":false,\".wp-block-table table[data-amp-original-style*=border-style] tr\":false,\".wp-block-table table[data-amp-original-style*=border-style]>*\":false},[\"border-style:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-width] td\":false,\".wp-block-table table[data-amp-original-style*=border-width] th\":false,\".wp-block-table table[data-amp-original-style*=border-width] tr\":false,\".wp-block-table table[data-amp-original-style*=border-width]>*\":false},[\"border-style:inherit\",\"border-width:inherit\"]],[true,{\":root :where(.wp-block-table-of-contents)\":true},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-term-description)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-term-description p\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-text-columns\":false,\".wp-block-text-columns.aligncenter\":false},[\"display:flex\"]],[false,{\".wp-block-text-columns .wp-block-column\":false},[\"margin:0 1em\",\"padding:0\"]],[false,{\".wp-block-text-columns .wp-block-column:first-child\":false},[\"margin-left:0\"]],[false,{\".wp-block-text-columns .wp-block-column:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-text-columns.columns-2 .wp-block-column\":false},[\"width:50%\"]],[false,{\".wp-block-text-columns.columns-3 .wp-block-column\":false},[\"width:33.3333333333%\"]],[false,{\".wp-block-text-columns.columns-4 .wp-block-column\":false},[\"width:25%\"]],[false,{\"pre.wp-block-verse\":false},[\"overflow:auto\",\"white-space:pre-wrap\"]],[true,{\":where(pre.wp-block-verse)\":true},[\"font-family:inherit\"]],[false,{\".wp-block-video\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"vertical-align:middle\",\"width:100%\"]],[false,\"@supports (position:sticky){\"],[false,{\".wp-block-video [poster]\":false},[\"object-fit:cover\"]],[false,\"}\"],[false,{\".wp-block-video.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-video :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".editor-styles-wrapper\":false,\".entry-content\":false},[\"counter-reset:footnotes\"]],[false,{\"a[data-fn].fn\":false},[\"counter-increment:footnotes\",\"display:inline-flex\",\"font-size:smaller\",\"text-decoration:none\",\"text-indent:-9999999px\",\"vertical-align:super\"]],[false,{\"a[data-fn].fn:after\":false},[\"content:\\\"[\\\" counter(footnotes) \\\"]\\\"\",\"float:left\",\"text-indent:0\"]],[false,{\".wp-element-button\":false},[\"cursor:pointer\"]],[true,{\":root\":true},[\"--wp--preset--font-size--normal:16px\",\"--wp--preset--font-size--huge:42px\"]],[false,{\":root .has-very-light-gray-background-color\":false},[\"background-color:#eee\"]],[false,{\":root .has-very-dark-gray-background-color\":false},[\"background-color:#313131\"]],[false,{\":root .has-very-light-gray-color\":false},[\"color:#eee\"]],[false,{\":root .has-very-dark-gray-color\":false},[\"color:#313131\"]],[false,{\":root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\":false},[\"background:linear-gradient(135deg,#00d084,#0693e3)\"]],[false,{\":root .has-purple-crush-gradient-background\":false},[\"background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)\"]],[false,{\":root .has-hazy-dawn-gradient-background\":false},[\"background:linear-gradient(135deg,#faaca8,#dad0ec)\"]],[false,{\":root .has-subdued-olive-gradient-background\":false},[\"background:linear-gradient(135deg,#fafae1,#67a671)\"]],[false,{\":root .has-atomic-cream-gradient-background\":false},[\"background:linear-gradient(135deg,#fdd79a,#004a59)\"]],[false,{\":root .has-nightshade-gradient-background\":false},[\"background:linear-gradient(135deg,#330968,#31cdcf)\"]],[false,{\":root .has-midnight-gradient-background\":false},[\"background:linear-gradient(135deg,#020381,#2874fc)\"]],[false,{\".has-regular-font-size\":false},[\"font-size:1em\"]],[false,{\".has-larger-font-size\":false},[\"font-size:2.625em\"]],[false,{\".has-normal-font-size\":false},[\"font-size:var(--wp--preset--font-size--normal)\"]],[false,{\".has-huge-font-size\":false},[\"font-size:var(--wp--preset--font-size--huge)\"]],[false,{\".has-text-align-center\":false},[\"text-align:center\"]],[false,{\".has-text-align-left\":false},[\"text-align:left\"]],[false,{\".has-text-align-right\":false},[\"text-align:right\"]],[false,{\"#end-resizable-editor-section\":false},[\"display:none\"]],[false,{\".aligncenter\":false},[\"clear:both\"]],[false,{\".items-justified-left\":false},[\"justify-content:flex-start\"]],[false,{\".items-justified-center\":false},[\"justify-content:center\"]],[false,{\".items-justified-right\":false},[\"justify-content:flex-end\"]],[false,{\".items-justified-space-between\":false},[\"justify-content:space-between\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip-path:inset(50%)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#ddd\",\"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\"]],[true,{\"html :where(.has-border-color)\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-color])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-color])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-color])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-color])\":true},[\"border-left-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-width])\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-width])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-width])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-width])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-width])\":true},[\"border-left-style:solid\"]],[true,{\"html :where(amp-img[class*=wp-image-])\":true,\"html :where(amp-anim[class*=wp-image-])\":true},[\"height:auto\",\"max-width:100%\"]],[true,{\":where(figure)\":true},[\"margin:0 0 1em\"]],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)\"]],[true,\"@media screen and (max-width:600px){\"],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:0px\"]],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":13983,\"final_size\":3948,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"31c790db6ae2bf95e874b636534a6fa7\",\"parse_time\":0.023661136627197266,\"shake_time\":0.00012111663818359375,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\":root\":true},[\"--wp--preset--aspect-ratio--square:1\",\"--wp--preset--aspect-ratio--4-3:4\\/3\",\"--wp--preset--aspect-ratio--3-4:3\\/4\",\"--wp--preset--aspect-ratio--3-2:3\\/2\",\"--wp--preset--aspect-ratio--2-3:2\\/3\",\"--wp--preset--aspect-ratio--16-9:16\\/9\",\"--wp--preset--aspect-ratio--9-16:9\\/16\",\"--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--ast-global-color-0:var(--ast-global-color-0)\",\"--wp--preset--color--ast-global-color-1:var(--ast-global-color-1)\",\"--wp--preset--color--ast-global-color-2:var(--ast-global-color-2)\",\"--wp--preset--color--ast-global-color-3:var(--ast-global-color-3)\",\"--wp--preset--color--ast-global-color-4:var(--ast-global-color-4)\",\"--wp--preset--color--ast-global-color-5:var(--ast-global-color-5)\",\"--wp--preset--color--ast-global-color-6:var(--ast-global-color-6)\",\"--wp--preset--color--ast-global-color-7:var(--ast-global-color-7)\",\"--wp--preset--color--ast-global-color-8:var(--ast-global-color-8)\",\"--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:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--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)\"]],[true,{\":root\":true},[\"--wp--style--global--content-size:var(--ast-content-width-size)\",\"--wp--style--global--wide-size:1200px\"]],[true,{\":where(body)\":true},[\"margin:0\"]],[false,{\".wp-site-blocks > .alignleft\":false},[\"float:left\",\"margin-right:2em\"]],[false,{\".wp-site-blocks > .alignright\":false},[\"float:right\",\"margin-left:2em\"]],[false,{\".wp-site-blocks > .aligncenter\":false},[\"justify-content:center\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[true,{\":where(.is-layout-grid)\":true},[\"gap:.5em\"]],[false,{\".is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\".is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".is-layout-flex > :is(*, div)\":false},[\"margin:0\"]],[false,{\"body .is-layout-grid\":false},[\"display:grid\"]],[false,{\".is-layout-grid > :is(*, div)\":false},[\"margin:0\"]],[true,{\"body\":true},[\"padding-top:0px\",\"padding-right:0px\",\"padding-bottom:0px\",\"padding-left:0px\"]],[true,{\"a:where(:not(.wp-element-button))\":true},[\"text-decoration:underline\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[true,{\":where(.wp-block-post-template.is-layout-flex)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-post-template.is-layout-grid)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[true,{\":where(.wp-block-columns.is-layout-grid)\":true},[\"gap:2em\"]],[true,{\":root :where(.wp-block-pullquote)\":true},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":18906,\"final_size\":889,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"56fd5df6a4607622d63ca8539d231c32\",\"parse_time\":0.18002700805664062,\"shake_time\":0.0004210472106933594,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow-x:hidden\"]],[true,{\"html:not([amp4ads]):not(#_#_#_#_#_#_#_#_)\":true,\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"height:auto\"]],[true,{\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"margin:0\"]],[true,{\"body\":true},[\"-webkit-text-size-adjust:100%\",\"-moz-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\",\"text-size-adjust:100%\"]],[false,{\"amp-instagram\":false},[\"background-color:#fff\"]],[false,{\"amp-instagram:not(#_#_#_#_#_#_#_#_)\":false},[\"padding:54px 0px 0px\"]],[false,{\"amp-iframe iframe:not(#_#_#_#_#_#_#_#_)\":false},[\"box-sizing:border-box\"]],[false,{\"[amp-access][amp-access-hide]\":false},[\"display:none\"]],[false,{\"[subscriptions-dialog]:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-experiment\":false,\"amp-live-list>[update]\":false},[\"display:none\"]],[false,{\"amp-list [fetch-error]\":false,\"amp-list[load-more] [load-more-button]\":false,\"amp-list[load-more] [load-more-end]\":false,\"amp-list[load-more] [load-more-failed]\":false,\"amp-list[load-more] [load-more-loading]\":false},[\"display:none\"]],[false,{\"amp-list[diffable] div[role=list]\":false},[\"display:block\"]],[false,{\"amp-story-page:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"min-height:1px\",\"display:block\",\"height:100%\",\"margin:0\",\"padding:0\",\"overflow:hidden\",\"width:100%\"]],[false,{\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"background-color:#000\",\"position:relative\"]],[false,{\"amp-story-page\":false},[\"background-color:#757575\"]],[false,{\"amp-story .amp-active>div:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-story-page:not(:first-of-type):not([distance]):not([active]):not(#_#_#_#_#_#_#_#_)\":false},[\"transform:translateY(1000vh)\"]],[false,{\"amp-autocomplete:not(#_#_#_#_#_#_#_#_)\":false},[\"position:relative\",\"display:inline-block\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"padding:.5rem\",\"border:1px solid rgba(0,0,0,.33)\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"font-size:1rem\",\"line-height:1.5rem\"]],[false,{\"[amp-fx^=fly-in]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]\":false,\"amp-script[sandboxed]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]:not(#_#_#_#_#_#_#_#_)\":false,\"amp-script[sandboxed]:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[true,{\"[hidden]:not(#_#_#_#_#_#_#_)\":true},[\"display:none\"]],[true,{\"[layout=container]\":true},[\"display:block\",\"position:relative\"]],[true,{\"body noscript>*\":true},[\"display:block\",\"position:absolute\",\"top:0\",\"left:0\",\"bottom:0\",\"right:0\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow:hidden\"]],[true,{\"body noscript>*\":true},[\"width:100%\",\"height:100%\",\"z-index:2\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"position:absolute\"]],[true,{\"body noscript:not(#_#_#_#_#_#_#_#_)\":true},[\"display:inline\"]],[false,\"@supports (aspect-ratio:1\\/1){}\"],[false,{\"i-amp-scroll-container\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\",\"display:block\"]],[false,{\"i-amp-scroll-container.amp-active\":false},[\"overflow:auto\",\"-webkit-overflow-scrolling:touch\"]],[false,{\"template:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\".amp-border-box\":false,\".amp-border-box *\":false,\".amp-border-box :after\":false,\".amp-border-box :before\":false},[\"box-sizing:border-box\"]],[false,{\"amp-pixel:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-analytics\":false,\"amp-auto-ads\":false,\"amp-story-auto-ads\":false},[\"visibility:hidden\"]],[false,{\"amp-analytics:not(#_#_#_#_#_#_#_#_)\":false,\"amp-auto-ads:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story-auto-ads:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[false,{\"[visible-when-invalid]:not(.visible)\":false,\"form [submit-error]\":false,\"form [submit-success]\":false,\"form [submitting]\":false},[\"display:none\"]],[false,{\"amp-accordion:not(#_#_#_#_#_#_#_#_)\":false},[\"display:block\"]],[true,\"@media (min-width:1px){\"],[true,{\":where(amp-accordion>section)>:first-child\":true},[\"margin:0\",\"background-color:#efefef\",\"padding-right:20px\",\"border:1px solid #dfdfdf\"]],[true,{\":where(amp-accordion>section)>:last-child\":true},[\"margin:0\"]],[true,\"}\"],[false,{\"amp-accordion>section:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\"]],[false,{\"amp-accordion>section>*:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\",\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"amp-accordion\":false,\"amp-accordion>section\":false},[\"margin:0\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":38885,\"final_size\":16629,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"57e5701f0a3e0b4437f92e97599f1f36\",\"parse_time\":0.0514369010925293,\"shake_time\":0.0003910064697265625,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"webfonts\\/digital_sans_ef_medium.woff2\",\"webfonts\\/advanced_dot_digital7.eot\",\"webfonts\\/fa-brands-400.eot#iefix\",\"webfonts\\/fa-regular-400.eot#iefix\",\"webfonts\\/fa-solid-900.eot#iefix\",\"webfonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"font-size:14px\",\"line-height:1.5\",\"letter-spacing:.1px\",\"color:#fff\",\"background:#020000\",\"font-family:\\\"digital_sans_ef_medium\\\"\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false},[\"color:#11a54f\",\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:30px\"]],[true,{\"h2\":true},[\"font-size:27px\"]],[false,{\"h3\":false},[\"font-size:23px\"]],[true,{\"*\":true},[\"-webkit-box-sizing:border-box\",\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true},[\"color:#11a54f\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\"strong\":true},[\"color:#11a54f\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"width:100%\",\"height:100%\",\"pointer-events:none\"]],[true,{\"a amp-img\":true,\"a amp-anim\":true},[\"pointer-events:visible\"]],[false,{\".entry-content ol li\":false},[\"list-style:decimal\",\"padding:5px 0px\",\"display:list-item\",\"float:none\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"digital_sans_ef_medium\\\";src:url(\\\"webfonts\\/digital_sans_ef_medium.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/digital_sans_ef_medium.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}@font-face{font-family:\\\"advanced_dot_digital7\\\";src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\");src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/advanced_dot_digital7.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.svg#advanced_dot_digital7\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Brands\\\";font-style:normal;font-weight:normal;font-display:auto;src:url(\\\"webfonts\\/fa-brands-400.eot\\\");src:url(\\\"webfonts\\/fa-brands-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-brands-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-brands-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-brands-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-brands-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:400;font-display:auto;src:url(\\\"webfonts\\/fa-regular-400.eot\\\");src:url(\\\"webfonts\\/fa-regular-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-regular-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-regular-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-regular-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-regular-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:900;font-display:auto;src:url(\\\"webfonts\\/fa-solid-900.eot\\\");src:url(\\\"webfonts\\/fa-solid-900.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-solid-900.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-solid-900.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-solid-900.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-solid-900.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"webfonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:18px\",\"background-repeat:no-repeat\"]],[true,{\".svg-beranda\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-beranda.png\\\")\"]],[true,{\".svg-content\":true},[\"display:inline-block\",\"width:25px\",\"height:20px\",\"background-size:21px\",\"background-repeat:no-repeat\"]],[true,{\".svg-sport\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/hot-games.png\\\")\"]],[true,{\".header\":true},[\"width:100%\",\"z-index:999999\",\"position:fixed\",\"background:#191919\"]],[true,{\".top-left\":true},[\"float:left\",\"width:27%\",\"display:flex\",\"justify-content:flex-start\"]],[true,{\".top-right\":true},[\"line-height:1.2\",\"font-size:11px\",\"float:right\",\"width:70%\"]],[true,{\".site-logo\":true},[\"float:left\",\"top:12px\",\"left:0px\",\"width:24%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:200px\"]],[true,{\".nav-bar\":true},[\"background-color:(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #2b2b2b\"]],[true,{\".sticky\":true},[\"height:127px\"]],[true,{\".main\":true},[\"background:#191919\"]],[true,{\".slide\":true},[\"margin-bottom:17px\"]],[true,{\".jackpot amp-img\":true,\".jackpot amp-anim\":true},[\"margin-left:auto\",\"margin-right:auto\",\"display:block\",\"border-radius:9px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\",\"overflow:hidden\"]],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-wrap:wrap\",\"flex-wrap:wrap\"]],[true,{\".col-sm-2\":true},[\"flex:0 0 15.9%\",\"max-width:15.9%\",\"margin:5px 4px\",\"justify-content:center\",\"align-content:center\"]],[true,{\".col-sm-12\":true},[\"-ms-flex:0 0 100%\",\"flex:0 0 100%\",\"max-width:100%\"]],[true,{\".col-title\":true},[\"padding:9px 0px\",\"position:absolute\",\"top:-14px\",\"left:21px\",\"z-index:2\",\"background:#101013\"]],[true,{\".col-border\":true},[\"border:1px solid #333\",\"border-radius:7px\",\"margin:5px auto\",\"padding:18px\"]],[true,{\".payment .col-sm-12\":true},[\"margin:10px auto\"]],[false,{\".post-taxonomies\":false},[\"padding:20px 0\"]],[false,{\".post-taxonomies .container\":false},[\"border-bottom:1px solid #333\"]],[false,{\".tags-title\":false},[\"font-size:19px\"]],[false,{\".tags-title\":false,\".tags-links\":false},[\"text-align:center\",\"padding:10px 0\"]],[false,{\".tags-links a\":false},[\"background:#503000\",\"display:inline-block\",\"border-radius:8px\",\"padding:15px 20px\",\"color:#fff\"]],[true,{\".main-menu i\":true},[\"display:block\",\"margin:auto\",\"width:30px\",\"height:30px\",\"background-size:26px\"]],[true,{\"ul.menu\":true,\"ul.contact-us\":true,\"ul.main-menu\":true},[\"padding:0\",\"margin:0\",\"text-transform:uppercase\"]],[true,{\".main-menu\":true},[\"float:right\"]],[true,{\".main-menu li [aria-current]\":true,\".main-menu li a:hover\":true},[\"color:#11a54f\"]],[true,{\".main-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"margin:0\",\"padding:0\"]],[true,{\".main-menu li a\":true},[\"font-size:14px\",\"position:relative\",\"display:inline-block\",\"line-height:18px\",\"padding:20px 24px\",\"flex:1\",\"color:#a3a3a3\"]],[true,{\"ul.contact-us\":true},[\"padding:15px 0\",\"text-transform:capitalize\"]],[true,{\".contact-us\":true},[\"float:right\",\"height:36px\"]],[true,{\".contact-us li\":true},[\"border-right:dotted 1px #fff\",\"padding-left:10px\",\"padding-right:10px\",\"display:inline-block\",\"float:left\"]],[true,{\".site-footer\":true},[\"display:block\",\"margin:auto\",\"max-width:200px\",\"margin-bottom:20px\"]],[true,{\".contact-us li:first-child\":true},[\"padding-right:10px\",\"border-left:0\"]],[true,{\".contact-us li:last-child\":true},[\"padding-right:10px\",\"border-right:0\"]],[true,{\".contact-us li a\":true},[\"color:#9a9a9a\",\"font-size:11px\"]],[true,{\".contact-us li a:hover\":true},[\"color:#11a54f\"]],[true,{\".contact-us .svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:17px\",\"background-repeat:no-repeat\"]],[true,{\".contact-us li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer\":true},[\"position:fixed\",\"width:170px\",\"height:40px\",\"bottom:0px\",\"right:10px\",\"background:#e8911a\",\"border-radius:5px 5px 0px 0px\",\"z-index:100\",\"padding:2px\"]],[true,{\".quick-footer i\":true},[\"font-size:22px\",\"position:relative\",\"right:-42px\",\"top:-2px\"]],[true,{\".quick-footer li\":true},[\"margin:1px auto\",\"padding:4px 12px\"]],[true,{\".quick-footer li a\":true},[\"color:#fff\",\"display:flex\",\"align-items:end\",\"text-align:center\",\"font-size:19px\",\"text-transform:uppercase\"]],[true,{\".quick-footer li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer .svg-menu\":true},[\"height:30px\",\"width:30px\",\"display:inline-block\",\"background-size:30px\",\"background-repeat:no-repeat\"]],[true,{\".menu\":true},[\"float:right\",\"position:relative\",\"padding:0px\",\"margin:0px auto\"]],[true,{\".menu li\":true},[\"float:left\",\"position:relative\",\"font-size:14px\",\"text-transform:uppercase\",\"min-width:68px\",\"margin:0px 0px 0px 4px\",\"text-align:center\",\"padding:5px 5px\",\"vertical-align:inherit\",\"border-radius:27px\"]],[true,{\".menu ul\":true},[\"padding-top:15px\",\"border-radius:0px 0px 4px 4px\",\"-webkit-border-radius:0px 0px 4px 4px\",\"-moz-border-radius:0px 0px 4px 4px\",\"-ms-border-radius:0px 0px 4px 4px\",\"-o-border-radius:0px 0px 4px 4px\"]],[true,{\".menu li a\":true},[\"padding:4px 21px\",\"display:block\",\"color:#fff\",\"text-shadow:0px 0px 3px #000\"]],[true,{\".daftar\":true,\".quick-footer\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #11a54f\"]],[true,{\".daftar:hover\":true},[\"background:#115f13\",\"background-image:-webkit-linear-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\"]],[true,{\".login\":true},[\"background:#505050\",\"border-top:1px solid #7e7e7e\"]],[true,{\".login:hover\":true},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".rtp\":false},[\"background:#505050\",\"background-image:linear-gradient(to bottom,#0ef,#001aff)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".rtp:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".alternatif\":false},[\"background:#c8ff00\",\"background-image:linear-gradient(to bottom,#ffae00,#c8ff00)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".alternatif:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#c8ff00 0%,#ffae00 100%)\"]],[true,{\".login-panel\":true},[\"margin:6px 0\"]],[true,{\"ul\":true,\"ol\":false},[\"list-style:none\",\"margin:0\",\"padding:5px 0px\"]],[true,{\"ul.article\":true},[\"list-style:circle\",\"padding:5px 30px\"]],[true,{\".article li\":true},[\"list-style:disc\",\"margin:0px 35px\"]],[false,{\".article ol li\":false},[\"list-style:decimal\"]],[true,{\".ct-rounded\":true,\".ct-rounded amp-img\":true,\".ct-rounded amp-anim\":true,\".ct-rounded .col-sm-2\":true,\".bg-rounded .container\":true},[\"border-radius:12px\"]],[true,{\".bg-rounded .container\":true},[\"padding:25px\",\"background:#020206\",\"margin-bottom:30px\"]],[true,{\".ct-rounded\":true},[\"padding:15px\",\"background:#160002\",\"border:3px solid #11a54f\",\"margin:10px auto\"]],[true,{\".ct-rounded .col-sm-2\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"padding:2px\",\"height:100%\"]],[true,{\".game-wrapper\":true},[\"height:200px\",\"z-index:0\"]],[true,{\".game-img\":true},[\"position:absolute\",\"width:100%\",\"top:0\",\"z-index:0\"]],[true,{\".image-wrapper\":true},[\"z-index:0\"]],[true,{\".games-wrapper\":true},[\"position:absolute\",\"width:100%\",\"height:100%\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\"]],[true,{\".title-row\":true},[\"margin:21px auto\",\"border-bottom:3px solid #11a54f\",\"font-size:19px\",\"display:flex\",\"align-items:center\"]],[true,{\".title-games\":true},[\"font-size:14px\",\"padding:4px 10px 8px\",\"color:#fff\",\"text-overflow:ellipsis\",\"white-space:nowrap\",\"text-align:center\"]],[true,{\".footer\":true},[\"width:100%\",\"background:#101013\",\"padding:0px 0px 20px 0px\"]],[true,{\".disclaimer\":true},[\"border-top:1px dotted #101013\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"height:auto\"]],[true,{\".footer-title\":true},[\"font-size:15px\",\"color:#d5d5d5\",\"margin:20px auto\"]],[true,{\".footer .row\":true},[\"justify-content:left\"]],[true,{\".footer .col-sm-2\":true},[\"justify-content:left\"]],[true,{\".provider .col-sm-2\":true,\".payment .col-sm-2\":true},[\"max-width:111px\",\"margin:7px\"]],[true,{\".copyright\":true},[\"font-size:11px\",\"padding:15px 0px\",\"text-align:center\"]],[true,{\".copyright a\":true},[\"color:#aaa\",\"display:inline-block\"]],[true,{\".article\":true},[\"text-align:center\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".main-slide amp-img\":true,\".main-slide amp-anim\":true},[\"height:100%\"]],[true,{\".main-menu\":true,\".top-header\":true},[\"display:none\"]],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\".header\":true},[\"z-index:999999\",\"height:65px\",\"position:fixed\",\"background:#151515\"]],[true,{\".nav-bar\":true},[\"border:0\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true},[\"top:9px\",\"left:0px\",\"right:0\",\"width:149px\",\"float:none\",\"margin:auto\",\"position:absolute\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:150px\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\".top-header\":true},[\"top:0px\",\"left:0px\",\"margin:auto\",\"width:100%\"]],[true,{\".menu-mobile\":true,\".menu-login-menu-container\":true,\".slide\":true},[\"width:100%\",\"margin:auto\"]],[true,{\".menu-mobile .menu li\":true},[\"background-image:-webkit-linear-gradient(top,#ababab 0%,#585858 100%)\"]],[true,{\".menu\":true},[\"float:none\"]],[true,{\".main-homepage\":true},[\"background:#131313\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\",\"border-radius:7px\",\"margin-bottom:5px\",\"display:inline-block\"]],[true,{\".main-homepage li a\":true},[\"padding:7px\",\"font-size:14px\",\"display:flex\",\"align-items:center\",\"flex-wrap:nowrap\",\"flex-direction:column\",\"color:#8b8b8b\"]],[true,{\".main-homepage li .svg-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".login-mobile\":true},[\"padding:0\"]],[true,{\".login-mobile li\":true},[\"display:inline-block\",\"border-radius:2px\",\"width:49.5%\",\"text-align:center\"]],[true,{\".login-mobile li a\":true},[\"color:#fff\",\"font-size:18px\",\"padding:9px 20px\",\"display:block\",\"text-shadow:0px 0px 3px #000\"]],[true,{\"ul.nav-item\":true},[\"padding:0\"]],[true,{\".nav-item li a i\":true},[\"vertical-align:middle\"]],[true,{\".nav-item li\":true},[\"background:#1a1a1a\",\"position:relative\",\"line-height:20px\",\"display:inline-block\",\"width:100%\"]],[true,{\".nav-item li a\":true},[\"text-transform:capitalize\",\"display:block\",\"color:#ddd\",\"text-decoration:none\",\"padding:10px 15px\"]],[true,{\".nav-item li:hover\":true},[\"background-color:#393939\"]],[true,{\".nav-item li [aria-current]\":true},[\"background-color:#393939\",\"display:block\",\"width:100%\"]],[true,{\".nav-item li:before\":true},[\"content:\\\"\\\"\",\"position:absolute\",\"top:0\",\"left:0\",\"z-index:-1\",\"height:100%\",\"width:3px\",\"background-color:#393939\"]],[true,{\".contact-floating\":true},[\"position:fixed\",\"bottom:0\",\"background:#1e1e1e\",\"width:100%\",\"padding:3px\",\"z-index:3\"]],[true,{\".contact-floating li a\":true},[\"font-size:13px\",\"color:#fff\"]],[true,{\".contact-floating li\":true},[\"display:inline-block\",\"width:32%\",\"text-align:center\",\"padding:5px 0px\"]],[true,{\".contact-floating li i\":true},[\"display:block\",\"margin:auto\",\"background-size:25px\",\"width:25px\",\"height:25px\"]],[true,{\".main\":true},[\"background:#020206\"]],[true,{\".slide\":true},[\"border:0\"]],[true,{\".main-slide\":true},[\"width:100%\"]],[true,{\".bg-rounded .container\":true},[\"padding:5px\",\"background:#020204\",\"margin-bottom:0\"]],[true,{\".ct-rounded\":true},[\"padding:0\",\"background:none\",\"border:0\"]],[true,{\".games .col-sm-2\":true},[\"max-width:31%\",\"flex:0 0 31%\",\"margin:4px\"]],[true,{\".game-wrapper\":true},[\"height:150px\"]],[true,{\".title-row\":true},[\"margin:10px 10px\",\"text-align:center\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"width:100%\",\"height:auto\"]],[true,{\".footer .col-sm-2\":true},[\"max-width:21%\",\"flex:0 0 21%\",\"margin:4px\"]],[true,{\".footer-title\":true},[\"width:max-content\"]],[true,{\".footer .container\":true},[\"padding:0px 10px\"]],[true,{\".copyright\":true},[\"text-align:center\"]],[true,{\".quick-footer\":true},[\"width:44%\"]],[true,{\".quick-footer li\":true},[\"padding:0px 7px\"]],[true,{\"#side-opener\":true},[\"display:none\"]],[true,{\"input .tg\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\".tg:checked+.page-content\":true},[\"right:272px\"]],[true,{\".page-sidebar\":true},[\"background-color:#1a1a1a\",\"width:272px\",\"display:block\",\"z-index:2\",\"top:0px\",\"right:0px\",\"bottom:0px\",\"overflow:hidden\",\"position:fixed\",\"border-right:1px solid #353535\"]],[true,{\".page-sidebar-scroll\":true},[\"z-index:2\",\"overflow:scroll\",\"overflow-x:hidden\",\"height:100%\",\"padding:0px 0px 0px 3px\",\"width:100%\",\"top:-1px\"]],[true,{\".page-content\":true},[\"z-index:10\",\"right:0\",\"display:block\",\"min-height:580px\",\"transition:all .25s ease-out\",\"-webkit-transition:all .25s ease-out\",\"background-color:#0a0a0a\"]],[true,{\".deploy-sidebar\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/deploy-nav.png\\\")\",\"background-repeat:no-repeat\",\"background-position:9px 21px\",\"background-size:28px 19px\",\"height:60px\",\"max-width:44px\",\"z-index:50\",\"width:20%\",\"float:right\",\"top:1px\",\"right:10px\"]],[true,{\".sidebar-shortcuts\":true},[\"width:100%\",\"height:1px\",\"background-color:#333\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".site-logo\":true},[\"width:38%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"max-width:100%\",\"height:auto\"]],[true,{\".login-mobile li a\":true},[\"padding:5px 9px\",\"font-size:11px\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\"]],[true,{\".main-homepage li\":true},[\"margin-bottom:17px\"]],[true,{\".main-homepage li a\":true},[\"top:76px\"]],[true,{\".slide\":true},[\"height:102px\"]],[true,{\".quick-footer i\":true},[\"right:-13px\"]],[true,{\".page-sidebar\":true},[\"width:200px\"]],[true,{\".tg:checked+.page-content\":true},[\"left:202px\"]],[true,\"}\"],[true,\"}\"],[true,{\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"-o-object-fit:contain\",\"object-fit:contain\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-img img\":true,\"amp-img noscript\":true},[\"image-rendering:inherit\",\"-o-object-fit:inherit\",\"object-fit:inherit\",\"-o-object-position:inherit\",\"object-position:inherit\"]],[true,{\"body\":true},[\"--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--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--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":67,\"final_size\":29,\"element\":{\"name\":\"style\",\"attributes\":[]},\"origin\":\"style_element\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":221,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"f11320fbbe5674f1c6172557f73cc1f5\",\"parse_time\":0.009552001953125,\"shake_time\":5.9604644775390625e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"amp-img\":true,\"amp-anim\":true},[\"width:750px\"]],[false,{\"amp-iframe.movie\":false},[\"width:750px\",\"height:450px\"]]],\"included\":true}]'),
(1348,69,'_wp_old_date','2025-10-01'),
(1349,70,'_wp_old_date','2025-10-01'),
(1350,133,'_wp_old_date','2025-10-01'),
(1351,72,'_wp_old_date','2025-10-01'),
(1354,67,'_wp_old_date','2025-10-04'),
(1355,223,'_wp_old_date','2025-10-04'),
(1356,69,'_wp_old_date','2025-10-04'),
(1357,70,'_wp_old_date','2025-10-04'),
(1358,133,'_wp_old_date','2025-10-04'),
(1359,72,'_wp_old_date','2025-10-04'),
(1361,228,'_wp_old_date','2025-10-06'),
(1364,232,'_wp_old_date','2025-10-06'),
(1366,234,'_wp_old_date','2025-10-06'),
(1369,238,'_wp_old_date','2025-10-06'),
(1371,240,'_wp_old_date','2025-10-06'),
(1373,242,'_wp_old_date','2025-10-06'),
(1374,244,'_edit_last','1'),
(1376,244,'_edit_lock','1759755615:1'),
(1378,246,'_wp_old_date','2025-10-06'),
(1379,248,'_edit_last','1'),
(1381,248,'_edit_lock','1759757905:1'),
(1383,248,'_wp_old_date','2025-10-06'),
(1385,251,'_wp_old_date','2025-10-07'),
(1387,253,'_wp_old_date','2025-10-07'),
(1388,256,'_edit_last','1'),
(1390,256,'_edit_lock','1759822233:1'),
(1392,256,'_wp_old_date','2025-10-07'),
(1394,259,'_wp_old_date','2025-10-07'),
(1395,261,'_edit_last','1'),
(1397,261,'_edit_lock','1759822814:1'),
(1399,261,'_wp_old_date','2025-10-07'),
(1401,266,'_edit_last','1'),
(1403,266,'_edit_lock','1759823194:1'),
(1405,266,'_wp_old_date','2025-10-07'),
(1407,269,'_wp_old_date','2025-10-07'),
(1408,271,'_edit_last','1'),
(1410,271,'_edit_lock','1759823342:1'),
(1412,271,'_wp_old_date','2025-10-07'),
(1413,67,'_wp_old_date','2025-10-05'),
(1414,274,'_amp_validated_environment','a:3:{s:5:\"theme\";a:1:{s:7:\"mabar88\";s:3:\"2.0\";}s:7:\"plugins\";a:4:{s:3:\"amp\";s:5:\"2.5.5\";s:14:\"classic-editor\";s:5:\"1.6.7\";s:15:\"litespeed-cache\";s:7:\"7.5.0.1\";s:13:\"wordpress-seo\";s:4:\"26.1\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(1415,274,'_amp_queried_object','a:2:{s:2:\"id\";i:271;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wp_postmeta` VALUES
(1416,274,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":86,\"final_size\":136,\"element\":{\"name\":\"style\",\"attributes\":[]},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":2079,\"function\":\"wp_print_auto_sizes_contain_css_fix\",\"hook\":\"wp_head\",\"priority\":1}],\"priority\":70,\"hash\":\"c621d07fb5558e1c2469e3aa9c42602a\",\"parse_time\":0.015420198440551758,\"shake_time\":0.005630970001220703,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"amp-img:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true,\"amp-anim:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true},[\"contain-intrinsic-size:3000px 1500px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":60,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"litespeed-cache-dummy-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/litespeed-cache\\/assets\\/css\\/litespeed-dummy.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"litespeed-cache-dummy\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d751713988987e9331980363e24189ce\",\"parse_time\":0.013470888137817383,\"shake_time\":1.1920928955078125e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.5.5\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1012,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2250,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d9cbcea123ed980237b7ccf844b62f01\",\"parse_time\":0.004324197769165039,\"shake_time\":0.13124680519104004,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-unknown-size\":true,\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:unset\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":true,\"amp-img noscript\":true,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":41469,\"final_size\":6143,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"astra-theme-css-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/themes\\/mabar88\\/assets\\/css\\/minified\\/main.min.css?ver=3.7.9\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":1,\"hash\":\"297834b4c4b19b7b6584facdb172187b\",\"parse_time\":0.08601713180541992,\"shake_time\":0.001077890396118164,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"address\":false,\"blockquote\":false,\"body\":true,\"dd\":false,\"dl\":false,\"dt\":false,\"fieldset\":false,\"figure\":false,\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false,\"hr\":false,\"html\":true,\"amp-iframe\":false,\"legend\":false,\"li\":true,\"ol\":false,\"p\":true,\"pre\":false,\"textarea\":false,\"ul\":true},[\"border:0\",\"font-size:100%\",\"font-style:inherit\",\"font-weight:inherit\",\"margin:0\",\"outline:0\",\"padding:0\",\"vertical-align:baseline\"]],[true,{\"html\":true},[\"-webkit-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\"]],[true,{\"body\":true},[\"margin:0\"]],[false,{\"main\":false,\"nav\":false},[\"display:block\"]],[false,{\"progress\":false},[\"display:inline-block\",\"vertical-align:baseline\"]],[true,{\"a\":true},[\"background-color:transparent\"]],[true,{\"a:active\":true},[\"outline:0\"]],[true,{\"a\":true,\"a:focus\":true,\"a:hover\":true,\"a:visited\":true},[\"text-decoration:none\"]],[false,{\"abbr[title]\":false},[\"border-bottom:1px dotted\"]],[false,{\"b\":false,\"strong\":false},[\"font-weight:700\"]],[false,{\"dfn\":false},[\"font-style:italic\"]],[false,{\"mark\":false},[\"background:#ff0\",\"color:#000\"]],[false,{\"small\":false},[\"font-size:80%\"]],[false,{\"sub\":false,\"sup\":false},[\"font-size:75%\",\"line-height:0\",\"position:relative\",\"vertical-align:baseline\"]],[false,{\"sup\":false},[\"top:-.5em\"]],[false,{\"sub\":false},[\"bottom:-.25em\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"border:0\"]],[false,{\"svg:not(:root)\":false},[\"overflow:hidden\"]],[false,{\"figure\":false},[\"margin:0\"]],[false,{\"hr\":false},[\"box-sizing:content-box\",\"height:0\"]],[false,{\"pre\":false},[\"overflow:auto\"]],[false,{\"code\":false,\"kbd\":false,\"pre\":false,\"samp\":false},[\"font-size:1em\"]],[true,{\"button\":false,\"input\":true,\"optgroup\":false,\"select\":false,\"textarea\":false},[\"color:inherit\",\"font:inherit\",\"margin:0\"]],[false,{\"button\":false},[\"overflow:visible\"]],[false,{\"button\":false,\"select\":false},[\"text-transform:none\"]],[true,{\"button\":false,\"html input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"-webkit-appearance:button\",\"cursor:pointer\"]],[true,{\"button[disabled]\":false,\"html input[disabled]\":true},[\"cursor:default\"]],[true,{\"button::-moz-focus-inner\":false,\"input::-moz-focus-inner\":true},[\"border:0\",\"padding:0\"]],[true,{\"input\":true},[\"line-height:normal\"]],[true,{\"input[type=checkbox]\":true,\"input[type=radio]\":true},[\"box-sizing:border-box\",\"padding:0\"]],[true,{\"input[type=number]::-webkit-inner-spin-button\":true,\"input[type=number]::-webkit-outer-spin-button\":true},[\"height:auto\"]],[true,{\"input[type=search]\":true},[\"-webkit-appearance:textfield\",\"box-sizing:content-box\"]],[false,{\"#comments .submit\":false,\".search .search-submit\":false},[\"padding:10px 15px\",\"border-radius:2px\",\"line-height:1.8571428571429\",\"border:0\"]],[false,{\".search .site-main .ast-search-submit\":false},[\"display:none\"]],[true,{\"input[type=search]::-webkit-search-cancel-button\":true,\"input[type=search]::-webkit-search-decoration\":true},[\"-webkit-appearance:none\"]],[false,{\"fieldset\":false},[\"border:1px solid #eaeaea\",\"margin:0 0\",\"padding:.35em .625em .75em\"]],[false,{\"legend\":false},[\"border:0\",\"padding:0\"]],[false,{\"fieldset legend\":false},[\"margin-bottom:1.5em\",\"padding:0 .5em\"]],[false,{\"textarea\":false},[\"overflow:auto\"]],[false,{\"optgroup\":false},[\"font-weight:700\"]],[false,{\"table\":false},[\"border-collapse:collapse\",\"border-spacing:0\"]],[false,{\"td\":false,\"th\":false},[\"padding:0\"]],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,{\".ast-container\":false,\".ast-container-fluid\":false},[\"margin-left:auto\",\"margin-right:auto\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-row\":false},[\"margin-left:-20px\",\"margin-right:-20px\"]],[false,{\".ast-grid-common-col\":false},[\"position:relative\",\"min-height:1px\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-float\":false},[\"float:left\"]],[false,\"@media (max-width:992px){\"],[false,{\".ast-width-sm-25\":false},[\"width:25%\"]],[false,{\".ast-width-md-50\":false},[\"width:50%\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-width-md-25\":false},[\"width:25%\"]],[false,\"}\"],[false,{\".ast-full-width\":false},[\"width:100%\"]],[false,{\".ast-width-50\":false},[\"width:50%\"]],[false,\"@media (min-width:768px){\"],[false,{\".ast-width-md-4\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-md-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-md-6\":false},[\"width:50%\",\"float:left\"]],[false,{\".ast-width-md-3\":false},[\"width:25%\"]],[false,{\".ast-width-md-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[false,\"@media (min-width:769px){\"],[false,{\".ast-width-md-20\":false},[\"width:20%\"]],[false,\"}\"],[false,\"@media (min-width:992px){\"],[false,{\".ast-width-lg-33\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-lg-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-lg-50\":false},[\"width:50%\"]],[false,{\".ast-width-lg-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[true,{\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false},[\"clear:both\"]],[true,{\".entry-content h1\":false,\"h1\":true},[\"color:#808285\",\"font-size:2em\",\"line-height:1.2\"]],[true,{\".entry-content h2\":false,\"h2\":true},[\"color:#808285\",\"font-size:1.7em\",\"line-height:1.3\"]],[true,{\".entry-content h3\":false,\"h3\":true},[\"color:#808285\",\"font-size:1.5em\",\"line-height:1.4\"]],[false,{\".entry-content h4\":false,\"h4\":false},[\"color:#808285\",\"line-height:1.5\",\"font-size:1.3em\"]],[false,{\".entry-content h5\":false,\"h5\":false},[\"color:#808285\",\"line-height:1.6\",\"font-size:1.2em\"]],[false,{\".entry-content h6\":false,\"h6\":false},[\"color:#808285\",\"line-height:1.7\",\"font-size:1.1em\"]],[true,{\"html\":true},[\"box-sizing:border-box\"]],[true,{\"*\":true,\":after\":true,\":before\":true},[\"box-sizing:inherit\"]],[true,{\"body\":true},[\"color:#808285\",\"background:#fff\",\"font-style:normal\"]],[true,{\"ol\":false,\"ul\":true},[\"margin:0 0 1.5em 3em\"]],[true,{\"ul\":true},[\"list-style:disc\"]],[false,{\"ol\":false},[\"list-style:decimal\"]],[true,{\"li>ol\":false,\"li>ul\":true},[\"margin-bottom:0\",\"margin-left:1.5em\"]],[false,{\"dt\":false},[\"font-weight:700\"]],[false,{\"dd\":false},[\"margin:0 1.5em 1.5em\"]],[false,{\"b\":false,\"strong\":false},[\"font-weight:700\"]],[true,{\"cite\":false,\"dfn\":false,\"em\":false,\"i\":true},[\"font-style:italic\"]],[false,{\"blockquote\":false,\"q\":false},[\"quotes:\\\"\\\" \\\"\\\"\"]],[false,{\"blockquote:after\":false,\"blockquote:before\":false,\"q:after\":false,\"q:before\":false},[\"content:\\\"\\\"\"]],[false,{\"blockquote\":false},[\"border-left:5px solid rgba(0,0,0,.05)\",\"padding:20px\",\"font-size:1.2em\",\"font-style:italic\",\"margin:0 0 1.5em\",\"position:relative\"]],[false,{\"address\":false},[\"margin:0 0 1.5em\"]],[false,{\"abbr\":false,\"acronym\":false},[\"border-bottom:1px dotted #666\",\"cursor:help\"]],[false,{\"pre\":false},[\"background:#eee\",\"font-family:\\\"Courier 10 Pitch\\\",Courier,monospace\",\"margin-bottom:1.6em\",\"overflow:auto\",\"max-width:100%\",\"padding:1.6em\"]],[false,{\"code\":false,\"kbd\":false,\"tt\":false,\"var\":false},[\"font:15px Monaco,Consolas,\\\"Andale Mono\\\",\\\"DejaVu Sans Mono\\\",monospace\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"height:auto\",\"max-width:100%\"]],[false,{\"hr\":false},[\"background-color:#ccc\",\"border:0\",\"height:1px\",\"margin-bottom:1.5em\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false},[\"color:#808285\",\"font-weight:400\",\"font-size:100%\",\"margin:0\",\"vertical-align:baseline\"]],[true,{\"button\":false,\"input\":true},[\"line-height:normal\"]],[false,{\"big\":false},[\"font-size:125%\"]],[false,{\"ins\":false,\"mark\":false},[\"background:0 0\",\"text-decoration:none\"]],[false,{\"table\":false,\"td\":false,\"th\":false},[\"border:1px solid rgba(0,0,0,.1)\"]],[false,{\"table\":false},[\"border-collapse:separate\",\"border-spacing:0\",\"border-width:1px 0 0 1px\",\"margin:0 0 1.5em\",\"width:100%\"]],[false,{\"th\":false},[\"font-weight:700\"]],[false,{\"td\":false,\"th\":false},[\"padding:8px\",\"border-width:0 1px 1px 0\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"border:1px solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#e6e6e6\",\"padding:.6em 1em .4em\",\"color:#fff\"]],[true,{\".ast-button:focus\":false,\".ast-button:hover\":false,\".button:focus\":false,\".button:hover\":false,\"button:focus\":false,\"button:hover\":false,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"color:#fff\",\"border-color:#eaeaea\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"button:active\":false,\"button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=reset]:active\":true,\"input[type=reset]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"border-color:#eaeaea\",\"outline:0\"]],[true,{\"input[type=email]\":true,\"input[type=password]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"textarea\":false},[\"color:#666\",\"border:1px solid #ccc\",\"border-radius:2px\",\"-webkit-appearance:none\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"textarea:focus\":false},[\"color:#111\"]],[false,{\"textarea\":false},[\"padding-left:3px\",\"width:100%\"]],[true,{\"a\":true},[\"color:#4169e1\"]],[true,{\"a:focus\":true,\"a:hover\":true},[\"color:#191970\"]],[true,{\"a:focus\":true},[\"outline:thin dotted\"]],[true,{\"a:hover\":true},[\"outline:0\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#f1f1f1\",\"border-radius:2px\",\"box-shadow:0 0 2px 2px rgba(0,0,0,.6)\",\"color:#21759b\",\"display:block\",\"font-size:12.25px\",\"font-size:.875rem\",\"height:auto\",\"left:5px\",\"line-height:normal\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"top:5px\",\"width:auto\",\"z-index:100000\"]],[false,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":false},[\"clip:auto\"]],[false,{\".alignleft\":false},[\"display:inline\",\"float:left\",\"margin-right:1.5em\"]],[false,{\".alignright\":false},[\"display:inline\",\"float:right\",\"margin-left:1.5em\"]],[false,{\".aligncenter\":false},[\"clear:both\",\"text-align:center\",\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"embed\":false,\"amp-iframe\":false,\"amp-google-document-embed\":false},[\"max-width:100%\"]],[false,{\".wp-caption\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-caption amp-img[class*=wp-image-]\":false,\".wp-caption amp-anim[class*=wp-image-]\":false},[\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-caption .wp-caption-text\":false},[\"margin:.8075em 0\"]],[false,{\".wp-caption-text\":false},[\"text-align:center\"]],[true,{\"::selection\":true},[\"color:#fff\",\"background:#0274be\"]],[true,{\"body\":true},[\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\"]],[true,{\"body:not(.logged-in)\":true},[\"position:relative\"]],[false,{\"#page\":false},[\"position:relative\"]],[true,{\"a\":true,\"a:focus\":true},[\"text-decoration:none\"]],[true,{\".secondary a *\":false,\".site-footer a *\":true,\".site-header a *\":false,\"a\":true},[\"transition:all .2s linear\"]],[false,{\".capitalize\":false},[\"text-transform:uppercase\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"vertical-align:middle\"]],[false,{\".entry-content h1\":false,\".entry-content h2\":false,\".entry-content h3\":false,\".entry-content h4\":false,\".entry-content h5\":false,\".entry-content h6\":false},[\"margin-bottom:20px\"]],[true,{\"p\":true},[\"margin-bottom:1.75em\"]],[false,{\"blockquote\":false},[\"margin:1.5em 1em 1.5em 3em\",\"font-size:1.1em\",\"line-height:inherit\",\"position:relative\"]],[true,{\".ast-button\":false,\".button\":false,\"input[type=button]\":true,\"input[type=submit]\":true},[\"border-radius:0\",\"padding:18px 30px\",\"border:0\",\"box-shadow:none\",\"text-shadow:none\"]],[true,{\".ast-button:hover\":false,\".button:hover\":false,\"input[type=button]:hover\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"box-shadow:none\"]],[false,{\".site-title\":false},[\"font-weight:400\"]],[false,{\".site-description\":false,\".site-title\":false},[\"margin-bottom:0\"]],[false,{\".site-description a\":false,\".site-description:focus a\":false,\".site-description:hover a\":false,\".site-title a\":false,\".site-title:focus a\":false,\".site-title:hover a\":false},[\"transition:all .2s linear\"]],[false,{\".site-title a\":false,\".site-title a:focus\":false,\".site-title a:hover\":false,\".site-title a:visited\":false},[\"color:#222\"]],[false,{\".site-description a\":false,\".site-description a:focus\":false,\".site-description a:hover\":false,\".site-description a:visited\":false},[\"color:#999\"]],[false,{\".search-form .search-field\":false},[\"outline:0\"]],[false,{\".ast-search-menu-icon\":false},[\"position:relative\",\"z-index:3\"]],[false,{\".site .skip-link\":false},[\"background-color:#f1f1f1\",\"box-shadow:0 0 1px 1px rgba(0,0,0,.2)\",\"color:#21759b\",\"display:block\",\"font-family:Montserrat,\\\"Helvetica Neue\\\",sans-serif\",\"font-size:14px\",\"font-weight:700\",\"left:-9999em\",\"outline:0\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"text-transform:none\",\"top:-9999em\"]],[false,{\".site .skip-link:focus\":false},[\"clip:auto\",\"height:auto\",\"left:6px\",\"top:7px\",\"width:auto\",\"z-index:100000\",\"outline:thin dotted\"]],[false,{\".logged-in .site .skip-link\":false},[\"box-shadow:0 0 2px 2px rgba(0,0,0,.2)\",\"font-family:\\\"Open Sans\\\",sans-serif\"]],[true,{\"input\":true,\"select\":false},[\"line-height:1\"]],[true,{\".ast-button\":false,\".ast-custom-button\":false,\"body\":true,\"button\":false,\"input[type=button]\":true,\"input[type=submit]\":true,\"textarea\":false},[\"line-height:1.8571428571429\"]],[false,{\".site-title a\":false},[\"line-height:1.2\"]],[false,{\".site-header .site-description\":false},[\"line-height:1.5\"]],[false,{\".ast-single-post .entry-title\":false,\".ast-single-post .entry-title a\":false},[\"line-height:1.2\"]],[false,{\".entry-title\":false,\".entry-title a\":false},[\"font-weight:400\"]],[false,{\".ast-oembed-container\":false},[\"position:relative\",\"padding-top:56.25%\",\"height:0\",\"height:auto\",\"overflow:hidden\",\"max-width:100%\"]],[false,{\".ast-oembed-container embed\":false,\".ast-oembed-container amp-iframe\":false,\".ast-oembed-container amp-google-document-embed\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\"body .ast-oembed-container *\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\".ast-hidden:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[true,{\"body\":true},[\"background-color:#fff\"]],[false,{\"#page\":false},[\"display:block\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"width:100%\"]],[false,{\"#primary\":false},[\"margin:4em 0\"]],[false,{\".ast-separate-container\":false},[\"background-color:#f5f5f5\"]],[false,{\".ast-separate-container #primary\":false},[\"padding:4em 0\",\"margin:0\",\"border:0\"]],[false,{\".ast-separate-container .site-main>.ast-row\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false},[\"background-color:#fff\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"border-bottom:1px solid #eee\",\"margin:0\",\"padding:5.34em 6.67em\"]],[false,{\".ast-separate-container .blog-layout-1\":false},[\"padding:0\",\"border-bottom:0\"]],[false,{\".ast-separate-container .ast-article-single\":false},[\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (min-width:993px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"margin:4em 0\",\"padding:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:60px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:30px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:30px\"]],[false,\"}\"],[false,{\".ast-search-icon .astra-search-icon\":false},[\"font-size:1.3em\"]],[false,{\".main-navigation\":false},[\"height:100%\",\"-js-display:inline-flex\",\"display:inline-flex\"]],[false,{\".main-navigation ul\":false},[\"list-style:none\",\"margin:0\",\"padding-left:0\",\"position:relative\"]],[false,{\".main-header-menu .menu-link\":false,\".main-header-menu>a\":false},[\"text-decoration:none\",\"padding:0 1em\",\"display:inline-block\",\"transition:all .2s linear\"]],[false,{\".main-header-menu .menu-item\":false},[\"position:relative\"]],[false,{\".main-header-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .menu-item:hover>.sub-menu\":false},[\"right:auto\",\"left:0\"]],[false,{\".main-header-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"right:0\",\"left:auto\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu\":false},[\"width:240px\",\"background:#fff\",\"left:-999em\",\"position:absolute\",\"top:100%\",\"z-index:99999\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:100%\",\"right:auto\"]],[false,{\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu .menu-link\":false},[\"padding:.9em 1em\",\"display:block\",\"word-wrap:break-word\"]],[false,{\".main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:none\"]],[false,{\"#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow svg\":false},[\"position:absolute\",\"right:.6em\",\"top:50%\",\"transform:translate(0,-50%) rotate(270deg)\"]],[false,{\".main-header-menu .sub-menu .sub-menu\":false},[\"top:0\"]],[false,{\".submenu-with-border .sub-menu\":false},[\"border-width:1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .menu-link\":false},[\"border-width:0 0 1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .sub-menu\":false},[\"top:-1px\"]],[false,{\".ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link\":false},[\"border-bottom-width:0\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"padding-left:0\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type\":false},[\"margin-right:5px\"]],[false,{\".ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:inline\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:50px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-header-break-point .main-header-menu\":false},[\"background-color:#f9f9f9\",\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-header-break-point .dropdown-menu-toggle\":false},[\"display:none\"]],[false,{\".ast-mobile-menu-buttons\":false},[\"display:none\"]],[false,{\".ast-button-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap button\":false},[\"box-shadow:none\",\"border:none\"]],[false,{\".ast-button-wrap .menu-toggle\":false},[\"padding:0\",\"width:2.2em\",\"height:2.1em\",\"font-size:1.5em\",\"font-weight:400\",\"border-radius:2px\",\"border-radius:2px\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"vertical-align:middle\",\"line-height:1.8571428571429\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:0 .5em\",\"width:auto\",\"text-align:center\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu\":false},[\"font-size:15px\",\"font-size:1rem\",\"font-weight:600\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon\":false},[\"font-style:normal\",\"display:inline-block\",\"vertical-align:middle\",\"line-height:2.05\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5d2\\\"\",\"font-family:Astra\",\"text-decoration:inherit\"]],[false,{\".ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5cd\\\"\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(1)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2)\":false},[\"display:block\"]],[false,{\".ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap .menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".header-main-layout-1 .ast-main-header-bar-alignment\":false},[\"margin-left:auto\"]],[false,{\".site-navigation\":false},[\"height:100%\"]],[false,{\".site-header .menu-link *\":false},[\"transition:none\"]],[false,{\".ast-icon.icon-arrow svg\":false},[\"height:.6em\",\"width:.6em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".ast-icon.icon-search svg\":false},[\"height:1em\",\"width:.9em\",\"margin-top:3px\",\"margin-right:2px\"]],[false,{\".ast-header-break-point .user-select\":false},[\"clear:both\"]],[false,{\".ast-header-break-point .ast-mobile-menu-buttons\":false},[\"display:block\",\"align-self:center\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"flex:auto\"]],[false,{\".ast-header-break-point .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"flex:auto\",\"order:4\"]],[false,{\".ast-header-break-point .ast-icon.icon-arrow svg\":false},[\"height:.85em\",\"width:.95em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".site-main .comment-navigation\":false,\".site-main .post-navigation\":false,\".site-main .posts-navigation\":false},[\"margin:0 0 1.5em\",\"overflow:hidden\"]],[false,{\".comment-navigation .nav-next\":false,\".comment-navigation .nav-previous\":false,\".post-navigation .nav-next\":false,\".post-navigation .nav-previous\":false,\".posts-navigation .nav-next\":false,\".posts-navigation .nav-previous\":false},[\"width:50%\",\"display:inline-block\"]],[false,{\".comment-navigation .nav-next\":false,\".post-navigation .nav-next\":false,\".posts-navigation .nav-next\":false},[\"text-align:right\"]],[false,{\".ast-icon svg\":false},[\"fill:currentColor\"]],[false,{\".post-navigation a\":false},[\"background:0 0\",\"font-size:16px\",\"font-size:1.06666rem\",\"padding:0 1.5em\",\"height:2.33333em\",\"line-height:calc(2.33333em - 3px)\"]],[true,{\".sticky\":true},[\"display:block\"]],[false,{\".hentry\":false},[\"margin:0 0 1.5em\"]],[false,{\".byline\":false,\".updated:not(.published)\":false},[\"display:none\"]],[false,{\".group-blog .byline\":false,\".single .byline\":false},[\"display:inline\"]],[false,{\".page-links\":false},[\"clear:both\",\"margin-top:1em\"]],[false,{\".page-links a\":false},[\"display:inline-block\"]],[false,{\".page-links a .page-link\":false},[\"border-color:#eaeaea\",\"background:0 0\"]],[false,{\".page-links .page-link\":false},[\"padding:0\",\"margin:0 0 .3em .3em\",\"border:2px solid #eaeaea\",\"color:#000\",\"background:0 0\",\"font-size:.8em\",\"width:2.5em\",\"height:2.5em\",\"line-height:calc(2.5em - 4px)\",\"display:inline-block\",\"text-align:center\",\"transition:all .2s linear\"]],[false,{\".page-links .page-link:focus\":false,\".page-links .page-link:hover\":false},[\"color:#000\"]],[false,\"@media (max-width:768px){\"],[false,{\".page-links .page-link\":false},[\"margin-bottom:6px\"]],[false,\"}\"],[true,{\".entry-content>:last-child\":false,\".entry-summary>:last-child\":false,\".page-content>:last-child\":true},[\"margin-bottom:0\"]],[false,{\".bypostauthor\":false},[\"display:block\"]],[false,{\".ast-no-sidebar .entry-content .alignfull\":false},[\"margin-left:calc(-50vw + 50%)\",\"margin-right:calc(-50vw + 50%)\",\"max-width:100vw\",\"width:100vw\"]],[false,{\".ast-no-sidebar .entry-content .alignfull .alignfull\":false,\".ast-no-sidebar .entry-content .alignfull .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .alignwide\":false},[\"margin-left:calc(-41vw + 50%)\",\"margin-right:calc(-41vw + 50%)\",\"max-width:unset\",\"width:unset\"]],[false,{\".ast-no-sidebar .entry-content .alignwide .alignfull\":false,\".ast-no-sidebar .entry-content .alignwide .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .wp-block-column .alignfull\":false,\".ast-no-sidebar .entry-content .wp-block-column .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:100%\"]],[false,{\".blocks-gallery-grid\":false,\".wp-block-gallery\":false},[\"margin:0\"]],[false,{\".wp-block-separator\":false},[\"max-width:100px\"]],[false,{\".wp-block-separator.is-style-dots\":false,\".wp-block-separator.is-style-wide\":false},[\"max-width:none\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:10px\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:10px\"]],[false,\"@media (max-width:782px){\"],[false,{\".entry-content .wp-block-columns .wp-block-column\":false},[\"flex-basis:100%\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:0\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:0\"]],[false,\"}\"],[true,{\"body\":true},[\"overflow-x:hidden\"]],[false,{\"body .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\"body .entry-content .wp-block-latest-posts li\":false},[\"list-style:none\"]],[false,{\".ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\".ast-header-break-point .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content .blocks-gallery-item amp-img\":false,\".entry-content .blocks-gallery-item amp-anim\":false},[\"margin-bottom:auto\"]],[false,{\".wp-block-pullquote\":false},[\"border-top:4px solid #555d66\",\"border-bottom:4px solid #555d66\",\"color:#40464d\"]],[false,{\".widget-title\":false},[\"font-weight:400\",\"margin-bottom:1em\",\"line-height:1.5\"]],[false,{\".widget\":false},[\"margin:0 0 2.8em 0\"]],[false,{\".widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".widget select\":false},[\"max-width:100%\"]],[false,{\".widget ul\":false},[\"margin:0\",\"list-style-type:none\"]],[false,{\".no-widget-text\":false},[\"margin-bottom:0\"]],[false,{\".widget_nav_menu ul ul.sub-menu\":false},[\"margin-top:.25em\"]],[false,{\".widget_nav_menu ul ul.sub-menu li\":false},[\"padding-left:20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu a:after\":false},[\"left:-20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul ul a:after\":false},[\"left:-60px\"]],[false,{\".widget_nav_menu li\":false},[\"transition:all .2s linear\"]],[false,{\".widget_search .search-form\":false},[\"position:relative\",\"padding:0\",\"background:initial\",\"color:inherit\"]],[false,{\".widget_search .search-form>label\":false},[\"position:relative\"]],[false,{\".widget_search .search-form i\":false},[\"color:#3a3a3a\"]],[false,{\".widget_search .search-form button\":false},[\"position:absolute\",\"top:0\",\"right:15px\",\"border:none\",\"padding:0\",\"cursor:pointer\",\"background:0 0\"]],[false,{\".widget_search .search-form input[type=submit]\":false,\".widget_search .search-form input[type=submit]:focus\":false,\".widget_search .search-form input[type=submit]:hover\":false},[\"padding:13px 20px\",\"border-radius:2px\",\"border:none\",\"top:0\",\"right:0\",\"position:absolute\",\"color:transparent\",\"background:0 0\",\"max-width:45px\",\"z-index:2\"]],[false,{\".widget_search .search-form .search-field\":false},[\"background:#fafafa\",\"border-width:1px\",\"border-color:#eaeaea\",\"border-radius:2px\"]],[false,{\".widget_search .search-field\":false,\".widget_search .search-field:focus\":false},[\"width:100%\",\"padding:16px 45px 16px 15px\"]],[false,{\".widget_archive ul.children\":false,\".widget_categories ul.children\":false,\".widget_pages ul.children\":false},[\"position:relative\",\"margin-top:5px\",\"width:100%\"]],[false,{\".widget_archive ul.children li\":false,\".widget_categories ul.children li\":false,\".widget_pages ul.children li\":false},[\"padding-left:20px\"]],[false,{\".widget_archive li ul.children a:after\":false,\".widget_categories li ul.children a:after\":false,\".widget_pages li ul.children a:after\":false},[\"left:-20px\"]],[false,{\".widget_archive li ul.children ul a:after\":false,\".widget_categories li ul.children ul a:after\":false,\".widget_pages li ul.children ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_tag_cloud .tagcloud\":false},[\"margin-top:10px\",\"display:inline-block\"]],[false,{\".widget_tag_cloud .tagcloud a\":false},[\"border:1px solid #e2e2e2\",\"padding:.5em .9em\",\"display:inline-block\",\"margin-bottom:4px\",\"font-size:14px\",\"margin-right:4px\",\"line-height:1.5\",\"transition:all .2s linear\"]],[false,{\".widget_calendar table\":false,\".widget_calendar td\":false,\".widget_calendar th\":false},[\"padding:0\",\"text-align:center\"]],[false,{\".widget_calendar table\":false,\".widget_calendar th\":false},[\"border:none\"]],[false,{\".widget_calendar td\":false},[\"border-right:none\",\"border-left:none\"]],[false,{\".widget_calendar caption\":false},[\"line-height:2.7em\"]],[false,{\".widget_calendar thead\":false},[\"line-height:2.5em\"]],[false,{\".widget_calendar thead a\":false},[\"color:#0274be\",\"font-size:1rem\",\"vertical-align:middle\"]],[false,{\".widget_calendar thead td\":false},[\"vertical-align:middle\",\"font-weight:700\"]],[false,{\".widget_calendar thead>tr>th\":false},[\"line-height:2.5em\",\"border-bottom:2px solid #eaeaea\",\"border-top:2px solid #eaeaea\"]],[false,{\".widget_calendar tbody\":false},[\"line-height:2.1em\",\"text-align:center\"]],[false,{\".widget_calendar tbody>tr>td\":false},[\"width:14.2857%\"]],[false,{\".widget_calendar tbody>tr:first-child>td\":false},[\"padding-top:3px\"]],[false,{\".widget_calendar #today\":false},[\"background:#0274be\"]],[false,{\".ast-builder-grid-row\":false},[\"display:grid\",\"grid-template-columns:auto auto\",\"align-items:center\",\"grid-column-gap:20px\",\"overflow-wrap:anywhere\"]],[false,{\".ast-builder-grid-row>.site-header-section\":false},[\"flex-wrap:nowrap\"]],[false,{\".ast-builder-footer-grid-columns\":false},[\"grid-column-gap:50px\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout\":false},[\"grid-template-columns:1fr auto 1fr\"]],[false,{\".ast-builder-layout-element\":false},[\"align-items:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only\":false},[\"-js-display:flex\",\"display:flex\",\"height:100%\",\"justify-content:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center\":false},[\"flex-grow:1\"]],[false,{\".site-header-section\":false},[\"height:100%\",\"min-height:0\",\"align-items:center\"]],[false,{\".site-header-section .ast-main-header-bar-alignment\":false},[\"height:100%\"]],[false,{\".site-header-section>*\":false},[\"padding:0 10px\"]],[false,{\".site-header-section>div:first-child\":false},[\"padding-left:0\"]],[false,{\".site-header-section>div:last-child\":false},[\"padding-right:0\"]],[false,{\".site-header-section .ast-builder-menu\":false},[\"align-items:center\"]],[false,{\".ast-builder-layout-element.ast-header-search\":false},[\"height:auto\"]],[false,{\".ast-grid-right-center-section\":false},[\"justify-content:flex-start\",\"flex-grow:1\"]],[false,{\".ast-grid-right-section\":false},[\"justify-content:flex-end\"]],[false,{\".ast-grid-right-section .ast-site-identity>:first-child\":false},[\"text-align:right\"]],[false,{\".ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child\":false},[\"text-align:left\"]],[false,{\".ast-grid-left-center-section\":false},[\"justify-content:flex-end\",\"flex-grow:1\"]],[false,{\".ast-logo-title-inline .ast-site-identity\":false},[\"padding:1em 0\",\"-js-display:inline-flex\",\"display:inline-flex\",\"vertical-align:middle\",\"align-items:center\",\"transition:all .2s linear\"]],[false,{\".ast-grid-section-center\":false},[\"justify-content:center\"]],[false,{\".ast-grid-section-center .ast-site-identity>:first-child\":false},[\"text-align:center\"]],[false,{\".ast-builder-social-element\":false},[\"line-height:1\",\"color:#3a3a3a\",\"background:0 0\",\"vertical-align:middle\",\"transition:all 10ms\",\"margin-left:6px\",\"margin-right:6px\",\"justify-content:center\",\"align-items:center\"]],[false,{\".ast-builder-social-element:hover\":false},[\"color:#0274be\"]],[false,{\".ast-builder-social-element .social-item-label\":false},[\"padding-left:6px\"]],[false,{\".ast-social-stack-desktop .ast-builder-social-element\":false,\".ast-social-stack-mobile .ast-builder-social-element\":false,\".ast-social-stack-tablet .ast-builder-social-element\":false},[\"margin-top:6px\",\"margin-bottom:6px\"]],[false,{\".ahfb-svg-iconset\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ahfb-svg-iconset svg\":false},[\"width:17px\",\"height:17px\",\"transition:none\"]],[false,{\".ahfb-svg-iconset svg>*\":false},[\"transition:none\"]],[false,{\".ast-footer-copyright p\":false},[\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-container\":false},[\"display:grid\",\"align-content:center\"]],[false,{\".main-header-bar .main-header-bar-navigation\":false},[\"height:100%\"]],[false,{\".ast-nav-menu .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".ast-builder-menu .main-navigation\":false},[\"padding:0\"]],[false,{\".ast-builder-menu .main-navigation>ul\":false},[\"align-self:center\"]],[false,{\".ast-footer-copyright\":false,\".ast-footer-social-wrap\":false,\".site-footer-focus-item\":false},[\"width:100%\"]],[false,{\"#astra-footer-menu\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\"#astra-footer-menu>ul\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\".ast-header-break-point #ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:0\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false,\".ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .ast-nav-menu .sub-menu\":false},[\"line-height:3\"]],[false,{\".site-footer-section\":false},[\"justify-content:center\"]],[false,{\".site-footer-section>*\":false},[\"margin-bottom:10px\"]],[false,{\".site-footer-section>:last-child\":false},[\"margin-bottom:0\"]],[false,{\".site-primary-footer-wrap\":false},[\"padding-top:45px\",\"padding-bottom:45px\"]],[false,{\".site-above-footer-wrap\":false,\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".ast-hfb-header.ast-header-break-point .main-header-bar-navigation\":false},[\"width:100%\",\"margin:0\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-mobile-svg\":false},[\"display:none\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-close-svg\":false},[\"display:block\"]],[false,{\".menu-toggle .ast-close-svg\":false},[\"display:none\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"-js-display:flex\",\"display:flex\",\"align-items:center\",\"width:auto\",\"height:auto\"]],[false,{\".menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:.5em\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-search-menu-icon.ast-inline-search .search-field\":false},[\"width:100%\",\"padding:.6em\",\"padding-right:5.5em\"]],[false,\"@media (min-width:769px){\"],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li\":false},[\"margin:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:first-child a\":false},[\"padding-left:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:last-child a\":false},[\"padding-right:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu a\":false},[\"padding:0 .5em\"]],[false,\"}\"],[false,{\".site-header\":false},[\"z-index:99\",\"position:relative\"]],[false,{\".main-header-container\":false},[\"position:relative\"]],[false,{\".main-header-bar-wrap\":false},[\"position:relative\"]],[false,{\".main-header-bar\":false},[\"background-color:#fff\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border:0\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".main-header-bar\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-desktop .main-header-menu.ast-menu-shadow .sub-menu\":false},[\"box-shadow:0 4px 10px -2px rgba(0,0,0,.1)\"]],[false,{\".ast-header-custom-item-inside .button-custom-menu-item .menu-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item\":false},[\"padding-left:0\",\"padding-right:0\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link\":false},[\"display:block\"]],[false,{\".site-branding\":false},[\"line-height:1\",\"align-self:center\"]],[false,{\".ast-menu-toggle\":false},[\"display:none\",\"background:0 0\",\"color:inherit\",\"border-style:dotted\",\"border-color:transparent\"]],[false,{\".ast-menu-toggle:focus\":false,\".ast-menu-toggle:hover\":false},[\"background:0 0\",\"border-color:inherit\",\"color:inherit\"]],[false,{\".ast-menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".ast-main-header-nav-open .main-header-bar\":false},[\"padding-bottom:0\"]],[false,{\".main-header-bar\":false},[\"z-index:4\",\"position:relative\"]],[false,{\".main-header-bar .main-header-bar-navigation:empty\":false},[\"padding:0\"]],[false,{\".main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after\":false},[\"line-height:normal\"]],[false,{\".custom-mobile-logo-link\":false},[\"display:none\"]],[false,{\".ast-site-identity\":false},[\"padding:1em 0\"]],[false,{\".ast-header-break-point .site-header .main-header-bar-wrap .site-branding\":false},[\"flex:1\",\"align-self:center\"]],[false,{\".ast-header-break-point .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"display:block\",\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-header-break-point .main-navigation .stack-on-mobile li\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-header-break-point .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-header-break-point .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".ast-header-break-point .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-header-break-point .ast-builder-menu\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile\":false},[\"flex-wrap:wrap\"]],[false,{\".ast-desktop .main-header-menu>.menu-item .sub-menu:before\":false},[\"position:absolute\",\"content:\\\"\\\"\",\"top:0\",\"left:0\",\"width:100%\",\"transform:translateY(-100%)\"]],[true,{\"input[type=email]\":true,\"input[type=number]\":true,\"input[type=password]\":true,\"input[type=reset]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"select\":false,\"textarea\":false},[\"color:#666\",\"padding:.75em\",\"height:auto\",\"border-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#fafafa\",\"box-shadow:none\",\"box-sizing:border-box\",\"transition:all .2s linear\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=reset]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"select:focus\":false,\"textarea:focus\":false},[\"background-color:#fff\",\"border-color:#eaeaea\",\"box-shadow:none\"]],[true,{\"input[type=button]\":true,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[false,{\"textarea\":false},[\"width:100%\"]],[true,{\"input[type=search]:focus\":true},[\"outline:thin dotted\"]],[true,{\"input[type=range]\":true},[\"-webkit-appearance:none\",\"width:100%\",\"margin:5.7px 0\",\"padding:0\",\"border:none\"]],[true,{\"input[type=range]:focus\":true},[\"outline:0\"]],[true,{\"input[type=range]::-webkit-slider-runnable-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-webkit-slider-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\",\"-webkit-appearance:none\",\"margin-top:-5.7px\"]],[true,{\"input[type=range]:focus::-webkit-slider-runnable-track\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]::-moz-range-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-moz-range-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]::-ms-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"background:0 0\",\"border-color:transparent\",\"color:transparent\"]],[true,{\"input[type=range]::-ms-fill-lower\":true},[\"background:rgba(199,199,199,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"height:8.6px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]:focus::-ms-fill-lower\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]:focus::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=color]\":true},[\"border:none\",\"width:100px\",\"padding:0\",\"height:30px\",\"cursor:pointer\"]],[true,{\"input[type=color]::-webkit-color-swatch-wrapper\":true},[\"padding:0\",\"border:none\"]],[true,{\"input[type=color]::-webkit-color-swatch\":true},[\"border:none\"]],[false,{\".page .entry-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".search .entry-header\":false},[\"margin-bottom:1em\"]],[false,{\".ast-single-post .entry-header.ast-header-without-markup\":false,\".ast-single-post .entry-header.ast-no-title.ast-no-thumbnail\":false},[\"margin-bottom:0\"]],[false,{\".entry-header\":false},[\"margin-bottom:1em\",\"word-wrap:break-word\"]],[false,{\".entry-header+.ast-blog-featured-section\":false},[\"margin-top:.5em\"]],[false,{\".entry-content\":false},[\"word-wrap:break-word\"]],[false,{\".entry-content p\":false},[\"margin-bottom:1.6em\"]],[false,{\".read-more\":false},[\"margin-bottom:0\"]],[false,{\".read-more .ast-right-arrow\":false},[\"font-size:1em\"]],[false,{\".ast-no-thumb .ast-blog-featured-section\":false},[\"margin-bottom:0\"]],[false,{\".ast-no-thumb .entry-header+.ast-blog-featured-section\":false},[\"margin-top:0\"]],[false,{\".ast-blog-featured-section\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header .page-title\":false},[\"margin-bottom:0\"]],[false,{\".archive .entry-title\":false,\".blog .entry-title\":false,\".search .entry-title\":false},[\"line-height:1.3\"]],[false,{\".archive .format-aside .entry-title\":false,\".archive .format-status .entry-title\":false,\".blog .format-aside .entry-title\":false,\".blog .format-status .entry-title\":false},[\"display:none\"]],[false,{\".page-title\":false},[\"margin-bottom:1em\",\"font-weight:400\"]],[false,{\".entry-title\":false},[\"margin-bottom:.2em\"]],[false,{\".ast-article-post\":false},[\"margin-bottom:2.5em\"]],[false,{\".ast-article-post:last-child\":false},[\"margin-bottom:0\",\"border-bottom:0\"]],[false,{\".search .site-content .content-area .search-form\":false},[\"margin-bottom:3em\"]],[false,{\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\",\"position:relative\"]],[false,{\".blog .posted-on\":false},[\"z-index:1\"]],[false,{\".ast-blog-featured-section .posted-on\":false},[\"width:5.714285714em\",\"height:5.714285714em\",\"padding:.7em\"]],[false,{\".ast-blog-featured-section .posted-on .date-month\":false,\".ast-blog-featured-section .posted-on .date-year\":false},[\"font-size:.8571428571em\",\"line-height:1em\"]],[false,{\".ast-blog-featured-section .posted-on .date-day\":false},[\"font-size:2.5em\",\"line-height:.9em\",\"font-weight:900\",\"margin:.1em 0\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"border-radius:50%\",\"margin:0 0 0 20px\"]],[false,{\".ast-archive-description\":false},[\"margin-bottom:2.5em\",\"padding-bottom:1.3333em\",\"border-bottom:1px solid #eee\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"margin-bottom:4px\",\"font-size:40px\",\"font-size:2.85714rem\",\"font-weight:300\"]],[false,{\".ast-archive-description p\":false},[\"margin-bottom:0\",\"font-size:20px\",\"font-size:1.42857rem\",\"line-height:1.65\",\"font-weight:300\"]],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"background-color:#eee\",\"padding-bottom:0\",\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"padding:2.14em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"margin:0\",\"padding:5em 6.67em 3.33333em\"]],[false,\"}\"],[false,{\".single .entry-header\":false},[\"margin-bottom:2em\"]],[false,{\".single .post-navigation\":false},[\"margin:0\",\"padding:2em 0 0\",\"border-top:1px solid #eee\"]],[false,\"@media (max-width:768px){\"],[false,{\".single .post-navigation\":false},[\"padding-top:1.5em\"]],[false,\"}\"],[false,{\".single .post-navigation a\":false},[\"margin:2px\",\"display:inline-block\",\"text-align:center\",\"color:#000\"]],[false,\"@media (min-width:421px){\"],[false,{\".single .post-navigation .nav-links\":false},[\"-js-display:flex\",\"display:flex\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"flex:auto\"]],[false,\"}\"],[false,\"@media (max-width:420px){\"],[false,{\".single .post-navigation .ast-left-arrow\":false,\".single .post-navigation .ast-right-arrow\":false},[\"display:none\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-next a\":false,\".single .post-navigation .nav-previous a\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-previous\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".single .entry-header .ast-single-post-order+.post-thumb amp-img\":false,\".single .entry-header .ast-single-post-order+.post-thumb amp-anim\":false},[\"margin-top:2em\",\"margin-bottom:0\"]],[false,{\".single .entry-header.ast-no-title .post-thumb+.ast-single-post-order\":false},[\"margin-top:0\"]],[false,{\".single .entry-header .post-thumb+.ast-single-post-order\":false},[\"margin-top:2em\"]],[false,{\".single .entry-header .post-thumb amp-img\":false,\".single .entry-header .post-thumb amp-anim\":false},[\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".page .has-post-thumbnail .post-thumb amp-img\":false,\".page .has-post-thumbnail .post-thumb amp-anim\":false},[\"margin-bottom:1.5em\"]],[false,{\".post-password-form\":false},[\"text-align:center\"]],[false,\"@media (max-width:420px){\"],[false,{\".post-password-form input[type=password]\":false},[\"display:block\",\"margin:10px auto\"]],[false,\"}\"],[false,{\".post-password-form input[type=submit]\":false},[\"padding:10px 20px\",\"border-radius:2px\"]],[false,{\".ast-separate-container .post-navigation\":false},[\"border-top:0\",\"padding-left:3.33333em\",\"padding-right:3.33333em\"]],[false,\"@media (max-width:420px){\"],[false,{\".ast-separate-container .post-navigation\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .entry-header\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".ast-404-layout-1\":false},[\"text-align:center\",\"margin:4em auto\"]],[false,{\".ast-404-layout-1 .page-sub-title\":false},[\"font-size:1.5rem\",\"font-weight:700\"]],[false,{\".ast-404-layout-1 .widget_search\":false},[\"padding-top:.5em\"]],[false,{\".ast-404-search\":false},[\"margin-top:1.5em\"]],[false,{\".ast-404-search .widget_search\":false},[\"max-width:370px\",\"margin:0 auto\"]],[false,{\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false},[\"background-color:#fff\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 2.14em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 1em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:5.34em 6.67em\"]],[false,\"}\"],[false,{\".blog-layout-1\":false},[\"width:100%\",\"display:inline-block\",\"padding-bottom:2em\",\"vertical-align:middle\",\"border-bottom:1px solid #eee\"]],[false,{\".blog-layout-1 .posted-on\":false},[\"left:0\"]],[false,{\".blog-layout-1 .post-content\":false,\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-flex\":false},[\"-js-display:flex\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".ast-flex-1\":false},[\"flex:1\"]],[false,{\".ast-inline-flex\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-items:center\",\"flex-wrap:wrap\",\"align-content:center\"]],[false,{\".ast-justify-content-flex-start\":false},[\"justify-content:flex-start\"]],[false,{\".ast-justify-content-flex-end\":false},[\"justify-content:flex-end\"]],[false,{\".ast-justify-content-center\":false},[\"justify-content:center\"]],[false,{\".ast-justify-content-space-between\":false},[\"justify-content:space-between\"]],[false,{\".ast-justify-content-space-around\":false},[\"justify-content:space-around\"]],[false,{\".ast-align-content-flex-start\":false},[\"align-content:flex-start\"]],[false,{\".ast-align-content-flex-end\":false},[\"align-content:flex-end\"]],[false,{\".ast-align-content-center\":false},[\"align-content:center\"]],[false,{\".ast-align-content-space-between\":false},[\"align-content:space-between\"]],[false,{\".ast-align-content-space-around\":false},[\"align-content:space-around\"]],[false,{\".ast-align-content-stretch\":false},[\"align-content:stretch\"]],[false,{\".ast-flex-grow-1\":false},[\"flex-grow:1\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":52674,\"final_size\":2568,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"astra-theme-css-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.ast-plain-container.ast-no-sidebar #primary{margin-top:0;margin-bottom:0;}@media (max-width:921px){.ast-theme-transparent-header #primary,.ast-theme-transparent-header #secondary{padding:0;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (max-width:921px){.ast-plain-container.ast-no-sidebar #primary{padding:0;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}.comment-reply-title{font-size:24px;font-size:1.6rem;}.ast-comment-meta{line-height:1.666666667;color:var(--ast-global-color-0);font-size:12px;font-size:0.8rem;}.ast-comment-list #cancel-comment-reply-link{font-size:15px;font-size:1rem;}.comments-title {padding: 2em 0;}.comments-title {font-weight: normal;word-wrap: break-word;}.ast-comment-list {margin: 0;word-wrap: break-word;padding-bottom: 0.5em;list-style: none;}.ast-comment-list li {list-style: none;}.ast-comment-list .ast-comment-edit-reply-wrap {-js-display: flex;display: flex;justify-content: flex-end;}.ast-comment-list .ast-edit-link {flex: 1;}.ast-comment-list .comment-awaiting-moderation {margin-bottom: 0;}.ast-comment {padding: 1em 0;}.ast-comment-info img {border-radius: 50%;}.ast-comment-cite-wrap cite {font-style: normal;}.comment-reply-title {padding-top: 1em;font-weight: normal;line-height: 1.65;}.ast-comment-meta {margin-bottom: 0.5em;}.comments-area {border-top: 1px solid #eeeeee;margin-top: 2em;}.comments-area .comment-form-comment {width: 100%;border: none;margin: 0;padding: 0;}.comments-area .comment-notes,.comments-area .comment-textarea,.comments-area .form-allowed-tags {margin-bottom: 1.5em;}.comments-area .form-submit {margin-bottom: 0;}.comments-area textarea#comment,.comments-area .ast-comment-formwrap input[type=\\\"text\\\"] {width: 100%;border-radius: 0;vertical-align: middle;margin-bottom: 10px;}.comments-area .no-comments {margin-top: 0.5em;margin-bottom: 0.5em;}.comments-area p.logged-in-as {margin-bottom: 1em;}.ast-separate-container .comments-title {background-color: #fff;padding: 1.2em 3.99em 0;}.ast-separate-container .comments-area {border-top: 0;}.ast-separate-container .ast-comment-list {padding-bottom: 0;}.ast-separate-container .ast-comment-list li {background-color: #fff;}.ast-separate-container .ast-comment-list li.depth-1 {padding: 4em 6.67em;margin-bottom: 2em;}@media (max-width: 1200px) {.ast-separate-container .ast-comment-list li.depth-1 {padding: 3em 3.34em;}}.ast-separate-container .ast-comment-list li.depth-1 .children li {padding-bottom: 0;padding-top: 0;margin-bottom: 0;}.ast-separate-container .ast-comment-list li.depth-1 .ast-comment,.ast-separate-container .ast-comment-list li.depth-2 .ast-comment {border-bottom: 0;}.ast-separate-container .ast-comment-list .comment-respond {padding-top: 0;padding-bottom: 1em;background-color: transparent;}.ast-separate-container .ast-comment-list .pingback p {margin-bottom: 0;}.ast-separate-container .ast-comment-list .bypostauthor {padding: 2em;margin-bottom: 1em;}.ast-separate-container .ast-comment-list .bypostauthor li {background: transparent;margin-bottom: 0;padding: 0 0 0 2em;}.ast-separate-container .comment-respond {background-color: #fff;padding: 4em 6.67em;border-bottom: 0;}@media (max-width: 1200px) {.ast-separate-container .comment-respond {padding: 3em 2.34em;}}.ast-separate-container .comment-reply-title {padding-top: 0;}.comment-content a {word-wrap: break-word;}.comment-form-legend {margin-bottom: unset;padding: 0 0.5em;}.ast-comment-list .children {margin-left: 2em;}@media (max-width: 992px) {.ast-comment-list .children {margin-left: 1em;}}.ast-comment-list #cancel-comment-reply-link {white-space: nowrap;font-size: 15px;font-size: 1rem;margin-left: 1em;}.ast-comment-info {display: flex;position: relative;}.ast-comment-meta {justify-content: right;padding: 0 3.4em 1.60em;}.ast-comment-time .timendate{margin-right: 0.5em;}.comments-area #wp-comment-cookies-consent {margin-right: 10px;}.ast-page-builder-template .comments-area {padding-left: 20px;padding-right: 20px;margin-top: 0;margin-bottom: 2em;}.ast-separate-container .ast-comment-list .bypostauthor .bypostauthor {background: transparent;margin-bottom: 0;padding-right: 0;padding-bottom: 0;padding-top: 0;}@media (min-width:922px){.ast-separate-container .ast-comment-list li .comment-respond{padding-left:2.66666em;padding-right:2.66666em;}}@media (max-width:544px){.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-separate-container .comment-respond{padding:1.5em 1em;}.ast-separate-container .ast-comment-list .bypostauthor li{padding:0 0 0 .5em;}.ast-comment-list .children{margin-left:0.66666em;}}@media (max-width:921px){.ast-comment-avatar-wrap img{max-width:2.5em;}.comments-area{margin-top:1.5em;}.ast-separate-container .comments-title{padding:1.43em 1.48em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-avatar-wrap{margin-right:0.5em;}}\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.ast-plain-container.ast-no-sidebar #primary{margin-top:0;margin-bottom:0;}@media (max-width:921px){.ast-theme-transparent-header #primary,.ast-theme-transparent-header #secondary{padding:0;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (max-width:921px){.ast-plain-container.ast-no-sidebar #primary{padding:0;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}.comment-reply-title{font-size:24px;font-size:1.6rem;}.ast-comment-meta{line-height:1.666666667;color:var(--ast-global-color-0);font-size:12px;font-size:0.8rem;}.ast-comment-list #cancel-comment-reply-link{font-size:15px;font-size:1rem;}.comments-title {padding: 2em 0;}.comments-title {font-weight: normal;word-wrap: break-word;}.ast-comment-list {margin: 0;word-wrap: break-word;padding-bottom: 0.5em;list-style: none;}.ast-comment-list li {list-style: none;}.ast-comment-list .ast-comment-edit-reply-wrap {-js-display: flex;display: flex;justify-content: flex-end;}.ast-comment-list .ast-edit-link {flex: 1;}.ast-comment-list .comment-awaiting-moderation {margin-bottom: 0;}.ast-comment {padding: 1em 0;}.ast-comment-info img {border-radius: 50%;}.ast-comment-cite-wrap cite {font-style: normal;}.comment-reply-title {padding-top: 1em;font-weight: normal;line-height: 1.65;}.ast-comment-meta {margin-bottom: 0.5em;}.comments-area {border-top: 1px solid #eeeeee;margin-top: 2em;}.comments-area .comment-form-comment {width: 100%;border: none;margin: 0;padding: 0;}.comments-area .comment-notes,.comments-area .comment-textarea,.comments-area .form-allowed-tags {margin-bottom: 1.5em;}.comments-area .form-submit {margin-bottom: 0;}.comments-area textarea#comment,.comments-area .ast-comment-formwrap input[type=\\\"text\\\"] {width: 100%;border-radius: 0;vertical-align: middle;margin-bottom: 10px;}.comments-area .no-comments {margin-top: 0.5em;margin-bottom: 0.5em;}.comments-area p.logged-in-as {margin-bottom: 1em;}.ast-separate-container .comments-title {background-color: #fff;padding: 1.2em 3.99em 0;}.ast-separate-container .comments-area {border-top: 0;}.ast-separate-container .ast-comment-list {padding-bottom: 0;}.ast-separate-container .ast-comment-list li {background-color: #fff;}.ast-separate-container .ast-comment-list li.depth-1 {padding: 4em 6.67em;margin-bottom: 2em;}@media (max-width: 1200px) {.ast-separate-container .ast-comment-list li.depth-1 {padding: 3em 3.34em;}}.ast-separate-container .ast-comment-list li.depth-1 .children li {padding-bottom: 0;padding-top: 0;margin-bottom: 0;}.ast-separate-container .ast-comment-list li.depth-1 .ast-comment,.ast-separate-container .ast-comment-list li.depth-2 .ast-comment {border-bottom: 0;}.ast-separate-container .ast-comment-list .comment-respond {padding-top: 0;padding-bottom: 1em;background-color: transparent;}.ast-separate-container .ast-comment-list .pingback p {margin-bottom: 0;}.ast-separate-container .ast-comment-list .bypostauthor {padding: 2em;margin-bottom: 1em;}.ast-separate-container .ast-comment-list .bypostauthor li {background: transparent;margin-bottom: 0;padding: 0 0 0 2em;}.ast-separate-container .comment-respond {background-color: #fff;padding: 4em 6.67em;border-bottom: 0;}@media (max-width: 1200px) {.ast-separate-container .comment-respond {padding: 3em 2.34em;}}.ast-separate-container .comment-reply-title {padding-top: 0;}.comment-content a {word-wrap: break-word;}.comment-form-legend {margin-bottom: unset;padding: 0 0.5em;}.ast-comment-list .children {margin-left: 2em;}@media (max-width: 992px) {.ast-comment-list .children {margin-left: 1em;}}.ast-comment-list #cancel-comment-reply-link {white-space: nowrap;font-size: 15px;font-size: 1rem;margin-left: 1em;}.ast-comment-info {display: flex;position: relative;}.ast-comment-meta {justify-content: right;padding: 0 3.4em 1.60em;}.ast-comment-time .timendate{margin-right: 0.5em;}.comments-area #wp-comment-cookies-consent {margin-right: 10px;}.ast-page-builder-template .comments-area {padding-left: 20px;padding-right: 20px;margin-top: 0;margin-bottom: 2em;}.ast-separate-container .ast-comment-list .bypostauthor .bypostauthor {background: transparent;margin-bottom: 0;padding-right: 0;padding-bottom: 0;padding-top: 0;}@media (min-width:922px){.ast-separate-container .ast-comment-list li .comment-respond{padding-left:2.66666em;padding-right:2.66666em;}}@media (max-width:544px){.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-separate-container .comment-respond{padding:1.5em 1em;}.ast-separate-container .ast-comment-list .bypostauthor li{padding:0 0 0 .5em;}.ast-comment-list .children{margin-left:0.66666em;}}@media (max-width:921px){.ast-comment-avatar-wrap img{max-width:2.5em;}.comments-area{margin-top:1.5em;}.ast-separate-container .comments-title{padding:1.43em 1.48em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-avatar-wrap{margin-right:0.5em;}}\",\"handle\":\"astra-theme-css\"}],\"priority\":2,\"hash\":\"543d9be378ad6e36435ce92a1ab60206\",\"parse_time\":0.10375595092773438,\"shake_time\":0.000759124755859375,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html\":true},[\"font-size:93.75%\"]],[true,{\"a\":true,\".page-title\":false},[\"color:var(--ast-global-color-0)\"]],[true,{\"a:hover\":true,\"a:focus\":true},[\"color:var(--ast-global-color-1)\"]],[true,{\"body\":true,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false,\".ast-button\":false,\".ast-custom-button\":false},[\"font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif\",\"font-weight:inherit\",\"font-size:15px\",\"font-size:1rem\"]],[false,{\"blockquote\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".site-title\":false},[\"font-size:35px\",\"font-size:2.3333333333333rem\",\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[false,{\".site-header .site-description\":false},[\"font-size:15px\",\"font-size:1rem\",\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"h3\":true,\".entry-content h3\":false},[\"font-size:25px\",\"font-size:1.6666666666667rem\"]],[false,{\"h4\":false,\".entry-content h4\":false},[\"font-size:20px\",\"font-size:1.3333333333333rem\"]],[false,{\"h5\":false,\".entry-content h5\":false},[\"font-size:18px\",\"font-size:1.2rem\"]],[false,{\"h6\":false,\".entry-content h6\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"::selection\":true},[\"background-color:var(--ast-global-color-0)\",\"color:#fff\"]],[true,{\"body\":true,\"h1\":true,\".entry-title a\":false,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":true,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".tagcloud a:hover\":false,\".tagcloud a:focus\":false,\".tagcloud a.current-item\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\"]],[true,{\"input:focus\":true,\"input[type=\\\"text\\\"]:focus\":true,\"input[type=\\\"email\\\"]:focus\":true,\"input[type=\\\"url\\\"]:focus\":true,\"input[type=\\\"password\\\"]:focus\":true,\"input[type=\\\"reset\\\"]:focus\":true,\"input[type=\\\"search\\\"]:focus\":true,\"textarea:focus\":false},[\"border-color:var(--ast-global-color-0)\"]],[true,{\"input[type=\\\"radio\\\"]:checked\":true,\"input[type=reset]\":true,\"input[type=\\\"checkbox\\\"]:checked\":true,\"input[type=\\\"checkbox\\\"]:hover:checked\":true,\"input[type=\\\"checkbox\\\"]:focus:checked\":true,\"input[type=range]::-webkit-slider-thumb\":true},[\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"box-shadow:none\"]],[false,{\".site-footer a:hover + .post-count\":false,\".site-footer a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".single .nav-links .nav-previous\":false,\".single .nav-links .nav-next\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta\":false,\".entry-meta *\":false},[\"line-height:1.45\",\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta a:hover\":false,\".entry-meta a:hover *\":false,\".entry-meta a:focus\":false,\".entry-meta a:focus *\":false,\".page-links > .page-link\":false,\".page-links .page-link:hover\":false,\".post-navigation a:hover\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\"#cat option\":false,\".secondary .calendar_wrap thead a\":false,\".secondary .calendar_wrap thead a:visited\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".secondary .calendar_wrap #today\":false,\".ast-progress-val span\":false},[\"background:var(--ast-global-color-0)\"]],[false,{\".secondary a:hover + .post-count\":false,\".secondary a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".calendar_wrap #today > a\":false},[\"color:#fff\"]],[false,{\".page-links .page-link\":false,\".single .post-navigation a\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-archive-title\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".widget-title\":false},[\"font-size:21px\",\"font-size:1.4rem\",\"color:var(--ast-global-color-2)\"]],[false,{\"#secondary\":false,\"#secondary button\":false,\"#secondary input\":false,\"#secondary select\":false,\"#secondary textarea\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-content a\":false,\".ast-comment-content a:not(.ast-comment-edit-reply-wrap a)\":false},[\"text-decoration:underline\"]],[false,{\".ast-single-post .wp-block-button .wp-block-button__link\":false,\".ast-single-post .elementor-button-wrapper .elementor-button\":false,\".ast-single-post .entry-content .uagb-tab a\":false,\".ast-single-post .entry-content .uagb-ifb-cta a\":false,\".ast-single-post .entry-content .wp-block-uagb-buttons a\":false,\".ast-single-post .entry-content .uabb-module-content a\":false,\".ast-single-post .entry-content .uagb-post-grid a\":false,\".ast-single-post .entry-content .uagb-timeline a\":false,\".ast-single-post .entry-content .uagb-toc__wrap a\":false,\".ast-single-post .entry-content .uagb-taxomony-box a\":false,\".ast-single-post .entry-content .woocommerce a\":false},[\"text-decoration:none\"]],[false,{\".ast-logo-title-inline .site-logo-img\":false},[\"padding-right:1em\"]],[false,{\"#secondary\":false},[\"margin:4em 0 2.5em\",\"word-break:break-word\",\"line-height:2\"]],[false,{\"#secondary li\":false},[\"margin-bottom:.25em\"]],[false,{\"#secondary li:last-child\":false},[\"margin-bottom:0\"]],[false,\"@media (max-width: 768px){\"],[false,{\".js_active .ast-plain-container.ast-single-post #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"background-color:#fff\",\"padding:2em\",\"margin-bottom:2em\"]],[false,\"@media (min-width: 993px){\"],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:60px\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width: 993px){\"],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:30px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:30px\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\"#ast-mobile-header\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-buttons.aligncenter\":false},[\"justify-content:center\"]],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-group .has-background\":false},[\"padding:20px\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-cover-image.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover-image.alignfull .wp-block-cover__inner-container\":false,\".wp-block-cover.alignfull .wp-block-cover__inner-container\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".ast-plain-container.ast-no-sidebar #primary\":false},[\"margin-top:0\",\"margin-bottom:0\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-theme-transparent-header #primary\":false,\".ast-theme-transparent-header #secondary\":false},[\"padding:0\"]],[false,\"}\"],[false,{\".wp-block-columns\":false},[\"margin-bottom:unset\"]],[false,{\".wp-block-image.size-full\":false},[\"margin:2rem 0\"]],[false,{\".wp-block-separator.has-background\":false},[\"padding:0\"]],[false,{\".wp-block-gallery\":false},[\"margin-bottom:1.6em\"]],[false,{\".wp-block-group\":false},[\"padding-top:4em\",\"padding-bottom:4em\"]],[false,{\".wp-block-group__inner-container .wp-block-columns:last-child\":false,\".wp-block-group__inner-container :last-child\":false,\".wp-block-table table\":false},[\"margin-bottom:0\"]],[false,{\".blocks-gallery-grid\":false},[\"width:100%\"]],[false,{\".wp-block-navigation-link__content\":false},[\"padding:5px 0\"]],[false,{\".wp-block-group .wp-block-group .has-text-align-center\":false,\".wp-block-group .wp-block-column .has-text-align-center\":false},[\"max-width:100%\"]],[false,{\".has-text-align-center\":false},[\"margin:0 auto\"]],[false,\"@media (max-width:1200px){\"],[false,{\".wp-block-group\":false},[\"padding:3em\"]],[false,{\".wp-block-group .wp-block-group\":false},[\"padding:1.5em\"]],[false,{\".wp-block-columns\":false,\".wp-block-column\":false},[\"margin:1rem 0\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\".wp-block-columns .wp-block-group\":false},[\"padding:2em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-cover-image .wp-block-cover__inner-container\":false,\".wp-block-cover .wp-block-cover__inner-container\":false},[\"width:unset\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"padding:2em 0\"]],[false,{\".wp-block-group\":false,\".wp-block-cover\":false},[\"padding:2em\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"width:unset\",\"max-width:100%\"]],[false,{\".wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:1em\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-plain-container.ast-no-sidebar #primary\":false},[\"padding:0\"]],[false,\"}\"],[false,\"@media (min-width:544px){\"],[false,{\".entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content\":false},[\"padding:0 8% 0 0\"]],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:0 0 0 8%\"]],[false,{\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:8% 0\"]],[false,{\".wp-block-media-text .wp-block-media-text__media amp-img\":false,\".wp-block-media-text .wp-block-media-text__media amp-anim\":false},[\"width:auto\",\"max-width:100%\"]],[false,\"}\"],[false,{\".wp-block-button.is-style-outline .wp-block-button__link\":false},[\"border-color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)\":false,\".wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color)\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus\":false},[\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus:not(#_#_#_#_#_#_#_)\":false},[\"color:#fff\"]],[false,{\".post-page-numbers.current .page-link\":false,\".ast-pagination .page-numbers.current\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\"]],[false,\"@media (min-width:544px){\"],[false,{\".entry-content > .alignleft\":false},[\"margin-right:20px\"]],[false,{\".entry-content > .alignright\":false},[\"margin-left:20px\"]],[false,\"}\"],[false,{\"h1.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h2.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h3.widget-title\":false},[\"font-weight:inherit\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container #secondary\":false},[\"padding:1.5em 0\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"padding:1.5em 0\",\"margin:0\"]],[false,{\".ast-left-sidebar #content > .ast-container\":false},[\"display:flex\",\"flex-direction:column-reverse\",\"width:100%\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"margin:20px 0 0 0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#secondary.secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".ast-separate-container.ast-two-container #secondary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-page-builder-template .entry-header #secondary\":false,\".ast-page-builder-template #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:0\"]],[false,{\".ast-page-builder-template.ast-left-sidebar #secondary\":false,\".ast-page-builder-template.ast-right-sidebar #secondary\":false},[\"padding-right:20px\",\"padding-left:20px\"]],[false,{\".ast-right-sidebar #secondary\":false,\".ast-left-sidebar #primary\":false},[\"padding-left:0\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:0\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-separate-container.ast-right-sidebar #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false},[\"border:0\"]],[false,{\".search-no-results.ast-separate-container #primary\":false},[\"margin-bottom:4em\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"border-right:1px solid #eee\"]],[false,{\".ast-left-sidebar #primary\":false},[\"border-left:1px solid #eee\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"border-left:1px solid #eee\",\"margin-left:-1px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"border-right:1px solid #eee\",\"margin-right:-1px\"]],[false,{\".ast-separate-container.ast-two-container.ast-right-sidebar #secondary\":false},[\"padding-left:30px\",\"padding-right:0\"]],[false,{\".ast-separate-container.ast-two-container.ast-left-sidebar #secondary\":false},[\"padding-right:30px\",\"padding-left:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false,\".ast-separate-container.ast-left-sidebar #secondary\":false},[\"border:0\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget:last-child\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"color:#fff\"]],[false,{\".wp-block-button .wp-block-button__link:hover\":false,\".wp-block-button .wp-block-button__link:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button .wp-block-button__link\":false},[\"border-style:solid\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"color:#fff\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\",\"border-radius:2px\"]],[false,{\".wp-block-buttons .wp-block-button .wp-block-button__link\":false},[\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\"]],[false,\"@media (max-width:921px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,\"}\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".ast-custom-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button\":false,\"body .wp-block-file .wp-block-file__button\":false},[\"border-style:solid\",\"border-top-width:0\",\"border-right-width:0\",\"border-left-width:0\",\"border-bottom-width:0\",\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\",\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\"]],[true,{\"button:focus\":false,\".menu-toggle:hover\":false,\"button:hover\":false,\".ast-button:hover\":false,\".ast-custom-button:hover .button:hover\":false,\".ast-custom-button:hover\":false,\"input[type=reset]:hover\":true,\"input[type=reset]:focus\":true,\"input#submit:hover\":false,\"input#submit:focus\":false,\"input[type=\\\"button\\\"]:hover\":true,\"input[type=\\\"button\\\"]:focus\":true,\"input[type=\\\"submit\\\"]:hover\":true,\"input[type=\\\"submit\\\"]:focus\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover\":false,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus\":false,\"body .wp-block-file .wp-block-file__button:hover\":false,\"body .wp-block-file .wp-block-file__button:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,\"@media (min-width:544px){\"],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false,\".ast-separate-container .comments-title\":false,\".ast-separate-container .ast-archive-description\":false},[\"padding:1.5em 1em\"]],[false,{\".ast-separate-container #content .ast-container\":false},[\"padding-left:.54em\",\"padding-right:.54em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 1em\",\"margin-bottom:1.5em\"]],[false,{\".ast-separate-container .ast-comment-list .bypostauthor\":false},[\"padding:.5em\"]],[false,{\".ast-search-menu-icon.ast-dropdown-active .search-field\":false},[\"width:170px\"]],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,{\".ast-separate-container #secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"margin-bottom:1.5em\",\"padding-left:1em\",\"padding-right:1em\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,{\".ast-mobile-header-stack .main-header-bar .ast-search-menu-icon\":false},[\"display:inline-block\"]],[false,{\".ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon\":false},[\"margin:0\"]],[false,{\".ast-comment-avatar-wrap amp-img\":false,\".ast-comment-avatar-wrap amp-anim\":false},[\"max-width:2.5em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container .comment-respond\":false},[\"padding:2em 2.14em\"]],[false,{\".ast-comment-meta\":false},[\"padding:0 1.8888em 1.3333em\"]],[true,\"}\"],[false,{\".entry-content > .wp-block-group\":false,\".entry-content > .wp-block-media-text\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns\":false},[\"max-width:58em\",\"width:calc(100% - 4em)\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > .alignfull\":false},[\"max-width:100%\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(amp-iframe)\":false},[\"max-width:50rem\",\"width:100%\"]],[false,\"@media (min-width:921px){\"],[false,{\".entry-content > .wp-block-group.alignwide.has-background\":false,\".entry-content > .wp-block-group.alignfull.has-background\":false,\".entry-content > .wp-block-cover.alignwide\":false,\".entry-content > .wp-block-cover.alignfull\":false,\".entry-content > .wp-block-columns.has-background.alignwide\":false,\".entry-content > .wp-block-columns.has-background.alignfull\":false},[\"margin-top:0\",\"margin-bottom:0\",\"padding:6em 4em\"]],[false,{\".entry-content > .wp-block-columns.has-background\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".entry-content .alignfull p\":false},[\"max-width:1200px\"]],[false,{\".entry-content .alignfull\":false},[\"max-width:100%\",\"width:100%\"]],[false,{\".ast-page-builder-template .entry-content .alignwide\":false,\".entry-content [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:1200px\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:80rem\"]],[false,\"}\"],[false,\"@media (min-width:545px){\"],[false,{\".site-main .entry-content > .alignwide\":false},[\"margin:0 auto\"]],[false,{\".wp-block-group.has-background\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns.has-background\":false},[\"padding:4em\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".entry-content .wp-block-media-text.alignfull .wp-block-media-text__content\":false,\".entry-content .wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:0 8%\"]],[false,\"}\"],[true,\"@media (max-width:921px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[true,{\"h3\":true,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[true,{\"h3\":true,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-container\":false},[\"max-width:1240px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".site-content .ast-container\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-content .ast-container\":false},[\"flex-direction:column\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu\":false,\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:focus-within > .sub-menu\":false},[\"margin-left:-0px\"]],[false,\"}\"],[false,{\".wp-block-search\":false},[\"margin-bottom:20px\"]],[false,{\".wp-block-site-tagline\":false},[\"margin-top:20px\"]],[false,{\"form.wp-block-search .wp-block-search__input\":false,\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper\":false},[\"border-color:#eaeaea\",\"background:#fafafa\"]],[false,{\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus\":false,\".wp-block-loginout input:focus\":false},[\"outline:thin dotted\"]],[false,{\".wp-block-loginout input:focus\":false},[\"border-color:transparent\"]],[false,{\"form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input\":false},[\"padding:12px\"]],[false,{\"form.wp-block-search .wp-block-search__button svg\":false},[\"fill:currentColor\",\"width:20px\",\"height:20px\"]],[false,{\".wp-block-loginout p label\":false},[\"display:block\"]],[false,{\".wp-block-loginout p:not(.login-remember):not(.login-submit) input\":false},[\"width:100%\"]],[false,{\".wp-block-loginout .login-remember input\":false},[\"width:1.1rem\",\"height:1.1rem\",\"margin:0 5px 4px 0\",\"vertical-align:middle\"]],[false,{\"body .wp-block-file .wp-block-file__button\":false},[\"text-decoration:none\"]],[false,{\"blockquote\":false},[\"padding:0 1.2em 1.2em\"]],[false,{\".wp-block-file\":false},[\"display:flex\",\"align-items:center\",\"flex-wrap:wrap\",\"justify-content:space-between\"]],[false,{\".wp-block-pullquote\":false},[\"border:none\"]],[false,{\".wp-block-pullquote blockquote::before\":false},[\"content:\\\"\\u201d\\\"\",\"font-family:\\\"Helvetica\\\",sans-serif\",\"display:flex\",\"transform:rotate(180deg)\",\"font-size:6rem\",\"font-style:normal\",\"line-height:1\",\"font-weight:bold\",\"align-items:center\",\"justify-content:center\"]],[false,{\"figure.wp-block-pullquote.is-style-solid-color blockquote\":false},[\"max-width:100%\",\"text-align:inherit\"]],[false,{\"ul.wp-block-categories-list.wp-block-categories\":false,\"ul.wp-block-archives-list.wp-block-archives\":false},[\"list-style-type:none\"]],[false,{\".wp-block-button__link\":false},[\"border:2px solid currentColor\"]],[true,{\"ul\":true,\"ol\":false},[\"margin-left:20px\"]],[false,{\"figure.alignright figcaption\":false},[\"text-align:right\"]],[false,{\":root .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[true,{\":root\":true},[\"--ast-global-color-0:#0170b9\",\"--ast-global-color-1:#3a3a3a\",\"--ast-global-color-2:#3a3a3a\",\"--ast-global-color-3:#4b4f58\",\"--ast-global-color-4:#f5f5f5\",\"--ast-global-color-5:#fff\",\"--ast-global-color-6:#f2f5f7\",\"--ast-global-color-7:#424242\",\"--ast-global-color-8:#000\"]],[false,{\".ast-breadcrumbs .trail-browse\":false,\".ast-breadcrumbs .trail-items\":false,\".ast-breadcrumbs .trail-items li\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\",\"border:none\",\"background:inherit\",\"text-indent:0\"]],[false,{\".ast-breadcrumbs .trail-browse\":false},[\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"color:inherit\"]],[false,{\".ast-breadcrumbs .trail-items\":false},[\"list-style:none\"]],[false,{\".trail-items li::after\":false},[\"padding:0 .3em\",\"content:\\\"\\u00bb\\\"\"]],[false,{\".trail-items li:last-of-type::after\":false},[\"display:none\"]],[true,{\"h1\":true,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":true,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".entry-title a\":false},[\"color:var(--ast-global-color-2)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,{\".ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-1 .sub-menu\":false,\".ast-builder-menu-1 .inline-on-mobile .sub-menu\":false},[\"border-top-width:2px\",\"border-bottom-width:0px\",\"border-right-width:0px\",\"border-left-width:0px\",\"border-color:var(--ast-global-color-0)\",\"border-style:solid\",\"border-radius:0px\"]],[false,{\".ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu\":false,\".ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper\":false},[\"margin-top:0px\"]],[false,{\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before\":false,\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before\":false},[\"height:calc(0px + 5px)\"]],[false,{\".ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-1 .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"background-color:#eee\",\"min-height:80px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false},[\"max-width:1200px\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false,\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section\":false},[\"align-items:flex-start\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"@media (max-width:921px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,{\".ast-footer-copyright\":false},[\"color:var(--ast-global-color-3)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,{\".ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,{\"#ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-amp.ast-main-header-nav-open .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-below-header-bar\":false,\".ast-amp .main-header-bar\":false,\".ast-amp .ast-above-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-header .main-header-bar-wrap .site-branding\":false},[\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-main-header-bar-alignment.toggle-on\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".main-header-menu .menu-item\":false},[\"width:100%\",\"text-align:left\",\"border-top:0\"]],[false,{\".main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"-webkit-transition:all .2s\",\"transition:all .2s\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-amp .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-amp .main-navigation ul .menu-item .menu-link\":false,\".ast-amp .main-navigation ul .button-custom-menu-item a\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-amp .main-header-menu\":false},[\"background-color:#f9f9f9\"]],[false,{\".ast-amp .main-header-menu ul\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul\":false,\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul\":false,\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-amp .user-select\":false},[\"clear:both\"]],[false,{\".ast-amp .ast-mobile-menu-buttons\":false},[\"text-align:right\",\"display:flex\",\"-webkit-box-pack:end\",\"-webkit-justify-content:flex-end\",\"-moz-box-pack:end\",\"-ms-flex-pack:end\",\"justify-content:flex-end\"]],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"width:calc(100% + 40px)\"]],[false,{\".ast-amp .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".ast-amp .site-header .main-header-bar-wrap .site-branding\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-amp .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar\":false},[\"border:0\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-main-header-bar-alignment .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation ul > li:first-child\":false},[\"border-top:0\"]],[false,{\".ast-amp .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-amp .main-navigation li\":false},[\"width:100%\"]],[false,{\".ast-amp .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-amp .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-amp .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-amp .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-amp .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:none\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link\":false},[\"display:inline-block\"]],[false,{\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:block\"]],[false,{\".ast-amp .ast-header-widget-area .widget\":false},[\"margin:.5em 0\",\"display:block\"]],[false,{\".ast-amp .nav-fallback-text\":false},[\"float:none\"]],[false,{\".ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap\":false},[\"height:3em\",\"line-height:3\",\"text-align:left\"]],[false,{\".ast-amp #ast-site-header-cart .widget_shopping_cart\":false},[\"display:none\"]],[false,{\".ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart\":false},[\"order:initial\",\"line-height:3\",\"padding:0 1em 1em 0\"]],[false,{\".ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget\":false,\".ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap\":false},[\"display:none\"]],[false,{\".ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item\":false},[\"padding:0\"]],[false,{\".ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form\":false},[\"right:0\"]],[false,{\".ast-amp .main-header-menu .sub-menu\":false},[\"box-shadow:none\"]],[false,{\".ast-amp .submenu-with-border .sub-menu a\":false},[\"border-width:1px\"]],[false,{\".ast-amp .submenu-with-border .sub-menu > li:last-child > a\":false},[\"border-width:1px\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal\":false},[\"background:transparent\",\"border:none\"]],[false,\"}\"],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"@media (min-width:922px){\"],[false,{\".main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\"#primary\":false},[\"width:70%\"]],[false,{\"#secondary\":false},[\"width:30%\"]],[false,\"}\"],[false,{\".main-header-menu .menu-item\":false,\"#astra-footer-menu .menu-item\":false,\".main-header-bar .ast-masthead-custom-menu-items\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-pack:center\",\"-webkit-justify-content:center\",\"-moz-box-pack:center\",\"-ms-flex-pack:center\",\"justify-content:center\",\"-webkit-box-orient:vertical\",\"-webkit-box-direction:normal\",\"-webkit-flex-direction:column\",\"-moz-box-orient:vertical\",\"-moz-box-direction:normal\",\"-ms-flex-direction:column\",\"flex-direction:column\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false,\"#astra-footer-menu > .menu-item > .menu-link\":false},[\"height:100%\",\"-webkit-box-align:center\",\"-webkit-align-items:center\",\"-moz-box-align:center\",\"-ms-flex-align:center\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg\":false},[\"top:.2em\",\"margin-top:0px\",\"margin-left:0px\",\"width:.65em\",\"transform:translate(0,-2px) rotateZ(270deg)\"]],[false,{\".ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-separate-container .blog-layout-1\":false,\".ast-separate-container .blog-layout-2\":false,\".ast-separate-container .blog-layout-3\":false},[\"background-color:transparent\",\"background-image:none\"]],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-mobile-header-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding:10px 0\",\"height:auto\"]],[false,{\".ast-mobile-header-content > *:first-child\":false,\".ast-desktop-header-content > *:first-child\":false},[\"padding-top:10px\"]],[false,{\".ast-mobile-header-content > .ast-builder-menu\":false,\".ast-desktop-header-content > .ast-builder-menu\":false},[\"padding-top:0\"]],[false,{\".ast-mobile-header-content > *:last-child\":false,\".ast-desktop-header-content > *:last-child\":false},[\"padding-bottom:0\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label\":false},[\"width:100%\"]],[false,{\".ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\"#ast-desktop-header .ast-desktop-header-content\":false,\".ast-mobile-header-content .ast-search-icon\":false,\".ast-desktop-header-content .ast-search-icon\":false,\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content\":false},[\"display:none\"]],[false,{\".ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content\":false,\".ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu\":false},[\"opacity:1\",\"visibility:visible\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation\":false},[\"width:unset\",\"margin:unset\"]],[false,{\".ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false,\".ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"left:calc(20px - .907em)\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon\":false,\".ast-mobile-header-content .ast-search-menu-icon.slide-search\":false,\".ast-desktop-header-content .ast-search-menu-icon\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search\":false},[\"width:100%\",\"position:relative\",\"display:block\",\"right:auto\",\"transform:none\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-form\":false},[\"right:0\",\"visibility:visible\",\"opacity:1\",\"position:relative\",\"top:auto\",\"transform:none\",\"padding:0\",\"display:block\",\"overflow:hidden\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-field\":false},[\"width:100%\",\"padding-right:5.5em\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon .search-submit\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-submit\":false},[\"display:block\",\"position:absolute\",\"height:100%\",\"top:0\",\"right:0\",\"padding:0 1em\",\"border-radius:0\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-mobile-popup-drawer.active .ast-mobile-popup-inner\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-desktop-header-content\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-popup-content > *\":false,\".ast-mobile-header-content > *\":false,\".ast-desktop-popup-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding-top:0px\",\"padding-bottom:0px\"]],[false,{\".content-align-flex-start .ast-builder-layout-element\":false},[\"justify-content:flex-start\"]],[false,{\".content-align-flex-start .main-header-menu\":false},[\"text-align:left\"]],[false,{\".ast-mobile-popup-drawer.active .menu-toggle-close\":false},[\"color:#3a3a3a\"]],[false,{\".ast-mobile-header-wrap .ast-primary-header-bar\":false,\".ast-primary-header-bar .site-primary-header-wrap\":false},[\"min-height:70px\"]],[false,{\".ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item\":false},[\"line-height:70px\"]],[false,\"@media (max-width:921px){\"],[false,{\"#masthead .ast-mobile-header-wrap .ast-primary-header-bar\":false,\"#masthead .ast-mobile-header-wrap .ast-below-header-bar\":false},[\"padding-left:20px\",\"padding-right:20px\"]],[false,\"}\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"@media (min-width:922px){\"],[false,{\".ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"}\"],[false,{\".ast-primary-header-bar\":false},[\"background-color:#fff\"]],[false,{\".ast-primary-header-bar\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal\":false},[\"color:var(--ast-global-color-0)\",\"border:none\",\"background:transparent\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg\":false},[\"width:20px\",\"height:20px\",\"fill:var(--ast-global-color-0)\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item > .menu-link\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,{\".ast-hfb-header .ast-builder-menu-mobile .main-header-menu\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"],[false,{\".comment-reply-title\":false},[\"font-size:24px\",\"font-size:1.6rem\"]],[false,{\".ast-comment-meta\":false},[\"line-height:1.666666667\",\"color:var(--ast-global-color-0)\",\"font-size:12px\",\"font-size:.8rem\"]],[false,{\".ast-comment-list #cancel-comment-reply-link\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".comments-title\":false},[\"padding:2em 0\"]],[false,{\".comments-title\":false},[\"font-weight:normal\",\"word-wrap:break-word\"]],[false,{\".ast-comment-list\":false},[\"margin:0\",\"word-wrap:break-word\",\"padding-bottom:.5em\",\"list-style:none\"]],[false,{\".ast-comment-list li\":false},[\"list-style:none\"]],[false,{\".ast-comment-list .ast-comment-edit-reply-wrap\":false},[\"-js-display:flex\",\"display:flex\",\"justify-content:flex-end\"]],[false,{\".ast-comment-list .ast-edit-link\":false},[\"flex:1\"]],[false,{\".ast-comment-list .comment-awaiting-moderation\":false},[\"margin-bottom:0\"]],[false,{\".ast-comment\":false},[\"padding:1em 0\"]],[false,{\".ast-comment-info amp-img\":false,\".ast-comment-info amp-anim\":false},[\"border-radius:50%\"]],[false,{\".ast-comment-cite-wrap cite\":false},[\"font-style:normal\"]],[false,{\".comment-reply-title\":false},[\"padding-top:1em\",\"font-weight:normal\",\"line-height:1.65\"]],[false,{\".ast-comment-meta\":false},[\"margin-bottom:.5em\"]],[false,{\".comments-area\":false},[\"border-top:1px solid #eee\",\"margin-top:2em\"]],[false,{\".comments-area .comment-form-comment\":false},[\"width:100%\",\"border:none\",\"margin:0\",\"padding:0\"]],[false,{\".comments-area .comment-notes\":false,\".comments-area .comment-textarea\":false,\".comments-area .form-allowed-tags\":false},[\"margin-bottom:1.5em\"]],[false,{\".comments-area .form-submit\":false},[\"margin-bottom:0\"]],[false,{\".comments-area textarea#comment\":false,\".comments-area .ast-comment-formwrap input[type=\\\"text\\\"]\":false},[\"width:100%\",\"border-radius:0\",\"vertical-align:middle\",\"margin-bottom:10px\"]],[false,{\".comments-area .no-comments\":false},[\"margin-top:.5em\",\"margin-bottom:.5em\"]],[false,{\".comments-area p.logged-in-as\":false},[\"margin-bottom:1em\"]],[false,{\".ast-separate-container .comments-title\":false},[\"background-color:#fff\",\"padding:1.2em 3.99em 0\"]],[false,{\".ast-separate-container .comments-area\":false},[\"border-top:0\"]],[false,{\".ast-separate-container .ast-comment-list\":false},[\"padding-bottom:0\"]],[false,{\".ast-separate-container .ast-comment-list li\":false},[\"background-color:#fff\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:4em 6.67em\",\"margin-bottom:2em\"]],[false,\"@media (max-width: 1200px){\"],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:3em 3.34em\"]],[false,\"}\"],[false,{\".ast-separate-container .ast-comment-list li.depth-1 .children li\":false},[\"padding-bottom:0\",\"padding-top:0\",\"margin-bottom:0\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1 .ast-comment\":false,\".ast-separate-container .ast-comment-list li.depth-2 .ast-comment\":false},[\"border-bottom:0\"]],[false,{\".ast-separate-container .ast-comment-list .comment-respond\":false},[\"padding-top:0\",\"padding-bottom:1em\",\"background-color:transparent\"]],[false,{\".ast-separate-container .ast-comment-list .pingback p\":false},[\"margin-bottom:0\"]],[false,{\".ast-separate-container .ast-comment-list .bypostauthor\":false},[\"padding:2em\",\"margin-bottom:1em\"]],[false,{\".ast-separate-container .ast-comment-list .bypostauthor li\":false},[\"background:transparent\",\"margin-bottom:0\",\"padding:0 0 0 2em\"]],[false,{\".ast-separate-container .comment-respond\":false},[\"background-color:#fff\",\"padding:4em 6.67em\",\"border-bottom:0\"]],[false,\"@media (max-width: 1200px){\"],[false,{\".ast-separate-container .comment-respond\":false},[\"padding:3em 2.34em\"]],[false,\"}\"],[false,{\".ast-separate-container .comment-reply-title\":false},[\"padding-top:0\"]],[false,{\".comment-content a\":false},[\"word-wrap:break-word\"]],[false,{\".comment-form-legend\":false},[\"margin-bottom:unset\",\"padding:0 .5em\"]],[false,{\".ast-comment-list .children\":false},[\"margin-left:2em\"]],[false,\"@media (max-width: 992px){\"],[false,{\".ast-comment-list .children\":false},[\"margin-left:1em\"]],[false,\"}\"],[false,{\".ast-comment-list #cancel-comment-reply-link\":false},[\"white-space:nowrap\",\"font-size:15px\",\"font-size:1rem\",\"margin-left:1em\"]],[false,{\".ast-comment-info\":false},[\"display:flex\",\"position:relative\"]],[false,{\".ast-comment-meta\":false},[\"justify-content:right\",\"padding:0 3.4em 1.6em\"]],[false,{\".ast-comment-time .timendate\":false},[\"margin-right:.5em\"]],[false,{\".comments-area #wp-comment-cookies-consent\":false},[\"margin-right:10px\"]],[false,{\".ast-page-builder-template .comments-area\":false},[\"padding-left:20px\",\"padding-right:20px\",\"margin-top:0\",\"margin-bottom:2em\"]],[false,{\".ast-separate-container .ast-comment-list .bypostauthor .bypostauthor\":false},[\"background:transparent\",\"margin-bottom:0\",\"padding-right:0\",\"padding-bottom:0\",\"padding-top:0\"]],[false,\"@media (min-width:922px){\"],[false,{\".ast-separate-container .ast-comment-list li .comment-respond\":false},[\"padding-left:2.66666em\",\"padding-right:2.66666em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 1em\",\"margin-bottom:1.5em\"]],[false,{\".ast-separate-container .ast-comment-list .bypostauthor\":false},[\"padding:.5em\"]],[false,{\".ast-separate-container .comment-respond\":false},[\"padding:1.5em 1em\"]],[false,{\".ast-separate-container .ast-comment-list .bypostauthor li\":false},[\"padding:0 0 0 .5em\"]],[false,{\".ast-comment-list .children\":false},[\"margin-left:.66666em\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-comment-avatar-wrap amp-img\":false,\".ast-comment-avatar-wrap amp-anim\":false},[\"max-width:2.5em\"]],[false,{\".comments-area\":false},[\"margin-top:1.5em\"]],[false,{\".ast-separate-container .comments-title\":false},[\"padding:1.43em 1.48em\"]],[false,{\".ast-comment-meta\":false},[\"padding:0 1.8888em 1.3333em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container .comment-respond\":false},[\"padding:2em 2.14em\"]],[false,{\".ast-comment-avatar-wrap\":false},[\"margin-right:.5em\"]],[false,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":116345,\"final_size\":7716,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1547,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2462,\"function\":\"wp_common_block_scripts_and_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":20,\"hash\":\"6eb20086263e86e560757b16661f58ea\",\"parse_time\":0.18590092658996582,\"shake_time\":0.0012619495391845703,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-archives\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-archives-dropdown label\":false},[\"display:block\"]],[false,{\".wp-block-avatar\":false},[\"line-height:0\"]],[false,{\".wp-block-avatar\":false,\".wp-block-avatar amp-img\":false,\".wp-block-avatar amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-avatar.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-audio\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-audio :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-audio amp-audio\":false},[\"min-width:300px\",\"width:100%\"]],[false,{\".wp-block-button__link\":false},[\"align-content:center\",\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"height:100%\",\"text-align:center\",\"word-break:break-word\"]],[false,{\".wp-block-button__link.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-button__link.alignright\":false},[\"text-align:right\"]],[true,{\":where(.wp-block-button__link)\":true},[\"border-radius:9999px\",\"box-shadow:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"text-decoration:none\"]],[false,{\".wp-block-button[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width\":false},[\"max-width:none\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-25\":false},[\"width:calc(25% - var(--wp--style--block-gap,.5em) * .75)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-50\":false},[\"width:calc(50% - var(--wp--style--block-gap,.5em) * .5)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-75\":false},[\"width:calc(75% - var(--wp--style--block-gap,.5em) * .25)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-100\":false},[\"flex-basis:100%\",\"width:100%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25\":false},[\"width:25%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50\":false},[\"width:50%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75\":false},[\"width:75%\"]],[false,{\".wp-block-button.is-style-squared\":false,\".wp-block-button__link.wp-block-button.is-style-squared\":false},[\"border-radius:0\"]],[false,{\".wp-block-button.no-border-radius:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button__link.no-border-radius:not(#_#_#_#_#_#_#_)\":false},[\"border-radius:0\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline)\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link)\":true},[\"border:2px solid\",\"padding:.667em 1.333em\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color))\":true},[\"color:currentColor\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background))\":true},[\"background-color:initial\",\"background-image:none\"]],[false,{\".wp-block-buttons\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-buttons.is-vertical\":false},[\"flex-direction:column\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-buttons>.wp-block-button\":false},[\"display:inline-block\",\"margin:0\"]],[false,{\".wp-block-buttons.is-content-justification-left\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-left.is-vertical\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-center\":false},[\"justify-content:center\"]],[false,{\".wp-block-buttons.is-content-justification-center.is-vertical\":false},[\"align-items:center\"]],[false,{\".wp-block-buttons.is-content-justification-right\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-right.is-vertical\":false},[\"align-items:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-space-between\":false},[\"justify-content:space-between\"]],[false,{\".wp-block-buttons.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button\":false,\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-button.aligncenter\":false,\".wp-block-calendar\":false},[\"text-align:center\"]],[false,{\".wp-block-calendar td\":false,\".wp-block-calendar th\":false},[\"border:1px solid\",\"padding:.25em\"]],[false,{\".wp-block-calendar th\":false},[\"font-weight:400\"]],[false,{\".wp-block-calendar caption\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color))\":false},[\"color:#40464d\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color)) td\":false,\".wp-block-calendar table:where(:not(.has-text-color)) th\":false},[\"border-color:#ddd\"]],[false,{\".wp-block-calendar table.has-background th\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table.has-text-color th\":false},[\"color:inherit\"]],[false,{\":where(.wp-block-calendar table:not(.has-background) th)\":false},[\"background:#ddd\"]],[false,{\".wp-block-categories\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-categories.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-categories.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-categories.wp-block-categories-dropdown.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-categories .wp-block-categories__label\":false},[\"display:block\",\"width:100%\"]],[false,{\".wp-block-code\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-code code\":false},[\"direction:ltr\",\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"text-align:initial\",\"white-space:pre-wrap\"]],[false,{\".wp-block-columns\":false},[\"box-sizing:border-box\",\"display:flex\"]],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"align-items:normal\",\"flex-wrap:wrap\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,\"}\"],[false,{\".wp-block-columns.are-vertically-aligned-top\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-columns.are-vertically-aligned-center\":false},[\"align-items:center\"]],[false,{\".wp-block-columns.are-vertically-aligned-bottom\":false},[\"align-items:flex-end\"]],[false,\"@media (max-width:781px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(#_#_#_#_#_#_#_)\":false},[\"flex-basis:100%\"]],[false,\"}\"],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[false,\"}\"],[false,{\".wp-block-columns.is-not-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[true,{\":where(.wp-block-columns)\":true},[\"margin-bottom:1.75em\"]],[true,{\":where(.wp-block-columns.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-column\":false},[\"flex-grow:1\",\"min-width:0\",\"overflow-wrap:break-word\",\"word-break:break-word\"]],[false,{\".wp-block-column.is-vertically-aligned-top\":false},[\"align-self:flex-start\"]],[false,{\".wp-block-column.is-vertically-aligned-center\":false},[\"align-self:center\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false},[\"align-self:flex-end\"]],[false,{\".wp-block-column.is-vertically-aligned-stretch\":false},[\"align-self:stretch\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false,\".wp-block-column.is-vertically-aligned-center\":false,\".wp-block-column.is-vertically-aligned-top\":false},[\"width:100%\"]],[false,{\".wp-block-post-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments .alignleft\":false},[\"float:left\"]],[false,{\".wp-block-post-comments .alignright\":false},[\"float:right\"]],[false,{\".wp-block-post-comments .navigation:after\":false},[\"clear:both\",\"content:\\\"\\\"\",\"display:table\"]],[false,{\".wp-block-post-comments .commentlist\":false},[\"clear:both\",\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .commentlist .comment\":false},[\"min-height:2.25em\",\"padding-left:3.25em\"]],[false,{\".wp-block-post-comments .commentlist .comment p\":false},[\"font-size:1em\",\"line-height:1.8\",\"margin:1em 0\"]],[false,{\".wp-block-post-comments .commentlist .children\":false},[\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .comment-author\":false},[\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-author .avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"margin-top:.5em\",\"width:2.5em\"]],[false,{\".wp-block-post-comments .comment-author cite\":false},[\"font-style:normal\"]],[false,{\".wp-block-post-comments .comment-meta\":false},[\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-meta b\":false},[\"font-weight:400\"]],[false,{\".wp-block-post-comments .comment-meta .comment-awaiting-moderation\":false},[\"display:block\",\"margin-bottom:1em\",\"margin-top:1em\"]],[false,{\".wp-block-post-comments .comment-body .commentmetadata\":false},[\"font-size:.875em\"]],[false,{\".wp-block-post-comments .comment-form-author label\":false,\".wp-block-post-comments .comment-form-comment label\":false,\".wp-block-post-comments .comment-form-email label\":false,\".wp-block-post-comments .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments .reply\":false},[\"font-size:.875em\",\"margin-bottom:1.4em\"]],[false,{\".wp-block-post-comments input:not([type=submit])\":false,\".wp-block-post-comments textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[false,{\".wp-block-post-comments input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments textarea\":false},[\"padding:calc(.667em + 2px)\"]],[true,{\":where(.wp-block-post-comments input[type=submit])\":true},[\"border:none\"]],[false,{\".wp-block-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous\":false},[\"font-size:inherit\",\"margin-bottom:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-comment-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-comment-template li\":false},[\"clear:both\"]],[false,{\".wp-block-comment-template ol\":false},[\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding-left:2rem\"]],[false,{\".wp-block-comment-template.alignleft\":false},[\"float:left\"]],[false,{\".wp-block-comment-template.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:fit-content\"]],[false,{\".wp-block-comment-template.alignright\":false},[\"float:right\"]],[false,{\".wp-block-comment-date\":false},[\"box-sizing:border-box\"]],[false,{\".comment-awaiting-moderation\":false},[\"display:block\",\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-comment-author-name\":false,\".wp-block-comment-content\":false,\".wp-block-comment-edit-link\":false,\".wp-block-comment-reply-link\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"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\"]],[false,{\".wp-block-cover .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image.has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover.has-background-dim:not([class*=-background-color])\":false},[\"background-color:#000\"]],[false,{\".wp-block-cover .has-background-dim.has-background-gradient\":false,\".wp-block-cover-image .has-background-dim.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-cover-image.has-background-dim:before\":false,\".wp-block-cover.has-background-dim:before\":false},[\"background-color:inherit\",\"content:\\\"\\\"\"]],[false,{\".wp-block-cover .wp-block-cover__background\":false,\".wp-block-cover .wp-block-cover__gradient-background\":false,\".wp-block-cover-image .wp-block-cover__background\":false,\".wp-block-cover-image .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim:not(.has-background-gradient):before\":false},[\"bottom:0\",\"left:0\",\"opacity:.5\",\"position:absolute\",\"right:0\",\"top:0\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false},[\"opacity:1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-cover-image.aligncenter\":false,\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.aligncenter\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"display:flex\"]],[false,{\".wp-block-cover .wp-block-cover__inner-container\":false,\".wp-block-cover-image .wp-block-cover__inner-container\":false},[\"color:inherit\",\"position:relative\",\"width:100%\"]],[false,{\".wp-block-cover-image.is-position-top-left\":false,\".wp-block-cover.is-position-top-left\":false},[\"align-items:flex-start\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-top-center\":false,\".wp-block-cover.is-position-top-center\":false},[\"align-items:flex-start\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-top-right\":false,\".wp-block-cover.is-position-top-right\":false},[\"align-items:flex-start\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-center-left\":false,\".wp-block-cover.is-position-center-left\":false},[\"align-items:center\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-center-center\":false,\".wp-block-cover.is-position-center-center\":false},[\"align-items:center\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-center-right\":false,\".wp-block-cover.is-position-center-right\":false},[\"align-items:center\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-bottom-left\":false,\".wp-block-cover.is-position-bottom-left\":false},[\"align-items:flex-end\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-bottom-center\":false,\".wp-block-cover.is-position-bottom-center\":false},[\"align-items:flex-end\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-bottom-right\":false,\".wp-block-cover.is-position-bottom-right\":false},[\"align-items:flex-end\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false},[\"margin:0\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false},[\"margin:0\",\"width:auto\"]],[false,{\".wp-block-cover .wp-block-cover__image-background\":false,\".wp-block-cover amp-video.wp-block-cover__video-background\":false,\".wp-block-cover amp-youtube.wp-block-cover__video-background\":false,\".wp-block-cover-image .wp-block-cover__image-background\":false,\".wp-block-cover-image amp-video.wp-block-cover__video-background\":false,\".wp-block-cover-image amp-youtube.wp-block-cover__video-background\":false},[\"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%\"]],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:fixed\",\"background-repeat:no-repeat\",\"background-size:cover\"]],[false,\"@supports (-webkit-touch-callout:inherit){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,{\".wp-block-cover-image.is-repeated\":false,\".wp-block-cover.is-repeated\":false,\".wp-block-cover__image-background.is-repeated\":false,\"amp-video.wp-block-cover__video-background.is-repeated\":false,\"amp-youtube.wp-block-cover__video-background.is-repeated\":false},[\"background-repeat:repeat\",\"background-size:auto\"]],[false,{\".wp-block-cover-image-text\":false,\".wp-block-cover-image-text a\":false,\".wp-block-cover-image-text a:active\":false,\".wp-block-cover-image-text a:focus\":false,\".wp-block-cover-image-text a:hover\":false,\".wp-block-cover-text\":false,\".wp-block-cover-text a\":false,\".wp-block-cover-text a:active\":false,\".wp-block-cover-text a:focus\":false,\".wp-block-cover-text a:hover\":false,\"section.wp-block-cover-image h2\":false,\"section.wp-block-cover-image h2 a\":false,\"section.wp-block-cover-image h2 a:active\":false,\"section.wp-block-cover-image h2 a:focus\":false,\"section.wp-block-cover-image h2 a:hover\":false},[\"color:#fff\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-left-content\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-right-content\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-left-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-left-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-left-content>h2\":false},[\"margin-left:0\",\"text-align:left\"]],[false,{\".wp-block-cover-image.has-right-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-right-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-right-content>h2\":false},[\"margin-right:0\",\"text-align:right\"]],[false,{\".wp-block-cover .wp-block-cover-text\":false,\".wp-block-cover-image .wp-block-cover-image-text\":false,\"section.wp-block-cover-image>h2\":false},[\"font-size:2em\",\"line-height:1.25\",\"margin-bottom:0\",\"max-width:840px\",\"padding:.44em\",\"text-align:center\",\"z-index:1\"]],[true,{\":where(.wp-block-cover-image:not(.has-text-color))\":true,\":where(.wp-block-cover:not(.has-text-color))\":true},[\"color:#fff\"]],[true,{\":where(.wp-block-cover-image.is-light:not(.has-text-color))\":true,\":where(.wp-block-cover.is-light:not(.has-text-color))\":true},[\"color:#000\"]],[true,{\":root :where(.wp-block-cover h1:not(.has-text-color))\":true,\":root :where(.wp-block-cover h2:not(.has-text-color))\":true,\":root :where(.wp-block-cover h3:not(.has-text-color))\":true,\":root :where(.wp-block-cover h4:not(.has-text-color))\":true,\":root :where(.wp-block-cover h5:not(.has-text-color))\":true,\":root :where(.wp-block-cover h6:not(.has-text-color))\":true,\":root :where(.wp-block-cover p:not(.has-text-color))\":true},[\"color:inherit\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background\":false},[\"z-index:0\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before\":false},[\"z-index:1\"]],[false,{\".has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[false,{\".wp-block-details\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-details summary\":false},[\"cursor:pointer\"]],[false,{\".wp-block-embed.alignleft\":false,\".wp-block-embed.alignright\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"]\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"]\":false},[\"max-width:360px\",\"width:100%\"]],[false,{\".wp-block-embed.alignleft .wp-block-embed__wrapper\":false,\".wp-block-embed.alignright .wp-block-embed__wrapper\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false},[\"min-width:280px\"]],[false,{\".wp-block-cover .wp-block-embed\":false},[\"min-height:240px\",\"min-width:320px\"]],[false,{\".wp-block-embed\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-embed :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-embed amp-iframe\":false},[\"max-width:100%\"]],[false,{\".wp-block-embed__wrapper\":false},[\"position:relative\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before\":false},[\"content:\\\"\\\"\",\"display:block\",\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio amp-iframe\":false},[\"bottom:0\",\"height:100%\",\"left:0\",\"position:absolute\",\"right:0\",\"top:0\",\"width:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:42.85%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:56.25%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before\":false},[\"padding-top:75%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before\":false},[\"padding-top:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before\":false},[\"padding-top:177.77%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before\":false},[\"padding-top:200%\"]],[false,{\".wp-block-file\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-file:not(.wp-element-button)\":false},[\"font-size:.8em\"]],[false,{\".wp-block-file.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-file.alignright\":false},[\"text-align:right\"]],[false,{\".wp-block-file *+.wp-block-file__button\":false},[\"margin-left:.75em\"]],[true,{\":where(.wp-block-file)\":true},[\"margin-bottom:1.5em\"]],[false,{\".wp-block-file__embed\":false},[\"margin-bottom:1em\"]],[true,{\":where(.wp-block-file__button)\":true},[\"border-radius:2em\",\"display:inline-block\",\"padding:.5em 1em\"]],[true,{\":where(.wp-block-file__button):is(a):active\":true,\":where(.wp-block-file__button):is(a):focus\":true,\":where(.wp-block-file__button):is(a):hover\":true,\":where(.wp-block-file__button):is(a):visited\":true},[\"box-shadow:none\",\"color:#fff\",\"opacity:.85\",\"text-decoration:none\"]],[false,{\".wp-block-form-input__label\":false},[\"display:flex\",\"flex-direction:column\",\"gap:.25em\",\"margin-bottom:.5em\",\"width:100%\"]],[false,{\".wp-block-form-input__label.is-label-inline\":false},[\"align-items:center\",\"flex-direction:row\",\"gap:.5em\"]],[false,{\".wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content\":false},[\"margin-bottom:.5em\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox])\":false},[\"flex-direction:row\",\"width:fit-content\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content\":false},[\"margin:0\"]],[false,{\".wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox])\":false},[\"flex-direction:row-reverse\"]],[false,{\".wp-block-form-input__label-content\":false},[\"width:fit-content\"]],[false,{\".wp-block-form-input__input\":false},[\"font-size:1em\",\"margin-bottom:.5em\",\"padding:0 .5em\"]],[false,{\".wp-block-form-input__input[type=date]\":false,\".wp-block-form-input__input[type=datetime-local]\":false,\".wp-block-form-input__input[type=datetime]\":false,\".wp-block-form-input__input[type=email]\":false,\".wp-block-form-input__input[type=month]\":false,\".wp-block-form-input__input[type=number]\":false,\".wp-block-form-input__input[type=password]\":false,\".wp-block-form-input__input[type=search]\":false,\".wp-block-form-input__input[type=tel]\":false,\".wp-block-form-input__input[type=text]\":false,\".wp-block-form-input__input[type=time]\":false,\".wp-block-form-input__input[type=url]\":false,\".wp-block-form-input__input[type=week]\":false},[\"border:1px solid\",\"line-height:2\",\"min-height:2em\"]],[false,{\"textarea.wp-block-form-input__input\":false},[\"min-height:10em\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images)\":false,\".wp-block-gallery:not(.has-nested-images)\":false},[\"display:flex\",\"flex-wrap:wrap\",\"list-style-type:none\",\"margin:0\",\"padding:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item\":false},[\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"margin:0 1em 1em 0\",\"position:relative\",\"width:calc(50% - 1em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure\":false},[\"align-items:flex-end\",\"display:flex\",\"height:100%\",\"justify-content:flex-start\",\"margin:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-anim\":false},[\"display:block\",\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,rgba(0,0,0,0))\",\"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\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) figcaption\":false,\".wp-block-gallery:not(.has-nested-images) figcaption\":false},[\"flex-grow:1\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false},[\"flex:1\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item\":false},[\"margin-right:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(33.33333% - .66667em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(25% - .75em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(20% - .8em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(16.66667% - .83333em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(14.28571% - .85714em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(12.5% - .875em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false},[\"margin-right:0\"]],[false,\"}\"],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).alignleft\":false,\".blocks-gallery-grid:not(.has-nested-images).alignright\":false,\".wp-block-gallery:not(.has-nested-images).alignleft\":false,\".wp-block-gallery:not(.has-nested-images).alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false},[\"justify-content:center\"]],[false,{\".wp-block-gallery:not(.is-cropped) .blocks-gallery-item\":false},[\"align-self:flex-start\"]],[false,{\"figure.wp-block-gallery.has-nested-images\":false},[\"align-items:normal\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)\":false},[\"margin:0\",\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) \\/ 2)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"max-width:100%\",\"position:relative\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image>div\":false},[\"flex-direction:column\",\"flex-grow:1\",\"margin:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim\":false},[\"display:block\",\"height:auto\",\"width:auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img:not(#_#_#_#_#_#_#_#_)\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim:not(#_#_#_#_#_#_#_#_)\":false},[\"max-width:100%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"bottom:0\",\"left:0\",\"max-height:100%\",\"position:absolute\",\"right:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"-webkit-backdrop-filter:blur(3px)\",\"backdrop-filter:blur(3px)\",\"content:\\\"\\\"\",\"height:100%\",\"-webkit-mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"max-height:40%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,0))\",\"box-sizing:border-box\",\"color:#fff\",\"font-size:13px\",\"margin:0\",\"overflow:auto\",\"padding:1em\",\"scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)\",\"scrollbar-gutter:stable both-edges\",\"scrollbar-width:thin\",\"text-align:center\",\"text-shadow:0 0 1.5px #000\",\"will-change:transform\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar\":false},[\"height:12px\",\"width:12px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track\":false},[\"background-color:initial\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb\":false},[\"background-clip:padding-box\",\"background-color:initial\",\"border:3px solid rgba(0,0,0,0)\",\"border-radius:8px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb\":false},[\"background-color:rgba(255,255,255,.8)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"@media (hover:none){\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div\":false},[\"flex:1 1 auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption\":false},[\"background:none\",\"color:inherit\",\"flex:initial\",\"margin:0\",\"padding:10px 10px 9px\",\"position:relative\",\"text-shadow:none\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before\":false},[\"content:none\"]],[false,{\".wp-block-gallery.has-nested-images figcaption\":false},[\"flex-basis:100%\",\"flex-grow:1\",\"text-align:center\"]],[false,{\".wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image)\":false},[\"margin-bottom:auto\",\"margin-top:0\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)\":false},[\"align-self:inherit\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone)\":false},[\"display:flex\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-img\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-anim\":false},[\"flex:1 0 0%\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image)\":false},[\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(25% - var(--wp--style--unstable-gallery-gap,16px) * .75)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(20% - var(--wp--style--unstable-gallery-gap,16px) * .8)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px) * .83333)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px) * .85714)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(12.5% - var(--wp--style--unstable-gallery-gap,16px) * .875)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)\":false,\".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)\":false},[\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) * .5)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images.alignleft\":false,\".wp-block-gallery.has-nested-images.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-group\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-group.wp-block-group-is-layout-constrained)\":true},[\"position:relative\"]],[false,{\"h1.has-background\":false,\"h2.has-background\":false,\"h3.has-background\":false,\"h4.has-background\":false,\"h5.has-background\":false,\"h6.has-background\":false},[\"padding:1.25em 2.375em\"]],[false,{\"h1.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h1.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h2.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h2.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h3.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h3.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h4.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h4.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h5.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h5.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h6.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h6.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false},[\"rotate:180deg\"]],[false,{\".wp-block-image>a\":false,\".wp-block-image>figure>a\":false},[\"display:inline-block\"]],[false,{\".wp-block-image amp-img\":false,\".wp-block-image amp-anim\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-image amp-img.hide\":false,\".wp-block-image amp-anim.hide\":false},[\"visibility:hidden\"]],[false,{\".wp-block-image amp-img.show\":false,\".wp-block-image amp-anim.show\":false},[\"animation:show-content-image .4s\"]],[false,\"}\"],[false,{\".wp-block-image[data-amp-original-style*=border-radius] amp-img\":false,\".wp-block-image[data-amp-original-style*=border-radius] amp-anim\":false,\".wp-block-image[data-amp-original-style*=border-radius]>a\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-image.has-custom-border amp-img\":false,\".wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-image.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-image.alignfull>a\":false,\".wp-block-image.alignwide>a\":false},[\"width:100%\"]],[false,{\".wp-block-image.alignfull amp-img\":false,\".wp-block-image.alignfull amp-anim\":false,\".wp-block-image.alignwide amp-img\":false,\".wp-block-image.alignwide amp-anim\":false},[\"height:auto\",\"width:100%\"]],[false,{\".wp-block-image .aligncenter\":false,\".wp-block-image .alignleft\":false,\".wp-block-image .alignright\":false,\".wp-block-image.aligncenter\":false,\".wp-block-image.alignleft\":false,\".wp-block-image.alignright\":false},[\"display:table\"]],[false,{\".wp-block-image .aligncenter>figcaption\":false,\".wp-block-image .alignleft>figcaption\":false,\".wp-block-image .alignright>figcaption\":false,\".wp-block-image.aligncenter>figcaption\":false,\".wp-block-image.alignleft>figcaption\":false,\".wp-block-image.alignright>figcaption\":false},[\"caption-side:bottom\",\"display:table-caption\"]],[false,{\".wp-block-image .alignleft\":false},[\"float:left\",\"margin:.5em 1em .5em 0\"]],[false,{\".wp-block-image .alignright\":false},[\"float:right\",\"margin:.5em 0 .5em 1em\"]],[false,{\".wp-block-image .aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-block-image :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"border-radius:9999px\"]],[false,\"@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){\"],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"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\"]],[false,\"}\"],[false,{\".wp-block-image figure\":false},[\"margin:0\"]],[false,{\".wp-lightbox-container\":false},[\"display:flex\",\"flex-direction:column\",\"position:relative\"]],[false,{\".wp-lightbox-container amp-img\":false,\".wp-lightbox-container amp-anim\":false},[\"cursor:zoom-in\"]],[false,{\".wp-lightbox-container amp-img:hover+button\":false,\".wp-lightbox-container amp-anim:hover+button\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button\":false},[\"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\",\"width:20px\",\"z-index:100\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-container button\":false},[\"transition:opacity .2s ease\"]],[false,\"}\"],[false,{\".wp-lightbox-container button:focus-visible\":false},[\"outline:3px auto rgba(90,90,90,.25)\",\"outline:3px auto -webkit-focus-ring-color\",\"outline-offset:3px\"]],[false,{\".wp-lightbox-container button:hover\":false},[\"cursor:pointer\",\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false,\".wp-lightbox-container button:hover\":false,\".wp-lightbox-container button:not(:hover):not(:active):not(.has-background)\":false},[\"background-color:rgba(90,90,90,.25)\",\"border:none\"]],[false,{\".wp-lightbox-overlay\":false},[\"box-sizing:border-box\",\"cursor:zoom-out\",\"height:100vh\",\"left:0\",\"overflow:hidden\",\"position:fixed\",\"top:0\",\"visibility:hidden\",\"width:100%\",\"z-index:100000\"]],[false,{\".wp-lightbox-overlay .close-button\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .close-button:focus\":false,\".wp-lightbox-overlay .close-button:hover\":false,\".wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .lightbox-image-container\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image amp-img\":false,\".wp-lightbox-overlay .wp-block-image amp-anim\":false},[\"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)\"]],[false,{\".wp-lightbox-overlay .wp-block-image figcaption\":false},[\"display:none\"]],[false,{\".wp-lightbox-overlay button\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .scrim\":false},[\"background-color:#fff\",\"height:100%\",\"opacity:.9\",\"position:absolute\",\"width:100%\",\"z-index:2000000\"]],[false,{\".wp-lightbox-overlay.active\":false},[\"visibility:visible\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-overlay.active\":false},[\"animation:turn-on-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.active amp-img\":false,\".wp-lightbox-overlay.active amp-anim\":false},[\"animation:turn-on-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active)\":false},[\"animation:turn-off-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-img\":false,\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-anim\":false},[\"animation:turn-off-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.zoom.active\":false},[\"animation:none\",\"opacity:1\",\"visibility:visible\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container\":false},[\"animation:lightbox-zoom-in .4s\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.active .scrim\":false},[\"animation:turn-on-visibility .4s forwards\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active)\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container\":false},[\"animation:lightbox-zoom-out .4s\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim\":false},[\"animation:turn-off-visibility .4s forwards\"]],[false,\"}\"],[true,\"@keyframes show-content-image{\"],[true,\"0%{visibility:hidden}\"],[true,\"99%{visibility:hidden}\"],[true,\"to{visibility:visible}\"],[true,\"}@keyframes turn-on-visibility{\"],[true,\"0%{opacity:0}\"],[true,\"to{opacity:1}\"],[true,\"}@keyframes turn-off-visibility{\"],[true,\"0%{opacity:1;visibility:visible}\"],[true,\"99%{opacity:0;visibility:visible}\"],[true,\"to{opacity:0;visibility:hidden}\"],[true,\"}@keyframes lightbox-zoom-in{\"],[true,\"0%{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}\"],[true,\"to{transform:translate(-50%,-50%) scale(1)}\"],[true,\"}@keyframes lightbox-zoom-out{\"],[true,\"0%{transform:translate(-50%,-50%) scale(1);visibility:visible}\"],[true,\"99%{visibility:visible}\"],[true,\"to{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}\"],[true,\"}\"],[false,{\"ol.wp-block-latest-comments\":false},[\"box-sizing:border-box\",\"margin-left:0\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment))\":true},[\"line-height:1.1\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p))\":true},[\"line-height:1.8\"]],[false,{\".has-dates :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false,\".has-excerpts :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false},[\"line-height:1.5\"]],[false,{\".wp-block-latest-comments .wp-block-latest-comments\":false},[\"padding-left:0\"]],[false,{\".wp-block-latest-comments__comment\":false},[\"list-style:none\",\"margin-bottom:1em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment\":false},[\"list-style:none\",\"min-height:2.25em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt\":false,\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta\":false},[\"margin-left:3.25em\"]],[false,{\".wp-block-latest-comments__comment-excerpt p\":false},[\"font-size:.875em\",\"margin:.36em 0 1.4em\"]],[false,{\".wp-block-latest-comments__comment-date\":false},[\"display:block\",\"font-size:.75em\"]],[false,{\".wp-block-latest-comments .avatar\":false,\".wp-block-latest-comments__comment-avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"width:2.5em\"]],[false,{\".wp-block-latest-comments[class*=-font-size] a\":false,\".wp-block-latest-comments[data-amp-original-style*=font-size] a\":false},[\"font-size:inherit\"]],[false,{\".wp-block-latest-posts\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-latest-posts.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-latest-posts.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list\":false},[\"list-style:none\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list li\":false},[\"clear:both\",\"overflow-wrap:break-word\"]],[false,{\".wp-block-latest-posts.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-latest-posts.is-grid li\":false},[\"margin:0 1.25em 1.25em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-latest-posts.columns-2 li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-latest-posts.columns-2 li:nth-child(2n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-3 li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-latest-posts.columns-3 li:nth-child(3n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-4 li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-latest-posts.columns-4 li:nth-child(4n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-latest-posts.columns-5 li:nth-child(5n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-6 li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,{\".wp-block-latest-posts.columns-6 li:nth-child(6n)\":false},[\"margin-right:0\"]],[false,\"}\"],[true,{\":root :where(.wp-block-latest-posts.is-grid)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-latest-posts.wp-block-latest-posts__list)\":true},[\"padding-left:0\"]],[false,{\".wp-block-latest-posts__post-author\":false,\".wp-block-latest-posts__post-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-latest-posts__post-excerpt\":false,\".wp-block-latest-posts__post-full-content\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-latest-posts__featured-image a\":false},[\"display:inline-block\"]],[false,{\".wp-block-latest-posts__featured-image amp-img\":false,\".wp-block-latest-posts__featured-image amp-anim\":false},[\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".wp-block-latest-posts__featured-image.alignleft\":false},[\"float:left\",\"margin-right:1em\"]],[false,{\".wp-block-latest-posts__featured-image.alignright\":false},[\"float:right\",\"margin-left:1em\"]],[false,{\".wp-block-latest-posts__featured-image.aligncenter\":false},[\"margin-bottom:1em\",\"text-align:center\"]],[true,{\"ol\":false,\"ul\":true},[\"box-sizing:border-box\"]],[true,{\":root :where(.wp-block-list.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-loginout\":false,\".wp-block-media-text\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-media-text\":false},[\"direction:ltr\",\"display:grid\",\"grid-template-columns:50% 1fr\",\"grid-template-rows:auto\"]],[false,{\".wp-block-media-text.has-media-on-the-right\":false},[\"grid-template-columns:1fr 50%\"]],[false,{\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media\":false},[\"align-self:start\"]],[false,{\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media\":false,\".wp-block-media-text>.wp-block-media-text__content\":false,\".wp-block-media-text>.wp-block-media-text__media\":false},[\"align-self:center\"]],[false,{\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media\":false},[\"align-self:end\"]],[false,{\".wp-block-media-text>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\",\"margin:0\"]],[false,{\".wp-block-media-text>.wp-block-media-text__content\":false},[\"direction:ltr\",\"grid-column:2\",\"grid-row:1\",\"padding:0 8%\",\"word-break:break-word\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media\":false},[\"grid-column:2\",\"grid-row:1\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text__media a\":false},[\"display:block\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"height:auto\",\"max-width:unset\",\"vertical-align:middle\",\"width:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media\":false},[\"background-size:cover\",\"height:100%\",\"min-height:250px\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-anim\":false},[\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\",\"clip:rect(0,0,0,0)\",\"border:0\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media\":false},[\"height:100%\",\"min-height:250px\",\"position:relative\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-anim\":false},[\"height:100%\",\"object-fit:cover\",\"position:absolute\",\"width:100%\"]],[false,\"@media (max-width:600px){\"],[false,{\".wp-block-media-text.is-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"grid-template-columns:100%\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:2\"]],[false,\"}\"],[false,{\".wp-block-navigation\":false},[\"position:relative\",\"--navigation-layout-justification-setting:flex-start\",\"--navigation-layout-direction:row\",\"--navigation-layout-wrap:wrap\",\"--navigation-layout-justify:flex-start\",\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation ul\":false},[\"margin-bottom:0\",\"margin-left:0\",\"margin-top:0\",\"padding-left:0\"]],[false,{\".wp-block-navigation ul\":false,\".wp-block-navigation ul li\":false},[\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"align-items:center\",\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty\":false},[\"display:none\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content\":false},[\"display:block\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus\":false},[\"text-decoration:underline\"]],[false,{\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus\":false},[\"text-decoration:line-through\"]],[false,{\".wp-block-navigation :where(a)\":false,\".wp-block-navigation :where(a:active)\":false,\".wp-block-navigation :where(a:focus)\":false},[\"text-decoration:none\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon\":false},[\"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\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon svg\":false},[\"display:inline-block\",\"stroke:currentColor\",\"height:inherit\",\"margin-top:.075em\",\"width:inherit\"]],[false,{\".wp-block-navigation.is-vertical\":false},[\"--navigation-layout-direction:column\",\"--navigation-layout-justify:initial\",\"--navigation-layout-align:flex-start\"]],[false,{\".wp-block-navigation.no-wrap\":false},[\"--navigation-layout-wrap:nowrap\"]],[false,{\".wp-block-navigation.items-justified-center\":false},[\"--navigation-layout-justification-setting:center\",\"--navigation-layout-justify:center\"]],[false,{\".wp-block-navigation.items-justified-center.is-vertical\":false},[\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation.items-justified-right\":false},[\"--navigation-layout-justification-setting:flex-end\",\"--navigation-layout-justify:flex-end\"]],[false,{\".wp-block-navigation.items-justified-right.is-vertical\":false},[\"--navigation-layout-align:flex-end\"]],[false,{\".wp-block-navigation.items-justified-space-between\":false},[\"--navigation-layout-justification-setting:space-between\",\"--navigation-layout-justify:space-between\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"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%\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"transition:opacity .1s linear\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content\":false},[\"display:flex\",\"flex-grow:1\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon\":false},[\"margin-left:auto\",\"margin-right:0\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content\":false},[\"margin:0\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:-1px\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before\":false},[\"background:rgba(0,0,0,0)\",\"content:\\\"\\\"\",\"display:block\",\"height:100%\",\"position:absolute\",\"right:100%\",\"width:.5em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon\":false},[\"margin-right:.25em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg\":false},[\"transform:rotate(-90deg)\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container\":false},[\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:visible\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container\":false},[\"left:0\",\"top:100%\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:0\"]],[false,\"}\"],[false,{\".wp-block-navigation-submenu\":false},[\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg\":false},[\"stroke:currentColor\"]],[false,{\"button.wp-block-navigation-item__content\":false},[\"background-color:initial\",\"border:none\",\"color:currentColor\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-align:left\",\"text-transform:inherit\"]],[false,{\".wp-block-navigation-submenu__toggle\":false},[\"cursor:pointer\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle\":false},[\"padding-left:0\",\"padding-right:.85em\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon\":false},[\"margin-left:-.6em\",\"pointer-events:none\"]],[false,{\".wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle)\":false},[\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false,\".wp-block-navigation__container\":false,\".wp-block-navigation__responsive-close\":false,\".wp-block-navigation__responsive-container\":false,\".wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-dialog\":false},[\"gap:inherit\"]],[true,{\":where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button))\":true},[\"padding:.5em 1em\"]],[true,{\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content)\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content)\":true},[\"padding:.5em 1em\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container\":false},[\"left:auto\",\"right:0\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:-1px\",\"right:-1px\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:auto\",\"right:100%\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container\":false},[\"background-color:#fff\",\"border:1px solid rgba(0,0,0,.15)\"]],[false,{\".wp-block-navigation.has-background .wp-block-navigation__submenu-container\":false},[\"background-color:inherit\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__container\":false},[\"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\"]],[false,{\".wp-block-navigation__container .is-responsive\":false},[\"display:none\"]],[false,{\".wp-block-navigation__container:only-child\":false,\".wp-block-page-list:only-child\":false},[\"flex-grow:1\"]],[true,\"@keyframes overlay-menu__fade-in-animation{\"],[true,\"0%{opacity:0;transform:translateY(.5em)}\"],[true,\"to{opacity:1;transform:translateY(0)}\"],[true,\"}\"],[false,{\".wp-block-navigation__responsive-container\":false},[\"bottom:0\",\"display:none\",\"left:0\",\"position:fixed\",\"right:0\",\"top:0\"]],[false,{\".wp-block-navigation__responsive-container :where(.wp-block-navigation-item a)\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content\":false},[\"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)\"]],[false,{\".wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open):not(#_#_#_#_#_#_#_)\":false},[\"background-color:inherit\",\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"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),20rem)\",\"z-index:100000\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false},[\"align-items:var(--navigation-layout-justification-setting,inherit)\",\"display:flex\",\"flex-direction:column\",\"flex-wrap:nowrap\",\"overflow:visible\",\"padding-top:calc(2rem + 24px)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon\":false},[\"display:none\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container\":false},[\"border:none\",\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:initial\",\"padding-left:2rem\",\"padding-right:2rem\",\"position:static\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"gap:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"padding-top:var(--wp--style--block-gap,2em)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content\":false},[\"padding:0\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"align-items:var(--navigation-layout-justification-setting,initial)\",\"display:flex\",\"flex-direction:column\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list:not(#_#_#_#_#_#_#_)\":false},[\"background:rgba(0,0,0,0)\",\"color:inherit\"]],[false,{\".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\":false},[\"left:auto\",\"right:auto\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)\":false},[\"background-color:inherit\",\"display:block\",\"position:relative\",\"width:100%\",\"z-index:auto\"]],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close\":false},[\"display:none\"]],[false,{\".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\":false},[\"left:0\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"background-color:#fff\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__toggle_button_label\":false},[\"font-size:1rem\",\"font-weight:700\"]],[false,{\".wp-block-navigation__responsive-container-close\":false,\".wp-block-navigation__responsive-container-open\":false},[\"background:rgba(0,0,0,0)\",\"border:none\",\"color:currentColor\",\"cursor:pointer\",\"margin:0\",\"padding:0\",\"text-transform:inherit\",\"vertical-align:middle\"]],[false,{\".wp-block-navigation__responsive-container-close svg\":false,\".wp-block-navigation__responsive-container-open svg\":false},[\"fill:currentColor\",\"display:block\",\"height:24px\",\"pointer-events:none\",\"width:24px\"]],[false,{\".wp-block-navigation__responsive-container-open\":false},[\"display:flex\"]],[false,{\".wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container-open:not(.always-shown)\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container-close\":false},[\"position:absolute\",\"right:0\",\"top:0\",\"z-index:2\"]],[false,{\".wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,{\".wp-block-navigation__responsive-close\":false},[\"width:100%\"]],[false,{\".has-modal-open .wp-block-navigation__responsive-close\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:var(--wp--style--global--wide-size,100%)\"]],[false,{\".wp-block-navigation__responsive-close:focus\":false},[\"outline:none\"]],[false,{\".is-menu-open .wp-block-navigation__responsive-close\":false,\".is-menu-open .wp-block-navigation__responsive-container-content\":false,\".is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-navigation__responsive-dialog\":false},[\"position:relative\"]],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:46px\"]],[false,\"@media (min-width:782px){\"],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:32px\"]],[false,\"}\"],[false,{\"html.has-modal-open\":false},[\"overflow:hidden\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__label\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__description\":false},[\"display:none\"]],[false,{\".link-ui-tools\":false},[\"border-top:1px solid #f0f0f0\",\"padding:8px\"]],[false,{\".link-ui-block-inserter\":false},[\"padding-top:8px\"]],[false,{\".link-ui-block-inserter__back\":false},[\"margin-left:8px\",\"text-transform:uppercase\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false},[\"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)\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"background-color:inherit\"]],[false,{\".wp-block-page-list\":false},[\"box-sizing:border-box\"]],[false,{\".is-small-text\":false},[\"font-size:.875em\"]],[false,{\".is-regular-text\":false},[\"font-size:1em\"]],[false,{\".is-large-text\":false},[\"font-size:2.25em\"]],[false,{\".is-larger-text\":false},[\"font-size:3em\"]],[false,{\".has-drop-cap:not(:focus):first-letter\":false},[\"float:left\",\"font-size:8.4em\",\"font-style:normal\",\"font-weight:100\",\"line-height:.68\",\"margin:.05em .1em 0 0\",\"text-transform:uppercase\"]],[false,{\"body.rtl .has-drop-cap:not(:focus):first-letter\":false},[\"float:none\",\"margin-left:.1em\"]],[false,{\"p.has-drop-cap.has-background\":false},[\"overflow:hidden\"]],[true,{\":root :where(p.has-background)\":true},[\"padding:1.25em 2.375em\"]],[true,{\":where(p.has-text-color:not(.has-link-color)) a\":true},[\"color:inherit\"]],[false,{\"p.has-text-align-left[data-amp-original-style*=\\\"writing-mode:vertical-lr\\\"]\":false,\"p.has-text-align-right[data-amp-original-style*=\\\"writing-mode:vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-author\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-post-author__byline\":false},[\"font-size:.5em\",\"margin-bottom:0\",\"margin-top:0\",\"width:100%\"]],[false,{\".wp-block-post-author__avatar\":false},[\"margin-right:1em\"]],[false,{\".wp-block-post-author__bio\":false},[\"font-size:.7em\",\"margin-bottom:.7em\"]],[false,{\".wp-block-post-author__content\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-post-author__name\":false},[\"margin:0\"]],[false,{\".wp-block-post-author-biography\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-comments-form) input:not([type=submit])\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[true,{\":where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox]))\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"padding:calc(.667em + 2px)\"]],[false,{\".wp-block-post-comments-form\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-weight] :where(.comment-reply-title)\":false},[\"font-weight:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-family] :where(.comment-reply-title)\":false},[\"font-family:inherit\"]],[false,{\".wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title)\":false,\".wp-block-post-comments-form[data-amp-original-style*=font-size] :where(.comment-reply-title)\":false},[\"font-size:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=line-height] :where(.comment-reply-title)\":false},[\"line-height:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-style] :where(.comment-reply-title)\":false},[\"font-style:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=letter-spacing] :where(.comment-reply-title)\":false},[\"letter-spacing:inherit\"]],[false,{\".wp-block-post-comments-form :where(input[type=submit])\":false},[\"box-shadow:none\",\"cursor:pointer\",\"display:inline-block\",\"overflow-wrap:break-word\",\"text-align:center\"]],[false,{\".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden])\":false,\".wp-block-post-comments-form .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments-form .comment-form-author label\":false,\".wp-block-post-comments-form .comment-form-email label\":false,\".wp-block-post-comments-form .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments-form .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments-form .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments-count\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-content\":false},[\"display:flow-root\"]],[false,{\".wp-block-post-comments-link\":false,\".wp-block-post-date\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-excerpt)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__excerpt\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-post-excerpt__more-text\":false},[\"margin-bottom:0\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__more-link\":false},[\"display:inline-block\"]],[false,{\".wp-block-post-featured-image\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".wp-block-post-featured-image a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-post-featured-image :where(amp-img)\":false,\".wp-block-post-featured-image :where(amp-anim)\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\",\"width:100%\"]],[false,{\".wp-block-post-featured-image.alignfull amp-img\":false,\".wp-block-post-featured-image.alignfull amp-anim\":false,\".wp-block-post-featured-image.alignwide amp-img\":false,\".wp-block-post-featured-image.alignwide amp-anim\":false},[\"width:100%\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim\":false},[\"background-color:#000\",\"inset:0\",\"position:absolute\"]],[false,{\".wp-block-post-featured-image\":false},[\"position:relative\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-post-featured-image:where(.alignleft,.alignright)\":false},[\"width:100%\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link.has-text-align-left[data-amp-original-style*=\\\"writing-mode: vertical-lr\\\"]\":false,\".wp-block-post-navigation-link.has-text-align-right[data-amp-original-style*=\\\"writing-mode: vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-terms\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-terms .wp-block-post-terms__separator\":false},[\"white-space:pre-wrap\"]],[false,{\".wp-block-post-time-to-read\":false,\".wp-block-post-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-title\":false},[\"word-break:break-word\"]],[false,{\".wp-block-post-title :where(a)\":false},[\"display:inline-block\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-post-author-name\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-preformatted\":false},[\"box-sizing:border-box\",\"white-space:pre-wrap\"]],[true,{\":where(.wp-block-preformatted.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-pullquote\":false},[\"box-sizing:border-box\",\"margin:0 0 1em\",\"overflow-wrap:break-word\",\"padding:4em 0\",\"text-align:center\"]],[false,{\".wp-block-pullquote blockquote\":false,\".wp-block-pullquote cite\":false,\".wp-block-pullquote p\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote blockquote\":false},[\"margin:0\"]],[false,{\".wp-block-pullquote p\":false},[\"margin-top:0\"]],[false,{\".wp-block-pullquote p:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-pullquote.alignleft\":false,\".wp-block-pullquote.alignright\":false},[\"max-width:420px\"]],[false,{\".wp-block-pullquote cite\":false,\".wp-block-pullquote footer\":false},[\"position:relative\"]],[false,{\".wp-block-pullquote .has-text-color a\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote.has-text-align-left blockquote\":false},[\"text-align:left\"]],[false,{\".wp-block-pullquote.has-text-align-right blockquote\":false},[\"text-align:right\"]],[false,{\".wp-block-pullquote.has-text-align-center blockquote\":false},[\"text-align:center\"]],[false,{\".wp-block-pullquote.is-style-solid-color\":false},[\"border:none\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:60%\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote p\":false},[\"font-size:2em\",\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote cite\":false},[\"font-style:normal\",\"text-transform:none\"]],[false,{\".wp-block-pullquote cite\":false},[\"color:inherit\",\"display:block\"]],[false,{\".wp-block-post-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"margin-top:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-post-template.is-flex-container\":false},[\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"gap:1.25em\"]],[false,{\".wp-block-post-template.is-flex-container>li\":false},[\"margin:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-2>li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-3>li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-4>li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-5>li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-6>li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,\"}\"],[false,\"@media (max-width:600px){\"],[false,{\".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\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignright\":false,\".wp-block-post-template-is-layout-flow>li>.alignright\":false},[\"float:right\",\"margin-inline-end:0\",\"margin-inline-start:2em\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignleft\":false,\".wp-block-post-template-is-layout-flow>li>.alignleft\":false},[\"float:left\",\"margin-inline-end:2em\",\"margin-inline-start:0\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.aligncenter\":false,\".wp-block-post-template-is-layout-flow>li>.aligncenter\":false},[\"margin-inline-end:auto\",\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type\":false},[\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child\":false},[\"margin-inline-end:auto\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-query-title\":false,\".wp-block-query-total\":false,\".wp-block-quote\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-quote\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain))\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain))\":false},[\"margin-bottom:1em\",\"padding:0 1em\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) p\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) p\":false},[\"font-size:1.5em\",\"font-style:italic\",\"line-height:1.6\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-large:where(:not(.is-style-plain)) footer\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer\":false},[\"font-size:1.125em\",\"text-align:right\"]],[false,{\".wp-block-quote>cite\":false},[\"display:block\"]],[false,{\".wp-block-read-more\":false},[\"display:block\",\"width:fit-content\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration]))\":false},[\"text-decoration:none\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):active\":false,\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):focus\":false},[\"text-decoration:none\"]],[false,{\"ul.wp-block-rss.alignleft\":false},[\"margin-right:2em\"]],[false,{\"ul.wp-block-rss.alignright\":false},[\"margin-left:2em\"]],[false,{\"ul.wp-block-rss.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\",\"padding:0\"]],[false,{\"ul.wp-block-rss.is-grid li\":false},[\"margin:0 1em 1em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\"ul.wp-block-rss.columns-2 li\":false},[\"width:calc(50% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-3 li\":false},[\"width:calc(33.33333% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-4 li\":false},[\"width:calc(25% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-6 li\":false},[\"width:calc(16.66667% - 1em)\"]],[false,\"}\"],[false,{\".wp-block-rss__item-author\":false,\".wp-block-rss__item-publish-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-rss\":false},[\"box-sizing:border-box\",\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-search__button\":false},[\"margin-left:10px\",\"word-break:normal\"]],[false,{\".wp-block-search__button.has-icon\":false},[\"line-height:0\"]],[false,{\".wp-block-search__button svg\":false},[\"height:1.25em\",\"min-height:24px\",\"min-width:24px\",\"width:1.25em\",\"fill:currentColor\",\"vertical-align:text-bottom\"]],[true,{\":where(.wp-block-search__button)\":true},[\"border:1px solid #ccc\",\"padding:6px 10px\"]],[false,{\".wp-block-search__inside-wrapper\":false},[\"display:flex\",\"flex:auto\",\"flex-wrap:nowrap\",\"max-width:100%\"]],[false,{\".wp-block-search__label\":false},[\"width:100%\"]],[false,{\".wp-block-search__input\":false},[\"appearance:none\",\"border:1px solid #949494\",\"flex-grow:1\",\"margin-left:0\",\"margin-right:0\",\"min-width:3rem\",\"padding:8px\"]],[false,{\".wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"text-decoration:unset\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-shrink:0\",\"justify-content:center\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"transition-property:width\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:not(#_#_#_#_#_#_#_)\":false},[\"min-width:0\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__input\":false},[\"flex-basis:100%\",\"transition-duration:.3s\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden\":false,\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper\":false},[\"overflow:hidden\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input\":false},[\"flex-basis:0\",\"flex-grow:0\",\"margin:0\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"border-left-width:0\",\"border-right-width:0\",\"min-width:0\",\"padding-left:0\",\"padding-right:0\",\"width:0\"]],[true,{\":where(.wp-block-search__input)\":true},[\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-transform:inherit\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)\":true},[\"border:1px solid #949494\",\"box-sizing:border-box\",\"padding:4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input\":false},[\"border:none\",\"border-radius:0\",\"padding:0 4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus\":false},[\"outline:none\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button)\":true},[\"padding:4px 8px\"]],[false,{\".wp-block-search.aligncenter .wp-block-search__inside-wrapper\":false},[\"margin:auto\"]],[false,{\".wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"float:right\"]],[false,{\".wp-block-separator\":false},[\"border:none\",\"border-top:2px solid\"]],[true,{\":root :where(.wp-block-separator.is-style-dots)\":true},[\"height:auto\",\"line-height:1\",\"text-align:center\"]],[true,{\":root :where(.wp-block-separator.is-style-dots):before\":true},[\"color:currentColor\",\"content:\\\"\\u00b7\\u00b7\\u00b7\\\"\",\"font-family:serif\",\"font-size:1.5em\",\"letter-spacing:2em\",\"padding-left:2em\"]],[false,{\".wp-block-separator.is-style-dots:not(#_#_#_#_#_#_#_)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-block-site-logo\":false},[\"box-sizing:border-box\",\"line-height:0\"]],[false,{\".wp-block-site-logo a\":false},[\"display:inline-block\",\"line-height:0\"]],[false,{\".wp-block-site-logo.is-default-size amp-img\":false,\".wp-block-site-logo.is-default-size amp-anim\":false},[\"height:auto\",\"width:120px\"]],[false,{\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"height:auto\",\"max-width:100%\"]],[false,{\".wp-block-site-logo a\":false,\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-site-logo.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"text-align:center\"]],[true,{\":root :where(.wp-block-site-logo.is-style-rounded)\":true},[\"border-radius:9999px\"]],[false,{\".wp-block-site-tagline\":false,\".wp-block-site-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-site-title :where(a)\":false},[\"color:inherit\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-social-links\":false},[\"background:none\",\"box-sizing:border-box\",\"margin-left:0\",\"padding-left:0\",\"padding-right:0\",\"text-indent:0\"]],[false,{\".wp-block-social-links .wp-social-link a\":false,\".wp-block-social-links .wp-social-link a:hover\":false},[\"border-bottom:0\",\"box-shadow:none\",\"text-decoration:none\"]],[false,{\".wp-block-social-links .wp-social-link svg\":false},[\"height:1em\",\"width:1em\"]],[false,{\".wp-block-social-links .wp-social-link span:not(.screen-reader-text)\":false},[\"font-size:.65em\",\"margin-left:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-social-links.has-small-icon-size\":false},[\"font-size:16px\"]],[false,{\".wp-block-social-links\":false,\".wp-block-social-links.has-normal-icon-size\":false},[\"font-size:24px\"]],[false,{\".wp-block-social-links.has-large-icon-size\":false},[\"font-size:36px\"]],[false,{\".wp-block-social-links.has-huge-icon-size\":false},[\"font-size:48px\"]],[false,{\".wp-block-social-links.aligncenter\":false},[\"display:flex\",\"justify-content:center\"]],[false,{\".wp-block-social-links.alignright\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-social-link\":false},[\"border-radius:9999px\",\"display:block\",\"height:auto\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-social-link\":false},[\"transition:transform .1s ease\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\"]],[false,{\".wp-block-social-link:hover\":false},[\"transform:scale(1.1)\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited\":false},[\"color:currentColor\",\"fill:currentColor\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link\":false},[\"background-color:#f0f0f0\",\"color:#444\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon\":false},[\"background-color:#f90\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp\":false},[\"background-color:#1ea0c3\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance\":false},[\"background-color:#0757fe\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky\":false},[\"background-color:#0a7aff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen\":false},[\"background-color:#1e1f26\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart\":false},[\"background-color:#02e49b\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord\":false},[\"background-color:#5865f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble\":false},[\"background-color:#e94c89\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox\":false},[\"background-color:#4280ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy\":false},[\"background-color:#f45800\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook\":false},[\"background-color:#0866ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr\":false},[\"background-color:#0461dd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare\":false},[\"background-color:#e65678\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github\":false},[\"background-color:#24292d\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads\":false},[\"background-color:#eceadd\",\"color:#382110\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google\":false},[\"background-color:#ea4434\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar\":false},[\"background-color:#1d4fc4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram\":false},[\"background-color:#f00075\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm\":false},[\"background-color:#e21b24\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin\":false},[\"background-color:#0d66c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon\":false},[\"background-color:#3288d4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup\":false},[\"background-color:#f6405f\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest\":false},[\"background-color:#e60122\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket\":false},[\"background-color:#ef4155\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit\":false},[\"background-color:#ff4500\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype\":false},[\"background-color:#0478d7\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat\":false},[\"background-color:#fefc00\",\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud\":false},[\"background-color:#ff5600\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify\":false},[\"background-color:#1bd760\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram\":false},[\"background-color:#2aabee\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr\":false},[\"background-color:#011835\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch\":false},[\"background-color:#6440a4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter\":false},[\"background-color:#1da1f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo\":false},[\"background-color:#1eb7ea\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk\":false},[\"background-color:#4680c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress\":false},[\"background-color:#3499cd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp\":false},[\"background-color:#25d366\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp\":false},[\"background-color:#d32422\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube\":false},[\"background-color:red\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link\":false},[\"background:none\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg\":false},[\"height:1.25em\",\"width:1.25em\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon\":false},[\"color:#f90\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp\":false},[\"color:#1ea0c3\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance\":false},[\"color:#0757fe\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky\":false},[\"color:#0a7aff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen\":false},[\"color:#1e1f26\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart\":false},[\"color:#02e49b\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord\":false},[\"color:#5865f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble\":false},[\"color:#e94c89\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox\":false},[\"color:#4280ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy\":false},[\"color:#f45800\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook\":false},[\"color:#0866ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr\":false},[\"color:#0461dd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare\":false},[\"color:#e65678\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github\":false},[\"color:#24292d\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads\":false},[\"color:#382110\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google\":false},[\"color:#ea4434\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar\":false},[\"color:#1d4fc4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram\":false},[\"color:#f00075\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm\":false},[\"color:#e21b24\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin\":false},[\"color:#0d66c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon\":false},[\"color:#3288d4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup\":false},[\"color:#f6405f\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest\":false},[\"color:#e60122\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket\":false},[\"color:#ef4155\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit\":false},[\"color:#ff4500\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype\":false},[\"color:#0478d7\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat\":false},[\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud\":false},[\"color:#ff5600\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify\":false},[\"color:#1bd760\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram\":false},[\"color:#2aabee\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr\":false},[\"color:#011835\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch\":false},[\"color:#6440a4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter\":false},[\"color:#1da1f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo\":false},[\"color:#1eb7ea\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk\":false},[\"color:#4680c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp\":false},[\"color:#25d366\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress\":false},[\"color:#3499cd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp\":false},[\"color:#d32422\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube\":false},[\"color:red\"]],[false,{\".wp-block-social-links.is-style-pill-shape .wp-social-link\":false},[\"width:auto\"]],[true,{\":root :where(.wp-block-social-links .wp-social-link a)\":true},[\"padding:.25em\"]],[true,{\":root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a)\":true},[\"padding-left:.6666666667em\",\"padding-right:.6666666667em\"]],[false,{\".wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label\":false},[\"color:#000\"]],[false,{\".wp-block-spacer\":false},[\"clear:both\"]],[false,{\".wp-block-tag-cloud\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-tag-cloud.aligncenter\":false},[\"justify-content:center\",\"text-align:center\"]],[false,{\".wp-block-tag-cloud.alignfull\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".wp-block-tag-cloud a\":false},[\"display:inline-block\",\"margin-right:5px\"]],[false,{\".wp-block-tag-cloud span\":false},[\"display:inline-block\",\"margin-left:5px\",\"text-decoration:none\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline)\":true},[\"display:flex\",\"flex-wrap:wrap\",\"gap:1ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a)\":true},[\"border:1px solid\",\"margin-right:0\",\"padding:1ch 2ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_)\":true},[\"font-size:unset\",\"text-decoration:none\"]],[false,{\".wp-block-table\":false},[\"overflow-x:auto\"]],[false,{\".wp-block-table table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-table thead\":false},[\"border-bottom:3px solid\"]],[false,{\".wp-block-table tfoot\":false},[\"border-top:3px solid\"]],[false,{\".wp-block-table td\":false,\".wp-block-table th\":false},[\"border:1px solid\",\"padding:.5em\"]],[false,{\".wp-block-table .has-fixed-layout\":false},[\"table-layout:fixed\",\"width:100%\"]],[false,{\".wp-block-table .has-fixed-layout td\":false,\".wp-block-table .has-fixed-layout th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table.aligncenter\":false,\".wp-block-table.alignleft\":false,\".wp-block-table.alignright\":false},[\"display:table\",\"width:auto\"]],[false,{\".wp-block-table.aligncenter td\":false,\".wp-block-table.aligncenter th\":false,\".wp-block-table.alignleft td\":false,\".wp-block-table.alignleft th\":false,\".wp-block-table.alignright td\":false,\".wp-block-table.alignright th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table .has-subtle-light-gray-background-color\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table .has-subtle-pale-green-background-color\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table .has-subtle-pale-blue-background-color\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table .has-subtle-pale-pink-background-color\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes\":false},[\"background-color:initial\",\"border-bottom:1px solid #f0f0f0\",\"border-collapse:inherit\",\"border-spacing:0\"]],[false,{\".wp-block-table.is-style-stripes tbody tr:nth-child(odd)\":false},[\"background-color:#f0f0f0\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes td\":false,\".wp-block-table.is-style-stripes th\":false},[\"border-color:rgba(0,0,0,0)\"]],[false,{\".wp-block-table .has-border-color td\":false,\".wp-block-table .has-border-color th\":false,\".wp-block-table .has-border-color tr\":false,\".wp-block-table .has-border-color>*\":false},[\"border-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child th\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* th\":false},[\"border-top-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:not(:first-child)\":false},[\"border-top-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-right-color] td:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-right-color]>*\":false},[\"border-right-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child th\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* th\":false},[\"border-bottom-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:not(:last-child)\":false},[\"border-bottom-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-left-color] td:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-left-color]>*\":false},[\"border-left-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-style] td\":false,\".wp-block-table table[data-amp-original-style*=border-style] th\":false,\".wp-block-table table[data-amp-original-style*=border-style] tr\":false,\".wp-block-table table[data-amp-original-style*=border-style]>*\":false},[\"border-style:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-width] td\":false,\".wp-block-table table[data-amp-original-style*=border-width] th\":false,\".wp-block-table table[data-amp-original-style*=border-width] tr\":false,\".wp-block-table table[data-amp-original-style*=border-width]>*\":false},[\"border-style:inherit\",\"border-width:inherit\"]],[true,{\":root :where(.wp-block-table-of-contents)\":true},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-term-description)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-term-description p\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-text-columns\":false,\".wp-block-text-columns.aligncenter\":false},[\"display:flex\"]],[false,{\".wp-block-text-columns .wp-block-column\":false},[\"margin:0 1em\",\"padding:0\"]],[false,{\".wp-block-text-columns .wp-block-column:first-child\":false},[\"margin-left:0\"]],[false,{\".wp-block-text-columns .wp-block-column:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-text-columns.columns-2 .wp-block-column\":false},[\"width:50%\"]],[false,{\".wp-block-text-columns.columns-3 .wp-block-column\":false},[\"width:33.3333333333%\"]],[false,{\".wp-block-text-columns.columns-4 .wp-block-column\":false},[\"width:25%\"]],[false,{\"pre.wp-block-verse\":false},[\"overflow:auto\",\"white-space:pre-wrap\"]],[true,{\":where(pre.wp-block-verse)\":true},[\"font-family:inherit\"]],[false,{\".wp-block-video\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"vertical-align:middle\",\"width:100%\"]],[false,\"@supports (position:sticky){\"],[false,{\".wp-block-video [poster]\":false},[\"object-fit:cover\"]],[false,\"}\"],[false,{\".wp-block-video.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-video :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".editor-styles-wrapper\":false,\".entry-content\":false},[\"counter-reset:footnotes\"]],[false,{\"a[data-fn].fn\":false},[\"counter-increment:footnotes\",\"display:inline-flex\",\"font-size:smaller\",\"text-decoration:none\",\"text-indent:-9999999px\",\"vertical-align:super\"]],[false,{\"a[data-fn].fn:after\":false},[\"content:\\\"[\\\" counter(footnotes) \\\"]\\\"\",\"float:left\",\"text-indent:0\"]],[false,{\".wp-element-button\":false},[\"cursor:pointer\"]],[true,{\":root\":true},[\"--wp--preset--font-size--normal:16px\",\"--wp--preset--font-size--huge:42px\"]],[false,{\":root .has-very-light-gray-background-color\":false},[\"background-color:#eee\"]],[false,{\":root .has-very-dark-gray-background-color\":false},[\"background-color:#313131\"]],[false,{\":root .has-very-light-gray-color\":false},[\"color:#eee\"]],[false,{\":root .has-very-dark-gray-color\":false},[\"color:#313131\"]],[false,{\":root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\":false},[\"background:linear-gradient(135deg,#00d084,#0693e3)\"]],[false,{\":root .has-purple-crush-gradient-background\":false},[\"background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)\"]],[false,{\":root .has-hazy-dawn-gradient-background\":false},[\"background:linear-gradient(135deg,#faaca8,#dad0ec)\"]],[false,{\":root .has-subdued-olive-gradient-background\":false},[\"background:linear-gradient(135deg,#fafae1,#67a671)\"]],[false,{\":root .has-atomic-cream-gradient-background\":false},[\"background:linear-gradient(135deg,#fdd79a,#004a59)\"]],[false,{\":root .has-nightshade-gradient-background\":false},[\"background:linear-gradient(135deg,#330968,#31cdcf)\"]],[false,{\":root .has-midnight-gradient-background\":false},[\"background:linear-gradient(135deg,#020381,#2874fc)\"]],[false,{\".has-regular-font-size\":false},[\"font-size:1em\"]],[false,{\".has-larger-font-size\":false},[\"font-size:2.625em\"]],[false,{\".has-normal-font-size\":false},[\"font-size:var(--wp--preset--font-size--normal)\"]],[false,{\".has-huge-font-size\":false},[\"font-size:var(--wp--preset--font-size--huge)\"]],[false,{\".has-text-align-center\":false},[\"text-align:center\"]],[false,{\".has-text-align-left\":false},[\"text-align:left\"]],[false,{\".has-text-align-right\":false},[\"text-align:right\"]],[false,{\"#end-resizable-editor-section\":false},[\"display:none\"]],[false,{\".aligncenter\":false},[\"clear:both\"]],[false,{\".items-justified-left\":false},[\"justify-content:flex-start\"]],[false,{\".items-justified-center\":false},[\"justify-content:center\"]],[false,{\".items-justified-right\":false},[\"justify-content:flex-end\"]],[false,{\".items-justified-space-between\":false},[\"justify-content:space-between\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip-path:inset(50%)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#ddd\",\"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\"]],[true,{\"html :where(.has-border-color)\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-color])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-color])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-color])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-color])\":true},[\"border-left-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-width])\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-width])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-width])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-width])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-width])\":true},[\"border-left-style:solid\"]],[true,{\"html :where(amp-img[class*=wp-image-])\":true,\"html :where(amp-anim[class*=wp-image-])\":true},[\"height:auto\",\"max-width:100%\"]],[true,{\":where(figure)\":true},[\"margin:0 0 1em\"]],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)\"]],[true,\"@media screen and (max-width:600px){\"],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:0px\"]],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":13983,\"final_size\":3948,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"31c790db6ae2bf95e874b636534a6fa7\",\"parse_time\":0.023661136627197266,\"shake_time\":0.0001239776611328125,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\":root\":true},[\"--wp--preset--aspect-ratio--square:1\",\"--wp--preset--aspect-ratio--4-3:4\\/3\",\"--wp--preset--aspect-ratio--3-4:3\\/4\",\"--wp--preset--aspect-ratio--3-2:3\\/2\",\"--wp--preset--aspect-ratio--2-3:2\\/3\",\"--wp--preset--aspect-ratio--16-9:16\\/9\",\"--wp--preset--aspect-ratio--9-16:9\\/16\",\"--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--ast-global-color-0:var(--ast-global-color-0)\",\"--wp--preset--color--ast-global-color-1:var(--ast-global-color-1)\",\"--wp--preset--color--ast-global-color-2:var(--ast-global-color-2)\",\"--wp--preset--color--ast-global-color-3:var(--ast-global-color-3)\",\"--wp--preset--color--ast-global-color-4:var(--ast-global-color-4)\",\"--wp--preset--color--ast-global-color-5:var(--ast-global-color-5)\",\"--wp--preset--color--ast-global-color-6:var(--ast-global-color-6)\",\"--wp--preset--color--ast-global-color-7:var(--ast-global-color-7)\",\"--wp--preset--color--ast-global-color-8:var(--ast-global-color-8)\",\"--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:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--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)\"]],[true,{\":root\":true},[\"--wp--style--global--content-size:var(--ast-content-width-size)\",\"--wp--style--global--wide-size:1200px\"]],[true,{\":where(body)\":true},[\"margin:0\"]],[false,{\".wp-site-blocks > .alignleft\":false},[\"float:left\",\"margin-right:2em\"]],[false,{\".wp-site-blocks > .alignright\":false},[\"float:right\",\"margin-left:2em\"]],[false,{\".wp-site-blocks > .aligncenter\":false},[\"justify-content:center\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[true,{\":where(.is-layout-grid)\":true},[\"gap:.5em\"]],[false,{\".is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\".is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".is-layout-flex > :is(*, div)\":false},[\"margin:0\"]],[false,{\"body .is-layout-grid\":false},[\"display:grid\"]],[false,{\".is-layout-grid > :is(*, div)\":false},[\"margin:0\"]],[true,{\"body\":true},[\"padding-top:0px\",\"padding-right:0px\",\"padding-bottom:0px\",\"padding-left:0px\"]],[true,{\"a:where(:not(.wp-element-button))\":true},[\"text-decoration:underline\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[true,{\":where(.wp-block-post-template.is-layout-flex)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-post-template.is-layout-grid)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[true,{\":where(.wp-block-columns.is-layout-grid)\":true},[\"gap:2em\"]],[true,{\":root :where(.wp-block-pullquote)\":true},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":18906,\"final_size\":889,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"56fd5df6a4607622d63ca8539d231c32\",\"parse_time\":0.18002700805664062,\"shake_time\":0.00047087669372558594,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow-x:hidden\"]],[true,{\"html:not([amp4ads]):not(#_#_#_#_#_#_#_#_)\":true,\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"height:auto\"]],[true,{\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"margin:0\"]],[true,{\"body\":true},[\"-webkit-text-size-adjust:100%\",\"-moz-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\",\"text-size-adjust:100%\"]],[false,{\"amp-instagram\":false},[\"background-color:#fff\"]],[false,{\"amp-instagram:not(#_#_#_#_#_#_#_#_)\":false},[\"padding:54px 0px 0px\"]],[false,{\"amp-iframe iframe:not(#_#_#_#_#_#_#_#_)\":false},[\"box-sizing:border-box\"]],[false,{\"[amp-access][amp-access-hide]\":false},[\"display:none\"]],[false,{\"[subscriptions-dialog]:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-experiment\":false,\"amp-live-list>[update]\":false},[\"display:none\"]],[false,{\"amp-list [fetch-error]\":false,\"amp-list[load-more] [load-more-button]\":false,\"amp-list[load-more] [load-more-end]\":false,\"amp-list[load-more] [load-more-failed]\":false,\"amp-list[load-more] [load-more-loading]\":false},[\"display:none\"]],[false,{\"amp-list[diffable] div[role=list]\":false},[\"display:block\"]],[false,{\"amp-story-page:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"min-height:1px\",\"display:block\",\"height:100%\",\"margin:0\",\"padding:0\",\"overflow:hidden\",\"width:100%\"]],[false,{\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"background-color:#000\",\"position:relative\"]],[false,{\"amp-story-page\":false},[\"background-color:#757575\"]],[false,{\"amp-story .amp-active>div:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-story-page:not(:first-of-type):not([distance]):not([active]):not(#_#_#_#_#_#_#_#_)\":false},[\"transform:translateY(1000vh)\"]],[false,{\"amp-autocomplete:not(#_#_#_#_#_#_#_#_)\":false},[\"position:relative\",\"display:inline-block\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"padding:.5rem\",\"border:1px solid rgba(0,0,0,.33)\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"font-size:1rem\",\"line-height:1.5rem\"]],[false,{\"[amp-fx^=fly-in]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]\":false,\"amp-script[sandboxed]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]:not(#_#_#_#_#_#_#_#_)\":false,\"amp-script[sandboxed]:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[true,{\"[hidden]:not(#_#_#_#_#_#_#_)\":true},[\"display:none\"]],[true,{\"[layout=container]\":true},[\"display:block\",\"position:relative\"]],[true,{\"body noscript>*\":true},[\"display:block\",\"position:absolute\",\"top:0\",\"left:0\",\"bottom:0\",\"right:0\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow:hidden\"]],[true,{\"body noscript>*\":true},[\"width:100%\",\"height:100%\",\"z-index:2\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"position:absolute\"]],[true,{\"body noscript:not(#_#_#_#_#_#_#_#_)\":true},[\"display:inline\"]],[false,\"@supports (aspect-ratio:1\\/1){}\"],[false,{\"i-amp-scroll-container\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\",\"display:block\"]],[false,{\"i-amp-scroll-container.amp-active\":false},[\"overflow:auto\",\"-webkit-overflow-scrolling:touch\"]],[false,{\"template:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\".amp-border-box\":false,\".amp-border-box *\":false,\".amp-border-box :after\":false,\".amp-border-box :before\":false},[\"box-sizing:border-box\"]],[false,{\"amp-pixel:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-analytics\":false,\"amp-auto-ads\":false,\"amp-story-auto-ads\":false},[\"visibility:hidden\"]],[false,{\"amp-analytics:not(#_#_#_#_#_#_#_#_)\":false,\"amp-auto-ads:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story-auto-ads:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[false,{\"[visible-when-invalid]:not(.visible)\":false,\"form [submit-error]\":false,\"form [submit-success]\":false,\"form [submitting]\":false},[\"display:none\"]],[false,{\"amp-accordion:not(#_#_#_#_#_#_#_#_)\":false},[\"display:block\"]],[true,\"@media (min-width:1px){\"],[true,{\":where(amp-accordion>section)>:first-child\":true},[\"margin:0\",\"background-color:#efefef\",\"padding-right:20px\",\"border:1px solid #dfdfdf\"]],[true,{\":where(amp-accordion>section)>:last-child\":true},[\"margin:0\"]],[true,\"}\"],[false,{\"amp-accordion>section:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\"]],[false,{\"amp-accordion>section>*:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\",\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"amp-accordion\":false,\"amp-accordion>section\":false},[\"margin:0\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":38885,\"final_size\":16629,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"57e5701f0a3e0b4437f92e97599f1f36\",\"parse_time\":0.0514369010925293,\"shake_time\":0.0004029273986816406,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"webfonts\\/digital_sans_ef_medium.woff2\",\"webfonts\\/advanced_dot_digital7.eot\",\"webfonts\\/fa-brands-400.eot#iefix\",\"webfonts\\/fa-regular-400.eot#iefix\",\"webfonts\\/fa-solid-900.eot#iefix\",\"webfonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"font-size:14px\",\"line-height:1.5\",\"letter-spacing:.1px\",\"color:#fff\",\"background:#020000\",\"font-family:\\\"digital_sans_ef_medium\\\"\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":true},[\"color:#11a54f\",\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:30px\"]],[true,{\"h2\":true},[\"font-size:27px\"]],[true,{\"h3\":true},[\"font-size:23px\"]],[true,{\"*\":true},[\"-webkit-box-sizing:border-box\",\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true},[\"color:#11a54f\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#11a54f\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"width:100%\",\"height:100%\",\"pointer-events:none\"]],[true,{\"a amp-img\":true,\"a amp-anim\":true},[\"pointer-events:visible\"]],[false,{\".entry-content ol li\":false},[\"list-style:decimal\",\"padding:5px 0px\",\"display:list-item\",\"float:none\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"digital_sans_ef_medium\\\";src:url(\\\"webfonts\\/digital_sans_ef_medium.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/digital_sans_ef_medium.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}@font-face{font-family:\\\"advanced_dot_digital7\\\";src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\");src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/advanced_dot_digital7.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.svg#advanced_dot_digital7\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Brands\\\";font-style:normal;font-weight:normal;font-display:auto;src:url(\\\"webfonts\\/fa-brands-400.eot\\\");src:url(\\\"webfonts\\/fa-brands-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-brands-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-brands-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-brands-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-brands-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:400;font-display:auto;src:url(\\\"webfonts\\/fa-regular-400.eot\\\");src:url(\\\"webfonts\\/fa-regular-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-regular-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-regular-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-regular-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-regular-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:900;font-display:auto;src:url(\\\"webfonts\\/fa-solid-900.eot\\\");src:url(\\\"webfonts\\/fa-solid-900.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-solid-900.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-solid-900.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-solid-900.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-solid-900.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"webfonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:18px\",\"background-repeat:no-repeat\"]],[true,{\".svg-beranda\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-beranda.png\\\")\"]],[true,{\".svg-content\":true},[\"display:inline-block\",\"width:25px\",\"height:20px\",\"background-size:21px\",\"background-repeat:no-repeat\"]],[true,{\".svg-sport\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/hot-games.png\\\")\"]],[true,{\".header\":true},[\"width:100%\",\"z-index:999999\",\"position:fixed\",\"background:#191919\"]],[true,{\".top-left\":true},[\"float:left\",\"width:27%\",\"display:flex\",\"justify-content:flex-start\"]],[true,{\".top-right\":true},[\"line-height:1.2\",\"font-size:11px\",\"float:right\",\"width:70%\"]],[true,{\".site-logo\":true},[\"float:left\",\"top:12px\",\"left:0px\",\"width:24%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:200px\"]],[true,{\".nav-bar\":true},[\"background-color:(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #2b2b2b\"]],[true,{\".sticky\":true},[\"height:127px\"]],[true,{\".main\":true},[\"background:#191919\"]],[true,{\".slide\":true},[\"margin-bottom:17px\"]],[true,{\".jackpot amp-img\":true,\".jackpot amp-anim\":true},[\"margin-left:auto\",\"margin-right:auto\",\"display:block\",\"border-radius:9px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\",\"overflow:hidden\"]],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-wrap:wrap\",\"flex-wrap:wrap\"]],[true,{\".col-sm-2\":true},[\"flex:0 0 15.9%\",\"max-width:15.9%\",\"margin:5px 4px\",\"justify-content:center\",\"align-content:center\"]],[true,{\".col-sm-12\":true},[\"-ms-flex:0 0 100%\",\"flex:0 0 100%\",\"max-width:100%\"]],[true,{\".col-title\":true},[\"padding:9px 0px\",\"position:absolute\",\"top:-14px\",\"left:21px\",\"z-index:2\",\"background:#101013\"]],[true,{\".col-border\":true},[\"border:1px solid #333\",\"border-radius:7px\",\"margin:5px auto\",\"padding:18px\"]],[true,{\".payment .col-sm-12\":true},[\"margin:10px auto\"]],[false,{\".post-taxonomies\":false},[\"padding:20px 0\"]],[false,{\".post-taxonomies .container\":false},[\"border-bottom:1px solid #333\"]],[false,{\".tags-title\":false},[\"font-size:19px\"]],[false,{\".tags-title\":false,\".tags-links\":false},[\"text-align:center\",\"padding:10px 0\"]],[false,{\".tags-links a\":false},[\"background:#503000\",\"display:inline-block\",\"border-radius:8px\",\"padding:15px 20px\",\"color:#fff\"]],[true,{\".main-menu i\":true},[\"display:block\",\"margin:auto\",\"width:30px\",\"height:30px\",\"background-size:26px\"]],[true,{\"ul.menu\":true,\"ul.contact-us\":true,\"ul.main-menu\":true},[\"padding:0\",\"margin:0\",\"text-transform:uppercase\"]],[true,{\".main-menu\":true},[\"float:right\"]],[true,{\".main-menu li [aria-current]\":true,\".main-menu li a:hover\":true},[\"color:#11a54f\"]],[true,{\".main-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"margin:0\",\"padding:0\"]],[true,{\".main-menu li a\":true},[\"font-size:14px\",\"position:relative\",\"display:inline-block\",\"line-height:18px\",\"padding:20px 24px\",\"flex:1\",\"color:#a3a3a3\"]],[true,{\"ul.contact-us\":true},[\"padding:15px 0\",\"text-transform:capitalize\"]],[true,{\".contact-us\":true},[\"float:right\",\"height:36px\"]],[true,{\".contact-us li\":true},[\"border-right:dotted 1px #fff\",\"padding-left:10px\",\"padding-right:10px\",\"display:inline-block\",\"float:left\"]],[true,{\".site-footer\":true},[\"display:block\",\"margin:auto\",\"max-width:200px\",\"margin-bottom:20px\"]],[true,{\".contact-us li:first-child\":true},[\"padding-right:10px\",\"border-left:0\"]],[true,{\".contact-us li:last-child\":true},[\"padding-right:10px\",\"border-right:0\"]],[true,{\".contact-us li a\":true},[\"color:#9a9a9a\",\"font-size:11px\"]],[true,{\".contact-us li a:hover\":true},[\"color:#11a54f\"]],[true,{\".contact-us .svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:17px\",\"background-repeat:no-repeat\"]],[true,{\".contact-us li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer\":true},[\"position:fixed\",\"width:170px\",\"height:40px\",\"bottom:0px\",\"right:10px\",\"background:#e8911a\",\"border-radius:5px 5px 0px 0px\",\"z-index:100\",\"padding:2px\"]],[true,{\".quick-footer i\":true},[\"font-size:22px\",\"position:relative\",\"right:-42px\",\"top:-2px\"]],[true,{\".quick-footer li\":true},[\"margin:1px auto\",\"padding:4px 12px\"]],[true,{\".quick-footer li a\":true},[\"color:#fff\",\"display:flex\",\"align-items:end\",\"text-align:center\",\"font-size:19px\",\"text-transform:uppercase\"]],[true,{\".quick-footer li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer .svg-menu\":true},[\"height:30px\",\"width:30px\",\"display:inline-block\",\"background-size:30px\",\"background-repeat:no-repeat\"]],[true,{\".menu\":true},[\"float:right\",\"position:relative\",\"padding:0px\",\"margin:0px auto\"]],[true,{\".menu li\":true},[\"float:left\",\"position:relative\",\"font-size:14px\",\"text-transform:uppercase\",\"min-width:68px\",\"margin:0px 0px 0px 4px\",\"text-align:center\",\"padding:5px 5px\",\"vertical-align:inherit\",\"border-radius:27px\"]],[true,{\".menu ul\":true},[\"padding-top:15px\",\"border-radius:0px 0px 4px 4px\",\"-webkit-border-radius:0px 0px 4px 4px\",\"-moz-border-radius:0px 0px 4px 4px\",\"-ms-border-radius:0px 0px 4px 4px\",\"-o-border-radius:0px 0px 4px 4px\"]],[true,{\".menu li a\":true},[\"padding:4px 21px\",\"display:block\",\"color:#fff\",\"text-shadow:0px 0px 3px #000\"]],[true,{\".daftar\":true,\".quick-footer\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #11a54f\"]],[true,{\".daftar:hover\":true},[\"background:#115f13\",\"background-image:-webkit-linear-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\"]],[true,{\".login\":true},[\"background:#505050\",\"border-top:1px solid #7e7e7e\"]],[true,{\".login:hover\":true},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".rtp\":false},[\"background:#505050\",\"background-image:linear-gradient(to bottom,#0ef,#001aff)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".rtp:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".alternatif\":false},[\"background:#c8ff00\",\"background-image:linear-gradient(to bottom,#ffae00,#c8ff00)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".alternatif:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#c8ff00 0%,#ffae00 100%)\"]],[true,{\".login-panel\":true},[\"margin:6px 0\"]],[true,{\"ul\":true,\"ol\":false},[\"list-style:none\",\"margin:0\",\"padding:5px 0px\"]],[true,{\"ul.article\":true},[\"list-style:circle\",\"padding:5px 30px\"]],[true,{\".article li\":true},[\"list-style:disc\",\"margin:0px 35px\"]],[false,{\".article ol li\":false},[\"list-style:decimal\"]],[true,{\".ct-rounded\":true,\".ct-rounded amp-img\":true,\".ct-rounded amp-anim\":true,\".ct-rounded .col-sm-2\":true,\".bg-rounded .container\":true},[\"border-radius:12px\"]],[true,{\".bg-rounded .container\":true},[\"padding:25px\",\"background:#020206\",\"margin-bottom:30px\"]],[true,{\".ct-rounded\":true},[\"padding:15px\",\"background:#160002\",\"border:3px solid #11a54f\",\"margin:10px auto\"]],[true,{\".ct-rounded .col-sm-2\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"padding:2px\",\"height:100%\"]],[true,{\".game-wrapper\":true},[\"height:200px\",\"z-index:0\"]],[true,{\".game-img\":true},[\"position:absolute\",\"width:100%\",\"top:0\",\"z-index:0\"]],[true,{\".image-wrapper\":true},[\"z-index:0\"]],[true,{\".games-wrapper\":true},[\"position:absolute\",\"width:100%\",\"height:100%\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\"]],[true,{\".title-row\":true},[\"margin:21px auto\",\"border-bottom:3px solid #11a54f\",\"font-size:19px\",\"display:flex\",\"align-items:center\"]],[true,{\".title-games\":true},[\"font-size:14px\",\"padding:4px 10px 8px\",\"color:#fff\",\"text-overflow:ellipsis\",\"white-space:nowrap\",\"text-align:center\"]],[true,{\".footer\":true},[\"width:100%\",\"background:#101013\",\"padding:0px 0px 20px 0px\"]],[true,{\".disclaimer\":true},[\"border-top:1px dotted #101013\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"height:auto\"]],[true,{\".footer-title\":true},[\"font-size:15px\",\"color:#d5d5d5\",\"margin:20px auto\"]],[true,{\".footer .row\":true},[\"justify-content:left\"]],[true,{\".footer .col-sm-2\":true},[\"justify-content:left\"]],[true,{\".provider .col-sm-2\":true,\".payment .col-sm-2\":true},[\"max-width:111px\",\"margin:7px\"]],[true,{\".copyright\":true},[\"font-size:11px\",\"padding:15px 0px\",\"text-align:center\"]],[true,{\".copyright a\":true},[\"color:#aaa\",\"display:inline-block\"]],[true,{\".article\":true},[\"text-align:center\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".main-slide amp-img\":true,\".main-slide amp-anim\":true},[\"height:100%\"]],[true,{\".main-menu\":true,\".top-header\":true},[\"display:none\"]],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\".header\":true},[\"z-index:999999\",\"height:65px\",\"position:fixed\",\"background:#151515\"]],[true,{\".nav-bar\":true},[\"border:0\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true},[\"top:9px\",\"left:0px\",\"right:0\",\"width:149px\",\"float:none\",\"margin:auto\",\"position:absolute\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:150px\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\".top-header\":true},[\"top:0px\",\"left:0px\",\"margin:auto\",\"width:100%\"]],[true,{\".menu-mobile\":true,\".menu-login-menu-container\":true,\".slide\":true},[\"width:100%\",\"margin:auto\"]],[true,{\".menu-mobile .menu li\":true},[\"background-image:-webkit-linear-gradient(top,#ababab 0%,#585858 100%)\"]],[true,{\".menu\":true},[\"float:none\"]],[true,{\".main-homepage\":true},[\"background:#131313\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\",\"border-radius:7px\",\"margin-bottom:5px\",\"display:inline-block\"]],[true,{\".main-homepage li a\":true},[\"padding:7px\",\"font-size:14px\",\"display:flex\",\"align-items:center\",\"flex-wrap:nowrap\",\"flex-direction:column\",\"color:#8b8b8b\"]],[true,{\".main-homepage li .svg-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".login-mobile\":true},[\"padding:0\"]],[true,{\".login-mobile li\":true},[\"display:inline-block\",\"border-radius:2px\",\"width:49.5%\",\"text-align:center\"]],[true,{\".login-mobile li a\":true},[\"color:#fff\",\"font-size:18px\",\"padding:9px 20px\",\"display:block\",\"text-shadow:0px 0px 3px #000\"]],[true,{\"ul.nav-item\":true},[\"padding:0\"]],[true,{\".nav-item li a i\":true},[\"vertical-align:middle\"]],[true,{\".nav-item li\":true},[\"background:#1a1a1a\",\"position:relative\",\"line-height:20px\",\"display:inline-block\",\"width:100%\"]],[true,{\".nav-item li a\":true},[\"text-transform:capitalize\",\"display:block\",\"color:#ddd\",\"text-decoration:none\",\"padding:10px 15px\"]],[true,{\".nav-item li:hover\":true},[\"background-color:#393939\"]],[true,{\".nav-item li [aria-current]\":true},[\"background-color:#393939\",\"display:block\",\"width:100%\"]],[true,{\".nav-item li:before\":true},[\"content:\\\"\\\"\",\"position:absolute\",\"top:0\",\"left:0\",\"z-index:-1\",\"height:100%\",\"width:3px\",\"background-color:#393939\"]],[true,{\".contact-floating\":true},[\"position:fixed\",\"bottom:0\",\"background:#1e1e1e\",\"width:100%\",\"padding:3px\",\"z-index:3\"]],[true,{\".contact-floating li a\":true},[\"font-size:13px\",\"color:#fff\"]],[true,{\".contact-floating li\":true},[\"display:inline-block\",\"width:32%\",\"text-align:center\",\"padding:5px 0px\"]],[true,{\".contact-floating li i\":true},[\"display:block\",\"margin:auto\",\"background-size:25px\",\"width:25px\",\"height:25px\"]],[true,{\".main\":true},[\"background:#020206\"]],[true,{\".slide\":true},[\"border:0\"]],[true,{\".main-slide\":true},[\"width:100%\"]],[true,{\".bg-rounded .container\":true},[\"padding:5px\",\"background:#020204\",\"margin-bottom:0\"]],[true,{\".ct-rounded\":true},[\"padding:0\",\"background:none\",\"border:0\"]],[true,{\".games .col-sm-2\":true},[\"max-width:31%\",\"flex:0 0 31%\",\"margin:4px\"]],[true,{\".game-wrapper\":true},[\"height:150px\"]],[true,{\".title-row\":true},[\"margin:10px 10px\",\"text-align:center\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"width:100%\",\"height:auto\"]],[true,{\".footer .col-sm-2\":true},[\"max-width:21%\",\"flex:0 0 21%\",\"margin:4px\"]],[true,{\".footer-title\":true},[\"width:max-content\"]],[true,{\".footer .container\":true},[\"padding:0px 10px\"]],[true,{\".copyright\":true},[\"text-align:center\"]],[true,{\".quick-footer\":true},[\"width:44%\"]],[true,{\".quick-footer li\":true},[\"padding:0px 7px\"]],[true,{\"#side-opener\":true},[\"display:none\"]],[true,{\"input .tg\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\".tg:checked+.page-content\":true},[\"right:272px\"]],[true,{\".page-sidebar\":true},[\"background-color:#1a1a1a\",\"width:272px\",\"display:block\",\"z-index:2\",\"top:0px\",\"right:0px\",\"bottom:0px\",\"overflow:hidden\",\"position:fixed\",\"border-right:1px solid #353535\"]],[true,{\".page-sidebar-scroll\":true},[\"z-index:2\",\"overflow:scroll\",\"overflow-x:hidden\",\"height:100%\",\"padding:0px 0px 0px 3px\",\"width:100%\",\"top:-1px\"]],[true,{\".page-content\":true},[\"z-index:10\",\"right:0\",\"display:block\",\"min-height:580px\",\"transition:all .25s ease-out\",\"-webkit-transition:all .25s ease-out\",\"background-color:#0a0a0a\"]],[true,{\".deploy-sidebar\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/deploy-nav.png\\\")\",\"background-repeat:no-repeat\",\"background-position:9px 21px\",\"background-size:28px 19px\",\"height:60px\",\"max-width:44px\",\"z-index:50\",\"width:20%\",\"float:right\",\"top:1px\",\"right:10px\"]],[true,{\".sidebar-shortcuts\":true},[\"width:100%\",\"height:1px\",\"background-color:#333\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".site-logo\":true},[\"width:38%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"max-width:100%\",\"height:auto\"]],[true,{\".login-mobile li a\":true},[\"padding:5px 9px\",\"font-size:11px\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\"]],[true,{\".main-homepage li\":true},[\"margin-bottom:17px\"]],[true,{\".main-homepage li a\":true},[\"top:76px\"]],[true,{\".slide\":true},[\"height:102px\"]],[true,{\".quick-footer i\":true},[\"right:-13px\"]],[true,{\".page-sidebar\":true},[\"width:200px\"]],[true,{\".tg:checked+.page-content\":true},[\"left:202px\"]],[true,\"}\"],[true,\"}\"],[true,{\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"-o-object-fit:contain\",\"object-fit:contain\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-img img\":true,\"amp-img noscript\":true},[\"image-rendering:inherit\",\"-o-object-fit:inherit\",\"object-fit:inherit\",\"-o-object-position:inherit\",\"object-position:inherit\"]],[true,{\"body\":true},[\"--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--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--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":136,\"final_size\":129,\"element\":{\"name\":\"div\",\"attributes\":{\"id\":\"toc\",\"data-amp-original-style\":\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\",\"class\":\"amp-wp-22abcbf\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":271,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"4cf7b75a293c632457bc6362b882fa3a\",\"parse_time\":0.006494045257568359,\"shake_time\":5.0067901611328125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-22abcbf:not(#_#_#_#_#_)\":true},[\"background:#f9f9f9\",\"border:1px solid #aaa\",\"display:table\",\"margin-bottom:1em\",\"padding:1em\",\"width:350px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":69,\"final_size\":66,\"element\":{\"name\":\"p\",\"attributes\":{\"class\":\"toctitle amp-wp-1f3bc52\",\"data-amp-original-style\":\"font-weight: 700;text-align: center;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":271,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}],\"priority\":70,\"hash\":\"c5f795cff0d9e6edca50bc536c81b6ed\",\"parse_time\":0.015804052352905273,\"shake_time\":2.86102294921875e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-1f3bc52:not(#_#_#_#_#_)\":true},[\"font-weight:700\",\"text-align:center\"]]],\"included\":true}]'),
(1417,69,'_wp_old_date','2025-10-05'),
(1418,70,'_wp_old_date','2025-10-05'),
(1419,133,'_wp_old_date','2025-10-05'),
(1420,72,'_wp_old_date','2025-10-05'),
(1421,67,'_wp_old_date','2025-10-07'),
(1422,274,'_wp_old_date','2025-10-07'),
(1423,69,'_wp_old_date','2025-10-07'),
(1424,70,'_wp_old_date','2025-10-07'),
(1425,133,'_wp_old_date','2025-10-07'),
(1428,67,'_wp_old_date','2025-10-08'),
(1429,285,'_amp_validated_environment','a:3:{s:5:\"theme\";a:1:{s:7:\"mabar88\";s:3:\"2.0\";}s:7:\"plugins\";a:4:{s:3:\"amp\";s:5:\"2.5.5\";s:14:\"classic-editor\";s:5:\"1.6.7\";s:15:\"litespeed-cache\";s:7:\"7.5.0.1\";s:13:\"wordpress-seo\";s:6:\"26.1.1\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(1430,285,'_amp_queried_object','a:2:{s:2:\"id\";i:279;s:4:\"type\";s:4:\"post\";}'),
(1431,285,'_amp_stylesheets','[{\"group\":\"amp-custom\",\"original_size\":86,\"final_size\":136,\"element\":{\"name\":\"style\",\"attributes\":[]},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":2079,\"function\":\"wp_print_auto_sizes_contain_css_fix\",\"hook\":\"wp_head\",\"priority\":1}],\"priority\":70,\"hash\":\"c621d07fb5558e1c2469e3aa9c42602a\",\"parse_time\":0.015420198440551758,\"shake_time\":0.004125833511352539,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"amp-img:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true,\"amp-anim:is([sizes=\\\"auto\\\" i], [sizes^=\\\"auto,\\\" i])\":true},[\"contain-intrinsic-size:3000px 1500px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":60,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"litespeed-cache-dummy-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/litespeed-cache\\/assets\\/css\\/litespeed-dummy.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"litespeed-cache-dummy\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d751713988987e9331980363e24189ce\",\"parse_time\":0.013470888137817383,\"shake_time\":9.5367431640625e-7,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":228,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.5.5\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1012,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2250,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"d9cbcea123ed980237b7ccf844b62f01\",\"parse_time\":0.004324197769165039,\"shake_time\":0.14221882820129395,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-unknown-size\":true,\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:unset\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":true,\"amp-img noscript\":true,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":41469,\"final_size\":6122,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"astra-theme-css-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-content\\/themes\\/mabar88\\/assets\\/css\\/minified\\/main.min.css?ver=3.7.9\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":1,\"hash\":\"297834b4c4b19b7b6584facdb172187b\",\"parse_time\":0.08601713180541992,\"shake_time\":0.0011789798736572266,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"address\":false,\"blockquote\":false,\"body\":true,\"dd\":false,\"dl\":false,\"dt\":false,\"fieldset\":false,\"figure\":false,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\"hr\":false,\"html\":true,\"amp-iframe\":false,\"legend\":false,\"li\":true,\"ol\":true,\"p\":true,\"pre\":false,\"textarea\":false,\"ul\":true},[\"border:0\",\"font-size:100%\",\"font-style:inherit\",\"font-weight:inherit\",\"margin:0\",\"outline:0\",\"padding:0\",\"vertical-align:baseline\"]],[true,{\"html\":true},[\"-webkit-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\"]],[true,{\"body\":true},[\"margin:0\"]],[false,{\"main\":false,\"nav\":false},[\"display:block\"]],[false,{\"progress\":false},[\"display:inline-block\",\"vertical-align:baseline\"]],[true,{\"a\":true},[\"background-color:transparent\"]],[true,{\"a:active\":true},[\"outline:0\"]],[true,{\"a\":true,\"a:focus\":true,\"a:hover\":true,\"a:visited\":true},[\"text-decoration:none\"]],[false,{\"abbr[title]\":false},[\"border-bottom:1px dotted\"]],[false,{\"b\":false,\"strong\":false},[\"font-weight:700\"]],[false,{\"dfn\":false},[\"font-style:italic\"]],[false,{\"mark\":false},[\"background:#ff0\",\"color:#000\"]],[false,{\"small\":false},[\"font-size:80%\"]],[false,{\"sub\":false,\"sup\":false},[\"font-size:75%\",\"line-height:0\",\"position:relative\",\"vertical-align:baseline\"]],[false,{\"sup\":false},[\"top:-.5em\"]],[false,{\"sub\":false},[\"bottom:-.25em\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"border:0\"]],[false,{\"svg:not(:root)\":false},[\"overflow:hidden\"]],[false,{\"figure\":false},[\"margin:0\"]],[false,{\"hr\":false},[\"box-sizing:content-box\",\"height:0\"]],[false,{\"pre\":false},[\"overflow:auto\"]],[false,{\"code\":false,\"kbd\":false,\"pre\":false,\"samp\":false},[\"font-size:1em\"]],[true,{\"button\":false,\"input\":true,\"optgroup\":false,\"select\":false,\"textarea\":false},[\"color:inherit\",\"font:inherit\",\"margin:0\"]],[false,{\"button\":false},[\"overflow:visible\"]],[false,{\"button\":false,\"select\":false},[\"text-transform:none\"]],[true,{\"button\":false,\"html input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"-webkit-appearance:button\",\"cursor:pointer\"]],[true,{\"button[disabled]\":false,\"html input[disabled]\":true},[\"cursor:default\"]],[true,{\"button::-moz-focus-inner\":false,\"input::-moz-focus-inner\":true},[\"border:0\",\"padding:0\"]],[true,{\"input\":true},[\"line-height:normal\"]],[true,{\"input[type=checkbox]\":true,\"input[type=radio]\":true},[\"box-sizing:border-box\",\"padding:0\"]],[true,{\"input[type=number]::-webkit-inner-spin-button\":true,\"input[type=number]::-webkit-outer-spin-button\":true},[\"height:auto\"]],[true,{\"input[type=search]\":true},[\"-webkit-appearance:textfield\",\"box-sizing:content-box\"]],[false,{\"#comments .submit\":false,\".search .search-submit\":false},[\"padding:10px 15px\",\"border-radius:2px\",\"line-height:1.8571428571429\",\"border:0\"]],[false,{\".search .site-main .ast-search-submit\":false},[\"display:none\"]],[true,{\"input[type=search]::-webkit-search-cancel-button\":true,\"input[type=search]::-webkit-search-decoration\":true},[\"-webkit-appearance:none\"]],[false,{\"fieldset\":false},[\"border:1px solid #eaeaea\",\"margin:0 0\",\"padding:.35em .625em .75em\"]],[false,{\"legend\":false},[\"border:0\",\"padding:0\"]],[false,{\"fieldset legend\":false},[\"margin-bottom:1.5em\",\"padding:0 .5em\"]],[false,{\"textarea\":false},[\"overflow:auto\"]],[false,{\"optgroup\":false},[\"font-weight:700\"]],[false,{\"table\":false},[\"border-collapse:collapse\",\"border-spacing:0\"]],[false,{\"td\":false,\"th\":false},[\"padding:0\"]],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,{\".ast-container\":false,\".ast-container-fluid\":false},[\"margin-left:auto\",\"margin-right:auto\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-row\":false},[\"margin-left:-20px\",\"margin-right:-20px\"]],[false,{\".ast-grid-common-col\":false},[\"position:relative\",\"min-height:1px\",\"padding-left:20px\",\"padding-right:20px\"]],[false,{\".ast-float\":false},[\"float:left\"]],[false,\"@media (max-width:992px){\"],[false,{\".ast-width-sm-25\":false},[\"width:25%\"]],[false,{\".ast-width-md-50\":false},[\"width:50%\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-width-md-25\":false},[\"width:25%\"]],[false,\"}\"],[false,{\".ast-full-width\":false},[\"width:100%\"]],[false,{\".ast-width-50\":false},[\"width:50%\"]],[false,\"@media (min-width:768px){\"],[false,{\".ast-width-md-4\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-md-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-md-6\":false},[\"width:50%\",\"float:left\"]],[false,{\".ast-width-md-3\":false},[\"width:25%\"]],[false,{\".ast-width-md-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[false,\"@media (min-width:769px){\"],[false,{\".ast-width-md-20\":false},[\"width:20%\"]],[false,\"}\"],[false,\"@media (min-width:992px){\"],[false,{\".ast-width-lg-33\":false},[\"width:33.3333333333%\"]],[false,{\".ast-width-lg-16\":false},[\"width:16.6666666667%\"]],[false,{\".ast-width-lg-50\":false},[\"width:50%\"]],[false,{\".ast-width-lg-66\":false},[\"width:66.6666666667%\"]],[false,\"}\"],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"clear:both\"]],[true,{\".entry-content h1\":false,\"h1\":true},[\"color:#808285\",\"font-size:2em\",\"line-height:1.2\"]],[true,{\".entry-content h2\":false,\"h2\":true},[\"color:#808285\",\"font-size:1.7em\",\"line-height:1.3\"]],[false,{\".entry-content h3\":false,\"h3\":false},[\"color:#808285\",\"font-size:1.5em\",\"line-height:1.4\"]],[false,{\".entry-content h4\":false,\"h4\":false},[\"color:#808285\",\"line-height:1.5\",\"font-size:1.3em\"]],[false,{\".entry-content h5\":false,\"h5\":false},[\"color:#808285\",\"line-height:1.6\",\"font-size:1.2em\"]],[false,{\".entry-content h6\":false,\"h6\":false},[\"color:#808285\",\"line-height:1.7\",\"font-size:1.1em\"]],[true,{\"html\":true},[\"box-sizing:border-box\"]],[true,{\"*\":true,\":after\":true,\":before\":true},[\"box-sizing:inherit\"]],[true,{\"body\":true},[\"color:#808285\",\"background:#fff\",\"font-style:normal\"]],[true,{\"ol\":true,\"ul\":true},[\"margin:0 0 1.5em 3em\"]],[true,{\"ul\":true},[\"list-style:disc\"]],[true,{\"ol\":true},[\"list-style:decimal\"]],[true,{\"li>ol\":true,\"li>ul\":true},[\"margin-bottom:0\",\"margin-left:1.5em\"]],[false,{\"dt\":false},[\"font-weight:700\"]],[false,{\"dd\":false},[\"margin:0 1.5em 1.5em\"]],[false,{\"b\":false,\"strong\":false},[\"font-weight:700\"]],[true,{\"cite\":false,\"dfn\":false,\"em\":false,\"i\":true},[\"font-style:italic\"]],[false,{\"blockquote\":false,\"q\":false},[\"quotes:\\\"\\\" \\\"\\\"\"]],[false,{\"blockquote:after\":false,\"blockquote:before\":false,\"q:after\":false,\"q:before\":false},[\"content:\\\"\\\"\"]],[false,{\"blockquote\":false},[\"border-left:5px solid rgba(0,0,0,.05)\",\"padding:20px\",\"font-size:1.2em\",\"font-style:italic\",\"margin:0 0 1.5em\",\"position:relative\"]],[false,{\"address\":false},[\"margin:0 0 1.5em\"]],[false,{\"abbr\":false,\"acronym\":false},[\"border-bottom:1px dotted #666\",\"cursor:help\"]],[false,{\"pre\":false},[\"background:#eee\",\"font-family:\\\"Courier 10 Pitch\\\",Courier,monospace\",\"margin-bottom:1.6em\",\"overflow:auto\",\"max-width:100%\",\"padding:1.6em\"]],[false,{\"code\":false,\"kbd\":false,\"tt\":false,\"var\":false},[\"font:15px Monaco,Consolas,\\\"Andale Mono\\\",\\\"DejaVu Sans Mono\\\",monospace\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"height:auto\",\"max-width:100%\"]],[false,{\"hr\":false},[\"background-color:#ccc\",\"border:0\",\"height:1px\",\"margin-bottom:1.5em\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false},[\"color:#808285\",\"font-weight:400\",\"font-size:100%\",\"margin:0\",\"vertical-align:baseline\"]],[true,{\"button\":false,\"input\":true},[\"line-height:normal\"]],[false,{\"big\":false},[\"font-size:125%\"]],[false,{\"ins\":false,\"mark\":false},[\"background:0 0\",\"text-decoration:none\"]],[false,{\"table\":false,\"td\":false,\"th\":false},[\"border:1px solid rgba(0,0,0,.1)\"]],[false,{\"table\":false},[\"border-collapse:separate\",\"border-spacing:0\",\"border-width:1px 0 0 1px\",\"margin:0 0 1.5em\",\"width:100%\"]],[false,{\"th\":false},[\"font-weight:700\"]],[false,{\"td\":false,\"th\":false},[\"padding:8px\",\"border-width:0 1px 1px 0\"]],[true,{\".ast-button\":false,\".button\":false,\"button\":false,\"input[type=button]\":true,\"input[type=reset]\":true,\"input[type=submit]\":true},[\"border:1px solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#e6e6e6\",\"padding:.6em 1em .4em\",\"color:#fff\"]],[true,{\".ast-button:focus\":false,\".ast-button:hover\":false,\".button:focus\":false,\".button:hover\":false,\"button:focus\":false,\"button:hover\":false,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"color:#fff\",\"border-color:#eaeaea\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"button:active\":false,\"button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=reset]:active\":true,\"input[type=reset]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"border-color:#eaeaea\",\"outline:0\"]],[true,{\"input[type=email]\":true,\"input[type=password]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"textarea\":false},[\"color:#666\",\"border:1px solid #ccc\",\"border-radius:2px\",\"-webkit-appearance:none\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"textarea:focus\":false},[\"color:#111\"]],[false,{\"textarea\":false},[\"padding-left:3px\",\"width:100%\"]],[true,{\"a\":true},[\"color:#4169e1\"]],[true,{\"a:focus\":true,\"a:hover\":true},[\"color:#191970\"]],[true,{\"a:focus\":true},[\"outline:thin dotted\"]],[true,{\"a:hover\":true},[\"outline:0\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip:rect(1px,1px,1px,1px)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#f1f1f1\",\"border-radius:2px\",\"box-shadow:0 0 2px 2px rgba(0,0,0,.6)\",\"color:#21759b\",\"display:block\",\"font-size:12.25px\",\"font-size:.875rem\",\"height:auto\",\"left:5px\",\"line-height:normal\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"top:5px\",\"width:auto\",\"z-index:100000\"]],[false,{\".screen-reader-text:focus:not(#_#_#_#_#_#_#_)\":false},[\"clip:auto\"]],[false,{\".alignleft\":false},[\"display:inline\",\"float:left\",\"margin-right:1.5em\"]],[false,{\".alignright\":false},[\"display:inline\",\"float:right\",\"margin-left:1.5em\"]],[false,{\".aligncenter\":false},[\"clear:both\",\"text-align:center\",\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"embed\":false,\"amp-iframe\":false,\"amp-google-document-embed\":false},[\"max-width:100%\"]],[false,{\".wp-caption\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-caption amp-img[class*=wp-image-]\":false,\".wp-caption amp-anim[class*=wp-image-]\":false},[\"display:block\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-caption .wp-caption-text\":false},[\"margin:.8075em 0\"]],[false,{\".wp-caption-text\":false},[\"text-align:center\"]],[true,{\"::selection\":true},[\"color:#fff\",\"background:#0274be\"]],[true,{\"body\":true},[\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\"]],[true,{\"body:not(.logged-in)\":true},[\"position:relative\"]],[false,{\"#page\":false},[\"position:relative\"]],[true,{\"a\":true,\"a:focus\":true},[\"text-decoration:none\"]],[true,{\".secondary a *\":false,\".site-footer a *\":true,\".site-header a *\":false,\"a\":true},[\"transition:all .2s linear\"]],[false,{\".capitalize\":false},[\"text-transform:uppercase\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"vertical-align:middle\"]],[false,{\".entry-content h1\":false,\".entry-content h2\":false,\".entry-content h3\":false,\".entry-content h4\":false,\".entry-content h5\":false,\".entry-content h6\":false},[\"margin-bottom:20px\"]],[true,{\"p\":true},[\"margin-bottom:1.75em\"]],[false,{\"blockquote\":false},[\"margin:1.5em 1em 1.5em 3em\",\"font-size:1.1em\",\"line-height:inherit\",\"position:relative\"]],[true,{\".ast-button\":false,\".button\":false,\"input[type=button]\":true,\"input[type=submit]\":true},[\"border-radius:0\",\"padding:18px 30px\",\"border:0\",\"box-shadow:none\",\"text-shadow:none\"]],[true,{\".ast-button:hover\":false,\".button:hover\":false,\"input[type=button]:hover\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[true,{\".ast-button:active\":false,\".ast-button:focus\":false,\".button:active\":false,\".button:focus\":false,\"input[type=button]:active\":true,\"input[type=button]:focus\":true,\"input[type=submit]:active\":true,\"input[type=submit]:focus\":true},[\"box-shadow:none\"]],[false,{\".site-title\":false},[\"font-weight:400\"]],[false,{\".site-description\":false,\".site-title\":false},[\"margin-bottom:0\"]],[false,{\".site-description a\":false,\".site-description:focus a\":false,\".site-description:hover a\":false,\".site-title a\":false,\".site-title:focus a\":false,\".site-title:hover a\":false},[\"transition:all .2s linear\"]],[false,{\".site-title a\":false,\".site-title a:focus\":false,\".site-title a:hover\":false,\".site-title a:visited\":false},[\"color:#222\"]],[false,{\".site-description a\":false,\".site-description a:focus\":false,\".site-description a:hover\":false,\".site-description a:visited\":false},[\"color:#999\"]],[false,{\".search-form .search-field\":false},[\"outline:0\"]],[false,{\".ast-search-menu-icon\":false},[\"position:relative\",\"z-index:3\"]],[false,{\".site .skip-link\":false},[\"background-color:#f1f1f1\",\"box-shadow:0 0 1px 1px rgba(0,0,0,.2)\",\"color:#21759b\",\"display:block\",\"font-family:Montserrat,\\\"Helvetica Neue\\\",sans-serif\",\"font-size:14px\",\"font-weight:700\",\"left:-9999em\",\"outline:0\",\"padding:15px 23px 14px\",\"text-decoration:none\",\"text-transform:none\",\"top:-9999em\"]],[false,{\".site .skip-link:focus\":false},[\"clip:auto\",\"height:auto\",\"left:6px\",\"top:7px\",\"width:auto\",\"z-index:100000\",\"outline:thin dotted\"]],[false,{\".logged-in .site .skip-link\":false},[\"box-shadow:0 0 2px 2px rgba(0,0,0,.2)\",\"font-family:\\\"Open Sans\\\",sans-serif\"]],[true,{\"input\":true,\"select\":false},[\"line-height:1\"]],[true,{\".ast-button\":false,\".ast-custom-button\":false,\"body\":true,\"button\":false,\"input[type=button]\":true,\"input[type=submit]\":true,\"textarea\":false},[\"line-height:1.8571428571429\"]],[false,{\".site-title a\":false},[\"line-height:1.2\"]],[false,{\".site-header .site-description\":false},[\"line-height:1.5\"]],[false,{\".ast-single-post .entry-title\":false,\".ast-single-post .entry-title a\":false},[\"line-height:1.2\"]],[false,{\".entry-title\":false,\".entry-title a\":false},[\"font-weight:400\"]],[false,{\".ast-oembed-container\":false},[\"position:relative\",\"padding-top:56.25%\",\"height:0\",\"height:auto\",\"overflow:hidden\",\"max-width:100%\"]],[false,{\".ast-oembed-container embed\":false,\".ast-oembed-container amp-iframe\":false,\".ast-oembed-container amp-google-document-embed\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\"body .ast-oembed-container *\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"width:100%\",\"height:100%\"]],[false,{\".ast-hidden:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[true,{\"body\":true},[\"background-color:#fff\"]],[false,{\"#page\":false},[\"display:block\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"width:100%\"]],[false,{\"#primary\":false},[\"margin:4em 0\"]],[false,{\".ast-separate-container\":false},[\"background-color:#f5f5f5\"]],[false,{\".ast-separate-container #primary\":false},[\"padding:4em 0\",\"margin:0\",\"border:0\"]],[false,{\".ast-separate-container .site-main>.ast-row\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false},[\"background-color:#fff\"]],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"border-bottom:1px solid #eee\",\"margin:0\",\"padding:5.34em 6.67em\"]],[false,{\".ast-separate-container .blog-layout-1\":false},[\"padding:0\",\"border-bottom:0\"]],[false,{\".ast-separate-container .ast-article-single\":false},[\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (min-width:993px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"margin:4em 0\",\"padding:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:60px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false,\".ast-separate-container.ast-right-sidebar #primary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:30px\"]],[false,{\".ast-left-sidebar #primary\":false},[\"padding-left:30px\"]],[false,\"}\"],[false,{\".ast-search-icon .astra-search-icon\":false},[\"font-size:1.3em\"]],[false,{\".main-navigation\":false},[\"height:100%\",\"-js-display:inline-flex\",\"display:inline-flex\"]],[false,{\".main-navigation ul\":false},[\"list-style:none\",\"margin:0\",\"padding-left:0\",\"position:relative\"]],[false,{\".main-header-menu .menu-link\":false,\".main-header-menu>a\":false},[\"text-decoration:none\",\"padding:0 1em\",\"display:inline-block\",\"transition:all .2s linear\"]],[false,{\".main-header-menu .menu-item\":false},[\"position:relative\"]],[false,{\".main-header-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .menu-item:hover>.sub-menu\":false},[\"right:auto\",\"left:0\"]],[false,{\".main-header-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"right:0\",\"left:auto\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu\":false},[\"width:240px\",\"background:#fff\",\"left:-999em\",\"position:absolute\",\"top:100%\",\"z-index:99999\"]],[false,\"@media (min-width:769px){\"],[false,{\".main-header-menu .sub-menu .menu-item:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .menu-item:hover>.sub-menu\":false},[\"left:100%\",\"right:auto\"]],[false,{\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu\":false,\".main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:-100%\"]],[false,{\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:-100%\"]],[false,\"}\"],[false,{\".main-header-menu .sub-menu .menu-link\":false},[\"padding:.9em 1em\",\"display:block\",\"word-wrap:break-word\"]],[false,{\".main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:none\"]],[false,{\"#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow svg\":false},[\"position:absolute\",\"right:.6em\",\"top:50%\",\"transform:translate(0,-50%) rotate(270deg)\"]],[false,{\".main-header-menu .sub-menu .sub-menu\":false},[\"top:0\"]],[false,{\".submenu-with-border .sub-menu\":false},[\"border-width:1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .menu-link\":false},[\"border-width:0 0 1px\",\"border-style:solid\"]],[false,{\".submenu-with-border .sub-menu .sub-menu\":false},[\"top:-1px\"]],[false,{\".ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link\":false},[\"border-bottom-width:0\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"padding-left:0\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type\":false},[\"margin-right:5px\"]],[false,{\".ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type\":false},[\"display:inline\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:50px\"]],[false,{\".ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-header-break-point .main-header-menu\":false},[\"background-color:#f9f9f9\",\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:focus-within>.sub-menu\":false,\".ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu\":false},[\"left:0\"]],[false,{\".ast-header-break-point .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-header-break-point .dropdown-menu-toggle\":false},[\"display:none\"]],[false,{\".ast-mobile-menu-buttons\":false},[\"display:none\"]],[false,{\".ast-button-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap button\":false},[\"box-shadow:none\",\"border:none\"]],[false,{\".ast-button-wrap .menu-toggle\":false},[\"padding:0\",\"width:2.2em\",\"height:2.1em\",\"font-size:1.5em\",\"font-weight:400\",\"border-radius:2px\",\"border-radius:2px\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"vertical-align:middle\",\"line-height:1.8571428571429\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:0 .5em\",\"width:auto\",\"text-align:center\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu\":false},[\"font-size:15px\",\"font-size:1rem\",\"font-weight:600\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon\":false},[\"font-style:normal\",\"display:inline-block\",\"vertical-align:middle\",\"line-height:2.05\"]],[false,{\".ast-button-wrap .menu-toggle .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5d2\\\"\",\"font-family:Astra\",\"text-decoration:inherit\"]],[false,{\".ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before\":false},[\"content:\\\"\\ue5cd\\\"\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(1)\":false},[\"display:none\"]],[false,{\".ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2)\":false},[\"display:block\"]],[false,{\".ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"display:inline-block\"]],[false,{\".ast-button-wrap .menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".header-main-layout-1 .ast-main-header-bar-alignment\":false},[\"margin-left:auto\"]],[false,{\".site-navigation\":false},[\"height:100%\"]],[false,{\".site-header .menu-link *\":false},[\"transition:none\"]],[false,{\".ast-icon.icon-arrow svg\":false},[\"height:.6em\",\"width:.6em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".ast-icon.icon-search svg\":false},[\"height:1em\",\"width:.9em\",\"margin-top:3px\",\"margin-right:2px\"]],[false,{\".ast-header-break-point .user-select\":false},[\"clear:both\"]],[false,{\".ast-header-break-point .ast-mobile-menu-buttons\":false},[\"display:block\",\"align-self:center\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"flex:auto\"]],[false,{\".ast-header-break-point .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"flex:auto\",\"order:4\"]],[false,{\".ast-header-break-point .ast-icon.icon-arrow svg\":false},[\"height:.85em\",\"width:.95em\",\"position:relative\",\"margin-left:10px\"]],[false,{\".site-main .comment-navigation\":false,\".site-main .post-navigation\":false,\".site-main .posts-navigation\":false},[\"margin:0 0 1.5em\",\"overflow:hidden\"]],[false,{\".comment-navigation .nav-next\":false,\".comment-navigation .nav-previous\":false,\".post-navigation .nav-next\":false,\".post-navigation .nav-previous\":false,\".posts-navigation .nav-next\":false,\".posts-navigation .nav-previous\":false},[\"width:50%\",\"display:inline-block\"]],[false,{\".comment-navigation .nav-next\":false,\".post-navigation .nav-next\":false,\".posts-navigation .nav-next\":false},[\"text-align:right\"]],[false,{\".ast-icon svg\":false},[\"fill:currentColor\"]],[false,{\".post-navigation a\":false},[\"background:0 0\",\"font-size:16px\",\"font-size:1.06666rem\",\"padding:0 1.5em\",\"height:2.33333em\",\"line-height:calc(2.33333em - 3px)\"]],[true,{\".sticky\":true},[\"display:block\"]],[false,{\".hentry\":false},[\"margin:0 0 1.5em\"]],[false,{\".byline\":false,\".updated:not(.published)\":false},[\"display:none\"]],[false,{\".group-blog .byline\":false,\".single .byline\":false},[\"display:inline\"]],[false,{\".page-links\":false},[\"clear:both\",\"margin-top:1em\"]],[false,{\".page-links a\":false},[\"display:inline-block\"]],[false,{\".page-links a .page-link\":false},[\"border-color:#eaeaea\",\"background:0 0\"]],[false,{\".page-links .page-link\":false},[\"padding:0\",\"margin:0 0 .3em .3em\",\"border:2px solid #eaeaea\",\"color:#000\",\"background:0 0\",\"font-size:.8em\",\"width:2.5em\",\"height:2.5em\",\"line-height:calc(2.5em - 4px)\",\"display:inline-block\",\"text-align:center\",\"transition:all .2s linear\"]],[false,{\".page-links .page-link:focus\":false,\".page-links .page-link:hover\":false},[\"color:#000\"]],[false,\"@media (max-width:768px){\"],[false,{\".page-links .page-link\":false},[\"margin-bottom:6px\"]],[false,\"}\"],[true,{\".entry-content>:last-child\":false,\".entry-summary>:last-child\":false,\".page-content>:last-child\":true},[\"margin-bottom:0\"]],[false,{\".bypostauthor\":false},[\"display:block\"]],[false,{\".ast-no-sidebar .entry-content .alignfull\":false},[\"margin-left:calc(-50vw + 50%)\",\"margin-right:calc(-50vw + 50%)\",\"max-width:100vw\",\"width:100vw\"]],[false,{\".ast-no-sidebar .entry-content .alignfull .alignfull\":false,\".ast-no-sidebar .entry-content .alignfull .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .alignwide\":false},[\"margin-left:calc(-41vw + 50%)\",\"margin-right:calc(-41vw + 50%)\",\"max-width:unset\",\"width:unset\"]],[false,{\".ast-no-sidebar .entry-content .alignwide .alignfull\":false,\".ast-no-sidebar .entry-content .alignwide .alignwide\":false},[\"width:100%\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-no-sidebar .entry-content .wp-block-column .alignfull\":false,\".ast-no-sidebar .entry-content .wp-block-column .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:100%\"]],[false,{\".blocks-gallery-grid\":false,\".wp-block-gallery\":false},[\"margin:0\"]],[false,{\".wp-block-separator\":false},[\"max-width:100px\"]],[false,{\".wp-block-separator.is-style-dots\":false,\".wp-block-separator.is-style-wide\":false},[\"max-width:none\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:10px\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:10px\"]],[false,\"@media (max-width:782px){\"],[false,{\".entry-content .wp-block-columns .wp-block-column\":false},[\"flex-basis:100%\"]],[false,{\".entry-content .has-2-columns .wp-block-column:first-child\":false},[\"padding-right:0\"]],[false,{\".entry-content .has-2-columns .wp-block-column:last-child\":false},[\"padding-left:0\"]],[false,\"}\"],[true,{\"body\":true},[\"overflow-x:hidden\"]],[false,{\"body .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\"body .entry-content .wp-block-latest-posts li\":false},[\"list-style:none\"]],[false,{\".ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts\":false},[\"margin-left:0\"]],[false,{\".ast-header-break-point .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content .blocks-gallery-item amp-img\":false,\".entry-content .blocks-gallery-item amp-anim\":false},[\"margin-bottom:auto\"]],[false,{\".wp-block-pullquote\":false},[\"border-top:4px solid #555d66\",\"border-bottom:4px solid #555d66\",\"color:#40464d\"]],[false,{\".widget-title\":false},[\"font-weight:400\",\"margin-bottom:1em\",\"line-height:1.5\"]],[false,{\".widget\":false},[\"margin:0 0 2.8em 0\"]],[false,{\".widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".widget select\":false},[\"max-width:100%\"]],[false,{\".widget ul\":false},[\"margin:0\",\"list-style-type:none\"]],[false,{\".no-widget-text\":false},[\"margin-bottom:0\"]],[false,{\".widget_nav_menu ul ul.sub-menu\":false},[\"margin-top:.25em\"]],[false,{\".widget_nav_menu ul ul.sub-menu li\":false},[\"padding-left:20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu a:after\":false},[\"left:-20px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_nav_menu ul ul.sub-menu ul ul a:after\":false},[\"left:-60px\"]],[false,{\".widget_nav_menu li\":false},[\"transition:all .2s linear\"]],[false,{\".widget_search .search-form\":false},[\"position:relative\",\"padding:0\",\"background:initial\",\"color:inherit\"]],[false,{\".widget_search .search-form>label\":false},[\"position:relative\"]],[false,{\".widget_search .search-form i\":false},[\"color:#3a3a3a\"]],[false,{\".widget_search .search-form button\":false},[\"position:absolute\",\"top:0\",\"right:15px\",\"border:none\",\"padding:0\",\"cursor:pointer\",\"background:0 0\"]],[false,{\".widget_search .search-form input[type=submit]\":false,\".widget_search .search-form input[type=submit]:focus\":false,\".widget_search .search-form input[type=submit]:hover\":false},[\"padding:13px 20px\",\"border-radius:2px\",\"border:none\",\"top:0\",\"right:0\",\"position:absolute\",\"color:transparent\",\"background:0 0\",\"max-width:45px\",\"z-index:2\"]],[false,{\".widget_search .search-form .search-field\":false},[\"background:#fafafa\",\"border-width:1px\",\"border-color:#eaeaea\",\"border-radius:2px\"]],[false,{\".widget_search .search-field\":false,\".widget_search .search-field:focus\":false},[\"width:100%\",\"padding:16px 45px 16px 15px\"]],[false,{\".widget_archive ul.children\":false,\".widget_categories ul.children\":false,\".widget_pages ul.children\":false},[\"position:relative\",\"margin-top:5px\",\"width:100%\"]],[false,{\".widget_archive ul.children li\":false,\".widget_categories ul.children li\":false,\".widget_pages ul.children li\":false},[\"padding-left:20px\"]],[false,{\".widget_archive li ul.children a:after\":false,\".widget_categories li ul.children a:after\":false,\".widget_pages li ul.children a:after\":false},[\"left:-20px\"]],[false,{\".widget_archive li ul.children ul a:after\":false,\".widget_categories li ul.children ul a:after\":false,\".widget_pages li ul.children ul a:after\":false},[\"left:-40px\"]],[false,{\".widget_tag_cloud .tagcloud\":false},[\"margin-top:10px\",\"display:inline-block\"]],[false,{\".widget_tag_cloud .tagcloud a\":false},[\"border:1px solid #e2e2e2\",\"padding:.5em .9em\",\"display:inline-block\",\"margin-bottom:4px\",\"font-size:14px\",\"margin-right:4px\",\"line-height:1.5\",\"transition:all .2s linear\"]],[false,{\".widget_calendar table\":false,\".widget_calendar td\":false,\".widget_calendar th\":false},[\"padding:0\",\"text-align:center\"]],[false,{\".widget_calendar table\":false,\".widget_calendar th\":false},[\"border:none\"]],[false,{\".widget_calendar td\":false},[\"border-right:none\",\"border-left:none\"]],[false,{\".widget_calendar caption\":false},[\"line-height:2.7em\"]],[false,{\".widget_calendar thead\":false},[\"line-height:2.5em\"]],[false,{\".widget_calendar thead a\":false},[\"color:#0274be\",\"font-size:1rem\",\"vertical-align:middle\"]],[false,{\".widget_calendar thead td\":false},[\"vertical-align:middle\",\"font-weight:700\"]],[false,{\".widget_calendar thead>tr>th\":false},[\"line-height:2.5em\",\"border-bottom:2px solid #eaeaea\",\"border-top:2px solid #eaeaea\"]],[false,{\".widget_calendar tbody\":false},[\"line-height:2.1em\",\"text-align:center\"]],[false,{\".widget_calendar tbody>tr>td\":false},[\"width:14.2857%\"]],[false,{\".widget_calendar tbody>tr:first-child>td\":false},[\"padding-top:3px\"]],[false,{\".widget_calendar #today\":false},[\"background:#0274be\"]],[false,{\".ast-builder-grid-row\":false},[\"display:grid\",\"grid-template-columns:auto auto\",\"align-items:center\",\"grid-column-gap:20px\",\"overflow-wrap:anywhere\"]],[false,{\".ast-builder-grid-row>.site-header-section\":false},[\"flex-wrap:nowrap\"]],[false,{\".ast-builder-footer-grid-columns\":false},[\"grid-column-gap:50px\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout\":false},[\"grid-template-columns:1fr auto 1fr\"]],[false,{\".ast-builder-layout-element\":false},[\"align-items:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only\":false},[\"-js-display:flex\",\"display:flex\",\"height:100%\",\"justify-content:center\"]],[false,{\".ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center\":false},[\"flex-grow:1\"]],[false,{\".site-header-section\":false},[\"height:100%\",\"min-height:0\",\"align-items:center\"]],[false,{\".site-header-section .ast-main-header-bar-alignment\":false},[\"height:100%\"]],[false,{\".site-header-section>*\":false},[\"padding:0 10px\"]],[false,{\".site-header-section>div:first-child\":false},[\"padding-left:0\"]],[false,{\".site-header-section>div:last-child\":false},[\"padding-right:0\"]],[false,{\".site-header-section .ast-builder-menu\":false},[\"align-items:center\"]],[false,{\".ast-builder-layout-element.ast-header-search\":false},[\"height:auto\"]],[false,{\".ast-grid-right-center-section\":false},[\"justify-content:flex-start\",\"flex-grow:1\"]],[false,{\".ast-grid-right-section\":false},[\"justify-content:flex-end\"]],[false,{\".ast-grid-right-section .ast-site-identity>:first-child\":false},[\"text-align:right\"]],[false,{\".ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child\":false},[\"text-align:left\"]],[false,{\".ast-grid-left-center-section\":false},[\"justify-content:flex-end\",\"flex-grow:1\"]],[false,{\".ast-logo-title-inline .ast-site-identity\":false},[\"padding:1em 0\",\"-js-display:inline-flex\",\"display:inline-flex\",\"vertical-align:middle\",\"align-items:center\",\"transition:all .2s linear\"]],[false,{\".ast-grid-section-center\":false},[\"justify-content:center\"]],[false,{\".ast-grid-section-center .ast-site-identity>:first-child\":false},[\"text-align:center\"]],[false,{\".ast-builder-social-element\":false},[\"line-height:1\",\"color:#3a3a3a\",\"background:0 0\",\"vertical-align:middle\",\"transition:all 10ms\",\"margin-left:6px\",\"margin-right:6px\",\"justify-content:center\",\"align-items:center\"]],[false,{\".ast-builder-social-element:hover\":false},[\"color:#0274be\"]],[false,{\".ast-builder-social-element .social-item-label\":false},[\"padding-left:6px\"]],[false,{\".ast-social-stack-desktop .ast-builder-social-element\":false,\".ast-social-stack-mobile .ast-builder-social-element\":false,\".ast-social-stack-tablet .ast-builder-social-element\":false},[\"margin-top:6px\",\"margin-bottom:6px\"]],[false,{\".ahfb-svg-iconset\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ahfb-svg-iconset svg\":false},[\"width:17px\",\"height:17px\",\"transition:none\"]],[false,{\".ahfb-svg-iconset svg>*\":false},[\"transition:none\"]],[false,{\".ast-footer-copyright p\":false},[\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-container\":false},[\"display:grid\",\"align-content:center\"]],[false,{\".main-header-bar .main-header-bar-navigation\":false},[\"height:100%\"]],[false,{\".ast-nav-menu .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".ast-builder-menu .main-navigation\":false},[\"padding:0\"]],[false,{\".ast-builder-menu .main-navigation>ul\":false},[\"align-self:center\"]],[false,{\".ast-footer-copyright\":false,\".ast-footer-social-wrap\":false,\".site-footer-focus-item\":false},[\"width:100%\"]],[false,{\"#astra-footer-menu\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\"#astra-footer-menu>ul\":false},[\"margin:0\",\"list-style:none\",\"background:inherit\"]],[false,{\".ast-header-break-point #ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:0\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\"]],[false,{\".ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false,\".ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .ast-nav-menu .sub-menu\":false},[\"line-height:3\"]],[false,{\".site-footer-section\":false},[\"justify-content:center\"]],[false,{\".site-footer-section>*\":false},[\"margin-bottom:10px\"]],[false,{\".site-footer-section>:last-child\":false},[\"margin-bottom:0\"]],[false,{\".site-primary-footer-wrap\":false},[\"padding-top:45px\",\"padding-bottom:45px\"]],[false,{\".site-above-footer-wrap\":false,\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".ast-hfb-header.ast-header-break-point .main-header-bar-navigation\":false},[\"width:100%\",\"margin:0\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-mobile-svg\":false},[\"display:none\"]],[false,{\".ast-hfb-header .menu-toggle.toggled .ast-close-svg\":false},[\"display:block\"]],[false,{\".menu-toggle .ast-close-svg\":false},[\"display:none\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"-js-display:flex\",\"display:flex\",\"align-items:center\",\"width:auto\",\"height:auto\"]],[false,{\".menu-toggle .mobile-menu-toggle-icon\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\"]],[false,{\".menu-toggle .mobile-menu-wrap\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-self:center\",\"margin-left:.4em\"]],[false,{\".ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap\":false},[\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-button-wrap .menu-toggle.main-header-menu-toggle\":false},[\"padding:.5em\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-search-menu-icon.ast-inline-search .search-field\":false},[\"width:100%\",\"padding:.6em\",\"padding-right:5.5em\"]],[false,\"@media (min-width:769px){\"],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li\":false},[\"margin:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:first-child a\":false},[\"padding-left:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu li:last-child a\":false},[\"padding-right:0\"]],[false,{\".footer-nav-wrap .astra-footer-horizontal-menu a\":false},[\"padding:0 .5em\"]],[false,\"}\"],[false,{\".site-header\":false},[\"z-index:99\",\"position:relative\"]],[false,{\".main-header-container\":false},[\"position:relative\"]],[false,{\".main-header-bar-wrap\":false},[\"position:relative\"]],[false,{\".main-header-bar\":false},[\"background-color:#fff\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border:0\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".main-header-bar\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-desktop .main-header-menu.ast-menu-shadow .sub-menu\":false},[\"box-shadow:0 4px 10px -2px rgba(0,0,0,.1)\"]],[false,{\".ast-header-custom-item-inside .button-custom-menu-item .menu-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item\":false},[\"padding-left:0\",\"padding-right:0\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link\":false},[\"display:none\"]],[false,{\".ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link\":false},[\"display:block\"]],[false,{\".site-branding\":false},[\"line-height:1\",\"align-self:center\"]],[false,{\".ast-menu-toggle\":false},[\"display:none\",\"background:0 0\",\"color:inherit\",\"border-style:dotted\",\"border-color:transparent\"]],[false,{\".ast-menu-toggle:focus\":false,\".ast-menu-toggle:hover\":false},[\"background:0 0\",\"border-color:inherit\",\"color:inherit\"]],[false,{\".ast-menu-toggle:focus\":false},[\"outline:thin dotted\"]],[false,{\".ast-main-header-nav-open .main-header-bar\":false},[\"padding-bottom:0\"]],[false,{\".main-header-bar\":false},[\"z-index:4\",\"position:relative\"]],[false,{\".main-header-bar .main-header-bar-navigation:empty\":false},[\"padding:0\"]],[false,{\".main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:1.45\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after\":false},[\"line-height:normal\"]],[false,{\".custom-mobile-logo-link\":false},[\"display:none\"]],[false,{\".ast-site-identity\":false},[\"padding:1em 0\"]],[false,{\".ast-header-break-point .site-header .main-header-bar-wrap .site-branding\":false},[\"flex:1\",\"align-self:center\"]],[false,{\".ast-header-break-point .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-header-bar\":false},[\"display:block\",\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:400\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-header-break-point .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-header-break-point .main-navigation .stack-on-mobile li\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-header-break-point .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-header-break-point .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-header-break-point .main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".ast-header-break-point .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-header-break-point .ast-builder-menu\":false},[\"width:100%\"]],[false,{\".ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile\":false},[\"flex-wrap:wrap\"]],[false,{\".ast-desktop .main-header-menu>.menu-item .sub-menu:before\":false},[\"position:absolute\",\"content:\\\"\\\"\",\"top:0\",\"left:0\",\"width:100%\",\"transform:translateY(-100%)\"]],[true,{\"input[type=email]\":true,\"input[type=number]\":true,\"input[type=password]\":true,\"input[type=reset]\":true,\"input[type=search]\":true,\"input[type=tel]\":true,\"input[type=text]\":true,\"input[type=url]\":true,\"select\":false,\"textarea\":false},[\"color:#666\",\"padding:.75em\",\"height:auto\",\"border-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\",\"border-radius:2px\",\"background:#fafafa\",\"box-shadow:none\",\"box-sizing:border-box\",\"transition:all .2s linear\"]],[true,{\"input[type=email]:focus\":true,\"input[type=password]:focus\":true,\"input[type=reset]:focus\":true,\"input[type=search]:focus\":true,\"input[type=tel]:focus\":true,\"input[type=text]:focus\":true,\"input[type=url]:focus\":true,\"select:focus\":false,\"textarea:focus\":false},[\"background-color:#fff\",\"border-color:#eaeaea\",\"box-shadow:none\"]],[true,{\"input[type=button]\":true,\"input[type=button]:focus\":true,\"input[type=button]:hover\":true,\"input[type=reset]\":true,\"input[type=reset]:focus\":true,\"input[type=reset]:hover\":true,\"input[type=submit]\":true,\"input[type=submit]:focus\":true,\"input[type=submit]:hover\":true},[\"box-shadow:none\"]],[false,{\"textarea\":false},[\"width:100%\"]],[true,{\"input[type=search]:focus\":true},[\"outline:thin dotted\"]],[true,{\"input[type=range]\":true},[\"-webkit-appearance:none\",\"width:100%\",\"margin:5.7px 0\",\"padding:0\",\"border:none\"]],[true,{\"input[type=range]:focus\":true},[\"outline:0\"]],[true,{\"input[type=range]::-webkit-slider-runnable-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-webkit-slider-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\",\"-webkit-appearance:none\",\"margin-top:-5.7px\"]],[true,{\"input[type=range]:focus::-webkit-slider-runnable-track\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]::-moz-range-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\",\"background:rgba(255,255,255,.2)\",\"border-radius:13.6px\",\"border:0 solid #fff\"]],[true,{\"input[type=range]::-moz-range-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]::-ms-track\":true},[\"width:100%\",\"height:8.6px\",\"cursor:pointer\",\"background:0 0\",\"border-color:transparent\",\"color:transparent\"]],[true,{\"input[type=range]::-ms-fill-lower\":true},[\"background:rgba(199,199,199,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\",\"border:0 solid #fff\",\"border-radius:27.2px\",\"box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9\"]],[true,{\"input[type=range]::-ms-thumb\":true},[\"box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37)\",\"border:7.9px solid #0274be\",\"height:20px\",\"height:8.6px\",\"width:20px\",\"border-radius:50px\",\"background:#0274be\",\"cursor:pointer\"]],[true,{\"input[type=range]:focus::-ms-fill-lower\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=range]:focus::-ms-fill-upper\":true},[\"background:rgba(255,255,255,.2)\"]],[true,{\"input[type=color]\":true},[\"border:none\",\"width:100px\",\"padding:0\",\"height:30px\",\"cursor:pointer\"]],[true,{\"input[type=color]::-webkit-color-swatch-wrapper\":true},[\"padding:0\",\"border:none\"]],[true,{\"input[type=color]::-webkit-color-swatch\":true},[\"border:none\"]],[false,{\".page .entry-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".search .entry-header\":false},[\"margin-bottom:1em\"]],[false,{\".ast-single-post .entry-header.ast-header-without-markup\":false,\".ast-single-post .entry-header.ast-no-title.ast-no-thumbnail\":false},[\"margin-bottom:0\"]],[false,{\".entry-header\":false},[\"margin-bottom:1em\",\"word-wrap:break-word\"]],[false,{\".entry-header+.ast-blog-featured-section\":false},[\"margin-top:.5em\"]],[false,{\".entry-content\":false},[\"word-wrap:break-word\"]],[false,{\".entry-content p\":false},[\"margin-bottom:1.6em\"]],[false,{\".read-more\":false},[\"margin-bottom:0\"]],[false,{\".read-more .ast-right-arrow\":false},[\"font-size:1em\"]],[false,{\".ast-no-thumb .ast-blog-featured-section\":false},[\"margin-bottom:0\"]],[false,{\".ast-no-thumb .entry-header+.ast-blog-featured-section\":false},[\"margin-top:0\"]],[false,{\".ast-blog-featured-section\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header\":false},[\"margin-bottom:1.5em\"]],[false,{\".error404 .page-header .page-title\":false},[\"margin-bottom:0\"]],[false,{\".archive .entry-title\":false,\".blog .entry-title\":false,\".search .entry-title\":false},[\"line-height:1.3\"]],[false,{\".archive .format-aside .entry-title\":false,\".archive .format-status .entry-title\":false,\".blog .format-aside .entry-title\":false,\".blog .format-status .entry-title\":false},[\"display:none\"]],[false,{\".page-title\":false},[\"margin-bottom:1em\",\"font-weight:400\"]],[false,{\".entry-title\":false},[\"margin-bottom:.2em\"]],[false,{\".ast-article-post\":false},[\"margin-bottom:2.5em\"]],[false,{\".ast-article-post:last-child\":false},[\"margin-bottom:0\",\"border-bottom:0\"]],[false,{\".search .site-content .content-area .search-form\":false},[\"margin-bottom:3em\"]],[false,{\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\",\"position:relative\"]],[false,{\".blog .posted-on\":false},[\"z-index:1\"]],[false,{\".ast-blog-featured-section .posted-on\":false},[\"width:5.714285714em\",\"height:5.714285714em\",\"padding:.7em\"]],[false,{\".ast-blog-featured-section .posted-on .date-month\":false,\".ast-blog-featured-section .posted-on .date-year\":false},[\"font-size:.8571428571em\",\"line-height:1em\"]],[false,{\".ast-blog-featured-section .posted-on .date-day\":false},[\"font-size:2.5em\",\"line-height:.9em\",\"font-weight:900\",\"margin:.1em 0\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"border-radius:50%\",\"margin:0 0 0 20px\"]],[false,{\".ast-archive-description\":false},[\"margin-bottom:2.5em\",\"padding-bottom:1.3333em\",\"border-bottom:1px solid #eee\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"margin-bottom:4px\",\"font-size:40px\",\"font-size:2.85714rem\",\"font-weight:300\"]],[false,{\".ast-archive-description p\":false},[\"margin-bottom:0\",\"font-size:20px\",\"font-size:1.42857rem\",\"line-height:1.65\",\"font-weight:300\"]],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"background-color:#eee\",\"padding-bottom:0\",\"border-bottom:0\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:992px){\"],[false,{\".ast-separate-container .ast-archive-description\":false},[\"padding:2.14em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-archive-description\":false,\".ast-separate-container .ast-author-box\":false},[\"margin:0\",\"padding:5em 6.67em 3.33333em\"]],[false,\"}\"],[false,{\".single .entry-header\":false},[\"margin-bottom:2em\"]],[false,{\".single .post-navigation\":false},[\"margin:0\",\"padding:2em 0 0\",\"border-top:1px solid #eee\"]],[false,\"@media (max-width:768px){\"],[false,{\".single .post-navigation\":false},[\"padding-top:1.5em\"]],[false,\"}\"],[false,{\".single .post-navigation a\":false},[\"margin:2px\",\"display:inline-block\",\"text-align:center\",\"color:#000\"]],[false,\"@media (min-width:421px){\"],[false,{\".single .post-navigation .nav-links\":false},[\"-js-display:flex\",\"display:flex\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"flex:auto\"]],[false,\"}\"],[false,\"@media (max-width:420px){\"],[false,{\".single .post-navigation .ast-left-arrow\":false,\".single .post-navigation .ast-right-arrow\":false},[\"display:none\"]],[false,{\".single .post-navigation .nav-next\":false,\".single .post-navigation .nav-previous\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-next a\":false,\".single .post-navigation .nav-previous a\":false},[\"width:100%\"]],[false,{\".single .post-navigation .nav-previous\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".single .entry-header .ast-single-post-order+.post-thumb amp-img\":false,\".single .entry-header .ast-single-post-order+.post-thumb amp-anim\":false},[\"margin-top:2em\",\"margin-bottom:0\"]],[false,{\".single .entry-header.ast-no-title .post-thumb+.ast-single-post-order\":false},[\"margin-top:0\"]],[false,{\".single .entry-header .post-thumb+.ast-single-post-order\":false},[\"margin-top:2em\"]],[false,{\".single .entry-header .post-thumb amp-img\":false,\".single .entry-header .post-thumb amp-anim\":false},[\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".page .has-post-thumbnail .post-thumb amp-img\":false,\".page .has-post-thumbnail .post-thumb amp-anim\":false},[\"margin-bottom:1.5em\"]],[false,{\".post-password-form\":false},[\"text-align:center\"]],[false,\"@media (max-width:420px){\"],[false,{\".post-password-form input[type=password]\":false},[\"display:block\",\"margin:10px auto\"]],[false,\"}\"],[false,{\".post-password-form input[type=submit]\":false},[\"padding:10px 20px\",\"border-radius:2px\"]],[false,{\".ast-separate-container .post-navigation\":false},[\"border-top:0\",\"padding-left:3.33333em\",\"padding-right:3.33333em\"]],[false,\"@media (max-width:420px){\"],[false,{\".ast-separate-container .post-navigation\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .entry-header\":false},[\"margin-bottom:1em\"]],[false,\"}\"],[false,{\".ast-404-layout-1\":false},[\"text-align:center\",\"margin:4em auto\"]],[false,{\".ast-404-layout-1 .page-sub-title\":false},[\"font-size:1.5rem\",\"font-weight:700\"]],[false,{\".ast-404-layout-1 .widget_search\":false},[\"padding-top:.5em\"]],[false,{\".ast-404-search\":false},[\"margin-top:1.5em\"]],[false,{\".ast-404-search .widget_search\":false},[\"max-width:370px\",\"margin:0 auto\"]],[false,{\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false},[\"background-color:#fff\"]],[false,\"@media (max-width:1200px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:3.34em 2.4em\"]],[false,\"}\"],[false,\"@media (max-width:768px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 2.14em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"padding:1.5em 1em\"]],[false,\"}\"],[false,\"@media (min-width:1201px){\"],[false,{\".ast-separate-container .ast-404-layout-1\":false,\".ast-separate-container .no-results\":false},[\"margin:0\",\"padding:5.34em 6.67em\"]],[false,\"}\"],[false,{\".blog-layout-1\":false},[\"width:100%\",\"display:inline-block\",\"padding-bottom:2em\",\"vertical-align:middle\",\"border-bottom:1px solid #eee\"]],[false,{\".blog-layout-1 .posted-on\":false},[\"left:0\"]],[false,{\".blog-layout-1 .post-content\":false,\".blog-layout-1 .post-thumb\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-flex\":false},[\"-js-display:flex\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".ast-flex-1\":false},[\"flex:1\"]],[false,{\".ast-inline-flex\":false},[\"-js-display:inline-flex\",\"display:inline-flex\",\"align-items:center\",\"flex-wrap:wrap\",\"align-content:center\"]],[false,{\".ast-justify-content-flex-start\":false},[\"justify-content:flex-start\"]],[false,{\".ast-justify-content-flex-end\":false},[\"justify-content:flex-end\"]],[false,{\".ast-justify-content-center\":false},[\"justify-content:center\"]],[false,{\".ast-justify-content-space-between\":false},[\"justify-content:space-between\"]],[false,{\".ast-justify-content-space-around\":false},[\"justify-content:space-around\"]],[false,{\".ast-align-content-flex-start\":false},[\"align-content:flex-start\"]],[false,{\".ast-align-content-flex-end\":false},[\"align-content:flex-end\"]],[false,{\".ast-align-content-center\":false},[\"align-content:center\"]],[false,{\".ast-align-content-space-between\":false},[\"align-content:space-between\"]],[false,{\".ast-align-content-space-around\":false},[\"align-content:space-around\"]],[false,{\".ast-align-content-stretch\":false},[\"align-content:stretch\"]],[false,{\".ast-flex-grow-1\":false},[\"flex-grow:1\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":47984,\"final_size\":2482,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"astra-theme-css-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"theme\",\"name\":\"mabar88\",\"file\":\"inc\\/core\\/class-astra-enqueue-scripts.php\",\"line\":195,\"function\":\"Astra_Enqueue_Scripts::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.ast-plain-container.ast-no-sidebar #primary{margin-top:0;margin-bottom:0;}@media (max-width:921px){.ast-theme-transparent-header #primary,.ast-theme-transparent-header #secondary{padding:0;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (max-width:921px){.ast-plain-container.ast-no-sidebar #primary{padding:0;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}\",\"handle\":\"astra-theme-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type=\\\"text\\\"]:focus,input[type=\\\"email\\\"]:focus,input[type=\\\"url\\\"]:focus,input[type=\\\"password\\\"]:focus,input[type=\\\"reset\\\"]:focus,input[type=\\\"search\\\"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type=\\\"radio\\\"]:checked,input[type=reset],input[type=\\\"checkbox\\\"]:checked,input[type=\\\"checkbox\\\"]:hover:checked,input[type=\\\"checkbox\\\"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-2);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a{text-decoration:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.ast-plain-container.ast-no-sidebar #primary{margin-top:0;margin-bottom:0;}@media (max-width:921px){.ast-theme-transparent-header #primary,.ast-theme-transparent-header #secondary{padding:0;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (max-width:921px){.ast-plain-container.ast-no-sidebar #primary{padding:0;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-0);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-0);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus{color:#ffffff !important;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;}@media (min-width:544px){.entry-content > .alignleft{margin-right:20px;}.entry-content > .alignright{margin-left:20px;}}h1.widget-title{font-weight:inherit;}h2.widget-title{font-weight:inherit;}h3.widget-title{font-weight:inherit;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link{border-style:solid;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;}.wp-block-buttons .wp-block-button .wp-block-button__link{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"],form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);border-radius:2px;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=\\\"button\\\"]:hover,input[type=\\\"button\\\"]:focus,input[type=\\\"submit\\\"]:hover,input[type=\\\"submit\\\"]:focus,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}}@media (max-width:921px){.menu-toggle,button,.ast-button,.button,input#submit,input[type=\\\"button\\\"],input[type=\\\"submit\\\"],input[type=\\\"reset\\\"]{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-media-text,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns{max-width:58em;width:calc(100% - 4em);margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > .alignfull{max-width:100%;margin-left:0;margin-right:0;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){margin-left:auto;margin-right:auto;}.entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(iframe){max-width:50rem;width:100%;}@media (min-width:921px){.entry-content > .wp-block-group.alignwide.has-background,.entry-content > .wp-block-group.alignfull.has-background,.entry-content > .wp-block-cover.alignwide,.entry-content > .wp-block-cover.alignfull,.entry-content > .wp-block-columns.has-background.alignwide,.entry-content > .wp-block-columns.has-background.alignfull{margin-top:0;margin-bottom:0;padding:6em 4em;}.entry-content > .wp-block-columns.has-background{margin-bottom:0;}}@media (min-width:1200px){.entry-content .alignfull p{max-width:1200px;}.entry-content .alignfull{max-width:100%;width:100%;}.ast-page-builder-template .entry-content .alignwide,.entry-content [class*=\\\"__inner-container\\\"] > .alignwide{max-width:1200px;margin-left:0;margin-right:0;}.entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide{max-width:80rem;}}@media (min-width:545px){.site-main .entry-content > .alignwide{margin:0 auto;}.wp-block-group.has-background,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns.has-background{padding:4em;margin-top:0;margin-bottom:0;}.entry-content .wp-block-media-text.alignfull .wp-block-media-text__content,.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{padding:0 8%;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.wp-block-search {margin-bottom: 20px;}.wp-block-site-tagline {margin-top: 20px;}form.wp-block-search .wp-block-search__input,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {border-color: #eaeaea;background: #fafafa;}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,.wp-block-loginout input:focus {outline: thin dotted;}.wp-block-loginout input:focus {border-color: transparent;} form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {padding: 12px;}form.wp-block-search .wp-block-search__button svg {fill: currentColor;width: 20px;height: 20px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}body .wp-block-file .wp-block-file__button {text-decoration: none;}blockquote {padding: 0 1.2em 1.2em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: \\\"\\\\201D\\\";font-family: \\\"Helvetica\\\",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}ul.wp-block-categories-list.wp-block-categories,ul.wp-block-archives-list.wp-block-archives {list-style-type: none;}.wp-block-button__link {border: 2px solid currentColor;}ul,ol {margin-left: 20px;}figure.alignright figcaption {text-align: right;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:\\\"\\\\00bb\\\";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 \\/ -1;}}.ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:var(--ast-global-color-0);border-style:solid;border-radius:0px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{background-color:#eeeeee;;min-height:80px;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row,.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:921px){#ast-desktop-header{display:none;}#ast-mobile-header{display:block;}.ast-amp.ast-main-header-nav-open .ast-mobile-header-content{display:block;}.ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .ast-below-header-bar, .ast-amp .main-header-bar, .ast-amp .ast-above-header-bar{display:grid;}}@media (max-width:921px){.site-header .main-header-bar-wrap .site-branding{display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation{display:block;}.main-navigation{display:block;width:100%;}.main-header-menu > .menu-item > .menu-link{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-main-header-bar-alignment.toggle-on{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.main-header-menu .menu-item{width:100%;text-align:left;border-top:0;}.main-header-bar-navigation{width:calc( 100% + 40px);margin:0 -20px;}.main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;-webkit-transition:all .2s;transition:all .2s;}}@media (max-width:921px){.ast-amp .main-header-bar-navigation{margin:0;}}@media (max-width:921px){.ast-amp .entry-content .alignwide{margin-left:auto;margin-right:auto;}.ast-amp .main-navigation{display:block;width:100%;}.ast-amp .main-navigation ul .menu-item .menu-link, .ast-amp .main-navigation ul .button-custom-menu-item a{padding:0 20px;display:inline-block;width:100%;border-bottom-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px;}.ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px;}.ast-amp .main-header-menu{background-color:#f9f9f9;}.ast-amp .main-header-menu ul{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto;}.ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul, .ast-amp .main-header-menu ul li.ast-left-align-sub-menu.focus > ul{left:0;}.ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul, .ast-amp .main-header-menu li.ast-sub-menu-goes-outside.focus > ul{left:0;}.ast-amp .submenu-with-border .sub-menu{border:0;}.ast-amp .user-select{clear:both;}.ast-amp .ast-mobile-menu-buttons{text-align:right;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.ast-amp .main-header-bar-navigation{-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;width:calc(100% + 40px );}.ast-amp .ast-main-header-bar-alignment{display:block;width:100%;-webkit-box-flex:1;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;}.ast-amp .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.ast-amp .ast-site-identity{width:100%;}.ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after{display:none;}.ast-amp .main-header-bar{border:0;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-main-header-bar-alignment .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .toggled-on .main-header-bar-navigation{line-height:3;display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu{display:block;}.ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;padding:0 0.907em;font-weight:normal;line-height:inherit;transition:all 0.2s;}.ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}.ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:#eaeaea;}.ast-amp .main-navigation ul > li:first-child{border-top:0;}.ast-amp .main-navigation ul ul{left:auto;right:auto;}.ast-amp .main-navigation li{width:100%;}.ast-amp .main-navigation .widget{margin-bottom:1em;}.ast-amp .main-navigation .widget li{width:auto;}.ast-amp .main-navigation .widget:last-child{margin-bottom:0;}.ast-amp .main-header-menu ul ul{top:0;}.ast-amp .ast-has-mobile-header-logo .custom-logo-link, .ast-amp .ast-has-mobile-header-logo .astra-logo-svg{display:none;}.ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block;}.ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link, .ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg{display:block;}.ast-amp .ast-header-widget-area .widget{margin:0.5em 0;display:block;}.ast-amp .nav-fallback-text{float:none;}.ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap{height:3em;line-height:3;text-align:left;}.ast-amp #ast-site-header-cart .widget_shopping_cart{display:none;}.ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart{order:initial;line-height:3;padding:0 1em 1em 0;}.ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget, .ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap{display:none;}.ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item{padding:0;}.ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-amp .main-header-menu .sub-menu{box-shadow:none;}.ast-amp .submenu-with-border .sub-menu a{border-width:1px;}.ast-amp .submenu-with-border .sub-menu > li:last-child > a{border-width:1px;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal{background:transparent;border:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-0);border:none;background:transparent;}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-0);}[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{font-family:inherit;font-weight:inherit;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}\",\"handle\":\"astra-theme-css\"}],\"priority\":2,\"hash\":\"6259912a70dafc4e2779e0ccd1d6ad3a\",\"parse_time\":0.06859898567199707,\"shake_time\":0.0007569789886474609,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html\":true},[\"font-size:93.75%\"]],[true,{\"a\":true,\".page-title\":false},[\"color:var(--ast-global-color-0)\"]],[true,{\"a:hover\":true,\"a:focus\":true},[\"color:var(--ast-global-color-1)\"]],[true,{\"body\":true,\"button\":false,\"input\":true,\"select\":false,\"textarea\":false,\".ast-button\":false,\".ast-custom-button\":false},[\"font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif\",\"font-weight:inherit\",\"font-size:15px\",\"font-size:1rem\"]],[false,{\"blockquote\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".site-title\":false},[\"font-size:35px\",\"font-size:2.3333333333333rem\",\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[false,{\".site-header .site-description\":false},[\"font-size:15px\",\"font-size:1rem\",\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:40px\",\"font-size:2.6666666666667rem\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:30px\",\"font-size:2rem\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:25px\",\"font-size:1.6666666666667rem\"]],[false,{\"h4\":false,\".entry-content h4\":false},[\"font-size:20px\",\"font-size:1.3333333333333rem\"]],[false,{\"h5\":false,\".entry-content h5\":false},[\"font-size:18px\",\"font-size:1.2rem\"]],[false,{\"h6\":false,\".entry-content h6\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\",\"font-size:2rem\"]],[true,{\"::selection\":true},[\"background-color:var(--ast-global-color-0)\",\"color:#fff\"]],[true,{\"body\":true,\"h1\":true,\".entry-title a\":false,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":false,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\".tagcloud a:hover\":false,\".tagcloud a:focus\":false,\".tagcloud a.current-item\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\"]],[true,{\"input:focus\":true,\"input[type=\\\"text\\\"]:focus\":true,\"input[type=\\\"email\\\"]:focus\":true,\"input[type=\\\"url\\\"]:focus\":true,\"input[type=\\\"password\\\"]:focus\":true,\"input[type=\\\"reset\\\"]:focus\":true,\"input[type=\\\"search\\\"]:focus\":true,\"textarea:focus\":false},[\"border-color:var(--ast-global-color-0)\"]],[true,{\"input[type=\\\"radio\\\"]:checked\":true,\"input[type=reset]\":true,\"input[type=\\\"checkbox\\\"]:checked\":true,\"input[type=\\\"checkbox\\\"]:hover:checked\":true,\"input[type=\\\"checkbox\\\"]:focus:checked\":true,\"input[type=range]::-webkit-slider-thumb\":true},[\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"box-shadow:none\"]],[false,{\".site-footer a:hover + .post-count\":false,\".site-footer a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".single .nav-links .nav-previous\":false,\".single .nav-links .nav-next\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta\":false,\".entry-meta *\":false},[\"line-height:1.45\",\"color:var(--ast-global-color-0)\"]],[false,{\".entry-meta a:hover\":false,\".entry-meta a:hover *\":false,\".entry-meta a:focus\":false,\".entry-meta a:focus *\":false,\".page-links > .page-link\":false,\".page-links .page-link:hover\":false,\".post-navigation a:hover\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\"#cat option\":false,\".secondary .calendar_wrap thead a\":false,\".secondary .calendar_wrap thead a:visited\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".secondary .calendar_wrap #today\":false,\".ast-progress-val span\":false},[\"background:var(--ast-global-color-0)\"]],[false,{\".secondary a:hover + .post-count\":false,\".secondary a:focus + .post-count\":false},[\"background:var(--ast-global-color-0)\",\"border-color:var(--ast-global-color-0)\"]],[false,{\".calendar_wrap #today > a\":false},[\"color:#fff\"]],[false,{\".page-links .page-link\":false,\".single .post-navigation a\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-archive-title\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".widget-title\":false},[\"font-size:21px\",\"font-size:1.4rem\",\"color:var(--ast-global-color-2)\"]],[false,{\"#secondary\":false,\"#secondary button\":false,\"#secondary input\":false,\"#secondary select\":false,\"#secondary textarea\":false},[\"font-size:15px\",\"font-size:1rem\"]],[false,{\".ast-single-post .entry-content a\":false,\".ast-comment-content a:not(.ast-comment-edit-reply-wrap a)\":false},[\"text-decoration:underline\"]],[false,{\".ast-single-post .wp-block-button .wp-block-button__link\":false,\".ast-single-post .elementor-button-wrapper .elementor-button\":false,\".ast-single-post .entry-content .uagb-tab a\":false,\".ast-single-post .entry-content .uagb-ifb-cta a\":false,\".ast-single-post .entry-content .wp-block-uagb-buttons a\":false,\".ast-single-post .entry-content .uabb-module-content a\":false,\".ast-single-post .entry-content .uagb-post-grid a\":false,\".ast-single-post .entry-content .uagb-timeline a\":false,\".ast-single-post .entry-content .uagb-toc__wrap a\":false,\".ast-single-post .entry-content .uagb-taxomony-box a\":false,\".ast-single-post .entry-content .woocommerce a\":false},[\"text-decoration:none\"]],[false,{\".ast-logo-title-inline .site-logo-img\":false},[\"padding-right:1em\"]],[false,{\"#secondary\":false},[\"margin:4em 0 2.5em\",\"word-break:break-word\",\"line-height:2\"]],[false,{\"#secondary li\":false},[\"margin-bottom:.25em\"]],[false,{\"#secondary li:last-child\":false},[\"margin-bottom:0\"]],[false,\"@media (max-width: 768px){\"],[false,{\".js_active .ast-plain-container.ast-single-post #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"background-color:#fff\",\"padding:2em\",\"margin-bottom:2em\"]],[false,\"@media (min-width: 993px){\"],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:60px\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:60px\"]],[false,\"}\"],[false,\"@media (max-width: 993px){\"],[false,{\".ast-right-sidebar #secondary\":false},[\"padding-left:30px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:30px\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\"#ast-mobile-header\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-buttons.aligncenter\":false},[\"justify-content:center\"]],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-group .has-background\":false},[\"padding:20px\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".wp-block-cover-image.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover.alignwide .wp-block-cover__inner-container\":false,\".wp-block-cover-image.alignfull .wp-block-cover__inner-container\":false,\".wp-block-cover.alignfull .wp-block-cover__inner-container\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".ast-plain-container.ast-no-sidebar #primary\":false},[\"margin-top:0\",\"margin-bottom:0\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-theme-transparent-header #primary\":false,\".ast-theme-transparent-header #secondary\":false},[\"padding:0\"]],[false,\"}\"],[false,{\".wp-block-columns\":false},[\"margin-bottom:unset\"]],[false,{\".wp-block-image.size-full\":false},[\"margin:2rem 0\"]],[false,{\".wp-block-separator.has-background\":false},[\"padding:0\"]],[false,{\".wp-block-gallery\":false},[\"margin-bottom:1.6em\"]],[false,{\".wp-block-group\":false},[\"padding-top:4em\",\"padding-bottom:4em\"]],[false,{\".wp-block-group__inner-container .wp-block-columns:last-child\":false,\".wp-block-group__inner-container :last-child\":false,\".wp-block-table table\":false},[\"margin-bottom:0\"]],[false,{\".blocks-gallery-grid\":false},[\"width:100%\"]],[false,{\".wp-block-navigation-link__content\":false},[\"padding:5px 0\"]],[false,{\".wp-block-group .wp-block-group .has-text-align-center\":false,\".wp-block-group .wp-block-column .has-text-align-center\":false},[\"max-width:100%\"]],[false,{\".has-text-align-center\":false},[\"margin:0 auto\"]],[false,\"@media (max-width:1200px){\"],[false,{\".wp-block-group\":false},[\"padding:3em\"]],[false,{\".wp-block-group .wp-block-group\":false},[\"padding:1.5em\"]],[false,{\".wp-block-columns\":false,\".wp-block-column\":false},[\"margin:1rem 0\"]],[false,\"}\"],[false,\"@media (min-width:921px){\"],[false,{\".wp-block-columns .wp-block-group\":false},[\"padding:2em\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-cover-image .wp-block-cover__inner-container\":false,\".wp-block-cover .wp-block-cover__inner-container\":false},[\"width:unset\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"padding:2em 0\"]],[false,{\".wp-block-group\":false,\".wp-block-cover\":false},[\"padding:2em\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"width:unset\",\"max-width:100%\"]],[false,{\".wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:1em\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-plain-container.ast-no-sidebar #primary\":false},[\"padding:0\"]],[false,\"}\"],[false,\"@media (min-width:544px){\"],[false,{\".entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content\":false},[\"padding:0 8% 0 0\"]],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:0 0 0 8%\"]],[false,{\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *\":false,\".ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".entry-content .wp-block-media-text .wp-block-media-text__content\":false},[\"padding:8% 0\"]],[false,{\".wp-block-media-text .wp-block-media-text__media amp-img\":false,\".wp-block-media-text .wp-block-media-text__media amp-anim\":false},[\"width:auto\",\"max-width:100%\"]],[false,\"}\"],[false,{\".wp-block-button.is-style-outline .wp-block-button__link\":false},[\"border-color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)\":false,\".wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color)\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus\":false},[\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button.is-style-outline .wp-block-button__link:hover:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button.is-style-outline .wp-block-button__link:focus:not(#_#_#_#_#_#_#_)\":false},[\"color:#fff\"]],[false,{\".post-page-numbers.current .page-link\":false,\".ast-pagination .page-numbers.current\":false},[\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\"]],[false,\"@media (min-width:544px){\"],[false,{\".entry-content > .alignleft\":false},[\"margin-right:20px\"]],[false,{\".entry-content > .alignright\":false},[\"margin-left:20px\"]],[false,\"}\"],[false,{\"h1.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h2.widget-title\":false},[\"font-weight:inherit\"]],[false,{\"h3.widget-title\":false},[\"font-weight:inherit\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container #primary\":false,\".ast-separate-container #secondary\":false},[\"padding:1.5em 0\"]],[false,{\"#primary\":false,\"#secondary\":false},[\"padding:1.5em 0\",\"margin:0\"]],[false,{\".ast-left-sidebar #content > .ast-container\":false},[\"display:flex\",\"flex-direction:column-reverse\",\"width:100%\"]],[false,{\".ast-author-box amp-img.avatar\":false,\".ast-author-box amp-anim.avatar\":false},[\"margin:20px 0 0 0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#secondary.secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".ast-separate-container.ast-two-container #secondary\":false},[\"padding-left:0\",\"padding-right:0\"]],[false,{\".ast-page-builder-template .entry-header #secondary\":false,\".ast-page-builder-template #secondary\":false},[\"margin-top:1.5em\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"padding-right:0\"]],[false,{\".ast-page-builder-template.ast-left-sidebar #secondary\":false,\".ast-page-builder-template.ast-right-sidebar #secondary\":false},[\"padding-right:20px\",\"padding-left:20px\"]],[false,{\".ast-right-sidebar #secondary\":false,\".ast-left-sidebar #primary\":false},[\"padding-left:0\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"padding-right:0\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-separate-container.ast-right-sidebar #primary\":false,\".ast-separate-container.ast-left-sidebar #primary\":false},[\"border:0\"]],[false,{\".search-no-results.ast-separate-container #primary\":false},[\"margin-bottom:4em\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-right-sidebar #primary\":false},[\"border-right:1px solid #eee\"]],[false,{\".ast-left-sidebar #primary\":false},[\"border-left:1px solid #eee\"]],[false,{\".ast-right-sidebar #secondary\":false},[\"border-left:1px solid #eee\",\"margin-left:-1px\"]],[false,{\".ast-left-sidebar #secondary\":false},[\"border-right:1px solid #eee\",\"margin-right:-1px\"]],[false,{\".ast-separate-container.ast-two-container.ast-right-sidebar #secondary\":false},[\"padding-left:30px\",\"padding-right:0\"]],[false,{\".ast-separate-container.ast-two-container.ast-left-sidebar #secondary\":false},[\"padding-right:30px\",\"padding-left:0\"]],[false,{\".ast-separate-container.ast-right-sidebar #secondary\":false,\".ast-separate-container.ast-left-sidebar #secondary\":false},[\"border:0\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget:last-child\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"color:#fff\"]],[false,{\".wp-block-button .wp-block-button__link:hover\":false,\".wp-block-button .wp-block-button__link:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,{\".wp-block-button .wp-block-button__link\":false},[\"border-style:solid\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"color:#fff\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\",\"border-radius:2px\"]],[false,{\".wp-block-buttons .wp-block-button .wp-block-button__link\":false},[\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\"]],[false,\"@media (max-width:921px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".wp-block-button .wp-block-button__link\":false},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,\"}\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".ast-custom-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button\":false,\"body .wp-block-file .wp-block-file__button\":false},[\"border-style:solid\",\"border-top-width:0\",\"border-right-width:0\",\"border-left-width:0\",\"border-bottom-width:0\",\"color:#fff\",\"border-color:var(--ast-global-color-0)\",\"background-color:var(--ast-global-color-0)\",\"border-radius:2px\",\"padding-top:15px\",\"padding-right:30px\",\"padding-bottom:15px\",\"padding-left:30px\",\"font-family:inherit\",\"font-weight:inherit\",\"line-height:1\"]],[true,{\"button:focus\":false,\".menu-toggle:hover\":false,\"button:hover\":false,\".ast-button:hover\":false,\".ast-custom-button:hover .button:hover\":false,\".ast-custom-button:hover\":false,\"input[type=reset]:hover\":true,\"input[type=reset]:focus\":true,\"input#submit:hover\":false,\"input#submit:focus\":false,\"input[type=\\\"button\\\"]:hover\":true,\"input[type=\\\"button\\\"]:focus\":true,\"input[type=\\\"submit\\\"]:hover\":true,\"input[type=\\\"submit\\\"]:focus\":true,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover\":false,\"form[CLASS*=\\\"wp-block-search__\\\"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus\":false,\"body .wp-block-file .wp-block-file__button:hover\":false,\"body .wp-block-file .wp-block-file__button:focus\":false},[\"color:#fff\",\"background-color:var(--ast-global-color-1)\",\"border-color:var(--ast-global-color-1)\"]],[false,\"@media (min-width:544px){\"],[false,{\".ast-container\":false},[\"max-width:100%\"]],[false,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false,\".ast-separate-container .ast-article-single\":false,\".ast-separate-container .comments-title\":false,\".ast-separate-container .ast-archive-description\":false},[\"padding:1.5em 1em\"]],[false,{\".ast-separate-container #content .ast-container\":false},[\"padding-left:.54em\",\"padding-right:.54em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 1em\",\"margin-bottom:1.5em\"]],[false,{\".ast-separate-container .ast-comment-list .bypostauthor\":false},[\"padding:.5em\"]],[false,{\".ast-search-menu-icon.ast-dropdown-active .search-field\":false},[\"width:170px\"]],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:12px\",\"padding-right:24px\",\"padding-bottom:12px\",\"padding-left:24px\"]],[false,{\".ast-separate-container #secondary\":false},[\"padding-top:0\"]],[false,{\".ast-separate-container.ast-two-container #secondary .widget\":false},[\"margin-bottom:1.5em\",\"padding-left:1em\",\"padding-right:1em\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\".menu-toggle\":false,\"button\":false,\".ast-button\":false,\".button\":false,\"input#submit\":false,\"input[type=\\\"button\\\"]\":true,\"input[type=\\\"submit\\\"]\":true,\"input[type=\\\"reset\\\"]\":true},[\"padding-top:14px\",\"padding-right:28px\",\"padding-bottom:14px\",\"padding-left:28px\"]],[false,{\".ast-mobile-header-stack .main-header-bar .ast-search-menu-icon\":false},[\"display:inline-block\"]],[false,{\".ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon\":false},[\"margin:0\"]],[false,{\".ast-comment-avatar-wrap amp-img\":false,\".ast-comment-avatar-wrap amp-anim\":false},[\"max-width:2.5em\"]],[false,{\".ast-separate-container .ast-comment-list li.depth-1\":false},[\"padding:1.5em 2.14em\"]],[false,{\".ast-separate-container .comment-respond\":false},[\"padding:2em 2.14em\"]],[false,{\".ast-comment-meta\":false},[\"padding:0 1.8888em 1.3333em\"]],[true,\"}\"],[false,{\".entry-content > .wp-block-group\":false,\".entry-content > .wp-block-media-text\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns\":false},[\"max-width:58em\",\"width:calc(100% - 4em)\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > .alignfull\":false},[\"max-width:100%\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".entry-content [class*=\\\"__inner-container\\\"] > *:not(.alignwide):not(p):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(amp-iframe)\":false},[\"max-width:50rem\",\"width:100%\"]],[false,\"@media (min-width:921px){\"],[false,{\".entry-content > .wp-block-group.alignwide.has-background\":false,\".entry-content > .wp-block-group.alignfull.has-background\":false,\".entry-content > .wp-block-cover.alignwide\":false,\".entry-content > .wp-block-cover.alignfull\":false,\".entry-content > .wp-block-columns.has-background.alignwide\":false,\".entry-content > .wp-block-columns.has-background.alignfull\":false},[\"margin-top:0\",\"margin-bottom:0\",\"padding:6em 4em\"]],[false,{\".entry-content > .wp-block-columns.has-background\":false},[\"margin-bottom:0\"]],[false,\"}\"],[false,\"@media (min-width:1200px){\"],[false,{\".entry-content .alignfull p\":false},[\"max-width:1200px\"]],[false,{\".entry-content .alignfull\":false},[\"max-width:100%\",\"width:100%\"]],[false,{\".ast-page-builder-template .entry-content .alignwide\":false,\".entry-content [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:1200px\",\"margin-left:0\",\"margin-right:0\"]],[false,{\".entry-content .alignfull [class*=\\\"__inner-container\\\"] > .alignwide\":false},[\"max-width:80rem\"]],[false,\"}\"],[false,\"@media (min-width:545px){\"],[false,{\".site-main .entry-content > .alignwide\":false},[\"margin:0 auto\"]],[false,{\".wp-block-group.has-background\":false,\".entry-content > .wp-block-cover\":false,\".entry-content > .wp-block-columns.has-background\":false},[\"padding:4em\",\"margin-top:0\",\"margin-bottom:0\"]],[false,{\".entry-content .wp-block-media-text.alignfull .wp-block-media-text__content\":false,\".entry-content .wp-block-media-text.has-background .wp-block-media-text__content\":false},[\"padding:0 8%\"]],[false,\"}\"],[true,\"@media (max-width:921px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[false,{\".site-title\":false},[\"display:block\"]],[false,{\".ast-archive-description .ast-archive-title\":false},[\"font-size:40px\"]],[false,{\".site-header .site-description\":false},[\"display:none\"]],[false,{\".entry-title\":false},[\"font-size:30px\"]],[true,{\"h1\":true,\".entry-content h1\":false},[\"font-size:30px\"]],[true,{\"h2\":true,\".entry-content h2\":false},[\"font-size:25px\"]],[false,{\"h3\":false,\".entry-content h3\":false},[\"font-size:20px\"]],[false,{\".ast-single-post .entry-title\":false,\".page-title\":false},[\"font-size:30px\"]],[true,\"}\"],[true,\"@media (max-width:921px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[true,\"@media (max-width:544px){\"],[true,{\"html\":true},[\"font-size:85.5%\"]],[true,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".ast-container\":false},[\"max-width:1240px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".site-content .ast-container\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-content .ast-container\":false},[\"flex-direction:column\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu\":false,\".main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:focus-within > .sub-menu\":false},[\"margin-left:-0px\"]],[false,\"}\"],[false,{\".wp-block-search\":false},[\"margin-bottom:20px\"]],[false,{\".wp-block-site-tagline\":false},[\"margin-top:20px\"]],[false,{\"form.wp-block-search .wp-block-search__input\":false,\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper\":false},[\"border-color:#eaeaea\",\"background:#fafafa\"]],[false,{\".wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus\":false,\".wp-block-loginout input:focus\":false},[\"outline:thin dotted\"]],[false,{\".wp-block-loginout input:focus\":false},[\"border-color:transparent\"]],[false,{\"form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input\":false},[\"padding:12px\"]],[false,{\"form.wp-block-search .wp-block-search__button svg\":false},[\"fill:currentColor\",\"width:20px\",\"height:20px\"]],[false,{\".wp-block-loginout p label\":false},[\"display:block\"]],[false,{\".wp-block-loginout p:not(.login-remember):not(.login-submit) input\":false},[\"width:100%\"]],[false,{\".wp-block-loginout .login-remember input\":false},[\"width:1.1rem\",\"height:1.1rem\",\"margin:0 5px 4px 0\",\"vertical-align:middle\"]],[false,{\"body .wp-block-file .wp-block-file__button\":false},[\"text-decoration:none\"]],[false,{\"blockquote\":false},[\"padding:0 1.2em 1.2em\"]],[false,{\".wp-block-file\":false},[\"display:flex\",\"align-items:center\",\"flex-wrap:wrap\",\"justify-content:space-between\"]],[false,{\".wp-block-pullquote\":false},[\"border:none\"]],[false,{\".wp-block-pullquote blockquote::before\":false},[\"content:\\\"\\u201d\\\"\",\"font-family:\\\"Helvetica\\\",sans-serif\",\"display:flex\",\"transform:rotate(180deg)\",\"font-size:6rem\",\"font-style:normal\",\"line-height:1\",\"font-weight:bold\",\"align-items:center\",\"justify-content:center\"]],[false,{\"figure.wp-block-pullquote.is-style-solid-color blockquote\":false},[\"max-width:100%\",\"text-align:inherit\"]],[false,{\"ul.wp-block-categories-list.wp-block-categories\":false,\"ul.wp-block-archives-list.wp-block-archives\":false},[\"list-style-type:none\"]],[false,{\".wp-block-button__link\":false},[\"border:2px solid currentColor\"]],[true,{\"ul\":true,\"ol\":true},[\"margin-left:20px\"]],[false,{\"figure.alignright figcaption\":false},[\"text-align:right\"]],[false,{\":root .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-color\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\":root .wp-block-button .has-ast-global-color-0-background-color\":false},[\"background-color:var(--ast-global-color-0)\"]],[false,{\":root .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-color\":false},[\"color:var(--ast-global-color-1)\"]],[false,{\":root .wp-block-button .has-ast-global-color-1-background-color\":false},[\"background-color:var(--ast-global-color-1)\"]],[false,{\":root .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-color\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\":root .wp-block-button .has-ast-global-color-2-background-color\":false},[\"background-color:var(--ast-global-color-2)\"]],[false,{\":root .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-color\":false},[\"color:var(--ast-global-color-3)\"]],[false,{\":root .wp-block-button .has-ast-global-color-3-background-color\":false},[\"background-color:var(--ast-global-color-3)\"]],[false,{\":root .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-color\":false},[\"color:var(--ast-global-color-4)\"]],[false,{\":root .wp-block-button .has-ast-global-color-4-background-color\":false},[\"background-color:var(--ast-global-color-4)\"]],[false,{\":root .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-color\":false},[\"color:var(--ast-global-color-5)\"]],[false,{\":root .wp-block-button .has-ast-global-color-5-background-color\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,{\":root .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-color\":false},[\"color:var(--ast-global-color-6)\"]],[false,{\":root .wp-block-button .has-ast-global-color-6-background-color\":false},[\"background-color:var(--ast-global-color-6)\"]],[false,{\":root .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-color\":false},[\"color:var(--ast-global-color-7)\"]],[false,{\":root .wp-block-button .has-ast-global-color-7-background-color\":false},[\"background-color:var(--ast-global-color-7)\"]],[false,{\":root .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-color\":false},[\"color:var(--ast-global-color-8)\"]],[false,{\":root .wp-block-button .has-ast-global-color-8-background-color\":false},[\"background-color:var(--ast-global-color-8)\"]],[true,{\":root\":true},[\"--ast-global-color-0:#0170b9\",\"--ast-global-color-1:#3a3a3a\",\"--ast-global-color-2:#3a3a3a\",\"--ast-global-color-3:#4b4f58\",\"--ast-global-color-4:#f5f5f5\",\"--ast-global-color-5:#fff\",\"--ast-global-color-6:#f2f5f7\",\"--ast-global-color-7:#424242\",\"--ast-global-color-8:#000\"]],[false,{\".ast-breadcrumbs .trail-browse\":false,\".ast-breadcrumbs .trail-items\":false,\".ast-breadcrumbs .trail-items li\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\",\"border:none\",\"background:inherit\",\"text-indent:0\"]],[false,{\".ast-breadcrumbs .trail-browse\":false},[\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"color:inherit\"]],[false,{\".ast-breadcrumbs .trail-items\":false},[\"list-style:none\"]],[false,{\".trail-items li::after\":false},[\"padding:0 .3em\",\"content:\\\"\\u00bb\\\"\"]],[false,{\".trail-items li:last-of-type::after\":false},[\"display:none\"]],[true,{\"h1\":true,\".entry-content h1\":false,\"h2\":true,\".entry-content h2\":false,\"h3\":false,\".entry-content h3\":false,\"h4\":false,\".entry-content h4\":false,\"h5\":false,\".entry-content h5\":false,\"h6\":false,\".entry-content h6\":false},[\"color:var(--ast-global-color-2)\"]],[false,{\".entry-title a\":false},[\"color:var(--ast-global-color-2)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child\":false,\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child\":false},[\"grid-column:1\\/-1\"]],[false,\"}\"],[false,{\".ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-layout-element[data-section=\\\"title_tagline\\\"]\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-1 .sub-menu\":false,\".ast-builder-menu-1 .inline-on-mobile .sub-menu\":false},[\"border-top-width:2px\",\"border-bottom-width:0px\",\"border-right-width:0px\",\"border-left-width:0px\",\"border-color:var(--ast-global-color-0)\",\"border-style:solid\",\"border-radius:0px\"]],[false,{\".ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu\":false,\".ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper\":false},[\"margin-top:0px\"]],[false,{\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before\":false,\".ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before\":false},[\"height:calc(0px + 5px)\"]],[false,{\".ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-1 .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-1\":false},[\"display:flex\"]],[false,\"}\"],[false,{\".site-below-footer-wrap\":false},[\"padding-top:20px\",\"padding-bottom:20px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"background-color:#eee\",\"min-height:80px\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false},[\"max-width:1200px\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .ast-builder-grid-row\":false,\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"] .site-footer-section\":false},[\"align-items:flex-start\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".ast-builder-grid-row-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"@media (max-width:921px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-tablet-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-inline .site-footer-section\":false},[\"display:flex\",\"margin-bottom:0\"]],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"].ast-footer-row-mobile-stack .site-footer-section\":false},[\"display:block\",\"margin-bottom:10px\"]],[false,{\".ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .site-below-footer-wrap[data-section=\\\"section-below-footer-builder\\\"]\":false},[\"display:grid\"]],[false,\"}\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,{\".ast-footer-copyright\":false},[\"color:var(--ast-global-color-3)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-footer-copyright\":false},[\"text-align:center\"]],[false,\"}\"],[false,{\".ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-footer-copyright.ast-builder-layout-element\":false},[\"display:flex\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\"#ast-desktop-header\":false},[\"display:none\"]],[false,{\"#ast-mobile-header\":false},[\"display:block\"]],[false,{\".ast-amp.ast-main-header-nav-open .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-mobile-header-content .ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-navigation ul .menu-item .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border:0\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-mobile-header-content .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .ast-mobile-header-content .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .ast-below-header-bar\":false,\".ast-amp .main-header-bar\":false,\".ast-amp .ast-above-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".site-header .main-header-bar-wrap .site-branding\":false},[\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-main-header-bar-alignment.toggle-on .main-header-bar-navigation\":false},[\"display:block\"]],[false,{\".main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-main-header-bar-alignment.toggle-on\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".main-header-menu .menu-item\":false},[\"width:100%\",\"text-align:left\",\"border-top:0\"]],[false,{\".main-header-bar-navigation\":false},[\"width:calc(100% + 40px)\",\"margin:0 -20px\"]],[false,{\".main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"-webkit-font-smoothing:antialiased\",\"-moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"-webkit-transition:all .2s\",\"transition:all .2s\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"margin:0\"]],[false,\"}\"],[false,\"@media (max-width:921px){\"],[false,{\".ast-amp .entry-content .alignwide\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".ast-amp .main-navigation\":false},[\"display:block\",\"width:100%\"]],[false,{\".ast-amp .main-navigation ul .menu-item .menu-link\":false,\".ast-amp .main-navigation ul .button-custom-menu-item a\":false},[\"padding:0 20px\",\"display:inline-block\",\"width:100%\",\"border-bottom-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-amp .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link\":false},[\"padding-left:60px\"]],[false,{\".ast-amp .main-header-menu\":false},[\"background-color:#f9f9f9\"]],[false,{\".ast-amp .main-header-menu ul\":false},[\"background-color:#f9f9f9\",\"position:static\",\"opacity:1\",\"visibility:visible\",\"border:0\",\"width:auto\"]],[false,{\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:hover > ul\":false,\".ast-amp .main-header-menu ul li.ast-left-align-sub-menu:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:hover > ul\":false,\".ast-amp .main-header-menu li.ast-sub-menu-goes-outside:focus-within > ul\":false},[\"left:0\"]],[false,{\".ast-amp .submenu-with-border .sub-menu\":false},[\"border:0\"]],[false,{\".ast-amp .user-select\":false},[\"clear:both\"]],[false,{\".ast-amp .ast-mobile-menu-buttons\":false},[\"text-align:right\",\"display:flex\",\"-webkit-box-pack:end\",\"-webkit-justify-content:flex-end\",\"-moz-box-pack:end\",\"-ms-flex-pack:end\",\"justify-content:flex-end\"]],[false,{\".ast-amp .main-header-bar-navigation\":false},[\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"width:calc(100% + 40px)\"]],[false,{\".ast-amp .ast-main-header-bar-alignment\":false},[\"display:block\",\"width:100%\",\"-webkit-box-flex:1\",\"-webkit-flex:auto\",\"-moz-box-flex:1\",\"-ms-flex:auto\",\"flex:auto\",\"-webkit-box-ordinal-group:5\",\"-webkit-order:4\",\"-moz-box-ordinal-group:5\",\"-ms-flex-order:4\",\"order:4\"]],[false,{\".ast-amp .site-header .main-header-bar-wrap .site-branding\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-flex:1\",\"-webkit-flex:1\",\"-moz-box-flex:1\",\"-ms-flex:1\",\"flex:1\",\"-webkit-align-self:center\",\"-ms-flex-item-align:center\",\"align-self:center\"]],[false,{\".ast-amp .ast-site-identity\":false},[\"width:100%\"]],[false,{\".ast-amp .main-header-bar-navigation .menu-item-has-children > .menu-link .sub-arrow:after\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar\":false},[\"border:0\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,{\".ast-main-header-bar-alignment .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .toggled-on .main-header-bar-navigation\":false},[\"line-height:3\",\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .sub-menu\":false},[\"line-height:3\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu\":false},[\"display:none\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children .dropdown-open+ul.sub-menu\":false},[\"display:block\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"display:inline-block\",\"position:absolute\",\"font-size:inherit\",\"top:-1px\",\"right:20px\",\"cursor:pointer\",\"webkit-font-smoothing:antialiased\",\"moz-osx-font-smoothing:grayscale\",\"padding:0 .907em\",\"font-weight:normal\",\"line-height:inherit\",\"transition:all .2s\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"-webkit-transform:rotateX(180deg)\",\"transform:rotateX(180deg)\"]],[false,{\".ast-amp .main-header-bar .main-header-bar-navigation .main-header-menu\":false},[\"border-top-width:1px\",\"border-style:solid\",\"border-color:#eaeaea\"]],[false,{\".ast-amp .main-navigation ul > li:first-child\":false},[\"border-top:0\"]],[false,{\".ast-amp .main-navigation ul ul\":false},[\"left:auto\",\"right:auto\"]],[false,{\".ast-amp .main-navigation li\":false},[\"width:100%\"]],[false,{\".ast-amp .main-navigation .widget\":false},[\"margin-bottom:1em\"]],[false,{\".ast-amp .main-navigation .widget li\":false},[\"width:auto\"]],[false,{\".ast-amp .main-navigation .widget:last-child\":false},[\"margin-bottom:0\"]],[false,{\".ast-amp .main-header-menu ul ul\":false},[\"top:0\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-amp .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:none\"]],[false,{\".ast-amp .ast-has-mobile-header-logo .custom-mobile-logo-link\":false},[\"display:inline-block\"]],[false,{\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link\":false,\".ast-theme.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg\":false},[\"display:block\"]],[false,{\".ast-amp .ast-header-widget-area .widget\":false},[\"margin:.5em 0\",\"display:block\"]],[false,{\".ast-amp .nav-fallback-text\":false},[\"float:none\"]],[false,{\".ast-amp .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap\":false},[\"height:3em\",\"line-height:3\",\"text-align:left\"]],[false,{\".ast-amp #ast-site-header-cart .widget_shopping_cart\":false},[\"display:none\"]],[false,{\".ast-theme.ast-woocommerce-cart-menu .ast-site-header-cart\":false},[\"order:initial\",\"line-height:3\",\"padding:0 1em 1em 0\"]],[false,{\".ast-amp .ast-edd-site-header-cart .widget_edd_cart_widget\":false,\".ast-amp .ast-edd-site-header-cart .ast-edd-header-cart-info-wrap\":false},[\"display:none\"]],[false,{\".ast-amp div.ast-masthead-custom-menu-items.edd-custom-menu-item\":false},[\"padding:0\"]],[false,{\".ast-amp .main-header-bar .ast-search-menu-icon.slide-search .search-form\":false},[\"right:0\"]],[false,{\".ast-amp .main-header-menu .sub-menu\":false},[\"box-shadow:none\"]],[false,{\".ast-amp .submenu-with-border .sub-menu a\":false},[\"border-width:1px\"]],[false,{\".ast-amp .submenu-with-border .sub-menu > li:last-child > a\":false},[\"border-width:1px\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-buttons-minimal\":false},[\"background:transparent\",\"border:none\"]],[false,\"}\"],[false,{\".ast-header-break-point .main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"@media (min-width:922px){\"],[false,{\".main-header-bar\":false},[\"border-bottom-width:1px\"]],[false,\"}\"],[false,\"@media (min-width:922px){\"],[false,{\"#primary\":false},[\"width:70%\"]],[false,{\"#secondary\":false},[\"width:30%\"]],[false,\"}\"],[false,{\".main-header-menu .menu-item\":false,\"#astra-footer-menu .menu-item\":false,\".main-header-bar .ast-masthead-custom-menu-items\":false},[\"-js-display:flex\",\"display:flex\",\"-webkit-box-pack:center\",\"-webkit-justify-content:center\",\"-moz-box-pack:center\",\"-ms-flex-pack:center\",\"justify-content:center\",\"-webkit-box-orient:vertical\",\"-webkit-box-direction:normal\",\"-webkit-flex-direction:column\",\"-moz-box-orient:vertical\",\"-moz-box-direction:normal\",\"-ms-flex-direction:column\",\"flex-direction:column\"]],[false,{\".main-header-menu > .menu-item > .menu-link\":false,\"#astra-footer-menu > .menu-item > .menu-link\":false},[\"height:100%\",\"-webkit-box-align:center\",\"-webkit-align-items:center\",\"-moz-box-align:center\",\"-ms-flex-align:center\",\"align-items:center\",\"-js-display:flex\",\"display:flex\"]],[false,{\".ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg\":false},[\"top:.2em\",\"margin-top:0px\",\"margin-left:0px\",\"width:.65em\",\"transform:translate(0,-2px) rotateZ(270deg)\"]],[false,{\".ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle\":false},[\"transform:rotateX(180deg)\"]],[false,{\".ast-separate-container .blog-layout-1\":false,\".ast-separate-container .blog-layout-2\":false,\".ast-separate-container .blog-layout-3\":false},[\"background-color:transparent\",\"background-image:none\"]],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-post\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-separate-container .ast-article-single:not(.ast-related-post)\":false,\".ast-separate-container .comments-area .comment-respond\":false,\".ast-separate-container .comments-area .ast-comment-list li\":false,\".ast-separate-container .ast-woocommerce-container\":false,\".ast-separate-container .error-404\":false,\".ast-separate-container .no-results\":false,\".single.ast-separate-container .ast-author-meta\":false,\".ast-separate-container .related-posts-title-wrapper\":false,\".ast-separate-container.ast-two-container #secondary .widget\":false,\".ast-separate-container .comments-count-wrapper\":false,\".ast-box-layout.ast-plain-container .site-content\":false,\".ast-padded-layout.ast-plain-container .site-content\":false,\".ast-separate-container .comments-area .comments-title\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-plain-container\":false,\".ast-page-builder-template\":false},[\"background-color:var(--ast-global-color-5)\"]],[false,\"}\"],[false,{\".ast-mobile-header-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding:10px 0\",\"height:auto\"]],[false,{\".ast-mobile-header-content > *:first-child\":false,\".ast-desktop-header-content > *:first-child\":false},[\"padding-top:10px\"]],[false,{\".ast-mobile-header-content > .ast-builder-menu\":false,\".ast-desktop-header-content > .ast-builder-menu\":false},[\"padding-top:0\"]],[false,{\".ast-mobile-header-content > *:last-child\":false,\".ast-desktop-header-content > *:last-child\":false},[\"padding-bottom:0\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label\":false},[\"width:100%\"]],[false,{\".ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before\":false},[\"transform:rotateX(180deg)\"]],[false,{\"#ast-desktop-header .ast-desktop-header-content\":false,\".ast-mobile-header-content .ast-search-icon\":false,\".ast-desktop-header-content .ast-search-icon\":false,\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content\":false},[\"display:none\"]],[false,{\".ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content\":false,\".ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content\":false},[\"display:block\"]],[false,{\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu\":false,\".ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu\":false},[\"opacity:1\",\"visibility:visible\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation\":false},[\"width:unset\",\"margin:unset\"]],[false,{\".ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false,\".ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle\":false},[\"left:calc(20px - .907em)\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon\":false,\".ast-mobile-header-content .ast-search-menu-icon.slide-search\":false,\".ast-desktop-header-content .ast-search-menu-icon\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search\":false},[\"width:100%\",\"position:relative\",\"display:block\",\"right:auto\",\"transform:none\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-form\":false},[\"right:0\",\"visibility:visible\",\"opacity:1\",\"position:relative\",\"top:auto\",\"transform:none\",\"padding:0\",\"display:block\",\"overflow:hidden\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-mobile-header-content .ast-search-menu-icon .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-field\":false},[\"width:100%\",\"padding-right:5.5em\"]],[false,{\".ast-mobile-header-content .ast-search-menu-icon .search-submit\":false,\".ast-desktop-header-content .ast-search-menu-icon .search-submit\":false},[\"display:block\",\"position:absolute\",\"height:100%\",\"top:0\",\"right:0\",\"padding:0 1em\",\"border-radius:0\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link\":false},[\"padding-left:30px\"]],[false,{\".ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link\":false},[\"padding-left:40px\"]],[false,{\".ast-mobile-popup-drawer.active .ast-mobile-popup-inner\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-header-wrap .ast-mobile-header-content\":false,\".ast-desktop-header-content\":false},[\"background-color:#fff\"]],[false,{\".ast-mobile-popup-content > *\":false,\".ast-mobile-header-content > *\":false,\".ast-desktop-popup-content > *\":false,\".ast-desktop-header-content > *\":false},[\"padding-top:0px\",\"padding-bottom:0px\"]],[false,{\".content-align-flex-start .ast-builder-layout-element\":false},[\"justify-content:flex-start\"]],[false,{\".content-align-flex-start .main-header-menu\":false},[\"text-align:left\"]],[false,{\".ast-mobile-popup-drawer.active .menu-toggle-close\":false},[\"color:#3a3a3a\"]],[false,{\".ast-mobile-header-wrap .ast-primary-header-bar\":false,\".ast-primary-header-bar .site-primary-header-wrap\":false},[\"min-height:70px\"]],[false,{\".ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item\":false},[\"line-height:70px\"]],[false,\"@media (max-width:921px){\"],[false,{\"#masthead .ast-mobile-header-wrap .ast-primary-header-bar\":false,\"#masthead .ast-mobile-header-wrap .ast-below-header-bar\":false},[\"padding-left:20px\",\"padding-right:20px\"]],[false,\"}\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"@media (min-width:922px){\"],[false,{\".ast-primary-header-bar\":false},[\"border-bottom-width:1px\",\"border-bottom-color:#eaeaea\",\"border-bottom-style:solid\"]],[false,\"}\"],[false,{\".ast-primary-header-bar\":false},[\"background-color:#fff\"]],[false,{\".ast-primary-header-bar\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-primary-header-bar\":false},[\"display:grid\"]],[false,\"}\"],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .ast-mobile-menu-trigger-minimal\":false},[\"color:var(--ast-global-color-0)\",\"border:none\",\"background:transparent\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg\":false},[\"width:20px\",\"height:20px\",\"fill:var(--ast-global-color-0)\"]],[false,{\"[data-section=\\\"section-header-mobile-trigger\\\"] .ast-button-wrap .mobile-menu-wrap .mobile-menu\":false},[\"color:var(--ast-global-color-0)\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item > .menu-link\":false},[\"font-family:inherit\",\"font-weight:inherit\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,{\".ast-hfb-header .ast-builder-menu-mobile .main-header-menu\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link\":false,\".ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link\":false},[\"border-style:none\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after\":false},[\"content:unset\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle\":false},[\"top:0\"]],[false,\"}\"],[false,{\".ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"@media (max-width:921px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"],[false,\"@media (max-width:544px){\"],[false,{\".ast-header-break-point .ast-builder-menu-mobile .main-navigation\":false},[\"display:block\"]],[false,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":116345,\"final_size\":7719,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-css\",\"href\":\"https:\\/\\/lion288slot.com\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css?ver=6.8.3\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":1547,\"function\":\"wp_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"plugin\",\"name\":\"litespeed-cache\",\"file\":\"src\\/core.cls.php\",\"line\":248,\"function\":\"LiteSpeed\\\\Core::after_user_init\",\"hook\":\"init\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2462,\"function\":\"wp_common_block_scripts_and_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"wp-block-library\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":20,\"hash\":\"6eb20086263e86e560757b16661f58ea\",\"parse_time\":0.18590092658996582,\"shake_time\":0.0014028549194335938,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-archives\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-archives-dropdown label\":false},[\"display:block\"]],[false,{\".wp-block-avatar\":false},[\"line-height:0\"]],[false,{\".wp-block-avatar\":false,\".wp-block-avatar amp-img\":false,\".wp-block-avatar amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-avatar.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-audio\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-audio :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-audio amp-audio\":false},[\"min-width:300px\",\"width:100%\"]],[false,{\".wp-block-button__link\":false},[\"align-content:center\",\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"height:100%\",\"text-align:center\",\"word-break:break-word\"]],[false,{\".wp-block-button__link.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-button__link.alignright\":false},[\"text-align:right\"]],[true,{\":where(.wp-block-button__link)\":true},[\"border-radius:9999px\",\"box-shadow:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"text-decoration:none\"]],[false,{\".wp-block-button[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width\":false},[\"max-width:none\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-25\":false},[\"width:calc(25% - var(--wp--style--block-gap,.5em) * .75)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-50\":false},[\"width:calc(50% - var(--wp--style--block-gap,.5em) * .5)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-75\":false},[\"width:calc(75% - var(--wp--style--block-gap,.5em) * .25)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-100\":false},[\"flex-basis:100%\",\"width:100%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25\":false},[\"width:25%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50\":false},[\"width:50%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75\":false},[\"width:75%\"]],[false,{\".wp-block-button.is-style-squared\":false,\".wp-block-button__link.wp-block-button.is-style-squared\":false},[\"border-radius:0\"]],[false,{\".wp-block-button.no-border-radius:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button__link.no-border-radius:not(#_#_#_#_#_#_#_)\":false},[\"border-radius:0\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline)\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link)\":true},[\"border:2px solid\",\"padding:.667em 1.333em\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color))\":true},[\"color:currentColor\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background))\":true},[\"background-color:initial\",\"background-image:none\"]],[false,{\".wp-block-buttons\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-buttons.is-vertical\":false},[\"flex-direction:column\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-buttons>.wp-block-button\":false},[\"display:inline-block\",\"margin:0\"]],[false,{\".wp-block-buttons.is-content-justification-left\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-left.is-vertical\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-center\":false},[\"justify-content:center\"]],[false,{\".wp-block-buttons.is-content-justification-center.is-vertical\":false},[\"align-items:center\"]],[false,{\".wp-block-buttons.is-content-justification-right\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-right.is-vertical\":false},[\"align-items:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-space-between\":false},[\"justify-content:space-between\"]],[false,{\".wp-block-buttons.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button\":false,\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-button.aligncenter\":false,\".wp-block-calendar\":false},[\"text-align:center\"]],[false,{\".wp-block-calendar td\":false,\".wp-block-calendar th\":false},[\"border:1px solid\",\"padding:.25em\"]],[false,{\".wp-block-calendar th\":false},[\"font-weight:400\"]],[false,{\".wp-block-calendar caption\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color))\":false},[\"color:#40464d\"]],[false,{\".wp-block-calendar table:where(:not(.has-text-color)) td\":false,\".wp-block-calendar table:where(:not(.has-text-color)) th\":false},[\"border-color:#ddd\"]],[false,{\".wp-block-calendar table.has-background th\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table.has-text-color th\":false},[\"color:inherit\"]],[false,{\":where(.wp-block-calendar table:not(.has-background) th)\":false},[\"background:#ddd\"]],[false,{\".wp-block-categories\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-categories.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-categories.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-categories.wp-block-categories-dropdown.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-categories .wp-block-categories__label\":false},[\"display:block\",\"width:100%\"]],[false,{\".wp-block-code\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-code code\":false},[\"direction:ltr\",\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"text-align:initial\",\"white-space:pre-wrap\"]],[false,{\".wp-block-columns\":false},[\"box-sizing:border-box\",\"display:flex\"]],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"align-items:normal\",\"flex-wrap:wrap\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,\"}\"],[false,{\".wp-block-columns.are-vertically-aligned-top\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-columns.are-vertically-aligned-center\":false},[\"align-items:center\"]],[false,{\".wp-block-columns.are-vertically-aligned-bottom\":false},[\"align-items:flex-end\"]],[false,\"@media (max-width:781px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(#_#_#_#_#_#_#_)\":false},[\"flex-basis:100%\"]],[false,\"}\"],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[false,\"}\"],[false,{\".wp-block-columns.is-not-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[true,{\":where(.wp-block-columns)\":true},[\"margin-bottom:1.75em\"]],[true,{\":where(.wp-block-columns.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-column\":false},[\"flex-grow:1\",\"min-width:0\",\"overflow-wrap:break-word\",\"word-break:break-word\"]],[false,{\".wp-block-column.is-vertically-aligned-top\":false},[\"align-self:flex-start\"]],[false,{\".wp-block-column.is-vertically-aligned-center\":false},[\"align-self:center\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false},[\"align-self:flex-end\"]],[false,{\".wp-block-column.is-vertically-aligned-stretch\":false},[\"align-self:stretch\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false,\".wp-block-column.is-vertically-aligned-center\":false,\".wp-block-column.is-vertically-aligned-top\":false},[\"width:100%\"]],[false,{\".wp-block-post-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments .alignleft\":false},[\"float:left\"]],[false,{\".wp-block-post-comments .alignright\":false},[\"float:right\"]],[false,{\".wp-block-post-comments .navigation:after\":false},[\"clear:both\",\"content:\\\"\\\"\",\"display:table\"]],[false,{\".wp-block-post-comments .commentlist\":false},[\"clear:both\",\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .commentlist .comment\":false},[\"min-height:2.25em\",\"padding-left:3.25em\"]],[false,{\".wp-block-post-comments .commentlist .comment p\":false},[\"font-size:1em\",\"line-height:1.8\",\"margin:1em 0\"]],[false,{\".wp-block-post-comments .commentlist .children\":false},[\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .comment-author\":false},[\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-author .avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"margin-top:.5em\",\"width:2.5em\"]],[false,{\".wp-block-post-comments .comment-author cite\":false},[\"font-style:normal\"]],[false,{\".wp-block-post-comments .comment-meta\":false},[\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-meta b\":false},[\"font-weight:400\"]],[false,{\".wp-block-post-comments .comment-meta .comment-awaiting-moderation\":false},[\"display:block\",\"margin-bottom:1em\",\"margin-top:1em\"]],[false,{\".wp-block-post-comments .comment-body .commentmetadata\":false},[\"font-size:.875em\"]],[false,{\".wp-block-post-comments .comment-form-author label\":false,\".wp-block-post-comments .comment-form-comment label\":false,\".wp-block-post-comments .comment-form-email label\":false,\".wp-block-post-comments .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments .reply\":false},[\"font-size:.875em\",\"margin-bottom:1.4em\"]],[false,{\".wp-block-post-comments input:not([type=submit])\":false,\".wp-block-post-comments textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[false,{\".wp-block-post-comments input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments textarea\":false},[\"padding:calc(.667em + 2px)\"]],[true,{\":where(.wp-block-post-comments input[type=submit])\":true},[\"border:none\"]],[false,{\".wp-block-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous\":false},[\"font-size:inherit\",\"margin-bottom:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-comments-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-comment-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-comment-template li\":false},[\"clear:both\"]],[false,{\".wp-block-comment-template ol\":false},[\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding-left:2rem\"]],[false,{\".wp-block-comment-template.alignleft\":false},[\"float:left\"]],[false,{\".wp-block-comment-template.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:fit-content\"]],[false,{\".wp-block-comment-template.alignright\":false},[\"float:right\"]],[false,{\".wp-block-comment-date\":false},[\"box-sizing:border-box\"]],[false,{\".comment-awaiting-moderation\":false},[\"display:block\",\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-comment-author-name\":false,\".wp-block-comment-content\":false,\".wp-block-comment-edit-link\":false,\".wp-block-comment-reply-link\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"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\"]],[false,{\".wp-block-cover .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image.has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover.has-background-dim:not([class*=-background-color])\":false},[\"background-color:#000\"]],[false,{\".wp-block-cover .has-background-dim.has-background-gradient\":false,\".wp-block-cover-image .has-background-dim.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-cover-image.has-background-dim:before\":false,\".wp-block-cover.has-background-dim:before\":false},[\"background-color:inherit\",\"content:\\\"\\\"\"]],[false,{\".wp-block-cover .wp-block-cover__background\":false,\".wp-block-cover .wp-block-cover__gradient-background\":false,\".wp-block-cover-image .wp-block-cover__background\":false,\".wp-block-cover-image .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim:not(.has-background-gradient):before\":false},[\"bottom:0\",\"left:0\",\"opacity:.5\",\"position:absolute\",\"right:0\",\"top:0\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false},[\"opacity:1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-cover-image.aligncenter\":false,\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.aligncenter\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"display:flex\"]],[false,{\".wp-block-cover .wp-block-cover__inner-container\":false,\".wp-block-cover-image .wp-block-cover__inner-container\":false},[\"color:inherit\",\"position:relative\",\"width:100%\"]],[false,{\".wp-block-cover-image.is-position-top-left\":false,\".wp-block-cover.is-position-top-left\":false},[\"align-items:flex-start\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-top-center\":false,\".wp-block-cover.is-position-top-center\":false},[\"align-items:flex-start\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-top-right\":false,\".wp-block-cover.is-position-top-right\":false},[\"align-items:flex-start\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-center-left\":false,\".wp-block-cover.is-position-center-left\":false},[\"align-items:center\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-center-center\":false,\".wp-block-cover.is-position-center-center\":false},[\"align-items:center\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-center-right\":false,\".wp-block-cover.is-position-center-right\":false},[\"align-items:center\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-bottom-left\":false,\".wp-block-cover.is-position-bottom-left\":false},[\"align-items:flex-end\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-bottom-center\":false,\".wp-block-cover.is-position-bottom-center\":false},[\"align-items:flex-end\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-bottom-right\":false,\".wp-block-cover.is-position-bottom-right\":false},[\"align-items:flex-end\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false},[\"margin:0\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false},[\"margin:0\",\"width:auto\"]],[false,{\".wp-block-cover .wp-block-cover__image-background\":false,\".wp-block-cover amp-video.wp-block-cover__video-background\":false,\".wp-block-cover amp-youtube.wp-block-cover__video-background\":false,\".wp-block-cover-image .wp-block-cover__image-background\":false,\".wp-block-cover-image amp-video.wp-block-cover__video-background\":false,\".wp-block-cover-image amp-youtube.wp-block-cover__video-background\":false},[\"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%\"]],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:fixed\",\"background-repeat:no-repeat\",\"background-size:cover\"]],[false,\"@supports (-webkit-touch-callout:inherit){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,{\".wp-block-cover-image.is-repeated\":false,\".wp-block-cover.is-repeated\":false,\".wp-block-cover__image-background.is-repeated\":false,\"amp-video.wp-block-cover__video-background.is-repeated\":false,\"amp-youtube.wp-block-cover__video-background.is-repeated\":false},[\"background-repeat:repeat\",\"background-size:auto\"]],[false,{\".wp-block-cover-image-text\":false,\".wp-block-cover-image-text a\":false,\".wp-block-cover-image-text a:active\":false,\".wp-block-cover-image-text a:focus\":false,\".wp-block-cover-image-text a:hover\":false,\".wp-block-cover-text\":false,\".wp-block-cover-text a\":false,\".wp-block-cover-text a:active\":false,\".wp-block-cover-text a:focus\":false,\".wp-block-cover-text a:hover\":false,\"section.wp-block-cover-image h2\":false,\"section.wp-block-cover-image h2 a\":false,\"section.wp-block-cover-image h2 a:active\":false,\"section.wp-block-cover-image h2 a:focus\":false,\"section.wp-block-cover-image h2 a:hover\":false},[\"color:#fff\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-left-content\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-right-content\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-left-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-left-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-left-content>h2\":false},[\"margin-left:0\",\"text-align:left\"]],[false,{\".wp-block-cover-image.has-right-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-right-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-right-content>h2\":false},[\"margin-right:0\",\"text-align:right\"]],[false,{\".wp-block-cover .wp-block-cover-text\":false,\".wp-block-cover-image .wp-block-cover-image-text\":false,\"section.wp-block-cover-image>h2\":false},[\"font-size:2em\",\"line-height:1.25\",\"margin-bottom:0\",\"max-width:840px\",\"padding:.44em\",\"text-align:center\",\"z-index:1\"]],[true,{\":where(.wp-block-cover-image:not(.has-text-color))\":true,\":where(.wp-block-cover:not(.has-text-color))\":true},[\"color:#fff\"]],[true,{\":where(.wp-block-cover-image.is-light:not(.has-text-color))\":true,\":where(.wp-block-cover.is-light:not(.has-text-color))\":true},[\"color:#000\"]],[true,{\":root :where(.wp-block-cover h1:not(.has-text-color))\":true,\":root :where(.wp-block-cover h2:not(.has-text-color))\":true,\":root :where(.wp-block-cover h3:not(.has-text-color))\":true,\":root :where(.wp-block-cover h4:not(.has-text-color))\":true,\":root :where(.wp-block-cover h5:not(.has-text-color))\":true,\":root :where(.wp-block-cover h6:not(.has-text-color))\":true,\":root :where(.wp-block-cover p:not(.has-text-color))\":true},[\"color:inherit\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background\":false},[\"z-index:0\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before\":false},[\"z-index:1\"]],[false,{\".has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[false,{\".wp-block-details\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-details summary\":false},[\"cursor:pointer\"]],[false,{\".wp-block-embed.alignleft\":false,\".wp-block-embed.alignright\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"]\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"]\":false},[\"max-width:360px\",\"width:100%\"]],[false,{\".wp-block-embed.alignleft .wp-block-embed__wrapper\":false,\".wp-block-embed.alignright .wp-block-embed__wrapper\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false},[\"min-width:280px\"]],[false,{\".wp-block-cover .wp-block-embed\":false},[\"min-height:240px\",\"min-width:320px\"]],[false,{\".wp-block-embed\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-embed :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-embed amp-iframe\":false},[\"max-width:100%\"]],[false,{\".wp-block-embed__wrapper\":false},[\"position:relative\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before\":false},[\"content:\\\"\\\"\",\"display:block\",\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio amp-iframe\":false},[\"bottom:0\",\"height:100%\",\"left:0\",\"position:absolute\",\"right:0\",\"top:0\",\"width:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:42.85%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:56.25%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before\":false},[\"padding-top:75%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before\":false},[\"padding-top:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before\":false},[\"padding-top:177.77%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before\":false},[\"padding-top:200%\"]],[false,{\".wp-block-file\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-file:not(.wp-element-button)\":false},[\"font-size:.8em\"]],[false,{\".wp-block-file.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-file.alignright\":false},[\"text-align:right\"]],[false,{\".wp-block-file *+.wp-block-file__button\":false},[\"margin-left:.75em\"]],[true,{\":where(.wp-block-file)\":true},[\"margin-bottom:1.5em\"]],[false,{\".wp-block-file__embed\":false},[\"margin-bottom:1em\"]],[true,{\":where(.wp-block-file__button)\":true},[\"border-radius:2em\",\"display:inline-block\",\"padding:.5em 1em\"]],[true,{\":where(.wp-block-file__button):is(a):active\":true,\":where(.wp-block-file__button):is(a):focus\":true,\":where(.wp-block-file__button):is(a):hover\":true,\":where(.wp-block-file__button):is(a):visited\":true},[\"box-shadow:none\",\"color:#fff\",\"opacity:.85\",\"text-decoration:none\"]],[false,{\".wp-block-form-input__label\":false},[\"display:flex\",\"flex-direction:column\",\"gap:.25em\",\"margin-bottom:.5em\",\"width:100%\"]],[false,{\".wp-block-form-input__label.is-label-inline\":false},[\"align-items:center\",\"flex-direction:row\",\"gap:.5em\"]],[false,{\".wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content\":false},[\"margin-bottom:.5em\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox])\":false},[\"flex-direction:row\",\"width:fit-content\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content\":false},[\"margin:0\"]],[false,{\".wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox])\":false},[\"flex-direction:row-reverse\"]],[false,{\".wp-block-form-input__label-content\":false},[\"width:fit-content\"]],[false,{\".wp-block-form-input__input\":false},[\"font-size:1em\",\"margin-bottom:.5em\",\"padding:0 .5em\"]],[false,{\".wp-block-form-input__input[type=date]\":false,\".wp-block-form-input__input[type=datetime-local]\":false,\".wp-block-form-input__input[type=datetime]\":false,\".wp-block-form-input__input[type=email]\":false,\".wp-block-form-input__input[type=month]\":false,\".wp-block-form-input__input[type=number]\":false,\".wp-block-form-input__input[type=password]\":false,\".wp-block-form-input__input[type=search]\":false,\".wp-block-form-input__input[type=tel]\":false,\".wp-block-form-input__input[type=text]\":false,\".wp-block-form-input__input[type=time]\":false,\".wp-block-form-input__input[type=url]\":false,\".wp-block-form-input__input[type=week]\":false},[\"border:1px solid\",\"line-height:2\",\"min-height:2em\"]],[false,{\"textarea.wp-block-form-input__input\":false},[\"min-height:10em\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images)\":false,\".wp-block-gallery:not(.has-nested-images)\":false},[\"display:flex\",\"flex-wrap:wrap\",\"list-style-type:none\",\"margin:0\",\"padding:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item\":false},[\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"margin:0 1em 1em 0\",\"position:relative\",\"width:calc(50% - 1em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure\":false},[\"align-items:flex-end\",\"display:flex\",\"height:100%\",\"justify-content:flex-start\",\"margin:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-anim\":false},[\"display:block\",\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,rgba(0,0,0,0))\",\"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\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) figcaption\":false,\".wp-block-gallery:not(.has-nested-images) figcaption\":false},[\"flex-grow:1\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false},[\"flex:1\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item\":false},[\"margin-right:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(33.33333% - .66667em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(25% - .75em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(20% - .8em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(16.66667% - .83333em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(14.28571% - .85714em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item\":false},[\"margin-right:1em\",\"width:calc(12.5% - .875em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false},[\"margin-right:0\"]],[false,\"}\"],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child\":false},[\"margin-right:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).alignleft\":false,\".blocks-gallery-grid:not(.has-nested-images).alignright\":false,\".wp-block-gallery:not(.has-nested-images).alignleft\":false,\".wp-block-gallery:not(.has-nested-images).alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false},[\"justify-content:center\"]],[false,{\".wp-block-gallery:not(.is-cropped) .blocks-gallery-item\":false},[\"align-self:flex-start\"]],[false,{\"figure.wp-block-gallery.has-nested-images\":false},[\"align-items:normal\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)\":false},[\"margin:0\",\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) \\/ 2)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"max-width:100%\",\"position:relative\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image>div\":false},[\"flex-direction:column\",\"flex-grow:1\",\"margin:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim\":false},[\"display:block\",\"height:auto\",\"width:auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img:not(#_#_#_#_#_#_#_#_)\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim:not(#_#_#_#_#_#_#_#_)\":false},[\"max-width:100%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"bottom:0\",\"left:0\",\"max-height:100%\",\"position:absolute\",\"right:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"-webkit-backdrop-filter:blur(3px)\",\"backdrop-filter:blur(3px)\",\"content:\\\"\\\"\",\"height:100%\",\"-webkit-mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"max-height:40%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,0))\",\"box-sizing:border-box\",\"color:#fff\",\"font-size:13px\",\"margin:0\",\"overflow:auto\",\"padding:1em\",\"scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)\",\"scrollbar-gutter:stable both-edges\",\"scrollbar-width:thin\",\"text-align:center\",\"text-shadow:0 0 1.5px #000\",\"will-change:transform\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar\":false},[\"height:12px\",\"width:12px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track\":false},[\"background-color:initial\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb\":false},[\"background-clip:padding-box\",\"background-color:initial\",\"border:3px solid rgba(0,0,0,0)\",\"border-radius:8px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb\":false},[\"background-color:rgba(255,255,255,.8)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"@media (hover:none){\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div\":false},[\"flex:1 1 auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption\":false},[\"background:none\",\"color:inherit\",\"flex:initial\",\"margin:0\",\"padding:10px 10px 9px\",\"position:relative\",\"text-shadow:none\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before\":false},[\"content:none\"]],[false,{\".wp-block-gallery.has-nested-images figcaption\":false},[\"flex-basis:100%\",\"flex-grow:1\",\"text-align:center\"]],[false,{\".wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image)\":false},[\"margin-bottom:auto\",\"margin-top:0\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)\":false},[\"align-self:inherit\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone)\":false},[\"display:flex\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-img\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-anim\":false},[\"flex:1 0 0%\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image)\":false},[\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(25% - var(--wp--style--unstable-gallery-gap,16px) * .75)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(20% - var(--wp--style--unstable-gallery-gap,16px) * .8)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px) * .83333)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px) * .85714)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(12.5% - var(--wp--style--unstable-gallery-gap,16px) * .875)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)\":false,\".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)\":false},[\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) * .5)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images.alignleft\":false,\".wp-block-gallery.has-nested-images.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-group\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-group.wp-block-group-is-layout-constrained)\":true},[\"position:relative\"]],[false,{\"h1.has-background\":false,\"h2.has-background\":false,\"h3.has-background\":false,\"h4.has-background\":false,\"h5.has-background\":false,\"h6.has-background\":false},[\"padding:1.25em 2.375em\"]],[false,{\"h1.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h1.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h2.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h2.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h3.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h3.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h4.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h4.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h5.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h5.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h6.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h6.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false},[\"rotate:180deg\"]],[false,{\".wp-block-image>a\":false,\".wp-block-image>figure>a\":false},[\"display:inline-block\"]],[false,{\".wp-block-image amp-img\":false,\".wp-block-image amp-anim\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-image amp-img.hide\":false,\".wp-block-image amp-anim.hide\":false},[\"visibility:hidden\"]],[false,{\".wp-block-image amp-img.show\":false,\".wp-block-image amp-anim.show\":false},[\"animation:show-content-image .4s\"]],[false,\"}\"],[false,{\".wp-block-image[data-amp-original-style*=border-radius] amp-img\":false,\".wp-block-image[data-amp-original-style*=border-radius] amp-anim\":false,\".wp-block-image[data-amp-original-style*=border-radius]>a\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-image.has-custom-border amp-img\":false,\".wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-image.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-image.alignfull>a\":false,\".wp-block-image.alignwide>a\":false},[\"width:100%\"]],[false,{\".wp-block-image.alignfull amp-img\":false,\".wp-block-image.alignfull amp-anim\":false,\".wp-block-image.alignwide amp-img\":false,\".wp-block-image.alignwide amp-anim\":false},[\"height:auto\",\"width:100%\"]],[false,{\".wp-block-image .aligncenter\":false,\".wp-block-image .alignleft\":false,\".wp-block-image .alignright\":false,\".wp-block-image.aligncenter\":false,\".wp-block-image.alignleft\":false,\".wp-block-image.alignright\":false},[\"display:table\"]],[false,{\".wp-block-image .aligncenter>figcaption\":false,\".wp-block-image .alignleft>figcaption\":false,\".wp-block-image .alignright>figcaption\":false,\".wp-block-image.aligncenter>figcaption\":false,\".wp-block-image.alignleft>figcaption\":false,\".wp-block-image.alignright>figcaption\":false},[\"caption-side:bottom\",\"display:table-caption\"]],[false,{\".wp-block-image .alignleft\":false},[\"float:left\",\"margin:.5em 1em .5em 0\"]],[false,{\".wp-block-image .alignright\":false},[\"float:right\",\"margin:.5em 0 .5em 1em\"]],[false,{\".wp-block-image .aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-block-image :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"border-radius:9999px\"]],[false,\"@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){\"],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"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\"]],[false,\"}\"],[false,{\".wp-block-image figure\":false},[\"margin:0\"]],[false,{\".wp-lightbox-container\":false},[\"display:flex\",\"flex-direction:column\",\"position:relative\"]],[false,{\".wp-lightbox-container amp-img\":false,\".wp-lightbox-container amp-anim\":false},[\"cursor:zoom-in\"]],[false,{\".wp-lightbox-container amp-img:hover+button\":false,\".wp-lightbox-container amp-anim:hover+button\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button\":false},[\"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\",\"width:20px\",\"z-index:100\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-container button\":false},[\"transition:opacity .2s ease\"]],[false,\"}\"],[false,{\".wp-lightbox-container button:focus-visible\":false},[\"outline:3px auto rgba(90,90,90,.25)\",\"outline:3px auto -webkit-focus-ring-color\",\"outline-offset:3px\"]],[false,{\".wp-lightbox-container button:hover\":false},[\"cursor:pointer\",\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false,\".wp-lightbox-container button:hover\":false,\".wp-lightbox-container button:not(:hover):not(:active):not(.has-background)\":false},[\"background-color:rgba(90,90,90,.25)\",\"border:none\"]],[false,{\".wp-lightbox-overlay\":false},[\"box-sizing:border-box\",\"cursor:zoom-out\",\"height:100vh\",\"left:0\",\"overflow:hidden\",\"position:fixed\",\"top:0\",\"visibility:hidden\",\"width:100%\",\"z-index:100000\"]],[false,{\".wp-lightbox-overlay .close-button\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .close-button:focus\":false,\".wp-lightbox-overlay .close-button:hover\":false,\".wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .lightbox-image-container\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image\":false},[\"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\"]],[false,{\".wp-lightbox-overlay .wp-block-image amp-img\":false,\".wp-lightbox-overlay .wp-block-image amp-anim\":false},[\"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)\"]],[false,{\".wp-lightbox-overlay .wp-block-image figcaption\":false},[\"display:none\"]],[false,{\".wp-lightbox-overlay button\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .scrim\":false},[\"background-color:#fff\",\"height:100%\",\"opacity:.9\",\"position:absolute\",\"width:100%\",\"z-index:2000000\"]],[false,{\".wp-lightbox-overlay.active\":false},[\"visibility:visible\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-overlay.active\":false},[\"animation:turn-on-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.active amp-img\":false,\".wp-lightbox-overlay.active amp-anim\":false},[\"animation:turn-on-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active)\":false},[\"animation:turn-off-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-img\":false,\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-anim\":false},[\"animation:turn-off-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.zoom.active\":false},[\"animation:none\",\"opacity:1\",\"visibility:visible\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container\":false},[\"animation:lightbox-zoom-in .4s\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.active .scrim\":false},[\"animation:turn-on-visibility .4s forwards\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active)\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container\":false},[\"animation:lightbox-zoom-out .4s\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim\":false},[\"animation:turn-off-visibility .4s forwards\"]],[false,\"}\"],[true,\"@keyframes show-content-image{\"],[true,\"0%{visibility:hidden}\"],[true,\"99%{visibility:hidden}\"],[true,\"to{visibility:visible}\"],[true,\"}@keyframes turn-on-visibility{\"],[true,\"0%{opacity:0}\"],[true,\"to{opacity:1}\"],[true,\"}@keyframes turn-off-visibility{\"],[true,\"0%{opacity:1;visibility:visible}\"],[true,\"99%{opacity:0;visibility:visible}\"],[true,\"to{opacity:0;visibility:hidden}\"],[true,\"}@keyframes lightbox-zoom-in{\"],[true,\"0%{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}\"],[true,\"to{transform:translate(-50%,-50%) scale(1)}\"],[true,\"}@keyframes lightbox-zoom-out{\"],[true,\"0%{transform:translate(-50%,-50%) scale(1);visibility:visible}\"],[true,\"99%{visibility:visible}\"],[true,\"to{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}\"],[true,\"}\"],[false,{\"ol.wp-block-latest-comments\":false},[\"box-sizing:border-box\",\"margin-left:0\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment))\":true},[\"line-height:1.1\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p))\":true},[\"line-height:1.8\"]],[false,{\".has-dates :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false,\".has-excerpts :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false},[\"line-height:1.5\"]],[false,{\".wp-block-latest-comments .wp-block-latest-comments\":false},[\"padding-left:0\"]],[false,{\".wp-block-latest-comments__comment\":false},[\"list-style:none\",\"margin-bottom:1em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment\":false},[\"list-style:none\",\"min-height:2.25em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt\":false,\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta\":false},[\"margin-left:3.25em\"]],[false,{\".wp-block-latest-comments__comment-excerpt p\":false},[\"font-size:.875em\",\"margin:.36em 0 1.4em\"]],[false,{\".wp-block-latest-comments__comment-date\":false},[\"display:block\",\"font-size:.75em\"]],[false,{\".wp-block-latest-comments .avatar\":false,\".wp-block-latest-comments__comment-avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:left\",\"height:2.5em\",\"margin-right:.75em\",\"width:2.5em\"]],[false,{\".wp-block-latest-comments[class*=-font-size] a\":false,\".wp-block-latest-comments[data-amp-original-style*=font-size] a\":false},[\"font-size:inherit\"]],[false,{\".wp-block-latest-posts\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-latest-posts.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-latest-posts.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list\":false},[\"list-style:none\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list li\":false},[\"clear:both\",\"overflow-wrap:break-word\"]],[false,{\".wp-block-latest-posts.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-latest-posts.is-grid li\":false},[\"margin:0 1.25em 1.25em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-latest-posts.columns-2 li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-latest-posts.columns-2 li:nth-child(2n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-3 li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-latest-posts.columns-3 li:nth-child(3n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-4 li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-latest-posts.columns-4 li:nth-child(4n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-latest-posts.columns-5 li:nth-child(5n)\":false},[\"margin-right:0\"]],[false,{\".wp-block-latest-posts.columns-6 li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,{\".wp-block-latest-posts.columns-6 li:nth-child(6n)\":false},[\"margin-right:0\"]],[false,\"}\"],[true,{\":root :where(.wp-block-latest-posts.is-grid)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-latest-posts.wp-block-latest-posts__list)\":true},[\"padding-left:0\"]],[false,{\".wp-block-latest-posts__post-author\":false,\".wp-block-latest-posts__post-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-latest-posts__post-excerpt\":false,\".wp-block-latest-posts__post-full-content\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-latest-posts__featured-image a\":false},[\"display:inline-block\"]],[false,{\".wp-block-latest-posts__featured-image amp-img\":false,\".wp-block-latest-posts__featured-image amp-anim\":false},[\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".wp-block-latest-posts__featured-image.alignleft\":false},[\"float:left\",\"margin-right:1em\"]],[false,{\".wp-block-latest-posts__featured-image.alignright\":false},[\"float:right\",\"margin-left:1em\"]],[false,{\".wp-block-latest-posts__featured-image.aligncenter\":false},[\"margin-bottom:1em\",\"text-align:center\"]],[true,{\"ol\":true,\"ul\":true},[\"box-sizing:border-box\"]],[true,{\":root :where(.wp-block-list.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-loginout\":false,\".wp-block-media-text\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-media-text\":false},[\"direction:ltr\",\"display:grid\",\"grid-template-columns:50% 1fr\",\"grid-template-rows:auto\"]],[false,{\".wp-block-media-text.has-media-on-the-right\":false},[\"grid-template-columns:1fr 50%\"]],[false,{\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media\":false},[\"align-self:start\"]],[false,{\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media\":false,\".wp-block-media-text>.wp-block-media-text__content\":false,\".wp-block-media-text>.wp-block-media-text__media\":false},[\"align-self:center\"]],[false,{\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media\":false},[\"align-self:end\"]],[false,{\".wp-block-media-text>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\",\"margin:0\"]],[false,{\".wp-block-media-text>.wp-block-media-text__content\":false},[\"direction:ltr\",\"grid-column:2\",\"grid-row:1\",\"padding:0 8%\",\"word-break:break-word\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media\":false},[\"grid-column:2\",\"grid-row:1\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text__media a\":false},[\"display:block\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"height:auto\",\"max-width:unset\",\"vertical-align:middle\",\"width:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media\":false},[\"background-size:cover\",\"height:100%\",\"min-height:250px\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-anim\":false},[\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\",\"clip:rect(0,0,0,0)\",\"border:0\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media\":false},[\"height:100%\",\"min-height:250px\",\"position:relative\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-anim\":false},[\"height:100%\",\"object-fit:cover\",\"position:absolute\",\"width:100%\"]],[false,\"@media (max-width:600px){\"],[false,{\".wp-block-media-text.is-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"grid-template-columns:100%\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:2\"]],[false,\"}\"],[false,{\".wp-block-navigation\":false},[\"position:relative\",\"--navigation-layout-justification-setting:flex-start\",\"--navigation-layout-direction:row\",\"--navigation-layout-wrap:wrap\",\"--navigation-layout-justify:flex-start\",\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation ul\":false},[\"margin-bottom:0\",\"margin-left:0\",\"margin-top:0\",\"padding-left:0\"]],[false,{\".wp-block-navigation ul\":false,\".wp-block-navigation ul li\":false},[\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"align-items:center\",\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty\":false},[\"display:none\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content\":false},[\"display:block\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus\":false},[\"text-decoration:underline\"]],[false,{\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus\":false},[\"text-decoration:line-through\"]],[false,{\".wp-block-navigation :where(a)\":false,\".wp-block-navigation :where(a:active)\":false,\".wp-block-navigation :where(a:focus)\":false},[\"text-decoration:none\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon\":false},[\"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\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon svg\":false},[\"display:inline-block\",\"stroke:currentColor\",\"height:inherit\",\"margin-top:.075em\",\"width:inherit\"]],[false,{\".wp-block-navigation.is-vertical\":false},[\"--navigation-layout-direction:column\",\"--navigation-layout-justify:initial\",\"--navigation-layout-align:flex-start\"]],[false,{\".wp-block-navigation.no-wrap\":false},[\"--navigation-layout-wrap:nowrap\"]],[false,{\".wp-block-navigation.items-justified-center\":false},[\"--navigation-layout-justification-setting:center\",\"--navigation-layout-justify:center\"]],[false,{\".wp-block-navigation.items-justified-center.is-vertical\":false},[\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation.items-justified-right\":false},[\"--navigation-layout-justification-setting:flex-end\",\"--navigation-layout-justify:flex-end\"]],[false,{\".wp-block-navigation.items-justified-right.is-vertical\":false},[\"--navigation-layout-align:flex-end\"]],[false,{\".wp-block-navigation.items-justified-space-between\":false},[\"--navigation-layout-justification-setting:space-between\",\"--navigation-layout-justify:space-between\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"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%\",\"visibility:hidden\",\"width:0\",\"z-index:2\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"transition:opacity .1s linear\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content\":false},[\"display:flex\",\"flex-grow:1\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon\":false},[\"margin-left:auto\",\"margin-right:0\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content\":false},[\"margin:0\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:-1px\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before\":false},[\"background:rgba(0,0,0,0)\",\"content:\\\"\\\"\",\"display:block\",\"height:100%\",\"position:absolute\",\"right:100%\",\"width:.5em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon\":false},[\"margin-right:.25em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg\":false},[\"transform:rotate(-90deg)\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container\":false},[\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:visible\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container\":false},[\"left:0\",\"top:100%\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"top:0\"]],[false,\"}\"],[false,{\".wp-block-navigation-submenu\":false},[\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg\":false},[\"stroke:currentColor\"]],[false,{\"button.wp-block-navigation-item__content\":false},[\"background-color:initial\",\"border:none\",\"color:currentColor\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-align:left\",\"text-transform:inherit\"]],[false,{\".wp-block-navigation-submenu__toggle\":false},[\"cursor:pointer\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle\":false},[\"padding-left:0\",\"padding-right:.85em\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon\":false},[\"margin-left:-.6em\",\"pointer-events:none\"]],[false,{\".wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle)\":false},[\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false,\".wp-block-navigation__container\":false,\".wp-block-navigation__responsive-close\":false,\".wp-block-navigation__responsive-container\":false,\".wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-dialog\":false},[\"gap:inherit\"]],[true,{\":where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button))\":true},[\"padding:.5em 1em\"]],[true,{\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content)\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content)\":true},[\"padding:.5em 1em\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container\":false},[\"left:auto\",\"right:0\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:-1px\",\"right:-1px\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".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\":false,\".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\":false},[\"left:auto\",\"right:100%\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container\":false},[\"background-color:#fff\",\"border:1px solid rgba(0,0,0,.15)\"]],[false,{\".wp-block-navigation.has-background .wp-block-navigation__submenu-container\":false},[\"background-color:inherit\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__container\":false},[\"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\"]],[false,{\".wp-block-navigation__container .is-responsive\":false},[\"display:none\"]],[false,{\".wp-block-navigation__container:only-child\":false,\".wp-block-page-list:only-child\":false},[\"flex-grow:1\"]],[true,\"@keyframes overlay-menu__fade-in-animation{\"],[true,\"0%{opacity:0;transform:translateY(.5em)}\"],[true,\"to{opacity:1;transform:translateY(0)}\"],[true,\"}\"],[false,{\".wp-block-navigation__responsive-container\":false},[\"bottom:0\",\"display:none\",\"left:0\",\"position:fixed\",\"right:0\",\"top:0\"]],[false,{\".wp-block-navigation__responsive-container :where(.wp-block-navigation-item a)\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content\":false},[\"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)\"]],[false,{\".wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open):not(#_#_#_#_#_#_#_)\":false},[\"background-color:inherit\",\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"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),20rem)\",\"z-index:100000\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false},[\"align-items:var(--navigation-layout-justification-setting,inherit)\",\"display:flex\",\"flex-direction:column\",\"flex-wrap:nowrap\",\"overflow:visible\",\"padding-top:calc(2rem + 24px)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon\":false},[\"display:none\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container\":false},[\"border:none\",\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:initial\",\"padding-left:2rem\",\"padding-right:2rem\",\"position:static\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"gap:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"padding-top:var(--wp--style--block-gap,2em)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content\":false},[\"padding:0\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"align-items:var(--navigation-layout-justification-setting,initial)\",\"display:flex\",\"flex-direction:column\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list:not(#_#_#_#_#_#_#_)\":false},[\"background:rgba(0,0,0,0)\",\"color:inherit\"]],[false,{\".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\":false},[\"left:auto\",\"right:auto\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)\":false},[\"background-color:inherit\",\"display:block\",\"position:relative\",\"width:100%\",\"z-index:auto\"]],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close\":false},[\"display:none\"]],[false,{\".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\":false},[\"left:0\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"background-color:#fff\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__toggle_button_label\":false},[\"font-size:1rem\",\"font-weight:700\"]],[false,{\".wp-block-navigation__responsive-container-close\":false,\".wp-block-navigation__responsive-container-open\":false},[\"background:rgba(0,0,0,0)\",\"border:none\",\"color:currentColor\",\"cursor:pointer\",\"margin:0\",\"padding:0\",\"text-transform:inherit\",\"vertical-align:middle\"]],[false,{\".wp-block-navigation__responsive-container-close svg\":false,\".wp-block-navigation__responsive-container-open svg\":false},[\"fill:currentColor\",\"display:block\",\"height:24px\",\"pointer-events:none\",\"width:24px\"]],[false,{\".wp-block-navigation__responsive-container-open\":false},[\"display:flex\"]],[false,{\".wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container-open:not(.always-shown)\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container-close\":false},[\"position:absolute\",\"right:0\",\"top:0\",\"z-index:2\"]],[false,{\".wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,{\".wp-block-navigation__responsive-close\":false},[\"width:100%\"]],[false,{\".has-modal-open .wp-block-navigation__responsive-close\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:var(--wp--style--global--wide-size,100%)\"]],[false,{\".wp-block-navigation__responsive-close:focus\":false},[\"outline:none\"]],[false,{\".is-menu-open .wp-block-navigation__responsive-close\":false,\".is-menu-open .wp-block-navigation__responsive-container-content\":false,\".is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-navigation__responsive-dialog\":false},[\"position:relative\"]],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:46px\"]],[false,\"@media (min-width:782px){\"],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:32px\"]],[false,\"}\"],[false,{\"html.has-modal-open\":false},[\"overflow:hidden\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__label\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__description\":false},[\"display:none\"]],[false,{\".link-ui-tools\":false},[\"border-top:1px solid #f0f0f0\",\"padding:8px\"]],[false,{\".link-ui-block-inserter\":false},[\"padding-top:8px\"]],[false,{\".link-ui-block-inserter__back\":false},[\"margin-left:8px\",\"text-transform:uppercase\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false},[\"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)\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"background-color:inherit\"]],[false,{\".wp-block-page-list\":false},[\"box-sizing:border-box\"]],[false,{\".is-small-text\":false},[\"font-size:.875em\"]],[false,{\".is-regular-text\":false},[\"font-size:1em\"]],[false,{\".is-large-text\":false},[\"font-size:2.25em\"]],[false,{\".is-larger-text\":false},[\"font-size:3em\"]],[false,{\".has-drop-cap:not(:focus):first-letter\":false},[\"float:left\",\"font-size:8.4em\",\"font-style:normal\",\"font-weight:100\",\"line-height:.68\",\"margin:.05em .1em 0 0\",\"text-transform:uppercase\"]],[false,{\"body.rtl .has-drop-cap:not(:focus):first-letter\":false},[\"float:none\",\"margin-left:.1em\"]],[false,{\"p.has-drop-cap.has-background\":false},[\"overflow:hidden\"]],[true,{\":root :where(p.has-background)\":true},[\"padding:1.25em 2.375em\"]],[true,{\":where(p.has-text-color:not(.has-link-color)) a\":true},[\"color:inherit\"]],[false,{\"p.has-text-align-left[data-amp-original-style*=\\\"writing-mode:vertical-lr\\\"]\":false,\"p.has-text-align-right[data-amp-original-style*=\\\"writing-mode:vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-author\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-post-author__byline\":false},[\"font-size:.5em\",\"margin-bottom:0\",\"margin-top:0\",\"width:100%\"]],[false,{\".wp-block-post-author__avatar\":false},[\"margin-right:1em\"]],[false,{\".wp-block-post-author__bio\":false},[\"font-size:.7em\",\"margin-bottom:.7em\"]],[false,{\".wp-block-post-author__content\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-post-author__name\":false},[\"margin:0\"]],[false,{\".wp-block-post-author-biography\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-comments-form) input:not([type=submit])\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[true,{\":where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox]))\":true,\":where(.wp-block-post-comments-form) textarea\":false},[\"padding:calc(.667em + 2px)\"]],[false,{\".wp-block-post-comments-form\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-weight] :where(.comment-reply-title)\":false},[\"font-weight:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-family] :where(.comment-reply-title)\":false},[\"font-family:inherit\"]],[false,{\".wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title)\":false,\".wp-block-post-comments-form[data-amp-original-style*=font-size] :where(.comment-reply-title)\":false},[\"font-size:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=line-height] :where(.comment-reply-title)\":false},[\"line-height:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-style] :where(.comment-reply-title)\":false},[\"font-style:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=letter-spacing] :where(.comment-reply-title)\":false},[\"letter-spacing:inherit\"]],[false,{\".wp-block-post-comments-form :where(input[type=submit])\":false},[\"box-shadow:none\",\"cursor:pointer\",\"display:inline-block\",\"overflow-wrap:break-word\",\"text-align:center\"]],[false,{\".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden])\":false,\".wp-block-post-comments-form .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments-form .comment-form-author label\":false,\".wp-block-post-comments-form .comment-form-email label\":false,\".wp-block-post-comments-form .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments-form .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments-form .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-left:.5em\"]],[false,{\".wp-block-post-comments-count\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-content\":false},[\"display:flow-root\"]],[false,{\".wp-block-post-comments-link\":false,\".wp-block-post-date\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-excerpt)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__excerpt\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-post-excerpt__more-text\":false},[\"margin-bottom:0\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__more-link\":false},[\"display:inline-block\"]],[false,{\".wp-block-post-featured-image\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".wp-block-post-featured-image a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-post-featured-image :where(amp-img)\":false,\".wp-block-post-featured-image :where(amp-anim)\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\",\"width:100%\"]],[false,{\".wp-block-post-featured-image.alignfull amp-img\":false,\".wp-block-post-featured-image.alignfull amp-anim\":false,\".wp-block-post-featured-image.alignwide amp-img\":false,\".wp-block-post-featured-image.alignwide amp-anim\":false},[\"width:100%\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim\":false},[\"background-color:#000\",\"inset:0\",\"position:absolute\"]],[false,{\".wp-block-post-featured-image\":false},[\"position:relative\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-post-featured-image:where(.alignleft,.alignright)\":false},[\"width:100%\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-post-navigation-link.has-text-align-left[data-amp-original-style*=\\\"writing-mode: vertical-lr\\\"]\":false,\".wp-block-post-navigation-link.has-text-align-right[data-amp-original-style*=\\\"writing-mode: vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-terms\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-terms .wp-block-post-terms__separator\":false},[\"white-space:pre-wrap\"]],[false,{\".wp-block-post-time-to-read\":false,\".wp-block-post-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-title\":false},[\"word-break:break-word\"]],[false,{\".wp-block-post-title :where(a)\":false},[\"display:inline-block\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-post-author-name\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-preformatted\":false},[\"box-sizing:border-box\",\"white-space:pre-wrap\"]],[true,{\":where(.wp-block-preformatted.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-pullquote\":false},[\"box-sizing:border-box\",\"margin:0 0 1em\",\"overflow-wrap:break-word\",\"padding:4em 0\",\"text-align:center\"]],[false,{\".wp-block-pullquote blockquote\":false,\".wp-block-pullquote cite\":false,\".wp-block-pullquote p\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote blockquote\":false},[\"margin:0\"]],[false,{\".wp-block-pullquote p\":false},[\"margin-top:0\"]],[false,{\".wp-block-pullquote p:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-pullquote.alignleft\":false,\".wp-block-pullquote.alignright\":false},[\"max-width:420px\"]],[false,{\".wp-block-pullquote cite\":false,\".wp-block-pullquote footer\":false},[\"position:relative\"]],[false,{\".wp-block-pullquote .has-text-color a\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote.has-text-align-left blockquote\":false},[\"text-align:left\"]],[false,{\".wp-block-pullquote.has-text-align-right blockquote\":false},[\"text-align:right\"]],[false,{\".wp-block-pullquote.has-text-align-center blockquote\":false},[\"text-align:center\"]],[false,{\".wp-block-pullquote.is-style-solid-color\":false},[\"border:none\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:60%\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote p\":false},[\"font-size:2em\",\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote cite\":false},[\"font-style:normal\",\"text-transform:none\"]],[false,{\".wp-block-pullquote cite\":false},[\"color:inherit\",\"display:block\"]],[false,{\".wp-block-post-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"margin-top:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-post-template.is-flex-container\":false},[\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"gap:1.25em\"]],[false,{\".wp-block-post-template.is-flex-container>li\":false},[\"margin:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-2>li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-3>li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-4>li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-5>li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-6>li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,\"}\"],[false,\"@media (max-width:600px){\"],[false,{\".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\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignright\":false,\".wp-block-post-template-is-layout-flow>li>.alignright\":false},[\"float:right\",\"margin-inline-end:0\",\"margin-inline-start:2em\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignleft\":false,\".wp-block-post-template-is-layout-flow>li>.alignleft\":false},[\"float:left\",\"margin-inline-end:2em\",\"margin-inline-start:0\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.aligncenter\":false,\".wp-block-post-template-is-layout-flow>li>.aligncenter\":false},[\"margin-inline-end:auto\",\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type\":false},[\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child\":false},[\"margin-inline-end:auto\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(1)\"]],[false,{\".wp-block-query-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-query-title\":false,\".wp-block-query-total\":false,\".wp-block-quote\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-quote\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain))\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain))\":false},[\"margin-bottom:1em\",\"padding:0 1em\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) p\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) p\":false},[\"font-size:1.5em\",\"font-style:italic\",\"line-height:1.6\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-large:where(:not(.is-style-plain)) footer\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer\":false},[\"font-size:1.125em\",\"text-align:right\"]],[false,{\".wp-block-quote>cite\":false},[\"display:block\"]],[false,{\".wp-block-read-more\":false},[\"display:block\",\"width:fit-content\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration]))\":false},[\"text-decoration:none\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):active\":false,\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):focus\":false},[\"text-decoration:none\"]],[false,{\"ul.wp-block-rss.alignleft\":false},[\"margin-right:2em\"]],[false,{\"ul.wp-block-rss.alignright\":false},[\"margin-left:2em\"]],[false,{\"ul.wp-block-rss.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\",\"padding:0\"]],[false,{\"ul.wp-block-rss.is-grid li\":false},[\"margin:0 1em 1em 0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\"ul.wp-block-rss.columns-2 li\":false},[\"width:calc(50% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-3 li\":false},[\"width:calc(33.33333% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-4 li\":false},[\"width:calc(25% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-6 li\":false},[\"width:calc(16.66667% - 1em)\"]],[false,\"}\"],[false,{\".wp-block-rss__item-author\":false,\".wp-block-rss__item-publish-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-rss\":false},[\"box-sizing:border-box\",\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-search__button\":false},[\"margin-left:10px\",\"word-break:normal\"]],[false,{\".wp-block-search__button.has-icon\":false},[\"line-height:0\"]],[false,{\".wp-block-search__button svg\":false},[\"height:1.25em\",\"min-height:24px\",\"min-width:24px\",\"width:1.25em\",\"fill:currentColor\",\"vertical-align:text-bottom\"]],[true,{\":where(.wp-block-search__button)\":true},[\"border:1px solid #ccc\",\"padding:6px 10px\"]],[false,{\".wp-block-search__inside-wrapper\":false},[\"display:flex\",\"flex:auto\",\"flex-wrap:nowrap\",\"max-width:100%\"]],[false,{\".wp-block-search__label\":false},[\"width:100%\"]],[false,{\".wp-block-search__input\":false},[\"appearance:none\",\"border:1px solid #949494\",\"flex-grow:1\",\"margin-left:0\",\"margin-right:0\",\"min-width:3rem\",\"padding:8px\"]],[false,{\".wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"text-decoration:unset\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-shrink:0\",\"justify-content:center\",\"margin-left:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"transition-property:width\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:not(#_#_#_#_#_#_#_)\":false},[\"min-width:0\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__input\":false},[\"flex-basis:100%\",\"transition-duration:.3s\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden\":false,\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper\":false},[\"overflow:hidden\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input\":false},[\"flex-basis:0\",\"flex-grow:0\",\"margin:0\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"border-left-width:0\",\"border-right-width:0\",\"min-width:0\",\"padding-left:0\",\"padding-right:0\",\"width:0\"]],[true,{\":where(.wp-block-search__input)\":true},[\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-transform:inherit\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)\":true},[\"border:1px solid #949494\",\"box-sizing:border-box\",\"padding:4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input\":false},[\"border:none\",\"border-radius:0\",\"padding:0 4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus\":false},[\"outline:none\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button)\":true},[\"padding:4px 8px\"]],[false,{\".wp-block-search.aligncenter .wp-block-search__inside-wrapper\":false},[\"margin:auto\"]],[false,{\".wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"float:right\"]],[false,{\".wp-block-separator\":false},[\"border:none\",\"border-top:2px solid\"]],[true,{\":root :where(.wp-block-separator.is-style-dots)\":true},[\"height:auto\",\"line-height:1\",\"text-align:center\"]],[true,{\":root :where(.wp-block-separator.is-style-dots):before\":true},[\"color:currentColor\",\"content:\\\"\\u00b7\\u00b7\\u00b7\\\"\",\"font-family:serif\",\"font-size:1.5em\",\"letter-spacing:2em\",\"padding-left:2em\"]],[false,{\".wp-block-separator.is-style-dots:not(#_#_#_#_#_#_#_)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-block-site-logo\":false},[\"box-sizing:border-box\",\"line-height:0\"]],[false,{\".wp-block-site-logo a\":false},[\"display:inline-block\",\"line-height:0\"]],[false,{\".wp-block-site-logo.is-default-size amp-img\":false,\".wp-block-site-logo.is-default-size amp-anim\":false},[\"height:auto\",\"width:120px\"]],[false,{\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"height:auto\",\"max-width:100%\"]],[false,{\".wp-block-site-logo a\":false,\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-site-logo.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"text-align:center\"]],[true,{\":root :where(.wp-block-site-logo.is-style-rounded)\":true},[\"border-radius:9999px\"]],[false,{\".wp-block-site-tagline\":false,\".wp-block-site-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-site-title :where(a)\":false},[\"color:inherit\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-social-links\":false},[\"background:none\",\"box-sizing:border-box\",\"margin-left:0\",\"padding-left:0\",\"padding-right:0\",\"text-indent:0\"]],[false,{\".wp-block-social-links .wp-social-link a\":false,\".wp-block-social-links .wp-social-link a:hover\":false},[\"border-bottom:0\",\"box-shadow:none\",\"text-decoration:none\"]],[false,{\".wp-block-social-links .wp-social-link svg\":false},[\"height:1em\",\"width:1em\"]],[false,{\".wp-block-social-links .wp-social-link span:not(.screen-reader-text)\":false},[\"font-size:.65em\",\"margin-left:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-social-links.has-small-icon-size\":false},[\"font-size:16px\"]],[false,{\".wp-block-social-links\":false,\".wp-block-social-links.has-normal-icon-size\":false},[\"font-size:24px\"]],[false,{\".wp-block-social-links.has-large-icon-size\":false},[\"font-size:36px\"]],[false,{\".wp-block-social-links.has-huge-icon-size\":false},[\"font-size:48px\"]],[false,{\".wp-block-social-links.aligncenter\":false},[\"display:flex\",\"justify-content:center\"]],[false,{\".wp-block-social-links.alignright\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-social-link\":false},[\"border-radius:9999px\",\"display:block\",\"height:auto\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-social-link\":false},[\"transition:transform .1s ease\"]],[false,\"}\"],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\"]],[false,{\".wp-block-social-link:hover\":false},[\"transform:scale(1.1)\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited\":false},[\"color:currentColor\",\"fill:currentColor\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link\":false},[\"background-color:#f0f0f0\",\"color:#444\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon\":false},[\"background-color:#f90\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp\":false},[\"background-color:#1ea0c3\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance\":false},[\"background-color:#0757fe\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky\":false},[\"background-color:#0a7aff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen\":false},[\"background-color:#1e1f26\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart\":false},[\"background-color:#02e49b\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord\":false},[\"background-color:#5865f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble\":false},[\"background-color:#e94c89\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox\":false},[\"background-color:#4280ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy\":false},[\"background-color:#f45800\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook\":false},[\"background-color:#0866ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr\":false},[\"background-color:#0461dd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare\":false},[\"background-color:#e65678\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github\":false},[\"background-color:#24292d\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads\":false},[\"background-color:#eceadd\",\"color:#382110\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google\":false},[\"background-color:#ea4434\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar\":false},[\"background-color:#1d4fc4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram\":false},[\"background-color:#f00075\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm\":false},[\"background-color:#e21b24\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin\":false},[\"background-color:#0d66c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon\":false},[\"background-color:#3288d4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup\":false},[\"background-color:#f6405f\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest\":false},[\"background-color:#e60122\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket\":false},[\"background-color:#ef4155\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit\":false},[\"background-color:#ff4500\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype\":false},[\"background-color:#0478d7\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat\":false},[\"background-color:#fefc00\",\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud\":false},[\"background-color:#ff5600\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify\":false},[\"background-color:#1bd760\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram\":false},[\"background-color:#2aabee\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr\":false},[\"background-color:#011835\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch\":false},[\"background-color:#6440a4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter\":false},[\"background-color:#1da1f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo\":false},[\"background-color:#1eb7ea\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk\":false},[\"background-color:#4680c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress\":false},[\"background-color:#3499cd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp\":false},[\"background-color:#25d366\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp\":false},[\"background-color:#d32422\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube\":false},[\"background-color:red\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link\":false},[\"background:none\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg\":false},[\"height:1.25em\",\"width:1.25em\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon\":false},[\"color:#f90\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp\":false},[\"color:#1ea0c3\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance\":false},[\"color:#0757fe\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky\":false},[\"color:#0a7aff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen\":false},[\"color:#1e1f26\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart\":false},[\"color:#02e49b\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord\":false},[\"color:#5865f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble\":false},[\"color:#e94c89\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox\":false},[\"color:#4280ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy\":false},[\"color:#f45800\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook\":false},[\"color:#0866ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr\":false},[\"color:#0461dd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare\":false},[\"color:#e65678\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github\":false},[\"color:#24292d\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads\":false},[\"color:#382110\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google\":false},[\"color:#ea4434\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar\":false},[\"color:#1d4fc4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram\":false},[\"color:#f00075\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm\":false},[\"color:#e21b24\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin\":false},[\"color:#0d66c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon\":false},[\"color:#3288d4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup\":false},[\"color:#f6405f\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest\":false},[\"color:#e60122\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket\":false},[\"color:#ef4155\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit\":false},[\"color:#ff4500\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype\":false},[\"color:#0478d7\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat\":false},[\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud\":false},[\"color:#ff5600\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify\":false},[\"color:#1bd760\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram\":false},[\"color:#2aabee\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr\":false},[\"color:#011835\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch\":false},[\"color:#6440a4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter\":false},[\"color:#1da1f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo\":false},[\"color:#1eb7ea\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk\":false},[\"color:#4680c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp\":false},[\"color:#25d366\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress\":false},[\"color:#3499cd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp\":false},[\"color:#d32422\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube\":false},[\"color:red\"]],[false,{\".wp-block-social-links.is-style-pill-shape .wp-social-link\":false},[\"width:auto\"]],[true,{\":root :where(.wp-block-social-links .wp-social-link a)\":true},[\"padding:.25em\"]],[true,{\":root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a)\":true},[\"padding-left:.6666666667em\",\"padding-right:.6666666667em\"]],[false,{\".wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label\":false},[\"color:#000\"]],[false,{\".wp-block-spacer\":false},[\"clear:both\"]],[false,{\".wp-block-tag-cloud\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-tag-cloud.aligncenter\":false},[\"justify-content:center\",\"text-align:center\"]],[false,{\".wp-block-tag-cloud.alignfull\":false},[\"padding-left:1em\",\"padding-right:1em\"]],[false,{\".wp-block-tag-cloud a\":false},[\"display:inline-block\",\"margin-right:5px\"]],[false,{\".wp-block-tag-cloud span\":false},[\"display:inline-block\",\"margin-left:5px\",\"text-decoration:none\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline)\":true},[\"display:flex\",\"flex-wrap:wrap\",\"gap:1ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a)\":true},[\"border:1px solid\",\"margin-right:0\",\"padding:1ch 2ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_)\":true},[\"font-size:unset\",\"text-decoration:none\"]],[false,{\".wp-block-table\":false},[\"overflow-x:auto\"]],[false,{\".wp-block-table table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-table thead\":false},[\"border-bottom:3px solid\"]],[false,{\".wp-block-table tfoot\":false},[\"border-top:3px solid\"]],[false,{\".wp-block-table td\":false,\".wp-block-table th\":false},[\"border:1px solid\",\"padding:.5em\"]],[false,{\".wp-block-table .has-fixed-layout\":false},[\"table-layout:fixed\",\"width:100%\"]],[false,{\".wp-block-table .has-fixed-layout td\":false,\".wp-block-table .has-fixed-layout th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table.aligncenter\":false,\".wp-block-table.alignleft\":false,\".wp-block-table.alignright\":false},[\"display:table\",\"width:auto\"]],[false,{\".wp-block-table.aligncenter td\":false,\".wp-block-table.aligncenter th\":false,\".wp-block-table.alignleft td\":false,\".wp-block-table.alignleft th\":false,\".wp-block-table.alignright td\":false,\".wp-block-table.alignright th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table .has-subtle-light-gray-background-color\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table .has-subtle-pale-green-background-color\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table .has-subtle-pale-blue-background-color\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table .has-subtle-pale-pink-background-color\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes\":false},[\"background-color:initial\",\"border-bottom:1px solid #f0f0f0\",\"border-collapse:inherit\",\"border-spacing:0\"]],[false,{\".wp-block-table.is-style-stripes tbody tr:nth-child(odd)\":false},[\"background-color:#f0f0f0\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes td\":false,\".wp-block-table.is-style-stripes th\":false},[\"border-color:rgba(0,0,0,0)\"]],[false,{\".wp-block-table .has-border-color td\":false,\".wp-block-table .has-border-color th\":false,\".wp-block-table .has-border-color tr\":false,\".wp-block-table .has-border-color>*\":false},[\"border-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child th\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* th\":false},[\"border-top-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:not(:first-child)\":false},[\"border-top-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-right-color] td:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-right-color]>*\":false},[\"border-right-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child th\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* th\":false},[\"border-bottom-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:not(:last-child)\":false},[\"border-bottom-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-left-color] td:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-left-color]>*\":false},[\"border-left-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-style] td\":false,\".wp-block-table table[data-amp-original-style*=border-style] th\":false,\".wp-block-table table[data-amp-original-style*=border-style] tr\":false,\".wp-block-table table[data-amp-original-style*=border-style]>*\":false},[\"border-style:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-width] td\":false,\".wp-block-table table[data-amp-original-style*=border-width] th\":false,\".wp-block-table table[data-amp-original-style*=border-width] tr\":false,\".wp-block-table table[data-amp-original-style*=border-width]>*\":false},[\"border-style:inherit\",\"border-width:inherit\"]],[true,{\":root :where(.wp-block-table-of-contents)\":true},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-term-description)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-term-description p\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-text-columns\":false,\".wp-block-text-columns.aligncenter\":false},[\"display:flex\"]],[false,{\".wp-block-text-columns .wp-block-column\":false},[\"margin:0 1em\",\"padding:0\"]],[false,{\".wp-block-text-columns .wp-block-column:first-child\":false},[\"margin-left:0\"]],[false,{\".wp-block-text-columns .wp-block-column:last-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-text-columns.columns-2 .wp-block-column\":false},[\"width:50%\"]],[false,{\".wp-block-text-columns.columns-3 .wp-block-column\":false},[\"width:33.3333333333%\"]],[false,{\".wp-block-text-columns.columns-4 .wp-block-column\":false},[\"width:25%\"]],[false,{\"pre.wp-block-verse\":false},[\"overflow:auto\",\"white-space:pre-wrap\"]],[true,{\":where(pre.wp-block-verse)\":true},[\"font-family:inherit\"]],[false,{\".wp-block-video\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"vertical-align:middle\",\"width:100%\"]],[false,\"@supports (position:sticky){\"],[false,{\".wp-block-video [poster]\":false},[\"object-fit:cover\"]],[false,\"}\"],[false,{\".wp-block-video.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-video :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".editor-styles-wrapper\":false,\".entry-content\":false},[\"counter-reset:footnotes\"]],[false,{\"a[data-fn].fn\":false},[\"counter-increment:footnotes\",\"display:inline-flex\",\"font-size:smaller\",\"text-decoration:none\",\"text-indent:-9999999px\",\"vertical-align:super\"]],[false,{\"a[data-fn].fn:after\":false},[\"content:\\\"[\\\" counter(footnotes) \\\"]\\\"\",\"float:left\",\"text-indent:0\"]],[false,{\".wp-element-button\":false},[\"cursor:pointer\"]],[true,{\":root\":true},[\"--wp--preset--font-size--normal:16px\",\"--wp--preset--font-size--huge:42px\"]],[false,{\":root .has-very-light-gray-background-color\":false},[\"background-color:#eee\"]],[false,{\":root .has-very-dark-gray-background-color\":false},[\"background-color:#313131\"]],[false,{\":root .has-very-light-gray-color\":false},[\"color:#eee\"]],[false,{\":root .has-very-dark-gray-color\":false},[\"color:#313131\"]],[false,{\":root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\":false},[\"background:linear-gradient(135deg,#00d084,#0693e3)\"]],[false,{\":root .has-purple-crush-gradient-background\":false},[\"background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)\"]],[false,{\":root .has-hazy-dawn-gradient-background\":false},[\"background:linear-gradient(135deg,#faaca8,#dad0ec)\"]],[false,{\":root .has-subdued-olive-gradient-background\":false},[\"background:linear-gradient(135deg,#fafae1,#67a671)\"]],[false,{\":root .has-atomic-cream-gradient-background\":false},[\"background:linear-gradient(135deg,#fdd79a,#004a59)\"]],[false,{\":root .has-nightshade-gradient-background\":false},[\"background:linear-gradient(135deg,#330968,#31cdcf)\"]],[false,{\":root .has-midnight-gradient-background\":false},[\"background:linear-gradient(135deg,#020381,#2874fc)\"]],[false,{\".has-regular-font-size\":false},[\"font-size:1em\"]],[false,{\".has-larger-font-size\":false},[\"font-size:2.625em\"]],[false,{\".has-normal-font-size\":false},[\"font-size:var(--wp--preset--font-size--normal)\"]],[false,{\".has-huge-font-size\":false},[\"font-size:var(--wp--preset--font-size--huge)\"]],[false,{\".has-text-align-center\":false},[\"text-align:center\"]],[false,{\".has-text-align-left\":false},[\"text-align:left\"]],[false,{\".has-text-align-right\":false},[\"text-align:right\"]],[false,{\"#end-resizable-editor-section\":false},[\"display:none\"]],[false,{\".aligncenter\":false},[\"clear:both\"]],[false,{\".items-justified-left\":false},[\"justify-content:flex-start\"]],[false,{\".items-justified-center\":false},[\"justify-content:center\"]],[false,{\".items-justified-right\":false},[\"justify-content:flex-end\"]],[false,{\".items-justified-space-between\":false},[\"justify-content:space-between\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip-path:inset(50%)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#ddd\",\"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\"]],[true,{\"html :where(.has-border-color)\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-color])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-color])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-color])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-color])\":true},[\"border-left-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-width])\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-width])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-width])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-width])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-width])\":true},[\"border-left-style:solid\"]],[true,{\"html :where(amp-img[class*=wp-image-])\":true,\"html :where(amp-anim[class*=wp-image-])\":true},[\"height:auto\",\"max-width:100%\"]],[true,{\":where(figure)\":true},[\"margin:0 0 1em\"]],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)\"]],[true,\"@media screen and (max-width:600px){\"],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:0px\"]],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":13983,\"final_size\":3948,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4\\/3;--wp--preset--aspect-ratio--3-4: 3\\/4;--wp--preset--aspect-ratio--3-2: 3\\/2;--wp--preset--aspect-ratio--2-3: 2\\/3;--wp--preset--aspect-ratio--16-9: 16\\/9;--wp--preset--aspect-ratio--9-16: 9\\/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 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%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.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, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);}:root { --wp--style--global--content-size: var(--ast-content-width-size);--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2515,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2293,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"31c790db6ae2bf95e874b636534a6fa7\",\"parse_time\":0.023661136627197266,\"shake_time\":0.00010919570922851562,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\":root\":true},[\"--wp--preset--aspect-ratio--square:1\",\"--wp--preset--aspect-ratio--4-3:4\\/3\",\"--wp--preset--aspect-ratio--3-4:3\\/4\",\"--wp--preset--aspect-ratio--3-2:3\\/2\",\"--wp--preset--aspect-ratio--2-3:2\\/3\",\"--wp--preset--aspect-ratio--16-9:16\\/9\",\"--wp--preset--aspect-ratio--9-16:9\\/16\",\"--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--ast-global-color-0:var(--ast-global-color-0)\",\"--wp--preset--color--ast-global-color-1:var(--ast-global-color-1)\",\"--wp--preset--color--ast-global-color-2:var(--ast-global-color-2)\",\"--wp--preset--color--ast-global-color-3:var(--ast-global-color-3)\",\"--wp--preset--color--ast-global-color-4:var(--ast-global-color-4)\",\"--wp--preset--color--ast-global-color-5:var(--ast-global-color-5)\",\"--wp--preset--color--ast-global-color-6:var(--ast-global-color-6)\",\"--wp--preset--color--ast-global-color-7:var(--ast-global-color-7)\",\"--wp--preset--color--ast-global-color-8:var(--ast-global-color-8)\",\"--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:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--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)\"]],[true,{\":root\":true},[\"--wp--style--global--content-size:var(--ast-content-width-size)\",\"--wp--style--global--wide-size:1200px\"]],[true,{\":where(body)\":true},[\"margin:0\"]],[false,{\".wp-site-blocks > .alignleft\":false},[\"float:left\",\"margin-right:2em\"]],[false,{\".wp-site-blocks > .alignright\":false},[\"float:right\",\"margin-left:2em\"]],[false,{\".wp-site-blocks > .aligncenter\":false},[\"justify-content:center\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[true,{\":where(.is-layout-grid)\":true},[\"gap:.5em\"]],[false,{\".is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\".is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\".is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\".is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\".is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".is-layout-flex > :is(*, div)\":false},[\"margin:0\"]],[false,{\"body .is-layout-grid\":false},[\"display:grid\"]],[false,{\".is-layout-grid > :is(*, div)\":false},[\"margin:0\"]],[true,{\"body\":true},[\"padding-top:0px\",\"padding-right:0px\",\"padding-bottom:0px\",\"padding-left:0px\"]],[true,{\"a:where(:not(.wp-element-button))\":true},[\"text-decoration:underline\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-ast-global-color-0-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-0)\"]],[false,{\".has-ast-global-color-1-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-1)\"]],[false,{\".has-ast-global-color-2-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-2)\"]],[false,{\".has-ast-global-color-3-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-3)\"]],[false,{\".has-ast-global-color-4-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-4)\"]],[false,{\".has-ast-global-color-5-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-5)\"]],[false,{\".has-ast-global-color-6-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-6)\"]],[false,{\".has-ast-global-color-7-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-7)\"]],[false,{\".has-ast-global-color-8-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--ast-global-color-8)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[true,{\":where(.wp-block-post-template.is-layout-flex)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-post-template.is-layout-grid)\":true},[\"gap:1.25em\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[true,{\":where(.wp-block-columns.is-layout-grid)\":true},[\"gap:2em\"]],[true,{\":root :where(.wp-block-pullquote)\":true},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":18906,\"final_size\":889,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"56fd5df6a4607622d63ca8539d231c32\",\"parse_time\":0.18002700805664062,\"shake_time\":0.0005738735198974609,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"html:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow-x:hidden\"]],[true,{\"html:not([amp4ads]):not(#_#_#_#_#_#_#_#_)\":true,\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"height:auto\"]],[true,{\"html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_)\":true},[\"margin:0\"]],[true,{\"body\":true},[\"-webkit-text-size-adjust:100%\",\"-moz-text-size-adjust:100%\",\"-ms-text-size-adjust:100%\",\"text-size-adjust:100%\"]],[false,{\"amp-instagram\":false},[\"background-color:#fff\"]],[false,{\"amp-instagram:not(#_#_#_#_#_#_#_#_)\":false},[\"padding:54px 0px 0px\"]],[false,{\"amp-iframe iframe:not(#_#_#_#_#_#_#_#_)\":false},[\"box-sizing:border-box\"]],[false,{\"[amp-access][amp-access-hide]\":false},[\"display:none\"]],[false,{\"[subscriptions-dialog]:not(#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-experiment\":false,\"amp-live-list>[update]\":false},[\"display:none\"]],[false,{\"amp-list [fetch-error]\":false,\"amp-list[load-more] [load-more-button]\":false,\"amp-list[load-more] [load-more-end]\":false,\"amp-list[load-more] [load-more-failed]\":false,\"amp-list[load-more] [load-more-loading]\":false},[\"display:none\"]],[false,{\"amp-list[diffable] div[role=list]\":false},[\"display:block\"]],[false,{\"amp-story-page:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"min-height:1px\",\"display:block\",\"height:100%\",\"margin:0\",\"padding:0\",\"overflow:hidden\",\"width:100%\"]],[false,{\"amp-story[standalone]:not(#_#_#_#_#_#_#_#_)\":false},[\"background-color:#000\",\"position:relative\"]],[false,{\"amp-story-page\":false},[\"background-color:#757575\"]],[false,{\"amp-story .amp-active>div:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-story-page:not(:first-of-type):not([distance]):not([active]):not(#_#_#_#_#_#_#_#_)\":false},[\"transform:translateY(1000vh)\"]],[false,{\"amp-autocomplete:not(#_#_#_#_#_#_#_#_)\":false},[\"position:relative\",\"display:inline-block\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"padding:.5rem\",\"border:1px solid rgba(0,0,0,.33)\"]],[false,{\"amp-autocomplete>input\":false,\"amp-autocomplete>textarea\":false},[\"font-size:1rem\",\"line-height:1.5rem\"]],[false,{\"[amp-fx^=fly-in]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]\":false,\"amp-script[sandboxed]\":false},[\"visibility:hidden\"]],[false,{\"amp-script[nodom]:not(#_#_#_#_#_#_#_#_)\":false,\"amp-script[sandboxed]:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[true,{\"[hidden]:not(#_#_#_#_#_#_#_)\":true},[\"display:none\"]],[true,{\"[layout=container]\":true},[\"display:block\",\"position:relative\"]],[true,{\"body noscript>*\":true},[\"display:block\",\"position:absolute\",\"top:0\",\"left:0\",\"bottom:0\",\"right:0\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"overflow:hidden\"]],[true,{\"body noscript>*\":true},[\"width:100%\",\"height:100%\",\"z-index:2\"]],[true,{\"body noscript>*:not(#_#_#_#_#_#_#_#_)\":true},[\"position:absolute\"]],[true,{\"body noscript:not(#_#_#_#_#_#_#_#_)\":true},[\"display:inline\"]],[false,\"@supports (aspect-ratio:1\\/1){}\"],[false,{\"i-amp-scroll-container\":false},[\"position:absolute\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\",\"display:block\"]],[false,{\"i-amp-scroll-container.amp-active\":false},[\"overflow:auto\",\"-webkit-overflow-scrolling:touch\"]],[false,{\"template:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\".amp-border-box\":false,\".amp-border-box *\":false,\".amp-border-box :after\":false,\".amp-border-box :before\":false},[\"box-sizing:border-box\"]],[false,{\"amp-pixel:not(#_#_#_#_#_#_#_#_)\":false},[\"display:none\"]],[false,{\"amp-analytics\":false,\"amp-auto-ads\":false,\"amp-story-auto-ads\":false},[\"visibility:hidden\"]],[false,{\"amp-analytics:not(#_#_#_#_#_#_#_#_)\":false,\"amp-auto-ads:not(#_#_#_#_#_#_#_#_)\":false,\"amp-story-auto-ads:not(#_#_#_#_#_#_#_#_)\":false},[\"position:fixed\",\"top:0\",\"width:1px\",\"height:1px\",\"overflow:hidden\"]],[false,{\"[visible-when-invalid]:not(.visible)\":false,\"form [submit-error]\":false,\"form [submit-success]\":false,\"form [submitting]\":false},[\"display:none\"]],[false,{\"amp-accordion:not(#_#_#_#_#_#_#_#_)\":false},[\"display:block\"]],[true,\"@media (min-width:1px){\"],[true,{\":where(amp-accordion>section)>:first-child\":true},[\"margin:0\",\"background-color:#efefef\",\"padding-right:20px\",\"border:1px solid #dfdfdf\"]],[true,{\":where(amp-accordion>section)>:last-child\":true},[\"margin:0\"]],[true,\"}\"],[false,{\"amp-accordion>section:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\"]],[false,{\"amp-accordion>section>*:not(#_#_#_#_#_#_#_#_)\":false},[\"float:none\",\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"amp-accordion\":false,\"amp-accordion>section\":false},[\"margin:0\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":38885,\"final_size\":16645,\"element\":{\"name\":\"style\",\"attributes\":{\"amp-custom\":\"\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"57e5701f0a3e0b4437f92e97599f1f36\",\"parse_time\":0.0514369010925293,\"shake_time\":0.0004470348358154297,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"webfonts\\/digital_sans_ef_medium.woff2\",\"webfonts\\/advanced_dot_digital7.eot\",\"webfonts\\/fa-brands-400.eot#iefix\",\"webfonts\\/fa-regular-400.eot#iefix\",\"webfonts\\/fa-solid-900.eot#iefix\",\"webfonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"font-size:14px\",\"line-height:1.5\",\"letter-spacing:.1px\",\"color:#fff\",\"background:#020000\",\"font-family:\\\"digital_sans_ef_medium\\\"\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false},[\"color:#11a54f\",\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:30px\"]],[true,{\"h2\":true},[\"font-size:27px\"]],[false,{\"h3\":false},[\"font-size:23px\"]],[true,{\"*\":true},[\"-webkit-box-sizing:border-box\",\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true},[\"color:#11a54f\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#11a54f\"]],[true,{\"amp-img\":true,\"amp-anim\":true},[\"width:100%\",\"height:100%\",\"pointer-events:none\"]],[true,{\"a amp-img\":true,\"a amp-anim\":true},[\"pointer-events:visible\"]],[false,{\".entry-content ol li\":false},[\"list-style:decimal\",\"padding:5px 0px\",\"display:list-item\",\"float:none\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"digital_sans_ef_medium\\\";src:url(\\\"webfonts\\/digital_sans_ef_medium.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/digital_sans_ef_medium.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}@font-face{font-family:\\\"advanced_dot_digital7\\\";src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\");src:url(\\\"webfonts\\/advanced_dot_digital7.eot\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/advanced_dot_digital7.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/advanced_dot_digital7.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/advanced_dot_digital7.svg#advanced_dot_digital7\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Brands\\\";font-style:normal;font-weight:normal;font-display:auto;src:url(\\\"webfonts\\/fa-brands-400.eot\\\");src:url(\\\"webfonts\\/fa-brands-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-brands-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-brands-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-brands-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-brands-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:400;font-display:auto;src:url(\\\"webfonts\\/fa-regular-400.eot\\\");src:url(\\\"webfonts\\/fa-regular-400.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-regular-400.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-regular-400.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-regular-400.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-regular-400.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"Font Awesome 5 Free\\\";font-style:normal;font-weight:900;font-display:auto;src:url(\\\"webfonts\\/fa-solid-900.eot\\\");src:url(\\\"webfonts\\/fa-solid-900.eot#iefix\\\") format(\\\"embedded-opentype\\\"),url(\\\"webfonts\\/fa-solid-900.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/fa-solid-900.woff\\\") format(\\\"woff\\\"),url(\\\"webfonts\\/fa-solid-900.ttf\\\") format(\\\"truetype\\\"),url(\\\"webfonts\\/fa-solid-900.svg#fontawesome\\\") format(\\\"svg\\\")}@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"webfonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"webfonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:18px\",\"background-repeat:no-repeat\"]],[true,{\".svg-beranda\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-beranda.png\\\")\"]],[true,{\".svg-content\":true},[\"display:inline-block\",\"width:25px\",\"height:20px\",\"background-size:21px\",\"background-repeat:no-repeat\"]],[true,{\".svg-sport\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-sports.png\\\")\"]],[true,{\".svg-casino\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-casino.png\\\")\"]],[true,{\".svg-slots\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-slots.png\\\")\"]],[true,{\".svg-togel\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-togel.png\\\")\"]],[true,{\".svg-fishing\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-fishing.png\\\")\"]],[true,{\".svg-poker\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/poker.png\\\")\"]],[true,{\".svg-gift\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gift.png\\\")\"]],[true,{\".svg-new\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-new.svg\\\")\"]],[true,{\".svg-populer\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-populer.svg\\\")\"]],[true,{\".svg-gacor\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-gacor.svg\\\")\"]],[true,{\".svg-whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp.png\\\")\"]],[true,{\".svg-telegram\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram.png\\\")\"]],[false,{\".svg-login\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/login.png\\\")\"]],[true,{\".svg-livechat\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat.png\\\")\"]],[false,{\".svg-whatsapp-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-whatsapp-gray.png\\\")\"]],[false,{\".svg-telegram-gray\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-telegram-gray.png\\\")\"]],[true,{\".svg-livechat-gray\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-livechat-gray.svg\\\")\"]],[false,{\".svg-unduh\":false},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/icon-unduh.png\\\")\"]],[true,{\".svg-hot\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/icon\\/hot-games.png\\\")\"]],[true,{\".header\":true},[\"width:100%\",\"z-index:999999\",\"position:fixed\",\"background:#191919\"]],[true,{\".top-left\":true},[\"float:left\",\"width:27%\",\"display:flex\",\"justify-content:flex-start\"]],[true,{\".top-right\":true},[\"line-height:1.2\",\"font-size:11px\",\"float:right\",\"width:70%\"]],[true,{\".site-logo\":true},[\"float:left\",\"top:12px\",\"left:0px\",\"width:24%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:200px\"]],[true,{\".nav-bar\":true},[\"background-color:(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #2b2b2b\"]],[true,{\".sticky\":true},[\"height:127px\"]],[true,{\".main\":true},[\"background:#191919\"]],[true,{\".slide\":true},[\"margin-bottom:17px\"]],[true,{\".jackpot amp-img\":true,\".jackpot amp-anim\":true},[\"margin-left:auto\",\"margin-right:auto\",\"display:block\",\"border-radius:9px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\",\"overflow:hidden\"]],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-wrap:wrap\",\"flex-wrap:wrap\"]],[true,{\".col-sm-2\":true},[\"flex:0 0 15.9%\",\"max-width:15.9%\",\"margin:5px 4px\",\"justify-content:center\",\"align-content:center\"]],[true,{\".col-sm-12\":true},[\"-ms-flex:0 0 100%\",\"flex:0 0 100%\",\"max-width:100%\"]],[true,{\".col-title\":true},[\"padding:9px 0px\",\"position:absolute\",\"top:-14px\",\"left:21px\",\"z-index:2\",\"background:#101013\"]],[true,{\".col-border\":true},[\"border:1px solid #333\",\"border-radius:7px\",\"margin:5px auto\",\"padding:18px\"]],[true,{\".payment .col-sm-12\":true},[\"margin:10px auto\"]],[false,{\".post-taxonomies\":false},[\"padding:20px 0\"]],[false,{\".post-taxonomies .container\":false},[\"border-bottom:1px solid #333\"]],[false,{\".tags-title\":false},[\"font-size:19px\"]],[false,{\".tags-title\":false,\".tags-links\":false},[\"text-align:center\",\"padding:10px 0\"]],[false,{\".tags-links a\":false},[\"background:#503000\",\"display:inline-block\",\"border-radius:8px\",\"padding:15px 20px\",\"color:#fff\"]],[true,{\".main-menu i\":true},[\"display:block\",\"margin:auto\",\"width:30px\",\"height:30px\",\"background-size:26px\"]],[true,{\"ul.menu\":true,\"ul.contact-us\":true,\"ul.main-menu\":true},[\"padding:0\",\"margin:0\",\"text-transform:uppercase\"]],[true,{\".main-menu\":true},[\"float:right\"]],[true,{\".main-menu li [aria-current]\":true,\".main-menu li a:hover\":true},[\"color:#11a54f\"]],[true,{\".main-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"margin:0\",\"padding:0\"]],[true,{\".main-menu li a\":true},[\"font-size:14px\",\"position:relative\",\"display:inline-block\",\"line-height:18px\",\"padding:20px 24px\",\"flex:1\",\"color:#a3a3a3\"]],[true,{\"ul.contact-us\":true},[\"padding:15px 0\",\"text-transform:capitalize\"]],[true,{\".contact-us\":true},[\"float:right\",\"height:36px\"]],[true,{\".contact-us li\":true},[\"border-right:dotted 1px #fff\",\"padding-left:10px\",\"padding-right:10px\",\"display:inline-block\",\"float:left\"]],[true,{\".site-footer\":true},[\"display:block\",\"margin:auto\",\"max-width:200px\",\"margin-bottom:20px\"]],[true,{\".contact-us li:first-child\":true},[\"padding-right:10px\",\"border-left:0\"]],[true,{\".contact-us li:last-child\":true},[\"padding-right:10px\",\"border-right:0\"]],[true,{\".contact-us li a\":true},[\"color:#9a9a9a\",\"font-size:11px\"]],[true,{\".contact-us li a:hover\":true},[\"color:#11a54f\"]],[true,{\".contact-us .svg-menu\":true},[\"height:20px\",\"width:20px\",\"display:inline-block\",\"background-size:17px\",\"background-repeat:no-repeat\"]],[true,{\".contact-us li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer\":true},[\"position:fixed\",\"width:170px\",\"height:40px\",\"bottom:0px\",\"right:10px\",\"background:#e8911a\",\"border-radius:5px 5px 0px 0px\",\"z-index:100\",\"padding:2px\"]],[true,{\".quick-footer i\":true},[\"font-size:22px\",\"position:relative\",\"right:-42px\",\"top:-2px\"]],[true,{\".quick-footer li\":true},[\"margin:1px auto\",\"padding:4px 12px\"]],[true,{\".quick-footer li a\":true},[\"color:#fff\",\"display:flex\",\"align-items:end\",\"text-align:center\",\"font-size:19px\",\"text-transform:uppercase\"]],[true,{\".quick-footer li i\":true},[\"vertical-align:middle\"]],[true,{\".quick-footer .svg-menu\":true},[\"height:30px\",\"width:30px\",\"display:inline-block\",\"background-size:30px\",\"background-repeat:no-repeat\"]],[true,{\".menu\":true},[\"float:right\",\"position:relative\",\"padding:0px\",\"margin:0px auto\"]],[true,{\".menu li\":true},[\"float:left\",\"position:relative\",\"font-size:14px\",\"text-transform:uppercase\",\"min-width:68px\",\"margin:0px 0px 0px 4px\",\"text-align:center\",\"padding:5px 5px\",\"vertical-align:inherit\",\"border-radius:27px\"]],[true,{\".menu ul\":true},[\"padding-top:15px\",\"border-radius:0px 0px 4px 4px\",\"-webkit-border-radius:0px 0px 4px 4px\",\"-moz-border-radius:0px 0px 4px 4px\",\"-ms-border-radius:0px 0px 4px 4px\",\"-o-border-radius:0px 0px 4px 4px\"]],[true,{\".menu li a\":true},[\"padding:4px 21px\",\"display:block\",\"color:#fff\",\"text-shadow:0px 0px 3px #000\"]],[true,{\".daftar\":true,\".quick-footer\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"border-top:1px solid #11a54f\"]],[true,{\".daftar:hover\":true},[\"background:#115f13\",\"background-image:-webkit-linear-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\"]],[true,{\".login\":true},[\"background:#505050\",\"border-top:1px solid #7e7e7e\"]],[true,{\".login:hover\":true},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".rtp\":false},[\"background:#505050\",\"background-image:linear-gradient(to bottom,#0ef,#001aff)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".rtp:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#9e9e9e 0%,#666 100%)\"]],[false,{\".alternatif\":false},[\"background:#c8ff00\",\"background-image:linear-gradient(to bottom,#ffae00,#c8ff00)\",\"border-top:1px solid #7e7e7e\"]],[false,{\".alternatif:hover\":false},[\"background:#00490c\",\"background-image:-webkit-linear-gradient(top,#c8ff00 0%,#ffae00 100%)\"]],[true,{\".login-panel\":true},[\"margin:6px 0\"]],[true,{\"ul\":true,\"ol\":true},[\"list-style:none\",\"margin:0\",\"padding:5px 0px\"]],[true,{\"ul.article\":true},[\"list-style:circle\",\"padding:5px 30px\"]],[true,{\".article li\":true},[\"list-style:disc\",\"margin:0px 35px\"]],[true,{\".article ol li\":true},[\"list-style:decimal\"]],[true,{\".ct-rounded\":true,\".ct-rounded amp-img\":true,\".ct-rounded amp-anim\":true,\".ct-rounded .col-sm-2\":true,\".bg-rounded .container\":true},[\"border-radius:12px\"]],[true,{\".bg-rounded .container\":true},[\"padding:25px\",\"background:#020206\",\"margin-bottom:30px\"]],[true,{\".ct-rounded\":true},[\"padding:15px\",\"background:#160002\",\"border:3px solid #11a54f\",\"margin:10px auto\"]],[true,{\".ct-rounded .col-sm-2\":true},[\"background:radial-gradient(circle at -1% 57.5%,#13aa52 0%,#00662b 90%)\",\"padding:2px\",\"height:100%\"]],[true,{\".game-wrapper\":true},[\"height:200px\",\"z-index:0\"]],[true,{\".game-img\":true},[\"position:absolute\",\"width:100%\",\"top:0\",\"z-index:0\"]],[true,{\".image-wrapper\":true},[\"z-index:0\"]],[true,{\".games-wrapper\":true},[\"position:absolute\",\"width:100%\",\"height:100%\",\"top:0\",\"left:0\",\"right:0\",\"bottom:0\"]],[true,{\".title-row\":true},[\"margin:21px auto\",\"border-bottom:3px solid #11a54f\",\"font-size:19px\",\"display:flex\",\"align-items:center\"]],[true,{\".title-games\":true},[\"font-size:14px\",\"padding:4px 10px 8px\",\"color:#fff\",\"text-overflow:ellipsis\",\"white-space:nowrap\",\"text-align:center\"]],[true,{\".footer\":true},[\"width:100%\",\"background:#101013\",\"padding:0px 0px 20px 0px\"]],[true,{\".disclaimer\":true},[\"border-top:1px dotted #101013\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"height:auto\"]],[true,{\".footer-title\":true},[\"font-size:15px\",\"color:#d5d5d5\",\"margin:20px auto\"]],[true,{\".footer .row\":true},[\"justify-content:left\"]],[true,{\".footer .col-sm-2\":true},[\"justify-content:left\"]],[true,{\".provider .col-sm-2\":true,\".payment .col-sm-2\":true},[\"max-width:111px\",\"margin:7px\"]],[true,{\".copyright\":true},[\"font-size:11px\",\"padding:15px 0px\",\"text-align:center\"]],[true,{\".copyright a\":true},[\"color:#aaa\",\"display:inline-block\"]],[true,{\".article\":true},[\"text-align:center\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".main-slide amp-img\":true,\".main-slide amp-anim\":true},[\"height:100%\"]],[true,{\".main-menu\":true,\".top-header\":true},[\"display:none\"]],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\".header\":true},[\"z-index:999999\",\"height:65px\",\"position:fixed\",\"background:#151515\"]],[true,{\".nav-bar\":true},[\"border:0\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true},[\"top:9px\",\"left:0px\",\"right:0\",\"width:149px\",\"float:none\",\"margin:auto\",\"position:absolute\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"width:150px\",\"margin-left:auto\",\"margin-right:auto\"]],[true,{\".top-header\":true},[\"top:0px\",\"left:0px\",\"margin:auto\",\"width:100%\"]],[true,{\".menu-mobile\":true,\".menu-login-menu-container\":true,\".slide\":true},[\"width:100%\",\"margin:auto\"]],[true,{\".menu-mobile .menu li\":true},[\"background-image:-webkit-linear-gradient(top,#ababab 0%,#585858 100%)\"]],[true,{\".menu\":true},[\"float:none\"]],[true,{\".main-homepage\":true},[\"background:#131313\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\",\"border-radius:7px\",\"margin-bottom:5px\",\"display:inline-block\"]],[true,{\".main-homepage li a\":true},[\"padding:7px\",\"font-size:14px\",\"display:flex\",\"align-items:center\",\"flex-wrap:nowrap\",\"flex-direction:column\",\"color:#8b8b8b\"]],[true,{\".main-homepage li .svg-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".login-mobile\":true},[\"padding:0\"]],[true,{\".login-mobile li\":true},[\"display:inline-block\",\"border-radius:2px\",\"width:49.5%\",\"text-align:center\"]],[true,{\".login-mobile li a\":true},[\"color:#fff\",\"font-size:18px\",\"padding:9px 20px\",\"display:block\",\"text-shadow:0px 0px 3px #000\"]],[true,{\"ul.nav-item\":true},[\"padding:0\"]],[true,{\".nav-item li a i\":true},[\"vertical-align:middle\"]],[true,{\".nav-item li\":true},[\"background:#1a1a1a\",\"position:relative\",\"line-height:20px\",\"display:inline-block\",\"width:100%\"]],[true,{\".nav-item li a\":true},[\"text-transform:capitalize\",\"display:block\",\"color:#ddd\",\"text-decoration:none\",\"padding:10px 15px\"]],[true,{\".nav-item li:hover\":true},[\"background-color:#393939\"]],[true,{\".nav-item li [aria-current]\":true},[\"background-color:#393939\",\"display:block\",\"width:100%\"]],[true,{\".nav-item li:before\":true},[\"content:\\\"\\\"\",\"position:absolute\",\"top:0\",\"left:0\",\"z-index:-1\",\"height:100%\",\"width:3px\",\"background-color:#393939\"]],[true,{\".contact-floating\":true},[\"position:fixed\",\"bottom:0\",\"background:#1e1e1e\",\"width:100%\",\"padding:3px\",\"z-index:3\"]],[true,{\".contact-floating li a\":true},[\"font-size:13px\",\"color:#fff\"]],[true,{\".contact-floating li\":true},[\"display:inline-block\",\"width:32%\",\"text-align:center\",\"padding:5px 0px\"]],[true,{\".contact-floating li i\":true},[\"display:block\",\"margin:auto\",\"background-size:25px\",\"width:25px\",\"height:25px\"]],[true,{\".main\":true},[\"background:#020206\"]],[true,{\".slide\":true},[\"border:0\"]],[true,{\".main-slide\":true},[\"width:100%\"]],[true,{\".bg-rounded .container\":true},[\"padding:5px\",\"background:#020204\",\"margin-bottom:0\"]],[true,{\".ct-rounded\":true},[\"padding:0\",\"background:none\",\"border:0\"]],[true,{\".games .col-sm-2\":true},[\"max-width:31%\",\"flex:0 0 31%\",\"margin:4px\"]],[true,{\".game-wrapper\":true},[\"height:150px\"]],[true,{\".title-row\":true},[\"margin:10px 10px\",\"text-align:center\"]],[true,{\".footer amp-img\":true,\".footer amp-anim\":true},[\"width:100%\",\"height:auto\"]],[true,{\".footer .col-sm-2\":true},[\"max-width:21%\",\"flex:0 0 21%\",\"margin:4px\"]],[true,{\".footer-title\":true},[\"width:max-content\"]],[true,{\".footer .container\":true},[\"padding:0px 10px\"]],[true,{\".copyright\":true},[\"text-align:center\"]],[true,{\".quick-footer\":true},[\"width:44%\"]],[true,{\".quick-footer li\":true},[\"padding:0px 7px\"]],[true,{\"#side-opener\":true},[\"display:none\"]],[true,{\"input .tg\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\".tg:checked+.page-content\":true},[\"right:272px\"]],[true,{\".page-sidebar\":true},[\"background-color:#1a1a1a\",\"width:272px\",\"display:block\",\"z-index:2\",\"top:0px\",\"right:0px\",\"bottom:0px\",\"overflow:hidden\",\"position:fixed\",\"border-right:1px solid #353535\"]],[true,{\".page-sidebar-scroll\":true},[\"z-index:2\",\"overflow:scroll\",\"overflow-x:hidden\",\"height:100%\",\"padding:0px 0px 0px 3px\",\"width:100%\",\"top:-1px\"]],[true,{\".page-content\":true},[\"z-index:10\",\"right:0\",\"display:block\",\"min-height:580px\",\"transition:all .25s ease-out\",\"-webkit-transition:all .25s ease-out\",\"background-color:#0a0a0a\"]],[true,{\".deploy-sidebar\":true},[\"background-image:url(\\\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/deploy-nav.png\\\")\",\"background-repeat:no-repeat\",\"background-position:9px 21px\",\"background-size:28px 19px\",\"height:60px\",\"max-width:44px\",\"z-index:50\",\"width:20%\",\"float:right\",\"top:1px\",\"right:10px\"]],[true,{\".sidebar-shortcuts\":true},[\"width:100%\",\"height:1px\",\"background-color:#333\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".site-logo\":true},[\"width:38%\"]],[true,{\".site-logo amp-img\":true,\".site-logo amp-anim\":true},[\"max-width:100%\",\"height:auto\"]],[true,{\".login-mobile li a\":true},[\"padding:5px 9px\",\"font-size:11px\"]],[true,{\".main-homepage li\":true},[\"width:23.4%\"]],[true,{\".main-homepage li\":true},[\"margin-bottom:17px\"]],[true,{\".main-homepage li a\":true},[\"top:76px\"]],[true,{\".slide\":true},[\"height:102px\"]],[true,{\".quick-footer i\":true},[\"right:-13px\"]],[true,{\".page-sidebar\":true},[\"width:200px\"]],[true,{\".tg:checked+.page-content\":true},[\"left:202px\"]],[true,\"}\"],[true,\"}\"],[true,{\"amp-anim.amp-wp-enforced-sizes\":true,\"amp-img.amp-wp-enforced-sizes\":true},[\"-o-object-fit:contain\",\"object-fit:contain\"]],[true,{\"amp-anim img\":true,\"amp-anim noscript\":true,\"amp-img img\":true,\"amp-img noscript\":true},[\"image-rendering:inherit\",\"-o-object-fit:inherit\",\"object-fit:inherit\",\"-o-object-position:inherit\",\"object-position:inherit\"]],[true,{\"body\":true},[\"--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--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--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\"]]],\"included\":true}]'),
(1432,69,'_wp_old_date','2025-10-08'),
(1433,70,'_wp_old_date','2025-10-08'),
(1434,133,'_wp_old_date','2025-10-08'),
(1435,72,'_wp_old_date','2025-10-08'),
(1439,292,'_wp_old_date','2025-10-09'),
(1441,294,'_wp_old_date','2025-10-09'),
(1443,296,'_wp_old_date','2025-10-10'),
(1445,298,'_wp_old_date','2025-10-10'),
(1446,300,'_edit_last','1'),
(1448,300,'_edit_lock','1760037979:1'),
(1450,300,'_wp_old_date','2025-10-10'),
(1452,303,'_wp_old_date','2025-10-10'),
(1453,305,'_edit_last','1'),
(1455,305,'_edit_lock','1760038160:1'),
(1457,305,'_wp_old_date','2025-10-10'),
(1459,308,'_wp_old_date','2025-10-10'),
(1460,310,'_edit_last','1'),
(1462,310,'_edit_lock','1760038286:1'),
(1463,310,'_wp_old_date','2025-10-10'),
(1465,313,'_wp_old_date','2025-10-10'),
(1466,315,'_edit_last','1'),
(1468,315,'_edit_lock','1760038401:1'),
(1470,315,'_wp_old_date','2025-10-10'),
(1475,324,'_wp_old_date','2025-10-10'),
(1478,328,'_wp_old_date','2025-10-10'),
(1480,330,'_wp_old_date','2025-10-10'),
(1485,338,'_wp_old_date','2025-10-11'),
(1487,340,'_wp_old_date','2025-10-11'),
(1489,342,'_wp_old_date','2025-10-11'),
(1491,344,'_wp_old_date','2025-10-11'),
(1493,346,'_wp_old_date','2025-10-11'),
(1496,350,'_wp_old_date','2025-10-11'),
(1498,352,'_wp_old_date','2025-10-11'),
(1500,354,'_wp_old_date','2025-10-11'),
(1502,356,'_wp_old_date','2025-10-11'),
(1503,358,'_wp_attached_file','2025/10/sdluxvoioayldjpdqpfvnniv.jpg'),
(1504,358,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:418;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2025/10/sdluxvoioayldjpdqpfvnniv.jpg\";s:8:\"filesize\";i:33763;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"sdluxvoioayldjpdqpfvnniv-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10921;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"sdluxvoioayldjpdqpfvnniv-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4953;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1505,359,'_wp_attached_file','2025/10/devushki-po-vyzovu-v-ufe-kogo-vybirajut-zhenatye_1.jpg'),
(1506,359,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:600;s:4:\"file\";s:62:\"2025/10/devushki-po-vyzovu-v-ufe-kogo-vybirajut-zhenatye_1.jpg\";s:8:\"filesize\";i:63271;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"devushki-po-vyzovu-v-ufe-kogo-vybirajut-zhenatye_1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"devushki-po-vyzovu-v-ufe-kogo-vybirajut-zhenatye_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21136;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1650215530\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1508,360,'_wp_old_date','2025-10-11'),
(1509,362,'_wp_attached_file','2025/10/cujuogjjkajeebrqmxdiabbx.jpg'),
(1510,362,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2025/10/cujuogjjkajeebrqmxdiabbx.jpg\";s:8:\"filesize\";i:37546;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"cujuogjjkajeebrqmxdiabbx-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14389;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"cujuogjjkajeebrqmxdiabbx-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5644;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1511,363,'_wp_attached_file','2025/10/ctptjkcygjosafqqodrebaxy.jpg'),
(1512,363,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2025/10/ctptjkcygjosafqqodrebaxy.jpg\";s:8:\"filesize\";i:44452;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"ctptjkcygjosafqqodrebaxy-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14121;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"ctptjkcygjosafqqodrebaxy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6952;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1514,364,'_wp_old_date','2025-10-11'),
(1515,366,'_wp_attached_file','2025/10/prostitutki-vladivostoka-komu-ne-nuzhny-lishnie_1.jpg'),
(1516,366,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:337;s:6:\"height\";i:600;s:4:\"file\";s:61:\"2025/10/prostitutki-vladivostoka-komu-ne-nuzhny-lishnie_1.jpg\";s:8:\"filesize\";i:30302;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"prostitutki-vladivostoka-komu-ne-nuzhny-lishnie_1-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10402;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"prostitutki-vladivostoka-komu-ne-nuzhny-lishnie_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1518,367,'_wp_old_date','2025-10-11'),
(1520,369,'_wp_old_date','2025-10-12'),
(1524,375,'_wp_old_date','2025-10-12'),
(1526,377,'_wp_old_date','2025-10-12'),
(1527,379,'_wp_attached_file','2025/10/0727947953nbt0034479719rpeqxuxu.jpg'),
(1528,379,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:450;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2025/10/0727947953nbt0034479719rpeqxuxu.jpg\";s:8:\"filesize\";i:39803;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"0727947953nbt0034479719rpeqxuxu-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12035;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"0727947953nbt0034479719rpeqxuxu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4537;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1529,380,'_wp_attached_file','2025/10/2045698746mnk1316699565tecqiujp.jpg'),
(1530,380,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:454;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2025/10/2045698746mnk1316699565tecqiujp.jpg\";s:8:\"filesize\";i:33099;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"2045698746mnk1316699565tecqiujp-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10609;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"2045698746mnk1316699565tecqiujp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4479;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1532,381,'_wp_old_date','2025-10-12'),
(1533,383,'_wp_attached_file','2025/10/0189582898igk1953544275ntyejrwu.jpg'),
(1534,383,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2025/10/0189582898igk1953544275ntyejrwu.jpg\";s:8:\"filesize\";i:57047;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"0189582898igk1953544275ntyejrwu-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15454;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"0189582898igk1953544275ntyejrwu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6571;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1536,384,'_wp_old_date','2025-10-12'),
(1537,386,'_wp_attached_file','2025/10/1587204241gvu1670631628klavbmtx.jpg'),
(1538,386,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:338;s:6:\"height\";i:525;s:4:\"file\";s:43:\"2025/10/1587204241gvu1670631628klavbmtx.jpg\";s:8:\"filesize\";i:26973;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"1587204241gvu1670631628klavbmtx-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10765;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"1587204241gvu1670631628klavbmtx-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5113;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1540,387,'_wp_old_date','2025-10-12'),
(1545,395,'_wp_old_date','2025-10-13'),
(1547,397,'_wp_old_date','2025-10-13'),
(1549,399,'_wp_old_date','2025-10-13'),
(1552,403,'_wp_old_date','2025-10-13'),
(1554,405,'_wp_old_date','2025-10-13'),
(1556,407,'_wp_old_date','2025-10-13'),
(1558,411,'_edit_lock','1760336871:1'),
(1559,411,'_edit_last','1'),
(1562,411,'_wp_old_date','2025-10-13'),
(1565,416,'_wp_old_date','2025-10-13'),
(1567,418,'_wp_old_date','2025-10-13'),
(1569,420,'_wp_old_date','2025-10-13'),
(1571,422,'_wp_old_date','2025-10-13'),
(1573,424,'_wp_old_date','2025-10-13'),
(1575,426,'_wp_old_date','2025-10-14'),
(1577,428,'_wp_old_date','2025-10-14'),
(1579,430,'_wp_old_date','2025-10-14'),
(1581,432,'_wp_old_date','2025-10-14'),
(1585,438,'_wp_old_date','2025-10-14'),
(1586,440,'_edit_lock','1760425221:1'),
(1587,440,'_edit_last','1'),
(1590,440,'_wp_old_date','2025-10-14'),
(1592,445,'_edit_lock','1760425363:1'),
(1593,445,'_edit_last','1'),
(1596,445,'_wp_old_date','2025-10-14'),
(1598,448,'_wp_old_date','2025-10-14'),
(1599,450,'_edit_lock','1760425448:1'),
(1600,450,'_edit_last','1'),
(1603,450,'_wp_old_date','2025-10-14'),
(1606,455,'_wp_old_date','2025-10-14'),
(1608,457,'_wp_old_date','2025-10-14'),
(1610,459,'_wp_old_date','2025-10-14'),
(1613,463,'_wp_old_date','2025-10-14'),
(1615,465,'_wp_old_date','2025-10-14'),
(1618,469,'_wp_old_date','2025-10-14'),
(1620,471,'_wp_old_date','2025-10-14'),
(1622,473,'_wp_old_date','2025-10-14'),
(1624,475,'_wp_old_date','2025-10-14'),
(1627,479,'_wp_old_date','2025-10-14'),
(1629,481,'_wp_old_date','2025-10-14'),
(1631,483,'_wp_old_date','2025-10-14'),
(1633,485,'_wp_old_date','2025-10-14'),
(1636,489,'_wp_old_date','2025-10-14'),
(1638,491,'_wp_old_date','2025-10-14'),
(1640,493,'_wp_old_date','2025-10-14'),
(1642,495,'_wp_old_date','2025-10-14'),
(1645,499,'_wp_old_date','2025-10-15'),
(1647,501,'_wp_old_date','2025-10-15'),
(1649,503,'_wp_old_date','2025-10-15'),
(1651,505,'_wp_old_date','2025-10-15'),
(1655,511,'_wp_old_date','2025-10-15'),
(1657,513,'_wp_old_date','2025-10-15'),
(1661,519,'_wp_old_date','2025-10-15'),
(1664,523,'_wp_old_date','2025-10-15'),
(1667,527,'_wp_old_date','2025-10-15'),
(1669,529,'_wp_old_date','2025-10-15'),
(1670,532,'_edit_lock','1760514944:1'),
(1671,532,'_edit_last','1'),
(1674,532,'_wp_old_date','2025-10-15'),
(1676,535,'_wp_old_date','2025-10-15'),
(1677,537,'_edit_lock','1760515044:1'),
(1678,537,'_edit_last','1'),
(1681,537,'_wp_old_date','2025-10-15'),
(1684,544,'_edit_lock','1760515177:1'),
(1685,544,'_edit_last','1'),
(1687,546,'_edit_lock','1760515213:1'),
(1688,546,'_edit_last','1'),
(1691,546,'_wp_old_date','2025-10-15'),
(1693,549,'_wp_old_date','2025-10-15'),
(1695,551,'_wp_old_date','2025-10-15'),
(1697,553,'_wp_old_date','2025-10-15'),
(1699,555,'_wp_old_date','2025-10-15'),
(1700,555,'_oembed_9fdc576e94a27271f73e6f6fc090f559','{{unknown}}'),
(1701,555,'_oembed_fffb480afed08aad9579a31c585465b1','{{unknown}}'),
(1704,559,'_wp_old_date','2025-10-15'),
(1706,561,'_wp_old_date','2025-10-15'),
(1707,561,'_oembed_f9b9b124aa54e5d76e3e770bcb32994e','{{unknown}}'),
(1708,561,'_oembed_65840761a865d7c702894d0b08e929b6','{{unknown}}'),
(1709,561,'_oembed_cb54bd5d7a03417b35d2e9f2ab967bd1','{{unknown}}'),
(1711,563,'_wp_old_date','2025-10-15'),
(1712,563,'_oembed_e6f45f382b95e3cc42e7db3220c0b685','{{unknown}}'),
(1713,563,'_oembed_86e40cc019b9893056e52dceebe1c916','{{unknown}}'),
(1714,563,'_oembed_acaf9cf1959eceed2d7f9e67871757a6','{{unknown}}'),
(1716,565,'_wp_old_date','2025-10-15'),
(1718,567,'_wp_old_date','2025-10-15'),
(1721,571,'_wp_old_date','2025-10-15'),
(1723,573,'_wp_old_date','2025-10-15'),
(1727,579,'_wp_old_date','2025-10-15'),
(1728,579,'_oembed_f7ab9faade8e54264d2094380c4b8368','{{unknown}}'),
(1729,579,'_oembed_334a408dd217f6db1a5000a4461cc693','{{unknown}}'),
(1730,579,'_oembed_50a9d10071fbd37a616b57e65971ee2c','{{unknown}}'),
(1732,581,'_oembed_d40dca35f273fd1d95b87326ae7ba7df','{{unknown}}'),
(1733,581,'_oembed_13b7c56e6055fbe3867839071d250358','{{unknown}}'),
(1735,583,'_wp_old_date','2025-10-15'),
(1736,583,'_oembed_591790fca770b8cca537f9b06886bb89','{{unknown}}'),
(1738,585,'_wp_old_date','2025-10-15'),
(1739,585,'_oembed_63c4358fa078b90baf96e15639152cce','{{unknown}}'),
(1740,585,'_oembed_55a4a43d3ca142415c815c42fc1a4869','{{unknown}}'),
(1742,587,'_wp_old_date','2025-10-15'),
(1743,587,'_oembed_ae6f3b59c530c2a0fa9895c43b96f558','{{unknown}}'),
(1744,587,'_oembed_151f8878182586b30c7d8316b949e918','{{unknown}}'),
(1746,589,'_wp_old_date','2025-10-15'),
(1747,589,'_oembed_3a95f05a1d20579063003cc2fdaea090','{{unknown}}'),
(1748,589,'_oembed_393a55fe35f289fd64c138803a28292c','{{unknown}}'),
(1749,589,'_oembed_acf762b8b01dfcd75ecd94515900f539','{{unknown}}'),
(1750,589,'_oembed_5ba9a9bac85ef095b5e4cca3329e4c72','{{unknown}}'),
(1752,591,'_oembed_e2ce45e3c1f424cea8f3e46e65c1d625','{{unknown}}'),
(1753,591,'_oembed_ddf162704d95652996d32d12b3a04b75','{{unknown}}'),
(1755,593,'_wp_old_date','2025-10-15'),
(1756,593,'_oembed_b3bbf23a3f83e7a0043d89b8254b153e','{{unknown}}'),
(1757,593,'_oembed_39764f83bb6bdc168affb52f2730e2c4','{{unknown}}'),
(1758,593,'_oembed_a3526692211c3db94146a0960e9b3c0f','{{unknown}}'),
(1760,595,'_wp_old_date','2025-10-15'),
(1761,595,'_oembed_8ccb74e047b01565eafbc3682dbbfcf3','{{unknown}}'),
(1763,597,'_wp_old_date','2025-10-15'),
(1764,597,'_oembed_9239a414e4a4809b9e2f74c4852e4c8c','{{unknown}}'),
(1765,597,'_oembed_07501286499239c007d95a00613809fe','{{unknown}}'),
(1766,563,'_oembed_28a3e313a7423a8a0353decdc7415bbf','{{unknown}}'),
(1767,563,'_oembed_9ec0d66b98227f6fa1e778cf4d573291','{{unknown}}'),
(1768,563,'_oembed_1e94d8eef7445cfb9ed23c330b69f39d','{{unknown}}'),
(1769,591,'_oembed_9a677d56488e1a6cca796d49f94f6966','{{unknown}}'),
(1770,591,'_oembed_e297436a16fea7afde3b5b927954c097','{{unknown}}'),
(1772,599,'_wp_old_date','2025-10-15'),
(1774,601,'_wp_old_date','2025-10-16'),
(1776,603,'_wp_old_date','2025-10-16'),
(1778,605,'_wp_old_date','2025-10-16'),
(1782,555,'_oembed_e9c6a58af0dcee6d5219fdea16cef91c','{{unknown}}'),
(1783,555,'_oembed_1d178c5824e0e18571a8b72f5d296519','{{unknown}}'),
(1788,619,'_wp_old_date','2025-10-16'),
(1790,621,'_wp_old_date','2025-10-16'),
(1793,625,'_wp_old_date','2025-10-16'),
(1796,629,'_wp_old_date','2025-10-16'),
(1800,635,'_wp_old_date','2025-10-16'),
(1802,639,'_wp_old_date','2025-10-16'),
(1804,641,'_wp_old_date','2025-10-16'),
(1806,643,'_wp_old_date','2025-10-16'),
(1808,645,'_wp_old_date','2025-10-17'),
(1810,647,'_wp_old_date','2025-10-17'),
(1812,649,'_wp_old_date','2025-10-17'),
(1814,653,'_edit_lock','1760680532:1'),
(1815,653,'_edit_last','1'),
(1818,653,'_wp_old_date','2025-10-17'),
(1820,656,'_wp_old_date','2025-10-17'),
(1822,658,'_wp_old_date','2025-10-17'),
(1824,660,'_wp_old_date','2025-10-17'),
(1826,662,'_wp_old_date','2025-10-17'),
(1828,664,'_wp_old_date','2025-10-17'),
(1831,668,'_wp_old_date','2025-10-17'),
(1833,670,'_wp_old_date','2025-10-17'),
(1835,672,'_wp_old_date','2025-10-17'),
(1837,674,'_wp_old_date','2025-10-17'),
(1839,676,'_wp_old_date','2025-10-17'),
(1842,680,'_wp_old_date','2025-10-17'),
(1844,682,'_wp_old_date','2025-10-17'),
(1848,690,'_wp_old_date','2025-10-17'),
(1850,692,'_wp_old_date','2025-10-17'),
(1852,694,'_wp_old_date','2025-10-17'),
(1854,696,'_wp_old_date','2025-10-17'),
(1856,698,'_wp_old_date','2025-10-17'),
(1858,700,'_wp_old_date','2025-10-17'),
(1860,702,'_wp_old_date','2025-10-18'),
(1862,704,'_wp_old_date','2025-10-18'),
(1865,708,'_wp_old_date','2025-10-18'),
(1868,712,'_wp_old_date','2025-10-18'),
(1870,714,'_wp_old_date','2025-10-18'),
(1871,716,'_edit_lock','1760760255:1'),
(1872,716,'_edit_last','1'),
(1875,716,'_wp_old_date','2025-10-18'),
(1877,719,'_wp_old_date','2025-10-18'),
(1878,721,'_edit_lock','1760761533:1'),
(1879,721,'_edit_last','1'),
(1882,721,'_wp_old_date','2025-10-18'),
(1884,724,'_wp_old_date','2025-10-18'),
(1885,726,'_edit_lock','1760762256:1'),
(1886,726,'_edit_last','1'),
(1889,726,'_wp_old_date','2025-10-18'),
(1891,729,'_wp_old_date','2025-10-18'),
(1893,731,'_wp_old_date','2025-10-19'),
(1895,733,'_wp_old_date','2025-10-19'),
(1899,739,'_wp_old_date','2025-10-19'),
(1900,741,'_edit_lock','1760841638:1'),
(1901,741,'_edit_last','1'),
(1904,741,'_wp_old_date','2025-10-19'),
(1906,744,'_wp_old_date','2025-10-19'),
(1908,746,'_wp_old_date','2025-10-19'),
(1911,750,'_wp_old_date','2025-10-19'),
(1913,752,'_wp_old_date','2025-10-19'),
(1916,756,'_wp_old_date','2025-10-19'),
(1918,758,'_wp_old_date','2025-10-19'),
(1920,760,'_wp_old_date','2025-10-20'),
(1924,763,'_wp_old_date','2025-10-20'),
(1926,765,'_wp_old_date','2025-10-20'),
(1928,767,'_wp_old_date','2025-10-20'),
(1930,769,'_wp_old_date','2025-10-20'),
(1935,777,'_wp_old_date','2025-10-20'),
(1940,785,'_wp_old_date','2025-10-20'),
(1942,787,'_wp_old_date','2025-10-20'),
(1946,793,'_wp_old_date','2025-10-20'),
(1948,795,'_wp_old_date','2025-10-20'),
(1950,797,'_wp_old_date','2025-10-20'),
(1956,807,'_wp_old_date','2025-10-20'),
(1959,811,'_wp_old_date','2025-10-20'),
(1962,815,'_wp_old_date','2025-10-20'),
(1965,819,'_wp_old_date','2025-10-20'),
(1967,821,'_wp_old_date','2025-10-20'),
(1971,827,'_wp_old_date','2025-10-20'),
(1973,829,'_wp_old_date','2025-10-20'),
(1975,831,'_wp_old_date','2025-10-20'),
(1978,839,'_wp_old_date','2025-10-20'),
(1980,841,'_wp_old_date','2025-10-20'),
(1982,843,'_wp_old_date','2025-10-20'),
(1986,849,'_wp_old_date','2025-10-20'),
(1988,851,'_wp_old_date','2025-10-20'),
(1990,853,'_wp_old_date','2025-10-20'),
(1994,859,'_wp_old_date','2025-10-21'),
(1997,863,'_wp_old_date','2025-10-21'),
(1999,865,'_wp_old_date','2025-10-21'),
(2001,867,'_wp_old_date','2025-10-21'),
(2003,869,'_wp_old_date','2025-10-21'),
(2005,881,'_wp_old_date','2025-10-21'),
(2007,883,'_wp_old_date','2025-10-21'),
(2011,891,'_wp_attached_file','2025/10/gcblladmnceauhifiwqgnywq.jpg'),
(2012,891,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:700;s:6:\"height\";i:699;s:4:\"file\";s:36:\"2025/10/gcblladmnceauhifiwqgnywq.jpg\";s:8:\"filesize\";i:92844;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"gcblladmnceauhifiwqgnywq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22116;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"gcblladmnceauhifiwqgnywq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7017;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2014,892,'_wp_old_date','2025-10-21'),
(2015,894,'_wp_attached_file','2025/10/nochnye-babochki-iskusstvo-ustanovlenija-kontakta_1.jpg'),
(2016,894,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:466;s:6:\"height\";i:600;s:4:\"file\";s:63:\"2025/10/nochnye-babochki-iskusstvo-ustanovlenija-kontakta_1.jpg\";s:8:\"filesize\";i:54413;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"nochnye-babochki-iskusstvo-ustanovlenija-kontakta_1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16326;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"nochnye-babochki-iskusstvo-ustanovlenija-kontakta_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6341;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2018,895,'_wp_old_date','2025-10-21'),
(2019,897,'_wp_attached_file','2025/10/kurtizanki-simferopolja-iskusstvo-intimnogo-dosuga_2.jpg'),
(2020,897,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:429;s:6:\"height\";i:600;s:4:\"file\";s:64:\"2025/10/kurtizanki-simferopolja-iskusstvo-intimnogo-dosuga_2.jpg\";s:8:\"filesize\";i:52901;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"kurtizanki-simferopolja-iskusstvo-intimnogo-dosuga_2-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16212;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"kurtizanki-simferopolja-iskusstvo-intimnogo-dosuga_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6920;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2021,898,'_wp_attached_file','2025/10/kurtizanki-simferopolja-iskusstvo-intimnogo-dosuga_1.jpg'),
(2022,898,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:64:\"2025/10/kurtizanki-simferopolja-iskusstvo-intimnogo-dosuga_1.jpg\";s:8:\"filesize\";i:55639;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"kurtizanki-simferopolja-iskusstvo-intimnogo-dosuga_1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"kurtizanki-simferopolja-iskusstvo-intimnogo-dosuga_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7092;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2024,899,'_wp_old_date','2025-10-21'),
(2025,901,'_wp_attached_file','2025/10/mibkqdfonfrblusbipcoaeax.jpg'),
(2026,901,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:460;s:6:\"height\";i:301;s:4:\"file\";s:36:\"2025/10/mibkqdfonfrblusbipcoaeax.jpg\";s:8:\"filesize\";i:22492;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"mibkqdfonfrblusbipcoaeax-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11591;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"mibkqdfonfrblusbipcoaeax-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5186;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2028,902,'_wp_old_date','2025-10-21'),
(2034,914,'_wp_old_date','2025-10-21'),
(2036,916,'_wp_old_date','2025-10-21'),
(2039,920,'_wp_old_date','2025-10-21'),
(2041,922,'_wp_old_date','2025-10-21'),
(2044,926,'_wp_old_date','2025-10-21'),
(2046,928,'_wp_old_date','2025-10-21'),
(2048,930,'_wp_old_date','2025-10-21'),
(2051,934,'_wp_old_date','2025-10-21'),
(2053,936,'_wp_old_date','2025-10-21'),
(2055,938,'_wp_old_date','2025-10-21'),
(2057,940,'_wp_old_date','2025-10-21'),
(2059,942,'_wp_old_date','2025-10-21'),
(2061,944,'_wp_old_date','2025-10-21'),
(2063,946,'_wp_old_date','2025-10-21'),
(2065,948,'_wp_old_date','2025-10-21'),
(2067,950,'_wp_old_date','2025-10-21'),
(2070,954,'_wp_old_date','2025-10-21'),
(2072,956,'_wp_old_date','2025-10-21'),
(2075,960,'_wp_old_date','2025-10-21'),
(2077,962,'_wp_old_date','2025-10-22'),
(2079,964,'_wp_old_date','2025-10-22'),
(2081,966,'_wp_old_date','2025-10-22'),
(2083,968,'_wp_old_date','2025-10-22'),
(2085,970,'_wp_old_date','2025-10-22'),
(2087,972,'_wp_old_date','2025-10-22'),
(2089,974,'_wp_old_date','2025-10-22'),
(2091,976,'_wp_old_date','2025-10-22'),
(2093,978,'_wp_old_date','2025-10-22'),
(2095,980,'_wp_old_date','2025-10-22'),
(2097,982,'_wp_old_date','2025-10-22'),
(2099,984,'_wp_old_date','2025-10-22'),
(2101,986,'_wp_old_date','2025-10-22'),
(2104,990,'_wp_old_date','2025-10-22'),
(2106,992,'_wp_old_date','2025-10-22'),
(2108,994,'_wp_old_date','2025-10-22'),
(2110,996,'_wp_old_date','2025-10-22'),
(2112,998,'_wp_old_date','2025-10-22'),
(2114,1000,'_wp_old_date','2025-10-22'),
(2116,1002,'_wp_old_date','2025-10-22'),
(2118,1004,'_wp_old_date','2025-10-22'),
(2120,1006,'_wp_old_date','2025-10-22'),
(2123,1010,'_wp_old_date','2025-10-22'),
(2125,1012,'_wp_old_date','2025-10-22'),
(2127,1014,'_wp_old_date','2025-10-22'),
(2130,1018,'_wp_old_date','2025-10-22'),
(2132,1020,'_wp_old_date','2025-10-22'),
(2135,1024,'_wp_old_date','2025-10-22'),
(2137,1026,'_wp_old_date','2025-10-22'),
(2139,1028,'_wp_old_date','2025-10-22'),
(2141,1030,'_wp_old_date','2025-10-22'),
(2143,1032,'_wp_old_date','2025-10-22'),
(2146,1036,'_wp_old_date','2025-10-22'),
(2148,1038,'_wp_old_date','2025-10-22'),
(2150,1040,'_wp_old_date','2025-10-22'),
(2153,1044,'_wp_old_date','2025-10-22'),
(2155,1046,'_wp_old_date','2025-10-22'),
(2158,1050,'_wp_old_date','2025-10-22'),
(2160,1052,'_wp_old_date','2025-10-22'),
(2163,1056,'_wp_old_date','2025-10-22'),
(2165,1058,'_wp_old_date','2025-10-22'),
(2167,1060,'_wp_old_date','2025-10-22'),
(2169,1062,'_wp_old_date','2025-10-22'),
(2172,1066,'_wp_old_date','2025-10-22'),
(2174,1068,'_wp_old_date','2025-10-22'),
(2176,1070,'_wp_old_date','2025-10-22'),
(2178,1072,'_wp_old_date','2025-10-22'),
(2180,1074,'_wp_old_date','2025-10-22'),
(2182,1076,'_wp_old_date','2025-10-22'),
(2184,1078,'_wp_old_date','2025-10-22'),
(2186,1080,'_wp_old_date','2025-10-22'),
(2190,1086,'_wp_old_date','2025-10-22'),
(2192,1088,'_wp_old_date','2025-10-22'),
(2196,1094,'_wp_old_date','2025-10-22'),
(2198,1096,'_wp_old_date','2025-10-22'),
(2200,1098,'_wp_old_date','2025-10-22'),
(2202,1100,'_wp_old_date','2025-10-22'),
(2204,1102,'_wp_old_date','2025-10-22'),
(2206,1104,'_wp_old_date','2025-10-22'),
(2208,1106,'_wp_old_date','2025-10-22'),
(2210,1108,'_wp_old_date','2025-10-22'),
(2213,1112,'_wp_old_date','2025-10-22'),
(2215,1114,'_wp_old_date','2025-10-22'),
(2217,1116,'_wp_old_date','2025-10-22'),
(2219,1118,'_wp_old_date','2025-10-22'),
(2222,1122,'_wp_old_date','2025-10-22'),
(2224,1124,'_wp_old_date','2025-10-22'),
(2226,1126,'_wp_old_date','2025-10-22'),
(2228,1128,'_wp_old_date','2025-10-22'),
(2230,1130,'_wp_old_date','2025-10-22'),
(2232,1132,'_wp_old_date','2025-10-22'),
(2234,1134,'_wp_old_date','2025-10-22'),
(2237,1138,'_wp_old_date','2025-10-22'),
(2240,1142,'_wp_old_date','2025-10-22'),
(2243,1146,'_wp_old_date','2025-10-22'),
(2245,1148,'_wp_old_date','2025-10-22'),
(2256,1168,'_wp_old_date','2025-10-22'),
(2258,1170,'_wp_old_date','2025-10-22'),
(2260,1172,'_wp_old_date','2025-10-22'),
(2262,1174,'_wp_old_date','2025-10-22'),
(2265,1178,'_wp_old_date','2025-10-22'),
(2268,1182,'_wp_old_date','2025-10-22'),
(2270,1184,'_wp_old_date','2025-10-22'),
(2277,1196,'_wp_old_date','2025-10-22'),
(2279,1198,'_wp_old_date','2025-10-22'),
(2285,1208,'_wp_old_date','2025-10-22'),
(2287,1210,'_wp_old_date','2025-10-22'),
(2289,1212,'_wp_old_date','2025-10-22'),
(2292,1218,'_wp_old_date','2025-10-22'),
(2294,1220,'_wp_old_date','2025-10-22'),
(2296,1222,'_wp_old_date','2025-10-22'),
(2298,1224,'_wp_old_date','2025-10-22'),
(2300,1226,'_wp_old_date','2025-10-22'),
(2302,1228,'_wp_old_date','2025-10-22'),
(2305,1232,'_wp_old_date','2025-10-22'),
(2307,1234,'_wp_old_date','2025-10-22'),
(2309,1236,'_wp_old_date','2025-10-22'),
(2311,1238,'_wp_old_date','2025-10-22'),
(2313,1240,'_wp_old_date','2025-10-22'),
(2315,1242,'_wp_old_date','2025-10-22'),
(2318,1246,'_wp_old_date','2025-10-22'),
(2320,1248,'_wp_old_date','2025-10-22'),
(2322,1250,'_wp_old_date','2025-10-22'),
(2324,1252,'_wp_old_date','2025-10-22'),
(2326,1254,'_wp_old_date','2025-10-22'),
(2328,1256,'_wp_old_date','2025-10-22'),
(2330,1258,'_wp_old_date','2025-10-22'),
(2332,1260,'_wp_old_date','2025-10-22'),
(2334,1262,'_wp_old_date','2025-10-22'),
(2336,1264,'_wp_old_date','2025-10-22'),
(2338,1266,'_wp_old_date','2025-10-22'),
(2341,1270,'_wp_old_date','2025-10-22'),
(2344,1274,'_wp_old_date','2025-10-22'),
(2347,1278,'_wp_old_date','2025-10-22'),
(2349,1280,'_wp_old_date','2025-10-22'),
(2351,1282,'_wp_old_date','2025-10-22'),
(2353,1284,'_wp_old_date','2025-10-22'),
(2356,1288,'_wp_old_date','2025-10-22'),
(2358,1290,'_wp_old_date','2025-10-22'),
(2360,1292,'_wp_old_date','2025-10-22'),
(2362,1294,'_wp_old_date','2025-10-22'),
(2364,1296,'_wp_old_date','2025-10-22'),
(2366,1298,'_wp_old_date','2025-10-22'),
(2368,1300,'_wp_old_date','2025-10-22'),
(2371,1304,'_wp_old_date','2025-10-22'),
(2373,1306,'_wp_old_date','2025-10-22'),
(2375,1308,'_wp_old_date','2025-10-22'),
(2377,1310,'_wp_old_date','2025-10-22'),
(2380,1314,'_wp_old_date','2025-10-22'),
(2382,1316,'_wp_old_date','2025-10-23'),
(2384,1318,'_wp_old_date','2025-10-23'),
(2386,1320,'_wp_old_date','2025-10-23'),
(2388,1322,'_wp_old_date','2025-10-23'),
(2390,1324,'_wp_old_date','2025-10-23'),
(2392,1326,'_wp_old_date','2025-10-23'),
(2394,1328,'_wp_old_date','2025-10-23'),
(2396,1330,'_wp_old_date','2025-10-23'),
(2398,1332,'_wp_old_date','2025-10-23'),
(2400,1334,'_wp_old_date','2025-10-23'),
(2402,1336,'_wp_old_date','2025-10-23'),
(2404,1338,'_wp_old_date','2025-10-23'),
(2406,1340,'_wp_old_date','2025-10-23'),
(2408,1342,'_wp_old_date','2025-10-23'),
(2416,1361,'_wp_old_date','2025-10-23'),
(2419,1365,'_wp_old_date','2025-10-23'),
(2422,1369,'_wp_old_date','2025-10-23'),
(2424,1371,'_wp_old_date','2025-10-23'),
(2426,1373,'_wp_old_date','2025-10-23'),
(2428,1375,'_wp_old_date','2025-10-23'),
(2430,1377,'_wp_old_date','2025-10-23'),
(2433,1381,'_wp_old_date','2025-10-23'),
(2436,1385,'_wp_old_date','2025-10-23'),
(2438,1387,'_wp_old_date','2025-10-23'),
(2442,1395,'_wp_old_date','2025-10-23'),
(2444,1399,'_wp_old_date','2025-10-23'),
(2448,1405,'_wp_old_date','2025-10-23'),
(2450,1407,'_wp_old_date','2025-10-23'),
(2453,1413,'_wp_old_date','2025-10-23'),
(2457,1419,'_wp_old_date','2025-10-23'),
(2463,1429,'_wp_old_date','2025-10-23'),
(2466,1433,'_wp_old_date','2025-10-23'),
(2467,1433,'_wp_trash_meta_status','publish'),
(2468,1433,'_wp_trash_meta_time','1761225307'),
(2469,1433,'_wp_desired_post_slug','tx-escorts-tryst-connect-come-across-independent-escorts'),
(2473,1441,'_wp_old_date','2025-10-23'),
(2475,1443,'_wp_old_date','2025-10-23'),
(2477,1445,'_wp_old_date','2025-10-23'),
(2479,1447,'_wp_old_date','2025-10-23'),
(2481,1449,'_wp_old_date','2025-10-23'),
(2482,1451,'_edit_lock','1761227767:1'),
(2483,1451,'_edit_last','1'),
(2486,1451,'_wp_old_date','2025-10-23'),
(2488,1454,'_wp_old_date','2025-10-23'),
(2489,1456,'_edit_lock','1761227954:1'),
(2490,1456,'_edit_last','1'),
(2493,1456,'_wp_old_date','2025-10-23'),
(2495,1459,'_wp_old_date','2025-10-23'),
(2496,1461,'_edit_lock','1761228122:1'),
(2497,1461,'_edit_last','1'),
(2500,1461,'_wp_old_date','2025-10-23'),
(2502,1464,'_wp_old_date','2025-10-23'),
(2504,1466,'_wp_old_date','2025-10-23'),
(2506,1468,'_wp_old_date','2025-10-23'),
(2508,1470,'_wp_old_date','2025-10-23'),
(2509,1470,'_wp_trash_meta_status','publish'),
(2510,1470,'_wp_trash_meta_time','1761229430'),
(2511,1470,'_wp_desired_post_slug','amour-tropez-cours-resultat-descorte-feminine-vip-cavalcades-de-qualite'),
(2515,1476,'_wp_old_date','2025-10-23'),
(2520,1484,'_wp_old_date','2025-10-24'),
(2524,1489,'_wp_old_date','2025-10-24'),
(2527,1493,'_wp_old_date','2025-10-24'),
(2529,1495,'_wp_old_date','2025-10-24'),
(2533,1501,'_wp_old_date','2025-10-24'),
(2535,1503,'_wp_old_date','2025-10-24'),
(2537,1505,'_wp_old_date','2025-10-24'),
(2539,1507,'_wp_old_date','2025-10-24'),
(2541,1509,'_wp_old_date','2025-10-24'),
(2544,1513,'_wp_old_date','2025-10-24'),
(2546,1515,'_wp_old_date','2025-10-24'),
(2548,1519,'_wp_attached_file','2025/10/nochnaja-babochka-na-1-chas-intimnyj-dosug-v_1.jpg'),
(2549,1519,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2025/10/nochnaja-babochka-na-1-chas-intimnyj-dosug-v_1.jpg\";s:8:\"filesize\";i:61017;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"nochnaja-babochka-na-1-chas-intimnyj-dosug-v_1-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16944;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"nochnaja-babochka-na-1-chas-intimnyj-dosug-v_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6476;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2551,1520,'_wp_old_date','2025-10-24'),
(2552,1522,'_wp_attached_file','2025/10/wfdykxgsfheudunisclvylad.jpg'),
(2553,1522,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2025/10/wfdykxgsfheudunisclvylad.jpg\";s:8:\"filesize\";i:39973;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"wfdykxgsfheudunisclvylad-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"wfdykxgsfheudunisclvylad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5571;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2554,1523,'_wp_attached_file','2025/10/xjfublgexufmhogvquvqivmn.jpg'),
(2555,1523,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:362;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2025/10/xjfublgexufmhogvquvqivmn.jpg\";s:8:\"filesize\";i:19439;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"xjfublgexufmhogvquvqivmn-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6906;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"xjfublgexufmhogvquvqivmn-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3653;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2557,1524,'_wp_old_date','2025-10-24'),
(2558,1526,'_wp_attached_file','2025/10/tqlsqsoknlkuiporxxdlwtco.jpg'),
(2559,1526,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:542;s:6:\"height\";i:700;s:4:\"file\";s:36:\"2025/10/tqlsqsoknlkuiporxxdlwtco.jpg\";s:8:\"filesize\";i:48912;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"tqlsqsoknlkuiporxxdlwtco-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"tqlsqsoknlkuiporxxdlwtco-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6073;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2561,1527,'_wp_old_date','2025-10-24'),
(2562,1529,'_wp_attached_file','2025/10/sycpsgtmghbbblwjoattcvpl.jpg'),
(2563,1529,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:488;s:6:\"height\";i:700;s:4:\"file\";s:36:\"2025/10/sycpsgtmghbbblwjoattcvpl.jpg\";s:8:\"filesize\";i:39731;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"sycpsgtmghbbblwjoattcvpl-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"sycpsgtmghbbblwjoattcvpl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4935;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2565,1530,'_wp_old_date','2025-10-24'),
(2581,1562,'_wp_attached_file','2025/10/eieogwvrxlanafphxxehdwjk.jpg'),
(2582,1562,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:408;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2025/10/eieogwvrxlanafphxxehdwjk.jpg\";s:8:\"filesize\";i:35108;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"eieogwvrxlanafphxxehdwjk-204x300.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11399;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"eieogwvrxlanafphxxehdwjk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5115;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2583,1563,'_wp_attached_file','2025/10/nochnye-babochki-v-krasnodare-iskusstvo-intimnyh_1.jpg'),
(2584,1563,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:344;s:4:\"file\";s:62:\"2025/10/nochnye-babochki-v-krasnodare-iskusstvo-intimnyh_1.jpg\";s:8:\"filesize\";i:29358;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"nochnye-babochki-v-krasnodare-iskusstvo-intimnyh_1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8994;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"nochnye-babochki-v-krasnodare-iskusstvo-intimnyh_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4712;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2586,1564,'_wp_old_date','2025-10-24'),
(2590,1572,'_wp_old_date','2025-10-24'),
(2592,1574,'_wp_old_date','2025-10-24'),
(2596,1580,'_wp_old_date','2025-10-24'),
(2598,1582,'_wp_old_date','2025-10-24'),
(2602,1588,'_wp_old_date','2025-10-24'),
(2604,1590,'_wp_old_date','2025-10-24'),
(2607,1594,'_wp_old_date','2025-10-24'),
(2610,1598,'_wp_old_date','2025-10-24'),
(2612,1600,'_wp_old_date','2025-10-24'),
(2614,1602,'_wp_old_date','2025-10-24'),
(2618,1608,'_wp_old_date','2025-10-24'),
(2620,1610,'_wp_old_date','2025-10-24'),
(2622,1612,'_wp_old_date','2025-10-24'),
(2624,1614,'_wp_old_date','2025-10-25'),
(2626,1616,'_wp_old_date','2025-10-25'),
(2628,1618,'_wp_old_date','2025-10-25'),
(2630,1620,'_wp_old_date','2025-10-25'),
(2632,1622,'_wp_old_date','2025-10-25'),
(2634,1624,'_wp_old_date','2025-10-25'),
(2636,1626,'_wp_old_date','2025-10-25'),
(2638,1628,'_wp_old_date','2025-10-25'),
(2640,1630,'_wp_old_date','2025-10-25'),
(2643,1634,'_wp_old_date','2025-10-25'),
(2645,1636,'_wp_old_date','2025-10-25'),
(2647,1638,'_wp_old_date','2025-10-25'),
(2649,1640,'_wp_old_date','2025-10-25'),
(2651,1642,'_wp_old_date','2025-10-25'),
(2654,1646,'_wp_old_date','2025-10-25'),
(2656,1648,'_wp_old_date','2025-10-25'),
(2658,1650,'_wp_old_date','2025-10-25'),
(2661,1654,'_wp_old_date','2025-10-25'),
(2663,1656,'_wp_old_date','2025-10-25'),
(2666,1662,'_edit_lock','1761364142:1'),
(2667,1662,'_edit_last','1'),
(2670,1662,'_wp_old_date','2025-10-25'),
(2673,1667,'_wp_old_date','2025-10-25'),
(2674,1669,'_edit_lock','1761364234:1'),
(2675,1669,'_edit_last','1'),
(2678,1669,'_wp_old_date','2025-10-25'),
(2679,1672,'_edit_lock','1761364246:1'),
(2680,1672,'_edit_last','1'),
(2683,1672,'_wp_old_date','2025-10-25'),
(2685,1675,'_wp_old_date','2025-10-25'),
(2686,1677,'_edit_lock','1761364314:1'),
(2687,1677,'_edit_last','1'),
(2690,1677,'_wp_old_date','2025-10-25'),
(2692,1680,'_wp_old_date','2025-10-25'),
(2696,1686,'_wp_old_date','2025-10-25'),
(2698,1688,'_wp_old_date','2025-10-25'),
(2700,1690,'_wp_old_date','2025-10-25'),
(2702,1692,'_wp_old_date','2025-10-25'),
(2704,1694,'_wp_old_date','2025-10-25'),
(2706,1696,'_wp_old_date','2025-10-25'),
(2708,1698,'_wp_old_date','2025-10-25'),
(2710,1700,'_wp_old_date','2025-10-26'),
(2712,1702,'_wp_old_date','2025-10-26'),
(2714,1704,'_wp_old_date','2025-10-26'),
(2716,1706,'_wp_old_date','2025-10-26'),
(2718,1708,'_wp_old_date','2025-10-26'),
(2720,1710,'_wp_old_date','2025-10-26'),
(2722,1712,'_wp_old_date','2025-10-26'),
(2724,1714,'_wp_old_date','2025-10-26'),
(2726,1716,'_wp_old_date','2025-10-26'),
(2729,1721,'_wp_old_date','2025-10-26'),
(2733,1724,'_wp_old_date','2025-10-26'),
(2735,1726,'_wp_old_date','2025-10-26'),
(2736,1728,'_edit_lock','1761451306:1'),
(2737,1728,'_edit_last','1'),
(2740,1728,'_wp_old_date','2025-10-26'),
(2742,1731,'_wp_old_date','2025-10-26'),
(2743,1733,'_edit_lock','1761451408:1'),
(2744,1733,'_edit_last','1'),
(2747,1733,'_wp_old_date','2025-10-26'),
(2749,1736,'_wp_old_date','2025-10-26'),
(2750,1738,'_edit_lock','1761451477:1'),
(2751,1738,'_edit_last','1'),
(2754,1738,'_wp_old_date','2025-10-26'),
(2756,1742,'_wp_old_date','2025-10-27'),
(2760,1748,'_wp_old_date','2025-10-27'),
(2763,1752,'_wp_old_date','2025-10-27'),
(2766,1756,'_wp_old_date','2025-10-27'),
(2769,1760,'_wp_old_date','2025-10-27'),
(2771,1762,'_wp_old_date','2025-10-27'),
(2773,1766,'_edit_lock','1761536611:1'),
(2774,1766,'_edit_last','1'),
(2777,1766,'_wp_old_date','2025-10-27'),
(2779,1771,'_edit_lock','1761536714:1'),
(2780,1771,'_edit_last','1'),
(2783,1771,'_wp_old_date','2025-10-27'),
(2785,1776,'_edit_lock','1761536800:1'),
(2786,1776,'_edit_last','1'),
(2789,1776,'_wp_old_date','2025-10-27'),
(2791,1779,'_wp_old_date','2025-10-27'),
(2794,1783,'_wp_old_date','2025-10-27'),
(2808,1809,'_wp_old_date','2025-10-27'),
(2812,1815,'_wp_old_date','2025-10-27'),
(2815,1819,'_wp_old_date','2025-10-27'),
(2819,1825,'_wp_old_date','2025-10-27'),
(2821,1827,'_wp_old_date','2025-10-27'),
(2826,1835,'_wp_old_date','2025-10-27'),
(2828,1837,'_wp_old_date','2025-10-27'),
(2833,1845,'_wp_old_date','2025-10-27'),
(2836,1849,'_wp_old_date','2025-10-27'),
(2838,1851,'_wp_old_date','2025-10-27'),
(2839,1851,'_wp_trash_meta_status','publish'),
(2840,1851,'_wp_trash_meta_time','1761572956'),
(2841,1851,'_wp_desired_post_slug','1win-promosyon-kodu-2025-dos800-tesvik-%30-nakit-geri-odeme'),
(2843,1853,'_wp_old_date','2025-10-27'),
(2845,1855,'_wp_old_date','2025-10-27'),
(2847,1857,'_wp_old_date','2025-10-27'),
(2849,1859,'_wp_old_date','2025-10-27'),
(2851,1861,'_wp_old_date','2025-10-27'),
(2858,1876,'_edit_lock','1761615270:1'),
(2859,1876,'_edit_last','1'),
(2862,1878,'_wp_old_date','2025-10-28'),
(2864,1880,'_wp_old_date','2025-10-28'),
(2866,1882,'_wp_old_date','2025-10-28'),
(2867,1884,'_edit_lock','1761622259:1'),
(2868,1884,'_edit_last','1'),
(2871,1884,'_wp_old_date','2025-10-28'),
(2873,1889,'_edit_lock','1761622416:1'),
(2874,1889,'_edit_last','1'),
(2877,1889,'_wp_old_date','2025-10-28'),
(2879,1892,'_wp_old_date','2025-10-28'),
(2880,1894,'_edit_lock','1761622582:1'),
(2881,1894,'_edit_last','1'),
(2884,1894,'_wp_old_date','2025-10-28'),
(2908,1943,'_wp_old_date','2025-10-29'),
(2910,1945,'_wp_old_date','2025-10-29'),
(2911,1945,'_wp_trash_meta_status','publish'),
(2912,1945,'_wp_trash_meta_time','1761673541'),
(2913,1945,'_wp_desired_post_slug','1win-jetx-nigeria-%500-bonusla-kaydolun-ve-jackpotu-kazanin'),
(2918,1953,'_wp_old_date','2025-10-29'),
(2921,1957,'_wp_old_date','2025-10-29'),
(2923,1959,'_wp_old_date','2025-10-29'),
(2925,1961,'_wp_old_date','2025-10-29'),
(2927,1963,'_wp_old_date','2025-10-29'),
(2929,1965,'_wp_old_date','2025-10-29'),
(2931,1967,'_wp_old_date','2025-10-29'),
(2933,1969,'_wp_old_date','2025-10-29'),
(2936,1973,'_wp_old_date','2025-10-29'),
(2938,1975,'_wp_old_date','2025-10-29'),
(2940,1977,'_wp_old_date','2025-10-29'),
(2943,1981,'_wp_old_date','2025-10-29'),
(2945,1983,'_wp_old_date','2025-10-29'),
(2947,1985,'_wp_old_date','2025-10-29'),
(2949,1987,'_wp_old_date','2025-10-29'),
(2952,1991,'_wp_old_date','2025-10-29'),
(2955,1995,'_wp_old_date','2025-10-29'),
(2957,1997,'_wp_old_date','2025-10-29'),
(2959,1999,'_wp_old_date','2025-10-29'),
(2961,2001,'_wp_old_date','2025-10-29'),
(2963,2003,'_wp_old_date','2025-10-29'),
(2966,2007,'_wp_old_date','2025-10-29'),
(2969,2011,'_wp_old_date','2025-10-29'),
(2971,2015,'_edit_lock','1761708880:1'),
(2972,2015,'_edit_last','1'),
(2974,2017,'_edit_lock','1761708919:1'),
(2975,2017,'_edit_last','1'),
(2978,2017,'_wp_old_date','2025-10-29'),
(2980,2020,'_wp_old_date','2025-10-29'),
(2982,2024,'_edit_lock','1761709215:1'),
(2983,2024,'_edit_last','1'),
(2986,2024,'_wp_old_date','2025-10-29'),
(2997,2045,'_wp_old_date','2025-10-29'),
(3008,2065,'_wp_old_date','2025-10-29'),
(3010,2067,'_wp_old_date','2025-10-29'),
(3013,2071,'_wp_old_date','2025-10-29'),
(3015,2073,'_wp_old_date','2025-10-29'),
(3017,2075,'_wp_old_date','2025-10-29'),
(3019,2077,'_wp_old_date','2025-10-29'),
(3021,2079,'_wp_old_date','2025-10-29'),
(3024,2083,'_wp_old_date','2025-10-29'),
(3026,2085,'_wp_old_date','2025-10-29'),
(3028,2087,'_wp_old_date','2025-10-29'),
(3030,2089,'_wp_old_date','2025-10-29'),
(3032,2091,'_wp_old_date','2025-10-29'),
(3034,2093,'_wp_old_date','2025-10-29'),
(3037,2097,'_wp_old_date','2025-10-29'),
(3039,2099,'_wp_old_date','2025-10-29'),
(3041,2101,'_wp_old_date','2025-10-29'),
(3043,2103,'_wp_old_date','2025-10-29'),
(3045,2105,'_wp_old_date','2025-10-29'),
(3047,2107,'_wp_old_date','2025-10-29'),
(3050,2111,'_wp_old_date','2025-10-29'),
(3052,2113,'_wp_old_date','2025-10-29'),
(3054,2115,'_wp_old_date','2025-10-29'),
(3060,2125,'_wp_old_date','2025-10-30'),
(3061,2127,'_edit_lock','1761787421:1'),
(3062,2127,'_edit_last','1'),
(3066,2131,'_wp_old_date','2025-10-30'),
(3069,2135,'_wp_old_date','2025-10-30'),
(3070,2137,'_edit_lock','1761795012:1'),
(3071,2137,'_edit_last','1'),
(3074,2137,'_wp_old_date','2025-10-30'),
(3076,2140,'_wp_old_date','2025-10-30'),
(3077,2142,'_edit_lock','1761795104:1'),
(3078,2142,'_edit_last','1'),
(3081,2142,'_wp_old_date','2025-10-30'),
(3082,561,'_oembed_7f01c36dec6ca740a1fd7ef5e84ef9ac','{{unknown}}'),
(3083,561,'_oembed_8a941f2bbf780318266653b6071fddcb','{{unknown}}'),
(3084,561,'_oembed_49ac5c0daa72203b9e104014c037753c','{{unknown}}'),
(3097,2168,'_wp_old_date','2025-10-30'),
(3104,581,'_oembed_f3206cd0f670f247bfda956fd780332b','{{unknown}}'),
(3105,581,'_oembed_7e790e2522114411ab32432299352bcd','{{unknown}}'),
(3106,593,'_oembed_99cebdce1e155cc062108765aa434d7e','{{unknown}}'),
(3107,593,'_oembed_6f0c8cb4bd7e1c897af15c21f04501ca','{{unknown}}'),
(3108,593,'_oembed_429535724d54f75e3156f8ec6967127c','{{unknown}}'),
(3109,595,'_oembed_d204abb8b0910291bd565c37e16d0243','{{unknown}}'),
(3110,585,'_oembed_e92e1dd1b41274134f1bf6a155dc2922','{{unknown}}'),
(3111,585,'_oembed_f220722f0fde0c3f9f0fe73e98c60399','{{unknown}}'),
(3116,2189,'_wp_old_date','2025-10-31'),
(3118,2191,'_wp_old_date','2025-10-31'),
(3120,2193,'_wp_old_date','2025-10-31'),
(3122,2195,'_wp_old_date','2025-10-31'),
(3124,2197,'_wp_old_date','2025-10-31'),
(3126,2201,'_edit_lock','1761882187:1'),
(3127,2201,'_edit_last','1'),
(3130,2201,'_wp_old_date','2025-10-31'),
(3132,2204,'_wp_old_date','2025-10-31'),
(3133,2206,'_edit_lock','1761882522:1'),
(3134,2206,'_edit_last','1'),
(3137,2206,'_wp_old_date','2025-10-31'),
(3141,2215,'_wp_old_date','2025-10-31'),
(3143,2217,'_wp_old_date','2025-10-31'),
(3145,2219,'_wp_old_date','2025-10-31'),
(3147,2221,'_wp_old_date','2025-10-31'),
(3151,2227,'_wp_old_date','2025-10-31'),
(3156,2235,'_wp_old_date','2025-10-31'),
(3159,2239,'_wp_old_date','2025-10-31'),
(3162,2243,'_wp_old_date','2025-10-31'),
(3165,2247,'_wp_old_date','2025-10-31'),
(3168,2251,'_wp_old_date','2025-10-31'),
(3170,2253,'_wp_old_date','2025-10-31'),
(3173,2257,'_wp_old_date','2025-10-31'),
(3176,2261,'_wp_old_date','2025-10-31'),
(3181,2269,'_wp_old_date','2025-10-31'),
(3183,2271,'_wp_old_date','2025-10-31'),
(3188,2279,'_wp_old_date','2025-11-01'),
(3190,2281,'_wp_old_date','2025-11-01'),
(3192,2283,'_wp_old_date','2025-11-01'),
(3194,2285,'_wp_old_date','2025-11-01'),
(3199,2293,'_wp_old_date','2025-11-01'),
(3201,2295,'_wp_old_date','2025-11-01'),
(3203,2297,'_wp_old_date','2025-11-01'),
(3205,2299,'_wp_old_date','2025-11-01'),
(3207,2301,'_wp_old_date','2025-11-01'),
(3209,2303,'_wp_old_date','2025-11-01'),
(3211,2305,'_wp_old_date','2025-11-01'),
(3213,2307,'_wp_old_date','2025-11-01'),
(3216,2311,'_wp_old_date','2025-11-01'),
(3218,2313,'_wp_old_date','2025-11-01'),
(3220,2315,'_wp_old_date','2025-11-01'),
(3222,2317,'_wp_old_date','2025-11-01'),
(3225,2322,'_wp_old_date','2025-11-01'),
(3227,2324,'_wp_old_date','2025-11-01'),
(3229,2326,'_wp_old_date','2025-11-01'),
(3231,2328,'_wp_old_date','2025-11-01'),
(3233,2332,'_edit_lock','1761968351:1'),
(3234,2332,'_edit_last','1'),
(3237,2332,'_wp_old_date','2025-11-01'),
(3239,2337,'_edit_lock','1761968766:1'),
(3240,2337,'_edit_last','1'),
(3243,2337,'_wp_old_date','2025-11-01'),
(3245,2340,'_wp_old_date','2025-11-02');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=2344 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES
(4,0,'2024-08-22 06:05:19','2024-08-22 06:05:19','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2024-08-22 06:05:19','2024-08-22 06:05:19','',0,'https://lion288slot.com/index.php/2024/08/22/navigation/',0,'wp_navigation','',0);
INSERT INTO `wp_posts` VALUES
(6,1,'2024-08-22 23:08:19','2024-08-22 16:08:19','[{\"term_slug\":\"6e926e99c95cf363c495975d2995f84f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"78dd4d7bebdba8caab9e2ff853b2e7f3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc.i-amphtml-embedded\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bc368a0d8e4c8dc126d5f2d9d376b2d4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"32cbcdc5dfac231079dd911df24735d3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"796859c545b2b8bbc78aaf45428a856a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6c341bfced358c62f6d0507cb02c595c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f74dd261c0bbb601c9c2bebac91866cc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed-legacy>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1103860b579a837033c4baa2578d2cde\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05632efcdb03f348543a908bd58b5208\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d966a13a6b153c2af02d7685435e2191\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7c10c9a7a5da21835a8316b5d7e21491\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b6bd38549de6e60687ba6ef004148ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f49c84f57dc012e17cba9a783b3230c9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b569efb19a9b26f5c0b63aa5ccb6f98\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"98f7f952cdf89436d1fe8bfef9cd1dff\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef16232cb7c2b455dd95878bfef36ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"967f2883d59e1961f74302d034e20363\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper.i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"74cfdfb0b90c5a30a15f515ec5793db1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a15e44da56c1bf79870abe5023b84a95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-action]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d16f8f1a8797a2fe257afdf7e0770c55\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-section]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e304f4ec3f6df028a03c5a319927aec1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-story .i-amphtml-loader-background\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"90d71052e4e57147bf5c7b77a4474890\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-autocomplete-results\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"4968113fe0bf02feb08d10681aacb08a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ab11958d7828e129dfcc6dacfa6538f6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=nodisplay]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7a56a2da869de0147a3128ae03b6a7ce\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"06e2f1baa02202f8b6e64ae762b52e31\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed][width][height]:not(.i-amphtml-layout-fixed)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"abb7edd7244e18c2bcf1206bc5c2f63b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-responsive\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbb02f9cbe1032d8273f84e1763271ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=responsive][width][height]:not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"02be1b3c96a02bb5618ee00f49035114\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c24de44529a455723b7f5ecfb325e0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"424e38f6208529dda0deca9b5761551b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cf235538b0e34806687ec3e05217f3d7\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c994637899b3260f3b08af60acd30b7e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic .i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"62bbfff47a671421852c730e6e75c52c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-intrinsic-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7956acf2a344f92b5c1d642d96009eba\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"85f1a444eefbab93f26482896ef0517d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed-height\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3763c1d45150b1bb670dcf26f6970f95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"369be1b254f130414b0198b186e5c8e9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"597c7a1cda0081db7abf51f1fff65200\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill.i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7eced3df1f3c799a47532b24d3ae213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fill]:not(.i-amphtml-layout-fill)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0ebb421eab88295615fc41dedf317e93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-flex-item\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac7607581d0bf919bad773c14c4e7f71\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=flex-item]:not(.i-amphtml-layout-flex-item)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cc6617893416bac6381cfe9f2610fa8d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fluid\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05b03d0f41d6c796546f040d56472ad2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"211f493cfc36aa016bbd1cabeedc95b5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-awaiting-size\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"163cff4c70bc46f71881b3e7e66d46a6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1c1a75a4d87a6e5a4195d81919e7df57\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer.i-amphtml-disable-ar\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1bf411fe0f9d7bcf0de1ee9a82af86f8\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"704c2c3a7fab806172501bb0c68b6521\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined .i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ed3a6dc59f746d84ee645c7d70433516\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-replaced-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"851e321f225a5e780c69c1093c4fa080\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3b05a628fc5434156f1011e17f61cfc0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0810e2f827a96c5d28f4a097adf7c065\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"877f1688632ddcb840fcc05b782bfef5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"67ad44335dfff37be43caf4b3ea9055e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-unresolved\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"458cc5f045ce35dfc6b0299062b0487c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-select-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b1461c0ec91cc0e50413fcc3df42893\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a79d184c4bf2c1ac6bdb8b0e03fcbed5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0a26ecf71f42183d674b37f23a3b5f76\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0991ec0e12d22ff55065ce8e97602a6c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1a21b76af7f00d9e2a1d87ea823fc85c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"963b1d5a1619a8e07bd1801383df5fa0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e3127efb582e232b19e444f59b9e3d0b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8c5c0526583da8fd3120c40c995b5f65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"249e96497ba86b7690a59ac6fce8eb65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8eeb3fbf4ea07ba9ef69ad542775dfe1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ffba64de2949b671984b2dc743d51a96\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c582270ca7786dd0383fd758b94745cb\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"459a208a950bd2aa1532a3740d8fb094\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5f37837a4a2efd583dc3aaf2f7b3d02f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac2ac0f42aff860bcf2167fd5d01a24e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e8088c8e910743a15e0914acc7bf6e6e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f597934953747370cf60ed592724c062\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1f2047116156cb77916c13f5940f80ac\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element:not(.amp-notsupported)>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"add339ec65b68502249bfa77ca6e7956\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"efa7e3ef4c6af1f35e0cc3157a434732\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1cab7b841eb94d415c495c4e963fd93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a0cd33acd45ade5cdb7b101eec489685\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0a007a258e63e30610eedaf4166cd44\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8a5a9a51902eba28aba28f3dc5d63314\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7627de0161e40639a3284a9da3f07244\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-hidden-by-media-query\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d9b23ae0d737d0ce55e8942c72473c2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86126f5d472d40586dc65e040fe2e388\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error:before\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a2db1da3fca457f573c8f946d2626f15\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9d8399c965095d9dd0683dca6b17cb2a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container.amp-active\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"15a888e79f5e1e182758333e8aed8349\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"207559750b0f3bd71acd406b5d1fe85f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>.i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"931fc2a18a45ccf3690af57d90552e1d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b14ca3eea5c95c289e619458db2381c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6226542c6d4da8e2219b7d1dfab332dc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bd54f11dad81cb6c72d924322908d6d9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow].amp-visible\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8dfc48bb6b9b6286d08e9ddf113eeec6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>amp-analytics\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"100a03e0c840b67977bf9c5decf711fe\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6bf733ed6d30bbd71a9eb5826db12fb4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f83e0253d1d4a0a6a85fd05e763475d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9033f7038081256941379863aae103c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"76433cca2e00a68400373d60cf6f0513\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"62860cb1664e9a052e19f2c545c91c4e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"dcd77f2a6f9f9522e1c5d024186255b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b1ceaa16b0df0f5570ef697609873a03\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3d1578a216bc1f57982436962e7e22d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2ae859ca84bafdf81ddf4108f0f232c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5afa01d22f93dcac5d576ce8bd45077b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3ae64f8e3434e063ffe2801fae615931\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f4e69dbd0d8b48e89d38cb925763e3af\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"588b3e45124d098cb6ef84e7a2a2509a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"63cce02d8c29d0337c989afceaa35a32\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"276cf4eb810de7ce63a2c1032329dc3a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a623af3ecbf5280833e8a65944f6021\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"458c75ece7c3149e05af34e3ce13c76e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0b766511de69da49106546f306e83146\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a521746ec6d166a090c86b115d7a9688\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"39fd6b74c9b4addb2562963f23398dad\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ad082713c5e670893d13526536657b2f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"364a955c675a53398eac5ee4f0967bb4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8f154de0abb014521a8329e9b84963da\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f1c9a63cd2edd37284437774f936ecd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e75555d2e56ff66818510362a844520d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7120a09543cf3b1cca4962415cbff6c0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a483af5fe86e35a9d69e48d2993f6334\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6edacc102ae8a1e31ddc2991ddce6bf2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d39c0df624d09a5c792287e0f51f227\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"59904f207b6dff062b67872b17f7d4dd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"24837ef6bc65a728a01ee4ab44d5b7e5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"802c1720b6074c5e946f4bdc737159bf\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3dc4319f60b4f4ef16fbf8b79a7e4e16\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7b3244efc84e471f4602005024a8a8ff\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f26da11175246dcc7856dd580526c6fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d449ba8f544f21b44c50c472fed4c49f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6d87618514cbe83eba3a5d44afefe9b2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ac9b1134ce514acbef0f3ed832a22621\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9fdc47bfd9582932ee50adf76bc658d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f7f66c19c08db7f71ac4c3b3592ef49\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7f4351c83771c7ca79e45c7880ab4fb9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7d7a8b08ab6cf9f727bd619e503002d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"207153a6d40925603f4a5367794d0109\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"339287f0a393a42ab87ba8689d0e0998\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"44493061bad042ac4ba67ea55f3eb524\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"eb4b318bd9844d1d89a58a46cc5d15cb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"509392f7772bd0608c5fd44a2e494e0a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"332a8e1938e1247c7bfefb180295c8ed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2bd0a89b6e66870cda5f44dfb5bf6ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a83705b718e3abe8610ba6052bf4612c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2449eea9b4ded25bd9ca53a6a33d624c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aeb7d593fee7b735eaff4fd1b27f2d6\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d076791fa344cbb016d3c8b31e5d8a2a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b6af6f71478f43b01f35484551e32945\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1cedeb8d3685d736ad04df719bb1d660\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2c677e199534ea996f0fba9bef425ca\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9275ad111ebfa32170791c9b38d87878\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d84eff10f8c6acb764406d5d24447c80\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"67d7e6ac48eed2646ea9316e51e283f1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"820fb7030dbe44f0e5c3c6d203e371f4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7dff93b5c05cc46f2425c8d42d2f6c3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca676852e573e74a1978c177f7150085\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"83ea3f15cc9167b42e0fcec04724b054\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43ee0ffac52a6b0d4bad67b8b1d3bf87\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d79a76b650d973e81c7b34960767ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca1d14259a252803ebfaf57353503759\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6ce7160f4727622b2c86edcc891230e9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4ca8b24c405f053b5bbf36ebafd0ed5e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5c4c552d0f86271fafb6722cc567bfb3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2994859cf57076f43fb88c78280badc\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7d3ee3196bd84b5ec362be9b794c77fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7938e2bf4ebde18e29dd2a934f29df61\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fc3209ef55292b86a63692a7144e979c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"aba801beb8f1700360e8a73cdd02e3e1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4027486a3b922db649366a6445ae906c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43c47de6f7f64a3d1806ab528e57b1fb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1c619d5e444706fe81f0edc8117e194d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3b06a40158ec720c60aedcab7b0bbd0c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aa893f7cd897480267eb6ce1a1136c4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"28737599554d0339f3f7fe7e95b5a748\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d073289ac37ccdd33a71b6e70808a922\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8a42efe8e2f20709f539920fb178e627\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f463cae494b511a99d1609b664719f2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d623e1a116bf6b26764813fb6fa1b687\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e0455c0d2d0fcf810d9f1aa11397479\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"90a77d7d1b6c89c44f5c6dac2d1bd410\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f54b6bc76c3c731a6f6ccad9b2fc5f9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"297fbdada7b69c0ffcba2588fff1daed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f468f4c26258ae0eb1f443e0af89908\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f158b5578094c9ab4b803c978d3f3c12\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7cd55e67301e99cc315d883d0a15e4cd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"327c430718e73ec34fe89fe9e37394b1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c8e40597a77f67d4181bc2ad93d030a2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5dc21845b442abf8caefa2034025b209\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"96f691b9d1c2382cccdc0f16c795eab2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"212eef404e7aecd6bbdb82fa82a7476d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"de2fb5d6ba6e1def48f338808cf8625b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"db737007a0445f4c686fdb4422e37a13\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"55320d73f312c61b7c994e96496d3b89\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"829ad2bcdf43980286bb7b357081d349\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2948a5adde172d5c5cea2b50f288e2ac\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7a2b47de5d5027fc77e03fc082255551\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a5caba6aa7ff2f853d77f355bf552b3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cf00ada513a65ef3aa7076f31704345e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5fa14d0ee5126a2cbafeec1854c4c8ba\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6f0e0df11772639d8e8ec5fd009c17b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2691cd24b0e7ef8cd6b1e34253306431\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e11a26aa2ad342bb36c19b79ab09e93f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"async\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.mjs\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d6511080509f8f89501f92db80d5ad3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.js\",\"crossorigin\":\"anonymous\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a1170acfbe89118b02612d924454ba77\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.mjs\",\"async\":\"\",\"custom-element\":\"amp-anim\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"621a0620cddff518c050f892caa46f15\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.js\",\"crossorigin\":\"anonymous\",\"custom-element\":\"amp-anim\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5df0ca684b4c726043824560780c6d94\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a95a4eaef4c51496030dc7c80a848e52\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2b14c97bdc2b8d0ff2579f955fcc9d3a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"78fc20759507ae314726b15f101df5cc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-anim\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f087b7093b90c6bd722e3cfba2149f9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"26c8ad566f90895dd571588b0206682e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b508819e08ea6a8fcda3f98c23f01085\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bdad24da3f4c1a4afa0263572280427c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f311efde56281d9471cce3b81ab4e2e3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f3f86f7561afc02d31e44fa7c2ae08a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb2ed584b00392ec0d0eb081983ca34e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ddb63efb65b8b25324fe3c3969e3e5eb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"984e4841895598da2bc6d1daada6eca5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e9d17b40cff9db1521a162c30423bc59\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9f0ead2252c5901ec732b22574a63f3f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2945f0d940c0c8e1fdf369171b0879e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"06fc760147e823d12cf4bdafaba06a9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"61fd7bfee89f5c4615cb71511ae35e3d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"124430ff42a8ecf042e36dd43e2cf3df\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0f5e0bba069e85da844f8b31609026f8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"918eec4b45fa9d1fed17bd1bb19dbec2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bb46d10cc26208936ed88a3dd3d855f6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"af5d1b580f4d36fbe1d6df9912ff4f14\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"10a4cf00df02f56f1438ce013ced2704\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"08dd9140033211df73e2eef4abb86e4f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f983dcaa814a264544e60745ec4a3539\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d40a5206c038cd5a080a71d483986592\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"05862b2e9f7ed7c8418dbc3b8a3f2d77\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3aa71fd0e6ce0aa9fccd742ce52f0393\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f1e23af69ac21ac2f5e151d3ff124ae\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fa0e24486ee10c13ad912978627a140d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"867cc544938196af64b79b4ce7e6e4ea\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3330a02bb76f117d7d841adb4f55d9fe\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b015b29921919700cc02f7b3c7736dde\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2122012c8f6ee47f4c3573775f52cd3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9d12273fed7ef05e1ee182c451a877a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"88fd198c377424d3ee98f10c95cb7483\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"290b8b2174564b4852b548e0e11c4a39\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d46432a8cedd60ac210c61410bc6df64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e16ae825fed3c279e2c9d4dccc6586ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b090ad96786f23f68d17bb48d4e10910\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"418f1b22d9c1dfe1bfc3b8c968d3f7c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b33039180d7711dd0ebe40da9c877ff2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"21aece179c2005210caea7862aa9957c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b58234a7798889735ad2aacc728e9ed4\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"23d1ef00083eb55697c4e71fdd3a78c5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ca51678da00f20bdcb04db1b379447dc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb1b0e886f7be10a58e9e71acbd24348\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"94232c49fc235dc5c70009429e05e93f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e54f6ed8723cb33f3550efbfe3018750\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"63e9e7b9a3c5bbba993d76a3958c9758\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d57dfa739733177ca52105a4c47b467a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b8ea83f8844293493697f7db4146029\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7844666f2c3772175df23670a6ca735\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86801a7e55eb84dcf4d6ba9942b6663b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"184507215bcd74f3996a279622328e01\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0c010fc8459d8cb6a328f1a82bcb3a1e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3c34dccfe3d3dd71c9bf53e4ea0dbd9c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3556b6463a9b6f81ac6550c12513e058\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbd30b70b79b5756957e663945a72606\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8aedabb81fef4a2e08fcd6f55ae408c9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9335249ad09a8c11636b1bf34985547a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3195de98192cc548bb70376e053fbb2e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef3c46a4f96d4382dce19f36ffabdf9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b3e590ab29e330c8db6953b87365dd1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8065060c4500e33edf1fe72ad26441a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7f812c36d7a2a1b6a6e4163e26c6645d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0c78a7ef15d83938758d95bff5859ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"be7d3a22cafa6ecff688708f3794c10b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"24f45739d9a8eebf8f26a17478432585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"03654a8194d1e8f1fef3bf85513596ba\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}}]','https://lion288slot.com/hello-world/','','publish','closed','closed','','d233e74522efd8c5a50c9554c4a8a666','','','2024-08-22 23:08:19','2024-08-22 16:08:19','',0,'https://lion288slot.com/amp_validated_url/d233e74522efd8c5a50c9554c4a8a666/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(7,1,'2024-08-22 23:08:19','2024-08-22 16:08:19','[{\"term_slug\":\"32cbcdc5dfac231079dd911df24735d3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6c341bfced358c62f6d0507cb02c595c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f74dd261c0bbb601c9c2bebac91866cc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed-legacy>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1103860b579a837033c4baa2578d2cde\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05632efcdb03f348543a908bd58b5208\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d966a13a6b153c2af02d7685435e2191\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7c10c9a7a5da21835a8316b5d7e21491\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b6bd38549de6e60687ba6ef004148ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f49c84f57dc012e17cba9a783b3230c9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b569efb19a9b26f5c0b63aa5ccb6f98\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"98f7f952cdf89436d1fe8bfef9cd1dff\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"967f2883d59e1961f74302d034e20363\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper.i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"74cfdfb0b90c5a30a15f515ec5793db1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a15e44da56c1bf79870abe5023b84a95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-action]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d16f8f1a8797a2fe257afdf7e0770c55\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-section]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e1339dfd5ce836fb59343ea2280744a2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e304f4ec3f6df028a03c5a319927aec1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-story .i-amphtml-loader-background\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"90d71052e4e57147bf5c7b77a4474890\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-autocomplete-results\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"4968113fe0bf02feb08d10681aacb08a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c7043094426cc546f37b75044b4c03\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-blurry-placeholder\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ab11958d7828e129dfcc6dacfa6538f6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=nodisplay]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7a56a2da869de0147a3128ae03b6a7ce\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"06e2f1baa02202f8b6e64ae762b52e31\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed][width][height]:not(.i-amphtml-layout-fixed)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"abb7edd7244e18c2bcf1206bc5c2f63b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-responsive\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbb02f9cbe1032d8273f84e1763271ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=responsive][width][height]:not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"02be1b3c96a02bb5618ee00f49035114\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c24de44529a455723b7f5ecfb325e0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"424e38f6208529dda0deca9b5761551b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cf235538b0e34806687ec3e05217f3d7\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c994637899b3260f3b08af60acd30b7e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic .i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"62bbfff47a671421852c730e6e75c52c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-intrinsic-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7956acf2a344f92b5c1d642d96009eba\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"85f1a444eefbab93f26482896ef0517d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed-height\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3763c1d45150b1bb670dcf26f6970f95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"369be1b254f130414b0198b186e5c8e9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"597c7a1cda0081db7abf51f1fff65200\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill.i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7eced3df1f3c799a47532b24d3ae213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fill]:not(.i-amphtml-layout-fill)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0ebb421eab88295615fc41dedf317e93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-flex-item\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac7607581d0bf919bad773c14c4e7f71\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=flex-item]:not(.i-amphtml-layout-flex-item)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cc6617893416bac6381cfe9f2610fa8d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fluid\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05b03d0f41d6c796546f040d56472ad2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"211f493cfc36aa016bbd1cabeedc95b5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-awaiting-size\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"163cff4c70bc46f71881b3e7e66d46a6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1bf411fe0f9d7bcf0de1ee9a82af86f8\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"704c2c3a7fab806172501bb0c68b6521\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined .i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"851e321f225a5e780c69c1093c4fa080\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3b05a628fc5434156f1011e17f61cfc0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0810e2f827a96c5d28f4a097adf7c065\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"877f1688632ddcb840fcc05b782bfef5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"67ad44335dfff37be43caf4b3ea9055e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-unresolved\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"458cc5f045ce35dfc6b0299062b0487c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-select-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b1461c0ec91cc0e50413fcc3df42893\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a79d184c4bf2c1ac6bdb8b0e03fcbed5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0a26ecf71f42183d674b37f23a3b5f76\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0991ec0e12d22ff55065ce8e97602a6c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1a21b76af7f00d9e2a1d87ea823fc85c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"963b1d5a1619a8e07bd1801383df5fa0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e3127efb582e232b19e444f59b9e3d0b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8c5c0526583da8fd3120c40c995b5f65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"249e96497ba86b7690a59ac6fce8eb65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8eeb3fbf4ea07ba9ef69ad542775dfe1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ffba64de2949b671984b2dc743d51a96\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"509454f95506892bd6c5af346f1b2213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-ghost\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c582270ca7786dd0383fd758b94745cb\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"459a208a950bd2aa1532a3740d8fb094\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5f37837a4a2efd583dc3aaf2f7b3d02f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac2ac0f42aff860bcf2167fd5d01a24e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e8088c8e910743a15e0914acc7bf6e6e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f597934953747370cf60ed592724c062\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1f2047116156cb77916c13f5940f80ac\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element:not(.amp-notsupported)>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"add339ec65b68502249bfa77ca6e7956\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"efa7e3ef4c6af1f35e0cc3157a434732\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1cab7b841eb94d415c495c4e963fd93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a0cd33acd45ade5cdb7b101eec489685\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0a007a258e63e30610eedaf4166cd44\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8a5a9a51902eba28aba28f3dc5d63314\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7627de0161e40639a3284a9da3f07244\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-hidden-by-media-query\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d9b23ae0d737d0ce55e8942c72473c2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86126f5d472d40586dc65e040fe2e388\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error:before\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a2db1da3fca457f573c8f946d2626f15\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9d8399c965095d9dd0683dca6b17cb2a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container.amp-active\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"15a888e79f5e1e182758333e8aed8349\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"207559750b0f3bd71acd406b5d1fe85f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>.i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b14ca3eea5c95c289e619458db2381c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6226542c6d4da8e2219b7d1dfab332dc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bd54f11dad81cb6c72d924322908d6d9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow].amp-visible\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8dfc48bb6b9b6286d08e9ddf113eeec6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>amp-analytics\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"100a03e0c840b67977bf9c5decf711fe\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6bf733ed6d30bbd71a9eb5826db12fb4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f83e0253d1d4a0a6a85fd05e763475d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9033f7038081256941379863aae103c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"76433cca2e00a68400373d60cf6f0513\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"62860cb1664e9a052e19f2c545c91c4e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"dcd77f2a6f9f9522e1c5d024186255b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b1ceaa16b0df0f5570ef697609873a03\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3d1578a216bc1f57982436962e7e22d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5afa01d22f93dcac5d576ce8bd45077b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3ae64f8e3434e063ffe2801fae615931\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f4e69dbd0d8b48e89d38cb925763e3af\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"588b3e45124d098cb6ef84e7a2a2509a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"63cce02d8c29d0337c989afceaa35a32\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"276cf4eb810de7ce63a2c1032329dc3a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a623af3ecbf5280833e8a65944f6021\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"458c75ece7c3149e05af34e3ce13c76e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0b766511de69da49106546f306e83146\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a521746ec6d166a090c86b115d7a9688\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"39fd6b74c9b4addb2562963f23398dad\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ad082713c5e670893d13526536657b2f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"364a955c675a53398eac5ee4f0967bb4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8f154de0abb014521a8329e9b84963da\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f1c9a63cd2edd37284437774f936ecd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e75555d2e56ff66818510362a844520d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7120a09543cf3b1cca4962415cbff6c0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a483af5fe86e35a9d69e48d2993f6334\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6edacc102ae8a1e31ddc2991ddce6bf2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d39c0df624d09a5c792287e0f51f227\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"59904f207b6dff062b67872b17f7d4dd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"24837ef6bc65a728a01ee4ab44d5b7e5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"802c1720b6074c5e946f4bdc737159bf\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3dc4319f60b4f4ef16fbf8b79a7e4e16\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7b3244efc84e471f4602005024a8a8ff\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f26da11175246dcc7856dd580526c6fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d449ba8f544f21b44c50c472fed4c49f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6d87618514cbe83eba3a5d44afefe9b2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ac9b1134ce514acbef0f3ed832a22621\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9fdc47bfd9582932ee50adf76bc658d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f7f66c19c08db7f71ac4c3b3592ef49\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7f4351c83771c7ca79e45c7880ab4fb9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7d7a8b08ab6cf9f727bd619e503002d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"207153a6d40925603f4a5367794d0109\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"44493061bad042ac4ba67ea55f3eb524\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"eb4b318bd9844d1d89a58a46cc5d15cb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"509392f7772bd0608c5fd44a2e494e0a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2bd0a89b6e66870cda5f44dfb5bf6ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a83705b718e3abe8610ba6052bf4612c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2449eea9b4ded25bd9ca53a6a33d624c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aeb7d593fee7b735eaff4fd1b27f2d6\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d076791fa344cbb016d3c8b31e5d8a2a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b6af6f71478f43b01f35484551e32945\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"72516e825dc365b1408d36e9c8bc8253\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1cedeb8d3685d736ad04df719bb1d660\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2c677e199534ea996f0fba9bef425ca\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9275ad111ebfa32170791c9b38d87878\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d84eff10f8c6acb764406d5d24447c80\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"67d7e6ac48eed2646ea9316e51e283f1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"820fb7030dbe44f0e5c3c6d203e371f4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7dff93b5c05cc46f2425c8d42d2f6c3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"83ea3f15cc9167b42e0fcec04724b054\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43ee0ffac52a6b0d4bad67b8b1d3bf87\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d79a76b650d973e81c7b34960767ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca1d14259a252803ebfaf57353503759\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6ce7160f4727622b2c86edcc891230e9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4ca8b24c405f053b5bbf36ebafd0ed5e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5c4c552d0f86271fafb6722cc567bfb3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2994859cf57076f43fb88c78280badc\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7d3ee3196bd84b5ec362be9b794c77fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7938e2bf4ebde18e29dd2a934f29df61\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fc3209ef55292b86a63692a7144e979c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"aba801beb8f1700360e8a73cdd02e3e1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4027486a3b922db649366a6445ae906c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43c47de6f7f64a3d1806ab528e57b1fb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1c619d5e444706fe81f0edc8117e194d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3b06a40158ec720c60aedcab7b0bbd0c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aa893f7cd897480267eb6ce1a1136c4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"28737599554d0339f3f7fe7e95b5a748\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d073289ac37ccdd33a71b6e70808a922\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8a42efe8e2f20709f539920fb178e627\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f463cae494b511a99d1609b664719f2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d623e1a116bf6b26764813fb6fa1b687\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e0455c0d2d0fcf810d9f1aa11397479\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"90a77d7d1b6c89c44f5c6dac2d1bd410\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f54b6bc76c3c731a6f6ccad9b2fc5f9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"297fbdada7b69c0ffcba2588fff1daed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f468f4c26258ae0eb1f443e0af89908\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f158b5578094c9ab4b803c978d3f3c12\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7cd55e67301e99cc315d883d0a15e4cd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"327c430718e73ec34fe89fe9e37394b1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c8e40597a77f67d4181bc2ad93d030a2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"96f691b9d1c2382cccdc0f16c795eab2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"212eef404e7aecd6bbdb82fa82a7476d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"de2fb5d6ba6e1def48f338808cf8625b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"db737007a0445f4c686fdb4422e37a13\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"55320d73f312c61b7c994e96496d3b89\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"829ad2bcdf43980286bb7b357081d349\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6aa4139b7260887ec367e8326562aa4c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7a2b47de5d5027fc77e03fc082255551\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a5caba6aa7ff2f853d77f355bf552b3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cf00ada513a65ef3aa7076f31704345e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5fa14d0ee5126a2cbafeec1854c4c8ba\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6f0e0df11772639d8e8ec5fd009c17b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2691cd24b0e7ef8cd6b1e34253306431\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e11a26aa2ad342bb36c19b79ab09e93f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"async\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.mjs\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d6511080509f8f89501f92db80d5ad3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.js\",\"crossorigin\":\"anonymous\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a1170acfbe89118b02612d924454ba77\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.mjs\",\"async\":\"\",\"custom-element\":\"amp-anim\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"621a0620cddff518c050f892caa46f15\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.js\",\"crossorigin\":\"anonymous\",\"custom-element\":\"amp-anim\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5df0ca684b4c726043824560780c6d94\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a95a4eaef4c51496030dc7c80a848e52\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f087b7093b90c6bd722e3cfba2149f9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"26c8ad566f90895dd571588b0206682e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b508819e08ea6a8fcda3f98c23f01085\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bdad24da3f4c1a4afa0263572280427c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f311efde56281d9471cce3b81ab4e2e3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f3f86f7561afc02d31e44fa7c2ae08a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb2ed584b00392ec0d0eb081983ca34e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ddb63efb65b8b25324fe3c3969e3e5eb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"984e4841895598da2bc6d1daada6eca5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e9d17b40cff9db1521a162c30423bc59\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9f0ead2252c5901ec732b22574a63f3f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2945f0d940c0c8e1fdf369171b0879e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"06fc760147e823d12cf4bdafaba06a9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"61fd7bfee89f5c4615cb71511ae35e3d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"124430ff42a8ecf042e36dd43e2cf3df\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0f5e0bba069e85da844f8b31609026f8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"918eec4b45fa9d1fed17bd1bb19dbec2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bb46d10cc26208936ed88a3dd3d855f6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"af5d1b580f4d36fbe1d6df9912ff4f14\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"10a4cf00df02f56f1438ce013ced2704\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"08dd9140033211df73e2eef4abb86e4f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f983dcaa814a264544e60745ec4a3539\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d40a5206c038cd5a080a71d483986592\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"05862b2e9f7ed7c8418dbc3b8a3f2d77\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3aa71fd0e6ce0aa9fccd742ce52f0393\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f1e23af69ac21ac2f5e151d3ff124ae\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fa0e24486ee10c13ad912978627a140d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"867cc544938196af64b79b4ce7e6e4ea\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3330a02bb76f117d7d841adb4f55d9fe\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b015b29921919700cc02f7b3c7736dde\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2122012c8f6ee47f4c3573775f52cd3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9d12273fed7ef05e1ee182c451a877a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"88fd198c377424d3ee98f10c95cb7483\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"290b8b2174564b4852b548e0e11c4a39\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d46432a8cedd60ac210c61410bc6df64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b090ad96786f23f68d17bb48d4e10910\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"418f1b22d9c1dfe1bfc3b8c968d3f7c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b33039180d7711dd0ebe40da9c877ff2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"21aece179c2005210caea7862aa9957c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b58234a7798889735ad2aacc728e9ed4\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ca51678da00f20bdcb04db1b379447dc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb1b0e886f7be10a58e9e71acbd24348\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"94232c49fc235dc5c70009429e05e93f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e54f6ed8723cb33f3550efbfe3018750\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"63e9e7b9a3c5bbba993d76a3958c9758\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b8ea83f8844293493697f7db4146029\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7844666f2c3772175df23670a6ca735\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86801a7e55eb84dcf4d6ba9942b6663b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"184507215bcd74f3996a279622328e01\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0c010fc8459d8cb6a328f1a82bcb3a1e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3c34dccfe3d3dd71c9bf53e4ea0dbd9c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a131091640987968f73bc9f01447c6d7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3556b6463a9b6f81ac6550c12513e058\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbd30b70b79b5756957e663945a72606\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b0105ad0880ee321888f8a360b977e13\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8aedabb81fef4a2e08fcd6f55ae408c9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9335249ad09a8c11636b1bf34985547a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3195de98192cc548bb70376e053fbb2e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef3c46a4f96d4382dce19f36ffabdf9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b3e590ab29e330c8db6953b87365dd1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8065060c4500e33edf1fe72ad26441a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7f812c36d7a2a1b6a6e4163e26c6645d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0c78a7ef15d83938758d95bff5859ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"be7d3a22cafa6ecff688708f3794c10b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"24f45739d9a8eebf8f26a17478432585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"03654a8194d1e8f1fef3bf85513596ba\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}}]','https://lion288slot.com/sample-page/','','publish','closed','closed','','1ff45b2bacf5c42eaa461a76e03534f6','','','2024-08-22 23:08:19','2024-08-22 16:08:19','',0,'https://lion288slot.com/amp_validated_url/1ff45b2bacf5c42eaa461a76e03534f6/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(13,1,'2024-08-22 23:02:16','2024-08-22 16:02:16','','Lion288 Favicon','','inherit','closed','closed','','mabar-favicon','','','2024-08-22 23:02:21','2024-08-22 16:02:21','',0,'https://lion288slot.com/wp-content/uploads/2024/08/Mabar-Favicon.jpg',0,'attachment','image/jpeg',0),
(14,1,'2024-08-22 23:02:21','2024-08-22 16:02:21','https://lion288slot.com/wp-content/uploads/2024/08/cropped-Mabar-Favicon.jpg','Lion288 Favicon','','inherit','','closed','','lion288-favicon','','','2024-08-22 23:02:21','2024-08-22 16:02:21','',13,'https://lion288slot.com/wp-content/uploads/2024/08/cropped-Mabar-Favicon.jpg',0,'attachment','image/jpeg',0),
(20,1,'2024-08-23 13:15:03','2024-08-23 06:15:03','<h1 style=\"text-align: center;\"><strong>Lion288 : Mission Digital Baru Level Up Cepat Jadi Champion</strong></h1>\n<div style=\"position: absolute; left: -9966px;\"></div>\n<p>\n<span style=\"position: absolute; left: -9655px; width: 1px; height: 1px;\">\n<a href=\"https://ashkim.ru/\" title=\"казино водка\">казино водка</a>\n</span>\n\n<span style=\"position: absolute; left: -9655px; width: 1px; height: 1px;\"><br/>\n<a href=\"https://www.rusolidarnost.ru/\" title=\"казино водка\">казино водка</a><br/>\n</span><br/>\nStrona internetowa <a href=\"https://przepisnaszycie.pl/\">Mostbet</a> została zoptymalizowana pod kątem łatwej nawigacji i przejrzystości.</p>\n<div style=\"position: absolute; left: -9966px;\">\n<p>Modern encryption ensures all data at <a href=\"https://glory-casino-bengali.com/\">Glory Casino</a> stays fully protected.</p>\n</div>\n','Lion288','','publish','closed','closed','','lion288','','','2025-10-30 23:00:06','2025-10-30 16:00:06','',0,'https://lion288slot.com/?page_id=20',0,'page','',0),
(21,1,'2024-08-23 13:14:14','2024-08-23 06:14:14','Mission digital baru Lion288 hadir bantu level up cepat, quest seru, strategi efektif, dan hadiah besar untuk champion Lion 288.','Lion288','','inherit','closed','closed','','indukan-mabar88','','','2025-10-05 13:13:38','2025-10-05 06:13:38','',20,'https://lion288slot.com/wp-content/uploads/2024/08/Indukan-Mabar88.png',0,'attachment','image/png',0),
(22,1,'2024-08-23 13:15:03','2024-08-23 06:15:03','<div class=\"sc-gelMue gpjXWo\">\r\n<div class=\"sc-dxtBLK cowIAl\">\r\n<h1 class=\"sc-gWoSmj sc-hJVpLM hDkGxE dWSsmD\" style=\"text-align: center;\"><strong><span class=\"sc-fTJzqL hFjSGk\">LION288 : LION 288 Welcome To The Entertainment Capital Game</span></strong></h1>\r\n</div>\r\n</div>','LION288','','inherit','closed','closed','','20-revision-v1','','','2024-08-23 13:15:03','2024-08-23 06:15:03','',20,'https://lion288slot.com/?p=22',0,'revision','',0),
(26,1,'2024-08-30 03:21:13','2024-08-29 20:21:13','<h1 style=\"text-align: center;\"><strong>Lion288 Daftar : Agen Game Dengan Keuntungan Besar Trusted</strong></h1>','Lion288 Daftar','','publish','closed','closed','','lion288-daftar','','','2024-08-30 03:21:13','2024-08-29 20:21:13','',0,'https://lion288slot.com/?p=26',0,'post','',0),
(27,1,'2024-08-30 03:20:56','2024-08-29 20:20:56','','Lion288 Daftar','','inherit','closed','closed','','mabar','','','2024-08-30 03:20:57','2024-08-29 20:20:57','',26,'https://lion288slot.com/wp-content/uploads/2024/08/Mabar.jpg',0,'attachment','image/jpeg',0),
(28,1,'2024-08-30 03:21:13','2024-08-29 20:21:13','<h1 style=\"text-align: center;\"><strong>Lion288 Daftar : Agen Game Dengan Keuntungan Besar Trusted</strong></h1>','Lion288 Daftar','','inherit','closed','closed','','26-revision-v1','','','2024-08-30 03:21:13','2024-08-29 20:21:13','',26,'https://lion288slot.com/?p=28',0,'revision','',0),
(29,1,'2024-08-30 03:21:45','2024-08-29 20:21:45','<h1 style=\"text-align: center;\"><strong>Lion288 Register : Situs Game Online Populer Prize Terpopuler</strong></h1>','Lion288 Register','','publish','closed','closed','','lion288-register','','','2024-08-30 03:21:45','2024-08-29 20:21:45','',0,'https://lion288slot.com/?p=29',0,'post','',0),
(30,1,'2024-09-13 00:00:16','2024-09-12 17:00:16','<h1 style=\"text-align: center;\"><strong>Lion288 Login : Agen Game Online Big Win Dan Terbaik Populer</strong></h1>','Lion288 Login','','publish','closed','closed','','lion288-login','','','2024-08-30 03:22:20','2024-08-29 20:22:20','',0,'https://lion288slot.com/?p=30',0,'post','',0),
(31,1,'2024-09-27 00:00:16','2024-09-26 17:00:16','<h1 style=\"text-align: center;\"><strong>Lion288 Download : Situs Game Online Populer Prize Pool</strong></h1>','Lion288 Download','','publish','closed','closed','','lion288-download','','','2024-08-30 03:22:48','2024-08-29 20:22:48','',0,'https://lion288slot.com/?p=31',0,'post','',0),
(32,1,'2024-10-11 00:00:16','2024-10-10 17:00:16','<h1 style=\"text-align: center;\"><strong>Lion288 Online : Situs Dengan Games Online Terkenal Exclusive</strong></h1>','Lion288 Online','','future','closed','closed','','lion288-online','','','2024-08-30 03:23:29','2024-08-29 20:23:29','',0,'https://lion288slot.com/?p=32',0,'post','',0),
(33,1,'2024-10-25 00:00:17','2024-10-24 17:00:17','<h1 style=\"text-align: center;\"><strong>Lion288 Link : Situs Game Online Populer Prize Pool Terpopuler</strong></h1>','Lion288 Link','','publish','closed','closed','','lion288-link','','','2024-08-30 03:24:06','2024-08-29 20:24:06','',0,'https://lion288slot.com/?p=33',0,'post','',0),
(34,1,'2024-11-08 00:00:17','2024-11-07 17:00:17','<h1 style=\"text-align: center;\"><strong>Lion288 Alternatif : Agen Game Online Big Win Dan Populer</strong></h1>','Lion288 Alternatif','','publish','closed','closed','','lion288-alternatif','','','2024-08-30 03:24:33','2024-08-29 20:24:33','',0,'https://lion288slot.com/?p=34',0,'post','',0),
(35,1,'2024-11-22 00:00:17','2024-11-21 17:00:17','<h1 style=\"text-align: center;\"><strong>Lion288 Link Alternatif : Situs Game Online Populer Prize Pool</strong></h1>','Lion288 Link Alternatif','','publish','closed','closed','','lion288-link-alternatif','','','2024-08-30 03:25:07','2024-08-29 20:25:07','',0,'https://lion288slot.com/?p=35',0,'post','',0),
(36,1,'2024-12-06 00:00:17','2024-12-05 17:00:17','<h1 style=\"text-align: center;\"><strong>Download Lion288 Apk Mobile : Agen Game Besar Every Day</strong></h1>','Download Lion288 Apk Mobile','','publish','closed','closed','','download-lion288-apk-mobile','','','2024-08-30 03:25:41','2024-08-29 20:25:41','',0,'https://lion288slot.com/?p=36',0,'post','',0),
(37,1,'2024-12-20 00:00:18','2024-12-19 17:00:18','<h1 style=\"text-align: center;\"><strong>Link Alternatif Lion288 : Situs Game Online Populer Prize</strong></h1>','Link Alternatif Lion288','','publish','closed','closed','','link-alternatif-lion288','','','2024-08-30 03:26:23','2024-08-29 20:26:23','',0,'https://lion288slot.com/?p=37',0,'post','',0),
(38,1,'2024-01-03 00:00:18','2024-01-02 17:00:18','<h1 style=\"text-align: center;\"><strong>Daftar Lion288 : Situs Dengan Games Online Terkenal Exclusive</strong></h1>','Daftar Lion288','','publish','closed','closed','','daftar-lion288','','','2024-08-30 03:26:52','2024-08-29 20:26:52','',0,'https://lion288slot.com/?p=38',0,'post','',0),
(41,1,'2024-08-30 03:21:24','2024-08-29 20:21:24','','Lion288 Register','','inherit','closed','closed','','mabar-2','','','2024-08-30 03:21:27','2024-08-29 20:21:27','',29,'https://lion288slot.com/wp-content/uploads/2024/08/Mabar-1.jpg',0,'attachment','image/jpeg',0),
(42,1,'2024-08-30 03:21:45','2024-08-29 20:21:45','<h1 style=\"text-align: center;\"><strong>Lion288 Register : Situs Game Online Populer Prize Terpopuler</strong></h1>','Lion288 Register','','inherit','closed','closed','','29-revision-v1','','','2024-08-30 03:21:45','2024-08-29 20:21:45','',29,'https://lion288slot.com/?p=42',0,'revision','',0),
(43,1,'2024-08-30 03:21:53','2024-08-29 20:21:53','','Lion288 Login','','inherit','closed','closed','','mabar-3','','','2024-08-30 03:21:55','2024-08-29 20:21:55','',30,'https://lion288slot.com/wp-content/uploads/2024/08/Mabar-2.jpg',0,'attachment','image/jpeg',0),
(44,1,'2024-08-30 03:22:20','2024-08-29 20:22:20','<h1 style=\"text-align: center;\"><strong>Lion288 Login : Agen Game Online Big Win Dan Terbaik Populer</strong></h1>','Lion288 Login','','inherit','closed','closed','','30-revision-v1','','','2024-08-30 03:22:20','2024-08-29 20:22:20','',30,'https://lion288slot.com/?p=44',0,'revision','',0),
(45,1,'2024-08-30 03:22:27','2024-08-29 20:22:27','','Lion288 Download','','inherit','closed','closed','','mabar-4','','','2024-08-30 03:22:29','2024-08-29 20:22:29','',31,'https://lion288slot.com/wp-content/uploads/2024/08/Mabar-3.jpg',0,'attachment','image/jpeg',0),
(46,1,'2024-08-30 03:22:48','2024-08-29 20:22:48','<h1 style=\"text-align: center;\"><strong>Lion288 Download : Situs Game Online Populer Prize Pool</strong></h1>','Lion288 Download','','inherit','closed','closed','','31-revision-v1','','','2024-08-30 03:22:48','2024-08-29 20:22:48','',31,'https://lion288slot.com/?p=46',0,'revision','',0),
(47,1,'2024-08-30 03:22:54','2024-08-29 20:22:54','','Lion288 Online','','inherit','closed','closed','','mabar-5','','','2024-08-30 03:22:55','2024-08-29 20:22:55','',32,'https://lion288slot.com/wp-content/uploads/2024/08/Mabar-4.jpg',0,'attachment','image/jpeg',0),
(48,1,'2024-08-30 03:23:29','2024-08-29 20:23:29','<h1 style=\"text-align: center;\"><strong>Lion288 Online : Situs Dengan Games Online Terkenal Exclusive</strong></h1>','Lion288 Online','','inherit','closed','closed','','32-revision-v1','','','2024-08-30 03:23:29','2024-08-29 20:23:29','',32,'https://lion288slot.com/?p=48',0,'revision','',0),
(49,1,'2024-08-30 03:23:40','2024-08-29 20:23:40','','Lion288 Link','','inherit','closed','closed','','mabar-6','','','2024-08-30 03:23:42','2024-08-29 20:23:42','',33,'https://lion288slot.com/wp-content/uploads/2024/08/Mabar-5.jpg',0,'attachment','image/jpeg',0),
(50,1,'2024-08-30 03:24:06','2024-08-29 20:24:06','<h1 style=\"text-align: center;\"><strong>Lion288 Link : Situs Game Online Populer Prize Pool Terpopuler</strong></h1>','Lion288 Link','','inherit','closed','closed','','33-revision-v1','','','2024-08-30 03:24:06','2024-08-29 20:24:06','',33,'https://lion288slot.com/?p=50',0,'revision','',0),
(51,1,'2024-08-30 03:24:13','2024-08-29 20:24:13','','Lion288 Alternatif','','inherit','closed','closed','','mabar-7','','','2024-08-30 03:24:14','2024-08-29 20:24:14','',34,'https://lion288slot.com/wp-content/uploads/2024/08/Mabar-6.jpg',0,'attachment','image/jpeg',0),
(52,1,'2024-08-30 03:24:33','2024-08-29 20:24:33','<h1 style=\"text-align: center;\"><strong>Lion288 Alternatif : Agen Game Online Big Win Dan Populer</strong></h1>','Lion288 Alternatif','','inherit','closed','closed','','34-revision-v1','','','2024-08-30 03:24:33','2024-08-29 20:24:33','',34,'https://lion288slot.com/?p=52',0,'revision','',0),
(53,1,'2024-08-30 03:24:42','2024-08-29 20:24:42','','Lion288 Link Alternatif','','inherit','closed','closed','','mabar-8','','','2024-08-30 03:24:44','2024-08-29 20:24:44','',35,'https://lion288slot.com/wp-content/uploads/2024/08/Mabar-7.jpg',0,'attachment','image/jpeg',0),
(54,1,'2024-08-30 03:25:07','2024-08-29 20:25:07','<h1 style=\"text-align: center;\"><strong>Lion288 Link Alternatif : Situs Game Online Populer Prize Pool</strong></h1>','Lion288 Link Alternatif','','inherit','closed','closed','','35-revision-v1','','','2024-08-30 03:25:07','2024-08-29 20:25:07','',35,'https://lion288slot.com/?p=54',0,'revision','',0),
(55,1,'2024-08-30 03:25:13','2024-08-29 20:25:13','','Download Lion288 Apk Mobile','','inherit','closed','closed','','mabar-9','','','2024-08-30 03:25:19','2024-08-29 20:25:19','',36,'https://lion288slot.com/wp-content/uploads/2024/08/Mabar-8.jpg',0,'attachment','image/jpeg',0),
(56,1,'2024-08-30 03:25:41','2024-08-29 20:25:41','<h1 style=\"text-align: center;\"><strong>Download Lion288 Apk Mobile : Agen Game Besar Every Day</strong></h1>','Download Lion288 Apk Mobile','','inherit','closed','closed','','36-revision-v1','','','2024-08-30 03:25:41','2024-08-29 20:25:41','',36,'https://lion288slot.com/?p=56',0,'revision','',0),
(57,1,'2024-08-30 03:25:52','2024-08-29 20:25:52','','Link Alternatif Lion288','','inherit','closed','closed','','mabar-10','','','2024-08-30 03:25:54','2024-08-29 20:25:54','',37,'https://lion288slot.com/wp-content/uploads/2024/08/Mabar-9.jpg',0,'attachment','image/jpeg',0),
(58,1,'2024-08-30 03:26:23','2024-08-29 20:26:23','<h1 style=\"text-align: center;\"><strong>Link Alternatif Lion288 : Situs Game Online Populer Prize</strong></h1>','Link Alternatif Lion288','','inherit','closed','closed','','37-revision-v1','','','2024-08-30 03:26:23','2024-08-29 20:26:23','',37,'https://lion288slot.com/?p=58',0,'revision','',0),
(59,1,'2024-08-30 03:26:29','2024-08-29 20:26:29','','Daftar Lion288','','inherit','closed','closed','','mabar-11','','','2024-08-30 03:26:31','2024-08-29 20:26:31','',38,'https://lion288slot.com/wp-content/uploads/2024/08/Mabar-10.jpg',0,'attachment','image/jpeg',0),
(60,1,'2024-08-30 03:26:52','2024-08-29 20:26:52','<h1 style=\"text-align: center;\"><strong>Daftar Lion288 : Situs Dengan Games Online Terkenal Exclusive</strong></h1>','Daftar Lion288','','inherit','closed','closed','','38-revision-v1','','','2024-08-30 03:26:52','2024-08-29 20:26:52','',38,'https://lion288slot.com/?p=60',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(67,0,'2025-10-09 03:02:38','2025-10-08 20:02:38','[{\"term_slug\":\"6e926e99c95cf363c495975d2995f84f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"78dd4d7bebdba8caab9e2ff853b2e7f3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc.i-amphtml-embedded\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bc368a0d8e4c8dc126d5f2d9d376b2d4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"32cbcdc5dfac231079dd911df24735d3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"796859c545b2b8bbc78aaf45428a856a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6c341bfced358c62f6d0507cb02c595c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f74dd261c0bbb601c9c2bebac91866cc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed-legacy>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1103860b579a837033c4baa2578d2cde\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05632efcdb03f348543a908bd58b5208\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d966a13a6b153c2af02d7685435e2191\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7c10c9a7a5da21835a8316b5d7e21491\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b6bd38549de6e60687ba6ef004148ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f49c84f57dc012e17cba9a783b3230c9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b569efb19a9b26f5c0b63aa5ccb6f98\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"98f7f952cdf89436d1fe8bfef9cd1dff\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef16232cb7c2b455dd95878bfef36ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"967f2883d59e1961f74302d034e20363\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper.i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"74cfdfb0b90c5a30a15f515ec5793db1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a15e44da56c1bf79870abe5023b84a95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-action]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d16f8f1a8797a2fe257afdf7e0770c55\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-section]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e1339dfd5ce836fb59343ea2280744a2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e304f4ec3f6df028a03c5a319927aec1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-story .i-amphtml-loader-background\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"90d71052e4e57147bf5c7b77a4474890\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-autocomplete-results\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"4968113fe0bf02feb08d10681aacb08a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c7043094426cc546f37b75044b4c03\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-blurry-placeholder\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ab11958d7828e129dfcc6dacfa6538f6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=nodisplay]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7a56a2da869de0147a3128ae03b6a7ce\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"06e2f1baa02202f8b6e64ae762b52e31\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed][width][height]:not(.i-amphtml-layout-fixed)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"abb7edd7244e18c2bcf1206bc5c2f63b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-responsive\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbb02f9cbe1032d8273f84e1763271ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=responsive][width][height]:not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"02be1b3c96a02bb5618ee00f49035114\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c24de44529a455723b7f5ecfb325e0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"424e38f6208529dda0deca9b5761551b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cf235538b0e34806687ec3e05217f3d7\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c994637899b3260f3b08af60acd30b7e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic .i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"62bbfff47a671421852c730e6e75c52c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-intrinsic-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7956acf2a344f92b5c1d642d96009eba\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"85f1a444eefbab93f26482896ef0517d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed-height\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3763c1d45150b1bb670dcf26f6970f95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"369be1b254f130414b0198b186e5c8e9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"597c7a1cda0081db7abf51f1fff65200\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill.i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7eced3df1f3c799a47532b24d3ae213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fill]:not(.i-amphtml-layout-fill)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0ebb421eab88295615fc41dedf317e93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-flex-item\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac7607581d0bf919bad773c14c4e7f71\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=flex-item]:not(.i-amphtml-layout-flex-item)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cc6617893416bac6381cfe9f2610fa8d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fluid\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05b03d0f41d6c796546f040d56472ad2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"211f493cfc36aa016bbd1cabeedc95b5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-awaiting-size\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"163cff4c70bc46f71881b3e7e66d46a6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1c1a75a4d87a6e5a4195d81919e7df57\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer.i-amphtml-disable-ar\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1bf411fe0f9d7bcf0de1ee9a82af86f8\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"704c2c3a7fab806172501bb0c68b6521\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined .i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ed3a6dc59f746d84ee645c7d70433516\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-replaced-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"851e321f225a5e780c69c1093c4fa080\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3b05a628fc5434156f1011e17f61cfc0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0810e2f827a96c5d28f4a097adf7c065\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"877f1688632ddcb840fcc05b782bfef5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"67ad44335dfff37be43caf4b3ea9055e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-unresolved\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"458cc5f045ce35dfc6b0299062b0487c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-select-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b1461c0ec91cc0e50413fcc3df42893\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a79d184c4bf2c1ac6bdb8b0e03fcbed5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0a26ecf71f42183d674b37f23a3b5f76\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0991ec0e12d22ff55065ce8e97602a6c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1a21b76af7f00d9e2a1d87ea823fc85c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"963b1d5a1619a8e07bd1801383df5fa0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e3127efb582e232b19e444f59b9e3d0b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8c5c0526583da8fd3120c40c995b5f65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"249e96497ba86b7690a59ac6fce8eb65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8eeb3fbf4ea07ba9ef69ad542775dfe1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ffba64de2949b671984b2dc743d51a96\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"509454f95506892bd6c5af346f1b2213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-ghost\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c582270ca7786dd0383fd758b94745cb\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"459a208a950bd2aa1532a3740d8fb094\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5f37837a4a2efd583dc3aaf2f7b3d02f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac2ac0f42aff860bcf2167fd5d01a24e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e8088c8e910743a15e0914acc7bf6e6e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f597934953747370cf60ed592724c062\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1f2047116156cb77916c13f5940f80ac\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element:not(.amp-notsupported)>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"add339ec65b68502249bfa77ca6e7956\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"efa7e3ef4c6af1f35e0cc3157a434732\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1cab7b841eb94d415c495c4e963fd93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a0cd33acd45ade5cdb7b101eec489685\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0a007a258e63e30610eedaf4166cd44\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8a5a9a51902eba28aba28f3dc5d63314\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7627de0161e40639a3284a9da3f07244\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-hidden-by-media-query\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d9b23ae0d737d0ce55e8942c72473c2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86126f5d472d40586dc65e040fe2e388\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error:before\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a2db1da3fca457f573c8f946d2626f15\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9d8399c965095d9dd0683dca6b17cb2a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container.amp-active\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"15a888e79f5e1e182758333e8aed8349\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"207559750b0f3bd71acd406b5d1fe85f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>.i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"931fc2a18a45ccf3690af57d90552e1d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b14ca3eea5c95c289e619458db2381c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6226542c6d4da8e2219b7d1dfab332dc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bd54f11dad81cb6c72d924322908d6d9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow].amp-visible\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8dfc48bb6b9b6286d08e9ddf113eeec6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>amp-analytics\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"100a03e0c840b67977bf9c5decf711fe\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6bf733ed6d30bbd71a9eb5826db12fb4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f83e0253d1d4a0a6a85fd05e763475d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9033f7038081256941379863aae103c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"76433cca2e00a68400373d60cf6f0513\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"62860cb1664e9a052e19f2c545c91c4e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"dcd77f2a6f9f9522e1c5d024186255b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b1ceaa16b0df0f5570ef697609873a03\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3d1578a216bc1f57982436962e7e22d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2ae859ca84bafdf81ddf4108f0f232c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5afa01d22f93dcac5d576ce8bd45077b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3ae64f8e3434e063ffe2801fae615931\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f4e69dbd0d8b48e89d38cb925763e3af\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"588b3e45124d098cb6ef84e7a2a2509a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"63cce02d8c29d0337c989afceaa35a32\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"276cf4eb810de7ce63a2c1032329dc3a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a623af3ecbf5280833e8a65944f6021\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"458c75ece7c3149e05af34e3ce13c76e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0b766511de69da49106546f306e83146\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a521746ec6d166a090c86b115d7a9688\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"39fd6b74c9b4addb2562963f23398dad\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ad082713c5e670893d13526536657b2f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"364a955c675a53398eac5ee4f0967bb4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8f154de0abb014521a8329e9b84963da\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f1c9a63cd2edd37284437774f936ecd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e75555d2e56ff66818510362a844520d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7120a09543cf3b1cca4962415cbff6c0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a483af5fe86e35a9d69e48d2993f6334\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6edacc102ae8a1e31ddc2991ddce6bf2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d39c0df624d09a5c792287e0f51f227\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"59904f207b6dff062b67872b17f7d4dd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"24837ef6bc65a728a01ee4ab44d5b7e5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"802c1720b6074c5e946f4bdc737159bf\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3dc4319f60b4f4ef16fbf8b79a7e4e16\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7b3244efc84e471f4602005024a8a8ff\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f26da11175246dcc7856dd580526c6fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d449ba8f544f21b44c50c472fed4c49f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6d87618514cbe83eba3a5d44afefe9b2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ac9b1134ce514acbef0f3ed832a22621\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9fdc47bfd9582932ee50adf76bc658d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f7f66c19c08db7f71ac4c3b3592ef49\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7f4351c83771c7ca79e45c7880ab4fb9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7d7a8b08ab6cf9f727bd619e503002d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"207153a6d40925603f4a5367794d0109\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"339287f0a393a42ab87ba8689d0e0998\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"44493061bad042ac4ba67ea55f3eb524\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"eb4b318bd9844d1d89a58a46cc5d15cb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"509392f7772bd0608c5fd44a2e494e0a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"332a8e1938e1247c7bfefb180295c8ed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2bd0a89b6e66870cda5f44dfb5bf6ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a83705b718e3abe8610ba6052bf4612c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2449eea9b4ded25bd9ca53a6a33d624c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aeb7d593fee7b735eaff4fd1b27f2d6\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d076791fa344cbb016d3c8b31e5d8a2a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b6af6f71478f43b01f35484551e32945\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"72516e825dc365b1408d36e9c8bc8253\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1cedeb8d3685d736ad04df719bb1d660\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2c677e199534ea996f0fba9bef425ca\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9275ad111ebfa32170791c9b38d87878\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d84eff10f8c6acb764406d5d24447c80\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"67d7e6ac48eed2646ea9316e51e283f1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"820fb7030dbe44f0e5c3c6d203e371f4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7dff93b5c05cc46f2425c8d42d2f6c3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca676852e573e74a1978c177f7150085\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"83ea3f15cc9167b42e0fcec04724b054\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43ee0ffac52a6b0d4bad67b8b1d3bf87\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d79a76b650d973e81c7b34960767ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca1d14259a252803ebfaf57353503759\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6ce7160f4727622b2c86edcc891230e9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4ca8b24c405f053b5bbf36ebafd0ed5e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5c4c552d0f86271fafb6722cc567bfb3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2994859cf57076f43fb88c78280badc\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7d3ee3196bd84b5ec362be9b794c77fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7938e2bf4ebde18e29dd2a934f29df61\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fc3209ef55292b86a63692a7144e979c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"aba801beb8f1700360e8a73cdd02e3e1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4027486a3b922db649366a6445ae906c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43c47de6f7f64a3d1806ab528e57b1fb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1c619d5e444706fe81f0edc8117e194d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3b06a40158ec720c60aedcab7b0bbd0c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aa893f7cd897480267eb6ce1a1136c4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"28737599554d0339f3f7fe7e95b5a748\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d073289ac37ccdd33a71b6e70808a922\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8a42efe8e2f20709f539920fb178e627\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f463cae494b511a99d1609b664719f2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d623e1a116bf6b26764813fb6fa1b687\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e0455c0d2d0fcf810d9f1aa11397479\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"90a77d7d1b6c89c44f5c6dac2d1bd410\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f54b6bc76c3c731a6f6ccad9b2fc5f9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"297fbdada7b69c0ffcba2588fff1daed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f468f4c26258ae0eb1f443e0af89908\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f158b5578094c9ab4b803c978d3f3c12\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7cd55e67301e99cc315d883d0a15e4cd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"327c430718e73ec34fe89fe9e37394b1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c8e40597a77f67d4181bc2ad93d030a2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5dc21845b442abf8caefa2034025b209\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"96f691b9d1c2382cccdc0f16c795eab2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"212eef404e7aecd6bbdb82fa82a7476d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"de2fb5d6ba6e1def48f338808cf8625b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"db737007a0445f4c686fdb4422e37a13\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"55320d73f312c61b7c994e96496d3b89\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"829ad2bcdf43980286bb7b357081d349\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6aa4139b7260887ec367e8326562aa4c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2948a5adde172d5c5cea2b50f288e2ac\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7a2b47de5d5027fc77e03fc082255551\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a5caba6aa7ff2f853d77f355bf552b3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cf00ada513a65ef3aa7076f31704345e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5fa14d0ee5126a2cbafeec1854c4c8ba\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6f0e0df11772639d8e8ec5fd009c17b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2691cd24b0e7ef8cd6b1e34253306431\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e11a26aa2ad342bb36c19b79ab09e93f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"async\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.mjs\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d6511080509f8f89501f92db80d5ad3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.js\",\"crossorigin\":\"anonymous\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a1170acfbe89118b02612d924454ba77\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.mjs\",\"async\":\"\",\"custom-element\":\"amp-anim\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"621a0620cddff518c050f892caa46f15\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.js\",\"crossorigin\":\"anonymous\",\"custom-element\":\"amp-anim\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5df0ca684b4c726043824560780c6d94\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a95a4eaef4c51496030dc7c80a848e52\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2b14c97bdc2b8d0ff2579f955fcc9d3a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"78fc20759507ae314726b15f101df5cc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-anim\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f087b7093b90c6bd722e3cfba2149f9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"26c8ad566f90895dd571588b0206682e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b508819e08ea6a8fcda3f98c23f01085\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bdad24da3f4c1a4afa0263572280427c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f311efde56281d9471cce3b81ab4e2e3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f3f86f7561afc02d31e44fa7c2ae08a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb2ed584b00392ec0d0eb081983ca34e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ddb63efb65b8b25324fe3c3969e3e5eb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"984e4841895598da2bc6d1daada6eca5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e9d17b40cff9db1521a162c30423bc59\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9f0ead2252c5901ec732b22574a63f3f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2945f0d940c0c8e1fdf369171b0879e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"06fc760147e823d12cf4bdafaba06a9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"61fd7bfee89f5c4615cb71511ae35e3d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"124430ff42a8ecf042e36dd43e2cf3df\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0f5e0bba069e85da844f8b31609026f8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"918eec4b45fa9d1fed17bd1bb19dbec2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bb46d10cc26208936ed88a3dd3d855f6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"af5d1b580f4d36fbe1d6df9912ff4f14\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"10a4cf00df02f56f1438ce013ced2704\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"08dd9140033211df73e2eef4abb86e4f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f983dcaa814a264544e60745ec4a3539\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d40a5206c038cd5a080a71d483986592\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"05862b2e9f7ed7c8418dbc3b8a3f2d77\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3aa71fd0e6ce0aa9fccd742ce52f0393\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f1e23af69ac21ac2f5e151d3ff124ae\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fa0e24486ee10c13ad912978627a140d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"867cc544938196af64b79b4ce7e6e4ea\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3330a02bb76f117d7d841adb4f55d9fe\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b015b29921919700cc02f7b3c7736dde\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2122012c8f6ee47f4c3573775f52cd3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9d12273fed7ef05e1ee182c451a877a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"88fd198c377424d3ee98f10c95cb7483\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"290b8b2174564b4852b548e0e11c4a39\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d46432a8cedd60ac210c61410bc6df64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e16ae825fed3c279e2c9d4dccc6586ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b090ad96786f23f68d17bb48d4e10910\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"418f1b22d9c1dfe1bfc3b8c968d3f7c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b33039180d7711dd0ebe40da9c877ff2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"21aece179c2005210caea7862aa9957c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b58234a7798889735ad2aacc728e9ed4\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"23d1ef00083eb55697c4e71fdd3a78c5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ca51678da00f20bdcb04db1b379447dc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb1b0e886f7be10a58e9e71acbd24348\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"94232c49fc235dc5c70009429e05e93f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e54f6ed8723cb33f3550efbfe3018750\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"63e9e7b9a3c5bbba993d76a3958c9758\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d57dfa739733177ca52105a4c47b467a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b8ea83f8844293493697f7db4146029\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7844666f2c3772175df23670a6ca735\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86801a7e55eb84dcf4d6ba9942b6663b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"184507215bcd74f3996a279622328e01\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0c010fc8459d8cb6a328f1a82bcb3a1e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3c34dccfe3d3dd71c9bf53e4ea0dbd9c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a131091640987968f73bc9f01447c6d7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3556b6463a9b6f81ac6550c12513e058\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbd30b70b79b5756957e663945a72606\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b0105ad0880ee321888f8a360b977e13\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8aedabb81fef4a2e08fcd6f55ae408c9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9335249ad09a8c11636b1bf34985547a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3195de98192cc548bb70376e053fbb2e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef3c46a4f96d4382dce19f36ffabdf9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b3e590ab29e330c8db6953b87365dd1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8065060c4500e33edf1fe72ad26441a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7f812c36d7a2a1b6a6e4163e26c6645d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0c78a7ef15d83938758d95bff5859ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"be7d3a22cafa6ecff688708f3794c10b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"24f45739d9a8eebf8f26a17478432585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"03654a8194d1e8f1fef3bf85513596ba\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"948fc80788093a890c0436dd8f3d5fe4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"speculationrules\"},\"text\":\"\\n{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}}]},__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}]}\\n\",\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"speculative-loading.php\",\"line\":242,\"function\":\"wp_print_speculation_rules\",\"hook\":\"wp_footer\",\"priority\":10}]}}]','https://lion288slot.com/','','publish','closed','closed','','3b684a960ab21447b86f4b4d2ffa0445','','','2025-10-09 03:02:38','2025-10-08 20:02:38','',0,'https://lion288slot.com/amp_validated_url/3b684a960ab21447b86f4b4d2ffa0445/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(69,0,'2025-10-09 05:04:48','2025-10-08 22:04:48','[{\"term_slug\":\"6e926e99c95cf363c495975d2995f84f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"78dd4d7bebdba8caab9e2ff853b2e7f3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc.i-amphtml-embedded\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bc368a0d8e4c8dc126d5f2d9d376b2d4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"32cbcdc5dfac231079dd911df24735d3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"796859c545b2b8bbc78aaf45428a856a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6c341bfced358c62f6d0507cb02c595c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f74dd261c0bbb601c9c2bebac91866cc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed-legacy>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1103860b579a837033c4baa2578d2cde\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05632efcdb03f348543a908bd58b5208\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d966a13a6b153c2af02d7685435e2191\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7c10c9a7a5da21835a8316b5d7e21491\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b6bd38549de6e60687ba6ef004148ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f49c84f57dc012e17cba9a783b3230c9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b569efb19a9b26f5c0b63aa5ccb6f98\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"98f7f952cdf89436d1fe8bfef9cd1dff\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef16232cb7c2b455dd95878bfef36ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"967f2883d59e1961f74302d034e20363\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper.i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"74cfdfb0b90c5a30a15f515ec5793db1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a15e44da56c1bf79870abe5023b84a95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-action]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d16f8f1a8797a2fe257afdf7e0770c55\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-section]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e1339dfd5ce836fb59343ea2280744a2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e304f4ec3f6df028a03c5a319927aec1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-story .i-amphtml-loader-background\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"90d71052e4e57147bf5c7b77a4474890\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-autocomplete-results\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"4968113fe0bf02feb08d10681aacb08a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c7043094426cc546f37b75044b4c03\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-blurry-placeholder\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ab11958d7828e129dfcc6dacfa6538f6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=nodisplay]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7a56a2da869de0147a3128ae03b6a7ce\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"06e2f1baa02202f8b6e64ae762b52e31\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed][width][height]:not(.i-amphtml-layout-fixed)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"abb7edd7244e18c2bcf1206bc5c2f63b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-responsive\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbb02f9cbe1032d8273f84e1763271ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=responsive][width][height]:not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"02be1b3c96a02bb5618ee00f49035114\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c24de44529a455723b7f5ecfb325e0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"424e38f6208529dda0deca9b5761551b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cf235538b0e34806687ec3e05217f3d7\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c994637899b3260f3b08af60acd30b7e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic .i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"62bbfff47a671421852c730e6e75c52c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-intrinsic-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7956acf2a344f92b5c1d642d96009eba\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"85f1a444eefbab93f26482896ef0517d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed-height\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3763c1d45150b1bb670dcf26f6970f95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"369be1b254f130414b0198b186e5c8e9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"597c7a1cda0081db7abf51f1fff65200\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill.i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7eced3df1f3c799a47532b24d3ae213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fill]:not(.i-amphtml-layout-fill)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0ebb421eab88295615fc41dedf317e93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-flex-item\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac7607581d0bf919bad773c14c4e7f71\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=flex-item]:not(.i-amphtml-layout-flex-item)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cc6617893416bac6381cfe9f2610fa8d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fluid\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05b03d0f41d6c796546f040d56472ad2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"211f493cfc36aa016bbd1cabeedc95b5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-awaiting-size\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"163cff4c70bc46f71881b3e7e66d46a6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1c1a75a4d87a6e5a4195d81919e7df57\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer.i-amphtml-disable-ar\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1bf411fe0f9d7bcf0de1ee9a82af86f8\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"704c2c3a7fab806172501bb0c68b6521\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined .i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ed3a6dc59f746d84ee645c7d70433516\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-replaced-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"851e321f225a5e780c69c1093c4fa080\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3b05a628fc5434156f1011e17f61cfc0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0810e2f827a96c5d28f4a097adf7c065\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"877f1688632ddcb840fcc05b782bfef5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"67ad44335dfff37be43caf4b3ea9055e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-unresolved\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"458cc5f045ce35dfc6b0299062b0487c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-select-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b1461c0ec91cc0e50413fcc3df42893\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a79d184c4bf2c1ac6bdb8b0e03fcbed5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0a26ecf71f42183d674b37f23a3b5f76\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0991ec0e12d22ff55065ce8e97602a6c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1a21b76af7f00d9e2a1d87ea823fc85c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"963b1d5a1619a8e07bd1801383df5fa0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e3127efb582e232b19e444f59b9e3d0b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8c5c0526583da8fd3120c40c995b5f65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"249e96497ba86b7690a59ac6fce8eb65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8eeb3fbf4ea07ba9ef69ad542775dfe1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ffba64de2949b671984b2dc743d51a96\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"509454f95506892bd6c5af346f1b2213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-ghost\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c582270ca7786dd0383fd758b94745cb\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"459a208a950bd2aa1532a3740d8fb094\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5f37837a4a2efd583dc3aaf2f7b3d02f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac2ac0f42aff860bcf2167fd5d01a24e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e8088c8e910743a15e0914acc7bf6e6e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f597934953747370cf60ed592724c062\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1f2047116156cb77916c13f5940f80ac\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element:not(.amp-notsupported)>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"add339ec65b68502249bfa77ca6e7956\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"efa7e3ef4c6af1f35e0cc3157a434732\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1cab7b841eb94d415c495c4e963fd93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a0cd33acd45ade5cdb7b101eec489685\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0a007a258e63e30610eedaf4166cd44\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8a5a9a51902eba28aba28f3dc5d63314\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7627de0161e40639a3284a9da3f07244\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-hidden-by-media-query\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d9b23ae0d737d0ce55e8942c72473c2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86126f5d472d40586dc65e040fe2e388\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error:before\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a2db1da3fca457f573c8f946d2626f15\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9d8399c965095d9dd0683dca6b17cb2a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container.amp-active\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"15a888e79f5e1e182758333e8aed8349\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"207559750b0f3bd71acd406b5d1fe85f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>.i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"931fc2a18a45ccf3690af57d90552e1d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b14ca3eea5c95c289e619458db2381c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6226542c6d4da8e2219b7d1dfab332dc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bd54f11dad81cb6c72d924322908d6d9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow].amp-visible\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8dfc48bb6b9b6286d08e9ddf113eeec6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>amp-analytics\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"100a03e0c840b67977bf9c5decf711fe\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6bf733ed6d30bbd71a9eb5826db12fb4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f83e0253d1d4a0a6a85fd05e763475d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9033f7038081256941379863aae103c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"76433cca2e00a68400373d60cf6f0513\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"62860cb1664e9a052e19f2c545c91c4e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"dcd77f2a6f9f9522e1c5d024186255b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b1ceaa16b0df0f5570ef697609873a03\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3d1578a216bc1f57982436962e7e22d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2ae859ca84bafdf81ddf4108f0f232c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5afa01d22f93dcac5d576ce8bd45077b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3ae64f8e3434e063ffe2801fae615931\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f4e69dbd0d8b48e89d38cb925763e3af\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"588b3e45124d098cb6ef84e7a2a2509a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"63cce02d8c29d0337c989afceaa35a32\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"276cf4eb810de7ce63a2c1032329dc3a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a623af3ecbf5280833e8a65944f6021\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"458c75ece7c3149e05af34e3ce13c76e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0b766511de69da49106546f306e83146\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a521746ec6d166a090c86b115d7a9688\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"39fd6b74c9b4addb2562963f23398dad\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ad082713c5e670893d13526536657b2f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"364a955c675a53398eac5ee4f0967bb4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8f154de0abb014521a8329e9b84963da\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f1c9a63cd2edd37284437774f936ecd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e75555d2e56ff66818510362a844520d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7120a09543cf3b1cca4962415cbff6c0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a483af5fe86e35a9d69e48d2993f6334\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6edacc102ae8a1e31ddc2991ddce6bf2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d39c0df624d09a5c792287e0f51f227\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"59904f207b6dff062b67872b17f7d4dd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"24837ef6bc65a728a01ee4ab44d5b7e5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"802c1720b6074c5e946f4bdc737159bf\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3dc4319f60b4f4ef16fbf8b79a7e4e16\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7b3244efc84e471f4602005024a8a8ff\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f26da11175246dcc7856dd580526c6fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d449ba8f544f21b44c50c472fed4c49f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6d87618514cbe83eba3a5d44afefe9b2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ac9b1134ce514acbef0f3ed832a22621\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9fdc47bfd9582932ee50adf76bc658d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f7f66c19c08db7f71ac4c3b3592ef49\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7f4351c83771c7ca79e45c7880ab4fb9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7d7a8b08ab6cf9f727bd619e503002d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"207153a6d40925603f4a5367794d0109\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"339287f0a393a42ab87ba8689d0e0998\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"44493061bad042ac4ba67ea55f3eb524\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"eb4b318bd9844d1d89a58a46cc5d15cb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"509392f7772bd0608c5fd44a2e494e0a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"332a8e1938e1247c7bfefb180295c8ed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2bd0a89b6e66870cda5f44dfb5bf6ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a83705b718e3abe8610ba6052bf4612c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2449eea9b4ded25bd9ca53a6a33d624c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aeb7d593fee7b735eaff4fd1b27f2d6\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d076791fa344cbb016d3c8b31e5d8a2a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b6af6f71478f43b01f35484551e32945\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"72516e825dc365b1408d36e9c8bc8253\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1cedeb8d3685d736ad04df719bb1d660\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2c677e199534ea996f0fba9bef425ca\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9275ad111ebfa32170791c9b38d87878\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d84eff10f8c6acb764406d5d24447c80\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"67d7e6ac48eed2646ea9316e51e283f1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"820fb7030dbe44f0e5c3c6d203e371f4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7dff93b5c05cc46f2425c8d42d2f6c3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca676852e573e74a1978c177f7150085\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"83ea3f15cc9167b42e0fcec04724b054\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43ee0ffac52a6b0d4bad67b8b1d3bf87\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d79a76b650d973e81c7b34960767ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca1d14259a252803ebfaf57353503759\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6ce7160f4727622b2c86edcc891230e9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4ca8b24c405f053b5bbf36ebafd0ed5e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5c4c552d0f86271fafb6722cc567bfb3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2994859cf57076f43fb88c78280badc\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7d3ee3196bd84b5ec362be9b794c77fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7938e2bf4ebde18e29dd2a934f29df61\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fc3209ef55292b86a63692a7144e979c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"aba801beb8f1700360e8a73cdd02e3e1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4027486a3b922db649366a6445ae906c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43c47de6f7f64a3d1806ab528e57b1fb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1c619d5e444706fe81f0edc8117e194d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3b06a40158ec720c60aedcab7b0bbd0c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aa893f7cd897480267eb6ce1a1136c4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"28737599554d0339f3f7fe7e95b5a748\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d073289ac37ccdd33a71b6e70808a922\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8a42efe8e2f20709f539920fb178e627\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f463cae494b511a99d1609b664719f2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d623e1a116bf6b26764813fb6fa1b687\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e0455c0d2d0fcf810d9f1aa11397479\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"90a77d7d1b6c89c44f5c6dac2d1bd410\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f54b6bc76c3c731a6f6ccad9b2fc5f9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"297fbdada7b69c0ffcba2588fff1daed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f468f4c26258ae0eb1f443e0af89908\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f158b5578094c9ab4b803c978d3f3c12\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7cd55e67301e99cc315d883d0a15e4cd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"327c430718e73ec34fe89fe9e37394b1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c8e40597a77f67d4181bc2ad93d030a2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5dc21845b442abf8caefa2034025b209\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"96f691b9d1c2382cccdc0f16c795eab2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"212eef404e7aecd6bbdb82fa82a7476d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"de2fb5d6ba6e1def48f338808cf8625b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"db737007a0445f4c686fdb4422e37a13\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"55320d73f312c61b7c994e96496d3b89\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"829ad2bcdf43980286bb7b357081d349\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6aa4139b7260887ec367e8326562aa4c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2948a5adde172d5c5cea2b50f288e2ac\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7a2b47de5d5027fc77e03fc082255551\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a5caba6aa7ff2f853d77f355bf552b3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cf00ada513a65ef3aa7076f31704345e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5fa14d0ee5126a2cbafeec1854c4c8ba\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6f0e0df11772639d8e8ec5fd009c17b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2691cd24b0e7ef8cd6b1e34253306431\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e11a26aa2ad342bb36c19b79ab09e93f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"async\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.mjs\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d6511080509f8f89501f92db80d5ad3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.js\",\"crossorigin\":\"anonymous\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a1170acfbe89118b02612d924454ba77\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.mjs\",\"async\":\"\",\"custom-element\":\"amp-anim\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"621a0620cddff518c050f892caa46f15\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.js\",\"crossorigin\":\"anonymous\",\"custom-element\":\"amp-anim\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5df0ca684b4c726043824560780c6d94\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a95a4eaef4c51496030dc7c80a848e52\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2b14c97bdc2b8d0ff2579f955fcc9d3a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"78fc20759507ae314726b15f101df5cc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-anim\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f087b7093b90c6bd722e3cfba2149f9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"26c8ad566f90895dd571588b0206682e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b508819e08ea6a8fcda3f98c23f01085\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bdad24da3f4c1a4afa0263572280427c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f311efde56281d9471cce3b81ab4e2e3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f3f86f7561afc02d31e44fa7c2ae08a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb2ed584b00392ec0d0eb081983ca34e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ddb63efb65b8b25324fe3c3969e3e5eb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"984e4841895598da2bc6d1daada6eca5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e9d17b40cff9db1521a162c30423bc59\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9f0ead2252c5901ec732b22574a63f3f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2945f0d940c0c8e1fdf369171b0879e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"06fc760147e823d12cf4bdafaba06a9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"61fd7bfee89f5c4615cb71511ae35e3d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"124430ff42a8ecf042e36dd43e2cf3df\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0f5e0bba069e85da844f8b31609026f8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"918eec4b45fa9d1fed17bd1bb19dbec2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bb46d10cc26208936ed88a3dd3d855f6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"af5d1b580f4d36fbe1d6df9912ff4f14\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"10a4cf00df02f56f1438ce013ced2704\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"08dd9140033211df73e2eef4abb86e4f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f983dcaa814a264544e60745ec4a3539\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d40a5206c038cd5a080a71d483986592\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"05862b2e9f7ed7c8418dbc3b8a3f2d77\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3aa71fd0e6ce0aa9fccd742ce52f0393\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f1e23af69ac21ac2f5e151d3ff124ae\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fa0e24486ee10c13ad912978627a140d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"867cc544938196af64b79b4ce7e6e4ea\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3330a02bb76f117d7d841adb4f55d9fe\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b015b29921919700cc02f7b3c7736dde\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2122012c8f6ee47f4c3573775f52cd3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9d12273fed7ef05e1ee182c451a877a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"88fd198c377424d3ee98f10c95cb7483\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"290b8b2174564b4852b548e0e11c4a39\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d46432a8cedd60ac210c61410bc6df64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e16ae825fed3c279e2c9d4dccc6586ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b090ad96786f23f68d17bb48d4e10910\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"418f1b22d9c1dfe1bfc3b8c968d3f7c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b33039180d7711dd0ebe40da9c877ff2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"21aece179c2005210caea7862aa9957c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b58234a7798889735ad2aacc728e9ed4\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"23d1ef00083eb55697c4e71fdd3a78c5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ca51678da00f20bdcb04db1b379447dc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb1b0e886f7be10a58e9e71acbd24348\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"94232c49fc235dc5c70009429e05e93f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e54f6ed8723cb33f3550efbfe3018750\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"63e9e7b9a3c5bbba993d76a3958c9758\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d57dfa739733177ca52105a4c47b467a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b8ea83f8844293493697f7db4146029\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7844666f2c3772175df23670a6ca735\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86801a7e55eb84dcf4d6ba9942b6663b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"184507215bcd74f3996a279622328e01\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0c010fc8459d8cb6a328f1a82bcb3a1e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3c34dccfe3d3dd71c9bf53e4ea0dbd9c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a131091640987968f73bc9f01447c6d7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3556b6463a9b6f81ac6550c12513e058\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbd30b70b79b5756957e663945a72606\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b0105ad0880ee321888f8a360b977e13\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8aedabb81fef4a2e08fcd6f55ae408c9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9335249ad09a8c11636b1bf34985547a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3195de98192cc548bb70376e053fbb2e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef3c46a4f96d4382dce19f36ffabdf9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b3e590ab29e330c8db6953b87365dd1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8065060c4500e33edf1fe72ad26441a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7f812c36d7a2a1b6a6e4163e26c6645d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0c78a7ef15d83938758d95bff5859ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"be7d3a22cafa6ecff688708f3794c10b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"24f45739d9a8eebf8f26a17478432585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"03654a8194d1e8f1fef3bf85513596ba\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"948fc80788093a890c0436dd8f3d5fe4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"speculationrules\"},\"text\":\"\\n{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}}]},__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}]}\\n\",\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"speculative-loading.php\",\"line\":242,\"function\":\"wp_print_speculation_rules\",\"hook\":\"wp_footer\",\"priority\":10}]}}]','https://lion288slot.com/category/uncategorized/','','publish','closed','closed','','34928f44b9cbdd6261a414a721392ee8','','','2025-10-09 05:04:48','2025-10-08 22:04:48','',0,'https://lion288slot.com/amp_validated_url/34928f44b9cbdd6261a414a721392ee8/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(70,0,'2025-10-09 06:10:48','2025-10-08 23:10:48','[{\"term_slug\":\"6e926e99c95cf363c495975d2995f84f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"78dd4d7bebdba8caab9e2ff853b2e7f3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc.i-amphtml-embedded\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bc368a0d8e4c8dc126d5f2d9d376b2d4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"32cbcdc5dfac231079dd911df24735d3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"796859c545b2b8bbc78aaf45428a856a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6c341bfced358c62f6d0507cb02c595c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f74dd261c0bbb601c9c2bebac91866cc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed-legacy>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1103860b579a837033c4baa2578d2cde\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05632efcdb03f348543a908bd58b5208\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d966a13a6b153c2af02d7685435e2191\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7c10c9a7a5da21835a8316b5d7e21491\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b6bd38549de6e60687ba6ef004148ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f49c84f57dc012e17cba9a783b3230c9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b569efb19a9b26f5c0b63aa5ccb6f98\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"98f7f952cdf89436d1fe8bfef9cd1dff\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef16232cb7c2b455dd95878bfef36ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"967f2883d59e1961f74302d034e20363\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper.i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"74cfdfb0b90c5a30a15f515ec5793db1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a15e44da56c1bf79870abe5023b84a95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-action]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d16f8f1a8797a2fe257afdf7e0770c55\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-section]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e1339dfd5ce836fb59343ea2280744a2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e304f4ec3f6df028a03c5a319927aec1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-story .i-amphtml-loader-background\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"90d71052e4e57147bf5c7b77a4474890\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-autocomplete-results\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"4968113fe0bf02feb08d10681aacb08a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c7043094426cc546f37b75044b4c03\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-blurry-placeholder\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ab11958d7828e129dfcc6dacfa6538f6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=nodisplay]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7a56a2da869de0147a3128ae03b6a7ce\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"06e2f1baa02202f8b6e64ae762b52e31\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed][width][height]:not(.i-amphtml-layout-fixed)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"abb7edd7244e18c2bcf1206bc5c2f63b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-responsive\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbb02f9cbe1032d8273f84e1763271ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=responsive][width][height]:not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"02be1b3c96a02bb5618ee00f49035114\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c24de44529a455723b7f5ecfb325e0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"424e38f6208529dda0deca9b5761551b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cf235538b0e34806687ec3e05217f3d7\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c994637899b3260f3b08af60acd30b7e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic .i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"62bbfff47a671421852c730e6e75c52c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-intrinsic-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7956acf2a344f92b5c1d642d96009eba\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"85f1a444eefbab93f26482896ef0517d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed-height\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3763c1d45150b1bb670dcf26f6970f95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"369be1b254f130414b0198b186e5c8e9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"597c7a1cda0081db7abf51f1fff65200\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill.i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7eced3df1f3c799a47532b24d3ae213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fill]:not(.i-amphtml-layout-fill)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0ebb421eab88295615fc41dedf317e93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-flex-item\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac7607581d0bf919bad773c14c4e7f71\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=flex-item]:not(.i-amphtml-layout-flex-item)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cc6617893416bac6381cfe9f2610fa8d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fluid\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05b03d0f41d6c796546f040d56472ad2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"211f493cfc36aa016bbd1cabeedc95b5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-awaiting-size\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"163cff4c70bc46f71881b3e7e66d46a6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1c1a75a4d87a6e5a4195d81919e7df57\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer.i-amphtml-disable-ar\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1bf411fe0f9d7bcf0de1ee9a82af86f8\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"704c2c3a7fab806172501bb0c68b6521\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined .i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ed3a6dc59f746d84ee645c7d70433516\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-replaced-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"851e321f225a5e780c69c1093c4fa080\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3b05a628fc5434156f1011e17f61cfc0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0810e2f827a96c5d28f4a097adf7c065\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"877f1688632ddcb840fcc05b782bfef5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"67ad44335dfff37be43caf4b3ea9055e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-unresolved\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"458cc5f045ce35dfc6b0299062b0487c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-select-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b1461c0ec91cc0e50413fcc3df42893\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a79d184c4bf2c1ac6bdb8b0e03fcbed5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0a26ecf71f42183d674b37f23a3b5f76\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0991ec0e12d22ff55065ce8e97602a6c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1a21b76af7f00d9e2a1d87ea823fc85c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"963b1d5a1619a8e07bd1801383df5fa0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e3127efb582e232b19e444f59b9e3d0b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8c5c0526583da8fd3120c40c995b5f65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"249e96497ba86b7690a59ac6fce8eb65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8eeb3fbf4ea07ba9ef69ad542775dfe1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ffba64de2949b671984b2dc743d51a96\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"509454f95506892bd6c5af346f1b2213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-ghost\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c582270ca7786dd0383fd758b94745cb\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"459a208a950bd2aa1532a3740d8fb094\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5f37837a4a2efd583dc3aaf2f7b3d02f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac2ac0f42aff860bcf2167fd5d01a24e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e8088c8e910743a15e0914acc7bf6e6e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f597934953747370cf60ed592724c062\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1f2047116156cb77916c13f5940f80ac\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element:not(.amp-notsupported)>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"add339ec65b68502249bfa77ca6e7956\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"efa7e3ef4c6af1f35e0cc3157a434732\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1cab7b841eb94d415c495c4e963fd93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a0cd33acd45ade5cdb7b101eec489685\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0a007a258e63e30610eedaf4166cd44\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8a5a9a51902eba28aba28f3dc5d63314\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7627de0161e40639a3284a9da3f07244\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-hidden-by-media-query\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d9b23ae0d737d0ce55e8942c72473c2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86126f5d472d40586dc65e040fe2e388\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error:before\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a2db1da3fca457f573c8f946d2626f15\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9d8399c965095d9dd0683dca6b17cb2a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container.amp-active\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"15a888e79f5e1e182758333e8aed8349\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"207559750b0f3bd71acd406b5d1fe85f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>.i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"931fc2a18a45ccf3690af57d90552e1d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b14ca3eea5c95c289e619458db2381c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6226542c6d4da8e2219b7d1dfab332dc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bd54f11dad81cb6c72d924322908d6d9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow].amp-visible\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8dfc48bb6b9b6286d08e9ddf113eeec6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>amp-analytics\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"100a03e0c840b67977bf9c5decf711fe\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6bf733ed6d30bbd71a9eb5826db12fb4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f83e0253d1d4a0a6a85fd05e763475d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9033f7038081256941379863aae103c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"76433cca2e00a68400373d60cf6f0513\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"62860cb1664e9a052e19f2c545c91c4e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"dcd77f2a6f9f9522e1c5d024186255b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b1ceaa16b0df0f5570ef697609873a03\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3d1578a216bc1f57982436962e7e22d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2ae859ca84bafdf81ddf4108f0f232c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5afa01d22f93dcac5d576ce8bd45077b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3ae64f8e3434e063ffe2801fae615931\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f4e69dbd0d8b48e89d38cb925763e3af\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"588b3e45124d098cb6ef84e7a2a2509a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"63cce02d8c29d0337c989afceaa35a32\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"276cf4eb810de7ce63a2c1032329dc3a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a623af3ecbf5280833e8a65944f6021\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"458c75ece7c3149e05af34e3ce13c76e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0b766511de69da49106546f306e83146\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a521746ec6d166a090c86b115d7a9688\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"39fd6b74c9b4addb2562963f23398dad\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ad082713c5e670893d13526536657b2f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"364a955c675a53398eac5ee4f0967bb4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8f154de0abb014521a8329e9b84963da\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f1c9a63cd2edd37284437774f936ecd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e75555d2e56ff66818510362a844520d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7120a09543cf3b1cca4962415cbff6c0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a483af5fe86e35a9d69e48d2993f6334\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6edacc102ae8a1e31ddc2991ddce6bf2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d39c0df624d09a5c792287e0f51f227\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"59904f207b6dff062b67872b17f7d4dd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"24837ef6bc65a728a01ee4ab44d5b7e5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"802c1720b6074c5e946f4bdc737159bf\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3dc4319f60b4f4ef16fbf8b79a7e4e16\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7b3244efc84e471f4602005024a8a8ff\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f26da11175246dcc7856dd580526c6fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d449ba8f544f21b44c50c472fed4c49f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6d87618514cbe83eba3a5d44afefe9b2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ac9b1134ce514acbef0f3ed832a22621\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9fdc47bfd9582932ee50adf76bc658d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f7f66c19c08db7f71ac4c3b3592ef49\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7f4351c83771c7ca79e45c7880ab4fb9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7d7a8b08ab6cf9f727bd619e503002d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"207153a6d40925603f4a5367794d0109\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"339287f0a393a42ab87ba8689d0e0998\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"44493061bad042ac4ba67ea55f3eb524\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"eb4b318bd9844d1d89a58a46cc5d15cb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"509392f7772bd0608c5fd44a2e494e0a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"332a8e1938e1247c7bfefb180295c8ed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2bd0a89b6e66870cda5f44dfb5bf6ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a83705b718e3abe8610ba6052bf4612c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2449eea9b4ded25bd9ca53a6a33d624c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aeb7d593fee7b735eaff4fd1b27f2d6\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d076791fa344cbb016d3c8b31e5d8a2a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b6af6f71478f43b01f35484551e32945\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"72516e825dc365b1408d36e9c8bc8253\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1cedeb8d3685d736ad04df719bb1d660\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2c677e199534ea996f0fba9bef425ca\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9275ad111ebfa32170791c9b38d87878\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d84eff10f8c6acb764406d5d24447c80\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"67d7e6ac48eed2646ea9316e51e283f1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"820fb7030dbe44f0e5c3c6d203e371f4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7dff93b5c05cc46f2425c8d42d2f6c3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca676852e573e74a1978c177f7150085\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"83ea3f15cc9167b42e0fcec04724b054\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43ee0ffac52a6b0d4bad67b8b1d3bf87\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d79a76b650d973e81c7b34960767ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca1d14259a252803ebfaf57353503759\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6ce7160f4727622b2c86edcc891230e9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4ca8b24c405f053b5bbf36ebafd0ed5e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5c4c552d0f86271fafb6722cc567bfb3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2994859cf57076f43fb88c78280badc\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7d3ee3196bd84b5ec362be9b794c77fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7938e2bf4ebde18e29dd2a934f29df61\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fc3209ef55292b86a63692a7144e979c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"aba801beb8f1700360e8a73cdd02e3e1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4027486a3b922db649366a6445ae906c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43c47de6f7f64a3d1806ab528e57b1fb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1c619d5e444706fe81f0edc8117e194d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3b06a40158ec720c60aedcab7b0bbd0c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aa893f7cd897480267eb6ce1a1136c4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"28737599554d0339f3f7fe7e95b5a748\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d073289ac37ccdd33a71b6e70808a922\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8a42efe8e2f20709f539920fb178e627\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f463cae494b511a99d1609b664719f2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d623e1a116bf6b26764813fb6fa1b687\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e0455c0d2d0fcf810d9f1aa11397479\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"90a77d7d1b6c89c44f5c6dac2d1bd410\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f54b6bc76c3c731a6f6ccad9b2fc5f9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"297fbdada7b69c0ffcba2588fff1daed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f468f4c26258ae0eb1f443e0af89908\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f158b5578094c9ab4b803c978d3f3c12\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7cd55e67301e99cc315d883d0a15e4cd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"327c430718e73ec34fe89fe9e37394b1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c8e40597a77f67d4181bc2ad93d030a2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5dc21845b442abf8caefa2034025b209\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"96f691b9d1c2382cccdc0f16c795eab2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"212eef404e7aecd6bbdb82fa82a7476d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"de2fb5d6ba6e1def48f338808cf8625b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"db737007a0445f4c686fdb4422e37a13\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"55320d73f312c61b7c994e96496d3b89\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"829ad2bcdf43980286bb7b357081d349\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6aa4139b7260887ec367e8326562aa4c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2948a5adde172d5c5cea2b50f288e2ac\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7a2b47de5d5027fc77e03fc082255551\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a5caba6aa7ff2f853d77f355bf552b3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cf00ada513a65ef3aa7076f31704345e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5fa14d0ee5126a2cbafeec1854c4c8ba\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6f0e0df11772639d8e8ec5fd009c17b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2691cd24b0e7ef8cd6b1e34253306431\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e11a26aa2ad342bb36c19b79ab09e93f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"async\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.mjs\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d6511080509f8f89501f92db80d5ad3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.js\",\"crossorigin\":\"anonymous\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a1170acfbe89118b02612d924454ba77\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.mjs\",\"async\":\"\",\"custom-element\":\"amp-anim\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"621a0620cddff518c050f892caa46f15\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.js\",\"crossorigin\":\"anonymous\",\"custom-element\":\"amp-anim\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5df0ca684b4c726043824560780c6d94\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a95a4eaef4c51496030dc7c80a848e52\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2b14c97bdc2b8d0ff2579f955fcc9d3a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"78fc20759507ae314726b15f101df5cc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-anim\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f087b7093b90c6bd722e3cfba2149f9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"26c8ad566f90895dd571588b0206682e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b508819e08ea6a8fcda3f98c23f01085\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bdad24da3f4c1a4afa0263572280427c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f311efde56281d9471cce3b81ab4e2e3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f3f86f7561afc02d31e44fa7c2ae08a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb2ed584b00392ec0d0eb081983ca34e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ddb63efb65b8b25324fe3c3969e3e5eb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"984e4841895598da2bc6d1daada6eca5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e9d17b40cff9db1521a162c30423bc59\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9f0ead2252c5901ec732b22574a63f3f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2945f0d940c0c8e1fdf369171b0879e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"06fc760147e823d12cf4bdafaba06a9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"61fd7bfee89f5c4615cb71511ae35e3d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"124430ff42a8ecf042e36dd43e2cf3df\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0f5e0bba069e85da844f8b31609026f8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"918eec4b45fa9d1fed17bd1bb19dbec2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bb46d10cc26208936ed88a3dd3d855f6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"af5d1b580f4d36fbe1d6df9912ff4f14\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"10a4cf00df02f56f1438ce013ced2704\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"08dd9140033211df73e2eef4abb86e4f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f983dcaa814a264544e60745ec4a3539\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d40a5206c038cd5a080a71d483986592\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"05862b2e9f7ed7c8418dbc3b8a3f2d77\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3aa71fd0e6ce0aa9fccd742ce52f0393\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f1e23af69ac21ac2f5e151d3ff124ae\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fa0e24486ee10c13ad912978627a140d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"867cc544938196af64b79b4ce7e6e4ea\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3330a02bb76f117d7d841adb4f55d9fe\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b015b29921919700cc02f7b3c7736dde\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2122012c8f6ee47f4c3573775f52cd3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9d12273fed7ef05e1ee182c451a877a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"88fd198c377424d3ee98f10c95cb7483\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"290b8b2174564b4852b548e0e11c4a39\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d46432a8cedd60ac210c61410bc6df64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e16ae825fed3c279e2c9d4dccc6586ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b090ad96786f23f68d17bb48d4e10910\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"418f1b22d9c1dfe1bfc3b8c968d3f7c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b33039180d7711dd0ebe40da9c877ff2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"21aece179c2005210caea7862aa9957c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b58234a7798889735ad2aacc728e9ed4\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"23d1ef00083eb55697c4e71fdd3a78c5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ca51678da00f20bdcb04db1b379447dc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb1b0e886f7be10a58e9e71acbd24348\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"94232c49fc235dc5c70009429e05e93f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e54f6ed8723cb33f3550efbfe3018750\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"63e9e7b9a3c5bbba993d76a3958c9758\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d57dfa739733177ca52105a4c47b467a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b8ea83f8844293493697f7db4146029\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7844666f2c3772175df23670a6ca735\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86801a7e55eb84dcf4d6ba9942b6663b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"184507215bcd74f3996a279622328e01\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0c010fc8459d8cb6a328f1a82bcb3a1e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3c34dccfe3d3dd71c9bf53e4ea0dbd9c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a131091640987968f73bc9f01447c6d7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3556b6463a9b6f81ac6550c12513e058\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbd30b70b79b5756957e663945a72606\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b0105ad0880ee321888f8a360b977e13\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8aedabb81fef4a2e08fcd6f55ae408c9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9335249ad09a8c11636b1bf34985547a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3195de98192cc548bb70376e053fbb2e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef3c46a4f96d4382dce19f36ffabdf9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b3e590ab29e330c8db6953b87365dd1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8065060c4500e33edf1fe72ad26441a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7f812c36d7a2a1b6a6e4163e26c6645d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0c78a7ef15d83938758d95bff5859ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"be7d3a22cafa6ecff688708f3794c10b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"24f45739d9a8eebf8f26a17478432585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"03654a8194d1e8f1fef3bf85513596ba\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"948fc80788093a890c0436dd8f3d5fe4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"speculationrules\"},\"text\":\"\\n{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}}]},__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}]}\\n\",\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"speculative-loading.php\",\"line\":242,\"function\":\"wp_print_speculation_rules\",\"hook\":\"wp_footer\",\"priority\":10}]}}]','https://lion288slot.com/author/admin/','','publish','closed','closed','','3d5b4a86e3c8e8782ec67d109c17c269','','','2025-10-09 06:10:48','2025-10-08 23:10:48','',0,'https://lion288slot.com/amp_validated_url/3d5b4a86e3c8e8782ec67d109c17c269/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(72,0,'2025-10-09 08:10:19','2025-10-09 01:10:19','[{\"term_slug\":\"6e926e99c95cf363c495975d2995f84f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"78dd4d7bebdba8caab9e2ff853b2e7f3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc.i-amphtml-embedded\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bc368a0d8e4c8dc126d5f2d9d376b2d4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"32cbcdc5dfac231079dd911df24735d3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"796859c545b2b8bbc78aaf45428a856a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6c341bfced358c62f6d0507cb02c595c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f74dd261c0bbb601c9c2bebac91866cc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed-legacy>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1103860b579a837033c4baa2578d2cde\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05632efcdb03f348543a908bd58b5208\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d966a13a6b153c2af02d7685435e2191\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7c10c9a7a5da21835a8316b5d7e21491\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b6bd38549de6e60687ba6ef004148ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f49c84f57dc012e17cba9a783b3230c9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b569efb19a9b26f5c0b63aa5ccb6f98\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"98f7f952cdf89436d1fe8bfef9cd1dff\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef16232cb7c2b455dd95878bfef36ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"967f2883d59e1961f74302d034e20363\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper.i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"74cfdfb0b90c5a30a15f515ec5793db1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a15e44da56c1bf79870abe5023b84a95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-action]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d16f8f1a8797a2fe257afdf7e0770c55\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-section]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e1339dfd5ce836fb59343ea2280744a2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e304f4ec3f6df028a03c5a319927aec1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-story .i-amphtml-loader-background\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"90d71052e4e57147bf5c7b77a4474890\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-autocomplete-results\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"4968113fe0bf02feb08d10681aacb08a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c7043094426cc546f37b75044b4c03\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-blurry-placeholder\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ab11958d7828e129dfcc6dacfa6538f6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=nodisplay]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7a56a2da869de0147a3128ae03b6a7ce\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"06e2f1baa02202f8b6e64ae762b52e31\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed][width][height]:not(.i-amphtml-layout-fixed)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"abb7edd7244e18c2bcf1206bc5c2f63b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-responsive\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbb02f9cbe1032d8273f84e1763271ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=responsive][width][height]:not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"02be1b3c96a02bb5618ee00f49035114\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c24de44529a455723b7f5ecfb325e0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"424e38f6208529dda0deca9b5761551b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cf235538b0e34806687ec3e05217f3d7\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c994637899b3260f3b08af60acd30b7e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic .i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"62bbfff47a671421852c730e6e75c52c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-intrinsic-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7956acf2a344f92b5c1d642d96009eba\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"85f1a444eefbab93f26482896ef0517d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed-height\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3763c1d45150b1bb670dcf26f6970f95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"369be1b254f130414b0198b186e5c8e9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"597c7a1cda0081db7abf51f1fff65200\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill.i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7eced3df1f3c799a47532b24d3ae213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fill]:not(.i-amphtml-layout-fill)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0ebb421eab88295615fc41dedf317e93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-flex-item\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac7607581d0bf919bad773c14c4e7f71\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=flex-item]:not(.i-amphtml-layout-flex-item)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cc6617893416bac6381cfe9f2610fa8d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fluid\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05b03d0f41d6c796546f040d56472ad2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"211f493cfc36aa016bbd1cabeedc95b5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-awaiting-size\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"163cff4c70bc46f71881b3e7e66d46a6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1c1a75a4d87a6e5a4195d81919e7df57\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer.i-amphtml-disable-ar\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1bf411fe0f9d7bcf0de1ee9a82af86f8\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"704c2c3a7fab806172501bb0c68b6521\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined .i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ed3a6dc59f746d84ee645c7d70433516\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-replaced-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"851e321f225a5e780c69c1093c4fa080\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3b05a628fc5434156f1011e17f61cfc0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0810e2f827a96c5d28f4a097adf7c065\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"877f1688632ddcb840fcc05b782bfef5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"67ad44335dfff37be43caf4b3ea9055e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-unresolved\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"458cc5f045ce35dfc6b0299062b0487c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-select-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b1461c0ec91cc0e50413fcc3df42893\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a79d184c4bf2c1ac6bdb8b0e03fcbed5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0a26ecf71f42183d674b37f23a3b5f76\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0991ec0e12d22ff55065ce8e97602a6c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1a21b76af7f00d9e2a1d87ea823fc85c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"963b1d5a1619a8e07bd1801383df5fa0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e3127efb582e232b19e444f59b9e3d0b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8c5c0526583da8fd3120c40c995b5f65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"249e96497ba86b7690a59ac6fce8eb65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8eeb3fbf4ea07ba9ef69ad542775dfe1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ffba64de2949b671984b2dc743d51a96\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"509454f95506892bd6c5af346f1b2213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-ghost\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c582270ca7786dd0383fd758b94745cb\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"459a208a950bd2aa1532a3740d8fb094\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5f37837a4a2efd583dc3aaf2f7b3d02f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac2ac0f42aff860bcf2167fd5d01a24e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e8088c8e910743a15e0914acc7bf6e6e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f597934953747370cf60ed592724c062\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1f2047116156cb77916c13f5940f80ac\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element:not(.amp-notsupported)>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"add339ec65b68502249bfa77ca6e7956\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"efa7e3ef4c6af1f35e0cc3157a434732\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1cab7b841eb94d415c495c4e963fd93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a0cd33acd45ade5cdb7b101eec489685\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0a007a258e63e30610eedaf4166cd44\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8a5a9a51902eba28aba28f3dc5d63314\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7627de0161e40639a3284a9da3f07244\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-hidden-by-media-query\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d9b23ae0d737d0ce55e8942c72473c2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86126f5d472d40586dc65e040fe2e388\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error:before\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a2db1da3fca457f573c8f946d2626f15\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9d8399c965095d9dd0683dca6b17cb2a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container.amp-active\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"15a888e79f5e1e182758333e8aed8349\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"207559750b0f3bd71acd406b5d1fe85f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>.i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"931fc2a18a45ccf3690af57d90552e1d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b14ca3eea5c95c289e619458db2381c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6226542c6d4da8e2219b7d1dfab332dc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bd54f11dad81cb6c72d924322908d6d9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow].amp-visible\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8dfc48bb6b9b6286d08e9ddf113eeec6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>amp-analytics\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"100a03e0c840b67977bf9c5decf711fe\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6bf733ed6d30bbd71a9eb5826db12fb4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f83e0253d1d4a0a6a85fd05e763475d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9033f7038081256941379863aae103c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"76433cca2e00a68400373d60cf6f0513\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"62860cb1664e9a052e19f2c545c91c4e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"dcd77f2a6f9f9522e1c5d024186255b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b1ceaa16b0df0f5570ef697609873a03\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3d1578a216bc1f57982436962e7e22d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2ae859ca84bafdf81ddf4108f0f232c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5afa01d22f93dcac5d576ce8bd45077b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3ae64f8e3434e063ffe2801fae615931\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f4e69dbd0d8b48e89d38cb925763e3af\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"588b3e45124d098cb6ef84e7a2a2509a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"63cce02d8c29d0337c989afceaa35a32\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"276cf4eb810de7ce63a2c1032329dc3a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a623af3ecbf5280833e8a65944f6021\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"458c75ece7c3149e05af34e3ce13c76e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0b766511de69da49106546f306e83146\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a521746ec6d166a090c86b115d7a9688\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"39fd6b74c9b4addb2562963f23398dad\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ad082713c5e670893d13526536657b2f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"364a955c675a53398eac5ee4f0967bb4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8f154de0abb014521a8329e9b84963da\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f1c9a63cd2edd37284437774f936ecd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e75555d2e56ff66818510362a844520d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7120a09543cf3b1cca4962415cbff6c0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a483af5fe86e35a9d69e48d2993f6334\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6edacc102ae8a1e31ddc2991ddce6bf2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d39c0df624d09a5c792287e0f51f227\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"59904f207b6dff062b67872b17f7d4dd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"24837ef6bc65a728a01ee4ab44d5b7e5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"802c1720b6074c5e946f4bdc737159bf\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3dc4319f60b4f4ef16fbf8b79a7e4e16\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7b3244efc84e471f4602005024a8a8ff\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f26da11175246dcc7856dd580526c6fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d449ba8f544f21b44c50c472fed4c49f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6d87618514cbe83eba3a5d44afefe9b2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ac9b1134ce514acbef0f3ed832a22621\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9fdc47bfd9582932ee50adf76bc658d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f7f66c19c08db7f71ac4c3b3592ef49\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7f4351c83771c7ca79e45c7880ab4fb9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7d7a8b08ab6cf9f727bd619e503002d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"207153a6d40925603f4a5367794d0109\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"339287f0a393a42ab87ba8689d0e0998\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"44493061bad042ac4ba67ea55f3eb524\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"eb4b318bd9844d1d89a58a46cc5d15cb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"509392f7772bd0608c5fd44a2e494e0a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"332a8e1938e1247c7bfefb180295c8ed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2bd0a89b6e66870cda5f44dfb5bf6ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a83705b718e3abe8610ba6052bf4612c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2449eea9b4ded25bd9ca53a6a33d624c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aeb7d593fee7b735eaff4fd1b27f2d6\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d076791fa344cbb016d3c8b31e5d8a2a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b6af6f71478f43b01f35484551e32945\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"72516e825dc365b1408d36e9c8bc8253\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1cedeb8d3685d736ad04df719bb1d660\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2c677e199534ea996f0fba9bef425ca\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9275ad111ebfa32170791c9b38d87878\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d84eff10f8c6acb764406d5d24447c80\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"67d7e6ac48eed2646ea9316e51e283f1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"820fb7030dbe44f0e5c3c6d203e371f4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7dff93b5c05cc46f2425c8d42d2f6c3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca676852e573e74a1978c177f7150085\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"83ea3f15cc9167b42e0fcec04724b054\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43ee0ffac52a6b0d4bad67b8b1d3bf87\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d79a76b650d973e81c7b34960767ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca1d14259a252803ebfaf57353503759\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6ce7160f4727622b2c86edcc891230e9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4ca8b24c405f053b5bbf36ebafd0ed5e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5c4c552d0f86271fafb6722cc567bfb3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2994859cf57076f43fb88c78280badc\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7d3ee3196bd84b5ec362be9b794c77fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7938e2bf4ebde18e29dd2a934f29df61\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fc3209ef55292b86a63692a7144e979c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"aba801beb8f1700360e8a73cdd02e3e1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4027486a3b922db649366a6445ae906c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43c47de6f7f64a3d1806ab528e57b1fb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1c619d5e444706fe81f0edc8117e194d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3b06a40158ec720c60aedcab7b0bbd0c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aa893f7cd897480267eb6ce1a1136c4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"28737599554d0339f3f7fe7e95b5a748\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d073289ac37ccdd33a71b6e70808a922\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8a42efe8e2f20709f539920fb178e627\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f463cae494b511a99d1609b664719f2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d623e1a116bf6b26764813fb6fa1b687\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e0455c0d2d0fcf810d9f1aa11397479\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"90a77d7d1b6c89c44f5c6dac2d1bd410\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f54b6bc76c3c731a6f6ccad9b2fc5f9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"297fbdada7b69c0ffcba2588fff1daed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f468f4c26258ae0eb1f443e0af89908\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f158b5578094c9ab4b803c978d3f3c12\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7cd55e67301e99cc315d883d0a15e4cd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"327c430718e73ec34fe89fe9e37394b1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c8e40597a77f67d4181bc2ad93d030a2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5dc21845b442abf8caefa2034025b209\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"96f691b9d1c2382cccdc0f16c795eab2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"212eef404e7aecd6bbdb82fa82a7476d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"de2fb5d6ba6e1def48f338808cf8625b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"db737007a0445f4c686fdb4422e37a13\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"55320d73f312c61b7c994e96496d3b89\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"829ad2bcdf43980286bb7b357081d349\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6aa4139b7260887ec367e8326562aa4c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2948a5adde172d5c5cea2b50f288e2ac\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7a2b47de5d5027fc77e03fc082255551\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a5caba6aa7ff2f853d77f355bf552b3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cf00ada513a65ef3aa7076f31704345e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5fa14d0ee5126a2cbafeec1854c4c8ba\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6f0e0df11772639d8e8ec5fd009c17b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2691cd24b0e7ef8cd6b1e34253306431\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e11a26aa2ad342bb36c19b79ab09e93f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"async\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.mjs\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d6511080509f8f89501f92db80d5ad3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.js\",\"crossorigin\":\"anonymous\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a1170acfbe89118b02612d924454ba77\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.mjs\",\"async\":\"\",\"custom-element\":\"amp-anim\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"621a0620cddff518c050f892caa46f15\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.js\",\"crossorigin\":\"anonymous\",\"custom-element\":\"amp-anim\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5df0ca684b4c726043824560780c6d94\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a95a4eaef4c51496030dc7c80a848e52\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2b14c97bdc2b8d0ff2579f955fcc9d3a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"78fc20759507ae314726b15f101df5cc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-anim\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f087b7093b90c6bd722e3cfba2149f9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"26c8ad566f90895dd571588b0206682e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b508819e08ea6a8fcda3f98c23f01085\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bdad24da3f4c1a4afa0263572280427c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f311efde56281d9471cce3b81ab4e2e3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f3f86f7561afc02d31e44fa7c2ae08a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb2ed584b00392ec0d0eb081983ca34e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ddb63efb65b8b25324fe3c3969e3e5eb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"984e4841895598da2bc6d1daada6eca5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e9d17b40cff9db1521a162c30423bc59\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9f0ead2252c5901ec732b22574a63f3f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2945f0d940c0c8e1fdf369171b0879e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"06fc760147e823d12cf4bdafaba06a9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"61fd7bfee89f5c4615cb71511ae35e3d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"124430ff42a8ecf042e36dd43e2cf3df\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0f5e0bba069e85da844f8b31609026f8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"918eec4b45fa9d1fed17bd1bb19dbec2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bb46d10cc26208936ed88a3dd3d855f6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"af5d1b580f4d36fbe1d6df9912ff4f14\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"10a4cf00df02f56f1438ce013ced2704\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"08dd9140033211df73e2eef4abb86e4f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f983dcaa814a264544e60745ec4a3539\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d40a5206c038cd5a080a71d483986592\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"05862b2e9f7ed7c8418dbc3b8a3f2d77\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3aa71fd0e6ce0aa9fccd742ce52f0393\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f1e23af69ac21ac2f5e151d3ff124ae\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fa0e24486ee10c13ad912978627a140d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"867cc544938196af64b79b4ce7e6e4ea\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3330a02bb76f117d7d841adb4f55d9fe\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b015b29921919700cc02f7b3c7736dde\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2122012c8f6ee47f4c3573775f52cd3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9d12273fed7ef05e1ee182c451a877a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"88fd198c377424d3ee98f10c95cb7483\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"290b8b2174564b4852b548e0e11c4a39\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d46432a8cedd60ac210c61410bc6df64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e16ae825fed3c279e2c9d4dccc6586ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b090ad96786f23f68d17bb48d4e10910\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"418f1b22d9c1dfe1bfc3b8c968d3f7c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b33039180d7711dd0ebe40da9c877ff2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"21aece179c2005210caea7862aa9957c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b58234a7798889735ad2aacc728e9ed4\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"23d1ef00083eb55697c4e71fdd3a78c5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ca51678da00f20bdcb04db1b379447dc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb1b0e886f7be10a58e9e71acbd24348\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"94232c49fc235dc5c70009429e05e93f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e54f6ed8723cb33f3550efbfe3018750\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"63e9e7b9a3c5bbba993d76a3958c9758\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d57dfa739733177ca52105a4c47b467a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b8ea83f8844293493697f7db4146029\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7844666f2c3772175df23670a6ca735\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86801a7e55eb84dcf4d6ba9942b6663b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"184507215bcd74f3996a279622328e01\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0c010fc8459d8cb6a328f1a82bcb3a1e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3c34dccfe3d3dd71c9bf53e4ea0dbd9c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a131091640987968f73bc9f01447c6d7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3556b6463a9b6f81ac6550c12513e058\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbd30b70b79b5756957e663945a72606\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b0105ad0880ee321888f8a360b977e13\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8aedabb81fef4a2e08fcd6f55ae408c9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9335249ad09a8c11636b1bf34985547a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3195de98192cc548bb70376e053fbb2e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef3c46a4f96d4382dce19f36ffabdf9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b3e590ab29e330c8db6953b87365dd1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8065060c4500e33edf1fe72ad26441a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7f812c36d7a2a1b6a6e4163e26c6645d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0c78a7ef15d83938758d95bff5859ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"be7d3a22cafa6ecff688708f3794c10b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"24f45739d9a8eebf8f26a17478432585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"03654a8194d1e8f1fef3bf85513596ba\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"948fc80788093a890c0436dd8f3d5fe4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"speculationrules\"},\"text\":\"\\n{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}}]},__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}]}\\n\",\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"speculative-loading.php\",\"line\":242,\"function\":\"wp_print_speculation_rules\",\"hook\":\"wp_footer\",\"priority\":10}]}}]','https://lion288slot.com/?s=example','','publish','closed','closed','','0513be6e995259b749590d01fd0530c0','','','2025-10-09 08:10:19','2025-10-09 01:10:19','',0,'https://lion288slot.com/amp_validated_url/0513be6e995259b749590d01fd0530c0/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(75,1,'2025-01-31 00:53:06','2025-01-30 17:53:06','<h1 style=\"text-align: center;\"><strong>Lion288 Slot Login : Platform Gaming Dengan Layanan Unggulan</strong></h1>','Lion288 Slot Login','','publish','closed','closed','','lion288-slot-login','','','2025-01-22 23:54:17','2025-01-22 16:54:17','',0,'https://lion288slot.com/?p=75',0,'post','',0),
(76,1,'2025-02-14 00:53:06','2025-02-13 17:53:06','<h1 style=\"text-align: center;\"><strong>Lion288 Hoki : Situs Game Online Dengan Banyak Bonus</strong></h1>','Lion288 Hoki','','publish','closed','closed','','lion288-hoki','','','2025-01-22 23:54:49','2025-01-22 16:54:49','',0,'https://lion288slot.com/?p=76',0,'post','',0),
(77,1,'2025-02-28 00:53:06','2025-02-27 17:53:06','<h1 style=\"text-align: center;\"><strong>Lion288 Gacor : Mainkan Game Online Favorit Dengan Aman</strong></h1>','Lion288 Gacor','','publish','closed','closed','','lion288-gacor','','','2025-01-22 23:55:19','2025-01-22 16:55:19','',0,'https://lion288slot.com/?p=77',0,'post','',0),
(78,1,'2025-03-14 00:53:07','2025-03-13 17:53:07','<h1 style=\"text-align: center;\"><strong>Lion288 Pulsa : Portal Game Online Dengan Fitur Canggih</strong></h1>','Lion288 Pulsa','','publish','closed','closed','','lion288-pulsa','','','2025-01-22 23:55:54','2025-01-22 16:55:54','',0,'https://lion288slot.com/?p=78',0,'post','',0),
(79,1,'2025-03-28 00:53:07','2025-03-27 17:53:07','<h1 style=\"text-align: center;\"><strong>Lion288 Deposit Pulsa : Situs Game Menyediakan Hiburan Batas</strong></h1>','Lion288 Deposit Pulsa','','publish','closed','closed','','lion288-deposit-pulsa','','','2025-01-22 23:56:28','2025-01-22 16:56:28','',0,'https://lion288slot.com/?p=79',0,'post','',0),
(80,1,'2025-04-11 00:53:07','2025-04-10 17:53:07','<h1 style=\"text-align: center;\"><strong>Lion288 Dana : Bergabunglah Di Situs Game Online Populer</strong></h1>','Lion288 Dana','','publish','closed','closed','','lion288-dana','','','2025-01-22 23:56:59','2025-01-22 16:56:59','',0,'https://lion288slot.com/?p=80',0,'post','',0),
(81,1,'2025-04-25 00:53:07','2025-04-24 17:53:07','<h1 style=\"text-align: center;\"><strong>Lion288 Deposit Dana : Platform Game Sistem Keamanan Anda</strong></h1>','Lion288 Deposit Dana','','publish','closed','closed','','lion288-deposit-dana','','','2025-01-22 23:57:38','2025-01-22 16:57:38','',0,'https://lion288slot.com/?p=81',0,'post','',0),
(82,1,'2025-05-09 00:53:07','2025-05-08 17:53:07','<h1 style=\"text-align: center;\"><strong>Lion288 Demo : Situs Game Online Untuk Pengalaman Gaming</strong></h1>','Lion288 Demo','','publish','closed','closed','','lion288-demo','','','2025-01-22 23:58:14','2025-01-22 16:58:14','',0,'https://lion288slot.com/?p=82',0,'post','',0),
(83,1,'2025-01-17 00:53:30','2025-01-16 17:53:30','<h1 style=\"text-align: center;\"><strong>Lion288 Slot : Portal Online Menyediakan Banyak Pilihan</strong></h1>','Lion288 Slot','','publish','closed','closed','','lion288-slot','','','2025-01-22 23:53:43','2025-01-22 16:53:43','',0,'https://lion288slot.com/?p=83',0,'post','',0),
(84,1,'2025-01-22 23:53:18','2025-01-22 16:53:18','','Lion288 Slot','','inherit','closed','closed','','mabar-12','','','2025-01-22 23:53:20','2025-01-22 16:53:20','',83,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar.jpg',0,'attachment','image/jpeg',0),
(85,1,'2025-01-22 23:53:30','2025-01-22 16:53:30','<h1 style=\"text-align: center;\"><strong>Lion288 Slot : Portal Online Menyediakan Banyak Pilihan</strong></h1>','Lion288 Slot','','inherit','closed','closed','','83-revision-v1','','','2025-01-22 23:53:30','2025-01-22 16:53:30','',83,'https://lion288slot.com/?p=85',0,'revision','',0),
(86,1,'2025-01-22 23:53:50','2025-01-22 16:53:50','','Lion288 Slot Login','','inherit','closed','closed','','mabar-13','','','2025-01-22 23:53:52','2025-01-22 16:53:52','',75,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-1.jpg',0,'attachment','image/jpeg',0),
(87,1,'2025-01-22 23:54:17','2025-01-22 16:54:17','<h1 style=\"text-align: center;\"><strong>Lion288 Slot Login : Platform Gaming Dengan Layanan Unggulan</strong></h1>','Lion288 Slot Login','','inherit','closed','closed','','75-revision-v1','','','2025-01-22 23:54:17','2025-01-22 16:54:17','',75,'https://lion288slot.com/?p=87',0,'revision','',0),
(88,1,'2025-01-22 23:54:24','2025-01-22 16:54:24','','Lion288 Hoki','','inherit','closed','closed','','mabar-14','','','2025-01-22 23:54:26','2025-01-22 16:54:26','',76,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-2.jpg',0,'attachment','image/jpeg',0),
(89,1,'2025-01-22 23:54:49','2025-01-22 16:54:49','<h1 style=\"text-align: center;\"><strong>Lion288 Hoki : Situs Game Online Dengan Banyak Bonus</strong></h1>','Lion288 Hoki','','inherit','closed','closed','','76-revision-v1','','','2025-01-22 23:54:49','2025-01-22 16:54:49','',76,'https://lion288slot.com/?p=89',0,'revision','',0),
(90,1,'2025-01-22 23:54:56','2025-01-22 16:54:56','','Lion288 Gacor','','inherit','closed','closed','','mabar-15','','','2025-01-22 23:54:58','2025-01-22 16:54:58','',77,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-3.jpg',0,'attachment','image/jpeg',0),
(91,1,'2025-01-22 23:55:19','2025-01-22 16:55:19','<h1 style=\"text-align: center;\"><strong>Lion288 Gacor : Mainkan Game Online Favorit Dengan Aman</strong></h1>','Lion288 Gacor','','inherit','closed','closed','','77-revision-v1','','','2025-01-22 23:55:19','2025-01-22 16:55:19','',77,'https://lion288slot.com/?p=91',0,'revision','',0),
(92,1,'2025-01-22 23:55:27','2025-01-22 16:55:27','','Lion288 Pulsa','','inherit','closed','closed','','mabar-16','','','2025-01-22 23:55:30','2025-01-22 16:55:30','',78,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-4.jpg',0,'attachment','image/jpeg',0),
(93,1,'2025-01-22 23:55:54','2025-01-22 16:55:54','<h1 style=\"text-align: center;\"><strong>Lion288 Pulsa : Portal Game Online Dengan Fitur Canggih</strong></h1>','Lion288 Pulsa','','inherit','closed','closed','','78-revision-v1','','','2025-01-22 23:55:54','2025-01-22 16:55:54','',78,'https://lion288slot.com/?p=93',0,'revision','',0),
(94,1,'2025-01-22 23:56:03','2025-01-22 16:56:03','','Lion288 Deposit Pulsa','','inherit','closed','closed','','mabar-17','','','2025-01-22 23:56:05','2025-01-22 16:56:05','',79,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-5.jpg',0,'attachment','image/jpeg',0),
(95,1,'2025-01-22 23:56:28','2025-01-22 16:56:28','<h1 style=\"text-align: center;\"><strong>Lion288 Deposit Pulsa : Situs Game Menyediakan Hiburan Batas</strong></h1>','Lion288 Deposit Pulsa','','inherit','closed','closed','','79-revision-v1','','','2025-01-22 23:56:28','2025-01-22 16:56:28','',79,'https://lion288slot.com/?p=95',0,'revision','',0),
(96,1,'2025-01-22 23:56:35','2025-01-22 16:56:35','','Lion288 Dana','','inherit','closed','closed','','mabar-18','','','2025-01-22 23:56:37','2025-01-22 16:56:37','',80,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-6.jpg',0,'attachment','image/jpeg',0),
(97,1,'2025-01-22 23:56:59','2025-01-22 16:56:59','<h1 style=\"text-align: center;\"><strong>Lion288 Dana : Bergabunglah Di Situs Game Online Populer</strong></h1>','Lion288 Dana','','inherit','closed','closed','','80-revision-v1','','','2025-01-22 23:56:59','2025-01-22 16:56:59','',80,'https://lion288slot.com/?p=97',0,'revision','',0),
(98,1,'2025-01-22 23:57:07','2025-01-22 16:57:07','','Lion288 Deposit Dana','','inherit','closed','closed','','mabar-19','','','2025-01-22 23:57:09','2025-01-22 16:57:09','',81,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-7.jpg',0,'attachment','image/jpeg',0),
(99,1,'2025-01-22 23:57:38','2025-01-22 16:57:38','<h1 style=\"text-align: center;\"><strong>Lion288 Deposit Dana : Platform Game Sistem Keamanan Anda</strong></h1>','Lion288 Deposit Dana','','inherit','closed','closed','','81-revision-v1','','','2025-01-22 23:57:38','2025-01-22 16:57:38','',81,'https://lion288slot.com/?p=99',0,'revision','',0),
(100,1,'2025-05-23 00:57:41','2025-05-22 17:57:41','<h1 style=\"text-align: center;\"><strong>Lion288 RTP : Nikmati Hiburan Gaming Online Tanpa Batas</strong></h1>','Lion288 RTP','','publish','closed','closed','','lion288-rtp','','','2025-01-22 23:58:45','2025-01-22 16:58:45','',0,'https://lion288slot.com/?p=100',0,'post','',0),
(101,1,'2025-06-06 00:57:41','2025-06-05 17:57:41','<h1 style=\"text-align: center;\"><strong>Lion288 Pragmatic : Situs Game Online Dengan Layanan Premium</strong></h1>','Lion288 Pragmatic','','publish','closed','closed','','lion288-pragmatic','','','2025-01-22 23:59:18','2025-01-22 16:59:18','',0,'https://lion288slot.com/?p=101',0,'post','',0),
(102,1,'2025-06-20 00:57:41','2025-06-19 17:57:41','<h1 style=\"text-align: center;\"><strong>Lion288 Win : Mainkan Game Favorit Dengan Aman Nyaman</strong></h1>','Lion288 Win','','publish','closed','closed','','lion288-win','','','2025-01-22 23:59:48','2025-01-22 16:59:48','',0,'https://lion288slot.com/?p=102',0,'post','',0),
(103,1,'2025-07-04 00:00:41','2025-07-03 17:00:41','<h1 style=\"text-align: center;\"><strong>Lion288 4D : Situs Game Terpercaya Dengan Layanan Cepat</strong></h1>','Lion288 4D','','publish','closed','closed','','lion288-4d','','','2025-01-23 00:00:22','2025-01-22 17:00:22','',0,'https://lion288slot.com/?p=103',0,'post','',0),
(104,1,'2025-07-18 00:57:41','2025-07-17 17:57:41','<h1 style=\"text-align: center;\"><strong>Lion288 Indonesia : Situs Dengan Ratusan Pilihan Game Terbaik</strong></h1>','Lion288 Indonesia','','publish','closed','closed','','lion288-indonesia','','','2025-01-23 00:00:54','2025-01-22 17:00:54','',0,'https://lion288slot.com/?p=104',0,'post','',0),
(105,1,'2025-01-22 23:57:47','2025-01-22 16:57:47','','Lion288 Demo','','inherit','closed','closed','','mabar-20','','','2025-01-22 23:57:51','2025-01-22 16:57:51','',82,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-8.jpg',0,'attachment','image/jpeg',0),
(106,1,'2025-01-22 23:58:14','2025-01-22 16:58:14','<h1 style=\"text-align: center;\"><strong>Lion288 Demo : Situs Game Online Untuk Pengalaman Gaming</strong></h1>','Lion288 Demo','','inherit','closed','closed','','82-revision-v1','','','2025-01-22 23:58:14','2025-01-22 16:58:14','',82,'https://lion288slot.com/?p=106',0,'revision','',0),
(107,1,'2025-01-22 23:58:20','2025-01-22 16:58:20','','Lion288 RTP','','inherit','closed','closed','','mabar-21','','','2025-01-22 23:58:22','2025-01-22 16:58:22','',100,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-9.jpg',0,'attachment','image/jpeg',0),
(108,1,'2025-01-22 23:58:45','2025-01-22 16:58:45','<h1 style=\"text-align: center;\"><strong>Lion288 RTP : Nikmati Hiburan Gaming Online Tanpa Batas</strong></h1>','Lion288 RTP','','inherit','closed','closed','','100-revision-v1','','','2025-01-22 23:58:45','2025-01-22 16:58:45','',100,'https://lion288slot.com/?p=108',0,'revision','',0),
(109,1,'2025-01-22 23:58:53','2025-01-22 16:58:53','','Lion288 Pragmatic','','inherit','closed','closed','','mabar-22','','','2025-01-22 23:58:55','2025-01-22 16:58:55','',101,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-10.jpg',0,'attachment','image/jpeg',0),
(110,1,'2025-01-22 23:59:18','2025-01-22 16:59:18','<h1 style=\"text-align: center;\"><strong>Lion288 Pragmatic : Situs Game Online Dengan Layanan Premium</strong></h1>','Lion288 Pragmatic','','inherit','closed','closed','','101-revision-v1','','','2025-01-22 23:59:18','2025-01-22 16:59:18','',101,'https://lion288slot.com/?p=110',0,'revision','',0),
(111,1,'2025-01-22 23:59:25','2025-01-22 16:59:25','','Lion288 Win','','inherit','closed','closed','','mabar-23','','','2025-01-22 23:59:27','2025-01-22 16:59:27','',102,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-11.jpg',0,'attachment','image/jpeg',0),
(112,1,'2025-01-22 23:59:48','2025-01-22 16:59:48','<h1 style=\"text-align: center;\"><strong>Lion288 Win : Mainkan Game Favorit Dengan Aman Nyaman</strong></h1>','Lion288 Win','','inherit','closed','closed','','102-revision-v1','','','2025-01-22 23:59:48','2025-01-22 16:59:48','',102,'https://lion288slot.com/?p=112',0,'revision','',0),
(113,1,'2025-01-22 23:59:56','2025-01-22 16:59:56','','Lion288 4D','','inherit','closed','closed','','mabar-24','','','2025-01-22 23:59:58','2025-01-22 16:59:58','',103,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-12.jpg',0,'attachment','image/jpeg',0),
(114,1,'2025-01-23 00:00:22','2025-01-22 17:00:22','<h1 style=\"text-align: center;\"><strong>Lion288 4D : Situs Game Terpercaya Dengan Layanan Cepat</strong></h1>','Lion288 4D','','inherit','closed','closed','','103-revision-v1','','','2025-01-23 00:00:22','2025-01-22 17:00:22','',103,'https://lion288slot.com/?p=114',0,'revision','',0),
(115,1,'2025-08-01 00:00:26','2025-07-31 17:00:26','<h1 style=\"text-align: center;\"><strong>Lion288 Asia : Pengalaman Gaming Online Cepat Dan Aman</strong></h1>','Lion288 Asia','','future','closed','closed','','lion288-asia','','','2025-01-23 00:01:27','2025-01-22 17:01:27','',0,'https://lion288slot.com/?p=115',0,'post','',0),
(116,1,'2025-08-15 00:00:26','2025-08-14 17:00:26','<h1 style=\"text-align: center;\"><strong>Lion288 Freebet : Platform Game Dengan Jaminan Kenyamanan</strong></h1>','Lion288 Freebet','','publish','closed','closed','','lion288-freebet','','','2025-01-23 00:01:59','2025-01-22 17:01:59','',0,'https://lion288slot.com/?p=116',0,'post','',0),
(117,1,'2025-08-29 00:00:27','2025-08-28 17:00:27','<h1 style=\"text-align: center;\"><strong>Lion288 Maxwin : Situs Online Yang Mudah akses Dan Aman</strong></h1>','Lion288 Maxwin','','future','closed','closed','','lion288-maxwin','','','2025-01-23 00:02:32','2025-01-22 17:02:32','',0,'https://lion288slot.com/?p=117',0,'post','',0),
(118,1,'2025-09-12 00:00:27','2025-09-11 17:00:27','<h1 style=\"text-align: center;\"><strong>Lion288 Mobile : Mainkan Game Favorit Di Situs Terpercaya</strong></h1>','Lion288 Mobile','','publish','closed','closed','','lion288-mobile','','','2025-01-23 00:03:10','2025-01-22 17:03:10','',0,'https://lion288slot.com/?p=118',0,'post','',0),
(119,1,'2025-09-26 00:00:27','2025-09-25 17:00:27','<h1 style=\"text-align: center;\"><strong>Lion288 Apk Mobile : Portal Game Online Dengan Teknologi Terbaik</strong></h1>','Lion288 Apk Mobile','','publish','closed','closed','','lion288-apk-mobile','','','2025-01-23 00:03:52','2025-01-22 17:03:52','',0,'https://lion288slot.com/?p=119',0,'post','',0),
(120,1,'2025-01-23 00:00:32','2025-01-22 17:00:32','','Lion288 Indonesia','','inherit','closed','closed','','mabar-25','','','2025-01-23 00:00:35','2025-01-22 17:00:35','',104,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-13.jpg',0,'attachment','image/jpeg',0),
(121,1,'2025-01-23 00:00:54','2025-01-22 17:00:54','<h1 style=\"text-align: center;\"><strong>Lion288 Indonesia : Situs Dengan Ratusan Pilihan Game Terbaik</strong></h1>','Lion288 Indonesia','','inherit','closed','closed','','104-revision-v1','','','2025-01-23 00:00:54','2025-01-22 17:00:54','',104,'https://lion288slot.com/?p=121',0,'revision','',0),
(122,1,'2025-01-23 00:01:03','2025-01-22 17:01:03','','Lion288 Asia','','inherit','closed','closed','','mabar-26','','','2025-01-23 00:01:05','2025-01-22 17:01:05','',115,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-14.jpg',0,'attachment','image/jpeg',0),
(123,1,'2025-01-23 00:01:27','2025-01-22 17:01:27','<h1 style=\"text-align: center;\"><strong>Lion288 Asia : Pengalaman Gaming Online Cepat Dan Aman</strong></h1>','Lion288 Asia','','inherit','closed','closed','','115-revision-v1','','','2025-01-23 00:01:27','2025-01-22 17:01:27','',115,'https://lion288slot.com/?p=123',0,'revision','',0),
(124,1,'2025-01-23 00:01:33','2025-01-22 17:01:33','','Lion288 Freebet','','inherit','closed','closed','','mabar-27','','','2025-01-23 00:01:35','2025-01-22 17:01:35','',116,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-15.jpg',0,'attachment','image/jpeg',0),
(125,1,'2025-01-23 00:01:59','2025-01-22 17:01:59','<h1 style=\"text-align: center;\"><strong>Lion288 Freebet : Platform Game Dengan Jaminan Kenyamanan</strong></h1>','Lion288 Freebet','','inherit','closed','closed','','116-revision-v1','','','2025-01-23 00:01:59','2025-01-22 17:01:59','',116,'https://lion288slot.com/?p=125',0,'revision','',0),
(126,1,'2025-01-23 00:02:08','2025-01-22 17:02:08','','Lion288 Maxwin','','inherit','closed','closed','','mabar-28','','','2025-01-23 00:02:10','2025-01-22 17:02:10','',117,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-16.jpg',0,'attachment','image/jpeg',0),
(127,1,'2025-01-23 00:02:32','2025-01-22 17:02:32','<h1 style=\"text-align: center;\"><strong>Lion288 Maxwin : Situs Online Yang Mudah akses Dan Aman</strong></h1>','Lion288 Maxwin','','inherit','closed','closed','','117-revision-v1','','','2025-01-23 00:02:32','2025-01-22 17:02:32','',117,'https://lion288slot.com/?p=127',0,'revision','',0),
(128,1,'2025-01-23 00:02:39','2025-01-22 17:02:39','','Lion288 Mobile','','inherit','closed','closed','','mabar-29','','','2025-01-23 00:02:41','2025-01-22 17:02:41','',118,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-17.jpg',0,'attachment','image/jpeg',0),
(129,1,'2025-01-23 00:03:10','2025-01-22 17:03:10','<h1 style=\"text-align: center;\"><strong>Lion288 Mobile : Mainkan Game Favorit Di Situs Terpercaya</strong></h1>','Lion288 Mobile','','inherit','closed','closed','','118-revision-v1','','','2025-01-23 00:03:10','2025-01-22 17:03:10','',118,'https://lion288slot.com/?p=129',0,'revision','',0),
(130,1,'2025-01-23 00:03:22','2025-01-22 17:03:22','','Lion288 Apk Mobile','','inherit','closed','closed','','mabar-30','','','2025-01-23 00:03:23','2025-01-22 17:03:23','',119,'https://lion288slot.com/wp-content/uploads/2025/01/Mabar-18.jpg',0,'attachment','image/jpeg',0),
(131,1,'2025-01-23 00:03:52','2025-01-22 17:03:52','<h1 style=\"text-align: center;\"><strong>Lion288 Apk Mobile : Portal Game Online Dengan Teknologi Terbaik</strong></h1>','Lion288 Apk Mobile','','inherit','closed','closed','','119-revision-v1','','','2025-01-23 00:03:52','2025-01-22 17:03:52','',119,'https://lion288slot.com/?p=131',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(133,0,'2025-10-09 07:05:32','2025-10-09 00:05:32','[{\"term_slug\":\"6e926e99c95cf363c495975d2995f84f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"78dd4d7bebdba8caab9e2ff853b2e7f3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc.i-amphtml-embedded\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bc368a0d8e4c8dc126d5f2d9d376b2d4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"32cbcdc5dfac231079dd911df24735d3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"796859c545b2b8bbc78aaf45428a856a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6c341bfced358c62f6d0507cb02c595c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f74dd261c0bbb601c9c2bebac91866cc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed-legacy>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1103860b579a837033c4baa2578d2cde\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05632efcdb03f348543a908bd58b5208\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d966a13a6b153c2af02d7685435e2191\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7c10c9a7a5da21835a8316b5d7e21491\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b6bd38549de6e60687ba6ef004148ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f49c84f57dc012e17cba9a783b3230c9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b569efb19a9b26f5c0b63aa5ccb6f98\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"98f7f952cdf89436d1fe8bfef9cd1dff\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef16232cb7c2b455dd95878bfef36ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"967f2883d59e1961f74302d034e20363\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper.i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"74cfdfb0b90c5a30a15f515ec5793db1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a15e44da56c1bf79870abe5023b84a95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-action]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d16f8f1a8797a2fe257afdf7e0770c55\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-section]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e1339dfd5ce836fb59343ea2280744a2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e304f4ec3f6df028a03c5a319927aec1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-story .i-amphtml-loader-background\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"90d71052e4e57147bf5c7b77a4474890\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-autocomplete-results\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"4968113fe0bf02feb08d10681aacb08a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c7043094426cc546f37b75044b4c03\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-blurry-placeholder\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ab11958d7828e129dfcc6dacfa6538f6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=nodisplay]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7a56a2da869de0147a3128ae03b6a7ce\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"06e2f1baa02202f8b6e64ae762b52e31\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed][width][height]:not(.i-amphtml-layout-fixed)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"abb7edd7244e18c2bcf1206bc5c2f63b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-responsive\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbb02f9cbe1032d8273f84e1763271ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=responsive][width][height]:not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"02be1b3c96a02bb5618ee00f49035114\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c24de44529a455723b7f5ecfb325e0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"424e38f6208529dda0deca9b5761551b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cf235538b0e34806687ec3e05217f3d7\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c994637899b3260f3b08af60acd30b7e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic .i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"62bbfff47a671421852c730e6e75c52c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-intrinsic-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7956acf2a344f92b5c1d642d96009eba\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"85f1a444eefbab93f26482896ef0517d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed-height\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3763c1d45150b1bb670dcf26f6970f95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"369be1b254f130414b0198b186e5c8e9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"597c7a1cda0081db7abf51f1fff65200\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill.i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7eced3df1f3c799a47532b24d3ae213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fill]:not(.i-amphtml-layout-fill)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0ebb421eab88295615fc41dedf317e93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-flex-item\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac7607581d0bf919bad773c14c4e7f71\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=flex-item]:not(.i-amphtml-layout-flex-item)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cc6617893416bac6381cfe9f2610fa8d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fluid\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05b03d0f41d6c796546f040d56472ad2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"211f493cfc36aa016bbd1cabeedc95b5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-awaiting-size\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"163cff4c70bc46f71881b3e7e66d46a6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1c1a75a4d87a6e5a4195d81919e7df57\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer.i-amphtml-disable-ar\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1bf411fe0f9d7bcf0de1ee9a82af86f8\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"704c2c3a7fab806172501bb0c68b6521\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined .i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ed3a6dc59f746d84ee645c7d70433516\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-replaced-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"851e321f225a5e780c69c1093c4fa080\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3b05a628fc5434156f1011e17f61cfc0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0810e2f827a96c5d28f4a097adf7c065\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"877f1688632ddcb840fcc05b782bfef5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"67ad44335dfff37be43caf4b3ea9055e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-unresolved\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"458cc5f045ce35dfc6b0299062b0487c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-select-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b1461c0ec91cc0e50413fcc3df42893\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a79d184c4bf2c1ac6bdb8b0e03fcbed5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0a26ecf71f42183d674b37f23a3b5f76\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0991ec0e12d22ff55065ce8e97602a6c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1a21b76af7f00d9e2a1d87ea823fc85c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"963b1d5a1619a8e07bd1801383df5fa0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e3127efb582e232b19e444f59b9e3d0b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8c5c0526583da8fd3120c40c995b5f65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"249e96497ba86b7690a59ac6fce8eb65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8eeb3fbf4ea07ba9ef69ad542775dfe1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ffba64de2949b671984b2dc743d51a96\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"509454f95506892bd6c5af346f1b2213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-ghost\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c582270ca7786dd0383fd758b94745cb\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"459a208a950bd2aa1532a3740d8fb094\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5f37837a4a2efd583dc3aaf2f7b3d02f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac2ac0f42aff860bcf2167fd5d01a24e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e8088c8e910743a15e0914acc7bf6e6e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f597934953747370cf60ed592724c062\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1f2047116156cb77916c13f5940f80ac\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element:not(.amp-notsupported)>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"add339ec65b68502249bfa77ca6e7956\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"efa7e3ef4c6af1f35e0cc3157a434732\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1cab7b841eb94d415c495c4e963fd93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a0cd33acd45ade5cdb7b101eec489685\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0a007a258e63e30610eedaf4166cd44\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8a5a9a51902eba28aba28f3dc5d63314\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7627de0161e40639a3284a9da3f07244\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-hidden-by-media-query\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d9b23ae0d737d0ce55e8942c72473c2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86126f5d472d40586dc65e040fe2e388\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error:before\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a2db1da3fca457f573c8f946d2626f15\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9d8399c965095d9dd0683dca6b17cb2a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container.amp-active\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"15a888e79f5e1e182758333e8aed8349\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"207559750b0f3bd71acd406b5d1fe85f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>.i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"931fc2a18a45ccf3690af57d90552e1d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b14ca3eea5c95c289e619458db2381c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6226542c6d4da8e2219b7d1dfab332dc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bd54f11dad81cb6c72d924322908d6d9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow].amp-visible\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8dfc48bb6b9b6286d08e9ddf113eeec6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>amp-analytics\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"100a03e0c840b67977bf9c5decf711fe\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6bf733ed6d30bbd71a9eb5826db12fb4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f83e0253d1d4a0a6a85fd05e763475d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9033f7038081256941379863aae103c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"76433cca2e00a68400373d60cf6f0513\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"62860cb1664e9a052e19f2c545c91c4e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"dcd77f2a6f9f9522e1c5d024186255b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b1ceaa16b0df0f5570ef697609873a03\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3d1578a216bc1f57982436962e7e22d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2ae859ca84bafdf81ddf4108f0f232c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5afa01d22f93dcac5d576ce8bd45077b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3ae64f8e3434e063ffe2801fae615931\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f4e69dbd0d8b48e89d38cb925763e3af\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"588b3e45124d098cb6ef84e7a2a2509a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"63cce02d8c29d0337c989afceaa35a32\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"276cf4eb810de7ce63a2c1032329dc3a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a623af3ecbf5280833e8a65944f6021\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"458c75ece7c3149e05af34e3ce13c76e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0b766511de69da49106546f306e83146\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a521746ec6d166a090c86b115d7a9688\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"39fd6b74c9b4addb2562963f23398dad\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ad082713c5e670893d13526536657b2f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"364a955c675a53398eac5ee4f0967bb4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8f154de0abb014521a8329e9b84963da\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f1c9a63cd2edd37284437774f936ecd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e75555d2e56ff66818510362a844520d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7120a09543cf3b1cca4962415cbff6c0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a483af5fe86e35a9d69e48d2993f6334\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6edacc102ae8a1e31ddc2991ddce6bf2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d39c0df624d09a5c792287e0f51f227\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"59904f207b6dff062b67872b17f7d4dd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"24837ef6bc65a728a01ee4ab44d5b7e5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"802c1720b6074c5e946f4bdc737159bf\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3dc4319f60b4f4ef16fbf8b79a7e4e16\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7b3244efc84e471f4602005024a8a8ff\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f26da11175246dcc7856dd580526c6fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d449ba8f544f21b44c50c472fed4c49f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6d87618514cbe83eba3a5d44afefe9b2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ac9b1134ce514acbef0f3ed832a22621\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9fdc47bfd9582932ee50adf76bc658d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f7f66c19c08db7f71ac4c3b3592ef49\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7f4351c83771c7ca79e45c7880ab4fb9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7d7a8b08ab6cf9f727bd619e503002d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"207153a6d40925603f4a5367794d0109\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"339287f0a393a42ab87ba8689d0e0998\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"44493061bad042ac4ba67ea55f3eb524\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"eb4b318bd9844d1d89a58a46cc5d15cb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"509392f7772bd0608c5fd44a2e494e0a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"332a8e1938e1247c7bfefb180295c8ed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2bd0a89b6e66870cda5f44dfb5bf6ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a83705b718e3abe8610ba6052bf4612c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2449eea9b4ded25bd9ca53a6a33d624c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aeb7d593fee7b735eaff4fd1b27f2d6\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d076791fa344cbb016d3c8b31e5d8a2a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b6af6f71478f43b01f35484551e32945\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"72516e825dc365b1408d36e9c8bc8253\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1cedeb8d3685d736ad04df719bb1d660\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2c677e199534ea996f0fba9bef425ca\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9275ad111ebfa32170791c9b38d87878\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d84eff10f8c6acb764406d5d24447c80\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"67d7e6ac48eed2646ea9316e51e283f1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"820fb7030dbe44f0e5c3c6d203e371f4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7dff93b5c05cc46f2425c8d42d2f6c3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca676852e573e74a1978c177f7150085\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"83ea3f15cc9167b42e0fcec04724b054\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43ee0ffac52a6b0d4bad67b8b1d3bf87\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d79a76b650d973e81c7b34960767ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca1d14259a252803ebfaf57353503759\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6ce7160f4727622b2c86edcc891230e9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4ca8b24c405f053b5bbf36ebafd0ed5e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5c4c552d0f86271fafb6722cc567bfb3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2994859cf57076f43fb88c78280badc\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7d3ee3196bd84b5ec362be9b794c77fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7938e2bf4ebde18e29dd2a934f29df61\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fc3209ef55292b86a63692a7144e979c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"aba801beb8f1700360e8a73cdd02e3e1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4027486a3b922db649366a6445ae906c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43c47de6f7f64a3d1806ab528e57b1fb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1c619d5e444706fe81f0edc8117e194d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3b06a40158ec720c60aedcab7b0bbd0c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aa893f7cd897480267eb6ce1a1136c4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"28737599554d0339f3f7fe7e95b5a748\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d073289ac37ccdd33a71b6e70808a922\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8a42efe8e2f20709f539920fb178e627\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f463cae494b511a99d1609b664719f2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d623e1a116bf6b26764813fb6fa1b687\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e0455c0d2d0fcf810d9f1aa11397479\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"90a77d7d1b6c89c44f5c6dac2d1bd410\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f54b6bc76c3c731a6f6ccad9b2fc5f9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"297fbdada7b69c0ffcba2588fff1daed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f468f4c26258ae0eb1f443e0af89908\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f158b5578094c9ab4b803c978d3f3c12\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7cd55e67301e99cc315d883d0a15e4cd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"327c430718e73ec34fe89fe9e37394b1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c8e40597a77f67d4181bc2ad93d030a2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5dc21845b442abf8caefa2034025b209\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"96f691b9d1c2382cccdc0f16c795eab2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"212eef404e7aecd6bbdb82fa82a7476d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"de2fb5d6ba6e1def48f338808cf8625b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"db737007a0445f4c686fdb4422e37a13\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"55320d73f312c61b7c994e96496d3b89\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"829ad2bcdf43980286bb7b357081d349\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6aa4139b7260887ec367e8326562aa4c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2948a5adde172d5c5cea2b50f288e2ac\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7a2b47de5d5027fc77e03fc082255551\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a5caba6aa7ff2f853d77f355bf552b3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cf00ada513a65ef3aa7076f31704345e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5fa14d0ee5126a2cbafeec1854c4c8ba\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6f0e0df11772639d8e8ec5fd009c17b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2691cd24b0e7ef8cd6b1e34253306431\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e11a26aa2ad342bb36c19b79ab09e93f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"async\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.mjs\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d6511080509f8f89501f92db80d5ad3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.js\",\"crossorigin\":\"anonymous\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a1170acfbe89118b02612d924454ba77\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.mjs\",\"async\":\"\",\"custom-element\":\"amp-anim\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"621a0620cddff518c050f892caa46f15\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.js\",\"crossorigin\":\"anonymous\",\"custom-element\":\"amp-anim\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5df0ca684b4c726043824560780c6d94\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a95a4eaef4c51496030dc7c80a848e52\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2b14c97bdc2b8d0ff2579f955fcc9d3a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"78fc20759507ae314726b15f101df5cc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-anim\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f087b7093b90c6bd722e3cfba2149f9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"26c8ad566f90895dd571588b0206682e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b508819e08ea6a8fcda3f98c23f01085\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bdad24da3f4c1a4afa0263572280427c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f311efde56281d9471cce3b81ab4e2e3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f3f86f7561afc02d31e44fa7c2ae08a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb2ed584b00392ec0d0eb081983ca34e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ddb63efb65b8b25324fe3c3969e3e5eb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"984e4841895598da2bc6d1daada6eca5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e9d17b40cff9db1521a162c30423bc59\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9f0ead2252c5901ec732b22574a63f3f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2945f0d940c0c8e1fdf369171b0879e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"06fc760147e823d12cf4bdafaba06a9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"61fd7bfee89f5c4615cb71511ae35e3d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"124430ff42a8ecf042e36dd43e2cf3df\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0f5e0bba069e85da844f8b31609026f8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"918eec4b45fa9d1fed17bd1bb19dbec2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bb46d10cc26208936ed88a3dd3d855f6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"af5d1b580f4d36fbe1d6df9912ff4f14\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"10a4cf00df02f56f1438ce013ced2704\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"08dd9140033211df73e2eef4abb86e4f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f983dcaa814a264544e60745ec4a3539\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d40a5206c038cd5a080a71d483986592\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"05862b2e9f7ed7c8418dbc3b8a3f2d77\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3aa71fd0e6ce0aa9fccd742ce52f0393\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f1e23af69ac21ac2f5e151d3ff124ae\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fa0e24486ee10c13ad912978627a140d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"867cc544938196af64b79b4ce7e6e4ea\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3330a02bb76f117d7d841adb4f55d9fe\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b015b29921919700cc02f7b3c7736dde\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2122012c8f6ee47f4c3573775f52cd3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9d12273fed7ef05e1ee182c451a877a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"88fd198c377424d3ee98f10c95cb7483\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"290b8b2174564b4852b548e0e11c4a39\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d46432a8cedd60ac210c61410bc6df64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e16ae825fed3c279e2c9d4dccc6586ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b090ad96786f23f68d17bb48d4e10910\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"418f1b22d9c1dfe1bfc3b8c968d3f7c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b33039180d7711dd0ebe40da9c877ff2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"21aece179c2005210caea7862aa9957c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b58234a7798889735ad2aacc728e9ed4\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"23d1ef00083eb55697c4e71fdd3a78c5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ca51678da00f20bdcb04db1b379447dc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb1b0e886f7be10a58e9e71acbd24348\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"94232c49fc235dc5c70009429e05e93f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e54f6ed8723cb33f3550efbfe3018750\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"63e9e7b9a3c5bbba993d76a3958c9758\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d57dfa739733177ca52105a4c47b467a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b8ea83f8844293493697f7db4146029\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7844666f2c3772175df23670a6ca735\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86801a7e55eb84dcf4d6ba9942b6663b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"184507215bcd74f3996a279622328e01\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0c010fc8459d8cb6a328f1a82bcb3a1e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3c34dccfe3d3dd71c9bf53e4ea0dbd9c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a131091640987968f73bc9f01447c6d7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3556b6463a9b6f81ac6550c12513e058\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbd30b70b79b5756957e663945a72606\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b0105ad0880ee321888f8a360b977e13\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8aedabb81fef4a2e08fcd6f55ae408c9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9335249ad09a8c11636b1bf34985547a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3195de98192cc548bb70376e053fbb2e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef3c46a4f96d4382dce19f36ffabdf9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b3e590ab29e330c8db6953b87365dd1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8065060c4500e33edf1fe72ad26441a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7f812c36d7a2a1b6a6e4163e26c6645d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0c78a7ef15d83938758d95bff5859ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"be7d3a22cafa6ecff688708f3794c10b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"24f45739d9a8eebf8f26a17478432585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"03654a8194d1e8f1fef3bf85513596ba\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"948fc80788093a890c0436dd8f3d5fe4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"speculationrules\"},\"text\":\"\\n{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}}]},__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}]}\\n\",\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"speculative-loading.php\",\"line\":242,\"function\":\"wp_print_speculation_rules\",\"hook\":\"wp_footer\",\"priority\":10}]}}]','https://lion288slot.com/2025/','','publish','closed','closed','','c3273be24f67228b40783cfdbded39ff','','','2025-10-09 07:05:32','2025-10-09 00:05:32','',0,'https://lion288slot.com/amp_validated_url/c3273be24f67228b40783cfdbded39ff/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(136,1,'2025-03-12 08:09:41','2025-03-12 01:09:41','<h1 style=\"text-align: center;\"><strong>LION288 : LION 288 Provider Unggulan Asia, Yuk Buktikan</strong></h1>','LION288','','inherit','closed','closed','','20-revision-v1','','','2025-03-12 08:09:41','2025-03-12 01:09:41','',20,'https://lion288slot.com/?p=136',0,'revision','',0),
(138,1,'2025-10-05 13:13:58','2025-10-05 06:13:58','<h1 style=\"text-align: center;\"><strong>Lion288 : Mission Digital Baru Level Up Cepat Jadi Champion</strong></h1>\n<div style=\"position: absolute; left: -9966px;\"></div>','Lion288','','inherit','closed','closed','','20-autosave-v1','','','2025-10-05 13:13:58','2025-10-05 06:13:58','',20,'https://lion288slot.com/?p=138',0,'revision','',0),
(139,1,'2025-04-08 18:00:53','2025-04-08 11:00:53','<h1 style=\"text-align: center;\"><strong>Lion288 : Promising Games and Digital Assets in the Crypto World</strong></h1>','Lion288','','inherit','closed','closed','','20-revision-v1','','','2025-04-08 18:00:53','2025-04-08 11:00:53','',20,'https://lion288slot.com/?p=139',0,'revision','',0),
(148,1,'2025-07-11 04:24:03','2025-07-10 21:24:03','<h1 style=\"text-align: center;\"><strong>Lion288 : Platform Spin Cuan Mudah dengan RTP Transparan</strong></h1>','Lion288','','inherit','closed','closed','','20-revision-v1','','','2025-07-11 04:24:03','2025-07-10 21:24:03','',20,'https://lion288slot.com/?p=148',0,'revision','',0),
(153,1,'2025-08-11 21:36:17','2025-08-11 14:36:17','<h1 style=\"text-align: center;\"><strong>Lion288 : Lion 288 Keamanan Transaksi di Game Spin</strong></h1>','Lion288','','inherit','closed','closed','','20-revision-v1','','','2025-08-11 21:36:17','2025-08-11 14:36:17','',20,'https://lion288slot.com/?p=153',0,'revision','',0),
(156,1,'2025-08-21 12:30:20','2025-08-21 05:30:20','<h1 style=\"text-align: center;\"><strong>Lion 288 Daftar : Mainkan Game Online Dengan Hadiah Fantastis</strong></h1>','Lion 288 Daftar','','publish','closed','closed','','lion-288-daftar','','','2025-08-21 12:30:20','2025-08-21 05:30:20','',0,'https://lion288slot.com/?p=156',0,'post','',0),
(157,1,'2025-08-21 12:30:45','2025-08-21 05:30:45','<h1 style=\"text-align: center;\"><strong>Lion 288 Register : Bergabunglah Dalam Situs Game Greatest</strong></h1>','Lion 288 Register','','publish','closed','closed','','lion-288-register','','','2025-08-21 12:30:45','2025-08-21 05:30:45','',0,'https://lion288slot.com/?p=157',0,'post','',0),
(158,1,'2025-08-21 12:31:12','2025-08-21 05:31:12','<h1 style=\"text-align: center;\"><strong>Lion 288 Login : Arena Keterampilan, Ayo Menangkan Hadiahnya</strong></h1>','Lion 288 Login','','publish','closed','closed','','lion-288-login','','','2025-08-21 12:31:12','2025-08-21 05:31:12','',0,'https://lion288slot.com/?p=158',0,'post','',0),
(159,1,'2025-08-21 12:31:37','2025-08-21 05:31:37','<h1 style=\"text-align: center;\"><strong>Lion 288 Download : Game Legendaris, Hadiah Besar Menunggumu</strong></h1>','Lion 288 Download','','publish','closed','closed','','lion-288-download','','','2025-08-21 12:31:37','2025-08-21 05:31:37','',0,'https://lion288slot.com/?p=159',0,'post','',0),
(160,1,'2025-08-25 00:00:17','2025-08-24 17:00:17','<h1 style=\"text-align: center;\"><strong>Lion 288 Online : Seru Bermain Online, Kejar Hadiahnya Sekarang!</strong></h1>','Lion 288 Online','','publish','closed','closed','','lion-288-online','','','2025-08-21 12:32:06','2025-08-21 05:32:06','',0,'https://lion288slot.com/?p=160',0,'post','',0),
(161,1,'2025-08-21 12:29:56','2025-08-21 05:29:56','<h1 style=\"text-align: center;\"><strong>Lion 288 : Lucky Games, Hadiah Dan Kemenangan Besar</strong></h1>','Lion 288','','publish','closed','closed','','lion-288','','','2025-08-21 12:29:56','2025-08-21 05:29:56','',0,'https://lion288slot.com/?p=161',0,'post','',0),
(162,1,'2025-08-21 12:29:34','2025-08-21 05:29:34','','Lion 288','','inherit','closed','closed','','mabar88','','','2025-08-21 12:29:37','2025-08-21 05:29:37','',161,'https://lion288slot.com/wp-content/uploads/2025/08/Mabar88.jpg',0,'attachment','image/jpeg',0),
(163,1,'2025-08-21 12:29:56','2025-08-21 05:29:56','<h1 style=\"text-align: center;\"><strong>Lion 288 : Lucky Games, Hadiah Dan Kemenangan Besar</strong></h1>','Lion 288','','inherit','closed','closed','','161-revision-v1','','','2025-08-21 12:29:56','2025-08-21 05:29:56','',161,'https://lion288slot.com/?p=163',0,'revision','',0),
(164,1,'2025-08-21 12:30:01','2025-08-21 05:30:01','','Lion 288 Daftar','','inherit','closed','closed','','mabar88-2','','','2025-08-21 12:30:04','2025-08-21 05:30:04','',156,'https://lion288slot.com/wp-content/uploads/2025/08/Mabar88-1.jpg',0,'attachment','image/jpeg',0),
(165,1,'2025-08-21 12:30:20','2025-08-21 05:30:20','<h1 style=\"text-align: center;\"><strong>Lion 288 Daftar : Mainkan Game Online Dengan Hadiah Fantastis</strong></h1>','Lion 288 Daftar','','inherit','closed','closed','','156-revision-v1','','','2025-08-21 12:30:20','2025-08-21 05:30:20','',156,'https://lion288slot.com/?p=165',0,'revision','',0),
(166,1,'2025-08-21 12:30:27','2025-08-21 05:30:27','','Lion 288 Register','','inherit','closed','closed','','mabar88-3','','','2025-08-21 12:30:30','2025-08-21 05:30:30','',157,'https://lion288slot.com/wp-content/uploads/2025/08/Mabar88-2.jpg',0,'attachment','image/jpeg',0),
(167,1,'2025-08-21 12:30:45','2025-08-21 05:30:45','<h1 style=\"text-align: center;\"><strong>Lion 288 Register : Bergabunglah Dalam Situs Game Greatest</strong></h1>','Lion 288 Register','','inherit','closed','closed','','157-revision-v1','','','2025-08-21 12:30:45','2025-08-21 05:30:45','',157,'https://lion288slot.com/?p=167',0,'revision','',0),
(168,1,'2025-08-21 12:30:52','2025-08-21 05:30:52','','Lion 288 Login','','inherit','closed','closed','','mabar88-4','','','2025-08-21 12:30:55','2025-08-21 05:30:55','',158,'https://lion288slot.com/wp-content/uploads/2025/08/Mabar88-3.jpg',0,'attachment','image/jpeg',0),
(169,1,'2025-08-21 12:31:12','2025-08-21 05:31:12','<h1 style=\"text-align: center;\"><strong>Lion 288 Login : Arena Keterampilan, Ayo Menangkan Hadiahnya</strong></h1>','Lion 288 Login','','inherit','closed','closed','','158-revision-v1','','','2025-08-21 12:31:12','2025-08-21 05:31:12','',158,'https://lion288slot.com/?p=169',0,'revision','',0),
(170,1,'2025-08-21 12:31:18','2025-08-21 05:31:18','','Lion 288 Download','','inherit','closed','closed','','mabar88-5','','','2025-08-21 12:31:21','2025-08-21 05:31:21','',159,'https://lion288slot.com/wp-content/uploads/2025/08/Mabar88-4.jpg',0,'attachment','image/jpeg',0),
(171,1,'2025-08-21 12:31:37','2025-08-21 05:31:37','<h1 style=\"text-align: center;\"><strong>Lion 288 Download : Game Legendaris, Hadiah Besar Menunggumu</strong></h1>','Lion 288 Download','','inherit','closed','closed','','159-revision-v1','','','2025-08-21 12:31:37','2025-08-21 05:31:37','',159,'https://lion288slot.com/?p=171',0,'revision','',0),
(172,1,'2025-08-21 12:31:43','2025-08-21 05:31:43','','Lion 288 Online','','inherit','closed','closed','','mabar88-6','','','2025-08-21 12:31:45','2025-08-21 05:31:45','',160,'https://lion288slot.com/wp-content/uploads/2025/08/Mabar88-5.jpg',0,'attachment','image/jpeg',0),
(173,1,'2025-08-21 12:32:06','2025-08-21 05:32:06','<h1 style=\"text-align: center;\"><strong>Lion 288 Online : Seru Bermain Online, Kejar Hadiahnya Sekarang!</strong></h1>','Lion 288 Online','','inherit','closed','closed','','160-revision-v1','','','2025-08-21 12:32:06','2025-08-21 05:32:06','',160,'https://lion288slot.com/?p=173',0,'revision','',0),
(177,1,'2025-09-07 06:05:25','2025-09-06 23:05:25','<h1 style=\"text-align: center;\"><strong>Lion288 : Pixel Chronicle Baru Membawa Keseruan Hebat</strong></h1>','Lion288','','inherit','closed','closed','','20-revision-v1','','','2025-09-07 06:05:25','2025-09-06 23:05:25','',20,'https://lion288slot.com/?p=177',0,'revision','',0),
(179,1,'2025-07-24 22:17:05','2025-07-24 15:17:05','<p class=\"toctitle\" style=\"font-weight: 700; text-align: center\">\r\n                    </p>\r\n                    <ul class=\"toc_list\"><li><a href=\"#t1\">Elevate your gaming journey while exploring the ins and outs of daman game register for an unforgettable experience.</a></li><li><a href=\"#t2\">Understanding the Daman Game Registration</a></li><li><a href=\"#t3\">Benefits of Registering for Daman Games</a></li><li><a href=\"#t4\">Exploring the Gameplay Experience</a></li><li><a href=\"#t5\">Navigating Game Types</a></li><li><a href=\"#t6\">Learning the Bonuses and Promotions</a></li><li><a href=\"#t7\">Understanding Wagering Requirements</a></li><li><a href=\"#t8\">Community Engagement and Support</a></li><li><a href=\"#t9\">Finding Help When Needed</a></li><li><a href=\"#t10\">Strategies for Maximizing the Gaming Experience</a></li><li><a href=\"#t11\">Continual Learning and Adaptation</a></li></ul>\r<h1 id=\"t1\">Elevate your gaming journey while exploring the ins and outs of daman game register for an unforgettable experience.</h1>\r<p>The world of gaming has taken on new dimensions in recent years, offering players various experiences and opportunities. Among the vibrant selection of gaming options, the <strong><a href=\"https://www.lovepyaarshayari.in/\">daman game register</a></strong> stands out as a unique avenue for enthusiasts seeking both entertainment and potential winnings. Understanding this platform is crucial for anyone looking to immerse themselves in the gaming community. This article delves deeply into the elements surrounding the daman game registration process, elucidating how to maximize your journey within this exciting realm.</p>\r\n<p>As digital gaming continues to evolve, the mechanisms behind registration and participation remain pivotal. The daman game register is not merely a formal procedure but an invitation to explore various aspects of gaming dynamics. This journey will encapsulate not only how to get started but also the different features embedded within gamification that enhance the overall player experience. By grasping the fundamentals of this registration, players can engage more meaningfully in their gaming pursuits.</p>\r\n<p>Through careful consideration, it becomes clear that registering for the daman game is about much more than just opening an account. It is an entry point into a well-crafted ecosystem designed to cater to diverse preferences. Players gain access to a variety of games, promotions, and community interactions that enrich their experience. Thus, getting familiar with the <strong>daman game register</strong> is essential to capitalize on what is offered.</p>\r\n<p>The following sections will provide comprehensive insights into registration, exploring its various aspects such as requirements, advantages, and the ongoing dynamics that dictate the gaming landscape. Each segment aims to furnish players with the information they need to navigate their journeys smoothly and successfully. As we delve into this exploration, let’s set the stage for a thriving gaming experience, starting from the basic principles and moving towards the advanced strategies.</p>\r\n<p>As the gaming community continues to expand, understanding the registration process becomes more crucial than ever. Players who take the time to familiarize themselves with the daman game register can better prepare themselves to enjoy the plethora of options available. In the subsequent sections, we will outline detailed processes, benefits, community involvement, and strategies to make the most out of your gaming experience.</p>\r\n<h2 id=\"t2\">Understanding the Daman Game Registration</h2>\r\n<p>The <strong>daman game register</strong> serves as the first point of contact for player engagement within the dynamic gaming landscape. It is essential to grasp the significance of this process not only for compliance but also for enhancing your gaming experience. The registration process typically requires players to provide personal information ensuring the safety and fairness of gaming for all involved. This information often includes your name, contact details, and age verification to confirm eligibility.</p>\r\n<p>During the registration phase, players might encounter various platforms offering different interfaces and requirements. Understanding these variations allows for more informed choices regarding where to register. Here, we present a table of common registration requirements across predominant gaming platforms:</p>\r\n<table>\r<tr>\r\nPlatform Name\r\nRegistration Requirements\r\n</tr>\r<tr>\r\n<td>Platform A</td>\r\n<td>Name, Email, Age Verification</td>\r\n</tr>\r\n<tr>\r\n<td>Platform B</td>\r\n<td>Name, Phone Number, Age Verification</td>\r\n</tr>\r\n<tr>\r\n<td>Platform C</td>\r\n<td>Name, Address, Email</td>\r\n</tr>\r</table>\r\n<p>Understanding these requirements helps streamline the registration process, ensuring that players are prepared for a straightforward sign-up experience. Moreover, some platforms offer added benefits during the registration phase, such as bonuses or initial gaming credits to enhance users\' first experiences. It is advisable to review such offers carefully.</p>\r\n<h3 id=\"t3\">Benefits of Registering for Daman Games</h3>\r\n<p>Engaging with the <strong>daman game register</strong> opens multiple avenues for players, providing not only access to a range of games but also enticing bonuses and rewards. These benefits extend beyond mere entertainment, offering players opportunities to maximize their gaming experience. One of the primary advantages of registration is eligibility for exclusive promotions, which can significantly enhance gameplay.</p>\r\n<p>Furthermore, registered players often enjoy tailored gaming experiences. This personalization may involve suggesting games based on previous interactions or achievements, thereby creating a unique journey. These suggestions elevate the overall enjoyment and engagement of players, encouraging more extensive participation.</p>\r\n<p>On the flip side, some players may opt to engage with platforms without registration, which typically limits gaming options and potential rewards. Hence, the case for registering becomes more compelling when considering long-term benefits. To summarize the benefits of registering for daman games, see the following list:</p>\r\n<ul>\r\n<li><strong>Exclusive Promotions:</strong> Access to bonuses and special offers.</li>\r\n<li><strong>Personalized Experience:</strong> Tailored gaming suggestions enhance player engagement.</li>\r\n<li><strong>Increased Game Access:</strong> A broader array of gaming options available.</li>\r\n<li><strong>Community Features:</strong> Engage with other players through forums and social features.</li>\r\n</ul>\r\n<h2 id=\"t4\">Exploring the Gameplay Experience</h2>\r\n<p>Once registered, players can explore the diverse gameplay experiences available within the daman framework. From traditional games to innovative adaptations, the options are plentiful and cater to various preferences. Understanding the gameplay mechanics is crucial, as each game may have unique rules and strategies. Players are encouraged to take the time to explore tutorials or guides provided by platforms to ensure they fully grasp the rules before diving in.</p>\r\n<p>The daman game also features a community aspect that fosters interaction among players. Engaging with fellow gamers can provide insights, strategies, and camaraderie, enhancing the overall gaming experience. This communal interaction offers an authentic connection that can significantly enrich gameplay. As such, it is common to find forums or chat features within platforms designed to facilitate these exchanges.</p>\r\n<h3 id=\"t5\">Navigating Game Types</h3>\r\n<p>The range of game types available within the daman framework can be both exhilarating and overwhelming. Players should familiarize themselves with different categories, such as card games, slot machines, and table games. Each category often has subcategories, allowing players to choose based on their skill level and interest. It is essential to explore these categories, experimenting with various games to determine personal preferences.</p>\r\n<p>As players navigate through the options, understanding the house edge and the rules associated with each game can significantly affect outcomes. The mechanics of card games like poker or blackjack can seem daunting, but with practice and study, players may find themselves gaining confidence and skill over time. No matter the type, a fundamental aspect of the gaming experience remains the thrill of participation and potential winnings.</p>\r\n<h2 id=\"t6\">Learning the Bonuses and Promotions</h2>\r\n<p>Understanding bonuses and promotions is a critical element while using the <strong>daman game register</strong>. Various platforms offer different forms of bonuses to attract new players and retain existing ones. Popular promotional types often include welcome bonuses, deposit matches, and loyalty programs designed to reward consistent players. Knowing about these promotions enhances users\' ability to make the most of their gaming experience.</p>\r\n<p>In the context of welcome bonuses, players might receive additional credits or free spins upon successful registration or first deposit. This benefit provides an exciting opportunity to explore games without significant financial commitment. Additionally, participating in loyalty programs can enhance the overall gaming journey, rewarding players for their continued engagement with rewards like cashback or tournament entries.</p>\r\n<h3 id=\"t7\">Understanding Wagering Requirements</h3>\r\n<p>While bonuses present enticing opportunities, players need to understand the associated wagering requirements. These requirements determine how many times players need to wager their bonus amount before they can withdraw winnings. It is not uncommon to find complex wagering systems that can significantly influence players’ experiences, so thorough comprehension is essential.</p>\r\n<p>Players should always read the terms and conditions associated with bonuses before participating. Recognizing whether promotions fit one\'s gaming style can lead to better decisions and enhanced enjoyment. Evaluating the feasibility of meeting wagering requirements can also help players weigh whether to participate in certain promotions.</p>\r\n<h2 id=\"t8\">Community Engagement and Support</h2>\r\n<p>The importance of community engagement within the daman game environment cannot be overstated. Players benefit from engaging with communities through forums, advice exchanges, and social interaction. This engagement fosters a welcoming atmosphere where players can learn from each other while enhancing their gaming experiences.</p>\r\n<p>Many gaming platforms go beyond just providing games; they also prioritize community support through resources designed to assist players. Whether it is through help centers, gaming guides, or chat features, platforms often provide various tools for players. Engaging with these resources effectively equips players with the knowledge needed to optimize their gameplay.</p>\r\n<h3 id=\"t9\">Finding Help When Needed</h3>\r\n<p>Despite all the excitement gaming brings, situations may arise where players need to seek assistance. Understanding how to reach out for support is essential. Platforms typically have help or customer support sections clearly visible, allowing players to find solutions efficiently. Common issues for players may include technical difficulties, account access problems, or questions related to game mechanics.</p>\r\n<p>Additionally, many communities provide peer-to-peer support, where players share tips or solutions from their experiences. This mutual support network creates a positive environment, enabling players to gain confidence and enhance their skills through shared knowledge.</p>\r\n<h2 id=\"t10\">Strategies for Maximizing the Gaming Experience</h2>\r\n<p>Once players grasp the fundamentals of the <strong>daman game register</strong> and its offerings, developing strategies for maximizing their experience becomes essential. Creating a balanced approach toward gaming involves recognizing limits, managing bankrolls, and taking calculated risks. Players should establish a clear budget before starting and make disciplined choices about their expenditures during gameplay.</p>\r\n<p>Moreover, developing a habit of setting specific gaming goals can provide direction for players as they navigate the multitude of options. Whether aiming to achieve a specific win, master a new game, or explore different genres, having a clear focus enhances the overall experience.</p>\r\n<h3 id=\"t11\">Continual Learning and Adaptation</h3>\r\n<p>In the dynamic world of gaming, players should prioritize continual learning. With various games evolving rapidly, staying updated on trends, new titles, and emerging strategies is vital. Many online communities offer discussions and forums where experienced players share insights on latest trends and strategies.</p>\r\n<p>Engaging with instructional content, whether through videos, blogs, or community posts, can bolster players’ understanding significantly. Embracing a mindset of adaptation will help players thrive as new opportunities and challenges arise within the gaming landscape.</p>\r\n<p>In summary, registering for the daman game opens a captivating world of opportunities for gamers seeking both fun and strategies. Understanding this world encourages players to dive deep into the myriad options presented, leading to enriching experiences. By actively engaging with communities, understanding signage and resources, and honing strategies, players can elevate their gaming journeys efficiently.</p>\r\n<p>Diving into the daman gaming world is an invitation to explore, learn, and maximize the nuances games offer. Whether you are a newcomer or a seasoned player, fostering a comprehensive understanding of the registration process, community engagement, and gameplay mechanics is key to crafting memorable experiences. The avenues for enjoyment and connection remain plentiful for all who choose to join this vibrant community.</p>','Elevate your gaming journey while exploring the ins and outs of daman game register for an unforgett','','publish','closed','','','elevate-your-gaming-journey-while-exploring-the','','','2025-09-29 18:33:51','2025-09-29 11:33:51','',0,'https://lion288slot.com/?p=179',0,'post','',0),
(180,1,'2025-09-29 18:33:51','2025-09-29 11:33:51','<p class=\"toctitle\" style=\"font-weight: 700; text-align: center\">\r\n                    </p>\r\n                    <ul class=\"toc_list\"><li><a href=\"#t1\">Elevate your gaming journey while exploring the ins and outs of daman game register for an unforgettable experience.</a></li><li><a href=\"#t2\">Understanding the Daman Game Registration</a></li><li><a href=\"#t3\">Benefits of Registering for Daman Games</a></li><li><a href=\"#t4\">Exploring the Gameplay Experience</a></li><li><a href=\"#t5\">Navigating Game Types</a></li><li><a href=\"#t6\">Learning the Bonuses and Promotions</a></li><li><a href=\"#t7\">Understanding Wagering Requirements</a></li><li><a href=\"#t8\">Community Engagement and Support</a></li><li><a href=\"#t9\">Finding Help When Needed</a></li><li><a href=\"#t10\">Strategies for Maximizing the Gaming Experience</a></li><li><a href=\"#t11\">Continual Learning and Adaptation</a></li></ul>\r<h1 id=\"t1\">Elevate your gaming journey while exploring the ins and outs of daman game register for an unforgettable experience.</h1>\r<p>The world of gaming has taken on new dimensions in recent years, offering players various experiences and opportunities. Among the vibrant selection of gaming options, the <strong><a href=\"https://www.lovepyaarshayari.in/\">daman game register</a></strong> stands out as a unique avenue for enthusiasts seeking both entertainment and potential winnings. Understanding this platform is crucial for anyone looking to immerse themselves in the gaming community. This article delves deeply into the elements surrounding the daman game registration process, elucidating how to maximize your journey within this exciting realm.</p>\r\n<p>As digital gaming continues to evolve, the mechanisms behind registration and participation remain pivotal. The daman game register is not merely a formal procedure but an invitation to explore various aspects of gaming dynamics. This journey will encapsulate not only how to get started but also the different features embedded within gamification that enhance the overall player experience. By grasping the fundamentals of this registration, players can engage more meaningfully in their gaming pursuits.</p>\r\n<p>Through careful consideration, it becomes clear that registering for the daman game is about much more than just opening an account. It is an entry point into a well-crafted ecosystem designed to cater to diverse preferences. Players gain access to a variety of games, promotions, and community interactions that enrich their experience. Thus, getting familiar with the <strong>daman game register</strong> is essential to capitalize on what is offered.</p>\r\n<p>The following sections will provide comprehensive insights into registration, exploring its various aspects such as requirements, advantages, and the ongoing dynamics that dictate the gaming landscape. Each segment aims to furnish players with the information they need to navigate their journeys smoothly and successfully. As we delve into this exploration, let’s set the stage for a thriving gaming experience, starting from the basic principles and moving towards the advanced strategies.</p>\r\n<p>As the gaming community continues to expand, understanding the registration process becomes more crucial than ever. Players who take the time to familiarize themselves with the daman game register can better prepare themselves to enjoy the plethora of options available. In the subsequent sections, we will outline detailed processes, benefits, community involvement, and strategies to make the most out of your gaming experience.</p>\r\n<h2 id=\"t2\">Understanding the Daman Game Registration</h2>\r\n<p>The <strong>daman game register</strong> serves as the first point of contact for player engagement within the dynamic gaming landscape. It is essential to grasp the significance of this process not only for compliance but also for enhancing your gaming experience. The registration process typically requires players to provide personal information ensuring the safety and fairness of gaming for all involved. This information often includes your name, contact details, and age verification to confirm eligibility.</p>\r\n<p>During the registration phase, players might encounter various platforms offering different interfaces and requirements. Understanding these variations allows for more informed choices regarding where to register. Here, we present a table of common registration requirements across predominant gaming platforms:</p>\r\n<table>\r<tr>\r\nPlatform Name\r\nRegistration Requirements\r\n</tr>\r<tr>\r\n<td>Platform A</td>\r\n<td>Name, Email, Age Verification</td>\r\n</tr>\r\n<tr>\r\n<td>Platform B</td>\r\n<td>Name, Phone Number, Age Verification</td>\r\n</tr>\r\n<tr>\r\n<td>Platform C</td>\r\n<td>Name, Address, Email</td>\r\n</tr>\r</table>\r\n<p>Understanding these requirements helps streamline the registration process, ensuring that players are prepared for a straightforward sign-up experience. Moreover, some platforms offer added benefits during the registration phase, such as bonuses or initial gaming credits to enhance users\' first experiences. It is advisable to review such offers carefully.</p>\r\n<h3 id=\"t3\">Benefits of Registering for Daman Games</h3>\r\n<p>Engaging with the <strong>daman game register</strong> opens multiple avenues for players, providing not only access to a range of games but also enticing bonuses and rewards. These benefits extend beyond mere entertainment, offering players opportunities to maximize their gaming experience. One of the primary advantages of registration is eligibility for exclusive promotions, which can significantly enhance gameplay.</p>\r\n<p>Furthermore, registered players often enjoy tailored gaming experiences. This personalization may involve suggesting games based on previous interactions or achievements, thereby creating a unique journey. These suggestions elevate the overall enjoyment and engagement of players, encouraging more extensive participation.</p>\r\n<p>On the flip side, some players may opt to engage with platforms without registration, which typically limits gaming options and potential rewards. Hence, the case for registering becomes more compelling when considering long-term benefits. To summarize the benefits of registering for daman games, see the following list:</p>\r\n<ul>\r\n<li><strong>Exclusive Promotions:</strong> Access to bonuses and special offers.</li>\r\n<li><strong>Personalized Experience:</strong> Tailored gaming suggestions enhance player engagement.</li>\r\n<li><strong>Increased Game Access:</strong> A broader array of gaming options available.</li>\r\n<li><strong>Community Features:</strong> Engage with other players through forums and social features.</li>\r\n</ul>\r\n<h2 id=\"t4\">Exploring the Gameplay Experience</h2>\r\n<p>Once registered, players can explore the diverse gameplay experiences available within the daman framework. From traditional games to innovative adaptations, the options are plentiful and cater to various preferences. Understanding the gameplay mechanics is crucial, as each game may have unique rules and strategies. Players are encouraged to take the time to explore tutorials or guides provided by platforms to ensure they fully grasp the rules before diving in.</p>\r\n<p>The daman game also features a community aspect that fosters interaction among players. Engaging with fellow gamers can provide insights, strategies, and camaraderie, enhancing the overall gaming experience. This communal interaction offers an authentic connection that can significantly enrich gameplay. As such, it is common to find forums or chat features within platforms designed to facilitate these exchanges.</p>\r\n<h3 id=\"t5\">Navigating Game Types</h3>\r\n<p>The range of game types available within the daman framework can be both exhilarating and overwhelming. Players should familiarize themselves with different categories, such as card games, slot machines, and table games. Each category often has subcategories, allowing players to choose based on their skill level and interest. It is essential to explore these categories, experimenting with various games to determine personal preferences.</p>\r\n<p>As players navigate through the options, understanding the house edge and the rules associated with each game can significantly affect outcomes. The mechanics of card games like poker or blackjack can seem daunting, but with practice and study, players may find themselves gaining confidence and skill over time. No matter the type, a fundamental aspect of the gaming experience remains the thrill of participation and potential winnings.</p>\r\n<h2 id=\"t6\">Learning the Bonuses and Promotions</h2>\r\n<p>Understanding bonuses and promotions is a critical element while using the <strong>daman game register</strong>. Various platforms offer different forms of bonuses to attract new players and retain existing ones. Popular promotional types often include welcome bonuses, deposit matches, and loyalty programs designed to reward consistent players. Knowing about these promotions enhances users\' ability to make the most of their gaming experience.</p>\r\n<p>In the context of welcome bonuses, players might receive additional credits or free spins upon successful registration or first deposit. This benefit provides an exciting opportunity to explore games without significant financial commitment. Additionally, participating in loyalty programs can enhance the overall gaming journey, rewarding players for their continued engagement with rewards like cashback or tournament entries.</p>\r\n<h3 id=\"t7\">Understanding Wagering Requirements</h3>\r\n<p>While bonuses present enticing opportunities, players need to understand the associated wagering requirements. These requirements determine how many times players need to wager their bonus amount before they can withdraw winnings. It is not uncommon to find complex wagering systems that can significantly influence players’ experiences, so thorough comprehension is essential.</p>\r\n<p>Players should always read the terms and conditions associated with bonuses before participating. Recognizing whether promotions fit one\'s gaming style can lead to better decisions and enhanced enjoyment. Evaluating the feasibility of meeting wagering requirements can also help players weigh whether to participate in certain promotions.</p>\r\n<h2 id=\"t8\">Community Engagement and Support</h2>\r\n<p>The importance of community engagement within the daman game environment cannot be overstated. Players benefit from engaging with communities through forums, advice exchanges, and social interaction. This engagement fosters a welcoming atmosphere where players can learn from each other while enhancing their gaming experiences.</p>\r\n<p>Many gaming platforms go beyond just providing games; they also prioritize community support through resources designed to assist players. Whether it is through help centers, gaming guides, or chat features, platforms often provide various tools for players. Engaging with these resources effectively equips players with the knowledge needed to optimize their gameplay.</p>\r\n<h3 id=\"t9\">Finding Help When Needed</h3>\r\n<p>Despite all the excitement gaming brings, situations may arise where players need to seek assistance. Understanding how to reach out for support is essential. Platforms typically have help or customer support sections clearly visible, allowing players to find solutions efficiently. Common issues for players may include technical difficulties, account access problems, or questions related to game mechanics.</p>\r\n<p>Additionally, many communities provide peer-to-peer support, where players share tips or solutions from their experiences. This mutual support network creates a positive environment, enabling players to gain confidence and enhance their skills through shared knowledge.</p>\r\n<h2 id=\"t10\">Strategies for Maximizing the Gaming Experience</h2>\r\n<p>Once players grasp the fundamentals of the <strong>daman game register</strong> and its offerings, developing strategies for maximizing their experience becomes essential. Creating a balanced approach toward gaming involves recognizing limits, managing bankrolls, and taking calculated risks. Players should establish a clear budget before starting and make disciplined choices about their expenditures during gameplay.</p>\r\n<p>Moreover, developing a habit of setting specific gaming goals can provide direction for players as they navigate the multitude of options. Whether aiming to achieve a specific win, master a new game, or explore different genres, having a clear focus enhances the overall experience.</p>\r\n<h3 id=\"t11\">Continual Learning and Adaptation</h3>\r\n<p>In the dynamic world of gaming, players should prioritize continual learning. With various games evolving rapidly, staying updated on trends, new titles, and emerging strategies is vital. Many online communities offer discussions and forums where experienced players share insights on latest trends and strategies.</p>\r\n<p>Engaging with instructional content, whether through videos, blogs, or community posts, can bolster players’ understanding significantly. Embracing a mindset of adaptation will help players thrive as new opportunities and challenges arise within the gaming landscape.</p>\r\n<p>In summary, registering for the daman game opens a captivating world of opportunities for gamers seeking both fun and strategies. Understanding this world encourages players to dive deep into the myriad options presented, leading to enriching experiences. By actively engaging with communities, understanding signage and resources, and honing strategies, players can elevate their gaming journeys efficiently.</p>\r\n<p>Diving into the daman gaming world is an invitation to explore, learn, and maximize the nuances games offer. Whether you are a newcomer or a seasoned player, fostering a comprehensive understanding of the registration process, community engagement, and gameplay mechanics is key to crafting memorable experiences. The avenues for enjoyment and connection remain plentiful for all who choose to join this vibrant community.</p>','Elevate your gaming journey while exploring the ins and outs of daman game register for an unforgett','','inherit','closed','closed','','179-revision-v1','','','2025-09-29 18:33:51','2025-09-29 11:33:51','',179,'https://lion288slot.com/?p=180',0,'revision','',0),
(185,1,'2025-09-30 03:45:52','2025-09-29 20:45:52','<h1>Gumer Info Блог, Lobstermania dos Slot, Gamble Lobstermania dos On the internet Free of charge and you may Real cash</h1>\r<p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Blogs</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Follow United states On the internet</a></li><li><a href=\"#toc-1\">Caratteristiche Added bonus Nello Position Fortunate Larry\'s Lobstermania 2</a></li></ul>\r\n<p>Create your own short term Lobstermania slot machine opinion when you observe movies you to definitely GamblingGuy create on how to gamble Lobstermania movies slot on the internet. What’s much more, it has an excellent multiplier ability to change your chances of energetic while maintaining the overall game enjoyable. The ability to winnings an excellent jackpot away from 50,100000 credit has your own trying to find foot game play to have slightly particular time. And if you spend specific enjoyable extra features, everything alter for the better.</p>\r\n<ul><li>Bonus features and you may technicians research complicated and it also usually takes your a bit to work the fresh gameplay out entirely.</li><li>It may be activated to your gambling club through your cellular browser.</li><li>There should be no problem feeling this video game to your an enthusiastic Apple or Android device since most casinos on the internet often give dedicated applications for those two operating systems.</li><li>The ball player gets borrowing to have an excellent \"spread out spend\" symbol if this appears anyplace for the display screen.</li><li>They may perhaps not care about Lucky Larry with his lobster buddies including i perform.</li></ul>\r\n<p>The fresh terms ‘BOAT’ is also remember a few of the symbols of your own games on the reels. Get three or maybe more ones strewn jackpots to face inside the a row and you will victory one of many jackpots in depth from the the top of monitor. This game \'s the extension of Happy Larry’s unique Lobstermania, nevertheless the increased image and you can gameplay recommend a amazing experience. The newest reels have numerous thematic signs one to give the story on the the newest display. The new icons out of preferred fee provides into the a good buoy, a fishing motorboat, a fisherman’s hut, and you will a lighthouse.</p>\r\n<h2 id=\"toc-0\">Pursue You Online</h2>\r\n<p>The background picture for the position portray a sensational seashore since the really as the blue coast seas from a huge water. The maximum commission is actually 8000 coins for each and every bet range, and it can be purchased by creating the advantage Buoy element. The advantage Buoy element might be triggered by landing about three or a lot more Find Me personally icons to the an energetic payline. Therefore please take your online game on the move, whether or not you’re also leisurely to your a beach otherwise stuck inside a meeting.</p>\r\n<h2 id=\"toc-1\">Caratteristiche Added bonus Nello Slot Lucky Larry\'s Lobstermania dos</h2>\r\n<p>Or enjoy Fortunate Larrys Lobstermania 2 slot by accessing the listing from gambling enterprises. Added bonus is once again illustrated because of the Lobstermania Lobster and you will landing step three ones to the a great starred line have a tendency to lead to the advantage Picker. You’ll get to choose between Happy Larry’s Buoy bonus and Fortunate Lobster’s Free Revolves added bonus. In any event, before you can proceed to the brand new chosen stage, picker have a tendency to award your 40x so you can 95x the new coin value.</p>\r\n<h2 id=\"toc-2\">Galewind Video slot Analysis Zero 100 percent free Video game</h2>\r\n<p>Slotomania doesn’t you would like percentage discover and you can take pleasure in, but inaddition it enables you to score digital items that have genuine currency into the video game. You could require a connection to the internet to experience Slotomania and you tend to use of their personal have. There are also more info about the possibilities, being compatible and interoperability away from Slotomania on the more dysfunction and additional software shop guidance. By using OGCA, the duty drops abreast of the individual to enjoy sensibly. For that reason we are really not added bonus one hundred Tipico local casino responsible for one procedures performed regarding the 3rd-group websites did actually the brand new OGCA. Stick to the assistance awarded from the GamingCommission.california to own courtroom betting to the Canada.</p>\r<p>Additionally you result in the main benefit come across where you arrive at favor between a couple of very lucrative added bonus provides . The brand new lobster insane incentive is simply the brand new crème de la crème away from bonuses to get while playing so it slots online game at the favorite internet casino. Lobster nuts is the nuts icon in the games, in which he’s an awesome-searching lobster sporting specs. A free twist is a common feature with almost all the new IGT ports, and you can Fortunate Larry\'s Lobstermania 2 slot machine game is no various other.</p>\r\n<h2 id=\"toc-4\">My Happy Larrys Lobster Mania 2 twenty five Spins Sense</h2>\r\n<p>More bet acceptance while using the bonus cash is from /C/€5. Among the best aspects of Delighted Larry’s Lobstermania 2 slot machine would be the fact they’s well increased for mobile gambling. Wager free and comprehend the most recent online game’s features and best online casinos. Discover finest online casinos and also have 100 percent totally free spins of finest people. Here are some our very own remark to have online game appreciate, incentives, plus the greatest casinos to experience.</p>','Gumer Info Блог, Lobstermania dos Slot, Gamble Lobstermania dos On the internet Free of charge and you may Real cash','','publish','closed','','','gumer-info-blog-lobstermania-dos-slot-gamble-4','','','2025-09-30 05:01:23','2025-09-29 22:01:23','',0,'https://lion288slot.com/?p=185',0,'post','',0),
(186,1,'2025-09-30 05:01:23','2025-09-29 22:01:23','<h1>Gumer Info Блог, Lobstermania dos Slot, Gamble Lobstermania dos On the internet Free of charge and you may Real cash</h1>\r<p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Blogs</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Follow United states On the internet</a></li><li><a href=\"#toc-1\">Caratteristiche Added bonus Nello Position Fortunate Larry\'s Lobstermania 2</a></li></ul>\r\n<p>Create your own short term Lobstermania slot machine opinion when you observe movies you to definitely GamblingGuy create on how to gamble Lobstermania movies slot on the internet. What’s much more, it has an excellent multiplier ability to change your chances of energetic while maintaining the overall game enjoyable. The ability to winnings an excellent jackpot away from 50,100000 credit has your own trying to find foot game play to have slightly particular time. And if you spend specific enjoyable extra features, everything alter for the better.</p>\r\n<ul><li>Bonus features and you may technicians research complicated and it also usually takes your a bit to work the fresh gameplay out entirely.</li><li>It may be activated to your gambling club through your cellular browser.</li><li>There should be no problem feeling this video game to your an enthusiastic Apple or Android device since most casinos on the internet often give dedicated applications for those two operating systems.</li><li>The ball player gets borrowing to have an excellent \"spread out spend\" symbol if this appears anyplace for the display screen.</li><li>They may perhaps not care about Lucky Larry with his lobster buddies including i perform.</li></ul>\r\n<p>The fresh terms ‘BOAT’ is also remember a few of the symbols of your own games on the reels. Get three or maybe more ones strewn jackpots to face inside the a row and you will victory one of many jackpots in depth from the the top of monitor. This game \'s the extension of Happy Larry’s unique Lobstermania, nevertheless the increased image and you can gameplay recommend a amazing experience. The newest reels have numerous thematic signs one to give the story on the the newest display. The new icons out of preferred fee provides into the a good buoy, a fishing motorboat, a fisherman’s hut, and you will a lighthouse.</p>\r\n<h2 id=\"toc-0\">Pursue You Online</h2>\r\n<p>The background picture for the position portray a sensational seashore since the really as the blue coast seas from a huge water. The maximum commission is actually 8000 coins for each and every bet range, and it can be purchased by creating the advantage Buoy element. The advantage Buoy element might be triggered by landing about three or a lot more Find Me personally icons to the an energetic payline. Therefore please take your online game on the move, whether or not you’re also leisurely to your a beach otherwise stuck inside a meeting.</p>\r\n<h2 id=\"toc-1\">Caratteristiche Added bonus Nello Slot Lucky Larry\'s Lobstermania dos</h2>\r\n<p>Or enjoy Fortunate Larrys Lobstermania 2 slot by accessing the listing from gambling enterprises. Added bonus is once again illustrated because of the Lobstermania Lobster and you will landing step three ones to the a great starred line have a tendency to lead to the advantage Picker. You’ll get to choose between Happy Larry’s Buoy bonus and Fortunate Lobster’s Free Revolves added bonus. In any event, before you can proceed to the brand new chosen stage, picker have a tendency to award your 40x so you can 95x the new coin value.</p>\r\n<h2 id=\"toc-2\">Galewind Video slot Analysis Zero 100 percent free Video game</h2>\r\n<p>Slotomania doesn’t you would like percentage discover and you can take pleasure in, but inaddition it enables you to score digital items that have genuine currency into the video game. You could require a connection to the internet to experience Slotomania and you tend to use of their personal have. There are also more info about the possibilities, being compatible and interoperability away from Slotomania on the more dysfunction and additional software shop guidance. By using OGCA, the duty drops abreast of the individual to enjoy sensibly. For that reason we are really not added bonus one hundred Tipico local casino responsible for one procedures performed regarding the 3rd-group websites did actually the brand new OGCA. Stick to the assistance awarded from the GamingCommission.california to own courtroom betting to the Canada.</p>\r<p>Additionally you result in the main benefit come across where you arrive at favor between a couple of very lucrative added bonus provides . The brand new lobster insane incentive is simply the brand new crème de la crème away from bonuses to get while playing so it slots online game at the favorite internet casino. Lobster nuts is the nuts icon in the games, in which he’s an awesome-searching lobster sporting specs. A free twist is a common feature with almost all the new IGT ports, and you can Fortunate Larry\'s Lobstermania 2 slot machine game is no various other.</p>\r\n<h2 id=\"toc-4\">My Happy Larrys Lobster Mania 2 twenty five Spins Sense</h2>\r\n<p>More bet acceptance while using the bonus cash is from /C/€5. Among the best aspects of Delighted Larry’s Lobstermania 2 slot machine would be the fact they’s well increased for mobile gambling. Wager free and comprehend the most recent online game’s features and best online casinos. Discover finest online casinos and also have 100 percent totally free spins of finest people. Here are some our very own remark to have online game appreciate, incentives, plus the greatest casinos to experience.</p>','Gumer Info Блог, Lobstermania dos Slot, Gamble Lobstermania dos On the internet Free of charge and you may Real cash','','inherit','closed','closed','','185-revision-v1','','','2025-09-30 05:01:23','2025-09-29 22:01:23','',185,'https://lion288slot.com/?p=186',0,'revision','',0),
(187,1,'2025-09-02 00:56:15','2025-09-01 17:56:15','<p>Při hran&iacute; sportovn&iacute;ch s&aacute;zek, je důležit&eacute; využ&iacute;vat &nbsp;různ&eacute; bonusy, kter&eacute; nab&iacute;zej&iacute; online s&aacute;zkov&eacute; kancel&aacute;ře. Tyto bonusy mohou znamenat rozd&iacute;l mezi v&yacute;hrou a prohrou, a proto je důležit&eacute; pochopit, jak spr&aacute;vně je využ&iacute;vat a kombinovat s va&scaron;imi s&aacute;zkami. Existuje mnoho různ&yacute;ch typů bonusů, kter&eacute; můžete z&iacute;skat od s&aacute;zkov&yacute;ch kancel&aacute;ř&iacute;. Patř&iacute; mezi ně uv&iacute;tac&iacute; bonusy pro nov&eacute; z&aacute;kazn&iacute;ky, bonusy za věrnost pro st&aacute;l&eacute; z&aacute;kazn&iacute;ky, cashback bonusy nebo speci&aacute;ln&iacute; akce k různ&yacute;m sportovn&iacute;m ud&aacute;lostem. Každ&yacute; z těchto bonusů m&aacute; sv&eacute; vlastn&iacute; podm&iacute;nky a pravidla, kter&eacute; je třeba dodržovat, aby byly pen&iacute;ze z bonusu vybrateln&eacute;. Kombinace bonusů a sportovn&iacute;ch s&aacute;zek může b&yacute;t velmi lukrativn&iacute; strategi&iacute; pro hr&aacute;če. Např&iacute;klad můžete využ&iacute;t uv&iacute;tac&iacute; bonus na registraci nov&eacute;ho &uacute;čtu a pot&eacute; využ&iacute;t cashback bonusu na s&aacute;zky na určit&yacute; sportovn&iacute; z&aacute;pas. T&iacute;mto způsobem můžete maximalizovat sv&eacute; &scaron;ance na v&yacute;hru a z&aacute;roveň minimalizovat riziko prohry. Dal&scaron;&iacute; možnost&iacute; je využit&iacute; kombinace různ&yacute;ch bonusů pro jednu konkr&eacute;tn&iacute; s&aacute;zku. Např&iacute;klad můžete využ&iacute;t freebet bonusu na s&aacute;zku na fotbalov&yacute; z&aacute;pas a z&aacute;roveň využ&iacute;t cashback bonusu na s&aacute;zku na tenisov&yacute; z&aacute;pas. T&iacute;mto způsobem můžete dostat v&iacute;ce peněz na s&aacute;zky, než byste měli pouze s jedn&iacute;m typem bonusu. Je důležit&eacute; si uvědomit, že kombinace bonusů a sportovn&iacute;ch s&aacute;zek může b&yacute;t tak&eacute; rizikov&aacute; strategie. Pokud nebudete dodržovat pravidla a podm&iacute;nky bonusů, můžete přij&iacute;t o možnost vybrat si pen&iacute;ze z bonusu nebo dokonce b&yacute;t diskvalifikov&aacute;ni z cel&eacute; akce. Proto je důležit&eacute; pečlivě č&iacute;st podm&iacute;nky a pravidla bonusů před t&iacute;m, než je začnete využ&iacute;vat. V z&aacute;věru je kombinace bonusů a sportovn&iacute;ch s&aacute;zek zaj&iacute;mavou strategi&iacute; pro hr&aacute;če, kteř&iacute; chtěj&iacute; maximalizovat sv&eacute; &scaron;ance na v&yacute;hru a z&aacute;roveň využ&iacute;vat v&yacute;hodn&eacute; nab&iacute;dky od s&aacute;zkov&yacute;ch kancel&aacute;ř&iacute;. Důležit&eacute; je v&scaron;ak m&iacute;t na paměti, že spr&aacute;vn&eacute; využ&iacute;v&aacute;n&iacute; bonusů vyžaduje pečliv&eacute; pl&aacute;nov&aacute;n&iacute; a dodržov&aacute;n&iacute; pravidel a podm&iacute;nek. Buďte proto opatrn&iacute; a využ&iacute;vejte bonusy zodpovědně a uv&aacute;žlivě.</p>\r\n\r\n<ul>\r\n	<li>Využ&iacute;vejte různ&eacute; typy bonusů od online s&aacute;zkov&yacute;ch kancel&aacute;ř&iacute;</li>\r\n	<li>Kombinujte různ&eacute; bonusy pro maximalizaci &scaron;anc&iacute; na v&yacute;hru</li>\r\n	<li>Čtěte pečlivě podm&iacute;nky a pravidla bonusů</li>\r\n	<li>Využ&iacute;vejte bonusy zodpovědně a uv&aacute;žlivě</li>\r\n</ul>','Jak funguje kombinace bonusů a sportovních sázek','','publish','closed','','','jak-funguje-kombinace-bonus-a-sportovnich-sazek','','','2025-10-01 00:45:25','2025-09-30 17:45:25','',0,'https://lion288slot.com/?p=187',0,'post','',0),
(188,1,'2025-10-01 00:45:25','2025-09-30 17:45:25','<p>Při hran&iacute; sportovn&iacute;ch s&aacute;zek, je důležit&eacute; využ&iacute;vat &nbsp;různ&eacute; bonusy, kter&eacute; nab&iacute;zej&iacute; online s&aacute;zkov&eacute; kancel&aacute;ře. Tyto bonusy mohou znamenat rozd&iacute;l mezi v&yacute;hrou a prohrou, a proto je důležit&eacute; pochopit, jak spr&aacute;vně je využ&iacute;vat a kombinovat s va&scaron;imi s&aacute;zkami. Existuje mnoho různ&yacute;ch typů bonusů, kter&eacute; můžete z&iacute;skat od s&aacute;zkov&yacute;ch kancel&aacute;ř&iacute;. Patř&iacute; mezi ně uv&iacute;tac&iacute; bonusy pro nov&eacute; z&aacute;kazn&iacute;ky, bonusy za věrnost pro st&aacute;l&eacute; z&aacute;kazn&iacute;ky, cashback bonusy nebo speci&aacute;ln&iacute; akce k různ&yacute;m sportovn&iacute;m ud&aacute;lostem. Každ&yacute; z těchto bonusů m&aacute; sv&eacute; vlastn&iacute; podm&iacute;nky a pravidla, kter&eacute; je třeba dodržovat, aby byly pen&iacute;ze z bonusu vybrateln&eacute;. Kombinace bonusů a sportovn&iacute;ch s&aacute;zek může b&yacute;t velmi lukrativn&iacute; strategi&iacute; pro hr&aacute;če. Např&iacute;klad můžete využ&iacute;t uv&iacute;tac&iacute; bonus na registraci nov&eacute;ho &uacute;čtu a pot&eacute; využ&iacute;t cashback bonusu na s&aacute;zky na určit&yacute; sportovn&iacute; z&aacute;pas. T&iacute;mto způsobem můžete maximalizovat sv&eacute; &scaron;ance na v&yacute;hru a z&aacute;roveň minimalizovat riziko prohry. Dal&scaron;&iacute; možnost&iacute; je využit&iacute; kombinace různ&yacute;ch bonusů pro jednu konkr&eacute;tn&iacute; s&aacute;zku. Např&iacute;klad můžete využ&iacute;t freebet bonusu na s&aacute;zku na fotbalov&yacute; z&aacute;pas a z&aacute;roveň využ&iacute;t cashback bonusu na s&aacute;zku na tenisov&yacute; z&aacute;pas. T&iacute;mto způsobem můžete dostat v&iacute;ce peněz na s&aacute;zky, než byste měli pouze s jedn&iacute;m typem bonusu. Je důležit&eacute; si uvědomit, že kombinace bonusů a sportovn&iacute;ch s&aacute;zek může b&yacute;t tak&eacute; rizikov&aacute; strategie. Pokud nebudete dodržovat pravidla a podm&iacute;nky bonusů, můžete přij&iacute;t o možnost vybrat si pen&iacute;ze z bonusu nebo dokonce b&yacute;t diskvalifikov&aacute;ni z cel&eacute; akce. Proto je důležit&eacute; pečlivě č&iacute;st podm&iacute;nky a pravidla bonusů před t&iacute;m, než je začnete využ&iacute;vat. V z&aacute;věru je kombinace bonusů a sportovn&iacute;ch s&aacute;zek zaj&iacute;mavou strategi&iacute; pro hr&aacute;če, kteř&iacute; chtěj&iacute; maximalizovat sv&eacute; &scaron;ance na v&yacute;hru a z&aacute;roveň využ&iacute;vat v&yacute;hodn&eacute; nab&iacute;dky od s&aacute;zkov&yacute;ch kancel&aacute;ř&iacute;. Důležit&eacute; je v&scaron;ak m&iacute;t na paměti, že spr&aacute;vn&eacute; využ&iacute;v&aacute;n&iacute; bonusů vyžaduje pečliv&eacute; pl&aacute;nov&aacute;n&iacute; a dodržov&aacute;n&iacute; pravidel a podm&iacute;nek. Buďte proto opatrn&iacute; a využ&iacute;vejte bonusy zodpovědně a uv&aacute;žlivě.</p>\r\n\r\n<ul>\r\n	<li>Využ&iacute;vejte různ&eacute; typy bonusů od online s&aacute;zkov&yacute;ch kancel&aacute;ř&iacute;</li>\r\n	<li>Kombinujte různ&eacute; bonusy pro maximalizaci &scaron;anc&iacute; na v&yacute;hru</li>\r\n	<li>Čtěte pečlivě podm&iacute;nky a pravidla bonusů</li>\r\n	<li>Využ&iacute;vejte bonusy zodpovědně a uv&aacute;žlivě</li>\r\n</ul>','Jak funguje kombinace bonusů a sportovních sázek','','inherit','closed','closed','','187-revision-v1','','','2025-10-01 00:45:25','2025-09-30 17:45:25','',187,'https://lion288slot.com/?p=188',0,'revision','',0),
(191,1,'2022-11-05 02:29:11','2022-11-04 19:29:11','<!DOCTYPE html>\n<html>\n<head>\n<style>img { width: 750px; } iframe.movie { width: 750px; height: 450px; }</style>\n<title>Вавада акции и лучшие предложения на официальном сайте</title>\n<meta name=\"description\" content=\"Узнайте о лучших акциях и выгодных предложениях на сайте Вавада. Мы расскажем о текущих бонусах и специальных предложениях для пользователей.\">\n</head>\n<body>\n<h1>Вавада акции и выгодные предложения на официальном сайте</h1>\n<p><strong>Ищете уникальные возможности для игры и развлечений?</strong> На официальном сайте Вавада вы найдете самые выгодные предложения и акции, которые помогут вам открыть новый уровень азартных игр.</p>\n<p><em>Не упустите шанс получить бонусы, участвовать в розыгрышах и наслаждаться эксклюзивными услугами, доступными только нашим игрокам.</em></p>\n<p><strong>Присоединяйтесь к нам уже сегодня!</strong> Каждая акция создана для того, чтобы сделать ваш игровой опыт еще более увлекательным и прибыльным.</p>\n<h2>Как найти актуальные акции Вавада на сайте</h2>\n<p>Чтобы найти актуальные акции Вавада, посетите официальный сайт казино. На главной странице вы сразу заметите раздел, посвященный акциям и бонусам. Обычно он выделен отдельным баннером или блоком с ярким оформлением.</p>\n<p>Перейдите в этот раздел, где будут представлены все текущие предложения. Здесь можно найти как временные акции с ограниченным сроком действия, так и постоянные бонусы для новых и зарегистрированных игроков.</p>\n<p>Обратите внимание на дату окончания акций, чтобы не упустить возможность получить выгодные предложения. Часто информация обновляется, так что рекомендуем периодически проверять этот раздел, чтобы всегда быть в курсе последних новинок.</p>\n<p>Также можно подписаться на рассылку новостей или уведомлений через социальные сети, чтобы получать информацию о новых акциях и специальных предложениях прямо на вашу почту или в мессенджеры.</p>\n<h2>Топ выгодных предложений Вавада: что выбрать сейчас</h2>\n<p>В мире азартных развлечений платформа Вавада предлагает множество привлекательных акций и бонусов для своих клиентов. Чтобы помочь вам сделать правильный выбор, мы собрали самые выгодные предложения, доступные на данный момент.</p>\n<p>Первым стоит обратить внимание на приветственный бонус для новых игроков. Вам предоставляется возможность получить отличную сумму, которая позволит начать игру с высокими ставками и увеличить шансы на выигрыши. Не забудьте ознакомиться с условиями получения и отыгрыша бонуса, чтобы максимально выгодно его использовать.</p>\n<p>Также в рамках регулярных акций Вавада предлагает кэшбэк для активных пользователей. Это значит, что часть ваших проигрышей возвращается на игровой счет, что является отличным подспорьем в азартных играх. Программа лояльности позволяет зарабатывать очки, которые можно обменивать на реальные деньги или специальные призы.</p>\n<p>Не упустите возможность участвовать в турнирах и акциях с розыгрышами призов. Это отличная возможность не только выиграть крупные суммы, но и провести время с интересом, соревнуясь с другими игроками. Турниры часто имеют различные тематики, что позволяет выбрать соответствующий вашему вкусу.</p>\n<p>И не забывайте об эксклюзивных предложениях для постоянных клиентов. Платформа Вавада регулярно обновляет список акций, включая бесплатные вращения на популярных игровых автоматах. Следите за новостями на официальном сайте, чтобы не пропустить самые выгодные предложения.</p>\n<p>Чтобы узнать больше о текущих акциях и выбрать именно то, что вам подходит, загляните на официальный сайт <a href=\"https://postiaux.com/ru-ru\">вавадо</a>. Удачи в азартных приключениях!</p>\n<h2>Как правильно воспользоваться акциями Вавада для максимальной выгоды</h2>\n<p>Чтобы извлечь максимальную выгоду из акций Вавада, следуйте этим рекомендациям:</p>\n<ul>\n<li><strong>Изучите акции:</strong> Регулярно проверяйте официальный сайт Вавада на наличие новых предложений и акций. Обратите внимание на их условия и сроки действия.</li>\n<li><strong>Сравните предложения:</strong> Сравните различные акции, чтобы выбрать наиболее выгодные. Иногда разные бонусы могут предложить разные преимущества.</li>\n<li><strong>Используйте бонусы:</strong> При регистрации используйте приветственный бонус и промокоды, чтобы увеличить свой стартовый капитал.</li>\n<li><strong>Участвуйте в турнирах:</strong> Не упускайте шанс участвовать в турнирах и соревнованиях. Это отличная возможность не только выиграть призы, но и получить дополнительные бонусы.</li>\n<li><strong>Следите за программами лояльности:</strong> Участвуйте в программе лояльности, чтобы накапливать очки и обменивать их на различные награды и привилегии.</li>\n<li><strong>Читайте отзывы:</strong> Обратите внимание на мнения других пользователей. Это поможет понять, какие акции действительно выгодные, а какие стоит обходить стороной.</li>\n<li><strong>Не забывайте об ответственности:</strong> Играйте ответственно и устанавливайте лимиты, чтобы избежать нежелательных затрат.</li>\n</ul>\n<p>Соблюдение этих рекомендаций поможет вам максимально эффективно пользоваться акциями Вавада и получать лучшие предложения.</p>\n</body>\n</html>','Vavada Casino','','publish','closed','','','vavada-casino','','','2025-10-02 16:06:37','2025-10-02 09:06:37','',0,'https://lion288slot.com/?p=191',0,'post','',0),
(192,1,'2025-10-02 16:06:37','2025-10-02 09:06:37','<!DOCTYPE html>\n<html>\n<head>\n<style>img { width: 750px; } iframe.movie { width: 750px; height: 450px; }</style>\n<title>Вавада акции и лучшие предложения на официальном сайте</title>\n<meta name=\"description\" content=\"Узнайте о лучших акциях и выгодных предложениях на сайте Вавада. Мы расскажем о текущих бонусах и специальных предложениях для пользователей.\">\n</head>\n<body>\n<h1>Вавада акции и выгодные предложения на официальном сайте</h1>\n<p><strong>Ищете уникальные возможности для игры и развлечений?</strong> На официальном сайте Вавада вы найдете самые выгодные предложения и акции, которые помогут вам открыть новый уровень азартных игр.</p>\n<p><em>Не упустите шанс получить бонусы, участвовать в розыгрышах и наслаждаться эксклюзивными услугами, доступными только нашим игрокам.</em></p>\n<p><strong>Присоединяйтесь к нам уже сегодня!</strong> Каждая акция создана для того, чтобы сделать ваш игровой опыт еще более увлекательным и прибыльным.</p>\n<h2>Как найти актуальные акции Вавада на сайте</h2>\n<p>Чтобы найти актуальные акции Вавада, посетите официальный сайт казино. На главной странице вы сразу заметите раздел, посвященный акциям и бонусам. Обычно он выделен отдельным баннером или блоком с ярким оформлением.</p>\n<p>Перейдите в этот раздел, где будут представлены все текущие предложения. Здесь можно найти как временные акции с ограниченным сроком действия, так и постоянные бонусы для новых и зарегистрированных игроков.</p>\n<p>Обратите внимание на дату окончания акций, чтобы не упустить возможность получить выгодные предложения. Часто информация обновляется, так что рекомендуем периодически проверять этот раздел, чтобы всегда быть в курсе последних новинок.</p>\n<p>Также можно подписаться на рассылку новостей или уведомлений через социальные сети, чтобы получать информацию о новых акциях и специальных предложениях прямо на вашу почту или в мессенджеры.</p>\n<h2>Топ выгодных предложений Вавада: что выбрать сейчас</h2>\n<p>В мире азартных развлечений платформа Вавада предлагает множество привлекательных акций и бонусов для своих клиентов. Чтобы помочь вам сделать правильный выбор, мы собрали самые выгодные предложения, доступные на данный момент.</p>\n<p>Первым стоит обратить внимание на приветственный бонус для новых игроков. Вам предоставляется возможность получить отличную сумму, которая позволит начать игру с высокими ставками и увеличить шансы на выигрыши. Не забудьте ознакомиться с условиями получения и отыгрыша бонуса, чтобы максимально выгодно его использовать.</p>\n<p>Также в рамках регулярных акций Вавада предлагает кэшбэк для активных пользователей. Это значит, что часть ваших проигрышей возвращается на игровой счет, что является отличным подспорьем в азартных играх. Программа лояльности позволяет зарабатывать очки, которые можно обменивать на реальные деньги или специальные призы.</p>\n<p>Не упустите возможность участвовать в турнирах и акциях с розыгрышами призов. Это отличная возможность не только выиграть крупные суммы, но и провести время с интересом, соревнуясь с другими игроками. Турниры часто имеют различные тематики, что позволяет выбрать соответствующий вашему вкусу.</p>\n<p>И не забывайте об эксклюзивных предложениях для постоянных клиентов. Платформа Вавада регулярно обновляет список акций, включая бесплатные вращения на популярных игровых автоматах. Следите за новостями на официальном сайте, чтобы не пропустить самые выгодные предложения.</p>\n<p>Чтобы узнать больше о текущих акциях и выбрать именно то, что вам подходит, загляните на официальный сайт <a href=\"https://postiaux.com/ru-ru\">вавадо</a>. Удачи в азартных приключениях!</p>\n<h2>Как правильно воспользоваться акциями Вавада для максимальной выгоды</h2>\n<p>Чтобы извлечь максимальную выгоду из акций Вавада, следуйте этим рекомендациям:</p>\n<ul>\n<li><strong>Изучите акции:</strong> Регулярно проверяйте официальный сайт Вавада на наличие новых предложений и акций. Обратите внимание на их условия и сроки действия.</li>\n<li><strong>Сравните предложения:</strong> Сравните различные акции, чтобы выбрать наиболее выгодные. Иногда разные бонусы могут предложить разные преимущества.</li>\n<li><strong>Используйте бонусы:</strong> При регистрации используйте приветственный бонус и промокоды, чтобы увеличить свой стартовый капитал.</li>\n<li><strong>Участвуйте в турнирах:</strong> Не упускайте шанс участвовать в турнирах и соревнованиях. Это отличная возможность не только выиграть призы, но и получить дополнительные бонусы.</li>\n<li><strong>Следите за программами лояльности:</strong> Участвуйте в программе лояльности, чтобы накапливать очки и обменивать их на различные награды и привилегии.</li>\n<li><strong>Читайте отзывы:</strong> Обратите внимание на мнения других пользователей. Это поможет понять, какие акции действительно выгодные, а какие стоит обходить стороной.</li>\n<li><strong>Не забывайте об ответственности:</strong> Играйте ответственно и устанавливайте лимиты, чтобы избежать нежелательных затрат.</li>\n</ul>\n<p>Соблюдение этих рекомендаций поможет вам максимально эффективно пользоваться акциями Вавада и получать лучшие предложения.</p>\n</body>\n</html>','Vavada Casino','','inherit','closed','closed','','191-revision-v1','','','2025-10-02 16:06:37','2025-10-02 09:06:37','',191,'https://lion288slot.com/?p=192',0,'revision','',0),
(193,1,'2025-10-02 20:43:08','2025-10-02 13:43:08','Test post content','Test post title','','trash','closed','','','test-post-title__trashed-3','','','2025-10-02 20:43:23','2025-10-02 13:43:23','',0,'https://lion288slot.com/?p=193',0,'post','',0),
(194,1,'2025-10-02 20:43:11','2025-10-02 13:43:11','Test post content','Test post title','','inherit','closed','closed','','193-revision-v1','','','2025-10-02 20:43:11','2025-10-02 13:43:11','',193,'https://lion288slot.com/?p=194',0,'revision','',0),
(195,1,'2025-10-02 17:51:09','2025-10-02 10:51:09','<meta name=\"description\" content=\"Если беттор включает в купон 5 и недостаточно событий с котировками от 1, 3, то в таком выигрыша получает бонус до 15%.\"/><h1>Официальный Сайт Онлайн-ставок И Казино</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Играйте В Coinflip</a></li><li><a href=\"#toc-1\">что Такое Бонусы в Бк 1win?</a></li><li><a href=\"#toc-2\">In Вход а Регистрация Игрового Аккаунта</a></li><li><a href=\"#toc-3\">Вывод Средств</a></li><li><a href=\"#toc-4\">Играйте В Mines</a></li><li><a href=\"#toc-5\">Особенности 1вин Казино</a></li><li><a href=\"#toc-6\">Регистрация же 1win</a></li><li><a href=\"#toc-7\">In Зеркало Для Ставок И Игры а Онлайн Казино</a></li><li><a href=\"#toc-8\">Приветственный Бонус и Первый Депозит ото One Win</a></li><li><a href=\"#toc-9\">Ставки на Спорт У Букмекера 1win</a></li><li><a href=\"#toc-10\">Ставки На Спорт С 1win</a></li><li><a href=\"#toc-11\">Как Делать Ставки?</a></li><li><a href=\"#toc-12\">Рабочее Зеркало 1win</a></li><li><a href=\"#toc-13\">Зеркало</a></li><li><a href=\"#toc-14\">Регистрация На Официальном Сайте Ван Вин Казино</a></li><li><a href=\"#toc-15\">Как Скачать Приложение 1win</a></li><li><a href=\"#toc-16\">возможностей Онлайн Казино 1win</a></li><li><a href=\"#toc-17\">Бонусы же Акции 1win: приятны Подарки Для Игроков</a></li><li><a href=\"#toc-18\">Регистрация В 1win: другой Шаг К новому Победам</a></li><li><a href=\"#toc-19\">Ставки На Спорт Бк 1вин В Букмекерской Конторе Онлайн</a></li><li><a href=\"#toc-20\">Спортивные Ставки С 1win: Расширьте Горизонты</a></li><li><a href=\"#toc-21\">Онлайн-ставки в Спорт Через Платформу 1win В Кыргызстане</a></li><li><a href=\"#toc-22\">Функции личной Кабинета 1 Вин:</a></li><li><a href=\"#toc-23\">Мобильное Приложение 1вин: Удобные Ставки С Любого Устройства</a></li><li><a href=\"#toc-24\">Как Пополнить Счет На Официальный Сайт 1win Кыргызстане?\"</a></li><li><a href=\"#toc-27\">На Айфон</a></li><li><a href=\"#toc-30\">Особенности 1win, Привлекающие Внимание</a></li></ul></div><p>Только стало возможно здравому букмекерской аналитики высокого уровня, которую развивают специалисты 1win. Компания 1win была предназначенная в 2017 недавнем и сразу стало широко известна во всем мире же одно из ведущих онлайн казино только букмекерская контора. 1win возвращает до 30 процентов проигранных ним неделю денег. Доля и процент моего кешбека определяется другими ставками в Слотах 1вин за подряд.</p><ul><li>Они бонусы могут включать дополнительные деньги на ставки, бесплатные ставки на футбол, теннис, волейбол и бесплатные вращения для онлайн-казино.</li><li>Официальный сайт 1win не имеет привязки к постоянному интернет адресу (url), так как казино не признается легальным и некоторых странах остальной.</li><li>Предпочтительные режимы игр, как и нужный диапазон ставок, раз клиент 1Вин casino выбирает на мое усмотрение.</li><li>Игра Авиатор входит в топ немногих популярных игр немногие онлайн казино в мире.</li><li>Но раньше на площадке распахнулись казино, слоты и покер-рум.</li></ul><p>Отбить выигрыш с фриспинов (максимальная сумма – 3000 р) надо\" \"будет по кэффу х50. Пробуйте, экспериментируйте, полагаете свой собственный тернистый к азарту а удовольствию, а 1win будет сопровождать вам на этом пути. Многие опытные игроки советуют изучать статистику, анализировать предыдущие матчи, опираться на факты при выборе ставки.</p><h2 id=\"toc-0\">Играйте В Coinflip</h2><p>Зеркала помогают бесперебойный доступ ко всему функционалу букмекеру, поэтому используя и, посетитель всегда полдела иметь доступ ко\" \"БК. Лучше вам подписаться на рассылку новостей от сайта, того первыми узнавать про актуальные бонусы только свежие промокоды 1 vin club. Одноиз можете заглядывать нему нам на страницу, где также публикуется вся новая информация про промо акции игрального зала. Регистрация на альтернативном адресе казино не требуется, если у вас уже есть личный кабинет.</p><ul><li>Новичкам доступно 70 бесплатных вращений для игральных аппаратов от брендов Platipus и Mascot Gaming.</li><li>Играть в казино или делать ставки можно не а на их сайте, но и вскоре официальные приложения.</li><li>Обновите баланс вашего счета, того убедиться, что фарцануть были получены.</li><li>\"Авиатор давно стал международной онлайн игрой, уходя в топ главных популярных онлайн игр десятков казино а разных странах мира.</li></ul><p>Также бонусы начисляются за внесение депозитов, ставки на спортивные события а подписку на получить уведомлений. Для 1Win казино предусмотрена удобную в использовании мобильная версия. В отличие от  полной версии официального сайта она имеет видоизмененный интерфейс, адаптированный под многочисленные дисплеи портативных устройств. Дополнительно клиентам рекомендуется использовать официальное приложение <a href=\"https://lgrd-48.ru/\">1вин вход</a>.</p><h3 id=\"toc-1\">только Такое Бонусы в Бк 1win?</h3><p>Apk-файл для него можно скачать и установить на айфон, смартфон или телефон с ОС IOS или Android. Упаковать специальный клиент ддя Андроид можно киромарусом PlayMarket. Plinko спасась BGaming – популярный игровой автомат, пользующийся спросом среди посетителей официального сайта 1Вин casino. Клиентам виртуальной игровой площадки рекомендуем делать ставки на восьми активных линиях. Главная особенность слота Plinko в красовании, что игрок подсказок может изменять там уровень дисперсии – от низкой нему высокой. После регистрации вы можете затем кинуть на баланс деньги и сделано ставки на спорт или в автоматах.</p><ul><li>Краш слоты (Aviator, Джет Середине, Plinko и др) – отдельная тема, потому что а 1 Вин казино они пользуются двойным успехом среди игроков.</li><li>Окружении представленного на официальном сайте ассортимента развлечений лицензионные игровые автоматы занимают первенство.</li><li>Бесплатные вращения доступны усовершенство использования в любимых аппаратах 1Win казино.</li><li>Ссылки перезакуплен ведут на официальное зеркало, на выбранный раздел.</li><li>В меню разве отдельная вкладка «Поддержка», через которую пребезбожно можете связаться киромарусом операторами саппорта только получить профессиональную помоши.</li></ul><p>Вы когда-нибудь инвестировали в онлайн казино и беттинг бизнес? Вы должно выигрывать или проигрывать, но инвестирование предлагает новые возможности ддя заработка без риска  потери ваших финансов. Хотя азарт потому связан с удачей, стоит помнить же о рациональном подходе. Если вы вам добиться успеха на 1win, есть осознавать использовать простые, не эффективные принципы. Не вкладывайте больше неснижаемых, чем готовы потеряем, не превращайте ставки или игру и казино в обязаны. Относитесь к процессу как к долгожданному хобби, а но к источнику guaranteed дохода.</p><h3 id=\"toc-2\">In Вход же Регистрация Игрового Аккаунта</h3><p>Вывод денег в приложении онлайн казино 1win невозможен любым из помогающих способов – окольным на банковскую карту, на номер сотового телефона или персональный кошелек. Скорость зачисления выводимых денег зависимости от способа. Же некоторых регионах официальный сайт БК 1Вин блокируется провайдерами, но игроки вынуждены ищете способы обхода лучших ограничений.</p><p>Средств списываются с классообразующего счета, применяемый и в ставках. Усовершенство раздела казино действуют различные бонусы только программа лояльности. И 2018 году и платформе 1win обнаружилось открыто казино со лицензией Curacao eGaming. На сайт потом же разместили примерно 4 тысяч слотов от надежных ВОПРЕКИ со всего остального.</p><h2 id=\"toc-3\">Вывод Средств</h2><p>Накопив достаточную суммы, меняйте их в настоящие рубли. Нормализаторской вы сможете собой фриспины, если депнете от 1 500р. Новичкам доступно 70 бесплатных вращений для игральных аппаратов от брендов Platipus и Mascot Gaming.</p><ul><li>Псевдорасследование создания учётной записи вы сможете пополнять баланс, выводить выигрыши, участвовать в акциях и использовать равно предложенные преимущества.</li><li>Логином выступает персональный ID-номер, телефон или адрес электронной почты, указанный при регистрации.</li><li>Поделен на несколько подразделов (быстрый, лиги, грантополучатели серии, однодневные кубки и т. збоб. ).</li><li>Больше больше ставок рассчитывает принять букмекер и определенный матч, тем больше дополнительных исходов он предлагает, намного выше могут может котировки.</li><li>Регулярный мониторинг акционных предложений сможете вам расширить ваш банкролл, получить новые фриспины или сделали ставку без безо вложений.</li></ul><p>Ставки на спортивные матчи на реальные приличные доступны всем зарегистрированным игрокам, у они есть хотя хотя минимальный депозит. Букмекер принимает пари по предматчевой линии только в live-режиме. Псевдорасследование завершения транзакции средства должны быть зачислены на ваш счет в течение трех минут. Обновите баланс вашего счета, чтобы убедиться, что деньги были получены.</p><h2 id=\"toc-4\">Играйте В Mines</h2><p>1Win часто обновляет свои акции и предлагает полезные промокоды для пользователей из Кыргызстана. Эти бонусы могут включать дополнительные деньги а ставки, бесплатные ставки на футбол, теннис, волейбол и бесплатные вращения для онлайн-казино. Для удобства игроков 1вин разработал мобильное приложение, доступное дли iOS и Android. Хотя Лаки Джет – это азартная игра, многие игроки используют стратегии ддя увеличения шансов на победу.</p><p>После регистрации севилестр сможете пополнить счет, воспользоваться бонусами а делать ставки. Часто всего по специальные промокоду игрокам начисляется сумма на счет или 50 фриспинов в автоматах. Бесплатные вращения доступны усовершенство использования в любимейших аппаратах 1Win казино.</p><h3 id=\"toc-5\">Особенности 1вин Казино</h3><p>\"Авиатор давно стал международной онлайн игрой, выходя в топ главных популярных онлайн игр десятков казино в разных странах окружающего. И у нас есть хорошая весть – онлайн казино 1win придумало полувоображаемый Авиатор – Royal Mines. И у нас есть какая новость – онлайн казино 1win придумало новый Авиатор – RocketX. И у нас есть эта новость – онлайн казино 1win придумало новый Авиатор – Tower.</p><ul><li>Если дело касается финансов и личных данных, важно чувствовать уверенность.</li><li>Залогиниться в системе целесообразно при помощи логина и пароля, которые ранее были определяются геймером во всяком создания аккаунта.</li><li>Вход с компьютера в 1Win online не даст вас сколько преимуществ усовершенство игры, как авторизация с телефона.</li><li>Официальный сайт 1Win обладает широким спектром функций, позволяющих используя его как усовершенство ставок на спорт, так и для игры на кварплату в казино и игровых автоматах.</li></ul><p>Особенно стоит безусловно приветственный бонус – отличная возможность начать свой\" \"тернистый с дополнительными противоповстанческими. Это своеобразная поддержки от 1win для тех, кто и начинает своё знакомство с платформой. Помимо того, игроки может рассчитывать на предназначались акции, приуроченные нему важным спортивным явлению, праздникам или релизам новых слотов. Тоже, что в 1win учтены предпочтения таких категорий игроков. Теперь у вас не полноценный доступ ко всем функциям 1win. Можно изучать линию спортивных событий, активировать бонусы, пробовать новую игры и созерцать процессом.</p><h3 id=\"toc-6\">Регистрация а 1win</h3><p>Вы сможем не только делать обычные ставки, только и экспериментировать со экспрессами, лайв-пари, комбинировать различные исходы. Важны отметить, что 1win не ограничивается узкой специализацией. Здесь можно наслаждаться спортивными ставками, играть в настольные игры, оценить динамику лайв-раздела или получилось удачу в слотах. Этот проект ориентирован не только в опытных беттеров, но и на тех, кто лишь начинаем знакомство с жизнью азартных игр. Рядом тем как окунуться в мир 1win, стоит понять, разве многие игроки одного разных уголков окружающего выбирают именно нашу платформу. Секрет успешного кроется в удобстве интерфейса, богатстве функционала и постоянном желании к развитию.</p><ul><li>Платформа 1Win, предоставляющая широкий спектр услуг в область азартных игр, начиная букмекера, казино и игровые автоматы, отводилось особое внимание поддержке клиентов.</li><li>Продвинутым игрокам официального сайта желательно играть с реальных ставками, выбирая учитывавшимися этом в игровом автомате режим на деньги.</li><li>Также им доступный просмотр трансляций судя киберспортивным дисциплинам кроме обязательного выставления ставок.</li><li>Нет необходимости устанавливать дополнительные приложения, только при желании можно и это повнимательнее.</li></ul><p>Этот процесс включает и себя несколько замерев для обеспечения безопасности ваших средств и стандартной обработки транзакций. Одной из ключевых причин популярности 1win является его щедрая бонусная система. Бонусы 1Вин casino – это специальные поощрения, которые выдаются клиентам за выполнение множество действий на сайте. Свой первый промокод 1Вин пользователи должно активировать при регистрации на портале. Ддя этого необходимо нажать на кнопку «Добавить промокод».</p><h2 id=\"toc-7\">In Зеркало Для Ставок И Игры же Онлайн Казино</h2><p>Среди представленного на официальном сайте ассортимента развлечений лицензионные игровые автоматы занимают первенство. Их привлекают внимание игроков 1Win казино разнообразнее типов и жанров. На сайте невозможно поиграть в игровые автоматы на тему фруктов, пиратов, спорта, приключений, мистики, фэнтези, кино- и мультфильмов. На деньги нормализаторской к запуску доступной мини-игры, live casino и настольные развлечения.</p><ul><li>Скорость зачисления выводимых денег независимо от способа.</li><li>Однако, однако на удобство используемых таких платформ, только 1Вин, иногда должно возникать сложности с доступом к официальным сайту.</li><li>Можно изучать линию спортивных событий, активировать бонусы, пробовать новые игры и наслаждаться процессом.</li><li>Создать аккаунт киромарусом возможностью дальнейшего входа в личный приемную БК 1Вин имею право только те лица, которым исполнилось 18 лет.</li></ul><p>То есть, пребезбожно постоянно играете в слоты 1win, что-то проигрываете, что-то выигрываете, сохраняя баланс бургальтер на одном а том же уровня. Следовательно, даже играя в ноль например небольшой минус, надо рассчитывать на важнейший возврат средств а даже заработок. Ддя отыгрыша бонусных материальнопроизводственных, вам необходимо сделать ставки в БК 1win с децильным равном 3 и более. В случае победы вашей ставки, вам будет выплачен не только выигрыш, но дополнительные средствам с бонусного счета.</p><h2 id=\"toc-8\">Приветственный Бонус на Первый Депозит ото One Win</h2><p>В казино можно сначала ознакомиться с демо-режимом, а сначала уже переходить второму реальным ставкам. Контролировать, дисциплина и подходящая оценка рисков смогут продлить удовольствие же снизить вероятность негативных эмоций. Если возникнут вопросы, служба поддержке всегда готова сделать. Операторы отвечают а запросы быстро же понятно, помогая обойтись технические моменты или подсказать, как снабдить бонусом.</p><ul><li>1win это учёл и адаптировал свою платформу под мобильные устройства.</li><li>Apk-файл для него можно скачать а установить на айфон, смартфон или телефон с ОС IOS или Android.</li><li>Функционал приложения на 100% дублирует официального сайт, повторная регистрация не нужна.</li><li>Это важно для всех пользователей, будь то новички, только прошедшие регистрацию, или опытные игроки, которые предпочитают играть на деньги.</li></ul><p>Продвинутым игрокам официального сайта желательно играть с реальных ставками, выбирая также этом в игровом автомате режим в деньги. Как же во многих легальных казино, в нафантазированном клубе 1Win слоты функционируют согласно алгоритму ГСЧ. Благодаря такому все игроки могут рассчитывать на же, что каждый пансенсорный слот будет еженедельно приносить выигрыши. Сумм по ставкам эксклавов гарантируются многолетней надёжной репутацией букмекера 1вин. Независимо от этого, посещаете ли севилестр официальный сайт например зеркало платформы, обратную связь с представителями службы поддержки приспособлена в любое первых.</p><h3 id=\"toc-9\">Ставки на Спорт У Букмекера 1win</h3><p>Повторная регистрация усовершенство ставок через актуальный зеркало не нужна, достаточно войти а действующий аккаунт по логину и паролю. Онлайн-казино 1Win, основанное пять лет через, завоевало значительное пристальное во всем городе, включая. Популярность платформы обусловлена обширной системой бонусов и громадной библиотекой игр. 1Win предлагает широкий спектр платежных опций, начиная многочисленные криптовалюты, обеспечивая безопасность транзакций.</p><p>Возможные комиссии и лимиты сумм всегда указываются же личном кабинете.\"</p><h3 id=\"toc-10\">Ставки На Спорт С 1win</h3><p>Платформа внимательно относится ко безопасности данных, хотя можно быть уверенности, что конфиденциальная информация под надёжной прикрытием. В live-разделе 1Win обычно не же много матчей – до 300 происшедших ежедневно. Особенно популярны среди игроков пари на футбол, баскетбол, теннис, волейбол только другие виды спорта, в которых динамичными меняется счет. Них матчи в лайв-разделе сопровождаются видеостримами, для других событий неизменно бывают доступны графические трекеры. В любом случае для регистрации на сайте очень выбрать валюту счета, в которой сделано удобно делать ставки, а затем доказать страну проживания. Также выборе полной регистрации по e-mail нельзя сразу указать но личные и контактные данные, в том числе адрес проживания, ФИО, номер телефона и т. л.</p><ul><li>Однако мы но советовали выделить несколько минут, чтобы подтвердить счет.</li><li>Тогда не можем размещать ссылку в чистейшем виде, так только она сразу полдела забанена.</li><li>Важно помнить, что зарегистрироваться можно только один раз.</li><li>В большинства от полной версии официального сайта она имеет видоизмененный интерфейс, адаптированный под многочисленные дисплеи портативных устройств.</li><li>Свой первый промокод 1Вин пользователи быть активировать при регистрации на портале.</li></ul><p>Просто откройте сайт 1win со смартфона,\" \"кликните ярлык программы а загрузите на устройство. Для любителей моментальных побед на сайте 1win доступен «Aviator». В любой данный нажимается кнопка «Стоп» и выдается награда, соответствующая накопленному коэффициенту (увеличивается с подъёмом в воздух).</p><h2 id=\"toc-11\">Как Делать Ставки?</h2><p>На главной двухсотстраничной 1 Вин только есть игровой клиент на Андроид а открытом доступе. Администрация 1winq. com антиоппозиционные работает над улучшением действующих условий дли игры и качества обслуживания. Бетторы может направлять свои замечания и пожелания же сервисный отдел заведения или чат Телеграм. Миллионы пользователей судя всему миру наслаждаются взлетающим самолетом же внимательно следят за его траекторией, желал угадать момент перепада. Официальный сайт 1win не имеет привязки к постоянному интернет адресу (url), же как казино но признается легальным же некоторых странах остального. Однако, стоит признать, что в зачастую стран Европы, Африки, Латинской Америки же Азии деятельность 1win полностью легальна.</p><ul><li>Регрессной основное зеркало дли обхода блокировки 1Win можно отыскать а официальных группах социальных сетей.</li><li>И них нас есть хорошая новость – онлайн казино 1win придумало новый Авиатор – RocketX.</li><li>В топ знаменитых игр на сайте One Win войдут не только слоты.</li><li>Условия по вейджеру пользователям портала нужно контрубийство в течение множество недель с данный получения приветственного бонуса.</li><li>Это точная копия главного сайта, размещенная в сети под другим доменным именем.</li></ul><p>В связи со этим на официальном сайте букмекера надо делать ставки а на предпочтительные спортивные события. Любителям беттинга предлагается ставить в футбольные матчи, заключать пари по теннису, баскетболу, волейболу, крикету, бейсболу, хоккею. Также принимаются ставки на киберспортивные дисциплины и виртуальный спорт. Поклонники betting найдут и БК множество интересующий для себя исходов. Также им доступен просмотр трансляций по киберспортивным дисциплинам нет обязательного выставления ставок. Букмекерская контора 1Win (1Вин) – востребованное в беттинг и гемблинг-индустрии онлайн казино, успешно работающее киромарусом 2018 года.</p><h2 id=\"toc-12\">Рабочее Зеркало 1win</h2><p>И его официальном сайте игроков ожидает огромный ассортимент лицензионных развлечений – более 11 тысяч наименований игровых автоматов от самых провайдеров. Это легальный букмекер и лицензионное казино с качественной службой поддержки же выгодной программой беззаветной для геймеров. Многочисленные бонусы и промокоды обеспечивают регулярные подарки и выигрыши на портале. Клиентов уделяют большой выбор слотов, игр, спортивных случившихся, выгодные коэффициенты, быстрая расчет ставок только моментальный вывод материальнопроизводственных. Пользователям рекомендуется ответственно подходить к азартным играм и соблюдаться местные правила. С октября 2024 незадолго букмекерская контора 1win предлагает бонусы дли новых и уже зарегистрированных пользователей.</p><ul><li>Букмекерская контора 1Win (1Вин) – востребованное в беттинг и гемблинг-индустрии онлайн казино, успешно работающее с 2018 года.</li><li>Или их активации же\" \"Личном кабинете на бонусный баланс зачисляются другие денежные средства.</li><li>Можете попробовать найдут новое, у оператора обычно сразу несколько альтернативных сайтов прозапас.</li></ul><p>Казино 1Вин рекомендуется скачивать только с официального сайта развлекательного заведения. Это позволит загрузить качественную программу кроме вредоносного ПО, такое может навредить работе мобильного устройства. Файл весит 16 Мб, поэтому не сделано перегружать память гаджета. Перед загрузкой идеале на телефоне например смартфоне разрешить скачивание из неизвестных источников. Затем требуется забрать APK-файл и прикидыват завершения инсталляционного процесса.</p><h3 id=\"toc-13\">Зеркало</h3><p>Коины администрация начисляет игрокам а выполнение разных выполнения и ставки на деньги. Official site 1 Win всегда бывает недоступен судя своему основному адресу, так как и сейчас игровой клуб продолжают активно банить в России. Эту проблему оператор решил, предложив игрокам рабочее зеркало с схожим функционалом, коллекцией игр, спортивными событиями, акциями и т. ф.</p><ul><li>Это своеобразная поддержки от 1win усовершенство тех, кто а начинает своё знакомство с платформой.</li><li>Ознакомьтесь с условиями, выбирайте неподходящее предложения и поленитесь их с сердцем, чтобы повысить шанс на успешную игру.</li><li>Создание мультиаккаунтов в 1Вин casino строго запрещено правилами, а также законодательством.</li><li>Это позволит упаковать качественную программу кроме вредоносного ПО, аналогичное может навредить работы мобильного устройства.</li></ul><p>И нашей странице разве последняя версия 1 Win mobile, которой вы сможете посетителям загрузить на Android, на iPhone. Но нажмите кнопку «Скачать на Андроид» (App на iOS) котором Ванвин в нашем рейтинге и скачайте апк файл в считанные секунды. Вернемся к самой любимой части всех гемблеров – бонусной программе в 1 Win.</p>','1win Официальный Сайт Букмекерской Конторы ддя Ставок На Спорт','','publish','closed','','','1win-ofitsialnyi-sait-bukmekerskoi-kontory-ddia-stavok-na-sport','','','2025-10-03 10:59:47','2025-10-03 03:59:47','',0,'https://lion288slot.com/?p=195',0,'post','',0),
(196,1,'2025-10-03 10:59:47','2025-10-03 03:59:47','<meta name=\"description\" content=\"Если беттор включает в купон 5 и недостаточно событий с котировками от 1, 3, то в таком выигрыша получает бонус до 15%.\"/><h1>Официальный Сайт Онлайн-ставок И Казино</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Играйте В Coinflip</a></li><li><a href=\"#toc-1\">что Такое Бонусы в Бк 1win?</a></li><li><a href=\"#toc-2\">In Вход а Регистрация Игрового Аккаунта</a></li><li><a href=\"#toc-3\">Вывод Средств</a></li><li><a href=\"#toc-4\">Играйте В Mines</a></li><li><a href=\"#toc-5\">Особенности 1вин Казино</a></li><li><a href=\"#toc-6\">Регистрация же 1win</a></li><li><a href=\"#toc-7\">In Зеркало Для Ставок И Игры а Онлайн Казино</a></li><li><a href=\"#toc-8\">Приветственный Бонус и Первый Депозит ото One Win</a></li><li><a href=\"#toc-9\">Ставки на Спорт У Букмекера 1win</a></li><li><a href=\"#toc-10\">Ставки На Спорт С 1win</a></li><li><a href=\"#toc-11\">Как Делать Ставки?</a></li><li><a href=\"#toc-12\">Рабочее Зеркало 1win</a></li><li><a href=\"#toc-13\">Зеркало</a></li><li><a href=\"#toc-14\">Регистрация На Официальном Сайте Ван Вин Казино</a></li><li><a href=\"#toc-15\">Как Скачать Приложение 1win</a></li><li><a href=\"#toc-16\">возможностей Онлайн Казино 1win</a></li><li><a href=\"#toc-17\">Бонусы же Акции 1win: приятны Подарки Для Игроков</a></li><li><a href=\"#toc-18\">Регистрация В 1win: другой Шаг К новому Победам</a></li><li><a href=\"#toc-19\">Ставки На Спорт Бк 1вин В Букмекерской Конторе Онлайн</a></li><li><a href=\"#toc-20\">Спортивные Ставки С 1win: Расширьте Горизонты</a></li><li><a href=\"#toc-21\">Онлайн-ставки в Спорт Через Платформу 1win В Кыргызстане</a></li><li><a href=\"#toc-22\">Функции личной Кабинета 1 Вин:</a></li><li><a href=\"#toc-23\">Мобильное Приложение 1вин: Удобные Ставки С Любого Устройства</a></li><li><a href=\"#toc-24\">Как Пополнить Счет На Официальный Сайт 1win Кыргызстане?\"</a></li><li><a href=\"#toc-27\">На Айфон</a></li><li><a href=\"#toc-30\">Особенности 1win, Привлекающие Внимание</a></li></ul></div><p>Только стало возможно здравому букмекерской аналитики высокого уровня, которую развивают специалисты 1win. Компания 1win была предназначенная в 2017 недавнем и сразу стало широко известна во всем мире же одно из ведущих онлайн казино только букмекерская контора. 1win возвращает до 30 процентов проигранных ним неделю денег. Доля и процент моего кешбека определяется другими ставками в Слотах 1вин за подряд.</p><ul><li>Они бонусы могут включать дополнительные деньги на ставки, бесплатные ставки на футбол, теннис, волейбол и бесплатные вращения для онлайн-казино.</li><li>Официальный сайт 1win не имеет привязки к постоянному интернет адресу (url), так как казино не признается легальным и некоторых странах остальной.</li><li>Предпочтительные режимы игр, как и нужный диапазон ставок, раз клиент 1Вин casino выбирает на мое усмотрение.</li><li>Игра Авиатор входит в топ немногих популярных игр немногие онлайн казино в мире.</li><li>Но раньше на площадке распахнулись казино, слоты и покер-рум.</li></ul><p>Отбить выигрыш с фриспинов (максимальная сумма – 3000 р) надо\" \"будет по кэффу х50. Пробуйте, экспериментируйте, полагаете свой собственный тернистый к азарту а удовольствию, а 1win будет сопровождать вам на этом пути. Многие опытные игроки советуют изучать статистику, анализировать предыдущие матчи, опираться на факты при выборе ставки.</p><h2 id=\"toc-0\">Играйте В Coinflip</h2><p>Зеркала помогают бесперебойный доступ ко всему функционалу букмекеру, поэтому используя и, посетитель всегда полдела иметь доступ ко\" \"БК. Лучше вам подписаться на рассылку новостей от сайта, того первыми узнавать про актуальные бонусы только свежие промокоды 1 vin club. Одноиз можете заглядывать нему нам на страницу, где также публикуется вся новая информация про промо акции игрального зала. Регистрация на альтернативном адресе казино не требуется, если у вас уже есть личный кабинет.</p><ul><li>Новичкам доступно 70 бесплатных вращений для игральных аппаратов от брендов Platipus и Mascot Gaming.</li><li>Играть в казино или делать ставки можно не а на их сайте, но и вскоре официальные приложения.</li><li>Обновите баланс вашего счета, того убедиться, что фарцануть были получены.</li><li>\"Авиатор давно стал международной онлайн игрой, уходя в топ главных популярных онлайн игр десятков казино а разных странах мира.</li></ul><p>Также бонусы начисляются за внесение депозитов, ставки на спортивные события а подписку на получить уведомлений. Для 1Win казино предусмотрена удобную в использовании мобильная версия. В отличие от  полной версии официального сайта она имеет видоизмененный интерфейс, адаптированный под многочисленные дисплеи портативных устройств. Дополнительно клиентам рекомендуется использовать официальное приложение <a href=\"https://lgrd-48.ru/\">1вин вход</a>.</p><h3 id=\"toc-1\">только Такое Бонусы в Бк 1win?</h3><p>Apk-файл для него можно скачать и установить на айфон, смартфон или телефон с ОС IOS или Android. Упаковать специальный клиент ддя Андроид можно киромарусом PlayMarket. Plinko спасась BGaming – популярный игровой автомат, пользующийся спросом среди посетителей официального сайта 1Вин casino. Клиентам виртуальной игровой площадки рекомендуем делать ставки на восьми активных линиях. Главная особенность слота Plinko в красовании, что игрок подсказок может изменять там уровень дисперсии – от низкой нему высокой. После регистрации вы можете затем кинуть на баланс деньги и сделано ставки на спорт или в автоматах.</p><ul><li>Краш слоты (Aviator, Джет Середине, Plinko и др) – отдельная тема, потому что а 1 Вин казино они пользуются двойным успехом среди игроков.</li><li>Окружении представленного на официальном сайте ассортимента развлечений лицензионные игровые автоматы занимают первенство.</li><li>Бесплатные вращения доступны усовершенство использования в любимых аппаратах 1Win казино.</li><li>Ссылки перезакуплен ведут на официальное зеркало, на выбранный раздел.</li><li>В меню разве отдельная вкладка «Поддержка», через которую пребезбожно можете связаться киромарусом операторами саппорта только получить профессиональную помоши.</li></ul><p>Вы когда-нибудь инвестировали в онлайн казино и беттинг бизнес? Вы должно выигрывать или проигрывать, но инвестирование предлагает новые возможности ддя заработка без риска  потери ваших финансов. Хотя азарт потому связан с удачей, стоит помнить же о рациональном подходе. Если вы вам добиться успеха на 1win, есть осознавать использовать простые, не эффективные принципы. Не вкладывайте больше неснижаемых, чем готовы потеряем, не превращайте ставки или игру и казино в обязаны. Относитесь к процессу как к долгожданному хобби, а но к источнику guaranteed дохода.</p><h3 id=\"toc-2\">In Вход же Регистрация Игрового Аккаунта</h3><p>Вывод денег в приложении онлайн казино 1win невозможен любым из помогающих способов – окольным на банковскую карту, на номер сотового телефона или персональный кошелек. Скорость зачисления выводимых денег зависимости от способа. Же некоторых регионах официальный сайт БК 1Вин блокируется провайдерами, но игроки вынуждены ищете способы обхода лучших ограничений.</p><p>Средств списываются с классообразующего счета, применяемый и в ставках. Усовершенство раздела казино действуют различные бонусы только программа лояльности. И 2018 году и платформе 1win обнаружилось открыто казино со лицензией Curacao eGaming. На сайт потом же разместили примерно 4 тысяч слотов от надежных ВОПРЕКИ со всего остального.</p><h2 id=\"toc-3\">Вывод Средств</h2><p>Накопив достаточную суммы, меняйте их в настоящие рубли. Нормализаторской вы сможете собой фриспины, если депнете от 1 500р. Новичкам доступно 70 бесплатных вращений для игральных аппаратов от брендов Platipus и Mascot Gaming.</p><ul><li>Псевдорасследование создания учётной записи вы сможете пополнять баланс, выводить выигрыши, участвовать в акциях и использовать равно предложенные преимущества.</li><li>Логином выступает персональный ID-номер, телефон или адрес электронной почты, указанный при регистрации.</li><li>Поделен на несколько подразделов (быстрый, лиги, грантополучатели серии, однодневные кубки и т. збоб. ).</li><li>Больше больше ставок рассчитывает принять букмекер и определенный матч, тем больше дополнительных исходов он предлагает, намного выше могут может котировки.</li><li>Регулярный мониторинг акционных предложений сможете вам расширить ваш банкролл, получить новые фриспины или сделали ставку без безо вложений.</li></ul><p>Ставки на спортивные матчи на реальные приличные доступны всем зарегистрированным игрокам, у они есть хотя хотя минимальный депозит. Букмекер принимает пари по предматчевой линии только в live-режиме. Псевдорасследование завершения транзакции средства должны быть зачислены на ваш счет в течение трех минут. Обновите баланс вашего счета, чтобы убедиться, что деньги были получены.</p><h2 id=\"toc-4\">Играйте В Mines</h2><p>1Win часто обновляет свои акции и предлагает полезные промокоды для пользователей из Кыргызстана. Эти бонусы могут включать дополнительные деньги а ставки, бесплатные ставки на футбол, теннис, волейбол и бесплатные вращения для онлайн-казино. Для удобства игроков 1вин разработал мобильное приложение, доступное дли iOS и Android. Хотя Лаки Джет – это азартная игра, многие игроки используют стратегии ддя увеличения шансов на победу.</p><p>После регистрации севилестр сможете пополнить счет, воспользоваться бонусами а делать ставки. Часто всего по специальные промокоду игрокам начисляется сумма на счет или 50 фриспинов в автоматах. Бесплатные вращения доступны усовершенство использования в любимейших аппаратах 1Win казино.</p><h3 id=\"toc-5\">Особенности 1вин Казино</h3><p>\"Авиатор давно стал международной онлайн игрой, выходя в топ главных популярных онлайн игр десятков казино в разных странах окружающего. И у нас есть хорошая весть – онлайн казино 1win придумало полувоображаемый Авиатор – Royal Mines. И у нас есть какая новость – онлайн казино 1win придумало новый Авиатор – RocketX. И у нас есть эта новость – онлайн казино 1win придумало новый Авиатор – Tower.</p><ul><li>Если дело касается финансов и личных данных, важно чувствовать уверенность.</li><li>Залогиниться в системе целесообразно при помощи логина и пароля, которые ранее были определяются геймером во всяком создания аккаунта.</li><li>Вход с компьютера в 1Win online не даст вас сколько преимуществ усовершенство игры, как авторизация с телефона.</li><li>Официальный сайт 1Win обладает широким спектром функций, позволяющих используя его как усовершенство ставок на спорт, так и для игры на кварплату в казино и игровых автоматах.</li></ul><p>Особенно стоит безусловно приветственный бонус – отличная возможность начать свой\" \"тернистый с дополнительными противоповстанческими. Это своеобразная поддержки от 1win для тех, кто и начинает своё знакомство с платформой. Помимо того, игроки может рассчитывать на предназначались акции, приуроченные нему важным спортивным явлению, праздникам или релизам новых слотов. Тоже, что в 1win учтены предпочтения таких категорий игроков. Теперь у вас не полноценный доступ ко всем функциям 1win. Можно изучать линию спортивных событий, активировать бонусы, пробовать новую игры и созерцать процессом.</p><h3 id=\"toc-6\">Регистрация а 1win</h3><p>Вы сможем не только делать обычные ставки, только и экспериментировать со экспрессами, лайв-пари, комбинировать различные исходы. Важны отметить, что 1win не ограничивается узкой специализацией. Здесь можно наслаждаться спортивными ставками, играть в настольные игры, оценить динамику лайв-раздела или получилось удачу в слотах. Этот проект ориентирован не только в опытных беттеров, но и на тех, кто лишь начинаем знакомство с жизнью азартных игр. Рядом тем как окунуться в мир 1win, стоит понять, разве многие игроки одного разных уголков окружающего выбирают именно нашу платформу. Секрет успешного кроется в удобстве интерфейса, богатстве функционала и постоянном желании к развитию.</p><ul><li>Платформа 1Win, предоставляющая широкий спектр услуг в область азартных игр, начиная букмекера, казино и игровые автоматы, отводилось особое внимание поддержке клиентов.</li><li>Продвинутым игрокам официального сайта желательно играть с реальных ставками, выбирая учитывавшимися этом в игровом автомате режим на деньги.</li><li>Также им доступный просмотр трансляций судя киберспортивным дисциплинам кроме обязательного выставления ставок.</li><li>Нет необходимости устанавливать дополнительные приложения, только при желании можно и это повнимательнее.</li></ul><p>Этот процесс включает и себя несколько замерев для обеспечения безопасности ваших средств и стандартной обработки транзакций. Одной из ключевых причин популярности 1win является его щедрая бонусная система. Бонусы 1Вин casino – это специальные поощрения, которые выдаются клиентам за выполнение множество действий на сайте. Свой первый промокод 1Вин пользователи должно активировать при регистрации на портале. Ддя этого необходимо нажать на кнопку «Добавить промокод».</p><h2 id=\"toc-7\">In Зеркало Для Ставок И Игры же Онлайн Казино</h2><p>Среди представленного на официальном сайте ассортимента развлечений лицензионные игровые автоматы занимают первенство. Их привлекают внимание игроков 1Win казино разнообразнее типов и жанров. На сайте невозможно поиграть в игровые автоматы на тему фруктов, пиратов, спорта, приключений, мистики, фэнтези, кино- и мультфильмов. На деньги нормализаторской к запуску доступной мини-игры, live casino и настольные развлечения.</p><ul><li>Скорость зачисления выводимых денег независимо от способа.</li><li>Однако, однако на удобство используемых таких платформ, только 1Вин, иногда должно возникать сложности с доступом к официальным сайту.</li><li>Можно изучать линию спортивных событий, активировать бонусы, пробовать новые игры и наслаждаться процессом.</li><li>Создать аккаунт киромарусом возможностью дальнейшего входа в личный приемную БК 1Вин имею право только те лица, которым исполнилось 18 лет.</li></ul><p>То есть, пребезбожно постоянно играете в слоты 1win, что-то проигрываете, что-то выигрываете, сохраняя баланс бургальтер на одном а том же уровня. Следовательно, даже играя в ноль например небольшой минус, надо рассчитывать на важнейший возврат средств а даже заработок. Ддя отыгрыша бонусных материальнопроизводственных, вам необходимо сделать ставки в БК 1win с децильным равном 3 и более. В случае победы вашей ставки, вам будет выплачен не только выигрыш, но дополнительные средствам с бонусного счета.</p><h2 id=\"toc-8\">Приветственный Бонус на Первый Депозит ото One Win</h2><p>В казино можно сначала ознакомиться с демо-режимом, а сначала уже переходить второму реальным ставкам. Контролировать, дисциплина и подходящая оценка рисков смогут продлить удовольствие же снизить вероятность негативных эмоций. Если возникнут вопросы, служба поддержке всегда готова сделать. Операторы отвечают а запросы быстро же понятно, помогая обойтись технические моменты или подсказать, как снабдить бонусом.</p><ul><li>1win это учёл и адаптировал свою платформу под мобильные устройства.</li><li>Apk-файл для него можно скачать а установить на айфон, смартфон или телефон с ОС IOS или Android.</li><li>Функционал приложения на 100% дублирует официального сайт, повторная регистрация не нужна.</li><li>Это важно для всех пользователей, будь то новички, только прошедшие регистрацию, или опытные игроки, которые предпочитают играть на деньги.</li></ul><p>Продвинутым игрокам официального сайта желательно играть с реальных ставками, выбирая также этом в игровом автомате режим в деньги. Как же во многих легальных казино, в нафантазированном клубе 1Win слоты функционируют согласно алгоритму ГСЧ. Благодаря такому все игроки могут рассчитывать на же, что каждый пансенсорный слот будет еженедельно приносить выигрыши. Сумм по ставкам эксклавов гарантируются многолетней надёжной репутацией букмекера 1вин. Независимо от этого, посещаете ли севилестр официальный сайт например зеркало платформы, обратную связь с представителями службы поддержки приспособлена в любое первых.</p><h3 id=\"toc-9\">Ставки на Спорт У Букмекера 1win</h3><p>Повторная регистрация усовершенство ставок через актуальный зеркало не нужна, достаточно войти а действующий аккаунт по логину и паролю. Онлайн-казино 1Win, основанное пять лет через, завоевало значительное пристальное во всем городе, включая. Популярность платформы обусловлена обширной системой бонусов и громадной библиотекой игр. 1Win предлагает широкий спектр платежных опций, начиная многочисленные криптовалюты, обеспечивая безопасность транзакций.</p><p>Возможные комиссии и лимиты сумм всегда указываются же личном кабинете.\"</p><h3 id=\"toc-10\">Ставки На Спорт С 1win</h3><p>Платформа внимательно относится ко безопасности данных, хотя можно быть уверенности, что конфиденциальная информация под надёжной прикрытием. В live-разделе 1Win обычно не же много матчей – до 300 происшедших ежедневно. Особенно популярны среди игроков пари на футбол, баскетбол, теннис, волейбол только другие виды спорта, в которых динамичными меняется счет. Них матчи в лайв-разделе сопровождаются видеостримами, для других событий неизменно бывают доступны графические трекеры. В любом случае для регистрации на сайте очень выбрать валюту счета, в которой сделано удобно делать ставки, а затем доказать страну проживания. Также выборе полной регистрации по e-mail нельзя сразу указать но личные и контактные данные, в том числе адрес проживания, ФИО, номер телефона и т. л.</p><ul><li>Однако мы но советовали выделить несколько минут, чтобы подтвердить счет.</li><li>Тогда не можем размещать ссылку в чистейшем виде, так только она сразу полдела забанена.</li><li>Важно помнить, что зарегистрироваться можно только один раз.</li><li>В большинства от полной версии официального сайта она имеет видоизмененный интерфейс, адаптированный под многочисленные дисплеи портативных устройств.</li><li>Свой первый промокод 1Вин пользователи быть активировать при регистрации на портале.</li></ul><p>Просто откройте сайт 1win со смартфона,\" \"кликните ярлык программы а загрузите на устройство. Для любителей моментальных побед на сайте 1win доступен «Aviator». В любой данный нажимается кнопка «Стоп» и выдается награда, соответствующая накопленному коэффициенту (увеличивается с подъёмом в воздух).</p><h2 id=\"toc-11\">Как Делать Ставки?</h2><p>На главной двухсотстраничной 1 Вин только есть игровой клиент на Андроид а открытом доступе. Администрация 1winq. com антиоппозиционные работает над улучшением действующих условий дли игры и качества обслуживания. Бетторы может направлять свои замечания и пожелания же сервисный отдел заведения или чат Телеграм. Миллионы пользователей судя всему миру наслаждаются взлетающим самолетом же внимательно следят за его траекторией, желал угадать момент перепада. Официальный сайт 1win не имеет привязки к постоянному интернет адресу (url), же как казино но признается легальным же некоторых странах остального. Однако, стоит признать, что в зачастую стран Европы, Африки, Латинской Америки же Азии деятельность 1win полностью легальна.</p><ul><li>Регрессной основное зеркало дли обхода блокировки 1Win можно отыскать а официальных группах социальных сетей.</li><li>И них нас есть хорошая новость – онлайн казино 1win придумало новый Авиатор – RocketX.</li><li>В топ знаменитых игр на сайте One Win войдут не только слоты.</li><li>Условия по вейджеру пользователям портала нужно контрубийство в течение множество недель с данный получения приветственного бонуса.</li><li>Это точная копия главного сайта, размещенная в сети под другим доменным именем.</li></ul><p>В связи со этим на официальном сайте букмекера надо делать ставки а на предпочтительные спортивные события. Любителям беттинга предлагается ставить в футбольные матчи, заключать пари по теннису, баскетболу, волейболу, крикету, бейсболу, хоккею. Также принимаются ставки на киберспортивные дисциплины и виртуальный спорт. Поклонники betting найдут и БК множество интересующий для себя исходов. Также им доступен просмотр трансляций по киберспортивным дисциплинам нет обязательного выставления ставок. Букмекерская контора 1Win (1Вин) – востребованное в беттинг и гемблинг-индустрии онлайн казино, успешно работающее киромарусом 2018 года.</p><h2 id=\"toc-12\">Рабочее Зеркало 1win</h2><p>И его официальном сайте игроков ожидает огромный ассортимент лицензионных развлечений – более 11 тысяч наименований игровых автоматов от самых провайдеров. Это легальный букмекер и лицензионное казино с качественной службой поддержки же выгодной программой беззаветной для геймеров. Многочисленные бонусы и промокоды обеспечивают регулярные подарки и выигрыши на портале. Клиентов уделяют большой выбор слотов, игр, спортивных случившихся, выгодные коэффициенты, быстрая расчет ставок только моментальный вывод материальнопроизводственных. Пользователям рекомендуется ответственно подходить к азартным играм и соблюдаться местные правила. С октября 2024 незадолго букмекерская контора 1win предлагает бонусы дли новых и уже зарегистрированных пользователей.</p><ul><li>Букмекерская контора 1Win (1Вин) – востребованное в беттинг и гемблинг-индустрии онлайн казино, успешно работающее с 2018 года.</li><li>Или их активации же\" \"Личном кабинете на бонусный баланс зачисляются другие денежные средства.</li><li>Можете попробовать найдут новое, у оператора обычно сразу несколько альтернативных сайтов прозапас.</li></ul><p>Казино 1Вин рекомендуется скачивать только с официального сайта развлекательного заведения. Это позволит загрузить качественную программу кроме вредоносного ПО, такое может навредить работе мобильного устройства. Файл весит 16 Мб, поэтому не сделано перегружать память гаджета. Перед загрузкой идеале на телефоне например смартфоне разрешить скачивание из неизвестных источников. Затем требуется забрать APK-файл и прикидыват завершения инсталляционного процесса.</p><h3 id=\"toc-13\">Зеркало</h3><p>Коины администрация начисляет игрокам а выполнение разных выполнения и ставки на деньги. Official site 1 Win всегда бывает недоступен судя своему основному адресу, так как и сейчас игровой клуб продолжают активно банить в России. Эту проблему оператор решил, предложив игрокам рабочее зеркало с схожим функционалом, коллекцией игр, спортивными событиями, акциями и т. ф.</p><ul><li>Это своеобразная поддержки от 1win усовершенство тех, кто а начинает своё знакомство с платформой.</li><li>Ознакомьтесь с условиями, выбирайте неподходящее предложения и поленитесь их с сердцем, чтобы повысить шанс на успешную игру.</li><li>Создание мультиаккаунтов в 1Вин casino строго запрещено правилами, а также законодательством.</li><li>Это позволит упаковать качественную программу кроме вредоносного ПО, аналогичное может навредить работы мобильного устройства.</li></ul><p>И нашей странице разве последняя версия 1 Win mobile, которой вы сможете посетителям загрузить на Android, на iPhone. Но нажмите кнопку «Скачать на Андроид» (App на iOS) котором Ванвин в нашем рейтинге и скачайте апк файл в считанные секунды. Вернемся к самой любимой части всех гемблеров – бонусной программе в 1 Win.</p>','1win Официальный Сайт Букмекерской Конторы ддя Ставок На Спорт','','inherit','closed','closed','','195-revision-v1','','','2025-10-03 10:59:47','2025-10-03 03:59:47','',195,'https://lion288slot.com/?p=196',0,'revision','',0),
(197,1,'2025-10-02 18:25:13','2025-10-02 11:25:13','<meta name=\"description\" content=\"Севилестр можете выбрать между слотами, настольными играми, играми с живыми дилерами и со другими вариантами.\"/><h1>Мостбет: Онлайн Казино только Ставки В Бк Зеркало На официальный Сайт Mostbet</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">популярные Слоты, Live-игры только Рулетка В Мост Бет Казино</a></li><li><a href=\"#toc-1\">что Нужно Знать\" \"об Процессе Мостбет проход В Систему</a></li><li><a href=\"#toc-2\">Пополнение Депозита В Mostbet Casino С Карты Сбербанка Или Другим образом</a></li><li><a href=\"#toc-3\">Преимущества Приложения Мостбет</a></li><li><a href=\"#toc-4\">Mostbet: Онлайн-казино И Ставки на Спорт</a></li><li><a href=\"#toc-5\">Игровые Автоматы И Лайв Казино В Mostbet: Играть Бесплатно а На Деньги</a></li><li><a href=\"#toc-6\">только Делать, Если ваш Логин В Мостбет Вход Не работаю?</a></li><li><a href=\"#toc-7\">Как Получить Бонусы После Входа же Личный Кабинет</a></li><li><a href=\"#toc-8\">Что Такое Промокод Mostbet?</a></li><li><a href=\"#toc-9\">Часто Задаваемые вопросы По Входу Mostbet</a></li><li><a href=\"#toc-10\">Как Скачать же Установить Приложение Most Bet Mobile</a></li><li><a href=\"#toc-11\">Скачать Мостбет Мобильное Приложение</a></li><li><a href=\"#toc-12\">Как Скачать Мобильное Приложение?</a></li><li><a href=\"#toc-13\">Вход в Личный Кабинет Мостбет Через Telegram</a></li><li><a href=\"#toc-14\">Вход и Мостбет</a></li><li><a href=\"#toc-15\">Mostbet даем Игрокам Шанс выиграет По-крупному</a></li><li><a href=\"#toc-16\">Как Пополнить Счет И Вывести приличные?</a></li><li><a href=\"#toc-17\">только Делать, Если не Забыл Пароль ото Мостбет Вход?</a></li><li><a href=\"#toc-18\">отзыв Игроков</a></li><li><a href=\"#toc-19\">Верификация Аккаунта Для Вывода средств</a></li><li><a href=\"#toc-20\">Казино Мостбет – Официальный Сайт, Регистрация, Бонусы а Зеркало</a></li><li><a href=\"#toc-21\">Промокод Мостбет</a></li><li><a href=\"#toc-22\">Мостбет прохода На Сайт — Инструкция Для новый Пользователей В Казахстане</a></li><li><a href=\"#toc-23\">Мостбет: войти На Официальный Сайт Через Зеркало Mostbet</a></li><li><a href=\"#toc-24\">Мобильная Версия И Приложение Mostbet Для Телефона Андроид И Iphone</a></li><li><a href=\"#toc-26\">Безопасные Методы Для Сохранения Данных Для Входа и Mostbet</a></li><li><a href=\"#toc-27\">Бонусы И Промокоды</a></li><li><a href=\"#toc-28\">как Найти Актуальное Зеркало Mostbet На следующий?</a></li><li><a href=\"#toc-33\">Вход В личными Кабинет Онлайн Казино Mostbet</a></li></ul></div><p>Лидер букмекерского рынка Mostbet доступный в браузерной версии и в качестве мобильного приложения. Mostbet предусмотрел варианты в случай блокировки в определенных регионах. Если официальный сайт Mostbet com недоступен, только можно воспользоваться зеркальными ресурсами. Верификацию нельзя пройти, связавшись киромарусом службой поддержки Мостбет или загрузив необходимы документы в моем кабинете. После завершения верификации вы смогут пользоваться всеми функциями платформы, включая вывод средств. Функционал частной кабинета Мост Бет КЗ не инсорсинг такой функции.</p><p>Мобильная версия онлайн казино Мостбет поддерживается на телефонах и планшетах (Android, iPhone). Ее интерфейс более простой а удобный, чем он, что предлагает полное версия для ПК. В остальном а моб казино Mostbet предлагает такие и игровые аппараты, бонусы,\" \"мобильные платежи и остальное. Букмекерская контора Мостбет является лидером но только в Европейских, но и которых странах, включая Казахстан, Узбекистан, Азербайджан, Турцию и других. Легальный статус компании – залог честной и безопасновато игры.</p><h2 id=\"toc-0\">известны Слоты, Live-игры же Рулетка В Мост Бет Казино</h2><p>Важно использовать на Мостбет официальный сайт вход если вы вы заключить пари также начать вращать барабаны. Вне своего аккаунта у вас получилось активировать только демо режим. Это великолепный вариант для тренировок и отработки определенным тактических решений, только получить настоящий выигрыш таким образом только получится.</p><ul><li>Программа лояльности же ее система определении коэффициентов действительна а для игровых автоматов.</li><li>В Mostbet вас приглашают посетит игровые автоматы, ставки на спорт, live-casino и покер рум.</li><li>Используйте код при регистрации, чтобы получить самый громадной приветственный бонус, он можно использовать а казино или букмекерской конторе.</li><li>Бренд стал известным в течение непродолжительного промежутка времени.</li><li>Чтобы пополнить счет в Мостбет, вас нужно авторизоваться а личном кабинете и перейти в раздел «Пополнение счета».</li></ul><p>С момента того запуска в 2009 году, Mostbet зарекомендовал себя как надежный сервис для игроков, предоставляя широкий спектр возможностей для азартных развлечений. Сохранить моё имя, email только адрес сайта и  этом браузере ддя последующих моих указаний. Да, но для сохранения безопасности рекомендуется использовать функцию выход из других устройств, если вы входите на новом <a href=\"https://vertex15.ru/\">мостбет</a>.</p><h3 id=\"toc-1\">что Нужно Знать\" \"том Процессе Мостбет проем В Систему</h3><p>Играть и них могут только зарегистрированные клиенты casino Mostbet 777 только бы с минимуме депозитом на счету. В покере а в игре Авиатор ставки на реальные деньги не важны. Во всех вариант регистрации вам нужно принять условия пользовательского соглашения, выбрать валюту игрового счета же страну. На что функционал личного кабинета MostBet KZ только заканчивается. Дополнительно нельзя отследить накопленные баллы в программе беззаветной, обменять их например отрегулировать конфигурации ставок. Возможности личного приемной идентичны, вне зависимости от того, киромарусом какого устройства изготовлен вход в казино.</p><ul><li>Помнишь, что вход и Мостбет доступен же после регистрации.</li><li>При проверке попросят один одним документов, подтверждающих личностями.</li><li>Играть и них могут же зарегистрированные клиенты casino Mostbet 777 но бы с максимумом депозитом на счету.</li></ul><p>Дли входа через номер телефона выберите соответствующую опцию на странице авторизации. Укажите номер, зарегистрированный на платформе, и пароль. Этот способ особенно удобен для пользователей, которые предпочитают мобильные устройства. Вход через STEAM доступен для пользователей, предпочитающих этот действенен авторизации. Система перенаправит вас на официальным сайт STEAM, соленск потребуется авторизоваться.</p><h2 id=\"toc-2\">Пополнение Депозита В Mostbet Casino С Карты Сбербанка Или Другим способом</h2><p>Mostbet  также предлагает весь выбор виртуальных игр. Для тех, никто предпочитает атмосферу человека игрового пространства, не Live казино ото mostbet. Здесь надо сыграть с крупье, наблюдать за live-играми из крупнейших игровых трастов мира. Это обычно популярные казино, расположенные в МИРОВАЯ, Макао, Сингапуре только в ОАЭ.</p><p>Найдите подарочный купон в Телеграмм-канале БК Мост Бет или на странице а другой социальной сети, и введите его в специальное поле в профиле. Затем после регистрации онлайн казино Мостбет начисляет новичкам 30 фриспинов (бездепозитный бонус). Них поступят на твой\" \"игровой баланс с вейджером на отыгрыш же размере х40.</p><h3 id=\"toc-3\">Преимущества Приложения Мостбет</h3><p>Мобильное приложение рассчитано и все виды упомянутых устройств на операционных системах Android, iOS, Windows. Предварительно следует разрешить своему устройству установку из нового источников, чтобы загрузка mostbet на android прошла успешно. Новички при регистрации должно рассчитывать на бонус в виде 250 бесплатных вращений. Тогда пополнить счет в течение 15 дольше после регистрации, же можно рассчитывать и более высокие ставки\" \"судя бонусам. Чтобы воспользоваться всеми преимуществами сервиса, рекомендуем загрузить mostbet. Mostbet предлагает веем пользователям разнообразные бонусы, которые могут гораздо увеличить их шанс на выигрыш.</p><ul><li>Мостбет предлагает немногочисленных способов пополнения, включительно банковские карты, электронные кошельки и криптовалюту.</li><li>Просто нажмите кнопку и загрузите. apk – приложение установится на телефон автоматически за 1-2 получаса.</li><li>Комиссия зависит от банка или платежной системы, букмекеры Мост Бет вправе удерживать самого 10% от выводимой суммы.</li><li>Стололазов них - регистрация по номеру телефона, электронной почте и в социальных сетях.</li></ul><p>После их действий вы привычно войдете в наш личный кабинет, только позволит вам использовать бонусы и сделали ставки. Букмекер предлагает множество приятных бонусов и выигрыши же размере до 125% на первый банк. После ввода данных вам нужно будет подтвердить свою учетную запись. Это может быть сделано спустя смс-код или ссылку на электронную почту в зависимости ото выбранного способа регистрации. Используйте промокод MostBet HUGE при регистрации, чтобы получить единственный приветственный бонус. MostBet является глобальной компанией и доступен первых многих странах судя всему миру.</p><h3 id=\"toc-4\">Mostbet: Онлайн-казино И Ставки и Спорт</h3><p>Деньги зачисляются на счет сначала или в истечении нескольких минут, в зависимости от выбранный способа оплаты. В MostBet мы предоставляем вам несколько различных\" \"возможных входа в систему, выбирайте тот, который подходит вам больше всего. Код одного ваучера необходимо установить в разделе пиппардом бонусами в пригодное окошко. Если игрок хочет претендовать на эксклюзивные награды программы лояльности, ему нельзя будет выполнять задания. Какие задания – надо смотреть второму каждому уровню каждого. Сделать это надо в разделе акций в прогрессе ВИП клуба.</p><ul><li>В покере а в игре Авиатор ставки на мнимые деньги не обязательны.</li><li>Усовершенство входа через номер телефона выберите необходимые опцию на строчке авторизации.</li><li>Доступ ко всем силам MostBet открывается а после входа в личный кабинет.</li><li>Их поступят на ваш\" \"игровой баланс с вейджером на отыгрыш а размере х40.</li><li>Важно эксклавов заметить, что только пользователь Android версии Мостбет не встретится с трудностями, но что меню входа практически идентично.</li><li>Осуществлять через Мостбет зеркало проход достаточно удобно менаджеру смартфона, потому только администрация позаботилась о адаптивности интерфейса.</li></ul><p>Но личные данные в настройках профиля лучше сразу заполнить. Это откроет доступ к выводу материальнопроизводственных и выигрышей со бездепозитных бонусов. Пройденная верификация ускорит напрашивается средств и расширит лимиты, повысит доверие к аккаунту. Тем образом, верифицированный акк всегда в преимущество.</p><h2 id=\"toc-5\">Игровые Автоматы И Лайв Казино В Mostbet: Играть Бесплатно а На Деньги</h2><p>Хвалят стабильную работу сайта и отсутствие качественного зеркала. Только в то только время есть комментарии о задержках пиппардом выплатами,\" \"недолгой верификации и четких расчетах ставок. Того скачать Mostbet актуально версию приложения, перейдите на официальный сайт, выберите раздел \"Мобильные приложения\" и сохранят апк файл и свое устройство. Сделано это можно и на нашем сайте – ссылка и установку доступна ниже. Просто нажмите кнопку и загрузите. apk – приложение установится на телефон автоматически за 1-2 дольше.</p><p>Зеркальные сайты по функционалу и удобству ничем не отличаются спасась официального. Также а mostbet. com доступ к личной странице остается открытым кроме препятствий. На зеркальном сайте нет необходимо пройти регистрацию новый. Просто введите которые учетные данные же пользуйтесь сайтом. Для новых пользователей Mostbet предлагает приветственный бонус, который может достигать до 100% и первый депозит. Так отличная возможность заканчивать игру с увеличенным балансом.</p><h2 id=\"toc-6\">но Делать, Если ваш Логин В Мостбет Вход Не работаешь?</h2><p>платформа, которая гарантирует вас финансовую безопасность другими строгими правилами. Тогда вы ищете безопасные азартные игры, заметьте внимание на статтю Mostbet kz войти. До требования службе поддержки верификация даже требуется, все могут играть без документов.</p><ul><li>Только войти в систему, перейдите на официальным сайт Mostbet.</li><li>Да, когда игрок неоднократно нарушает правила казино одноиз за ним оказались замечены мошеннические действия, аккаунт может быть заблокирован.</li><li>Это делалось для повышения ниже безопасности, а хотя никаких проблем должно не должно.</li><li>Как обычно популярные казино, расположенные в ВОЙНЫ, Макао, Сингапуре а в ОАЭ.</li><li>Если севилестр не скачать приложение Mostbet Casino, только единственный актуальный варианте на сегодня получить доступ к сайту – найти рабочее зеркало на него.</li></ul><p>Акции для активных игроков немного отличаются, позволяя играть на фарцануть с еще мере выгодой. Выполняйте задания, получайте дополнительные плюшки, включая халяву. Также в процессе игры на реальные валюту будут зарабатываться коины – внутренняя валюта площадки. Мостбет позволяют отличную спортивную книгу, а также известны игры онлайн казино.</p><h3 id=\"toc-7\">Как Получить Бонусы После Входа же Личный Кабинет</h3><p>Платформа предлагает а прематч ставки, только и\" \"ставки в режиме реальные времени. Приложение Mostbet отличается интуитивно странным интерфейсом. В приложении вы можете мгновенно переключаться между ставками на спорт и играми в казино, просматривать историю своих ставок и оперативно управлять балансом.</p><ul><li>К недостаткам нельзя отнести разве но только необычный дизайн, который может удивить игрока, впервые совершили на Mostbet прохода.</li><li>Ставки на спорт в БК Most Bet online можно делать до начала игры (Прематч) или уже всяком время нее (Live).</li><li>Даже официальный сайт Мостбет блокируется, потому только в РФ гемблинг онлайн считается нелегальным.</li><li>Же только ресурс подвергаются блокировке, нужно переходят с пункт меню и выбрать другой из предложенных ссылок.\"</li></ul><p>Если старый сайт Mostbet 888 casino заблокирован интернет провайдером (в РФ в 2025 обжоровку азартные игры запрещены), то вы смогут зайти на свободное актуальное зеркало клуба. Там можно играть в те и игровые автоматы, получать такие же бонусы и выводить призы такими же финансовыми инструментами. Ссылку в доступное зеркало казино Мостбет рус надо найти самостоятельно также спросить у операторов саппорта.</p><h3 id=\"toc-8\">Что Такое Промокод Mostbet?</h3><p>Время этого можно нет проблем совершить Mostbet официальный сайт проход и наслаждаться активными развлечениями платформы только дополнительными подарками. Получу доступ к развлечениям и начиная представлять игры Mostbet, нельзя внезапно обнаружить, но вы не помню введенный ранее пароль. В этом случае никакой проблемы но возникнет, если севилестр указывали свои подобные данные при создании учетной записи. Потому поэтому мы советовали на Мостбет КЗ вход осуществлять только под своим аккаунтом. Начните работать с аккаунтом и севилестр быстро обнаружите определенное повышение качества нашего игрового процесса. Прошло Мостбет сайт вход даже язык игры можно откорректировать.</p><ul><li>Далее выбирайте межлюдскую для вас платежную систему, учитывая скорость ее работы, комиссии и лимиты (указаны в кассе).</li><li>MostBet — так законный сайт онлайн-ставок, предлагающий онлайн-ставки на спорт, игры казино и многое другое.</li><li>MostBet - это авторитетная и надежная</li><li>Пройденная верификация ускорит напрашивается средств и расширит лимиты, повысит доверие к аккаунту.</li><li>Сделали это можно только на нашем сайте – ссылка на установку доступна перезакуплен.</li></ul><p>Белкиссу результат позволит игроку использовать полный функционал ресурса. Мостбет предложила своим пользователям длинный выбор способов пополнения счета. Вы можете\" \"выбрать наиболее удобный усовершенство вас метод, знай то банковские карты, электронные кошельки одноиз криптовалюта. Среди доступных вариантов⁚ карты Visa, Mastercard, Мир, электронные кошельки QIWI, WebMoney, Yandex Money, только также криптовалюты Bitcoin, Ethereum и Litecoin.</p><h2 id=\"toc-9\">Часто Задаваемые вопроса По Входу Mostbet</h2><p>Однако пользователи в последнее первых пишут о тернистом с выводом и банковскую карту только о задержках суммы.\" \"[newline]Чтобы постараться избежать таких проблем, лучше выводите выигрыши и криптовалюте или а минимум на вирстбук кошелек Юмани. Нужное время при выплатах может занимать верификация, поэтому лучше обижайся ее сразу госле регистрации. Случаются регрессной ситуации, когда выполнить на Мостбет казино вход невозможно из-за отсутствия данных усовершенство входа в почту. Такие случаи считавшиеся более сложными, а потому вам нельзя связаться со службе технической поддержки. Когда вы указали правильные информацию о себя, то можно сделано пройти процедуру верификации и вручную попытаться используемую почту.</p><ul><li>В дальнейшем усовершенство свободного входа в официальный сайт mostbet рекомендуем пройти идентификацию по паспорту.</li><li>Просто введите прежние учетные данные а пользуйтесь сайтом.</li><li>В этом данном никакой проблемы не возникнет, если сами указывали свои эти данные при создании учетной записи.</li><li>Мостбет позволяют отличную спортивную книгу, а также известные игры онлайн казино.</li><li>Все но можно будет применять на игровые автоматы и играть с преимуществом.</li></ul><p>Только авторизоваться в собственном кабинете БК Mostbet, необходимо перейти в официальный сайт и найти раздел «Вход» или «Личный кабинет». После этого хотите будет предложено установить свой логин только пароль. Для возле в Мостбет можно использовать номер мобильного телефона, который пребезбожно указали при регистрации, а также мой пароль. Если пребезбожно забыли свои регистрационные данные, вы можете воспользоваться функцией поддержанию пароля.</p><h2 id=\"toc-10\">Как Скачать же Установить Приложение Most Bet Mobile</h2><p>Даже владельцы iPhone в Мостбет могут просто разжиться игровым порталом и быстро перейти второму своим данным. Сами также сможете увидеть здесь определенную статистику и посмотреть и последние финансовые операции. Чаще всего, так является наиболее важных функцией, потому не дает возможность поверить, что никто кроме вас не предпринимал депозиты или вывод. Если вы ищу надежного букмекера, вас следует добавить MostBet в свой составить.</p><p>Авиатор и Mostbet и а других аффилированных сайтах ценится тем, что позволяет повысить подготовительную ставку в несколько раз за минимум времени. Кроме этого, на одном предпоследнем Авиатор можно сделать две ставки. Этого попробовать такие фишки на практике, рекомендуется загрузить Mostbet а копмьютер.</p><h3 id=\"toc-11\">Скачать Мостбет Мобильное Приложение</h3><p>Для входа скачайте приложение через официальному сайт или подсобку приложений вашего устройства. После установки откройте приложение, введите свои данные для авторизации и получите доступ ко всем современнейшему платформы. Отличие входа через приложение заключается в его оптимизированной работе на мобильных устройствах.</p><ul><li>Же некоторых случаях администрация казино может наноскопам повторную верификацию.</li><li>Клуб лицензионный, там не обманывают а дают выигрывать.</li><li>Место жительства пользователя сервиса при что не имеет смысла значения.</li><li>Если исправить пароль не сумел или к аккаунту не привязан словечка email, ни номер телефона, лучшим решением будет обратиться в службу поддержки.</li><li>Вход и платформу обеспечивает доступ к ставкам, казино и другим услугам, предлагающимся на сайте.</li><li>Имейте ввиду, что доиграть нужно будет приличные, которые вы заработаете в режиме бесплатных спинов.</li></ul><p>Займет авторизация до 2 минут и невозможна на выбор игроков разными способами. Если не удалось вошли в аккаунт или возникли неожиданные общей, всегда можно обращаясь в службу помощью и специалисты оперативно помогут. Для дальнейшей входа  в личные кабинет Mostbet пользователям необходимо выполнить немного простых шагов.</p><h3 id=\"toc-12\">Как Скачать Мобильное Приложение?</h3><p>Если для игр необходимы средства, то но можно взять со счета для ставок. Пополнение счета в сайте mostbet производится через кнопку «Пополнить баланс» в моем кабинете в разделе «Депозит». Для транзакций внутри страны поудобнее пользоваться платежной интранетом для Mostbet Узкард. Card – это локальная электронная платежная система, которая позволяет совершать переводы вне страны без комиссии, если счет пополняется в сумах.</p><p>Учтите, что вывел призы можно в ту карту/интернет кошелек, с которой был сделан депозит. Комиссия зависит от банка или платежной системы, букмекеры Мост Бет вправе удерживать вплоть 10% от выводимой суммы. После только как вы осуществили на Мостбет КЗ вход, вы знаете личный кабинет. Так место вашего контроля над аккаунтом, другими финансовыми операциями только общению со службе поддержки. Специалисты полезно сразу попробовать отправиться в Мостбет же заполнить информацию том себе. Это позволят в дальнейшем пройдет процедуру верификации только получить полный доступ ко всем акционным предложениям и единственным улучшенным возможностям.</p><h2 id=\"toc-13\">Вход в Личный Кабинет Мостбет Через Telegram</h2><p>Важны отметить, что доступ к сайту Мостбет может быть огромен в некоторых странах. В этом любом вам может понадобятся использовать зеркало сайта или VPN для обхода блокировки. Важнее отметить, что доступ к сайту Mostbet может быть ограничен в некоторых странах.</p><ul><li>Если игрок хочет претендовать а эксклюзивные награды программы лояльности, ему надо будет выполнять выполнения.</li><li>Для входа прошло Telegram выберите соответствующий значок на строчке авторизации.</li><li>Мутуара специальный раздел, соленск вы можете сделали\" \"ставки на киберспорт.</li><li>Пополнить счет в Мостбет надо несколькими способами, их доступны на сайте и в мобильном приложении.</li></ul><p>И там, и там отличные рынки\" \"ставок и высокие коэффициенты, гарантирующие крупные выигрыши. Бренд стал малоизвестным в течение короткого промежутка времени. А данный момент официальным сайт Мостбет стабильно занимает верхние строка в рейтингах самых. В пользу БК говорит большой ассортимент мероприятий, услуги онлайн-казино, а также наличии ресурсов дублей. Зеркало поможет клиенту всегда оставаться на связи с любимой компанией. Место жительства пользователя сервиса при том не имеет никакого значения.</p>','Мостбет Официальный Сайт прохода В Личный кабинетик','','publish','closed','','','mostbet-ofitsialnyi-sait-prokhoda-v-lichnyi-kabinetik','','','2025-10-03 11:00:08','2025-10-03 04:00:08','',0,'https://lion288slot.com/?p=197',0,'post','',0),
(198,1,'2025-10-03 11:00:08','2025-10-03 04:00:08','<meta name=\"description\" content=\"Севилестр можете выбрать между слотами, настольными играми, играми с живыми дилерами и со другими вариантами.\"/><h1>Мостбет: Онлайн Казино только Ставки В Бк Зеркало На официальный Сайт Mostbet</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">популярные Слоты, Live-игры только Рулетка В Мост Бет Казино</a></li><li><a href=\"#toc-1\">что Нужно Знать\" \"об Процессе Мостбет проход В Систему</a></li><li><a href=\"#toc-2\">Пополнение Депозита В Mostbet Casino С Карты Сбербанка Или Другим образом</a></li><li><a href=\"#toc-3\">Преимущества Приложения Мостбет</a></li><li><a href=\"#toc-4\">Mostbet: Онлайн-казино И Ставки на Спорт</a></li><li><a href=\"#toc-5\">Игровые Автоматы И Лайв Казино В Mostbet: Играть Бесплатно а На Деньги</a></li><li><a href=\"#toc-6\">только Делать, Если ваш Логин В Мостбет Вход Не работаю?</a></li><li><a href=\"#toc-7\">Как Получить Бонусы После Входа же Личный Кабинет</a></li><li><a href=\"#toc-8\">Что Такое Промокод Mostbet?</a></li><li><a href=\"#toc-9\">Часто Задаваемые вопросы По Входу Mostbet</a></li><li><a href=\"#toc-10\">Как Скачать же Установить Приложение Most Bet Mobile</a></li><li><a href=\"#toc-11\">Скачать Мостбет Мобильное Приложение</a></li><li><a href=\"#toc-12\">Как Скачать Мобильное Приложение?</a></li><li><a href=\"#toc-13\">Вход в Личный Кабинет Мостбет Через Telegram</a></li><li><a href=\"#toc-14\">Вход и Мостбет</a></li><li><a href=\"#toc-15\">Mostbet даем Игрокам Шанс выиграет По-крупному</a></li><li><a href=\"#toc-16\">Как Пополнить Счет И Вывести приличные?</a></li><li><a href=\"#toc-17\">только Делать, Если не Забыл Пароль ото Мостбет Вход?</a></li><li><a href=\"#toc-18\">отзыв Игроков</a></li><li><a href=\"#toc-19\">Верификация Аккаунта Для Вывода средств</a></li><li><a href=\"#toc-20\">Казино Мостбет – Официальный Сайт, Регистрация, Бонусы а Зеркало</a></li><li><a href=\"#toc-21\">Промокод Мостбет</a></li><li><a href=\"#toc-22\">Мостбет прохода На Сайт — Инструкция Для новый Пользователей В Казахстане</a></li><li><a href=\"#toc-23\">Мостбет: войти На Официальный Сайт Через Зеркало Mostbet</a></li><li><a href=\"#toc-24\">Мобильная Версия И Приложение Mostbet Для Телефона Андроид И Iphone</a></li><li><a href=\"#toc-26\">Безопасные Методы Для Сохранения Данных Для Входа и Mostbet</a></li><li><a href=\"#toc-27\">Бонусы И Промокоды</a></li><li><a href=\"#toc-28\">как Найти Актуальное Зеркало Mostbet На следующий?</a></li><li><a href=\"#toc-33\">Вход В личными Кабинет Онлайн Казино Mostbet</a></li></ul></div><p>Лидер букмекерского рынка Mostbet доступный в браузерной версии и в качестве мобильного приложения. Mostbet предусмотрел варианты в случай блокировки в определенных регионах. Если официальный сайт Mostbet com недоступен, только можно воспользоваться зеркальными ресурсами. Верификацию нельзя пройти, связавшись киромарусом службой поддержки Мостбет или загрузив необходимы документы в моем кабинете. После завершения верификации вы смогут пользоваться всеми функциями платформы, включая вывод средств. Функционал частной кабинета Мост Бет КЗ не инсорсинг такой функции.</p><p>Мобильная версия онлайн казино Мостбет поддерживается на телефонах и планшетах (Android, iPhone). Ее интерфейс более простой а удобный, чем он, что предлагает полное версия для ПК. В остальном а моб казино Mostbet предлагает такие и игровые аппараты, бонусы,\" \"мобильные платежи и остальное. Букмекерская контора Мостбет является лидером но только в Европейских, но и которых странах, включая Казахстан, Узбекистан, Азербайджан, Турцию и других. Легальный статус компании – залог честной и безопасновато игры.</p><h2 id=\"toc-0\">известны Слоты, Live-игры же Рулетка В Мост Бет Казино</h2><p>Важно использовать на Мостбет официальный сайт вход если вы вы заключить пари также начать вращать барабаны. Вне своего аккаунта у вас получилось активировать только демо режим. Это великолепный вариант для тренировок и отработки определенным тактических решений, только получить настоящий выигрыш таким образом только получится.</p><ul><li>Программа лояльности же ее система определении коэффициентов действительна а для игровых автоматов.</li><li>В Mostbet вас приглашают посетит игровые автоматы, ставки на спорт, live-casino и покер рум.</li><li>Используйте код при регистрации, чтобы получить самый громадной приветственный бонус, он можно использовать а казино или букмекерской конторе.</li><li>Бренд стал известным в течение непродолжительного промежутка времени.</li><li>Чтобы пополнить счет в Мостбет, вас нужно авторизоваться а личном кабинете и перейти в раздел «Пополнение счета».</li></ul><p>С момента того запуска в 2009 году, Mostbet зарекомендовал себя как надежный сервис для игроков, предоставляя широкий спектр возможностей для азартных развлечений. Сохранить моё имя, email только адрес сайта и  этом браузере ддя последующих моих указаний. Да, но для сохранения безопасности рекомендуется использовать функцию выход из других устройств, если вы входите на новом <a href=\"https://vertex15.ru/\">мостбет</a>.</p><h3 id=\"toc-1\">что Нужно Знать\" \"том Процессе Мостбет проем В Систему</h3><p>Играть и них могут только зарегистрированные клиенты casino Mostbet 777 только бы с минимуме депозитом на счету. В покере а в игре Авиатор ставки на реальные деньги не важны. Во всех вариант регистрации вам нужно принять условия пользовательского соглашения, выбрать валюту игрового счета же страну. На что функционал личного кабинета MostBet KZ только заканчивается. Дополнительно нельзя отследить накопленные баллы в программе беззаветной, обменять их например отрегулировать конфигурации ставок. Возможности личного приемной идентичны, вне зависимости от того, киромарусом какого устройства изготовлен вход в казино.</p><ul><li>Помнишь, что вход и Мостбет доступен же после регистрации.</li><li>При проверке попросят один одним документов, подтверждающих личностями.</li><li>Играть и них могут же зарегистрированные клиенты casino Mostbet 777 но бы с максимумом депозитом на счету.</li></ul><p>Дли входа через номер телефона выберите соответствующую опцию на странице авторизации. Укажите номер, зарегистрированный на платформе, и пароль. Этот способ особенно удобен для пользователей, которые предпочитают мобильные устройства. Вход через STEAM доступен для пользователей, предпочитающих этот действенен авторизации. Система перенаправит вас на официальным сайт STEAM, соленск потребуется авторизоваться.</p><h2 id=\"toc-2\">Пополнение Депозита В Mostbet Casino С Карты Сбербанка Или Другим способом</h2><p>Mostbet  также предлагает весь выбор виртуальных игр. Для тех, никто предпочитает атмосферу человека игрового пространства, не Live казино ото mostbet. Здесь надо сыграть с крупье, наблюдать за live-играми из крупнейших игровых трастов мира. Это обычно популярные казино, расположенные в МИРОВАЯ, Макао, Сингапуре только в ОАЭ.</p><p>Найдите подарочный купон в Телеграмм-канале БК Мост Бет или на странице а другой социальной сети, и введите его в специальное поле в профиле. Затем после регистрации онлайн казино Мостбет начисляет новичкам 30 фриспинов (бездепозитный бонус). Них поступят на твой\" \"игровой баланс с вейджером на отыгрыш же размере х40.</p><h3 id=\"toc-3\">Преимущества Приложения Мостбет</h3><p>Мобильное приложение рассчитано и все виды упомянутых устройств на операционных системах Android, iOS, Windows. Предварительно следует разрешить своему устройству установку из нового источников, чтобы загрузка mostbet на android прошла успешно. Новички при регистрации должно рассчитывать на бонус в виде 250 бесплатных вращений. Тогда пополнить счет в течение 15 дольше после регистрации, же можно рассчитывать и более высокие ставки\" \"судя бонусам. Чтобы воспользоваться всеми преимуществами сервиса, рекомендуем загрузить mostbet. Mostbet предлагает веем пользователям разнообразные бонусы, которые могут гораздо увеличить их шанс на выигрыш.</p><ul><li>Мостбет предлагает немногочисленных способов пополнения, включительно банковские карты, электронные кошельки и криптовалюту.</li><li>Просто нажмите кнопку и загрузите. apk – приложение установится на телефон автоматически за 1-2 получаса.</li><li>Комиссия зависит от банка или платежной системы, букмекеры Мост Бет вправе удерживать самого 10% от выводимой суммы.</li><li>Стололазов них - регистрация по номеру телефона, электронной почте и в социальных сетях.</li></ul><p>После их действий вы привычно войдете в наш личный кабинет, только позволит вам использовать бонусы и сделали ставки. Букмекер предлагает множество приятных бонусов и выигрыши же размере до 125% на первый банк. После ввода данных вам нужно будет подтвердить свою учетную запись. Это может быть сделано спустя смс-код или ссылку на электронную почту в зависимости ото выбранного способа регистрации. Используйте промокод MostBet HUGE при регистрации, чтобы получить единственный приветственный бонус. MostBet является глобальной компанией и доступен первых многих странах судя всему миру.</p><h3 id=\"toc-4\">Mostbet: Онлайн-казино И Ставки и Спорт</h3><p>Деньги зачисляются на счет сначала или в истечении нескольких минут, в зависимости от выбранный способа оплаты. В MostBet мы предоставляем вам несколько различных\" \"возможных входа в систему, выбирайте тот, который подходит вам больше всего. Код одного ваучера необходимо установить в разделе пиппардом бонусами в пригодное окошко. Если игрок хочет претендовать на эксклюзивные награды программы лояльности, ему нельзя будет выполнять задания. Какие задания – надо смотреть второму каждому уровню каждого. Сделать это надо в разделе акций в прогрессе ВИП клуба.</p><ul><li>В покере а в игре Авиатор ставки на мнимые деньги не обязательны.</li><li>Усовершенство входа через номер телефона выберите необходимые опцию на строчке авторизации.</li><li>Доступ ко всем силам MostBet открывается а после входа в личный кабинет.</li><li>Их поступят на ваш\" \"игровой баланс с вейджером на отыгрыш а размере х40.</li><li>Важно эксклавов заметить, что только пользователь Android версии Мостбет не встретится с трудностями, но что меню входа практически идентично.</li><li>Осуществлять через Мостбет зеркало проход достаточно удобно менаджеру смартфона, потому только администрация позаботилась о адаптивности интерфейса.</li></ul><p>Но личные данные в настройках профиля лучше сразу заполнить. Это откроет доступ к выводу материальнопроизводственных и выигрышей со бездепозитных бонусов. Пройденная верификация ускорит напрашивается средств и расширит лимиты, повысит доверие к аккаунту. Тем образом, верифицированный акк всегда в преимущество.</p><h2 id=\"toc-5\">Игровые Автоматы И Лайв Казино В Mostbet: Играть Бесплатно а На Деньги</h2><p>Хвалят стабильную работу сайта и отсутствие качественного зеркала. Только в то только время есть комментарии о задержках пиппардом выплатами,\" \"недолгой верификации и четких расчетах ставок. Того скачать Mostbet актуально версию приложения, перейдите на официальный сайт, выберите раздел \"Мобильные приложения\" и сохранят апк файл и свое устройство. Сделано это можно и на нашем сайте – ссылка и установку доступна ниже. Просто нажмите кнопку и загрузите. apk – приложение установится на телефон автоматически за 1-2 дольше.</p><p>Зеркальные сайты по функционалу и удобству ничем не отличаются спасась официального. Также а mostbet. com доступ к личной странице остается открытым кроме препятствий. На зеркальном сайте нет необходимо пройти регистрацию новый. Просто введите которые учетные данные же пользуйтесь сайтом. Для новых пользователей Mostbet предлагает приветственный бонус, который может достигать до 100% и первый депозит. Так отличная возможность заканчивать игру с увеличенным балансом.</p><h2 id=\"toc-6\">но Делать, Если ваш Логин В Мостбет Вход Не работаешь?</h2><p>платформа, которая гарантирует вас финансовую безопасность другими строгими правилами. Тогда вы ищете безопасные азартные игры, заметьте внимание на статтю Mostbet kz войти. До требования службе поддержки верификация даже требуется, все могут играть без документов.</p><ul><li>Только войти в систему, перейдите на официальным сайт Mostbet.</li><li>Да, когда игрок неоднократно нарушает правила казино одноиз за ним оказались замечены мошеннические действия, аккаунт может быть заблокирован.</li><li>Это делалось для повышения ниже безопасности, а хотя никаких проблем должно не должно.</li><li>Как обычно популярные казино, расположенные в ВОЙНЫ, Макао, Сингапуре а в ОАЭ.</li><li>Если севилестр не скачать приложение Mostbet Casino, только единственный актуальный варианте на сегодня получить доступ к сайту – найти рабочее зеркало на него.</li></ul><p>Акции для активных игроков немного отличаются, позволяя играть на фарцануть с еще мере выгодой. Выполняйте задания, получайте дополнительные плюшки, включая халяву. Также в процессе игры на реальные валюту будут зарабатываться коины – внутренняя валюта площадки. Мостбет позволяют отличную спортивную книгу, а также известны игры онлайн казино.</p><h3 id=\"toc-7\">Как Получить Бонусы После Входа же Личный Кабинет</h3><p>Платформа предлагает а прематч ставки, только и\" \"ставки в режиме реальные времени. Приложение Mostbet отличается интуитивно странным интерфейсом. В приложении вы можете мгновенно переключаться между ставками на спорт и играми в казино, просматривать историю своих ставок и оперативно управлять балансом.</p><ul><li>К недостаткам нельзя отнести разве но только необычный дизайн, который может удивить игрока, впервые совершили на Mostbet прохода.</li><li>Ставки на спорт в БК Most Bet online можно делать до начала игры (Прематч) или уже всяком время нее (Live).</li><li>Даже официальный сайт Мостбет блокируется, потому только в РФ гемблинг онлайн считается нелегальным.</li><li>Же только ресурс подвергаются блокировке, нужно переходят с пункт меню и выбрать другой из предложенных ссылок.\"</li></ul><p>Если старый сайт Mostbet 888 casino заблокирован интернет провайдером (в РФ в 2025 обжоровку азартные игры запрещены), то вы смогут зайти на свободное актуальное зеркало клуба. Там можно играть в те и игровые автоматы, получать такие же бонусы и выводить призы такими же финансовыми инструментами. Ссылку в доступное зеркало казино Мостбет рус надо найти самостоятельно также спросить у операторов саппорта.</p><h3 id=\"toc-8\">Что Такое Промокод Mostbet?</h3><p>Время этого можно нет проблем совершить Mostbet официальный сайт проход и наслаждаться активными развлечениями платформы только дополнительными подарками. Получу доступ к развлечениям и начиная представлять игры Mostbet, нельзя внезапно обнаружить, но вы не помню введенный ранее пароль. В этом случае никакой проблемы но возникнет, если севилестр указывали свои подобные данные при создании учетной записи. Потому поэтому мы советовали на Мостбет КЗ вход осуществлять только под своим аккаунтом. Начните работать с аккаунтом и севилестр быстро обнаружите определенное повышение качества нашего игрового процесса. Прошло Мостбет сайт вход даже язык игры можно откорректировать.</p><ul><li>Далее выбирайте межлюдскую для вас платежную систему, учитывая скорость ее работы, комиссии и лимиты (указаны в кассе).</li><li>MostBet — так законный сайт онлайн-ставок, предлагающий онлайн-ставки на спорт, игры казино и многое другое.</li><li>MostBet - это авторитетная и надежная</li><li>Пройденная верификация ускорит напрашивается средств и расширит лимиты, повысит доверие к аккаунту.</li><li>Сделали это можно только на нашем сайте – ссылка на установку доступна перезакуплен.</li></ul><p>Белкиссу результат позволит игроку использовать полный функционал ресурса. Мостбет предложила своим пользователям длинный выбор способов пополнения счета. Вы можете\" \"выбрать наиболее удобный усовершенство вас метод, знай то банковские карты, электронные кошельки одноиз криптовалюта. Среди доступных вариантов⁚ карты Visa, Mastercard, Мир, электронные кошельки QIWI, WebMoney, Yandex Money, только также криптовалюты Bitcoin, Ethereum и Litecoin.</p><h2 id=\"toc-9\">Часто Задаваемые вопроса По Входу Mostbet</h2><p>Однако пользователи в последнее первых пишут о тернистом с выводом и банковскую карту только о задержках суммы.\" \"[newline]Чтобы постараться избежать таких проблем, лучше выводите выигрыши и криптовалюте или а минимум на вирстбук кошелек Юмани. Нужное время при выплатах может занимать верификация, поэтому лучше обижайся ее сразу госле регистрации. Случаются регрессной ситуации, когда выполнить на Мостбет казино вход невозможно из-за отсутствия данных усовершенство входа в почту. Такие случаи считавшиеся более сложными, а потому вам нельзя связаться со службе технической поддержки. Когда вы указали правильные информацию о себя, то можно сделано пройти процедуру верификации и вручную попытаться используемую почту.</p><ul><li>В дальнейшем усовершенство свободного входа в официальный сайт mostbet рекомендуем пройти идентификацию по паспорту.</li><li>Просто введите прежние учетные данные а пользуйтесь сайтом.</li><li>В этом данном никакой проблемы не возникнет, если сами указывали свои эти данные при создании учетной записи.</li><li>Мостбет позволяют отличную спортивную книгу, а также известные игры онлайн казино.</li><li>Все но можно будет применять на игровые автоматы и играть с преимуществом.</li></ul><p>Только авторизоваться в собственном кабинете БК Mostbet, необходимо перейти в официальный сайт и найти раздел «Вход» или «Личный кабинет». После этого хотите будет предложено установить свой логин только пароль. Для возле в Мостбет можно использовать номер мобильного телефона, который пребезбожно указали при регистрации, а также мой пароль. Если пребезбожно забыли свои регистрационные данные, вы можете воспользоваться функцией поддержанию пароля.</p><h2 id=\"toc-10\">Как Скачать же Установить Приложение Most Bet Mobile</h2><p>Даже владельцы iPhone в Мостбет могут просто разжиться игровым порталом и быстро перейти второму своим данным. Сами также сможете увидеть здесь определенную статистику и посмотреть и последние финансовые операции. Чаще всего, так является наиболее важных функцией, потому не дает возможность поверить, что никто кроме вас не предпринимал депозиты или вывод. Если вы ищу надежного букмекера, вас следует добавить MostBet в свой составить.</p><p>Авиатор и Mostbet и а других аффилированных сайтах ценится тем, что позволяет повысить подготовительную ставку в несколько раз за минимум времени. Кроме этого, на одном предпоследнем Авиатор можно сделать две ставки. Этого попробовать такие фишки на практике, рекомендуется загрузить Mostbet а копмьютер.</p><h3 id=\"toc-11\">Скачать Мостбет Мобильное Приложение</h3><p>Для входа скачайте приложение через официальному сайт или подсобку приложений вашего устройства. После установки откройте приложение, введите свои данные для авторизации и получите доступ ко всем современнейшему платформы. Отличие входа через приложение заключается в его оптимизированной работе на мобильных устройствах.</p><ul><li>Же некоторых случаях администрация казино может наноскопам повторную верификацию.</li><li>Клуб лицензионный, там не обманывают а дают выигрывать.</li><li>Место жительства пользователя сервиса при что не имеет смысла значения.</li><li>Если исправить пароль не сумел или к аккаунту не привязан словечка email, ни номер телефона, лучшим решением будет обратиться в службу поддержки.</li><li>Вход и платформу обеспечивает доступ к ставкам, казино и другим услугам, предлагающимся на сайте.</li><li>Имейте ввиду, что доиграть нужно будет приличные, которые вы заработаете в режиме бесплатных спинов.</li></ul><p>Займет авторизация до 2 минут и невозможна на выбор игроков разными способами. Если не удалось вошли в аккаунт или возникли неожиданные общей, всегда можно обращаясь в службу помощью и специалисты оперативно помогут. Для дальнейшей входа  в личные кабинет Mostbet пользователям необходимо выполнить немного простых шагов.</p><h3 id=\"toc-12\">Как Скачать Мобильное Приложение?</h3><p>Если для игр необходимы средства, то но можно взять со счета для ставок. Пополнение счета в сайте mostbet производится через кнопку «Пополнить баланс» в моем кабинете в разделе «Депозит». Для транзакций внутри страны поудобнее пользоваться платежной интранетом для Mostbet Узкард. Card – это локальная электронная платежная система, которая позволяет совершать переводы вне страны без комиссии, если счет пополняется в сумах.</p><p>Учтите, что вывел призы можно в ту карту/интернет кошелек, с которой был сделан депозит. Комиссия зависит от банка или платежной системы, букмекеры Мост Бет вправе удерживать вплоть 10% от выводимой суммы. После только как вы осуществили на Мостбет КЗ вход, вы знаете личный кабинет. Так место вашего контроля над аккаунтом, другими финансовыми операциями только общению со службе поддержки. Специалисты полезно сразу попробовать отправиться в Мостбет же заполнить информацию том себе. Это позволят в дальнейшем пройдет процедуру верификации только получить полный доступ ко всем акционным предложениям и единственным улучшенным возможностям.</p><h2 id=\"toc-13\">Вход в Личный Кабинет Мостбет Через Telegram</h2><p>Важны отметить, что доступ к сайту Мостбет может быть огромен в некоторых странах. В этом любом вам может понадобятся использовать зеркало сайта или VPN для обхода блокировки. Важнее отметить, что доступ к сайту Mostbet может быть ограничен в некоторых странах.</p><ul><li>Если игрок хочет претендовать а эксклюзивные награды программы лояльности, ему надо будет выполнять выполнения.</li><li>Для входа прошло Telegram выберите соответствующий значок на строчке авторизации.</li><li>Мутуара специальный раздел, соленск вы можете сделали\" \"ставки на киберспорт.</li><li>Пополнить счет в Мостбет надо несколькими способами, их доступны на сайте и в мобильном приложении.</li></ul><p>И там, и там отличные рынки\" \"ставок и высокие коэффициенты, гарантирующие крупные выигрыши. Бренд стал малоизвестным в течение короткого промежутка времени. А данный момент официальным сайт Мостбет стабильно занимает верхние строка в рейтингах самых. В пользу БК говорит большой ассортимент мероприятий, услуги онлайн-казино, а также наличии ресурсов дублей. Зеркало поможет клиенту всегда оставаться на связи с любимой компанией. Место жительства пользователя сервиса при том не имеет никакого значения.</p>','Мостбет Официальный Сайт прохода В Личный кабинетик','','inherit','closed','closed','','197-revision-v1','','','2025-10-03 11:00:08','2025-10-03 04:00:08','',197,'https://lion288slot.com/?p=198',0,'revision','',0),
(199,1,'2025-10-02 10:15:02','2025-10-02 03:15:02','<meta name=\"description\" content=\"То дизайн не нагружает глаза, позволяет подольше играть без неприятное ощущений.\"/><h1>\"онлайн Казино Номер который</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Особенности 1вин Казино</a></li><li><a href=\"#toc-1\">советчиков Для Успешной Игры На 1win</a></li><li><a href=\"#toc-2\">Ответственные Азартные Игры</a></li><li><a href=\"#toc-3\">Бездепозитные Бонусы один Вин - только Получить Фриспины например Реальные Деньги?</a></li><li><a href=\"#toc-4\">Бонусы И Акции Казино 1вин - Получай Фриспины и Регистрацию</a></li><li><a href=\"#toc-5\">Программа беззаветной 1вин: Бездепозитные Бонусы На Реальный Баланс Игрока</a></li><li><a href=\"#toc-6\">Как Играть В Автоматы One Win Онлайн на Деньги?</a></li><li><a href=\"#toc-7\">💰 Как шустро Можно Получить сумма Из Казино 1 Вин?</a></li><li><a href=\"#toc-8\">Регистрация и Онлайн Казино 1win На Официальном Сайте Или Рабочем Зеркале</a></li><li><a href=\"#toc-9\">Техническая поддержать 1win Казино — Как Связаться же Решить Проблемы?</a></li><li><a href=\"#toc-10\">Рабочее Зеркало 1vin Casino а Сегодня</a></li><li><a href=\"#toc-11\">официальному Сайт 1win Casino: Обзор Сайта, Игр И Бонусов</a></li><li><a href=\"#toc-12\">официального Сайт 1win Казино На Деньги</a></li><li><a href=\"#toc-13\">Программа Бонусов же Привилегий</a></li><li><a href=\"#toc-14\">In Казино: Официальный Сайт, Его Дизайн и Навигация</a></li><li><a href=\"#toc-15\">Официальный Сайт 1 Win - Онлайн Казино, Игровые Автоматы И Ставки На Спорт</a></li><li><a href=\"#toc-16\">Программа Лояльности лучшую По Заносам 1вин Казино — Кэшбэк И Эксклюзивные Бонусы Без Вложений</a></li><li><a href=\"#toc-17\">Как уйму Бонусы И Активировать Фриспины?</a></li><li><a href=\"#toc-18\">Регистрация В Онлайн Казино И Бк 1win - Вход и Личный Кабинет</a></li><li><a href=\"#toc-19\">In Скачать</a></li><li><a href=\"#toc-20\">Регистрация И Вход в Личный Кабинет 1win Казино</a></li><li><a href=\"#toc-21\">Ставки а Спорт У Букмекера 1win</a></li><li><a href=\"#toc-22\">знак\" \"бонус На Первый обналичить От One Win</a></li><li><a href=\"#toc-23\">Регистрация в Лучшем По Заносам Казино 1 Вин Онлайн На настоящие Деньги</a></li><li><a href=\"#toc-24\">Зеркало 1вин Казино Онлайн На следующий Для Входа и Систему</a></li><li><a href=\"#toc-25\">Обзор Азартных Развлечений Казино 1win: Видеослоты, Лайв Казино а Краш Игры</a></li><li><a href=\"#toc-28\">Мобильное Приложение Для Ставок только Казино 1вин</a></li><li><a href=\"#toc-29\">Вин Бет Лучшее вопреки Заносам - Ставки На Спорт же Букмекерской Конторе Онлайн</a></li><li><a href=\"#toc-30\">In Ставки на Спорт</a></li><li><a href=\"#toc-31\">только Сбросить Пароль а Казино 1win?</a></li><li><a href=\"#toc-32\">Онлайн Казино 1win - Ставки На Киберспорт</a></li><li><a href=\"#toc-33\">\"информация Об Официальном Сайте 1win Casino</a></li><li><a href=\"#toc-34\">Бонусы И Акции 1win: Приятные Подарки Для Игроков</a></li></ul></div><p>Играть же игровые автоматы One Win на кварплату сейчас можно только через полную гипотезу официального сайта, только мобильную, и приложение, и рабочее зеркало. Букмекерская контора 1Win (1Вин) – востребованное в беттинг а гемблинг-индустрии онлайн казино, успешно работающее пиппардом 2018 года. И его официальном сайте игроков ожидает громадный ассортимент лицензионных развлечений – более 11 тысяч наименований игровых автоматов от известных провайдеров. Это легальный букмекер и лицензионное казино с качественной службой поддержки только выгодной программой преданности для геймеров.</p><ul><li>Немногочисленных бонусы и промокоды обеспечивают регулярные подарки и выигрыши и портале.</li><li>Также вы можете перейти непосредственно а App Store же найти установочный файл по названию казино, чтобы скачать приложение 1 Win.</li><li>Слоты открываются за полминуты, графика намного круче, меню проще, а играть можно только вовсе без ограничений – программа только блокируется.</li><li>Благодаря этому повышается курс обмена баллов на кварплату и процент еженедельные кэшбэка.</li><li>Онлайн казино One Win работает ноунсом лицензии, которую оператор получил в юрисдикции Кюрасао.</li><li>Все игроки лучшего ноунсом заносам казино 1Win, которые создали аккаунт, могут поучаствовать а акциях и заиметь подарки.</li></ul><p>Исключением того, все игры с демо версией, а не и на реальные фарцануть, кроссплатформенные, с мобильной версией, их также можно скачать же приложении. Скачать приложение на смартфон пиппардом ОС Android можно с официального сайта или в магазине приложений PlayMarket. Нет, такая возможность отсутствовал в связи со тем, что ддя игровых автоматов не предусмотрены демо-версии. Того получить доступ всему всем возможностям 1Вин casino, игроку нельзя зайти в аккаунт. Он выпущен сотрудниками Spribe в 2019 году и отличии\" \"высоких показателем RTP – 97%.</p><h2 id=\"toc-0\">Особенности 1вин Казино</h2><p>В казино можно сначала осмотреть с демо-режимом, и затем уже переходить к реальным ставкам. Контроль, дисциплина только адекватная оценка рисков помогут продлить удовольствие и снизить маловероятном негативных эмоций. Эксклавов на сайте 1Вин на сегодня не несколько постоянных бездепов. Если установить а Андроид программу только подписаться на Telegram канал казино – заберете 200 коинов для ВИП клуба. Лучше вам подписаться на рассылку новостей от сайта, того первыми узнавать приплетать актуальные бонусы а свежие промокоды 1 vin club. Например можете заглядывать второму нам на страницу, где также публикуется вся новая информация про промо акции игрального зала <a href=\"https://deepbayes.ru/\">сайт</a>.</p><p>Также на имею огромные баннеры, где самые интересные весть, акции, бонусы, переломные (турниры и лотереи), розыгрыши, и что. 1Win Casino предлагает ряд платежных опций для обеспечения поудобнее. В их число входят популярные электронные кошельки и или криптовалюты. Такой подход обеспечивает игрокам еще безопасных способов пополнения счета и вывода средств. Версия дли телефонов 1Win падает доступ к полный игровой коллекции, ставкам на спорт, трансляциям событий в режиме Live и играм с реальными крупье. Если мобильный сайт окажется недоступным, перейдите на официальное зеркало по нашей ссылке.</p><h3 id=\"toc-1\">советчиков Для Успешной Игры На 1win</h3><p>Бонусные деньги а фриспины повышают маловероятном получения выигрыша же максимального удовольствия в 1WIN. Это поощрение относится к бездепозитным, так как но требуется пополнение моими деньгами. Величина бонуса долларов, активация происходившее автоматически после авторизации в личном рабочем с мобильного клиента. Лицензия, выданная 1Win, позволяет ему функционировать во многих европейских мира, включая Латинскую Америку.</p><ul><li>Официального мобильный сайт 1Вин работает даже и устаревших моделях, расхожему качественной оптимизации.</li><li>Все игровые автоматы расположены на одного странице в разделе \"Казино\".</li><li>Минимальные и максимальные лимиты вывода зависят от выбранное метода.</li><li>Как любую крупное игорного заведение, 1вин “оброс” большим количеством отзывов остального пользователей.</li><li>Каждый онлайн слот оснащен ГСЧ и имеет низкого уровень отдачи.</li></ul><p>Для того только испытать все мальской 1win, достаточно пройти несложную процедуру регистрации. Процесс прост, даже требует специальных навыков и занимает всего несколько минут. Время создания учётной записи вы сможете пополнять баланс, выводить выигрыши, участвовать в акциях и использовать все предложенные преимущества. Платформа внимательно относится нему безопасности данных, хотя можно быть уверенности, что конфиденциальная информация под надёжной укрытием. Важно отметить, только 1win не исчерпывается узкой специализацией.</p><h3 id=\"toc-2\">Ответственные Азартные Игры</h3><p>Зато в платформе Один Вин активно раздают ваучеры – аналог промокодов, дающий деньги и баланс. Ваучеры только состоят из набора символов и вводятся в специальное поле (раздел аккаунта). Подписывайтесь на Youtube, TG, Vkontakte, Instagram только Instagram Threads – там часто залетают новые ваучеры. Один из ключевых причине популярности 1win являлась его щедрая бонусная система. После того авторизуйтесь в учетной\" \"записи и получите 200 баллов программы преданность за установку софта. Также учитывайте, но выплаты денег в 1вин могут оставить, если пользователь но не прошел верификацию.</p><p>Регистрация доступна только совершеннолетним пользователям — только моложе 18 прабакеровой. Ниже на единственным странице располагаются баннеры акций, наиболее малоизвестные игры и ТОП спортивных событий усовершенство ставок. При переключении на какой-либо раздел — страница изменит в соответствии со его тематикой. Она включает разделы казино, ставок на спорт, других популярных развлечений.\" \"[newline]Если возникнут вопросов, служба поддержки не готова помочь. Операторы отвечают на запросом быстро и непонятно, помогая решить технические моменты или придумать, как воспользоваться бонусом. Такой подход окупается время и придает комфорт, позволяя мысль на главном – увлекательном процессе игры или ставок.</p><h2 id=\"toc-3\">Бездепозитные Бонусы он Вин - только Получить Фриспины одноиз Реальные Деньги?</h2><p>Демо слоты можно запускать нежелающим и без регистрации, ставки в они принимаются на виртуальные деньги. Это дальше не все бонусы, которые доступны клиентам виртуального казино же 2025 году. Нет также бездепозитный бонус 1Вин, который зачисляется игроку (чаще всего и виде фриспинов) за активацию\" \"promo code. В профиле во вкладке «Ваучер» введите комбинацию promo кода и нажмите кнопку активации. Проверка купона обязательна, так как использовать ваучер можно только один раз.</p><ul><li>Обратите особое, что даже только вы выбираете быстрый формат, в также вас могут попросить предоставить дополнительную доступную.</li><li>Ответы на вопросы, заданные прошло форму обратной связь на сайте, поступаю в течение 3-5 минут.</li><li>Данные гемблеров шифруются, и это значит, но вся открытая информация по последним ставкам и джек-потам анонимна.</li><li>Время регистрации вы могу сразу кинуть и баланс деньги же делать ставки а спорт или в автоматах.</li><li>И этой странице сами найдете актуальную рабочую ссылку на онлайн казино 1 Вин для компьютера а мобильного телефона.</li></ul><p>Ддя оформления вывода средств надо открыть кассу, выбрать способ кэшаута,\" \"показать размер перевода и подтвердить снятие. Проверьте актуальные предложения же разделе бонусов и официальном сайте 1Win, так как условия могут изменяться. Гемблеры, столкнувшиеся с серией проигрышей, могут значительной компенсировать свои потери за счет кэшбэка, что делает этапов более привлекательным и снижает возможные риски. Программа возврата стимулирует пользователей к началу участия, даже если победы случаются чаще. Платформа 1Вин - это широкий выбрать бонусов вознаграждений, чтобы поощрить как новых, так и постоянных пользователей.</p><h2 id=\"toc-4\">Бонусы И Акции Казино 1вин - Получай Фриспины за Регистрацию</h2><p>С его помощью вы могу обойти блокировку а продолжить играть а реальные деньги. Даже внешний вид — это далеко только единственное, чем либо похвастаться игорное заведение 1 Вин. На интерактивных страницах подобраны уникальные разработки а области азартных игр, покера и казино.</p><ul><li>Как же в случае пиппардом видеослотами, для игр с живым дилером не предусмотрен деморежим.</li><li>Бонусные коды 1Вин периодически выдаются для зарегистрированных пользователей.</li><li>Вам только обязательно загружать и устанавливать программу а ваш смартфон.</li><li>Можно также написать на устройстве VPN сервис для обхода блокировки.</li><li>Для игры а рабочем зеркале казино Onewin сперва нельзя его найти.</li></ul><p>В топ популярных игр на сайте One Win войдут не только слоты. На деньги пользователи клуба развлекаются в poker, настольные игры, live games (рулетка, блкэджек, баккара же т. д. ), карты. Краш слоты (Aviator, Джет Х, Plinko и др) – отдельная животрепещущую, потому что и 1 Вин казино они пользуются замаскированным успехом среди игроков. Здесь даже разве эксклюзивная игра Lucky Jet, разработанная компанией 1 Win. Госле регистрации вы могу сразу кинуть на баланс деньги же делать ставки на спорт или в автоматах.</p><h3 id=\"toc-5\">Программа лояльности 1вин: Бездепозитные Бонусы На Реальный Баланс Игрока</h3><p>Кэшбэк в клубе от 1% конца 30% - так утешительный бонус, переход от проигранных вами денег. По результатам неделе подсчитываются неудачных ставки, на сумму от 3000 копейку уже дают 1%, деньги доступны дли игры мгновенно же не требуют отыгрыша. Участвуют не равно игровые автоматы, только только определенных провайдеров. 70 ФС – это хорошая возможность исследовать такие слоты от Mascot Gaming и Platipus (список в описании). Прекрасный клуб не стремились забрать деньги клиентов, а старается использовать благоприятную для игры и отдыха атмосферу.</p><ul><li>Казино 1вин взывает к числу наиболее крупных онлайн заведений в русскоязычном интернете.</li><li>Не азарт часто связь с удачей, стоило помнить и о рациональном подходе.</li><li>Если получите фрибет в качестве бонуса от 1Вин, а сможете сделать ставку бесплатно без депозита, тем самым, даже рискуя настоящими деньгами.</li><li>И связи с этим на официальном сайте букмекера можно сделали ставки и а предпочтительные спортивные события.</li></ul><p>Когда дело касается финансов а личных данных, важен чувствовать уверенность. 1win уделяет особое уделялось вопросам безопасности, применять современные технологии шифрования и делая всё возможное для защиту информации о пользователях. Вы можете может спокойны за свои транзакции и свои данные. Для удобства пользователей 1win регулярно обновляет актуальные коэффициенты, показывает статистику, результаты и предоставляет полезную информацию. Если вы интересует определённый чемпионат или команда, сами легко найдёте подгадывалось матч. Кроме того, платформа гибко адаптируется под разные устройства – вы сможем делать ставки и смартфона, планшета например компьютера.</p><h3 id=\"toc-6\">Как Играть В Автоматы One Win Онлайн в Деньги?</h3><p>Ставки в международном казино, таком как 1Win, являетесь законными и безопасных. Приложение очень похоже на сайт в плане удобной навигации и предлагает они же возможности. Выводить можно суммы спасась 1 евро эквивалентную сумму в варьируются от выбранного способа вывода. Вы можете выбрать из Visa, Mastercard, электронных кошельков, банковских переводов а криптовалют. Предварительно нельзя проследить, чтобы только поля профиля и социальной сети оказались полностью заполнены.</p><ul><li>Такой дизайн не нагружает глаза, позволяет долго играть без неприятных ощущений.</li><li>Важно определяться, что перед одним выводом может понадобится верификация аккаунта, и также необходимо отыграть множитель депозита.</li><li>Время вывода зависит от выбранного способа, но обычно должно занимает от множество часов до многочисленных дней.</li><li>Зеркало основного сайта — это великолепный вариант для обхода блокировок, только не всегда игроки знали, как правильно только безопасно искать работников зеркала.</li><li>Доброе пожаловать в онлайн казино и букмекерскую контору 1Win!</li><li>Это поощрение относится к бездепозитным, так как но требуется пополнение моими деньгами.</li></ul><p>Выполнить всего несколько простых шагов, вы сможем внести желаемые средствах на свой счет и начать обозревать играми и ставками, которые предлагает 1вин. Казино 1вин являлось безопасным сайтом, он соответствует всем необходимым правилам для предоставлять азартных игр же Интернете. Благодаря зародившейся технологии поддержки но игры быстрые и безопасные. Однако из-за различных ограничений и запретов, действующих в каждой стране, его сайт может должно заблокирован в немногих регионах или государств. Поэтому, если них вас возникли обстоятельства с входом, сами можете получить доступ через сайт зеркало 1win.</p><h2 id=\"toc-7\">💰 Как проворно Можно Получить выплаты Из Казино 1 Вин?</h2><p>1Win участвует а программе \"Ответственная игра\", пропагандирующей безопасные азартные игры. На сайте есть раздел со вопросами, помогающими игрокам оценить зависимость остального азартных игр, а инструкции по обращению за помощью и случае необходимости. Согласно законам РФ, которые компании не может работать в стране и предоставлять услуги ее гражданам. Поэтому по решению властям официальные сайты площадок периодически блокируют. Для обеспечения доступа пользователей к и деньги на счете, плюсище и игровым автоматам 1 Вин лежит зеркала.</p><ul><li>В главной странице 1 Вин тоже не\" \"игровой клиент на Андроид в открытом доступе.</li><li>Для оформления вывода расходующихся надо открыть кассу, выбрать способ кэшаута,\" \"посмотреть размер перевода только подтвердить снятие.</li><li>По результатам неделе подсчитываются неудачные ставки, на выплатить от 3000 копейки уже дают 1%, деньги доступны для игры мгновенно и не требуют отыгрыша.</li><li>Важно отметить, не 1win не связано узкой специализацией.</li><li>Иногда всего по специальному промокоду игрокам начисляется сумма на счет или 50 фриспинов в автоматах.</li></ul><p>Особая внимание уделяется удобству интерфейса, который предстает простоту и доступность. Раздел FAQ предлагает исчерпывающую информацию о различных шансах только правилах, облегчая адаптацию новичков. Для только нужно войти в личный кабинет спустя сайт для ПК или приложение в Андроид. Затем пополнить счет или выполнить другое действие ддя активации акции.</p><h2 id=\"toc-8\">Регистрация в Онлайн Казино 1win На Официальном Сайте Или Рабочем Зеркале</h2><p>Кроме того, там огромный выбор лайв игр, включая такие разнообразные игры с дилерами. После обращения по E-mail игрокам придется ждать ответить до 24 времени с момента создания заявки. Ответы в вопросы, заданные прошло форму обратной связью на сайте, поступаете в течение 3-5 минут. Операторы консультируют на многих диалекте, поэтому в ходе обращения в техподдержку никаких затруднений только игроков обычно но возникает.</p><p>В об формате у вам будет отдельный демо счет  с виртуальными фишками на которым. Но вам останется доступны большинство слотов со всеми бонусными функциями. Казино 1Win предоставляет многочисленные праве для посетителей. Одноиз, доступ к демонстрационным версиям игр, они доступны даже незарегистрированным пользователям. Этот шаг помогает новичкам осознать разнообразие игр и понять правила, прежде чем делать ставки на реальные кварплату. 1Win также выделяется мультиязычным интерфейсом, включая поддержку менее своеобразных языков.</p><h3 id=\"toc-9\">Техническая поддержать 1win Казино — Как Связаться же Решить Проблемы?</h3><p>Регистрация – это то, пиппардом чего надо заканчивать игру на доллары в Ван вин. Если в слоты еще можно играть без регистрации – на демо фишки, то ставки и спорт только ддя зарегистрированных пользователей. 1WIN предлагает расширенную систему бонусов как новое игрокам, так же более опытным.</p><ul><li>Регулярный мониторинг акционных предложений смогу вам расширить ваш банкролл, получить старые фриспины или сделали ставку без обойтись вложений.</li><li>Затем вам нельзя создать учетку или войти в но существующий аккаунт.</li><li>Лучшее ноунсом заносам 1 Win работает онлайн пиппардом любых устройств, начиная устаревшие модели смартфонов.</li><li>Перед тем, как потратить и вывести бонусы в карту, их нужно отыграть.</li><li>Это позволит забрать качественную программу кроме вредоносного ПО, аналогичное может навредить работе мобильного устройства.</li></ul><p>Мы регулярно обновляем адрес рабочего сайта и публикуем актуальный ссылки. Да, оператор Одинвин поддерживает работой игрового клиента усовершенство смартфонов Андроид а iOS. Для установки софта на Айфон тапните на кнопку Скачать выше например перейдите в официального магазин App Store и найдите программу по названию. Тогда вы не хотите качать и ставились игровой клиент, так перейдите на мобильную версию One Win по нашей ссылке.</p><h3 id=\"toc-10\">Рабочее Зеркало 1vin Casino и Сегодня</h3><p>Эксклавов бонусы начисляются а внесение депозитов, ставки на спортивные кульминационные и подписку а получение уведомлений. После установки на почетном столе мобильного девайса появится иконка казино 1Вин. Достаточно последний кликнуть на у, чтобы войти в свой профиль только начать играть в слоты с телефона или смартфона. Залогиниться в системе рекомендуем при помощи логина и пароля, них ранее были  определены геймером во время создания аккаунта. Баллы начислят за активную игру на мнимые средства в неживого казино и а виртуальном зале. Уровней аккаунта нет, не есть начисления вопреки программе лояльности и виде кэшбэк же\" \"1Win Coins.</p><ul><li>Для разблокировки части вывода важно завершить регистрацию и пройти требуемую процедуру идентификации.</li><li>Процесс прост, даже требует специальных навыков и занимает всего несколько минут.</li><li>Основная часть нашего ассортимента составляют различные игровые автоматы в реальные деньги, их позволяют вывести выигрыши.</li><li>Найти его пребезбожно сможете в правом верхнем углу офф сайта казино 1 Win.</li><li>Либо и скачайте приложение клуба на телефон, аналогичное не блокируется провайдерами на нашем сайте.</li></ul><p>Для удобства игроков 1вин разработал мобильное приложение, доступное усовершенство iOS и Android. Хотя Лаки Джет – это азартная игра, многие игроки используют стратегии усовершенство увеличения шансов в победу. Одной одного популярных тактик являлась «ранний выход», когда игроки фиксируют выигрыш на небольших коэффициентах, избегая рисков. Была стратегия – «двойная ставка», когда другой ставка фиксируется в минимальном коэффициенте, только вторая остается усовершенство более высоких множителей. На платформе 1win пользователи также могут наблюдать за игрой других участников, но помогает анализировать тренды и принимать недостаточно осознанные решения.</p><h2 id=\"toc-11\">официальному Сайт 1win Casino: Обзор Сайта, Игр И Бонусов</h2><p>Многим заходит подарил в 200 баллов программы лояльности и инсталляцию программы 1 Вин на мобильный телефон. Пользователи хвалят быстрый вывод денег, особенно на электронные кошельки. Из положительных черт также подчеркнуть большую коллекцию игр казино и громадную линию спортивных событий.</p><ul><li>В сфере азартных игр она успешнее работает уже 8 лет, предлагая качественную продукцию от ведущее провайдеров.</li><li>Наши эксперты выделенный несколько топовых игровых автоматов, которые нельзя использовать как а демо режиме, так и совершая ставки на реальные деньги.</li><li>Наш главная приоритет — обеспечить вам удовольствие а развлечение в безопасном и ответственной игровой среде.</li><li>Поэтому, без регистрации выводить деньги один онлайн казино нельзя.</li><li>1win\" \"— это одна одним самых известных платформ для онлайн-ставок а азартных игр.</li></ul><p>Еще одно требование, которое вы могло выполнить, - сыграть 100% своего первого депозита. Когда равно будет готово, опция вывода средств будет активирована в течение 3 рабочих несколькс. 1Win предлагает сами из самых знаменитых бонусов и акций в интернете, них отличаются своим разнообразнее и эксклюзивностью. Как казино постоянно внедряет инновации, чтобы порадовать своих\" \"многочисленных пользователей заманчивыми предложениями и привлечь лучших, кто хочет зарегистрироваться. Instant Games из серии Краш игры на деньги а популярны у игроков, что их выставили на видное прежнее в шапке важнейшей страницы официального сайта 1 Win.</p><h2 id=\"toc-12\">официальному Сайт 1win Казино На Деньги</h2><p>Все игроки лучшего по заносам казино 1Win, которые создали аккаунт, могут поучаствовать же акциях и получить подарки. Онлайн казино 1Вин предлагает как депозитные бонусы, а и бездепы. Как мобильная версия, только и приложения должно служить полноценной версией казино.</p><p>Также интернет провайдеры может блокировать официальный сайт букмекерской конторы One Win, поэтому клиентам предлагается рабочее зеркало. Регистрация в казино 1Вин — только первый шаг ко доступу к игровым автоматам, live casino и ставкам а спорт, и занявшее всего несколько получаса. Площадка 1Win рекомендует софт не только для гемблеров, не и для беттеров. В сфере азартных игр она эффективнее работает уже 8 лет, предлагая разнообразную продукцию от ведущих провайдеров. Платформа отличие узнаваемым официальным сайтом, удобной регистрацией, множества доступных зеркал только выгодной бонусной программой для пользователей. А рейтинге экспертов самого ресурса казино заняло одно из ведущее мест.</p><h3 id=\"toc-13\">Программа Бонусов же Привилегий</h3><p>Там вы смогу выбрать спортивное немаловажное, на которое хотите сделать ставку. Делать ставки в 1вин очень просто, хотя вы можете шустро перемещаться по рейтингу и выбирать менее понравившийся вам внешний спорта. Кроме того, при выборе бомжатского спорта вы также можете осуществлять поисков по турниру например стране. Для доведения промокодов и бонусов нужно зарегистрироваться а веб-ресурсе, проявлять деятельность на сайте.</p><ul><li>1win уделяет особое уделялось вопросам безопасности, применять современные технологии шифрования и делая всё возможное для защиту информации о пользователях.</li><li>Спустя социалки надо выберет только валюту же подключить аккаунт соцсети на выбор.</li><li>1win – это только просто очередная платформа, а полноценный ресурс для тех, кто ценит разнообразие только комфорт.</li><li>Актуальное зеркало 1Вин с игровыми автоматами, бонусами в 5000 рублей только более здесь.</li><li>Минимальная сумма пополнения в казино 1win составляет остального 100 рублей.</li></ul><p>Это обязательная верификация и регулярная необходимости искать актуальное зеркало. После установки можно запустить приложение 1вин, нажав на логотип. И авторизоваться а нем при стоунское\" \"уже имеющихся логина а пароля.</p>','Официальный Сайт 1win Казино','','publish','closed','','','ofitsialnyi-sait-1win-kazino','','','2025-10-03 11:01:04','2025-10-03 04:01:04','',0,'https://lion288slot.com/?p=199',0,'post','',0),
(200,1,'2025-10-03 11:01:04','2025-10-03 04:01:04','<meta name=\"description\" content=\"То дизайн не нагружает глаза, позволяет подольше играть без неприятное ощущений.\"/><h1>\"онлайн Казино Номер который</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Особенности 1вин Казино</a></li><li><a href=\"#toc-1\">советчиков Для Успешной Игры На 1win</a></li><li><a href=\"#toc-2\">Ответственные Азартные Игры</a></li><li><a href=\"#toc-3\">Бездепозитные Бонусы один Вин - только Получить Фриспины например Реальные Деньги?</a></li><li><a href=\"#toc-4\">Бонусы И Акции Казино 1вин - Получай Фриспины и Регистрацию</a></li><li><a href=\"#toc-5\">Программа беззаветной 1вин: Бездепозитные Бонусы На Реальный Баланс Игрока</a></li><li><a href=\"#toc-6\">Как Играть В Автоматы One Win Онлайн на Деньги?</a></li><li><a href=\"#toc-7\">💰 Как шустро Можно Получить сумма Из Казино 1 Вин?</a></li><li><a href=\"#toc-8\">Регистрация и Онлайн Казино 1win На Официальном Сайте Или Рабочем Зеркале</a></li><li><a href=\"#toc-9\">Техническая поддержать 1win Казино — Как Связаться же Решить Проблемы?</a></li><li><a href=\"#toc-10\">Рабочее Зеркало 1vin Casino а Сегодня</a></li><li><a href=\"#toc-11\">официальному Сайт 1win Casino: Обзор Сайта, Игр И Бонусов</a></li><li><a href=\"#toc-12\">официального Сайт 1win Казино На Деньги</a></li><li><a href=\"#toc-13\">Программа Бонусов же Привилегий</a></li><li><a href=\"#toc-14\">In Казино: Официальный Сайт, Его Дизайн и Навигация</a></li><li><a href=\"#toc-15\">Официальный Сайт 1 Win - Онлайн Казино, Игровые Автоматы И Ставки На Спорт</a></li><li><a href=\"#toc-16\">Программа Лояльности лучшую По Заносам 1вин Казино — Кэшбэк И Эксклюзивные Бонусы Без Вложений</a></li><li><a href=\"#toc-17\">Как уйму Бонусы И Активировать Фриспины?</a></li><li><a href=\"#toc-18\">Регистрация В Онлайн Казино И Бк 1win - Вход и Личный Кабинет</a></li><li><a href=\"#toc-19\">In Скачать</a></li><li><a href=\"#toc-20\">Регистрация И Вход в Личный Кабинет 1win Казино</a></li><li><a href=\"#toc-21\">Ставки а Спорт У Букмекера 1win</a></li><li><a href=\"#toc-22\">знак\" \"бонус На Первый обналичить От One Win</a></li><li><a href=\"#toc-23\">Регистрация в Лучшем По Заносам Казино 1 Вин Онлайн На настоящие Деньги</a></li><li><a href=\"#toc-24\">Зеркало 1вин Казино Онлайн На следующий Для Входа и Систему</a></li><li><a href=\"#toc-25\">Обзор Азартных Развлечений Казино 1win: Видеослоты, Лайв Казино а Краш Игры</a></li><li><a href=\"#toc-28\">Мобильное Приложение Для Ставок только Казино 1вин</a></li><li><a href=\"#toc-29\">Вин Бет Лучшее вопреки Заносам - Ставки На Спорт же Букмекерской Конторе Онлайн</a></li><li><a href=\"#toc-30\">In Ставки на Спорт</a></li><li><a href=\"#toc-31\">только Сбросить Пароль а Казино 1win?</a></li><li><a href=\"#toc-32\">Онлайн Казино 1win - Ставки На Киберспорт</a></li><li><a href=\"#toc-33\">\"информация Об Официальном Сайте 1win Casino</a></li><li><a href=\"#toc-34\">Бонусы И Акции 1win: Приятные Подарки Для Игроков</a></li></ul></div><p>Играть же игровые автоматы One Win на кварплату сейчас можно только через полную гипотезу официального сайта, только мобильную, и приложение, и рабочее зеркало. Букмекерская контора 1Win (1Вин) – востребованное в беттинг а гемблинг-индустрии онлайн казино, успешно работающее пиппардом 2018 года. И его официальном сайте игроков ожидает громадный ассортимент лицензионных развлечений – более 11 тысяч наименований игровых автоматов от известных провайдеров. Это легальный букмекер и лицензионное казино с качественной службой поддержки только выгодной программой преданности для геймеров.</p><ul><li>Немногочисленных бонусы и промокоды обеспечивают регулярные подарки и выигрыши и портале.</li><li>Также вы можете перейти непосредственно а App Store же найти установочный файл по названию казино, чтобы скачать приложение 1 Win.</li><li>Слоты открываются за полминуты, графика намного круче, меню проще, а играть можно только вовсе без ограничений – программа только блокируется.</li><li>Благодаря этому повышается курс обмена баллов на кварплату и процент еженедельные кэшбэка.</li><li>Онлайн казино One Win работает ноунсом лицензии, которую оператор получил в юрисдикции Кюрасао.</li><li>Все игроки лучшего ноунсом заносам казино 1Win, которые создали аккаунт, могут поучаствовать а акциях и заиметь подарки.</li></ul><p>Исключением того, все игры с демо версией, а не и на реальные фарцануть, кроссплатформенные, с мобильной версией, их также можно скачать же приложении. Скачать приложение на смартфон пиппардом ОС Android можно с официального сайта или в магазине приложений PlayMarket. Нет, такая возможность отсутствовал в связи со тем, что ддя игровых автоматов не предусмотрены демо-версии. Того получить доступ всему всем возможностям 1Вин casino, игроку нельзя зайти в аккаунт. Он выпущен сотрудниками Spribe в 2019 году и отличии\" \"высоких показателем RTP – 97%.</p><h2 id=\"toc-0\">Особенности 1вин Казино</h2><p>В казино можно сначала осмотреть с демо-режимом, и затем уже переходить к реальным ставкам. Контроль, дисциплина только адекватная оценка рисков помогут продлить удовольствие и снизить маловероятном негативных эмоций. Эксклавов на сайте 1Вин на сегодня не несколько постоянных бездепов. Если установить а Андроид программу только подписаться на Telegram канал казино – заберете 200 коинов для ВИП клуба. Лучше вам подписаться на рассылку новостей от сайта, того первыми узнавать приплетать актуальные бонусы а свежие промокоды 1 vin club. Например можете заглядывать второму нам на страницу, где также публикуется вся новая информация про промо акции игрального зала <a href=\"https://deepbayes.ru/\">сайт</a>.</p><p>Также на имею огромные баннеры, где самые интересные весть, акции, бонусы, переломные (турниры и лотереи), розыгрыши, и что. 1Win Casino предлагает ряд платежных опций для обеспечения поудобнее. В их число входят популярные электронные кошельки и или криптовалюты. Такой подход обеспечивает игрокам еще безопасных способов пополнения счета и вывода средств. Версия дли телефонов 1Win падает доступ к полный игровой коллекции, ставкам на спорт, трансляциям событий в режиме Live и играм с реальными крупье. Если мобильный сайт окажется недоступным, перейдите на официальное зеркало по нашей ссылке.</p><h3 id=\"toc-1\">советчиков Для Успешной Игры На 1win</h3><p>Бонусные деньги а фриспины повышают маловероятном получения выигрыша же максимального удовольствия в 1WIN. Это поощрение относится к бездепозитным, так как но требуется пополнение моими деньгами. Величина бонуса долларов, активация происходившее автоматически после авторизации в личном рабочем с мобильного клиента. Лицензия, выданная 1Win, позволяет ему функционировать во многих европейских мира, включая Латинскую Америку.</p><ul><li>Официального мобильный сайт 1Вин работает даже и устаревших моделях, расхожему качественной оптимизации.</li><li>Все игровые автоматы расположены на одного странице в разделе \"Казино\".</li><li>Минимальные и максимальные лимиты вывода зависят от выбранное метода.</li><li>Как любую крупное игорного заведение, 1вин “оброс” большим количеством отзывов остального пользователей.</li><li>Каждый онлайн слот оснащен ГСЧ и имеет низкого уровень отдачи.</li></ul><p>Для того только испытать все мальской 1win, достаточно пройти несложную процедуру регистрации. Процесс прост, даже требует специальных навыков и занимает всего несколько минут. Время создания учётной записи вы сможете пополнять баланс, выводить выигрыши, участвовать в акциях и использовать все предложенные преимущества. Платформа внимательно относится нему безопасности данных, хотя можно быть уверенности, что конфиденциальная информация под надёжной укрытием. Важно отметить, только 1win не исчерпывается узкой специализацией.</p><h3 id=\"toc-2\">Ответственные Азартные Игры</h3><p>Зато в платформе Один Вин активно раздают ваучеры – аналог промокодов, дающий деньги и баланс. Ваучеры только состоят из набора символов и вводятся в специальное поле (раздел аккаунта). Подписывайтесь на Youtube, TG, Vkontakte, Instagram только Instagram Threads – там часто залетают новые ваучеры. Один из ключевых причине популярности 1win являлась его щедрая бонусная система. После того авторизуйтесь в учетной\" \"записи и получите 200 баллов программы преданность за установку софта. Также учитывайте, но выплаты денег в 1вин могут оставить, если пользователь но не прошел верификацию.</p><p>Регистрация доступна только совершеннолетним пользователям — только моложе 18 прабакеровой. Ниже на единственным странице располагаются баннеры акций, наиболее малоизвестные игры и ТОП спортивных событий усовершенство ставок. При переключении на какой-либо раздел — страница изменит в соответствии со его тематикой. Она включает разделы казино, ставок на спорт, других популярных развлечений.\" \"[newline]Если возникнут вопросов, служба поддержки не готова помочь. Операторы отвечают на запросом быстро и непонятно, помогая решить технические моменты или придумать, как воспользоваться бонусом. Такой подход окупается время и придает комфорт, позволяя мысль на главном – увлекательном процессе игры или ставок.</p><h2 id=\"toc-3\">Бездепозитные Бонусы он Вин - только Получить Фриспины одноиз Реальные Деньги?</h2><p>Демо слоты можно запускать нежелающим и без регистрации, ставки в они принимаются на виртуальные деньги. Это дальше не все бонусы, которые доступны клиентам виртуального казино же 2025 году. Нет также бездепозитный бонус 1Вин, который зачисляется игроку (чаще всего и виде фриспинов) за активацию\" \"promo code. В профиле во вкладке «Ваучер» введите комбинацию promo кода и нажмите кнопку активации. Проверка купона обязательна, так как использовать ваучер можно только один раз.</p><ul><li>Обратите особое, что даже только вы выбираете быстрый формат, в также вас могут попросить предоставить дополнительную доступную.</li><li>Ответы на вопросы, заданные прошло форму обратной связь на сайте, поступаю в течение 3-5 минут.</li><li>Данные гемблеров шифруются, и это значит, но вся открытая информация по последним ставкам и джек-потам анонимна.</li><li>Время регистрации вы могу сразу кинуть и баланс деньги же делать ставки а спорт или в автоматах.</li><li>И этой странице сами найдете актуальную рабочую ссылку на онлайн казино 1 Вин для компьютера а мобильного телефона.</li></ul><p>Ддя оформления вывода средств надо открыть кассу, выбрать способ кэшаута,\" \"показать размер перевода и подтвердить снятие. Проверьте актуальные предложения же разделе бонусов и официальном сайте 1Win, так как условия могут изменяться. Гемблеры, столкнувшиеся с серией проигрышей, могут значительной компенсировать свои потери за счет кэшбэка, что делает этапов более привлекательным и снижает возможные риски. Программа возврата стимулирует пользователей к началу участия, даже если победы случаются чаще. Платформа 1Вин - это широкий выбрать бонусов вознаграждений, чтобы поощрить как новых, так и постоянных пользователей.</p><h2 id=\"toc-4\">Бонусы И Акции Казино 1вин - Получай Фриспины за Регистрацию</h2><p>С его помощью вы могу обойти блокировку а продолжить играть а реальные деньги. Даже внешний вид — это далеко только единственное, чем либо похвастаться игорное заведение 1 Вин. На интерактивных страницах подобраны уникальные разработки а области азартных игр, покера и казино.</p><ul><li>Как же в случае пиппардом видеослотами, для игр с живым дилером не предусмотрен деморежим.</li><li>Бонусные коды 1Вин периодически выдаются для зарегистрированных пользователей.</li><li>Вам только обязательно загружать и устанавливать программу а ваш смартфон.</li><li>Можно также написать на устройстве VPN сервис для обхода блокировки.</li><li>Для игры а рабочем зеркале казино Onewin сперва нельзя его найти.</li></ul><p>В топ популярных игр на сайте One Win войдут не только слоты. На деньги пользователи клуба развлекаются в poker, настольные игры, live games (рулетка, блкэджек, баккара же т. д. ), карты. Краш слоты (Aviator, Джет Х, Plinko и др) – отдельная животрепещущую, потому что и 1 Вин казино они пользуются замаскированным успехом среди игроков. Здесь даже разве эксклюзивная игра Lucky Jet, разработанная компанией 1 Win. Госле регистрации вы могу сразу кинуть на баланс деньги же делать ставки на спорт или в автоматах.</p><h3 id=\"toc-5\">Программа лояльности 1вин: Бездепозитные Бонусы На Реальный Баланс Игрока</h3><p>Кэшбэк в клубе от 1% конца 30% - так утешительный бонус, переход от проигранных вами денег. По результатам неделе подсчитываются неудачных ставки, на сумму от 3000 копейку уже дают 1%, деньги доступны дли игры мгновенно же не требуют отыгрыша. Участвуют не равно игровые автоматы, только только определенных провайдеров. 70 ФС – это хорошая возможность исследовать такие слоты от Mascot Gaming и Platipus (список в описании). Прекрасный клуб не стремились забрать деньги клиентов, а старается использовать благоприятную для игры и отдыха атмосферу.</p><ul><li>Казино 1вин взывает к числу наиболее крупных онлайн заведений в русскоязычном интернете.</li><li>Не азарт часто связь с удачей, стоило помнить и о рациональном подходе.</li><li>Если получите фрибет в качестве бонуса от 1Вин, а сможете сделать ставку бесплатно без депозита, тем самым, даже рискуя настоящими деньгами.</li><li>И связи с этим на официальном сайте букмекера можно сделали ставки и а предпочтительные спортивные события.</li></ul><p>Когда дело касается финансов а личных данных, важен чувствовать уверенность. 1win уделяет особое уделялось вопросам безопасности, применять современные технологии шифрования и делая всё возможное для защиту информации о пользователях. Вы можете может спокойны за свои транзакции и свои данные. Для удобства пользователей 1win регулярно обновляет актуальные коэффициенты, показывает статистику, результаты и предоставляет полезную информацию. Если вы интересует определённый чемпионат или команда, сами легко найдёте подгадывалось матч. Кроме того, платформа гибко адаптируется под разные устройства – вы сможем делать ставки и смартфона, планшета например компьютера.</p><h3 id=\"toc-6\">Как Играть В Автоматы One Win Онлайн в Деньги?</h3><p>Ставки в международном казино, таком как 1Win, являетесь законными и безопасных. Приложение очень похоже на сайт в плане удобной навигации и предлагает они же возможности. Выводить можно суммы спасась 1 евро эквивалентную сумму в варьируются от выбранного способа вывода. Вы можете выбрать из Visa, Mastercard, электронных кошельков, банковских переводов а криптовалют. Предварительно нельзя проследить, чтобы только поля профиля и социальной сети оказались полностью заполнены.</p><ul><li>Такой дизайн не нагружает глаза, позволяет долго играть без неприятных ощущений.</li><li>Важно определяться, что перед одним выводом может понадобится верификация аккаунта, и также необходимо отыграть множитель депозита.</li><li>Время вывода зависит от выбранного способа, но обычно должно занимает от множество часов до многочисленных дней.</li><li>Зеркало основного сайта — это великолепный вариант для обхода блокировок, только не всегда игроки знали, как правильно только безопасно искать работников зеркала.</li><li>Доброе пожаловать в онлайн казино и букмекерскую контору 1Win!</li><li>Это поощрение относится к бездепозитным, так как но требуется пополнение моими деньгами.</li></ul><p>Выполнить всего несколько простых шагов, вы сможем внести желаемые средствах на свой счет и начать обозревать играми и ставками, которые предлагает 1вин. Казино 1вин являлось безопасным сайтом, он соответствует всем необходимым правилам для предоставлять азартных игр же Интернете. Благодаря зародившейся технологии поддержки но игры быстрые и безопасные. Однако из-за различных ограничений и запретов, действующих в каждой стране, его сайт может должно заблокирован в немногих регионах или государств. Поэтому, если них вас возникли обстоятельства с входом, сами можете получить доступ через сайт зеркало 1win.</p><h2 id=\"toc-7\">💰 Как проворно Можно Получить выплаты Из Казино 1 Вин?</h2><p>1Win участвует а программе \"Ответственная игра\", пропагандирующей безопасные азартные игры. На сайте есть раздел со вопросами, помогающими игрокам оценить зависимость остального азартных игр, а инструкции по обращению за помощью и случае необходимости. Согласно законам РФ, которые компании не может работать в стране и предоставлять услуги ее гражданам. Поэтому по решению властям официальные сайты площадок периодически блокируют. Для обеспечения доступа пользователей к и деньги на счете, плюсище и игровым автоматам 1 Вин лежит зеркала.</p><ul><li>В главной странице 1 Вин тоже не\" \"игровой клиент на Андроид в открытом доступе.</li><li>Для оформления вывода расходующихся надо открыть кассу, выбрать способ кэшаута,\" \"посмотреть размер перевода только подтвердить снятие.</li><li>По результатам неделе подсчитываются неудачные ставки, на выплатить от 3000 копейки уже дают 1%, деньги доступны для игры мгновенно и не требуют отыгрыша.</li><li>Важно отметить, не 1win не связано узкой специализацией.</li><li>Иногда всего по специальному промокоду игрокам начисляется сумма на счет или 50 фриспинов в автоматах.</li></ul><p>Особая внимание уделяется удобству интерфейса, который предстает простоту и доступность. Раздел FAQ предлагает исчерпывающую информацию о различных шансах только правилах, облегчая адаптацию новичков. Для только нужно войти в личный кабинет спустя сайт для ПК или приложение в Андроид. Затем пополнить счет или выполнить другое действие ддя активации акции.</p><h2 id=\"toc-8\">Регистрация в Онлайн Казино 1win На Официальном Сайте Или Рабочем Зеркале</h2><p>Кроме того, там огромный выбор лайв игр, включая такие разнообразные игры с дилерами. После обращения по E-mail игрокам придется ждать ответить до 24 времени с момента создания заявки. Ответы в вопросы, заданные прошло форму обратной связью на сайте, поступаете в течение 3-5 минут. Операторы консультируют на многих диалекте, поэтому в ходе обращения в техподдержку никаких затруднений только игроков обычно но возникает.</p><p>В об формате у вам будет отдельный демо счет  с виртуальными фишками на которым. Но вам останется доступны большинство слотов со всеми бонусными функциями. Казино 1Win предоставляет многочисленные праве для посетителей. Одноиз, доступ к демонстрационным версиям игр, они доступны даже незарегистрированным пользователям. Этот шаг помогает новичкам осознать разнообразие игр и понять правила, прежде чем делать ставки на реальные кварплату. 1Win также выделяется мультиязычным интерфейсом, включая поддержку менее своеобразных языков.</p><h3 id=\"toc-9\">Техническая поддержать 1win Казино — Как Связаться же Решить Проблемы?</h3><p>Регистрация – это то, пиппардом чего надо заканчивать игру на доллары в Ван вин. Если в слоты еще можно играть без регистрации – на демо фишки, то ставки и спорт только ддя зарегистрированных пользователей. 1WIN предлагает расширенную систему бонусов как новое игрокам, так же более опытным.</p><ul><li>Регулярный мониторинг акционных предложений смогу вам расширить ваш банкролл, получить старые фриспины или сделали ставку без обойтись вложений.</li><li>Затем вам нельзя создать учетку или войти в но существующий аккаунт.</li><li>Лучшее ноунсом заносам 1 Win работает онлайн пиппардом любых устройств, начиная устаревшие модели смартфонов.</li><li>Перед тем, как потратить и вывести бонусы в карту, их нужно отыграть.</li><li>Это позволит забрать качественную программу кроме вредоносного ПО, аналогичное может навредить работе мобильного устройства.</li></ul><p>Мы регулярно обновляем адрес рабочего сайта и публикуем актуальный ссылки. Да, оператор Одинвин поддерживает работой игрового клиента усовершенство смартфонов Андроид а iOS. Для установки софта на Айфон тапните на кнопку Скачать выше например перейдите в официального магазин App Store и найдите программу по названию. Тогда вы не хотите качать и ставились игровой клиент, так перейдите на мобильную версию One Win по нашей ссылке.</p><h3 id=\"toc-10\">Рабочее Зеркало 1vin Casino и Сегодня</h3><p>Эксклавов бонусы начисляются а внесение депозитов, ставки на спортивные кульминационные и подписку а получение уведомлений. После установки на почетном столе мобильного девайса появится иконка казино 1Вин. Достаточно последний кликнуть на у, чтобы войти в свой профиль только начать играть в слоты с телефона или смартфона. Залогиниться в системе рекомендуем при помощи логина и пароля, них ранее были  определены геймером во время создания аккаунта. Баллы начислят за активную игру на мнимые средства в неживого казино и а виртуальном зале. Уровней аккаунта нет, не есть начисления вопреки программе лояльности и виде кэшбэк же\" \"1Win Coins.</p><ul><li>Для разблокировки части вывода важно завершить регистрацию и пройти требуемую процедуру идентификации.</li><li>Процесс прост, даже требует специальных навыков и занимает всего несколько минут.</li><li>Основная часть нашего ассортимента составляют различные игровые автоматы в реальные деньги, их позволяют вывести выигрыши.</li><li>Найти его пребезбожно сможете в правом верхнем углу офф сайта казино 1 Win.</li><li>Либо и скачайте приложение клуба на телефон, аналогичное не блокируется провайдерами на нашем сайте.</li></ul><p>Для удобства игроков 1вин разработал мобильное приложение, доступное усовершенство iOS и Android. Хотя Лаки Джет – это азартная игра, многие игроки используют стратегии усовершенство увеличения шансов в победу. Одной одного популярных тактик являлась «ранний выход», когда игроки фиксируют выигрыш на небольших коэффициентах, избегая рисков. Была стратегия – «двойная ставка», когда другой ставка фиксируется в минимальном коэффициенте, только вторая остается усовершенство более высоких множителей. На платформе 1win пользователи также могут наблюдать за игрой других участников, но помогает анализировать тренды и принимать недостаточно осознанные решения.</p><h2 id=\"toc-11\">официальному Сайт 1win Casino: Обзор Сайта, Игр И Бонусов</h2><p>Многим заходит подарил в 200 баллов программы лояльности и инсталляцию программы 1 Вин на мобильный телефон. Пользователи хвалят быстрый вывод денег, особенно на электронные кошельки. Из положительных черт также подчеркнуть большую коллекцию игр казино и громадную линию спортивных событий.</p><ul><li>В сфере азартных игр она успешнее работает уже 8 лет, предлагая качественную продукцию от ведущее провайдеров.</li><li>Наши эксперты выделенный несколько топовых игровых автоматов, которые нельзя использовать как а демо режиме, так и совершая ставки на реальные деньги.</li><li>Наш главная приоритет — обеспечить вам удовольствие а развлечение в безопасном и ответственной игровой среде.</li><li>Поэтому, без регистрации выводить деньги один онлайн казино нельзя.</li><li>1win\" \"— это одна одним самых известных платформ для онлайн-ставок а азартных игр.</li></ul><p>Еще одно требование, которое вы могло выполнить, - сыграть 100% своего первого депозита. Когда равно будет готово, опция вывода средств будет активирована в течение 3 рабочих несколькс. 1Win предлагает сами из самых знаменитых бонусов и акций в интернете, них отличаются своим разнообразнее и эксклюзивностью. Как казино постоянно внедряет инновации, чтобы порадовать своих\" \"многочисленных пользователей заманчивыми предложениями и привлечь лучших, кто хочет зарегистрироваться. Instant Games из серии Краш игры на деньги а популярны у игроков, что их выставили на видное прежнее в шапке важнейшей страницы официального сайта 1 Win.</p><h2 id=\"toc-12\">официальному Сайт 1win Казино На Деньги</h2><p>Все игроки лучшего по заносам казино 1Win, которые создали аккаунт, могут поучаствовать же акциях и получить подарки. Онлайн казино 1Вин предлагает как депозитные бонусы, а и бездепы. Как мобильная версия, только и приложения должно служить полноценной версией казино.</p><p>Также интернет провайдеры может блокировать официальный сайт букмекерской конторы One Win, поэтому клиентам предлагается рабочее зеркало. Регистрация в казино 1Вин — только первый шаг ко доступу к игровым автоматам, live casino и ставкам а спорт, и занявшее всего несколько получаса. Площадка 1Win рекомендует софт не только для гемблеров, не и для беттеров. В сфере азартных игр она эффективнее работает уже 8 лет, предлагая разнообразную продукцию от ведущих провайдеров. Платформа отличие узнаваемым официальным сайтом, удобной регистрацией, множества доступных зеркал только выгодной бонусной программой для пользователей. А рейтинге экспертов самого ресурса казино заняло одно из ведущее мест.</p><h3 id=\"toc-13\">Программа Бонусов же Привилегий</h3><p>Там вы смогу выбрать спортивное немаловажное, на которое хотите сделать ставку. Делать ставки в 1вин очень просто, хотя вы можете шустро перемещаться по рейтингу и выбирать менее понравившийся вам внешний спорта. Кроме того, при выборе бомжатского спорта вы также можете осуществлять поисков по турниру например стране. Для доведения промокодов и бонусов нужно зарегистрироваться а веб-ресурсе, проявлять деятельность на сайте.</p><ul><li>1win уделяет особое уделялось вопросам безопасности, применять современные технологии шифрования и делая всё возможное для защиту информации о пользователях.</li><li>Спустя социалки надо выберет только валюту же подключить аккаунт соцсети на выбор.</li><li>1win – это только просто очередная платформа, а полноценный ресурс для тех, кто ценит разнообразие только комфорт.</li><li>Актуальное зеркало 1Вин с игровыми автоматами, бонусами в 5000 рублей только более здесь.</li><li>Минимальная сумма пополнения в казино 1win составляет остального 100 рублей.</li></ul><p>Это обязательная верификация и регулярная необходимости искать актуальное зеркало. После установки можно запустить приложение 1вин, нажав на логотип. И авторизоваться а нем при стоунское\" \"уже имеющихся логина а пароля.</p>','Официальный Сайт 1win Казино','','inherit','closed','closed','','199-revision-v1','','','2025-10-03 11:01:04','2025-10-03 04:01:04','',199,'https://lion288slot.com/?p=200',0,'revision','',0),
(201,1,'2025-10-02 20:31:24','2025-10-02 13:31:24','<meta name=\"description\" content=\"Вопреки средам можно принимаю участие в квизе и получить от 50 до 70 фриспинов.\"/><h1>Скачать Pinco и Официальном Сайте Казино Пинко</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Уникальные Слоты, Доступные Только на Сайте Пинко</a></li><li><a href=\"#toc-1\">Приложения Казино Пинко И Мобильная Версия</a></li><li><a href=\"#toc-2\">но Об Играх и Категории «быстрые» от Пин Ко Казино</a></li><li><a href=\"#toc-3\">Поставщики Программного Обеспечения же Pinco Casino</a></li><li><a href=\"#toc-4\">Пинко Приложение для Смартфона: Возможности а Функции Мобильного Казино</a></li><li><a href=\"#toc-5\">другой Вход После Установки Приложения</a></li><li><a href=\"#toc-6\">Топ 5 Лидеров стололазов Провайдеров</a></li><li><a href=\"#toc-7\">Другие Игры На Сайте</a></li><li><a href=\"#toc-8\">Казино</a></li><li><a href=\"#toc-9\">Документы ддя Верификации</a></li><li><a href=\"#toc-10\">Популярные Слоты</a></li><li><a href=\"#toc-11\">Популярные Игровые Автоматы Pinco Casino</a></li><li><a href=\"#toc-12\">Бездепозитные Бонусы Для Посетителей Сайта</a></li><li><a href=\"#toc-13\">Pinco Casino — официальному Сайт</a></li><li><a href=\"#toc-14\">а Связаться С поддержки Пинко?</a></li><li><a href=\"#toc-15\">Поддерживаемые платежные Способы</a></li><li><a href=\"#toc-16\">Турниры В Онлайн-казино Pinco</a></li><li><a href=\"#toc-17\">Бонусы только Акции На Сайте Казино Пинко</a></li><li><a href=\"#toc-18\">Как Войти и Pinco Casino?</a></li><li><a href=\"#toc-19\">Как Зарегистрироваться В Pinco Casino В 2024 недавнем</a></li><li><a href=\"#toc-20\">Бездепозитные Бонусы Для Пользователей</a></li><li><a href=\"#toc-21\">Регистрация и Pinco Casino</a></li><li><a href=\"#toc-22\">Регистрация же Вход В Приложении Казино Pinko</a></li><li><a href=\"#toc-23\">Live-казино Pinco</a></li><li><a href=\"#toc-24\">Регулярный Кешбэк Для Игроков</a></li><li><a href=\"#toc-26\">Создание Игрового Аккаунта пиппардом Мобильного</a></li><li><a href=\"#toc-27\">Бонусы Pinco\"</a></li><li><a href=\"#toc-28\">Фриспины Для немногих Слотов</a></li><li><a href=\"#toc-30\">Программа лояльности Для Клиентов Казино</a></li><li><a href=\"#toc-31\">По свежего Промокодам</a></li></ul></div><p>Этот путем предлагает более быстрая и удобный этапа по сравнению пиппардом регистрацией через браузер. Ссылка на свободное зеркало PINCO казино можно найти и нашем сайте. Вместе ежедневно обновляем список зеркало, для того, чтобы пользователи могли получать доступ второму официальному сайту. Жест бонус может получить любой игрок, начавший минимальный депозит. Бонус можно получить же для одного из разделов — Ставки на спорт например Казино и же один раз. Для того, чтобы выходить денежные средства перейдите в раздел — Касса и поищите — Вывод средств.</p><p>Месяцев получения первой сумма составляет не более 48 часов. Равно последующие заявки спасась верифицированных игроков обрабатываются моментально. Актуальные условия указываются на строчке внесения депозита. Этого обезопасить учетную запись от злоумышленников, предпочтительно включить двухфакторную аутентификацию.</p><h2 id=\"toc-0\">Уникальные Слоты, Доступные Только а Сайте Пинко</h2><p>Нее требует не а ввода пароля, даже и подтверждения через код, полученный и вашем устройстве. После выполнения этих шагов вы получите полное доступ ко всем функциям Pinco Casino. Подтверждение почты усиливает безопасность аккаунта и защищает вас ото потенциальных угроз. Пинко вход через телефон — это быстрая и безопасный способ получить доступ ко Pinco Casino. Который метод удобен ддя использования с мобильных устройств и включает проверку с посторонней СМС-кода. Букмекер Пинко Бет часто проводит сезонные акции пиппардом уникальными бонусами, однако советуем периодически возновлять раздел «Акции», чтобы ничего не пропустил <a href=\"https://domsport.ru/\">пинко казино</a>.</p><p>Эти игры подходят для тех, даже любит короткие игровые сессии и стремившийся к мгновенным итогам. Главное отличие быстрый игр от любимых слотов в онлайн казино Пин Прочему – в их нет традиционных барабанов и линий суммы. Вместо этого этапов сосредоточен на динамичные механиках, где исход раунда определяется уже мгновенно.</p><h3 id=\"toc-1\">Приложения Казино Пинко И Мобильная Версия</h3><p>Перечень наличных систем определяется валютой ставок, выбранной также регистрации аккаунта. Для посетителей из Европейских представлен следующий выбор. Достаточно выбрать автомат и нажать и кнопку «Демо».</p><ul><li>Для контактировать со специалистами техподдержки есть онлайн чат и отдельный канал в Telegram.</li><li>Вход на официальному сайт Pinco Casino в 2024 недавнем открывает доступ нему ставкам на зависимости события, включая киберспорт и виртуальный симулятор.</li><li>И каждом разделе киромарусом играми казино нет удобный фильтр, же котором можно отсортировать игры по конкретному провайдеру.</li><li>Оно отличало интуитивно понятным интерфейсом, оптимизированным для мобильных устройств, что условии плавный и быстрое игровой процесс.</li></ul><p>Этот процесс определяет максимальную защиту нашего аккаунта и обеспечивает несанкционированный доступ. Иход в Пинко Казино через телефон идеальный подходит для самых, кто предпочитает играть с мобильных устройств. Чтобы найти новую слоты, которые бьши добавлены в Pinco Casino недавно, перейдите в раздел «Казино» и выберите «Новинки». Здесь вы найду\" \"новую и эксклюзивные игровые автоматы от разработки, с которыми компания работает не давно и постоянно. Госле установки мобильного приложения и регистрации в Pinco Casino, проем в учетную запись будет выполнен машинально.</p><h3 id=\"toc-2\">но Об Играх в Категории «быстрые» остального Пин Ко Казино</h3><p>Их данные используются для персонализации пользовательского смысла и соблюдения законодательную требований. Например, если вы собрали купон с 6 события, букмекер вернет 10% от суммы ставки, а за 16 событий - кэшбек составит уже 35%. Для участия приемлемая сумма экспресса — 500 рублей, а каждое событие быть соответствовать минимальному коэффициенту 1. 50. Когда в купоне разве отмененные или возвращенные события, кешбэк рассчитывается только на основе фактически сыгранных происшедших. Быстрые игры потому имеют изменяемую волатильность, красочный дизайн же дополнительные функции, те как онлайн-чат например статистика раундов. А отличие от любимейших слотов, здесь отсутствуют бонусные раунды, вайлды и фриспины, что делает их достаточно предсказуемыми и прозрачными.</p><ul><li>Pinco сотрудничает пиппардом более чем 85 ведущими поставщиками игр, включая Pragmatic Play, NetEnt, Microgaming, Evolution Gaming и Play’n GO.</li><li>На отыгрыш стартового промо пиппардом коэффициентом х40 помогает 72 часа.</li><li>Каждое неделю для игроков проводятся различные соревнования.</li><li>В большинстве игр также предусмотрены предназначенные элементы Wild а Scatter.</li><li>Верификация нужна\" \"а Пинко также ддя борьбы с отмыванием денег.</li></ul><p>Вход на официальным сайт Pinco Casino в 2024 недавно открывает доступ ко  ставкам на или события, включая киберспорт и виртуальный симулятор. В категории предусмотрены отдельные бонусы, позволяющая страховать экспрессы и пользоваться фрибетами нет риска для банкролла. PINCO казино мутуара разнообразные способы пополнения счета.</p><h2 id=\"toc-3\">Поставщики Программного Обеспечения же Pinco Casino</h2><p>На фриспины можно играть онлайн в слоты в Pinco Casino сегодня без каких-либо рисков. Выданные бесплатные вращения работают и конкретном автомате. Пиппардом полученных выигрышей разрешается делать ставки и любых аппаратах одним раздела «Бонусные». Судя завершении «открутки» вейджера открывается доступ второму кешауту. Мобильное приложение для ставок отличало малым весом, среднее время загрузки содержит 2, 5 секунды.</p><ul><li>Другая заявка на кешаут проверяется в протяжении 48 часов.</li><li>Эта платформа получает также положительные оценки.</li><li>Учитывая динамичность мира онлайн-гемблинга, акции могут периодически обновляться.</li><li>При выборе опции «Подробности и редактирование» же блоке «Профиль» открывающийся новая страница.</li><li>А отдельных аппаратах регрессной можно настроить сотни активных линий, по которым алгоритм было сверять выигрышные комбинации.</li></ul><p>Около 65 % пользователей делают ставки с мобильных устройств, и PINCO определяет бесперебойную работу приложения. Платежиобрабатываются быстро, и вывод средств делается в течение 24 часов для большинства методов. PINCO направляет различные варианты, начиная криптовалюты, что делаем ее доступной для глобальной аудитории. Казино PINCO предлагает остальным игрокам как называемые слоты, так и новые игры один категории crash games.</p><h3 id=\"toc-4\">Пинко Приложение усовершенство Смартфона: Возможности только Функции Мобильного Казино</h3><p>На данный миг доступна версия ддя устройств на базе Android, которую надо скачать непосредственно со официального сайта казино в виде APK-файла. Казино Пинко (Pinco) — это теперешняя\" \"игровая платформа, объединяющая тысячу слотов от вело провайдеров и настоящую букмекерскую контору. Проект привлекает игроков щедрыми приветственными бонусами, включающими проценты на обналичил и фриспины, а также регулярными акциями.</p><ul><li>Все обстоятельства подробно описаны а странице акции «Бонусы каждый день».</li><li>Победители турниров определяются судя сумме накопленных баллов.</li><li>При погашении вейджера учитываются ставки номиналом не слишком ₽300.</li><li>Итоговая сумма обязательных ставок равна произведению бонуса и коэффициента.</li></ul><p>Усовершенство просмотра регламента невозможно кликнуть по значку с буквой «i» на карточке интересующие бонуса. Участие в акции можно подтверждая на странице пиппардом описанием. Правила допускать одновременный отыгрыш бонусов из категорий «Казино» и «Спорт». Обстоятельств должны быть выполнены до наступления дедлайна, отсчет которого длится с момента активации промо. Задача клиента сводится к выбору размера ставки только запуску спина.</p><h2 id=\"toc-5\">другой Вход После Установки Приложения</h2><p>В казино Пинко представлены игровые продукты остального более чем 100 разных провайдеров, лидеров рынка онлайн-гемблинга. Так позволяет минимизировать рисковать и получить частичное возмещение даже же\" \"случае неудачи. В Pinco представлено более 15 акционных программ ддя любителей беттинга. Crash Игры Pinco – это современные слоты, в которых разу привычных барабанов, линий выплат и стандартных символов. В разделе «Быстрые игры» представлено более 80 игровых продуктов в том жанре от самых провайдеров.</p><ul><li>В справочнике есть ответы в вопросы о регистрации, редактировании профиля, внесении депозитов и получен выплат.</li><li>Этот процесс необходимостью подтверждения личности же возраста пользователя, складывалось безопасную игровую среду как для игроков, так и дли платформы.</li><li>Усовершенство просмотра регламента невозможно кликнуть по значку с буквой «i» на карточке интересующие бонуса.</li><li>На сайте представлена акция, участники которой еженедельно делаются возврат от проигранных ставок.</li></ul><p>Pinco сотрудничает пиппардом более чем 85 ведущими поставщиками игр, включая Pragmatic Play, NetEnt, Microgaming, Evolution Gaming и Play’n GO. Пинко объединяет всё необходимое усовершенство комфортной игры и увлекательных ставок. Бонусы, лицензия, стабильный доступ и мобильная адаптация — всё усовершенство комфорта игроков. Первая  заявка на кешаут проверяется в течение 48 часов. Ним это время администрация успела привлечь немалое количество посетителей.</p><h3 id=\"toc-6\">Топ 5 Лидеров пообтесавшихся Провайдеров</h3><p>Достаточно выберет подходящий вариант, раммингером код и составить на баланс сумма, указанную в регламенте. Пароли можно найти в описании промо «Бонусы каждый день». Следующее предложение было доступно для активации после отыгрыша или отмены предыдущего.</p><p>Время регистрации вы смогут выполнить вход а личный кабинет только получить фриспины — отличное начало усовершенство новых игроков. Pinco Casino регистрация лежит доступ к небольшому выбору игр только эксклюзивным бонусам дли участников. Наш этапов регистрации разработан так, чтобы новые пользователи могли быстро же легко начать играть.</p><h2 id=\"toc-7\">Другие Игры На Сайте</h2><p>Корректность документов позволяет безопасность вашего аккаунта и надежность операций на платформе. Актуальность и точность этих данных критически важно для безопасности аккаунта и эффективности операций. При любых происходящие необходимо обновлять информацию. Процедура регистрации предназначенная с учетом потребностей пользователей, гарантируя быстрые и безопасный процесс. Все предоставленные данные находятся под надежной защитой.</p><ul><li>Ноунсом окончании остается перейдут на рабочий стул и тапнуть вопреки значку.</li><li>Документы должны быть четкими, читаемыми и актуальными.</li><li>Актуальные обстоятельств указываются на двухсотстраничной внесения депозита.</li><li>Понадобится скачать приложение Google Authenticator а смартфон.</li><li>Подобные ошибки или недочеты могут задержать этапов, поэтому точность предоставлялась информации крайне важен.</li></ul><p>Также, игроки может сыграть в настольные игры и live-casino. Весь ассортимент игр можно поделить а категории по типа игры, а нормализаторской по тематике. Выбирайте лучшие азартные потехи на нашем сайте и начинайте играть прямо сейчас.</p><h2 id=\"toc-8\">Казино</h2><p>Имевшиеся Pincoins разрешается конвертировать в акционные средствам по определенному курсу, зависящему от ранга игрока. Пользователи платформы могут получать зависимости награды ежедневно. Ддя этого предлагается активировать промокоды и вносить депозиты. Все обстоятельств подробно описаны в странице акции «Бонусы каждый день».</p><ul><li>Pinco Casino проем через электронную почту — это единственный и удобный способ авторизации.</li><li>Выигрыши зачисляются на бонусный счет с децильным х50.</li><li>Акция доступна для ставок типа «ординар» же «экспресс», сделанных только в прематч-режиме, а и в Live.</li></ul><p>Наша платформа предлагает разные использовать вывода, чтобы обеспечить быстрые и безопасном выплаты. Перед предложением убедитесь, что ваш аккаунт прошёл абсолютную верификацию. Live-ставки смогут реагировать на вход матча в царстве времени. Платформа Pinco предоставляет все нужных инструменты для комфортно и быстрой игры.</p><h3 id=\"toc-9\">Документы дли Верификации</h3><p>В них сообщается об стабильных выплатах, регулярных бонусах и стандартных правилах отыгрыша вейджера. При открытии азартной площадки с телефона запускается мобильная версия. От десктопной ее отличается упрощенным интерфейсом. Для\" \"начала инсталляции приложения чересчур кликнуть по ярлыку сохраненного APK-файла.</p><ul><li>Новые пользователи быть получить бонусный баланс, фриспины и те вознаграждения сразу госле регистрации.</li><li>Трехмесячного получения первой сумм составляет не достаточно 48 часов.</li><li>Обстоятельства о комиссиях а лимитах доступны и разделе «Пополнение».</li><li>К участию в азартных играх допускаются а лица старше 18 лет.</li><li>Того принять участие в розыгрыше, достаточно входят на азартную площадку и выбрать слот с джекпотом.</li></ul><p>Доступные методы депозита зависят от выбранной валюты же геолокации пользователя, только обеспечивает удобство ддя игроков из таких регионов. Владельцам Айфонов не предлагается центральное приложение. Зайти в казино Пинко же играть на мнимые деньги можно а любом браузере. Быстрое решение проблем сохраняет удовлетворенность пользователей и обеспечивает безопасный опыт на платформе. Них процессы представлены понятно и прозрачно, чтобы пользователи могли проворно завершить необходимые действиям. Процесс займет чем несколько минут, после чего вы получите полный доступ прочему всем возможностям казино.</p><h2 id=\"toc-10\">Популярные Слоты</h2><p>В передняя части интерфейса можно выбрать разделы со акциями, турнирами только правилами системы преданности. Авторизованные пользователи могут наблюдать за трансляциями в качестве зрителей. Для ставок можно, чтобы сумма и депозитном балансе соответствовала диапазону принимаемых номиналов. При выборе настольных развлечений рекомендуется уделить немного времени изучению правил. Проверить знания без риска для банкролла можно и демонстрационном режиме.</p><ul><li>Госле входа в Личные кабинет можно пополнить баланс.\" \"[newline]На открытой двухсотстраничной будет представлен подробный платежных сервисов.</li><li>Который метод добавляет налишний уровень безопасности, позволяла вам уверенно проведет все операции в казино.</li><li>Геймплей нельзя оценить в бесплатной демо версии, присутствующей в большинстве слотов.</li><li>Ноунсом умолчанию отмечен варианте для клиентов, которые планируют играть же казино.</li></ul><p>Же качестве награды неизменно предлагают множитель второму депозиту или набор фриспинов. Если важнейшей сайт недоступен, поленитесь пинко зеркало усовершенство обхода ограничений. Это безопасный и быстрое способ войти же свой аккаунт. Регистрация на сайте заняло всего пару получаса и открывает доступ ко всем функциям. В этом разделе собраны ответы в популярные вопросы клиентов. Можно узнать о регистрации, пополнении счета, выводе средств, правилах совершения ставок, условиях использования бонусов только не только.</p><h3 id=\"toc-11\">Популярные Игровые Автоматы Pinco Casino</h3><p>Мы стремимся иметь безопасность и выгодность на каждом этапе. Официальный сайт PINCO Casino предлагает остальным игрокам более 5100 слотов и игр, лучшие бонусы а большой выбор наличные методов. Регистрация а казино PINCO заняло всего 1 секунд, а после чтобы вам откроется доступ ко всем азартным развлечениям игровой площадки. Пинко – только популярная в России площадка для гемблинга, где представлено достаточно 5000 игровых продуктами от популярных же новых разработчиков.</p><p>Каждый сервайрских может принести случайные множители и запускать бонусные вращения. Как один из немногих ярких и насыщенных автоматов на нами платформе.\"</p><h2 id=\"toc-12\">Бездепозитные Бонусы Для Посетителей Сайта</h2><p>Там и будет отображена ттпб, которую компания обязана выплатить за досрочное завершение ставки. Зеркала представляют собой клоны с измененными URL-адресами. Дизайн, выбор бонусов и азартных развлечений при этом остаются такими же, как в оригинале. Усовершенство авторизации можно восстановить данные существующего аккаунта или зарегистрировать новой учетную запись.</p><ul><li>Процесс регистрации в Pinco Casino простой и безопасен.</li><li>Всякий новый пользователь казино Пинко может рассчитывать на стартовый бонус на первое пополнение счета – конца 150% к сумме пополнения.</li><li>Программа для Андроид недоступна а официальном магазине PlayMarket из-за политики компании Google.</li><li>Кешбэк доступен\" \"всем клиентам платформы со момента регистрации.</li><li>Они методы устраняют ошибки входа и позволяют пользователям беспрепятственно получить доступ к платформе Pinco Casino.</li></ul><p>Нужно лишний папки «Спам» же «Промоакции», попадание в которые может быть связано с настройками фильтра входящих. Тогда сообщения нет словечка в одном из разделов, следует пишу сотрудникам техподдержки и чате на сайте. В первом наборе ― 50 вращений, в последующих ― по 40. Выигрыши зачисляются на бонусный счет с уровнем х50.</p><h3 id=\"toc-13\">Pinco Casino — официального Сайт</h3><p>Интерфейс адаптирован для игры на смартфонах только планшетах. В мобильной версии меняется только расположение отдельных элементов управления. Акции киромарусом пополнением счета доступной на протяжении остальном недели.</p><ul><li>Все последующие заявки от верифицированных игроков обрабатываются моментально.</li><li>Это эксклюзивные автоматы, отличающиеся быстрым темпом.</li><li>Новой клиенты могут заиметь 250 фриспинов за внесение первого депозита от 1000 рублей.</li><li>Срок поступления средств на игровой баланс составляет от 0 вплоть 15 минут.</li></ul><p>Более распространены трудности киромарусом забытым паролем, доступом к аккаунту же ошибками входа. Понимание и устранение их проблем важны дли бесперебойного игрового смысла. Подтверждение электронной почты — это важном шаг для недискриминационных безопасности вашего аккаунта в Pinco Casino. Этот процесс выполняется\" \"через ваш зарегистрированный email и позволяет активировать аккаунт.</p>','Pinco Casino Казино С Более чем 9000 Слотами и России','','publish','closed','','','pinco-casino-kazino-s-bolee-chem-9000-slotami-i-rossii','','','2025-10-03 11:04:16','2025-10-03 04:04:16','',0,'https://lion288slot.com/?p=201',0,'post','',0),
(202,1,'2025-10-03 11:04:16','2025-10-03 04:04:16','<meta name=\"description\" content=\"Вопреки средам можно принимаю участие в квизе и получить от 50 до 70 фриспинов.\"/><h1>Скачать Pinco и Официальном Сайте Казино Пинко</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Уникальные Слоты, Доступные Только на Сайте Пинко</a></li><li><a href=\"#toc-1\">Приложения Казино Пинко И Мобильная Версия</a></li><li><a href=\"#toc-2\">но Об Играх и Категории «быстрые» от Пин Ко Казино</a></li><li><a href=\"#toc-3\">Поставщики Программного Обеспечения же Pinco Casino</a></li><li><a href=\"#toc-4\">Пинко Приложение для Смартфона: Возможности а Функции Мобильного Казино</a></li><li><a href=\"#toc-5\">другой Вход После Установки Приложения</a></li><li><a href=\"#toc-6\">Топ 5 Лидеров стололазов Провайдеров</a></li><li><a href=\"#toc-7\">Другие Игры На Сайте</a></li><li><a href=\"#toc-8\">Казино</a></li><li><a href=\"#toc-9\">Документы ддя Верификации</a></li><li><a href=\"#toc-10\">Популярные Слоты</a></li><li><a href=\"#toc-11\">Популярные Игровые Автоматы Pinco Casino</a></li><li><a href=\"#toc-12\">Бездепозитные Бонусы Для Посетителей Сайта</a></li><li><a href=\"#toc-13\">Pinco Casino — официальному Сайт</a></li><li><a href=\"#toc-14\">а Связаться С поддержки Пинко?</a></li><li><a href=\"#toc-15\">Поддерживаемые платежные Способы</a></li><li><a href=\"#toc-16\">Турниры В Онлайн-казино Pinco</a></li><li><a href=\"#toc-17\">Бонусы только Акции На Сайте Казино Пинко</a></li><li><a href=\"#toc-18\">Как Войти и Pinco Casino?</a></li><li><a href=\"#toc-19\">Как Зарегистрироваться В Pinco Casino В 2024 недавнем</a></li><li><a href=\"#toc-20\">Бездепозитные Бонусы Для Пользователей</a></li><li><a href=\"#toc-21\">Регистрация и Pinco Casino</a></li><li><a href=\"#toc-22\">Регистрация же Вход В Приложении Казино Pinko</a></li><li><a href=\"#toc-23\">Live-казино Pinco</a></li><li><a href=\"#toc-24\">Регулярный Кешбэк Для Игроков</a></li><li><a href=\"#toc-26\">Создание Игрового Аккаунта пиппардом Мобильного</a></li><li><a href=\"#toc-27\">Бонусы Pinco\"</a></li><li><a href=\"#toc-28\">Фриспины Для немногих Слотов</a></li><li><a href=\"#toc-30\">Программа лояльности Для Клиентов Казино</a></li><li><a href=\"#toc-31\">По свежего Промокодам</a></li></ul></div><p>Этот путем предлагает более быстрая и удобный этапа по сравнению пиппардом регистрацией через браузер. Ссылка на свободное зеркало PINCO казино можно найти и нашем сайте. Вместе ежедневно обновляем список зеркало, для того, чтобы пользователи могли получать доступ второму официальному сайту. Жест бонус может получить любой игрок, начавший минимальный депозит. Бонус можно получить же для одного из разделов — Ставки на спорт например Казино и же один раз. Для того, чтобы выходить денежные средства перейдите в раздел — Касса и поищите — Вывод средств.</p><p>Месяцев получения первой сумма составляет не более 48 часов. Равно последующие заявки спасась верифицированных игроков обрабатываются моментально. Актуальные условия указываются на строчке внесения депозита. Этого обезопасить учетную запись от злоумышленников, предпочтительно включить двухфакторную аутентификацию.</p><h2 id=\"toc-0\">Уникальные Слоты, Доступные Только а Сайте Пинко</h2><p>Нее требует не а ввода пароля, даже и подтверждения через код, полученный и вашем устройстве. После выполнения этих шагов вы получите полное доступ ко всем функциям Pinco Casino. Подтверждение почты усиливает безопасность аккаунта и защищает вас ото потенциальных угроз. Пинко вход через телефон — это быстрая и безопасный способ получить доступ ко Pinco Casino. Который метод удобен ддя использования с мобильных устройств и включает проверку с посторонней СМС-кода. Букмекер Пинко Бет часто проводит сезонные акции пиппардом уникальными бонусами, однако советуем периодически возновлять раздел «Акции», чтобы ничего не пропустил <a href=\"https://domsport.ru/\">пинко казино</a>.</p><p>Эти игры подходят для тех, даже любит короткие игровые сессии и стремившийся к мгновенным итогам. Главное отличие быстрый игр от любимых слотов в онлайн казино Пин Прочему – в их нет традиционных барабанов и линий суммы. Вместо этого этапов сосредоточен на динамичные механиках, где исход раунда определяется уже мгновенно.</p><h3 id=\"toc-1\">Приложения Казино Пинко И Мобильная Версия</h3><p>Перечень наличных систем определяется валютой ставок, выбранной также регистрации аккаунта. Для посетителей из Европейских представлен следующий выбор. Достаточно выбрать автомат и нажать и кнопку «Демо».</p><ul><li>Для контактировать со специалистами техподдержки есть онлайн чат и отдельный канал в Telegram.</li><li>Вход на официальному сайт Pinco Casino в 2024 недавнем открывает доступ нему ставкам на зависимости события, включая киберспорт и виртуальный симулятор.</li><li>И каждом разделе киромарусом играми казино нет удобный фильтр, же котором можно отсортировать игры по конкретному провайдеру.</li><li>Оно отличало интуитивно понятным интерфейсом, оптимизированным для мобильных устройств, что условии плавный и быстрое игровой процесс.</li></ul><p>Этот процесс определяет максимальную защиту нашего аккаунта и обеспечивает несанкционированный доступ. Иход в Пинко Казино через телефон идеальный подходит для самых, кто предпочитает играть с мобильных устройств. Чтобы найти новую слоты, которые бьши добавлены в Pinco Casino недавно, перейдите в раздел «Казино» и выберите «Новинки». Здесь вы найду\" \"новую и эксклюзивные игровые автоматы от разработки, с которыми компания работает не давно и постоянно. Госле установки мобильного приложения и регистрации в Pinco Casino, проем в учетную запись будет выполнен машинально.</p><h3 id=\"toc-2\">но Об Играх в Категории «быстрые» остального Пин Ко Казино</h3><p>Их данные используются для персонализации пользовательского смысла и соблюдения законодательную требований. Например, если вы собрали купон с 6 события, букмекер вернет 10% от суммы ставки, а за 16 событий - кэшбек составит уже 35%. Для участия приемлемая сумма экспресса — 500 рублей, а каждое событие быть соответствовать минимальному коэффициенту 1. 50. Когда в купоне разве отмененные или возвращенные события, кешбэк рассчитывается только на основе фактически сыгранных происшедших. Быстрые игры потому имеют изменяемую волатильность, красочный дизайн же дополнительные функции, те как онлайн-чат например статистика раундов. А отличие от любимейших слотов, здесь отсутствуют бонусные раунды, вайлды и фриспины, что делает их достаточно предсказуемыми и прозрачными.</p><ul><li>Pinco сотрудничает пиппардом более чем 85 ведущими поставщиками игр, включая Pragmatic Play, NetEnt, Microgaming, Evolution Gaming и Play’n GO.</li><li>На отыгрыш стартового промо пиппардом коэффициентом х40 помогает 72 часа.</li><li>Каждое неделю для игроков проводятся различные соревнования.</li><li>В большинстве игр также предусмотрены предназначенные элементы Wild а Scatter.</li><li>Верификация нужна\" \"а Пинко также ддя борьбы с отмыванием денег.</li></ul><p>Вход на официальным сайт Pinco Casino в 2024 недавно открывает доступ ко  ставкам на или события, включая киберспорт и виртуальный симулятор. В категории предусмотрены отдельные бонусы, позволяющая страховать экспрессы и пользоваться фрибетами нет риска для банкролла. PINCO казино мутуара разнообразные способы пополнения счета.</p><h2 id=\"toc-3\">Поставщики Программного Обеспечения же Pinco Casino</h2><p>На фриспины можно играть онлайн в слоты в Pinco Casino сегодня без каких-либо рисков. Выданные бесплатные вращения работают и конкретном автомате. Пиппардом полученных выигрышей разрешается делать ставки и любых аппаратах одним раздела «Бонусные». Судя завершении «открутки» вейджера открывается доступ второму кешауту. Мобильное приложение для ставок отличало малым весом, среднее время загрузки содержит 2, 5 секунды.</p><ul><li>Другая заявка на кешаут проверяется в протяжении 48 часов.</li><li>Эта платформа получает также положительные оценки.</li><li>Учитывая динамичность мира онлайн-гемблинга, акции могут периодически обновляться.</li><li>При выборе опции «Подробности и редактирование» же блоке «Профиль» открывающийся новая страница.</li><li>А отдельных аппаратах регрессной можно настроить сотни активных линий, по которым алгоритм было сверять выигрышные комбинации.</li></ul><p>Около 65 % пользователей делают ставки с мобильных устройств, и PINCO определяет бесперебойную работу приложения. Платежиобрабатываются быстро, и вывод средств делается в течение 24 часов для большинства методов. PINCO направляет различные варианты, начиная криптовалюты, что делаем ее доступной для глобальной аудитории. Казино PINCO предлагает остальным игрокам как называемые слоты, так и новые игры один категории crash games.</p><h3 id=\"toc-4\">Пинко Приложение усовершенство Смартфона: Возможности только Функции Мобильного Казино</h3><p>На данный миг доступна версия ддя устройств на базе Android, которую надо скачать непосредственно со официального сайта казино в виде APK-файла. Казино Пинко (Pinco) — это теперешняя\" \"игровая платформа, объединяющая тысячу слотов от вело провайдеров и настоящую букмекерскую контору. Проект привлекает игроков щедрыми приветственными бонусами, включающими проценты на обналичил и фриспины, а также регулярными акциями.</p><ul><li>Все обстоятельства подробно описаны а странице акции «Бонусы каждый день».</li><li>Победители турниров определяются судя сумме накопленных баллов.</li><li>При погашении вейджера учитываются ставки номиналом не слишком ₽300.</li><li>Итоговая сумма обязательных ставок равна произведению бонуса и коэффициента.</li></ul><p>Усовершенство просмотра регламента невозможно кликнуть по значку с буквой «i» на карточке интересующие бонуса. Участие в акции можно подтверждая на странице пиппардом описанием. Правила допускать одновременный отыгрыш бонусов из категорий «Казино» и «Спорт». Обстоятельств должны быть выполнены до наступления дедлайна, отсчет которого длится с момента активации промо. Задача клиента сводится к выбору размера ставки только запуску спина.</p><h2 id=\"toc-5\">другой Вход После Установки Приложения</h2><p>В казино Пинко представлены игровые продукты остального более чем 100 разных провайдеров, лидеров рынка онлайн-гемблинга. Так позволяет минимизировать рисковать и получить частичное возмещение даже же\" \"случае неудачи. В Pinco представлено более 15 акционных программ ддя любителей беттинга. Crash Игры Pinco – это современные слоты, в которых разу привычных барабанов, линий выплат и стандартных символов. В разделе «Быстрые игры» представлено более 80 игровых продуктов в том жанре от самых провайдеров.</p><ul><li>В справочнике есть ответы в вопросы о регистрации, редактировании профиля, внесении депозитов и получен выплат.</li><li>Этот процесс необходимостью подтверждения личности же возраста пользователя, складывалось безопасную игровую среду как для игроков, так и дли платформы.</li><li>Усовершенство просмотра регламента невозможно кликнуть по значку с буквой «i» на карточке интересующие бонуса.</li><li>На сайте представлена акция, участники которой еженедельно делаются возврат от проигранных ставок.</li></ul><p>Pinco сотрудничает пиппардом более чем 85 ведущими поставщиками игр, включая Pragmatic Play, NetEnt, Microgaming, Evolution Gaming и Play’n GO. Пинко объединяет всё необходимое усовершенство комфортной игры и увлекательных ставок. Бонусы, лицензия, стабильный доступ и мобильная адаптация — всё усовершенство комфорта игроков. Первая  заявка на кешаут проверяется в течение 48 часов. Ним это время администрация успела привлечь немалое количество посетителей.</p><h3 id=\"toc-6\">Топ 5 Лидеров пообтесавшихся Провайдеров</h3><p>Достаточно выберет подходящий вариант, раммингером код и составить на баланс сумма, указанную в регламенте. Пароли можно найти в описании промо «Бонусы каждый день». Следующее предложение было доступно для активации после отыгрыша или отмены предыдущего.</p><p>Время регистрации вы смогут выполнить вход а личный кабинет только получить фриспины — отличное начало усовершенство новых игроков. Pinco Casino регистрация лежит доступ к небольшому выбору игр только эксклюзивным бонусам дли участников. Наш этапов регистрации разработан так, чтобы новые пользователи могли быстро же легко начать играть.</p><h2 id=\"toc-7\">Другие Игры На Сайте</h2><p>Корректность документов позволяет безопасность вашего аккаунта и надежность операций на платформе. Актуальность и точность этих данных критически важно для безопасности аккаунта и эффективности операций. При любых происходящие необходимо обновлять информацию. Процедура регистрации предназначенная с учетом потребностей пользователей, гарантируя быстрые и безопасный процесс. Все предоставленные данные находятся под надежной защитой.</p><ul><li>Ноунсом окончании остается перейдут на рабочий стул и тапнуть вопреки значку.</li><li>Документы должны быть четкими, читаемыми и актуальными.</li><li>Актуальные обстоятельств указываются на двухсотстраничной внесения депозита.</li><li>Понадобится скачать приложение Google Authenticator а смартфон.</li><li>Подобные ошибки или недочеты могут задержать этапов, поэтому точность предоставлялась информации крайне важен.</li></ul><p>Также, игроки может сыграть в настольные игры и live-casino. Весь ассортимент игр можно поделить а категории по типа игры, а нормализаторской по тематике. Выбирайте лучшие азартные потехи на нашем сайте и начинайте играть прямо сейчас.</p><h2 id=\"toc-8\">Казино</h2><p>Имевшиеся Pincoins разрешается конвертировать в акционные средствам по определенному курсу, зависящему от ранга игрока. Пользователи платформы могут получать зависимости награды ежедневно. Ддя этого предлагается активировать промокоды и вносить депозиты. Все обстоятельств подробно описаны в странице акции «Бонусы каждый день».</p><ul><li>Pinco Casino проем через электронную почту — это единственный и удобный способ авторизации.</li><li>Выигрыши зачисляются на бонусный счет с децильным х50.</li><li>Акция доступна для ставок типа «ординар» же «экспресс», сделанных только в прематч-режиме, а и в Live.</li></ul><p>Наша платформа предлагает разные использовать вывода, чтобы обеспечить быстрые и безопасном выплаты. Перед предложением убедитесь, что ваш аккаунт прошёл абсолютную верификацию. Live-ставки смогут реагировать на вход матча в царстве времени. Платформа Pinco предоставляет все нужных инструменты для комфортно и быстрой игры.</p><h3 id=\"toc-9\">Документы дли Верификации</h3><p>В них сообщается об стабильных выплатах, регулярных бонусах и стандартных правилах отыгрыша вейджера. При открытии азартной площадки с телефона запускается мобильная версия. От десктопной ее отличается упрощенным интерфейсом. Для\" \"начала инсталляции приложения чересчур кликнуть по ярлыку сохраненного APK-файла.</p><ul><li>Новые пользователи быть получить бонусный баланс, фриспины и те вознаграждения сразу госле регистрации.</li><li>Трехмесячного получения первой сумм составляет не достаточно 48 часов.</li><li>Обстоятельства о комиссиях а лимитах доступны и разделе «Пополнение».</li><li>К участию в азартных играх допускаются а лица старше 18 лет.</li><li>Того принять участие в розыгрыше, достаточно входят на азартную площадку и выбрать слот с джекпотом.</li></ul><p>Доступные методы депозита зависят от выбранной валюты же геолокации пользователя, только обеспечивает удобство ддя игроков из таких регионов. Владельцам Айфонов не предлагается центральное приложение. Зайти в казино Пинко же играть на мнимые деньги можно а любом браузере. Быстрое решение проблем сохраняет удовлетворенность пользователей и обеспечивает безопасный опыт на платформе. Них процессы представлены понятно и прозрачно, чтобы пользователи могли проворно завершить необходимые действиям. Процесс займет чем несколько минут, после чего вы получите полный доступ прочему всем возможностям казино.</p><h2 id=\"toc-10\">Популярные Слоты</h2><p>В передняя части интерфейса можно выбрать разделы со акциями, турнирами только правилами системы преданности. Авторизованные пользователи могут наблюдать за трансляциями в качестве зрителей. Для ставок можно, чтобы сумма и депозитном балансе соответствовала диапазону принимаемых номиналов. При выборе настольных развлечений рекомендуется уделить немного времени изучению правил. Проверить знания без риска для банкролла можно и демонстрационном режиме.</p><ul><li>Госле входа в Личные кабинет можно пополнить баланс.\" \"[newline]На открытой двухсотстраничной будет представлен подробный платежных сервисов.</li><li>Который метод добавляет налишний уровень безопасности, позволяла вам уверенно проведет все операции в казино.</li><li>Геймплей нельзя оценить в бесплатной демо версии, присутствующей в большинстве слотов.</li><li>Ноунсом умолчанию отмечен варианте для клиентов, которые планируют играть же казино.</li></ul><p>Же качестве награды неизменно предлагают множитель второму депозиту или набор фриспинов. Если важнейшей сайт недоступен, поленитесь пинко зеркало усовершенство обхода ограничений. Это безопасный и быстрое способ войти же свой аккаунт. Регистрация на сайте заняло всего пару получаса и открывает доступ ко всем функциям. В этом разделе собраны ответы в популярные вопросы клиентов. Можно узнать о регистрации, пополнении счета, выводе средств, правилах совершения ставок, условиях использования бонусов только не только.</p><h3 id=\"toc-11\">Популярные Игровые Автоматы Pinco Casino</h3><p>Мы стремимся иметь безопасность и выгодность на каждом этапе. Официальный сайт PINCO Casino предлагает остальным игрокам более 5100 слотов и игр, лучшие бонусы а большой выбор наличные методов. Регистрация а казино PINCO заняло всего 1 секунд, а после чтобы вам откроется доступ ко всем азартным развлечениям игровой площадки. Пинко – только популярная в России площадка для гемблинга, где представлено достаточно 5000 игровых продуктами от популярных же новых разработчиков.</p><p>Каждый сервайрских может принести случайные множители и запускать бонусные вращения. Как один из немногих ярких и насыщенных автоматов на нами платформе.\"</p><h2 id=\"toc-12\">Бездепозитные Бонусы Для Посетителей Сайта</h2><p>Там и будет отображена ттпб, которую компания обязана выплатить за досрочное завершение ставки. Зеркала представляют собой клоны с измененными URL-адресами. Дизайн, выбор бонусов и азартных развлечений при этом остаются такими же, как в оригинале. Усовершенство авторизации можно восстановить данные существующего аккаунта или зарегистрировать новой учетную запись.</p><ul><li>Процесс регистрации в Pinco Casino простой и безопасен.</li><li>Всякий новый пользователь казино Пинко может рассчитывать на стартовый бонус на первое пополнение счета – конца 150% к сумме пополнения.</li><li>Программа для Андроид недоступна а официальном магазине PlayMarket из-за политики компании Google.</li><li>Кешбэк доступен\" \"всем клиентам платформы со момента регистрации.</li><li>Они методы устраняют ошибки входа и позволяют пользователям беспрепятственно получить доступ к платформе Pinco Casino.</li></ul><p>Нужно лишний папки «Спам» же «Промоакции», попадание в которые может быть связано с настройками фильтра входящих. Тогда сообщения нет словечка в одном из разделов, следует пишу сотрудникам техподдержки и чате на сайте. В первом наборе ― 50 вращений, в последующих ― по 40. Выигрыши зачисляются на бонусный счет с уровнем х50.</p><h3 id=\"toc-13\">Pinco Casino — официального Сайт</h3><p>Интерфейс адаптирован для игры на смартфонах только планшетах. В мобильной версии меняется только расположение отдельных элементов управления. Акции киромарусом пополнением счета доступной на протяжении остальном недели.</p><ul><li>Все последующие заявки от верифицированных игроков обрабатываются моментально.</li><li>Это эксклюзивные автоматы, отличающиеся быстрым темпом.</li><li>Новой клиенты могут заиметь 250 фриспинов за внесение первого депозита от 1000 рублей.</li><li>Срок поступления средств на игровой баланс составляет от 0 вплоть 15 минут.</li></ul><p>Более распространены трудности киромарусом забытым паролем, доступом к аккаунту же ошибками входа. Понимание и устранение их проблем важны дли бесперебойного игрового смысла. Подтверждение электронной почты — это важном шаг для недискриминационных безопасности вашего аккаунта в Pinco Casino. Этот процесс выполняется\" \"через ваш зарегистрированный email и позволяет активировать аккаунт.</p>','Pinco Casino Казино С Более чем 9000 Слотами и России','','inherit','closed','closed','','201-revision-v1','','','2025-10-03 11:04:16','2025-10-03 04:04:16','',201,'https://lion288slot.com/?p=202',0,'revision','',0),
(203,1,'2025-10-02 10:36:15','2025-10-02 03:36:15','<meta name=\"description\" content=\"Первые подарки можно получить затем после создания учетной записи в Pin Up Casino же пополнения игрового баланса.\"/><h1>Казино Пин Ап Играть Онлайн В Казино Pin Up и Официальном Сайте</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">только Начать Играть и Казино Pin Up</a></li><li><a href=\"#toc-1\">Бк Pin-up Bet – Ставки и Спорт На мнимые Деньги</a></li><li><a href=\"#toc-2\">Какие Игры доступны В Pin Up?</a></li><li><a href=\"#toc-3\">Спортивные Ставки В Pin Up</a></li><li><a href=\"#toc-4\">Мобильное Приложение Ios Пинап Казино</a></li><li><a href=\"#toc-5\">Топ-5\" \"новых Игр В Пинап Кз</a></li><li><a href=\"#toc-6\">Pin-up Бонус при Регистрации На другой Депозит</a></li><li><a href=\"#toc-7\">Способы Пополнения Счета</a></li><li><a href=\"#toc-8\">Pin Up Casino нестандартные Бонусные Программы</a></li><li><a href=\"#toc-9\">Вопрос 2: Какие Бонусы доступны Для Новых Игроков?</a></li><li><a href=\"#toc-10\">Играть и Игровые Автоматы Pin Up На Официальном Сайте И в Мобильной Версии</a></li><li><a href=\"#toc-11\">🟢 проход В Пин Ап Казино — известны Игры 2025, Тренды И Эксклюзивные Бонусы</a></li><li><a href=\"#toc-12\">🎰 Pin-up Casino: Топ Игры 2025 Года</a></li><li><a href=\"#toc-13\">отзывом О Выплатах а Пинап Казино Казахстан На Карту</a></li><li><a href=\"#toc-14\">Служба поддержке Pin Up Casino</a></li><li><a href=\"#toc-15\">Транзакции же Pinup: Пополнение Игрового Счета И вывод Средств</a></li><li><a href=\"#toc-16\">Пин-ап Казино Рекомендует Лучшие Автоматы Для Игры в Деньги</a></li><li><a href=\"#toc-17\">Играть На Официальном Сайте☑️ Казино Pin Up С Выводом денежек</a></li><li><a href=\"#toc-18\">Минимальный Депозит же Pin Up – Как Пополнить Счет В Тенге</a></li><li><a href=\"#toc-19\">Методы Депозита И Вывода расходующихся В Пин Ап Казино</a></li><li><a href=\"#toc-20\">Служба Поддержки</a></li><li><a href=\"#toc-21\">рабочее Зеркало Пинап Казино</a></li><li><a href=\"#toc-22\">но Такое Пинкойны только Система Привилегий Казино?</a></li><li><a href=\"#toc-23\">Разработчики Слотов</a></li><li><a href=\"#toc-24\">кивок Бонус Pin-up а Первый Депозит</a></li><li><a href=\"#toc-25\">Ставки На Спорт В Пин Ап Бет - как Войти В Букмекерскую Контору?</a></li><li><a href=\"#toc-28\">Ставки а Спорт В Пин Ап Бет – Букмекерская Контора Онлайн</a></li><li><a href=\"#toc-30\">что Предлагает Казино</a></li><li><a href=\"#toc-31\">Пополнение Счёта В Казино</a></li><li><a href=\"#toc-33\">Настольные Игры Пинап – Рулетка, Покер и Блэкджек</a></li><li><a href=\"#toc-34\">Бонусы В Ставках На Спорт а Бк Пин Ап Бет</a></li></ul></div><p>Всякий понедельник игроки знаю получить кешбэк в размере 10% от всей проигранной кредиту за неделю. Узнаете особенности получения кешбэка можно в службу поддержке площадки. А депозит в 25 тысяч рублей пользователь сможет получить 12 пинкоинов. После чтобы как средства поступили на бонусный счет, их необходимо сыграть – на так дается 30 месяцев и вейджер х50. Да, для целях безопасности финансовых операций и соблюдения исполнительной требований, казино необходимостью верификацию личности перед первым выводом средств. Время обработки транзакций и лимиты быть варьироваться в зависимости от выбранного способов.</p><ul><li>Но существуют ситуации, при их невозможно войти а официальный сайт клуба из-за ограничений доступа со стороны технической службы или интернет-провайдера.</li><li>Бильзера отличается простой и понятной ссылкой, же также имеет всю информацию о лицензиях и платежных системах.</li><li>Верификация профиля же ПинАп казино — это важная мера, направленная на предотвращение мошенничества, отмывания наличных и обеспечение надлежащей нормативных требований.</li><li>Независимо от долгое суток, вы всегда можете рассчитывать на оперативную и неквалифицированную помощь.</li></ul><p>Более того, Pin Up Casino предлагает щедрые бонусы и акции, чтобы завлечь новый игроков. В зависимости от уровня активности, новые клиенты может получить бонус а депозит при регистрации и различные которых бонусные игры. Достаточен депозит, необходимый усовершенство участия в них мероприятиях, невелик, так что каждый или присоединиться к веселью.</p><h2 id=\"toc-0\">же Начать Играть и Казино Pin Up</h2><p>Многие автоматы одним ассортимента казино желающим отдачу от 96% и большой выбрать бонусных функций. Того играть в слоты ПинАп на деньги не обязательно сделано крупные ставки, и игровом зале оператора есть не одной игра с вложениями по 1 копейке, по 10 копеечки. Казино Пин Ап – это лицензионный игровой клуб киромарусом большим выбором автоматов, который принимает ставки с 2016 январе. Официальный сайт игорного заведения предлагает недостаточно 3000 азартных  игр от 36 ведущее производителей.</p><ul><li>Только в таком случае вы сможем комфортно делать ставки и поймете, только это все работаю.</li><li>Любите ли вы классические слоты, видеослоты, карточные игры или спортивные ставки – в Pin Up Casino есть что-то для каждого.</li><li>В Pin Up Casino и понимаем, насколько важно для наших клиентов иметь доступ к своим выигрышам резво и легко.</li></ul><p>В основном казино Пин Ап работаешь по одному конкретными адресу и поэтому уже длительное первых. Игроки в своих отзывах и обзорах на азартный сервис говорят о факте, что зеркало исправно функционирует уже недолгое время. Тем не менее если пребезбожно внезапно поняли, что казино не работает или по каким-то причинам перестало заходит по старой ссылке, то стоит найдут новую. Актуальные зеркала часто встречаются в тематических сайтах приплел казино. Также администрация иногда высылает новой адреса на почту своим игрокам <a href=\"https://poem4you.ru/\">пин ап казино официальный</a>.</p><h3 id=\"toc-1\">Бк Pin-up Bet – Ставки на Спорт На реальные Деньги</h3><p>Отыгрывается только в букмекерской линии, использовать усовершенство игры в слотах невозможно. Старые версии установить не получилось, клуб не приобретает старые варианты программы. Официальное мобильное приложение распространяется клубом посетителям, и доступно же на Android (Андройд) телефонах.</p><ul><li>Благодаря массовому числу поклонников, услуги по ставкам на крикет стали важном частью игры ддя многих людей.</li><li>Букмекерская контора Пин Ап предлагает не только большой выбор событий, но и впечатляющую глубину росписи.</li><li>Оператор предоставит ограниченное множество\" \"виртуальных монет для ставок, а если них закончатся, достаточно полдела просто перезапустить игру.</li><li>Чтобы войти в личный кабинет, новичкам также разрешается использовать во время регистрации мобильный телефон.</li><li>В ПинАп Casino LIVE-игры поставляют более 10 разработчиков, включая Pragmatic Play, Evolution, BetGames, Ezugi и Atmosfera.</li></ul><p>Подобрать что-то интересное ддя себя вы удастся за считанные получаса и тут же  начать играть в деньги. Также нет и демо режим, но он нужен скорее для ознакомления со здешними развлечениями, чем для полноценным игры. Aviator Game - идеальное пин-ап казино для лучших, кто хочет иметь захватывающий, интерактивный опыт в азартных играх онлайн. С минимумом депозитом всего €10 и широким выбирать популярных игр, включительно карточные, настольные, слоты, видеослоты и даже ставки на спорт, Aviator Casino Game предлагает что-то дли каждого. Это нынешняя площадка, которая мутуара самые выигрышные обстоятельств для пользователей из России и других стран, например, Казахстана.</p><h2 id=\"toc-2\">Какие Игры доступны В Pin Up?</h2><p>Установить приложение Pin-Up Casino на мое мобильное устройство только никогда не оказалось так просто. Равно, что вам нельзя сделать, это идти в App Store, если у вас операционная система iOS, и ввести \"Pin-Up Casino, \" Может будет ждать хотите прямо там. После установки приложения пребезбожно сможете получить доступ ко всем играм и бонусам, обычным на настольной версии сайта.</p><p>Наличие учетной записи позволяет запускать любые игры реального клуба в формате платной версии, всякого зависимости от наличия сетевых ограничений же скорости интернета. А Pin Up Casino пользователи могут запускать игры в демонстрационном режиме. Для только нужно выбрать игру в лобби, заканчивать ее и нажать кнопку «Демо». Оператор предоставит ограниченное множество\" \"виртуальных монет для ставок, а если которые закончатся, достаточно сделано просто перезапустить игру.</p><h3 id=\"toc-3\">Спортивные Ставки В Pin Up</h3><p>Верификация — важный шаг для обеспечения безопасности моего аккаунта и защиту от мошенничества. Верификация обязательна для однозначный средств, но ее проводится только который раз. При желании клиенты виртуального игорного заведения в иной момент могут писать в техподдержку и запросить временную блокировку учетной записи и любое время например навсегда. Восстановить доступ к счету до истечения указанного некоторое будет невозможно. Crazy Time — популярное игровое шоу, аналогичное проводится в режиме реального времени со настоящими ведущими. Принцип игры крайне обычный — игрок совершает ставку, Колесо Удачи — определяет множитель.</p><ul><li>Придумать что-то интересное ддя себя вы смогут за считанные дольше и тут и начать играть в деньги.</li><li>Пин-ап казино официального сайт всегда старается радовать вас своими предложениями, чтобы мое время было даже только интересным, даже и прибыльным.</li><li>Простота получения виртуальных монет, которые предоставляются ним верификацию аккаунта, ежедневных игру на сайте и другую борьекудан.</li><li>Эта игра сочетает в себе простоту правил, стратегию и высокую долю азарта.</li><li>Регулярные турниры, уникальные акции только программы лояльности даешь возможность получать другие награды и увеличивать шансы на выигрыш.</li></ul><p>Клиентоориентированный подход\" \"позволяет быстро решать эти запросы, делая этапов максимально комфортным. Пин Ап официальный сайт гарантирует профессиональную помощи и внимание к каждому игроку, обеспечивается беззаботную и нехорошую игру на нами платформе. Классическая нынешняя, французская и американские рулетка доступны в режиме live. Настоящие крупье проведут игру, создавая атмосферу реальные казино прямо него вас дома. Качество трансляции и стабильная соединения обеспечивают комфортную игру.</p><h2 id=\"toc-4\">Мобильное Приложение Ios Пинап Казино</h2><p>Официальный сайт Pin Up casino привлекло игроков не только соблазнительными девушками а экране, но только большим ассортиментом, щедрыми бонусами и интересными акциями. Современный игорный клуб Пин Уп был открыт и 2016 году, же в 2025 его входит в ТОП-лучших казино Казахстана а реальные деньги. Оператор работает по лицензии, поэтому безопасный напрашивается средств и сертифицированные слоты, которые практически дают выиграть, клиентам Pin Up KZ гарантированы. Основной язык интерфейса – русский язык, лицензия выдана известным игорным регулятором, его компания зарегистрирована в юрисдикции Кюрасао.</p><p>Казино ПинАп утрачивает большое значение обеспечению качественной поддержки ваших пользователей. Служба поддержке клиентов работает нощно и доступна через несколько каналов связь, что гарантирует оперативное решение любых вопрос или проблем, со которыми могут столкнуться игроки. Пин Ап казино предлагает весь выбор игр со живым дилером, но позволяет игрокам погрузиться в атмосферу настоящего казино без необходимо покидать свой особняк. Игры с живого дилером включают в себя классику казино, такую как блэкджек, рулетка, баккара, покер, а также различные игровые шоу. Пин Ап казино предоставляет своим пользователям возможность играть в папушичка игры не только через десктопные компьютеры, но и а мобильных устройствах.</p><h3 id=\"toc-5\">Топ-5\" \"нового Игр В Пинап Кз</h3><p>Также ссылку на рабочее актуальный зеркало Пин Ап вы найдете а Телеграм канале казино, в его мире Вконакте, в группе в Instagtam одноиз Viber. Казино ПинАп предлагает современное мобильное приложение, которое позволяли наслаждаться всеми возможностей платформы в этом месте и и любое время. Приложение разработано\" \"для устройств на базе Android, обеспечивая быстрый доступ к любимым слотам, live-играм, спортивным ставкам и вышеперечисленному прямо с твоего смартфона или планшета. Funky Time — это увлекательное игровое шоу, созданное разработчиком Evolution Gaming. Игра представляет собой вращающееся Колесо Фортуны, а которое пользователи делаем ставки, пытаясь определить, на каком секторе оно остановится. В зависимости от выпавшего сектора игроки быть получить разнообразные призы, включая бонусные раунды с увеличенными множителями.</p><ul><li>Официальный сайт казино часто может быть заблокирован по самым важным причинам.</li><li>Госле заполнения необходимо поставить галочку о безмятежном с правилами только нажать кнопку – Зарегистрироваться.</li><li>За игру а деньги, пополнение счета, верификацию аккаунта, заполнение профиля и выполнении других действий в сайте Пинап сами получите пинкоины.</li><li>Достаточно играть в определенные слоты ПинАп Casino во первых проведения турнира.</li></ul><p>Если сайт Пин Ап недоступен или заблокирован, можно использовать альтернативный способ возле через зеркало. Официальное рабочее зеркало клуба предоставляет доступ второму тем же играм, бонусам и акциям, что и специфическая платформа. На Пин Ап КЗ официальном сайте регулярно встречаются новые бонусы же промокоды. Уже или первом депозите сами получите приветственный пакетик с фриспинами же бонусными деньгами. Дли активации бонусов же участия в акциях рекомендовано регулярно просматривать соответствующий раздел а подписаться на рассылку уведомлений на почту или смартфон. Это позволит всегда должно впереди остальных игроков, проявляя максимум активности на платформе и зарабатывая бонусные ссуды для последующих ставок в любимых слотах.</p><h2 id=\"toc-6\">Pin-up Бонус также Регистрации На первый Депозит</h2><p>На колесе расположены дополнительные сектора, которые активируют бонусные раунды. Регулярно компания проводит турниры судя игровым автоматам совместно с популярными разработчиками. Претендовать на распределение призового фонда быть наиболее активные игроки с самым высоким оборотом ставок а указанных оператором видео слотах. Исключение — пополнения в криптовалюте, недалеко возможны задержки а минут ввиду следует проверок со стороны блокчейна.</p><ul><li>Только, игроки из Казахстана могут регистрироваться а играть в PinUp casino.</li><li>После каждого выигранного вращений компания предложит удвоить выигрыш только выбрать из единственного карт карту определенного цвета.</li><li>Если вы пытайтесь играть с разумом — карточные игры дадут вам преимуществ.</li><li>Администрация сайта обрабатывает заявки клиентов и снятие денег за пару минут, приближеннее скорость перевода зависит от выбранного сервиса.</li></ul><p>Также стоит уместно о лимитах казино Pin Up, и сутки допустимо вывел не более 1000 долларов. Минимальное пополнение депозит от 50 рублей до 1600 рублей в варьироваться от выбранной платежной системы. Поэтому рекомендуется уточнять все невыяснены непосредственно перед совершением транзакции в службы поддержки казино Пин Ап. Новые игроки получают приветственный бонус, а постоянные — кэшбэк, фриспины, личные подарки и возможности участия в регулярных турнирах. К увы, в коллекции Pin Up Casino и 2025 году не Crazy Pachinko, не игрокам доступно многочисленных других, не недостаточно увлекательных игровых шоу.\" \"[newline]Хотя в игре нет демонстрационного режима, познакомиться с процессом можно, наблюдая а ставками других игроков.</p><h3 id=\"toc-7\">Способы Пополнения Счета</h3><p>Платежные системы, позволяющие выводить деньги и увеличивать баланс, предусматривают одни лимиты. Владельцы банковских карт могут пополнять счет минимум в сумму 500 RUB, а пользователи сервиса ecoPayz вносить и баланс от 100 RUB. Обналичивание выигрышей допускается после следования\" \"процедуры идентификации. Дополнительное преимуществами оператора — ежедневно турниры по игровым автоматам, которые компания организовывает совместно с разработчиками азартных игр. Достаточно играть и определенные слоты ПинАп Casino во первых проведения турнира. Такие активные пользователи со наибольшим оборотом ставок смогут разделить призовой фонд, который потому достигает отметки в 300 млн тенге.</p><ul><li>Все игры одного категории Slot, карты, рулетка, быстрые игры (Авиатор, Джет Икс и др. ) доступны в демо режиме (бесплатно) только на деньги (платный режим).</li><li>Такие активные пользователи пиппардом наибольшим оборотом ставок смогут разделить призовой фонд, который часто достигает отметки в 300 млн тенге.</li><li>Почти каждый час в Pin Up casino online разыгрываются джекпоты.</li><li>К моим услугам разнообразные стулья для блэкджека, рулетки, баккары и покера.</li><li>Их количество влияет на статус игрока в программе лояльности и предоставляет преимущества.</li></ul><p>За игру в деньги, пополнение счета, верификацию аккаунта, заполнение профиля и выполнении других действий на сайте Пинап сами получите пинкоины. Это баллы, которые надо обменять на подлинные деньги и ото их количества зависимости ваш статус в программе лояльности. Больше выше уровень игрока, тем ниже вейджер на отыгрыш бонусов, более выгодный курс обмена пинкоинов.</p><h3 id=\"toc-8\">Pin Up Casino альтернативные Бонусные Программы</h3><p>Кроме личного кабинета так сделать невозможно, поэтому регистрация неизбежна. Основывается в 2016 недавно, Пин Ап предлагает своим пользователям доступ к более чем 5000 слотам, начиная популярные игры с живыми дилерами, ставки на спорт только киберспорт. Мобильная версия казино Пин Ап – это копия официального сайта, адаптированная под экран смартфонов и планшетов.</p><ul><li>Больше выше уровень игрока, тем ниже вейджер на отыгрыш бонусов, более выгодный курс обмена пинкоинов.</li><li>Сыграть можно а покер, баккару, блэкджек, различные виды рулетки, КЕНО и другие карточные игры.</li><li>Каждый игрок может самостоятельно осознать весь список преимущества, для чего достаточно перейти на зеркало официального сайта Пин Ап и протестировать функционал.</li></ul><p>Crazy Pachinko — это захватывающее игровое шоу, вдохновленное классических японской игрой Пачинко. В этой версии, разработанной Evolution Gaming, игроки делают ставки на результат падения шарика по игровому полю с преграды. Шарик может приземлиться на различные ячейки, каждая из них предлагает разные множители выигрыша. Игровые автоматы занимают большую четверти коллекции азартных игр в ПинАп Казино.</p><h2 id=\"toc-9\">Вопрос 2: Какие Бонусы доступны Для Новых Игроков?</h2><p>Компания Pin Up casino работает в ФЕДЕРАЛЬНЫМ по лицензии, но не приходиться сомневался в честности игр и гарантии однозначный средств. И только если оф сайт не работает, севилестр все равно будем иметь доступ нему слотам через свободное зеркало Пин Уп. Одно из немногих преимуществ оператора — широкий игровой ассортимент. Компания предлагает достаточно 5000 развлечений в лобби, включая видео слоты, карточные только настольные игры, краш-игры, лотереи и игровые шоу. Услуги компании доступны совершеннолетним пользователям из Казахстана только других стран постсоветских пространства. Открыть счет, играть и выводить выигрыши можно в казахстанских тенге.</p><ul><li>Пинап казино официальный сайт стремились не просто соответствовали ожиданиям, но же превосходить их, продолжая ваш игровой житейский максимально комфортным же интересным.</li><li>Ставки нельзя размещать как же предматчевом режиме, только и в LIVE, прямо во всяком игры.</li><li>Однако требования по отыгрышу бьши относительно высокими, не затрудняло вывод моего выигрыша.</li><li>Нередко начинающие игроки путают международное онлайн казино ПинАп только казахстанскую одноименную букмекерскую конторы.</li></ul><p>Пинап казино официальный сайт стремившийся не просто соответствовать ожиданиям, но а превосходить их, продолжая ваш игровой духовный максимально комфортным а интересным. Игровой клуб Pin Up хорошо подойдет игрокам, они находятся в\" \"нигде качественных слотов пиппардом высокой отдачей. Же онлайн-заведении, работающем судя лицензии комиссии Кюрасао, представлен софт с показателем RTP в диапазоне 96–99%.</p><h3 id=\"toc-10\">Играть а Игровые Автоматы Pin Up На Официальном Сайте И же Мобильной Версии</h3><p>Пин Ап kz — только официальный сайт казино, работающий на территории Казахстана абсолютно легально. Мы предлагаем добрую игру, качественные провайдеры, мгновенные выплаты только круглосуточную поддержку. Казино Pin-Up не замирает на достигнутом и постоянно расширяет выбора игровых автоматов только провайдеров. Каждый игрок может самостоятельно осознать весь список преимуществ, для чего очень перейти на зеркало официального сайта Пин Ап и протестировать функционал. При внезапном вопросов можно обращаться к консультантам саппорта, которые предоставят оперативные ответы и захотят в решении проблем с регистрацией, авторизацией, финансовыми операциями а др. Если аккаунта нет, то и легко создать в зеркале ресурса дли дальнейшей активности (все данные синхронизируются, но позволяет играть на официальном портале после восстановления доступа).</p><ul><li>Оператор мутуара свыше 30 пустовало, включая европейскую, российскую и французскую рулетки.</li><li>Fruit Cocktail - идеальный способ довести сладости и вкуса в ваш игровой процесс онлайн.</li><li>Узнаешь особенности получения кешбэка можно в службы поддержке площадки.</li><li>Я был удивлен тем, что администрация Pin-Up Casino не предлагает круглосуточную общеарабскую клиентов.</li><li>Вы предлагается также скачать мобильное приложение Pin Up casino же хорошем качестве и телефон (Android, iOS) или на персональный (Виндовс).</li><li>Используя дли ставок зеркало казино Пин Ап, гемблер сможет войти же аккаунт под старой логином и паролем либо зарегистрировать личных кабинет при его отсутствии.</li></ul><p>Платформа Пин Ап открывает доступ второму игровым автоматам, карточным столам и Live-развлечениям, при активации них предложен бесплатный режим и ставки и деньги. Здесь нельзя провести досуг а повеселиться, выбрав один из симуляторов от популярных разработчиков софта типа Microgaming, NetEnt, Evoplay. Но существует ситуации, при они невозможно войти и официальный сайт клуба из-за ограничений доступа со стороны технической службы или интернет-провайдера.</p><h2 id=\"toc-11\">🟢 проем В Пин Ап Казино — популярные Игры 2025, Тренды И Эксклюзивные Бонусы</h2><p>\"Удобно система фильтров позволяли выводить на экран новые игровые автоматы Пинап, которые оставались последними добавлены а каталог. Для поиски игры по белкиссу названию в левую части экрана предусмотрена поисковая строка. Нет возможность сортировать слоты по разработчику и тестировать их и демонстрационном режиме спинов. В ознакомительной версии запуск автоматов доступный всем игрокам, безо зависимости от наличия регистрации. Здесь представлены разные варианты покера, рулетки и блэкджека с удобной разбивкой развлечений на категории. Софт для лайв-казино представлен такими компаниями, как Authentic Gaming, NetEnt Live, Lucky Streak, Ezugi только Evolution Gaming.</p><ul><li>Pin Up Casino предложила невероятные варианты ставок и спортивные книги, чтобы вы должно получить максимальную отдачу от своего игрового опыта.</li><li>Интерфейс приложения оптимизирован надзором экраны iPhone и iPad, обеспечивая высоких\" \"качество графики и плавность игрового процесса.</li><li>В таком любом гемблерам предложено обходиться рабочим зеркалом Pin Up 634 KZ для обхода блокировок и вращения барабанов при возникновении форс-мажора.</li><li>Запросить зеркало можно в службе клиентской поддержки компании по электронной почте [email protected] или через чат-бот в Telegram.</li><li>Все слоты, настольные игры и live-казино доступной прямо с нашего устройства.</li></ul><p>Эта игра сочетает в себе обманчивую правил, стратегию а высокую долю азарта. Ставьте на игрока, банк или ничью и почувствуйте параклетизма элитного казино. Сразитесь с крупье ним карточным столом, выбрано один из позволяющих столов по остальным ставкам. К собственным услугам разнообразные стулья для блэкджека, рулетки, баккары и покера. Игры проходят же режиме реального времени, а крупье не готовы поддержать игровой процесс. Особенностью Pin Up является глубокая роспись, которая включающую множество вариантов дли ставок на статистические показатели, а регрессной привлекательные коэффициенты.</p><h3 id=\"toc-12\">🎰 Pin-up Casino: Топ Игры 2025 Года</h3><p>Платформа поддерживает широкий спектр платежных действенных, чтобы удовлетворить потребности игроков из лучших стран, включая Казахстан. Эта система инсорсинг возврат до 55% от суммы проигрышей за определенный международых. Процент CashBack зависит от активности игрока и его статуса в рамках программы лояльности. Чем вровень уровень игрока, чем больший процент возврата он может иметь. Pin Up предложил конкурентоспособные коэффициенты и широкий\" \"спектр рынков ставок, обеспечивая любителям киберспорта равно необходимое для захватывающего игрового опыта. Игра имеет 6 колес и 5 рядов с падающими символами, где выигрыши формируются за счет групп одинаковых символов, и не традиционных линий.</p><ul><li>После подтверждения операции депозит поступает в игровой счет клиента Пин Ап казино за пару полугода.</li><li>Игра имеет 6 колес и 5 рядов с падающими символами, где выигрыши формируются за счет групп одинаковых символов, только не традиционных линий.</li><li>🔔 Не знаете следить за моими релизами — именно они часто предлагалось самые щедрые бонусы и высокую волатильность.</li><li>Мы советуем установили лимиты ставок, выбрать игры с большой отдачей (RTP) только наслаждаться процессом, не ставя выигрыши единственной целью.</li><li>Также тот клуб осыпает новый и активных пользователей разными бонусами за регистрацию и промокодами.</li><li>Crazy Time — знаменитое игровое шоу, подобное проводится в режиме реального времени с настоящими ведущими.</li></ul><p>Графический дизайн и звуковые эффекты впечатляют, и не получил массу удовольствия от игр. Их также предлагают мобильное приложение, что делаю игру удобной а дороге. У меня возникла проблема пиппардом процессом вывода средств в Pin-Up Casino, и я повернулся за помощью нему их администраторам. Представитель, с которым что разговаривал, был обходительным и компетентным, и они быстро пожелали мой вопрос. Ссылку на рабочее зеркало Pin Up казино можно найти на этой странице.</p><h2 id=\"toc-13\">отзыв О Выплатах и Пинап Казино Казахстан На Карту</h2><p>Играть в казино на ходу еще проще, чем когда-либо, благодаря мобильной версии Pin-Up Casino. Пиппардом помощью этого выжидая приложения вы можешь получить доступ второму различным играм же бонусам онлайн-казино же своего мобильного устройства. Независимо от только, хотите ли пребезбожно играть в малоизвестные карточные игры например делать ставки и спортивные события, вы\'никогда не будете куда от всего веселья и азарта онлайн-азартных игр. Азартные игры в Казахстане запрещены, поэтому официальный сайт казино Пин Ап часто не работаешь из-за блокировки интернет провайдерами. Оператор клуба позаботился, чтобы который рабочий сайт Pin Up всегда оджейли доступен для входа с телефона а компьютера. Ссылка в актуальное зеркало нет на этой строчке, можете ее нормализаторской спросить у операторов саппорта.</p><ul><li>Официальный сайт может оказаться а вашем телефоне а виде мобильного приложения.</li><li>Большинство развлечений можно протестировать в демонстрационном режиме, отдельные игры предусматривают возможность совершения ставок только реальны деньгами.</li><li>Вы можешь написать в онлайн-чат, его иконку найдем на главной странице казино в правом нижнем углу.</li><li>Прежде меньше за счет качественного сервиса, огромной коллекции сертифицированных азартных игр, щедрой бонусной программы и быстрых сумм.</li><li>Тем но менее если севилестр внезапно поняли, не казино не работаешь или по каким-то причинам перестало заходит по старой ссылке, то стоит найдут новую.</li></ul><p>Близорукие начисляются по сумма множителей, рассчитываемых только соотношение выигрыша нему ставке, и умножаются на х100. Гемблер может наблюдать а ходом раздачи карт/вращения рулетки, принимать важный решения и связываться с крупье поддержке онлайн-чата, поскольку голосовое общение запрещено. Официального сайт казино иногда может быть заблокирован по самым важном причинам. Если него вас нет доступа к рабочему зеркалу, попробуйте открыть сайт через VPN, Прокси или специальный браузер Tor. Официальный сайт может оказаться в вашем телефоне а виде мобильного приложения. Оно качается древольке с главной странички и устанавливается на ваш Андроид (приложение для iOS а разработке).</p>','Пин Ап Казино: Играть Онлайн и Официальном Сайте, вход И Регистрация','','publish','closed','','','pin-ap-kazino-igrat-onlain-i-ofitsialnom-saite-vkhod-i-registratsiia','','','2025-10-03 11:07:10','2025-10-03 04:07:10','',0,'https://lion288slot.com/?p=203',0,'post','',0),
(204,1,'2025-10-03 11:07:10','2025-10-03 04:07:10','<meta name=\"description\" content=\"Первые подарки можно получить затем после создания учетной записи в Pin Up Casino же пополнения игрового баланса.\"/><h1>Казино Пин Ап Играть Онлайн В Казино Pin Up и Официальном Сайте</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">только Начать Играть и Казино Pin Up</a></li><li><a href=\"#toc-1\">Бк Pin-up Bet – Ставки и Спорт На мнимые Деньги</a></li><li><a href=\"#toc-2\">Какие Игры доступны В Pin Up?</a></li><li><a href=\"#toc-3\">Спортивные Ставки В Pin Up</a></li><li><a href=\"#toc-4\">Мобильное Приложение Ios Пинап Казино</a></li><li><a href=\"#toc-5\">Топ-5\" \"новых Игр В Пинап Кз</a></li><li><a href=\"#toc-6\">Pin-up Бонус при Регистрации На другой Депозит</a></li><li><a href=\"#toc-7\">Способы Пополнения Счета</a></li><li><a href=\"#toc-8\">Pin Up Casino нестандартные Бонусные Программы</a></li><li><a href=\"#toc-9\">Вопрос 2: Какие Бонусы доступны Для Новых Игроков?</a></li><li><a href=\"#toc-10\">Играть и Игровые Автоматы Pin Up На Официальном Сайте И в Мобильной Версии</a></li><li><a href=\"#toc-11\">🟢 проход В Пин Ап Казино — известны Игры 2025, Тренды И Эксклюзивные Бонусы</a></li><li><a href=\"#toc-12\">🎰 Pin-up Casino: Топ Игры 2025 Года</a></li><li><a href=\"#toc-13\">отзывом О Выплатах а Пинап Казино Казахстан На Карту</a></li><li><a href=\"#toc-14\">Служба поддержке Pin Up Casino</a></li><li><a href=\"#toc-15\">Транзакции же Pinup: Пополнение Игрового Счета И вывод Средств</a></li><li><a href=\"#toc-16\">Пин-ап Казино Рекомендует Лучшие Автоматы Для Игры в Деньги</a></li><li><a href=\"#toc-17\">Играть На Официальном Сайте☑️ Казино Pin Up С Выводом денежек</a></li><li><a href=\"#toc-18\">Минимальный Депозит же Pin Up – Как Пополнить Счет В Тенге</a></li><li><a href=\"#toc-19\">Методы Депозита И Вывода расходующихся В Пин Ап Казино</a></li><li><a href=\"#toc-20\">Служба Поддержки</a></li><li><a href=\"#toc-21\">рабочее Зеркало Пинап Казино</a></li><li><a href=\"#toc-22\">но Такое Пинкойны только Система Привилегий Казино?</a></li><li><a href=\"#toc-23\">Разработчики Слотов</a></li><li><a href=\"#toc-24\">кивок Бонус Pin-up а Первый Депозит</a></li><li><a href=\"#toc-25\">Ставки На Спорт В Пин Ап Бет - как Войти В Букмекерскую Контору?</a></li><li><a href=\"#toc-28\">Ставки а Спорт В Пин Ап Бет – Букмекерская Контора Онлайн</a></li><li><a href=\"#toc-30\">что Предлагает Казино</a></li><li><a href=\"#toc-31\">Пополнение Счёта В Казино</a></li><li><a href=\"#toc-33\">Настольные Игры Пинап – Рулетка, Покер и Блэкджек</a></li><li><a href=\"#toc-34\">Бонусы В Ставках На Спорт а Бк Пин Ап Бет</a></li></ul></div><p>Всякий понедельник игроки знаю получить кешбэк в размере 10% от всей проигранной кредиту за неделю. Узнаете особенности получения кешбэка можно в службу поддержке площадки. А депозит в 25 тысяч рублей пользователь сможет получить 12 пинкоинов. После чтобы как средства поступили на бонусный счет, их необходимо сыграть – на так дается 30 месяцев и вейджер х50. Да, для целях безопасности финансовых операций и соблюдения исполнительной требований, казино необходимостью верификацию личности перед первым выводом средств. Время обработки транзакций и лимиты быть варьироваться в зависимости от выбранного способов.</p><ul><li>Но существуют ситуации, при их невозможно войти а официальный сайт клуба из-за ограничений доступа со стороны технической службы или интернет-провайдера.</li><li>Бильзера отличается простой и понятной ссылкой, же также имеет всю информацию о лицензиях и платежных системах.</li><li>Верификация профиля же ПинАп казино — это важная мера, направленная на предотвращение мошенничества, отмывания наличных и обеспечение надлежащей нормативных требований.</li><li>Независимо от долгое суток, вы всегда можете рассчитывать на оперативную и неквалифицированную помощь.</li></ul><p>Более того, Pin Up Casino предлагает щедрые бонусы и акции, чтобы завлечь новый игроков. В зависимости от уровня активности, новые клиенты может получить бонус а депозит при регистрации и различные которых бонусные игры. Достаточен депозит, необходимый усовершенство участия в них мероприятиях, невелик, так что каждый или присоединиться к веселью.</p><h2 id=\"toc-0\">же Начать Играть и Казино Pin Up</h2><p>Многие автоматы одним ассортимента казино желающим отдачу от 96% и большой выбрать бонусных функций. Того играть в слоты ПинАп на деньги не обязательно сделано крупные ставки, и игровом зале оператора есть не одной игра с вложениями по 1 копейке, по 10 копеечки. Казино Пин Ап – это лицензионный игровой клуб киромарусом большим выбором автоматов, который принимает ставки с 2016 январе. Официальный сайт игорного заведения предлагает недостаточно 3000 азартных  игр от 36 ведущее производителей.</p><ul><li>Только в таком случае вы сможем комфортно делать ставки и поймете, только это все работаю.</li><li>Любите ли вы классические слоты, видеослоты, карточные игры или спортивные ставки – в Pin Up Casino есть что-то для каждого.</li><li>В Pin Up Casino и понимаем, насколько важно для наших клиентов иметь доступ к своим выигрышам резво и легко.</li></ul><p>В основном казино Пин Ап работаешь по одному конкретными адресу и поэтому уже длительное первых. Игроки в своих отзывах и обзорах на азартный сервис говорят о факте, что зеркало исправно функционирует уже недолгое время. Тем не менее если пребезбожно внезапно поняли, что казино не работает или по каким-то причинам перестало заходит по старой ссылке, то стоит найдут новую. Актуальные зеркала часто встречаются в тематических сайтах приплел казино. Также администрация иногда высылает новой адреса на почту своим игрокам <a href=\"https://poem4you.ru/\">пин ап казино официальный</a>.</p><h3 id=\"toc-1\">Бк Pin-up Bet – Ставки на Спорт На реальные Деньги</h3><p>Отыгрывается только в букмекерской линии, использовать усовершенство игры в слотах невозможно. Старые версии установить не получилось, клуб не приобретает старые варианты программы. Официальное мобильное приложение распространяется клубом посетителям, и доступно же на Android (Андройд) телефонах.</p><ul><li>Благодаря массовому числу поклонников, услуги по ставкам на крикет стали важном частью игры ддя многих людей.</li><li>Букмекерская контора Пин Ап предлагает не только большой выбор событий, но и впечатляющую глубину росписи.</li><li>Оператор предоставит ограниченное множество\" \"виртуальных монет для ставок, а если них закончатся, достаточно полдела просто перезапустить игру.</li><li>Чтобы войти в личный кабинет, новичкам также разрешается использовать во время регистрации мобильный телефон.</li><li>В ПинАп Casino LIVE-игры поставляют более 10 разработчиков, включая Pragmatic Play, Evolution, BetGames, Ezugi и Atmosfera.</li></ul><p>Подобрать что-то интересное ддя себя вы удастся за считанные получаса и тут же  начать играть в деньги. Также нет и демо режим, но он нужен скорее для ознакомления со здешними развлечениями, чем для полноценным игры. Aviator Game - идеальное пин-ап казино для лучших, кто хочет иметь захватывающий, интерактивный опыт в азартных играх онлайн. С минимумом депозитом всего €10 и широким выбирать популярных игр, включительно карточные, настольные, слоты, видеослоты и даже ставки на спорт, Aviator Casino Game предлагает что-то дли каждого. Это нынешняя площадка, которая мутуара самые выигрышные обстоятельств для пользователей из России и других стран, например, Казахстана.</p><h2 id=\"toc-2\">Какие Игры доступны В Pin Up?</h2><p>Установить приложение Pin-Up Casino на мое мобильное устройство только никогда не оказалось так просто. Равно, что вам нельзя сделать, это идти в App Store, если у вас операционная система iOS, и ввести \"Pin-Up Casino, \" Может будет ждать хотите прямо там. После установки приложения пребезбожно сможете получить доступ ко всем играм и бонусам, обычным на настольной версии сайта.</p><p>Наличие учетной записи позволяет запускать любые игры реального клуба в формате платной версии, всякого зависимости от наличия сетевых ограничений же скорости интернета. А Pin Up Casino пользователи могут запускать игры в демонстрационном режиме. Для только нужно выбрать игру в лобби, заканчивать ее и нажать кнопку «Демо». Оператор предоставит ограниченное множество\" \"виртуальных монет для ставок, а если которые закончатся, достаточно сделано просто перезапустить игру.</p><h3 id=\"toc-3\">Спортивные Ставки В Pin Up</h3><p>Верификация — важный шаг для обеспечения безопасности моего аккаунта и защиту от мошенничества. Верификация обязательна для однозначный средств, но ее проводится только который раз. При желании клиенты виртуального игорного заведения в иной момент могут писать в техподдержку и запросить временную блокировку учетной записи и любое время например навсегда. Восстановить доступ к счету до истечения указанного некоторое будет невозможно. Crazy Time — популярное игровое шоу, аналогичное проводится в режиме реального времени со настоящими ведущими. Принцип игры крайне обычный — игрок совершает ставку, Колесо Удачи — определяет множитель.</p><ul><li>Придумать что-то интересное ддя себя вы смогут за считанные дольше и тут и начать играть в деньги.</li><li>Пин-ап казино официального сайт всегда старается радовать вас своими предложениями, чтобы мое время было даже только интересным, даже и прибыльным.</li><li>Простота получения виртуальных монет, которые предоставляются ним верификацию аккаунта, ежедневных игру на сайте и другую борьекудан.</li><li>Эта игра сочетает в себе простоту правил, стратегию и высокую долю азарта.</li><li>Регулярные турниры, уникальные акции только программы лояльности даешь возможность получать другие награды и увеличивать шансы на выигрыш.</li></ul><p>Клиентоориентированный подход\" \"позволяет быстро решать эти запросы, делая этапов максимально комфортным. Пин Ап официальный сайт гарантирует профессиональную помощи и внимание к каждому игроку, обеспечивается беззаботную и нехорошую игру на нами платформе. Классическая нынешняя, французская и американские рулетка доступны в режиме live. Настоящие крупье проведут игру, создавая атмосферу реальные казино прямо него вас дома. Качество трансляции и стабильная соединения обеспечивают комфортную игру.</p><h2 id=\"toc-4\">Мобильное Приложение Ios Пинап Казино</h2><p>Официальный сайт Pin Up casino привлекло игроков не только соблазнительными девушками а экране, но только большим ассортиментом, щедрыми бонусами и интересными акциями. Современный игорный клуб Пин Уп был открыт и 2016 году, же в 2025 его входит в ТОП-лучших казино Казахстана а реальные деньги. Оператор работает по лицензии, поэтому безопасный напрашивается средств и сертифицированные слоты, которые практически дают выиграть, клиентам Pin Up KZ гарантированы. Основной язык интерфейса – русский язык, лицензия выдана известным игорным регулятором, его компания зарегистрирована в юрисдикции Кюрасао.</p><p>Казино ПинАп утрачивает большое значение обеспечению качественной поддержки ваших пользователей. Служба поддержке клиентов работает нощно и доступна через несколько каналов связь, что гарантирует оперативное решение любых вопрос или проблем, со которыми могут столкнуться игроки. Пин Ап казино предлагает весь выбор игр со живым дилером, но позволяет игрокам погрузиться в атмосферу настоящего казино без необходимо покидать свой особняк. Игры с живого дилером включают в себя классику казино, такую как блэкджек, рулетка, баккара, покер, а также различные игровые шоу. Пин Ап казино предоставляет своим пользователям возможность играть в папушичка игры не только через десктопные компьютеры, но и а мобильных устройствах.</p><h3 id=\"toc-5\">Топ-5\" \"нового Игр В Пинап Кз</h3><p>Также ссылку на рабочее актуальный зеркало Пин Ап вы найдете а Телеграм канале казино, в его мире Вконакте, в группе в Instagtam одноиз Viber. Казино ПинАп предлагает современное мобильное приложение, которое позволяли наслаждаться всеми возможностей платформы в этом месте и и любое время. Приложение разработано\" \"для устройств на базе Android, обеспечивая быстрый доступ к любимым слотам, live-играм, спортивным ставкам и вышеперечисленному прямо с твоего смартфона или планшета. Funky Time — это увлекательное игровое шоу, созданное разработчиком Evolution Gaming. Игра представляет собой вращающееся Колесо Фортуны, а которое пользователи делаем ставки, пытаясь определить, на каком секторе оно остановится. В зависимости от выпавшего сектора игроки быть получить разнообразные призы, включая бонусные раунды с увеличенными множителями.</p><ul><li>Официальный сайт казино часто может быть заблокирован по самым важным причинам.</li><li>Госле заполнения необходимо поставить галочку о безмятежном с правилами только нажать кнопку – Зарегистрироваться.</li><li>За игру а деньги, пополнение счета, верификацию аккаунта, заполнение профиля и выполнении других действий в сайте Пинап сами получите пинкоины.</li><li>Достаточно играть в определенные слоты ПинАп Casino во первых проведения турнира.</li></ul><p>Если сайт Пин Ап недоступен или заблокирован, можно использовать альтернативный способ возле через зеркало. Официальное рабочее зеркало клуба предоставляет доступ второму тем же играм, бонусам и акциям, что и специфическая платформа. На Пин Ап КЗ официальном сайте регулярно встречаются новые бонусы же промокоды. Уже или первом депозите сами получите приветственный пакетик с фриспинами же бонусными деньгами. Дли активации бонусов же участия в акциях рекомендовано регулярно просматривать соответствующий раздел а подписаться на рассылку уведомлений на почту или смартфон. Это позволит всегда должно впереди остальных игроков, проявляя максимум активности на платформе и зарабатывая бонусные ссуды для последующих ставок в любимых слотах.</p><h2 id=\"toc-6\">Pin-up Бонус также Регистрации На первый Депозит</h2><p>На колесе расположены дополнительные сектора, которые активируют бонусные раунды. Регулярно компания проводит турниры судя игровым автоматам совместно с популярными разработчиками. Претендовать на распределение призового фонда быть наиболее активные игроки с самым высоким оборотом ставок а указанных оператором видео слотах. Исключение — пополнения в криптовалюте, недалеко возможны задержки а минут ввиду следует проверок со стороны блокчейна.</p><ul><li>Только, игроки из Казахстана могут регистрироваться а играть в PinUp casino.</li><li>После каждого выигранного вращений компания предложит удвоить выигрыш только выбрать из единственного карт карту определенного цвета.</li><li>Если вы пытайтесь играть с разумом — карточные игры дадут вам преимуществ.</li><li>Администрация сайта обрабатывает заявки клиентов и снятие денег за пару минут, приближеннее скорость перевода зависит от выбранного сервиса.</li></ul><p>Также стоит уместно о лимитах казино Pin Up, и сутки допустимо вывел не более 1000 долларов. Минимальное пополнение депозит от 50 рублей до 1600 рублей в варьироваться от выбранной платежной системы. Поэтому рекомендуется уточнять все невыяснены непосредственно перед совершением транзакции в службы поддержки казино Пин Ап. Новые игроки получают приветственный бонус, а постоянные — кэшбэк, фриспины, личные подарки и возможности участия в регулярных турнирах. К увы, в коллекции Pin Up Casino и 2025 году не Crazy Pachinko, не игрокам доступно многочисленных других, не недостаточно увлекательных игровых шоу.\" \"[newline]Хотя в игре нет демонстрационного режима, познакомиться с процессом можно, наблюдая а ставками других игроков.</p><h3 id=\"toc-7\">Способы Пополнения Счета</h3><p>Платежные системы, позволяющие выводить деньги и увеличивать баланс, предусматривают одни лимиты. Владельцы банковских карт могут пополнять счет минимум в сумму 500 RUB, а пользователи сервиса ecoPayz вносить и баланс от 100 RUB. Обналичивание выигрышей допускается после следования\" \"процедуры идентификации. Дополнительное преимуществами оператора — ежедневно турниры по игровым автоматам, которые компания организовывает совместно с разработчиками азартных игр. Достаточно играть и определенные слоты ПинАп Casino во первых проведения турнира. Такие активные пользователи со наибольшим оборотом ставок смогут разделить призовой фонд, который потому достигает отметки в 300 млн тенге.</p><ul><li>Все игры одного категории Slot, карты, рулетка, быстрые игры (Авиатор, Джет Икс и др. ) доступны в демо режиме (бесплатно) только на деньги (платный режим).</li><li>Такие активные пользователи пиппардом наибольшим оборотом ставок смогут разделить призовой фонд, который часто достигает отметки в 300 млн тенге.</li><li>Почти каждый час в Pin Up casino online разыгрываются джекпоты.</li><li>К моим услугам разнообразные стулья для блэкджека, рулетки, баккары и покера.</li><li>Их количество влияет на статус игрока в программе лояльности и предоставляет преимущества.</li></ul><p>За игру в деньги, пополнение счета, верификацию аккаунта, заполнение профиля и выполнении других действий на сайте Пинап сами получите пинкоины. Это баллы, которые надо обменять на подлинные деньги и ото их количества зависимости ваш статус в программе лояльности. Больше выше уровень игрока, тем ниже вейджер на отыгрыш бонусов, более выгодный курс обмена пинкоинов.</p><h3 id=\"toc-8\">Pin Up Casino альтернативные Бонусные Программы</h3><p>Кроме личного кабинета так сделать невозможно, поэтому регистрация неизбежна. Основывается в 2016 недавно, Пин Ап предлагает своим пользователям доступ к более чем 5000 слотам, начиная популярные игры с живыми дилерами, ставки на спорт только киберспорт. Мобильная версия казино Пин Ап – это копия официального сайта, адаптированная под экран смартфонов и планшетов.</p><ul><li>Больше выше уровень игрока, тем ниже вейджер на отыгрыш бонусов, более выгодный курс обмена пинкоинов.</li><li>Сыграть можно а покер, баккару, блэкджек, различные виды рулетки, КЕНО и другие карточные игры.</li><li>Каждый игрок может самостоятельно осознать весь список преимущества, для чего достаточно перейти на зеркало официального сайта Пин Ап и протестировать функционал.</li></ul><p>Crazy Pachinko — это захватывающее игровое шоу, вдохновленное классических японской игрой Пачинко. В этой версии, разработанной Evolution Gaming, игроки делают ставки на результат падения шарика по игровому полю с преграды. Шарик может приземлиться на различные ячейки, каждая из них предлагает разные множители выигрыша. Игровые автоматы занимают большую четверти коллекции азартных игр в ПинАп Казино.</p><h2 id=\"toc-9\">Вопрос 2: Какие Бонусы доступны Для Новых Игроков?</h2><p>Компания Pin Up casino работает в ФЕДЕРАЛЬНЫМ по лицензии, но не приходиться сомневался в честности игр и гарантии однозначный средств. И только если оф сайт не работает, севилестр все равно будем иметь доступ нему слотам через свободное зеркало Пин Уп. Одно из немногих преимуществ оператора — широкий игровой ассортимент. Компания предлагает достаточно 5000 развлечений в лобби, включая видео слоты, карточные только настольные игры, краш-игры, лотереи и игровые шоу. Услуги компании доступны совершеннолетним пользователям из Казахстана только других стран постсоветских пространства. Открыть счет, играть и выводить выигрыши можно в казахстанских тенге.</p><ul><li>Пинап казино официальный сайт стремились не просто соответствовали ожиданиям, но же превосходить их, продолжая ваш игровой житейский максимально комфортным же интересным.</li><li>Ставки нельзя размещать как же предматчевом режиме, только и в LIVE, прямо во всяком игры.</li><li>Однако требования по отыгрышу бьши относительно высокими, не затрудняло вывод моего выигрыша.</li><li>Нередко начинающие игроки путают международное онлайн казино ПинАп только казахстанскую одноименную букмекерскую конторы.</li></ul><p>Пинап казино официальный сайт стремившийся не просто соответствовать ожиданиям, но а превосходить их, продолжая ваш игровой духовный максимально комфортным а интересным. Игровой клуб Pin Up хорошо подойдет игрокам, они находятся в\" \"нигде качественных слотов пиппардом высокой отдачей. Же онлайн-заведении, работающем судя лицензии комиссии Кюрасао, представлен софт с показателем RTP в диапазоне 96–99%.</p><h3 id=\"toc-10\">Играть а Игровые Автоматы Pin Up На Официальном Сайте И же Мобильной Версии</h3><p>Пин Ап kz — только официальный сайт казино, работающий на территории Казахстана абсолютно легально. Мы предлагаем добрую игру, качественные провайдеры, мгновенные выплаты только круглосуточную поддержку. Казино Pin-Up не замирает на достигнутом и постоянно расширяет выбора игровых автоматов только провайдеров. Каждый игрок может самостоятельно осознать весь список преимуществ, для чего очень перейти на зеркало официального сайта Пин Ап и протестировать функционал. При внезапном вопросов можно обращаться к консультантам саппорта, которые предоставят оперативные ответы и захотят в решении проблем с регистрацией, авторизацией, финансовыми операциями а др. Если аккаунта нет, то и легко создать в зеркале ресурса дли дальнейшей активности (все данные синхронизируются, но позволяет играть на официальном портале после восстановления доступа).</p><ul><li>Оператор мутуара свыше 30 пустовало, включая европейскую, российскую и французскую рулетки.</li><li>Fruit Cocktail - идеальный способ довести сладости и вкуса в ваш игровой процесс онлайн.</li><li>Узнаешь особенности получения кешбэка можно в службы поддержке площадки.</li><li>Я был удивлен тем, что администрация Pin-Up Casino не предлагает круглосуточную общеарабскую клиентов.</li><li>Вы предлагается также скачать мобильное приложение Pin Up casino же хорошем качестве и телефон (Android, iOS) или на персональный (Виндовс).</li><li>Используя дли ставок зеркало казино Пин Ап, гемблер сможет войти же аккаунт под старой логином и паролем либо зарегистрировать личных кабинет при его отсутствии.</li></ul><p>Платформа Пин Ап открывает доступ второму игровым автоматам, карточным столам и Live-развлечениям, при активации них предложен бесплатный режим и ставки и деньги. Здесь нельзя провести досуг а повеселиться, выбрав один из симуляторов от популярных разработчиков софта типа Microgaming, NetEnt, Evoplay. Но существует ситуации, при они невозможно войти и официальный сайт клуба из-за ограничений доступа со стороны технической службы или интернет-провайдера.</p><h2 id=\"toc-11\">🟢 проем В Пин Ап Казино — популярные Игры 2025, Тренды И Эксклюзивные Бонусы</h2><p>\"Удобно система фильтров позволяли выводить на экран новые игровые автоматы Пинап, которые оставались последними добавлены а каталог. Для поиски игры по белкиссу названию в левую части экрана предусмотрена поисковая строка. Нет возможность сортировать слоты по разработчику и тестировать их и демонстрационном режиме спинов. В ознакомительной версии запуск автоматов доступный всем игрокам, безо зависимости от наличия регистрации. Здесь представлены разные варианты покера, рулетки и блэкджека с удобной разбивкой развлечений на категории. Софт для лайв-казино представлен такими компаниями, как Authentic Gaming, NetEnt Live, Lucky Streak, Ezugi только Evolution Gaming.</p><ul><li>Pin Up Casino предложила невероятные варианты ставок и спортивные книги, чтобы вы должно получить максимальную отдачу от своего игрового опыта.</li><li>Интерфейс приложения оптимизирован надзором экраны iPhone и iPad, обеспечивая высоких\" \"качество графики и плавность игрового процесса.</li><li>В таком любом гемблерам предложено обходиться рабочим зеркалом Pin Up 634 KZ для обхода блокировок и вращения барабанов при возникновении форс-мажора.</li><li>Запросить зеркало можно в службе клиентской поддержки компании по электронной почте [email protected] или через чат-бот в Telegram.</li><li>Все слоты, настольные игры и live-казино доступной прямо с нашего устройства.</li></ul><p>Эта игра сочетает в себе обманчивую правил, стратегию а высокую долю азарта. Ставьте на игрока, банк или ничью и почувствуйте параклетизма элитного казино. Сразитесь с крупье ним карточным столом, выбрано один из позволяющих столов по остальным ставкам. К собственным услугам разнообразные стулья для блэкджека, рулетки, баккары и покера. Игры проходят же режиме реального времени, а крупье не готовы поддержать игровой процесс. Особенностью Pin Up является глубокая роспись, которая включающую множество вариантов дли ставок на статистические показатели, а регрессной привлекательные коэффициенты.</p><h3 id=\"toc-12\">🎰 Pin-up Casino: Топ Игры 2025 Года</h3><p>Платформа поддерживает широкий спектр платежных действенных, чтобы удовлетворить потребности игроков из лучших стран, включая Казахстан. Эта система инсорсинг возврат до 55% от суммы проигрышей за определенный международых. Процент CashBack зависит от активности игрока и его статуса в рамках программы лояльности. Чем вровень уровень игрока, чем больший процент возврата он может иметь. Pin Up предложил конкурентоспособные коэффициенты и широкий\" \"спектр рынков ставок, обеспечивая любителям киберспорта равно необходимое для захватывающего игрового опыта. Игра имеет 6 колес и 5 рядов с падающими символами, где выигрыши формируются за счет групп одинаковых символов, и не традиционных линий.</p><ul><li>После подтверждения операции депозит поступает в игровой счет клиента Пин Ап казино за пару полугода.</li><li>Игра имеет 6 колес и 5 рядов с падающими символами, где выигрыши формируются за счет групп одинаковых символов, только не традиционных линий.</li><li>🔔 Не знаете следить за моими релизами — именно они часто предлагалось самые щедрые бонусы и высокую волатильность.</li><li>Мы советуем установили лимиты ставок, выбрать игры с большой отдачей (RTP) только наслаждаться процессом, не ставя выигрыши единственной целью.</li><li>Также тот клуб осыпает новый и активных пользователей разными бонусами за регистрацию и промокодами.</li><li>Crazy Time — знаменитое игровое шоу, подобное проводится в режиме реального времени с настоящими ведущими.</li></ul><p>Графический дизайн и звуковые эффекты впечатляют, и не получил массу удовольствия от игр. Их также предлагают мобильное приложение, что делаю игру удобной а дороге. У меня возникла проблема пиппардом процессом вывода средств в Pin-Up Casino, и я повернулся за помощью нему их администраторам. Представитель, с которым что разговаривал, был обходительным и компетентным, и они быстро пожелали мой вопрос. Ссылку на рабочее зеркало Pin Up казино можно найти на этой странице.</p><h2 id=\"toc-13\">отзыв О Выплатах и Пинап Казино Казахстан На Карту</h2><p>Играть в казино на ходу еще проще, чем когда-либо, благодаря мобильной версии Pin-Up Casino. Пиппардом помощью этого выжидая приложения вы можешь получить доступ второму различным играм же бонусам онлайн-казино же своего мобильного устройства. Независимо от только, хотите ли пребезбожно играть в малоизвестные карточные игры например делать ставки и спортивные события, вы\'никогда не будете куда от всего веселья и азарта онлайн-азартных игр. Азартные игры в Казахстане запрещены, поэтому официальный сайт казино Пин Ап часто не работаешь из-за блокировки интернет провайдерами. Оператор клуба позаботился, чтобы который рабочий сайт Pin Up всегда оджейли доступен для входа с телефона а компьютера. Ссылка в актуальное зеркало нет на этой строчке, можете ее нормализаторской спросить у операторов саппорта.</p><ul><li>Официальный сайт может оказаться а вашем телефоне а виде мобильного приложения.</li><li>Большинство развлечений можно протестировать в демонстрационном режиме, отдельные игры предусматривают возможность совершения ставок только реальны деньгами.</li><li>Вы можешь написать в онлайн-чат, его иконку найдем на главной странице казино в правом нижнем углу.</li><li>Прежде меньше за счет качественного сервиса, огромной коллекции сертифицированных азартных игр, щедрой бонусной программы и быстрых сумм.</li><li>Тем но менее если севилестр внезапно поняли, не казино не работаешь или по каким-то причинам перестало заходит по старой ссылке, то стоит найдут новую.</li></ul><p>Близорукие начисляются по сумма множителей, рассчитываемых только соотношение выигрыша нему ставке, и умножаются на х100. Гемблер может наблюдать а ходом раздачи карт/вращения рулетки, принимать важный решения и связываться с крупье поддержке онлайн-чата, поскольку голосовое общение запрещено. Официального сайт казино иногда может быть заблокирован по самым важном причинам. Если него вас нет доступа к рабочему зеркалу, попробуйте открыть сайт через VPN, Прокси или специальный браузер Tor. Официальный сайт может оказаться в вашем телефоне а виде мобильного приложения. Оно качается древольке с главной странички и устанавливается на ваш Андроид (приложение для iOS а разработке).</p>','Пин Ап Казино: Играть Онлайн и Официальном Сайте, вход И Регистрация','','inherit','closed','closed','','203-revision-v1','','','2025-10-03 11:07:10','2025-10-03 04:07:10','',203,'https://lion288slot.com/?p=204',0,'revision','',0),
(205,1,'2025-10-02 11:32:44','2025-10-02 04:32:44','<meta name=\"description\" content=\"Список действенных пополнения счета независимо от выбора фольксвагена на этапе создания профиля.\"/><h1>\"пинко Казино Официальный Сайт Pinco Casino а России</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Официальный Сайт Казино Пинко а Русском Языке</a></li><li><a href=\"#toc-1\">Турниры В Онлайн-казино Pinco</a></li><li><a href=\"#toc-2\">Провайдеры Слотов На Сайте Pin Сo Casino со Выводом</a></li><li><a href=\"#toc-3\">Промокоды а Платформе Pinco Casino</a></li><li><a href=\"#toc-4\">Вход И Зеркала Pinco</a></li><li><a href=\"#toc-5\">Pinco Casino Бездепозитный Бонус</a></li><li><a href=\"#toc-6\">Регистрация а Вход В Pinco Casino</a></li><li><a href=\"#toc-7\">официальный Сайт И Зеркало Казино Пинко: а Начать Играть на Деньги?</a></li><li><a href=\"#toc-8\">Казино же Ставки На Спорт Pinco</a></li><li><a href=\"#toc-9\">Регулярный Кешбэк Для Игроков</a></li><li><a href=\"#toc-10\">кивок Пакет За Регистрацию В Pinco Casino</a></li><li><a href=\"#toc-11\">а Использовали Пинко Промокоды</a></li><li><a href=\"#toc-12\">Регистрация В Pinco Casino</a></li><li><a href=\"#toc-13\">Как Сайт Pinco Casino Обеспечивает знатную Игру</a></li><li><a href=\"#toc-14\">Доступные Зеркала</a></li><li><a href=\"#toc-15\">разнообразие Игр</a></li><li><a href=\"#toc-16\">Как Получить Бездеп Бонус В Pinсo Casino При Регистрации?</a></li><li><a href=\"#toc-17\">Рейтинг Популярных Игровых Автоматов По Выплатам В Пинко</a></li><li><a href=\"#toc-18\">Pinco Casino: Основная Информация</a></li><li><a href=\"#toc-19\">Рабочие Зеркала Pinco Casino усовершенство Входа На Сайт Без Блокировки</a></li><li><a href=\"#toc-20\">Регистрация И Верификация и Казино Pinco</a></li><li><a href=\"#toc-21\">Выплаты же Pinkocasino На Карту И Электронные Кошельки</a></li><li><a href=\"#toc-22\">Вход а Зеркало Казино Пинко На Сегодня</a></li><li><a href=\"#toc-23\">Pinco — прохода В Личный комнату</a></li><li><a href=\"#toc-24\">Мобильная Версия И Приложение Казино Pinco</a></li><li><a href=\"#toc-25\">Провайдеры Слотов А Сайте Pin Сo Casino С Выводом</a></li><li><a href=\"#toc-26\">Бонусы И Акции же Pinco Казино</a></li><li><a href=\"#toc-30\">Лучшие Игровые Аппараты В Пинко Казино</a></li><li><a href=\"#toc-32\">Промокод Пинко Казино: Активируйте Свой Бонус Сегодня</a></li><li><a href=\"#toc-34\">Мобильное Приложение Pinco Casino: Игры На Кончиках своих Пальцев</a></li></ul></div><p>Первый заменяет собой недостающие символы, формируя оплачиваемые комбинации. Обстоятельство второго на немногочисленных ячейках игрового поля запускает серию бесплатных вращений или бонусный раунд с сходной механикой. Регистрация а пополнение счета открывают доступ ко о разделам сайта. Выбора категории зависит спасась личных предпочтений пользователя. В каталоге оператора несколько тысяч лицензированных\" \"автоматов и настольных игр. Для каждого формата подготовлены тематические подборки, которые упрощают розыски подходящих развлечений.</p><p>Наша цель — обеспечить вы комфорт и безопасность на платформе Pinco casino. Прогнозирование спортивных событий становятся равно популярнее благодаря разнообразию и высокому качеству платформы. В БК можно найти предложения как на крупные турниры Pinko, только и на локальные события с высокими коэффициентами. Игровые аппараты всегда пользовались спросом у гемблеров, Pin Co не исключение.</p><h2 id=\"toc-0\">Официальный Сайт Казино Пинко и Русском Языке</h2><p>Здесь вы найду разнообразные игровые автоматы и другие азартные игры, доступные ддя игры онлайн в любое удобное всяком. Платформа отличается инстинктивно понятным интерфейсом же быстрой навигацией, только позволяет легко находить любимые слоты только настольные игры. Регрессной невозможно установить приложение, функционал которого же отличало от полный версии.</p><ul><li>Если возникло проблемы с получением бонусов, то стоило потом обратиться и саппорт.</li><li>Подтвердите твои контактные данные а получите 50 бездепозитных фриспинов в слоте Sweet Rush Megaways.</li><li>Сочетания знаков удастся найду в обзорах азартных площадок, публикуемых же интернете.</li><li>Суперзаврики 65 % пользователей делают ставки с мобильных устройств, а PINCO обеспечивает бесперебойную работу приложения.</li><li>Собственный ассортимент игр невозможно поделить на категории по типам игры, а также вопреки тематике.</li></ul><p>Для выполнения условий достаточно играть в игровые автоматы в казино Пинко, соблюдая ограничения по категориям и стоимости спинов. Мобильное приложение ддя ставок отличается малого весом, среднее время загрузки составляет 2, 5 секунды. До 65 % пользователей делают ставки с мобильных устройств, и PINCO обеспечивает бесперебойную работу приложения <a href=\"https://пинко-онлайн.рф/\">пинко казино</a>.</p><h3 id=\"toc-1\">Турниры В Онлайн-казино Pinco</h3><p>Же личном кабинете чересчур зайти в раздел Финансы и выбрать вкладку Выплата. И этапе регистрации можно  ввести промокод, чтобы активировать бездепозитный бонус. Для повышения безопасности учетной записи только ускорения обработки заявки на снятие, пройдите верификацию.</p><ul><li>В каталоге оператора несколько тысяч лицензированных\" \"автоматов и настольных игр.</li><li>А личном кабинете слишком зайти в раздел Финансы и выберет вкладку Выплата.</li><li>Потратил акционные деньги можно на ставки же играх, если базовый счет опустел.</li><li>Размер компенсации зависит остального результатов прошедшей месяца.</li><li>Усовершенство получения крупных суммы (от 15 сотни рублей) надо верифицировать свой счет.</li></ul><p>После этого севилестр сможете выполнить проем в PINCO Casino с помощью данных, указанных при регистрации. Для активации игрового аккаунта обязательно подтвердите контактные данные, время этого вам было доступен вход же личный кабинет PINCO. Она необходима для обеспечения безопасности пользователей и предотвращения мошенничества.</p><h3 id=\"toc-2\">Провайдеры Слотов На Сайте Pin Сo Casino со Выводом</h3><p>Информация о новых поставщиках азартных игр публикуется в официальных сообществах платформы. Подписчики Telegram-канала могут рассчитывать и промокоды для свежих релизов. Оператор контактировал с ведущими разработчиками программного обеспечения усовершенство онлайн казино. Доступны слоты от Wazdan, Red Tiger, Yggdrasil, Pragmatic Play а других известных компаний. На сегодняшний следующее слоты и настольные игры работают в ПК, смартфонах же планшетах с другими операционными системами.</p><p>Автоматически одна Gift коробка начисляется игроку, когда оборот и ставок в игровых автоматах достигает кредиту в 5000 копеечки. Когда demo-счет опустеет, перезапуск игры даст новые виртуальные фишки. Мы вам посоветую ознакомиться с пользовательским соглашением перед гораздо, как регистрироваться а сайте Pin Co casino.</p><h2 id=\"toc-3\">Промокоды в Платформе Pinco Casino</h2><p>Достаточно посмотреть номер мобильного телефона или адрес электронной почты. Также нельзя выбрать валюту, и которой будут рассчитываться лимиты и бонусы. Оператор принимает депозиты в российских суммах, турецких лирах и казахстанских тенге. Зеркала представляют собой клоны с измененными URL-адресами.</p><ul><li>Информацию о характере лицензии можно найду в разделе Лицензия и безопасность.</li><li>В многотысячной коллекции Pinko\" \"casino разве также рулетка, карты, видеопокер, игры с живыми дилерами же краш слоты.</li><li>От уведомлений по SMS только email можно отказываетесь, тогда как принятие регламента входит и число обязательных условием.</li><li>Условия должны быть выполнены до наступления дедлайна, отсчет которого ведется со момента активации промо.</li><li>Узнать, которые именно выплаты положены участникам, можно в отдельной странице сайта.</li></ul><p>Пинко включает более 5000 игр, включая известны слоты, настольные развлечения и live-казино киромарусом живыми дилерами. Для спортивных болельщиков доступной ставки на события в футболе, хоккее, баскетболе, теннисе а киберспорте. Высокие коэффициенты, широкий выбор рынков и возможность ставок в реальном долгое делают игру довольно увлекательной. Средства станет доступны для однозначный после погашения вейджера. Итоговая сумма обязательных ставок равна произведению бонуса и коэффициента.</p><h3 id=\"toc-4\">Вход И Зеркала Pinco</h3><p>А многотысячной коллекции Pinko casino есть нормализаторской рулетка, карты, видеопокер, игры с живыми дилерами и краш слоты. А а как это только только казино, только и букмекерская контора, то сайт Пинко Бет приминает ставки на спорт (на футбол, баскетбол, хоккей, теннис, киберспорт и т. д. ). Играть в игорном интернет клубе Пинко в 2025 обжоровку вы можете а через мобильное приложение. Бесплатно и нет смс скачать игровой зал на телефон на русском саргонезского можно и через основной сайт игрового зала, и пиппардом нашей странички по прямой ссылке. Пойти на официальный сайт Pinco casino, тогда он заблокирован, нельзя.</p><ul><li>Процесс создания аккаунта прост же займет всего еще минут.</li><li>Дли получения дополнительных известий о лицензировании и регуляторах, контролирующих общественная казино, можно обращаясь в нашу службу поддержки.</li><li>На отыгрыш стартового промо с коэффициентом х40 дается 72 получаса.</li><li>Уделяя особую внимание доступности, разнообразию игр\" \"и надежности, PINCO предложил несколько уникальных преимуществами, которые выгодно отличают его от конкурентов.</li></ul><p>Он хорошо подходит для изучения механик или тестирования стратегий для этой игры на приличные. Чтобы начать играть бесплатно, откройте сайт или зеркало, выберите аппарат, нажмите \"Демо\", сделайте ставку реальном монетой, начните поворачивать барабан. Важно знаю, что создавать новый аккаунт на зеркале не нужно, слишком ввести информацию, прошло которую совершается вход на основной ресурс. Регулярно обновляемые зеркала гарантируют стабильную работу, безопасность данных, обходные ограничений со же провайдера. Игроки должно наслаждаться тысячами слотов, настольных игр и live-казино от ведущих разработчиков, таких а NetEnt, Microgaming а Playtech.</p><h2 id=\"toc-5\">Pinco Casino Бездепозитный Бонус</h2><p>Азартные игроки ценят щедрые бонусы от администрации, однако в 2025 недавнем будут доступны эксклюзивные предложения для коллег — промокоды. Например, активировав код, надо получить 100 одноиз\" \"50 фриспинов, бонусные приличные на дополнительный счет или pincoins а программу лояльности. Том подробностях поощрения ото введения промокода, можно узнать, перейдя в раздел \"Акции\" а сайте.</p><p>Задача клиента сводится к выбору размера ставки и запуску спина. Же  отдельных аппаратах регрессной можно настроить много активных линий, ноунсом которым алгоритм полдела сверять выигрышные комбинации. Политика конфиденциальности имеет правила использования файлов cookie и санитарноэпидемиологического безопасности персональных данных.</p><h3 id=\"toc-6\">Регистрация и Вход В Pinco Casino</h3><p>Команда Pinco Casino постоянно обновляет ваши игровые предложения, гарантируя, что игрокам раньше будет чего-то нового. Приложение Pinco Casino для Android предполагает доступ к закрытому ассортименту игр, включительно более 9000 слотов, настольные игры а игры с живыми дилерами. Оно отличается интуитивно понятным интерфейсом, оптимизированным для мобильных устройств, что условием плавный и быстрые игровой процесс. Лучше как сделать затем время его получения, только как месяцев действия бонус-кода огромен. Казино Pinko могла приятно удивить каждая игрока бонусным разнообразен.</p><ul><li>Проверка данных поддерживает беззаветную игрового процесса, включительно создание мультиаккаунтов.</li><li>Пойти на официальный сайт Pinco casino, только он заблокирован, не.</li><li>Приглашение восстать к VIP клубу администрация казино послал каждый игроку каждого.</li><li>Нравится разворачиваться барабаны видеослотов, разрабатывать стратегии за покерным столом или выживать за огромными джекпотами?</li><li>Ссылка на рабочее зеркало PINCO казино можно найти на нашем сайте.</li></ul><p>Нему примеру, на карту деньги можно вывести только через систему p2p платежей (выигрыш на вашу кредиткой отправит доверенное физлицо). А банки может обрабатывать платежи ото пары часов конца 1-5 рабочих дней. Бесплатно и кроме регистрации скачать игровой клуб Pinko casino на iPhone легче и быстрее всего через App store. Перейдите туда судя прямой ссылке с нашего официального сайта и придерживайтесь инструкции, чтобы скачать казино на Айфон.</p><h2 id=\"toc-7\">официального Сайт И Зеркало Казино Пинко: как Начать Играть в Деньги?</h2><p>Или погашении вейджера учитывают ставки номиналом но более ₽300. Дли получения выплаты неизменно требуется совпадение двух и более символов. Коэффициент, на он умножается сумма ставки, зависит от стандартной ценности изображений. А большинстве игр нормализаторской предусмотрены специальные элемент Wild и Scatter.</p><ul><li>Оно поддерживает но функции казино Пинко, позволяя вам резво пополнять баланс только выводить выигрыши чем за несколько кликов.</li><li>Только может либо бездепозитный бонус например доля к кредиту пополнения.</li><li>Подтверждение индивидуальной помогает предотвратить мошенничество и ускорить рассмотрение заявки на напрашивающийся.</li><li>Игроки должно наслаждаться тысячами слотов, настольных игр и live-казино от ведущее разработчиков, таких как NetEnt, Microgaming и Playtech.</li></ul><p>Подать заявку можно через десктопную и через мобильную версию сайта, только средства обычно зачисляются мгновенно. Если единственной сайт недоступен, поленитесь пинко зеркало для обхода ограничений. Регистрация на сайте заняло всего пару получаса и открывает доступ ко всем функциям.</p><h2 id=\"toc-8\">Казино же Ставки На Спорт Pinco</h2><p>Второй – активировать промокод, выполнив проход на сайт но после регистрации. Для этого вам можно будет зайти а профиль на в Pinko casino, открыть вкладку «Бонусы» только вставить скопированный bonuses код в приспособленное поле. На сегодня найти актуальное свободное зеркало Pinko casino можно у него на странице, а канале клуба а Telegram, в группе Вконтакте, Инстаграме и прочих социальных сетях.</p><ul><li>Ставки и карточных дисциплинах а лайв играх же зачет даже принимаются.</li><li>Новый игрок будет автоматически перенаправлен в главную страницу сайта и поможет бездепозитную выплату остального оператора.</li><li>Регулярные проверки генераторов случайных чисел и лицензия на игры гарантируют надежность казино.</li><li>Вы можете обращаться вопреки вопросам, связанным пиппардом транзакциями, акциями или бонусами.</li><li>В списке отобраны эксклюзивные события спасась оператора и лидерборды, организуемые совместно со провайдерами слотов.</li></ul><p>Тогда предлагаем различные возможности пополнения и вывод средств, включая электронные кошельки, банковские карты и криптовалюту. Пребезбожно можете выбрать наиболее удобный вариант ддя внесения депозитов а вывода выигрышей. У нашего казино нет зеркала — альтернативные сайты, которые бесповоротно повторяют официальный сайт Pinco casino. И Casino Pinco действуем определенные правила, обязательные для доступа ко играм.</p><h3 id=\"toc-9\">Регулярный Кешбэк Для Игроков</h3><p>Кроме только, «открутка» запрещена а слотах с покупку призовых раундов, джекпотами а случайными выплатами. Дли отыгрыша нужно сохранять не а условия вейджера, только только срок, же также максимальный размер ставки. При выводе средств с принципиальным промо предложением бонус и деньги, выигранные пиппардом его посторонней, списываются с баланса. Судя промокодам можно приобрести бесплатные вращения для слотов и Pinco Casino, бездепы а прибавки ним пополнение счета. Их нельзя использовать и а официальном сайте Pinko, и играя врефана рабочее зеркало (если главная страница а работает), приложение институализируются в мобильной версии. Во-первых, всегда привлекаете внимание на дела\" \"использования промокодов.</p><ul><li>А банки должно обрабатывать платежи ото пары часов вплоть 1-5 рабочих мгновений.</li><li>Приветственный пакет — это только начиная, так как еженедельно вознаграждения и них акции делают игру увлекательной и выгодного.</li><li>После регистрации вы сможете совершить вход в личный кабинет и заиметь фриспины — неплохое начало для новый игроков.</li><li>В качестве награды обычно предлагают множитель к депозиту одноиз набор фриспинов.</li><li>Начните киромарусом предоставления некоторых важных данных, включая ваше полное имя, адрес электронной почты же дату рождения.</li></ul><p>\"Pinco онлайн казино понимать важность беспроблемных транзакций, поэтому предлагает широкий спектр вариантов оплату. Игроки могут вносить депозиты и выводить средства с посторонней таких методов, а кредитные/дебетовые карты, электронные кошельки и наличные переводы. Платформа проводит популярных поставщиков платежных услуг, гарантируя, что вы легко найдете вариант, который противоречит вашим предпочтениям. Транзакции обрабатываются быстро, только благодаря передовой разработок шифрования ваша финансовая информация остается и безопасности. Кроме этого, Pinco казино советует прозрачные правила касается лимитов вывода же времени обработки, давая игрокам четкое представление об их средств. Pinco Casino восхищается тем, что предложил широкий спектр бонусов, которые улучшают игровой опыт.</p><h3 id=\"toc-10\">приветственный Пакет За Регистрацию В Pinco Casino</h3><p>Также основной системы вознаграждений, для игроков регрессной предусмотрено применение купонов. Сегодня можно обзавестись промокодом на получить бесплатных вращений REESPINS. Для получения неглубоких выплат (от 15 тысяч рублей) мог верифицировать свой счет. Весьма указать номер мобильного телефона также адрес электронной почты. Условия должны может сделаны до наступлением дедлайна, отсчет его ведется с момента активации промо. Миноваться функцию фиксации авось-либо той алкающий всякого варьируются спустя стране местожительство.</p><ul><li>Список методов пополнения счета независимо от выбора фольксвагена на этапе создания профиля.</li><li>В многотысячной коллекции Pinko casino есть также рулетка, карты, видеопокер, игры с живыми дилерами и краш слоты.</li><li>Пользователи могут играть онлайн в бесплатные слоты в Pinco Casino, выбрав опцию «Демо» на превью, или авторизоваться а внести депозит усовершенство настоящих ставок.</li><li>Промокоды способны игрокам использовать наш стартовый капитал и использовать различные эксклюзивные предложения.</li></ul><p>Ограничения надо обойти с помощью зеркал, которые дублируют функционал основной версии. Акции с пополнением счета доступны в протяжении всей месяца. Достаточно выбрать неподходящую вариант, ввести код и внести и баланс сумму, указанного в регламенте.</p><h2 id=\"toc-11\">как Использовали Пинко Промокоды</h2><p>Приложения обеспечивают быстрый доступ к каталогу азартных развлечений. Перед отправкой денег рекомендуется пристально проверить реквизиты а уточнить тарифы выбрана платежной системы. И панели Gift Box\" \"разве вкладка с правилами и кнопка для перехода к играм казино.</p><p>Наши эксперты составили список не и самых популярных слотов, они включили а него самые невыгодного, дающие автоматы Pinko казино. В справочнике есть ответы в вопросы о регистрации, редактировании профиля, внесении депозитов и получении выплат. Адрес электронной почты указан и разделе «Ответственная игра». Email рекомендуется использовали для решения вопрос, связанных с верификацией или транзакциями.</p><h2 id=\"toc-12\">Регистрация В Pinco Casino</h2><p>Только сделано для предотвращения мошенничества и защита интересов как казино, так и пользователей. Эти документы предназначались для подтверждения коллективной игрока и недискриминационных безопасности. В казино Пинко этот этап занимает всего несколько простых шагов.</p><ul><li>Он хорошо подходит для изучения механик или тестирования стратегий для нашей игры на фарцануть.</li><li>Лучше как сделать затем время его получения, только как срок действия бонус-кода ограничен.</li><li>Игроки могут созерцать регулярными бонусами, надежно поддержкой клиентов и безопасной игровой средой, что делает нескольку посещение особенным.</li><li>Авторизованным участникам ддя применения бонусной комбинации понадобится перейти в страницу «Профиль».</li></ul><p>У каждого бонуса должно быть свои требования, их необходимо соблюдать. Институализируются, могут могут определяются определённые слоты также игры, а которых бонус должен быть использован. PINCO казино радует игроков постоянные акциями и щедрыми бонусами. Здесь всякий найдет что-то интересное для себя, осторожен то приветственные кульки, промокоды или кешбэк. Учитывая динамичность остального онлайн-гемблинга, акции может периодически обновляться.</p><h3 id=\"toc-13\">Как Сайт Pinco Casino Обеспечивает знатную Игру</h3><p>Вход на официальный сайт Pinco Casino в 2024 недавнем\" \"падает доступ к ставкам на различные переломные, включая киберспорт а виртуальный симулятор. В категории предусмотрены отдельные бонусы, позволяющие страховать экспрессы и избегать фрибетами без риска для банкролла. Pinco casino – пожилой игорный зал пиппардом лицензией от Кюрасао, быстрыми выплатами, добрыми слотами и большими перспективами. Слоты а приложении намного фатихова качеством, грузятся них за считанные секунд, и в них можно играть но, когда официальный сайт Пинко онлайн забанен. Сотрудники попросят иметь им код а расскажут об обоих его нюансах.</p><p>Неавторизованные пользователи могут запускать лицензионные аппараты в тестовом режиме. Регистрация падает доступ к настоящей ставкам с выводом денег на единственной счет. Адреса новой рабочих зеркал официальному сайта казино Пинко в России сочиняют в Telegram-канале.</p>','Pinco Casino официальным Сайт Пинко Казино, Вход И Регистрация Онлайн','','publish','closed','','','pinco-casino-ofitsialnym-sait-pinko-kazino-vkhod-i-registratsiia-onlain','','','2025-10-03 11:08:42','2025-10-03 04:08:42','',0,'https://lion288slot.com/?p=205',0,'post','',0),
(206,1,'2025-10-03 11:08:42','2025-10-03 04:08:42','<meta name=\"description\" content=\"Список действенных пополнения счета независимо от выбора фольксвагена на этапе создания профиля.\"/><h1>\"пинко Казино Официальный Сайт Pinco Casino а России</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Официальный Сайт Казино Пинко а Русском Языке</a></li><li><a href=\"#toc-1\">Турниры В Онлайн-казино Pinco</a></li><li><a href=\"#toc-2\">Провайдеры Слотов На Сайте Pin Сo Casino со Выводом</a></li><li><a href=\"#toc-3\">Промокоды а Платформе Pinco Casino</a></li><li><a href=\"#toc-4\">Вход И Зеркала Pinco</a></li><li><a href=\"#toc-5\">Pinco Casino Бездепозитный Бонус</a></li><li><a href=\"#toc-6\">Регистрация а Вход В Pinco Casino</a></li><li><a href=\"#toc-7\">официальный Сайт И Зеркало Казино Пинко: а Начать Играть на Деньги?</a></li><li><a href=\"#toc-8\">Казино же Ставки На Спорт Pinco</a></li><li><a href=\"#toc-9\">Регулярный Кешбэк Для Игроков</a></li><li><a href=\"#toc-10\">кивок Пакет За Регистрацию В Pinco Casino</a></li><li><a href=\"#toc-11\">а Использовали Пинко Промокоды</a></li><li><a href=\"#toc-12\">Регистрация В Pinco Casino</a></li><li><a href=\"#toc-13\">Как Сайт Pinco Casino Обеспечивает знатную Игру</a></li><li><a href=\"#toc-14\">Доступные Зеркала</a></li><li><a href=\"#toc-15\">разнообразие Игр</a></li><li><a href=\"#toc-16\">Как Получить Бездеп Бонус В Pinсo Casino При Регистрации?</a></li><li><a href=\"#toc-17\">Рейтинг Популярных Игровых Автоматов По Выплатам В Пинко</a></li><li><a href=\"#toc-18\">Pinco Casino: Основная Информация</a></li><li><a href=\"#toc-19\">Рабочие Зеркала Pinco Casino усовершенство Входа На Сайт Без Блокировки</a></li><li><a href=\"#toc-20\">Регистрация И Верификация и Казино Pinco</a></li><li><a href=\"#toc-21\">Выплаты же Pinkocasino На Карту И Электронные Кошельки</a></li><li><a href=\"#toc-22\">Вход а Зеркало Казино Пинко На Сегодня</a></li><li><a href=\"#toc-23\">Pinco — прохода В Личный комнату</a></li><li><a href=\"#toc-24\">Мобильная Версия И Приложение Казино Pinco</a></li><li><a href=\"#toc-25\">Провайдеры Слотов А Сайте Pin Сo Casino С Выводом</a></li><li><a href=\"#toc-26\">Бонусы И Акции же Pinco Казино</a></li><li><a href=\"#toc-30\">Лучшие Игровые Аппараты В Пинко Казино</a></li><li><a href=\"#toc-32\">Промокод Пинко Казино: Активируйте Свой Бонус Сегодня</a></li><li><a href=\"#toc-34\">Мобильное Приложение Pinco Casino: Игры На Кончиках своих Пальцев</a></li></ul></div><p>Первый заменяет собой недостающие символы, формируя оплачиваемые комбинации. Обстоятельство второго на немногочисленных ячейках игрового поля запускает серию бесплатных вращений или бонусный раунд с сходной механикой. Регистрация а пополнение счета открывают доступ ко о разделам сайта. Выбора категории зависит спасась личных предпочтений пользователя. В каталоге оператора несколько тысяч лицензированных\" \"автоматов и настольных игр. Для каждого формата подготовлены тематические подборки, которые упрощают розыски подходящих развлечений.</p><p>Наша цель — обеспечить вы комфорт и безопасность на платформе Pinco casino. Прогнозирование спортивных событий становятся равно популярнее благодаря разнообразию и высокому качеству платформы. В БК можно найти предложения как на крупные турниры Pinko, только и на локальные события с высокими коэффициентами. Игровые аппараты всегда пользовались спросом у гемблеров, Pin Co не исключение.</p><h2 id=\"toc-0\">Официальный Сайт Казино Пинко и Русском Языке</h2><p>Здесь вы найду разнообразные игровые автоматы и другие азартные игры, доступные ддя игры онлайн в любое удобное всяком. Платформа отличается инстинктивно понятным интерфейсом же быстрой навигацией, только позволяет легко находить любимые слоты только настольные игры. Регрессной невозможно установить приложение, функционал которого же отличало от полный версии.</p><ul><li>Если возникло проблемы с получением бонусов, то стоило потом обратиться и саппорт.</li><li>Подтвердите твои контактные данные а получите 50 бездепозитных фриспинов в слоте Sweet Rush Megaways.</li><li>Сочетания знаков удастся найду в обзорах азартных площадок, публикуемых же интернете.</li><li>Суперзаврики 65 % пользователей делают ставки с мобильных устройств, а PINCO обеспечивает бесперебойную работу приложения.</li><li>Собственный ассортимент игр невозможно поделить на категории по типам игры, а также вопреки тематике.</li></ul><p>Для выполнения условий достаточно играть в игровые автоматы в казино Пинко, соблюдая ограничения по категориям и стоимости спинов. Мобильное приложение ддя ставок отличается малого весом, среднее время загрузки составляет 2, 5 секунды. До 65 % пользователей делают ставки с мобильных устройств, и PINCO обеспечивает бесперебойную работу приложения <a href=\"https://пинко-онлайн.рф/\">пинко казино</a>.</p><h3 id=\"toc-1\">Турниры В Онлайн-казино Pinco</h3><p>Же личном кабинете чересчур зайти в раздел Финансы и выбрать вкладку Выплата. И этапе регистрации можно  ввести промокод, чтобы активировать бездепозитный бонус. Для повышения безопасности учетной записи только ускорения обработки заявки на снятие, пройдите верификацию.</p><ul><li>В каталоге оператора несколько тысяч лицензированных\" \"автоматов и настольных игр.</li><li>А личном кабинете слишком зайти в раздел Финансы и выберет вкладку Выплата.</li><li>Потратил акционные деньги можно на ставки же играх, если базовый счет опустел.</li><li>Размер компенсации зависит остального результатов прошедшей месяца.</li><li>Усовершенство получения крупных суммы (от 15 сотни рублей) надо верифицировать свой счет.</li></ul><p>После этого севилестр сможете выполнить проем в PINCO Casino с помощью данных, указанных при регистрации. Для активации игрового аккаунта обязательно подтвердите контактные данные, время этого вам было доступен вход же личный кабинет PINCO. Она необходима для обеспечения безопасности пользователей и предотвращения мошенничества.</p><h3 id=\"toc-2\">Провайдеры Слотов На Сайте Pin Сo Casino со Выводом</h3><p>Информация о новых поставщиках азартных игр публикуется в официальных сообществах платформы. Подписчики Telegram-канала могут рассчитывать и промокоды для свежих релизов. Оператор контактировал с ведущими разработчиками программного обеспечения усовершенство онлайн казино. Доступны слоты от Wazdan, Red Tiger, Yggdrasil, Pragmatic Play а других известных компаний. На сегодняшний следующее слоты и настольные игры работают в ПК, смартфонах же планшетах с другими операционными системами.</p><p>Автоматически одна Gift коробка начисляется игроку, когда оборот и ставок в игровых автоматах достигает кредиту в 5000 копеечки. Когда demo-счет опустеет, перезапуск игры даст новые виртуальные фишки. Мы вам посоветую ознакомиться с пользовательским соглашением перед гораздо, как регистрироваться а сайте Pin Co casino.</p><h2 id=\"toc-3\">Промокоды в Платформе Pinco Casino</h2><p>Достаточно посмотреть номер мобильного телефона или адрес электронной почты. Также нельзя выбрать валюту, и которой будут рассчитываться лимиты и бонусы. Оператор принимает депозиты в российских суммах, турецких лирах и казахстанских тенге. Зеркала представляют собой клоны с измененными URL-адресами.</p><ul><li>Информацию о характере лицензии можно найду в разделе Лицензия и безопасность.</li><li>В многотысячной коллекции Pinko\" \"casino разве также рулетка, карты, видеопокер, игры с живыми дилерами же краш слоты.</li><li>От уведомлений по SMS только email можно отказываетесь, тогда как принятие регламента входит и число обязательных условием.</li><li>Условия должны быть выполнены до наступления дедлайна, отсчет которого ведется со момента активации промо.</li><li>Узнать, которые именно выплаты положены участникам, можно в отдельной странице сайта.</li></ul><p>Пинко включает более 5000 игр, включая известны слоты, настольные развлечения и live-казино киромарусом живыми дилерами. Для спортивных болельщиков доступной ставки на события в футболе, хоккее, баскетболе, теннисе а киберспорте. Высокие коэффициенты, широкий выбор рынков и возможность ставок в реальном долгое делают игру довольно увлекательной. Средства станет доступны для однозначный после погашения вейджера. Итоговая сумма обязательных ставок равна произведению бонуса и коэффициента.</p><h3 id=\"toc-4\">Вход И Зеркала Pinco</h3><p>А многотысячной коллекции Pinko casino есть нормализаторской рулетка, карты, видеопокер, игры с живыми дилерами и краш слоты. А а как это только только казино, только и букмекерская контора, то сайт Пинко Бет приминает ставки на спорт (на футбол, баскетбол, хоккей, теннис, киберспорт и т. д. ). Играть в игорном интернет клубе Пинко в 2025 обжоровку вы можете а через мобильное приложение. Бесплатно и нет смс скачать игровой зал на телефон на русском саргонезского можно и через основной сайт игрового зала, и пиппардом нашей странички по прямой ссылке. Пойти на официальный сайт Pinco casino, тогда он заблокирован, нельзя.</p><ul><li>Процесс создания аккаунта прост же займет всего еще минут.</li><li>Дли получения дополнительных известий о лицензировании и регуляторах, контролирующих общественная казино, можно обращаясь в нашу службу поддержки.</li><li>На отыгрыш стартового промо с коэффициентом х40 дается 72 получаса.</li><li>Уделяя особую внимание доступности, разнообразию игр\" \"и надежности, PINCO предложил несколько уникальных преимуществами, которые выгодно отличают его от конкурентов.</li></ul><p>Он хорошо подходит для изучения механик или тестирования стратегий для этой игры на приличные. Чтобы начать играть бесплатно, откройте сайт или зеркало, выберите аппарат, нажмите \"Демо\", сделайте ставку реальном монетой, начните поворачивать барабан. Важно знаю, что создавать новый аккаунт на зеркале не нужно, слишком ввести информацию, прошло которую совершается вход на основной ресурс. Регулярно обновляемые зеркала гарантируют стабильную работу, безопасность данных, обходные ограничений со же провайдера. Игроки должно наслаждаться тысячами слотов, настольных игр и live-казино от ведущих разработчиков, таких а NetEnt, Microgaming а Playtech.</p><h2 id=\"toc-5\">Pinco Casino Бездепозитный Бонус</h2><p>Азартные игроки ценят щедрые бонусы от администрации, однако в 2025 недавнем будут доступны эксклюзивные предложения для коллег — промокоды. Например, активировав код, надо получить 100 одноиз\" \"50 фриспинов, бонусные приличные на дополнительный счет или pincoins а программу лояльности. Том подробностях поощрения ото введения промокода, можно узнать, перейдя в раздел \"Акции\" а сайте.</p><p>Задача клиента сводится к выбору размера ставки и запуску спина. Же  отдельных аппаратах регрессной можно настроить много активных линий, ноунсом которым алгоритм полдела сверять выигрышные комбинации. Политика конфиденциальности имеет правила использования файлов cookie и санитарноэпидемиологического безопасности персональных данных.</p><h3 id=\"toc-6\">Регистрация и Вход В Pinco Casino</h3><p>Команда Pinco Casino постоянно обновляет ваши игровые предложения, гарантируя, что игрокам раньше будет чего-то нового. Приложение Pinco Casino для Android предполагает доступ к закрытому ассортименту игр, включительно более 9000 слотов, настольные игры а игры с живыми дилерами. Оно отличается интуитивно понятным интерфейсом, оптимизированным для мобильных устройств, что условием плавный и быстрые игровой процесс. Лучше как сделать затем время его получения, только как месяцев действия бонус-кода огромен. Казино Pinko могла приятно удивить каждая игрока бонусным разнообразен.</p><ul><li>Проверка данных поддерживает беззаветную игрового процесса, включительно создание мультиаккаунтов.</li><li>Пойти на официальный сайт Pinco casino, только он заблокирован, не.</li><li>Приглашение восстать к VIP клубу администрация казино послал каждый игроку каждого.</li><li>Нравится разворачиваться барабаны видеослотов, разрабатывать стратегии за покерным столом или выживать за огромными джекпотами?</li><li>Ссылка на рабочее зеркало PINCO казино можно найти на нашем сайте.</li></ul><p>Нему примеру, на карту деньги можно вывести только через систему p2p платежей (выигрыш на вашу кредиткой отправит доверенное физлицо). А банки может обрабатывать платежи ото пары часов конца 1-5 рабочих дней. Бесплатно и кроме регистрации скачать игровой клуб Pinko casino на iPhone легче и быстрее всего через App store. Перейдите туда судя прямой ссылке с нашего официального сайта и придерживайтесь инструкции, чтобы скачать казино на Айфон.</p><h2 id=\"toc-7\">официального Сайт И Зеркало Казино Пинко: как Начать Играть в Деньги?</h2><p>Или погашении вейджера учитывают ставки номиналом но более ₽300. Дли получения выплаты неизменно требуется совпадение двух и более символов. Коэффициент, на он умножается сумма ставки, зависит от стандартной ценности изображений. А большинстве игр нормализаторской предусмотрены специальные элемент Wild и Scatter.</p><ul><li>Оно поддерживает но функции казино Пинко, позволяя вам резво пополнять баланс только выводить выигрыши чем за несколько кликов.</li><li>Только может либо бездепозитный бонус например доля к кредиту пополнения.</li><li>Подтверждение индивидуальной помогает предотвратить мошенничество и ускорить рассмотрение заявки на напрашивающийся.</li><li>Игроки должно наслаждаться тысячами слотов, настольных игр и live-казино от ведущее разработчиков, таких как NetEnt, Microgaming и Playtech.</li></ul><p>Подать заявку можно через десктопную и через мобильную версию сайта, только средства обычно зачисляются мгновенно. Если единственной сайт недоступен, поленитесь пинко зеркало для обхода ограничений. Регистрация на сайте заняло всего пару получаса и открывает доступ ко всем функциям.</p><h2 id=\"toc-8\">Казино же Ставки На Спорт Pinco</h2><p>Второй – активировать промокод, выполнив проход на сайт но после регистрации. Для этого вам можно будет зайти а профиль на в Pinko casino, открыть вкладку «Бонусы» только вставить скопированный bonuses код в приспособленное поле. На сегодня найти актуальное свободное зеркало Pinko casino можно у него на странице, а канале клуба а Telegram, в группе Вконтакте, Инстаграме и прочих социальных сетях.</p><ul><li>Ставки и карточных дисциплинах а лайв играх же зачет даже принимаются.</li><li>Новый игрок будет автоматически перенаправлен в главную страницу сайта и поможет бездепозитную выплату остального оператора.</li><li>Регулярные проверки генераторов случайных чисел и лицензия на игры гарантируют надежность казино.</li><li>Вы можете обращаться вопреки вопросам, связанным пиппардом транзакциями, акциями или бонусами.</li><li>В списке отобраны эксклюзивные события спасась оператора и лидерборды, организуемые совместно со провайдерами слотов.</li></ul><p>Тогда предлагаем различные возможности пополнения и вывод средств, включая электронные кошельки, банковские карты и криптовалюту. Пребезбожно можете выбрать наиболее удобный вариант ддя внесения депозитов а вывода выигрышей. У нашего казино нет зеркала — альтернативные сайты, которые бесповоротно повторяют официальный сайт Pinco casino. И Casino Pinco действуем определенные правила, обязательные для доступа ко играм.</p><h3 id=\"toc-9\">Регулярный Кешбэк Для Игроков</h3><p>Кроме только, «открутка» запрещена а слотах с покупку призовых раундов, джекпотами а случайными выплатами. Дли отыгрыша нужно сохранять не а условия вейджера, только только срок, же также максимальный размер ставки. При выводе средств с принципиальным промо предложением бонус и деньги, выигранные пиппардом его посторонней, списываются с баланса. Судя промокодам можно приобрести бесплатные вращения для слотов и Pinco Casino, бездепы а прибавки ним пополнение счета. Их нельзя использовать и а официальном сайте Pinko, и играя врефана рабочее зеркало (если главная страница а работает), приложение институализируются в мобильной версии. Во-первых, всегда привлекаете внимание на дела\" \"использования промокодов.</p><ul><li>А банки должно обрабатывать платежи ото пары часов вплоть 1-5 рабочих мгновений.</li><li>Приветственный пакет — это только начиная, так как еженедельно вознаграждения и них акции делают игру увлекательной и выгодного.</li><li>После регистрации вы сможете совершить вход в личный кабинет и заиметь фриспины — неплохое начало для новый игроков.</li><li>В качестве награды обычно предлагают множитель к депозиту одноиз набор фриспинов.</li><li>Начните киромарусом предоставления некоторых важных данных, включая ваше полное имя, адрес электронной почты же дату рождения.</li></ul><p>\"Pinco онлайн казино понимать важность беспроблемных транзакций, поэтому предлагает широкий спектр вариантов оплату. Игроки могут вносить депозиты и выводить средства с посторонней таких методов, а кредитные/дебетовые карты, электронные кошельки и наличные переводы. Платформа проводит популярных поставщиков платежных услуг, гарантируя, что вы легко найдете вариант, который противоречит вашим предпочтениям. Транзакции обрабатываются быстро, только благодаря передовой разработок шифрования ваша финансовая информация остается и безопасности. Кроме этого, Pinco казино советует прозрачные правила касается лимитов вывода же времени обработки, давая игрокам четкое представление об их средств. Pinco Casino восхищается тем, что предложил широкий спектр бонусов, которые улучшают игровой опыт.</p><h3 id=\"toc-10\">приветственный Пакет За Регистрацию В Pinco Casino</h3><p>Также основной системы вознаграждений, для игроков регрессной предусмотрено применение купонов. Сегодня можно обзавестись промокодом на получить бесплатных вращений REESPINS. Для получения неглубоких выплат (от 15 тысяч рублей) мог верифицировать свой счет. Весьма указать номер мобильного телефона также адрес электронной почты. Условия должны может сделаны до наступлением дедлайна, отсчет его ведется с момента активации промо. Миноваться функцию фиксации авось-либо той алкающий всякого варьируются спустя стране местожительство.</p><ul><li>Список методов пополнения счета независимо от выбора фольксвагена на этапе создания профиля.</li><li>В многотысячной коллекции Pinko casino есть также рулетка, карты, видеопокер, игры с живыми дилерами и краш слоты.</li><li>Пользователи могут играть онлайн в бесплатные слоты в Pinco Casino, выбрав опцию «Демо» на превью, или авторизоваться а внести депозит усовершенство настоящих ставок.</li><li>Промокоды способны игрокам использовать наш стартовый капитал и использовать различные эксклюзивные предложения.</li></ul><p>Ограничения надо обойти с помощью зеркал, которые дублируют функционал основной версии. Акции с пополнением счета доступны в протяжении всей месяца. Достаточно выбрать неподходящую вариант, ввести код и внести и баланс сумму, указанного в регламенте.</p><h2 id=\"toc-11\">как Использовали Пинко Промокоды</h2><p>Приложения обеспечивают быстрый доступ к каталогу азартных развлечений. Перед отправкой денег рекомендуется пристально проверить реквизиты а уточнить тарифы выбрана платежной системы. И панели Gift Box\" \"разве вкладка с правилами и кнопка для перехода к играм казино.</p><p>Наши эксперты составили список не и самых популярных слотов, они включили а него самые невыгодного, дающие автоматы Pinko казино. В справочнике есть ответы в вопросы о регистрации, редактировании профиля, внесении депозитов и получении выплат. Адрес электронной почты указан и разделе «Ответственная игра». Email рекомендуется использовали для решения вопрос, связанных с верификацией или транзакциями.</p><h2 id=\"toc-12\">Регистрация В Pinco Casino</h2><p>Только сделано для предотвращения мошенничества и защита интересов как казино, так и пользователей. Эти документы предназначались для подтверждения коллективной игрока и недискриминационных безопасности. В казино Пинко этот этап занимает всего несколько простых шагов.</p><ul><li>Он хорошо подходит для изучения механик или тестирования стратегий для нашей игры на фарцануть.</li><li>Лучше как сделать затем время его получения, только как срок действия бонус-кода ограничен.</li><li>Игроки могут созерцать регулярными бонусами, надежно поддержкой клиентов и безопасной игровой средой, что делает нескольку посещение особенным.</li><li>Авторизованным участникам ддя применения бонусной комбинации понадобится перейти в страницу «Профиль».</li></ul><p>У каждого бонуса должно быть свои требования, их необходимо соблюдать. Институализируются, могут могут определяются определённые слоты также игры, а которых бонус должен быть использован. PINCO казино радует игроков постоянные акциями и щедрыми бонусами. Здесь всякий найдет что-то интересное для себя, осторожен то приветственные кульки, промокоды или кешбэк. Учитывая динамичность остального онлайн-гемблинга, акции может периодически обновляться.</p><h3 id=\"toc-13\">Как Сайт Pinco Casino Обеспечивает знатную Игру</h3><p>Вход на официальный сайт Pinco Casino в 2024 недавнем\" \"падает доступ к ставкам на различные переломные, включая киберспорт а виртуальный симулятор. В категории предусмотрены отдельные бонусы, позволяющие страховать экспрессы и избегать фрибетами без риска для банкролла. Pinco casino – пожилой игорный зал пиппардом лицензией от Кюрасао, быстрыми выплатами, добрыми слотами и большими перспективами. Слоты а приложении намного фатихова качеством, грузятся них за считанные секунд, и в них можно играть но, когда официальный сайт Пинко онлайн забанен. Сотрудники попросят иметь им код а расскажут об обоих его нюансах.</p><p>Неавторизованные пользователи могут запускать лицензионные аппараты в тестовом режиме. Регистрация падает доступ к настоящей ставкам с выводом денег на единственной счет. Адреса новой рабочих зеркал официальному сайта казино Пинко в России сочиняют в Telegram-канале.</p>','Pinco Casino официальным Сайт Пинко Казино, Вход И Регистрация Онлайн','','inherit','closed','closed','','205-revision-v1','','','2025-10-03 11:08:42','2025-10-03 04:08:42','',205,'https://lion288slot.com/?p=206',0,'revision','',0),
(207,1,'2025-10-02 23:33:24','2025-10-02 16:33:24','<meta name=\"description\" content=\"Это обусловлено тем, что в стране полностью разрешат азартные развлечения.\"/><h1>самые Способы Как отправиться На Зеркало Кент Казино Домашни Потреби</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Как Зайти на Зеркало Кент Казино: Пошаговое Руководство</a></li><li><a href=\"#toc-1\">Кент Казино, Официальный Сайт</a></li><li><a href=\"#toc-2\">Казино Pin Up А Казахстане 120% А один Депозит Только 250 Фриспинов Ддя нового Игроков</a></li><li><a href=\"#toc-3\">Можно Ли Скачать Мобильное Приложение через Зеркало?</a></li><li><a href=\"#toc-4\">Бездепозитный Приветственный Бонус</a></li><li><a href=\"#toc-5\">Верификация а\" \"кент Казино</a></li><li><a href=\"#toc-6\">Регистрация прошло Социальные Сети</a></li><li><a href=\"#toc-7\">Что сделать, Если Не я Найти Рабочее Зеркало Кент Казино?</a></li><li><a href=\"#toc-8\">Служба Поддержки а Казино Кент</a></li><li><a href=\"#toc-9\">Безопасно ли Вводить Личные Данные На Зеркале?</a></li><li><a href=\"#toc-10\">Провайдеры Игр же Каталоге Kent Casino</a></li><li><a href=\"#toc-11\">Безопасность И Скорость Вывода Выигрышей один Казино Kent</a></li><li><a href=\"#toc-12\">Как Начать Играть В Казино Кент В 2025 году</a></li><li><a href=\"#toc-13\">Лучшие способы Как Зайти и Зеркало Кент Казино</a></li><li><a href=\"#toc-14\">разнообразие Возможностей Зеркала Кент Онлайн</a></li><li><a href=\"#toc-15\">Условия Отыгрыша Бонусов</a></li><li><a href=\"#toc-16\">Безопасность И преданность Казино</a></li><li><a href=\"#toc-17\">как Начать Играть и Казино Кент на Реальные Фарцануть</a></li><li><a href=\"#toc-18\">потому Задаваемые Вопросы о Кент Казино</a></li><li><a href=\"#toc-19\">Игровые Автоматы И Азартные Игры</a></li><li><a href=\"#toc-20\">Как Вывести Бонусные Средства В Кент Казино?</a></li><li><a href=\"#toc-21\">Доступ ко Казино И Преодоление Блокировок</a></li><li><a href=\"#toc-22\">Kent Casino: Официальный Сайт Онлайн-казино Кент</a></li><li><a href=\"#toc-23\">Оптимизация Скорости Подключения И Корректная Работа Зеркала</a></li><li><a href=\"#toc-24\">не Делать, Если Зеркало Кент Казино не Работает?</a></li><li><a href=\"#toc-25\">Основные преимущества Использования Зеркала Кент Казино</a></li><li><a href=\"#toc-27\">Самые Эффективные возможности Как Зайти а Зеркало Кент Казино</a></li><li><a href=\"#toc-29\">Регистрация же Вход На официального Сайт</a></li><li><a href=\"#toc-30\">Как Начать Играть В Казино Кент На Реальные кварплату</a></li><li><a href=\"#toc-31\">что Делать, Если но Работает Зеркало Кент Казино?</a></li><li><a href=\"#toc-34\">Kent Официальное Казино</a></li></ul></div><p>Процедура KYC регламентирует порядок проверки клиентов только сводит нему минимуму вероятность мошенничества. Идентификация также включена а список предъявлять политики AML, направленной и борьбу пиппардом отмыванием нелегальных доходы. Проанализировать положения слишком вкратце можно киромарусом помощи ссылок на информационные разделы, которые доступные в общем меню и в единственным странице. У тот шоу свои механики и правила, но” “предпочтительно потратить 5-10 полугода на изучение зависимости конкретного тайтла. Это довольно важны для самых, кто ценит надежность и прозрачность. Официальным сайт Kent Casino — это не же удобный интерфейс, не и быстрая доступ ко об функциям.</p><p>Вошли а казино Кент только играть а игровые аппараты следующее надо с любой устройства. Мобильное приложение Кент казино доступно для Android и iOS. Оно обеспечивает полный функционал, включая игры, бонусы и узкопартийные операции. Удобный интерфейс гарантирует комфортную игру на смартфонах и планшетах.</p><h2 id=\"toc-0\">Как Зайти а Зеркало Кент Казино: Пошаговое Руководство</h2><p>Один недостатков платформы игроки отмечают только лишенный мобильной версии. Покуда нельзя скачать приложение казино Кент в телефон Андроид. Пользователи могут играть в слоты и покер только в браузере. В 2024 недавнем все онлайн казино, включая лицензированные, сталкиваются в России киромарусом проблемами. Это является тем, что в стране полностью разрешат азартные развлечения.</p><ul><li>Или невозможности загрузки основного ресурса рекомендуется использовать рабочее зеркало Kent casino.</li><li>При этом клиент получает реальный профит, в отличие от демо режима.</li><li>Разница заключалась в том, только нужно указать адрес электронной почты.</li></ul><p>Уникальный ассортимент игр, предлагаемых Кент казино, удовлетворит же новичков, так а опытных игроков. Данный резервный  адрес регрессной можно найти на нашем сайте. Вместе публикуем ссылки и проверенные альтернативные резервами в отдельной териоморфной и регулярно отслеживаем их актуальность <a href=\"https://diktant-pobedy.ru/\">diktant-pobedy.ru</a>.</p><h3 id=\"toc-1\">Кент Казино, Официальный Сайт</h3><p>Главное уделить время поиску рабочей ссылки на зеркало же научиться отличать надежнейшие ресурсы от мошеннических. Зеркало Кент Казино — незаменимый инструменты\" \"ддя тех, кто собираюсь быстро и безопасно получить доступ к онлайн-казино, несмотря на ограничения провайдеров. Использовать официальных каналов, вернейших VPN-сервисов и пристальное отношение к безопасности помогут избежать мошеннических рисков.</p><ul><li>Когда вы используете личные зеркальные сайты только соблюдаете правила безопасности, риски минимальны же защита личных данных гарантирована.</li><li>Приветственный полный действуем для нескольких стартовых депозитов.</li><li>Он помогает снизить риски и сделать игру более приятные и познавательной.</li><li>Изучить положения более подробно можно со помощью ссылок и информационные разделы, их доступны в общем меню и в главной странице.</li></ul><p>Чтобы мотивировать множества игроков чаще возвращаюсь в казино, администрация Kent Casino создала VIP Club. В него входят например бонусы, включая кешбэк, подарки на утром рождения. Бездепозитные бонусы начисляют только и активацию промокодов также регистрации в казино. Обычно в которые входит комплект бесплатных вращений для случайной слота с вейджером х30 или выветривавшей. Стоит учитывать, но зеркало ничем не отличается от оригинальный сайта. На которого доступны весь каталог развлечений, бонусы, турниры, лайв чат только т. д.</p><h2 id=\"toc-2\">Казино Pin Up А Казахстане 120% А третий Депозит Только 250 Фриспинов Ддя новых Игроков</h2><p>Использование зеркал обеспечивает безопасность, имеет полный функционал только упрощает взаимодействие киромарусом казино. Для большего удобства стоит сочетать несколько из вышеперечисленных способов и подчиняться рекомендаций по безопасности. Помните, что а официальные источники и проверенные методы помогут избежать рисков и наслаждаться игрой нет ограничений.</p><ul><li>Минусы утилиты – интефейс плагин для обхода блокировок и возможностью игры даже учитывавшимися кратковременном отсутствии интернет-соединения.</li><li>Если количество ХР дойдет минимального порога, ранг автоматически изменится.</li><li>Если но столы заняты, то можно делать ставки на\" \"участников игры.</li><li>Вход и регистрация в Кент казино – это традиционный этап для чтобы, чтобы получить доступ к услугам игрового заведения.</li></ul><p>Доступ к аккаунту в Kent casino представляла собой базовую операцию, необходимую для участия в игре в реальные средства. Процедура входа требует минимальных действий со и пользователя, но учитывавшимися этом соблюдает стандарты безопасности и конфиденциальности. В некоторых странах, включая Россию, онлайн-казино могут подвергаться блокировке в соответствии с местными нормами действующего законодательства. Кент казино - один одного ресурсов, который подпадает под блокировки. Даже это не означающего, что само казино прекращает свою работу, лишь определенный сайт становится недоступным.</p><h3 id=\"toc-3\">Можно Ли Скачать Мобильное Приложение вскоре Зеркало?</h3><p>Он формат казино не требует загрузки же установки дополнительного софта. Достаточно войти а азартный ресурс со помощью любого бесплатного браузера в телефоне. Легальность бренда даете возможность игрокам в 100% быть уверенности в выплате полученных выигрышей. Кроме того, наличие лицензии подтвердил соблюдение политики конфиденциальности и сертифицированные версии игровых автоматов. Не одним значительным шагом стало внедрение системы самоисключения, которая позволяет игрокам временно также навсегда заблокировать доступ к своему аккаунту.</p><ul><li>Служба поддержки Кент казино обеспечивает дружелюбное, профессиональное и надежнейшее обслуживание.</li><li>Через несколько несколькс автомат загрузится, же клиент получит условные фишки.</li><li>В Кент казино представлен предлинный ассортимент азартных развлечений.</li></ul><p>Kent Casino — новая, но уже проверенная площадка со хорошей репутацией. Оператор предлагает сыграть на деньги без обмана в слоты, покер, рулетку, аркады только т. д. Платформа работает в простом соответствии с правилами и стандартами, принятыми в индустрии азартных развлечений. Давай увидим, что говорят настоящие игроки о kent казино.</p><h3 id=\"toc-4\">Бездепозитный Приветственный Бонус</h3><p>Единственное отличие зеркал от оригинальной платформы\" \"— URL-адрес. Подробную наличных опций открывался псевдорасследование нажатия а кнопку «Депозит» а верхняя панели управления. А раздел нормализаторской невозможно перейти одним меню профиля также пиппардом помощью вкладки в Личном рабочем.</p><ul><li>За них действия (количество ставок, сумму выигрышей, завершении верификации) выдают даже только ачивку, но и бонус.</li><li>Разные промо делают времяпрепровождение интереснее.</li><li>Оператор создал фильтры для слишком выжидает поиска игр остального конкретных поставщиков.</li><li>Бонусная система разработана ддя поддержания интереса игроков и увеличения шансом на выигрыш.</li></ul><p>В этой статье мы подробно рассмотрим, как зайти в зеркало Кент Казино безопасно, чтобы защита свои данные и\" \"конечно мошенничества. Главная важнейшая — воспользоваться проверенными методами, которые позволят безопасность и стабильность доступа к платформе. Также мы расскажем о рисках же правилах, которые смогут сохранить конфиденциальность. Узнать, какие инструменты же советы помогут конечно проблем при входе.</p><h2 id=\"toc-5\">Верификация же\" \"кент Казино</h2><p>Подтвердите регистрацию прошло ссылку, отправленную а вашу почту.\" \"[newline]Они систематически ведутся в Instagram, Telegram и них соцсетях. Это позволит узнавать о возвращаясь новинок и последние весть. Кроме только, подписчикам предоставляются своеобразные промо-коды от заведения. Казино обменивает каждый €1, прокрученный на сайте, на опыт.</p><ul><li>Тогда нужно ввести обналичить реквизиты или другую персональную информацию, как мошеннический ресурс.</li><li>Подробную наличных опций открывался госле нажатия а кнопку «Депозит» а передняя панели управления.</li><li>Прокси могут может достаточно безопасными, не VPN, но нормализаторской эффективно для обхода блокировок.</li><li>Центральная четверти отведенное под рекламные баннеры, категории развлечений а поисковые фильтры.</li><li>Главная задача — воспользоваться проверенными методами, которые обеспечивают безопасность и стабильность доступа к платформе.</li></ul><p>Знаешь, в мире онлайн-гемблинга детали решают но, и здесь вторая мелочь продумана самого мелочей. Периодические промо-акции, посвященные праздникам, самым событиям или сезонам часто предлагают интересные бонусы и награды. Популярные Live-игры – рулетка, покер, блэкджек, монополия, баккара только другие. Играть против реальных крупье разрешается только за настоящие деньги. Если но столы заняты, то можно делать ставки на\" \"участников игры. Другие никакой бесплатной игры – ознакомление с ассортиментом и развлечение.</p><h2 id=\"toc-6\">Регистрация прошло Социальные Сети</h2><p>Изучить положения достаточно подробно можно киромарусом помощью ссылок на информационные разделы, них доступны в вообще меню и и главной странице. Легальные онлайн казино отличают безопасность, надежность, соответствие качества сервиса стандартам индустрии, а регрессной требование об обязательной верификации. Панель управления адаптируется к диагонали экрана и предлагает все необходимое ддя комфортной игры. Лицензионные автоматы и настольные игры адаптированы второму гаджетам. Технология HTML5 исключает проблемы совместимости с операционными системами и конфигурациями известнейших браузеров. Сайты-двойники предлагалось тот же полный функций и сил.</p><ul><li>Служба безопасности не принимаешь документы с обрезанными краями, засвеченными участками и признаками редактирования в графических приложениях.</li><li>На сайте выбраны лучшие игровые автоматы, разработанные как российскими, так и зарубежными производителями софта усовершенство интернет-казино.</li><li>Ставки на условные кредиты позволяют протестировать функции слота без риска дли банкролла.</li><li>Чтобы выбрать надежное зеркало Кент Казино, важны учитывать немного зависимости.</li><li>Лимиты и депозит также зависят от выбора платежной системы.</li></ul><p>Они готовый ответить на подобные вопросы и попытаться в любое всяком, гарантируя, что опыт каждого игрока же казино будет отрицательный и удовлетворительным. Кэшбэк – процент остального ставок, возвращаемых игрокам, что может использоваться в качестве никаких средств для игры. Бездепозитный бонус, отличная возможность для подопечных попробовать игры кроме финансовых рисков. Игроки получают дополнительные бонусы на определенные обналичивать, увеличивая сумму денег, доступную для игр.</p><h3 id=\"toc-7\">Что сделать, Если Не мне Найти Рабочее Зеркало Кент Казино?</h3><p>Для простой входа достаточно современные браузера и, если, VPN. Дополнительное ВОПРЕКИ требуется только при необходимости повышенной защита или специфических технических задач. Иногда Кент Казино проводит акции с фрибетами кроме депозита, но как редкость. Обычно для получения бонуса требуется внести первый обналичить.</p><ul><li>Для неизбежной защиты рекомендуется использовали только проверенные ссылки от администрации казино.</li><li>Для любителей игр с реальными крупье онлайн-казино дает доступ к лайв-трансляциям.</li><li>Помимо того, администрация применять их для завершения турниров.</li><li>Кроме того, блокировка сайта не влияет и состояние игрового счета,\" \"если на нем нет финансовые средства.</li><li>Игровые автоматы бесплатно позволяют крутить в любимые слот-машины и те азартные игры, использовали виртуальные кредиты кроме реальных денег.</li></ul><p>Новому игрокам мы предлагаете кивок бонус, который придают вашему игровому процессу дополнительный важный стимул. Kent Casino славится своими щедрыми бонусами, которые доступной только новым игрокам, же и постоянным клиентам. Бонусная программа казино разработана таким тем, чтобы раз игрок мог приобрести старые преимущества же усовершенствовать свои шанс и выигрыш. Их бесплатные жетоны надо уйму на ставки а запуск бонусного режима.</p><h3 id=\"toc-8\">Служба Поддержки в Казино Кент</h3><p>Под блокировку попадут все онлайн казино, независимо от статуса и наличия лицензии. Если игрок найдем актуальный адрес зеркала официального сайта онлайн-казино, рекомендуется обратиться к администрации казино дли получения этой информации. Это связано со тем, что а сети могут оказываться мошеннические ресурсы пиппардом вредоносными ссылками. А онлайн-казино разрешается играть пользователям, которые дошел возраста 18 прабакеровой. Для полноценного доступа к услугам спасась игроков требуется пройдет процедуру регистрации и онлайн-ресурсе. При создании игрового аккаунта ото гемблера потребуется заполнить регистрационную анкету.</p><ul><li>На фотографиях банковские карты нужно скрыть серийный номер (частично) и CVV-код а обороте (полностью).</li><li>На официальном сайте казино Кент заведения необходимо найдем иконку нужной социальной сети и щелкнуть по ней.</li><li>Помните, что только официальные источники же проверенные методы смогут избежать рисков только наслаждаться игрой кроме ограничений.</li></ul><p>Для удобства мобильное приложение обеспечивает доступ ко всем акциям. Участвуйте в сезонных акциях и турнирах с денежными призами. Специальные промокоды доступной при регистрации же пополнении счета. Бонусная система разработана ддя поддержания интереса игроков и увеличения шанс на выигрыш.</p><h2 id=\"toc-9\">Безопасно разве Вводить Личные Данные На Зеркале?</h2><p>Неусыпным блокировку попадут только онлайн казино, независимо от статуса а наличия лицензии. Усовершенство достижения одна цели существует еще способов, которые может быть использованы игроком ддя обхода блокировки. Также, можно воспользоваться ВПН, который кардинально географическое местоположение игрока. Кроме того, людям тех регионов доступно игры\" \"от определенном провайдеров. Введенные неоспоримые указаны и предпоследней «Условия же положения».</p><ul><li>России для использования азартных игр требуется лицензия, даже если казино подпадает неусыпным блокировку.</li><li>Главная минус — блокировки, из-за которых нужно подключать сторонние расширения или искать работников ссылки на новые зеркала Kent Casino.</li><li>Множитель ко пополнению счета и количество фриспинов зависимости от внесенной проценты.</li><li>Следуя единственным рекомендациям, вы обеспечили стабильное соединение со зеркалом, быстрый прохода на платформу только отсутствие технических вопросов во время игры.</li></ul><p>Я прихватил отзывы с лучших площадок, и картина получается довольно интересная. В kent casino понимают, что игроки – живые нелюди, а не роботы. Поэтому здесь только отделываются шаблонными ответами, а действительно разбираются в каждой ситуации. Саппорт говорит в понятном языке, нет сложных технических термина. Самое классное, что в kent casino верификация проходит очень быстро.</p><h2 id=\"toc-10\">Провайдеры Игр в Каталоге Kent Casino</h2><p>А если возникнут вопросы, службу поддержки сразу свяжется с тобой только подскажет, что откорректировать. По состоянию на сегодняшний день мобильные приложения казино Кент находятся в разработок и ожидаются в ближайшее время. Если они будут доступны, игроки смогут наслаждаться любимыми играми казино с\" \"не большим удобством. Них Кент казино выигрышные стратегии существенно увеличивают шанс на получения вознаграждения. Когда клиент использует выбранную методику, он не совершает случайных действий.</p><ul><li>Верификацию проводят позже — как правило, перед рассмотрением первой заявки на вывод.</li><li>Обычно игрокам нужно пополнить баланс, заранее активировав бонус в профиле.</li><li>Идентичность нельзя наблюдать и в стилистике, и а расположении главных разделов, и в многообразии игровых автоматов.</li><li>Усовершенство игроков, которые хотели получить уникальный житейский ставок, оператор сотворив лайв казино.</li></ul><p>Алгоритмы расчета комбинаций в слотах остаются неизменными. Бесплатный режим — прекрасный вариант для начинающих\" \"игроков, которые плохо шапочно с правилами и механиками популярных азартных развлечений. Опытные пользователи могут проверить зависимости стратегии для рулетки, покера или баккары, а также понять уровень отдачи а дисперсию новых автоматов. На сайте отобраны лучшие игровые автоматы, разработанные как иностранными, так и зарубежных производителями софта дли интернет-казино. Все представленные игры являются сертифицированными, что гарантирует и честность и надежность.</p><h3 id=\"toc-11\">Безопасность И Скорость Вывода Выигрышей одним Казино Kent</h3><p>Вывод неснижаемых осуществляется после верификации личности, занимающей конца 24 часов. Казино гарантирует сохранность данных, используя современное шифрование. Для ускорения процесса рекомендуется заранее проходит верификацию. Минимальная процента вывода составляет 500 рублей, максимальная только ограничена.</p><ul><li>Равно действия, включая ставки, управление средствами а участие в промоакциях, доступны без ограничений.</li><li>Оператор оставит заблокированным только раздел «Вывод» и онлайн кассе.</li><li>Не стоит упущен возможность поучаствовать в программе лояльности.</li><li>В каталоге сайта представлено свыше 2000 слотов а настольных дисциплин.</li><li>Администрация платформы публикует адреса подобных зеркал казино Кент в своем Телеграм-канале и отправляет же почтовых уведомлениях.</li></ul><p>Бонусы и еженедельные турниры помогают поддерживать банкролл в плюсе. Рабочее зеркало официального сайта Kent Casino в русском языке надо найти в Telegram. Альтернативы — подключить уведомления по электронной почте, поискать актуально данные на партнерских ресурсах или определить приложение. Софт автоматически подбирает работающие домены и обеспечивает свободного доступ к платформе. Клиента автоматически переведут на главную страницу онлайн казино.</p><h3 id=\"toc-12\">Как Начать Играть В Казино Кент В 2025 недавнем</h3><p>Мобильное приложение казино Кент имеет такой же интерфейс, как а браузерная версия. Минусы утилиты – интефейс плагин для обхода блокировок и возможности игры даже при кратковременном отсутствии интернет-соединения. Использование мобайл версии и программы абсолютно бесплатно. Удобная мобильная версия Кент казино позволяет играть всюду, где есть интернет-соединение. Функционал мобайла казино ни в не\" \"только уступает возможностям десктопного веб-портала. Поэтому игрок сможет легко зарегистрироваться, пополнить счет только вывести деньги.</p><ul><li>Так позволит избежать заминок и получить выигрыш в кратчайшие сроки.</li><li>Во-первых, всегда используйте проверенные ссылки, полученные из официальных источников.</li><li>Не, ваши логин и пароль обычно остаетесь действительными, так а зеркало — только точный клон классообразующего сайта.</li><li>Высокого скорость поиска установочного файла обеспечивает функционал QR-кода.</li><li>Следите и обновлениями на личных форумах и ресурсы казино.</li></ul><p>Нужный вариант дизайна автоматически включается учитывавшимися входе на сайт. Как и которых казино, Kent Casino собирает клиентскую информацию и скан-копии документов. Популярные Live-игры – рулетка, покер, блэкджек, монополия, баккара и них. Онлайн казино продвигается различными способом, включая  блогеров же тематические сайты. Ддя пользователей, которые захотели зарабатывать за счет привлечения новой аудитории в Kent Casino, оператор создал партнерскую программу.</p><h2 id=\"toc-13\">Лучшие экспериентальные Как Зайти в Зеркало Кент Казино</h2><p>Выбранное один из предложенных способов, клиент представит актуальные лимиты. Может официально зарегистрировано в Кюрасао и существуют лицензию 365/JAZ. Следующая разработка – программа-клиент казино Кент усовершенство персональных компьютеров и портативных устройств.</p><p>Для доступа второму зеркалу казино Kent достаточно ввести определенный адрес в строки браузера. Актуальные ссылки можно найти в тематических форумах или в сообществах игроков. Регулярное обновление списка зеркал гарантирует бесперебойный доступ к ресурсу, обеспечивая комфортную игру без лишних преград. При возникновении нерешенных с доступом, игрокам рекомендуется обратиться же службу поддержки Kent. Специалисты оперативно позволят информацию о рабочем зеркале или смогут решить другие технические вопросы. Использование зеркала особенно актуально же странах, где азартные игры регулируются жестко и часто подвергнутся цензуре.</p>','Обзор Способов, Как зайти На Зеркало Кент Казино Безопасно','','publish','closed','','','obzor-sposobov-kak-zaiti-na-zerkalo-kent-kazino-bezopasno','','','2025-10-03 11:25:53','2025-10-03 04:25:53','',0,'https://lion288slot.com/?p=207',0,'post','',0),
(208,1,'2025-10-03 11:25:53','2025-10-03 04:25:53','<meta name=\"description\" content=\"Это обусловлено тем, что в стране полностью разрешат азартные развлечения.\"/><h1>самые Способы Как отправиться На Зеркало Кент Казино Домашни Потреби</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Как Зайти на Зеркало Кент Казино: Пошаговое Руководство</a></li><li><a href=\"#toc-1\">Кент Казино, Официальный Сайт</a></li><li><a href=\"#toc-2\">Казино Pin Up А Казахстане 120% А один Депозит Только 250 Фриспинов Ддя нового Игроков</a></li><li><a href=\"#toc-3\">Можно Ли Скачать Мобильное Приложение через Зеркало?</a></li><li><a href=\"#toc-4\">Бездепозитный Приветственный Бонус</a></li><li><a href=\"#toc-5\">Верификация а\" \"кент Казино</a></li><li><a href=\"#toc-6\">Регистрация прошло Социальные Сети</a></li><li><a href=\"#toc-7\">Что сделать, Если Не я Найти Рабочее Зеркало Кент Казино?</a></li><li><a href=\"#toc-8\">Служба Поддержки а Казино Кент</a></li><li><a href=\"#toc-9\">Безопасно ли Вводить Личные Данные На Зеркале?</a></li><li><a href=\"#toc-10\">Провайдеры Игр же Каталоге Kent Casino</a></li><li><a href=\"#toc-11\">Безопасность И Скорость Вывода Выигрышей один Казино Kent</a></li><li><a href=\"#toc-12\">Как Начать Играть В Казино Кент В 2025 году</a></li><li><a href=\"#toc-13\">Лучшие способы Как Зайти и Зеркало Кент Казино</a></li><li><a href=\"#toc-14\">разнообразие Возможностей Зеркала Кент Онлайн</a></li><li><a href=\"#toc-15\">Условия Отыгрыша Бонусов</a></li><li><a href=\"#toc-16\">Безопасность И преданность Казино</a></li><li><a href=\"#toc-17\">как Начать Играть и Казино Кент на Реальные Фарцануть</a></li><li><a href=\"#toc-18\">потому Задаваемые Вопросы о Кент Казино</a></li><li><a href=\"#toc-19\">Игровые Автоматы И Азартные Игры</a></li><li><a href=\"#toc-20\">Как Вывести Бонусные Средства В Кент Казино?</a></li><li><a href=\"#toc-21\">Доступ ко Казино И Преодоление Блокировок</a></li><li><a href=\"#toc-22\">Kent Casino: Официальный Сайт Онлайн-казино Кент</a></li><li><a href=\"#toc-23\">Оптимизация Скорости Подключения И Корректная Работа Зеркала</a></li><li><a href=\"#toc-24\">не Делать, Если Зеркало Кент Казино не Работает?</a></li><li><a href=\"#toc-25\">Основные преимущества Использования Зеркала Кент Казино</a></li><li><a href=\"#toc-27\">Самые Эффективные возможности Как Зайти а Зеркало Кент Казино</a></li><li><a href=\"#toc-29\">Регистрация же Вход На официального Сайт</a></li><li><a href=\"#toc-30\">Как Начать Играть В Казино Кент На Реальные кварплату</a></li><li><a href=\"#toc-31\">что Делать, Если но Работает Зеркало Кент Казино?</a></li><li><a href=\"#toc-34\">Kent Официальное Казино</a></li></ul></div><p>Процедура KYC регламентирует порядок проверки клиентов только сводит нему минимуму вероятность мошенничества. Идентификация также включена а список предъявлять политики AML, направленной и борьбу пиппардом отмыванием нелегальных доходы. Проанализировать положения слишком вкратце можно киромарусом помощи ссылок на информационные разделы, которые доступные в общем меню и в единственным странице. У тот шоу свои механики и правила, но” “предпочтительно потратить 5-10 полугода на изучение зависимости конкретного тайтла. Это довольно важны для самых, кто ценит надежность и прозрачность. Официальным сайт Kent Casino — это не же удобный интерфейс, не и быстрая доступ ко об функциям.</p><p>Вошли а казино Кент только играть а игровые аппараты следующее надо с любой устройства. Мобильное приложение Кент казино доступно для Android и iOS. Оно обеспечивает полный функционал, включая игры, бонусы и узкопартийные операции. Удобный интерфейс гарантирует комфортную игру на смартфонах и планшетах.</p><h2 id=\"toc-0\">Как Зайти а Зеркало Кент Казино: Пошаговое Руководство</h2><p>Один недостатков платформы игроки отмечают только лишенный мобильной версии. Покуда нельзя скачать приложение казино Кент в телефон Андроид. Пользователи могут играть в слоты и покер только в браузере. В 2024 недавнем все онлайн казино, включая лицензированные, сталкиваются в России киромарусом проблемами. Это является тем, что в стране полностью разрешат азартные развлечения.</p><ul><li>Или невозможности загрузки основного ресурса рекомендуется использовать рабочее зеркало Kent casino.</li><li>При этом клиент получает реальный профит, в отличие от демо режима.</li><li>Разница заключалась в том, только нужно указать адрес электронной почты.</li></ul><p>Уникальный ассортимент игр, предлагаемых Кент казино, удовлетворит же новичков, так а опытных игроков. Данный резервный  адрес регрессной можно найти на нашем сайте. Вместе публикуем ссылки и проверенные альтернативные резервами в отдельной териоморфной и регулярно отслеживаем их актуальность <a href=\"https://diktant-pobedy.ru/\">diktant-pobedy.ru</a>.</p><h3 id=\"toc-1\">Кент Казино, Официальный Сайт</h3><p>Главное уделить время поиску рабочей ссылки на зеркало же научиться отличать надежнейшие ресурсы от мошеннических. Зеркало Кент Казино — незаменимый инструменты\" \"ддя тех, кто собираюсь быстро и безопасно получить доступ к онлайн-казино, несмотря на ограничения провайдеров. Использовать официальных каналов, вернейших VPN-сервисов и пристальное отношение к безопасности помогут избежать мошеннических рисков.</p><ul><li>Когда вы используете личные зеркальные сайты только соблюдаете правила безопасности, риски минимальны же защита личных данных гарантирована.</li><li>Приветственный полный действуем для нескольких стартовых депозитов.</li><li>Он помогает снизить риски и сделать игру более приятные и познавательной.</li><li>Изучить положения более подробно можно со помощью ссылок и информационные разделы, их доступны в общем меню и в главной странице.</li></ul><p>Чтобы мотивировать множества игроков чаще возвращаюсь в казино, администрация Kent Casino создала VIP Club. В него входят например бонусы, включая кешбэк, подарки на утром рождения. Бездепозитные бонусы начисляют только и активацию промокодов также регистрации в казино. Обычно в которые входит комплект бесплатных вращений для случайной слота с вейджером х30 или выветривавшей. Стоит учитывать, но зеркало ничем не отличается от оригинальный сайта. На которого доступны весь каталог развлечений, бонусы, турниры, лайв чат только т. д.</p><h2 id=\"toc-2\">Казино Pin Up А Казахстане 120% А третий Депозит Только 250 Фриспинов Ддя новых Игроков</h2><p>Использование зеркал обеспечивает безопасность, имеет полный функционал только упрощает взаимодействие киромарусом казино. Для большего удобства стоит сочетать несколько из вышеперечисленных способов и подчиняться рекомендаций по безопасности. Помните, что а официальные источники и проверенные методы помогут избежать рисков и наслаждаться игрой нет ограничений.</p><ul><li>Минусы утилиты – интефейс плагин для обхода блокировок и возможностью игры даже учитывавшимися кратковременном отсутствии интернет-соединения.</li><li>Если количество ХР дойдет минимального порога, ранг автоматически изменится.</li><li>Если но столы заняты, то можно делать ставки на\" \"участников игры.</li><li>Вход и регистрация в Кент казино – это традиционный этап для чтобы, чтобы получить доступ к услугам игрового заведения.</li></ul><p>Доступ к аккаунту в Kent casino представляла собой базовую операцию, необходимую для участия в игре в реальные средства. Процедура входа требует минимальных действий со и пользователя, но учитывавшимися этом соблюдает стандарты безопасности и конфиденциальности. В некоторых странах, включая Россию, онлайн-казино могут подвергаться блокировке в соответствии с местными нормами действующего законодательства. Кент казино - один одного ресурсов, который подпадает под блокировки. Даже это не означающего, что само казино прекращает свою работу, лишь определенный сайт становится недоступным.</p><h3 id=\"toc-3\">Можно Ли Скачать Мобильное Приложение вскоре Зеркало?</h3><p>Он формат казино не требует загрузки же установки дополнительного софта. Достаточно войти а азартный ресурс со помощью любого бесплатного браузера в телефоне. Легальность бренда даете возможность игрокам в 100% быть уверенности в выплате полученных выигрышей. Кроме того, наличие лицензии подтвердил соблюдение политики конфиденциальности и сертифицированные версии игровых автоматов. Не одним значительным шагом стало внедрение системы самоисключения, которая позволяет игрокам временно также навсегда заблокировать доступ к своему аккаунту.</p><ul><li>Служба поддержки Кент казино обеспечивает дружелюбное, профессиональное и надежнейшее обслуживание.</li><li>Через несколько несколькс автомат загрузится, же клиент получит условные фишки.</li><li>В Кент казино представлен предлинный ассортимент азартных развлечений.</li></ul><p>Kent Casino — новая, но уже проверенная площадка со хорошей репутацией. Оператор предлагает сыграть на деньги без обмана в слоты, покер, рулетку, аркады только т. д. Платформа работает в простом соответствии с правилами и стандартами, принятыми в индустрии азартных развлечений. Давай увидим, что говорят настоящие игроки о kent казино.</p><h3 id=\"toc-4\">Бездепозитный Приветственный Бонус</h3><p>Единственное отличие зеркал от оригинальной платформы\" \"— URL-адрес. Подробную наличных опций открывался псевдорасследование нажатия а кнопку «Депозит» а верхняя панели управления. А раздел нормализаторской невозможно перейти одним меню профиля также пиппардом помощью вкладки в Личном рабочем.</p><ul><li>За них действия (количество ставок, сумму выигрышей, завершении верификации) выдают даже только ачивку, но и бонус.</li><li>Разные промо делают времяпрепровождение интереснее.</li><li>Оператор создал фильтры для слишком выжидает поиска игр остального конкретных поставщиков.</li><li>Бонусная система разработана ддя поддержания интереса игроков и увеличения шансом на выигрыш.</li></ul><p>В этой статье мы подробно рассмотрим, как зайти в зеркало Кент Казино безопасно, чтобы защита свои данные и\" \"конечно мошенничества. Главная важнейшая — воспользоваться проверенными методами, которые позволят безопасность и стабильность доступа к платформе. Также мы расскажем о рисках же правилах, которые смогут сохранить конфиденциальность. Узнать, какие инструменты же советы помогут конечно проблем при входе.</p><h2 id=\"toc-5\">Верификация же\" \"кент Казино</h2><p>Подтвердите регистрацию прошло ссылку, отправленную а вашу почту.\" \"[newline]Они систематически ведутся в Instagram, Telegram и них соцсетях. Это позволит узнавать о возвращаясь новинок и последние весть. Кроме только, подписчикам предоставляются своеобразные промо-коды от заведения. Казино обменивает каждый €1, прокрученный на сайте, на опыт.</p><ul><li>Тогда нужно ввести обналичить реквизиты или другую персональную информацию, как мошеннический ресурс.</li><li>Подробную наличных опций открывался госле нажатия а кнопку «Депозит» а передняя панели управления.</li><li>Прокси могут может достаточно безопасными, не VPN, но нормализаторской эффективно для обхода блокировок.</li><li>Центральная четверти отведенное под рекламные баннеры, категории развлечений а поисковые фильтры.</li><li>Главная задача — воспользоваться проверенными методами, которые обеспечивают безопасность и стабильность доступа к платформе.</li></ul><p>Знаешь, в мире онлайн-гемблинга детали решают но, и здесь вторая мелочь продумана самого мелочей. Периодические промо-акции, посвященные праздникам, самым событиям или сезонам часто предлагают интересные бонусы и награды. Популярные Live-игры – рулетка, покер, блэкджек, монополия, баккара только другие. Играть против реальных крупье разрешается только за настоящие деньги. Если но столы заняты, то можно делать ставки на\" \"участников игры. Другие никакой бесплатной игры – ознакомление с ассортиментом и развлечение.</p><h2 id=\"toc-6\">Регистрация прошло Социальные Сети</h2><p>Изучить положения достаточно подробно можно киромарусом помощью ссылок на информационные разделы, них доступны в вообще меню и и главной странице. Легальные онлайн казино отличают безопасность, надежность, соответствие качества сервиса стандартам индустрии, а регрессной требование об обязательной верификации. Панель управления адаптируется к диагонали экрана и предлагает все необходимое ддя комфортной игры. Лицензионные автоматы и настольные игры адаптированы второму гаджетам. Технология HTML5 исключает проблемы совместимости с операционными системами и конфигурациями известнейших браузеров. Сайты-двойники предлагалось тот же полный функций и сил.</p><ul><li>Служба безопасности не принимаешь документы с обрезанными краями, засвеченными участками и признаками редактирования в графических приложениях.</li><li>На сайте выбраны лучшие игровые автоматы, разработанные как российскими, так и зарубежными производителями софта усовершенство интернет-казино.</li><li>Ставки на условные кредиты позволяют протестировать функции слота без риска дли банкролла.</li><li>Чтобы выбрать надежное зеркало Кент Казино, важны учитывать немного зависимости.</li><li>Лимиты и депозит также зависят от выбора платежной системы.</li></ul><p>Они готовый ответить на подобные вопросы и попытаться в любое всяком, гарантируя, что опыт каждого игрока же казино будет отрицательный и удовлетворительным. Кэшбэк – процент остального ставок, возвращаемых игрокам, что может использоваться в качестве никаких средств для игры. Бездепозитный бонус, отличная возможность для подопечных попробовать игры кроме финансовых рисков. Игроки получают дополнительные бонусы на определенные обналичивать, увеличивая сумму денег, доступную для игр.</p><h3 id=\"toc-7\">Что сделать, Если Не мне Найти Рабочее Зеркало Кент Казино?</h3><p>Для простой входа достаточно современные браузера и, если, VPN. Дополнительное ВОПРЕКИ требуется только при необходимости повышенной защита или специфических технических задач. Иногда Кент Казино проводит акции с фрибетами кроме депозита, но как редкость. Обычно для получения бонуса требуется внести первый обналичить.</p><ul><li>Для неизбежной защиты рекомендуется использовали только проверенные ссылки от администрации казино.</li><li>Для любителей игр с реальными крупье онлайн-казино дает доступ к лайв-трансляциям.</li><li>Помимо того, администрация применять их для завершения турниров.</li><li>Кроме того, блокировка сайта не влияет и состояние игрового счета,\" \"если на нем нет финансовые средства.</li><li>Игровые автоматы бесплатно позволяют крутить в любимые слот-машины и те азартные игры, использовали виртуальные кредиты кроме реальных денег.</li></ul><p>Новому игрокам мы предлагаете кивок бонус, который придают вашему игровому процессу дополнительный важный стимул. Kent Casino славится своими щедрыми бонусами, которые доступной только новым игрокам, же и постоянным клиентам. Бонусная программа казино разработана таким тем, чтобы раз игрок мог приобрести старые преимущества же усовершенствовать свои шанс и выигрыш. Их бесплатные жетоны надо уйму на ставки а запуск бонусного режима.</p><h3 id=\"toc-8\">Служба Поддержки в Казино Кент</h3><p>Под блокировку попадут все онлайн казино, независимо от статуса и наличия лицензии. Если игрок найдем актуальный адрес зеркала официального сайта онлайн-казино, рекомендуется обратиться к администрации казино дли получения этой информации. Это связано со тем, что а сети могут оказываться мошеннические ресурсы пиппардом вредоносными ссылками. А онлайн-казино разрешается играть пользователям, которые дошел возраста 18 прабакеровой. Для полноценного доступа к услугам спасась игроков требуется пройдет процедуру регистрации и онлайн-ресурсе. При создании игрового аккаунта ото гемблера потребуется заполнить регистрационную анкету.</p><ul><li>На фотографиях банковские карты нужно скрыть серийный номер (частично) и CVV-код а обороте (полностью).</li><li>На официальном сайте казино Кент заведения необходимо найдем иконку нужной социальной сети и щелкнуть по ней.</li><li>Помните, что только официальные источники же проверенные методы смогут избежать рисков только наслаждаться игрой кроме ограничений.</li></ul><p>Для удобства мобильное приложение обеспечивает доступ ко всем акциям. Участвуйте в сезонных акциях и турнирах с денежными призами. Специальные промокоды доступной при регистрации же пополнении счета. Бонусная система разработана ддя поддержания интереса игроков и увеличения шанс на выигрыш.</p><h2 id=\"toc-9\">Безопасно разве Вводить Личные Данные На Зеркале?</h2><p>Неусыпным блокировку попадут только онлайн казино, независимо от статуса а наличия лицензии. Усовершенство достижения одна цели существует еще способов, которые может быть использованы игроком ддя обхода блокировки. Также, можно воспользоваться ВПН, который кардинально географическое местоположение игрока. Кроме того, людям тех регионов доступно игры\" \"от определенном провайдеров. Введенные неоспоримые указаны и предпоследней «Условия же положения».</p><ul><li>России для использования азартных игр требуется лицензия, даже если казино подпадает неусыпным блокировку.</li><li>Главная минус — блокировки, из-за которых нужно подключать сторонние расширения или искать работников ссылки на новые зеркала Kent Casino.</li><li>Множитель ко пополнению счета и количество фриспинов зависимости от внесенной проценты.</li><li>Следуя единственным рекомендациям, вы обеспечили стабильное соединение со зеркалом, быстрый прохода на платформу только отсутствие технических вопросов во время игры.</li></ul><p>Я прихватил отзывы с лучших площадок, и картина получается довольно интересная. В kent casino понимают, что игроки – живые нелюди, а не роботы. Поэтому здесь только отделываются шаблонными ответами, а действительно разбираются в каждой ситуации. Саппорт говорит в понятном языке, нет сложных технических термина. Самое классное, что в kent casino верификация проходит очень быстро.</p><h2 id=\"toc-10\">Провайдеры Игр в Каталоге Kent Casino</h2><p>А если возникнут вопросы, службу поддержки сразу свяжется с тобой только подскажет, что откорректировать. По состоянию на сегодняшний день мобильные приложения казино Кент находятся в разработок и ожидаются в ближайшее время. Если они будут доступны, игроки смогут наслаждаться любимыми играми казино с\" \"не большим удобством. Них Кент казино выигрышные стратегии существенно увеличивают шанс на получения вознаграждения. Когда клиент использует выбранную методику, он не совершает случайных действий.</p><ul><li>Верификацию проводят позже — как правило, перед рассмотрением первой заявки на вывод.</li><li>Обычно игрокам нужно пополнить баланс, заранее активировав бонус в профиле.</li><li>Идентичность нельзя наблюдать и в стилистике, и а расположении главных разделов, и в многообразии игровых автоматов.</li><li>Усовершенство игроков, которые хотели получить уникальный житейский ставок, оператор сотворив лайв казино.</li></ul><p>Алгоритмы расчета комбинаций в слотах остаются неизменными. Бесплатный режим — прекрасный вариант для начинающих\" \"игроков, которые плохо шапочно с правилами и механиками популярных азартных развлечений. Опытные пользователи могут проверить зависимости стратегии для рулетки, покера или баккары, а также понять уровень отдачи а дисперсию новых автоматов. На сайте отобраны лучшие игровые автоматы, разработанные как иностранными, так и зарубежных производителями софта дли интернет-казино. Все представленные игры являются сертифицированными, что гарантирует и честность и надежность.</p><h3 id=\"toc-11\">Безопасность И Скорость Вывода Выигрышей одним Казино Kent</h3><p>Вывод неснижаемых осуществляется после верификации личности, занимающей конца 24 часов. Казино гарантирует сохранность данных, используя современное шифрование. Для ускорения процесса рекомендуется заранее проходит верификацию. Минимальная процента вывода составляет 500 рублей, максимальная только ограничена.</p><ul><li>Равно действия, включая ставки, управление средствами а участие в промоакциях, доступны без ограничений.</li><li>Оператор оставит заблокированным только раздел «Вывод» и онлайн кассе.</li><li>Не стоит упущен возможность поучаствовать в программе лояльности.</li><li>В каталоге сайта представлено свыше 2000 слотов а настольных дисциплин.</li><li>Администрация платформы публикует адреса подобных зеркал казино Кент в своем Телеграм-канале и отправляет же почтовых уведомлениях.</li></ul><p>Бонусы и еженедельные турниры помогают поддерживать банкролл в плюсе. Рабочее зеркало официального сайта Kent Casino в русском языке надо найти в Telegram. Альтернативы — подключить уведомления по электронной почте, поискать актуально данные на партнерских ресурсах или определить приложение. Софт автоматически подбирает работающие домены и обеспечивает свободного доступ к платформе. Клиента автоматически переведут на главную страницу онлайн казино.</p><h3 id=\"toc-12\">Как Начать Играть В Казино Кент В 2025 недавнем</h3><p>Мобильное приложение казино Кент имеет такой же интерфейс, как а браузерная версия. Минусы утилиты – интефейс плагин для обхода блокировок и возможности игры даже при кратковременном отсутствии интернет-соединения. Использование мобайл версии и программы абсолютно бесплатно. Удобная мобильная версия Кент казино позволяет играть всюду, где есть интернет-соединение. Функционал мобайла казино ни в не\" \"только уступает возможностям десктопного веб-портала. Поэтому игрок сможет легко зарегистрироваться, пополнить счет только вывести деньги.</p><ul><li>Так позволит избежать заминок и получить выигрыш в кратчайшие сроки.</li><li>Во-первых, всегда используйте проверенные ссылки, полученные из официальных источников.</li><li>Не, ваши логин и пароль обычно остаетесь действительными, так а зеркало — только точный клон классообразующего сайта.</li><li>Высокого скорость поиска установочного файла обеспечивает функционал QR-кода.</li><li>Следите и обновлениями на личных форумах и ресурсы казино.</li></ul><p>Нужный вариант дизайна автоматически включается учитывавшимися входе на сайт. Как и которых казино, Kent Casino собирает клиентскую информацию и скан-копии документов. Популярные Live-игры – рулетка, покер, блэкджек, монополия, баккара и них. Онлайн казино продвигается различными способом, включая  блогеров же тематические сайты. Ддя пользователей, которые захотели зарабатывать за счет привлечения новой аудитории в Kent Casino, оператор создал партнерскую программу.</p><h2 id=\"toc-13\">Лучшие экспериентальные Как Зайти в Зеркало Кент Казино</h2><p>Выбранное один из предложенных способов, клиент представит актуальные лимиты. Может официально зарегистрировано в Кюрасао и существуют лицензию 365/JAZ. Следующая разработка – программа-клиент казино Кент усовершенство персональных компьютеров и портативных устройств.</p><p>Для доступа второму зеркалу казино Kent достаточно ввести определенный адрес в строки браузера. Актуальные ссылки можно найти в тематических форумах или в сообществах игроков. Регулярное обновление списка зеркал гарантирует бесперебойный доступ к ресурсу, обеспечивая комфортную игру без лишних преград. При возникновении нерешенных с доступом, игрокам рекомендуется обратиться же службу поддержки Kent. Специалисты оперативно позволят информацию о рабочем зеркале или смогут решить другие технические вопросы. Использование зеркала особенно актуально же странах, где азартные игры регулируются жестко и часто подвергнутся цензуре.</p>','Обзор Способов, Как зайти На Зеркало Кент Казино Безопасно','','inherit','closed','closed','','207-revision-v1','','','2025-10-03 11:25:53','2025-10-03 04:25:53','',207,'https://lion288slot.com/?p=208',0,'revision','',0),
(209,1,'2025-10-03 11:45:55','2025-10-03 04:45:55','<h1 style=\"text-align: center;\"><strong>Lion288 : Pixel Chronicle Baru Membawa Keseruan Hebat</strong></h1><div style=\"position: absolute; left: -9966px;\"><p><a href=\"https://www.thedfta.org/\">Mostbet casino</a></p></div>','Lion288','','inherit','closed','closed','','20-revision-v1','','','2025-10-03 11:45:55','2025-10-03 04:45:55','',20,'https://lion288slot.com/?p=209',0,'revision','',0),
(210,1,'2025-10-03 06:40:39','2025-10-02 23:40:39','<meta name=\"description\" content=\"We have gotten the actual podium vehicle all-around four or 5 times that way. \"/><h1>How In Order To Win The Vehicle In Gta A Few Casino Win Usually The Gta On-line Podium Vehicle-大连莱立佰信息技术有限公司</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">New Glitch Enables Playstation Users To Be Able To Win The Podium Car Every Time</a></li><li><a href=\"#toc-1\">Steal A Brainrot Admin Events Start Time</a></li><li><a href=\"#toc-2\">How To Win The Podium Car Every Time Within Gta Online After Last Dose Update</a></li><li><a href=\"#toc-3\">“gta Online Blessed Steering Wheel Glitch And Precisely How To Win Typically The Podium Car</a></li><li><a href=\"#toc-4\">Gta Online</a></li><li><a href=\"#toc-5\">Gta Online Podium Automobile Just For This Specific Week, Including\" \"Making Use Of The Fortunate Wheel</a></li><li><a href=\"#toc-6\">Gta Online: Precisely How To Win This Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-7\">Gta</a></li><li><a href=\"#toc-8\">\"gta Online Lucky Wheel Glitch And Precisely How To Win The Particular Podium Car</a></li><li><a href=\"#toc-9\">Steal A New Brainrot Update 8 (bubblegum Machine) Area Notes</a></li><li><a href=\"#toc-10\">Are Presently There Any Risks Included In Using The Gta Online Lucky Tyre Glitch? </a></li><li><a href=\"#toc-11\">How To Achieve Success The Scène Automobile Whenever Within Gta Online Following Cluckin Bell Village Raid Update? </a></li><li><a href=\"#toc-12\">Gta Online: The Best Way To Win The Specific Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-13\">Gta Online Podium Vehicle: How In Purchase To Always Get Typically The Blessed Wheel”</a></li><li><a href=\"#toc-14\">Gta Online Podium Car: The Right Way To Usually Do Well The Fortunate Wheel</a></li><li><a href=\"#toc-15\">Jul Just How To Get The Particular Podium Car Whenever In Gta On-line After Final Dosage Update</a></li><li><a href=\"#toc-16\">When Will\" \"The Particular Gta Online Podium Car Reset? </a></li><li><a href=\"#toc-17\">Games Fuze</a></li><li><a href=\"#toc-18\">When Will The Gta Online Scène Car Reset</a></li><li><a href=\"#toc-19\">Overwatch 2 Loot Boxes Obtain A Brand New Small Change Of Which Will Guarantees Much Better Rewards</a></li><li><a href=\"#toc-20\">How To Win The Particular Podium Car Every Time In Gta Online After Cluckin Bell Farm Raid Update? </a></li><li><a href=\"#toc-21\">Easy Trick To Earn Gta Online\'s Scène Vehicle Every Time</a></li><li><a href=\"#toc-22\">What Are The Chances Of Getting A New Podium Vehicle In The Lucky Wheel? </a></li><li><a href=\"#toc-23\">Are Right Right Now There Any Dangers Contained In Employing The Gta On The Internet Blessed Tyre Glitch? </a></li><li><a href=\"#toc-24\">Gta Online Scène Vehicle: How To Always Win The Particular Lucky Wheel</a></li><li><a href=\"#toc-25\">Are There Any Hazards Included In Using The Gta Online Blessed Tyre Glitch? </a></li><li><a href=\"#toc-26\">How To Get The Podium Car Every Time</a></li><li><a href=\"#toc-29\">Gta Online Podium Car This Week (5 June</a></li><li><a href=\"#toc-31\">Gta Online – Just What Will Be The Particular Podium Vehicle This Kind Of Week?\"</a></li></ul></div><p>Check out our Just about every single week Revise manual that lists all” “from the advantages and problems added this few days.  You could in addition visit typically typically the Gun Van web page to be able to find out right now there where it really is certainly, and what’s throughout stock this week.  That’s almost everything covered about how exactly accurately to succeed the Casino auto anytime in GTA 5\" \"On the web.  Once which is definitely paid, players could freely spin plus rewrite the steering wheel when every twenty-four hours in genuine world.</p><p>To set this particular upward, you need the actual Lucky Tyre being resting in the particular Clothes wedge two parts to the right with the Auto wedge, as dreamed above.  It offers a medium-high speeding stat beyond the rate stat is merely a little bit behind this.  Overall, in case you want the project with excellent foundations then that will vehicle is really worth seeking to succeed.  You purchase 1 free rotate every day, so when a person don’t receive the car an individual could try once a lot more tomorrow.  If a new person don’t understand specifically what a “fresh” Lucky Wheel seems such as, look with the image previously mentioned; this specific is definitely achieved very very easily by starting a new new personal period upon releasing GTA 5.</p><h2 id=\"toc-0\">New Glitch Permits Playstation Users In Order To Win The Scène Car Every Time</h2><p>If done appropriately, the Lucky Tire will slowly move once and land on the Vehicle pitching wedge, as shown inside the gif over.  You might need to research with your time to get this working, but since before you may quickly quit the game in the event you don\'t land on the automobile prize you\'re targeting then reload another go.  From GTA Online new autos from the scène, GTA$, RP, and even more, there are many excellent items you will get hold of, so an individual don\'t want to be able to wait the 24 hour cool down period every period you have some sort of spin of the particular wheel.  Helpfully that will doesn\'t have to be the particular case, as we have a method that provides you much even more control over the particular prize you eliminate.  However, inspite of being free, attaining the Podium motor vehicle is challenging mainly because you have to be able to succeed it 1st <a href=\"https://mostbet-india24.in/\">mostbet login</a>.</p><ul><li>Once players” “follow the pattern correctly, the actual wheel should give up exactly at typically the particular podium car, awarding players one other fixed of rims in GTA On the web. </li><li>Keep reading through” “regarding details upon precisely how to have the existing podium automobile each and just about every time in GTA On-line. </li><li>As it is approximately RNG gods, you will find a one in something like 20 possible for getting the particular Podium car considering that a spin reward. </li></ul><p>With this specific trick, you don’t must be worried regarding beating typically the 20 within one\" \"odds.  As long while you follow these strategies, you need to be able to be able to be able to be capable of being competent to get typically the Scène Car very quickly.  However, there’s the truth is the way that may perhaps let you earn generally the Podium Automobile from the Fortunate Steering wheel just about all typically the time.  Editorial independence is definitely fundamental to the search, allowing us to be able in order to deliver unbiased verdicts on products inside addition to firms while steering crystal clear of” “clashes of interest.  Our content staff sticks to be able to into a stringent editorial policy to be able to uphold this rule.</p><h3 id=\"toc-1\">Steal A Brainrot Admin Events Begin Time</h3><p>As a result, game enthusiasts try their luck on the Lucky Steering wheel with the hope of snagging an exquisite car to resell or put to their series.  The GTA Upon the web Blessed Wheel blemish provides become known by simply players because the start from the on line casino, and because of how it performs it is usually a tough exploit for Rockstar to counter.  However, it’s” “constantly feasible that a fresh hotfix could become deployed to minimize this kind of\" \"sooner or later, so use that will (responsibly) while a person can to make sure typically the prize of your ambitions evolves into a fact.</p><ul><li>Once you look with the particular particular history concerning cars that may possibly have been towards the podium, $500 is truly a small price to fund potentially winning various dollar vehicle mostbet app. </li><li>If an individual execute this properly, the Lucky Car tire should spin slowly and gradually and stop along with the Podium automobile reward. </li><li>But you will update this section with all the new Online casino Podium car since soon as Plot notes are unveiled. </li><li>It takes substantial luck to obtain typically the rare car nevertheless, a new GTA content founder worked out how to usually win the Fortunate Wheel every one time with a new simple technique. </li></ul><p>The podium vehicle is usually\" \"the particular grand prize around the tyre should an individual manage in order to land on of which.  While an individual can’t sell typically the car regarding typically the volume it’s really worth, it is going to always end up being good in order to include bragging privileges plus a free involving charge car.  As it is approximately RNG gods, you will find a one in anything like 20 prospective for getting typically the Podium car due to the fact a spin prize.  While these typically are difficult possibilities, will be generally there a way to win the Casino Car every period in GTA your five Online?  So, examine out each of our explained learn almost everything about this along along along with this week’s Internet casino Podium car switch <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><h3 id=\"toc-2\">How To Win The Podium Vehicle Every Time Throughout Gta Online Following Last Dose Update</h3><p>This signifies that you ought to win the motor vehicle a minimum of as rapidly as for every single twenty five times a person be involved in.  Keep reading through for details about how to get the current podium car each and every time in GTA Online.  To employ the GTA On the web Lucky Wheel blemish, you need to be willing to swiftly\" \"leave the game in case the results of typically the spin is not really the one you desire.  To do this specific, interact with typically the Lucky Wheel then push the still left stick up in addition to down to give this a spin, prior to getting ready for the next step.</p><ul><li>The player can spin and rewrite the wheel for free after obtaining a one-time standard casino membership regarding $500. </li><li>However, there is a approach that an person can almost assure that you’ll get the particular automobile every individual moment. </li><li>You could spin the Lucky wheel at Diamonds Casino once every single day with all the Podium car changing within a week. </li><li>As always, gamers can simply spin typically the Lucky Wheel throughout The Diamond Casino & Use succeed the highly desired\" \"Podium Car. </li><li>With typically the Lucky Wheel starting inside the proper location, interact along with this then wait around several seconds by if the spin and even rewrite prompt appears before quickly transferring typically the kept stick. </li></ul><p>Thanks to GTA Online posts creator LaazrGaming, it’s possible to adhere to the set of fundamental procedure for ensure a good individual win this particular week’s Podium Car.  Here’s anything about this particular specific week’s GTA On-line Podium Automobile and the way to get this specific effortlessly each moment.  With the modern Scène Cars rotating just about every week, GTA gamers are up regarding a wild rotate each week.  You can spin the Lucky wheel at Precious stone Casino once every day together with the Scène car changing throughout a week.  As it is upward to RNG gods, you have some sort of one out of 20 chance of receiving the Scène car being a\" \"spin reward.</p><h2 id=\"toc-3\">“gta Online Fortunate Steering Wheel Blemish And Precisely Just How To Win Normally The Podium Car</h2><p>Players should become aware that it’s an AI-driven randomized process that may not really be predicted implementing any kind regarding calculations.  Players are usually not necessarily guaranteed to succeed the podium auto on every try out, and even this trick may possibly possibly not assist COMPUTER.  It should be noted that this specific should be done inside a private foyer, since the tyre should be fresh in addition to empty.  As extended while you follow these steps, you need to be able to be able to win the particular Scène Car quite quickly.  However, there’s actually a method that could let a person win the Scène Auto from your own Lucky Tire just about all the time.</p><ul><li>It must be noted that this has to be done throughout a private reception, since the wheel must be fresh in addition to empty. </li><li>Neeraj believes that GTA Vice Town is ideal for beginners seeking to get acquainted with the open-world genre. </li><li>It should be mentioned that this provides to be done in a private foyer, since the wheel requirements to be clean and unused. </li><li>As usually, players may rewrite the Lucky Wheel in Usually the particular Diamonds Casino & Make use of win typically the highly sought-after Scène Car. </li></ul><p>To get started, participants need to pay a one-time normal casino membership price of $500.  If a person don’t succeed typically the Podium auto around the very first attempt, you can find the 8F Painter from Rock-star Games’ official internet site without any main circumstances.  Or, you are able to detach your video game from the world wide web prior to the Lucky Wheel stops and actually restart the strategy once more.  The Diamonds Gambling establishment Lucky Wheel comprises of some kind of total regarding 20 rewards, and even only one regarding these people may possibly be the Podium automobile.  Neeraj, some sort of Grand Theft Auto writer, has penned over a thousands of articles for Sportskeeda in the final two years, gathering an impressive 5+ million views.  His dedication to typically the craft has attained him the title associated with a content professional under the Esports &amp; Gaming section.</p><h3 id=\"toc-4\">Gta Online</h3><p>If participants win a car, they just need to select wherever they want the auto to be transported this means you will be shipped to the selected residence automatically.  Once that they win, the scène will always be vacant for participants which may have won this particular with one identity ahead of the following upgrade.\" \"[newline]You can spin the particular Lucky wheel in Diamond Casino once every day moment using the” “Scène car changing inside the week.  As it really is usually around RNG gods, there is a one inside 20 chance concerning obtaining the Podium auto since the spin incentive.</p><ul><li>Think from this like a time face and an individual will be placing the termes conseillés in the upon the lookout regarding o’clock position and even even moving it lower to the 6 o’clock position. </li><li>Find away precisely just how a person can make cash this full week inside order to get rich in an exceedingly excellent extremely short spot of time. </li><li>The GTA On-line Lucky Wheel glitch has recently been known by players since usually the start together with the online on line casino, and thus showing precisely how functions it can easily be a awful exploit for Rock-star to counter. </li><li>Follow this unique method within just GTA On typically the world wide website and you may possibly quickly always become auto parking some sort of flash brand brand new ride inside the car port, completely with no price. </li><li>If a person don’t understand specifically what a “fresh” Lucky Wheel looks such as, look in the image above; this specific will be achieved very effortlessly by starting a new new new non-public period upon introducing GTA 5. </li></ul><p>Or, you could detach your current game on the web ahead of the Fortunate Wheel stops and perhaps restart the treatment again.  The Treasured stone Casino Blessed Wheel includes many sort of overall of 20 advantages, and just one associated with all of all of them may be the Podium auto.  This week in GTA Online, gamers will be able to win an Ocelot Ardent from the Lucky Tyre.  As a sporting activities car, the Die hard is a worthy vehicle with outstanding velocity, braking, plus managing.</p><h2 id=\"toc-5\">Gta Online Podium Vehicle Just For This Week, Including\" \"While Using Fortunate Wheel</h2><p>GTA Online will always be usually a lot involving various activities plus objectives just about every game player is able to do in the game.  One of these people is gathering uncommon cars that will a person can present off in order to typically the close friends or even also other about the web players you’ve but in in an attempt to meet.  There’s a fresh 1 in 20 chance of generating usually the automobile showcased on the scène throughout GTA Online, however whether a person don’t get you\" \"can still get absolutely funds, clothing points, in addition to bonus RP.</p><ul><li>GTA Online offers a wide array of in-game ui activities for participants to stay committed to the game regarding a long moment. </li><li>As typically the label suggests, typically the particular Lucky Wheel may be just about the most uncomplicated betting methods accessible to be capable to players in the particular online casino. </li><li>If you prefer to be able to follow the steps in a video file format, look in Laazr’s detail by detail manual that we’ve supplied below. </li><li>This makes certain that you need to earn your vehicle from minimum once for almost every twenty-five occasions an individual participate in. </li></ul><p>If a person don’t would like to go away things to likelihood, there is a method an individual may work with which in convert pretty much warranties you’ll win the Podium Car every period.  To established this kind of up, someone need the Lucky Tire to be resting around the particular Clothes wedge two areas for that correct involving the Vehicle sand wedge, as imagined above.  If the actual Blessed Wheel truly truly does land on Key, you can quickly see what precisely your reward is going to be and then follow the procedure below for one other go if you’re unsatisfied using the outcome.  Head to be able to most of the particular Lucky Wheel within the Diamond Betting organization and you require the wheel type to have clothing with the top rated, with all the current 50k part left and two, five-hundred RP section to the appropriate.  Using this type of\" \"technique boosts your very own likelihood of earning considerably and reseting commonly the overall sport implies a person may theoretically obtain every single time.</p><h2 id=\"toc-6\">Gta Online: How To Win The Actual Lucky Wheel Scène Car Every Time</h2><p>Players are not guaranteed to be able to win the podium car in each consider, and this strategy may not operate on PC.  It should be mentioned that this has to be required for a private lobby, since the wheel requires to be fresh and unused.  If you don’t gain the Podium automobile on the very first try, you might acquire the 8F Drafter from Rockstar Games’ official internet site with no any major situations.</p><ul><li>Once a person look at the great cars that have been regarding the podium, $500 is actually some sort of small price in order to pay for probably winning a thousand dollar vehicle. </li><li>While someone can’t market usually the auto with regard to the amount it’s worth, it will always be good to always end up being capable of include bragging rights plus the cost-free car. </li><li>As constantly, gamers can rotate the particular Fortunate Tyre inside Typically the certain Diamond Casino & Use win the particular highly sought-after Scène Car. </li><li>However, most of typically the steps remain the actual same, and elderly users can rapidly manage the company new trick. </li><li>If done correctly, the particular Lucky Wheel may slowly rotate whenever and land regarding the Vehicle pitching wedge, as demonstrated in the gif above. </li></ul><p>The Podium Vehicle is possibly 1 of most of the finest deals amongst men and women, with almost each and every GTA Online man  or woman eager to obtain their very own fingers on of which usually week’s car forward of it runs out.  However, we have a\" \"brand new method that an individual could almost assure that you’ll acquire typically the automobile every individual time.  The potential for winning the particular scène vehicle without any kind of exclusive method is certainly 1 in makes.  This makes positive that you must generate your vehicle from minimum once for almost every twenty-five times an individual perform.</p><h3 id=\"toc-7\">Gta</h3><p>But we may update this part along with the particular new Online on line casino Podium car if Patch notes will certainly be revealed.  That’s almost everything included about precisely how to win” “the Casino car each and every time in GTA your current five Online.  The gamer can rewrite typically the steering wheel at no expense right after acquiring a one period basic casino regular membership for $500.  However, each account may possibly possibly only employ that once every single 24 hours of real life period.</p><ul><li>Iain formerly joined up with Future throughout the summer season to write instructions for CVG, PSM3, and Xbox World, before moving frontward to participate GamesRadar within 2013 as Recommendations Editor. </li><li>One of most of them is usually collecting unusual autos that a individual can present off to your friends or perhaps perhaps even some other on the net players you’ve yet to satisfy. </li><li>If the wheel is not necessarily in this particular position, an individual must join another session (preferably an Invite Only lobby) and check once again. </li><li>Editorial independence is usually fundamental for the quest, allowing everyone to deliver unprejudiced entendement on products plus companies whilst remaining away by conflicts of attention. </li><li>If a person don’t would just like to leave items to chance, generally right now there is a approach a person can utilize which in turn quite much guarantees you’ll win typically the Scène Car every time. </li><li>To obtain the Podium Vehicle each and every time in GTA On the web, there\'s a very little trick you can implement due to LaazrGaming. </li></ul><p>Move the left analog keep left and next down, adopting the curvity of the film-based stick.  If you would like more, check away each of our GTA+ Returns webpage just regarding this month mainly because well.  Another Dinka is around the podium this few days, this time it’s the Dinka Postlude and this type of vehicle is really worth paying attention in order to.  Yes, at their particular basic level usually the brakes are extremely poor – despite the fact that this can finish up being fixed with a few updates at Los Santos Customs.</p><h2 id=\"toc-8\">\"gta Online Lucky Tire Glitch And Exactly How To Win Typically The Podium Car</h2><p>To have the Podium Vehicle each and every time in GTA On the internet, there\'s a tiny trick you can easily implement as a result of LaazrGaming.  Also, if you need to run your own company\" \"inside Los Santos, find out how to register as a CEO or a great MC President.\"</p><ul><li>If you’re considering acquiring your current practical one more vehicle, think about a look inside our manual on the prize trip for this 7 days. </li><li>Helpfully that doesn\'t have to be typically the case, as we have a method that provides you much more control over typically the prize you take away. </li><li>Here’s anything about this kind of specific week’s GTA On-line Podium Vehicle and the way to get this particular effortlessly each moment. </li><li>While practically all players challenge in order to be able to win the leading prize and get home the Scène car, a GTA content creator offers figured out precisely how to rig the particular Lucky Wheel each single single period employing a simple strategy. </li><li>When he\'s certainly not playing video online games or writing intended for Sportskeeda, he enjoys studying history or practicing fighting styles this kind of as kickboxing and even Muay Thai. </li></ul><p>Importantly, you’ll desire to use usually the “9 to be able to 6th method” in order to win the GTA On-line Podium vehicle (thanks, YouTuber BullSheepParty).  Move the still left analog stick left and then straight down, pursuing the curvity in the analog keep.  As always, gamers can simply spin the Lucky Wheel inside The Diamond On line casino &amp; Use earn the highly sought-after\" \"Scène Car.  The podium vehicle will always be definitely the fantastic award on usually the tyre in case you handle to land on that.</p><h3 id=\"toc-9\">Steal A Brainrot Update 8 (bubblegum Machine) Patch Notes</h3><p>However, most of the actions remain a similar, and even old users may easily cope together with the new trick.  Although this vehicle is technically free, gamers must first succeed it in the particular Lucky Draw competitors.  As the Fortunate Wheel contains a entire of 20 advantages, there\'s just a 5% chance of winning the Podium Vehicle.  Players should remember that it\'s an AI-driven randomized process that cannot be believed using any type of calculations.\" \"[newline]Podium cars are one of the most favored rewards in GTA Online, providing players with a totally free vehicle every week.  Rockstar Games incorporated this reward along with the Lucky Tire in The Diamond Casino &amp; Resort update back throughout July 2019.  Importantly, you\'ll want to be able to use the \"9 to 6 method\" to win the GTA Online Podium car (thanks, YouTuber BullSheepParty).</p><ul><li>Alright, so you want to win typically the particular modern GTA On the internet Podium Wheel nevertheless don’t know throughout which in purchase as a way to start. </li><li>To make employ of the GTA Online Lucky Tyre glitch, you should be ready in order to rapidly quit typically the video game if the results regarding the spin is usually simply not the particular one an specific want. </li><li>Follow this approach in GTA On-line and an individual may soon end up being parking a display new ride in your garage, completely with regard to free. </li></ul><p>Interested throughout learning regarding a lot a lot more weekly bargains and even even chances to win new cars?  Here, we fine detail almost everything Rock-star added to become able to the overall game each week and so you understand accurately what to assume when you jump\" \"straight to Los Santos.  If you prefer to follow the procedures in a online video file format, look from Laazr’s step-by-step manual that we’ve presented below.  If participants win a car, these people just need in order to select where they will want the car to be able to be delivered and it will be delivered in order to the selected property instantly.  Once they get, the podium will certainly be empty regarding players who have received it with one character before the subsequent update.</p><h2 id=\"toc-10\">Are Presently There Any Risks Included In Using The Gta Online Lucky Tire Glitch? </h2><p>If an individual close out the iphone software prior to the game enhancements, it won’t protect your prize, enabling you to definitely try again.  Helpfully that doesn’t need to be the situation, as presently there is a technique that will gives an individual much more control of typically the reward you will get away.  One method to get these rare cars is usually to make an effort to succeed the podium automobile in the Diamond Casino of GTA Online.  It requires massive luck to get\" \"the rare car nevertheless, a GTA content material creator figured out there how to always win the Lucky Tire every single time with a simple technique.  With the Lucky Tire starting within the right location, interact with that then wait four seconds from once the spin prompt appears before quickly relocating the left stay.</p><ul><li>Check out our Just about every single week Update manual that provides all” “from typically the advantages and issues added this few days. </li><li>However, it’s” “constantly feasible that the hotfix may end up being deployed to eliminate that at some stage, so use this specific (responsibly) whilst a great individual can to ensure usually the prize of your goals turns into a truth. </li><li>Thanks in order to the YouTube posts creator, LaazrGaming, an individual may win typically the particular guaranteed Podium auto every week inside the particular Lucky Steering wheel. </li><li>Interested throughout learning concerning a lot even more weekly bargains and even chances to be able to win new cars? </li></ul><p>With the new Podium Vehicles rotating almost every full week, GTA participants are up for some sort of wild spin just about every week.  You may possibly spin the Blessed wheel at Diamond Casino once everyday with the Scène car changing within a week.  However, thanks to a recently available glitch, PlayStation participants can win your vehicle every time that they spin the whel using a simple strategy.  In rare instances the location where the event “week” is longer compared to a week, merely like the most recent one, the particular podium vehicle award reappears after several days of successful it for\" \"the very first time.  Thanks to GTA Online content founder LaazrGaming, it’s possible to follow some sort of set of simple steps to guarantee a person win this week’s Podium Vehicle.  While you may make a mistake on your initial few attempts, after a few practice, you’ll completely master the technique.</p><h3 id=\"toc-11\">How To Succeed The Scène Automobile Whenever Within Gta Online After Cluckin Bell Farmville Farm Raid Update? </h3><p>The Podium car is undoubtedly a single of the best offers every GTA Online player wishes after the Cluckin Bells Farm Raid upgrade.  It is some sort of free reward Rock-star Games offers through the Lucky Tyre inside The Diamonds Casino &amp; Holiday resort.  However, despite being free, acquiring the Podium car is definitely challenging when you have got to win it first.  You get one free spin each day, so if an individual don\'t win the particular vehicle you may try again another day.  When you mind up to the particular wheel and push suitable the d-pad, you\'ll want to wait until the particular \'Use L to be able to spin\' prompt looks in the top rated left of typically the screen and hang on for four mere seconds exactly.  There\'s a brand new Podium Vehicle available in Grand Theft Auto Online, in addition to it\'s available until the new event week begins.</p><ul><li>One solution to get these rare cars is to try and get the podium auto in the Diamond Casino of GTA Online. </li><li>Keep looking at intended for information on how in order to be able to get the existing podium vehicle just about every time in GTA Online. </li><li>As it is way up to RNG gods, you have the one out of 20 probability of getting the Podium car being a\" \"spin and rewrite reward. </li><li>The Diamond Casino inside GTA Online features the Lucky Tyre game wherein members could possibly get the opportunity to get an exceptional auto. </li><li>Thanks to be able to GTA On-line written content creator LaazrGaming, it’s possible to end up being able to abide by a collection regarding basic procedure intended for ensure you generate this week’s Scène Car. </li></ul><p>Until next, you may even examine the exact greatest Auto Purchase location in GTA On the net.  The GTA Across the internet Lucky Steering wheel glitch has recently been known by players since almost all of the stop off with the particular on the internet casino, in addition to while a result of how it works this can be a horrible exploit with regard to Rock-star to countertop.  Follow this particular method within GTA In cyberspace and a person may soon always be parking a flash fresh ride within typically the storage area, completely in simply no cost.  Using this particular particular method increases your current possibilities of earning considerably and reseting the particular overall game signifies a person might theoretically get every time.</p><h2 id=\"toc-12\">Gta Online: The Best Way To Win The Specific Lucky Wheel Scène Car Every Time</h2><p>Gfinityesports. com started since a community platform for competitive gamers to engage, perform &amp; compete together with like-minded people.  All our editors &amp; writers are enthusiastic gamers with 1000\'s of hours of naughty fun in their favourite titles.  This week in GTA Online, players will be able to win an Ocelot Ardent through the Lucky Wheel.  As a new sports car, the Ardent is a worthy vehicle using impressive acceleration, braking system, and handling.  The player can rotate the wheel for free after purchasing a one-time basic casino membership for $500.</p><ul><li>GTA Online’s Podium Vehicle is usually given a fresh update by Rock-star\" \"Game titles every week within the Diamond Online casino, but which auto is available this week, and how do you guarantee a win within the Blessed Wheel? </li><li>Importantly, you\'ll want to use the \"9 to 6 method\" to win the particular GTA Online Podium car (thanks, YouTuber BullSheepParty). </li><li>As long as you follow these steps, you have to be capable to be able to win the particular Scène Car fairly quickly. </li><li>You need to spin a tire in the on line casino and, if of which lands for the proper part, someone can win the automobile. </li><li>As its about RNG gods, you have got a one from twenty potential meant for getting typically the particular Podium auto as being a spin bonus. </li></ul><p>Overall, if you desire the project along with wonderful foundations then of which vehicle is really worth aiming to win.  You have one free turn daily, so just in case you don’t find the vehicle the can easily consider just as before another day.  If a person\" \"don’t understand exactly precisely what a “fresh” Blessed Wheel feels like, appear at the particular image above; this is attained effortlessly by starting typically the new exclusive session upon introducing GTA 5.  To hold the Podium Vehicle every time in GTA On the web, there’s a small trick you may possibly implement resulting from LaazrGaming.  Find out how you can help to make money recently in order to find rich in a really short place involving time.  Also, if you want to be able to run your individual business in Los Santos, find out exactly how to sign-up like a TOP DOG or a excellent MC President.</p><h3 id=\"toc-13\">Gta Online Podium Car: How In Purchase To Always Win Typically The Blessed Wheel”</h3><p>Often, the particular particular automobile upon this kind of podium is typically well worth a minimum of one zillion us dollars.  While a particular person can’t sell usually the auto regarding the quantity it’s worth, in the majority of cases good to be able to always be in a position to have bragging rights plus a free of cost car.  However, thanks to a latest glitch, Ps gamers can succeed typically the vehicle whenever they rotate the whel employing the simple technique.</p><p>All a person will need to do is try\" \"the particular luck around the Blessed Wheel inside of the Precious stone Casino.  There’s some sort of little trick that can be done to ensure you’re not as reliant quite so much upon luck.  Keep reading through” “regarding details on precisely how to have the existing podium automobile each and just about every time in GTA On-line.  You have to rewrite a tyre inside the casino as well as, if it gets around the appropriate part, you can undoubtedly win the vehicle.</p>','How To Win The Gta Online Podium Automobile With Every Try','','publish','closed','','','how-to-win-the-gta-online-podium-automobile-with-every-try','','','2025-10-03 13:46:41','2025-10-03 06:46:41','',0,'https://lion288slot.com/?p=210',0,'post','',0),
(211,1,'2025-10-03 13:46:41','2025-10-03 06:46:41','<meta name=\"description\" content=\"We have gotten the actual podium vehicle all-around four or 5 times that way. \"/><h1>How In Order To Win The Vehicle In Gta A Few Casino Win Usually The Gta On-line Podium Vehicle-大连莱立佰信息技术有限公司</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">New Glitch Enables Playstation Users To Be Able To Win The Podium Car Every Time</a></li><li><a href=\"#toc-1\">Steal A Brainrot Admin Events Start Time</a></li><li><a href=\"#toc-2\">How To Win The Podium Car Every Time Within Gta Online After Last Dose Update</a></li><li><a href=\"#toc-3\">“gta Online Blessed Steering Wheel Glitch And Precisely How To Win Typically The Podium Car</a></li><li><a href=\"#toc-4\">Gta Online</a></li><li><a href=\"#toc-5\">Gta Online Podium Automobile Just For This Specific Week, Including\" \"Making Use Of The Fortunate Wheel</a></li><li><a href=\"#toc-6\">Gta Online: Precisely How To Win This Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-7\">Gta</a></li><li><a href=\"#toc-8\">\"gta Online Lucky Wheel Glitch And Precisely How To Win The Particular Podium Car</a></li><li><a href=\"#toc-9\">Steal A New Brainrot Update 8 (bubblegum Machine) Area Notes</a></li><li><a href=\"#toc-10\">Are Presently There Any Risks Included In Using The Gta Online Lucky Tyre Glitch? </a></li><li><a href=\"#toc-11\">How To Achieve Success The Scène Automobile Whenever Within Gta Online Following Cluckin Bell Village Raid Update? </a></li><li><a href=\"#toc-12\">Gta Online: The Best Way To Win The Specific Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-13\">Gta Online Podium Vehicle: How In Purchase To Always Get Typically The Blessed Wheel”</a></li><li><a href=\"#toc-14\">Gta Online Podium Car: The Right Way To Usually Do Well The Fortunate Wheel</a></li><li><a href=\"#toc-15\">Jul Just How To Get The Particular Podium Car Whenever In Gta On-line After Final Dosage Update</a></li><li><a href=\"#toc-16\">When Will\" \"The Particular Gta Online Podium Car Reset? </a></li><li><a href=\"#toc-17\">Games Fuze</a></li><li><a href=\"#toc-18\">When Will The Gta Online Scène Car Reset</a></li><li><a href=\"#toc-19\">Overwatch 2 Loot Boxes Obtain A Brand New Small Change Of Which Will Guarantees Much Better Rewards</a></li><li><a href=\"#toc-20\">How To Win The Particular Podium Car Every Time In Gta Online After Cluckin Bell Farm Raid Update? </a></li><li><a href=\"#toc-21\">Easy Trick To Earn Gta Online\'s Scène Vehicle Every Time</a></li><li><a href=\"#toc-22\">What Are The Chances Of Getting A New Podium Vehicle In The Lucky Wheel? </a></li><li><a href=\"#toc-23\">Are Right Right Now There Any Dangers Contained In Employing The Gta On The Internet Blessed Tyre Glitch? </a></li><li><a href=\"#toc-24\">Gta Online Scène Vehicle: How To Always Win The Particular Lucky Wheel</a></li><li><a href=\"#toc-25\">Are There Any Hazards Included In Using The Gta Online Blessed Tyre Glitch? </a></li><li><a href=\"#toc-26\">How To Get The Podium Car Every Time</a></li><li><a href=\"#toc-29\">Gta Online Podium Car This Week (5 June</a></li><li><a href=\"#toc-31\">Gta Online – Just What Will Be The Particular Podium Vehicle This Kind Of Week?\"</a></li></ul></div><p>Check out our Just about every single week Revise manual that lists all” “from the advantages and problems added this few days.  You could in addition visit typically typically the Gun Van web page to be able to find out right now there where it really is certainly, and what’s throughout stock this week.  That’s almost everything covered about how exactly accurately to succeed the Casino auto anytime in GTA 5\" \"On the web.  Once which is definitely paid, players could freely spin plus rewrite the steering wheel when every twenty-four hours in genuine world.</p><p>To set this particular upward, you need the actual Lucky Tyre being resting in the particular Clothes wedge two parts to the right with the Auto wedge, as dreamed above.  It offers a medium-high speeding stat beyond the rate stat is merely a little bit behind this.  Overall, in case you want the project with excellent foundations then that will vehicle is really worth seeking to succeed.  You purchase 1 free rotate every day, so when a person don’t receive the car an individual could try once a lot more tomorrow.  If a new person don’t understand specifically what a “fresh” Lucky Wheel seems such as, look with the image previously mentioned; this specific is definitely achieved very very easily by starting a new new personal period upon releasing GTA 5.</p><h2 id=\"toc-0\">New Glitch Permits Playstation Users In Order To Win The Scène Car Every Time</h2><p>If done appropriately, the Lucky Tire will slowly move once and land on the Vehicle pitching wedge, as shown inside the gif over.  You might need to research with your time to get this working, but since before you may quickly quit the game in the event you don\'t land on the automobile prize you\'re targeting then reload another go.  From GTA Online new autos from the scène, GTA$, RP, and even more, there are many excellent items you will get hold of, so an individual don\'t want to be able to wait the 24 hour cool down period every period you have some sort of spin of the particular wheel.  Helpfully that will doesn\'t have to be the particular case, as we have a method that provides you much even more control over the particular prize you eliminate.  However, inspite of being free, attaining the Podium motor vehicle is challenging mainly because you have to be able to succeed it 1st <a href=\"https://mostbet-india24.in/\">mostbet login</a>.</p><ul><li>Once players” “follow the pattern correctly, the actual wheel should give up exactly at typically the particular podium car, awarding players one other fixed of rims in GTA On the web. </li><li>Keep reading through” “regarding details upon precisely how to have the existing podium automobile each and just about every time in GTA On-line. </li><li>As it is approximately RNG gods, you will find a one in something like 20 possible for getting the particular Podium car considering that a spin reward. </li></ul><p>With this specific trick, you don’t must be worried regarding beating typically the 20 within one\" \"odds.  As long while you follow these strategies, you need to be able to be able to be able to be capable of being competent to get typically the Scène Car very quickly.  However, there’s the truth is the way that may perhaps let you earn generally the Podium Automobile from the Fortunate Steering wheel just about all typically the time.  Editorial independence is definitely fundamental to the search, allowing us to be able in order to deliver unbiased verdicts on products inside addition to firms while steering crystal clear of” “clashes of interest.  Our content staff sticks to be able to into a stringent editorial policy to be able to uphold this rule.</p><h3 id=\"toc-1\">Steal A Brainrot Admin Events Begin Time</h3><p>As a result, game enthusiasts try their luck on the Lucky Steering wheel with the hope of snagging an exquisite car to resell or put to their series.  The GTA Upon the web Blessed Wheel blemish provides become known by simply players because the start from the on line casino, and because of how it performs it is usually a tough exploit for Rockstar to counter.  However, it’s” “constantly feasible that a fresh hotfix could become deployed to minimize this kind of\" \"sooner or later, so use that will (responsibly) while a person can to make sure typically the prize of your ambitions evolves into a fact.</p><ul><li>Once you look with the particular particular history concerning cars that may possibly have been towards the podium, $500 is truly a small price to fund potentially winning various dollar vehicle mostbet app. </li><li>If an individual execute this properly, the Lucky Car tire should spin slowly and gradually and stop along with the Podium automobile reward. </li><li>But you will update this section with all the new Online casino Podium car since soon as Plot notes are unveiled. </li><li>It takes substantial luck to obtain typically the rare car nevertheless, a new GTA content founder worked out how to usually win the Fortunate Wheel every one time with a new simple technique. </li></ul><p>The podium vehicle is usually\" \"the particular grand prize around the tyre should an individual manage in order to land on of which.  While an individual can’t sell typically the car regarding typically the volume it’s really worth, it is going to always end up being good in order to include bragging privileges plus a free involving charge car.  As it is approximately RNG gods, you will find a one in anything like 20 prospective for getting typically the Podium car due to the fact a spin prize.  While these typically are difficult possibilities, will be generally there a way to win the Casino Car every period in GTA your five Online?  So, examine out each of our explained learn almost everything about this along along along with this week’s Internet casino Podium car switch <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><h3 id=\"toc-2\">How To Win The Podium Vehicle Every Time Throughout Gta Online Following Last Dose Update</h3><p>This signifies that you ought to win the motor vehicle a minimum of as rapidly as for every single twenty five times a person be involved in.  Keep reading through for details about how to get the current podium car each and every time in GTA Online.  To employ the GTA On the web Lucky Wheel blemish, you need to be willing to swiftly\" \"leave the game in case the results of typically the spin is not really the one you desire.  To do this specific, interact with typically the Lucky Wheel then push the still left stick up in addition to down to give this a spin, prior to getting ready for the next step.</p><ul><li>The player can spin and rewrite the wheel for free after obtaining a one-time standard casino membership regarding $500. </li><li>However, there is a approach that an person can almost assure that you’ll get the particular automobile every individual moment. </li><li>You could spin the Lucky wheel at Diamonds Casino once every single day with all the Podium car changing within a week. </li><li>As always, gamers can simply spin typically the Lucky Wheel throughout The Diamond Casino & Use succeed the highly desired\" \"Podium Car. </li><li>With typically the Lucky Wheel starting inside the proper location, interact along with this then wait around several seconds by if the spin and even rewrite prompt appears before quickly transferring typically the kept stick. </li></ul><p>Thanks to GTA Online posts creator LaazrGaming, it’s possible to adhere to the set of fundamental procedure for ensure a good individual win this particular week’s Podium Car.  Here’s anything about this particular specific week’s GTA On-line Podium Automobile and the way to get this specific effortlessly each moment.  With the modern Scène Cars rotating just about every week, GTA gamers are up regarding a wild rotate each week.  You can spin the Lucky wheel at Precious stone Casino once every day together with the Scène car changing throughout a week.  As it is upward to RNG gods, you have some sort of one out of 20 chance of receiving the Scène car being a\" \"spin reward.</p><h2 id=\"toc-3\">“gta Online Fortunate Steering Wheel Blemish And Precisely Just How To Win Normally The Podium Car</h2><p>Players should become aware that it’s an AI-driven randomized process that may not really be predicted implementing any kind regarding calculations.  Players are usually not necessarily guaranteed to succeed the podium auto on every try out, and even this trick may possibly possibly not assist COMPUTER.  It should be noted that this specific should be done inside a private foyer, since the tyre should be fresh in addition to empty.  As extended while you follow these steps, you need to be able to be able to win the particular Scène Car quite quickly.  However, there’s actually a method that could let a person win the Scène Auto from your own Lucky Tire just about all the time.</p><ul><li>It must be noted that this has to be done throughout a private reception, since the wheel must be fresh in addition to empty. </li><li>Neeraj believes that GTA Vice Town is ideal for beginners seeking to get acquainted with the open-world genre. </li><li>It should be mentioned that this provides to be done in a private foyer, since the wheel requirements to be clean and unused. </li><li>As usually, players may rewrite the Lucky Wheel in Usually the particular Diamonds Casino & Make use of win typically the highly sought-after Scène Car. </li></ul><p>To get started, participants need to pay a one-time normal casino membership price of $500.  If a person don’t succeed typically the Podium auto around the very first attempt, you can find the 8F Painter from Rock-star Games’ official internet site without any main circumstances.  Or, you are able to detach your video game from the world wide web prior to the Lucky Wheel stops and actually restart the strategy once more.  The Diamonds Gambling establishment Lucky Wheel comprises of some kind of total regarding 20 rewards, and even only one regarding these people may possibly be the Podium automobile.  Neeraj, some sort of Grand Theft Auto writer, has penned over a thousands of articles for Sportskeeda in the final two years, gathering an impressive 5+ million views.  His dedication to typically the craft has attained him the title associated with a content professional under the Esports &amp; Gaming section.</p><h3 id=\"toc-4\">Gta Online</h3><p>If participants win a car, they just need to select wherever they want the auto to be transported this means you will be shipped to the selected residence automatically.  Once that they win, the scène will always be vacant for participants which may have won this particular with one identity ahead of the following upgrade.\" \"[newline]You can spin the particular Lucky wheel in Diamond Casino once every day moment using the” “Scène car changing inside the week.  As it really is usually around RNG gods, there is a one inside 20 chance concerning obtaining the Podium auto since the spin incentive.</p><ul><li>Think from this like a time face and an individual will be placing the termes conseillés in the upon the lookout regarding o’clock position and even even moving it lower to the 6 o’clock position. </li><li>Find away precisely just how a person can make cash this full week inside order to get rich in an exceedingly excellent extremely short spot of time. </li><li>The GTA On-line Lucky Wheel glitch has recently been known by players since usually the start together with the online on line casino, and thus showing precisely how functions it can easily be a awful exploit for Rock-star to counter. </li><li>Follow this unique method within just GTA On typically the world wide website and you may possibly quickly always become auto parking some sort of flash brand brand new ride inside the car port, completely with no price. </li><li>If a person don’t understand specifically what a “fresh” Lucky Wheel looks such as, look in the image above; this specific will be achieved very effortlessly by starting a new new new non-public period upon introducing GTA 5. </li></ul><p>Or, you could detach your current game on the web ahead of the Fortunate Wheel stops and perhaps restart the treatment again.  The Treasured stone Casino Blessed Wheel includes many sort of overall of 20 advantages, and just one associated with all of all of them may be the Podium auto.  This week in GTA Online, gamers will be able to win an Ocelot Ardent from the Lucky Tyre.  As a sporting activities car, the Die hard is a worthy vehicle with outstanding velocity, braking, plus managing.</p><h2 id=\"toc-5\">Gta Online Podium Vehicle Just For This Week, Including\" \"While Using Fortunate Wheel</h2><p>GTA Online will always be usually a lot involving various activities plus objectives just about every game player is able to do in the game.  One of these people is gathering uncommon cars that will a person can present off in order to typically the close friends or even also other about the web players you’ve but in in an attempt to meet.  There’s a fresh 1 in 20 chance of generating usually the automobile showcased on the scène throughout GTA Online, however whether a person don’t get you\" \"can still get absolutely funds, clothing points, in addition to bonus RP.</p><ul><li>GTA Online offers a wide array of in-game ui activities for participants to stay committed to the game regarding a long moment. </li><li>As typically the label suggests, typically the particular Lucky Wheel may be just about the most uncomplicated betting methods accessible to be capable to players in the particular online casino. </li><li>If you prefer to be able to follow the steps in a video file format, look in Laazr’s detail by detail manual that we’ve supplied below. </li><li>This makes certain that you need to earn your vehicle from minimum once for almost every twenty-five occasions an individual participate in. </li></ul><p>If a person don’t would like to go away things to likelihood, there is a method an individual may work with which in convert pretty much warranties you’ll win the Podium Car every period.  To established this kind of up, someone need the Lucky Tire to be resting around the particular Clothes wedge two areas for that correct involving the Vehicle sand wedge, as imagined above.  If the actual Blessed Wheel truly truly does land on Key, you can quickly see what precisely your reward is going to be and then follow the procedure below for one other go if you’re unsatisfied using the outcome.  Head to be able to most of the particular Lucky Wheel within the Diamond Betting organization and you require the wheel type to have clothing with the top rated, with all the current 50k part left and two, five-hundred RP section to the appropriate.  Using this type of\" \"technique boosts your very own likelihood of earning considerably and reseting commonly the overall sport implies a person may theoretically obtain every single time.</p><h2 id=\"toc-6\">Gta Online: How To Win The Actual Lucky Wheel Scène Car Every Time</h2><p>Players are not guaranteed to be able to win the podium car in each consider, and this strategy may not operate on PC.  It should be mentioned that this has to be required for a private lobby, since the wheel requires to be fresh and unused.  If you don’t gain the Podium automobile on the very first try, you might acquire the 8F Drafter from Rockstar Games’ official internet site with no any major situations.</p><ul><li>Once a person look at the great cars that have been regarding the podium, $500 is actually some sort of small price in order to pay for probably winning a thousand dollar vehicle. </li><li>While someone can’t market usually the auto with regard to the amount it’s worth, it will always be good to always end up being capable of include bragging rights plus the cost-free car. </li><li>As constantly, gamers can rotate the particular Fortunate Tyre inside Typically the certain Diamond Casino & Use win the particular highly sought-after Scène Car. </li><li>However, most of typically the steps remain the actual same, and elderly users can rapidly manage the company new trick. </li><li>If done correctly, the particular Lucky Wheel may slowly rotate whenever and land regarding the Vehicle pitching wedge, as demonstrated in the gif above. </li></ul><p>The Podium Vehicle is possibly 1 of most of the finest deals amongst men and women, with almost each and every GTA Online man  or woman eager to obtain their very own fingers on of which usually week’s car forward of it runs out.  However, we have a\" \"brand new method that an individual could almost assure that you’ll acquire typically the automobile every individual time.  The potential for winning the particular scène vehicle without any kind of exclusive method is certainly 1 in makes.  This makes positive that you must generate your vehicle from minimum once for almost every twenty-five times an individual perform.</p><h3 id=\"toc-7\">Gta</h3><p>But we may update this part along with the particular new Online on line casino Podium car if Patch notes will certainly be revealed.  That’s almost everything included about precisely how to win” “the Casino car each and every time in GTA your current five Online.  The gamer can rewrite typically the steering wheel at no expense right after acquiring a one period basic casino regular membership for $500.  However, each account may possibly possibly only employ that once every single 24 hours of real life period.</p><ul><li>Iain formerly joined up with Future throughout the summer season to write instructions for CVG, PSM3, and Xbox World, before moving frontward to participate GamesRadar within 2013 as Recommendations Editor. </li><li>One of most of them is usually collecting unusual autos that a individual can present off to your friends or perhaps perhaps even some other on the net players you’ve yet to satisfy. </li><li>If the wheel is not necessarily in this particular position, an individual must join another session (preferably an Invite Only lobby) and check once again. </li><li>Editorial independence is usually fundamental for the quest, allowing everyone to deliver unprejudiced entendement on products plus companies whilst remaining away by conflicts of attention. </li><li>If a person don’t would just like to leave items to chance, generally right now there is a approach a person can utilize which in turn quite much guarantees you’ll win typically the Scène Car every time. </li><li>To obtain the Podium Vehicle each and every time in GTA On the web, there\'s a very little trick you can implement due to LaazrGaming. </li></ul><p>Move the left analog keep left and next down, adopting the curvity of the film-based stick.  If you would like more, check away each of our GTA+ Returns webpage just regarding this month mainly because well.  Another Dinka is around the podium this few days, this time it’s the Dinka Postlude and this type of vehicle is really worth paying attention in order to.  Yes, at their particular basic level usually the brakes are extremely poor – despite the fact that this can finish up being fixed with a few updates at Los Santos Customs.</p><h2 id=\"toc-8\">\"gta Online Lucky Tire Glitch And Exactly How To Win Typically The Podium Car</h2><p>To have the Podium Vehicle each and every time in GTA On the internet, there\'s a tiny trick you can easily implement as a result of LaazrGaming.  Also, if you need to run your own company\" \"inside Los Santos, find out how to register as a CEO or a great MC President.\"</p><ul><li>If you’re considering acquiring your current practical one more vehicle, think about a look inside our manual on the prize trip for this 7 days. </li><li>Helpfully that doesn\'t have to be typically the case, as we have a method that provides you much more control over typically the prize you take away. </li><li>Here’s anything about this kind of specific week’s GTA On-line Podium Vehicle and the way to get this particular effortlessly each moment. </li><li>While practically all players challenge in order to be able to win the leading prize and get home the Scène car, a GTA content creator offers figured out precisely how to rig the particular Lucky Wheel each single single period employing a simple strategy. </li><li>When he\'s certainly not playing video online games or writing intended for Sportskeeda, he enjoys studying history or practicing fighting styles this kind of as kickboxing and even Muay Thai. </li></ul><p>Importantly, you’ll desire to use usually the “9 to be able to 6th method” in order to win the GTA On-line Podium vehicle (thanks, YouTuber BullSheepParty).  Move the still left analog stick left and then straight down, pursuing the curvity in the analog keep.  As always, gamers can simply spin the Lucky Wheel inside The Diamond On line casino &amp; Use earn the highly sought-after\" \"Scène Car.  The podium vehicle will always be definitely the fantastic award on usually the tyre in case you handle to land on that.</p><h3 id=\"toc-9\">Steal A Brainrot Update 8 (bubblegum Machine) Patch Notes</h3><p>However, most of the actions remain a similar, and even old users may easily cope together with the new trick.  Although this vehicle is technically free, gamers must first succeed it in the particular Lucky Draw competitors.  As the Fortunate Wheel contains a entire of 20 advantages, there\'s just a 5% chance of winning the Podium Vehicle.  Players should remember that it\'s an AI-driven randomized process that cannot be believed using any type of calculations.\" \"[newline]Podium cars are one of the most favored rewards in GTA Online, providing players with a totally free vehicle every week.  Rockstar Games incorporated this reward along with the Lucky Tire in The Diamond Casino &amp; Resort update back throughout July 2019.  Importantly, you\'ll want to be able to use the \"9 to 6 method\" to win the GTA Online Podium car (thanks, YouTuber BullSheepParty).</p><ul><li>Alright, so you want to win typically the particular modern GTA On the internet Podium Wheel nevertheless don’t know throughout which in purchase as a way to start. </li><li>To make employ of the GTA Online Lucky Tyre glitch, you should be ready in order to rapidly quit typically the video game if the results regarding the spin is usually simply not the particular one an specific want. </li><li>Follow this approach in GTA On-line and an individual may soon end up being parking a display new ride in your garage, completely with regard to free. </li></ul><p>Interested throughout learning regarding a lot a lot more weekly bargains and even even chances to win new cars?  Here, we fine detail almost everything Rock-star added to become able to the overall game each week and so you understand accurately what to assume when you jump\" \"straight to Los Santos.  If you prefer to follow the procedures in a online video file format, look from Laazr’s step-by-step manual that we’ve presented below.  If participants win a car, these people just need in order to select where they will want the car to be able to be delivered and it will be delivered in order to the selected property instantly.  Once they get, the podium will certainly be empty regarding players who have received it with one character before the subsequent update.</p><h2 id=\"toc-10\">Are Presently There Any Risks Included In Using The Gta Online Lucky Tire Glitch? </h2><p>If an individual close out the iphone software prior to the game enhancements, it won’t protect your prize, enabling you to definitely try again.  Helpfully that doesn’t need to be the situation, as presently there is a technique that will gives an individual much more control of typically the reward you will get away.  One method to get these rare cars is usually to make an effort to succeed the podium automobile in the Diamond Casino of GTA Online.  It requires massive luck to get\" \"the rare car nevertheless, a GTA content material creator figured out there how to always win the Lucky Tire every single time with a simple technique.  With the Lucky Tire starting within the right location, interact with that then wait four seconds from once the spin prompt appears before quickly relocating the left stay.</p><ul><li>Check out our Just about every single week Update manual that provides all” “from typically the advantages and issues added this few days. </li><li>However, it’s” “constantly feasible that the hotfix may end up being deployed to eliminate that at some stage, so use this specific (responsibly) whilst a great individual can to ensure usually the prize of your goals turns into a truth. </li><li>Thanks in order to the YouTube posts creator, LaazrGaming, an individual may win typically the particular guaranteed Podium auto every week inside the particular Lucky Steering wheel. </li><li>Interested throughout learning concerning a lot even more weekly bargains and even chances to be able to win new cars? </li></ul><p>With the new Podium Vehicles rotating almost every full week, GTA participants are up for some sort of wild spin just about every week.  You may possibly spin the Blessed wheel at Diamond Casino once everyday with the Scène car changing within a week.  However, thanks to a recently available glitch, PlayStation participants can win your vehicle every time that they spin the whel using a simple strategy.  In rare instances the location where the event “week” is longer compared to a week, merely like the most recent one, the particular podium vehicle award reappears after several days of successful it for\" \"the very first time.  Thanks to GTA Online content founder LaazrGaming, it’s possible to follow some sort of set of simple steps to guarantee a person win this week’s Podium Vehicle.  While you may make a mistake on your initial few attempts, after a few practice, you’ll completely master the technique.</p><h3 id=\"toc-11\">How To Succeed The Scène Automobile Whenever Within Gta Online After Cluckin Bell Farmville Farm Raid Update? </h3><p>The Podium car is undoubtedly a single of the best offers every GTA Online player wishes after the Cluckin Bells Farm Raid upgrade.  It is some sort of free reward Rock-star Games offers through the Lucky Tyre inside The Diamonds Casino &amp; Holiday resort.  However, despite being free, acquiring the Podium car is definitely challenging when you have got to win it first.  You get one free spin each day, so if an individual don\'t win the particular vehicle you may try again another day.  When you mind up to the particular wheel and push suitable the d-pad, you\'ll want to wait until the particular \'Use L to be able to spin\' prompt looks in the top rated left of typically the screen and hang on for four mere seconds exactly.  There\'s a brand new Podium Vehicle available in Grand Theft Auto Online, in addition to it\'s available until the new event week begins.</p><ul><li>One solution to get these rare cars is to try and get the podium auto in the Diamond Casino of GTA Online. </li><li>Keep looking at intended for information on how in order to be able to get the existing podium vehicle just about every time in GTA Online. </li><li>As it is way up to RNG gods, you have the one out of 20 probability of getting the Podium car being a\" \"spin and rewrite reward. </li><li>The Diamond Casino inside GTA Online features the Lucky Tyre game wherein members could possibly get the opportunity to get an exceptional auto. </li><li>Thanks to be able to GTA On-line written content creator LaazrGaming, it’s possible to end up being able to abide by a collection regarding basic procedure intended for ensure you generate this week’s Scène Car. </li></ul><p>Until next, you may even examine the exact greatest Auto Purchase location in GTA On the net.  The GTA Across the internet Lucky Steering wheel glitch has recently been known by players since almost all of the stop off with the particular on the internet casino, in addition to while a result of how it works this can be a horrible exploit with regard to Rock-star to countertop.  Follow this particular method within GTA In cyberspace and a person may soon always be parking a flash fresh ride within typically the storage area, completely in simply no cost.  Using this particular particular method increases your current possibilities of earning considerably and reseting the particular overall game signifies a person might theoretically get every time.</p><h2 id=\"toc-12\">Gta Online: The Best Way To Win The Specific Lucky Wheel Scène Car Every Time</h2><p>Gfinityesports. com started since a community platform for competitive gamers to engage, perform &amp; compete together with like-minded people.  All our editors &amp; writers are enthusiastic gamers with 1000\'s of hours of naughty fun in their favourite titles.  This week in GTA Online, players will be able to win an Ocelot Ardent through the Lucky Wheel.  As a new sports car, the Ardent is a worthy vehicle using impressive acceleration, braking system, and handling.  The player can rotate the wheel for free after purchasing a one-time basic casino membership for $500.</p><ul><li>GTA Online’s Podium Vehicle is usually given a fresh update by Rock-star\" \"Game titles every week within the Diamond Online casino, but which auto is available this week, and how do you guarantee a win within the Blessed Wheel? </li><li>Importantly, you\'ll want to use the \"9 to 6 method\" to win the particular GTA Online Podium car (thanks, YouTuber BullSheepParty). </li><li>As long as you follow these steps, you have to be capable to be able to win the particular Scène Car fairly quickly. </li><li>You need to spin a tire in the on line casino and, if of which lands for the proper part, someone can win the automobile. </li><li>As its about RNG gods, you have got a one from twenty potential meant for getting typically the particular Podium auto as being a spin bonus. </li></ul><p>Overall, if you desire the project along with wonderful foundations then of which vehicle is really worth aiming to win.  You have one free turn daily, so just in case you don’t find the vehicle the can easily consider just as before another day.  If a person\" \"don’t understand exactly precisely what a “fresh” Blessed Wheel feels like, appear at the particular image above; this is attained effortlessly by starting typically the new exclusive session upon introducing GTA 5.  To hold the Podium Vehicle every time in GTA On the web, there’s a small trick you may possibly implement resulting from LaazrGaming.  Find out how you can help to make money recently in order to find rich in a really short place involving time.  Also, if you want to be able to run your individual business in Los Santos, find out exactly how to sign-up like a TOP DOG or a excellent MC President.</p><h3 id=\"toc-13\">Gta Online Podium Car: How In Purchase To Always Win Typically The Blessed Wheel”</h3><p>Often, the particular particular automobile upon this kind of podium is typically well worth a minimum of one zillion us dollars.  While a particular person can’t sell usually the auto regarding the quantity it’s worth, in the majority of cases good to be able to always be in a position to have bragging rights plus a free of cost car.  However, thanks to a latest glitch, Ps gamers can succeed typically the vehicle whenever they rotate the whel employing the simple technique.</p><p>All a person will need to do is try\" \"the particular luck around the Blessed Wheel inside of the Precious stone Casino.  There’s some sort of little trick that can be done to ensure you’re not as reliant quite so much upon luck.  Keep reading through” “regarding details on precisely how to have the existing podium automobile each and just about every time in GTA On-line.  You have to rewrite a tyre inside the casino as well as, if it gets around the appropriate part, you can undoubtedly win the vehicle.</p>','How To Win The Gta Online Podium Automobile With Every Try','','inherit','closed','closed','','210-revision-v1','','','2025-10-03 13:46:41','2025-10-03 06:46:41','',210,'https://lion288slot.com/?p=211',0,'revision','',0),
(212,1,'2025-10-02 23:40:39','2025-10-02 16:40:39','<meta name=\"description\" content=\"We have gotten the actual podium vehicle all-around four or 5 times that way. \"/><h1>How In Order To Win The Vehicle In Gta A Few Casino Win Usually The Gta On-line Podium Vehicle-大连莱立佰信息技术有限公司</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">New Glitch Enables Playstation Users To Be Able To Win The Podium Car Every Time</a></li><li><a href=\"#toc-1\">Steal A Brainrot Admin Events Start Time</a></li><li><a href=\"#toc-2\">How To Win The Podium Car Every Time Within Gta Online After Last Dose Update</a></li><li><a href=\"#toc-3\">“gta Online Blessed Steering Wheel Glitch And Precisely How To Win Typically The Podium Car</a></li><li><a href=\"#toc-4\">Gta Online</a></li><li><a href=\"#toc-5\">Gta Online Podium Automobile Just For This Specific Week, Including\" \"Making Use Of The Fortunate Wheel</a></li><li><a href=\"#toc-6\">Gta Online: Precisely How To Win This Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-7\">Gta</a></li><li><a href=\"#toc-8\">\"gta Online Lucky Wheel Glitch And Precisely How To Win The Particular Podium Car</a></li><li><a href=\"#toc-9\">Steal A New Brainrot Update 8 (bubblegum Machine) Area Notes</a></li><li><a href=\"#toc-10\">Are Presently There Any Risks Included In Using The Gta Online Lucky Tyre Glitch? </a></li><li><a href=\"#toc-11\">How To Achieve Success The Scène Automobile Whenever Within Gta Online Following Cluckin Bell Village Raid Update? </a></li><li><a href=\"#toc-12\">Gta Online: The Best Way To Win The Specific Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-13\">Gta Online Podium Vehicle: How In Purchase To Always Get Typically The Blessed Wheel”</a></li><li><a href=\"#toc-14\">Gta Online Podium Car: The Right Way To Usually Do Well The Fortunate Wheel</a></li><li><a href=\"#toc-15\">Jul Just How To Get The Particular Podium Car Whenever In Gta On-line After Final Dosage Update</a></li><li><a href=\"#toc-16\">When Will\" \"The Particular Gta Online Podium Car Reset? </a></li><li><a href=\"#toc-17\">Games Fuze</a></li><li><a href=\"#toc-18\">When Will The Gta Online Scène Car Reset</a></li><li><a href=\"#toc-19\">Overwatch 2 Loot Boxes Obtain A Brand New Small Change Of Which Will Guarantees Much Better Rewards</a></li><li><a href=\"#toc-20\">How To Win The Particular Podium Car Every Time In Gta Online After Cluckin Bell Farm Raid Update? </a></li><li><a href=\"#toc-21\">Easy Trick To Earn Gta Online\'s Scène Vehicle Every Time</a></li><li><a href=\"#toc-22\">What Are The Chances Of Getting A New Podium Vehicle In The Lucky Wheel? </a></li><li><a href=\"#toc-23\">Are Right Right Now There Any Dangers Contained In Employing The Gta On The Internet Blessed Tyre Glitch? </a></li><li><a href=\"#toc-24\">Gta Online Scène Vehicle: How To Always Win The Particular Lucky Wheel</a></li><li><a href=\"#toc-25\">Are There Any Hazards Included In Using The Gta Online Blessed Tyre Glitch? </a></li><li><a href=\"#toc-26\">How To Get The Podium Car Every Time</a></li><li><a href=\"#toc-29\">Gta Online Podium Car This Week (5 June</a></li><li><a href=\"#toc-31\">Gta Online – Just What Will Be The Particular Podium Vehicle This Kind Of Week?\"</a></li></ul></div><p>Check out our Just about every single week Revise manual that lists all” “from the advantages and problems added this few days.  You could in addition visit typically typically the Gun Van web page to be able to find out right now there where it really is certainly, and what’s throughout stock this week.  That’s almost everything covered about how exactly accurately to succeed the Casino auto anytime in GTA 5\" \"On the web.  Once which is definitely paid, players could freely spin plus rewrite the steering wheel when every twenty-four hours in genuine world.</p><p>To set this particular upward, you need the actual Lucky Tyre being resting in the particular Clothes wedge two parts to the right with the Auto wedge, as dreamed above.  It offers a medium-high speeding stat beyond the rate stat is merely a little bit behind this.  Overall, in case you want the project with excellent foundations then that will vehicle is really worth seeking to succeed.  You purchase 1 free rotate every day, so when a person don’t receive the car an individual could try once a lot more tomorrow.  If a new person don’t understand specifically what a “fresh” Lucky Wheel seems such as, look with the image previously mentioned; this specific is definitely achieved very very easily by starting a new new personal period upon releasing GTA 5.</p><h2 id=\"toc-0\">New Glitch Permits Playstation Users In Order To Win The Scène Car Every Time</h2><p>If done appropriately, the Lucky Tire will slowly move once and land on the Vehicle pitching wedge, as shown inside the gif over.  You might need to research with your time to get this working, but since before you may quickly quit the game in the event you don\'t land on the automobile prize you\'re targeting then reload another go.  From GTA Online new autos from the scène, GTA$, RP, and even more, there are many excellent items you will get hold of, so an individual don\'t want to be able to wait the 24 hour cool down period every period you have some sort of spin of the particular wheel.  Helpfully that will doesn\'t have to be the particular case, as we have a method that provides you much even more control over the particular prize you eliminate.  However, inspite of being free, attaining the Podium motor vehicle is challenging mainly because you have to be able to succeed it 1st <a href=\"https://mostbet-india24.in/\">mostbet login</a>.</p><ul><li>Once players” “follow the pattern correctly, the actual wheel should give up exactly at typically the particular podium car, awarding players one other fixed of rims in GTA On the web. </li><li>Keep reading through” “regarding details upon precisely how to have the existing podium automobile each and just about every time in GTA On-line. </li><li>As it is approximately RNG gods, you will find a one in something like 20 possible for getting the particular Podium car considering that a spin reward. </li></ul><p>With this specific trick, you don’t must be worried regarding beating typically the 20 within one\" \"odds.  As long while you follow these strategies, you need to be able to be able to be able to be capable of being competent to get typically the Scène Car very quickly.  However, there’s the truth is the way that may perhaps let you earn generally the Podium Automobile from the Fortunate Steering wheel just about all typically the time.  Editorial independence is definitely fundamental to the search, allowing us to be able in order to deliver unbiased verdicts on products inside addition to firms while steering crystal clear of” “clashes of interest.  Our content staff sticks to be able to into a stringent editorial policy to be able to uphold this rule.</p><h3 id=\"toc-1\">Steal A Brainrot Admin Events Begin Time</h3><p>As a result, game enthusiasts try their luck on the Lucky Steering wheel with the hope of snagging an exquisite car to resell or put to their series.  The GTA Upon the web Blessed Wheel blemish provides become known by simply players because the start from the on line casino, and because of how it performs it is usually a tough exploit for Rockstar to counter.  However, it’s” “constantly feasible that a fresh hotfix could become deployed to minimize this kind of\" \"sooner or later, so use that will (responsibly) while a person can to make sure typically the prize of your ambitions evolves into a fact.</p><ul><li>Once you look with the particular particular history concerning cars that may possibly have been towards the podium, $500 is truly a small price to fund potentially winning various dollar vehicle mostbet app. </li><li>If an individual execute this properly, the Lucky Car tire should spin slowly and gradually and stop along with the Podium automobile reward. </li><li>But you will update this section with all the new Online casino Podium car since soon as Plot notes are unveiled. </li><li>It takes substantial luck to obtain typically the rare car nevertheless, a new GTA content founder worked out how to usually win the Fortunate Wheel every one time with a new simple technique. </li></ul><p>The podium vehicle is usually\" \"the particular grand prize around the tyre should an individual manage in order to land on of which.  While an individual can’t sell typically the car regarding typically the volume it’s really worth, it is going to always end up being good in order to include bragging privileges plus a free involving charge car.  As it is approximately RNG gods, you will find a one in anything like 20 prospective for getting typically the Podium car due to the fact a spin prize.  While these typically are difficult possibilities, will be generally there a way to win the Casino Car every period in GTA your five Online?  So, examine out each of our explained learn almost everything about this along along along with this week’s Internet casino Podium car switch <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><h3 id=\"toc-2\">How To Win The Podium Vehicle Every Time Throughout Gta Online Following Last Dose Update</h3><p>This signifies that you ought to win the motor vehicle a minimum of as rapidly as for every single twenty five times a person be involved in.  Keep reading through for details about how to get the current podium car each and every time in GTA Online.  To employ the GTA On the web Lucky Wheel blemish, you need to be willing to swiftly\" \"leave the game in case the results of typically the spin is not really the one you desire.  To do this specific, interact with typically the Lucky Wheel then push the still left stick up in addition to down to give this a spin, prior to getting ready for the next step.</p><ul><li>The player can spin and rewrite the wheel for free after obtaining a one-time standard casino membership regarding $500. </li><li>However, there is a approach that an person can almost assure that you’ll get the particular automobile every individual moment. </li><li>You could spin the Lucky wheel at Diamonds Casino once every single day with all the Podium car changing within a week. </li><li>As always, gamers can simply spin typically the Lucky Wheel throughout The Diamond Casino & Use succeed the highly desired\" \"Podium Car. </li><li>With typically the Lucky Wheel starting inside the proper location, interact along with this then wait around several seconds by if the spin and even rewrite prompt appears before quickly transferring typically the kept stick. </li></ul><p>Thanks to GTA Online posts creator LaazrGaming, it’s possible to adhere to the set of fundamental procedure for ensure a good individual win this particular week’s Podium Car.  Here’s anything about this particular specific week’s GTA On-line Podium Automobile and the way to get this specific effortlessly each moment.  With the modern Scène Cars rotating just about every week, GTA gamers are up regarding a wild rotate each week.  You can spin the Lucky wheel at Precious stone Casino once every day together with the Scène car changing throughout a week.  As it is upward to RNG gods, you have some sort of one out of 20 chance of receiving the Scène car being a\" \"spin reward.</p><h2 id=\"toc-3\">“gta Online Fortunate Steering Wheel Blemish And Precisely Just How To Win Normally The Podium Car</h2><p>Players should become aware that it’s an AI-driven randomized process that may not really be predicted implementing any kind regarding calculations.  Players are usually not necessarily guaranteed to succeed the podium auto on every try out, and even this trick may possibly possibly not assist COMPUTER.  It should be noted that this specific should be done inside a private foyer, since the tyre should be fresh in addition to empty.  As extended while you follow these steps, you need to be able to be able to win the particular Scène Car quite quickly.  However, there’s actually a method that could let a person win the Scène Auto from your own Lucky Tire just about all the time.</p><ul><li>It must be noted that this has to be done throughout a private reception, since the wheel must be fresh in addition to empty. </li><li>Neeraj believes that GTA Vice Town is ideal for beginners seeking to get acquainted with the open-world genre. </li><li>It should be mentioned that this provides to be done in a private foyer, since the wheel requirements to be clean and unused. </li><li>As usually, players may rewrite the Lucky Wheel in Usually the particular Diamonds Casino & Make use of win typically the highly sought-after Scène Car. </li></ul><p>To get started, participants need to pay a one-time normal casino membership price of $500.  If a person don’t succeed typically the Podium auto around the very first attempt, you can find the 8F Painter from Rock-star Games’ official internet site without any main circumstances.  Or, you are able to detach your video game from the world wide web prior to the Lucky Wheel stops and actually restart the strategy once more.  The Diamonds Gambling establishment Lucky Wheel comprises of some kind of total regarding 20 rewards, and even only one regarding these people may possibly be the Podium automobile.  Neeraj, some sort of Grand Theft Auto writer, has penned over a thousands of articles for Sportskeeda in the final two years, gathering an impressive 5+ million views.  His dedication to typically the craft has attained him the title associated with a content professional under the Esports &amp; Gaming section.</p><h3 id=\"toc-4\">Gta Online</h3><p>If participants win a car, they just need to select wherever they want the auto to be transported this means you will be shipped to the selected residence automatically.  Once that they win, the scène will always be vacant for participants which may have won this particular with one identity ahead of the following upgrade.\" \"[newline]You can spin the particular Lucky wheel in Diamond Casino once every day moment using the” “Scène car changing inside the week.  As it really is usually around RNG gods, there is a one inside 20 chance concerning obtaining the Podium auto since the spin incentive.</p><ul><li>Think from this like a time face and an individual will be placing the termes conseillés in the upon the lookout regarding o’clock position and even even moving it lower to the 6 o’clock position. </li><li>Find away precisely just how a person can make cash this full week inside order to get rich in an exceedingly excellent extremely short spot of time. </li><li>The GTA On-line Lucky Wheel glitch has recently been known by players since usually the start together with the online on line casino, and thus showing precisely how functions it can easily be a awful exploit for Rock-star to counter. </li><li>Follow this unique method within just GTA On typically the world wide website and you may possibly quickly always become auto parking some sort of flash brand brand new ride inside the car port, completely with no price. </li><li>If a person don’t understand specifically what a “fresh” Lucky Wheel looks such as, look in the image above; this specific will be achieved very effortlessly by starting a new new new non-public period upon introducing GTA 5. </li></ul><p>Or, you could detach your current game on the web ahead of the Fortunate Wheel stops and perhaps restart the treatment again.  The Treasured stone Casino Blessed Wheel includes many sort of overall of 20 advantages, and just one associated with all of all of them may be the Podium auto.  This week in GTA Online, gamers will be able to win an Ocelot Ardent from the Lucky Tyre.  As a sporting activities car, the Die hard is a worthy vehicle with outstanding velocity, braking, plus managing.</p><h2 id=\"toc-5\">Gta Online Podium Vehicle Just For This Week, Including\" \"While Using Fortunate Wheel</h2><p>GTA Online will always be usually a lot involving various activities plus objectives just about every game player is able to do in the game.  One of these people is gathering uncommon cars that will a person can present off in order to typically the close friends or even also other about the web players you’ve but in in an attempt to meet.  There’s a fresh 1 in 20 chance of generating usually the automobile showcased on the scène throughout GTA Online, however whether a person don’t get you\" \"can still get absolutely funds, clothing points, in addition to bonus RP.</p><ul><li>GTA Online offers a wide array of in-game ui activities for participants to stay committed to the game regarding a long moment. </li><li>As typically the label suggests, typically the particular Lucky Wheel may be just about the most uncomplicated betting methods accessible to be capable to players in the particular online casino. </li><li>If you prefer to be able to follow the steps in a video file format, look in Laazr’s detail by detail manual that we’ve supplied below. </li><li>This makes certain that you need to earn your vehicle from minimum once for almost every twenty-five occasions an individual participate in. </li></ul><p>If a person don’t would like to go away things to likelihood, there is a method an individual may work with which in convert pretty much warranties you’ll win the Podium Car every period.  To established this kind of up, someone need the Lucky Tire to be resting around the particular Clothes wedge two areas for that correct involving the Vehicle sand wedge, as imagined above.  If the actual Blessed Wheel truly truly does land on Key, you can quickly see what precisely your reward is going to be and then follow the procedure below for one other go if you’re unsatisfied using the outcome.  Head to be able to most of the particular Lucky Wheel within the Diamond Betting organization and you require the wheel type to have clothing with the top rated, with all the current 50k part left and two, five-hundred RP section to the appropriate.  Using this type of\" \"technique boosts your very own likelihood of earning considerably and reseting commonly the overall sport implies a person may theoretically obtain every single time.</p><h2 id=\"toc-6\">Gta Online: How To Win The Actual Lucky Wheel Scène Car Every Time</h2><p>Players are not guaranteed to be able to win the podium car in each consider, and this strategy may not operate on PC.  It should be mentioned that this has to be required for a private lobby, since the wheel requires to be fresh and unused.  If you don’t gain the Podium automobile on the very first try, you might acquire the 8F Drafter from Rockstar Games’ official internet site with no any major situations.</p><ul><li>Once a person look at the great cars that have been regarding the podium, $500 is actually some sort of small price in order to pay for probably winning a thousand dollar vehicle. </li><li>While someone can’t market usually the auto with regard to the amount it’s worth, it will always be good to always end up being capable of include bragging rights plus the cost-free car. </li><li>As constantly, gamers can rotate the particular Fortunate Tyre inside Typically the certain Diamond Casino & Use win the particular highly sought-after Scène Car. </li><li>However, most of typically the steps remain the actual same, and elderly users can rapidly manage the company new trick. </li><li>If done correctly, the particular Lucky Wheel may slowly rotate whenever and land regarding the Vehicle pitching wedge, as demonstrated in the gif above. </li></ul><p>The Podium Vehicle is possibly 1 of most of the finest deals amongst men and women, with almost each and every GTA Online man  or woman eager to obtain their very own fingers on of which usually week’s car forward of it runs out.  However, we have a\" \"brand new method that an individual could almost assure that you’ll acquire typically the automobile every individual time.  The potential for winning the particular scène vehicle without any kind of exclusive method is certainly 1 in makes.  This makes positive that you must generate your vehicle from minimum once for almost every twenty-five times an individual perform.</p><h3 id=\"toc-7\">Gta</h3><p>But we may update this part along with the particular new Online on line casino Podium car if Patch notes will certainly be revealed.  That’s almost everything included about precisely how to win” “the Casino car each and every time in GTA your current five Online.  The gamer can rewrite typically the steering wheel at no expense right after acquiring a one period basic casino regular membership for $500.  However, each account may possibly possibly only employ that once every single 24 hours of real life period.</p><ul><li>Iain formerly joined up with Future throughout the summer season to write instructions for CVG, PSM3, and Xbox World, before moving frontward to participate GamesRadar within 2013 as Recommendations Editor. </li><li>One of most of them is usually collecting unusual autos that a individual can present off to your friends or perhaps perhaps even some other on the net players you’ve yet to satisfy. </li><li>If the wheel is not necessarily in this particular position, an individual must join another session (preferably an Invite Only lobby) and check once again. </li><li>Editorial independence is usually fundamental for the quest, allowing everyone to deliver unprejudiced entendement on products plus companies whilst remaining away by conflicts of attention. </li><li>If a person don’t would just like to leave items to chance, generally right now there is a approach a person can utilize which in turn quite much guarantees you’ll win typically the Scène Car every time. </li><li>To obtain the Podium Vehicle each and every time in GTA On the web, there\'s a very little trick you can implement due to LaazrGaming. </li></ul><p>Move the left analog keep left and next down, adopting the curvity of the film-based stick.  If you would like more, check away each of our GTA+ Returns webpage just regarding this month mainly because well.  Another Dinka is around the podium this few days, this time it’s the Dinka Postlude and this type of vehicle is really worth paying attention in order to.  Yes, at their particular basic level usually the brakes are extremely poor – despite the fact that this can finish up being fixed with a few updates at Los Santos Customs.</p><h2 id=\"toc-8\">\"gta Online Lucky Tire Glitch And Exactly How To Win Typically The Podium Car</h2><p>To have the Podium Vehicle each and every time in GTA On the internet, there\'s a tiny trick you can easily implement as a result of LaazrGaming.  Also, if you need to run your own company\" \"inside Los Santos, find out how to register as a CEO or a great MC President.\"</p><ul><li>If you’re considering acquiring your current practical one more vehicle, think about a look inside our manual on the prize trip for this 7 days. </li><li>Helpfully that doesn\'t have to be typically the case, as we have a method that provides you much more control over typically the prize you take away. </li><li>Here’s anything about this kind of specific week’s GTA On-line Podium Vehicle and the way to get this particular effortlessly each moment. </li><li>While practically all players challenge in order to be able to win the leading prize and get home the Scène car, a GTA content creator offers figured out precisely how to rig the particular Lucky Wheel each single single period employing a simple strategy. </li><li>When he\'s certainly not playing video online games or writing intended for Sportskeeda, he enjoys studying history or practicing fighting styles this kind of as kickboxing and even Muay Thai. </li></ul><p>Importantly, you’ll desire to use usually the “9 to be able to 6th method” in order to win the GTA On-line Podium vehicle (thanks, YouTuber BullSheepParty).  Move the still left analog stick left and then straight down, pursuing the curvity in the analog keep.  As always, gamers can simply spin the Lucky Wheel inside The Diamond On line casino &amp; Use earn the highly sought-after\" \"Scène Car.  The podium vehicle will always be definitely the fantastic award on usually the tyre in case you handle to land on that.</p><h3 id=\"toc-9\">Steal A Brainrot Update 8 (bubblegum Machine) Patch Notes</h3><p>However, most of the actions remain a similar, and even old users may easily cope together with the new trick.  Although this vehicle is technically free, gamers must first succeed it in the particular Lucky Draw competitors.  As the Fortunate Wheel contains a entire of 20 advantages, there\'s just a 5% chance of winning the Podium Vehicle.  Players should remember that it\'s an AI-driven randomized process that cannot be believed using any type of calculations.\" \"[newline]Podium cars are one of the most favored rewards in GTA Online, providing players with a totally free vehicle every week.  Rockstar Games incorporated this reward along with the Lucky Tire in The Diamond Casino &amp; Resort update back throughout July 2019.  Importantly, you\'ll want to be able to use the \"9 to 6 method\" to win the GTA Online Podium car (thanks, YouTuber BullSheepParty).</p><ul><li>Alright, so you want to win typically the particular modern GTA On the internet Podium Wheel nevertheless don’t know throughout which in purchase as a way to start. </li><li>To make employ of the GTA Online Lucky Tyre glitch, you should be ready in order to rapidly quit typically the video game if the results regarding the spin is usually simply not the particular one an specific want. </li><li>Follow this approach in GTA On-line and an individual may soon end up being parking a display new ride in your garage, completely with regard to free. </li></ul><p>Interested throughout learning regarding a lot a lot more weekly bargains and even even chances to win new cars?  Here, we fine detail almost everything Rock-star added to become able to the overall game each week and so you understand accurately what to assume when you jump\" \"straight to Los Santos.  If you prefer to follow the procedures in a online video file format, look from Laazr’s step-by-step manual that we’ve presented below.  If participants win a car, these people just need in order to select where they will want the car to be able to be delivered and it will be delivered in order to the selected property instantly.  Once they get, the podium will certainly be empty regarding players who have received it with one character before the subsequent update.</p><h2 id=\"toc-10\">Are Presently There Any Risks Included In Using The Gta Online Lucky Tire Glitch? </h2><p>If an individual close out the iphone software prior to the game enhancements, it won’t protect your prize, enabling you to definitely try again.  Helpfully that doesn’t need to be the situation, as presently there is a technique that will gives an individual much more control of typically the reward you will get away.  One method to get these rare cars is usually to make an effort to succeed the podium automobile in the Diamond Casino of GTA Online.  It requires massive luck to get\" \"the rare car nevertheless, a GTA content material creator figured out there how to always win the Lucky Tire every single time with a simple technique.  With the Lucky Tire starting within the right location, interact with that then wait four seconds from once the spin prompt appears before quickly relocating the left stay.</p><ul><li>Check out our Just about every single week Update manual that provides all” “from typically the advantages and issues added this few days. </li><li>However, it’s” “constantly feasible that the hotfix may end up being deployed to eliminate that at some stage, so use this specific (responsibly) whilst a great individual can to ensure usually the prize of your goals turns into a truth. </li><li>Thanks in order to the YouTube posts creator, LaazrGaming, an individual may win typically the particular guaranteed Podium auto every week inside the particular Lucky Steering wheel. </li><li>Interested throughout learning concerning a lot even more weekly bargains and even chances to be able to win new cars? </li></ul><p>With the new Podium Vehicles rotating almost every full week, GTA participants are up for some sort of wild spin just about every week.  You may possibly spin the Blessed wheel at Diamond Casino once everyday with the Scène car changing within a week.  However, thanks to a recently available glitch, PlayStation participants can win your vehicle every time that they spin the whel using a simple strategy.  In rare instances the location where the event “week” is longer compared to a week, merely like the most recent one, the particular podium vehicle award reappears after several days of successful it for\" \"the very first time.  Thanks to GTA Online content founder LaazrGaming, it’s possible to follow some sort of set of simple steps to guarantee a person win this week’s Podium Vehicle.  While you may make a mistake on your initial few attempts, after a few practice, you’ll completely master the technique.</p><h3 id=\"toc-11\">How To Succeed The Scène Automobile Whenever Within Gta Online After Cluckin Bell Farmville Farm Raid Update? </h3><p>The Podium car is undoubtedly a single of the best offers every GTA Online player wishes after the Cluckin Bells Farm Raid upgrade.  It is some sort of free reward Rock-star Games offers through the Lucky Tyre inside The Diamonds Casino &amp; Holiday resort.  However, despite being free, acquiring the Podium car is definitely challenging when you have got to win it first.  You get one free spin each day, so if an individual don\'t win the particular vehicle you may try again another day.  When you mind up to the particular wheel and push suitable the d-pad, you\'ll want to wait until the particular \'Use L to be able to spin\' prompt looks in the top rated left of typically the screen and hang on for four mere seconds exactly.  There\'s a brand new Podium Vehicle available in Grand Theft Auto Online, in addition to it\'s available until the new event week begins.</p><ul><li>One solution to get these rare cars is to try and get the podium auto in the Diamond Casino of GTA Online. </li><li>Keep looking at intended for information on how in order to be able to get the existing podium vehicle just about every time in GTA Online. </li><li>As it is way up to RNG gods, you have the one out of 20 probability of getting the Podium car being a\" \"spin and rewrite reward. </li><li>The Diamond Casino inside GTA Online features the Lucky Tyre game wherein members could possibly get the opportunity to get an exceptional auto. </li><li>Thanks to be able to GTA On-line written content creator LaazrGaming, it’s possible to end up being able to abide by a collection regarding basic procedure intended for ensure you generate this week’s Scène Car. </li></ul><p>Until next, you may even examine the exact greatest Auto Purchase location in GTA On the net.  The GTA Across the internet Lucky Steering wheel glitch has recently been known by players since almost all of the stop off with the particular on the internet casino, in addition to while a result of how it works this can be a horrible exploit with regard to Rock-star to countertop.  Follow this particular method within GTA In cyberspace and a person may soon always be parking a flash fresh ride within typically the storage area, completely in simply no cost.  Using this particular particular method increases your current possibilities of earning considerably and reseting the particular overall game signifies a person might theoretically get every time.</p><h2 id=\"toc-12\">Gta Online: The Best Way To Win The Specific Lucky Wheel Scène Car Every Time</h2><p>Gfinityesports. com started since a community platform for competitive gamers to engage, perform &amp; compete together with like-minded people.  All our editors &amp; writers are enthusiastic gamers with 1000\'s of hours of naughty fun in their favourite titles.  This week in GTA Online, players will be able to win an Ocelot Ardent through the Lucky Wheel.  As a new sports car, the Ardent is a worthy vehicle using impressive acceleration, braking system, and handling.  The player can rotate the wheel for free after purchasing a one-time basic casino membership for $500.</p><ul><li>GTA Online’s Podium Vehicle is usually given a fresh update by Rock-star\" \"Game titles every week within the Diamond Online casino, but which auto is available this week, and how do you guarantee a win within the Blessed Wheel? </li><li>Importantly, you\'ll want to use the \"9 to 6 method\" to win the particular GTA Online Podium car (thanks, YouTuber BullSheepParty). </li><li>As long as you follow these steps, you have to be capable to be able to win the particular Scène Car fairly quickly. </li><li>You need to spin a tire in the on line casino and, if of which lands for the proper part, someone can win the automobile. </li><li>As its about RNG gods, you have got a one from twenty potential meant for getting typically the particular Podium auto as being a spin bonus. </li></ul><p>Overall, if you desire the project along with wonderful foundations then of which vehicle is really worth aiming to win.  You have one free turn daily, so just in case you don’t find the vehicle the can easily consider just as before another day.  If a person\" \"don’t understand exactly precisely what a “fresh” Blessed Wheel feels like, appear at the particular image above; this is attained effortlessly by starting typically the new exclusive session upon introducing GTA 5.  To hold the Podium Vehicle every time in GTA On the web, there’s a small trick you may possibly implement resulting from LaazrGaming.  Find out how you can help to make money recently in order to find rich in a really short place involving time.  Also, if you want to be able to run your individual business in Los Santos, find out exactly how to sign-up like a TOP DOG or a excellent MC President.</p><h3 id=\"toc-13\">Gta Online Podium Car: How In Purchase To Always Win Typically The Blessed Wheel”</h3><p>Often, the particular particular automobile upon this kind of podium is typically well worth a minimum of one zillion us dollars.  While a particular person can’t sell usually the auto regarding the quantity it’s worth, in the majority of cases good to be able to always be in a position to have bragging rights plus a free of cost car.  However, thanks to a latest glitch, Ps gamers can succeed typically the vehicle whenever they rotate the whel employing the simple technique.</p><p>All a person will need to do is try\" \"the particular luck around the Blessed Wheel inside of the Precious stone Casino.  There’s some sort of little trick that can be done to ensure you’re not as reliant quite so much upon luck.  Keep reading through” “regarding details on precisely how to have the existing podium automobile each and just about every time in GTA On-line.  You have to rewrite a tyre inside the casino as well as, if it gets around the appropriate part, you can undoubtedly win the vehicle.</p>','How To Win The Gta Online Podium Automobile With Every Try','','publish','open','open','','how-to-win-the-gta-online-podium-automobile-with-every-try-2','','','2025-10-03 13:47:09','2025-10-03 06:47:09','',0,'https://lion288slot.com/?p=212',0,'post','',0),
(213,1,'2025-10-03 13:47:00','2025-10-03 06:47:00','<meta name=\"description\" content=\"We have gotten the actual podium vehicle all-around four or 5 times that way. \"/><h1>How In Order To Win The Vehicle In Gta A Few Casino Win Usually The Gta On-line Podium Vehicle-大连莱立佰信息技术有限公司</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">New Glitch Enables Playstation Users To Be Able To Win The Podium Car Every Time</a></li><li><a href=\"#toc-1\">Steal A Brainrot Admin Events Start Time</a></li><li><a href=\"#toc-2\">How To Win The Podium Car Every Time Within Gta Online After Last Dose Update</a></li><li><a href=\"#toc-3\">“gta Online Blessed Steering Wheel Glitch And Precisely How To Win Typically The Podium Car</a></li><li><a href=\"#toc-4\">Gta Online</a></li><li><a href=\"#toc-5\">Gta Online Podium Automobile Just For This Specific Week, Including\" \"Making Use Of The Fortunate Wheel</a></li><li><a href=\"#toc-6\">Gta Online: Precisely How To Win This Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-7\">Gta</a></li><li><a href=\"#toc-8\">\"gta Online Lucky Wheel Glitch And Precisely How To Win The Particular Podium Car</a></li><li><a href=\"#toc-9\">Steal A New Brainrot Update 8 (bubblegum Machine) Area Notes</a></li><li><a href=\"#toc-10\">Are Presently There Any Risks Included In Using The Gta Online Lucky Tyre Glitch? </a></li><li><a href=\"#toc-11\">How To Achieve Success The Scène Automobile Whenever Within Gta Online Following Cluckin Bell Village Raid Update? </a></li><li><a href=\"#toc-12\">Gta Online: The Best Way To Win The Specific Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-13\">Gta Online Podium Vehicle: How In Purchase To Always Get Typically The Blessed Wheel”</a></li><li><a href=\"#toc-14\">Gta Online Podium Car: The Right Way To Usually Do Well The Fortunate Wheel</a></li><li><a href=\"#toc-15\">Jul Just How To Get The Particular Podium Car Whenever In Gta On-line After Final Dosage Update</a></li><li><a href=\"#toc-16\">When Will\" \"The Particular Gta Online Podium Car Reset? </a></li><li><a href=\"#toc-17\">Games Fuze</a></li><li><a href=\"#toc-18\">When Will The Gta Online Scène Car Reset</a></li><li><a href=\"#toc-19\">Overwatch 2 Loot Boxes Obtain A Brand New Small Change Of Which Will Guarantees Much Better Rewards</a></li><li><a href=\"#toc-20\">How To Win The Particular Podium Car Every Time In Gta Online After Cluckin Bell Farm Raid Update? </a></li><li><a href=\"#toc-21\">Easy Trick To Earn Gta Online\'s Scène Vehicle Every Time</a></li><li><a href=\"#toc-22\">What Are The Chances Of Getting A New Podium Vehicle In The Lucky Wheel? </a></li><li><a href=\"#toc-23\">Are Right Right Now There Any Dangers Contained In Employing The Gta On The Internet Blessed Tyre Glitch? </a></li><li><a href=\"#toc-24\">Gta Online Scène Vehicle: How To Always Win The Particular Lucky Wheel</a></li><li><a href=\"#toc-25\">Are There Any Hazards Included In Using The Gta Online Blessed Tyre Glitch? </a></li><li><a href=\"#toc-26\">How To Get The Podium Car Every Time</a></li><li><a href=\"#toc-29\">Gta Online Podium Car This Week (5 June</a></li><li><a href=\"#toc-31\">Gta Online – Just What Will Be The Particular Podium Vehicle This Kind Of Week?\"</a></li></ul></div><p>Check out our Just about every single week Revise manual that lists all” “from the advantages and problems added this few days.  You could in addition visit typically typically the Gun Van web page to be able to find out right now there where it really is certainly, and what’s throughout stock this week.  That’s almost everything covered about how exactly accurately to succeed the Casino auto anytime in GTA 5\" \"On the web.  Once which is definitely paid, players could freely spin plus rewrite the steering wheel when every twenty-four hours in genuine world.</p><p>To set this particular upward, you need the actual Lucky Tyre being resting in the particular Clothes wedge two parts to the right with the Auto wedge, as dreamed above.  It offers a medium-high speeding stat beyond the rate stat is merely a little bit behind this.  Overall, in case you want the project with excellent foundations then that will vehicle is really worth seeking to succeed.  You purchase 1 free rotate every day, so when a person don’t receive the car an individual could try once a lot more tomorrow.  If a new person don’t understand specifically what a “fresh” Lucky Wheel seems such as, look with the image previously mentioned; this specific is definitely achieved very very easily by starting a new new personal period upon releasing GTA 5.</p><h2 id=\"toc-0\">New Glitch Permits Playstation Users In Order To Win The Scène Car Every Time</h2><p>If done appropriately, the Lucky Tire will slowly move once and land on the Vehicle pitching wedge, as shown inside the gif over.  You might need to research with your time to get this working, but since before you may quickly quit the game in the event you don\'t land on the automobile prize you\'re targeting then reload another go.  From GTA Online new autos from the scène, GTA$, RP, and even more, there are many excellent items you will get hold of, so an individual don\'t want to be able to wait the 24 hour cool down period every period you have some sort of spin of the particular wheel.  Helpfully that will doesn\'t have to be the particular case, as we have a method that provides you much even more control over the particular prize you eliminate.  However, inspite of being free, attaining the Podium motor vehicle is challenging mainly because you have to be able to succeed it 1st <a href=\"https://mostbet-india24.in/\">mostbet login</a>.</p><ul><li>Once players” “follow the pattern correctly, the actual wheel should give up exactly at typically the particular podium car, awarding players one other fixed of rims in GTA On the web. </li><li>Keep reading through” “regarding details upon precisely how to have the existing podium automobile each and just about every time in GTA On-line. </li><li>As it is approximately RNG gods, you will find a one in something like 20 possible for getting the particular Podium car considering that a spin reward. </li></ul><p>With this specific trick, you don’t must be worried regarding beating typically the 20 within one\" \"odds.  As long while you follow these strategies, you need to be able to be able to be able to be capable of being competent to get typically the Scène Car very quickly.  However, there’s the truth is the way that may perhaps let you earn generally the Podium Automobile from the Fortunate Steering wheel just about all typically the time.  Editorial independence is definitely fundamental to the search, allowing us to be able in order to deliver unbiased verdicts on products inside addition to firms while steering crystal clear of” “clashes of interest.  Our content staff sticks to be able to into a stringent editorial policy to be able to uphold this rule.</p><h3 id=\"toc-1\">Steal A Brainrot Admin Events Begin Time</h3><p>As a result, game enthusiasts try their luck on the Lucky Steering wheel with the hope of snagging an exquisite car to resell or put to their series.  The GTA Upon the web Blessed Wheel blemish provides become known by simply players because the start from the on line casino, and because of how it performs it is usually a tough exploit for Rockstar to counter.  However, it’s” “constantly feasible that a fresh hotfix could become deployed to minimize this kind of\" \"sooner or later, so use that will (responsibly) while a person can to make sure typically the prize of your ambitions evolves into a fact.</p><ul><li>Once you look with the particular particular history concerning cars that may possibly have been towards the podium, $500 is truly a small price to fund potentially winning various dollar vehicle mostbet app. </li><li>If an individual execute this properly, the Lucky Car tire should spin slowly and gradually and stop along with the Podium automobile reward. </li><li>But you will update this section with all the new Online casino Podium car since soon as Plot notes are unveiled. </li><li>It takes substantial luck to obtain typically the rare car nevertheless, a new GTA content founder worked out how to usually win the Fortunate Wheel every one time with a new simple technique. </li></ul><p>The podium vehicle is usually\" \"the particular grand prize around the tyre should an individual manage in order to land on of which.  While an individual can’t sell typically the car regarding typically the volume it’s really worth, it is going to always end up being good in order to include bragging privileges plus a free involving charge car.  As it is approximately RNG gods, you will find a one in anything like 20 prospective for getting typically the Podium car due to the fact a spin prize.  While these typically are difficult possibilities, will be generally there a way to win the Casino Car every period in GTA your five Online?  So, examine out each of our explained learn almost everything about this along along along with this week’s Internet casino Podium car switch <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><h3 id=\"toc-2\">How To Win The Podium Vehicle Every Time Throughout Gta Online Following Last Dose Update</h3><p>This signifies that you ought to win the motor vehicle a minimum of as rapidly as for every single twenty five times a person be involved in.  Keep reading through for details about how to get the current podium car each and every time in GTA Online.  To employ the GTA On the web Lucky Wheel blemish, you need to be willing to swiftly\" \"leave the game in case the results of typically the spin is not really the one you desire.  To do this specific, interact with typically the Lucky Wheel then push the still left stick up in addition to down to give this a spin, prior to getting ready for the next step.</p><ul><li>The player can spin and rewrite the wheel for free after obtaining a one-time standard casino membership regarding $500. </li><li>However, there is a approach that an person can almost assure that you’ll get the particular automobile every individual moment. </li><li>You could spin the Lucky wheel at Diamonds Casino once every single day with all the Podium car changing within a week. </li><li>As always, gamers can simply spin typically the Lucky Wheel throughout The Diamond Casino & Use succeed the highly desired\" \"Podium Car. </li><li>With typically the Lucky Wheel starting inside the proper location, interact along with this then wait around several seconds by if the spin and even rewrite prompt appears before quickly transferring typically the kept stick. </li></ul><p>Thanks to GTA Online posts creator LaazrGaming, it’s possible to adhere to the set of fundamental procedure for ensure a good individual win this particular week’s Podium Car.  Here’s anything about this particular specific week’s GTA On-line Podium Automobile and the way to get this specific effortlessly each moment.  With the modern Scène Cars rotating just about every week, GTA gamers are up regarding a wild rotate each week.  You can spin the Lucky wheel at Precious stone Casino once every day together with the Scène car changing throughout a week.  As it is upward to RNG gods, you have some sort of one out of 20 chance of receiving the Scène car being a\" \"spin reward.</p><h2 id=\"toc-3\">“gta Online Fortunate Steering Wheel Blemish And Precisely Just How To Win Normally The Podium Car</h2><p>Players should become aware that it’s an AI-driven randomized process that may not really be predicted implementing any kind regarding calculations.  Players are usually not necessarily guaranteed to succeed the podium auto on every try out, and even this trick may possibly possibly not assist COMPUTER.  It should be noted that this specific should be done inside a private foyer, since the tyre should be fresh in addition to empty.  As extended while you follow these steps, you need to be able to be able to win the particular Scène Car quite quickly.  However, there’s actually a method that could let a person win the Scène Auto from your own Lucky Tire just about all the time.</p><ul><li>It must be noted that this has to be done throughout a private reception, since the wheel must be fresh in addition to empty. </li><li>Neeraj believes that GTA Vice Town is ideal for beginners seeking to get acquainted with the open-world genre. </li><li>It should be mentioned that this provides to be done in a private foyer, since the wheel requirements to be clean and unused. </li><li>As usually, players may rewrite the Lucky Wheel in Usually the particular Diamonds Casino & Make use of win typically the highly sought-after Scène Car. </li></ul><p>To get started, participants need to pay a one-time normal casino membership price of $500.  If a person don’t succeed typically the Podium auto around the very first attempt, you can find the 8F Painter from Rock-star Games’ official internet site without any main circumstances.  Or, you are able to detach your video game from the world wide web prior to the Lucky Wheel stops and actually restart the strategy once more.  The Diamonds Gambling establishment Lucky Wheel comprises of some kind of total regarding 20 rewards, and even only one regarding these people may possibly be the Podium automobile.  Neeraj, some sort of Grand Theft Auto writer, has penned over a thousands of articles for Sportskeeda in the final two years, gathering an impressive 5+ million views.  His dedication to typically the craft has attained him the title associated with a content professional under the Esports &amp; Gaming section.</p><h3 id=\"toc-4\">Gta Online</h3><p>If participants win a car, they just need to select wherever they want the auto to be transported this means you will be shipped to the selected residence automatically.  Once that they win, the scène will always be vacant for participants which may have won this particular with one identity ahead of the following upgrade.\" \"[newline]You can spin the particular Lucky wheel in Diamond Casino once every day moment using the” “Scène car changing inside the week.  As it really is usually around RNG gods, there is a one inside 20 chance concerning obtaining the Podium auto since the spin incentive.</p><ul><li>Think from this like a time face and an individual will be placing the termes conseillés in the upon the lookout regarding o’clock position and even even moving it lower to the 6 o’clock position. </li><li>Find away precisely just how a person can make cash this full week inside order to get rich in an exceedingly excellent extremely short spot of time. </li><li>The GTA On-line Lucky Wheel glitch has recently been known by players since usually the start together with the online on line casino, and thus showing precisely how functions it can easily be a awful exploit for Rock-star to counter. </li><li>Follow this unique method within just GTA On typically the world wide website and you may possibly quickly always become auto parking some sort of flash brand brand new ride inside the car port, completely with no price. </li><li>If a person don’t understand specifically what a “fresh” Lucky Wheel looks such as, look in the image above; this specific will be achieved very effortlessly by starting a new new new non-public period upon introducing GTA 5. </li></ul><p>Or, you could detach your current game on the web ahead of the Fortunate Wheel stops and perhaps restart the treatment again.  The Treasured stone Casino Blessed Wheel includes many sort of overall of 20 advantages, and just one associated with all of all of them may be the Podium auto.  This week in GTA Online, gamers will be able to win an Ocelot Ardent from the Lucky Tyre.  As a sporting activities car, the Die hard is a worthy vehicle with outstanding velocity, braking, plus managing.</p><h2 id=\"toc-5\">Gta Online Podium Vehicle Just For This Week, Including\" \"While Using Fortunate Wheel</h2><p>GTA Online will always be usually a lot involving various activities plus objectives just about every game player is able to do in the game.  One of these people is gathering uncommon cars that will a person can present off in order to typically the close friends or even also other about the web players you’ve but in in an attempt to meet.  There’s a fresh 1 in 20 chance of generating usually the automobile showcased on the scène throughout GTA Online, however whether a person don’t get you\" \"can still get absolutely funds, clothing points, in addition to bonus RP.</p><ul><li>GTA Online offers a wide array of in-game ui activities for participants to stay committed to the game regarding a long moment. </li><li>As typically the label suggests, typically the particular Lucky Wheel may be just about the most uncomplicated betting methods accessible to be capable to players in the particular online casino. </li><li>If you prefer to be able to follow the steps in a video file format, look in Laazr’s detail by detail manual that we’ve supplied below. </li><li>This makes certain that you need to earn your vehicle from minimum once for almost every twenty-five occasions an individual participate in. </li></ul><p>If a person don’t would like to go away things to likelihood, there is a method an individual may work with which in convert pretty much warranties you’ll win the Podium Car every period.  To established this kind of up, someone need the Lucky Tire to be resting around the particular Clothes wedge two areas for that correct involving the Vehicle sand wedge, as imagined above.  If the actual Blessed Wheel truly truly does land on Key, you can quickly see what precisely your reward is going to be and then follow the procedure below for one other go if you’re unsatisfied using the outcome.  Head to be able to most of the particular Lucky Wheel within the Diamond Betting organization and you require the wheel type to have clothing with the top rated, with all the current 50k part left and two, five-hundred RP section to the appropriate.  Using this type of\" \"technique boosts your very own likelihood of earning considerably and reseting commonly the overall sport implies a person may theoretically obtain every single time.</p><h2 id=\"toc-6\">Gta Online: How To Win The Actual Lucky Wheel Scène Car Every Time</h2><p>Players are not guaranteed to be able to win the podium car in each consider, and this strategy may not operate on PC.  It should be mentioned that this has to be required for a private lobby, since the wheel requires to be fresh and unused.  If you don’t gain the Podium automobile on the very first try, you might acquire the 8F Drafter from Rockstar Games’ official internet site with no any major situations.</p><ul><li>Once a person look at the great cars that have been regarding the podium, $500 is actually some sort of small price in order to pay for probably winning a thousand dollar vehicle. </li><li>While someone can’t market usually the auto with regard to the amount it’s worth, it will always be good to always end up being capable of include bragging rights plus the cost-free car. </li><li>As constantly, gamers can rotate the particular Fortunate Tyre inside Typically the certain Diamond Casino & Use win the particular highly sought-after Scène Car. </li><li>However, most of typically the steps remain the actual same, and elderly users can rapidly manage the company new trick. </li><li>If done correctly, the particular Lucky Wheel may slowly rotate whenever and land regarding the Vehicle pitching wedge, as demonstrated in the gif above. </li></ul><p>The Podium Vehicle is possibly 1 of most of the finest deals amongst men and women, with almost each and every GTA Online man  or woman eager to obtain their very own fingers on of which usually week’s car forward of it runs out.  However, we have a\" \"brand new method that an individual could almost assure that you’ll acquire typically the automobile every individual time.  The potential for winning the particular scène vehicle without any kind of exclusive method is certainly 1 in makes.  This makes positive that you must generate your vehicle from minimum once for almost every twenty-five times an individual perform.</p><h3 id=\"toc-7\">Gta</h3><p>But we may update this part along with the particular new Online on line casino Podium car if Patch notes will certainly be revealed.  That’s almost everything included about precisely how to win” “the Casino car each and every time in GTA your current five Online.  The gamer can rewrite typically the steering wheel at no expense right after acquiring a one period basic casino regular membership for $500.  However, each account may possibly possibly only employ that once every single 24 hours of real life period.</p><ul><li>Iain formerly joined up with Future throughout the summer season to write instructions for CVG, PSM3, and Xbox World, before moving frontward to participate GamesRadar within 2013 as Recommendations Editor. </li><li>One of most of them is usually collecting unusual autos that a individual can present off to your friends or perhaps perhaps even some other on the net players you’ve yet to satisfy. </li><li>If the wheel is not necessarily in this particular position, an individual must join another session (preferably an Invite Only lobby) and check once again. </li><li>Editorial independence is usually fundamental for the quest, allowing everyone to deliver unprejudiced entendement on products plus companies whilst remaining away by conflicts of attention. </li><li>If a person don’t would just like to leave items to chance, generally right now there is a approach a person can utilize which in turn quite much guarantees you’ll win typically the Scène Car every time. </li><li>To obtain the Podium Vehicle each and every time in GTA On the web, there\'s a very little trick you can implement due to LaazrGaming. </li></ul><p>Move the left analog keep left and next down, adopting the curvity of the film-based stick.  If you would like more, check away each of our GTA+ Returns webpage just regarding this month mainly because well.  Another Dinka is around the podium this few days, this time it’s the Dinka Postlude and this type of vehicle is really worth paying attention in order to.  Yes, at their particular basic level usually the brakes are extremely poor – despite the fact that this can finish up being fixed with a few updates at Los Santos Customs.</p><h2 id=\"toc-8\">\"gta Online Lucky Tire Glitch And Exactly How To Win Typically The Podium Car</h2><p>To have the Podium Vehicle each and every time in GTA On the internet, there\'s a tiny trick you can easily implement as a result of LaazrGaming.  Also, if you need to run your own company\" \"inside Los Santos, find out how to register as a CEO or a great MC President.\"</p><ul><li>If you’re considering acquiring your current practical one more vehicle, think about a look inside our manual on the prize trip for this 7 days. </li><li>Helpfully that doesn\'t have to be typically the case, as we have a method that provides you much more control over typically the prize you take away. </li><li>Here’s anything about this kind of specific week’s GTA On-line Podium Vehicle and the way to get this particular effortlessly each moment. </li><li>While practically all players challenge in order to be able to win the leading prize and get home the Scène car, a GTA content creator offers figured out precisely how to rig the particular Lucky Wheel each single single period employing a simple strategy. </li><li>When he\'s certainly not playing video online games or writing intended for Sportskeeda, he enjoys studying history or practicing fighting styles this kind of as kickboxing and even Muay Thai. </li></ul><p>Importantly, you’ll desire to use usually the “9 to be able to 6th method” in order to win the GTA On-line Podium vehicle (thanks, YouTuber BullSheepParty).  Move the still left analog stick left and then straight down, pursuing the curvity in the analog keep.  As always, gamers can simply spin the Lucky Wheel inside The Diamond On line casino &amp; Use earn the highly sought-after\" \"Scène Car.  The podium vehicle will always be definitely the fantastic award on usually the tyre in case you handle to land on that.</p><h3 id=\"toc-9\">Steal A Brainrot Update 8 (bubblegum Machine) Patch Notes</h3><p>However, most of the actions remain a similar, and even old users may easily cope together with the new trick.  Although this vehicle is technically free, gamers must first succeed it in the particular Lucky Draw competitors.  As the Fortunate Wheel contains a entire of 20 advantages, there\'s just a 5% chance of winning the Podium Vehicle.  Players should remember that it\'s an AI-driven randomized process that cannot be believed using any type of calculations.\" \"[newline]Podium cars are one of the most favored rewards in GTA Online, providing players with a totally free vehicle every week.  Rockstar Games incorporated this reward along with the Lucky Tire in The Diamond Casino &amp; Resort update back throughout July 2019.  Importantly, you\'ll want to be able to use the \"9 to 6 method\" to win the GTA Online Podium car (thanks, YouTuber BullSheepParty).</p><ul><li>Alright, so you want to win typically the particular modern GTA On the internet Podium Wheel nevertheless don’t know throughout which in purchase as a way to start. </li><li>To make employ of the GTA Online Lucky Tyre glitch, you should be ready in order to rapidly quit typically the video game if the results regarding the spin is usually simply not the particular one an specific want. </li><li>Follow this approach in GTA On-line and an individual may soon end up being parking a display new ride in your garage, completely with regard to free. </li></ul><p>Interested throughout learning regarding a lot a lot more weekly bargains and even even chances to win new cars?  Here, we fine detail almost everything Rock-star added to become able to the overall game each week and so you understand accurately what to assume when you jump\" \"straight to Los Santos.  If you prefer to follow the procedures in a online video file format, look from Laazr’s step-by-step manual that we’ve presented below.  If participants win a car, these people just need in order to select where they will want the car to be able to be delivered and it will be delivered in order to the selected property instantly.  Once they get, the podium will certainly be empty regarding players who have received it with one character before the subsequent update.</p><h2 id=\"toc-10\">Are Presently There Any Risks Included In Using The Gta Online Lucky Tire Glitch? </h2><p>If an individual close out the iphone software prior to the game enhancements, it won’t protect your prize, enabling you to definitely try again.  Helpfully that doesn’t need to be the situation, as presently there is a technique that will gives an individual much more control of typically the reward you will get away.  One method to get these rare cars is usually to make an effort to succeed the podium automobile in the Diamond Casino of GTA Online.  It requires massive luck to get\" \"the rare car nevertheless, a GTA content material creator figured out there how to always win the Lucky Tire every single time with a simple technique.  With the Lucky Tire starting within the right location, interact with that then wait four seconds from once the spin prompt appears before quickly relocating the left stay.</p><ul><li>Check out our Just about every single week Update manual that provides all” “from typically the advantages and issues added this few days. </li><li>However, it’s” “constantly feasible that the hotfix may end up being deployed to eliminate that at some stage, so use this specific (responsibly) whilst a great individual can to ensure usually the prize of your goals turns into a truth. </li><li>Thanks in order to the YouTube posts creator, LaazrGaming, an individual may win typically the particular guaranteed Podium auto every week inside the particular Lucky Steering wheel. </li><li>Interested throughout learning concerning a lot even more weekly bargains and even chances to be able to win new cars? </li></ul><p>With the new Podium Vehicles rotating almost every full week, GTA participants are up for some sort of wild spin just about every week.  You may possibly spin the Blessed wheel at Diamond Casino once everyday with the Scène car changing within a week.  However, thanks to a recently available glitch, PlayStation participants can win your vehicle every time that they spin the whel using a simple strategy.  In rare instances the location where the event “week” is longer compared to a week, merely like the most recent one, the particular podium vehicle award reappears after several days of successful it for\" \"the very first time.  Thanks to GTA Online content founder LaazrGaming, it’s possible to follow some sort of set of simple steps to guarantee a person win this week’s Podium Vehicle.  While you may make a mistake on your initial few attempts, after a few practice, you’ll completely master the technique.</p><h3 id=\"toc-11\">How To Succeed The Scène Automobile Whenever Within Gta Online After Cluckin Bell Farmville Farm Raid Update? </h3><p>The Podium car is undoubtedly a single of the best offers every GTA Online player wishes after the Cluckin Bells Farm Raid upgrade.  It is some sort of free reward Rock-star Games offers through the Lucky Tyre inside The Diamonds Casino &amp; Holiday resort.  However, despite being free, acquiring the Podium car is definitely challenging when you have got to win it first.  You get one free spin each day, so if an individual don\'t win the particular vehicle you may try again another day.  When you mind up to the particular wheel and push suitable the d-pad, you\'ll want to wait until the particular \'Use L to be able to spin\' prompt looks in the top rated left of typically the screen and hang on for four mere seconds exactly.  There\'s a brand new Podium Vehicle available in Grand Theft Auto Online, in addition to it\'s available until the new event week begins.</p><ul><li>One solution to get these rare cars is to try and get the podium auto in the Diamond Casino of GTA Online. </li><li>Keep looking at intended for information on how in order to be able to get the existing podium vehicle just about every time in GTA Online. </li><li>As it is way up to RNG gods, you have the one out of 20 probability of getting the Podium car being a\" \"spin and rewrite reward. </li><li>The Diamond Casino inside GTA Online features the Lucky Tyre game wherein members could possibly get the opportunity to get an exceptional auto. </li><li>Thanks to be able to GTA On-line written content creator LaazrGaming, it’s possible to end up being able to abide by a collection regarding basic procedure intended for ensure you generate this week’s Scène Car. </li></ul><p>Until next, you may even examine the exact greatest Auto Purchase location in GTA On the net.  The GTA Across the internet Lucky Steering wheel glitch has recently been known by players since almost all of the stop off with the particular on the internet casino, in addition to while a result of how it works this can be a horrible exploit with regard to Rock-star to countertop.  Follow this particular method within GTA In cyberspace and a person may soon always be parking a flash fresh ride within typically the storage area, completely in simply no cost.  Using this particular particular method increases your current possibilities of earning considerably and reseting the particular overall game signifies a person might theoretically get every time.</p><h2 id=\"toc-12\">Gta Online: The Best Way To Win The Specific Lucky Wheel Scène Car Every Time</h2><p>Gfinityesports. com started since a community platform for competitive gamers to engage, perform &amp; compete together with like-minded people.  All our editors &amp; writers are enthusiastic gamers with 1000\'s of hours of naughty fun in their favourite titles.  This week in GTA Online, players will be able to win an Ocelot Ardent through the Lucky Wheel.  As a new sports car, the Ardent is a worthy vehicle using impressive acceleration, braking system, and handling.  The player can rotate the wheel for free after purchasing a one-time basic casino membership for $500.</p><ul><li>GTA Online’s Podium Vehicle is usually given a fresh update by Rock-star\" \"Game titles every week within the Diamond Online casino, but which auto is available this week, and how do you guarantee a win within the Blessed Wheel? </li><li>Importantly, you\'ll want to use the \"9 to 6 method\" to win the particular GTA Online Podium car (thanks, YouTuber BullSheepParty). </li><li>As long as you follow these steps, you have to be capable to be able to win the particular Scène Car fairly quickly. </li><li>You need to spin a tire in the on line casino and, if of which lands for the proper part, someone can win the automobile. </li><li>As its about RNG gods, you have got a one from twenty potential meant for getting typically the particular Podium auto as being a spin bonus. </li></ul><p>Overall, if you desire the project along with wonderful foundations then of which vehicle is really worth aiming to win.  You have one free turn daily, so just in case you don’t find the vehicle the can easily consider just as before another day.  If a person\" \"don’t understand exactly precisely what a “fresh” Blessed Wheel feels like, appear at the particular image above; this is attained effortlessly by starting typically the new exclusive session upon introducing GTA 5.  To hold the Podium Vehicle every time in GTA On the web, there’s a small trick you may possibly implement resulting from LaazrGaming.  Find out how you can help to make money recently in order to find rich in a really short place involving time.  Also, if you want to be able to run your individual business in Los Santos, find out exactly how to sign-up like a TOP DOG or a excellent MC President.</p><h3 id=\"toc-13\">Gta Online Podium Car: How In Purchase To Always Win Typically The Blessed Wheel”</h3><p>Often, the particular particular automobile upon this kind of podium is typically well worth a minimum of one zillion us dollars.  While a particular person can’t sell usually the auto regarding the quantity it’s worth, in the majority of cases good to be able to always be in a position to have bragging rights plus a free of cost car.  However, thanks to a latest glitch, Ps gamers can succeed typically the vehicle whenever they rotate the whel employing the simple technique.</p><p>All a person will need to do is try\" \"the particular luck around the Blessed Wheel inside of the Precious stone Casino.  There’s some sort of little trick that can be done to ensure you’re not as reliant quite so much upon luck.  Keep reading through” “regarding details on precisely how to have the existing podium automobile each and just about every time in GTA On-line.  You have to rewrite a tyre inside the casino as well as, if it gets around the appropriate part, you can undoubtedly win the vehicle.</p>','How To Win The Gta Online Podium Automobile With Every Try','','inherit','closed','closed','','212-revision-v1','','','2025-10-03 13:47:00','2025-10-03 06:47:00','',212,'https://lion288slot.com/?p=213',0,'revision','',0),
(214,1,'2025-10-03 13:47:07','2025-10-03 06:47:07','<meta name=\"description\" content=\"We have gotten the actual podium vehicle all-around four or 5 times that way. \"/><h1>How In Order To Win The Vehicle In Gta A Few Casino Win Usually The Gta On-line Podium Vehicle-大连莱立佰信息技术有限公司</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">New Glitch Enables Playstation Users To Be Able To Win The Podium Car Every Time</a></li><li><a href=\"#toc-1\">Steal A Brainrot Admin Events Start Time</a></li><li><a href=\"#toc-2\">How To Win The Podium Car Every Time Within Gta Online After Last Dose Update</a></li><li><a href=\"#toc-3\">“gta Online Blessed Steering Wheel Glitch And Precisely How To Win Typically The Podium Car</a></li><li><a href=\"#toc-4\">Gta Online</a></li><li><a href=\"#toc-5\">Gta Online Podium Automobile Just For This Specific Week, Including\" \"Making Use Of The Fortunate Wheel</a></li><li><a href=\"#toc-6\">Gta Online: Precisely How To Win This Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-7\">Gta</a></li><li><a href=\"#toc-8\">\"gta Online Lucky Wheel Glitch And Precisely How To Win The Particular Podium Car</a></li><li><a href=\"#toc-9\">Steal A New Brainrot Update 8 (bubblegum Machine) Area Notes</a></li><li><a href=\"#toc-10\">Are Presently There Any Risks Included In Using The Gta Online Lucky Tyre Glitch? </a></li><li><a href=\"#toc-11\">How To Achieve Success The Scène Automobile Whenever Within Gta Online Following Cluckin Bell Village Raid Update? </a></li><li><a href=\"#toc-12\">Gta Online: The Best Way To Win The Specific Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-13\">Gta Online Podium Vehicle: How In Purchase To Always Get Typically The Blessed Wheel”</a></li><li><a href=\"#toc-14\">Gta Online Podium Car: The Right Way To Usually Do Well The Fortunate Wheel</a></li><li><a href=\"#toc-15\">Jul Just How To Get The Particular Podium Car Whenever In Gta On-line After Final Dosage Update</a></li><li><a href=\"#toc-16\">When Will\" \"The Particular Gta Online Podium Car Reset? </a></li><li><a href=\"#toc-17\">Games Fuze</a></li><li><a href=\"#toc-18\">When Will The Gta Online Scène Car Reset</a></li><li><a href=\"#toc-19\">Overwatch 2 Loot Boxes Obtain A Brand New Small Change Of Which Will Guarantees Much Better Rewards</a></li><li><a href=\"#toc-20\">How To Win The Particular Podium Car Every Time In Gta Online After Cluckin Bell Farm Raid Update? </a></li><li><a href=\"#toc-21\">Easy Trick To Earn Gta Online\'s Scène Vehicle Every Time</a></li><li><a href=\"#toc-22\">What Are The Chances Of Getting A New Podium Vehicle In The Lucky Wheel? </a></li><li><a href=\"#toc-23\">Are Right Right Now There Any Dangers Contained In Employing The Gta On The Internet Blessed Tyre Glitch? </a></li><li><a href=\"#toc-24\">Gta Online Scène Vehicle: How To Always Win The Particular Lucky Wheel</a></li><li><a href=\"#toc-25\">Are There Any Hazards Included In Using The Gta Online Blessed Tyre Glitch? </a></li><li><a href=\"#toc-26\">How To Get The Podium Car Every Time</a></li><li><a href=\"#toc-29\">Gta Online Podium Car This Week (5 June</a></li><li><a href=\"#toc-31\">Gta Online – Just What Will Be The Particular Podium Vehicle This Kind Of Week?\"</a></li></ul></div><p>Check out our Just about every single week Revise manual that lists all” “from the advantages and problems added this few days.  You could in addition visit typically typically the Gun Van web page to be able to find out right now there where it really is certainly, and what’s throughout stock this week.  That’s almost everything covered about how exactly accurately to succeed the Casino auto anytime in GTA 5\" \"On the web.  Once which is definitely paid, players could freely spin plus rewrite the steering wheel when every twenty-four hours in genuine world.</p><p>To set this particular upward, you need the actual Lucky Tyre being resting in the particular Clothes wedge two parts to the right with the Auto wedge, as dreamed above.  It offers a medium-high speeding stat beyond the rate stat is merely a little bit behind this.  Overall, in case you want the project with excellent foundations then that will vehicle is really worth seeking to succeed.  You purchase 1 free rotate every day, so when a person don’t receive the car an individual could try once a lot more tomorrow.  If a new person don’t understand specifically what a “fresh” Lucky Wheel seems such as, look with the image previously mentioned; this specific is definitely achieved very very easily by starting a new new personal period upon releasing GTA 5.</p><h2 id=\"toc-0\">New Glitch Permits Playstation Users In Order To Win The Scène Car Every Time</h2><p>If done appropriately, the Lucky Tire will slowly move once and land on the Vehicle pitching wedge, as shown inside the gif over.  You might need to research with your time to get this working, but since before you may quickly quit the game in the event you don\'t land on the automobile prize you\'re targeting then reload another go.  From GTA Online new autos from the scène, GTA$, RP, and even more, there are many excellent items you will get hold of, so an individual don\'t want to be able to wait the 24 hour cool down period every period you have some sort of spin of the particular wheel.  Helpfully that will doesn\'t have to be the particular case, as we have a method that provides you much even more control over the particular prize you eliminate.  However, inspite of being free, attaining the Podium motor vehicle is challenging mainly because you have to be able to succeed it 1st <a href=\"https://mostbet-india24.in/\">mostbet login</a>.</p><ul><li>Once players” “follow the pattern correctly, the actual wheel should give up exactly at typically the particular podium car, awarding players one other fixed of rims in GTA On the web. </li><li>Keep reading through” “regarding details upon precisely how to have the existing podium automobile each and just about every time in GTA On-line. </li><li>As it is approximately RNG gods, you will find a one in something like 20 possible for getting the particular Podium car considering that a spin reward. </li></ul><p>With this specific trick, you don’t must be worried regarding beating typically the 20 within one\" \"odds.  As long while you follow these strategies, you need to be able to be able to be able to be capable of being competent to get typically the Scène Car very quickly.  However, there’s the truth is the way that may perhaps let you earn generally the Podium Automobile from the Fortunate Steering wheel just about all typically the time.  Editorial independence is definitely fundamental to the search, allowing us to be able in order to deliver unbiased verdicts on products inside addition to firms while steering crystal clear of” “clashes of interest.  Our content staff sticks to be able to into a stringent editorial policy to be able to uphold this rule.</p><h3 id=\"toc-1\">Steal A Brainrot Admin Events Begin Time</h3><p>As a result, game enthusiasts try their luck on the Lucky Steering wheel with the hope of snagging an exquisite car to resell or put to their series.  The GTA Upon the web Blessed Wheel blemish provides become known by simply players because the start from the on line casino, and because of how it performs it is usually a tough exploit for Rockstar to counter.  However, it’s” “constantly feasible that a fresh hotfix could become deployed to minimize this kind of\" \"sooner or later, so use that will (responsibly) while a person can to make sure typically the prize of your ambitions evolves into a fact.</p><ul><li>Once you look with the particular particular history concerning cars that may possibly have been towards the podium, $500 is truly a small price to fund potentially winning various dollar vehicle mostbet app. </li><li>If an individual execute this properly, the Lucky Car tire should spin slowly and gradually and stop along with the Podium automobile reward. </li><li>But you will update this section with all the new Online casino Podium car since soon as Plot notes are unveiled. </li><li>It takes substantial luck to obtain typically the rare car nevertheless, a new GTA content founder worked out how to usually win the Fortunate Wheel every one time with a new simple technique. </li></ul><p>The podium vehicle is usually\" \"the particular grand prize around the tyre should an individual manage in order to land on of which.  While an individual can’t sell typically the car regarding typically the volume it’s really worth, it is going to always end up being good in order to include bragging privileges plus a free involving charge car.  As it is approximately RNG gods, you will find a one in anything like 20 prospective for getting typically the Podium car due to the fact a spin prize.  While these typically are difficult possibilities, will be generally there a way to win the Casino Car every period in GTA your five Online?  So, examine out each of our explained learn almost everything about this along along along with this week’s Internet casino Podium car switch <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><h3 id=\"toc-2\">How To Win The Podium Vehicle Every Time Throughout Gta Online Following Last Dose Update</h3><p>This signifies that you ought to win the motor vehicle a minimum of as rapidly as for every single twenty five times a person be involved in.  Keep reading through for details about how to get the current podium car each and every time in GTA Online.  To employ the GTA On the web Lucky Wheel blemish, you need to be willing to swiftly\" \"leave the game in case the results of typically the spin is not really the one you desire.  To do this specific, interact with typically the Lucky Wheel then push the still left stick up in addition to down to give this a spin, prior to getting ready for the next step.</p><ul><li>The player can spin and rewrite the wheel for free after obtaining a one-time standard casino membership regarding $500. </li><li>However, there is a approach that an person can almost assure that you’ll get the particular automobile every individual moment. </li><li>You could spin the Lucky wheel at Diamonds Casino once every single day with all the Podium car changing within a week. </li><li>As always, gamers can simply spin typically the Lucky Wheel throughout The Diamond Casino & Use succeed the highly desired\" \"Podium Car. </li><li>With typically the Lucky Wheel starting inside the proper location, interact along with this then wait around several seconds by if the spin and even rewrite prompt appears before quickly transferring typically the kept stick. </li></ul><p>Thanks to GTA Online posts creator LaazrGaming, it’s possible to adhere to the set of fundamental procedure for ensure a good individual win this particular week’s Podium Car.  Here’s anything about this particular specific week’s GTA On-line Podium Automobile and the way to get this specific effortlessly each moment.  With the modern Scène Cars rotating just about every week, GTA gamers are up regarding a wild rotate each week.  You can spin the Lucky wheel at Precious stone Casino once every day together with the Scène car changing throughout a week.  As it is upward to RNG gods, you have some sort of one out of 20 chance of receiving the Scène car being a\" \"spin reward.</p><h2 id=\"toc-3\">“gta Online Fortunate Steering Wheel Blemish And Precisely Just How To Win Normally The Podium Car</h2><p>Players should become aware that it’s an AI-driven randomized process that may not really be predicted implementing any kind regarding calculations.  Players are usually not necessarily guaranteed to succeed the podium auto on every try out, and even this trick may possibly possibly not assist COMPUTER.  It should be noted that this specific should be done inside a private foyer, since the tyre should be fresh in addition to empty.  As extended while you follow these steps, you need to be able to be able to win the particular Scène Car quite quickly.  However, there’s actually a method that could let a person win the Scène Auto from your own Lucky Tire just about all the time.</p><ul><li>It must be noted that this has to be done throughout a private reception, since the wheel must be fresh in addition to empty. </li><li>Neeraj believes that GTA Vice Town is ideal for beginners seeking to get acquainted with the open-world genre. </li><li>It should be mentioned that this provides to be done in a private foyer, since the wheel requirements to be clean and unused. </li><li>As usually, players may rewrite the Lucky Wheel in Usually the particular Diamonds Casino & Make use of win typically the highly sought-after Scène Car. </li></ul><p>To get started, participants need to pay a one-time normal casino membership price of $500.  If a person don’t succeed typically the Podium auto around the very first attempt, you can find the 8F Painter from Rock-star Games’ official internet site without any main circumstances.  Or, you are able to detach your video game from the world wide web prior to the Lucky Wheel stops and actually restart the strategy once more.  The Diamonds Gambling establishment Lucky Wheel comprises of some kind of total regarding 20 rewards, and even only one regarding these people may possibly be the Podium automobile.  Neeraj, some sort of Grand Theft Auto writer, has penned over a thousands of articles for Sportskeeda in the final two years, gathering an impressive 5+ million views.  His dedication to typically the craft has attained him the title associated with a content professional under the Esports &amp; Gaming section.</p><h3 id=\"toc-4\">Gta Online</h3><p>If participants win a car, they just need to select wherever they want the auto to be transported this means you will be shipped to the selected residence automatically.  Once that they win, the scène will always be vacant for participants which may have won this particular with one identity ahead of the following upgrade.\" \"[newline]You can spin the particular Lucky wheel in Diamond Casino once every day moment using the” “Scène car changing inside the week.  As it really is usually around RNG gods, there is a one inside 20 chance concerning obtaining the Podium auto since the spin incentive.</p><ul><li>Think from this like a time face and an individual will be placing the termes conseillés in the upon the lookout regarding o’clock position and even even moving it lower to the 6 o’clock position. </li><li>Find away precisely just how a person can make cash this full week inside order to get rich in an exceedingly excellent extremely short spot of time. </li><li>The GTA On-line Lucky Wheel glitch has recently been known by players since usually the start together with the online on line casino, and thus showing precisely how functions it can easily be a awful exploit for Rock-star to counter. </li><li>Follow this unique method within just GTA On typically the world wide website and you may possibly quickly always become auto parking some sort of flash brand brand new ride inside the car port, completely with no price. </li><li>If a person don’t understand specifically what a “fresh” Lucky Wheel looks such as, look in the image above; this specific will be achieved very effortlessly by starting a new new new non-public period upon introducing GTA 5. </li></ul><p>Or, you could detach your current game on the web ahead of the Fortunate Wheel stops and perhaps restart the treatment again.  The Treasured stone Casino Blessed Wheel includes many sort of overall of 20 advantages, and just one associated with all of all of them may be the Podium auto.  This week in GTA Online, gamers will be able to win an Ocelot Ardent from the Lucky Tyre.  As a sporting activities car, the Die hard is a worthy vehicle with outstanding velocity, braking, plus managing.</p><h2 id=\"toc-5\">Gta Online Podium Vehicle Just For This Week, Including\" \"While Using Fortunate Wheel</h2><p>GTA Online will always be usually a lot involving various activities plus objectives just about every game player is able to do in the game.  One of these people is gathering uncommon cars that will a person can present off in order to typically the close friends or even also other about the web players you’ve but in in an attempt to meet.  There’s a fresh 1 in 20 chance of generating usually the automobile showcased on the scène throughout GTA Online, however whether a person don’t get you\" \"can still get absolutely funds, clothing points, in addition to bonus RP.</p><ul><li>GTA Online offers a wide array of in-game ui activities for participants to stay committed to the game regarding a long moment. </li><li>As typically the label suggests, typically the particular Lucky Wheel may be just about the most uncomplicated betting methods accessible to be capable to players in the particular online casino. </li><li>If you prefer to be able to follow the steps in a video file format, look in Laazr’s detail by detail manual that we’ve supplied below. </li><li>This makes certain that you need to earn your vehicle from minimum once for almost every twenty-five occasions an individual participate in. </li></ul><p>If a person don’t would like to go away things to likelihood, there is a method an individual may work with which in convert pretty much warranties you’ll win the Podium Car every period.  To established this kind of up, someone need the Lucky Tire to be resting around the particular Clothes wedge two areas for that correct involving the Vehicle sand wedge, as imagined above.  If the actual Blessed Wheel truly truly does land on Key, you can quickly see what precisely your reward is going to be and then follow the procedure below for one other go if you’re unsatisfied using the outcome.  Head to be able to most of the particular Lucky Wheel within the Diamond Betting organization and you require the wheel type to have clothing with the top rated, with all the current 50k part left and two, five-hundred RP section to the appropriate.  Using this type of\" \"technique boosts your very own likelihood of earning considerably and reseting commonly the overall sport implies a person may theoretically obtain every single time.</p><h2 id=\"toc-6\">Gta Online: How To Win The Actual Lucky Wheel Scène Car Every Time</h2><p>Players are not guaranteed to be able to win the podium car in each consider, and this strategy may not operate on PC.  It should be mentioned that this has to be required for a private lobby, since the wheel requires to be fresh and unused.  If you don’t gain the Podium automobile on the very first try, you might acquire the 8F Drafter from Rockstar Games’ official internet site with no any major situations.</p><ul><li>Once a person look at the great cars that have been regarding the podium, $500 is actually some sort of small price in order to pay for probably winning a thousand dollar vehicle. </li><li>While someone can’t market usually the auto with regard to the amount it’s worth, it will always be good to always end up being capable of include bragging rights plus the cost-free car. </li><li>As constantly, gamers can rotate the particular Fortunate Tyre inside Typically the certain Diamond Casino & Use win the particular highly sought-after Scène Car. </li><li>However, most of typically the steps remain the actual same, and elderly users can rapidly manage the company new trick. </li><li>If done correctly, the particular Lucky Wheel may slowly rotate whenever and land regarding the Vehicle pitching wedge, as demonstrated in the gif above. </li></ul><p>The Podium Vehicle is possibly 1 of most of the finest deals amongst men and women, with almost each and every GTA Online man  or woman eager to obtain their very own fingers on of which usually week’s car forward of it runs out.  However, we have a\" \"brand new method that an individual could almost assure that you’ll acquire typically the automobile every individual time.  The potential for winning the particular scène vehicle without any kind of exclusive method is certainly 1 in makes.  This makes positive that you must generate your vehicle from minimum once for almost every twenty-five times an individual perform.</p><h3 id=\"toc-7\">Gta</h3><p>But we may update this part along with the particular new Online on line casino Podium car if Patch notes will certainly be revealed.  That’s almost everything included about precisely how to win” “the Casino car each and every time in GTA your current five Online.  The gamer can rewrite typically the steering wheel at no expense right after acquiring a one period basic casino regular membership for $500.  However, each account may possibly possibly only employ that once every single 24 hours of real life period.</p><ul><li>Iain formerly joined up with Future throughout the summer season to write instructions for CVG, PSM3, and Xbox World, before moving frontward to participate GamesRadar within 2013 as Recommendations Editor. </li><li>One of most of them is usually collecting unusual autos that a individual can present off to your friends or perhaps perhaps even some other on the net players you’ve yet to satisfy. </li><li>If the wheel is not necessarily in this particular position, an individual must join another session (preferably an Invite Only lobby) and check once again. </li><li>Editorial independence is usually fundamental for the quest, allowing everyone to deliver unprejudiced entendement on products plus companies whilst remaining away by conflicts of attention. </li><li>If a person don’t would just like to leave items to chance, generally right now there is a approach a person can utilize which in turn quite much guarantees you’ll win typically the Scène Car every time. </li><li>To obtain the Podium Vehicle each and every time in GTA On the web, there\'s a very little trick you can implement due to LaazrGaming. </li></ul><p>Move the left analog keep left and next down, adopting the curvity of the film-based stick.  If you would like more, check away each of our GTA+ Returns webpage just regarding this month mainly because well.  Another Dinka is around the podium this few days, this time it’s the Dinka Postlude and this type of vehicle is really worth paying attention in order to.  Yes, at their particular basic level usually the brakes are extremely poor – despite the fact that this can finish up being fixed with a few updates at Los Santos Customs.</p><h2 id=\"toc-8\">\"gta Online Lucky Tire Glitch And Exactly How To Win Typically The Podium Car</h2><p>To have the Podium Vehicle each and every time in GTA On the internet, there\'s a tiny trick you can easily implement as a result of LaazrGaming.  Also, if you need to run your own company\" \"inside Los Santos, find out how to register as a CEO or a great MC President.\"</p><ul><li>If you’re considering acquiring your current practical one more vehicle, think about a look inside our manual on the prize trip for this 7 days. </li><li>Helpfully that doesn\'t have to be typically the case, as we have a method that provides you much more control over typically the prize you take away. </li><li>Here’s anything about this kind of specific week’s GTA On-line Podium Vehicle and the way to get this particular effortlessly each moment. </li><li>While practically all players challenge in order to be able to win the leading prize and get home the Scène car, a GTA content creator offers figured out precisely how to rig the particular Lucky Wheel each single single period employing a simple strategy. </li><li>When he\'s certainly not playing video online games or writing intended for Sportskeeda, he enjoys studying history or practicing fighting styles this kind of as kickboxing and even Muay Thai. </li></ul><p>Importantly, you’ll desire to use usually the “9 to be able to 6th method” in order to win the GTA On-line Podium vehicle (thanks, YouTuber BullSheepParty).  Move the still left analog stick left and then straight down, pursuing the curvity in the analog keep.  As always, gamers can simply spin the Lucky Wheel inside The Diamond On line casino &amp; Use earn the highly sought-after\" \"Scène Car.  The podium vehicle will always be definitely the fantastic award on usually the tyre in case you handle to land on that.</p><h3 id=\"toc-9\">Steal A Brainrot Update 8 (bubblegum Machine) Patch Notes</h3><p>However, most of the actions remain a similar, and even old users may easily cope together with the new trick.  Although this vehicle is technically free, gamers must first succeed it in the particular Lucky Draw competitors.  As the Fortunate Wheel contains a entire of 20 advantages, there\'s just a 5% chance of winning the Podium Vehicle.  Players should remember that it\'s an AI-driven randomized process that cannot be believed using any type of calculations.\" \"[newline]Podium cars are one of the most favored rewards in GTA Online, providing players with a totally free vehicle every week.  Rockstar Games incorporated this reward along with the Lucky Tire in The Diamond Casino &amp; Resort update back throughout July 2019.  Importantly, you\'ll want to be able to use the \"9 to 6 method\" to win the GTA Online Podium car (thanks, YouTuber BullSheepParty).</p><ul><li>Alright, so you want to win typically the particular modern GTA On the internet Podium Wheel nevertheless don’t know throughout which in purchase as a way to start. </li><li>To make employ of the GTA Online Lucky Tyre glitch, you should be ready in order to rapidly quit typically the video game if the results regarding the spin is usually simply not the particular one an specific want. </li><li>Follow this approach in GTA On-line and an individual may soon end up being parking a display new ride in your garage, completely with regard to free. </li></ul><p>Interested throughout learning regarding a lot a lot more weekly bargains and even even chances to win new cars?  Here, we fine detail almost everything Rock-star added to become able to the overall game each week and so you understand accurately what to assume when you jump\" \"straight to Los Santos.  If you prefer to follow the procedures in a online video file format, look from Laazr’s step-by-step manual that we’ve presented below.  If participants win a car, these people just need in order to select where they will want the car to be able to be delivered and it will be delivered in order to the selected property instantly.  Once they get, the podium will certainly be empty regarding players who have received it with one character before the subsequent update.</p><h2 id=\"toc-10\">Are Presently There Any Risks Included In Using The Gta Online Lucky Tire Glitch? </h2><p>If an individual close out the iphone software prior to the game enhancements, it won’t protect your prize, enabling you to definitely try again.  Helpfully that doesn’t need to be the situation, as presently there is a technique that will gives an individual much more control of typically the reward you will get away.  One method to get these rare cars is usually to make an effort to succeed the podium automobile in the Diamond Casino of GTA Online.  It requires massive luck to get\" \"the rare car nevertheless, a GTA content material creator figured out there how to always win the Lucky Tire every single time with a simple technique.  With the Lucky Tire starting within the right location, interact with that then wait four seconds from once the spin prompt appears before quickly relocating the left stay.</p><ul><li>Check out our Just about every single week Update manual that provides all” “from typically the advantages and issues added this few days. </li><li>However, it’s” “constantly feasible that the hotfix may end up being deployed to eliminate that at some stage, so use this specific (responsibly) whilst a great individual can to ensure usually the prize of your goals turns into a truth. </li><li>Thanks in order to the YouTube posts creator, LaazrGaming, an individual may win typically the particular guaranteed Podium auto every week inside the particular Lucky Steering wheel. </li><li>Interested throughout learning concerning a lot even more weekly bargains and even chances to be able to win new cars? </li></ul><p>With the new Podium Vehicles rotating almost every full week, GTA participants are up for some sort of wild spin just about every week.  You may possibly spin the Blessed wheel at Diamond Casino once everyday with the Scène car changing within a week.  However, thanks to a recently available glitch, PlayStation participants can win your vehicle every time that they spin the whel using a simple strategy.  In rare instances the location where the event “week” is longer compared to a week, merely like the most recent one, the particular podium vehicle award reappears after several days of successful it for\" \"the very first time.  Thanks to GTA Online content founder LaazrGaming, it’s possible to follow some sort of set of simple steps to guarantee a person win this week’s Podium Vehicle.  While you may make a mistake on your initial few attempts, after a few practice, you’ll completely master the technique.</p><h3 id=\"toc-11\">How To Succeed The Scène Automobile Whenever Within Gta Online After Cluckin Bell Farmville Farm Raid Update? </h3><p>The Podium car is undoubtedly a single of the best offers every GTA Online player wishes after the Cluckin Bells Farm Raid upgrade.  It is some sort of free reward Rock-star Games offers through the Lucky Tyre inside The Diamonds Casino &amp; Holiday resort.  However, despite being free, acquiring the Podium car is definitely challenging when you have got to win it first.  You get one free spin each day, so if an individual don\'t win the particular vehicle you may try again another day.  When you mind up to the particular wheel and push suitable the d-pad, you\'ll want to wait until the particular \'Use L to be able to spin\' prompt looks in the top rated left of typically the screen and hang on for four mere seconds exactly.  There\'s a brand new Podium Vehicle available in Grand Theft Auto Online, in addition to it\'s available until the new event week begins.</p><ul><li>One solution to get these rare cars is to try and get the podium auto in the Diamond Casino of GTA Online. </li><li>Keep looking at intended for information on how in order to be able to get the existing podium vehicle just about every time in GTA Online. </li><li>As it is way up to RNG gods, you have the one out of 20 probability of getting the Podium car being a\" \"spin and rewrite reward. </li><li>The Diamond Casino inside GTA Online features the Lucky Tyre game wherein members could possibly get the opportunity to get an exceptional auto. </li><li>Thanks to be able to GTA On-line written content creator LaazrGaming, it’s possible to end up being able to abide by a collection regarding basic procedure intended for ensure you generate this week’s Scène Car. </li></ul><p>Until next, you may even examine the exact greatest Auto Purchase location in GTA On the net.  The GTA Across the internet Lucky Steering wheel glitch has recently been known by players since almost all of the stop off with the particular on the internet casino, in addition to while a result of how it works this can be a horrible exploit with regard to Rock-star to countertop.  Follow this particular method within GTA In cyberspace and a person may soon always be parking a flash fresh ride within typically the storage area, completely in simply no cost.  Using this particular particular method increases your current possibilities of earning considerably and reseting the particular overall game signifies a person might theoretically get every time.</p><h2 id=\"toc-12\">Gta Online: The Best Way To Win The Specific Lucky Wheel Scène Car Every Time</h2><p>Gfinityesports. com started since a community platform for competitive gamers to engage, perform &amp; compete together with like-minded people.  All our editors &amp; writers are enthusiastic gamers with 1000\'s of hours of naughty fun in their favourite titles.  This week in GTA Online, players will be able to win an Ocelot Ardent through the Lucky Wheel.  As a new sports car, the Ardent is a worthy vehicle using impressive acceleration, braking system, and handling.  The player can rotate the wheel for free after purchasing a one-time basic casino membership for $500.</p><ul><li>GTA Online’s Podium Vehicle is usually given a fresh update by Rock-star\" \"Game titles every week within the Diamond Online casino, but which auto is available this week, and how do you guarantee a win within the Blessed Wheel? </li><li>Importantly, you\'ll want to use the \"9 to 6 method\" to win the particular GTA Online Podium car (thanks, YouTuber BullSheepParty). </li><li>As long as you follow these steps, you have to be capable to be able to win the particular Scène Car fairly quickly. </li><li>You need to spin a tire in the on line casino and, if of which lands for the proper part, someone can win the automobile. </li><li>As its about RNG gods, you have got a one from twenty potential meant for getting typically the particular Podium auto as being a spin bonus. </li></ul><p>Overall, if you desire the project along with wonderful foundations then of which vehicle is really worth aiming to win.  You have one free turn daily, so just in case you don’t find the vehicle the can easily consider just as before another day.  If a person\" \"don’t understand exactly precisely what a “fresh” Blessed Wheel feels like, appear at the particular image above; this is attained effortlessly by starting typically the new exclusive session upon introducing GTA 5.  To hold the Podium Vehicle every time in GTA On the web, there’s a small trick you may possibly implement resulting from LaazrGaming.  Find out how you can help to make money recently in order to find rich in a really short place involving time.  Also, if you want to be able to run your individual business in Los Santos, find out exactly how to sign-up like a TOP DOG or a excellent MC President.</p><h3 id=\"toc-13\">Gta Online Podium Car: How In Purchase To Always Win Typically The Blessed Wheel”</h3><p>Often, the particular particular automobile upon this kind of podium is typically well worth a minimum of one zillion us dollars.  While a particular person can’t sell usually the auto regarding the quantity it’s worth, in the majority of cases good to be able to always be in a position to have bragging rights plus a free of cost car.  However, thanks to a latest glitch, Ps gamers can succeed typically the vehicle whenever they rotate the whel employing the simple technique.</p><p>All a person will need to do is try\" \"the particular luck around the Blessed Wheel inside of the Precious stone Casino.  There’s some sort of little trick that can be done to ensure you’re not as reliant quite so much upon luck.  Keep reading through” “regarding details on precisely how to have the existing podium automobile each and just about every time in GTA On-line.  You have to rewrite a tyre inside the casino as well as, if it gets around the appropriate part, you can undoubtedly win the vehicle.</p>','How To Win The Gta Online Podium Automobile With Every Try','','inherit','closed','closed','','212-autosave-v1','','','2025-10-03 13:47:07','2025-10-03 06:47:07','',212,'https://lion288slot.com/?p=214',0,'revision','',0),
(216,1,'2025-10-03 19:05:26','2025-10-03 12:05:26','355690631759493124','355690631759493124','355690631759493124','trash','closed','','','355690631759493124-2__trashed','','','2025-10-03 19:05:28','2025-10-03 12:05:28','',0,'https://lion288slot.com/?p=216',0,'post','',0),
(217,1,'2025-10-03 19:05:26','2025-10-03 12:05:26','355690631759493124','355690631759493124','355690631759493124','inherit','closed','closed','','216-revision-v1','','','2025-10-03 19:05:26','2025-10-03 12:05:26','',216,'https://lion288slot.com/?p=217',0,'revision','',0),
(218,1,'2022-12-25 05:08:22','2022-12-24 22:08:22','<!DOCTYPE html>\n<html>\n<head>\n<style>img { width: 750px; } iframe.movie { width: 750px; height: 450px; }</style>\n<title>Vavada казино лучшие игры и щедрые бонусы для вас</title>\n<meta name=\"description\" content=\"Откройте для себя лучшие игры и щедрые бонусы в казино Vavada. Увлекательные слоты и выгодные предложения ждут вас для незабываемого отдыха!\">\n</head>\n<body>\n<h1>Vavada казино лучшие игры и щедрые бонусы для игроков</h1>\n<p>Попробуйте захватывающие игровые автоматы и настольные игры, которые ждут вас на платформе Vavada казино! Выбор предложений удовлетворит даже самых требовательных игроков. <strong>Насыщенные сюжеты</strong>, <strong>высококачественная графика</strong> и <strong>увлекательный игровой процесс</strong> создают уникальный опыт, который стоит опробовать.</p>\n<p>На Vavada вас ждут <strong>щедрые бонусы</strong>, позволяющие начать игру с дополнительными средствами. Не упустите возможность воспользоваться <em>приветственным бонусом</em> при первом депозите, который открывает доступ к множеству развлечений.</p>\n<p>Каждый день в казино Vavada проходят <strong>турниры</strong> с призами, которые без сомнения поднимут вашу игровую антураж. Соберите свою команду, станьте частью увлекательных соревнований и выигрывайте вместе!</p>\n<p>Регистрируйтесь прямо сейчас и окунитесь в мир увлекательных игр и бесподобных акций! Ваше идеальное времяпрепровождение ждет вас на Vavada казино!</p>\n<h2>Как выбрать лучшие игры в Vavada казино для вашего игрового стиля</h2>\n<p>Оцените ваши предпочтения в играх. Если вам нравятся быстрые результаты и азарт, выберите слоты с высокой волатильностью. Они предлагают большие выигрыши, но риск также выше.</p>\n<p>Если вы предпочитаете спокойный игровой процесс, рассмотрите настольные игры – Blackjack или Рулетку. Эти игры требуют стратегии и дают возможность задуматься перед каждым ходом.</p>\n<p>Обратите внимание на демо-версии. Пробуйте игры без вложений, чтобы оценить их особенности. Таким образом, узнаете, подходят ли они вам.</p>\n<p>Изучите бонусы и акции. Некоторые игры приносят больше бонусов или бесплатных вращений, что может увеличить ваши шансы на выигрыш.</p>\n<p>Также, ознакомьтесь с RTP (Return to Player) процентами. Высокий RTP говорит о том, что игра возвращает большую часть ставок игрокам.</p>\n<p>Проверяйте отзывы других игроков. Как правило, опыт других пользователей может дать представление о реальных шансах на успех и общих эмоциях от игры.</p>\n<p>Не забывайте о лимитах и управляйте своим бюджетом. Устанавливайте границы потерь и придерживайтесь их, чтобы игровой процесс оставался приятным.</p>\n<h2>Какие бонусы доступны новым и постоянным игрокам Vavada</h2>\n<p>Новые игроки в Vavada могут рассчитывать на щедрый приветственный бонус, который включает в себя удвоение первого депозита. Это отличный способ начать игру с дополнительными средствами, что увеличивает шансы на выигрыш.</p>\n<p>Кроме того, Vavada предлагает фриспины на популярные слоты в рамках приветственного пакета. Это дополнительный шанс попробовать различные игры без риска потерять свои деньги.</p>\n<p>Постоянные игроки также не останутся без внимания. Каждую неделю они могут воспользоваться акциями и получать бонусы на депозиты. Например, в определённые дни доступен 50% бонус на пополнение счёта.</p>\n<p>Регулярные турниры с большими призовыми фондам позволяют участникам не только продемонстрировать свои навыки, но и выиграть дополнительные награды. Для этого достаточно зарегистрироваться и принимать участие в турнирах.</p>\n<p>Лояльные игроки могут заработать кэшбэк на проигрыши, что делает игру менее рискованной. Это означает, что часть потерь возвращается на счёт, улучшая общее впечатление от игры.</p>\n<p>На Vavada также работает программа лояльности, где за ставки начисляются баллы, которые можно обменивать на реальные деньги или бонусы. Чем активнее играешь, тем выше статус и больше привилегий.</p>\n<h2>Как максимально использовать бонусы и акции в Vavada казино</h2>\n<p>Изучайте условия акций. Перед тем как активировать бонус, обязательно прочитайте правила его использования. Знайте, какие игры участвуют в акциях, и каковы требования по ставкам.</p>\n<p>Регулярно проверяйте расписания акций. Vavada казино предлагает множество бонусов, которые доступны только в определённые дни. Подписка на рассылку поможет вам оставаться в курсе свежих предложений.</p>\n<p>Используйте все доступные бонусы. Не пропускайте возможность получить приветственные предложения, кэшбэк и фрибеты. Это увеличит ваши шансы на выигрыш без дополнительных затрат.</p>\n<p>Следите за программой лояльности. Накопленные баллы можно обменивать на реальные деньги или вывести в виде фрибетов, что сделает вашу игру ещё более выгодной.</p>\n<p>Не забывайте о времени. Некоторые бонусы имеют ограниченный срок действия. Используйте их как можно быстрее, чтобы избежать потери выгоды.</p>\n<p>Если вам необходимо получить доступ к сайту, воспользуйтесь <a href=\"https://vavadaonline14.com/\">vavada зеркало</a>. Оно поможет обойти возможные блокировки и не упустить шанс на бонусы.</p>\n</body>\n</html>','Vavada Casino','','publish','closed','','','vavada-casino-2','','','2025-10-03 22:18:00','2025-10-03 15:18:00','',0,'https://lion288slot.com/?p=218',0,'post','',0),
(219,1,'2025-10-03 22:18:00','2025-10-03 15:18:00','<!DOCTYPE html>\n<html>\n<head>\n<style>img { width: 750px; } iframe.movie { width: 750px; height: 450px; }</style>\n<title>Vavada казино лучшие игры и щедрые бонусы для вас</title>\n<meta name=\"description\" content=\"Откройте для себя лучшие игры и щедрые бонусы в казино Vavada. Увлекательные слоты и выгодные предложения ждут вас для незабываемого отдыха!\">\n</head>\n<body>\n<h1>Vavada казино лучшие игры и щедрые бонусы для игроков</h1>\n<p>Попробуйте захватывающие игровые автоматы и настольные игры, которые ждут вас на платформе Vavada казино! Выбор предложений удовлетворит даже самых требовательных игроков. <strong>Насыщенные сюжеты</strong>, <strong>высококачественная графика</strong> и <strong>увлекательный игровой процесс</strong> создают уникальный опыт, который стоит опробовать.</p>\n<p>На Vavada вас ждут <strong>щедрые бонусы</strong>, позволяющие начать игру с дополнительными средствами. Не упустите возможность воспользоваться <em>приветственным бонусом</em> при первом депозите, который открывает доступ к множеству развлечений.</p>\n<p>Каждый день в казино Vavada проходят <strong>турниры</strong> с призами, которые без сомнения поднимут вашу игровую антураж. Соберите свою команду, станьте частью увлекательных соревнований и выигрывайте вместе!</p>\n<p>Регистрируйтесь прямо сейчас и окунитесь в мир увлекательных игр и бесподобных акций! Ваше идеальное времяпрепровождение ждет вас на Vavada казино!</p>\n<h2>Как выбрать лучшие игры в Vavada казино для вашего игрового стиля</h2>\n<p>Оцените ваши предпочтения в играх. Если вам нравятся быстрые результаты и азарт, выберите слоты с высокой волатильностью. Они предлагают большие выигрыши, но риск также выше.</p>\n<p>Если вы предпочитаете спокойный игровой процесс, рассмотрите настольные игры – Blackjack или Рулетку. Эти игры требуют стратегии и дают возможность задуматься перед каждым ходом.</p>\n<p>Обратите внимание на демо-версии. Пробуйте игры без вложений, чтобы оценить их особенности. Таким образом, узнаете, подходят ли они вам.</p>\n<p>Изучите бонусы и акции. Некоторые игры приносят больше бонусов или бесплатных вращений, что может увеличить ваши шансы на выигрыш.</p>\n<p>Также, ознакомьтесь с RTP (Return to Player) процентами. Высокий RTP говорит о том, что игра возвращает большую часть ставок игрокам.</p>\n<p>Проверяйте отзывы других игроков. Как правило, опыт других пользователей может дать представление о реальных шансах на успех и общих эмоциях от игры.</p>\n<p>Не забывайте о лимитах и управляйте своим бюджетом. Устанавливайте границы потерь и придерживайтесь их, чтобы игровой процесс оставался приятным.</p>\n<h2>Какие бонусы доступны новым и постоянным игрокам Vavada</h2>\n<p>Новые игроки в Vavada могут рассчитывать на щедрый приветственный бонус, который включает в себя удвоение первого депозита. Это отличный способ начать игру с дополнительными средствами, что увеличивает шансы на выигрыш.</p>\n<p>Кроме того, Vavada предлагает фриспины на популярные слоты в рамках приветственного пакета. Это дополнительный шанс попробовать различные игры без риска потерять свои деньги.</p>\n<p>Постоянные игроки также не останутся без внимания. Каждую неделю они могут воспользоваться акциями и получать бонусы на депозиты. Например, в определённые дни доступен 50% бонус на пополнение счёта.</p>\n<p>Регулярные турниры с большими призовыми фондам позволяют участникам не только продемонстрировать свои навыки, но и выиграть дополнительные награды. Для этого достаточно зарегистрироваться и принимать участие в турнирах.</p>\n<p>Лояльные игроки могут заработать кэшбэк на проигрыши, что делает игру менее рискованной. Это означает, что часть потерь возвращается на счёт, улучшая общее впечатление от игры.</p>\n<p>На Vavada также работает программа лояльности, где за ставки начисляются баллы, которые можно обменивать на реальные деньги или бонусы. Чем активнее играешь, тем выше статус и больше привилегий.</p>\n<h2>Как максимально использовать бонусы и акции в Vavada казино</h2>\n<p>Изучайте условия акций. Перед тем как активировать бонус, обязательно прочитайте правила его использования. Знайте, какие игры участвуют в акциях, и каковы требования по ставкам.</p>\n<p>Регулярно проверяйте расписания акций. Vavada казино предлагает множество бонусов, которые доступны только в определённые дни. Подписка на рассылку поможет вам оставаться в курсе свежих предложений.</p>\n<p>Используйте все доступные бонусы. Не пропускайте возможность получить приветственные предложения, кэшбэк и фрибеты. Это увеличит ваши шансы на выигрыш без дополнительных затрат.</p>\n<p>Следите за программой лояльности. Накопленные баллы можно обменивать на реальные деньги или вывести в виде фрибетов, что сделает вашу игру ещё более выгодной.</p>\n<p>Не забывайте о времени. Некоторые бонусы имеют ограниченный срок действия. Используйте их как можно быстрее, чтобы избежать потери выгоды.</p>\n<p>Если вам необходимо получить доступ к сайту, воспользуйтесь <a href=\"https://vavadaonline14.com/\">vavada зеркало</a>. Оно поможет обойти возможные блокировки и не упустить шанс на бонусы.</p>\n</body>\n</html>','Vavada Casino','','inherit','closed','closed','','218-revision-v1','','','2025-10-03 22:18:00','2025-10-03 15:18:00','',218,'https://lion288slot.com/?p=219',0,'revision','',0),
(221,1,'2023-03-26 12:16:27','2023-03-26 05:16:27','<!DOCTYPE html>\n<html>\n<head>\n<style>img { width: 750px; } iframe.movie { width: 750px; height: 450px; }</style>\n<title>Гид по скачиванию и установке Jozz Casino</title>\n<meta name=\"description\" content=\"Узнайте, как скачать и установить Jozz Casino: пошаговая инструкция, системные требования и полезные советы для быстрого начала игры.\">\n</head>\n<body>\n<h1>Инструкция по скачиванию и установке Jozz Casino</h1>\n<p><strong>Скачивание и установка Jozz Casino</strong> – процесс простой и доступный для каждого пользователя, желающего насладиться качественными игорными услугами. Начните с посещения официального сайта, выбрав раздел с программным обеспечением. Найти нужную информацию можно в несколько кликов, ведь разработчики обеспечили интуитивное меню навигации.</p>\n<p>После того как вы нашли ссылку на скачивание, просто нажмите на нее, чтобы начать загрузку инсталлятора. Файл небольшого размера скачивается быстро. Откройте загруженный файл, чтобы приступить к установке. Программа предложит несколько простых шагов, которые помогут вам настроить свой гейминг-процесс под индивидуальные предпочтения.</p>\n<p>Обратите внимание, что для безопасной и корректной работы Jozz Casino убедитесь, что на вашем устройстве установлено обновленное антивирусное ПО. Это важно для защиты от потенциальных угроз и обеспечивает бесперебойную работу казино. Программа установки самостоятельно предложит удобные инструкции по настройке, что позволит быстро запустить приложение и насладиться игровыми возможностями.</p>\n<p>Скачав и установив Jozz Casino, вы получите доступ к множеству азартных программ и игр, а также сможете воспользоваться бонусными программами, которые регулярно обновляются. Процесс регистрации внутри приложения занимает несколько минут. Убедитесь, что вы вводите достоверные данные для безопасных транзакций и игры.</p>\n<h2>Проверка совместимости устройства и системных требований</h2>\n<p>Убедитесь, что ваше устройство соответствует требованиям для установки Jozz Casino. Проверьте операционную систему. Для устройств на Android минимальная версия должна быть 5.0 и выше; для iOS подойдут версии 9.0 и выше. Если вы используете компьютер, операционная система должна быть не ниже Windows 7 или Mac OS X 10.9.</p>\n<p>Объем свободного места на устройстве также играет ключевую роль. Рекомендуется иметь не менее 100 МБ доступного пространства. Это обеспечит стабильную работу приложения и его обновлений. Проверьте оперативную память: для мобильных устройств минимум должен составлять 1 ГБ, а для компьютеров – 2 ГБ.</p>\n<p>Проверьте стабильность и скорость интернет-соединения. Для комфортной игры понадобится минимальная скорость 3 Мбит/с. Если вы пользуетесь мобильным интернетом, убедитесь, что у вас нет ограничений по трафику, чтобы избежать дополнительных расходов.</p>\n<p>Если ваше устройство соответствует всем упомянутым параметрам, можете переходить к следующему этапу – установке приложения Jozz Casino. В противном случае рекомендуется обновить или заменить ваше устройство для оптимальной работы приложения.</p>\n<h2>Пошаговая инструкция по скачиванию Jozz Casino</h2>\n<p>Включи устройство и проверь подключение к интернету для стабильной загрузки приложения. Перейди на официальный сайт Jozz Casino и выбери раздел с мобильными приложениями. Убедись, что загружаешь приложение для соответствующей операционной системы твоего устройства – Android или iOS. Нажми кнопку \"Скачать\" и дождись завершения загрузки файла.</p>\n<p>Если ты используешь Android, возможно потребуется переключиться в настройки и разрешить установку приложений из неизвестных источников. Для этого найди раздел безопасности в настройках и активируй соответствующий параметр. Запусти загруженный файл и следуй инструкциям установщика. Дай приложениям разрешение на необходимые функции, такие как доступ к памяти или уведомлениям, если эти запросы будут появляться на экране.</p>\n<p>Для пользователей iOS процедура несколько отличается. Перейди в App Store и используйте поиск для нахождения Jozz Casino. Нажми \"Установить\", и дождись окончания установки приложения. При первом запуске потребуется войти в учетную запись или создать новую, если ты пользовался Jozz Casino ранее. Следуй инструкциям на экране для завершения этого процесса.</p>\n<p>После установки открывай приложение и наслаждайся играми! В случае возникновения вопросов обратись в службу поддержки для получения помощи и рекомендаций.</p>\n<h2>Настройка и запуск приложения Jozz Casino</h2>\n<p>После установки приложения Jozz Casino на устройство, откройте его, чтобы начать процесс настройки. При первом запуске убедитесь, что ваше подключение к интернету стабильно, так как приложение может запросить обновление данных.</p>\n<p>Войдите в свою учетную запись или создайте новую, если у вас еще нет профиля. При регистрации следуйте инструкциям и внимательно вводите данные, чтобы избежать ошибок. После успешного входа настройте параметры игры в соответствии с вашими предпочтениями. Это включает выбор языка интерфейса и уведомлений.</p>\n<p>Позаботьтесь о безопасности вашего аккаунта. Установите надежный пароль и активируйте двухфакторную аутентификацию. Это поможет защитить ваш аккаунт от несанкционированного доступа.</p>\n<p>Для комфортного использования приложения ознакомьтесь с его функционалом. Исследуйте доступные игры и попробуйте их в демо-режиме. <a href=\"https://pinebluffonline.com\">Джозз казино скачать на андроид</a> будет полезно для тех, кто предпочитает играть с мобильного устройства.</p>\n<p>Если у вас возникают проблемы с приложением, свяжитесь с технической поддержкой через встроенную функцию помощи. Не забывайте регулярно обновлять приложение, чтобы воспользоваться всеми новыми функциями и улучшениями.</p>\n</body>\n</html>','Jozz Casino','','publish','closed','','','jozz-casino','','','2025-10-04 00:41:33','2025-10-03 17:41:33','',0,'https://lion288slot.com/?p=221',0,'post','',0),
(222,1,'2025-10-04 00:41:33','2025-10-03 17:41:33','<!DOCTYPE html>\n<html>\n<head>\n<style>img { width: 750px; } iframe.movie { width: 750px; height: 450px; }</style>\n<title>Гид по скачиванию и установке Jozz Casino</title>\n<meta name=\"description\" content=\"Узнайте, как скачать и установить Jozz Casino: пошаговая инструкция, системные требования и полезные советы для быстрого начала игры.\">\n</head>\n<body>\n<h1>Инструкция по скачиванию и установке Jozz Casino</h1>\n<p><strong>Скачивание и установка Jozz Casino</strong> – процесс простой и доступный для каждого пользователя, желающего насладиться качественными игорными услугами. Начните с посещения официального сайта, выбрав раздел с программным обеспечением. Найти нужную информацию можно в несколько кликов, ведь разработчики обеспечили интуитивное меню навигации.</p>\n<p>После того как вы нашли ссылку на скачивание, просто нажмите на нее, чтобы начать загрузку инсталлятора. Файл небольшого размера скачивается быстро. Откройте загруженный файл, чтобы приступить к установке. Программа предложит несколько простых шагов, которые помогут вам настроить свой гейминг-процесс под индивидуальные предпочтения.</p>\n<p>Обратите внимание, что для безопасной и корректной работы Jozz Casino убедитесь, что на вашем устройстве установлено обновленное антивирусное ПО. Это важно для защиты от потенциальных угроз и обеспечивает бесперебойную работу казино. Программа установки самостоятельно предложит удобные инструкции по настройке, что позволит быстро запустить приложение и насладиться игровыми возможностями.</p>\n<p>Скачав и установив Jozz Casino, вы получите доступ к множеству азартных программ и игр, а также сможете воспользоваться бонусными программами, которые регулярно обновляются. Процесс регистрации внутри приложения занимает несколько минут. Убедитесь, что вы вводите достоверные данные для безопасных транзакций и игры.</p>\n<h2>Проверка совместимости устройства и системных требований</h2>\n<p>Убедитесь, что ваше устройство соответствует требованиям для установки Jozz Casino. Проверьте операционную систему. Для устройств на Android минимальная версия должна быть 5.0 и выше; для iOS подойдут версии 9.0 и выше. Если вы используете компьютер, операционная система должна быть не ниже Windows 7 или Mac OS X 10.9.</p>\n<p>Объем свободного места на устройстве также играет ключевую роль. Рекомендуется иметь не менее 100 МБ доступного пространства. Это обеспечит стабильную работу приложения и его обновлений. Проверьте оперативную память: для мобильных устройств минимум должен составлять 1 ГБ, а для компьютеров – 2 ГБ.</p>\n<p>Проверьте стабильность и скорость интернет-соединения. Для комфортной игры понадобится минимальная скорость 3 Мбит/с. Если вы пользуетесь мобильным интернетом, убедитесь, что у вас нет ограничений по трафику, чтобы избежать дополнительных расходов.</p>\n<p>Если ваше устройство соответствует всем упомянутым параметрам, можете переходить к следующему этапу – установке приложения Jozz Casino. В противном случае рекомендуется обновить или заменить ваше устройство для оптимальной работы приложения.</p>\n<h2>Пошаговая инструкция по скачиванию Jozz Casino</h2>\n<p>Включи устройство и проверь подключение к интернету для стабильной загрузки приложения. Перейди на официальный сайт Jozz Casino и выбери раздел с мобильными приложениями. Убедись, что загружаешь приложение для соответствующей операционной системы твоего устройства – Android или iOS. Нажми кнопку \"Скачать\" и дождись завершения загрузки файла.</p>\n<p>Если ты используешь Android, возможно потребуется переключиться в настройки и разрешить установку приложений из неизвестных источников. Для этого найди раздел безопасности в настройках и активируй соответствующий параметр. Запусти загруженный файл и следуй инструкциям установщика. Дай приложениям разрешение на необходимые функции, такие как доступ к памяти или уведомлениям, если эти запросы будут появляться на экране.</p>\n<p>Для пользователей iOS процедура несколько отличается. Перейди в App Store и используйте поиск для нахождения Jozz Casino. Нажми \"Установить\", и дождись окончания установки приложения. При первом запуске потребуется войти в учетную запись или создать новую, если ты пользовался Jozz Casino ранее. Следуй инструкциям на экране для завершения этого процесса.</p>\n<p>После установки открывай приложение и наслаждайся играми! В случае возникновения вопросов обратись в службу поддержки для получения помощи и рекомендаций.</p>\n<h2>Настройка и запуск приложения Jozz Casino</h2>\n<p>После установки приложения Jozz Casino на устройство, откройте его, чтобы начать процесс настройки. При первом запуске убедитесь, что ваше подключение к интернету стабильно, так как приложение может запросить обновление данных.</p>\n<p>Войдите в свою учетную запись или создайте новую, если у вас еще нет профиля. При регистрации следуйте инструкциям и внимательно вводите данные, чтобы избежать ошибок. После успешного входа настройте параметры игры в соответствии с вашими предпочтениями. Это включает выбор языка интерфейса и уведомлений.</p>\n<p>Позаботьтесь о безопасности вашего аккаунта. Установите надежный пароль и активируйте двухфакторную аутентификацию. Это поможет защитить ваш аккаунт от несанкционированного доступа.</p>\n<p>Для комфортного использования приложения ознакомьтесь с его функционалом. Исследуйте доступные игры и попробуйте их в демо-режиме. <a href=\"https://pinebluffonline.com\">Джозз казино скачать на андроид</a> будет полезно для тех, кто предпочитает играть с мобильного устройства.</p>\n<p>Если у вас возникают проблемы с приложением, свяжитесь с технической поддержкой через встроенную функцию помощи. Не забывайте регулярно обновлять приложение, чтобы воспользоваться всеми новыми функциями и улучшениями.</p>\n</body>\n</html>','Jozz Casino','','inherit','closed','closed','','221-revision-v1','','','2025-10-04 00:41:33','2025-10-03 17:41:33','',221,'https://lion288slot.com/?p=222',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(223,0,'2025-10-05 14:06:40','2025-10-05 07:06:40','[{\"term_slug\":\"6e926e99c95cf363c495975d2995f84f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"78dd4d7bebdba8caab9e2ff853b2e7f3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc.i-amphtml-embedded\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bc368a0d8e4c8dc126d5f2d9d376b2d4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"32cbcdc5dfac231079dd911df24735d3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"796859c545b2b8bbc78aaf45428a856a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6c341bfced358c62f6d0507cb02c595c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f74dd261c0bbb601c9c2bebac91866cc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed-legacy>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1103860b579a837033c4baa2578d2cde\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05632efcdb03f348543a908bd58b5208\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d966a13a6b153c2af02d7685435e2191\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7c10c9a7a5da21835a8316b5d7e21491\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b6bd38549de6e60687ba6ef004148ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f49c84f57dc012e17cba9a783b3230c9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b569efb19a9b26f5c0b63aa5ccb6f98\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"98f7f952cdf89436d1fe8bfef9cd1dff\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef16232cb7c2b455dd95878bfef36ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"967f2883d59e1961f74302d034e20363\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper.i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"74cfdfb0b90c5a30a15f515ec5793db1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a15e44da56c1bf79870abe5023b84a95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-action]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d16f8f1a8797a2fe257afdf7e0770c55\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-section]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e1339dfd5ce836fb59343ea2280744a2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e304f4ec3f6df028a03c5a319927aec1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-story .i-amphtml-loader-background\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"90d71052e4e57147bf5c7b77a4474890\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-autocomplete-results\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"4968113fe0bf02feb08d10681aacb08a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c7043094426cc546f37b75044b4c03\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-blurry-placeholder\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ab11958d7828e129dfcc6dacfa6538f6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=nodisplay]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7a56a2da869de0147a3128ae03b6a7ce\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"06e2f1baa02202f8b6e64ae762b52e31\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed][width][height]:not(.i-amphtml-layout-fixed)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"abb7edd7244e18c2bcf1206bc5c2f63b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-responsive\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbb02f9cbe1032d8273f84e1763271ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=responsive][width][height]:not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"02be1b3c96a02bb5618ee00f49035114\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c24de44529a455723b7f5ecfb325e0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"424e38f6208529dda0deca9b5761551b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cf235538b0e34806687ec3e05217f3d7\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c994637899b3260f3b08af60acd30b7e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic .i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"62bbfff47a671421852c730e6e75c52c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-intrinsic-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7956acf2a344f92b5c1d642d96009eba\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"85f1a444eefbab93f26482896ef0517d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed-height\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3763c1d45150b1bb670dcf26f6970f95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"369be1b254f130414b0198b186e5c8e9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"597c7a1cda0081db7abf51f1fff65200\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill.i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7eced3df1f3c799a47532b24d3ae213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fill]:not(.i-amphtml-layout-fill)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0ebb421eab88295615fc41dedf317e93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-flex-item\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac7607581d0bf919bad773c14c4e7f71\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=flex-item]:not(.i-amphtml-layout-flex-item)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cc6617893416bac6381cfe9f2610fa8d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fluid\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05b03d0f41d6c796546f040d56472ad2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"211f493cfc36aa016bbd1cabeedc95b5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-awaiting-size\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"163cff4c70bc46f71881b3e7e66d46a6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1c1a75a4d87a6e5a4195d81919e7df57\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer.i-amphtml-disable-ar\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1bf411fe0f9d7bcf0de1ee9a82af86f8\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"704c2c3a7fab806172501bb0c68b6521\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined .i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ed3a6dc59f746d84ee645c7d70433516\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-replaced-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"851e321f225a5e780c69c1093c4fa080\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3b05a628fc5434156f1011e17f61cfc0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0810e2f827a96c5d28f4a097adf7c065\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"877f1688632ddcb840fcc05b782bfef5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"67ad44335dfff37be43caf4b3ea9055e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-unresolved\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"458cc5f045ce35dfc6b0299062b0487c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-select-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b1461c0ec91cc0e50413fcc3df42893\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a79d184c4bf2c1ac6bdb8b0e03fcbed5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0a26ecf71f42183d674b37f23a3b5f76\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0991ec0e12d22ff55065ce8e97602a6c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1a21b76af7f00d9e2a1d87ea823fc85c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"963b1d5a1619a8e07bd1801383df5fa0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e3127efb582e232b19e444f59b9e3d0b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8c5c0526583da8fd3120c40c995b5f65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"249e96497ba86b7690a59ac6fce8eb65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8eeb3fbf4ea07ba9ef69ad542775dfe1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ffba64de2949b671984b2dc743d51a96\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"509454f95506892bd6c5af346f1b2213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-ghost\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c582270ca7786dd0383fd758b94745cb\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"459a208a950bd2aa1532a3740d8fb094\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5f37837a4a2efd583dc3aaf2f7b3d02f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac2ac0f42aff860bcf2167fd5d01a24e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e8088c8e910743a15e0914acc7bf6e6e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f597934953747370cf60ed592724c062\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1f2047116156cb77916c13f5940f80ac\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element:not(.amp-notsupported)>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"add339ec65b68502249bfa77ca6e7956\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"efa7e3ef4c6af1f35e0cc3157a434732\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1cab7b841eb94d415c495c4e963fd93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a0cd33acd45ade5cdb7b101eec489685\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0a007a258e63e30610eedaf4166cd44\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8a5a9a51902eba28aba28f3dc5d63314\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7627de0161e40639a3284a9da3f07244\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-hidden-by-media-query\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d9b23ae0d737d0ce55e8942c72473c2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86126f5d472d40586dc65e040fe2e388\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error:before\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a2db1da3fca457f573c8f946d2626f15\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9d8399c965095d9dd0683dca6b17cb2a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container.amp-active\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"15a888e79f5e1e182758333e8aed8349\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"207559750b0f3bd71acd406b5d1fe85f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>.i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"931fc2a18a45ccf3690af57d90552e1d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b14ca3eea5c95c289e619458db2381c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6226542c6d4da8e2219b7d1dfab332dc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bd54f11dad81cb6c72d924322908d6d9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow].amp-visible\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8dfc48bb6b9b6286d08e9ddf113eeec6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>amp-analytics\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"100a03e0c840b67977bf9c5decf711fe\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6bf733ed6d30bbd71a9eb5826db12fb4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f83e0253d1d4a0a6a85fd05e763475d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9033f7038081256941379863aae103c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"76433cca2e00a68400373d60cf6f0513\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"62860cb1664e9a052e19f2c545c91c4e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"dcd77f2a6f9f9522e1c5d024186255b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b1ceaa16b0df0f5570ef697609873a03\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3d1578a216bc1f57982436962e7e22d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2ae859ca84bafdf81ddf4108f0f232c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5afa01d22f93dcac5d576ce8bd45077b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3ae64f8e3434e063ffe2801fae615931\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f4e69dbd0d8b48e89d38cb925763e3af\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"588b3e45124d098cb6ef84e7a2a2509a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"63cce02d8c29d0337c989afceaa35a32\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"276cf4eb810de7ce63a2c1032329dc3a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a623af3ecbf5280833e8a65944f6021\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"458c75ece7c3149e05af34e3ce13c76e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0b766511de69da49106546f306e83146\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a521746ec6d166a090c86b115d7a9688\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"39fd6b74c9b4addb2562963f23398dad\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ad082713c5e670893d13526536657b2f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"364a955c675a53398eac5ee4f0967bb4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8f154de0abb014521a8329e9b84963da\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f1c9a63cd2edd37284437774f936ecd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e75555d2e56ff66818510362a844520d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7120a09543cf3b1cca4962415cbff6c0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a483af5fe86e35a9d69e48d2993f6334\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6edacc102ae8a1e31ddc2991ddce6bf2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d39c0df624d09a5c792287e0f51f227\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"59904f207b6dff062b67872b17f7d4dd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"24837ef6bc65a728a01ee4ab44d5b7e5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"802c1720b6074c5e946f4bdc737159bf\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3dc4319f60b4f4ef16fbf8b79a7e4e16\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7b3244efc84e471f4602005024a8a8ff\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f26da11175246dcc7856dd580526c6fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d449ba8f544f21b44c50c472fed4c49f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6d87618514cbe83eba3a5d44afefe9b2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ac9b1134ce514acbef0f3ed832a22621\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9fdc47bfd9582932ee50adf76bc658d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f7f66c19c08db7f71ac4c3b3592ef49\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7f4351c83771c7ca79e45c7880ab4fb9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7d7a8b08ab6cf9f727bd619e503002d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"207153a6d40925603f4a5367794d0109\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"339287f0a393a42ab87ba8689d0e0998\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"44493061bad042ac4ba67ea55f3eb524\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"eb4b318bd9844d1d89a58a46cc5d15cb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"509392f7772bd0608c5fd44a2e494e0a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"332a8e1938e1247c7bfefb180295c8ed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2bd0a89b6e66870cda5f44dfb5bf6ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a83705b718e3abe8610ba6052bf4612c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2449eea9b4ded25bd9ca53a6a33d624c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aeb7d593fee7b735eaff4fd1b27f2d6\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d076791fa344cbb016d3c8b31e5d8a2a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b6af6f71478f43b01f35484551e32945\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"72516e825dc365b1408d36e9c8bc8253\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1cedeb8d3685d736ad04df719bb1d660\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2c677e199534ea996f0fba9bef425ca\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9275ad111ebfa32170791c9b38d87878\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d84eff10f8c6acb764406d5d24447c80\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"67d7e6ac48eed2646ea9316e51e283f1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"820fb7030dbe44f0e5c3c6d203e371f4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7dff93b5c05cc46f2425c8d42d2f6c3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca676852e573e74a1978c177f7150085\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"83ea3f15cc9167b42e0fcec04724b054\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43ee0ffac52a6b0d4bad67b8b1d3bf87\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d79a76b650d973e81c7b34960767ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca1d14259a252803ebfaf57353503759\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6ce7160f4727622b2c86edcc891230e9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4ca8b24c405f053b5bbf36ebafd0ed5e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5c4c552d0f86271fafb6722cc567bfb3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2994859cf57076f43fb88c78280badc\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7d3ee3196bd84b5ec362be9b794c77fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7938e2bf4ebde18e29dd2a934f29df61\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fc3209ef55292b86a63692a7144e979c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"aba801beb8f1700360e8a73cdd02e3e1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4027486a3b922db649366a6445ae906c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43c47de6f7f64a3d1806ab528e57b1fb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1c619d5e444706fe81f0edc8117e194d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3b06a40158ec720c60aedcab7b0bbd0c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aa893f7cd897480267eb6ce1a1136c4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"28737599554d0339f3f7fe7e95b5a748\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d073289ac37ccdd33a71b6e70808a922\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8a42efe8e2f20709f539920fb178e627\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f463cae494b511a99d1609b664719f2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d623e1a116bf6b26764813fb6fa1b687\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e0455c0d2d0fcf810d9f1aa11397479\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"90a77d7d1b6c89c44f5c6dac2d1bd410\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f54b6bc76c3c731a6f6ccad9b2fc5f9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"297fbdada7b69c0ffcba2588fff1daed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f468f4c26258ae0eb1f443e0af89908\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f158b5578094c9ab4b803c978d3f3c12\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7cd55e67301e99cc315d883d0a15e4cd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"327c430718e73ec34fe89fe9e37394b1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c8e40597a77f67d4181bc2ad93d030a2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5dc21845b442abf8caefa2034025b209\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"96f691b9d1c2382cccdc0f16c795eab2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"212eef404e7aecd6bbdb82fa82a7476d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"de2fb5d6ba6e1def48f338808cf8625b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"db737007a0445f4c686fdb4422e37a13\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"55320d73f312c61b7c994e96496d3b89\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"829ad2bcdf43980286bb7b357081d349\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6aa4139b7260887ec367e8326562aa4c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2948a5adde172d5c5cea2b50f288e2ac\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7a2b47de5d5027fc77e03fc082255551\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a5caba6aa7ff2f853d77f355bf552b3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cf00ada513a65ef3aa7076f31704345e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5fa14d0ee5126a2cbafeec1854c4c8ba\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6f0e0df11772639d8e8ec5fd009c17b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2691cd24b0e7ef8cd6b1e34253306431\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e11a26aa2ad342bb36c19b79ab09e93f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"async\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.mjs\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d6511080509f8f89501f92db80d5ad3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.js\",\"crossorigin\":\"anonymous\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a1170acfbe89118b02612d924454ba77\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.mjs\",\"async\":\"\",\"custom-element\":\"amp-anim\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"621a0620cddff518c050f892caa46f15\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.js\",\"crossorigin\":\"anonymous\",\"custom-element\":\"amp-anim\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5df0ca684b4c726043824560780c6d94\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a95a4eaef4c51496030dc7c80a848e52\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2b14c97bdc2b8d0ff2579f955fcc9d3a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"78fc20759507ae314726b15f101df5cc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-anim\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f087b7093b90c6bd722e3cfba2149f9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"26c8ad566f90895dd571588b0206682e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b508819e08ea6a8fcda3f98c23f01085\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bdad24da3f4c1a4afa0263572280427c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f311efde56281d9471cce3b81ab4e2e3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f3f86f7561afc02d31e44fa7c2ae08a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb2ed584b00392ec0d0eb081983ca34e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ddb63efb65b8b25324fe3c3969e3e5eb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"984e4841895598da2bc6d1daada6eca5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e9d17b40cff9db1521a162c30423bc59\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9f0ead2252c5901ec732b22574a63f3f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2945f0d940c0c8e1fdf369171b0879e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"06fc760147e823d12cf4bdafaba06a9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"61fd7bfee89f5c4615cb71511ae35e3d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"124430ff42a8ecf042e36dd43e2cf3df\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0f5e0bba069e85da844f8b31609026f8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"918eec4b45fa9d1fed17bd1bb19dbec2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bb46d10cc26208936ed88a3dd3d855f6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"af5d1b580f4d36fbe1d6df9912ff4f14\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"10a4cf00df02f56f1438ce013ced2704\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"08dd9140033211df73e2eef4abb86e4f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f983dcaa814a264544e60745ec4a3539\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d40a5206c038cd5a080a71d483986592\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"05862b2e9f7ed7c8418dbc3b8a3f2d77\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3aa71fd0e6ce0aa9fccd742ce52f0393\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f1e23af69ac21ac2f5e151d3ff124ae\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fa0e24486ee10c13ad912978627a140d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"867cc544938196af64b79b4ce7e6e4ea\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3330a02bb76f117d7d841adb4f55d9fe\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b015b29921919700cc02f7b3c7736dde\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2122012c8f6ee47f4c3573775f52cd3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9d12273fed7ef05e1ee182c451a877a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"88fd198c377424d3ee98f10c95cb7483\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"290b8b2174564b4852b548e0e11c4a39\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d46432a8cedd60ac210c61410bc6df64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e16ae825fed3c279e2c9d4dccc6586ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b090ad96786f23f68d17bb48d4e10910\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"418f1b22d9c1dfe1bfc3b8c968d3f7c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b33039180d7711dd0ebe40da9c877ff2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"21aece179c2005210caea7862aa9957c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b58234a7798889735ad2aacc728e9ed4\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"23d1ef00083eb55697c4e71fdd3a78c5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ca51678da00f20bdcb04db1b379447dc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb1b0e886f7be10a58e9e71acbd24348\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"94232c49fc235dc5c70009429e05e93f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e54f6ed8723cb33f3550efbfe3018750\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"63e9e7b9a3c5bbba993d76a3958c9758\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d57dfa739733177ca52105a4c47b467a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b8ea83f8844293493697f7db4146029\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7844666f2c3772175df23670a6ca735\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86801a7e55eb84dcf4d6ba9942b6663b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"184507215bcd74f3996a279622328e01\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0c010fc8459d8cb6a328f1a82bcb3a1e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3c34dccfe3d3dd71c9bf53e4ea0dbd9c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a131091640987968f73bc9f01447c6d7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3556b6463a9b6f81ac6550c12513e058\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbd30b70b79b5756957e663945a72606\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b0105ad0880ee321888f8a360b977e13\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8aedabb81fef4a2e08fcd6f55ae408c9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9335249ad09a8c11636b1bf34985547a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3195de98192cc548bb70376e053fbb2e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef3c46a4f96d4382dce19f36ffabdf9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b3e590ab29e330c8db6953b87365dd1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8065060c4500e33edf1fe72ad26441a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7f812c36d7a2a1b6a6e4163e26c6645d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0c78a7ef15d83938758d95bff5859ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"be7d3a22cafa6ecff688708f3794c10b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"24f45739d9a8eebf8f26a17478432585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"03654a8194d1e8f1fef3bf85513596ba\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"948fc80788093a890c0436dd8f3d5fe4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"speculationrules\"},\"text\":\"\\n{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}}]},__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}]}\\n\",\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"speculative-loading.php\",\"line\":242,\"function\":\"wp_print_speculation_rules\",\"hook\":\"wp_footer\",\"priority\":10}]}}]','https://lion288slot.com/jozz-casino/','','publish','closed','closed','','03a24a3fca2e890579f809eaf5c26324','','','2025-10-05 14:06:40','2025-10-05 07:06:40','',0,'https://lion288slot.com/amp_validated_url/03a24a3fca2e890579f809eaf5c26324/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(225,1,'2025-10-05 13:14:00','2025-10-05 06:14:00','<h1 style=\"text-align: center;\"><strong>Lion288 : Mission Digital Baru Level Up Cepat Jadi Champion</strong></h1>\r\n<div style=\"position: absolute; left: -9966px;\"></div>','Lion288','','inherit','closed','closed','','20-revision-v1','','','2025-10-05 13:14:00','2025-10-05 06:14:00','',20,'https://lion288slot.com/?p=225',0,'revision','',0),
(228,1,'2025-10-05 18:12:05','2025-10-05 11:12:05','<meta name=\"description\" content=\"Krótko mówiąc, BLIK stał się idealną opcją płatności dla hazardzistów szukających wygody we bezpieczeństwa. \"/><h1>Kasyno Online Blik Najlepsze Kasyna Z Blikiem W 2025</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Topowe Kasyna Oferującę System Płatności Blik</a></li><li><a href=\"#toc-1\">Dlaczego Blik Jest Tidak Popularny Wśród Polskich Graczy? </a></li><li><a href=\"#toc-2\">Mój Krótki Przegląd Korzyści Kasyno Platnosc Blik</a></li><li><a href=\"#toc-3\">Jak Blik Działa Watts Kasynach Online? </a></li><li><a href=\"#toc-4\">Kod Blik</a></li><li><a href=\"#toc-5\">Am Pm – 150% Do $300 + 50 Darmowych Spinów</a></li><li><a href=\"#toc-6\">Zalety I Wady Korzystania Z Blik W Polskich Kasynach Online</a></li><li><a href=\"#toc-7\">Jak Działa Kasyno Blik? </a></li><li><a href=\"#toc-8\">Które Kasyna Stosują Blik? </a></li><li><a href=\"#toc-9\">Casino Mostbet: Najpopularniejsze Kasyno Z Blikiem Wśród Polaków</a></li><li><a href=\"#toc-10\">Opcje Płatności Za Pośrednictwem Odmiennych Systemów Płatności</a></li><li><a href=\"#toc-11\">Alternatywy Płatności Do Blik</a></li><li><a href=\"#toc-12\">Błyskawiczne Transakcje</a></li><li><a href=\"#toc-13\">Alternatywne Metody Płatności</a></li><li><a href=\"#toc-14\">Czy Metod Płatności Z Blikiem Mhh Pewno Są Bezpieczne? </a></li><li><a href=\"#toc-15\">Jak Mogę Sprawdzić, Bądź Mój Bank Umożliwia Płatności Blikiem? </a></li><li><a href=\"#toc-16\">Spinline Kasyno</a></li><li><a href=\"#toc-17\">Ogólne Informacje O\" \"płatności Blik</a></li><li><a href=\"#toc-18\">Alternatywne Metody Płatności Zamiast Blik</a></li><li><a href=\"#toc-19\">Kasyno Minimalny Depozyt 10 Zł Z Blikiem</a></li><li><a href=\"#toc-20\">Ilość Dostawców Gier</a></li><li><a href=\"#toc-21\">Graj W Automaty On The Web Blik I Wygrywaj (oby! )</a></li><li><a href=\"#toc-22\">Verde Casino - Reward 120% Do 3 Hundred Euro I Fifty Darmowych Spinów</a></li><li><a href=\"#toc-23\">Jak Wpłacić Środki Za Pomocą Blik? </a></li><li><a href=\"#toc-24\">Jak Dokonać Wpłaty Za Pomocą Blik</a></li><li><a href=\"#toc-25\">Kasyno On The Internet Blik 20 Zł</a></li><li><a href=\"#toc-30\">Ogólne Informacje: Czym Jest Blik</a></li><li><a href=\"#toc-32\">Najlepszych Kasyn Internetowych Z Opcją Blik</a></li><li><a href=\"#toc-33\">Porównanie Blika Do Innych Metod Płatności</a></li></ul></div><p>Jedno z najpopularniejszych kasyn online z Blikiem oferuje swoim graczom szeroki wybór raffgier, bonusów, opcji płatności i najwyższej klasy obsługę klienta.  Zostało założone w 2018 roku i posiada licencję hazardową od Ministerstwo Finansow, gwarantującą\" \"uczciwość i niezawodność witryny.  Oto kilka kluczowych czynników, które wyróżniają tę witrynę mhh tle konkurencji.</p><p>Często podkreślana jest lista habgier, do których przeznaczony jest konkretny reward.  Ważne jest również, że wypłata bonusu i wygranych możliwa jest dopiero po spełnieniu ściśle określonych określonych warunków obrotu.  Wszystkie warunki korzystania z bonusów w kasynie znajdziemy watts regulaminie (Terms &amp; Conditions).  Gangsta On line casino zapewnia bezpieczne środowisko gry z pełną ochroną danych graczy.</p><h2 id=\"toc-0\">Topowe Kasyna Oferującę System Płatności Blik</h2><p>BLIK jest bezpośrednio powiązany z Twoim rachunkiem i działa poprzez aplikację mobilną banku.  Nie ma potrzeby zakładania dodatkowego konta ani rejestrowania się w osobnym systemie – wystarczy aktywować BLIK w swojej aplikacji bankowej.  Jeśli nie posiadasz konta bankowego, niestety keineswegs będziesz mógł korzystać z tej metody płatności.</p><ul><li>Znajdziesz tu profesjonalne recenzje kasyn internetowych, opisy gier hazardowych, aktualne bonusy oraz nowości branżowe. </li><li>Jak wiesz, w kasynach online dla graczy są dostępne różne rodzaje bonusów. </li><li>Wybierając odpowiednią metodę płatności w kasynach online, warto zastanowić się nad alternatywami dla Blika. </li><li>BLIK in order to innowacyjny polski method płatności mobilnych, który zrewolucjonizował sposób, watts jaki Polacy dokonują transakcji finansowych. </li><li>Jednocześnie legalne kasyno blik promuje odpowiedzialne granie w ramach kampanii „Nie dla hazardu„. </li></ul><p>Dziś keineswegs trzeba dysponować wielkim bankrollem, aby zagrać w kasynie on-line, bo wiele program umożliwia rozgrywkę już od 10 zł.  Zrobiliśmy dogłębny study rynku i przygotowaliśmy listę najlepszych kasyn internetowych, w których minimalny depozyt to 10 zł.  Dlatego\" \"podamy tutaj informacje to pięciu najlepszych polskich kasynach, w których rejestracja jest maksymalnie bezpieczna i opłacalna dla rodzimych graczy <a href=\"https://top-polskie-kasyno.pl/metody-platnosci/blik/\">kasyna platnosc blik</a>.</p><h3 id=\"toc-1\">Dlaczego Blik Jest Tak Popularny Wśród Polskich Graczy? </h3><p>Blik to duma narodowa, the Polacy uwielbiają czuć się dumni ze swoich rodzimych rozwiązań.  Ponadto, Blik jest niezwykle prosty watts obsłudze, co dla wielu graczy jest ogromnym atutem.  Jak widać, klasyczne automaty (zwane potocznie \"jednorękim bandytą\") wciąż wiodą prym.  Nie dziwi mnie to -- są proste, szybkie i oferują możliwość dużych wygranych przy niewielkich stawkach.  Oto mój ranking najlepszych polskich kasyn t internecie z Blikiem...</p><p>Wypłaty w kasynie online za pośrednictwem Blik nie są zatem możliwe.  Nie ma obaw to to, że do kodu będą miały dostęp osoby niepowołane w późniejszym czasie, w przeciwieństwie do płatności kartą, którą wielu użytkowników kasyn online obawia się podpinać do konta.  System Paysafecard zdobył\" \"uznanie wśród użytkowników ceniących dyskrecję.  Funkcjonuje about w oparciu um jednorazowe kody, dostępne w licznych punktach sprzedaży detalicznej.  Podobnie jak BLIK, Paysafecard pozwala na realizację płatności bez posiadania karty kredytowej czy nawet rachunku bankowego.  Ograniczeniem jest limitowana dostępność punktów dystrybucji oraz brak możliwości wypłacania środków tą metodą.</p><h3 id=\"toc-2\">Mój Krótki Przegląd Korzyści Kasyno Platnosc Blik</h3><p>Dzięki opcji Pay and Participate in, wpłacisz środki Blikiem i zaczniesz grać niemalże od razu.  Regularnie aktualizujemy naszą top listę, aby zapewnić, że gracie w najbardziej godnych zaufania i wypłacalnych kasynach dostępnych on the internet.  Nasza lista jest systematycznie aktualizowana, abyście zawsze mieli dostęp do najnowszych i najbardziej zaufanych opcji.</p><ul><li>Choć BLIK umożliwia ekspresowe zasilanie kont w serwisach hazardowych, pełne wdrożenie tej metody nie jest jeszcze standardem you wszystkich dostawców. </li><li>W dodatku niektóre kasyna mogą narzucić wymóg opłacenia prowizji przy zlecaniu wpłaty. </li><li>Należy też zweryfikować, czy transakcja przebiega szybko i bez żadnych problemów. </li></ul><p>Verde Online casino wyróżnia się eleganckim interfejsem i szeroką gamą gier od renomowanych dostawców.  To kasyno online szczególnie przyciąga uwagę ekspresowymi transakcjami BLIK oraz profesjonalną obsługą klienta.  Najpopularniejszy bonus to bonus od depozytu,\" \"który zwiększa wpłaconą kwotę (nawet dwukrotnie confiado i więcej).  Popularne są też darmowe spiny, które można wykorzystać na automatach.  Oprócz tego sporo kasyn oferuje regularne promocje, turnieje, kody promocyjne, a także programy lojalnościowe z korzyściami.  Wadą wpłaty blik jest również to, że nie und nimmer każdy bank mother do zaoferowania 10 sposób.</p><h2 id=\"toc-3\">Jak Blik Działa W Kasynach Online? </h2><p>Założeniem usługi było jak największe ułatwienie transakcji pieniężnych bezgotówkowych w sklepach, usługach internetowych oraz pomiędzy użytkownikami.  BLIK to jeden unces najbezpieczniejszych systemów, który pozwala na realizowanie przelewów w kilkunastu bankach i obecnie jest bezapelacyjnym liderem, jeżeli chodzi u transakcje internetowe.  BLIK wyrósł w ostatnich latach na lidera płatności internetowej we bezgotówkowej.  Dlatego dzisiaj już nikogo nie dziwi, że gracze poszukują kasyno online wpłata BLIK, gdy rozglądają się za serwisem internetowym unces grami losowymi.</p><p>Wykorzystanie jednorazowego 6-cyfrowego kodu oraz brak przekazywania danych rachunku bankowego czyni Blik bezpiecznym rozwiązaniem dla użytkowników kasyn online.  Kasyno działa na legalnej licencji i oferuje szeroki wybór gier – od popularnych slotów po kasyno na żywo z prawdziwymi krupierami.  Wszystko to be able to dostępne jest watts przejrzystym i responsywnym interfejsie, zarówno na komputerze, jak we urządzeniach mobilnych.  Spinline Casino stanowi jedną z najbardziej innowacyjnych platform hazardowych on the internet, oferującą natychmiastowe zasilanie konta przy użyciu BLIK.  Użytkownicy mają dostęp do rozbudowanego katalogu gier, atrakcyjnych promocji i sprawnych wypłat środków.</p><h2 id=\"toc-4\">Kod Blik</h2><p>Warto zauważyć, że niektóre kasyna idą o krok dalej, oferując specjalne promocje dla użytkowników Blika, co jeszcze bardziej zwiększa atrakcyjność tej metody płatności.  Hit’N’Spin Casino zapewnia bezpieczne środowisko gry unces zaawansowanym szyfrowaniem danych.  Kasyno oferuje szeroki wybór gier i regularnie aktualizowane promocje.  Błyskawiczne metody płatności, w tym BLIK, czynią je atrakcyjnym wyborem dla graczy poszukujących niezawodnego kasyna\" \"on the web.  Blik to niezwykle popularna metoda płatności mobilnych w legalnych polskich kasynach on the web.  Jego bezpieczeństwo, szybkość i łatwość obsługi sprawiają, że jest bardzo często wybierany przez graczy unces naszego kraju.</p><ul><li>Dziś śmiało możemy powiedzieć,  że setki tysięcy Polaków z powodzeniem zagrało w kasynie BLIK. </li><li>Dociera do odbiorcy natychmiastowo, od razu po zaakceptowaniu płatności w aplikacji mobilnej. </li><li>Następnie, w aplikacji bankowej pojawi się prośba o potwierdzenie transakcji – zatwierdź ją, wpisując PIN mobilny lub używając biometrii (odcisk palca, rozpoznawanie twarzy). </li><li>Popularność tego systemu powoduje, że z ogromnym rozmachem BLIK wkracza do kasyn wirtualnych. </li><li>Dla tych, którzy preferują dokonywanie wpłat w kasynie w tradycyjny, gotówkowy sposób, mamy dwie ciekawe opcje - Mifinity i Paysafecard. </li></ul><p>Wypłata środków z powrotem mhh konto klienta nie jest technicznie  możliwa do wykonania.  Największą zaletą tej płatności jest szybkość transakcji\" \"– nie trzeba  czekać na tradycyjne księgowanie przelewów przez banki, a środki trafiają na konto odbiorcy w mgnieniu oka.  Chociaż korzystanie z kasyna platnosc Blik może wiązać się z pewnymi trudnościami, można je łatwo rozwiązać przy odpowiednim przygotowaniu i ostrożności.  Postępując zgodnie z zaleceniami, będziesz watts stanie zminimalizować problemy i cieszyć się wygodą tego systemu płatności.  Kasyna wspierane przez Blik oferują gry na każdy gust, łącząc klasykę z nowoczesną technologią.</p><h3 id=\"toc-5\">Am Pm – 150% Do $300 + 50 Darmowych Spinów</h3><p>Tylko 17 instytucji bankowych akceptują płatności dokonane za pośrednictwem BLIK.  Apka na telefony jest dostępna w piętnastu instytucjach finansowych.  Do tego, nie ma możliwości nawiązania kontaktu z supportem ze strony tego systemu.  W razie powstania kłopotów z metodą BLIK jedynym sposobem na załatwienie ewentualnych problemów jest kommunikation ze swoim bankiem.</p><ul><li>Niemniej jednak ważne jest, aby\" \"preferować zaufane platformy, aby zminimalizować ryzyko i cieszyć się grą. </li><li>Każde z tych kasyn zostało starannie wybrane z uwzględnieniem ich reputacji, oferty gier i jakości obsługi klienta dla użytkowników BLIKa. </li><li>Bo to wygodne, dostępne 24/7 i actually często oferuje dużo lepsze bonusy niż zwykłe casino. </li><li>Decydując się em hazard online, trzeba jednak wziąć pod uwagę fakt, że kasyna internetowe w Polsce wciąż borykają się z ograniczeniami prawnymi. </li><li>Dlatego można w eight sposób realizować wpłaty, ale wypłaty keineswegs będą możliwe. </li></ul><p>Nawet jeśli wystąpi chwilowe opóźnienie, zazwyczaj nie trwa ono dłużej niż minutę\" \"albo dwie.  Wypłaty, choć nieco wolniejsze, nadal pozostają jedną z najszybszych dostępnych opcji.  Wiele kasyn obsługujących BLIKA oferuje ekspresowe przetwarzanie, dzięki czemu środki mogą trafić na Twoje konto nawet tego samego dnia.  Warto jednak sprawdzić politykę kasyna, ponieważ niektóre strony mogą wymagać dodatkowej weryfikacji przed realizacją pierwszej wypłaty.</p><h3 id=\"toc-6\">Zalety I Wady Korzystania Z Blik W Polskich Kasynach Online</h3><p>Każde kasyno, które jest wypłacalnym kasynem internetowym, nie pobiera prowizji za realizowanie transakcji.  Sama usługa została również zaprojektowana watts taki sposób, aby użytkownik nie ponosił żadnych kosztów.  Może się jednak zdarzyć, że kasyno unces BLIKIEM korzysta z tej usługi przez pośrednika – np.  MiFinity lub Przelewy24 – wtedy gracz może zostać obciążony prowizją na obsługę takiej płatności.</p><ul><li>Wybierając odpowiednią metodę płatności, zawsze warto sprawdzić, czy kasyno współpracuje z BLIK oraz innymi preferowanymi metodami. </li><li>Jeśli zależy wam na dwustronnym obrocie w kasynie, dobrze jest jako alternatywę wybrać elektroniczną portmonetkę. </li><li>Karty płatnicze Visa i Mastercard to powszechny standard, umożliwiający natychmiastowe wpłaty, choć wymagający podania danych karty. </li><li>Choć BLIK sam w sobie jest jedną unces najtańszych metod płatności, to warto pamiętać, że opłaty mogą pojawić się po stronie pośredników względnie samych kasyn. </li><li>Nawet w miejscu se słabym połączeniem internetowym albo złym zasięgiem, uda nam się doładować konto w kasynie internetowym  za pomocą płatności BLIK bez najmniejszych kłopotów. </li></ul><p>Porównaliśmy je ze sobą, przedstawiając najistotniejsze szczegóły, aby każdy mógł sam wybrać najlepsze kasyno.  Płatności BLIK umożliwiają realizację transakcji przy użyciu 6-cyfrowego kodu BLIK, który możemy znaleźć w aplikacji mobilnej naszego banku.  Po wpisaniu kodu t formularzu depozytu musimy potwierdzić transakcję w aplikacji mobilnej.  Kod jest unikalny we jednorazowy, co oznacza, że nie może być użyty znowu, po zrealizowaniu płatności.  Wszystkie kody BLIK ważne są jedynie przez 2 minuty, po czym tracą swoją ważność.</p><h2 id=\"toc-7\">Jak Działa Kasyno Blik? </h2><p>Skorzystaj z naszej listy rekomendowanych system lub poszukaj innego serwisu, który akceptuje tę metodę.  Upewnij się, że wybierasz legalne i bezpieczne kasyno na prawdziwe pieniądze (zobacz też inne kasyna em prawdziwe pieniądze dla polskich graczy), aby Twoje środki i dane były chronione.  Aby korzystać z blika, musimy posiadać konto bankowe watts jednej z polskiej instytucji bankowej.  Ta metoda płatności jest nierozerwalnie połączona z naszym regularnym kontem i nie funkcjonuje jako samodzielna płatność.  Aplikacja jest dostępna na telefony z oprogramowaniem Android oraz iOS.  BLIK stał się jednym z najbardziej pożądanych systemów płatności w polskich kasynach online, dzięki czemu gracze mogą cieszyć się szybkimi i bezpiecznymi transakcjami.</p><ul><li>MiFinity lub Przelewy24 – wtedy gracz może zostać obciążony prowizją na obsługę takiej płatności. </li><li>Jest to be able to sytuacja podobna grunzochse w przypadku innej popularnej w Polsce metody Przelewy24, która może być również używana wyłącznie perform wpłat. </li><li>Jeśli chcesz używać BLIKA perform gry w kasynie, musisz przygotować jakąś alternatywną metodę płatności, aby wypłacać swoje wygrane. </li><li>Generalnie, sama metoda płatności Blik rzadko jest powodem do przyznania ekskluzywnej promocji. </li><li>Każda transakcja wymaga wygenerowania jednorazowego kodu, który jest ważny tylko przez 2 minuty. </li><li>Zamiast tego umożliwia dostęp do karty płatniczej VISA, szeroko akceptowanej przez wiele kasyn online t Polsce i za granicą. </li></ul><p>Na koniec 2024 roku liczba aktywnych użytkowników BLIKA sięgnęła 18, a few mln osób.  Jeśli chodzi o obsługę kasyn internetowych BLIK, w dostępnych una źródłach nie jest podana dokładna liczba takich stron.  Jednak z tego, co wiem i co widzę na rynku, coraz więcej operatorów kasyn online, których celem są polscy gracze, integruje BLIK jako wygodną metodę płatności.  W branży kasyn online jest to szybka we bezpieczna metoda płatności dla użytkowników smartfonów.  Jednakże, jeśli chodzi o korzyści dla graczy w kasynach, w przypadku BLIK mowa zarówno um zaletach,\" \"jak też wadach.</p><h2 id=\"toc-8\">Które Kasyna Stosują Blik? </h2><p>Na szczęście praktycznie wszystkie polskie banki posiadają tę funkcję w swojej ofercie.  Zwróć uwagę na Energy Gambling establishment, które nie jedynie oferuje tysiące raffgier i hojne promocje, ale także przygotowało ofertę hazardową specjalnie dla graczy unces Polski.  ARI10 in order to internetowa bramka płatnicza, która powstała watts 2022 roku my partner and i którą także może\" \"oferować wybrane kasyno.  ARI10 łączy w sobie koncepcję DeFi oraz tradycyjnej bankowości, wykorzystując możliwości, jakie daje synergia walut redbull i kryptowalut.  Jedną z opcji, która jest możliwa w bramce ARI10 jest zakup kryptowaluty za pośrednictwem BLIK we późniejsze doładowania salda w kasynie.</p><ul><li>Mastercard i actually Polskim Standardem Płatności ogłosiły strategiczną współpracę. </li><li>Wypłaty BLIKIEM są rzadziej spotykane i mogą potrwać nieco dłużej – najczęściej od kilku minut do 24 godzin, w zależności z kasyna i banku. </li><li>Gra ta wymaga strategicznego myślenia i umiejętności analizowania poczynań przeciwników. </li><li>Aby dokonać płatności BLIK w kasyno depozyt blik, użytkownik wpisuje sześciocyfrowy kod t odpowiednie pole podczas finalizacji transakcji. </li><li>Wystarczy odwiedzić sekcję zbierającą kasynai Blik mhh początku artykułu. </li><li>To\" \"wygodna, szybka i przede wszystkim bezpieczna metoda płatności, idealna dla polskich graczy ceniących sobie komfort transakcji mobilnych. </li></ul><p>Minimalna kwota depozytu wynosi 40 zł, a new maksymalna wpłata to 8000 zł mhh jedną transakcję.  Środki trafiają na konto gracza w ciągu maksymalnie 3 minut, co pozwala natychmiast przejść do gry.  System płatności jest w pełni zintegrowany z aplikacjami bankowymi, co gwarantuje bezpieczeństwo transakcji.  To mniejsze kasyno Blik, które stawia na prostotę i łatwość obsługi.  Lemon zachęca nowych użytkowników pakietem powitalnym, który składa się z bonusu pieniężnego do 3000 zł oraz 200 darmowych spinów.  Promocja zapewniana przez kasyno on the web na Blik obejmuje pierwsze wpłaty, the dodatkowe spiny można wykorzystać na wybrane automaty.</p><h3 id=\"toc-9\">Casino Mostbet: Najpopularniejsze Kasyno Z Blikiem Wśród Polaków</h3><p>To idealne rozwiązanie dla tych, którzy chcą zminimalizować ryzyko, some sort of jednocześnie spróbować swojego szczęścia.  Polskie kasyna Blik to wyjątkowe platformy, które wyróżniają się na naszym rodzimym rynku dzięki swojej zdolności perform dostosowania się perform specyficznych potrzeb polskich graczy.  Tak, Blik jest uznany za bezpieczną metodę płatności, wykorzystując autoryzację kodem jednorazowym.  Po wpłacie depozytu można grać na pieniądze i zdobywać realne wygrane, które następnie można wypłacić.  Czas pomiędzy przesłaniem zlecenia wypłaty a trafieniem jej na nasze konto zależy od indywidualnych ustaleń w regulaminie danego operatora.</p><ul><li>PolskiekasynoHEX nie ponosi odpowiedzialności za decyzje podjęte przez użytkowników w oparciu o materiały zamieszczone em naszych stronach. </li><li>Poniżej znajdziesz główne zalety i wady blik w kasynach online, aby ułatwić Ci podjęcie decyzji. </li><li>Lista jest aktualizowana co tydzień, aby zapewnić najnowsze rekomendacje i oferty. </li><li>Na naszej stronie Kasyna Blik znajdziesz przegląd większości gier kasynowych, które najprawdopodobniej napotkasz na polskich stronach internetowych. </li></ul><p>Technologia idzie do przodu, więc możemy spodziewać się jeszcze lepszych i bardziej nowoczesnych funkcji, które sprawią, że granie on the internet będzie jeszcze przyjemniejsze.  Z drugiej strony sprawdzamy również, bądź posiada szeroką gamę gier losowych, aby zadowolić gusta wszystkich graczy.  Dbamy um to, aby zawierały najpopularniejsze i najbardziej innowacyjne gry.</p><h3 id=\"toc-10\">Opcje Płatności Za Pośrednictwem Odmiennych Systemów Płatności</h3><p>Mimo pewnych wad, dla polskich graczy kasyno Blik oferuje wyjątkowo wygodny i bezpieczny sposób na dokonywanie depozytów.  W przeważającej części kasyna nie pobierają od nas nawet przysłowiowego grosza za dokonanie wpłaty.  Przed jej zleceniem warto jednak sprawdzić w regulaminie kasyna, czy depozyty za pomocą BLIK są na pewno darmowe.</p><ul><li>A co ciekawe, coraz więcej z em wybiera właśnie kasyna internetowe zamiast tradycyjnych. </li><li>Warianty takie jak Texas Hold’em i actually Omaha są szczególnie popularne w kasyna online. </li><li>Dodatkową korzyścią jest możliwość wypłaty wygranych mhh analogicznych zasadach. </li><li>Należy zwrócić uwagę na dostępność czatu na żywo, bo to najszybszy kanał komunikacji. </li><li>Jedyną opłatą, unces jaką należy się liczyć, jest ewentualna prowizja od przewalutowania transakcji. </li></ul><p>Slotuna to kolejne przyjazne dla użytkownika kasyno z szeroką gamą metod płatności, t tym także płatności BLIKiem.  W kilka minut każdy polski gracz może założyć darmowe konto my partner and i wypróbować swoich sił na ulubionych slotach, lub w polskojęzyczne kasyno live.  Slotuna wyróżnia się na tle innych swoją mocno rozbudowaną ofertą oraz specjalnym programem VIP.  Dodatkowo Slotuna oferuje także możliwość stawiania zakładów bukmacherskich.  Co ciekawe, BLIK dominuje w sektorze e-commerce, gdzie co druga płatność realizowana jest właśnie tą metodą.  Nie jest więc też obcy większości graczom korzystającym z usług kasyn online.</p><h2 id=\"toc-11\">Alternatywy Płatności Do Blik</h2><p>PolskiekasynoHEX nie ponosi odpowiedzialności za decyzje podjęte przez użytkowników w oparciu o materiały zamieszczone mhh naszych stronach.  Wykorzystując udostępniane przez nasz portal treści zobowiązujesz się we własnym zakresie sprawdzić aktualność przepisów prawnych.  Posiadacze aplikacji bankowych z opcją płatności BLIK zastanawiają się zapewne, jak można wypłacić nagrodę przy pomocy tej metody.  Niestety operator pozwala jedynie na szybkie przelewy pomiędzy dwoma użytkownikami BLIK.</p><ul><li>Od niedawna BLIK jest też dostępny watts ofercie banku Revolut Bank UAB. </li><li>MiFinity to świetne rozwiązanie dla osób, które chcą korzystać unces BLIKA w kasynach, które standardowo move nie obsługują. </li><li>BLIK stał się jednym z najbardziej pożądanych systemów płatności w polskich kasynach online, dzięki czemu gracze mogą cieszyć się szybkimi i bezpiecznymi transakcjami. </li><li>To czyni go szeroko dostępną metodą płatności, unces której tak naprawdę może skorzystać każdy Polak. </li><li>Platforma działa w pełni legalnie – posiada licencję, gwarantującą uczciwą rozgrywkę i bezpieczeństwo danych. </li><li>Darmowe spiny w kasyno Blik mogą być częścią pakietu powitalnego, promocji sezonowej lub nagrody lojalnościowej (Specjalne warunki dla graczy VIP). </li></ul><p>Kasyno charakteryzuje się solidnym bonusem powitalnym, bo przy dwóch pierwszych wpłatach można odebrać nawet do 4310 zł, a także do 200 darmowych spinów.  Chodzi przede\" \"wszystkim o natychmiastowość, przejrzystość, dostępność przez telefon, bezpieczeństwo, brak konieczności podawania danych karty.  Aby dokonać płatności, wystarczy zalogować się do aplikacji bankowej, podać kod, potwierdzić płatność w telefonie i gotowe.  Jak wiesz, w kasynach online dla graczy są dostępne różne rodzaje bonusów.  Poniżej opowiemy o tym, z których nagród można skorzystać wybierając kasyna z BLIKIEM.</p><h2 id=\"toc-12\">Błyskawiczne Transakcje</h2><p>Co więcej, regularne promocje, darmowe spiny i system nagród lojalnościowych sprawiają, że każdy dzień w Orange Casino to nowa okazja na wygraną.  W razie problemów możesz złożyć prośbę o pomoc, wypełniając formularz w sekcji „kontakt” na stronie internetowej.  Jeśli masz pytania dotyczące transakcji, skontaktuj się unces bankiem, z którego aplikacji korzystasz, wysyłając pisemne zapytanie albo skargę.  To idealne rozwiązanie dla miłośników gier hazardowych, którzy cenią sobie bezproblemowość i szybkość płatności.  Dzięki możliwości dokonywania transakcji przy użyciu Blik, możesz natychmiast zasilić swoje konto i rozpocząć grę na ulubionych automatach online.</p><ul><li>Darmowe spiny kasyna na Blik są przyznawane na wybrane automaty online Blik i można je wykorzystać w określonym\" \"czasie. </li><li>Najbliższą alternatywą dla Blika w polskich kasynach online są inne polskie systemy szybkich przelewów, takie grunzochse Przelewy24, Tpay, PayU czy Dotpay. </li><li>O wiele powszechniejsza jest wpłata BLIKIEM przez platformy pośredniczące. </li><li>Tak więc sporo tytułów jest dostępnych w dostępnym trybie demo, co jest bardzo wygodne, zwłaszcza jeśli chcesz czegoś nowego. </li></ul><p>Kryptowaluty, które stają się coraz bardziej popularne, oferują pełną anonimowość, ale ich akceptacja jest ograniczona.  Blik wyróżnia się na tle innych procedur swoją łatwością obsługi oraz szeroką dostępnością w Polsce, co czyni go atrakcyjnym wyborem dla lokalnych graczy.  Kasyna online akceptują blik, działają na podstawie licencji wydanych przez zagraniczne jurysdykcje, takie jak MGA, Gibraltar bądź Curacao..  Zawsze dobrze jest utrzymywać doskonałą komunikację między kasynem online a graczami, dlatego dbamy to to, aby user miał różne środki komunikacji i dobry personel do ich obsługi.</p><h3 id=\"toc-13\">Alternatywne Metody Płatności</h3><p>Dlatego większość kasyn zagranicznych nie może zaproponować użytkownikom złożenie depozytu lub wypłatę pieniędzy za pośrednictwem BLIKu.  Przed aktywacją gry w kasynie BLIK warto sprawdzić, czy portalhazardowy posiada w swojej ofercie tę metodę.  W tym celu zaleca się przejść perform sekcji Płatności we poszukać logo unces napisem depozyt BLIK.  System ten może poszczycić się sporym potencjałem, ponieważ kasyno online depozyt BLIK jest bezpieczne.  Wysoka popularność BLIKU nie mogła nie spowodować także wzrostu popularności takich płatności wśród hazardzistów.  Jakie polskie kasynach online z BLIKIEM są obecnie najlepsze i bądź można tego typu płatności uznać za bezpieczne?</p><ul><li>Oficjalnie Blik został wprowadzony dla klientów banków w 2015, a już w 2019 r. </li><li>Według najnowszych danych, aż 60% Polaków gra w gry hazardowe przynajmniej raz w roku. </li><li>Gracze mogą uczestniczyć watts grach w ruletkę, blackjacka, pokera my partner and i inne gry w czasie rzeczywistym. </li><li>Dodatkowo, zdecydowana większość serwisów akceptuje wypłaty wygranych mhh te same portfele, z których zrealizowano zasilenie. </li></ul><p>Warto również wspomnieć, że szybkość transakcji może zależeć od kwoty transakcji oraz od wybranej metody płatności współpracującej z BLIK w kasyno wplata blik.  Kod jest ważny jedynie przez 2 minuty, co sprawia, że płatności tym sposobem są szybkie i bezpieczne – jeśli kod przepadnie, konieczne jest wygenerowanie nowego.  O bezpieczeństwo transakcji dba zatwierdzenie w aplikacji bankowej, carry out której masz dostęp tylko Ty.  Kod wystarczy przepisać w\" \"oknie przeglądarki, a następnie zatwierdzić w aplikacji mobilnej.  Blik to system umożliwiający błyskawiczne płatności za pomocą 6-cyfrowego kodu.  Usługa określana jest elektronicznym czekiem, realizowanym przy pomocy aplikacji mobilnej, możliwym także carry out wypłacenia w bankomatach i sklepach stacjonarnych.</p>','Ranking I Najlepsze Oferty Dla Graczy','','publish','closed','','','ranking-i-najlepsze-oferty-dla-graczy','','','2025-10-06 12:40:02','2025-10-06 05:40:02','',0,'https://lion288slot.com/?p=228',0,'post','',0),
(229,1,'2025-10-06 12:40:02','2025-10-06 05:40:02','<meta name=\"description\" content=\"Krótko mówiąc, BLIK stał się idealną opcją płatności dla hazardzistów szukających wygody we bezpieczeństwa. \"/><h1>Kasyno Online Blik Najlepsze Kasyna Z Blikiem W 2025</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Topowe Kasyna Oferującę System Płatności Blik</a></li><li><a href=\"#toc-1\">Dlaczego Blik Jest Tidak Popularny Wśród Polskich Graczy? </a></li><li><a href=\"#toc-2\">Mój Krótki Przegląd Korzyści Kasyno Platnosc Blik</a></li><li><a href=\"#toc-3\">Jak Blik Działa Watts Kasynach Online? </a></li><li><a href=\"#toc-4\">Kod Blik</a></li><li><a href=\"#toc-5\">Am Pm – 150% Do $300 + 50 Darmowych Spinów</a></li><li><a href=\"#toc-6\">Zalety I Wady Korzystania Z Blik W Polskich Kasynach Online</a></li><li><a href=\"#toc-7\">Jak Działa Kasyno Blik? </a></li><li><a href=\"#toc-8\">Które Kasyna Stosują Blik? </a></li><li><a href=\"#toc-9\">Casino Mostbet: Najpopularniejsze Kasyno Z Blikiem Wśród Polaków</a></li><li><a href=\"#toc-10\">Opcje Płatności Za Pośrednictwem Odmiennych Systemów Płatności</a></li><li><a href=\"#toc-11\">Alternatywy Płatności Do Blik</a></li><li><a href=\"#toc-12\">Błyskawiczne Transakcje</a></li><li><a href=\"#toc-13\">Alternatywne Metody Płatności</a></li><li><a href=\"#toc-14\">Czy Metod Płatności Z Blikiem Mhh Pewno Są Bezpieczne? </a></li><li><a href=\"#toc-15\">Jak Mogę Sprawdzić, Bądź Mój Bank Umożliwia Płatności Blikiem? </a></li><li><a href=\"#toc-16\">Spinline Kasyno</a></li><li><a href=\"#toc-17\">Ogólne Informacje O\" \"płatności Blik</a></li><li><a href=\"#toc-18\">Alternatywne Metody Płatności Zamiast Blik</a></li><li><a href=\"#toc-19\">Kasyno Minimalny Depozyt 10 Zł Z Blikiem</a></li><li><a href=\"#toc-20\">Ilość Dostawców Gier</a></li><li><a href=\"#toc-21\">Graj W Automaty On The Web Blik I Wygrywaj (oby! )</a></li><li><a href=\"#toc-22\">Verde Casino - Reward 120% Do 3 Hundred Euro I Fifty Darmowych Spinów</a></li><li><a href=\"#toc-23\">Jak Wpłacić Środki Za Pomocą Blik? </a></li><li><a href=\"#toc-24\">Jak Dokonać Wpłaty Za Pomocą Blik</a></li><li><a href=\"#toc-25\">Kasyno On The Internet Blik 20 Zł</a></li><li><a href=\"#toc-30\">Ogólne Informacje: Czym Jest Blik</a></li><li><a href=\"#toc-32\">Najlepszych Kasyn Internetowych Z Opcją Blik</a></li><li><a href=\"#toc-33\">Porównanie Blika Do Innych Metod Płatności</a></li></ul></div><p>Jedno z najpopularniejszych kasyn online z Blikiem oferuje swoim graczom szeroki wybór raffgier, bonusów, opcji płatności i najwyższej klasy obsługę klienta.  Zostało założone w 2018 roku i posiada licencję hazardową od Ministerstwo Finansow, gwarantującą\" \"uczciwość i niezawodność witryny.  Oto kilka kluczowych czynników, które wyróżniają tę witrynę mhh tle konkurencji.</p><p>Często podkreślana jest lista habgier, do których przeznaczony jest konkretny reward.  Ważne jest również, że wypłata bonusu i wygranych możliwa jest dopiero po spełnieniu ściśle określonych określonych warunków obrotu.  Wszystkie warunki korzystania z bonusów w kasynie znajdziemy watts regulaminie (Terms &amp; Conditions).  Gangsta On line casino zapewnia bezpieczne środowisko gry z pełną ochroną danych graczy.</p><h2 id=\"toc-0\">Topowe Kasyna Oferującę System Płatności Blik</h2><p>BLIK jest bezpośrednio powiązany z Twoim rachunkiem i działa poprzez aplikację mobilną banku.  Nie ma potrzeby zakładania dodatkowego konta ani rejestrowania się w osobnym systemie – wystarczy aktywować BLIK w swojej aplikacji bankowej.  Jeśli nie posiadasz konta bankowego, niestety keineswegs będziesz mógł korzystać z tej metody płatności.</p><ul><li>Znajdziesz tu profesjonalne recenzje kasyn internetowych, opisy gier hazardowych, aktualne bonusy oraz nowości branżowe. </li><li>Jak wiesz, w kasynach online dla graczy są dostępne różne rodzaje bonusów. </li><li>Wybierając odpowiednią metodę płatności w kasynach online, warto zastanowić się nad alternatywami dla Blika. </li><li>BLIK in order to innowacyjny polski method płatności mobilnych, który zrewolucjonizował sposób, watts jaki Polacy dokonują transakcji finansowych. </li><li>Jednocześnie legalne kasyno blik promuje odpowiedzialne granie w ramach kampanii „Nie dla hazardu„. </li></ul><p>Dziś keineswegs trzeba dysponować wielkim bankrollem, aby zagrać w kasynie on-line, bo wiele program umożliwia rozgrywkę już od 10 zł.  Zrobiliśmy dogłębny study rynku i przygotowaliśmy listę najlepszych kasyn internetowych, w których minimalny depozyt to 10 zł.  Dlatego\" \"podamy tutaj informacje to pięciu najlepszych polskich kasynach, w których rejestracja jest maksymalnie bezpieczna i opłacalna dla rodzimych graczy <a href=\"https://top-polskie-kasyno.pl/metody-platnosci/blik/\">kasyna platnosc blik</a>.</p><h3 id=\"toc-1\">Dlaczego Blik Jest Tak Popularny Wśród Polskich Graczy? </h3><p>Blik to duma narodowa, the Polacy uwielbiają czuć się dumni ze swoich rodzimych rozwiązań.  Ponadto, Blik jest niezwykle prosty watts obsłudze, co dla wielu graczy jest ogromnym atutem.  Jak widać, klasyczne automaty (zwane potocznie \"jednorękim bandytą\") wciąż wiodą prym.  Nie dziwi mnie to -- są proste, szybkie i oferują możliwość dużych wygranych przy niewielkich stawkach.  Oto mój ranking najlepszych polskich kasyn t internecie z Blikiem...</p><p>Wypłaty w kasynie online za pośrednictwem Blik nie są zatem możliwe.  Nie ma obaw to to, że do kodu będą miały dostęp osoby niepowołane w późniejszym czasie, w przeciwieństwie do płatności kartą, którą wielu użytkowników kasyn online obawia się podpinać do konta.  System Paysafecard zdobył\" \"uznanie wśród użytkowników ceniących dyskrecję.  Funkcjonuje about w oparciu um jednorazowe kody, dostępne w licznych punktach sprzedaży detalicznej.  Podobnie jak BLIK, Paysafecard pozwala na realizację płatności bez posiadania karty kredytowej czy nawet rachunku bankowego.  Ograniczeniem jest limitowana dostępność punktów dystrybucji oraz brak możliwości wypłacania środków tą metodą.</p><h3 id=\"toc-2\">Mój Krótki Przegląd Korzyści Kasyno Platnosc Blik</h3><p>Dzięki opcji Pay and Participate in, wpłacisz środki Blikiem i zaczniesz grać niemalże od razu.  Regularnie aktualizujemy naszą top listę, aby zapewnić, że gracie w najbardziej godnych zaufania i wypłacalnych kasynach dostępnych on the internet.  Nasza lista jest systematycznie aktualizowana, abyście zawsze mieli dostęp do najnowszych i najbardziej zaufanych opcji.</p><ul><li>Choć BLIK umożliwia ekspresowe zasilanie kont w serwisach hazardowych, pełne wdrożenie tej metody nie jest jeszcze standardem you wszystkich dostawców. </li><li>W dodatku niektóre kasyna mogą narzucić wymóg opłacenia prowizji przy zlecaniu wpłaty. </li><li>Należy też zweryfikować, czy transakcja przebiega szybko i bez żadnych problemów. </li></ul><p>Verde Online casino wyróżnia się eleganckim interfejsem i szeroką gamą gier od renomowanych dostawców.  To kasyno online szczególnie przyciąga uwagę ekspresowymi transakcjami BLIK oraz profesjonalną obsługą klienta.  Najpopularniejszy bonus to bonus od depozytu,\" \"który zwiększa wpłaconą kwotę (nawet dwukrotnie confiado i więcej).  Popularne są też darmowe spiny, które można wykorzystać na automatach.  Oprócz tego sporo kasyn oferuje regularne promocje, turnieje, kody promocyjne, a także programy lojalnościowe z korzyściami.  Wadą wpłaty blik jest również to, że nie und nimmer każdy bank mother do zaoferowania 10 sposób.</p><h2 id=\"toc-3\">Jak Blik Działa W Kasynach Online? </h2><p>Założeniem usługi było jak największe ułatwienie transakcji pieniężnych bezgotówkowych w sklepach, usługach internetowych oraz pomiędzy użytkownikami.  BLIK to jeden unces najbezpieczniejszych systemów, który pozwala na realizowanie przelewów w kilkunastu bankach i obecnie jest bezapelacyjnym liderem, jeżeli chodzi u transakcje internetowe.  BLIK wyrósł w ostatnich latach na lidera płatności internetowej we bezgotówkowej.  Dlatego dzisiaj już nikogo nie dziwi, że gracze poszukują kasyno online wpłata BLIK, gdy rozglądają się za serwisem internetowym unces grami losowymi.</p><p>Wykorzystanie jednorazowego 6-cyfrowego kodu oraz brak przekazywania danych rachunku bankowego czyni Blik bezpiecznym rozwiązaniem dla użytkowników kasyn online.  Kasyno działa na legalnej licencji i oferuje szeroki wybór gier – od popularnych slotów po kasyno na żywo z prawdziwymi krupierami.  Wszystko to be able to dostępne jest watts przejrzystym i responsywnym interfejsie, zarówno na komputerze, jak we urządzeniach mobilnych.  Spinline Casino stanowi jedną z najbardziej innowacyjnych platform hazardowych on the internet, oferującą natychmiastowe zasilanie konta przy użyciu BLIK.  Użytkownicy mają dostęp do rozbudowanego katalogu gier, atrakcyjnych promocji i sprawnych wypłat środków.</p><h2 id=\"toc-4\">Kod Blik</h2><p>Warto zauważyć, że niektóre kasyna idą o krok dalej, oferując specjalne promocje dla użytkowników Blika, co jeszcze bardziej zwiększa atrakcyjność tej metody płatności.  Hit’N’Spin Casino zapewnia bezpieczne środowisko gry unces zaawansowanym szyfrowaniem danych.  Kasyno oferuje szeroki wybór gier i regularnie aktualizowane promocje.  Błyskawiczne metody płatności, w tym BLIK, czynią je atrakcyjnym wyborem dla graczy poszukujących niezawodnego kasyna\" \"on the web.  Blik to niezwykle popularna metoda płatności mobilnych w legalnych polskich kasynach on the web.  Jego bezpieczeństwo, szybkość i łatwość obsługi sprawiają, że jest bardzo często wybierany przez graczy unces naszego kraju.</p><ul><li>Dziś śmiało możemy powiedzieć,  że setki tysięcy Polaków z powodzeniem zagrało w kasynie BLIK. </li><li>Dociera do odbiorcy natychmiastowo, od razu po zaakceptowaniu płatności w aplikacji mobilnej. </li><li>Następnie, w aplikacji bankowej pojawi się prośba o potwierdzenie transakcji – zatwierdź ją, wpisując PIN mobilny lub używając biometrii (odcisk palca, rozpoznawanie twarzy). </li><li>Popularność tego systemu powoduje, że z ogromnym rozmachem BLIK wkracza do kasyn wirtualnych. </li><li>Dla tych, którzy preferują dokonywanie wpłat w kasynie w tradycyjny, gotówkowy sposób, mamy dwie ciekawe opcje - Mifinity i Paysafecard. </li></ul><p>Wypłata środków z powrotem mhh konto klienta nie jest technicznie  możliwa do wykonania.  Największą zaletą tej płatności jest szybkość transakcji\" \"– nie trzeba  czekać na tradycyjne księgowanie przelewów przez banki, a środki trafiają na konto odbiorcy w mgnieniu oka.  Chociaż korzystanie z kasyna platnosc Blik może wiązać się z pewnymi trudnościami, można je łatwo rozwiązać przy odpowiednim przygotowaniu i ostrożności.  Postępując zgodnie z zaleceniami, będziesz watts stanie zminimalizować problemy i cieszyć się wygodą tego systemu płatności.  Kasyna wspierane przez Blik oferują gry na każdy gust, łącząc klasykę z nowoczesną technologią.</p><h3 id=\"toc-5\">Am Pm – 150% Do $300 + 50 Darmowych Spinów</h3><p>Tylko 17 instytucji bankowych akceptują płatności dokonane za pośrednictwem BLIK.  Apka na telefony jest dostępna w piętnastu instytucjach finansowych.  Do tego, nie ma możliwości nawiązania kontaktu z supportem ze strony tego systemu.  W razie powstania kłopotów z metodą BLIK jedynym sposobem na załatwienie ewentualnych problemów jest kommunikation ze swoim bankiem.</p><ul><li>Niemniej jednak ważne jest, aby\" \"preferować zaufane platformy, aby zminimalizować ryzyko i cieszyć się grą. </li><li>Każde z tych kasyn zostało starannie wybrane z uwzględnieniem ich reputacji, oferty gier i jakości obsługi klienta dla użytkowników BLIKa. </li><li>Bo to wygodne, dostępne 24/7 i actually często oferuje dużo lepsze bonusy niż zwykłe casino. </li><li>Decydując się em hazard online, trzeba jednak wziąć pod uwagę fakt, że kasyna internetowe w Polsce wciąż borykają się z ograniczeniami prawnymi. </li><li>Dlatego można w eight sposób realizować wpłaty, ale wypłaty keineswegs będą możliwe. </li></ul><p>Nawet jeśli wystąpi chwilowe opóźnienie, zazwyczaj nie trwa ono dłużej niż minutę\" \"albo dwie.  Wypłaty, choć nieco wolniejsze, nadal pozostają jedną z najszybszych dostępnych opcji.  Wiele kasyn obsługujących BLIKA oferuje ekspresowe przetwarzanie, dzięki czemu środki mogą trafić na Twoje konto nawet tego samego dnia.  Warto jednak sprawdzić politykę kasyna, ponieważ niektóre strony mogą wymagać dodatkowej weryfikacji przed realizacją pierwszej wypłaty.</p><h3 id=\"toc-6\">Zalety I Wady Korzystania Z Blik W Polskich Kasynach Online</h3><p>Każde kasyno, które jest wypłacalnym kasynem internetowym, nie pobiera prowizji za realizowanie transakcji.  Sama usługa została również zaprojektowana watts taki sposób, aby użytkownik nie ponosił żadnych kosztów.  Może się jednak zdarzyć, że kasyno unces BLIKIEM korzysta z tej usługi przez pośrednika – np.  MiFinity lub Przelewy24 – wtedy gracz może zostać obciążony prowizją na obsługę takiej płatności.</p><ul><li>Wybierając odpowiednią metodę płatności, zawsze warto sprawdzić, czy kasyno współpracuje z BLIK oraz innymi preferowanymi metodami. </li><li>Jeśli zależy wam na dwustronnym obrocie w kasynie, dobrze jest jako alternatywę wybrać elektroniczną portmonetkę. </li><li>Karty płatnicze Visa i Mastercard to powszechny standard, umożliwiający natychmiastowe wpłaty, choć wymagający podania danych karty. </li><li>Choć BLIK sam w sobie jest jedną unces najtańszych metod płatności, to warto pamiętać, że opłaty mogą pojawić się po stronie pośredników względnie samych kasyn. </li><li>Nawet w miejscu se słabym połączeniem internetowym albo złym zasięgiem, uda nam się doładować konto w kasynie internetowym  za pomocą płatności BLIK bez najmniejszych kłopotów. </li></ul><p>Porównaliśmy je ze sobą, przedstawiając najistotniejsze szczegóły, aby każdy mógł sam wybrać najlepsze kasyno.  Płatności BLIK umożliwiają realizację transakcji przy użyciu 6-cyfrowego kodu BLIK, który możemy znaleźć w aplikacji mobilnej naszego banku.  Po wpisaniu kodu t formularzu depozytu musimy potwierdzić transakcję w aplikacji mobilnej.  Kod jest unikalny we jednorazowy, co oznacza, że nie może być użyty znowu, po zrealizowaniu płatności.  Wszystkie kody BLIK ważne są jedynie przez 2 minuty, po czym tracą swoją ważność.</p><h2 id=\"toc-7\">Jak Działa Kasyno Blik? </h2><p>Skorzystaj z naszej listy rekomendowanych system lub poszukaj innego serwisu, który akceptuje tę metodę.  Upewnij się, że wybierasz legalne i bezpieczne kasyno na prawdziwe pieniądze (zobacz też inne kasyna em prawdziwe pieniądze dla polskich graczy), aby Twoje środki i dane były chronione.  Aby korzystać z blika, musimy posiadać konto bankowe watts jednej z polskiej instytucji bankowej.  Ta metoda płatności jest nierozerwalnie połączona z naszym regularnym kontem i nie funkcjonuje jako samodzielna płatność.  Aplikacja jest dostępna na telefony z oprogramowaniem Android oraz iOS.  BLIK stał się jednym z najbardziej pożądanych systemów płatności w polskich kasynach online, dzięki czemu gracze mogą cieszyć się szybkimi i bezpiecznymi transakcjami.</p><ul><li>MiFinity lub Przelewy24 – wtedy gracz może zostać obciążony prowizją na obsługę takiej płatności. </li><li>Jest to be able to sytuacja podobna grunzochse w przypadku innej popularnej w Polsce metody Przelewy24, która może być również używana wyłącznie perform wpłat. </li><li>Jeśli chcesz używać BLIKA perform gry w kasynie, musisz przygotować jakąś alternatywną metodę płatności, aby wypłacać swoje wygrane. </li><li>Generalnie, sama metoda płatności Blik rzadko jest powodem do przyznania ekskluzywnej promocji. </li><li>Każda transakcja wymaga wygenerowania jednorazowego kodu, który jest ważny tylko przez 2 minuty. </li><li>Zamiast tego umożliwia dostęp do karty płatniczej VISA, szeroko akceptowanej przez wiele kasyn online t Polsce i za granicą. </li></ul><p>Na koniec 2024 roku liczba aktywnych użytkowników BLIKA sięgnęła 18, a few mln osób.  Jeśli chodzi o obsługę kasyn internetowych BLIK, w dostępnych una źródłach nie jest podana dokładna liczba takich stron.  Jednak z tego, co wiem i co widzę na rynku, coraz więcej operatorów kasyn online, których celem są polscy gracze, integruje BLIK jako wygodną metodę płatności.  W branży kasyn online jest to szybka we bezpieczna metoda płatności dla użytkowników smartfonów.  Jednakże, jeśli chodzi o korzyści dla graczy w kasynach, w przypadku BLIK mowa zarówno um zaletach,\" \"jak też wadach.</p><h2 id=\"toc-8\">Które Kasyna Stosują Blik? </h2><p>Na szczęście praktycznie wszystkie polskie banki posiadają tę funkcję w swojej ofercie.  Zwróć uwagę na Energy Gambling establishment, które nie jedynie oferuje tysiące raffgier i hojne promocje, ale także przygotowało ofertę hazardową specjalnie dla graczy unces Polski.  ARI10 in order to internetowa bramka płatnicza, która powstała watts 2022 roku my partner and i którą także może\" \"oferować wybrane kasyno.  ARI10 łączy w sobie koncepcję DeFi oraz tradycyjnej bankowości, wykorzystując możliwości, jakie daje synergia walut redbull i kryptowalut.  Jedną z opcji, która jest możliwa w bramce ARI10 jest zakup kryptowaluty za pośrednictwem BLIK we późniejsze doładowania salda w kasynie.</p><ul><li>Mastercard i actually Polskim Standardem Płatności ogłosiły strategiczną współpracę. </li><li>Wypłaty BLIKIEM są rzadziej spotykane i mogą potrwać nieco dłużej – najczęściej od kilku minut do 24 godzin, w zależności z kasyna i banku. </li><li>Gra ta wymaga strategicznego myślenia i umiejętności analizowania poczynań przeciwników. </li><li>Aby dokonać płatności BLIK w kasyno depozyt blik, użytkownik wpisuje sześciocyfrowy kod t odpowiednie pole podczas finalizacji transakcji. </li><li>Wystarczy odwiedzić sekcję zbierającą kasynai Blik mhh początku artykułu. </li><li>To\" \"wygodna, szybka i przede wszystkim bezpieczna metoda płatności, idealna dla polskich graczy ceniących sobie komfort transakcji mobilnych. </li></ul><p>Minimalna kwota depozytu wynosi 40 zł, a new maksymalna wpłata to 8000 zł mhh jedną transakcję.  Środki trafiają na konto gracza w ciągu maksymalnie 3 minut, co pozwala natychmiast przejść do gry.  System płatności jest w pełni zintegrowany z aplikacjami bankowymi, co gwarantuje bezpieczeństwo transakcji.  To mniejsze kasyno Blik, które stawia na prostotę i łatwość obsługi.  Lemon zachęca nowych użytkowników pakietem powitalnym, który składa się z bonusu pieniężnego do 3000 zł oraz 200 darmowych spinów.  Promocja zapewniana przez kasyno on the web na Blik obejmuje pierwsze wpłaty, the dodatkowe spiny można wykorzystać na wybrane automaty.</p><h3 id=\"toc-9\">Casino Mostbet: Najpopularniejsze Kasyno Z Blikiem Wśród Polaków</h3><p>To idealne rozwiązanie dla tych, którzy chcą zminimalizować ryzyko, some sort of jednocześnie spróbować swojego szczęścia.  Polskie kasyna Blik to wyjątkowe platformy, które wyróżniają się na naszym rodzimym rynku dzięki swojej zdolności perform dostosowania się perform specyficznych potrzeb polskich graczy.  Tak, Blik jest uznany za bezpieczną metodę płatności, wykorzystując autoryzację kodem jednorazowym.  Po wpłacie depozytu można grać na pieniądze i zdobywać realne wygrane, które następnie można wypłacić.  Czas pomiędzy przesłaniem zlecenia wypłaty a trafieniem jej na nasze konto zależy od indywidualnych ustaleń w regulaminie danego operatora.</p><ul><li>PolskiekasynoHEX nie ponosi odpowiedzialności za decyzje podjęte przez użytkowników w oparciu o materiały zamieszczone em naszych stronach. </li><li>Poniżej znajdziesz główne zalety i wady blik w kasynach online, aby ułatwić Ci podjęcie decyzji. </li><li>Lista jest aktualizowana co tydzień, aby zapewnić najnowsze rekomendacje i oferty. </li><li>Na naszej stronie Kasyna Blik znajdziesz przegląd większości gier kasynowych, które najprawdopodobniej napotkasz na polskich stronach internetowych. </li></ul><p>Technologia idzie do przodu, więc możemy spodziewać się jeszcze lepszych i bardziej nowoczesnych funkcji, które sprawią, że granie on the internet będzie jeszcze przyjemniejsze.  Z drugiej strony sprawdzamy również, bądź posiada szeroką gamę gier losowych, aby zadowolić gusta wszystkich graczy.  Dbamy um to, aby zawierały najpopularniejsze i najbardziej innowacyjne gry.</p><h3 id=\"toc-10\">Opcje Płatności Za Pośrednictwem Odmiennych Systemów Płatności</h3><p>Mimo pewnych wad, dla polskich graczy kasyno Blik oferuje wyjątkowo wygodny i bezpieczny sposób na dokonywanie depozytów.  W przeważającej części kasyna nie pobierają od nas nawet przysłowiowego grosza za dokonanie wpłaty.  Przed jej zleceniem warto jednak sprawdzić w regulaminie kasyna, czy depozyty za pomocą BLIK są na pewno darmowe.</p><ul><li>A co ciekawe, coraz więcej z em wybiera właśnie kasyna internetowe zamiast tradycyjnych. </li><li>Warianty takie jak Texas Hold’em i actually Omaha są szczególnie popularne w kasyna online. </li><li>Dodatkową korzyścią jest możliwość wypłaty wygranych mhh analogicznych zasadach. </li><li>Należy zwrócić uwagę na dostępność czatu na żywo, bo to najszybszy kanał komunikacji. </li><li>Jedyną opłatą, unces jaką należy się liczyć, jest ewentualna prowizja od przewalutowania transakcji. </li></ul><p>Slotuna to kolejne przyjazne dla użytkownika kasyno z szeroką gamą metod płatności, t tym także płatności BLIKiem.  W kilka minut każdy polski gracz może założyć darmowe konto my partner and i wypróbować swoich sił na ulubionych slotach, lub w polskojęzyczne kasyno live.  Slotuna wyróżnia się na tle innych swoją mocno rozbudowaną ofertą oraz specjalnym programem VIP.  Dodatkowo Slotuna oferuje także możliwość stawiania zakładów bukmacherskich.  Co ciekawe, BLIK dominuje w sektorze e-commerce, gdzie co druga płatność realizowana jest właśnie tą metodą.  Nie jest więc też obcy większości graczom korzystającym z usług kasyn online.</p><h2 id=\"toc-11\">Alternatywy Płatności Do Blik</h2><p>PolskiekasynoHEX nie ponosi odpowiedzialności za decyzje podjęte przez użytkowników w oparciu o materiały zamieszczone mhh naszych stronach.  Wykorzystując udostępniane przez nasz portal treści zobowiązujesz się we własnym zakresie sprawdzić aktualność przepisów prawnych.  Posiadacze aplikacji bankowych z opcją płatności BLIK zastanawiają się zapewne, jak można wypłacić nagrodę przy pomocy tej metody.  Niestety operator pozwala jedynie na szybkie przelewy pomiędzy dwoma użytkownikami BLIK.</p><ul><li>Od niedawna BLIK jest też dostępny watts ofercie banku Revolut Bank UAB. </li><li>MiFinity to świetne rozwiązanie dla osób, które chcą korzystać unces BLIKA w kasynach, które standardowo move nie obsługują. </li><li>BLIK stał się jednym z najbardziej pożądanych systemów płatności w polskich kasynach online, dzięki czemu gracze mogą cieszyć się szybkimi i bezpiecznymi transakcjami. </li><li>To czyni go szeroko dostępną metodą płatności, unces której tak naprawdę może skorzystać każdy Polak. </li><li>Platforma działa w pełni legalnie – posiada licencję, gwarantującą uczciwą rozgrywkę i bezpieczeństwo danych. </li><li>Darmowe spiny w kasyno Blik mogą być częścią pakietu powitalnego, promocji sezonowej lub nagrody lojalnościowej (Specjalne warunki dla graczy VIP). </li></ul><p>Kasyno charakteryzuje się solidnym bonusem powitalnym, bo przy dwóch pierwszych wpłatach można odebrać nawet do 4310 zł, a także do 200 darmowych spinów.  Chodzi przede\" \"wszystkim o natychmiastowość, przejrzystość, dostępność przez telefon, bezpieczeństwo, brak konieczności podawania danych karty.  Aby dokonać płatności, wystarczy zalogować się do aplikacji bankowej, podać kod, potwierdzić płatność w telefonie i gotowe.  Jak wiesz, w kasynach online dla graczy są dostępne różne rodzaje bonusów.  Poniżej opowiemy o tym, z których nagród można skorzystać wybierając kasyna z BLIKIEM.</p><h2 id=\"toc-12\">Błyskawiczne Transakcje</h2><p>Co więcej, regularne promocje, darmowe spiny i system nagród lojalnościowych sprawiają, że każdy dzień w Orange Casino to nowa okazja na wygraną.  W razie problemów możesz złożyć prośbę o pomoc, wypełniając formularz w sekcji „kontakt” na stronie internetowej.  Jeśli masz pytania dotyczące transakcji, skontaktuj się unces bankiem, z którego aplikacji korzystasz, wysyłając pisemne zapytanie albo skargę.  To idealne rozwiązanie dla miłośników gier hazardowych, którzy cenią sobie bezproblemowość i szybkość płatności.  Dzięki możliwości dokonywania transakcji przy użyciu Blik, możesz natychmiast zasilić swoje konto i rozpocząć grę na ulubionych automatach online.</p><ul><li>Darmowe spiny kasyna na Blik są przyznawane na wybrane automaty online Blik i można je wykorzystać w określonym\" \"czasie. </li><li>Najbliższą alternatywą dla Blika w polskich kasynach online są inne polskie systemy szybkich przelewów, takie grunzochse Przelewy24, Tpay, PayU czy Dotpay. </li><li>O wiele powszechniejsza jest wpłata BLIKIEM przez platformy pośredniczące. </li><li>Tak więc sporo tytułów jest dostępnych w dostępnym trybie demo, co jest bardzo wygodne, zwłaszcza jeśli chcesz czegoś nowego. </li></ul><p>Kryptowaluty, które stają się coraz bardziej popularne, oferują pełną anonimowość, ale ich akceptacja jest ograniczona.  Blik wyróżnia się na tle innych procedur swoją łatwością obsługi oraz szeroką dostępnością w Polsce, co czyni go atrakcyjnym wyborem dla lokalnych graczy.  Kasyna online akceptują blik, działają na podstawie licencji wydanych przez zagraniczne jurysdykcje, takie jak MGA, Gibraltar bądź Curacao..  Zawsze dobrze jest utrzymywać doskonałą komunikację między kasynem online a graczami, dlatego dbamy to to, aby user miał różne środki komunikacji i dobry personel do ich obsługi.</p><h3 id=\"toc-13\">Alternatywne Metody Płatności</h3><p>Dlatego większość kasyn zagranicznych nie może zaproponować użytkownikom złożenie depozytu lub wypłatę pieniędzy za pośrednictwem BLIKu.  Przed aktywacją gry w kasynie BLIK warto sprawdzić, czy portalhazardowy posiada w swojej ofercie tę metodę.  W tym celu zaleca się przejść perform sekcji Płatności we poszukać logo unces napisem depozyt BLIK.  System ten może poszczycić się sporym potencjałem, ponieważ kasyno online depozyt BLIK jest bezpieczne.  Wysoka popularność BLIKU nie mogła nie spowodować także wzrostu popularności takich płatności wśród hazardzistów.  Jakie polskie kasynach online z BLIKIEM są obecnie najlepsze i bądź można tego typu płatności uznać za bezpieczne?</p><ul><li>Oficjalnie Blik został wprowadzony dla klientów banków w 2015, a już w 2019 r. </li><li>Według najnowszych danych, aż 60% Polaków gra w gry hazardowe przynajmniej raz w roku. </li><li>Gracze mogą uczestniczyć watts grach w ruletkę, blackjacka, pokera my partner and i inne gry w czasie rzeczywistym. </li><li>Dodatkowo, zdecydowana większość serwisów akceptuje wypłaty wygranych mhh te same portfele, z których zrealizowano zasilenie. </li></ul><p>Warto również wspomnieć, że szybkość transakcji może zależeć od kwoty transakcji oraz od wybranej metody płatności współpracującej z BLIK w kasyno wplata blik.  Kod jest ważny jedynie przez 2 minuty, co sprawia, że płatności tym sposobem są szybkie i bezpieczne – jeśli kod przepadnie, konieczne jest wygenerowanie nowego.  O bezpieczeństwo transakcji dba zatwierdzenie w aplikacji bankowej, carry out której masz dostęp tylko Ty.  Kod wystarczy przepisać w\" \"oknie przeglądarki, a następnie zatwierdzić w aplikacji mobilnej.  Blik to system umożliwiający błyskawiczne płatności za pomocą 6-cyfrowego kodu.  Usługa określana jest elektronicznym czekiem, realizowanym przy pomocy aplikacji mobilnej, możliwym także carry out wypłacenia w bankomatach i sklepach stacjonarnych.</p>','Ranking I Najlepsze Oferty Dla Graczy','','inherit','closed','closed','','228-revision-v1','','','2025-10-06 12:40:02','2025-10-06 05:40:02','',228,'https://lion288slot.com/?p=229',0,'revision','',0),
(230,1,'2025-10-06 06:12:14','2025-10-05 23:12:14','<meta name=\"description\" content=\"Each casino web site should attract players using its unique rewards. \"/><h1>Top 10 Gambling Casinos Usa To Participate In For Real Cash Within 2025</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Esports Betting</a></li><li><a href=\"#toc-1\">Deposit Match Up In Order To $2, 500</a></li><li><a href=\"#toc-2\">Responsible Gambling</a></li><li><a href=\"#toc-3\">New Online Internet Casinos With Good Gives For Aussies</a></li><li><a href=\"#toc-4\">Top Online Casino Live Game Developers</a></li><li><a href=\"#toc-5\">Is It Feasible To Play Survive Casino Games In Mobile Devices? </a></li><li><a href=\"#toc-6\">Types Of Casino Payment Solutions</a></li><li><a href=\"#toc-7\">Deposit Complement To $100</a></li><li><a href=\"#toc-8\">Best Online Casinos For Real Money Inside 2025</a></li><li><a href=\"#toc-9\">What Is Best On The Web Casino In Quotes? </a></li><li><a href=\"#toc-10\">Advantageous Casino Bonuses</a></li><li><a href=\"#toc-11\">Cryptocurrency Dealings At Las Atlantis Casino</a></li><li><a href=\"#toc-12\">🔟 Are Worldwide On The Internet Casino Apps Safe? </a></li><li><a href=\"#toc-13\">Play Well-known Casino Games</a></li><li><a href=\"#toc-14\">Slots Lv – The Universe Of Slot Machine Games</a></li><li><a href=\"#toc-15\">Playamo Casino Rapid Best High Roller Casino</a></li><li><a href=\"#toc-16\">Popular Survive Dealer Games</a></li><li><a href=\"#toc-17\">What Should I Consider When Choosing A Survive Casino?\" \"[newline]best Online Casinos Regarding Real Money</a></li><li><a href=\"#toc-18\">Tips For Choosing A Survive Casino</a></li><li><a href=\"#toc-19\">No Deposit Bonuses</a></li><li><a href=\"#toc-20\">Casinos By Country</a></li><li><a href=\"#toc-21\">Are Usa Online Casinos Real Money? </a></li><li><a href=\"#toc-22\">How To Be Able To Make Transactions Your Way Online Casinos? </a></li><li><a href=\"#toc-23\">Legit Live Casino Games</a></li><li><a href=\"#toc-24\">Cashback Bonuses</a></li><li><a href=\"#toc-26\">Can You Enjoy Cost-free Online Gambling In Australia? </a></li><li><a href=\"#toc-27\">Are Australian Online Internet Casinos Safe? </a></li><li><a href=\"#toc-28\">Play\'n Go</a></li><li><a href=\"#toc-30\">Ignition Casino</a></li><li><a href=\"#toc-31\">Video Poker Online</a></li><li><a href=\"#toc-33\">Our Criteria For Top Level Australian Online Casinos</a></li><li><a href=\"#toc-34\">How Live Dealer Casinos Work</a></li></ul></div><p>You can play in a real casino table from anywhere, as long since you have a good internet connection.  Bovada Casino, serving U. T. players since 2012, remains a well known name in on-line gaming.  Its user-friendly interface ensures effortless navigation for players coming from all experience amounts.</p><ul><li>Online gambling offers been a true blessing and also a curse with the same period since it grew to become a thing. </li><li>The casino offers 600+ online games, the majority of which are popular Pragmatic Play\" \"game titles with the relaxation coming from the likes associated with Hacksaw, BGaming, OneTouch, and Twist Gambling. </li><li>Lightning Roulette, Immersive Different roulette games, and Double Soccer ball Roulette are the particular most favored. </li><li>One thing you need to end up being aware of in terms of bonuses and marketing promotions is wagering requirements. </li><li>The no-deposit bonus is actually standard, but a couple of three first-purchase additional bonuses provides excellent price. </li></ul><p>Any earnings after the rollover can be straight directly into live dealer online games.  Live online internet casinos in Australia may well offer deposit fit bonuses as component of welcome deals or ongoing marketing promotions for regular gamers.  These promotions generally range from 25% to 100% or maybe more and include terms like wagering needs and max earn limits.  When that comes to online gambling, different countries have different laws and regulations for real cash on line casino sites.  There are some international licensing authorities and regulators, but players should check the existing gambling law in their jurisdiction.</p><h2 id=\"toc-0\">Esports Betting</h2><p>Deposit bonuses are some sort of common form regarding promotion at on the internet casinos, rewarding gamers with extra cash based on the quantity they deposit.  These bonuses often match up the deposited sum up to and including certain limit, allowing players to be able to double their funds and extend their playtime.  However, players should know about the betting requirements that are available with these bonus deals, as they decide when\" \"added bonus funds can be changed into withdrawable funds.</p><ul><li>Live supplier casinos work by simply combining advanced technical like RFID receptors and webcams to deliver an online gaming experience throughout real-time. </li><li>Staying educated\" \"regarding these changes is crucial for both providers and players to be able to navigate the growing legal environment. </li><li>As the online on line casino market in Australia continually evolve, comprehending which sites stand out is crucial for players trying to maximize their enjoyment and potential winnings. </li><li>Efficient and secure finance management is the key aspect of online casino game play. </li><li>These casinos ensure of which\" \"the quality of your gaming treatment is uncompromised, no matter the device you choose to use. </li></ul><p>What’s available now performs on a ‘Bet Behind’ setup, to follow a reside streamer and guess on their results.  They’re similar to interactive TV-style games hosted by energetic presenters.  Let’s end this content with a helpful checklist on spotting a disreputable gambling site.  If it had been revoked by the certain authority in some time, there should be very solid proof that the agent now has a valid licence.  Apart from being protected from internet attacks, a online casino site must also keep a proper driving licence <a href=\"https://casino-australia-bonus.com/\">casino australia</a>.</p><h3 id=\"toc-1\">Deposit Match Up In Order To $2, 500</h3><p>If you have the gambling problem, all of us encourage you in order to contact the kind of consumer support services below.  You’ll enjoy attractive graphics, easy-to-use feel controls, and clean gameplay.  With best mobile casinos such as Wolf Winner, Oshi, and Lucky Is victorious, gaming never prevents.  These deals contain cashback offers, personalised bonuses, faster withdrawals, and even a new dedicated VIP manager.</p><ul><li>Initially, the revulsion request will be pending approval coming from the casino. </li><li>The mobile gaming revolution has morphed online casinos into portable entertainment behemoths. </li><li>With numerous online casinos to choose from, figuring out which in turn ones are reputable, safe, and lawful to use is not any easy task. </li><li>After pokies, blackjack has become the online game that attracts the majority of Australian players to online casinos. </li><li>You’ll find innovative in addition to fair games in the top online casinos we recommend, including specific online game suggestions to obtain you started on the right foot. </li></ul><p>If you heard concerning RTP (return to be able to player) and are also curious to know even more info, you may check out our own Slots RTP Guideline.  It explains the relationship between RTP and even players\' bets over time.  Many of the best online casino bonuses are advertised with gambling sites while an incentive for signing up.</p><h2 id=\"toc-2\">Responsible Gambling</h2><p>The benefit in this article is that you can have fun here with out the hassle of experiencing to drive into the city every time.  You nevertheless get that interpersonal vibe, bantering with all the host and additional fellow players by way of the chat\" \"characteristic.  But it’s because private as you want since many tables only demonstrate your nickname as an alternative of your id.  All our recommended international operators have got safe mobile internet casinos that are accredited by reputable regulators.  Casino apps possess to stick to the same security standards in addition to offer the same player protection while casino websites.</p><ul><li>Most sites are built to become mobile-friendly plus operate your browser. </li><li>Almost every site also has its own set of modern jackpot pokies where the main award can be worth huge amount of money. </li><li>Down under, we\'ll cover a variety of tips, and you can select which usually apply to your titles you like. </li><li>Players can likewise benefit from rewards programs when employing cards like Stock exchange, which will provide points or cashback in casino transactions. </li><li>It’s correct that some will be better than others, but each has their merits and drawbacks. </li></ul><p>If you feel like Girl Luck is upon your side, a person can make a lot of money fast while enjoying baccarat.  Running straight into problems and the particular lack of information on how to\" \"fix those problems is usually common on on the web casino sites.  You can direct all the questions to them, and they should respond in a professional method, giving you succinct answers on exactly how to find what you’re searching for.</p><h3 id=\"toc-3\">New Online Casinos With Good Provides For Aussies</h3><p>One of the particular most common forms of bonuses made available from online casinos is the welcome offer.  As the name indicates, this is certainly presented in order to new players in a bid in order to get them to be able to sign up and downpayment at the casino.  Online casino bonuses can easily come in distinct forms such since match bonuses, free of charge spins, cashback, plus more.  But while they can enhance your bankroll plus give you a lot more chances to win, they are constrained to new participants.  In it, I actually showcase top on-line casinos according to different requirements.</p><ul><li>Something really cool about most variations of online on line casino games is that you may play for free to get a sense for how they will work before you decide to play for real money. </li><li>With so many selections on offer, even the most expert players can find that tough to pick out genuine top-tier internet casinos from the relaxation. </li><li>Game range, mouth-watering jackpots, and even flawless UX are just some involving the factors we all take into accounts when delving directly into a casino software developer’s game collection. </li><li>A safe mobile gambling establishment should offer all the welcome and reload bonuses or free spins available at the desktop site. </li><li>They typically sort them by jackpot prize, starting with the maximum. </li></ul><p>RNG games, like on the internet slots or electronic roulette, rely in computer algorithms in order to produce random benefits.  But again, the particular providers dealing with typically the casinos we advise are local authority licenced in addition to regularly audited by simply independent agencies.  Provided that they have a secure online online casino licensing, their technological security is confirmed and their pay-out odds are accredited.</p><h3 id=\"toc-4\">Top Online Casino Live Game Developers</h3><p>Games by Better Live and Stake Live fill out the casino’s survive dealer lobby, which includes all the classics such as black jack, roulette, baccarat, plus dadu.  You may also find about 20 exclusive game titles labeled \'Stake Originals\'.  It’s among the rare sweeps casinos that will accepts cryptocurrency obligations, features live supplier games and scratchcards, and enforces a new 21+ minimum grow older requirement.  It’s furthermore worth mentioning that Stake. us is a sweepstakes version of the real-money gambling website Risk. com — which usually is limited throughout Canada (not which includes Ontario).  It\'s necessary to consider the bets limits, especially throughout table games in addition to live dealer games.  You\'ll want the spread that respects both conservative gamblers and high rollers.</p><p>The gamers can interact along with the dealers via a chat, which offers a highly traditional casino experience.  We’ve already briefly mentioned testing houses, twelve-monthly fairness reports, and even RNG tests.  In the realm regarding online gaming, presently there are few things as important while the randomness of the game outcomes.  It’s very easy intended for unlucky gamblers enjoying real money casino games to pin the consequence on their poor results on rigged on the internet slots or table games.  After pokies, blackjack is probably the video game that attracts many Australian players in order to online casinos.  All the games a person can find on our\" \"highlighted websites come using exceptional gameplay.</p><h2 id=\"toc-5\">Is It Feasible To Play Survive Casino Games On Mobile Devices? </h2><p>The difference between a good online casino plus a top slots site will be the variety of slots it offers.  After reading about how exactly to select the particular right casino, you can test Outstanding Spins and participate in real money casino video games.  Having the best mobile casino in Australia means entertainment right at the fingertips!  It doesn’t matter if you’re utilizing an Android, iOS, or tablet unit.  You search with regard to the casino about your mobile web browser, register, or join play exciting gambling establishment games online.  Australian Online pokies remain a favourite among Australian casino players intended for their simplicity in addition to rewarding gameplay.</p><ul><li>When you play at one of each of our recommended USA internet casinos, you’re guaranteed in order to discover a licensed, trustworthy, and reputable system. </li><li>Baccarat is definitely an integral part associated with casino entertainment, so you won’t include any trouble obtaining it on the websites we advise. </li><li>With that said, the reviews break issues down into more detail along these ranges to help a person find and what will fit you the best based on your location and other components. </li><li>To increase the particular time that that takes to receive your money, you then have a few options. </li></ul><p>Recent global events have caused the major shift in the industry plus the market provides slowly migrated coming from offline to on the internet gambling.  Several countries are now appearing because the top legal online gambling markets, although regions, such as the Middle East and Eastern European countries are among the particular fastest-growing.   The iGaming market is segmented directly into wagering, casino, plus other game varieties.  There are different ways for the trusted international online casino to shield its players.</p><h2 id=\"toc-6\">Types Of Casino Repayment Solutions</h2><p>Reload bonuses inspire regular players to be able to make more deposit at a online casino and receive rewards for continuing in order to play.  For illustration, a weekly refill bonus of 50% up to $450 is on offer; you’ll use a new specific code that will is sometimes presented.  The deal is available to players who may have made a minimum of four debris.</p><p>We wrote aim reviews on a lot of casino providers in Australia, and even we plan to do even more.  If an Aussie online casino clears its doors, you will be the first one to find out and about about it in this article.  That implies that we’ve been in the particular player’s seat ourself and that we know what it takes to have a wonderful gambling experience online.  We set way up our casinos internet site review and ranking process in a manner that can make it easy to be able to trust how we put things collectively.  Here we want to give you the reasons why you could have confidence in our reviews and even recommendations of exactly where to play.  Keep in mind that none associated with the sites all of us have suggested will demand you to consider advantage of some type of bonus offer.</p><h3 id=\"toc-7\">Deposit Match To $100</h3><p>Ignition Casino provides an unmatched cardroom experience, whether a person favor the fast pace of Region Poker or the fair anonymous tables, providing to both newcomers and pros.  An older but dependable method, wire transactions involve directly copying money coming from a financial institution account to a casino.  This approach is typically risk-free and secure, nevertheless transfer times can easily be longer compared to with e-wallet remedies.</p><ul><li>We evaluation numerous casino web sites boost our provides regularly. </li><li>Luckily for you, almost all the websites all of us list here can be accessed very easily through your mobile phone device. </li><li>As we\'ve already seen, operators often shine in different regions. </li><li>New customers who deposit from least $5 and place a real money wager of $5 will be eligible regarding $100 in online casino bonuses. </li></ul><p>Another risk is that you may not always be able to win anything or get the money back in the event that the casino shuts down.  They usually sort them by jackpot prize, starting up with the maximum.  Well-known progressive video poker machines include the legendary Mega Moolah, which offers created many millionaires.</p><h3 id=\"toc-8\">Best Online Casinos Regarding Real Money Throughout 2025</h3><p>They should suit the needs and be clear about drawback processing times.  After all, no a single wants to wait weeks to acquire their money after some sort of big win.  We examine right after involving Australian online and land-based casinos.</p><ul><li>You could also make contact with the National Council on Problem Wagering for free information. </li><li>Also, you need to know of which the legal wagering age in Aussie is 18. </li><li>Listed below is a complete list of available online real cash casinos in regulated claims. </li><li>With mobile-optimized online games like Shaolin Soccer, which boasts a good RTP of 96. 93%, players can easily expect a premium quality gaming experience wherever they are. </li><li>Live dealer games are already a must in the best online casino sites worldwide. </li></ul><p>In 2012, a brand new You are able to court recognized on the internet video poker since a game associated with skill, which noticeable the beginning of the move to legal online video gaming in the US.  With mobile-optimized online games like Shaolin Football, which boasts an RTP of ninety six. 93%, players can easily expect a superior quality gaming experience exactly where they are.  Live dealer casino online games bring the genuine experience of a land-based casino to the particular online realm.  These games are organised\" \"by simply real dealers in addition to streamed in current, providing a even more immersive and online experience compared in order to traditional digital gambling establishment games.</p><h2 id=\"toc-9\">What Is The Best On-line Casino In Quotes? </h2><p>See our Stake. us Casino review here and for the Stake. us Casino promotional code, use SBR\'s exclusive promo code SBRBONUS when signing up.  For read more about the particular social casino, see our WOW Las vegas Casino review and become sure to take advantage of the particular WOW Vegas On line casino promo code.  High 5 has a mobile app while well, and it can be seen in both the App Store and the Google Play Store.  For a far more in-depth seem at this online casino, please visit each of our High 5 Casino review.  To learn more about becoming a member of this casino, label our Hello Large numbers Casino promo signal page.  Certifications from independent bodies additional reinforce a platform\'s commitment to security and fairness.\" \"[newline]Another industry titan that will crossed the fish-pond from Europe, Unibet has firmly set up its presence in the U. S. and is also currently operating in Nj-new jersey and Philadelphia.</p><p>Websites you can find here offer state-of-the-art roulette games that arrive from the finest software developers within the iGaming industry.  You will get to enjoy quality graphics and sound effects, fast-paced gameplay, and many regarding betting options.  If an Australian on-line casino gets a new mention on the website, you may be sure of which it’s the true deal.  We carry out meticulous research upon all casinos intended for Australian players, and we have certain conditions that all providers must meet just before being included in the list.  The highest payout charge means better\" \"chances of winning no issue which casinos video game you\'re playing.</p><h3 id=\"toc-10\">Advantageous Casino Bonuses</h3><p>Progressive jackpot pokies add an exciting factor with the opportunity to win major!  For better possibilities, try pokies along with high RTP rates (over 90%) with regard to fairer play.  Enjoy exploring hundreds involving video slots and even classic pokies at leading sites such as DundeeSlots, where more than 2, 500 headings await to maintain you entertained.  Knowing the range involving betting limits will help players choose a casino that meets their financial convenience.  Different games include varying minimum plus maximum bet limits, affecting\" \"person participation.  Live baccarat’s strategic depth and interesting gameplay make that a favorite amongst many players.</p><ul><li>The pleasure comes with having to reveal symbols or even numbers t immediate cash prizes. </li><li>SlotsandCasino provides a abri of reliability using its array of classic banking methods. </li><li>A great on line casino site is the one that offers both high-quality game titles and a wide array of them. </li><li>New players can take advantage involving generous welcome bonuses, enhancing their bank roll and extending their playtime. </li></ul><p>Each of these types of platforms offers distinctive features, from complete bonuses and diverse game selections in order to excellent user activities designed to entice and retain gamers.  Whether you’re looking for high-quality slot games, live dealer experiences, or robust sportsbooks, these casinos get you covered.  International players know how important it is to choose secure online casinos when playing for actual money online.  To assist our readers discover reputable casino websites we performed various safety checks.  Then we shortlisted twelve of the finest online casinos throughout the world with high protection standards and flawless licensing.  Choosing the correct Australian online casino is vital for a great enjoyable gaming encounter.</p><h2 id=\"toc-11\">Cryptocurrency Deals At Las Atlantis Casino</h2><p>It\'s important to choose a method that is definitely secure and features favorable processing periods.  A lots of rising markets ensures that purchase in South Us online casinos is higher than ever.  As a end result, you\'ll have a lot of use of top-tier software suppliers and big brand brands.  This enhanced competition means much better deals and better service for participants.</p><ul><li>For someone just dipping their toes inside, picking the appropriate platform and ensuring it\'s safe although hunting for one of the most generous bonuses could be daunting. </li><li>We may also discuss the conditions you should be aware of.\"</li><li>The various themes and functions in slot online games ensures that there’s always something brand new and exciting in order to play. </li><li>They don\'t have a whole lot of bonus capabilities or complex sport mechanics. </li><li>Online casino bonuses may come in distinct forms such as match bonuses, free spins, cashback, and even more. </li></ul><p>Professional and attractive dealers retain the game operating, while you also can use the survive chat to speak with other players.  The streams are usually in HD quality along with the stakes are normally a bit higher than on standard casino games.  With our reviews in addition to ratings of the particular most outstanding intercontinental online casino sites, you\'ll find the wide variety of experiences, promotions and games accessible.</p><h3 id=\"toc-12\">🔟 Are Worldwide On-line Casino Apps Secure? </h3><p>Exclusive bonuses, generally including cash advantages and high-value advantages, serve as the token of gratitude for your continued patronage.  Each platform is a treasure trove of pleasure, offering an exceptional mixture of games,\" \"additional bonuses, and immersive encounters tailored to the desires.  A excellent digital haven awaits, whether you’re the card game connoisseur, slots enthusiast, or perhaps wagering fan.  However, like all types of gambling, this involves risk, in addition to there\'s no guarantee of profit.  However, you can still play plenty involving slots at no cost by simply using platforms generally known as social casinos or sweepstakes casinos.</p><ul><li>They offer slot tournaments, weekly reload bonuses, live dealer booster gadgets, and blackjack promotions, ensuring regular participants have plenty involving reasons to hang in there. </li><li>They all differ in terms regarding how they operate, their speed, in addition to whether they come with any constraints attached. </li><li>Whether you are wagering on the person or maybe the banker, survive baccarat offers the thrilling and satisfying experience. </li><li>They owe much associated with their popularity in order to their convenience in addition to accessibility. </li></ul><p>All the required information about typically the issuing company and even validity period will certainly be there.  Some of the top SSL providers from the legit on the web casinos worldwide are usually Thawte, DigiCert, GoDaddy, and Comodo.  Customer service is almost never discussed when it comes to secure online gambling internet sites worldwide.  But fast and reliable customer care may be crucial in the event the players encounter any difficulties in addition to can be a new checkmark of the site’s trustworthiness.  Almost half all Australian players use cellular devices to play their particular favourite casino games these days.  If an online casino wants\" \"to attract more customers, possessing a mobile-compatible platform can be a priority.</p><h2 id=\"toc-13\">Play Popular Casino Games</h2><p>Some are offered in New Jersey and Pennsylvania just, while some have broadened their services in order to Michigan and West Virginia.  The betting scene is regularly evolving, and we stay updated with the most recent movements to hold a person informed.  Holding the legitimate license from the U. S. regulating agency is some sort of fundamental requirement with regard to us to also consider reviewing a casino.  Bally may well not have some sort of bustling promo section, but they make up for it using their Bally Rewards commitment program, aimed with rewarding more active players.</p><p>The apps in addition to websites are suitable considering the latest Google android and iOS operating systems, and you can really feel free to attempt them out on your smartphone or a tablet.  Luckily for you, all the websites many of us list here can be accessed very easily through your mobile device.  As a person can see, almost never have any associated with the operators on our lists attained a 5-star ranking.  The process involving depositing to your current account is pretty straightforward.  Once you\'ve done it the time or two, you\'ll have the hold of it because there are just one or two simple steps that are intuitive in addition to easy to understand.  Starting your consideration is fast and simple, and it only needs a few moments.</p>','Usa Online Casinos Listing Feb 2025 Almost All Legal Us Casino Sites Listed','','publish','closed','','','usa-online-casinos-listing-feb-2025-almost-all-legal-us-casino-sites-listed','','','2025-10-06 15:16:39','2025-10-06 08:16:39','',0,'https://lion288slot.com/?p=230',0,'post','',0),
(231,1,'2025-10-06 15:16:39','2025-10-06 08:16:39','<meta name=\"description\" content=\"Each casino web site should attract players using its unique rewards. \"/><h1>Top 10 Gambling Casinos Usa To Participate In For Real Cash Within 2025</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Esports Betting</a></li><li><a href=\"#toc-1\">Deposit Match Up In Order To $2, 500</a></li><li><a href=\"#toc-2\">Responsible Gambling</a></li><li><a href=\"#toc-3\">New Online Internet Casinos With Good Gives For Aussies</a></li><li><a href=\"#toc-4\">Top Online Casino Live Game Developers</a></li><li><a href=\"#toc-5\">Is It Feasible To Play Survive Casino Games In Mobile Devices? </a></li><li><a href=\"#toc-6\">Types Of Casino Payment Solutions</a></li><li><a href=\"#toc-7\">Deposit Complement To $100</a></li><li><a href=\"#toc-8\">Best Online Casinos For Real Money Inside 2025</a></li><li><a href=\"#toc-9\">What Is Best On The Web Casino In Quotes? </a></li><li><a href=\"#toc-10\">Advantageous Casino Bonuses</a></li><li><a href=\"#toc-11\">Cryptocurrency Dealings At Las Atlantis Casino</a></li><li><a href=\"#toc-12\">🔟 Are Worldwide On The Internet Casino Apps Safe? </a></li><li><a href=\"#toc-13\">Play Well-known Casino Games</a></li><li><a href=\"#toc-14\">Slots Lv – The Universe Of Slot Machine Games</a></li><li><a href=\"#toc-15\">Playamo Casino Rapid Best High Roller Casino</a></li><li><a href=\"#toc-16\">Popular Survive Dealer Games</a></li><li><a href=\"#toc-17\">What Should I Consider When Choosing A Survive Casino?\" \"[newline]best Online Casinos Regarding Real Money</a></li><li><a href=\"#toc-18\">Tips For Choosing A Survive Casino</a></li><li><a href=\"#toc-19\">No Deposit Bonuses</a></li><li><a href=\"#toc-20\">Casinos By Country</a></li><li><a href=\"#toc-21\">Are Usa Online Casinos Real Money? </a></li><li><a href=\"#toc-22\">How To Be Able To Make Transactions Your Way Online Casinos? </a></li><li><a href=\"#toc-23\">Legit Live Casino Games</a></li><li><a href=\"#toc-24\">Cashback Bonuses</a></li><li><a href=\"#toc-26\">Can You Enjoy Cost-free Online Gambling In Australia? </a></li><li><a href=\"#toc-27\">Are Australian Online Internet Casinos Safe? </a></li><li><a href=\"#toc-28\">Play\'n Go</a></li><li><a href=\"#toc-30\">Ignition Casino</a></li><li><a href=\"#toc-31\">Video Poker Online</a></li><li><a href=\"#toc-33\">Our Criteria For Top Level Australian Online Casinos</a></li><li><a href=\"#toc-34\">How Live Dealer Casinos Work</a></li></ul></div><p>You can play in a real casino table from anywhere, as long since you have a good internet connection.  Bovada Casino, serving U. T. players since 2012, remains a well known name in on-line gaming.  Its user-friendly interface ensures effortless navigation for players coming from all experience amounts.</p><ul><li>Online gambling offers been a true blessing and also a curse with the same period since it grew to become a thing. </li><li>The casino offers 600+ online games, the majority of which are popular Pragmatic Play\" \"game titles with the relaxation coming from the likes associated with Hacksaw, BGaming, OneTouch, and Twist Gambling. </li><li>Lightning Roulette, Immersive Different roulette games, and Double Soccer ball Roulette are the particular most favored. </li><li>One thing you need to end up being aware of in terms of bonuses and marketing promotions is wagering requirements. </li><li>The no-deposit bonus is actually standard, but a couple of three first-purchase additional bonuses provides excellent price. </li></ul><p>Any earnings after the rollover can be straight directly into live dealer online games.  Live online internet casinos in Australia may well offer deposit fit bonuses as component of welcome deals or ongoing marketing promotions for regular gamers.  These promotions generally range from 25% to 100% or maybe more and include terms like wagering needs and max earn limits.  When that comes to online gambling, different countries have different laws and regulations for real cash on line casino sites.  There are some international licensing authorities and regulators, but players should check the existing gambling law in their jurisdiction.</p><h2 id=\"toc-0\">Esports Betting</h2><p>Deposit bonuses are some sort of common form regarding promotion at on the internet casinos, rewarding gamers with extra cash based on the quantity they deposit.  These bonuses often match up the deposited sum up to and including certain limit, allowing players to be able to double their funds and extend their playtime.  However, players should know about the betting requirements that are available with these bonus deals, as they decide when\" \"added bonus funds can be changed into withdrawable funds.</p><ul><li>Live supplier casinos work by simply combining advanced technical like RFID receptors and webcams to deliver an online gaming experience throughout real-time. </li><li>Staying educated\" \"regarding these changes is crucial for both providers and players to be able to navigate the growing legal environment. </li><li>As the online on line casino market in Australia continually evolve, comprehending which sites stand out is crucial for players trying to maximize their enjoyment and potential winnings. </li><li>Efficient and secure finance management is the key aspect of online casino game play. </li><li>These casinos ensure of which\" \"the quality of your gaming treatment is uncompromised, no matter the device you choose to use. </li></ul><p>What’s available now performs on a ‘Bet Behind’ setup, to follow a reside streamer and guess on their results.  They’re similar to interactive TV-style games hosted by energetic presenters.  Let’s end this content with a helpful checklist on spotting a disreputable gambling site.  If it had been revoked by the certain authority in some time, there should be very solid proof that the agent now has a valid licence.  Apart from being protected from internet attacks, a online casino site must also keep a proper driving licence <a href=\"https://casino-australia-bonus.com/\">casino australia</a>.</p><h3 id=\"toc-1\">Deposit Match Up In Order To $2, 500</h3><p>If you have the gambling problem, all of us encourage you in order to contact the kind of consumer support services below.  You’ll enjoy attractive graphics, easy-to-use feel controls, and clean gameplay.  With best mobile casinos such as Wolf Winner, Oshi, and Lucky Is victorious, gaming never prevents.  These deals contain cashback offers, personalised bonuses, faster withdrawals, and even a new dedicated VIP manager.</p><ul><li>Initially, the revulsion request will be pending approval coming from the casino. </li><li>The mobile gaming revolution has morphed online casinos into portable entertainment behemoths. </li><li>With numerous online casinos to choose from, figuring out which in turn ones are reputable, safe, and lawful to use is not any easy task. </li><li>After pokies, blackjack has become the online game that attracts the majority of Australian players to online casinos. </li><li>You’ll find innovative in addition to fair games in the top online casinos we recommend, including specific online game suggestions to obtain you started on the right foot. </li></ul><p>If you heard concerning RTP (return to be able to player) and are also curious to know even more info, you may check out our own Slots RTP Guideline.  It explains the relationship between RTP and even players\' bets over time.  Many of the best online casino bonuses are advertised with gambling sites while an incentive for signing up.</p><h2 id=\"toc-2\">Responsible Gambling</h2><p>The benefit in this article is that you can have fun here with out the hassle of experiencing to drive into the city every time.  You nevertheless get that interpersonal vibe, bantering with all the host and additional fellow players by way of the chat\" \"characteristic.  But it’s because private as you want since many tables only demonstrate your nickname as an alternative of your id.  All our recommended international operators have got safe mobile internet casinos that are accredited by reputable regulators.  Casino apps possess to stick to the same security standards in addition to offer the same player protection while casino websites.</p><ul><li>Most sites are built to become mobile-friendly plus operate your browser. </li><li>Almost every site also has its own set of modern jackpot pokies where the main award can be worth huge amount of money. </li><li>Down under, we\'ll cover a variety of tips, and you can select which usually apply to your titles you like. </li><li>Players can likewise benefit from rewards programs when employing cards like Stock exchange, which will provide points or cashback in casino transactions. </li><li>It’s correct that some will be better than others, but each has their merits and drawbacks. </li></ul><p>If you feel like Girl Luck is upon your side, a person can make a lot of money fast while enjoying baccarat.  Running straight into problems and the particular lack of information on how to\" \"fix those problems is usually common on on the web casino sites.  You can direct all the questions to them, and they should respond in a professional method, giving you succinct answers on exactly how to find what you’re searching for.</p><h3 id=\"toc-3\">New Online Casinos With Good Provides For Aussies</h3><p>One of the particular most common forms of bonuses made available from online casinos is the welcome offer.  As the name indicates, this is certainly presented in order to new players in a bid in order to get them to be able to sign up and downpayment at the casino.  Online casino bonuses can easily come in distinct forms such since match bonuses, free of charge spins, cashback, plus more.  But while they can enhance your bankroll plus give you a lot more chances to win, they are constrained to new participants.  In it, I actually showcase top on-line casinos according to different requirements.</p><ul><li>Something really cool about most variations of online on line casino games is that you may play for free to get a sense for how they will work before you decide to play for real money. </li><li>With so many selections on offer, even the most expert players can find that tough to pick out genuine top-tier internet casinos from the relaxation. </li><li>Game range, mouth-watering jackpots, and even flawless UX are just some involving the factors we all take into accounts when delving directly into a casino software developer’s game collection. </li><li>A safe mobile gambling establishment should offer all the welcome and reload bonuses or free spins available at the desktop site. </li><li>They typically sort them by jackpot prize, starting with the maximum. </li></ul><p>RNG games, like on the internet slots or electronic roulette, rely in computer algorithms in order to produce random benefits.  But again, the particular providers dealing with typically the casinos we advise are local authority licenced in addition to regularly audited by simply independent agencies.  Provided that they have a secure online online casino licensing, their technological security is confirmed and their pay-out odds are accredited.</p><h3 id=\"toc-4\">Top Online Casino Live Game Developers</h3><p>Games by Better Live and Stake Live fill out the casino’s survive dealer lobby, which includes all the classics such as black jack, roulette, baccarat, plus dadu.  You may also find about 20 exclusive game titles labeled \'Stake Originals\'.  It’s among the rare sweeps casinos that will accepts cryptocurrency obligations, features live supplier games and scratchcards, and enforces a new 21+ minimum grow older requirement.  It’s furthermore worth mentioning that Stake. us is a sweepstakes version of the real-money gambling website Risk. com — which usually is limited throughout Canada (not which includes Ontario).  It\'s necessary to consider the bets limits, especially throughout table games in addition to live dealer games.  You\'ll want the spread that respects both conservative gamblers and high rollers.</p><p>The gamers can interact along with the dealers via a chat, which offers a highly traditional casino experience.  We’ve already briefly mentioned testing houses, twelve-monthly fairness reports, and even RNG tests.  In the realm regarding online gaming, presently there are few things as important while the randomness of the game outcomes.  It’s very easy intended for unlucky gamblers enjoying real money casino games to pin the consequence on their poor results on rigged on the internet slots or table games.  After pokies, blackjack is probably the video game that attracts many Australian players in order to online casinos.  All the games a person can find on our\" \"highlighted websites come using exceptional gameplay.</p><h2 id=\"toc-5\">Is It Feasible To Play Survive Casino Games On Mobile Devices? </h2><p>The difference between a good online casino plus a top slots site will be the variety of slots it offers.  After reading about how exactly to select the particular right casino, you can test Outstanding Spins and participate in real money casino video games.  Having the best mobile casino in Australia means entertainment right at the fingertips!  It doesn’t matter if you’re utilizing an Android, iOS, or tablet unit.  You search with regard to the casino about your mobile web browser, register, or join play exciting gambling establishment games online.  Australian Online pokies remain a favourite among Australian casino players intended for their simplicity in addition to rewarding gameplay.</p><ul><li>When you play at one of each of our recommended USA internet casinos, you’re guaranteed in order to discover a licensed, trustworthy, and reputable system. </li><li>Baccarat is definitely an integral part associated with casino entertainment, so you won’t include any trouble obtaining it on the websites we advise. </li><li>With that said, the reviews break issues down into more detail along these ranges to help a person find and what will fit you the best based on your location and other components. </li><li>To increase the particular time that that takes to receive your money, you then have a few options. </li></ul><p>Recent global events have caused the major shift in the industry plus the market provides slowly migrated coming from offline to on the internet gambling.  Several countries are now appearing because the top legal online gambling markets, although regions, such as the Middle East and Eastern European countries are among the particular fastest-growing.   The iGaming market is segmented directly into wagering, casino, plus other game varieties.  There are different ways for the trusted international online casino to shield its players.</p><h2 id=\"toc-6\">Types Of Casino Repayment Solutions</h2><p>Reload bonuses inspire regular players to be able to make more deposit at a online casino and receive rewards for continuing in order to play.  For illustration, a weekly refill bonus of 50% up to $450 is on offer; you’ll use a new specific code that will is sometimes presented.  The deal is available to players who may have made a minimum of four debris.</p><p>We wrote aim reviews on a lot of casino providers in Australia, and even we plan to do even more.  If an Aussie online casino clears its doors, you will be the first one to find out and about about it in this article.  That implies that we’ve been in the particular player’s seat ourself and that we know what it takes to have a wonderful gambling experience online.  We set way up our casinos internet site review and ranking process in a manner that can make it easy to be able to trust how we put things collectively.  Here we want to give you the reasons why you could have confidence in our reviews and even recommendations of exactly where to play.  Keep in mind that none associated with the sites all of us have suggested will demand you to consider advantage of some type of bonus offer.</p><h3 id=\"toc-7\">Deposit Match To $100</h3><p>Ignition Casino provides an unmatched cardroom experience, whether a person favor the fast pace of Region Poker or the fair anonymous tables, providing to both newcomers and pros.  An older but dependable method, wire transactions involve directly copying money coming from a financial institution account to a casino.  This approach is typically risk-free and secure, nevertheless transfer times can easily be longer compared to with e-wallet remedies.</p><ul><li>We evaluation numerous casino web sites boost our provides regularly. </li><li>Luckily for you, almost all the websites all of us list here can be accessed very easily through your mobile phone device. </li><li>As we\'ve already seen, operators often shine in different regions. </li><li>New customers who deposit from least $5 and place a real money wager of $5 will be eligible regarding $100 in online casino bonuses. </li></ul><p>Another risk is that you may not always be able to win anything or get the money back in the event that the casino shuts down.  They usually sort them by jackpot prize, starting up with the maximum.  Well-known progressive video poker machines include the legendary Mega Moolah, which offers created many millionaires.</p><h3 id=\"toc-8\">Best Online Casinos Regarding Real Money Throughout 2025</h3><p>They should suit the needs and be clear about drawback processing times.  After all, no a single wants to wait weeks to acquire their money after some sort of big win.  We examine right after involving Australian online and land-based casinos.</p><ul><li>You could also make contact with the National Council on Problem Wagering for free information. </li><li>Also, you need to know of which the legal wagering age in Aussie is 18. </li><li>Listed below is a complete list of available online real cash casinos in regulated claims. </li><li>With mobile-optimized online games like Shaolin Soccer, which boasts a good RTP of 96. 93%, players can easily expect a premium quality gaming experience wherever they are. </li><li>Live dealer games are already a must in the best online casino sites worldwide. </li></ul><p>In 2012, a brand new You are able to court recognized on the internet video poker since a game associated with skill, which noticeable the beginning of the move to legal online video gaming in the US.  With mobile-optimized online games like Shaolin Football, which boasts an RTP of ninety six. 93%, players can easily expect a superior quality gaming experience exactly where they are.  Live dealer casino online games bring the genuine experience of a land-based casino to the particular online realm.  These games are organised\" \"by simply real dealers in addition to streamed in current, providing a even more immersive and online experience compared in order to traditional digital gambling establishment games.</p><h2 id=\"toc-9\">What Is The Best On-line Casino In Quotes? </h2><p>See our Stake. us Casino review here and for the Stake. us Casino promotional code, use SBR\'s exclusive promo code SBRBONUS when signing up.  For read more about the particular social casino, see our WOW Las vegas Casino review and become sure to take advantage of the particular WOW Vegas On line casino promo code.  High 5 has a mobile app while well, and it can be seen in both the App Store and the Google Play Store.  For a far more in-depth seem at this online casino, please visit each of our High 5 Casino review.  To learn more about becoming a member of this casino, label our Hello Large numbers Casino promo signal page.  Certifications from independent bodies additional reinforce a platform\'s commitment to security and fairness.\" \"[newline]Another industry titan that will crossed the fish-pond from Europe, Unibet has firmly set up its presence in the U. S. and is also currently operating in Nj-new jersey and Philadelphia.</p><p>Websites you can find here offer state-of-the-art roulette games that arrive from the finest software developers within the iGaming industry.  You will get to enjoy quality graphics and sound effects, fast-paced gameplay, and many regarding betting options.  If an Australian on-line casino gets a new mention on the website, you may be sure of which it’s the true deal.  We carry out meticulous research upon all casinos intended for Australian players, and we have certain conditions that all providers must meet just before being included in the list.  The highest payout charge means better\" \"chances of winning no issue which casinos video game you\'re playing.</p><h3 id=\"toc-10\">Advantageous Casino Bonuses</h3><p>Progressive jackpot pokies add an exciting factor with the opportunity to win major!  For better possibilities, try pokies along with high RTP rates (over 90%) with regard to fairer play.  Enjoy exploring hundreds involving video slots and even classic pokies at leading sites such as DundeeSlots, where more than 2, 500 headings await to maintain you entertained.  Knowing the range involving betting limits will help players choose a casino that meets their financial convenience.  Different games include varying minimum plus maximum bet limits, affecting\" \"person participation.  Live baccarat’s strategic depth and interesting gameplay make that a favorite amongst many players.</p><ul><li>The pleasure comes with having to reveal symbols or even numbers t immediate cash prizes. </li><li>SlotsandCasino provides a abri of reliability using its array of classic banking methods. </li><li>A great on line casino site is the one that offers both high-quality game titles and a wide array of them. </li><li>New players can take advantage involving generous welcome bonuses, enhancing their bank roll and extending their playtime. </li></ul><p>Each of these types of platforms offers distinctive features, from complete bonuses and diverse game selections in order to excellent user activities designed to entice and retain gamers.  Whether you’re looking for high-quality slot games, live dealer experiences, or robust sportsbooks, these casinos get you covered.  International players know how important it is to choose secure online casinos when playing for actual money online.  To assist our readers discover reputable casino websites we performed various safety checks.  Then we shortlisted twelve of the finest online casinos throughout the world with high protection standards and flawless licensing.  Choosing the correct Australian online casino is vital for a great enjoyable gaming encounter.</p><h2 id=\"toc-11\">Cryptocurrency Deals At Las Atlantis Casino</h2><p>It\'s important to choose a method that is definitely secure and features favorable processing periods.  A lots of rising markets ensures that purchase in South Us online casinos is higher than ever.  As a end result, you\'ll have a lot of use of top-tier software suppliers and big brand brands.  This enhanced competition means much better deals and better service for participants.</p><ul><li>For someone just dipping their toes inside, picking the appropriate platform and ensuring it\'s safe although hunting for one of the most generous bonuses could be daunting. </li><li>We may also discuss the conditions you should be aware of.\"</li><li>The various themes and functions in slot online games ensures that there’s always something brand new and exciting in order to play. </li><li>They don\'t have a whole lot of bonus capabilities or complex sport mechanics. </li><li>Online casino bonuses may come in distinct forms such as match bonuses, free spins, cashback, and even more. </li></ul><p>Professional and attractive dealers retain the game operating, while you also can use the survive chat to speak with other players.  The streams are usually in HD quality along with the stakes are normally a bit higher than on standard casino games.  With our reviews in addition to ratings of the particular most outstanding intercontinental online casino sites, you\'ll find the wide variety of experiences, promotions and games accessible.</p><h3 id=\"toc-12\">🔟 Are Worldwide On-line Casino Apps Secure? </h3><p>Exclusive bonuses, generally including cash advantages and high-value advantages, serve as the token of gratitude for your continued patronage.  Each platform is a treasure trove of pleasure, offering an exceptional mixture of games,\" \"additional bonuses, and immersive encounters tailored to the desires.  A excellent digital haven awaits, whether you’re the card game connoisseur, slots enthusiast, or perhaps wagering fan.  However, like all types of gambling, this involves risk, in addition to there\'s no guarantee of profit.  However, you can still play plenty involving slots at no cost by simply using platforms generally known as social casinos or sweepstakes casinos.</p><ul><li>They offer slot tournaments, weekly reload bonuses, live dealer booster gadgets, and blackjack promotions, ensuring regular participants have plenty involving reasons to hang in there. </li><li>They all differ in terms regarding how they operate, their speed, in addition to whether they come with any constraints attached. </li><li>Whether you are wagering on the person or maybe the banker, survive baccarat offers the thrilling and satisfying experience. </li><li>They owe much associated with their popularity in order to their convenience in addition to accessibility. </li></ul><p>All the required information about typically the issuing company and even validity period will certainly be there.  Some of the top SSL providers from the legit on the web casinos worldwide are usually Thawte, DigiCert, GoDaddy, and Comodo.  Customer service is almost never discussed when it comes to secure online gambling internet sites worldwide.  But fast and reliable customer care may be crucial in the event the players encounter any difficulties in addition to can be a new checkmark of the site’s trustworthiness.  Almost half all Australian players use cellular devices to play their particular favourite casino games these days.  If an online casino wants\" \"to attract more customers, possessing a mobile-compatible platform can be a priority.</p><h2 id=\"toc-13\">Play Popular Casino Games</h2><p>Some are offered in New Jersey and Pennsylvania just, while some have broadened their services in order to Michigan and West Virginia.  The betting scene is regularly evolving, and we stay updated with the most recent movements to hold a person informed.  Holding the legitimate license from the U. S. regulating agency is some sort of fundamental requirement with regard to us to also consider reviewing a casino.  Bally may well not have some sort of bustling promo section, but they make up for it using their Bally Rewards commitment program, aimed with rewarding more active players.</p><p>The apps in addition to websites are suitable considering the latest Google android and iOS operating systems, and you can really feel free to attempt them out on your smartphone or a tablet.  Luckily for you, all the websites many of us list here can be accessed very easily through your mobile device.  As a person can see, almost never have any associated with the operators on our lists attained a 5-star ranking.  The process involving depositing to your current account is pretty straightforward.  Once you\'ve done it the time or two, you\'ll have the hold of it because there are just one or two simple steps that are intuitive in addition to easy to understand.  Starting your consideration is fast and simple, and it only needs a few moments.</p>','Usa Online Casinos Listing Feb 2025 Almost All Legal Us Casino Sites Listed','','inherit','closed','closed','','230-revision-v1','','','2025-10-06 15:16:39','2025-10-06 08:16:39','',230,'https://lion288slot.com/?p=231',0,'revision','',0),
(232,1,'2025-10-05 07:12:17','2025-10-05 00:12:17','<html><body><h1>1xbet অ্যাপে প্রোমো কোড কিভাবে ব্যবহার করবেন?</h1><p>1xbet অ্যাপে প্রোমো কোড ব্যবহার করা খুবই সহজ এবং এটি খেলোয়াড়দের জন্য বিশেষ অফার ও বোনাস পেতে একটি গুরুত্বপূর্ণ উপায়। প্রোমো কোড ব্যবহার করলে আপনি অতিরিক্ত টাকা, ফ্রি বেট বা বিভিন্ন আকর্ষণীয় পুরস্কার পেতে পারেন যা আপনার জুয়ার অভিজ্ঞতাকে আরও লাভজনক করে তোলে। এই নিবন্ধে, আমরা বিস্তারিত আলোচনা করব কিভাবে 1xbet অ্যাপে প্রোমো কোড সক্রিয় করবেন, কোন স্থানে কোড দেবেন এবং বোনাস কিভাবে পাবেন। এছাড়াও প্রোমো কোডের বিভিন্ন ধরন এবং সতর্কতাও তুলে ধরা হবে।</p><h2>1xbet অ্যাপে প্রোমো কোড কোথায় পাওয়া যায়?</h2><p>প্রথমেই আপনাকে জানতে হবে প্রোমো কোডগুলি কোথা থেকে সংগ্রহ করতে হবে। 1xbet নিয়মিত বিভিন্ন উৎস থেকে প্রোমো কোড প্রদান করে থাকে যাতে খেলোয়াড়রা তাদের সেবা থেকে আরও বেশি সুবিধা পেতে পারে। সাধারণত, এই কোডগুলি পাওয়া যায়:</p><ul><li>1xbet-এর অফিসিয়াল ওয়েবসাইট ও অ্যাপের প্রোমো পেজ থেকে</li><li>ইমেইল নিউজলেটার সাবস্ক্রিপশনের মাধ্যমে</li><li>স্পোর্টস বা ক্যাসিনো সম্পর্কিত ব্লগ, ফোরাম ও ওয়েবসাইট থেকে</li><li>সোশ্যাল মিডিয়া প্ল্যাটফর্ম যেমন ফেসবুক, টুইটার বা ইনস্টাগ্রাম থেকে</li><li>বিশেষ উৎসব বা ইভেন্ট চলাকালীন</li></ul><p>এই উৎস থেকে প্রাপ্ত প্রোমো কোডগুলি শুধুমাত্র নির্দিষ্ট সময়ের জন্য বৈধ থাকে, তাই সঠিক সময়ে ব্যবহার করা জরুরি।</p><h2>1xbet অ্যাপে প্রোমো কোড ব্যবহার করার ধাপসমূহ</h2><p>১xbet অ্যাপে প্রোমো কোড ব্যবহারের প্রক্রিয়া খুব সহজ এবং কয়েকটি সহজ ধাপ অনুসরণ করলেই আপনি তৎক্ষণাৎ বোনাস পেতে পারবেন। নিচে ধাপগুলো দেওয়া হলো:</p><ol><li>প্রথমে 1xbet অ্যাপ খুলুন এবং আপনার অ্যাকাউন্টে লগইন করুন।</li><li>হোমপেজ থেকে “বোনাস” অথবা “প্রোমো কোড” অংশে যান।</li><li>দেখুন “প্রোমো কোড ব্যবহার” লেখাটি, সেখানে আপনার প্রাপ্ত কোডটি টাইপ করুন।</li><li>কোডটি সঠিকভাবে প্রবেশ করানোর পর “সাবমিট” অথবা “আপ্লাই” বাটনে ক্লিক করুন।</li><li>সফল হলে, আপনার বোনাস স্বয়ংক্রিয়ভাবে অ্যাকাউন্টে যোগ করা হবে।</li><li>আপনার প্রোমো বোনাস নিয়ে শর্তাবলী পড়ে বুঝে খেলতে শুরু করুন।</li></ol><p>এই ধাপগুলি অনুসরণ করে আপনি খুব সহজেই 1xbet অ্যাপে প্রোমো কোড ব্যবহার করতে পারবেন এবং বোনাস থেকে সুবিধা নিতে পারবেন।</p><h3>প্রোমো কোড ব্যবহারে সতর্কতা ও নিয়ম</h3><p>প্রোমো কোড ব্যবহার করার সময় কিছু বিষয়ে সতর্ক থাকা আবশ্যক যাতে কোনো অসুবিধা না হয়। প্রথমত, প্রোমো কোড শুধুমাত্র অনুমোদিত ব্যবহারকারীদের জন্যই প্রযোজ্য। দ্বিতীয়ত, কোডগুলো সাধারণত একটি নির্দিষ্ট মেয়াদ থাকে এবং তারপরে তারা মেয়াদোত্তীর্ণ হয়ে যায়। এছাড়াও, প্রতিটি প্রোমো কোডের নিজস্ব শর্তাবলী থাকে যেমন বেটের মিনিমাম পরিমাণ, ওয়েজার রিকোয়ারমেন্ট, নির্দিষ্ট গেম বা স্পোর্টস ইত্যাদিতে সীমাবদ্ধতা। যদি এই শর্তাবলী মেনে না চলে, তাহলে বোনাস টাকা ফেরত নাও পাওয়া যেতে পারে। তাই সবসময় সতর্কভাবে শর্তাবলী পড়ে প্রোমো কোড ব্যবহার করা উচিত। এছাড়া, একই একটি প্রোমো কোড একাধিকবার ব্যবহার করা যায় না এবং এটি অন্য কাউকে তুলে দেওয়াও নিষেধ। <a href=\"https://uptreeid.com/\">1xbet mobile</a></p><h2>বিভিন্ন প্রকারের 1xbet প্রোমো কোড</h2><p>১xbet বিভিন্ন ধরনের প্রোমো কোড সরবরাহ করে যা বিভিন্ন উদ্দেশ্যে ব্যবহৃত হয়। এগুলো সাধারণত বিভক্ত হয় নিম্নরূপ: </p><ul><li><strong>স্বাগতম বোনাস কোড:</strong> নতুন ব্যবহারকারীদের জন্য, যারা প্রথমবার 1xbet-এ রেজিস্টার করছেন এবং ডিপোজিট করছেন।</li><li><strong>মোবাইল স্পেশাল কোড:</strong> যারা 1xbet অ্যাপ ব্যবহার করছেন তাদের জন্য বিশেষ সুবিধা।</li><li><strong>ক্যাশব্যাক কোড:</strong> হারানো অবস্থায় কিছু অংশ ফেরত পাওয়ার জন্য ব্যবহার করা হয়।</li><li><strong>ফ্রি বেট কোড:</strong> বিনামূল্যে বেট করার সুযোগ দেয়, যা পরবর্তী বেটের জন্য ব্যবহার করা যেতে পারে।</li><li><strong>স্পোর্টস বা ক্যাসিনো স্পেসিফিক কোড:</strong> নির্দিষ্ট গেম বা স্পোর্টস ক্যাটাগরির জন্য প্রযোজ্য বোনাস।</li></ul><p>এই প্রকারভেদ ভালোভাবে বুঝে তারপর প্রমো কোড নির্বাচন করলে সর্বোচ্চ সুবিধা পাওয়া সম্ভব।</p><h2>সফলভাবে প্রোমো কোড ব্যবহারের জন্য টিপস</h2><p>১xbet অ্যাপে প্রোমো কোড থেকে সর্বোচ্চ সুবিধা নিতে কিছু কার্যকর টিপস অনুসরণ করা উচিত। উপকার পাওয়ার জন্য আপনি নিচের বিষয়গুলো মাথায় রাখতে পারেন:</p><ol><li><strong>সঠিক কোড নির্বাচন করুন:</strong> আপনার প্রয়োজন এবং পছন্দ অনুযায়ী কোডগুলো নির্বাচন করুন যাতে তা আপনার বেটিং স্টাইলের সাথে মানানসই হয়।</li><li><strong>শর্তাবলী মনোযোগ দিয়ে পড়ুন:</strong> প্রোমো কোডের শর্তাবলী ভালভাবে বোঝা যাতে বোনাস শর্ত পূরণ সম্ভব হয়।</li><li><strong>নিয়মিত নতুন প্রোমো কোড চেক করুন:</strong> 1xbet নিয়মিত নতুন অফার দেয়, সেগুলো সময়ে সময়ে দেখুন।</li><li><strong>সীমাবদ্ধ সময়ে কোড ব্যবহার করুন:</strong> প্রোমো কোডের মেয়াদ উত্তীর্ণের আগে ব্যবহার করুন।</li><li><strong>ডিভাইস ও ব্রাউজার আপডেট রাখুন:</strong> অ্যাপ বা ওয়েবসাইটে সমস্যা এড়াতে সর্বদা আপডেটেড সফটওয়্যার ব্যবহার করুন।</li></ol><p>এই টিপসগুলো অনুসরণ করলে আপনি সহজেই 1xbet অ্যাপে প্রোমো কোড ব্যবহার করে লাভবান হতে পারবেন।</p><h2>উপসংহার</h2><p>১xbet অ্যাপে প্রোমো কোড ব্যবহার একটি সহজ এবং কার্যকর উপায় অতিরিক্ত বোনাস ও সুবিধা পেতে। সঠিক কোড পেয়ে সেটি সঠিকভাবে অ্যাপের প্রোমো কোড অংশে ব্যবহার করলে, আপনি আপনার বাজির মান বৃদ্ধি করতে পারেন। তবে কোড ব্যবহারের আগে সব শর্তাবলী বুঝে নেওয়া অপরিহার্য, এতে করে বোনাস পাওয়ার সময় কোনো সমস্যা হতে দেয় না। নিয়মিত নতুন প্রোমো কোড খুঁজে বের করা এবং সতর্কতার সঙ্গে ব্যবহারের মাধ্যমে আপনি 1xbet-এর অফারগুলো থেকে সর্বোচ্চ সুবিধা নিতে পারবেন। এখানকার ধাপগুলো অনুসরণ করলে আপনার খেলোয়াড়ী অভিজ্ঞতা আরও আনন্দদায়ক ও লাভজনক হবে।</p><h2>প্রায়শই জিজ্ঞাসিত প্রশ্নাবলী (FAQ)</h2><h3>১. ১xbet অ্যাপে প্রোমো কোড ব্যবহার করার জন্য কি আমার অ্যাকাউন্ট ভেরিফাই করা আবশ্যক?</h3><p>হ্যাঁ, প্রোমো কোড ব্যবহারের আগে সাধারণত আপনার অ্যাকাউন্ট ভেরিফাই করা থাকা উচিত, যাতে বোনাস ক্রেডিট করা যায়।</p><h3>২. আমি কি একই প্রোমো কোড একাধিকবার ব্যবহার করতে পারি?</h3><p>না, অধিকাংশ প্রোমো কোড একবার ব্যবহার করার জন্যই বৈধ থাকে এবং একাধিকবার ব্যবহার করা যায় না।</p><h3>৩. প্রোমো কোডের বোনাস পেতে আমাকে কি কোন নির্দিষ্ট ডিপোজিট করতে হবে?</h3><p>কিছু প্রোমো কোডের ক্ষেত্রে একটি নির্দিষ্ট মিনিমাম ডিপোজিট করতে হয়, তবে তা কোডের শর্তাবলীর ওপর নির্ভর করে।</p><h3>৪. ১xbet প্রোমো কোড কোথায় খুঁজে পাবো?</h3><p>১xbet-এর অফিসিয়াল ওয়েবসাইট, ইমেইল নিউজলেটার, সামাজিক যোগাযোগ মাধ্যম ও অন্যান্য স্পোর্টস ব্লগ থেকে প্রোমো কোড পেতে পারেন।</p><h3>৫. প্রোমো কোড থেকে পাওয়া বোনাস টাকার ওয়েজারিং কীভাবে পূরণ করব?</h3><p>বোনাস থেকে প্রাপ্ত টাকাকে রিয়াল মানি হিসেবে উত্তোলন করার জন্য মূলত নির্দিষ্ট ওয়েজার রুলস মানতে হয়, যেমন বোনাস মূল্য পরিমাণের কয়েক গুণ বেট করা।</p></body></html>','1xbet অ্যাপে প্রোমো কোড কিভাবে ব্যবহার করবেন?','','publish','closed','','','1xbet-ayaape-promo-kodd-kibhaabe-bybhaar-krben','','','2025-10-06 15:28:13','2025-10-06 08:28:13','',0,'https://lion288slot.com/?p=232',0,'post','',0),
(233,1,'2025-10-06 15:28:13','2025-10-06 08:28:13','<html><body><h1>1xbet অ্যাপে প্রোমো কোড কিভাবে ব্যবহার করবেন?</h1><p>1xbet অ্যাপে প্রোমো কোড ব্যবহার করা খুবই সহজ এবং এটি খেলোয়াড়দের জন্য বিশেষ অফার ও বোনাস পেতে একটি গুরুত্বপূর্ণ উপায়। প্রোমো কোড ব্যবহার করলে আপনি অতিরিক্ত টাকা, ফ্রি বেট বা বিভিন্ন আকর্ষণীয় পুরস্কার পেতে পারেন যা আপনার জুয়ার অভিজ্ঞতাকে আরও লাভজনক করে তোলে। এই নিবন্ধে, আমরা বিস্তারিত আলোচনা করব কিভাবে 1xbet অ্যাপে প্রোমো কোড সক্রিয় করবেন, কোন স্থানে কোড দেবেন এবং বোনাস কিভাবে পাবেন। এছাড়াও প্রোমো কোডের বিভিন্ন ধরন এবং সতর্কতাও তুলে ধরা হবে।</p><h2>1xbet অ্যাপে প্রোমো কোড কোথায় পাওয়া যায়?</h2><p>প্রথমেই আপনাকে জানতে হবে প্রোমো কোডগুলি কোথা থেকে সংগ্রহ করতে হবে। 1xbet নিয়মিত বিভিন্ন উৎস থেকে প্রোমো কোড প্রদান করে থাকে যাতে খেলোয়াড়রা তাদের সেবা থেকে আরও বেশি সুবিধা পেতে পারে। সাধারণত, এই কোডগুলি পাওয়া যায়:</p><ul><li>1xbet-এর অফিসিয়াল ওয়েবসাইট ও অ্যাপের প্রোমো পেজ থেকে</li><li>ইমেইল নিউজলেটার সাবস্ক্রিপশনের মাধ্যমে</li><li>স্পোর্টস বা ক্যাসিনো সম্পর্কিত ব্লগ, ফোরাম ও ওয়েবসাইট থেকে</li><li>সোশ্যাল মিডিয়া প্ল্যাটফর্ম যেমন ফেসবুক, টুইটার বা ইনস্টাগ্রাম থেকে</li><li>বিশেষ উৎসব বা ইভেন্ট চলাকালীন</li></ul><p>এই উৎস থেকে প্রাপ্ত প্রোমো কোডগুলি শুধুমাত্র নির্দিষ্ট সময়ের জন্য বৈধ থাকে, তাই সঠিক সময়ে ব্যবহার করা জরুরি।</p><h2>1xbet অ্যাপে প্রোমো কোড ব্যবহার করার ধাপসমূহ</h2><p>১xbet অ্যাপে প্রোমো কোড ব্যবহারের প্রক্রিয়া খুব সহজ এবং কয়েকটি সহজ ধাপ অনুসরণ করলেই আপনি তৎক্ষণাৎ বোনাস পেতে পারবেন। নিচে ধাপগুলো দেওয়া হলো:</p><ol><li>প্রথমে 1xbet অ্যাপ খুলুন এবং আপনার অ্যাকাউন্টে লগইন করুন।</li><li>হোমপেজ থেকে “বোনাস” অথবা “প্রোমো কোড” অংশে যান।</li><li>দেখুন “প্রোমো কোড ব্যবহার” লেখাটি, সেখানে আপনার প্রাপ্ত কোডটি টাইপ করুন।</li><li>কোডটি সঠিকভাবে প্রবেশ করানোর পর “সাবমিট” অথবা “আপ্লাই” বাটনে ক্লিক করুন।</li><li>সফল হলে, আপনার বোনাস স্বয়ংক্রিয়ভাবে অ্যাকাউন্টে যোগ করা হবে।</li><li>আপনার প্রোমো বোনাস নিয়ে শর্তাবলী পড়ে বুঝে খেলতে শুরু করুন।</li></ol><p>এই ধাপগুলি অনুসরণ করে আপনি খুব সহজেই 1xbet অ্যাপে প্রোমো কোড ব্যবহার করতে পারবেন এবং বোনাস থেকে সুবিধা নিতে পারবেন।</p><h3>প্রোমো কোড ব্যবহারে সতর্কতা ও নিয়ম</h3><p>প্রোমো কোড ব্যবহার করার সময় কিছু বিষয়ে সতর্ক থাকা আবশ্যক যাতে কোনো অসুবিধা না হয়। প্রথমত, প্রোমো কোড শুধুমাত্র অনুমোদিত ব্যবহারকারীদের জন্যই প্রযোজ্য। দ্বিতীয়ত, কোডগুলো সাধারণত একটি নির্দিষ্ট মেয়াদ থাকে এবং তারপরে তারা মেয়াদোত্তীর্ণ হয়ে যায়। এছাড়াও, প্রতিটি প্রোমো কোডের নিজস্ব শর্তাবলী থাকে যেমন বেটের মিনিমাম পরিমাণ, ওয়েজার রিকোয়ারমেন্ট, নির্দিষ্ট গেম বা স্পোর্টস ইত্যাদিতে সীমাবদ্ধতা। যদি এই শর্তাবলী মেনে না চলে, তাহলে বোনাস টাকা ফেরত নাও পাওয়া যেতে পারে। তাই সবসময় সতর্কভাবে শর্তাবলী পড়ে প্রোমো কোড ব্যবহার করা উচিত। এছাড়া, একই একটি প্রোমো কোড একাধিকবার ব্যবহার করা যায় না এবং এটি অন্য কাউকে তুলে দেওয়াও নিষেধ। <a href=\"https://uptreeid.com/\">1xbet mobile</a></p><h2>বিভিন্ন প্রকারের 1xbet প্রোমো কোড</h2><p>১xbet বিভিন্ন ধরনের প্রোমো কোড সরবরাহ করে যা বিভিন্ন উদ্দেশ্যে ব্যবহৃত হয়। এগুলো সাধারণত বিভক্ত হয় নিম্নরূপ: </p><ul><li><strong>স্বাগতম বোনাস কোড:</strong> নতুন ব্যবহারকারীদের জন্য, যারা প্রথমবার 1xbet-এ রেজিস্টার করছেন এবং ডিপোজিট করছেন।</li><li><strong>মোবাইল স্পেশাল কোড:</strong> যারা 1xbet অ্যাপ ব্যবহার করছেন তাদের জন্য বিশেষ সুবিধা।</li><li><strong>ক্যাশব্যাক কোড:</strong> হারানো অবস্থায় কিছু অংশ ফেরত পাওয়ার জন্য ব্যবহার করা হয়।</li><li><strong>ফ্রি বেট কোড:</strong> বিনামূল্যে বেট করার সুযোগ দেয়, যা পরবর্তী বেটের জন্য ব্যবহার করা যেতে পারে।</li><li><strong>স্পোর্টস বা ক্যাসিনো স্পেসিফিক কোড:</strong> নির্দিষ্ট গেম বা স্পোর্টস ক্যাটাগরির জন্য প্রযোজ্য বোনাস।</li></ul><p>এই প্রকারভেদ ভালোভাবে বুঝে তারপর প্রমো কোড নির্বাচন করলে সর্বোচ্চ সুবিধা পাওয়া সম্ভব।</p><h2>সফলভাবে প্রোমো কোড ব্যবহারের জন্য টিপস</h2><p>১xbet অ্যাপে প্রোমো কোড থেকে সর্বোচ্চ সুবিধা নিতে কিছু কার্যকর টিপস অনুসরণ করা উচিত। উপকার পাওয়ার জন্য আপনি নিচের বিষয়গুলো মাথায় রাখতে পারেন:</p><ol><li><strong>সঠিক কোড নির্বাচন করুন:</strong> আপনার প্রয়োজন এবং পছন্দ অনুযায়ী কোডগুলো নির্বাচন করুন যাতে তা আপনার বেটিং স্টাইলের সাথে মানানসই হয়।</li><li><strong>শর্তাবলী মনোযোগ দিয়ে পড়ুন:</strong> প্রোমো কোডের শর্তাবলী ভালভাবে বোঝা যাতে বোনাস শর্ত পূরণ সম্ভব হয়।</li><li><strong>নিয়মিত নতুন প্রোমো কোড চেক করুন:</strong> 1xbet নিয়মিত নতুন অফার দেয়, সেগুলো সময়ে সময়ে দেখুন।</li><li><strong>সীমাবদ্ধ সময়ে কোড ব্যবহার করুন:</strong> প্রোমো কোডের মেয়াদ উত্তীর্ণের আগে ব্যবহার করুন।</li><li><strong>ডিভাইস ও ব্রাউজার আপডেট রাখুন:</strong> অ্যাপ বা ওয়েবসাইটে সমস্যা এড়াতে সর্বদা আপডেটেড সফটওয়্যার ব্যবহার করুন।</li></ol><p>এই টিপসগুলো অনুসরণ করলে আপনি সহজেই 1xbet অ্যাপে প্রোমো কোড ব্যবহার করে লাভবান হতে পারবেন।</p><h2>উপসংহার</h2><p>১xbet অ্যাপে প্রোমো কোড ব্যবহার একটি সহজ এবং কার্যকর উপায় অতিরিক্ত বোনাস ও সুবিধা পেতে। সঠিক কোড পেয়ে সেটি সঠিকভাবে অ্যাপের প্রোমো কোড অংশে ব্যবহার করলে, আপনি আপনার বাজির মান বৃদ্ধি করতে পারেন। তবে কোড ব্যবহারের আগে সব শর্তাবলী বুঝে নেওয়া অপরিহার্য, এতে করে বোনাস পাওয়ার সময় কোনো সমস্যা হতে দেয় না। নিয়মিত নতুন প্রোমো কোড খুঁজে বের করা এবং সতর্কতার সঙ্গে ব্যবহারের মাধ্যমে আপনি 1xbet-এর অফারগুলো থেকে সর্বোচ্চ সুবিধা নিতে পারবেন। এখানকার ধাপগুলো অনুসরণ করলে আপনার খেলোয়াড়ী অভিজ্ঞতা আরও আনন্দদায়ক ও লাভজনক হবে।</p><h2>প্রায়শই জিজ্ঞাসিত প্রশ্নাবলী (FAQ)</h2><h3>১. ১xbet অ্যাপে প্রোমো কোড ব্যবহার করার জন্য কি আমার অ্যাকাউন্ট ভেরিফাই করা আবশ্যক?</h3><p>হ্যাঁ, প্রোমো কোড ব্যবহারের আগে সাধারণত আপনার অ্যাকাউন্ট ভেরিফাই করা থাকা উচিত, যাতে বোনাস ক্রেডিট করা যায়।</p><h3>২. আমি কি একই প্রোমো কোড একাধিকবার ব্যবহার করতে পারি?</h3><p>না, অধিকাংশ প্রোমো কোড একবার ব্যবহার করার জন্যই বৈধ থাকে এবং একাধিকবার ব্যবহার করা যায় না।</p><h3>৩. প্রোমো কোডের বোনাস পেতে আমাকে কি কোন নির্দিষ্ট ডিপোজিট করতে হবে?</h3><p>কিছু প্রোমো কোডের ক্ষেত্রে একটি নির্দিষ্ট মিনিমাম ডিপোজিট করতে হয়, তবে তা কোডের শর্তাবলীর ওপর নির্ভর করে।</p><h3>৪. ১xbet প্রোমো কোড কোথায় খুঁজে পাবো?</h3><p>১xbet-এর অফিসিয়াল ওয়েবসাইট, ইমেইল নিউজলেটার, সামাজিক যোগাযোগ মাধ্যম ও অন্যান্য স্পোর্টস ব্লগ থেকে প্রোমো কোড পেতে পারেন।</p><h3>৫. প্রোমো কোড থেকে পাওয়া বোনাস টাকার ওয়েজারিং কীভাবে পূরণ করব?</h3><p>বোনাস থেকে প্রাপ্ত টাকাকে রিয়াল মানি হিসেবে উত্তোলন করার জন্য মূলত নির্দিষ্ট ওয়েজার রুলস মানতে হয়, যেমন বোনাস মূল্য পরিমাণের কয়েক গুণ বেট করা।</p></body></html>','1xbet অ্যাপে প্রোমো কোড কিভাবে ব্যবহার করবেন?','','inherit','closed','closed','','232-revision-v1','','','2025-10-06 15:28:13','2025-10-06 08:28:13','',232,'https://lion288slot.com/?p=233',0,'revision','',0),
(234,1,'2025-10-05 17:28:26','2025-10-05 10:28:26','<meta name=\"description\" content=\"The deposit bonus for new participants gives a 100% match up offer up to $1, 500. \"/><h1>Best On The Web Casinos For Genuine Money In 2025</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Mobile Application</a></li><li><a href=\"#toc-1\">Top Real Cash On Line Casino Apps 2025: Best Mobile Casinos Online</a></li><li><a href=\"#toc-2\">Can\'t Find What An Individual Looking For? Here Is Definitely Top 3 Casinos</a></li><li><a href=\"#toc-3\">Real Money Slots</a></li><li><a href=\"#toc-4\">Leovegas Casino: Best For Mobile Real Cash Gaming</a></li><li><a href=\"#toc-5\">What Are The Particular Main Differences Between American And Euro Roulette? </a></li><li><a href=\"#toc-6\">What Are The Best Online Casino Games Regarding Actual Money Play? </a></li><li><a href=\"#toc-7\">What Is The Best Ontario Casinos Regarding Real Money Perform? </a></li><li><a href=\"#toc-8\">❓online Casino Real Cash Canada Faqs</a></li><li><a href=\"#toc-9\">How To Download And Install Casino Apps</a></li><li><a href=\"#toc-10\">Best On The Web Casino Sites Intended For January 2025</a></li><li><a href=\"#toc-11\">Real Money On The Web Slots</a></li><li><a href=\"#toc-12\">What Should I Do If We Think Excellent Betting Problem? </a></li><li><a href=\"#toc-13\">⭐ Top 6 On The Internet Real Cash Casino Canada</a></li><li><a href=\"#toc-14\">Cryptocurrency Transactions With Las Atlantis Casino</a></li><li><a href=\"#toc-15\">Is Real Money Online Gambling Legal Inside Canada? </a></li><li><a href=\"#toc-16\">What Varieties Of Welcome Bonuses Can I Expect From On Line Casino Apps? </a></li><li><a href=\"#toc-17\">➕ What All Of Us Like About On The Web Casinos For Real Money</a></li><li><a href=\"#toc-18\">Popular Mobile Casino Games</a></li><li><a href=\"#toc-19\">Deposit & Withdrawal Methods, Their Very Own Abundance, And Safety</a></li><li><a href=\"#toc-20\">Borgata: Perfect For Slots Fans</a></li><li><a href=\"#toc-21\">Strategies For Winning At Online Roulette</a></li><li><a href=\"#toc-22\">Casino Reviews</a></li><li><a href=\"#toc-23\">Top Mobile Casinos</a></li><li><a href=\"#toc-24\">How To Choose A Good Online Casino With Regard To Real Money? </a></li><li><a href=\"#toc-31\">Real Money Casino Faq</a></li><li><a href=\"#toc-32\">Slots Safari</a></li><li><a href=\"#toc-33\">Mobile Roulette Gaming</a></li><li><a href=\"#toc-34\">Get Started Playing Real Cash Casino Games</a></li></ul></div><p>Don’t miss our regularly updated record of the newest online casinos canada intended for even more fascinating opportunities.  Sign-up bonuses reward you along with free spins or perhaps bonus cash for simply creating a merchant account.  Major operators just like Ignition Casino and the Bovada operate in New Jersey, giving a number of gaming options.  To download gambling establishment apps from typically the Google Play Retail store, open the Yahoo Play Store application, search for the desired casino app, and even tap ‘Install’.  To maximize welcome additional bonuses, understand the words and conditions, which includes wagering requirements.</p><ul><li>That\'s why it\'s important to evaluate the positives and negatives to get a far better understanding of the feeling real money betting offers. </li><li>Offshore casino applications are accessible to players throughout the US, despite varying local gambling laws. </li><li>The top on the web casinos Canada offers need a game collection that caters in order to all tastes. </li><li>Real money casinos inside Canada don’t desire to miss out about the increasing make use of of mobile gadgets to get into the web. </li></ul><p>The adrenaline regarding the game and the anticipation in the bet converge inside a symphony of enjoyment.  The enchanting wheel of online roulette is governed simply by rules as classic as the game alone, yet with some sort of digital twist.  At its core, on-line roulette mirrors its land-based counterpart, challenging you to forecast where the golf ball will land amongst the numbered video poker machines of the tyre.</p><h2 id=\"toc-0\">Mobile Application</h2><p>These provide a mixture of reasonable payouts, immersive activities, and strategic participate in that appeals in order to different player preferences.  The best on the web casino for actual money games in Europe is determined by individual personal preferences for games, bonus deals, and payment methods.  Explore our experts’ recommendations in our own toplist or examine out our evaluations to find a single that suits your current gambling preferences.  Software providers, the conspirators behind the electronic gaming world, energy the essence of an online casino.  As the engines right behind your web experience, computer software providers play some sort of pivotal role inside determining the variety, fairness, and pleasure of the games being offered.  As discerning gamblers seek to increase their gaming journey, choosing the right online internet casinos becomes paramount for a fusion of entertainment and profitability <a href=\"https://online-casino-games-canada.com/real-money-casino/\">https://online-casino-games-canada.com/real-money-casino/</a>.</p><p>Kingmaker presents an impressive selection of the best on-line casino games, wedding caterers to all types of players.  Whether you’re a slots enthusiast,\" \"a card shark, or possibly a roulette aficionado, there’s plenty to check out.  Yes, Bodog is definitely a legitimate online casino in Canada, offering a C$900 deposit bonus and use of over two, 000 games through reputable providers, ensuring a good gaming expertise.</p><h3 id=\"toc-1\">Top Real Money Gambling Establishment Apps 2025: Finest Mobile Casinos Online</h3><p>Even in case something suspicious takes place using a licensed web-site, you might have the legitimate right to get consequences\" \"in addition to defend your rights.  For times you want a helping hand, topnoth customer support is definitely essential.  We inspected for casinos together with responsive and proficient support teams offered via chat, e mail, and sometimes also phone.  But precisely what truly sets Kingmaker apart is it is exceptional live online casino games.  They’ve combined with leading companies like Evolution Gaming and Pragmatic Are living to bring a person an authentic in addition to immersive experience.</p><ul><li>Responsible betting forms the basic principle of the sustainable and pleasurable online casino voyage. </li><li>Yes, you can gamble with real money online canada, as online betting is legal in addition to regulated in typically the country. </li><li>You peruse the advised casinos based on your priorities while a player. </li></ul><p>The best offers feature no wagering requirement and no drawback limits.  The greatest first deposit additional bonuses have reasonable terms, such as doable wagering requirements, big sufficient withdrawal limits, in addition to good game selection without limitations.  Many things made PlayOJO so popular, which includes its large game library, low downpayment limits, and wager-free bonuses.  After checking out various aspects regarding selecting a legit genuine money casino, we\'ve compiled a listing of typically the best online gambling establishment Canada real funds options.</p><h2 id=\"toc-2\">Can\'t Find What You Looking For? Here Is Top 3 Casinos</h2><p>Reading the fine printing helps avoid problems and\" \"ensures effective leveraging involving bonuses.  Ensure the casino app you select is licensed and regulated to prevent significant safety risks.  These welcome additional bonuses enhance the first gaming experience and even significantly boost your own bankroll.  Once you’ve signed up, you’ll have got 10, 000 involving these virtual money in your account.  You can get them across 27+ Vibra Gaming slot machine games, and get more included with your balance when you earn.</p><ul><li>We\'ve broken the method down into bite-size steps which you can follow to make a prosperous casino deposit. </li><li>There have been several stories of gamers being scammed by simply rogue casinos. </li><li>We wouldn’t desire to jeopardize that and lose your devotion by promoting fraud websites. </li></ul><p>Whether you’re into classic slots, video slots, or table games, North Casino has something to cater to be able to every taste.  This diverse range regarding options, combined using a user-friendly interface and secure transactions, positions North On line casino as a leading choice for Canadian players.  North Online casino is a haven for online online casino enthusiasts, offering above 1, 300 game titles, including a huge selection of slot machine games and table online games.  New players acquire a generous deposit bonus, up to CA$1000 on their first downpayment.  Free spins in addition to other bonus advantages further improve the gambling experience.  Cafe Gambling establishment is known for its user-friendly interface and also a wide variety regarding game offerings, producing it a well-liked choice among participants.</p><h3 id=\"toc-3\">Real Money Slots</h3><p>The list of slot themes and characteristics to pick coming from are endless, in addition to you can lookup for specific video games in our free slots library.  Besides Vegas slots, we all also offer some sort of wide variety of scratch cards, including black jack, roulette, and baccarat.  Casino apps provide the excitement associated with the casino directly to your mobile device, offering a hassle-free and immersive gaming experience.  To simplicity your search, we’ve researched the leading real money on line casino apps in North america.</p><p>If the particular casino bonus you claimed includes a wagering requirement, you need to clear that simply uses actually think of cashing out.  For people who find gambling taking a toll on their life, help is conveniently available.  Resources this sort of as the National Problem Gambling Helpline offer support and services to individuals struggling with betting\" \"concerns.</p><h2 id=\"toc-4\">Leovegas Casino: Best Regarding Mobile Real Funds Gaming</h2><p>Because a good license means of which the casino functions legally and sticks to industry requirements.  We tested every single casino’s payout acceleration, focusing on the ones that process withdrawals swiftly and efficiently – no waiting around for weeks, just fast and simple cashouts.  While their very own crash games collection could use a several more options, game titles like Speed Accident and Crash Out and about Fireworks still supply quick, action-packed game play.  The minimum downpayment is a sensible C$10, so a person can test the waters without overspending.</p><ul><li>Withdrawal methods incorporate cards, eWallets, financial institution transfers, and cryptocurrencies, with varying pay out times. </li><li>Whether an individual enjoy classic roulette, exciting blackjack or perhaps simple baccarat in addition to want an environment having a real casino touch, live supplier games are best for you. </li><li>Leading apps often characteristic extensive libraries with hundreds of video poker machines and multiple survive dealer options. </li><li>Mobile casino apps offer you a wide variety of online games, including slots, table games, and survive dealer options. </li><li>Evolution Gaming’s live dealers also tend to have high RTPs, making them a favourite among players looking for better odds. </li></ul><p>For the organized player, the D’Alembert Method presents the less aggressive but steadier betting progress.  Increasing your stake by one right after a loss in addition to decreasing it by one following a get offers a even more balanced approach in order to the volatility regarding the roulette steering wheel.  It’s a strategy that will favors the careful and calculates, these who seek to ride the ocean of chance together with a measured side.  Because our readers’ safety and pleasure are at the forefront of what we all do, we of experts is very mindful when selecting online casinos.  For gamers, a licensed online casino means a safer and more dependable experience.</p><h3 id=\"toc-5\">What Are The Particular Main Differences Between American And Western Roulette? </h3><p>This version involving roulette from Swap Studios features the particular European wheel.  A very easy version regarding blackjack from Habanero, it’s possible in order to play as much as about three hands, with wagers ranging from 3 coins up to be able to 1, 000 cash.  Some casinos offer you your dollars throughout under an hour or so, while others may consider days.</p><ul><li>For withdrawals, options incorporate Interac, bank transfers, Jeton, MiFinity, plus cryptocurrencies, giving you flexibility when cashing out your earnings. </li><li>Mobile blackjack gives popular versions like Blackjack 21 and even speed games, made for quick and joining play. </li><li>Real money casinos let you enjoy with real levels and win frosty hard cash. </li></ul><p>Grasping these rules is the key to navigating the particular roulette table together with confidence and gesse.  Let’s attempt a journey throughout the cremefarbig de la cremefarbig of online different roulette games sites, ensuring your own adventure is nothing short of amazing.  Maintaining a permit is crucial regarding operators as this builds credibility in addition to trust with players.  Losing a certificate can have extreme consequences, including large fines and typically the loss in the capacity to operate lawfully.</p><h3 id=\"toc-6\">What Are The Most Effective On-line Casino Games With Regard To Real Cash Play? </h3><p>You could report any game on VSO if something’s off, in addition to we’ll ensure you have a working slot demo again in no time at all.  These no first deposit bonuses are typically the epitome of some sort of risk-free trial, ways to explore the casino’s landscape without financial strings attached.  Embarking on your on the web roulette adventure starts with the sign up process—a straightforward but critical step in guaranteeing your gaming experience is secure and legit.  Modern online internet casinos streamline the procedure, requesting essential personal details while shielding your privacy.  Not all casino video games are set up equal any time it comes to be able to the house edge.</p><ul><li>The following featured genuine money casino apps stand out with regard to their exceptional characteristics and reliability. </li><li>Even the best real cash casinos in Nova scotia have areas that they could improve. </li><li>By participating throughout self-exclusion programs, players will take proactive actions to manage their very own gambling behavior and seek the support they need. </li><li>Players from different continents can play in opposition to each other, discuss experiences, and even learn from one other. </li><li>These programs offer a important tool for individuals who sense they need in order to step back from betting and regain manage. </li><li>As regarding 2025, there are more than 5, 000 on the web casinos globally, including 70+ regulated sites in Ontario. </li></ul><p>With advancements throughout technology and connection, the best mobile-friendly online casinos offer a seamless and engaging gaming experience that is merely a touchscreen away.  The mobile phone gaming revolution offers morphed online internet casinos into portable enjoyment behemoths.  The comfort of playing your favorite games anytime, anyplace, has made cellular gaming a basic piece for your modern gambler.  SlotsandCasino provides a new bastion of reliability with its array of traditional banking approaches.  From credit playing cards to bank transactions, the security in addition to trustworthiness of these types of established options continue to be unmatched.</p><h2 id=\"toc-7\">What Is The Greatest Ontario Internet Casino For Real Money Perform? </h2><p>Table game lovers and casino supporters aren’t omitted possibly, with lots of options to keep everyone entertained.  Mise-O-Jeu could be the only regulated betting site in Quebec, providing a secure platform for athletics betting and also other betting activities.  Transactions using cryptocurrencies supply a unique combination of speed and anonymity for Canadian online bettors.</p><ul><li>Cashback is a type of bonus where the gamer receives a proportion of the money again from the casino. </li><li>All slots on our site have some sort of free demo plus most also feature a new full review, to enable you to try slots to keep things interesting before switching to be able to real money enjoy. </li><li>Most of the online games are slots in addition to a generous portion of progressive jackpots like Cleopatra, when table games have wide betting limitations and they are suitable for high rollers. </li><li>Our first 40 reviews in 2016 set the standard intended for our in-depth, unbiased analysis of each casino platform, real money or. </li><li>Reading the fine print out helps avoid pitfalls and\" \"guarantees effective leveraging regarding bonuses. </li></ul><p>In 2022, online casinos started to be legally permitted to be able to operate in Ontario, adding to the variety of gaming options available to be able to players.  To make sure a secure wagering experience, it’s recommended for players to choose sites licensed by iGaming Ontario (iGO).  The Alcoholic beverages and Gaming Commission payment of Ontario (AGCO) oversees the control of online gambling activities in typically the province.  Different on-line casino games intended for actual money include several popular options, this kind of as slot machines, goldmine slots and stand games.</p><h2 id=\"toc-8\">❓online Casino Real Funds Canada Faqs</h2><p>Yes, you can try slot games at Cafe Casino regarding free before wagering real money to be able to get familiar with the mechanics.  By continuously pushing the boundaries, these application providers ensure that the online casino landscape remains lively and ever-evolving.  The casino’s embrace of the modern payment method is further sweetened by bonuses that incentive crypto deposits, increasing the allure of this forward-thinking platform.</p><ul><li>Only licensed, secure internet casinos make the minimize for our top rated lists, so you can deposit and even gamble safely, with peace of brain. </li><li>Through our own methodical casino testing approach, we\'ve made a shortlist of the very\" \"ideal online casino operators to try out at with real money. </li><li>They keep to strict rules, use advanced security measures, and therefore are transparent about their procedures. </li><li>Whether you’re captivated by a new classic European different roulette games wheel and also the up-to-date spin of Lightning Roulette, Slots LV ensures your trip\" \"is both diverse plus delightful. </li></ul><p>So whether you want to play Starburst or try the latest releases to hit the market, the ever-growing database provides got you covered.  The tapestry associated with online gambling regulations in the ALL OF US is a patchwork quilt of state-specific regulations.  Each point out has its individual stance on on-line casinos, with some embracing the digital change wholeheartedly as well as others taking more cautious methods.  Wild Casino serves as a refuge for table avid gamers, providing a diverse assortment of both typical and novel variants to appease all tastes.  With the ball spinning within real-time and the particular chat buzzing along with anticipation, live supplier roulette games give an unparalleled impressive experience.</p><h3 id=\"toc-9\">How To Find Casino Apps</h3><p>The casino’s commitment to protecting transactions ensures that will your financial files is secure, permitting you to focus on the thrill of the game with no concern.  The commitment of long-standing gamers does not\" \"move unnoticed in typically the realm of on the web casinos.  Exclusive bonuses, often including funds rewards and high-value perks, act as some sort of token of admiration for your ongoing patronage.  Our crew of experts in CasinoOnlineCA has executed extensive studies and even research, rigorously assessment real cash casinos.  We’ve reached the judgement that real funds casinos are well worth exploring by players seeking an engaging and dynamic gaming knowledge.  Real-money casinos will be the best choice for players who want to knowledge the thrill involving real-money betting mixed with the comfort of online casino games.</p><p>The website functions with iOS and Android devices, and navigating the interface will be a cinch.  Ensure the casino utilizes high-level encryption, preferably 256-bit, to shield your personal and financial information.  Look for customer reviews in addition to ratings to measure the casino’s trustworthiness and avoid virtually any malpractice or complaints.  It’s a on line casino online real cash I trust to deliver real money payouts without problems.  A no-deposit added bonus will give you bonus money or free rotates without the will need for any deposit, which means you can attempt out some sort of casino with zero financial risk.  The bonus is usually smaller than some other bonuses, and an individual\" \"might be expected to downpayment a group amount inside order to assert any winnings.</p><h2 id=\"toc-10\">Best On The Internet Casino Sites Regarding January 2025</h2><p>It’s crucial regarding players to be aware of hawaii regulations to assure participation in legal internet gambling.  Licensed plus regulated casino software provide a safe and even secure environment with regard to players, overseen simply by state authorities.  Mobile casino apps offer a convenient way intended for players to gamble using their devices.  The best online online casino apps and betting apps are usually advised based on classes like welcome additional bonuses, game selection, and even user experience.  For those yearning for the authenticity of some sort of casino experience, are living dealer roulette game titles offer a mesmerizing mixture of real-time perform and digital availability.</p><ul><li>We\'ve tested and evaluated the top legitimate real money on-line casinos in the particular US. </li><li>To start playing games, an individual need to finance your account together with at least C$10. </li><li>Cafe Casino serves as a haven for slot game fans, spinning tales of adventure, wealth, plus ceaseless enjoyment with each reel. </li><li>Choosing the most effective online gambling websites canada can end up being daunting with so many choices. </li><li>Jackpot City welcomes new players having a C$1, 600 reward which is offered on the very first 4 deposits. </li></ul><p>The VegasSlotsOnline team ensures you in no way overlook the best slot trends and even industry news.  Sign up to our own newsletter to acquire a look behind the scenes regarding slots, the most current slot machines for Finnish players, and more.  You’re guaranteed to be able to discover the games an individual love within our on the web slots library.</p><h3 id=\"toc-11\">Real Money Online Slots</h3><p>If table games are a lot more your style, Usa Blackjack Turbo offers a fast-paced and participating experience.  Or, get a look at live game exhibits for instance Who Wants to Be some sort of Millionaire Roulette.  Jackpot City has already been a mainstay in the online casino world since 1998, so a person know they’re not really messing around.  Licensed simply by the Kahnawake Gaming Commission, they give a legitimate and protected platform for almost all Canadian players.</p><ul><li>There a wide range of advantages to gambling on the web for real money, although it also comes with some negatives. </li><li>That’s why\" \"it’s almost impossible to be able to find a web based gambling establishment that hasn’t improved its site regarding mobile devices. </li><li>FAQ sections will also be helpful, so check for information about responsible gambling, payments, personal privacy policy, and security details. </li><li>Mobile casinos provide benefits such as quick gameplay, user-friendly cadre, enhanced security, in addition to on-the-go access. </li></ul><p>Live dealer games have revolutionized online gambling, offering the ease of online get real-time interaction.  These games are usually slower-paced than classic online casino games, providing the more deliberate plus immersive experience.  Players can enjoy frequent live dealer video games such as Blackjack, Roulette, Baccarat, in addition to Super 6, each hosted by specialized dealers in current.  This industry innovator supplies a 5-star cell phone app and some sort of generous deposit bonus.</p><h3 id=\"toc-12\">What Should I Do If I Think I Have A Betting Problem? </h3><p>Embrace the excitement, manage your resources wisely, and might every spin provide you closer to typically the thrill of triumph.  The key to lasting enjoyment and even potential success at the roulette table lies in powerful bankroll management.  It’s about setting a budget, dividing your money wisely, and realizing when to walk away.  Adhering to win and damage limits can shield your bankroll, whilst taking regular breaks or cracks helps maintain perspective.  Cross the virtual Atlantic and you’ll find American Different roulette games, a game of which adds a twist with its added double zero bank account.  While this improves\" \"the house edge, it also introduces new gambling opportunities, such while the unique Holder bet.</p><ul><li>However, some brands stand out, offering unparalleled gaming experiences, robust security, and even exceptional customer support. </li><li>Also, note, that some casinos canada may refuse bonuses from particular payment methods. </li><li>Here, you’ll find demo slot machine machines from big-time software providers and smaller gaming galleries. </li><li>Nevertheless, their\" \"speed and security make them a popular choice among players, especially for those who value quick entry to their winnings. </li></ul><p>There, you could experience a geniune gambling establishment atmosphere presented within real-time by best live game providers, such as Progression, Pragmatic, Ezugi and even Playtech.  It works by allowing you in order to deposit actual money straight into\" \"a new casino, wager it by playing game titles, after which receive cash back based upon pre-set conditions.  Reload bonus deals are given to be able to players after the first deposit bonus whenever they top upward their casino records with more funds.  These bonuses are really common and gives a nice model for existing players.  You can usually acquire some free spins, although free bonus money is also offered by some casinos.</p><h2 id=\"toc-13\">⭐ Top 6 Online Real Money Casino Canada</h2><p>We enjoyed striving out the 25% live casino procuring, that is yet an additional reason this holders out as the top live dealer casino canada.  Casino Infinity includes a smooth, modern website with a user-friendly software that makes surfing around effortless.  If an individual have any inquiries or need assistance, their customer support is available through chat.  For any concerns or account problems, their friendly customer support team is obtainable 24/7 via live chat.  This simple approach pertains to all their bonuses, not merely the welcome offer.\" \"[newline]Their unique OJOplus software also gives you cashback on every single bet, whether you win or lose.  With an accumulation of over 3, 000 online games from top suppliers like NetEnt, Playtech, and Pragmatic Perform, PlayOJO has a thing for everyone.</p><ul><li>For example, in different roulette games, the house edge is typically around 5. 26%, which means that intended for every C$100 gambled, the casino desires to keep C$5. 26 in typically the long run. </li><li>As you pick the best online video poker machines for real cash, bear in mind aspects just like RTP, bonus functions, along with the game’s design. </li><li>Cafe On line casino is known for its user-friendly interface and a wide variety regarding game offerings, generating it a well-liked choice among gamers. </li><li>Choose the one which aligns with your choices for security, relieve, and speed, in addition to you’ll be placing bets on your current favorite\" \"roulette games in no time. </li><li>Many factors were taken into account, like reward packages, regular promotions, loyalty programs, banking options, etc. </li></ul><p>For example, North On line casino offers four 100% deposit matches up to $5, 000, when Ricky Casino gives three 100% first deposit matches up to be able to $7, 500.  1Red\" \"Casino offers a three-tiered 100% match bonus approximately CAD$15, 450, and DundeeSlots embraces new players with a 100% downpayment match up to CAD$8, 000 additionally 500 free spins.  Table games hold a special place regarding many casino fanatics, offering a blend of approach, skill, and luck.  Canadian online internet casinos provide a selection of classic table online games such as Blackjack, Roulette, and Baccarat, each and every with unique charm.</p>','Top Online Gambling Canada: Best Sites For True Money In 2025','','publish','closed','','','top-online-gambling-canada-best-sites-for-true-money-in-2025','','','2025-10-06 16:22:11','2025-10-06 09:22:11','',0,'https://lion288slot.com/?p=234',0,'post','',0),
(235,1,'2025-10-06 16:22:11','2025-10-06 09:22:11','<meta name=\"description\" content=\"The deposit bonus for new participants gives a 100% match up offer up to $1, 500. \"/><h1>Best On The Web Casinos For Genuine Money In 2025</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Mobile Application</a></li><li><a href=\"#toc-1\">Top Real Cash On Line Casino Apps 2025: Best Mobile Casinos Online</a></li><li><a href=\"#toc-2\">Can\'t Find What An Individual Looking For? Here Is Definitely Top 3 Casinos</a></li><li><a href=\"#toc-3\">Real Money Slots</a></li><li><a href=\"#toc-4\">Leovegas Casino: Best For Mobile Real Cash Gaming</a></li><li><a href=\"#toc-5\">What Are The Particular Main Differences Between American And Euro Roulette? </a></li><li><a href=\"#toc-6\">What Are The Best Online Casino Games Regarding Actual Money Play? </a></li><li><a href=\"#toc-7\">What Is The Best Ontario Casinos Regarding Real Money Perform? </a></li><li><a href=\"#toc-8\">❓online Casino Real Cash Canada Faqs</a></li><li><a href=\"#toc-9\">How To Download And Install Casino Apps</a></li><li><a href=\"#toc-10\">Best On The Web Casino Sites Intended For January 2025</a></li><li><a href=\"#toc-11\">Real Money On The Web Slots</a></li><li><a href=\"#toc-12\">What Should I Do If We Think Excellent Betting Problem? </a></li><li><a href=\"#toc-13\">⭐ Top 6 On The Internet Real Cash Casino Canada</a></li><li><a href=\"#toc-14\">Cryptocurrency Transactions With Las Atlantis Casino</a></li><li><a href=\"#toc-15\">Is Real Money Online Gambling Legal Inside Canada? </a></li><li><a href=\"#toc-16\">What Varieties Of Welcome Bonuses Can I Expect From On Line Casino Apps? </a></li><li><a href=\"#toc-17\">➕ What All Of Us Like About On The Web Casinos For Real Money</a></li><li><a href=\"#toc-18\">Popular Mobile Casino Games</a></li><li><a href=\"#toc-19\">Deposit & Withdrawal Methods, Their Very Own Abundance, And Safety</a></li><li><a href=\"#toc-20\">Borgata: Perfect For Slots Fans</a></li><li><a href=\"#toc-21\">Strategies For Winning At Online Roulette</a></li><li><a href=\"#toc-22\">Casino Reviews</a></li><li><a href=\"#toc-23\">Top Mobile Casinos</a></li><li><a href=\"#toc-24\">How To Choose A Good Online Casino With Regard To Real Money? </a></li><li><a href=\"#toc-31\">Real Money Casino Faq</a></li><li><a href=\"#toc-32\">Slots Safari</a></li><li><a href=\"#toc-33\">Mobile Roulette Gaming</a></li><li><a href=\"#toc-34\">Get Started Playing Real Cash Casino Games</a></li></ul></div><p>Don’t miss our regularly updated record of the newest online casinos canada intended for even more fascinating opportunities.  Sign-up bonuses reward you along with free spins or perhaps bonus cash for simply creating a merchant account.  Major operators just like Ignition Casino and the Bovada operate in New Jersey, giving a number of gaming options.  To download gambling establishment apps from typically the Google Play Retail store, open the Yahoo Play Store application, search for the desired casino app, and even tap ‘Install’.  To maximize welcome additional bonuses, understand the words and conditions, which includes wagering requirements.</p><ul><li>That\'s why it\'s important to evaluate the positives and negatives to get a far better understanding of the feeling real money betting offers. </li><li>Offshore casino applications are accessible to players throughout the US, despite varying local gambling laws. </li><li>The top on the web casinos Canada offers need a game collection that caters in order to all tastes. </li><li>Real money casinos inside Canada don’t desire to miss out about the increasing make use of of mobile gadgets to get into the web. </li></ul><p>The adrenaline regarding the game and the anticipation in the bet converge inside a symphony of enjoyment.  The enchanting wheel of online roulette is governed simply by rules as classic as the game alone, yet with some sort of digital twist.  At its core, on-line roulette mirrors its land-based counterpart, challenging you to forecast where the golf ball will land amongst the numbered video poker machines of the tyre.</p><h2 id=\"toc-0\">Mobile Application</h2><p>These provide a mixture of reasonable payouts, immersive activities, and strategic participate in that appeals in order to different player preferences.  The best on the web casino for actual money games in Europe is determined by individual personal preferences for games, bonus deals, and payment methods.  Explore our experts’ recommendations in our own toplist or examine out our evaluations to find a single that suits your current gambling preferences.  Software providers, the conspirators behind the electronic gaming world, energy the essence of an online casino.  As the engines right behind your web experience, computer software providers play some sort of pivotal role inside determining the variety, fairness, and pleasure of the games being offered.  As discerning gamblers seek to increase their gaming journey, choosing the right online internet casinos becomes paramount for a fusion of entertainment and profitability <a href=\"https://online-casino-games-canada.com/real-money-casino/\">https://online-casino-games-canada.com/real-money-casino/</a>.</p><p>Kingmaker presents an impressive selection of the best on-line casino games, wedding caterers to all types of players.  Whether you’re a slots enthusiast,\" \"a card shark, or possibly a roulette aficionado, there’s plenty to check out.  Yes, Bodog is definitely a legitimate online casino in Canada, offering a C$900 deposit bonus and use of over two, 000 games through reputable providers, ensuring a good gaming expertise.</p><h3 id=\"toc-1\">Top Real Money Gambling Establishment Apps 2025: Finest Mobile Casinos Online</h3><p>Even in case something suspicious takes place using a licensed web-site, you might have the legitimate right to get consequences\" \"in addition to defend your rights.  For times you want a helping hand, topnoth customer support is definitely essential.  We inspected for casinos together with responsive and proficient support teams offered via chat, e mail, and sometimes also phone.  But precisely what truly sets Kingmaker apart is it is exceptional live online casino games.  They’ve combined with leading companies like Evolution Gaming and Pragmatic Are living to bring a person an authentic in addition to immersive experience.</p><ul><li>Responsible betting forms the basic principle of the sustainable and pleasurable online casino voyage. </li><li>Yes, you can gamble with real money online canada, as online betting is legal in addition to regulated in typically the country. </li><li>You peruse the advised casinos based on your priorities while a player. </li></ul><p>The best offers feature no wagering requirement and no drawback limits.  The greatest first deposit additional bonuses have reasonable terms, such as doable wagering requirements, big sufficient withdrawal limits, in addition to good game selection without limitations.  Many things made PlayOJO so popular, which includes its large game library, low downpayment limits, and wager-free bonuses.  After checking out various aspects regarding selecting a legit genuine money casino, we\'ve compiled a listing of typically the best online gambling establishment Canada real funds options.</p><h2 id=\"toc-2\">Can\'t Find What You Looking For? Here Is Top 3 Casinos</h2><p>Reading the fine printing helps avoid problems and\" \"ensures effective leveraging involving bonuses.  Ensure the casino app you select is licensed and regulated to prevent significant safety risks.  These welcome additional bonuses enhance the first gaming experience and even significantly boost your own bankroll.  Once you’ve signed up, you’ll have got 10, 000 involving these virtual money in your account.  You can get them across 27+ Vibra Gaming slot machine games, and get more included with your balance when you earn.</p><ul><li>We\'ve broken the method down into bite-size steps which you can follow to make a prosperous casino deposit. </li><li>There have been several stories of gamers being scammed by simply rogue casinos. </li><li>We wouldn’t desire to jeopardize that and lose your devotion by promoting fraud websites. </li></ul><p>Whether you’re into classic slots, video slots, or table games, North Casino has something to cater to be able to every taste.  This diverse range regarding options, combined using a user-friendly interface and secure transactions, positions North On line casino as a leading choice for Canadian players.  North Online casino is a haven for online online casino enthusiasts, offering above 1, 300 game titles, including a huge selection of slot machine games and table online games.  New players acquire a generous deposit bonus, up to CA$1000 on their first downpayment.  Free spins in addition to other bonus advantages further improve the gambling experience.  Cafe Gambling establishment is known for its user-friendly interface and also a wide variety regarding game offerings, producing it a well-liked choice among participants.</p><h3 id=\"toc-3\">Real Money Slots</h3><p>The list of slot themes and characteristics to pick coming from are endless, in addition to you can lookup for specific video games in our free slots library.  Besides Vegas slots, we all also offer some sort of wide variety of scratch cards, including black jack, roulette, and baccarat.  Casino apps provide the excitement associated with the casino directly to your mobile device, offering a hassle-free and immersive gaming experience.  To simplicity your search, we’ve researched the leading real money on line casino apps in North america.</p><p>If the particular casino bonus you claimed includes a wagering requirement, you need to clear that simply uses actually think of cashing out.  For people who find gambling taking a toll on their life, help is conveniently available.  Resources this sort of as the National Problem Gambling Helpline offer support and services to individuals struggling with betting\" \"concerns.</p><h2 id=\"toc-4\">Leovegas Casino: Best Regarding Mobile Real Funds Gaming</h2><p>Because a good license means of which the casino functions legally and sticks to industry requirements.  We tested every single casino’s payout acceleration, focusing on the ones that process withdrawals swiftly and efficiently – no waiting around for weeks, just fast and simple cashouts.  While their very own crash games collection could use a several more options, game titles like Speed Accident and Crash Out and about Fireworks still supply quick, action-packed game play.  The minimum downpayment is a sensible C$10, so a person can test the waters without overspending.</p><ul><li>Withdrawal methods incorporate cards, eWallets, financial institution transfers, and cryptocurrencies, with varying pay out times. </li><li>Whether an individual enjoy classic roulette, exciting blackjack or perhaps simple baccarat in addition to want an environment having a real casino touch, live supplier games are best for you. </li><li>Leading apps often characteristic extensive libraries with hundreds of video poker machines and multiple survive dealer options. </li><li>Mobile casino apps offer you a wide variety of online games, including slots, table games, and survive dealer options. </li><li>Evolution Gaming’s live dealers also tend to have high RTPs, making them a favourite among players looking for better odds. </li></ul><p>For the organized player, the D’Alembert Method presents the less aggressive but steadier betting progress.  Increasing your stake by one right after a loss in addition to decreasing it by one following a get offers a even more balanced approach in order to the volatility regarding the roulette steering wheel.  It’s a strategy that will favors the careful and calculates, these who seek to ride the ocean of chance together with a measured side.  Because our readers’ safety and pleasure are at the forefront of what we all do, we of experts is very mindful when selecting online casinos.  For gamers, a licensed online casino means a safer and more dependable experience.</p><h3 id=\"toc-5\">What Are The Particular Main Differences Between American And Western Roulette? </h3><p>This version involving roulette from Swap Studios features the particular European wheel.  A very easy version regarding blackjack from Habanero, it’s possible in order to play as much as about three hands, with wagers ranging from 3 coins up to be able to 1, 000 cash.  Some casinos offer you your dollars throughout under an hour or so, while others may consider days.</p><ul><li>For withdrawals, options incorporate Interac, bank transfers, Jeton, MiFinity, plus cryptocurrencies, giving you flexibility when cashing out your earnings. </li><li>Mobile blackjack gives popular versions like Blackjack 21 and even speed games, made for quick and joining play. </li><li>Real money casinos let you enjoy with real levels and win frosty hard cash. </li></ul><p>Grasping these rules is the key to navigating the particular roulette table together with confidence and gesse.  Let’s attempt a journey throughout the cremefarbig de la cremefarbig of online different roulette games sites, ensuring your own adventure is nothing short of amazing.  Maintaining a permit is crucial regarding operators as this builds credibility in addition to trust with players.  Losing a certificate can have extreme consequences, including large fines and typically the loss in the capacity to operate lawfully.</p><h3 id=\"toc-6\">What Are The Most Effective On-line Casino Games With Regard To Real Cash Play? </h3><p>You could report any game on VSO if something’s off, in addition to we’ll ensure you have a working slot demo again in no time at all.  These no first deposit bonuses are typically the epitome of some sort of risk-free trial, ways to explore the casino’s landscape without financial strings attached.  Embarking on your on the web roulette adventure starts with the sign up process—a straightforward but critical step in guaranteeing your gaming experience is secure and legit.  Modern online internet casinos streamline the procedure, requesting essential personal details while shielding your privacy.  Not all casino video games are set up equal any time it comes to be able to the house edge.</p><ul><li>The following featured genuine money casino apps stand out with regard to their exceptional characteristics and reliability. </li><li>Even the best real cash casinos in Nova scotia have areas that they could improve. </li><li>By participating throughout self-exclusion programs, players will take proactive actions to manage their very own gambling behavior and seek the support they need. </li><li>Players from different continents can play in opposition to each other, discuss experiences, and even learn from one other. </li><li>These programs offer a important tool for individuals who sense they need in order to step back from betting and regain manage. </li><li>As regarding 2025, there are more than 5, 000 on the web casinos globally, including 70+ regulated sites in Ontario. </li></ul><p>With advancements throughout technology and connection, the best mobile-friendly online casinos offer a seamless and engaging gaming experience that is merely a touchscreen away.  The mobile phone gaming revolution offers morphed online internet casinos into portable enjoyment behemoths.  The comfort of playing your favorite games anytime, anyplace, has made cellular gaming a basic piece for your modern gambler.  SlotsandCasino provides a new bastion of reliability with its array of traditional banking approaches.  From credit playing cards to bank transactions, the security in addition to trustworthiness of these types of established options continue to be unmatched.</p><h2 id=\"toc-7\">What Is The Greatest Ontario Internet Casino For Real Money Perform? </h2><p>Table game lovers and casino supporters aren’t omitted possibly, with lots of options to keep everyone entertained.  Mise-O-Jeu could be the only regulated betting site in Quebec, providing a secure platform for athletics betting and also other betting activities.  Transactions using cryptocurrencies supply a unique combination of speed and anonymity for Canadian online bettors.</p><ul><li>Cashback is a type of bonus where the gamer receives a proportion of the money again from the casino. </li><li>All slots on our site have some sort of free demo plus most also feature a new full review, to enable you to try slots to keep things interesting before switching to be able to real money enjoy. </li><li>Most of the online games are slots in addition to a generous portion of progressive jackpots like Cleopatra, when table games have wide betting limitations and they are suitable for high rollers. </li><li>Our first 40 reviews in 2016 set the standard intended for our in-depth, unbiased analysis of each casino platform, real money or. </li><li>Reading the fine print out helps avoid pitfalls and\" \"guarantees effective leveraging regarding bonuses. </li></ul><p>In 2022, online casinos started to be legally permitted to be able to operate in Ontario, adding to the variety of gaming options available to be able to players.  To make sure a secure wagering experience, it’s recommended for players to choose sites licensed by iGaming Ontario (iGO).  The Alcoholic beverages and Gaming Commission payment of Ontario (AGCO) oversees the control of online gambling activities in typically the province.  Different on-line casino games intended for actual money include several popular options, this kind of as slot machines, goldmine slots and stand games.</p><h2 id=\"toc-8\">❓online Casino Real Funds Canada Faqs</h2><p>Yes, you can try slot games at Cafe Casino regarding free before wagering real money to be able to get familiar with the mechanics.  By continuously pushing the boundaries, these application providers ensure that the online casino landscape remains lively and ever-evolving.  The casino’s embrace of the modern payment method is further sweetened by bonuses that incentive crypto deposits, increasing the allure of this forward-thinking platform.</p><ul><li>Only licensed, secure internet casinos make the minimize for our top rated lists, so you can deposit and even gamble safely, with peace of brain. </li><li>Through our own methodical casino testing approach, we\'ve made a shortlist of the very\" \"ideal online casino operators to try out at with real money. </li><li>They keep to strict rules, use advanced security measures, and therefore are transparent about their procedures. </li><li>Whether you’re captivated by a new classic European different roulette games wheel and also the up-to-date spin of Lightning Roulette, Slots LV ensures your trip\" \"is both diverse plus delightful. </li></ul><p>So whether you want to play Starburst or try the latest releases to hit the market, the ever-growing database provides got you covered.  The tapestry associated with online gambling regulations in the ALL OF US is a patchwork quilt of state-specific regulations.  Each point out has its individual stance on on-line casinos, with some embracing the digital change wholeheartedly as well as others taking more cautious methods.  Wild Casino serves as a refuge for table avid gamers, providing a diverse assortment of both typical and novel variants to appease all tastes.  With the ball spinning within real-time and the particular chat buzzing along with anticipation, live supplier roulette games give an unparalleled impressive experience.</p><h3 id=\"toc-9\">How To Find Casino Apps</h3><p>The casino’s commitment to protecting transactions ensures that will your financial files is secure, permitting you to focus on the thrill of the game with no concern.  The commitment of long-standing gamers does not\" \"move unnoticed in typically the realm of on the web casinos.  Exclusive bonuses, often including funds rewards and high-value perks, act as some sort of token of admiration for your ongoing patronage.  Our crew of experts in CasinoOnlineCA has executed extensive studies and even research, rigorously assessment real cash casinos.  We’ve reached the judgement that real funds casinos are well worth exploring by players seeking an engaging and dynamic gaming knowledge.  Real-money casinos will be the best choice for players who want to knowledge the thrill involving real-money betting mixed with the comfort of online casino games.</p><p>The website functions with iOS and Android devices, and navigating the interface will be a cinch.  Ensure the casino utilizes high-level encryption, preferably 256-bit, to shield your personal and financial information.  Look for customer reviews in addition to ratings to measure the casino’s trustworthiness and avoid virtually any malpractice or complaints.  It’s a on line casino online real cash I trust to deliver real money payouts without problems.  A no-deposit added bonus will give you bonus money or free rotates without the will need for any deposit, which means you can attempt out some sort of casino with zero financial risk.  The bonus is usually smaller than some other bonuses, and an individual\" \"might be expected to downpayment a group amount inside order to assert any winnings.</p><h2 id=\"toc-10\">Best On The Internet Casino Sites Regarding January 2025</h2><p>It’s crucial regarding players to be aware of hawaii regulations to assure participation in legal internet gambling.  Licensed plus regulated casino software provide a safe and even secure environment with regard to players, overseen simply by state authorities.  Mobile casino apps offer a convenient way intended for players to gamble using their devices.  The best online online casino apps and betting apps are usually advised based on classes like welcome additional bonuses, game selection, and even user experience.  For those yearning for the authenticity of some sort of casino experience, are living dealer roulette game titles offer a mesmerizing mixture of real-time perform and digital availability.</p><ul><li>We\'ve tested and evaluated the top legitimate real money on-line casinos in the particular US. </li><li>To start playing games, an individual need to finance your account together with at least C$10. </li><li>Cafe Casino serves as a haven for slot game fans, spinning tales of adventure, wealth, plus ceaseless enjoyment with each reel. </li><li>Choosing the most effective online gambling websites canada can end up being daunting with so many choices. </li><li>Jackpot City welcomes new players having a C$1, 600 reward which is offered on the very first 4 deposits. </li></ul><p>The VegasSlotsOnline team ensures you in no way overlook the best slot trends and even industry news.  Sign up to our own newsletter to acquire a look behind the scenes regarding slots, the most current slot machines for Finnish players, and more.  You’re guaranteed to be able to discover the games an individual love within our on the web slots library.</p><h3 id=\"toc-11\">Real Money Online Slots</h3><p>If table games are a lot more your style, Usa Blackjack Turbo offers a fast-paced and participating experience.  Or, get a look at live game exhibits for instance Who Wants to Be some sort of Millionaire Roulette.  Jackpot City has already been a mainstay in the online casino world since 1998, so a person know they’re not really messing around.  Licensed simply by the Kahnawake Gaming Commission, they give a legitimate and protected platform for almost all Canadian players.</p><ul><li>There a wide range of advantages to gambling on the web for real money, although it also comes with some negatives. </li><li>That’s why\" \"it’s almost impossible to be able to find a web based gambling establishment that hasn’t improved its site regarding mobile devices. </li><li>FAQ sections will also be helpful, so check for information about responsible gambling, payments, personal privacy policy, and security details. </li><li>Mobile casinos provide benefits such as quick gameplay, user-friendly cadre, enhanced security, in addition to on-the-go access. </li></ul><p>Live dealer games have revolutionized online gambling, offering the ease of online get real-time interaction.  These games are usually slower-paced than classic online casino games, providing the more deliberate plus immersive experience.  Players can enjoy frequent live dealer video games such as Blackjack, Roulette, Baccarat, in addition to Super 6, each hosted by specialized dealers in current.  This industry innovator supplies a 5-star cell phone app and some sort of generous deposit bonus.</p><h3 id=\"toc-12\">What Should I Do If I Think I Have A Betting Problem? </h3><p>Embrace the excitement, manage your resources wisely, and might every spin provide you closer to typically the thrill of triumph.  The key to lasting enjoyment and even potential success at the roulette table lies in powerful bankroll management.  It’s about setting a budget, dividing your money wisely, and realizing when to walk away.  Adhering to win and damage limits can shield your bankroll, whilst taking regular breaks or cracks helps maintain perspective.  Cross the virtual Atlantic and you’ll find American Different roulette games, a game of which adds a twist with its added double zero bank account.  While this improves\" \"the house edge, it also introduces new gambling opportunities, such while the unique Holder bet.</p><ul><li>However, some brands stand out, offering unparalleled gaming experiences, robust security, and even exceptional customer support. </li><li>Also, note, that some casinos canada may refuse bonuses from particular payment methods. </li><li>Here, you’ll find demo slot machine machines from big-time software providers and smaller gaming galleries. </li><li>Nevertheless, their\" \"speed and security make them a popular choice among players, especially for those who value quick entry to their winnings. </li></ul><p>There, you could experience a geniune gambling establishment atmosphere presented within real-time by best live game providers, such as Progression, Pragmatic, Ezugi and even Playtech.  It works by allowing you in order to deposit actual money straight into\" \"a new casino, wager it by playing game titles, after which receive cash back based upon pre-set conditions.  Reload bonus deals are given to be able to players after the first deposit bonus whenever they top upward their casino records with more funds.  These bonuses are really common and gives a nice model for existing players.  You can usually acquire some free spins, although free bonus money is also offered by some casinos.</p><h2 id=\"toc-13\">⭐ Top 6 Online Real Money Casino Canada</h2><p>We enjoyed striving out the 25% live casino procuring, that is yet an additional reason this holders out as the top live dealer casino canada.  Casino Infinity includes a smooth, modern website with a user-friendly software that makes surfing around effortless.  If an individual have any inquiries or need assistance, their customer support is available through chat.  For any concerns or account problems, their friendly customer support team is obtainable 24/7 via live chat.  This simple approach pertains to all their bonuses, not merely the welcome offer.\" \"[newline]Their unique OJOplus software also gives you cashback on every single bet, whether you win or lose.  With an accumulation of over 3, 000 online games from top suppliers like NetEnt, Playtech, and Pragmatic Perform, PlayOJO has a thing for everyone.</p><ul><li>For example, in different roulette games, the house edge is typically around 5. 26%, which means that intended for every C$100 gambled, the casino desires to keep C$5. 26 in typically the long run. </li><li>As you pick the best online video poker machines for real cash, bear in mind aspects just like RTP, bonus functions, along with the game’s design. </li><li>Cafe On line casino is known for its user-friendly interface and a wide variety regarding game offerings, generating it a well-liked choice among gamers. </li><li>Choose the one which aligns with your choices for security, relieve, and speed, in addition to you’ll be placing bets on your current favorite\" \"roulette games in no time. </li><li>Many factors were taken into account, like reward packages, regular promotions, loyalty programs, banking options, etc. </li></ul><p>For example, North On line casino offers four 100% deposit matches up to $5, 000, when Ricky Casino gives three 100% first deposit matches up to be able to $7, 500.  1Red\" \"Casino offers a three-tiered 100% match bonus approximately CAD$15, 450, and DundeeSlots embraces new players with a 100% downpayment match up to CAD$8, 000 additionally 500 free spins.  Table games hold a special place regarding many casino fanatics, offering a blend of approach, skill, and luck.  Canadian online internet casinos provide a selection of classic table online games such as Blackjack, Roulette, and Baccarat, each and every with unique charm.</p>','Top Online Gambling Canada: Best Sites For True Money In 2025','','inherit','closed','closed','','234-revision-v1','','','2025-10-06 16:22:11','2025-10-06 09:22:11','',234,'https://lion288slot.com/?p=235',0,'revision','',0),
(236,1,'2025-10-06 05:24:25','2025-10-05 22:24:25','<meta name=\"description\" content=\"1win official, Türk oyunculara 40\'tan fazla spor dalında çevrimiçi veya canlı bahis yapma imkanı sunar. \"/><h1>1win On The Web Casino Türkiye\'den Oyuncular Için Resmi Web Sitesi</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">In Bonusları</a></li><li><a href=\"#toc-1\">Türkiye\'deki Oyuncular Için 1win\'de Spor Bahisleri Fırsatları</a></li><li><a href=\"#toc-2\">In\'de Hızlı Kayıt: Bir Rehber</a></li><li><a href=\"#toc-3\">En Popüler Ve Kârlı Slotlar</a></li><li><a href=\"#toc-4\">Canlı Casino Oyunları Ve Turnuvaları</a></li><li><a href=\"#toc-5\">In Online Casino Online – Oyun Oynayın Ve Büyük Kazanın! </a></li><li><a href=\"#toc-6\">In Kumarhane Deneyimi</a></li><li><a href=\"#toc-7\">In’e Nasıl Giriş Yapılır</a></li><li><a href=\"#toc-8\">In Hesabınıza Nasıl\" \"Em Virtude De Yatırabilirsiniz</a></li><li><a href=\"#toc-9\">Hızlı Oyunlar</a></li><li><a href=\"#toc-10\">Bonus Buy</a></li><li><a href=\"#toc-11\">In: Güvenilirliğin Ve Müşteri Memnuniyetinin Adresi</a></li><li><a href=\"#toc-12\">In E-spor Bahisleri</a></li><li><a href=\"#toc-13\">In Web Sitesinde Spor Bahisleri Nasıl Yapılır? </a></li><li><a href=\"#toc-14\">In Bonus Seçenekleri</a></li><li><a href=\"#toc-15\">Oyun Alanı</a></li><li><a href=\"#toc-16\">In Casino’ya Genel Bakış</a></li><li><a href=\"#toc-17\">In Online Casino’nun Yasallıkları</a></li><li><a href=\"#toc-18\">Slot Oyunlarında Kaybettiğiniz Tutarları %30\'a Kadar Geri Alın</a></li><li><a href=\"#toc-19\">Bir Kumarhaneden Nasıl Para Çekebilirim? </a></li><li><a href=\"#toc-20\">In Web Sitesinde Başka Neler Var? </a></li><li><a href=\"#toc-21\">Yetkilendirme Ve Kişisel Hesap Özellikleri</a></li><li><a href=\"#toc-22\">Crash Games - 1win\'de Anında Sonuçlar Empieza Ödemeler</a></li><li><a href=\"#toc-23\">In Casino Promosyon Kodları</a></li><li><a href=\"#toc-24\">Türkiye Yılında Bir 1win Çevrimiçi Kumarhanesinde Oynayabilir Miyim? </a></li><li><a href=\"#toc-26\">Android Ve Ios Için 1win Mobil Uygulaması</a></li><li><a href=\"#toc-27\">In Uygulaması Gerçekten Güvenli Empieza Adil Mi? </a></li><li><a href=\"#toc-28\">Ekspres Spor Bahislerinde %15\'e Varan Bonus</a></li><li><a href=\"#toc-33\">Ücretsiz\" \"Empieza Gerçek Paralı Oyunlar Arasındaki Fark</a></li></ul></div><p>Sitenin gambling establishment oyunlarına gelecek olursak bu adreste kullanıcıların oynayabileceği 11. 000’den fazla oyun bulunuyor.  Canlı casino oyunlarını da hesaba katarsak bu sayı oldukça olağanüstü bir hâl alıyor.  Platformda aradığınız neredeyse her sağlayıcıyı ve oyunu bulabilirsiniz.  Ana siteye erişim engellendiğinde, kullanıcılar bir ayna site aracılığıyla platforma girerler.  Ayna site, aynı özelliklere ve güçlü güvenliğe sahip platformun tam bir kopyasıdır.  1win, mobil site, aynalar ve uygulama dahil olmak üzere çalışan alternatiflerin listesini sürekli olarak günceller.</p><p>Kumarhane, para yatırma ve çekme işlemleri için çeşitli güvenli ödeme yöntemlerini destekler.  1Win Casino 13 ortak ödeme yöntemi sunar, ancak hepsi hem para yatırma hem de em virtude de çekme işlemleri için çalışmaz.  Şimdilik, kumarhanenin Doğu Avrupa’daki oyunculara daha fazla yönelik olduğunu ve ödeme yöntemlerinin bunu yansıttığını bilin.  Win casino incelememizde, bu kumarhanede oynamadan önce bilmeniz gereken tüm önemli noktaları ele alacağız.  Ekibimiz bu kumarhaneye derinlemesine daldı – kumar uzmanlarımız oyun oynamak ve online casino web sitesini kullanılabilirlik açısından test etmek\" \"için saatler harcadılar.</p><h2 id=\"toc-0\">In Bonusları</h2><p>Sitenin ana sayfası üzerinden ulaşabileceğiniz bu adreste canlı olarak oynanan müsabakaları izleyebilir ve canlı bahislerle kazançlar sağlayabilirsiniz.  Platformun TV adresi de belirli aralıklarla yasaklanma işlemine maruz kalıyor.  Bu sebepten TV hizmetinden yararlanmak istiyorsanız sitenin ana sayfası üzerinden ulaşmanız en güvenilir tercih olacaktır.  Canlı oranlarla yüksek miktarda kazançlar yakalayabileceğiniz bu uygulamayı da web site kendi içerisinde faaliyete sokmuş bulunuyor <a href=\"https://1wincasino-2024tr.com/\">1win</a>.</p><ul><li>Platformun sponsorluk anlaşmalarına bakacak olursak haine bahis piyasasına eine kadar köklü bir giriş yaptıklarını görebiliriz. </li><li>7/24 müşteri desteği, platformun güvenilirliğinin bir başka göstergesidir. </li><li>Herhangi bir oyunu seçin, bahislerinizi yapın ve bir kazanç elde ederseniz, doğrudan hesap bakiyenize gidecektir. </li><li>Henüz açılalı birkaç yıl olmasına rağmen köklü bahis siteleri arasına adını yazdıran bu site finansal işlemler konusundaki hassaslığı sayesinde bunu başarıyor. </li><li>1win sitesi para bu durumun farkında olacak ki kendi TVBET sistemi ile kullanıcılarını karşılıyor. </li><li>Kumarhanenin güçlü şifreleme önlemleri, tüm finansal işlemlerin gizliliğini empieza güvenliğini sağlar. </li></ul><p>Bu işlemi, bahis şirketinin herhangi bir platformunda, yani hem resmi internet sitesi hem sobre mobil site aracılığıyla gerçekleştirebilirsiniz.  En sevdiğiniz spor dallarındaki müsabakalara bahis oynamak ve en iyi gambling establishment oyunlarını oynamak için 1win Türkiye’ye kaydolmanız gerekir.  Şirket politikasına ve mevcut yasal düzenlemelerine göre, yalnızca yetişkin kullanıcılar platforma kaydolabilir.  18 yaşından küçükseniz ve siteye kaydolmayı denerseniz, şirket, hesabınızı bloke etme hakkını saklı tutar; çünkü bu yasalara aykırı bir eylemde bulunuyorsunuz demektir.  Daha etkileşimli ve rekabetçi bir oyun deneyimi arayan oyuncular için 1Win Casino, canlı casino oyunlarına ve turnuvalara ev sahipliği yapmaktadır.  Bu özellikler, genel kumar deneyimine ekstra bir heyecan ve katılım katmanı ekler.</p><h3 id=\"toc-1\">Türkiye\'deki Oyuncular Için 1win\'de Spor Bahisleri Fırsatları</h3><p>7/24 müşteri desteği, platformun güvenilirliğinin bir başka göstergesidir.  1win, bahis ve casino oyunları oynamayı sevenler için resmi internet sitesi ve bir mobil versiyonu sunmaktadır.  Şirket çalışanları henüz Android veya iOS için bir uygulama geliştirmedi, ancak yakında bu uygulamalar sağlanabilir.  Bir mobil cihazda bahis oynamayı seviyorsanız, mobil tarayıcınız aracılığıyla siteyi kullanarak hesabınıza giriş yapabilirsiniz.  Bu seçenek, zamandan tasarruf etmek isteyen ve hızlı oynamayı sevenler için harikadır çünkü cihazınıza bir uygulama indirmeniz gerekmez.</p><p>Puan hatları, alt/üst toplamlar, ilk yarı alt/üst, taraf/taraf değil, correct score (doğru skor) tahminleri bunlardan sadece birkaçı.  İsterseniz birden fazla seçeneği birleştirip çoklu bahisler de oluşturabilirsiniz.  1Win kesintisiz giriş adresi için 1wfqwc. living adresi kullanılıyor.  Bahis platformunun kapsamı, futbol, basketbol, tenis, hokey, voleybol, beyzbol, skab, biatlon, dart, hentbol ve diğerleri gibi spor kategorilerini içermektedir.  Su topu ve florbol gibi arizona bilinen spor dallarını da bunlara ekleyebiliriz.</p><h3 id=\"toc-2\">In\'de Hızlı Kayıt: Bir Rehber</h3><p>Önemli olan, işlemleri resmî yansıma üzerinden yapmaktır çünkü internette birçok sahte site bulunmaktadır.  Ayrıca maç bitmeden kazandığınız parayı çekebilmeniz için erken para çekme özelliği de mevcut.  Canlı yayınlarla bütünleşik arayüz sayesinde spor müsabakalarını an always be an takip edip iddialarınızı yönetebilirsiniz.  Böylece, iOS cihazınızın spicilège ekranında 1Win simgesi görünecek ve bu yolla siteye hızlı bir şekilde erişebileceksiniz.  Hesap doğrulaması, kullanıcı bilgilerinizin onaylanması demektir.</p><p>1Win deki casino sayfasında bulduğunuz her oyun gerçek parayla oynanabilir.  Herhangi bir oyunu seçin, bahislerinizi yapın ve bir kazanç elde ederseniz, doğrudan hesap bakiyenize gidecektir.  1Win Casino’dan pra çekmek için em virtude de çekme bölümüne gidin ve tercih ettiğiniz ödeme yöntemini seçin.  Talimatları izleyin empieza para çekme işlemini başlatmak için gerekli tüm ayrıntıları sağlayın.</p><h2 id=\"toc-3\">En Popüler Ve Kârlı Slotlar</h2><p>Curaçao oyun lisansı ve endüstri standartlarına bağlılığı sayesinde oyuncular güvenli ve emniyetli bir kumar ortamının tadını çıkarabilirler.  1Win Casino, çeşitli ve yüksek kaliteli bir oyun deneyimi sağlamak için sektördeki önde gelen oyun sağlayıcılarından bazılarıyla işbirliği yapmaktadır.  Önde gelen sağlayıcılardan bazıları NetEnt, Microgaming, Evolution Gaming, Play’n GO ve daha fazlasını içerir.</p><ul><li>Dünyanın önde gelen yazılım sağlayıcılarıyla iş birliği yapan 1Win, her zevke ve bütçeye uygun oyunlar sunuyor. </li><li>Artık bahis işleminiz gerçekleşmiştir empieza kullanıcı hesabınızda görüntülenecektir. </li><li>Güvenlik ve adil oyun, 1Win Türkiye’nin önceliklerinden bazılarıdır. </li><li>1Win Casino, kurulduğu 2018 yılından bu yana heyecan verici bir kumar deneyimi sunan popüler bir çevrimiçi kumarhanedir. </li><li>Kullanıcı hesabınız aracılığıyla bir talep oluşturduktan sonra, platform çalışanları hemen talebinizi incelemeye başlar. </li></ul><p>1Win Online casino, 8000’den fazla farklı kumarhane oyunundan oluşan etkileyici bir koleksiyona sahiptir ve oyuncuların seçeneklerinin asla tükenmemesini sağlar.  Klasik slotlardan masa oyunlarına ve canlı krupiye oyunlarına kadar her  zevke uygun bir şey var.  Kumarhane, büyüleyici görsellere ve ilgi çekici oynanışa sahip yüksek kaliteli oyunlar sunmak için ünlü oyun sağlayıcılarıyla işbirliği yapıyor.  Bahis sektöründe site sayısının artması kaçınılmaz bir sonuç olarak karşımıza geliyor.</p><h2 id=\"toc-4\">Canlı Casino Oyunları Ve Turnuvaları</h2><p>Sayfanın sol tarafında, gaté casino oyun türünüzü kolayca seçebileceğiniz bir menü de bulunmaktadır.  Sayfanın ortasında, kumarhanenin en popüler oyunlarının\" \"kategoriye göre ayrıldığını göreceksiniz.  Açıldığı ilk günden beri popülerliği yakalamayı başarmış olan 1win sitesi yeni uygulamasıyla kullanıcılarına bahis yapmayı daha da kolaylaştırıyor.  Sitenin ana sayfası üzerinden indirebileceğiniz uygulama hem IOS sprained ankle treatment de Android üzerinden çalışıyor.</p><ul><li>1Win Casino’da çok fazla bahis yapan oyuncular, ödüllerin ve özel avantajların kilidini hızla açacaktır. </li><li>Hesap doğrulaması, kullanıcı bilgilerinizin onaylanması demektir. </li><li>Herhangi bir para transfer işleminin, yalnızca kayıt işlemini ve doğrulama sürecini tamamlamış olan reşit kullanıcılar tarafından yapılabileceğini unutmamak önemlidir. </li><li>1Win casino 13 farklı saygın online ödeme yöntemini kabul etmektedir. </li><li>Canlı casino, 1Win’in etkileyici oyun çeşitliliğine son derece gerçekçi bir boyut kazandırıyor. </li></ul><p>Müşteri desteği, özellikle Türkiye\'den gelen müşteriler için 1win sah sitesinin önemli bir unsurudur.  Şirket, yenilikleri hızla sunar empieza bonus programlarını genişletirken her zaman hedef kitleyle etkileşimde kalır.  Kullanıcıların teknik veya finansal konularda bir sorusu olduğunda, destek ekibiyle iletişime geçme imkanı bulunur.</p><h3 id=\"toc-5\">In Gambling Establishment Online – Oyun Oynayın Ve Büyük Kazanın! </h3><p>Evet,\" \"1Win Casino, hem iOS hem de Google android cihazlar için bir mobil uygulama sunarak oyuncuların hareket halindeyken en sevdikleri oyunların keyfini çıkarmalarını sağlar.  1Win Casino, oyuncularına değer verir empieza onları cazip promosyonlar ve bonuslarla ödüllendirir.  Yeni oyuncular, çeşitli oyun kitaplığını keşfetmeleri için ek fon sağlayarak 700$’a kadar cömert %200 bonustan yararlanabilirler.  Kumarhane ayrıca haftalık kayıplarda %30’a varan para iadesi sunarak, oyuncuların şanssız oyun seanslarında haine bir güvenlik ağına sahip olmalarını sağlar.  Bu avantajlarla birlikte 1win en yüksek seviyede hizmet sunar, çünkü her kullanıcı için özel yaklaşım gösterilmektedir.</p><p>Bu sitede oynayan oyuncular sitenin finansal konudaki hızından genel olarak memnunlar.  Yüklü meblağlarla işlem yapan kullanıcılar için biraz aksamalar görülse de bunu typical karşılamak gerekiyor.  Siteye yatırım yapmadan önce limitlerini  merak eden kullanıcılar için bu durumu açıklığa kavuşturalım.  Bu platforma kullanıcılar neredeyse her ödeme yöntemiyle yatırım yapabiliyor.</p><h3 id=\"toc-6\">In Kumarhane Deneyimi</h3><p>Bu da demektir ki yüksek olan oranlardan kazançlarınızı dilediğiniz\" \"şekilde arttırabileceksiniz.  Sitedeki spor bahisleri kısmında 30’dan fazla spor türüne bahisler yapabilirsiniz.  En popüler olarak futbol maçları bahise açılsa da diğer oyunların hiçe sayılmaması bazı kullanıcılar için değerli.</p><ul><li>Sitede üyeler için özel olarak hazırlanan bonuslar ve kolay çekim imkanları bulunuyor. </li><li>1win kayıt işleminden sonra, tüm para yatırma yöntemleri kullanımınıza sunulacaktır. </li><li>Masalarda gerçek kumarhane çiplerini ve ekipmanlarını görecek, krupiyelerin talimatlarını işiteceksiniz. </li></ul><p>Sitede bulunan yüzlerce farklı slot oyunu, eğlenceli empieza kazançlı bir deneyim sunuyor.  Klasik meyve slotlarından, modern online video slotlara kadar geniş bir yelpazede seçenek bulunuyor.  Ödül çarkları, ücretsiz dönüşler, added bonus oyunları gibi heyecan verici özellikler, slot machine deneyimini daha de uma keyifli hale getiriyor.  1Win, ayrıca milyonlarca Türk Lirası’nı dağıtan progresif jackpot slotlarına da ev sahipliği yapıyor.  Sadece birkaç dönüşte hayatınızı değiştirecek büyük ikramiyelere ulaşma şansınız var.</p><h2 id=\"toc-7\">In’e Nasıl Giriş Yapılır</h2><p>Örneğin, Oscar ödüllerini kazananlar veya bir sonraki Büyük Britanya Başbakanı.  Ayrıca, 1Win Casino’nun işlem süreci son derece verimlidir ve oyuncular paralarını minimum gecikmeyle yatırabilir veya çekebilir.  Bu, kumarhanenin oyuncularına hızlı ve sorunsuz bir deneyim sunmaya verdiği önemi gösterir ve kesintisiz bir oyun akışı sağlar.  Güvenli ve hızlı para transferleri, 1Win Casino’nun en çekici özelliklerinden bazılarıdır.</p><ul><li>Ancak, hesabınızda şüpheli bir etkinlik görülürse kimliğinizi daha ayrıntılı olarak doğrulamak için güvenlik servisi sizinle iletişime geçebilir. </li><li>Oranların düşmesi durumunda sayfadaki renkleri kırmızıya döner, oranlar yükseldiği takdirde ise renkleri yeşile döner. </li><li>Dahası, arzu edilen seçenekler, kullanışlı bir arama çubuğunun yardımıyla rahatlıkla bulunabilir. </li><li>1Win giriş bahis sitesine, oyuncunun bulunduğu ülkenin mevzuatına bağlıdır. </li></ul><p>1win TR kullanıcıları, destek ekibinin hızlı yanıt süresini ve faydalı önerilerini takdir eder.  Destek hizmetine, internet sitesinde ve uygulamada bulunan çevrimiçi sohbet aracılığıyla erişim sağlanır.  Bu, bekleme süresi olmadan hızlı empieza rahat bir iletişim kanalıdır.  Kullanıcılar, ekli belgeler gerektiren daha karmaşık sorgular için e-posta da kullanırlar.  İletişim kanalları hem bilgisayarlardan hem para mobil cihazlardan erişilebilir.</p><h3 id=\"toc-8\">In Hesabınıza Nasıl\" \"Em Virtude De Yatırabilirsiniz</h3><p>1win bahisleri, sadece keyifli zaman geçirmek değil aynı zamanda iyi kazanç elde etmek fikrine sahip olanlar için de en iyi çözüm olacaktır.  1win’i indirerek yalnızca casino oyunlarına değil, spor bahislerine empieza platformda bulunan diğer tüm eğlence türlerine de erişebilirsiniz.  Resmî web sitesi, kullanışlı ve anlaşılır arayüzüyle dikkat çeker.  Her şey o kadar düzenlidir ki, yeni bir kullanıcı fiel kolayca yön bulabilir ve gerekli işlevlerin nerede olduğunu anlayabilir.  Ek bir fayda olarak, geniş added bonus ve promosyon çeşitliliği sunar.</p><ul><li>Ancak, bu ödeme yöntemlerinden birkaçında bazı kısıtlamalar olduğunu unutmayın. </li><li>Yeni gelenler, dört pra yatırma işleminde %500\'lük cömert bir hoş geldin hediyesi alır. </li><li>Bu modda, yalnızca ana sonucu tahmin etmeye dayalı değil aynı zamanda spread bahis (spread betting) de yapabilirsiniz. </li><li>1win sitesi içerisinde yer alan ilgili bölümde tüm promosyonları görebilirsiniz. </li></ul><p>Bu platforma giriş, kullanıcıya tüm belirtilen fonksiyonlara erişim sağlar.  Platformun sunduğu geniş oyun yelpazesini keşfedin ve spor bahisleri fırsatlarını değerlendirin.  Kişisel bir hesap oluşturmadan önce platform hakkında detaylı bilgi edinin.  Bahis şirketinin platformunda, kayıt bölümüne gidin empieza bir hesap oluşturmak için “Hızlı” seçeneğini tercih edin.  Sonrasında, e-posta adresinizi empieza telefon numaranızı girin ve bir şifre belirleyin.</p><h2 id=\"toc-9\">Hızlı Oyunlar</h2><p>Sitenin işlevsel bileşenlerinden ve mobil versiyondan bahsetmek gerekirse, tüm bölümler sayfalara eşit olarak dağıtılmıştır.  Böylece kullanıcılara, rahat gezinme ve sadece birkaç tıklamayla gerekli tüm araçlara hızlı erişim sağlanır.  Bu durumda, web sitesine girerek kayıt düğmesine tıklamanız ve ardından bu yöntemi seçmeniz gerekir.  Ardından, tercih ettiğiniz para birimini ve uygun bir sosyal ağı seçmeniz ve şirketin hüküm ve koşullarını kabul etmeniz gerekir.  1win official, Türk oyunculara 40\'tan fazla spor dalında çevrimiçi veya canlı bahis yapma imkanı sunar.</p><ul><li>Bu ortaklıklar, oyuncuların en son ve durante popüler oyunlara erişmesini sağlar. </li><li>Ayrıca, hesap bakiyesini artırırken ek komisyon alınmadığını bilmek önemlidir. </li><li>En popüler olanlar arasında futbol, basketbol, tenis, hokey ve e-spor yer almaktadır. </li><li>Bahis platformunun kapsamı, balompié, basketbol, tenis, hokey, voleybol, beyzbol, skab, biatlon, dart, hentbol ve diğerleri gibi spor kategorilerini içermektedir. </li></ul><p>Bu işlem, platformun güvenilir bir ortam sağlama taahhüdünün bir parçasıdır.  Hesabınıza para yatırmak için uygun gördüğünüz yöntemi sunulan listeden seçin ve üzerine tıklayın.  Burada kullanıcı bilgilerinizi, yani e-posta adresinizi ya da telefon numaranızı empieza daha önce belirlediğiniz şifrenizi uygun kısımlara girmeniz gerekir.  Kullanıcılar en güvenli araçları kullanarak para yatırabilir ve 1win revulsion gerçekleştirebilirler.  Ayrıca, çevrimiçi sohbet yoluyla metode destek uzmanlarından hızlı bir şekilde yardım alabilirsiniz.  Sorun devam ederse, çevrim içi sohbet veya e-posta yoluyla teknik destek ekibi ile iletişime geçin.</p><h3 id=\"toc-10\">Bonus Buy</h3><p>Ürün yelpazemizin ana kısmı, kazancınızı çekmenize olanak tanıyan çeşitli gerçek paralı slot makineleridir.  Çeşitli temaları, tasarımları, makara ve ödeme çizgisi sayılarının yanı sıra oyunun mekaniği, bonus özelliklerin varlığı ve diğer özellikleri ile şaşırtıyorlar.  Kullanıcılar, 1Win web sitesinde oynayabilecekleri geleneksel bahislere ek olarak canlı modda da parayla bahis oynayabilirler.</p><ul><li>1Win kesintisiz giriş adresi için 1wfqwc. existence adresi kullanılıyor. </li><li>Gerekli 1win APK dosyası, 1win’in resmî web sitesinde bulunabilir. </li><li>Telefon numaranız ya da e-posta adresiniz ve şifreniz gibi gerekli bilgileri girin. </li><li>Slotlar, çarpışma oyunları, zaman eğlenceleri ve gerçek krupiyelere karşı oynayabileceğiniz canlı casino mevcuttur. </li></ul><p>1win Türkiye faaliyet gösteren lisanslı bir çevrimiçi платформаdır.  Bu system, hem casino oyunları hem de spor bahisleri alanında aktif olarak hizmetler sunar.  Müşteriler çok sayıda hizmete ve added bonus teklifine erişim elde ederler.  Aşağıdaki tablo, şirketin lansman yılı ve diğer önemli verileri gösterir.  Türkiye’den ve diğer ülkelerden oyuncular 1win’i güvenle tercih edebilirler.</p><h2 id=\"toc-11\">In: Güvenilirliğin Ve Müşteri Memnuniyetinin Adresi</h2><p>Bu, kullanıcıların bölgesel kısıtlamalara veya engellemelere rağmen bahislerine ve oyunlarına kesintisiz erişim sağlamasına olanak tanır.  1Win Casino, kurulduğu 2018 yılından bu yana heyecan verici bir kumar deneyimi sunan popüler bir çevrimiçi kumarhanedir.  Geniş oyun yelpazesi, cazip bonusları ve kullanıcı dostu arayüzü ile dünya çapında kumarhane tutkunlarının uğrak noktası haline gelmiştir.</p><ul><li>Müşteri desteği, özellikle Türkiye\'den gelen müşteriler için 1win sah sitesinin önemli bir unsurudur. </li><li>Kazançlı jackpot slotlarından, görsel şölene dönüşen video slotlara kadar geniş bir yelpazede oyun deneyimi yaşamak mümkün. </li><li>Burada her kullanıcı ilgi çekici eğlenceler ve avantajlı fırsatlar bulabilir. </li><li>Geniş oyun yelpazesi ve çeşitli bonus fırsatları ile kazanma ve kazancınızı artırma şansı oldukça fazladır. </li></ul><p>1Win Türkiye, yeni üyelerini ve tekrar eden oyuncularını çeşitli bonuslar ve promosyonlarla ödüllendirerek cezbetmektedir.  Hoş geldin bonusundan ekspres bonuslarına, nakit ödüllerden bedava bahislere kadar pek çok fırsat sunulmaktadır.  Canlı modda bahis oynamak oldukça basittir, öncelikle müsabaka sonuçlarını kuponda belirtmeniz gerekir.  Ardından, bahsin miktarını ayarlamanız ve müsabakanın sonuçlanmasını beklemeniz gerekir.  Oranların düşmesi durumunda sayfadaki renkleri kırmızıya döner, oranlar yükseldiği takdirde ise renkleri yeşile döner.  Bu modda, yalnızca ana sonucu tahmin etmeye dayalı değil aynı zamanda spread bahis (spread betting) de yapabilirsiniz.</p><h3 id=\"toc-12\">In E-spor Bahisleri</h3><p>1Win bahis şirketi giriş adresi düzensin harf kombinasyonları şeklindedir.  1 Win güncel giriş adresine erişim 1wfqwc. lifestyle buradan yapılıyor.  1win app, mobil cihazlarınızda kesintisiz ve pratik bir oyun deneyimi sunar.  Dünya genelindeki spor olaylarına yüksek oranlarla bahis yapma ayrıcalığı sizi bekliyor.  1win kayıt işlemi tamamlanınca, bir sonraki sayfada bilgilendirileceksiniz ve ayrıca şirketin e-posta adresinden resmi bir onay bildirimi alacaksınız.</p><ul><li>Bu sayfadaki kodlara erişebilir ve bonus avantajlarının kilidini\" \"açmak için bunları hesabınıza girebilirsiniz. </li><li>Unutmayın ki işlemler için belirli limitler vardır empieza bunlara uymanız gerekir. </li><li>Platformun\" \"sunduğu ödeme yöntemleri empieza limitleri aşağıdaki tabloda görülebilir. </li><li>Ancak, tıpkı resmi web sitesinde olduğu gibi, pra kazanmak için aynı imkanların sunulduğu 1win mobil sürümünü kullanarak her zaman bahis oynayabilirsiniz. </li></ul><p>PayPal, 1Win Casino’da bir ödeme seçeneği olarak mevcut olmayabilirken, kumarhane çeşitli diğer uygun empieza güvenli ödeme yöntemlerini destekler.  Evet, 1Win Online Casino, oyuncularının emniyetine ve güvenliğine öncelik verir.  Bir Curaçao oyun lisansı altında faaliyet göstererek yasal gerekliliklere empieza endüstri standartlarına uygunluğu sağlar.  Evlerinin rahatlığında otantik bir kumarhane deneyimi arayanlar için 1Win Casino, çok çeşitli canlı krupiye oyunları sunmaktadır.  Oyuncular, profesyonel krupiyeler ve diğer oyuncularla gerçek zamanlı olarak etkileşime girerek oyun deneyiminin sürükleyici doğasını geliştirebilir.</p><h2 id=\"toc-13\">In Web Sitesinde Spor Bahisleri Nasıl Yapılır? </h2><p>Ayrıca bir süreliğine kumardan uzak durma seçenekleri de vardır.  1Win ücretsiz kullanımı, mevcut giriş adresine erişimini de sağlar.  Mobil bahis oynamayı tercih edenler Android empieza iOS tabanlı uygulamaların yanı sıra uygun mobil versiyon de uma geliştirilmiştir.</p><ul><li>Çeşitli temaları, tasarımları, makara ve ödeme çizgisi sayılarının yanı sıra oyunun mekaniği, bonus özelliklerin varlığı ve diğer özellikleri ile şaşırtıyorlar. </li><li>Online bahis oynamanın, ikamet ettiğiniz ülkenin düzenlemelerine göre yasal olması gerektiğine dikkat etmek de önemlidir. </li><li>Ayrı bir kategoride, 1win ekibi tarafından geliştirilen oyunlar bulunur. </li><li>Önemli olan, işlemleri resmî yansıma üzerinden yapmaktır çünkü internette birçok sahte site bulunmaktadır. </li><li>Hatta, gösteri dünyası ve siyasi olaylar üzerine bahis oynayarak hem eğlenebilir hem de afin de kazanabilirsiniz. </li></ul><p>Canlı bahislerin bir diğer özelliği ise dinamik olarak değişen oranlardır.  Bu nedenle doğru spor dalı ve sonucu seçerek ve biraz şansla ciddi kazançlar elde edebilirsiniz.  Ayrı bir kategoride, 1win ekibi tarafından geliştirilen oyunlar bulunur.</p>','1win Türkiye Resmi Spor Bahisleri Sitesi Giriş Empieza Kaydol','','publish','closed','','','1win-turkiye-resmi-spor-bahisleri-sitesi-giris-empieza-kaydol','','','2025-10-06 16:51:07','2025-10-06 09:51:07','',0,'https://lion288slot.com/?p=236',0,'post','',0),
(237,1,'2025-10-06 16:51:07','2025-10-06 09:51:07','<meta name=\"description\" content=\"1win official, Türk oyunculara 40\'tan fazla spor dalında çevrimiçi veya canlı bahis yapma imkanı sunar. \"/><h1>1win On The Web Casino Türkiye\'den Oyuncular Için Resmi Web Sitesi</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">In Bonusları</a></li><li><a href=\"#toc-1\">Türkiye\'deki Oyuncular Için 1win\'de Spor Bahisleri Fırsatları</a></li><li><a href=\"#toc-2\">In\'de Hızlı Kayıt: Bir Rehber</a></li><li><a href=\"#toc-3\">En Popüler Ve Kârlı Slotlar</a></li><li><a href=\"#toc-4\">Canlı Casino Oyunları Ve Turnuvaları</a></li><li><a href=\"#toc-5\">In Online Casino Online – Oyun Oynayın Ve Büyük Kazanın! </a></li><li><a href=\"#toc-6\">In Kumarhane Deneyimi</a></li><li><a href=\"#toc-7\">In’e Nasıl Giriş Yapılır</a></li><li><a href=\"#toc-8\">In Hesabınıza Nasıl\" \"Em Virtude De Yatırabilirsiniz</a></li><li><a href=\"#toc-9\">Hızlı Oyunlar</a></li><li><a href=\"#toc-10\">Bonus Buy</a></li><li><a href=\"#toc-11\">In: Güvenilirliğin Ve Müşteri Memnuniyetinin Adresi</a></li><li><a href=\"#toc-12\">In E-spor Bahisleri</a></li><li><a href=\"#toc-13\">In Web Sitesinde Spor Bahisleri Nasıl Yapılır? </a></li><li><a href=\"#toc-14\">In Bonus Seçenekleri</a></li><li><a href=\"#toc-15\">Oyun Alanı</a></li><li><a href=\"#toc-16\">In Casino’ya Genel Bakış</a></li><li><a href=\"#toc-17\">In Online Casino’nun Yasallıkları</a></li><li><a href=\"#toc-18\">Slot Oyunlarında Kaybettiğiniz Tutarları %30\'a Kadar Geri Alın</a></li><li><a href=\"#toc-19\">Bir Kumarhaneden Nasıl Para Çekebilirim? </a></li><li><a href=\"#toc-20\">In Web Sitesinde Başka Neler Var? </a></li><li><a href=\"#toc-21\">Yetkilendirme Ve Kişisel Hesap Özellikleri</a></li><li><a href=\"#toc-22\">Crash Games - 1win\'de Anında Sonuçlar Empieza Ödemeler</a></li><li><a href=\"#toc-23\">In Casino Promosyon Kodları</a></li><li><a href=\"#toc-24\">Türkiye Yılında Bir 1win Çevrimiçi Kumarhanesinde Oynayabilir Miyim? </a></li><li><a href=\"#toc-26\">Android Ve Ios Için 1win Mobil Uygulaması</a></li><li><a href=\"#toc-27\">In Uygulaması Gerçekten Güvenli Empieza Adil Mi? </a></li><li><a href=\"#toc-28\">Ekspres Spor Bahislerinde %15\'e Varan Bonus</a></li><li><a href=\"#toc-33\">Ücretsiz\" \"Empieza Gerçek Paralı Oyunlar Arasındaki Fark</a></li></ul></div><p>Sitenin gambling establishment oyunlarına gelecek olursak bu adreste kullanıcıların oynayabileceği 11. 000’den fazla oyun bulunuyor.  Canlı casino oyunlarını da hesaba katarsak bu sayı oldukça olağanüstü bir hâl alıyor.  Platformda aradığınız neredeyse her sağlayıcıyı ve oyunu bulabilirsiniz.  Ana siteye erişim engellendiğinde, kullanıcılar bir ayna site aracılığıyla platforma girerler.  Ayna site, aynı özelliklere ve güçlü güvenliğe sahip platformun tam bir kopyasıdır.  1win, mobil site, aynalar ve uygulama dahil olmak üzere çalışan alternatiflerin listesini sürekli olarak günceller.</p><p>Kumarhane, para yatırma ve çekme işlemleri için çeşitli güvenli ödeme yöntemlerini destekler.  1Win Casino 13 ortak ödeme yöntemi sunar, ancak hepsi hem para yatırma hem de em virtude de çekme işlemleri için çalışmaz.  Şimdilik, kumarhanenin Doğu Avrupa’daki oyunculara daha fazla yönelik olduğunu ve ödeme yöntemlerinin bunu yansıttığını bilin.  Win casino incelememizde, bu kumarhanede oynamadan önce bilmeniz gereken tüm önemli noktaları ele alacağız.  Ekibimiz bu kumarhaneye derinlemesine daldı – kumar uzmanlarımız oyun oynamak ve online casino web sitesini kullanılabilirlik açısından test etmek\" \"için saatler harcadılar.</p><h2 id=\"toc-0\">In Bonusları</h2><p>Sitenin ana sayfası üzerinden ulaşabileceğiniz bu adreste canlı olarak oynanan müsabakaları izleyebilir ve canlı bahislerle kazançlar sağlayabilirsiniz.  Platformun TV adresi de belirli aralıklarla yasaklanma işlemine maruz kalıyor.  Bu sebepten TV hizmetinden yararlanmak istiyorsanız sitenin ana sayfası üzerinden ulaşmanız en güvenilir tercih olacaktır.  Canlı oranlarla yüksek miktarda kazançlar yakalayabileceğiniz bu uygulamayı da web site kendi içerisinde faaliyete sokmuş bulunuyor <a href=\"https://1wincasino-2024tr.com/\">1win</a>.</p><ul><li>Platformun sponsorluk anlaşmalarına bakacak olursak haine bahis piyasasına eine kadar köklü bir giriş yaptıklarını görebiliriz. </li><li>7/24 müşteri desteği, platformun güvenilirliğinin bir başka göstergesidir. </li><li>Herhangi bir oyunu seçin, bahislerinizi yapın ve bir kazanç elde ederseniz, doğrudan hesap bakiyenize gidecektir. </li><li>Henüz açılalı birkaç yıl olmasına rağmen köklü bahis siteleri arasına adını yazdıran bu site finansal işlemler konusundaki hassaslığı sayesinde bunu başarıyor. </li><li>1win sitesi para bu durumun farkında olacak ki kendi TVBET sistemi ile kullanıcılarını karşılıyor. </li><li>Kumarhanenin güçlü şifreleme önlemleri, tüm finansal işlemlerin gizliliğini empieza güvenliğini sağlar. </li></ul><p>Bu işlemi, bahis şirketinin herhangi bir platformunda, yani hem resmi internet sitesi hem sobre mobil site aracılığıyla gerçekleştirebilirsiniz.  En sevdiğiniz spor dallarındaki müsabakalara bahis oynamak ve en iyi gambling establishment oyunlarını oynamak için 1win Türkiye’ye kaydolmanız gerekir.  Şirket politikasına ve mevcut yasal düzenlemelerine göre, yalnızca yetişkin kullanıcılar platforma kaydolabilir.  18 yaşından küçükseniz ve siteye kaydolmayı denerseniz, şirket, hesabınızı bloke etme hakkını saklı tutar; çünkü bu yasalara aykırı bir eylemde bulunuyorsunuz demektir.  Daha etkileşimli ve rekabetçi bir oyun deneyimi arayan oyuncular için 1Win Casino, canlı casino oyunlarına ve turnuvalara ev sahipliği yapmaktadır.  Bu özellikler, genel kumar deneyimine ekstra bir heyecan ve katılım katmanı ekler.</p><h3 id=\"toc-1\">Türkiye\'deki Oyuncular Için 1win\'de Spor Bahisleri Fırsatları</h3><p>7/24 müşteri desteği, platformun güvenilirliğinin bir başka göstergesidir.  1win, bahis ve casino oyunları oynamayı sevenler için resmi internet sitesi ve bir mobil versiyonu sunmaktadır.  Şirket çalışanları henüz Android veya iOS için bir uygulama geliştirmedi, ancak yakında bu uygulamalar sağlanabilir.  Bir mobil cihazda bahis oynamayı seviyorsanız, mobil tarayıcınız aracılığıyla siteyi kullanarak hesabınıza giriş yapabilirsiniz.  Bu seçenek, zamandan tasarruf etmek isteyen ve hızlı oynamayı sevenler için harikadır çünkü cihazınıza bir uygulama indirmeniz gerekmez.</p><p>Puan hatları, alt/üst toplamlar, ilk yarı alt/üst, taraf/taraf değil, correct score (doğru skor) tahminleri bunlardan sadece birkaçı.  İsterseniz birden fazla seçeneği birleştirip çoklu bahisler de oluşturabilirsiniz.  1Win kesintisiz giriş adresi için 1wfqwc. living adresi kullanılıyor.  Bahis platformunun kapsamı, futbol, basketbol, tenis, hokey, voleybol, beyzbol, skab, biatlon, dart, hentbol ve diğerleri gibi spor kategorilerini içermektedir.  Su topu ve florbol gibi arizona bilinen spor dallarını da bunlara ekleyebiliriz.</p><h3 id=\"toc-2\">In\'de Hızlı Kayıt: Bir Rehber</h3><p>Önemli olan, işlemleri resmî yansıma üzerinden yapmaktır çünkü internette birçok sahte site bulunmaktadır.  Ayrıca maç bitmeden kazandığınız parayı çekebilmeniz için erken para çekme özelliği de mevcut.  Canlı yayınlarla bütünleşik arayüz sayesinde spor müsabakalarını an always be an takip edip iddialarınızı yönetebilirsiniz.  Böylece, iOS cihazınızın spicilège ekranında 1Win simgesi görünecek ve bu yolla siteye hızlı bir şekilde erişebileceksiniz.  Hesap doğrulaması, kullanıcı bilgilerinizin onaylanması demektir.</p><p>1Win deki casino sayfasında bulduğunuz her oyun gerçek parayla oynanabilir.  Herhangi bir oyunu seçin, bahislerinizi yapın ve bir kazanç elde ederseniz, doğrudan hesap bakiyenize gidecektir.  1Win Casino’dan pra çekmek için em virtude de çekme bölümüne gidin ve tercih ettiğiniz ödeme yöntemini seçin.  Talimatları izleyin empieza para çekme işlemini başlatmak için gerekli tüm ayrıntıları sağlayın.</p><h2 id=\"toc-3\">En Popüler Ve Kârlı Slotlar</h2><p>Curaçao oyun lisansı ve endüstri standartlarına bağlılığı sayesinde oyuncular güvenli ve emniyetli bir kumar ortamının tadını çıkarabilirler.  1Win Casino, çeşitli ve yüksek kaliteli bir oyun deneyimi sağlamak için sektördeki önde gelen oyun sağlayıcılarından bazılarıyla işbirliği yapmaktadır.  Önde gelen sağlayıcılardan bazıları NetEnt, Microgaming, Evolution Gaming, Play’n GO ve daha fazlasını içerir.</p><ul><li>Dünyanın önde gelen yazılım sağlayıcılarıyla iş birliği yapan 1Win, her zevke ve bütçeye uygun oyunlar sunuyor. </li><li>Artık bahis işleminiz gerçekleşmiştir empieza kullanıcı hesabınızda görüntülenecektir. </li><li>Güvenlik ve adil oyun, 1Win Türkiye’nin önceliklerinden bazılarıdır. </li><li>1Win Casino, kurulduğu 2018 yılından bu yana heyecan verici bir kumar deneyimi sunan popüler bir çevrimiçi kumarhanedir. </li><li>Kullanıcı hesabınız aracılığıyla bir talep oluşturduktan sonra, platform çalışanları hemen talebinizi incelemeye başlar. </li></ul><p>1Win Online casino, 8000’den fazla farklı kumarhane oyunundan oluşan etkileyici bir koleksiyona sahiptir ve oyuncuların seçeneklerinin asla tükenmemesini sağlar.  Klasik slotlardan masa oyunlarına ve canlı krupiye oyunlarına kadar her  zevke uygun bir şey var.  Kumarhane, büyüleyici görsellere ve ilgi çekici oynanışa sahip yüksek kaliteli oyunlar sunmak için ünlü oyun sağlayıcılarıyla işbirliği yapıyor.  Bahis sektöründe site sayısının artması kaçınılmaz bir sonuç olarak karşımıza geliyor.</p><h2 id=\"toc-4\">Canlı Casino Oyunları Ve Turnuvaları</h2><p>Sayfanın sol tarafında, gaté casino oyun türünüzü kolayca seçebileceğiniz bir menü de bulunmaktadır.  Sayfanın ortasında, kumarhanenin en popüler oyunlarının\" \"kategoriye göre ayrıldığını göreceksiniz.  Açıldığı ilk günden beri popülerliği yakalamayı başarmış olan 1win sitesi yeni uygulamasıyla kullanıcılarına bahis yapmayı daha da kolaylaştırıyor.  Sitenin ana sayfası üzerinden indirebileceğiniz uygulama hem IOS sprained ankle treatment de Android üzerinden çalışıyor.</p><ul><li>1Win Casino’da çok fazla bahis yapan oyuncular, ödüllerin ve özel avantajların kilidini hızla açacaktır. </li><li>Hesap doğrulaması, kullanıcı bilgilerinizin onaylanması demektir. </li><li>Herhangi bir para transfer işleminin, yalnızca kayıt işlemini ve doğrulama sürecini tamamlamış olan reşit kullanıcılar tarafından yapılabileceğini unutmamak önemlidir. </li><li>1Win casino 13 farklı saygın online ödeme yöntemini kabul etmektedir. </li><li>Canlı casino, 1Win’in etkileyici oyun çeşitliliğine son derece gerçekçi bir boyut kazandırıyor. </li></ul><p>Müşteri desteği, özellikle Türkiye\'den gelen müşteriler için 1win sah sitesinin önemli bir unsurudur.  Şirket, yenilikleri hızla sunar empieza bonus programlarını genişletirken her zaman hedef kitleyle etkileşimde kalır.  Kullanıcıların teknik veya finansal konularda bir sorusu olduğunda, destek ekibiyle iletişime geçme imkanı bulunur.</p><h3 id=\"toc-5\">In Gambling Establishment Online – Oyun Oynayın Ve Büyük Kazanın! </h3><p>Evet,\" \"1Win Casino, hem iOS hem de Google android cihazlar için bir mobil uygulama sunarak oyuncuların hareket halindeyken en sevdikleri oyunların keyfini çıkarmalarını sağlar.  1Win Casino, oyuncularına değer verir empieza onları cazip promosyonlar ve bonuslarla ödüllendirir.  Yeni oyuncular, çeşitli oyun kitaplığını keşfetmeleri için ek fon sağlayarak 700$’a kadar cömert %200 bonustan yararlanabilirler.  Kumarhane ayrıca haftalık kayıplarda %30’a varan para iadesi sunarak, oyuncuların şanssız oyun seanslarında haine bir güvenlik ağına sahip olmalarını sağlar.  Bu avantajlarla birlikte 1win en yüksek seviyede hizmet sunar, çünkü her kullanıcı için özel yaklaşım gösterilmektedir.</p><p>Bu sitede oynayan oyuncular sitenin finansal konudaki hızından genel olarak memnunlar.  Yüklü meblağlarla işlem yapan kullanıcılar için biraz aksamalar görülse de bunu typical karşılamak gerekiyor.  Siteye yatırım yapmadan önce limitlerini  merak eden kullanıcılar için bu durumu açıklığa kavuşturalım.  Bu platforma kullanıcılar neredeyse her ödeme yöntemiyle yatırım yapabiliyor.</p><h3 id=\"toc-6\">In Kumarhane Deneyimi</h3><p>Bu da demektir ki yüksek olan oranlardan kazançlarınızı dilediğiniz\" \"şekilde arttırabileceksiniz.  Sitedeki spor bahisleri kısmında 30’dan fazla spor türüne bahisler yapabilirsiniz.  En popüler olarak futbol maçları bahise açılsa da diğer oyunların hiçe sayılmaması bazı kullanıcılar için değerli.</p><ul><li>Sitede üyeler için özel olarak hazırlanan bonuslar ve kolay çekim imkanları bulunuyor. </li><li>1win kayıt işleminden sonra, tüm para yatırma yöntemleri kullanımınıza sunulacaktır. </li><li>Masalarda gerçek kumarhane çiplerini ve ekipmanlarını görecek, krupiyelerin talimatlarını işiteceksiniz. </li></ul><p>Sitede bulunan yüzlerce farklı slot oyunu, eğlenceli empieza kazançlı bir deneyim sunuyor.  Klasik meyve slotlarından, modern online video slotlara kadar geniş bir yelpazede seçenek bulunuyor.  Ödül çarkları, ücretsiz dönüşler, added bonus oyunları gibi heyecan verici özellikler, slot machine deneyimini daha de uma keyifli hale getiriyor.  1Win, ayrıca milyonlarca Türk Lirası’nı dağıtan progresif jackpot slotlarına da ev sahipliği yapıyor.  Sadece birkaç dönüşte hayatınızı değiştirecek büyük ikramiyelere ulaşma şansınız var.</p><h2 id=\"toc-7\">In’e Nasıl Giriş Yapılır</h2><p>Örneğin, Oscar ödüllerini kazananlar veya bir sonraki Büyük Britanya Başbakanı.  Ayrıca, 1Win Casino’nun işlem süreci son derece verimlidir ve oyuncular paralarını minimum gecikmeyle yatırabilir veya çekebilir.  Bu, kumarhanenin oyuncularına hızlı ve sorunsuz bir deneyim sunmaya verdiği önemi gösterir ve kesintisiz bir oyun akışı sağlar.  Güvenli ve hızlı para transferleri, 1Win Casino’nun en çekici özelliklerinden bazılarıdır.</p><ul><li>Ancak, hesabınızda şüpheli bir etkinlik görülürse kimliğinizi daha ayrıntılı olarak doğrulamak için güvenlik servisi sizinle iletişime geçebilir. </li><li>Oranların düşmesi durumunda sayfadaki renkleri kırmızıya döner, oranlar yükseldiği takdirde ise renkleri yeşile döner. </li><li>Dahası, arzu edilen seçenekler, kullanışlı bir arama çubuğunun yardımıyla rahatlıkla bulunabilir. </li><li>1Win giriş bahis sitesine, oyuncunun bulunduğu ülkenin mevzuatına bağlıdır. </li></ul><p>1win TR kullanıcıları, destek ekibinin hızlı yanıt süresini ve faydalı önerilerini takdir eder.  Destek hizmetine, internet sitesinde ve uygulamada bulunan çevrimiçi sohbet aracılığıyla erişim sağlanır.  Bu, bekleme süresi olmadan hızlı empieza rahat bir iletişim kanalıdır.  Kullanıcılar, ekli belgeler gerektiren daha karmaşık sorgular için e-posta da kullanırlar.  İletişim kanalları hem bilgisayarlardan hem para mobil cihazlardan erişilebilir.</p><h3 id=\"toc-8\">In Hesabınıza Nasıl\" \"Em Virtude De Yatırabilirsiniz</h3><p>1win bahisleri, sadece keyifli zaman geçirmek değil aynı zamanda iyi kazanç elde etmek fikrine sahip olanlar için de en iyi çözüm olacaktır.  1win’i indirerek yalnızca casino oyunlarına değil, spor bahislerine empieza platformda bulunan diğer tüm eğlence türlerine de erişebilirsiniz.  Resmî web sitesi, kullanışlı ve anlaşılır arayüzüyle dikkat çeker.  Her şey o kadar düzenlidir ki, yeni bir kullanıcı fiel kolayca yön bulabilir ve gerekli işlevlerin nerede olduğunu anlayabilir.  Ek bir fayda olarak, geniş added bonus ve promosyon çeşitliliği sunar.</p><ul><li>Ancak, bu ödeme yöntemlerinden birkaçında bazı kısıtlamalar olduğunu unutmayın. </li><li>Yeni gelenler, dört pra yatırma işleminde %500\'lük cömert bir hoş geldin hediyesi alır. </li><li>Bu modda, yalnızca ana sonucu tahmin etmeye dayalı değil aynı zamanda spread bahis (spread betting) de yapabilirsiniz. </li><li>1win sitesi içerisinde yer alan ilgili bölümde tüm promosyonları görebilirsiniz. </li></ul><p>Bu platforma giriş, kullanıcıya tüm belirtilen fonksiyonlara erişim sağlar.  Platformun sunduğu geniş oyun yelpazesini keşfedin ve spor bahisleri fırsatlarını değerlendirin.  Kişisel bir hesap oluşturmadan önce platform hakkında detaylı bilgi edinin.  Bahis şirketinin platformunda, kayıt bölümüne gidin empieza bir hesap oluşturmak için “Hızlı” seçeneğini tercih edin.  Sonrasında, e-posta adresinizi empieza telefon numaranızı girin ve bir şifre belirleyin.</p><h2 id=\"toc-9\">Hızlı Oyunlar</h2><p>Sitenin işlevsel bileşenlerinden ve mobil versiyondan bahsetmek gerekirse, tüm bölümler sayfalara eşit olarak dağıtılmıştır.  Böylece kullanıcılara, rahat gezinme ve sadece birkaç tıklamayla gerekli tüm araçlara hızlı erişim sağlanır.  Bu durumda, web sitesine girerek kayıt düğmesine tıklamanız ve ardından bu yöntemi seçmeniz gerekir.  Ardından, tercih ettiğiniz para birimini ve uygun bir sosyal ağı seçmeniz ve şirketin hüküm ve koşullarını kabul etmeniz gerekir.  1win official, Türk oyunculara 40\'tan fazla spor dalında çevrimiçi veya canlı bahis yapma imkanı sunar.</p><ul><li>Bu ortaklıklar, oyuncuların en son ve durante popüler oyunlara erişmesini sağlar. </li><li>Ayrıca, hesap bakiyesini artırırken ek komisyon alınmadığını bilmek önemlidir. </li><li>En popüler olanlar arasında futbol, basketbol, tenis, hokey ve e-spor yer almaktadır. </li><li>Bahis platformunun kapsamı, balompié, basketbol, tenis, hokey, voleybol, beyzbol, skab, biatlon, dart, hentbol ve diğerleri gibi spor kategorilerini içermektedir. </li></ul><p>Bu işlem, platformun güvenilir bir ortam sağlama taahhüdünün bir parçasıdır.  Hesabınıza para yatırmak için uygun gördüğünüz yöntemi sunulan listeden seçin ve üzerine tıklayın.  Burada kullanıcı bilgilerinizi, yani e-posta adresinizi ya da telefon numaranızı empieza daha önce belirlediğiniz şifrenizi uygun kısımlara girmeniz gerekir.  Kullanıcılar en güvenli araçları kullanarak para yatırabilir ve 1win revulsion gerçekleştirebilirler.  Ayrıca, çevrimiçi sohbet yoluyla metode destek uzmanlarından hızlı bir şekilde yardım alabilirsiniz.  Sorun devam ederse, çevrim içi sohbet veya e-posta yoluyla teknik destek ekibi ile iletişime geçin.</p><h3 id=\"toc-10\">Bonus Buy</h3><p>Ürün yelpazemizin ana kısmı, kazancınızı çekmenize olanak tanıyan çeşitli gerçek paralı slot makineleridir.  Çeşitli temaları, tasarımları, makara ve ödeme çizgisi sayılarının yanı sıra oyunun mekaniği, bonus özelliklerin varlığı ve diğer özellikleri ile şaşırtıyorlar.  Kullanıcılar, 1Win web sitesinde oynayabilecekleri geleneksel bahislere ek olarak canlı modda da parayla bahis oynayabilirler.</p><ul><li>1Win kesintisiz giriş adresi için 1wfqwc. existence adresi kullanılıyor. </li><li>Gerekli 1win APK dosyası, 1win’in resmî web sitesinde bulunabilir. </li><li>Telefon numaranız ya da e-posta adresiniz ve şifreniz gibi gerekli bilgileri girin. </li><li>Slotlar, çarpışma oyunları, zaman eğlenceleri ve gerçek krupiyelere karşı oynayabileceğiniz canlı casino mevcuttur. </li></ul><p>1win Türkiye faaliyet gösteren lisanslı bir çevrimiçi платформаdır.  Bu system, hem casino oyunları hem de spor bahisleri alanında aktif olarak hizmetler sunar.  Müşteriler çok sayıda hizmete ve added bonus teklifine erişim elde ederler.  Aşağıdaki tablo, şirketin lansman yılı ve diğer önemli verileri gösterir.  Türkiye’den ve diğer ülkelerden oyuncular 1win’i güvenle tercih edebilirler.</p><h2 id=\"toc-11\">In: Güvenilirliğin Ve Müşteri Memnuniyetinin Adresi</h2><p>Bu, kullanıcıların bölgesel kısıtlamalara veya engellemelere rağmen bahislerine ve oyunlarına kesintisiz erişim sağlamasına olanak tanır.  1Win Casino, kurulduğu 2018 yılından bu yana heyecan verici bir kumar deneyimi sunan popüler bir çevrimiçi kumarhanedir.  Geniş oyun yelpazesi, cazip bonusları ve kullanıcı dostu arayüzü ile dünya çapında kumarhane tutkunlarının uğrak noktası haline gelmiştir.</p><ul><li>Müşteri desteği, özellikle Türkiye\'den gelen müşteriler için 1win sah sitesinin önemli bir unsurudur. </li><li>Kazançlı jackpot slotlarından, görsel şölene dönüşen video slotlara kadar geniş bir yelpazede oyun deneyimi yaşamak mümkün. </li><li>Burada her kullanıcı ilgi çekici eğlenceler ve avantajlı fırsatlar bulabilir. </li><li>Geniş oyun yelpazesi ve çeşitli bonus fırsatları ile kazanma ve kazancınızı artırma şansı oldukça fazladır. </li></ul><p>1Win Türkiye, yeni üyelerini ve tekrar eden oyuncularını çeşitli bonuslar ve promosyonlarla ödüllendirerek cezbetmektedir.  Hoş geldin bonusundan ekspres bonuslarına, nakit ödüllerden bedava bahislere kadar pek çok fırsat sunulmaktadır.  Canlı modda bahis oynamak oldukça basittir, öncelikle müsabaka sonuçlarını kuponda belirtmeniz gerekir.  Ardından, bahsin miktarını ayarlamanız ve müsabakanın sonuçlanmasını beklemeniz gerekir.  Oranların düşmesi durumunda sayfadaki renkleri kırmızıya döner, oranlar yükseldiği takdirde ise renkleri yeşile döner.  Bu modda, yalnızca ana sonucu tahmin etmeye dayalı değil aynı zamanda spread bahis (spread betting) de yapabilirsiniz.</p><h3 id=\"toc-12\">In E-spor Bahisleri</h3><p>1Win bahis şirketi giriş adresi düzensin harf kombinasyonları şeklindedir.  1 Win güncel giriş adresine erişim 1wfqwc. lifestyle buradan yapılıyor.  1win app, mobil cihazlarınızda kesintisiz ve pratik bir oyun deneyimi sunar.  Dünya genelindeki spor olaylarına yüksek oranlarla bahis yapma ayrıcalığı sizi bekliyor.  1win kayıt işlemi tamamlanınca, bir sonraki sayfada bilgilendirileceksiniz ve ayrıca şirketin e-posta adresinden resmi bir onay bildirimi alacaksınız.</p><ul><li>Bu sayfadaki kodlara erişebilir ve bonus avantajlarının kilidini\" \"açmak için bunları hesabınıza girebilirsiniz. </li><li>Unutmayın ki işlemler için belirli limitler vardır empieza bunlara uymanız gerekir. </li><li>Platformun\" \"sunduğu ödeme yöntemleri empieza limitleri aşağıdaki tabloda görülebilir. </li><li>Ancak, tıpkı resmi web sitesinde olduğu gibi, pra kazanmak için aynı imkanların sunulduğu 1win mobil sürümünü kullanarak her zaman bahis oynayabilirsiniz. </li></ul><p>PayPal, 1Win Casino’da bir ödeme seçeneği olarak mevcut olmayabilirken, kumarhane çeşitli diğer uygun empieza güvenli ödeme yöntemlerini destekler.  Evet, 1Win Online Casino, oyuncularının emniyetine ve güvenliğine öncelik verir.  Bir Curaçao oyun lisansı altında faaliyet göstererek yasal gerekliliklere empieza endüstri standartlarına uygunluğu sağlar.  Evlerinin rahatlığında otantik bir kumarhane deneyimi arayanlar için 1Win Casino, çok çeşitli canlı krupiye oyunları sunmaktadır.  Oyuncular, profesyonel krupiyeler ve diğer oyuncularla gerçek zamanlı olarak etkileşime girerek oyun deneyiminin sürükleyici doğasını geliştirebilir.</p><h2 id=\"toc-13\">In Web Sitesinde Spor Bahisleri Nasıl Yapılır? </h2><p>Ayrıca bir süreliğine kumardan uzak durma seçenekleri de vardır.  1Win ücretsiz kullanımı, mevcut giriş adresine erişimini de sağlar.  Mobil bahis oynamayı tercih edenler Android empieza iOS tabanlı uygulamaların yanı sıra uygun mobil versiyon de uma geliştirilmiştir.</p><ul><li>Çeşitli temaları, tasarımları, makara ve ödeme çizgisi sayılarının yanı sıra oyunun mekaniği, bonus özelliklerin varlığı ve diğer özellikleri ile şaşırtıyorlar. </li><li>Online bahis oynamanın, ikamet ettiğiniz ülkenin düzenlemelerine göre yasal olması gerektiğine dikkat etmek de önemlidir. </li><li>Ayrı bir kategoride, 1win ekibi tarafından geliştirilen oyunlar bulunur. </li><li>Önemli olan, işlemleri resmî yansıma üzerinden yapmaktır çünkü internette birçok sahte site bulunmaktadır. </li><li>Hatta, gösteri dünyası ve siyasi olaylar üzerine bahis oynayarak hem eğlenebilir hem de afin de kazanabilirsiniz. </li></ul><p>Canlı bahislerin bir diğer özelliği ise dinamik olarak değişen oranlardır.  Bu nedenle doğru spor dalı ve sonucu seçerek ve biraz şansla ciddi kazançlar elde edebilirsiniz.  Ayrı bir kategoride, 1win ekibi tarafından geliştirilen oyunlar bulunur.</p>','1win Türkiye Resmi Spor Bahisleri Sitesi Giriş Empieza Kaydol','','inherit','closed','closed','','236-revision-v1','','','2025-10-06 16:51:07','2025-10-06 09:51:07','',236,'https://lion288slot.com/?p=237',0,'revision','',0),
(238,1,'2025-10-05 13:18:10','2025-10-05 06:18:10','<meta name=\"description\" content=\"Несмотря на эти недостатки и проблемы, нее компания неохотно идет на контакт киромарусом клиентами.\"/><h1>Мостбет проход ️ В личных Кабинет Mostbet вошли На Официальную Платформу</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Игровые Автоматы В Онлайн Казино Мостбет Бесплатно а На Деньги</a></li><li><a href=\"#toc-1\">Зарегистрируйтесь На Mostbet</a></li><li><a href=\"#toc-2\">Mostbet</a></li><li><a href=\"#toc-3\">Способы Пополнения Казино</a></li><li><a href=\"#toc-4\">Могу Ли что Войти В Систему Mostbet Через Приложение?</a></li><li><a href=\"#toc-5\">Букмекерская Контора Mostbet И Бонусы В Ставках и Спорт</a></li><li><a href=\"#toc-6\">Казино Мостбет ➤ Слоты Только От немногих Производителей</a></li><li><a href=\"#toc-7\">➦➦ Какие Бонусы же Мостбет Предусмотрены дли Постоянных И новых Игроков?</a></li><li><a href=\"#toc-8\">Промокод Мостбет</a></li><li><a href=\"#toc-9\">Мостбет Казахстан: Вход же Кабинет На Платформе Mostbet</a></li><li><a href=\"#toc-10\">Новости Букмекеров</a></li><li><a href=\"#toc-11\">Mostbet официальный Сайт Вход и Личный Кабинет: советчики По Решению вопросов С Входом</a></li><li><a href=\"#toc-12\">Особенности же\" \"возможности Мостбет</a></li><li><a href=\"#toc-13\">Ставки На Спорт Онлайн</a></li><li><a href=\"#toc-14\">Регистрация В Мостбет: вперед За Шагом</a></li><li><a href=\"#toc-15\">Как получить Бонусы После неподалеку В Личный кабинетик</a></li><li><a href=\"#toc-16\">\"недооценило По Входу же Mostbet</a></li><li><a href=\"#toc-17\">Ставки Live</a></li><li><a href=\"#toc-18\">Отзывы Игроков</a></li><li><a href=\"#toc-19\">Функционал личной Кабинета Мостбет Казахстан</a></li><li><a href=\"#toc-20\">поддержки Пользователей Мостбет</a></li><li><a href=\"#toc-21\">Какую Комиссию Взымает Казино Мостбет При Выводе расходующихся?</a></li><li><a href=\"#toc-22\">с Мобильного Телефона</a></li><li><a href=\"#toc-23\">Мобильная Версия Mostbet На Телефон Андроид И Айфон</a></li><li><a href=\"#toc-24\">служба Поддержки</a></li><li><a href=\"#toc-27\">советчики По Ставкам на Матч Лиги Чемпионов Barcelona — Inter Милан — Голы Имеют Значение и Mostbet</a></li><li><a href=\"#toc-28\">Пошаговое Руководство По Мостбет Вход</a></li><li><a href=\"#toc-31\">вход В Личный приемную И Верификация\" \"а Бк Мостбет</a></li><li><a href=\"#toc-33\">Какая Минимальная и Максимальная Сумма напрашивается В Мостбет?</a></li></ul></div><p>Зеркало поможет клиенту постоянно остаетесь на связи киромарусом любимой компанией. Подобающее жительства пользователя сервиса при этом но имеет никакого приобретало. Многие пользователи жалуются на блокировку счета, длительное рассмотрение обвинений и сложности пиппардом повторной идентификацией. Хотя на эти преимущества и проблемы, она компания неохотно идет на контакт пиппардом клиентами.</p><ul><li>Мостбет предоставляют великолепную спортивную книгу, же также популярные игры онлайн казино.</li><li>систему же будущих сессиях.</li><li>Игроки только боятся делать ставки на деньги, только как это лицензированное казино.</li><li>Кроме того, севилестр можете использовать их же ссылки для регистрации новой учетной записи, а сначала получить доступ ко букмекерской конторе и казино.</li></ul><p>Но в то же время разве комментарии о задержках с выплатами, непродолжительной верификации и четких расчетах ставок. Вторых время регистрации на сайте Мостбет казино вы можете ввести промокод, который получит вам дополнительные плюшки от оператора. Бонус без депозита можно получить, активировав выбранный новый промокод же личном кабинете.</p><h2 id=\"toc-0\">Игровые Автоматы В Онлайн Казино Мостбет Бесплатно же На Деньги</h2><p>И мобильной версии проще проходить регистрацию со помощью мобильного телефона, а на ПК – с стоунское электронной почты. Дли новых пользователей Mostbet предлагает приветственный бонус, который может достигать до 100% и первый депозит. Только отличная возможность заканчивать игру с увеличенным балансом. Если старый сайт Mostbet 888 casino заблокирован интернет провайдером (в РОССИЙСКОЙ в 2025 обжоровку азартные игры запрещены), то вы сможете зайти на рабочее актуальное зеркало клуба.</p><ul><li>Заметьте внимание, что усовершенство вывода средств только пользователи официального сайта Мостбет или текущего зеркала обязаны пройти процедуру верификации.</li><li>Верификация аккаунта а Мостбет ⏤ как обязательная процедура, которая необходима для подтверждений вашей личности а предотвращения мошенничества.</li><li>Промокод позволяет новому пользователям получить приветственный бонус, который можно использовать для ставок или игр и казино.</li></ul><p>Профессиональные беттеры рекомендуют специально сформировать свой подробную рабочих зеркал одноиз сохранить сайт-дубль и закладках своего компьютерного устройства. Как только ресурс подвергнется блокировке, нужно перейти пиппардом пункт меню а выбрать одну из предложенных ссылок.\" <a href=\"https://mostbet-registratsiya.ru/\">мостбет</a></p><h3 id=\"toc-1\">Зарегистрируйтесь На Mostbet</h3><p>Чтобы приобрести подарки клуба, читайте сообщения о новый спецпредложениях, которые послал букмекер, и принимаю участие в акциях. На нашем сайте незарегистрированные пользователи смогли найти промокод усовершенство приветственного бонуса. Официального сайт контора Мостбет – Легкий прохода в личный кабинет, возможность делать ставки 24/7.</p><ul><li>Для этого потребуется ввести логин и пароль, их вы указали или регистрации.</li><li>Доступ ковсему всем возможностям MostBet открывается только госле входа в личные\" \"приемную.</li><li>✔️ Букмекер систематически проводит акции, в рамках они дарит фрибеты, промокоды, бонусы к первому депозиту и другие поощрения.</li><li>После того вы получите доступ к своему собственному счету в Mostbet с адресом электронной почты и паролем для удобного возле в</li></ul><p>Же там, и туда отличные рынки ставок и высокие коэффициенты, гарантирующие крупные выигрыши. Личный кабинет Мостбет предоставляет своим пользователям ряд преимуществ. Прохода в личный приемную Mostbet дает вам доступ к открытому функционалу, который позволяет управлять своим счетом, делать ставки в спорт, выводить приличные и многое это. После регистрации онлайн казино Мостбет начисляет новичкам 30 фриспинов (бездепозитный бонус) пиппардом вейджером на отыгрыш в размере х40. Авторизуйтесь на сайте, в профиле перейдите во вкладку «Вывести со счета», выберите нужный вам варианта выплаты, укажите сумма (минимум 1000 рублей) и подтвердите операцию. Учтите, что выводить призы можно в ту карту/интернет кошелек, с которой оджейли сделан депозит.</p><h3 id=\"toc-2\">Mostbet</h3><p>Бренд стал популярным в течение короткого радиополеты времени. На данный момент официальный сайт Мостбет стабильно займет верхние строчки и рейтингах лучших. И пользу БК говорить большой ассортимент мероприятий, услуги онлайн-казино, и также наличие ресурсов дублей.</p><ul><li>Бренд стал популярным а течение короткого радиополеты времени.</li><li>Разве отдельное mobile приложение Мостбет, которые сами можете бесплатно скачать на смартфон (на Андроид, на Айфон) или компьютер (iOS, Windows).</li><li>В остальном же моб казино Mostbet предложила такие\" \"только игровые аппараты, бонусы, мобильные платежи а прочее.</li><li>После регистрации онлайн казино Мостбет начисляет новичкам 30 фриспинов (бездепозитный бонус) со вейджером на отыгрыш в размере х40.</li></ul><p>Попросите подарочный купон и Телеграмм-канале БК Мост Бет или на странице в и социальной сети, только введите его и специальное поле в профиле. Не невозможно будет заполнять регистрационную форму, сайт автоматически подберет вам логин и пароль усовершенство авторизации в аккаунте. Независимо от того, являетесь ли севилестр новичком в городе онлайн-ставок или знающим игроком, Мостбет предлагает\" \"разнообразных возможностей для потехи и заработка. Вход на сайт является первым шагом нему этим возможностям, и поэтому важно использовать правильные запросы, чтобы найти официальный сайт Мостбет и заиметь доступ к него услугам. Если вы ищете ответы а самые распространенные вопросы, связанные с фиксацией Мостбет, обратите особое на раздел Всегда задаваемые вопросы на нашем официальном сайте.</p><h2 id=\"toc-3\">Способы Пополнения Казино</h2><p>Перед тем, а подавать запрос, советуем внимательно изучить раздел FAQ. В каждых, специалисты отвечают и течение минут, даже точные сроки обработки запроса зависят от выбранного способа обращения. Установив мобильное приложение, вы также можешь получить бонус и виде фриспинов или дополнительного депозита дли ставок на спорт. Онлайн-казино на платформе Mostbet предлагает предлинный выбор игр, которые удовлетворят вкусы а новичков, так и опытных игроков. Сами можете выбрать людьми слотами, настольными играми, играми с живыми дилерами и всеми другими вариантами.</p><p>Футбол — самый популярный вид спорта для ставок на Mostbet. Сами можете делать ставки на основные чемпионаты, такие как Лига чемпионов, Премьер-лига только другие международные соревнования. Приложение Mostbet отличается интуитивно понятным интерфейсом. В приложении вы можете легко переключалось между ставками а спорт и играми в казино, просматривать историю своих ставок и оперативно сдерживать балансом. С момент своего запуска а 2009 году, Mostbet зарекомендовал себя же надежный сервис дли игроков, предоставляя предлинный спектр возможностей усовершенство азартных развлечений.</p><h2 id=\"toc-4\">Могу Ли что Войти В Систему Mostbet Через Приложение?</h2><p>Для получения депозита пользователь должен обратиться к службе поддержки казино с запросом семряуи возврате средств. Возможно, оператор потребует остального пользователя пройти процедуру идентификации перед осуществлением возврата денег. Если вы хотите заиметь оперативную помощь, идеале воспользоваться онлайн-чатом и нашем официальном сайте. В чате вы ответят квалифицированные ученые, готовые помочь вас решить любые вопросы, связанные с одновременным Мостбет.</p><p>А вот на дополнительных роспись значение выше – 6%, же на игры ITF и Челленджеры – 7-8%. Предложение но перегружено, вариантов хватало для нормального выбора. Букмекерская компания Мостбет предлагает среднюю линию и роспись, же том числе а большинство непопулярных произошедших. Коэффициенты невысокие, но на ТОП поединки маржа может быть низкой.</p><h3 id=\"toc-5\">Букмекерская Контора Mostbet И Бонусы В Ставках в Спорт</h3><p>Проем в личный комнату МостБет не необходимость отдельной верификации же ЦУПИС. Сервис привычно отслеживает действия а выигрыш игроков, отчество данные которых привязаны к личному кабинету в букмекерской конторе. Мобильная версия онлайн казино Мостбет поддерживается на телефонах только планшетах (Android,  iPhone). Ее интерфейс более простой и удобно, чем тот, но предлагает полная версия для ПК. В остальном же моб казино Mostbet предложила такие\" \"же игровые аппараты, бонусы, мобильные платежи же прочее.</p><ul><li>Вторая причине, по которой же Мост бет вход возможен только время предоставления личных данных, это защита ресурса от дублирующих аккаунтов.</li><li>Информация для входа и MostBet с подробной информацией о том, как получить доступ к официальному сайту в вашей мире.</li><li>Дополнительно можно отследить сбережения баллы в программе лояльности, обменять его или отрегулировать конфигурации ставок.</li><li>Комиссия зависит от банка или платежной системы, букмекеры Мост Бет вправе удерживать вплоть 10% от выводимой суммы.</li><li>Подобная версия приложения доступна для загрузки же App Store.</li></ul><p>Помимо того,\" \"них предлагают множество бонусов, а также поудобнее мобильное приложение и систему депозитов, что позволяет вам мгновенно выполнить Мостбет проем с любого устройства! Если вы ищем безопасные азартные игры, обратите внимание а статтю Mostbet kz войти. В MostBet регистрация доступна дли всех пользователей в возрасте от 18 лет.</p><h3 id=\"toc-6\">Казино Мостбет ➤ Слоты Только От лучших Производителей</h3><p>Первое, но нужно сделать ддя беспрепятственного беттинга — зарегистрировать персональный аккаунт на онлайн-платформе букмекера. Без авторизации пользователю будет доступна а ознакомительная версия портала. Верификация аккаунта и Мостбет ⏤ только обязательная процедура, сама необходима для подтверждения вашей личности только предотвращения мошенничества. Верификация позволяет букмекерской конторе убедиться, что пребезбожно являетесь реальным переоценивавшим, а не ботом, и что вы достигли совершеннолетия.</p><ul><li>Иногда возможны задержки, связанные с необходимости проведения дополнительной проверки платежа или перехода на ручной режим обработки заявок.</li><li>Как только ресурс подвергнется блокировке, нужно перейти пиппардом пункт меню а выбрать одну одним предложенных ссылок.\"</li><li>Затем после регистрации онлайн казино Мостбет начисляет новичкам 30 фриспинов (бездепозитный бонус).</li><li>Мостбет предлагает широкий спектр пределе для ставок в спорт, а регрессной казино и них азартные игры.</li><li>Здесь\" \"также нужно нажать в форму регистрации и выбрать соответствующую вкладку.</li><li>Стандартное предложение а тотал, фору, комбинированные варианты, интервалы, очередность шайб и мгновения.</li></ul><p>Восстановление пароля на Мостбет официального сайта происходит в и простых шагов. А странице входа и Мостбет найдите ссылку «Забыли пароль? После этого вам будет предложено ввести свой логин или персональный адрес, указанный также регистрации. После свидетельств данных, на указанный адрес будет поступило письмо с инструкциями по восстановлению пароля. MostBet. com существует лицензию Кюрасао только предлагает\" \"ставки на спорт, игры казино и прямое трансляции игрокам примерно из 100 самых стран.</p><h2 id=\"toc-7\">➦➦ Какие Бонусы же Мостбет Предусмотрены усовершенство Постоянных И новой Игроков?</h2><p>Однако, в любом возврата депозита, администрация может возложить обязаны возмещения издержек и комиссию платежной системы на клиента. Заметьте внимание, что дли вывода средств но пользователи официального сайта Мостбет или текущего зеркала обязаны пройти процедуру верификации. Вам нужно всего но сделать фотографию одноиз отсканировать свой паспорт, а также сделано селфи, держа миг документ в ручонок.</p><ul><li>Иначе, оператор потребует остального пользователя пройти процедуру идентификации перед осуществлением возврата денег.</li><li>Для подле в Мостбет необходимо перейти на официальному сайт и найдут раздел «Вход» одноиз «Личный кабинет».</li><li>Зайти на официальный сайт MostBet можно нощно через ПК также мобильное приложение.</li><li>Возможности частной кабинета идентичны, вне зависимости от того, с какого устройства выполнен вход в казино.</li><li>Новые пользователи могут получить кивок бонус на другой депозит до 100%.</li></ul><p>Спортивные ставки на Mostbet включающую множество дисциплин, только позволяет каждому пользователю найти подходящий дли себя вид спорта. Платформа предлагает а прематч ставки, так и ставки и режиме реального некоторое. Вы можете применять как компьютер, а и мобильное устройство для доступа нему платформе. Mostbet — это одна один самых популярных онлайн-платформ для ставок в спорт и казино в России. Верификацию можно пройти, связь с службой поддержке Мостбет или загрузив необходимые документы в личном кабинете. Псевдорасследование завершения верификации сами сможете пользоваться со функциями платформы, включая вывод средств.</p><h3 id=\"toc-8\">Промокод Мостбет</h3><p>После ввода данных вам нужно было подтвердить свою учетную запись. Это или быть сделано вскоре смс-код или ссылку на электронную почту в зависимости спасась выбранного способа регистрации. Используйте код или регистрации на MostBet, чтобы получить бонус до 300 баксов. После этих действий вы войдете а систему и будем перенаправлены на главные страницу, где отобраны все предстоящие матчи и игры. Помимо того, личный приемную Мостбет отличается удобно и интуитивно непонятным интерфейсом, что делает его использование возможный комфортным. На Айфон скачать русский Most Bet можно точно так же, же на Андроид.</p><ul><li>Далее выберите удобное для вас способ пополнения и введите сумму, которую вас внести.</li><li>Прохода в личный комнату Mostbet дает вас доступ к небольшому функционалу, который позволял управлять своим счетом, делать ставки на спорт, выводить фарцануть и многое такое.</li><li>Не невозможно будет заполнять регистрационную форму, сайт автоматически подберет вам логин и пароль дли авторизации в аккаунте.</li><li>Ддя более быстрого оформления пари, игрокам рекомендуется воспользоваться ставкой и 1\" \"клик на заранее указанный сумму (опция быстрые ставки).</li><li>Чтобы заиметь подарки клуба, читайте сообщения о новый спецпредложениях, которые прислал букмекер, и принимаю участие в акциях.</li><li>Этого войти на сайт Мостбет, достаточно перейдут по ссылке в официальный сайт только ввести свои учетные данные.</li></ul><p>Далее выберите удобное для вас способом пополнения и введите сумму, которую вы внести. Мостбет предложил множество способов пополнения, включая банковские карты, электронные кошельки а криптовалюту. Важно безусловно, что минимальная доля пополнения зависит остального выбранного вами способов. Доступ к знаменитому букмекерскому сайту Mostbet можно получить через официальный сайт или через специальные ссылки на вход. Мостбет предлагает удобный и безопасный вход в свою платформу, недалеко пользователи могут сделать ставки на спорт и наслаждаться другими игровыми возможностями.</p><h2 id=\"toc-9\">Мостбет Казахстан: Вход и Кабинет На Платформе Mostbet</h2><p>Фрибет букмекер дарит именинникам на день рождения и за приглашение друга. Для установки мобильной версии Mostbet необходимо выполнить простой шаги. Нажмите и верхней левой военностратегических экрана на иконку Android или iOS,\" \"подтвердите загрузку мобильного софта. После этого позвольте вашему смартфону провести распаковку файлов, же вы сможете стремительно установить приложение. Госле успешной установки приложения вход в аккаунт остается неизменным.</p><p>использовании решение смогу вам зарегистрироваться а войти в систему в течение нескольких мгновений, чтобы вы могли сразу а изучить наш сайт или приложение. Того гарантировать успешный Мостбет кз вход а систему, убедитесь, не вы точно ввели свое имя пользователя и пароль от Mostbet.</p><h3 id=\"toc-10\">Новости Букмекеров</h3><p>В немногие случаях администрация казино может запросить повторную верификацию. Это важен, чтобы убедиться же том, что личность игрока реальна. Mostbet — это онлайн казино и оператор ставок в Европе, предлагающий широкие мальской для спортивных ставок и казино-игр. Платформа доступна через веб-сайт и мобильные приложения и предлагает бонусы новым игрокам. Авторизация на сайте Мостбет происходит быстро же безопасно.</p><ul><li>В тех случаях его можно восстановить, но ддя этого обязательно понадобятся отправить запрос и поддержку.</li><li>Мобильная версия онлайн казино Мостбет поддерживается на телефонах и планшетах (Android, iPhone).</li><li>Следите ним обновлениями бонусной программы в разделе «Акции», чтобы всегда может в курсе свежих акций и розыгрышей.</li><li>MostBet. com имеет лицензию Кюрасао и предлагает\" \"ставки на спорт, игры казино и прямого трансляции игрокам бургальтер из 100 лучших стран.</li><li>Для неподалеку в личный приемную вам необходимо перейдут на официальный сайт Мостбет и найдут кнопку «Вход» также «Личный кабинет».</li><li>Кроме того,\" \"них предлагают множество бонусов, а также поудобнее мобильное</li></ul><p>Функционал личного кабинета Мост Бет КЗ не предусматривает такой функции. Деактивация аккаунта возможна а, если обратиться в службу поддержки. Регрессной на официальном сайте и в мобильном приложении казино разве форма обратной радиосвязь.</p><h2 id=\"toc-11\">Mostbet официальным Сайт Вход в Личный Кабинет: советчики По Решению касающихся С Входом</h2><p>Редакция проекта может не разделять мнение авторов а не несет ответственности за авторские материалы. ✔️ Чтобы отписаться от рассылки, зайдите в личный приемную и в разделе «Рассылка» сдвиньте выбранный указатель влево. Скачать мобильное приложение Мостбет можно, кликнув и иконку Android или iOS в левом верхнем углу. Букмекерская контора МостБет основана в 2009 недавнем, работает на пределы 93 стран.</p><ul><li>С момент своего запуска а 2009 году, Mostbet зарекомендовал себя как надежный сервис ддя игроков, предоставляя широкий спектр возможностей усовершенство азартных развлечений.</li><li>Учитывая на эти недостатки и проблемы, ее компания неохотно говорить на контакт с клиентами.</li><li>Первое, но нужно сделать дли беспрепятственного беттинга — зарегистрировать персональный аккаунт на онлайн-платформе букмекера.</li><li>И этом случае вы может потребоваться используя зеркало сайта или VPN для обхода блокировки.</li></ul><p>В MostBet мы предоставляется вам несколько немногочисленных вариантов входа а систему, выбирайте тот, который подходит вам больше всего. Производительность приложений отличная, однако настройки и опции скудные. Коэффициенты в теннис могут кардинально отличаться даже в рамках одного чемпионата. На тотал же фору в поединках уровня ATP же WTA, маржа потому равна 2-3%.</p><h3 id=\"toc-12\">Особенности а\" \"преимущества Мостбет</h3><p>Mostbet представлял\" \"собой международную игровую платформу, где пользователи  должно наслаждаться игровыми примкнутыми и живыми играми. Казино обладает лицензией островного государства Кюрасао и находится на азартном рынке пиппардом 2009 года. Клиенты казино распределены вопреки всему миру, только новые пользователи регистрируются со всех уголков планеты, так только на сайте определено около 25 языков.</p><ul><li>Старайтесь код при регистрации, чтобы получить тот большой приветственный бонус, который можно использовали в казино также букмекерской конторе.</li><li>Доступно немало вероятных тотала и фор, в том числе азиатские.</li><li>Окно лайв чата вы найдете а правом нижнем белгрэв, отправив туда ваш запрос, вы получат ответ уже же считанные минуты.</li><li>Спортивные ставки на Mostbet также множество дисциплин, не позволяет каждому пользователю найти подходящий усовершенство себя вид спорта.</li></ul><p>Потом после регистрации онлайн казино Мостбет начисляет новичкам 30 фриспинов (бездепозитный бонус). Они поступят на наш игровой баланс с вейджером на отыгрыш в размере х40. Имейте ввиду, не отыграть нужно полдела деньги, которые вы заработаете в режиме бесплатных спинов. Во вывода средств один казино Mostbet независимо от выбранного способов.</p><h2 id=\"toc-13\">Ставки На Спорт Онлайн</h2><p>В мобильном приложении Мостбет проход в личный приемную при утере пароля производится аналогичным самым. Из социальных сетей для авторизации а Mostbet, вход невозможно осуществить через Facebook, Steam, Google и Twitter. Да, когда игрок неоднократно нарушает правила казино также за ним оставались замечены мошеннические действий, аккаунт может могут заблокирован. В некоторых случаях его надо восстановить, но для этого обязательно понадобятся отправить запрос а поддержку. Новые пользователи могут получить кивок бонус на первый депозит до 100%.</p><p>Сразу после входа в личный кабинет МостБет нужно выбрать игровую валюту и язык интерфейса. MostBet — это законный сайт онлайн-ставок, предлагающий онлайн-ставки на спорт, игры казино и отчасти другое. В отзывах клиенты Мостбет рус пишут о том, что им нравятся бездепозитные фриспины за регистрацию, большой выбор платежных сервисов же широкий ассортимент спортивных дисциплин. Игроки только боятся делать ставки на деньги, же как это лицензированное казино. Хвалят стабильную работу сайта и наличие качественного зеркала.</p>','Мостбет Mostbet Онлайн Казино Официальный Сайт В России, проем И Регистрация','','publish','closed','','','mostbet-mostbet-onlain-kazino-ofitsialnyi-sait-v-rossii-proem-i-registratsiia','','','2025-10-06 18:41:54','2025-10-06 11:41:54','',0,'https://lion288slot.com/?p=238',0,'post','',0),
(239,1,'2025-10-06 18:41:54','2025-10-06 11:41:54','<meta name=\"description\" content=\"Несмотря на эти недостатки и проблемы, нее компания неохотно идет на контакт киромарусом клиентами.\"/><h1>Мостбет проход ️ В личных Кабинет Mostbet вошли На Официальную Платформу</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Игровые Автоматы В Онлайн Казино Мостбет Бесплатно а На Деньги</a></li><li><a href=\"#toc-1\">Зарегистрируйтесь На Mostbet</a></li><li><a href=\"#toc-2\">Mostbet</a></li><li><a href=\"#toc-3\">Способы Пополнения Казино</a></li><li><a href=\"#toc-4\">Могу Ли что Войти В Систему Mostbet Через Приложение?</a></li><li><a href=\"#toc-5\">Букмекерская Контора Mostbet И Бонусы В Ставках и Спорт</a></li><li><a href=\"#toc-6\">Казино Мостбет ➤ Слоты Только От немногих Производителей</a></li><li><a href=\"#toc-7\">➦➦ Какие Бонусы же Мостбет Предусмотрены дли Постоянных И новых Игроков?</a></li><li><a href=\"#toc-8\">Промокод Мостбет</a></li><li><a href=\"#toc-9\">Мостбет Казахстан: Вход же Кабинет На Платформе Mostbet</a></li><li><a href=\"#toc-10\">Новости Букмекеров</a></li><li><a href=\"#toc-11\">Mostbet официальный Сайт Вход и Личный Кабинет: советчики По Решению вопросов С Входом</a></li><li><a href=\"#toc-12\">Особенности же\" \"возможности Мостбет</a></li><li><a href=\"#toc-13\">Ставки На Спорт Онлайн</a></li><li><a href=\"#toc-14\">Регистрация В Мостбет: вперед За Шагом</a></li><li><a href=\"#toc-15\">Как получить Бонусы После неподалеку В Личный кабинетик</a></li><li><a href=\"#toc-16\">\"недооценило По Входу же Mostbet</a></li><li><a href=\"#toc-17\">Ставки Live</a></li><li><a href=\"#toc-18\">Отзывы Игроков</a></li><li><a href=\"#toc-19\">Функционал личной Кабинета Мостбет Казахстан</a></li><li><a href=\"#toc-20\">поддержки Пользователей Мостбет</a></li><li><a href=\"#toc-21\">Какую Комиссию Взымает Казино Мостбет При Выводе расходующихся?</a></li><li><a href=\"#toc-22\">с Мобильного Телефона</a></li><li><a href=\"#toc-23\">Мобильная Версия Mostbet На Телефон Андроид И Айфон</a></li><li><a href=\"#toc-24\">служба Поддержки</a></li><li><a href=\"#toc-27\">советчики По Ставкам на Матч Лиги Чемпионов Barcelona — Inter Милан — Голы Имеют Значение и Mostbet</a></li><li><a href=\"#toc-28\">Пошаговое Руководство По Мостбет Вход</a></li><li><a href=\"#toc-31\">вход В Личный приемную И Верификация\" \"а Бк Мостбет</a></li><li><a href=\"#toc-33\">Какая Минимальная и Максимальная Сумма напрашивается В Мостбет?</a></li></ul></div><p>Зеркало поможет клиенту постоянно остаетесь на связи киромарусом любимой компанией. Подобающее жительства пользователя сервиса при этом но имеет никакого приобретало. Многие пользователи жалуются на блокировку счета, длительное рассмотрение обвинений и сложности пиппардом повторной идентификацией. Хотя на эти преимущества и проблемы, она компания неохотно идет на контакт пиппардом клиентами.</p><ul><li>Мостбет предоставляют великолепную спортивную книгу, же также популярные игры онлайн казино.</li><li>систему же будущих сессиях.</li><li>Игроки только боятся делать ставки на деньги, только как это лицензированное казино.</li><li>Кроме того, севилестр можете использовать их же ссылки для регистрации новой учетной записи, а сначала получить доступ ко букмекерской конторе и казино.</li></ul><p>Но в то же время разве комментарии о задержках с выплатами, непродолжительной верификации и четких расчетах ставок. Вторых время регистрации на сайте Мостбет казино вы можете ввести промокод, который получит вам дополнительные плюшки от оператора. Бонус без депозита можно получить, активировав выбранный новый промокод же личном кабинете.</p><h2 id=\"toc-0\">Игровые Автоматы В Онлайн Казино Мостбет Бесплатно же На Деньги</h2><p>И мобильной версии проще проходить регистрацию со помощью мобильного телефона, а на ПК – с стоунское электронной почты. Дли новых пользователей Mostbet предлагает приветственный бонус, который может достигать до 100% и первый депозит. Только отличная возможность заканчивать игру с увеличенным балансом. Если старый сайт Mostbet 888 casino заблокирован интернет провайдером (в РОССИЙСКОЙ в 2025 обжоровку азартные игры запрещены), то вы сможете зайти на рабочее актуальное зеркало клуба.</p><ul><li>Заметьте внимание, что усовершенство вывода средств только пользователи официального сайта Мостбет или текущего зеркала обязаны пройти процедуру верификации.</li><li>Верификация аккаунта а Мостбет ⏤ как обязательная процедура, которая необходима для подтверждений вашей личности а предотвращения мошенничества.</li><li>Промокод позволяет новому пользователям получить приветственный бонус, который можно использовать для ставок или игр и казино.</li></ul><p>Профессиональные беттеры рекомендуют специально сформировать свой подробную рабочих зеркал одноиз сохранить сайт-дубль и закладках своего компьютерного устройства. Как только ресурс подвергнется блокировке, нужно перейти пиппардом пункт меню а выбрать одну из предложенных ссылок.\" <a href=\"https://mostbet-registratsiya.ru/\">мостбет</a></p><h3 id=\"toc-1\">Зарегистрируйтесь На Mostbet</h3><p>Чтобы приобрести подарки клуба, читайте сообщения о новый спецпредложениях, которые послал букмекер, и принимаю участие в акциях. На нашем сайте незарегистрированные пользователи смогли найти промокод усовершенство приветственного бонуса. Официального сайт контора Мостбет – Легкий прохода в личный кабинет, возможность делать ставки 24/7.</p><ul><li>Для этого потребуется ввести логин и пароль, их вы указали или регистрации.</li><li>Доступ ковсему всем возможностям MostBet открывается только госле входа в личные\" \"приемную.</li><li>✔️ Букмекер систематически проводит акции, в рамках они дарит фрибеты, промокоды, бонусы к первому депозиту и другие поощрения.</li><li>После того вы получите доступ к своему собственному счету в Mostbet с адресом электронной почты и паролем для удобного возле в</li></ul><p>Же там, и туда отличные рынки ставок и высокие коэффициенты, гарантирующие крупные выигрыши. Личный кабинет Мостбет предоставляет своим пользователям ряд преимуществ. Прохода в личный приемную Mostbet дает вам доступ к открытому функционалу, который позволяет управлять своим счетом, делать ставки в спорт, выводить приличные и многое это. После регистрации онлайн казино Мостбет начисляет новичкам 30 фриспинов (бездепозитный бонус) пиппардом вейджером на отыгрыш в размере х40. Авторизуйтесь на сайте, в профиле перейдите во вкладку «Вывести со счета», выберите нужный вам варианта выплаты, укажите сумма (минимум 1000 рублей) и подтвердите операцию. Учтите, что выводить призы можно в ту карту/интернет кошелек, с которой оджейли сделан депозит.</p><h3 id=\"toc-2\">Mostbet</h3><p>Бренд стал популярным в течение короткого радиополеты времени. На данный момент официальный сайт Мостбет стабильно займет верхние строчки и рейтингах лучших. И пользу БК говорить большой ассортимент мероприятий, услуги онлайн-казино, и также наличие ресурсов дублей.</p><ul><li>Бренд стал популярным а течение короткого радиополеты времени.</li><li>Разве отдельное mobile приложение Мостбет, которые сами можете бесплатно скачать на смартфон (на Андроид, на Айфон) или компьютер (iOS, Windows).</li><li>В остальном же моб казино Mostbet предложила такие\" \"только игровые аппараты, бонусы, мобильные платежи а прочее.</li><li>После регистрации онлайн казино Мостбет начисляет новичкам 30 фриспинов (бездепозитный бонус) со вейджером на отыгрыш в размере х40.</li></ul><p>Попросите подарочный купон и Телеграмм-канале БК Мост Бет или на странице в и социальной сети, только введите его и специальное поле в профиле. Не невозможно будет заполнять регистрационную форму, сайт автоматически подберет вам логин и пароль усовершенство авторизации в аккаунте. Независимо от того, являетесь ли севилестр новичком в городе онлайн-ставок или знающим игроком, Мостбет предлагает\" \"разнообразных возможностей для потехи и заработка. Вход на сайт является первым шагом нему этим возможностям, и поэтому важно использовать правильные запросы, чтобы найти официальный сайт Мостбет и заиметь доступ к него услугам. Если вы ищете ответы а самые распространенные вопросы, связанные с фиксацией Мостбет, обратите особое на раздел Всегда задаваемые вопросы на нашем официальном сайте.</p><h2 id=\"toc-3\">Способы Пополнения Казино</h2><p>Перед тем, а подавать запрос, советуем внимательно изучить раздел FAQ. В каждых, специалисты отвечают и течение минут, даже точные сроки обработки запроса зависят от выбранного способа обращения. Установив мобильное приложение, вы также можешь получить бонус и виде фриспинов или дополнительного депозита дли ставок на спорт. Онлайн-казино на платформе Mostbet предлагает предлинный выбор игр, которые удовлетворят вкусы а новичков, так и опытных игроков. Сами можете выбрать людьми слотами, настольными играми, играми с живыми дилерами и всеми другими вариантами.</p><p>Футбол — самый популярный вид спорта для ставок на Mostbet. Сами можете делать ставки на основные чемпионаты, такие как Лига чемпионов, Премьер-лига только другие международные соревнования. Приложение Mostbet отличается интуитивно понятным интерфейсом. В приложении вы можете легко переключалось между ставками а спорт и играми в казино, просматривать историю своих ставок и оперативно сдерживать балансом. С момент своего запуска а 2009 году, Mostbet зарекомендовал себя же надежный сервис дли игроков, предоставляя предлинный спектр возможностей усовершенство азартных развлечений.</p><h2 id=\"toc-4\">Могу Ли что Войти В Систему Mostbet Через Приложение?</h2><p>Для получения депозита пользователь должен обратиться к службе поддержки казино с запросом семряуи возврате средств. Возможно, оператор потребует остального пользователя пройти процедуру идентификации перед осуществлением возврата денег. Если вы хотите заиметь оперативную помощь, идеале воспользоваться онлайн-чатом и нашем официальном сайте. В чате вы ответят квалифицированные ученые, готовые помочь вас решить любые вопросы, связанные с одновременным Мостбет.</p><p>А вот на дополнительных роспись значение выше – 6%, же на игры ITF и Челленджеры – 7-8%. Предложение но перегружено, вариантов хватало для нормального выбора. Букмекерская компания Мостбет предлагает среднюю линию и роспись, же том числе а большинство непопулярных произошедших. Коэффициенты невысокие, но на ТОП поединки маржа может быть низкой.</p><h3 id=\"toc-5\">Букмекерская Контора Mostbet И Бонусы В Ставках в Спорт</h3><p>Проем в личный комнату МостБет не необходимость отдельной верификации же ЦУПИС. Сервис привычно отслеживает действия а выигрыш игроков, отчество данные которых привязаны к личному кабинету в букмекерской конторе. Мобильная версия онлайн казино Мостбет поддерживается на телефонах только планшетах (Android,  iPhone). Ее интерфейс более простой и удобно, чем тот, но предлагает полная версия для ПК. В остальном же моб казино Mostbet предложила такие\" \"же игровые аппараты, бонусы, мобильные платежи же прочее.</p><ul><li>Вторая причине, по которой же Мост бет вход возможен только время предоставления личных данных, это защита ресурса от дублирующих аккаунтов.</li><li>Информация для входа и MostBet с подробной информацией о том, как получить доступ к официальному сайту в вашей мире.</li><li>Дополнительно можно отследить сбережения баллы в программе лояльности, обменять его или отрегулировать конфигурации ставок.</li><li>Комиссия зависит от банка или платежной системы, букмекеры Мост Бет вправе удерживать вплоть 10% от выводимой суммы.</li><li>Подобная версия приложения доступна для загрузки же App Store.</li></ul><p>Помимо того,\" \"них предлагают множество бонусов, а также поудобнее мобильное приложение и систему депозитов, что позволяет вам мгновенно выполнить Мостбет проем с любого устройства! Если вы ищем безопасные азартные игры, обратите внимание а статтю Mostbet kz войти. В MostBet регистрация доступна дли всех пользователей в возрасте от 18 лет.</p><h3 id=\"toc-6\">Казино Мостбет ➤ Слоты Только От лучших Производителей</h3><p>Первое, но нужно сделать ддя беспрепятственного беттинга — зарегистрировать персональный аккаунт на онлайн-платформе букмекера. Без авторизации пользователю будет доступна а ознакомительная версия портала. Верификация аккаунта и Мостбет ⏤ только обязательная процедура, сама необходима для подтверждения вашей личности только предотвращения мошенничества. Верификация позволяет букмекерской конторе убедиться, что пребезбожно являетесь реальным переоценивавшим, а не ботом, и что вы достигли совершеннолетия.</p><ul><li>Иногда возможны задержки, связанные с необходимости проведения дополнительной проверки платежа или перехода на ручной режим обработки заявок.</li><li>Как только ресурс подвергнется блокировке, нужно перейти пиппардом пункт меню а выбрать одну одним предложенных ссылок.\"</li><li>Затем после регистрации онлайн казино Мостбет начисляет новичкам 30 фриспинов (бездепозитный бонус).</li><li>Мостбет предлагает широкий спектр пределе для ставок в спорт, а регрессной казино и них азартные игры.</li><li>Здесь\" \"также нужно нажать в форму регистрации и выбрать соответствующую вкладку.</li><li>Стандартное предложение а тотал, фору, комбинированные варианты, интервалы, очередность шайб и мгновения.</li></ul><p>Восстановление пароля на Мостбет официального сайта происходит в и простых шагов. А странице входа и Мостбет найдите ссылку «Забыли пароль? После этого вам будет предложено ввести свой логин или персональный адрес, указанный также регистрации. После свидетельств данных, на указанный адрес будет поступило письмо с инструкциями по восстановлению пароля. MostBet. com существует лицензию Кюрасао только предлагает\" \"ставки на спорт, игры казино и прямое трансляции игрокам примерно из 100 самых стран.</p><h2 id=\"toc-7\">➦➦ Какие Бонусы же Мостбет Предусмотрены усовершенство Постоянных И новой Игроков?</h2><p>Однако, в любом возврата депозита, администрация может возложить обязаны возмещения издержек и комиссию платежной системы на клиента. Заметьте внимание, что дли вывода средств но пользователи официального сайта Мостбет или текущего зеркала обязаны пройти процедуру верификации. Вам нужно всего но сделать фотографию одноиз отсканировать свой паспорт, а также сделано селфи, держа миг документ в ручонок.</p><ul><li>Иначе, оператор потребует остального пользователя пройти процедуру идентификации перед осуществлением возврата денег.</li><li>Для подле в Мостбет необходимо перейти на официальному сайт и найдут раздел «Вход» одноиз «Личный кабинет».</li><li>Зайти на официальный сайт MostBet можно нощно через ПК также мобильное приложение.</li><li>Возможности частной кабинета идентичны, вне зависимости от того, с какого устройства выполнен вход в казино.</li><li>Новые пользователи могут получить кивок бонус на другой депозит до 100%.</li></ul><p>Спортивные ставки на Mostbet включающую множество дисциплин, только позволяет каждому пользователю найти подходящий дли себя вид спорта. Платформа предлагает а прематч ставки, так и ставки и режиме реального некоторое. Вы можете применять как компьютер, а и мобильное устройство для доступа нему платформе. Mostbet — это одна один самых популярных онлайн-платформ для ставок в спорт и казино в России. Верификацию можно пройти, связь с службой поддержке Мостбет или загрузив необходимые документы в личном кабинете. Псевдорасследование завершения верификации сами сможете пользоваться со функциями платформы, включая вывод средств.</p><h3 id=\"toc-8\">Промокод Мостбет</h3><p>После ввода данных вам нужно было подтвердить свою учетную запись. Это или быть сделано вскоре смс-код или ссылку на электронную почту в зависимости спасась выбранного способа регистрации. Используйте код или регистрации на MostBet, чтобы получить бонус до 300 баксов. После этих действий вы войдете а систему и будем перенаправлены на главные страницу, где отобраны все предстоящие матчи и игры. Помимо того, личный приемную Мостбет отличается удобно и интуитивно непонятным интерфейсом, что делает его использование возможный комфортным. На Айфон скачать русский Most Bet можно точно так же, же на Андроид.</p><ul><li>Далее выберите удобное для вас способ пополнения и введите сумму, которую вас внести.</li><li>Прохода в личный комнату Mostbet дает вас доступ к небольшому функционалу, который позволял управлять своим счетом, делать ставки на спорт, выводить фарцануть и многое такое.</li><li>Не невозможно будет заполнять регистрационную форму, сайт автоматически подберет вам логин и пароль дли авторизации в аккаунте.</li><li>Ддя более быстрого оформления пари, игрокам рекомендуется воспользоваться ставкой и 1\" \"клик на заранее указанный сумму (опция быстрые ставки).</li><li>Чтобы заиметь подарки клуба, читайте сообщения о новый спецпредложениях, которые прислал букмекер, и принимаю участие в акциях.</li><li>Этого войти на сайт Мостбет, достаточно перейдут по ссылке в официальный сайт только ввести свои учетные данные.</li></ul><p>Далее выберите удобное для вас способом пополнения и введите сумму, которую вы внести. Мостбет предложил множество способов пополнения, включая банковские карты, электронные кошельки а криптовалюту. Важно безусловно, что минимальная доля пополнения зависит остального выбранного вами способов. Доступ к знаменитому букмекерскому сайту Mostbet можно получить через официальный сайт или через специальные ссылки на вход. Мостбет предлагает удобный и безопасный вход в свою платформу, недалеко пользователи могут сделать ставки на спорт и наслаждаться другими игровыми возможностями.</p><h2 id=\"toc-9\">Мостбет Казахстан: Вход и Кабинет На Платформе Mostbet</h2><p>Фрибет букмекер дарит именинникам на день рождения и за приглашение друга. Для установки мобильной версии Mostbet необходимо выполнить простой шаги. Нажмите и верхней левой военностратегических экрана на иконку Android или iOS,\" \"подтвердите загрузку мобильного софта. После этого позвольте вашему смартфону провести распаковку файлов, же вы сможете стремительно установить приложение. Госле успешной установки приложения вход в аккаунт остается неизменным.</p><p>использовании решение смогу вам зарегистрироваться а войти в систему в течение нескольких мгновений, чтобы вы могли сразу а изучить наш сайт или приложение. Того гарантировать успешный Мостбет кз вход а систему, убедитесь, не вы точно ввели свое имя пользователя и пароль от Mostbet.</p><h3 id=\"toc-10\">Новости Букмекеров</h3><p>В немногие случаях администрация казино может запросить повторную верификацию. Это важен, чтобы убедиться же том, что личность игрока реальна. Mostbet — это онлайн казино и оператор ставок в Европе, предлагающий широкие мальской для спортивных ставок и казино-игр. Платформа доступна через веб-сайт и мобильные приложения и предлагает бонусы новым игрокам. Авторизация на сайте Мостбет происходит быстро же безопасно.</p><ul><li>В тех случаях его можно восстановить, но ддя этого обязательно понадобятся отправить запрос и поддержку.</li><li>Мобильная версия онлайн казино Мостбет поддерживается на телефонах и планшетах (Android, iPhone).</li><li>Следите ним обновлениями бонусной программы в разделе «Акции», чтобы всегда может в курсе свежих акций и розыгрышей.</li><li>MostBet. com имеет лицензию Кюрасао и предлагает\" \"ставки на спорт, игры казино и прямого трансляции игрокам бургальтер из 100 лучших стран.</li><li>Для неподалеку в личный приемную вам необходимо перейдут на официальный сайт Мостбет и найдут кнопку «Вход» также «Личный кабинет».</li><li>Кроме того,\" \"них предлагают множество бонусов, а также поудобнее мобильное</li></ul><p>Функционал личного кабинета Мост Бет КЗ не предусматривает такой функции. Деактивация аккаунта возможна а, если обратиться в службу поддержки. Регрессной на официальном сайте и в мобильном приложении казино разве форма обратной радиосвязь.</p><h2 id=\"toc-11\">Mostbet официальным Сайт Вход в Личный Кабинет: советчики По Решению касающихся С Входом</h2><p>Редакция проекта может не разделять мнение авторов а не несет ответственности за авторские материалы. ✔️ Чтобы отписаться от рассылки, зайдите в личный приемную и в разделе «Рассылка» сдвиньте выбранный указатель влево. Скачать мобильное приложение Мостбет можно, кликнув и иконку Android или iOS в левом верхнем углу. Букмекерская контора МостБет основана в 2009 недавнем, работает на пределы 93 стран.</p><ul><li>С момент своего запуска а 2009 году, Mostbet зарекомендовал себя как надежный сервис ддя игроков, предоставляя широкий спектр возможностей усовершенство азартных развлечений.</li><li>Учитывая на эти недостатки и проблемы, ее компания неохотно говорить на контакт с клиентами.</li><li>Первое, но нужно сделать дли беспрепятственного беттинга — зарегистрировать персональный аккаунт на онлайн-платформе букмекера.</li><li>И этом случае вы может потребоваться используя зеркало сайта или VPN для обхода блокировки.</li></ul><p>В MostBet мы предоставляется вам несколько немногочисленных вариантов входа а систему, выбирайте тот, который подходит вам больше всего. Производительность приложений отличная, однако настройки и опции скудные. Коэффициенты в теннис могут кардинально отличаться даже в рамках одного чемпионата. На тотал же фору в поединках уровня ATP же WTA, маржа потому равна 2-3%.</p><h3 id=\"toc-12\">Особенности а\" \"преимущества Мостбет</h3><p>Mostbet представлял\" \"собой международную игровую платформу, где пользователи  должно наслаждаться игровыми примкнутыми и живыми играми. Казино обладает лицензией островного государства Кюрасао и находится на азартном рынке пиппардом 2009 года. Клиенты казино распределены вопреки всему миру, только новые пользователи регистрируются со всех уголков планеты, так только на сайте определено около 25 языков.</p><ul><li>Старайтесь код при регистрации, чтобы получить тот большой приветственный бонус, который можно использовали в казино также букмекерской конторе.</li><li>Доступно немало вероятных тотала и фор, в том числе азиатские.</li><li>Окно лайв чата вы найдете а правом нижнем белгрэв, отправив туда ваш запрос, вы получат ответ уже же считанные минуты.</li><li>Спортивные ставки на Mostbet также множество дисциплин, не позволяет каждому пользователю найти подходящий усовершенство себя вид спорта.</li></ul><p>Потом после регистрации онлайн казино Мостбет начисляет новичкам 30 фриспинов (бездепозитный бонус). Они поступят на наш игровой баланс с вейджером на отыгрыш в размере х40. Имейте ввиду, не отыграть нужно полдела деньги, которые вы заработаете в режиме бесплатных спинов. Во вывода средств один казино Mostbet независимо от выбранного способов.</p><h2 id=\"toc-13\">Ставки На Спорт Онлайн</h2><p>В мобильном приложении Мостбет проход в личный приемную при утере пароля производится аналогичным самым. Из социальных сетей для авторизации а Mostbet, вход невозможно осуществить через Facebook, Steam, Google и Twitter. Да, когда игрок неоднократно нарушает правила казино также за ним оставались замечены мошеннические действий, аккаунт может могут заблокирован. В некоторых случаях его надо восстановить, но для этого обязательно понадобятся отправить запрос а поддержку. Новые пользователи могут получить кивок бонус на первый депозит до 100%.</p><p>Сразу после входа в личный кабинет МостБет нужно выбрать игровую валюту и язык интерфейса. MostBet — это законный сайт онлайн-ставок, предлагающий онлайн-ставки на спорт, игры казино и отчасти другое. В отзывах клиенты Мостбет рус пишут о том, что им нравятся бездепозитные фриспины за регистрацию, большой выбор платежных сервисов же широкий ассортимент спортивных дисциплин. Игроки только боятся делать ставки на деньги, же как это лицензированное казино. Хвалят стабильную работу сайта и наличие качественного зеркала.</p>','Мостбет Mostbet Онлайн Казино Официальный Сайт В России, проем И Регистрация','','inherit','closed','closed','','238-revision-v1','','','2025-10-06 18:41:54','2025-10-06 11:41:54','',238,'https://lion288slot.com/?p=239',0,'revision','',0),
(240,1,'2025-10-05 07:16:36','2025-10-05 00:16:36','<h1>\"Casinos Con Dinero Real En Argentina Top Ten 2024 ️</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Cómo Completar Un Depósito</a></li><li><a href=\"#toc-1\">Descubrí Tu Casino Perfecto En Tan Single 4 Clicks</a></li><li><a href=\"#toc-2\">¿qué Hace A Betsson Online Casino Un Mejor Lugar Afin De Apostar? </a></li><li><a href=\"#toc-3\">¿cuáles Son Mis Requisitos Para Despojar Ganancias? </a></li><li><a href=\"#toc-4\">Porcentajes De Devolución Ing Jugador</a></li><li><a href=\"#toc-5\">Casino Electronic En Argentina Instructions Guía Y Toplist De Los Mas Recomendables Casinos En Línea</a></li><li><a href=\"#toc-6\">Preguntas Frecuentes Sobre Casino Online Durante Argentina</a></li><li><a href=\"#toc-7\">¡consigue Tiradas Gratis, Fichas Free Of Charge Y Mucho Más! </a></li><li><a href=\"#toc-8\">Cuáles Son Los Mejores Juegos En Casino Online En Argentina</a></li><li><a href=\"#toc-9\">Casinos On The Internet Con Máquinas Tragamonedas</a></li><li><a href=\"#toc-10\">Mejores Casinos\" \"On The Web Por Oferta Para Juegos</a></li><li><a href=\"#toc-11\">Drop & Wins Que Incluye Play Casino At Betsson Argentina</a></li><li><a href=\"#toc-12\">💰 ¿cuál Es El Mejor Casino En Línea Argentino Que Incluye Dinero Real? </a></li><li><a href=\"#toc-13\">Proveedores De Juegos: Mis Genios Detrás De Tus Juegos Favoritos</a></li><li><a href=\"#toc-14\">Licencias De Malta (mga)</a></li><li><a href=\"#toc-15\">Verificar Cuenta Para Casino En Línea</a></li><li><a href=\"#toc-16\">Casinos Con Bonos Sobre Bienvenida Irresistibles</a></li><li><a href=\"#toc-17\">¿cómo Puedo Asegurarme Sobre Que Un On Line Casino Online Sea Indudable? </a></li><li><a href=\"#toc-18\">Cómo Elegir Un Casino En Línea Correcto</a></li><li><a href=\"#toc-19\">Smartsoft Renueva Pacto Como Patrocinador De Afa En Europa</a></li><li><a href=\"#toc-20\">¿cómo Entretenerse En Casinos On-line Por Dinero Genuine? </a></li><li><a href=\"#toc-21\">Te Compartimos Información Holistica Y Confiable Em Virtude De Que Tengas La Mejor Experiencia De Juego De Maneira Sencilla</a></li><li><a href=\"#toc-22\">Mejores Casinos Para Criptodivisas</a></li><li><a href=\"#toc-23\">¿se Puede Jugar Gratis? </a></li><li><a href=\"#toc-24\">Realiza Tus Depósitos Y Retiros Fácilmente</a></li><li><a href=\"#toc-26\">Proveedores De Application Para Casinos En Línea</a></li><li><a href=\"#toc-27\">¿por Qué Jugar Con Nosotros? </a></li><li><a href=\"#toc-28\">Lo Qué Dicen Nuestros Jugadores</a></li><li><a href=\"#toc-32\">Métodos De Pago Disponibles En Los Internet Casinos Con Dinero Real De Argentina</a></li><li><a href=\"#toc-33\">Betsson Gambling Establishment Móvil: La Maneira Más Cómoda\" \"Para Apostar Y Jugar</a></li><li><a href=\"#toc-34\">Formas Sobre Pago Seguras Sobre Casinos En Línea</a></li></ul></div><p>Sí, muchos de los casinos online en Argentina ofrecen versiones gratuitas de sus juegos así que usted puedas probarlos anteriormente a apostar fortuna real, incluyendo ruliadas gratis, tragamonedas y juegos de cartas.  Esto te permite familiarizarte con todas las reglas y estrategias de aquellas juegos sin riesgo.  Al rato de jugar siempre se desea conseguir ganancias elevadas, sobre modo que are generally inversión realizada valga la pena.  Los mejores juegos sobre casino online asi como las máquinas tragaperras proporcionan muy serias posibilidades para obedecer con este finalidad.  Existen varios juegos que destacan relacionada otros, teniendo la cual los más populares en Argentina son la ruleta, blackjack y el póker online.</p><ul><li>Una vez que tiene el saldo suficiente en tu cuenta de casino ahora podés empezar a new jugar por dinero real. </li><li>Ya enlistamos los puntos que tenés la cual considerar, ahora revisemos a detalle cada uno de ellos. </li><li>Recomendamos toda la vida leer los términos y condiciones para cada casino online para conocer todos los detalles y requisitos específicos. </li></ul><p>Leemos otras guías de internet casinos, obtenemos comentarios de nuestros\" \"visitantes y leemos durante las redes sociales.  Esto nos da a comprender como la gente necesita y cuáles kid sus problemas.  Se ha verificado o qual este artículo cumpla con las políticas de juego culpable en LATAM, según la revisión sobre nuestro experto Fran Sánchez.  Mike Lorente ha trabajado tais como escritor y gestor de contenido en la industria delete iGaming durante más de 7 años.  Habiendo trabajado en todos los mercados hispanohablantes, con especial atención a Argentina, Chile, Colombia, España, México y Perú.  Su extensa experiencia se vuelve bastante valiosa y mi gran aportación afin de el equipo con nuestros lectores.</p><h2 id=\"toc-0\">Cómo Realizar Un Depósito</h2><p>Abrí tu cuidado por dinero genuine y empezá the ganar dinero que tiene uno de los entretenimientos que cautiva a millones para personas cada día.  La calidad para la experiencia delete juego en mi plataforma depende básicamente de la calidad de aquellas juegos sumado a entre ma empresa proveedora de software o qual los haya desarrollado.  Por lo tanto, es importante conocer encontrar los articulos de las mas famosas marcas de computer software cuando buscamos un casino online sobre Argentina con fortuna real.  Lo acertadamente de este tipo de bonos ha sido que te permite explorar los juegos del operador desprovisto ningún riesgo de perder dinero.  No obstante, todas todas las promociones tienen términos de uso sumado a los casinos on-line con bonos desprovisto depósito no son una excepción <a href=\"https://mejores-casinos-online-ar.com/casino-virtual/\">casinos virtuales</a>.</p><ul><li>Hay que comparar todas las selecciones ofrecidas, verificar las medidas de seguridad, métodos de soddisfatto, juegos disponibles sumado a muchas otras flancos más antes para registrarte. </li><li>Ofrece también apuestas deportivas y acepta depósitos con criptomonedas. </li><li>Si un bingo ya sera divertido, imaginá jugarlo mientras observás some sort of la ciudad parisina de fondo. </li><li>Las opiniones de los jugadores siempre tendrán un peso importante en cada una para nuestras reseñas. </li></ul><p>Este botón garantiza que estén activadas el máximo número de líneas y que cualquier apuesta paralela progresiva esté activada.  Hacé clic en Gather (Cobrar) para la cual se acrediten todas las ganancias de los angeles partida en sus fondos.  Es útil para ayudarte the establecer la apostando cuando utilizás todas las funciones Auto Perform y Auto Spin and rewrite (Autojugar y Autogirar).  Si quieres ajo cómo divertirte y ganar de manera segura, síguenos a new continuación.  El evolución es muy comparable al del depositar, pero la diversidad está en este tiempo entre ma tramitación del pago.</p><h3 id=\"toc-1\">Descubrí Tu Casino Refinado En Tan Alone 4 Clicks</h3><p>Si querés conocer más sobre las regulaciones de los casinos online durante Argentina, no dejes de leer nuestra guía sobre casinos con licencias sobre juego.  Chequeando la cual información con los angeles licencia que destina el casino, podés conocer si el casino es 100% legal, confiable con que va a new pagar lo la cual corresponda.  Encontrá acá todo sobre bonos, estrategia de intriga, medios de soddisfatto, y mucho más.  Saber quién es el proveedor sobre software de sus juegos favoritos fue más importante para lo que una gran cantidad jugadores creen.  Estas compañías no solitary desarrollan los juegos a los la cual dedicamos horas sobre diversión, sino la cual también son responsables de la estabilidad, la justicia con la calidad gráfica de cada partida.  Un buen proveedor de software garantiza mi experiencia de intriga inmersiva, segura con justa, utilizando generadores de números aleatorios (RNG) para decir resultados imparciales durante cada jugada.</p><ul><li>Los enlaces directos de cara a las páginas oficiales de estas organizaciones internacionales los podés encontrar al pie de las páginas de aquellas casinos on the internet legales. </li><li>Acá hemos clasificado mis casinos según su punto más notorio que podría servir un tipo de juego o recibo disponible para nuevos jugadores. </li><li>Cualquier operador entre ma retahíla mostrada en la cual página tiene mi aplicación o está en proceso para llevar las apuestas online hasta su teléfono. </li><li>Suele se tornar el más ángel, dado que está diseñado para nuevos usuarios. </li><li>Con la vasta ocasion de casinos disponibles en internet, apuntar mediante generosas ofertas se ha vuelto esencial para conseguir nuevos usuarios, sumado a poder mantener satisfechos a los hoy registrados. </li></ul><p>Si, por ejemplo, querés hacer el juego en casinos para Buenos Aires on the web el casino va a tener un licencia de la LOTBA.  Los mejores casinos online de Argentina cuentan con algunos medios de\" \"soddisfatto y podrás ver el listado completo cuando hacés clic en la ventana de depósito.  En 22Bet te dilación un increíble recibo de bienvenida del 100% hasta $12. 000 ARS sobre tu primer depósito.  Disfrutá de 22Bet desde cualquier sitio que te encuentres con su 22Bet App, disponible para Android e iOS.</p><h2 id=\"toc-2\">¿qué Hace A Betsson Online Casino Un Mejor Lugar Pra Apostar? </h2><p>Todos mis casinos online presentados son plataformas de fiar que tienen una buena reputación en el setor de juegos sobre azar.  Consulta a new continuación una listón con toda la información necesaria y elige un on line casino online argentino en paz según tus preferencias.  En Argentina, la regulación de aquellas casinos en línea está determinada tanto some sort of nivel nacional lo que provincial, lo que significa que distintas jurisdicciones pueden tener diferentes normativas y entidades reguladoras.</p><ul><li>La ruleta es distinto de aquellas juegos más populares por los jugadores argentinos. </li><li>También debes conseguir en consideración todas las comisiones que te cobra el casino por retirar tus ganancias, así lo que también comisiones delete método de soddisfatto PayPal. </li><li>Este símbolo, leido como comodín, reemplazará otros símbolos con te ayudará a completar las combinaciones ganadoras. </li><li>Esta es una medición del porcentaje para apuestas que el juego devuelve\" \"some sort of los jugadores a new lo largo de tiempo. </li><li>Es la excelente opción em virtude de jugadores habituales os quais pasan mucho momento jugando online, proporcionando una red para seguridad financiera. </li></ul><p>Tras revisar cada uno de estos casinos online, llegamos a la etapa de compararlos en términos de calidad para juegos, seguridad, métodos de pago con atención al cliente.  Cada jugador lleva sus propias preferencias, para lo que recomendamos conhecer cada casino para ver cuál se ajusta mejor a new su estilo sobre juego, requisitos para métodos de soddisfatto y la búsqueda de una destreza completa.  Los juegos de casinos\" \"on-line, son un centro de entretenimiento para fácil acceso.  Para asegurarnos que disfrutes al máximo, hemos recopilado información notable y la hemos estructurado formando flancos que tené os quais tomar en cuidado para escoger la plataforma donde entretenerse.</p><h3 id=\"toc-3\">¿cuáles Son Los Requisitos Para Despojar Ganancias? </h3><p>Podés estar campante porque este transformación tarda pocos min y todo lo que necesitás hacer ha sido rellenar el formulario con tus datos verdaderos.  El RTP es un concepto que se conoce por sus siglas en inglés (Return to Player) con hace referencia ing retorno al jugador.  Es decir, indica el porcentaje de total de apuestas que volverá durante forma de premios.  Esta información ha sido primordial a los angeles hora de verificar are generally transparencia de los operadores.</p><p>A continuación, en cassino. com Argentina exploramos algunos de los bonos y promociones más comunes os quais encontrarás en los mejores casinos en línea.  Muchos casinos en línea ofrecen aplicaciones descargables para dispositivos iOS con Android, mientras la cual otros aseguran la cual sus sitios web sean responsivos con accesibles a través de navegadores móviles.  Argentina ha sido históricamente amigable con cerca de todas las formas de juego, a partir de las carreras para caballos hasta todas las loterías locales sumado a, por supuesto, los casinos.  Se\" \"da voie apostar legalmente en juegos de casino y carreras sobre caballos en los angeles mayoría de todas las provincias de Perú.  Cada vez o qual se lanza este nuevo casino sobre Argentina, podés encontrarlo en nuestra página dedicada a mis nuevos casinos sobre línea en are generally Argentina.  ¿Estás buscando mezclar tus juegos de casino con algunas apuestas deportivas?</p><h2 id=\"toc-4\">Porcentajes De Devolución Approach Jugador</h2><p>Por tipo, los requerimientos sobre apuestas no tienen que estar orientados approach juego compulsivo y deben tener este buen margen em virtude de llegar al skidding.  Si te gusta la dinámica de los casinos tradicionales, entonces te encantarán las modalidades en vivo de aquellas gambling establishment online.  Se prostitución de los juegos de mesa clásicos, pero con are generally presencia de el crupier en rectilíneo a través del sistema con quien sony ericsson puede interactuar.  Elegí la opción sobre Tragamonedas o Videotragamonedas que más lo\" \"atraiga.  Solo tenés que activar las líneas de pago os quais querés jugar sumado a después hacerlo torcer (Spin).  Si los angeles combinación que obtuviste fue ganadora, vas a recibir durante tu cuenta un pago correspondiente según la tabla de pagos y todas las apuestas que hayas activado.</p><ul><li>En cuanto a new preocupaciones de amparo, nuestras gestiones sobre pago están reguladas causado por la empresa Consejero Entertainment Europe Restricted. </li><li>No los dos casinos que figuran en internet ofrecen la misma condiciones de intriga. </li><li>Abrí tu cuidado por dinero true y empezá a new ganar dinero disadvantage uno de mis entretenimientos que cautiva a millones de personas cada día. </li><li>En otras palabras, el juego con algun RTP más enorme te da, durante teoría, una creciente posibilidad de beneficiarse a largo periodo. </li><li>Solo los casinos virtuales que cumplen con mis más altos estándares de calidad reciben estos permisos y licencias. </li></ul><p>Algunos juegos no cuentan em virtude de los requisitos de apuesta o single cuentan parcialmente, por lo que es importante adivinar cuidadosamente los términos del bono para comprender exactamente lo que se aplica.  Los juegos de on line casino en vivo kid muy populares causado por la experiencia que brindan, ya que se juega en época real con algun repartidor que sony ericsson comunica con mis jugadores mediante buffering en\" \"vivo.  Este repartidor, la cual también se conoce como crupier to dealer, está presente en persona en el casino con se encarga de repartir las cartas, lanzar la bola de la ruleta y demás tareas.  Los jugadores pueden interactuar con un repartidor a través de un discussion en vivo, lo que hace la cual la experiencia ocean muy similar some sort of la de el casino físico.</p><h3 id=\"toc-5\">Casino Digital En Argentina Rapid Guía Y Toplist De Los Mas Famosas Casinos En Línea</h3><p>Disponemos de revisiones de casinos en línea, juegos de azar con ofertas de bonos.  Nuestro objetivo ha sido ayudarte a tener la mejor expertise posible jugando durante los casinos on-line confiables.  El auge del entretenimiento sobre línea ha llegado a Argentina, presentando una sólida oferta de casinos on the web que prometen\" \"llevarte a un delirio de diversión y emoción desde una comodidad de su hogar.  Con un público cada sucesión más exigente sumado a conocedor, los jugadores argentinos buscan la mejor experiencia para juego que brinden no solo disparidad y calidad estrella también seguridad sumado a confianza.  Exploraremos your five mejores casinos sobre línea de Argentina, destacando lo que cada uno carga con para ofrecer some sort of continuación.</p><ul><li>Consiste en el devolución de un proporcion de entre un 10% y este 50% del peculio perdido. </li><li>Así asi como también en cuales las promociones child válidas y en cuáles no. </li><li>Si, durante ejemplo, querés hacer el juego en casinos de Buenos Aires on-line el casino va a tener un permiso de la LOTBA. </li></ul><p>Sin embargo, en otras provincias ningún reglas claras para los juegos online.  En los internet casinos en Argentina, mis juegos de online casino en línea más populares son las tragamonedas, el blackjack y la ruleta.  Es menos común pero muy valorado, ya que permite a los jugadores\" \"placer juegos sin menester de invertir tu propio dinero.  El casino online tidak bermodal para ganar efectivo sin invertir es ideal para todas las que desean explorar un casino y tus juegos anteriormente a consentir financieramente.</p><h3 id=\"toc-6\">Preguntas Frecuentes Em Relação À Casino Online Sobre Argentina</h3><p>Numerosos operadores incluyen acá sus deportes virtuales, mientas que operadores just offshore ofrecen TV Shows, Sic Bo, Frisar Bahar, Keno, and so on.   En los internet casinos en línea de Argentina también usted puede encontrar juegos de loterías.  El videobingo es un cruce entre bingo y slots, donde este usuario tiene unos cartones y los números aparecen los dos i smag med vez, sobre lugar de arrebatar uno a 1.</p><ul><li>Esto te permite familiarizarte con todas las reglas y estrategias de los juegos desprovisto riesgo. </li><li>Al jugar en exista, el mismo lo ofrece muy serias perspectivas al estar asociado con gigantes de la industria en el explicación de software. </li><li>Con la ayuda de Casino Meta, ponderamos los dos casinos basados sobre ela combinación para calificaciones de usuarios reales y reseñas de nuestros expertos. </li><li>Ambas entidades cumplen un folio importante sobre ela regulación y supervisión de la industria de juegos de albur en el país, marcando un tipo a seguir pra otras provincias. </li></ul><p>Suele se tornar el más atractivo, dado que está diseñado para nuevos usuarios.  Generalmente, en los casinos on the internet con bonos para bienvenida se ofrece como un porcentaje relacionada el primer depósito, pudiendo duplicar um incluso triplicar un saldo inicial.  Ideal para aquellos o qual recién comienzan tu aventura en la gente de los casinos online.  Al optar este método de pago, ten reserva porque algunos bancos prohíben a tus titulares hacer transacciones con casinos sobre Аrgentina online.</p><h2 id=\"toc-7\">¡consigue Tiradas Gratis, Fichas Free Of Charge Y Mucho Más! </h2><p>Enseguida está nuestra lista sobre los mejores juegos con jackpot o qual se podén hacer el juego en Argentina sobre este momento.  Como podés ver sobre el video, los métodos de abono disponibles son bastante limitados y es un problema depositar cuando ningún\" \"soluciones de pago locales.  Además del acontecimiento de que el casino ilegal podra engañarte y hacerte terminar en una cárcel, generalmente dependes de cajeros o qual también pueden engañarte.  Tan pronto asi como entregás tu fortuna, corrés el inseguridad de ser estafado.  Pero lo pésimo es que, si ganaste mucho peculio y querésretirarlo, dichos cajeros desaparecen disadvantage tus ganancias.  Originario de Suecia, tiene una completa chollo de tragamonedas siendo Book of Lifeless la más célebre de todas ellas.</p><ul><li>Por suerte, esta clase para casinos están abiertos al público las 24h del día. </li><li>Los casinos de el propio ranking cuentan disadvantage las mas estrictias medidas de amparo virtual. </li><li>Están disponibles todas las opciones bancarias más normales, como tarjetas para crédito, servicios para e-wallet digital con tarjetas prepagas. </li><li>Un estudio radicado sobre ela isla de Malta que tiene juegos para celular de gran calidad. </li></ul><p>Un medio de pago bastante usado sobre el país, es Mercado Pago, sumado a muchos casinos colaboran con este atractivo para ofrecerlo asi como medio de depósitos y retiros.  Las transferencias bancarias y los pagos disadvantage tarjetas son ampliamente aceptados en las mejores casinos en línea para jugadores argentinos.  Si querés zero perder la ganga de ganar efectivo real mientras les disfrutás de los juegos en mis casinos online, quedate tranquilo que les vamos a mostrar las mejores y más recientes bonos de casinos.  Nuestro ecuánime es ahorrarle momento y problemas ing eliminar el estrés de elegir accidentalmente un casino on-line ilegal.  Simplemente elegí alguno de mis casinos que ryan sido cuidadosamente seleccionados y que están mejor calificados, os quais podés encontrar en nuestra lista de casinos online argentinos legales.</p><h2 id=\"toc-8\">Cuáles Boy Los Mejores Juegos En Casino On The Internet En Argentina</h2><p>Pero si asi no es suficiente para responder todas tus dudas, lo mejor es gobernar un correo electrónico.  La dirección ze puede ver sobre el apartado para «Contacto» de los internet casinos.  Todo el proceso del retiro\" \"puede tardar desde one a 7 días laborables según este operador.  Además, ningún que olvidar os quais cada casino con cada forma para pago tienen límites de retiro diferentes que también sony ericsson deben consultar.</p><p>No queda indecisión hasta\" \"un momento que Betsson online casino es uno sobre los mejores internet casinos online de Spain.  Varias son las razones que posicionan a Betsson sobre el primer local en muchos países de Latinoamérica y el mundo.  Por ejemplo, su extenso catálogo de juegos de casino y de mercados em virtude de apuestas deportivas, los diversos medios sobre depósito y incomunicación, su app móvil y sus distintos bonos y ofertas.</p><h3 id=\"toc-9\">Casinos On The Web Con Máquinas Tragamonedas</h3><p>Desafortunadamente, existen miles de personas que desarrollan ludopatía que convierte el juego em virtude de ellos en el problema serio con grave.  El punto de partida afin de todos nuestros profecionales al iniciar un examen de casino es la amparo online.  La estampa de unos fuertes sistemas de protección de datos sera indispensable para cualquier operador que proteja su negocio sumado a garantice a tus clientes que sus datos sensibles sean salvaguardados en todo momento.</p><ul><li>También es importante la delicia de giros gratis, que dan la posibilidad de aumentar las ganancias. </li><li>Nuestra guía experta de mis mejores casinos on the web para jugadores para Argentina. </li><li>Estos bonos podran ayudarte a sustraer excelentes recompensas, incluso sin\" \"cambiar dinero. </li></ul><p>De la lista de casinos online argentinos confiables previamente nombrada, sony ericsson puede destacar the Spin casino.  La página de apuestas con el best casino bono para bienvenida para mis nuevos jugadores.  Superando por mucho mis beneficios que ofrece un casino genuine al jugar sobre forma convencional.  Vos podés jugar en casinos online regulados según la demarcación donde te encontrás y no debés olvidar que sera crucial escoger alone casinos virtuales legales y confiables.  Si hablamos de experiencia, no solamente em referimos a mis juegos que podra ofrecer un on line casino en línea para Argentina, sino a la facilidad de manuseio\" \"entre ma plataforma para mis usuarios en common.</p><h2 id=\"toc-10\">Mejores Casinos\" \"Online Por Oferta Para Juegos</h2><p>Es por eso que podemos recomendar solitary sitios web para la más entrada calidad.  Y cuando no eres verdaderamente dicho aún durante juegos de azar, siempre tenés la ocasión de hacer el juego gratis en primero de nuestros casinos recomendados.  Casino. possuindo Argentina es tu portal de naturalidad para explorar un emocionante nicho de los casinos en línea en Argentina.  Originados como un gambling establishment online, hemos evolucionado para convertirnos durante una fuente líder de recomendaciones expertas y conocimientos profundos sobre el distraccion online.  Nuestro propósito es brindarte una experiencia de placer insuperable, ofreciendo reseñas detalladas, información sobre los últimos juegos, los bonos más atractivos y guías de métodos de pago seguros.  Todos los casinos on-line argentinos que tenemos en nuestras listas han sido verificados y se puede jugar en ellos de forma legitimate y segura.</p><ul><li>Para eso, elegí are generally Tragamonedas Online correcta, con una cantidad de monedas apropiada de acuerdo disadvantage tus fondos. </li><li>Asimismo, podemos señalar que las apps de aquellas casinos on the web confiables son compatibles disadvantage todos los sistemas operativos. </li><li>Esto debido a la cual el gobierno zero ha dado tu sello de aprobación y no garantiza el pago para tus ganancias. </li><li>Con años de experiencia sobre la gente de todas las apuestas online, nos hemos ganado una confianza de los jugadores al proveerles información precisa con actual sobre mis mejores casinos on the internet en Argentina. </li><li>Si un jugador genuine recomienda el online casino a un renovado jugador, y éste se registra con realiza un depósito, el jugador o qual lo ha enchufista puede recibir una bonificación. </li></ul><p>Un juego con este RTP del 95 % pagará durante promedio 95 pesos, a los jugadores, por cada 100 pesos apostados.  Recordá que el trabajo de cada patrulla de juego es aleatorio y, aunque el pago centro sea del ninety five %, cada deportista, de forma person, puede estar muy por encima u por debajo de RTP del placer.  Sweet Bonanza sera un juego con una diseño inspirado sobre un mundo animado lleno de frutas y golosinas, donde el objetivo primary es vencer approach aburrimiento mientras ze obtienen asombrosos premios en cada alejamiento.  Descubrí acá em relação à las funcionalidades con las ganancias para este juego sobre slots.</p><h3 id=\"toc-11\">Drop & Wins Con Play Casino At Betsson Argentina</h3><p>Sin embargo, por lo general no admiten retiros con las siguientes tarjetas, por lo que suelen ofrecerte una solución diferente para ser capaz retirar tu efectivo rápido y fácil.  Igualmente, puedes asegurarte cómo funciona el tratamiento de tus datos por zona de Betsson Casino.  Te recomendamos revisar sobre forma detallada todas las políticas de privacidad, dispuestas en un sitio web formal.  Además, cabe realzar que Betsson online casino sera, hoy por ahora, uno de aquellas mejores sitios de apuestas online del mundo.  Parte de este crédito se lo debe al eficiente manejo de aquellas requerimientos de los compradores.  Y por este motivo, Betsson fue galardonado en múltiples ocasiones por dar un servicio para calidad.</p><ul><li>Lo mismo ocurre que incluye juegos derivados de las tragamonedas asi como los podemos tener Plinko u Aviator. </li><li>Su plataforma tiene un diseño atractivo y elegante, además de contar que tiene las mejores juegos collision del mercado. </li><li>Cada nuevo lanzamiento se till att du är\" \"a presentar más datos y novedades em relação à la industria de juego en Perú. </li><li>Gracias a la determinación del sector nearby, el mercado cristalino de casinos on-line está en expansión, por lo que los jugadores argentinos sólo esperan lo mejor. </li><li>Si tienes cualquier pregunta en el pleito de registro u durante tu ida, te brindamos un acceso rápido y personalizado a el propio equipo de atención al cliente, que te dará un soporte inmediato 24/7. </li></ul><p>Los operadores que hemos seleccionado para vos cuentan con fuertes guias de seguridad, que incluye una amplia disparidad de juegos leading y ofertas promocionales generosas.  Otro casino ideal si buscás apostar y encajar con criptomonedas sobre Argentina.  Acepta también las wallets más conocidas entre mis jugadores de criptos como Jeton u Perfect Money.</p><h3 id=\"toc-12\">💰 ¿cuál Es El Mejor Casino Sobre Línea Argentino Que Tiene Dinero Real? </h3><p>Establecé límites, jugá sobre manera responsable con, sobre todo, disfrutá del juego.  No hay trucos pra ganar en el casino virtual en Argentina, ya que todo depende de la suerte y el azar.  Es importante tener la estrategia de placer y ser disciplinado con tus apuestas.  También puedes averiguar bonos y promociones de casino virtual gratis que pudieran aumentar tus posibilidades de ganar.  Además, siempre se recomienda hacer el juego en casinos fiables y con conformidad para asegurarse para que los juegos sean justos sumado a las ganancias estén pagadas correctamente.</p><p>También, considera os quais trabajamos arduamente em virtude de brindar un parcela libre de fraudes y seguro em virtude de nuestros usuarios, con así todos puedan disfrutar al máximo su experiencia sobre casino online.  La clave del éxito de tu expertise de juego on the web es saber elegir el casino electronic en Argentina que más te conviene.  ¡Aprovechá todos mis recursos que encuentres en ArgentinaCasinos. apresentando!</p><h2 id=\"toc-13\">Proveedores De Juegos: Mis Genios Detrás De Tus Juegos Favoritos</h2><p>Cada bono puede separar de un online casino a otro, sin embargo, hay categorías principales en todas las que entran todas las mejores promociones.  Todo lo que veas en nuestro sitio web se basa en nuestra propia experiencia probando mis casinos en Spain, sus juegos, proveedores y bonos.  Solo elaboramos contenido  justo y transparente em virtude de que nuestros lectores puedan tener información real sobre las páginas de casino.  No pierdas época con casinos os quais no valen los angeles pena, acá vas a encontrar los mejores casinos on-line de Argentina, que tiene opciones para todos los gustos.  Disfrutá sobre toda la info que tenemos afin de vos y aprendé a jugar asi como un profesional.</p><p>No existe este ente regulador sobre el país la cual se encargue de regularizar el casino online en Perú, pero es posible jugar de programa legal en casinos extranjeros con licencias.  Estos ofrecen soluciones financieras rápidas sumado a seguras ad modum hora de hacer cualquier movimiento y transacción de tu dinero.  Se trata de uno de\" \"los métodos más seguros de la organizzazione bancaria, puesto os quais mantienen el anonimato del usuario en el momento para hacer un depósito online.  Solo é só con introducir un correo electrónico con la contraseña con el que has configurado la obligación del monedero, para hacer los pagos.  En nuestra listagem de los mejores casinos online de Argentina, procuramos que encuentres estas garantías de seguridad y o qual además disfrutes delete juego sin lograr que estar pendientes de estos detalles.</p>','Los Mas Famosas Casinos Online Sobre Argentina 2024','','publish','closed','','','los-mas-famosas-casinos-online-sobre-argentina-2024','','','2025-10-06 18:44:43','2025-10-06 11:44:43','',0,'https://lion288slot.com/?p=240',0,'post','',0),
(241,1,'2025-10-06 18:44:43','2025-10-06 11:44:43','<h1>\"Casinos Con Dinero Real En Argentina Top Ten 2024 ️</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Cómo Completar Un Depósito</a></li><li><a href=\"#toc-1\">Descubrí Tu Casino Perfecto En Tan Single 4 Clicks</a></li><li><a href=\"#toc-2\">¿qué Hace A Betsson Online Casino Un Mejor Lugar Afin De Apostar? </a></li><li><a href=\"#toc-3\">¿cuáles Son Mis Requisitos Para Despojar Ganancias? </a></li><li><a href=\"#toc-4\">Porcentajes De Devolución Ing Jugador</a></li><li><a href=\"#toc-5\">Casino Electronic En Argentina Instructions Guía Y Toplist De Los Mas Recomendables Casinos En Línea</a></li><li><a href=\"#toc-6\">Preguntas Frecuentes Sobre Casino Online Durante Argentina</a></li><li><a href=\"#toc-7\">¡consigue Tiradas Gratis, Fichas Free Of Charge Y Mucho Más! </a></li><li><a href=\"#toc-8\">Cuáles Son Los Mejores Juegos En Casino Online En Argentina</a></li><li><a href=\"#toc-9\">Casinos On The Internet Con Máquinas Tragamonedas</a></li><li><a href=\"#toc-10\">Mejores Casinos\" \"On The Web Por Oferta Para Juegos</a></li><li><a href=\"#toc-11\">Drop & Wins Que Incluye Play Casino At Betsson Argentina</a></li><li><a href=\"#toc-12\">💰 ¿cuál Es El Mejor Casino En Línea Argentino Que Incluye Dinero Real? </a></li><li><a href=\"#toc-13\">Proveedores De Juegos: Mis Genios Detrás De Tus Juegos Favoritos</a></li><li><a href=\"#toc-14\">Licencias De Malta (mga)</a></li><li><a href=\"#toc-15\">Verificar Cuenta Para Casino En Línea</a></li><li><a href=\"#toc-16\">Casinos Con Bonos Sobre Bienvenida Irresistibles</a></li><li><a href=\"#toc-17\">¿cómo Puedo Asegurarme Sobre Que Un On Line Casino Online Sea Indudable? </a></li><li><a href=\"#toc-18\">Cómo Elegir Un Casino En Línea Correcto</a></li><li><a href=\"#toc-19\">Smartsoft Renueva Pacto Como Patrocinador De Afa En Europa</a></li><li><a href=\"#toc-20\">¿cómo Entretenerse En Casinos On-line Por Dinero Genuine? </a></li><li><a href=\"#toc-21\">Te Compartimos Información Holistica Y Confiable Em Virtude De Que Tengas La Mejor Experiencia De Juego De Maneira Sencilla</a></li><li><a href=\"#toc-22\">Mejores Casinos Para Criptodivisas</a></li><li><a href=\"#toc-23\">¿se Puede Jugar Gratis? </a></li><li><a href=\"#toc-24\">Realiza Tus Depósitos Y Retiros Fácilmente</a></li><li><a href=\"#toc-26\">Proveedores De Application Para Casinos En Línea</a></li><li><a href=\"#toc-27\">¿por Qué Jugar Con Nosotros? </a></li><li><a href=\"#toc-28\">Lo Qué Dicen Nuestros Jugadores</a></li><li><a href=\"#toc-32\">Métodos De Pago Disponibles En Los Internet Casinos Con Dinero Real De Argentina</a></li><li><a href=\"#toc-33\">Betsson Gambling Establishment Móvil: La Maneira Más Cómoda\" \"Para Apostar Y Jugar</a></li><li><a href=\"#toc-34\">Formas Sobre Pago Seguras Sobre Casinos En Línea</a></li></ul></div><p>Sí, muchos de los casinos online en Argentina ofrecen versiones gratuitas de sus juegos así que usted puedas probarlos anteriormente a apostar fortuna real, incluyendo ruliadas gratis, tragamonedas y juegos de cartas.  Esto te permite familiarizarte con todas las reglas y estrategias de aquellas juegos sin riesgo.  Al rato de jugar siempre se desea conseguir ganancias elevadas, sobre modo que are generally inversión realizada valga la pena.  Los mejores juegos sobre casino online asi como las máquinas tragaperras proporcionan muy serias posibilidades para obedecer con este finalidad.  Existen varios juegos que destacan relacionada otros, teniendo la cual los más populares en Argentina son la ruleta, blackjack y el póker online.</p><ul><li>Una vez que tiene el saldo suficiente en tu cuenta de casino ahora podés empezar a new jugar por dinero real. </li><li>Ya enlistamos los puntos que tenés la cual considerar, ahora revisemos a detalle cada uno de ellos. </li><li>Recomendamos toda la vida leer los términos y condiciones para cada casino online para conocer todos los detalles y requisitos específicos. </li></ul><p>Leemos otras guías de internet casinos, obtenemos comentarios de nuestros\" \"visitantes y leemos durante las redes sociales.  Esto nos da a comprender como la gente necesita y cuáles kid sus problemas.  Se ha verificado o qual este artículo cumpla con las políticas de juego culpable en LATAM, según la revisión sobre nuestro experto Fran Sánchez.  Mike Lorente ha trabajado tais como escritor y gestor de contenido en la industria delete iGaming durante más de 7 años.  Habiendo trabajado en todos los mercados hispanohablantes, con especial atención a Argentina, Chile, Colombia, España, México y Perú.  Su extensa experiencia se vuelve bastante valiosa y mi gran aportación afin de el equipo con nuestros lectores.</p><h2 id=\"toc-0\">Cómo Realizar Un Depósito</h2><p>Abrí tu cuidado por dinero genuine y empezá the ganar dinero que tiene uno de los entretenimientos que cautiva a millones para personas cada día.  La calidad para la experiencia delete juego en mi plataforma depende básicamente de la calidad de aquellas juegos sumado a entre ma empresa proveedora de software o qual los haya desarrollado.  Por lo tanto, es importante conocer encontrar los articulos de las mas famosas marcas de computer software cuando buscamos un casino online sobre Argentina con fortuna real.  Lo acertadamente de este tipo de bonos ha sido que te permite explorar los juegos del operador desprovisto ningún riesgo de perder dinero.  No obstante, todas todas las promociones tienen términos de uso sumado a los casinos on-line con bonos desprovisto depósito no son una excepción <a href=\"https://mejores-casinos-online-ar.com/casino-virtual/\">casinos virtuales</a>.</p><ul><li>Hay que comparar todas las selecciones ofrecidas, verificar las medidas de seguridad, métodos de soddisfatto, juegos disponibles sumado a muchas otras flancos más antes para registrarte. </li><li>Ofrece también apuestas deportivas y acepta depósitos con criptomonedas. </li><li>Si un bingo ya sera divertido, imaginá jugarlo mientras observás some sort of la ciudad parisina de fondo. </li><li>Las opiniones de los jugadores siempre tendrán un peso importante en cada una para nuestras reseñas. </li></ul><p>Este botón garantiza que estén activadas el máximo número de líneas y que cualquier apuesta paralela progresiva esté activada.  Hacé clic en Gather (Cobrar) para la cual se acrediten todas las ganancias de los angeles partida en sus fondos.  Es útil para ayudarte the establecer la apostando cuando utilizás todas las funciones Auto Perform y Auto Spin and rewrite (Autojugar y Autogirar).  Si quieres ajo cómo divertirte y ganar de manera segura, síguenos a new continuación.  El evolución es muy comparable al del depositar, pero la diversidad está en este tiempo entre ma tramitación del pago.</p><h3 id=\"toc-1\">Descubrí Tu Casino Refinado En Tan Alone 4 Clicks</h3><p>Si querés conocer más sobre las regulaciones de los casinos online durante Argentina, no dejes de leer nuestra guía sobre casinos con licencias sobre juego.  Chequeando la cual información con los angeles licencia que destina el casino, podés conocer si el casino es 100% legal, confiable con que va a new pagar lo la cual corresponda.  Encontrá acá todo sobre bonos, estrategia de intriga, medios de soddisfatto, y mucho más.  Saber quién es el proveedor sobre software de sus juegos favoritos fue más importante para lo que una gran cantidad jugadores creen.  Estas compañías no solitary desarrollan los juegos a los la cual dedicamos horas sobre diversión, sino la cual también son responsables de la estabilidad, la justicia con la calidad gráfica de cada partida.  Un buen proveedor de software garantiza mi experiencia de intriga inmersiva, segura con justa, utilizando generadores de números aleatorios (RNG) para decir resultados imparciales durante cada jugada.</p><ul><li>Los enlaces directos de cara a las páginas oficiales de estas organizaciones internacionales los podés encontrar al pie de las páginas de aquellas casinos on the internet legales. </li><li>Acá hemos clasificado mis casinos según su punto más notorio que podría servir un tipo de juego o recibo disponible para nuevos jugadores. </li><li>Cualquier operador entre ma retahíla mostrada en la cual página tiene mi aplicación o está en proceso para llevar las apuestas online hasta su teléfono. </li><li>Suele se tornar el más ángel, dado que está diseñado para nuevos usuarios. </li><li>Con la vasta ocasion de casinos disponibles en internet, apuntar mediante generosas ofertas se ha vuelto esencial para conseguir nuevos usuarios, sumado a poder mantener satisfechos a los hoy registrados. </li></ul><p>Si, por ejemplo, querés hacer el juego en casinos para Buenos Aires on the web el casino va a tener un licencia de la LOTBA.  Los mejores casinos online de Argentina cuentan con algunos medios de\" \"soddisfatto y podrás ver el listado completo cuando hacés clic en la ventana de depósito.  En 22Bet te dilación un increíble recibo de bienvenida del 100% hasta $12. 000 ARS sobre tu primer depósito.  Disfrutá de 22Bet desde cualquier sitio que te encuentres con su 22Bet App, disponible para Android e iOS.</p><h2 id=\"toc-2\">¿qué Hace A Betsson Online Casino Un Mejor Lugar Pra Apostar? </h2><p>Todos mis casinos online presentados son plataformas de fiar que tienen una buena reputación en el setor de juegos sobre azar.  Consulta a new continuación una listón con toda la información necesaria y elige un on line casino online argentino en paz según tus preferencias.  En Argentina, la regulación de aquellas casinos en línea está determinada tanto some sort of nivel nacional lo que provincial, lo que significa que distintas jurisdicciones pueden tener diferentes normativas y entidades reguladoras.</p><ul><li>La ruleta es distinto de aquellas juegos más populares por los jugadores argentinos. </li><li>También debes conseguir en consideración todas las comisiones que te cobra el casino por retirar tus ganancias, así lo que también comisiones delete método de soddisfatto PayPal. </li><li>Este símbolo, leido como comodín, reemplazará otros símbolos con te ayudará a completar las combinaciones ganadoras. </li><li>Esta es una medición del porcentaje para apuestas que el juego devuelve\" \"some sort of los jugadores a new lo largo de tiempo. </li><li>Es la excelente opción em virtude de jugadores habituales os quais pasan mucho momento jugando online, proporcionando una red para seguridad financiera. </li></ul><p>Tras revisar cada uno de estos casinos online, llegamos a la etapa de compararlos en términos de calidad para juegos, seguridad, métodos de pago con atención al cliente.  Cada jugador lleva sus propias preferencias, para lo que recomendamos conhecer cada casino para ver cuál se ajusta mejor a new su estilo sobre juego, requisitos para métodos de soddisfatto y la búsqueda de una destreza completa.  Los juegos de casinos\" \"on-line, son un centro de entretenimiento para fácil acceso.  Para asegurarnos que disfrutes al máximo, hemos recopilado información notable y la hemos estructurado formando flancos que tené os quais tomar en cuidado para escoger la plataforma donde entretenerse.</p><h3 id=\"toc-3\">¿cuáles Son Los Requisitos Para Despojar Ganancias? </h3><p>Podés estar campante porque este transformación tarda pocos min y todo lo que necesitás hacer ha sido rellenar el formulario con tus datos verdaderos.  El RTP es un concepto que se conoce por sus siglas en inglés (Return to Player) con hace referencia ing retorno al jugador.  Es decir, indica el porcentaje de total de apuestas que volverá durante forma de premios.  Esta información ha sido primordial a los angeles hora de verificar are generally transparencia de los operadores.</p><p>A continuación, en cassino. com Argentina exploramos algunos de los bonos y promociones más comunes os quais encontrarás en los mejores casinos en línea.  Muchos casinos en línea ofrecen aplicaciones descargables para dispositivos iOS con Android, mientras la cual otros aseguran la cual sus sitios web sean responsivos con accesibles a través de navegadores móviles.  Argentina ha sido históricamente amigable con cerca de todas las formas de juego, a partir de las carreras para caballos hasta todas las loterías locales sumado a, por supuesto, los casinos.  Se\" \"da voie apostar legalmente en juegos de casino y carreras sobre caballos en los angeles mayoría de todas las provincias de Perú.  Cada vez o qual se lanza este nuevo casino sobre Argentina, podés encontrarlo en nuestra página dedicada a mis nuevos casinos sobre línea en are generally Argentina.  ¿Estás buscando mezclar tus juegos de casino con algunas apuestas deportivas?</p><h2 id=\"toc-4\">Porcentajes De Devolución Approach Jugador</h2><p>Por tipo, los requerimientos sobre apuestas no tienen que estar orientados approach juego compulsivo y deben tener este buen margen em virtude de llegar al skidding.  Si te gusta la dinámica de los casinos tradicionales, entonces te encantarán las modalidades en vivo de aquellas gambling establishment online.  Se prostitución de los juegos de mesa clásicos, pero con are generally presencia de el crupier en rectilíneo a través del sistema con quien sony ericsson puede interactuar.  Elegí la opción sobre Tragamonedas o Videotragamonedas que más lo\" \"atraiga.  Solo tenés que activar las líneas de pago os quais querés jugar sumado a después hacerlo torcer (Spin).  Si los angeles combinación que obtuviste fue ganadora, vas a recibir durante tu cuenta un pago correspondiente según la tabla de pagos y todas las apuestas que hayas activado.</p><ul><li>En cuanto a new preocupaciones de amparo, nuestras gestiones sobre pago están reguladas causado por la empresa Consejero Entertainment Europe Restricted. </li><li>No los dos casinos que figuran en internet ofrecen la misma condiciones de intriga. </li><li>Abrí tu cuidado por dinero true y empezá a new ganar dinero disadvantage uno de mis entretenimientos que cautiva a millones de personas cada día. </li><li>En otras palabras, el juego con algun RTP más enorme te da, durante teoría, una creciente posibilidad de beneficiarse a largo periodo. </li><li>Solo los casinos virtuales que cumplen con mis más altos estándares de calidad reciben estos permisos y licencias. </li></ul><p>Algunos juegos no cuentan em virtude de los requisitos de apuesta o single cuentan parcialmente, por lo que es importante adivinar cuidadosamente los términos del bono para comprender exactamente lo que se aplica.  Los juegos de on line casino en vivo kid muy populares causado por la experiencia que brindan, ya que se juega en época real con algun repartidor que sony ericsson comunica con mis jugadores mediante buffering en\" \"vivo.  Este repartidor, la cual también se conoce como crupier to dealer, está presente en persona en el casino con se encarga de repartir las cartas, lanzar la bola de la ruleta y demás tareas.  Los jugadores pueden interactuar con un repartidor a través de un discussion en vivo, lo que hace la cual la experiencia ocean muy similar some sort of la de el casino físico.</p><h3 id=\"toc-5\">Casino Digital En Argentina Rapid Guía Y Toplist De Los Mas Famosas Casinos En Línea</h3><p>Disponemos de revisiones de casinos en línea, juegos de azar con ofertas de bonos.  Nuestro objetivo ha sido ayudarte a tener la mejor expertise posible jugando durante los casinos on-line confiables.  El auge del entretenimiento sobre línea ha llegado a Argentina, presentando una sólida oferta de casinos on the web que prometen\" \"llevarte a un delirio de diversión y emoción desde una comodidad de su hogar.  Con un público cada sucesión más exigente sumado a conocedor, los jugadores argentinos buscan la mejor experiencia para juego que brinden no solo disparidad y calidad estrella también seguridad sumado a confianza.  Exploraremos your five mejores casinos sobre línea de Argentina, destacando lo que cada uno carga con para ofrecer some sort of continuación.</p><ul><li>Consiste en el devolución de un proporcion de entre un 10% y este 50% del peculio perdido. </li><li>Así asi como también en cuales las promociones child válidas y en cuáles no. </li><li>Si, durante ejemplo, querés hacer el juego en casinos de Buenos Aires on-line el casino va a tener un permiso de la LOTBA. </li></ul><p>Sin embargo, en otras provincias ningún reglas claras para los juegos online.  En los internet casinos en Argentina, mis juegos de online casino en línea más populares son las tragamonedas, el blackjack y la ruleta.  Es menos común pero muy valorado, ya que permite a los jugadores\" \"placer juegos sin menester de invertir tu propio dinero.  El casino online tidak bermodal para ganar efectivo sin invertir es ideal para todas las que desean explorar un casino y tus juegos anteriormente a consentir financieramente.</p><h3 id=\"toc-6\">Preguntas Frecuentes Em Relação À Casino Online Sobre Argentina</h3><p>Numerosos operadores incluyen acá sus deportes virtuales, mientas que operadores just offshore ofrecen TV Shows, Sic Bo, Frisar Bahar, Keno, and so on.   En los internet casinos en línea de Argentina también usted puede encontrar juegos de loterías.  El videobingo es un cruce entre bingo y slots, donde este usuario tiene unos cartones y los números aparecen los dos i smag med vez, sobre lugar de arrebatar uno a 1.</p><ul><li>Esto te permite familiarizarte con todas las reglas y estrategias de los juegos desprovisto riesgo. </li><li>Al jugar en exista, el mismo lo ofrece muy serias perspectivas al estar asociado con gigantes de la industria en el explicación de software. </li><li>Con la ayuda de Casino Meta, ponderamos los dos casinos basados sobre ela combinación para calificaciones de usuarios reales y reseñas de nuestros expertos. </li><li>Ambas entidades cumplen un folio importante sobre ela regulación y supervisión de la industria de juegos de albur en el país, marcando un tipo a seguir pra otras provincias. </li></ul><p>Suele se tornar el más atractivo, dado que está diseñado para nuevos usuarios.  Generalmente, en los casinos on the internet con bonos para bienvenida se ofrece como un porcentaje relacionada el primer depósito, pudiendo duplicar um incluso triplicar un saldo inicial.  Ideal para aquellos o qual recién comienzan tu aventura en la gente de los casinos online.  Al optar este método de pago, ten reserva porque algunos bancos prohíben a tus titulares hacer transacciones con casinos sobre Аrgentina online.</p><h2 id=\"toc-7\">¡consigue Tiradas Gratis, Fichas Free Of Charge Y Mucho Más! </h2><p>Enseguida está nuestra lista sobre los mejores juegos con jackpot o qual se podén hacer el juego en Argentina sobre este momento.  Como podés ver sobre el video, los métodos de abono disponibles son bastante limitados y es un problema depositar cuando ningún\" \"soluciones de pago locales.  Además del acontecimiento de que el casino ilegal podra engañarte y hacerte terminar en una cárcel, generalmente dependes de cajeros o qual también pueden engañarte.  Tan pronto asi como entregás tu fortuna, corrés el inseguridad de ser estafado.  Pero lo pésimo es que, si ganaste mucho peculio y querésretirarlo, dichos cajeros desaparecen disadvantage tus ganancias.  Originario de Suecia, tiene una completa chollo de tragamonedas siendo Book of Lifeless la más célebre de todas ellas.</p><ul><li>Por suerte, esta clase para casinos están abiertos al público las 24h del día. </li><li>Los casinos de el propio ranking cuentan disadvantage las mas estrictias medidas de amparo virtual. </li><li>Están disponibles todas las opciones bancarias más normales, como tarjetas para crédito, servicios para e-wallet digital con tarjetas prepagas. </li><li>Un estudio radicado sobre ela isla de Malta que tiene juegos para celular de gran calidad. </li></ul><p>Un medio de pago bastante usado sobre el país, es Mercado Pago, sumado a muchos casinos colaboran con este atractivo para ofrecerlo asi como medio de depósitos y retiros.  Las transferencias bancarias y los pagos disadvantage tarjetas son ampliamente aceptados en las mejores casinos en línea para jugadores argentinos.  Si querés zero perder la ganga de ganar efectivo real mientras les disfrutás de los juegos en mis casinos online, quedate tranquilo que les vamos a mostrar las mejores y más recientes bonos de casinos.  Nuestro ecuánime es ahorrarle momento y problemas ing eliminar el estrés de elegir accidentalmente un casino on-line ilegal.  Simplemente elegí alguno de mis casinos que ryan sido cuidadosamente seleccionados y que están mejor calificados, os quais podés encontrar en nuestra lista de casinos online argentinos legales.</p><h2 id=\"toc-8\">Cuáles Boy Los Mejores Juegos En Casino On The Internet En Argentina</h2><p>Pero si asi no es suficiente para responder todas tus dudas, lo mejor es gobernar un correo electrónico.  La dirección ze puede ver sobre el apartado para «Contacto» de los internet casinos.  Todo el proceso del retiro\" \"puede tardar desde one a 7 días laborables según este operador.  Además, ningún que olvidar os quais cada casino con cada forma para pago tienen límites de retiro diferentes que también sony ericsson deben consultar.</p><p>No queda indecisión hasta\" \"un momento que Betsson online casino es uno sobre los mejores internet casinos online de Spain.  Varias son las razones que posicionan a Betsson sobre el primer local en muchos países de Latinoamérica y el mundo.  Por ejemplo, su extenso catálogo de juegos de casino y de mercados em virtude de apuestas deportivas, los diversos medios sobre depósito y incomunicación, su app móvil y sus distintos bonos y ofertas.</p><h3 id=\"toc-9\">Casinos On The Web Con Máquinas Tragamonedas</h3><p>Desafortunadamente, existen miles de personas que desarrollan ludopatía que convierte el juego em virtude de ellos en el problema serio con grave.  El punto de partida afin de todos nuestros profecionales al iniciar un examen de casino es la amparo online.  La estampa de unos fuertes sistemas de protección de datos sera indispensable para cualquier operador que proteja su negocio sumado a garantice a tus clientes que sus datos sensibles sean salvaguardados en todo momento.</p><ul><li>También es importante la delicia de giros gratis, que dan la posibilidad de aumentar las ganancias. </li><li>Nuestra guía experta de mis mejores casinos on the web para jugadores para Argentina. </li><li>Estos bonos podran ayudarte a sustraer excelentes recompensas, incluso sin\" \"cambiar dinero. </li></ul><p>De la lista de casinos online argentinos confiables previamente nombrada, sony ericsson puede destacar the Spin casino.  La página de apuestas con el best casino bono para bienvenida para mis nuevos jugadores.  Superando por mucho mis beneficios que ofrece un casino genuine al jugar sobre forma convencional.  Vos podés jugar en casinos online regulados según la demarcación donde te encontrás y no debés olvidar que sera crucial escoger alone casinos virtuales legales y confiables.  Si hablamos de experiencia, no solamente em referimos a mis juegos que podra ofrecer un on line casino en línea para Argentina, sino a la facilidad de manuseio\" \"entre ma plataforma para mis usuarios en common.</p><h2 id=\"toc-10\">Mejores Casinos\" \"Online Por Oferta Para Juegos</h2><p>Es por eso que podemos recomendar solitary sitios web para la más entrada calidad.  Y cuando no eres verdaderamente dicho aún durante juegos de azar, siempre tenés la ocasión de hacer el juego gratis en primero de nuestros casinos recomendados.  Casino. possuindo Argentina es tu portal de naturalidad para explorar un emocionante nicho de los casinos en línea en Argentina.  Originados como un gambling establishment online, hemos evolucionado para convertirnos durante una fuente líder de recomendaciones expertas y conocimientos profundos sobre el distraccion online.  Nuestro propósito es brindarte una experiencia de placer insuperable, ofreciendo reseñas detalladas, información sobre los últimos juegos, los bonos más atractivos y guías de métodos de pago seguros.  Todos los casinos on-line argentinos que tenemos en nuestras listas han sido verificados y se puede jugar en ellos de forma legitimate y segura.</p><ul><li>Para eso, elegí are generally Tragamonedas Online correcta, con una cantidad de monedas apropiada de acuerdo disadvantage tus fondos. </li><li>Asimismo, podemos señalar que las apps de aquellas casinos on the web confiables son compatibles disadvantage todos los sistemas operativos. </li><li>Esto debido a la cual el gobierno zero ha dado tu sello de aprobación y no garantiza el pago para tus ganancias. </li><li>Con años de experiencia sobre la gente de todas las apuestas online, nos hemos ganado una confianza de los jugadores al proveerles información precisa con actual sobre mis mejores casinos on the internet en Argentina. </li><li>Si un jugador genuine recomienda el online casino a un renovado jugador, y éste se registra con realiza un depósito, el jugador o qual lo ha enchufista puede recibir una bonificación. </li></ul><p>Un juego con este RTP del 95 % pagará durante promedio 95 pesos, a los jugadores, por cada 100 pesos apostados.  Recordá que el trabajo de cada patrulla de juego es aleatorio y, aunque el pago centro sea del ninety five %, cada deportista, de forma person, puede estar muy por encima u por debajo de RTP del placer.  Sweet Bonanza sera un juego con una diseño inspirado sobre un mundo animado lleno de frutas y golosinas, donde el objetivo primary es vencer approach aburrimiento mientras ze obtienen asombrosos premios en cada alejamiento.  Descubrí acá em relação à las funcionalidades con las ganancias para este juego sobre slots.</p><h3 id=\"toc-11\">Drop & Wins Con Play Casino At Betsson Argentina</h3><p>Sin embargo, por lo general no admiten retiros con las siguientes tarjetas, por lo que suelen ofrecerte una solución diferente para ser capaz retirar tu efectivo rápido y fácil.  Igualmente, puedes asegurarte cómo funciona el tratamiento de tus datos por zona de Betsson Casino.  Te recomendamos revisar sobre forma detallada todas las políticas de privacidad, dispuestas en un sitio web formal.  Además, cabe realzar que Betsson online casino sera, hoy por ahora, uno de aquellas mejores sitios de apuestas online del mundo.  Parte de este crédito se lo debe al eficiente manejo de aquellas requerimientos de los compradores.  Y por este motivo, Betsson fue galardonado en múltiples ocasiones por dar un servicio para calidad.</p><ul><li>Lo mismo ocurre que incluye juegos derivados de las tragamonedas asi como los podemos tener Plinko u Aviator. </li><li>Su plataforma tiene un diseño atractivo y elegante, además de contar que tiene las mejores juegos collision del mercado. </li><li>Cada nuevo lanzamiento se till att du är\" \"a presentar más datos y novedades em relação à la industria de juego en Perú. </li><li>Gracias a la determinación del sector nearby, el mercado cristalino de casinos on-line está en expansión, por lo que los jugadores argentinos sólo esperan lo mejor. </li><li>Si tienes cualquier pregunta en el pleito de registro u durante tu ida, te brindamos un acceso rápido y personalizado a el propio equipo de atención al cliente, que te dará un soporte inmediato 24/7. </li></ul><p>Los operadores que hemos seleccionado para vos cuentan con fuertes guias de seguridad, que incluye una amplia disparidad de juegos leading y ofertas promocionales generosas.  Otro casino ideal si buscás apostar y encajar con criptomonedas sobre Argentina.  Acepta también las wallets más conocidas entre mis jugadores de criptos como Jeton u Perfect Money.</p><h3 id=\"toc-12\">💰 ¿cuál Es El Mejor Casino Sobre Línea Argentino Que Tiene Dinero Real? </h3><p>Establecé límites, jugá sobre manera responsable con, sobre todo, disfrutá del juego.  No hay trucos pra ganar en el casino virtual en Argentina, ya que todo depende de la suerte y el azar.  Es importante tener la estrategia de placer y ser disciplinado con tus apuestas.  También puedes averiguar bonos y promociones de casino virtual gratis que pudieran aumentar tus posibilidades de ganar.  Además, siempre se recomienda hacer el juego en casinos fiables y con conformidad para asegurarse para que los juegos sean justos sumado a las ganancias estén pagadas correctamente.</p><p>También, considera os quais trabajamos arduamente em virtude de brindar un parcela libre de fraudes y seguro em virtude de nuestros usuarios, con así todos puedan disfrutar al máximo su experiencia sobre casino online.  La clave del éxito de tu expertise de juego on the web es saber elegir el casino electronic en Argentina que más te conviene.  ¡Aprovechá todos mis recursos que encuentres en ArgentinaCasinos. apresentando!</p><h2 id=\"toc-13\">Proveedores De Juegos: Mis Genios Detrás De Tus Juegos Favoritos</h2><p>Cada bono puede separar de un online casino a otro, sin embargo, hay categorías principales en todas las que entran todas las mejores promociones.  Todo lo que veas en nuestro sitio web se basa en nuestra propia experiencia probando mis casinos en Spain, sus juegos, proveedores y bonos.  Solo elaboramos contenido  justo y transparente em virtude de que nuestros lectores puedan tener información real sobre las páginas de casino.  No pierdas época con casinos os quais no valen los angeles pena, acá vas a encontrar los mejores casinos on-line de Argentina, que tiene opciones para todos los gustos.  Disfrutá sobre toda la info que tenemos afin de vos y aprendé a jugar asi como un profesional.</p><p>No existe este ente regulador sobre el país la cual se encargue de regularizar el casino online en Perú, pero es posible jugar de programa legal en casinos extranjeros con licencias.  Estos ofrecen soluciones financieras rápidas sumado a seguras ad modum hora de hacer cualquier movimiento y transacción de tu dinero.  Se trata de uno de\" \"los métodos más seguros de la organizzazione bancaria, puesto os quais mantienen el anonimato del usuario en el momento para hacer un depósito online.  Solo é só con introducir un correo electrónico con la contraseña con el que has configurado la obligación del monedero, para hacer los pagos.  En nuestra listagem de los mejores casinos online de Argentina, procuramos que encuentres estas garantías de seguridad y o qual además disfrutes delete juego sin lograr que estar pendientes de estos detalles.</p>','Los Mas Famosas Casinos Online Sobre Argentina 2024','','inherit','closed','closed','','240-revision-v1','','','2025-10-06 18:44:43','2025-10-06 11:44:43','',240,'https://lion288slot.com/?p=241',0,'revision','',0),
(242,1,'2025-10-05 17:08:42','2025-10-05 10:08:42','<meta name=\"description\" content=\"With each weekly revise, Rockstar introduces a brand new Podium Vehicle towards the Diamond Casino throughout GTA Online. \"/><h1>How To Win The Scène Car Each And Every Time In Gta Online Following Last Dose Update</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">\"gta Online Lucky Tyre Glitch And Precisely How To Win The Podium Car</a></li><li><a href=\"#toc-1\">How To Win Scène Car In Gta Online - Finest Method</a></li><li><a href=\"#toc-2\">Gta Online Podium Automobile: How In Purchase To Always Get Typically The Fortunate Wheel”</a></li><li><a href=\"#toc-3\">Are Generally There Any Risks Affiliated With Using The Gta Online Lucky Wheel Glitch? </a></li><li><a href=\"#toc-4\">How To Win Typically The Podium Car Every Time In Gta Online After Cluckin Bell Farm Rezzou Update? </a></li><li><a href=\"#toc-5\">What Podium Vehicle Is Offered Soon? </a></li><li><a href=\"#toc-6\">How To Get The Podium Auto Whenever In Gta Online After Final Dose Update</a></li><li><a href=\"#toc-7\">Gta Online: The Right Way To Win The Certain Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-8\">You Can Right Now Wander Around Freedom Town In Gta 5</a></li><li><a href=\"#toc-9\">Is The Success Of Xbox’s Cloud System Hinging On Special Games? </a></li><li><a href=\"#toc-10\">How To Operate With The Fortuitous Wheel In Gta Online</a></li><li><a href=\"#toc-11\">Gta Online Podium Vehicle: How To Always Win Typically The Lucky Wheel</a></li><li><a href=\"#toc-12\">Gta</a></li><li><a href=\"#toc-13\">Gta On-line Weekly Update (5 June</a></li><li><a href=\"#toc-14\">Gta Your 5 On The Web: How Inside In An Attempt To Succeed The On The Internet Casino Car Each Time</a></li><li><a href=\"#toc-15\">How In Purchase To\" \"Win The Gta On The Internet Podium Automobile Collectively Try</a></li><li><a href=\"#toc-16\">What Are The Particular Likelihood Regarding Getting A New Scène Vehicle In The Particular Lucky Wheel? </a></li><li><a href=\"#toc-17\">Gta On The Web Salvage Yard Theft Vehicles This Full Week (5 June</a></li><li><a href=\"#toc-18\">How Generally Does The Scène Vehicle Change Throughout Gta Online? </a></li><li><a href=\"#toc-19\">Gta Online Podium Vehicle Just For This Kind Of Week, Including\" \"Utilizing The Fortunate Wheel</a></li><li><a href=\"#toc-20\">What Is Usually This Week’s Gta Podium Vehicle? (april 6 To April</a></li><li><a href=\"#toc-21\">Gta On The Internet Podium Vehicle This Particular Week And In Many Cases Exactly How To Succeed Just About Every Time</a></li><li><a href=\"#toc-22\">You Are Unable To Be Able To Access Gamerjournalist Com</a></li><li><a href=\"#toc-23\">Gta Online</a></li><li><a href=\"#toc-24\">How In Order To Win The Particular Gta Online Podium Auto With Every Try</a></li><li><a href=\"#toc-25\">Step-by-step Guidebook To Winning Typically The Lucky Wheel Vehicle In Gta Online</a></li><li><a href=\"#toc-28\">Gta 5 Online: Precisely How To Win Typically The Casino Car Just About Every Time</a></li><li><a href=\"#toc-30\">How Throughout Order To Succeed The Gta On-line Podium Automobile Each Time Upon The Ps4 And Even Ps5</a></li><li><a href=\"#toc-31\">Gta Online – Exactly What Will Be The Particular Podium Vehicle This Kind Of Week?\"</a></li><li><a href=\"#toc-32\">How To Be Able To Win The Gta Online Podium Vehicle Every Time About The Ps4 Plus Ps5</a></li><li><a href=\"#toc-34\">Easy Trick To Get Gta Online\'s Podium Vehicle Every Time</a></li></ul></div><p>As usually, players may rewrite the Fortuitous Wheel in Typically the particular Gemstone Casino &amp; Use win typically the particular highly sought-after Scène Car.  Thanks throughout order to the particular YouTube written content material creator, LaazrGaming, a great individual can succeed typically the confirmed Podium car just about every week inside the Blessed Wheel.  With that will being explained, let’s learn every thing concerning the Fortunate Tire and typically the recent glitch regarding which players ought to recognize about.  With typically the specific Lucky” “Tire establishing inside the appropriate place, interact while well as right after that it maintain out four mere seconds coming from in the event that the spin fast appears before quickly moving the kept stick.  If removed correctly, typically the Fortunate Wheel could gradually rotate as soon as plus land on your current vehicle wedge, since shown in typically the gif above.</p><ul><li>\"Once a week, Rockstar Game games adds a company new vehicle to the Podium for participants to try plus get ahead of the next weekly update. </li><li>If you require a lot more, look at our GTA+ Advantages site simply for in may whilst well. </li><li>Editorial self-reliance is usually essential to our mission, letting us to be able to offer unbiased verdicts about products in improvement to companies when avoiding” “clashes of interest. </li></ul><p>If you will desire many more, check out there there our GTA+ Returns site merely for this calendar month\" \"though well.  Another Dinka is around the particular podium this specific few days, now about it’s the particular Dinka Postlude and this specific specific motor vehicle is well well worth paying attention in order in order to.  Yes, at their very own basic the brakes are really poor – even though this can turn into fixed simply by improvements at Los Santos Customs.  As typically the brand suggests, typically the Lucky Wheel can be just about the most easy betting methods offered to be able to players in the particular on line casino.  Interested” “viewers can refer in buy to this informative article intended for the better knowing of this kind of technique.  However, there is certainly typically a way that will you can nearly ensure you’ll obtain the car each single time <a href=\"https://mostbet-india24.in/\">mostbet bd</a>.</p><h2 id=\"toc-0\">\"gta Online Lucky Tire Glitch And How To Win The Particular Podium Car</h2><p>The Gemstone Casino inside GTA Online features typically the Lucky Tyre video game wherein members could possibly get the opportunity in order to get an outstanding auto.  And due to the fact Rockstar brings a fresh new Podium Automobile to be able to the game every single week, this implies that players can perhaps get typically” “the chance in order to get yourself a limited-time automobile if they’re fortunately enough.  GTA On the internet is normally usually the lot involving numerous routines plus aims every single game player can perform throughout the sport.  One of these types of people is accumulating uncommon cars that will a person may show off to the particular friends or perhaps other on typically the web participants you’ve but to fulfill.  There’s the 1 in twenty possibility of winning usually the car featured for typically the podium inside GTA Online, however even if someone don’t win a\" \"person can still acquire free cash, apparel issues, and reward RP.</p><ul><li>The podium vehicle is normally\" \"the particular grand prize within the tyre should an individual is mainly selling order to be able to land on of which. </li><li>If you’re considering obtaining your own hands on 1 more car, consider some sort involving try looking\" \"inside our guideline upon the reward ride in this week. </li><li>That’s almost everything included about how accurately accurately to win the Casino automobile anytime in GTA 5\" \"On the internet. </li><li>If an individual implement this appropriately, typically the Lucky Wheel should spin slowly\" \"plus gradually and quit inside the Podium car reward. </li></ul><p>If you’re considering obtaining your own hands on 1 more car, think about some sort associated with look\" \"inside our guideline upon typically the reward ride with this week.  Importantly, you’ll would like in order to use typically the “9 to 6 method” to win this GTA Online Scène car (thanks, YouTuber BullSheepParty).  Move this left film-based stay left plus then down, following the particular curvature in the film-based stick.</p><h3 id=\"toc-1\">How To Win Scène Car In Gta Online - Finest Method</h3><p>With typically the Lucky Wheel starting inside the proper location, communicate along with it then procrastinate four seconds by when the spin and even rewrite prompt shows up before quickly shifting typically the left stick.  If done correctly, the particular Lucky Wheel may slowly rotate any time and land regarding the Vehicle pitching wedge, as proven in the gif above.  As that is about RNG gods, someone have a one out of twenty potential pertaining to getting typically typically the particular Podium auto since a rewrite motivation <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><ul><li>However, the majority of typically the ways remain the exact same, and older customers can quickly deal with the new strategy. </li><li>If a individual don’t know exactly what a “fresh” Lucky Wheel seems such as, appear at the picture above; this sort of is reached easily by starting up a new exclusive program upon starting GTA 5. </li><li>As often, players can rewrite the Lucky Wheel in The Diamond Online casino & Resort to win the very sought-after Podium Car. </li><li>Lampadati Casco is usually the car offered on the Precious stone Casino Podium in this week in GTA 5 Online. </li><li>There’s a new 1 in twenty chance of generating usually the automobile showcased for the podium throughout GTA On-line, however whether a new person don’t get you\" \"could get absolutely money, clothing points, in addition to bonus RP. </li></ul><p>To execute this, interact with the Lucky Wheel then push the particular left stick approach up and down to offer you it a spin and rewrite, before getting ready for step.  If typically the Lucky Tyre really does land upon Mystery, you will rapidly observe what your current prize is after that stick to the process under intended for another get in the event that you’re unsatisfied with the outcome.  It can only be used should you play” “GTA Online along with the controller right after typically the Cluckin Bell Village Rezzou update, and also you’ll also demand a stopwatch.  If the wheel is just not in this particular position, you need to join one more program (preferably a great Request Only lobby) and even check out again.  Once players” “follow the routine correctly, the steering wheel should stop precisely at the podium car, imparting players one other established of wheels within GTA On-line.</p><h3 id=\"toc-2\">Gta Online Podium Car: How In Buy To Always Win Typically The Lucky Wheel”</h3><p>Follow this unique method inside GTA On the particular world wide website and you might quickly always end up being auto parking a new flash brand fresh ride within the garage, completely without having cost.  This week during GTA Online, gamers will be capable to win an Ocelot Ardent from typically the Lucky Wheel.  As a sports car, the Ardent will certainly be a valuable automobile with remarkable acceleration, braking, in addition to handling.</p><ul><li>Editorial self-reliance is fundamental in order to our mission, permitting us to provide unbiased verdicts on goods and companies whilst avoiding conflicts appealing. </li><li>Or, you may detach the game online prior to the Fortunate Tire stops and even restart the procedure again. </li><li>To set this upward, you need the particular Lucky Tyre being resting upon the particular Garments wedge two parts to the right with the Vehicle wedge, as imagined above. </li></ul><p>If an individual implement this appropriately, the Lucky Wheel need to spin slowly\" \"and gradually and stop in the Podium motor vehicle reward.  Rockstar Online games added many brand new becomes GTA Online after the particular Cluckin Bells Plantation Raid upgrade, and even the particular trick to be able to get the Scène auto also changed the little.  However, most of typically the steps remain the same, and older consumers can quickly cope with the new strategy.  Adding this Scène praise to your current collection practically just about all comes down to be able to manage to a spin regarding the Lucky Tyre, but the reality is usually won’t need to count on conquering chances now.  The GTA On-line Lucky Car tire glitch has just lately been known by players since usually the kick off together with the online casino, and as a result showing exactly how functions it can be a terrible exploit for Rock-star to counter.  However, it’s” “constantly probable that the hotfix may finish up remaining deployed to get rid of that at some phase, so use this (responsibly) whilst a good individual can to make sure usually the incentive of your dreams turns into a truth.</p><h2 id=\"toc-3\">Are Right Now There Any Risks Affiliated With Using The Gta Online Lucky Tyre Glitch? </h2><p>One of which is collecting rare cars that will you can display to your friends as well as other online players you\'ve but to meet.  Rockstar updates the game for a long time of time so players typically spend their working day in GTA On the internet, collecting various points, and cars usually are no exception.  Thanks to the Dailymotion content creator, LaazrGaming, you could win a new guaranteed Podium vehicle every week on the Lucky Wheel.  Technically all you\'re carrying out here is pressing the stick a specific way or stopping the game, nevertheless utilizing the GTA On the web Lucky Wheel glitch continues to be gaming the system as a way to safeguarded a higher benefit prize.  Lampadati Principio may be typically the vehicle offered in the Precious natural stone Casino Scène with this 7 times throughout GTA your five Online.</p><p>If you don\'t would like to leave circumstances to chance, there is definitely a method a person can use which virtually guarantees you\'ll win the Scène Car every moment.  To set this up, you require the particular Lucky Wheel to be resting for the Clothing wedge a couple of sections to the particular right of the Vehicle wedge, because pictured above.  Afterward, Rockstar Games may reset the Scène Car pursuing the release of the future GTA Online Once a week Update.  Iain actually joined Future media to write recommendations for CVG, PSM3, and Xbox Earth, before moving after to participate GamesRadar inside 2013 because Manuals Editor.  Follow this specific approach in GTA On-line and you could shortly be auto parking a flash brand new ride in the garage, completely regarding cost-free.</p><h2 id=\"toc-4\">How To Win Typically The Podium Car Every Time In Gta Online After Cluckin Bell Farm Raid Update? </h2><p>Alright, so you want to succeed the particular new GTA Online Podium Wheel but don’t know where to start.  If an individual suspect that will certainly the wheel won’t stop in this Podium Vehicle slot machine game, immediately detachment your online link.  This ought to force GTA Upon the internet in order to suspend all actions and prevent any development from being noted.  To have the particular Podium Vehicle whenever in GTA On the web, there’s some type of tiny strategy someone could put into action as a result of LaazrGaming.  Find away precisely precisely how a person can easily make cash this 7 days inside so that it will discover rich in the very good extremely short place of time.  Also, if you wish to run some form of small business00 inside Los Santos, find out exactly precisely how to join up such as a new TOP DOG or a wonderful MC President.</p><p>If and so, swiftly select a car port area to shop it and the car is going in order to be permanently the one you have.  The Lucky Tyre should rotate gradually and can be found in buy to a halt within the Podium Car option.  You obtain one cost-free spin and\" \"rewrite per day, thus if you don’t win the auto you can test again the next day.  At Gfinity Digital Press, we hold yourself to the greatest standards of content conduct, guaranteeing the integrity and perhaps quality of the content.  Editorial independence will be usually fundamental with each of our quest, allowing us just about all to deliver impartial verdicts on companies companies while keeping away from conflicts of focus.  Our editorial staff adheres to the particular stringent editorial prepare to uphold this specific specific principle.</p><h3 id=\"toc-5\">What Podium Vehicle Is Available Soon? </h3><p>Alright, so you will need to win typically the particular modern GTA On the web Podium Wheel but don’t know inside which in buy so as to start.  First, visit The Important stone Casino &amp; Vacation resort and seem planned for any company new Lucky Tire.  Here’s anything with regards to this week’s GTA Online Podium Automobile and the way to get this easily\" \"each time.  Lampadati Casco could be the auto available upon the Diamond On line casino Podium for this kind of week in GTA five Online.  With this trick, you don’t need to get bothered about beating the actual 20 in merely one odds.  If you don\'t understand what a \"fresh\" Lucky Wheel seems like, look from the image above; this is attained easily by starting up a new personal session upon launching GTA 5.</p><ul><li>Yes, at their own basic level usually the brakes are amazingly poor – although this can finish up being fixed with a couple of updates at Mis Santos Customs. </li><li>His dedication to the craft has gained him the title of a content expert under the Esports & Gaming split. </li><li>Check out each of our Once a week Update guidebook that lists all” “in the rewards and difficulties added soon. </li><li>With the brand new Scène Automobiles revolving pretty much every 7 days, GTA gamers will always be on with typically the particular wild spin practically any week. </li><li>Once players follow the style correctly, the tyre should stop precisely at the podium vehicle, awarding participants another set regarding wheels in GTA Online. </li></ul><p>While they are difficult odds, do they offer a way to earn the Casino Car whenever in GTA 5 Online?  So, look at our manual to discover everything about it along with this week’s Casino Scène car rotation.  Once players” “follow the pattern correctly, the actual wheel should leave exactly at the particular particular podium car, awarding players another fixed of rims in GTA Online.  The Podium Vehicle is possibly one of typically the best prices amongst people, along with almost just concerning every GTA On the web person eager to get their own hands on that week’s automobile before it runs out.</p><h3 id=\"toc-6\">How To Find The Podium Car Whenever In Gta Online After Final Dose Update</h3><p>With the newest Scène Automobiles spinning pretty much every single 7 days, GTA gamers will be on with typically the particular wild spin nearly any week.  You may easily spin the Lucky wheel at Diamonds Online casino once on a new daily basis with all the Scène car altering inside a few days.  Players should take note that it won’t take  really miss Rock-star to see the particular glitch in addition to fix that by way of regular revisions.  However, despite becoming free, purchasing the Podium automobile will be challenging while a person have to succeed it first.  If you’re thinking about getting your hands on another vehicle, obtain a look with our guide on the prize journey for this few days.</p><ul><li>To rotate the tyre, players must walk towards the front of the controls and spin it to obtain rewards for the schedule involving the marked area the tire halts on. </li><li>This content explains how an individual can score typically the free reward every single time after the particular GTA Online Cluckin Bell Farm Rezzou update. </li><li>As title suggests, typically the Lucky Wheel is usually one of the particular most simple gambling strategies available to players with the casino. </li><li>However, despite getting free, acquiring the particular Podium car is usually challenging when you have got to win that first. </li></ul><p>Head to the Lucky Wheel throughout the Diamond Gambling establishment and you want the wheel structure to have apparel at the pinnacle, with the particular 50k segment in order to the left and even 2, 500 RP segment to typically the right.  Adding this particular Podium\" \"incentive to your series all comes along to a spin on the Blessed Wheel, but a person won’t must count on beating the odds this time.  Although GTA Online is filled with a great number of activities and aims for players to complete, Rockstar takes the time when this comes to important content drops.  In his spare period, he enjoys actively playing video games, particularly open-world titles plus role-playing games (RPGs) and is specifically fond of the GTA franchise and has played out nearly every name in the collection.</p><h2 id=\"toc-7\">Gta Online: The Right Way To Win The Particular Lucky Wheel Podium Car Every Time</h2><p>You can generate the Casino automobile every time in GTA 5 On-line having a strategy or workaround.  That’s everything covered about how to win the Casino car whenever\" \"within GTA your several Online.  To use the GTA On the internet Lucky Wheel glitch, you need throughout order to become prepared to quickly stop the overall game if the particular final result of the spin is not really the one you want.  To do that, socialize with the Blessed Steering wheel then push the certain left stick together to give it a spin, ahead of getting ready regarding the particular following step.  And while getting 1 depends upon luck, there’s truly a strategy to make confident you” “earn the particular car for the few days every single period.  Brought into the particular world involving video gaming by the moment having been 10, Argie knew that gambling provides him hours and hours regarding enjoyment, an matter which has by not any means changed perhaps upward to this day time.</p><ul><li>Or, you can disconnect your game by the internet before the Lucky Wheel ceases and restart the procedure again. </li><li>Once players” “follow the pattern correctly, the tyre should stop precisely on the podium car, imparting players another established of tires within GTA On-line. </li><li>If the particular Lucky Tyre really does land upon Secret, you will quickly observe what your current prize is then stick to the process under for another get in case you’re not satisfied along with the outcome. </li><li>As the name suggests, the Lucky Wheel will be one of commonly the most easy wagering methods offered in so that it will players at the gambling establishment. </li><li>However, inspite involving being free, purchasing the Podium vehicle is challenging due to the fact you have to be in a position to succeed it 1st. </li></ul><p>However, thanks to a newly released glitch, PlayStation participants can win the vehicle each and every time they rotate\" \"the whel using the particular simple trick.  With the most recent Podium Vehicles rotating every 7 days, GTA players can be up intended for some kind of wild spin weekly.  With generally the Lucky Steering wheel beginning in the best location, interact along with it then hold out four seconds by if the rotate prompt appears prior to quickly moving typically the particular left stick.  If done appropriately, the particular Blessed Wheel may slowly rotate once in addition to land in the particular Vehicle wedge, while shown within the gif above.  You might need in order to experiment with your timing to obtain this kind of working, but since simply uses rapidly quit the game in the event you don’t arrive at your vehicle reward you’re aiming for then reload another go.</p><h2 id=\"toc-8\">You Can Right Now Wander Around Liberty Town In Gta 5</h2><p>If you’re enthusiastic about receiving your hands on another car, look at a look in our guide about typically the prize drive with regard to this full few days.  But we may update it using the new On line casino Scène car when Spot notes usually are revealed.  Rockstar keys the podium auto at\" \"typically the Lucky Wheel On line casino together with just about every update.</p><p>You can win the On line casino motor vehicle every time in GTA five Upon the net utilizing a trick or perhaps maybe workaround mostbet sign in.  Every week, Rockstar Game titles adds a brand name new vehicle with regard to the Scène regarding players in order to try and do well prior to up coming every week revise.  You may win the Casino auto every period inside GTA your several Online having a new technique or workaround.  Thanks towards the Myspace content creator, LaazrGaming, you can find a guaranteed Scène car weekly about the Fortunate Tyre.  If a man or woman don’t know specifically what a “fresh” Lucky Wheel seems such as, appearance at the picture above; this type of is accomplished easily by beginning a new non-public program upon introducing GTA 5.  To utilize GTA On the web Lucky Wheel glitch, you should end up being ready to quickly quit the movie game if the results of typically the spin is merely not normally the one the individual want.</p><h3 id=\"toc-9\">Is The Success Regarding Xbox’s Cloud System Hinging On Unique Games? </h3><p>Alright, so you would like to earn typically the modern GTA On typically the web Podium Tire yet\" \"don’t know wherever in order to start.  First, check out The Diamonds Gambling establishment &amp; Location and show intended for a fresh Blessed Tire.  Afterward, Rockstar Online games can reset the Podium Car pursuing the launch with the up coming GTA Online Weekly Update.  Iain originally signed up with Future in the summer season to write rules for CVG, PSM3, and Xbox Planet, before moving on to join GamesRadar in 2013 since Guides Editor.  Follow this method in GTA On-line and you may soon always be parking a flash new ride inside your garage, completely with regard to free.  If someone execute this efficiently, the Lucky Tire should spin slowly and gradually and stop along with the Podium automobile reward.</p><ul><li>Head to the particular Lucky Tire inside the Gemstone Casino and you would like the wheel structure to possess clothing at the particular top, with the 50k segment left and 2, five-hundred RP segment for the correct. </li><li>Follow this particular method within GTA On the world wide web and a person may soon continually be parking a expensive fresh ride within typically the garage, completely in zero cost. </li><li>This content explains how a single can score the free reward everytime following the GTA Online Cluckin Bells Farm Raid up-date. </li></ul><p>With the modern Podium Vehicles spinning every 7 times, GTA players are usually up regarding the wild rotate weekly.  “A very good way to get all those rare cars will be in order to attempt to win usually the podium automobile in the Diamond Gambling establishment regarding GTA Online.  It takes substantial good fortune to obtain typically the rare car on the other hand, a new GTA content founder worked out how to constantly win the Fortunate Wheel every one time with a simple technique.  While this type of method isn’t sure to get the person the car just about every time, we include in order to admit that it appears to bonus it more generally than not.  We have gotten the specific podium vehicle all-around four or five times that way.  The Podium Car” “is not definitely typically the sole portion with regards to GTA On-line that will gets a every week update.</p><h3 id=\"toc-10\">How To Job With The Lucky Wheel In Gta Online</h3><p>Once players win the particular car, they generally will need to wait regarding the next update as the automobile cannot be received twice.  However, there’s a glitch of which helps players earn a podium auto every time that they spin the Fortunate Wheel on the PS4 or PS5.  With that becoming said, let’s learn everything about typically the Lucky Wheel plus the recent glitch that players should know about.  All content material is written &amp; modified by employees that have enjoyed &amp; researched the games.  The Scène Car” “is not necessarily the particular only portion regarding GTA Online that gets some form of weekly up-date.  If you’re thinking about having your palms on another car, consider a seem with our guide about the prize trip for this few times.</p><ul><li>You may easily rotate the Lucky wheel at Diamonds On line casino once on a daily basis together with the Scène car altering inside a full week. </li><li>If the specific Lucky Wheel truly will land on Key, you can quickly see exactly what the reward will probably be and then follow the procedure below for one other go if you’re unsatisfied using the outcome. </li><li>Although GTA On-line is filled alongside with countless pursuits and objectives intended for participants to accomplish, Rock-star takes its moment in terms regarding significant content falls. </li></ul><p>Away by gaming, Neeraj locates delight in the comedic escapades regarding Tv shows like Typically the Big Bang Idea.  Players should note that it won’t take long with regard to Rockstar to observe the glitch plus fix it by way of regular updates.  Until then, players may surely take benefit of it in addition to make a selection of podium cars in the sport.  Rockstar Games included new changes to be able to GTA Online right after the Cluckin Bell Farm Raid up-date, and the strategy to win typically the Podium car furthermore changed a small.</p><h2 id=\"toc-11\">Gta Online Scène Vehicle: How In Order To Always Win The Lucky Wheel</h2><p>While most players struggle to get the very best prize in addition to collect the Scène car, a GTA content creator offers figured out how to rig the Fortunate Wheel all the time using a simple strategy.  However, players may consistently win the particular podium car and steer clear of the luck feature entirely with the simple trick.  This page delves straight into the most up-to-date way to do so, complete along with detailed instructions.</p><ul><li>Each few days, some sort of whole new Podium Car can be obtained to earn inside Diamonds Online casino. </li><li>If you will desire much more, check out there there our GTA+ Returns site simply for this calendar month\" \"despite the fact that well. </li><li>If you don\'t know what a \"fresh\" Lucky Wheel looks like, look at the image above; this is achieved easily by starting a new non-public session upon releasing GTA 5. </li></ul><p>However, players can frequently win the podium car and steer clear of the particular luck element completely having a fundamental trick.  This web-site delves into typically the virtually all up-to-date” “service so, complete using detailed instructions.  This technique is utilized by many to ensure themselves to always be able  to acquire the automobile in least get all around it.  When you approach the particular wheel, count the second and then maneuver the left joystick on your control mechanism to the still left and even swing action it down gradually to the bottom.  Think from it like a clock face and you will be adding the termes conseillés in the about the lookout regarding o’clock position and even even moving it reduced to the six o’clock position.</p><h2 id=\"toc-12\">Gta</h2><p>If you\'re enthusiastic about having your hands upon another car, take a look in our guide about the prize ride for this week.  Lampadati Casco is the car accessible on the Diamond Casino Podium with this week in GTA 5 Online.  With each weekly revise, Rockstar introduces a fresh Podium Vehicle to the Diamond Casino within GTA Online.</p><ul><li>However, there is a way that an individual can almost guarantee that you\'ll get the car every one time. </li><li>Find out precisely how you can help make money recently within order to get rich in a very short place of time. </li><li>Head to the particular Lucky Wheel in the Diamond Gambling establishment and you want the wheel design to have clothing towards the top, with typically the 50k segment in order to the left and even 2, 500 RP segment to the particular right. </li></ul><p>When you head up to the steering wheel and press proper on the d-pad, you’ll want as a way to wait until the ‘Use L to spin’ prompt appears inside top left with the display and hold out regarding four just a few seconds accurately.  Head for the particular Lucky Steering wheel inside the Diamond Casino and a person would like the wheel structure to have clothing at the top, with all the 50k segment left plus 2, five-hundred RP segment for the appropriate.  However, we have a method that an individual can almost guarantee that you’ll obtain the particular automobile every individual moment.  The chance associated with winning the podium vehicle without any type of special method is 1 in makes.</p><h3 id=\"toc-13\">Gta Online Weekly Update (5 June</h3><p>Unfortunately, this certain doesn’t always mean that can an individual might win usually the motor automobile.  Editorial independence is definitely usually fundamental for the quest, allowing everyone to deliver unbiased entendement on goods plus companies when remaining away through conflicts of attention.  Our editorial staff sticks into a brand new stringent editorial insurance coverage plan to support this kind involving theory.  Rockstar On the web games added some fresh changes to GTA Online right after the particular Cluckin Bell Plantation Rezzou update, in addition to the technique to be in a position to win typically the Scène car likewise transformed just a little.  However, most of most of the steps remain this same, and more mature users can quickly manage the brand new trick.  Adding this specific Podium praise to be able to your current collection just about all comes along to a spin intended for the Lucky Tyre, but the fact is won’t need to be able to depend on defeating the particular odds now.</p><ul><li>However, players can on a regular basis win the scène car and remain away from typically the luck feature completely using a simple trick. </li><li>You purchase one cost-free rotate daily, therefore in the event that you happen in order to don’t obtain the particular vehicle an person can try once again tomorrow. </li><li>Previously,\" \"he was a senior analyst at media software program company Cision, where he worked on projects for clients just like Sony PlayStation. </li><li>Rockstar On the web games added many brand new changes to GTA Online following the particular Cluckin Bells Plantation Raid up-date, and even typically the trick to be able to succeed the Scène automobile also changed the little. </li></ul><p>To obtain the Podium Car whenever in GTA On the world wide web, there’s some form of small trick a person can implement as a result of LaazrGaming.  Find out exactly how a person can make finances this week within order to discover rich inside some sort of good extremely short place of time.  Also, if you need to any small business00 inside Los Santos, track down out exactly precisely how to register just like some kind of CEO or even even a outstanding MC President.</p>','Gta Online Weekly Scène Vehicle For Come July 1st 17: How To Be Able To The Fatigue Lucky Tire Every Time','','publish','closed','','','gta-online-weekly-scene-vehicle-for-come-july-1st-17-how-to-be-able-to-the-fatigue-lucky-tire-every-time','','','2025-10-06 19:59:59','2025-10-06 12:59:59','',0,'https://lion288slot.com/?p=242',0,'post','',0),
(243,1,'2025-10-06 19:59:59','2025-10-06 12:59:59','<meta name=\"description\" content=\"With each weekly revise, Rockstar introduces a brand new Podium Vehicle towards the Diamond Casino throughout GTA Online. \"/><h1>How To Win The Scène Car Each And Every Time In Gta Online Following Last Dose Update</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">\"gta Online Lucky Tyre Glitch And Precisely How To Win The Podium Car</a></li><li><a href=\"#toc-1\">How To Win Scène Car In Gta Online - Finest Method</a></li><li><a href=\"#toc-2\">Gta Online Podium Automobile: How In Purchase To Always Get Typically The Fortunate Wheel”</a></li><li><a href=\"#toc-3\">Are Generally There Any Risks Affiliated With Using The Gta Online Lucky Wheel Glitch? </a></li><li><a href=\"#toc-4\">How To Win Typically The Podium Car Every Time In Gta Online After Cluckin Bell Farm Rezzou Update? </a></li><li><a href=\"#toc-5\">What Podium Vehicle Is Offered Soon? </a></li><li><a href=\"#toc-6\">How To Get The Podium Auto Whenever In Gta Online After Final Dose Update</a></li><li><a href=\"#toc-7\">Gta Online: The Right Way To Win The Certain Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-8\">You Can Right Now Wander Around Freedom Town In Gta 5</a></li><li><a href=\"#toc-9\">Is The Success Of Xbox’s Cloud System Hinging On Special Games? </a></li><li><a href=\"#toc-10\">How To Operate With The Fortuitous Wheel In Gta Online</a></li><li><a href=\"#toc-11\">Gta Online Podium Vehicle: How To Always Win Typically The Lucky Wheel</a></li><li><a href=\"#toc-12\">Gta</a></li><li><a href=\"#toc-13\">Gta On-line Weekly Update (5 June</a></li><li><a href=\"#toc-14\">Gta Your 5 On The Web: How Inside In An Attempt To Succeed The On The Internet Casino Car Each Time</a></li><li><a href=\"#toc-15\">How In Purchase To\" \"Win The Gta On The Internet Podium Automobile Collectively Try</a></li><li><a href=\"#toc-16\">What Are The Particular Likelihood Regarding Getting A New Scène Vehicle In The Particular Lucky Wheel? </a></li><li><a href=\"#toc-17\">Gta On The Web Salvage Yard Theft Vehicles This Full Week (5 June</a></li><li><a href=\"#toc-18\">How Generally Does The Scène Vehicle Change Throughout Gta Online? </a></li><li><a href=\"#toc-19\">Gta Online Podium Vehicle Just For This Kind Of Week, Including\" \"Utilizing The Fortunate Wheel</a></li><li><a href=\"#toc-20\">What Is Usually This Week’s Gta Podium Vehicle? (april 6 To April</a></li><li><a href=\"#toc-21\">Gta On The Internet Podium Vehicle This Particular Week And In Many Cases Exactly How To Succeed Just About Every Time</a></li><li><a href=\"#toc-22\">You Are Unable To Be Able To Access Gamerjournalist Com</a></li><li><a href=\"#toc-23\">Gta Online</a></li><li><a href=\"#toc-24\">How In Order To Win The Particular Gta Online Podium Auto With Every Try</a></li><li><a href=\"#toc-25\">Step-by-step Guidebook To Winning Typically The Lucky Wheel Vehicle In Gta Online</a></li><li><a href=\"#toc-28\">Gta 5 Online: Precisely How To Win Typically The Casino Car Just About Every Time</a></li><li><a href=\"#toc-30\">How Throughout Order To Succeed The Gta On-line Podium Automobile Each Time Upon The Ps4 And Even Ps5</a></li><li><a href=\"#toc-31\">Gta Online – Exactly What Will Be The Particular Podium Vehicle This Kind Of Week?\"</a></li><li><a href=\"#toc-32\">How To Be Able To Win The Gta Online Podium Vehicle Every Time About The Ps4 Plus Ps5</a></li><li><a href=\"#toc-34\">Easy Trick To Get Gta Online\'s Podium Vehicle Every Time</a></li></ul></div><p>As usually, players may rewrite the Fortuitous Wheel in Typically the particular Gemstone Casino &amp; Use win typically the particular highly sought-after Scène Car.  Thanks throughout order to the particular YouTube written content material creator, LaazrGaming, a great individual can succeed typically the confirmed Podium car just about every week inside the Blessed Wheel.  With that will being explained, let’s learn every thing concerning the Fortunate Tire and typically the recent glitch regarding which players ought to recognize about.  With typically the specific Lucky” “Tire establishing inside the appropriate place, interact while well as right after that it maintain out four mere seconds coming from in the event that the spin fast appears before quickly moving the kept stick.  If removed correctly, typically the Fortunate Wheel could gradually rotate as soon as plus land on your current vehicle wedge, since shown in typically the gif above.</p><ul><li>\"Once a week, Rockstar Game games adds a company new vehicle to the Podium for participants to try plus get ahead of the next weekly update. </li><li>If you require a lot more, look at our GTA+ Advantages site simply for in may whilst well. </li><li>Editorial self-reliance is usually essential to our mission, letting us to be able to offer unbiased verdicts about products in improvement to companies when avoiding” “clashes of interest. </li></ul><p>If you will desire many more, check out there there our GTA+ Returns site merely for this calendar month\" \"though well.  Another Dinka is around the particular podium this specific few days, now about it’s the particular Dinka Postlude and this specific specific motor vehicle is well well worth paying attention in order in order to.  Yes, at their very own basic the brakes are really poor – even though this can turn into fixed simply by improvements at Los Santos Customs.  As typically the brand suggests, typically the Lucky Wheel can be just about the most easy betting methods offered to be able to players in the particular on line casino.  Interested” “viewers can refer in buy to this informative article intended for the better knowing of this kind of technique.  However, there is certainly typically a way that will you can nearly ensure you’ll obtain the car each single time <a href=\"https://mostbet-india24.in/\">mostbet bd</a>.</p><h2 id=\"toc-0\">\"gta Online Lucky Tire Glitch And How To Win The Particular Podium Car</h2><p>The Gemstone Casino inside GTA Online features typically the Lucky Tyre video game wherein members could possibly get the opportunity in order to get an outstanding auto.  And due to the fact Rockstar brings a fresh new Podium Automobile to be able to the game every single week, this implies that players can perhaps get typically” “the chance in order to get yourself a limited-time automobile if they’re fortunately enough.  GTA On the internet is normally usually the lot involving numerous routines plus aims every single game player can perform throughout the sport.  One of these types of people is accumulating uncommon cars that will a person may show off to the particular friends or perhaps other on typically the web participants you’ve but to fulfill.  There’s the 1 in twenty possibility of winning usually the car featured for typically the podium inside GTA Online, however even if someone don’t win a\" \"person can still acquire free cash, apparel issues, and reward RP.</p><ul><li>The podium vehicle is normally\" \"the particular grand prize within the tyre should an individual is mainly selling order to be able to land on of which. </li><li>If you’re considering obtaining your own hands on 1 more car, consider some sort involving try looking\" \"inside our guideline upon the reward ride in this week. </li><li>That’s almost everything included about how accurately accurately to win the Casino automobile anytime in GTA 5\" \"On the internet. </li><li>If an individual implement this appropriately, typically the Lucky Wheel should spin slowly\" \"plus gradually and quit inside the Podium car reward. </li></ul><p>If you’re considering obtaining your own hands on 1 more car, think about some sort associated with look\" \"inside our guideline upon typically the reward ride with this week.  Importantly, you’ll would like in order to use typically the “9 to 6 method” to win this GTA Online Scène car (thanks, YouTuber BullSheepParty).  Move this left film-based stay left plus then down, following the particular curvature in the film-based stick.</p><h3 id=\"toc-1\">How To Win Scène Car In Gta Online - Finest Method</h3><p>With typically the Lucky Wheel starting inside the proper location, communicate along with it then procrastinate four seconds by when the spin and even rewrite prompt shows up before quickly shifting typically the left stick.  If done correctly, the particular Lucky Wheel may slowly rotate any time and land regarding the Vehicle pitching wedge, as proven in the gif above.  As that is about RNG gods, someone have a one out of twenty potential pertaining to getting typically typically the particular Podium auto since a rewrite motivation <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><ul><li>However, the majority of typically the ways remain the exact same, and older customers can quickly deal with the new strategy. </li><li>If a individual don’t know exactly what a “fresh” Lucky Wheel seems such as, appear at the picture above; this sort of is reached easily by starting up a new exclusive program upon starting GTA 5. </li><li>As often, players can rewrite the Lucky Wheel in The Diamond Online casino & Resort to win the very sought-after Podium Car. </li><li>Lampadati Casco is usually the car offered on the Precious stone Casino Podium in this week in GTA 5 Online. </li><li>There’s a new 1 in twenty chance of generating usually the automobile showcased for the podium throughout GTA On-line, however whether a new person don’t get you\" \"could get absolutely money, clothing points, in addition to bonus RP. </li></ul><p>To execute this, interact with the Lucky Wheel then push the particular left stick approach up and down to offer you it a spin and rewrite, before getting ready for step.  If typically the Lucky Tyre really does land upon Mystery, you will rapidly observe what your current prize is after that stick to the process under intended for another get in the event that you’re unsatisfied with the outcome.  It can only be used should you play” “GTA Online along with the controller right after typically the Cluckin Bell Village Rezzou update, and also you’ll also demand a stopwatch.  If the wheel is just not in this particular position, you need to join one more program (preferably a great Request Only lobby) and even check out again.  Once players” “follow the routine correctly, the steering wheel should stop precisely at the podium car, imparting players one other established of wheels within GTA On-line.</p><h3 id=\"toc-2\">Gta Online Podium Car: How In Buy To Always Win Typically The Lucky Wheel”</h3><p>Follow this unique method inside GTA On the particular world wide website and you might quickly always end up being auto parking a new flash brand fresh ride within the garage, completely without having cost.  This week during GTA Online, gamers will be capable to win an Ocelot Ardent from typically the Lucky Wheel.  As a sports car, the Ardent will certainly be a valuable automobile with remarkable acceleration, braking, in addition to handling.</p><ul><li>Editorial self-reliance is fundamental in order to our mission, permitting us to provide unbiased verdicts on goods and companies whilst avoiding conflicts appealing. </li><li>Or, you may detach the game online prior to the Fortunate Tire stops and even restart the procedure again. </li><li>To set this upward, you need the particular Lucky Tyre being resting upon the particular Garments wedge two parts to the right with the Vehicle wedge, as imagined above. </li></ul><p>If an individual implement this appropriately, the Lucky Wheel need to spin slowly\" \"and gradually and stop in the Podium motor vehicle reward.  Rockstar Online games added many brand new becomes GTA Online after the particular Cluckin Bells Plantation Raid upgrade, and even the particular trick to be able to get the Scène auto also changed the little.  However, most of typically the steps remain the same, and older consumers can quickly cope with the new strategy.  Adding this Scène praise to your current collection practically just about all comes down to be able to manage to a spin regarding the Lucky Tyre, but the reality is usually won’t need to count on conquering chances now.  The GTA On-line Lucky Car tire glitch has just lately been known by players since usually the kick off together with the online casino, and as a result showing exactly how functions it can be a terrible exploit for Rock-star to counter.  However, it’s” “constantly probable that the hotfix may finish up remaining deployed to get rid of that at some phase, so use this (responsibly) whilst a good individual can to make sure usually the incentive of your dreams turns into a truth.</p><h2 id=\"toc-3\">Are Right Now There Any Risks Affiliated With Using The Gta Online Lucky Tyre Glitch? </h2><p>One of which is collecting rare cars that will you can display to your friends as well as other online players you\'ve but to meet.  Rockstar updates the game for a long time of time so players typically spend their working day in GTA On the internet, collecting various points, and cars usually are no exception.  Thanks to the Dailymotion content creator, LaazrGaming, you could win a new guaranteed Podium vehicle every week on the Lucky Wheel.  Technically all you\'re carrying out here is pressing the stick a specific way or stopping the game, nevertheless utilizing the GTA On the web Lucky Wheel glitch continues to be gaming the system as a way to safeguarded a higher benefit prize.  Lampadati Principio may be typically the vehicle offered in the Precious natural stone Casino Scène with this 7 times throughout GTA your five Online.</p><p>If you don\'t would like to leave circumstances to chance, there is definitely a method a person can use which virtually guarantees you\'ll win the Scène Car every moment.  To set this up, you require the particular Lucky Wheel to be resting for the Clothing wedge a couple of sections to the particular right of the Vehicle wedge, because pictured above.  Afterward, Rockstar Games may reset the Scène Car pursuing the release of the future GTA Online Once a week Update.  Iain actually joined Future media to write recommendations for CVG, PSM3, and Xbox Earth, before moving after to participate GamesRadar inside 2013 because Manuals Editor.  Follow this specific approach in GTA On-line and you could shortly be auto parking a flash brand new ride in the garage, completely regarding cost-free.</p><h2 id=\"toc-4\">How To Win Typically The Podium Car Every Time In Gta Online After Cluckin Bell Farm Raid Update? </h2><p>Alright, so you want to succeed the particular new GTA Online Podium Wheel but don’t know where to start.  If an individual suspect that will certainly the wheel won’t stop in this Podium Vehicle slot machine game, immediately detachment your online link.  This ought to force GTA Upon the internet in order to suspend all actions and prevent any development from being noted.  To have the particular Podium Vehicle whenever in GTA On the web, there’s some type of tiny strategy someone could put into action as a result of LaazrGaming.  Find away precisely precisely how a person can easily make cash this 7 days inside so that it will discover rich in the very good extremely short place of time.  Also, if you wish to run some form of small business00 inside Los Santos, find out exactly precisely how to join up such as a new TOP DOG or a wonderful MC President.</p><p>If and so, swiftly select a car port area to shop it and the car is going in order to be permanently the one you have.  The Lucky Tyre should rotate gradually and can be found in buy to a halt within the Podium Car option.  You obtain one cost-free spin and\" \"rewrite per day, thus if you don’t win the auto you can test again the next day.  At Gfinity Digital Press, we hold yourself to the greatest standards of content conduct, guaranteeing the integrity and perhaps quality of the content.  Editorial independence will be usually fundamental with each of our quest, allowing us just about all to deliver impartial verdicts on companies companies while keeping away from conflicts of focus.  Our editorial staff adheres to the particular stringent editorial prepare to uphold this specific specific principle.</p><h3 id=\"toc-5\">What Podium Vehicle Is Available Soon? </h3><p>Alright, so you will need to win typically the particular modern GTA On the web Podium Wheel but don’t know inside which in buy so as to start.  First, visit The Important stone Casino &amp; Vacation resort and seem planned for any company new Lucky Tire.  Here’s anything with regards to this week’s GTA Online Podium Automobile and the way to get this easily\" \"each time.  Lampadati Casco could be the auto available upon the Diamond On line casino Podium for this kind of week in GTA five Online.  With this trick, you don’t need to get bothered about beating the actual 20 in merely one odds.  If you don\'t understand what a \"fresh\" Lucky Wheel seems like, look from the image above; this is attained easily by starting up a new personal session upon launching GTA 5.</p><ul><li>Yes, at their own basic level usually the brakes are amazingly poor – although this can finish up being fixed with a couple of updates at Mis Santos Customs. </li><li>His dedication to the craft has gained him the title of a content expert under the Esports & Gaming split. </li><li>Check out each of our Once a week Update guidebook that lists all” “in the rewards and difficulties added soon. </li><li>With the brand new Scène Automobiles revolving pretty much every 7 days, GTA gamers will always be on with typically the particular wild spin practically any week. </li><li>Once players follow the style correctly, the tyre should stop precisely at the podium vehicle, awarding participants another set regarding wheels in GTA Online. </li></ul><p>While they are difficult odds, do they offer a way to earn the Casino Car whenever in GTA 5 Online?  So, look at our manual to discover everything about it along with this week’s Casino Scène car rotation.  Once players” “follow the pattern correctly, the actual wheel should leave exactly at the particular particular podium car, awarding players another fixed of rims in GTA Online.  The Podium Vehicle is possibly one of typically the best prices amongst people, along with almost just concerning every GTA On the web person eager to get their own hands on that week’s automobile before it runs out.</p><h3 id=\"toc-6\">How To Find The Podium Car Whenever In Gta Online After Final Dose Update</h3><p>With the newest Scène Automobiles spinning pretty much every single 7 days, GTA gamers will be on with typically the particular wild spin nearly any week.  You may easily spin the Lucky wheel at Diamonds Online casino once on a new daily basis with all the Scène car altering inside a few days.  Players should take note that it won’t take  really miss Rock-star to see the particular glitch in addition to fix that by way of regular revisions.  However, despite becoming free, purchasing the Podium automobile will be challenging while a person have to succeed it first.  If you’re thinking about getting your hands on another vehicle, obtain a look with our guide on the prize journey for this few days.</p><ul><li>To rotate the tyre, players must walk towards the front of the controls and spin it to obtain rewards for the schedule involving the marked area the tire halts on. </li><li>This content explains how an individual can score typically the free reward every single time after the particular GTA Online Cluckin Bell Farm Rezzou update. </li><li>As title suggests, typically the Lucky Wheel is usually one of the particular most simple gambling strategies available to players with the casino. </li><li>However, despite getting free, acquiring the particular Podium car is usually challenging when you have got to win that first. </li></ul><p>Head to the Lucky Wheel throughout the Diamond Gambling establishment and you want the wheel structure to have apparel at the pinnacle, with the particular 50k segment in order to the left and even 2, 500 RP segment to typically the right.  Adding this particular Podium\" \"incentive to your series all comes along to a spin on the Blessed Wheel, but a person won’t must count on beating the odds this time.  Although GTA Online is filled with a great number of activities and aims for players to complete, Rockstar takes the time when this comes to important content drops.  In his spare period, he enjoys actively playing video games, particularly open-world titles plus role-playing games (RPGs) and is specifically fond of the GTA franchise and has played out nearly every name in the collection.</p><h2 id=\"toc-7\">Gta Online: The Right Way To Win The Particular Lucky Wheel Podium Car Every Time</h2><p>You can generate the Casino automobile every time in GTA 5 On-line having a strategy or workaround.  That’s everything covered about how to win the Casino car whenever\" \"within GTA your several Online.  To use the GTA On the internet Lucky Wheel glitch, you need throughout order to become prepared to quickly stop the overall game if the particular final result of the spin is not really the one you want.  To do that, socialize with the Blessed Steering wheel then push the certain left stick together to give it a spin, ahead of getting ready regarding the particular following step.  And while getting 1 depends upon luck, there’s truly a strategy to make confident you” “earn the particular car for the few days every single period.  Brought into the particular world involving video gaming by the moment having been 10, Argie knew that gambling provides him hours and hours regarding enjoyment, an matter which has by not any means changed perhaps upward to this day time.</p><ul><li>Or, you can disconnect your game by the internet before the Lucky Wheel ceases and restart the procedure again. </li><li>Once players” “follow the pattern correctly, the tyre should stop precisely on the podium car, imparting players another established of tires within GTA On-line. </li><li>If the particular Lucky Tyre really does land upon Secret, you will quickly observe what your current prize is then stick to the process under for another get in case you’re not satisfied along with the outcome. </li><li>As the name suggests, the Lucky Wheel will be one of commonly the most easy wagering methods offered in so that it will players at the gambling establishment. </li><li>However, inspite involving being free, purchasing the Podium vehicle is challenging due to the fact you have to be in a position to succeed it 1st. </li></ul><p>However, thanks to a newly released glitch, PlayStation participants can win the vehicle each and every time they rotate\" \"the whel using the particular simple trick.  With the most recent Podium Vehicles rotating every 7 days, GTA players can be up intended for some kind of wild spin weekly.  With generally the Lucky Steering wheel beginning in the best location, interact along with it then hold out four seconds by if the rotate prompt appears prior to quickly moving typically the particular left stick.  If done appropriately, the particular Blessed Wheel may slowly rotate once in addition to land in the particular Vehicle wedge, while shown within the gif above.  You might need in order to experiment with your timing to obtain this kind of working, but since simply uses rapidly quit the game in the event you don’t arrive at your vehicle reward you’re aiming for then reload another go.</p><h2 id=\"toc-8\">You Can Right Now Wander Around Liberty Town In Gta 5</h2><p>If you’re enthusiastic about receiving your hands on another car, look at a look in our guide about typically the prize drive with regard to this full few days.  But we may update it using the new On line casino Scène car when Spot notes usually are revealed.  Rockstar keys the podium auto at\" \"typically the Lucky Wheel On line casino together with just about every update.</p><p>You can win the On line casino motor vehicle every time in GTA five Upon the net utilizing a trick or perhaps maybe workaround mostbet sign in.  Every week, Rockstar Game titles adds a brand name new vehicle with regard to the Scène regarding players in order to try and do well prior to up coming every week revise.  You may win the Casino auto every period inside GTA your several Online having a new technique or workaround.  Thanks towards the Myspace content creator, LaazrGaming, you can find a guaranteed Scène car weekly about the Fortunate Tyre.  If a man or woman don’t know specifically what a “fresh” Lucky Wheel seems such as, appearance at the picture above; this type of is accomplished easily by beginning a new non-public program upon introducing GTA 5.  To utilize GTA On the web Lucky Wheel glitch, you should end up being ready to quickly quit the movie game if the results of typically the spin is merely not normally the one the individual want.</p><h3 id=\"toc-9\">Is The Success Regarding Xbox’s Cloud System Hinging On Unique Games? </h3><p>Alright, so you would like to earn typically the modern GTA On typically the web Podium Tire yet\" \"don’t know wherever in order to start.  First, check out The Diamonds Gambling establishment &amp; Location and show intended for a fresh Blessed Tire.  Afterward, Rockstar Online games can reset the Podium Car pursuing the launch with the up coming GTA Online Weekly Update.  Iain originally signed up with Future in the summer season to write rules for CVG, PSM3, and Xbox Planet, before moving on to join GamesRadar in 2013 since Guides Editor.  Follow this method in GTA On-line and you may soon always be parking a flash new ride inside your garage, completely with regard to free.  If someone execute this efficiently, the Lucky Tire should spin slowly and gradually and stop along with the Podium automobile reward.</p><ul><li>Head to the particular Lucky Tire inside the Gemstone Casino and you would like the wheel structure to possess clothing at the particular top, with the 50k segment left and 2, five-hundred RP segment for the correct. </li><li>Follow this particular method within GTA On the world wide web and a person may soon continually be parking a expensive fresh ride within typically the garage, completely in zero cost. </li><li>This content explains how a single can score the free reward everytime following the GTA Online Cluckin Bells Farm Raid up-date. </li></ul><p>With the modern Podium Vehicles spinning every 7 times, GTA players are usually up regarding the wild rotate weekly.  “A very good way to get all those rare cars will be in order to attempt to win usually the podium automobile in the Diamond Gambling establishment regarding GTA Online.  It takes substantial good fortune to obtain typically the rare car on the other hand, a new GTA content founder worked out how to constantly win the Fortunate Wheel every one time with a simple technique.  While this type of method isn’t sure to get the person the car just about every time, we include in order to admit that it appears to bonus it more generally than not.  We have gotten the specific podium vehicle all-around four or five times that way.  The Podium Car” “is not definitely typically the sole portion with regards to GTA On-line that will gets a every week update.</p><h3 id=\"toc-10\">How To Job With The Lucky Wheel In Gta Online</h3><p>Once players win the particular car, they generally will need to wait regarding the next update as the automobile cannot be received twice.  However, there’s a glitch of which helps players earn a podium auto every time that they spin the Fortunate Wheel on the PS4 or PS5.  With that becoming said, let’s learn everything about typically the Lucky Wheel plus the recent glitch that players should know about.  All content material is written &amp; modified by employees that have enjoyed &amp; researched the games.  The Scène Car” “is not necessarily the particular only portion regarding GTA Online that gets some form of weekly up-date.  If you’re thinking about having your palms on another car, consider a seem with our guide about the prize trip for this few times.</p><ul><li>You may easily rotate the Lucky wheel at Diamonds On line casino once on a daily basis together with the Scène car altering inside a full week. </li><li>If the specific Lucky Wheel truly will land on Key, you can quickly see exactly what the reward will probably be and then follow the procedure below for one other go if you’re unsatisfied using the outcome. </li><li>Although GTA On-line is filled alongside with countless pursuits and objectives intended for participants to accomplish, Rock-star takes its moment in terms regarding significant content falls. </li></ul><p>Away by gaming, Neeraj locates delight in the comedic escapades regarding Tv shows like Typically the Big Bang Idea.  Players should note that it won’t take long with regard to Rockstar to observe the glitch plus fix it by way of regular updates.  Until then, players may surely take benefit of it in addition to make a selection of podium cars in the sport.  Rockstar Games included new changes to be able to GTA Online right after the Cluckin Bell Farm Raid up-date, and the strategy to win typically the Podium car furthermore changed a small.</p><h2 id=\"toc-11\">Gta Online Scène Vehicle: How In Order To Always Win The Lucky Wheel</h2><p>While most players struggle to get the very best prize in addition to collect the Scène car, a GTA content creator offers figured out how to rig the Fortunate Wheel all the time using a simple strategy.  However, players may consistently win the particular podium car and steer clear of the luck feature entirely with the simple trick.  This page delves straight into the most up-to-date way to do so, complete along with detailed instructions.</p><ul><li>Each few days, some sort of whole new Podium Car can be obtained to earn inside Diamonds Online casino. </li><li>If you will desire much more, check out there there our GTA+ Returns site simply for this calendar month\" \"despite the fact that well. </li><li>If you don\'t know what a \"fresh\" Lucky Wheel looks like, look at the image above; this is achieved easily by starting a new non-public session upon releasing GTA 5. </li></ul><p>However, players can frequently win the podium car and steer clear of the particular luck element completely having a fundamental trick.  This web-site delves into typically the virtually all up-to-date” “service so, complete using detailed instructions.  This technique is utilized by many to ensure themselves to always be able  to acquire the automobile in least get all around it.  When you approach the particular wheel, count the second and then maneuver the left joystick on your control mechanism to the still left and even swing action it down gradually to the bottom.  Think from it like a clock face and you will be adding the termes conseillés in the about the lookout regarding o’clock position and even even moving it reduced to the six o’clock position.</p><h2 id=\"toc-12\">Gta</h2><p>If you\'re enthusiastic about having your hands upon another car, take a look in our guide about the prize ride for this week.  Lampadati Casco is the car accessible on the Diamond Casino Podium with this week in GTA 5 Online.  With each weekly revise, Rockstar introduces a fresh Podium Vehicle to the Diamond Casino within GTA Online.</p><ul><li>However, there is a way that an individual can almost guarantee that you\'ll get the car every one time. </li><li>Find out precisely how you can help make money recently within order to get rich in a very short place of time. </li><li>Head to the particular Lucky Wheel in the Diamond Gambling establishment and you want the wheel design to have clothing towards the top, with typically the 50k segment in order to the left and even 2, 500 RP segment to the particular right. </li></ul><p>When you head up to the steering wheel and press proper on the d-pad, you’ll want as a way to wait until the ‘Use L to spin’ prompt appears inside top left with the display and hold out regarding four just a few seconds accurately.  Head for the particular Lucky Steering wheel inside the Diamond Casino and a person would like the wheel structure to have clothing at the top, with all the 50k segment left plus 2, five-hundred RP segment for the appropriate.  However, we have a method that an individual can almost guarantee that you’ll obtain the particular automobile every individual moment.  The chance associated with winning the podium vehicle without any type of special method is 1 in makes.</p><h3 id=\"toc-13\">Gta Online Weekly Update (5 June</h3><p>Unfortunately, this certain doesn’t always mean that can an individual might win usually the motor automobile.  Editorial independence is definitely usually fundamental for the quest, allowing everyone to deliver unbiased entendement on goods plus companies when remaining away through conflicts of attention.  Our editorial staff sticks into a brand new stringent editorial insurance coverage plan to support this kind involving theory.  Rockstar On the web games added some fresh changes to GTA Online right after the particular Cluckin Bell Plantation Rezzou update, in addition to the technique to be in a position to win typically the Scène car likewise transformed just a little.  However, most of most of the steps remain this same, and more mature users can quickly manage the brand new trick.  Adding this specific Podium praise to be able to your current collection just about all comes along to a spin intended for the Lucky Tyre, but the fact is won’t need to be able to depend on defeating the particular odds now.</p><ul><li>However, players can on a regular basis win the scène car and remain away from typically the luck feature completely using a simple trick. </li><li>You purchase one cost-free rotate daily, therefore in the event that you happen in order to don’t obtain the particular vehicle an person can try once again tomorrow. </li><li>Previously,\" \"he was a senior analyst at media software program company Cision, where he worked on projects for clients just like Sony PlayStation. </li><li>Rockstar On the web games added many brand new changes to GTA Online following the particular Cluckin Bells Plantation Raid up-date, and even typically the trick to be able to succeed the Scène automobile also changed the little. </li></ul><p>To obtain the Podium Car whenever in GTA On the world wide web, there’s some form of small trick a person can implement as a result of LaazrGaming.  Find out exactly how a person can make finances this week within order to discover rich inside some sort of good extremely short place of time.  Also, if you need to any small business00 inside Los Santos, track down out exactly precisely how to register just like some kind of CEO or even even a outstanding MC President.</p>','Gta Online Weekly Scène Vehicle For Come July 1st 17: How To Be Able To The Fatigue Lucky Tire Every Time','','inherit','closed','closed','','242-revision-v1','','','2025-10-06 19:59:59','2025-10-06 12:59:59','',242,'https://lion288slot.com/?p=243',0,'revision','',0),
(244,1,'2025-10-06 20:00:14','2025-10-06 13:00:14','<meta name=\"description\" content=\"With each weekly revise, Rockstar introduces a brand new Podium Vehicle towards the Diamond Casino throughout GTA Online. \"/><h1>How To Win The Scène Car Each And Every Time In Gta Online Following Last Dose Update</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">\"gta Online Lucky Tyre Glitch And Precisely How To Win The Podium Car</a></li><li><a href=\"#toc-1\">How To Win Scène Car In Gta Online - Finest Method</a></li><li><a href=\"#toc-2\">Gta Online Podium Automobile: How In Purchase To Always Get Typically The Fortunate Wheel”</a></li><li><a href=\"#toc-3\">Are Generally There Any Risks Affiliated With Using The Gta Online Lucky Wheel Glitch? </a></li><li><a href=\"#toc-4\">How To Win Typically The Podium Car Every Time In Gta Online After Cluckin Bell Farm Rezzou Update? </a></li><li><a href=\"#toc-5\">What Podium Vehicle Is Offered Soon? </a></li><li><a href=\"#toc-6\">How To Get The Podium Auto Whenever In Gta Online After Final Dose Update</a></li><li><a href=\"#toc-7\">Gta Online: The Right Way To Win The Certain Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-8\">You Can Right Now Wander Around Freedom Town In Gta 5</a></li><li><a href=\"#toc-9\">Is The Success Of Xbox’s Cloud System Hinging On Special Games? </a></li><li><a href=\"#toc-10\">How To Operate With The Fortuitous Wheel In Gta Online</a></li><li><a href=\"#toc-11\">Gta Online Podium Vehicle: How To Always Win Typically The Lucky Wheel</a></li><li><a href=\"#toc-12\">Gta</a></li><li><a href=\"#toc-13\">Gta On-line Weekly Update (5 June</a></li><li><a href=\"#toc-14\">Gta Your 5 On The Web: How Inside In An Attempt To Succeed The On The Internet Casino Car Each Time</a></li><li><a href=\"#toc-15\">How In Purchase To\" \"Win The Gta On The Internet Podium Automobile Collectively Try</a></li><li><a href=\"#toc-16\">What Are The Particular Likelihood Regarding Getting A New Scène Vehicle In The Particular Lucky Wheel? </a></li><li><a href=\"#toc-17\">Gta On The Web Salvage Yard Theft Vehicles This Full Week (5 June</a></li><li><a href=\"#toc-18\">How Generally Does The Scène Vehicle Change Throughout Gta Online? </a></li><li><a href=\"#toc-19\">Gta Online Podium Vehicle Just For This Kind Of Week, Including\" \"Utilizing The Fortunate Wheel</a></li><li><a href=\"#toc-20\">What Is Usually This Week’s Gta Podium Vehicle? (april 6 To April</a></li><li><a href=\"#toc-21\">Gta On The Internet Podium Vehicle This Particular Week And In Many Cases Exactly How To Succeed Just About Every Time</a></li><li><a href=\"#toc-22\">You Are Unable To Be Able To Access Gamerjournalist Com</a></li><li><a href=\"#toc-23\">Gta Online</a></li><li><a href=\"#toc-24\">How In Order To Win The Particular Gta Online Podium Auto With Every Try</a></li><li><a href=\"#toc-25\">Step-by-step Guidebook To Winning Typically The Lucky Wheel Vehicle In Gta Online</a></li><li><a href=\"#toc-28\">Gta 5 Online: Precisely How To Win Typically The Casino Car Just About Every Time</a></li><li><a href=\"#toc-30\">How Throughout Order To Succeed The Gta On-line Podium Automobile Each Time Upon The Ps4 And Even Ps5</a></li><li><a href=\"#toc-31\">Gta Online – Exactly What Will Be The Particular Podium Vehicle This Kind Of Week?\"</a></li><li><a href=\"#toc-32\">How To Be Able To Win The Gta Online Podium Vehicle Every Time About The Ps4 Plus Ps5</a></li><li><a href=\"#toc-34\">Easy Trick To Get Gta Online\'s Podium Vehicle Every Time</a></li></ul></div><p>As usually, players may rewrite the Fortuitous Wheel in Typically the particular Gemstone Casino &amp; Use win typically the particular highly sought-after Scène Car.  Thanks throughout order to the particular YouTube written content material creator, LaazrGaming, a great individual can succeed typically the confirmed Podium car just about every week inside the Blessed Wheel.  With that will being explained, let’s learn every thing concerning the Fortunate Tire and typically the recent glitch regarding which players ought to recognize about.  With typically the specific Lucky” “Tire establishing inside the appropriate place, interact while well as right after that it maintain out four mere seconds coming from in the event that the spin fast appears before quickly moving the kept stick.  If removed correctly, typically the Fortunate Wheel could gradually rotate as soon as plus land on your current vehicle wedge, since shown in typically the gif above.</p><ul><li>\"Once a week, Rockstar Game games adds a company new vehicle to the Podium for participants to try plus get ahead of the next weekly update. </li><li>If you require a lot more, look at our GTA+ Advantages site simply for in may whilst well. </li><li>Editorial self-reliance is usually essential to our mission, letting us to be able to offer unbiased verdicts about products in improvement to companies when avoiding” “clashes of interest. </li></ul><p>If you will desire many more, check out there there our GTA+ Returns site merely for this calendar month\" \"though well.  Another Dinka is around the particular podium this specific few days, now about it’s the particular Dinka Postlude and this specific specific motor vehicle is well well worth paying attention in order in order to.  Yes, at their very own basic the brakes are really poor – even though this can turn into fixed simply by improvements at Los Santos Customs.  As typically the brand suggests, typically the Lucky Wheel can be just about the most easy betting methods offered to be able to players in the particular on line casino.  Interested” “viewers can refer in buy to this informative article intended for the better knowing of this kind of technique.  However, there is certainly typically a way that will you can nearly ensure you’ll obtain the car each single time <a href=\"https://mostbet-india24.in/\">mostbet bd</a>.</p><h2 id=\"toc-0\">\"gta Online Lucky Tire Glitch And How To Win The Particular Podium Car</h2><p>The Gemstone Casino inside GTA Online features typically the Lucky Tyre video game wherein members could possibly get the opportunity in order to get an outstanding auto.  And due to the fact Rockstar brings a fresh new Podium Automobile to be able to the game every single week, this implies that players can perhaps get typically” “the chance in order to get yourself a limited-time automobile if they’re fortunately enough.  GTA On the internet is normally usually the lot involving numerous routines plus aims every single game player can perform throughout the sport.  One of these types of people is accumulating uncommon cars that will a person may show off to the particular friends or perhaps other on typically the web participants you’ve but to fulfill.  There’s the 1 in twenty possibility of winning usually the car featured for typically the podium inside GTA Online, however even if someone don’t win a\" \"person can still acquire free cash, apparel issues, and reward RP.</p><ul><li>The podium vehicle is normally\" \"the particular grand prize within the tyre should an individual is mainly selling order to be able to land on of which. </li><li>If you’re considering obtaining your own hands on 1 more car, consider some sort involving try looking\" \"inside our guideline upon the reward ride in this week. </li><li>That’s almost everything included about how accurately accurately to win the Casino automobile anytime in GTA 5\" \"On the internet. </li><li>If an individual implement this appropriately, typically the Lucky Wheel should spin slowly\" \"plus gradually and quit inside the Podium car reward. </li></ul><p>If you’re considering obtaining your own hands on 1 more car, think about some sort associated with look\" \"inside our guideline upon typically the reward ride with this week.  Importantly, you’ll would like in order to use typically the “9 to 6 method” to win this GTA Online Scène car (thanks, YouTuber BullSheepParty).  Move this left film-based stay left plus then down, following the particular curvature in the film-based stick.</p><h3 id=\"toc-1\">How To Win Scène Car In Gta Online - Finest Method</h3><p>With typically the Lucky Wheel starting inside the proper location, communicate along with it then procrastinate four seconds by when the spin and even rewrite prompt shows up before quickly shifting typically the left stick.  If done correctly, the particular Lucky Wheel may slowly rotate any time and land regarding the Vehicle pitching wedge, as proven in the gif above.  As that is about RNG gods, someone have a one out of twenty potential pertaining to getting typically typically the particular Podium auto since a rewrite motivation <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><ul><li>However, the majority of typically the ways remain the exact same, and older customers can quickly deal with the new strategy. </li><li>If a individual don’t know exactly what a “fresh” Lucky Wheel seems such as, appear at the picture above; this sort of is reached easily by starting up a new exclusive program upon starting GTA 5. </li><li>As often, players can rewrite the Lucky Wheel in The Diamond Online casino & Resort to win the very sought-after Podium Car. </li><li>Lampadati Casco is usually the car offered on the Precious stone Casino Podium in this week in GTA 5 Online. </li><li>There’s a new 1 in twenty chance of generating usually the automobile showcased for the podium throughout GTA On-line, however whether a new person don’t get you\" \"could get absolutely money, clothing points, in addition to bonus RP. </li></ul><p>To execute this, interact with the Lucky Wheel then push the particular left stick approach up and down to offer you it a spin and rewrite, before getting ready for step.  If typically the Lucky Tyre really does land upon Mystery, you will rapidly observe what your current prize is after that stick to the process under intended for another get in the event that you’re unsatisfied with the outcome.  It can only be used should you play” “GTA Online along with the controller right after typically the Cluckin Bell Village Rezzou update, and also you’ll also demand a stopwatch.  If the wheel is just not in this particular position, you need to join one more program (preferably a great Request Only lobby) and even check out again.  Once players” “follow the routine correctly, the steering wheel should stop precisely at the podium car, imparting players one other established of wheels within GTA On-line.</p><h3 id=\"toc-2\">Gta Online Podium Car: How In Buy To Always Win Typically The Lucky Wheel”</h3><p>Follow this unique method inside GTA On the particular world wide website and you might quickly always end up being auto parking a new flash brand fresh ride within the garage, completely without having cost.  This week during GTA Online, gamers will be capable to win an Ocelot Ardent from typically the Lucky Wheel.  As a sports car, the Ardent will certainly be a valuable automobile with remarkable acceleration, braking, in addition to handling.</p><ul><li>Editorial self-reliance is fundamental in order to our mission, permitting us to provide unbiased verdicts on goods and companies whilst avoiding conflicts appealing. </li><li>Or, you may detach the game online prior to the Fortunate Tire stops and even restart the procedure again. </li><li>To set this upward, you need the particular Lucky Tyre being resting upon the particular Garments wedge two parts to the right with the Vehicle wedge, as imagined above. </li></ul><p>If an individual implement this appropriately, the Lucky Wheel need to spin slowly\" \"and gradually and stop in the Podium motor vehicle reward.  Rockstar Online games added many brand new becomes GTA Online after the particular Cluckin Bells Plantation Raid upgrade, and even the particular trick to be able to get the Scène auto also changed the little.  However, most of typically the steps remain the same, and older consumers can quickly cope with the new strategy.  Adding this Scène praise to your current collection practically just about all comes down to be able to manage to a spin regarding the Lucky Tyre, but the reality is usually won’t need to count on conquering chances now.  The GTA On-line Lucky Car tire glitch has just lately been known by players since usually the kick off together with the online casino, and as a result showing exactly how functions it can be a terrible exploit for Rock-star to counter.  However, it’s” “constantly probable that the hotfix may finish up remaining deployed to get rid of that at some phase, so use this (responsibly) whilst a good individual can to make sure usually the incentive of your dreams turns into a truth.</p><h2 id=\"toc-3\">Are Right Now There Any Risks Affiliated With Using The Gta Online Lucky Tyre Glitch? </h2><p>One of which is collecting rare cars that will you can display to your friends as well as other online players you\'ve but to meet.  Rockstar updates the game for a long time of time so players typically spend their working day in GTA On the internet, collecting various points, and cars usually are no exception.  Thanks to the Dailymotion content creator, LaazrGaming, you could win a new guaranteed Podium vehicle every week on the Lucky Wheel.  Technically all you\'re carrying out here is pressing the stick a specific way or stopping the game, nevertheless utilizing the GTA On the web Lucky Wheel glitch continues to be gaming the system as a way to safeguarded a higher benefit prize.  Lampadati Principio may be typically the vehicle offered in the Precious natural stone Casino Scène with this 7 times throughout GTA your five Online.</p><p>If you don\'t would like to leave circumstances to chance, there is definitely a method a person can use which virtually guarantees you\'ll win the Scène Car every moment.  To set this up, you require the particular Lucky Wheel to be resting for the Clothing wedge a couple of sections to the particular right of the Vehicle wedge, because pictured above.  Afterward, Rockstar Games may reset the Scène Car pursuing the release of the future GTA Online Once a week Update.  Iain actually joined Future media to write recommendations for CVG, PSM3, and Xbox Earth, before moving after to participate GamesRadar inside 2013 because Manuals Editor.  Follow this specific approach in GTA On-line and you could shortly be auto parking a flash brand new ride in the garage, completely regarding cost-free.</p><h2 id=\"toc-4\">How To Win Typically The Podium Car Every Time In Gta Online After Cluckin Bell Farm Raid Update? </h2><p>Alright, so you want to succeed the particular new GTA Online Podium Wheel but don’t know where to start.  If an individual suspect that will certainly the wheel won’t stop in this Podium Vehicle slot machine game, immediately detachment your online link.  This ought to force GTA Upon the internet in order to suspend all actions and prevent any development from being noted.  To have the particular Podium Vehicle whenever in GTA On the web, there’s some type of tiny strategy someone could put into action as a result of LaazrGaming.  Find away precisely precisely how a person can easily make cash this 7 days inside so that it will discover rich in the very good extremely short place of time.  Also, if you wish to run some form of small business00 inside Los Santos, find out exactly precisely how to join up such as a new TOP DOG or a wonderful MC President.</p><p>If and so, swiftly select a car port area to shop it and the car is going in order to be permanently the one you have.  The Lucky Tyre should rotate gradually and can be found in buy to a halt within the Podium Car option.  You obtain one cost-free spin and\" \"rewrite per day, thus if you don’t win the auto you can test again the next day.  At Gfinity Digital Press, we hold yourself to the greatest standards of content conduct, guaranteeing the integrity and perhaps quality of the content.  Editorial independence will be usually fundamental with each of our quest, allowing us just about all to deliver impartial verdicts on companies companies while keeping away from conflicts of focus.  Our editorial staff adheres to the particular stringent editorial prepare to uphold this specific specific principle.</p><h3 id=\"toc-5\">What Podium Vehicle Is Available Soon? </h3><p>Alright, so you will need to win typically the particular modern GTA On the web Podium Wheel but don’t know inside which in buy so as to start.  First, visit The Important stone Casino &amp; Vacation resort and seem planned for any company new Lucky Tire.  Here’s anything with regards to this week’s GTA Online Podium Automobile and the way to get this easily\" \"each time.  Lampadati Casco could be the auto available upon the Diamond On line casino Podium for this kind of week in GTA five Online.  With this trick, you don’t need to get bothered about beating the actual 20 in merely one odds.  If you don\'t understand what a \"fresh\" Lucky Wheel seems like, look from the image above; this is attained easily by starting up a new personal session upon launching GTA 5.</p><ul><li>Yes, at their own basic level usually the brakes are amazingly poor – although this can finish up being fixed with a couple of updates at Mis Santos Customs. </li><li>His dedication to the craft has gained him the title of a content expert under the Esports & Gaming split. </li><li>Check out each of our Once a week Update guidebook that lists all” “in the rewards and difficulties added soon. </li><li>With the brand new Scène Automobiles revolving pretty much every 7 days, GTA gamers will always be on with typically the particular wild spin practically any week. </li><li>Once players follow the style correctly, the tyre should stop precisely at the podium vehicle, awarding participants another set regarding wheels in GTA Online. </li></ul><p>While they are difficult odds, do they offer a way to earn the Casino Car whenever in GTA 5 Online?  So, look at our manual to discover everything about it along with this week’s Casino Scène car rotation.  Once players” “follow the pattern correctly, the actual wheel should leave exactly at the particular particular podium car, awarding players another fixed of rims in GTA Online.  The Podium Vehicle is possibly one of typically the best prices amongst people, along with almost just concerning every GTA On the web person eager to get their own hands on that week’s automobile before it runs out.</p><h3 id=\"toc-6\">How To Find The Podium Car Whenever In Gta Online After Final Dose Update</h3><p>With the newest Scène Automobiles spinning pretty much every single 7 days, GTA gamers will be on with typically the particular wild spin nearly any week.  You may easily spin the Lucky wheel at Diamonds Online casino once on a new daily basis with all the Scène car altering inside a few days.  Players should take note that it won’t take  really miss Rock-star to see the particular glitch in addition to fix that by way of regular revisions.  However, despite becoming free, purchasing the Podium automobile will be challenging while a person have to succeed it first.  If you’re thinking about getting your hands on another vehicle, obtain a look with our guide on the prize journey for this few days.</p><ul><li>To rotate the tyre, players must walk towards the front of the controls and spin it to obtain rewards for the schedule involving the marked area the tire halts on. </li><li>This content explains how an individual can score typically the free reward every single time after the particular GTA Online Cluckin Bell Farm Rezzou update. </li><li>As title suggests, typically the Lucky Wheel is usually one of the particular most simple gambling strategies available to players with the casino. </li><li>However, despite getting free, acquiring the particular Podium car is usually challenging when you have got to win that first. </li></ul><p>Head to the Lucky Wheel throughout the Diamond Gambling establishment and you want the wheel structure to have apparel at the pinnacle, with the particular 50k segment in order to the left and even 2, 500 RP segment to typically the right.  Adding this particular Podium\" \"incentive to your series all comes along to a spin on the Blessed Wheel, but a person won’t must count on beating the odds this time.  Although GTA Online is filled with a great number of activities and aims for players to complete, Rockstar takes the time when this comes to important content drops.  In his spare period, he enjoys actively playing video games, particularly open-world titles plus role-playing games (RPGs) and is specifically fond of the GTA franchise and has played out nearly every name in the collection.</p><h2 id=\"toc-7\">Gta Online: The Right Way To Win The Particular Lucky Wheel Podium Car Every Time</h2><p>You can generate the Casino automobile every time in GTA 5 On-line having a strategy or workaround.  That’s everything covered about how to win the Casino car whenever\" \"within GTA your several Online.  To use the GTA On the internet Lucky Wheel glitch, you need throughout order to become prepared to quickly stop the overall game if the particular final result of the spin is not really the one you want.  To do that, socialize with the Blessed Steering wheel then push the certain left stick together to give it a spin, ahead of getting ready regarding the particular following step.  And while getting 1 depends upon luck, there’s truly a strategy to make confident you” “earn the particular car for the few days every single period.  Brought into the particular world involving video gaming by the moment having been 10, Argie knew that gambling provides him hours and hours regarding enjoyment, an matter which has by not any means changed perhaps upward to this day time.</p><ul><li>Or, you can disconnect your game by the internet before the Lucky Wheel ceases and restart the procedure again. </li><li>Once players” “follow the pattern correctly, the tyre should stop precisely on the podium car, imparting players another established of tires within GTA On-line. </li><li>If the particular Lucky Tyre really does land upon Secret, you will quickly observe what your current prize is then stick to the process under for another get in case you’re not satisfied along with the outcome. </li><li>As the name suggests, the Lucky Wheel will be one of commonly the most easy wagering methods offered in so that it will players at the gambling establishment. </li><li>However, inspite involving being free, purchasing the Podium vehicle is challenging due to the fact you have to be in a position to succeed it 1st. </li></ul><p>However, thanks to a newly released glitch, PlayStation participants can win the vehicle each and every time they rotate\" \"the whel using the particular simple trick.  With the most recent Podium Vehicles rotating every 7 days, GTA players can be up intended for some kind of wild spin weekly.  With generally the Lucky Steering wheel beginning in the best location, interact along with it then hold out four seconds by if the rotate prompt appears prior to quickly moving typically the particular left stick.  If done appropriately, the particular Blessed Wheel may slowly rotate once in addition to land in the particular Vehicle wedge, while shown within the gif above.  You might need in order to experiment with your timing to obtain this kind of working, but since simply uses rapidly quit the game in the event you don’t arrive at your vehicle reward you’re aiming for then reload another go.</p><h2 id=\"toc-8\">You Can Right Now Wander Around Liberty Town In Gta 5</h2><p>If you’re enthusiastic about receiving your hands on another car, look at a look in our guide about typically the prize drive with regard to this full few days.  But we may update it using the new On line casino Scène car when Spot notes usually are revealed.  Rockstar keys the podium auto at\" \"typically the Lucky Wheel On line casino together with just about every update.</p><p>You can win the On line casino motor vehicle every time in GTA five Upon the net utilizing a trick or perhaps maybe workaround mostbet sign in.  Every week, Rockstar Game titles adds a brand name new vehicle with regard to the Scène regarding players in order to try and do well prior to up coming every week revise.  You may win the Casino auto every period inside GTA your several Online having a new technique or workaround.  Thanks towards the Myspace content creator, LaazrGaming, you can find a guaranteed Scène car weekly about the Fortunate Tyre.  If a man or woman don’t know specifically what a “fresh” Lucky Wheel seems such as, appearance at the picture above; this type of is accomplished easily by beginning a new non-public program upon introducing GTA 5.  To utilize GTA On the web Lucky Wheel glitch, you should end up being ready to quickly quit the movie game if the results of typically the spin is merely not normally the one the individual want.</p><h3 id=\"toc-9\">Is The Success Regarding Xbox’s Cloud System Hinging On Unique Games? </h3><p>Alright, so you would like to earn typically the modern GTA On typically the web Podium Tire yet\" \"don’t know wherever in order to start.  First, check out The Diamonds Gambling establishment &amp; Location and show intended for a fresh Blessed Tire.  Afterward, Rockstar Online games can reset the Podium Car pursuing the launch with the up coming GTA Online Weekly Update.  Iain originally signed up with Future in the summer season to write rules for CVG, PSM3, and Xbox Planet, before moving on to join GamesRadar in 2013 since Guides Editor.  Follow this method in GTA On-line and you may soon always be parking a flash new ride inside your garage, completely with regard to free.  If someone execute this efficiently, the Lucky Tire should spin slowly and gradually and stop along with the Podium automobile reward.</p><ul><li>Head to the particular Lucky Tire inside the Gemstone Casino and you would like the wheel structure to possess clothing at the particular top, with the 50k segment left and 2, five-hundred RP segment for the correct. </li><li>Follow this particular method within GTA On the world wide web and a person may soon continually be parking a expensive fresh ride within typically the garage, completely in zero cost. </li><li>This content explains how a single can score the free reward everytime following the GTA Online Cluckin Bells Farm Raid up-date. </li></ul><p>With the modern Podium Vehicles spinning every 7 times, GTA players are usually up regarding the wild rotate weekly.  “A very good way to get all those rare cars will be in order to attempt to win usually the podium automobile in the Diamond Gambling establishment regarding GTA Online.  It takes substantial good fortune to obtain typically the rare car on the other hand, a new GTA content founder worked out how to constantly win the Fortunate Wheel every one time with a simple technique.  While this type of method isn’t sure to get the person the car just about every time, we include in order to admit that it appears to bonus it more generally than not.  We have gotten the specific podium vehicle all-around four or five times that way.  The Podium Car” “is not definitely typically the sole portion with regards to GTA On-line that will gets a every week update.</p><h3 id=\"toc-10\">How To Job With The Lucky Wheel In Gta Online</h3><p>Once players win the particular car, they generally will need to wait regarding the next update as the automobile cannot be received twice.  However, there’s a glitch of which helps players earn a podium auto every time that they spin the Fortunate Wheel on the PS4 or PS5.  With that becoming said, let’s learn everything about typically the Lucky Wheel plus the recent glitch that players should know about.  All content material is written &amp; modified by employees that have enjoyed &amp; researched the games.  The Scène Car” “is not necessarily the particular only portion regarding GTA Online that gets some form of weekly up-date.  If you’re thinking about having your palms on another car, consider a seem with our guide about the prize trip for this few times.</p><ul><li>You may easily rotate the Lucky wheel at Diamonds On line casino once on a daily basis together with the Scène car altering inside a full week. </li><li>If the specific Lucky Wheel truly will land on Key, you can quickly see exactly what the reward will probably be and then follow the procedure below for one other go if you’re unsatisfied using the outcome. </li><li>Although GTA On-line is filled alongside with countless pursuits and objectives intended for participants to accomplish, Rock-star takes its moment in terms regarding significant content falls. </li></ul><p>Away by gaming, Neeraj locates delight in the comedic escapades regarding Tv shows like Typically the Big Bang Idea.  Players should note that it won’t take long with regard to Rockstar to observe the glitch plus fix it by way of regular updates.  Until then, players may surely take benefit of it in addition to make a selection of podium cars in the sport.  Rockstar Games included new changes to be able to GTA Online right after the Cluckin Bell Farm Raid up-date, and the strategy to win typically the Podium car furthermore changed a small.</p><h2 id=\"toc-11\">Gta Online Scène Vehicle: How In Order To Always Win The Lucky Wheel</h2><p>While most players struggle to get the very best prize in addition to collect the Scène car, a GTA content creator offers figured out how to rig the Fortunate Wheel all the time using a simple strategy.  However, players may consistently win the particular podium car and steer clear of the luck feature entirely with the simple trick.  This page delves straight into the most up-to-date way to do so, complete along with detailed instructions.</p><ul><li>Each few days, some sort of whole new Podium Car can be obtained to earn inside Diamonds Online casino. </li><li>If you will desire much more, check out there there our GTA+ Returns site simply for this calendar month\" \"despite the fact that well. </li><li>If you don\'t know what a \"fresh\" Lucky Wheel looks like, look at the image above; this is achieved easily by starting a new non-public session upon releasing GTA 5. </li></ul><p>However, players can frequently win the podium car and steer clear of the particular luck element completely having a fundamental trick.  This web-site delves into typically the virtually all up-to-date” “service so, complete using detailed instructions.  This technique is utilized by many to ensure themselves to always be able  to acquire the automobile in least get all around it.  When you approach the particular wheel, count the second and then maneuver the left joystick on your control mechanism to the still left and even swing action it down gradually to the bottom.  Think from it like a clock face and you will be adding the termes conseillés in the about the lookout regarding o’clock position and even even moving it reduced to the six o’clock position.</p><h2 id=\"toc-12\">Gta</h2><p>If you\'re enthusiastic about having your hands upon another car, take a look in our guide about the prize ride for this week.  Lampadati Casco is the car accessible on the Diamond Casino Podium with this week in GTA 5 Online.  With each weekly revise, Rockstar introduces a fresh Podium Vehicle to the Diamond Casino within GTA Online.</p><ul><li>However, there is a way that an individual can almost guarantee that you\'ll get the car every one time. </li><li>Find out precisely how you can help make money recently within order to get rich in a very short place of time. </li><li>Head to the particular Lucky Wheel in the Diamond Gambling establishment and you want the wheel design to have clothing towards the top, with typically the 50k segment in order to the left and even 2, 500 RP segment to the particular right. </li></ul><p>When you head up to the steering wheel and press proper on the d-pad, you’ll want as a way to wait until the ‘Use L to spin’ prompt appears inside top left with the display and hold out regarding four just a few seconds accurately.  Head for the particular Lucky Steering wheel inside the Diamond Casino and a person would like the wheel structure to have clothing at the top, with all the 50k segment left plus 2, five-hundred RP segment for the appropriate.  However, we have a method that an individual can almost guarantee that you’ll obtain the particular automobile every individual moment.  The chance associated with winning the podium vehicle without any type of special method is 1 in makes.</p><h3 id=\"toc-13\">Gta Online Weekly Update (5 June</h3><p>Unfortunately, this certain doesn’t always mean that can an individual might win usually the motor automobile.  Editorial independence is definitely usually fundamental for the quest, allowing everyone to deliver unbiased entendement on goods plus companies when remaining away through conflicts of attention.  Our editorial staff sticks into a brand new stringent editorial insurance coverage plan to support this kind involving theory.  Rockstar On the web games added some fresh changes to GTA Online right after the particular Cluckin Bell Plantation Rezzou update, in addition to the technique to be in a position to win typically the Scène car likewise transformed just a little.  However, most of most of the steps remain this same, and more mature users can quickly manage the brand new trick.  Adding this specific Podium praise to be able to your current collection just about all comes along to a spin intended for the Lucky Tyre, but the fact is won’t need to be able to depend on defeating the particular odds now.</p><ul><li>However, players can on a regular basis win the scène car and remain away from typically the luck feature completely using a simple trick. </li><li>You purchase one cost-free rotate daily, therefore in the event that you happen in order to don’t obtain the particular vehicle an person can try once again tomorrow. </li><li>Previously,\" \"he was a senior analyst at media software program company Cision, where he worked on projects for clients just like Sony PlayStation. </li><li>Rockstar On the web games added many brand new changes to GTA Online following the particular Cluckin Bells Plantation Raid up-date, and even typically the trick to be able to succeed the Scène automobile also changed the little. </li></ul><p>To obtain the Podium Car whenever in GTA On the world wide web, there’s some form of small trick a person can implement as a result of LaazrGaming.  Find out exactly how a person can make finances this week within order to discover rich inside some sort of good extremely short place of time.  Also, if you need to any small business00 inside Los Santos, track down out exactly precisely how to register just like some kind of CEO or even even a outstanding MC President.</p>','Gta Online Weekly Scène Vehicle For Come July 1st 17: How To Be Able To The Fatigue Lucky Tire Every Time','','publish','open','open','','gta-online-weekly-scene-vehicle-for-come-july-1st-17-how-to-be-able-to-the-fatigue-lucky-tire-every-time-2','','','2025-10-06 20:00:14','2025-10-06 13:00:14','',0,'https://lion288slot.com/?p=244',0,'post','',0),
(245,1,'2025-10-06 20:00:14','2025-10-06 13:00:14','<meta name=\"description\" content=\"With each weekly revise, Rockstar introduces a brand new Podium Vehicle towards the Diamond Casino throughout GTA Online. \"/><h1>How To Win The Scène Car Each And Every Time In Gta Online Following Last Dose Update</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">\"gta Online Lucky Tyre Glitch And Precisely How To Win The Podium Car</a></li><li><a href=\"#toc-1\">How To Win Scène Car In Gta Online - Finest Method</a></li><li><a href=\"#toc-2\">Gta Online Podium Automobile: How In Purchase To Always Get Typically The Fortunate Wheel”</a></li><li><a href=\"#toc-3\">Are Generally There Any Risks Affiliated With Using The Gta Online Lucky Wheel Glitch? </a></li><li><a href=\"#toc-4\">How To Win Typically The Podium Car Every Time In Gta Online After Cluckin Bell Farm Rezzou Update? </a></li><li><a href=\"#toc-5\">What Podium Vehicle Is Offered Soon? </a></li><li><a href=\"#toc-6\">How To Get The Podium Auto Whenever In Gta Online After Final Dose Update</a></li><li><a href=\"#toc-7\">Gta Online: The Right Way To Win The Certain Lucky Wheel Scène Car Every Time</a></li><li><a href=\"#toc-8\">You Can Right Now Wander Around Freedom Town In Gta 5</a></li><li><a href=\"#toc-9\">Is The Success Of Xbox’s Cloud System Hinging On Special Games? </a></li><li><a href=\"#toc-10\">How To Operate With The Fortuitous Wheel In Gta Online</a></li><li><a href=\"#toc-11\">Gta Online Podium Vehicle: How To Always Win Typically The Lucky Wheel</a></li><li><a href=\"#toc-12\">Gta</a></li><li><a href=\"#toc-13\">Gta On-line Weekly Update (5 June</a></li><li><a href=\"#toc-14\">Gta Your 5 On The Web: How Inside In An Attempt To Succeed The On The Internet Casino Car Each Time</a></li><li><a href=\"#toc-15\">How In Purchase To\" \"Win The Gta On The Internet Podium Automobile Collectively Try</a></li><li><a href=\"#toc-16\">What Are The Particular Likelihood Regarding Getting A New Scène Vehicle In The Particular Lucky Wheel? </a></li><li><a href=\"#toc-17\">Gta On The Web Salvage Yard Theft Vehicles This Full Week (5 June</a></li><li><a href=\"#toc-18\">How Generally Does The Scène Vehicle Change Throughout Gta Online? </a></li><li><a href=\"#toc-19\">Gta Online Podium Vehicle Just For This Kind Of Week, Including\" \"Utilizing The Fortunate Wheel</a></li><li><a href=\"#toc-20\">What Is Usually This Week’s Gta Podium Vehicle? (april 6 To April</a></li><li><a href=\"#toc-21\">Gta On The Internet Podium Vehicle This Particular Week And In Many Cases Exactly How To Succeed Just About Every Time</a></li><li><a href=\"#toc-22\">You Are Unable To Be Able To Access Gamerjournalist Com</a></li><li><a href=\"#toc-23\">Gta Online</a></li><li><a href=\"#toc-24\">How In Order To Win The Particular Gta Online Podium Auto With Every Try</a></li><li><a href=\"#toc-25\">Step-by-step Guidebook To Winning Typically The Lucky Wheel Vehicle In Gta Online</a></li><li><a href=\"#toc-28\">Gta 5 Online: Precisely How To Win Typically The Casino Car Just About Every Time</a></li><li><a href=\"#toc-30\">How Throughout Order To Succeed The Gta On-line Podium Automobile Each Time Upon The Ps4 And Even Ps5</a></li><li><a href=\"#toc-31\">Gta Online – Exactly What Will Be The Particular Podium Vehicle This Kind Of Week?\"</a></li><li><a href=\"#toc-32\">How To Be Able To Win The Gta Online Podium Vehicle Every Time About The Ps4 Plus Ps5</a></li><li><a href=\"#toc-34\">Easy Trick To Get Gta Online\'s Podium Vehicle Every Time</a></li></ul></div><p>As usually, players may rewrite the Fortuitous Wheel in Typically the particular Gemstone Casino &amp; Use win typically the particular highly sought-after Scène Car.  Thanks throughout order to the particular YouTube written content material creator, LaazrGaming, a great individual can succeed typically the confirmed Podium car just about every week inside the Blessed Wheel.  With that will being explained, let’s learn every thing concerning the Fortunate Tire and typically the recent glitch regarding which players ought to recognize about.  With typically the specific Lucky” “Tire establishing inside the appropriate place, interact while well as right after that it maintain out four mere seconds coming from in the event that the spin fast appears before quickly moving the kept stick.  If removed correctly, typically the Fortunate Wheel could gradually rotate as soon as plus land on your current vehicle wedge, since shown in typically the gif above.</p><ul><li>\"Once a week, Rockstar Game games adds a company new vehicle to the Podium for participants to try plus get ahead of the next weekly update. </li><li>If you require a lot more, look at our GTA+ Advantages site simply for in may whilst well. </li><li>Editorial self-reliance is usually essential to our mission, letting us to be able to offer unbiased verdicts about products in improvement to companies when avoiding” “clashes of interest. </li></ul><p>If you will desire many more, check out there there our GTA+ Returns site merely for this calendar month\" \"though well.  Another Dinka is around the particular podium this specific few days, now about it’s the particular Dinka Postlude and this specific specific motor vehicle is well well worth paying attention in order in order to.  Yes, at their very own basic the brakes are really poor – even though this can turn into fixed simply by improvements at Los Santos Customs.  As typically the brand suggests, typically the Lucky Wheel can be just about the most easy betting methods offered to be able to players in the particular on line casino.  Interested” “viewers can refer in buy to this informative article intended for the better knowing of this kind of technique.  However, there is certainly typically a way that will you can nearly ensure you’ll obtain the car each single time <a href=\"https://mostbet-india24.in/\">mostbet bd</a>.</p><h2 id=\"toc-0\">\"gta Online Lucky Tire Glitch And How To Win The Particular Podium Car</h2><p>The Gemstone Casino inside GTA Online features typically the Lucky Tyre video game wherein members could possibly get the opportunity in order to get an outstanding auto.  And due to the fact Rockstar brings a fresh new Podium Automobile to be able to the game every single week, this implies that players can perhaps get typically” “the chance in order to get yourself a limited-time automobile if they’re fortunately enough.  GTA On the internet is normally usually the lot involving numerous routines plus aims every single game player can perform throughout the sport.  One of these types of people is accumulating uncommon cars that will a person may show off to the particular friends or perhaps other on typically the web participants you’ve but to fulfill.  There’s the 1 in twenty possibility of winning usually the car featured for typically the podium inside GTA Online, however even if someone don’t win a\" \"person can still acquire free cash, apparel issues, and reward RP.</p><ul><li>The podium vehicle is normally\" \"the particular grand prize within the tyre should an individual is mainly selling order to be able to land on of which. </li><li>If you’re considering obtaining your own hands on 1 more car, consider some sort involving try looking\" \"inside our guideline upon the reward ride in this week. </li><li>That’s almost everything included about how accurately accurately to win the Casino automobile anytime in GTA 5\" \"On the internet. </li><li>If an individual implement this appropriately, typically the Lucky Wheel should spin slowly\" \"plus gradually and quit inside the Podium car reward. </li></ul><p>If you’re considering obtaining your own hands on 1 more car, think about some sort associated with look\" \"inside our guideline upon typically the reward ride with this week.  Importantly, you’ll would like in order to use typically the “9 to 6 method” to win this GTA Online Scène car (thanks, YouTuber BullSheepParty).  Move this left film-based stay left plus then down, following the particular curvature in the film-based stick.</p><h3 id=\"toc-1\">How To Win Scène Car In Gta Online - Finest Method</h3><p>With typically the Lucky Wheel starting inside the proper location, communicate along with it then procrastinate four seconds by when the spin and even rewrite prompt shows up before quickly shifting typically the left stick.  If done correctly, the particular Lucky Wheel may slowly rotate any time and land regarding the Vehicle pitching wedge, as proven in the gif above.  As that is about RNG gods, someone have a one out of twenty potential pertaining to getting typically typically the particular Podium auto since a rewrite motivation <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><ul><li>However, the majority of typically the ways remain the exact same, and older customers can quickly deal with the new strategy. </li><li>If a individual don’t know exactly what a “fresh” Lucky Wheel seems such as, appear at the picture above; this sort of is reached easily by starting up a new exclusive program upon starting GTA 5. </li><li>As often, players can rewrite the Lucky Wheel in The Diamond Online casino & Resort to win the very sought-after Podium Car. </li><li>Lampadati Casco is usually the car offered on the Precious stone Casino Podium in this week in GTA 5 Online. </li><li>There’s a new 1 in twenty chance of generating usually the automobile showcased for the podium throughout GTA On-line, however whether a new person don’t get you\" \"could get absolutely money, clothing points, in addition to bonus RP. </li></ul><p>To execute this, interact with the Lucky Wheel then push the particular left stick approach up and down to offer you it a spin and rewrite, before getting ready for step.  If typically the Lucky Tyre really does land upon Mystery, you will rapidly observe what your current prize is after that stick to the process under intended for another get in the event that you’re unsatisfied with the outcome.  It can only be used should you play” “GTA Online along with the controller right after typically the Cluckin Bell Village Rezzou update, and also you’ll also demand a stopwatch.  If the wheel is just not in this particular position, you need to join one more program (preferably a great Request Only lobby) and even check out again.  Once players” “follow the routine correctly, the steering wheel should stop precisely at the podium car, imparting players one other established of wheels within GTA On-line.</p><h3 id=\"toc-2\">Gta Online Podium Car: How In Buy To Always Win Typically The Lucky Wheel”</h3><p>Follow this unique method inside GTA On the particular world wide website and you might quickly always end up being auto parking a new flash brand fresh ride within the garage, completely without having cost.  This week during GTA Online, gamers will be capable to win an Ocelot Ardent from typically the Lucky Wheel.  As a sports car, the Ardent will certainly be a valuable automobile with remarkable acceleration, braking, in addition to handling.</p><ul><li>Editorial self-reliance is fundamental in order to our mission, permitting us to provide unbiased verdicts on goods and companies whilst avoiding conflicts appealing. </li><li>Or, you may detach the game online prior to the Fortunate Tire stops and even restart the procedure again. </li><li>To set this upward, you need the particular Lucky Tyre being resting upon the particular Garments wedge two parts to the right with the Vehicle wedge, as imagined above. </li></ul><p>If an individual implement this appropriately, the Lucky Wheel need to spin slowly\" \"and gradually and stop in the Podium motor vehicle reward.  Rockstar Online games added many brand new becomes GTA Online after the particular Cluckin Bells Plantation Raid upgrade, and even the particular trick to be able to get the Scène auto also changed the little.  However, most of typically the steps remain the same, and older consumers can quickly cope with the new strategy.  Adding this Scène praise to your current collection practically just about all comes down to be able to manage to a spin regarding the Lucky Tyre, but the reality is usually won’t need to count on conquering chances now.  The GTA On-line Lucky Car tire glitch has just lately been known by players since usually the kick off together with the online casino, and as a result showing exactly how functions it can be a terrible exploit for Rock-star to counter.  However, it’s” “constantly probable that the hotfix may finish up remaining deployed to get rid of that at some phase, so use this (responsibly) whilst a good individual can to make sure usually the incentive of your dreams turns into a truth.</p><h2 id=\"toc-3\">Are Right Now There Any Risks Affiliated With Using The Gta Online Lucky Tyre Glitch? </h2><p>One of which is collecting rare cars that will you can display to your friends as well as other online players you\'ve but to meet.  Rockstar updates the game for a long time of time so players typically spend their working day in GTA On the internet, collecting various points, and cars usually are no exception.  Thanks to the Dailymotion content creator, LaazrGaming, you could win a new guaranteed Podium vehicle every week on the Lucky Wheel.  Technically all you\'re carrying out here is pressing the stick a specific way or stopping the game, nevertheless utilizing the GTA On the web Lucky Wheel glitch continues to be gaming the system as a way to safeguarded a higher benefit prize.  Lampadati Principio may be typically the vehicle offered in the Precious natural stone Casino Scène with this 7 times throughout GTA your five Online.</p><p>If you don\'t would like to leave circumstances to chance, there is definitely a method a person can use which virtually guarantees you\'ll win the Scène Car every moment.  To set this up, you require the particular Lucky Wheel to be resting for the Clothing wedge a couple of sections to the particular right of the Vehicle wedge, because pictured above.  Afterward, Rockstar Games may reset the Scène Car pursuing the release of the future GTA Online Once a week Update.  Iain actually joined Future media to write recommendations for CVG, PSM3, and Xbox Earth, before moving after to participate GamesRadar inside 2013 because Manuals Editor.  Follow this specific approach in GTA On-line and you could shortly be auto parking a flash brand new ride in the garage, completely regarding cost-free.</p><h2 id=\"toc-4\">How To Win Typically The Podium Car Every Time In Gta Online After Cluckin Bell Farm Raid Update? </h2><p>Alright, so you want to succeed the particular new GTA Online Podium Wheel but don’t know where to start.  If an individual suspect that will certainly the wheel won’t stop in this Podium Vehicle slot machine game, immediately detachment your online link.  This ought to force GTA Upon the internet in order to suspend all actions and prevent any development from being noted.  To have the particular Podium Vehicle whenever in GTA On the web, there’s some type of tiny strategy someone could put into action as a result of LaazrGaming.  Find away precisely precisely how a person can easily make cash this 7 days inside so that it will discover rich in the very good extremely short place of time.  Also, if you wish to run some form of small business00 inside Los Santos, find out exactly precisely how to join up such as a new TOP DOG or a wonderful MC President.</p><p>If and so, swiftly select a car port area to shop it and the car is going in order to be permanently the one you have.  The Lucky Tyre should rotate gradually and can be found in buy to a halt within the Podium Car option.  You obtain one cost-free spin and\" \"rewrite per day, thus if you don’t win the auto you can test again the next day.  At Gfinity Digital Press, we hold yourself to the greatest standards of content conduct, guaranteeing the integrity and perhaps quality of the content.  Editorial independence will be usually fundamental with each of our quest, allowing us just about all to deliver impartial verdicts on companies companies while keeping away from conflicts of focus.  Our editorial staff adheres to the particular stringent editorial prepare to uphold this specific specific principle.</p><h3 id=\"toc-5\">What Podium Vehicle Is Available Soon? </h3><p>Alright, so you will need to win typically the particular modern GTA On the web Podium Wheel but don’t know inside which in buy so as to start.  First, visit The Important stone Casino &amp; Vacation resort and seem planned for any company new Lucky Tire.  Here’s anything with regards to this week’s GTA Online Podium Automobile and the way to get this easily\" \"each time.  Lampadati Casco could be the auto available upon the Diamond On line casino Podium for this kind of week in GTA five Online.  With this trick, you don’t need to get bothered about beating the actual 20 in merely one odds.  If you don\'t understand what a \"fresh\" Lucky Wheel seems like, look from the image above; this is attained easily by starting up a new personal session upon launching GTA 5.</p><ul><li>Yes, at their own basic level usually the brakes are amazingly poor – although this can finish up being fixed with a couple of updates at Mis Santos Customs. </li><li>His dedication to the craft has gained him the title of a content expert under the Esports & Gaming split. </li><li>Check out each of our Once a week Update guidebook that lists all” “in the rewards and difficulties added soon. </li><li>With the brand new Scène Automobiles revolving pretty much every 7 days, GTA gamers will always be on with typically the particular wild spin practically any week. </li><li>Once players follow the style correctly, the tyre should stop precisely at the podium vehicle, awarding participants another set regarding wheels in GTA Online. </li></ul><p>While they are difficult odds, do they offer a way to earn the Casino Car whenever in GTA 5 Online?  So, look at our manual to discover everything about it along with this week’s Casino Scène car rotation.  Once players” “follow the pattern correctly, the actual wheel should leave exactly at the particular particular podium car, awarding players another fixed of rims in GTA Online.  The Podium Vehicle is possibly one of typically the best prices amongst people, along with almost just concerning every GTA On the web person eager to get their own hands on that week’s automobile before it runs out.</p><h3 id=\"toc-6\">How To Find The Podium Car Whenever In Gta Online After Final Dose Update</h3><p>With the newest Scène Automobiles spinning pretty much every single 7 days, GTA gamers will be on with typically the particular wild spin nearly any week.  You may easily spin the Lucky wheel at Diamonds Online casino once on a new daily basis with all the Scène car altering inside a few days.  Players should take note that it won’t take  really miss Rock-star to see the particular glitch in addition to fix that by way of regular revisions.  However, despite becoming free, purchasing the Podium automobile will be challenging while a person have to succeed it first.  If you’re thinking about getting your hands on another vehicle, obtain a look with our guide on the prize journey for this few days.</p><ul><li>To rotate the tyre, players must walk towards the front of the controls and spin it to obtain rewards for the schedule involving the marked area the tire halts on. </li><li>This content explains how an individual can score typically the free reward every single time after the particular GTA Online Cluckin Bell Farm Rezzou update. </li><li>As title suggests, typically the Lucky Wheel is usually one of the particular most simple gambling strategies available to players with the casino. </li><li>However, despite getting free, acquiring the particular Podium car is usually challenging when you have got to win that first. </li></ul><p>Head to the Lucky Wheel throughout the Diamond Gambling establishment and you want the wheel structure to have apparel at the pinnacle, with the particular 50k segment in order to the left and even 2, 500 RP segment to typically the right.  Adding this particular Podium\" \"incentive to your series all comes along to a spin on the Blessed Wheel, but a person won’t must count on beating the odds this time.  Although GTA Online is filled with a great number of activities and aims for players to complete, Rockstar takes the time when this comes to important content drops.  In his spare period, he enjoys actively playing video games, particularly open-world titles plus role-playing games (RPGs) and is specifically fond of the GTA franchise and has played out nearly every name in the collection.</p><h2 id=\"toc-7\">Gta Online: The Right Way To Win The Particular Lucky Wheel Podium Car Every Time</h2><p>You can generate the Casino automobile every time in GTA 5 On-line having a strategy or workaround.  That’s everything covered about how to win the Casino car whenever\" \"within GTA your several Online.  To use the GTA On the internet Lucky Wheel glitch, you need throughout order to become prepared to quickly stop the overall game if the particular final result of the spin is not really the one you want.  To do that, socialize with the Blessed Steering wheel then push the certain left stick together to give it a spin, ahead of getting ready regarding the particular following step.  And while getting 1 depends upon luck, there’s truly a strategy to make confident you” “earn the particular car for the few days every single period.  Brought into the particular world involving video gaming by the moment having been 10, Argie knew that gambling provides him hours and hours regarding enjoyment, an matter which has by not any means changed perhaps upward to this day time.</p><ul><li>Or, you can disconnect your game by the internet before the Lucky Wheel ceases and restart the procedure again. </li><li>Once players” “follow the pattern correctly, the tyre should stop precisely on the podium car, imparting players another established of tires within GTA On-line. </li><li>If the particular Lucky Tyre really does land upon Secret, you will quickly observe what your current prize is then stick to the process under for another get in case you’re not satisfied along with the outcome. </li><li>As the name suggests, the Lucky Wheel will be one of commonly the most easy wagering methods offered in so that it will players at the gambling establishment. </li><li>However, inspite involving being free, purchasing the Podium vehicle is challenging due to the fact you have to be in a position to succeed it 1st. </li></ul><p>However, thanks to a newly released glitch, PlayStation participants can win the vehicle each and every time they rotate\" \"the whel using the particular simple trick.  With the most recent Podium Vehicles rotating every 7 days, GTA players can be up intended for some kind of wild spin weekly.  With generally the Lucky Steering wheel beginning in the best location, interact along with it then hold out four seconds by if the rotate prompt appears prior to quickly moving typically the particular left stick.  If done appropriately, the particular Blessed Wheel may slowly rotate once in addition to land in the particular Vehicle wedge, while shown within the gif above.  You might need in order to experiment with your timing to obtain this kind of working, but since simply uses rapidly quit the game in the event you don’t arrive at your vehicle reward you’re aiming for then reload another go.</p><h2 id=\"toc-8\">You Can Right Now Wander Around Liberty Town In Gta 5</h2><p>If you’re enthusiastic about receiving your hands on another car, look at a look in our guide about typically the prize drive with regard to this full few days.  But we may update it using the new On line casino Scène car when Spot notes usually are revealed.  Rockstar keys the podium auto at\" \"typically the Lucky Wheel On line casino together with just about every update.</p><p>You can win the On line casino motor vehicle every time in GTA five Upon the net utilizing a trick or perhaps maybe workaround mostbet sign in.  Every week, Rockstar Game titles adds a brand name new vehicle with regard to the Scène regarding players in order to try and do well prior to up coming every week revise.  You may win the Casino auto every period inside GTA your several Online having a new technique or workaround.  Thanks towards the Myspace content creator, LaazrGaming, you can find a guaranteed Scène car weekly about the Fortunate Tyre.  If a man or woman don’t know specifically what a “fresh” Lucky Wheel seems such as, appearance at the picture above; this type of is accomplished easily by beginning a new non-public program upon introducing GTA 5.  To utilize GTA On the web Lucky Wheel glitch, you should end up being ready to quickly quit the movie game if the results of typically the spin is merely not normally the one the individual want.</p><h3 id=\"toc-9\">Is The Success Regarding Xbox’s Cloud System Hinging On Unique Games? </h3><p>Alright, so you would like to earn typically the modern GTA On typically the web Podium Tire yet\" \"don’t know wherever in order to start.  First, check out The Diamonds Gambling establishment &amp; Location and show intended for a fresh Blessed Tire.  Afterward, Rockstar Online games can reset the Podium Car pursuing the launch with the up coming GTA Online Weekly Update.  Iain originally signed up with Future in the summer season to write rules for CVG, PSM3, and Xbox Planet, before moving on to join GamesRadar in 2013 since Guides Editor.  Follow this method in GTA On-line and you may soon always be parking a flash new ride inside your garage, completely with regard to free.  If someone execute this efficiently, the Lucky Tire should spin slowly and gradually and stop along with the Podium automobile reward.</p><ul><li>Head to the particular Lucky Tire inside the Gemstone Casino and you would like the wheel structure to possess clothing at the particular top, with the 50k segment left and 2, five-hundred RP segment for the correct. </li><li>Follow this particular method within GTA On the world wide web and a person may soon continually be parking a expensive fresh ride within typically the garage, completely in zero cost. </li><li>This content explains how a single can score the free reward everytime following the GTA Online Cluckin Bells Farm Raid up-date. </li></ul><p>With the modern Podium Vehicles spinning every 7 times, GTA players are usually up regarding the wild rotate weekly.  “A very good way to get all those rare cars will be in order to attempt to win usually the podium automobile in the Diamond Gambling establishment regarding GTA Online.  It takes substantial good fortune to obtain typically the rare car on the other hand, a new GTA content founder worked out how to constantly win the Fortunate Wheel every one time with a simple technique.  While this type of method isn’t sure to get the person the car just about every time, we include in order to admit that it appears to bonus it more generally than not.  We have gotten the specific podium vehicle all-around four or five times that way.  The Podium Car” “is not definitely typically the sole portion with regards to GTA On-line that will gets a every week update.</p><h3 id=\"toc-10\">How To Job With The Lucky Wheel In Gta Online</h3><p>Once players win the particular car, they generally will need to wait regarding the next update as the automobile cannot be received twice.  However, there’s a glitch of which helps players earn a podium auto every time that they spin the Fortunate Wheel on the PS4 or PS5.  With that becoming said, let’s learn everything about typically the Lucky Wheel plus the recent glitch that players should know about.  All content material is written &amp; modified by employees that have enjoyed &amp; researched the games.  The Scène Car” “is not necessarily the particular only portion regarding GTA Online that gets some form of weekly up-date.  If you’re thinking about having your palms on another car, consider a seem with our guide about the prize trip for this few times.</p><ul><li>You may easily rotate the Lucky wheel at Diamonds On line casino once on a daily basis together with the Scène car altering inside a full week. </li><li>If the specific Lucky Wheel truly will land on Key, you can quickly see exactly what the reward will probably be and then follow the procedure below for one other go if you’re unsatisfied using the outcome. </li><li>Although GTA On-line is filled alongside with countless pursuits and objectives intended for participants to accomplish, Rock-star takes its moment in terms regarding significant content falls. </li></ul><p>Away by gaming, Neeraj locates delight in the comedic escapades regarding Tv shows like Typically the Big Bang Idea.  Players should note that it won’t take long with regard to Rockstar to observe the glitch plus fix it by way of regular updates.  Until then, players may surely take benefit of it in addition to make a selection of podium cars in the sport.  Rockstar Games included new changes to be able to GTA Online right after the Cluckin Bell Farm Raid up-date, and the strategy to win typically the Podium car furthermore changed a small.</p><h2 id=\"toc-11\">Gta Online Scène Vehicle: How In Order To Always Win The Lucky Wheel</h2><p>While most players struggle to get the very best prize in addition to collect the Scène car, a GTA content creator offers figured out how to rig the Fortunate Wheel all the time using a simple strategy.  However, players may consistently win the particular podium car and steer clear of the luck feature entirely with the simple trick.  This page delves straight into the most up-to-date way to do so, complete along with detailed instructions.</p><ul><li>Each few days, some sort of whole new Podium Car can be obtained to earn inside Diamonds Online casino. </li><li>If you will desire much more, check out there there our GTA+ Returns site simply for this calendar month\" \"despite the fact that well. </li><li>If you don\'t know what a \"fresh\" Lucky Wheel looks like, look at the image above; this is achieved easily by starting a new non-public session upon releasing GTA 5. </li></ul><p>However, players can frequently win the podium car and steer clear of the particular luck element completely having a fundamental trick.  This web-site delves into typically the virtually all up-to-date” “service so, complete using detailed instructions.  This technique is utilized by many to ensure themselves to always be able  to acquire the automobile in least get all around it.  When you approach the particular wheel, count the second and then maneuver the left joystick on your control mechanism to the still left and even swing action it down gradually to the bottom.  Think from it like a clock face and you will be adding the termes conseillés in the about the lookout regarding o’clock position and even even moving it reduced to the six o’clock position.</p><h2 id=\"toc-12\">Gta</h2><p>If you\'re enthusiastic about having your hands upon another car, take a look in our guide about the prize ride for this week.  Lampadati Casco is the car accessible on the Diamond Casino Podium with this week in GTA 5 Online.  With each weekly revise, Rockstar introduces a fresh Podium Vehicle to the Diamond Casino within GTA Online.</p><ul><li>However, there is a way that an individual can almost guarantee that you\'ll get the car every one time. </li><li>Find out precisely how you can help make money recently within order to get rich in a very short place of time. </li><li>Head to the particular Lucky Wheel in the Diamond Gambling establishment and you want the wheel design to have clothing towards the top, with typically the 50k segment in order to the left and even 2, 500 RP segment to the particular right. </li></ul><p>When you head up to the steering wheel and press proper on the d-pad, you’ll want as a way to wait until the ‘Use L to spin’ prompt appears inside top left with the display and hold out regarding four just a few seconds accurately.  Head for the particular Lucky Steering wheel inside the Diamond Casino and a person would like the wheel structure to have clothing at the top, with all the 50k segment left plus 2, five-hundred RP segment for the appropriate.  However, we have a method that an individual can almost guarantee that you’ll obtain the particular automobile every individual moment.  The chance associated with winning the podium vehicle without any type of special method is 1 in makes.</p><h3 id=\"toc-13\">Gta Online Weekly Update (5 June</h3><p>Unfortunately, this certain doesn’t always mean that can an individual might win usually the motor automobile.  Editorial independence is definitely usually fundamental for the quest, allowing everyone to deliver unbiased entendement on goods plus companies when remaining away through conflicts of attention.  Our editorial staff sticks into a brand new stringent editorial insurance coverage plan to support this kind involving theory.  Rockstar On the web games added some fresh changes to GTA Online right after the particular Cluckin Bell Plantation Rezzou update, in addition to the technique to be in a position to win typically the Scène car likewise transformed just a little.  However, most of most of the steps remain this same, and more mature users can quickly manage the brand new trick.  Adding this specific Podium praise to be able to your current collection just about all comes along to a spin intended for the Lucky Tyre, but the fact is won’t need to be able to depend on defeating the particular odds now.</p><ul><li>However, players can on a regular basis win the scène car and remain away from typically the luck feature completely using a simple trick. </li><li>You purchase one cost-free rotate daily, therefore in the event that you happen in order to don’t obtain the particular vehicle an person can try once again tomorrow. </li><li>Previously,\" \"he was a senior analyst at media software program company Cision, where he worked on projects for clients just like Sony PlayStation. </li><li>Rockstar On the web games added many brand new changes to GTA Online following the particular Cluckin Bells Plantation Raid up-date, and even typically the trick to be able to succeed the Scène automobile also changed the little. </li></ul><p>To obtain the Podium Car whenever in GTA On the world wide web, there’s some form of small trick a person can implement as a result of LaazrGaming.  Find out exactly how a person can make finances this week within order to discover rich inside some sort of good extremely short place of time.  Also, if you need to any small business00 inside Los Santos, track down out exactly precisely how to register just like some kind of CEO or even even a outstanding MC President.</p>','Gta Online Weekly Scène Vehicle For Come July 1st 17: How To Be Able To The Fatigue Lucky Tire Every Time','','inherit','closed','closed','','244-revision-v1','','','2025-10-06 20:00:14','2025-10-06 13:00:14','',244,'https://lion288slot.com/?p=245',0,'revision','',0),
(246,1,'2025-10-05 12:00:34','2025-10-05 05:00:34','<meta name=\"description\" content=\"Some bonuses are game-specific, such as free rotates for certain video poker machines. \"/><h1>How To Begin Playing At 1win Casino</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Table Of Contents</a></li><li><a href=\"#toc-1\">Mitre D3fend Expertise Guides To Style Better Cyber Defenses</a></li><li><a href=\"#toc-2\">How To Use Benefit Casino In 1win And Where In Order To Get It Throughout India</a></li><li><a href=\"#toc-3\">Bonus Ways To Increase Winnings</a></li><li><a href=\"#toc-4\">Faqs: 1win Bonus Casino</a></li><li><a href=\"#toc-5\">Key Features With The Platform</a></li><li><a href=\"#toc-6\">Top Twelve Common Questions About 1win Bonuses And Promotions</a></li><li><a href=\"#toc-7\">What Are Gambling Requirements? </a></li><li><a href=\"#toc-8\">Regular Promotions</a></li><li><a href=\"#toc-9\">Exclusive 1win Bonuses Plus Promotions 2025 For Players In Ghana</a></li><li><a href=\"#toc-10\">Getting The Particular 1win Welcome Provide Step-by-step </a></li><li><a href=\"#toc-11\">Which Casino Is Best Within Goa? Exploring The Best Ones To Play</a></li><li><a href=\"#toc-12\">How To Use Typically The App On Ios</a></li><li><a href=\"#toc-13\">User-friendly Mobile App</a></li><li><a href=\"#toc-14\">How Can I Find A Promotional Code? </a></li><li><a href=\"#toc-15\">Online Online Poker Tools To Enhance Your Current Winrate</a></li><li><a href=\"#toc-16\">Pecmd – House Windows Prefetch Analysis With Regard To Incident Responders</a></li><li><a href=\"#toc-17\">Accessing Your Account</a></li><li><a href=\"#toc-18\">In Other Bonuses</a></li><li><a href=\"#toc-19\">In Express Reward: Extra Bonus For Multiply Bets</a></li><li><a href=\"#toc-20\">How To Utilize Bonus Casino In 1win: Fast Start Guide</a></li><li><a href=\"#toc-21\">Finish The Registration</a></li><li><a href=\"#toc-22\">Understanding 1win’s Wagering Requirements</a></li><li><a href=\"#toc-23\">Predictors For 1win Aviator Game</a></li><li><a href=\"#toc-24\">Betting Bonuses (freebets)</a></li><li><a href=\"#toc-28\">Lottery Sit & Gos – Where In Order To Play</a></li><li><a href=\"#toc-29\">Licensed Online Game Providers</a></li><li><a href=\"#toc-32\">Minimum Deposit</a></li><li><a href=\"#toc-33\">Extensive Collection Of Gambling Establishment Games</a></li><li><a href=\"#toc-34\">Cashback Bonuses</a></li></ul></div><p>You can get up to seventy free spins regarding 1Win casino added bonus to the first downpayment bonus.  The free of charge spins can be manufactured on a huge variety of slot machines.  To prevent falling in to bonus puts, study and understand just about all the stipulations.  Since its establishment in 2016, the internet booker has become a new recognized brand, particularly throughout the USA.  The platform provides users with over 40+ sports booking games and 7000+ on line casino games, including survive dealer games.  You’ll instantly get a 200% bonus, which usually means you’ll include $150 in your major account and $300 in your bonus account, giving a person a total of $450 to experience with!</p><ul><li>The site is definitely organized in a way that tends to make it easy to get games, manage your, and access customer support. </li><li>The wagering requirements are usually clearly stated, producing it easy to be able to understand the terms before claiming. </li><li>One of typically the other things all of us recommend you remain informed about is the duration of typically the 1Win  casino benefit. </li></ul><p>After is made your own initial deposit, you\'ll be able to be able to bet from the main account plus your bonus account.  1Win offers extra opportunities to increase your earnings by simply offering a great deal of promotions for casino games in addition to betting.  It is important to note that any 1Win user can consider advantage of all of them.  These promos are designed to diversify the user’s gaming experience and in addition give extra free rounds and money.</p><h2 id=\"toc-0\">Table Of Contents</h2><p>1win Casino manages to be able to be noticeable in a new competitive market by combining an extensive video game library, user-friendly features, and attractive bonus deals.  Whether you’re a fan of slot machines, scratch cards, or reside dealer experiences, typically the platform offers enough variety to keep things engaging.  The seamless mobile app, fast transactions, and responsive support further improve the overall expertise.  Using a promo code at 1win unlocks a wide variety of benefits that can greatly improve your gaming experience <a href=\"https://mostbet1bd.com/\">mostbet bd</a>.</p><p>Sports gambling is also not included in the available categories.  But the bookmaker promises that this is a temporary phenomenon.  We hope to see some sort of loyalty programme throughout this segment rapidly, too.</p><h3 id=\"toc-1\">Mitre D3fend Expertise Guides To Design And Style Better Cyber Defenses</h3><p>But a no deposit bonus at 1Win is normally understood as the gift without some sort of deposit.  That said, using such a bonus, all chances to win actual money usually are saved for that person!  So the no deposit bonuses from 1Win offer a new great opportunity in order to try out a new casino or fresh game with nominal risk.</p><p>1Win offers a number of offers that both brand new and existing punters can enjoy.  Players can enjoy an express code reward 1Win, 30% cashback, 1Win free spins, free poker tournaments, up to 50% rakeback, and various other promotions.  These promotions make your gaming knowledge more pleasurable and rewarding.</p><h3 id=\"toc-2\">How To Use Added Bonus Casino In 1win And Where To Be Able To Get It Throughout India</h3><p>By reviewing your betting historical past, you\'ll be able to identify patterns and potentially understand from your mistakes.  If you may do this, you could refine your strategies for better outcomes in the years ahead.  Money wagered from the bonus account to the main account will end up instantly available regarding\" \"blood flow.</p><ul><li>This stage helps protect against scams and ensures conformity with regulatory requirements. </li><li>These games are better played with genuine funds rather as compared to bonus money, unless of course the terms clearly state they are usually eligible. </li><li>Understanding these needs is crucial for players, as these people significantly impact exactly how effectively you may use typically the credit money presented by the 1win. </li><li>This prevents players from overspending irresponsibly and even regulates the pay out they might get using one bonus. </li></ul><p>Whether you’re spinning\" \"the particular slots or playing live casino games, the best approach can make a lot of difference.  1Win’s bonus casino and promotional offers offer a perfect system for Indian gamers to elevate their very own online casino experience.  These bonus and promo offers give some sort of steady kickstart while reducing the risk of preliminary losses and growing winning chances <a href=\"https://mostbet1bd.com/app/\">mostbet app</a>.</p><h2 id=\"toc-3\">Bonus Strategies To Increase Winnings</h2><p>If you will be still unsure whether to try out Aviator in the 1Win system, you can look at some main positives and negatives.  They will support you evaluate the game’s capabilities before you start.  They come from Telegram bots, AI, in addition to dedicated applications, notifying players when they should withdraw their very own stakes.  Predictor is definitely a special device that claims to suppose the outcome of the upcoming round in this particular game.  While given that appealing, relying upon such solutions could be not the particular best idea.</p><ul><li>1win\" \"includes a specific page committed to the terms and even conditions of each benefit, the Promotions in addition to Bonuses page. </li><li>The terme conseillé has an exceptional reputation and operates under a Curacao license. </li><li>The outcome of such matches is as unpredictable as achievable. </li><li>It is the site’s main bonus, which often also works intended for the first four deposits for the bank account. </li></ul><p>The casino frequently runs time-sensitive promotions in addition to offers exclusive promo codes that uncover special rewards.  These may include deposit bonuses, free spins, or participation inside tournaments with actual prizes.  Promo unique codes are often sent out during holidays or major events, thus players are urged to stay up to date through the platform’s announcements.  Taking benefit of these offers can easily greatly enhance the particular overall value associated with playing at 1win.  The 1win is renowned for its appealing promotions designed to be able to enhance user engagement and boost earnings.  Players can find out a array of promotional offers that include typically the welcome bonus for brand spanking new clients, ongoing first deposit bonuses, and several free spins.</p><h3 id=\"toc-4\">Faqs: 1win Bonus Casino</h3><p>In the top right hand corner of the page that you land on, you\'ll see a eco-friendly box that says \'Registration\'.  Make positive that each of the details that you offer are correct to prevent any problems later on.  Understanding these specifications is crucial for players, as that they significantly impact how effectively you may use the particular credit money presented by the 1win.  Aviator on the particular 1Win platform is usually an exciting sport that is well suited for everyone.</p><ul><li>Also, a new bonus as high as 500% allows you in order to start the video game with a severe advantage. </li><li>This attention in addition to popularity have manufactured 1Win one of the best plus most preferred on-line betting platforms in India. </li><li>Loyalty bonuses are usually offered to players who regularly play about the platform. </li></ul><p>Many other companies possess similar requirements with regard to such promotions.  More information regarding this promotion is available on the official 1Win web site in a specific section.  All game titles are made by leading software builders (Microgaming, NetENT), which often guarantees the end user the best video gaming experience and reliability of the video games.  After registering, help to make sure to complete the 1win logon process.  This will give you access to your account dashboard where you can view and claim offered bonuses.</p><h2 id=\"toc-5\">Key Highlights In The Platform</h2><p>Another kind of promo the company can easily offer to their players could be the 1Win no deposit added bonus.  Every user may try it out without charging one more payment.  For example, the dedication program, with the help the participant gets the prospect to earn 1Win coins, which could after that be exchanged for real money.  Keep in mind of which most 1win additional bonuses come with betting requirements.  This implies you’ll need in order to wager a selected amount before you\" \"can withdraw your earnings.  Be sure to be able to browse the terms in addition to conditions of each and every bonus so you understand how in order to meet these needs and maximize your current potential payouts.</p><ul><li>If you’re looking to elevate your online casino experience, 1win India provides typically the perfect platform with its impressive selection of bonuses and even promotions. </li><li>The calculator will compute your expected daily, weekly, and monthly cash back again with respect to the stakes plus tables you input. </li><li>You also need to remember that if you claim a bonus offer ahead of completing the betting requirements of another promotion, you’ll reduce the chance to withdraw it. </li><li>The more aware you about accidental injuries or form, the particular more likely the chance for winning a bet. </li><li>This added bonus is available only to players from Ghana with built at least one deposit of 135 GHS on typically the site. </li></ul><p>Remember to read the terms plus conditions with the reward to fully be familiar with rules that apply to this specific reward.  After selecting the particular option to find the bonus funds, you\'ll end up being shown more terms and conditions of the bonus.  We advise reading these to make yourself fully aware involving what that you\'re agreeing to.  In the truth of the particular 500% deposit added bonus offer, the very first downpayment that you create will get a person a 200% first deposit bonus with the obligation transaction method.  The blend\" \"of substantial bonuses, flexible promo codes, and regular promotions tends to make 1win a extremely rewarding platform regarding its users.  After making a prosperous deposit, your 1win bonus will be deposited into your account automatically.</p><h3 id=\"toc-6\">Top Ten Frequently Asked Questions About 1win Bonuses And Promotions</h3><p>It is furthermore a combination of characters and numbers, which usually you type to the right field.  The outcome is typically the crediting of nth add up to your bank account in the no-deposit category.  It has its own temporary promotions, for example a birthday present.</p><p>The program is designed with regard to touchscreens, offering clean navigation and quickly loading times.  Push notifications keep consumers informed about brand new promotions, while in-app settings allow intended for personal customization.  Whether placing bets, actively playing slots, or withdrawing funds, every functionality is easily attainable with just the few taps.</p><h2 id=\"toc-7\">What Are Gambling Requirements? </h2><p>While we did teach you a simplified type of the service process, it’s even more or less a similar for all the other bonuses upon the website.  If you take typically the time to read the terms and conditions, you should be excellent to go.  Just remember that bonus deals are meant to make issues fun so end up being responsible.  Now of which you know a little about casino additional bonuses and what in order to look out intended for, let’s discuss just how to use bonus in 1Win Online casino.</p><ul><li>Although the bonuses may possibly vary over time, they regularly contain deposit bonuses, totally free bets, cashback offers, and tournaments. </li><li>The bonuses and promotions are around for both new and existing players. </li><li>You may register using your current email and cell phone number, and even url your account through Google, Telegram, and some social networks. </li><li>The first downpayment bonus typically matches a portion of the initial deposit, letting you to start off your gaming\" \"trip with more money. </li><li>For example, a 100% match on the $50 deposit provides you another $50 to play along with, doubling your starting balance. </li></ul><p>These bonuses are usually similar to welcome bonuses but are usually available after typically the first deposit.  Reload bonuses are usually provided on a percent basis, like some sort of 50% match bonus on the second first deposit.  Among the numerous options available, 1Win has quickly turn into your favourite choice associated with Indian casino lovers.  1Win Casino is definitely a go-to location for players who adore a combination associated with excitement and genuine rewards.  One involving the biggest sights at 1Win may be the 1Win Bonus Online casino, offering players fascinating opportunities to enhance their gameplay.  Select the bonus that will you would like from the site\'s \'Bonuses\' section instructions in this case the +500% deposit bonus with the promotional code STYVIP24.</p><h3 id=\"toc-8\">Regular Promotions</h3><p>If the bonus wasn’t activated, you need to contact customer support and report the issue.  We will explain to you slightly regarding the most popular games of this specific type.  As many of us found out when creating this 1Win assessment, one of the particular most attractive top features of this platform will be its bonus parts.  Across the internet, you will discover hundreds regarding questions concerning 1Win’s bonus.  In this specific guide, we may provide answers to the top 10 the majority of frequently asked questions concerning bonuses.</p><ul><li>Once you’ve came into the promo signal, you’ll need to be able to create a deposit to be able to qualify for that benefit. </li><li>With a small amount of strategy plus knowledge, using casino bonuses can become a fun plus rewarding way to experience everything that 1Win has to offer you. </li><li>And you can obtain a no deposit bonus simply by registering, utilizing a promo code or through an existing promo. </li><li>After registering, help make sure to full the 1win sign in process. </li><li>While claiming 1Win bonuses, we should be mindful of several popular mistakes. </li></ul><p>Many players are usually convinced that this is not a specific type of benefit, but rather a form of bonus.  That is, money that is certainly credited to a bettor\'s account, although will not become component of their down payment.  In order with regard to them to come to be this sort of category, they need to be wagered.  The next category is special offers and gifts for existing players.  These are intra-system leagues mechanisms, jackpots and even individual offers he or she specific slots or promotions for sporting events.</p><h2 id=\"toc-9\">Exclusive 1win Bonuses And Promotions 2025 Regarding Players In Ghana</h2><p>Winnings are instantly credited to your own balance immediately after typically the round is over.  Once the experts are usually sure that an individual are over 18 years old and also have no other company accounts, it will be easy to work with all the features of your account.  An essential requirement is that will you will not really be capable to make use of the voucher without having registering and triggering\" \"your own wallet.  Accordingly, approach already funded your at least once.</p><ul><li>Actually, you can find simply no wagering requirements like x50, etc.; the particular special approach to shifting prize funds is definitely implemented here. </li><li>In the competing regarding online game playing, maximizing your earnings is vital, and using bonuses and offers can significantly enhance your experience. </li><li>Moreover, we can highlight some popular mistakes usually found during the professing bonuses process, helping us navigate possible pitfalls effectively. </li><li>Wagering requirements dictate just how many times a person need to gamble the bonus sum before cashing out there any winnings. </li><li>Doing research will help make you less willing to make rash selections for the selections you use in your bets. </li><li>For Android consumers, the installation file can be down loaded directly from the official website. </li></ul><p>The bonuses and promotions are around for both new and even existing players.  The slot games on the webpage are always supplying bonuses to clients.  However, there usually are regular promotions in every section of the website.  Checking typically the app and web site regularly can always keep you informed while well as preserving an eye on their social media accounts.  We just about all want to always be a part of a betting site that gives us rewards intended for our loyalty.  Ultimately, taking advantage involving 1win’s generous reward system is what will keep customers rebounding for more.</p><h2 id=\"toc-10\">Getting The Particular 1win Welcome Provide Step-by-step </h2><p>1Win is legal throughout South Africa and any computer user over the particular age of 20 can safely enjoy here for\" \"actual money.  The company  provides its services online and also does certainly not violate local regulations.  Encrypted servers along with SSL protection are used to retail outlet and process consumer data.  All of the company’s policies, its rules, are totally transparent and readily available for every user to understand.  1win users can easily bet on all popular esports procedures both online and live.  Each self-discipline has its own page exactly where you can see the schedule of forthcoming matches.</p><ul><li>1Win Casino is definitely a go-to location for players who adore a combination involving excitement and real rewards. </li><li>In essence, 1Win Casino bonuses arrive in different varieties, aimed at fulfilling specific player incentives. </li><li>In this situatio, once just about every couple of months you can get a cost-free 1, 000 straight into your account. </li><li>The free of charge spins may be built on a huge variety of slot machines. </li><li>It is important to make note of that the percent pounds that may be returned is dependent directly on typically the amount of funds spent by typically the user. </li></ul><p>Meeting these requirements is essential with regard to withdrawing bonus earnings.  If any promotional codes are certainly not activated, bonuses are not credited or promotions never function, you should speak to support.  The major thing we have got already mentioned is the need for betting.  There are also other sorts of gifts of which don\'t need in order to be wagering – cashback and show raises.  To declare the welcome bonus (or any deposit-related bonus), you will need to make your current first deposit.</p><h3 id=\"toc-11\">Which Casino Is Better Within Goa? Going Through The Finest Ones To Play</h3><p>1Win offers bonuses that can be used around different games, which include slots, table games, live dealer video games, and even more.  This may help you discover which games offer better winning prospective.  1Win promotions are best suited both for users who prefer casinos and then for players interested in sports betting.  Express bonus is built to assist\" \"a person earn money when they place several bets concurrently.</p><p>The results of such matches is really as unpredictable as achievable.  The games inside the Virtual Sports activities section of 1win last considerably less time than regular sporting events.  New players are greeted with a generous welcome deal, often including a deposit match reward.  This provides you with added funds to explore gambling establishment games right from the start.  In addition to well known casino content, 1win offers a selection of mini-games and exclusive titles that will provide a stimulating break from traditional formats.</p><h2 id=\"toc-12\">How To Use The App On Ios</h2><p>This platform provides gained a great deal of attention, specifically for its special welcome bonus.  For new players, getting a +500% boost about deposits sounds nearly too good to be able to be true.  Yes, there are various options for no-deposit bonuses on 1win, for example, regarding installing the cell phone app on the smartphone.  To explore all the offered bonuses in this kind of category, you will need to click about the “Free Money” button in the leading left corner associated with the site.  You can choose coming from three types of bets – Single, Numerous, and Series.  The\" \"video game from Pragmatic Enjoy, Spaceman, offers players to immerse by themselves in the space atmosphere.</p><ul><li>Players can receive lotto tickets daily throughout the “Free Money” tab. </li><li>Once you enter the code, the reward amount and primary deposit will always be credited to your account. </li><li>Depending on the particular payment method you have chosen and the country a person are currently dwelling in, the revulsion time will take way up to 12 hours. </li><li>This harmony of reliability and even variety sets the platform apart from competition. </li><li>That said, using this sort of reward, all chances to be able to win actual money are usually saved for your participant! </li></ul><p>Even if you produce a qualifying deposit, an individual won’t be suitable for the reward without the proper promo code.  So, when reading the particular terms and situations, pay attention to bonus codes you might need to make use of to activate the particular chosen promotion.  In order to meet the criteria for these regular bonuses, customers need to fulfil a specific criteria that is definitely outlined in the particular terms and conditions individuals promotion.  Users should keep a great eye on the particular ‘Bonuses’ pages of the site to stay fully updated with the gives that are appearing on the site.</p><h3 id=\"toc-13\">User-friendly Mobile App</h3><p>Make sure you set restrictions to both the amount of time in addition to money which you invest on betting activities.  By putting these in place, you could prevent gambling coming from negatively impacting other areas you will.  Don\'t use a pass word that you work with on multiple additional websites.  Protect your current personal and financial information by making use of secure passwords with lower-case and upper-case albhabets as well since numbers and symbols.  By taking additional steps to safeguard the account, you\'re protecting yourself against any kind of potential fraudsters.</p><ul><li>This raises the chances of producing a return on your bet. </li><li>An important aspect is that will you will not be able to use the voucher with out registering and initiating\" \"your current wallet. </li><li>The 1win is well-known for its enticing promotions designed to enhance user proposal and boost earnings. </li><li>When replenishing the particular main account, the player can acquire both the standard Pleasant bonus and obtain straight into one of typically the current promotions. </li></ul><p>If you’re trying to boost your online gambling establishment experience, 1win Indian offers some of the most attractive bonus opportunities in the market.  Whether you’re a brand new player or some sort of seasoned gambler, typically the 1win casino bonuses are designed to offer you more chances to win big.  In this write-up, we’ll direct you through the process involving getting and making use of the 1win added bonus, including how to get in addition to apply a 1win promo code.  Let’s dive in the information to make confident you maximize your benefits at 1win casino.</p>','1win Betting And Gambling Establishment In South Cameras Get 500% Bonus','','publish','closed','','','1win-betting-and-gambling-establishment-in-south-cameras-get-500-bonus','','','2025-10-06 20:37:51','2025-10-06 13:37:51','',0,'https://lion288slot.com/?p=246',0,'post','',0),
(247,1,'2025-10-06 20:37:51','2025-10-06 13:37:51','<meta name=\"description\" content=\"Some bonuses are game-specific, such as free rotates for certain video poker machines. \"/><h1>How To Begin Playing At 1win Casino</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Table Of Contents</a></li><li><a href=\"#toc-1\">Mitre D3fend Expertise Guides To Style Better Cyber Defenses</a></li><li><a href=\"#toc-2\">How To Use Benefit Casino In 1win And Where In Order To Get It Throughout India</a></li><li><a href=\"#toc-3\">Bonus Ways To Increase Winnings</a></li><li><a href=\"#toc-4\">Faqs: 1win Bonus Casino</a></li><li><a href=\"#toc-5\">Key Features With The Platform</a></li><li><a href=\"#toc-6\">Top Twelve Common Questions About 1win Bonuses And Promotions</a></li><li><a href=\"#toc-7\">What Are Gambling Requirements? </a></li><li><a href=\"#toc-8\">Regular Promotions</a></li><li><a href=\"#toc-9\">Exclusive 1win Bonuses Plus Promotions 2025 For Players In Ghana</a></li><li><a href=\"#toc-10\">Getting The Particular 1win Welcome Provide Step-by-step </a></li><li><a href=\"#toc-11\">Which Casino Is Best Within Goa? Exploring The Best Ones To Play</a></li><li><a href=\"#toc-12\">How To Use Typically The App On Ios</a></li><li><a href=\"#toc-13\">User-friendly Mobile App</a></li><li><a href=\"#toc-14\">How Can I Find A Promotional Code? </a></li><li><a href=\"#toc-15\">Online Online Poker Tools To Enhance Your Current Winrate</a></li><li><a href=\"#toc-16\">Pecmd – House Windows Prefetch Analysis With Regard To Incident Responders</a></li><li><a href=\"#toc-17\">Accessing Your Account</a></li><li><a href=\"#toc-18\">In Other Bonuses</a></li><li><a href=\"#toc-19\">In Express Reward: Extra Bonus For Multiply Bets</a></li><li><a href=\"#toc-20\">How To Utilize Bonus Casino In 1win: Fast Start Guide</a></li><li><a href=\"#toc-21\">Finish The Registration</a></li><li><a href=\"#toc-22\">Understanding 1win’s Wagering Requirements</a></li><li><a href=\"#toc-23\">Predictors For 1win Aviator Game</a></li><li><a href=\"#toc-24\">Betting Bonuses (freebets)</a></li><li><a href=\"#toc-28\">Lottery Sit & Gos – Where In Order To Play</a></li><li><a href=\"#toc-29\">Licensed Online Game Providers</a></li><li><a href=\"#toc-32\">Minimum Deposit</a></li><li><a href=\"#toc-33\">Extensive Collection Of Gambling Establishment Games</a></li><li><a href=\"#toc-34\">Cashback Bonuses</a></li></ul></div><p>You can get up to seventy free spins regarding 1Win casino added bonus to the first downpayment bonus.  The free of charge spins can be manufactured on a huge variety of slot machines.  To prevent falling in to bonus puts, study and understand just about all the stipulations.  Since its establishment in 2016, the internet booker has become a new recognized brand, particularly throughout the USA.  The platform provides users with over 40+ sports booking games and 7000+ on line casino games, including survive dealer games.  You’ll instantly get a 200% bonus, which usually means you’ll include $150 in your major account and $300 in your bonus account, giving a person a total of $450 to experience with!</p><ul><li>The site is definitely organized in a way that tends to make it easy to get games, manage your, and access customer support. </li><li>The wagering requirements are usually clearly stated, producing it easy to be able to understand the terms before claiming. </li><li>One of typically the other things all of us recommend you remain informed about is the duration of typically the 1Win  casino benefit. </li></ul><p>After is made your own initial deposit, you\'ll be able to be able to bet from the main account plus your bonus account.  1Win offers extra opportunities to increase your earnings by simply offering a great deal of promotions for casino games in addition to betting.  It is important to note that any 1Win user can consider advantage of all of them.  These promos are designed to diversify the user’s gaming experience and in addition give extra free rounds and money.</p><h2 id=\"toc-0\">Table Of Contents</h2><p>1win Casino manages to be able to be noticeable in a new competitive market by combining an extensive video game library, user-friendly features, and attractive bonus deals.  Whether you’re a fan of slot machines, scratch cards, or reside dealer experiences, typically the platform offers enough variety to keep things engaging.  The seamless mobile app, fast transactions, and responsive support further improve the overall expertise.  Using a promo code at 1win unlocks a wide variety of benefits that can greatly improve your gaming experience <a href=\"https://mostbet1bd.com/\">mostbet bd</a>.</p><p>Sports gambling is also not included in the available categories.  But the bookmaker promises that this is a temporary phenomenon.  We hope to see some sort of loyalty programme throughout this segment rapidly, too.</p><h3 id=\"toc-1\">Mitre D3fend Expertise Guides To Design And Style Better Cyber Defenses</h3><p>But a no deposit bonus at 1Win is normally understood as the gift without some sort of deposit.  That said, using such a bonus, all chances to win actual money usually are saved for that person!  So the no deposit bonuses from 1Win offer a new great opportunity in order to try out a new casino or fresh game with nominal risk.</p><p>1Win offers a number of offers that both brand new and existing punters can enjoy.  Players can enjoy an express code reward 1Win, 30% cashback, 1Win free spins, free poker tournaments, up to 50% rakeback, and various other promotions.  These promotions make your gaming knowledge more pleasurable and rewarding.</p><h3 id=\"toc-2\">How To Use Added Bonus Casino In 1win And Where To Be Able To Get It Throughout India</h3><p>By reviewing your betting historical past, you\'ll be able to identify patterns and potentially understand from your mistakes.  If you may do this, you could refine your strategies for better outcomes in the years ahead.  Money wagered from the bonus account to the main account will end up instantly available regarding\" \"blood flow.</p><ul><li>This stage helps protect against scams and ensures conformity with regulatory requirements. </li><li>These games are better played with genuine funds rather as compared to bonus money, unless of course the terms clearly state they are usually eligible. </li><li>Understanding these needs is crucial for players, as these people significantly impact exactly how effectively you may use typically the credit money presented by the 1win. </li><li>This prevents players from overspending irresponsibly and even regulates the pay out they might get using one bonus. </li></ul><p>Whether you’re spinning\" \"the particular slots or playing live casino games, the best approach can make a lot of difference.  1Win’s bonus casino and promotional offers offer a perfect system for Indian gamers to elevate their very own online casino experience.  These bonus and promo offers give some sort of steady kickstart while reducing the risk of preliminary losses and growing winning chances <a href=\"https://mostbet1bd.com/app/\">mostbet app</a>.</p><h2 id=\"toc-3\">Bonus Strategies To Increase Winnings</h2><p>If you will be still unsure whether to try out Aviator in the 1Win system, you can look at some main positives and negatives.  They will support you evaluate the game’s capabilities before you start.  They come from Telegram bots, AI, in addition to dedicated applications, notifying players when they should withdraw their very own stakes.  Predictor is definitely a special device that claims to suppose the outcome of the upcoming round in this particular game.  While given that appealing, relying upon such solutions could be not the particular best idea.</p><ul><li>1win\" \"includes a specific page committed to the terms and even conditions of each benefit, the Promotions in addition to Bonuses page. </li><li>The terme conseillé has an exceptional reputation and operates under a Curacao license. </li><li>The outcome of such matches is as unpredictable as achievable. </li><li>It is the site’s main bonus, which often also works intended for the first four deposits for the bank account. </li></ul><p>The casino frequently runs time-sensitive promotions in addition to offers exclusive promo codes that uncover special rewards.  These may include deposit bonuses, free spins, or participation inside tournaments with actual prizes.  Promo unique codes are often sent out during holidays or major events, thus players are urged to stay up to date through the platform’s announcements.  Taking benefit of these offers can easily greatly enhance the particular overall value associated with playing at 1win.  The 1win is renowned for its appealing promotions designed to be able to enhance user engagement and boost earnings.  Players can find out a array of promotional offers that include typically the welcome bonus for brand spanking new clients, ongoing first deposit bonuses, and several free spins.</p><h3 id=\"toc-4\">Faqs: 1win Bonus Casino</h3><p>In the top right hand corner of the page that you land on, you\'ll see a eco-friendly box that says \'Registration\'.  Make positive that each of the details that you offer are correct to prevent any problems later on.  Understanding these specifications is crucial for players, as that they significantly impact how effectively you may use the particular credit money presented by the 1win.  Aviator on the particular 1Win platform is usually an exciting sport that is well suited for everyone.</p><ul><li>Also, a new bonus as high as 500% allows you in order to start the video game with a severe advantage. </li><li>This attention in addition to popularity have manufactured 1Win one of the best plus most preferred on-line betting platforms in India. </li><li>Loyalty bonuses are usually offered to players who regularly play about the platform. </li></ul><p>Many other companies possess similar requirements with regard to such promotions.  More information regarding this promotion is available on the official 1Win web site in a specific section.  All game titles are made by leading software builders (Microgaming, NetENT), which often guarantees the end user the best video gaming experience and reliability of the video games.  After registering, help to make sure to complete the 1win logon process.  This will give you access to your account dashboard where you can view and claim offered bonuses.</p><h2 id=\"toc-5\">Key Highlights In The Platform</h2><p>Another kind of promo the company can easily offer to their players could be the 1Win no deposit added bonus.  Every user may try it out without charging one more payment.  For example, the dedication program, with the help the participant gets the prospect to earn 1Win coins, which could after that be exchanged for real money.  Keep in mind of which most 1win additional bonuses come with betting requirements.  This implies you’ll need in order to wager a selected amount before you\" \"can withdraw your earnings.  Be sure to be able to browse the terms in addition to conditions of each and every bonus so you understand how in order to meet these needs and maximize your current potential payouts.</p><ul><li>If you’re looking to elevate your online casino experience, 1win India provides typically the perfect platform with its impressive selection of bonuses and even promotions. </li><li>The calculator will compute your expected daily, weekly, and monthly cash back again with respect to the stakes plus tables you input. </li><li>You also need to remember that if you claim a bonus offer ahead of completing the betting requirements of another promotion, you’ll reduce the chance to withdraw it. </li><li>The more aware you about accidental injuries or form, the particular more likely the chance for winning a bet. </li><li>This added bonus is available only to players from Ghana with built at least one deposit of 135 GHS on typically the site. </li></ul><p>Remember to read the terms plus conditions with the reward to fully be familiar with rules that apply to this specific reward.  After selecting the particular option to find the bonus funds, you\'ll end up being shown more terms and conditions of the bonus.  We advise reading these to make yourself fully aware involving what that you\'re agreeing to.  In the truth of the particular 500% deposit added bonus offer, the very first downpayment that you create will get a person a 200% first deposit bonus with the obligation transaction method.  The blend\" \"of substantial bonuses, flexible promo codes, and regular promotions tends to make 1win a extremely rewarding platform regarding its users.  After making a prosperous deposit, your 1win bonus will be deposited into your account automatically.</p><h3 id=\"toc-6\">Top Ten Frequently Asked Questions About 1win Bonuses And Promotions</h3><p>It is furthermore a combination of characters and numbers, which usually you type to the right field.  The outcome is typically the crediting of nth add up to your bank account in the no-deposit category.  It has its own temporary promotions, for example a birthday present.</p><p>The program is designed with regard to touchscreens, offering clean navigation and quickly loading times.  Push notifications keep consumers informed about brand new promotions, while in-app settings allow intended for personal customization.  Whether placing bets, actively playing slots, or withdrawing funds, every functionality is easily attainable with just the few taps.</p><h2 id=\"toc-7\">What Are Gambling Requirements? </h2><p>While we did teach you a simplified type of the service process, it’s even more or less a similar for all the other bonuses upon the website.  If you take typically the time to read the terms and conditions, you should be excellent to go.  Just remember that bonus deals are meant to make issues fun so end up being responsible.  Now of which you know a little about casino additional bonuses and what in order to look out intended for, let’s discuss just how to use bonus in 1Win Online casino.</p><ul><li>Although the bonuses may possibly vary over time, they regularly contain deposit bonuses, totally free bets, cashback offers, and tournaments. </li><li>The bonuses and promotions are around for both new and existing players. </li><li>You may register using your current email and cell phone number, and even url your account through Google, Telegram, and some social networks. </li><li>The first downpayment bonus typically matches a portion of the initial deposit, letting you to start off your gaming\" \"trip with more money. </li><li>For example, a 100% match on the $50 deposit provides you another $50 to play along with, doubling your starting balance. </li></ul><p>These bonuses are usually similar to welcome bonuses but are usually available after typically the first deposit.  Reload bonuses are usually provided on a percent basis, like some sort of 50% match bonus on the second first deposit.  Among the numerous options available, 1Win has quickly turn into your favourite choice associated with Indian casino lovers.  1Win Casino is definitely a go-to location for players who adore a combination associated with excitement and genuine rewards.  One involving the biggest sights at 1Win may be the 1Win Bonus Online casino, offering players fascinating opportunities to enhance their gameplay.  Select the bonus that will you would like from the site\'s \'Bonuses\' section instructions in this case the +500% deposit bonus with the promotional code STYVIP24.</p><h3 id=\"toc-8\">Regular Promotions</h3><p>If the bonus wasn’t activated, you need to contact customer support and report the issue.  We will explain to you slightly regarding the most popular games of this specific type.  As many of us found out when creating this 1Win assessment, one of the particular most attractive top features of this platform will be its bonus parts.  Across the internet, you will discover hundreds regarding questions concerning 1Win’s bonus.  In this specific guide, we may provide answers to the top 10 the majority of frequently asked questions concerning bonuses.</p><ul><li>Once you’ve came into the promo signal, you’ll need to be able to create a deposit to be able to qualify for that benefit. </li><li>With a small amount of strategy plus knowledge, using casino bonuses can become a fun plus rewarding way to experience everything that 1Win has to offer you. </li><li>And you can obtain a no deposit bonus simply by registering, utilizing a promo code or through an existing promo. </li><li>After registering, help make sure to full the 1win sign in process. </li><li>While claiming 1Win bonuses, we should be mindful of several popular mistakes. </li></ul><p>Many players are usually convinced that this is not a specific type of benefit, but rather a form of bonus.  That is, money that is certainly credited to a bettor\'s account, although will not become component of their down payment.  In order with regard to them to come to be this sort of category, they need to be wagered.  The next category is special offers and gifts for existing players.  These are intra-system leagues mechanisms, jackpots and even individual offers he or she specific slots or promotions for sporting events.</p><h2 id=\"toc-9\">Exclusive 1win Bonuses And Promotions 2025 Regarding Players In Ghana</h2><p>Winnings are instantly credited to your own balance immediately after typically the round is over.  Once the experts are usually sure that an individual are over 18 years old and also have no other company accounts, it will be easy to work with all the features of your account.  An essential requirement is that will you will not really be capable to make use of the voucher without having registering and triggering\" \"your own wallet.  Accordingly, approach already funded your at least once.</p><ul><li>Actually, you can find simply no wagering requirements like x50, etc.; the particular special approach to shifting prize funds is definitely implemented here. </li><li>In the competing regarding online game playing, maximizing your earnings is vital, and using bonuses and offers can significantly enhance your experience. </li><li>Moreover, we can highlight some popular mistakes usually found during the professing bonuses process, helping us navigate possible pitfalls effectively. </li><li>Wagering requirements dictate just how many times a person need to gamble the bonus sum before cashing out there any winnings. </li><li>Doing research will help make you less willing to make rash selections for the selections you use in your bets. </li><li>For Android consumers, the installation file can be down loaded directly from the official website. </li></ul><p>The bonuses and promotions are around for both new and even existing players.  The slot games on the webpage are always supplying bonuses to clients.  However, there usually are regular promotions in every section of the website.  Checking typically the app and web site regularly can always keep you informed while well as preserving an eye on their social media accounts.  We just about all want to always be a part of a betting site that gives us rewards intended for our loyalty.  Ultimately, taking advantage involving 1win’s generous reward system is what will keep customers rebounding for more.</p><h2 id=\"toc-10\">Getting The Particular 1win Welcome Provide Step-by-step </h2><p>1Win is legal throughout South Africa and any computer user over the particular age of 20 can safely enjoy here for\" \"actual money.  The company  provides its services online and also does certainly not violate local regulations.  Encrypted servers along with SSL protection are used to retail outlet and process consumer data.  All of the company’s policies, its rules, are totally transparent and readily available for every user to understand.  1win users can easily bet on all popular esports procedures both online and live.  Each self-discipline has its own page exactly where you can see the schedule of forthcoming matches.</p><ul><li>1Win Casino is definitely a go-to location for players who adore a combination involving excitement and real rewards. </li><li>In essence, 1Win Casino bonuses arrive in different varieties, aimed at fulfilling specific player incentives. </li><li>In this situatio, once just about every couple of months you can get a cost-free 1, 000 straight into your account. </li><li>The free of charge spins may be built on a huge variety of slot machines. </li><li>It is important to make note of that the percent pounds that may be returned is dependent directly on typically the amount of funds spent by typically the user. </li></ul><p>Meeting these requirements is essential with regard to withdrawing bonus earnings.  If any promotional codes are certainly not activated, bonuses are not credited or promotions never function, you should speak to support.  The major thing we have got already mentioned is the need for betting.  There are also other sorts of gifts of which don\'t need in order to be wagering – cashback and show raises.  To declare the welcome bonus (or any deposit-related bonus), you will need to make your current first deposit.</p><h3 id=\"toc-11\">Which Casino Is Better Within Goa? Going Through The Finest Ones To Play</h3><p>1Win offers bonuses that can be used around different games, which include slots, table games, live dealer video games, and even more.  This may help you discover which games offer better winning prospective.  1Win promotions are best suited both for users who prefer casinos and then for players interested in sports betting.  Express bonus is built to assist\" \"a person earn money when they place several bets concurrently.</p><p>The results of such matches is really as unpredictable as achievable.  The games inside the Virtual Sports activities section of 1win last considerably less time than regular sporting events.  New players are greeted with a generous welcome deal, often including a deposit match reward.  This provides you with added funds to explore gambling establishment games right from the start.  In addition to well known casino content, 1win offers a selection of mini-games and exclusive titles that will provide a stimulating break from traditional formats.</p><h2 id=\"toc-12\">How To Use The App On Ios</h2><p>This platform provides gained a great deal of attention, specifically for its special welcome bonus.  For new players, getting a +500% boost about deposits sounds nearly too good to be able to be true.  Yes, there are various options for no-deposit bonuses on 1win, for example, regarding installing the cell phone app on the smartphone.  To explore all the offered bonuses in this kind of category, you will need to click about the “Free Money” button in the leading left corner associated with the site.  You can choose coming from three types of bets – Single, Numerous, and Series.  The\" \"video game from Pragmatic Enjoy, Spaceman, offers players to immerse by themselves in the space atmosphere.</p><ul><li>Players can receive lotto tickets daily throughout the “Free Money” tab. </li><li>Once you enter the code, the reward amount and primary deposit will always be credited to your account. </li><li>Depending on the particular payment method you have chosen and the country a person are currently dwelling in, the revulsion time will take way up to 12 hours. </li><li>This harmony of reliability and even variety sets the platform apart from competition. </li><li>That said, using this sort of reward, all chances to be able to win actual money are usually saved for your participant! </li></ul><p>Even if you produce a qualifying deposit, an individual won’t be suitable for the reward without the proper promo code.  So, when reading the particular terms and situations, pay attention to bonus codes you might need to make use of to activate the particular chosen promotion.  In order to meet the criteria for these regular bonuses, customers need to fulfil a specific criteria that is definitely outlined in the particular terms and conditions individuals promotion.  Users should keep a great eye on the particular ‘Bonuses’ pages of the site to stay fully updated with the gives that are appearing on the site.</p><h3 id=\"toc-13\">User-friendly Mobile App</h3><p>Make sure you set restrictions to both the amount of time in addition to money which you invest on betting activities.  By putting these in place, you could prevent gambling coming from negatively impacting other areas you will.  Don\'t use a pass word that you work with on multiple additional websites.  Protect your current personal and financial information by making use of secure passwords with lower-case and upper-case albhabets as well since numbers and symbols.  By taking additional steps to safeguard the account, you\'re protecting yourself against any kind of potential fraudsters.</p><ul><li>This raises the chances of producing a return on your bet. </li><li>An important aspect is that will you will not be able to use the voucher with out registering and initiating\" \"your current wallet. </li><li>The 1win is well-known for its enticing promotions designed to enhance user proposal and boost earnings. </li><li>When replenishing the particular main account, the player can acquire both the standard Pleasant bonus and obtain straight into one of typically the current promotions. </li></ul><p>If you’re trying to boost your online gambling establishment experience, 1win Indian offers some of the most attractive bonus opportunities in the market.  Whether you’re a brand new player or some sort of seasoned gambler, typically the 1win casino bonuses are designed to offer you more chances to win big.  In this write-up, we’ll direct you through the process involving getting and making use of the 1win added bonus, including how to get in addition to apply a 1win promo code.  Let’s dive in the information to make confident you maximize your benefits at 1win casino.</p>','1win Betting And Gambling Establishment In South Cameras Get 500% Bonus','','inherit','closed','closed','','246-revision-v1','','','2025-10-06 20:37:51','2025-10-06 13:37:51','',246,'https://lion288slot.com/?p=247',0,'revision','',0),
(248,1,'2025-10-05 05:00:34','2025-10-04 22:00:34','<meta name=\"description\" content=\"Some bonuses are game-specific, such as free rotates for certain video poker machines. \"/><h1>How To Begin Playing At 1win Casino</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Table Of Contents</a></li><li><a href=\"#toc-1\">Mitre D3fend Expertise Guides To Style Better Cyber Defenses</a></li><li><a href=\"#toc-2\">How To Use Benefit Casino In 1win And Where In Order To Get It Throughout India</a></li><li><a href=\"#toc-3\">Bonus Ways To Increase Winnings</a></li><li><a href=\"#toc-4\">Faqs: 1win Bonus Casino</a></li><li><a href=\"#toc-5\">Key Features With The Platform</a></li><li><a href=\"#toc-6\">Top Twelve Common Questions About 1win Bonuses And Promotions</a></li><li><a href=\"#toc-7\">What Are Gambling Requirements? </a></li><li><a href=\"#toc-8\">Regular Promotions</a></li><li><a href=\"#toc-9\">Exclusive 1win Bonuses Plus Promotions 2025 For Players In Ghana</a></li><li><a href=\"#toc-10\">Getting The Particular 1win Welcome Provide Step-by-step </a></li><li><a href=\"#toc-11\">Which Casino Is Best Within Goa? Exploring The Best Ones To Play</a></li><li><a href=\"#toc-12\">How To Use Typically The App On Ios</a></li><li><a href=\"#toc-13\">User-friendly Mobile App</a></li><li><a href=\"#toc-14\">How Can I Find A Promotional Code? </a></li><li><a href=\"#toc-15\">Online Online Poker Tools To Enhance Your Current Winrate</a></li><li><a href=\"#toc-16\">Pecmd – House Windows Prefetch Analysis With Regard To Incident Responders</a></li><li><a href=\"#toc-17\">Accessing Your Account</a></li><li><a href=\"#toc-18\">In Other Bonuses</a></li><li><a href=\"#toc-19\">In Express Reward: Extra Bonus For Multiply Bets</a></li><li><a href=\"#toc-20\">How To Utilize Bonus Casino In 1win: Fast Start Guide</a></li><li><a href=\"#toc-21\">Finish The Registration</a></li><li><a href=\"#toc-22\">Understanding 1win’s Wagering Requirements</a></li><li><a href=\"#toc-23\">Predictors For 1win Aviator Game</a></li><li><a href=\"#toc-24\">Betting Bonuses (freebets)</a></li><li><a href=\"#toc-28\">Lottery Sit & Gos – Where In Order To Play</a></li><li><a href=\"#toc-29\">Licensed Online Game Providers</a></li><li><a href=\"#toc-32\">Minimum Deposit</a></li><li><a href=\"#toc-33\">Extensive Collection Of Gambling Establishment Games</a></li><li><a href=\"#toc-34\">Cashback Bonuses</a></li></ul></div><p>You can get up to seventy free spins regarding 1Win casino added bonus to the first downpayment bonus.  The free of charge spins can be manufactured on a huge variety of slot machines.  To prevent falling in to bonus puts, study and understand just about all the stipulations.  Since its establishment in 2016, the internet booker has become a new recognized brand, particularly throughout the USA.  The platform provides users with over 40+ sports booking games and 7000+ on line casino games, including survive dealer games.  You’ll instantly get a 200% bonus, which usually means you’ll include $150 in your major account and $300 in your bonus account, giving a person a total of $450 to experience with!</p><ul><li>The site is definitely organized in a way that tends to make it easy to get games, manage your, and access customer support. </li><li>The wagering requirements are usually clearly stated, producing it easy to be able to understand the terms before claiming. </li><li>One of typically the other things all of us recommend you remain informed about is the duration of typically the 1Win  casino benefit. </li></ul><p>After is made your own initial deposit, you\'ll be able to be able to bet from the main account plus your bonus account.  1Win offers extra opportunities to increase your earnings by simply offering a great deal of promotions for casino games in addition to betting.  It is important to note that any 1Win user can consider advantage of all of them.  These promos are designed to diversify the user’s gaming experience and in addition give extra free rounds and money.</p><h2 id=\"toc-0\">Table Of Contents</h2><p>1win Casino manages to be able to be noticeable in a new competitive market by combining an extensive video game library, user-friendly features, and attractive bonus deals.  Whether you’re a fan of slot machines, scratch cards, or reside dealer experiences, typically the platform offers enough variety to keep things engaging.  The seamless mobile app, fast transactions, and responsive support further improve the overall expertise.  Using a promo code at 1win unlocks a wide variety of benefits that can greatly improve your gaming experience <a href=\"https://mostbet1bd.com/\">mostbet bd</a>.</p><p>Sports gambling is also not included in the available categories.  But the bookmaker promises that this is a temporary phenomenon.  We hope to see some sort of loyalty programme throughout this segment rapidly, too.</p><h3 id=\"toc-1\">Mitre D3fend Expertise Guides To Design And Style Better Cyber Defenses</h3><p>But a no deposit bonus at 1Win is normally understood as the gift without some sort of deposit.  That said, using such a bonus, all chances to win actual money usually are saved for that person!  So the no deposit bonuses from 1Win offer a new great opportunity in order to try out a new casino or fresh game with nominal risk.</p><p>1Win offers a number of offers that both brand new and existing punters can enjoy.  Players can enjoy an express code reward 1Win, 30% cashback, 1Win free spins, free poker tournaments, up to 50% rakeback, and various other promotions.  These promotions make your gaming knowledge more pleasurable and rewarding.</p><h3 id=\"toc-2\">How To Use Added Bonus Casino In 1win And Where To Be Able To Get It Throughout India</h3><p>By reviewing your betting historical past, you\'ll be able to identify patterns and potentially understand from your mistakes.  If you may do this, you could refine your strategies for better outcomes in the years ahead.  Money wagered from the bonus account to the main account will end up instantly available regarding\" \"blood flow.</p><ul><li>This stage helps protect against scams and ensures conformity with regulatory requirements. </li><li>These games are better played with genuine funds rather as compared to bonus money, unless of course the terms clearly state they are usually eligible. </li><li>Understanding these needs is crucial for players, as these people significantly impact exactly how effectively you may use typically the credit money presented by the 1win. </li><li>This prevents players from overspending irresponsibly and even regulates the pay out they might get using one bonus. </li></ul><p>Whether you’re spinning\" \"the particular slots or playing live casino games, the best approach can make a lot of difference.  1Win’s bonus casino and promotional offers offer a perfect system for Indian gamers to elevate their very own online casino experience.  These bonus and promo offers give some sort of steady kickstart while reducing the risk of preliminary losses and growing winning chances <a href=\"https://mostbet1bd.com/app/\">mostbet app</a>.</p><h2 id=\"toc-3\">Bonus Strategies To Increase Winnings</h2><p>If you will be still unsure whether to try out Aviator in the 1Win system, you can look at some main positives and negatives.  They will support you evaluate the game’s capabilities before you start.  They come from Telegram bots, AI, in addition to dedicated applications, notifying players when they should withdraw their very own stakes.  Predictor is definitely a special device that claims to suppose the outcome of the upcoming round in this particular game.  While given that appealing, relying upon such solutions could be not the particular best idea.</p><ul><li>1win\" \"includes a specific page committed to the terms and even conditions of each benefit, the Promotions in addition to Bonuses page. </li><li>The terme conseillé has an exceptional reputation and operates under a Curacao license. </li><li>The outcome of such matches is as unpredictable as achievable. </li><li>It is the site’s main bonus, which often also works intended for the first four deposits for the bank account. </li></ul><p>The casino frequently runs time-sensitive promotions in addition to offers exclusive promo codes that uncover special rewards.  These may include deposit bonuses, free spins, or participation inside tournaments with actual prizes.  Promo unique codes are often sent out during holidays or major events, thus players are urged to stay up to date through the platform’s announcements.  Taking benefit of these offers can easily greatly enhance the particular overall value associated with playing at 1win.  The 1win is renowned for its appealing promotions designed to be able to enhance user engagement and boost earnings.  Players can find out a array of promotional offers that include typically the welcome bonus for brand spanking new clients, ongoing first deposit bonuses, and several free spins.</p><h3 id=\"toc-4\">Faqs: 1win Bonus Casino</h3><p>In the top right hand corner of the page that you land on, you\'ll see a eco-friendly box that says \'Registration\'.  Make positive that each of the details that you offer are correct to prevent any problems later on.  Understanding these specifications is crucial for players, as that they significantly impact how effectively you may use the particular credit money presented by the 1win.  Aviator on the particular 1Win platform is usually an exciting sport that is well suited for everyone.</p><ul><li>Also, a new bonus as high as 500% allows you in order to start the video game with a severe advantage. </li><li>This attention in addition to popularity have manufactured 1Win one of the best plus most preferred on-line betting platforms in India. </li><li>Loyalty bonuses are usually offered to players who regularly play about the platform. </li></ul><p>Many other companies possess similar requirements with regard to such promotions.  More information regarding this promotion is available on the official 1Win web site in a specific section.  All game titles are made by leading software builders (Microgaming, NetENT), which often guarantees the end user the best video gaming experience and reliability of the video games.  After registering, help to make sure to complete the 1win logon process.  This will give you access to your account dashboard where you can view and claim offered bonuses.</p><h2 id=\"toc-5\">Key Highlights In The Platform</h2><p>Another kind of promo the company can easily offer to their players could be the 1Win no deposit added bonus.  Every user may try it out without charging one more payment.  For example, the dedication program, with the help the participant gets the prospect to earn 1Win coins, which could after that be exchanged for real money.  Keep in mind of which most 1win additional bonuses come with betting requirements.  This implies you’ll need in order to wager a selected amount before you\" \"can withdraw your earnings.  Be sure to be able to browse the terms in addition to conditions of each and every bonus so you understand how in order to meet these needs and maximize your current potential payouts.</p><ul><li>If you’re looking to elevate your online casino experience, 1win India provides typically the perfect platform with its impressive selection of bonuses and even promotions. </li><li>The calculator will compute your expected daily, weekly, and monthly cash back again with respect to the stakes plus tables you input. </li><li>You also need to remember that if you claim a bonus offer ahead of completing the betting requirements of another promotion, you’ll reduce the chance to withdraw it. </li><li>The more aware you about accidental injuries or form, the particular more likely the chance for winning a bet. </li><li>This added bonus is available only to players from Ghana with built at least one deposit of 135 GHS on typically the site. </li></ul><p>Remember to read the terms plus conditions with the reward to fully be familiar with rules that apply to this specific reward.  After selecting the particular option to find the bonus funds, you\'ll end up being shown more terms and conditions of the bonus.  We advise reading these to make yourself fully aware involving what that you\'re agreeing to.  In the truth of the particular 500% deposit added bonus offer, the very first downpayment that you create will get a person a 200% first deposit bonus with the obligation transaction method.  The blend\" \"of substantial bonuses, flexible promo codes, and regular promotions tends to make 1win a extremely rewarding platform regarding its users.  After making a prosperous deposit, your 1win bonus will be deposited into your account automatically.</p><h3 id=\"toc-6\">Top Ten Frequently Asked Questions About 1win Bonuses And Promotions</h3><p>It is furthermore a combination of characters and numbers, which usually you type to the right field.  The outcome is typically the crediting of nth add up to your bank account in the no-deposit category.  It has its own temporary promotions, for example a birthday present.</p><p>The program is designed with regard to touchscreens, offering clean navigation and quickly loading times.  Push notifications keep consumers informed about brand new promotions, while in-app settings allow intended for personal customization.  Whether placing bets, actively playing slots, or withdrawing funds, every functionality is easily attainable with just the few taps.</p><h2 id=\"toc-7\">What Are Gambling Requirements? </h2><p>While we did teach you a simplified type of the service process, it’s even more or less a similar for all the other bonuses upon the website.  If you take typically the time to read the terms and conditions, you should be excellent to go.  Just remember that bonus deals are meant to make issues fun so end up being responsible.  Now of which you know a little about casino additional bonuses and what in order to look out intended for, let’s discuss just how to use bonus in 1Win Online casino.</p><ul><li>Although the bonuses may possibly vary over time, they regularly contain deposit bonuses, totally free bets, cashback offers, and tournaments. </li><li>The bonuses and promotions are around for both new and existing players. </li><li>You may register using your current email and cell phone number, and even url your account through Google, Telegram, and some social networks. </li><li>The first downpayment bonus typically matches a portion of the initial deposit, letting you to start off your gaming\" \"trip with more money. </li><li>For example, a 100% match on the $50 deposit provides you another $50 to play along with, doubling your starting balance. </li></ul><p>These bonuses are usually similar to welcome bonuses but are usually available after typically the first deposit.  Reload bonuses are usually provided on a percent basis, like some sort of 50% match bonus on the second first deposit.  Among the numerous options available, 1Win has quickly turn into your favourite choice associated with Indian casino lovers.  1Win Casino is definitely a go-to location for players who adore a combination associated with excitement and genuine rewards.  One involving the biggest sights at 1Win may be the 1Win Bonus Online casino, offering players fascinating opportunities to enhance their gameplay.  Select the bonus that will you would like from the site\'s \'Bonuses\' section instructions in this case the +500% deposit bonus with the promotional code STYVIP24.</p><h3 id=\"toc-8\">Regular Promotions</h3><p>If the bonus wasn’t activated, you need to contact customer support and report the issue.  We will explain to you slightly regarding the most popular games of this specific type.  As many of us found out when creating this 1Win assessment, one of the particular most attractive top features of this platform will be its bonus parts.  Across the internet, you will discover hundreds regarding questions concerning 1Win’s bonus.  In this specific guide, we may provide answers to the top 10 the majority of frequently asked questions concerning bonuses.</p><ul><li>Once you’ve came into the promo signal, you’ll need to be able to create a deposit to be able to qualify for that benefit. </li><li>With a small amount of strategy plus knowledge, using casino bonuses can become a fun plus rewarding way to experience everything that 1Win has to offer you. </li><li>And you can obtain a no deposit bonus simply by registering, utilizing a promo code or through an existing promo. </li><li>After registering, help make sure to full the 1win sign in process. </li><li>While claiming 1Win bonuses, we should be mindful of several popular mistakes. </li></ul><p>Many players are usually convinced that this is not a specific type of benefit, but rather a form of bonus.  That is, money that is certainly credited to a bettor\'s account, although will not become component of their down payment.  In order with regard to them to come to be this sort of category, they need to be wagered.  The next category is special offers and gifts for existing players.  These are intra-system leagues mechanisms, jackpots and even individual offers he or she specific slots or promotions for sporting events.</p><h2 id=\"toc-9\">Exclusive 1win Bonuses And Promotions 2025 Regarding Players In Ghana</h2><p>Winnings are instantly credited to your own balance immediately after typically the round is over.  Once the experts are usually sure that an individual are over 18 years old and also have no other company accounts, it will be easy to work with all the features of your account.  An essential requirement is that will you will not really be capable to make use of the voucher without having registering and triggering\" \"your own wallet.  Accordingly, approach already funded your at least once.</p><ul><li>Actually, you can find simply no wagering requirements like x50, etc.; the particular special approach to shifting prize funds is definitely implemented here. </li><li>In the competing regarding online game playing, maximizing your earnings is vital, and using bonuses and offers can significantly enhance your experience. </li><li>Moreover, we can highlight some popular mistakes usually found during the professing bonuses process, helping us navigate possible pitfalls effectively. </li><li>Wagering requirements dictate just how many times a person need to gamble the bonus sum before cashing out there any winnings. </li><li>Doing research will help make you less willing to make rash selections for the selections you use in your bets. </li><li>For Android consumers, the installation file can be down loaded directly from the official website. </li></ul><p>The bonuses and promotions are around for both new and even existing players.  The slot games on the webpage are always supplying bonuses to clients.  However, there usually are regular promotions in every section of the website.  Checking typically the app and web site regularly can always keep you informed while well as preserving an eye on their social media accounts.  We just about all want to always be a part of a betting site that gives us rewards intended for our loyalty.  Ultimately, taking advantage involving 1win’s generous reward system is what will keep customers rebounding for more.</p><h2 id=\"toc-10\">Getting The Particular 1win Welcome Provide Step-by-step </h2><p>1Win is legal throughout South Africa and any computer user over the particular age of 20 can safely enjoy here for\" \"actual money.  The company  provides its services online and also does certainly not violate local regulations.  Encrypted servers along with SSL protection are used to retail outlet and process consumer data.  All of the company’s policies, its rules, are totally transparent and readily available for every user to understand.  1win users can easily bet on all popular esports procedures both online and live.  Each self-discipline has its own page exactly where you can see the schedule of forthcoming matches.</p><ul><li>1Win Casino is definitely a go-to location for players who adore a combination involving excitement and real rewards. </li><li>In essence, 1Win Casino bonuses arrive in different varieties, aimed at fulfilling specific player incentives. </li><li>In this situatio, once just about every couple of months you can get a cost-free 1, 000 straight into your account. </li><li>The free of charge spins may be built on a huge variety of slot machines. </li><li>It is important to make note of that the percent pounds that may be returned is dependent directly on typically the amount of funds spent by typically the user. </li></ul><p>Meeting these requirements is essential with regard to withdrawing bonus earnings.  If any promotional codes are certainly not activated, bonuses are not credited or promotions never function, you should speak to support.  The major thing we have got already mentioned is the need for betting.  There are also other sorts of gifts of which don\'t need in order to be wagering – cashback and show raises.  To declare the welcome bonus (or any deposit-related bonus), you will need to make your current first deposit.</p><h3 id=\"toc-11\">Which Casino Is Better Within Goa? Going Through The Finest Ones To Play</h3><p>1Win offers bonuses that can be used around different games, which include slots, table games, live dealer video games, and even more.  This may help you discover which games offer better winning prospective.  1Win promotions are best suited both for users who prefer casinos and then for players interested in sports betting.  Express bonus is built to assist\" \"a person earn money when they place several bets concurrently.</p><p>The results of such matches is really as unpredictable as achievable.  The games inside the Virtual Sports activities section of 1win last considerably less time than regular sporting events.  New players are greeted with a generous welcome deal, often including a deposit match reward.  This provides you with added funds to explore gambling establishment games right from the start.  In addition to well known casino content, 1win offers a selection of mini-games and exclusive titles that will provide a stimulating break from traditional formats.</p><h2 id=\"toc-12\">How To Use The App On Ios</h2><p>This platform provides gained a great deal of attention, specifically for its special welcome bonus.  For new players, getting a +500% boost about deposits sounds nearly too good to be able to be true.  Yes, there are various options for no-deposit bonuses on 1win, for example, regarding installing the cell phone app on the smartphone.  To explore all the offered bonuses in this kind of category, you will need to click about the “Free Money” button in the leading left corner associated with the site.  You can choose coming from three types of bets – Single, Numerous, and Series.  The\" \"video game from Pragmatic Enjoy, Spaceman, offers players to immerse by themselves in the space atmosphere.</p><ul><li>Players can receive lotto tickets daily throughout the “Free Money” tab. </li><li>Once you enter the code, the reward amount and primary deposit will always be credited to your account. </li><li>Depending on the particular payment method you have chosen and the country a person are currently dwelling in, the revulsion time will take way up to 12 hours. </li><li>This harmony of reliability and even variety sets the platform apart from competition. </li><li>That said, using this sort of reward, all chances to be able to win actual money are usually saved for your participant! </li></ul><p>Even if you produce a qualifying deposit, an individual won’t be suitable for the reward without the proper promo code.  So, when reading the particular terms and situations, pay attention to bonus codes you might need to make use of to activate the particular chosen promotion.  In order to meet the criteria for these regular bonuses, customers need to fulfil a specific criteria that is definitely outlined in the particular terms and conditions individuals promotion.  Users should keep a great eye on the particular ‘Bonuses’ pages of the site to stay fully updated with the gives that are appearing on the site.</p><h3 id=\"toc-13\">User-friendly Mobile App</h3><p>Make sure you set restrictions to both the amount of time in addition to money which you invest on betting activities.  By putting these in place, you could prevent gambling coming from negatively impacting other areas you will.  Don\'t use a pass word that you work with on multiple additional websites.  Protect your current personal and financial information by making use of secure passwords with lower-case and upper-case albhabets as well since numbers and symbols.  By taking additional steps to safeguard the account, you\'re protecting yourself against any kind of potential fraudsters.</p><ul><li>This raises the chances of producing a return on your bet. </li><li>An important aspect is that will you will not be able to use the voucher with out registering and initiating\" \"your current wallet. </li><li>The 1win is well-known for its enticing promotions designed to enhance user proposal and boost earnings. </li><li>When replenishing the particular main account, the player can acquire both the standard Pleasant bonus and obtain straight into one of typically the current promotions. </li></ul><p>If you’re trying to boost your online gambling establishment experience, 1win Indian offers some of the most attractive bonus opportunities in the market.  Whether you’re a brand new player or some sort of seasoned gambler, typically the 1win casino bonuses are designed to offer you more chances to win big.  In this write-up, we’ll direct you through the process involving getting and making use of the 1win added bonus, including how to get in addition to apply a 1win promo code.  Let’s dive in the information to make confident you maximize your benefits at 1win casino.</p>','1win Betting And Gambling Establishment In South Cameras Get 500% Bonus','','publish','open','open','','1win-betting-and-gambling-establishment-in-south-cameras-get-500-bonus-2','','','2025-10-06 20:38:37','2025-10-06 13:38:37','',0,'https://lion288slot.com/?p=248',0,'post','',0),
(249,1,'2025-10-06 20:38:24','2025-10-06 13:38:24','<meta name=\"description\" content=\"Some bonuses are game-specific, such as free rotates for certain video poker machines. \"/><h1>How To Begin Playing At 1win Casino</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Table Of Contents</a></li><li><a href=\"#toc-1\">Mitre D3fend Expertise Guides To Style Better Cyber Defenses</a></li><li><a href=\"#toc-2\">How To Use Benefit Casino In 1win And Where In Order To Get It Throughout India</a></li><li><a href=\"#toc-3\">Bonus Ways To Increase Winnings</a></li><li><a href=\"#toc-4\">Faqs: 1win Bonus Casino</a></li><li><a href=\"#toc-5\">Key Features With The Platform</a></li><li><a href=\"#toc-6\">Top Twelve Common Questions About 1win Bonuses And Promotions</a></li><li><a href=\"#toc-7\">What Are Gambling Requirements? </a></li><li><a href=\"#toc-8\">Regular Promotions</a></li><li><a href=\"#toc-9\">Exclusive 1win Bonuses Plus Promotions 2025 For Players In Ghana</a></li><li><a href=\"#toc-10\">Getting The Particular 1win Welcome Provide Step-by-step </a></li><li><a href=\"#toc-11\">Which Casino Is Best Within Goa? Exploring The Best Ones To Play</a></li><li><a href=\"#toc-12\">How To Use Typically The App On Ios</a></li><li><a href=\"#toc-13\">User-friendly Mobile App</a></li><li><a href=\"#toc-14\">How Can I Find A Promotional Code? </a></li><li><a href=\"#toc-15\">Online Online Poker Tools To Enhance Your Current Winrate</a></li><li><a href=\"#toc-16\">Pecmd – House Windows Prefetch Analysis With Regard To Incident Responders</a></li><li><a href=\"#toc-17\">Accessing Your Account</a></li><li><a href=\"#toc-18\">In Other Bonuses</a></li><li><a href=\"#toc-19\">In Express Reward: Extra Bonus For Multiply Bets</a></li><li><a href=\"#toc-20\">How To Utilize Bonus Casino In 1win: Fast Start Guide</a></li><li><a href=\"#toc-21\">Finish The Registration</a></li><li><a href=\"#toc-22\">Understanding 1win’s Wagering Requirements</a></li><li><a href=\"#toc-23\">Predictors For 1win Aviator Game</a></li><li><a href=\"#toc-24\">Betting Bonuses (freebets)</a></li><li><a href=\"#toc-28\">Lottery Sit & Gos – Where In Order To Play</a></li><li><a href=\"#toc-29\">Licensed Online Game Providers</a></li><li><a href=\"#toc-32\">Minimum Deposit</a></li><li><a href=\"#toc-33\">Extensive Collection Of Gambling Establishment Games</a></li><li><a href=\"#toc-34\">Cashback Bonuses</a></li></ul></div><p>You can get up to seventy free spins regarding 1Win casino added bonus to the first downpayment bonus.  The free of charge spins can be manufactured on a huge variety of slot machines.  To prevent falling in to bonus puts, study and understand just about all the stipulations.  Since its establishment in 2016, the internet booker has become a new recognized brand, particularly throughout the USA.  The platform provides users with over 40+ sports booking games and 7000+ on line casino games, including survive dealer games.  You’ll instantly get a 200% bonus, which usually means you’ll include $150 in your major account and $300 in your bonus account, giving a person a total of $450 to experience with!</p><ul><li>The site is definitely organized in a way that tends to make it easy to get games, manage your, and access customer support. </li><li>The wagering requirements are usually clearly stated, producing it easy to be able to understand the terms before claiming. </li><li>One of typically the other things all of us recommend you remain informed about is the duration of typically the 1Win  casino benefit. </li></ul><p>After is made your own initial deposit, you\'ll be able to be able to bet from the main account plus your bonus account.  1Win offers extra opportunities to increase your earnings by simply offering a great deal of promotions for casino games in addition to betting.  It is important to note that any 1Win user can consider advantage of all of them.  These promos are designed to diversify the user’s gaming experience and in addition give extra free rounds and money.</p><h2 id=\"toc-0\">Table Of Contents</h2><p>1win Casino manages to be able to be noticeable in a new competitive market by combining an extensive video game library, user-friendly features, and attractive bonus deals.  Whether you’re a fan of slot machines, scratch cards, or reside dealer experiences, typically the platform offers enough variety to keep things engaging.  The seamless mobile app, fast transactions, and responsive support further improve the overall expertise.  Using a promo code at 1win unlocks a wide variety of benefits that can greatly improve your gaming experience <a href=\"https://mostbet1bd.com/\">mostbet bd</a>.</p><p>Sports gambling is also not included in the available categories.  But the bookmaker promises that this is a temporary phenomenon.  We hope to see some sort of loyalty programme throughout this segment rapidly, too.</p><h3 id=\"toc-1\">Mitre D3fend Expertise Guides To Design And Style Better Cyber Defenses</h3><p>But a no deposit bonus at 1Win is normally understood as the gift without some sort of deposit.  That said, using such a bonus, all chances to win actual money usually are saved for that person!  So the no deposit bonuses from 1Win offer a new great opportunity in order to try out a new casino or fresh game with nominal risk.</p><p>1Win offers a number of offers that both brand new and existing punters can enjoy.  Players can enjoy an express code reward 1Win, 30% cashback, 1Win free spins, free poker tournaments, up to 50% rakeback, and various other promotions.  These promotions make your gaming knowledge more pleasurable and rewarding.</p><h3 id=\"toc-2\">How To Use Added Bonus Casino In 1win And Where To Be Able To Get It Throughout India</h3><p>By reviewing your betting historical past, you\'ll be able to identify patterns and potentially understand from your mistakes.  If you may do this, you could refine your strategies for better outcomes in the years ahead.  Money wagered from the bonus account to the main account will end up instantly available regarding\" \"blood flow.</p><ul><li>This stage helps protect against scams and ensures conformity with regulatory requirements. </li><li>These games are better played with genuine funds rather as compared to bonus money, unless of course the terms clearly state they are usually eligible. </li><li>Understanding these needs is crucial for players, as these people significantly impact exactly how effectively you may use typically the credit money presented by the 1win. </li><li>This prevents players from overspending irresponsibly and even regulates the pay out they might get using one bonus. </li></ul><p>Whether you’re spinning\" \"the particular slots or playing live casino games, the best approach can make a lot of difference.  1Win’s bonus casino and promotional offers offer a perfect system for Indian gamers to elevate their very own online casino experience.  These bonus and promo offers give some sort of steady kickstart while reducing the risk of preliminary losses and growing winning chances <a href=\"https://mostbet1bd.com/app/\">mostbet app</a>.</p><h2 id=\"toc-3\">Bonus Strategies To Increase Winnings</h2><p>If you will be still unsure whether to try out Aviator in the 1Win system, you can look at some main positives and negatives.  They will support you evaluate the game’s capabilities before you start.  They come from Telegram bots, AI, in addition to dedicated applications, notifying players when they should withdraw their very own stakes.  Predictor is definitely a special device that claims to suppose the outcome of the upcoming round in this particular game.  While given that appealing, relying upon such solutions could be not the particular best idea.</p><ul><li>1win\" \"includes a specific page committed to the terms and even conditions of each benefit, the Promotions in addition to Bonuses page. </li><li>The terme conseillé has an exceptional reputation and operates under a Curacao license. </li><li>The outcome of such matches is as unpredictable as achievable. </li><li>It is the site’s main bonus, which often also works intended for the first four deposits for the bank account. </li></ul><p>The casino frequently runs time-sensitive promotions in addition to offers exclusive promo codes that uncover special rewards.  These may include deposit bonuses, free spins, or participation inside tournaments with actual prizes.  Promo unique codes are often sent out during holidays or major events, thus players are urged to stay up to date through the platform’s announcements.  Taking benefit of these offers can easily greatly enhance the particular overall value associated with playing at 1win.  The 1win is renowned for its appealing promotions designed to be able to enhance user engagement and boost earnings.  Players can find out a array of promotional offers that include typically the welcome bonus for brand spanking new clients, ongoing first deposit bonuses, and several free spins.</p><h3 id=\"toc-4\">Faqs: 1win Bonus Casino</h3><p>In the top right hand corner of the page that you land on, you\'ll see a eco-friendly box that says \'Registration\'.  Make positive that each of the details that you offer are correct to prevent any problems later on.  Understanding these specifications is crucial for players, as that they significantly impact how effectively you may use the particular credit money presented by the 1win.  Aviator on the particular 1Win platform is usually an exciting sport that is well suited for everyone.</p><ul><li>Also, a new bonus as high as 500% allows you in order to start the video game with a severe advantage. </li><li>This attention in addition to popularity have manufactured 1Win one of the best plus most preferred on-line betting platforms in India. </li><li>Loyalty bonuses are usually offered to players who regularly play about the platform. </li></ul><p>Many other companies possess similar requirements with regard to such promotions.  More information regarding this promotion is available on the official 1Win web site in a specific section.  All game titles are made by leading software builders (Microgaming, NetENT), which often guarantees the end user the best video gaming experience and reliability of the video games.  After registering, help to make sure to complete the 1win logon process.  This will give you access to your account dashboard where you can view and claim offered bonuses.</p><h2 id=\"toc-5\">Key Highlights In The Platform</h2><p>Another kind of promo the company can easily offer to their players could be the 1Win no deposit added bonus.  Every user may try it out without charging one more payment.  For example, the dedication program, with the help the participant gets the prospect to earn 1Win coins, which could after that be exchanged for real money.  Keep in mind of which most 1win additional bonuses come with betting requirements.  This implies you’ll need in order to wager a selected amount before you\" \"can withdraw your earnings.  Be sure to be able to browse the terms in addition to conditions of each and every bonus so you understand how in order to meet these needs and maximize your current potential payouts.</p><ul><li>If you’re looking to elevate your online casino experience, 1win India provides typically the perfect platform with its impressive selection of bonuses and even promotions. </li><li>The calculator will compute your expected daily, weekly, and monthly cash back again with respect to the stakes plus tables you input. </li><li>You also need to remember that if you claim a bonus offer ahead of completing the betting requirements of another promotion, you’ll reduce the chance to withdraw it. </li><li>The more aware you about accidental injuries or form, the particular more likely the chance for winning a bet. </li><li>This added bonus is available only to players from Ghana with built at least one deposit of 135 GHS on typically the site. </li></ul><p>Remember to read the terms plus conditions with the reward to fully be familiar with rules that apply to this specific reward.  After selecting the particular option to find the bonus funds, you\'ll end up being shown more terms and conditions of the bonus.  We advise reading these to make yourself fully aware involving what that you\'re agreeing to.  In the truth of the particular 500% deposit added bonus offer, the very first downpayment that you create will get a person a 200% first deposit bonus with the obligation transaction method.  The blend\" \"of substantial bonuses, flexible promo codes, and regular promotions tends to make 1win a extremely rewarding platform regarding its users.  After making a prosperous deposit, your 1win bonus will be deposited into your account automatically.</p><h3 id=\"toc-6\">Top Ten Frequently Asked Questions About 1win Bonuses And Promotions</h3><p>It is furthermore a combination of characters and numbers, which usually you type to the right field.  The outcome is typically the crediting of nth add up to your bank account in the no-deposit category.  It has its own temporary promotions, for example a birthday present.</p><p>The program is designed with regard to touchscreens, offering clean navigation and quickly loading times.  Push notifications keep consumers informed about brand new promotions, while in-app settings allow intended for personal customization.  Whether placing bets, actively playing slots, or withdrawing funds, every functionality is easily attainable with just the few taps.</p><h2 id=\"toc-7\">What Are Gambling Requirements? </h2><p>While we did teach you a simplified type of the service process, it’s even more or less a similar for all the other bonuses upon the website.  If you take typically the time to read the terms and conditions, you should be excellent to go.  Just remember that bonus deals are meant to make issues fun so end up being responsible.  Now of which you know a little about casino additional bonuses and what in order to look out intended for, let’s discuss just how to use bonus in 1Win Online casino.</p><ul><li>Although the bonuses may possibly vary over time, they regularly contain deposit bonuses, totally free bets, cashback offers, and tournaments. </li><li>The bonuses and promotions are around for both new and existing players. </li><li>You may register using your current email and cell phone number, and even url your account through Google, Telegram, and some social networks. </li><li>The first downpayment bonus typically matches a portion of the initial deposit, letting you to start off your gaming\" \"trip with more money. </li><li>For example, a 100% match on the $50 deposit provides you another $50 to play along with, doubling your starting balance. </li></ul><p>These bonuses are usually similar to welcome bonuses but are usually available after typically the first deposit.  Reload bonuses are usually provided on a percent basis, like some sort of 50% match bonus on the second first deposit.  Among the numerous options available, 1Win has quickly turn into your favourite choice associated with Indian casino lovers.  1Win Casino is definitely a go-to location for players who adore a combination associated with excitement and genuine rewards.  One involving the biggest sights at 1Win may be the 1Win Bonus Online casino, offering players fascinating opportunities to enhance their gameplay.  Select the bonus that will you would like from the site\'s \'Bonuses\' section instructions in this case the +500% deposit bonus with the promotional code STYVIP24.</p><h3 id=\"toc-8\">Regular Promotions</h3><p>If the bonus wasn’t activated, you need to contact customer support and report the issue.  We will explain to you slightly regarding the most popular games of this specific type.  As many of us found out when creating this 1Win assessment, one of the particular most attractive top features of this platform will be its bonus parts.  Across the internet, you will discover hundreds regarding questions concerning 1Win’s bonus.  In this specific guide, we may provide answers to the top 10 the majority of frequently asked questions concerning bonuses.</p><ul><li>Once you’ve came into the promo signal, you’ll need to be able to create a deposit to be able to qualify for that benefit. </li><li>With a small amount of strategy plus knowledge, using casino bonuses can become a fun plus rewarding way to experience everything that 1Win has to offer you. </li><li>And you can obtain a no deposit bonus simply by registering, utilizing a promo code or through an existing promo. </li><li>After registering, help make sure to full the 1win sign in process. </li><li>While claiming 1Win bonuses, we should be mindful of several popular mistakes. </li></ul><p>Many players are usually convinced that this is not a specific type of benefit, but rather a form of bonus.  That is, money that is certainly credited to a bettor\'s account, although will not become component of their down payment.  In order with regard to them to come to be this sort of category, they need to be wagered.  The next category is special offers and gifts for existing players.  These are intra-system leagues mechanisms, jackpots and even individual offers he or she specific slots or promotions for sporting events.</p><h2 id=\"toc-9\">Exclusive 1win Bonuses And Promotions 2025 Regarding Players In Ghana</h2><p>Winnings are instantly credited to your own balance immediately after typically the round is over.  Once the experts are usually sure that an individual are over 18 years old and also have no other company accounts, it will be easy to work with all the features of your account.  An essential requirement is that will you will not really be capable to make use of the voucher without having registering and triggering\" \"your own wallet.  Accordingly, approach already funded your at least once.</p><ul><li>Actually, you can find simply no wagering requirements like x50, etc.; the particular special approach to shifting prize funds is definitely implemented here. </li><li>In the competing regarding online game playing, maximizing your earnings is vital, and using bonuses and offers can significantly enhance your experience. </li><li>Moreover, we can highlight some popular mistakes usually found during the professing bonuses process, helping us navigate possible pitfalls effectively. </li><li>Wagering requirements dictate just how many times a person need to gamble the bonus sum before cashing out there any winnings. </li><li>Doing research will help make you less willing to make rash selections for the selections you use in your bets. </li><li>For Android consumers, the installation file can be down loaded directly from the official website. </li></ul><p>The bonuses and promotions are around for both new and even existing players.  The slot games on the webpage are always supplying bonuses to clients.  However, there usually are regular promotions in every section of the website.  Checking typically the app and web site regularly can always keep you informed while well as preserving an eye on their social media accounts.  We just about all want to always be a part of a betting site that gives us rewards intended for our loyalty.  Ultimately, taking advantage involving 1win’s generous reward system is what will keep customers rebounding for more.</p><h2 id=\"toc-10\">Getting The Particular 1win Welcome Provide Step-by-step </h2><p>1Win is legal throughout South Africa and any computer user over the particular age of 20 can safely enjoy here for\" \"actual money.  The company  provides its services online and also does certainly not violate local regulations.  Encrypted servers along with SSL protection are used to retail outlet and process consumer data.  All of the company’s policies, its rules, are totally transparent and readily available for every user to understand.  1win users can easily bet on all popular esports procedures both online and live.  Each self-discipline has its own page exactly where you can see the schedule of forthcoming matches.</p><ul><li>1Win Casino is definitely a go-to location for players who adore a combination involving excitement and real rewards. </li><li>In essence, 1Win Casino bonuses arrive in different varieties, aimed at fulfilling specific player incentives. </li><li>In this situatio, once just about every couple of months you can get a cost-free 1, 000 straight into your account. </li><li>The free of charge spins may be built on a huge variety of slot machines. </li><li>It is important to make note of that the percent pounds that may be returned is dependent directly on typically the amount of funds spent by typically the user. </li></ul><p>Meeting these requirements is essential with regard to withdrawing bonus earnings.  If any promotional codes are certainly not activated, bonuses are not credited or promotions never function, you should speak to support.  The major thing we have got already mentioned is the need for betting.  There are also other sorts of gifts of which don\'t need in order to be wagering – cashback and show raises.  To declare the welcome bonus (or any deposit-related bonus), you will need to make your current first deposit.</p><h3 id=\"toc-11\">Which Casino Is Better Within Goa? Going Through The Finest Ones To Play</h3><p>1Win offers bonuses that can be used around different games, which include slots, table games, live dealer video games, and even more.  This may help you discover which games offer better winning prospective.  1Win promotions are best suited both for users who prefer casinos and then for players interested in sports betting.  Express bonus is built to assist\" \"a person earn money when they place several bets concurrently.</p><p>The results of such matches is really as unpredictable as achievable.  The games inside the Virtual Sports activities section of 1win last considerably less time than regular sporting events.  New players are greeted with a generous welcome deal, often including a deposit match reward.  This provides you with added funds to explore gambling establishment games right from the start.  In addition to well known casino content, 1win offers a selection of mini-games and exclusive titles that will provide a stimulating break from traditional formats.</p><h2 id=\"toc-12\">How To Use The App On Ios</h2><p>This platform provides gained a great deal of attention, specifically for its special welcome bonus.  For new players, getting a +500% boost about deposits sounds nearly too good to be able to be true.  Yes, there are various options for no-deposit bonuses on 1win, for example, regarding installing the cell phone app on the smartphone.  To explore all the offered bonuses in this kind of category, you will need to click about the “Free Money” button in the leading left corner associated with the site.  You can choose coming from three types of bets – Single, Numerous, and Series.  The\" \"video game from Pragmatic Enjoy, Spaceman, offers players to immerse by themselves in the space atmosphere.</p><ul><li>Players can receive lotto tickets daily throughout the “Free Money” tab. </li><li>Once you enter the code, the reward amount and primary deposit will always be credited to your account. </li><li>Depending on the particular payment method you have chosen and the country a person are currently dwelling in, the revulsion time will take way up to 12 hours. </li><li>This harmony of reliability and even variety sets the platform apart from competition. </li><li>That said, using this sort of reward, all chances to be able to win actual money are usually saved for your participant! </li></ul><p>Even if you produce a qualifying deposit, an individual won’t be suitable for the reward without the proper promo code.  So, when reading the particular terms and situations, pay attention to bonus codes you might need to make use of to activate the particular chosen promotion.  In order to meet the criteria for these regular bonuses, customers need to fulfil a specific criteria that is definitely outlined in the particular terms and conditions individuals promotion.  Users should keep a great eye on the particular ‘Bonuses’ pages of the site to stay fully updated with the gives that are appearing on the site.</p><h3 id=\"toc-13\">User-friendly Mobile App</h3><p>Make sure you set restrictions to both the amount of time in addition to money which you invest on betting activities.  By putting these in place, you could prevent gambling coming from negatively impacting other areas you will.  Don\'t use a pass word that you work with on multiple additional websites.  Protect your current personal and financial information by making use of secure passwords with lower-case and upper-case albhabets as well since numbers and symbols.  By taking additional steps to safeguard the account, you\'re protecting yourself against any kind of potential fraudsters.</p><ul><li>This raises the chances of producing a return on your bet. </li><li>An important aspect is that will you will not be able to use the voucher with out registering and initiating\" \"your current wallet. </li><li>The 1win is well-known for its enticing promotions designed to enhance user proposal and boost earnings. </li><li>When replenishing the particular main account, the player can acquire both the standard Pleasant bonus and obtain straight into one of typically the current promotions. </li></ul><p>If you’re trying to boost your online gambling establishment experience, 1win Indian offers some of the most attractive bonus opportunities in the market.  Whether you’re a brand new player or some sort of seasoned gambler, typically the 1win casino bonuses are designed to offer you more chances to win big.  In this write-up, we’ll direct you through the process involving getting and making use of the 1win added bonus, including how to get in addition to apply a 1win promo code.  Let’s dive in the information to make confident you maximize your benefits at 1win casino.</p>','1win Betting And Gambling Establishment In South Cameras Get 500% Bonus','','inherit','closed','closed','','248-revision-v1','','','2025-10-06 20:38:24','2025-10-06 13:38:24','',248,'https://lion288slot.com/?p=249',0,'revision','',0),
(250,1,'2025-10-06 20:38:35','2025-10-06 13:38:35','<meta name=\"description\" content=\"Some bonuses are game-specific, such as free rotates for certain video poker machines. \"/><h1>How To Begin Playing At 1win Casino</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Table Of Contents</a></li><li><a href=\"#toc-1\">Mitre D3fend Expertise Guides To Style Better Cyber Defenses</a></li><li><a href=\"#toc-2\">How To Use Benefit Casino In 1win And Where In Order To Get It Throughout India</a></li><li><a href=\"#toc-3\">Bonus Ways To Increase Winnings</a></li><li><a href=\"#toc-4\">Faqs: 1win Bonus Casino</a></li><li><a href=\"#toc-5\">Key Features With The Platform</a></li><li><a href=\"#toc-6\">Top Twelve Common Questions About 1win Bonuses And Promotions</a></li><li><a href=\"#toc-7\">What Are Gambling Requirements? </a></li><li><a href=\"#toc-8\">Regular Promotions</a></li><li><a href=\"#toc-9\">Exclusive 1win Bonuses Plus Promotions 2025 For Players In Ghana</a></li><li><a href=\"#toc-10\">Getting The Particular 1win Welcome Provide Step-by-step </a></li><li><a href=\"#toc-11\">Which Casino Is Best Within Goa? Exploring The Best Ones To Play</a></li><li><a href=\"#toc-12\">How To Use Typically The App On Ios</a></li><li><a href=\"#toc-13\">User-friendly Mobile App</a></li><li><a href=\"#toc-14\">How Can I Find A Promotional Code? </a></li><li><a href=\"#toc-15\">Online Online Poker Tools To Enhance Your Current Winrate</a></li><li><a href=\"#toc-16\">Pecmd – House Windows Prefetch Analysis With Regard To Incident Responders</a></li><li><a href=\"#toc-17\">Accessing Your Account</a></li><li><a href=\"#toc-18\">In Other Bonuses</a></li><li><a href=\"#toc-19\">In Express Reward: Extra Bonus For Multiply Bets</a></li><li><a href=\"#toc-20\">How To Utilize Bonus Casino In 1win: Fast Start Guide</a></li><li><a href=\"#toc-21\">Finish The Registration</a></li><li><a href=\"#toc-22\">Understanding 1win’s Wagering Requirements</a></li><li><a href=\"#toc-23\">Predictors For 1win Aviator Game</a></li><li><a href=\"#toc-24\">Betting Bonuses (freebets)</a></li><li><a href=\"#toc-28\">Lottery Sit & Gos – Where In Order To Play</a></li><li><a href=\"#toc-29\">Licensed Online Game Providers</a></li><li><a href=\"#toc-32\">Minimum Deposit</a></li><li><a href=\"#toc-33\">Extensive Collection Of Gambling Establishment Games</a></li><li><a href=\"#toc-34\">Cashback Bonuses</a></li></ul></div><p>You can get up to seventy free spins regarding 1Win casino added bonus to the first downpayment bonus.  The free of charge spins can be manufactured on a huge variety of slot machines.  To prevent falling in to bonus puts, study and understand just about all the stipulations.  Since its establishment in 2016, the internet booker has become a new recognized brand, particularly throughout the USA.  The platform provides users with over 40+ sports booking games and 7000+ on line casino games, including survive dealer games.  You’ll instantly get a 200% bonus, which usually means you’ll include $150 in your major account and $300 in your bonus account, giving a person a total of $450 to experience with!</p><ul><li>The site is definitely organized in a way that tends to make it easy to get games, manage your, and access customer support. </li><li>The wagering requirements are usually clearly stated, producing it easy to be able to understand the terms before claiming. </li><li>One of typically the other things all of us recommend you remain informed about is the duration of typically the 1Win  casino benefit. </li></ul><p>After is made your own initial deposit, you\'ll be able to be able to bet from the main account plus your bonus account.  1Win offers extra opportunities to increase your earnings by simply offering a great deal of promotions for casino games in addition to betting.  It is important to note that any 1Win user can consider advantage of all of them.  These promos are designed to diversify the user’s gaming experience and in addition give extra free rounds and money.</p><h2 id=\"toc-0\">Table Of Contents</h2><p>1win Casino manages to be able to be noticeable in a new competitive market by combining an extensive video game library, user-friendly features, and attractive bonus deals.  Whether you’re a fan of slot machines, scratch cards, or reside dealer experiences, typically the platform offers enough variety to keep things engaging.  The seamless mobile app, fast transactions, and responsive support further improve the overall expertise.  Using a promo code at 1win unlocks a wide variety of benefits that can greatly improve your gaming experience <a href=\"https://mostbet1bd.com/\">mostbet bd</a>.</p><p>Sports gambling is also not included in the available categories.  But the bookmaker promises that this is a temporary phenomenon.  We hope to see some sort of loyalty programme throughout this segment rapidly, too.</p><h3 id=\"toc-1\">Mitre D3fend Expertise Guides To Design And Style Better Cyber Defenses</h3><p>But a no deposit bonus at 1Win is normally understood as the gift without some sort of deposit.  That said, using such a bonus, all chances to win actual money usually are saved for that person!  So the no deposit bonuses from 1Win offer a new great opportunity in order to try out a new casino or fresh game with nominal risk.</p><p>1Win offers a number of offers that both brand new and existing punters can enjoy.  Players can enjoy an express code reward 1Win, 30% cashback, 1Win free spins, free poker tournaments, up to 50% rakeback, and various other promotions.  These promotions make your gaming knowledge more pleasurable and rewarding.</p><h3 id=\"toc-2\">How To Use Added Bonus Casino In 1win And Where To Be Able To Get It Throughout India</h3><p>By reviewing your betting historical past, you\'ll be able to identify patterns and potentially understand from your mistakes.  If you may do this, you could refine your strategies for better outcomes in the years ahead.  Money wagered from the bonus account to the main account will end up instantly available regarding\" \"blood flow.</p><ul><li>This stage helps protect against scams and ensures conformity with regulatory requirements. </li><li>These games are better played with genuine funds rather as compared to bonus money, unless of course the terms clearly state they are usually eligible. </li><li>Understanding these needs is crucial for players, as these people significantly impact exactly how effectively you may use typically the credit money presented by the 1win. </li><li>This prevents players from overspending irresponsibly and even regulates the pay out they might get using one bonus. </li></ul><p>Whether you’re spinning\" \"the particular slots or playing live casino games, the best approach can make a lot of difference.  1Win’s bonus casino and promotional offers offer a perfect system for Indian gamers to elevate their very own online casino experience.  These bonus and promo offers give some sort of steady kickstart while reducing the risk of preliminary losses and growing winning chances <a href=\"https://mostbet1bd.com/app/\">mostbet app</a>.</p><h2 id=\"toc-3\">Bonus Strategies To Increase Winnings</h2><p>If you will be still unsure whether to try out Aviator in the 1Win system, you can look at some main positives and negatives.  They will support you evaluate the game’s capabilities before you start.  They come from Telegram bots, AI, in addition to dedicated applications, notifying players when they should withdraw their very own stakes.  Predictor is definitely a special device that claims to suppose the outcome of the upcoming round in this particular game.  While given that appealing, relying upon such solutions could be not the particular best idea.</p><ul><li>1win\" \"includes a specific page committed to the terms and even conditions of each benefit, the Promotions in addition to Bonuses page. </li><li>The terme conseillé has an exceptional reputation and operates under a Curacao license. </li><li>The outcome of such matches is as unpredictable as achievable. </li><li>It is the site’s main bonus, which often also works intended for the first four deposits for the bank account. </li></ul><p>The casino frequently runs time-sensitive promotions in addition to offers exclusive promo codes that uncover special rewards.  These may include deposit bonuses, free spins, or participation inside tournaments with actual prizes.  Promo unique codes are often sent out during holidays or major events, thus players are urged to stay up to date through the platform’s announcements.  Taking benefit of these offers can easily greatly enhance the particular overall value associated with playing at 1win.  The 1win is renowned for its appealing promotions designed to be able to enhance user engagement and boost earnings.  Players can find out a array of promotional offers that include typically the welcome bonus for brand spanking new clients, ongoing first deposit bonuses, and several free spins.</p><h3 id=\"toc-4\">Faqs: 1win Bonus Casino</h3><p>In the top right hand corner of the page that you land on, you\'ll see a eco-friendly box that says \'Registration\'.  Make positive that each of the details that you offer are correct to prevent any problems later on.  Understanding these specifications is crucial for players, as that they significantly impact how effectively you may use the particular credit money presented by the 1win.  Aviator on the particular 1Win platform is usually an exciting sport that is well suited for everyone.</p><ul><li>Also, a new bonus as high as 500% allows you in order to start the video game with a severe advantage. </li><li>This attention in addition to popularity have manufactured 1Win one of the best plus most preferred on-line betting platforms in India. </li><li>Loyalty bonuses are usually offered to players who regularly play about the platform. </li></ul><p>Many other companies possess similar requirements with regard to such promotions.  More information regarding this promotion is available on the official 1Win web site in a specific section.  All game titles are made by leading software builders (Microgaming, NetENT), which often guarantees the end user the best video gaming experience and reliability of the video games.  After registering, help to make sure to complete the 1win logon process.  This will give you access to your account dashboard where you can view and claim offered bonuses.</p><h2 id=\"toc-5\">Key Highlights In The Platform</h2><p>Another kind of promo the company can easily offer to their players could be the 1Win no deposit added bonus.  Every user may try it out without charging one more payment.  For example, the dedication program, with the help the participant gets the prospect to earn 1Win coins, which could after that be exchanged for real money.  Keep in mind of which most 1win additional bonuses come with betting requirements.  This implies you’ll need in order to wager a selected amount before you\" \"can withdraw your earnings.  Be sure to be able to browse the terms in addition to conditions of each and every bonus so you understand how in order to meet these needs and maximize your current potential payouts.</p><ul><li>If you’re looking to elevate your online casino experience, 1win India provides typically the perfect platform with its impressive selection of bonuses and even promotions. </li><li>The calculator will compute your expected daily, weekly, and monthly cash back again with respect to the stakes plus tables you input. </li><li>You also need to remember that if you claim a bonus offer ahead of completing the betting requirements of another promotion, you’ll reduce the chance to withdraw it. </li><li>The more aware you about accidental injuries or form, the particular more likely the chance for winning a bet. </li><li>This added bonus is available only to players from Ghana with built at least one deposit of 135 GHS on typically the site. </li></ul><p>Remember to read the terms plus conditions with the reward to fully be familiar with rules that apply to this specific reward.  After selecting the particular option to find the bonus funds, you\'ll end up being shown more terms and conditions of the bonus.  We advise reading these to make yourself fully aware involving what that you\'re agreeing to.  In the truth of the particular 500% deposit added bonus offer, the very first downpayment that you create will get a person a 200% first deposit bonus with the obligation transaction method.  The blend\" \"of substantial bonuses, flexible promo codes, and regular promotions tends to make 1win a extremely rewarding platform regarding its users.  After making a prosperous deposit, your 1win bonus will be deposited into your account automatically.</p><h3 id=\"toc-6\">Top Ten Frequently Asked Questions About 1win Bonuses And Promotions</h3><p>It is furthermore a combination of characters and numbers, which usually you type to the right field.  The outcome is typically the crediting of nth add up to your bank account in the no-deposit category.  It has its own temporary promotions, for example a birthday present.</p><p>The program is designed with regard to touchscreens, offering clean navigation and quickly loading times.  Push notifications keep consumers informed about brand new promotions, while in-app settings allow intended for personal customization.  Whether placing bets, actively playing slots, or withdrawing funds, every functionality is easily attainable with just the few taps.</p><h2 id=\"toc-7\">What Are Gambling Requirements? </h2><p>While we did teach you a simplified type of the service process, it’s even more or less a similar for all the other bonuses upon the website.  If you take typically the time to read the terms and conditions, you should be excellent to go.  Just remember that bonus deals are meant to make issues fun so end up being responsible.  Now of which you know a little about casino additional bonuses and what in order to look out intended for, let’s discuss just how to use bonus in 1Win Online casino.</p><ul><li>Although the bonuses may possibly vary over time, they regularly contain deposit bonuses, totally free bets, cashback offers, and tournaments. </li><li>The bonuses and promotions are around for both new and existing players. </li><li>You may register using your current email and cell phone number, and even url your account through Google, Telegram, and some social networks. </li><li>The first downpayment bonus typically matches a portion of the initial deposit, letting you to start off your gaming\" \"trip with more money. </li><li>For example, a 100% match on the $50 deposit provides you another $50 to play along with, doubling your starting balance. </li></ul><p>These bonuses are usually similar to welcome bonuses but are usually available after typically the first deposit.  Reload bonuses are usually provided on a percent basis, like some sort of 50% match bonus on the second first deposit.  Among the numerous options available, 1Win has quickly turn into your favourite choice associated with Indian casino lovers.  1Win Casino is definitely a go-to location for players who adore a combination associated with excitement and genuine rewards.  One involving the biggest sights at 1Win may be the 1Win Bonus Online casino, offering players fascinating opportunities to enhance their gameplay.  Select the bonus that will you would like from the site\'s \'Bonuses\' section instructions in this case the +500% deposit bonus with the promotional code STYVIP24.</p><h3 id=\"toc-8\">Regular Promotions</h3><p>If the bonus wasn’t activated, you need to contact customer support and report the issue.  We will explain to you slightly regarding the most popular games of this specific type.  As many of us found out when creating this 1Win assessment, one of the particular most attractive top features of this platform will be its bonus parts.  Across the internet, you will discover hundreds regarding questions concerning 1Win’s bonus.  In this specific guide, we may provide answers to the top 10 the majority of frequently asked questions concerning bonuses.</p><ul><li>Once you’ve came into the promo signal, you’ll need to be able to create a deposit to be able to qualify for that benefit. </li><li>With a small amount of strategy plus knowledge, using casino bonuses can become a fun plus rewarding way to experience everything that 1Win has to offer you. </li><li>And you can obtain a no deposit bonus simply by registering, utilizing a promo code or through an existing promo. </li><li>After registering, help make sure to full the 1win sign in process. </li><li>While claiming 1Win bonuses, we should be mindful of several popular mistakes. </li></ul><p>Many players are usually convinced that this is not a specific type of benefit, but rather a form of bonus.  That is, money that is certainly credited to a bettor\'s account, although will not become component of their down payment.  In order with regard to them to come to be this sort of category, they need to be wagered.  The next category is special offers and gifts for existing players.  These are intra-system leagues mechanisms, jackpots and even individual offers he or she specific slots or promotions for sporting events.</p><h2 id=\"toc-9\">Exclusive 1win Bonuses And Promotions 2025 Regarding Players In Ghana</h2><p>Winnings are instantly credited to your own balance immediately after typically the round is over.  Once the experts are usually sure that an individual are over 18 years old and also have no other company accounts, it will be easy to work with all the features of your account.  An essential requirement is that will you will not really be capable to make use of the voucher without having registering and triggering\" \"your own wallet.  Accordingly, approach already funded your at least once.</p><ul><li>Actually, you can find simply no wagering requirements like x50, etc.; the particular special approach to shifting prize funds is definitely implemented here. </li><li>In the competing regarding online game playing, maximizing your earnings is vital, and using bonuses and offers can significantly enhance your experience. </li><li>Moreover, we can highlight some popular mistakes usually found during the professing bonuses process, helping us navigate possible pitfalls effectively. </li><li>Wagering requirements dictate just how many times a person need to gamble the bonus sum before cashing out there any winnings. </li><li>Doing research will help make you less willing to make rash selections for the selections you use in your bets. </li><li>For Android consumers, the installation file can be down loaded directly from the official website. </li></ul><p>The bonuses and promotions are around for both new and even existing players.  The slot games on the webpage are always supplying bonuses to clients.  However, there usually are regular promotions in every section of the website.  Checking typically the app and web site regularly can always keep you informed while well as preserving an eye on their social media accounts.  We just about all want to always be a part of a betting site that gives us rewards intended for our loyalty.  Ultimately, taking advantage involving 1win’s generous reward system is what will keep customers rebounding for more.</p><h2 id=\"toc-10\">Getting The Particular 1win Welcome Provide Step-by-step </h2><p>1Win is legal throughout South Africa and any computer user over the particular age of 20 can safely enjoy here for\" \"actual money.  The company  provides its services online and also does certainly not violate local regulations.  Encrypted servers along with SSL protection are used to retail outlet and process consumer data.  All of the company’s policies, its rules, are totally transparent and readily available for every user to understand.  1win users can easily bet on all popular esports procedures both online and live.  Each self-discipline has its own page exactly where you can see the schedule of forthcoming matches.</p><ul><li>1Win Casino is definitely a go-to location for players who adore a combination involving excitement and real rewards. </li><li>In essence, 1Win Casino bonuses arrive in different varieties, aimed at fulfilling specific player incentives. </li><li>In this situatio, once just about every couple of months you can get a cost-free 1, 000 straight into your account. </li><li>The free of charge spins may be built on a huge variety of slot machines. </li><li>It is important to make note of that the percent pounds that may be returned is dependent directly on typically the amount of funds spent by typically the user. </li></ul><p>Meeting these requirements is essential with regard to withdrawing bonus earnings.  If any promotional codes are certainly not activated, bonuses are not credited or promotions never function, you should speak to support.  The major thing we have got already mentioned is the need for betting.  There are also other sorts of gifts of which don\'t need in order to be wagering – cashback and show raises.  To declare the welcome bonus (or any deposit-related bonus), you will need to make your current first deposit.</p><h3 id=\"toc-11\">Which Casino Is Better Within Goa? Going Through The Finest Ones To Play</h3><p>1Win offers bonuses that can be used around different games, which include slots, table games, live dealer video games, and even more.  This may help you discover which games offer better winning prospective.  1Win promotions are best suited both for users who prefer casinos and then for players interested in sports betting.  Express bonus is built to assist\" \"a person earn money when they place several bets concurrently.</p><p>The results of such matches is really as unpredictable as achievable.  The games inside the Virtual Sports activities section of 1win last considerably less time than regular sporting events.  New players are greeted with a generous welcome deal, often including a deposit match reward.  This provides you with added funds to explore gambling establishment games right from the start.  In addition to well known casino content, 1win offers a selection of mini-games and exclusive titles that will provide a stimulating break from traditional formats.</p><h2 id=\"toc-12\">How To Use The App On Ios</h2><p>This platform provides gained a great deal of attention, specifically for its special welcome bonus.  For new players, getting a +500% boost about deposits sounds nearly too good to be able to be true.  Yes, there are various options for no-deposit bonuses on 1win, for example, regarding installing the cell phone app on the smartphone.  To explore all the offered bonuses in this kind of category, you will need to click about the “Free Money” button in the leading left corner associated with the site.  You can choose coming from three types of bets – Single, Numerous, and Series.  The\" \"video game from Pragmatic Enjoy, Spaceman, offers players to immerse by themselves in the space atmosphere.</p><ul><li>Players can receive lotto tickets daily throughout the “Free Money” tab. </li><li>Once you enter the code, the reward amount and primary deposit will always be credited to your account. </li><li>Depending on the particular payment method you have chosen and the country a person are currently dwelling in, the revulsion time will take way up to 12 hours. </li><li>This harmony of reliability and even variety sets the platform apart from competition. </li><li>That said, using this sort of reward, all chances to be able to win actual money are usually saved for your participant! </li></ul><p>Even if you produce a qualifying deposit, an individual won’t be suitable for the reward without the proper promo code.  So, when reading the particular terms and situations, pay attention to bonus codes you might need to make use of to activate the particular chosen promotion.  In order to meet the criteria for these regular bonuses, customers need to fulfil a specific criteria that is definitely outlined in the particular terms and conditions individuals promotion.  Users should keep a great eye on the particular ‘Bonuses’ pages of the site to stay fully updated with the gives that are appearing on the site.</p><h3 id=\"toc-13\">User-friendly Mobile App</h3><p>Make sure you set restrictions to both the amount of time in addition to money which you invest on betting activities.  By putting these in place, you could prevent gambling coming from negatively impacting other areas you will.  Don\'t use a pass word that you work with on multiple additional websites.  Protect your current personal and financial information by making use of secure passwords with lower-case and upper-case albhabets as well since numbers and symbols.  By taking additional steps to safeguard the account, you\'re protecting yourself against any kind of potential fraudsters.</p><ul><li>This raises the chances of producing a return on your bet. </li><li>An important aspect is that will you will not be able to use the voucher with out registering and initiating\" \"your current wallet. </li><li>The 1win is well-known for its enticing promotions designed to enhance user proposal and boost earnings. </li><li>When replenishing the particular main account, the player can acquire both the standard Pleasant bonus and obtain straight into one of typically the current promotions. </li></ul><p>If you’re trying to boost your online gambling establishment experience, 1win Indian offers some of the most attractive bonus opportunities in the market.  Whether you’re a brand new player or some sort of seasoned gambler, typically the 1win casino bonuses are designed to offer you more chances to win big.  In this write-up, we’ll direct you through the process involving getting and making use of the 1win added bonus, including how to get in addition to apply a 1win promo code.  Let’s dive in the information to make confident you maximize your benefits at 1win casino.</p>','1win Betting And Gambling Establishment In South Cameras Get 500% Bonus','','inherit','closed','closed','','248-autosave-v1','','','2025-10-06 20:38:35','2025-10-06 13:38:35','',248,'https://lion288slot.com/?p=250',0,'revision','',0),
(251,1,'2025-10-06 18:02:03','2025-10-06 11:02:03','<h1>\"Benefit Senza Deposito Istantaneo 2024 Fino A 1000 Gratis</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Bonus Con Assenza Di Deposito E Slot Machine Machine</a></li><li><a href=\"#toc-1\">Casino Live Bonus Con Assenza Di Deposito</a></li><li><a href=\"#toc-2\">Tutti I Casino Senza Deposito</a></li><li><a href=\"#toc-3\">Scegliere I Actually Casino Senza Spid Conviene? </a></li><li><a href=\"#toc-4\">Perché Scegliere Algun Casinò Con Avanzamento 10€ Gratis? </a></li><li><a href=\"#toc-5\">Visita\" \"Elle Casino E Completa La Registrazione</a></li><li><a href=\"#toc-6\">Welcome Bonus (bonus Pada Benvenuto)</a></li><li><a href=\"#toc-7\">Bonus Senza Deposito 100€ Gratis Più A Hundred Free Spin (da 0, 20€) Su Starvegas</a></li><li><a href=\"#toc-8\">I Bonus Senza Almacenamiento Sono Gratuiti? </a></li><li><a href=\"#toc-9\">Come Usare My Partner And I Requisiti Di Puntata Nei Casino Benefit Senza Deposito? </a></li><li><a href=\"#toc-10\">Come Trovare Siti Casino Bonus Con Assenza Di Deposito</a></li><li><a href=\"#toc-11\">I Giochi Validi Per Riscattare L\'offerta</a></li><li><a href=\"#toc-12\">Cosa Sono I Actually Bonus Senza Almacén Del Casinò? </a></li><li><a href=\"#toc-13\">Posso Richiedere Un Bonus Senza Deposito Se Ho Già Un Account? </a></li><li><a href=\"#toc-14\">Top Several Dei Casino Added Bonus Senza Deposito Inside Italia</a></li><li><a href=\"#toc-15\">➡️ Sisal Bonus Senza Bidón Fino A A Few 000 Euro</a></li><li><a href=\"#toc-16\">Come Ricevere\" \"Elle Bonus Casino Con Assenza Di Deposito</a></li><li><a href=\"#toc-17\">Meteo Rinnova App Electronic Sito Web</a></li><li><a href=\"#toc-18\">Cosa Fare For Every Ottenere Il Reward? </a></li><li><a href=\"#toc-19\">Nei Casino Esistono Bonus Senza Deposito Slot? </a></li><li><a href=\"#toc-20\">Domande Frequenti Per I Casinò Bonus Senza Deposito</a></li><li><a href=\"#toc-21\">Bonus Senza Deposito Per Utenti Già Registrati</a></li><li><a href=\"#toc-22\">Come Giocare Al Casinò Tidak Bermodal O Su El Casinò Con Added Bonus Senza Deposito? </a></li><li><a href=\"#toc-23\">Bonus Senza Deposito Each I Giocatori Esistenti</a></li><li><a href=\"#toc-24\">Che Added Bonus Senza Deposito 10 Euro È Davvero Buono Da Impiegare? </a></li><li><a href=\"#toc-25\">Riconoscere I Requisiti Di Scommessa Più Convenienti</a></li><li><a href=\"#toc-27\">Conosci Arianne Glossario Dei Termini Comuni</a></li><li><a href=\"#toc-31\">➡️ Starcasinò: 50 Free Spin And Rewrite Senza Deposito Immediato</a></li><li><a href=\"#toc-32\">Con I Added Bonus Senza Deposito Posso Vincere Soldi Veri? </a></li><li><a href=\"#toc-33\">È Possibile Vincere Soldi Veri Disadvantage I Bonus Con Assenza Di Deposito Casinò? </a></li><li><a href=\"#toc-34\">Posso Ottenere Più Di Un Reward Senza Deposito Istantaneo? </a></li></ul></div><p>I termini at the le condizioni potrebbero variare a seconda del casinò on the web che si sceglie.  I bonus con assenza di deposito sono compresa tra i bonus più significativi che vengono offerti dai casinò online agli iscritti.  In questo articolo abbiamo raccolto quasi tutto quello che c’è da sapere tu questi speciali reward, con consigli electronic suggerimenti.  I reward senza deposito sono\" \"certamente tra i più ricercati perché no prevedono investimento pada denaro.</p><ul><li>Grazie a questi omaggi non dovrai ricaricare subito elle conto con i actually tuoi soldi electronic potrai testare giochi di diverso tipo in modo de tutto gratuito. </li><li>A questo proposito abbiamo stilato la breve tabella que tiene i pro elizabeth contro che abbiamo trovato in ciascun tipo di benefit nella maggior parte dei casi. </li><li>Questi bonus consistono inside somme di denaro virtuale, o fun bonus, offerte dai casino online quando verifichi il tuo conto di gara. </li><li>Per ottenerlo occorre registrarsi al sito electronic richiedere la promozione tramite una e-mail. </li><li>Grazie ai nostri continui aggiornamenti negli articoli di analisi, sarete sempre informati. </li></ul><p>Il primo, più liberale e meno inderogabile, suggerisce un avvicinamento di cautela elizabeth sperimentazione.  Il assistente, intrinsecamente più audace ma potenzialmente più remunerativo, premia are generally decisione di vincolarsi finanziariamente fin dalle prime mosse nel dominio del gioco digitale.  Entrambi i bonus offrono un modo efficace each esplorare l\'offerta dalam gioco di BIG Casino senza el impegno finanziario iniziale.</p><h2 id=\"toc-0\">Bonus Senza Deposito E Slot Machine</h2><p>Se alcuni casino on the internet assegnano i benefit gratuiti automaticamente, within altri casi è necessario inserire 1 specifico un codice promozionale, già trasmesso nella promozione um da richiedere contattando l\'assistenza clienti.  Ad ogni modo, are generally procedura per ottenerlo è semplice, e non occorre altro che riportarlo nello spazio previsto for every iniziare a sfruttarlo.  Noti anche arrive Playthrough e Skidding, ma anche appear Wagering, i requisiti di puntata rappresentano le condizioni da rispettare perché il fun bonus tanto tramutato in balance reale.  Per comprenderlo è sufficiente pensare a questi benefit come a strumenti di marketing che consentono alle selling virtuali sia some sort of Casino online gia noti o a new Nuovi Casino di acquisire nuovi clienti.  Non dimenticare che, pur garantendo ore di divertimento e offrendo la possibilità di conseguire vincite, giocare significa esporsi anche al pericolo di non vedere andare a buon fine le scommesse <a href=\"https://top-casino-italia.com/bonus/senza-deposito/\">bonus casino senza deposito</a>.</p><ul><li>Nel corso della sua carriera ha nota tantissime recensioni at the guide per farti scoprire i migliori bonus disponibili elizabeth nuovi giochi. </li><li>Per ulteriori dettagli, ti invitiamo the visitare la nostra pagina dedicata disadvantage una lista delle offerte aggiornate. </li><li>Per riscattare il bonus senza bidón bisogna rigiocare le vincite 1 sola volta. </li><li>Questo è un hábitat fondamentale anche sony ericsson molto spesso we giocatori non ci fanno particolare attenzione. </li></ul><p>Questi numeri indicano quante volte dovrai puntare e battere\" \"l’importo ottenuto come bonus prima di essere in grado di prelevare le tue vincite.  Ad esempio, se tra the offerte del casinò richiedi un bonus di 10€ con un requisito i 10x, dovrai vincere 100€ per sbloccare arianne ritiro.  Il funbonus ottenuto potrà individuo utilizzato per guadagnare scommesse su eventi sportivi con specifiche condizioni di puntata, offrendo così un\'opportunità aggiuntiva per incrementare il tuo abono gioco.  Il reward senza deposito precisa essere giocato thirty volte il suo valore per organismo trasformato in algun bonus reale fino a 100€.  Alcuni permettono di usare il bonus sull\'intero catalogo, mentre altri indicano i titoli su cui è possibile investire los angeles cifra.</p><h3 id=\"toc-1\">Casino Live Bonus Con Assenza Di Deposito</h3><p>Per questo è importante tenere d’occhio i nuovi casinò legali, che unito offrono bonus notevole favorevoli per costruirsi una reputazione.  I nostri esperti stanno sempre attenti some sort of portare i più bei periodi nuovi bonus con assenza di deposito.  Questo added bonus è uno dei migliori che cuando possa trovare, mum molto raro ora.</p><ul><li>Controlla le tempistiche dalam accredito delle vincite per essere certo che la transazione non sia ancora in lavorazione. </li><li>Potrai usare i codici promozionali qui forniti for each ricevere 10€ arrive bonus senza bidón da spendere inside un casinò della Penisola e iniziare a divertirti direttamente, senza dover ricaricare un centesimo pada tasca tua. </li><li>Inoltre, StarVegas offre\" \"una delle migliori esperienze di gioco are living con croupier throughout tempo reale, perfetta per chi cerca un\'esperienza di casinò autentica. </li><li>Bonus senza requisiti di scommessa cuenta che tutte votre vincite ottenute possono essere direttamente prelevate. </li></ul><p>Registrandosi sul portale da primero dei link presenti in questa web si accede de flesta doppia promo esclusiva.  Questa offre 40 Free Spins con assenza di deposito alla inaugurazione, e fino the 2050€ di reward cashback.  I requisiti di giocata dei bonus sono pari a 10x votre somme ricevute ag raggiungere entro several giorni.  NetBet proposition il 100% dei primi tre depositi, fino ad algun massimale complessivo dalam 600€ (200€ each ricarica) e 2 hundred Free Spins.</p><h3 id=\"toc-2\">Tutti I Casino Con Assenza Di Deposito</h3><p>Per convertire in balance prelevabile le vincite del bonus senza deposito bisogna rigiocare l\'importo ricevuto este numero determinato di volte definito requisiti di giocata.  Il bonus senza deposito immediato di tipo FUN, attribuito for each incentivare ulteriori partecipazioni al gioco, può essere trasformato in denaro reale mediante il soddisfacimento pada criteri predeterminati noti come requisiti dalam scommessa.  Questi criteri fungono da chiavi per liberare votre potenzialità del benefit, trasformandolo da mera cifra virtuale a new saldo effettivamente prelevabile.  Raccomandiamo anzi pada usufruire di bonus senza deposito immediato solo dai casinò AAMS ADM, gli unici provvisti pada regolare licenza per il gioco a distanza e autorizzati ad offrire servizi di gioco on the internet in Italia.  È  importante tenere contemporáneo che gli eventuali crediti derivanti dal bonus senza ricarica devono soddisfare determinati requisiti, per poter essere trasformati throughout denaro reale e dunque prelevabile.</p><ul><li>Attivandolo, infatti, potrai toccare la fortuna inside un nuovo luogo senza essere costretto a spendere neppure un euro. </li><li>Raccogliamo votre info più rilevanti e recenti sui siti di gara e ti indirizziamo verso quelli disadvantage le promozioni più interessanti. </li><li>Gamblizard è, infatti, arianne luogo in cui gli estimatori del gambling possono incrociare informazioni affidabili sui portali di vari Paesi. </li><li>I nuovi iscritti ing Casino Online dalam William Hill ricevono, previa verifica de conto di gioco, un blocco weil 200 giocate cuma-cuma da utilizzare liberamente nella sezione \"Slot\" del sito. </li></ul><p>I payout sono soggetti a new processi piuttosto rigidi per assicurare affidabilità e tracciabilità.  Controlla le tempistiche pada accredito delle vincite per essere evidente che la esborso non sia ancora in lavorazione.  Inoltre, puoi controllare ulteriormente che i tuoi documenti di identità e bancari siano validi, prima di chiedere assistenza ing casinò.  Al reacio se si precisa giocare il added bonus molte volte, aumentano le possibilità dalam\" \"perdere la somma accumulata.  Gli utenti possono sicuramente trarre vantaggio da questi reward se conoscono il loro funzionamento.</p><h2 id=\"toc-3\">Scegliere We Casino Senza Spid Conviene? </h2><p>Si devono allora scegliere i giochi che contribuiscono maggiormente al raggiungimento dei requisiti di giocata e, tra questi, i software que incluye il ritorno way giocatore migliore.  L\'esplorazione di questo tipo di bonus richiede un\'acuta comprensione delle regole del gara.  Astutamente, molti partecipanti adottano strategie each massimizzare le proprie possibilità di realizzare vantaggio da tali offerte, adattando elle proprio stile di gioco alle situazioni proposte.  Le somme guadagnate attraverso i actually free spin possono essere trasformate throughout Fun Play Added bonus, soggetti alle medesime condizioni di puntata del bonus iniziale.  In questo modos, moltissimi giocatori che si sono registrati online tramite software o web-app hanno ottenuto dei vantaggi rispetto ai identico livello che cuando sono registrati però con il pc.  Questa soluzione proposition al giocatore un’altra opportunità e gli permette di collocare le mani su un’offerta ancora più accattivante.</p><ul><li>Il bonus dalam benvenuto senza almacén offre invece 1000€ sulle slot equipment Eurasian e Cristaltec. </li><li>Questi giochi, con elle bonus senza almacén, permettono di perlustrare diverse varianti senza rischiare denaro reale, incentivando nuovi utenti a immergersi nell\'esperienza. </li><li>I casinò con licenza includono programmi di gara responsabile a mirada dei giocatori. </li></ul><p>Tali promozioni, infatti, sono rivolte low agli utenti appena iscritti, ma the chi è già registrato da pace.  Dato che questa offerta è que tiene ogni probabilità la più svantaggiosa each i casino, within quanto decisamente onerosa, non sono moltissimi i siti ad offrirla.  Rivolgendosi aje nuovi iscritti, potrebbe accadere che stanco\" \"arianne bonus, gli utenti decidano di emigrare su altre piattaforme virtuali, magari per sfruttare una promozione simile.  Non è errato definire my partner and i bonus senza almacenamiento immediato, e gli altri bonus senza deposito, come delle promozioni \"diverse\" dal solito.  Questo inside quanto permettono agli utenti di divertirsi con il registro dei casino, testandone la bontà, con assenza di investire un millesimo, dando loro modo di vincere de denaro.  Casino. apresentando offre quello che potremmo definire el bonus gratuito benissimo nella media, tanto come importo che come requisito pada puntata, pari a new 30 volte.</p><h2 id=\"toc-4\">Perché Scegliere El Casinò Con Avanzamento 10€ Gratis? </h2><p>Non illuderti però che la conversione di un bonus tanto semplice, dato che dovrai scommettere el certo numero di volte le vincite ottenute.  Quindi, ze vuoi vincere some sort of rischio zero, dovrai\" \"no solo metterci impegno nella scelta del bonus casino senza deposito ma anche contare su una buona dose dalam fortuna.  Se anche tu hai un feeling particolare per la piattaforma dei leoni, dai un\'occhiata alla nostra guida dedicata interamente aje codici bonus LeoVegas.  Troverai tutte le informazioni sulle varie offerte previste ag questo operatore, non solo per quanto riguarda i totally free spin.</p><ul><li>Il primo deposito tem que essere di almeno 20€ e avvenire entro 30 giorni dalla registrazione per ottenere i bonus. </li><li>Dobbiamo per questo chiederci sony ericsson ha senso utilizzare questo metodo for each ottenere degli SPID bonus. </li><li>Mentre cerchi arianne casinò su cui giocare, prova the trovare una promotional simile a 10 euro senza almacenamiento. </li><li>Ogni bonus deve essere rigiocato 35 volte per essere convertito in added bonus reale, che tem que essere rigiocato mi volta entro several giorni per valere prelevabile. </li><li>Non è facile scegliere tra tutti i reward senza deposito casinò online attualmente offerti dagli operatori. </li></ul><p>Le lotterie, giardini dell\'alea, invitano a seminare piccole speranze per raccolti grandiosi.  Il sorteggio dei numeri diventa el rituale di attesa e potenziale esultanza, un legame comune con l\'ignoto che colora di emozione il momento dell\'annuncio.  Con i reward senza deposito, anche i più cauti possono partecipare, gustandosi il brivido del gioco senza alcun esborso.  Il black jack, duello numerico contro il banco, dans le cas où distingue per are generally sua eleganza strategica.</p><h3 id=\"toc-5\">Visita\" \"Arianne Casino E Completa La Registrazione</h3><p>Scegli accuratamente tra free spins e bonus inside denaro a seconda\" \"della tipologia di gara che preferisci.  Betway offre ai nuovi clienti iscritti el bonus di benvenuto di 50 Free rounds alla convalida de conto, più credito Fun Bonus identico al 100% dei primi tre depositi fino a just one. 000€.  Il wagering è pari the 15x entro seven giorni per i actually giri gratis e 35x entro 16 giorni per added bonus primo deposito.  Tra queste, vi sono i free spins (giri gratuiti), elle bonus senza deposito del valore dalam cinque euro some sort of cui dovrà unire un minimo di rigiocata di 45 volte.</p><p>Quando ci si registra tu un casino senza SPID quali sono i metodi di pagamento accettati?  La registrazione con SPID casino vogliamo descrivere che non è obbligatoria.  Sui online casino si può selezionare anche di registrarsi con la comprensibile carta d’identità oppure optare per we casino no KYC e preferire così l’anonimato.  Vediamo perciò quali sono i metodi di pagamento accettati, in basic alla licenza, dai casino senza annotazione SPID.  Tutti quanti i casino online devono infatti adottare le principali tecniche di sicurezza.</p><h2 id=\"toc-6\">Welcome Bonus (bonus Dalam Benvenuto)</h2><p>Nel se del real added bonus senza deposito gambling establishment stranieri destinato aje giochi da tavolo la faccenda rimane la stessa.  Sebbene considerata più rara, tale modalità si sposa alla apice con la natura del bonus.  Per comprendere i concetti generali alla bottom dei tipi pada bonus VIP offerti dai casinò on the internet, è meglio leggere le pagine specifiche sul sito website del casinò online relative a questi programmi.  Spesso queste pagine contengono informazioni molto precise electronic sono molto trasparenti.  In altri cerca de, è solo essencial che la subgroup totale della singola o della multipla superi un preciso valore.  Questi sono degli esempi, visto che ogni bonus senza deposito scommesse sportive può prevedere delle sue regole particolari.</p><ul><li>A distinguerlo è il eretto di essere accreditato in modo automatico sul saldo bonus del conto pada gioco. </li><li>Il premio added bonus primo deposito, che invece presuppone el versamento iniziale ag parte del giocatore. </li><li>I requisiti di giocata dei bonus sono pari a 10x the somme ricevute weil raggiungere entro a few giorni. </li><li>C’è molta concorrenza inside ogni settore e l’industria del gioco d’azzardo è una tra le più vivaci. </li><li>Questo modelo di bonus è disponibile solo for each un periodo pada tempo limitato, unito pochi giorni dopo l’iscrizione. </li></ul><p>Ma a prescindere dalla tua preferenza personale, potrai trovare vari bonus che facciano al caso tuo praticamente in ogni casinò online delete Bel Paese.  Dai un’occhiata ai casinò suggeriti da noi di Gamblizard for each trovare le promotional migliori disponibili tu vari tipi di piattaforme di gioco.  Con un added bonus senza deposito dalam 5. 000€ che può essere distribuito in dieci tranche da 500€ ciascuna, il bonus con assenza di deposito di BetFlag è tra i actually migliori nel parte dei casinò on the internet italiani.  Per coloro che si registrano utilizzando CIE, questo bonus offre una possibilità di giocare su una vasta gamma di slot machine game forniti da diversi provider.  Entro credited giorni dall\'assegnazione, ogni tranche deve valere utilizzata e arianne bonus deve valere scomposto 50 volte.  Il bonus di benvenuto\" \"con assenza di deposito permette pada ricevere credito bonus e provare giochi  da casinò, slot machine game, giochi da tavolo.</p><h3 id=\"toc-7\">Bonus Senza Deposito 100€ Gratis Più One Hundred Free Spin (da 0, 20€) Tu Starvegas</h3><p>Grazie a questi omaggi non dovrai ricaricare subito elle conto con my partner and i tuoi soldi elizabeth potrai testare giochi di diverso modelo in modo del tutto gratuito.  I bonus senza almacenamiento offrono l\'opportunità pada giocare su el casinò online senza dover depositare denaro sul conto.  È importante, tuttavia, schivare eccessi, anche no momento em que la possibilità di ottenere denaro reale dal bonus sembra vicina.</p><p>Una delle tipologie di promozioni che sempre più unito interessano e affascinano i giocatori online riguarda i\" \"free spin.  Parliamo, veloz, dei gettoni gratuiti utilizzabili solo per le slot device.  Anche per corrente è essenziale saper scegliere il gambling establishment con bonus dalam benvenuto senza almacenamiento immediato che garantisce l’offerta migliore.</p><h3 id=\"toc-8\">I Bonus Senza Almacenamiento Sono Gratuiti? </h3><p>Sono stati inseriti in questa lista perché inferiore noi possiedono my partner and i requisiti più essenziali di\" \"la buona piattaforma for each giocare online.  Tutti quanti i casino online SPID electronic senza SPID devono possedere una abuso di gioco valida.  Devono rispettare le normative sul gioco d’azzardo dello Divenuto che le eroga.</p><p>È davvero possibile incappare within un incentivo primario, elargito senza los angeles necessità di anticipare fondi né di esibire documenti attestanti l\'identità?  Questa disputa, allettante quanto intrigante, merita una disamina approfondita.  È una proposta avvincente for each chi ama votre sfide contro elle tempo e desidera sperimentare il brivido del casinò senza un impegno finanziario immediato.</p><h2 id=\"toc-9\">Come Usare We Requisiti Di Puntata Nei Casino Reward Senza Deposito? </h2><p>Questo è principalmente accreditato all’iscrizione u alla convalida dei documenti.  In corrente modo, i nuovi giocatori hanno l\'opportunità di giocare senza rischi e di familiarizzare con le offerte del casino, anche se non riescono a trasformare il bonus di registrazione in denaro reale.  È este approccio che consente ai casino on the internet di coinvolgere we giocatori in modos duraturo, lanciando nuovi giochi, offrendo promozioni e programmi fedeltà per mantenere i actually giocatori soddisfatti.  Come accennato in precedenza, molti bonus di benvenuto senza bidón offrono una scelta di slot machine su cui giocare la promozione.  I diversi giochi possono differire per scontro, RTP (Return to Player), gioco bonus e volatilità.</p><ul><li>Alla registrazione, my partner and i nuovi utenti ricevono 55€ di added bonus senza deposito, utilizzabili esclusivamente sulle slot machine del fornitore Capecod. </li><li>Il reward senza deposito quel professionnel trasforma l\'esperienza di apprendimento in un\'avventura senza rischi finanziari, permettendo agli utenti di immergersi en su totalidad. </li><li>Sul web, però, ci sono alcuni casinò online che permettono di giocare senza inviare un documento d’identità elizabeth non offrono benefit di deposito. </li><li>Se il bonus llega accreditato con programa progressivo, invece, è necessario capire fare il funzionamento di ogni tranche. </li><li>Puoi considerare un bonus senza deposito tutte votre somme - u gettoni, o free of charge spin - che vengono inviate al\" \"tuo account subito dopo la registrazione dalam un nuovo accounts su casino on the web. </li></ul><p>Entrambi i bonus sono soggetti a requisiti di scommessa pada 150x e devono essere utilizzati entro 30 giorni dalla loro erogazione.  La generosità del suo bonus senza almacenamiento immediato, che présente 50 spin gratuiti alla registrazione, rende StarCasino un\'ottima ripiano di gioco on the internet.  Inoltre, il requisito di scommessa considerevolmente basso di presente bonus (solo 10x) facilita la cambiamento delle vincite throughout denaro reale.  Come menzionato in precedenza, i casino low regalano denaro elizabeth ogni bonus è vincolato a precisi termini e situazioni che rendono a volte non troppo manifesto trasformare i entertaining bonus in denaro reale.  Il benefit senza deposito offerto da StarCasinò consiste in 50 giri gratis del valore di 0, 10€ ciascuno su una slot selezionata dall\'operatore.  Dopo aver completato la  registrazione at the inviato i documenti, StarCasinò accrediterà i actually free spin entro 12 ore.</p><h2 id=\"toc-10\">Come Trovare Siti Casino Bonus Senza Deposito</h2><p>Devi rigiocare la somma 15 volte for every trasformare il enjoyable bonus in real bonus.  No, nei casinò online dans le cas où può ottenere il bonus benvenuto senza deposito solo\" \"no momento em que ci si iscrive per la knorke volta e cuando può scegliere solitary un bonus per volta.  Se si effettua la annotazione in un momento sito, sarà possibile ottenere la promozione lì prevista, alle stesse condizioni.</p><p>L\'accesso a new queste promo è spesso condizionato de uma requisiti specifici,\" \"come la verifica dell\'identità o l\'iscrizione formale alla piattaforma.  LeoVegas vi offre fifty free spins senza deposito una volta convalidato il nota e un bonus di benvenuto astuto a 1500 Euro oltre ad ulteriori 250 free spins, oltre ad algun bonus live casinò con caratteristiche simili al precedente.  I casinò con almacén minimo basso permettono ai giocatori dalam accedere alle piattaforme con un investimento finanziario ridotto, minimizzando il rischio electronic rendendo il gioco d’azzardo più trovabile.  I giocatori possono beneficiare dei bonus di benvenuto e delle promozioni riservate ai nuovi depositanti, che spesso offrono vantaggi superiori rispetto ai bonus senza deposito.  Un reward senza deposito in scadenza è un’offerta promozionale che consente ai giocatori di ricevere un somma di denaro bonus gratuito u giri gratuiti senza effettuare alcun bidón iniziale.  Questo formato di bonus è disponibile solo per un periodo di tempo limitato, pieno pochi giorni dopo l’iscrizione.</p><h3 id=\"toc-11\">I Giochi Validi Per Riscattare L\'offerta</h3><p>Si tratta dalam un fun added bonus con coefficiente identico a 100 (100x) e con la durata di 25 giorni.  Giochi arrive 10€ bonus position senza deposito istantaneo rimangonocomunque, i bonus più popolari tra i giocatori perché sono semplici weil giocare e, allo stesso tempo, divertenti.  Oltre ai added bonus cash, ci\" \"sono molte altre promozioni e benefit offerti dai casinò on-line come giri gratis o round extra, i quali possono aumentare le possibility di vincita at the, in generale, usted permetteranno di goderti ogni gioco al massimo.</p><ul><li>Anche Instant Casino no richiede una annotazione con casino SPID ma basta este indirizzo email valido, un username electronic una password. </li><li>Se il tuo obiettivo è ciò di riscattare my partner and i soldi veri derivanti dalle vincite di un bonus senza deposito, sarai sicuramente interessato a convertire le somme vinte in denaro utile e, per farlo, dovrai soddisfare we requisiti di giocata. </li><li>Molto apprezzati sui casino senza SPID perché consentono di recuperare parte delle scommesse perse. </li><li>Si potranno ritirare, però, votre eventuali vincite ottenute giocando il Real Bonus. </li></ul><p>Tutti i casino con assenza di deposito che operano in Italia que incluye regolare licenza ADM sono tenuti a new verificare l’età elizabeth l’identità dei propri giocatori.  Questo succede in primis each tutelare i minori, ma anche for every una questione severo e legale.  Non esiste un benefit gratis senza deposito che possa includere rischi reali, some sort of condizione che dans le cas où scelgano sempre at the solo casinò legali nella giurisdizione italiana.</p><h3 id=\"toc-12\">Cosa Sono I Actually Bonus Senza Almacén Del Casinò? </h3><p>I added bonus senza deposito online casino vengono assegnati a new ogni nuovo utente alla registrazione at the non necessitano di un deposito primario.  Se hai ancora dei dubbi al riguardo, ecco una nostra lista definitiva di pro electronic contro.  Dietro story parametro ci sono diversi altri aspetti che potrebbero rimandare il bonus con assenza di deposito in questione più o eccetto conveniente.</p><ul><li>Queste normative salvaguardano l\'entità gestionale da perdite potenzialmente devastanti electronic avvolgono il giocatore in una bolla di sicurezza, preservandolo dalla spirale pada condotte ludiche eccessive o irrazionali. </li><li>Un bonus senza ricarica, deposito, o arrive preferite chiamarlo, not è altro che una promozione che ti permette dalam ottenere credito added in un casinò online, senza quindi dover usare i tuoi soldi. </li><li>Le position machine, meccanismi d\'intrattenimento digitale, offrono el ventaglio di possibilità grafiche e tematiche, trasformando ogni azione in un\'avventura pulsante. </li></ul><p>Questo è un elemento fondamentale anche sony ericsson molto spesso my partner and i giocatori non ci fanno particolare prontezza.  Parliamo dei requisiti di scommessa che, in alcuni casinò stranieri, potrebbero essere denominati anche Skidding.  La stragrande maggioranza dei casinò on-line si affida a new società terze each la gestione dei depositi e dei prelievi (transazioni online), che sono inside un certo percezione società finanziarie che gestiscono la contabilità del casinò.  È sempre emozionante no momento em que vinci soldi inside un casinò, sia reale che on the web, specialmente quando scommetti molto poco de tuo denaro.  C’è molta concorrenza within ogni settore elizabeth l’industria del gara d’azzardo è mi tra le più vivaci.</p><h2 id=\"toc-13\">Posso Richiedere Este Bonus Senza Bidón Se Ho Già Un Account? </h2><p>Parliamo ora del benefit senza deposito offerto da AdmiralBet, che premia i nuovi iscritti con 100€ senza deposito più 100 free rotate, di cui 55 da utilizzare sulla popolarissima slot Publication of Ra Luxurious.  Una volta ricevuto, il bonus è valido per 30 giorni, durante i actually quali sarà realizzabile raggiungere il condición di scommessa dalam 100x.  Sono pochi i casinò che offrono bonus gratis sulla Book regarding Ra Deluxe position, quindi se sei un appassionato delete\" \"genere puoi fare affidamento su questa offerta.  Finita la registrazione del conto casinò, non dovrai do altro che avanzare il credito ottenuto usando le details reperibili qui tu Gamblizard.</p><ul><li>Attualmente è possibile trionfare questo tipo di promozione su Betflag e Lottomatica. </li><li>Ricordate dalam scegliere degli operatori che siano constantemente sicuri sia dal punto di vista della giocabilità che della protezione dei dati personali. </li><li>I casinò che li offrono, infatti, detengono regolare abuso ADM rilasciata dall\'Agenzia delle Dogane at the dei Monopoli italiana. </li><li>Tra queste vi sono anche giochi gratis dalam macchine senza togliere dei fornitori più celebri del ambiente di gambling arrive NetEnt, PlayTech, Novomatic o Microgaming. </li><li>Ogni puntata è un tuffo nel prometido, un\'anticipazione carica di aspettative dove si misurano intuizione electronic conoscenza del ámbito sportivo. </li></ul><p>Non accettare mai algun bonus senza almacén immediato se no hai prima base attentamente il ordine.  Nel caso pada un periodo pada validità troppo sucinto o requisiti di puntata troppo elevati per le tue necessità potresti low essere in classe di prelevare votre vincite ottenute.  No, i bonus on line casino senza deposito no sono un truffa, a patto che siano emessi weil casinò autorizzati at the certificati dall’Agenzia Dogane e Monopoli (ADM).  I siti pada\" \"gioco legali, infatti, sono sottoposti a tutti i controlli di legge per coprire agli utenti el ambiente sicuro electronic trasparente.</p>','Migliori Benefit Senza Deposito Immediato Per Casinò Flaco A 3 000','','publish','closed','','','migliori-benefit-senza-deposito-immediato-per-casino-flaco-a-3-000','','','2025-10-07 12:30:36','2025-10-07 05:30:36','',0,'https://lion288slot.com/?p=251',0,'post','',0),
(252,1,'2025-10-07 12:30:36','2025-10-07 05:30:36','<h1>\"Benefit Senza Deposito Istantaneo 2024 Fino A 1000 Gratis</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Bonus Con Assenza Di Deposito E Slot Machine Machine</a></li><li><a href=\"#toc-1\">Casino Live Bonus Con Assenza Di Deposito</a></li><li><a href=\"#toc-2\">Tutti I Casino Senza Deposito</a></li><li><a href=\"#toc-3\">Scegliere I Actually Casino Senza Spid Conviene? </a></li><li><a href=\"#toc-4\">Perché Scegliere Algun Casinò Con Avanzamento 10€ Gratis? </a></li><li><a href=\"#toc-5\">Visita\" \"Elle Casino E Completa La Registrazione</a></li><li><a href=\"#toc-6\">Welcome Bonus (bonus Pada Benvenuto)</a></li><li><a href=\"#toc-7\">Bonus Senza Deposito 100€ Gratis Più A Hundred Free Spin (da 0, 20€) Su Starvegas</a></li><li><a href=\"#toc-8\">I Bonus Senza Almacenamiento Sono Gratuiti? </a></li><li><a href=\"#toc-9\">Come Usare My Partner And I Requisiti Di Puntata Nei Casino Benefit Senza Deposito? </a></li><li><a href=\"#toc-10\">Come Trovare Siti Casino Bonus Con Assenza Di Deposito</a></li><li><a href=\"#toc-11\">I Giochi Validi Per Riscattare L\'offerta</a></li><li><a href=\"#toc-12\">Cosa Sono I Actually Bonus Senza Almacén Del Casinò? </a></li><li><a href=\"#toc-13\">Posso Richiedere Un Bonus Senza Deposito Se Ho Già Un Account? </a></li><li><a href=\"#toc-14\">Top Several Dei Casino Added Bonus Senza Deposito Inside Italia</a></li><li><a href=\"#toc-15\">➡️ Sisal Bonus Senza Bidón Fino A A Few 000 Euro</a></li><li><a href=\"#toc-16\">Come Ricevere\" \"Elle Bonus Casino Con Assenza Di Deposito</a></li><li><a href=\"#toc-17\">Meteo Rinnova App Electronic Sito Web</a></li><li><a href=\"#toc-18\">Cosa Fare For Every Ottenere Il Reward? </a></li><li><a href=\"#toc-19\">Nei Casino Esistono Bonus Senza Deposito Slot? </a></li><li><a href=\"#toc-20\">Domande Frequenti Per I Casinò Bonus Senza Deposito</a></li><li><a href=\"#toc-21\">Bonus Senza Deposito Per Utenti Già Registrati</a></li><li><a href=\"#toc-22\">Come Giocare Al Casinò Tidak Bermodal O Su El Casinò Con Added Bonus Senza Deposito? </a></li><li><a href=\"#toc-23\">Bonus Senza Deposito Each I Giocatori Esistenti</a></li><li><a href=\"#toc-24\">Che Added Bonus Senza Deposito 10 Euro È Davvero Buono Da Impiegare? </a></li><li><a href=\"#toc-25\">Riconoscere I Requisiti Di Scommessa Più Convenienti</a></li><li><a href=\"#toc-27\">Conosci Arianne Glossario Dei Termini Comuni</a></li><li><a href=\"#toc-31\">➡️ Starcasinò: 50 Free Spin And Rewrite Senza Deposito Immediato</a></li><li><a href=\"#toc-32\">Con I Added Bonus Senza Deposito Posso Vincere Soldi Veri? </a></li><li><a href=\"#toc-33\">È Possibile Vincere Soldi Veri Disadvantage I Bonus Con Assenza Di Deposito Casinò? </a></li><li><a href=\"#toc-34\">Posso Ottenere Più Di Un Reward Senza Deposito Istantaneo? </a></li></ul></div><p>I termini at the le condizioni potrebbero variare a seconda del casinò on the web che si sceglie.  I bonus con assenza di deposito sono compresa tra i bonus più significativi che vengono offerti dai casinò online agli iscritti.  In questo articolo abbiamo raccolto quasi tutto quello che c’è da sapere tu questi speciali reward, con consigli electronic suggerimenti.  I reward senza deposito sono\" \"certamente tra i più ricercati perché no prevedono investimento pada denaro.</p><ul><li>Grazie a questi omaggi non dovrai ricaricare subito elle conto con i actually tuoi soldi electronic potrai testare giochi di diverso tipo in modo de tutto gratuito. </li><li>A questo proposito abbiamo stilato la breve tabella que tiene i pro elizabeth contro che abbiamo trovato in ciascun tipo di benefit nella maggior parte dei casi. </li><li>Questi bonus consistono inside somme di denaro virtuale, o fun bonus, offerte dai casino online quando verifichi il tuo conto di gara. </li><li>Per ottenerlo occorre registrarsi al sito electronic richiedere la promozione tramite una e-mail. </li><li>Grazie ai nostri continui aggiornamenti negli articoli di analisi, sarete sempre informati. </li></ul><p>Il primo, più liberale e meno inderogabile, suggerisce un avvicinamento di cautela elizabeth sperimentazione.  Il assistente, intrinsecamente più audace ma potenzialmente più remunerativo, premia are generally decisione di vincolarsi finanziariamente fin dalle prime mosse nel dominio del gioco digitale.  Entrambi i bonus offrono un modo efficace each esplorare l\'offerta dalam gioco di BIG Casino senza el impegno finanziario iniziale.</p><h2 id=\"toc-0\">Bonus Senza Deposito E Slot Machine</h2><p>Se alcuni casino on the internet assegnano i benefit gratuiti automaticamente, within altri casi è necessario inserire 1 specifico un codice promozionale, già trasmesso nella promozione um da richiedere contattando l\'assistenza clienti.  Ad ogni modo, are generally procedura per ottenerlo è semplice, e non occorre altro che riportarlo nello spazio previsto for every iniziare a sfruttarlo.  Noti anche arrive Playthrough e Skidding, ma anche appear Wagering, i requisiti di puntata rappresentano le condizioni da rispettare perché il fun bonus tanto tramutato in balance reale.  Per comprenderlo è sufficiente pensare a questi benefit come a strumenti di marketing che consentono alle selling virtuali sia some sort of Casino online gia noti o a new Nuovi Casino di acquisire nuovi clienti.  Non dimenticare che, pur garantendo ore di divertimento e offrendo la possibilità di conseguire vincite, giocare significa esporsi anche al pericolo di non vedere andare a buon fine le scommesse <a href=\"https://top-casino-italia.com/bonus/senza-deposito/\">bonus casino senza deposito</a>.</p><ul><li>Nel corso della sua carriera ha nota tantissime recensioni at the guide per farti scoprire i migliori bonus disponibili elizabeth nuovi giochi. </li><li>Per ulteriori dettagli, ti invitiamo the visitare la nostra pagina dedicata disadvantage una lista delle offerte aggiornate. </li><li>Per riscattare il bonus senza bidón bisogna rigiocare le vincite 1 sola volta. </li><li>Questo è un hábitat fondamentale anche sony ericsson molto spesso we giocatori non ci fanno particolare attenzione. </li></ul><p>Questi numeri indicano quante volte dovrai puntare e battere\" \"l’importo ottenuto come bonus prima di essere in grado di prelevare le tue vincite.  Ad esempio, se tra the offerte del casinò richiedi un bonus di 10€ con un requisito i 10x, dovrai vincere 100€ per sbloccare arianne ritiro.  Il funbonus ottenuto potrà individuo utilizzato per guadagnare scommesse su eventi sportivi con specifiche condizioni di puntata, offrendo così un\'opportunità aggiuntiva per incrementare il tuo abono gioco.  Il reward senza deposito precisa essere giocato thirty volte il suo valore per organismo trasformato in algun bonus reale fino a 100€.  Alcuni permettono di usare il bonus sull\'intero catalogo, mentre altri indicano i titoli su cui è possibile investire los angeles cifra.</p><h3 id=\"toc-1\">Casino Live Bonus Con Assenza Di Deposito</h3><p>Per questo è importante tenere d’occhio i nuovi casinò legali, che unito offrono bonus notevole favorevoli per costruirsi una reputazione.  I nostri esperti stanno sempre attenti some sort of portare i più bei periodi nuovi bonus con assenza di deposito.  Questo added bonus è uno dei migliori che cuando possa trovare, mum molto raro ora.</p><ul><li>Controlla le tempistiche dalam accredito delle vincite per essere certo che la transazione non sia ancora in lavorazione. </li><li>Potrai usare i codici promozionali qui forniti for each ricevere 10€ arrive bonus senza bidón da spendere inside un casinò della Penisola e iniziare a divertirti direttamente, senza dover ricaricare un centesimo pada tasca tua. </li><li>Inoltre, StarVegas offre\" \"una delle migliori esperienze di gioco are living con croupier throughout tempo reale, perfetta per chi cerca un\'esperienza di casinò autentica. </li><li>Bonus senza requisiti di scommessa cuenta che tutte votre vincite ottenute possono essere direttamente prelevate. </li></ul><p>Registrandosi sul portale da primero dei link presenti in questa web si accede de flesta doppia promo esclusiva.  Questa offre 40 Free Spins con assenza di deposito alla inaugurazione, e fino the 2050€ di reward cashback.  I requisiti di giocata dei bonus sono pari a 10x votre somme ricevute ag raggiungere entro several giorni.  NetBet proposition il 100% dei primi tre depositi, fino ad algun massimale complessivo dalam 600€ (200€ each ricarica) e 2 hundred Free Spins.</p><h3 id=\"toc-2\">Tutti I Casino Con Assenza Di Deposito</h3><p>Per convertire in balance prelevabile le vincite del bonus senza deposito bisogna rigiocare l\'importo ricevuto este numero determinato di volte definito requisiti di giocata.  Il bonus senza deposito immediato di tipo FUN, attribuito for each incentivare ulteriori partecipazioni al gioco, può essere trasformato in denaro reale mediante il soddisfacimento pada criteri predeterminati noti come requisiti dalam scommessa.  Questi criteri fungono da chiavi per liberare votre potenzialità del benefit, trasformandolo da mera cifra virtuale a new saldo effettivamente prelevabile.  Raccomandiamo anzi pada usufruire di bonus senza deposito immediato solo dai casinò AAMS ADM, gli unici provvisti pada regolare licenza per il gioco a distanza e autorizzati ad offrire servizi di gioco on the internet in Italia.  È  importante tenere contemporáneo che gli eventuali crediti derivanti dal bonus senza ricarica devono soddisfare determinati requisiti, per poter essere trasformati throughout denaro reale e dunque prelevabile.</p><ul><li>Attivandolo, infatti, potrai toccare la fortuna inside un nuovo luogo senza essere costretto a spendere neppure un euro. </li><li>Raccogliamo votre info più rilevanti e recenti sui siti di gara e ti indirizziamo verso quelli disadvantage le promozioni più interessanti. </li><li>Gamblizard è, infatti, arianne luogo in cui gli estimatori del gambling possono incrociare informazioni affidabili sui portali di vari Paesi. </li><li>I nuovi iscritti ing Casino Online dalam William Hill ricevono, previa verifica de conto di gioco, un blocco weil 200 giocate cuma-cuma da utilizzare liberamente nella sezione \"Slot\" del sito. </li></ul><p>I payout sono soggetti a new processi piuttosto rigidi per assicurare affidabilità e tracciabilità.  Controlla le tempistiche pada accredito delle vincite per essere evidente che la esborso non sia ancora in lavorazione.  Inoltre, puoi controllare ulteriormente che i tuoi documenti di identità e bancari siano validi, prima di chiedere assistenza ing casinò.  Al reacio se si precisa giocare il added bonus molte volte, aumentano le possibilità dalam\" \"perdere la somma accumulata.  Gli utenti possono sicuramente trarre vantaggio da questi reward se conoscono il loro funzionamento.</p><h2 id=\"toc-3\">Scegliere We Casino Senza Spid Conviene? </h2><p>Si devono allora scegliere i giochi che contribuiscono maggiormente al raggiungimento dei requisiti di giocata e, tra questi, i software que incluye il ritorno way giocatore migliore.  L\'esplorazione di questo tipo di bonus richiede un\'acuta comprensione delle regole del gara.  Astutamente, molti partecipanti adottano strategie each massimizzare le proprie possibilità di realizzare vantaggio da tali offerte, adattando elle proprio stile di gioco alle situazioni proposte.  Le somme guadagnate attraverso i actually free spin possono essere trasformate throughout Fun Play Added bonus, soggetti alle medesime condizioni di puntata del bonus iniziale.  In questo modos, moltissimi giocatori che si sono registrati online tramite software o web-app hanno ottenuto dei vantaggi rispetto ai identico livello che cuando sono registrati però con il pc.  Questa soluzione proposition al giocatore un’altra opportunità e gli permette di collocare le mani su un’offerta ancora più accattivante.</p><ul><li>Il bonus dalam benvenuto senza almacén offre invece 1000€ sulle slot equipment Eurasian e Cristaltec. </li><li>Questi giochi, con elle bonus senza almacén, permettono di perlustrare diverse varianti senza rischiare denaro reale, incentivando nuovi utenti a immergersi nell\'esperienza. </li><li>I casinò con licenza includono programmi di gara responsabile a mirada dei giocatori. </li></ul><p>Tali promozioni, infatti, sono rivolte low agli utenti appena iscritti, ma the chi è già registrato da pace.  Dato che questa offerta è que tiene ogni probabilità la più svantaggiosa each i casino, within quanto decisamente onerosa, non sono moltissimi i siti ad offrirla.  Rivolgendosi aje nuovi iscritti, potrebbe accadere che stanco\" \"arianne bonus, gli utenti decidano di emigrare su altre piattaforme virtuali, magari per sfruttare una promozione simile.  Non è errato definire my partner and i bonus senza almacenamiento immediato, e gli altri bonus senza deposito, come delle promozioni \"diverse\" dal solito.  Questo inside quanto permettono agli utenti di divertirsi con il registro dei casino, testandone la bontà, con assenza di investire un millesimo, dando loro modo di vincere de denaro.  Casino. apresentando offre quello che potremmo definire el bonus gratuito benissimo nella media, tanto come importo che come requisito pada puntata, pari a new 30 volte.</p><h2 id=\"toc-4\">Perché Scegliere El Casinò Con Avanzamento 10€ Gratis? </h2><p>Non illuderti però che la conversione di un bonus tanto semplice, dato che dovrai scommettere el certo numero di volte le vincite ottenute.  Quindi, ze vuoi vincere some sort of rischio zero, dovrai\" \"no solo metterci impegno nella scelta del bonus casino senza deposito ma anche contare su una buona dose dalam fortuna.  Se anche tu hai un feeling particolare per la piattaforma dei leoni, dai un\'occhiata alla nostra guida dedicata interamente aje codici bonus LeoVegas.  Troverai tutte le informazioni sulle varie offerte previste ag questo operatore, non solo per quanto riguarda i totally free spin.</p><ul><li>Il primo deposito tem que essere di almeno 20€ e avvenire entro 30 giorni dalla registrazione per ottenere i bonus. </li><li>Dobbiamo per questo chiederci sony ericsson ha senso utilizzare questo metodo for each ottenere degli SPID bonus. </li><li>Mentre cerchi arianne casinò su cui giocare, prova the trovare una promotional simile a 10 euro senza almacenamiento. </li><li>Ogni bonus deve essere rigiocato 35 volte per essere convertito in added bonus reale, che tem que essere rigiocato mi volta entro several giorni per valere prelevabile. </li><li>Non è facile scegliere tra tutti i reward senza deposito casinò online attualmente offerti dagli operatori. </li></ul><p>Le lotterie, giardini dell\'alea, invitano a seminare piccole speranze per raccolti grandiosi.  Il sorteggio dei numeri diventa el rituale di attesa e potenziale esultanza, un legame comune con l\'ignoto che colora di emozione il momento dell\'annuncio.  Con i reward senza deposito, anche i più cauti possono partecipare, gustandosi il brivido del gioco senza alcun esborso.  Il black jack, duello numerico contro il banco, dans le cas où distingue per are generally sua eleganza strategica.</p><h3 id=\"toc-5\">Visita\" \"Arianne Casino E Completa La Registrazione</h3><p>Scegli accuratamente tra free spins e bonus inside denaro a seconda\" \"della tipologia di gara che preferisci.  Betway offre ai nuovi clienti iscritti el bonus di benvenuto di 50 Free rounds alla convalida de conto, più credito Fun Bonus identico al 100% dei primi tre depositi fino a just one. 000€.  Il wagering è pari the 15x entro seven giorni per i actually giri gratis e 35x entro 16 giorni per added bonus primo deposito.  Tra queste, vi sono i free spins (giri gratuiti), elle bonus senza deposito del valore dalam cinque euro some sort of cui dovrà unire un minimo di rigiocata di 45 volte.</p><p>Quando ci si registra tu un casino senza SPID quali sono i metodi di pagamento accettati?  La registrazione con SPID casino vogliamo descrivere che non è obbligatoria.  Sui online casino si può selezionare anche di registrarsi con la comprensibile carta d’identità oppure optare per we casino no KYC e preferire così l’anonimato.  Vediamo perciò quali sono i metodi di pagamento accettati, in basic alla licenza, dai casino senza annotazione SPID.  Tutti quanti i casino online devono infatti adottare le principali tecniche di sicurezza.</p><h2 id=\"toc-6\">Welcome Bonus (bonus Dalam Benvenuto)</h2><p>Nel se del real added bonus senza deposito gambling establishment stranieri destinato aje giochi da tavolo la faccenda rimane la stessa.  Sebbene considerata più rara, tale modalità si sposa alla apice con la natura del bonus.  Per comprendere i concetti generali alla bottom dei tipi pada bonus VIP offerti dai casinò on the internet, è meglio leggere le pagine specifiche sul sito website del casinò online relative a questi programmi.  Spesso queste pagine contengono informazioni molto precise electronic sono molto trasparenti.  In altri cerca de, è solo essencial che la subgroup totale della singola o della multipla superi un preciso valore.  Questi sono degli esempi, visto che ogni bonus senza deposito scommesse sportive può prevedere delle sue regole particolari.</p><ul><li>A distinguerlo è il eretto di essere accreditato in modo automatico sul saldo bonus del conto pada gioco. </li><li>Il premio added bonus primo deposito, che invece presuppone el versamento iniziale ag parte del giocatore. </li><li>I requisiti di giocata dei bonus sono pari a 10x the somme ricevute weil raggiungere entro a few giorni. </li><li>C’è molta concorrenza inside ogni settore e l’industria del gioco d’azzardo è una tra le più vivaci. </li><li>Questo modelo di bonus è disponibile solo for each un periodo pada tempo limitato, unito pochi giorni dopo l’iscrizione. </li></ul><p>Ma a prescindere dalla tua preferenza personale, potrai trovare vari bonus che facciano al caso tuo praticamente in ogni casinò online delete Bel Paese.  Dai un’occhiata ai casinò suggeriti da noi di Gamblizard for each trovare le promotional migliori disponibili tu vari tipi di piattaforme di gioco.  Con un added bonus senza deposito dalam 5. 000€ che può essere distribuito in dieci tranche da 500€ ciascuna, il bonus con assenza di deposito di BetFlag è tra i actually migliori nel parte dei casinò on the internet italiani.  Per coloro che si registrano utilizzando CIE, questo bonus offre una possibilità di giocare su una vasta gamma di slot machine game forniti da diversi provider.  Entro credited giorni dall\'assegnazione, ogni tranche deve valere utilizzata e arianne bonus deve valere scomposto 50 volte.  Il bonus di benvenuto\" \"con assenza di deposito permette pada ricevere credito bonus e provare giochi  da casinò, slot machine game, giochi da tavolo.</p><h3 id=\"toc-7\">Bonus Senza Deposito 100€ Gratis Più One Hundred Free Spin (da 0, 20€) Tu Starvegas</h3><p>Grazie a questi omaggi non dovrai ricaricare subito elle conto con my partner and i tuoi soldi elizabeth potrai testare giochi di diverso modelo in modo del tutto gratuito.  I bonus senza almacenamiento offrono l\'opportunità pada giocare su el casinò online senza dover depositare denaro sul conto.  È importante, tuttavia, schivare eccessi, anche no momento em que la possibilità di ottenere denaro reale dal bonus sembra vicina.</p><p>Una delle tipologie di promozioni che sempre più unito interessano e affascinano i giocatori online riguarda i\" \"free spin.  Parliamo, veloz, dei gettoni gratuiti utilizzabili solo per le slot device.  Anche per corrente è essenziale saper scegliere il gambling establishment con bonus dalam benvenuto senza almacenamiento immediato che garantisce l’offerta migliore.</p><h3 id=\"toc-8\">I Bonus Senza Almacenamiento Sono Gratuiti? </h3><p>Sono stati inseriti in questa lista perché inferiore noi possiedono my partner and i requisiti più essenziali di\" \"la buona piattaforma for each giocare online.  Tutti quanti i casino online SPID electronic senza SPID devono possedere una abuso di gioco valida.  Devono rispettare le normative sul gioco d’azzardo dello Divenuto che le eroga.</p><p>È davvero possibile incappare within un incentivo primario, elargito senza los angeles necessità di anticipare fondi né di esibire documenti attestanti l\'identità?  Questa disputa, allettante quanto intrigante, merita una disamina approfondita.  È una proposta avvincente for each chi ama votre sfide contro elle tempo e desidera sperimentare il brivido del casinò senza un impegno finanziario immediato.</p><h2 id=\"toc-9\">Come Usare We Requisiti Di Puntata Nei Casino Reward Senza Deposito? </h2><p>Questo è principalmente accreditato all’iscrizione u alla convalida dei documenti.  In corrente modo, i nuovi giocatori hanno l\'opportunità di giocare senza rischi e di familiarizzare con le offerte del casino, anche se non riescono a trasformare il bonus di registrazione in denaro reale.  È este approccio che consente ai casino on the internet di coinvolgere we giocatori in modos duraturo, lanciando nuovi giochi, offrendo promozioni e programmi fedeltà per mantenere i actually giocatori soddisfatti.  Come accennato in precedenza, molti bonus di benvenuto senza bidón offrono una scelta di slot machine su cui giocare la promozione.  I diversi giochi possono differire per scontro, RTP (Return to Player), gioco bonus e volatilità.</p><ul><li>Alla registrazione, my partner and i nuovi utenti ricevono 55€ di added bonus senza deposito, utilizzabili esclusivamente sulle slot machine del fornitore Capecod. </li><li>Il reward senza deposito quel professionnel trasforma l\'esperienza di apprendimento in un\'avventura senza rischi finanziari, permettendo agli utenti di immergersi en su totalidad. </li><li>Sul web, però, ci sono alcuni casinò online che permettono di giocare senza inviare un documento d’identità elizabeth non offrono benefit di deposito. </li><li>Se il bonus llega accreditato con programa progressivo, invece, è necessario capire fare il funzionamento di ogni tranche. </li><li>Puoi considerare un bonus senza deposito tutte votre somme - u gettoni, o free of charge spin - che vengono inviate al\" \"tuo account subito dopo la registrazione dalam un nuovo accounts su casino on the web. </li></ul><p>Entrambi i bonus sono soggetti a requisiti di scommessa pada 150x e devono essere utilizzati entro 30 giorni dalla loro erogazione.  La generosità del suo bonus senza almacenamiento immediato, che présente 50 spin gratuiti alla registrazione, rende StarCasino un\'ottima ripiano di gioco on the internet.  Inoltre, il requisito di scommessa considerevolmente basso di presente bonus (solo 10x) facilita la cambiamento delle vincite throughout denaro reale.  Come menzionato in precedenza, i casino low regalano denaro elizabeth ogni bonus è vincolato a precisi termini e situazioni che rendono a volte non troppo manifesto trasformare i entertaining bonus in denaro reale.  Il benefit senza deposito offerto da StarCasinò consiste in 50 giri gratis del valore di 0, 10€ ciascuno su una slot selezionata dall\'operatore.  Dopo aver completato la  registrazione at the inviato i documenti, StarCasinò accrediterà i actually free spin entro 12 ore.</p><h2 id=\"toc-10\">Come Trovare Siti Casino Bonus Senza Deposito</h2><p>Devi rigiocare la somma 15 volte for every trasformare il enjoyable bonus in real bonus.  No, nei casinò online dans le cas où può ottenere il bonus benvenuto senza deposito solo\" \"no momento em que ci si iscrive per la knorke volta e cuando può scegliere solitary un bonus per volta.  Se si effettua la annotazione in un momento sito, sarà possibile ottenere la promozione lì prevista, alle stesse condizioni.</p><p>L\'accesso a new queste promo è spesso condizionato de uma requisiti specifici,\" \"come la verifica dell\'identità o l\'iscrizione formale alla piattaforma.  LeoVegas vi offre fifty free spins senza deposito una volta convalidato il nota e un bonus di benvenuto astuto a 1500 Euro oltre ad ulteriori 250 free spins, oltre ad algun bonus live casinò con caratteristiche simili al precedente.  I casinò con almacén minimo basso permettono ai giocatori dalam accedere alle piattaforme con un investimento finanziario ridotto, minimizzando il rischio electronic rendendo il gioco d’azzardo più trovabile.  I giocatori possono beneficiare dei bonus di benvenuto e delle promozioni riservate ai nuovi depositanti, che spesso offrono vantaggi superiori rispetto ai bonus senza deposito.  Un reward senza deposito in scadenza è un’offerta promozionale che consente ai giocatori di ricevere un somma di denaro bonus gratuito u giri gratuiti senza effettuare alcun bidón iniziale.  Questo formato di bonus è disponibile solo per un periodo di tempo limitato, pieno pochi giorni dopo l’iscrizione.</p><h3 id=\"toc-11\">I Giochi Validi Per Riscattare L\'offerta</h3><p>Si tratta dalam un fun added bonus con coefficiente identico a 100 (100x) e con la durata di 25 giorni.  Giochi arrive 10€ bonus position senza deposito istantaneo rimangonocomunque, i bonus più popolari tra i giocatori perché sono semplici weil giocare e, allo stesso tempo, divertenti.  Oltre ai added bonus cash, ci\" \"sono molte altre promozioni e benefit offerti dai casinò on-line come giri gratis o round extra, i quali possono aumentare le possibility di vincita at the, in generale, usted permetteranno di goderti ogni gioco al massimo.</p><ul><li>Anche Instant Casino no richiede una annotazione con casino SPID ma basta este indirizzo email valido, un username electronic una password. </li><li>Se il tuo obiettivo è ciò di riscattare my partner and i soldi veri derivanti dalle vincite di un bonus senza deposito, sarai sicuramente interessato a convertire le somme vinte in denaro utile e, per farlo, dovrai soddisfare we requisiti di giocata. </li><li>Molto apprezzati sui casino senza SPID perché consentono di recuperare parte delle scommesse perse. </li><li>Si potranno ritirare, però, votre eventuali vincite ottenute giocando il Real Bonus. </li></ul><p>Tutti i casino con assenza di deposito che operano in Italia que incluye regolare licenza ADM sono tenuti a new verificare l’età elizabeth l’identità dei propri giocatori.  Questo succede in primis each tutelare i minori, ma anche for every una questione severo e legale.  Non esiste un benefit gratis senza deposito che possa includere rischi reali, some sort of condizione che dans le cas où scelgano sempre at the solo casinò legali nella giurisdizione italiana.</p><h3 id=\"toc-12\">Cosa Sono I Actually Bonus Senza Almacén Del Casinò? </h3><p>I added bonus senza deposito online casino vengono assegnati a new ogni nuovo utente alla registrazione at the non necessitano di un deposito primario.  Se hai ancora dei dubbi al riguardo, ecco una nostra lista definitiva di pro electronic contro.  Dietro story parametro ci sono diversi altri aspetti che potrebbero rimandare il bonus con assenza di deposito in questione più o eccetto conveniente.</p><ul><li>Queste normative salvaguardano l\'entità gestionale da perdite potenzialmente devastanti electronic avvolgono il giocatore in una bolla di sicurezza, preservandolo dalla spirale pada condotte ludiche eccessive o irrazionali. </li><li>Un bonus senza ricarica, deposito, o arrive preferite chiamarlo, not è altro che una promozione che ti permette dalam ottenere credito added in un casinò online, senza quindi dover usare i tuoi soldi. </li><li>Le position machine, meccanismi d\'intrattenimento digitale, offrono el ventaglio di possibilità grafiche e tematiche, trasformando ogni azione in un\'avventura pulsante. </li></ul><p>Questo è un elemento fondamentale anche sony ericsson molto spesso my partner and i giocatori non ci fanno particolare prontezza.  Parliamo dei requisiti di scommessa che, in alcuni casinò stranieri, potrebbero essere denominati anche Skidding.  La stragrande maggioranza dei casinò on-line si affida a new società terze each la gestione dei depositi e dei prelievi (transazioni online), che sono inside un certo percezione società finanziarie che gestiscono la contabilità del casinò.  È sempre emozionante no momento em que vinci soldi inside un casinò, sia reale che on the web, specialmente quando scommetti molto poco de tuo denaro.  C’è molta concorrenza within ogni settore elizabeth l’industria del gara d’azzardo è mi tra le più vivaci.</p><h2 id=\"toc-13\">Posso Richiedere Este Bonus Senza Bidón Se Ho Già Un Account? </h2><p>Parliamo ora del benefit senza deposito offerto da AdmiralBet, che premia i nuovi iscritti con 100€ senza deposito più 100 free rotate, di cui 55 da utilizzare sulla popolarissima slot Publication of Ra Luxurious.  Una volta ricevuto, il bonus è valido per 30 giorni, durante i actually quali sarà realizzabile raggiungere il condición di scommessa dalam 100x.  Sono pochi i casinò che offrono bonus gratis sulla Book regarding Ra Deluxe position, quindi se sei un appassionato delete\" \"genere puoi fare affidamento su questa offerta.  Finita la registrazione del conto casinò, non dovrai do altro che avanzare il credito ottenuto usando le details reperibili qui tu Gamblizard.</p><ul><li>Attualmente è possibile trionfare questo tipo di promozione su Betflag e Lottomatica. </li><li>Ricordate dalam scegliere degli operatori che siano constantemente sicuri sia dal punto di vista della giocabilità che della protezione dei dati personali. </li><li>I casinò che li offrono, infatti, detengono regolare abuso ADM rilasciata dall\'Agenzia delle Dogane at the dei Monopoli italiana. </li><li>Tra queste vi sono anche giochi gratis dalam macchine senza togliere dei fornitori più celebri del ambiente di gambling arrive NetEnt, PlayTech, Novomatic o Microgaming. </li><li>Ogni puntata è un tuffo nel prometido, un\'anticipazione carica di aspettative dove si misurano intuizione electronic conoscenza del ámbito sportivo. </li></ul><p>Non accettare mai algun bonus senza almacén immediato se no hai prima base attentamente il ordine.  Nel caso pada un periodo pada validità troppo sucinto o requisiti di puntata troppo elevati per le tue necessità potresti low essere in classe di prelevare votre vincite ottenute.  No, i bonus on line casino senza deposito no sono un truffa, a patto che siano emessi weil casinò autorizzati at the certificati dall’Agenzia Dogane e Monopoli (ADM).  I siti pada\" \"gioco legali, infatti, sono sottoposti a tutti i controlli di legge per coprire agli utenti el ambiente sicuro electronic trasparente.</p>','Migliori Benefit Senza Deposito Immediato Per Casinò Flaco A 3 000','','inherit','closed','closed','','251-revision-v1','','','2025-10-07 12:30:36','2025-10-07 05:30:36','',251,'https://lion288slot.com/?p=252',0,'revision','',0),
(253,1,'2025-10-06 12:41:20','2025-10-06 05:41:20','<meta name=\"description\" content=\"We love the unique Legiano Clash mode, although withdrawal speeds may be improved. \"/><h1>Online Casino Canada Perform Real Money Games</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Mobile Gambling In Canada</a></li><li><a href=\"#toc-1\">Are Online Casino Games Rigged? </a></li><li><a href=\"#toc-2\">Top Mobile Casinos</a></li><li><a href=\"#toc-3\">Payment Methods</a></li><li><a href=\"#toc-4\">Popular Online Casino Games For Canadian Players</a></li><li><a href=\"#toc-5\">How To Practice Responsible Gambling</a></li><li><a href=\"#toc-6\">How To Choose The Right Canadian Online Casino</a></li><li><a href=\"#toc-7\">Welcome To Spin And Rewrite Online Casino</a></li><li><a href=\"#toc-8\">Best Live Casinos Canada</a></li><li><a href=\"#toc-9\">Best Online On Line Casino Games - Actual Money Online Slots, Poker And Roulette</a></li><li><a href=\"#toc-10\">What Game Titles Can I Get At The Ideal Online Casinos? </a></li><li><a href=\"#toc-11\">How To Win From Online Casinos</a></li><li><a href=\"#toc-12\">Best On The Web Casinos Canada - Best Casino Internet Sites In 2025</a></li><li><a href=\"#toc-13\">Best Canadian On-line Casinos 2025</a></li><li><a href=\"#toc-14\">Which Casino Has Typically The Best Bonus? </a></li><li><a href=\"#toc-15\">How Significantly Do Scratch Cards Payout? </a></li><li><a href=\"#toc-16\">#7 Spin Ace Casino: Unleash The Thrills In Addition To Spins In Canadian Style</a></li><li><a href=\"#toc-17\">#4 Prive City Gambling Establishment: Luxurious Gaming Experience For Canadian Players</a></li><li><a href=\"#toc-18\">Canadian Gambling Regulations And Regulations</a></li><li><a href=\"#toc-19\">Jackpot Town - Canada’s Finest Casino App</a></li><li><a href=\"#toc-20\">Responsible Gambling Practices</a></li><li><a href=\"#toc-21\">Banking At The Greatest Casino Online Canada</a></li><li><a href=\"#toc-22\">Highest Paying Out Game</a></li><li><a href=\"#toc-23\">Territories Together With Legal Online Casinos</a></li><li><a href=\"#toc-24\">Criteria Intended For Rating The Top 10 Canadian On The Internet Casinos</a></li><li><a href=\"#toc-26\">Casinos Online Payment Methods</a></li><li><a href=\"#toc-28\">Avoid These Kinds Of Blacklisted Online Casinos</a></li><li><a href=\"#toc-29\">Best On The Internet Casinos Canada 03 2025</a></li><li><a href=\"#toc-30\">Lowest Downpayment Casinos</a></li><li><a href=\"#toc-32\">The Most Favored On The Web Casino Games Within Canada</a></li></ul></div><p>Another favourite among Canadian players, PlayOJO teams program top software providers like Play’n GO, NetEnt, plus Pragmatic Play.  Withdrawals are equally fast and convenient—you may receive your on-line casino winnings in 24 hours using e-wallets or within 1-7 business days through other  available choices.  The transaction restrictions are favourable intended for both everyday participants and high rollers.</p><ul><li>With its luxurious atmosphere, the on line casino supplies a selection involving high-quality games, which includes immersive slots. </li><li>Meanwhile table online games like Blackjack offer high RTP in order to skillful players. </li><li>If you’re inside Ontario, you won\'t be able to see each of the shown \'best online gambling sites in Canada, \' because most of these casinos don\'t hold an iGaming Ontario licence. </li><li>This website is using a security service to protect alone from online assaults. </li></ul><p>Enjoy a diverse range of online games\" \"in addition to trustworthy platforms that prioritize player satisfaction.  Ontario boasts a thriving online gambling establishment market, offering an extensive selection of games and top-rated platforms.  Enjoy a new secure and controlled gambling experience inside the heart associated with Canada.  Dive into Newfoundland’s online casinos, offering a captivating selection of games and user-friendly interfaces.  The only time that you won’t  be studied back to be able to the point in which you were cut away is when you’re playing live seller games.</p><h2 id=\"toc-0\">Mobile Gambling In Canada</h2><p>As a new low-medium volatility slot machine, it\'s advisable to be able to begin with smaller sized bets, allowing you to assess your own preferences before considering higher stakes or exploring slots having a higher RTP.  Its time to check out the \"Book involving Dead\" online sport by Play’n Proceed with its five reels, 10 lines, and thrilling bonus features.  Boasting aesthetically appealing graphics, the game immerses players in the wonderful world of ancient Egypt through its symbols and even background imagery <a href=\"https://mostbetindia1.in/\">mostbet</a>.</p><ul><li>Ricky Gambling establishment offers various no deposit promotions which are particularly appealing in order to new users. </li><li>Everything you have to know can be located within your account—or by means involving a simple chat with a customer assistance agent. </li><li>Their video online poker selection is equally as impressive, presenting popular titles such as Aces & Eights and Deuces & Joker. </li><li>To do so, you can examine the T&Cs, the casino\'s payment site, and the Frequently asked questions. </li></ul><p>However, in Ontario, the Alcohol and even Gaming Commission Ontario (AGCO) and iGaming Ontario (iGO) operate alongside each various other to manage online wagering in the domain.  With the growing popularity of casinos embracing Apple Pay out, selecting the best one will become a challenge amid the multitude of options.  Preferences vary, with some seeking typically the fastest withdrawal periods, while others wish a vast slot machine library.  Apple Pay\'s appeal lies in the seamless online dealings, utilizing existing setups for convenient, free of cost payments with extra security through feel or face IDENTIFICATION verification.  Online slot machines will always end up being a favourite among participants, this is why they help make up the largest collection of the gaming portfolio.  However, that’s not to say that credit card and table online game players are not necessarily catered to – quite the contrary.</p><h3 id=\"toc-1\">Are Online Gambling Establishment Games Rigged? </h3><p>Karamba Casino\'s site keeps things simple yet features all of the requirements.  I found the particular 100% deposit bonus to be able to be modest, getting up to $200 and 200 free spins, however the 30-day deadline, $10 bare minimum deposit, and 35x wagering requirement have been very reasonable.  The game selection can also be decent with above 1, 000 online games including slots, casino titles, and scratch cards.</p><ul><li>In the case regarding Ontario, there is usually a regulated marketplace that allows on-line casinos to run with an iGO (iGaming Ontario) license. </li><li>Gambling can lead to addiction that could seriously affect most areas of living, including finances and private relationships. </li><li>\"Great bonus opportunities, free spins. Fun slots with high quality output. Fantastic overall experiences with this casino. \"</li><li>Whether you prefer desktop or even mobile, nobody delivers anytime, anywhere entertaining quite like PlayOJO. </li></ul><p>Then again, many banks and credit card providers may not method payments to and from them due to laws and restrictions.  After all, actively playing real money game titles online will need you to definitely make a deposit.  Thankfully, almost all Canadian casino sites accept numerous transaction methods <a href=\"https://mostbetindia1.in/app/\">mostbet app download</a>.</p><h2 id=\"toc-2\">Top Mobile Casinos</h2><p>The Quebec Alcohol, Race, and Gaming Commission payment regulates casino operations in the province, making certain all routines are conducted quite and responsibly.  The Quebec Lottery Corporation operates online casinos, like the government-run web site Espacejeux, offering the variety of gambling options to players.  The legal surroundings of online wagering in Canada is intricate, comprising federal, comarcal, and Indigenous laws and regulations.  In 2001, the particular Criminal Code\" \"had been amended to acknowledge internet-based gambling, enabling provinces to regulate online casinos.  This means that online gambling is legal in Canada, provided players make use of overseas sites or perhaps local lottery apps.  However, players should be aware of the different guidelines and regulators of which exist in every single province.</p><ul><li>Live casinos also showcase online game shows like Insane Time, Monopoly, Mega Ball, Sweet Bonanza Candyland, and Dream Catcher, enhancing the immersive and different gaming options available to players. </li><li>By preserving these practices throughout mind, you may make typically the most of your own gaming session whilst staying within healthful limits. </li><li>Vegas Right now Casino warmly greets bonus hunters having a mega welcome bundle of up to 100% Match up to be able to $8, 000 + 500 Free Spins, divided across the initial four deposits. </li><li>Ruby Bundle of money Casino shines brightly in the world of Canadian online casinos, supplying a treasure trove of exciting video games. </li><li>Enjoy a new secure and governed gambling experience in the heart of Canada. </li></ul><p>One of the most notable internet casino testing agencies will be eCOGRA (eCommerce On the internet Gaming Regulation and Assurance).  The results of the games are produced simply by a Random Range Generator (RNG), which often produces results of which are about as fair and realistic as can end up being.  Depositing at any of our top-rated Canadian friendly on-line casinos is straight forward.  Free spins bonus deals are often combined with deposit bonuses as a extra bonus on best of the key bonus generally becoming the deposit offer you.  However, periodically the free spins benefit is the key and later bonus provided to new gamers at some on the web casinos.</p><h3 id=\"toc-3\">Payment Methods</h3><p>Fully optimized for mobile play, it gives a maximum earning potential of 5, 000 times the stake.  The outstanding feature is typically the free spins bonus game, making that a must-play.  At Casino. ca, all of us review new plus existing games from the world\'s very best iGaming software builders.  With famous brands Playtech, Apricot (formerly Microgaming), and NetEnt headlining our platform, many of us\" \"follow all the newest gameplay features in development.  Whether you’re seeking immersive graphics, innovative game aspects, or seamless enjoy, prepare to take pleasure in some true video gaming gems for the top-tier online casino expertise.  Enjoy a selection of games, lucrative promotions, along with a risk-free gambling environment.</p><ul><li>At virtually any point, you can easily contact the casino’s support team to be able to check the reputation of your drawback request. </li><li>Embark on\" \"a delightful journey with the particular \"Sweet Bonanza\" on-line slot, immersing players inside a magical whole world adorned with sweets, lollipops, and delicious treats. </li><li>At Casino. ca, we all review new plus existing games through the world\'s finest iGaming software designers. </li><li>The rise of cryptocurrency payments has altered the online gambling landscape, offering gamers a different way to gamble securely. </li></ul><p>Free therapy services and sources, including counselling, are available to anyone affected by wagering.  Gambling helplines usually are available 24 hours a day across Canada — providing support for anybody struggling with gambling related issues.  Compare welcome offers, on-going bonuses, promotions, and even loyalty programs to be able to maximize your rewards.  \"Love this website! VegasNow. com always has brand new providers and games, along with the cool VIP incentives system. That always happy feeling to get some rewards back. \" Unlock typically the convenience in our on line casino app for smooth gaming moving around.  There have been ground-breaking developments in Europe – starting along with Ontario’s iGaming restrictions, a model that’s the first regarding its kind in this particular country.</p><h3 id=\"toc-4\">Popular Casino Games For Canadian Players</h3><p>Instead, I\'m talking about EFT (Electronic Fund Transfers) of which allow you in order to connect straight to your own bank account to be able to transfer funds in order to a gambling web-site.  It’s important for a great online casino to have stellar customer support.  Just such as any other enterprise, much can be said in regards to a online casino by how effectively they handle consumer support requests.  In the evaluation process, each casino is usually contacted by all their available customer support methods which typically include; phone, e mail and live discussion.  Performing these tests help to figure out the efficiency with the customer support and how well they handle their customers.</p><ul><li>Enjoy a selection of games, profitable promotions, and also a risk-free gambling environment. </li><li>The Legiano Clash mode provides a unique twist on the usual grind of building the bankroll, making this particular platform perfect intended for those who want a bit more than to just rewrite the reels. </li><li>Below, we\'ve selected among the best Canadian casino web sites for online slot machine games that we consider make an attempt out. </li><li>Despite this perk, the mobile design is not going to support the particular entire catalog involving slot games accessible on its site. </li><li>There are several behavior that could bring about this block which include submitting a selected word or key phrase, a SQL command or malformed information. </li></ul><p>Ben Pringle is definitely an online on line casino expert specializing in the American iGaming industry.  Despite being a UK native, Ben is a great authority around the legalization of online internet casinos in the Oughout. S. as well as the ongoing expansion of governed markets in Nova scotia.  Bitcoin offers important advantages of online gambling establishment players, including improved privacy and more quickly transaction speeds.  Its decentralized nature eliminates the need intended for a bank accounts, and some casinos even provide unique bonuses for Bitcoin users.  Instead, the Canadian government regulates offshore online gambling establishment sites, which will be legal\" \"around the world.</p><h2 id=\"toc-5\">How To Practice Responsible Gambling</h2><p>You need to always make sure to study a casino site\'s T&amp;Cs before making a new certain bet, especially on welcome additional bonuses and other promotions that could have specific requirements.  Yes, plus there are a lot more than 60 online internet casinos legally registered within Ontario, with a lot of more expected in order to follow suit.  You can also continue to legitimately play in a offshore online on line casino if you live in a different Canadian province.  Enticing offers such as casino bonuses and zero deposit bonuses will be a must, this means you have the best possible online casino experience.  Embark on\" \"a delightful journey with typically the \"Sweet Bonanza\" on the internet slot, immersing participants in a magical galaxy adorned with candies, lollipops, and scrumptious treats.</p><p>By taking part in self-exclusion courses, players can acquire proactive procedure for deal with their gambling habits and seek typically the support they want.  Bodog implements tools to be able to detect and deactivate underage accounts in addition to prohibits ads concentrating on minors, further marketing responsible gambling.  Players can find more details about responsible wagering in dedicated sections on online betting websites, helping them stay informed and even in control over their own gambling activities.  Progressive jackpot slots will be captivating because they raise the jackpot using each player’s bet, creating the possible for life-changing earnings.  This excitement takes in many players in search of the thrill regarding hitting a considerable jackpot.  These internet casinos often provide fantastic value and thrilling bonuses, enhancing the particular overall player knowledge.</p><h2 id=\"toc-6\">How To Be Able To Choose The Appropriate Canadian Online Casino</h2><p>If you wish to filter on the internet casinos by company, you might be more than welcome to do this.  This way, you possibly can make sure that your own new favourite on the internet casino will indeed feature just typically the games that an individual are looking in order to play.  Other more complex types contain Megaways, which offer thousands of ways to be able to win, or progressive jackpots that develop until someone countries a massive payout.  When you win major in an online on line casino, you want your dollars in your pocket ASAP.  Some on the web casinos make an effort to improperly withhold your profits to avoid having to pay out.  Others make withdrawal process and so slow you cease bothering to cash-out and they always keep your winnings.</p><p>With its varied game selection in addition to rewarding loyalty applications, Ricky Casino stands out as one of the best on-line casinos for Canadian players.  Friendly and even reliable assistance can easily significantly boost your on-line gambling experience, ensuring any issues are resolved promptly.  Regular re-checks of advised casinos maintain their own reputation, ensuring a person play on best platforms.  ECOGRA, a great independent auditor, assures fair play and secure environments.</p><h3 id=\"toc-7\">Welcome To Spin And Rewrite Online Casino</h3><p>Trusted online casino brands undergo standard software audits, making use of a \"Random Number Generator\" (RNG) for rotate outcomes.  Seek thirdparty certification ensuring typically the RNG\'s randomness over millions of moves.  For added confidence, explore live dealer games where a new real-time spinning wheel accompanies your online gambling bets, eliminating doubts concerning fairness.  You may choose a free spins bonus, ideal with regard to shopping new and exclusive slot game titles, or pick a rarer offer in addition to claim free on line casino cash without having upfront risk.</p><p>Throughout our research, we\'ve found these are generally the best on-line casinos in Canada to offer the particular top roulette online games.  Whether you will be a casual person or a high roller, JustCasino\'s extensive game library in addition to flexible bonus construction cater to Canadians from coast to be able to coast.  History fans with a\" \"preference for strategy online games will find lots to enjoy at Legiano Casino.  The Legiano Clash mode provides a unique twist about the usual grind of building up your bankroll, making this specific platform perfect intended for those who require a bit more as compared to to just spin and rewrite the reels.  However, Legiano also provides to traditional casino players with its formidable game selection.</p><h3 id=\"toc-8\">Best Live Casinos Canada</h3><p>Aside from being denied your winnings, withholding withdrawals can be a sign that will an online casino could be undertaking other shady practices behind-the-scenes.  And if nothing at all else, slow withdrawals are an easily-avoided inconvenience that premium casinos should in no way fuss about.  When you choose a deposit at a real money casino with this specific bonus, a proportion of your downpayment is matched inside bonus credit, frequently with 50%–200% matched up.  You’ll find specific analysis of RTP or wagering needs alongside firsthand accounts from the minute-to-minute online casino experience.</p><ul><li>For example, the particular British Columbia Lotto Corporation and the particular Ontario Lottery plus Gaming Corporation equally operate gambling online websites for residents associated with their respective provinces. </li><li>Players employing AMEX can help make quick deposits in addition to withdraw winnings at any time with ease. </li><li>Plus, there are many exclusive slot online games you won’t discover elsewhere, such as Candy Combo Electrical power Combo or 3 Stellar Bonanza. </li><li>Bitcoin offers considerable advantages for online gambling establishment players, including increased privacy and more quickly transaction speeds. </li></ul><p>However, sometimes finding the best casino bonuses can be somewhat challenging and there is a number involving pitfalls and bad terms around regarding you to avoid.  Spin the fishing reels of 1000s regarding online slot games at the ideal online casinos in Canada.  One minor downside is these online games are not obtainable to play within demo mode because of to their survive nature, but a person can still use their regular table versions to practice your strategies.  Your deposits and withdrawals with the online casino should be fast and secure.  Having a mix regarding available banking alternatives so you can easily use your preferred transaction technique is a need to.  There is a beautiful variety of on-line slots, so any given online casino will have the perfect slots game for yourself.</p><h2 id=\"toc-9\">Best Online Gambling Establishment Games - Real Cash Online Slots, Poker And Roulette</h2><p>From credit and charge cards to well-liked web wallets plus prepaid solutions, like Interac Online, MuchBetter and paysafecard, there exists a range of alternatives to accommodate each player.  The team with OnlineGambling. ca (OGCA) should provide the particular go-to resource for Canadian gamblers.  We offer you in-depth insights in the best on the web casinos in Nova scotia, online gambling guides, exactly how to play and even where to get the most famous games, plus everything in-between.  Through reliable resources and tools, tailored tips, plus the latest tendencies, you will find the right casino for yourself.  While credit credit card deposits are generally the most straightforward at gambling web sites, a virtual swipe may lead to be able to interest fees, varying from 7 to 25% if not promptly repaid.  In Canada, credit cards casino deposits may well or may certainly not incur additional surcharges, depending on your own bank.</p><ul><li>The anticipation of wherever the ball will certainly land adds to the exhilaration, making it well-liked by Canadian players. </li><li>Analysis indicates that high-volatility slot machines with a Return to Player (RTP) rate of 96% stand for advantageous options in the current gaming landscape. </li><li>Among these, North Online casino, Roby Casino, in addition to Ricky Casino usually are top-rated, each taking something unique to the table. </li><li>Performing these testing help to determine the efficiency from the customer support in addition to how well that they handle consumers. </li><li>The encouraged bonus of 50% up to $1, 500 is valid intended for 15 days and needs standard 40x gambling. </li></ul><p>Newer innovative developments, for example immersive plus multi-wheel roulette, usually are also gaining momentum.  Live roulette game titles offer a even more realistic pace of gameplay and actually an actual croupier to be able to interact with.  Video holdem poker is a fixed-odds on-line casino game that combines sun and rain involving slots and five-card draw.  It will be a fun substitute for classic poker and a great way to be able to become acquainted with the game’s rules.  Blackjack will be a card game played with one, a couple of, four, six, or even eight decks.  Players aim to reach 21 or acquire as close as you can without exceeding that.</p><h2 id=\"toc-10\">What Game Titles Can I Locate At The Best Online Casinos? </h2><p>This unethical training can cause significant frustration and financial damage for players.  Additionally, casinos may become blacklisted for unjust gaming practices or even failure to supply fair promotions, which in turn can undermine the trust and honesty of the gambling online industry.  These\" \"leading Canadian gambling internet sites provide a safe, enjoyable, and satisfying online gambling experience, providing for the diverse preferences of Canadian participants.</p><ul><li>Follow the guidelines issued by the particular GamingCommission. ca with regard to\" \"legal gambling in Europe. </li><li>Each available alternative in the decline box will provide you with info relevant to that will type of issue. </li><li>These e-wallets provide an additional layer of security, ensuring that players’ monetary information remains private. </li></ul><p>Enjoy modern gaming options, nice bonuses, and governed platforms that assure a safe and even exciting gambling expertise.  Discover how these types of lucrative offers can enhance your gameplay and boost your own bankroll to experience a lot more.  They tend not to end up being the best with regard to big payouts, nevertheless casinos love offering bonuses and advertisements for slots, which usually can increase your payout if you’re playing with free of charge or discounted moves.  The hardest step to play is getting the best payout online casino with regard to you.  Here’s just how you can ensure you’re investing the time and cash in the finest paying online on line casino.</p><h3 id=\"toc-11\">How To Win In Online Casinos</h3><p>In the table below, I actually overview the methods a person can expect to find on the greatest online casinos within Canada, from credit cards, debit cards, and e-transfers to pre-paid cards and e-wallets.  Please note, on the other hand, that this availability of the listed options varies based on the on line casino you select plus your location within Europe.  Most of the particular time, you can simply offer your initial details and make down payment to get started out, skipping step 3.  However, I recommend a person send in your current documentation as shortly as possible since it can take the particular casino a number of days to verify everything.  This action, called the KYC process, is needed at the greatest online casinos canada, and serves to safeguard all parties included from fraud and underage gambling.  Most of your moment in an online gambling establishment will be spent on the casino floor hitting up the particular games library.\" \"[newline]A robust, varied number of casino games is usually the hallmark of the finest online casinos.</p><p>Minimum down payment casinos are programs that allow participants to get started on gambling together with a low primary deposit, often as low as $1, producing them attractive regarding budget-conscious individuals.  Their popularity stems coming from the opportunity to experience gambling with out a significant economical commitment.  Dundeeslots is usually known due to its intensive library of position games along with a strong loyalty program.  1Red Casino offers a safeguarded platform and amazing gaming environment, wedding caterers to those which prioritize safety in addition to variety.  Players will be prompted to select a currency in addition to a payment technique following registration.</p><h2 id=\"toc-12\">Best On The Web Casinos Canada Instructions Best Casino Internet Sites In 2025</h2><p>We suggest that an individual open your word running document and begin a new expression document to describe everything in detail.  Start by detailing what happened plus why you are submitting the complaint to the on line casino.  Be sure in order to include dates plus times, screenshots, hyperlinks or other information relevant to setting up a good case with regard to yourself.  If in the very minimum this will help you later on if you file a complaint using third-party dispute resolutions service provider.  As such, you might need to come up with a complaint about the particular internet casino you\'ve picked to play.  If you registered because a first-time player using one involving our links we suggest that a person follow the actions below in an attempt to solve the matter with the particular casino first.</p><ul><li>Yes, as extended as you usually are gambling at a good online casino that may be either licensed in Canada or a reputable offshore-based online online casino. </li><li>You can enjoy lawful online gambling all over Canada, although specifically how depends about your location. </li><li>Each variant possesses its own rules and house edge, with Usa Roulette having the higher house border due to the additional ‘0’ position. </li><li>By discussing their experiences, gamers can help other people avoid these unreliable casinos. </li><li>For example, North On line casino offers four 100% deposit matches upward to $5, 500, while Ricky Online casino provides three 100% deposit matches as much as $7, 500. </li></ul><p>Stick to a Canadian online casino in which you have a new chance of earning.  The lobby offers online roulette, blackjack, live casino video games and shows, several card games, and perhaps exclusive titles such as Ninja Master.  Online casinos in Canada offer various bonuses to be able to attract and maintain players, enhancing the gaming experience by providing extra value in addition to increasing the probabilities of winning.  Baccarat, known for its simplicity and fast-paced play, is a top pick regarding players seeking simple gameplay.  Additionally, video poker combines elements of slots in addition to poker, offering a strategic yet enjoyable gaming experience.</p><h3 id=\"toc-13\">Best Canadian On The Web Casinos 2025</h3><p>With craps, the objective is to imagine what dice value the shooter can roll accurately.  For individuals who embrace a more aggressive approach, it is advisable to stake approximately one in order to two percent in the total bankroll for each spin.  Alternatively, ought to this level of risk be regarded excessive, one may possibly consider wagering half a unit for each spin.</p><ul><li>Casiyou Casino prioritizes comfort for Canadian gamers by providing a user-friendly desktop and even mobile interface. </li><li>In this example the particular casino is providing lower than 100% with regard to the bonus and is offering a new 50% match down payment up to $1, 000. </li><li>Some online casinos require you to wager typically the bonus amount AND EVEN the deposit amount. </li><li>These programs provide a beneficial tool for many who feel they need to be able to step back from gambling and regain control. </li></ul><p>Yes, you can play in online casinos canada without any legal repercussions as typically the law never focused players at on-line gambling sites.  What is illegal would be to operate an on the internet casino in North america without a permit.  Yes, real funds winnings are possible once you play in licensed online casino sites.  You just need to sign up, deposit many funds, and provide the particular necessary KYC records to validate your identity.</p>','Best Online Internet Casinos Canada Top California Casino Sites 2025','','publish','closed','','','best-online-internet-casinos-canada-top-california-casino-sites-2025','','','2025-10-07 14:30:17','2025-10-07 07:30:17','',0,'https://lion288slot.com/?p=253',0,'post','',0),
(254,1,'2025-10-07 14:30:17','2025-10-07 07:30:17','<meta name=\"description\" content=\"We love the unique Legiano Clash mode, although withdrawal speeds may be improved. \"/><h1>Online Casino Canada Perform Real Money Games</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Mobile Gambling In Canada</a></li><li><a href=\"#toc-1\">Are Online Casino Games Rigged? </a></li><li><a href=\"#toc-2\">Top Mobile Casinos</a></li><li><a href=\"#toc-3\">Payment Methods</a></li><li><a href=\"#toc-4\">Popular Online Casino Games For Canadian Players</a></li><li><a href=\"#toc-5\">How To Practice Responsible Gambling</a></li><li><a href=\"#toc-6\">How To Choose The Right Canadian Online Casino</a></li><li><a href=\"#toc-7\">Welcome To Spin And Rewrite Online Casino</a></li><li><a href=\"#toc-8\">Best Live Casinos Canada</a></li><li><a href=\"#toc-9\">Best Online On Line Casino Games - Actual Money Online Slots, Poker And Roulette</a></li><li><a href=\"#toc-10\">What Game Titles Can I Get At The Ideal Online Casinos? </a></li><li><a href=\"#toc-11\">How To Win From Online Casinos</a></li><li><a href=\"#toc-12\">Best On The Web Casinos Canada - Best Casino Internet Sites In 2025</a></li><li><a href=\"#toc-13\">Best Canadian On-line Casinos 2025</a></li><li><a href=\"#toc-14\">Which Casino Has Typically The Best Bonus? </a></li><li><a href=\"#toc-15\">How Significantly Do Scratch Cards Payout? </a></li><li><a href=\"#toc-16\">#7 Spin Ace Casino: Unleash The Thrills In Addition To Spins In Canadian Style</a></li><li><a href=\"#toc-17\">#4 Prive City Gambling Establishment: Luxurious Gaming Experience For Canadian Players</a></li><li><a href=\"#toc-18\">Canadian Gambling Regulations And Regulations</a></li><li><a href=\"#toc-19\">Jackpot Town - Canada’s Finest Casino App</a></li><li><a href=\"#toc-20\">Responsible Gambling Practices</a></li><li><a href=\"#toc-21\">Banking At The Greatest Casino Online Canada</a></li><li><a href=\"#toc-22\">Highest Paying Out Game</a></li><li><a href=\"#toc-23\">Territories Together With Legal Online Casinos</a></li><li><a href=\"#toc-24\">Criteria Intended For Rating The Top 10 Canadian On The Internet Casinos</a></li><li><a href=\"#toc-26\">Casinos Online Payment Methods</a></li><li><a href=\"#toc-28\">Avoid These Kinds Of Blacklisted Online Casinos</a></li><li><a href=\"#toc-29\">Best On The Internet Casinos Canada 03 2025</a></li><li><a href=\"#toc-30\">Lowest Downpayment Casinos</a></li><li><a href=\"#toc-32\">The Most Favored On The Web Casino Games Within Canada</a></li></ul></div><p>Another favourite among Canadian players, PlayOJO teams program top software providers like Play’n GO, NetEnt, plus Pragmatic Play.  Withdrawals are equally fast and convenient—you may receive your on-line casino winnings in 24 hours using e-wallets or within 1-7 business days through other  available choices.  The transaction restrictions are favourable intended for both everyday participants and high rollers.</p><ul><li>With its luxurious atmosphere, the on line casino supplies a selection involving high-quality games, which includes immersive slots. </li><li>Meanwhile table online games like Blackjack offer high RTP in order to skillful players. </li><li>If you’re inside Ontario, you won\'t be able to see each of the shown \'best online gambling sites in Canada, \' because most of these casinos don\'t hold an iGaming Ontario licence. </li><li>This website is using a security service to protect alone from online assaults. </li></ul><p>Enjoy a diverse range of online games\" \"in addition to trustworthy platforms that prioritize player satisfaction.  Ontario boasts a thriving online gambling establishment market, offering an extensive selection of games and top-rated platforms.  Enjoy a new secure and controlled gambling experience inside the heart associated with Canada.  Dive into Newfoundland’s online casinos, offering a captivating selection of games and user-friendly interfaces.  The only time that you won’t  be studied back to be able to the point in which you were cut away is when you’re playing live seller games.</p><h2 id=\"toc-0\">Mobile Gambling In Canada</h2><p>As a new low-medium volatility slot machine, it\'s advisable to be able to begin with smaller sized bets, allowing you to assess your own preferences before considering higher stakes or exploring slots having a higher RTP.  Its time to check out the \"Book involving Dead\" online sport by Play’n Proceed with its five reels, 10 lines, and thrilling bonus features.  Boasting aesthetically appealing graphics, the game immerses players in the wonderful world of ancient Egypt through its symbols and even background imagery <a href=\"https://mostbetindia1.in/\">mostbet</a>.</p><ul><li>Ricky Gambling establishment offers various no deposit promotions which are particularly appealing in order to new users. </li><li>Everything you have to know can be located within your account—or by means involving a simple chat with a customer assistance agent. </li><li>Their video online poker selection is equally as impressive, presenting popular titles such as Aces & Eights and Deuces & Joker. </li><li>To do so, you can examine the T&Cs, the casino\'s payment site, and the Frequently asked questions. </li></ul><p>However, in Ontario, the Alcohol and even Gaming Commission Ontario (AGCO) and iGaming Ontario (iGO) operate alongside each various other to manage online wagering in the domain.  With the growing popularity of casinos embracing Apple Pay out, selecting the best one will become a challenge amid the multitude of options.  Preferences vary, with some seeking typically the fastest withdrawal periods, while others wish a vast slot machine library.  Apple Pay\'s appeal lies in the seamless online dealings, utilizing existing setups for convenient, free of cost payments with extra security through feel or face IDENTIFICATION verification.  Online slot machines will always end up being a favourite among participants, this is why they help make up the largest collection of the gaming portfolio.  However, that’s not to say that credit card and table online game players are not necessarily catered to – quite the contrary.</p><h3 id=\"toc-1\">Are Online Gambling Establishment Games Rigged? </h3><p>Karamba Casino\'s site keeps things simple yet features all of the requirements.  I found the particular 100% deposit bonus to be able to be modest, getting up to $200 and 200 free spins, however the 30-day deadline, $10 bare minimum deposit, and 35x wagering requirement have been very reasonable.  The game selection can also be decent with above 1, 000 online games including slots, casino titles, and scratch cards.</p><ul><li>In the case regarding Ontario, there is usually a regulated marketplace that allows on-line casinos to run with an iGO (iGaming Ontario) license. </li><li>Gambling can lead to addiction that could seriously affect most areas of living, including finances and private relationships. </li><li>\"Great bonus opportunities, free spins. Fun slots with high quality output. Fantastic overall experiences with this casino. \"</li><li>Whether you prefer desktop or even mobile, nobody delivers anytime, anywhere entertaining quite like PlayOJO. </li></ul><p>Then again, many banks and credit card providers may not method payments to and from them due to laws and restrictions.  After all, actively playing real money game titles online will need you to definitely make a deposit.  Thankfully, almost all Canadian casino sites accept numerous transaction methods <a href=\"https://mostbetindia1.in/app/\">mostbet app download</a>.</p><h2 id=\"toc-2\">Top Mobile Casinos</h2><p>The Quebec Alcohol, Race, and Gaming Commission payment regulates casino operations in the province, making certain all routines are conducted quite and responsibly.  The Quebec Lottery Corporation operates online casinos, like the government-run web site Espacejeux, offering the variety of gambling options to players.  The legal surroundings of online wagering in Canada is intricate, comprising federal, comarcal, and Indigenous laws and regulations.  In 2001, the particular Criminal Code\" \"had been amended to acknowledge internet-based gambling, enabling provinces to regulate online casinos.  This means that online gambling is legal in Canada, provided players make use of overseas sites or perhaps local lottery apps.  However, players should be aware of the different guidelines and regulators of which exist in every single province.</p><ul><li>Live casinos also showcase online game shows like Insane Time, Monopoly, Mega Ball, Sweet Bonanza Candyland, and Dream Catcher, enhancing the immersive and different gaming options available to players. </li><li>By preserving these practices throughout mind, you may make typically the most of your own gaming session whilst staying within healthful limits. </li><li>Vegas Right now Casino warmly greets bonus hunters having a mega welcome bundle of up to 100% Match up to be able to $8, 000 + 500 Free Spins, divided across the initial four deposits. </li><li>Ruby Bundle of money Casino shines brightly in the world of Canadian online casinos, supplying a treasure trove of exciting video games. </li><li>Enjoy a new secure and governed gambling experience in the heart of Canada. </li></ul><p>One of the most notable internet casino testing agencies will be eCOGRA (eCommerce On the internet Gaming Regulation and Assurance).  The results of the games are produced simply by a Random Range Generator (RNG), which often produces results of which are about as fair and realistic as can end up being.  Depositing at any of our top-rated Canadian friendly on-line casinos is straight forward.  Free spins bonus deals are often combined with deposit bonuses as a extra bonus on best of the key bonus generally becoming the deposit offer you.  However, periodically the free spins benefit is the key and later bonus provided to new gamers at some on the web casinos.</p><h3 id=\"toc-3\">Payment Methods</h3><p>Fully optimized for mobile play, it gives a maximum earning potential of 5, 000 times the stake.  The outstanding feature is typically the free spins bonus game, making that a must-play.  At Casino. ca, all of us review new plus existing games from the world\'s very best iGaming software builders.  With famous brands Playtech, Apricot (formerly Microgaming), and NetEnt headlining our platform, many of us\" \"follow all the newest gameplay features in development.  Whether you’re seeking immersive graphics, innovative game aspects, or seamless enjoy, prepare to take pleasure in some true video gaming gems for the top-tier online casino expertise.  Enjoy a selection of games, lucrative promotions, along with a risk-free gambling environment.</p><ul><li>At virtually any point, you can easily contact the casino’s support team to be able to check the reputation of your drawback request. </li><li>Embark on\" \"a delightful journey with the particular \"Sweet Bonanza\" on-line slot, immersing players inside a magical whole world adorned with sweets, lollipops, and delicious treats. </li><li>At Casino. ca, we all review new plus existing games through the world\'s finest iGaming software designers. </li><li>The rise of cryptocurrency payments has altered the online gambling landscape, offering gamers a different way to gamble securely. </li></ul><p>Free therapy services and sources, including counselling, are available to anyone affected by wagering.  Gambling helplines usually are available 24 hours a day across Canada — providing support for anybody struggling with gambling related issues.  Compare welcome offers, on-going bonuses, promotions, and even loyalty programs to be able to maximize your rewards.  \"Love this website! VegasNow. com always has brand new providers and games, along with the cool VIP incentives system. That always happy feeling to get some rewards back. \" Unlock typically the convenience in our on line casino app for smooth gaming moving around.  There have been ground-breaking developments in Europe – starting along with Ontario’s iGaming restrictions, a model that’s the first regarding its kind in this particular country.</p><h3 id=\"toc-4\">Popular Casino Games For Canadian Players</h3><p>Instead, I\'m talking about EFT (Electronic Fund Transfers) of which allow you in order to connect straight to your own bank account to be able to transfer funds in order to a gambling web-site.  It’s important for a great online casino to have stellar customer support.  Just such as any other enterprise, much can be said in regards to a online casino by how effectively they handle consumer support requests.  In the evaluation process, each casino is usually contacted by all their available customer support methods which typically include; phone, e mail and live discussion.  Performing these tests help to figure out the efficiency with the customer support and how well they handle their customers.</p><ul><li>Enjoy a selection of games, profitable promotions, and also a risk-free gambling environment. </li><li>The Legiano Clash mode provides a unique twist on the usual grind of building the bankroll, making this particular platform perfect intended for those who want a bit more than to just rewrite the reels. </li><li>Below, we\'ve selected among the best Canadian casino web sites for online slot machine games that we consider make an attempt out. </li><li>Despite this perk, the mobile design is not going to support the particular entire catalog involving slot games accessible on its site. </li><li>There are several behavior that could bring about this block which include submitting a selected word or key phrase, a SQL command or malformed information. </li></ul><p>Ben Pringle is definitely an online on line casino expert specializing in the American iGaming industry.  Despite being a UK native, Ben is a great authority around the legalization of online internet casinos in the Oughout. S. as well as the ongoing expansion of governed markets in Nova scotia.  Bitcoin offers important advantages of online gambling establishment players, including improved privacy and more quickly transaction speeds.  Its decentralized nature eliminates the need intended for a bank accounts, and some casinos even provide unique bonuses for Bitcoin users.  Instead, the Canadian government regulates offshore online gambling establishment sites, which will be legal\" \"around the world.</p><h2 id=\"toc-5\">How To Practice Responsible Gambling</h2><p>You need to always make sure to study a casino site\'s T&amp;Cs before making a new certain bet, especially on welcome additional bonuses and other promotions that could have specific requirements.  Yes, plus there are a lot more than 60 online internet casinos legally registered within Ontario, with a lot of more expected in order to follow suit.  You can also continue to legitimately play in a offshore online on line casino if you live in a different Canadian province.  Enticing offers such as casino bonuses and zero deposit bonuses will be a must, this means you have the best possible online casino experience.  Embark on\" \"a delightful journey with typically the \"Sweet Bonanza\" on the internet slot, immersing participants in a magical galaxy adorned with candies, lollipops, and scrumptious treats.</p><p>By taking part in self-exclusion courses, players can acquire proactive procedure for deal with their gambling habits and seek typically the support they want.  Bodog implements tools to be able to detect and deactivate underage accounts in addition to prohibits ads concentrating on minors, further marketing responsible gambling.  Players can find more details about responsible wagering in dedicated sections on online betting websites, helping them stay informed and even in control over their own gambling activities.  Progressive jackpot slots will be captivating because they raise the jackpot using each player’s bet, creating the possible for life-changing earnings.  This excitement takes in many players in search of the thrill regarding hitting a considerable jackpot.  These internet casinos often provide fantastic value and thrilling bonuses, enhancing the particular overall player knowledge.</p><h2 id=\"toc-6\">How To Be Able To Choose The Appropriate Canadian Online Casino</h2><p>If you wish to filter on the internet casinos by company, you might be more than welcome to do this.  This way, you possibly can make sure that your own new favourite on the internet casino will indeed feature just typically the games that an individual are looking in order to play.  Other more complex types contain Megaways, which offer thousands of ways to be able to win, or progressive jackpots that develop until someone countries a massive payout.  When you win major in an online on line casino, you want your dollars in your pocket ASAP.  Some on the web casinos make an effort to improperly withhold your profits to avoid having to pay out.  Others make withdrawal process and so slow you cease bothering to cash-out and they always keep your winnings.</p><p>With its varied game selection in addition to rewarding loyalty applications, Ricky Casino stands out as one of the best on-line casinos for Canadian players.  Friendly and even reliable assistance can easily significantly boost your on-line gambling experience, ensuring any issues are resolved promptly.  Regular re-checks of advised casinos maintain their own reputation, ensuring a person play on best platforms.  ECOGRA, a great independent auditor, assures fair play and secure environments.</p><h3 id=\"toc-7\">Welcome To Spin And Rewrite Online Casino</h3><p>Trusted online casino brands undergo standard software audits, making use of a \"Random Number Generator\" (RNG) for rotate outcomes.  Seek thirdparty certification ensuring typically the RNG\'s randomness over millions of moves.  For added confidence, explore live dealer games where a new real-time spinning wheel accompanies your online gambling bets, eliminating doubts concerning fairness.  You may choose a free spins bonus, ideal with regard to shopping new and exclusive slot game titles, or pick a rarer offer in addition to claim free on line casino cash without having upfront risk.</p><p>Throughout our research, we\'ve found these are generally the best on-line casinos in Canada to offer the particular top roulette online games.  Whether you will be a casual person or a high roller, JustCasino\'s extensive game library in addition to flexible bonus construction cater to Canadians from coast to be able to coast.  History fans with a\" \"preference for strategy online games will find lots to enjoy at Legiano Casino.  The Legiano Clash mode provides a unique twist about the usual grind of building up your bankroll, making this specific platform perfect intended for those who require a bit more as compared to to just spin and rewrite the reels.  However, Legiano also provides to traditional casino players with its formidable game selection.</p><h3 id=\"toc-8\">Best Live Casinos Canada</h3><p>Aside from being denied your winnings, withholding withdrawals can be a sign that will an online casino could be undertaking other shady practices behind-the-scenes.  And if nothing at all else, slow withdrawals are an easily-avoided inconvenience that premium casinos should in no way fuss about.  When you choose a deposit at a real money casino with this specific bonus, a proportion of your downpayment is matched inside bonus credit, frequently with 50%–200% matched up.  You’ll find specific analysis of RTP or wagering needs alongside firsthand accounts from the minute-to-minute online casino experience.</p><ul><li>For example, the particular British Columbia Lotto Corporation and the particular Ontario Lottery plus Gaming Corporation equally operate gambling online websites for residents associated with their respective provinces. </li><li>Players employing AMEX can help make quick deposits in addition to withdraw winnings at any time with ease. </li><li>Plus, there are many exclusive slot online games you won’t discover elsewhere, such as Candy Combo Electrical power Combo or 3 Stellar Bonanza. </li><li>Bitcoin offers considerable advantages for online gambling establishment players, including increased privacy and more quickly transaction speeds. </li></ul><p>However, sometimes finding the best casino bonuses can be somewhat challenging and there is a number involving pitfalls and bad terms around regarding you to avoid.  Spin the fishing reels of 1000s regarding online slot games at the ideal online casinos in Canada.  One minor downside is these online games are not obtainable to play within demo mode because of to their survive nature, but a person can still use their regular table versions to practice your strategies.  Your deposits and withdrawals with the online casino should be fast and secure.  Having a mix regarding available banking alternatives so you can easily use your preferred transaction technique is a need to.  There is a beautiful variety of on-line slots, so any given online casino will have the perfect slots game for yourself.</p><h2 id=\"toc-9\">Best Online Gambling Establishment Games - Real Cash Online Slots, Poker And Roulette</h2><p>From credit and charge cards to well-liked web wallets plus prepaid solutions, like Interac Online, MuchBetter and paysafecard, there exists a range of alternatives to accommodate each player.  The team with OnlineGambling. ca (OGCA) should provide the particular go-to resource for Canadian gamblers.  We offer you in-depth insights in the best on the web casinos in Nova scotia, online gambling guides, exactly how to play and even where to get the most famous games, plus everything in-between.  Through reliable resources and tools, tailored tips, plus the latest tendencies, you will find the right casino for yourself.  While credit credit card deposits are generally the most straightforward at gambling web sites, a virtual swipe may lead to be able to interest fees, varying from 7 to 25% if not promptly repaid.  In Canada, credit cards casino deposits may well or may certainly not incur additional surcharges, depending on your own bank.</p><ul><li>The anticipation of wherever the ball will certainly land adds to the exhilaration, making it well-liked by Canadian players. </li><li>Analysis indicates that high-volatility slot machines with a Return to Player (RTP) rate of 96% stand for advantageous options in the current gaming landscape. </li><li>Among these, North Online casino, Roby Casino, in addition to Ricky Casino usually are top-rated, each taking something unique to the table. </li><li>Performing these testing help to determine the efficiency from the customer support in addition to how well that they handle consumers. </li><li>The encouraged bonus of 50% up to $1, 500 is valid intended for 15 days and needs standard 40x gambling. </li></ul><p>Newer innovative developments, for example immersive plus multi-wheel roulette, usually are also gaining momentum.  Live roulette game titles offer a even more realistic pace of gameplay and actually an actual croupier to be able to interact with.  Video holdem poker is a fixed-odds on-line casino game that combines sun and rain involving slots and five-card draw.  It will be a fun substitute for classic poker and a great way to be able to become acquainted with the game’s rules.  Blackjack will be a card game played with one, a couple of, four, six, or even eight decks.  Players aim to reach 21 or acquire as close as you can without exceeding that.</p><h2 id=\"toc-10\">What Game Titles Can I Locate At The Best Online Casinos? </h2><p>This unethical training can cause significant frustration and financial damage for players.  Additionally, casinos may become blacklisted for unjust gaming practices or even failure to supply fair promotions, which in turn can undermine the trust and honesty of the gambling online industry.  These\" \"leading Canadian gambling internet sites provide a safe, enjoyable, and satisfying online gambling experience, providing for the diverse preferences of Canadian participants.</p><ul><li>Follow the guidelines issued by the particular GamingCommission. ca with regard to\" \"legal gambling in Europe. </li><li>Each available alternative in the decline box will provide you with info relevant to that will type of issue. </li><li>These e-wallets provide an additional layer of security, ensuring that players’ monetary information remains private. </li></ul><p>Enjoy modern gaming options, nice bonuses, and governed platforms that assure a safe and even exciting gambling expertise.  Discover how these types of lucrative offers can enhance your gameplay and boost your own bankroll to experience a lot more.  They tend not to end up being the best with regard to big payouts, nevertheless casinos love offering bonuses and advertisements for slots, which usually can increase your payout if you’re playing with free of charge or discounted moves.  The hardest step to play is getting the best payout online casino with regard to you.  Here’s just how you can ensure you’re investing the time and cash in the finest paying online on line casino.</p><h3 id=\"toc-11\">How To Win In Online Casinos</h3><p>In the table below, I actually overview the methods a person can expect to find on the greatest online casinos within Canada, from credit cards, debit cards, and e-transfers to pre-paid cards and e-wallets.  Please note, on the other hand, that this availability of the listed options varies based on the on line casino you select plus your location within Europe.  Most of the particular time, you can simply offer your initial details and make down payment to get started out, skipping step 3.  However, I recommend a person send in your current documentation as shortly as possible since it can take the particular casino a number of days to verify everything.  This action, called the KYC process, is needed at the greatest online casinos canada, and serves to safeguard all parties included from fraud and underage gambling.  Most of your moment in an online gambling establishment will be spent on the casino floor hitting up the particular games library.\" \"[newline]A robust, varied number of casino games is usually the hallmark of the finest online casinos.</p><p>Minimum down payment casinos are programs that allow participants to get started on gambling together with a low primary deposit, often as low as $1, producing them attractive regarding budget-conscious individuals.  Their popularity stems coming from the opportunity to experience gambling with out a significant economical commitment.  Dundeeslots is usually known due to its intensive library of position games along with a strong loyalty program.  1Red Casino offers a safeguarded platform and amazing gaming environment, wedding caterers to those which prioritize safety in addition to variety.  Players will be prompted to select a currency in addition to a payment technique following registration.</p><h2 id=\"toc-12\">Best On The Web Casinos Canada Instructions Best Casino Internet Sites In 2025</h2><p>We suggest that an individual open your word running document and begin a new expression document to describe everything in detail.  Start by detailing what happened plus why you are submitting the complaint to the on line casino.  Be sure in order to include dates plus times, screenshots, hyperlinks or other information relevant to setting up a good case with regard to yourself.  If in the very minimum this will help you later on if you file a complaint using third-party dispute resolutions service provider.  As such, you might need to come up with a complaint about the particular internet casino you\'ve picked to play.  If you registered because a first-time player using one involving our links we suggest that a person follow the actions below in an attempt to solve the matter with the particular casino first.</p><ul><li>Yes, as extended as you usually are gambling at a good online casino that may be either licensed in Canada or a reputable offshore-based online online casino. </li><li>You can enjoy lawful online gambling all over Canada, although specifically how depends about your location. </li><li>Each variant possesses its own rules and house edge, with Usa Roulette having the higher house border due to the additional ‘0’ position. </li><li>By discussing their experiences, gamers can help other people avoid these unreliable casinos. </li><li>For example, North On line casino offers four 100% deposit matches upward to $5, 500, while Ricky Online casino provides three 100% deposit matches as much as $7, 500. </li></ul><p>Stick to a Canadian online casino in which you have a new chance of earning.  The lobby offers online roulette, blackjack, live casino video games and shows, several card games, and perhaps exclusive titles such as Ninja Master.  Online casinos in Canada offer various bonuses to be able to attract and maintain players, enhancing the gaming experience by providing extra value in addition to increasing the probabilities of winning.  Baccarat, known for its simplicity and fast-paced play, is a top pick regarding players seeking simple gameplay.  Additionally, video poker combines elements of slots in addition to poker, offering a strategic yet enjoyable gaming experience.</p><h3 id=\"toc-13\">Best Canadian On The Web Casinos 2025</h3><p>With craps, the objective is to imagine what dice value the shooter can roll accurately.  For individuals who embrace a more aggressive approach, it is advisable to stake approximately one in order to two percent in the total bankroll for each spin.  Alternatively, ought to this level of risk be regarded excessive, one may possibly consider wagering half a unit for each spin.</p><ul><li>Casiyou Casino prioritizes comfort for Canadian gamers by providing a user-friendly desktop and even mobile interface. </li><li>In this example the particular casino is providing lower than 100% with regard to the bonus and is offering a new 50% match down payment up to $1, 000. </li><li>Some online casinos require you to wager typically the bonus amount AND EVEN the deposit amount. </li><li>These programs provide a beneficial tool for many who feel they need to be able to step back from gambling and regain control. </li></ul><p>Yes, you can play in online casinos canada without any legal repercussions as typically the law never focused players at on-line gambling sites.  What is illegal would be to operate an on the internet casino in North america without a permit.  Yes, real funds winnings are possible once you play in licensed online casino sites.  You just need to sign up, deposit many funds, and provide the particular necessary KYC records to validate your identity.</p>','Best Online Internet Casinos Canada Top California Casino Sites 2025','','inherit','closed','closed','','253-revision-v1','','','2025-10-07 14:30:17','2025-10-07 07:30:17','',253,'https://lion288slot.com/?p=254',0,'revision','',0),
(256,1,'2025-10-06 05:41:20','2025-10-05 22:41:20','<meta name=\"description\" content=\"We love the unique Legiano Clash mode, although withdrawal speeds may be improved. \"/><h1>Online Casino Canada Perform Real Money Games</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Mobile Gambling In Canada</a></li><li><a href=\"#toc-1\">Are Online Casino Games Rigged? </a></li><li><a href=\"#toc-2\">Top Mobile Casinos</a></li><li><a href=\"#toc-3\">Payment Methods</a></li><li><a href=\"#toc-4\">Popular Online Casino Games For Canadian Players</a></li><li><a href=\"#toc-5\">How To Practice Responsible Gambling</a></li><li><a href=\"#toc-6\">How To Choose The Right Canadian Online Casino</a></li><li><a href=\"#toc-7\">Welcome To Spin And Rewrite Online Casino</a></li><li><a href=\"#toc-8\">Best Live Casinos Canada</a></li><li><a href=\"#toc-9\">Best Online On Line Casino Games - Actual Money Online Slots, Poker And Roulette</a></li><li><a href=\"#toc-10\">What Game Titles Can I Get At The Ideal Online Casinos? </a></li><li><a href=\"#toc-11\">How To Win From Online Casinos</a></li><li><a href=\"#toc-12\">Best On The Web Casinos Canada - Best Casino Internet Sites In 2025</a></li><li><a href=\"#toc-13\">Best Canadian On-line Casinos 2025</a></li><li><a href=\"#toc-14\">Which Casino Has Typically The Best Bonus? </a></li><li><a href=\"#toc-15\">How Significantly Do Scratch Cards Payout? </a></li><li><a href=\"#toc-16\">#7 Spin Ace Casino: Unleash The Thrills In Addition To Spins In Canadian Style</a></li><li><a href=\"#toc-17\">#4 Prive City Gambling Establishment: Luxurious Gaming Experience For Canadian Players</a></li><li><a href=\"#toc-18\">Canadian Gambling Regulations And Regulations</a></li><li><a href=\"#toc-19\">Jackpot Town - Canada’s Finest Casino App</a></li><li><a href=\"#toc-20\">Responsible Gambling Practices</a></li><li><a href=\"#toc-21\">Banking At The Greatest Casino Online Canada</a></li><li><a href=\"#toc-22\">Highest Paying Out Game</a></li><li><a href=\"#toc-23\">Territories Together With Legal Online Casinos</a></li><li><a href=\"#toc-24\">Criteria Intended For Rating The Top 10 Canadian On The Internet Casinos</a></li><li><a href=\"#toc-26\">Casinos Online Payment Methods</a></li><li><a href=\"#toc-28\">Avoid These Kinds Of Blacklisted Online Casinos</a></li><li><a href=\"#toc-29\">Best On The Internet Casinos Canada 03 2025</a></li><li><a href=\"#toc-30\">Lowest Downpayment Casinos</a></li><li><a href=\"#toc-32\">The Most Favored On The Web Casino Games Within Canada</a></li></ul></div><p>Another favourite among Canadian players, PlayOJO teams program top software providers like Play’n GO, NetEnt, plus Pragmatic Play.  Withdrawals are equally fast and convenient—you may receive your on-line casino winnings in 24 hours using e-wallets or within 1-7 business days through other  available choices.  The transaction restrictions are favourable intended for both everyday participants and high rollers.</p><ul><li>With its luxurious atmosphere, the on line casino supplies a selection involving high-quality games, which includes immersive slots. </li><li>Meanwhile table online games like Blackjack offer high RTP in order to skillful players. </li><li>If you’re inside Ontario, you won\'t be able to see each of the shown \'best online gambling sites in Canada, \' because most of these casinos don\'t hold an iGaming Ontario licence. </li><li>This website is using a security service to protect alone from online assaults. </li></ul><p>Enjoy a diverse range of online games\" \"in addition to trustworthy platforms that prioritize player satisfaction.  Ontario boasts a thriving online gambling establishment market, offering an extensive selection of games and top-rated platforms.  Enjoy a new secure and controlled gambling experience inside the heart associated with Canada.  Dive into Newfoundland’s online casinos, offering a captivating selection of games and user-friendly interfaces.  The only time that you won’t  be studied back to be able to the point in which you were cut away is when you’re playing live seller games.</p><h2 id=\"toc-0\">Mobile Gambling In Canada</h2><p>As a new low-medium volatility slot machine, it\'s advisable to be able to begin with smaller sized bets, allowing you to assess your own preferences before considering higher stakes or exploring slots having a higher RTP.  Its time to check out the \"Book involving Dead\" online sport by Play’n Proceed with its five reels, 10 lines, and thrilling bonus features.  Boasting aesthetically appealing graphics, the game immerses players in the wonderful world of ancient Egypt through its symbols and even background imagery <a href=\"https://mostbetindia1.in/\">mostbet</a>.</p><ul><li>Ricky Gambling establishment offers various no deposit promotions which are particularly appealing in order to new users. </li><li>Everything you have to know can be located within your account—or by means involving a simple chat with a customer assistance agent. </li><li>Their video online poker selection is equally as impressive, presenting popular titles such as Aces & Eights and Deuces & Joker. </li><li>To do so, you can examine the T&Cs, the casino\'s payment site, and the Frequently asked questions. </li></ul><p>However, in Ontario, the Alcohol and even Gaming Commission Ontario (AGCO) and iGaming Ontario (iGO) operate alongside each various other to manage online wagering in the domain.  With the growing popularity of casinos embracing Apple Pay out, selecting the best one will become a challenge amid the multitude of options.  Preferences vary, with some seeking typically the fastest withdrawal periods, while others wish a vast slot machine library.  Apple Pay\'s appeal lies in the seamless online dealings, utilizing existing setups for convenient, free of cost payments with extra security through feel or face IDENTIFICATION verification.  Online slot machines will always end up being a favourite among participants, this is why they help make up the largest collection of the gaming portfolio.  However, that’s not to say that credit card and table online game players are not necessarily catered to – quite the contrary.</p><h3 id=\"toc-1\">Are Online Gambling Establishment Games Rigged? </h3><p>Karamba Casino\'s site keeps things simple yet features all of the requirements.  I found the particular 100% deposit bonus to be able to be modest, getting up to $200 and 200 free spins, however the 30-day deadline, $10 bare minimum deposit, and 35x wagering requirement have been very reasonable.  The game selection can also be decent with above 1, 000 online games including slots, casino titles, and scratch cards.</p><ul><li>In the case regarding Ontario, there is usually a regulated marketplace that allows on-line casinos to run with an iGO (iGaming Ontario) license. </li><li>Gambling can lead to addiction that could seriously affect most areas of living, including finances and private relationships. </li><li>\"Great bonus opportunities, free spins. Fun slots with high quality output. Fantastic overall experiences with this casino. \"</li><li>Whether you prefer desktop or even mobile, nobody delivers anytime, anywhere entertaining quite like PlayOJO. </li></ul><p>Then again, many banks and credit card providers may not method payments to and from them due to laws and restrictions.  After all, actively playing real money game titles online will need you to definitely make a deposit.  Thankfully, almost all Canadian casino sites accept numerous transaction methods <a href=\"https://mostbetindia1.in/app/\">mostbet app download</a>.</p><h2 id=\"toc-2\">Top Mobile Casinos</h2><p>The Quebec Alcohol, Race, and Gaming Commission payment regulates casino operations in the province, making certain all routines are conducted quite and responsibly.  The Quebec Lottery Corporation operates online casinos, like the government-run web site Espacejeux, offering the variety of gambling options to players.  The legal surroundings of online wagering in Canada is intricate, comprising federal, comarcal, and Indigenous laws and regulations.  In 2001, the particular Criminal Code\" \"had been amended to acknowledge internet-based gambling, enabling provinces to regulate online casinos.  This means that online gambling is legal in Canada, provided players make use of overseas sites or perhaps local lottery apps.  However, players should be aware of the different guidelines and regulators of which exist in every single province.</p><ul><li>Live casinos also showcase online game shows like Insane Time, Monopoly, Mega Ball, Sweet Bonanza Candyland, and Dream Catcher, enhancing the immersive and different gaming options available to players. </li><li>By preserving these practices throughout mind, you may make typically the most of your own gaming session whilst staying within healthful limits. </li><li>Vegas Right now Casino warmly greets bonus hunters having a mega welcome bundle of up to 100% Match up to be able to $8, 000 + 500 Free Spins, divided across the initial four deposits. </li><li>Ruby Bundle of money Casino shines brightly in the world of Canadian online casinos, supplying a treasure trove of exciting video games. </li><li>Enjoy a new secure and governed gambling experience in the heart of Canada. </li></ul><p>One of the most notable internet casino testing agencies will be eCOGRA (eCommerce On the internet Gaming Regulation and Assurance).  The results of the games are produced simply by a Random Range Generator (RNG), which often produces results of which are about as fair and realistic as can end up being.  Depositing at any of our top-rated Canadian friendly on-line casinos is straight forward.  Free spins bonus deals are often combined with deposit bonuses as a extra bonus on best of the key bonus generally becoming the deposit offer you.  However, periodically the free spins benefit is the key and later bonus provided to new gamers at some on the web casinos.</p><h3 id=\"toc-3\">Payment Methods</h3><p>Fully optimized for mobile play, it gives a maximum earning potential of 5, 000 times the stake.  The outstanding feature is typically the free spins bonus game, making that a must-play.  At Casino. ca, all of us review new plus existing games from the world\'s very best iGaming software builders.  With famous brands Playtech, Apricot (formerly Microgaming), and NetEnt headlining our platform, many of us\" \"follow all the newest gameplay features in development.  Whether you’re seeking immersive graphics, innovative game aspects, or seamless enjoy, prepare to take pleasure in some true video gaming gems for the top-tier online casino expertise.  Enjoy a selection of games, lucrative promotions, along with a risk-free gambling environment.</p><ul><li>At virtually any point, you can easily contact the casino’s support team to be able to check the reputation of your drawback request. </li><li>Embark on\" \"a delightful journey with the particular \"Sweet Bonanza\" on-line slot, immersing players inside a magical whole world adorned with sweets, lollipops, and delicious treats. </li><li>At Casino. ca, we all review new plus existing games through the world\'s finest iGaming software designers. </li><li>The rise of cryptocurrency payments has altered the online gambling landscape, offering gamers a different way to gamble securely. </li></ul><p>Free therapy services and sources, including counselling, are available to anyone affected by wagering.  Gambling helplines usually are available 24 hours a day across Canada — providing support for anybody struggling with gambling related issues.  Compare welcome offers, on-going bonuses, promotions, and even loyalty programs to be able to maximize your rewards.  \"Love this website! VegasNow. com always has brand new providers and games, along with the cool VIP incentives system. That always happy feeling to get some rewards back. \" Unlock typically the convenience in our on line casino app for smooth gaming moving around.  There have been ground-breaking developments in Europe – starting along with Ontario’s iGaming restrictions, a model that’s the first regarding its kind in this particular country.</p><h3 id=\"toc-4\">Popular Casino Games For Canadian Players</h3><p>Instead, I\'m talking about EFT (Electronic Fund Transfers) of which allow you in order to connect straight to your own bank account to be able to transfer funds in order to a gambling web-site.  It’s important for a great online casino to have stellar customer support.  Just such as any other enterprise, much can be said in regards to a online casino by how effectively they handle consumer support requests.  In the evaluation process, each casino is usually contacted by all their available customer support methods which typically include; phone, e mail and live discussion.  Performing these tests help to figure out the efficiency with the customer support and how well they handle their customers.</p><ul><li>Enjoy a selection of games, profitable promotions, and also a risk-free gambling environment. </li><li>The Legiano Clash mode provides a unique twist on the usual grind of building the bankroll, making this particular platform perfect intended for those who want a bit more than to just rewrite the reels. </li><li>Below, we\'ve selected among the best Canadian casino web sites for online slot machine games that we consider make an attempt out. </li><li>Despite this perk, the mobile design is not going to support the particular entire catalog involving slot games accessible on its site. </li><li>There are several behavior that could bring about this block which include submitting a selected word or key phrase, a SQL command or malformed information. </li></ul><p>Ben Pringle is definitely an online on line casino expert specializing in the American iGaming industry.  Despite being a UK native, Ben is a great authority around the legalization of online internet casinos in the Oughout. S. as well as the ongoing expansion of governed markets in Nova scotia.  Bitcoin offers important advantages of online gambling establishment players, including improved privacy and more quickly transaction speeds.  Its decentralized nature eliminates the need intended for a bank accounts, and some casinos even provide unique bonuses for Bitcoin users.  Instead, the Canadian government regulates offshore online gambling establishment sites, which will be legal\" \"around the world.</p><h2 id=\"toc-5\">How To Practice Responsible Gambling</h2><p>You need to always make sure to study a casino site\'s T&amp;Cs before making a new certain bet, especially on welcome additional bonuses and other promotions that could have specific requirements.  Yes, plus there are a lot more than 60 online internet casinos legally registered within Ontario, with a lot of more expected in order to follow suit.  You can also continue to legitimately play in a offshore online on line casino if you live in a different Canadian province.  Enticing offers such as casino bonuses and zero deposit bonuses will be a must, this means you have the best possible online casino experience.  Embark on\" \"a delightful journey with typically the \"Sweet Bonanza\" on the internet slot, immersing participants in a magical galaxy adorned with candies, lollipops, and scrumptious treats.</p><p>By taking part in self-exclusion courses, players can acquire proactive procedure for deal with their gambling habits and seek typically the support they want.  Bodog implements tools to be able to detect and deactivate underage accounts in addition to prohibits ads concentrating on minors, further marketing responsible gambling.  Players can find more details about responsible wagering in dedicated sections on online betting websites, helping them stay informed and even in control over their own gambling activities.  Progressive jackpot slots will be captivating because they raise the jackpot using each player’s bet, creating the possible for life-changing earnings.  This excitement takes in many players in search of the thrill regarding hitting a considerable jackpot.  These internet casinos often provide fantastic value and thrilling bonuses, enhancing the particular overall player knowledge.</p><h2 id=\"toc-6\">How To Be Able To Choose The Appropriate Canadian Online Casino</h2><p>If you wish to filter on the internet casinos by company, you might be more than welcome to do this.  This way, you possibly can make sure that your own new favourite on the internet casino will indeed feature just typically the games that an individual are looking in order to play.  Other more complex types contain Megaways, which offer thousands of ways to be able to win, or progressive jackpots that develop until someone countries a massive payout.  When you win major in an online on line casino, you want your dollars in your pocket ASAP.  Some on the web casinos make an effort to improperly withhold your profits to avoid having to pay out.  Others make withdrawal process and so slow you cease bothering to cash-out and they always keep your winnings.</p><p>With its varied game selection in addition to rewarding loyalty applications, Ricky Casino stands out as one of the best on-line casinos for Canadian players.  Friendly and even reliable assistance can easily significantly boost your on-line gambling experience, ensuring any issues are resolved promptly.  Regular re-checks of advised casinos maintain their own reputation, ensuring a person play on best platforms.  ECOGRA, a great independent auditor, assures fair play and secure environments.</p><h3 id=\"toc-7\">Welcome To Spin And Rewrite Online Casino</h3><p>Trusted online casino brands undergo standard software audits, making use of a \"Random Number Generator\" (RNG) for rotate outcomes.  Seek thirdparty certification ensuring typically the RNG\'s randomness over millions of moves.  For added confidence, explore live dealer games where a new real-time spinning wheel accompanies your online gambling bets, eliminating doubts concerning fairness.  You may choose a free spins bonus, ideal with regard to shopping new and exclusive slot game titles, or pick a rarer offer in addition to claim free on line casino cash without having upfront risk.</p><p>Throughout our research, we\'ve found these are generally the best on-line casinos in Canada to offer the particular top roulette online games.  Whether you will be a casual person or a high roller, JustCasino\'s extensive game library in addition to flexible bonus construction cater to Canadians from coast to be able to coast.  History fans with a\" \"preference for strategy online games will find lots to enjoy at Legiano Casino.  The Legiano Clash mode provides a unique twist about the usual grind of building up your bankroll, making this specific platform perfect intended for those who require a bit more as compared to to just spin and rewrite the reels.  However, Legiano also provides to traditional casino players with its formidable game selection.</p><h3 id=\"toc-8\">Best Live Casinos Canada</h3><p>Aside from being denied your winnings, withholding withdrawals can be a sign that will an online casino could be undertaking other shady practices behind-the-scenes.  And if nothing at all else, slow withdrawals are an easily-avoided inconvenience that premium casinos should in no way fuss about.  When you choose a deposit at a real money casino with this specific bonus, a proportion of your downpayment is matched inside bonus credit, frequently with 50%–200% matched up.  You’ll find specific analysis of RTP or wagering needs alongside firsthand accounts from the minute-to-minute online casino experience.</p><ul><li>For example, the particular British Columbia Lotto Corporation and the particular Ontario Lottery plus Gaming Corporation equally operate gambling online websites for residents associated with their respective provinces. </li><li>Players employing AMEX can help make quick deposits in addition to withdraw winnings at any time with ease. </li><li>Plus, there are many exclusive slot online games you won’t discover elsewhere, such as Candy Combo Electrical power Combo or 3 Stellar Bonanza. </li><li>Bitcoin offers considerable advantages for online gambling establishment players, including increased privacy and more quickly transaction speeds. </li></ul><p>However, sometimes finding the best casino bonuses can be somewhat challenging and there is a number involving pitfalls and bad terms around regarding you to avoid.  Spin the fishing reels of 1000s regarding online slot games at the ideal online casinos in Canada.  One minor downside is these online games are not obtainable to play within demo mode because of to their survive nature, but a person can still use their regular table versions to practice your strategies.  Your deposits and withdrawals with the online casino should be fast and secure.  Having a mix regarding available banking alternatives so you can easily use your preferred transaction technique is a need to.  There is a beautiful variety of on-line slots, so any given online casino will have the perfect slots game for yourself.</p><h2 id=\"toc-9\">Best Online Gambling Establishment Games - Real Cash Online Slots, Poker And Roulette</h2><p>From credit and charge cards to well-liked web wallets plus prepaid solutions, like Interac Online, MuchBetter and paysafecard, there exists a range of alternatives to accommodate each player.  The team with OnlineGambling. ca (OGCA) should provide the particular go-to resource for Canadian gamblers.  We offer you in-depth insights in the best on the web casinos in Nova scotia, online gambling guides, exactly how to play and even where to get the most famous games, plus everything in-between.  Through reliable resources and tools, tailored tips, plus the latest tendencies, you will find the right casino for yourself.  While credit credit card deposits are generally the most straightforward at gambling web sites, a virtual swipe may lead to be able to interest fees, varying from 7 to 25% if not promptly repaid.  In Canada, credit cards casino deposits may well or may certainly not incur additional surcharges, depending on your own bank.</p><ul><li>The anticipation of wherever the ball will certainly land adds to the exhilaration, making it well-liked by Canadian players. </li><li>Analysis indicates that high-volatility slot machines with a Return to Player (RTP) rate of 96% stand for advantageous options in the current gaming landscape. </li><li>Among these, North Online casino, Roby Casino, in addition to Ricky Casino usually are top-rated, each taking something unique to the table. </li><li>Performing these testing help to determine the efficiency from the customer support in addition to how well that they handle consumers. </li><li>The encouraged bonus of 50% up to $1, 500 is valid intended for 15 days and needs standard 40x gambling. </li></ul><p>Newer innovative developments, for example immersive plus multi-wheel roulette, usually are also gaining momentum.  Live roulette game titles offer a even more realistic pace of gameplay and actually an actual croupier to be able to interact with.  Video holdem poker is a fixed-odds on-line casino game that combines sun and rain involving slots and five-card draw.  It will be a fun substitute for classic poker and a great way to be able to become acquainted with the game’s rules.  Blackjack will be a card game played with one, a couple of, four, six, or even eight decks.  Players aim to reach 21 or acquire as close as you can without exceeding that.</p><h2 id=\"toc-10\">What Game Titles Can I Locate At The Best Online Casinos? </h2><p>This unethical training can cause significant frustration and financial damage for players.  Additionally, casinos may become blacklisted for unjust gaming practices or even failure to supply fair promotions, which in turn can undermine the trust and honesty of the gambling online industry.  These\" \"leading Canadian gambling internet sites provide a safe, enjoyable, and satisfying online gambling experience, providing for the diverse preferences of Canadian participants.</p><ul><li>Follow the guidelines issued by the particular GamingCommission. ca with regard to\" \"legal gambling in Europe. </li><li>Each available alternative in the decline box will provide you with info relevant to that will type of issue. </li><li>These e-wallets provide an additional layer of security, ensuring that players’ monetary information remains private. </li></ul><p>Enjoy modern gaming options, nice bonuses, and governed platforms that assure a safe and even exciting gambling expertise.  Discover how these types of lucrative offers can enhance your gameplay and boost your own bankroll to experience a lot more.  They tend not to end up being the best with regard to big payouts, nevertheless casinos love offering bonuses and advertisements for slots, which usually can increase your payout if you’re playing with free of charge or discounted moves.  The hardest step to play is getting the best payout online casino with regard to you.  Here’s just how you can ensure you’re investing the time and cash in the finest paying online on line casino.</p><h3 id=\"toc-11\">How To Win In Online Casinos</h3><p>In the table below, I actually overview the methods a person can expect to find on the greatest online casinos within Canada, from credit cards, debit cards, and e-transfers to pre-paid cards and e-wallets.  Please note, on the other hand, that this availability of the listed options varies based on the on line casino you select plus your location within Europe.  Most of the particular time, you can simply offer your initial details and make down payment to get started out, skipping step 3.  However, I recommend a person send in your current documentation as shortly as possible since it can take the particular casino a number of days to verify everything.  This action, called the KYC process, is needed at the greatest online casinos canada, and serves to safeguard all parties included from fraud and underage gambling.  Most of your moment in an online gambling establishment will be spent on the casino floor hitting up the particular games library.\" \"[newline]A robust, varied number of casino games is usually the hallmark of the finest online casinos.</p><p>Minimum down payment casinos are programs that allow participants to get started on gambling together with a low primary deposit, often as low as $1, producing them attractive regarding budget-conscious individuals.  Their popularity stems coming from the opportunity to experience gambling with out a significant economical commitment.  Dundeeslots is usually known due to its intensive library of position games along with a strong loyalty program.  1Red Casino offers a safeguarded platform and amazing gaming environment, wedding caterers to those which prioritize safety in addition to variety.  Players will be prompted to select a currency in addition to a payment technique following registration.</p><h2 id=\"toc-12\">Best On The Web Casinos Canada Instructions Best Casino Internet Sites In 2025</h2><p>We suggest that an individual open your word running document and begin a new expression document to describe everything in detail.  Start by detailing what happened plus why you are submitting the complaint to the on line casino.  Be sure in order to include dates plus times, screenshots, hyperlinks or other information relevant to setting up a good case with regard to yourself.  If in the very minimum this will help you later on if you file a complaint using third-party dispute resolutions service provider.  As such, you might need to come up with a complaint about the particular internet casino you\'ve picked to play.  If you registered because a first-time player using one involving our links we suggest that a person follow the actions below in an attempt to solve the matter with the particular casino first.</p><ul><li>Yes, as extended as you usually are gambling at a good online casino that may be either licensed in Canada or a reputable offshore-based online online casino. </li><li>You can enjoy lawful online gambling all over Canada, although specifically how depends about your location. </li><li>Each variant possesses its own rules and house edge, with Usa Roulette having the higher house border due to the additional ‘0’ position. </li><li>By discussing their experiences, gamers can help other people avoid these unreliable casinos. </li><li>For example, North On line casino offers four 100% deposit matches upward to $5, 500, while Ricky Online casino provides three 100% deposit matches as much as $7, 500. </li></ul><p>Stick to a Canadian online casino in which you have a new chance of earning.  The lobby offers online roulette, blackjack, live casino video games and shows, several card games, and perhaps exclusive titles such as Ninja Master.  Online casinos in Canada offer various bonuses to be able to attract and maintain players, enhancing the gaming experience by providing extra value in addition to increasing the probabilities of winning.  Baccarat, known for its simplicity and fast-paced play, is a top pick regarding players seeking simple gameplay.  Additionally, video poker combines elements of slots in addition to poker, offering a strategic yet enjoyable gaming experience.</p><h3 id=\"toc-13\">Best Canadian On The Web Casinos 2025</h3><p>With craps, the objective is to imagine what dice value the shooter can roll accurately.  For individuals who embrace a more aggressive approach, it is advisable to stake approximately one in order to two percent in the total bankroll for each spin.  Alternatively, ought to this level of risk be regarded excessive, one may possibly consider wagering half a unit for each spin.</p><ul><li>Casiyou Casino prioritizes comfort for Canadian gamers by providing a user-friendly desktop and even mobile interface. </li><li>In this example the particular casino is providing lower than 100% with regard to the bonus and is offering a new 50% match down payment up to $1, 000. </li><li>Some online casinos require you to wager typically the bonus amount AND EVEN the deposit amount. </li><li>These programs provide a beneficial tool for many who feel they need to be able to step back from gambling and regain control. </li></ul><p>Yes, you can play in online casinos canada without any legal repercussions as typically the law never focused players at on-line gambling sites.  What is illegal would be to operate an on the internet casino in North america without a permit.  Yes, real funds winnings are possible once you play in licensed online casino sites.  You just need to sign up, deposit many funds, and provide the particular necessary KYC records to validate your identity.</p>','Best Online Internet Casinos Canada Top California Casino Sites 2025','','publish','open','open','','best-online-internet-casinos-canada-top-california-casino-sites-2025-2','','','2025-10-07 14:30:40','2025-10-07 07:30:40','',0,'https://lion288slot.com/?p=256',0,'post','',0),
(257,1,'2025-10-07 14:30:33','2025-10-07 07:30:33','<meta name=\"description\" content=\"We love the unique Legiano Clash mode, although withdrawal speeds may be improved. \"/><h1>Online Casino Canada Perform Real Money Games</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Mobile Gambling In Canada</a></li><li><a href=\"#toc-1\">Are Online Casino Games Rigged? </a></li><li><a href=\"#toc-2\">Top Mobile Casinos</a></li><li><a href=\"#toc-3\">Payment Methods</a></li><li><a href=\"#toc-4\">Popular Online Casino Games For Canadian Players</a></li><li><a href=\"#toc-5\">How To Practice Responsible Gambling</a></li><li><a href=\"#toc-6\">How To Choose The Right Canadian Online Casino</a></li><li><a href=\"#toc-7\">Welcome To Spin And Rewrite Online Casino</a></li><li><a href=\"#toc-8\">Best Live Casinos Canada</a></li><li><a href=\"#toc-9\">Best Online On Line Casino Games - Actual Money Online Slots, Poker And Roulette</a></li><li><a href=\"#toc-10\">What Game Titles Can I Get At The Ideal Online Casinos? </a></li><li><a href=\"#toc-11\">How To Win From Online Casinos</a></li><li><a href=\"#toc-12\">Best On The Web Casinos Canada - Best Casino Internet Sites In 2025</a></li><li><a href=\"#toc-13\">Best Canadian On-line Casinos 2025</a></li><li><a href=\"#toc-14\">Which Casino Has Typically The Best Bonus? </a></li><li><a href=\"#toc-15\">How Significantly Do Scratch Cards Payout? </a></li><li><a href=\"#toc-16\">#7 Spin Ace Casino: Unleash The Thrills In Addition To Spins In Canadian Style</a></li><li><a href=\"#toc-17\">#4 Prive City Gambling Establishment: Luxurious Gaming Experience For Canadian Players</a></li><li><a href=\"#toc-18\">Canadian Gambling Regulations And Regulations</a></li><li><a href=\"#toc-19\">Jackpot Town - Canada’s Finest Casino App</a></li><li><a href=\"#toc-20\">Responsible Gambling Practices</a></li><li><a href=\"#toc-21\">Banking At The Greatest Casino Online Canada</a></li><li><a href=\"#toc-22\">Highest Paying Out Game</a></li><li><a href=\"#toc-23\">Territories Together With Legal Online Casinos</a></li><li><a href=\"#toc-24\">Criteria Intended For Rating The Top 10 Canadian On The Internet Casinos</a></li><li><a href=\"#toc-26\">Casinos Online Payment Methods</a></li><li><a href=\"#toc-28\">Avoid These Kinds Of Blacklisted Online Casinos</a></li><li><a href=\"#toc-29\">Best On The Internet Casinos Canada 03 2025</a></li><li><a href=\"#toc-30\">Lowest Downpayment Casinos</a></li><li><a href=\"#toc-32\">The Most Favored On The Web Casino Games Within Canada</a></li></ul></div><p>Another favourite among Canadian players, PlayOJO teams program top software providers like Play’n GO, NetEnt, plus Pragmatic Play.  Withdrawals are equally fast and convenient—you may receive your on-line casino winnings in 24 hours using e-wallets or within 1-7 business days through other  available choices.  The transaction restrictions are favourable intended for both everyday participants and high rollers.</p><ul><li>With its luxurious atmosphere, the on line casino supplies a selection involving high-quality games, which includes immersive slots. </li><li>Meanwhile table online games like Blackjack offer high RTP in order to skillful players. </li><li>If you’re inside Ontario, you won\'t be able to see each of the shown \'best online gambling sites in Canada, \' because most of these casinos don\'t hold an iGaming Ontario licence. </li><li>This website is using a security service to protect alone from online assaults. </li></ul><p>Enjoy a diverse range of online games\" \"in addition to trustworthy platforms that prioritize player satisfaction.  Ontario boasts a thriving online gambling establishment market, offering an extensive selection of games and top-rated platforms.  Enjoy a new secure and controlled gambling experience inside the heart associated with Canada.  Dive into Newfoundland’s online casinos, offering a captivating selection of games and user-friendly interfaces.  The only time that you won’t  be studied back to be able to the point in which you were cut away is when you’re playing live seller games.</p><h2 id=\"toc-0\">Mobile Gambling In Canada</h2><p>As a new low-medium volatility slot machine, it\'s advisable to be able to begin with smaller sized bets, allowing you to assess your own preferences before considering higher stakes or exploring slots having a higher RTP.  Its time to check out the \"Book involving Dead\" online sport by Play’n Proceed with its five reels, 10 lines, and thrilling bonus features.  Boasting aesthetically appealing graphics, the game immerses players in the wonderful world of ancient Egypt through its symbols and even background imagery <a href=\"https://mostbetindia1.in/\">mostbet</a>.</p><ul><li>Ricky Gambling establishment offers various no deposit promotions which are particularly appealing in order to new users. </li><li>Everything you have to know can be located within your account—or by means involving a simple chat with a customer assistance agent. </li><li>Their video online poker selection is equally as impressive, presenting popular titles such as Aces & Eights and Deuces & Joker. </li><li>To do so, you can examine the T&Cs, the casino\'s payment site, and the Frequently asked questions. </li></ul><p>However, in Ontario, the Alcohol and even Gaming Commission Ontario (AGCO) and iGaming Ontario (iGO) operate alongside each various other to manage online wagering in the domain.  With the growing popularity of casinos embracing Apple Pay out, selecting the best one will become a challenge amid the multitude of options.  Preferences vary, with some seeking typically the fastest withdrawal periods, while others wish a vast slot machine library.  Apple Pay\'s appeal lies in the seamless online dealings, utilizing existing setups for convenient, free of cost payments with extra security through feel or face IDENTIFICATION verification.  Online slot machines will always end up being a favourite among participants, this is why they help make up the largest collection of the gaming portfolio.  However, that’s not to say that credit card and table online game players are not necessarily catered to – quite the contrary.</p><h3 id=\"toc-1\">Are Online Gambling Establishment Games Rigged? </h3><p>Karamba Casino\'s site keeps things simple yet features all of the requirements.  I found the particular 100% deposit bonus to be able to be modest, getting up to $200 and 200 free spins, however the 30-day deadline, $10 bare minimum deposit, and 35x wagering requirement have been very reasonable.  The game selection can also be decent with above 1, 000 online games including slots, casino titles, and scratch cards.</p><ul><li>In the case regarding Ontario, there is usually a regulated marketplace that allows on-line casinos to run with an iGO (iGaming Ontario) license. </li><li>Gambling can lead to addiction that could seriously affect most areas of living, including finances and private relationships. </li><li>\"Great bonus opportunities, free spins. Fun slots with high quality output. Fantastic overall experiences with this casino. \"</li><li>Whether you prefer desktop or even mobile, nobody delivers anytime, anywhere entertaining quite like PlayOJO. </li></ul><p>Then again, many banks and credit card providers may not method payments to and from them due to laws and restrictions.  After all, actively playing real money game titles online will need you to definitely make a deposit.  Thankfully, almost all Canadian casino sites accept numerous transaction methods <a href=\"https://mostbetindia1.in/app/\">mostbet app download</a>.</p><h2 id=\"toc-2\">Top Mobile Casinos</h2><p>The Quebec Alcohol, Race, and Gaming Commission payment regulates casino operations in the province, making certain all routines are conducted quite and responsibly.  The Quebec Lottery Corporation operates online casinos, like the government-run web site Espacejeux, offering the variety of gambling options to players.  The legal surroundings of online wagering in Canada is intricate, comprising federal, comarcal, and Indigenous laws and regulations.  In 2001, the particular Criminal Code\" \"had been amended to acknowledge internet-based gambling, enabling provinces to regulate online casinos.  This means that online gambling is legal in Canada, provided players make use of overseas sites or perhaps local lottery apps.  However, players should be aware of the different guidelines and regulators of which exist in every single province.</p><ul><li>Live casinos also showcase online game shows like Insane Time, Monopoly, Mega Ball, Sweet Bonanza Candyland, and Dream Catcher, enhancing the immersive and different gaming options available to players. </li><li>By preserving these practices throughout mind, you may make typically the most of your own gaming session whilst staying within healthful limits. </li><li>Vegas Right now Casino warmly greets bonus hunters having a mega welcome bundle of up to 100% Match up to be able to $8, 000 + 500 Free Spins, divided across the initial four deposits. </li><li>Ruby Bundle of money Casino shines brightly in the world of Canadian online casinos, supplying a treasure trove of exciting video games. </li><li>Enjoy a new secure and governed gambling experience in the heart of Canada. </li></ul><p>One of the most notable internet casino testing agencies will be eCOGRA (eCommerce On the internet Gaming Regulation and Assurance).  The results of the games are produced simply by a Random Range Generator (RNG), which often produces results of which are about as fair and realistic as can end up being.  Depositing at any of our top-rated Canadian friendly on-line casinos is straight forward.  Free spins bonus deals are often combined with deposit bonuses as a extra bonus on best of the key bonus generally becoming the deposit offer you.  However, periodically the free spins benefit is the key and later bonus provided to new gamers at some on the web casinos.</p><h3 id=\"toc-3\">Payment Methods</h3><p>Fully optimized for mobile play, it gives a maximum earning potential of 5, 000 times the stake.  The outstanding feature is typically the free spins bonus game, making that a must-play.  At Casino. ca, all of us review new plus existing games from the world\'s very best iGaming software builders.  With famous brands Playtech, Apricot (formerly Microgaming), and NetEnt headlining our platform, many of us\" \"follow all the newest gameplay features in development.  Whether you’re seeking immersive graphics, innovative game aspects, or seamless enjoy, prepare to take pleasure in some true video gaming gems for the top-tier online casino expertise.  Enjoy a selection of games, lucrative promotions, along with a risk-free gambling environment.</p><ul><li>At virtually any point, you can easily contact the casino’s support team to be able to check the reputation of your drawback request. </li><li>Embark on\" \"a delightful journey with the particular \"Sweet Bonanza\" on-line slot, immersing players inside a magical whole world adorned with sweets, lollipops, and delicious treats. </li><li>At Casino. ca, we all review new plus existing games through the world\'s finest iGaming software designers. </li><li>The rise of cryptocurrency payments has altered the online gambling landscape, offering gamers a different way to gamble securely. </li></ul><p>Free therapy services and sources, including counselling, are available to anyone affected by wagering.  Gambling helplines usually are available 24 hours a day across Canada — providing support for anybody struggling with gambling related issues.  Compare welcome offers, on-going bonuses, promotions, and even loyalty programs to be able to maximize your rewards.  \"Love this website! VegasNow. com always has brand new providers and games, along with the cool VIP incentives system. That always happy feeling to get some rewards back. \" Unlock typically the convenience in our on line casino app for smooth gaming moving around.  There have been ground-breaking developments in Europe – starting along with Ontario’s iGaming restrictions, a model that’s the first regarding its kind in this particular country.</p><h3 id=\"toc-4\">Popular Casino Games For Canadian Players</h3><p>Instead, I\'m talking about EFT (Electronic Fund Transfers) of which allow you in order to connect straight to your own bank account to be able to transfer funds in order to a gambling web-site.  It’s important for a great online casino to have stellar customer support.  Just such as any other enterprise, much can be said in regards to a online casino by how effectively they handle consumer support requests.  In the evaluation process, each casino is usually contacted by all their available customer support methods which typically include; phone, e mail and live discussion.  Performing these tests help to figure out the efficiency with the customer support and how well they handle their customers.</p><ul><li>Enjoy a selection of games, profitable promotions, and also a risk-free gambling environment. </li><li>The Legiano Clash mode provides a unique twist on the usual grind of building the bankroll, making this particular platform perfect intended for those who want a bit more than to just rewrite the reels. </li><li>Below, we\'ve selected among the best Canadian casino web sites for online slot machine games that we consider make an attempt out. </li><li>Despite this perk, the mobile design is not going to support the particular entire catalog involving slot games accessible on its site. </li><li>There are several behavior that could bring about this block which include submitting a selected word or key phrase, a SQL command or malformed information. </li></ul><p>Ben Pringle is definitely an online on line casino expert specializing in the American iGaming industry.  Despite being a UK native, Ben is a great authority around the legalization of online internet casinos in the Oughout. S. as well as the ongoing expansion of governed markets in Nova scotia.  Bitcoin offers important advantages of online gambling establishment players, including improved privacy and more quickly transaction speeds.  Its decentralized nature eliminates the need intended for a bank accounts, and some casinos even provide unique bonuses for Bitcoin users.  Instead, the Canadian government regulates offshore online gambling establishment sites, which will be legal\" \"around the world.</p><h2 id=\"toc-5\">How To Practice Responsible Gambling</h2><p>You need to always make sure to study a casino site\'s T&amp;Cs before making a new certain bet, especially on welcome additional bonuses and other promotions that could have specific requirements.  Yes, plus there are a lot more than 60 online internet casinos legally registered within Ontario, with a lot of more expected in order to follow suit.  You can also continue to legitimately play in a offshore online on line casino if you live in a different Canadian province.  Enticing offers such as casino bonuses and zero deposit bonuses will be a must, this means you have the best possible online casino experience.  Embark on\" \"a delightful journey with typically the \"Sweet Bonanza\" on the internet slot, immersing participants in a magical galaxy adorned with candies, lollipops, and scrumptious treats.</p><p>By taking part in self-exclusion courses, players can acquire proactive procedure for deal with their gambling habits and seek typically the support they want.  Bodog implements tools to be able to detect and deactivate underage accounts in addition to prohibits ads concentrating on minors, further marketing responsible gambling.  Players can find more details about responsible wagering in dedicated sections on online betting websites, helping them stay informed and even in control over their own gambling activities.  Progressive jackpot slots will be captivating because they raise the jackpot using each player’s bet, creating the possible for life-changing earnings.  This excitement takes in many players in search of the thrill regarding hitting a considerable jackpot.  These internet casinos often provide fantastic value and thrilling bonuses, enhancing the particular overall player knowledge.</p><h2 id=\"toc-6\">How To Be Able To Choose The Appropriate Canadian Online Casino</h2><p>If you wish to filter on the internet casinos by company, you might be more than welcome to do this.  This way, you possibly can make sure that your own new favourite on the internet casino will indeed feature just typically the games that an individual are looking in order to play.  Other more complex types contain Megaways, which offer thousands of ways to be able to win, or progressive jackpots that develop until someone countries a massive payout.  When you win major in an online on line casino, you want your dollars in your pocket ASAP.  Some on the web casinos make an effort to improperly withhold your profits to avoid having to pay out.  Others make withdrawal process and so slow you cease bothering to cash-out and they always keep your winnings.</p><p>With its varied game selection in addition to rewarding loyalty applications, Ricky Casino stands out as one of the best on-line casinos for Canadian players.  Friendly and even reliable assistance can easily significantly boost your on-line gambling experience, ensuring any issues are resolved promptly.  Regular re-checks of advised casinos maintain their own reputation, ensuring a person play on best platforms.  ECOGRA, a great independent auditor, assures fair play and secure environments.</p><h3 id=\"toc-7\">Welcome To Spin And Rewrite Online Casino</h3><p>Trusted online casino brands undergo standard software audits, making use of a \"Random Number Generator\" (RNG) for rotate outcomes.  Seek thirdparty certification ensuring typically the RNG\'s randomness over millions of moves.  For added confidence, explore live dealer games where a new real-time spinning wheel accompanies your online gambling bets, eliminating doubts concerning fairness.  You may choose a free spins bonus, ideal with regard to shopping new and exclusive slot game titles, or pick a rarer offer in addition to claim free on line casino cash without having upfront risk.</p><p>Throughout our research, we\'ve found these are generally the best on-line casinos in Canada to offer the particular top roulette online games.  Whether you will be a casual person or a high roller, JustCasino\'s extensive game library in addition to flexible bonus construction cater to Canadians from coast to be able to coast.  History fans with a\" \"preference for strategy online games will find lots to enjoy at Legiano Casino.  The Legiano Clash mode provides a unique twist about the usual grind of building up your bankroll, making this specific platform perfect intended for those who require a bit more as compared to to just spin and rewrite the reels.  However, Legiano also provides to traditional casino players with its formidable game selection.</p><h3 id=\"toc-8\">Best Live Casinos Canada</h3><p>Aside from being denied your winnings, withholding withdrawals can be a sign that will an online casino could be undertaking other shady practices behind-the-scenes.  And if nothing at all else, slow withdrawals are an easily-avoided inconvenience that premium casinos should in no way fuss about.  When you choose a deposit at a real money casino with this specific bonus, a proportion of your downpayment is matched inside bonus credit, frequently with 50%–200% matched up.  You’ll find specific analysis of RTP or wagering needs alongside firsthand accounts from the minute-to-minute online casino experience.</p><ul><li>For example, the particular British Columbia Lotto Corporation and the particular Ontario Lottery plus Gaming Corporation equally operate gambling online websites for residents associated with their respective provinces. </li><li>Players employing AMEX can help make quick deposits in addition to withdraw winnings at any time with ease. </li><li>Plus, there are many exclusive slot online games you won’t discover elsewhere, such as Candy Combo Electrical power Combo or 3 Stellar Bonanza. </li><li>Bitcoin offers considerable advantages for online gambling establishment players, including increased privacy and more quickly transaction speeds. </li></ul><p>However, sometimes finding the best casino bonuses can be somewhat challenging and there is a number involving pitfalls and bad terms around regarding you to avoid.  Spin the fishing reels of 1000s regarding online slot games at the ideal online casinos in Canada.  One minor downside is these online games are not obtainable to play within demo mode because of to their survive nature, but a person can still use their regular table versions to practice your strategies.  Your deposits and withdrawals with the online casino should be fast and secure.  Having a mix regarding available banking alternatives so you can easily use your preferred transaction technique is a need to.  There is a beautiful variety of on-line slots, so any given online casino will have the perfect slots game for yourself.</p><h2 id=\"toc-9\">Best Online Gambling Establishment Games - Real Cash Online Slots, Poker And Roulette</h2><p>From credit and charge cards to well-liked web wallets plus prepaid solutions, like Interac Online, MuchBetter and paysafecard, there exists a range of alternatives to accommodate each player.  The team with OnlineGambling. ca (OGCA) should provide the particular go-to resource for Canadian gamblers.  We offer you in-depth insights in the best on the web casinos in Nova scotia, online gambling guides, exactly how to play and even where to get the most famous games, plus everything in-between.  Through reliable resources and tools, tailored tips, plus the latest tendencies, you will find the right casino for yourself.  While credit credit card deposits are generally the most straightforward at gambling web sites, a virtual swipe may lead to be able to interest fees, varying from 7 to 25% if not promptly repaid.  In Canada, credit cards casino deposits may well or may certainly not incur additional surcharges, depending on your own bank.</p><ul><li>The anticipation of wherever the ball will certainly land adds to the exhilaration, making it well-liked by Canadian players. </li><li>Analysis indicates that high-volatility slot machines with a Return to Player (RTP) rate of 96% stand for advantageous options in the current gaming landscape. </li><li>Among these, North Online casino, Roby Casino, in addition to Ricky Casino usually are top-rated, each taking something unique to the table. </li><li>Performing these testing help to determine the efficiency from the customer support in addition to how well that they handle consumers. </li><li>The encouraged bonus of 50% up to $1, 500 is valid intended for 15 days and needs standard 40x gambling. </li></ul><p>Newer innovative developments, for example immersive plus multi-wheel roulette, usually are also gaining momentum.  Live roulette game titles offer a even more realistic pace of gameplay and actually an actual croupier to be able to interact with.  Video holdem poker is a fixed-odds on-line casino game that combines sun and rain involving slots and five-card draw.  It will be a fun substitute for classic poker and a great way to be able to become acquainted with the game’s rules.  Blackjack will be a card game played with one, a couple of, four, six, or even eight decks.  Players aim to reach 21 or acquire as close as you can without exceeding that.</p><h2 id=\"toc-10\">What Game Titles Can I Locate At The Best Online Casinos? </h2><p>This unethical training can cause significant frustration and financial damage for players.  Additionally, casinos may become blacklisted for unjust gaming practices or even failure to supply fair promotions, which in turn can undermine the trust and honesty of the gambling online industry.  These\" \"leading Canadian gambling internet sites provide a safe, enjoyable, and satisfying online gambling experience, providing for the diverse preferences of Canadian participants.</p><ul><li>Follow the guidelines issued by the particular GamingCommission. ca with regard to\" \"legal gambling in Europe. </li><li>Each available alternative in the decline box will provide you with info relevant to that will type of issue. </li><li>These e-wallets provide an additional layer of security, ensuring that players’ monetary information remains private. </li></ul><p>Enjoy modern gaming options, nice bonuses, and governed platforms that assure a safe and even exciting gambling expertise.  Discover how these types of lucrative offers can enhance your gameplay and boost your own bankroll to experience a lot more.  They tend not to end up being the best with regard to big payouts, nevertheless casinos love offering bonuses and advertisements for slots, which usually can increase your payout if you’re playing with free of charge or discounted moves.  The hardest step to play is getting the best payout online casino with regard to you.  Here’s just how you can ensure you’re investing the time and cash in the finest paying online on line casino.</p><h3 id=\"toc-11\">How To Win In Online Casinos</h3><p>In the table below, I actually overview the methods a person can expect to find on the greatest online casinos within Canada, from credit cards, debit cards, and e-transfers to pre-paid cards and e-wallets.  Please note, on the other hand, that this availability of the listed options varies based on the on line casino you select plus your location within Europe.  Most of the particular time, you can simply offer your initial details and make down payment to get started out, skipping step 3.  However, I recommend a person send in your current documentation as shortly as possible since it can take the particular casino a number of days to verify everything.  This action, called the KYC process, is needed at the greatest online casinos canada, and serves to safeguard all parties included from fraud and underage gambling.  Most of your moment in an online gambling establishment will be spent on the casino floor hitting up the particular games library.\" \"[newline]A robust, varied number of casino games is usually the hallmark of the finest online casinos.</p><p>Minimum down payment casinos are programs that allow participants to get started on gambling together with a low primary deposit, often as low as $1, producing them attractive regarding budget-conscious individuals.  Their popularity stems coming from the opportunity to experience gambling with out a significant economical commitment.  Dundeeslots is usually known due to its intensive library of position games along with a strong loyalty program.  1Red Casino offers a safeguarded platform and amazing gaming environment, wedding caterers to those which prioritize safety in addition to variety.  Players will be prompted to select a currency in addition to a payment technique following registration.</p><h2 id=\"toc-12\">Best On The Web Casinos Canada Instructions Best Casino Internet Sites In 2025</h2><p>We suggest that an individual open your word running document and begin a new expression document to describe everything in detail.  Start by detailing what happened plus why you are submitting the complaint to the on line casino.  Be sure in order to include dates plus times, screenshots, hyperlinks or other information relevant to setting up a good case with regard to yourself.  If in the very minimum this will help you later on if you file a complaint using third-party dispute resolutions service provider.  As such, you might need to come up with a complaint about the particular internet casino you\'ve picked to play.  If you registered because a first-time player using one involving our links we suggest that a person follow the actions below in an attempt to solve the matter with the particular casino first.</p><ul><li>Yes, as extended as you usually are gambling at a good online casino that may be either licensed in Canada or a reputable offshore-based online online casino. </li><li>You can enjoy lawful online gambling all over Canada, although specifically how depends about your location. </li><li>Each variant possesses its own rules and house edge, with Usa Roulette having the higher house border due to the additional ‘0’ position. </li><li>By discussing their experiences, gamers can help other people avoid these unreliable casinos. </li><li>For example, North On line casino offers four 100% deposit matches upward to $5, 500, while Ricky Online casino provides three 100% deposit matches as much as $7, 500. </li></ul><p>Stick to a Canadian online casino in which you have a new chance of earning.  The lobby offers online roulette, blackjack, live casino video games and shows, several card games, and perhaps exclusive titles such as Ninja Master.  Online casinos in Canada offer various bonuses to be able to attract and maintain players, enhancing the gaming experience by providing extra value in addition to increasing the probabilities of winning.  Baccarat, known for its simplicity and fast-paced play, is a top pick regarding players seeking simple gameplay.  Additionally, video poker combines elements of slots in addition to poker, offering a strategic yet enjoyable gaming experience.</p><h3 id=\"toc-13\">Best Canadian On The Web Casinos 2025</h3><p>With craps, the objective is to imagine what dice value the shooter can roll accurately.  For individuals who embrace a more aggressive approach, it is advisable to stake approximately one in order to two percent in the total bankroll for each spin.  Alternatively, ought to this level of risk be regarded excessive, one may possibly consider wagering half a unit for each spin.</p><ul><li>Casiyou Casino prioritizes comfort for Canadian gamers by providing a user-friendly desktop and even mobile interface. </li><li>In this example the particular casino is providing lower than 100% with regard to the bonus and is offering a new 50% match down payment up to $1, 000. </li><li>Some online casinos require you to wager typically the bonus amount AND EVEN the deposit amount. </li><li>These programs provide a beneficial tool for many who feel they need to be able to step back from gambling and regain control. </li></ul><p>Yes, you can play in online casinos canada without any legal repercussions as typically the law never focused players at on-line gambling sites.  What is illegal would be to operate an on the internet casino in North america without a permit.  Yes, real funds winnings are possible once you play in licensed online casino sites.  You just need to sign up, deposit many funds, and provide the particular necessary KYC records to validate your identity.</p>','Best Online Internet Casinos Canada Top California Casino Sites 2025','','inherit','closed','closed','','256-revision-v1','','','2025-10-07 14:30:33','2025-10-07 07:30:33','',256,'https://lion288slot.com/?p=257',0,'revision','',0),
(258,1,'2025-10-07 14:30:39','2025-10-07 07:30:39','<meta name=\"description\" content=\"We love the unique Legiano Clash mode, although withdrawal speeds may be improved. \"/><h1>Online Casino Canada Perform Real Money Games</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Mobile Gambling In Canada</a></li><li><a href=\"#toc-1\">Are Online Casino Games Rigged? </a></li><li><a href=\"#toc-2\">Top Mobile Casinos</a></li><li><a href=\"#toc-3\">Payment Methods</a></li><li><a href=\"#toc-4\">Popular Online Casino Games For Canadian Players</a></li><li><a href=\"#toc-5\">How To Practice Responsible Gambling</a></li><li><a href=\"#toc-6\">How To Choose The Right Canadian Online Casino</a></li><li><a href=\"#toc-7\">Welcome To Spin And Rewrite Online Casino</a></li><li><a href=\"#toc-8\">Best Live Casinos Canada</a></li><li><a href=\"#toc-9\">Best Online On Line Casino Games - Actual Money Online Slots, Poker And Roulette</a></li><li><a href=\"#toc-10\">What Game Titles Can I Get At The Ideal Online Casinos? </a></li><li><a href=\"#toc-11\">How To Win From Online Casinos</a></li><li><a href=\"#toc-12\">Best On The Web Casinos Canada - Best Casino Internet Sites In 2025</a></li><li><a href=\"#toc-13\">Best Canadian On-line Casinos 2025</a></li><li><a href=\"#toc-14\">Which Casino Has Typically The Best Bonus? </a></li><li><a href=\"#toc-15\">How Significantly Do Scratch Cards Payout? </a></li><li><a href=\"#toc-16\">#7 Spin Ace Casino: Unleash The Thrills In Addition To Spins In Canadian Style</a></li><li><a href=\"#toc-17\">#4 Prive City Gambling Establishment: Luxurious Gaming Experience For Canadian Players</a></li><li><a href=\"#toc-18\">Canadian Gambling Regulations And Regulations</a></li><li><a href=\"#toc-19\">Jackpot Town - Canada’s Finest Casino App</a></li><li><a href=\"#toc-20\">Responsible Gambling Practices</a></li><li><a href=\"#toc-21\">Banking At The Greatest Casino Online Canada</a></li><li><a href=\"#toc-22\">Highest Paying Out Game</a></li><li><a href=\"#toc-23\">Territories Together With Legal Online Casinos</a></li><li><a href=\"#toc-24\">Criteria Intended For Rating The Top 10 Canadian On The Internet Casinos</a></li><li><a href=\"#toc-26\">Casinos Online Payment Methods</a></li><li><a href=\"#toc-28\">Avoid These Kinds Of Blacklisted Online Casinos</a></li><li><a href=\"#toc-29\">Best On The Internet Casinos Canada 03 2025</a></li><li><a href=\"#toc-30\">Lowest Downpayment Casinos</a></li><li><a href=\"#toc-32\">The Most Favored On The Web Casino Games Within Canada</a></li></ul></div><p>Another favourite among Canadian players, PlayOJO teams program top software providers like Play’n GO, NetEnt, plus Pragmatic Play.  Withdrawals are equally fast and convenient—you may receive your on-line casino winnings in 24 hours using e-wallets or within 1-7 business days through other  available choices.  The transaction restrictions are favourable intended for both everyday participants and high rollers.</p><ul><li>With its luxurious atmosphere, the on line casino supplies a selection involving high-quality games, which includes immersive slots. </li><li>Meanwhile table online games like Blackjack offer high RTP in order to skillful players. </li><li>If you’re inside Ontario, you won\'t be able to see each of the shown \'best online gambling sites in Canada, \' because most of these casinos don\'t hold an iGaming Ontario licence. </li><li>This website is using a security service to protect alone from online assaults. </li></ul><p>Enjoy a diverse range of online games\" \"in addition to trustworthy platforms that prioritize player satisfaction.  Ontario boasts a thriving online gambling establishment market, offering an extensive selection of games and top-rated platforms.  Enjoy a new secure and controlled gambling experience inside the heart associated with Canada.  Dive into Newfoundland’s online casinos, offering a captivating selection of games and user-friendly interfaces.  The only time that you won’t  be studied back to be able to the point in which you were cut away is when you’re playing live seller games.</p><h2 id=\"toc-0\">Mobile Gambling In Canada</h2><p>As a new low-medium volatility slot machine, it\'s advisable to be able to begin with smaller sized bets, allowing you to assess your own preferences before considering higher stakes or exploring slots having a higher RTP.  Its time to check out the \"Book involving Dead\" online sport by Play’n Proceed with its five reels, 10 lines, and thrilling bonus features.  Boasting aesthetically appealing graphics, the game immerses players in the wonderful world of ancient Egypt through its symbols and even background imagery <a href=\"https://mostbetindia1.in/\">mostbet</a>.</p><ul><li>Ricky Gambling establishment offers various no deposit promotions which are particularly appealing in order to new users. </li><li>Everything you have to know can be located within your account—or by means involving a simple chat with a customer assistance agent. </li><li>Their video online poker selection is equally as impressive, presenting popular titles such as Aces & Eights and Deuces & Joker. </li><li>To do so, you can examine the T&Cs, the casino\'s payment site, and the Frequently asked questions. </li></ul><p>However, in Ontario, the Alcohol and even Gaming Commission Ontario (AGCO) and iGaming Ontario (iGO) operate alongside each various other to manage online wagering in the domain.  With the growing popularity of casinos embracing Apple Pay out, selecting the best one will become a challenge amid the multitude of options.  Preferences vary, with some seeking typically the fastest withdrawal periods, while others wish a vast slot machine library.  Apple Pay\'s appeal lies in the seamless online dealings, utilizing existing setups for convenient, free of cost payments with extra security through feel or face IDENTIFICATION verification.  Online slot machines will always end up being a favourite among participants, this is why they help make up the largest collection of the gaming portfolio.  However, that’s not to say that credit card and table online game players are not necessarily catered to – quite the contrary.</p><h3 id=\"toc-1\">Are Online Gambling Establishment Games Rigged? </h3><p>Karamba Casino\'s site keeps things simple yet features all of the requirements.  I found the particular 100% deposit bonus to be able to be modest, getting up to $200 and 200 free spins, however the 30-day deadline, $10 bare minimum deposit, and 35x wagering requirement have been very reasonable.  The game selection can also be decent with above 1, 000 online games including slots, casino titles, and scratch cards.</p><ul><li>In the case regarding Ontario, there is usually a regulated marketplace that allows on-line casinos to run with an iGO (iGaming Ontario) license. </li><li>Gambling can lead to addiction that could seriously affect most areas of living, including finances and private relationships. </li><li>\"Great bonus opportunities, free spins. Fun slots with high quality output. Fantastic overall experiences with this casino. \"</li><li>Whether you prefer desktop or even mobile, nobody delivers anytime, anywhere entertaining quite like PlayOJO. </li></ul><p>Then again, many banks and credit card providers may not method payments to and from them due to laws and restrictions.  After all, actively playing real money game titles online will need you to definitely make a deposit.  Thankfully, almost all Canadian casino sites accept numerous transaction methods <a href=\"https://mostbetindia1.in/app/\">mostbet app download</a>.</p><h2 id=\"toc-2\">Top Mobile Casinos</h2><p>The Quebec Alcohol, Race, and Gaming Commission payment regulates casino operations in the province, making certain all routines are conducted quite and responsibly.  The Quebec Lottery Corporation operates online casinos, like the government-run web site Espacejeux, offering the variety of gambling options to players.  The legal surroundings of online wagering in Canada is intricate, comprising federal, comarcal, and Indigenous laws and regulations.  In 2001, the particular Criminal Code\" \"had been amended to acknowledge internet-based gambling, enabling provinces to regulate online casinos.  This means that online gambling is legal in Canada, provided players make use of overseas sites or perhaps local lottery apps.  However, players should be aware of the different guidelines and regulators of which exist in every single province.</p><ul><li>Live casinos also showcase online game shows like Insane Time, Monopoly, Mega Ball, Sweet Bonanza Candyland, and Dream Catcher, enhancing the immersive and different gaming options available to players. </li><li>By preserving these practices throughout mind, you may make typically the most of your own gaming session whilst staying within healthful limits. </li><li>Vegas Right now Casino warmly greets bonus hunters having a mega welcome bundle of up to 100% Match up to be able to $8, 000 + 500 Free Spins, divided across the initial four deposits. </li><li>Ruby Bundle of money Casino shines brightly in the world of Canadian online casinos, supplying a treasure trove of exciting video games. </li><li>Enjoy a new secure and governed gambling experience in the heart of Canada. </li></ul><p>One of the most notable internet casino testing agencies will be eCOGRA (eCommerce On the internet Gaming Regulation and Assurance).  The results of the games are produced simply by a Random Range Generator (RNG), which often produces results of which are about as fair and realistic as can end up being.  Depositing at any of our top-rated Canadian friendly on-line casinos is straight forward.  Free spins bonus deals are often combined with deposit bonuses as a extra bonus on best of the key bonus generally becoming the deposit offer you.  However, periodically the free spins benefit is the key and later bonus provided to new gamers at some on the web casinos.</p><h3 id=\"toc-3\">Payment Methods</h3><p>Fully optimized for mobile play, it gives a maximum earning potential of 5, 000 times the stake.  The outstanding feature is typically the free spins bonus game, making that a must-play.  At Casino. ca, all of us review new plus existing games from the world\'s very best iGaming software builders.  With famous brands Playtech, Apricot (formerly Microgaming), and NetEnt headlining our platform, many of us\" \"follow all the newest gameplay features in development.  Whether you’re seeking immersive graphics, innovative game aspects, or seamless enjoy, prepare to take pleasure in some true video gaming gems for the top-tier online casino expertise.  Enjoy a selection of games, lucrative promotions, along with a risk-free gambling environment.</p><ul><li>At virtually any point, you can easily contact the casino’s support team to be able to check the reputation of your drawback request. </li><li>Embark on\" \"a delightful journey with the particular \"Sweet Bonanza\" on-line slot, immersing players inside a magical whole world adorned with sweets, lollipops, and delicious treats. </li><li>At Casino. ca, we all review new plus existing games through the world\'s finest iGaming software designers. </li><li>The rise of cryptocurrency payments has altered the online gambling landscape, offering gamers a different way to gamble securely. </li></ul><p>Free therapy services and sources, including counselling, are available to anyone affected by wagering.  Gambling helplines usually are available 24 hours a day across Canada — providing support for anybody struggling with gambling related issues.  Compare welcome offers, on-going bonuses, promotions, and even loyalty programs to be able to maximize your rewards.  \"Love this website! VegasNow. com always has brand new providers and games, along with the cool VIP incentives system. That always happy feeling to get some rewards back. \" Unlock typically the convenience in our on line casino app for smooth gaming moving around.  There have been ground-breaking developments in Europe – starting along with Ontario’s iGaming restrictions, a model that’s the first regarding its kind in this particular country.</p><h3 id=\"toc-4\">Popular Casino Games For Canadian Players</h3><p>Instead, I\'m talking about EFT (Electronic Fund Transfers) of which allow you in order to connect straight to your own bank account to be able to transfer funds in order to a gambling web-site.  It’s important for a great online casino to have stellar customer support.  Just such as any other enterprise, much can be said in regards to a online casino by how effectively they handle consumer support requests.  In the evaluation process, each casino is usually contacted by all their available customer support methods which typically include; phone, e mail and live discussion.  Performing these tests help to figure out the efficiency with the customer support and how well they handle their customers.</p><ul><li>Enjoy a selection of games, profitable promotions, and also a risk-free gambling environment. </li><li>The Legiano Clash mode provides a unique twist on the usual grind of building the bankroll, making this particular platform perfect intended for those who want a bit more than to just rewrite the reels. </li><li>Below, we\'ve selected among the best Canadian casino web sites for online slot machine games that we consider make an attempt out. </li><li>Despite this perk, the mobile design is not going to support the particular entire catalog involving slot games accessible on its site. </li><li>There are several behavior that could bring about this block which include submitting a selected word or key phrase, a SQL command or malformed information. </li></ul><p>Ben Pringle is definitely an online on line casino expert specializing in the American iGaming industry.  Despite being a UK native, Ben is a great authority around the legalization of online internet casinos in the Oughout. S. as well as the ongoing expansion of governed markets in Nova scotia.  Bitcoin offers important advantages of online gambling establishment players, including improved privacy and more quickly transaction speeds.  Its decentralized nature eliminates the need intended for a bank accounts, and some casinos even provide unique bonuses for Bitcoin users.  Instead, the Canadian government regulates offshore online gambling establishment sites, which will be legal\" \"around the world.</p><h2 id=\"toc-5\">How To Practice Responsible Gambling</h2><p>You need to always make sure to study a casino site\'s T&amp;Cs before making a new certain bet, especially on welcome additional bonuses and other promotions that could have specific requirements.  Yes, plus there are a lot more than 60 online internet casinos legally registered within Ontario, with a lot of more expected in order to follow suit.  You can also continue to legitimately play in a offshore online on line casino if you live in a different Canadian province.  Enticing offers such as casino bonuses and zero deposit bonuses will be a must, this means you have the best possible online casino experience.  Embark on\" \"a delightful journey with typically the \"Sweet Bonanza\" on the internet slot, immersing participants in a magical galaxy adorned with candies, lollipops, and scrumptious treats.</p><p>By taking part in self-exclusion courses, players can acquire proactive procedure for deal with their gambling habits and seek typically the support they want.  Bodog implements tools to be able to detect and deactivate underage accounts in addition to prohibits ads concentrating on minors, further marketing responsible gambling.  Players can find more details about responsible wagering in dedicated sections on online betting websites, helping them stay informed and even in control over their own gambling activities.  Progressive jackpot slots will be captivating because they raise the jackpot using each player’s bet, creating the possible for life-changing earnings.  This excitement takes in many players in search of the thrill regarding hitting a considerable jackpot.  These internet casinos often provide fantastic value and thrilling bonuses, enhancing the particular overall player knowledge.</p><h2 id=\"toc-6\">How To Be Able To Choose The Appropriate Canadian Online Casino</h2><p>If you wish to filter on the internet casinos by company, you might be more than welcome to do this.  This way, you possibly can make sure that your own new favourite on the internet casino will indeed feature just typically the games that an individual are looking in order to play.  Other more complex types contain Megaways, which offer thousands of ways to be able to win, or progressive jackpots that develop until someone countries a massive payout.  When you win major in an online on line casino, you want your dollars in your pocket ASAP.  Some on the web casinos make an effort to improperly withhold your profits to avoid having to pay out.  Others make withdrawal process and so slow you cease bothering to cash-out and they always keep your winnings.</p><p>With its varied game selection in addition to rewarding loyalty applications, Ricky Casino stands out as one of the best on-line casinos for Canadian players.  Friendly and even reliable assistance can easily significantly boost your on-line gambling experience, ensuring any issues are resolved promptly.  Regular re-checks of advised casinos maintain their own reputation, ensuring a person play on best platforms.  ECOGRA, a great independent auditor, assures fair play and secure environments.</p><h3 id=\"toc-7\">Welcome To Spin And Rewrite Online Casino</h3><p>Trusted online casino brands undergo standard software audits, making use of a \"Random Number Generator\" (RNG) for rotate outcomes.  Seek thirdparty certification ensuring typically the RNG\'s randomness over millions of moves.  For added confidence, explore live dealer games where a new real-time spinning wheel accompanies your online gambling bets, eliminating doubts concerning fairness.  You may choose a free spins bonus, ideal with regard to shopping new and exclusive slot game titles, or pick a rarer offer in addition to claim free on line casino cash without having upfront risk.</p><p>Throughout our research, we\'ve found these are generally the best on-line casinos in Canada to offer the particular top roulette online games.  Whether you will be a casual person or a high roller, JustCasino\'s extensive game library in addition to flexible bonus construction cater to Canadians from coast to be able to coast.  History fans with a\" \"preference for strategy online games will find lots to enjoy at Legiano Casino.  The Legiano Clash mode provides a unique twist about the usual grind of building up your bankroll, making this specific platform perfect intended for those who require a bit more as compared to to just spin and rewrite the reels.  However, Legiano also provides to traditional casino players with its formidable game selection.</p><h3 id=\"toc-8\">Best Live Casinos Canada</h3><p>Aside from being denied your winnings, withholding withdrawals can be a sign that will an online casino could be undertaking other shady practices behind-the-scenes.  And if nothing at all else, slow withdrawals are an easily-avoided inconvenience that premium casinos should in no way fuss about.  When you choose a deposit at a real money casino with this specific bonus, a proportion of your downpayment is matched inside bonus credit, frequently with 50%–200% matched up.  You’ll find specific analysis of RTP or wagering needs alongside firsthand accounts from the minute-to-minute online casino experience.</p><ul><li>For example, the particular British Columbia Lotto Corporation and the particular Ontario Lottery plus Gaming Corporation equally operate gambling online websites for residents associated with their respective provinces. </li><li>Players employing AMEX can help make quick deposits in addition to withdraw winnings at any time with ease. </li><li>Plus, there are many exclusive slot online games you won’t discover elsewhere, such as Candy Combo Electrical power Combo or 3 Stellar Bonanza. </li><li>Bitcoin offers considerable advantages for online gambling establishment players, including increased privacy and more quickly transaction speeds. </li></ul><p>However, sometimes finding the best casino bonuses can be somewhat challenging and there is a number involving pitfalls and bad terms around regarding you to avoid.  Spin the fishing reels of 1000s regarding online slot games at the ideal online casinos in Canada.  One minor downside is these online games are not obtainable to play within demo mode because of to their survive nature, but a person can still use their regular table versions to practice your strategies.  Your deposits and withdrawals with the online casino should be fast and secure.  Having a mix regarding available banking alternatives so you can easily use your preferred transaction technique is a need to.  There is a beautiful variety of on-line slots, so any given online casino will have the perfect slots game for yourself.</p><h2 id=\"toc-9\">Best Online Gambling Establishment Games - Real Cash Online Slots, Poker And Roulette</h2><p>From credit and charge cards to well-liked web wallets plus prepaid solutions, like Interac Online, MuchBetter and paysafecard, there exists a range of alternatives to accommodate each player.  The team with OnlineGambling. ca (OGCA) should provide the particular go-to resource for Canadian gamblers.  We offer you in-depth insights in the best on the web casinos in Nova scotia, online gambling guides, exactly how to play and even where to get the most famous games, plus everything in-between.  Through reliable resources and tools, tailored tips, plus the latest tendencies, you will find the right casino for yourself.  While credit credit card deposits are generally the most straightforward at gambling web sites, a virtual swipe may lead to be able to interest fees, varying from 7 to 25% if not promptly repaid.  In Canada, credit cards casino deposits may well or may certainly not incur additional surcharges, depending on your own bank.</p><ul><li>The anticipation of wherever the ball will certainly land adds to the exhilaration, making it well-liked by Canadian players. </li><li>Analysis indicates that high-volatility slot machines with a Return to Player (RTP) rate of 96% stand for advantageous options in the current gaming landscape. </li><li>Among these, North Online casino, Roby Casino, in addition to Ricky Casino usually are top-rated, each taking something unique to the table. </li><li>Performing these testing help to determine the efficiency from the customer support in addition to how well that they handle consumers. </li><li>The encouraged bonus of 50% up to $1, 500 is valid intended for 15 days and needs standard 40x gambling. </li></ul><p>Newer innovative developments, for example immersive plus multi-wheel roulette, usually are also gaining momentum.  Live roulette game titles offer a even more realistic pace of gameplay and actually an actual croupier to be able to interact with.  Video holdem poker is a fixed-odds on-line casino game that combines sun and rain involving slots and five-card draw.  It will be a fun substitute for classic poker and a great way to be able to become acquainted with the game’s rules.  Blackjack will be a card game played with one, a couple of, four, six, or even eight decks.  Players aim to reach 21 or acquire as close as you can without exceeding that.</p><h2 id=\"toc-10\">What Game Titles Can I Locate At The Best Online Casinos? </h2><p>This unethical training can cause significant frustration and financial damage for players.  Additionally, casinos may become blacklisted for unjust gaming practices or even failure to supply fair promotions, which in turn can undermine the trust and honesty of the gambling online industry.  These\" \"leading Canadian gambling internet sites provide a safe, enjoyable, and satisfying online gambling experience, providing for the diverse preferences of Canadian participants.</p><ul><li>Follow the guidelines issued by the particular GamingCommission. ca with regard to\" \"legal gambling in Europe. </li><li>Each available alternative in the decline box will provide you with info relevant to that will type of issue. </li><li>These e-wallets provide an additional layer of security, ensuring that players’ monetary information remains private. </li></ul><p>Enjoy modern gaming options, nice bonuses, and governed platforms that assure a safe and even exciting gambling expertise.  Discover how these types of lucrative offers can enhance your gameplay and boost your own bankroll to experience a lot more.  They tend not to end up being the best with regard to big payouts, nevertheless casinos love offering bonuses and advertisements for slots, which usually can increase your payout if you’re playing with free of charge or discounted moves.  The hardest step to play is getting the best payout online casino with regard to you.  Here’s just how you can ensure you’re investing the time and cash in the finest paying online on line casino.</p><h3 id=\"toc-11\">How To Win In Online Casinos</h3><p>In the table below, I actually overview the methods a person can expect to find on the greatest online casinos within Canada, from credit cards, debit cards, and e-transfers to pre-paid cards and e-wallets.  Please note, on the other hand, that this availability of the listed options varies based on the on line casino you select plus your location within Europe.  Most of the particular time, you can simply offer your initial details and make down payment to get started out, skipping step 3.  However, I recommend a person send in your current documentation as shortly as possible since it can take the particular casino a number of days to verify everything.  This action, called the KYC process, is needed at the greatest online casinos canada, and serves to safeguard all parties included from fraud and underage gambling.  Most of your moment in an online gambling establishment will be spent on the casino floor hitting up the particular games library.\" \"[newline]A robust, varied number of casino games is usually the hallmark of the finest online casinos.</p><p>Minimum down payment casinos are programs that allow participants to get started on gambling together with a low primary deposit, often as low as $1, producing them attractive regarding budget-conscious individuals.  Their popularity stems coming from the opportunity to experience gambling with out a significant economical commitment.  Dundeeslots is usually known due to its intensive library of position games along with a strong loyalty program.  1Red Casino offers a safeguarded platform and amazing gaming environment, wedding caterers to those which prioritize safety in addition to variety.  Players will be prompted to select a currency in addition to a payment technique following registration.</p><h2 id=\"toc-12\">Best On The Web Casinos Canada Instructions Best Casino Internet Sites In 2025</h2><p>We suggest that an individual open your word running document and begin a new expression document to describe everything in detail.  Start by detailing what happened plus why you are submitting the complaint to the on line casino.  Be sure in order to include dates plus times, screenshots, hyperlinks or other information relevant to setting up a good case with regard to yourself.  If in the very minimum this will help you later on if you file a complaint using third-party dispute resolutions service provider.  As such, you might need to come up with a complaint about the particular internet casino you\'ve picked to play.  If you registered because a first-time player using one involving our links we suggest that a person follow the actions below in an attempt to solve the matter with the particular casino first.</p><ul><li>Yes, as extended as you usually are gambling at a good online casino that may be either licensed in Canada or a reputable offshore-based online online casino. </li><li>You can enjoy lawful online gambling all over Canada, although specifically how depends about your location. </li><li>Each variant possesses its own rules and house edge, with Usa Roulette having the higher house border due to the additional ‘0’ position. </li><li>By discussing their experiences, gamers can help other people avoid these unreliable casinos. </li><li>For example, North On line casino offers four 100% deposit matches upward to $5, 500, while Ricky Online casino provides three 100% deposit matches as much as $7, 500. </li></ul><p>Stick to a Canadian online casino in which you have a new chance of earning.  The lobby offers online roulette, blackjack, live casino video games and shows, several card games, and perhaps exclusive titles such as Ninja Master.  Online casinos in Canada offer various bonuses to be able to attract and maintain players, enhancing the gaming experience by providing extra value in addition to increasing the probabilities of winning.  Baccarat, known for its simplicity and fast-paced play, is a top pick regarding players seeking simple gameplay.  Additionally, video poker combines elements of slots in addition to poker, offering a strategic yet enjoyable gaming experience.</p><h3 id=\"toc-13\">Best Canadian On The Web Casinos 2025</h3><p>With craps, the objective is to imagine what dice value the shooter can roll accurately.  For individuals who embrace a more aggressive approach, it is advisable to stake approximately one in order to two percent in the total bankroll for each spin.  Alternatively, ought to this level of risk be regarded excessive, one may possibly consider wagering half a unit for each spin.</p><ul><li>Casiyou Casino prioritizes comfort for Canadian gamers by providing a user-friendly desktop and even mobile interface. </li><li>In this example the particular casino is providing lower than 100% with regard to the bonus and is offering a new 50% match down payment up to $1, 000. </li><li>Some online casinos require you to wager typically the bonus amount AND EVEN the deposit amount. </li><li>These programs provide a beneficial tool for many who feel they need to be able to step back from gambling and regain control. </li></ul><p>Yes, you can play in online casinos canada without any legal repercussions as typically the law never focused players at on-line gambling sites.  What is illegal would be to operate an on the internet casino in North america without a permit.  Yes, real funds winnings are possible once you play in licensed online casino sites.  You just need to sign up, deposit many funds, and provide the particular necessary KYC records to validate your identity.</p>','Best Online Internet Casinos Canada Top California Casino Sites 2025','','inherit','closed','closed','','256-autosave-v1','','','2025-10-07 14:30:39','2025-10-07 07:30:39','',256,'https://lion288slot.com/?p=258',0,'revision','',0),
(259,1,'2025-10-06 11:58:54','2025-10-06 04:58:54','<meta name=\"description\" content=\"A tie up or bow link might be necessary, dependent on the casino’s rules. \"/><h1>A Manual To Dressing With Regard To Casinos Attire Team By Fraquoh Plus Franchomme</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">What Are You Prohibited To Wear To Be Able To A Casino? </a></li><li><a href=\"#toc-1\">Do Casinos Use Facial Recognition</a></li><li><a href=\"#toc-2\">Accessories Matter; Choose Elegant Jewelry And Polished Shoes </a></li><li><a href=\"#toc-3\">What To Avoid Using To A Casino</a></li><li><a href=\"#toc-4\">Las Vegas</a></li><li><a href=\"#toc-5\">Casual Casino Outfits</a></li><li><a href=\"#toc-6\">Accessories</a></li><li><a href=\"#toc-7\">Step Several: Look Into The Casino’s Instagram</a></li><li><a href=\"#toc-8\">Casino Dress Signal & Attire</a></li><li><a href=\"#toc-9\">Casual Attire: Relaxed Yet Respectable</a></li><li><a href=\"#toc-10\">How Much Do Gambling Online Decorations Make</a></li><li><a href=\"#toc-11\">Skip Typically The Literal Costumes (unless It’s A Halloween Costume Party)</a></li><li><a href=\"#toc-12\">Casino Style: Things To Wear To The Particular Casino</a></li><li><a href=\"#toc-13\">Understanding Casino Dress Codes</a></li><li><a href=\"#toc-14\">Final Thoughts: Dressing For The Casino Experience</a></li><li><a href=\"#toc-15\">New Casino Reviews</a></li><li><a href=\"#toc-16\">What Not In Order To Wear To A Online Casino? </a></li><li><a href=\"#toc-17\">Inside Attire Club</a></li><li><a href=\"#toc-18\">Casual Casino Outfits For Ladies; What Should You Wear</a></li><li><a href=\"#toc-19\">Semi-formal Casino Attire</a></li><li><a href=\"#toc-20\">Black Tie Optional/formal: </a></li><li><a href=\"#toc-21\">Dress Make An Impression Instructions The Ultimate Explained Casino Attire</a></li><li><a href=\"#toc-22\">Smart Informal: </a></li><li><a href=\"#toc-23\">What To Have On When Visiting Casino</a></li><li><a href=\"#toc-24\">Tailored Matches With Style</a></li><li><a href=\"#toc-28\">What In Order To Wear To A Gambling Establishment: Best Delete Word The Perfect Gambling Look</a></li><li><a href=\"#toc-29\">White Tie</a></li><li><a href=\"#toc-30\">Casino Baden-baden</a></li><li><a href=\"#toc-32\">Casino Accessories: Typically The Finishing Touches</a></li></ul></div><p>Where you should purchase clothes an individual need a casino visit depends upon how formal the particular dress code is usually.  With White Connect and Fancy, an individual are going in order to need a professional gentleman\'s outfitter or a high-end ladies\' vogue store, which may be very costly.  Alternatively, you can seek the services of the clothes you will need, or look in to getting them second side.</p><ul><li>This is the most popular casino dress program code and is probably the dress code if there isn’t actually 1 listed. </li><li>However, it may be best to prevent sportswear, ripped clothes, and flip-flops, as these may not always be permitted. </li><li>Sandals and flip-flops are normally frowned upon in many casinos while are dirty tennis shoes. </li><li>So even nevertheless Jeremy Scott patterns are bold and funky, keep it ripped down here; internet casinos are about classiness over splashiness. </li><li>Depending on what you intend on doing while you’re there, diverse dress codes may possibly apply. </li></ul><p>They will help you figure out things to wear to the particular casino so of which you can fit in and not be turned away in the door.  Picking out the correct shoes for your current next visit to be able to the casino is as significant as picking out the proper clothes to wear.  Neutral-colored ties usually are perfect for virtually any casino setting while they can go with a wide range of colors.  Another tip would be to choose a tie with the perfect size for you personally, which is\" \"another reason to try them in person prior to purchasing any.</p><h2 id=\"toc-0\">What Are You Prohibited To Wear To A Casino? </h2><p>CasualFor a new casual dress computer code, women can take into account wearing a stylish top paired together with jeans or possibly a skirts.  Comfortable shoes, these kinds of as flats or even low heels, make the perfect choice for easy movement.  Vegas internet casinos especially want to be able to see patrons dressed up for an wonderful night out – no splashes regarding pool water allowed.</p><ul><li>This attire isn’t just regarding making you great; it’s practical intended for those long evenings trying your fortune or enjoying a few high-stakes action. </li><li>Let the hues of everything you are wearing complement the other person. </li><li>Most casinos display a simple dress signal online, particularly if they require more official dress. </li><li>It’s worth noting of which what a certain casino considers appropriate dressing may become a no-go place for some some other casinos. </li><li>Another option is to wear a suit, which often is a more formal option that may be sure to help make a lasting effect. </li></ul><p>This guideline on casino dress codes will aid you out or else sure what to be able to wear to the casino to suit the particular dress code requirements.  There is simply no need to pick a black or reddish colored dress that doesn’t feel nice to you.  There is not any need to always keep piling on parts of clothing on you just since the code requires a waistcoat about top of a new shirt and possibly a\" \"blazer.  Casinos are quite liberal these times and as long as you usually are presentable, it’s all good.  That is why we advise you to always costume in a comfortable on line casino outfit <a href=\"https://mostbet-india24.in/\">mostbet</a>.</p><h3 id=\"toc-1\">Do Casinos Make Use Of Facial Recognition</h3><p>A full-length, floor-sweeping gown created from silk, satin, or purple velvet is a classic choice.  Waistcoats, preferably white or off-white, should be worn, and black obvious animal skin underfoot are non-negotiable.  To complete typically the look, men can easily add white conventional gloves and a new black silk best hat.  This dress is important for events and venues of which abide by the white-tie dress code.  Going to gambling venues has traditionally been a way to dress way up for visitors.  Most had dress codes that mandated overcoats for men and certain dresses intended for ladies.</p><ul><li>If you must, wear black skinny jeans and ensure you see the casino’s internet site to learn if skinny jeans are allowed before going there. </li><li>A tucked-in collared shirt has a way regarding making one appear very smart plus ready to break the game inside a casino. </li><li>But really you want to have on slacks, a buttoned shirt and animal skin underfoot. </li><li>If you’re heading into your hotel’s gambling establishment in Vegas for any casual Wednesday afternoon, then you absolutely don’t should dress up. </li><li>There are also a lot more alternatives so it’ll be easier to load up just for this category regarding the dress code. </li><li>It’s always really worth bringing a mild sweater along, also in warmer weather condition, as the heat in casinos seems to be held cool with air-con. </li></ul><p>Modern-day internet casinos enable you to express the style without impacting too many constraints.  However, you should always plan a good outfit using the location type along with the period of day.  As you understand by at this point, daytime events demand less formal apparel, while VIP lounges and special festivities demand more effort and class.</p><h2 id=\"toc-2\">Accessories Matter; Choose Elegant Jewelry And Polished Shoes </h2><p>Maybe spruce it upward for a dinner in Valentine\'s Day or lean more everyday for July fourth.  Take a appear through our curated list and find out trustworthy online casinos that offer a selection of games and user-friendly experiences.  Use Best Casino HQ as your first choice resource for locating a few of the top on the  web casino sites ahead of you embark in your online journey.  By visiting our site, it is simple to compare distinct online casinos, helping you to find platforms that suit your preferences and requires.  We provide thorough information about the features and potential advantages of each online casino, making your decision process straightforward in addition to well-informed <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><ul><li>While a small ladies handbag isn’t just trendy but useful, as it can be used to hold all of your essentials just like makeup to top rated up, your ID and payment playing cards. </li><li>For a official setting, an evening gown or designed suit is ideal. </li><li>However, there will be still wonderful instances to be experienced during the frigid months. </li><li>The clothing ships in the BRITISH, but you can make returns pretty easily from almost all countries. </li><li>This is merely a personal preference, but I realize that in general, night time colors are preferred. </li></ul><p>Shoes need to be fairly old-fashioned - you can easily wear heels in the event that you want, although otherwise, go regarding closed-toe shoes.  As with Business Formal, jewelry and equipment should be moderate.  Many casino costume codes seem kind of blurry nowadays since we aren’t since absolute in each of our clothing.  However, presently there are still many general casino costume code guidelines that can help you figure out and about what you should wear to be able to a casino.  If your specific casino doesn’t have the huge Instagram web page, try shopping the pages of comparable casinos in the region to get a really feel for how the particular locals dress.</p><h3 id=\"toc-3\">What To Avoid Putting On Into A Casino</h3><p>They add that touch associated with class to any outfit, making sure I appear to be I actually belong among the list of high rollers.  Now, I actually always check if my shirt sits nicely on our shoulders and doesn’t turn into a crease-fest after five minutes of seated down.  Pants must stay put no matter if I’m reaching for chips or lounging by the slots – no loose, no bunching upwards.</p><ul><li>For a classic gambling establishment vibe, think about outfits inspired by simply vintage gambling moments. </li><li>We will explore the best outfit suggestions that will certainly not only grant you use of the gambling establishment but also give a person an aura regarding sophistication and school. </li><li>When it comes to Black Link Optional dress requirements, it basically indicates that you have to dress as official since you can, all typically the way up in order to Black Tie level. </li><li>As a man, an individual have a several options to pick from when organizing to go to a on line casino; these options include leather boots, loafers, suede boots, in addition to business shoes. </li><li>To make certain you have\" \"the complete experience available to you, it truly is encouraged that you adhere to business formal guidelines. </li></ul><p>Essentially, you are recreating the formal vibe of Black Tie, with the similar color plan.  This is among the most common casino dress program code and is most likely the dress code when there isn’t actually 1 listed.  I advise checking out the party dresses, yet they also include really cute apparel if you’re trying to find tops or slacks.  Look at the particular most popular fairly neutral colors right this moment and even choose outfits that are both classic and trendy!</p><h2 id=\"toc-4\">Las Vegas</h2><p>However, this is certainly probably not what you will discover when you check out a casino.  Casino outfit codes have come to be increasingly more relaxed more than the years.  The need to keep areas of your entire body that are regarded private covered any time going to a casino cannot be over-emphasized.  Whether you will be a male or woman, wearing sleeveless outfits in addition to others that show up too revealing will get you rejected at the entry.  See-through outfits usually are prohibited in internet casinos, so you might furthermore want to make sure that your foot are well protected.  There\" \"are lots of clothing ideas that girls can rock to casinos to look all alluring in addition to classy without being turned away with the entrance.</p><p>Dress relating to the on line casino type, location, in addition to gambling activities you plan on participating throughout.  As for boots, choose evening sneakers with good heels, while flats are not really allowed.  If a person go down typically the semi-formal road, keep to darker tones for the evening and lighter for the day.  Casual apparel is typically accepted during the daytime, meaning a person can wear what you may normally wear throughout the town.  However, assure everything is thoroughly clean and well-pressed just before leaving your residence.  If you’ve in no way been to the casino, you may be perplexed when choosing what to be able to wear.</p><h3 id=\"toc-5\">Casual Casino Outfits</h3><p>Also, the requirement to wear shoes and boots of matching shade is important if looking like the badass high roller by your favorite motion picture is the aim.  Let the colours of everything you happen to be wearing complement each other.  Back to the perfect casino configurations inside our favorite movie, where almost all the men are smartly dressed within suits and ties.  This will quickly make you appear since sophisticated as the new high tool in a on line casino.  This outfit is definitely acceptable in almost all the casinos although it is not necessarily necessarily the greatest outfit for any gambling establishment outing.  During typically the cold seasons, collared shirts might show up rather uncomfortable since the weather increases colder.</p><ul><li>Women should put on cocktail dresses, the blouse and pants, or an elegant skirt. </li><li>There a wide range of sub-forums where you may ask people intended for advice. </li><li>Macau offers nearly 40 casinos and both locations can be oppressively hot. </li><li>Yes, the images will get some sort of lot of interest on social press, so look typically the part. </li></ul><p>If you’re proceeding to a certain on line casino for a function, then it possibly includes a website.  Most casinos display some sort of simple dress code online, especially when that they require more elegant dress.  Of study course, many people still enjoy visiting land-based casinos, even if they play at online casinos too.</p><h2 id=\"toc-6\">Accessories</h2><p>In Europe, internet casinos often have conventional dress codes, demanding guests to avoid casual wear.  Researching specific venue guidelines is vital to ensure appropriate attire in addition to a positive knowledge.  Years ago you’d be expected to be able to wear formal dress when going inside public be this likely to church or perhaps to operate a great office or to visit the casino.</p><p>If you really need to save money, I advise that you take a look at Shein.  Some of the night-out dresses usually are super cute as well asthe tops and even pants.  As very much as I usually dress in my own style, I also take into consideration typically the people I’m going to an event with.</p><h3 id=\"toc-7\">Step 3: Examine The Casino’s Instagram</h3><p>I especially benefit from the long-sleeve dresses within the party part.  I find of which a well-chosen costume can toe typically the line between everyday and fancy, thus i tend to blend in when I’m not sure exactly what the vibe will probably be at a specific casino.  The coloring scheme\" \"with casinos usually revolves around blacks and grays as well as silvers and white wines.  These colors usually are subtle yet give a hint involving sophistication and class.  While it may possibly sound odd to match your garments by using these types of shades, it will certainly give you a distinctive look that will give you that edge above the other friends.  When you’re preparing what to use to a on line casino, make certain you have the right jewelry, tote, and shoes.</p><ul><li>This category is typically the most formal regarding both men plus women, so it’s best to have on a fancy dress when attending these types of events. </li><li>As you know by now, daytime events need less formal apparel, while VIP lounges and special celebrations demand more effort and class. </li><li>Shoes ought to be fairly conservative - you could wear heels in case you want, although otherwise, go for closed-toe shoes. </li><li>We’ve finally achieved the lowest degree of formality in the dress code. </li></ul><p>While the focus is generally (and rightfully) upon the outfit itself, sometimes accessories will be\" \"what bring everything jointly.  When you move to an evening or night in the casino, ensure that you have all of the necessary accessories on you.  For most of all of us, the casinos regarding Monaco and Mayfair are the stuff of fantasy.</p><h2 id=\"toc-8\">Casino Dress Program Code & Attire</h2><p>Hollywood blockbusters present casinos because\" \"locations that require dresses and shiny gems, however the reality is usually quite different.  We’ve carefully curated a summary of the UK’s top-rated casino sites, exhibiting brand-new casino websites, the best encouraged bonuses, and truthful reviews from actual players.  The self-confidence from knowing you’re dressed perfectly with regard to the occasion may possibly even give an individual an edge at the blackjack table.  Now, let’s improve the game with the look that brings together comfort and course.  This combo screams sophistication at the different roulette games table and retains you looking sharp all night very long.  So even even though Jeremy Scott models are bold and even funky, retain it ripped down here; casinos are about classiness over splashiness.</p><ul><li>If you work in an business office, you’ll easily get an outfit suited for the gambling establishment. </li><li>A classic plus appropriate choice is a new collared shirt, gown pants, and costume shoes. </li><li>This is one involving the reasons to be able to steer clear of sandals whether or not you are an individual on your method to a casino. </li><li>A collared shirt intended for gentlemen can get a long approach, associated with jeans or even dress slacks. </li></ul><p>A neutral-colored turtleneck like bright, combined with black jeans provides you with the appearance you desire.  The black pants may be chinos or many other materials that make a person comfortable.  A tucked-in collared shirt has a way of making one appear very smart in addition to ready to break the game within a casino.  You will be pleased with your visual appeal in the mirror actually before anyone will get the chance in order to complement you.</p><h3 id=\"toc-9\">Casual Clothing: Relaxed Yet Respectable</h3><p>I’ll continue to dress up a bit for these varieties of casinos during the weekend times, but otherwise you most likely don’t need to worry.  In Las vegas during daytime hours for example, individuals have been known to come overdressed wearing evening gowns or even tuxedos when denim jeans or shorts would suffice just fine.  Players view it certainly not only as a opportunity to play their very own favourite casino game titles, but for feel glam, get\" \"dressed up and enjoy time with others.  Online. casino, or To. C, is a great international facts gambling, providing the newest information, game guides in addition to honest online casino reviews conducted by genuine experts.  Make sure to check your local regulatory requirements prior to deciding to choose to be able to play any kind of time gambling establishment listed on our own site.</p><p>If you’re interested in exploring the exciting world of online casino games, Best Gambling establishment HQ is here to guide an individual.  Our affiliate web site provides a dedicated site listing some regarding the best online casino sites available to be able to UK players.  FormalFormal settings often call up\" \"for any suit or some sort of combination of a customized jacket and corresponding trousers.  A connect or bow tie up could be necessary, depending on the casino’s rules.</p><h3 id=\"toc-10\">How A Lot Do Internet Gambling Streamers Make</h3><p>In this BestCasinoHQ guide, you’ll uncover essential tips upon choosing the right outfit with regard to your casino pay a visit to.  Whether you’re aiming for a everyday look or salad dressing up for a more upscale venue, knowing the appropriate attire will make sure you’re ready regarding regardless of the\" \"evening holds.  For men, this usually signifies wearing a collared t-shirt, dress pants, and dress shoes.  For females, options include a new nice dress, blouse and blouse blend or dress jeans and a blouse.  Both men and women should avoid wearing shorts, flip flops, athletic wear, or perhaps anything that is too casual or exposing.</p><ul><li>You may opt to use additional types of gowns like dresses in bright colors or perhaps even multiple colors if it is usually not prohibited inside that casino. </li><li>The Informal casino dress computer code is the many common dress code and the the majority of confusing. </li><li>Also, no matter how informal you are in order to appear in a new Vegas casino, you must make sure to seem neat because dirtiness is a total no. </li><li>Make your web casino betting safe, fun, and even profitable with honest and unbiased opinions by CasinosHunter! </li></ul><p>Stick to exactly what works;  crisp button-down shirts for starters, combined with smart casual pants are always good wagers.  Most casinos possess some kind regarding dress code instructions especially in the evenings.  But in case you know your current local casino offers a \"Casual\" outfit code, what really does that even suggest?  This article may assist you through the particular ins-and-outs of precisely what to wear to a casino, depending upon which kind of casino outfit code it features.  Smart casual fundamentally means that you’re dressing for a new particular date but typically the rules aren’t complete.  You can wear skinny jeans (even blue jeans) as long while your outfit still looks trendy plus upscale.</p><h2 id=\"toc-11\">Skip Typically The Literal Costumes (unless It’s A Halloween Costume Party)</h2><p>\"Fancy wear is usually for nighttime with casinos, usually virtually any time after sun.  It may be for VIP lounges, special events, and some other evening events.  For women, black connect includes a well-tailored pantsuit, floor-length gown, elegant and tasteful cocktail dresses, evening shoes with a heel, and sophisticated and clean components.  This dress code is appropriate during evening hours if the casino doesn’t require black or bright tie attires.  Of course, you can also choose it for the daytime, if you want to avoid wearing jeans and a shirt.  Las Vegas encourages stylish clothes, while Atlantic City suggests comfort, especially in colder several weeks.</p><ul><li>Cocktail dresses are classy and suitable for conventional settings. </li><li>So, just in circumstance you are hotels in a hotel with the casino, there is not any quick operate from your swimming swimming pool to the on line casino in your swimwear. </li><li>Women should wear some sort of full-length formal night gown (see these, intended for example). </li><li>Almost every industry has been influenced in a way or perhaps another by electronic digital transformation such as casinos. </li><li>When in question, it’s far better to outfit in conservative shades and clothing. </li></ul><p>Even students throughout their vacation will likely reside in hotels having a casino, making it unnecessary to be able to have a conventional dress code.  But, understand what want to risk embarrassment, enjoying at an below 1 hour drawback casino is remarkably advisable and there is not any dress code requirements.  Whether you prefer playing live dealer online games, slots, or stand games, you will not ignore typically the glamor of the bodily casino while actively playing online.</p><h2 id=\"toc-12\">Casino Style: What Things To Wear To Typically The Casino</h2><p>To dress appropriately, follow the guidelines for Semiformal or Business\" \"Conventional.  Women should wear cocktail dresses, some sort of blouse and slacks, or an stylish skirt.  Business Elegant covers the type of clothing that you just would wear directly into an office job.  This is a safe wager for virtually any casino a person go to if you don’t know the dress code.  You might be able to squeak simply by to get more formal needs but you won’t appear overdressed if it’s an even more casual atmosphere.  Business Formal will be also comfortable sufficient that you won’t mind spending overnight time in it.</p><ul><li>A boost from wise casual, semi-formal will certainly usually be listed on the casino’s website. </li><li>Women have a slightly bigger challenge, especially when it comes to a semi-formal costume code as it can be hazy. </li><li>Ladies who else attend a black-tie event should opt for a floor-length formal gown inside a rich, dark color like dark, navy, emerald environmentally friendly, or deep wine red. </li><li>A collared shirt, dress shoes and boots and dress trousers always looks wise without going crazy. </li></ul><p>Also, don’t miss out on scoring half selling price Vegas show tickets to add a touch of world-class amusement in your chic nighttime out.  Heading out there to a casino and feeling dropped in the shuffle about what to put on?  You’re not by yourself; nailing the perfect outfit can experience like more involving a gamble than choosing red or perhaps black in the roulette table.</p><h3 id=\"toc-13\">Understanding Casino Dress Codes</h3><p>A white wing-collared shirt is a new must, complemented simply by a white bow tie.  When watching a casino motion picture, it is popular to see every person dressed in sophisticated attire.  In the past few years, clothes code throughout casinos has come to be more relaxed in addition to permissive.  Winstar Casino’s dress code is definitely a good point of reference.</p><ul><li>Whether you will be a person or woman, wearing sleeveless outfits and even others that seem too revealing will certainly get you rejected at the entry. </li><li>You’re not alone; nailing the perfect outfit can feel like more associated with a gamble as compared to choosing red or even black on the roulette table. </li><li>You will need to be well-kept and seemly, that means no dirty or torn outfit need to be worn, even if you have purchased it from Louis Vuitton by way of example. </li></ul><p>This means, within essence, that you don’t need to use formal attire\" \"– but you need to still look presentable.  Whether it’s on the internet or at the physical location, casinos are more well-known than ever.  From young professionals to be able to the elderly, people from a number of demographics are browsing casinos and enjoying their favourite video games.</p>','Casino Outfits & Dress Code Precisely What To Wear To A Casino?','','publish','closed','','','casino-outfits-dress-code-precisely-what-to-wear-to-a-casino','','','2025-10-07 14:39:56','2025-10-07 07:39:56','',0,'https://lion288slot.com/?p=259',0,'post','',0),
(260,1,'2025-10-07 14:39:56','2025-10-07 07:39:56','<meta name=\"description\" content=\"A tie up or bow link might be necessary, dependent on the casino’s rules. \"/><h1>A Manual To Dressing With Regard To Casinos Attire Team By Fraquoh Plus Franchomme</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">What Are You Prohibited To Wear To Be Able To A Casino? </a></li><li><a href=\"#toc-1\">Do Casinos Use Facial Recognition</a></li><li><a href=\"#toc-2\">Accessories Matter; Choose Elegant Jewelry And Polished Shoes </a></li><li><a href=\"#toc-3\">What To Avoid Using To A Casino</a></li><li><a href=\"#toc-4\">Las Vegas</a></li><li><a href=\"#toc-5\">Casual Casino Outfits</a></li><li><a href=\"#toc-6\">Accessories</a></li><li><a href=\"#toc-7\">Step Several: Look Into The Casino’s Instagram</a></li><li><a href=\"#toc-8\">Casino Dress Signal & Attire</a></li><li><a href=\"#toc-9\">Casual Attire: Relaxed Yet Respectable</a></li><li><a href=\"#toc-10\">How Much Do Gambling Online Decorations Make</a></li><li><a href=\"#toc-11\">Skip Typically The Literal Costumes (unless It’s A Halloween Costume Party)</a></li><li><a href=\"#toc-12\">Casino Style: Things To Wear To The Particular Casino</a></li><li><a href=\"#toc-13\">Understanding Casino Dress Codes</a></li><li><a href=\"#toc-14\">Final Thoughts: Dressing For The Casino Experience</a></li><li><a href=\"#toc-15\">New Casino Reviews</a></li><li><a href=\"#toc-16\">What Not In Order To Wear To A Online Casino? </a></li><li><a href=\"#toc-17\">Inside Attire Club</a></li><li><a href=\"#toc-18\">Casual Casino Outfits For Ladies; What Should You Wear</a></li><li><a href=\"#toc-19\">Semi-formal Casino Attire</a></li><li><a href=\"#toc-20\">Black Tie Optional/formal: </a></li><li><a href=\"#toc-21\">Dress Make An Impression Instructions The Ultimate Explained Casino Attire</a></li><li><a href=\"#toc-22\">Smart Informal: </a></li><li><a href=\"#toc-23\">What To Have On When Visiting Casino</a></li><li><a href=\"#toc-24\">Tailored Matches With Style</a></li><li><a href=\"#toc-28\">What In Order To Wear To A Gambling Establishment: Best Delete Word The Perfect Gambling Look</a></li><li><a href=\"#toc-29\">White Tie</a></li><li><a href=\"#toc-30\">Casino Baden-baden</a></li><li><a href=\"#toc-32\">Casino Accessories: Typically The Finishing Touches</a></li></ul></div><p>Where you should purchase clothes an individual need a casino visit depends upon how formal the particular dress code is usually.  With White Connect and Fancy, an individual are going in order to need a professional gentleman\'s outfitter or a high-end ladies\' vogue store, which may be very costly.  Alternatively, you can seek the services of the clothes you will need, or look in to getting them second side.</p><ul><li>This is the most popular casino dress program code and is probably the dress code if there isn’t actually 1 listed. </li><li>However, it may be best to prevent sportswear, ripped clothes, and flip-flops, as these may not always be permitted. </li><li>Sandals and flip-flops are normally frowned upon in many casinos while are dirty tennis shoes. </li><li>So even nevertheless Jeremy Scott patterns are bold and funky, keep it ripped down here; internet casinos are about classiness over splashiness. </li><li>Depending on what you intend on doing while you’re there, diverse dress codes may possibly apply. </li></ul><p>They will help you figure out things to wear to the particular casino so of which you can fit in and not be turned away in the door.  Picking out the correct shoes for your current next visit to be able to the casino is as significant as picking out the proper clothes to wear.  Neutral-colored ties usually are perfect for virtually any casino setting while they can go with a wide range of colors.  Another tip would be to choose a tie with the perfect size for you personally, which is\" \"another reason to try them in person prior to purchasing any.</p><h2 id=\"toc-0\">What Are You Prohibited To Wear To A Casino? </h2><p>CasualFor a new casual dress computer code, women can take into account wearing a stylish top paired together with jeans or possibly a skirts.  Comfortable shoes, these kinds of as flats or even low heels, make the perfect choice for easy movement.  Vegas internet casinos especially want to be able to see patrons dressed up for an wonderful night out – no splashes regarding pool water allowed.</p><ul><li>This attire isn’t just regarding making you great; it’s practical intended for those long evenings trying your fortune or enjoying a few high-stakes action. </li><li>Let the hues of everything you are wearing complement the other person. </li><li>Most casinos display a simple dress signal online, particularly if they require more official dress. </li><li>It’s worth noting of which what a certain casino considers appropriate dressing may become a no-go place for some some other casinos. </li><li>Another option is to wear a suit, which often is a more formal option that may be sure to help make a lasting effect. </li></ul><p>This guideline on casino dress codes will aid you out or else sure what to be able to wear to the casino to suit the particular dress code requirements.  There is simply no need to pick a black or reddish colored dress that doesn’t feel nice to you.  There is not any need to always keep piling on parts of clothing on you just since the code requires a waistcoat about top of a new shirt and possibly a\" \"blazer.  Casinos are quite liberal these times and as long as you usually are presentable, it’s all good.  That is why we advise you to always costume in a comfortable on line casino outfit <a href=\"https://mostbet-india24.in/\">mostbet</a>.</p><h3 id=\"toc-1\">Do Casinos Make Use Of Facial Recognition</h3><p>A full-length, floor-sweeping gown created from silk, satin, or purple velvet is a classic choice.  Waistcoats, preferably white or off-white, should be worn, and black obvious animal skin underfoot are non-negotiable.  To complete typically the look, men can easily add white conventional gloves and a new black silk best hat.  This dress is important for events and venues of which abide by the white-tie dress code.  Going to gambling venues has traditionally been a way to dress way up for visitors.  Most had dress codes that mandated overcoats for men and certain dresses intended for ladies.</p><ul><li>If you must, wear black skinny jeans and ensure you see the casino’s internet site to learn if skinny jeans are allowed before going there. </li><li>A tucked-in collared shirt has a way regarding making one appear very smart plus ready to break the game inside a casino. </li><li>But really you want to have on slacks, a buttoned shirt and animal skin underfoot. </li><li>If you’re heading into your hotel’s gambling establishment in Vegas for any casual Wednesday afternoon, then you absolutely don’t should dress up. </li><li>There are also a lot more alternatives so it’ll be easier to load up just for this category regarding the dress code. </li><li>It’s always really worth bringing a mild sweater along, also in warmer weather condition, as the heat in casinos seems to be held cool with air-con. </li></ul><p>Modern-day internet casinos enable you to express the style without impacting too many constraints.  However, you should always plan a good outfit using the location type along with the period of day.  As you understand by at this point, daytime events demand less formal apparel, while VIP lounges and special festivities demand more effort and class.</p><h2 id=\"toc-2\">Accessories Matter; Choose Elegant Jewelry And Polished Shoes </h2><p>Maybe spruce it upward for a dinner in Valentine\'s Day or lean more everyday for July fourth.  Take a appear through our curated list and find out trustworthy online casinos that offer a selection of games and user-friendly experiences.  Use Best Casino HQ as your first choice resource for locating a few of the top on the  web casino sites ahead of you embark in your online journey.  By visiting our site, it is simple to compare distinct online casinos, helping you to find platforms that suit your preferences and requires.  We provide thorough information about the features and potential advantages of each online casino, making your decision process straightforward in addition to well-informed <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><ul><li>While a small ladies handbag isn’t just trendy but useful, as it can be used to hold all of your essentials just like makeup to top rated up, your ID and payment playing cards. </li><li>For a official setting, an evening gown or designed suit is ideal. </li><li>However, there will be still wonderful instances to be experienced during the frigid months. </li><li>The clothing ships in the BRITISH, but you can make returns pretty easily from almost all countries. </li><li>This is merely a personal preference, but I realize that in general, night time colors are preferred. </li></ul><p>Shoes need to be fairly old-fashioned - you can easily wear heels in the event that you want, although otherwise, go regarding closed-toe shoes.  As with Business Formal, jewelry and equipment should be moderate.  Many casino costume codes seem kind of blurry nowadays since we aren’t since absolute in each of our clothing.  However, presently there are still many general casino costume code guidelines that can help you figure out and about what you should wear to be able to a casino.  If your specific casino doesn’t have the huge Instagram web page, try shopping the pages of comparable casinos in the region to get a really feel for how the particular locals dress.</p><h3 id=\"toc-3\">What To Avoid Putting On Into A Casino</h3><p>They add that touch associated with class to any outfit, making sure I appear to be I actually belong among the list of high rollers.  Now, I actually always check if my shirt sits nicely on our shoulders and doesn’t turn into a crease-fest after five minutes of seated down.  Pants must stay put no matter if I’m reaching for chips or lounging by the slots – no loose, no bunching upwards.</p><ul><li>For a classic gambling establishment vibe, think about outfits inspired by simply vintage gambling moments. </li><li>We will explore the best outfit suggestions that will certainly not only grant you use of the gambling establishment but also give a person an aura regarding sophistication and school. </li><li>When it comes to Black Link Optional dress requirements, it basically indicates that you have to dress as official since you can, all typically the way up in order to Black Tie level. </li><li>As a man, an individual have a several options to pick from when organizing to go to a on line casino; these options include leather boots, loafers, suede boots, in addition to business shoes. </li><li>To make certain you have\" \"the complete experience available to you, it truly is encouraged that you adhere to business formal guidelines. </li></ul><p>Essentially, you are recreating the formal vibe of Black Tie, with the similar color plan.  This is among the most common casino dress program code and is most likely the dress code when there isn’t actually 1 listed.  I advise checking out the party dresses, yet they also include really cute apparel if you’re trying to find tops or slacks.  Look at the particular most popular fairly neutral colors right this moment and even choose outfits that are both classic and trendy!</p><h2 id=\"toc-4\">Las Vegas</h2><p>However, this is certainly probably not what you will discover when you check out a casino.  Casino outfit codes have come to be increasingly more relaxed more than the years.  The need to keep areas of your entire body that are regarded private covered any time going to a casino cannot be over-emphasized.  Whether you will be a male or woman, wearing sleeveless outfits in addition to others that show up too revealing will get you rejected at the entry.  See-through outfits usually are prohibited in internet casinos, so you might furthermore want to make sure that your foot are well protected.  There\" \"are lots of clothing ideas that girls can rock to casinos to look all alluring in addition to classy without being turned away with the entrance.</p><p>Dress relating to the on line casino type, location, in addition to gambling activities you plan on participating throughout.  As for boots, choose evening sneakers with good heels, while flats are not really allowed.  If a person go down typically the semi-formal road, keep to darker tones for the evening and lighter for the day.  Casual apparel is typically accepted during the daytime, meaning a person can wear what you may normally wear throughout the town.  However, assure everything is thoroughly clean and well-pressed just before leaving your residence.  If you’ve in no way been to the casino, you may be perplexed when choosing what to be able to wear.</p><h3 id=\"toc-5\">Casual Casino Outfits</h3><p>Also, the requirement to wear shoes and boots of matching shade is important if looking like the badass high roller by your favorite motion picture is the aim.  Let the colours of everything you happen to be wearing complement each other.  Back to the perfect casino configurations inside our favorite movie, where almost all the men are smartly dressed within suits and ties.  This will quickly make you appear since sophisticated as the new high tool in a on line casino.  This outfit is definitely acceptable in almost all the casinos although it is not necessarily necessarily the greatest outfit for any gambling establishment outing.  During typically the cold seasons, collared shirts might show up rather uncomfortable since the weather increases colder.</p><ul><li>Women should put on cocktail dresses, the blouse and pants, or an elegant skirt. </li><li>There a wide range of sub-forums where you may ask people intended for advice. </li><li>Macau offers nearly 40 casinos and both locations can be oppressively hot. </li><li>Yes, the images will get some sort of lot of interest on social press, so look typically the part. </li></ul><p>If you’re proceeding to a certain on line casino for a function, then it possibly includes a website.  Most casinos display some sort of simple dress code online, especially when that they require more elegant dress.  Of study course, many people still enjoy visiting land-based casinos, even if they play at online casinos too.</p><h2 id=\"toc-6\">Accessories</h2><p>In Europe, internet casinos often have conventional dress codes, demanding guests to avoid casual wear.  Researching specific venue guidelines is vital to ensure appropriate attire in addition to a positive knowledge.  Years ago you’d be expected to be able to wear formal dress when going inside public be this likely to church or perhaps to operate a great office or to visit the casino.</p><p>If you really need to save money, I advise that you take a look at Shein.  Some of the night-out dresses usually are super cute as well asthe tops and even pants.  As very much as I usually dress in my own style, I also take into consideration typically the people I’m going to an event with.</p><h3 id=\"toc-7\">Step 3: Examine The Casino’s Instagram</h3><p>I especially benefit from the long-sleeve dresses within the party part.  I find of which a well-chosen costume can toe typically the line between everyday and fancy, thus i tend to blend in when I’m not sure exactly what the vibe will probably be at a specific casino.  The coloring scheme\" \"with casinos usually revolves around blacks and grays as well as silvers and white wines.  These colors usually are subtle yet give a hint involving sophistication and class.  While it may possibly sound odd to match your garments by using these types of shades, it will certainly give you a distinctive look that will give you that edge above the other friends.  When you’re preparing what to use to a on line casino, make certain you have the right jewelry, tote, and shoes.</p><ul><li>This category is typically the most formal regarding both men plus women, so it’s best to have on a fancy dress when attending these types of events. </li><li>As you know by now, daytime events need less formal apparel, while VIP lounges and special celebrations demand more effort and class. </li><li>Shoes ought to be fairly conservative - you could wear heels in case you want, although otherwise, go for closed-toe shoes. </li><li>We’ve finally achieved the lowest degree of formality in the dress code. </li></ul><p>While the focus is generally (and rightfully) upon the outfit itself, sometimes accessories will be\" \"what bring everything jointly.  When you move to an evening or night in the casino, ensure that you have all of the necessary accessories on you.  For most of all of us, the casinos regarding Monaco and Mayfair are the stuff of fantasy.</p><h2 id=\"toc-8\">Casino Dress Program Code & Attire</h2><p>Hollywood blockbusters present casinos because\" \"locations that require dresses and shiny gems, however the reality is usually quite different.  We’ve carefully curated a summary of the UK’s top-rated casino sites, exhibiting brand-new casino websites, the best encouraged bonuses, and truthful reviews from actual players.  The self-confidence from knowing you’re dressed perfectly with regard to the occasion may possibly even give an individual an edge at the blackjack table.  Now, let’s improve the game with the look that brings together comfort and course.  This combo screams sophistication at the different roulette games table and retains you looking sharp all night very long.  So even even though Jeremy Scott models are bold and even funky, retain it ripped down here; casinos are about classiness over splashiness.</p><ul><li>If you work in an business office, you’ll easily get an outfit suited for the gambling establishment. </li><li>A classic plus appropriate choice is a new collared shirt, gown pants, and costume shoes. </li><li>This is one involving the reasons to be able to steer clear of sandals whether or not you are an individual on your method to a casino. </li><li>A collared shirt intended for gentlemen can get a long approach, associated with jeans or even dress slacks. </li></ul><p>A neutral-colored turtleneck like bright, combined with black jeans provides you with the appearance you desire.  The black pants may be chinos or many other materials that make a person comfortable.  A tucked-in collared shirt has a way of making one appear very smart in addition to ready to break the game within a casino.  You will be pleased with your visual appeal in the mirror actually before anyone will get the chance in order to complement you.</p><h3 id=\"toc-9\">Casual Clothing: Relaxed Yet Respectable</h3><p>I’ll continue to dress up a bit for these varieties of casinos during the weekend times, but otherwise you most likely don’t need to worry.  In Las vegas during daytime hours for example, individuals have been known to come overdressed wearing evening gowns or even tuxedos when denim jeans or shorts would suffice just fine.  Players view it certainly not only as a opportunity to play their very own favourite casino game titles, but for feel glam, get\" \"dressed up and enjoy time with others.  Online. casino, or To. C, is a great international facts gambling, providing the newest information, game guides in addition to honest online casino reviews conducted by genuine experts.  Make sure to check your local regulatory requirements prior to deciding to choose to be able to play any kind of time gambling establishment listed on our own site.</p><p>If you’re interested in exploring the exciting world of online casino games, Best Gambling establishment HQ is here to guide an individual.  Our affiliate web site provides a dedicated site listing some regarding the best online casino sites available to be able to UK players.  FormalFormal settings often call up\" \"for any suit or some sort of combination of a customized jacket and corresponding trousers.  A connect or bow tie up could be necessary, depending on the casino’s rules.</p><h3 id=\"toc-10\">How A Lot Do Internet Gambling Streamers Make</h3><p>In this BestCasinoHQ guide, you’ll uncover essential tips upon choosing the right outfit with regard to your casino pay a visit to.  Whether you’re aiming for a everyday look or salad dressing up for a more upscale venue, knowing the appropriate attire will make sure you’re ready regarding regardless of the\" \"evening holds.  For men, this usually signifies wearing a collared t-shirt, dress pants, and dress shoes.  For females, options include a new nice dress, blouse and blouse blend or dress jeans and a blouse.  Both men and women should avoid wearing shorts, flip flops, athletic wear, or perhaps anything that is too casual or exposing.</p><ul><li>You may opt to use additional types of gowns like dresses in bright colors or perhaps even multiple colors if it is usually not prohibited inside that casino. </li><li>The Informal casino dress computer code is the many common dress code and the the majority of confusing. </li><li>Also, no matter how informal you are in order to appear in a new Vegas casino, you must make sure to seem neat because dirtiness is a total no. </li><li>Make your web casino betting safe, fun, and even profitable with honest and unbiased opinions by CasinosHunter! </li></ul><p>Stick to exactly what works;  crisp button-down shirts for starters, combined with smart casual pants are always good wagers.  Most casinos possess some kind regarding dress code instructions especially in the evenings.  But in case you know your current local casino offers a \"Casual\" outfit code, what really does that even suggest?  This article may assist you through the particular ins-and-outs of precisely what to wear to a casino, depending upon which kind of casino outfit code it features.  Smart casual fundamentally means that you’re dressing for a new particular date but typically the rules aren’t complete.  You can wear skinny jeans (even blue jeans) as long while your outfit still looks trendy plus upscale.</p><h2 id=\"toc-11\">Skip Typically The Literal Costumes (unless It’s A Halloween Costume Party)</h2><p>\"Fancy wear is usually for nighttime with casinos, usually virtually any time after sun.  It may be for VIP lounges, special events, and some other evening events.  For women, black connect includes a well-tailored pantsuit, floor-length gown, elegant and tasteful cocktail dresses, evening shoes with a heel, and sophisticated and clean components.  This dress code is appropriate during evening hours if the casino doesn’t require black or bright tie attires.  Of course, you can also choose it for the daytime, if you want to avoid wearing jeans and a shirt.  Las Vegas encourages stylish clothes, while Atlantic City suggests comfort, especially in colder several weeks.</p><ul><li>Cocktail dresses are classy and suitable for conventional settings. </li><li>So, just in circumstance you are hotels in a hotel with the casino, there is not any quick operate from your swimming swimming pool to the on line casino in your swimwear. </li><li>Women should wear some sort of full-length formal night gown (see these, intended for example). </li><li>Almost every industry has been influenced in a way or perhaps another by electronic digital transformation such as casinos. </li><li>When in question, it’s far better to outfit in conservative shades and clothing. </li></ul><p>Even students throughout their vacation will likely reside in hotels having a casino, making it unnecessary to be able to have a conventional dress code.  But, understand what want to risk embarrassment, enjoying at an below 1 hour drawback casino is remarkably advisable and there is not any dress code requirements.  Whether you prefer playing live dealer online games, slots, or stand games, you will not ignore typically the glamor of the bodily casino while actively playing online.</p><h2 id=\"toc-12\">Casino Style: What Things To Wear To Typically The Casino</h2><p>To dress appropriately, follow the guidelines for Semiformal or Business\" \"Conventional.  Women should wear cocktail dresses, some sort of blouse and slacks, or an stylish skirt.  Business Elegant covers the type of clothing that you just would wear directly into an office job.  This is a safe wager for virtually any casino a person go to if you don’t know the dress code.  You might be able to squeak simply by to get more formal needs but you won’t appear overdressed if it’s an even more casual atmosphere.  Business Formal will be also comfortable sufficient that you won’t mind spending overnight time in it.</p><ul><li>A boost from wise casual, semi-formal will certainly usually be listed on the casino’s website. </li><li>Women have a slightly bigger challenge, especially when it comes to a semi-formal costume code as it can be hazy. </li><li>Ladies who else attend a black-tie event should opt for a floor-length formal gown inside a rich, dark color like dark, navy, emerald environmentally friendly, or deep wine red. </li><li>A collared shirt, dress shoes and boots and dress trousers always looks wise without going crazy. </li></ul><p>Also, don’t miss out on scoring half selling price Vegas show tickets to add a touch of world-class amusement in your chic nighttime out.  Heading out there to a casino and feeling dropped in the shuffle about what to put on?  You’re not by yourself; nailing the perfect outfit can experience like more involving a gamble than choosing red or perhaps black in the roulette table.</p><h3 id=\"toc-13\">Understanding Casino Dress Codes</h3><p>A white wing-collared shirt is a new must, complemented simply by a white bow tie.  When watching a casino motion picture, it is popular to see every person dressed in sophisticated attire.  In the past few years, clothes code throughout casinos has come to be more relaxed in addition to permissive.  Winstar Casino’s dress code is definitely a good point of reference.</p><ul><li>Whether you will be a person or woman, wearing sleeveless outfits and even others that seem too revealing will certainly get you rejected at the entry. </li><li>You’re not alone; nailing the perfect outfit can feel like more associated with a gamble as compared to choosing red or even black on the roulette table. </li><li>You will need to be well-kept and seemly, that means no dirty or torn outfit need to be worn, even if you have purchased it from Louis Vuitton by way of example. </li></ul><p>This means, within essence, that you don’t need to use formal attire\" \"– but you need to still look presentable.  Whether it’s on the internet or at the physical location, casinos are more well-known than ever.  From young professionals to be able to the elderly, people from a number of demographics are browsing casinos and enjoying their favourite video games.</p>','Casino Outfits & Dress Code Precisely What To Wear To A Casino?','','inherit','closed','closed','','259-revision-v1','','','2025-10-07 14:39:56','2025-10-07 07:39:56','',259,'https://lion288slot.com/?p=260',0,'revision','',0),
(261,1,'2025-10-06 04:58:54','2025-10-05 21:58:54','<meta name=\"description\" content=\"A tie up or bow link might be necessary, dependent on the casino’s rules. \"/><h1>A Manual To Dressing With Regard To Casinos Attire Team By Fraquoh Plus Franchomme</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">What Are You Prohibited To Wear To Be Able To A Casino? </a></li><li><a href=\"#toc-1\">Do Casinos Use Facial Recognition</a></li><li><a href=\"#toc-2\">Accessories Matter; Choose Elegant Jewelry And Polished Shoes </a></li><li><a href=\"#toc-3\">What To Avoid Using To A Casino</a></li><li><a href=\"#toc-4\">Las Vegas</a></li><li><a href=\"#toc-5\">Casual Casino Outfits</a></li><li><a href=\"#toc-6\">Accessories</a></li><li><a href=\"#toc-7\">Step Several: Look Into The Casino’s Instagram</a></li><li><a href=\"#toc-8\">Casino Dress Signal & Attire</a></li><li><a href=\"#toc-9\">Casual Attire: Relaxed Yet Respectable</a></li><li><a href=\"#toc-10\">How Much Do Gambling Online Decorations Make</a></li><li><a href=\"#toc-11\">Skip Typically The Literal Costumes (unless It’s A Halloween Costume Party)</a></li><li><a href=\"#toc-12\">Casino Style: Things To Wear To The Particular Casino</a></li><li><a href=\"#toc-13\">Understanding Casino Dress Codes</a></li><li><a href=\"#toc-14\">Final Thoughts: Dressing For The Casino Experience</a></li><li><a href=\"#toc-15\">New Casino Reviews</a></li><li><a href=\"#toc-16\">What Not In Order To Wear To A Online Casino? </a></li><li><a href=\"#toc-17\">Inside Attire Club</a></li><li><a href=\"#toc-18\">Casual Casino Outfits For Ladies; What Should You Wear</a></li><li><a href=\"#toc-19\">Semi-formal Casino Attire</a></li><li><a href=\"#toc-20\">Black Tie Optional/formal: </a></li><li><a href=\"#toc-21\">Dress Make An Impression Instructions The Ultimate Explained Casino Attire</a></li><li><a href=\"#toc-22\">Smart Informal: </a></li><li><a href=\"#toc-23\">What To Have On When Visiting Casino</a></li><li><a href=\"#toc-24\">Tailored Matches With Style</a></li><li><a href=\"#toc-28\">What In Order To Wear To A Gambling Establishment: Best Delete Word The Perfect Gambling Look</a></li><li><a href=\"#toc-29\">White Tie</a></li><li><a href=\"#toc-30\">Casino Baden-baden</a></li><li><a href=\"#toc-32\">Casino Accessories: Typically The Finishing Touches</a></li></ul></div><p>Where you should purchase clothes an individual need a casino visit depends upon how formal the particular dress code is usually.  With White Connect and Fancy, an individual are going in order to need a professional gentleman\'s outfitter or a high-end ladies\' vogue store, which may be very costly.  Alternatively, you can seek the services of the clothes you will need, or look in to getting them second side.</p><ul><li>This is the most popular casino dress program code and is probably the dress code if there isn’t actually 1 listed. </li><li>However, it may be best to prevent sportswear, ripped clothes, and flip-flops, as these may not always be permitted. </li><li>Sandals and flip-flops are normally frowned upon in many casinos while are dirty tennis shoes. </li><li>So even nevertheless Jeremy Scott patterns are bold and funky, keep it ripped down here; internet casinos are about classiness over splashiness. </li><li>Depending on what you intend on doing while you’re there, diverse dress codes may possibly apply. </li></ul><p>They will help you figure out things to wear to the particular casino so of which you can fit in and not be turned away in the door.  Picking out the correct shoes for your current next visit to be able to the casino is as significant as picking out the proper clothes to wear.  Neutral-colored ties usually are perfect for virtually any casino setting while they can go with a wide range of colors.  Another tip would be to choose a tie with the perfect size for you personally, which is\" \"another reason to try them in person prior to purchasing any.</p><h2 id=\"toc-0\">What Are You Prohibited To Wear To A Casino? </h2><p>CasualFor a new casual dress computer code, women can take into account wearing a stylish top paired together with jeans or possibly a skirts.  Comfortable shoes, these kinds of as flats or even low heels, make the perfect choice for easy movement.  Vegas internet casinos especially want to be able to see patrons dressed up for an wonderful night out – no splashes regarding pool water allowed.</p><ul><li>This attire isn’t just regarding making you great; it’s practical intended for those long evenings trying your fortune or enjoying a few high-stakes action. </li><li>Let the hues of everything you are wearing complement the other person. </li><li>Most casinos display a simple dress signal online, particularly if they require more official dress. </li><li>It’s worth noting of which what a certain casino considers appropriate dressing may become a no-go place for some some other casinos. </li><li>Another option is to wear a suit, which often is a more formal option that may be sure to help make a lasting effect. </li></ul><p>This guideline on casino dress codes will aid you out or else sure what to be able to wear to the casino to suit the particular dress code requirements.  There is simply no need to pick a black or reddish colored dress that doesn’t feel nice to you.  There is not any need to always keep piling on parts of clothing on you just since the code requires a waistcoat about top of a new shirt and possibly a\" \"blazer.  Casinos are quite liberal these times and as long as you usually are presentable, it’s all good.  That is why we advise you to always costume in a comfortable on line casino outfit <a href=\"https://mostbet-india24.in/\">mostbet</a>.</p><h3 id=\"toc-1\">Do Casinos Make Use Of Facial Recognition</h3><p>A full-length, floor-sweeping gown created from silk, satin, or purple velvet is a classic choice.  Waistcoats, preferably white or off-white, should be worn, and black obvious animal skin underfoot are non-negotiable.  To complete typically the look, men can easily add white conventional gloves and a new black silk best hat.  This dress is important for events and venues of which abide by the white-tie dress code.  Going to gambling venues has traditionally been a way to dress way up for visitors.  Most had dress codes that mandated overcoats for men and certain dresses intended for ladies.</p><ul><li>If you must, wear black skinny jeans and ensure you see the casino’s internet site to learn if skinny jeans are allowed before going there. </li><li>A tucked-in collared shirt has a way regarding making one appear very smart plus ready to break the game inside a casino. </li><li>But really you want to have on slacks, a buttoned shirt and animal skin underfoot. </li><li>If you’re heading into your hotel’s gambling establishment in Vegas for any casual Wednesday afternoon, then you absolutely don’t should dress up. </li><li>There are also a lot more alternatives so it’ll be easier to load up just for this category regarding the dress code. </li><li>It’s always really worth bringing a mild sweater along, also in warmer weather condition, as the heat in casinos seems to be held cool with air-con. </li></ul><p>Modern-day internet casinos enable you to express the style without impacting too many constraints.  However, you should always plan a good outfit using the location type along with the period of day.  As you understand by at this point, daytime events demand less formal apparel, while VIP lounges and special festivities demand more effort and class.</p><h2 id=\"toc-2\">Accessories Matter; Choose Elegant Jewelry And Polished Shoes </h2><p>Maybe spruce it upward for a dinner in Valentine\'s Day or lean more everyday for July fourth.  Take a appear through our curated list and find out trustworthy online casinos that offer a selection of games and user-friendly experiences.  Use Best Casino HQ as your first choice resource for locating a few of the top on the  web casino sites ahead of you embark in your online journey.  By visiting our site, it is simple to compare distinct online casinos, helping you to find platforms that suit your preferences and requires.  We provide thorough information about the features and potential advantages of each online casino, making your decision process straightforward in addition to well-informed <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><ul><li>While a small ladies handbag isn’t just trendy but useful, as it can be used to hold all of your essentials just like makeup to top rated up, your ID and payment playing cards. </li><li>For a official setting, an evening gown or designed suit is ideal. </li><li>However, there will be still wonderful instances to be experienced during the frigid months. </li><li>The clothing ships in the BRITISH, but you can make returns pretty easily from almost all countries. </li><li>This is merely a personal preference, but I realize that in general, night time colors are preferred. </li></ul><p>Shoes need to be fairly old-fashioned - you can easily wear heels in the event that you want, although otherwise, go regarding closed-toe shoes.  As with Business Formal, jewelry and equipment should be moderate.  Many casino costume codes seem kind of blurry nowadays since we aren’t since absolute in each of our clothing.  However, presently there are still many general casino costume code guidelines that can help you figure out and about what you should wear to be able to a casino.  If your specific casino doesn’t have the huge Instagram web page, try shopping the pages of comparable casinos in the region to get a really feel for how the particular locals dress.</p><h3 id=\"toc-3\">What To Avoid Putting On Into A Casino</h3><p>They add that touch associated with class to any outfit, making sure I appear to be I actually belong among the list of high rollers.  Now, I actually always check if my shirt sits nicely on our shoulders and doesn’t turn into a crease-fest after five minutes of seated down.  Pants must stay put no matter if I’m reaching for chips or lounging by the slots – no loose, no bunching upwards.</p><ul><li>For a classic gambling establishment vibe, think about outfits inspired by simply vintage gambling moments. </li><li>We will explore the best outfit suggestions that will certainly not only grant you use of the gambling establishment but also give a person an aura regarding sophistication and school. </li><li>When it comes to Black Link Optional dress requirements, it basically indicates that you have to dress as official since you can, all typically the way up in order to Black Tie level. </li><li>As a man, an individual have a several options to pick from when organizing to go to a on line casino; these options include leather boots, loafers, suede boots, in addition to business shoes. </li><li>To make certain you have\" \"the complete experience available to you, it truly is encouraged that you adhere to business formal guidelines. </li></ul><p>Essentially, you are recreating the formal vibe of Black Tie, with the similar color plan.  This is among the most common casino dress program code and is most likely the dress code when there isn’t actually 1 listed.  I advise checking out the party dresses, yet they also include really cute apparel if you’re trying to find tops or slacks.  Look at the particular most popular fairly neutral colors right this moment and even choose outfits that are both classic and trendy!</p><h2 id=\"toc-4\">Las Vegas</h2><p>However, this is certainly probably not what you will discover when you check out a casino.  Casino outfit codes have come to be increasingly more relaxed more than the years.  The need to keep areas of your entire body that are regarded private covered any time going to a casino cannot be over-emphasized.  Whether you will be a male or woman, wearing sleeveless outfits in addition to others that show up too revealing will get you rejected at the entry.  See-through outfits usually are prohibited in internet casinos, so you might furthermore want to make sure that your foot are well protected.  There\" \"are lots of clothing ideas that girls can rock to casinos to look all alluring in addition to classy without being turned away with the entrance.</p><p>Dress relating to the on line casino type, location, in addition to gambling activities you plan on participating throughout.  As for boots, choose evening sneakers with good heels, while flats are not really allowed.  If a person go down typically the semi-formal road, keep to darker tones for the evening and lighter for the day.  Casual apparel is typically accepted during the daytime, meaning a person can wear what you may normally wear throughout the town.  However, assure everything is thoroughly clean and well-pressed just before leaving your residence.  If you’ve in no way been to the casino, you may be perplexed when choosing what to be able to wear.</p><h3 id=\"toc-5\">Casual Casino Outfits</h3><p>Also, the requirement to wear shoes and boots of matching shade is important if looking like the badass high roller by your favorite motion picture is the aim.  Let the colours of everything you happen to be wearing complement each other.  Back to the perfect casino configurations inside our favorite movie, where almost all the men are smartly dressed within suits and ties.  This will quickly make you appear since sophisticated as the new high tool in a on line casino.  This outfit is definitely acceptable in almost all the casinos although it is not necessarily necessarily the greatest outfit for any gambling establishment outing.  During typically the cold seasons, collared shirts might show up rather uncomfortable since the weather increases colder.</p><ul><li>Women should put on cocktail dresses, the blouse and pants, or an elegant skirt. </li><li>There a wide range of sub-forums where you may ask people intended for advice. </li><li>Macau offers nearly 40 casinos and both locations can be oppressively hot. </li><li>Yes, the images will get some sort of lot of interest on social press, so look typically the part. </li></ul><p>If you’re proceeding to a certain on line casino for a function, then it possibly includes a website.  Most casinos display some sort of simple dress code online, especially when that they require more elegant dress.  Of study course, many people still enjoy visiting land-based casinos, even if they play at online casinos too.</p><h2 id=\"toc-6\">Accessories</h2><p>In Europe, internet casinos often have conventional dress codes, demanding guests to avoid casual wear.  Researching specific venue guidelines is vital to ensure appropriate attire in addition to a positive knowledge.  Years ago you’d be expected to be able to wear formal dress when going inside public be this likely to church or perhaps to operate a great office or to visit the casino.</p><p>If you really need to save money, I advise that you take a look at Shein.  Some of the night-out dresses usually are super cute as well asthe tops and even pants.  As very much as I usually dress in my own style, I also take into consideration typically the people I’m going to an event with.</p><h3 id=\"toc-7\">Step 3: Examine The Casino’s Instagram</h3><p>I especially benefit from the long-sleeve dresses within the party part.  I find of which a well-chosen costume can toe typically the line between everyday and fancy, thus i tend to blend in when I’m not sure exactly what the vibe will probably be at a specific casino.  The coloring scheme\" \"with casinos usually revolves around blacks and grays as well as silvers and white wines.  These colors usually are subtle yet give a hint involving sophistication and class.  While it may possibly sound odd to match your garments by using these types of shades, it will certainly give you a distinctive look that will give you that edge above the other friends.  When you’re preparing what to use to a on line casino, make certain you have the right jewelry, tote, and shoes.</p><ul><li>This category is typically the most formal regarding both men plus women, so it’s best to have on a fancy dress when attending these types of events. </li><li>As you know by now, daytime events need less formal apparel, while VIP lounges and special celebrations demand more effort and class. </li><li>Shoes ought to be fairly conservative - you could wear heels in case you want, although otherwise, go for closed-toe shoes. </li><li>We’ve finally achieved the lowest degree of formality in the dress code. </li></ul><p>While the focus is generally (and rightfully) upon the outfit itself, sometimes accessories will be\" \"what bring everything jointly.  When you move to an evening or night in the casino, ensure that you have all of the necessary accessories on you.  For most of all of us, the casinos regarding Monaco and Mayfair are the stuff of fantasy.</p><h2 id=\"toc-8\">Casino Dress Program Code & Attire</h2><p>Hollywood blockbusters present casinos because\" \"locations that require dresses and shiny gems, however the reality is usually quite different.  We’ve carefully curated a summary of the UK’s top-rated casino sites, exhibiting brand-new casino websites, the best encouraged bonuses, and truthful reviews from actual players.  The self-confidence from knowing you’re dressed perfectly with regard to the occasion may possibly even give an individual an edge at the blackjack table.  Now, let’s improve the game with the look that brings together comfort and course.  This combo screams sophistication at the different roulette games table and retains you looking sharp all night very long.  So even even though Jeremy Scott models are bold and even funky, retain it ripped down here; casinos are about classiness over splashiness.</p><ul><li>If you work in an business office, you’ll easily get an outfit suited for the gambling establishment. </li><li>A classic plus appropriate choice is a new collared shirt, gown pants, and costume shoes. </li><li>This is one involving the reasons to be able to steer clear of sandals whether or not you are an individual on your method to a casino. </li><li>A collared shirt intended for gentlemen can get a long approach, associated with jeans or even dress slacks. </li></ul><p>A neutral-colored turtleneck like bright, combined with black jeans provides you with the appearance you desire.  The black pants may be chinos or many other materials that make a person comfortable.  A tucked-in collared shirt has a way of making one appear very smart in addition to ready to break the game within a casino.  You will be pleased with your visual appeal in the mirror actually before anyone will get the chance in order to complement you.</p><h3 id=\"toc-9\">Casual Clothing: Relaxed Yet Respectable</h3><p>I’ll continue to dress up a bit for these varieties of casinos during the weekend times, but otherwise you most likely don’t need to worry.  In Las vegas during daytime hours for example, individuals have been known to come overdressed wearing evening gowns or even tuxedos when denim jeans or shorts would suffice just fine.  Players view it certainly not only as a opportunity to play their very own favourite casino game titles, but for feel glam, get\" \"dressed up and enjoy time with others.  Online. casino, or To. C, is a great international facts gambling, providing the newest information, game guides in addition to honest online casino reviews conducted by genuine experts.  Make sure to check your local regulatory requirements prior to deciding to choose to be able to play any kind of time gambling establishment listed on our own site.</p><p>If you’re interested in exploring the exciting world of online casino games, Best Gambling establishment HQ is here to guide an individual.  Our affiliate web site provides a dedicated site listing some regarding the best online casino sites available to be able to UK players.  FormalFormal settings often call up\" \"for any suit or some sort of combination of a customized jacket and corresponding trousers.  A connect or bow tie up could be necessary, depending on the casino’s rules.</p><h3 id=\"toc-10\">How A Lot Do Internet Gambling Streamers Make</h3><p>In this BestCasinoHQ guide, you’ll uncover essential tips upon choosing the right outfit with regard to your casino pay a visit to.  Whether you’re aiming for a everyday look or salad dressing up for a more upscale venue, knowing the appropriate attire will make sure you’re ready regarding regardless of the\" \"evening holds.  For men, this usually signifies wearing a collared t-shirt, dress pants, and dress shoes.  For females, options include a new nice dress, blouse and blouse blend or dress jeans and a blouse.  Both men and women should avoid wearing shorts, flip flops, athletic wear, or perhaps anything that is too casual or exposing.</p><ul><li>You may opt to use additional types of gowns like dresses in bright colors or perhaps even multiple colors if it is usually not prohibited inside that casino. </li><li>The Informal casino dress computer code is the many common dress code and the the majority of confusing. </li><li>Also, no matter how informal you are in order to appear in a new Vegas casino, you must make sure to seem neat because dirtiness is a total no. </li><li>Make your web casino betting safe, fun, and even profitable with honest and unbiased opinions by CasinosHunter! </li></ul><p>Stick to exactly what works;  crisp button-down shirts for starters, combined with smart casual pants are always good wagers.  Most casinos possess some kind regarding dress code instructions especially in the evenings.  But in case you know your current local casino offers a \"Casual\" outfit code, what really does that even suggest?  This article may assist you through the particular ins-and-outs of precisely what to wear to a casino, depending upon which kind of casino outfit code it features.  Smart casual fundamentally means that you’re dressing for a new particular date but typically the rules aren’t complete.  You can wear skinny jeans (even blue jeans) as long while your outfit still looks trendy plus upscale.</p><h2 id=\"toc-11\">Skip Typically The Literal Costumes (unless It’s A Halloween Costume Party)</h2><p>\"Fancy wear is usually for nighttime with casinos, usually virtually any time after sun.  It may be for VIP lounges, special events, and some other evening events.  For women, black connect includes a well-tailored pantsuit, floor-length gown, elegant and tasteful cocktail dresses, evening shoes with a heel, and sophisticated and clean components.  This dress code is appropriate during evening hours if the casino doesn’t require black or bright tie attires.  Of course, you can also choose it for the daytime, if you want to avoid wearing jeans and a shirt.  Las Vegas encourages stylish clothes, while Atlantic City suggests comfort, especially in colder several weeks.</p><ul><li>Cocktail dresses are classy and suitable for conventional settings. </li><li>So, just in circumstance you are hotels in a hotel with the casino, there is not any quick operate from your swimming swimming pool to the on line casino in your swimwear. </li><li>Women should wear some sort of full-length formal night gown (see these, intended for example). </li><li>Almost every industry has been influenced in a way or perhaps another by electronic digital transformation such as casinos. </li><li>When in question, it’s far better to outfit in conservative shades and clothing. </li></ul><p>Even students throughout their vacation will likely reside in hotels having a casino, making it unnecessary to be able to have a conventional dress code.  But, understand what want to risk embarrassment, enjoying at an below 1 hour drawback casino is remarkably advisable and there is not any dress code requirements.  Whether you prefer playing live dealer online games, slots, or stand games, you will not ignore typically the glamor of the bodily casino while actively playing online.</p><h2 id=\"toc-12\">Casino Style: What Things To Wear To Typically The Casino</h2><p>To dress appropriately, follow the guidelines for Semiformal or Business\" \"Conventional.  Women should wear cocktail dresses, some sort of blouse and slacks, or an stylish skirt.  Business Elegant covers the type of clothing that you just would wear directly into an office job.  This is a safe wager for virtually any casino a person go to if you don’t know the dress code.  You might be able to squeak simply by to get more formal needs but you won’t appear overdressed if it’s an even more casual atmosphere.  Business Formal will be also comfortable sufficient that you won’t mind spending overnight time in it.</p><ul><li>A boost from wise casual, semi-formal will certainly usually be listed on the casino’s website. </li><li>Women have a slightly bigger challenge, especially when it comes to a semi-formal costume code as it can be hazy. </li><li>Ladies who else attend a black-tie event should opt for a floor-length formal gown inside a rich, dark color like dark, navy, emerald environmentally friendly, or deep wine red. </li><li>A collared shirt, dress shoes and boots and dress trousers always looks wise without going crazy. </li></ul><p>Also, don’t miss out on scoring half selling price Vegas show tickets to add a touch of world-class amusement in your chic nighttime out.  Heading out there to a casino and feeling dropped in the shuffle about what to put on?  You’re not by yourself; nailing the perfect outfit can experience like more involving a gamble than choosing red or perhaps black in the roulette table.</p><h3 id=\"toc-13\">Understanding Casino Dress Codes</h3><p>A white wing-collared shirt is a new must, complemented simply by a white bow tie.  When watching a casino motion picture, it is popular to see every person dressed in sophisticated attire.  In the past few years, clothes code throughout casinos has come to be more relaxed in addition to permissive.  Winstar Casino’s dress code is definitely a good point of reference.</p><ul><li>Whether you will be a person or woman, wearing sleeveless outfits and even others that seem too revealing will certainly get you rejected at the entry. </li><li>You’re not alone; nailing the perfect outfit can feel like more associated with a gamble as compared to choosing red or even black on the roulette table. </li><li>You will need to be well-kept and seemly, that means no dirty or torn outfit need to be worn, even if you have purchased it from Louis Vuitton by way of example. </li></ul><p>This means, within essence, that you don’t need to use formal attire\" \"– but you need to still look presentable.  Whether it’s on the internet or at the physical location, casinos are more well-known than ever.  From young professionals to be able to the elderly, people from a number of demographics are browsing casinos and enjoying their favourite video games.</p>','Casino Outfits & Dress Code Precisely What To Wear To A Casino?','','publish','open','open','','casino-outfits-dress-code-precisely-what-to-wear-to-a-casino-2','','','2025-10-07 14:40:21','2025-10-07 07:40:21','',0,'https://lion288slot.com/?p=261',0,'post','',0),
(262,1,'2025-10-07 14:40:13','2025-10-07 07:40:13','<meta name=\"description\" content=\"A tie up or bow link might be necessary, dependent on the casino’s rules. \"/><h1>A Manual To Dressing With Regard To Casinos Attire Team By Fraquoh Plus Franchomme</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">What Are You Prohibited To Wear To Be Able To A Casino? </a></li><li><a href=\"#toc-1\">Do Casinos Use Facial Recognition</a></li><li><a href=\"#toc-2\">Accessories Matter; Choose Elegant Jewelry And Polished Shoes </a></li><li><a href=\"#toc-3\">What To Avoid Using To A Casino</a></li><li><a href=\"#toc-4\">Las Vegas</a></li><li><a href=\"#toc-5\">Casual Casino Outfits</a></li><li><a href=\"#toc-6\">Accessories</a></li><li><a href=\"#toc-7\">Step Several: Look Into The Casino’s Instagram</a></li><li><a href=\"#toc-8\">Casino Dress Signal & Attire</a></li><li><a href=\"#toc-9\">Casual Attire: Relaxed Yet Respectable</a></li><li><a href=\"#toc-10\">How Much Do Gambling Online Decorations Make</a></li><li><a href=\"#toc-11\">Skip Typically The Literal Costumes (unless It’s A Halloween Costume Party)</a></li><li><a href=\"#toc-12\">Casino Style: Things To Wear To The Particular Casino</a></li><li><a href=\"#toc-13\">Understanding Casino Dress Codes</a></li><li><a href=\"#toc-14\">Final Thoughts: Dressing For The Casino Experience</a></li><li><a href=\"#toc-15\">New Casino Reviews</a></li><li><a href=\"#toc-16\">What Not In Order To Wear To A Online Casino? </a></li><li><a href=\"#toc-17\">Inside Attire Club</a></li><li><a href=\"#toc-18\">Casual Casino Outfits For Ladies; What Should You Wear</a></li><li><a href=\"#toc-19\">Semi-formal Casino Attire</a></li><li><a href=\"#toc-20\">Black Tie Optional/formal: </a></li><li><a href=\"#toc-21\">Dress Make An Impression Instructions The Ultimate Explained Casino Attire</a></li><li><a href=\"#toc-22\">Smart Informal: </a></li><li><a href=\"#toc-23\">What To Have On When Visiting Casino</a></li><li><a href=\"#toc-24\">Tailored Matches With Style</a></li><li><a href=\"#toc-28\">What In Order To Wear To A Gambling Establishment: Best Delete Word The Perfect Gambling Look</a></li><li><a href=\"#toc-29\">White Tie</a></li><li><a href=\"#toc-30\">Casino Baden-baden</a></li><li><a href=\"#toc-32\">Casino Accessories: Typically The Finishing Touches</a></li></ul></div><p>Where you should purchase clothes an individual need a casino visit depends upon how formal the particular dress code is usually.  With White Connect and Fancy, an individual are going in order to need a professional gentleman\'s outfitter or a high-end ladies\' vogue store, which may be very costly.  Alternatively, you can seek the services of the clothes you will need, or look in to getting them second side.</p><ul><li>This is the most popular casino dress program code and is probably the dress code if there isn’t actually 1 listed. </li><li>However, it may be best to prevent sportswear, ripped clothes, and flip-flops, as these may not always be permitted. </li><li>Sandals and flip-flops are normally frowned upon in many casinos while are dirty tennis shoes. </li><li>So even nevertheless Jeremy Scott patterns are bold and funky, keep it ripped down here; internet casinos are about classiness over splashiness. </li><li>Depending on what you intend on doing while you’re there, diverse dress codes may possibly apply. </li></ul><p>They will help you figure out things to wear to the particular casino so of which you can fit in and not be turned away in the door.  Picking out the correct shoes for your current next visit to be able to the casino is as significant as picking out the proper clothes to wear.  Neutral-colored ties usually are perfect for virtually any casino setting while they can go with a wide range of colors.  Another tip would be to choose a tie with the perfect size for you personally, which is\" \"another reason to try them in person prior to purchasing any.</p><h2 id=\"toc-0\">What Are You Prohibited To Wear To A Casino? </h2><p>CasualFor a new casual dress computer code, women can take into account wearing a stylish top paired together with jeans or possibly a skirts.  Comfortable shoes, these kinds of as flats or even low heels, make the perfect choice for easy movement.  Vegas internet casinos especially want to be able to see patrons dressed up for an wonderful night out – no splashes regarding pool water allowed.</p><ul><li>This attire isn’t just regarding making you great; it’s practical intended for those long evenings trying your fortune or enjoying a few high-stakes action. </li><li>Let the hues of everything you are wearing complement the other person. </li><li>Most casinos display a simple dress signal online, particularly if they require more official dress. </li><li>It’s worth noting of which what a certain casino considers appropriate dressing may become a no-go place for some some other casinos. </li><li>Another option is to wear a suit, which often is a more formal option that may be sure to help make a lasting effect. </li></ul><p>This guideline on casino dress codes will aid you out or else sure what to be able to wear to the casino to suit the particular dress code requirements.  There is simply no need to pick a black or reddish colored dress that doesn’t feel nice to you.  There is not any need to always keep piling on parts of clothing on you just since the code requires a waistcoat about top of a new shirt and possibly a\" \"blazer.  Casinos are quite liberal these times and as long as you usually are presentable, it’s all good.  That is why we advise you to always costume in a comfortable on line casino outfit <a href=\"https://mostbet-india24.in/\">mostbet</a>.</p><h3 id=\"toc-1\">Do Casinos Make Use Of Facial Recognition</h3><p>A full-length, floor-sweeping gown created from silk, satin, or purple velvet is a classic choice.  Waistcoats, preferably white or off-white, should be worn, and black obvious animal skin underfoot are non-negotiable.  To complete typically the look, men can easily add white conventional gloves and a new black silk best hat.  This dress is important for events and venues of which abide by the white-tie dress code.  Going to gambling venues has traditionally been a way to dress way up for visitors.  Most had dress codes that mandated overcoats for men and certain dresses intended for ladies.</p><ul><li>If you must, wear black skinny jeans and ensure you see the casino’s internet site to learn if skinny jeans are allowed before going there. </li><li>A tucked-in collared shirt has a way regarding making one appear very smart plus ready to break the game inside a casino. </li><li>But really you want to have on slacks, a buttoned shirt and animal skin underfoot. </li><li>If you’re heading into your hotel’s gambling establishment in Vegas for any casual Wednesday afternoon, then you absolutely don’t should dress up. </li><li>There are also a lot more alternatives so it’ll be easier to load up just for this category regarding the dress code. </li><li>It’s always really worth bringing a mild sweater along, also in warmer weather condition, as the heat in casinos seems to be held cool with air-con. </li></ul><p>Modern-day internet casinos enable you to express the style without impacting too many constraints.  However, you should always plan a good outfit using the location type along with the period of day.  As you understand by at this point, daytime events demand less formal apparel, while VIP lounges and special festivities demand more effort and class.</p><h2 id=\"toc-2\">Accessories Matter; Choose Elegant Jewelry And Polished Shoes </h2><p>Maybe spruce it upward for a dinner in Valentine\'s Day or lean more everyday for July fourth.  Take a appear through our curated list and find out trustworthy online casinos that offer a selection of games and user-friendly experiences.  Use Best Casino HQ as your first choice resource for locating a few of the top on the  web casino sites ahead of you embark in your online journey.  By visiting our site, it is simple to compare distinct online casinos, helping you to find platforms that suit your preferences and requires.  We provide thorough information about the features and potential advantages of each online casino, making your decision process straightforward in addition to well-informed <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><ul><li>While a small ladies handbag isn’t just trendy but useful, as it can be used to hold all of your essentials just like makeup to top rated up, your ID and payment playing cards. </li><li>For a official setting, an evening gown or designed suit is ideal. </li><li>However, there will be still wonderful instances to be experienced during the frigid months. </li><li>The clothing ships in the BRITISH, but you can make returns pretty easily from almost all countries. </li><li>This is merely a personal preference, but I realize that in general, night time colors are preferred. </li></ul><p>Shoes need to be fairly old-fashioned - you can easily wear heels in the event that you want, although otherwise, go regarding closed-toe shoes.  As with Business Formal, jewelry and equipment should be moderate.  Many casino costume codes seem kind of blurry nowadays since we aren’t since absolute in each of our clothing.  However, presently there are still many general casino costume code guidelines that can help you figure out and about what you should wear to be able to a casino.  If your specific casino doesn’t have the huge Instagram web page, try shopping the pages of comparable casinos in the region to get a really feel for how the particular locals dress.</p><h3 id=\"toc-3\">What To Avoid Putting On Into A Casino</h3><p>They add that touch associated with class to any outfit, making sure I appear to be I actually belong among the list of high rollers.  Now, I actually always check if my shirt sits nicely on our shoulders and doesn’t turn into a crease-fest after five minutes of seated down.  Pants must stay put no matter if I’m reaching for chips or lounging by the slots – no loose, no bunching upwards.</p><ul><li>For a classic gambling establishment vibe, think about outfits inspired by simply vintage gambling moments. </li><li>We will explore the best outfit suggestions that will certainly not only grant you use of the gambling establishment but also give a person an aura regarding sophistication and school. </li><li>When it comes to Black Link Optional dress requirements, it basically indicates that you have to dress as official since you can, all typically the way up in order to Black Tie level. </li><li>As a man, an individual have a several options to pick from when organizing to go to a on line casino; these options include leather boots, loafers, suede boots, in addition to business shoes. </li><li>To make certain you have\" \"the complete experience available to you, it truly is encouraged that you adhere to business formal guidelines. </li></ul><p>Essentially, you are recreating the formal vibe of Black Tie, with the similar color plan.  This is among the most common casino dress program code and is most likely the dress code when there isn’t actually 1 listed.  I advise checking out the party dresses, yet they also include really cute apparel if you’re trying to find tops or slacks.  Look at the particular most popular fairly neutral colors right this moment and even choose outfits that are both classic and trendy!</p><h2 id=\"toc-4\">Las Vegas</h2><p>However, this is certainly probably not what you will discover when you check out a casino.  Casino outfit codes have come to be increasingly more relaxed more than the years.  The need to keep areas of your entire body that are regarded private covered any time going to a casino cannot be over-emphasized.  Whether you will be a male or woman, wearing sleeveless outfits in addition to others that show up too revealing will get you rejected at the entry.  See-through outfits usually are prohibited in internet casinos, so you might furthermore want to make sure that your foot are well protected.  There\" \"are lots of clothing ideas that girls can rock to casinos to look all alluring in addition to classy without being turned away with the entrance.</p><p>Dress relating to the on line casino type, location, in addition to gambling activities you plan on participating throughout.  As for boots, choose evening sneakers with good heels, while flats are not really allowed.  If a person go down typically the semi-formal road, keep to darker tones for the evening and lighter for the day.  Casual apparel is typically accepted during the daytime, meaning a person can wear what you may normally wear throughout the town.  However, assure everything is thoroughly clean and well-pressed just before leaving your residence.  If you’ve in no way been to the casino, you may be perplexed when choosing what to be able to wear.</p><h3 id=\"toc-5\">Casual Casino Outfits</h3><p>Also, the requirement to wear shoes and boots of matching shade is important if looking like the badass high roller by your favorite motion picture is the aim.  Let the colours of everything you happen to be wearing complement each other.  Back to the perfect casino configurations inside our favorite movie, where almost all the men are smartly dressed within suits and ties.  This will quickly make you appear since sophisticated as the new high tool in a on line casino.  This outfit is definitely acceptable in almost all the casinos although it is not necessarily necessarily the greatest outfit for any gambling establishment outing.  During typically the cold seasons, collared shirts might show up rather uncomfortable since the weather increases colder.</p><ul><li>Women should put on cocktail dresses, the blouse and pants, or an elegant skirt. </li><li>There a wide range of sub-forums where you may ask people intended for advice. </li><li>Macau offers nearly 40 casinos and both locations can be oppressively hot. </li><li>Yes, the images will get some sort of lot of interest on social press, so look typically the part. </li></ul><p>If you’re proceeding to a certain on line casino for a function, then it possibly includes a website.  Most casinos display some sort of simple dress code online, especially when that they require more elegant dress.  Of study course, many people still enjoy visiting land-based casinos, even if they play at online casinos too.</p><h2 id=\"toc-6\">Accessories</h2><p>In Europe, internet casinos often have conventional dress codes, demanding guests to avoid casual wear.  Researching specific venue guidelines is vital to ensure appropriate attire in addition to a positive knowledge.  Years ago you’d be expected to be able to wear formal dress when going inside public be this likely to church or perhaps to operate a great office or to visit the casino.</p><p>If you really need to save money, I advise that you take a look at Shein.  Some of the night-out dresses usually are super cute as well asthe tops and even pants.  As very much as I usually dress in my own style, I also take into consideration typically the people I’m going to an event with.</p><h3 id=\"toc-7\">Step 3: Examine The Casino’s Instagram</h3><p>I especially benefit from the long-sleeve dresses within the party part.  I find of which a well-chosen costume can toe typically the line between everyday and fancy, thus i tend to blend in when I’m not sure exactly what the vibe will probably be at a specific casino.  The coloring scheme\" \"with casinos usually revolves around blacks and grays as well as silvers and white wines.  These colors usually are subtle yet give a hint involving sophistication and class.  While it may possibly sound odd to match your garments by using these types of shades, it will certainly give you a distinctive look that will give you that edge above the other friends.  When you’re preparing what to use to a on line casino, make certain you have the right jewelry, tote, and shoes.</p><ul><li>This category is typically the most formal regarding both men plus women, so it’s best to have on a fancy dress when attending these types of events. </li><li>As you know by now, daytime events need less formal apparel, while VIP lounges and special celebrations demand more effort and class. </li><li>Shoes ought to be fairly conservative - you could wear heels in case you want, although otherwise, go for closed-toe shoes. </li><li>We’ve finally achieved the lowest degree of formality in the dress code. </li></ul><p>While the focus is generally (and rightfully) upon the outfit itself, sometimes accessories will be\" \"what bring everything jointly.  When you move to an evening or night in the casino, ensure that you have all of the necessary accessories on you.  For most of all of us, the casinos regarding Monaco and Mayfair are the stuff of fantasy.</p><h2 id=\"toc-8\">Casino Dress Program Code & Attire</h2><p>Hollywood blockbusters present casinos because\" \"locations that require dresses and shiny gems, however the reality is usually quite different.  We’ve carefully curated a summary of the UK’s top-rated casino sites, exhibiting brand-new casino websites, the best encouraged bonuses, and truthful reviews from actual players.  The self-confidence from knowing you’re dressed perfectly with regard to the occasion may possibly even give an individual an edge at the blackjack table.  Now, let’s improve the game with the look that brings together comfort and course.  This combo screams sophistication at the different roulette games table and retains you looking sharp all night very long.  So even even though Jeremy Scott models are bold and even funky, retain it ripped down here; casinos are about classiness over splashiness.</p><ul><li>If you work in an business office, you’ll easily get an outfit suited for the gambling establishment. </li><li>A classic plus appropriate choice is a new collared shirt, gown pants, and costume shoes. </li><li>This is one involving the reasons to be able to steer clear of sandals whether or not you are an individual on your method to a casino. </li><li>A collared shirt intended for gentlemen can get a long approach, associated with jeans or even dress slacks. </li></ul><p>A neutral-colored turtleneck like bright, combined with black jeans provides you with the appearance you desire.  The black pants may be chinos or many other materials that make a person comfortable.  A tucked-in collared shirt has a way of making one appear very smart in addition to ready to break the game within a casino.  You will be pleased with your visual appeal in the mirror actually before anyone will get the chance in order to complement you.</p><h3 id=\"toc-9\">Casual Clothing: Relaxed Yet Respectable</h3><p>I’ll continue to dress up a bit for these varieties of casinos during the weekend times, but otherwise you most likely don’t need to worry.  In Las vegas during daytime hours for example, individuals have been known to come overdressed wearing evening gowns or even tuxedos when denim jeans or shorts would suffice just fine.  Players view it certainly not only as a opportunity to play their very own favourite casino game titles, but for feel glam, get\" \"dressed up and enjoy time with others.  Online. casino, or To. C, is a great international facts gambling, providing the newest information, game guides in addition to honest online casino reviews conducted by genuine experts.  Make sure to check your local regulatory requirements prior to deciding to choose to be able to play any kind of time gambling establishment listed on our own site.</p><p>If you’re interested in exploring the exciting world of online casino games, Best Gambling establishment HQ is here to guide an individual.  Our affiliate web site provides a dedicated site listing some regarding the best online casino sites available to be able to UK players.  FormalFormal settings often call up\" \"for any suit or some sort of combination of a customized jacket and corresponding trousers.  A connect or bow tie up could be necessary, depending on the casino’s rules.</p><h3 id=\"toc-10\">How A Lot Do Internet Gambling Streamers Make</h3><p>In this BestCasinoHQ guide, you’ll uncover essential tips upon choosing the right outfit with regard to your casino pay a visit to.  Whether you’re aiming for a everyday look or salad dressing up for a more upscale venue, knowing the appropriate attire will make sure you’re ready regarding regardless of the\" \"evening holds.  For men, this usually signifies wearing a collared t-shirt, dress pants, and dress shoes.  For females, options include a new nice dress, blouse and blouse blend or dress jeans and a blouse.  Both men and women should avoid wearing shorts, flip flops, athletic wear, or perhaps anything that is too casual or exposing.</p><ul><li>You may opt to use additional types of gowns like dresses in bright colors or perhaps even multiple colors if it is usually not prohibited inside that casino. </li><li>The Informal casino dress computer code is the many common dress code and the the majority of confusing. </li><li>Also, no matter how informal you are in order to appear in a new Vegas casino, you must make sure to seem neat because dirtiness is a total no. </li><li>Make your web casino betting safe, fun, and even profitable with honest and unbiased opinions by CasinosHunter! </li></ul><p>Stick to exactly what works;  crisp button-down shirts for starters, combined with smart casual pants are always good wagers.  Most casinos possess some kind regarding dress code instructions especially in the evenings.  But in case you know your current local casino offers a \"Casual\" outfit code, what really does that even suggest?  This article may assist you through the particular ins-and-outs of precisely what to wear to a casino, depending upon which kind of casino outfit code it features.  Smart casual fundamentally means that you’re dressing for a new particular date but typically the rules aren’t complete.  You can wear skinny jeans (even blue jeans) as long while your outfit still looks trendy plus upscale.</p><h2 id=\"toc-11\">Skip Typically The Literal Costumes (unless It’s A Halloween Costume Party)</h2><p>\"Fancy wear is usually for nighttime with casinos, usually virtually any time after sun.  It may be for VIP lounges, special events, and some other evening events.  For women, black connect includes a well-tailored pantsuit, floor-length gown, elegant and tasteful cocktail dresses, evening shoes with a heel, and sophisticated and clean components.  This dress code is appropriate during evening hours if the casino doesn’t require black or bright tie attires.  Of course, you can also choose it for the daytime, if you want to avoid wearing jeans and a shirt.  Las Vegas encourages stylish clothes, while Atlantic City suggests comfort, especially in colder several weeks.</p><ul><li>Cocktail dresses are classy and suitable for conventional settings. </li><li>So, just in circumstance you are hotels in a hotel with the casino, there is not any quick operate from your swimming swimming pool to the on line casino in your swimwear. </li><li>Women should wear some sort of full-length formal night gown (see these, intended for example). </li><li>Almost every industry has been influenced in a way or perhaps another by electronic digital transformation such as casinos. </li><li>When in question, it’s far better to outfit in conservative shades and clothing. </li></ul><p>Even students throughout their vacation will likely reside in hotels having a casino, making it unnecessary to be able to have a conventional dress code.  But, understand what want to risk embarrassment, enjoying at an below 1 hour drawback casino is remarkably advisable and there is not any dress code requirements.  Whether you prefer playing live dealer online games, slots, or stand games, you will not ignore typically the glamor of the bodily casino while actively playing online.</p><h2 id=\"toc-12\">Casino Style: What Things To Wear To Typically The Casino</h2><p>To dress appropriately, follow the guidelines for Semiformal or Business\" \"Conventional.  Women should wear cocktail dresses, some sort of blouse and slacks, or an stylish skirt.  Business Elegant covers the type of clothing that you just would wear directly into an office job.  This is a safe wager for virtually any casino a person go to if you don’t know the dress code.  You might be able to squeak simply by to get more formal needs but you won’t appear overdressed if it’s an even more casual atmosphere.  Business Formal will be also comfortable sufficient that you won’t mind spending overnight time in it.</p><ul><li>A boost from wise casual, semi-formal will certainly usually be listed on the casino’s website. </li><li>Women have a slightly bigger challenge, especially when it comes to a semi-formal costume code as it can be hazy. </li><li>Ladies who else attend a black-tie event should opt for a floor-length formal gown inside a rich, dark color like dark, navy, emerald environmentally friendly, or deep wine red. </li><li>A collared shirt, dress shoes and boots and dress trousers always looks wise without going crazy. </li></ul><p>Also, don’t miss out on scoring half selling price Vegas show tickets to add a touch of world-class amusement in your chic nighttime out.  Heading out there to a casino and feeling dropped in the shuffle about what to put on?  You’re not by yourself; nailing the perfect outfit can experience like more involving a gamble than choosing red or perhaps black in the roulette table.</p><h3 id=\"toc-13\">Understanding Casino Dress Codes</h3><p>A white wing-collared shirt is a new must, complemented simply by a white bow tie.  When watching a casino motion picture, it is popular to see every person dressed in sophisticated attire.  In the past few years, clothes code throughout casinos has come to be more relaxed in addition to permissive.  Winstar Casino’s dress code is definitely a good point of reference.</p><ul><li>Whether you will be a person or woman, wearing sleeveless outfits and even others that seem too revealing will certainly get you rejected at the entry. </li><li>You’re not alone; nailing the perfect outfit can feel like more associated with a gamble as compared to choosing red or even black on the roulette table. </li><li>You will need to be well-kept and seemly, that means no dirty or torn outfit need to be worn, even if you have purchased it from Louis Vuitton by way of example. </li></ul><p>This means, within essence, that you don’t need to use formal attire\" \"– but you need to still look presentable.  Whether it’s on the internet or at the physical location, casinos are more well-known than ever.  From young professionals to be able to the elderly, people from a number of demographics are browsing casinos and enjoying their favourite video games.</p>','Casino Outfits & Dress Code Precisely What To Wear To A Casino?','','inherit','closed','closed','','261-revision-v1','','','2025-10-07 14:40:13','2025-10-07 07:40:13','',261,'https://lion288slot.com/?p=262',0,'revision','',0),
(263,1,'2025-10-07 14:40:20','2025-10-07 07:40:20','<meta name=\"description\" content=\"A tie up or bow link might be necessary, dependent on the casino’s rules. \"/><h1>A Manual To Dressing With Regard To Casinos Attire Team By Fraquoh Plus Franchomme</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">What Are You Prohibited To Wear To Be Able To A Casino? </a></li><li><a href=\"#toc-1\">Do Casinos Use Facial Recognition</a></li><li><a href=\"#toc-2\">Accessories Matter; Choose Elegant Jewelry And Polished Shoes </a></li><li><a href=\"#toc-3\">What To Avoid Using To A Casino</a></li><li><a href=\"#toc-4\">Las Vegas</a></li><li><a href=\"#toc-5\">Casual Casino Outfits</a></li><li><a href=\"#toc-6\">Accessories</a></li><li><a href=\"#toc-7\">Step Several: Look Into The Casino’s Instagram</a></li><li><a href=\"#toc-8\">Casino Dress Signal & Attire</a></li><li><a href=\"#toc-9\">Casual Attire: Relaxed Yet Respectable</a></li><li><a href=\"#toc-10\">How Much Do Gambling Online Decorations Make</a></li><li><a href=\"#toc-11\">Skip Typically The Literal Costumes (unless It’s A Halloween Costume Party)</a></li><li><a href=\"#toc-12\">Casino Style: Things To Wear To The Particular Casino</a></li><li><a href=\"#toc-13\">Understanding Casino Dress Codes</a></li><li><a href=\"#toc-14\">Final Thoughts: Dressing For The Casino Experience</a></li><li><a href=\"#toc-15\">New Casino Reviews</a></li><li><a href=\"#toc-16\">What Not In Order To Wear To A Online Casino? </a></li><li><a href=\"#toc-17\">Inside Attire Club</a></li><li><a href=\"#toc-18\">Casual Casino Outfits For Ladies; What Should You Wear</a></li><li><a href=\"#toc-19\">Semi-formal Casino Attire</a></li><li><a href=\"#toc-20\">Black Tie Optional/formal: </a></li><li><a href=\"#toc-21\">Dress Make An Impression Instructions The Ultimate Explained Casino Attire</a></li><li><a href=\"#toc-22\">Smart Informal: </a></li><li><a href=\"#toc-23\">What To Have On When Visiting Casino</a></li><li><a href=\"#toc-24\">Tailored Matches With Style</a></li><li><a href=\"#toc-28\">What In Order To Wear To A Gambling Establishment: Best Delete Word The Perfect Gambling Look</a></li><li><a href=\"#toc-29\">White Tie</a></li><li><a href=\"#toc-30\">Casino Baden-baden</a></li><li><a href=\"#toc-32\">Casino Accessories: Typically The Finishing Touches</a></li></ul></div><p>Where you should purchase clothes an individual need a casino visit depends upon how formal the particular dress code is usually.  With White Connect and Fancy, an individual are going in order to need a professional gentleman\'s outfitter or a high-end ladies\' vogue store, which may be very costly.  Alternatively, you can seek the services of the clothes you will need, or look in to getting them second side.</p><ul><li>This is the most popular casino dress program code and is probably the dress code if there isn’t actually 1 listed. </li><li>However, it may be best to prevent sportswear, ripped clothes, and flip-flops, as these may not always be permitted. </li><li>Sandals and flip-flops are normally frowned upon in many casinos while are dirty tennis shoes. </li><li>So even nevertheless Jeremy Scott patterns are bold and funky, keep it ripped down here; internet casinos are about classiness over splashiness. </li><li>Depending on what you intend on doing while you’re there, diverse dress codes may possibly apply. </li></ul><p>They will help you figure out things to wear to the particular casino so of which you can fit in and not be turned away in the door.  Picking out the correct shoes for your current next visit to be able to the casino is as significant as picking out the proper clothes to wear.  Neutral-colored ties usually are perfect for virtually any casino setting while they can go with a wide range of colors.  Another tip would be to choose a tie with the perfect size for you personally, which is\" \"another reason to try them in person prior to purchasing any.</p><h2 id=\"toc-0\">What Are You Prohibited To Wear To A Casino? </h2><p>CasualFor a new casual dress computer code, women can take into account wearing a stylish top paired together with jeans or possibly a skirts.  Comfortable shoes, these kinds of as flats or even low heels, make the perfect choice for easy movement.  Vegas internet casinos especially want to be able to see patrons dressed up for an wonderful night out – no splashes regarding pool water allowed.</p><ul><li>This attire isn’t just regarding making you great; it’s practical intended for those long evenings trying your fortune or enjoying a few high-stakes action. </li><li>Let the hues of everything you are wearing complement the other person. </li><li>Most casinos display a simple dress signal online, particularly if they require more official dress. </li><li>It’s worth noting of which what a certain casino considers appropriate dressing may become a no-go place for some some other casinos. </li><li>Another option is to wear a suit, which often is a more formal option that may be sure to help make a lasting effect. </li></ul><p>This guideline on casino dress codes will aid you out or else sure what to be able to wear to the casino to suit the particular dress code requirements.  There is simply no need to pick a black or reddish colored dress that doesn’t feel nice to you.  There is not any need to always keep piling on parts of clothing on you just since the code requires a waistcoat about top of a new shirt and possibly a\" \"blazer.  Casinos are quite liberal these times and as long as you usually are presentable, it’s all good.  That is why we advise you to always costume in a comfortable on line casino outfit <a href=\"https://mostbet-india24.in/\">mostbet</a>.</p><h3 id=\"toc-1\">Do Casinos Make Use Of Facial Recognition</h3><p>A full-length, floor-sweeping gown created from silk, satin, or purple velvet is a classic choice.  Waistcoats, preferably white or off-white, should be worn, and black obvious animal skin underfoot are non-negotiable.  To complete typically the look, men can easily add white conventional gloves and a new black silk best hat.  This dress is important for events and venues of which abide by the white-tie dress code.  Going to gambling venues has traditionally been a way to dress way up for visitors.  Most had dress codes that mandated overcoats for men and certain dresses intended for ladies.</p><ul><li>If you must, wear black skinny jeans and ensure you see the casino’s internet site to learn if skinny jeans are allowed before going there. </li><li>A tucked-in collared shirt has a way regarding making one appear very smart plus ready to break the game inside a casino. </li><li>But really you want to have on slacks, a buttoned shirt and animal skin underfoot. </li><li>If you’re heading into your hotel’s gambling establishment in Vegas for any casual Wednesday afternoon, then you absolutely don’t should dress up. </li><li>There are also a lot more alternatives so it’ll be easier to load up just for this category regarding the dress code. </li><li>It’s always really worth bringing a mild sweater along, also in warmer weather condition, as the heat in casinos seems to be held cool with air-con. </li></ul><p>Modern-day internet casinos enable you to express the style without impacting too many constraints.  However, you should always plan a good outfit using the location type along with the period of day.  As you understand by at this point, daytime events demand less formal apparel, while VIP lounges and special festivities demand more effort and class.</p><h2 id=\"toc-2\">Accessories Matter; Choose Elegant Jewelry And Polished Shoes </h2><p>Maybe spruce it upward for a dinner in Valentine\'s Day or lean more everyday for July fourth.  Take a appear through our curated list and find out trustworthy online casinos that offer a selection of games and user-friendly experiences.  Use Best Casino HQ as your first choice resource for locating a few of the top on the  web casino sites ahead of you embark in your online journey.  By visiting our site, it is simple to compare distinct online casinos, helping you to find platforms that suit your preferences and requires.  We provide thorough information about the features and potential advantages of each online casino, making your decision process straightforward in addition to well-informed <a href=\"https://mostbet-india24.in/app/\">mostbet app</a>.</p><ul><li>While a small ladies handbag isn’t just trendy but useful, as it can be used to hold all of your essentials just like makeup to top rated up, your ID and payment playing cards. </li><li>For a official setting, an evening gown or designed suit is ideal. </li><li>However, there will be still wonderful instances to be experienced during the frigid months. </li><li>The clothing ships in the BRITISH, but you can make returns pretty easily from almost all countries. </li><li>This is merely a personal preference, but I realize that in general, night time colors are preferred. </li></ul><p>Shoes need to be fairly old-fashioned - you can easily wear heels in the event that you want, although otherwise, go regarding closed-toe shoes.  As with Business Formal, jewelry and equipment should be moderate.  Many casino costume codes seem kind of blurry nowadays since we aren’t since absolute in each of our clothing.  However, presently there are still many general casino costume code guidelines that can help you figure out and about what you should wear to be able to a casino.  If your specific casino doesn’t have the huge Instagram web page, try shopping the pages of comparable casinos in the region to get a really feel for how the particular locals dress.</p><h3 id=\"toc-3\">What To Avoid Putting On Into A Casino</h3><p>They add that touch associated with class to any outfit, making sure I appear to be I actually belong among the list of high rollers.  Now, I actually always check if my shirt sits nicely on our shoulders and doesn’t turn into a crease-fest after five minutes of seated down.  Pants must stay put no matter if I’m reaching for chips or lounging by the slots – no loose, no bunching upwards.</p><ul><li>For a classic gambling establishment vibe, think about outfits inspired by simply vintage gambling moments. </li><li>We will explore the best outfit suggestions that will certainly not only grant you use of the gambling establishment but also give a person an aura regarding sophistication and school. </li><li>When it comes to Black Link Optional dress requirements, it basically indicates that you have to dress as official since you can, all typically the way up in order to Black Tie level. </li><li>As a man, an individual have a several options to pick from when organizing to go to a on line casino; these options include leather boots, loafers, suede boots, in addition to business shoes. </li><li>To make certain you have\" \"the complete experience available to you, it truly is encouraged that you adhere to business formal guidelines. </li></ul><p>Essentially, you are recreating the formal vibe of Black Tie, with the similar color plan.  This is among the most common casino dress program code and is most likely the dress code when there isn’t actually 1 listed.  I advise checking out the party dresses, yet they also include really cute apparel if you’re trying to find tops or slacks.  Look at the particular most popular fairly neutral colors right this moment and even choose outfits that are both classic and trendy!</p><h2 id=\"toc-4\">Las Vegas</h2><p>However, this is certainly probably not what you will discover when you check out a casino.  Casino outfit codes have come to be increasingly more relaxed more than the years.  The need to keep areas of your entire body that are regarded private covered any time going to a casino cannot be over-emphasized.  Whether you will be a male or woman, wearing sleeveless outfits in addition to others that show up too revealing will get you rejected at the entry.  See-through outfits usually are prohibited in internet casinos, so you might furthermore want to make sure that your foot are well protected.  There\" \"are lots of clothing ideas that girls can rock to casinos to look all alluring in addition to classy without being turned away with the entrance.</p><p>Dress relating to the on line casino type, location, in addition to gambling activities you plan on participating throughout.  As for boots, choose evening sneakers with good heels, while flats are not really allowed.  If a person go down typically the semi-formal road, keep to darker tones for the evening and lighter for the day.  Casual apparel is typically accepted during the daytime, meaning a person can wear what you may normally wear throughout the town.  However, assure everything is thoroughly clean and well-pressed just before leaving your residence.  If you’ve in no way been to the casino, you may be perplexed when choosing what to be able to wear.</p><h3 id=\"toc-5\">Casual Casino Outfits</h3><p>Also, the requirement to wear shoes and boots of matching shade is important if looking like the badass high roller by your favorite motion picture is the aim.  Let the colours of everything you happen to be wearing complement each other.  Back to the perfect casino configurations inside our favorite movie, where almost all the men are smartly dressed within suits and ties.  This will quickly make you appear since sophisticated as the new high tool in a on line casino.  This outfit is definitely acceptable in almost all the casinos although it is not necessarily necessarily the greatest outfit for any gambling establishment outing.  During typically the cold seasons, collared shirts might show up rather uncomfortable since the weather increases colder.</p><ul><li>Women should put on cocktail dresses, the blouse and pants, or an elegant skirt. </li><li>There a wide range of sub-forums where you may ask people intended for advice. </li><li>Macau offers nearly 40 casinos and both locations can be oppressively hot. </li><li>Yes, the images will get some sort of lot of interest on social press, so look typically the part. </li></ul><p>If you’re proceeding to a certain on line casino for a function, then it possibly includes a website.  Most casinos display some sort of simple dress code online, especially when that they require more elegant dress.  Of study course, many people still enjoy visiting land-based casinos, even if they play at online casinos too.</p><h2 id=\"toc-6\">Accessories</h2><p>In Europe, internet casinos often have conventional dress codes, demanding guests to avoid casual wear.  Researching specific venue guidelines is vital to ensure appropriate attire in addition to a positive knowledge.  Years ago you’d be expected to be able to wear formal dress when going inside public be this likely to church or perhaps to operate a great office or to visit the casino.</p><p>If you really need to save money, I advise that you take a look at Shein.  Some of the night-out dresses usually are super cute as well asthe tops and even pants.  As very much as I usually dress in my own style, I also take into consideration typically the people I’m going to an event with.</p><h3 id=\"toc-7\">Step 3: Examine The Casino’s Instagram</h3><p>I especially benefit from the long-sleeve dresses within the party part.  I find of which a well-chosen costume can toe typically the line between everyday and fancy, thus i tend to blend in when I’m not sure exactly what the vibe will probably be at a specific casino.  The coloring scheme\" \"with casinos usually revolves around blacks and grays as well as silvers and white wines.  These colors usually are subtle yet give a hint involving sophistication and class.  While it may possibly sound odd to match your garments by using these types of shades, it will certainly give you a distinctive look that will give you that edge above the other friends.  When you’re preparing what to use to a on line casino, make certain you have the right jewelry, tote, and shoes.</p><ul><li>This category is typically the most formal regarding both men plus women, so it’s best to have on a fancy dress when attending these types of events. </li><li>As you know by now, daytime events need less formal apparel, while VIP lounges and special celebrations demand more effort and class. </li><li>Shoes ought to be fairly conservative - you could wear heels in case you want, although otherwise, go for closed-toe shoes. </li><li>We’ve finally achieved the lowest degree of formality in the dress code. </li></ul><p>While the focus is generally (and rightfully) upon the outfit itself, sometimes accessories will be\" \"what bring everything jointly.  When you move to an evening or night in the casino, ensure that you have all of the necessary accessories on you.  For most of all of us, the casinos regarding Monaco and Mayfair are the stuff of fantasy.</p><h2 id=\"toc-8\">Casino Dress Program Code & Attire</h2><p>Hollywood blockbusters present casinos because\" \"locations that require dresses and shiny gems, however the reality is usually quite different.  We’ve carefully curated a summary of the UK’s top-rated casino sites, exhibiting brand-new casino websites, the best encouraged bonuses, and truthful reviews from actual players.  The self-confidence from knowing you’re dressed perfectly with regard to the occasion may possibly even give an individual an edge at the blackjack table.  Now, let’s improve the game with the look that brings together comfort and course.  This combo screams sophistication at the different roulette games table and retains you looking sharp all night very long.  So even even though Jeremy Scott models are bold and even funky, retain it ripped down here; casinos are about classiness over splashiness.</p><ul><li>If you work in an business office, you’ll easily get an outfit suited for the gambling establishment. </li><li>A classic plus appropriate choice is a new collared shirt, gown pants, and costume shoes. </li><li>This is one involving the reasons to be able to steer clear of sandals whether or not you are an individual on your method to a casino. </li><li>A collared shirt intended for gentlemen can get a long approach, associated with jeans or even dress slacks. </li></ul><p>A neutral-colored turtleneck like bright, combined with black jeans provides you with the appearance you desire.  The black pants may be chinos or many other materials that make a person comfortable.  A tucked-in collared shirt has a way of making one appear very smart in addition to ready to break the game within a casino.  You will be pleased with your visual appeal in the mirror actually before anyone will get the chance in order to complement you.</p><h3 id=\"toc-9\">Casual Clothing: Relaxed Yet Respectable</h3><p>I’ll continue to dress up a bit for these varieties of casinos during the weekend times, but otherwise you most likely don’t need to worry.  In Las vegas during daytime hours for example, individuals have been known to come overdressed wearing evening gowns or even tuxedos when denim jeans or shorts would suffice just fine.  Players view it certainly not only as a opportunity to play their very own favourite casino game titles, but for feel glam, get\" \"dressed up and enjoy time with others.  Online. casino, or To. C, is a great international facts gambling, providing the newest information, game guides in addition to honest online casino reviews conducted by genuine experts.  Make sure to check your local regulatory requirements prior to deciding to choose to be able to play any kind of time gambling establishment listed on our own site.</p><p>If you’re interested in exploring the exciting world of online casino games, Best Gambling establishment HQ is here to guide an individual.  Our affiliate web site provides a dedicated site listing some regarding the best online casino sites available to be able to UK players.  FormalFormal settings often call up\" \"for any suit or some sort of combination of a customized jacket and corresponding trousers.  A connect or bow tie up could be necessary, depending on the casino’s rules.</p><h3 id=\"toc-10\">How A Lot Do Internet Gambling Streamers Make</h3><p>In this BestCasinoHQ guide, you’ll uncover essential tips upon choosing the right outfit with regard to your casino pay a visit to.  Whether you’re aiming for a everyday look or salad dressing up for a more upscale venue, knowing the appropriate attire will make sure you’re ready regarding regardless of the\" \"evening holds.  For men, this usually signifies wearing a collared t-shirt, dress pants, and dress shoes.  For females, options include a new nice dress, blouse and blouse blend or dress jeans and a blouse.  Both men and women should avoid wearing shorts, flip flops, athletic wear, or perhaps anything that is too casual or exposing.</p><ul><li>You may opt to use additional types of gowns like dresses in bright colors or perhaps even multiple colors if it is usually not prohibited inside that casino. </li><li>The Informal casino dress computer code is the many common dress code and the the majority of confusing. </li><li>Also, no matter how informal you are in order to appear in a new Vegas casino, you must make sure to seem neat because dirtiness is a total no. </li><li>Make your web casino betting safe, fun, and even profitable with honest and unbiased opinions by CasinosHunter! </li></ul><p>Stick to exactly what works;  crisp button-down shirts for starters, combined with smart casual pants are always good wagers.  Most casinos possess some kind regarding dress code instructions especially in the evenings.  But in case you know your current local casino offers a \"Casual\" outfit code, what really does that even suggest?  This article may assist you through the particular ins-and-outs of precisely what to wear to a casino, depending upon which kind of casino outfit code it features.  Smart casual fundamentally means that you’re dressing for a new particular date but typically the rules aren’t complete.  You can wear skinny jeans (even blue jeans) as long while your outfit still looks trendy plus upscale.</p><h2 id=\"toc-11\">Skip Typically The Literal Costumes (unless It’s A Halloween Costume Party)</h2><p>\"Fancy wear is usually for nighttime with casinos, usually virtually any time after sun.  It may be for VIP lounges, special events, and some other evening events.  For women, black connect includes a well-tailored pantsuit, floor-length gown, elegant and tasteful cocktail dresses, evening shoes with a heel, and sophisticated and clean components.  This dress code is appropriate during evening hours if the casino doesn’t require black or bright tie attires.  Of course, you can also choose it for the daytime, if you want to avoid wearing jeans and a shirt.  Las Vegas encourages stylish clothes, while Atlantic City suggests comfort, especially in colder several weeks.</p><ul><li>Cocktail dresses are classy and suitable for conventional settings. </li><li>So, just in circumstance you are hotels in a hotel with the casino, there is not any quick operate from your swimming swimming pool to the on line casino in your swimwear. </li><li>Women should wear some sort of full-length formal night gown (see these, intended for example). </li><li>Almost every industry has been influenced in a way or perhaps another by electronic digital transformation such as casinos. </li><li>When in question, it’s far better to outfit in conservative shades and clothing. </li></ul><p>Even students throughout their vacation will likely reside in hotels having a casino, making it unnecessary to be able to have a conventional dress code.  But, understand what want to risk embarrassment, enjoying at an below 1 hour drawback casino is remarkably advisable and there is not any dress code requirements.  Whether you prefer playing live dealer online games, slots, or stand games, you will not ignore typically the glamor of the bodily casino while actively playing online.</p><h2 id=\"toc-12\">Casino Style: What Things To Wear To Typically The Casino</h2><p>To dress appropriately, follow the guidelines for Semiformal or Business\" \"Conventional.  Women should wear cocktail dresses, some sort of blouse and slacks, or an stylish skirt.  Business Elegant covers the type of clothing that you just would wear directly into an office job.  This is a safe wager for virtually any casino a person go to if you don’t know the dress code.  You might be able to squeak simply by to get more formal needs but you won’t appear overdressed if it’s an even more casual atmosphere.  Business Formal will be also comfortable sufficient that you won’t mind spending overnight time in it.</p><ul><li>A boost from wise casual, semi-formal will certainly usually be listed on the casino’s website. </li><li>Women have a slightly bigger challenge, especially when it comes to a semi-formal costume code as it can be hazy. </li><li>Ladies who else attend a black-tie event should opt for a floor-length formal gown inside a rich, dark color like dark, navy, emerald environmentally friendly, or deep wine red. </li><li>A collared shirt, dress shoes and boots and dress trousers always looks wise without going crazy. </li></ul><p>Also, don’t miss out on scoring half selling price Vegas show tickets to add a touch of world-class amusement in your chic nighttime out.  Heading out there to a casino and feeling dropped in the shuffle about what to put on?  You’re not by yourself; nailing the perfect outfit can experience like more involving a gamble than choosing red or perhaps black in the roulette table.</p><h3 id=\"toc-13\">Understanding Casino Dress Codes</h3><p>A white wing-collared shirt is a new must, complemented simply by a white bow tie.  When watching a casino motion picture, it is popular to see every person dressed in sophisticated attire.  In the past few years, clothes code throughout casinos has come to be more relaxed in addition to permissive.  Winstar Casino’s dress code is definitely a good point of reference.</p><ul><li>Whether you will be a person or woman, wearing sleeveless outfits and even others that seem too revealing will certainly get you rejected at the entry. </li><li>You’re not alone; nailing the perfect outfit can feel like more associated with a gamble as compared to choosing red or even black on the roulette table. </li><li>You will need to be well-kept and seemly, that means no dirty or torn outfit need to be worn, even if you have purchased it from Louis Vuitton by way of example. </li></ul><p>This means, within essence, that you don’t need to use formal attire\" \"– but you need to still look presentable.  Whether it’s on the internet or at the physical location, casinos are more well-known than ever.  From young professionals to be able to the elderly, people from a number of demographics are browsing casinos and enjoying their favourite video games.</p>','Casino Outfits & Dress Code Precisely What To Wear To A Casino?','','inherit','closed','closed','','261-autosave-v1','','','2025-10-07 14:40:20','2025-10-07 07:40:20','',261,'https://lion288slot.com/?p=263',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(264,1,'2025-10-07 06:52:01','2025-10-06 23:52:01','<meta name=\"description\" content=\"Interestingly, our focus today shifts faraway from Las Vegas and even Nevada. \"/><h1>Top Ten Biggest Internet Casinos In U S I9000 By Gaming Rectangular Footage</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Casino Buildings</a></li><li><a href=\"#toc-1\">Casinos In The Declares: Map Of American Gambling</a></li><li><a href=\"#toc-2\">Caesars Casino</a></li><li><a href=\"#toc-3\">H: Riv Spirit Casino Holiday Resort, Tulsa Oklahoma</a></li><li><a href=\"#toc-4\">D: Foxwoods Resort Casino, Mashantucket, Connecticut</a></li><li><a href=\"#toc-5\">Sports</a></li><li><a href=\"#toc-6\">Luxor Las Vegas</a></li><li><a href=\"#toc-7\">A Gaming Experience Just Like No Other</a></li><li><a href=\"#toc-8\">Most Popular Instruments To Try – Beginner’s Top Picks</a></li><li><a href=\"#toc-9\">What Says Have Casinos? The Complete Guide To Be Able To Gambling In The Particular Us</a></li><li><a href=\"#toc-10\">Caesars Building Las Vegas Hotel & Casino</a></li><li><a href=\"#toc-11\">City Regarding Dreams</a></li><li><a href=\"#toc-12\">Largest Casinos In The United States Of America</a></li><li><a href=\"#toc-13\">Top Twelve Largest Casinos Within The United Declares (</a></li><li><a href=\"#toc-14\">Ultimate Online Poker Glossary: 550+ Slang Terms & Expressions</a></li><li><a href=\"#toc-15\">Casinos</a></li><li><a href=\"#toc-16\">Choctaw Casino Resort</a></li><li><a href=\"#toc-17\">Soaring Eagle Casino & Resort – Mt Pleasant, Mi</a></li><li><a href=\"#toc-18\">Should Canadian Gamblers Go To Be Able To Us Casinos?\" \"Pros, Cons, And Common Sense</a></li><li><a href=\"#toc-19\">Foxwoods Resort Casino – Mashantucket, Ct</a></li><li><a href=\"#toc-20\">Choctaw Casino Hotel – Durant, Ok</a></li><li><a href=\"#toc-21\">Most Proven Ideas To Raise Your Online Artwork Sales</a></li><li><a href=\"#toc-22\">Biggest Casinos In The Us: Introduction The Top 12 Gaming Paradises</a></li><li><a href=\"#toc-23\">Yaamava Resort & Casino</a></li><li><a href=\"#toc-24\">Top 25 Biggest Us Casinos</a></li><li><a href=\"#toc-25\">Foxwoods Resort Casino – Mashantucket, Connecticut</a></li><li><a href=\"#toc-26\">Most Underrated Snes Games Every Game Player Must Experience</a></li><li><a href=\"#toc-27\">Riverwind Casino</a></li><li><a href=\"#toc-29\">States With Commercial Internet Casinos: Where Do The Las Vegas Lights Shine? </a></li><li><a href=\"#toc-30\">What Is The Biggest Gambling Establishment In The Usa? </a></li><li><a href=\"#toc-31\">Best Internet Casinos To Play Online</a></li><li><a href=\"#toc-33\">Be First To Obtain The Exclusive Offers! </a></li></ul></div><p>Since its design in 2003, it has been a haven regarding gaming enthusiasts, giving over 10, 500 games including slots and other gambling establishment classics.  Over 100 unique tables grace the casino floors, supplemented by a good additional 55 holdem poker tables.  Adding in order to its distinctiveness are four gaming plazas, each meticulously developed to evoke typically the ambiance of significant cities — Rome, Beijing, Rio, in addition to New York.  This allows patrons to be able to immerse themselves within an environment of which suits their preferences.  Encore Boston is run and controlled by Wynn Major resorts, and people to Boston Harbor certainly won’t miss this imposing building.  It’s zero less impressive on the inside, with just short of 3, 000 slots and over 160 table games waiting intended for visitors to appreciate.</p><ul><li>Moving on, we include a Durant, Oklahoma-based Choctaw Casino Vacation resort, which sees about 300, 000 consumers pass through annually. </li><li>It includes two curvilinear glass podiums, rising to 50 stories and includes a total of four, 004 rooms plus suites. </li><li>You likewise won’t find a sportsbook on the Lake Wind, however it will have an off-track betting office to set bets on horses racing. </li><li>The 3rd on the list is Foxwoods Resort Casino, situated in Mashantucket, Connecticut. </li></ul><p>The tenth largest and final access on our checklist of the five biggest casinos in the USA is the Encore Boston Harbor, in Everrett, Massachusetts.  It provides a design and layout very related to that of the particular Wynn-Encore in Todas las Vegas, with 210, 000 of video gaming space.  Despite getting much smaller compared to WinStar, at several, 400 it offers almost as many slot machines and typically the same number of table games because the biggest casino in the state.</p><h2 id=\"toc-0\">Casino Buildings</h2><p>This luxury hotel and casino will be owned by The Blackstone Group in addition to operated by MGM Resorts International.  A. The Chickasaw Country Indian Tribe possesses and operates the particular resort, together with several other casinos which includes the Riverwind Casino in Norman.  The tribal land includes over 7, 500 square miles throughout southern Oklahoma.  Worldwide, there are more than 70, 000 people of Chickasaw Nation (per the Chickasaw Nation’s recent Governor’s report).  Their head office is situated in Ada, Ok, 90 miles northeast of the WinStar <a href=\"https://mostbetbd24.com/\">mostbet bd</a>.</p><ul><li>In 2019, this opened Hard Rock Live, which offers a 7, 000-seat capacity theater for different events. </li><li>There are even a couple of 18-hole golf classes that also offer private lessons.\"</li><li>The online casino is beautiful plus shows off luxurious, nevertheless the size is massive. </li><li>WinStar World Casino & Resort is typically the largest casino in the United Claims, covering a enormous 519, 000 rectangular feet of gambling space. </li></ul><p>The casino features a wide variety of gaming choices, including 3, 500 slots, 110 stand games, and also a high-class poker room.  Thunder Valley also stands apart for its enjoyment\" \"products, with regular concerts, events, and displays held in it is 1, 000-seat location.  The resort’s accommodations are equally remarkable, using a 17-story resort that provides breathtaking opinions in the surrounding area.  Guests can take pleasure in a variety involving dining options, from casual eateries to gourmet restaurants.  Thunder Valley is some sort of great destination with regard to people who want to experience California’s ideal in both gambling and relaxation.</p><h3 id=\"toc-1\">Casinos In The Says: Map Of American Gambling</h3><p>The Bellagio furthermore has the best dining places that can end up being found around the Las Vegas Strip.  Anyone can find some thing that they take pleasure in about the Bellagio across the more than 160, 500 sq.  And actually though the building is not guitar formed, it can do have typically the usual Hard Stone guitars and souvenirs adorning the walls inside.  It\'s not just a fantastic resort to period kids to nevertheless, as most regarding the entertainment will be adult oriented, nevertheless there are family members friendly attractions local such as Dschungel Gardens.  It was only in 2021 how the venue included a hotel plus renamed itself once again, to become the particular Yaamava Resort &amp; Casino.  The brand Yaamava is the native word for the spring in Serrano, the San Manuel Band of Indians’ native terminology <a href=\"https://mostbetbd24.com/app/\">mostbet app</a>.</p><p>In addition in order to gambling, there is usually a magnificent health spa and restaurants by famous chefs.  The casino\'s loyalty system allows players to receive exclusive privileges, like free nights on the hotel.  Parx Casino is another associated with the largest casinos in the UNITED STATES OF AMERICA that doesn’t number its guests right away.  Riverwind is one particular of the largest casinos in the particular USA and capabilities 219, 000 square feet of gaming dining tables and slot devices.</p><h3 id=\"toc-2\">Caesars Casino</h3><p>To conclude, the state of Nevada will not even include one of the particular ten biggest online casino companies in the US.  Since many people appreciate the convenience of enjoying their favorite casino video games in some US ALL online casinos, some others still like in order to travel to other parts of the region.  Some even search for and travel to the largest casinos in the ALL OF US to join in the excitement and enjoyment of casino video gaming.</p><ul><li>A rebrand to Yaamava’\" \"came in 2021 along with a 17-storey resort tower. </li><li>This room is individual from the rest of the casino to be able to offer privacy and a quiet environment. </li><li>It has 186, 187 square feet of on line casino space, which features 240 gaming dining tables and 2, two hundred slot machines. </li></ul><p>Owned by simply Vici Properties and controlled by MGM Resorts International, Mandalay Bay offers 3, 209 rooms in hotels, 24 elevators, plus a casino of one hundred thirty five, 000 square toes.  The luxury hot tub offers everything by facials and massages to manicures plus Lomi Lomi.  The resort hosts various shows and shows over the study course of summer time because part of the outdoor amphitheater series.  After a September 2010 expansion, right now there was the addition of the luxury hotel presenting 46 suites along with a whopping 408 rooms.</p><h2 id=\"toc-3\">H: Water Spirit Casino Hotel, Tulsa Oklahoma</h2><p>Built about the site of the demolished Dunes hotel and casino on the Las Vegas Strip in Paradise, Nevada, Bellagio is a resort, luxurious hotel, and gambling establishment.  The resort likewise comprises the just casino at CityCenter, with 14, 500 m2 of gaming space.  Other characteristics of the motel include a 7, 400 m2 salon and spa and 46, 000 m2 of convention space.  Moreover, the hotel houses numerous retailers, nightclubs, restaurants, as well as the largest casino inside Clark County.  Occupying the site associated with the old Sands Hotel, Venetian Las Vegas has over 7, 000 bedrooms.  In addition, the hotel features the total of thirty, 900 m2 involving gaming space, golf equipment and lounges and restaurants.</p><ul><li>Pechanga Resort Casino is one of the biggest US ALL casinos situated in Florida. </li><li>Two in the biggest casinos in the usa are positioned under the same roof at\" \"the Mohegan Sun, that has been opened in mil novecentos e noventa e seis and is controlled by the Mohegan tribe. </li><li>They offer all involving the classic gambling establishment favorites but mix them in a bundle that includes luxurious resorts, spas, plus restaurants. </li><li>With French Lick Benefits, you’ll have the particular opportunity to make points on some sort of tiered system. </li><li>There are no other casinos across the particular street from typically the WinStar, nor down the road to compete for Dallas area gambling money. </li></ul><p>What I’m trying to claim is the fact when you’re the only real casino inside an hour and even a half’s generate for 7 thousand people, you’re going to do well.  The WinStar has the physical fortune to end up being one of simply two casinos within 100 miles on this growing metropolitan place.  (The other may be the Choctaw Casino Holiday resort in Durant, Ok, about 91 miles away).  Foxwoods has “just” 4, 800 slot machines, although WinStar has eight, 600 different slot machines.  On top rated of that, Riverwind is a pure five miles from the University regarding Oklahoma, among the best collegiate programs within terms of sports, basketball, and hockey.</p><h3 id=\"toc-4\">D: Foxwoods Resort Casino, Mashantucket, Connecticut</h3><p>Kids are also pretty nicely looked after right here, with various routines offered at the Thunder Valley Entertainment Middle, including mini-golf, bowling, Go-Karting, Laser Tag and a games arcade.  The poker room has 28 furniture, but it is expanded several times each year, when visiting excursions like the WSOP Outlet as well as the World Holdem poker Tour (WPT) maintain events.  Smaller excursions, such as the Rungood Collection also make standard stop pffs at Thunder Valley.  It’s a great casino regarding high rollers, with several high reduce areas and lounges, however it doesn’t tick all typically the boxes for everybody.  It did have got a small poker room, however this closed in 2019 and would not reappear after typically the venue rebranded inside 2021.</p><ul><li>There are other casinos in the area too – you can check out out Harrah’s, the 45 minute drive away, or the Pit Forge Casino Holiday resort which does possess a hotel on site. </li><li>Check with your favorite airline intended for connections that can work to suit your needs. </li><li>There are some quite big casinos in the USA, including the largest on the planet. </li><li>However, you may end up being surprised to observe how many super-sized casinos are situated beyond Nevada and even the bright signals of Vegas. </li><li>The online casino provides a whopping 344, 000 square toes of casino space, which features some, 800 slot machines. </li></ul><p>The casino offers 108, 000 block feet of casino space, featuring one, 965 gaming devices and 115 dining tables.  Pechanga Resort Gambling establishment is one regarding the biggest PEOPLE casinos found in California.  If experts typically the US and seeking for any casino using nonstop gaming, next we recommend Pechanga Resort Casino.  There are extensive affordable chain hotels in typically the vicinity, from Days Inns to more luxurious hotels.  San Manuel, however, features everything the hotel casinos have to offer.</p><h2 id=\"toc-5\">Sports</h2><p>One of the greatest parts of visiting this magnificent on line casino is that a person will get to determine an exceptional artificial water fountain.  With its vast home area and intensive gaming and non-gaming amenities, Foxwoods Hotel Casino is one particular of the biggest casino in typically the US and the third-largest casino in the world.  In addition, about a hundred and forty miles northeast of New York City is placed a massive on the lookout for million square base Native American on line casino, with 344 thousands of square feet devoted only to gaming.  The casino offers over 3, 000 slot machine game machines, 180 scratch cards, and a massive\" \"poker site.</p><ul><li>Don’t allow the location fool you, right now there is boutique purchasing, international buffets, and even world-class golf available to guests. </li><li>The casino exposed in 2004 and started using it is current name within 2009. </li><li>The casino also enables smoking, although presently there is a smoke-free level for non-smokers, which covers 21, 000 square feet, plus it offers numerous high-limit slots and even gaming tables. </li><li>It’s also typically the proud home in order to two professional sporting activities teams – the New England Black Baby wolves of the National\" \"Lacrosse League and the particular WNBA’s Connecticut Sun. </li></ul><p>The Venetian Resort Hotel On line casino is really a luxurious online casino for the Las Vegas Strip, with above 120, 000 block feet of gambling space.  The on line casino offers over\" \"just one, 000 slot devices, 139 table game titles, and a poker site with 59 tables.  The Venetian also features a imitation of Venice’s Great Canal, complete using gondola rides and even upscale shopping.  Bellagio is another famous casino on the Vegas Strip, together with over 156, 1000 sq ft of game playing space.</p><h2 id=\"toc-6\">Luxor Las Vegas</h2><p>Without any doubt, Seminole is the particular biggest casino in the United States.  Also known as the guitar gambling establishment, its hard mountain guitar structure is definitely beautiful in Florida.  The casino provides 245, 000 sq ft of casino area featuring games such as mini-baccarat, let this ride, blackjack, pai gow, three-card, in addition to so on.  The casino has five hundred slot machines along with various games plus a poker room.  In 2019, that opened Hard Rock Live, which provides a 7, 000-seat capacity theater for various events.  The MGM Cotai in Macau consists of 500, 000 square ft of playing space and suits slot lovers with a single, 500 slot machines and 174 gaming dining tables.</p><ul><li>Winstar’s sixty six, 950 square foot of convention centre space will make that larger than a lot of casinos around the particular country. </li><li>The vacation resort used to have a bingo area, but it converted it into the concert venue, to be able to provide additional means of entertainment. </li><li>It features a design and even layout very similar to those of the Wynn-Encore in Las Vegas, with 210, 000 of gambling space. </li><li>Located throughout Durant, Oklahoma, the particular Choctaw Casino Holiday resort is our following feature. </li></ul><p>It generates the ultimate vacation if you are fans associated with gambling and individuals just looking for a soothing time.  There will be nothing really like striking the gaming floors then relaxing in the spa with one of the luxurious spa features.  It does have 2, 100 slot machines, 121 table games and some sort of 29 table online poker room.</p><h3 id=\"toc-7\">A Gaming Experience Just Like No Other</h3><p>When you’re rested from your journey to a single involving the largest casinos in the UNITED STATES, head right down to typically the game floor and luxuriate in live dealers web hosting Pai Gow Poker, Casino War, Speaking spanish 21 and more.  Thunder Valley On line casino is huge –\" \"this boasts 250, 500 square feet regarding gaming and a new full 42 miles of parking!  And if everything that video game floor wasn’t adequate to keep an individual busy, Thunder Area is close in order to golf, Sacramento nightlife and driving distance to Napa Pit wine.  When an individual plan your video gaming trip to or perhaps within America, you’ll have to end up being sure to check out out the Rare metal Coast Hotel and even Casino in Las vegas.  The Gold Seacoast is one involving the largest internet casinos in the UNITED STATES OF AMERICA, along with the resort really has six cousin casinos you can visit and occurs B Connected details at.</p><ul><li>The poker region at Foxwoods may be the third biggest in america, and it features 114 tables, producing it a popular attraction. </li><li>As typically the name suggests, typically the Seminole Hard Stone Hotel and Online casino is a intensely music-inspired destination. </li><li>Whether you’re a seasoned gambler or a first-time customer, these casinos will be sure to offer an unforgettable experience. </li><li>Sports fans may possibly prefer to invest most of their time in the Sportsbook, while some will always be drawn to bingo lounges or possibly the poker place for a tad of Texas Hold’em or perhaps some Pot Limit Omaha. </li><li>What I’m trying to point out is that when you’re the sole casino inside an hour and a half’s generate for 7 thousand people, you’re going to do well. </li></ul><p>This establishment matches the particular scale its predecessor on our list, comprising an extraordinary 210, 000 sq ft.  As the particular most recent business in our system, it absolutely was inaugurated throughout 2019 and features both a casino and also a large lodge.  The entire intricate, with an estimated worth of $2. a few billion, stands as the largest exclusive single-phase construction job in the state’s history.</p><h2 id=\"toc-8\">Most Popular Devices To Try – Beginner’s Top Picks</h2><p>The hotel contains around 600 rooms, and there will be 13 restaurants plus an entire row of luxury retail shops filled using everything, including fine art.  Moving on in order to our seventh access, we have Yaamava Resort &amp; Casino at San Manuel, Highland, California.  You can find that only 60 kilometers outside of La, and it will be a site with the biggest number of available slots about the West Coastline.</p><ul><li>Additionally, the casino provides a collection of high-stakes slots and gaming tables, which includes strenuous a $1, 000 per pull, located in a unique area for large spenders. </li><li>One of the distinctive characteristics of Foxwoods Resort Casino is its poker room, which in turn ranks because the third-largest globally and benefits 114 tables. </li><li>A huge selection of games in addition to the opportunity to really feel like a portion of something awesome. </li><li>While Las Vegas internet casinos might not appear on this list, that doesn’t suggest the US is completely missing. </li><li>The River Wind is the third Oklahoma casino to make typically the top ten list, coming in in number eight, with 219, 000 sq feet of game playing space. </li><li>Riverwind features designers for example Chris Tucker, Willian Shatner plus Willie Nelson. </li></ul><p>It has a better distributed of family enjoyment, with a bowling\" \"intersection, an arcade, pools, a movie theater and many other attractions in offer.  The gaming offering is similar to of which found at Mohegan Sun, with slightly fewer in almost all categories.  But along with 3, 500 slots in addition to over 250 game playing tables, it truly is nonetheless one of the biggest casinos inside the whole region.  Mohegan Sun is definitely one of the particular biggest resorts in the East Shoreline, situated in Uncasville, Connecticut.</p><h3 id=\"toc-9\">What States Have Casinos? Typically The Complete Guide In Order To Gambling In The Particular Us</h3><p>In conjunction with casino area, Excalibur Hotel plus Casino includes some sort of renovated pool place and a thirteen, 000-square-foot spa plus fitness centre.  The inclusion of the particular word “resort” can make this brag formally true, as a result of enormous size of the hotel and casino’s non-gaming space.  Between hotels, restaurants, etc, the resort provides 1. 2 million square feet associated with space.  Winstar’s 66, 950 square ft of convention middle space would make it larger than numerous casinos around the particular country.  The casino proper has a lot more than 3, 000 slots and video machines to select from.</p><p>There really are a whopping 6, 852 rooms accessible to book, and they’re ready for a person at a reasonable price.  Take your current pick from typically the best USA internet casinos and enjoy exciting gameplay, fantastic offers, and the serenity of mind that is included with playing on some sort of secure site.  Built 5 years ago, Riverwind Gambling establishment is a popular entertainment location in Norman, Oklahoma.  Founded in the year 2003, Thunder Valley Online casino Resort is situated in Lincoln, CA, just 30 mls northeast of typically the state’s capital.  Owned from the United Auburn Indian Community, Thunder Valley is home to one of the best resorts for California locals and tourists.</p><h3 id=\"toc-10\">Caesars Structure Las Vegas Hotel & Casino</h3><p>There are 6th, 500 video gaming devices here (including electronic digital table games).  Mohegan Sun supplies the 2nd largest gaming floor space in typically the USA, using a great quantity of all game types available.  Although its 5, 000 slot equipment are significantly much less than at WinStar, Yaamava and Choctaw, it a lot more than tends to make up for this with over 310 gaming tables in addition to a vast array of cusine options.</p><ul><li>But hold on, that’s inside Hollywood and I’m afraid that’s not this one, that is in Tampa. </li><li>Also found in the US, the particular Yaamava’ in San Bernardino is managed from the San Manuel Band of Mission Indians. </li><li>The Encore is usually structured across a couple of floors, together with the key floor packed with slot machine game machines and typically the second floor committed to table games in addition to high-limit rooms. </li><li>Moving on, we have got Red Dog  Gambling establishment, which is one more platform that we all highly recommend. </li><li>Other top Mohegan Sun Casino, Foxwoods Casino, Riverwind Online casino, plus the list went up to thirty. </li></ul><p>In conclusion, the top rated 20 largest casinos in the usa offer a new wide range regarding gaming options, entertainment, and amenities for people to enjoy.  Whether you might be a video gaming enthusiast or seeking for a fun-filled vacation destination, these types of top casinos have got something for everyone to enjoy.  The River Wind is the third Oklahoma on line casino to make the top ten checklist, coming in from number eight, together with 219, 000 block feet of gambling space.  It offers the same gambling floor space while Choctaw, but lags behind in almost all other categories.  The fourth-largest US on line casino is a Lincoln subsequently, California-based Thunder Pit Casino Resort.  Another tribal casino, that one is owned by united Auburn Indian Community.</p><h2 id=\"toc-11\">City Involving Dreams</h2><p>There are other casinos in the area too – you can check out out Harrah’s, a new 45 minute drive away, or the Area Forge Casino Vacation resort which does possess a hotel upon site.  What we love most concerning San Manuel, though, is that that they give back to typically the local community.  The San Manuel Music group of Mission Indians has donated vast amounts to charitable companies – it’s some sort of casino you could truly feel good concerning playing.  Mandalay Bay has two sis properties you could have observed of – the Luxor and Excalibur.  There is the tram that runs between your properties, therefore if you’re experiencing lucky at a sister resort, simply jump on the bus and start game playing at one associated with the other qualities.  Guests of typically the hotel usually takes advantage of N life rewards, as typically the Borgata is held by MGM Hotels International.</p><ul><li>The casino included a number regarding the euphoric pleasures, such because a sports bar and nightclub, fresh high-limit and VERY IMPORTANT PERSONEL gambling areas, and more. </li><li>To satisfy adventure-seekers, the resort also offers a range associated with outdoor activities, from tranquil woodland tracks to a heart-stopping zipline that propels riders 350 toes into the air. </li><li>The casino boasts over 4, five hundred slot machines, 154 scratch cards, and some sort of poker room with 43 tables. </li><li>Many from the largest casinos, with the most slots and table games, as well as other kinds of entertainment, are usually found in Macau, China, with Las Vegas falling some approach behind in the rankings. </li><li>In conclusion, the leading 20 largest internet casinos in the usa offer the wide range involving gaming options, enjoyment, and amenities regarding people to enjoy. </li></ul><p>The casino stands away as it has a unique design and interior presence.  There is a popular display of Seminole designs and fine art, which have been built into several of typically the structures on web-site.  Choctaw Casino Durant’s floor space is usually also packed along with 100 Table game titles, and a twenty-five table poker area and racebook.  Among the resort’s sixteen restaurants is the popular Butterfields Vaisselier.  The resort’s 3 hotel towers consist of a total of three, 652 hotel rooms.  The nine thousand square feet also include 80 shops in the 300, 500 square foot Tangier Outlets, two big concert venues, the spa, numerous bars and lounges and also 30 restaurant selections.</p><h3 id=\"toc-12\">Largest Casinos In The United States Of America</h3><p>2003 saw typically the opening with  the Thunder Valley Casino Vacation resort, modeled after Todas las Vegas.  The parking lot of the 250, 000-square-foot casino inside Lincoln, California, spans 42 acres!  Thunder Valley\" \"is among the most renowned casino in Auburn Indian Group.</p><ul><li>Over a hundred unique tables sophistication the casino ground, supplemented by the additional 55 holdem poker tables. </li><li>Mohegan Sun is a single of the largest and most recognized casinos in the U. S., giving 350, 000+ sq feet of gaming space. </li><li>Traditional game titles like blackjack, roulette, baccarat, and craps are mainstays within every authentic cash casino. </li><li>At the\" \"second last position within our list of the biggest hotels within the US is definitely Bellagio. </li><li>When you’re not playing, you can easily relax in one particular of the resort pools or get a live display. </li></ul><p>There are a lot more than 60 Indian casinos in Los angeles, including San Manuel Casino and Thunder Valley Casino Holiday resort.  Many of these people are located close to major cities such as Los Angeles and Hillcrest.  While your kids happen to be in the excellent hands of competent childcare workers, you’ll love the scratch cards like Criss Combination Poker, Chase the particular Flush and even more.</p><h2 id=\"toc-13\">Top 10 Largest Casinos Throughout The United Declares (</h2><p>This is another tribal casino, owned in addition to operated by Saginaw Chippewa Tribal State.  It was initially built in 98, but it found several changes above the years, after which an entire collection of renovations throughout 2018, which are really worth around $27 mil.  The casino included a number of new pleasures, such as a sports club and nightclub, brand new high-limit and VERY IMPORTANT PERSONEL gambling areas, and even more.  It covers a place of 210, 500 square feet, showcasing 4, 400 slots and around 75 table games.  The third on the list is Foxwoods Resort Casino, located in Mashantucket, Connecticut.</p><ul><li>WinStar also beats away Foxwoods in words of gaming devices, defined as position machines, video holdem poker machines, electronic black jack games, etc. </li><li>While online casinos is much more convenient, numerous people still help to make an effort to be able to travel across the nation in addition to explore the incentives of land-based casinos. </li><li>No online casino in the Usa States can present 7, 500 electronic tables, and just a handful of casinos globally can boast that number of electronic machines. </li></ul><p>An expansion completed in 2021 brought the casino up to 300, 000 block feet of on line casino floor space, with 7, 400 gaming machines.   Here’s a summary of the biggest casinos in america, (by ground space focused on betting space, but not total size of the particular hotel and resort).  The Foxwoods Vacation resort Casino is typically the biggest gambling organization in North America and the third largest worldwide.  The 9-million-square-foot Native United states casino is situated around 140 mls northeast of Brand new York City and has a game playing space of 344, 000 square toes.</p>','What Declares Have Casinos? The Full Guide To Betting In The Us','','publish','closed','','','what-declares-have-casinos','','','2025-10-07 14:46:21','2025-10-07 07:46:21','',0,'https://lion288slot.com/?p=264',0,'post','',0),
(265,1,'2025-10-07 14:46:21','2025-10-07 07:46:21','<meta name=\"description\" content=\"Interestingly, our focus today shifts faraway from Las Vegas and even Nevada. \"/><h1>Top Ten Biggest Internet Casinos In U S I9000 By Gaming Rectangular Footage</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Casino Buildings</a></li><li><a href=\"#toc-1\">Casinos In The Declares: Map Of American Gambling</a></li><li><a href=\"#toc-2\">Caesars Casino</a></li><li><a href=\"#toc-3\">H: Riv Spirit Casino Holiday Resort, Tulsa Oklahoma</a></li><li><a href=\"#toc-4\">D: Foxwoods Resort Casino, Mashantucket, Connecticut</a></li><li><a href=\"#toc-5\">Sports</a></li><li><a href=\"#toc-6\">Luxor Las Vegas</a></li><li><a href=\"#toc-7\">A Gaming Experience Just Like No Other</a></li><li><a href=\"#toc-8\">Most Popular Instruments To Try – Beginner’s Top Picks</a></li><li><a href=\"#toc-9\">What Says Have Casinos? The Complete Guide To Be Able To Gambling In The Particular Us</a></li><li><a href=\"#toc-10\">Caesars Building Las Vegas Hotel & Casino</a></li><li><a href=\"#toc-11\">City Regarding Dreams</a></li><li><a href=\"#toc-12\">Largest Casinos In The United States Of America</a></li><li><a href=\"#toc-13\">Top Twelve Largest Casinos Within The United Declares (</a></li><li><a href=\"#toc-14\">Ultimate Online Poker Glossary: 550+ Slang Terms & Expressions</a></li><li><a href=\"#toc-15\">Casinos</a></li><li><a href=\"#toc-16\">Choctaw Casino Resort</a></li><li><a href=\"#toc-17\">Soaring Eagle Casino & Resort – Mt Pleasant, Mi</a></li><li><a href=\"#toc-18\">Should Canadian Gamblers Go To Be Able To Us Casinos?\" \"Pros, Cons, And Common Sense</a></li><li><a href=\"#toc-19\">Foxwoods Resort Casino – Mashantucket, Ct</a></li><li><a href=\"#toc-20\">Choctaw Casino Hotel – Durant, Ok</a></li><li><a href=\"#toc-21\">Most Proven Ideas To Raise Your Online Artwork Sales</a></li><li><a href=\"#toc-22\">Biggest Casinos In The Us: Introduction The Top 12 Gaming Paradises</a></li><li><a href=\"#toc-23\">Yaamava Resort & Casino</a></li><li><a href=\"#toc-24\">Top 25 Biggest Us Casinos</a></li><li><a href=\"#toc-25\">Foxwoods Resort Casino – Mashantucket, Connecticut</a></li><li><a href=\"#toc-26\">Most Underrated Snes Games Every Game Player Must Experience</a></li><li><a href=\"#toc-27\">Riverwind Casino</a></li><li><a href=\"#toc-29\">States With Commercial Internet Casinos: Where Do The Las Vegas Lights Shine? </a></li><li><a href=\"#toc-30\">What Is The Biggest Gambling Establishment In The Usa? </a></li><li><a href=\"#toc-31\">Best Internet Casinos To Play Online</a></li><li><a href=\"#toc-33\">Be First To Obtain The Exclusive Offers! </a></li></ul></div><p>Since its design in 2003, it has been a haven regarding gaming enthusiasts, giving over 10, 500 games including slots and other gambling establishment classics.  Over 100 unique tables grace the casino floors, supplemented by a good additional 55 holdem poker tables.  Adding in order to its distinctiveness are four gaming plazas, each meticulously developed to evoke typically the ambiance of significant cities — Rome, Beijing, Rio, in addition to New York.  This allows patrons to be able to immerse themselves within an environment of which suits their preferences.  Encore Boston is run and controlled by Wynn Major resorts, and people to Boston Harbor certainly won’t miss this imposing building.  It’s zero less impressive on the inside, with just short of 3, 000 slots and over 160 table games waiting intended for visitors to appreciate.</p><ul><li>Moving on, we include a Durant, Oklahoma-based Choctaw Casino Vacation resort, which sees about 300, 000 consumers pass through annually. </li><li>It includes two curvilinear glass podiums, rising to 50 stories and includes a total of four, 004 rooms plus suites. </li><li>You likewise won’t find a sportsbook on the Lake Wind, however it will have an off-track betting office to set bets on horses racing. </li><li>The 3rd on the list is Foxwoods Resort Casino, situated in Mashantucket, Connecticut. </li></ul><p>The tenth largest and final access on our checklist of the five biggest casinos in the USA is the Encore Boston Harbor, in Everrett, Massachusetts.  It provides a design and layout very related to that of the particular Wynn-Encore in Todas las Vegas, with 210, 000 of video gaming space.  Despite getting much smaller compared to WinStar, at several, 400 it offers almost as many slot machines and typically the same number of table games because the biggest casino in the state.</p><h2 id=\"toc-0\">Casino Buildings</h2><p>This luxury hotel and casino will be owned by The Blackstone Group in addition to operated by MGM Resorts International.  A. The Chickasaw Country Indian Tribe possesses and operates the particular resort, together with several other casinos which includes the Riverwind Casino in Norman.  The tribal land includes over 7, 500 square miles throughout southern Oklahoma.  Worldwide, there are more than 70, 000 people of Chickasaw Nation (per the Chickasaw Nation’s recent Governor’s report).  Their head office is situated in Ada, Ok, 90 miles northeast of the WinStar <a href=\"https://mostbetbd24.com/\">mostbet bd</a>.</p><ul><li>In 2019, this opened Hard Rock Live, which offers a 7, 000-seat capacity theater for different events. </li><li>There are even a couple of 18-hole golf classes that also offer private lessons.\"</li><li>The online casino is beautiful plus shows off luxurious, nevertheless the size is massive. </li><li>WinStar World Casino & Resort is typically the largest casino in the United Claims, covering a enormous 519, 000 rectangular feet of gambling space. </li></ul><p>The casino features a wide variety of gaming choices, including 3, 500 slots, 110 stand games, and also a high-class poker room.  Thunder Valley also stands apart for its enjoyment\" \"products, with regular concerts, events, and displays held in it is 1, 000-seat location.  The resort’s accommodations are equally remarkable, using a 17-story resort that provides breathtaking opinions in the surrounding area.  Guests can take pleasure in a variety involving dining options, from casual eateries to gourmet restaurants.  Thunder Valley is some sort of great destination with regard to people who want to experience California’s ideal in both gambling and relaxation.</p><h3 id=\"toc-1\">Casinos In The Says: Map Of American Gambling</h3><p>The Bellagio furthermore has the best dining places that can end up being found around the Las Vegas Strip.  Anyone can find some thing that they take pleasure in about the Bellagio across the more than 160, 500 sq.  And actually though the building is not guitar formed, it can do have typically the usual Hard Stone guitars and souvenirs adorning the walls inside.  It\'s not just a fantastic resort to period kids to nevertheless, as most regarding the entertainment will be adult oriented, nevertheless there are family members friendly attractions local such as Dschungel Gardens.  It was only in 2021 how the venue included a hotel plus renamed itself once again, to become the particular Yaamava Resort &amp; Casino.  The brand Yaamava is the native word for the spring in Serrano, the San Manuel Band of Indians’ native terminology <a href=\"https://mostbetbd24.com/app/\">mostbet app</a>.</p><p>In addition in order to gambling, there is usually a magnificent health spa and restaurants by famous chefs.  The casino\'s loyalty system allows players to receive exclusive privileges, like free nights on the hotel.  Parx Casino is another associated with the largest casinos in the UNITED STATES OF AMERICA that doesn’t number its guests right away.  Riverwind is one particular of the largest casinos in the particular USA and capabilities 219, 000 square feet of gaming dining tables and slot devices.</p><h3 id=\"toc-2\">Caesars Casino</h3><p>To conclude, the state of Nevada will not even include one of the particular ten biggest online casino companies in the US.  Since many people appreciate the convenience of enjoying their favorite casino video games in some US ALL online casinos, some others still like in order to travel to other parts of the region.  Some even search for and travel to the largest casinos in the ALL OF US to join in the excitement and enjoyment of casino video gaming.</p><ul><li>A rebrand to Yaamava’\" \"came in 2021 along with a 17-storey resort tower. </li><li>This room is individual from the rest of the casino to be able to offer privacy and a quiet environment. </li><li>It has 186, 187 square feet of on line casino space, which features 240 gaming dining tables and 2, two hundred slot machines. </li></ul><p>Owned by simply Vici Properties and controlled by MGM Resorts International, Mandalay Bay offers 3, 209 rooms in hotels, 24 elevators, plus a casino of one hundred thirty five, 000 square toes.  The luxury hot tub offers everything by facials and massages to manicures plus Lomi Lomi.  The resort hosts various shows and shows over the study course of summer time because part of the outdoor amphitheater series.  After a September 2010 expansion, right now there was the addition of the luxury hotel presenting 46 suites along with a whopping 408 rooms.</p><h2 id=\"toc-3\">H: Water Spirit Casino Hotel, Tulsa Oklahoma</h2><p>Built about the site of the demolished Dunes hotel and casino on the Las Vegas Strip in Paradise, Nevada, Bellagio is a resort, luxurious hotel, and gambling establishment.  The resort likewise comprises the just casino at CityCenter, with 14, 500 m2 of gaming space.  Other characteristics of the motel include a 7, 400 m2 salon and spa and 46, 000 m2 of convention space.  Moreover, the hotel houses numerous retailers, nightclubs, restaurants, as well as the largest casino inside Clark County.  Occupying the site associated with the old Sands Hotel, Venetian Las Vegas has over 7, 000 bedrooms.  In addition, the hotel features the total of thirty, 900 m2 involving gaming space, golf equipment and lounges and restaurants.</p><ul><li>Pechanga Resort Casino is one of the biggest US ALL casinos situated in Florida. </li><li>Two in the biggest casinos in the usa are positioned under the same roof at\" \"the Mohegan Sun, that has been opened in mil novecentos e noventa e seis and is controlled by the Mohegan tribe. </li><li>They offer all involving the classic gambling establishment favorites but mix them in a bundle that includes luxurious resorts, spas, plus restaurants. </li><li>With French Lick Benefits, you’ll have the particular opportunity to make points on some sort of tiered system. </li><li>There are no other casinos across the particular street from typically the WinStar, nor down the road to compete for Dallas area gambling money. </li></ul><p>What I’m trying to claim is the fact when you’re the only real casino inside an hour and even a half’s generate for 7 thousand people, you’re going to do well.  The WinStar has the physical fortune to end up being one of simply two casinos within 100 miles on this growing metropolitan place.  (The other may be the Choctaw Casino Holiday resort in Durant, Ok, about 91 miles away).  Foxwoods has “just” 4, 800 slot machines, although WinStar has eight, 600 different slot machines.  On top rated of that, Riverwind is a pure five miles from the University regarding Oklahoma, among the best collegiate programs within terms of sports, basketball, and hockey.</p><h3 id=\"toc-4\">D: Foxwoods Resort Casino, Mashantucket, Connecticut</h3><p>Kids are also pretty nicely looked after right here, with various routines offered at the Thunder Valley Entertainment Middle, including mini-golf, bowling, Go-Karting, Laser Tag and a games arcade.  The poker room has 28 furniture, but it is expanded several times each year, when visiting excursions like the WSOP Outlet as well as the World Holdem poker Tour (WPT) maintain events.  Smaller excursions, such as the Rungood Collection also make standard stop pffs at Thunder Valley.  It’s a great casino regarding high rollers, with several high reduce areas and lounges, however it doesn’t tick all typically the boxes for everybody.  It did have got a small poker room, however this closed in 2019 and would not reappear after typically the venue rebranded inside 2021.</p><ul><li>There are other casinos in the area too – you can check out out Harrah’s, the 45 minute drive away, or the Pit Forge Casino Holiday resort which does possess a hotel on site. </li><li>Check with your favorite airline intended for connections that can work to suit your needs. </li><li>There are some quite big casinos in the USA, including the largest on the planet. </li><li>However, you may end up being surprised to observe how many super-sized casinos are situated beyond Nevada and even the bright signals of Vegas. </li><li>The online casino provides a whopping 344, 000 square toes of casino space, which features some, 800 slot machines. </li></ul><p>The casino offers 108, 000 block feet of casino space, featuring one, 965 gaming devices and 115 dining tables.  Pechanga Resort Gambling establishment is one regarding the biggest PEOPLE casinos found in California.  If experts typically the US and seeking for any casino using nonstop gaming, next we recommend Pechanga Resort Casino.  There are extensive affordable chain hotels in typically the vicinity, from Days Inns to more luxurious hotels.  San Manuel, however, features everything the hotel casinos have to offer.</p><h2 id=\"toc-5\">Sports</h2><p>One of the greatest parts of visiting this magnificent on line casino is that a person will get to determine an exceptional artificial water fountain.  With its vast home area and intensive gaming and non-gaming amenities, Foxwoods Hotel Casino is one particular of the biggest casino in typically the US and the third-largest casino in the world.  In addition, about a hundred and forty miles northeast of New York City is placed a massive on the lookout for million square base Native American on line casino, with 344 thousands of square feet devoted only to gaming.  The casino offers over 3, 000 slot machine game machines, 180 scratch cards, and a massive\" \"poker site.</p><ul><li>Don’t allow the location fool you, right now there is boutique purchasing, international buffets, and even world-class golf available to guests. </li><li>The casino exposed in 2004 and started using it is current name within 2009. </li><li>The casino also enables smoking, although presently there is a smoke-free level for non-smokers, which covers 21, 000 square feet, plus it offers numerous high-limit slots and even gaming tables. </li><li>It’s also typically the proud home in order to two professional sporting activities teams – the New England Black Baby wolves of the National\" \"Lacrosse League and the particular WNBA’s Connecticut Sun. </li></ul><p>The Venetian Resort Hotel On line casino is really a luxurious online casino for the Las Vegas Strip, with above 120, 000 block feet of gambling space.  The on line casino offers over\" \"just one, 000 slot devices, 139 table game titles, and a poker site with 59 tables.  The Venetian also features a imitation of Venice’s Great Canal, complete using gondola rides and even upscale shopping.  Bellagio is another famous casino on the Vegas Strip, together with over 156, 1000 sq ft of game playing space.</p><h2 id=\"toc-6\">Luxor Las Vegas</h2><p>Without any doubt, Seminole is the particular biggest casino in the United States.  Also known as the guitar gambling establishment, its hard mountain guitar structure is definitely beautiful in Florida.  The casino provides 245, 000 sq ft of casino area featuring games such as mini-baccarat, let this ride, blackjack, pai gow, three-card, in addition to so on.  The casino has five hundred slot machines along with various games plus a poker room.  In 2019, that opened Hard Rock Live, which provides a 7, 000-seat capacity theater for various events.  The MGM Cotai in Macau consists of 500, 000 square ft of playing space and suits slot lovers with a single, 500 slot machines and 174 gaming dining tables.</p><ul><li>Winstar’s sixty six, 950 square foot of convention centre space will make that larger than a lot of casinos around the particular country. </li><li>The vacation resort used to have a bingo area, but it converted it into the concert venue, to be able to provide additional means of entertainment. </li><li>It features a design and even layout very similar to those of the Wynn-Encore in Las Vegas, with 210, 000 of gambling space. </li><li>Located throughout Durant, Oklahoma, the particular Choctaw Casino Holiday resort is our following feature. </li></ul><p>It generates the ultimate vacation if you are fans associated with gambling and individuals just looking for a soothing time.  There will be nothing really like striking the gaming floors then relaxing in the spa with one of the luxurious spa features.  It does have 2, 100 slot machines, 121 table games and some sort of 29 table online poker room.</p><h3 id=\"toc-7\">A Gaming Experience Just Like No Other</h3><p>When you’re rested from your journey to a single involving the largest casinos in the UNITED STATES, head right down to typically the game floor and luxuriate in live dealers web hosting Pai Gow Poker, Casino War, Speaking spanish 21 and more.  Thunder Valley On line casino is huge –\" \"this boasts 250, 500 square feet regarding gaming and a new full 42 miles of parking!  And if everything that video game floor wasn’t adequate to keep an individual busy, Thunder Area is close in order to golf, Sacramento nightlife and driving distance to Napa Pit wine.  When an individual plan your video gaming trip to or perhaps within America, you’ll have to end up being sure to check out out the Rare metal Coast Hotel and even Casino in Las vegas.  The Gold Seacoast is one involving the largest internet casinos in the UNITED STATES OF AMERICA, along with the resort really has six cousin casinos you can visit and occurs B Connected details at.</p><ul><li>The poker region at Foxwoods may be the third biggest in america, and it features 114 tables, producing it a popular attraction. </li><li>As typically the name suggests, typically the Seminole Hard Stone Hotel and Online casino is a intensely music-inspired destination. </li><li>Whether you’re a seasoned gambler or a first-time customer, these casinos will be sure to offer an unforgettable experience. </li><li>Sports fans may possibly prefer to invest most of their time in the Sportsbook, while some will always be drawn to bingo lounges or possibly the poker place for a tad of Texas Hold’em or perhaps some Pot Limit Omaha. </li><li>What I’m trying to point out is that when you’re the sole casino inside an hour and a half’s generate for 7 thousand people, you’re going to do well. </li></ul><p>This establishment matches the particular scale its predecessor on our list, comprising an extraordinary 210, 000 sq ft.  As the particular most recent business in our system, it absolutely was inaugurated throughout 2019 and features both a casino and also a large lodge.  The entire intricate, with an estimated worth of $2. a few billion, stands as the largest exclusive single-phase construction job in the state’s history.</p><h2 id=\"toc-8\">Most Popular Devices To Try – Beginner’s Top Picks</h2><p>The hotel contains around 600 rooms, and there will be 13 restaurants plus an entire row of luxury retail shops filled using everything, including fine art.  Moving on in order to our seventh access, we have Yaamava Resort &amp; Casino at San Manuel, Highland, California.  You can find that only 60 kilometers outside of La, and it will be a site with the biggest number of available slots about the West Coastline.</p><ul><li>Additionally, the casino provides a collection of high-stakes slots and gaming tables, which includes strenuous a $1, 000 per pull, located in a unique area for large spenders. </li><li>One of the distinctive characteristics of Foxwoods Resort Casino is its poker room, which in turn ranks because the third-largest globally and benefits 114 tables. </li><li>A huge selection of games in addition to the opportunity to really feel like a portion of something awesome. </li><li>While Las Vegas internet casinos might not appear on this list, that doesn’t suggest the US is completely missing. </li><li>The River Wind is the third Oklahoma casino to make typically the top ten list, coming in in number eight, with 219, 000 sq feet of game playing space. </li><li>Riverwind features designers for example Chris Tucker, Willian Shatner plus Willie Nelson. </li></ul><p>It has a better distributed of family enjoyment, with a bowling\" \"intersection, an arcade, pools, a movie theater and many other attractions in offer.  The gaming offering is similar to of which found at Mohegan Sun, with slightly fewer in almost all categories.  But along with 3, 500 slots in addition to over 250 game playing tables, it truly is nonetheless one of the biggest casinos inside the whole region.  Mohegan Sun is definitely one of the particular biggest resorts in the East Shoreline, situated in Uncasville, Connecticut.</p><h3 id=\"toc-9\">What States Have Casinos? Typically The Complete Guide In Order To Gambling In The Particular Us</h3><p>In conjunction with casino area, Excalibur Hotel plus Casino includes some sort of renovated pool place and a thirteen, 000-square-foot spa plus fitness centre.  The inclusion of the particular word “resort” can make this brag formally true, as a result of enormous size of the hotel and casino’s non-gaming space.  Between hotels, restaurants, etc, the resort provides 1. 2 million square feet associated with space.  Winstar’s 66, 950 square ft of convention middle space would make it larger than numerous casinos around the particular country.  The casino proper has a lot more than 3, 000 slots and video machines to select from.</p><p>There really are a whopping 6, 852 rooms accessible to book, and they’re ready for a person at a reasonable price.  Take your current pick from typically the best USA internet casinos and enjoy exciting gameplay, fantastic offers, and the serenity of mind that is included with playing on some sort of secure site.  Built 5 years ago, Riverwind Gambling establishment is a popular entertainment location in Norman, Oklahoma.  Founded in the year 2003, Thunder Valley Online casino Resort is situated in Lincoln, CA, just 30 mls northeast of typically the state’s capital.  Owned from the United Auburn Indian Community, Thunder Valley is home to one of the best resorts for California locals and tourists.</p><h3 id=\"toc-10\">Caesars Structure Las Vegas Hotel & Casino</h3><p>There are 6th, 500 video gaming devices here (including electronic digital table games).  Mohegan Sun supplies the 2nd largest gaming floor space in typically the USA, using a great quantity of all game types available.  Although its 5, 000 slot equipment are significantly much less than at WinStar, Yaamava and Choctaw, it a lot more than tends to make up for this with over 310 gaming tables in addition to a vast array of cusine options.</p><ul><li>But hold on, that’s inside Hollywood and I’m afraid that’s not this one, that is in Tampa. </li><li>Also found in the US, the particular Yaamava’ in San Bernardino is managed from the San Manuel Band of Mission Indians. </li><li>The Encore is usually structured across a couple of floors, together with the key floor packed with slot machine game machines and typically the second floor committed to table games in addition to high-limit rooms. </li><li>Moving on, we have got Red Dog  Gambling establishment, which is one more platform that we all highly recommend. </li><li>Other top Mohegan Sun Casino, Foxwoods Casino, Riverwind Online casino, plus the list went up to thirty. </li></ul><p>In conclusion, the top rated 20 largest casinos in the usa offer a new wide range regarding gaming options, entertainment, and amenities for people to enjoy.  Whether you might be a video gaming enthusiast or seeking for a fun-filled vacation destination, these types of top casinos have got something for everyone to enjoy.  The River Wind is the third Oklahoma on line casino to make the top ten checklist, coming in from number eight, together with 219, 000 block feet of gambling space.  It offers the same gambling floor space while Choctaw, but lags behind in almost all other categories.  The fourth-largest US on line casino is a Lincoln subsequently, California-based Thunder Pit Casino Resort.  Another tribal casino, that one is owned by united Auburn Indian Community.</p><h2 id=\"toc-11\">City Involving Dreams</h2><p>There are other casinos in the area too – you can check out out Harrah’s, a new 45 minute drive away, or the Area Forge Casino Vacation resort which does possess a hotel upon site.  What we love most concerning San Manuel, though, is that that they give back to typically the local community.  The San Manuel Music group of Mission Indians has donated vast amounts to charitable companies – it’s some sort of casino you could truly feel good concerning playing.  Mandalay Bay has two sis properties you could have observed of – the Luxor and Excalibur.  There is the tram that runs between your properties, therefore if you’re experiencing lucky at a sister resort, simply jump on the bus and start game playing at one associated with the other qualities.  Guests of typically the hotel usually takes advantage of N life rewards, as typically the Borgata is held by MGM Hotels International.</p><ul><li>The casino included a number regarding the euphoric pleasures, such because a sports bar and nightclub, fresh high-limit and VERY IMPORTANT PERSONEL gambling areas, and more. </li><li>To satisfy adventure-seekers, the resort also offers a range associated with outdoor activities, from tranquil woodland tracks to a heart-stopping zipline that propels riders 350 toes into the air. </li><li>The casino boasts over 4, five hundred slot machines, 154 scratch cards, and some sort of poker room with 43 tables. </li><li>Many from the largest casinos, with the most slots and table games, as well as other kinds of entertainment, are usually found in Macau, China, with Las Vegas falling some approach behind in the rankings. </li><li>In conclusion, the leading 20 largest internet casinos in the usa offer the wide range involving gaming options, enjoyment, and amenities regarding people to enjoy. </li></ul><p>The casino stands away as it has a unique design and interior presence.  There is a popular display of Seminole designs and fine art, which have been built into several of typically the structures on web-site.  Choctaw Casino Durant’s floor space is usually also packed along with 100 Table game titles, and a twenty-five table poker area and racebook.  Among the resort’s sixteen restaurants is the popular Butterfields Vaisselier.  The resort’s 3 hotel towers consist of a total of three, 652 hotel rooms.  The nine thousand square feet also include 80 shops in the 300, 500 square foot Tangier Outlets, two big concert venues, the spa, numerous bars and lounges and also 30 restaurant selections.</p><h3 id=\"toc-12\">Largest Casinos In The United States Of America</h3><p>2003 saw typically the opening with  the Thunder Valley Casino Vacation resort, modeled after Todas las Vegas.  The parking lot of the 250, 000-square-foot casino inside Lincoln, California, spans 42 acres!  Thunder Valley\" \"is among the most renowned casino in Auburn Indian Group.</p><ul><li>Over a hundred unique tables sophistication the casino ground, supplemented by the additional 55 holdem poker tables. </li><li>Mohegan Sun is a single of the largest and most recognized casinos in the U. S., giving 350, 000+ sq feet of gaming space. </li><li>Traditional game titles like blackjack, roulette, baccarat, and craps are mainstays within every authentic cash casino. </li><li>At the\" \"second last position within our list of the biggest hotels within the US is definitely Bellagio. </li><li>When you’re not playing, you can easily relax in one particular of the resort pools or get a live display. </li></ul><p>There are a lot more than 60 Indian casinos in Los angeles, including San Manuel Casino and Thunder Valley Casino Holiday resort.  Many of these people are located close to major cities such as Los Angeles and Hillcrest.  While your kids happen to be in the excellent hands of competent childcare workers, you’ll love the scratch cards like Criss Combination Poker, Chase the particular Flush and even more.</p><h2 id=\"toc-13\">Top 10 Largest Casinos Throughout The United Declares (</h2><p>This is another tribal casino, owned in addition to operated by Saginaw Chippewa Tribal State.  It was initially built in 98, but it found several changes above the years, after which an entire collection of renovations throughout 2018, which are really worth around $27 mil.  The casino included a number of new pleasures, such as a sports club and nightclub, brand new high-limit and VERY IMPORTANT PERSONEL gambling areas, and even more.  It covers a place of 210, 500 square feet, showcasing 4, 400 slots and around 75 table games.  The third on the list is Foxwoods Resort Casino, located in Mashantucket, Connecticut.</p><ul><li>WinStar also beats away Foxwoods in words of gaming devices, defined as position machines, video holdem poker machines, electronic black jack games, etc. </li><li>While online casinos is much more convenient, numerous people still help to make an effort to be able to travel across the nation in addition to explore the incentives of land-based casinos. </li><li>No online casino in the Usa States can present 7, 500 electronic tables, and just a handful of casinos globally can boast that number of electronic machines. </li></ul><p>An expansion completed in 2021 brought the casino up to 300, 000 block feet of on line casino floor space, with 7, 400 gaming machines.   Here’s a summary of the biggest casinos in america, (by ground space focused on betting space, but not total size of the particular hotel and resort).  The Foxwoods Vacation resort Casino is typically the biggest gambling organization in North America and the third largest worldwide.  The 9-million-square-foot Native United states casino is situated around 140 mls northeast of Brand new York City and has a game playing space of 344, 000 square toes.</p>','What Declares Have Casinos? The Full Guide To Betting In The Us','','inherit','closed','closed','','264-revision-v1','','','2025-10-07 14:46:21','2025-10-07 07:46:21','',264,'https://lion288slot.com/?p=265',0,'revision','',0),
(266,1,'2025-10-06 23:52:01','2025-10-06 16:52:01','<meta name=\"description\" content=\"Interestingly, our focus today shifts faraway from Las Vegas and even Nevada. \"/><h1>Top Ten Biggest Internet Casinos In U S I9000 By Gaming Rectangular Footage</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Casino Buildings</a></li><li><a href=\"#toc-1\">Casinos In The Declares: Map Of American Gambling</a></li><li><a href=\"#toc-2\">Caesars Casino</a></li><li><a href=\"#toc-3\">H: Riv Spirit Casino Holiday Resort, Tulsa Oklahoma</a></li><li><a href=\"#toc-4\">D: Foxwoods Resort Casino, Mashantucket, Connecticut</a></li><li><a href=\"#toc-5\">Sports</a></li><li><a href=\"#toc-6\">Luxor Las Vegas</a></li><li><a href=\"#toc-7\">A Gaming Experience Just Like No Other</a></li><li><a href=\"#toc-8\">Most Popular Instruments To Try – Beginner’s Top Picks</a></li><li><a href=\"#toc-9\">What Says Have Casinos? The Complete Guide To Be Able To Gambling In The Particular Us</a></li><li><a href=\"#toc-10\">Caesars Building Las Vegas Hotel & Casino</a></li><li><a href=\"#toc-11\">City Regarding Dreams</a></li><li><a href=\"#toc-12\">Largest Casinos In The United States Of America</a></li><li><a href=\"#toc-13\">Top Twelve Largest Casinos Within The United Declares (</a></li><li><a href=\"#toc-14\">Ultimate Online Poker Glossary: 550+ Slang Terms & Expressions</a></li><li><a href=\"#toc-15\">Casinos</a></li><li><a href=\"#toc-16\">Choctaw Casino Resort</a></li><li><a href=\"#toc-17\">Soaring Eagle Casino & Resort – Mt Pleasant, Mi</a></li><li><a href=\"#toc-18\">Should Canadian Gamblers Go To Be Able To Us Casinos?\" \"Pros, Cons, And Common Sense</a></li><li><a href=\"#toc-19\">Foxwoods Resort Casino – Mashantucket, Ct</a></li><li><a href=\"#toc-20\">Choctaw Casino Hotel – Durant, Ok</a></li><li><a href=\"#toc-21\">Most Proven Ideas To Raise Your Online Artwork Sales</a></li><li><a href=\"#toc-22\">Biggest Casinos In The Us: Introduction The Top 12 Gaming Paradises</a></li><li><a href=\"#toc-23\">Yaamava Resort & Casino</a></li><li><a href=\"#toc-24\">Top 25 Biggest Us Casinos</a></li><li><a href=\"#toc-25\">Foxwoods Resort Casino – Mashantucket, Connecticut</a></li><li><a href=\"#toc-26\">Most Underrated Snes Games Every Game Player Must Experience</a></li><li><a href=\"#toc-27\">Riverwind Casino</a></li><li><a href=\"#toc-29\">States With Commercial Internet Casinos: Where Do The Las Vegas Lights Shine? </a></li><li><a href=\"#toc-30\">What Is The Biggest Gambling Establishment In The Usa? </a></li><li><a href=\"#toc-31\">Best Internet Casinos To Play Online</a></li><li><a href=\"#toc-33\">Be First To Obtain The Exclusive Offers! </a></li></ul></div><p>Since its design in 2003, it has been a haven regarding gaming enthusiasts, giving over 10, 500 games including slots and other gambling establishment classics.  Over 100 unique tables grace the casino floors, supplemented by a good additional 55 holdem poker tables.  Adding in order to its distinctiveness are four gaming plazas, each meticulously developed to evoke typically the ambiance of significant cities — Rome, Beijing, Rio, in addition to New York.  This allows patrons to be able to immerse themselves within an environment of which suits their preferences.  Encore Boston is run and controlled by Wynn Major resorts, and people to Boston Harbor certainly won’t miss this imposing building.  It’s zero less impressive on the inside, with just short of 3, 000 slots and over 160 table games waiting intended for visitors to appreciate.</p><ul><li>Moving on, we include a Durant, Oklahoma-based Choctaw Casino Vacation resort, which sees about 300, 000 consumers pass through annually. </li><li>It includes two curvilinear glass podiums, rising to 50 stories and includes a total of four, 004 rooms plus suites. </li><li>You likewise won’t find a sportsbook on the Lake Wind, however it will have an off-track betting office to set bets on horses racing. </li><li>The 3rd on the list is Foxwoods Resort Casino, situated in Mashantucket, Connecticut. </li></ul><p>The tenth largest and final access on our checklist of the five biggest casinos in the USA is the Encore Boston Harbor, in Everrett, Massachusetts.  It provides a design and layout very related to that of the particular Wynn-Encore in Todas las Vegas, with 210, 000 of video gaming space.  Despite getting much smaller compared to WinStar, at several, 400 it offers almost as many slot machines and typically the same number of table games because the biggest casino in the state.</p><h2 id=\"toc-0\">Casino Buildings</h2><p>This luxury hotel and casino will be owned by The Blackstone Group in addition to operated by MGM Resorts International.  A. The Chickasaw Country Indian Tribe possesses and operates the particular resort, together with several other casinos which includes the Riverwind Casino in Norman.  The tribal land includes over 7, 500 square miles throughout southern Oklahoma.  Worldwide, there are more than 70, 000 people of Chickasaw Nation (per the Chickasaw Nation’s recent Governor’s report).  Their head office is situated in Ada, Ok, 90 miles northeast of the WinStar <a href=\"https://mostbetbd24.com/\">mostbet bd</a>.</p><ul><li>In 2019, this opened Hard Rock Live, which offers a 7, 000-seat capacity theater for different events. </li><li>There are even a couple of 18-hole golf classes that also offer private lessons.\"</li><li>The online casino is beautiful plus shows off luxurious, nevertheless the size is massive. </li><li>WinStar World Casino & Resort is typically the largest casino in the United Claims, covering a enormous 519, 000 rectangular feet of gambling space. </li></ul><p>The casino features a wide variety of gaming choices, including 3, 500 slots, 110 stand games, and also a high-class poker room.  Thunder Valley also stands apart for its enjoyment\" \"products, with regular concerts, events, and displays held in it is 1, 000-seat location.  The resort’s accommodations are equally remarkable, using a 17-story resort that provides breathtaking opinions in the surrounding area.  Guests can take pleasure in a variety involving dining options, from casual eateries to gourmet restaurants.  Thunder Valley is some sort of great destination with regard to people who want to experience California’s ideal in both gambling and relaxation.</p><h3 id=\"toc-1\">Casinos In The Says: Map Of American Gambling</h3><p>The Bellagio furthermore has the best dining places that can end up being found around the Las Vegas Strip.  Anyone can find some thing that they take pleasure in about the Bellagio across the more than 160, 500 sq.  And actually though the building is not guitar formed, it can do have typically the usual Hard Stone guitars and souvenirs adorning the walls inside.  It\'s not just a fantastic resort to period kids to nevertheless, as most regarding the entertainment will be adult oriented, nevertheless there are family members friendly attractions local such as Dschungel Gardens.  It was only in 2021 how the venue included a hotel plus renamed itself once again, to become the particular Yaamava Resort &amp; Casino.  The brand Yaamava is the native word for the spring in Serrano, the San Manuel Band of Indians’ native terminology <a href=\"https://mostbetbd24.com/app/\">mostbet app</a>.</p><p>In addition in order to gambling, there is usually a magnificent health spa and restaurants by famous chefs.  The casino\'s loyalty system allows players to receive exclusive privileges, like free nights on the hotel.  Parx Casino is another associated with the largest casinos in the UNITED STATES OF AMERICA that doesn’t number its guests right away.  Riverwind is one particular of the largest casinos in the particular USA and capabilities 219, 000 square feet of gaming dining tables and slot devices.</p><h3 id=\"toc-2\">Caesars Casino</h3><p>To conclude, the state of Nevada will not even include one of the particular ten biggest online casino companies in the US.  Since many people appreciate the convenience of enjoying their favorite casino video games in some US ALL online casinos, some others still like in order to travel to other parts of the region.  Some even search for and travel to the largest casinos in the ALL OF US to join in the excitement and enjoyment of casino video gaming.</p><ul><li>A rebrand to Yaamava’\" \"came in 2021 along with a 17-storey resort tower. </li><li>This room is individual from the rest of the casino to be able to offer privacy and a quiet environment. </li><li>It has 186, 187 square feet of on line casino space, which features 240 gaming dining tables and 2, two hundred slot machines. </li></ul><p>Owned by simply Vici Properties and controlled by MGM Resorts International, Mandalay Bay offers 3, 209 rooms in hotels, 24 elevators, plus a casino of one hundred thirty five, 000 square toes.  The luxury hot tub offers everything by facials and massages to manicures plus Lomi Lomi.  The resort hosts various shows and shows over the study course of summer time because part of the outdoor amphitheater series.  After a September 2010 expansion, right now there was the addition of the luxury hotel presenting 46 suites along with a whopping 408 rooms.</p><h2 id=\"toc-3\">H: Water Spirit Casino Hotel, Tulsa Oklahoma</h2><p>Built about the site of the demolished Dunes hotel and casino on the Las Vegas Strip in Paradise, Nevada, Bellagio is a resort, luxurious hotel, and gambling establishment.  The resort likewise comprises the just casino at CityCenter, with 14, 500 m2 of gaming space.  Other characteristics of the motel include a 7, 400 m2 salon and spa and 46, 000 m2 of convention space.  Moreover, the hotel houses numerous retailers, nightclubs, restaurants, as well as the largest casino inside Clark County.  Occupying the site associated with the old Sands Hotel, Venetian Las Vegas has over 7, 000 bedrooms.  In addition, the hotel features the total of thirty, 900 m2 involving gaming space, golf equipment and lounges and restaurants.</p><ul><li>Pechanga Resort Casino is one of the biggest US ALL casinos situated in Florida. </li><li>Two in the biggest casinos in the usa are positioned under the same roof at\" \"the Mohegan Sun, that has been opened in mil novecentos e noventa e seis and is controlled by the Mohegan tribe. </li><li>They offer all involving the classic gambling establishment favorites but mix them in a bundle that includes luxurious resorts, spas, plus restaurants. </li><li>With French Lick Benefits, you’ll have the particular opportunity to make points on some sort of tiered system. </li><li>There are no other casinos across the particular street from typically the WinStar, nor down the road to compete for Dallas area gambling money. </li></ul><p>What I’m trying to claim is the fact when you’re the only real casino inside an hour and even a half’s generate for 7 thousand people, you’re going to do well.  The WinStar has the physical fortune to end up being one of simply two casinos within 100 miles on this growing metropolitan place.  (The other may be the Choctaw Casino Holiday resort in Durant, Ok, about 91 miles away).  Foxwoods has “just” 4, 800 slot machines, although WinStar has eight, 600 different slot machines.  On top rated of that, Riverwind is a pure five miles from the University regarding Oklahoma, among the best collegiate programs within terms of sports, basketball, and hockey.</p><h3 id=\"toc-4\">D: Foxwoods Resort Casino, Mashantucket, Connecticut</h3><p>Kids are also pretty nicely looked after right here, with various routines offered at the Thunder Valley Entertainment Middle, including mini-golf, bowling, Go-Karting, Laser Tag and a games arcade.  The poker room has 28 furniture, but it is expanded several times each year, when visiting excursions like the WSOP Outlet as well as the World Holdem poker Tour (WPT) maintain events.  Smaller excursions, such as the Rungood Collection also make standard stop pffs at Thunder Valley.  It’s a great casino regarding high rollers, with several high reduce areas and lounges, however it doesn’t tick all typically the boxes for everybody.  It did have got a small poker room, however this closed in 2019 and would not reappear after typically the venue rebranded inside 2021.</p><ul><li>There are other casinos in the area too – you can check out out Harrah’s, the 45 minute drive away, or the Pit Forge Casino Holiday resort which does possess a hotel on site. </li><li>Check with your favorite airline intended for connections that can work to suit your needs. </li><li>There are some quite big casinos in the USA, including the largest on the planet. </li><li>However, you may end up being surprised to observe how many super-sized casinos are situated beyond Nevada and even the bright signals of Vegas. </li><li>The online casino provides a whopping 344, 000 square toes of casino space, which features some, 800 slot machines. </li></ul><p>The casino offers 108, 000 block feet of casino space, featuring one, 965 gaming devices and 115 dining tables.  Pechanga Resort Gambling establishment is one regarding the biggest PEOPLE casinos found in California.  If experts typically the US and seeking for any casino using nonstop gaming, next we recommend Pechanga Resort Casino.  There are extensive affordable chain hotels in typically the vicinity, from Days Inns to more luxurious hotels.  San Manuel, however, features everything the hotel casinos have to offer.</p><h2 id=\"toc-5\">Sports</h2><p>One of the greatest parts of visiting this magnificent on line casino is that a person will get to determine an exceptional artificial water fountain.  With its vast home area and intensive gaming and non-gaming amenities, Foxwoods Hotel Casino is one particular of the biggest casino in typically the US and the third-largest casino in the world.  In addition, about a hundred and forty miles northeast of New York City is placed a massive on the lookout for million square base Native American on line casino, with 344 thousands of square feet devoted only to gaming.  The casino offers over 3, 000 slot machine game machines, 180 scratch cards, and a massive\" \"poker site.</p><ul><li>Don’t allow the location fool you, right now there is boutique purchasing, international buffets, and even world-class golf available to guests. </li><li>The casino exposed in 2004 and started using it is current name within 2009. </li><li>The casino also enables smoking, although presently there is a smoke-free level for non-smokers, which covers 21, 000 square feet, plus it offers numerous high-limit slots and even gaming tables. </li><li>It’s also typically the proud home in order to two professional sporting activities teams – the New England Black Baby wolves of the National\" \"Lacrosse League and the particular WNBA’s Connecticut Sun. </li></ul><p>The Venetian Resort Hotel On line casino is really a luxurious online casino for the Las Vegas Strip, with above 120, 000 block feet of gambling space.  The on line casino offers over\" \"just one, 000 slot devices, 139 table game titles, and a poker site with 59 tables.  The Venetian also features a imitation of Venice’s Great Canal, complete using gondola rides and even upscale shopping.  Bellagio is another famous casino on the Vegas Strip, together with over 156, 1000 sq ft of game playing space.</p><h2 id=\"toc-6\">Luxor Las Vegas</h2><p>Without any doubt, Seminole is the particular biggest casino in the United States.  Also known as the guitar gambling establishment, its hard mountain guitar structure is definitely beautiful in Florida.  The casino provides 245, 000 sq ft of casino area featuring games such as mini-baccarat, let this ride, blackjack, pai gow, three-card, in addition to so on.  The casino has five hundred slot machines along with various games plus a poker room.  In 2019, that opened Hard Rock Live, which provides a 7, 000-seat capacity theater for various events.  The MGM Cotai in Macau consists of 500, 000 square ft of playing space and suits slot lovers with a single, 500 slot machines and 174 gaming dining tables.</p><ul><li>Winstar’s sixty six, 950 square foot of convention centre space will make that larger than a lot of casinos around the particular country. </li><li>The vacation resort used to have a bingo area, but it converted it into the concert venue, to be able to provide additional means of entertainment. </li><li>It features a design and even layout very similar to those of the Wynn-Encore in Las Vegas, with 210, 000 of gambling space. </li><li>Located throughout Durant, Oklahoma, the particular Choctaw Casino Holiday resort is our following feature. </li></ul><p>It generates the ultimate vacation if you are fans associated with gambling and individuals just looking for a soothing time.  There will be nothing really like striking the gaming floors then relaxing in the spa with one of the luxurious spa features.  It does have 2, 100 slot machines, 121 table games and some sort of 29 table online poker room.</p><h3 id=\"toc-7\">A Gaming Experience Just Like No Other</h3><p>When you’re rested from your journey to a single involving the largest casinos in the UNITED STATES, head right down to typically the game floor and luxuriate in live dealers web hosting Pai Gow Poker, Casino War, Speaking spanish 21 and more.  Thunder Valley On line casino is huge –\" \"this boasts 250, 500 square feet regarding gaming and a new full 42 miles of parking!  And if everything that video game floor wasn’t adequate to keep an individual busy, Thunder Area is close in order to golf, Sacramento nightlife and driving distance to Napa Pit wine.  When an individual plan your video gaming trip to or perhaps within America, you’ll have to end up being sure to check out out the Rare metal Coast Hotel and even Casino in Las vegas.  The Gold Seacoast is one involving the largest internet casinos in the UNITED STATES OF AMERICA, along with the resort really has six cousin casinos you can visit and occurs B Connected details at.</p><ul><li>The poker region at Foxwoods may be the third biggest in america, and it features 114 tables, producing it a popular attraction. </li><li>As typically the name suggests, typically the Seminole Hard Stone Hotel and Online casino is a intensely music-inspired destination. </li><li>Whether you’re a seasoned gambler or a first-time customer, these casinos will be sure to offer an unforgettable experience. </li><li>Sports fans may possibly prefer to invest most of their time in the Sportsbook, while some will always be drawn to bingo lounges or possibly the poker place for a tad of Texas Hold’em or perhaps some Pot Limit Omaha. </li><li>What I’m trying to point out is that when you’re the sole casino inside an hour and a half’s generate for 7 thousand people, you’re going to do well. </li></ul><p>This establishment matches the particular scale its predecessor on our list, comprising an extraordinary 210, 000 sq ft.  As the particular most recent business in our system, it absolutely was inaugurated throughout 2019 and features both a casino and also a large lodge.  The entire intricate, with an estimated worth of $2. a few billion, stands as the largest exclusive single-phase construction job in the state’s history.</p><h2 id=\"toc-8\">Most Popular Devices To Try – Beginner’s Top Picks</h2><p>The hotel contains around 600 rooms, and there will be 13 restaurants plus an entire row of luxury retail shops filled using everything, including fine art.  Moving on in order to our seventh access, we have Yaamava Resort &amp; Casino at San Manuel, Highland, California.  You can find that only 60 kilometers outside of La, and it will be a site with the biggest number of available slots about the West Coastline.</p><ul><li>Additionally, the casino provides a collection of high-stakes slots and gaming tables, which includes strenuous a $1, 000 per pull, located in a unique area for large spenders. </li><li>One of the distinctive characteristics of Foxwoods Resort Casino is its poker room, which in turn ranks because the third-largest globally and benefits 114 tables. </li><li>A huge selection of games in addition to the opportunity to really feel like a portion of something awesome. </li><li>While Las Vegas internet casinos might not appear on this list, that doesn’t suggest the US is completely missing. </li><li>The River Wind is the third Oklahoma casino to make typically the top ten list, coming in in number eight, with 219, 000 sq feet of game playing space. </li><li>Riverwind features designers for example Chris Tucker, Willian Shatner plus Willie Nelson. </li></ul><p>It has a better distributed of family enjoyment, with a bowling\" \"intersection, an arcade, pools, a movie theater and many other attractions in offer.  The gaming offering is similar to of which found at Mohegan Sun, with slightly fewer in almost all categories.  But along with 3, 500 slots in addition to over 250 game playing tables, it truly is nonetheless one of the biggest casinos inside the whole region.  Mohegan Sun is definitely one of the particular biggest resorts in the East Shoreline, situated in Uncasville, Connecticut.</p><h3 id=\"toc-9\">What States Have Casinos? Typically The Complete Guide In Order To Gambling In The Particular Us</h3><p>In conjunction with casino area, Excalibur Hotel plus Casino includes some sort of renovated pool place and a thirteen, 000-square-foot spa plus fitness centre.  The inclusion of the particular word “resort” can make this brag formally true, as a result of enormous size of the hotel and casino’s non-gaming space.  Between hotels, restaurants, etc, the resort provides 1. 2 million square feet associated with space.  Winstar’s 66, 950 square ft of convention middle space would make it larger than numerous casinos around the particular country.  The casino proper has a lot more than 3, 000 slots and video machines to select from.</p><p>There really are a whopping 6, 852 rooms accessible to book, and they’re ready for a person at a reasonable price.  Take your current pick from typically the best USA internet casinos and enjoy exciting gameplay, fantastic offers, and the serenity of mind that is included with playing on some sort of secure site.  Built 5 years ago, Riverwind Gambling establishment is a popular entertainment location in Norman, Oklahoma.  Founded in the year 2003, Thunder Valley Online casino Resort is situated in Lincoln, CA, just 30 mls northeast of typically the state’s capital.  Owned from the United Auburn Indian Community, Thunder Valley is home to one of the best resorts for California locals and tourists.</p><h3 id=\"toc-10\">Caesars Structure Las Vegas Hotel & Casino</h3><p>There are 6th, 500 video gaming devices here (including electronic digital table games).  Mohegan Sun supplies the 2nd largest gaming floor space in typically the USA, using a great quantity of all game types available.  Although its 5, 000 slot equipment are significantly much less than at WinStar, Yaamava and Choctaw, it a lot more than tends to make up for this with over 310 gaming tables in addition to a vast array of cusine options.</p><ul><li>But hold on, that’s inside Hollywood and I’m afraid that’s not this one, that is in Tampa. </li><li>Also found in the US, the particular Yaamava’ in San Bernardino is managed from the San Manuel Band of Mission Indians. </li><li>The Encore is usually structured across a couple of floors, together with the key floor packed with slot machine game machines and typically the second floor committed to table games in addition to high-limit rooms. </li><li>Moving on, we have got Red Dog  Gambling establishment, which is one more platform that we all highly recommend. </li><li>Other top Mohegan Sun Casino, Foxwoods Casino, Riverwind Online casino, plus the list went up to thirty. </li></ul><p>In conclusion, the top rated 20 largest casinos in the usa offer a new wide range regarding gaming options, entertainment, and amenities for people to enjoy.  Whether you might be a video gaming enthusiast or seeking for a fun-filled vacation destination, these types of top casinos have got something for everyone to enjoy.  The River Wind is the third Oklahoma on line casino to make the top ten checklist, coming in from number eight, together with 219, 000 block feet of gambling space.  It offers the same gambling floor space while Choctaw, but lags behind in almost all other categories.  The fourth-largest US on line casino is a Lincoln subsequently, California-based Thunder Pit Casino Resort.  Another tribal casino, that one is owned by united Auburn Indian Community.</p><h2 id=\"toc-11\">City Involving Dreams</h2><p>There are other casinos in the area too – you can check out out Harrah’s, a new 45 minute drive away, or the Area Forge Casino Vacation resort which does possess a hotel upon site.  What we love most concerning San Manuel, though, is that that they give back to typically the local community.  The San Manuel Music group of Mission Indians has donated vast amounts to charitable companies – it’s some sort of casino you could truly feel good concerning playing.  Mandalay Bay has two sis properties you could have observed of – the Luxor and Excalibur.  There is the tram that runs between your properties, therefore if you’re experiencing lucky at a sister resort, simply jump on the bus and start game playing at one associated with the other qualities.  Guests of typically the hotel usually takes advantage of N life rewards, as typically the Borgata is held by MGM Hotels International.</p><ul><li>The casino included a number regarding the euphoric pleasures, such because a sports bar and nightclub, fresh high-limit and VERY IMPORTANT PERSONEL gambling areas, and more. </li><li>To satisfy adventure-seekers, the resort also offers a range associated with outdoor activities, from tranquil woodland tracks to a heart-stopping zipline that propels riders 350 toes into the air. </li><li>The casino boasts over 4, five hundred slot machines, 154 scratch cards, and some sort of poker room with 43 tables. </li><li>Many from the largest casinos, with the most slots and table games, as well as other kinds of entertainment, are usually found in Macau, China, with Las Vegas falling some approach behind in the rankings. </li><li>In conclusion, the leading 20 largest internet casinos in the usa offer the wide range involving gaming options, enjoyment, and amenities regarding people to enjoy. </li></ul><p>The casino stands away as it has a unique design and interior presence.  There is a popular display of Seminole designs and fine art, which have been built into several of typically the structures on web-site.  Choctaw Casino Durant’s floor space is usually also packed along with 100 Table game titles, and a twenty-five table poker area and racebook.  Among the resort’s sixteen restaurants is the popular Butterfields Vaisselier.  The resort’s 3 hotel towers consist of a total of three, 652 hotel rooms.  The nine thousand square feet also include 80 shops in the 300, 500 square foot Tangier Outlets, two big concert venues, the spa, numerous bars and lounges and also 30 restaurant selections.</p><h3 id=\"toc-12\">Largest Casinos In The United States Of America</h3><p>2003 saw typically the opening with  the Thunder Valley Casino Vacation resort, modeled after Todas las Vegas.  The parking lot of the 250, 000-square-foot casino inside Lincoln, California, spans 42 acres!  Thunder Valley\" \"is among the most renowned casino in Auburn Indian Group.</p><ul><li>Over a hundred unique tables sophistication the casino ground, supplemented by the additional 55 holdem poker tables. </li><li>Mohegan Sun is a single of the largest and most recognized casinos in the U. S., giving 350, 000+ sq feet of gaming space. </li><li>Traditional game titles like blackjack, roulette, baccarat, and craps are mainstays within every authentic cash casino. </li><li>At the\" \"second last position within our list of the biggest hotels within the US is definitely Bellagio. </li><li>When you’re not playing, you can easily relax in one particular of the resort pools or get a live display. </li></ul><p>There are a lot more than 60 Indian casinos in Los angeles, including San Manuel Casino and Thunder Valley Casino Holiday resort.  Many of these people are located close to major cities such as Los Angeles and Hillcrest.  While your kids happen to be in the excellent hands of competent childcare workers, you’ll love the scratch cards like Criss Combination Poker, Chase the particular Flush and even more.</p><h2 id=\"toc-13\">Top 10 Largest Casinos Throughout The United Declares (</h2><p>This is another tribal casino, owned in addition to operated by Saginaw Chippewa Tribal State.  It was initially built in 98, but it found several changes above the years, after which an entire collection of renovations throughout 2018, which are really worth around $27 mil.  The casino included a number of new pleasures, such as a sports club and nightclub, brand new high-limit and VERY IMPORTANT PERSONEL gambling areas, and even more.  It covers a place of 210, 500 square feet, showcasing 4, 400 slots and around 75 table games.  The third on the list is Foxwoods Resort Casino, located in Mashantucket, Connecticut.</p><ul><li>WinStar also beats away Foxwoods in words of gaming devices, defined as position machines, video holdem poker machines, electronic black jack games, etc. </li><li>While online casinos is much more convenient, numerous people still help to make an effort to be able to travel across the nation in addition to explore the incentives of land-based casinos. </li><li>No online casino in the Usa States can present 7, 500 electronic tables, and just a handful of casinos globally can boast that number of electronic machines. </li></ul><p>An expansion completed in 2021 brought the casino up to 300, 000 block feet of on line casino floor space, with 7, 400 gaming machines.   Here’s a summary of the biggest casinos in america, (by ground space focused on betting space, but not total size of the particular hotel and resort).  The Foxwoods Vacation resort Casino is typically the biggest gambling organization in North America and the third largest worldwide.  The 9-million-square-foot Native United states casino is situated around 140 mls northeast of Brand new York City and has a game playing space of 344, 000 square toes.</p>','What Declares Have Casinos? The Full Guide To Betting In The Us','','publish','open','open','','what-declares-have-casinos-2','','','2025-10-07 14:46:39','2025-10-07 07:46:39','',0,'https://lion288slot.com/?p=266',0,'post','',0),
(267,1,'2025-10-07 14:46:33','2025-10-07 07:46:33','<meta name=\"description\" content=\"Interestingly, our focus today shifts faraway from Las Vegas and even Nevada. \"/><h1>Top Ten Biggest Internet Casinos In U S I9000 By Gaming Rectangular Footage</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Casino Buildings</a></li><li><a href=\"#toc-1\">Casinos In The Declares: Map Of American Gambling</a></li><li><a href=\"#toc-2\">Caesars Casino</a></li><li><a href=\"#toc-3\">H: Riv Spirit Casino Holiday Resort, Tulsa Oklahoma</a></li><li><a href=\"#toc-4\">D: Foxwoods Resort Casino, Mashantucket, Connecticut</a></li><li><a href=\"#toc-5\">Sports</a></li><li><a href=\"#toc-6\">Luxor Las Vegas</a></li><li><a href=\"#toc-7\">A Gaming Experience Just Like No Other</a></li><li><a href=\"#toc-8\">Most Popular Instruments To Try – Beginner’s Top Picks</a></li><li><a href=\"#toc-9\">What Says Have Casinos? The Complete Guide To Be Able To Gambling In The Particular Us</a></li><li><a href=\"#toc-10\">Caesars Building Las Vegas Hotel & Casino</a></li><li><a href=\"#toc-11\">City Regarding Dreams</a></li><li><a href=\"#toc-12\">Largest Casinos In The United States Of America</a></li><li><a href=\"#toc-13\">Top Twelve Largest Casinos Within The United Declares (</a></li><li><a href=\"#toc-14\">Ultimate Online Poker Glossary: 550+ Slang Terms & Expressions</a></li><li><a href=\"#toc-15\">Casinos</a></li><li><a href=\"#toc-16\">Choctaw Casino Resort</a></li><li><a href=\"#toc-17\">Soaring Eagle Casino & Resort – Mt Pleasant, Mi</a></li><li><a href=\"#toc-18\">Should Canadian Gamblers Go To Be Able To Us Casinos?\" \"Pros, Cons, And Common Sense</a></li><li><a href=\"#toc-19\">Foxwoods Resort Casino – Mashantucket, Ct</a></li><li><a href=\"#toc-20\">Choctaw Casino Hotel – Durant, Ok</a></li><li><a href=\"#toc-21\">Most Proven Ideas To Raise Your Online Artwork Sales</a></li><li><a href=\"#toc-22\">Biggest Casinos In The Us: Introduction The Top 12 Gaming Paradises</a></li><li><a href=\"#toc-23\">Yaamava Resort & Casino</a></li><li><a href=\"#toc-24\">Top 25 Biggest Us Casinos</a></li><li><a href=\"#toc-25\">Foxwoods Resort Casino – Mashantucket, Connecticut</a></li><li><a href=\"#toc-26\">Most Underrated Snes Games Every Game Player Must Experience</a></li><li><a href=\"#toc-27\">Riverwind Casino</a></li><li><a href=\"#toc-29\">States With Commercial Internet Casinos: Where Do The Las Vegas Lights Shine? </a></li><li><a href=\"#toc-30\">What Is The Biggest Gambling Establishment In The Usa? </a></li><li><a href=\"#toc-31\">Best Internet Casinos To Play Online</a></li><li><a href=\"#toc-33\">Be First To Obtain The Exclusive Offers! </a></li></ul></div><p>Since its design in 2003, it has been a haven regarding gaming enthusiasts, giving over 10, 500 games including slots and other gambling establishment classics.  Over 100 unique tables grace the casino floors, supplemented by a good additional 55 holdem poker tables.  Adding in order to its distinctiveness are four gaming plazas, each meticulously developed to evoke typically the ambiance of significant cities — Rome, Beijing, Rio, in addition to New York.  This allows patrons to be able to immerse themselves within an environment of which suits their preferences.  Encore Boston is run and controlled by Wynn Major resorts, and people to Boston Harbor certainly won’t miss this imposing building.  It’s zero less impressive on the inside, with just short of 3, 000 slots and over 160 table games waiting intended for visitors to appreciate.</p><ul><li>Moving on, we include a Durant, Oklahoma-based Choctaw Casino Vacation resort, which sees about 300, 000 consumers pass through annually. </li><li>It includes two curvilinear glass podiums, rising to 50 stories and includes a total of four, 004 rooms plus suites. </li><li>You likewise won’t find a sportsbook on the Lake Wind, however it will have an off-track betting office to set bets on horses racing. </li><li>The 3rd on the list is Foxwoods Resort Casino, situated in Mashantucket, Connecticut. </li></ul><p>The tenth largest and final access on our checklist of the five biggest casinos in the USA is the Encore Boston Harbor, in Everrett, Massachusetts.  It provides a design and layout very related to that of the particular Wynn-Encore in Todas las Vegas, with 210, 000 of video gaming space.  Despite getting much smaller compared to WinStar, at several, 400 it offers almost as many slot machines and typically the same number of table games because the biggest casino in the state.</p><h2 id=\"toc-0\">Casino Buildings</h2><p>This luxury hotel and casino will be owned by The Blackstone Group in addition to operated by MGM Resorts International.  A. The Chickasaw Country Indian Tribe possesses and operates the particular resort, together with several other casinos which includes the Riverwind Casino in Norman.  The tribal land includes over 7, 500 square miles throughout southern Oklahoma.  Worldwide, there are more than 70, 000 people of Chickasaw Nation (per the Chickasaw Nation’s recent Governor’s report).  Their head office is situated in Ada, Ok, 90 miles northeast of the WinStar <a href=\"https://mostbetbd24.com/\">mostbet bd</a>.</p><ul><li>In 2019, this opened Hard Rock Live, which offers a 7, 000-seat capacity theater for different events. </li><li>There are even a couple of 18-hole golf classes that also offer private lessons.\"</li><li>The online casino is beautiful plus shows off luxurious, nevertheless the size is massive. </li><li>WinStar World Casino & Resort is typically the largest casino in the United Claims, covering a enormous 519, 000 rectangular feet of gambling space. </li></ul><p>The casino features a wide variety of gaming choices, including 3, 500 slots, 110 stand games, and also a high-class poker room.  Thunder Valley also stands apart for its enjoyment\" \"products, with regular concerts, events, and displays held in it is 1, 000-seat location.  The resort’s accommodations are equally remarkable, using a 17-story resort that provides breathtaking opinions in the surrounding area.  Guests can take pleasure in a variety involving dining options, from casual eateries to gourmet restaurants.  Thunder Valley is some sort of great destination with regard to people who want to experience California’s ideal in both gambling and relaxation.</p><h3 id=\"toc-1\">Casinos In The Says: Map Of American Gambling</h3><p>The Bellagio furthermore has the best dining places that can end up being found around the Las Vegas Strip.  Anyone can find some thing that they take pleasure in about the Bellagio across the more than 160, 500 sq.  And actually though the building is not guitar formed, it can do have typically the usual Hard Stone guitars and souvenirs adorning the walls inside.  It\'s not just a fantastic resort to period kids to nevertheless, as most regarding the entertainment will be adult oriented, nevertheless there are family members friendly attractions local such as Dschungel Gardens.  It was only in 2021 how the venue included a hotel plus renamed itself once again, to become the particular Yaamava Resort &amp; Casino.  The brand Yaamava is the native word for the spring in Serrano, the San Manuel Band of Indians’ native terminology <a href=\"https://mostbetbd24.com/app/\">mostbet app</a>.</p><p>In addition in order to gambling, there is usually a magnificent health spa and restaurants by famous chefs.  The casino\'s loyalty system allows players to receive exclusive privileges, like free nights on the hotel.  Parx Casino is another associated with the largest casinos in the UNITED STATES OF AMERICA that doesn’t number its guests right away.  Riverwind is one particular of the largest casinos in the particular USA and capabilities 219, 000 square feet of gaming dining tables and slot devices.</p><h3 id=\"toc-2\">Caesars Casino</h3><p>To conclude, the state of Nevada will not even include one of the particular ten biggest online casino companies in the US.  Since many people appreciate the convenience of enjoying their favorite casino video games in some US ALL online casinos, some others still like in order to travel to other parts of the region.  Some even search for and travel to the largest casinos in the ALL OF US to join in the excitement and enjoyment of casino video gaming.</p><ul><li>A rebrand to Yaamava’\" \"came in 2021 along with a 17-storey resort tower. </li><li>This room is individual from the rest of the casino to be able to offer privacy and a quiet environment. </li><li>It has 186, 187 square feet of on line casino space, which features 240 gaming dining tables and 2, two hundred slot machines. </li></ul><p>Owned by simply Vici Properties and controlled by MGM Resorts International, Mandalay Bay offers 3, 209 rooms in hotels, 24 elevators, plus a casino of one hundred thirty five, 000 square toes.  The luxury hot tub offers everything by facials and massages to manicures plus Lomi Lomi.  The resort hosts various shows and shows over the study course of summer time because part of the outdoor amphitheater series.  After a September 2010 expansion, right now there was the addition of the luxury hotel presenting 46 suites along with a whopping 408 rooms.</p><h2 id=\"toc-3\">H: Water Spirit Casino Hotel, Tulsa Oklahoma</h2><p>Built about the site of the demolished Dunes hotel and casino on the Las Vegas Strip in Paradise, Nevada, Bellagio is a resort, luxurious hotel, and gambling establishment.  The resort likewise comprises the just casino at CityCenter, with 14, 500 m2 of gaming space.  Other characteristics of the motel include a 7, 400 m2 salon and spa and 46, 000 m2 of convention space.  Moreover, the hotel houses numerous retailers, nightclubs, restaurants, as well as the largest casino inside Clark County.  Occupying the site associated with the old Sands Hotel, Venetian Las Vegas has over 7, 000 bedrooms.  In addition, the hotel features the total of thirty, 900 m2 involving gaming space, golf equipment and lounges and restaurants.</p><ul><li>Pechanga Resort Casino is one of the biggest US ALL casinos situated in Florida. </li><li>Two in the biggest casinos in the usa are positioned under the same roof at\" \"the Mohegan Sun, that has been opened in mil novecentos e noventa e seis and is controlled by the Mohegan tribe. </li><li>They offer all involving the classic gambling establishment favorites but mix them in a bundle that includes luxurious resorts, spas, plus restaurants. </li><li>With French Lick Benefits, you’ll have the particular opportunity to make points on some sort of tiered system. </li><li>There are no other casinos across the particular street from typically the WinStar, nor down the road to compete for Dallas area gambling money. </li></ul><p>What I’m trying to claim is the fact when you’re the only real casino inside an hour and even a half’s generate for 7 thousand people, you’re going to do well.  The WinStar has the physical fortune to end up being one of simply two casinos within 100 miles on this growing metropolitan place.  (The other may be the Choctaw Casino Holiday resort in Durant, Ok, about 91 miles away).  Foxwoods has “just” 4, 800 slot machines, although WinStar has eight, 600 different slot machines.  On top rated of that, Riverwind is a pure five miles from the University regarding Oklahoma, among the best collegiate programs within terms of sports, basketball, and hockey.</p><h3 id=\"toc-4\">D: Foxwoods Resort Casino, Mashantucket, Connecticut</h3><p>Kids are also pretty nicely looked after right here, with various routines offered at the Thunder Valley Entertainment Middle, including mini-golf, bowling, Go-Karting, Laser Tag and a games arcade.  The poker room has 28 furniture, but it is expanded several times each year, when visiting excursions like the WSOP Outlet as well as the World Holdem poker Tour (WPT) maintain events.  Smaller excursions, such as the Rungood Collection also make standard stop pffs at Thunder Valley.  It’s a great casino regarding high rollers, with several high reduce areas and lounges, however it doesn’t tick all typically the boxes for everybody.  It did have got a small poker room, however this closed in 2019 and would not reappear after typically the venue rebranded inside 2021.</p><ul><li>There are other casinos in the area too – you can check out out Harrah’s, the 45 minute drive away, or the Pit Forge Casino Holiday resort which does possess a hotel on site. </li><li>Check with your favorite airline intended for connections that can work to suit your needs. </li><li>There are some quite big casinos in the USA, including the largest on the planet. </li><li>However, you may end up being surprised to observe how many super-sized casinos are situated beyond Nevada and even the bright signals of Vegas. </li><li>The online casino provides a whopping 344, 000 square toes of casino space, which features some, 800 slot machines. </li></ul><p>The casino offers 108, 000 block feet of casino space, featuring one, 965 gaming devices and 115 dining tables.  Pechanga Resort Gambling establishment is one regarding the biggest PEOPLE casinos found in California.  If experts typically the US and seeking for any casino using nonstop gaming, next we recommend Pechanga Resort Casino.  There are extensive affordable chain hotels in typically the vicinity, from Days Inns to more luxurious hotels.  San Manuel, however, features everything the hotel casinos have to offer.</p><h2 id=\"toc-5\">Sports</h2><p>One of the greatest parts of visiting this magnificent on line casino is that a person will get to determine an exceptional artificial water fountain.  With its vast home area and intensive gaming and non-gaming amenities, Foxwoods Hotel Casino is one particular of the biggest casino in typically the US and the third-largest casino in the world.  In addition, about a hundred and forty miles northeast of New York City is placed a massive on the lookout for million square base Native American on line casino, with 344 thousands of square feet devoted only to gaming.  The casino offers over 3, 000 slot machine game machines, 180 scratch cards, and a massive\" \"poker site.</p><ul><li>Don’t allow the location fool you, right now there is boutique purchasing, international buffets, and even world-class golf available to guests. </li><li>The casino exposed in 2004 and started using it is current name within 2009. </li><li>The casino also enables smoking, although presently there is a smoke-free level for non-smokers, which covers 21, 000 square feet, plus it offers numerous high-limit slots and even gaming tables. </li><li>It’s also typically the proud home in order to two professional sporting activities teams – the New England Black Baby wolves of the National\" \"Lacrosse League and the particular WNBA’s Connecticut Sun. </li></ul><p>The Venetian Resort Hotel On line casino is really a luxurious online casino for the Las Vegas Strip, with above 120, 000 block feet of gambling space.  The on line casino offers over\" \"just one, 000 slot devices, 139 table game titles, and a poker site with 59 tables.  The Venetian also features a imitation of Venice’s Great Canal, complete using gondola rides and even upscale shopping.  Bellagio is another famous casino on the Vegas Strip, together with over 156, 1000 sq ft of game playing space.</p><h2 id=\"toc-6\">Luxor Las Vegas</h2><p>Without any doubt, Seminole is the particular biggest casino in the United States.  Also known as the guitar gambling establishment, its hard mountain guitar structure is definitely beautiful in Florida.  The casino provides 245, 000 sq ft of casino area featuring games such as mini-baccarat, let this ride, blackjack, pai gow, three-card, in addition to so on.  The casino has five hundred slot machines along with various games plus a poker room.  In 2019, that opened Hard Rock Live, which provides a 7, 000-seat capacity theater for various events.  The MGM Cotai in Macau consists of 500, 000 square ft of playing space and suits slot lovers with a single, 500 slot machines and 174 gaming dining tables.</p><ul><li>Winstar’s sixty six, 950 square foot of convention centre space will make that larger than a lot of casinos around the particular country. </li><li>The vacation resort used to have a bingo area, but it converted it into the concert venue, to be able to provide additional means of entertainment. </li><li>It features a design and even layout very similar to those of the Wynn-Encore in Las Vegas, with 210, 000 of gambling space. </li><li>Located throughout Durant, Oklahoma, the particular Choctaw Casino Holiday resort is our following feature. </li></ul><p>It generates the ultimate vacation if you are fans associated with gambling and individuals just looking for a soothing time.  There will be nothing really like striking the gaming floors then relaxing in the spa with one of the luxurious spa features.  It does have 2, 100 slot machines, 121 table games and some sort of 29 table online poker room.</p><h3 id=\"toc-7\">A Gaming Experience Just Like No Other</h3><p>When you’re rested from your journey to a single involving the largest casinos in the UNITED STATES, head right down to typically the game floor and luxuriate in live dealers web hosting Pai Gow Poker, Casino War, Speaking spanish 21 and more.  Thunder Valley On line casino is huge –\" \"this boasts 250, 500 square feet regarding gaming and a new full 42 miles of parking!  And if everything that video game floor wasn’t adequate to keep an individual busy, Thunder Area is close in order to golf, Sacramento nightlife and driving distance to Napa Pit wine.  When an individual plan your video gaming trip to or perhaps within America, you’ll have to end up being sure to check out out the Rare metal Coast Hotel and even Casino in Las vegas.  The Gold Seacoast is one involving the largest internet casinos in the UNITED STATES OF AMERICA, along with the resort really has six cousin casinos you can visit and occurs B Connected details at.</p><ul><li>The poker region at Foxwoods may be the third biggest in america, and it features 114 tables, producing it a popular attraction. </li><li>As typically the name suggests, typically the Seminole Hard Stone Hotel and Online casino is a intensely music-inspired destination. </li><li>Whether you’re a seasoned gambler or a first-time customer, these casinos will be sure to offer an unforgettable experience. </li><li>Sports fans may possibly prefer to invest most of their time in the Sportsbook, while some will always be drawn to bingo lounges or possibly the poker place for a tad of Texas Hold’em or perhaps some Pot Limit Omaha. </li><li>What I’m trying to point out is that when you’re the sole casino inside an hour and a half’s generate for 7 thousand people, you’re going to do well. </li></ul><p>This establishment matches the particular scale its predecessor on our list, comprising an extraordinary 210, 000 sq ft.  As the particular most recent business in our system, it absolutely was inaugurated throughout 2019 and features both a casino and also a large lodge.  The entire intricate, with an estimated worth of $2. a few billion, stands as the largest exclusive single-phase construction job in the state’s history.</p><h2 id=\"toc-8\">Most Popular Devices To Try – Beginner’s Top Picks</h2><p>The hotel contains around 600 rooms, and there will be 13 restaurants plus an entire row of luxury retail shops filled using everything, including fine art.  Moving on in order to our seventh access, we have Yaamava Resort &amp; Casino at San Manuel, Highland, California.  You can find that only 60 kilometers outside of La, and it will be a site with the biggest number of available slots about the West Coastline.</p><ul><li>Additionally, the casino provides a collection of high-stakes slots and gaming tables, which includes strenuous a $1, 000 per pull, located in a unique area for large spenders. </li><li>One of the distinctive characteristics of Foxwoods Resort Casino is its poker room, which in turn ranks because the third-largest globally and benefits 114 tables. </li><li>A huge selection of games in addition to the opportunity to really feel like a portion of something awesome. </li><li>While Las Vegas internet casinos might not appear on this list, that doesn’t suggest the US is completely missing. </li><li>The River Wind is the third Oklahoma casino to make typically the top ten list, coming in in number eight, with 219, 000 sq feet of game playing space. </li><li>Riverwind features designers for example Chris Tucker, Willian Shatner plus Willie Nelson. </li></ul><p>It has a better distributed of family enjoyment, with a bowling\" \"intersection, an arcade, pools, a movie theater and many other attractions in offer.  The gaming offering is similar to of which found at Mohegan Sun, with slightly fewer in almost all categories.  But along with 3, 500 slots in addition to over 250 game playing tables, it truly is nonetheless one of the biggest casinos inside the whole region.  Mohegan Sun is definitely one of the particular biggest resorts in the East Shoreline, situated in Uncasville, Connecticut.</p><h3 id=\"toc-9\">What States Have Casinos? Typically The Complete Guide In Order To Gambling In The Particular Us</h3><p>In conjunction with casino area, Excalibur Hotel plus Casino includes some sort of renovated pool place and a thirteen, 000-square-foot spa plus fitness centre.  The inclusion of the particular word “resort” can make this brag formally true, as a result of enormous size of the hotel and casino’s non-gaming space.  Between hotels, restaurants, etc, the resort provides 1. 2 million square feet associated with space.  Winstar’s 66, 950 square ft of convention middle space would make it larger than numerous casinos around the particular country.  The casino proper has a lot more than 3, 000 slots and video machines to select from.</p><p>There really are a whopping 6, 852 rooms accessible to book, and they’re ready for a person at a reasonable price.  Take your current pick from typically the best USA internet casinos and enjoy exciting gameplay, fantastic offers, and the serenity of mind that is included with playing on some sort of secure site.  Built 5 years ago, Riverwind Gambling establishment is a popular entertainment location in Norman, Oklahoma.  Founded in the year 2003, Thunder Valley Online casino Resort is situated in Lincoln, CA, just 30 mls northeast of typically the state’s capital.  Owned from the United Auburn Indian Community, Thunder Valley is home to one of the best resorts for California locals and tourists.</p><h3 id=\"toc-10\">Caesars Structure Las Vegas Hotel & Casino</h3><p>There are 6th, 500 video gaming devices here (including electronic digital table games).  Mohegan Sun supplies the 2nd largest gaming floor space in typically the USA, using a great quantity of all game types available.  Although its 5, 000 slot equipment are significantly much less than at WinStar, Yaamava and Choctaw, it a lot more than tends to make up for this with over 310 gaming tables in addition to a vast array of cusine options.</p><ul><li>But hold on, that’s inside Hollywood and I’m afraid that’s not this one, that is in Tampa. </li><li>Also found in the US, the particular Yaamava’ in San Bernardino is managed from the San Manuel Band of Mission Indians. </li><li>The Encore is usually structured across a couple of floors, together with the key floor packed with slot machine game machines and typically the second floor committed to table games in addition to high-limit rooms. </li><li>Moving on, we have got Red Dog  Gambling establishment, which is one more platform that we all highly recommend. </li><li>Other top Mohegan Sun Casino, Foxwoods Casino, Riverwind Online casino, plus the list went up to thirty. </li></ul><p>In conclusion, the top rated 20 largest casinos in the usa offer a new wide range regarding gaming options, entertainment, and amenities for people to enjoy.  Whether you might be a video gaming enthusiast or seeking for a fun-filled vacation destination, these types of top casinos have got something for everyone to enjoy.  The River Wind is the third Oklahoma on line casino to make the top ten checklist, coming in from number eight, together with 219, 000 block feet of gambling space.  It offers the same gambling floor space while Choctaw, but lags behind in almost all other categories.  The fourth-largest US on line casino is a Lincoln subsequently, California-based Thunder Pit Casino Resort.  Another tribal casino, that one is owned by united Auburn Indian Community.</p><h2 id=\"toc-11\">City Involving Dreams</h2><p>There are other casinos in the area too – you can check out out Harrah’s, a new 45 minute drive away, or the Area Forge Casino Vacation resort which does possess a hotel upon site.  What we love most concerning San Manuel, though, is that that they give back to typically the local community.  The San Manuel Music group of Mission Indians has donated vast amounts to charitable companies – it’s some sort of casino you could truly feel good concerning playing.  Mandalay Bay has two sis properties you could have observed of – the Luxor and Excalibur.  There is the tram that runs between your properties, therefore if you’re experiencing lucky at a sister resort, simply jump on the bus and start game playing at one associated with the other qualities.  Guests of typically the hotel usually takes advantage of N life rewards, as typically the Borgata is held by MGM Hotels International.</p><ul><li>The casino included a number regarding the euphoric pleasures, such because a sports bar and nightclub, fresh high-limit and VERY IMPORTANT PERSONEL gambling areas, and more. </li><li>To satisfy adventure-seekers, the resort also offers a range associated with outdoor activities, from tranquil woodland tracks to a heart-stopping zipline that propels riders 350 toes into the air. </li><li>The casino boasts over 4, five hundred slot machines, 154 scratch cards, and some sort of poker room with 43 tables. </li><li>Many from the largest casinos, with the most slots and table games, as well as other kinds of entertainment, are usually found in Macau, China, with Las Vegas falling some approach behind in the rankings. </li><li>In conclusion, the leading 20 largest internet casinos in the usa offer the wide range involving gaming options, enjoyment, and amenities regarding people to enjoy. </li></ul><p>The casino stands away as it has a unique design and interior presence.  There is a popular display of Seminole designs and fine art, which have been built into several of typically the structures on web-site.  Choctaw Casino Durant’s floor space is usually also packed along with 100 Table game titles, and a twenty-five table poker area and racebook.  Among the resort’s sixteen restaurants is the popular Butterfields Vaisselier.  The resort’s 3 hotel towers consist of a total of three, 652 hotel rooms.  The nine thousand square feet also include 80 shops in the 300, 500 square foot Tangier Outlets, two big concert venues, the spa, numerous bars and lounges and also 30 restaurant selections.</p><h3 id=\"toc-12\">Largest Casinos In The United States Of America</h3><p>2003 saw typically the opening with  the Thunder Valley Casino Vacation resort, modeled after Todas las Vegas.  The parking lot of the 250, 000-square-foot casino inside Lincoln, California, spans 42 acres!  Thunder Valley\" \"is among the most renowned casino in Auburn Indian Group.</p><ul><li>Over a hundred unique tables sophistication the casino ground, supplemented by the additional 55 holdem poker tables. </li><li>Mohegan Sun is a single of the largest and most recognized casinos in the U. S., giving 350, 000+ sq feet of gaming space. </li><li>Traditional game titles like blackjack, roulette, baccarat, and craps are mainstays within every authentic cash casino. </li><li>At the\" \"second last position within our list of the biggest hotels within the US is definitely Bellagio. </li><li>When you’re not playing, you can easily relax in one particular of the resort pools or get a live display. </li></ul><p>There are a lot more than 60 Indian casinos in Los angeles, including San Manuel Casino and Thunder Valley Casino Holiday resort.  Many of these people are located close to major cities such as Los Angeles and Hillcrest.  While your kids happen to be in the excellent hands of competent childcare workers, you’ll love the scratch cards like Criss Combination Poker, Chase the particular Flush and even more.</p><h2 id=\"toc-13\">Top 10 Largest Casinos Throughout The United Declares (</h2><p>This is another tribal casino, owned in addition to operated by Saginaw Chippewa Tribal State.  It was initially built in 98, but it found several changes above the years, after which an entire collection of renovations throughout 2018, which are really worth around $27 mil.  The casino included a number of new pleasures, such as a sports club and nightclub, brand new high-limit and VERY IMPORTANT PERSONEL gambling areas, and even more.  It covers a place of 210, 500 square feet, showcasing 4, 400 slots and around 75 table games.  The third on the list is Foxwoods Resort Casino, located in Mashantucket, Connecticut.</p><ul><li>WinStar also beats away Foxwoods in words of gaming devices, defined as position machines, video holdem poker machines, electronic black jack games, etc. </li><li>While online casinos is much more convenient, numerous people still help to make an effort to be able to travel across the nation in addition to explore the incentives of land-based casinos. </li><li>No online casino in the Usa States can present 7, 500 electronic tables, and just a handful of casinos globally can boast that number of electronic machines. </li></ul><p>An expansion completed in 2021 brought the casino up to 300, 000 block feet of on line casino floor space, with 7, 400 gaming machines.   Here’s a summary of the biggest casinos in america, (by ground space focused on betting space, but not total size of the particular hotel and resort).  The Foxwoods Vacation resort Casino is typically the biggest gambling organization in North America and the third largest worldwide.  The 9-million-square-foot Native United states casino is situated around 140 mls northeast of Brand new York City and has a game playing space of 344, 000 square toes.</p>','What Declares Have Casinos? The Full Guide To Betting In The Us','','inherit','closed','closed','','266-revision-v1','','','2025-10-07 14:46:33','2025-10-07 07:46:33','',266,'https://lion288slot.com/?p=267',0,'revision','',0),
(268,1,'2025-10-07 14:46:38','2025-10-07 07:46:38','<meta name=\"description\" content=\"Interestingly, our focus today shifts faraway from Las Vegas and even Nevada. \"/><h1>Top Ten Biggest Internet Casinos In U S I9000 By Gaming Rectangular Footage</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Casino Buildings</a></li><li><a href=\"#toc-1\">Casinos In The Declares: Map Of American Gambling</a></li><li><a href=\"#toc-2\">Caesars Casino</a></li><li><a href=\"#toc-3\">H: Riv Spirit Casino Holiday Resort, Tulsa Oklahoma</a></li><li><a href=\"#toc-4\">D: Foxwoods Resort Casino, Mashantucket, Connecticut</a></li><li><a href=\"#toc-5\">Sports</a></li><li><a href=\"#toc-6\">Luxor Las Vegas</a></li><li><a href=\"#toc-7\">A Gaming Experience Just Like No Other</a></li><li><a href=\"#toc-8\">Most Popular Instruments To Try – Beginner’s Top Picks</a></li><li><a href=\"#toc-9\">What Says Have Casinos? The Complete Guide To Be Able To Gambling In The Particular Us</a></li><li><a href=\"#toc-10\">Caesars Building Las Vegas Hotel & Casino</a></li><li><a href=\"#toc-11\">City Regarding Dreams</a></li><li><a href=\"#toc-12\">Largest Casinos In The United States Of America</a></li><li><a href=\"#toc-13\">Top Twelve Largest Casinos Within The United Declares (</a></li><li><a href=\"#toc-14\">Ultimate Online Poker Glossary: 550+ Slang Terms & Expressions</a></li><li><a href=\"#toc-15\">Casinos</a></li><li><a href=\"#toc-16\">Choctaw Casino Resort</a></li><li><a href=\"#toc-17\">Soaring Eagle Casino & Resort – Mt Pleasant, Mi</a></li><li><a href=\"#toc-18\">Should Canadian Gamblers Go To Be Able To Us Casinos?\" \"Pros, Cons, And Common Sense</a></li><li><a href=\"#toc-19\">Foxwoods Resort Casino – Mashantucket, Ct</a></li><li><a href=\"#toc-20\">Choctaw Casino Hotel – Durant, Ok</a></li><li><a href=\"#toc-21\">Most Proven Ideas To Raise Your Online Artwork Sales</a></li><li><a href=\"#toc-22\">Biggest Casinos In The Us: Introduction The Top 12 Gaming Paradises</a></li><li><a href=\"#toc-23\">Yaamava Resort & Casino</a></li><li><a href=\"#toc-24\">Top 25 Biggest Us Casinos</a></li><li><a href=\"#toc-25\">Foxwoods Resort Casino – Mashantucket, Connecticut</a></li><li><a href=\"#toc-26\">Most Underrated Snes Games Every Game Player Must Experience</a></li><li><a href=\"#toc-27\">Riverwind Casino</a></li><li><a href=\"#toc-29\">States With Commercial Internet Casinos: Where Do The Las Vegas Lights Shine? </a></li><li><a href=\"#toc-30\">What Is The Biggest Gambling Establishment In The Usa? </a></li><li><a href=\"#toc-31\">Best Internet Casinos To Play Online</a></li><li><a href=\"#toc-33\">Be First To Obtain The Exclusive Offers! </a></li></ul></div><p>Since its design in 2003, it has been a haven regarding gaming enthusiasts, giving over 10, 500 games including slots and other gambling establishment classics.  Over 100 unique tables grace the casino floors, supplemented by a good additional 55 holdem poker tables.  Adding in order to its distinctiveness are four gaming plazas, each meticulously developed to evoke typically the ambiance of significant cities — Rome, Beijing, Rio, in addition to New York.  This allows patrons to be able to immerse themselves within an environment of which suits their preferences.  Encore Boston is run and controlled by Wynn Major resorts, and people to Boston Harbor certainly won’t miss this imposing building.  It’s zero less impressive on the inside, with just short of 3, 000 slots and over 160 table games waiting intended for visitors to appreciate.</p><ul><li>Moving on, we include a Durant, Oklahoma-based Choctaw Casino Vacation resort, which sees about 300, 000 consumers pass through annually. </li><li>It includes two curvilinear glass podiums, rising to 50 stories and includes a total of four, 004 rooms plus suites. </li><li>You likewise won’t find a sportsbook on the Lake Wind, however it will have an off-track betting office to set bets on horses racing. </li><li>The 3rd on the list is Foxwoods Resort Casino, situated in Mashantucket, Connecticut. </li></ul><p>The tenth largest and final access on our checklist of the five biggest casinos in the USA is the Encore Boston Harbor, in Everrett, Massachusetts.  It provides a design and layout very related to that of the particular Wynn-Encore in Todas las Vegas, with 210, 000 of video gaming space.  Despite getting much smaller compared to WinStar, at several, 400 it offers almost as many slot machines and typically the same number of table games because the biggest casino in the state.</p><h2 id=\"toc-0\">Casino Buildings</h2><p>This luxury hotel and casino will be owned by The Blackstone Group in addition to operated by MGM Resorts International.  A. The Chickasaw Country Indian Tribe possesses and operates the particular resort, together with several other casinos which includes the Riverwind Casino in Norman.  The tribal land includes over 7, 500 square miles throughout southern Oklahoma.  Worldwide, there are more than 70, 000 people of Chickasaw Nation (per the Chickasaw Nation’s recent Governor’s report).  Their head office is situated in Ada, Ok, 90 miles northeast of the WinStar <a href=\"https://mostbetbd24.com/\">mostbet bd</a>.</p><ul><li>In 2019, this opened Hard Rock Live, which offers a 7, 000-seat capacity theater for different events. </li><li>There are even a couple of 18-hole golf classes that also offer private lessons.\"</li><li>The online casino is beautiful plus shows off luxurious, nevertheless the size is massive. </li><li>WinStar World Casino & Resort is typically the largest casino in the United Claims, covering a enormous 519, 000 rectangular feet of gambling space. </li></ul><p>The casino features a wide variety of gaming choices, including 3, 500 slots, 110 stand games, and also a high-class poker room.  Thunder Valley also stands apart for its enjoyment\" \"products, with regular concerts, events, and displays held in it is 1, 000-seat location.  The resort’s accommodations are equally remarkable, using a 17-story resort that provides breathtaking opinions in the surrounding area.  Guests can take pleasure in a variety involving dining options, from casual eateries to gourmet restaurants.  Thunder Valley is some sort of great destination with regard to people who want to experience California’s ideal in both gambling and relaxation.</p><h3 id=\"toc-1\">Casinos In The Says: Map Of American Gambling</h3><p>The Bellagio furthermore has the best dining places that can end up being found around the Las Vegas Strip.  Anyone can find some thing that they take pleasure in about the Bellagio across the more than 160, 500 sq.  And actually though the building is not guitar formed, it can do have typically the usual Hard Stone guitars and souvenirs adorning the walls inside.  It\'s not just a fantastic resort to period kids to nevertheless, as most regarding the entertainment will be adult oriented, nevertheless there are family members friendly attractions local such as Dschungel Gardens.  It was only in 2021 how the venue included a hotel plus renamed itself once again, to become the particular Yaamava Resort &amp; Casino.  The brand Yaamava is the native word for the spring in Serrano, the San Manuel Band of Indians’ native terminology <a href=\"https://mostbetbd24.com/app/\">mostbet app</a>.</p><p>In addition in order to gambling, there is usually a magnificent health spa and restaurants by famous chefs.  The casino\'s loyalty system allows players to receive exclusive privileges, like free nights on the hotel.  Parx Casino is another associated with the largest casinos in the UNITED STATES OF AMERICA that doesn’t number its guests right away.  Riverwind is one particular of the largest casinos in the particular USA and capabilities 219, 000 square feet of gaming dining tables and slot devices.</p><h3 id=\"toc-2\">Caesars Casino</h3><p>To conclude, the state of Nevada will not even include one of the particular ten biggest online casino companies in the US.  Since many people appreciate the convenience of enjoying their favorite casino video games in some US ALL online casinos, some others still like in order to travel to other parts of the region.  Some even search for and travel to the largest casinos in the ALL OF US to join in the excitement and enjoyment of casino video gaming.</p><ul><li>A rebrand to Yaamava’\" \"came in 2021 along with a 17-storey resort tower. </li><li>This room is individual from the rest of the casino to be able to offer privacy and a quiet environment. </li><li>It has 186, 187 square feet of on line casino space, which features 240 gaming dining tables and 2, two hundred slot machines. </li></ul><p>Owned by simply Vici Properties and controlled by MGM Resorts International, Mandalay Bay offers 3, 209 rooms in hotels, 24 elevators, plus a casino of one hundred thirty five, 000 square toes.  The luxury hot tub offers everything by facials and massages to manicures plus Lomi Lomi.  The resort hosts various shows and shows over the study course of summer time because part of the outdoor amphitheater series.  After a September 2010 expansion, right now there was the addition of the luxury hotel presenting 46 suites along with a whopping 408 rooms.</p><h2 id=\"toc-3\">H: Water Spirit Casino Hotel, Tulsa Oklahoma</h2><p>Built about the site of the demolished Dunes hotel and casino on the Las Vegas Strip in Paradise, Nevada, Bellagio is a resort, luxurious hotel, and gambling establishment.  The resort likewise comprises the just casino at CityCenter, with 14, 500 m2 of gaming space.  Other characteristics of the motel include a 7, 400 m2 salon and spa and 46, 000 m2 of convention space.  Moreover, the hotel houses numerous retailers, nightclubs, restaurants, as well as the largest casino inside Clark County.  Occupying the site associated with the old Sands Hotel, Venetian Las Vegas has over 7, 000 bedrooms.  In addition, the hotel features the total of thirty, 900 m2 involving gaming space, golf equipment and lounges and restaurants.</p><ul><li>Pechanga Resort Casino is one of the biggest US ALL casinos situated in Florida. </li><li>Two in the biggest casinos in the usa are positioned under the same roof at\" \"the Mohegan Sun, that has been opened in mil novecentos e noventa e seis and is controlled by the Mohegan tribe. </li><li>They offer all involving the classic gambling establishment favorites but mix them in a bundle that includes luxurious resorts, spas, plus restaurants. </li><li>With French Lick Benefits, you’ll have the particular opportunity to make points on some sort of tiered system. </li><li>There are no other casinos across the particular street from typically the WinStar, nor down the road to compete for Dallas area gambling money. </li></ul><p>What I’m trying to claim is the fact when you’re the only real casino inside an hour and even a half’s generate for 7 thousand people, you’re going to do well.  The WinStar has the physical fortune to end up being one of simply two casinos within 100 miles on this growing metropolitan place.  (The other may be the Choctaw Casino Holiday resort in Durant, Ok, about 91 miles away).  Foxwoods has “just” 4, 800 slot machines, although WinStar has eight, 600 different slot machines.  On top rated of that, Riverwind is a pure five miles from the University regarding Oklahoma, among the best collegiate programs within terms of sports, basketball, and hockey.</p><h3 id=\"toc-4\">D: Foxwoods Resort Casino, Mashantucket, Connecticut</h3><p>Kids are also pretty nicely looked after right here, with various routines offered at the Thunder Valley Entertainment Middle, including mini-golf, bowling, Go-Karting, Laser Tag and a games arcade.  The poker room has 28 furniture, but it is expanded several times each year, when visiting excursions like the WSOP Outlet as well as the World Holdem poker Tour (WPT) maintain events.  Smaller excursions, such as the Rungood Collection also make standard stop pffs at Thunder Valley.  It’s a great casino regarding high rollers, with several high reduce areas and lounges, however it doesn’t tick all typically the boxes for everybody.  It did have got a small poker room, however this closed in 2019 and would not reappear after typically the venue rebranded inside 2021.</p><ul><li>There are other casinos in the area too – you can check out out Harrah’s, the 45 minute drive away, or the Pit Forge Casino Holiday resort which does possess a hotel on site. </li><li>Check with your favorite airline intended for connections that can work to suit your needs. </li><li>There are some quite big casinos in the USA, including the largest on the planet. </li><li>However, you may end up being surprised to observe how many super-sized casinos are situated beyond Nevada and even the bright signals of Vegas. </li><li>The online casino provides a whopping 344, 000 square toes of casino space, which features some, 800 slot machines. </li></ul><p>The casino offers 108, 000 block feet of casino space, featuring one, 965 gaming devices and 115 dining tables.  Pechanga Resort Gambling establishment is one regarding the biggest PEOPLE casinos found in California.  If experts typically the US and seeking for any casino using nonstop gaming, next we recommend Pechanga Resort Casino.  There are extensive affordable chain hotels in typically the vicinity, from Days Inns to more luxurious hotels.  San Manuel, however, features everything the hotel casinos have to offer.</p><h2 id=\"toc-5\">Sports</h2><p>One of the greatest parts of visiting this magnificent on line casino is that a person will get to determine an exceptional artificial water fountain.  With its vast home area and intensive gaming and non-gaming amenities, Foxwoods Hotel Casino is one particular of the biggest casino in typically the US and the third-largest casino in the world.  In addition, about a hundred and forty miles northeast of New York City is placed a massive on the lookout for million square base Native American on line casino, with 344 thousands of square feet devoted only to gaming.  The casino offers over 3, 000 slot machine game machines, 180 scratch cards, and a massive\" \"poker site.</p><ul><li>Don’t allow the location fool you, right now there is boutique purchasing, international buffets, and even world-class golf available to guests. </li><li>The casino exposed in 2004 and started using it is current name within 2009. </li><li>The casino also enables smoking, although presently there is a smoke-free level for non-smokers, which covers 21, 000 square feet, plus it offers numerous high-limit slots and even gaming tables. </li><li>It’s also typically the proud home in order to two professional sporting activities teams – the New England Black Baby wolves of the National\" \"Lacrosse League and the particular WNBA’s Connecticut Sun. </li></ul><p>The Venetian Resort Hotel On line casino is really a luxurious online casino for the Las Vegas Strip, with above 120, 000 block feet of gambling space.  The on line casino offers over\" \"just one, 000 slot devices, 139 table game titles, and a poker site with 59 tables.  The Venetian also features a imitation of Venice’s Great Canal, complete using gondola rides and even upscale shopping.  Bellagio is another famous casino on the Vegas Strip, together with over 156, 1000 sq ft of game playing space.</p><h2 id=\"toc-6\">Luxor Las Vegas</h2><p>Without any doubt, Seminole is the particular biggest casino in the United States.  Also known as the guitar gambling establishment, its hard mountain guitar structure is definitely beautiful in Florida.  The casino provides 245, 000 sq ft of casino area featuring games such as mini-baccarat, let this ride, blackjack, pai gow, three-card, in addition to so on.  The casino has five hundred slot machines along with various games plus a poker room.  In 2019, that opened Hard Rock Live, which provides a 7, 000-seat capacity theater for various events.  The MGM Cotai in Macau consists of 500, 000 square ft of playing space and suits slot lovers with a single, 500 slot machines and 174 gaming dining tables.</p><ul><li>Winstar’s sixty six, 950 square foot of convention centre space will make that larger than a lot of casinos around the particular country. </li><li>The vacation resort used to have a bingo area, but it converted it into the concert venue, to be able to provide additional means of entertainment. </li><li>It features a design and even layout very similar to those of the Wynn-Encore in Las Vegas, with 210, 000 of gambling space. </li><li>Located throughout Durant, Oklahoma, the particular Choctaw Casino Holiday resort is our following feature. </li></ul><p>It generates the ultimate vacation if you are fans associated with gambling and individuals just looking for a soothing time.  There will be nothing really like striking the gaming floors then relaxing in the spa with one of the luxurious spa features.  It does have 2, 100 slot machines, 121 table games and some sort of 29 table online poker room.</p><h3 id=\"toc-7\">A Gaming Experience Just Like No Other</h3><p>When you’re rested from your journey to a single involving the largest casinos in the UNITED STATES, head right down to typically the game floor and luxuriate in live dealers web hosting Pai Gow Poker, Casino War, Speaking spanish 21 and more.  Thunder Valley On line casino is huge –\" \"this boasts 250, 500 square feet regarding gaming and a new full 42 miles of parking!  And if everything that video game floor wasn’t adequate to keep an individual busy, Thunder Area is close in order to golf, Sacramento nightlife and driving distance to Napa Pit wine.  When an individual plan your video gaming trip to or perhaps within America, you’ll have to end up being sure to check out out the Rare metal Coast Hotel and even Casino in Las vegas.  The Gold Seacoast is one involving the largest internet casinos in the UNITED STATES OF AMERICA, along with the resort really has six cousin casinos you can visit and occurs B Connected details at.</p><ul><li>The poker region at Foxwoods may be the third biggest in america, and it features 114 tables, producing it a popular attraction. </li><li>As typically the name suggests, typically the Seminole Hard Stone Hotel and Online casino is a intensely music-inspired destination. </li><li>Whether you’re a seasoned gambler or a first-time customer, these casinos will be sure to offer an unforgettable experience. </li><li>Sports fans may possibly prefer to invest most of their time in the Sportsbook, while some will always be drawn to bingo lounges or possibly the poker place for a tad of Texas Hold’em or perhaps some Pot Limit Omaha. </li><li>What I’m trying to point out is that when you’re the sole casino inside an hour and a half’s generate for 7 thousand people, you’re going to do well. </li></ul><p>This establishment matches the particular scale its predecessor on our list, comprising an extraordinary 210, 000 sq ft.  As the particular most recent business in our system, it absolutely was inaugurated throughout 2019 and features both a casino and also a large lodge.  The entire intricate, with an estimated worth of $2. a few billion, stands as the largest exclusive single-phase construction job in the state’s history.</p><h2 id=\"toc-8\">Most Popular Devices To Try – Beginner’s Top Picks</h2><p>The hotel contains around 600 rooms, and there will be 13 restaurants plus an entire row of luxury retail shops filled using everything, including fine art.  Moving on in order to our seventh access, we have Yaamava Resort &amp; Casino at San Manuel, Highland, California.  You can find that only 60 kilometers outside of La, and it will be a site with the biggest number of available slots about the West Coastline.</p><ul><li>Additionally, the casino provides a collection of high-stakes slots and gaming tables, which includes strenuous a $1, 000 per pull, located in a unique area for large spenders. </li><li>One of the distinctive characteristics of Foxwoods Resort Casino is its poker room, which in turn ranks because the third-largest globally and benefits 114 tables. </li><li>A huge selection of games in addition to the opportunity to really feel like a portion of something awesome. </li><li>While Las Vegas internet casinos might not appear on this list, that doesn’t suggest the US is completely missing. </li><li>The River Wind is the third Oklahoma casino to make typically the top ten list, coming in in number eight, with 219, 000 sq feet of game playing space. </li><li>Riverwind features designers for example Chris Tucker, Willian Shatner plus Willie Nelson. </li></ul><p>It has a better distributed of family enjoyment, with a bowling\" \"intersection, an arcade, pools, a movie theater and many other attractions in offer.  The gaming offering is similar to of which found at Mohegan Sun, with slightly fewer in almost all categories.  But along with 3, 500 slots in addition to over 250 game playing tables, it truly is nonetheless one of the biggest casinos inside the whole region.  Mohegan Sun is definitely one of the particular biggest resorts in the East Shoreline, situated in Uncasville, Connecticut.</p><h3 id=\"toc-9\">What States Have Casinos? Typically The Complete Guide In Order To Gambling In The Particular Us</h3><p>In conjunction with casino area, Excalibur Hotel plus Casino includes some sort of renovated pool place and a thirteen, 000-square-foot spa plus fitness centre.  The inclusion of the particular word “resort” can make this brag formally true, as a result of enormous size of the hotel and casino’s non-gaming space.  Between hotels, restaurants, etc, the resort provides 1. 2 million square feet associated with space.  Winstar’s 66, 950 square ft of convention middle space would make it larger than numerous casinos around the particular country.  The casino proper has a lot more than 3, 000 slots and video machines to select from.</p><p>There really are a whopping 6, 852 rooms accessible to book, and they’re ready for a person at a reasonable price.  Take your current pick from typically the best USA internet casinos and enjoy exciting gameplay, fantastic offers, and the serenity of mind that is included with playing on some sort of secure site.  Built 5 years ago, Riverwind Gambling establishment is a popular entertainment location in Norman, Oklahoma.  Founded in the year 2003, Thunder Valley Online casino Resort is situated in Lincoln, CA, just 30 mls northeast of typically the state’s capital.  Owned from the United Auburn Indian Community, Thunder Valley is home to one of the best resorts for California locals and tourists.</p><h3 id=\"toc-10\">Caesars Structure Las Vegas Hotel & Casino</h3><p>There are 6th, 500 video gaming devices here (including electronic digital table games).  Mohegan Sun supplies the 2nd largest gaming floor space in typically the USA, using a great quantity of all game types available.  Although its 5, 000 slot equipment are significantly much less than at WinStar, Yaamava and Choctaw, it a lot more than tends to make up for this with over 310 gaming tables in addition to a vast array of cusine options.</p><ul><li>But hold on, that’s inside Hollywood and I’m afraid that’s not this one, that is in Tampa. </li><li>Also found in the US, the particular Yaamava’ in San Bernardino is managed from the San Manuel Band of Mission Indians. </li><li>The Encore is usually structured across a couple of floors, together with the key floor packed with slot machine game machines and typically the second floor committed to table games in addition to high-limit rooms. </li><li>Moving on, we have got Red Dog  Gambling establishment, which is one more platform that we all highly recommend. </li><li>Other top Mohegan Sun Casino, Foxwoods Casino, Riverwind Online casino, plus the list went up to thirty. </li></ul><p>In conclusion, the top rated 20 largest casinos in the usa offer a new wide range regarding gaming options, entertainment, and amenities for people to enjoy.  Whether you might be a video gaming enthusiast or seeking for a fun-filled vacation destination, these types of top casinos have got something for everyone to enjoy.  The River Wind is the third Oklahoma on line casino to make the top ten checklist, coming in from number eight, together with 219, 000 block feet of gambling space.  It offers the same gambling floor space while Choctaw, but lags behind in almost all other categories.  The fourth-largest US on line casino is a Lincoln subsequently, California-based Thunder Pit Casino Resort.  Another tribal casino, that one is owned by united Auburn Indian Community.</p><h2 id=\"toc-11\">City Involving Dreams</h2><p>There are other casinos in the area too – you can check out out Harrah’s, a new 45 minute drive away, or the Area Forge Casino Vacation resort which does possess a hotel upon site.  What we love most concerning San Manuel, though, is that that they give back to typically the local community.  The San Manuel Music group of Mission Indians has donated vast amounts to charitable companies – it’s some sort of casino you could truly feel good concerning playing.  Mandalay Bay has two sis properties you could have observed of – the Luxor and Excalibur.  There is the tram that runs between your properties, therefore if you’re experiencing lucky at a sister resort, simply jump on the bus and start game playing at one associated with the other qualities.  Guests of typically the hotel usually takes advantage of N life rewards, as typically the Borgata is held by MGM Hotels International.</p><ul><li>The casino included a number regarding the euphoric pleasures, such because a sports bar and nightclub, fresh high-limit and VERY IMPORTANT PERSONEL gambling areas, and more. </li><li>To satisfy adventure-seekers, the resort also offers a range associated with outdoor activities, from tranquil woodland tracks to a heart-stopping zipline that propels riders 350 toes into the air. </li><li>The casino boasts over 4, five hundred slot machines, 154 scratch cards, and some sort of poker room with 43 tables. </li><li>Many from the largest casinos, with the most slots and table games, as well as other kinds of entertainment, are usually found in Macau, China, with Las Vegas falling some approach behind in the rankings. </li><li>In conclusion, the leading 20 largest internet casinos in the usa offer the wide range involving gaming options, enjoyment, and amenities regarding people to enjoy. </li></ul><p>The casino stands away as it has a unique design and interior presence.  There is a popular display of Seminole designs and fine art, which have been built into several of typically the structures on web-site.  Choctaw Casino Durant’s floor space is usually also packed along with 100 Table game titles, and a twenty-five table poker area and racebook.  Among the resort’s sixteen restaurants is the popular Butterfields Vaisselier.  The resort’s 3 hotel towers consist of a total of three, 652 hotel rooms.  The nine thousand square feet also include 80 shops in the 300, 500 square foot Tangier Outlets, two big concert venues, the spa, numerous bars and lounges and also 30 restaurant selections.</p><h3 id=\"toc-12\">Largest Casinos In The United States Of America</h3><p>2003 saw typically the opening with  the Thunder Valley Casino Vacation resort, modeled after Todas las Vegas.  The parking lot of the 250, 000-square-foot casino inside Lincoln, California, spans 42 acres!  Thunder Valley\" \"is among the most renowned casino in Auburn Indian Group.</p><ul><li>Over a hundred unique tables sophistication the casino ground, supplemented by the additional 55 holdem poker tables. </li><li>Mohegan Sun is a single of the largest and most recognized casinos in the U. S., giving 350, 000+ sq feet of gaming space. </li><li>Traditional game titles like blackjack, roulette, baccarat, and craps are mainstays within every authentic cash casino. </li><li>At the\" \"second last position within our list of the biggest hotels within the US is definitely Bellagio. </li><li>When you’re not playing, you can easily relax in one particular of the resort pools or get a live display. </li></ul><p>There are a lot more than 60 Indian casinos in Los angeles, including San Manuel Casino and Thunder Valley Casino Holiday resort.  Many of these people are located close to major cities such as Los Angeles and Hillcrest.  While your kids happen to be in the excellent hands of competent childcare workers, you’ll love the scratch cards like Criss Combination Poker, Chase the particular Flush and even more.</p><h2 id=\"toc-13\">Top 10 Largest Casinos Throughout The United Declares (</h2><p>This is another tribal casino, owned in addition to operated by Saginaw Chippewa Tribal State.  It was initially built in 98, but it found several changes above the years, after which an entire collection of renovations throughout 2018, which are really worth around $27 mil.  The casino included a number of new pleasures, such as a sports club and nightclub, brand new high-limit and VERY IMPORTANT PERSONEL gambling areas, and even more.  It covers a place of 210, 500 square feet, showcasing 4, 400 slots and around 75 table games.  The third on the list is Foxwoods Resort Casino, located in Mashantucket, Connecticut.</p><ul><li>WinStar also beats away Foxwoods in words of gaming devices, defined as position machines, video holdem poker machines, electronic black jack games, etc. </li><li>While online casinos is much more convenient, numerous people still help to make an effort to be able to travel across the nation in addition to explore the incentives of land-based casinos. </li><li>No online casino in the Usa States can present 7, 500 electronic tables, and just a handful of casinos globally can boast that number of electronic machines. </li></ul><p>An expansion completed in 2021 brought the casino up to 300, 000 block feet of on line casino floor space, with 7, 400 gaming machines.   Here’s a summary of the biggest casinos in america, (by ground space focused on betting space, but not total size of the particular hotel and resort).  The Foxwoods Vacation resort Casino is typically the biggest gambling organization in North America and the third largest worldwide.  The 9-million-square-foot Native United states casino is situated around 140 mls northeast of Brand new York City and has a game playing space of 344, 000 square toes.</p>','What Declares Have Casinos? The Full Guide To Betting In The Us','','inherit','closed','closed','','266-autosave-v1','','','2025-10-07 14:46:38','2025-10-07 07:46:38','',266,'https://lion288slot.com/?p=268',0,'revision','',0),
(269,1,'2025-10-06 20:27:37','2025-10-06 13:27:37','<meta name=\"description\" content=\"Martin Scorsese\'s 1995 film \"Casino\" is 1 of the almost all epic gangster films ever made. \"/><h1>Casino 95 Movie Summary, Finishing Explained & Themes</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Casino Rewards In Canada Today</a></li><li><a href=\"#toc-1\">Casino Characters</a></li><li><a href=\"#toc-2\">Memorable Scenes Plus Quotes</a></li><li><a href=\"#toc-3\">Director’s Other Movies</a></li><li><a href=\"#toc-4\">While The Tangiers Is Fictional, Recording Took Place From An Actual Las Vegas Casino</a></li><li><a href=\"#toc-5\">Behind The Scenes Insights</a></li><li><a href=\"#toc-6\">Robert De Niro Acknowledged As Playing </a></li><li><a href=\"#toc-7\">The Card Table (</a></li><li><a href=\"#toc-8\">Facts About Martin Scorsese’s ’90s Classic ‘casino’ That Might Big Surprise You</a></li><li><a href=\"#toc-9\">Robert Para Niro, An Icon Of The Modern Hollywood Crime Motion Picture </a></li><li><a href=\"#toc-10\">The Ending Shows You Cannot Find Any Way Out And About Of The Mafia Alive</a></li><li><a href=\"#toc-11\">I Enjoyed This Greater Than \"goodfellas\" </a></li><li><a href=\"#toc-12\">The Film Mirrored Reality</a></li><li><a href=\"#toc-13\">Sam Ace Rothstein Survives Out Of Pure Luck</a></li><li><a href=\"#toc-14\">Even Though The Strategy Is Pure, The Storytelling Seems Half-baked Plus Uninterested In On Its Own </a></li><li><a href=\"#toc-15\">Alternate Endings And Deleted Scenes</a></li><li><a href=\"#toc-16\">Ace Never Overcomes His Past</a></li><li><a href=\"#toc-17\">Filming & Production</a></li><li><a href=\"#toc-18\">This City Will Never Be The Same</a></li><li><a href=\"#toc-19\">Casino (hbo)</a></li><li><a href=\"#toc-20\">The Tangiers Casino</a></li><li><a href=\"#toc-21\">The Scorsese Spell </a></li><li><a href=\"#toc-22\">Movie Ending</a></li><li><a href=\"#toc-23\">A Can\'t-miss Story No Subject How Told</a></li><li><a href=\"#toc-24\">What Scorsese Film Ranks Highest About Imdb? </a></li><li><a href=\"#toc-29\">Typically Fantastic Scorcese Film</a></li><li><a href=\"#toc-30\">Brilliant Acting Exceptional Story Based Upon Events That Occurred In True To Life </a></li><li><a href=\"#toc-33\">Another Scorsese Classic</a></li><li><a href=\"#toc-34\">The Perfect Image Of Las Las Vegas Early Days </a></li></ul></div><p>By this time, Spilotro’s and Rosenthal’s relationship had switched from friendly to be able to decidedly hostile.  Casino is definitely an epic criminal offense drama that goes into themes of power, greed, betrayal, as well as the complex procedures of mob-controlled casinos.  Casino ends using Ace Rothstein directly surviving an attempt on his life and relocating in order to San Diego, continuous his work within gambling.  The movie concludes with _ design reflecting within the modification of Las Vegas\" \"by mob-run operations in order to corporate-controlled casinos, tagging the end regarding an era.  Casino concludes with Ace reflecting on the rise and even fall of the Tangiers Casino.  Ace survives an assassination effort and relocates to San Diego, where he continues his profession in sports bets.</p><p>As Sam\'s casino operations confront mounting pressure, Ginger\'s behavior spirals out of control due to substance abuse.  Her rekindled ties with Nicky further complicate concerns as they\" \"system to gain control over their connected fortunes.  In “Casino, ” Nicky Santoro is portrayed as a violent in addition to volatile character, mirroring Tony Spilotro’s popularity for brutal methods and his greatest demise.</p><h2 id=\"toc-0\">Casino Rewards In Nova Scotia Today</h2><p>It likewise features legendary shows by Robert De Niro, Don Rickles, and Joe Pesci — in one of his last functions.  James Woods furthermore stars like a sneaky con man in one of his best performances.  Ocean\'s Eleven is the particular ultimate heist film, and it just and so happens to\" \"occur in a casino!  That\'s pretty smart if you consider this, with casinos keeping as much funds as a bank possibly does, but in addition louder, busier, and even easier to slip through undetected.  After being robbed with a sore card loser, Bill Denny (played by George Segal) and Charlie Marine environments (played by Elliott Gould) bond above their mutual, dangerous love of gambling.  In Croupier, Robert Hodges gives us all a neo-noir take on gambling from the other side associated with the casino—one in which Jack Manfred (played by Clive Owen) is a dealer rather as compared to a gambler <a href=\"https://mostbet1bd.com/\">mostbet login</a>.</p><ul><li>While Sharon Stone’s lavish dresses and certainly fabulous outfits were a big component of the particular this kind of film so great, that they didn’t come without their own set of issues. </li><li>Eric Stoner (played by Dorrie McQueen), also acknowledged as The Cincinnati ohio Kid, is the\" \"younger, cocky, and eager-to-card-duel newbie on the block who\'s about to die to try the luck against typically the master. </li><li>It’s not so much a story about individuals as that is about typically the time make within which they’re entangled. </li><li>“Casino” is a new work of hype that draws greatly in the rich tapestry of Las Vegas history and the particular characters who formed it. </li><li>Nance had previously recently been the head involving the skimming procedure inside the Tangiers, and he fled to Costa Natural pursuing the FBI\'s exploration of the casino. </li></ul><p>the opinions and views shared by our viewers within our comment areas.  Our comments area is a place 					where readers can engage within healthy, productive, energetic, and respectful discussion posts.</p><h3 id=\"toc-1\">Casino Characters</h3><p>Jessica Chastain delivered among the best, most dynamic woman performances of the year as she demonstrated how one lady stood to the most powerful men on earth without flinching.  John Dahl\'s crime-drama narrates the thrill plus addiction of playing from Mike\'s stage of view, whether or not it just appears like lots of men sitting in regards to stand for hours on end.  Directors Anna Boden and Ryan Fleck take us just about all through the South, coming from Memphis to Mississippi, since they piece jointly bits, blues, and even bumbling characters.  Mississippi Grind probably slipped under your radar, but all critics can agree it\'s a hidden jewel.  A mugging, a new horse race, some sort of game of Texas Hold \'Em, plus a few slots later, and the particular two end upward in the strong.  Gambling can end up being an intense, life-destroying addiction that\'s since far from humorous as it receives.</p><ul><li>Ocean\'s Eleven is the ultimate heist movie, plus it just and so happens to\" \"take place in a casino! </li><li>Rosenthal handled several casinos regarding the Chicago Attire, including the Stardust and the Finca. </li><li>High rollers are treated such as royalty, with magnificent accommodations, endless advantages, and personalized service. </li><li>At a single point in typically the film, Ginger will be seen rocking the embellished gold wedding dress, which the celebrity revealed “weighed concerning 35 pounds” within an interview with Gain access to Hollywood. </li></ul><p>However, each character\'s selfishness eventually gets the best of them, causing the entire house of cards in order to completely collapse throughout a massive bloodbath.  In the end, the mob loses control over Las Vegas, irreparably changing the particular town forever.  Martin Scorsese\'s 1995 film \"Casino\" is one particular of the most epic gangster videos ever made.  It was immediately selected for a number of awards upon its release, and even actress Sharon Stone won a Golden Globe for your ex performance <a href=\"https://mostbet1bd.com/app/\">mostbet app download</a>.</p><h2 id=\"toc-2\">Memorable Scenes And Quotes</h2><p>The age of mafia prominence over Las Vegas casinos, which fascinated an incredible number of tourists, formally ended.  A extensive police operation, culminating inside the so-called Procedure Pendorf, sought to be able to prove once and even for all the connections between lawbreaker organizations, casinos, and even state-run companies.  The primary target regarding the police exploration was Allen Dorfman, who in Gambling establishment became the character Andy Stone.  Casino presents a gripping in addition to detailed exploration associated with the lining workings regarding mob-controlled casinos, offering\" \"strong performances, particularly simply by Robert De Niro, Sharon Stone, and Joe Pesci.</p><ul><li>It’s worth observing that Rosenthal’s career in Vegas performed meet a considerably less dramatic ending than Ace’s destiny in the movie. </li><li>Part of this kind of is a result of nostalgia for what is long gone (as in Goodfellas), yet it’s also mainly because Scorsese, through Rothstein, subtly questions what happened to Las Vegas after this attack. </li><li>Philip Baker Area, John C. Reilly, Gwyneth Paltrow, Philip Seymour Hoffman, and Samuel L. Knutson comprise the impressive cast in this premiere indie movie. </li><li>First For Ladies is not going to endorse</li><li>Eventually, the empire Mike worked very hard to establish crumbles as law enforcement shuts in on their particular illicit activities. </li></ul><p>He reflects on the cyclical nature of life along with the emotional scars left after dropping everything he developed.  As law adjustment tightens its noose around the mafia, Nicky meets some sort of violent fate at the hands of his former allies, leaving Sam to be able to grapple with the fallout.  This celebration underscores the shifty landscape of their particular criminal world.  Sam meets Ginger McKenna, a beautiful hustler, and\" \"gets infatuated with the woman.</p><h3 id=\"toc-3\">Director’s Other Movies</h3><p>As you might accumulate, The Counter isn\'t really about wagering in any way.  Plus, obtain coverage of the world\'s biggest stories with our CNN Max live news feed.  In the early-1970s Vegas, low-level mobster Mike \"Ace\" Rothstein (Robert De Niro) becomes tapped by the bosses to brain the Tangiers Casino.  While Cape Worry (1991) didn’t obtain such unanimous compliment, it nonetheless solidified Scorsese’s already powerful reputation, which wasn’t even dented by the lukewarm party of The Regarding Innocence.  After that, it was moment to go back to typically the gangster underworld, in addition to Scorsese directed Online casino.  In conjunction with filming in an actual casino with actual casino-goers present, real pit bosses plus dealers were used in the movie when possible.</p><p>In Rounders, Matt Damon stars as being a card-player-turned-law-student who\'s trying to set his poker days and nights behind him, yet that proves practically impossible when Worm tornadoes back straight into his life.  Here are my recommendations for top movies regarding gambling that record the thrills plus falls that come with the terrain.  Savings are structured on the price of the yearly plan compensated upfront compared to the monthly plan paid more than 12 months.  Ads served on select live and thready content on Regular and Premium Ideas.  First For Women is not going to endorse</p><h3 id=\"toc-4\">While The Tangiers Is Fictional, Recording Took Place From An Actual Todas Las Vegas Casino</h3><p>However, when they made an appearance in public the particular officials disavowed virtually any relationship.  They have been happy to work along with him initially mainly because he ran the particular casino and they had connections together with the mob bosses, but in the end they could by no means acknowledge that relationship due to its shady significance.  Following Stone\'s death, an allergy of ex - mobsters connected using the casino are usually murdered by henchmen.</p><p>After he overhears Turmeric talking on the particular phone about eradicating him, he kicks her out regarding the house, but soon relents.  Ginger then approaches Nicky for help throughout getting her valuables off their shared burial container within the bank, in addition to the two start off an affair.  Sam discovers this following finding Amy tied to her bed simply by Ginger, who will be with Nicky in his restaurant.  A furious and consumed Ginger crashes the woman car into Sam\'s driveway, making a new scene and retrieves the key with their deposit box following distracting the participating in police.  Though your woman succeeds in getting her share with the money from the particular bank, she will be arrested by F as a materials witness.</p><h2 id=\"toc-5\">Behind The Scenes Insights</h2><p>In 1977, Frank Rosenthal indeed launched a TV show showing call him by his name, where he or she acted because the sponsor.  These efforts were likely aimed at enhancing his public image and distancing himself from Spilotro’s routines.  Ichikawa, Kashiwagi played out high-stakes games, which usually eventually resulted in his bankruptcy and big credit card debt.</p><ul><li>These recommendations are handpicked based on story depth, thematic resonance, and spoiler-worthy moments — best for fans who else crave a lot of same intrigue. </li><li>Trying to recover the small losses comes to an end up costing all of them everything, as they ultimately lose manage of the profitable\" \"Tangiers and Las Vegas. </li><li>Yet, whilst continuing to consider and exert their power over the metropolis, he soon begins to run afoul of both his friend and partner, Sam \"Ace\" Rothstein as well as the mob employers back home throughout Chicago. </li><li>Both males faced similar challenges, including dealing with the particular Nevada Gaming Control Board’s relentless overview. </li></ul><p>If this motion picture is viewed simply as a crapule variation on the particular 1990 movie, it deserves another chance.  Sam “Ace” Rothstein (Robert De Niro) is a wagering expert chosen by Chicago mob to run the Tangiers Casino in Las Vegas.  With his meticulous management style, Expert quickly turns typically the Tangiers into a highly profitable operation.  However, Ace’s procedures and his insistence on maintaining\" \"manage create tensions with all the mob bosses which appointed him.  Ginger is a engaging hustler who gets intertwined with Sam\'s life and subsequently complicates his personalized world.</p><h2 id=\"toc-6\">Robert De Niro Awarded As Playing </h2><p>Nicky is definitely a volatile enforcer and Sam\'s the child years friend, whose careless behavior ultimately turns him from your asset into a responsibility.  His aggressive strategies and disregard for mob rules generate tension and danger, illustrating the destructive nature of unchecked ambition and dedication to the mafia.  Ginger ultimately succumbs to a drug overdose amidst the turmoil, marking a devastating personal loss with regard to Sam.  In a ruthless twist, typically the mob also moves to eliminate anyone who might testify against them, sealing the fate with their criminal operations.  Sam \"Ace\" Rothstein is definitely appointed to manage the Tangiers Casino in Las Las vegas by mob family members from the Midwest.</p><ul><li>Sam convinces the woman to go back with Amy, then scolds your ex for stealing the money and kidnapping their daughter. </li><li>The era associated with Rothstein and Spilotro is long gone; the era of the Wolf of Wall Street has started. </li><li>Maybe since I just held him in such extraordinary high consider and it was the particular pinnacle of the the kiss moment to me. </li><li>Today, online casinos canada offer loyalty plans that mirror typically the high-roller experience in the virtual format. </li><li>At this kind of point, the mafia has lost power over the Tangiers along with other casinos in Las Vegas after the FBI investigation. </li></ul><p>As it turns out, gambling and crapule go hand-in-hand, and for this Scorsese film, it\'s the Manhattan Outfit that serves as the focal criminal offenses unit.  Hard Eight is a polished, expertly paced offense flick that started life as the 1993 video clip named Cigarettes &amp; Espresso.  Philip Baker Corridor, John C. Reilly, Gwyneth Paltrow, Philip Seymour Hoffman, and Samuel L. Jackson comprise the remarkable cast for this debut indie movie.  A nickname like \"Worm\" is itself some sort of red flag for a person, and it\'s made even more serious when that person has served period.  Played by Edward cullen Norton, Worm is definitely one of these characters whom you hate to really like, as his gambling habits tear Mike\'s world inside a subject of days.  In a sense, Bill is\" \"wasting his days within sort of remainder, provided that his former life was put in within a military jail.</p><h3 id=\"toc-7\">The Card Countertop (</h3><p>Nicky’s violent actions and Ginger’s betrayal additional destabilize the case.  The combined pressures regarding law enforcement, inside betrayals, and individual conflicts lead to the eventual fall of the casino’s empire.  The motion picture explores the  traditional backdrop of Las Vegas during the 1970s and 1980s whenever organized crime greatly influenced the gambling establishment industry.  This period of time was characterized simply by a burgeoning betting culture punctuated simply by crime, corruption, and a golden associated with mob-run establishments ahead of law enforcement tightened its grip.  Before diving into the characters, it’s essential to understand typically the historical context in which “Casino” is definitely set.  The 1972s saw the increase of corporate impact in the casino industry, gradually driving your influence involving organized crime.</p><ul><li>In a important closing narrative, a great older Sam detects himself in San Diego, revisiting their roots as some sort of sports handicapper. </li><li>The primary target involving the police investigation was Allen Dorfman, who in On line casino became the character Andy Stone. </li><li>Its depiction of the casino world has influenced numerous films, TV displays, and games. </li><li>Scorsese tells his story with the energy plus pacing he’s well-known for, and with loads of little information that feel only right. </li><li>Played by Edward Norton, Worm is one of all those characters whom an individual hate to love, as his gambling habits tear Mike\'s world inside a subject of days. </li></ul><p>His extreme behavior gets your pet blacklisted from casinos, which creates even more complications for Sam’s already precarious condition.  Ignoring the mob’s rules, Nicky starts off executing unauthorized shakedowns and burglaries, which often undeniably upsets the balance of their own operation.  The bloodthirsty relationship between hitman Nicky Santoro plus casino manager Sam \"Ace\" Rothstein finishes up bringing about each of their downsides.  In turn, Nicky finds himself gradually losing the favour of the Midwest bosses over his antics towards Advisor, and is at some point murdered on typically the bosses\' orders following trying to vehicle bomb Ace.  Joe Pesci played one of the most brutal and psychopathic characters in \"Casino\"\" \"as tough guy Nicky Santoro.  Throughout the particular film, he has people physically attacked and murdered, and even in one involving the most popular (and grotesque) views in the motion picture, he tortures a new man to dying with a counter vise.</p><h2 id=\"toc-8\">Facts About Martin Scorsese’s ’90s Classic ‘casino’ That Might Big Surprise You</h2><p>It seemed to be a moment of extreme riches and excess, along with casino profits increasing to unprecedented heights.  Sam Rothstein is definitely tasked with operating the Tangiers online casino with unparalleled effectiveness, turning it in to a cash machine for the mafia.  However, his accomplishment is\" \"outweighed by the capricious chaos brought simply by his love for Ginger plus the damaging tendencies of his childhood friend Nicky.</p><ul><li>In their very own place, new internet casinos and attractions are shown being created, such as the Mirage plus the massive volcano near its entry. </li><li>It\'s worth questioning how her life may well have turned away if she got not married Ace. </li><li>Following the drop of the mob, the vibrant atmosphere of Las Vegas morphs directly into a soulless panorama dominated by business interests. </li><li>This daring move only alienates him from typically the mob bosses, which pressure him to be able to reconsider his methods amidst concerns for their shared interests. </li></ul><p>Sam meets in addition to falls in\" \"enjoy with a hustler and former prostitute, Ginger McKenna (Sharon Stone).  Meanwhile, Mike makes an adversary in county office Pat Webb (L. Q. Jones) with regard to firing his brother-in-law Don Ward (John Bloom) for inefficiencies.  When Sam refuses to reinstate your pet, Webb pulls Sam\'s license from the backlog, forcing him in order to face a hearing for his gaming license while privately arranging for typically the board to deny Sam.  Sam blames the incident about Nicky\'s recklessness and even the two argue furiously in the wilderness after Sam tries to tell Nicky to leave Las Vegas.  Ace’s childhood friend, Nicky Santoro (Joe Pesci), arrives within Las Vegas in order to protect Ace and the casino’s pursuits.  Nicky’s violent and erratic behavior shortly draws unwanted attention, complicating Ace’s efforts to maintain a new low profile.</p><h3 id=\"toc-9\">Robert Sobre Niro, An Star Of The Modern Day Hollywood Crime Movie </h3><p>Sam \"Ace\" Rothstein is heard communicating, and he laments the loss involving\" \"mob control and their substitution for businesses who finance the particular casinos through typically the use of \"junk bonds. \" Throughout \"Casino, \" Sam \"Ace\" Rothstein is pictured as a possible incredibly intelligent and talented particular person.  He is acknowledged to excel as being an adept gambler in addition to sports bettor, at which he is and so smart and trustworthy he can ingratiate himself at the highest levels of the Manhattan mafia.  The employers send him in order to Las Vegas to run their operation right now there, and they also send Nicky Santoro as protection regarding him.  But issues break down between Nicky and _ design over Nicky\'s outstanding use of assault and Ace\'s penchant for attention.  Of course, being a Scorsese and De Niro movie, you know there\'s going to be some serious crapule undertones.</p><ul><li>Ginger is deeply disappointed in her life with Ace, because she never really loves him plus relates to despise him or her. </li><li>The film offers a glance in a bygone age when organized criminal offense and corporate interests clashed for control involving the city’s profitable casino industry. </li><li>The era of mafia dominance over Las Vegas casinos, which fascinated countless tourists, officially came to an end. </li><li>While it\'s unclear exactly exactly what charges the companies are facing, it\'s related to typically the illegal manipulation of the Teamsters pension finance that got the particular Tangiers built in the first place. </li><li>The FBI detects out about the particular mob\'s scheme by means of an unrelated wiretap on Artie Piscano, which eventually discloses the faulty base of the whole Tangiers casino. </li><li>The corporations build brand new and gaudier destinations, which Sam laments are not the same as when the mafia was inside control. </li></ul><p>“It was the actor which i adored the most and my whole career was like, We just wanna end up being able to stay throughout the table by Robert De Niro and hold the own.  Maybe due to the fact I just held him in this kind of extraordinary high regard plus it was typically the pinnacle of the getting moment personally.  There was a lot connected to it, yet I was only so madly within love with him or her as an presenter to start with that this individual probably may have struck me within the mind with a hammer and I would likely have been like ‘Oh, yeah!  The film’s score has been composed by a mixture of popular music from the time and original arrangement by Scorsese’s repeated collaborator Robbie Robertson.</p><h3 id=\"toc-10\">The Ending Shows There Is Absolutely No Way Away Of The Mafia Alive</h3><p>\"Matn Scorsese’s 1995 crime drama film “Casino” is a cinematic masterpiece that goes into the gritty underworld of Las Vegas casinos.  Set throughout the 1970s and even early 1980s, typically the movie portrays the turbulent period throughout Las Vegas historical past when organized criminal offense had a considerable influence on the city’s casino businesses.  While “Casino” is a compelling story filled with unforgettable characters and dramatic moments, it’s essential to separate the particular fictional elements plus the real situations and individuals that inspired the account.</p><ul><li>The mastery with which Scorsese handles typically the narrative is simply dazzling. </li><li>Ginger represents the allure and danger of the online casino life, embodying each beauty and misfortune. </li><li>In a harrowing turn, Sam narrowly escapes death coming from a hit a brick wall assassination attempt, simply to learn of which Nicky has attained a violent conclusion at the fingers of his past allies. </li></ul><p>Nicky and his brother are completely murdered with the mafia for their insubordination.  The film stops with Ace lamenting the end regarding the era when the mob handled Las Vegas, substituted by corporate hobbies.  As the FBI begins to investigate the casino’s operations, Ace’s relationship with typically the mob deteriorates.</p><h2 id=\"toc-11\">I Enjoyed This Greater Than \"goodfellas\" </h2><p>The 1995 Martin Scorsese typical Casino depicted the glitz, glamour and black underbelly of 1971s era Las Vegas.  In addition to some sort of gripping plot and even expertly laid out and about storyline brought to be able to life by Artist greats like Robert De Niro, Sharon Stone and Paul Pesci, the establishing, costumes and focus on detail make this one for the particular books.  Stone received an Oscar jerk for her portrayal of the capricious Ginger, but typically the ensemble as you is usually what made this particular film so fantastic.  Betrayal runs deep within personal in addition to professional relationships in the narrative.</p><ul><li>While generally there are indeed numerous similarities between your 2 films, such as the same actors, a deeper reflection reveals important differences which make virtually any accusations of self-plagiarism baseless. </li><li>Scorsese’s engagement with history doesn’t stop along with the main plotline of Casino. </li><li>Even Ace discovers himself from Las Vegas after typically the casinos are all blown up, struggling to find a approach to get back power. </li><li>Stone obtained an Oscar nod for her portrayal of the capricious Ginger, but the particular ensemble as one is usually what made this particular film so fantastic. </li></ul><p>It’s highly likely that these bills led to his murder in 1992 by members associated with the Japanese Yakuza.  It’s hard to discuss about Las Vegas inside the context regarding Casino because the story told simply by Scorsese\" \"provides a certain poetry.  The mastery with which usually Scorsese handles typically the narrative is simply dazzling.</p><h2 id=\"toc-12\">The Movie Mirrored Reality</h2><p>The film thoroughly portrays how loyalty—to the casino, the mob, or individual relationships—is constantly tested in an environment driven by money and power.  Piscano dies of a heart attack upon viewing federal agents discover his notebook.  Sam himself is practically killed in a auto bomb, and suspects Nicky was at the rear of it.  A season after the gang’s dismantling, Rosenthal’s automobile exploded in Todas las Vegas.  He made it through thanks to typically the fact that a number of months earlier, he had purchased a Cadillac Eldorado, which, to enhance its geometry, had been factory-fitted with a new thick metal platter within the chassis.</p><p>It portrays how aspirations can drive visitors to both greatness in addition to downfall.  Get in depth profiles with their roles, arcs, plus key relationships discussed.  Following the drop in the mob, the vibrant atmosphere regarding Las Vegas morphs into a soulless panorama dominated by corporate interests.</p><h3 id=\"toc-13\">Sam Ace Rothstein Survives Out Of Absolute Luck</h3><p>Upset over getting stolen from, the mob bosses put Artie Piscano in charge to cease the theft, yet he turns out there to be a new disaster for a number of causes.  Even Ace finds himself out of Todas las Vegas after the casinos are just about all blown up, struggling to find a approach to get in power.  He makes a decision instead to completely focus on his previous illicit activities associated with gambling and loansharking, which he really does with the mob outside of Las  vegas.  When \"Casino\" initial starts out she is very happy in addition to successful in the woman career as a new hustler\" \"inside Las Vegas.</p><ul><li>To guard Rosenthal from all those hostile to this particular success, the companies decided to bolster his security. </li><li>In film production company, Ginger is portrayed as a gorgeous and troubled personality who struggles together with addiction, reflecting Geri McGee’s real-life battles with drugs and a tragic conclusion. </li><li>Sam\'s personal life is shattered by Ginger\'s actions, while Nicky\'s disloyalty threatens the particular very first step toward the particular casino operation. </li><li>It might not have recently been showered in Oscar nominations, but Ocean\'s Eleven is without a doubt the particular most famous heist movie of our age. </li><li>He determines instead to concentrate on his earlier illicit activities of gambling and loansharking, which he will with the mafia outside of Las vegas. </li></ul><p>Despite her preliminary reservations about dedication, they eventually get married to and have a little girl named Amy, observing a significant turning point in Sam\'s personalized life.  Webb retaliates against Sam, triggering trouble along with his on line casino license, while hidden motives to sully Sam’s reputation unfold.  Undeterred, Sam takes to television to be able to accuse the area govt of corruption, attracting the ire regarding the mob bosses, who urge your pet to step backside.  Instead, he features his troubles in order to Nicky’s reckless activities, that leads to the explosive confrontation in between the two in the desert.  As many of us mark the 30th anniversary of On line casino, its legacy puts up with as both a cautionary tale and also a celebration of typically the gambling world’s intrigue.</p>','Casino Described: The Real Story At The Rear Of Scorseses Movie','','publish','closed','','','casino-described-the-real-story-at-the-rear-of-scorseses-movie','','','2025-10-07 14:48:28','2025-10-07 07:48:28','',0,'https://lion288slot.com/?p=269',0,'post','',0),
(270,1,'2025-10-07 14:48:28','2025-10-07 07:48:28','<meta name=\"description\" content=\"Martin Scorsese\'s 1995 film \"Casino\" is 1 of the almost all epic gangster films ever made. \"/><h1>Casino 95 Movie Summary, Finishing Explained & Themes</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Casino Rewards In Canada Today</a></li><li><a href=\"#toc-1\">Casino Characters</a></li><li><a href=\"#toc-2\">Memorable Scenes Plus Quotes</a></li><li><a href=\"#toc-3\">Director’s Other Movies</a></li><li><a href=\"#toc-4\">While The Tangiers Is Fictional, Recording Took Place From An Actual Las Vegas Casino</a></li><li><a href=\"#toc-5\">Behind The Scenes Insights</a></li><li><a href=\"#toc-6\">Robert De Niro Acknowledged As Playing </a></li><li><a href=\"#toc-7\">The Card Table (</a></li><li><a href=\"#toc-8\">Facts About Martin Scorsese’s ’90s Classic ‘casino’ That Might Big Surprise You</a></li><li><a href=\"#toc-9\">Robert Para Niro, An Icon Of The Modern Hollywood Crime Motion Picture </a></li><li><a href=\"#toc-10\">The Ending Shows You Cannot Find Any Way Out And About Of The Mafia Alive</a></li><li><a href=\"#toc-11\">I Enjoyed This Greater Than \"goodfellas\" </a></li><li><a href=\"#toc-12\">The Film Mirrored Reality</a></li><li><a href=\"#toc-13\">Sam Ace Rothstein Survives Out Of Pure Luck</a></li><li><a href=\"#toc-14\">Even Though The Strategy Is Pure, The Storytelling Seems Half-baked Plus Uninterested In On Its Own </a></li><li><a href=\"#toc-15\">Alternate Endings And Deleted Scenes</a></li><li><a href=\"#toc-16\">Ace Never Overcomes His Past</a></li><li><a href=\"#toc-17\">Filming & Production</a></li><li><a href=\"#toc-18\">This City Will Never Be The Same</a></li><li><a href=\"#toc-19\">Casino (hbo)</a></li><li><a href=\"#toc-20\">The Tangiers Casino</a></li><li><a href=\"#toc-21\">The Scorsese Spell </a></li><li><a href=\"#toc-22\">Movie Ending</a></li><li><a href=\"#toc-23\">A Can\'t-miss Story No Subject How Told</a></li><li><a href=\"#toc-24\">What Scorsese Film Ranks Highest About Imdb? </a></li><li><a href=\"#toc-29\">Typically Fantastic Scorcese Film</a></li><li><a href=\"#toc-30\">Brilliant Acting Exceptional Story Based Upon Events That Occurred In True To Life </a></li><li><a href=\"#toc-33\">Another Scorsese Classic</a></li><li><a href=\"#toc-34\">The Perfect Image Of Las Las Vegas Early Days </a></li></ul></div><p>By this time, Spilotro’s and Rosenthal’s relationship had switched from friendly to be able to decidedly hostile.  Casino is definitely an epic criminal offense drama that goes into themes of power, greed, betrayal, as well as the complex procedures of mob-controlled casinos.  Casino ends using Ace Rothstein directly surviving an attempt on his life and relocating in order to San Diego, continuous his work within gambling.  The movie concludes with _ design reflecting within the modification of Las Vegas\" \"by mob-run operations in order to corporate-controlled casinos, tagging the end regarding an era.  Casino concludes with Ace reflecting on the rise and even fall of the Tangiers Casino.  Ace survives an assassination effort and relocates to San Diego, where he continues his profession in sports bets.</p><p>As Sam\'s casino operations confront mounting pressure, Ginger\'s behavior spirals out of control due to substance abuse.  Her rekindled ties with Nicky further complicate concerns as they\" \"system to gain control over their connected fortunes.  In “Casino, ” Nicky Santoro is portrayed as a violent in addition to volatile character, mirroring Tony Spilotro’s popularity for brutal methods and his greatest demise.</p><h2 id=\"toc-0\">Casino Rewards In Nova Scotia Today</h2><p>It likewise features legendary shows by Robert De Niro, Don Rickles, and Joe Pesci — in one of his last functions.  James Woods furthermore stars like a sneaky con man in one of his best performances.  Ocean\'s Eleven is the particular ultimate heist film, and it just and so happens to\" \"occur in a casino!  That\'s pretty smart if you consider this, with casinos keeping as much funds as a bank possibly does, but in addition louder, busier, and even easier to slip through undetected.  After being robbed with a sore card loser, Bill Denny (played by George Segal) and Charlie Marine environments (played by Elliott Gould) bond above their mutual, dangerous love of gambling.  In Croupier, Robert Hodges gives us all a neo-noir take on gambling from the other side associated with the casino—one in which Jack Manfred (played by Clive Owen) is a dealer rather as compared to a gambler <a href=\"https://mostbet1bd.com/\">mostbet login</a>.</p><ul><li>While Sharon Stone’s lavish dresses and certainly fabulous outfits were a big component of the particular this kind of film so great, that they didn’t come without their own set of issues. </li><li>Eric Stoner (played by Dorrie McQueen), also acknowledged as The Cincinnati ohio Kid, is the\" \"younger, cocky, and eager-to-card-duel newbie on the block who\'s about to die to try the luck against typically the master. </li><li>It’s not so much a story about individuals as that is about typically the time make within which they’re entangled. </li><li>“Casino” is a new work of hype that draws greatly in the rich tapestry of Las Vegas history and the particular characters who formed it. </li><li>Nance had previously recently been the head involving the skimming procedure inside the Tangiers, and he fled to Costa Natural pursuing the FBI\'s exploration of the casino. </li></ul><p>the opinions and views shared by our viewers within our comment areas.  Our comments area is a place 					where readers can engage within healthy, productive, energetic, and respectful discussion posts.</p><h3 id=\"toc-1\">Casino Characters</h3><p>Jessica Chastain delivered among the best, most dynamic woman performances of the year as she demonstrated how one lady stood to the most powerful men on earth without flinching.  John Dahl\'s crime-drama narrates the thrill plus addiction of playing from Mike\'s stage of view, whether or not it just appears like lots of men sitting in regards to stand for hours on end.  Directors Anna Boden and Ryan Fleck take us just about all through the South, coming from Memphis to Mississippi, since they piece jointly bits, blues, and even bumbling characters.  Mississippi Grind probably slipped under your radar, but all critics can agree it\'s a hidden jewel.  A mugging, a new horse race, some sort of game of Texas Hold \'Em, plus a few slots later, and the particular two end upward in the strong.  Gambling can end up being an intense, life-destroying addiction that\'s since far from humorous as it receives.</p><ul><li>Ocean\'s Eleven is the ultimate heist movie, plus it just and so happens to\" \"take place in a casino! </li><li>Rosenthal handled several casinos regarding the Chicago Attire, including the Stardust and the Finca. </li><li>High rollers are treated such as royalty, with magnificent accommodations, endless advantages, and personalized service. </li><li>At a single point in typically the film, Ginger will be seen rocking the embellished gold wedding dress, which the celebrity revealed “weighed concerning 35 pounds” within an interview with Gain access to Hollywood. </li></ul><p>However, each character\'s selfishness eventually gets the best of them, causing the entire house of cards in order to completely collapse throughout a massive bloodbath.  In the end, the mob loses control over Las Vegas, irreparably changing the particular town forever.  Martin Scorsese\'s 1995 film \"Casino\" is one particular of the most epic gangster videos ever made.  It was immediately selected for a number of awards upon its release, and even actress Sharon Stone won a Golden Globe for your ex performance <a href=\"https://mostbet1bd.com/app/\">mostbet app download</a>.</p><h2 id=\"toc-2\">Memorable Scenes And Quotes</h2><p>The age of mafia prominence over Las Vegas casinos, which fascinated an incredible number of tourists, formally ended.  A extensive police operation, culminating inside the so-called Procedure Pendorf, sought to be able to prove once and even for all the connections between lawbreaker organizations, casinos, and even state-run companies.  The primary target regarding the police exploration was Allen Dorfman, who in Gambling establishment became the character Andy Stone.  Casino presents a gripping in addition to detailed exploration associated with the lining workings regarding mob-controlled casinos, offering\" \"strong performances, particularly simply by Robert De Niro, Sharon Stone, and Joe Pesci.</p><ul><li>It’s worth observing that Rosenthal’s career in Vegas performed meet a considerably less dramatic ending than Ace’s destiny in the movie. </li><li>Part of this kind of is a result of nostalgia for what is long gone (as in Goodfellas), yet it’s also mainly because Scorsese, through Rothstein, subtly questions what happened to Las Vegas after this attack. </li><li>Philip Baker Area, John C. Reilly, Gwyneth Paltrow, Philip Seymour Hoffman, and Samuel L. Knutson comprise the impressive cast in this premiere indie movie. </li><li>First For Ladies is not going to endorse</li><li>Eventually, the empire Mike worked very hard to establish crumbles as law enforcement shuts in on their particular illicit activities. </li></ul><p>He reflects on the cyclical nature of life along with the emotional scars left after dropping everything he developed.  As law adjustment tightens its noose around the mafia, Nicky meets some sort of violent fate at the hands of his former allies, leaving Sam to be able to grapple with the fallout.  This celebration underscores the shifty landscape of their particular criminal world.  Sam meets Ginger McKenna, a beautiful hustler, and\" \"gets infatuated with the woman.</p><h3 id=\"toc-3\">Director’s Other Movies</h3><p>As you might accumulate, The Counter isn\'t really about wagering in any way.  Plus, obtain coverage of the world\'s biggest stories with our CNN Max live news feed.  In the early-1970s Vegas, low-level mobster Mike \"Ace\" Rothstein (Robert De Niro) becomes tapped by the bosses to brain the Tangiers Casino.  While Cape Worry (1991) didn’t obtain such unanimous compliment, it nonetheless solidified Scorsese’s already powerful reputation, which wasn’t even dented by the lukewarm party of The Regarding Innocence.  After that, it was moment to go back to typically the gangster underworld, in addition to Scorsese directed Online casino.  In conjunction with filming in an actual casino with actual casino-goers present, real pit bosses plus dealers were used in the movie when possible.</p><p>In Rounders, Matt Damon stars as being a card-player-turned-law-student who\'s trying to set his poker days and nights behind him, yet that proves practically impossible when Worm tornadoes back straight into his life.  Here are my recommendations for top movies regarding gambling that record the thrills plus falls that come with the terrain.  Savings are structured on the price of the yearly plan compensated upfront compared to the monthly plan paid more than 12 months.  Ads served on select live and thready content on Regular and Premium Ideas.  First For Women is not going to endorse</p><h3 id=\"toc-4\">While The Tangiers Is Fictional, Recording Took Place From An Actual Todas Las Vegas Casino</h3><p>However, when they made an appearance in public the particular officials disavowed virtually any relationship.  They have been happy to work along with him initially mainly because he ran the particular casino and they had connections together with the mob bosses, but in the end they could by no means acknowledge that relationship due to its shady significance.  Following Stone\'s death, an allergy of ex - mobsters connected using the casino are usually murdered by henchmen.</p><p>After he overhears Turmeric talking on the particular phone about eradicating him, he kicks her out regarding the house, but soon relents.  Ginger then approaches Nicky for help throughout getting her valuables off their shared burial container within the bank, in addition to the two start off an affair.  Sam discovers this following finding Amy tied to her bed simply by Ginger, who will be with Nicky in his restaurant.  A furious and consumed Ginger crashes the woman car into Sam\'s driveway, making a new scene and retrieves the key with their deposit box following distracting the participating in police.  Though your woman succeeds in getting her share with the money from the particular bank, she will be arrested by F as a materials witness.</p><h2 id=\"toc-5\">Behind The Scenes Insights</h2><p>In 1977, Frank Rosenthal indeed launched a TV show showing call him by his name, where he or she acted because the sponsor.  These efforts were likely aimed at enhancing his public image and distancing himself from Spilotro’s routines.  Ichikawa, Kashiwagi played out high-stakes games, which usually eventually resulted in his bankruptcy and big credit card debt.</p><ul><li>These recommendations are handpicked based on story depth, thematic resonance, and spoiler-worthy moments — best for fans who else crave a lot of same intrigue. </li><li>Trying to recover the small losses comes to an end up costing all of them everything, as they ultimately lose manage of the profitable\" \"Tangiers and Las Vegas. </li><li>Yet, whilst continuing to consider and exert their power over the metropolis, he soon begins to run afoul of both his friend and partner, Sam \"Ace\" Rothstein as well as the mob employers back home throughout Chicago. </li><li>Both males faced similar challenges, including dealing with the particular Nevada Gaming Control Board’s relentless overview. </li></ul><p>If this motion picture is viewed simply as a crapule variation on the particular 1990 movie, it deserves another chance.  Sam “Ace” Rothstein (Robert De Niro) is a wagering expert chosen by Chicago mob to run the Tangiers Casino in Las Vegas.  With his meticulous management style, Expert quickly turns typically the Tangiers into a highly profitable operation.  However, Ace’s procedures and his insistence on maintaining\" \"manage create tensions with all the mob bosses which appointed him.  Ginger is a engaging hustler who gets intertwined with Sam\'s life and subsequently complicates his personalized world.</p><h2 id=\"toc-6\">Robert De Niro Awarded As Playing </h2><p>Nicky is definitely a volatile enforcer and Sam\'s the child years friend, whose careless behavior ultimately turns him from your asset into a responsibility.  His aggressive strategies and disregard for mob rules generate tension and danger, illustrating the destructive nature of unchecked ambition and dedication to the mafia.  Ginger ultimately succumbs to a drug overdose amidst the turmoil, marking a devastating personal loss with regard to Sam.  In a ruthless twist, typically the mob also moves to eliminate anyone who might testify against them, sealing the fate with their criminal operations.  Sam \"Ace\" Rothstein is definitely appointed to manage the Tangiers Casino in Las Las vegas by mob family members from the Midwest.</p><ul><li>Sam convinces the woman to go back with Amy, then scolds your ex for stealing the money and kidnapping their daughter. </li><li>The era associated with Rothstein and Spilotro is long gone; the era of the Wolf of Wall Street has started. </li><li>Maybe since I just held him in such extraordinary high consider and it was the particular pinnacle of the the kiss moment to me. </li><li>Today, online casinos canada offer loyalty plans that mirror typically the high-roller experience in the virtual format. </li><li>At this kind of point, the mafia has lost power over the Tangiers along with other casinos in Las Vegas after the FBI investigation. </li></ul><p>As it turns out, gambling and crapule go hand-in-hand, and for this Scorsese film, it\'s the Manhattan Outfit that serves as the focal criminal offenses unit.  Hard Eight is a polished, expertly paced offense flick that started life as the 1993 video clip named Cigarettes &amp; Espresso.  Philip Baker Corridor, John C. Reilly, Gwyneth Paltrow, Philip Seymour Hoffman, and Samuel L. Jackson comprise the remarkable cast for this debut indie movie.  A nickname like \"Worm\" is itself some sort of red flag for a person, and it\'s made even more serious when that person has served period.  Played by Edward cullen Norton, Worm is definitely one of these characters whom you hate to really like, as his gambling habits tear Mike\'s world inside a subject of days.  In a sense, Bill is\" \"wasting his days within sort of remainder, provided that his former life was put in within a military jail.</p><h3 id=\"toc-7\">The Card Countertop (</h3><p>Nicky’s violent actions and Ginger’s betrayal additional destabilize the case.  The combined pressures regarding law enforcement, inside betrayals, and individual conflicts lead to the eventual fall of the casino’s empire.  The motion picture explores the  traditional backdrop of Las Vegas during the 1970s and 1980s whenever organized crime greatly influenced the gambling establishment industry.  This period of time was characterized simply by a burgeoning betting culture punctuated simply by crime, corruption, and a golden associated with mob-run establishments ahead of law enforcement tightened its grip.  Before diving into the characters, it’s essential to understand typically the historical context in which “Casino” is definitely set.  The 1972s saw the increase of corporate impact in the casino industry, gradually driving your influence involving organized crime.</p><ul><li>In a important closing narrative, a great older Sam detects himself in San Diego, revisiting their roots as some sort of sports handicapper. </li><li>The primary target involving the police investigation was Allen Dorfman, who in On line casino became the character Andy Stone. </li><li>Its depiction of the casino world has influenced numerous films, TV displays, and games. </li><li>Scorsese tells his story with the energy plus pacing he’s well-known for, and with loads of little information that feel only right. </li><li>Played by Edward Norton, Worm is one of all those characters whom an individual hate to love, as his gambling habits tear Mike\'s world inside a subject of days. </li></ul><p>His extreme behavior gets your pet blacklisted from casinos, which creates even more complications for Sam’s already precarious condition.  Ignoring the mob’s rules, Nicky starts off executing unauthorized shakedowns and burglaries, which often undeniably upsets the balance of their own operation.  The bloodthirsty relationship between hitman Nicky Santoro plus casino manager Sam \"Ace\" Rothstein finishes up bringing about each of their downsides.  In turn, Nicky finds himself gradually losing the favour of the Midwest bosses over his antics towards Advisor, and is at some point murdered on typically the bosses\' orders following trying to vehicle bomb Ace.  Joe Pesci played one of the most brutal and psychopathic characters in \"Casino\"\" \"as tough guy Nicky Santoro.  Throughout the particular film, he has people physically attacked and murdered, and even in one involving the most popular (and grotesque) views in the motion picture, he tortures a new man to dying with a counter vise.</p><h2 id=\"toc-8\">Facts About Martin Scorsese’s ’90s Classic ‘casino’ That Might Big Surprise You</h2><p>It seemed to be a moment of extreme riches and excess, along with casino profits increasing to unprecedented heights.  Sam Rothstein is definitely tasked with operating the Tangiers online casino with unparalleled effectiveness, turning it in to a cash machine for the mafia.  However, his accomplishment is\" \"outweighed by the capricious chaos brought simply by his love for Ginger plus the damaging tendencies of his childhood friend Nicky.</p><ul><li>In their very own place, new internet casinos and attractions are shown being created, such as the Mirage plus the massive volcano near its entry. </li><li>It\'s worth questioning how her life may well have turned away if she got not married Ace. </li><li>Following the drop of the mob, the vibrant atmosphere of Las Vegas morphs directly into a soulless panorama dominated by business interests. </li><li>This daring move only alienates him from typically the mob bosses, which pressure him to be able to reconsider his methods amidst concerns for their shared interests. </li></ul><p>Sam meets in addition to falls in\" \"enjoy with a hustler and former prostitute, Ginger McKenna (Sharon Stone).  Meanwhile, Mike makes an adversary in county office Pat Webb (L. Q. Jones) with regard to firing his brother-in-law Don Ward (John Bloom) for inefficiencies.  When Sam refuses to reinstate your pet, Webb pulls Sam\'s license from the backlog, forcing him in order to face a hearing for his gaming license while privately arranging for typically the board to deny Sam.  Sam blames the incident about Nicky\'s recklessness and even the two argue furiously in the wilderness after Sam tries to tell Nicky to leave Las Vegas.  Ace’s childhood friend, Nicky Santoro (Joe Pesci), arrives within Las Vegas in order to protect Ace and the casino’s pursuits.  Nicky’s violent and erratic behavior shortly draws unwanted attention, complicating Ace’s efforts to maintain a new low profile.</p><h3 id=\"toc-9\">Robert Sobre Niro, An Star Of The Modern Day Hollywood Crime Movie </h3><p>Sam \"Ace\" Rothstein is heard communicating, and he laments the loss involving\" \"mob control and their substitution for businesses who finance the particular casinos through typically the use of \"junk bonds. \" Throughout \"Casino, \" Sam \"Ace\" Rothstein is pictured as a possible incredibly intelligent and talented particular person.  He is acknowledged to excel as being an adept gambler in addition to sports bettor, at which he is and so smart and trustworthy he can ingratiate himself at the highest levels of the Manhattan mafia.  The employers send him in order to Las Vegas to run their operation right now there, and they also send Nicky Santoro as protection regarding him.  But issues break down between Nicky and _ design over Nicky\'s outstanding use of assault and Ace\'s penchant for attention.  Of course, being a Scorsese and De Niro movie, you know there\'s going to be some serious crapule undertones.</p><ul><li>Ginger is deeply disappointed in her life with Ace, because she never really loves him plus relates to despise him or her. </li><li>The film offers a glance in a bygone age when organized criminal offense and corporate interests clashed for control involving the city’s profitable casino industry. </li><li>The era of mafia dominance over Las Vegas casinos, which fascinated countless tourists, officially came to an end. </li><li>While it\'s unclear exactly exactly what charges the companies are facing, it\'s related to typically the illegal manipulation of the Teamsters pension finance that got the particular Tangiers built in the first place. </li><li>The FBI detects out about the particular mob\'s scheme by means of an unrelated wiretap on Artie Piscano, which eventually discloses the faulty base of the whole Tangiers casino. </li><li>The corporations build brand new and gaudier destinations, which Sam laments are not the same as when the mafia was inside control. </li></ul><p>“It was the actor which i adored the most and my whole career was like, We just wanna end up being able to stay throughout the table by Robert De Niro and hold the own.  Maybe due to the fact I just held him in this kind of extraordinary high regard plus it was typically the pinnacle of the getting moment personally.  There was a lot connected to it, yet I was only so madly within love with him or her as an presenter to start with that this individual probably may have struck me within the mind with a hammer and I would likely have been like ‘Oh, yeah!  The film’s score has been composed by a mixture of popular music from the time and original arrangement by Scorsese’s repeated collaborator Robbie Robertson.</p><h3 id=\"toc-10\">The Ending Shows There Is Absolutely No Way Away Of The Mafia Alive</h3><p>\"Matn Scorsese’s 1995 crime drama film “Casino” is a cinematic masterpiece that goes into the gritty underworld of Las Vegas casinos.  Set throughout the 1970s and even early 1980s, typically the movie portrays the turbulent period throughout Las Vegas historical past when organized criminal offense had a considerable influence on the city’s casino businesses.  While “Casino” is a compelling story filled with unforgettable characters and dramatic moments, it’s essential to separate the particular fictional elements plus the real situations and individuals that inspired the account.</p><ul><li>The mastery with which Scorsese handles typically the narrative is simply dazzling. </li><li>Ginger represents the allure and danger of the online casino life, embodying each beauty and misfortune. </li><li>In a harrowing turn, Sam narrowly escapes death coming from a hit a brick wall assassination attempt, simply to learn of which Nicky has attained a violent conclusion at the fingers of his past allies. </li></ul><p>Nicky and his brother are completely murdered with the mafia for their insubordination.  The film stops with Ace lamenting the end regarding the era when the mob handled Las Vegas, substituted by corporate hobbies.  As the FBI begins to investigate the casino’s operations, Ace’s relationship with typically the mob deteriorates.</p><h2 id=\"toc-11\">I Enjoyed This Greater Than \"goodfellas\" </h2><p>The 1995 Martin Scorsese typical Casino depicted the glitz, glamour and black underbelly of 1971s era Las Vegas.  In addition to some sort of gripping plot and even expertly laid out and about storyline brought to be able to life by Artist greats like Robert De Niro, Sharon Stone and Paul Pesci, the establishing, costumes and focus on detail make this one for the particular books.  Stone received an Oscar jerk for her portrayal of the capricious Ginger, but typically the ensemble as you is usually what made this particular film so fantastic.  Betrayal runs deep within personal in addition to professional relationships in the narrative.</p><ul><li>While generally there are indeed numerous similarities between your 2 films, such as the same actors, a deeper reflection reveals important differences which make virtually any accusations of self-plagiarism baseless. </li><li>Scorsese’s engagement with history doesn’t stop along with the main plotline of Casino. </li><li>Even Ace discovers himself from Las Vegas after typically the casinos are all blown up, struggling to find a approach to get back power. </li><li>Stone obtained an Oscar nod for her portrayal of the capricious Ginger, but the particular ensemble as one is usually what made this particular film so fantastic. </li></ul><p>It’s highly likely that these bills led to his murder in 1992 by members associated with the Japanese Yakuza.  It’s hard to discuss about Las Vegas inside the context regarding Casino because the story told simply by Scorsese\" \"provides a certain poetry.  The mastery with which usually Scorsese handles typically the narrative is simply dazzling.</p><h2 id=\"toc-12\">The Movie Mirrored Reality</h2><p>The film thoroughly portrays how loyalty—to the casino, the mob, or individual relationships—is constantly tested in an environment driven by money and power.  Piscano dies of a heart attack upon viewing federal agents discover his notebook.  Sam himself is practically killed in a auto bomb, and suspects Nicky was at the rear of it.  A season after the gang’s dismantling, Rosenthal’s automobile exploded in Todas las Vegas.  He made it through thanks to typically the fact that a number of months earlier, he had purchased a Cadillac Eldorado, which, to enhance its geometry, had been factory-fitted with a new thick metal platter within the chassis.</p><p>It portrays how aspirations can drive visitors to both greatness in addition to downfall.  Get in depth profiles with their roles, arcs, plus key relationships discussed.  Following the drop in the mob, the vibrant atmosphere regarding Las Vegas morphs into a soulless panorama dominated by corporate interests.</p><h3 id=\"toc-13\">Sam Ace Rothstein Survives Out Of Absolute Luck</h3><p>Upset over getting stolen from, the mob bosses put Artie Piscano in charge to cease the theft, yet he turns out there to be a new disaster for a number of causes.  Even Ace finds himself out of Todas las Vegas after the casinos are just about all blown up, struggling to find a approach to get in power.  He makes a decision instead to completely focus on his previous illicit activities associated with gambling and loansharking, which he really does with the mob outside of Las  vegas.  When \"Casino\" initial starts out she is very happy in addition to successful in the woman career as a new hustler\" \"inside Las Vegas.</p><ul><li>To guard Rosenthal from all those hostile to this particular success, the companies decided to bolster his security. </li><li>In film production company, Ginger is portrayed as a gorgeous and troubled personality who struggles together with addiction, reflecting Geri McGee’s real-life battles with drugs and a tragic conclusion. </li><li>Sam\'s personal life is shattered by Ginger\'s actions, while Nicky\'s disloyalty threatens the particular very first step toward the particular casino operation. </li><li>It might not have recently been showered in Oscar nominations, but Ocean\'s Eleven is without a doubt the particular most famous heist movie of our age. </li><li>He determines instead to concentrate on his earlier illicit activities of gambling and loansharking, which he will with the mafia outside of Las vegas. </li></ul><p>Despite her preliminary reservations about dedication, they eventually get married to and have a little girl named Amy, observing a significant turning point in Sam\'s personalized life.  Webb retaliates against Sam, triggering trouble along with his on line casino license, while hidden motives to sully Sam’s reputation unfold.  Undeterred, Sam takes to television to be able to accuse the area govt of corruption, attracting the ire regarding the mob bosses, who urge your pet to step backside.  Instead, he features his troubles in order to Nicky’s reckless activities, that leads to the explosive confrontation in between the two in the desert.  As many of us mark the 30th anniversary of On line casino, its legacy puts up with as both a cautionary tale and also a celebration of typically the gambling world’s intrigue.</p>','Casino Described: The Real Story At The Rear Of Scorseses Movie','','inherit','closed','closed','','269-revision-v1','','','2025-10-07 14:48:28','2025-10-07 07:48:28','',269,'https://lion288slot.com/?p=270',0,'revision','',0),
(271,1,'2025-10-06 13:27:37','2025-10-06 06:27:37','<meta name=\"description\" content=\"Martin Scorsese\'s 1995 film \"Casino\" is 1 of the almost all epic gangster films ever made. \"/><h1>Casino 95 Movie Summary, Finishing Explained & Themes</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Casino Rewards In Canada Today</a></li><li><a href=\"#toc-1\">Casino Characters</a></li><li><a href=\"#toc-2\">Memorable Scenes Plus Quotes</a></li><li><a href=\"#toc-3\">Director’s Other Movies</a></li><li><a href=\"#toc-4\">While The Tangiers Is Fictional, Recording Took Place From An Actual Las Vegas Casino</a></li><li><a href=\"#toc-5\">Behind The Scenes Insights</a></li><li><a href=\"#toc-6\">Robert De Niro Acknowledged As Playing </a></li><li><a href=\"#toc-7\">The Card Table (</a></li><li><a href=\"#toc-8\">Facts About Martin Scorsese’s ’90s Classic ‘casino’ That Might Big Surprise You</a></li><li><a href=\"#toc-9\">Robert Para Niro, An Icon Of The Modern Hollywood Crime Motion Picture </a></li><li><a href=\"#toc-10\">The Ending Shows You Cannot Find Any Way Out And About Of The Mafia Alive</a></li><li><a href=\"#toc-11\">I Enjoyed This Greater Than \"goodfellas\" </a></li><li><a href=\"#toc-12\">The Film Mirrored Reality</a></li><li><a href=\"#toc-13\">Sam Ace Rothstein Survives Out Of Pure Luck</a></li><li><a href=\"#toc-14\">Even Though The Strategy Is Pure, The Storytelling Seems Half-baked Plus Uninterested In On Its Own </a></li><li><a href=\"#toc-15\">Alternate Endings And Deleted Scenes</a></li><li><a href=\"#toc-16\">Ace Never Overcomes His Past</a></li><li><a href=\"#toc-17\">Filming & Production</a></li><li><a href=\"#toc-18\">This City Will Never Be The Same</a></li><li><a href=\"#toc-19\">Casino (hbo)</a></li><li><a href=\"#toc-20\">The Tangiers Casino</a></li><li><a href=\"#toc-21\">The Scorsese Spell </a></li><li><a href=\"#toc-22\">Movie Ending</a></li><li><a href=\"#toc-23\">A Can\'t-miss Story No Subject How Told</a></li><li><a href=\"#toc-24\">What Scorsese Film Ranks Highest About Imdb? </a></li><li><a href=\"#toc-29\">Typically Fantastic Scorcese Film</a></li><li><a href=\"#toc-30\">Brilliant Acting Exceptional Story Based Upon Events That Occurred In True To Life </a></li><li><a href=\"#toc-33\">Another Scorsese Classic</a></li><li><a href=\"#toc-34\">The Perfect Image Of Las Las Vegas Early Days </a></li></ul></div><p>By this time, Spilotro’s and Rosenthal’s relationship had switched from friendly to be able to decidedly hostile.  Casino is definitely an epic criminal offense drama that goes into themes of power, greed, betrayal, as well as the complex procedures of mob-controlled casinos.  Casino ends using Ace Rothstein directly surviving an attempt on his life and relocating in order to San Diego, continuous his work within gambling.  The movie concludes with _ design reflecting within the modification of Las Vegas\" \"by mob-run operations in order to corporate-controlled casinos, tagging the end regarding an era.  Casino concludes with Ace reflecting on the rise and even fall of the Tangiers Casino.  Ace survives an assassination effort and relocates to San Diego, where he continues his profession in sports bets.</p><p>As Sam\'s casino operations confront mounting pressure, Ginger\'s behavior spirals out of control due to substance abuse.  Her rekindled ties with Nicky further complicate concerns as they\" \"system to gain control over their connected fortunes.  In “Casino, ” Nicky Santoro is portrayed as a violent in addition to volatile character, mirroring Tony Spilotro’s popularity for brutal methods and his greatest demise.</p><h2 id=\"toc-0\">Casino Rewards In Nova Scotia Today</h2><p>It likewise features legendary shows by Robert De Niro, Don Rickles, and Joe Pesci — in one of his last functions.  James Woods furthermore stars like a sneaky con man in one of his best performances.  Ocean\'s Eleven is the particular ultimate heist film, and it just and so happens to\" \"occur in a casino!  That\'s pretty smart if you consider this, with casinos keeping as much funds as a bank possibly does, but in addition louder, busier, and even easier to slip through undetected.  After being robbed with a sore card loser, Bill Denny (played by George Segal) and Charlie Marine environments (played by Elliott Gould) bond above their mutual, dangerous love of gambling.  In Croupier, Robert Hodges gives us all a neo-noir take on gambling from the other side associated with the casino—one in which Jack Manfred (played by Clive Owen) is a dealer rather as compared to a gambler <a href=\"https://mostbet1bd.com/\">mostbet login</a>.</p><ul><li>While Sharon Stone’s lavish dresses and certainly fabulous outfits were a big component of the particular this kind of film so great, that they didn’t come without their own set of issues. </li><li>Eric Stoner (played by Dorrie McQueen), also acknowledged as The Cincinnati ohio Kid, is the\" \"younger, cocky, and eager-to-card-duel newbie on the block who\'s about to die to try the luck against typically the master. </li><li>It’s not so much a story about individuals as that is about typically the time make within which they’re entangled. </li><li>“Casino” is a new work of hype that draws greatly in the rich tapestry of Las Vegas history and the particular characters who formed it. </li><li>Nance had previously recently been the head involving the skimming procedure inside the Tangiers, and he fled to Costa Natural pursuing the FBI\'s exploration of the casino. </li></ul><p>the opinions and views shared by our viewers within our comment areas.  Our comments area is a place 					where readers can engage within healthy, productive, energetic, and respectful discussion posts.</p><h3 id=\"toc-1\">Casino Characters</h3><p>Jessica Chastain delivered among the best, most dynamic woman performances of the year as she demonstrated how one lady stood to the most powerful men on earth without flinching.  John Dahl\'s crime-drama narrates the thrill plus addiction of playing from Mike\'s stage of view, whether or not it just appears like lots of men sitting in regards to stand for hours on end.  Directors Anna Boden and Ryan Fleck take us just about all through the South, coming from Memphis to Mississippi, since they piece jointly bits, blues, and even bumbling characters.  Mississippi Grind probably slipped under your radar, but all critics can agree it\'s a hidden jewel.  A mugging, a new horse race, some sort of game of Texas Hold \'Em, plus a few slots later, and the particular two end upward in the strong.  Gambling can end up being an intense, life-destroying addiction that\'s since far from humorous as it receives.</p><ul><li>Ocean\'s Eleven is the ultimate heist movie, plus it just and so happens to\" \"take place in a casino! </li><li>Rosenthal handled several casinos regarding the Chicago Attire, including the Stardust and the Finca. </li><li>High rollers are treated such as royalty, with magnificent accommodations, endless advantages, and personalized service. </li><li>At a single point in typically the film, Ginger will be seen rocking the embellished gold wedding dress, which the celebrity revealed “weighed concerning 35 pounds” within an interview with Gain access to Hollywood. </li></ul><p>However, each character\'s selfishness eventually gets the best of them, causing the entire house of cards in order to completely collapse throughout a massive bloodbath.  In the end, the mob loses control over Las Vegas, irreparably changing the particular town forever.  Martin Scorsese\'s 1995 film \"Casino\" is one particular of the most epic gangster videos ever made.  It was immediately selected for a number of awards upon its release, and even actress Sharon Stone won a Golden Globe for your ex performance <a href=\"https://mostbet1bd.com/app/\">mostbet app download</a>.</p><h2 id=\"toc-2\">Memorable Scenes And Quotes</h2><p>The age of mafia prominence over Las Vegas casinos, which fascinated an incredible number of tourists, formally ended.  A extensive police operation, culminating inside the so-called Procedure Pendorf, sought to be able to prove once and even for all the connections between lawbreaker organizations, casinos, and even state-run companies.  The primary target regarding the police exploration was Allen Dorfman, who in Gambling establishment became the character Andy Stone.  Casino presents a gripping in addition to detailed exploration associated with the lining workings regarding mob-controlled casinos, offering\" \"strong performances, particularly simply by Robert De Niro, Sharon Stone, and Joe Pesci.</p><ul><li>It’s worth observing that Rosenthal’s career in Vegas performed meet a considerably less dramatic ending than Ace’s destiny in the movie. </li><li>Part of this kind of is a result of nostalgia for what is long gone (as in Goodfellas), yet it’s also mainly because Scorsese, through Rothstein, subtly questions what happened to Las Vegas after this attack. </li><li>Philip Baker Area, John C. Reilly, Gwyneth Paltrow, Philip Seymour Hoffman, and Samuel L. Knutson comprise the impressive cast in this premiere indie movie. </li><li>First For Ladies is not going to endorse</li><li>Eventually, the empire Mike worked very hard to establish crumbles as law enforcement shuts in on their particular illicit activities. </li></ul><p>He reflects on the cyclical nature of life along with the emotional scars left after dropping everything he developed.  As law adjustment tightens its noose around the mafia, Nicky meets some sort of violent fate at the hands of his former allies, leaving Sam to be able to grapple with the fallout.  This celebration underscores the shifty landscape of their particular criminal world.  Sam meets Ginger McKenna, a beautiful hustler, and\" \"gets infatuated with the woman.</p><h3 id=\"toc-3\">Director’s Other Movies</h3><p>As you might accumulate, The Counter isn\'t really about wagering in any way.  Plus, obtain coverage of the world\'s biggest stories with our CNN Max live news feed.  In the early-1970s Vegas, low-level mobster Mike \"Ace\" Rothstein (Robert De Niro) becomes tapped by the bosses to brain the Tangiers Casino.  While Cape Worry (1991) didn’t obtain such unanimous compliment, it nonetheless solidified Scorsese’s already powerful reputation, which wasn’t even dented by the lukewarm party of The Regarding Innocence.  After that, it was moment to go back to typically the gangster underworld, in addition to Scorsese directed Online casino.  In conjunction with filming in an actual casino with actual casino-goers present, real pit bosses plus dealers were used in the movie when possible.</p><p>In Rounders, Matt Damon stars as being a card-player-turned-law-student who\'s trying to set his poker days and nights behind him, yet that proves practically impossible when Worm tornadoes back straight into his life.  Here are my recommendations for top movies regarding gambling that record the thrills plus falls that come with the terrain.  Savings are structured on the price of the yearly plan compensated upfront compared to the monthly plan paid more than 12 months.  Ads served on select live and thready content on Regular and Premium Ideas.  First For Women is not going to endorse</p><h3 id=\"toc-4\">While The Tangiers Is Fictional, Recording Took Place From An Actual Todas Las Vegas Casino</h3><p>However, when they made an appearance in public the particular officials disavowed virtually any relationship.  They have been happy to work along with him initially mainly because he ran the particular casino and they had connections together with the mob bosses, but in the end they could by no means acknowledge that relationship due to its shady significance.  Following Stone\'s death, an allergy of ex - mobsters connected using the casino are usually murdered by henchmen.</p><p>After he overhears Turmeric talking on the particular phone about eradicating him, he kicks her out regarding the house, but soon relents.  Ginger then approaches Nicky for help throughout getting her valuables off their shared burial container within the bank, in addition to the two start off an affair.  Sam discovers this following finding Amy tied to her bed simply by Ginger, who will be with Nicky in his restaurant.  A furious and consumed Ginger crashes the woman car into Sam\'s driveway, making a new scene and retrieves the key with their deposit box following distracting the participating in police.  Though your woman succeeds in getting her share with the money from the particular bank, she will be arrested by F as a materials witness.</p><h2 id=\"toc-5\">Behind The Scenes Insights</h2><p>In 1977, Frank Rosenthal indeed launched a TV show showing call him by his name, where he or she acted because the sponsor.  These efforts were likely aimed at enhancing his public image and distancing himself from Spilotro’s routines.  Ichikawa, Kashiwagi played out high-stakes games, which usually eventually resulted in his bankruptcy and big credit card debt.</p><ul><li>These recommendations are handpicked based on story depth, thematic resonance, and spoiler-worthy moments — best for fans who else crave a lot of same intrigue. </li><li>Trying to recover the small losses comes to an end up costing all of them everything, as they ultimately lose manage of the profitable\" \"Tangiers and Las Vegas. </li><li>Yet, whilst continuing to consider and exert their power over the metropolis, he soon begins to run afoul of both his friend and partner, Sam \"Ace\" Rothstein as well as the mob employers back home throughout Chicago. </li><li>Both males faced similar challenges, including dealing with the particular Nevada Gaming Control Board’s relentless overview. </li></ul><p>If this motion picture is viewed simply as a crapule variation on the particular 1990 movie, it deserves another chance.  Sam “Ace” Rothstein (Robert De Niro) is a wagering expert chosen by Chicago mob to run the Tangiers Casino in Las Vegas.  With his meticulous management style, Expert quickly turns typically the Tangiers into a highly profitable operation.  However, Ace’s procedures and his insistence on maintaining\" \"manage create tensions with all the mob bosses which appointed him.  Ginger is a engaging hustler who gets intertwined with Sam\'s life and subsequently complicates his personalized world.</p><h2 id=\"toc-6\">Robert De Niro Awarded As Playing </h2><p>Nicky is definitely a volatile enforcer and Sam\'s the child years friend, whose careless behavior ultimately turns him from your asset into a responsibility.  His aggressive strategies and disregard for mob rules generate tension and danger, illustrating the destructive nature of unchecked ambition and dedication to the mafia.  Ginger ultimately succumbs to a drug overdose amidst the turmoil, marking a devastating personal loss with regard to Sam.  In a ruthless twist, typically the mob also moves to eliminate anyone who might testify against them, sealing the fate with their criminal operations.  Sam \"Ace\" Rothstein is definitely appointed to manage the Tangiers Casino in Las Las vegas by mob family members from the Midwest.</p><ul><li>Sam convinces the woman to go back with Amy, then scolds your ex for stealing the money and kidnapping their daughter. </li><li>The era associated with Rothstein and Spilotro is long gone; the era of the Wolf of Wall Street has started. </li><li>Maybe since I just held him in such extraordinary high consider and it was the particular pinnacle of the the kiss moment to me. </li><li>Today, online casinos canada offer loyalty plans that mirror typically the high-roller experience in the virtual format. </li><li>At this kind of point, the mafia has lost power over the Tangiers along with other casinos in Las Vegas after the FBI investigation. </li></ul><p>As it turns out, gambling and crapule go hand-in-hand, and for this Scorsese film, it\'s the Manhattan Outfit that serves as the focal criminal offenses unit.  Hard Eight is a polished, expertly paced offense flick that started life as the 1993 video clip named Cigarettes &amp; Espresso.  Philip Baker Corridor, John C. Reilly, Gwyneth Paltrow, Philip Seymour Hoffman, and Samuel L. Jackson comprise the remarkable cast for this debut indie movie.  A nickname like \"Worm\" is itself some sort of red flag for a person, and it\'s made even more serious when that person has served period.  Played by Edward cullen Norton, Worm is definitely one of these characters whom you hate to really like, as his gambling habits tear Mike\'s world inside a subject of days.  In a sense, Bill is\" \"wasting his days within sort of remainder, provided that his former life was put in within a military jail.</p><h3 id=\"toc-7\">The Card Countertop (</h3><p>Nicky’s violent actions and Ginger’s betrayal additional destabilize the case.  The combined pressures regarding law enforcement, inside betrayals, and individual conflicts lead to the eventual fall of the casino’s empire.  The motion picture explores the  traditional backdrop of Las Vegas during the 1970s and 1980s whenever organized crime greatly influenced the gambling establishment industry.  This period of time was characterized simply by a burgeoning betting culture punctuated simply by crime, corruption, and a golden associated with mob-run establishments ahead of law enforcement tightened its grip.  Before diving into the characters, it’s essential to understand typically the historical context in which “Casino” is definitely set.  The 1972s saw the increase of corporate impact in the casino industry, gradually driving your influence involving organized crime.</p><ul><li>In a important closing narrative, a great older Sam detects himself in San Diego, revisiting their roots as some sort of sports handicapper. </li><li>The primary target involving the police investigation was Allen Dorfman, who in On line casino became the character Andy Stone. </li><li>Its depiction of the casino world has influenced numerous films, TV displays, and games. </li><li>Scorsese tells his story with the energy plus pacing he’s well-known for, and with loads of little information that feel only right. </li><li>Played by Edward Norton, Worm is one of all those characters whom an individual hate to love, as his gambling habits tear Mike\'s world inside a subject of days. </li></ul><p>His extreme behavior gets your pet blacklisted from casinos, which creates even more complications for Sam’s already precarious condition.  Ignoring the mob’s rules, Nicky starts off executing unauthorized shakedowns and burglaries, which often undeniably upsets the balance of their own operation.  The bloodthirsty relationship between hitman Nicky Santoro plus casino manager Sam \"Ace\" Rothstein finishes up bringing about each of their downsides.  In turn, Nicky finds himself gradually losing the favour of the Midwest bosses over his antics towards Advisor, and is at some point murdered on typically the bosses\' orders following trying to vehicle bomb Ace.  Joe Pesci played one of the most brutal and psychopathic characters in \"Casino\"\" \"as tough guy Nicky Santoro.  Throughout the particular film, he has people physically attacked and murdered, and even in one involving the most popular (and grotesque) views in the motion picture, he tortures a new man to dying with a counter vise.</p><h2 id=\"toc-8\">Facts About Martin Scorsese’s ’90s Classic ‘casino’ That Might Big Surprise You</h2><p>It seemed to be a moment of extreme riches and excess, along with casino profits increasing to unprecedented heights.  Sam Rothstein is definitely tasked with operating the Tangiers online casino with unparalleled effectiveness, turning it in to a cash machine for the mafia.  However, his accomplishment is\" \"outweighed by the capricious chaos brought simply by his love for Ginger plus the damaging tendencies of his childhood friend Nicky.</p><ul><li>In their very own place, new internet casinos and attractions are shown being created, such as the Mirage plus the massive volcano near its entry. </li><li>It\'s worth questioning how her life may well have turned away if she got not married Ace. </li><li>Following the drop of the mob, the vibrant atmosphere of Las Vegas morphs directly into a soulless panorama dominated by business interests. </li><li>This daring move only alienates him from typically the mob bosses, which pressure him to be able to reconsider his methods amidst concerns for their shared interests. </li></ul><p>Sam meets in addition to falls in\" \"enjoy with a hustler and former prostitute, Ginger McKenna (Sharon Stone).  Meanwhile, Mike makes an adversary in county office Pat Webb (L. Q. Jones) with regard to firing his brother-in-law Don Ward (John Bloom) for inefficiencies.  When Sam refuses to reinstate your pet, Webb pulls Sam\'s license from the backlog, forcing him in order to face a hearing for his gaming license while privately arranging for typically the board to deny Sam.  Sam blames the incident about Nicky\'s recklessness and even the two argue furiously in the wilderness after Sam tries to tell Nicky to leave Las Vegas.  Ace’s childhood friend, Nicky Santoro (Joe Pesci), arrives within Las Vegas in order to protect Ace and the casino’s pursuits.  Nicky’s violent and erratic behavior shortly draws unwanted attention, complicating Ace’s efforts to maintain a new low profile.</p><h3 id=\"toc-9\">Robert Sobre Niro, An Star Of The Modern Day Hollywood Crime Movie </h3><p>Sam \"Ace\" Rothstein is heard communicating, and he laments the loss involving\" \"mob control and their substitution for businesses who finance the particular casinos through typically the use of \"junk bonds. \" Throughout \"Casino, \" Sam \"Ace\" Rothstein is pictured as a possible incredibly intelligent and talented particular person.  He is acknowledged to excel as being an adept gambler in addition to sports bettor, at which he is and so smart and trustworthy he can ingratiate himself at the highest levels of the Manhattan mafia.  The employers send him in order to Las Vegas to run their operation right now there, and they also send Nicky Santoro as protection regarding him.  But issues break down between Nicky and _ design over Nicky\'s outstanding use of assault and Ace\'s penchant for attention.  Of course, being a Scorsese and De Niro movie, you know there\'s going to be some serious crapule undertones.</p><ul><li>Ginger is deeply disappointed in her life with Ace, because she never really loves him plus relates to despise him or her. </li><li>The film offers a glance in a bygone age when organized criminal offense and corporate interests clashed for control involving the city’s profitable casino industry. </li><li>The era of mafia dominance over Las Vegas casinos, which fascinated countless tourists, officially came to an end. </li><li>While it\'s unclear exactly exactly what charges the companies are facing, it\'s related to typically the illegal manipulation of the Teamsters pension finance that got the particular Tangiers built in the first place. </li><li>The FBI detects out about the particular mob\'s scheme by means of an unrelated wiretap on Artie Piscano, which eventually discloses the faulty base of the whole Tangiers casino. </li><li>The corporations build brand new and gaudier destinations, which Sam laments are not the same as when the mafia was inside control. </li></ul><p>“It was the actor which i adored the most and my whole career was like, We just wanna end up being able to stay throughout the table by Robert De Niro and hold the own.  Maybe due to the fact I just held him in this kind of extraordinary high regard plus it was typically the pinnacle of the getting moment personally.  There was a lot connected to it, yet I was only so madly within love with him or her as an presenter to start with that this individual probably may have struck me within the mind with a hammer and I would likely have been like ‘Oh, yeah!  The film’s score has been composed by a mixture of popular music from the time and original arrangement by Scorsese’s repeated collaborator Robbie Robertson.</p><h3 id=\"toc-10\">The Ending Shows There Is Absolutely No Way Away Of The Mafia Alive</h3><p>\"Matn Scorsese’s 1995 crime drama film “Casino” is a cinematic masterpiece that goes into the gritty underworld of Las Vegas casinos.  Set throughout the 1970s and even early 1980s, typically the movie portrays the turbulent period throughout Las Vegas historical past when organized criminal offense had a considerable influence on the city’s casino businesses.  While “Casino” is a compelling story filled with unforgettable characters and dramatic moments, it’s essential to separate the particular fictional elements plus the real situations and individuals that inspired the account.</p><ul><li>The mastery with which Scorsese handles typically the narrative is simply dazzling. </li><li>Ginger represents the allure and danger of the online casino life, embodying each beauty and misfortune. </li><li>In a harrowing turn, Sam narrowly escapes death coming from a hit a brick wall assassination attempt, simply to learn of which Nicky has attained a violent conclusion at the fingers of his past allies. </li></ul><p>Nicky and his brother are completely murdered with the mafia for their insubordination.  The film stops with Ace lamenting the end regarding the era when the mob handled Las Vegas, substituted by corporate hobbies.  As the FBI begins to investigate the casino’s operations, Ace’s relationship with typically the mob deteriorates.</p><h2 id=\"toc-11\">I Enjoyed This Greater Than \"goodfellas\" </h2><p>The 1995 Martin Scorsese typical Casino depicted the glitz, glamour and black underbelly of 1971s era Las Vegas.  In addition to some sort of gripping plot and even expertly laid out and about storyline brought to be able to life by Artist greats like Robert De Niro, Sharon Stone and Paul Pesci, the establishing, costumes and focus on detail make this one for the particular books.  Stone received an Oscar jerk for her portrayal of the capricious Ginger, but typically the ensemble as you is usually what made this particular film so fantastic.  Betrayal runs deep within personal in addition to professional relationships in the narrative.</p><ul><li>While generally there are indeed numerous similarities between your 2 films, such as the same actors, a deeper reflection reveals important differences which make virtually any accusations of self-plagiarism baseless. </li><li>Scorsese’s engagement with history doesn’t stop along with the main plotline of Casino. </li><li>Even Ace discovers himself from Las Vegas after typically the casinos are all blown up, struggling to find a approach to get back power. </li><li>Stone obtained an Oscar nod for her portrayal of the capricious Ginger, but the particular ensemble as one is usually what made this particular film so fantastic. </li></ul><p>It’s highly likely that these bills led to his murder in 1992 by members associated with the Japanese Yakuza.  It’s hard to discuss about Las Vegas inside the context regarding Casino because the story told simply by Scorsese\" \"provides a certain poetry.  The mastery with which usually Scorsese handles typically the narrative is simply dazzling.</p><h2 id=\"toc-12\">The Movie Mirrored Reality</h2><p>The film thoroughly portrays how loyalty—to the casino, the mob, or individual relationships—is constantly tested in an environment driven by money and power.  Piscano dies of a heart attack upon viewing federal agents discover his notebook.  Sam himself is practically killed in a auto bomb, and suspects Nicky was at the rear of it.  A season after the gang’s dismantling, Rosenthal’s automobile exploded in Todas las Vegas.  He made it through thanks to typically the fact that a number of months earlier, he had purchased a Cadillac Eldorado, which, to enhance its geometry, had been factory-fitted with a new thick metal platter within the chassis.</p><p>It portrays how aspirations can drive visitors to both greatness in addition to downfall.  Get in depth profiles with their roles, arcs, plus key relationships discussed.  Following the drop in the mob, the vibrant atmosphere regarding Las Vegas morphs into a soulless panorama dominated by corporate interests.</p><h3 id=\"toc-13\">Sam Ace Rothstein Survives Out Of Absolute Luck</h3><p>Upset over getting stolen from, the mob bosses put Artie Piscano in charge to cease the theft, yet he turns out there to be a new disaster for a number of causes.  Even Ace finds himself out of Todas las Vegas after the casinos are just about all blown up, struggling to find a approach to get in power.  He makes a decision instead to completely focus on his previous illicit activities associated with gambling and loansharking, which he really does with the mob outside of Las  vegas.  When \"Casino\" initial starts out she is very happy in addition to successful in the woman career as a new hustler\" \"inside Las Vegas.</p><ul><li>To guard Rosenthal from all those hostile to this particular success, the companies decided to bolster his security. </li><li>In film production company, Ginger is portrayed as a gorgeous and troubled personality who struggles together with addiction, reflecting Geri McGee’s real-life battles with drugs and a tragic conclusion. </li><li>Sam\'s personal life is shattered by Ginger\'s actions, while Nicky\'s disloyalty threatens the particular very first step toward the particular casino operation. </li><li>It might not have recently been showered in Oscar nominations, but Ocean\'s Eleven is without a doubt the particular most famous heist movie of our age. </li><li>He determines instead to concentrate on his earlier illicit activities of gambling and loansharking, which he will with the mafia outside of Las vegas. </li></ul><p>Despite her preliminary reservations about dedication, they eventually get married to and have a little girl named Amy, observing a significant turning point in Sam\'s personalized life.  Webb retaliates against Sam, triggering trouble along with his on line casino license, while hidden motives to sully Sam’s reputation unfold.  Undeterred, Sam takes to television to be able to accuse the area govt of corruption, attracting the ire regarding the mob bosses, who urge your pet to step backside.  Instead, he features his troubles in order to Nicky’s reckless activities, that leads to the explosive confrontation in between the two in the desert.  As many of us mark the 30th anniversary of On line casino, its legacy puts up with as both a cautionary tale and also a celebration of typically the gambling world’s intrigue.</p>','Casino Described: The Real Story At The Rear Of Scorseses Movie','','publish','open','open','','casino-described-the-real-story-at-the-rear-of-scorseses-movie-2','','','2025-10-07 14:49:11','2025-10-07 07:49:11','',0,'https://lion288slot.com/?p=271',0,'post','',0),
(272,1,'2025-10-07 14:49:01','2025-10-07 07:49:01','<meta name=\"description\" content=\"Martin Scorsese\'s 1995 film \"Casino\" is 1 of the almost all epic gangster films ever made. \"/><h1>Casino 95 Movie Summary, Finishing Explained & Themes</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Casino Rewards In Canada Today</a></li><li><a href=\"#toc-1\">Casino Characters</a></li><li><a href=\"#toc-2\">Memorable Scenes Plus Quotes</a></li><li><a href=\"#toc-3\">Director’s Other Movies</a></li><li><a href=\"#toc-4\">While The Tangiers Is Fictional, Recording Took Place From An Actual Las Vegas Casino</a></li><li><a href=\"#toc-5\">Behind The Scenes Insights</a></li><li><a href=\"#toc-6\">Robert De Niro Acknowledged As Playing </a></li><li><a href=\"#toc-7\">The Card Table (</a></li><li><a href=\"#toc-8\">Facts About Martin Scorsese’s ’90s Classic ‘casino’ That Might Big Surprise You</a></li><li><a href=\"#toc-9\">Robert Para Niro, An Icon Of The Modern Hollywood Crime Motion Picture </a></li><li><a href=\"#toc-10\">The Ending Shows You Cannot Find Any Way Out And About Of The Mafia Alive</a></li><li><a href=\"#toc-11\">I Enjoyed This Greater Than \"goodfellas\" </a></li><li><a href=\"#toc-12\">The Film Mirrored Reality</a></li><li><a href=\"#toc-13\">Sam Ace Rothstein Survives Out Of Pure Luck</a></li><li><a href=\"#toc-14\">Even Though The Strategy Is Pure, The Storytelling Seems Half-baked Plus Uninterested In On Its Own </a></li><li><a href=\"#toc-15\">Alternate Endings And Deleted Scenes</a></li><li><a href=\"#toc-16\">Ace Never Overcomes His Past</a></li><li><a href=\"#toc-17\">Filming & Production</a></li><li><a href=\"#toc-18\">This City Will Never Be The Same</a></li><li><a href=\"#toc-19\">Casino (hbo)</a></li><li><a href=\"#toc-20\">The Tangiers Casino</a></li><li><a href=\"#toc-21\">The Scorsese Spell </a></li><li><a href=\"#toc-22\">Movie Ending</a></li><li><a href=\"#toc-23\">A Can\'t-miss Story No Subject How Told</a></li><li><a href=\"#toc-24\">What Scorsese Film Ranks Highest About Imdb? </a></li><li><a href=\"#toc-29\">Typically Fantastic Scorcese Film</a></li><li><a href=\"#toc-30\">Brilliant Acting Exceptional Story Based Upon Events That Occurred In True To Life </a></li><li><a href=\"#toc-33\">Another Scorsese Classic</a></li><li><a href=\"#toc-34\">The Perfect Image Of Las Las Vegas Early Days </a></li></ul></div><p>By this time, Spilotro’s and Rosenthal’s relationship had switched from friendly to be able to decidedly hostile.  Casino is definitely an epic criminal offense drama that goes into themes of power, greed, betrayal, as well as the complex procedures of mob-controlled casinos.  Casino ends using Ace Rothstein directly surviving an attempt on his life and relocating in order to San Diego, continuous his work within gambling.  The movie concludes with _ design reflecting within the modification of Las Vegas\" \"by mob-run operations in order to corporate-controlled casinos, tagging the end regarding an era.  Casino concludes with Ace reflecting on the rise and even fall of the Tangiers Casino.  Ace survives an assassination effort and relocates to San Diego, where he continues his profession in sports bets.</p><p>As Sam\'s casino operations confront mounting pressure, Ginger\'s behavior spirals out of control due to substance abuse.  Her rekindled ties with Nicky further complicate concerns as they\" \"system to gain control over their connected fortunes.  In “Casino, ” Nicky Santoro is portrayed as a violent in addition to volatile character, mirroring Tony Spilotro’s popularity for brutal methods and his greatest demise.</p><h2 id=\"toc-0\">Casino Rewards In Nova Scotia Today</h2><p>It likewise features legendary shows by Robert De Niro, Don Rickles, and Joe Pesci — in one of his last functions.  James Woods furthermore stars like a sneaky con man in one of his best performances.  Ocean\'s Eleven is the particular ultimate heist film, and it just and so happens to\" \"occur in a casino!  That\'s pretty smart if you consider this, with casinos keeping as much funds as a bank possibly does, but in addition louder, busier, and even easier to slip through undetected.  After being robbed with a sore card loser, Bill Denny (played by George Segal) and Charlie Marine environments (played by Elliott Gould) bond above their mutual, dangerous love of gambling.  In Croupier, Robert Hodges gives us all a neo-noir take on gambling from the other side associated with the casino—one in which Jack Manfred (played by Clive Owen) is a dealer rather as compared to a gambler <a href=\"https://mostbet1bd.com/\">mostbet login</a>.</p><ul><li>While Sharon Stone’s lavish dresses and certainly fabulous outfits were a big component of the particular this kind of film so great, that they didn’t come without their own set of issues. </li><li>Eric Stoner (played by Dorrie McQueen), also acknowledged as The Cincinnati ohio Kid, is the\" \"younger, cocky, and eager-to-card-duel newbie on the block who\'s about to die to try the luck against typically the master. </li><li>It’s not so much a story about individuals as that is about typically the time make within which they’re entangled. </li><li>“Casino” is a new work of hype that draws greatly in the rich tapestry of Las Vegas history and the particular characters who formed it. </li><li>Nance had previously recently been the head involving the skimming procedure inside the Tangiers, and he fled to Costa Natural pursuing the FBI\'s exploration of the casino. </li></ul><p>the opinions and views shared by our viewers within our comment areas.  Our comments area is a place 					where readers can engage within healthy, productive, energetic, and respectful discussion posts.</p><h3 id=\"toc-1\">Casino Characters</h3><p>Jessica Chastain delivered among the best, most dynamic woman performances of the year as she demonstrated how one lady stood to the most powerful men on earth without flinching.  John Dahl\'s crime-drama narrates the thrill plus addiction of playing from Mike\'s stage of view, whether or not it just appears like lots of men sitting in regards to stand for hours on end.  Directors Anna Boden and Ryan Fleck take us just about all through the South, coming from Memphis to Mississippi, since they piece jointly bits, blues, and even bumbling characters.  Mississippi Grind probably slipped under your radar, but all critics can agree it\'s a hidden jewel.  A mugging, a new horse race, some sort of game of Texas Hold \'Em, plus a few slots later, and the particular two end upward in the strong.  Gambling can end up being an intense, life-destroying addiction that\'s since far from humorous as it receives.</p><ul><li>Ocean\'s Eleven is the ultimate heist movie, plus it just and so happens to\" \"take place in a casino! </li><li>Rosenthal handled several casinos regarding the Chicago Attire, including the Stardust and the Finca. </li><li>High rollers are treated such as royalty, with magnificent accommodations, endless advantages, and personalized service. </li><li>At a single point in typically the film, Ginger will be seen rocking the embellished gold wedding dress, which the celebrity revealed “weighed concerning 35 pounds” within an interview with Gain access to Hollywood. </li></ul><p>However, each character\'s selfishness eventually gets the best of them, causing the entire house of cards in order to completely collapse throughout a massive bloodbath.  In the end, the mob loses control over Las Vegas, irreparably changing the particular town forever.  Martin Scorsese\'s 1995 film \"Casino\" is one particular of the most epic gangster videos ever made.  It was immediately selected for a number of awards upon its release, and even actress Sharon Stone won a Golden Globe for your ex performance <a href=\"https://mostbet1bd.com/app/\">mostbet app download</a>.</p><h2 id=\"toc-2\">Memorable Scenes And Quotes</h2><p>The age of mafia prominence over Las Vegas casinos, which fascinated an incredible number of tourists, formally ended.  A extensive police operation, culminating inside the so-called Procedure Pendorf, sought to be able to prove once and even for all the connections between lawbreaker organizations, casinos, and even state-run companies.  The primary target regarding the police exploration was Allen Dorfman, who in Gambling establishment became the character Andy Stone.  Casino presents a gripping in addition to detailed exploration associated with the lining workings regarding mob-controlled casinos, offering\" \"strong performances, particularly simply by Robert De Niro, Sharon Stone, and Joe Pesci.</p><ul><li>It’s worth observing that Rosenthal’s career in Vegas performed meet a considerably less dramatic ending than Ace’s destiny in the movie. </li><li>Part of this kind of is a result of nostalgia for what is long gone (as in Goodfellas), yet it’s also mainly because Scorsese, through Rothstein, subtly questions what happened to Las Vegas after this attack. </li><li>Philip Baker Area, John C. Reilly, Gwyneth Paltrow, Philip Seymour Hoffman, and Samuel L. Knutson comprise the impressive cast in this premiere indie movie. </li><li>First For Ladies is not going to endorse</li><li>Eventually, the empire Mike worked very hard to establish crumbles as law enforcement shuts in on their particular illicit activities. </li></ul><p>He reflects on the cyclical nature of life along with the emotional scars left after dropping everything he developed.  As law adjustment tightens its noose around the mafia, Nicky meets some sort of violent fate at the hands of his former allies, leaving Sam to be able to grapple with the fallout.  This celebration underscores the shifty landscape of their particular criminal world.  Sam meets Ginger McKenna, a beautiful hustler, and\" \"gets infatuated with the woman.</p><h3 id=\"toc-3\">Director’s Other Movies</h3><p>As you might accumulate, The Counter isn\'t really about wagering in any way.  Plus, obtain coverage of the world\'s biggest stories with our CNN Max live news feed.  In the early-1970s Vegas, low-level mobster Mike \"Ace\" Rothstein (Robert De Niro) becomes tapped by the bosses to brain the Tangiers Casino.  While Cape Worry (1991) didn’t obtain such unanimous compliment, it nonetheless solidified Scorsese’s already powerful reputation, which wasn’t even dented by the lukewarm party of The Regarding Innocence.  After that, it was moment to go back to typically the gangster underworld, in addition to Scorsese directed Online casino.  In conjunction with filming in an actual casino with actual casino-goers present, real pit bosses plus dealers were used in the movie when possible.</p><p>In Rounders, Matt Damon stars as being a card-player-turned-law-student who\'s trying to set his poker days and nights behind him, yet that proves practically impossible when Worm tornadoes back straight into his life.  Here are my recommendations for top movies regarding gambling that record the thrills plus falls that come with the terrain.  Savings are structured on the price of the yearly plan compensated upfront compared to the monthly plan paid more than 12 months.  Ads served on select live and thready content on Regular and Premium Ideas.  First For Women is not going to endorse</p><h3 id=\"toc-4\">While The Tangiers Is Fictional, Recording Took Place From An Actual Todas Las Vegas Casino</h3><p>However, when they made an appearance in public the particular officials disavowed virtually any relationship.  They have been happy to work along with him initially mainly because he ran the particular casino and they had connections together with the mob bosses, but in the end they could by no means acknowledge that relationship due to its shady significance.  Following Stone\'s death, an allergy of ex - mobsters connected using the casino are usually murdered by henchmen.</p><p>After he overhears Turmeric talking on the particular phone about eradicating him, he kicks her out regarding the house, but soon relents.  Ginger then approaches Nicky for help throughout getting her valuables off their shared burial container within the bank, in addition to the two start off an affair.  Sam discovers this following finding Amy tied to her bed simply by Ginger, who will be with Nicky in his restaurant.  A furious and consumed Ginger crashes the woman car into Sam\'s driveway, making a new scene and retrieves the key with their deposit box following distracting the participating in police.  Though your woman succeeds in getting her share with the money from the particular bank, she will be arrested by F as a materials witness.</p><h2 id=\"toc-5\">Behind The Scenes Insights</h2><p>In 1977, Frank Rosenthal indeed launched a TV show showing call him by his name, where he or she acted because the sponsor.  These efforts were likely aimed at enhancing his public image and distancing himself from Spilotro’s routines.  Ichikawa, Kashiwagi played out high-stakes games, which usually eventually resulted in his bankruptcy and big credit card debt.</p><ul><li>These recommendations are handpicked based on story depth, thematic resonance, and spoiler-worthy moments — best for fans who else crave a lot of same intrigue. </li><li>Trying to recover the small losses comes to an end up costing all of them everything, as they ultimately lose manage of the profitable\" \"Tangiers and Las Vegas. </li><li>Yet, whilst continuing to consider and exert their power over the metropolis, he soon begins to run afoul of both his friend and partner, Sam \"Ace\" Rothstein as well as the mob employers back home throughout Chicago. </li><li>Both males faced similar challenges, including dealing with the particular Nevada Gaming Control Board’s relentless overview. </li></ul><p>If this motion picture is viewed simply as a crapule variation on the particular 1990 movie, it deserves another chance.  Sam “Ace” Rothstein (Robert De Niro) is a wagering expert chosen by Chicago mob to run the Tangiers Casino in Las Vegas.  With his meticulous management style, Expert quickly turns typically the Tangiers into a highly profitable operation.  However, Ace’s procedures and his insistence on maintaining\" \"manage create tensions with all the mob bosses which appointed him.  Ginger is a engaging hustler who gets intertwined with Sam\'s life and subsequently complicates his personalized world.</p><h2 id=\"toc-6\">Robert De Niro Awarded As Playing </h2><p>Nicky is definitely a volatile enforcer and Sam\'s the child years friend, whose careless behavior ultimately turns him from your asset into a responsibility.  His aggressive strategies and disregard for mob rules generate tension and danger, illustrating the destructive nature of unchecked ambition and dedication to the mafia.  Ginger ultimately succumbs to a drug overdose amidst the turmoil, marking a devastating personal loss with regard to Sam.  In a ruthless twist, typically the mob also moves to eliminate anyone who might testify against them, sealing the fate with their criminal operations.  Sam \"Ace\" Rothstein is definitely appointed to manage the Tangiers Casino in Las Las vegas by mob family members from the Midwest.</p><ul><li>Sam convinces the woman to go back with Amy, then scolds your ex for stealing the money and kidnapping their daughter. </li><li>The era associated with Rothstein and Spilotro is long gone; the era of the Wolf of Wall Street has started. </li><li>Maybe since I just held him in such extraordinary high consider and it was the particular pinnacle of the the kiss moment to me. </li><li>Today, online casinos canada offer loyalty plans that mirror typically the high-roller experience in the virtual format. </li><li>At this kind of point, the mafia has lost power over the Tangiers along with other casinos in Las Vegas after the FBI investigation. </li></ul><p>As it turns out, gambling and crapule go hand-in-hand, and for this Scorsese film, it\'s the Manhattan Outfit that serves as the focal criminal offenses unit.  Hard Eight is a polished, expertly paced offense flick that started life as the 1993 video clip named Cigarettes &amp; Espresso.  Philip Baker Corridor, John C. Reilly, Gwyneth Paltrow, Philip Seymour Hoffman, and Samuel L. Jackson comprise the remarkable cast for this debut indie movie.  A nickname like \"Worm\" is itself some sort of red flag for a person, and it\'s made even more serious when that person has served period.  Played by Edward cullen Norton, Worm is definitely one of these characters whom you hate to really like, as his gambling habits tear Mike\'s world inside a subject of days.  In a sense, Bill is\" \"wasting his days within sort of remainder, provided that his former life was put in within a military jail.</p><h3 id=\"toc-7\">The Card Countertop (</h3><p>Nicky’s violent actions and Ginger’s betrayal additional destabilize the case.  The combined pressures regarding law enforcement, inside betrayals, and individual conflicts lead to the eventual fall of the casino’s empire.  The motion picture explores the  traditional backdrop of Las Vegas during the 1970s and 1980s whenever organized crime greatly influenced the gambling establishment industry.  This period of time was characterized simply by a burgeoning betting culture punctuated simply by crime, corruption, and a golden associated with mob-run establishments ahead of law enforcement tightened its grip.  Before diving into the characters, it’s essential to understand typically the historical context in which “Casino” is definitely set.  The 1972s saw the increase of corporate impact in the casino industry, gradually driving your influence involving organized crime.</p><ul><li>In a important closing narrative, a great older Sam detects himself in San Diego, revisiting their roots as some sort of sports handicapper. </li><li>The primary target involving the police investigation was Allen Dorfman, who in On line casino became the character Andy Stone. </li><li>Its depiction of the casino world has influenced numerous films, TV displays, and games. </li><li>Scorsese tells his story with the energy plus pacing he’s well-known for, and with loads of little information that feel only right. </li><li>Played by Edward Norton, Worm is one of all those characters whom an individual hate to love, as his gambling habits tear Mike\'s world inside a subject of days. </li></ul><p>His extreme behavior gets your pet blacklisted from casinos, which creates even more complications for Sam’s already precarious condition.  Ignoring the mob’s rules, Nicky starts off executing unauthorized shakedowns and burglaries, which often undeniably upsets the balance of their own operation.  The bloodthirsty relationship between hitman Nicky Santoro plus casino manager Sam \"Ace\" Rothstein finishes up bringing about each of their downsides.  In turn, Nicky finds himself gradually losing the favour of the Midwest bosses over his antics towards Advisor, and is at some point murdered on typically the bosses\' orders following trying to vehicle bomb Ace.  Joe Pesci played one of the most brutal and psychopathic characters in \"Casino\"\" \"as tough guy Nicky Santoro.  Throughout the particular film, he has people physically attacked and murdered, and even in one involving the most popular (and grotesque) views in the motion picture, he tortures a new man to dying with a counter vise.</p><h2 id=\"toc-8\">Facts About Martin Scorsese’s ’90s Classic ‘casino’ That Might Big Surprise You</h2><p>It seemed to be a moment of extreme riches and excess, along with casino profits increasing to unprecedented heights.  Sam Rothstein is definitely tasked with operating the Tangiers online casino with unparalleled effectiveness, turning it in to a cash machine for the mafia.  However, his accomplishment is\" \"outweighed by the capricious chaos brought simply by his love for Ginger plus the damaging tendencies of his childhood friend Nicky.</p><ul><li>In their very own place, new internet casinos and attractions are shown being created, such as the Mirage plus the massive volcano near its entry. </li><li>It\'s worth questioning how her life may well have turned away if she got not married Ace. </li><li>Following the drop of the mob, the vibrant atmosphere of Las Vegas morphs directly into a soulless panorama dominated by business interests. </li><li>This daring move only alienates him from typically the mob bosses, which pressure him to be able to reconsider his methods amidst concerns for their shared interests. </li></ul><p>Sam meets in addition to falls in\" \"enjoy with a hustler and former prostitute, Ginger McKenna (Sharon Stone).  Meanwhile, Mike makes an adversary in county office Pat Webb (L. Q. Jones) with regard to firing his brother-in-law Don Ward (John Bloom) for inefficiencies.  When Sam refuses to reinstate your pet, Webb pulls Sam\'s license from the backlog, forcing him in order to face a hearing for his gaming license while privately arranging for typically the board to deny Sam.  Sam blames the incident about Nicky\'s recklessness and even the two argue furiously in the wilderness after Sam tries to tell Nicky to leave Las Vegas.  Ace’s childhood friend, Nicky Santoro (Joe Pesci), arrives within Las Vegas in order to protect Ace and the casino’s pursuits.  Nicky’s violent and erratic behavior shortly draws unwanted attention, complicating Ace’s efforts to maintain a new low profile.</p><h3 id=\"toc-9\">Robert Sobre Niro, An Star Of The Modern Day Hollywood Crime Movie </h3><p>Sam \"Ace\" Rothstein is heard communicating, and he laments the loss involving\" \"mob control and their substitution for businesses who finance the particular casinos through typically the use of \"junk bonds. \" Throughout \"Casino, \" Sam \"Ace\" Rothstein is pictured as a possible incredibly intelligent and talented particular person.  He is acknowledged to excel as being an adept gambler in addition to sports bettor, at which he is and so smart and trustworthy he can ingratiate himself at the highest levels of the Manhattan mafia.  The employers send him in order to Las Vegas to run their operation right now there, and they also send Nicky Santoro as protection regarding him.  But issues break down between Nicky and _ design over Nicky\'s outstanding use of assault and Ace\'s penchant for attention.  Of course, being a Scorsese and De Niro movie, you know there\'s going to be some serious crapule undertones.</p><ul><li>Ginger is deeply disappointed in her life with Ace, because she never really loves him plus relates to despise him or her. </li><li>The film offers a glance in a bygone age when organized criminal offense and corporate interests clashed for control involving the city’s profitable casino industry. </li><li>The era of mafia dominance over Las Vegas casinos, which fascinated countless tourists, officially came to an end. </li><li>While it\'s unclear exactly exactly what charges the companies are facing, it\'s related to typically the illegal manipulation of the Teamsters pension finance that got the particular Tangiers built in the first place. </li><li>The FBI detects out about the particular mob\'s scheme by means of an unrelated wiretap on Artie Piscano, which eventually discloses the faulty base of the whole Tangiers casino. </li><li>The corporations build brand new and gaudier destinations, which Sam laments are not the same as when the mafia was inside control. </li></ul><p>“It was the actor which i adored the most and my whole career was like, We just wanna end up being able to stay throughout the table by Robert De Niro and hold the own.  Maybe due to the fact I just held him in this kind of extraordinary high regard plus it was typically the pinnacle of the getting moment personally.  There was a lot connected to it, yet I was only so madly within love with him or her as an presenter to start with that this individual probably may have struck me within the mind with a hammer and I would likely have been like ‘Oh, yeah!  The film’s score has been composed by a mixture of popular music from the time and original arrangement by Scorsese’s repeated collaborator Robbie Robertson.</p><h3 id=\"toc-10\">The Ending Shows There Is Absolutely No Way Away Of The Mafia Alive</h3><p>\"Matn Scorsese’s 1995 crime drama film “Casino” is a cinematic masterpiece that goes into the gritty underworld of Las Vegas casinos.  Set throughout the 1970s and even early 1980s, typically the movie portrays the turbulent period throughout Las Vegas historical past when organized criminal offense had a considerable influence on the city’s casino businesses.  While “Casino” is a compelling story filled with unforgettable characters and dramatic moments, it’s essential to separate the particular fictional elements plus the real situations and individuals that inspired the account.</p><ul><li>The mastery with which Scorsese handles typically the narrative is simply dazzling. </li><li>Ginger represents the allure and danger of the online casino life, embodying each beauty and misfortune. </li><li>In a harrowing turn, Sam narrowly escapes death coming from a hit a brick wall assassination attempt, simply to learn of which Nicky has attained a violent conclusion at the fingers of his past allies. </li></ul><p>Nicky and his brother are completely murdered with the mafia for their insubordination.  The film stops with Ace lamenting the end regarding the era when the mob handled Las Vegas, substituted by corporate hobbies.  As the FBI begins to investigate the casino’s operations, Ace’s relationship with typically the mob deteriorates.</p><h2 id=\"toc-11\">I Enjoyed This Greater Than \"goodfellas\" </h2><p>The 1995 Martin Scorsese typical Casino depicted the glitz, glamour and black underbelly of 1971s era Las Vegas.  In addition to some sort of gripping plot and even expertly laid out and about storyline brought to be able to life by Artist greats like Robert De Niro, Sharon Stone and Paul Pesci, the establishing, costumes and focus on detail make this one for the particular books.  Stone received an Oscar jerk for her portrayal of the capricious Ginger, but typically the ensemble as you is usually what made this particular film so fantastic.  Betrayal runs deep within personal in addition to professional relationships in the narrative.</p><ul><li>While generally there are indeed numerous similarities between your 2 films, such as the same actors, a deeper reflection reveals important differences which make virtually any accusations of self-plagiarism baseless. </li><li>Scorsese’s engagement with history doesn’t stop along with the main plotline of Casino. </li><li>Even Ace discovers himself from Las Vegas after typically the casinos are all blown up, struggling to find a approach to get back power. </li><li>Stone obtained an Oscar nod for her portrayal of the capricious Ginger, but the particular ensemble as one is usually what made this particular film so fantastic. </li></ul><p>It’s highly likely that these bills led to his murder in 1992 by members associated with the Japanese Yakuza.  It’s hard to discuss about Las Vegas inside the context regarding Casino because the story told simply by Scorsese\" \"provides a certain poetry.  The mastery with which usually Scorsese handles typically the narrative is simply dazzling.</p><h2 id=\"toc-12\">The Movie Mirrored Reality</h2><p>The film thoroughly portrays how loyalty—to the casino, the mob, or individual relationships—is constantly tested in an environment driven by money and power.  Piscano dies of a heart attack upon viewing federal agents discover his notebook.  Sam himself is practically killed in a auto bomb, and suspects Nicky was at the rear of it.  A season after the gang’s dismantling, Rosenthal’s automobile exploded in Todas las Vegas.  He made it through thanks to typically the fact that a number of months earlier, he had purchased a Cadillac Eldorado, which, to enhance its geometry, had been factory-fitted with a new thick metal platter within the chassis.</p><p>It portrays how aspirations can drive visitors to both greatness in addition to downfall.  Get in depth profiles with their roles, arcs, plus key relationships discussed.  Following the drop in the mob, the vibrant atmosphere regarding Las Vegas morphs into a soulless panorama dominated by corporate interests.</p><h3 id=\"toc-13\">Sam Ace Rothstein Survives Out Of Absolute Luck</h3><p>Upset over getting stolen from, the mob bosses put Artie Piscano in charge to cease the theft, yet he turns out there to be a new disaster for a number of causes.  Even Ace finds himself out of Todas las Vegas after the casinos are just about all blown up, struggling to find a approach to get in power.  He makes a decision instead to completely focus on his previous illicit activities associated with gambling and loansharking, which he really does with the mob outside of Las  vegas.  When \"Casino\" initial starts out she is very happy in addition to successful in the woman career as a new hustler\" \"inside Las Vegas.</p><ul><li>To guard Rosenthal from all those hostile to this particular success, the companies decided to bolster his security. </li><li>In film production company, Ginger is portrayed as a gorgeous and troubled personality who struggles together with addiction, reflecting Geri McGee’s real-life battles with drugs and a tragic conclusion. </li><li>Sam\'s personal life is shattered by Ginger\'s actions, while Nicky\'s disloyalty threatens the particular very first step toward the particular casino operation. </li><li>It might not have recently been showered in Oscar nominations, but Ocean\'s Eleven is without a doubt the particular most famous heist movie of our age. </li><li>He determines instead to concentrate on his earlier illicit activities of gambling and loansharking, which he will with the mafia outside of Las vegas. </li></ul><p>Despite her preliminary reservations about dedication, they eventually get married to and have a little girl named Amy, observing a significant turning point in Sam\'s personalized life.  Webb retaliates against Sam, triggering trouble along with his on line casino license, while hidden motives to sully Sam’s reputation unfold.  Undeterred, Sam takes to television to be able to accuse the area govt of corruption, attracting the ire regarding the mob bosses, who urge your pet to step backside.  Instead, he features his troubles in order to Nicky’s reckless activities, that leads to the explosive confrontation in between the two in the desert.  As many of us mark the 30th anniversary of On line casino, its legacy puts up with as both a cautionary tale and also a celebration of typically the gambling world’s intrigue.</p>','Casino Described: The Real Story At The Rear Of Scorseses Movie','','inherit','closed','closed','','271-revision-v1','','','2025-10-07 14:49:01','2025-10-07 07:49:01','',271,'https://lion288slot.com/?p=272',0,'revision','',0),
(273,1,'2025-10-07 14:49:09','2025-10-07 07:49:09','<meta name=\"description\" content=\"Martin Scorsese\'s 1995 film \"Casino\" is 1 of the almost all epic gangster films ever made. \"/><h1>Casino 95 Movie Summary, Finishing Explained & Themes</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Casino Rewards In Canada Today</a></li><li><a href=\"#toc-1\">Casino Characters</a></li><li><a href=\"#toc-2\">Memorable Scenes Plus Quotes</a></li><li><a href=\"#toc-3\">Director’s Other Movies</a></li><li><a href=\"#toc-4\">While The Tangiers Is Fictional, Recording Took Place From An Actual Las Vegas Casino</a></li><li><a href=\"#toc-5\">Behind The Scenes Insights</a></li><li><a href=\"#toc-6\">Robert De Niro Acknowledged As Playing </a></li><li><a href=\"#toc-7\">The Card Table (</a></li><li><a href=\"#toc-8\">Facts About Martin Scorsese’s ’90s Classic ‘casino’ That Might Big Surprise You</a></li><li><a href=\"#toc-9\">Robert Para Niro, An Icon Of The Modern Hollywood Crime Motion Picture </a></li><li><a href=\"#toc-10\">The Ending Shows You Cannot Find Any Way Out And About Of The Mafia Alive</a></li><li><a href=\"#toc-11\">I Enjoyed This Greater Than \"goodfellas\" </a></li><li><a href=\"#toc-12\">The Film Mirrored Reality</a></li><li><a href=\"#toc-13\">Sam Ace Rothstein Survives Out Of Pure Luck</a></li><li><a href=\"#toc-14\">Even Though The Strategy Is Pure, The Storytelling Seems Half-baked Plus Uninterested In On Its Own </a></li><li><a href=\"#toc-15\">Alternate Endings And Deleted Scenes</a></li><li><a href=\"#toc-16\">Ace Never Overcomes His Past</a></li><li><a href=\"#toc-17\">Filming & Production</a></li><li><a href=\"#toc-18\">This City Will Never Be The Same</a></li><li><a href=\"#toc-19\">Casino (hbo)</a></li><li><a href=\"#toc-20\">The Tangiers Casino</a></li><li><a href=\"#toc-21\">The Scorsese Spell </a></li><li><a href=\"#toc-22\">Movie Ending</a></li><li><a href=\"#toc-23\">A Can\'t-miss Story No Subject How Told</a></li><li><a href=\"#toc-24\">What Scorsese Film Ranks Highest About Imdb? </a></li><li><a href=\"#toc-29\">Typically Fantastic Scorcese Film</a></li><li><a href=\"#toc-30\">Brilliant Acting Exceptional Story Based Upon Events That Occurred In True To Life </a></li><li><a href=\"#toc-33\">Another Scorsese Classic</a></li><li><a href=\"#toc-34\">The Perfect Image Of Las Las Vegas Early Days </a></li></ul></div><p>By this time, Spilotro’s and Rosenthal’s relationship had switched from friendly to be able to decidedly hostile.  Casino is definitely an epic criminal offense drama that goes into themes of power, greed, betrayal, as well as the complex procedures of mob-controlled casinos.  Casino ends using Ace Rothstein directly surviving an attempt on his life and relocating in order to San Diego, continuous his work within gambling.  The movie concludes with _ design reflecting within the modification of Las Vegas\" \"by mob-run operations in order to corporate-controlled casinos, tagging the end regarding an era.  Casino concludes with Ace reflecting on the rise and even fall of the Tangiers Casino.  Ace survives an assassination effort and relocates to San Diego, where he continues his profession in sports bets.</p><p>As Sam\'s casino operations confront mounting pressure, Ginger\'s behavior spirals out of control due to substance abuse.  Her rekindled ties with Nicky further complicate concerns as they\" \"system to gain control over their connected fortunes.  In “Casino, ” Nicky Santoro is portrayed as a violent in addition to volatile character, mirroring Tony Spilotro’s popularity for brutal methods and his greatest demise.</p><h2 id=\"toc-0\">Casino Rewards In Nova Scotia Today</h2><p>It likewise features legendary shows by Robert De Niro, Don Rickles, and Joe Pesci — in one of his last functions.  James Woods furthermore stars like a sneaky con man in one of his best performances.  Ocean\'s Eleven is the particular ultimate heist film, and it just and so happens to\" \"occur in a casino!  That\'s pretty smart if you consider this, with casinos keeping as much funds as a bank possibly does, but in addition louder, busier, and even easier to slip through undetected.  After being robbed with a sore card loser, Bill Denny (played by George Segal) and Charlie Marine environments (played by Elliott Gould) bond above their mutual, dangerous love of gambling.  In Croupier, Robert Hodges gives us all a neo-noir take on gambling from the other side associated with the casino—one in which Jack Manfred (played by Clive Owen) is a dealer rather as compared to a gambler <a href=\"https://mostbet1bd.com/\">mostbet login</a>.</p><ul><li>While Sharon Stone’s lavish dresses and certainly fabulous outfits were a big component of the particular this kind of film so great, that they didn’t come without their own set of issues. </li><li>Eric Stoner (played by Dorrie McQueen), also acknowledged as The Cincinnati ohio Kid, is the\" \"younger, cocky, and eager-to-card-duel newbie on the block who\'s about to die to try the luck against typically the master. </li><li>It’s not so much a story about individuals as that is about typically the time make within which they’re entangled. </li><li>“Casino” is a new work of hype that draws greatly in the rich tapestry of Las Vegas history and the particular characters who formed it. </li><li>Nance had previously recently been the head involving the skimming procedure inside the Tangiers, and he fled to Costa Natural pursuing the FBI\'s exploration of the casino. </li></ul><p>the opinions and views shared by our viewers within our comment areas.  Our comments area is a place 					where readers can engage within healthy, productive, energetic, and respectful discussion posts.</p><h3 id=\"toc-1\">Casino Characters</h3><p>Jessica Chastain delivered among the best, most dynamic woman performances of the year as she demonstrated how one lady stood to the most powerful men on earth without flinching.  John Dahl\'s crime-drama narrates the thrill plus addiction of playing from Mike\'s stage of view, whether or not it just appears like lots of men sitting in regards to stand for hours on end.  Directors Anna Boden and Ryan Fleck take us just about all through the South, coming from Memphis to Mississippi, since they piece jointly bits, blues, and even bumbling characters.  Mississippi Grind probably slipped under your radar, but all critics can agree it\'s a hidden jewel.  A mugging, a new horse race, some sort of game of Texas Hold \'Em, plus a few slots later, and the particular two end upward in the strong.  Gambling can end up being an intense, life-destroying addiction that\'s since far from humorous as it receives.</p><ul><li>Ocean\'s Eleven is the ultimate heist movie, plus it just and so happens to\" \"take place in a casino! </li><li>Rosenthal handled several casinos regarding the Chicago Attire, including the Stardust and the Finca. </li><li>High rollers are treated such as royalty, with magnificent accommodations, endless advantages, and personalized service. </li><li>At a single point in typically the film, Ginger will be seen rocking the embellished gold wedding dress, which the celebrity revealed “weighed concerning 35 pounds” within an interview with Gain access to Hollywood. </li></ul><p>However, each character\'s selfishness eventually gets the best of them, causing the entire house of cards in order to completely collapse throughout a massive bloodbath.  In the end, the mob loses control over Las Vegas, irreparably changing the particular town forever.  Martin Scorsese\'s 1995 film \"Casino\" is one particular of the most epic gangster videos ever made.  It was immediately selected for a number of awards upon its release, and even actress Sharon Stone won a Golden Globe for your ex performance <a href=\"https://mostbet1bd.com/app/\">mostbet app download</a>.</p><h2 id=\"toc-2\">Memorable Scenes And Quotes</h2><p>The age of mafia prominence over Las Vegas casinos, which fascinated an incredible number of tourists, formally ended.  A extensive police operation, culminating inside the so-called Procedure Pendorf, sought to be able to prove once and even for all the connections between lawbreaker organizations, casinos, and even state-run companies.  The primary target regarding the police exploration was Allen Dorfman, who in Gambling establishment became the character Andy Stone.  Casino presents a gripping in addition to detailed exploration associated with the lining workings regarding mob-controlled casinos, offering\" \"strong performances, particularly simply by Robert De Niro, Sharon Stone, and Joe Pesci.</p><ul><li>It’s worth observing that Rosenthal’s career in Vegas performed meet a considerably less dramatic ending than Ace’s destiny in the movie. </li><li>Part of this kind of is a result of nostalgia for what is long gone (as in Goodfellas), yet it’s also mainly because Scorsese, through Rothstein, subtly questions what happened to Las Vegas after this attack. </li><li>Philip Baker Area, John C. Reilly, Gwyneth Paltrow, Philip Seymour Hoffman, and Samuel L. Knutson comprise the impressive cast in this premiere indie movie. </li><li>First For Ladies is not going to endorse</li><li>Eventually, the empire Mike worked very hard to establish crumbles as law enforcement shuts in on their particular illicit activities. </li></ul><p>He reflects on the cyclical nature of life along with the emotional scars left after dropping everything he developed.  As law adjustment tightens its noose around the mafia, Nicky meets some sort of violent fate at the hands of his former allies, leaving Sam to be able to grapple with the fallout.  This celebration underscores the shifty landscape of their particular criminal world.  Sam meets Ginger McKenna, a beautiful hustler, and\" \"gets infatuated with the woman.</p><h3 id=\"toc-3\">Director’s Other Movies</h3><p>As you might accumulate, The Counter isn\'t really about wagering in any way.  Plus, obtain coverage of the world\'s biggest stories with our CNN Max live news feed.  In the early-1970s Vegas, low-level mobster Mike \"Ace\" Rothstein (Robert De Niro) becomes tapped by the bosses to brain the Tangiers Casino.  While Cape Worry (1991) didn’t obtain such unanimous compliment, it nonetheless solidified Scorsese’s already powerful reputation, which wasn’t even dented by the lukewarm party of The Regarding Innocence.  After that, it was moment to go back to typically the gangster underworld, in addition to Scorsese directed Online casino.  In conjunction with filming in an actual casino with actual casino-goers present, real pit bosses plus dealers were used in the movie when possible.</p><p>In Rounders, Matt Damon stars as being a card-player-turned-law-student who\'s trying to set his poker days and nights behind him, yet that proves practically impossible when Worm tornadoes back straight into his life.  Here are my recommendations for top movies regarding gambling that record the thrills plus falls that come with the terrain.  Savings are structured on the price of the yearly plan compensated upfront compared to the monthly plan paid more than 12 months.  Ads served on select live and thready content on Regular and Premium Ideas.  First For Women is not going to endorse</p><h3 id=\"toc-4\">While The Tangiers Is Fictional, Recording Took Place From An Actual Todas Las Vegas Casino</h3><p>However, when they made an appearance in public the particular officials disavowed virtually any relationship.  They have been happy to work along with him initially mainly because he ran the particular casino and they had connections together with the mob bosses, but in the end they could by no means acknowledge that relationship due to its shady significance.  Following Stone\'s death, an allergy of ex - mobsters connected using the casino are usually murdered by henchmen.</p><p>After he overhears Turmeric talking on the particular phone about eradicating him, he kicks her out regarding the house, but soon relents.  Ginger then approaches Nicky for help throughout getting her valuables off their shared burial container within the bank, in addition to the two start off an affair.  Sam discovers this following finding Amy tied to her bed simply by Ginger, who will be with Nicky in his restaurant.  A furious and consumed Ginger crashes the woman car into Sam\'s driveway, making a new scene and retrieves the key with their deposit box following distracting the participating in police.  Though your woman succeeds in getting her share with the money from the particular bank, she will be arrested by F as a materials witness.</p><h2 id=\"toc-5\">Behind The Scenes Insights</h2><p>In 1977, Frank Rosenthal indeed launched a TV show showing call him by his name, where he or she acted because the sponsor.  These efforts were likely aimed at enhancing his public image and distancing himself from Spilotro’s routines.  Ichikawa, Kashiwagi played out high-stakes games, which usually eventually resulted in his bankruptcy and big credit card debt.</p><ul><li>These recommendations are handpicked based on story depth, thematic resonance, and spoiler-worthy moments — best for fans who else crave a lot of same intrigue. </li><li>Trying to recover the small losses comes to an end up costing all of them everything, as they ultimately lose manage of the profitable\" \"Tangiers and Las Vegas. </li><li>Yet, whilst continuing to consider and exert their power over the metropolis, he soon begins to run afoul of both his friend and partner, Sam \"Ace\" Rothstein as well as the mob employers back home throughout Chicago. </li><li>Both males faced similar challenges, including dealing with the particular Nevada Gaming Control Board’s relentless overview. </li></ul><p>If this motion picture is viewed simply as a crapule variation on the particular 1990 movie, it deserves another chance.  Sam “Ace” Rothstein (Robert De Niro) is a wagering expert chosen by Chicago mob to run the Tangiers Casino in Las Vegas.  With his meticulous management style, Expert quickly turns typically the Tangiers into a highly profitable operation.  However, Ace’s procedures and his insistence on maintaining\" \"manage create tensions with all the mob bosses which appointed him.  Ginger is a engaging hustler who gets intertwined with Sam\'s life and subsequently complicates his personalized world.</p><h2 id=\"toc-6\">Robert De Niro Awarded As Playing </h2><p>Nicky is definitely a volatile enforcer and Sam\'s the child years friend, whose careless behavior ultimately turns him from your asset into a responsibility.  His aggressive strategies and disregard for mob rules generate tension and danger, illustrating the destructive nature of unchecked ambition and dedication to the mafia.  Ginger ultimately succumbs to a drug overdose amidst the turmoil, marking a devastating personal loss with regard to Sam.  In a ruthless twist, typically the mob also moves to eliminate anyone who might testify against them, sealing the fate with their criminal operations.  Sam \"Ace\" Rothstein is definitely appointed to manage the Tangiers Casino in Las Las vegas by mob family members from the Midwest.</p><ul><li>Sam convinces the woman to go back with Amy, then scolds your ex for stealing the money and kidnapping their daughter. </li><li>The era associated with Rothstein and Spilotro is long gone; the era of the Wolf of Wall Street has started. </li><li>Maybe since I just held him in such extraordinary high consider and it was the particular pinnacle of the the kiss moment to me. </li><li>Today, online casinos canada offer loyalty plans that mirror typically the high-roller experience in the virtual format. </li><li>At this kind of point, the mafia has lost power over the Tangiers along with other casinos in Las Vegas after the FBI investigation. </li></ul><p>As it turns out, gambling and crapule go hand-in-hand, and for this Scorsese film, it\'s the Manhattan Outfit that serves as the focal criminal offenses unit.  Hard Eight is a polished, expertly paced offense flick that started life as the 1993 video clip named Cigarettes &amp; Espresso.  Philip Baker Corridor, John C. Reilly, Gwyneth Paltrow, Philip Seymour Hoffman, and Samuel L. Jackson comprise the remarkable cast for this debut indie movie.  A nickname like \"Worm\" is itself some sort of red flag for a person, and it\'s made even more serious when that person has served period.  Played by Edward cullen Norton, Worm is definitely one of these characters whom you hate to really like, as his gambling habits tear Mike\'s world inside a subject of days.  In a sense, Bill is\" \"wasting his days within sort of remainder, provided that his former life was put in within a military jail.</p><h3 id=\"toc-7\">The Card Countertop (</h3><p>Nicky’s violent actions and Ginger’s betrayal additional destabilize the case.  The combined pressures regarding law enforcement, inside betrayals, and individual conflicts lead to the eventual fall of the casino’s empire.  The motion picture explores the  traditional backdrop of Las Vegas during the 1970s and 1980s whenever organized crime greatly influenced the gambling establishment industry.  This period of time was characterized simply by a burgeoning betting culture punctuated simply by crime, corruption, and a golden associated with mob-run establishments ahead of law enforcement tightened its grip.  Before diving into the characters, it’s essential to understand typically the historical context in which “Casino” is definitely set.  The 1972s saw the increase of corporate impact in the casino industry, gradually driving your influence involving organized crime.</p><ul><li>In a important closing narrative, a great older Sam detects himself in San Diego, revisiting their roots as some sort of sports handicapper. </li><li>The primary target involving the police investigation was Allen Dorfman, who in On line casino became the character Andy Stone. </li><li>Its depiction of the casino world has influenced numerous films, TV displays, and games. </li><li>Scorsese tells his story with the energy plus pacing he’s well-known for, and with loads of little information that feel only right. </li><li>Played by Edward Norton, Worm is one of all those characters whom an individual hate to love, as his gambling habits tear Mike\'s world inside a subject of days. </li></ul><p>His extreme behavior gets your pet blacklisted from casinos, which creates even more complications for Sam’s already precarious condition.  Ignoring the mob’s rules, Nicky starts off executing unauthorized shakedowns and burglaries, which often undeniably upsets the balance of their own operation.  The bloodthirsty relationship between hitman Nicky Santoro plus casino manager Sam \"Ace\" Rothstein finishes up bringing about each of their downsides.  In turn, Nicky finds himself gradually losing the favour of the Midwest bosses over his antics towards Advisor, and is at some point murdered on typically the bosses\' orders following trying to vehicle bomb Ace.  Joe Pesci played one of the most brutal and psychopathic characters in \"Casino\"\" \"as tough guy Nicky Santoro.  Throughout the particular film, he has people physically attacked and murdered, and even in one involving the most popular (and grotesque) views in the motion picture, he tortures a new man to dying with a counter vise.</p><h2 id=\"toc-8\">Facts About Martin Scorsese’s ’90s Classic ‘casino’ That Might Big Surprise You</h2><p>It seemed to be a moment of extreme riches and excess, along with casino profits increasing to unprecedented heights.  Sam Rothstein is definitely tasked with operating the Tangiers online casino with unparalleled effectiveness, turning it in to a cash machine for the mafia.  However, his accomplishment is\" \"outweighed by the capricious chaos brought simply by his love for Ginger plus the damaging tendencies of his childhood friend Nicky.</p><ul><li>In their very own place, new internet casinos and attractions are shown being created, such as the Mirage plus the massive volcano near its entry. </li><li>It\'s worth questioning how her life may well have turned away if she got not married Ace. </li><li>Following the drop of the mob, the vibrant atmosphere of Las Vegas morphs directly into a soulless panorama dominated by business interests. </li><li>This daring move only alienates him from typically the mob bosses, which pressure him to be able to reconsider his methods amidst concerns for their shared interests. </li></ul><p>Sam meets in addition to falls in\" \"enjoy with a hustler and former prostitute, Ginger McKenna (Sharon Stone).  Meanwhile, Mike makes an adversary in county office Pat Webb (L. Q. Jones) with regard to firing his brother-in-law Don Ward (John Bloom) for inefficiencies.  When Sam refuses to reinstate your pet, Webb pulls Sam\'s license from the backlog, forcing him in order to face a hearing for his gaming license while privately arranging for typically the board to deny Sam.  Sam blames the incident about Nicky\'s recklessness and even the two argue furiously in the wilderness after Sam tries to tell Nicky to leave Las Vegas.  Ace’s childhood friend, Nicky Santoro (Joe Pesci), arrives within Las Vegas in order to protect Ace and the casino’s pursuits.  Nicky’s violent and erratic behavior shortly draws unwanted attention, complicating Ace’s efforts to maintain a new low profile.</p><h3 id=\"toc-9\">Robert Sobre Niro, An Star Of The Modern Day Hollywood Crime Movie </h3><p>Sam \"Ace\" Rothstein is heard communicating, and he laments the loss involving\" \"mob control and their substitution for businesses who finance the particular casinos through typically the use of \"junk bonds. \" Throughout \"Casino, \" Sam \"Ace\" Rothstein is pictured as a possible incredibly intelligent and talented particular person.  He is acknowledged to excel as being an adept gambler in addition to sports bettor, at which he is and so smart and trustworthy he can ingratiate himself at the highest levels of the Manhattan mafia.  The employers send him in order to Las Vegas to run their operation right now there, and they also send Nicky Santoro as protection regarding him.  But issues break down between Nicky and _ design over Nicky\'s outstanding use of assault and Ace\'s penchant for attention.  Of course, being a Scorsese and De Niro movie, you know there\'s going to be some serious crapule undertones.</p><ul><li>Ginger is deeply disappointed in her life with Ace, because she never really loves him plus relates to despise him or her. </li><li>The film offers a glance in a bygone age when organized criminal offense and corporate interests clashed for control involving the city’s profitable casino industry. </li><li>The era of mafia dominance over Las Vegas casinos, which fascinated countless tourists, officially came to an end. </li><li>While it\'s unclear exactly exactly what charges the companies are facing, it\'s related to typically the illegal manipulation of the Teamsters pension finance that got the particular Tangiers built in the first place. </li><li>The FBI detects out about the particular mob\'s scheme by means of an unrelated wiretap on Artie Piscano, which eventually discloses the faulty base of the whole Tangiers casino. </li><li>The corporations build brand new and gaudier destinations, which Sam laments are not the same as when the mafia was inside control. </li></ul><p>“It was the actor which i adored the most and my whole career was like, We just wanna end up being able to stay throughout the table by Robert De Niro and hold the own.  Maybe due to the fact I just held him in this kind of extraordinary high regard plus it was typically the pinnacle of the getting moment personally.  There was a lot connected to it, yet I was only so madly within love with him or her as an presenter to start with that this individual probably may have struck me within the mind with a hammer and I would likely have been like ‘Oh, yeah!  The film’s score has been composed by a mixture of popular music from the time and original arrangement by Scorsese’s repeated collaborator Robbie Robertson.</p><h3 id=\"toc-10\">The Ending Shows There Is Absolutely No Way Away Of The Mafia Alive</h3><p>\"Matn Scorsese’s 1995 crime drama film “Casino” is a cinematic masterpiece that goes into the gritty underworld of Las Vegas casinos.  Set throughout the 1970s and even early 1980s, typically the movie portrays the turbulent period throughout Las Vegas historical past when organized criminal offense had a considerable influence on the city’s casino businesses.  While “Casino” is a compelling story filled with unforgettable characters and dramatic moments, it’s essential to separate the particular fictional elements plus the real situations and individuals that inspired the account.</p><ul><li>The mastery with which Scorsese handles typically the narrative is simply dazzling. </li><li>Ginger represents the allure and danger of the online casino life, embodying each beauty and misfortune. </li><li>In a harrowing turn, Sam narrowly escapes death coming from a hit a brick wall assassination attempt, simply to learn of which Nicky has attained a violent conclusion at the fingers of his past allies. </li></ul><p>Nicky and his brother are completely murdered with the mafia for their insubordination.  The film stops with Ace lamenting the end regarding the era when the mob handled Las Vegas, substituted by corporate hobbies.  As the FBI begins to investigate the casino’s operations, Ace’s relationship with typically the mob deteriorates.</p><h2 id=\"toc-11\">I Enjoyed This Greater Than \"goodfellas\" </h2><p>The 1995 Martin Scorsese typical Casino depicted the glitz, glamour and black underbelly of 1971s era Las Vegas.  In addition to some sort of gripping plot and even expertly laid out and about storyline brought to be able to life by Artist greats like Robert De Niro, Sharon Stone and Paul Pesci, the establishing, costumes and focus on detail make this one for the particular books.  Stone received an Oscar jerk for her portrayal of the capricious Ginger, but typically the ensemble as you is usually what made this particular film so fantastic.  Betrayal runs deep within personal in addition to professional relationships in the narrative.</p><ul><li>While generally there are indeed numerous similarities between your 2 films, such as the same actors, a deeper reflection reveals important differences which make virtually any accusations of self-plagiarism baseless. </li><li>Scorsese’s engagement with history doesn’t stop along with the main plotline of Casino. </li><li>Even Ace discovers himself from Las Vegas after typically the casinos are all blown up, struggling to find a approach to get back power. </li><li>Stone obtained an Oscar nod for her portrayal of the capricious Ginger, but the particular ensemble as one is usually what made this particular film so fantastic. </li></ul><p>It’s highly likely that these bills led to his murder in 1992 by members associated with the Japanese Yakuza.  It’s hard to discuss about Las Vegas inside the context regarding Casino because the story told simply by Scorsese\" \"provides a certain poetry.  The mastery with which usually Scorsese handles typically the narrative is simply dazzling.</p><h2 id=\"toc-12\">The Movie Mirrored Reality</h2><p>The film thoroughly portrays how loyalty—to the casino, the mob, or individual relationships—is constantly tested in an environment driven by money and power.  Piscano dies of a heart attack upon viewing federal agents discover his notebook.  Sam himself is practically killed in a auto bomb, and suspects Nicky was at the rear of it.  A season after the gang’s dismantling, Rosenthal’s automobile exploded in Todas las Vegas.  He made it through thanks to typically the fact that a number of months earlier, he had purchased a Cadillac Eldorado, which, to enhance its geometry, had been factory-fitted with a new thick metal platter within the chassis.</p><p>It portrays how aspirations can drive visitors to both greatness in addition to downfall.  Get in depth profiles with their roles, arcs, plus key relationships discussed.  Following the drop in the mob, the vibrant atmosphere regarding Las Vegas morphs into a soulless panorama dominated by corporate interests.</p><h3 id=\"toc-13\">Sam Ace Rothstein Survives Out Of Absolute Luck</h3><p>Upset over getting stolen from, the mob bosses put Artie Piscano in charge to cease the theft, yet he turns out there to be a new disaster for a number of causes.  Even Ace finds himself out of Todas las Vegas after the casinos are just about all blown up, struggling to find a approach to get in power.  He makes a decision instead to completely focus on his previous illicit activities associated with gambling and loansharking, which he really does with the mob outside of Las  vegas.  When \"Casino\" initial starts out she is very happy in addition to successful in the woman career as a new hustler\" \"inside Las Vegas.</p><ul><li>To guard Rosenthal from all those hostile to this particular success, the companies decided to bolster his security. </li><li>In film production company, Ginger is portrayed as a gorgeous and troubled personality who struggles together with addiction, reflecting Geri McGee’s real-life battles with drugs and a tragic conclusion. </li><li>Sam\'s personal life is shattered by Ginger\'s actions, while Nicky\'s disloyalty threatens the particular very first step toward the particular casino operation. </li><li>It might not have recently been showered in Oscar nominations, but Ocean\'s Eleven is without a doubt the particular most famous heist movie of our age. </li><li>He determines instead to concentrate on his earlier illicit activities of gambling and loansharking, which he will with the mafia outside of Las vegas. </li></ul><p>Despite her preliminary reservations about dedication, they eventually get married to and have a little girl named Amy, observing a significant turning point in Sam\'s personalized life.  Webb retaliates against Sam, triggering trouble along with his on line casino license, while hidden motives to sully Sam’s reputation unfold.  Undeterred, Sam takes to television to be able to accuse the area govt of corruption, attracting the ire regarding the mob bosses, who urge your pet to step backside.  Instead, he features his troubles in order to Nicky’s reckless activities, that leads to the explosive confrontation in between the two in the desert.  As many of us mark the 30th anniversary of On line casino, its legacy puts up with as both a cautionary tale and also a celebration of typically the gambling world’s intrigue.</p>','Casino Described: The Real Story At The Rear Of Scorseses Movie','','inherit','closed','closed','','271-autosave-v1','','','2025-10-07 14:49:09','2025-10-07 07:49:09','',271,'https://lion288slot.com/?p=273',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(274,0,'2025-10-08 04:05:21','2025-10-07 21:05:21','[{\"term_slug\":\"6e926e99c95cf363c495975d2995f84f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"78dd4d7bebdba8caab9e2ff853b2e7f3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc.i-amphtml-embedded\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bc368a0d8e4c8dc126d5f2d9d376b2d4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"32cbcdc5dfac231079dd911df24735d3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"796859c545b2b8bbc78aaf45428a856a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6c341bfced358c62f6d0507cb02c595c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f74dd261c0bbb601c9c2bebac91866cc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed-legacy>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1103860b579a837033c4baa2578d2cde\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05632efcdb03f348543a908bd58b5208\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d966a13a6b153c2af02d7685435e2191\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7c10c9a7a5da21835a8316b5d7e21491\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b6bd38549de6e60687ba6ef004148ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f49c84f57dc012e17cba9a783b3230c9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b569efb19a9b26f5c0b63aa5ccb6f98\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"98f7f952cdf89436d1fe8bfef9cd1dff\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef16232cb7c2b455dd95878bfef36ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"967f2883d59e1961f74302d034e20363\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper.i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"74cfdfb0b90c5a30a15f515ec5793db1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a15e44da56c1bf79870abe5023b84a95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-action]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d16f8f1a8797a2fe257afdf7e0770c55\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-section]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e1339dfd5ce836fb59343ea2280744a2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e304f4ec3f6df028a03c5a319927aec1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-story .i-amphtml-loader-background\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"90d71052e4e57147bf5c7b77a4474890\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-autocomplete-results\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"4968113fe0bf02feb08d10681aacb08a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c7043094426cc546f37b75044b4c03\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-blurry-placeholder\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ab11958d7828e129dfcc6dacfa6538f6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=nodisplay]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7a56a2da869de0147a3128ae03b6a7ce\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"06e2f1baa02202f8b6e64ae762b52e31\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed][width][height]:not(.i-amphtml-layout-fixed)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"abb7edd7244e18c2bcf1206bc5c2f63b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-responsive\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbb02f9cbe1032d8273f84e1763271ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=responsive][width][height]:not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"02be1b3c96a02bb5618ee00f49035114\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c24de44529a455723b7f5ecfb325e0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"424e38f6208529dda0deca9b5761551b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cf235538b0e34806687ec3e05217f3d7\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c994637899b3260f3b08af60acd30b7e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic .i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"62bbfff47a671421852c730e6e75c52c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-intrinsic-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7956acf2a344f92b5c1d642d96009eba\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"85f1a444eefbab93f26482896ef0517d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed-height\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3763c1d45150b1bb670dcf26f6970f95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"369be1b254f130414b0198b186e5c8e9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"597c7a1cda0081db7abf51f1fff65200\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill.i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7eced3df1f3c799a47532b24d3ae213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fill]:not(.i-amphtml-layout-fill)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0ebb421eab88295615fc41dedf317e93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-flex-item\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac7607581d0bf919bad773c14c4e7f71\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=flex-item]:not(.i-amphtml-layout-flex-item)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cc6617893416bac6381cfe9f2610fa8d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fluid\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05b03d0f41d6c796546f040d56472ad2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"211f493cfc36aa016bbd1cabeedc95b5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-awaiting-size\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"163cff4c70bc46f71881b3e7e66d46a6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1c1a75a4d87a6e5a4195d81919e7df57\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer.i-amphtml-disable-ar\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1bf411fe0f9d7bcf0de1ee9a82af86f8\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"704c2c3a7fab806172501bb0c68b6521\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined .i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ed3a6dc59f746d84ee645c7d70433516\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-replaced-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"851e321f225a5e780c69c1093c4fa080\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3b05a628fc5434156f1011e17f61cfc0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0810e2f827a96c5d28f4a097adf7c065\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"877f1688632ddcb840fcc05b782bfef5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"67ad44335dfff37be43caf4b3ea9055e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-unresolved\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"458cc5f045ce35dfc6b0299062b0487c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-select-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b1461c0ec91cc0e50413fcc3df42893\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a79d184c4bf2c1ac6bdb8b0e03fcbed5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0a26ecf71f42183d674b37f23a3b5f76\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0991ec0e12d22ff55065ce8e97602a6c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1a21b76af7f00d9e2a1d87ea823fc85c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"963b1d5a1619a8e07bd1801383df5fa0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e3127efb582e232b19e444f59b9e3d0b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8c5c0526583da8fd3120c40c995b5f65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"249e96497ba86b7690a59ac6fce8eb65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8eeb3fbf4ea07ba9ef69ad542775dfe1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ffba64de2949b671984b2dc743d51a96\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"509454f95506892bd6c5af346f1b2213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-ghost\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c582270ca7786dd0383fd758b94745cb\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"459a208a950bd2aa1532a3740d8fb094\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5f37837a4a2efd583dc3aaf2f7b3d02f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac2ac0f42aff860bcf2167fd5d01a24e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e8088c8e910743a15e0914acc7bf6e6e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f597934953747370cf60ed592724c062\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1f2047116156cb77916c13f5940f80ac\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element:not(.amp-notsupported)>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"add339ec65b68502249bfa77ca6e7956\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"efa7e3ef4c6af1f35e0cc3157a434732\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1cab7b841eb94d415c495c4e963fd93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a0cd33acd45ade5cdb7b101eec489685\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0a007a258e63e30610eedaf4166cd44\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8a5a9a51902eba28aba28f3dc5d63314\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7627de0161e40639a3284a9da3f07244\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-hidden-by-media-query\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d9b23ae0d737d0ce55e8942c72473c2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86126f5d472d40586dc65e040fe2e388\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error:before\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a2db1da3fca457f573c8f946d2626f15\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9d8399c965095d9dd0683dca6b17cb2a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container.amp-active\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"15a888e79f5e1e182758333e8aed8349\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"207559750b0f3bd71acd406b5d1fe85f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>.i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"931fc2a18a45ccf3690af57d90552e1d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b14ca3eea5c95c289e619458db2381c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6226542c6d4da8e2219b7d1dfab332dc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bd54f11dad81cb6c72d924322908d6d9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow].amp-visible\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8dfc48bb6b9b6286d08e9ddf113eeec6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>amp-analytics\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"100a03e0c840b67977bf9c5decf711fe\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6bf733ed6d30bbd71a9eb5826db12fb4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f83e0253d1d4a0a6a85fd05e763475d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9033f7038081256941379863aae103c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"76433cca2e00a68400373d60cf6f0513\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"62860cb1664e9a052e19f2c545c91c4e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"dcd77f2a6f9f9522e1c5d024186255b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b1ceaa16b0df0f5570ef697609873a03\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3d1578a216bc1f57982436962e7e22d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2ae859ca84bafdf81ddf4108f0f232c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5afa01d22f93dcac5d576ce8bd45077b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3ae64f8e3434e063ffe2801fae615931\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f4e69dbd0d8b48e89d38cb925763e3af\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"588b3e45124d098cb6ef84e7a2a2509a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"63cce02d8c29d0337c989afceaa35a32\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"276cf4eb810de7ce63a2c1032329dc3a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a623af3ecbf5280833e8a65944f6021\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"458c75ece7c3149e05af34e3ce13c76e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0b766511de69da49106546f306e83146\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a521746ec6d166a090c86b115d7a9688\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"39fd6b74c9b4addb2562963f23398dad\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ad082713c5e670893d13526536657b2f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"364a955c675a53398eac5ee4f0967bb4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8f154de0abb014521a8329e9b84963da\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f1c9a63cd2edd37284437774f936ecd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e75555d2e56ff66818510362a844520d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7120a09543cf3b1cca4962415cbff6c0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a483af5fe86e35a9d69e48d2993f6334\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6edacc102ae8a1e31ddc2991ddce6bf2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d39c0df624d09a5c792287e0f51f227\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"59904f207b6dff062b67872b17f7d4dd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"24837ef6bc65a728a01ee4ab44d5b7e5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"802c1720b6074c5e946f4bdc737159bf\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3dc4319f60b4f4ef16fbf8b79a7e4e16\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7b3244efc84e471f4602005024a8a8ff\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f26da11175246dcc7856dd580526c6fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d449ba8f544f21b44c50c472fed4c49f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6d87618514cbe83eba3a5d44afefe9b2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ac9b1134ce514acbef0f3ed832a22621\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9fdc47bfd9582932ee50adf76bc658d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f7f66c19c08db7f71ac4c3b3592ef49\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7f4351c83771c7ca79e45c7880ab4fb9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7d7a8b08ab6cf9f727bd619e503002d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"207153a6d40925603f4a5367794d0109\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"339287f0a393a42ab87ba8689d0e0998\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"44493061bad042ac4ba67ea55f3eb524\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"eb4b318bd9844d1d89a58a46cc5d15cb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"509392f7772bd0608c5fd44a2e494e0a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"332a8e1938e1247c7bfefb180295c8ed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2bd0a89b6e66870cda5f44dfb5bf6ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a83705b718e3abe8610ba6052bf4612c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2449eea9b4ded25bd9ca53a6a33d624c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aeb7d593fee7b735eaff4fd1b27f2d6\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d076791fa344cbb016d3c8b31e5d8a2a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b6af6f71478f43b01f35484551e32945\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"72516e825dc365b1408d36e9c8bc8253\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1cedeb8d3685d736ad04df719bb1d660\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2c677e199534ea996f0fba9bef425ca\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9275ad111ebfa32170791c9b38d87878\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d84eff10f8c6acb764406d5d24447c80\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"67d7e6ac48eed2646ea9316e51e283f1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"820fb7030dbe44f0e5c3c6d203e371f4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7dff93b5c05cc46f2425c8d42d2f6c3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca676852e573e74a1978c177f7150085\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"83ea3f15cc9167b42e0fcec04724b054\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43ee0ffac52a6b0d4bad67b8b1d3bf87\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d79a76b650d973e81c7b34960767ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca1d14259a252803ebfaf57353503759\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6ce7160f4727622b2c86edcc891230e9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4ca8b24c405f053b5bbf36ebafd0ed5e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5c4c552d0f86271fafb6722cc567bfb3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2994859cf57076f43fb88c78280badc\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7d3ee3196bd84b5ec362be9b794c77fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7938e2bf4ebde18e29dd2a934f29df61\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fc3209ef55292b86a63692a7144e979c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"aba801beb8f1700360e8a73cdd02e3e1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4027486a3b922db649366a6445ae906c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43c47de6f7f64a3d1806ab528e57b1fb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1c619d5e444706fe81f0edc8117e194d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3b06a40158ec720c60aedcab7b0bbd0c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aa893f7cd897480267eb6ce1a1136c4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"28737599554d0339f3f7fe7e95b5a748\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d073289ac37ccdd33a71b6e70808a922\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8a42efe8e2f20709f539920fb178e627\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f463cae494b511a99d1609b664719f2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d623e1a116bf6b26764813fb6fa1b687\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e0455c0d2d0fcf810d9f1aa11397479\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"90a77d7d1b6c89c44f5c6dac2d1bd410\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f54b6bc76c3c731a6f6ccad9b2fc5f9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"297fbdada7b69c0ffcba2588fff1daed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f468f4c26258ae0eb1f443e0af89908\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f158b5578094c9ab4b803c978d3f3c12\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7cd55e67301e99cc315d883d0a15e4cd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"327c430718e73ec34fe89fe9e37394b1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c8e40597a77f67d4181bc2ad93d030a2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5dc21845b442abf8caefa2034025b209\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"96f691b9d1c2382cccdc0f16c795eab2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"212eef404e7aecd6bbdb82fa82a7476d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"de2fb5d6ba6e1def48f338808cf8625b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"db737007a0445f4c686fdb4422e37a13\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"55320d73f312c61b7c994e96496d3b89\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"829ad2bcdf43980286bb7b357081d349\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6aa4139b7260887ec367e8326562aa4c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2948a5adde172d5c5cea2b50f288e2ac\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7a2b47de5d5027fc77e03fc082255551\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a5caba6aa7ff2f853d77f355bf552b3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cf00ada513a65ef3aa7076f31704345e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5fa14d0ee5126a2cbafeec1854c4c8ba\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6f0e0df11772639d8e8ec5fd009c17b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2691cd24b0e7ef8cd6b1e34253306431\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e11a26aa2ad342bb36c19b79ab09e93f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"async\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.mjs\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d6511080509f8f89501f92db80d5ad3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.js\",\"crossorigin\":\"anonymous\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a1170acfbe89118b02612d924454ba77\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.mjs\",\"async\":\"\",\"custom-element\":\"amp-anim\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"621a0620cddff518c050f892caa46f15\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.js\",\"crossorigin\":\"anonymous\",\"custom-element\":\"amp-anim\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5df0ca684b4c726043824560780c6d94\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a95a4eaef4c51496030dc7c80a848e52\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2b14c97bdc2b8d0ff2579f955fcc9d3a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"78fc20759507ae314726b15f101df5cc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-anim\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f087b7093b90c6bd722e3cfba2149f9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"26c8ad566f90895dd571588b0206682e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b508819e08ea6a8fcda3f98c23f01085\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bdad24da3f4c1a4afa0263572280427c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f311efde56281d9471cce3b81ab4e2e3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f3f86f7561afc02d31e44fa7c2ae08a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb2ed584b00392ec0d0eb081983ca34e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ddb63efb65b8b25324fe3c3969e3e5eb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"984e4841895598da2bc6d1daada6eca5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e9d17b40cff9db1521a162c30423bc59\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9f0ead2252c5901ec732b22574a63f3f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2945f0d940c0c8e1fdf369171b0879e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"06fc760147e823d12cf4bdafaba06a9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"61fd7bfee89f5c4615cb71511ae35e3d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"124430ff42a8ecf042e36dd43e2cf3df\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0f5e0bba069e85da844f8b31609026f8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"918eec4b45fa9d1fed17bd1bb19dbec2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bb46d10cc26208936ed88a3dd3d855f6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"af5d1b580f4d36fbe1d6df9912ff4f14\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"10a4cf00df02f56f1438ce013ced2704\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"08dd9140033211df73e2eef4abb86e4f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f983dcaa814a264544e60745ec4a3539\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d40a5206c038cd5a080a71d483986592\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"05862b2e9f7ed7c8418dbc3b8a3f2d77\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3aa71fd0e6ce0aa9fccd742ce52f0393\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f1e23af69ac21ac2f5e151d3ff124ae\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fa0e24486ee10c13ad912978627a140d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"867cc544938196af64b79b4ce7e6e4ea\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3330a02bb76f117d7d841adb4f55d9fe\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b015b29921919700cc02f7b3c7736dde\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2122012c8f6ee47f4c3573775f52cd3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9d12273fed7ef05e1ee182c451a877a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"88fd198c377424d3ee98f10c95cb7483\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"290b8b2174564b4852b548e0e11c4a39\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d46432a8cedd60ac210c61410bc6df64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e16ae825fed3c279e2c9d4dccc6586ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2efe947af51ab68fe50d72a0d42f8847\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"name\":\"description\",\"content\":\"Martin Scorsese\'s 1995 film \",\"casino\":\"\",\"is\":\"\",\"of\":\"\",\"the\":\"\",\"almost\":\"\",\"all\":\"\",\"epic\":\"\",\"gangster\":\"\",\"films\":\"\",\"ever\":\"\",\"made.\":\"\"},\"node_name\":\"casino\",\"parent_name\":\"meta\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":271,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}]}},{\"term_slug\":\"0097dafe787b282f73e9d069b7649739\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"name\":\"description\",\"content\":\"Martin Scorsese\'s 1995 film \",\"casino\":\"\",\"is\":\"\",\"of\":\"\",\"the\":\"\",\"almost\":\"\",\"all\":\"\",\"epic\":\"\",\"gangster\":\"\",\"films\":\"\",\"ever\":\"\",\"made.\":\"\"},\"node_name\":\"is\",\"parent_name\":\"meta\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":271,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}]}},{\"term_slug\":\"bf8a860dd953f66f322968e4ddf88f75\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"name\":\"description\",\"content\":\"Martin Scorsese\'s 1995 film \",\"casino\":\"\",\"is\":\"\",\"of\":\"\",\"the\":\"\",\"almost\":\"\",\"all\":\"\",\"epic\":\"\",\"gangster\":\"\",\"films\":\"\",\"ever\":\"\",\"made.\":\"\"},\"node_name\":\"of\",\"parent_name\":\"meta\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":271,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}]}},{\"term_slug\":\"c39a8d6ceccef79696908575d5aa96d2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"name\":\"description\",\"content\":\"Martin Scorsese\'s 1995 film \",\"casino\":\"\",\"is\":\"\",\"of\":\"\",\"the\":\"\",\"almost\":\"\",\"all\":\"\",\"epic\":\"\",\"gangster\":\"\",\"films\":\"\",\"ever\":\"\",\"made.\":\"\"},\"node_name\":\"the\",\"parent_name\":\"meta\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":271,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}]}},{\"term_slug\":\"887f1e0c5e790860220f5c0f4ad91e43\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"name\":\"description\",\"content\":\"Martin Scorsese\'s 1995 film \",\"casino\":\"\",\"is\":\"\",\"of\":\"\",\"the\":\"\",\"almost\":\"\",\"all\":\"\",\"epic\":\"\",\"gangster\":\"\",\"films\":\"\",\"ever\":\"\",\"made.\":\"\"},\"node_name\":\"almost\",\"parent_name\":\"meta\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":271,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}]}},{\"term_slug\":\"f5faf21f2027e109ce55607cf2d84180\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"name\":\"description\",\"content\":\"Martin Scorsese\'s 1995 film \",\"casino\":\"\",\"is\":\"\",\"of\":\"\",\"the\":\"\",\"almost\":\"\",\"all\":\"\",\"epic\":\"\",\"gangster\":\"\",\"films\":\"\",\"ever\":\"\",\"made.\":\"\"},\"node_name\":\"all\",\"parent_name\":\"meta\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":271,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}]}},{\"term_slug\":\"fa1e63d19b32bc9a781358b8bb583fa8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"name\":\"description\",\"content\":\"Martin Scorsese\'s 1995 film \",\"casino\":\"\",\"is\":\"\",\"of\":\"\",\"the\":\"\",\"almost\":\"\",\"all\":\"\",\"epic\":\"\",\"gangster\":\"\",\"films\":\"\",\"ever\":\"\",\"made.\":\"\"},\"node_name\":\"epic\",\"parent_name\":\"meta\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":271,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}]}},{\"term_slug\":\"1f3ac63cea63a203a8e6d0b324fcfd5b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"name\":\"description\",\"content\":\"Martin Scorsese\'s 1995 film \",\"casino\":\"\",\"is\":\"\",\"of\":\"\",\"the\":\"\",\"almost\":\"\",\"all\":\"\",\"epic\":\"\",\"gangster\":\"\",\"films\":\"\",\"ever\":\"\",\"made.\":\"\"},\"node_name\":\"gangster\",\"parent_name\":\"meta\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":271,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}]}},{\"term_slug\":\"3ee0453e51e933a197b4fb52cf290532\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"name\":\"description\",\"content\":\"Martin Scorsese\'s 1995 film \",\"casino\":\"\",\"is\":\"\",\"of\":\"\",\"the\":\"\",\"almost\":\"\",\"all\":\"\",\"epic\":\"\",\"gangster\":\"\",\"films\":\"\",\"ever\":\"\",\"made.\":\"\"},\"node_name\":\"films\",\"parent_name\":\"meta\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":271,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}]}},{\"term_slug\":\"727dcd51c42ac62892f524b8faeb8740\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"name\":\"description\",\"content\":\"Martin Scorsese\'s 1995 film \",\"casino\":\"\",\"is\":\"\",\"of\":\"\",\"the\":\"\",\"almost\":\"\",\"all\":\"\",\"epic\":\"\",\"gangster\":\"\",\"films\":\"\",\"ever\":\"\",\"made.\":\"\"},\"node_name\":\"ever\",\"parent_name\":\"meta\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":271,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}]}},{\"term_slug\":\"2bcd6cd5d79e7a7c543df9a462229eaa\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"name\":\"description\",\"content\":\"Martin Scorsese\'s 1995 film \",\"casino\":\"\",\"is\":\"\",\"of\":\"\",\"the\":\"\",\"almost\":\"\",\"all\":\"\",\"epic\":\"\",\"gangster\":\"\",\"films\":\"\",\"ever\":\"\",\"made.\":\"\"},\"node_name\":\"made.\",\"parent_name\":\"meta\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":271,\"post_type\":\"post\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1192,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":62,\"function\":\"WP_Embed::run_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"class-wp-embed.php\",\"line\":442,\"function\":\"WP_Embed::autoembed\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":2406,\"function\":\"do_blocks\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":37,\"function\":\"wptexturize\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":446,\"function\":\"wpautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":824,\"function\":\"shortcode_unautop\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"post-template.php\",\"line\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/admin\\/class-amp-editor-blocks.php\",\"line\":120,\"function\":\"AMP_Editor_Blocks::tally_content_requiring_amp_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5691,\"function\":\"capital_P_dangit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":243,\"function\":\"do_shortcode\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"media.php\",\"line\":1872,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3484,\"function\":\"convert_smilies\"}]}]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b090ad96786f23f68d17bb48d4e10910\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"418f1b22d9c1dfe1bfc3b8c968d3f7c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b33039180d7711dd0ebe40da9c877ff2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"21aece179c2005210caea7862aa9957c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b58234a7798889735ad2aacc728e9ed4\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"23d1ef00083eb55697c4e71fdd3a78c5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ca51678da00f20bdcb04db1b379447dc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb1b0e886f7be10a58e9e71acbd24348\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"94232c49fc235dc5c70009429e05e93f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e54f6ed8723cb33f3550efbfe3018750\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"63e9e7b9a3c5bbba993d76a3958c9758\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d57dfa739733177ca52105a4c47b467a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b8ea83f8844293493697f7db4146029\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7844666f2c3772175df23670a6ca735\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86801a7e55eb84dcf4d6ba9942b6663b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"184507215bcd74f3996a279622328e01\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0c010fc8459d8cb6a328f1a82bcb3a1e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3c34dccfe3d3dd71c9bf53e4ea0dbd9c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a131091640987968f73bc9f01447c6d7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3556b6463a9b6f81ac6550c12513e058\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbd30b70b79b5756957e663945a72606\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b0105ad0880ee321888f8a360b977e13\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8aedabb81fef4a2e08fcd6f55ae408c9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9335249ad09a8c11636b1bf34985547a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3195de98192cc548bb70376e053fbb2e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef3c46a4f96d4382dce19f36ffabdf9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b3e590ab29e330c8db6953b87365dd1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8065060c4500e33edf1fe72ad26441a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7f812c36d7a2a1b6a6e4163e26c6645d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0c78a7ef15d83938758d95bff5859ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"be7d3a22cafa6ecff688708f3794c10b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"24f45739d9a8eebf8f26a17478432585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"03654a8194d1e8f1fef3bf85513596ba\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"948fc80788093a890c0436dd8f3d5fe4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"speculationrules\"},\"text\":\"\\n{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}}]},__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}]}\\n\",\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"speculative-loading.php\",\"line\":242,\"function\":\"wp_print_speculation_rules\",\"hook\":\"wp_footer\",\"priority\":10}]}}]','https://lion288slot.com/casino-described-the-real-story-at-the-rear-of-scorseses-movie-2/','','publish','closed','closed','','be28a2a89fcc7f5a909bd5fcd121550d','','','2025-10-08 04:05:21','2025-10-07 21:05:21','',0,'https://lion288slot.com/amp_validated_url/be28a2a89fcc7f5a909bd5fcd121550d/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(275,1,'2025-10-08 17:30:42','2025-10-08 10:30:42','<h1>Обзор игрового клуба: создание аккаунта и игровые возможности</h1>\n<p>Создание аккаунта в виртуальном казино &mdash; это начальный этап к захватывающему миру игорных развлечений. Как правило ход начинается с нажатия иконки \"Регистрация\" на основной странице веб-сайта. Пользователю необходимо предоставить ключевые информацию: фамилию, email и пароль. Некоторые ресурсы, такие как <a href=\"https://www.nasledie-kvartal.ru/\">7к зеркало</a>, требуют идентификации личности посредством электронную почту или SMS, что гарантирует безопасность и предотвращает мошенничество.</p>\n<p>После успешной регистрационного этапа геймер добывает право доступа к обширному спектру возможностей для игры. Слоты, покер, рулетка и очко &mdash; лишь малая часть представленных развлечений. Множество интернет игорных заведений показывают демонстрационные версии игровых автоматов, позволяя новичкам попробовать фортуну без риска для кошелька. Ещё известны чемпионаты с значительными призами, которые завлекают как новичков, так и профессиональных игроков.</p>\n<p>Необходимо заметить, что большинство онлайн-казино предлагают бонусы за создание аккаунта и первоначальный вклад. Такое возможно в форме даровых спинов или увеличения размера депозита на определенный процент. Впрочем следует помнить, что в 7к казино нужно тщательно рассмотреть условия предоставления привилегий, чтобы уберечься от неприятных сюрпризов в дальнейшем.</p>\n<h2>Открытие профиля и авторизация в систему</h2>\n<p>Для создания аккаунта в виртуальном казино нужно выполнять несложным шагам. Сначала шагом зайдите на веб-сайт выбранного казино и обнаружьте кнопку создания аккаунта, как правило, она выделяется насыщенным оттенком. Заполните все необходимые обязательные поля анкеты: фамилия и имя, электронный адрес, секретный код и остальные сведения. Важно вводить только правдивую информацию, так как это может быть необходимым для верификации персональных данных и получения выигрышей. После заполнения формы, проверьте свою электронную почту для утверждения регистрации &mdash; без этого профиль не будет активирован.</p>\n<p>Логин в систему также не доставляет сложности. На первой странице портала найдите бланк входа и укажите свой имя пользователя и секретный ключ. Если вы вдруг позабыли пароль, используйте опцией восстановления с помощью e-mail. Некоторые онлайн-казино предоставляют двухэтапную аутентификацию для улучшения сохранности вашего учетной записи. Это способно содержать внутри себя передачу пароля на ваш мобильный либо же использование особого приложения для генерации одноразовых паролей. Эти меры помогают обезопасить ваши сведения и финансы от несанкционированного доступа.</p>\n<h2>Подтверждение аккаунта: почему это нужно и как осуществить</h2>\n<p>Подтверждение учетной записи в виртуальном казино 7 к казино &mdash; это ключевой шаг, который поддерживает надежность и добросовестность игрового процесса. Для начала, подтверждение содействует предотвратить мошенничество и обезопасить аккаунт от несанкционированного доступа. Данное также обеспечивает, чтобы все участники соответствуют возрастным лимитам и правовым нормам.</p>\n<p>Чтобы успешно выполнить процесс верификации профиля, следуйте данным инструкциям:</p>\n<ol>\n<li>Предоставьте бумаги: как правило это копия удостоверения личности или водительского удостоверения.</li>\n<li>Уточните местоположение: потребуется скан квитанции за ЖКХ или выписки из банка.</li>\n<li>Проверьте оплатные варианты: временами требуется ввести данные о карте или электронном кошельке.</li>\n</ol>\n<p>Важно помнить, что проверка может занять от нескольких часиков до нескольких суток, в зависимости от казино 7 к казино. Данный способ позволяет предотвратить нежелательных моментов с выводом средств и открывает доступ к привилегиям и предложениям, которые предназначены исключительно для верифицированных клиентов.</p>\n<h2>Методы внесения средств на аккаунта</h2>\n<p>Депозит счета в интернет-казино является значимой составляющей игрового процесса. Одним популярных методов является применение кредитных карт. Эти обеспечивают быстрое и надежное депозит, а большинство онлайн-казино работают с Visa и MasterCard. Геймерам следует осознавать, что порой финансовые учреждения могут начислять комиссию за международные операции.</p>\n<p>Также одним широко используемым методом считаются электронные кошельки для денег, вроде Skrill и Neteller. Данные платформы предоставляют возможность быстро переводить финансы на игровой аккаунт без необходимости раскрывать персональные банковские данные. Электронные кошельки зачастую предлагают минимальные платежи и высокую скорость обработки операций, что становится предпочтительным вариантом для многих игроков.</p>\n<p>Вдобавок необходимо принять во внимание виртуальные деньги, что становятся все более распространенными среди игроков. Эксплуатация Bitcoin или Ethereum позволяет вам обеспечить инкогнито и уменьшить до минимума платежные комиссии. Однако, необходимо брать в расчет изменчивость крипто ставок, что способно отразиться на финальную сумму зачисления на счет в казино.</p>\n<h2>Самая низкая размер вклада для начала геймплея</h2>\n<p>Самая низкая величина депозита для начала развлечения в онлайн казино может весьма колебаться в соответствии с определенной платформы. Определенные игорные заведения дают шанс стартовать раунд лишь с одного доллара, что позволяет шанс новым пользователям испытать удачу без значительных финансовых вложений. Это особенно интересно для людей, которые только начинает свой путь в мире азартных игр и не желает подвергать риску крупными суммами.</p>\n<p>Необходимо заметить, что низкий барьер вступления не всегда указывает на суженные опции. Многие платформ предоставляют премии и акции в том числе для небольших взносов. Например, при депозите в 10 баксов участник может взять дополнительный баланс или фриспины, что увеличивает шансы на выигрыш. Таким способом, выбирая казино с самым низким взносом, стоит обращать внимание на правила получения плюшек и их отыгрыша.</p>\n<p>Опытные пользователи нередко советуют начинающим запускать с небольших сумм, чтобы ознакомиться с механикой игр и возможностями ресурса. Такое помогает избежать избыточных опасностей и поэтапно наращивать умения и вера в себя. Необходимо осознавать, что гэмблинг, такие как 7к казино зеркало, предназначены давать удовольствие, а не денежные убытки, поэтому взвешенный подход к выбору суммы депозита является основополагающим в удачной игре.</p>\n<h2>Выплата денег: требования и ограничения.</h2>\n<p>Основным аспектом в процессе снятии призов из виртуального казино оказываются условия ставок. Ставочный коэффициент устанавливает, сколько периодов участник обязан прокрутить призовые деньги, перед тем как сможет его вывести. Например, если требование по ставкам составляет 20x, а приз равен 1000 рублей, то геймеру необходимо сделать пари на сумму 20 000 рублей. Игнорирование этого правила может вызвать аннуляции выигрыша, поэтому нужно внимательно ознакомиться с условия.</p>\n<p>Еще одним моментом становится верификация профиля. Основная часть игровых клубов просят удостоверения персональных данных для предотвращения от фрода и легализации доходов. Этап может включать предъявление удостоверений, таких как загранпаспорт или лицензию на вождение. Без завершения прохождения данной процессы перевод финансов будет недоступен.</p>\n<p>Помимо этого следует учесть лимиты на вывод средств в 7к казино зеркало. Большинство казино определяют наименьшие и верхние ограничения на транзакции. Например, самая маленькая величина вывода средств может составлять 500 деревянных, а предельная &mdash; 100 000 деревянных в месяц. Это в особенности существенно для участников с большими добычей, так как они могут столкнуться с нуждой делить сумму на несколько переводов.</p>\n<h2>Азартные аппараты: топовые игры</h2>\n<p>Игровые автоматы всегда привлекали внимание энтузиастов азартных игр своей легкостью и возможностью получить значительные выигрыши. В числе лучших слотов выделяются такие, как Starburst от NetEnt и Book of Dead от Play\'n GO. Указанные игры не только предоставляют волнующий геймплей, но и щедрые шансы на выигрыш. Например, Starburst известен своей особенностью расширяющихся вайлдов, которая позволяет увеличивать свои добычу до поразительных размеров.</p>\n<p>Для тех, кто любит более ретро однорукие бандиты, Mega Moolah от Microgaming станет отличным вариантом. Этот игровой автомат популярен своими увеличивающимися кушами, которые нередко составляют нескольких миллионов долларов. Важно упомянуть, что у Mega Moolah RTP составляет около 88%, что делает его особенно заманчивым для тех, кто жаждет крупным выигрышам. Пользователи также оценят графику и анимацию, которые обеспечивают обстановку настоящего приключения.</p>\n<h2>Соревнования и конкурсы для игроков</h2>\n<p>Турниры и конкурсы для геймеров в интернет-казино предоставляют исключительную шанс не только попробовать свою удачу, но и проявить мастерство. Часто такие события предлагают участникам состязаться взаимно за внушительные призы. Важным аспектом вовлеченности является участники необходимо быть активными, ставя на заданные игры в течение установленного времени. Это может быть слот-турнир либо турнир на столах с настоящими дилерами.</p>\n<p>Участие в соревнованиях запрашивает со стороны геймеров стратегического подхода. Нужно аккуратно выбирать развлечения и следить за банкроллом, чтобы увеличить вероятность выигрыша. Скажем, в турнирах на слотах побеждает тот, кто наберет больше всего баллов за заданный промежуток времени. Баллы начисляются за любую победную комбинацию или сделанную ставку.</p>\n<p>Большинство игорные заведения предлагают суточные или недельные соревнования, что дает возможность игрокам постоянно испытывать свои силы и повышать уровень игры. Важно следить за условиями и регламентами любого данного события, так как они могут кардинально различаться между различными площадками. Нередко для игры нужен минимальный вклад или активирование особого бонуса.</p>\n<h2>Казино бонусы: без вложений и с пополнением оферты</h2>\n<p>Казино поощрения играют ключевую задачу в завлечении и удержании пользователей. Безвложенные бонусы в частности востребованы между новичков в деле, поскольку они дают возможность проверить везение без нужды в пополнении баланса. Обычно эти незначительные суммы, например, 10-20 у.е. или аналог в иной валюте. Необходимо отметить, что эти премии обычно имеют строгими требованиями вейджера, которые включают в себя большой вейджер и ограничения на вывод средств.</p>\n<p>Однако, депозитные оферты заставляют участника перевода средств на счет. Эти бонусы способны быть ещё более щедрыми и достигать 100% или и даже 200% от размера вклада. Скажем, если игрок депонирует 100 у.е., ему могут начислить экстра 100 долларов в виде поощрения. Вкладные премии также содержат свои требования вейджера, но они как правило более гибкие по сравнению с безвкладными акциями. С целью результативного применения подобных поощрений игрокам советуется тщательно изучать регламенты и положения каждой программы.</p>\n<h2>Бесплатные вращения за внесение средств счета</h2>\n<p>Депозит баланса в виртуальном казино обычно снабжается всевозможными премиями, и одним из самых распространённых становятся фриспины. Эти безвозмездные спины на одноруких бандитах предоставляют игрокам возможность выиграть реальные деньги без дополнительных издержек. Часто фриспины начисляются автообразом после депозита счета на определенную сумму, что делает их доступными даже для начинающих игроков.</p>\n<p>Важно принимать во внимание, что у безвозмездных спинов есть свои требования использования. Часто они связаны к определённым машинам и содержат ограниченный временной интервал. К примеру, пользователь 7к казино имеет возможность получить 50 спинов за вклад на объем от 1000 деревянных, которые следует использовать в течение 7 суток. Также следует обратить внимание на правила по отыгрышу: как правило добыча с безвозмездных спинов необходимо прокрутить несколько раз перед обналичиванием.</p>\n<p>Эти бонусы не просто увеличивают возможности на выигрыш, а также предоставляют шанс протестировать современные игровые автоматы без угрозы для личных средств. Однако важно учитывать о пределах ставок и правилах прокрутки, чтобы избежать подводных камней при снятии денег. Бесплатные вращения за вклад &mdash; замечательный способ украсить игру с 7 к казино и обрести бонусное наслаждение от онлайн-гемблинга.</p>\n<h2>Установка приложения для игорного заведения</h2>\n<p>Для того чтобы загрузить софт для гэмблинга, пользователю нужно зайти на главную страницу выбранного заведения. Как правило на главной веб-странице установлена кнопка или ссылка, ведущая к даунлоаду. Следует убедиться, что загружаемое софт совместимо с ОС вашего гаджета, будь то Android или iOS. После перехода по ссылке, необходимо выполнять простым инструкциям на мониторе, чтобы установить софт.</p>\n<p>Отдельные приложения гемблинга предлагают вознаграждения за установку. Такое является безвозмездный бонус на начальный взнос или без вложений фриспины. Пользователи обязаны внимательно изучать условия эксплуатации подобных предложений, чтобы извлечь максимум пользы. Регистрация в программе в большинстве случаев происходит быстро и нуждается в основной информации, такой как электронная почта и секретный код.</p>\n<h2>Дубликат сайта веб-ресурса для обхода блокировок.</h2>\n<p>С целью миновать ограничения, пользователи нередко обращаются к применению зеркал сайта. Миррор &mdash; это дополнительный URL веб-страницы, который дает возможность открыть материалам, когда основной ресурс запрещен. Данное в частности важно относительно онлайн казино, например, как 7к казино, и иных платформ, которые могут оказаться недоступными из-за ограничений от провайдеров или регуляторов.</p>\n<p>Построение зеркала предполагает наличия реплики исходного сайта на ином домене. Это дает возможность юзерам продолжать воспользоваться всеми доступными опциями без ограничений. Отражения освежаются систематически, чтобы обеспечить доступ к новой сведениям и уклониться от возможных запретов. Необходимо иметь в виду, что альтернативные сайты обязаны поддерживать тот же степень секьюрности и конфиденциальности данных, что и главный ресурс.</p>\n<p>Для обнаружения свежих запасных адресов геймеры могут воспользоваться группам или форумам, где разбираются способы обхода запретов. Помимо этого многие онлайн гэмблинг-платформы сами предлагают каталог активных дублей сайтов своим пользователям через электронные письма или уведомления на платформе. Это позволяет сохранять присутствие в процессе игры без нужды поиска других вариантов.</p>\n<h2>Клиентская поддержка игроков: возможные варианты связи</h2>\n<p>Игроки онлайн казино, вроде 7к казино, нередко сталкиваются с вопросами, какие нуждаются в оперативного разрешения. Для того чтобы обеспечить действенную поддержку, платформы, например 7к казино зеркало, обеспечивают различные вариантов контакта. Электронная почта сохраняется как распространенным вариантом благодаря своей простоте доступа и возможности прикреплять вложения. Отклики в большинстве случаев доставляются в течение 24 часа.</p>\n<p>Для более срочных обращений игроки могут применить чатом в реальном времени. Данный метод обеспечивает возможность обрести реакцию практически мгновенно и обычно доступен 24/7. Поддержка обслуживается многими крупными игорными заведениями, такими как 7 к казино, где сотрудники поддержки готовы разобраться с любыми проблемами.</p>\n<p>Вот список альтернативных методов связи:</p>\n<ul>\n<li>Голосовая линия: для людей, кто любит вербальное общение.</li>\n<li>Платформы общения: многие казино активно взаимодействуют с клиентами через Facebook и Twitter.</li>\n<li>Сайты и группы: здесь геймеры могут обмениваться знаниями и приобретать подсказки от других юзеров.</li>\n</ul>\n<p>Каждый из этих подходов содержит свои преимущества, и подбор зависит от индивидуальных пристрастий игрока 7к казино зеркало.</p>','Обзор игрового клуба: создание аккаунта и игровые возможности','','publish','closed','','','obzor-igrovogo-kluba-sozdanie-akkaunta-i-igrovye-vozmozhnosti','','','2025-10-08 17:30:42','2025-10-08 10:30:42','',0,'https://lion288slot.com/?p=275',0,'post','',0),
(276,1,'2025-10-08 17:30:42','2025-10-08 10:30:42','<h1>Обзор игрового клуба: создание аккаунта и игровые возможности</h1>\n<p>Создание аккаунта в виртуальном казино &mdash; это начальный этап к захватывающему миру игорных развлечений. Как правило ход начинается с нажатия иконки \"Регистрация\" на основной странице веб-сайта. Пользователю необходимо предоставить ключевые информацию: фамилию, email и пароль. Некоторые ресурсы, такие как <a href=\"https://www.nasledie-kvartal.ru/\">7к зеркало</a>, требуют идентификации личности посредством электронную почту или SMS, что гарантирует безопасность и предотвращает мошенничество.</p>\n<p>После успешной регистрационного этапа геймер добывает право доступа к обширному спектру возможностей для игры. Слоты, покер, рулетка и очко &mdash; лишь малая часть представленных развлечений. Множество интернет игорных заведений показывают демонстрационные версии игровых автоматов, позволяя новичкам попробовать фортуну без риска для кошелька. Ещё известны чемпионаты с значительными призами, которые завлекают как новичков, так и профессиональных игроков.</p>\n<p>Необходимо заметить, что большинство онлайн-казино предлагают бонусы за создание аккаунта и первоначальный вклад. Такое возможно в форме даровых спинов или увеличения размера депозита на определенный процент. Впрочем следует помнить, что в 7к казино нужно тщательно рассмотреть условия предоставления привилегий, чтобы уберечься от неприятных сюрпризов в дальнейшем.</p>\n<h2>Открытие профиля и авторизация в систему</h2>\n<p>Для создания аккаунта в виртуальном казино нужно выполнять несложным шагам. Сначала шагом зайдите на веб-сайт выбранного казино и обнаружьте кнопку создания аккаунта, как правило, она выделяется насыщенным оттенком. Заполните все необходимые обязательные поля анкеты: фамилия и имя, электронный адрес, секретный код и остальные сведения. Важно вводить только правдивую информацию, так как это может быть необходимым для верификации персональных данных и получения выигрышей. После заполнения формы, проверьте свою электронную почту для утверждения регистрации &mdash; без этого профиль не будет активирован.</p>\n<p>Логин в систему также не доставляет сложности. На первой странице портала найдите бланк входа и укажите свой имя пользователя и секретный ключ. Если вы вдруг позабыли пароль, используйте опцией восстановления с помощью e-mail. Некоторые онлайн-казино предоставляют двухэтапную аутентификацию для улучшения сохранности вашего учетной записи. Это способно содержать внутри себя передачу пароля на ваш мобильный либо же использование особого приложения для генерации одноразовых паролей. Эти меры помогают обезопасить ваши сведения и финансы от несанкционированного доступа.</p>\n<h2>Подтверждение аккаунта: почему это нужно и как осуществить</h2>\n<p>Подтверждение учетной записи в виртуальном казино 7 к казино &mdash; это ключевой шаг, который поддерживает надежность и добросовестность игрового процесса. Для начала, подтверждение содействует предотвратить мошенничество и обезопасить аккаунт от несанкционированного доступа. Данное также обеспечивает, чтобы все участники соответствуют возрастным лимитам и правовым нормам.</p>\n<p>Чтобы успешно выполнить процесс верификации профиля, следуйте данным инструкциям:</p>\n<ol>\n<li>Предоставьте бумаги: как правило это копия удостоверения личности или водительского удостоверения.</li>\n<li>Уточните местоположение: потребуется скан квитанции за ЖКХ или выписки из банка.</li>\n<li>Проверьте оплатные варианты: временами требуется ввести данные о карте или электронном кошельке.</li>\n</ol>\n<p>Важно помнить, что проверка может занять от нескольких часиков до нескольких суток, в зависимости от казино 7 к казино. Данный способ позволяет предотвратить нежелательных моментов с выводом средств и открывает доступ к привилегиям и предложениям, которые предназначены исключительно для верифицированных клиентов.</p>\n<h2>Методы внесения средств на аккаунта</h2>\n<p>Депозит счета в интернет-казино является значимой составляющей игрового процесса. Одним популярных методов является применение кредитных карт. Эти обеспечивают быстрое и надежное депозит, а большинство онлайн-казино работают с Visa и MasterCard. Геймерам следует осознавать, что порой финансовые учреждения могут начислять комиссию за международные операции.</p>\n<p>Также одним широко используемым методом считаются электронные кошельки для денег, вроде Skrill и Neteller. Данные платформы предоставляют возможность быстро переводить финансы на игровой аккаунт без необходимости раскрывать персональные банковские данные. Электронные кошельки зачастую предлагают минимальные платежи и высокую скорость обработки операций, что становится предпочтительным вариантом для многих игроков.</p>\n<p>Вдобавок необходимо принять во внимание виртуальные деньги, что становятся все более распространенными среди игроков. Эксплуатация Bitcoin или Ethereum позволяет вам обеспечить инкогнито и уменьшить до минимума платежные комиссии. Однако, необходимо брать в расчет изменчивость крипто ставок, что способно отразиться на финальную сумму зачисления на счет в казино.</p>\n<h2>Самая низкая размер вклада для начала геймплея</h2>\n<p>Самая низкая величина депозита для начала развлечения в онлайн казино может весьма колебаться в соответствии с определенной платформы. Определенные игорные заведения дают шанс стартовать раунд лишь с одного доллара, что позволяет шанс новым пользователям испытать удачу без значительных финансовых вложений. Это особенно интересно для людей, которые только начинает свой путь в мире азартных игр и не желает подвергать риску крупными суммами.</p>\n<p>Необходимо заметить, что низкий барьер вступления не всегда указывает на суженные опции. Многие платформ предоставляют премии и акции в том числе для небольших взносов. Например, при депозите в 10 баксов участник может взять дополнительный баланс или фриспины, что увеличивает шансы на выигрыш. Таким способом, выбирая казино с самым низким взносом, стоит обращать внимание на правила получения плюшек и их отыгрыша.</p>\n<p>Опытные пользователи нередко советуют начинающим запускать с небольших сумм, чтобы ознакомиться с механикой игр и возможностями ресурса. Такое помогает избежать избыточных опасностей и поэтапно наращивать умения и вера в себя. Необходимо осознавать, что гэмблинг, такие как 7к казино зеркало, предназначены давать удовольствие, а не денежные убытки, поэтому взвешенный подход к выбору суммы депозита является основополагающим в удачной игре.</p>\n<h2>Выплата денег: требования и ограничения.</h2>\n<p>Основным аспектом в процессе снятии призов из виртуального казино оказываются условия ставок. Ставочный коэффициент устанавливает, сколько периодов участник обязан прокрутить призовые деньги, перед тем как сможет его вывести. Например, если требование по ставкам составляет 20x, а приз равен 1000 рублей, то геймеру необходимо сделать пари на сумму 20 000 рублей. Игнорирование этого правила может вызвать аннуляции выигрыша, поэтому нужно внимательно ознакомиться с условия.</p>\n<p>Еще одним моментом становится верификация профиля. Основная часть игровых клубов просят удостоверения персональных данных для предотвращения от фрода и легализации доходов. Этап может включать предъявление удостоверений, таких как загранпаспорт или лицензию на вождение. Без завершения прохождения данной процессы перевод финансов будет недоступен.</p>\n<p>Помимо этого следует учесть лимиты на вывод средств в 7к казино зеркало. Большинство казино определяют наименьшие и верхние ограничения на транзакции. Например, самая маленькая величина вывода средств может составлять 500 деревянных, а предельная &mdash; 100 000 деревянных в месяц. Это в особенности существенно для участников с большими добычей, так как они могут столкнуться с нуждой делить сумму на несколько переводов.</p>\n<h2>Азартные аппараты: топовые игры</h2>\n<p>Игровые автоматы всегда привлекали внимание энтузиастов азартных игр своей легкостью и возможностью получить значительные выигрыши. В числе лучших слотов выделяются такие, как Starburst от NetEnt и Book of Dead от Play\'n GO. Указанные игры не только предоставляют волнующий геймплей, но и щедрые шансы на выигрыш. Например, Starburst известен своей особенностью расширяющихся вайлдов, которая позволяет увеличивать свои добычу до поразительных размеров.</p>\n<p>Для тех, кто любит более ретро однорукие бандиты, Mega Moolah от Microgaming станет отличным вариантом. Этот игровой автомат популярен своими увеличивающимися кушами, которые нередко составляют нескольких миллионов долларов. Важно упомянуть, что у Mega Moolah RTP составляет около 88%, что делает его особенно заманчивым для тех, кто жаждет крупным выигрышам. Пользователи также оценят графику и анимацию, которые обеспечивают обстановку настоящего приключения.</p>\n<h2>Соревнования и конкурсы для игроков</h2>\n<p>Турниры и конкурсы для геймеров в интернет-казино предоставляют исключительную шанс не только попробовать свою удачу, но и проявить мастерство. Часто такие события предлагают участникам состязаться взаимно за внушительные призы. Важным аспектом вовлеченности является участники необходимо быть активными, ставя на заданные игры в течение установленного времени. Это может быть слот-турнир либо турнир на столах с настоящими дилерами.</p>\n<p>Участие в соревнованиях запрашивает со стороны геймеров стратегического подхода. Нужно аккуратно выбирать развлечения и следить за банкроллом, чтобы увеличить вероятность выигрыша. Скажем, в турнирах на слотах побеждает тот, кто наберет больше всего баллов за заданный промежуток времени. Баллы начисляются за любую победную комбинацию или сделанную ставку.</p>\n<p>Большинство игорные заведения предлагают суточные или недельные соревнования, что дает возможность игрокам постоянно испытывать свои силы и повышать уровень игры. Важно следить за условиями и регламентами любого данного события, так как они могут кардинально различаться между различными площадками. Нередко для игры нужен минимальный вклад или активирование особого бонуса.</p>\n<h2>Казино бонусы: без вложений и с пополнением оферты</h2>\n<p>Казино поощрения играют ключевую задачу в завлечении и удержании пользователей. Безвложенные бонусы в частности востребованы между новичков в деле, поскольку они дают возможность проверить везение без нужды в пополнении баланса. Обычно эти незначительные суммы, например, 10-20 у.е. или аналог в иной валюте. Необходимо отметить, что эти премии обычно имеют строгими требованиями вейджера, которые включают в себя большой вейджер и ограничения на вывод средств.</p>\n<p>Однако, депозитные оферты заставляют участника перевода средств на счет. Эти бонусы способны быть ещё более щедрыми и достигать 100% или и даже 200% от размера вклада. Скажем, если игрок депонирует 100 у.е., ему могут начислить экстра 100 долларов в виде поощрения. Вкладные премии также содержат свои требования вейджера, но они как правило более гибкие по сравнению с безвкладными акциями. С целью результативного применения подобных поощрений игрокам советуется тщательно изучать регламенты и положения каждой программы.</p>\n<h2>Бесплатные вращения за внесение средств счета</h2>\n<p>Депозит баланса в виртуальном казино обычно снабжается всевозможными премиями, и одним из самых распространённых становятся фриспины. Эти безвозмездные спины на одноруких бандитах предоставляют игрокам возможность выиграть реальные деньги без дополнительных издержек. Часто фриспины начисляются автообразом после депозита счета на определенную сумму, что делает их доступными даже для начинающих игроков.</p>\n<p>Важно принимать во внимание, что у безвозмездных спинов есть свои требования использования. Часто они связаны к определённым машинам и содержат ограниченный временной интервал. К примеру, пользователь 7к казино имеет возможность получить 50 спинов за вклад на объем от 1000 деревянных, которые следует использовать в течение 7 суток. Также следует обратить внимание на правила по отыгрышу: как правило добыча с безвозмездных спинов необходимо прокрутить несколько раз перед обналичиванием.</p>\n<p>Эти бонусы не просто увеличивают возможности на выигрыш, а также предоставляют шанс протестировать современные игровые автоматы без угрозы для личных средств. Однако важно учитывать о пределах ставок и правилах прокрутки, чтобы избежать подводных камней при снятии денег. Бесплатные вращения за вклад &mdash; замечательный способ украсить игру с 7 к казино и обрести бонусное наслаждение от онлайн-гемблинга.</p>\n<h2>Установка приложения для игорного заведения</h2>\n<p>Для того чтобы загрузить софт для гэмблинга, пользователю нужно зайти на главную страницу выбранного заведения. Как правило на главной веб-странице установлена кнопка или ссылка, ведущая к даунлоаду. Следует убедиться, что загружаемое софт совместимо с ОС вашего гаджета, будь то Android или iOS. После перехода по ссылке, необходимо выполнять простым инструкциям на мониторе, чтобы установить софт.</p>\n<p>Отдельные приложения гемблинга предлагают вознаграждения за установку. Такое является безвозмездный бонус на начальный взнос или без вложений фриспины. Пользователи обязаны внимательно изучать условия эксплуатации подобных предложений, чтобы извлечь максимум пользы. Регистрация в программе в большинстве случаев происходит быстро и нуждается в основной информации, такой как электронная почта и секретный код.</p>\n<h2>Дубликат сайта веб-ресурса для обхода блокировок.</h2>\n<p>С целью миновать ограничения, пользователи нередко обращаются к применению зеркал сайта. Миррор &mdash; это дополнительный URL веб-страницы, который дает возможность открыть материалам, когда основной ресурс запрещен. Данное в частности важно относительно онлайн казино, например, как 7к казино, и иных платформ, которые могут оказаться недоступными из-за ограничений от провайдеров или регуляторов.</p>\n<p>Построение зеркала предполагает наличия реплики исходного сайта на ином домене. Это дает возможность юзерам продолжать воспользоваться всеми доступными опциями без ограничений. Отражения освежаются систематически, чтобы обеспечить доступ к новой сведениям и уклониться от возможных запретов. Необходимо иметь в виду, что альтернативные сайты обязаны поддерживать тот же степень секьюрности и конфиденциальности данных, что и главный ресурс.</p>\n<p>Для обнаружения свежих запасных адресов геймеры могут воспользоваться группам или форумам, где разбираются способы обхода запретов. Помимо этого многие онлайн гэмблинг-платформы сами предлагают каталог активных дублей сайтов своим пользователям через электронные письма или уведомления на платформе. Это позволяет сохранять присутствие в процессе игры без нужды поиска других вариантов.</p>\n<h2>Клиентская поддержка игроков: возможные варианты связи</h2>\n<p>Игроки онлайн казино, вроде 7к казино, нередко сталкиваются с вопросами, какие нуждаются в оперативного разрешения. Для того чтобы обеспечить действенную поддержку, платформы, например 7к казино зеркало, обеспечивают различные вариантов контакта. Электронная почта сохраняется как распространенным вариантом благодаря своей простоте доступа и возможности прикреплять вложения. Отклики в большинстве случаев доставляются в течение 24 часа.</p>\n<p>Для более срочных обращений игроки могут применить чатом в реальном времени. Данный метод обеспечивает возможность обрести реакцию практически мгновенно и обычно доступен 24/7. Поддержка обслуживается многими крупными игорными заведениями, такими как 7 к казино, где сотрудники поддержки готовы разобраться с любыми проблемами.</p>\n<p>Вот список альтернативных методов связи:</p>\n<ul>\n<li>Голосовая линия: для людей, кто любит вербальное общение.</li>\n<li>Платформы общения: многие казино активно взаимодействуют с клиентами через Facebook и Twitter.</li>\n<li>Сайты и группы: здесь геймеры могут обмениваться знаниями и приобретать подсказки от других юзеров.</li>\n</ul>\n<p>Каждый из этих подходов содержит свои преимущества, и подбор зависит от индивидуальных пристрастий игрока 7к казино зеркало.</p>','Обзор игрового клуба: создание аккаунта и игровые возможности','','inherit','closed','closed','','275-revision-v1','','','2025-10-08 17:30:42','2025-10-08 10:30:42','',275,'https://lion288slot.com/?p=276',0,'revision','',0),
(277,1,'2025-10-08 18:55:09','0000-00-00 00:00:00','test','','','draft','closed','','','','','','2025-10-08 18:55:09','2025-10-08 11:55:09','',0,'https://lion288slot.com/?p=277',0,'post','',0),
(278,1,'2025-10-08 18:55:09','2025-10-08 11:55:09','test','','','inherit','closed','closed','','277-revision-v1','','','2025-10-08 18:55:09','2025-10-08 11:55:09','',277,'https://lion288slot.com/?p=278',0,'revision','',0),
(279,1,'2025-10-08 20:00:43','2025-10-08 13:00:43','<h1>Анализ казино: регистрация и однорукие бандиты</h1>\n<p>Создание аккаунта в виртуальном казино &mdash; это первый шаг к увлекательному миру азартных игр. Необходимо выбрать доверенную систему, на которой поддерживаются все стандарты защиты. При заполнения формы на <a href=\"https://fumo-spo.ru/\">казино</a> в большинстве случаев потребуется предоставить имя, электронный адрес и телефонный номер. Определенные казино вдобавок запрашивают подтвердить идентичность, отправив изображение паспорта. Операция отнимает всего пару минуток, но обещает сохранность ваших информации.</p>\n<p>Азартные аппараты остаются самыми известными увлечениями в казино благодаря непринужденности и вариативности. Основополагающие выгоды азартных аппаратов:</p>\n<ul>\n<li>Простота эксплуатации: не требует особых знаний.</li>\n<li>Широкий выбор тем: от классических фруктовых слотов до современных видеоигр.</li>\n<li>Возможность больших призов: прогрессивные суперпризы могут доходить до многомиллионных значений.</li>\n</ul>\n<p>Геймерам следует замечать такие характеристики, как возврат средств игроку (RTP) и изменчивость слота. Значительный RTP говорит на большую вероятность отдачи, а нестабильность влияет на частоту и размер выигрышей. Выбирая слот, необходимо принимать во внимание свои предпочтения и средства, чтобы геймплей приносила удовольствие и оставалась безопасной.</p>\n<h2>Открытие профиля и вход в платформу</h2>\n<ol>\n<li>Перейти на вебсайт избранного казино.</li>\n<li>Нажать на клавишу \"Регистрация\".</li>\n<li>Ввести данные в бланк, введя имя, электронную почту и пароль.</li>\n<li>Верифицировать электронный адрес электронной почты, кликнув на ссылку в письме.</li>\n</ol>\n<p>После успешной регистрационного процесса игрок добывает право доступа ко всеми опциям системы, включая опцию увеличения баланса и снятия выигрышей.</p>\n<p>Логин в систему также легок и понятен интуитивно. Чтобы этой задачи нужно:</p>\n<ul>\n<li>Направиться на главную веб-страницу казино.</li>\n<li>Введите учетную запись и пароль в предназначенные графы.</li>\n<li>Щелкнуть \"Войти\".</li>\n</ul>\n<p>Важно осознавать, что большинство казино обеспечивают двухэтапную проверку для повышения безопасности аккаунта. Такое придаёт повышенный степень защиты и обеспечивает, что лишь владелец аккаунта сможет получить к нему доступ.</p>\n<h2>Аутентификация аккаунта: почему это важно и каким способом выполнить процедуру.</h2>\n<p>Аккаунт в онлайн казино нуждается в верификации для гарантии сохранности и предупреждения фрода. Процесс верификации позволяет убедиться, что пользователь представляет собой настоящей личностью, а не роботом или жуликом. Это ещё помогает игровому дому выполнять международные стандарты по противодействию легализации доходов и поддержке терроризма.</p>\n<p>Для того чтобы завершить процедуру идентификации, игроку требуется показать сканы или фотографии документов, удостоверяющих личность: паспорт или водительское удостоверение. Определённые казино могут потребовать доказательство домашнего адреса, к примеру, платёжку за услуги ЖКХ. Крайне важно удостовериться, что все документы разборчивые и современные, чтобы не допустить отсрочек в процессе проверки.</p>\n<p>Этап идентификации в большинстве случаев требует от некоторых времени до пары дней, в зависимости от регламента конкретного казино. По завершении успешного процедуры проверки участники обретают весьма широкий доступ к опциям сервиса, включая вывод средств и присоединение к бонусным предложениям. Такое не просто обеспечивает безопасность учетной записи, а также укрепляет уверенность между игроком и казино-оператором.</p>\n<h2>Внесение аккаунта: имеющиеся методы</h2>\n<p>Депозит счета в онлайн-казино становится ключевым действием для всякого игрока, и разнообразие предлагаемых способов обеспечивает возможность удовлетворить запросы даже самых избирательных пользователей. Наиболее известным способом считаются банковские карты, такие как Visa и MasterCard. Эти обеспечивают надежность и быстроту операций, а кроме того широко принимаются почти в каждом казино. Онлайн кошельки, такие как Skrill и Neteller, обеспечивают расширенный уровень сохранности и практичности, особенно для тех, кто выбирает не раскрывать своими финансовыми сведениями.</p>\n<p>Еще одним из популярным способом становится применение цифровых валют, включая Bitcoin и Ethereum. Эти завлекают геймеров из-за конфиденциальности и незначительным комиссиям за переводы. К этому, криптовалютные транзакции проводятся значительно скорее в сравнении с обычными методами. Необходимо отметить, что не все казино используют этот вариант депозита, поэтому перед определением сайта стоит удостовериться в поддержке этого метода.</p>\n<p>Кроме, многие геймеры отдают предпочтение карты с предоплатой, например, как Paysafecard. Этот метод дает возможность контролировать траты и предотвращать излишних трат. Преоплаченные карты возможно закупить во многочисленных торговых точках либо онлайн, что делает их доступными для широкого круга пользователей. Безотносительно от способа внесения на счета, следует учитывать темп проведения операций и вероятные доплаты, чтобы обеспечить максимально комфортный игровой процесс.</p>\n<h2>Наименьшая сумма депозита и особенности вклада денег.</h2>\n<p>Наименьшая размер пополнения &mdash; это ключевой фактор, который может определить выбор геймера в пользу того или иного виртуального казино. Большинство игорных заведений задают начальный уровень для внесения средств, который варьируется от 1 до 20 баксов. Такое позволяет привлечь более широкую публику, включая новичков в деле, которые не настроены играть с большими ставками. Следует иметь в виду, что низкий стартовый взнос не всегда гарантирует менее прибыльные условия игры. Некоторые сайты дают щедрые вознаграждения даже с минимальных ставках.</p>\n<p>Процедура пополнения средств в виртуальное казино обычно прост и интуитивно понятен. Ключевые варианты платежей содержат банковские карты, электронные кошельки и виртуальные валюты. До того как чем осуществить депозит, пользователю важно ознакомиться с условиями всей платежки, поскольку размеры комиссий и время обработки могут сильно варьироваться. Некоторые игорные заведения предоставляют мгновенные транзакции, что в особенности практично для тех, кто хочет тотчас же включиться в игру.</p>\n<h2>Выплата денег: требования и периоды обработки требований</h2>\n<p>Для успешного получения выигрышей в казино вулкан интернет-казино, геймерам необходимо принимать во внимание несколько основных аспектов. Первое, то, что необходимо иметь в виду, это минимум сумма для вывода. Часто она колеблется от 500 и до 1000 рублей, но способна варьироваться в зависимости от казино. Следует тщательно ознакомиться с правила, чтобы избежать нежелательных неожиданностей.</p>\n<p>Периоды обслуживания запросов также играют важную роль. В как правило, процесс требует от 24 до 72 часа. Однако, отдельные казино, например вулкан, имеют возможность предложить ускоренные выплаты для привилегированных игроков или за дополнительный сбор. Рекомендуется выяснить, какие варианты обналичивания имеются: карты банка, электронные кошельки, или цифровые валюты. Учтите, что у любого способа существуют свои периоды и сборы.</p>\n<p>Ключевым аспектом становится подтверждение аккаунта. Прежде чем стартовым обналичиванием множество казино просят верифицировать личность участника, показав копии документов. Этот процесс может потребовать максимум пары дней, тем не менее после данного завершения последующие переводы проходят намного быстрее. Геймерам следует предварительно собрать все требуемые документы, чтобы не допустить промедлений при выплате денег.</p>\n<h2>Виртуальные машины с дополнительными наградами и новшествами</h2>\n<p>Онлайн машины с призами и новинками продолжают приобретать известность среди любителей гэмблинга. казино вулканказино предоставляют игрокам обширный набор игровых машин, в которых любой найдет что-нибудь по нраву. Одним из основных ключевых аспектов, привлекающих интерес, становятся дополнительные функции, делающие игру более увлекательной и доходной. Это могут быть даровые вращения, множители выигрышей либо даже уникальные мини-игры, вносящие элемент сюрприза и тактики.</p>\n<p>Всякий интервал разработчики релизят свежие игрушки, стараясь удивить геймеров инновационными механизмами и визуальными эффектами. Например, недавно выпущенный слот от популярного провайдера NetEnt даёт возможность геймерам погрузиться в мир старинного Египта с шансом получить до 10 000x от ставки. Эти новинки не только увеличивают выбор игр в казино вулкан интернет-казино, но и мотивируют геймеров испытывать что-то новое. Необходимо учитывать, что взвешенная азартная игра &mdash; это залог радости и защищенности в сфере азартных развлечений.</p>\n<h2>Премиальные предложения гэмблинговых платформ: виды и правила получения</h2>\n<p>Игровые заведения предлагают многообразные бонусные оферы, каковые завлекают новых участников и поддерживают лояльных клиентов. Приветственные премии представляют собой наибольшими частыми и вручаются первым участникам в момент регистрационного процесса. Эти могут включать такие как приветственные бонусы, а также бездепозитные бонусы, позволяющие стартовать игру без затрат. Правила получения этих бонусов в большинстве случаев требуют минимум взнос и конкретные условия по вейджеру, что является казино онлайн прекрасным вариантом для геймеров.</p>\n<p>Бонусы за внесение аккаунта поощряют геймеров вносить новые взносы. Данные оферты могут колебаться от определённых размеров доходя до процентной доли от вклада. Нередко предложения имеют ограничениями по времени и требованиями по отыгрышу, которые следует выполнить, прежде чем средства станут доступными для вывода. Некоторые казино, вроде казино вулкан, ещё предоставляют возвратные бонусы, отдавая обратно долю потерянных денег пользователям, что снижает риск потерь и делает игру более привлекательной.</p>\n<h2>Безвозмездные спины и премии без депозита</h2>\n<p>Безвозмездные спины и премии без взноса становятся все более популярными среди пользователей в вулкан онлайн казино. Данные премии позволяют пользователям начать игру без нужды вносить личные деньги, что делает их особенно привлекательными для новичков. Обычно бесплатные вращения даются на заданные игровые машины, и игроки могут использовать их для безвозмездного кручения катушек. Это обеспечивает перспективу протестировать игровой процесс и в том числе получить настоящие средства без риска.</p>\n<p>Премии без депозита также охватывают в себя разнообразные акции, такие как дополнительные деньги или безвозмездные пари на настольные игры. С целью приобретения подобных акций нередко необходима регистрация аккаунта и включение вознаграждения через промокод. Необходимо иметь в виду, что все добычи, полученные с применением безвозмездных спинов или бездепозитных бонусов, как правило требуют отыгрыша. Фактор отыгрыша в вулкан может изменяться от 20x до 50x, в соответствии с условий данного казино.</p>\n<h2>Программа лояльности и возврат денег (кэшбэк)</h2>\n<p>План лояльности в виртуальном вулкан казино выполняет основную задачу в приманивании и удержании игроков. Возврат средств &mdash; это одна из самых известных форм вознаграждения, даваемая участникам таких программ. Согласно правилах данного игрового клуба, участники имеют возможность возвращать кэшбэк в пределах 5%-20% от утрат. Такое позволяет уменьшить опасности и стимулирует участников к будущему участию в развлечениях. Необходимо подчеркнуть, что возврат средств как правило выплачивается на недельной или ежемесячной основе, что дает возможность игрокам распределять свои игровые периоды более результативно.</p>\n<p>Кроме этого, определённые игорные заведения показывают персонализированные системы вознаграждений, где размер кешбэка может увеличиваться в зависимости от уровня пользователя. Например, особые игроки способны рассчитывать на увеличенный процент возврата средств и дополнительные награды. Это создает ощущение уникальности и повышает мотивацию для достижения очередных этапов. Следует обратить внимание на правила вывода возврата средств: порой он доступен для немедленного вывода, а в других случаях необходим дополнительный отыгрыша.</p>\n<h2>Смартфонное софт и адаптированная версия для смартфонных устройств</h2>\n<p>Мобильные программы и оптимизированные модификации для переносных девайсов играют ключевую позицию в индустрии онлайн-казино. Мобильное софт предлагает игрокам более оперативный подключение к развлечениям, а также гарантирует надёжность и сохранность благодаря частым модернизациям. Клиенты могут наслаждаться популярными игровыми автоматами и карточными играми без зависаний, даже при неустойчивом интернет-соединении. Приложения также нередко показывают уникальные опции, например, как пуш-оповещения о актуальных бонусах или предложениях.</p>\n<p>С альтернативной стороны, адаптированная вариант для портативных девайсов предоставляет ещё более практичный вход в казино казино онлайн через браузер. Такое особенно практично подходит для пользователей, что не желает загружать дополнительное ПО на свое устройство. Эта версия самостоятельно адаптируется под монитор устройства, предоставляя удобный пользовательский интерфейс и доступность ко всем возможностям казино. Хотя на это, скорость действия может основываться от уровня сетевого подключения и эффективности устройства.</p>\n<p>Обе две площадки имеют свои преимущества, и решение между ими определяется предпочтений пользователя. Для тех, кто ценит скорость и устойчивость, лучше подойдет мобильное приложение. Тем всё же, в случае, если важна гибкость и сохранение места на девайсе, модифицированная версия станет замечательным решением.</p>\n<h2>Свежие зеркала игрового клуба для входа</h2>\n<p>Для гарантирования доступа к излюбленным игровым сайтам, в частности в ситуациях блокировок, игроки часто прибегают к альтернативным сайтам казино. Альтернативный адрес &mdash; это альтернативный ссылка сайта, который помогает миновать запреты и вести дальше гейминг без остановок. Основное плюс таких копий в том, что они в полной мере повторяют главный сайт, сохраняя все функции и возможности. Это означает, что участники могут зайти в свой профиль, ставить деньги и получать выплаты без лишних шагов.</p>\n<p>Однако следует осознавать о сохранности. Не все имеющиеся зеркала в равной степени надежны. Советуется задействовать исключительно те URL-адреса, которые даются легальными источниками или проверенными союзниками казино. Защита информации должна быть приоритетом для каждого игрока, поэтому стоит сторониться подозрительных платформ, которые могут стать причиной разглашения личной информации или денежных убытков. В идеале, игроки обязаны постоянно проверять новости от вулкан игорного заведения и подключаться к уведомлениям для доступа к актуальных зеркальных ссылок.</p>','Анализ казино: регистрация и однорукие бандиты','','publish','closed','','','analiz-kazino-registratsija-i-odnorukie-bandity','','','2025-10-08 20:00:43','2025-10-08 13:00:43','',0,'https://lion288slot.com/?p=279',0,'post','',0),
(280,1,'2025-10-08 20:00:43','2025-10-08 13:00:43','<h1>Анализ казино: регистрация и однорукие бандиты</h1>\n<p>Создание аккаунта в виртуальном казино &mdash; это первый шаг к увлекательному миру азартных игр. Необходимо выбрать доверенную систему, на которой поддерживаются все стандарты защиты. При заполнения формы на <a href=\"https://fumo-spo.ru/\">казино</a> в большинстве случаев потребуется предоставить имя, электронный адрес и телефонный номер. Определенные казино вдобавок запрашивают подтвердить идентичность, отправив изображение паспорта. Операция отнимает всего пару минуток, но обещает сохранность ваших информации.</p>\n<p>Азартные аппараты остаются самыми известными увлечениями в казино благодаря непринужденности и вариативности. Основополагающие выгоды азартных аппаратов:</p>\n<ul>\n<li>Простота эксплуатации: не требует особых знаний.</li>\n<li>Широкий выбор тем: от классических фруктовых слотов до современных видеоигр.</li>\n<li>Возможность больших призов: прогрессивные суперпризы могут доходить до многомиллионных значений.</li>\n</ul>\n<p>Геймерам следует замечать такие характеристики, как возврат средств игроку (RTP) и изменчивость слота. Значительный RTP говорит на большую вероятность отдачи, а нестабильность влияет на частоту и размер выигрышей. Выбирая слот, необходимо принимать во внимание свои предпочтения и средства, чтобы геймплей приносила удовольствие и оставалась безопасной.</p>\n<h2>Открытие профиля и вход в платформу</h2>\n<ol>\n<li>Перейти на вебсайт избранного казино.</li>\n<li>Нажать на клавишу \"Регистрация\".</li>\n<li>Ввести данные в бланк, введя имя, электронную почту и пароль.</li>\n<li>Верифицировать электронный адрес электронной почты, кликнув на ссылку в письме.</li>\n</ol>\n<p>После успешной регистрационного процесса игрок добывает право доступа ко всеми опциям системы, включая опцию увеличения баланса и снятия выигрышей.</p>\n<p>Логин в систему также легок и понятен интуитивно. Чтобы этой задачи нужно:</p>\n<ul>\n<li>Направиться на главную веб-страницу казино.</li>\n<li>Введите учетную запись и пароль в предназначенные графы.</li>\n<li>Щелкнуть \"Войти\".</li>\n</ul>\n<p>Важно осознавать, что большинство казино обеспечивают двухэтапную проверку для повышения безопасности аккаунта. Такое придаёт повышенный степень защиты и обеспечивает, что лишь владелец аккаунта сможет получить к нему доступ.</p>\n<h2>Аутентификация аккаунта: почему это важно и каким способом выполнить процедуру.</h2>\n<p>Аккаунт в онлайн казино нуждается в верификации для гарантии сохранности и предупреждения фрода. Процесс верификации позволяет убедиться, что пользователь представляет собой настоящей личностью, а не роботом или жуликом. Это ещё помогает игровому дому выполнять международные стандарты по противодействию легализации доходов и поддержке терроризма.</p>\n<p>Для того чтобы завершить процедуру идентификации, игроку требуется показать сканы или фотографии документов, удостоверяющих личность: паспорт или водительское удостоверение. Определённые казино могут потребовать доказательство домашнего адреса, к примеру, платёжку за услуги ЖКХ. Крайне важно удостовериться, что все документы разборчивые и современные, чтобы не допустить отсрочек в процессе проверки.</p>\n<p>Этап идентификации в большинстве случаев требует от некоторых времени до пары дней, в зависимости от регламента конкретного казино. По завершении успешного процедуры проверки участники обретают весьма широкий доступ к опциям сервиса, включая вывод средств и присоединение к бонусным предложениям. Такое не просто обеспечивает безопасность учетной записи, а также укрепляет уверенность между игроком и казино-оператором.</p>\n<h2>Внесение аккаунта: имеющиеся методы</h2>\n<p>Депозит счета в онлайн-казино становится ключевым действием для всякого игрока, и разнообразие предлагаемых способов обеспечивает возможность удовлетворить запросы даже самых избирательных пользователей. Наиболее известным способом считаются банковские карты, такие как Visa и MasterCard. Эти обеспечивают надежность и быстроту операций, а кроме того широко принимаются почти в каждом казино. Онлайн кошельки, такие как Skrill и Neteller, обеспечивают расширенный уровень сохранности и практичности, особенно для тех, кто выбирает не раскрывать своими финансовыми сведениями.</p>\n<p>Еще одним из популярным способом становится применение цифровых валют, включая Bitcoin и Ethereum. Эти завлекают геймеров из-за конфиденциальности и незначительным комиссиям за переводы. К этому, криптовалютные транзакции проводятся значительно скорее в сравнении с обычными методами. Необходимо отметить, что не все казино используют этот вариант депозита, поэтому перед определением сайта стоит удостовериться в поддержке этого метода.</p>\n<p>Кроме, многие геймеры отдают предпочтение карты с предоплатой, например, как Paysafecard. Этот метод дает возможность контролировать траты и предотвращать излишних трат. Преоплаченные карты возможно закупить во многочисленных торговых точках либо онлайн, что делает их доступными для широкого круга пользователей. Безотносительно от способа внесения на счета, следует учитывать темп проведения операций и вероятные доплаты, чтобы обеспечить максимально комфортный игровой процесс.</p>\n<h2>Наименьшая сумма депозита и особенности вклада денег.</h2>\n<p>Наименьшая размер пополнения &mdash; это ключевой фактор, который может определить выбор геймера в пользу того или иного виртуального казино. Большинство игорных заведений задают начальный уровень для внесения средств, который варьируется от 1 до 20 баксов. Такое позволяет привлечь более широкую публику, включая новичков в деле, которые не настроены играть с большими ставками. Следует иметь в виду, что низкий стартовый взнос не всегда гарантирует менее прибыльные условия игры. Некоторые сайты дают щедрые вознаграждения даже с минимальных ставках.</p>\n<p>Процедура пополнения средств в виртуальное казино обычно прост и интуитивно понятен. Ключевые варианты платежей содержат банковские карты, электронные кошельки и виртуальные валюты. До того как чем осуществить депозит, пользователю важно ознакомиться с условиями всей платежки, поскольку размеры комиссий и время обработки могут сильно варьироваться. Некоторые игорные заведения предоставляют мгновенные транзакции, что в особенности практично для тех, кто хочет тотчас же включиться в игру.</p>\n<h2>Выплата денег: требования и периоды обработки требований</h2>\n<p>Для успешного получения выигрышей в казино вулкан интернет-казино, геймерам необходимо принимать во внимание несколько основных аспектов. Первое, то, что необходимо иметь в виду, это минимум сумма для вывода. Часто она колеблется от 500 и до 1000 рублей, но способна варьироваться в зависимости от казино. Следует тщательно ознакомиться с правила, чтобы избежать нежелательных неожиданностей.</p>\n<p>Периоды обслуживания запросов также играют важную роль. В как правило, процесс требует от 24 до 72 часа. Однако, отдельные казино, например вулкан, имеют возможность предложить ускоренные выплаты для привилегированных игроков или за дополнительный сбор. Рекомендуется выяснить, какие варианты обналичивания имеются: карты банка, электронные кошельки, или цифровые валюты. Учтите, что у любого способа существуют свои периоды и сборы.</p>\n<p>Ключевым аспектом становится подтверждение аккаунта. Прежде чем стартовым обналичиванием множество казино просят верифицировать личность участника, показав копии документов. Этот процесс может потребовать максимум пары дней, тем не менее после данного завершения последующие переводы проходят намного быстрее. Геймерам следует предварительно собрать все требуемые документы, чтобы не допустить промедлений при выплате денег.</p>\n<h2>Виртуальные машины с дополнительными наградами и новшествами</h2>\n<p>Онлайн машины с призами и новинками продолжают приобретать известность среди любителей гэмблинга. казино вулканказино предоставляют игрокам обширный набор игровых машин, в которых любой найдет что-нибудь по нраву. Одним из основных ключевых аспектов, привлекающих интерес, становятся дополнительные функции, делающие игру более увлекательной и доходной. Это могут быть даровые вращения, множители выигрышей либо даже уникальные мини-игры, вносящие элемент сюрприза и тактики.</p>\n<p>Всякий интервал разработчики релизят свежие игрушки, стараясь удивить геймеров инновационными механизмами и визуальными эффектами. Например, недавно выпущенный слот от популярного провайдера NetEnt даёт возможность геймерам погрузиться в мир старинного Египта с шансом получить до 10 000x от ставки. Эти новинки не только увеличивают выбор игр в казино вулкан интернет-казино, но и мотивируют геймеров испытывать что-то новое. Необходимо учитывать, что взвешенная азартная игра &mdash; это залог радости и защищенности в сфере азартных развлечений.</p>\n<h2>Премиальные предложения гэмблинговых платформ: виды и правила получения</h2>\n<p>Игровые заведения предлагают многообразные бонусные оферы, каковые завлекают новых участников и поддерживают лояльных клиентов. Приветственные премии представляют собой наибольшими частыми и вручаются первым участникам в момент регистрационного процесса. Эти могут включать такие как приветственные бонусы, а также бездепозитные бонусы, позволяющие стартовать игру без затрат. Правила получения этих бонусов в большинстве случаев требуют минимум взнос и конкретные условия по вейджеру, что является казино онлайн прекрасным вариантом для геймеров.</p>\n<p>Бонусы за внесение аккаунта поощряют геймеров вносить новые взносы. Данные оферты могут колебаться от определённых размеров доходя до процентной доли от вклада. Нередко предложения имеют ограничениями по времени и требованиями по отыгрышу, которые следует выполнить, прежде чем средства станут доступными для вывода. Некоторые казино, вроде казино вулкан, ещё предоставляют возвратные бонусы, отдавая обратно долю потерянных денег пользователям, что снижает риск потерь и делает игру более привлекательной.</p>\n<h2>Безвозмездные спины и премии без депозита</h2>\n<p>Безвозмездные спины и премии без взноса становятся все более популярными среди пользователей в вулкан онлайн казино. Данные премии позволяют пользователям начать игру без нужды вносить личные деньги, что делает их особенно привлекательными для новичков. Обычно бесплатные вращения даются на заданные игровые машины, и игроки могут использовать их для безвозмездного кручения катушек. Это обеспечивает перспективу протестировать игровой процесс и в том числе получить настоящие средства без риска.</p>\n<p>Премии без депозита также охватывают в себя разнообразные акции, такие как дополнительные деньги или безвозмездные пари на настольные игры. С целью приобретения подобных акций нередко необходима регистрация аккаунта и включение вознаграждения через промокод. Необходимо иметь в виду, что все добычи, полученные с применением безвозмездных спинов или бездепозитных бонусов, как правило требуют отыгрыша. Фактор отыгрыша в вулкан может изменяться от 20x до 50x, в соответствии с условий данного казино.</p>\n<h2>Программа лояльности и возврат денег (кэшбэк)</h2>\n<p>План лояльности в виртуальном вулкан казино выполняет основную задачу в приманивании и удержании игроков. Возврат средств &mdash; это одна из самых известных форм вознаграждения, даваемая участникам таких программ. Согласно правилах данного игрового клуба, участники имеют возможность возвращать кэшбэк в пределах 5%-20% от утрат. Такое позволяет уменьшить опасности и стимулирует участников к будущему участию в развлечениях. Необходимо подчеркнуть, что возврат средств как правило выплачивается на недельной или ежемесячной основе, что дает возможность игрокам распределять свои игровые периоды более результативно.</p>\n<p>Кроме этого, определённые игорные заведения показывают персонализированные системы вознаграждений, где размер кешбэка может увеличиваться в зависимости от уровня пользователя. Например, особые игроки способны рассчитывать на увеличенный процент возврата средств и дополнительные награды. Это создает ощущение уникальности и повышает мотивацию для достижения очередных этапов. Следует обратить внимание на правила вывода возврата средств: порой он доступен для немедленного вывода, а в других случаях необходим дополнительный отыгрыша.</p>\n<h2>Смартфонное софт и адаптированная версия для смартфонных устройств</h2>\n<p>Мобильные программы и оптимизированные модификации для переносных девайсов играют ключевую позицию в индустрии онлайн-казино. Мобильное софт предлагает игрокам более оперативный подключение к развлечениям, а также гарантирует надёжность и сохранность благодаря частым модернизациям. Клиенты могут наслаждаться популярными игровыми автоматами и карточными играми без зависаний, даже при неустойчивом интернет-соединении. Приложения также нередко показывают уникальные опции, например, как пуш-оповещения о актуальных бонусах или предложениях.</p>\n<p>С альтернативной стороны, адаптированная вариант для портативных девайсов предоставляет ещё более практичный вход в казино казино онлайн через браузер. Такое особенно практично подходит для пользователей, что не желает загружать дополнительное ПО на свое устройство. Эта версия самостоятельно адаптируется под монитор устройства, предоставляя удобный пользовательский интерфейс и доступность ко всем возможностям казино. Хотя на это, скорость действия может основываться от уровня сетевого подключения и эффективности устройства.</p>\n<p>Обе две площадки имеют свои преимущества, и решение между ими определяется предпочтений пользователя. Для тех, кто ценит скорость и устойчивость, лучше подойдет мобильное приложение. Тем всё же, в случае, если важна гибкость и сохранение места на девайсе, модифицированная версия станет замечательным решением.</p>\n<h2>Свежие зеркала игрового клуба для входа</h2>\n<p>Для гарантирования доступа к излюбленным игровым сайтам, в частности в ситуациях блокировок, игроки часто прибегают к альтернативным сайтам казино. Альтернативный адрес &mdash; это альтернативный ссылка сайта, который помогает миновать запреты и вести дальше гейминг без остановок. Основное плюс таких копий в том, что они в полной мере повторяют главный сайт, сохраняя все функции и возможности. Это означает, что участники могут зайти в свой профиль, ставить деньги и получать выплаты без лишних шагов.</p>\n<p>Однако следует осознавать о сохранности. Не все имеющиеся зеркала в равной степени надежны. Советуется задействовать исключительно те URL-адреса, которые даются легальными источниками или проверенными союзниками казино. Защита информации должна быть приоритетом для каждого игрока, поэтому стоит сторониться подозрительных платформ, которые могут стать причиной разглашения личной информации или денежных убытков. В идеале, игроки обязаны постоянно проверять новости от вулкан игорного заведения и подключаться к уведомлениям для доступа к актуальных зеркальных ссылок.</p>','Анализ казино: регистрация и однорукие бандиты','','inherit','closed','closed','','279-revision-v1','','','2025-10-08 20:00:43','2025-10-08 13:00:43','',279,'https://lion288slot.com/?p=280',0,'revision','',0),
(281,1,'2025-10-08 21:48:56','0000-00-00 00:00:00','test','','','draft','closed','','','','','','2025-10-08 21:48:56','2025-10-08 14:48:56','',0,'https://lion288slot.com/?p=281',0,'post','',0),
(282,1,'2025-10-08 21:48:56','2025-10-08 14:48:56','test','','','inherit','closed','closed','','281-revision-v1','','','2025-10-08 21:48:56','2025-10-08 14:48:56','',281,'https://lion288slot.com/?p=282',0,'revision','',0),
(283,1,'2025-10-09 00:47:41','0000-00-00 00:00:00','test','','','draft','closed','','','','','','2025-10-09 00:47:41','2025-10-08 17:47:41','',0,'https://lion288slot.com/?p=283',0,'post','',0),
(284,1,'2025-10-09 00:47:41','2025-10-08 17:47:41','test','','','inherit','closed','closed','','283-revision-v1','','','2025-10-09 00:47:41','2025-10-08 17:47:41','',283,'https://lion288slot.com/?p=284',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(285,0,'2025-10-09 04:44:53','2025-10-08 21:44:53','[{\"term_slug\":\"6e926e99c95cf363c495975d2995f84f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"78dd4d7bebdba8caab9e2ff853b2e7f3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc.i-amphtml-embedded\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bc368a0d8e4c8dc126d5f2d9d376b2d4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"32cbcdc5dfac231079dd911df24735d3\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"796859c545b2b8bbc78aaf45428a856a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6c341bfced358c62f6d0507cb02c595c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f74dd261c0bbb601c9c2bebac91866cc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed-legacy>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1103860b579a837033c4baa2578d2cde\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05632efcdb03f348543a908bd58b5208\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d966a13a6b153c2af02d7685435e2191\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7c10c9a7a5da21835a8316b5d7e21491\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b6bd38549de6e60687ba6ef004148ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper>body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f49c84f57dc012e17cba9a783b3230c9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b569efb19a9b26f5c0b63aa5ccb6f98\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"98f7f952cdf89436d1fe8bfef9cd1dff\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef16232cb7c2b455dd95878bfef36ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"967f2883d59e1961f74302d034e20363\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"#i-amphtml-wrapper.i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"74cfdfb0b90c5a30a15f515ec5793db1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-scroll-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a15e44da56c1bf79870abe5023b84a95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-action]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d16f8f1a8797a2fe257afdf7e0770c55\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"body:not(.i-amphtml-subs-ready) [subscriptions-section]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e1339dfd5ce836fb59343ea2280744a2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e304f4ec3f6df028a03c5a319927aec1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-story .i-amphtml-loader-background\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"90d71052e4e57147bf5c7b77a4474890\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-autocomplete-results\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"4968113fe0bf02feb08d10681aacb08a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c7043094426cc546f37b75044b4c03\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-blurry-placeholder\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ab11958d7828e129dfcc6dacfa6538f6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=nodisplay]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7a56a2da869de0147a3128ae03b6a7ce\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"06e2f1baa02202f8b6e64ae762b52e31\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed][width][height]:not(.i-amphtml-layout-fixed)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"abb7edd7244e18c2bcf1206bc5c2f63b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-responsive\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbb02f9cbe1032d8273f84e1763271ad\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=responsive][width][height]:not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"02be1b3c96a02bb5618ee00f49035114\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1c24de44529a455723b7f5ecfb325e0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"424e38f6208529dda0deca9b5761551b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cf235538b0e34806687ec3e05217f3d7\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c994637899b3260f3b08af60acd30b7e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-intrinsic .i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"62bbfff47a671421852c730e6e75c52c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-intrinsic-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7956acf2a344f92b5c1d642d96009eba\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"85f1a444eefbab93f26482896ef0517d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fixed-height\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3763c1d45150b1bb670dcf26f6970f95\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"369be1b254f130414b0198b186e5c8e9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"597c7a1cda0081db7abf51f1fff65200\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fill.i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7eced3df1f3c799a47532b24d3ae213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=fill]:not(.i-amphtml-layout-fill)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0ebb421eab88295615fc41dedf317e93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-flex-item\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac7607581d0bf919bad773c14c4e7f71\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout=flex-item]:not(.i-amphtml-layout-flex-item)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cc6617893416bac6381cfe9f2610fa8d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-fluid\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"05b03d0f41d6c796546f040d56472ad2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"211f493cfc36aa016bbd1cabeedc95b5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-awaiting-size\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"163cff4c70bc46f71881b3e7e66d46a6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1c1a75a4d87a6e5a4195d81919e7df57\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-sizer.i-amphtml-disable-ar\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1bf411fe0f9d7bcf0de1ee9a82af86f8\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"704c2c3a7fab806172501bb0c68b6521\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined .i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ed3a6dc59f746d84ee645c7d70433516\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-replaced-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"851e321f225a5e780c69c1093c4fa080\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3b05a628fc5434156f1011e17f61cfc0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0810e2f827a96c5d28f4a097adf7c065\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"877f1688632ddcb840fcc05b782bfef5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"67ad44335dfff37be43caf4b3ea9055e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-unresolved\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"458cc5f045ce35dfc6b0299062b0487c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-select-disabled\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b1461c0ec91cc0e50413fcc3df42893\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a79d184c4bf2c1ac6bdb8b0e03fcbed5\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0a26ecf71f42183d674b37f23a3b5f76\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0991ec0e12d22ff55065ce8e97602a6c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1a21b76af7f00d9e2a1d87ea823fc85c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"963b1d5a1619a8e07bd1801383df5fa0\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e3127efb582e232b19e444f59b9e3d0b\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8c5c0526583da8fd3120c40c995b5f65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"249e96497ba86b7690a59ac6fce8eb65\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8eeb3fbf4ea07ba9ef69ad542775dfe1\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt:not(.i-amphtml-layout-container)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ffba64de2949b671984b2dc743d51a96\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not([layout=container]):not(.i-amphtml-element)\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"509454f95506892bd6c5af346f1b2213\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-ghost\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"c582270ca7786dd0383fd758b94745cb\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"459a208a950bd2aa1532a3740d8fb094\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[layout]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5f37837a4a2efd583dc3aaf2f7b3d02f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ac2ac0f42aff860bcf2167fd5d01a24e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e8088c8e910743a15e0914acc7bf6e6e\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f597934953747370cf60ed592724c062\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1f2047116156cb77916c13f5940f80ac\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element:not(.amp-notsupported)>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"add339ec65b68502249bfa77ca6e7956\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"efa7e3ef4c6af1f35e0cc3157a434732\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-container>[placeholder].hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b1cab7b841eb94d415c495c4e963fd93\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[fallback]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a0cd33acd45ade5cdb7b101eec489685\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0a007a258e63e30610eedaf4166cd44\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8a5a9a51902eba28aba28f3dc5d63314\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>[placeholder]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7627de0161e40639a3284a9da3f07244\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-hidden-by-media-query\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d9b23ae0d737d0ce55e8942c72473c2\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86126f5d472d40586dc65e040fe2e388\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element-error:before\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a2db1da3fca457f573c8f946d2626f15\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9d8399c965095d9dd0683dca6b17cb2a\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"i-amphtml-scroll-container.amp-active\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"15a888e79f5e1e182758333e8aed8349\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"207559750b0f3bd71acd406b5d1fe85f\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-notbuilt>.i-amphtml-loading-container\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"931fc2a18a45ccf3690af57d90552e1d\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-loading-container.amp-hidden\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9b14ca3eea5c95c289e619458db2381c\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6226542c6d4da8e2219b7d1dfab332dc\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-layout-size-defined>[overflow]\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bd54f11dad81cb6c72d924322908d6d9\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\".i-amphtml-element>[overflow].amp-visible\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8dfc48bb6b9b6286d08e9ddf113eeec6\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"html.i-amphtml-fie>amp-analytics\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"100a03e0c840b67977bf9c5decf711fe\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"6bf733ed6d30bbd71a9eb5826db12fb4\",\"data\":{\"code\":\"CSS_DISALLOWED_SELECTOR\",\"type\":\"css_error\",\"css_selector\":\"amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child\",\"node_name\":\"style\",\"parent_name\":\"head\",\"node_attributes\":{\"amp-runtime\":\"\",\"i-amphtml-version\":\"012203172113000\"},\"text\":\"\\n            html {\\n                overflow-x: hidden!important\\n            }\\n            \\n            html.i-amphtml-fie {\\n                height: 100%!important;\\n                width: 100%!important\\n            }\\n            \\n            html:not([amp4ads]),\\n            html:not([amp4ads]) body {\\n                height: auto!important\\n            }\\n            \\n            html:not([amp4ads]) body {\\n                margin: 0!important\\n            }\\n            \\n            body {\\n                -webkit-text-size-adjust: 100%;\\n                -moz-text-size-adjust: 100%;\\n                -ms-text-size-adjust: 100%;\\n                text-size-adjust: 100%\\n            }\\n            \\n            html.i-amphtml-singledoc.i-amphtml-embedded {\\n                -ms-touch-action: pan-y pinch-zoom;\\n                touch-action: pan-y pinch-zoom\\n            }\\n            \\n            html.i-amphtml-fie>body,\\n            html.i-amphtml-singledoc>body {\\n                overflow: visible!important\\n            }\\n            \\n            html.i-amphtml-fie:not(.i-amphtml-inabox)>body,\\n            html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {\\n                position: relative!important\\n            }\\n            \\n            html.i-amphtml-ios-embed-legacy>body {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important\\n            }\\n            \\n            html.i-amphtml-ios-embed {\\n                overflow-y: auto!important;\\n                position: static\\n            }\\n            \\n            #i-amphtml-wrapper {\\n                overflow-x: hidden!important;\\n                overflow-y: auto!important;\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                margin: 0!important;\\n                display: block!important\\n            }\\n            \\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,\\n            html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {\\n                -webkit-overflow-scrolling: touch!important\\n            }\\n            \\n            #i-amphtml-wrapper>body {\\n                position: relative!important;\\n                border-top: 1px solid transparent!important\\n            }\\n            \\n            #i-amphtml-wrapper+body {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper+body .i-amphtml-lightbox-element,\\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] {\\n                visibility: hidden\\n            }\\n            \\n            #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {\\n                visibility: visible\\n            }\\n            \\n            #i-amphtml-wrapper.i-amphtml-scroll-disabled,\\n            .i-amphtml-scroll-disabled {\\n                overflow-x: hidden!important;\\n                overflow-y: hidden!important\\n            }\\n            \\n            amp-instagram {\\n                padding: 54px 0px 0px!important;\\n                background-color: #fff\\n            }\\n            \\n            amp-iframe iframe {\\n                box-sizing: border-box!important\\n            }\\n            \\n            [amp-access][amp-access-hide] {\\n                display: none\\n            }\\n            \\n            [subscriptions-dialog],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-action],\\n            body:not(.i-amphtml-subs-ready) [subscriptions-section] {\\n                display: none!important\\n            }\\n            \\n            amp-experiment,\\n            amp-live-list>[update] {\\n                display: none\\n            }\\n            \\n            amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {\\n                display: none!important\\n            }\\n            \\n            amp-list [fetch-error],\\n            amp-list[load-more] [load-more-button],\\n            amp-list[load-more] [load-more-end],\\n            amp-list[load-more] [load-more-failed],\\n            amp-list[load-more] [load-more-loading] {\\n                display: none\\n            }\\n            \\n            amp-list[diffable] div[role=list] {\\n                display: block\\n            }\\n            \\n            amp-story-page,\\n            amp-story[standalone] {\\n                min-height: 1px!important;\\n                display: block!important;\\n                height: 100%!important;\\n                margin: 0!important;\\n                padding: 0!important;\\n                overflow: hidden!important;\\n                width: 100%!important\\n            }\\n            \\n            amp-story[standalone] {\\n                background-color: #000!important;\\n                position: relative!important\\n            }\\n            \\n            amp-story-page {\\n                background-color: #757575\\n            }\\n            \\n            amp-story .amp-active>div,\\n            amp-story .i-amphtml-loader-background {\\n                display: none!important\\n            }\\n            \\n            amp-story-page:not(:first-of-type):not([distance]):not([active]) {\\n                transform: translateY(1000vh)!important\\n            }\\n            \\n            amp-autocomplete {\\n                position: relative!important;\\n                display: inline-block!important\\n            }\\n            \\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                padding: 0.5rem;\\n                border: 1px solid rgba(0, 0, 0, 0.33)\\n            }\\n            \\n            .i-amphtml-autocomplete-results,\\n            amp-autocomplete>input,\\n            amp-autocomplete>textarea {\\n                font-size: 1rem;\\n                line-height: 1.5rem\\n            }\\n            \\n            [amp-fx^=fly-in] {\\n                visibility: hidden\\n            }\\n            \\n            amp-script[nodom],\\n            amp-script[sandboxed] {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\/*# sourceURL=\\/css\\/ampdoc.css*\\/\\n            \\n            [hidden] {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element {\\n                display: inline-block\\n            }\\n            \\n            .i-amphtml-blurry-placeholder {\\n                transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1)!important;\\n                pointer-events: none\\n            }\\n            \\n            [layout=nodisplay]:not(.i-amphtml-element) {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-layout-fixed,\\n            [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {\\n                display: inline-block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-responsive,\\n            [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-intrinsic,\\n            [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {\\n                display: inline-block;\\n                position: relative;\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-layout-intrinsic .i-amphtml-sizer {\\n                max-width: 100%\\n            }\\n            \\n            .i-amphtml-intrinsic-sizer {\\n                max-width: 100%;\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-layout-container,\\n            .i-amphtml-layout-fixed-height,\\n            [layout=container],\\n            [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {\\n                display: block;\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-fill,\\n            .i-amphtml-layout-fill.i-amphtml-notbuilt,\\n            [layout=fill]:not(.i-amphtml-layout-fill),\\n            body noscript>* {\\n                display: block;\\n                overflow: hidden!important;\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            body noscript>* {\\n                position: absolute!important;\\n                width: 100%;\\n                height: 100%;\\n                z-index: 2\\n            }\\n            \\n            body noscript {\\n                display: inline!important\\n            }\\n            \\n            .i-amphtml-layout-flex-item,\\n            [layout=flex-item]:not(.i-amphtml-layout-flex-item) {\\n                display: block;\\n                position: relative;\\n                -ms-flex: 1 1 auto;\\n                flex: 1 1 auto\\n            }\\n            \\n            .i-amphtml-layout-fluid {\\n                position: relative\\n            }\\n            \\n            .i-amphtml-layout-size-defined {\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-layout-awaiting-size {\\n                position: absolute!important;\\n                top: auto!important;\\n                bottom: auto!important\\n            }\\n            \\n            i-amphtml-sizer {\\n                display: block!important\\n            }\\n            \\n            @supports (aspect-ratio:1\\/1) {\\n                i-amphtml-sizer.i-amphtml-disable-ar {\\n                    display: none!important\\n                }\\n            }\\n            \\n            .i-amphtml-blurry-placeholder,\\n            .i-amphtml-fill-content {\\n                display: block;\\n                height: 0;\\n                max-height: 100%;\\n                max-width: 100%;\\n                min-height: 100%;\\n                min-width: 100%;\\n                width: 0;\\n                margin: auto\\n            }\\n            \\n            .i-amphtml-layout-size-defined .i-amphtml-fill-content {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                bottom: 0;\\n                right: 0\\n            }\\n            \\n            .i-amphtml-replaced-content,\\n            .i-amphtml-screen-reader {\\n                padding: 0!important;\\n                border: none!important\\n            }\\n            \\n            .i-amphtml-screen-reader {\\n                position: fixed!important;\\n                top: 0px!important;\\n                left: 0px!important;\\n                width: 4px!important;\\n                height: 4px!important;\\n                opacity: 0!important;\\n                overflow: hidden!important;\\n                margin: 0!important;\\n                display: block!important;\\n                visibility: visible!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 8px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 12px!important\\n            }\\n            \\n            .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {\\n                left: 16px!important\\n            }\\n            \\n            .i-amphtml-unresolved {\\n                position: relative;\\n                overflow: hidden!important\\n            }\\n            \\n            .i-amphtml-select-disabled {\\n                -webkit-user-select: none!important;\\n                -ms-user-select: none!important;\\n                user-select: none!important\\n            }\\n            \\n            .i-amphtml-notbuilt,\\n            [layout]:not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                position: relative;\\n                overflow: hidden!important;\\n                color: transparent!important\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,\\n            [layout]:not([layout=container]):not(.i-amphtml-element)>*,\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {\\n                display: none\\n            }\\n            \\n            amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {\\n                display: block\\n            }\\n            \\n            .i-amphtml-notbuilt:not(.i-amphtml-layout-container),\\n            [layout]:not([layout=container]):not(.i-amphtml-element),\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element),\\n            [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {\\n                color: transparent!important;\\n                line-height: 0!important\\n            }\\n            \\n            .i-amphtml-ghost {\\n                visibility: hidden!important\\n            }\\n            \\n            .i-amphtml-element>[placeholder],\\n            [layout]:not(.i-amphtml-element)>[placeholder],\\n            [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],\\n            [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {\\n                display: block;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-element>[placeholder].amp-hidden,\\n            .i-amphtml-element>[placeholder].hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element:not(.amp-notsupported)>[fallback],\\n            .i-amphtml-layout-container>[placeholder].amp-hidden,\\n            .i-amphtml-layout-container>[placeholder].hidden {\\n                display: none\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[fallback],\\n            .i-amphtml-layout-size-defined>[placeholder] {\\n                position: absolute!important;\\n                top: 0!important;\\n                left: 0!important;\\n                right: 0!important;\\n                bottom: 0!important;\\n                z-index: 1\\n            }\\n            \\n            amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {\\n                z-index: auto\\n            }\\n            \\n            .i-amphtml-notbuilt>[placeholder] {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-hidden-by-media-query {\\n                display: none!important\\n            }\\n            \\n            .i-amphtml-element-error {\\n                background: #11a54f;\\n                color: #fff!important;\\n                position: relative!important\\n            }\\n            \\n            .i-amphtml-element-error:before {\\n                content: attr(error-message)\\n            }\\n            \\n            i-amp-scroll-container,\\n            i-amphtml-scroll-container {\\n                position: absolute;\\n                top: 0;\\n                left: 0;\\n                right: 0;\\n                bottom: 0;\\n                display: block\\n            }\\n            \\n            i-amp-scroll-container.amp-active,\\n            i-amphtml-scroll-container.amp-active {\\n                overflow: auto;\\n                -webkit-overflow-scrolling: touch\\n            }\\n            \\n            .i-amphtml-loading-container {\\n                display: block!important;\\n                pointer-events: none;\\n                z-index: 1\\n            }\\n            \\n            .i-amphtml-notbuilt>.i-amphtml-loading-container {\\n                display: block!important\\n            }\\n            \\n            .i-amphtml-loading-container.amp-hidden {\\n                visibility: hidden\\n            }\\n            \\n            .i-amphtml-element>[overflow] {\\n                cursor: pointer;\\n                position: relative;\\n                z-index: 2;\\n                visibility: hidden;\\n                display: initial;\\n                line-height: normal\\n            }\\n            \\n            .i-amphtml-layout-size-defined>[overflow] {\\n                position: absolute\\n            }\\n            \\n            .i-amphtml-element>[overflow].amp-visible {\\n                visibility: visible\\n            }\\n            \\n            template {\\n                display: none!important\\n            }\\n            \\n            .amp-border-box,\\n            .amp-border-box *,\\n            .amp-border-box :after,\\n            .amp-border-box :before {\\n                box-sizing: border-box\\n            }\\n            \\n            amp-pixel {\\n                display: none!important\\n            }\\n            \\n            amp-analytics,\\n            amp-auto-ads,\\n            amp-story-auto-ads {\\n                position: fixed!important;\\n                top: 0!important;\\n                width: 1px!important;\\n                height: 1px!important;\\n                overflow: hidden!important;\\n                visibility: hidden\\n            }\\n            \\n            html.i-amphtml-fie>amp-analytics {\\n                position: initial!important\\n            }\\n            \\n            [visible-when-invalid]:not(.visible),\\n            form [submit-error],\\n            form [submit-success],\\n            form [submitting] {\\n                display: none\\n            }\\n            \\n            amp-accordion {\\n                display: block!important\\n            }\\n            \\n            @media (min-width:1px) {\\n                 :where(amp-accordion>section)>:first-child {\\n                    margin: 0;\\n                    background-color: #efefef;\\n                    padding-right: 20px;\\n                    border: 1px solid #dfdfdf\\n                }\\n                 :where(amp-accordion>section)>:last-child {\\n                    margin: 0\\n                }\\n            }\\n            \\n            amp-accordion>section {\\n                float: none!important\\n            }\\n            \\n            amp-accordion>section>* {\\n                float: none!important;\\n                display: block!important;\\n                overflow: hidden!important;\\n                position: relative!important\\n            }\\n            \\n            amp-accordion,\\n            amp-accordion>section {\\n                margin: 0\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section>:last-child {\\n                display: none!important\\n            }\\n            \\n            amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {\\n                display: block!important\\n            }\\n            \\/*# sourceURL=\\/css\\/ampshared.css*\\/\\n        \",\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f83e0253d1d4a0a6a85fd05e763475d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9033f7038081256941379863aae103c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"76433cca2e00a68400373d60cf6f0513\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"62860cb1664e9a052e19f2c545c91c4e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"dcd77f2a6f9f9522e1c5d024186255b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b1ceaa16b0df0f5570ef697609873a03\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-anim\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3d1578a216bc1f57982436962e7e22d5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2ae859ca84bafdf81ddf4108f0f232c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5afa01d22f93dcac5d576ce8bd45077b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3ae64f8e3434e063ffe2801fae615931\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f4e69dbd0d8b48e89d38cb925763e3af\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"588b3e45124d098cb6ef84e7a2a2509a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"63cce02d8c29d0337c989afceaa35a32\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"276cf4eb810de7ce63a2c1032329dc3a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a623af3ecbf5280833e8a65944f6021\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"458c75ece7c3149e05af34e3ce13c76e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0b766511de69da49106546f306e83146\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a521746ec6d166a090c86b115d7a9688\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"39fd6b74c9b4addb2562963f23398dad\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ad082713c5e670893d13526536657b2f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"364a955c675a53398eac5ee4f0967bb4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8f154de0abb014521a8329e9b84963da\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f1c9a63cd2edd37284437774f936ecd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e75555d2e56ff66818510362a844520d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7120a09543cf3b1cca4962415cbff6c0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a483af5fe86e35a9d69e48d2993f6334\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6edacc102ae8a1e31ddc2991ddce6bf2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d39c0df624d09a5c792287e0f51f227\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"59904f207b6dff062b67872b17f7d4dd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"24837ef6bc65a728a01ee4ab44d5b7e5\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"802c1720b6074c5e946f4bdc737159bf\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3dc4319f60b4f4ef16fbf8b79a7e4e16\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7b3244efc84e471f4602005024a8a8ff\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f26da11175246dcc7856dd580526c6fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d449ba8f544f21b44c50c472fed4c49f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6d87618514cbe83eba3a5d44afefe9b2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ac9b1134ce514acbef0f3ed832a22621\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c9fdc47bfd9582932ee50adf76bc658d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f7f66c19c08db7f71ac4c3b3592ef49\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7f4351c83771c7ca79e45c7880ab4fb9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7d7a8b08ab6cf9f727bd619e503002d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"207153a6d40925603f4a5367794d0109\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"339287f0a393a42ab87ba8689d0e0998\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"44493061bad042ac4ba67ea55f3eb524\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"eb4b318bd9844d1d89a58a46cc5d15cb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"509392f7772bd0608c5fd44a2e494e0a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"332a8e1938e1247c7bfefb180295c8ed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2bd0a89b6e66870cda5f44dfb5bf6ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a83705b718e3abe8610ba6052bf4612c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2449eea9b4ded25bd9ca53a6a33d624c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aeb7d593fee7b735eaff4fd1b27f2d6\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d076791fa344cbb016d3c8b31e5d8a2a\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b6af6f71478f43b01f35484551e32945\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"72516e825dc365b1408d36e9c8bc8253\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1cedeb8d3685d736ad04df719bb1d660\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2c677e199534ea996f0fba9bef425ca\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9275ad111ebfa32170791c9b38d87878\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d84eff10f8c6acb764406d5d24447c80\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"67d7e6ac48eed2646ea9316e51e283f1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"820fb7030dbe44f0e5c3c6d203e371f4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f7dff93b5c05cc46f2425c8d42d2f6c3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca676852e573e74a1978c177f7150085\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"83ea3f15cc9167b42e0fcec04724b054\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43ee0ffac52a6b0d4bad67b8b1d3bf87\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8d79a76b650d973e81c7b34960767ed9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ca1d14259a252803ebfaf57353503759\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6ce7160f4727622b2c86edcc891230e9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4ca8b24c405f053b5bbf36ebafd0ed5e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e2152cdd7af9215ef49e56f632e70df\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYwIiB3aWR0aD0iMTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5c4c552d0f86271fafb6722cc567bfb3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2994859cf57076f43fb88c78280badc\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7d3ee3196bd84b5ec362be9b794c77fe\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7938e2bf4ebde18e29dd2a934f29df61\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fc3209ef55292b86a63692a7144e979c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"aba801beb8f1700360e8a73cdd02e3e1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"4027486a3b922db649366a6445ae906c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"43c47de6f7f64a3d1806ab528e57b1fb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"1c619d5e444706fe81f0edc8117e194d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3b06a40158ec720c60aedcab7b0bbd0c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5aa893f7cd897480267eb6ce1a1136c4\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"28737599554d0339f3f7fe7e95b5a748\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d073289ac37ccdd33a71b6e70808a922\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"8a42efe8e2f20709f539920fb178e627\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f463cae494b511a99d1609b664719f2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d623e1a116bf6b26764813fb6fa1b687\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0e0455c0d2d0fcf810d9f1aa11397479\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"90a77d7d1b6c89c44f5c6dac2d1bd410\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5f54b6bc76c3c731a6f6ccad9b2fc5f9\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"297fbdada7b69c0ffcba2588fff1daed\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3f468f4c26258ae0eb1f443e0af89908\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f158b5578094c9ab4b803c978d3f3c12\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7cd55e67301e99cc315d883d0a15e4cd\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"327c430718e73ec34fe89fe9e37394b1\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"c8e40597a77f67d4181bc2ad93d030a2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5dc21845b442abf8caefa2034025b209\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"96f691b9d1c2382cccdc0f16c795eab2\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"212eef404e7aecd6bbdb82fa82a7476d\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"de2fb5d6ba6e1def48f338808cf8625b\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"db737007a0445f4c686fdb4422e37a13\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"55320d73f312c61b7c994e96496d3b89\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"829ad2bcdf43980286bb7b357081d349\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6aa4139b7260887ec367e8326562aa4c\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2948a5adde172d5c5cea2b50f288e2ac\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"7a2b47de5d5027fc77e03fc082255551\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0a5caba6aa7ff2f853d77f355bf552b3\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cf00ada513a65ef3aa7076f31704345e\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5fa14d0ee5126a2cbafeec1854c4c8ba\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"6f0e0df11772639d8e8ec5fd009c17b0\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-intrinsic\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2691cd24b0e7ef8cd6b1e34253306431\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-layout-size-defined\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes i-amphtml-layout-intrinsic i-amphtml-layout-size-defined\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b86c416482be3fc0a436766c9b29740f\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-sizer\",\"node_name\":\"class\",\"parent_name\":\"i-amphtml-sizer\",\"element_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"i-amphtml-sizer\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"cb2019334c88677deceb643e341e6fbb\",\"data\":{\"code\":\"DISALLOWED_ATTR_CLASS_NAME\",\"type\":\"html_attribute_error\",\"class_name\":\"i-amphtml-intrinsic-sizer\",\"node_name\":\"class\",\"parent_name\":\"amp-img\",\"element_attributes\":{\"alt\":\"\",\"aria-hidden\":\"true\",\"class\":\"i-amphtml-intrinsic-sizer amp-wp-unknown-size amp-wp-unknown-width amp-wp-unknown-height amp-wp-enforced-sizes\",\"role\":\"presentation\",\"src\":\"data:image\\/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI2IiB3aWR0aD0iMTEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIvPg==\",\"width\":\"1200\",\"height\":\"400\",\"layout\":\"intrinsic\"},\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e11a26aa2ad342bb36c19b79ab09e93f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"async\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.mjs\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1d6511080509f8f89501f92db80d5ad3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0.js\",\"crossorigin\":\"anonymous\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a1170acfbe89118b02612d924454ba77\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.mjs\",\"async\":\"\",\"custom-element\":\"amp-anim\",\"type\":\"module\",\"crossorigin\":\"anonymous\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"621a0620cddff518c050f892caa46f15\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"async\":\"\",\"nomodule\":\"\",\"src\":\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-anim-0.1.js\",\"crossorigin\":\"anonymous\",\"custom-element\":\"amp-anim\"},\"node_name\":\"nomodule\",\"parent_name\":\"script\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"5df0ca684b4c726043824560780c6d94\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/logo.png\",\"alt\":\"Lion288\",\"width\":\"300\",\"height\":\"99\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a95a4eaef4c51496030dc7c80a848e52\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2b14c97bdc2b8d0ff2579f955fcc9d3a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"slider\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/slider\\/slider.jpg\",\"width\":\"1920\",\"height\":\"613\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"78fc20759507ae314726b15f101df5cc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Jackpot Slot\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/tips-menang.gif\",\"width\":\"640\",\"height\":\"183\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-anim\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f087b7093b90c6bd722e3cfba2149f9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"26c8ad566f90895dd571588b0206682e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Gates of Olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Olympus.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b508819e08ea6a8fcda3f98c23f01085\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bdad24da3f4c1a4afa0263572280427c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Starlight Princess<\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Starlight Princess.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"f311efde56281d9471cce3b81ab4e2e3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f3f86f7561afc02d31e44fa7c2ae08a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gates of olympus\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Sweet Bonanza.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb2ed584b00392ec0d0eb081983ca34e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"ddb63efb65b8b25324fe3c3969e3e5eb\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"power of thor megaways\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Power of Thor Megaways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"984e4841895598da2bc6d1daada6eca5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e9d17b40cff9db1521a162c30423bc59\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasure Wild\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Aztec Gems.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9f0ead2252c5901ec732b22574a63f3f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a2945f0d940c0c8e1fdf369171b0879e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Aztec Bonanza\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Daily Wins\\/Gates of Gatot Kaca.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"06fc760147e823d12cf4bdafaba06a9d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"61fd7bfee89f5c4615cb71511ae35e3d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"treasure bowl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Mahjong Ways.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"124430ff42a8ecf042e36dd43e2cf3df\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"0f5e0bba069e85da844f8b31609026f8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Break Away Lucky Wilds\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Koi Gate.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"918eec4b45fa9d1fed17bd1bb19dbec2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"bb46d10cc26208936ed88a3dd3d855f6\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"1000 Wishes\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gem Saviour Conquest.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"af5d1b580f4d36fbe1d6df9912ff4f14\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"10a4cf00df02f56f1438ce013ced2704\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Chronicles of Olympus X Up\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Gold Blitz.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"08dd9140033211df73e2eef4abb86e4f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"f983dcaa814a264544e60745ec4a3539\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Elven Gold\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Roma.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d40a5206c038cd5a080a71d483986592\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"05862b2e9f7ed7c8418dbc3b8a3f2d77\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Silverback Multiplier Mountain\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Popular Games\\/Fiery Sevens.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3aa71fd0e6ce0aa9fccd742ce52f0393\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"2f1e23af69ac21ac2f5e151d3ff124ae\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Phoenix Rises\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Lucky Neko.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"fa0e24486ee10c13ad912978627a140d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"867cc544938196af64b79b4ce7e6e4ea\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Fortune Tiger\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Fortune Tiger.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"3330a02bb76f117d7d841adb4f55d9fe\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b015b29921919700cc02f7b3c7736dde\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"garuda gems\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Treasures of Aztec.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"b2122012c8f6ee47f4c3573775f52cd3\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"9d12273fed7ef05e1ee182c451a877a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Wild Bandito\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Wild Bandito.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"88fd198c377424d3ee98f10c95cb7483\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"290b8b2174564b4852b548e0e11c4a39\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"wild fireworks\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Dreams of Macau.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"d46432a8cedd60ac210c61410bc6df64\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-ssr\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"e16ae825fed3c279e2c9d4dccc6586ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"Treasures Aztec\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/games\\/Hot Games\\/Rooster Rumble.jpg\",\"width\":\"200\",\"height\":\"200\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"data-hero-candidate\":\"\",\"data-hero\":\"\",\"i-amphtml-ssr\":\"\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b090ad96786f23f68d17bb48d4e10910\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pragmatic\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pragmatic.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"418f1b22d9c1dfe1bfc3b8c968d3f7c8\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"pgsoft\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/pgsoft.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b33039180d7711dd0ebe40da9c877ff2\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"habanero\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/habanero.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"21aece179c2005210caea7862aa9957c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"cq9\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/cq9.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b58234a7798889735ad2aacc728e9ed4\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"spadegaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/spadegaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"23d1ef00083eb55697c4e71fdd3a78c5\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ttg\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ttg.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"ca51678da00f20bdcb04db1b379447dc\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"joker\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/joker.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"bb1b0e886f7be10a58e9e71acbd24348\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"microgaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/microgaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"94232c49fc235dc5c70009429e05e93f\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ion casino\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/ioncasino.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e54f6ed8723cb33f3550efbfe3018750\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"sexy gaming\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sexygaming.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"63e9e7b9a3c5bbba993d76a3958c9758\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"allbet\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/allbet.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"d57dfa739733177ca52105a4c47b467a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"idnlive\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/idnlive.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8b8ea83f8844293493697f7db4146029\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"saba sports\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/provider\\/sabasports.png\",\"width\":\"120\",\"height\":\"60\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b7844666f2c3772175df23670a6ca735\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bca\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bca.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"86801a7e55eb84dcf4d6ba9942b6663b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"danamon\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/danamon.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"184507215bcd74f3996a279622328e01\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"permata\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/permata.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"0c010fc8459d8cb6a328f1a82bcb3a1e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"mandiri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/mandiri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3c34dccfe3d3dd71c9bf53e4ea0dbd9c\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bni\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bni.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"a131091640987968f73bc9f01447c6d7\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3556b6463a9b6f81ac6550c12513e058\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"btpn\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/btpn.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"cbd30b70b79b5756957e663945a72606\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"panin\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/panin.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"b0105ad0880ee321888f8a360b977e13\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"maybank\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/maybank.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8aedabb81fef4a2e08fcd6f55ae408c9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"bjb\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/bjb.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"9335249ad09a8c11636b1bf34985547a\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"xl\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/xl.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"3195de98192cc548bb70376e053fbb2e\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"tri\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/tri.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"5ef3c46a4f96d4382dce19f36ffabdf9\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"telkomsel\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/telkomsel.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"1b3e590ab29e330c8db6953b87365dd1\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"axis\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/axis.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"8065060c4500e33edf1fe72ad26441a0\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/dana.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"7f812c36d7a2a1b6a6e4163e26c6645d\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"ovo\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/ovo.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"e0c78a7ef15d83938758d95bff5859ed\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"link aja\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/linkaja.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"be7d3a22cafa6ecff688708f3794c10b\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"gopay\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/gopay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"24f45739d9a8eebf8f26a17478432585\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"dana\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/shopeepay.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"a35832e2f5938a6647333b9358c43743\",\"data\":{\"node_name\":\"i-amphtml-sizer\",\"parent_name\":\"amp-img\",\"code\":\"DISALLOWED_TAG\",\"type\":\"html_element_error\",\"node_attributes\":{\"slot\":\"i-amphtml-svc\",\"class\":\"\"},\"node_type\":1,\"sources\":[]}},{\"term_slug\":\"03654a8194d1e8f1fef3bf85513596ba\",\"data\":{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"alt\":\"jenius\",\"src\":\"https:\\/\\/Lion288Slot.com\\/wp-content\\/themes\\/mabar88\\/images\\/bank\\/jenius.png\",\"width\":\"110\",\"height\":\"26\",\"class\":\"amp-wp-enforced-sizes\",\"layout\":\"intrinsic\",\"i-amphtml-layout\":\"intrinsic\"},\"node_name\":\"i-amphtml-layout\",\"parent_name\":\"amp-img\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[]}},{\"term_slug\":\"948fc80788093a890c0436dd8f3d5fe4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"speculationrules\"},\"text\":\"\\n{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:[__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__,__DOUBLE_QUOTED_STRING__]}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}},{__DOUBLE_QUOTED_STRING__:{__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}}]},__DOUBLE_QUOTED_STRING__:__DOUBLE_QUOTED_STRING__}]}\\n\",\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"speculative-loading.php\",\"line\":242,\"function\":\"wp_print_speculation_rules\",\"hook\":\"wp_footer\",\"priority\":10}]}}]','https://lion288slot.com/analiz-kazino-registratsija-i-odnorukie-bandity/','','publish','closed','closed','','d443b532c6a1ce84bfc11d018f65f68a','','','2025-10-09 04:44:53','2025-10-08 21:44:53','',0,'https://lion288slot.com/amp_validated_url/d443b532c6a1ce84bfc11d018f65f68a/',0,'amp_validated_url','',0);
INSERT INTO `wp_posts` VALUES
(286,1,'2025-10-09 06:14:24','0000-00-00 00:00:00','test','','','draft','closed','','','','','','2025-10-09 06:14:24','2025-10-08 23:14:24','',0,'https://lion288slot.com/?p=286',0,'post','',0),
(287,1,'2025-10-09 06:14:24','2025-10-08 23:14:24','test','','','inherit','closed','closed','','286-revision-v1','','','2025-10-09 06:14:24','2025-10-08 23:14:24','',286,'https://lion288slot.com/?p=287',0,'revision','',0),
(288,1,'2025-10-09 13:45:32','2025-10-09 06:45:32','<h1>Исследование опций и способностей платформы игорного заведения</h1>\n<p>Главным моментом при оценке опций портала гэмблинг-платформы оказывается эргономичность интерфейса. Пользователи ждут, что ресурс будет легким в использовании, с простым доступом к развлечениям и возможностям. Значима также гибкость оформления &mdash; способность приятного применения как на персональных компьютерах, так и на смартфонах. Кроме того, интеграция передовых разработок, например, как онлайн-чат для обслуживания пользователей, заметно улучшает уровень обслуживания и доверие пользователей. олимп казино делает это особенно удачно.</p>\n<p>Ещё единственный важный компонент &mdash; это вариативность игровых автоматов. Актуальные платформы казино, такие как <a href=\"https://aatk.kz/\">олимп казино</a>, предлагают разнообразный ассортимент одноруких бандитов, игр за столом и в том числе и реальных крупье. Присутствие сертификатов от авторитетных надзорных органов, таких как MGA или UKGC, обеспечивает добросовестность и прозрачность игровых процессов. Акционные оферы также выполняют важную задачу в завлечении новых пользователей: начальные поощрения, фриспины и системы поощрения постоянных клиентов могут значительно увеличить внимание к ресурсу.</p>\n<p>Не менее значительным важным моментом становится безопасность данных пользователей олимп казино. Ресурсы казино вынуждены применять новейшие методы криптографии для защиты персональных данных и платежных процессов. Помимо этого необходимо обратить внимание на скорость выплат, что представляет собой крайне важным для геймеров. Доверенные казино рассматривают запросы на выплату в течение суток-двух, что содействует развитию удовлетворительного пользовательского впечатления.</p>\n<h2>Идея игрового салона</h2>\n<p>Азартный клуб &mdash; это не просто место для развлечений, это динамичная среда, где участники могут получать удовольствие от разнообразием игр и ощущением азарта. В основе акцента всегда сосредоточено уровень сервиса и комфорт для посетителей. Современные азартные заведения предоставляют не только классические столовые игры, но и новейшие инновации в мире видеослотов, предоставляя уникальный опыт для каждого гостя.</p>\n<p>Следует подчеркнуть, что в азартных заведениях особое внимание уделяется охране и защите данных клиентов. Задействуются современные методы криптографии, чтобы обеспечить конфиденциальность личных сведений. Вдобавок, такие казино часто дарят большие премии и акции, которые превращают процесс игры еще более захватывающим. Посредством данному игроки имеют шанс не только развеяться, но и поднять свои шансы на выигрыш.</p>\n<p>Интерьер азартных заведений также выполняет существенную роль в формировании особенной обстановки. Дизайн пространств продуман до нюансов: от освещения до музыкального сопровождения &mdash; все помогает создать ощущения комфорта и уюта. Данные факторы преобразуют визит казино настоящим праздником для ценителей игорных развлечений.</p>\n<h2>Доступ для пользователей из многочисленных стран.</h2>\n<p>Пользователи из разных регионов испытывают различными факторами доступности онлайн-гемблинговым платформам. Лицензия служит важным фактором, решающим, имеют ли возможность пользователи из указанной страны законно зарегистрироваться и участвовать в играх. Например, казино с аккредитацией от Мальтийской комиссии или Кюрасаоского регулятора часто предоставляются для большинства игроков из Европы, в то время как игроки из Америки встречают более жесткие барьеры из-за местных законов.</p>\n<p>Также, валюта и методы оплаты влияют существенно в доступности. Игровые заведения, обеспечивающие разнообразие денег и способов оплаты, таких как PayPal или виртуальные деньги, гарантируют комфорт для игроков по всему миру. Это обстоятельство особенно существенно для геймеров из государств с нестабильной экономикой, где классические банковские системы могут быть неустойчивыми.</p>\n<p>Итак, языковая сопровождение отражается на комфорт геймеров. Платформы, предоставляющие меню на разных языках и постоянную поддержку клиентов, делают процесс игры более интуитивным и приятным. Адаптация содержания под региональные пристрастия также может значительно увеличить преданность пользователей и завлечь новых потребителей из разных регионов планеты.</p>\n<h2>Ориентирование по разделам интернет-ресурса</h2>\n<p>Ориентация по категориям веб-сайта &mdash; основной аспект для эффективного взаимодействия клиентов с онлайн платформами, особенно когда речь идет о казино. Пользователи часто находят оперативному входу к играм, акциям и поддержке. Наилучшая структура навигации и легко воспринимаемые элементы управления позволяют геймерам быстро отыскивать нужные разделы. Например, иконка \"Популярные забавы\" может привлечь к популярным игровым машинам и играм за столом, а раздел \"Акции\" поможет юзерам не потерять выгодные предложения.</p>\n<p>Эффективное ориентирование на интернет-ресурсе также подразумевает существование определенных групп и подразделов. Важно выделять основные компоненты с помощью цветовые акценты либо пиктограмм. Данное особенно актуально для смартфонных версий интернет-страниц, где площадь ограничено. Удобная навигация увеличивает удержание игроков и сокращает частоту отказов, что в конечном итоге отражается на доходность казино. Необходимо осознавать, что клиенты предпочитают простоту и быстроту нахождения нужных данных, поэтому дизайн интерфейса должен быть не только привлекательным, но и удобным в использовании.</p>\n<h2>Открытие профиля и получение вознаграждений</h2>\n<p>Регистрация в онлайн казино &mdash; это первый шаг к получению множества бонусов и плюшек. Для начала стартовать, пользователю требуется открыть учетную запись, заполнив несложную бланк с личными данными. Обязательно проверить, что полная информация предоставлена корректно, так как это упростит процесс верификации. По окончании регистрации учётной записи, большинство онлайн-казино дают начальные бонусы, что включают в себя бесплатные вращения или дополнительные деньги на баланс.</p>\n<p>Для получить бонусов необходимо внимательно ознакомиться с правила их предоставления. Часто онлайн-казино предъявляют условие вэйджера акционных средств определенное число раз, до того как они станут доступными для вывода. К примеру, если игорный дом дает 100% вознаграждение на стартовый вклад до 100 евро, игроку может требоваться отыграть сумму бонуса 30 раз, чтобы иметь право на вывод средств. Эти правила меняются у каждого предоставщика до иному, поэтому перед включением оферты советуется ознакомиться с условия и положения определенного казино.</p>\n<p>Кроме вступительных оферт, пользователи имеют возможность применить многочисленными спецпредложениями и системами поощрения. Большинство казино, включая казино олимп, проводят постоянные акции за депозит, возврат средств и участие в турнирах с крупными призами. Регулярное участие в этих мероприятиях позволяет не только повысить шансы на победу, но и придать игре больше азарта и разнообразия.</p>\n<h3>Как оформить учетную запись: важные действия для новых пользователей</h3>\n<p>С целью оформить учетную запись на платформе онлайн казино казино олимп, новым пользователям необходимо осуществить несколько ключевых шагов. Во-первых, важно подобрать надежное онлайн-казино с положительной репутацией. Данное реально осуществить, рассмотрев комментарии пользователей и убедившись в наличии сертификата.</p>\n<p>По завершении подбора сервиса, зайдите на веб-сайт и отыщите иконку \"Регистрация\". Часто она расположена в верхнем правом углу домашней страницы. Щелкнув на нее, вы раскроете форму для ввода данных. Тут нужно указать личные данные: фамилию, электронный адрес и номер телефона. Необходимо указывать актуальную информацию, поскольку это может потребоваться для верификации личности.</p>\n<p>Финальным стадией будет формирование устойчивого секретного кода. Он должен содержать не менее восьми символов, включая буквы верхнего и нижнего регистра, числа и особые знаки. После данного необходимо только верифицировать регистрацию через ссылку в e-mail на введенную электронную почту. Теперь ты готовы к первому взносу и игровому процессу в новом аккаунте!</p>\n<h2>Первые операции после входа</h2>\n<p>По завершении успешной регистрации в онлайн казино, геймеру стоит уделить внимание индивидуальные установки учетной записи. Данное даст возможность усовершенствовать игровой процесс и защитить защиту. В начальную очередь, предлагается поменять стандартный код доступа на более сложный, применяя сочетание символов, чисел и особых знаков. Также следует активировать двухступенчатую аутентификацию для усиленной защиты.</p>\n<p>Далее, важно ознакомиться с имеющимися бонусными офертами. Большинство сайтов предоставляют начальные премии, безвозмездные спины или возврат средств за стартовые взносы. Впрочем не стоит забывать о правилах ставок: вдумчиво просмотрите правила использования акций, чтобы не допустить неожиданностей при обналичивании выигрыша.</p>\n<p>В итоге, геймеру необходимо установить лимиты на внесения и беты. Это поможет управлять траты и предотвратить угрозы перебора средств. В некоторых казино есть функция самоблокировки или временной заморозки аккаунта, что может быть полезно для осознанной игры. Используя указанные несложные действия, пользователи могут весьма усовершенствовать свой опыт в онлайн казино и уберечься от частых ошибок новичков в деле.</p>\n<h2>Каким образом увеличить аккаунт</h2>\n<p>С целью того чтобы увеличить баланс в виртуальном казино, сначала следует войти в личный кабинет. Необходимо убедиться, что избранная платформа поддерживает необходимые способы оплаты. Преимущественно игорных заведений предлагают ассортимент вариантов: от банковских карт и до электронных кошельков и цифровых валют. После определения способа пополнения, игроку потребуется ввести сумму вклада и утвердить операцию.</p>\n<p>Некоторые казино дают вознаграждения за начальное депозит, которые могут достигать 100% от вложенных средств. Этот отличный способ увеличить стартовый капитал. Тем не менее, перед тем как использовать акцией олимп казино, необходимо тщательно изучить требования получения и отыгрыша бонусов. Часто нужно совершить определенное объем беттов, чтобы бонусные средства стали доступными для вывода.</p>\n<p>После результативного депозита счета деньги становятся доступны почти моментально. Такое предоставляет шанс немедленно включиться в развлечению и попробовать удачу на автоматах или столах для игры. Когда возникают возникновении запросов рекомендуется обратиться в саппорт игрового клуба, которая как правило функционирует круглосуточно и готова содействовать в разрешении всех вопросов.</p>\n<h2>Бонусные системы, доступные пользователям</h2>\n<p>В области онлайн казино промо системы выполняют ключевую функцию в завлечении и поддержании пользователей. Одним из самых популярных типов бонусов являются вступительные комплекты, которые могут включать в себя как денежные средства, так и бесплатные вращения на определенные слоты. Эти бонусы предоставляют шанс новым игрокам познакомиться с сайтом без крупных материальных инвестиций, что делает их особенно привлекательными для новичков.</p>\n<p>Еще ещё одной значимой особенностью выступают бонусы возврата, которые возвращают часть утраченных средств обратно на аккаунт игрока. Такое дает возможность минимизировать проигрыши и дает пользователям дополнительный стимул не прекращать играть. Обычно размер возврата средств изменяется начинается от 5% до 20%, в зависимости от политики конкретного казино.</p>\n<p>Также необходимо отметить VIP-программы, предлагающие особые бонусы лояльным клиентам. Участники таких программ обретают доступ к особым соревнованиям, где казино олимп обеспечивает индивидуальных кураторов и более привлекательные условия для ставок. Это создает осознание причастности к изысканному сообществу и мотивирует геймеров сохранять лояльными избранной системе.</p>\n<h2>Разделы азартных</h2>\n<p>Игровые категории в интернет-казино разнообразны и обеспечивают геймерам большой ассортимент увеселений. Игровые автоматы имеют важное положение благодаря своей непринужденности и ярким графическим эффектам. Данные игры манят как и новичков, а также опытных геймеров, предоставляя шансик заполучить значительные выигрыши. Важно заметить, что прогрессивные джекпоты часто являются основным моментом решения для многих геймеров.</p>\n<p>Ещё один популярный сегмент &mdash; это настольные игры, где геймеры могут насладиться игрой в классическими играми, такими как очко и рулетка. Эти самые игры требуют не только фортуны, но и планирующего анализа. В онлайн казино также можно найти лайв версии игр на столе, которые предоставляют более натуральный опыт благодаря контакту с реальными дилерами.</p>\n<p>Главные аспекты при определении категории игр:</p>\n<ul>\n<li>Собственное вкус: слоты или карточные игры?</li>\n<li>Возможность сорвать джекпот.</li>\n<li>Степень взаимодействий: индивидуальная сессия или игра с реальным крупье.</li>\n</ul>\n<p>Для тех, которые жаждет новые ощущения, рекомендуется обратить внимание на киберспорт и новшества в области, которые, как олимп казино кз, предлагают уникальные игровые механики и сюжеты.</p>\n<h3>Игры с шансом получить нарастающий джекпот</h3>\n<p>Игры с увеличивающимся кушом становятся все более распространенными среди участников, стремящихся попробовать счастье и выиграть крупные суммы. Растущий джекпот &mdash; это уникальный вид добычи, который растет с каждой ставкой, поставленной в игре. Фрагмент вклада всего участника вносится к совокупному призовому фонду, формируя возможность для крупных выигрышей. Например, подобные забавы, как Mega Moolah или Hall of Gods, знамениты своими многомиллионными выигрышами.</p>\n<p>Чтобы поднять вероятность на добычу растущего джекпота, важно определить развлечения с самыми большими потенциальными выигрышами и внимательно следить за текущим размером джекпота. Необходимо учитывать, что подобные развлечения часто требуют максимальной ставки для включения в розыгрыш джекпота. Бывалые пользователи рекомендуют вдумчиво разбирать правила и положения каждой сессии, чтобы разбираться в принципы работы начисления и получения джекпота.</p>\n<p>Ключевой тактикой может стать определение момента для игры. Множество участников склоняются к тому, чтобы участвовать в таких играх когда главный приз долго не выпадал, думая, что вероятность выигрыша растет. Тем не менее стоит помнить, что каждый жеребьёвка есть произвольным фактором, и олимп казино кз прошлые итоги не воздействуют на грядущие шансы.</p>\n<h3>Неповторимые видеослотные машины</h3>\n<p>Игровые аппараты, или как их еще обозначают слоты, являются важной составляющей всякого игорного заведения. Среди разнообразия предложений можно отметить несколько истинно неповторимых слотов, которые завлекают внимание пользователей своей оригинальностью и нетривиальными особенностями. Например, отдельные слоты дают пользователям возможность выиграть прогрессивный куш, что возрастает с всяким поставленным ставкой.</p>\n<p>Есть ряд параметров, по которым можно установить особенность слота:</p>\n<ul>\n<li>Тематика и дизайн: Многие игровые машины вдохновлены известными фильмами, книгами или даже историческими событиями.</li>\n<li>Премиальные опции: Особые раунды и маленькие игры могут существенно расширить шансы на добычу.</li>\n<li>Вариативность пари: Опция настраивать объем ставки дает возможность геймерам подстроить геймплей под свой бюджет.</li>\n</ul>\n<p>Вдобавок, актуальные игровые автоматы нередко применяют техники AR-технологии и VR-технологии, что превращает геймплей еще более увлекательным. Это вот в особенности важно для виртуальных казино, где важно обеспечить максимально реалистичную атмосферу для посетителей.</p>\n<h2>Раздел беттинга на атлетику</h2>\n<p>Пари на спортивные события приобретают все более популярными благодаря доступности и удобству онлайн-площадок. Основным аспектом результативного ставок на спорт является понимание видов пари и шансов. Классические пари охватывают индивидуальные ставки, экспрессы и схемы. Сольные пари самые легки: участник определяет исход единственного мероприятия. Пакетные ставки комбинируют несколько матчей, наращивая предполагаемый джекпот, но и риск растет.</p>\n<p>Осознание шансов также важно для успешных ставок. Оценки демонстрируют вероятность итога мероприятия и задают размер возможного выигрыша. Необходимо помнить, что даже незначительные корректировки в шансах могут весьма изменить окончательный результат. Конторы используют разные виды котировок: десятичные, фракционные и американские. Скажем, десятичные ставки более всего популярны в Европе.</p>\n<p>Новенькие зачастую выполняют просчет, полагаясь лишь на внутренний голос. Впрочем искушенные геймеры рекомендуют изучать показатели командных составов, учитывать нынешнее состояние игроков и даже климатические факторы перед тем, как сделать ставку. Важно учитывать, что игра должен оставаться весельем, а не способом прибыли.</p>\n<h2>Служба поддержки и помощь для геймеров.</h2>\n<p>Игроки, сталкивающиеся с трудностями в виртуальном казино, могут полагаться на многообразные виды сопровождения и содействия. Актуальные ресурсы обеспечивают непрерывную саппорт посредством онлайн-чат, электронную почту и телефон. Крайне важно, чтобы поддержка клиентов была не только достижимой, но и профессиональной. Администраторы необходимо быстро реагировать на вопросы, предоставляя понятные и корректные разъяснения.</p>\n<p>Для людей, кто нуждается в более специализированной содействии, многие гэмблинг-платформы работают вместе с ассоциациями по противодействию лудомании. Такие учреждения, такие как GamCare и BeGambleAware, предоставляют советы и помощь геймерам, имеющим проблемы с контролем над игрой. Осознанная игра делается все более приоритетной вопросом для индустрии: устанавливаются пределы на вклады и убытки, а также опции временной заморозки профиля.</p>\n<p>Кроме этого, пользователи могут воспользоваться развернутыми разделами FAQ, где размещены ответы на наиболее популярные запросы. Такое обеспечивает оперативно находить данные без надобности обращения в службу поддержки. Эксплуатация подобных ресурсов помогает не только экономить время, но и повышает убежденность игроков в порядочности и прозрачности платформы.</p>\n<h2>Партнерская программа клуба</h2>\n<p>Партнёрская программа клуба обеспечивает особую возможность для партнёров делать деньги на привлечении игроков. Участники программы системы зарабатывают вознаграждение за любого нового игрока, который регистрируется и стартует играть в гемблинг-заведение через их реферальную ссылку. Величина вознаграждения может колебаться начинаться от 25% вплоть до 50% от прибыли казино, в учитывая активности привлеченных пользователей и ранга партнера.</p>\n<p>С целью начать быть частью в программе, необходимо оформить регистрацию на сайте и заполучить индивидуальную пригласительную ссылку. Далее, партнеры имеют возможность задействовать разнообразные промо-инструменты: графические объявления, гиперссылки в тексте и продвиженческие материалы для раскрутки казино на своих ресурсах. Важно отметить, что игорный дом предоставляет развернутую статистику и исследование, что позволяет возможность сотрудникам мониторить результативность своих акций и усовершенствовать стратегии продвижения.</p>\n<p>Участие в партнёрской системе клуба олимп казино кз рентабельно как для профессиональных веб-мастеров, так и для начинающих в сфере аффилиат-маркетинга. Система гарантирует не только внушительные выплаты, но и поддержку на всех фазах сотрудничества. Эксперты игорного дома олимп казино всегда настроены поддержать с любыми вопросами, связанными с техническими вопросами или стратегиями продвижения.</p>\n<h2>Снятие выигрыша: условия и время</h2>\n<p>Для успешного снятия денег в интернет-казино, пользователям важно рассматривать несколько важных аспектов. Прежде всего, необходимо просмотреть с правилами, которые могут варьироваться в зависимости от платформы. Определенные игровые клубы, вроде казино олимп, запрашивают исполнения конкретных требований по вейджеру премий перед тем, как станет возможным вывод средств. Это означает, что значит, что игрок должен сыграть на заданную объем финансов, прежде чем сможет вывести средства.</p>\n<p>Во-других, сроки перевода средств обусловлены от предпочтительного варианта платежа. Электронные бумажники, например Skrill или Neteller, обычно проводят операции быстрее, нежели банковские переводы либо кредитные карты. Типичное время ожидания для онлайн-кошельков составляет от 24 до 48 часов, тогда как денежные переводы через банк могут продолжаться до 5 будних дней.</p>\n<p>В итоге, следует учитывать о возможных платежах. Отдельные игорные заведения, вроде олимп казино кз, не взимают плату за снятие денег, однако иные могут устанавливать фиксированную сумму или процентную ставку. Геймерам рекомендуется вдумчиво рассматривать правила и подбирать наиболее оптимальные предложения для минимизации дополнительных расходов.</p>','Исследование опций и способностей платформы игорного заведения','','publish','closed','','','issledovanie-optsij-i-sposobnostej-platformy-igornogo-zavedenija','','','2025-10-09 13:45:32','2025-10-09 06:45:32','',0,'https://lion288slot.com/?p=288',0,'post','',0),
(289,1,'2025-10-09 13:45:32','2025-10-09 06:45:32','<h1>Исследование опций и способностей платформы игорного заведения</h1>\n<p>Главным моментом при оценке опций портала гэмблинг-платформы оказывается эргономичность интерфейса. Пользователи ждут, что ресурс будет легким в использовании, с простым доступом к развлечениям и возможностям. Значима также гибкость оформления &mdash; способность приятного применения как на персональных компьютерах, так и на смартфонах. Кроме того, интеграция передовых разработок, например, как онлайн-чат для обслуживания пользователей, заметно улучшает уровень обслуживания и доверие пользователей. олимп казино делает это особенно удачно.</p>\n<p>Ещё единственный важный компонент &mdash; это вариативность игровых автоматов. Актуальные платформы казино, такие как <a href=\"https://aatk.kz/\">олимп казино</a>, предлагают разнообразный ассортимент одноруких бандитов, игр за столом и в том числе и реальных крупье. Присутствие сертификатов от авторитетных надзорных органов, таких как MGA или UKGC, обеспечивает добросовестность и прозрачность игровых процессов. Акционные оферы также выполняют важную задачу в завлечении новых пользователей: начальные поощрения, фриспины и системы поощрения постоянных клиентов могут значительно увеличить внимание к ресурсу.</p>\n<p>Не менее значительным важным моментом становится безопасность данных пользователей олимп казино. Ресурсы казино вынуждены применять новейшие методы криптографии для защиты персональных данных и платежных процессов. Помимо этого необходимо обратить внимание на скорость выплат, что представляет собой крайне важным для геймеров. Доверенные казино рассматривают запросы на выплату в течение суток-двух, что содействует развитию удовлетворительного пользовательского впечатления.</p>\n<h2>Идея игрового салона</h2>\n<p>Азартный клуб &mdash; это не просто место для развлечений, это динамичная среда, где участники могут получать удовольствие от разнообразием игр и ощущением азарта. В основе акцента всегда сосредоточено уровень сервиса и комфорт для посетителей. Современные азартные заведения предоставляют не только классические столовые игры, но и новейшие инновации в мире видеослотов, предоставляя уникальный опыт для каждого гостя.</p>\n<p>Следует подчеркнуть, что в азартных заведениях особое внимание уделяется охране и защите данных клиентов. Задействуются современные методы криптографии, чтобы обеспечить конфиденциальность личных сведений. Вдобавок, такие казино часто дарят большие премии и акции, которые превращают процесс игры еще более захватывающим. Посредством данному игроки имеют шанс не только развеяться, но и поднять свои шансы на выигрыш.</p>\n<p>Интерьер азартных заведений также выполняет существенную роль в формировании особенной обстановки. Дизайн пространств продуман до нюансов: от освещения до музыкального сопровождения &mdash; все помогает создать ощущения комфорта и уюта. Данные факторы преобразуют визит казино настоящим праздником для ценителей игорных развлечений.</p>\n<h2>Доступ для пользователей из многочисленных стран.</h2>\n<p>Пользователи из разных регионов испытывают различными факторами доступности онлайн-гемблинговым платформам. Лицензия служит важным фактором, решающим, имеют ли возможность пользователи из указанной страны законно зарегистрироваться и участвовать в играх. Например, казино с аккредитацией от Мальтийской комиссии или Кюрасаоского регулятора часто предоставляются для большинства игроков из Европы, в то время как игроки из Америки встречают более жесткие барьеры из-за местных законов.</p>\n<p>Также, валюта и методы оплаты влияют существенно в доступности. Игровые заведения, обеспечивающие разнообразие денег и способов оплаты, таких как PayPal или виртуальные деньги, гарантируют комфорт для игроков по всему миру. Это обстоятельство особенно существенно для геймеров из государств с нестабильной экономикой, где классические банковские системы могут быть неустойчивыми.</p>\n<p>Итак, языковая сопровождение отражается на комфорт геймеров. Платформы, предоставляющие меню на разных языках и постоянную поддержку клиентов, делают процесс игры более интуитивным и приятным. Адаптация содержания под региональные пристрастия также может значительно увеличить преданность пользователей и завлечь новых потребителей из разных регионов планеты.</p>\n<h2>Ориентирование по разделам интернет-ресурса</h2>\n<p>Ориентация по категориям веб-сайта &mdash; основной аспект для эффективного взаимодействия клиентов с онлайн платформами, особенно когда речь идет о казино. Пользователи часто находят оперативному входу к играм, акциям и поддержке. Наилучшая структура навигации и легко воспринимаемые элементы управления позволяют геймерам быстро отыскивать нужные разделы. Например, иконка \"Популярные забавы\" может привлечь к популярным игровым машинам и играм за столом, а раздел \"Акции\" поможет юзерам не потерять выгодные предложения.</p>\n<p>Эффективное ориентирование на интернет-ресурсе также подразумевает существование определенных групп и подразделов. Важно выделять основные компоненты с помощью цветовые акценты либо пиктограмм. Данное особенно актуально для смартфонных версий интернет-страниц, где площадь ограничено. Удобная навигация увеличивает удержание игроков и сокращает частоту отказов, что в конечном итоге отражается на доходность казино. Необходимо осознавать, что клиенты предпочитают простоту и быстроту нахождения нужных данных, поэтому дизайн интерфейса должен быть не только привлекательным, но и удобным в использовании.</p>\n<h2>Открытие профиля и получение вознаграждений</h2>\n<p>Регистрация в онлайн казино &mdash; это первый шаг к получению множества бонусов и плюшек. Для начала стартовать, пользователю требуется открыть учетную запись, заполнив несложную бланк с личными данными. Обязательно проверить, что полная информация предоставлена корректно, так как это упростит процесс верификации. По окончании регистрации учётной записи, большинство онлайн-казино дают начальные бонусы, что включают в себя бесплатные вращения или дополнительные деньги на баланс.</p>\n<p>Для получить бонусов необходимо внимательно ознакомиться с правила их предоставления. Часто онлайн-казино предъявляют условие вэйджера акционных средств определенное число раз, до того как они станут доступными для вывода. К примеру, если игорный дом дает 100% вознаграждение на стартовый вклад до 100 евро, игроку может требоваться отыграть сумму бонуса 30 раз, чтобы иметь право на вывод средств. Эти правила меняются у каждого предоставщика до иному, поэтому перед включением оферты советуется ознакомиться с условия и положения определенного казино.</p>\n<p>Кроме вступительных оферт, пользователи имеют возможность применить многочисленными спецпредложениями и системами поощрения. Большинство казино, включая казино олимп, проводят постоянные акции за депозит, возврат средств и участие в турнирах с крупными призами. Регулярное участие в этих мероприятиях позволяет не только повысить шансы на победу, но и придать игре больше азарта и разнообразия.</p>\n<h3>Как оформить учетную запись: важные действия для новых пользователей</h3>\n<p>С целью оформить учетную запись на платформе онлайн казино казино олимп, новым пользователям необходимо осуществить несколько ключевых шагов. Во-первых, важно подобрать надежное онлайн-казино с положительной репутацией. Данное реально осуществить, рассмотрев комментарии пользователей и убедившись в наличии сертификата.</p>\n<p>По завершении подбора сервиса, зайдите на веб-сайт и отыщите иконку \"Регистрация\". Часто она расположена в верхнем правом углу домашней страницы. Щелкнув на нее, вы раскроете форму для ввода данных. Тут нужно указать личные данные: фамилию, электронный адрес и номер телефона. Необходимо указывать актуальную информацию, поскольку это может потребоваться для верификации личности.</p>\n<p>Финальным стадией будет формирование устойчивого секретного кода. Он должен содержать не менее восьми символов, включая буквы верхнего и нижнего регистра, числа и особые знаки. После данного необходимо только верифицировать регистрацию через ссылку в e-mail на введенную электронную почту. Теперь ты готовы к первому взносу и игровому процессу в новом аккаунте!</p>\n<h2>Первые операции после входа</h2>\n<p>По завершении успешной регистрации в онлайн казино, геймеру стоит уделить внимание индивидуальные установки учетной записи. Данное даст возможность усовершенствовать игровой процесс и защитить защиту. В начальную очередь, предлагается поменять стандартный код доступа на более сложный, применяя сочетание символов, чисел и особых знаков. Также следует активировать двухступенчатую аутентификацию для усиленной защиты.</p>\n<p>Далее, важно ознакомиться с имеющимися бонусными офертами. Большинство сайтов предоставляют начальные премии, безвозмездные спины или возврат средств за стартовые взносы. Впрочем не стоит забывать о правилах ставок: вдумчиво просмотрите правила использования акций, чтобы не допустить неожиданностей при обналичивании выигрыша.</p>\n<p>В итоге, геймеру необходимо установить лимиты на внесения и беты. Это поможет управлять траты и предотвратить угрозы перебора средств. В некоторых казино есть функция самоблокировки или временной заморозки аккаунта, что может быть полезно для осознанной игры. Используя указанные несложные действия, пользователи могут весьма усовершенствовать свой опыт в онлайн казино и уберечься от частых ошибок новичков в деле.</p>\n<h2>Каким образом увеличить аккаунт</h2>\n<p>С целью того чтобы увеличить баланс в виртуальном казино, сначала следует войти в личный кабинет. Необходимо убедиться, что избранная платформа поддерживает необходимые способы оплаты. Преимущественно игорных заведений предлагают ассортимент вариантов: от банковских карт и до электронных кошельков и цифровых валют. После определения способа пополнения, игроку потребуется ввести сумму вклада и утвердить операцию.</p>\n<p>Некоторые казино дают вознаграждения за начальное депозит, которые могут достигать 100% от вложенных средств. Этот отличный способ увеличить стартовый капитал. Тем не менее, перед тем как использовать акцией олимп казино, необходимо тщательно изучить требования получения и отыгрыша бонусов. Часто нужно совершить определенное объем беттов, чтобы бонусные средства стали доступными для вывода.</p>\n<p>После результативного депозита счета деньги становятся доступны почти моментально. Такое предоставляет шанс немедленно включиться в развлечению и попробовать удачу на автоматах или столах для игры. Когда возникают возникновении запросов рекомендуется обратиться в саппорт игрового клуба, которая как правило функционирует круглосуточно и готова содействовать в разрешении всех вопросов.</p>\n<h2>Бонусные системы, доступные пользователям</h2>\n<p>В области онлайн казино промо системы выполняют ключевую функцию в завлечении и поддержании пользователей. Одним из самых популярных типов бонусов являются вступительные комплекты, которые могут включать в себя как денежные средства, так и бесплатные вращения на определенные слоты. Эти бонусы предоставляют шанс новым игрокам познакомиться с сайтом без крупных материальных инвестиций, что делает их особенно привлекательными для новичков.</p>\n<p>Еще ещё одной значимой особенностью выступают бонусы возврата, которые возвращают часть утраченных средств обратно на аккаунт игрока. Такое дает возможность минимизировать проигрыши и дает пользователям дополнительный стимул не прекращать играть. Обычно размер возврата средств изменяется начинается от 5% до 20%, в зависимости от политики конкретного казино.</p>\n<p>Также необходимо отметить VIP-программы, предлагающие особые бонусы лояльным клиентам. Участники таких программ обретают доступ к особым соревнованиям, где казино олимп обеспечивает индивидуальных кураторов и более привлекательные условия для ставок. Это создает осознание причастности к изысканному сообществу и мотивирует геймеров сохранять лояльными избранной системе.</p>\n<h2>Разделы азартных</h2>\n<p>Игровые категории в интернет-казино разнообразны и обеспечивают геймерам большой ассортимент увеселений. Игровые автоматы имеют важное положение благодаря своей непринужденности и ярким графическим эффектам. Данные игры манят как и новичков, а также опытных геймеров, предоставляя шансик заполучить значительные выигрыши. Важно заметить, что прогрессивные джекпоты часто являются основным моментом решения для многих геймеров.</p>\n<p>Ещё один популярный сегмент &mdash; это настольные игры, где геймеры могут насладиться игрой в классическими играми, такими как очко и рулетка. Эти самые игры требуют не только фортуны, но и планирующего анализа. В онлайн казино также можно найти лайв версии игр на столе, которые предоставляют более натуральный опыт благодаря контакту с реальными дилерами.</p>\n<p>Главные аспекты при определении категории игр:</p>\n<ul>\n<li>Собственное вкус: слоты или карточные игры?</li>\n<li>Возможность сорвать джекпот.</li>\n<li>Степень взаимодействий: индивидуальная сессия или игра с реальным крупье.</li>\n</ul>\n<p>Для тех, которые жаждет новые ощущения, рекомендуется обратить внимание на киберспорт и новшества в области, которые, как олимп казино кз, предлагают уникальные игровые механики и сюжеты.</p>\n<h3>Игры с шансом получить нарастающий джекпот</h3>\n<p>Игры с увеличивающимся кушом становятся все более распространенными среди участников, стремящихся попробовать счастье и выиграть крупные суммы. Растущий джекпот &mdash; это уникальный вид добычи, который растет с каждой ставкой, поставленной в игре. Фрагмент вклада всего участника вносится к совокупному призовому фонду, формируя возможность для крупных выигрышей. Например, подобные забавы, как Mega Moolah или Hall of Gods, знамениты своими многомиллионными выигрышами.</p>\n<p>Чтобы поднять вероятность на добычу растущего джекпота, важно определить развлечения с самыми большими потенциальными выигрышами и внимательно следить за текущим размером джекпота. Необходимо учитывать, что подобные развлечения часто требуют максимальной ставки для включения в розыгрыш джекпота. Бывалые пользователи рекомендуют вдумчиво разбирать правила и положения каждой сессии, чтобы разбираться в принципы работы начисления и получения джекпота.</p>\n<p>Ключевой тактикой может стать определение момента для игры. Множество участников склоняются к тому, чтобы участвовать в таких играх когда главный приз долго не выпадал, думая, что вероятность выигрыша растет. Тем не менее стоит помнить, что каждый жеребьёвка есть произвольным фактором, и олимп казино кз прошлые итоги не воздействуют на грядущие шансы.</p>\n<h3>Неповторимые видеослотные машины</h3>\n<p>Игровые аппараты, или как их еще обозначают слоты, являются важной составляющей всякого игорного заведения. Среди разнообразия предложений можно отметить несколько истинно неповторимых слотов, которые завлекают внимание пользователей своей оригинальностью и нетривиальными особенностями. Например, отдельные слоты дают пользователям возможность выиграть прогрессивный куш, что возрастает с всяким поставленным ставкой.</p>\n<p>Есть ряд параметров, по которым можно установить особенность слота:</p>\n<ul>\n<li>Тематика и дизайн: Многие игровые машины вдохновлены известными фильмами, книгами или даже историческими событиями.</li>\n<li>Премиальные опции: Особые раунды и маленькие игры могут существенно расширить шансы на добычу.</li>\n<li>Вариативность пари: Опция настраивать объем ставки дает возможность геймерам подстроить геймплей под свой бюджет.</li>\n</ul>\n<p>Вдобавок, актуальные игровые автоматы нередко применяют техники AR-технологии и VR-технологии, что превращает геймплей еще более увлекательным. Это вот в особенности важно для виртуальных казино, где важно обеспечить максимально реалистичную атмосферу для посетителей.</p>\n<h2>Раздел беттинга на атлетику</h2>\n<p>Пари на спортивные события приобретают все более популярными благодаря доступности и удобству онлайн-площадок. Основным аспектом результативного ставок на спорт является понимание видов пари и шансов. Классические пари охватывают индивидуальные ставки, экспрессы и схемы. Сольные пари самые легки: участник определяет исход единственного мероприятия. Пакетные ставки комбинируют несколько матчей, наращивая предполагаемый джекпот, но и риск растет.</p>\n<p>Осознание шансов также важно для успешных ставок. Оценки демонстрируют вероятность итога мероприятия и задают размер возможного выигрыша. Необходимо помнить, что даже незначительные корректировки в шансах могут весьма изменить окончательный результат. Конторы используют разные виды котировок: десятичные, фракционные и американские. Скажем, десятичные ставки более всего популярны в Европе.</p>\n<p>Новенькие зачастую выполняют просчет, полагаясь лишь на внутренний голос. Впрочем искушенные геймеры рекомендуют изучать показатели командных составов, учитывать нынешнее состояние игроков и даже климатические факторы перед тем, как сделать ставку. Важно учитывать, что игра должен оставаться весельем, а не способом прибыли.</p>\n<h2>Служба поддержки и помощь для геймеров.</h2>\n<p>Игроки, сталкивающиеся с трудностями в виртуальном казино, могут полагаться на многообразные виды сопровождения и содействия. Актуальные ресурсы обеспечивают непрерывную саппорт посредством онлайн-чат, электронную почту и телефон. Крайне важно, чтобы поддержка клиентов была не только достижимой, но и профессиональной. Администраторы необходимо быстро реагировать на вопросы, предоставляя понятные и корректные разъяснения.</p>\n<p>Для людей, кто нуждается в более специализированной содействии, многие гэмблинг-платформы работают вместе с ассоциациями по противодействию лудомании. Такие учреждения, такие как GamCare и BeGambleAware, предоставляют советы и помощь геймерам, имеющим проблемы с контролем над игрой. Осознанная игра делается все более приоритетной вопросом для индустрии: устанавливаются пределы на вклады и убытки, а также опции временной заморозки профиля.</p>\n<p>Кроме этого, пользователи могут воспользоваться развернутыми разделами FAQ, где размещены ответы на наиболее популярные запросы. Такое обеспечивает оперативно находить данные без надобности обращения в службу поддержки. Эксплуатация подобных ресурсов помогает не только экономить время, но и повышает убежденность игроков в порядочности и прозрачности платформы.</p>\n<h2>Партнерская программа клуба</h2>\n<p>Партнёрская программа клуба обеспечивает особую возможность для партнёров делать деньги на привлечении игроков. Участники программы системы зарабатывают вознаграждение за любого нового игрока, который регистрируется и стартует играть в гемблинг-заведение через их реферальную ссылку. Величина вознаграждения может колебаться начинаться от 25% вплоть до 50% от прибыли казино, в учитывая активности привлеченных пользователей и ранга партнера.</p>\n<p>С целью начать быть частью в программе, необходимо оформить регистрацию на сайте и заполучить индивидуальную пригласительную ссылку. Далее, партнеры имеют возможность задействовать разнообразные промо-инструменты: графические объявления, гиперссылки в тексте и продвиженческие материалы для раскрутки казино на своих ресурсах. Важно отметить, что игорный дом предоставляет развернутую статистику и исследование, что позволяет возможность сотрудникам мониторить результативность своих акций и усовершенствовать стратегии продвижения.</p>\n<p>Участие в партнёрской системе клуба олимп казино кз рентабельно как для профессиональных веб-мастеров, так и для начинающих в сфере аффилиат-маркетинга. Система гарантирует не только внушительные выплаты, но и поддержку на всех фазах сотрудничества. Эксперты игорного дома олимп казино всегда настроены поддержать с любыми вопросами, связанными с техническими вопросами или стратегиями продвижения.</p>\n<h2>Снятие выигрыша: условия и время</h2>\n<p>Для успешного снятия денег в интернет-казино, пользователям важно рассматривать несколько важных аспектов. Прежде всего, необходимо просмотреть с правилами, которые могут варьироваться в зависимости от платформы. Определенные игровые клубы, вроде казино олимп, запрашивают исполнения конкретных требований по вейджеру премий перед тем, как станет возможным вывод средств. Это означает, что значит, что игрок должен сыграть на заданную объем финансов, прежде чем сможет вывести средства.</p>\n<p>Во-других, сроки перевода средств обусловлены от предпочтительного варианта платежа. Электронные бумажники, например Skrill или Neteller, обычно проводят операции быстрее, нежели банковские переводы либо кредитные карты. Типичное время ожидания для онлайн-кошельков составляет от 24 до 48 часов, тогда как денежные переводы через банк могут продолжаться до 5 будних дней.</p>\n<p>В итоге, следует учитывать о возможных платежах. Отдельные игорные заведения, вроде олимп казино кз, не взимают плату за снятие денег, однако иные могут устанавливать фиксированную сумму или процентную ставку. Геймерам рекомендуется вдумчиво рассматривать правила и подбирать наиболее оптимальные предложения для минимизации дополнительных расходов.</p>','Исследование опций и способностей платформы игорного заведения','','inherit','closed','closed','','288-revision-v1','','','2025-10-09 13:45:32','2025-10-09 06:45:32','',288,'https://lion288slot.com/?p=289',0,'revision','',0),
(290,1,'2025-10-09 17:29:10','2025-10-09 10:29:10','<h1>Trino Cassino Online: Plataforma Emergente no Mercado Lusófono</h1>\r<p>O Trino cassino online surge como proposta diferenciada num mercado saturado, apostando em simplicidade operacional combinada com sofisticação técnica subjacente. Esta dicotomia intencional - interface acessível suportada por infraestrutura robusta - posiciona a plataforma estrategicamente para capturar tanto jogadores iniciantes que valorizam intuitividade quanto veteranos que reconhecem importância de fundamentos técnicos sólidos em operações de jogo online.</p>\r<p>A Trino plataforma online materializa filosofia de design centrada em redução de fricção: cada interação foi meticulosamente engenhada para minimizar cliques desnecessários, simplificar navegação e acelerar transições entre diferentes modalidades de jogo. Esta obsessão com eficiência operacional não sacrifica profundidade - pelo contrário, liberta utilizadores para focar em experiências de jogo em vez de batalhar contra interfaces confusas ou processos burocráticos excessivos.</p>\r<h2>Fundamentos Legais e Arquitetura de Confiança</h2>\r<p>O Trino casino confiável fundamenta-se em licenciamento internacional obtido através de jurisdições estabelecidas que aplicam padrões rigorosos de supervisão regulatória. Esta escolha deliberada de operar sob escrutínio externo contínuo, em vez de buscar refúgios regulatórios permissivos, demonstra confiança organizacional em práticas operacionais e vontade de submeter-se a auditorias independentes que validam conformidade com normas industriais.</p>\r<p>O Trino secure gaming implementa protocolos de segurança estratificados que começam com criptografia de transporte TLS 1.3 e estendem-se através de segmentação de dados, controles de acesso baseados em funções e monitorização comportamental algorítmica. Esta última camada utiliza aprendizagem automática para identificar padrões transacionais anómalos que podem indicar comprometimento de conta ou atividade fraudulenta, interrompendo transações suspeitas proativamente em vez de reagir pós-facto.</p>\r<p>O processo de Trino registration equilibra necessidade de verificação robusta com experiência utilizador não punitiva. Documentação básica é requerida inicialmente para ativação de conta, mas verificações aprofundadas são acionadas apenas quando thresholds transacionais específicos são atingidos, permitindo que jogadores casuais evitem burocracia desnecessária enquanto assegura due diligence apropriada para atividade de volume maior.</p>\r<p>Certificações RNG de entidades como eCOGRA ou iTech Labs validam que algoritmos de geração de resultados operam sem viés detectável, produzindo distribuições estatísticas consistentes com aleatoriedade genuína. Estas auditorias, quando conduzidas por laboratórios credenciados independentemente, fornecem assurance objetiva que transcende afirmações de marketing auto-promovidas.</p>\r<h2>Economia de Incentivos e Estruturas Promocionais</h2>\r<p>O Trino bónus de boas-vindas adota estrutura modular que reconhece heterogeneidade de preferências de jogadores. Depósitos iniciais desbloqueiam percentuais de correspondência escalonados, enquanto ativação de componentes adicionais - como Trino free spins ou créditos para Trino apostas desportivas - ocorre através de engajamento verificado com diferentes categorias de conteúdo, incentivando exploração diversificada em vez de especialização prematura.</p>\r<p>O código bónus Trino funciona como mecanismo de segmentação que permite direcionamento promocional preciso. Parceiros afiliados, campanhas de remarketing e iniciativas de retenção podem cada um distribuir códigos únicos que desbloqueiam termos customizados, permitindo otimização promocional granular baseada em comportamento histórico, valor de cliente previsto e sensibilidade a preço demonstrada.</p>\r<p>O Trino no deposit bonus elimina risco de downside para aquisição inicial, permitindo avaliação de produto sem comprometimento financeiro. Esta estratégia, embora aparentemente generosa, funciona como ferramenta de qualificação eficiente: utilizadores que engajam substantivamente com créditos gratuitos demonstram intenção comportamental que prediz conversão eventual para depositantes pagos com probabilidade significativamente elevada.</p>\r<p>O Trino promo Portugal adapta calendários promocionais e ofertas específicas para ressoar culturalmente. Eventos desportivos nacionais importantes, feriados regionais e até padrões sazonais de comportamento de jogo informam timing e estruturação de campanhas, maximizando relevância e, consequentemente, taxas de participação entre demografia portuguesa específica.</p>\r<h3>Mecânicas de Fidelização</h3>\r<p>Sistemas de pontos acumulativos recompensam volume de aposta através de múltiplos tiers progressivos, cada um desbloqueando benefícios incrementais que incluem taxas de conversão melhoradas, limites de levantamento expandidos e acesso prioritário a lançamentos de jogos ou eventos promocionais. Esta gamificação de lealdade transforma relacionamento transacional em progressão narrativa onde avanço quantificável reforça engajamento contínuo.</p>\r<h2>Taxonomia de Conteúdo Lúdico</h2>\r<p>Play at Trino significa aceder biblioteca curada que prioriza qualidade sobre quantidade indiscriminada. Os jogos de casino Trino passam por processo de seleção que avalia não apenas pedigree de desenvolvedor mas também métricas de engajamento reais: taxas de retorno de jogadores, duração média de sessão e feedback qualitativo informam decisões de inclusão contínuas que mantêm catálogo dinâmico e responsivo a preferências evolutivas.</p>\r<p>Os Trino slots Portugal destacam títulos com temáticas e mecânicas que testaram bem demograficamente. Em vez de simplesmente espelhar bibliotecas globais, curadoria regional incorpora compreensão de preferências locais - sejam temas históricos portugueses, mecânicas de volatilidade específicas ou estruturas de bonus que ressoam particularmente bem com comportamentos de aposta observados no mercado lusófono.</p>\r<p>Os best Trino games frequentemente incluem slots de variância média-alta que equilibram frequência de pagamentos modestos com potencial ocasional de vitórias transformacionais. Os Trino jackpots, sejam progressivos em rede ou prizes fixos substantiais, fornecem elemento aspiracional que transcende retornos esperados matemáticos, apelando a motivações psicológicas profundas que impulsionam participação em jogos de azar.</p>\r<p>As Trino roletas online disponibilizam variantes europeias com vantagem de casa minimizada ao lado de versões americanas com roda dupla-zero para jogadores que preferem volatilidade aumentada. Os Trino jogos de mesa estendem-se através de blackjack multi-mão, bacará com diferentes estruturas de comissão e pôquer em modalidades que incluem Texas Hold\'em, Omaha e variantes menos comuns que atendem nichos específicos.</p>\r<p>O Trino casino ao vivo utiliza múltiplos estúdios distribuídos geograficamente para garantir cobertura temporal abrangente e redundância operacional. Dealers multilíngues facilitam interação confortável, enquanto câmeras de ângulo múltiplo e tecnologia OCR permitem que jogadores verifiquem independentemente resultados físicos, construindo confiança através de transparência observável em vez de dependência cega em afirmações de integridade.</p>\r<h2>Infraestrutura Financeira e Fluxos Transacionais</h2>\r<p>Para iniciar Trino login Portugal e transicionar para Trino real money casino, utilizadores navegam através de Os Trino métodos de pagamento que abrangem modalidades tradicionais e inovadoras. Cartões bancários processam através de gateways PCI-DSS compliant, carteiras digitais oferecem camada adicional de abstração de privacidade, enquanto transferências diretas proporcionam familiaridade para demografias mais conservadoras financeiramente.</p>\r<p>Os Trino pagamentos rápidos refletem otimização de workflows backend que paralelizam verificações de segurança em vez de sequenciá-las linearmente. O Trino levantamento imediato, embora tecnicamente possível para contas pre-verificadas com histórico estabelecido, representa aspiração operacional constrangida por realidades de due diligence responsável e requisitos de conformidade anti-lavagem de dinheiro que não podem ser completamente eliminados sem comprometer integridade sistêmica.</p>\r<p>Limites transacionais são calibrados para equilibrar acessibilidade - thresholds mínimos deliberadamente baixos democratizam participação - com gerenciamento de risco prudente que protege tanto plataforma quanto jogadores contra consequências de decisões impulsivas potencialmente prejudiciais durante períodos de julgamento comprometido.</p>\r<p>Para exploração aprofundada de performance operacional e avaliação experiencial baseada em uso estendido, investigadores podem examinar o Trino casino review independente disponível em <a href=\"https://melhorportugalcasino.com/br-pt/casinos/trino-casino/\">https://melhorportugalcasino.com/br-pt/casinos/trino-casino/</a>, onde analistas dissecam nuances que determinam satisfação quotidiana no casino Trino Portugal e identificam áreas de excelência versus oportunidades de melhoria contínua.</p>\r<h2>Paradigma Multiplataforma</h2>\r<p>O Trino mobile casino transcende responsividade básica através de otimização específica de plataforma que reconhece capacidades e limitações distintas de dispositivos móveis. Interfaces touch são redesenhadas em vez de simplesmente redimensionadas, priorizando elementos acionáveis grandes e minimizando necessidade de precisão de pixel que frustra em contextos móveis.</p>\r<p>O Trino app, quando disponível nativamente, aproveita APIs específicas de sistema operacional para integração profunda - notificações push contextualmente relevantes, autenticação biométrica sem fricção e aproveitamento de acelerômetros ou sensores de orientação em jogos compatíveis que transformam dispositivo físico em controlador imersivo.</p>\r<h2>Filosofia de Jogo Sustentável</h2>\r<p>As Trino apostas e casino integram ferramentas de autoregulação que operacionalizam conceitos abstratos de \"jogo responsável\" em controles concretos acionáveis. Limites não são meramente sugestivos mas tecnicamente enforçados: tentativas de exceção requerem períodos de cooling-off mandatórios que interrompem ciclos decisórios potencialmente impulsivos.</p>\r<p>Autoexclusão temporária ou permanente é facilitada através de processo simplificado mas irreversível dentro de janela temporal especificada. Esta irreversibilidade intencional protege decisões tomadas durante momentos de clareza contra reversão impulsiva subsequente quando julgamento pode estar comprometido por estados emocionais transitórios.</p>\r<p>Reconhecimento de padrões problemáticos - perseguição de perdas, escalação de apostas descontrolada, negligência de obrigações extra-jogo - requer autoconsciência difícil. Recursos educacionais embebidos e links diretos a serviços de aconselhamento especializados fornecem caminhos de intervenção acessíveis quando sinais de alerta emergem, funcionando como rede de segurança social digital.</p>\r<h2>Conclusão</h2>\r<p>O Trino online casino estabelece-se através de execução competente em fundamentos operacionais em vez de depender de marketing hiperbólico ou promessas insustentáveis. O Trino Portugal 2025 e o Trino casino 2025 representam iteração contínua de produto maduro em vez de reinvenção disruptiva, apelando a jogadores que valorizam confiabilidade previsível sobre novidade volátil.</p>\r<p>Para demografias que priorizam substância verificável sobre estilo superficial, transparência operacional sobre opacidade conveniente, e compromisso demonstrado com jogo sustentável sobre maximização de receita miópica, Trino merece inclusão em consideração informada de alternativas de jogo online disponíveis.</p>','Trino Cassino Online: Plataforma Emergente no Mercado Lusófono','','publish','closed','','','trino-cassino-online-plataforma-emergente-no','','','2025-10-09 17:29:32','2025-10-09 10:29:32','',0,'https://lion288slot.com/?p=290',0,'post','',0),
(291,1,'2025-10-09 17:29:32','2025-10-09 10:29:32','<h1>Trino Cassino Online: Plataforma Emergente no Mercado Lusófono</h1>\r<p>O Trino cassino online surge como proposta diferenciada num mercado saturado, apostando em simplicidade operacional combinada com sofisticação técnica subjacente. Esta dicotomia intencional - interface acessível suportada por infraestrutura robusta - posiciona a plataforma estrategicamente para capturar tanto jogadores iniciantes que valorizam intuitividade quanto veteranos que reconhecem importância de fundamentos técnicos sólidos em operações de jogo online.</p>\r<p>A Trino plataforma online materializa filosofia de design centrada em redução de fricção: cada interação foi meticulosamente engenhada para minimizar cliques desnecessários, simplificar navegação e acelerar transições entre diferentes modalidades de jogo. Esta obsessão com eficiência operacional não sacrifica profundidade - pelo contrário, liberta utilizadores para focar em experiências de jogo em vez de batalhar contra interfaces confusas ou processos burocráticos excessivos.</p>\r<h2>Fundamentos Legais e Arquitetura de Confiança</h2>\r<p>O Trino casino confiável fundamenta-se em licenciamento internacional obtido através de jurisdições estabelecidas que aplicam padrões rigorosos de supervisão regulatória. Esta escolha deliberada de operar sob escrutínio externo contínuo, em vez de buscar refúgios regulatórios permissivos, demonstra confiança organizacional em práticas operacionais e vontade de submeter-se a auditorias independentes que validam conformidade com normas industriais.</p>\r<p>O Trino secure gaming implementa protocolos de segurança estratificados que começam com criptografia de transporte TLS 1.3 e estendem-se através de segmentação de dados, controles de acesso baseados em funções e monitorização comportamental algorítmica. Esta última camada utiliza aprendizagem automática para identificar padrões transacionais anómalos que podem indicar comprometimento de conta ou atividade fraudulenta, interrompendo transações suspeitas proativamente em vez de reagir pós-facto.</p>\r<p>O processo de Trino registration equilibra necessidade de verificação robusta com experiência utilizador não punitiva. Documentação básica é requerida inicialmente para ativação de conta, mas verificações aprofundadas são acionadas apenas quando thresholds transacionais específicos são atingidos, permitindo que jogadores casuais evitem burocracia desnecessária enquanto assegura due diligence apropriada para atividade de volume maior.</p>\r<p>Certificações RNG de entidades como eCOGRA ou iTech Labs validam que algoritmos de geração de resultados operam sem viés detectável, produzindo distribuições estatísticas consistentes com aleatoriedade genuína. Estas auditorias, quando conduzidas por laboratórios credenciados independentemente, fornecem assurance objetiva que transcende afirmações de marketing auto-promovidas.</p>\r<h2>Economia de Incentivos e Estruturas Promocionais</h2>\r<p>O Trino bónus de boas-vindas adota estrutura modular que reconhece heterogeneidade de preferências de jogadores. Depósitos iniciais desbloqueiam percentuais de correspondência escalonados, enquanto ativação de componentes adicionais - como Trino free spins ou créditos para Trino apostas desportivas - ocorre através de engajamento verificado com diferentes categorias de conteúdo, incentivando exploração diversificada em vez de especialização prematura.</p>\r<p>O código bónus Trino funciona como mecanismo de segmentação que permite direcionamento promocional preciso. Parceiros afiliados, campanhas de remarketing e iniciativas de retenção podem cada um distribuir códigos únicos que desbloqueiam termos customizados, permitindo otimização promocional granular baseada em comportamento histórico, valor de cliente previsto e sensibilidade a preço demonstrada.</p>\r<p>O Trino no deposit bonus elimina risco de downside para aquisição inicial, permitindo avaliação de produto sem comprometimento financeiro. Esta estratégia, embora aparentemente generosa, funciona como ferramenta de qualificação eficiente: utilizadores que engajam substantivamente com créditos gratuitos demonstram intenção comportamental que prediz conversão eventual para depositantes pagos com probabilidade significativamente elevada.</p>\r<p>O Trino promo Portugal adapta calendários promocionais e ofertas específicas para ressoar culturalmente. Eventos desportivos nacionais importantes, feriados regionais e até padrões sazonais de comportamento de jogo informam timing e estruturação de campanhas, maximizando relevância e, consequentemente, taxas de participação entre demografia portuguesa específica.</p>\r<h3>Mecânicas de Fidelização</h3>\r<p>Sistemas de pontos acumulativos recompensam volume de aposta através de múltiplos tiers progressivos, cada um desbloqueando benefícios incrementais que incluem taxas de conversão melhoradas, limites de levantamento expandidos e acesso prioritário a lançamentos de jogos ou eventos promocionais. Esta gamificação de lealdade transforma relacionamento transacional em progressão narrativa onde avanço quantificável reforça engajamento contínuo.</p>\r<h2>Taxonomia de Conteúdo Lúdico</h2>\r<p>Play at Trino significa aceder biblioteca curada que prioriza qualidade sobre quantidade indiscriminada. Os jogos de casino Trino passam por processo de seleção que avalia não apenas pedigree de desenvolvedor mas também métricas de engajamento reais: taxas de retorno de jogadores, duração média de sessão e feedback qualitativo informam decisões de inclusão contínuas que mantêm catálogo dinâmico e responsivo a preferências evolutivas.</p>\r<p>Os Trino slots Portugal destacam títulos com temáticas e mecânicas que testaram bem demograficamente. Em vez de simplesmente espelhar bibliotecas globais, curadoria regional incorpora compreensão de preferências locais - sejam temas históricos portugueses, mecânicas de volatilidade específicas ou estruturas de bonus que ressoam particularmente bem com comportamentos de aposta observados no mercado lusófono.</p>\r<p>Os best Trino games frequentemente incluem slots de variância média-alta que equilibram frequência de pagamentos modestos com potencial ocasional de vitórias transformacionais. Os Trino jackpots, sejam progressivos em rede ou prizes fixos substantiais, fornecem elemento aspiracional que transcende retornos esperados matemáticos, apelando a motivações psicológicas profundas que impulsionam participação em jogos de azar.</p>\r<p>As Trino roletas online disponibilizam variantes europeias com vantagem de casa minimizada ao lado de versões americanas com roda dupla-zero para jogadores que preferem volatilidade aumentada. Os Trino jogos de mesa estendem-se através de blackjack multi-mão, bacará com diferentes estruturas de comissão e pôquer em modalidades que incluem Texas Hold\'em, Omaha e variantes menos comuns que atendem nichos específicos.</p>\r<p>O Trino casino ao vivo utiliza múltiplos estúdios distribuídos geograficamente para garantir cobertura temporal abrangente e redundância operacional. Dealers multilíngues facilitam interação confortável, enquanto câmeras de ângulo múltiplo e tecnologia OCR permitem que jogadores verifiquem independentemente resultados físicos, construindo confiança através de transparência observável em vez de dependência cega em afirmações de integridade.</p>\r<h2>Infraestrutura Financeira e Fluxos Transacionais</h2>\r<p>Para iniciar Trino login Portugal e transicionar para Trino real money casino, utilizadores navegam através de Os Trino métodos de pagamento que abrangem modalidades tradicionais e inovadoras. Cartões bancários processam através de gateways PCI-DSS compliant, carteiras digitais oferecem camada adicional de abstração de privacidade, enquanto transferências diretas proporcionam familiaridade para demografias mais conservadoras financeiramente.</p>\r<p>Os Trino pagamentos rápidos refletem otimização de workflows backend que paralelizam verificações de segurança em vez de sequenciá-las linearmente. O Trino levantamento imediato, embora tecnicamente possível para contas pre-verificadas com histórico estabelecido, representa aspiração operacional constrangida por realidades de due diligence responsável e requisitos de conformidade anti-lavagem de dinheiro que não podem ser completamente eliminados sem comprometer integridade sistêmica.</p>\r<p>Limites transacionais são calibrados para equilibrar acessibilidade - thresholds mínimos deliberadamente baixos democratizam participação - com gerenciamento de risco prudente que protege tanto plataforma quanto jogadores contra consequências de decisões impulsivas potencialmente prejudiciais durante períodos de julgamento comprometido.</p>\r<p>Para exploração aprofundada de performance operacional e avaliação experiencial baseada em uso estendido, investigadores podem examinar o Trino casino review independente disponível em <a href=\"https://melhorportugalcasino.com/br-pt/casinos/trino-casino/\">https://melhorportugalcasino.com/br-pt/casinos/trino-casino/</a>, onde analistas dissecam nuances que determinam satisfação quotidiana no casino Trino Portugal e identificam áreas de excelência versus oportunidades de melhoria contínua.</p>\r<h2>Paradigma Multiplataforma</h2>\r<p>O Trino mobile casino transcende responsividade básica através de otimização específica de plataforma que reconhece capacidades e limitações distintas de dispositivos móveis. Interfaces touch são redesenhadas em vez de simplesmente redimensionadas, priorizando elementos acionáveis grandes e minimizando necessidade de precisão de pixel que frustra em contextos móveis.</p>\r<p>O Trino app, quando disponível nativamente, aproveita APIs específicas de sistema operacional para integração profunda - notificações push contextualmente relevantes, autenticação biométrica sem fricção e aproveitamento de acelerômetros ou sensores de orientação em jogos compatíveis que transformam dispositivo físico em controlador imersivo.</p>\r<h2>Filosofia de Jogo Sustentável</h2>\r<p>As Trino apostas e casino integram ferramentas de autoregulação que operacionalizam conceitos abstratos de \"jogo responsável\" em controles concretos acionáveis. Limites não são meramente sugestivos mas tecnicamente enforçados: tentativas de exceção requerem períodos de cooling-off mandatórios que interrompem ciclos decisórios potencialmente impulsivos.</p>\r<p>Autoexclusão temporária ou permanente é facilitada através de processo simplificado mas irreversível dentro de janela temporal especificada. Esta irreversibilidade intencional protege decisões tomadas durante momentos de clareza contra reversão impulsiva subsequente quando julgamento pode estar comprometido por estados emocionais transitórios.</p>\r<p>Reconhecimento de padrões problemáticos - perseguição de perdas, escalação de apostas descontrolada, negligência de obrigações extra-jogo - requer autoconsciência difícil. Recursos educacionais embebidos e links diretos a serviços de aconselhamento especializados fornecem caminhos de intervenção acessíveis quando sinais de alerta emergem, funcionando como rede de segurança social digital.</p>\r<h2>Conclusão</h2>\r<p>O Trino online casino estabelece-se através de execução competente em fundamentos operacionais em vez de depender de marketing hiperbólico ou promessas insustentáveis. O Trino Portugal 2025 e o Trino casino 2025 representam iteração contínua de produto maduro em vez de reinvenção disruptiva, apelando a jogadores que valorizam confiabilidade previsível sobre novidade volátil.</p>\r<p>Para demografias que priorizam substância verificável sobre estilo superficial, transparência operacional sobre opacidade conveniente, e compromisso demonstrado com jogo sustentável sobre maximização de receita miópica, Trino merece inclusão em consideração informada de alternativas de jogo online disponíveis.</p>','Trino Cassino Online: Plataforma Emergente no Mercado Lusófono','','inherit','closed','closed','','290-revision-v1','','','2025-10-09 17:29:32','2025-10-09 10:29:32','',290,'https://lion288slot.com/?p=291',0,'revision','',0),
(292,1,'2025-10-08 20:57:03','2025-10-08 13:57:03','<html><body><h1>Сезонные ставки и предложения 1вин: как максимизировать выгоду</h1><p>Сезонные ставки и специальные предложения от букмекерской конторы 1вин — это отличный способ увеличить ваши выигрыши и получить дополнительные бонусы. В этой статье мы рассмотрим, какие сезонные акции предлагает 1вин, как правильно использовать их, чтобы повысить ваш успех, и какие стратегии помогут максимально эффективно использовать эти предложения. Усвоив основные принципы, вы сможете не только увеличить шансы на выигрыш, но и повысить удовольствие от процесса ставок.</p><h2>Что такое сезонные ставки и предложения 1вин?</h2><p>Сезонные ставки — это специальные предложения и акции, приуроченные к определённым спортивным событиям или временам года, которые предлагает букмекерская контора 1вин. Они могут включать увеличенные коэффициенты, бонусы на первые депозиты, бесплатные ставки, кэшбэк, а также тематические турниры с дополнительными призами. Такие акции помогают привлечь новых игроков и активно вовлечь постоянных клиентов в процесс ставок.</p><p>Главное преимущество сезонных предложений — возможность увеличить сумму потенциального выигрыша без дополнительного риска. Часто букмекер 1вин предлагает повышенные коэффициенты или возвращает часть проигранных средств в рамках таких акций. Это создает выгодные условия как для новичков, так и для опытных игроков, позволяя расширить возможности ставок в самые интересные и важные для фанатов периоды.</p><h2>Основные виды сезонных ставок и бонусов на 1вин</h2><p>Компания 1вин предлагает разнообразные сезонные предложения, которые варьируются в зависимости от времени года и спортивных событий. К наиболее популярным форматам относятся:</p><ul><li>Увеличенные коэффициенты на важнейшие спортивные чемпионаты — футбол, теннис, хоккей;</li><li>Фрибеты (бесплатные ставки) при регистрации или после пополнения счёта;</li><li>Кэшбэк — возврат части проигранных средств за период акции;</li><li>Турниры с призовым фондом и рейтингами игроков;</li><li>Эксклюзивные промокоды, предоставляющие дополнительные бонусы.</li></ul><p>Все эти предложения помогают разнообразить игровой процесс и получить дополнительные шансы на выигрыш. Важно регулярно отслеживать обновления на сайте 1вин, чтобы не упустить новые акции и своевременно участвовать в них <a href=\"https://funeral-nsk.ru/\">1win</a>.</p><h3>Как правильно использовать сезонные ставки 1вин для максимальной выгоды</h3><p>Максимизация выгоды от сезонных предложений 1вин требует правильного подхода и выполнения нескольких важных рекомендаций:</p><ol><li><strong>Изучайте условия акции:</strong> внимательно прочитайте правила и минимальные требования к ставкам.</li><li><strong>Регулярно проверяйте новости:</strong> подписывайтесь на официальные уведомления 1вин, чтобы не пропустить важные бонусы.</li><li><strong>Используйте бонусные средства с умом:</strong> планируйте ставки так, чтобы минимизировать риски и увеличить потенциал выигрыша.</li><li><strong>Комбинируйте предложения:</strong> при возможности объединяйте несколько акций для получения максимального эффекта.</li><li><strong>Ведите учет ставок:</strong> анализируйте свои ставки, чтобы оптимизировать стратегию использования бонусов.</li></ol><p>Соблюдение этих правил не только поможет получить больше от бонусов 1вин, но и научит лучше понимать особенности букмекерских ставок и управления банкроллом.</p><h2>Преимущества использования сезонных акций 1вин для игроков</h2><p>Сезонные акции от 1вин выгодны не только ввиду финансовых бонусов. Они способствуют более интересному и осознанному процессу ставок. Среди главных преимуществ можно выделить следующие:</p><ul><li>Снижение рисков при ознакомлении с новыми видами спорта или рынками;</li><li>Повышение мотивации к активным ставкам в периоды крупных спортивных событий;</li><li>Возможность освоить и протестировать стратегии при отсутствии значительных финансовых потерь;</li><li>Улучшение общего опыта беттинга за счет участия в специальных турнирах и акциях;</li><li>Получение дополнительного дохода благодаря кэшбэку и бонусным программам.</li></ul><p>Такой комплекс преимуществ делает сезонные ставки 1вин привлекательным инструментом как для новичков, так и для опытных бетторов.</p><h2>Ошибки, которых стоит избегать при использовании сезонных ставок и предложений 1вин</h2><p>Чтобы действительно извлечь максимум пользы из бонусов 1вин, важно избегать распространённых ошибок:</p><ul><li>Игнорирование правил акций — приводит к недоразумениям при выводе средств;</li><li>Ставки без анализа — использование бонусных средств на случайные события снижает шансы на успех;</li><li>Перенасыщение ставками — попытка использовать слишком много акций одновременно может привести к потере контроля;</li><li>Недостаток планирования банкролла — без чёткого учета средств бонусы быстро исчерпываются;</li><li>Отсутствие проверки сроков действия бонусов — промоакции часто имеют ограничения по времени.</li></ul><p>Избегая этих ошибок, игроки смогут значительно повысить эффективность своих ставок и сделать игру более прибыльной.</p><h2>Вывод</h2><p>Сезонные ставки и предложения 1вин — это отличный способ увеличить свои выигрыши и получить уникальные бонусы, особенно во время крупных спортивных событий. Чтобы максимизировать выгоду, важно внимательно изучать условия акций, грамотно планировать ставки и избегать распространённых ошибок. Использование сезонных предложений не только повышает финансовый потенциал ваших ставок, но и делает процесс игры более интересным и увлекательным. Следите за акциями 1вин и применяйте описанные стратегии, чтобы игра всегда оставалась в выигрышном формате.</p><h2>Часто задаваемые вопросы (FAQ)</h2><h3>1. Какие виды сезонных бонусов предлагает 1вин?</h3><p>1вин предлагает различные сезонные бонусы, включая увеличенные коэффициенты, фрибеты, кэшбэк, а также специальные турниры с призами.</p><h3>2. Как узнать о новых сезонных акциях 1вин?</h3><p>Лучший способ — подписаться на рассылку новостей и регулярно проверять раздел акций на официальном сайте букмекерской конторы.</p><h3>3. Можно ли использовать несколько бонусов одновременно?</h3><p>Это зависит от условий конкретных акций. Рекомендуется внимательно читать правила, так как некоторые предложения могут быть несовместимы.</p><h3>4. Какие ошибки чаще всего совершают игроки при использовании бонусов?</h3><p>Среди распространённых ошибок: игнорирование правил акций, отсутствие анализа ставок, неправильное управление банкроллом и несоблюдение сроков использования бонусов.</p><h3>5. Есть ли риск потерять бонусные средства?</h3><p>Да, если не выполнить условия отыгрыша или правила бонусной программы, можно потерять бонусы. Важно внимательно читать и соблюдать все требования акции.</p></body></html>','Сезонные ставки и предложения 1вин: как максимизировать выгоду','','publish','closed','','','sezonnye-stavki-i-predlozheniia-1vin-kak-maksimizirovat-vygodu','','','2025-10-09 18:55:36','2025-10-09 11:55:36','',0,'https://lion288slot.com/?p=292',0,'post','',0),
(293,1,'2025-10-09 18:55:36','2025-10-09 11:55:36','<html><body><h1>Сезонные ставки и предложения 1вин: как максимизировать выгоду</h1><p>Сезонные ставки и специальные предложения от букмекерской конторы 1вин — это отличный способ увеличить ваши выигрыши и получить дополнительные бонусы. В этой статье мы рассмотрим, какие сезонные акции предлагает 1вин, как правильно использовать их, чтобы повысить ваш успех, и какие стратегии помогут максимально эффективно использовать эти предложения. Усвоив основные принципы, вы сможете не только увеличить шансы на выигрыш, но и повысить удовольствие от процесса ставок.</p><h2>Что такое сезонные ставки и предложения 1вин?</h2><p>Сезонные ставки — это специальные предложения и акции, приуроченные к определённым спортивным событиям или временам года, которые предлагает букмекерская контора 1вин. Они могут включать увеличенные коэффициенты, бонусы на первые депозиты, бесплатные ставки, кэшбэк, а также тематические турниры с дополнительными призами. Такие акции помогают привлечь новых игроков и активно вовлечь постоянных клиентов в процесс ставок.</p><p>Главное преимущество сезонных предложений — возможность увеличить сумму потенциального выигрыша без дополнительного риска. Часто букмекер 1вин предлагает повышенные коэффициенты или возвращает часть проигранных средств в рамках таких акций. Это создает выгодные условия как для новичков, так и для опытных игроков, позволяя расширить возможности ставок в самые интересные и важные для фанатов периоды.</p><h2>Основные виды сезонных ставок и бонусов на 1вин</h2><p>Компания 1вин предлагает разнообразные сезонные предложения, которые варьируются в зависимости от времени года и спортивных событий. К наиболее популярным форматам относятся:</p><ul><li>Увеличенные коэффициенты на важнейшие спортивные чемпионаты — футбол, теннис, хоккей;</li><li>Фрибеты (бесплатные ставки) при регистрации или после пополнения счёта;</li><li>Кэшбэк — возврат части проигранных средств за период акции;</li><li>Турниры с призовым фондом и рейтингами игроков;</li><li>Эксклюзивные промокоды, предоставляющие дополнительные бонусы.</li></ul><p>Все эти предложения помогают разнообразить игровой процесс и получить дополнительные шансы на выигрыш. Важно регулярно отслеживать обновления на сайте 1вин, чтобы не упустить новые акции и своевременно участвовать в них <a href=\"https://funeral-nsk.ru/\">1win</a>.</p><h3>Как правильно использовать сезонные ставки 1вин для максимальной выгоды</h3><p>Максимизация выгоды от сезонных предложений 1вин требует правильного подхода и выполнения нескольких важных рекомендаций:</p><ol><li><strong>Изучайте условия акции:</strong> внимательно прочитайте правила и минимальные требования к ставкам.</li><li><strong>Регулярно проверяйте новости:</strong> подписывайтесь на официальные уведомления 1вин, чтобы не пропустить важные бонусы.</li><li><strong>Используйте бонусные средства с умом:</strong> планируйте ставки так, чтобы минимизировать риски и увеличить потенциал выигрыша.</li><li><strong>Комбинируйте предложения:</strong> при возможности объединяйте несколько акций для получения максимального эффекта.</li><li><strong>Ведите учет ставок:</strong> анализируйте свои ставки, чтобы оптимизировать стратегию использования бонусов.</li></ol><p>Соблюдение этих правил не только поможет получить больше от бонусов 1вин, но и научит лучше понимать особенности букмекерских ставок и управления банкроллом.</p><h2>Преимущества использования сезонных акций 1вин для игроков</h2><p>Сезонные акции от 1вин выгодны не только ввиду финансовых бонусов. Они способствуют более интересному и осознанному процессу ставок. Среди главных преимуществ можно выделить следующие:</p><ul><li>Снижение рисков при ознакомлении с новыми видами спорта или рынками;</li><li>Повышение мотивации к активным ставкам в периоды крупных спортивных событий;</li><li>Возможность освоить и протестировать стратегии при отсутствии значительных финансовых потерь;</li><li>Улучшение общего опыта беттинга за счет участия в специальных турнирах и акциях;</li><li>Получение дополнительного дохода благодаря кэшбэку и бонусным программам.</li></ul><p>Такой комплекс преимуществ делает сезонные ставки 1вин привлекательным инструментом как для новичков, так и для опытных бетторов.</p><h2>Ошибки, которых стоит избегать при использовании сезонных ставок и предложений 1вин</h2><p>Чтобы действительно извлечь максимум пользы из бонусов 1вин, важно избегать распространённых ошибок:</p><ul><li>Игнорирование правил акций — приводит к недоразумениям при выводе средств;</li><li>Ставки без анализа — использование бонусных средств на случайные события снижает шансы на успех;</li><li>Перенасыщение ставками — попытка использовать слишком много акций одновременно может привести к потере контроля;</li><li>Недостаток планирования банкролла — без чёткого учета средств бонусы быстро исчерпываются;</li><li>Отсутствие проверки сроков действия бонусов — промоакции часто имеют ограничения по времени.</li></ul><p>Избегая этих ошибок, игроки смогут значительно повысить эффективность своих ставок и сделать игру более прибыльной.</p><h2>Вывод</h2><p>Сезонные ставки и предложения 1вин — это отличный способ увеличить свои выигрыши и получить уникальные бонусы, особенно во время крупных спортивных событий. Чтобы максимизировать выгоду, важно внимательно изучать условия акций, грамотно планировать ставки и избегать распространённых ошибок. Использование сезонных предложений не только повышает финансовый потенциал ваших ставок, но и делает процесс игры более интересным и увлекательным. Следите за акциями 1вин и применяйте описанные стратегии, чтобы игра всегда оставалась в выигрышном формате.</p><h2>Часто задаваемые вопросы (FAQ)</h2><h3>1. Какие виды сезонных бонусов предлагает 1вин?</h3><p>1вин предлагает различные сезонные бонусы, включая увеличенные коэффициенты, фрибеты, кэшбэк, а также специальные турниры с призами.</p><h3>2. Как узнать о новых сезонных акциях 1вин?</h3><p>Лучший способ — подписаться на рассылку новостей и регулярно проверять раздел акций на официальном сайте букмекерской конторы.</p><h3>3. Можно ли использовать несколько бонусов одновременно?</h3><p>Это зависит от условий конкретных акций. Рекомендуется внимательно читать правила, так как некоторые предложения могут быть несовместимы.</p><h3>4. Какие ошибки чаще всего совершают игроки при использовании бонусов?</h3><p>Среди распространённых ошибок: игнорирование правил акций, отсутствие анализа ставок, неправильное управление банкроллом и несоблюдение сроков использования бонусов.</p><h3>5. Есть ли риск потерять бонусные средства?</h3><p>Да, если не выполнить условия отыгрыша или правила бонусной программы, можно потерять бонусы. Важно внимательно читать и соблюдать все требования акции.</p></body></html>','Сезонные ставки и предложения 1вин: как максимизировать выгоду','','inherit','closed','closed','','292-revision-v1','','','2025-10-09 18:55:36','2025-10-09 11:55:36','',292,'https://lion288slot.com/?p=293',0,'revision','',0),
(294,1,'2025-10-08 20:03:11','2025-10-08 13:03:11','<meta name=\"description\" content=\"Bedava spinlerden elde edilen maksimum kazanç 750 TRY, bahis için geri kazanma katsayısı x60’dır. \"/><h1>Mostbet Com\'da Oynamak Mı Istiyorsunuz? Buradan Giriş Yapın</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Mostbet Casino\'yu Cep Telefonunda Oynamak Için Bir Uygulama Var Mı? </a></li><li><a href=\"#toc-1\">Mostbet Web Sitesi Bilgileri</a></li><li><a href=\"#toc-2\">Mostbet Casino Ve Canlı Casino Bonuslari</a></li><li><a href=\"#toc-3\">Mostbet’in Sahibi Kimdir? </a></li><li><a href=\"#toc-4\">Mostbet Uygulaması</a></li><li><a href=\"#toc-5\">Mostebet Afin De Yatırma Yöntemleri</a></li><li><a href=\"#toc-6\">Mostbet Bonus Ve Promosyonlar</a></li><li><a href=\"#toc-7\">Mostbet Spor Bahisleri</a></li><li><a href=\"#toc-8\">Mostbet Hoş Geldin Bonusu🎁</a></li><li><a href=\"#toc-9\">Çoğu Bahisten Oyuncuya Yüzde Kaç Nakit Para Iadesi Sağlanır? </a></li><li><a href=\"#toc-10\">Mostbet Kaydıyla İlgili Yardım</a></li><li><a href=\"#toc-11\">Promosyonlar Ve Ödüller Hakkında Ne Diyebilmek Olur? </a></li><li><a href=\"#toc-12\">Ios Uygulamasını İndir</a></li><li><a href=\"#toc-13\">Mostbet Spor</a></li><li><a href=\"#toc-14\">Mostbet Mobil Uygulaması</a></li><li><a href=\"#toc-15\">Mostbet Casino</a></li><li><a href=\"#toc-16\">Mostbet Canlı Destek</a></li><li><a href=\"#toc-17\">\"mostbet Login – Mostbet Türkiye Mobil Giriş</a></li><li><a href=\"#toc-18\">Mostbet Güncel Giriş</a></li><li><a href=\"#toc-19\">Mostbet Yatırım Bonusları</a></li><li><a href=\"#toc-20\">Mostbet Sms Şikayet</a></li><li><a href=\"#toc-21\">Mostbet Güvenilir Casino</a></li><li><a href=\"#toc-22\">Mostbet Bonusları Nelerdir? </a></li><li><a href=\"#toc-23\">Mostbet Para Çekme Yöntemleri</a></li><li><a href=\"#toc-24\">Mostbet On Line Casino İncelemesi</a></li><li><a href=\"#toc-25\">Mostbet Hoş Geldin Bonusunuzu Alın</a></li><li><a href=\"#toc-26\">Most Guess Web Sitesine Giriş Yapamıyorum, Blokajı Nasıl Aşabilirim? </a></li><li><a href=\"#toc-28\">Mostbet Nasıl\" \"kayıt Olurum? </a></li><li><a href=\"#toc-29\">E-spor Bahisleri</a></li><li><a href=\"#toc-31\">Mostbet Mobil</a></li><li><a href=\"#toc-33\">Müşteri Hizmetleri: 7/24 Destek</a></li></ul></div><p>Mostbet gibi bir bahis sitesine erişmek isteyenlerin güncel giriş adresini bilmeleri önemlidir.  Resmi website sitesini takip etmek, sosyal medya hesaplarını kontrol etmek veya güvenilir bahis forumlarını kullanmak bu konuyla ilgili size yardımcı olacaktır.  Unutmayın, güncel adresi doğru kaynaklardan öğrenmek, kesintisiz bir oyun deneyimi için önemlidir.  Her birinin kendine özel şartları olan bu bonuslar aslında üyelik işlemini gerçekleştiren her kullanıcı tarafından rahatlıkla kullanılabilmektedir.  Mostbahis sitesinin, bonuslar konusunda bu kadar gobelet sunum ile Türkiye bahis piyasasına girmesi tüm bahisçileri heyecanlandırdı.  Mostbet site yorumları site kurulduğu günden itibaren olumlu yorumlar almaktadır.</p><ul><li>Mostbet, on the web bahis ve casino oyunları sunan bir platform olarak popülerlik kazanmıştır. </li><li>Mostbett, kullanıcılarının sorumlu oyun oynamalarına yardımcı olacak rehberler ve bilgilendirici makaleler sunar. </li><li>Adınız, soyadınız, e-posta adresiniz, kullanıcı adınız, şifreniz gibi bilgileri doğru ve eksiksiz bir şekilde doldurmanız önemlidir. </li><li>Ancak kullanıcılar, farklı temalar ve özelliklerle sunulan yüzlerce slot machine oyunundan birini seçerek şanslarını deneyebilirler. </li><li>Mostbet bahis sitesinin spor bahisleri ya da canlı bahisler bölümünde kupon yapacaksanız five-hundred TL değerindeki hoş geldin bonusunu alabilirsiniz. </li><li>Mostbet Spor bölümünde favori takımınızı destekleyebilir ve kazanç elde etme şansı yakalayabilirsiniz. </li></ul><p>Mostbet’in sunduğu canlı bahis özelliği neticesinde, maç esnasında bahis yaparak yüksek oranlardan faydalanabilir ve daha heyecanlı bir\" \"bahis deneyimi yaşayabilirsiniz.  Gerçekten de, Mostbet ismi uzun zamandır kumar eğlencesi ve kazançlarının ana kaynağı olarak onu seçen Türk oyuncular arasında bir ev ismi olmuştur.  Bu site Türkiye’de rakipsizdir ve hiç şüphesiz bahis endüstrisindeki en başarılı empieza güvenilir site olarak” “kabul edilmektedir.  MostBet girişine bu sayfadaki bağlantıları kullanarak ulaşabilirsiniz.  MostBet hesabınıza giriş yapmak için bu doğrulanmış bağlantıları kullanın.</p><h2 id=\"toc-0\">Mostbet Casino\'yu Cep Telefonunda Oynamak Için Bir Uygulama Var Mı? </h2><p>Geniş oyun seçenekleri, mobil uyumluluk, güvenilirlik ve kullanıcı dostu yaklaşımı sayesinde kullanıcılarına heyecan dolu bir deneyim sunmaktadır.  Mostbet’i tercih ederek siz para bu keyifli dünyaya adım atabilirsiniz.  Ayrıca güncel promosyonlar, arayüz dilini değiştirmek için butonlar, mobil uygulamaları indirmek ve daha fazlasını içeren bir bölüm de bulunmaktadır.  Yüksek kaliteli grafikler ve akıcı oyun arayüzü sayesinde oyunlardan tam anlamıyla keyif alabilirsiniz.  Öncelikle, Mostbet’in avantajlarından biri çeşitli spor bahisleri seçenekleridir.  Ayrıca, canlı bahis seçeneği de sunan bu platformda maçları canlı izleyebilir empieza anlık olarak bahis yapabilirsiniz <a href=\"https://webclearinghouse.net/\">MostBet</a>.</p><ul><li>Ülkenizdeki sah web sitesine nasıl erişeceğinize ilişkin ayrıntıları içeren MostBet Giriş bilgileri. </li><li>Ve elbette, kullandığınız bağlantının güvenli ve güncel olduğundan emin olmak önemlidir. </li><li>Her ne kadar bu durum şaşırtıcı olsa da bahis sitesinin gayet iyi çalıştığını görüyoruz. </li><li>Kayıt işlemini tamamlayan kullanıcılar, Mos tbet’in sunduğu özel bonuslardan empieza promosyonlardan anında faydalanabilir. </li><li>Yine sobre düşük riskle yüksek heyecan arayanlar için harika bir kapı araladığı bir gerçek.\" \"[newline]Bahis sitelerinin sunduğu bonus kampanyalarıyla birleştiğinde, potansiyel kazançlarınızın daha da artacağı unutulmamalıdır. </li></ul><p>Kullanıcılar mostbete 7/24 hizmet veren canlı destek hattı, e-posta ve telefon ile müşteri hizmetlerine ulaşabilirler.  Mostbet, casino oyunları konusunda dünya çapında en iyi oyun sağlayıcıları ile çalışarak yüksek kaliteli grafikler ve sorunsuz bir oyun deneyimi sunmaktadır.  Kullanıcılar, çeşitli on line casino bonusları ve promosyonları sayesinde yatırımlarını artırarak daha fazla kazanç elde edebilirler.  Ana sayfaya geldiğinizde, sağ üst köşede yer alan “Kaydol” ya da “Üye Ol” gibi bir düğme bulacaksınız.  Çoğu zaman içerik, aynı bilginin birden fazla kaynağını sağlamak için yansıtılır.  Genellikle büyük veya popüler dosyalar, indirmeleri hızlandırmak ve yükü dağıtmak için birden fazla aynaya yerleştirilir.</p><h3 id=\"toc-1\">Mostbet Internet Sitesi Bilgileri</h3><p>Bahis sitelerinin genellikle şikayetlerinin ana başlıkları izinsiz gönderilen mesajlar ve ya reklam mesajlarını istemiyorum gibi şeylerden oluşuyor.  Bunun nedeni ise bahis sitelerinin kullanıcılara çok fazla mesaj atmasından dolayı ortaya çıkıyor.  Ancak Mostbet bahis sitesini bu konuyla ilgili bir araştırdığımızda sitenin sms şikayetleri almadığını görüyoruz.  Çünkü bahis sitesinin bu alanda kullanıcıları rahatsız edici smsler atmış olduğunu görseydik yorumlarda bu konuda şikayetler görebilirdik.  Mostbet, hem masaüstü hem de mobil cihazlarda sorunsuz çalışacak şekilde optimize edilmiştir.</p><ul><li>2009 yılından beri faaliyet gösteren The majority of bet, uluslararası alanda hizmet veren köklü bir bahis sitesidir ve günümüzde milyonlarca kullanıcısı bulunmaktadır. </li><li>Oyunlar, NetEnt, Sensible Play, Microgaming ve Evolution Gaming gibi 60’tan fazla sağlayıcı tarafından desteklenmektedir. </li><li>Mostbet masa oyunları bölümünde, klasik casino oyunlarını bulabilirsiniz. </li><li>Bu bilgilerle mostbet sunduğu güncel özelliklere empieza avantajlara dair detaylı bir tablo elde edebilirsiniz. </li></ul><p>MostBet Azerbaycan’ın şöhret iddiası, bahis şirketinin yüksek para çekme hızı, kayıt kolaylığı ve interfeys sadeliği hakkındaki yorumlarıdır.  Mostbet, yeni ve mevcut kullanıcılarına çeşitli bonuslar sunarak daha avantajlı bir bahis deneyimi sağlar.  İlk üyelik bonusları, yatırım bonusları ve kayıp iadesi gibi birçok farklı promosyon seçeneği bulunur.  Mostbahis bonusları arasında yer alan Most bet promosyonları düzenli olarak yenileri ile değiştirilmekte ve güncellenmektedir.  Bu sebeple bonusların ve promosyonların olduğu ilgili sayfa kullanıcılar ve özellikle de üyeler tarafından sık sık takip edilmelidir.  Casino’in sık sık bahis oynamak isteyen çok sayıda ziyaretçisi olduğu için, resmi web sitesi aşırı yüklenebilir ve yeni oyuncular ona erişemez.</p><h2 id=\"toc-2\">Mostbet Casino Ve Canlı Casino Bonuslari</h2><p>Platformun güvenilirliği ve kullanıcı odaklı yaklaşımı da dikkat çeken noktalardandır.  Ayrıca, 7/24 müşteri desteği sunarak kullanıcıların herhangi bir sorun yaşaması durumunda hızlı çözümler sağlar.  Kullanıcılar, futbol, basketbol, tenis gibi popüler spor dallarının yanı sıra e-spor empieza sanal sporlar gibi farklı seçeneklerde para bahis yapabilirler.</p><ul><li>Online bahis empieza casino platformları arasında popüler bir seçenek olarak öne çıkmaktadır. </li><li>Most bet mobil tıpkı Mostbet’in web sitesi gibi özenle hazırlanmış bir uygulamadır. </li><li>Bunlar arasında yatırım bonusları, kayıp iadesi, bedava bahisler, ücretsiz dönüşler ve özel etkinliklere katılım fırsatları yer almaktadır. </li></ul><p>Çoğu kaçak bahis sitesi, sürekli olarak giriş adresini değiştirmek zorunda kalmaktadır.  Mostbahis ise geliştirdiği güvenlik önlemleri sayesinde 1 aydır giriş adresini değiştirmemiştir.  Mostbet, çevrim içi bahis ve gambling establishment dünyasında güvenilirliği, yüksek bahis oranları empieza geniş oyun yelpazesi ile dikkat çeken önde gelen platformlardan biridir.  Hem spor bahisleri hem de casino oyunları konusunda sunduğu seçeneklerle kullanıcılarına eğlenceli ve kazançlı bir deneyim sunar.  2009 yılından beri faaliyet gösteren Many bet, uluslararası alanda hizmet veren köklü bir bahis sitesidir ve günümüzde milyonlarca kullanıcısı bulunmaktadır.</p><h3 id=\"toc-3\">Mostbet’in Sahibi Kimdir? </h3><p>Mostbet mobil uygulaması,\" \"Android ve iOS cihazlarla uyumlu olup, kullanıcılarına her an bahis yapma imkanı sunmaktadır.  Uygulama, spor bahisleri ve casino oyunları dahil olmak üzere tüm platform özelliklerine erişim sağlar.  Yalnızca birkaç dakika içinde kurulabilir ve fifty MB’tan az yer kaplar.  Öncelikle, Mostbet’in resmi web sitesini ziyaret etmek iyi bir başlangıç ​​noktasıdır.  Ana sayfa genellikle erişim engeliyle karşılaştığınızda size yönlendirme yapar ve en kid güncel giriş adresini paylaşır.  Mostbet, Fb, Twitter veya Instagram gibi platformlarda hidup olarak yer alır ve güncellemeleri buradan duyurur.</p><ul><li>Ancak sorumlu oyun politikalarına uyarak, eğlenceli ve güvenli bir bahis deneyimi yaşayabilirsiniz. </li><li>Resmi web sitesini takip etmek, sosyal medya hesaplarını kontrol etmek ya da güvenilir bahis forumlarını kullanmak bu konuda size yardımcı olacaktır. </li><li>Mostbet spor bahisleri ve canlı on line casino oyunları konusunda kaliteli bir platform olarak öne çıkar. </li><li>Mostbet, sorumlu oyun konusunda kullanıcılarına destek olmak için çeşitli hizmetler sunar. </li><li>Özellikle erişim kolaylığı ve güvenilirlik açısından tam puan alan site, kullanıcıların beğenisini günden güne toplamaya devam etmektedir. </li><li>Bahis severler The majority of bahis üyelik için sitedeki ‘hemen üye ol’ linkini kullanarak anında 100 TL, 500 TL ve hatta 1. 1000 TL’ye varan hoş geldin bonuslarından faydalanabiliyorlar. </li></ul><p>Site içerisindeki her oyun ve her şey için belli kurallar bulunmaktadır.  Herhangi bir şekilde güven problemi ile ilgili sorun yaşandığı zaman 8 gün 24 ketika boyunca ulaşabileceğiniz canlı destek ile sorunlarınızın halledilmesi de çalışılmaktadır.   Mostbet, müştəri üçün bir çox ödəniş üsulları təklif edir, belə ki, ödənişlər depozit, bank kartları və sanal ödəniş yöntəmləri ilə edilə bilər.</p><h3 id=\"toc-4\">Mostbet Uygulaması</h3><p>Bu nedenle, birçok bahis sitesi mobil uygulamalar sunarak” “kullanıcıların ihtiyaçlarına cevap veriyor.  Mostbet, mobil uygulamasıyla kullanıcılarına kesintisiz bir bahis deneyimi sunmaktadır.  Mostbet Promosyon empieza bonus çeşitleri, kullanıcılara daha fazla kazanma şansı sunmanın yanı sıra, platformun sunduğu oyunları daha uzun süre deneyimleme imkanı de uma sağlar.</p><ul><li>Her alanda profesyonel, kaliteli, hızlı empieza güvenli hizmet veren Mostbet adresinin bütün teknik alt yapısı Sbtech tarafından sağlanmaktadır. </li><li>Son derece güvenir olan Most bet bahis ve On line casino oyunları sitesi Montenegro E-Gambling Lisanslı bir sitedir. </li><li>Gerek bonus çevrim şartları, gerekse ödemelerde yaşanabilecek olası sorunlar için durante etkili yol genellikle canlı destek hattı oluyor. </li><li>Most bet’in canlı casino bölümü, gerçek krupiyelerle oyun oynama deneyimi sunarak gerçek bir kumarhane atmosferi sağlar. </li></ul><p>Kullanıcılar, bu kanalları takip ederek sobre güncel bilgilere ulaşabilirler.  Mostbet giriş işlemi için öncelikle website tarayıcınıza güncel giriş adresini yazmanız gerekir.  Siteye giriş yaptıktan sonra kullanıcı adı ve şifrenizi girerek hesabınıza erişim sağlayabilirsiniz.  Eğer bir VPN kullanıyorsanız, farklı bir ülkeden bağlanarak weil giriş yapabilirsiniz.  Most bahis mobil giriş yapmak için net sitesi üzerinden giriş yapar gibi mobil uygulama üzerinden giriş yapmanız gerekmektedir.  Kullanıcı adınız ve şifreniz ile kolayca mobil uygulama üzerinden giriş yapabilirsiniz.</p><h2 id=\"toc-5\">Mostebet Pra Yatırma Yöntemleri</h2><p>Mostbet canlı bahis özelliği, maç esnasında bahis yapma olanağı sağlar.  Canlı bahis, maçın seyrine göre anlık olarak bahis yapabilme imkanı sunar ve bu da heyecanı arttırır.  Ancak canlı bahislerde oranlar sürekli değişir ve kullanıcılar anlık kararlar vererek kazanç elde edebilirler.  İşlemlerin çok büyük bir kısmı neredeyse anında sonuçlanırken, çekim taleplerinde de genelde kısa bekleme süreleriyle karşılaşılıyor.  Yeni üyelerin dikkatini çeken bir diğer unsur da Mostbet Deneme Bonusu.</p><p>Most bet bahis firmasına para yatırmak için 20\" \"liralık cepbank işlemi yapabilirsiniz.  Dilerseniz havale ile yatırım yapabilirsiniz, ancak havale ile yatırımın alt limiti 50 liradır.  Mostbet’ten afin de çekmek için ise en az hundred liranızın olması gerekiyor.  Güvenilir ve sağlam bir site olan Mostbet’e hemen kaydolmak için aşağıdaki bağlantıyı kullanabilirsiniz.</p><h3 id=\"toc-6\">Mostbet Bonus Ve Promosyonlar</h3><p>Kullanıcıların maçlara canlı bahis yapma veya çeşitli spor etkinliklerine bahis yapma gibi faaliyetlerde bulunmalarını engelleyebilir.  Mostbet, sadece spor bahisleri değil, aynı zamanda geniş bir casino oyunları yelpazesi sunar.  Slot oyunları, blackjack, online poker, rulet gibi popüler casino oyunlarını Almost all bet Casino platformunda bulabilirsiniz.  Ayrıca, canlı casino seçeneği ile gerçek krupiyeler eşliğinde oyun oynama keyfini yaşayabilirsiniz.  Mostbet sitesine giriş yapan the woman bahis severin ilk aklına gelen Mostbahis üye olmak istiyorum düşüncesidir.</p><ul><li>Ayrıca, hesap bilgilerinizi doğru ve eksiksiz girmeniz, ilerleyen süreçte em virtude de çekme işlemlerinde sorun yaşamanızın önüne geçecektir. </li><li>Her türlü oyuncunun isteklerine uygun bir oyun bulabileceği geniş bir yelpazeye sahiptir. </li><li>Mostbet, dünya genelindeki birçok spor dalında bahis yapma imkanı sunar. </li><li>Ancak, bu tür engellemeler sizi Mostbet’in heyecan verici dünyasından alıkoymamalıdır. </li><li>Hesabınıza yeterli miktarda yatırıp yatırmadığınız kontrol etmenizi öneririz. </li><li>Sizin için en uygun olanı seçebilir ve işlem sürecini başlatabilirsiniz. </li></ul><p>Bahis severler The majority of bahis üyelik için sitedeki ‘hemen üye ol’ linkini kullanmak suretiyle anında 100 TL, 500 TL empieza hatta 1. 1000 TL’ye varan hoş geldin bonuslarından faydalanabiliyorlar.  Mostbet’in sektörde en yeni bir isim olması ve kurucuları ile ekip çalışanlarının bu sektörde profesyonel empieza tecrübeli olmaları sonucunda üyelere çok güzel fırsatlar doğdu.  Zaten Mostbahis sitesinin yıldırım gibi bahis sitelerinin adresleri arasına düşmesinin durante büyük sebeplerinden biri de bu oldu.</p><h2 id=\"toc-7\">Mostbet Spor Bahisleri</h2><p>Most bet, kullanıcılarına günün her saatinde müşteri hizmetleri desteği sunmaktadır.  Most bet’in canlı casino bölümü, gerçek krupiyelerle oyun oynama deneyimi sunarak gerçek bir kumarhane atmosferi sağlar.  Kullanıcılar, farklı oyun türlerini keşfederek kazançlarını artırabilirler.</p><ul><li>Promosyon empieza bonus çeşitleri, müşterilere çeşitli avantajlar sunarak kullanıcı memnuniyetini artırmayı hedefler. </li><li>Mostbet’in sektörde en yeni bir isim olması ve kurucuları ile ekip çalışanlarının bu sektörde profesyonel empieza tecrübeli olmaları sonucunda üyelere çok güzel fırsatlar doğdu. </li><li>Mostbet’de, kullanıcı bilgilerinin güvenliğini sağlamak için SSL şifreleme teknolojisi kullanır. </li><li>Mostbahis, üyeleri için güvenilir bir site olmakta ve güvenilirlik\" \"açısından oldukça katı kurallara sahip olmaktadır. </li></ul><p>Bunu yapmak için, görünen giriş penceresinde “Şifrenizi unuttunuz mu?  30 saniye içinde ulaşacak olan e-postadaki SMS kodunu ya da bağlantıyı kullanarak şifreyi sıfırlamanız ve durante yeni bir tane oluşturmanız gerekir.  Tüm yetkilendirme seçeneklerine bakacağız ve hoşgeldin bonusunun koşullarını da açıklayacağız.  MostBet müşteri desteğine canlı sohbet, e-posta veya destek hattı aracılığıyla 7/24 ulaşabilirsin.  Mostbet olarak, oyuncularımıza özel çeşitli reward ve promosyonlar sunuyoruz.  Yatırımlara eklenen promosyonlar, oyuncuların oyun deneyimlerini geliştirmelerine ve kazançlarını artırmalarına yardımcı olmaktadır.</p><h2 id=\"toc-8\">Mostbet Hoş Geldin Bonusu🎁</h2><p>Her ne kadar da kapanmış olsa da Mostbet güvenilir mi sorularına yeniden açılarak en kaliteli cevabı veriyor.  Bununla birlikte bahis sitesi Montenegro lisansı ile de daha sağlam hizmet vermektedir.  Çünkü bahis sitesi spor bahisleri ve online casino oyunlarını bu lisansı ile  oynatmaktadır.  Her ne kadar bu durum şaşırtıcı olsa da bahis sitesinin gayet iyi çalıştığını görüyoruz.</p><ul><li>Dahası, kolay ve sezgisel navigasyon, oyuncuların doğru etkinliği, en iyi oranları ve bahis oynamak için ihtiyaç duydukları diğer tüm bilgileri bulmalarına yardımcı olacaktır. </li><li>Doğrulama işlemi tamamlandığında, başarılı bir şekilde kayıt olmuş olacaksınız. </li><li>Ayrıca, güvenilir ödeme yöntemleri sunarak para yatırma ve çekme işlemlerini kolaylaştırır. </li><li>Mostbet Güncel Giriş Adresi bahis sitesinin güncel giriş adresi zaman zaman değişebilir. </li><li>Mostbet kaçak ve canlı bahis sitesi, yeni kurulduğu için çoğu kişi tarafından güvenilir görülmemektedir. </li><li>Bu bonus, kayıt işlemi tamamlandıktan sonra hesabınıza yapılan ilk para yatırma işleminden elde edilen bir bonus tutarıdır. </li></ul><p>Curacao Oyun Komisyonu tarafından lisanslanmıştır ve kullanıcılarının kişisel ve finansal bilgilerinin güvenliğini sağlamak için en boy teknoloji güvenlik önlemlerini kullanır.  Gerek reward çevrim şartları, gerekse ödemelerde yaşanabilecek olası sorunlar için en etkili yol genellikle canlı destek hattı oluyor.  Müşteri temsilcileri, ”\" \"“problemi hızla analiz ederek mümkün olan durante kısa sürede çözüm sunuyor.</p><h3 id=\"toc-9\">Çoğu Bahisten Oyuncuya Yüzde Kaç Nakit Para Iadesi Sağlanır? </h3><p>Gelişmiş mobil tasarımı ve özel mobil uygulaması sayesinde kullanıcılar, istedikleri her a good bahis oynayabilir empieza oyun keyfini yaşayabilirler.  Mostbet, geniş spor bahis seçenekleriyle your ex oyuncunun beklentisini karşılamayı amaçlamaktadır.  Üst düzey analiz ve istatistik desteği sunarak kullanıcıların daha bilinçli bahis yapmasını sağlar.  Ortaya çıkan soru ayrıntılı bir açıklama veya belgesel kanıtların sağlanmasını gerektiriyorsa, e-posta yoluyla veya geri bildirim formunu kullanmak suretiyle bir talep göndermek daha iyidir.  Mostbet, kullanıcılara web sitesindeki duyurular ve e-posta bildirimleri yoluyla güncel giriş adresi hakkında bilgi verir.  Ayrıca, sosyal medya hesapları üzerinden de giriş adresi değişikliklerini duyurmaktadır.</p><ul><li>Bütün bonuslar MostBet’in resmi web sitesinde va ve kurallara göre her kayıttan keçen oyuncunun postuna yollanıyor. </li><li>Bu siteler, sürekli olarak bahis sektöründeki güncellemeleri yakından takip eder ve erişim engelleriyle ilgili bilgileri hızlı bir şekilde paylaşır. </li><li>Hiçbir karışıklığa sebebiyet vermeden kullanıcılarını ve üyelerini aradıklarına en kestirme yoldan ulaştıran Mostbet sitesi, üyelik sayfasındaki sadelik ve netlik ile de başarılı. </li><li>Ancak canlı casino, kullanıcıların gerçek bir online casino atmosferinde oyun oynamalarını sağlar. </li></ul><p>Verilen bilgilere göre Mostbet’in resmi sitesinde kayıt olmuş kullanıcıların sayısı bir milyondan çoktur.  Online bahis oyunları şirkəti olan Mostbet on il önce onlayn kumar pazarında izini koydu.  Bu zaman içinde şirket bazı standartları belirledi ve yaklaşık 93 ülkede popüler oldu.</p><h2 id=\"toc-10\">Mostbet Kaydıyla İlgili Yardım</h2><p>Dileyen bahisçiler kaçak bahis sitesinin bu bölümünü de kullanabilirler.  Sbtech altyapılı Mostbahis sürekli para kaybeden üyelerine kayıp bonusu da veriyor.  Kayıp bonusu almak için sitenin canlı destek ekibi ile iletişime geçebilirsiniz.  Mostbet kaçak bahis sitesi, hizmet vermeye 2016 yılının Aralık ayında başlamıştı.</p><ul><li>Bu makalede, Mostbet‘e nasıl kayıt olabileceğinizi adım adım\" \"açıklayacağım. </li><li>Bu, oyun alışkanlıklarını kontrol altında tutmak için etkili bir yöntemdir. </li><li>Mostbet Android uygulaması, kullanıcıların diledikleri your ex yerden bahis yapmalarına olanak tanır. </li><li>Gelişmiş grafikler, kullanıcı dostu arayüz empieza hızlı yükleme süreleri ile Most gamble, casino severler için mükemmel bir oyun ortamı sağlar. </li><li>Takımların form durumları, sakatlıklar empieza diğer faktörler bahis sonuçlarını etkileyebilir. </li></ul><p>MostBet, bütün bahis kontoralarinın arasında en iyi bahislerini sunar.  En popüler oyunlarda oranlar %1, 5-5 aralığında verilirken, daha az popüler olan futbol maçlarında ise %8’e ulaşmaktadır.  Bu sayede, Mostbet kullanıcıları herhangi bir kesinti yaşamadan siteye erişebilmekte ve gaté oyunlarını oynamaya devam edebilmektedir.  Mostbet’in bu hızlı ve etkili önlem alma süreci, kullanıcı memnuniyetini ön planda tutarak kaliteli bir oyun deneyimi sunmayı hedeflemektedir.</p><h3 id=\"toc-11\">Promosyonlar Ve Ödüller Hakkında Ne Diyebilmek Olur? </h3><p>Futbol, basketbol, tenis, voleybol ve e-spor gibi birçok branşta bahis yapabilirsiniz.  Bu çevrimiçi kumarhane platformu, kullanıcıları için güvenli empieza adil bir oyun ortamı sağlamak için gerekli önlemleri almaktadır.  Lisanslı ve düzenlenmiş olmasıyla, kullanıcıların kişisel ve\" \"finansal bilgilerinin güvende olduğundan emin olabilirsiniz.  Ayrıca, oyun sonuçlarının rastgele ve adil olduğunu garanti etmek için bağımsız denetimler yapılır.</p><ul><li>Şu anda ilk yatırımınızın yüzde yüzü olarak verilen five hundred TL’lik bonus belli bir süre sonra yatırımınızın yüzde 25’i olarak verilmeye başlanacak. </li><li>Site, kullanıcı bilgilerini korumak için güçlü güvenlik duvarları kullanır. </li><li>Curacao hükümeti tarafından lisanslandırılmış olan Mostbet, güvenilir ve adil bir oyun ortamı sunar. </li><li>Çünkü web-site kullanıcılarının finansal açıdan bir mağduriyet yaşamaması en büyük etkendir. </li><li>Hesabınızı e-posta, pampre telefonu numarası, sosyal medya veya anında \'Tek Tıklama\' kaydı dahil olmak üzere çeşitli yöntemlerle oluşturabilirsiniz.\" \"[newline]Ülkenizdeki resmi MostBet internet sitesine nasıl erişeceğinizi ve kayıt ekranına nasıl erişeceğinizi öğrenin. </li></ul><p>Mostbet’te futbol, basketbol, tenis, voleybol, e-sporlar ve daha birçok spor dalına bahis yapabilirsiniz.  Kullanıcılar, oyun alışkanlıklarını kontrol altına almak istediklerinde kendi kendine dışlama seçeneğini kullanabilirler.  Bu seçenek, belirli bir süre boyunca kullanıcıların hesaplarına erişimini engeller.  Bu bilgilerle mostbet sunduğu güncel özelliklere ve avantajlara dair detaylı bir tablo elde edebilirsiniz.  Ardından, sayfanın sağ üst köşesinde yer joe “Hesap” veya “Profil” sekmesine tıklamanız gerekmektedir.  Adınız, soyadınız, e-posta adresiniz, kullanıcı adınız, şifreniz gibi bilgileri doğru ve eksiksiz bir şekilde doldurmanız önemlidir.</p><h3 id=\"toc-12\">Ios Uygulamasını İndir</h3><p>En güvenli yöntem, Most bet’in güncel giriş adresini takip ederek doğrudan erişim sağlamaktır.  Hesabınızı oluşturduktan sonra, gerekli doğrulamaları tamamlayarak tüm bahis ve casino oyunlarına erişim sağlayabilirsiniz.  Kayıt işlemini tamamlayan kullanıcılar, Mos tbet’in sunduğu özel bonuslardan empieza promosyonlardan anında faydalanabilir.  Mostbet, kullanıcılarına kesintisiz bir oyun deneyimi sunmak için 7/24 müşteri desteği sağlamaktadır.  Eğer girişle ilgili bir problem yaşarsanız, canlı destek ekibine bağlanarak hızlı bir şekilde çözüm bulabilirsiniz.  Sitenin canlı destek hizmeti, müşteri memnuniyetini en üst düzeye çıkarmak için etkili bir yol sunar.</p><ul><li>Güvenlik açısından, çift doğrulama ve şifreleme teknolojileri kullanılarak veri güvenliği sağlanmaktadır. </li><li>Bunu yapmak için, görünen giriş penceresinde “Şifrenizi unuttunuz mu? </li><li>Çünkü bahis sitesi spor bahisleri ve online casino oyunlarını bu lisansı ile oynatmaktadır. </li><li>En güvenli yöntem, Practically all bet’in güncel giriş adresini takip ederek doğrudan erişim sağlamaktır. </li></ul><p>Birçok kullanıcı, kazandıkları parayı güvenli ve hızlı bir şekilde çekebilme konusunda endişeler taşıyabilir.  Bu yazıda, Mostbet’in nasıl para çekileceği konusunda ayrıntılı bilgiler sunulacaktır.  Kayıt olduğunuzda, hesabınıza giriş yapabilir ve sunduğu çeşitli bahis empieza casino oyunlarının keyfini çıkarabilirsiniz.</p><h2 id=\"toc-13\">Mostbet Spor</h2><p>Mobil uygulaması, kullanıcı dostu tasarımı ve kullanıcıların kolaylıkla gezinebileceği arayüzü ile dikkat çekmektedir.  Uygulama, Android empieza iOS işletim sistemlerine sahip cihazlarla uyumludur ve kullanıcılar bu platformlarda rahatlıkla erişim sağlayabilirler.  Bu makalede, Mostbet‘e nasıl kayıt olabileceğinizi adım adım\" \"açıklayacağım.  Mostbet yeni üye olan kullanıcılara özel hoş geldin bonusu sunulmaktadır.  Ancak ilk yatırımınıza özel olarak sunulan bu benefit, yatırım miktarınıza göre değişiklik gösterebilir.</p><ul><li>Kullanıcılar, futbol, ​​basketbol, ​​tenis, voleybol gibi farklı spor dallarında” “bahis yapabilirler. </li><li>Bu bonuslar, yeni oyuncuları siteye çekmek ve mevcut oyuncuların devamlılığını sağlamak için tasarlanmıştır. </li><li>Mostbet site yorumları site kurulduğu günden itibaren olumlu yorumlar almaktadır. </li><li>Casino oyunlarına başlamadan önce kuralları ve stratejileri öğrenmek, kazanma şansınızı artırabilir. </li><li>Hem düşük bütçeli oyuncuların ankle rehab e book de yüksek bahis severlerin tercih edebileceği bir skalayı barındırması, Big Bass Bienestar Oyna seçeneğini herkes için cazip kılar. </li></ul><p>Mostbett, kullanıcılarının sorumlu oyun oynamalarına yardımcı olacak rehberler ve bilgilendirici makaleler sunar.  Ancak bu rehberler, kullanıcıların sorumlu oyun alışkanlıkları geliştirmelerine empieza olası sorunları önlemelerine yardımcı olur.  Mostbet, kullanıcıların belirli bir süre içinde ne kadar para yatırabileceklerini sınırlamalarına olanak tanır.  Mostbete Bu, kullanıcıların bütçelerini kontrol etmelerine ve aşırı harcamaların önüne geçmelerine yardımcı olur.  Mostbet’de, kullanıcı bilgilerinin güvenliğini sağlamak için SSL şifreleme teknolojisi kullanır.</p>','Mostbet Giriş: Çevrimiçi Spor Bahisleri Ve Gambling Establishment 9, 000\'ye Kadar Bonus','','publish','closed','','','mostbet-giris-cevrimici-spor-bahisleri-ve-gambling-establishment-9-000ye-kadar-bonus','','','2025-10-09 19:40:21','2025-10-09 12:40:21','',0,'https://lion288slot.com/?p=294',0,'post','',0),
(295,1,'2025-10-09 19:40:21','2025-10-09 12:40:21','<meta name=\"description\" content=\"Bedava spinlerden elde edilen maksimum kazanç 750 TRY, bahis için geri kazanma katsayısı x60’dır. \"/><h1>Mostbet Com\'da Oynamak Mı Istiyorsunuz? Buradan Giriş Yapın</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Mostbet Casino\'yu Cep Telefonunda Oynamak Için Bir Uygulama Var Mı? </a></li><li><a href=\"#toc-1\">Mostbet Web Sitesi Bilgileri</a></li><li><a href=\"#toc-2\">Mostbet Casino Ve Canlı Casino Bonuslari</a></li><li><a href=\"#toc-3\">Mostbet’in Sahibi Kimdir? </a></li><li><a href=\"#toc-4\">Mostbet Uygulaması</a></li><li><a href=\"#toc-5\">Mostebet Afin De Yatırma Yöntemleri</a></li><li><a href=\"#toc-6\">Mostbet Bonus Ve Promosyonlar</a></li><li><a href=\"#toc-7\">Mostbet Spor Bahisleri</a></li><li><a href=\"#toc-8\">Mostbet Hoş Geldin Bonusu🎁</a></li><li><a href=\"#toc-9\">Çoğu Bahisten Oyuncuya Yüzde Kaç Nakit Para Iadesi Sağlanır? </a></li><li><a href=\"#toc-10\">Mostbet Kaydıyla İlgili Yardım</a></li><li><a href=\"#toc-11\">Promosyonlar Ve Ödüller Hakkında Ne Diyebilmek Olur? </a></li><li><a href=\"#toc-12\">Ios Uygulamasını İndir</a></li><li><a href=\"#toc-13\">Mostbet Spor</a></li><li><a href=\"#toc-14\">Mostbet Mobil Uygulaması</a></li><li><a href=\"#toc-15\">Mostbet Casino</a></li><li><a href=\"#toc-16\">Mostbet Canlı Destek</a></li><li><a href=\"#toc-17\">\"mostbet Login – Mostbet Türkiye Mobil Giriş</a></li><li><a href=\"#toc-18\">Mostbet Güncel Giriş</a></li><li><a href=\"#toc-19\">Mostbet Yatırım Bonusları</a></li><li><a href=\"#toc-20\">Mostbet Sms Şikayet</a></li><li><a href=\"#toc-21\">Mostbet Güvenilir Casino</a></li><li><a href=\"#toc-22\">Mostbet Bonusları Nelerdir? </a></li><li><a href=\"#toc-23\">Mostbet Para Çekme Yöntemleri</a></li><li><a href=\"#toc-24\">Mostbet On Line Casino İncelemesi</a></li><li><a href=\"#toc-25\">Mostbet Hoş Geldin Bonusunuzu Alın</a></li><li><a href=\"#toc-26\">Most Guess Web Sitesine Giriş Yapamıyorum, Blokajı Nasıl Aşabilirim? </a></li><li><a href=\"#toc-28\">Mostbet Nasıl\" \"kayıt Olurum? </a></li><li><a href=\"#toc-29\">E-spor Bahisleri</a></li><li><a href=\"#toc-31\">Mostbet Mobil</a></li><li><a href=\"#toc-33\">Müşteri Hizmetleri: 7/24 Destek</a></li></ul></div><p>Mostbet gibi bir bahis sitesine erişmek isteyenlerin güncel giriş adresini bilmeleri önemlidir.  Resmi website sitesini takip etmek, sosyal medya hesaplarını kontrol etmek veya güvenilir bahis forumlarını kullanmak bu konuyla ilgili size yardımcı olacaktır.  Unutmayın, güncel adresi doğru kaynaklardan öğrenmek, kesintisiz bir oyun deneyimi için önemlidir.  Her birinin kendine özel şartları olan bu bonuslar aslında üyelik işlemini gerçekleştiren her kullanıcı tarafından rahatlıkla kullanılabilmektedir.  Mostbahis sitesinin, bonuslar konusunda bu kadar gobelet sunum ile Türkiye bahis piyasasına girmesi tüm bahisçileri heyecanlandırdı.  Mostbet site yorumları site kurulduğu günden itibaren olumlu yorumlar almaktadır.</p><ul><li>Mostbet, on the web bahis ve casino oyunları sunan bir platform olarak popülerlik kazanmıştır. </li><li>Mostbett, kullanıcılarının sorumlu oyun oynamalarına yardımcı olacak rehberler ve bilgilendirici makaleler sunar. </li><li>Adınız, soyadınız, e-posta adresiniz, kullanıcı adınız, şifreniz gibi bilgileri doğru ve eksiksiz bir şekilde doldurmanız önemlidir. </li><li>Ancak kullanıcılar, farklı temalar ve özelliklerle sunulan yüzlerce slot machine oyunundan birini seçerek şanslarını deneyebilirler. </li><li>Mostbet bahis sitesinin spor bahisleri ya da canlı bahisler bölümünde kupon yapacaksanız five-hundred TL değerindeki hoş geldin bonusunu alabilirsiniz. </li><li>Mostbet Spor bölümünde favori takımınızı destekleyebilir ve kazanç elde etme şansı yakalayabilirsiniz. </li></ul><p>Mostbet’in sunduğu canlı bahis özelliği neticesinde, maç esnasında bahis yaparak yüksek oranlardan faydalanabilir ve daha heyecanlı bir\" \"bahis deneyimi yaşayabilirsiniz.  Gerçekten de, Mostbet ismi uzun zamandır kumar eğlencesi ve kazançlarının ana kaynağı olarak onu seçen Türk oyuncular arasında bir ev ismi olmuştur.  Bu site Türkiye’de rakipsizdir ve hiç şüphesiz bahis endüstrisindeki en başarılı empieza güvenilir site olarak” “kabul edilmektedir.  MostBet girişine bu sayfadaki bağlantıları kullanarak ulaşabilirsiniz.  MostBet hesabınıza giriş yapmak için bu doğrulanmış bağlantıları kullanın.</p><h2 id=\"toc-0\">Mostbet Casino\'yu Cep Telefonunda Oynamak Için Bir Uygulama Var Mı? </h2><p>Geniş oyun seçenekleri, mobil uyumluluk, güvenilirlik ve kullanıcı dostu yaklaşımı sayesinde kullanıcılarına heyecan dolu bir deneyim sunmaktadır.  Mostbet’i tercih ederek siz para bu keyifli dünyaya adım atabilirsiniz.  Ayrıca güncel promosyonlar, arayüz dilini değiştirmek için butonlar, mobil uygulamaları indirmek ve daha fazlasını içeren bir bölüm de bulunmaktadır.  Yüksek kaliteli grafikler ve akıcı oyun arayüzü sayesinde oyunlardan tam anlamıyla keyif alabilirsiniz.  Öncelikle, Mostbet’in avantajlarından biri çeşitli spor bahisleri seçenekleridir.  Ayrıca, canlı bahis seçeneği de sunan bu platformda maçları canlı izleyebilir empieza anlık olarak bahis yapabilirsiniz <a href=\"https://webclearinghouse.net/\">MostBet</a>.</p><ul><li>Ülkenizdeki sah web sitesine nasıl erişeceğinize ilişkin ayrıntıları içeren MostBet Giriş bilgileri. </li><li>Ve elbette, kullandığınız bağlantının güvenli ve güncel olduğundan emin olmak önemlidir. </li><li>Her ne kadar bu durum şaşırtıcı olsa da bahis sitesinin gayet iyi çalıştığını görüyoruz. </li><li>Kayıt işlemini tamamlayan kullanıcılar, Mos tbet’in sunduğu özel bonuslardan empieza promosyonlardan anında faydalanabilir. </li><li>Yine sobre düşük riskle yüksek heyecan arayanlar için harika bir kapı araladığı bir gerçek.\" \"[newline]Bahis sitelerinin sunduğu bonus kampanyalarıyla birleştiğinde, potansiyel kazançlarınızın daha da artacağı unutulmamalıdır. </li></ul><p>Kullanıcılar mostbete 7/24 hizmet veren canlı destek hattı, e-posta ve telefon ile müşteri hizmetlerine ulaşabilirler.  Mostbet, casino oyunları konusunda dünya çapında en iyi oyun sağlayıcıları ile çalışarak yüksek kaliteli grafikler ve sorunsuz bir oyun deneyimi sunmaktadır.  Kullanıcılar, çeşitli on line casino bonusları ve promosyonları sayesinde yatırımlarını artırarak daha fazla kazanç elde edebilirler.  Ana sayfaya geldiğinizde, sağ üst köşede yer alan “Kaydol” ya da “Üye Ol” gibi bir düğme bulacaksınız.  Çoğu zaman içerik, aynı bilginin birden fazla kaynağını sağlamak için yansıtılır.  Genellikle büyük veya popüler dosyalar, indirmeleri hızlandırmak ve yükü dağıtmak için birden fazla aynaya yerleştirilir.</p><h3 id=\"toc-1\">Mostbet Internet Sitesi Bilgileri</h3><p>Bahis sitelerinin genellikle şikayetlerinin ana başlıkları izinsiz gönderilen mesajlar ve ya reklam mesajlarını istemiyorum gibi şeylerden oluşuyor.  Bunun nedeni ise bahis sitelerinin kullanıcılara çok fazla mesaj atmasından dolayı ortaya çıkıyor.  Ancak Mostbet bahis sitesini bu konuyla ilgili bir araştırdığımızda sitenin sms şikayetleri almadığını görüyoruz.  Çünkü bahis sitesinin bu alanda kullanıcıları rahatsız edici smsler atmış olduğunu görseydik yorumlarda bu konuda şikayetler görebilirdik.  Mostbet, hem masaüstü hem de mobil cihazlarda sorunsuz çalışacak şekilde optimize edilmiştir.</p><ul><li>2009 yılından beri faaliyet gösteren The majority of bet, uluslararası alanda hizmet veren köklü bir bahis sitesidir ve günümüzde milyonlarca kullanıcısı bulunmaktadır. </li><li>Oyunlar, NetEnt, Sensible Play, Microgaming ve Evolution Gaming gibi 60’tan fazla sağlayıcı tarafından desteklenmektedir. </li><li>Mostbet masa oyunları bölümünde, klasik casino oyunlarını bulabilirsiniz. </li><li>Bu bilgilerle mostbet sunduğu güncel özelliklere empieza avantajlara dair detaylı bir tablo elde edebilirsiniz. </li></ul><p>MostBet Azerbaycan’ın şöhret iddiası, bahis şirketinin yüksek para çekme hızı, kayıt kolaylığı ve interfeys sadeliği hakkındaki yorumlarıdır.  Mostbet, yeni ve mevcut kullanıcılarına çeşitli bonuslar sunarak daha avantajlı bir bahis deneyimi sağlar.  İlk üyelik bonusları, yatırım bonusları ve kayıp iadesi gibi birçok farklı promosyon seçeneği bulunur.  Mostbahis bonusları arasında yer alan Most bet promosyonları düzenli olarak yenileri ile değiştirilmekte ve güncellenmektedir.  Bu sebeple bonusların ve promosyonların olduğu ilgili sayfa kullanıcılar ve özellikle de üyeler tarafından sık sık takip edilmelidir.  Casino’in sık sık bahis oynamak isteyen çok sayıda ziyaretçisi olduğu için, resmi web sitesi aşırı yüklenebilir ve yeni oyuncular ona erişemez.</p><h2 id=\"toc-2\">Mostbet Casino Ve Canlı Casino Bonuslari</h2><p>Platformun güvenilirliği ve kullanıcı odaklı yaklaşımı da dikkat çeken noktalardandır.  Ayrıca, 7/24 müşteri desteği sunarak kullanıcıların herhangi bir sorun yaşaması durumunda hızlı çözümler sağlar.  Kullanıcılar, futbol, basketbol, tenis gibi popüler spor dallarının yanı sıra e-spor empieza sanal sporlar gibi farklı seçeneklerde para bahis yapabilirler.</p><ul><li>Online bahis empieza casino platformları arasında popüler bir seçenek olarak öne çıkmaktadır. </li><li>Most bet mobil tıpkı Mostbet’in web sitesi gibi özenle hazırlanmış bir uygulamadır. </li><li>Bunlar arasında yatırım bonusları, kayıp iadesi, bedava bahisler, ücretsiz dönüşler ve özel etkinliklere katılım fırsatları yer almaktadır. </li></ul><p>Çoğu kaçak bahis sitesi, sürekli olarak giriş adresini değiştirmek zorunda kalmaktadır.  Mostbahis ise geliştirdiği güvenlik önlemleri sayesinde 1 aydır giriş adresini değiştirmemiştir.  Mostbet, çevrim içi bahis ve gambling establishment dünyasında güvenilirliği, yüksek bahis oranları empieza geniş oyun yelpazesi ile dikkat çeken önde gelen platformlardan biridir.  Hem spor bahisleri hem de casino oyunları konusunda sunduğu seçeneklerle kullanıcılarına eğlenceli ve kazançlı bir deneyim sunar.  2009 yılından beri faaliyet gösteren Many bet, uluslararası alanda hizmet veren köklü bir bahis sitesidir ve günümüzde milyonlarca kullanıcısı bulunmaktadır.</p><h3 id=\"toc-3\">Mostbet’in Sahibi Kimdir? </h3><p>Mostbet mobil uygulaması,\" \"Android ve iOS cihazlarla uyumlu olup, kullanıcılarına her an bahis yapma imkanı sunmaktadır.  Uygulama, spor bahisleri ve casino oyunları dahil olmak üzere tüm platform özelliklerine erişim sağlar.  Yalnızca birkaç dakika içinde kurulabilir ve fifty MB’tan az yer kaplar.  Öncelikle, Mostbet’in resmi web sitesini ziyaret etmek iyi bir başlangıç ​​noktasıdır.  Ana sayfa genellikle erişim engeliyle karşılaştığınızda size yönlendirme yapar ve en kid güncel giriş adresini paylaşır.  Mostbet, Fb, Twitter veya Instagram gibi platformlarda hidup olarak yer alır ve güncellemeleri buradan duyurur.</p><ul><li>Ancak sorumlu oyun politikalarına uyarak, eğlenceli ve güvenli bir bahis deneyimi yaşayabilirsiniz. </li><li>Resmi web sitesini takip etmek, sosyal medya hesaplarını kontrol etmek ya da güvenilir bahis forumlarını kullanmak bu konuda size yardımcı olacaktır. </li><li>Mostbet spor bahisleri ve canlı on line casino oyunları konusunda kaliteli bir platform olarak öne çıkar. </li><li>Mostbet, sorumlu oyun konusunda kullanıcılarına destek olmak için çeşitli hizmetler sunar. </li><li>Özellikle erişim kolaylığı ve güvenilirlik açısından tam puan alan site, kullanıcıların beğenisini günden güne toplamaya devam etmektedir. </li><li>Bahis severler The majority of bahis üyelik için sitedeki ‘hemen üye ol’ linkini kullanarak anında 100 TL, 500 TL ve hatta 1. 1000 TL’ye varan hoş geldin bonuslarından faydalanabiliyorlar. </li></ul><p>Site içerisindeki her oyun ve her şey için belli kurallar bulunmaktadır.  Herhangi bir şekilde güven problemi ile ilgili sorun yaşandığı zaman 8 gün 24 ketika boyunca ulaşabileceğiniz canlı destek ile sorunlarınızın halledilmesi de çalışılmaktadır.   Mostbet, müştəri üçün bir çox ödəniş üsulları təklif edir, belə ki, ödənişlər depozit, bank kartları və sanal ödəniş yöntəmləri ilə edilə bilər.</p><h3 id=\"toc-4\">Mostbet Uygulaması</h3><p>Bu nedenle, birçok bahis sitesi mobil uygulamalar sunarak” “kullanıcıların ihtiyaçlarına cevap veriyor.  Mostbet, mobil uygulamasıyla kullanıcılarına kesintisiz bir bahis deneyimi sunmaktadır.  Mostbet Promosyon empieza bonus çeşitleri, kullanıcılara daha fazla kazanma şansı sunmanın yanı sıra, platformun sunduğu oyunları daha uzun süre deneyimleme imkanı de uma sağlar.</p><ul><li>Her alanda profesyonel, kaliteli, hızlı empieza güvenli hizmet veren Mostbet adresinin bütün teknik alt yapısı Sbtech tarafından sağlanmaktadır. </li><li>Son derece güvenir olan Most bet bahis ve On line casino oyunları sitesi Montenegro E-Gambling Lisanslı bir sitedir. </li><li>Gerek bonus çevrim şartları, gerekse ödemelerde yaşanabilecek olası sorunlar için durante etkili yol genellikle canlı destek hattı oluyor. </li><li>Most bet’in canlı casino bölümü, gerçek krupiyelerle oyun oynama deneyimi sunarak gerçek bir kumarhane atmosferi sağlar. </li></ul><p>Kullanıcılar, bu kanalları takip ederek sobre güncel bilgilere ulaşabilirler.  Mostbet giriş işlemi için öncelikle website tarayıcınıza güncel giriş adresini yazmanız gerekir.  Siteye giriş yaptıktan sonra kullanıcı adı ve şifrenizi girerek hesabınıza erişim sağlayabilirsiniz.  Eğer bir VPN kullanıyorsanız, farklı bir ülkeden bağlanarak weil giriş yapabilirsiniz.  Most bahis mobil giriş yapmak için net sitesi üzerinden giriş yapar gibi mobil uygulama üzerinden giriş yapmanız gerekmektedir.  Kullanıcı adınız ve şifreniz ile kolayca mobil uygulama üzerinden giriş yapabilirsiniz.</p><h2 id=\"toc-5\">Mostebet Pra Yatırma Yöntemleri</h2><p>Mostbet canlı bahis özelliği, maç esnasında bahis yapma olanağı sağlar.  Canlı bahis, maçın seyrine göre anlık olarak bahis yapabilme imkanı sunar ve bu da heyecanı arttırır.  Ancak canlı bahislerde oranlar sürekli değişir ve kullanıcılar anlık kararlar vererek kazanç elde edebilirler.  İşlemlerin çok büyük bir kısmı neredeyse anında sonuçlanırken, çekim taleplerinde de genelde kısa bekleme süreleriyle karşılaşılıyor.  Yeni üyelerin dikkatini çeken bir diğer unsur da Mostbet Deneme Bonusu.</p><p>Most bet bahis firmasına para yatırmak için 20\" \"liralık cepbank işlemi yapabilirsiniz.  Dilerseniz havale ile yatırım yapabilirsiniz, ancak havale ile yatırımın alt limiti 50 liradır.  Mostbet’ten afin de çekmek için ise en az hundred liranızın olması gerekiyor.  Güvenilir ve sağlam bir site olan Mostbet’e hemen kaydolmak için aşağıdaki bağlantıyı kullanabilirsiniz.</p><h3 id=\"toc-6\">Mostbet Bonus Ve Promosyonlar</h3><p>Kullanıcıların maçlara canlı bahis yapma veya çeşitli spor etkinliklerine bahis yapma gibi faaliyetlerde bulunmalarını engelleyebilir.  Mostbet, sadece spor bahisleri değil, aynı zamanda geniş bir casino oyunları yelpazesi sunar.  Slot oyunları, blackjack, online poker, rulet gibi popüler casino oyunlarını Almost all bet Casino platformunda bulabilirsiniz.  Ayrıca, canlı casino seçeneği ile gerçek krupiyeler eşliğinde oyun oynama keyfini yaşayabilirsiniz.  Mostbet sitesine giriş yapan the woman bahis severin ilk aklına gelen Mostbahis üye olmak istiyorum düşüncesidir.</p><ul><li>Ayrıca, hesap bilgilerinizi doğru ve eksiksiz girmeniz, ilerleyen süreçte em virtude de çekme işlemlerinde sorun yaşamanızın önüne geçecektir. </li><li>Her türlü oyuncunun isteklerine uygun bir oyun bulabileceği geniş bir yelpazeye sahiptir. </li><li>Mostbet, dünya genelindeki birçok spor dalında bahis yapma imkanı sunar. </li><li>Ancak, bu tür engellemeler sizi Mostbet’in heyecan verici dünyasından alıkoymamalıdır. </li><li>Hesabınıza yeterli miktarda yatırıp yatırmadığınız kontrol etmenizi öneririz. </li><li>Sizin için en uygun olanı seçebilir ve işlem sürecini başlatabilirsiniz. </li></ul><p>Bahis severler The majority of bahis üyelik için sitedeki ‘hemen üye ol’ linkini kullanmak suretiyle anında 100 TL, 500 TL empieza hatta 1. 1000 TL’ye varan hoş geldin bonuslarından faydalanabiliyorlar.  Mostbet’in sektörde en yeni bir isim olması ve kurucuları ile ekip çalışanlarının bu sektörde profesyonel empieza tecrübeli olmaları sonucunda üyelere çok güzel fırsatlar doğdu.  Zaten Mostbahis sitesinin yıldırım gibi bahis sitelerinin adresleri arasına düşmesinin durante büyük sebeplerinden biri de bu oldu.</p><h2 id=\"toc-7\">Mostbet Spor Bahisleri</h2><p>Most bet, kullanıcılarına günün her saatinde müşteri hizmetleri desteği sunmaktadır.  Most bet’in canlı casino bölümü, gerçek krupiyelerle oyun oynama deneyimi sunarak gerçek bir kumarhane atmosferi sağlar.  Kullanıcılar, farklı oyun türlerini keşfederek kazançlarını artırabilirler.</p><ul><li>Promosyon empieza bonus çeşitleri, müşterilere çeşitli avantajlar sunarak kullanıcı memnuniyetini artırmayı hedefler. </li><li>Mostbet’in sektörde en yeni bir isim olması ve kurucuları ile ekip çalışanlarının bu sektörde profesyonel empieza tecrübeli olmaları sonucunda üyelere çok güzel fırsatlar doğdu. </li><li>Mostbet’de, kullanıcı bilgilerinin güvenliğini sağlamak için SSL şifreleme teknolojisi kullanır. </li><li>Mostbahis, üyeleri için güvenilir bir site olmakta ve güvenilirlik\" \"açısından oldukça katı kurallara sahip olmaktadır. </li></ul><p>Bunu yapmak için, görünen giriş penceresinde “Şifrenizi unuttunuz mu?  30 saniye içinde ulaşacak olan e-postadaki SMS kodunu ya da bağlantıyı kullanarak şifreyi sıfırlamanız ve durante yeni bir tane oluşturmanız gerekir.  Tüm yetkilendirme seçeneklerine bakacağız ve hoşgeldin bonusunun koşullarını da açıklayacağız.  MostBet müşteri desteğine canlı sohbet, e-posta veya destek hattı aracılığıyla 7/24 ulaşabilirsin.  Mostbet olarak, oyuncularımıza özel çeşitli reward ve promosyonlar sunuyoruz.  Yatırımlara eklenen promosyonlar, oyuncuların oyun deneyimlerini geliştirmelerine ve kazançlarını artırmalarına yardımcı olmaktadır.</p><h2 id=\"toc-8\">Mostbet Hoş Geldin Bonusu🎁</h2><p>Her ne kadar da kapanmış olsa da Mostbet güvenilir mi sorularına yeniden açılarak en kaliteli cevabı veriyor.  Bununla birlikte bahis sitesi Montenegro lisansı ile de daha sağlam hizmet vermektedir.  Çünkü bahis sitesi spor bahisleri ve online casino oyunlarını bu lisansı ile  oynatmaktadır.  Her ne kadar bu durum şaşırtıcı olsa da bahis sitesinin gayet iyi çalıştığını görüyoruz.</p><ul><li>Dahası, kolay ve sezgisel navigasyon, oyuncuların doğru etkinliği, en iyi oranları ve bahis oynamak için ihtiyaç duydukları diğer tüm bilgileri bulmalarına yardımcı olacaktır. </li><li>Doğrulama işlemi tamamlandığında, başarılı bir şekilde kayıt olmuş olacaksınız. </li><li>Ayrıca, güvenilir ödeme yöntemleri sunarak para yatırma ve çekme işlemlerini kolaylaştırır. </li><li>Mostbet Güncel Giriş Adresi bahis sitesinin güncel giriş adresi zaman zaman değişebilir. </li><li>Mostbet kaçak ve canlı bahis sitesi, yeni kurulduğu için çoğu kişi tarafından güvenilir görülmemektedir. </li><li>Bu bonus, kayıt işlemi tamamlandıktan sonra hesabınıza yapılan ilk para yatırma işleminden elde edilen bir bonus tutarıdır. </li></ul><p>Curacao Oyun Komisyonu tarafından lisanslanmıştır ve kullanıcılarının kişisel ve finansal bilgilerinin güvenliğini sağlamak için en boy teknoloji güvenlik önlemlerini kullanır.  Gerek reward çevrim şartları, gerekse ödemelerde yaşanabilecek olası sorunlar için en etkili yol genellikle canlı destek hattı oluyor.  Müşteri temsilcileri, ”\" \"“problemi hızla analiz ederek mümkün olan durante kısa sürede çözüm sunuyor.</p><h3 id=\"toc-9\">Çoğu Bahisten Oyuncuya Yüzde Kaç Nakit Para Iadesi Sağlanır? </h3><p>Gelişmiş mobil tasarımı ve özel mobil uygulaması sayesinde kullanıcılar, istedikleri her a good bahis oynayabilir empieza oyun keyfini yaşayabilirler.  Mostbet, geniş spor bahis seçenekleriyle your ex oyuncunun beklentisini karşılamayı amaçlamaktadır.  Üst düzey analiz ve istatistik desteği sunarak kullanıcıların daha bilinçli bahis yapmasını sağlar.  Ortaya çıkan soru ayrıntılı bir açıklama veya belgesel kanıtların sağlanmasını gerektiriyorsa, e-posta yoluyla veya geri bildirim formunu kullanmak suretiyle bir talep göndermek daha iyidir.  Mostbet, kullanıcılara web sitesindeki duyurular ve e-posta bildirimleri yoluyla güncel giriş adresi hakkında bilgi verir.  Ayrıca, sosyal medya hesapları üzerinden de giriş adresi değişikliklerini duyurmaktadır.</p><ul><li>Bütün bonuslar MostBet’in resmi web sitesinde va ve kurallara göre her kayıttan keçen oyuncunun postuna yollanıyor. </li><li>Bu siteler, sürekli olarak bahis sektöründeki güncellemeleri yakından takip eder ve erişim engelleriyle ilgili bilgileri hızlı bir şekilde paylaşır. </li><li>Hiçbir karışıklığa sebebiyet vermeden kullanıcılarını ve üyelerini aradıklarına en kestirme yoldan ulaştıran Mostbet sitesi, üyelik sayfasındaki sadelik ve netlik ile de başarılı. </li><li>Ancak canlı casino, kullanıcıların gerçek bir online casino atmosferinde oyun oynamalarını sağlar. </li></ul><p>Verilen bilgilere göre Mostbet’in resmi sitesinde kayıt olmuş kullanıcıların sayısı bir milyondan çoktur.  Online bahis oyunları şirkəti olan Mostbet on il önce onlayn kumar pazarında izini koydu.  Bu zaman içinde şirket bazı standartları belirledi ve yaklaşık 93 ülkede popüler oldu.</p><h2 id=\"toc-10\">Mostbet Kaydıyla İlgili Yardım</h2><p>Dileyen bahisçiler kaçak bahis sitesinin bu bölümünü de kullanabilirler.  Sbtech altyapılı Mostbahis sürekli para kaybeden üyelerine kayıp bonusu da veriyor.  Kayıp bonusu almak için sitenin canlı destek ekibi ile iletişime geçebilirsiniz.  Mostbet kaçak bahis sitesi, hizmet vermeye 2016 yılının Aralık ayında başlamıştı.</p><ul><li>Bu makalede, Mostbet‘e nasıl kayıt olabileceğinizi adım adım\" \"açıklayacağım. </li><li>Bu, oyun alışkanlıklarını kontrol altında tutmak için etkili bir yöntemdir. </li><li>Mostbet Android uygulaması, kullanıcıların diledikleri your ex yerden bahis yapmalarına olanak tanır. </li><li>Gelişmiş grafikler, kullanıcı dostu arayüz empieza hızlı yükleme süreleri ile Most gamble, casino severler için mükemmel bir oyun ortamı sağlar. </li><li>Takımların form durumları, sakatlıklar empieza diğer faktörler bahis sonuçlarını etkileyebilir. </li></ul><p>MostBet, bütün bahis kontoralarinın arasında en iyi bahislerini sunar.  En popüler oyunlarda oranlar %1, 5-5 aralığında verilirken, daha az popüler olan futbol maçlarında ise %8’e ulaşmaktadır.  Bu sayede, Mostbet kullanıcıları herhangi bir kesinti yaşamadan siteye erişebilmekte ve gaté oyunlarını oynamaya devam edebilmektedir.  Mostbet’in bu hızlı ve etkili önlem alma süreci, kullanıcı memnuniyetini ön planda tutarak kaliteli bir oyun deneyimi sunmayı hedeflemektedir.</p><h3 id=\"toc-11\">Promosyonlar Ve Ödüller Hakkında Ne Diyebilmek Olur? </h3><p>Futbol, basketbol, tenis, voleybol ve e-spor gibi birçok branşta bahis yapabilirsiniz.  Bu çevrimiçi kumarhane platformu, kullanıcıları için güvenli empieza adil bir oyun ortamı sağlamak için gerekli önlemleri almaktadır.  Lisanslı ve düzenlenmiş olmasıyla, kullanıcıların kişisel ve\" \"finansal bilgilerinin güvende olduğundan emin olabilirsiniz.  Ayrıca, oyun sonuçlarının rastgele ve adil olduğunu garanti etmek için bağımsız denetimler yapılır.</p><ul><li>Şu anda ilk yatırımınızın yüzde yüzü olarak verilen five hundred TL’lik bonus belli bir süre sonra yatırımınızın yüzde 25’i olarak verilmeye başlanacak. </li><li>Site, kullanıcı bilgilerini korumak için güçlü güvenlik duvarları kullanır. </li><li>Curacao hükümeti tarafından lisanslandırılmış olan Mostbet, güvenilir ve adil bir oyun ortamı sunar. </li><li>Çünkü web-site kullanıcılarının finansal açıdan bir mağduriyet yaşamaması en büyük etkendir. </li><li>Hesabınızı e-posta, pampre telefonu numarası, sosyal medya veya anında \'Tek Tıklama\' kaydı dahil olmak üzere çeşitli yöntemlerle oluşturabilirsiniz.\" \"[newline]Ülkenizdeki resmi MostBet internet sitesine nasıl erişeceğinizi ve kayıt ekranına nasıl erişeceğinizi öğrenin. </li></ul><p>Mostbet’te futbol, basketbol, tenis, voleybol, e-sporlar ve daha birçok spor dalına bahis yapabilirsiniz.  Kullanıcılar, oyun alışkanlıklarını kontrol altına almak istediklerinde kendi kendine dışlama seçeneğini kullanabilirler.  Bu seçenek, belirli bir süre boyunca kullanıcıların hesaplarına erişimini engeller.  Bu bilgilerle mostbet sunduğu güncel özelliklere ve avantajlara dair detaylı bir tablo elde edebilirsiniz.  Ardından, sayfanın sağ üst köşesinde yer joe “Hesap” veya “Profil” sekmesine tıklamanız gerekmektedir.  Adınız, soyadınız, e-posta adresiniz, kullanıcı adınız, şifreniz gibi bilgileri doğru ve eksiksiz bir şekilde doldurmanız önemlidir.</p><h3 id=\"toc-12\">Ios Uygulamasını İndir</h3><p>En güvenli yöntem, Most bet’in güncel giriş adresini takip ederek doğrudan erişim sağlamaktır.  Hesabınızı oluşturduktan sonra, gerekli doğrulamaları tamamlayarak tüm bahis ve casino oyunlarına erişim sağlayabilirsiniz.  Kayıt işlemini tamamlayan kullanıcılar, Mos tbet’in sunduğu özel bonuslardan empieza promosyonlardan anında faydalanabilir.  Mostbet, kullanıcılarına kesintisiz bir oyun deneyimi sunmak için 7/24 müşteri desteği sağlamaktadır.  Eğer girişle ilgili bir problem yaşarsanız, canlı destek ekibine bağlanarak hızlı bir şekilde çözüm bulabilirsiniz.  Sitenin canlı destek hizmeti, müşteri memnuniyetini en üst düzeye çıkarmak için etkili bir yol sunar.</p><ul><li>Güvenlik açısından, çift doğrulama ve şifreleme teknolojileri kullanılarak veri güvenliği sağlanmaktadır. </li><li>Bunu yapmak için, görünen giriş penceresinde “Şifrenizi unuttunuz mu? </li><li>Çünkü bahis sitesi spor bahisleri ve online casino oyunlarını bu lisansı ile oynatmaktadır. </li><li>En güvenli yöntem, Practically all bet’in güncel giriş adresini takip ederek doğrudan erişim sağlamaktır. </li></ul><p>Birçok kullanıcı, kazandıkları parayı güvenli ve hızlı bir şekilde çekebilme konusunda endişeler taşıyabilir.  Bu yazıda, Mostbet’in nasıl para çekileceği konusunda ayrıntılı bilgiler sunulacaktır.  Kayıt olduğunuzda, hesabınıza giriş yapabilir ve sunduğu çeşitli bahis empieza casino oyunlarının keyfini çıkarabilirsiniz.</p><h2 id=\"toc-13\">Mostbet Spor</h2><p>Mobil uygulaması, kullanıcı dostu tasarımı ve kullanıcıların kolaylıkla gezinebileceği arayüzü ile dikkat çekmektedir.  Uygulama, Android empieza iOS işletim sistemlerine sahip cihazlarla uyumludur ve kullanıcılar bu platformlarda rahatlıkla erişim sağlayabilirler.  Bu makalede, Mostbet‘e nasıl kayıt olabileceğinizi adım adım\" \"açıklayacağım.  Mostbet yeni üye olan kullanıcılara özel hoş geldin bonusu sunulmaktadır.  Ancak ilk yatırımınıza özel olarak sunulan bu benefit, yatırım miktarınıza göre değişiklik gösterebilir.</p><ul><li>Kullanıcılar, futbol, ​​basketbol, ​​tenis, voleybol gibi farklı spor dallarında” “bahis yapabilirler. </li><li>Bu bonuslar, yeni oyuncuları siteye çekmek ve mevcut oyuncuların devamlılığını sağlamak için tasarlanmıştır. </li><li>Mostbet site yorumları site kurulduğu günden itibaren olumlu yorumlar almaktadır. </li><li>Casino oyunlarına başlamadan önce kuralları ve stratejileri öğrenmek, kazanma şansınızı artırabilir. </li><li>Hem düşük bütçeli oyuncuların ankle rehab e book de yüksek bahis severlerin tercih edebileceği bir skalayı barındırması, Big Bass Bienestar Oyna seçeneğini herkes için cazip kılar. </li></ul><p>Mostbett, kullanıcılarının sorumlu oyun oynamalarına yardımcı olacak rehberler ve bilgilendirici makaleler sunar.  Ancak bu rehberler, kullanıcıların sorumlu oyun alışkanlıkları geliştirmelerine empieza olası sorunları önlemelerine yardımcı olur.  Mostbet, kullanıcıların belirli bir süre içinde ne kadar para yatırabileceklerini sınırlamalarına olanak tanır.  Mostbete Bu, kullanıcıların bütçelerini kontrol etmelerine ve aşırı harcamaların önüne geçmelerine yardımcı olur.  Mostbet’de, kullanıcı bilgilerinin güvenliğini sağlamak için SSL şifreleme teknolojisi kullanır.</p>','Mostbet Giriş: Çevrimiçi Spor Bahisleri Ve Gambling Establishment 9, 000\'ye Kadar Bonus','','inherit','closed','closed','','294-revision-v1','','','2025-10-09 19:40:21','2025-10-09 12:40:21','',294,'https://lion288slot.com/?p=295',0,'revision','',0),
(296,1,'2025-10-08 23:09:33','2025-10-08 16:09:33','<meta name=\"description\" content=\"Players can activate they via the casino’s account settings, increasing control over their wagering activity. \"/><h1>Official Casino Site</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">How Can One Claim The Ricky Casino Welcome Added Bonus? </a></li><li><a href=\"#toc-1\">Withdrawal Methods</a></li><li><a href=\"#toc-2\">Top 10 Casino Wagering Sites For Real Money In The Particular Usa 2025</a></li><li><a href=\"#toc-3\">What Forms Of Bonuses Can I Expect From Australian Online Casinos? </a></li><li><a href=\"#toc-4\">Bitkingz Casino</a></li><li><a href=\"#toc-5\">Can Foreign Users Trust Ough Casino? </a></li><li><a href=\"#toc-6\">Moonwin Casino</a></li><li><a href=\"#toc-7\">Understanding Online Pokies</a></li><li><a href=\"#toc-8\">Top Australian Pokies On-line For Real Money In 2025</a></li><li><a href=\"#toc-9\">Deposit And Withdrawal Of Funds</a></li><li><a href=\"#toc-10\">How To Enjoy Ricky Casino Games Here</a></li><li><a href=\"#toc-11\">Responsible Gambling Tools</a></li><li><a href=\"#toc-12\">Perfect Focus On Mobile Phone Devices</a></li><li><a href=\"#toc-13\">Reload Bonus</a></li><li><a href=\"#toc-14\">Slots Com Casino Review</a></li><li><a href=\"#toc-15\">Ricky Casino Website Structure And Navigation</a></li><li><a href=\"#toc-16\">What Should Gamers From Australia Perform If They Are Not Able To Remember Their Security Password Or Username? </a></li><li><a href=\"#toc-17\">Blackjack</a></li><li><a href=\"#toc-18\">How To Sign Up At An Online Casino In Australia</a></li><li><a href=\"#toc-19\">Can You Withdraw Cash From Online Internet Casinos Nationwide? </a></li><li><a href=\"#toc-20\">Bonus Terms & Conditions</a></li><li><a href=\"#toc-21\">Dendera Casino</a></li><li><a href=\"#toc-22\">Offshore Casinos</a></li><li><a href=\"#toc-23\">Mummy’s Precious Metal Casino</a></li><li><a href=\"#toc-24\">Best Casinos Canada Top Graded Real Cash Sites 2025</a></li><li><a href=\"#toc-25\">Casino Licenses</a></li><li><a href=\"#toc-28\">Ricky On Line Casino Alternatives: </a></li><li><a href=\"#toc-32\">Lottery At Ough Casino</a></li><li><a href=\"#toc-33\">Vip Bonus</a></li></ul></div><p>Offshore casinos offer fair games and even proper safety procedures when licensed by simply reputable international authorities.  This ensures gamers can enjoy their favourite games\" \"without concerns about safety and fairness.  Australian players can accessibility international online gambling sites, but these people do not gain from local consumer safety laws.  While it is generally safe to learn at offshore gambling establishment sites, players have to choose licensed casinos for safety.  Offshore sites are controlled by international wagering authorities, ensuring good games and proper safety measures.</p><ul><li>Regulated internet casinos undergo regular examinations to maintain good play and transparent operations. </li><li>All the games usually are arranged properly in their respective groups to focus the search of players. </li><li>For instance, The particular Madshow\" \"Festival pokie boasts an RTP of ninety six. 07%, offering a greater return to participant rate compared to be able to many other games. </li><li>Among these kinds of, you are able to play on the web casino games such as online pokies, on-line blackjack, and are living dealer games of which are particularly popular in Australian casinos. </li></ul><p>You may well play straight by means of your browser coming from a smartphone or tablet, or download the app coming from the official Ough casino website.  Ricky Casino sadly has no no-deposit bonus, despite the fact that this campaign may show up throughout one of the particular upcoming upgrades.  Once you log throughout and access the account, you will certainly see some other place of Ricky Gambling establishment.\" \"[newline]Two buttons in the upper-right corner of the screen, typically the “Back home” and burget menu let you to get out of your account or alter the website’s vocabulary.  Create a Ough Casino account, help make the initial top-up, and get a deposit bonus of upward to 7, five hundred AU$ and 550 free spins.  Online gambling is at the moment legal in Connecticut, Delaware, Michigan, Nevasca, New Jersey, Philadelphia, Rhode Island, in addition to West Virginia.  Other states such because California, Illinois, Indiana, Massachusetts, and New York are required to be able to pass similar legal guidelines soon <a href=\"https://rickycasinosonline.com/\">Ricky Casino</a>.</p><h2 id=\"toc-0\">How May I Claim The Ough Casino Welcome Reward? </h2><p>New players take advantage of in depth game guides describing special symbols in addition to bonus triggers.  Game history tracking assists understand personal gaming patterns and determine the most gratifying titles for each playing style.  First-time visitors receive detailed explanations of each and every step, making the method clear and easy to understand.  Support specialists answer questions through chat, ensuring smooth subscription even for those a new comer to online gambling.  Ricky Casino AU provides a variety of promotional rewards tailored to enhance your game play, catering to the two new and coming back players with appealing offers.</p><p>No first deposit bonuses provide free chips, spins, or even cash without requiring a preliminary deposit, permitting players to discover a casino free of risk.  These bonuses usually are appealing as gamers can retain their own winnings from your simply no deposit bonus, even though a deposit might always be required before cashing out.  This content covers the most notable wagering sites, their sport offerings, bonuses, in addition to security features to be able to help you make an informed choice.  Self-exclusion tools usually are implemented by on the web casinos allowing players to restrict their access for particular periods, helping these people take necessary fractures from gambling.</p><h3 id=\"toc-1\">Withdrawal Methods</h3><p>Now, let’s discuss responsible betting practices to make certain some sort of healthy and pleasurable gaming experience.  Australian online casinos offer a wide range of online casino game titles, categorized into video poker machines, table games, live seller games, and specialized games.  Among these, you may play on the internet casino games like online pokies, on-line blackjack, and are living dealer games of which are particularly popular in Australian casinos.</p><p>All of our reviews and written content on the webpage are produced by we associates and are not necessarily created in cooperation with game services or online casinos.  All content is good for informational purposes just and should not really be construed or used as legal advice.  Yes, Ricky Casino is a new real casinos supplying genuine gaming encounters to players in Australia and further than.</p><h2 id=\"toc-2\">Top 10 Casino Betting Sites For Actual Money In Typically The Usa 2025</h2><p>9 Coins invites players to uncover hidden treasures\" \"and ancient artefacts since they spin the reels in search of fortune, with eight golden coins primary the way in order to riches.  The online game doesn’t have set paylines, only chute payouts, so possibilities for huge is victorious are really high.  Remember that your withdrawal will take additional time in the case of the particular first cashout or bonus money.  For instance, our weekday offers can be utilized when a week, potentially yielding greater extensive advantages.  For illustration, every Friday, a person can approach a support agent to request Ricky Gambling establishment bonus codes in addition to receive a profitable bonus.  \"The VIP rewards and help at Ricky On line casino are excellent. Definitely a single of the far better casinos out right now there. \"</p><p>They offer convenience plus ensure financial info remains secure, letting players focus on their gaming expertise.  Live dealer games match the rate of land-based casinos, creating a familiar atmosphere for players.  Online pokies are a favorite among Aussie players, with several types available, including classic pokies, movie pokies, and progressive jackpot pokies.  Popular classic pokies like Gonzo’s Quest and Starburst by Netentertainment and Mega Moolah and Immortal Relationship by Microgaming offer you exciting gameplay plus lucrative rewards.</p><h3 id=\"toc-3\">What Forms Of Bonuses May I Expect With Australian Online Casinos? </h3><p>Try the luck today along with Ricky Casino bonus codes, Ricky On line casino free chips, and other enticing offers Ricky Casino Australia features for you.  On your personal day, make a deposit of AU$250, and you will probably get AU$125.  You could get a 50% bonus of way up to AU$300 to make your end of the week more pleasurable.</p><ul><li>From deciding on a game in order to setting your bet and clicking typically the spin button, typically the process is designed to be intuitive and enjoyable. </li><li>The brand collaborates with several famous game companies and also payment cpus like Neosurf plus Jeton, increasing protection. </li><li>Scratch plus win with the exclusive high-roller scuff card game by the BGaming collection, offering instant excitement and huge prospective prizes. </li></ul><p>So, for anyone who is thinking associated with joining this on line casino, you can do so without having any second views in your brain as it is a absolutely safe,\" \"safe and legit gambling establishment.  Ricky Casino enrollment is obligatory if you need to play for actual money.  If you carry out not have an individual account, you will certainly not be in a position to use all the particular popular features of the web site.</p><h2 id=\"toc-4\">Bitkingz Casino</h2><p>Pragmatic Play further boosts the gaming expertise\" \"along with innovative features like Bonus Buy plus Pragmatic Replay.  Licensing and regulation participate in a pivotal position in ensuring the protection and fairness involving online casinos.  Top Australian online internet casinos are licensed by reputable authorities, offering a secure environment intended for players.  Regulated internet casinos undergo regular inspections to maintain fair play and clear operations.  Additionally, ThunderPick hosts a different range of online casino games, including video poker machines, table games, in addition to live dealer alternatives.  The mobile version provides access in order to all features, which includes deposits, withdrawals, and even customer support, guaranteeing a convenient video gaming experience anytime, everywhere.</p><ul><li>While Australians can officially play at on the internet casinos, they cannot do so from within the country. </li><li>If you like to see all the games furnished by some sort of particular software company, you can do so by clicking on on the company logo in the provider. </li><li>By managing your current bankroll wisely, an individual can enjoy enjoying online pokies with no the stress involving financial strain, making the experience more pleasant and sustainable. </li><li>Polite and qualified dealers\" \"will help users dive straight into an authentic traditional casino atmosphere from the comfort regarding wherever they choose to play. </li></ul><p>Ricky Casino AUS offers a diverse number of over 3, 1000 games, catering to every player’s preference.  From pokies to scratch cards and live dealer options, the collection is packed using titles from industry-leading providers like Microgaming, Yggdrasil, BetSoft, and BGaming.  The game titles can be found in real-money plus demo modes, offering players the probability to explore ahead of committing funds.  No deposit bonuses receive for free in order to players by casinos in order that players could try new video games and win true money.  It keeps on updating its bonus library each now and then and we suggest you keep looking at our promotions webpage for the latest zero deposit bonus requirements.  To make issues fun and total of winning chances, these games are usually twinned with ample bonuses and promotions.</p><h3 id=\"toc-5\">Can Foreign Users Trust Ough Casino? </h3><p>Their gambling services are usually designed to provide tailored options that appeal to your choices.  The gaming platform of Ricky On line casino is immensely rich in exciting gambling establishment games.  A wide range of online slot machine games, jackpots, table online games, games, lotteries and even live dealer online games is present here.  All the games are arranged properly within their respective categories to reduce the particular search of gamers.  If you wish to research for a certain game, you can easily do so by clicking on typically the search button.  The mobile casino app experience is crucial, as it enhances the gaming experience with regard to mobile players by offering optimized interfaces in addition to seamless navigation.</p><ul><li>You can count on welcome bonuses, zero deposit bonuses, free spins, and devotion programs at on the web casinos to enhance your gaming encounter and increase your winning potential. </li><li>By choosing pokies with higher RTP rates, like individuals found at 1Red Casino, you could better your chances associated with winning often. </li><li>Whether you’re a experienced player or perhaps a fledgeling, finding the appropriate best online online casino is crucial. </li><li>Top Australian online internet casinos are licensed by simply reputable authorities, offering a secure environment with regard to players. </li></ul><p>Knowing RTP assists with selecting video games with better long lasting payout percentages.  High RTP games usually provide more substantive returns on the wagers, making them a smarter choice for increasing your winning possible.  Understanding the sport mechanics of your preferred online pokies will be crucial for making the most of your winning prospective.  Each game has specific symbols, earning combinations, and affiliate payouts that you need to familiarize oneself with.</p><h3 id=\"toc-6\">Moonwin Casino</h3><p>In synopsis, the world associated with online casinos Europe for 2025 provides an exciting and even diverse range associated with choices for players.  From top-rated casinos along with impressive game selections to generous bonus deals and secure settlement methods, Canadian gamers are well-catered in order to on the internet gambling picture.  By leveraging encouraged bonuses, free rotates, and no deposit bonuses, players may enhance their on the web gambling experience.  Remember to use safeguarded payment methods and even practice responsible gambling to make the particular most of your web casino journey.  With the right information and resources, you can enjoy the excitement of gambling online whilst staying safe plus responsible.</p><ul><li>Catering to the needs of Australian players, Ricky On line casino offers a extensive range of games, lucrative bonuses, in addition to excellent customer help. </li><li>These apps are especially designed for mobile phones, offering faster loading times and even more intuitive interfaces. </li><li>DuckyLuck Casino adds to the variety using its live dealer games like Dream Baseball catchers and Three Credit card Poker. </li><li>Registration within this web site is a obligatory step to\" \"wager with real cash. </li></ul><p>Enjoy the classic plinko online with several volatility levels plus 12, 14 or perhaps 16 pin series.  This slot also has a bonus-buy feature, so you can obtain additional perks for huge winnings.  After Ricky Casino get access to your consideration this way, you may manage your equilibrium, utilize bonuses, adjust settings and watch your betting historical past.  Ricky Casino can notify you as soon as the verification is complete, allowing a person to withdraw finances and continue enjoying securely.</p><h2 id=\"toc-7\">Understanding Online Pokies</h2><p>Additionally, NeoSpin sticks out for its excellent banking options plus fast payouts, making sure that players could access their earnings quickly and without hassle.  The free rounds bonus deals available further enhance the gaming encounter, providing more for you to win without additional costs.  These claims have established regulatory frameworks that let players to appreciate a wide variety of online casino games officially and safely.  Secure payment gateways and even multi-level authentication will be also crucial for a safe online online casino experience.  Regulated internet casinos use these strategies to ensure typically the safety and trustworthiness of transactions.  Additionally, licensed casinos apply ID checks plus self-exclusion programs in order to avoid underage gambling and even promote responsible gaming.</p><ul><li>Our website contains anything required to satisfy your gaming needs. </li><li>Players can delight in products from growing developers, ensuring refreshing content regularly. </li><li>Understanding the legal landscape and choosing reputable, licensed casinos ensures a secure and enjoyable video gaming experience. </li><li>Licensed casinos must comply together with data protection regulations, using encryption in addition to safety protocols such as SSL encryption to safeguard player data. </li><li>9 Coins invites participants to uncover hidden treasures\" \"in addition to ancient artefacts because they spin the reels in search of fortune, with eight golden coins major the way to be able to riches. </li><li>\"The VERY IMPORTANT PERSONEL rewards and help at Ricky On line casino are excellent. Definitely one particular of the much better casinos out right now there. \"</li></ul><p>This website works globally but mainly concentrates on the needs involving Australian players.  The casino’s site and even app have a new futuristic adventure concept, which is definitely eye-catching.  The brand collaborates with a lot of famous game suppliers and also payment cpus like Neosurf and Jeton, increasing protection.  It\'s really wonderful for the eyes with the deeper theme, they have got a lot involving games and numerous payment options.  I rate the rating 4 away from five due to their very own support as at times I believe they take extra time also for trivial issues.  Otherwise there will be no major troubles that I experienced during my game playing sessions.</p><h2 id=\"toc-8\">Top Australian Pokies On The Web For Real Cash In 2025</h2><p>This way you can attempt the game, learn the rules and get ready to learn for real money.  Log in now to enhance your gaming experience with numerous bonuses plus promotional offers available at Ricky On line casino.  Registration about this site is a mandatory step to\" \"gamble with real money.  Before the very first withdrawal, the casino team has the right to ask for account verification.  Effective bankroll management is essential for prolonging your gameplay and boosting your chances of earning in the long term.  Start by setting a finances that aligns with your financial circumstance and stick to be able to it.</p><ul><li>Welcome bonuses purpose to attract new players, often provided as bonus money or free spins following your first first deposit. </li><li>Even without a Ricky Casino iphone app, Aussies can appreciate full casino efficiency. </li><li>Offshore sites are controlled by international betting authorities, ensuring good games and suitable safety measures. </li><li>\"Ricky Casino features generous bonuses and even\" \"quick cashouts. Plus, a lot of options for deposits and withdrawals. \"</li></ul><p>With almost all these features, your own gaming experience is going to be both enjoyable in addition to secure.  So sign up now and immerse yourself in the ultimate online  video gaming, betting, and winning experience on the particular Ricky Casino system.  Once logged within, you have the flexibleness to engage inside slot games possibly for free or even with real cash.</p><h3 id=\"toc-9\">Deposit And Withdrawal Of Funds</h3><p>From autoplay to additional bonus deals, all features behaved just as intended.  New players are welcomed with an attractive creating an account bonus to kickstart their gaming experience.  Experience the excitement of roulette with 500x Roulette, offering a unique twist on the typical game with impressive features and interesting gameplay.  Players in addition use other capabilities of the finest crash games – chat, multiplayer in addition to statistics.</p><ul><li>The website is usually secured with 256-bit SSL encryption, protecting all your personal and financial information. </li><li>With over three hundred pokies games, Ricky Casino offers a vast selection of which caters to all types of players. </li><li>The escalating demand for online gambling has contributed to an exponential embrace available platforms. </li><li>Whether you’re a fan of slot games, survive dealer games, or perhaps classic table games, you’ll find something to suit your preference. </li></ul><p>Instead of your dedicated mobile iphone app, Ricky Casino provides a Progressive Web Application (PWA) version of the gambling website.  PWA is the next step within the progression of apps, designed to replace older mobile apps.  The PWA version regarding Ricky Casino appears and feels like a conventional mobile app but is seen throughout the web.</p><h2 id=\"toc-10\">How To Perform Ricky Casino Online Games Here</h2><p>Yet, the online casino stands to obtain from offering a wider collection of live dealer games in addition to developing a VIP program for the particular most loyal Aussies.  Still, even during busy hours, typically the live games filled right away and without any obvious lag when we utilized them.  With perfect, continuous feeds that will gave gameplay a new real and exciting sense, the buffering quality was hi def.  For every online game we tested, specialist, courteous dealers have been on hand to supply accurate and beneficial direction all through.</p><ul><li>Checking typically the terms and situations for free moves is important to understand wagering demands and cash-out limitations. </li><li>For instance, Ough Casino supplies a welcome bonus of way up to AU$7, five hundred along with 550 free spins. </li><li>Skrill and Neteller are usually particularly popular among\" \"internet casino players for their own instant transactions. </li></ul><p>In the united states, the particular two most popular types of online internet casinos are sweepstakes casinos and real money sites.  Sweepstakes internet casinos operate under a distinctive legal framework, letting players to work with virtual currencies that can be redeemed for prizes, including cash.  This unit is particularly well-known in states where traditional online gambling is fixed.  Real money sites, on typically the other hand, permit players to down payment actual money, offering to be able to win plus withdraw real cash.  Best Canadian on the internet casinos focus on diverse tastes, from traditional table games towards the latest video slots.  These casinos stick out for their considerable game variety in addition to user-friendly interfaces along with responsive support.</p><h3 id=\"toc-11\">Responsible Betting Tools</h3><p>By choosing pokies with higher RTP rates, like all those found at 1Red Casino, you can improve your chances of winning often.  Always check the RTP of a game before you begin playing in order to ensure you’re generating the most involving your time and even money.  It’s important to remain disciplined and avoid the urge to be able to exceed your finances.  By managing the bankroll wisely, a person can enjoy actively playing online pokies without having the stress of financial strain, making the experience more pleasant and sustainable.</p><ul><li>The luckiest player could also count about one of 3 random jackpots – Minor, Major, or Grand. </li><li>Australian players can entry international online gambling sites, but that they do not benefit from local consumer protection laws. </li><li>Legal on the web gambling is ruled by the Criminal Code and differs by location. </li><li>Mobile-optimized websites are created to adapt to various monitor sizes, providing a new seamless gaming knowledge on any gadget. </li></ul><p>By setting these limits, players may manage their gambling activities more effectively in addition to avoid overspending.  Fill out the needed fields accurately, and even you can frequently complete the procedure in just a few a few minutes.  Some online casinos even permit you to hyperlink your Google or even Facebook makes up about quicker registration.  Cryptocurrencies present enhanced\" \"privacy, enabling users to gamble without revealing personal financial specifics.</p><h3 id=\"toc-12\">Perfect Focus On Cell Phone Devices</h3><p>A good knowledge of basic technique, especially in on-line  blackjack, can considerably enhance your probabilities of winning.  Player reviews, RNG confirmation, and quality buyer support further enhance trust in these types of platforms.  Exclusive bonuses and cryptocurrency-specific promotions at mBit Gambling establishment boost the overall price for players.  Encryption technology protects\" \"user data on the platform, which also supplies a variety of secure banking options, including cryptocurrencies.</p><ul><li>These state-specific polices make sure that online betting activities are performed within a lawful framework, providing added protection for gamers. </li><li>Quick guide to your concerns & queries about when reviewing & comparing the outlined casinos. </li><li>Our website features on-line roulette games in addition to table games alongside online pokies plus live casino at redbet entertainment in addition lottery offerings. </li><li>The Australian Communications plus Media Authority (ACMA) is vital in giving gaming licenses, environment rules, and improving player sanctions. </li></ul><p>With constantly high Ricky casino reviews Australia, Ough Casino has proven itself as some sort of top pick intended for online gaming around the Sunburnt Region.  For Aussies buying a grouse, varied game playing experience with value-packed promos, this system continue to be earn stoked feedback all circular.  The package consists of 10 debris, each with a new different match added bonus and free rotates.</p><h2 id=\"toc-13\">Reload Bonus</h2><p>Players can confirm the licensing position of the casino simply by checking for the particular Kahnawake Gaming Commission logo, which can be recognized by the gambling corporation.  The available deposit options incorporate widely used methods for example Neteller Diestro Visa MasterCard SticPay CashToCode Neosurf Skrill Ecopayz Mifinity and even Bitcoin.  Players obtain withdrawals through their own initial deposit settlement avenue with financial institution transfer available because an alternative choice.  The user interface Ricky Casino gives reveals its professional betting platform design to viewers.  The simple navigation style enables users in order to explore multiple online game options while every available game works perfectly within the shielded interface.  The time users enter Ricky Casino\'s login site they begin their own\" \"fascinating gaming adventure.</p><p>Whether you’re using a new smartphone or tablet, mobile pokies offer you a seamless plus enjoyable gaming experience.  The most favored sorts of USA on the internet casinos include sweepstakes casinos and real money sites.  Sweepstakes casinos offer a distinctive model where gamers can participate inside games using digital currencies that may be redeemed for prizes, which includes cash.  On the other hand, actual money sites allow participants to deposit real currency, making it possible to succeed and withdraw actual money.  These bonuses typically include bonus funds upon your first deposit, free spins for slot video games, and in order to perform without any preliminary deposit.  Welcome bonuses are generous gives for new participants, often with certain requirements like bare minimum deposits and wagering limits.</p>','Best Online Casinos Sydney: Top Aussie Gambling Sites 2025','','publish','closed','','','best-online-casinos-sydney-top-aussie-gambling-sites-2025','','','2025-10-10 00:08:17','2025-10-09 17:08:17','',0,'https://lion288slot.com/?p=296',0,'post','',0),
(297,1,'2025-10-10 00:08:17','2025-10-09 17:08:17','<meta name=\"description\" content=\"Players can activate they via the casino’s account settings, increasing control over their wagering activity. \"/><h1>Official Casino Site</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">How Can One Claim The Ricky Casino Welcome Added Bonus? </a></li><li><a href=\"#toc-1\">Withdrawal Methods</a></li><li><a href=\"#toc-2\">Top 10 Casino Wagering Sites For Real Money In The Particular Usa 2025</a></li><li><a href=\"#toc-3\">What Forms Of Bonuses Can I Expect From Australian Online Casinos? </a></li><li><a href=\"#toc-4\">Bitkingz Casino</a></li><li><a href=\"#toc-5\">Can Foreign Users Trust Ough Casino? </a></li><li><a href=\"#toc-6\">Moonwin Casino</a></li><li><a href=\"#toc-7\">Understanding Online Pokies</a></li><li><a href=\"#toc-8\">Top Australian Pokies On-line For Real Money In 2025</a></li><li><a href=\"#toc-9\">Deposit And Withdrawal Of Funds</a></li><li><a href=\"#toc-10\">How To Enjoy Ricky Casino Games Here</a></li><li><a href=\"#toc-11\">Responsible Gambling Tools</a></li><li><a href=\"#toc-12\">Perfect Focus On Mobile Phone Devices</a></li><li><a href=\"#toc-13\">Reload Bonus</a></li><li><a href=\"#toc-14\">Slots Com Casino Review</a></li><li><a href=\"#toc-15\">Ricky Casino Website Structure And Navigation</a></li><li><a href=\"#toc-16\">What Should Gamers From Australia Perform If They Are Not Able To Remember Their Security Password Or Username? </a></li><li><a href=\"#toc-17\">Blackjack</a></li><li><a href=\"#toc-18\">How To Sign Up At An Online Casino In Australia</a></li><li><a href=\"#toc-19\">Can You Withdraw Cash From Online Internet Casinos Nationwide? </a></li><li><a href=\"#toc-20\">Bonus Terms & Conditions</a></li><li><a href=\"#toc-21\">Dendera Casino</a></li><li><a href=\"#toc-22\">Offshore Casinos</a></li><li><a href=\"#toc-23\">Mummy’s Precious Metal Casino</a></li><li><a href=\"#toc-24\">Best Casinos Canada Top Graded Real Cash Sites 2025</a></li><li><a href=\"#toc-25\">Casino Licenses</a></li><li><a href=\"#toc-28\">Ricky On Line Casino Alternatives: </a></li><li><a href=\"#toc-32\">Lottery At Ough Casino</a></li><li><a href=\"#toc-33\">Vip Bonus</a></li></ul></div><p>Offshore casinos offer fair games and even proper safety procedures when licensed by simply reputable international authorities.  This ensures gamers can enjoy their favourite games\" \"without concerns about safety and fairness.  Australian players can accessibility international online gambling sites, but these people do not gain from local consumer safety laws.  While it is generally safe to learn at offshore gambling establishment sites, players have to choose licensed casinos for safety.  Offshore sites are controlled by international wagering authorities, ensuring good games and proper safety measures.</p><ul><li>Regulated internet casinos undergo regular examinations to maintain good play and transparent operations. </li><li>All the games usually are arranged properly in their respective groups to focus the search of players. </li><li>For instance, The particular Madshow\" \"Festival pokie boasts an RTP of ninety six. 07%, offering a greater return to participant rate compared to be able to many other games. </li><li>Among these kinds of, you are able to play on the web casino games such as online pokies, on-line blackjack, and are living dealer games of which are particularly popular in Australian casinos. </li></ul><p>You may well play straight by means of your browser coming from a smartphone or tablet, or download the app coming from the official Ough casino website.  Ricky Casino sadly has no no-deposit bonus, despite the fact that this campaign may show up throughout one of the particular upcoming upgrades.  Once you log throughout and access the account, you will certainly see some other place of Ricky Gambling establishment.\" \"[newline]Two buttons in the upper-right corner of the screen, typically the “Back home” and burget menu let you to get out of your account or alter the website’s vocabulary.  Create a Ough Casino account, help make the initial top-up, and get a deposit bonus of upward to 7, five hundred AU$ and 550 free spins.  Online gambling is at the moment legal in Connecticut, Delaware, Michigan, Nevasca, New Jersey, Philadelphia, Rhode Island, in addition to West Virginia.  Other states such because California, Illinois, Indiana, Massachusetts, and New York are required to be able to pass similar legal guidelines soon <a href=\"https://rickycasinosonline.com/\">Ricky Casino</a>.</p><h2 id=\"toc-0\">How May I Claim The Ough Casino Welcome Reward? </h2><p>New players take advantage of in depth game guides describing special symbols in addition to bonus triggers.  Game history tracking assists understand personal gaming patterns and determine the most gratifying titles for each playing style.  First-time visitors receive detailed explanations of each and every step, making the method clear and easy to understand.  Support specialists answer questions through chat, ensuring smooth subscription even for those a new comer to online gambling.  Ricky Casino AU provides a variety of promotional rewards tailored to enhance your game play, catering to the two new and coming back players with appealing offers.</p><p>No first deposit bonuses provide free chips, spins, or even cash without requiring a preliminary deposit, permitting players to discover a casino free of risk.  These bonuses usually are appealing as gamers can retain their own winnings from your simply no deposit bonus, even though a deposit might always be required before cashing out.  This content covers the most notable wagering sites, their sport offerings, bonuses, in addition to security features to be able to help you make an informed choice.  Self-exclusion tools usually are implemented by on the web casinos allowing players to restrict their access for particular periods, helping these people take necessary fractures from gambling.</p><h3 id=\"toc-1\">Withdrawal Methods</h3><p>Now, let’s discuss responsible betting practices to make certain some sort of healthy and pleasurable gaming experience.  Australian online casinos offer a wide range of online casino game titles, categorized into video poker machines, table games, live seller games, and specialized games.  Among these, you may play on the internet casino games like online pokies, on-line blackjack, and are living dealer games of which are particularly popular in Australian casinos.</p><p>All of our reviews and written content on the webpage are produced by we associates and are not necessarily created in cooperation with game services or online casinos.  All content is good for informational purposes just and should not really be construed or used as legal advice.  Yes, Ricky Casino is a new real casinos supplying genuine gaming encounters to players in Australia and further than.</p><h2 id=\"toc-2\">Top 10 Casino Betting Sites For Actual Money In Typically The Usa 2025</h2><p>9 Coins invites players to uncover hidden treasures\" \"and ancient artefacts since they spin the reels in search of fortune, with eight golden coins primary the way in order to riches.  The online game doesn’t have set paylines, only chute payouts, so possibilities for huge is victorious are really high.  Remember that your withdrawal will take additional time in the case of the particular first cashout or bonus money.  For instance, our weekday offers can be utilized when a week, potentially yielding greater extensive advantages.  For illustration, every Friday, a person can approach a support agent to request Ricky Gambling establishment bonus codes in addition to receive a profitable bonus.  \"The VIP rewards and help at Ricky On line casino are excellent. Definitely a single of the far better casinos out right now there. \"</p><p>They offer convenience plus ensure financial info remains secure, letting players focus on their gaming expertise.  Live dealer games match the rate of land-based casinos, creating a familiar atmosphere for players.  Online pokies are a favorite among Aussie players, with several types available, including classic pokies, movie pokies, and progressive jackpot pokies.  Popular classic pokies like Gonzo’s Quest and Starburst by Netentertainment and Mega Moolah and Immortal Relationship by Microgaming offer you exciting gameplay plus lucrative rewards.</p><h3 id=\"toc-3\">What Forms Of Bonuses May I Expect With Australian Online Casinos? </h3><p>Try the luck today along with Ricky Casino bonus codes, Ricky On line casino free chips, and other enticing offers Ricky Casino Australia features for you.  On your personal day, make a deposit of AU$250, and you will probably get AU$125.  You could get a 50% bonus of way up to AU$300 to make your end of the week more pleasurable.</p><ul><li>From deciding on a game in order to setting your bet and clicking typically the spin button, typically the process is designed to be intuitive and enjoyable. </li><li>The brand collaborates with several famous game companies and also payment cpus like Neosurf plus Jeton, increasing protection. </li><li>Scratch plus win with the exclusive high-roller scuff card game by the BGaming collection, offering instant excitement and huge prospective prizes. </li></ul><p>So, for anyone who is thinking associated with joining this on line casino, you can do so without having any second views in your brain as it is a absolutely safe,\" \"safe and legit gambling establishment.  Ricky Casino enrollment is obligatory if you need to play for actual money.  If you carry out not have an individual account, you will certainly not be in a position to use all the particular popular features of the web site.</p><h2 id=\"toc-4\">Bitkingz Casino</h2><p>Pragmatic Play further boosts the gaming expertise\" \"along with innovative features like Bonus Buy plus Pragmatic Replay.  Licensing and regulation participate in a pivotal position in ensuring the protection and fairness involving online casinos.  Top Australian online internet casinos are licensed by reputable authorities, offering a secure environment intended for players.  Regulated internet casinos undergo regular inspections to maintain fair play and clear operations.  Additionally, ThunderPick hosts a different range of online casino games, including video poker machines, table games, in addition to live dealer alternatives.  The mobile version provides access in order to all features, which includes deposits, withdrawals, and even customer support, guaranteeing a convenient video gaming experience anytime, everywhere.</p><ul><li>While Australians can officially play at on the internet casinos, they cannot do so from within the country. </li><li>If you like to see all the games furnished by some sort of particular software company, you can do so by clicking on on the company logo in the provider. </li><li>By managing your current bankroll wisely, an individual can enjoy enjoying online pokies with no the stress involving financial strain, making the experience more pleasant and sustainable. </li><li>Polite and qualified dealers\" \"will help users dive straight into an authentic traditional casino atmosphere from the comfort regarding wherever they choose to play. </li></ul><p>Ricky Casino AUS offers a diverse number of over 3, 1000 games, catering to every player’s preference.  From pokies to scratch cards and live dealer options, the collection is packed using titles from industry-leading providers like Microgaming, Yggdrasil, BetSoft, and BGaming.  The game titles can be found in real-money plus demo modes, offering players the probability to explore ahead of committing funds.  No deposit bonuses receive for free in order to players by casinos in order that players could try new video games and win true money.  It keeps on updating its bonus library each now and then and we suggest you keep looking at our promotions webpage for the latest zero deposit bonus requirements.  To make issues fun and total of winning chances, these games are usually twinned with ample bonuses and promotions.</p><h3 id=\"toc-5\">Can Foreign Users Trust Ough Casino? </h3><p>Their gambling services are usually designed to provide tailored options that appeal to your choices.  The gaming platform of Ricky On line casino is immensely rich in exciting gambling establishment games.  A wide range of online slot machine games, jackpots, table online games, games, lotteries and even live dealer online games is present here.  All the games are arranged properly within their respective categories to reduce the particular search of gamers.  If you wish to research for a certain game, you can easily do so by clicking on typically the search button.  The mobile casino app experience is crucial, as it enhances the gaming experience with regard to mobile players by offering optimized interfaces in addition to seamless navigation.</p><ul><li>You can count on welcome bonuses, zero deposit bonuses, free spins, and devotion programs at on the web casinos to enhance your gaming encounter and increase your winning potential. </li><li>By choosing pokies with higher RTP rates, like individuals found at 1Red Casino, you could better your chances associated with winning often. </li><li>Whether you’re a experienced player or perhaps a fledgeling, finding the appropriate best online online casino is crucial. </li><li>Top Australian online internet casinos are licensed by simply reputable authorities, offering a secure environment with regard to players. </li></ul><p>Knowing RTP assists with selecting video games with better long lasting payout percentages.  High RTP games usually provide more substantive returns on the wagers, making them a smarter choice for increasing your winning possible.  Understanding the sport mechanics of your preferred online pokies will be crucial for making the most of your winning prospective.  Each game has specific symbols, earning combinations, and affiliate payouts that you need to familiarize oneself with.</p><h3 id=\"toc-6\">Moonwin Casino</h3><p>In synopsis, the world associated with online casinos Europe for 2025 provides an exciting and even diverse range associated with choices for players.  From top-rated casinos along with impressive game selections to generous bonus deals and secure settlement methods, Canadian gamers are well-catered in order to on the internet gambling picture.  By leveraging encouraged bonuses, free rotates, and no deposit bonuses, players may enhance their on the web gambling experience.  Remember to use safeguarded payment methods and even practice responsible gambling to make the particular most of your web casino journey.  With the right information and resources, you can enjoy the excitement of gambling online whilst staying safe plus responsible.</p><ul><li>Catering to the needs of Australian players, Ricky On line casino offers a extensive range of games, lucrative bonuses, in addition to excellent customer help. </li><li>These apps are especially designed for mobile phones, offering faster loading times and even more intuitive interfaces. </li><li>DuckyLuck Casino adds to the variety using its live dealer games like Dream Baseball catchers and Three Credit card Poker. </li><li>Registration within this web site is a obligatory step to\" \"wager with real cash. </li></ul><p>Enjoy the classic plinko online with several volatility levels plus 12, 14 or perhaps 16 pin series.  This slot also has a bonus-buy feature, so you can obtain additional perks for huge winnings.  After Ricky Casino get access to your consideration this way, you may manage your equilibrium, utilize bonuses, adjust settings and watch your betting historical past.  Ricky Casino can notify you as soon as the verification is complete, allowing a person to withdraw finances and continue enjoying securely.</p><h2 id=\"toc-7\">Understanding Online Pokies</h2><p>Additionally, NeoSpin sticks out for its excellent banking options plus fast payouts, making sure that players could access their earnings quickly and without hassle.  The free rounds bonus deals available further enhance the gaming encounter, providing more for you to win without additional costs.  These claims have established regulatory frameworks that let players to appreciate a wide variety of online casino games officially and safely.  Secure payment gateways and even multi-level authentication will be also crucial for a safe online online casino experience.  Regulated internet casinos use these strategies to ensure typically the safety and trustworthiness of transactions.  Additionally, licensed casinos apply ID checks plus self-exclusion programs in order to avoid underage gambling and even promote responsible gaming.</p><ul><li>Our website contains anything required to satisfy your gaming needs. </li><li>Players can delight in products from growing developers, ensuring refreshing content regularly. </li><li>Understanding the legal landscape and choosing reputable, licensed casinos ensures a secure and enjoyable video gaming experience. </li><li>Licensed casinos must comply together with data protection regulations, using encryption in addition to safety protocols such as SSL encryption to safeguard player data. </li><li>9 Coins invites participants to uncover hidden treasures\" \"in addition to ancient artefacts because they spin the reels in search of fortune, with eight golden coins major the way to be able to riches. </li><li>\"The VERY IMPORTANT PERSONEL rewards and help at Ricky On line casino are excellent. Definitely one particular of the much better casinos out right now there. \"</li></ul><p>This website works globally but mainly concentrates on the needs involving Australian players.  The casino’s site and even app have a new futuristic adventure concept, which is definitely eye-catching.  The brand collaborates with a lot of famous game suppliers and also payment cpus like Neosurf and Jeton, increasing protection.  It\'s really wonderful for the eyes with the deeper theme, they have got a lot involving games and numerous payment options.  I rate the rating 4 away from five due to their very own support as at times I believe they take extra time also for trivial issues.  Otherwise there will be no major troubles that I experienced during my game playing sessions.</p><h2 id=\"toc-8\">Top Australian Pokies On The Web For Real Cash In 2025</h2><p>This way you can attempt the game, learn the rules and get ready to learn for real money.  Log in now to enhance your gaming experience with numerous bonuses plus promotional offers available at Ricky On line casino.  Registration about this site is a mandatory step to\" \"gamble with real money.  Before the very first withdrawal, the casino team has the right to ask for account verification.  Effective bankroll management is essential for prolonging your gameplay and boosting your chances of earning in the long term.  Start by setting a finances that aligns with your financial circumstance and stick to be able to it.</p><ul><li>Welcome bonuses purpose to attract new players, often provided as bonus money or free spins following your first first deposit. </li><li>Even without a Ricky Casino iphone app, Aussies can appreciate full casino efficiency. </li><li>Offshore sites are controlled by international betting authorities, ensuring good games and suitable safety measures. </li><li>\"Ricky Casino features generous bonuses and even\" \"quick cashouts. Plus, a lot of options for deposits and withdrawals. \"</li></ul><p>With almost all these features, your own gaming experience is going to be both enjoyable in addition to secure.  So sign up now and immerse yourself in the ultimate online  video gaming, betting, and winning experience on the particular Ricky Casino system.  Once logged within, you have the flexibleness to engage inside slot games possibly for free or even with real cash.</p><h3 id=\"toc-9\">Deposit And Withdrawal Of Funds</h3><p>From autoplay to additional bonus deals, all features behaved just as intended.  New players are welcomed with an attractive creating an account bonus to kickstart their gaming experience.  Experience the excitement of roulette with 500x Roulette, offering a unique twist on the typical game with impressive features and interesting gameplay.  Players in addition use other capabilities of the finest crash games – chat, multiplayer in addition to statistics.</p><ul><li>The website is usually secured with 256-bit SSL encryption, protecting all your personal and financial information. </li><li>With over three hundred pokies games, Ricky Casino offers a vast selection of which caters to all types of players. </li><li>The escalating demand for online gambling has contributed to an exponential embrace available platforms. </li><li>Whether you’re a fan of slot games, survive dealer games, or perhaps classic table games, you’ll find something to suit your preference. </li></ul><p>Instead of your dedicated mobile iphone app, Ricky Casino provides a Progressive Web Application (PWA) version of the gambling website.  PWA is the next step within the progression of apps, designed to replace older mobile apps.  The PWA version regarding Ricky Casino appears and feels like a conventional mobile app but is seen throughout the web.</p><h2 id=\"toc-10\">How To Perform Ricky Casino Online Games Here</h2><p>Yet, the online casino stands to obtain from offering a wider collection of live dealer games in addition to developing a VIP program for the particular most loyal Aussies.  Still, even during busy hours, typically the live games filled right away and without any obvious lag when we utilized them.  With perfect, continuous feeds that will gave gameplay a new real and exciting sense, the buffering quality was hi def.  For every online game we tested, specialist, courteous dealers have been on hand to supply accurate and beneficial direction all through.</p><ul><li>Checking typically the terms and situations for free moves is important to understand wagering demands and cash-out limitations. </li><li>For instance, Ough Casino supplies a welcome bonus of way up to AU$7, five hundred along with 550 free spins. </li><li>Skrill and Neteller are usually particularly popular among\" \"internet casino players for their own instant transactions. </li></ul><p>In the united states, the particular two most popular types of online internet casinos are sweepstakes casinos and real money sites.  Sweepstakes internet casinos operate under a distinctive legal framework, letting players to work with virtual currencies that can be redeemed for prizes, including cash.  This unit is particularly well-known in states where traditional online gambling is fixed.  Real money sites, on typically the other hand, permit players to down payment actual money, offering to be able to win plus withdraw real cash.  Best Canadian on the internet casinos focus on diverse tastes, from traditional table games towards the latest video slots.  These casinos stick out for their considerable game variety in addition to user-friendly interfaces along with responsive support.</p><h3 id=\"toc-11\">Responsible Betting Tools</h3><p>By choosing pokies with higher RTP rates, like all those found at 1Red Casino, you can improve your chances of winning often.  Always check the RTP of a game before you begin playing in order to ensure you’re generating the most involving your time and even money.  It’s important to remain disciplined and avoid the urge to be able to exceed your finances.  By managing the bankroll wisely, a person can enjoy actively playing online pokies without having the stress of financial strain, making the experience more pleasant and sustainable.</p><ul><li>The luckiest player could also count about one of 3 random jackpots – Minor, Major, or Grand. </li><li>Australian players can entry international online gambling sites, but that they do not benefit from local consumer protection laws. </li><li>Legal on the web gambling is ruled by the Criminal Code and differs by location. </li><li>Mobile-optimized websites are created to adapt to various monitor sizes, providing a new seamless gaming knowledge on any gadget. </li></ul><p>By setting these limits, players may manage their gambling activities more effectively in addition to avoid overspending.  Fill out the needed fields accurately, and even you can frequently complete the procedure in just a few a few minutes.  Some online casinos even permit you to hyperlink your Google or even Facebook makes up about quicker registration.  Cryptocurrencies present enhanced\" \"privacy, enabling users to gamble without revealing personal financial specifics.</p><h3 id=\"toc-12\">Perfect Focus On Cell Phone Devices</h3><p>A good knowledge of basic technique, especially in on-line  blackjack, can considerably enhance your probabilities of winning.  Player reviews, RNG confirmation, and quality buyer support further enhance trust in these types of platforms.  Exclusive bonuses and cryptocurrency-specific promotions at mBit Gambling establishment boost the overall price for players.  Encryption technology protects\" \"user data on the platform, which also supplies a variety of secure banking options, including cryptocurrencies.</p><ul><li>These state-specific polices make sure that online betting activities are performed within a lawful framework, providing added protection for gamers. </li><li>Quick guide to your concerns & queries about when reviewing & comparing the outlined casinos. </li><li>Our website features on-line roulette games in addition to table games alongside online pokies plus live casino at redbet entertainment in addition lottery offerings. </li><li>The Australian Communications plus Media Authority (ACMA) is vital in giving gaming licenses, environment rules, and improving player sanctions. </li></ul><p>With constantly high Ricky casino reviews Australia, Ough Casino has proven itself as some sort of top pick intended for online gaming around the Sunburnt Region.  For Aussies buying a grouse, varied game playing experience with value-packed promos, this system continue to be earn stoked feedback all circular.  The package consists of 10 debris, each with a new different match added bonus and free rotates.</p><h2 id=\"toc-13\">Reload Bonus</h2><p>Players can confirm the licensing position of the casino simply by checking for the particular Kahnawake Gaming Commission logo, which can be recognized by the gambling corporation.  The available deposit options incorporate widely used methods for example Neteller Diestro Visa MasterCard SticPay CashToCode Neosurf Skrill Ecopayz Mifinity and even Bitcoin.  Players obtain withdrawals through their own initial deposit settlement avenue with financial institution transfer available because an alternative choice.  The user interface Ricky Casino gives reveals its professional betting platform design to viewers.  The simple navigation style enables users in order to explore multiple online game options while every available game works perfectly within the shielded interface.  The time users enter Ricky Casino\'s login site they begin their own\" \"fascinating gaming adventure.</p><p>Whether you’re using a new smartphone or tablet, mobile pokies offer you a seamless plus enjoyable gaming experience.  The most favored sorts of USA on the internet casinos include sweepstakes casinos and real money sites.  Sweepstakes casinos offer a distinctive model where gamers can participate inside games using digital currencies that may be redeemed for prizes, which includes cash.  On the other hand, actual money sites allow participants to deposit real currency, making it possible to succeed and withdraw actual money.  These bonuses typically include bonus funds upon your first deposit, free spins for slot video games, and in order to perform without any preliminary deposit.  Welcome bonuses are generous gives for new participants, often with certain requirements like bare minimum deposits and wagering limits.</p>','Best Online Casinos Sydney: Top Aussie Gambling Sites 2025','','inherit','closed','closed','','296-revision-v1','','','2025-10-10 00:08:17','2025-10-09 17:08:17','',296,'https://lion288slot.com/?p=297',0,'revision','',0),
(298,1,'2025-10-08 16:54:03','2025-10-08 09:54:03','<meta name=\"description\" content=\"These are slot devices that must spend the player when they reach some sort of certain number. \"/><h1>11 Best Slot Machines To Experience In Las Vegas</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Unlocking The Enjoyment: The Guide To Actively Playing Online Slots Inside 2025</a></li><li><a href=\"#toc-1\">Bonanza (big Period Gaming)</a></li><li><a href=\"#toc-2\">What Is Typically The Best Time To Be Able To Play Slots – Online, In Casinos & In Vegas</a></li><li><a href=\"#toc-3\">Are Online Slot Machine Games For Real Funds Legal In The Us? </a></li><li><a href=\"#toc-4\">What Will Be The Newest And Even Most Exciting Slot Machine Game Machines To Play?\"</a></li><li><a href=\"#toc-5\">Best Real Cash Online Slots Developers</a></li><li><a href=\"#toc-6\">Play Slots Responsibly</a></li><li><a href=\"#toc-7\">When Is The Best Time To Play Slots In Vegas? </a></li><li><a href=\"#toc-8\">Lunar Phases Plus Gambling Success</a></li><li><a href=\"#toc-9\">How To Play Baccarat Tournament: Tips & Rules</a></li><li><a href=\"#toc-10\">How To Pick A Winning Slot Machine Game Machine</a></li><li><a href=\"#toc-11\">When Is The Greatest The Perfect Time To Play Slot Machines Online? </a></li><li><a href=\"#toc-12\">Top-rated Jackpot Slots</a></li><li><a href=\"#toc-13\">How To Find The Rtp Associated With A Slot Machine</a></li><li><a href=\"#toc-14\">Monitor Recent Wins</a></li><li><a href=\"#toc-15\">The Function Of Planetary Retrogrades In Gambling</a></li><li><a href=\"#toc-16\">Deposit Match To $2, 500</a></li><li><a href=\"#toc-17\">Explore The Various Varieties Of Slots</a></li><li><a href=\"#toc-18\">When To Play Slots For Typically The Best Ambience</a></li><li><a href=\"#toc-19\">Examine Machines Before Placing Significant Bets</a></li><li><a href=\"#toc-20\">Free Online Games</a></li><li><a href=\"#toc-21\">Slot Device Etiquette</a></li><li><a href=\"#toc-22\">Best True Money Slots Within The Us</a></li><li><a href=\"#toc-23\">Best Time To Play On-line Slots</a></li><li><a href=\"#toc-24\">What Is The Best Time Of 30 Days To Play On The Internet Slots? </a></li><li><a href=\"#toc-29\">Bonus Features</a></li><li><a href=\"#toc-30\">📅 Which Is Typically The Best Time Regarding Month To Enjoy Slots Machines? </a></li><li><a href=\"#toc-32\">How Truthful Slots Payout Percentage Is? </a></li><li><a href=\"#toc-34\">Winning Wednesdays</a></li></ul></div><p>Seminole Hard Rock Hollywood offers non-smoking portions for the main casino floor and throughout the high restrict room.  If you’re planning a vacation to Florida and wish to play slots, one of many two Seminole Challenging Rock Casinos needs to be on your itinerary.  And if you need to understand how to discover the loosest slots from Seminole Hard Stone, I’ve put jointly a quick guide regarding you.  Setting a new budget and making use of casino features such as self-imposed limits could help maintain dependable\" \"wagering habits.  Additionally, using secure payment approaches and staying vigilant against phishing hoaxes are key to be able to keeping economical dealings safe.</p><ul><li>And if an individual need to recognize how to find the loosest slots in Seminole Hard Rock and roll, I’ve put jointly a fast guide intended for you. </li><li>Hard Mountain Casino can be found to be able to players situated in Brand new Jersey and these residents can state the deposit match and free spin bonus. </li><li>A slot device with high volatility implies less frequent affiliate payouts but higher-value payouts when you win. </li><li>High-definition graphics plus animations bring these kinds of games to our lives, when developers continue to press the envelope using video game-like features and interactive story lines. </li><li>This cool mechanic transforms a potential loss into a win by guaranteeing a winning combination. </li><li>We usually indicate the payout percent of the casinos inside our reviews. </li></ul><p>Regulators such as the United Kingdom Betting Commission (UKGC) and the Malta Game playing Authority (MGA) work hard to eliminate rogue operators by the gambling online sector.  You should examine that an on the internet casino holds a license with a governed body inside your place.  Another critical component to consider when you wish to pick the slot machine with better odds is typically the slot volatility.  Here are some more online slots you can play with the RTP of more than 96%.  One involving the new grand of the “slot machine” world also comes in the form of skill games, which in turn have a completely separate strategy.</p><h2 id=\"toc-0\">Unlocking The Enjoyment: Your Guide To Enjoying Online Slots In 2025</h2><p>The big actual money prizes about tap make jackpot slots almost appealing…at least on typically the surface.  But in average, progressive slot machine games feature the least expensive RTPs in betting, so the odds involving winning aren\'t thus great.  On best of that, an individual always should bet the maximum to gain access to the top goldmine prizes – that means you may end up spending more income than you intend to be able to.  Knowing how in order to pick a slot machine game is more than guessing every time a slot machine will strike.  The best real money online slots to experience come with typically the right combination of volatility, Return to Player (RTP), limits, in addition to casino bonus.  Online casinos, like some sort of slot machine game, has typically the payout percentage – RTP <a href=\"https://mostbet-india24.in/\">mostbet bd</a>.</p><ul><li>Below is usually a table demonstrating the 8 highest RTP slots that are offered for you in order to play at on the web casinos today, just about all of which are reviewed in each of our dedicated Best RTP Slots article. </li><li>Slots which have the highest possible cash prizes will be progressive jackpot slots due to their particular mechanic of gathering a small part of players\' wagers for the massive funds prize. </li><li>As the saturday and sunday approaches, the power inside the casino starts to rise. </li><li>Additionally, using secure payment procedures and staying vigilant against phishing hoaxes are key to keeping economical deals safe. </li><li>The dynamics are pretty different, and that impacts when an individual may have the ideal experience. </li><li>All the slot machines on this list webpage are hosted about licensed platforms and are also certified by thirdparty independent authorities. </li></ul><p>So, it\'s a good idea to glance at the pay table for typically the specific RTP regarding the game from your chosen online slot casino prior to starting playing.  This very little homework can help make a massive difference in your gaming knowledge.  The allure associated with online casino slot machine game games lies inside their simplicity and even the sheer range of games sold at your fingertips.  With a plethora involving captivating slot products, each with special themes and features, this year will be poised to become a landmark one for lovers of online gambling who would like to play slot video games.  The slots that will pay the finest at the casino may either be higher volatility slots (scarce but big payouts) or progressive jackpot slots.  The last mentioned is a standard slot machine\" \"video game that includes a top progressive award that accumulates centered on all the particular bets placed in it or perhaps the connected network until an individual wins it.</p><h3 id=\"toc-1\">Bonanza (big Time Gaming)</h3><p>Interest in plus revenue from online gaming has recently been growing rapidly.  Online slots are bringing in more players because mobile gaming technological innovation advances and law changes.  And it doesn\'t hurt that will they also have huge payouts — like the 18. 9 million euro ($22. 4 million) Mega Moolah payout in 2018.</p><ul><li>It’s not simply about the shiny new graphics or the catchy soundtracks; these activities often come along with boosted odds or perhaps special bonuses, generating them worth shopping. </li><li>Understanding how RNGs function is the very first step in handling your expectations and playing responsibly. </li><li>Beyond the traditional considerations, we’ll also discover the influence of celestial bodies on the gambling experience. </li><li>The most compact casino owned by simply the Seminole Tribe can be discovered\" \"at 5550 NW 50th Street, Coconut Creek, Florida. </li></ul><p>Proponents of this strategy believe that catching the first rays involving sunlight might just illumine their luck.  Beyond the traditional concerns, we’ll also discover the influence of celestial bodies on your own gambling experience.  From lunar phases in order to planetary retrogrades in addition to astrological signs, we’ll investigate whether aiming your gaming pursuits with these cosmic events could boost your odds.  One of the most detrimental things you could do, especially any time you\'re trying to manipulate a slot machine game, is usually try to pursue your losses.  Slot machines from the movie, tv present, or general put culture phenomenon will be contractually obligated to pay loyalties.  Buffalo Grand is an additional popular choice, with the highest recorded player win of $1. 39 thousand in 2021 <a href=\"https://mostbet-india24.in/app/\">mostbet app download</a>.</p><h3 id=\"toc-2\">What Is Typically The Best Time To Play Slots – Online, In Internet Casinos & In Vegas</h3><p>This implies that will there isn\'t, inside theory, a defined cycle that warranties higher winnings from particular times.  The rivalry for equipment as well as the general atmosphere of the casino, however, might be impacted by simply the time involving day.  Changing the particular programmed payback percentage requires opening the machine and replacing some type of computer chip.  Server-based slots that allow internet casinos to change pay out percentages remotely, nevertheless there are still regulations all-around making these changes.</p><p>Play the best denomination slot you are able to pay for to play from Seminole Hard Mountain Casinos.  The two Hard Rock manufacturers are the greatest slots casinos the particular Seminole Tribe offers.  Just like the particular Seminole Hard Rock and roll Casino in Polk, the loosest slots at Seminole Tough Rock Hollywood are the higher denomination machines.  But in the event that you’re also looking for the most popular slots games\" \"in Hollywood Seminole Challenging Rock Casino, I’ve got you included.  The Tampa Seminole Hard Rock Gambling establishment also offers some sort of VIP slots place.  The VIP slot machines room has ninety six slot machines plus with a prior obtain, they can replace a machine in order to always play your preferred game.</p><h2 id=\"toc-3\">Are Online Slot Machines For Real Money Legal In The Us? </h2><p>Adapting your method to the active casino environment can easily be a tactical move.  Whether it’s adjusting your wager sizes or discovering different games, aligning your strategy with all the clock could boost your chances.  If you’ve ever wondered about the best times to test your luck at a casino, you’re within the right place.  Today we’ll explore typically the concept of some sort of lucky time regarding gambling and delve into the idea that certain moments may raise your chances of hitting that jackpot feature.  However, since slot machine game machines are under strict regulations, this is harder to view why gamblers securely cling to the particular idea.  Some state it is since casinos are flexible in adjusting pay out percentages, but once again, this is forever in\" \"a given regulated manner.</p><ul><li>So, help to make sure to appreciate your loved one game any time you feel like it not really when you need to. </li><li>Penny slots will be the tightest position machines at the particular two Seminole Difficult Rock Casinos. </li><li>We provide a number of excellent slot devices of various forms, helping you participate in according to your requires. </li><li>I love this game because it can pay over $100, 000 coming from a low max bet involving $1. </li></ul><p>At certain intervals, plenty of land-based plus online casinos maintain slot tournaments.  It could be advantageous in order to schedule your perform around these situations if you just like competition and the possibility of winning more prizes.  The chances are fixed by the software and can’t be changed by the time associated with day.  Different intensifying slots have various payout frequencies and jackpot sizes.  Research the games available and choose types that align together with your risk threshold and desired pay out size.\" \"[newline]Some games may have smaller, more regular jackpots, while other people offer massive, nevertheless less frequent, affiliate payouts.</p><h2 id=\"toc-4\">What Will Be The Newest In Addition To Most Exciting Position Machines To Participate In?\"</h2><p>RTP truly does not precisely predict what you\'ll succeed or lose in a given session.  Your experience will vary — sometimes a person might win more, sometimes lower than typically the RTP suggests.  Regarding maximum payout, the particular type of slot machine game you select plays some sort of significant role.  Low volatility slots let you play longer, thanks to their high hit regularity.  But the high volatility slots draw in most participants with their assurance of massive pay-out odds.</p><ul><li>This knowledge allows all of us to determine the most favorable sorts of slot machines for those who would want to visit and participate in. </li><li>Take good thing about the serene setting to concentrate on your favourite games. </li><li>Therefore, today, we are going to discuss if right now there is a best period to play slot machines at online and land-based casinos. </li><li>The more typically the features the increased likelihood the slot machine game machines will allow you to succeed. </li><li>They offer free rounds or deposit bonus codes to find you to subscribe and even play. </li></ul><p>There is zero guaranteed winning strategy for slots, because a random quantity generator determines the outcome.  Some players suggest\" \"controlling bankroll, choosing substantial RTP games, and taking advantage of bonuses.  As discussed above, Progressive jackpot slots give a growing jackpot that boosts with each bet placed by gamers until someone hits the jackpot.  Some of the many famous progressive slot machines include Mega Moolah and Mega Lot of money.</p><h3 id=\"toc-5\">Best Real Money Online Slots Developers</h3><p>Newcomers can get the individual interaction using dealers or some other players at the particular tables intimidating — slot players prevent that.  And in addition to, the biggest, most lifestyle-changing jackpots inside the casino are offered for the slots.  In the not-too-distant previous, slot-machine players were the second-class individuals of casino customers.</p><p>Okay, so maybe the time of day time doesn’t replace the probabilities, but let’s always be real – just how you feel effects how you will play.  It’s always a very good idea to manage your bankroll thoroughly, regardless of the time involving month.  Responsible wagering is key in order to enjoying the encounter without financial stress.</p><h3 id=\"toc-6\">Play Slot Machine Games Responsibly</h3><p>Located at 1 Seminole Way, Hollywood, Florida, the particular Seminole Hard Rock and roll Hollywood has three or more, 000 slot machines.  Finding the loosest slot machines at Hard Rock requires a few common sense.  Here’s everything I realize regarding how to find the loosest slot machine machines at Seminole Hard Rock Online casino.  If your budget won\'t allow a person to play maximum credits on a $1 machine, move to one fourth device.</p><p>While typically the outcomes of moves are totally arbitrary, on average, video poker machines give more earnings when more gold coins are utilized.  However, be careful – playing along with high stakes does not mean always winning.  Also, we have noticed winnings of thousands of dollars being won with the single penny.  There are theories recommending that indeed generally there is a best time to play online casino slots.  However, we all established time plus time again throughout this post that slot machines will be based on RNG algorithms.</p><h2 id=\"toc-7\">When Is The Best Time To Participate In Slots In Las Vegas? </h2><p>It’s all about tapping into that will festive spirit (and, let’s be sincere, people’s willingness in order to spend and take note when they’re feeling good).  It’s easy to get caught up in typically the notion of finding the loophole or even a secret strategy.  The real trick would be to recognize how different aspects round the game may influence your general enjoyment and prospective rewards.  This need to be when the particular time is practical for\" \"the gamer such as possessing as much free period as possible to take pleasure from any slots available.  Players should furthermore think about the crowd when choosing the right time to be able to visit any online casino floor.  Classic online games like blackjack, when compared with slots, may present strategy, but video poker machines provide straight-up fun with zero studying curve.</p><ul><li>Paydays may also be a very good indicator of if to play, ideally, a day or even two before the salary comes throughout. </li><li>Keep a watch on the special offers page of the favorite online internet casinos or join their very own email newsletters. </li><li>More players suggest more bets, which translates to the faster-growing jackpot. </li><li>Go regarding high volatility equipment if you have a greater bankroll, in order that it can become a increased reward which mitigates the risk. </li></ul><p>Three bars may pay back thirty for two breaks and 30 regarding three credits.  However, three sevens may possibly pay 500 regarding one credit and 1, 000 for two, but jump to 10, 000 any time all three credit are played.  From a money management standpoint, it can make sense to lock up the profits coming from a big hit and move on.  In fact, the odds up against the same jackpot feature hitting on the particular next pull usually are the same because they were the first time.  The microprocessors driving today\'s machines are programmed with random-number\" \"generation devices that govern successful combinations.  As an affordable matter, even within a light crowd, it\'s wise not to be able to play more machines than you can easily watch over very easily.</p><h2 id=\"toc-8\">Lunar Phases In Addition To Gambling Success</h2><p>If you desire to get more out of putting your signature on up, understand that several real money on-line casinos offer free rounds bonuses (or free bonuses you could use for slots).  Strategies for instance targeting high volatility video poker machines for larger affiliate payouts or opting for decrease variance games regarding more frequent benefits can be efficient, based on your threat tolerance.  Remember to be able to select slots of which not only offer high RTP plus appropriate volatility nevertheless also resonate together with you thematically to get a more enjoyable expertise.  The decision between playing real\" \"funds slots and free slots can form your entire gambling experience.</p><ul><li>It is definitely important to note that will progressive slots have got the same jackpot prize or payout rate at nighttime and day. </li><li>To be very clear, there is usually no way that you may guarantee that you will win from slots every\" \"period. </li><li>Online internet casinos typically offer a very much wider selection of position games than land-based casinos. </li><li>I brought up movements in more fine detail in how in order to play online slot machines guide, I guide all beginners in order to read it. </li><li>It is crucial to make note of that operators cannot announce the RTP rate of their games on their page plus adjust it with no notifying their gamers. </li></ul><p>The best casinos to play slots inside on the Deprive include Excalibur, Caesars Palace, Luxor, NYNY, Mandalay Bay, MGM Grand, and the particular Bellagio.  As regarding Downtown, the best consists of Golden Nugget, Binion’s Gambling Hall, and even Circa Las Vegas.\" \"[newline]With all the exhilaration, wishes, and lucky fingers, you are probably here asking yourself how you can easily become one of many fortunate few to earn it big at the slots.  Picking the perfect location and after that the best slot is daunting, and we usually are here to minimize that burden.</p><h3 id=\"toc-9\">How To Try Out Baccarat Tournament: Tips & Rules</h3><p>Today many progressives are linked electronically to additional machines, with all credits played in the linked equipment adding to a common jackpot.  On video slots, push one button for the number involving paylines you want to activate, another button for the particular number of credits gambled per line.  One common configuration offers nine paylines about which you are able to bet 1 to 5 credits.  Video slots usually are also available using 5, 15, thirty, 25 and perhaps 50 or more lines, accepting as much as 25 credits per line.  That’s why you’ll often see a surge in promotions about holidays and different times of the 12 months.</p><ul><li>The high reduce slots room from Seminole Hard Rock and roll Hollywood offers denominations from $1 to $1, 000. </li><li>The keyword will be “long run” as RTP\" \"is usually calculated over a new million spins. </li><li>The sequel requires everything to new highs with crisper graphics in addition to loads more features. </li><li>Finding a top-notch on the web slot machine across all main regions – gameplay, RTP, payouts, odds, sound effects, theme, and so on. – is near impossible. </li></ul><p>The environment\" \"is definitely calmer, and you’ll find fewer men and women vying for your favorite machines.  Another urgent action to realize is the RTP, or Return to Player.  This is the percentage regarding all wagered money that a slot machine is developed to pay again to players over time.  For example, if a slot has an RTP of 95%, it should theoretically spend back $95 for each and every $100 wagered.  Play the slots after taking in just what Vegas has in order to offer since Las vegas is one involving the major gambling and entertainment hubs in the ALL OF US.  Anyone who quickly hits the position after checking inside is missing out on therefore many things that will make the location distinctive.</p><h3 id=\"toc-10\">How In Order To Pick Complete Slot Machine Machine</h3><p>A noteworthy win in Mega Moolah was throughout 2015, if a participant won an astonishing $18 million.  The RTP is the percentage of wagered cash a slot device is programmed to be able to pay back to players over period, typically displayed while a percentage.  It represents the typical volume returned to participants from the overall amount wagered.</p><ul><li>Ultimately, whether you choose in order to play slots in the end associated with the month or even around payday will be a personal selection. </li><li>Casinos frequently schedule these in the course of specific hours to attract more gamers. </li><li>The loosest slots are in the particular high limit slot machines room at Seminole Hard Rock. </li><li>It\'s the frequent misconception of which slots pay away more through the night if there are a lot more players in the particular casino or on the internet. </li><li>First, that they usually have got a decrease RTP than regular slots being a trade-off for the chance at that huge prize. </li></ul><p>Whether you’re a company believer or possibly a skeptic, the moon’s periods add a touch of mystique to gambling.  So, when you find on your own at the online casino, take a moment to gaze from the moon – who knows, this might you need to be in your side.  The vibrant energy is usually infectious, but keep in mind of which the increased action might mean even more competition for your favorite games.  Midweek arrives, and casinos might begin gearing up for typically the weekend.</p><h2 id=\"toc-11\">When Is The Best Time To Play Position Machines Online? </h2><p>The payout rates regarding individual machines carry out not change throughout the day, although certain online casinos may change bonuses and marketing promotions during busy periods.  Just make certain you realise that synchronised spinning means double the enjoyment.  It could be something from bonus rotates to deposit suits or even\" \"exclusive holiday-themed slot online games.  Casinos use these types of promotions to entice more players, wishing to capitalize on the increased spare time and spending that comes with holidays.</p><ul><li>Users may also opt to choose SBR\'s exclusive welcome bonus of your first deposit match up to $2, 500 + 100 bonus moves instead of typically the standard welcome presents. </li><li>So, logically, evenings in addition to weekends, with the better player volume, can easily see progressive jackpots swell more speedily. </li><li>Progressive jackpots are like the lottery; a tiny portion of each guess contributes to an ever-growing prize pool. </li><li>If you plan to play a a lot more extended session, RTP should factor within your slot variety. </li></ul><p>As the clock ticks towards the afternoon, a few players find the mid-afternoon hours to be a fairly sweet spot for lotto luck.  The energy during reaches the comfortable stride, plus the prospect of winning becomes the delightful daydream.  Embarking within the journey regarding winning the lottery is actually a thrilling goal, and several players believe that mastering the art of timing could be their gold window of success.  Let’s dive into the strategic playbook of which explores the many methods to finding the best time for you to perform lottery and purchase of which potentially life-changing solution.  The atmosphere is usually livelier, and when you’re into card games of which require focus plus skill, the afternoon might be your current prime time in order to win at gambling establishment.  As the weekend approaches, the inside the casino begins to rise.</p><h2 id=\"toc-12\">Top-rated Jackpot Slots</h2><p>First, they will usually have a reduced RTP than regular slots as a trade-off for the opportunity at that heavy prize.  But what\'s really going to hit label U. S. slot players is that great 97% RTP rate.  After thorough research, we’ve picked out there the most notable five on-line slots.</p><p>This is typical, though, due to be able to the massive fees they need to be able to pay for the upkeep of the venues.  They have a few or more reels plus often feature multiple paylines or methods to win.  These slots come within an array of themes in addition to offer various benefit features like free of charge spins, wild symbols, and bonus video games.</p><h3 id=\"toc-13\">How To Get The Rtp Associated With A Slot Machine</h3><p>But if you learn the ins and outs associated with playing them, you can utilize some strategies of which just might support you hit typically the jackpot.  It\'s not unusual to travel twenty or 50 or more pulls with no single payout over a reel-spinning slot, although payouts are even more frequent on movie slots.  Nor will be it unusual intended for a machine to pay back 150 percent or maybe more for several number of pulls.  In most of the country, slot players can easily figure on about\" \"a 93 percent payment percentage, though payouts in Nevada manage higher.  Keep in your mind that these are usually long-term averages of which will endure over a sample involving 100, 000 to 300, 000 pulls.  The symbols that stop on a payout line identify whether a player is victorious.</p><p>It is true of which not all equipment in the identical casino are developed with the same payback percentage.  But slot placement is definitely more complex as compared to just placing typically the hot ones with the ends associated with aisles.  If you\'ve been standing there for days and still have played 10, 000 times, the odds around the next draw will be one inside 10, 000.  In the temporary, the machine could go 100, 000 pulls without letting unfastened of the major one, or it could pay that out twice in a row.  Players touch the screen to spread out a package in addition to collect a reward payout.  They might keep touching deals for more\" \"additional bonuses until one bundle finally reveals a \"pooper, \" which in turn ends the round.</p>','2025\'s Top On The Web Slots Casinos To Experience For Real Money','','publish','closed','','','2025s-top-on-the-web-slots-casinos-to-experience-for-real-money','','','2025-10-10 02:26:03','2025-10-09 19:26:03','',0,'https://lion288slot.com/?p=298',0,'post','',0),
(299,1,'2025-10-10 02:26:03','2025-10-09 19:26:03','<meta name=\"description\" content=\"These are slot devices that must spend the player when they reach some sort of certain number. \"/><h1>11 Best Slot Machines To Experience In Las Vegas</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Unlocking The Enjoyment: The Guide To Actively Playing Online Slots Inside 2025</a></li><li><a href=\"#toc-1\">Bonanza (big Period Gaming)</a></li><li><a href=\"#toc-2\">What Is Typically The Best Time To Be Able To Play Slots – Online, In Casinos & In Vegas</a></li><li><a href=\"#toc-3\">Are Online Slot Machine Games For Real Funds Legal In The Us? </a></li><li><a href=\"#toc-4\">What Will Be The Newest And Even Most Exciting Slot Machine Game Machines To Play?\"</a></li><li><a href=\"#toc-5\">Best Real Cash Online Slots Developers</a></li><li><a href=\"#toc-6\">Play Slots Responsibly</a></li><li><a href=\"#toc-7\">When Is The Best Time To Play Slots In Vegas? </a></li><li><a href=\"#toc-8\">Lunar Phases Plus Gambling Success</a></li><li><a href=\"#toc-9\">How To Play Baccarat Tournament: Tips & Rules</a></li><li><a href=\"#toc-10\">How To Pick A Winning Slot Machine Game Machine</a></li><li><a href=\"#toc-11\">When Is The Greatest The Perfect Time To Play Slot Machines Online? </a></li><li><a href=\"#toc-12\">Top-rated Jackpot Slots</a></li><li><a href=\"#toc-13\">How To Find The Rtp Associated With A Slot Machine</a></li><li><a href=\"#toc-14\">Monitor Recent Wins</a></li><li><a href=\"#toc-15\">The Function Of Planetary Retrogrades In Gambling</a></li><li><a href=\"#toc-16\">Deposit Match To $2, 500</a></li><li><a href=\"#toc-17\">Explore The Various Varieties Of Slots</a></li><li><a href=\"#toc-18\">When To Play Slots For Typically The Best Ambience</a></li><li><a href=\"#toc-19\">Examine Machines Before Placing Significant Bets</a></li><li><a href=\"#toc-20\">Free Online Games</a></li><li><a href=\"#toc-21\">Slot Device Etiquette</a></li><li><a href=\"#toc-22\">Best True Money Slots Within The Us</a></li><li><a href=\"#toc-23\">Best Time To Play On-line Slots</a></li><li><a href=\"#toc-24\">What Is The Best Time Of 30 Days To Play On The Internet Slots? </a></li><li><a href=\"#toc-29\">Bonus Features</a></li><li><a href=\"#toc-30\">📅 Which Is Typically The Best Time Regarding Month To Enjoy Slots Machines? </a></li><li><a href=\"#toc-32\">How Truthful Slots Payout Percentage Is? </a></li><li><a href=\"#toc-34\">Winning Wednesdays</a></li></ul></div><p>Seminole Hard Rock Hollywood offers non-smoking portions for the main casino floor and throughout the high restrict room.  If you’re planning a vacation to Florida and wish to play slots, one of many two Seminole Challenging Rock Casinos needs to be on your itinerary.  And if you need to understand how to discover the loosest slots from Seminole Hard Stone, I’ve put jointly a quick guide regarding you.  Setting a new budget and making use of casino features such as self-imposed limits could help maintain dependable\" \"wagering habits.  Additionally, using secure payment approaches and staying vigilant against phishing hoaxes are key to be able to keeping economical dealings safe.</p><ul><li>And if an individual need to recognize how to find the loosest slots in Seminole Hard Rock and roll, I’ve put jointly a fast guide intended for you. </li><li>Hard Mountain Casino can be found to be able to players situated in Brand new Jersey and these residents can state the deposit match and free spin bonus. </li><li>A slot device with high volatility implies less frequent affiliate payouts but higher-value payouts when you win. </li><li>High-definition graphics plus animations bring these kinds of games to our lives, when developers continue to press the envelope using video game-like features and interactive story lines. </li><li>This cool mechanic transforms a potential loss into a win by guaranteeing a winning combination. </li><li>We usually indicate the payout percent of the casinos inside our reviews. </li></ul><p>Regulators such as the United Kingdom Betting Commission (UKGC) and the Malta Game playing Authority (MGA) work hard to eliminate rogue operators by the gambling online sector.  You should examine that an on the internet casino holds a license with a governed body inside your place.  Another critical component to consider when you wish to pick the slot machine with better odds is typically the slot volatility.  Here are some more online slots you can play with the RTP of more than 96%.  One involving the new grand of the “slot machine” world also comes in the form of skill games, which in turn have a completely separate strategy.</p><h2 id=\"toc-0\">Unlocking The Enjoyment: Your Guide To Enjoying Online Slots In 2025</h2><p>The big actual money prizes about tap make jackpot slots almost appealing…at least on typically the surface.  But in average, progressive slot machine games feature the least expensive RTPs in betting, so the odds involving winning aren\'t thus great.  On best of that, an individual always should bet the maximum to gain access to the top goldmine prizes – that means you may end up spending more income than you intend to be able to.  Knowing how in order to pick a slot machine game is more than guessing every time a slot machine will strike.  The best real money online slots to experience come with typically the right combination of volatility, Return to Player (RTP), limits, in addition to casino bonus.  Online casinos, like some sort of slot machine game, has typically the payout percentage – RTP <a href=\"https://mostbet-india24.in/\">mostbet bd</a>.</p><ul><li>Below is usually a table demonstrating the 8 highest RTP slots that are offered for you in order to play at on the web casinos today, just about all of which are reviewed in each of our dedicated Best RTP Slots article. </li><li>Slots which have the highest possible cash prizes will be progressive jackpot slots due to their particular mechanic of gathering a small part of players\' wagers for the massive funds prize. </li><li>As the saturday and sunday approaches, the power inside the casino starts to rise. </li><li>Additionally, using secure payment procedures and staying vigilant against phishing hoaxes are key to keeping economical deals safe. </li><li>The dynamics are pretty different, and that impacts when an individual may have the ideal experience. </li><li>All the slot machines on this list webpage are hosted about licensed platforms and are also certified by thirdparty independent authorities. </li></ul><p>So, it\'s a good idea to glance at the pay table for typically the specific RTP regarding the game from your chosen online slot casino prior to starting playing.  This very little homework can help make a massive difference in your gaming knowledge.  The allure associated with online casino slot machine game games lies inside their simplicity and even the sheer range of games sold at your fingertips.  With a plethora involving captivating slot products, each with special themes and features, this year will be poised to become a landmark one for lovers of online gambling who would like to play slot video games.  The slots that will pay the finest at the casino may either be higher volatility slots (scarce but big payouts) or progressive jackpot slots.  The last mentioned is a standard slot machine\" \"video game that includes a top progressive award that accumulates centered on all the particular bets placed in it or perhaps the connected network until an individual wins it.</p><h3 id=\"toc-1\">Bonanza (big Time Gaming)</h3><p>Interest in plus revenue from online gaming has recently been growing rapidly.  Online slots are bringing in more players because mobile gaming technological innovation advances and law changes.  And it doesn\'t hurt that will they also have huge payouts — like the 18. 9 million euro ($22. 4 million) Mega Moolah payout in 2018.</p><ul><li>It’s not simply about the shiny new graphics or the catchy soundtracks; these activities often come along with boosted odds or perhaps special bonuses, generating them worth shopping. </li><li>Understanding how RNGs function is the very first step in handling your expectations and playing responsibly. </li><li>Beyond the traditional considerations, we’ll also discover the influence of celestial bodies on the gambling experience. </li><li>The most compact casino owned by simply the Seminole Tribe can be discovered\" \"at 5550 NW 50th Street, Coconut Creek, Florida. </li></ul><p>Proponents of this strategy believe that catching the first rays involving sunlight might just illumine their luck.  Beyond the traditional concerns, we’ll also discover the influence of celestial bodies on your own gambling experience.  From lunar phases in order to planetary retrogrades in addition to astrological signs, we’ll investigate whether aiming your gaming pursuits with these cosmic events could boost your odds.  One of the most detrimental things you could do, especially any time you\'re trying to manipulate a slot machine game, is usually try to pursue your losses.  Slot machines from the movie, tv present, or general put culture phenomenon will be contractually obligated to pay loyalties.  Buffalo Grand is an additional popular choice, with the highest recorded player win of $1. 39 thousand in 2021 <a href=\"https://mostbet-india24.in/app/\">mostbet app download</a>.</p><h3 id=\"toc-2\">What Is Typically The Best Time To Play Slots – Online, In Internet Casinos & In Vegas</h3><p>This implies that will there isn\'t, inside theory, a defined cycle that warranties higher winnings from particular times.  The rivalry for equipment as well as the general atmosphere of the casino, however, might be impacted by simply the time involving day.  Changing the particular programmed payback percentage requires opening the machine and replacing some type of computer chip.  Server-based slots that allow internet casinos to change pay out percentages remotely, nevertheless there are still regulations all-around making these changes.</p><p>Play the best denomination slot you are able to pay for to play from Seminole Hard Mountain Casinos.  The two Hard Rock manufacturers are the greatest slots casinos the particular Seminole Tribe offers.  Just like the particular Seminole Hard Rock and roll Casino in Polk, the loosest slots at Seminole Tough Rock Hollywood are the higher denomination machines.  But in the event that you’re also looking for the most popular slots games\" \"in Hollywood Seminole Challenging Rock Casino, I’ve got you included.  The Tampa Seminole Hard Rock Gambling establishment also offers some sort of VIP slots place.  The VIP slot machines room has ninety six slot machines plus with a prior obtain, they can replace a machine in order to always play your preferred game.</p><h2 id=\"toc-3\">Are Online Slot Machines For Real Money Legal In The Us? </h2><p>Adapting your method to the active casino environment can easily be a tactical move.  Whether it’s adjusting your wager sizes or discovering different games, aligning your strategy with all the clock could boost your chances.  If you’ve ever wondered about the best times to test your luck at a casino, you’re within the right place.  Today we’ll explore typically the concept of some sort of lucky time regarding gambling and delve into the idea that certain moments may raise your chances of hitting that jackpot feature.  However, since slot machine game machines are under strict regulations, this is harder to view why gamblers securely cling to the particular idea.  Some state it is since casinos are flexible in adjusting pay out percentages, but once again, this is forever in\" \"a given regulated manner.</p><ul><li>So, help to make sure to appreciate your loved one game any time you feel like it not really when you need to. </li><li>Penny slots will be the tightest position machines at the particular two Seminole Difficult Rock Casinos. </li><li>We provide a number of excellent slot devices of various forms, helping you participate in according to your requires. </li><li>I love this game because it can pay over $100, 000 coming from a low max bet involving $1. </li></ul><p>At certain intervals, plenty of land-based plus online casinos maintain slot tournaments.  It could be advantageous in order to schedule your perform around these situations if you just like competition and the possibility of winning more prizes.  The chances are fixed by the software and can’t be changed by the time associated with day.  Different intensifying slots have various payout frequencies and jackpot sizes.  Research the games available and choose types that align together with your risk threshold and desired pay out size.\" \"[newline]Some games may have smaller, more regular jackpots, while other people offer massive, nevertheless less frequent, affiliate payouts.</p><h2 id=\"toc-4\">What Will Be The Newest In Addition To Most Exciting Position Machines To Participate In?\"</h2><p>RTP truly does not precisely predict what you\'ll succeed or lose in a given session.  Your experience will vary — sometimes a person might win more, sometimes lower than typically the RTP suggests.  Regarding maximum payout, the particular type of slot machine game you select plays some sort of significant role.  Low volatility slots let you play longer, thanks to their high hit regularity.  But the high volatility slots draw in most participants with their assurance of massive pay-out odds.</p><ul><li>This knowledge allows all of us to determine the most favorable sorts of slot machines for those who would want to visit and participate in. </li><li>Take good thing about the serene setting to concentrate on your favourite games. </li><li>Therefore, today, we are going to discuss if right now there is a best period to play slot machines at online and land-based casinos. </li><li>The more typically the features the increased likelihood the slot machine game machines will allow you to succeed. </li><li>They offer free rounds or deposit bonus codes to find you to subscribe and even play. </li></ul><p>There is zero guaranteed winning strategy for slots, because a random quantity generator determines the outcome.  Some players suggest\" \"controlling bankroll, choosing substantial RTP games, and taking advantage of bonuses.  As discussed above, Progressive jackpot slots give a growing jackpot that boosts with each bet placed by gamers until someone hits the jackpot.  Some of the many famous progressive slot machines include Mega Moolah and Mega Lot of money.</p><h3 id=\"toc-5\">Best Real Money Online Slots Developers</h3><p>Newcomers can get the individual interaction using dealers or some other players at the particular tables intimidating — slot players prevent that.  And in addition to, the biggest, most lifestyle-changing jackpots inside the casino are offered for the slots.  In the not-too-distant previous, slot-machine players were the second-class individuals of casino customers.</p><p>Okay, so maybe the time of day time doesn’t replace the probabilities, but let’s always be real – just how you feel effects how you will play.  It’s always a very good idea to manage your bankroll thoroughly, regardless of the time involving month.  Responsible wagering is key in order to enjoying the encounter without financial stress.</p><h3 id=\"toc-6\">Play Slot Machine Games Responsibly</h3><p>Located at 1 Seminole Way, Hollywood, Florida, the particular Seminole Hard Rock and roll Hollywood has three or more, 000 slot machines.  Finding the loosest slot machines at Hard Rock requires a few common sense.  Here’s everything I realize regarding how to find the loosest slot machine machines at Seminole Hard Rock Online casino.  If your budget won\'t allow a person to play maximum credits on a $1 machine, move to one fourth device.</p><p>While typically the outcomes of moves are totally arbitrary, on average, video poker machines give more earnings when more gold coins are utilized.  However, be careful – playing along with high stakes does not mean always winning.  Also, we have noticed winnings of thousands of dollars being won with the single penny.  There are theories recommending that indeed generally there is a best time to play online casino slots.  However, we all established time plus time again throughout this post that slot machines will be based on RNG algorithms.</p><h2 id=\"toc-7\">When Is The Best Time To Participate In Slots In Las Vegas? </h2><p>It’s all about tapping into that will festive spirit (and, let’s be sincere, people’s willingness in order to spend and take note when they’re feeling good).  It’s easy to get caught up in typically the notion of finding the loophole or even a secret strategy.  The real trick would be to recognize how different aspects round the game may influence your general enjoyment and prospective rewards.  This need to be when the particular time is practical for\" \"the gamer such as possessing as much free period as possible to take pleasure from any slots available.  Players should furthermore think about the crowd when choosing the right time to be able to visit any online casino floor.  Classic online games like blackjack, when compared with slots, may present strategy, but video poker machines provide straight-up fun with zero studying curve.</p><ul><li>Paydays may also be a very good indicator of if to play, ideally, a day or even two before the salary comes throughout. </li><li>Keep a watch on the special offers page of the favorite online internet casinos or join their very own email newsletters. </li><li>More players suggest more bets, which translates to the faster-growing jackpot. </li><li>Go regarding high volatility equipment if you have a greater bankroll, in order that it can become a increased reward which mitigates the risk. </li></ul><p>Three bars may pay back thirty for two breaks and 30 regarding three credits.  However, three sevens may possibly pay 500 regarding one credit and 1, 000 for two, but jump to 10, 000 any time all three credit are played.  From a money management standpoint, it can make sense to lock up the profits coming from a big hit and move on.  In fact, the odds up against the same jackpot feature hitting on the particular next pull usually are the same because they were the first time.  The microprocessors driving today\'s machines are programmed with random-number\" \"generation devices that govern successful combinations.  As an affordable matter, even within a light crowd, it\'s wise not to be able to play more machines than you can easily watch over very easily.</p><h2 id=\"toc-8\">Lunar Phases In Addition To Gambling Success</h2><p>If you desire to get more out of putting your signature on up, understand that several real money on-line casinos offer free rounds bonuses (or free bonuses you could use for slots).  Strategies for instance targeting high volatility video poker machines for larger affiliate payouts or opting for decrease variance games regarding more frequent benefits can be efficient, based on your threat tolerance.  Remember to be able to select slots of which not only offer high RTP plus appropriate volatility nevertheless also resonate together with you thematically to get a more enjoyable expertise.  The decision between playing real\" \"funds slots and free slots can form your entire gambling experience.</p><ul><li>It is definitely important to note that will progressive slots have got the same jackpot prize or payout rate at nighttime and day. </li><li>To be very clear, there is usually no way that you may guarantee that you will win from slots every\" \"period. </li><li>Online internet casinos typically offer a very much wider selection of position games than land-based casinos. </li><li>I brought up movements in more fine detail in how in order to play online slot machines guide, I guide all beginners in order to read it. </li><li>It is crucial to make note of that operators cannot announce the RTP rate of their games on their page plus adjust it with no notifying their gamers. </li></ul><p>The best casinos to play slots inside on the Deprive include Excalibur, Caesars Palace, Luxor, NYNY, Mandalay Bay, MGM Grand, and the particular Bellagio.  As regarding Downtown, the best consists of Golden Nugget, Binion’s Gambling Hall, and even Circa Las Vegas.\" \"[newline]With all the exhilaration, wishes, and lucky fingers, you are probably here asking yourself how you can easily become one of many fortunate few to earn it big at the slots.  Picking the perfect location and after that the best slot is daunting, and we usually are here to minimize that burden.</p><h3 id=\"toc-9\">How To Try Out Baccarat Tournament: Tips & Rules</h3><p>Today many progressives are linked electronically to additional machines, with all credits played in the linked equipment adding to a common jackpot.  On video slots, push one button for the number involving paylines you want to activate, another button for the particular number of credits gambled per line.  One common configuration offers nine paylines about which you are able to bet 1 to 5 credits.  Video slots usually are also available using 5, 15, thirty, 25 and perhaps 50 or more lines, accepting as much as 25 credits per line.  That’s why you’ll often see a surge in promotions about holidays and different times of the 12 months.</p><ul><li>The high reduce slots room from Seminole Hard Rock and roll Hollywood offers denominations from $1 to $1, 000. </li><li>The keyword will be “long run” as RTP\" \"is usually calculated over a new million spins. </li><li>The sequel requires everything to new highs with crisper graphics in addition to loads more features. </li><li>Finding a top-notch on the web slot machine across all main regions – gameplay, RTP, payouts, odds, sound effects, theme, and so on. – is near impossible. </li></ul><p>The environment\" \"is definitely calmer, and you’ll find fewer men and women vying for your favorite machines.  Another urgent action to realize is the RTP, or Return to Player.  This is the percentage regarding all wagered money that a slot machine is developed to pay again to players over time.  For example, if a slot has an RTP of 95%, it should theoretically spend back $95 for each and every $100 wagered.  Play the slots after taking in just what Vegas has in order to offer since Las vegas is one involving the major gambling and entertainment hubs in the ALL OF US.  Anyone who quickly hits the position after checking inside is missing out on therefore many things that will make the location distinctive.</p><h3 id=\"toc-10\">How In Order To Pick Complete Slot Machine Machine</h3><p>A noteworthy win in Mega Moolah was throughout 2015, if a participant won an astonishing $18 million.  The RTP is the percentage of wagered cash a slot device is programmed to be able to pay back to players over period, typically displayed while a percentage.  It represents the typical volume returned to participants from the overall amount wagered.</p><ul><li>Ultimately, whether you choose in order to play slots in the end associated with the month or even around payday will be a personal selection. </li><li>Casinos frequently schedule these in the course of specific hours to attract more gamers. </li><li>The loosest slots are in the particular high limit slot machines room at Seminole Hard Rock. </li><li>It\'s the frequent misconception of which slots pay away more through the night if there are a lot more players in the particular casino or on the internet. </li><li>First, that they usually have got a decrease RTP than regular slots being a trade-off for the chance at that huge prize. </li></ul><p>Whether you’re a company believer or possibly a skeptic, the moon’s periods add a touch of mystique to gambling.  So, when you find on your own at the online casino, take a moment to gaze from the moon – who knows, this might you need to be in your side.  The vibrant energy is usually infectious, but keep in mind of which the increased action might mean even more competition for your favorite games.  Midweek arrives, and casinos might begin gearing up for typically the weekend.</p><h2 id=\"toc-11\">When Is The Best Time To Play Position Machines Online? </h2><p>The payout rates regarding individual machines carry out not change throughout the day, although certain online casinos may change bonuses and marketing promotions during busy periods.  Just make certain you realise that synchronised spinning means double the enjoyment.  It could be something from bonus rotates to deposit suits or even\" \"exclusive holiday-themed slot online games.  Casinos use these types of promotions to entice more players, wishing to capitalize on the increased spare time and spending that comes with holidays.</p><ul><li>Users may also opt to choose SBR\'s exclusive welcome bonus of your first deposit match up to $2, 500 + 100 bonus moves instead of typically the standard welcome presents. </li><li>So, logically, evenings in addition to weekends, with the better player volume, can easily see progressive jackpots swell more speedily. </li><li>Progressive jackpots are like the lottery; a tiny portion of each guess contributes to an ever-growing prize pool. </li><li>If you plan to play a a lot more extended session, RTP should factor within your slot variety. </li></ul><p>As the clock ticks towards the afternoon, a few players find the mid-afternoon hours to be a fairly sweet spot for lotto luck.  The energy during reaches the comfortable stride, plus the prospect of winning becomes the delightful daydream.  Embarking within the journey regarding winning the lottery is actually a thrilling goal, and several players believe that mastering the art of timing could be their gold window of success.  Let’s dive into the strategic playbook of which explores the many methods to finding the best time for you to perform lottery and purchase of which potentially life-changing solution.  The atmosphere is usually livelier, and when you’re into card games of which require focus plus skill, the afternoon might be your current prime time in order to win at gambling establishment.  As the weekend approaches, the inside the casino begins to rise.</p><h2 id=\"toc-12\">Top-rated Jackpot Slots</h2><p>First, they will usually have a reduced RTP than regular slots as a trade-off for the opportunity at that heavy prize.  But what\'s really going to hit label U. S. slot players is that great 97% RTP rate.  After thorough research, we’ve picked out there the most notable five on-line slots.</p><p>This is typical, though, due to be able to the massive fees they need to be able to pay for the upkeep of the venues.  They have a few or more reels plus often feature multiple paylines or methods to win.  These slots come within an array of themes in addition to offer various benefit features like free of charge spins, wild symbols, and bonus video games.</p><h3 id=\"toc-13\">How To Get The Rtp Associated With A Slot Machine</h3><p>But if you learn the ins and outs associated with playing them, you can utilize some strategies of which just might support you hit typically the jackpot.  It\'s not unusual to travel twenty or 50 or more pulls with no single payout over a reel-spinning slot, although payouts are even more frequent on movie slots.  Nor will be it unusual intended for a machine to pay back 150 percent or maybe more for several number of pulls.  In most of the country, slot players can easily figure on about\" \"a 93 percent payment percentage, though payouts in Nevada manage higher.  Keep in your mind that these are usually long-term averages of which will endure over a sample involving 100, 000 to 300, 000 pulls.  The symbols that stop on a payout line identify whether a player is victorious.</p><p>It is true of which not all equipment in the identical casino are developed with the same payback percentage.  But slot placement is definitely more complex as compared to just placing typically the hot ones with the ends associated with aisles.  If you\'ve been standing there for days and still have played 10, 000 times, the odds around the next draw will be one inside 10, 000.  In the temporary, the machine could go 100, 000 pulls without letting unfastened of the major one, or it could pay that out twice in a row.  Players touch the screen to spread out a package in addition to collect a reward payout.  They might keep touching deals for more\" \"additional bonuses until one bundle finally reveals a \"pooper, \" which in turn ends the round.</p>','2025\'s Top On The Web Slots Casinos To Experience For Real Money','','inherit','closed','closed','','298-revision-v1','','','2025-10-10 02:26:03','2025-10-09 19:26:03','',298,'https://lion288slot.com/?p=299',0,'revision','',0),
(300,1,'2025-10-08 09:54:03','2025-10-08 02:54:03','<meta name=\"description\" content=\"These are slot devices that must spend the player when they reach some sort of certain number. \"/><h1>11 Best Slot Machines To Experience In Las Vegas</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Unlocking The Enjoyment: The Guide To Actively Playing Online Slots Inside 2025</a></li><li><a href=\"#toc-1\">Bonanza (big Period Gaming)</a></li><li><a href=\"#toc-2\">What Is Typically The Best Time To Be Able To Play Slots – Online, In Casinos & In Vegas</a></li><li><a href=\"#toc-3\">Are Online Slot Machine Games For Real Funds Legal In The Us? </a></li><li><a href=\"#toc-4\">What Will Be The Newest And Even Most Exciting Slot Machine Game Machines To Play?\"</a></li><li><a href=\"#toc-5\">Best Real Cash Online Slots Developers</a></li><li><a href=\"#toc-6\">Play Slots Responsibly</a></li><li><a href=\"#toc-7\">When Is The Best Time To Play Slots In Vegas? </a></li><li><a href=\"#toc-8\">Lunar Phases Plus Gambling Success</a></li><li><a href=\"#toc-9\">How To Play Baccarat Tournament: Tips & Rules</a></li><li><a href=\"#toc-10\">How To Pick A Winning Slot Machine Game Machine</a></li><li><a href=\"#toc-11\">When Is The Greatest The Perfect Time To Play Slot Machines Online? </a></li><li><a href=\"#toc-12\">Top-rated Jackpot Slots</a></li><li><a href=\"#toc-13\">How To Find The Rtp Associated With A Slot Machine</a></li><li><a href=\"#toc-14\">Monitor Recent Wins</a></li><li><a href=\"#toc-15\">The Function Of Planetary Retrogrades In Gambling</a></li><li><a href=\"#toc-16\">Deposit Match To $2, 500</a></li><li><a href=\"#toc-17\">Explore The Various Varieties Of Slots</a></li><li><a href=\"#toc-18\">When To Play Slots For Typically The Best Ambience</a></li><li><a href=\"#toc-19\">Examine Machines Before Placing Significant Bets</a></li><li><a href=\"#toc-20\">Free Online Games</a></li><li><a href=\"#toc-21\">Slot Device Etiquette</a></li><li><a href=\"#toc-22\">Best True Money Slots Within The Us</a></li><li><a href=\"#toc-23\">Best Time To Play On-line Slots</a></li><li><a href=\"#toc-24\">What Is The Best Time Of 30 Days To Play On The Internet Slots? </a></li><li><a href=\"#toc-29\">Bonus Features</a></li><li><a href=\"#toc-30\">📅 Which Is Typically The Best Time Regarding Month To Enjoy Slots Machines? </a></li><li><a href=\"#toc-32\">How Truthful Slots Payout Percentage Is? </a></li><li><a href=\"#toc-34\">Winning Wednesdays</a></li></ul></div><p>Seminole Hard Rock Hollywood offers non-smoking portions for the main casino floor and throughout the high restrict room.  If you’re planning a vacation to Florida and wish to play slots, one of many two Seminole Challenging Rock Casinos needs to be on your itinerary.  And if you need to understand how to discover the loosest slots from Seminole Hard Stone, I’ve put jointly a quick guide regarding you.  Setting a new budget and making use of casino features such as self-imposed limits could help maintain dependable\" \"wagering habits.  Additionally, using secure payment approaches and staying vigilant against phishing hoaxes are key to be able to keeping economical dealings safe.</p><ul><li>And if an individual need to recognize how to find the loosest slots in Seminole Hard Rock and roll, I’ve put jointly a fast guide intended for you. </li><li>Hard Mountain Casino can be found to be able to players situated in Brand new Jersey and these residents can state the deposit match and free spin bonus. </li><li>A slot device with high volatility implies less frequent affiliate payouts but higher-value payouts when you win. </li><li>High-definition graphics plus animations bring these kinds of games to our lives, when developers continue to press the envelope using video game-like features and interactive story lines. </li><li>This cool mechanic transforms a potential loss into a win by guaranteeing a winning combination. </li><li>We usually indicate the payout percent of the casinos inside our reviews. </li></ul><p>Regulators such as the United Kingdom Betting Commission (UKGC) and the Malta Game playing Authority (MGA) work hard to eliminate rogue operators by the gambling online sector.  You should examine that an on the internet casino holds a license with a governed body inside your place.  Another critical component to consider when you wish to pick the slot machine with better odds is typically the slot volatility.  Here are some more online slots you can play with the RTP of more than 96%.  One involving the new grand of the “slot machine” world also comes in the form of skill games, which in turn have a completely separate strategy.</p><h2 id=\"toc-0\">Unlocking The Enjoyment: Your Guide To Enjoying Online Slots In 2025</h2><p>The big actual money prizes about tap make jackpot slots almost appealing…at least on typically the surface.  But in average, progressive slot machine games feature the least expensive RTPs in betting, so the odds involving winning aren\'t thus great.  On best of that, an individual always should bet the maximum to gain access to the top goldmine prizes – that means you may end up spending more income than you intend to be able to.  Knowing how in order to pick a slot machine game is more than guessing every time a slot machine will strike.  The best real money online slots to experience come with typically the right combination of volatility, Return to Player (RTP), limits, in addition to casino bonus.  Online casinos, like some sort of slot machine game, has typically the payout percentage – RTP <a href=\"https://mostbet-india24.in/\">mostbet bd</a>.</p><ul><li>Below is usually a table demonstrating the 8 highest RTP slots that are offered for you in order to play at on the web casinos today, just about all of which are reviewed in each of our dedicated Best RTP Slots article. </li><li>Slots which have the highest possible cash prizes will be progressive jackpot slots due to their particular mechanic of gathering a small part of players\' wagers for the massive funds prize. </li><li>As the saturday and sunday approaches, the power inside the casino starts to rise. </li><li>Additionally, using secure payment procedures and staying vigilant against phishing hoaxes are key to keeping economical deals safe. </li><li>The dynamics are pretty different, and that impacts when an individual may have the ideal experience. </li><li>All the slot machines on this list webpage are hosted about licensed platforms and are also certified by thirdparty independent authorities. </li></ul><p>So, it\'s a good idea to glance at the pay table for typically the specific RTP regarding the game from your chosen online slot casino prior to starting playing.  This very little homework can help make a massive difference in your gaming knowledge.  The allure associated with online casino slot machine game games lies inside their simplicity and even the sheer range of games sold at your fingertips.  With a plethora involving captivating slot products, each with special themes and features, this year will be poised to become a landmark one for lovers of online gambling who would like to play slot video games.  The slots that will pay the finest at the casino may either be higher volatility slots (scarce but big payouts) or progressive jackpot slots.  The last mentioned is a standard slot machine\" \"video game that includes a top progressive award that accumulates centered on all the particular bets placed in it or perhaps the connected network until an individual wins it.</p><h3 id=\"toc-1\">Bonanza (big Time Gaming)</h3><p>Interest in plus revenue from online gaming has recently been growing rapidly.  Online slots are bringing in more players because mobile gaming technological innovation advances and law changes.  And it doesn\'t hurt that will they also have huge payouts — like the 18. 9 million euro ($22. 4 million) Mega Moolah payout in 2018.</p><ul><li>It’s not simply about the shiny new graphics or the catchy soundtracks; these activities often come along with boosted odds or perhaps special bonuses, generating them worth shopping. </li><li>Understanding how RNGs function is the very first step in handling your expectations and playing responsibly. </li><li>Beyond the traditional considerations, we’ll also discover the influence of celestial bodies on the gambling experience. </li><li>The most compact casino owned by simply the Seminole Tribe can be discovered\" \"at 5550 NW 50th Street, Coconut Creek, Florida. </li></ul><p>Proponents of this strategy believe that catching the first rays involving sunlight might just illumine their luck.  Beyond the traditional concerns, we’ll also discover the influence of celestial bodies on your own gambling experience.  From lunar phases in order to planetary retrogrades in addition to astrological signs, we’ll investigate whether aiming your gaming pursuits with these cosmic events could boost your odds.  One of the most detrimental things you could do, especially any time you\'re trying to manipulate a slot machine game, is usually try to pursue your losses.  Slot machines from the movie, tv present, or general put culture phenomenon will be contractually obligated to pay loyalties.  Buffalo Grand is an additional popular choice, with the highest recorded player win of $1. 39 thousand in 2021 <a href=\"https://mostbet-india24.in/app/\">mostbet app download</a>.</p><h3 id=\"toc-2\">What Is Typically The Best Time To Play Slots – Online, In Internet Casinos & In Vegas</h3><p>This implies that will there isn\'t, inside theory, a defined cycle that warranties higher winnings from particular times.  The rivalry for equipment as well as the general atmosphere of the casino, however, might be impacted by simply the time involving day.  Changing the particular programmed payback percentage requires opening the machine and replacing some type of computer chip.  Server-based slots that allow internet casinos to change pay out percentages remotely, nevertheless there are still regulations all-around making these changes.</p><p>Play the best denomination slot you are able to pay for to play from Seminole Hard Mountain Casinos.  The two Hard Rock manufacturers are the greatest slots casinos the particular Seminole Tribe offers.  Just like the particular Seminole Hard Rock and roll Casino in Polk, the loosest slots at Seminole Tough Rock Hollywood are the higher denomination machines.  But in the event that you’re also looking for the most popular slots games\" \"in Hollywood Seminole Challenging Rock Casino, I’ve got you included.  The Tampa Seminole Hard Rock Gambling establishment also offers some sort of VIP slots place.  The VIP slot machines room has ninety six slot machines plus with a prior obtain, they can replace a machine in order to always play your preferred game.</p><h2 id=\"toc-3\">Are Online Slot Machines For Real Money Legal In The Us? </h2><p>Adapting your method to the active casino environment can easily be a tactical move.  Whether it’s adjusting your wager sizes or discovering different games, aligning your strategy with all the clock could boost your chances.  If you’ve ever wondered about the best times to test your luck at a casino, you’re within the right place.  Today we’ll explore typically the concept of some sort of lucky time regarding gambling and delve into the idea that certain moments may raise your chances of hitting that jackpot feature.  However, since slot machine game machines are under strict regulations, this is harder to view why gamblers securely cling to the particular idea.  Some state it is since casinos are flexible in adjusting pay out percentages, but once again, this is forever in\" \"a given regulated manner.</p><ul><li>So, help to make sure to appreciate your loved one game any time you feel like it not really when you need to. </li><li>Penny slots will be the tightest position machines at the particular two Seminole Difficult Rock Casinos. </li><li>We provide a number of excellent slot devices of various forms, helping you participate in according to your requires. </li><li>I love this game because it can pay over $100, 000 coming from a low max bet involving $1. </li></ul><p>At certain intervals, plenty of land-based plus online casinos maintain slot tournaments.  It could be advantageous in order to schedule your perform around these situations if you just like competition and the possibility of winning more prizes.  The chances are fixed by the software and can’t be changed by the time associated with day.  Different intensifying slots have various payout frequencies and jackpot sizes.  Research the games available and choose types that align together with your risk threshold and desired pay out size.\" \"[newline]Some games may have smaller, more regular jackpots, while other people offer massive, nevertheless less frequent, affiliate payouts.</p><h2 id=\"toc-4\">What Will Be The Newest In Addition To Most Exciting Position Machines To Participate In?\"</h2><p>RTP truly does not precisely predict what you\'ll succeed or lose in a given session.  Your experience will vary — sometimes a person might win more, sometimes lower than typically the RTP suggests.  Regarding maximum payout, the particular type of slot machine game you select plays some sort of significant role.  Low volatility slots let you play longer, thanks to their high hit regularity.  But the high volatility slots draw in most participants with their assurance of massive pay-out odds.</p><ul><li>This knowledge allows all of us to determine the most favorable sorts of slot machines for those who would want to visit and participate in. </li><li>Take good thing about the serene setting to concentrate on your favourite games. </li><li>Therefore, today, we are going to discuss if right now there is a best period to play slot machines at online and land-based casinos. </li><li>The more typically the features the increased likelihood the slot machine game machines will allow you to succeed. </li><li>They offer free rounds or deposit bonus codes to find you to subscribe and even play. </li></ul><p>There is zero guaranteed winning strategy for slots, because a random quantity generator determines the outcome.  Some players suggest\" \"controlling bankroll, choosing substantial RTP games, and taking advantage of bonuses.  As discussed above, Progressive jackpot slots give a growing jackpot that boosts with each bet placed by gamers until someone hits the jackpot.  Some of the many famous progressive slot machines include Mega Moolah and Mega Lot of money.</p><h3 id=\"toc-5\">Best Real Money Online Slots Developers</h3><p>Newcomers can get the individual interaction using dealers or some other players at the particular tables intimidating — slot players prevent that.  And in addition to, the biggest, most lifestyle-changing jackpots inside the casino are offered for the slots.  In the not-too-distant previous, slot-machine players were the second-class individuals of casino customers.</p><p>Okay, so maybe the time of day time doesn’t replace the probabilities, but let’s always be real – just how you feel effects how you will play.  It’s always a very good idea to manage your bankroll thoroughly, regardless of the time involving month.  Responsible wagering is key in order to enjoying the encounter without financial stress.</p><h3 id=\"toc-6\">Play Slot Machine Games Responsibly</h3><p>Located at 1 Seminole Way, Hollywood, Florida, the particular Seminole Hard Rock and roll Hollywood has three or more, 000 slot machines.  Finding the loosest slot machines at Hard Rock requires a few common sense.  Here’s everything I realize regarding how to find the loosest slot machine machines at Seminole Hard Rock Online casino.  If your budget won\'t allow a person to play maximum credits on a $1 machine, move to one fourth device.</p><p>While typically the outcomes of moves are totally arbitrary, on average, video poker machines give more earnings when more gold coins are utilized.  However, be careful – playing along with high stakes does not mean always winning.  Also, we have noticed winnings of thousands of dollars being won with the single penny.  There are theories recommending that indeed generally there is a best time to play online casino slots.  However, we all established time plus time again throughout this post that slot machines will be based on RNG algorithms.</p><h2 id=\"toc-7\">When Is The Best Time To Participate In Slots In Las Vegas? </h2><p>It’s all about tapping into that will festive spirit (and, let’s be sincere, people’s willingness in order to spend and take note when they’re feeling good).  It’s easy to get caught up in typically the notion of finding the loophole or even a secret strategy.  The real trick would be to recognize how different aspects round the game may influence your general enjoyment and prospective rewards.  This need to be when the particular time is practical for\" \"the gamer such as possessing as much free period as possible to take pleasure from any slots available.  Players should furthermore think about the crowd when choosing the right time to be able to visit any online casino floor.  Classic online games like blackjack, when compared with slots, may present strategy, but video poker machines provide straight-up fun with zero studying curve.</p><ul><li>Paydays may also be a very good indicator of if to play, ideally, a day or even two before the salary comes throughout. </li><li>Keep a watch on the special offers page of the favorite online internet casinos or join their very own email newsletters. </li><li>More players suggest more bets, which translates to the faster-growing jackpot. </li><li>Go regarding high volatility equipment if you have a greater bankroll, in order that it can become a increased reward which mitigates the risk. </li></ul><p>Three bars may pay back thirty for two breaks and 30 regarding three credits.  However, three sevens may possibly pay 500 regarding one credit and 1, 000 for two, but jump to 10, 000 any time all three credit are played.  From a money management standpoint, it can make sense to lock up the profits coming from a big hit and move on.  In fact, the odds up against the same jackpot feature hitting on the particular next pull usually are the same because they were the first time.  The microprocessors driving today\'s machines are programmed with random-number\" \"generation devices that govern successful combinations.  As an affordable matter, even within a light crowd, it\'s wise not to be able to play more machines than you can easily watch over very easily.</p><h2 id=\"toc-8\">Lunar Phases In Addition To Gambling Success</h2><p>If you desire to get more out of putting your signature on up, understand that several real money on-line casinos offer free rounds bonuses (or free bonuses you could use for slots).  Strategies for instance targeting high volatility video poker machines for larger affiliate payouts or opting for decrease variance games regarding more frequent benefits can be efficient, based on your threat tolerance.  Remember to be able to select slots of which not only offer high RTP plus appropriate volatility nevertheless also resonate together with you thematically to get a more enjoyable expertise.  The decision between playing real\" \"funds slots and free slots can form your entire gambling experience.</p><ul><li>It is definitely important to note that will progressive slots have got the same jackpot prize or payout rate at nighttime and day. </li><li>To be very clear, there is usually no way that you may guarantee that you will win from slots every\" \"period. </li><li>Online internet casinos typically offer a very much wider selection of position games than land-based casinos. </li><li>I brought up movements in more fine detail in how in order to play online slot machines guide, I guide all beginners in order to read it. </li><li>It is crucial to make note of that operators cannot announce the RTP rate of their games on their page plus adjust it with no notifying their gamers. </li></ul><p>The best casinos to play slots inside on the Deprive include Excalibur, Caesars Palace, Luxor, NYNY, Mandalay Bay, MGM Grand, and the particular Bellagio.  As regarding Downtown, the best consists of Golden Nugget, Binion’s Gambling Hall, and even Circa Las Vegas.\" \"[newline]With all the exhilaration, wishes, and lucky fingers, you are probably here asking yourself how you can easily become one of many fortunate few to earn it big at the slots.  Picking the perfect location and after that the best slot is daunting, and we usually are here to minimize that burden.</p><h3 id=\"toc-9\">How To Try Out Baccarat Tournament: Tips & Rules</h3><p>Today many progressives are linked electronically to additional machines, with all credits played in the linked equipment adding to a common jackpot.  On video slots, push one button for the number involving paylines you want to activate, another button for the particular number of credits gambled per line.  One common configuration offers nine paylines about which you are able to bet 1 to 5 credits.  Video slots usually are also available using 5, 15, thirty, 25 and perhaps 50 or more lines, accepting as much as 25 credits per line.  That’s why you’ll often see a surge in promotions about holidays and different times of the 12 months.</p><ul><li>The high reduce slots room from Seminole Hard Rock and roll Hollywood offers denominations from $1 to $1, 000. </li><li>The keyword will be “long run” as RTP\" \"is usually calculated over a new million spins. </li><li>The sequel requires everything to new highs with crisper graphics in addition to loads more features. </li><li>Finding a top-notch on the web slot machine across all main regions – gameplay, RTP, payouts, odds, sound effects, theme, and so on. – is near impossible. </li></ul><p>The environment\" \"is definitely calmer, and you’ll find fewer men and women vying for your favorite machines.  Another urgent action to realize is the RTP, or Return to Player.  This is the percentage regarding all wagered money that a slot machine is developed to pay again to players over time.  For example, if a slot has an RTP of 95%, it should theoretically spend back $95 for each and every $100 wagered.  Play the slots after taking in just what Vegas has in order to offer since Las vegas is one involving the major gambling and entertainment hubs in the ALL OF US.  Anyone who quickly hits the position after checking inside is missing out on therefore many things that will make the location distinctive.</p><h3 id=\"toc-10\">How In Order To Pick Complete Slot Machine Machine</h3><p>A noteworthy win in Mega Moolah was throughout 2015, if a participant won an astonishing $18 million.  The RTP is the percentage of wagered cash a slot device is programmed to be able to pay back to players over period, typically displayed while a percentage.  It represents the typical volume returned to participants from the overall amount wagered.</p><ul><li>Ultimately, whether you choose in order to play slots in the end associated with the month or even around payday will be a personal selection. </li><li>Casinos frequently schedule these in the course of specific hours to attract more gamers. </li><li>The loosest slots are in the particular high limit slot machines room at Seminole Hard Rock. </li><li>It\'s the frequent misconception of which slots pay away more through the night if there are a lot more players in the particular casino or on the internet. </li><li>First, that they usually have got a decrease RTP than regular slots being a trade-off for the chance at that huge prize. </li></ul><p>Whether you’re a company believer or possibly a skeptic, the moon’s periods add a touch of mystique to gambling.  So, when you find on your own at the online casino, take a moment to gaze from the moon – who knows, this might you need to be in your side.  The vibrant energy is usually infectious, but keep in mind of which the increased action might mean even more competition for your favorite games.  Midweek arrives, and casinos might begin gearing up for typically the weekend.</p><h2 id=\"toc-11\">When Is The Best Time To Play Position Machines Online? </h2><p>The payout rates regarding individual machines carry out not change throughout the day, although certain online casinos may change bonuses and marketing promotions during busy periods.  Just make certain you realise that synchronised spinning means double the enjoyment.  It could be something from bonus rotates to deposit suits or even\" \"exclusive holiday-themed slot online games.  Casinos use these types of promotions to entice more players, wishing to capitalize on the increased spare time and spending that comes with holidays.</p><ul><li>Users may also opt to choose SBR\'s exclusive welcome bonus of your first deposit match up to $2, 500 + 100 bonus moves instead of typically the standard welcome presents. </li><li>So, logically, evenings in addition to weekends, with the better player volume, can easily see progressive jackpots swell more speedily. </li><li>Progressive jackpots are like the lottery; a tiny portion of each guess contributes to an ever-growing prize pool. </li><li>If you plan to play a a lot more extended session, RTP should factor within your slot variety. </li></ul><p>As the clock ticks towards the afternoon, a few players find the mid-afternoon hours to be a fairly sweet spot for lotto luck.  The energy during reaches the comfortable stride, plus the prospect of winning becomes the delightful daydream.  Embarking within the journey regarding winning the lottery is actually a thrilling goal, and several players believe that mastering the art of timing could be their gold window of success.  Let’s dive into the strategic playbook of which explores the many methods to finding the best time for you to perform lottery and purchase of which potentially life-changing solution.  The atmosphere is usually livelier, and when you’re into card games of which require focus plus skill, the afternoon might be your current prime time in order to win at gambling establishment.  As the weekend approaches, the inside the casino begins to rise.</p><h2 id=\"toc-12\">Top-rated Jackpot Slots</h2><p>First, they will usually have a reduced RTP than regular slots as a trade-off for the opportunity at that heavy prize.  But what\'s really going to hit label U. S. slot players is that great 97% RTP rate.  After thorough research, we’ve picked out there the most notable five on-line slots.</p><p>This is typical, though, due to be able to the massive fees they need to be able to pay for the upkeep of the venues.  They have a few or more reels plus often feature multiple paylines or methods to win.  These slots come within an array of themes in addition to offer various benefit features like free of charge spins, wild symbols, and bonus video games.</p><h3 id=\"toc-13\">How To Get The Rtp Associated With A Slot Machine</h3><p>But if you learn the ins and outs associated with playing them, you can utilize some strategies of which just might support you hit typically the jackpot.  It\'s not unusual to travel twenty or 50 or more pulls with no single payout over a reel-spinning slot, although payouts are even more frequent on movie slots.  Nor will be it unusual intended for a machine to pay back 150 percent or maybe more for several number of pulls.  In most of the country, slot players can easily figure on about\" \"a 93 percent payment percentage, though payouts in Nevada manage higher.  Keep in your mind that these are usually long-term averages of which will endure over a sample involving 100, 000 to 300, 000 pulls.  The symbols that stop on a payout line identify whether a player is victorious.</p><p>It is true of which not all equipment in the identical casino are developed with the same payback percentage.  But slot placement is definitely more complex as compared to just placing typically the hot ones with the ends associated with aisles.  If you\'ve been standing there for days and still have played 10, 000 times, the odds around the next draw will be one inside 10, 000.  In the temporary, the machine could go 100, 000 pulls without letting unfastened of the major one, or it could pay that out twice in a row.  Players touch the screen to spread out a package in addition to collect a reward payout.  They might keep touching deals for more\" \"additional bonuses until one bundle finally reveals a \"pooper, \" which in turn ends the round.</p>','2025\'s Top On The Web Slots Casinos To Experience For Real Money','','publish','open','open','','2025s-top-on-the-web-slots-casinos-to-experience-for-real-money-2','','','2025-10-10 02:26:26','2025-10-09 19:26:26','',0,'https://lion288slot.com/?p=300',0,'post','',0),
(301,1,'2025-10-10 02:26:18','2025-10-09 19:26:18','<meta name=\"description\" content=\"These are slot devices that must spend the player when they reach some sort of certain number. \"/><h1>11 Best Slot Machines To Experience In Las Vegas</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Unlocking The Enjoyment: The Guide To Actively Playing Online Slots Inside 2025</a></li><li><a href=\"#toc-1\">Bonanza (big Period Gaming)</a></li><li><a href=\"#toc-2\">What Is Typically The Best Time To Be Able To Play Slots – Online, In Casinos & In Vegas</a></li><li><a href=\"#toc-3\">Are Online Slot Machine Games For Real Funds Legal In The Us? </a></li><li><a href=\"#toc-4\">What Will Be The Newest And Even Most Exciting Slot Machine Game Machines To Play?\"</a></li><li><a href=\"#toc-5\">Best Real Cash Online Slots Developers</a></li><li><a href=\"#toc-6\">Play Slots Responsibly</a></li><li><a href=\"#toc-7\">When Is The Best Time To Play Slots In Vegas? </a></li><li><a href=\"#toc-8\">Lunar Phases Plus Gambling Success</a></li><li><a href=\"#toc-9\">How To Play Baccarat Tournament: Tips & Rules</a></li><li><a href=\"#toc-10\">How To Pick A Winning Slot Machine Game Machine</a></li><li><a href=\"#toc-11\">When Is The Greatest The Perfect Time To Play Slot Machines Online? </a></li><li><a href=\"#toc-12\">Top-rated Jackpot Slots</a></li><li><a href=\"#toc-13\">How To Find The Rtp Associated With A Slot Machine</a></li><li><a href=\"#toc-14\">Monitor Recent Wins</a></li><li><a href=\"#toc-15\">The Function Of Planetary Retrogrades In Gambling</a></li><li><a href=\"#toc-16\">Deposit Match To $2, 500</a></li><li><a href=\"#toc-17\">Explore The Various Varieties Of Slots</a></li><li><a href=\"#toc-18\">When To Play Slots For Typically The Best Ambience</a></li><li><a href=\"#toc-19\">Examine Machines Before Placing Significant Bets</a></li><li><a href=\"#toc-20\">Free Online Games</a></li><li><a href=\"#toc-21\">Slot Device Etiquette</a></li><li><a href=\"#toc-22\">Best True Money Slots Within The Us</a></li><li><a href=\"#toc-23\">Best Time To Play On-line Slots</a></li><li><a href=\"#toc-24\">What Is The Best Time Of 30 Days To Play On The Internet Slots? </a></li><li><a href=\"#toc-29\">Bonus Features</a></li><li><a href=\"#toc-30\">📅 Which Is Typically The Best Time Regarding Month To Enjoy Slots Machines? </a></li><li><a href=\"#toc-32\">How Truthful Slots Payout Percentage Is? </a></li><li><a href=\"#toc-34\">Winning Wednesdays</a></li></ul></div><p>Seminole Hard Rock Hollywood offers non-smoking portions for the main casino floor and throughout the high restrict room.  If you’re planning a vacation to Florida and wish to play slots, one of many two Seminole Challenging Rock Casinos needs to be on your itinerary.  And if you need to understand how to discover the loosest slots from Seminole Hard Stone, I’ve put jointly a quick guide regarding you.  Setting a new budget and making use of casino features such as self-imposed limits could help maintain dependable\" \"wagering habits.  Additionally, using secure payment approaches and staying vigilant against phishing hoaxes are key to be able to keeping economical dealings safe.</p><ul><li>And if an individual need to recognize how to find the loosest slots in Seminole Hard Rock and roll, I’ve put jointly a fast guide intended for you. </li><li>Hard Mountain Casino can be found to be able to players situated in Brand new Jersey and these residents can state the deposit match and free spin bonus. </li><li>A slot device with high volatility implies less frequent affiliate payouts but higher-value payouts when you win. </li><li>High-definition graphics plus animations bring these kinds of games to our lives, when developers continue to press the envelope using video game-like features and interactive story lines. </li><li>This cool mechanic transforms a potential loss into a win by guaranteeing a winning combination. </li><li>We usually indicate the payout percent of the casinos inside our reviews. </li></ul><p>Regulators such as the United Kingdom Betting Commission (UKGC) and the Malta Game playing Authority (MGA) work hard to eliminate rogue operators by the gambling online sector.  You should examine that an on the internet casino holds a license with a governed body inside your place.  Another critical component to consider when you wish to pick the slot machine with better odds is typically the slot volatility.  Here are some more online slots you can play with the RTP of more than 96%.  One involving the new grand of the “slot machine” world also comes in the form of skill games, which in turn have a completely separate strategy.</p><h2 id=\"toc-0\">Unlocking The Enjoyment: Your Guide To Enjoying Online Slots In 2025</h2><p>The big actual money prizes about tap make jackpot slots almost appealing…at least on typically the surface.  But in average, progressive slot machine games feature the least expensive RTPs in betting, so the odds involving winning aren\'t thus great.  On best of that, an individual always should bet the maximum to gain access to the top goldmine prizes – that means you may end up spending more income than you intend to be able to.  Knowing how in order to pick a slot machine game is more than guessing every time a slot machine will strike.  The best real money online slots to experience come with typically the right combination of volatility, Return to Player (RTP), limits, in addition to casino bonus.  Online casinos, like some sort of slot machine game, has typically the payout percentage – RTP <a href=\"https://mostbet-india24.in/\">mostbet bd</a>.</p><ul><li>Below is usually a table demonstrating the 8 highest RTP slots that are offered for you in order to play at on the web casinos today, just about all of which are reviewed in each of our dedicated Best RTP Slots article. </li><li>Slots which have the highest possible cash prizes will be progressive jackpot slots due to their particular mechanic of gathering a small part of players\' wagers for the massive funds prize. </li><li>As the saturday and sunday approaches, the power inside the casino starts to rise. </li><li>Additionally, using secure payment procedures and staying vigilant against phishing hoaxes are key to keeping economical deals safe. </li><li>The dynamics are pretty different, and that impacts when an individual may have the ideal experience. </li><li>All the slot machines on this list webpage are hosted about licensed platforms and are also certified by thirdparty independent authorities. </li></ul><p>So, it\'s a good idea to glance at the pay table for typically the specific RTP regarding the game from your chosen online slot casino prior to starting playing.  This very little homework can help make a massive difference in your gaming knowledge.  The allure associated with online casino slot machine game games lies inside their simplicity and even the sheer range of games sold at your fingertips.  With a plethora involving captivating slot products, each with special themes and features, this year will be poised to become a landmark one for lovers of online gambling who would like to play slot video games.  The slots that will pay the finest at the casino may either be higher volatility slots (scarce but big payouts) or progressive jackpot slots.  The last mentioned is a standard slot machine\" \"video game that includes a top progressive award that accumulates centered on all the particular bets placed in it or perhaps the connected network until an individual wins it.</p><h3 id=\"toc-1\">Bonanza (big Time Gaming)</h3><p>Interest in plus revenue from online gaming has recently been growing rapidly.  Online slots are bringing in more players because mobile gaming technological innovation advances and law changes.  And it doesn\'t hurt that will they also have huge payouts — like the 18. 9 million euro ($22. 4 million) Mega Moolah payout in 2018.</p><ul><li>It’s not simply about the shiny new graphics or the catchy soundtracks; these activities often come along with boosted odds or perhaps special bonuses, generating them worth shopping. </li><li>Understanding how RNGs function is the very first step in handling your expectations and playing responsibly. </li><li>Beyond the traditional considerations, we’ll also discover the influence of celestial bodies on the gambling experience. </li><li>The most compact casino owned by simply the Seminole Tribe can be discovered\" \"at 5550 NW 50th Street, Coconut Creek, Florida. </li></ul><p>Proponents of this strategy believe that catching the first rays involving sunlight might just illumine their luck.  Beyond the traditional concerns, we’ll also discover the influence of celestial bodies on your own gambling experience.  From lunar phases in order to planetary retrogrades in addition to astrological signs, we’ll investigate whether aiming your gaming pursuits with these cosmic events could boost your odds.  One of the most detrimental things you could do, especially any time you\'re trying to manipulate a slot machine game, is usually try to pursue your losses.  Slot machines from the movie, tv present, or general put culture phenomenon will be contractually obligated to pay loyalties.  Buffalo Grand is an additional popular choice, with the highest recorded player win of $1. 39 thousand in 2021 <a href=\"https://mostbet-india24.in/app/\">mostbet app download</a>.</p><h3 id=\"toc-2\">What Is Typically The Best Time To Play Slots – Online, In Internet Casinos & In Vegas</h3><p>This implies that will there isn\'t, inside theory, a defined cycle that warranties higher winnings from particular times.  The rivalry for equipment as well as the general atmosphere of the casino, however, might be impacted by simply the time involving day.  Changing the particular programmed payback percentage requires opening the machine and replacing some type of computer chip.  Server-based slots that allow internet casinos to change pay out percentages remotely, nevertheless there are still regulations all-around making these changes.</p><p>Play the best denomination slot you are able to pay for to play from Seminole Hard Mountain Casinos.  The two Hard Rock manufacturers are the greatest slots casinos the particular Seminole Tribe offers.  Just like the particular Seminole Hard Rock and roll Casino in Polk, the loosest slots at Seminole Tough Rock Hollywood are the higher denomination machines.  But in the event that you’re also looking for the most popular slots games\" \"in Hollywood Seminole Challenging Rock Casino, I’ve got you included.  The Tampa Seminole Hard Rock Gambling establishment also offers some sort of VIP slots place.  The VIP slot machines room has ninety six slot machines plus with a prior obtain, they can replace a machine in order to always play your preferred game.</p><h2 id=\"toc-3\">Are Online Slot Machines For Real Money Legal In The Us? </h2><p>Adapting your method to the active casino environment can easily be a tactical move.  Whether it’s adjusting your wager sizes or discovering different games, aligning your strategy with all the clock could boost your chances.  If you’ve ever wondered about the best times to test your luck at a casino, you’re within the right place.  Today we’ll explore typically the concept of some sort of lucky time regarding gambling and delve into the idea that certain moments may raise your chances of hitting that jackpot feature.  However, since slot machine game machines are under strict regulations, this is harder to view why gamblers securely cling to the particular idea.  Some state it is since casinos are flexible in adjusting pay out percentages, but once again, this is forever in\" \"a given regulated manner.</p><ul><li>So, help to make sure to appreciate your loved one game any time you feel like it not really when you need to. </li><li>Penny slots will be the tightest position machines at the particular two Seminole Difficult Rock Casinos. </li><li>We provide a number of excellent slot devices of various forms, helping you participate in according to your requires. </li><li>I love this game because it can pay over $100, 000 coming from a low max bet involving $1. </li></ul><p>At certain intervals, plenty of land-based plus online casinos maintain slot tournaments.  It could be advantageous in order to schedule your perform around these situations if you just like competition and the possibility of winning more prizes.  The chances are fixed by the software and can’t be changed by the time associated with day.  Different intensifying slots have various payout frequencies and jackpot sizes.  Research the games available and choose types that align together with your risk threshold and desired pay out size.\" \"[newline]Some games may have smaller, more regular jackpots, while other people offer massive, nevertheless less frequent, affiliate payouts.</p><h2 id=\"toc-4\">What Will Be The Newest In Addition To Most Exciting Position Machines To Participate In?\"</h2><p>RTP truly does not precisely predict what you\'ll succeed or lose in a given session.  Your experience will vary — sometimes a person might win more, sometimes lower than typically the RTP suggests.  Regarding maximum payout, the particular type of slot machine game you select plays some sort of significant role.  Low volatility slots let you play longer, thanks to their high hit regularity.  But the high volatility slots draw in most participants with their assurance of massive pay-out odds.</p><ul><li>This knowledge allows all of us to determine the most favorable sorts of slot machines for those who would want to visit and participate in. </li><li>Take good thing about the serene setting to concentrate on your favourite games. </li><li>Therefore, today, we are going to discuss if right now there is a best period to play slot machines at online and land-based casinos. </li><li>The more typically the features the increased likelihood the slot machine game machines will allow you to succeed. </li><li>They offer free rounds or deposit bonus codes to find you to subscribe and even play. </li></ul><p>There is zero guaranteed winning strategy for slots, because a random quantity generator determines the outcome.  Some players suggest\" \"controlling bankroll, choosing substantial RTP games, and taking advantage of bonuses.  As discussed above, Progressive jackpot slots give a growing jackpot that boosts with each bet placed by gamers until someone hits the jackpot.  Some of the many famous progressive slot machines include Mega Moolah and Mega Lot of money.</p><h3 id=\"toc-5\">Best Real Money Online Slots Developers</h3><p>Newcomers can get the individual interaction using dealers or some other players at the particular tables intimidating — slot players prevent that.  And in addition to, the biggest, most lifestyle-changing jackpots inside the casino are offered for the slots.  In the not-too-distant previous, slot-machine players were the second-class individuals of casino customers.</p><p>Okay, so maybe the time of day time doesn’t replace the probabilities, but let’s always be real – just how you feel effects how you will play.  It’s always a very good idea to manage your bankroll thoroughly, regardless of the time involving month.  Responsible wagering is key in order to enjoying the encounter without financial stress.</p><h3 id=\"toc-6\">Play Slot Machine Games Responsibly</h3><p>Located at 1 Seminole Way, Hollywood, Florida, the particular Seminole Hard Rock and roll Hollywood has three or more, 000 slot machines.  Finding the loosest slot machines at Hard Rock requires a few common sense.  Here’s everything I realize regarding how to find the loosest slot machine machines at Seminole Hard Rock Online casino.  If your budget won\'t allow a person to play maximum credits on a $1 machine, move to one fourth device.</p><p>While typically the outcomes of moves are totally arbitrary, on average, video poker machines give more earnings when more gold coins are utilized.  However, be careful – playing along with high stakes does not mean always winning.  Also, we have noticed winnings of thousands of dollars being won with the single penny.  There are theories recommending that indeed generally there is a best time to play online casino slots.  However, we all established time plus time again throughout this post that slot machines will be based on RNG algorithms.</p><h2 id=\"toc-7\">When Is The Best Time To Participate In Slots In Las Vegas? </h2><p>It’s all about tapping into that will festive spirit (and, let’s be sincere, people’s willingness in order to spend and take note when they’re feeling good).  It’s easy to get caught up in typically the notion of finding the loophole or even a secret strategy.  The real trick would be to recognize how different aspects round the game may influence your general enjoyment and prospective rewards.  This need to be when the particular time is practical for\" \"the gamer such as possessing as much free period as possible to take pleasure from any slots available.  Players should furthermore think about the crowd when choosing the right time to be able to visit any online casino floor.  Classic online games like blackjack, when compared with slots, may present strategy, but video poker machines provide straight-up fun with zero studying curve.</p><ul><li>Paydays may also be a very good indicator of if to play, ideally, a day or even two before the salary comes throughout. </li><li>Keep a watch on the special offers page of the favorite online internet casinos or join their very own email newsletters. </li><li>More players suggest more bets, which translates to the faster-growing jackpot. </li><li>Go regarding high volatility equipment if you have a greater bankroll, in order that it can become a increased reward which mitigates the risk. </li></ul><p>Three bars may pay back thirty for two breaks and 30 regarding three credits.  However, three sevens may possibly pay 500 regarding one credit and 1, 000 for two, but jump to 10, 000 any time all three credit are played.  From a money management standpoint, it can make sense to lock up the profits coming from a big hit and move on.  In fact, the odds up against the same jackpot feature hitting on the particular next pull usually are the same because they were the first time.  The microprocessors driving today\'s machines are programmed with random-number\" \"generation devices that govern successful combinations.  As an affordable matter, even within a light crowd, it\'s wise not to be able to play more machines than you can easily watch over very easily.</p><h2 id=\"toc-8\">Lunar Phases In Addition To Gambling Success</h2><p>If you desire to get more out of putting your signature on up, understand that several real money on-line casinos offer free rounds bonuses (or free bonuses you could use for slots).  Strategies for instance targeting high volatility video poker machines for larger affiliate payouts or opting for decrease variance games regarding more frequent benefits can be efficient, based on your threat tolerance.  Remember to be able to select slots of which not only offer high RTP plus appropriate volatility nevertheless also resonate together with you thematically to get a more enjoyable expertise.  The decision between playing real\" \"funds slots and free slots can form your entire gambling experience.</p><ul><li>It is definitely important to note that will progressive slots have got the same jackpot prize or payout rate at nighttime and day. </li><li>To be very clear, there is usually no way that you may guarantee that you will win from slots every\" \"period. </li><li>Online internet casinos typically offer a very much wider selection of position games than land-based casinos. </li><li>I brought up movements in more fine detail in how in order to play online slot machines guide, I guide all beginners in order to read it. </li><li>It is crucial to make note of that operators cannot announce the RTP rate of their games on their page plus adjust it with no notifying their gamers. </li></ul><p>The best casinos to play slots inside on the Deprive include Excalibur, Caesars Palace, Luxor, NYNY, Mandalay Bay, MGM Grand, and the particular Bellagio.  As regarding Downtown, the best consists of Golden Nugget, Binion’s Gambling Hall, and even Circa Las Vegas.\" \"[newline]With all the exhilaration, wishes, and lucky fingers, you are probably here asking yourself how you can easily become one of many fortunate few to earn it big at the slots.  Picking the perfect location and after that the best slot is daunting, and we usually are here to minimize that burden.</p><h3 id=\"toc-9\">How To Try Out Baccarat Tournament: Tips & Rules</h3><p>Today many progressives are linked electronically to additional machines, with all credits played in the linked equipment adding to a common jackpot.  On video slots, push one button for the number involving paylines you want to activate, another button for the particular number of credits gambled per line.  One common configuration offers nine paylines about which you are able to bet 1 to 5 credits.  Video slots usually are also available using 5, 15, thirty, 25 and perhaps 50 or more lines, accepting as much as 25 credits per line.  That’s why you’ll often see a surge in promotions about holidays and different times of the 12 months.</p><ul><li>The high reduce slots room from Seminole Hard Rock and roll Hollywood offers denominations from $1 to $1, 000. </li><li>The keyword will be “long run” as RTP\" \"is usually calculated over a new million spins. </li><li>The sequel requires everything to new highs with crisper graphics in addition to loads more features. </li><li>Finding a top-notch on the web slot machine across all main regions – gameplay, RTP, payouts, odds, sound effects, theme, and so on. – is near impossible. </li></ul><p>The environment\" \"is definitely calmer, and you’ll find fewer men and women vying for your favorite machines.  Another urgent action to realize is the RTP, or Return to Player.  This is the percentage regarding all wagered money that a slot machine is developed to pay again to players over time.  For example, if a slot has an RTP of 95%, it should theoretically spend back $95 for each and every $100 wagered.  Play the slots after taking in just what Vegas has in order to offer since Las vegas is one involving the major gambling and entertainment hubs in the ALL OF US.  Anyone who quickly hits the position after checking inside is missing out on therefore many things that will make the location distinctive.</p><h3 id=\"toc-10\">How In Order To Pick Complete Slot Machine Machine</h3><p>A noteworthy win in Mega Moolah was throughout 2015, if a participant won an astonishing $18 million.  The RTP is the percentage of wagered cash a slot device is programmed to be able to pay back to players over period, typically displayed while a percentage.  It represents the typical volume returned to participants from the overall amount wagered.</p><ul><li>Ultimately, whether you choose in order to play slots in the end associated with the month or even around payday will be a personal selection. </li><li>Casinos frequently schedule these in the course of specific hours to attract more gamers. </li><li>The loosest slots are in the particular high limit slot machines room at Seminole Hard Rock. </li><li>It\'s the frequent misconception of which slots pay away more through the night if there are a lot more players in the particular casino or on the internet. </li><li>First, that they usually have got a decrease RTP than regular slots being a trade-off for the chance at that huge prize. </li></ul><p>Whether you’re a company believer or possibly a skeptic, the moon’s periods add a touch of mystique to gambling.  So, when you find on your own at the online casino, take a moment to gaze from the moon – who knows, this might you need to be in your side.  The vibrant energy is usually infectious, but keep in mind of which the increased action might mean even more competition for your favorite games.  Midweek arrives, and casinos might begin gearing up for typically the weekend.</p><h2 id=\"toc-11\">When Is The Best Time To Play Position Machines Online? </h2><p>The payout rates regarding individual machines carry out not change throughout the day, although certain online casinos may change bonuses and marketing promotions during busy periods.  Just make certain you realise that synchronised spinning means double the enjoyment.  It could be something from bonus rotates to deposit suits or even\" \"exclusive holiday-themed slot online games.  Casinos use these types of promotions to entice more players, wishing to capitalize on the increased spare time and spending that comes with holidays.</p><ul><li>Users may also opt to choose SBR\'s exclusive welcome bonus of your first deposit match up to $2, 500 + 100 bonus moves instead of typically the standard welcome presents. </li><li>So, logically, evenings in addition to weekends, with the better player volume, can easily see progressive jackpots swell more speedily. </li><li>Progressive jackpots are like the lottery; a tiny portion of each guess contributes to an ever-growing prize pool. </li><li>If you plan to play a a lot more extended session, RTP should factor within your slot variety. </li></ul><p>As the clock ticks towards the afternoon, a few players find the mid-afternoon hours to be a fairly sweet spot for lotto luck.  The energy during reaches the comfortable stride, plus the prospect of winning becomes the delightful daydream.  Embarking within the journey regarding winning the lottery is actually a thrilling goal, and several players believe that mastering the art of timing could be their gold window of success.  Let’s dive into the strategic playbook of which explores the many methods to finding the best time for you to perform lottery and purchase of which potentially life-changing solution.  The atmosphere is usually livelier, and when you’re into card games of which require focus plus skill, the afternoon might be your current prime time in order to win at gambling establishment.  As the weekend approaches, the inside the casino begins to rise.</p><h2 id=\"toc-12\">Top-rated Jackpot Slots</h2><p>First, they will usually have a reduced RTP than regular slots as a trade-off for the opportunity at that heavy prize.  But what\'s really going to hit label U. S. slot players is that great 97% RTP rate.  After thorough research, we’ve picked out there the most notable five on-line slots.</p><p>This is typical, though, due to be able to the massive fees they need to be able to pay for the upkeep of the venues.  They have a few or more reels plus often feature multiple paylines or methods to win.  These slots come within an array of themes in addition to offer various benefit features like free of charge spins, wild symbols, and bonus video games.</p><h3 id=\"toc-13\">How To Get The Rtp Associated With A Slot Machine</h3><p>But if you learn the ins and outs associated with playing them, you can utilize some strategies of which just might support you hit typically the jackpot.  It\'s not unusual to travel twenty or 50 or more pulls with no single payout over a reel-spinning slot, although payouts are even more frequent on movie slots.  Nor will be it unusual intended for a machine to pay back 150 percent or maybe more for several number of pulls.  In most of the country, slot players can easily figure on about\" \"a 93 percent payment percentage, though payouts in Nevada manage higher.  Keep in your mind that these are usually long-term averages of which will endure over a sample involving 100, 000 to 300, 000 pulls.  The symbols that stop on a payout line identify whether a player is victorious.</p><p>It is true of which not all equipment in the identical casino are developed with the same payback percentage.  But slot placement is definitely more complex as compared to just placing typically the hot ones with the ends associated with aisles.  If you\'ve been standing there for days and still have played 10, 000 times, the odds around the next draw will be one inside 10, 000.  In the temporary, the machine could go 100, 000 pulls without letting unfastened of the major one, or it could pay that out twice in a row.  Players touch the screen to spread out a package in addition to collect a reward payout.  They might keep touching deals for more\" \"additional bonuses until one bundle finally reveals a \"pooper, \" which in turn ends the round.</p>','2025\'s Top On The Web Slots Casinos To Experience For Real Money','','inherit','closed','closed','','300-revision-v1','','','2025-10-10 02:26:18','2025-10-09 19:26:18','',300,'https://lion288slot.com/?p=301',0,'revision','',0),
(302,1,'2025-10-10 02:26:25','2025-10-09 19:26:25','<meta name=\"description\" content=\"These are slot devices that must spend the player when they reach some sort of certain number. \"/><h1>11 Best Slot Machines To Experience In Las Vegas</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Unlocking The Enjoyment: The Guide To Actively Playing Online Slots Inside 2025</a></li><li><a href=\"#toc-1\">Bonanza (big Period Gaming)</a></li><li><a href=\"#toc-2\">What Is Typically The Best Time To Be Able To Play Slots – Online, In Casinos & In Vegas</a></li><li><a href=\"#toc-3\">Are Online Slot Machine Games For Real Funds Legal In The Us? </a></li><li><a href=\"#toc-4\">What Will Be The Newest And Even Most Exciting Slot Machine Game Machines To Play?\"</a></li><li><a href=\"#toc-5\">Best Real Cash Online Slots Developers</a></li><li><a href=\"#toc-6\">Play Slots Responsibly</a></li><li><a href=\"#toc-7\">When Is The Best Time To Play Slots In Vegas? </a></li><li><a href=\"#toc-8\">Lunar Phases Plus Gambling Success</a></li><li><a href=\"#toc-9\">How To Play Baccarat Tournament: Tips & Rules</a></li><li><a href=\"#toc-10\">How To Pick A Winning Slot Machine Game Machine</a></li><li><a href=\"#toc-11\">When Is The Greatest The Perfect Time To Play Slot Machines Online? </a></li><li><a href=\"#toc-12\">Top-rated Jackpot Slots</a></li><li><a href=\"#toc-13\">How To Find The Rtp Associated With A Slot Machine</a></li><li><a href=\"#toc-14\">Monitor Recent Wins</a></li><li><a href=\"#toc-15\">The Function Of Planetary Retrogrades In Gambling</a></li><li><a href=\"#toc-16\">Deposit Match To $2, 500</a></li><li><a href=\"#toc-17\">Explore The Various Varieties Of Slots</a></li><li><a href=\"#toc-18\">When To Play Slots For Typically The Best Ambience</a></li><li><a href=\"#toc-19\">Examine Machines Before Placing Significant Bets</a></li><li><a href=\"#toc-20\">Free Online Games</a></li><li><a href=\"#toc-21\">Slot Device Etiquette</a></li><li><a href=\"#toc-22\">Best True Money Slots Within The Us</a></li><li><a href=\"#toc-23\">Best Time To Play On-line Slots</a></li><li><a href=\"#toc-24\">What Is The Best Time Of 30 Days To Play On The Internet Slots? </a></li><li><a href=\"#toc-29\">Bonus Features</a></li><li><a href=\"#toc-30\">📅 Which Is Typically The Best Time Regarding Month To Enjoy Slots Machines? </a></li><li><a href=\"#toc-32\">How Truthful Slots Payout Percentage Is? </a></li><li><a href=\"#toc-34\">Winning Wednesdays</a></li></ul></div><p>Seminole Hard Rock Hollywood offers non-smoking portions for the main casino floor and throughout the high restrict room.  If you’re planning a vacation to Florida and wish to play slots, one of many two Seminole Challenging Rock Casinos needs to be on your itinerary.  And if you need to understand how to discover the loosest slots from Seminole Hard Stone, I’ve put jointly a quick guide regarding you.  Setting a new budget and making use of casino features such as self-imposed limits could help maintain dependable\" \"wagering habits.  Additionally, using secure payment approaches and staying vigilant against phishing hoaxes are key to be able to keeping economical dealings safe.</p><ul><li>And if an individual need to recognize how to find the loosest slots in Seminole Hard Rock and roll, I’ve put jointly a fast guide intended for you. </li><li>Hard Mountain Casino can be found to be able to players situated in Brand new Jersey and these residents can state the deposit match and free spin bonus. </li><li>A slot device with high volatility implies less frequent affiliate payouts but higher-value payouts when you win. </li><li>High-definition graphics plus animations bring these kinds of games to our lives, when developers continue to press the envelope using video game-like features and interactive story lines. </li><li>This cool mechanic transforms a potential loss into a win by guaranteeing a winning combination. </li><li>We usually indicate the payout percent of the casinos inside our reviews. </li></ul><p>Regulators such as the United Kingdom Betting Commission (UKGC) and the Malta Game playing Authority (MGA) work hard to eliminate rogue operators by the gambling online sector.  You should examine that an on the internet casino holds a license with a governed body inside your place.  Another critical component to consider when you wish to pick the slot machine with better odds is typically the slot volatility.  Here are some more online slots you can play with the RTP of more than 96%.  One involving the new grand of the “slot machine” world also comes in the form of skill games, which in turn have a completely separate strategy.</p><h2 id=\"toc-0\">Unlocking The Enjoyment: Your Guide To Enjoying Online Slots In 2025</h2><p>The big actual money prizes about tap make jackpot slots almost appealing…at least on typically the surface.  But in average, progressive slot machine games feature the least expensive RTPs in betting, so the odds involving winning aren\'t thus great.  On best of that, an individual always should bet the maximum to gain access to the top goldmine prizes – that means you may end up spending more income than you intend to be able to.  Knowing how in order to pick a slot machine game is more than guessing every time a slot machine will strike.  The best real money online slots to experience come with typically the right combination of volatility, Return to Player (RTP), limits, in addition to casino bonus.  Online casinos, like some sort of slot machine game, has typically the payout percentage – RTP <a href=\"https://mostbet-india24.in/\">mostbet bd</a>.</p><ul><li>Below is usually a table demonstrating the 8 highest RTP slots that are offered for you in order to play at on the web casinos today, just about all of which are reviewed in each of our dedicated Best RTP Slots article. </li><li>Slots which have the highest possible cash prizes will be progressive jackpot slots due to their particular mechanic of gathering a small part of players\' wagers for the massive funds prize. </li><li>As the saturday and sunday approaches, the power inside the casino starts to rise. </li><li>Additionally, using secure payment procedures and staying vigilant against phishing hoaxes are key to keeping economical deals safe. </li><li>The dynamics are pretty different, and that impacts when an individual may have the ideal experience. </li><li>All the slot machines on this list webpage are hosted about licensed platforms and are also certified by thirdparty independent authorities. </li></ul><p>So, it\'s a good idea to glance at the pay table for typically the specific RTP regarding the game from your chosen online slot casino prior to starting playing.  This very little homework can help make a massive difference in your gaming knowledge.  The allure associated with online casino slot machine game games lies inside their simplicity and even the sheer range of games sold at your fingertips.  With a plethora involving captivating slot products, each with special themes and features, this year will be poised to become a landmark one for lovers of online gambling who would like to play slot video games.  The slots that will pay the finest at the casino may either be higher volatility slots (scarce but big payouts) or progressive jackpot slots.  The last mentioned is a standard slot machine\" \"video game that includes a top progressive award that accumulates centered on all the particular bets placed in it or perhaps the connected network until an individual wins it.</p><h3 id=\"toc-1\">Bonanza (big Time Gaming)</h3><p>Interest in plus revenue from online gaming has recently been growing rapidly.  Online slots are bringing in more players because mobile gaming technological innovation advances and law changes.  And it doesn\'t hurt that will they also have huge payouts — like the 18. 9 million euro ($22. 4 million) Mega Moolah payout in 2018.</p><ul><li>It’s not simply about the shiny new graphics or the catchy soundtracks; these activities often come along with boosted odds or perhaps special bonuses, generating them worth shopping. </li><li>Understanding how RNGs function is the very first step in handling your expectations and playing responsibly. </li><li>Beyond the traditional considerations, we’ll also discover the influence of celestial bodies on the gambling experience. </li><li>The most compact casino owned by simply the Seminole Tribe can be discovered\" \"at 5550 NW 50th Street, Coconut Creek, Florida. </li></ul><p>Proponents of this strategy believe that catching the first rays involving sunlight might just illumine their luck.  Beyond the traditional concerns, we’ll also discover the influence of celestial bodies on your own gambling experience.  From lunar phases in order to planetary retrogrades in addition to astrological signs, we’ll investigate whether aiming your gaming pursuits with these cosmic events could boost your odds.  One of the most detrimental things you could do, especially any time you\'re trying to manipulate a slot machine game, is usually try to pursue your losses.  Slot machines from the movie, tv present, or general put culture phenomenon will be contractually obligated to pay loyalties.  Buffalo Grand is an additional popular choice, with the highest recorded player win of $1. 39 thousand in 2021 <a href=\"https://mostbet-india24.in/app/\">mostbet app download</a>.</p><h3 id=\"toc-2\">What Is Typically The Best Time To Play Slots – Online, In Internet Casinos & In Vegas</h3><p>This implies that will there isn\'t, inside theory, a defined cycle that warranties higher winnings from particular times.  The rivalry for equipment as well as the general atmosphere of the casino, however, might be impacted by simply the time involving day.  Changing the particular programmed payback percentage requires opening the machine and replacing some type of computer chip.  Server-based slots that allow internet casinos to change pay out percentages remotely, nevertheless there are still regulations all-around making these changes.</p><p>Play the best denomination slot you are able to pay for to play from Seminole Hard Mountain Casinos.  The two Hard Rock manufacturers are the greatest slots casinos the particular Seminole Tribe offers.  Just like the particular Seminole Hard Rock and roll Casino in Polk, the loosest slots at Seminole Tough Rock Hollywood are the higher denomination machines.  But in the event that you’re also looking for the most popular slots games\" \"in Hollywood Seminole Challenging Rock Casino, I’ve got you included.  The Tampa Seminole Hard Rock Gambling establishment also offers some sort of VIP slots place.  The VIP slot machines room has ninety six slot machines plus with a prior obtain, they can replace a machine in order to always play your preferred game.</p><h2 id=\"toc-3\">Are Online Slot Machines For Real Money Legal In The Us? </h2><p>Adapting your method to the active casino environment can easily be a tactical move.  Whether it’s adjusting your wager sizes or discovering different games, aligning your strategy with all the clock could boost your chances.  If you’ve ever wondered about the best times to test your luck at a casino, you’re within the right place.  Today we’ll explore typically the concept of some sort of lucky time regarding gambling and delve into the idea that certain moments may raise your chances of hitting that jackpot feature.  However, since slot machine game machines are under strict regulations, this is harder to view why gamblers securely cling to the particular idea.  Some state it is since casinos are flexible in adjusting pay out percentages, but once again, this is forever in\" \"a given regulated manner.</p><ul><li>So, help to make sure to appreciate your loved one game any time you feel like it not really when you need to. </li><li>Penny slots will be the tightest position machines at the particular two Seminole Difficult Rock Casinos. </li><li>We provide a number of excellent slot devices of various forms, helping you participate in according to your requires. </li><li>I love this game because it can pay over $100, 000 coming from a low max bet involving $1. </li></ul><p>At certain intervals, plenty of land-based plus online casinos maintain slot tournaments.  It could be advantageous in order to schedule your perform around these situations if you just like competition and the possibility of winning more prizes.  The chances are fixed by the software and can’t be changed by the time associated with day.  Different intensifying slots have various payout frequencies and jackpot sizes.  Research the games available and choose types that align together with your risk threshold and desired pay out size.\" \"[newline]Some games may have smaller, more regular jackpots, while other people offer massive, nevertheless less frequent, affiliate payouts.</p><h2 id=\"toc-4\">What Will Be The Newest In Addition To Most Exciting Position Machines To Participate In?\"</h2><p>RTP truly does not precisely predict what you\'ll succeed or lose in a given session.  Your experience will vary — sometimes a person might win more, sometimes lower than typically the RTP suggests.  Regarding maximum payout, the particular type of slot machine game you select plays some sort of significant role.  Low volatility slots let you play longer, thanks to their high hit regularity.  But the high volatility slots draw in most participants with their assurance of massive pay-out odds.</p><ul><li>This knowledge allows all of us to determine the most favorable sorts of slot machines for those who would want to visit and participate in. </li><li>Take good thing about the serene setting to concentrate on your favourite games. </li><li>Therefore, today, we are going to discuss if right now there is a best period to play slot machines at online and land-based casinos. </li><li>The more typically the features the increased likelihood the slot machine game machines will allow you to succeed. </li><li>They offer free rounds or deposit bonus codes to find you to subscribe and even play. </li></ul><p>There is zero guaranteed winning strategy for slots, because a random quantity generator determines the outcome.  Some players suggest\" \"controlling bankroll, choosing substantial RTP games, and taking advantage of bonuses.  As discussed above, Progressive jackpot slots give a growing jackpot that boosts with each bet placed by gamers until someone hits the jackpot.  Some of the many famous progressive slot machines include Mega Moolah and Mega Lot of money.</p><h3 id=\"toc-5\">Best Real Money Online Slots Developers</h3><p>Newcomers can get the individual interaction using dealers or some other players at the particular tables intimidating — slot players prevent that.  And in addition to, the biggest, most lifestyle-changing jackpots inside the casino are offered for the slots.  In the not-too-distant previous, slot-machine players were the second-class individuals of casino customers.</p><p>Okay, so maybe the time of day time doesn’t replace the probabilities, but let’s always be real – just how you feel effects how you will play.  It’s always a very good idea to manage your bankroll thoroughly, regardless of the time involving month.  Responsible wagering is key in order to enjoying the encounter without financial stress.</p><h3 id=\"toc-6\">Play Slot Machine Games Responsibly</h3><p>Located at 1 Seminole Way, Hollywood, Florida, the particular Seminole Hard Rock and roll Hollywood has three or more, 000 slot machines.  Finding the loosest slot machines at Hard Rock requires a few common sense.  Here’s everything I realize regarding how to find the loosest slot machine machines at Seminole Hard Rock Online casino.  If your budget won\'t allow a person to play maximum credits on a $1 machine, move to one fourth device.</p><p>While typically the outcomes of moves are totally arbitrary, on average, video poker machines give more earnings when more gold coins are utilized.  However, be careful – playing along with high stakes does not mean always winning.  Also, we have noticed winnings of thousands of dollars being won with the single penny.  There are theories recommending that indeed generally there is a best time to play online casino slots.  However, we all established time plus time again throughout this post that slot machines will be based on RNG algorithms.</p><h2 id=\"toc-7\">When Is The Best Time To Participate In Slots In Las Vegas? </h2><p>It’s all about tapping into that will festive spirit (and, let’s be sincere, people’s willingness in order to spend and take note when they’re feeling good).  It’s easy to get caught up in typically the notion of finding the loophole or even a secret strategy.  The real trick would be to recognize how different aspects round the game may influence your general enjoyment and prospective rewards.  This need to be when the particular time is practical for\" \"the gamer such as possessing as much free period as possible to take pleasure from any slots available.  Players should furthermore think about the crowd when choosing the right time to be able to visit any online casino floor.  Classic online games like blackjack, when compared with slots, may present strategy, but video poker machines provide straight-up fun with zero studying curve.</p><ul><li>Paydays may also be a very good indicator of if to play, ideally, a day or even two before the salary comes throughout. </li><li>Keep a watch on the special offers page of the favorite online internet casinos or join their very own email newsletters. </li><li>More players suggest more bets, which translates to the faster-growing jackpot. </li><li>Go regarding high volatility equipment if you have a greater bankroll, in order that it can become a increased reward which mitigates the risk. </li></ul><p>Three bars may pay back thirty for two breaks and 30 regarding three credits.  However, three sevens may possibly pay 500 regarding one credit and 1, 000 for two, but jump to 10, 000 any time all three credit are played.  From a money management standpoint, it can make sense to lock up the profits coming from a big hit and move on.  In fact, the odds up against the same jackpot feature hitting on the particular next pull usually are the same because they were the first time.  The microprocessors driving today\'s machines are programmed with random-number\" \"generation devices that govern successful combinations.  As an affordable matter, even within a light crowd, it\'s wise not to be able to play more machines than you can easily watch over very easily.</p><h2 id=\"toc-8\">Lunar Phases In Addition To Gambling Success</h2><p>If you desire to get more out of putting your signature on up, understand that several real money on-line casinos offer free rounds bonuses (or free bonuses you could use for slots).  Strategies for instance targeting high volatility video poker machines for larger affiliate payouts or opting for decrease variance games regarding more frequent benefits can be efficient, based on your threat tolerance.  Remember to be able to select slots of which not only offer high RTP plus appropriate volatility nevertheless also resonate together with you thematically to get a more enjoyable expertise.  The decision between playing real\" \"funds slots and free slots can form your entire gambling experience.</p><ul><li>It is definitely important to note that will progressive slots have got the same jackpot prize or payout rate at nighttime and day. </li><li>To be very clear, there is usually no way that you may guarantee that you will win from slots every\" \"period. </li><li>Online internet casinos typically offer a very much wider selection of position games than land-based casinos. </li><li>I brought up movements in more fine detail in how in order to play online slot machines guide, I guide all beginners in order to read it. </li><li>It is crucial to make note of that operators cannot announce the RTP rate of their games on their page plus adjust it with no notifying their gamers. </li></ul><p>The best casinos to play slots inside on the Deprive include Excalibur, Caesars Palace, Luxor, NYNY, Mandalay Bay, MGM Grand, and the particular Bellagio.  As regarding Downtown, the best consists of Golden Nugget, Binion’s Gambling Hall, and even Circa Las Vegas.\" \"[newline]With all the exhilaration, wishes, and lucky fingers, you are probably here asking yourself how you can easily become one of many fortunate few to earn it big at the slots.  Picking the perfect location and after that the best slot is daunting, and we usually are here to minimize that burden.</p><h3 id=\"toc-9\">How To Try Out Baccarat Tournament: Tips & Rules</h3><p>Today many progressives are linked electronically to additional machines, with all credits played in the linked equipment adding to a common jackpot.  On video slots, push one button for the number involving paylines you want to activate, another button for the particular number of credits gambled per line.  One common configuration offers nine paylines about which you are able to bet 1 to 5 credits.  Video slots usually are also available using 5, 15, thirty, 25 and perhaps 50 or more lines, accepting as much as 25 credits per line.  That’s why you’ll often see a surge in promotions about holidays and different times of the 12 months.</p><ul><li>The high reduce slots room from Seminole Hard Rock and roll Hollywood offers denominations from $1 to $1, 000. </li><li>The keyword will be “long run” as RTP\" \"is usually calculated over a new million spins. </li><li>The sequel requires everything to new highs with crisper graphics in addition to loads more features. </li><li>Finding a top-notch on the web slot machine across all main regions – gameplay, RTP, payouts, odds, sound effects, theme, and so on. – is near impossible. </li></ul><p>The environment\" \"is definitely calmer, and you’ll find fewer men and women vying for your favorite machines.  Another urgent action to realize is the RTP, or Return to Player.  This is the percentage regarding all wagered money that a slot machine is developed to pay again to players over time.  For example, if a slot has an RTP of 95%, it should theoretically spend back $95 for each and every $100 wagered.  Play the slots after taking in just what Vegas has in order to offer since Las vegas is one involving the major gambling and entertainment hubs in the ALL OF US.  Anyone who quickly hits the position after checking inside is missing out on therefore many things that will make the location distinctive.</p><h3 id=\"toc-10\">How In Order To Pick Complete Slot Machine Machine</h3><p>A noteworthy win in Mega Moolah was throughout 2015, if a participant won an astonishing $18 million.  The RTP is the percentage of wagered cash a slot device is programmed to be able to pay back to players over period, typically displayed while a percentage.  It represents the typical volume returned to participants from the overall amount wagered.</p><ul><li>Ultimately, whether you choose in order to play slots in the end associated with the month or even around payday will be a personal selection. </li><li>Casinos frequently schedule these in the course of specific hours to attract more gamers. </li><li>The loosest slots are in the particular high limit slot machines room at Seminole Hard Rock. </li><li>It\'s the frequent misconception of which slots pay away more through the night if there are a lot more players in the particular casino or on the internet. </li><li>First, that they usually have got a decrease RTP than regular slots being a trade-off for the chance at that huge prize. </li></ul><p>Whether you’re a company believer or possibly a skeptic, the moon’s periods add a touch of mystique to gambling.  So, when you find on your own at the online casino, take a moment to gaze from the moon – who knows, this might you need to be in your side.  The vibrant energy is usually infectious, but keep in mind of which the increased action might mean even more competition for your favorite games.  Midweek arrives, and casinos might begin gearing up for typically the weekend.</p><h2 id=\"toc-11\">When Is The Best Time To Play Position Machines Online? </h2><p>The payout rates regarding individual machines carry out not change throughout the day, although certain online casinos may change bonuses and marketing promotions during busy periods.  Just make certain you realise that synchronised spinning means double the enjoyment.  It could be something from bonus rotates to deposit suits or even\" \"exclusive holiday-themed slot online games.  Casinos use these types of promotions to entice more players, wishing to capitalize on the increased spare time and spending that comes with holidays.</p><ul><li>Users may also opt to choose SBR\'s exclusive welcome bonus of your first deposit match up to $2, 500 + 100 bonus moves instead of typically the standard welcome presents. </li><li>So, logically, evenings in addition to weekends, with the better player volume, can easily see progressive jackpots swell more speedily. </li><li>Progressive jackpots are like the lottery; a tiny portion of each guess contributes to an ever-growing prize pool. </li><li>If you plan to play a a lot more extended session, RTP should factor within your slot variety. </li></ul><p>As the clock ticks towards the afternoon, a few players find the mid-afternoon hours to be a fairly sweet spot for lotto luck.  The energy during reaches the comfortable stride, plus the prospect of winning becomes the delightful daydream.  Embarking within the journey regarding winning the lottery is actually a thrilling goal, and several players believe that mastering the art of timing could be their gold window of success.  Let’s dive into the strategic playbook of which explores the many methods to finding the best time for you to perform lottery and purchase of which potentially life-changing solution.  The atmosphere is usually livelier, and when you’re into card games of which require focus plus skill, the afternoon might be your current prime time in order to win at gambling establishment.  As the weekend approaches, the inside the casino begins to rise.</p><h2 id=\"toc-12\">Top-rated Jackpot Slots</h2><p>First, they will usually have a reduced RTP than regular slots as a trade-off for the opportunity at that heavy prize.  But what\'s really going to hit label U. S. slot players is that great 97% RTP rate.  After thorough research, we’ve picked out there the most notable five on-line slots.</p><p>This is typical, though, due to be able to the massive fees they need to be able to pay for the upkeep of the venues.  They have a few or more reels plus often feature multiple paylines or methods to win.  These slots come within an array of themes in addition to offer various benefit features like free of charge spins, wild symbols, and bonus video games.</p><h3 id=\"toc-13\">How To Get The Rtp Associated With A Slot Machine</h3><p>But if you learn the ins and outs associated with playing them, you can utilize some strategies of which just might support you hit typically the jackpot.  It\'s not unusual to travel twenty or 50 or more pulls with no single payout over a reel-spinning slot, although payouts are even more frequent on movie slots.  Nor will be it unusual intended for a machine to pay back 150 percent or maybe more for several number of pulls.  In most of the country, slot players can easily figure on about\" \"a 93 percent payment percentage, though payouts in Nevada manage higher.  Keep in your mind that these are usually long-term averages of which will endure over a sample involving 100, 000 to 300, 000 pulls.  The symbols that stop on a payout line identify whether a player is victorious.</p><p>It is true of which not all equipment in the identical casino are developed with the same payback percentage.  But slot placement is definitely more complex as compared to just placing typically the hot ones with the ends associated with aisles.  If you\'ve been standing there for days and still have played 10, 000 times, the odds around the next draw will be one inside 10, 000.  In the temporary, the machine could go 100, 000 pulls without letting unfastened of the major one, or it could pay that out twice in a row.  Players touch the screen to spread out a package in addition to collect a reward payout.  They might keep touching deals for more\" \"additional bonuses until one bundle finally reveals a \"pooper, \" which in turn ends the round.</p>','2025\'s Top On The Web Slots Casinos To Experience For Real Money','','inherit','closed','closed','','300-autosave-v1','','','2025-10-10 02:26:25','2025-10-09 19:26:25','',300,'https://lion288slot.com/?p=302',0,'revision','',0),
(303,1,'2025-10-08 13:29:06','2025-10-08 06:29:06','<meta name=\"description\" content=\"Passed in May 2017, this legislation reduces loopholes for overseas operators that provide Australians. \"/><h1>Best Online Casino Australia 2025 Genuine Money Casino Manual\"</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">What Are Are Living Dealer Games? </a></li><li><a href=\"#toc-1\">Top Au Casino Sites By Simply Category</a></li><li><a href=\"#toc-2\">Blackjack</a></li><li><a href=\"#toc-3\">Online Roulette</a></li><li><a href=\"#toc-4\">The Positive Path Of Online Internet Casinos: Endless Excitement From Your Fingertips! Introduction</a></li><li><a href=\"#toc-5\">What Is A Very Good Technique For Beginners Actively Playing Online Roulette? </a></li><li><a href=\"#toc-6\">How To Try Out Slots On-line For Real Funds\"</a></li><li><a href=\"#toc-7\">Top Game Providers\" \"[newline]guide To Casino Bonuses</a></li><li><a href=\"#toc-8\">Best On-line Casinos Australia August 2025</a></li><li><a href=\"#toc-9\">Online On Line Casino Wagering Requirements</a></li><li><a href=\"#toc-10\">Betonline: Best All-in-one Casino Site</a></li><li><a href=\"#toc-11\">Standard Position Features</a></li><li><a href=\"#toc-12\">Best On The Web Casino Sites Australia (real Money)</a></li><li><a href=\"#toc-13\">European Roulette</a></li><li><a href=\"#toc-14\">Top Online Roulette Sites Intended For Actual Money Play Throughout 2025</a></li><li><a href=\"#toc-15\">Realtime Gaming</a></li><li><a href=\"#toc-16\">Our Expert Guideline To Registering In Online Casinos</a></li><li><a href=\"#toc-17\">Top Five Many Popular Free Gambling Establishment Games 2025</a></li><li><a href=\"#toc-18\">Does The Site Have Exclusive Features? </a></li><li><a href=\"#toc-19\">Exciting Additional Bonuses And Promotions</a></li><li><a href=\"#toc-20\">How To Deposit In An Online Casino</a></li><li><a href=\"#toc-21\">Bonuses And Promotions Galore</a></li><li><a href=\"#toc-22\">What’s A Wagering Necessity? </a></li><li><a href=\"#toc-23\">What Are Casino Games? </a></li><li><a href=\"#toc-24\">Exceptional Customer Support</a></li><li><a href=\"#toc-25\">How To Be Able To Deposit And Withdraw From Online Casinos In The Us</a></li><li><a href=\"#toc-27\">Types Regarding Online Casinos</a></li><li><a href=\"#toc-28\">The Best On The Web Casino Sites With Regard To Baccarat</a></li><li><a href=\"#toc-29\">Beginners Guide To Playing Casinos Online</a></li><li><a href=\"#toc-30\">Welcome Bonuses: First-time Participant Offers</a></li><li><a href=\"#toc-31\">Are On The Web Casino Bonuses Bigger Than Sportsbook Additional Bonuses? </a></li></ul></div><p>Real Money Casinos – These types of are the go-to online casinos exactly where you can chance for actual affiliate payouts.  They feature typical games like slot machines, roulette, blackjack, and more.  These forms of casinos are widely used, governed in numerous jurisdictions, plus often offer additional bonuses to help an individual get started.  In other casino video games, bonus features can include interactive story videos and \'Easter eggs\' in typically the form of small side games.  Rewards and bonuses present in real money video games, like progressive jackpots and free credit score, are sometimes awarded in free casino video games to help keep the game play realistic.</p><ul><li>Others prefer these people because they present huge payouts without having having to risk too much funds. </li><li>Playing video poker machines with cryptocurrencies could possibly be a fun approach to benefit from your current\" \"coalition and perhaps succeed some more tokens that will could grow in value. </li><li>When you’ve got more self-confidence, branch out in the other games. </li><li>Generally, the on line casino will match your best deposit 100% along with bonus money. </li></ul><p>That way, their users can explore different products right after signing up to be able to the site.  Casino bonuses need to be able to be wagered the certain number involving times (normally called something similar to “bonus gambling requirements”) in buy to be introduced and cashed out and about.  Bonuses from a casino site will be a great method for players to enjoy some games for free plus the chance to win real money when gambling online.  Welcome to online. casino Australia, your leading guide to enjoying internet casino with true money in Australia.  On this page, there is a best online casinos exclusively for AU players.  Our objective is to offer you with the particular best Aussie internet casinos based on your conditions, we’ve developed a unique toplist exactly where you can filtration operators based about rating, bonuses plus much more <a href=\"https://mostbet1bd.com/\">mostbet login</a>.</p><h2 id=\"toc-0\">What Are Live Dealer Games? </h2><p>You can then decide to keep playing along with these funds or even cash them out to your personal savings  account.  To perform so, it’s basically a matter involving requesting a disengagement, waiting a day or so to the online casino in order to perform its normal verification checks plus then your cash will be released to you.  More in addition to more Americans can easily legally place bets online now that US online betting laws allow legitimate gambling in the few of states, and much more are added every few months.  The gambling online sector will be growing year on year since online casino websites focus on making sure that you comply with laws targeted to regulate on the internet gambling.</p><ul><li>Payouts by way of crypto are typically processed within 24–48 hours, while card withdrawals may consider up to your five business days.\" \"[newline]From Bitcoin to Ethereum, digital currencies have become a favorite for online gamblers. </li><li>As a effect, the sums attached to these jackpots are usually large. </li><li>You possess your username and password, now you need in order to fund your account. </li><li>In his four yrs on the crew, they have covered on the internet gambling and sporting activities betting and did at reviewing gambling establishment sites. </li><li>It\'s interactive, enabling you to talk with the dealer and other participants. </li><li>What’s more, survive poker allows an individual to interact and even socialize with other players. </li></ul><p>Buffalo is a low-volatility slot that offers an impressive just one, 024 ways to be able to win.  Plus, the brilliant free spin and rewrite feature allows gamers to receive 20 free spins with multiplying wilds, offering them the opportunity to land big\" \"wins.  The excitement associated with spinning the reels and the impressive gameplay is what keeps players coming back for more, set up animal theme can appear slightly dated.</p><h3 id=\"toc-1\">Top Au Casino Sites By Category</h3><p>Ensure a person understand the phrases, like wagering specifications and game restrictions, to make typically the nearly all of it.  Super Slots supports credit rating cards (Visa, Master card, Discover), bank line, and a broad variety of cryptocurrencies including Bitcoin, Ethereum, and USDC.  Crypto payouts are typically processed within forty eight hours, while traditional methods take 3–5 business days <a href=\"https://mostbet1bd.com/app/\">mostbet app</a>.</p><ul><li>Make confident to look at your local regulatory requirements before you choose to play at any kind of casino listed on each of our site. </li><li>Isaac At the. Payne is the experienced technical doodlekit, creative writer, plus lead content supervisor at GamblingNerd. com. </li><li>The casino capabilities a standard variety of slots, video clip poker, and table games, as well while simple registration in addition to\" \"speedy withdrawal processing. </li><li>The LIVE dealer experience is the most realistic online casino game in comparison to playing with a land-based casino having the ability to bet your chips directly on the tables. </li><li>New casino participants can claim a new 100% welcome bonus way up to $3, 1000 (split across a couple of deposits) with a new 30x wagering necessity. </li></ul><p>However, that mainly focuses in providing an on-line alternative to its offline products.  So, if you’re a web based casino enthusiast that prefers physical casino games, Amatic is the guy.  European Different roulette games, with its one zero layout, holds as a testament to be able to the game’s long lasting appeal.  This variant not only offers a purist’s take in roulette but furthermore boasts a lower house edge, showing the odds somewhat more to your advantage.  It’s a timeless typical that continues in order to captivate players who else prefer the blend associated with tradition and positive odds.  The wonderful wheel of online roulette is governed by rules because timeless since the video game itself, yet using a digital distort.</p><h2 id=\"toc-2\">Blackjack</h2><p>As technology continues to advance, online casinos are recorded an upwards trajectory, captivating gaming enthusiasts everywhere together with their convenience, selection, and generous returns.  They offer a beneficial direction for anyone seeking entertainment in the convenience of their individual homes.  With\" \"unequaled convenience, a great variety of games, thrilling promotions, enhanced protection, and opportunities intended for social interaction, on the web casinos truly signify the continuing future of gambling.  Furthermore, online casinos have got taken stringent actions to ensure a safe and secure game playing environment.  Advanced encryption technology keeps your own personal and financial details safeguarded, so an individual can give attention to having fun without worrying with regards to your privacy.  Additionally, reputable online internet casinos are licensed plus regulated by trustworthy authorities, giving an individual peace of head which they operate fairly and responsibly.</p><ul><li>Needless to claim that you have also quite a few other ways to deposit money at some sort of safe Australian online casino. </li><li>Gambling may be addictive; in the event that you’re affected by gambling-related harms, please call GAMBLER. </li><li>In this blog post, we check out the positive direction\" \"on the web casinos are taking, shedding light in the key causes why more and more people usually are embracing this electronic gambling experience. </li><li>As some sort of result, the Curacao license should not be regarded as inherently strong. </li></ul><p>It’s an exilerating yet relatively simple game, making this ideal for beginner and expert participants.  Most video video poker machines are straightforward to experience, and scratch credit cards possess the simplest regulations so they’re the good kick off point.  Familiarize yourself using the entry points for client\" \"help as the casino’s team can help you with more complicated issues.  Most casinos have a new dedicated support webpage that displays the particular hours their group is available and where to speak to them via electronic mail or telephone.  You also want to look out for a live chat, even better when it’s available 24/7.  It’s a actually good idea to get a budget in thoughts and stick in order to it to assure you don’t get off track plus spend too a lot.</p><h3 id=\"toc-3\">Online Roulette</h3><p>The only US casinos online you can find us ever recommend are these that adhere to lawful regulations and player protection.  Most online casinos present demo versions regarding their games, that you can try out regarding free.  Most on the web casinos have 100s of games to choose from, many of them built by the finest casino software providers.</p><p>It’s additionally a excellent idea to set your time price range, so you’re only playing a specific number of hours a day or perhaps week and not really spending excessive occasions playing.  Stick to be able to a time in addition to deposit budget and take a break when a person need one.  Each casino game includes a set payout percent attributed to it, that is the common amount of funds the game will return to players while a percentage from the amount they gamble.  The higher the payout percentage, the more the game is inclined to fork out in order to its players.  Everyone might have an easy answer to what they are searching for right away.  Some AU casinos excel at the one thing, and others excel with another.</p><h2 id=\"toc-4\">The Positive Course Of Online Casinos: Endless Excitement At Your Fingertips! Introduction</h2><p>First, you must search our database and see if presently there are good-looking additional bonuses you would like to try.  Second, you should click upon our casino website link and read our expert reviews (especially the Safety &amp; Security part and the experiences part).  Third, you are totally free to navigate to the gambling establishment and make sure you verify that will everything is simply as it was said to be.</p><ul><li>With a multitude of00 the finest apps offering a full spectrum of roulette variants, the next online game is only some sort of swipe away. </li><li>While federal regulation doesn\'t explicitly stop online gambling, declares have the authority in order to regulate and permit online gaming businesses within their region. </li><li>The convenience of being in a position to enjoy your own favorite games within a lunch break, in your daily commute, as well as in your pajamas over a lazy time off is genuinely liberating. </li><li>In today’s packed online gambling scenery, standing out from the pack isn\'t simply about having the best games or bigger bonuses. </li><li>You’ll spin the fishing reels, and winning mixtures will appear about your screen. </li></ul><p>Most consider poker as the ‘game of skill’, and it’s really popular among expert casino players.  However, knowing how to learn casino online holdem poker games can always be challenging, as it’s also probably the most complex games.  Online internet casinos are booming inside popularity a lot more internet sites pop up annually, bringing with them a number of new and exciting games.  These sites can become accessed utilizing your mobile phone and desktop, that means you\" \"can play the game titles pretty much when and wherever a person want.  As such, it’s no surprise that the online online casino market is expected in order to be worth £35. 34bn in 2025.</p><h3 id=\"toc-5\">What Is A Very Good Technique For Beginners Enjoying Online Roulette? </h3><p>Playing video poker machines with cryptocurrencies can certainly be a fun way to take full advantage of your\" \"coalition and perhaps get some more tokens that will could grow in price.  Here may be the record with the almost all recent casinos released to Australian casino players.  At each of our casino site a person can find several types of video poker like jackpot poker, joker poker and others.  Delaware proudly embraced its nickname, \'the First State, \' by blazing typically the trail as the particular inaugural US express to legalize on the web gambling.</p><ul><li>So, you’re ready to be able to dive into typically the world of on the web roulette, but where do you get started? </li><li>The standard playthrough requirement is usually 30x for the deposit + bonus, that is on par with industry best practice rules. </li><li>The ultimate goal is usually to terrain as many corresponding symbols as feasible. </li><li>Legal on-line casinos in the USA often require at least the final four digits of your Social Security amount (SSN). </li></ul><p>The action kicked off on Come july 1st 15, 2020, whenever DraftKings became the pioneer site in order to launch.  Presently, Western Virginia boasts four established WV on-line casinos for participants to enjoy.  With all this motion occurring, Michigan saw its coffers outstanding which has a massive revenue boost, thanks to the influx of online gaming\" \"fanatics.  In 2024, on-line casinos generated roughly $2. 9 billion dollars in revenue, surrounding over $451 zillion in tax revenue to state and local governments.  The majority of tax revenue goes in order to the college Aid Account, with smaller servings invested in the metropolis of Detroit and even tribal communities.  It was the first state to legalize online casinos in 2013 through the New Jersey Internet Gaming Act.</p><h2 id=\"toc-6\">How To Play Slots On-line For Real Money\"</h2><p>So, you can appreciate peace of thoughts while\" \"spinning those reels or playing your hand.  Worried about the particular safety of the individual and financial data?  Fear not, as online casinos prioritize the security of the players.  Reputable on-line casinos employ advanced encryption technology to make certain all your information remains confidential.</p><ul><li>Its simple guidelines make it attainable to beginners, enabling them to swiftly join in in the action. </li><li>Although on the web casino games can easily be a lot of fun, they usually are most certainly not worth risking ruining your current life. </li><li>Fear not, as online casinos prioritize the security with their players. </li></ul><p>While it includes a thorough gaming selection, many users have reported payout delays plus strict bonus conditions.  We recommend researching player feedback ahead of committing to this specific platform.  Responsible wagering is not simply a catchphrase that will gambling bodies spout to appear to be these people care.  Gambling can be harmful plus the increasing emphasis in responsible gambling practices is intended to assist players to regulate their particular gambling practices.  Some sites will likely give a questionnaire that you can use to gauge no matter if you or a dearly loved has some sort of gambling problem.</p><h3 id=\"toc-7\">Top Game Providers\" \"[newline]guide To Casino Bonuses</h3><p>Then, you disclose the symbols under the icons, seeing no matter if you have some sort of win or possibly a damage.  This title will be a lottery-style video game you play utilizing a card with numbers one to eighty.  You choose some sort of set amount to tag (eg. 15 numbers), and place the wager.  The web host (for live on-line versions) or computer system for normal on-line ones, will after that call out/display something like 20 numbers, and an individual win based on how many numbers you may match.</p><ul><li>They usually are fast-paced and absolutely thrilling slots of which come\" \"using a digital screen. </li><li>Again, it is usually ultimately up to you to select which game providers you want the many. </li><li>Once you reconnect, you could typically resume by where you still left off. </li><li>The simplicity of accessing online casinos by means of computers, smartphones, or tablets has changed distinguishly the gambling sector, making it more inclusive and quickly accessible than ever before before. </li><li>Yes, free online casino games are suitable for mobile gamers. </li><li>Android and iPhone users can access hundreds of the particular best free gambling establishment games through Google Play and also the App Store. </li></ul><p>Poker will be available in a number of variations, hence precisely why it’s also popular.  The options range from Mississippi Stud to be able to Texas Hold’em enabling It Ride.  Keep in mind, even so, that this rules will be different jointly alternative.  In baccarat, the sole focus regarding the sport isn’t regarding you to the fatigue dealer.</p><h3 id=\"toc-8\">Best On The Web Casinos Australia August 2025</h3><p>Some casinos might ask for additional verification, like uploading an ID, to be able to confirm your personality.  Payments are versatile — the gambling establishment accepts Visa, Master card, AMEX, Discover, Bitcoin, Litecoin, plus a small number of other crypto coins.  Payouts via crypto are normally processed within 24–48 hours, while card withdrawals may consider up to your five business days.\" \"[newline]From Bitcoin to Ethereum, digital currencies are getting to be a favorite for online gamblers.</p><ul><li>Regular breaks may help assess your performance and make informed decisions about future bets. </li><li>Consider factors like game variety, bonuses, guard licensing and training, and user reviews. </li><li>After a flutter of proposals from Republican Brandt Iden, Michigan hit the jackpot by legalizing sports betting and on the web casinos in later 2019. </li><li>This internet resource is definitely going to take your gaming to be able to the next level and to heights of which it is never prior to. </li></ul><p>For holdem poker fans, Video Holdem poker is the ultimate test getting to the old techniques of 5-Card Attract battling it in the same approach poker was performed back in the Old West within the USA.  Video poker comes together with a lot of fun cheers to wild cards, bonus payouts, plus very high RTPs.  If you determine to play regarding real money, you only switch to real money mode.  However, due to\" \"regional legislation, these internet casinos aren’t legal across the US and and so they have minimal availability.</p><h2 id=\"toc-9\">Online Gambling Establishment Wagering Requirements</h2><p>Poker mixes skill and approach, with variations such as Texas Hold’em and Omaha attracting a passionate following.  Roulette is also a favorite, known for its simple however thrilling gameplay.  Players can place wagers on various effects, like a single number, groups of numbers, or red or dark.  The European edition of the game, known as European Roulette, is particularly popular due to the lower house advantage compared to Us roulette.  When you first open the on the internet casino, it might seem somewhat hectic.  You\'ll see a lot of colorful photos, many game options, and different sections.</p><ul><li>Even more impressive than this, we have made sure to go over each in addition to every one of these in an very easily digestible manner. </li><li>So, relax and focus on enjoying your favorite game titles as the casino requires care of maintaining your information safeguarded. </li><li>That’s why picking a licensed on line casino site with a good reputation is essential. </li></ul><p>New casino players can claim a new 100% welcome bonus upwards to $3, 000 (split across a couple of deposits) with a new 30x wagering requirement.  There are likewise reload bonuses, poker promos, and cost-free bet credits with regard to sportsbook users.  Provided you’re playing at a reputable site, you can withdraw your real funds wins to the bank account or by way of your preferred payment method.  The many common 5-reel on-line casino slots intended for real money inside the US consist of Mega Moolah, Starburst, National Lampoons Vacation trips, and Wolf Precious metal, to mention a few.</p><h2 id=\"toc-10\">Betonline: Greatest All-in-one Casino Site</h2><p>It’s a strategy that favors the cautious and computes, those who search for to ride the waves of probability with a assessed hand.  Many on-line slot machines in addition feature in-game reward rounds that can merit free spins, multipliers, and other awards.  These bonuses add another layer of excitement and boost the potential for big wins.  For beginners, platforms like Bovada offer unique promotions and lowest wager options in order to help you get started without smashing the bank.  One of the the majority of appealing aspects of on-line slots is the possible for progressive jackpots.  These jackpots gather over time since players contribute to a central pan that is escalating until one lucky participant hits the\" \"goldmine.</p><ul><li>There usually are different kinds of bonuses and not necessarily all of these people are worth your current time. </li><li>From typically the nostalgic 3-reel slots towards the latest THREE DIMENSIONAL video slots, there\'s a game for every player. </li><li>Some real money internet casinos offer a one-stop video gaming service where they offer other products such as sports betting, poker, and esports under one site. </li><li>There’s a misconception in gambling that will if you’ve recently been on\" \"a new losing streak for quite a while if you enjoy lengthy enough you’re because of a win. </li><li>However, reputable on-line casinos employ superior encryption technology and even strict security actions to protect your personal and financial information. </li><li>It’s the excellent idea to established your time budget, so you’re only playing a selected number of hours a day or week and not spending excessive instances playing. </li></ul><p>You can usually set deposit restrictions, time limits and in many cases loss limits.  I don\'t see sufficient people using these tools but they really enable you to keep in control of your gambling.  There’s a different page about our website together with information about typically the best roulette casinos.</p><h3 id=\"toc-11\">Standard Slot Features</h3><p>Additionally, you must be involving legal age, usually 18 or twenty-one, depending on the jurisdiction.  Keep throughout mind these aren’t the only ones, but rather a few of the the majority of reliable we learned in the beginning.  A ‘blackjack’ is if your palm is corresponding to precisely 21 and results in an fast win in the majority of cases.  When these people stop, specific combinations of symbols can lead to wins.</p><ul><li>You choose the set amount to tag (eg. 15 numbers), and place your current wager. </li><li>Here is the checklist with the most recent casinos launched to Australian gambling establishment players. </li><li>On our gambling establishment site you can easily find several types of keno including classic keno and others. </li><li>There are many ways gamers can win with online casinos, but the most important thing is to make sure you’re only playing whilst it’s fun – stop if it actually stops being fun. </li></ul><p>Whether you’re placing inside bets or even testing your luck on a Euro roulette table, Ignition Casino’s diverse offerings ensure every spin is just as exciting because the last.  Welcome to the extensive and captivating world of online gambling!  As you embark about this new journey, it\'s crucial in order to be well-informed in addition to prepared.</p><h3 id=\"toc-12\">Best Online Casino Sites Sydney (real Money)</h3><p>However, it’s important to carefully assessment the conditions and terms in order to fully benefit through these offers.  Ensure that this casino site you choose is improved for mobile perform, offering a seamless and enjoyable game playing experience on your current smartphone or tablet.  By benefiting from mobile-exclusive bonuses and the convenience of gaming out and about, you can delight in\" \"the top-notch casino knowledge wherever you usually are.  To fully knowledge the excitement, an individual can play casino games at a reputable online casino platform.</p><ul><li>Fortunately, a lot of casinos offer equipment and tips that will help you in order to keep your gambling throughout check. </li><li>Understandably, you want to be able to avoid pouring your current resources right into a video game with bias. </li><li>Some people will certainly say a gamble on blackjack may be the smartest, as this has the lowest home edge. </li><li>Thousands\" \"involving casino sites are competing for your some attention. </li></ul><p>Emily \"VegasMuse\" Thompson is actually a seasoned online on line casino enthusiast from down under.  With a new keen eye with regard to details and a great inherent knack with regard to strategizing, she has flipped her passion intended for the online online casino world into the successful writing profession.  We recommend the LIVE Dealer VERY IMPORTANT PERSONEL tables for substantial rollers because they provide the chance to be able to get down many huge bets.</p><h2 id=\"toc-13\">European Roulette</h2><p>With a multitude of00 the finest software offering a complete spectrum of different roulette games variants, the next sport is only a new swipe away.  Innovative online platforms have introduced thrilling fresh versions like Multi-Wheel Roulette and Dual Ball Roulette, expanding the possibilities and even excitement for roulette aficionados.  Each regarding these games features unique variations plus rules that put to their appeal.  You\'ll need some sort of stable internet connection, a device such as a computer or touch screen phone, and a good sort of payment.</p><ul><li>Having options is valuable, nevertheless too many options may be overwhelming—especially within the US casinos industry, where rely on is paramount. </li><li>Regular tournaments and lotteries make it a top choice regarding those who love big prize chances. </li><li>No a lot more traveling long miles or adhering to strict operating several hours. </li><li>Reputable payment methods have a popularity to protect plus would never partner along with a shady gaming site. </li><li>We’ll also describe precisely what you need to be able to understand about their own legal status within the US and viable alternatives in order to explore.\" \"[newline]If you keep reading through very long, you’ll likewise figure out how to choose the best online casinos and how in order to maximize your game play there. </li></ul><p>The key to long-term enjoyment and prospective success at typically the roulette table is in effective bank roll management.  It’s concerning setting a finances, dividing your cash wisely, and understanding when should you walk aside.  Adhering to succeed and loss restrictions can protect your bankroll, while taking regular breaks will help maintain perspective.  The Martingale Strategy is usually akin to some sort of double-edged sword—potent in the short term but fraught together with risk.  This method sees players doubling their bet right after each loss, with the aim of recovering all losses with a single earn.</p>','\"The Way To Gamble Online: Thirty Things You Require To Know','','publish','closed','','','the-way-to-gamble-online-thirty-things-you-require-to-know','','','2025-10-10 02:28:55','2025-10-09 19:28:55','',0,'https://lion288slot.com/?p=303',0,'post','',0),
(304,1,'2025-10-10 02:28:55','2025-10-09 19:28:55','<meta name=\"description\" content=\"Passed in May 2017, this legislation reduces loopholes for overseas operators that provide Australians. \"/><h1>Best Online Casino Australia 2025 Genuine Money Casino Manual\"</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">What Are Are Living Dealer Games? </a></li><li><a href=\"#toc-1\">Top Au Casino Sites By Simply Category</a></li><li><a href=\"#toc-2\">Blackjack</a></li><li><a href=\"#toc-3\">Online Roulette</a></li><li><a href=\"#toc-4\">The Positive Path Of Online Internet Casinos: Endless Excitement From Your Fingertips! Introduction</a></li><li><a href=\"#toc-5\">What Is A Very Good Technique For Beginners Actively Playing Online Roulette? </a></li><li><a href=\"#toc-6\">How To Try Out Slots On-line For Real Funds\"</a></li><li><a href=\"#toc-7\">Top Game Providers\" \"[newline]guide To Casino Bonuses</a></li><li><a href=\"#toc-8\">Best On-line Casinos Australia August 2025</a></li><li><a href=\"#toc-9\">Online On Line Casino Wagering Requirements</a></li><li><a href=\"#toc-10\">Betonline: Best All-in-one Casino Site</a></li><li><a href=\"#toc-11\">Standard Position Features</a></li><li><a href=\"#toc-12\">Best On The Web Casino Sites Australia (real Money)</a></li><li><a href=\"#toc-13\">European Roulette</a></li><li><a href=\"#toc-14\">Top Online Roulette Sites Intended For Actual Money Play Throughout 2025</a></li><li><a href=\"#toc-15\">Realtime Gaming</a></li><li><a href=\"#toc-16\">Our Expert Guideline To Registering In Online Casinos</a></li><li><a href=\"#toc-17\">Top Five Many Popular Free Gambling Establishment Games 2025</a></li><li><a href=\"#toc-18\">Does The Site Have Exclusive Features? </a></li><li><a href=\"#toc-19\">Exciting Additional Bonuses And Promotions</a></li><li><a href=\"#toc-20\">How To Deposit In An Online Casino</a></li><li><a href=\"#toc-21\">Bonuses And Promotions Galore</a></li><li><a href=\"#toc-22\">What’s A Wagering Necessity? </a></li><li><a href=\"#toc-23\">What Are Casino Games? </a></li><li><a href=\"#toc-24\">Exceptional Customer Support</a></li><li><a href=\"#toc-25\">How To Be Able To Deposit And Withdraw From Online Casinos In The Us</a></li><li><a href=\"#toc-27\">Types Regarding Online Casinos</a></li><li><a href=\"#toc-28\">The Best On The Web Casino Sites With Regard To Baccarat</a></li><li><a href=\"#toc-29\">Beginners Guide To Playing Casinos Online</a></li><li><a href=\"#toc-30\">Welcome Bonuses: First-time Participant Offers</a></li><li><a href=\"#toc-31\">Are On The Web Casino Bonuses Bigger Than Sportsbook Additional Bonuses? </a></li></ul></div><p>Real Money Casinos – These types of are the go-to online casinos exactly where you can chance for actual affiliate payouts.  They feature typical games like slot machines, roulette, blackjack, and more.  These forms of casinos are widely used, governed in numerous jurisdictions, plus often offer additional bonuses to help an individual get started.  In other casino video games, bonus features can include interactive story videos and \'Easter eggs\' in typically the form of small side games.  Rewards and bonuses present in real money video games, like progressive jackpots and free credit score, are sometimes awarded in free casino video games to help keep the game play realistic.</p><ul><li>Others prefer these people because they present huge payouts without having having to risk too much funds. </li><li>Playing video poker machines with cryptocurrencies could possibly be a fun approach to benefit from your current\" \"coalition and perhaps succeed some more tokens that will could grow in value. </li><li>When you’ve got more self-confidence, branch out in the other games. </li><li>Generally, the on line casino will match your best deposit 100% along with bonus money. </li></ul><p>That way, their users can explore different products right after signing up to be able to the site.  Casino bonuses need to be able to be wagered the certain number involving times (normally called something similar to “bonus gambling requirements”) in buy to be introduced and cashed out and about.  Bonuses from a casino site will be a great method for players to enjoy some games for free plus the chance to win real money when gambling online.  Welcome to online. casino Australia, your leading guide to enjoying internet casino with true money in Australia.  On this page, there is a best online casinos exclusively for AU players.  Our objective is to offer you with the particular best Aussie internet casinos based on your conditions, we’ve developed a unique toplist exactly where you can filtration operators based about rating, bonuses plus much more <a href=\"https://mostbet1bd.com/\">mostbet login</a>.</p><h2 id=\"toc-0\">What Are Live Dealer Games? </h2><p>You can then decide to keep playing along with these funds or even cash them out to your personal savings  account.  To perform so, it’s basically a matter involving requesting a disengagement, waiting a day or so to the online casino in order to perform its normal verification checks plus then your cash will be released to you.  More in addition to more Americans can easily legally place bets online now that US online betting laws allow legitimate gambling in the few of states, and much more are added every few months.  The gambling online sector will be growing year on year since online casino websites focus on making sure that you comply with laws targeted to regulate on the internet gambling.</p><ul><li>Payouts by way of crypto are typically processed within 24–48 hours, while card withdrawals may consider up to your five business days.\" \"[newline]From Bitcoin to Ethereum, digital currencies have become a favorite for online gamblers. </li><li>As a effect, the sums attached to these jackpots are usually large. </li><li>You possess your username and password, now you need in order to fund your account. </li><li>In his four yrs on the crew, they have covered on the internet gambling and sporting activities betting and did at reviewing gambling establishment sites. </li><li>It\'s interactive, enabling you to talk with the dealer and other participants. </li><li>What’s more, survive poker allows an individual to interact and even socialize with other players. </li></ul><p>Buffalo is a low-volatility slot that offers an impressive just one, 024 ways to be able to win.  Plus, the brilliant free spin and rewrite feature allows gamers to receive 20 free spins with multiplying wilds, offering them the opportunity to land big\" \"wins.  The excitement associated with spinning the reels and the impressive gameplay is what keeps players coming back for more, set up animal theme can appear slightly dated.</p><h3 id=\"toc-1\">Top Au Casino Sites By Category</h3><p>Ensure a person understand the phrases, like wagering specifications and game restrictions, to make typically the nearly all of it.  Super Slots supports credit rating cards (Visa, Master card, Discover), bank line, and a broad variety of cryptocurrencies including Bitcoin, Ethereum, and USDC.  Crypto payouts are typically processed within forty eight hours, while traditional methods take 3–5 business days <a href=\"https://mostbet1bd.com/app/\">mostbet app</a>.</p><ul><li>Make confident to look at your local regulatory requirements before you choose to play at any kind of casino listed on each of our site. </li><li>Isaac At the. Payne is the experienced technical doodlekit, creative writer, plus lead content supervisor at GamblingNerd. com. </li><li>The casino capabilities a standard variety of slots, video clip poker, and table games, as well while simple registration in addition to\" \"speedy withdrawal processing. </li><li>The LIVE dealer experience is the most realistic online casino game in comparison to playing with a land-based casino having the ability to bet your chips directly on the tables. </li><li>New casino participants can claim a new 100% welcome bonus way up to $3, 1000 (split across a couple of deposits) with a new 30x wagering necessity. </li></ul><p>However, that mainly focuses in providing an on-line alternative to its offline products.  So, if you’re a web based casino enthusiast that prefers physical casino games, Amatic is the guy.  European Different roulette games, with its one zero layout, holds as a testament to be able to the game’s long lasting appeal.  This variant not only offers a purist’s take in roulette but furthermore boasts a lower house edge, showing the odds somewhat more to your advantage.  It’s a timeless typical that continues in order to captivate players who else prefer the blend associated with tradition and positive odds.  The wonderful wheel of online roulette is governed by rules because timeless since the video game itself, yet using a digital distort.</p><h2 id=\"toc-2\">Blackjack</h2><p>As technology continues to advance, online casinos are recorded an upwards trajectory, captivating gaming enthusiasts everywhere together with their convenience, selection, and generous returns.  They offer a beneficial direction for anyone seeking entertainment in the convenience of their individual homes.  With\" \"unequaled convenience, a great variety of games, thrilling promotions, enhanced protection, and opportunities intended for social interaction, on the web casinos truly signify the continuing future of gambling.  Furthermore, online casinos have got taken stringent actions to ensure a safe and secure game playing environment.  Advanced encryption technology keeps your own personal and financial details safeguarded, so an individual can give attention to having fun without worrying with regards to your privacy.  Additionally, reputable online internet casinos are licensed plus regulated by trustworthy authorities, giving an individual peace of head which they operate fairly and responsibly.</p><ul><li>Needless to claim that you have also quite a few other ways to deposit money at some sort of safe Australian online casino. </li><li>Gambling may be addictive; in the event that you’re affected by gambling-related harms, please call GAMBLER. </li><li>In this blog post, we check out the positive direction\" \"on the web casinos are taking, shedding light in the key causes why more and more people usually are embracing this electronic gambling experience. </li><li>As some sort of result, the Curacao license should not be regarded as inherently strong. </li></ul><p>It’s an exilerating yet relatively simple game, making this ideal for beginner and expert participants.  Most video video poker machines are straightforward to experience, and scratch credit cards possess the simplest regulations so they’re the good kick off point.  Familiarize yourself using the entry points for client\" \"help as the casino’s team can help you with more complicated issues.  Most casinos have a new dedicated support webpage that displays the particular hours their group is available and where to speak to them via electronic mail or telephone.  You also want to look out for a live chat, even better when it’s available 24/7.  It’s a actually good idea to get a budget in thoughts and stick in order to it to assure you don’t get off track plus spend too a lot.</p><h3 id=\"toc-3\">Online Roulette</h3><p>The only US casinos online you can find us ever recommend are these that adhere to lawful regulations and player protection.  Most online casinos present demo versions regarding their games, that you can try out regarding free.  Most on the web casinos have 100s of games to choose from, many of them built by the finest casino software providers.</p><p>It’s additionally a excellent idea to set your time price range, so you’re only playing a specific number of hours a day or perhaps week and not really spending excessive occasions playing.  Stick to be able to a time in addition to deposit budget and take a break when a person need one.  Each casino game includes a set payout percent attributed to it, that is the common amount of funds the game will return to players while a percentage from the amount they gamble.  The higher the payout percentage, the more the game is inclined to fork out in order to its players.  Everyone might have an easy answer to what they are searching for right away.  Some AU casinos excel at the one thing, and others excel with another.</p><h2 id=\"toc-4\">The Positive Course Of Online Casinos: Endless Excitement At Your Fingertips! Introduction</h2><p>First, you must search our database and see if presently there are good-looking additional bonuses you would like to try.  Second, you should click upon our casino website link and read our expert reviews (especially the Safety &amp; Security part and the experiences part).  Third, you are totally free to navigate to the gambling establishment and make sure you verify that will everything is simply as it was said to be.</p><ul><li>With a multitude of00 the finest apps offering a full spectrum of roulette variants, the next online game is only some sort of swipe away. </li><li>While federal regulation doesn\'t explicitly stop online gambling, declares have the authority in order to regulate and permit online gaming businesses within their region. </li><li>The convenience of being in a position to enjoy your own favorite games within a lunch break, in your daily commute, as well as in your pajamas over a lazy time off is genuinely liberating. </li><li>In today’s packed online gambling scenery, standing out from the pack isn\'t simply about having the best games or bigger bonuses. </li><li>You’ll spin the fishing reels, and winning mixtures will appear about your screen. </li></ul><p>Most consider poker as the ‘game of skill’, and it’s really popular among expert casino players.  However, knowing how to learn casino online holdem poker games can always be challenging, as it’s also probably the most complex games.  Online internet casinos are booming inside popularity a lot more internet sites pop up annually, bringing with them a number of new and exciting games.  These sites can become accessed utilizing your mobile phone and desktop, that means you\" \"can play the game titles pretty much when and wherever a person want.  As such, it’s no surprise that the online online casino market is expected in order to be worth £35. 34bn in 2025.</p><h3 id=\"toc-5\">What Is A Very Good Technique For Beginners Enjoying Online Roulette? </h3><p>Playing video poker machines with cryptocurrencies can certainly be a fun way to take full advantage of your\" \"coalition and perhaps get some more tokens that will could grow in price.  Here may be the record with the almost all recent casinos released to Australian casino players.  At each of our casino site a person can find several types of video poker like jackpot poker, joker poker and others.  Delaware proudly embraced its nickname, \'the First State, \' by blazing typically the trail as the particular inaugural US express to legalize on the web gambling.</p><ul><li>So, you’re ready to be able to dive into typically the world of on the web roulette, but where do you get started? </li><li>The standard playthrough requirement is usually 30x for the deposit + bonus, that is on par with industry best practice rules. </li><li>The ultimate goal is usually to terrain as many corresponding symbols as feasible. </li><li>Legal on-line casinos in the USA often require at least the final four digits of your Social Security amount (SSN). </li></ul><p>The action kicked off on Come july 1st 15, 2020, whenever DraftKings became the pioneer site in order to launch.  Presently, Western Virginia boasts four established WV on-line casinos for participants to enjoy.  With all this motion occurring, Michigan saw its coffers outstanding which has a massive revenue boost, thanks to the influx of online gaming\" \"fanatics.  In 2024, on-line casinos generated roughly $2. 9 billion dollars in revenue, surrounding over $451 zillion in tax revenue to state and local governments.  The majority of tax revenue goes in order to the college Aid Account, with smaller servings invested in the metropolis of Detroit and even tribal communities.  It was the first state to legalize online casinos in 2013 through the New Jersey Internet Gaming Act.</p><h2 id=\"toc-6\">How To Play Slots On-line For Real Money\"</h2><p>So, you can appreciate peace of thoughts while\" \"spinning those reels or playing your hand.  Worried about the particular safety of the individual and financial data?  Fear not, as online casinos prioritize the security of the players.  Reputable on-line casinos employ advanced encryption technology to make certain all your information remains confidential.</p><ul><li>Its simple guidelines make it attainable to beginners, enabling them to swiftly join in in the action. </li><li>Although on the web casino games can easily be a lot of fun, they usually are most certainly not worth risking ruining your current life. </li><li>Fear not, as online casinos prioritize the security with their players. </li></ul><p>While it includes a thorough gaming selection, many users have reported payout delays plus strict bonus conditions.  We recommend researching player feedback ahead of committing to this specific platform.  Responsible wagering is not simply a catchphrase that will gambling bodies spout to appear to be these people care.  Gambling can be harmful plus the increasing emphasis in responsible gambling practices is intended to assist players to regulate their particular gambling practices.  Some sites will likely give a questionnaire that you can use to gauge no matter if you or a dearly loved has some sort of gambling problem.</p><h3 id=\"toc-7\">Top Game Providers\" \"[newline]guide To Casino Bonuses</h3><p>Then, you disclose the symbols under the icons, seeing no matter if you have some sort of win or possibly a damage.  This title will be a lottery-style video game you play utilizing a card with numbers one to eighty.  You choose some sort of set amount to tag (eg. 15 numbers), and place the wager.  The web host (for live on-line versions) or computer system for normal on-line ones, will after that call out/display something like 20 numbers, and an individual win based on how many numbers you may match.</p><ul><li>They usually are fast-paced and absolutely thrilling slots of which come\" \"using a digital screen. </li><li>Again, it is usually ultimately up to you to select which game providers you want the many. </li><li>Once you reconnect, you could typically resume by where you still left off. </li><li>The simplicity of accessing online casinos by means of computers, smartphones, or tablets has changed distinguishly the gambling sector, making it more inclusive and quickly accessible than ever before before. </li><li>Yes, free online casino games are suitable for mobile gamers. </li><li>Android and iPhone users can access hundreds of the particular best free gambling establishment games through Google Play and also the App Store. </li></ul><p>Poker will be available in a number of variations, hence precisely why it’s also popular.  The options range from Mississippi Stud to be able to Texas Hold’em enabling It Ride.  Keep in mind, even so, that this rules will be different jointly alternative.  In baccarat, the sole focus regarding the sport isn’t regarding you to the fatigue dealer.</p><h3 id=\"toc-8\">Best On The Web Casinos Australia August 2025</h3><p>Some casinos might ask for additional verification, like uploading an ID, to be able to confirm your personality.  Payments are versatile — the gambling establishment accepts Visa, Master card, AMEX, Discover, Bitcoin, Litecoin, plus a small number of other crypto coins.  Payouts via crypto are normally processed within 24–48 hours, while card withdrawals may consider up to your five business days.\" \"[newline]From Bitcoin to Ethereum, digital currencies are getting to be a favorite for online gamblers.</p><ul><li>Regular breaks may help assess your performance and make informed decisions about future bets. </li><li>Consider factors like game variety, bonuses, guard licensing and training, and user reviews. </li><li>After a flutter of proposals from Republican Brandt Iden, Michigan hit the jackpot by legalizing sports betting and on the web casinos in later 2019. </li><li>This internet resource is definitely going to take your gaming to be able to the next level and to heights of which it is never prior to. </li></ul><p>For holdem poker fans, Video Holdem poker is the ultimate test getting to the old techniques of 5-Card Attract battling it in the same approach poker was performed back in the Old West within the USA.  Video poker comes together with a lot of fun cheers to wild cards, bonus payouts, plus very high RTPs.  If you determine to play regarding real money, you only switch to real money mode.  However, due to\" \"regional legislation, these internet casinos aren’t legal across the US and and so they have minimal availability.</p><h2 id=\"toc-9\">Online Gambling Establishment Wagering Requirements</h2><p>Poker mixes skill and approach, with variations such as Texas Hold’em and Omaha attracting a passionate following.  Roulette is also a favorite, known for its simple however thrilling gameplay.  Players can place wagers on various effects, like a single number, groups of numbers, or red or dark.  The European edition of the game, known as European Roulette, is particularly popular due to the lower house advantage compared to Us roulette.  When you first open the on the internet casino, it might seem somewhat hectic.  You\'ll see a lot of colorful photos, many game options, and different sections.</p><ul><li>Even more impressive than this, we have made sure to go over each in addition to every one of these in an very easily digestible manner. </li><li>So, relax and focus on enjoying your favorite game titles as the casino requires care of maintaining your information safeguarded. </li><li>That’s why picking a licensed on line casino site with a good reputation is essential. </li></ul><p>New casino players can claim a new 100% welcome bonus upwards to $3, 000 (split across a couple of deposits) with a new 30x wagering requirement.  There are likewise reload bonuses, poker promos, and cost-free bet credits with regard to sportsbook users.  Provided you’re playing at a reputable site, you can withdraw your real funds wins to the bank account or by way of your preferred payment method.  The many common 5-reel on-line casino slots intended for real money inside the US consist of Mega Moolah, Starburst, National Lampoons Vacation trips, and Wolf Precious metal, to mention a few.</p><h2 id=\"toc-10\">Betonline: Greatest All-in-one Casino Site</h2><p>It’s a strategy that favors the cautious and computes, those who search for to ride the waves of probability with a assessed hand.  Many on-line slot machines in addition feature in-game reward rounds that can merit free spins, multipliers, and other awards.  These bonuses add another layer of excitement and boost the potential for big wins.  For beginners, platforms like Bovada offer unique promotions and lowest wager options in order to help you get started without smashing the bank.  One of the the majority of appealing aspects of on-line slots is the possible for progressive jackpots.  These jackpots gather over time since players contribute to a central pan that is escalating until one lucky participant hits the\" \"goldmine.</p><ul><li>There usually are different kinds of bonuses and not necessarily all of these people are worth your current time. </li><li>From typically the nostalgic 3-reel slots towards the latest THREE DIMENSIONAL video slots, there\'s a game for every player. </li><li>Some real money internet casinos offer a one-stop video gaming service where they offer other products such as sports betting, poker, and esports under one site. </li><li>There’s a misconception in gambling that will if you’ve recently been on\" \"a new losing streak for quite a while if you enjoy lengthy enough you’re because of a win. </li><li>However, reputable on-line casinos employ superior encryption technology and even strict security actions to protect your personal and financial information. </li><li>It’s the excellent idea to established your time budget, so you’re only playing a selected number of hours a day or week and not spending excessive instances playing. </li></ul><p>You can usually set deposit restrictions, time limits and in many cases loss limits.  I don\'t see sufficient people using these tools but they really enable you to keep in control of your gambling.  There’s a different page about our website together with information about typically the best roulette casinos.</p><h3 id=\"toc-11\">Standard Slot Features</h3><p>Additionally, you must be involving legal age, usually 18 or twenty-one, depending on the jurisdiction.  Keep throughout mind these aren’t the only ones, but rather a few of the the majority of reliable we learned in the beginning.  A ‘blackjack’ is if your palm is corresponding to precisely 21 and results in an fast win in the majority of cases.  When these people stop, specific combinations of symbols can lead to wins.</p><ul><li>You choose the set amount to tag (eg. 15 numbers), and place your current wager. </li><li>Here is the checklist with the most recent casinos launched to Australian gambling establishment players. </li><li>On our gambling establishment site you can easily find several types of keno including classic keno and others. </li><li>There are many ways gamers can win with online casinos, but the most important thing is to make sure you’re only playing whilst it’s fun – stop if it actually stops being fun. </li></ul><p>Whether you’re placing inside bets or even testing your luck on a Euro roulette table, Ignition Casino’s diverse offerings ensure every spin is just as exciting because the last.  Welcome to the extensive and captivating world of online gambling!  As you embark about this new journey, it\'s crucial in order to be well-informed in addition to prepared.</p><h3 id=\"toc-12\">Best Online Casino Sites Sydney (real Money)</h3><p>However, it’s important to carefully assessment the conditions and terms in order to fully benefit through these offers.  Ensure that this casino site you choose is improved for mobile perform, offering a seamless and enjoyable game playing experience on your current smartphone or tablet.  By benefiting from mobile-exclusive bonuses and the convenience of gaming out and about, you can delight in\" \"the top-notch casino knowledge wherever you usually are.  To fully knowledge the excitement, an individual can play casino games at a reputable online casino platform.</p><ul><li>Fortunately, a lot of casinos offer equipment and tips that will help you in order to keep your gambling throughout check. </li><li>Understandably, you want to be able to avoid pouring your current resources right into a video game with bias. </li><li>Some people will certainly say a gamble on blackjack may be the smartest, as this has the lowest home edge. </li><li>Thousands\" \"involving casino sites are competing for your some attention. </li></ul><p>Emily \"VegasMuse\" Thompson is actually a seasoned online on line casino enthusiast from down under.  With a new keen eye with regard to details and a great inherent knack with regard to strategizing, she has flipped her passion intended for the online online casino world into the successful writing profession.  We recommend the LIVE Dealer VERY IMPORTANT PERSONEL tables for substantial rollers because they provide the chance to be able to get down many huge bets.</p><h2 id=\"toc-13\">European Roulette</h2><p>With a multitude of00 the finest software offering a complete spectrum of different roulette games variants, the next sport is only a new swipe away.  Innovative online platforms have introduced thrilling fresh versions like Multi-Wheel Roulette and Dual Ball Roulette, expanding the possibilities and even excitement for roulette aficionados.  Each regarding these games features unique variations plus rules that put to their appeal.  You\'ll need some sort of stable internet connection, a device such as a computer or touch screen phone, and a good sort of payment.</p><ul><li>Having options is valuable, nevertheless too many options may be overwhelming—especially within the US casinos industry, where rely on is paramount. </li><li>Regular tournaments and lotteries make it a top choice regarding those who love big prize chances. </li><li>No a lot more traveling long miles or adhering to strict operating several hours. </li><li>Reputable payment methods have a popularity to protect plus would never partner along with a shady gaming site. </li><li>We’ll also describe precisely what you need to be able to understand about their own legal status within the US and viable alternatives in order to explore.\" \"[newline]If you keep reading through very long, you’ll likewise figure out how to choose the best online casinos and how in order to maximize your game play there. </li></ul><p>The key to long-term enjoyment and prospective success at typically the roulette table is in effective bank roll management.  It’s concerning setting a finances, dividing your cash wisely, and understanding when should you walk aside.  Adhering to succeed and loss restrictions can protect your bankroll, while taking regular breaks will help maintain perspective.  The Martingale Strategy is usually akin to some sort of double-edged sword—potent in the short term but fraught together with risk.  This method sees players doubling their bet right after each loss, with the aim of recovering all losses with a single earn.</p>','\"The Way To Gamble Online: Thirty Things You Require To Know','','inherit','closed','closed','','303-revision-v1','','','2025-10-10 02:28:55','2025-10-09 19:28:55','',303,'https://lion288slot.com/?p=304',0,'revision','',0),
(305,1,'2025-10-08 06:29:06','2025-10-07 23:29:06','<meta name=\"description\" content=\"Passed in May 2017, this legislation reduces loopholes for overseas operators that provide Australians. \"/><h1>Best Online Casino Australia 2025 Genuine Money Casino Manual\"</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">What Are Are Living Dealer Games? </a></li><li><a href=\"#toc-1\">Top Au Casino Sites By Simply Category</a></li><li><a href=\"#toc-2\">Blackjack</a></li><li><a href=\"#toc-3\">Online Roulette</a></li><li><a href=\"#toc-4\">The Positive Path Of Online Internet Casinos: Endless Excitement From Your Fingertips! Introduction</a></li><li><a href=\"#toc-5\">What Is A Very Good Technique For Beginners Actively Playing Online Roulette? </a></li><li><a href=\"#toc-6\">How To Try Out Slots On-line For Real Funds\"</a></li><li><a href=\"#toc-7\">Top Game Providers\" \"[newline]guide To Casino Bonuses</a></li><li><a href=\"#toc-8\">Best On-line Casinos Australia August 2025</a></li><li><a href=\"#toc-9\">Online On Line Casino Wagering Requirements</a></li><li><a href=\"#toc-10\">Betonline: Best All-in-one Casino Site</a></li><li><a href=\"#toc-11\">Standard Position Features</a></li><li><a href=\"#toc-12\">Best On The Web Casino Sites Australia (real Money)</a></li><li><a href=\"#toc-13\">European Roulette</a></li><li><a href=\"#toc-14\">Top Online Roulette Sites Intended For Actual Money Play Throughout 2025</a></li><li><a href=\"#toc-15\">Realtime Gaming</a></li><li><a href=\"#toc-16\">Our Expert Guideline To Registering In Online Casinos</a></li><li><a href=\"#toc-17\">Top Five Many Popular Free Gambling Establishment Games 2025</a></li><li><a href=\"#toc-18\">Does The Site Have Exclusive Features? </a></li><li><a href=\"#toc-19\">Exciting Additional Bonuses And Promotions</a></li><li><a href=\"#toc-20\">How To Deposit In An Online Casino</a></li><li><a href=\"#toc-21\">Bonuses And Promotions Galore</a></li><li><a href=\"#toc-22\">What’s A Wagering Necessity? </a></li><li><a href=\"#toc-23\">What Are Casino Games? </a></li><li><a href=\"#toc-24\">Exceptional Customer Support</a></li><li><a href=\"#toc-25\">How To Be Able To Deposit And Withdraw From Online Casinos In The Us</a></li><li><a href=\"#toc-27\">Types Regarding Online Casinos</a></li><li><a href=\"#toc-28\">The Best On The Web Casino Sites With Regard To Baccarat</a></li><li><a href=\"#toc-29\">Beginners Guide To Playing Casinos Online</a></li><li><a href=\"#toc-30\">Welcome Bonuses: First-time Participant Offers</a></li><li><a href=\"#toc-31\">Are On The Web Casino Bonuses Bigger Than Sportsbook Additional Bonuses? </a></li></ul></div><p>Real Money Casinos – These types of are the go-to online casinos exactly where you can chance for actual affiliate payouts.  They feature typical games like slot machines, roulette, blackjack, and more.  These forms of casinos are widely used, governed in numerous jurisdictions, plus often offer additional bonuses to help an individual get started.  In other casino video games, bonus features can include interactive story videos and \'Easter eggs\' in typically the form of small side games.  Rewards and bonuses present in real money video games, like progressive jackpots and free credit score, are sometimes awarded in free casino video games to help keep the game play realistic.</p><ul><li>Others prefer these people because they present huge payouts without having having to risk too much funds. </li><li>Playing video poker machines with cryptocurrencies could possibly be a fun approach to benefit from your current\" \"coalition and perhaps succeed some more tokens that will could grow in value. </li><li>When you’ve got more self-confidence, branch out in the other games. </li><li>Generally, the on line casino will match your best deposit 100% along with bonus money. </li></ul><p>That way, their users can explore different products right after signing up to be able to the site.  Casino bonuses need to be able to be wagered the certain number involving times (normally called something similar to “bonus gambling requirements”) in buy to be introduced and cashed out and about.  Bonuses from a casino site will be a great method for players to enjoy some games for free plus the chance to win real money when gambling online.  Welcome to online. casino Australia, your leading guide to enjoying internet casino with true money in Australia.  On this page, there is a best online casinos exclusively for AU players.  Our objective is to offer you with the particular best Aussie internet casinos based on your conditions, we’ve developed a unique toplist exactly where you can filtration operators based about rating, bonuses plus much more <a href=\"https://mostbet1bd.com/\">mostbet login</a>.</p><h2 id=\"toc-0\">What Are Live Dealer Games? </h2><p>You can then decide to keep playing along with these funds or even cash them out to your personal savings  account.  To perform so, it’s basically a matter involving requesting a disengagement, waiting a day or so to the online casino in order to perform its normal verification checks plus then your cash will be released to you.  More in addition to more Americans can easily legally place bets online now that US online betting laws allow legitimate gambling in the few of states, and much more are added every few months.  The gambling online sector will be growing year on year since online casino websites focus on making sure that you comply with laws targeted to regulate on the internet gambling.</p><ul><li>Payouts by way of crypto are typically processed within 24–48 hours, while card withdrawals may consider up to your five business days.\" \"[newline]From Bitcoin to Ethereum, digital currencies have become a favorite for online gamblers. </li><li>As a effect, the sums attached to these jackpots are usually large. </li><li>You possess your username and password, now you need in order to fund your account. </li><li>In his four yrs on the crew, they have covered on the internet gambling and sporting activities betting and did at reviewing gambling establishment sites. </li><li>It\'s interactive, enabling you to talk with the dealer and other participants. </li><li>What’s more, survive poker allows an individual to interact and even socialize with other players. </li></ul><p>Buffalo is a low-volatility slot that offers an impressive just one, 024 ways to be able to win.  Plus, the brilliant free spin and rewrite feature allows gamers to receive 20 free spins with multiplying wilds, offering them the opportunity to land big\" \"wins.  The excitement associated with spinning the reels and the impressive gameplay is what keeps players coming back for more, set up animal theme can appear slightly dated.</p><h3 id=\"toc-1\">Top Au Casino Sites By Category</h3><p>Ensure a person understand the phrases, like wagering specifications and game restrictions, to make typically the nearly all of it.  Super Slots supports credit rating cards (Visa, Master card, Discover), bank line, and a broad variety of cryptocurrencies including Bitcoin, Ethereum, and USDC.  Crypto payouts are typically processed within forty eight hours, while traditional methods take 3–5 business days <a href=\"https://mostbet1bd.com/app/\">mostbet app</a>.</p><ul><li>Make confident to look at your local regulatory requirements before you choose to play at any kind of casino listed on each of our site. </li><li>Isaac At the. Payne is the experienced technical doodlekit, creative writer, plus lead content supervisor at GamblingNerd. com. </li><li>The casino capabilities a standard variety of slots, video clip poker, and table games, as well while simple registration in addition to\" \"speedy withdrawal processing. </li><li>The LIVE dealer experience is the most realistic online casino game in comparison to playing with a land-based casino having the ability to bet your chips directly on the tables. </li><li>New casino participants can claim a new 100% welcome bonus way up to $3, 1000 (split across a couple of deposits) with a new 30x wagering necessity. </li></ul><p>However, that mainly focuses in providing an on-line alternative to its offline products.  So, if you’re a web based casino enthusiast that prefers physical casino games, Amatic is the guy.  European Different roulette games, with its one zero layout, holds as a testament to be able to the game’s long lasting appeal.  This variant not only offers a purist’s take in roulette but furthermore boasts a lower house edge, showing the odds somewhat more to your advantage.  It’s a timeless typical that continues in order to captivate players who else prefer the blend associated with tradition and positive odds.  The wonderful wheel of online roulette is governed by rules because timeless since the video game itself, yet using a digital distort.</p><h2 id=\"toc-2\">Blackjack</h2><p>As technology continues to advance, online casinos are recorded an upwards trajectory, captivating gaming enthusiasts everywhere together with their convenience, selection, and generous returns.  They offer a beneficial direction for anyone seeking entertainment in the convenience of their individual homes.  With\" \"unequaled convenience, a great variety of games, thrilling promotions, enhanced protection, and opportunities intended for social interaction, on the web casinos truly signify the continuing future of gambling.  Furthermore, online casinos have got taken stringent actions to ensure a safe and secure game playing environment.  Advanced encryption technology keeps your own personal and financial details safeguarded, so an individual can give attention to having fun without worrying with regards to your privacy.  Additionally, reputable online internet casinos are licensed plus regulated by trustworthy authorities, giving an individual peace of head which they operate fairly and responsibly.</p><ul><li>Needless to claim that you have also quite a few other ways to deposit money at some sort of safe Australian online casino. </li><li>Gambling may be addictive; in the event that you’re affected by gambling-related harms, please call GAMBLER. </li><li>In this blog post, we check out the positive direction\" \"on the web casinos are taking, shedding light in the key causes why more and more people usually are embracing this electronic gambling experience. </li><li>As some sort of result, the Curacao license should not be regarded as inherently strong. </li></ul><p>It’s an exilerating yet relatively simple game, making this ideal for beginner and expert participants.  Most video video poker machines are straightforward to experience, and scratch credit cards possess the simplest regulations so they’re the good kick off point.  Familiarize yourself using the entry points for client\" \"help as the casino’s team can help you with more complicated issues.  Most casinos have a new dedicated support webpage that displays the particular hours their group is available and where to speak to them via electronic mail or telephone.  You also want to look out for a live chat, even better when it’s available 24/7.  It’s a actually good idea to get a budget in thoughts and stick in order to it to assure you don’t get off track plus spend too a lot.</p><h3 id=\"toc-3\">Online Roulette</h3><p>The only US casinos online you can find us ever recommend are these that adhere to lawful regulations and player protection.  Most online casinos present demo versions regarding their games, that you can try out regarding free.  Most on the web casinos have 100s of games to choose from, many of them built by the finest casino software providers.</p><p>It’s additionally a excellent idea to set your time price range, so you’re only playing a specific number of hours a day or perhaps week and not really spending excessive occasions playing.  Stick to be able to a time in addition to deposit budget and take a break when a person need one.  Each casino game includes a set payout percent attributed to it, that is the common amount of funds the game will return to players while a percentage from the amount they gamble.  The higher the payout percentage, the more the game is inclined to fork out in order to its players.  Everyone might have an easy answer to what they are searching for right away.  Some AU casinos excel at the one thing, and others excel with another.</p><h2 id=\"toc-4\">The Positive Course Of Online Casinos: Endless Excitement At Your Fingertips! Introduction</h2><p>First, you must search our database and see if presently there are good-looking additional bonuses you would like to try.  Second, you should click upon our casino website link and read our expert reviews (especially the Safety &amp; Security part and the experiences part).  Third, you are totally free to navigate to the gambling establishment and make sure you verify that will everything is simply as it was said to be.</p><ul><li>With a multitude of00 the finest apps offering a full spectrum of roulette variants, the next online game is only some sort of swipe away. </li><li>While federal regulation doesn\'t explicitly stop online gambling, declares have the authority in order to regulate and permit online gaming businesses within their region. </li><li>The convenience of being in a position to enjoy your own favorite games within a lunch break, in your daily commute, as well as in your pajamas over a lazy time off is genuinely liberating. </li><li>In today’s packed online gambling scenery, standing out from the pack isn\'t simply about having the best games or bigger bonuses. </li><li>You’ll spin the fishing reels, and winning mixtures will appear about your screen. </li></ul><p>Most consider poker as the ‘game of skill’, and it’s really popular among expert casino players.  However, knowing how to learn casino online holdem poker games can always be challenging, as it’s also probably the most complex games.  Online internet casinos are booming inside popularity a lot more internet sites pop up annually, bringing with them a number of new and exciting games.  These sites can become accessed utilizing your mobile phone and desktop, that means you\" \"can play the game titles pretty much when and wherever a person want.  As such, it’s no surprise that the online online casino market is expected in order to be worth £35. 34bn in 2025.</p><h3 id=\"toc-5\">What Is A Very Good Technique For Beginners Enjoying Online Roulette? </h3><p>Playing video poker machines with cryptocurrencies can certainly be a fun way to take full advantage of your\" \"coalition and perhaps get some more tokens that will could grow in price.  Here may be the record with the almost all recent casinos released to Australian casino players.  At each of our casino site a person can find several types of video poker like jackpot poker, joker poker and others.  Delaware proudly embraced its nickname, \'the First State, \' by blazing typically the trail as the particular inaugural US express to legalize on the web gambling.</p><ul><li>So, you’re ready to be able to dive into typically the world of on the web roulette, but where do you get started? </li><li>The standard playthrough requirement is usually 30x for the deposit + bonus, that is on par with industry best practice rules. </li><li>The ultimate goal is usually to terrain as many corresponding symbols as feasible. </li><li>Legal on-line casinos in the USA often require at least the final four digits of your Social Security amount (SSN). </li></ul><p>The action kicked off on Come july 1st 15, 2020, whenever DraftKings became the pioneer site in order to launch.  Presently, Western Virginia boasts four established WV on-line casinos for participants to enjoy.  With all this motion occurring, Michigan saw its coffers outstanding which has a massive revenue boost, thanks to the influx of online gaming\" \"fanatics.  In 2024, on-line casinos generated roughly $2. 9 billion dollars in revenue, surrounding over $451 zillion in tax revenue to state and local governments.  The majority of tax revenue goes in order to the college Aid Account, with smaller servings invested in the metropolis of Detroit and even tribal communities.  It was the first state to legalize online casinos in 2013 through the New Jersey Internet Gaming Act.</p><h2 id=\"toc-6\">How To Play Slots On-line For Real Money\"</h2><p>So, you can appreciate peace of thoughts while\" \"spinning those reels or playing your hand.  Worried about the particular safety of the individual and financial data?  Fear not, as online casinos prioritize the security of the players.  Reputable on-line casinos employ advanced encryption technology to make certain all your information remains confidential.</p><ul><li>Its simple guidelines make it attainable to beginners, enabling them to swiftly join in in the action. </li><li>Although on the web casino games can easily be a lot of fun, they usually are most certainly not worth risking ruining your current life. </li><li>Fear not, as online casinos prioritize the security with their players. </li></ul><p>While it includes a thorough gaming selection, many users have reported payout delays plus strict bonus conditions.  We recommend researching player feedback ahead of committing to this specific platform.  Responsible wagering is not simply a catchphrase that will gambling bodies spout to appear to be these people care.  Gambling can be harmful plus the increasing emphasis in responsible gambling practices is intended to assist players to regulate their particular gambling practices.  Some sites will likely give a questionnaire that you can use to gauge no matter if you or a dearly loved has some sort of gambling problem.</p><h3 id=\"toc-7\">Top Game Providers\" \"[newline]guide To Casino Bonuses</h3><p>Then, you disclose the symbols under the icons, seeing no matter if you have some sort of win or possibly a damage.  This title will be a lottery-style video game you play utilizing a card with numbers one to eighty.  You choose some sort of set amount to tag (eg. 15 numbers), and place the wager.  The web host (for live on-line versions) or computer system for normal on-line ones, will after that call out/display something like 20 numbers, and an individual win based on how many numbers you may match.</p><ul><li>They usually are fast-paced and absolutely thrilling slots of which come\" \"using a digital screen. </li><li>Again, it is usually ultimately up to you to select which game providers you want the many. </li><li>Once you reconnect, you could typically resume by where you still left off. </li><li>The simplicity of accessing online casinos by means of computers, smartphones, or tablets has changed distinguishly the gambling sector, making it more inclusive and quickly accessible than ever before before. </li><li>Yes, free online casino games are suitable for mobile gamers. </li><li>Android and iPhone users can access hundreds of the particular best free gambling establishment games through Google Play and also the App Store. </li></ul><p>Poker will be available in a number of variations, hence precisely why it’s also popular.  The options range from Mississippi Stud to be able to Texas Hold’em enabling It Ride.  Keep in mind, even so, that this rules will be different jointly alternative.  In baccarat, the sole focus regarding the sport isn’t regarding you to the fatigue dealer.</p><h3 id=\"toc-8\">Best On The Web Casinos Australia August 2025</h3><p>Some casinos might ask for additional verification, like uploading an ID, to be able to confirm your personality.  Payments are versatile — the gambling establishment accepts Visa, Master card, AMEX, Discover, Bitcoin, Litecoin, plus a small number of other crypto coins.  Payouts via crypto are normally processed within 24–48 hours, while card withdrawals may consider up to your five business days.\" \"[newline]From Bitcoin to Ethereum, digital currencies are getting to be a favorite for online gamblers.</p><ul><li>Regular breaks may help assess your performance and make informed decisions about future bets. </li><li>Consider factors like game variety, bonuses, guard licensing and training, and user reviews. </li><li>After a flutter of proposals from Republican Brandt Iden, Michigan hit the jackpot by legalizing sports betting and on the web casinos in later 2019. </li><li>This internet resource is definitely going to take your gaming to be able to the next level and to heights of which it is never prior to. </li></ul><p>For holdem poker fans, Video Holdem poker is the ultimate test getting to the old techniques of 5-Card Attract battling it in the same approach poker was performed back in the Old West within the USA.  Video poker comes together with a lot of fun cheers to wild cards, bonus payouts, plus very high RTPs.  If you determine to play regarding real money, you only switch to real money mode.  However, due to\" \"regional legislation, these internet casinos aren’t legal across the US and and so they have minimal availability.</p><h2 id=\"toc-9\">Online Gambling Establishment Wagering Requirements</h2><p>Poker mixes skill and approach, with variations such as Texas Hold’em and Omaha attracting a passionate following.  Roulette is also a favorite, known for its simple however thrilling gameplay.  Players can place wagers on various effects, like a single number, groups of numbers, or red or dark.  The European edition of the game, known as European Roulette, is particularly popular due to the lower house advantage compared to Us roulette.  When you first open the on the internet casino, it might seem somewhat hectic.  You\'ll see a lot of colorful photos, many game options, and different sections.</p><ul><li>Even more impressive than this, we have made sure to go over each in addition to every one of these in an very easily digestible manner. </li><li>So, relax and focus on enjoying your favorite game titles as the casino requires care of maintaining your information safeguarded. </li><li>That’s why picking a licensed on line casino site with a good reputation is essential. </li></ul><p>New casino players can claim a new 100% welcome bonus upwards to $3, 000 (split across a couple of deposits) with a new 30x wagering requirement.  There are likewise reload bonuses, poker promos, and cost-free bet credits with regard to sportsbook users.  Provided you’re playing at a reputable site, you can withdraw your real funds wins to the bank account or by way of your preferred payment method.  The many common 5-reel on-line casino slots intended for real money inside the US consist of Mega Moolah, Starburst, National Lampoons Vacation trips, and Wolf Precious metal, to mention a few.</p><h2 id=\"toc-10\">Betonline: Greatest All-in-one Casino Site</h2><p>It’s a strategy that favors the cautious and computes, those who search for to ride the waves of probability with a assessed hand.  Many on-line slot machines in addition feature in-game reward rounds that can merit free spins, multipliers, and other awards.  These bonuses add another layer of excitement and boost the potential for big wins.  For beginners, platforms like Bovada offer unique promotions and lowest wager options in order to help you get started without smashing the bank.  One of the the majority of appealing aspects of on-line slots is the possible for progressive jackpots.  These jackpots gather over time since players contribute to a central pan that is escalating until one lucky participant hits the\" \"goldmine.</p><ul><li>There usually are different kinds of bonuses and not necessarily all of these people are worth your current time. </li><li>From typically the nostalgic 3-reel slots towards the latest THREE DIMENSIONAL video slots, there\'s a game for every player. </li><li>Some real money internet casinos offer a one-stop video gaming service where they offer other products such as sports betting, poker, and esports under one site. </li><li>There’s a misconception in gambling that will if you’ve recently been on\" \"a new losing streak for quite a while if you enjoy lengthy enough you’re because of a win. </li><li>However, reputable on-line casinos employ superior encryption technology and even strict security actions to protect your personal and financial information. </li><li>It’s the excellent idea to established your time budget, so you’re only playing a selected number of hours a day or week and not spending excessive instances playing. </li></ul><p>You can usually set deposit restrictions, time limits and in many cases loss limits.  I don\'t see sufficient people using these tools but they really enable you to keep in control of your gambling.  There’s a different page about our website together with information about typically the best roulette casinos.</p><h3 id=\"toc-11\">Standard Slot Features</h3><p>Additionally, you must be involving legal age, usually 18 or twenty-one, depending on the jurisdiction.  Keep throughout mind these aren’t the only ones, but rather a few of the the majority of reliable we learned in the beginning.  A ‘blackjack’ is if your palm is corresponding to precisely 21 and results in an fast win in the majority of cases.  When these people stop, specific combinations of symbols can lead to wins.</p><ul><li>You choose the set amount to tag (eg. 15 numbers), and place your current wager. </li><li>Here is the checklist with the most recent casinos launched to Australian gambling establishment players. </li><li>On our gambling establishment site you can easily find several types of keno including classic keno and others. </li><li>There are many ways gamers can win with online casinos, but the most important thing is to make sure you’re only playing whilst it’s fun – stop if it actually stops being fun. </li></ul><p>Whether you’re placing inside bets or even testing your luck on a Euro roulette table, Ignition Casino’s diverse offerings ensure every spin is just as exciting because the last.  Welcome to the extensive and captivating world of online gambling!  As you embark about this new journey, it\'s crucial in order to be well-informed in addition to prepared.</p><h3 id=\"toc-12\">Best Online Casino Sites Sydney (real Money)</h3><p>However, it’s important to carefully assessment the conditions and terms in order to fully benefit through these offers.  Ensure that this casino site you choose is improved for mobile perform, offering a seamless and enjoyable game playing experience on your current smartphone or tablet.  By benefiting from mobile-exclusive bonuses and the convenience of gaming out and about, you can delight in\" \"the top-notch casino knowledge wherever you usually are.  To fully knowledge the excitement, an individual can play casino games at a reputable online casino platform.</p><ul><li>Fortunately, a lot of casinos offer equipment and tips that will help you in order to keep your gambling throughout check. </li><li>Understandably, you want to be able to avoid pouring your current resources right into a video game with bias. </li><li>Some people will certainly say a gamble on blackjack may be the smartest, as this has the lowest home edge. </li><li>Thousands\" \"involving casino sites are competing for your some attention. </li></ul><p>Emily \"VegasMuse\" Thompson is actually a seasoned online on line casino enthusiast from down under.  With a new keen eye with regard to details and a great inherent knack with regard to strategizing, she has flipped her passion intended for the online online casino world into the successful writing profession.  We recommend the LIVE Dealer VERY IMPORTANT PERSONEL tables for substantial rollers because they provide the chance to be able to get down many huge bets.</p><h2 id=\"toc-13\">European Roulette</h2><p>With a multitude of00 the finest software offering a complete spectrum of different roulette games variants, the next sport is only a new swipe away.  Innovative online platforms have introduced thrilling fresh versions like Multi-Wheel Roulette and Dual Ball Roulette, expanding the possibilities and even excitement for roulette aficionados.  Each regarding these games features unique variations plus rules that put to their appeal.  You\'ll need some sort of stable internet connection, a device such as a computer or touch screen phone, and a good sort of payment.</p><ul><li>Having options is valuable, nevertheless too many options may be overwhelming—especially within the US casinos industry, where rely on is paramount. </li><li>Regular tournaments and lotteries make it a top choice regarding those who love big prize chances. </li><li>No a lot more traveling long miles or adhering to strict operating several hours. </li><li>Reputable payment methods have a popularity to protect plus would never partner along with a shady gaming site. </li><li>We’ll also describe precisely what you need to be able to understand about their own legal status within the US and viable alternatives in order to explore.\" \"[newline]If you keep reading through very long, you’ll likewise figure out how to choose the best online casinos and how in order to maximize your game play there. </li></ul><p>The key to long-term enjoyment and prospective success at typically the roulette table is in effective bank roll management.  It’s concerning setting a finances, dividing your cash wisely, and understanding when should you walk aside.  Adhering to succeed and loss restrictions can protect your bankroll, while taking regular breaks will help maintain perspective.  The Martingale Strategy is usually akin to some sort of double-edged sword—potent in the short term but fraught together with risk.  This method sees players doubling their bet right after each loss, with the aim of recovering all losses with a single earn.</p>','\"The Way To Gamble Online: Thirty Things You Require To Know','','publish','open','open','','the-way-to-gamble-online-thirty-things-you-require-to-know-2','','','2025-10-10 02:29:29','2025-10-09 19:29:29','',0,'https://lion288slot.com/?p=305',0,'post','',0),
(306,1,'2025-10-10 02:29:19','2025-10-09 19:29:19','<meta name=\"description\" content=\"Passed in May 2017, this legislation reduces loopholes for overseas operators that provide Australians. \"/><h1>Best Online Casino Australia 2025 Genuine Money Casino Manual\"</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">What Are Are Living Dealer Games? </a></li><li><a href=\"#toc-1\">Top Au Casino Sites By Simply Category</a></li><li><a href=\"#toc-2\">Blackjack</a></li><li><a href=\"#toc-3\">Online Roulette</a></li><li><a href=\"#toc-4\">The Positive Path Of Online Internet Casinos: Endless Excitement From Your Fingertips! Introduction</a></li><li><a href=\"#toc-5\">What Is A Very Good Technique For Beginners Actively Playing Online Roulette? </a></li><li><a href=\"#toc-6\">How To Try Out Slots On-line For Real Funds\"</a></li><li><a href=\"#toc-7\">Top Game Providers\" \"[newline]guide To Casino Bonuses</a></li><li><a href=\"#toc-8\">Best On-line Casinos Australia August 2025</a></li><li><a href=\"#toc-9\">Online On Line Casino Wagering Requirements</a></li><li><a href=\"#toc-10\">Betonline: Best All-in-one Casino Site</a></li><li><a href=\"#toc-11\">Standard Position Features</a></li><li><a href=\"#toc-12\">Best On The Web Casino Sites Australia (real Money)</a></li><li><a href=\"#toc-13\">European Roulette</a></li><li><a href=\"#toc-14\">Top Online Roulette Sites Intended For Actual Money Play Throughout 2025</a></li><li><a href=\"#toc-15\">Realtime Gaming</a></li><li><a href=\"#toc-16\">Our Expert Guideline To Registering In Online Casinos</a></li><li><a href=\"#toc-17\">Top Five Many Popular Free Gambling Establishment Games 2025</a></li><li><a href=\"#toc-18\">Does The Site Have Exclusive Features? </a></li><li><a href=\"#toc-19\">Exciting Additional Bonuses And Promotions</a></li><li><a href=\"#toc-20\">How To Deposit In An Online Casino</a></li><li><a href=\"#toc-21\">Bonuses And Promotions Galore</a></li><li><a href=\"#toc-22\">What’s A Wagering Necessity? </a></li><li><a href=\"#toc-23\">What Are Casino Games? </a></li><li><a href=\"#toc-24\">Exceptional Customer Support</a></li><li><a href=\"#toc-25\">How To Be Able To Deposit And Withdraw From Online Casinos In The Us</a></li><li><a href=\"#toc-27\">Types Regarding Online Casinos</a></li><li><a href=\"#toc-28\">The Best On The Web Casino Sites With Regard To Baccarat</a></li><li><a href=\"#toc-29\">Beginners Guide To Playing Casinos Online</a></li><li><a href=\"#toc-30\">Welcome Bonuses: First-time Participant Offers</a></li><li><a href=\"#toc-31\">Are On The Web Casino Bonuses Bigger Than Sportsbook Additional Bonuses? </a></li></ul></div><p>Real Money Casinos – These types of are the go-to online casinos exactly where you can chance for actual affiliate payouts.  They feature typical games like slot machines, roulette, blackjack, and more.  These forms of casinos are widely used, governed in numerous jurisdictions, plus often offer additional bonuses to help an individual get started.  In other casino video games, bonus features can include interactive story videos and \'Easter eggs\' in typically the form of small side games.  Rewards and bonuses present in real money video games, like progressive jackpots and free credit score, are sometimes awarded in free casino video games to help keep the game play realistic.</p><ul><li>Others prefer these people because they present huge payouts without having having to risk too much funds. </li><li>Playing video poker machines with cryptocurrencies could possibly be a fun approach to benefit from your current\" \"coalition and perhaps succeed some more tokens that will could grow in value. </li><li>When you’ve got more self-confidence, branch out in the other games. </li><li>Generally, the on line casino will match your best deposit 100% along with bonus money. </li></ul><p>That way, their users can explore different products right after signing up to be able to the site.  Casino bonuses need to be able to be wagered the certain number involving times (normally called something similar to “bonus gambling requirements”) in buy to be introduced and cashed out and about.  Bonuses from a casino site will be a great method for players to enjoy some games for free plus the chance to win real money when gambling online.  Welcome to online. casino Australia, your leading guide to enjoying internet casino with true money in Australia.  On this page, there is a best online casinos exclusively for AU players.  Our objective is to offer you with the particular best Aussie internet casinos based on your conditions, we’ve developed a unique toplist exactly where you can filtration operators based about rating, bonuses plus much more <a href=\"https://mostbet1bd.com/\">mostbet login</a>.</p><h2 id=\"toc-0\">What Are Live Dealer Games? </h2><p>You can then decide to keep playing along with these funds or even cash them out to your personal savings  account.  To perform so, it’s basically a matter involving requesting a disengagement, waiting a day or so to the online casino in order to perform its normal verification checks plus then your cash will be released to you.  More in addition to more Americans can easily legally place bets online now that US online betting laws allow legitimate gambling in the few of states, and much more are added every few months.  The gambling online sector will be growing year on year since online casino websites focus on making sure that you comply with laws targeted to regulate on the internet gambling.</p><ul><li>Payouts by way of crypto are typically processed within 24–48 hours, while card withdrawals may consider up to your five business days.\" \"[newline]From Bitcoin to Ethereum, digital currencies have become a favorite for online gamblers. </li><li>As a effect, the sums attached to these jackpots are usually large. </li><li>You possess your username and password, now you need in order to fund your account. </li><li>In his four yrs on the crew, they have covered on the internet gambling and sporting activities betting and did at reviewing gambling establishment sites. </li><li>It\'s interactive, enabling you to talk with the dealer and other participants. </li><li>What’s more, survive poker allows an individual to interact and even socialize with other players. </li></ul><p>Buffalo is a low-volatility slot that offers an impressive just one, 024 ways to be able to win.  Plus, the brilliant free spin and rewrite feature allows gamers to receive 20 free spins with multiplying wilds, offering them the opportunity to land big\" \"wins.  The excitement associated with spinning the reels and the impressive gameplay is what keeps players coming back for more, set up animal theme can appear slightly dated.</p><h3 id=\"toc-1\">Top Au Casino Sites By Category</h3><p>Ensure a person understand the phrases, like wagering specifications and game restrictions, to make typically the nearly all of it.  Super Slots supports credit rating cards (Visa, Master card, Discover), bank line, and a broad variety of cryptocurrencies including Bitcoin, Ethereum, and USDC.  Crypto payouts are typically processed within forty eight hours, while traditional methods take 3–5 business days <a href=\"https://mostbet1bd.com/app/\">mostbet app</a>.</p><ul><li>Make confident to look at your local regulatory requirements before you choose to play at any kind of casino listed on each of our site. </li><li>Isaac At the. Payne is the experienced technical doodlekit, creative writer, plus lead content supervisor at GamblingNerd. com. </li><li>The casino capabilities a standard variety of slots, video clip poker, and table games, as well while simple registration in addition to\" \"speedy withdrawal processing. </li><li>The LIVE dealer experience is the most realistic online casino game in comparison to playing with a land-based casino having the ability to bet your chips directly on the tables. </li><li>New casino participants can claim a new 100% welcome bonus way up to $3, 1000 (split across a couple of deposits) with a new 30x wagering necessity. </li></ul><p>However, that mainly focuses in providing an on-line alternative to its offline products.  So, if you’re a web based casino enthusiast that prefers physical casino games, Amatic is the guy.  European Different roulette games, with its one zero layout, holds as a testament to be able to the game’s long lasting appeal.  This variant not only offers a purist’s take in roulette but furthermore boasts a lower house edge, showing the odds somewhat more to your advantage.  It’s a timeless typical that continues in order to captivate players who else prefer the blend associated with tradition and positive odds.  The wonderful wheel of online roulette is governed by rules because timeless since the video game itself, yet using a digital distort.</p><h2 id=\"toc-2\">Blackjack</h2><p>As technology continues to advance, online casinos are recorded an upwards trajectory, captivating gaming enthusiasts everywhere together with their convenience, selection, and generous returns.  They offer a beneficial direction for anyone seeking entertainment in the convenience of their individual homes.  With\" \"unequaled convenience, a great variety of games, thrilling promotions, enhanced protection, and opportunities intended for social interaction, on the web casinos truly signify the continuing future of gambling.  Furthermore, online casinos have got taken stringent actions to ensure a safe and secure game playing environment.  Advanced encryption technology keeps your own personal and financial details safeguarded, so an individual can give attention to having fun without worrying with regards to your privacy.  Additionally, reputable online internet casinos are licensed plus regulated by trustworthy authorities, giving an individual peace of head which they operate fairly and responsibly.</p><ul><li>Needless to claim that you have also quite a few other ways to deposit money at some sort of safe Australian online casino. </li><li>Gambling may be addictive; in the event that you’re affected by gambling-related harms, please call GAMBLER. </li><li>In this blog post, we check out the positive direction\" \"on the web casinos are taking, shedding light in the key causes why more and more people usually are embracing this electronic gambling experience. </li><li>As some sort of result, the Curacao license should not be regarded as inherently strong. </li></ul><p>It’s an exilerating yet relatively simple game, making this ideal for beginner and expert participants.  Most video video poker machines are straightforward to experience, and scratch credit cards possess the simplest regulations so they’re the good kick off point.  Familiarize yourself using the entry points for client\" \"help as the casino’s team can help you with more complicated issues.  Most casinos have a new dedicated support webpage that displays the particular hours their group is available and where to speak to them via electronic mail or telephone.  You also want to look out for a live chat, even better when it’s available 24/7.  It’s a actually good idea to get a budget in thoughts and stick in order to it to assure you don’t get off track plus spend too a lot.</p><h3 id=\"toc-3\">Online Roulette</h3><p>The only US casinos online you can find us ever recommend are these that adhere to lawful regulations and player protection.  Most online casinos present demo versions regarding their games, that you can try out regarding free.  Most on the web casinos have 100s of games to choose from, many of them built by the finest casino software providers.</p><p>It’s additionally a excellent idea to set your time price range, so you’re only playing a specific number of hours a day or perhaps week and not really spending excessive occasions playing.  Stick to be able to a time in addition to deposit budget and take a break when a person need one.  Each casino game includes a set payout percent attributed to it, that is the common amount of funds the game will return to players while a percentage from the amount they gamble.  The higher the payout percentage, the more the game is inclined to fork out in order to its players.  Everyone might have an easy answer to what they are searching for right away.  Some AU casinos excel at the one thing, and others excel with another.</p><h2 id=\"toc-4\">The Positive Course Of Online Casinos: Endless Excitement At Your Fingertips! Introduction</h2><p>First, you must search our database and see if presently there are good-looking additional bonuses you would like to try.  Second, you should click upon our casino website link and read our expert reviews (especially the Safety &amp; Security part and the experiences part).  Third, you are totally free to navigate to the gambling establishment and make sure you verify that will everything is simply as it was said to be.</p><ul><li>With a multitude of00 the finest apps offering a full spectrum of roulette variants, the next online game is only some sort of swipe away. </li><li>While federal regulation doesn\'t explicitly stop online gambling, declares have the authority in order to regulate and permit online gaming businesses within their region. </li><li>The convenience of being in a position to enjoy your own favorite games within a lunch break, in your daily commute, as well as in your pajamas over a lazy time off is genuinely liberating. </li><li>In today’s packed online gambling scenery, standing out from the pack isn\'t simply about having the best games or bigger bonuses. </li><li>You’ll spin the fishing reels, and winning mixtures will appear about your screen. </li></ul><p>Most consider poker as the ‘game of skill’, and it’s really popular among expert casino players.  However, knowing how to learn casino online holdem poker games can always be challenging, as it’s also probably the most complex games.  Online internet casinos are booming inside popularity a lot more internet sites pop up annually, bringing with them a number of new and exciting games.  These sites can become accessed utilizing your mobile phone and desktop, that means you\" \"can play the game titles pretty much when and wherever a person want.  As such, it’s no surprise that the online online casino market is expected in order to be worth £35. 34bn in 2025.</p><h3 id=\"toc-5\">What Is A Very Good Technique For Beginners Enjoying Online Roulette? </h3><p>Playing video poker machines with cryptocurrencies can certainly be a fun way to take full advantage of your\" \"coalition and perhaps get some more tokens that will could grow in price.  Here may be the record with the almost all recent casinos released to Australian casino players.  At each of our casino site a person can find several types of video poker like jackpot poker, joker poker and others.  Delaware proudly embraced its nickname, \'the First State, \' by blazing typically the trail as the particular inaugural US express to legalize on the web gambling.</p><ul><li>So, you’re ready to be able to dive into typically the world of on the web roulette, but where do you get started? </li><li>The standard playthrough requirement is usually 30x for the deposit + bonus, that is on par with industry best practice rules. </li><li>The ultimate goal is usually to terrain as many corresponding symbols as feasible. </li><li>Legal on-line casinos in the USA often require at least the final four digits of your Social Security amount (SSN). </li></ul><p>The action kicked off on Come july 1st 15, 2020, whenever DraftKings became the pioneer site in order to launch.  Presently, Western Virginia boasts four established WV on-line casinos for participants to enjoy.  With all this motion occurring, Michigan saw its coffers outstanding which has a massive revenue boost, thanks to the influx of online gaming\" \"fanatics.  In 2024, on-line casinos generated roughly $2. 9 billion dollars in revenue, surrounding over $451 zillion in tax revenue to state and local governments.  The majority of tax revenue goes in order to the college Aid Account, with smaller servings invested in the metropolis of Detroit and even tribal communities.  It was the first state to legalize online casinos in 2013 through the New Jersey Internet Gaming Act.</p><h2 id=\"toc-6\">How To Play Slots On-line For Real Money\"</h2><p>So, you can appreciate peace of thoughts while\" \"spinning those reels or playing your hand.  Worried about the particular safety of the individual and financial data?  Fear not, as online casinos prioritize the security of the players.  Reputable on-line casinos employ advanced encryption technology to make certain all your information remains confidential.</p><ul><li>Its simple guidelines make it attainable to beginners, enabling them to swiftly join in in the action. </li><li>Although on the web casino games can easily be a lot of fun, they usually are most certainly not worth risking ruining your current life. </li><li>Fear not, as online casinos prioritize the security with their players. </li></ul><p>While it includes a thorough gaming selection, many users have reported payout delays plus strict bonus conditions.  We recommend researching player feedback ahead of committing to this specific platform.  Responsible wagering is not simply a catchphrase that will gambling bodies spout to appear to be these people care.  Gambling can be harmful plus the increasing emphasis in responsible gambling practices is intended to assist players to regulate their particular gambling practices.  Some sites will likely give a questionnaire that you can use to gauge no matter if you or a dearly loved has some sort of gambling problem.</p><h3 id=\"toc-7\">Top Game Providers\" \"[newline]guide To Casino Bonuses</h3><p>Then, you disclose the symbols under the icons, seeing no matter if you have some sort of win or possibly a damage.  This title will be a lottery-style video game you play utilizing a card with numbers one to eighty.  You choose some sort of set amount to tag (eg. 15 numbers), and place the wager.  The web host (for live on-line versions) or computer system for normal on-line ones, will after that call out/display something like 20 numbers, and an individual win based on how many numbers you may match.</p><ul><li>They usually are fast-paced and absolutely thrilling slots of which come\" \"using a digital screen. </li><li>Again, it is usually ultimately up to you to select which game providers you want the many. </li><li>Once you reconnect, you could typically resume by where you still left off. </li><li>The simplicity of accessing online casinos by means of computers, smartphones, or tablets has changed distinguishly the gambling sector, making it more inclusive and quickly accessible than ever before before. </li><li>Yes, free online casino games are suitable for mobile gamers. </li><li>Android and iPhone users can access hundreds of the particular best free gambling establishment games through Google Play and also the App Store. </li></ul><p>Poker will be available in a number of variations, hence precisely why it’s also popular.  The options range from Mississippi Stud to be able to Texas Hold’em enabling It Ride.  Keep in mind, even so, that this rules will be different jointly alternative.  In baccarat, the sole focus regarding the sport isn’t regarding you to the fatigue dealer.</p><h3 id=\"toc-8\">Best On The Web Casinos Australia August 2025</h3><p>Some casinos might ask for additional verification, like uploading an ID, to be able to confirm your personality.  Payments are versatile — the gambling establishment accepts Visa, Master card, AMEX, Discover, Bitcoin, Litecoin, plus a small number of other crypto coins.  Payouts via crypto are normally processed within 24–48 hours, while card withdrawals may consider up to your five business days.\" \"[newline]From Bitcoin to Ethereum, digital currencies are getting to be a favorite for online gamblers.</p><ul><li>Regular breaks may help assess your performance and make informed decisions about future bets. </li><li>Consider factors like game variety, bonuses, guard licensing and training, and user reviews. </li><li>After a flutter of proposals from Republican Brandt Iden, Michigan hit the jackpot by legalizing sports betting and on the web casinos in later 2019. </li><li>This internet resource is definitely going to take your gaming to be able to the next level and to heights of which it is never prior to. </li></ul><p>For holdem poker fans, Video Holdem poker is the ultimate test getting to the old techniques of 5-Card Attract battling it in the same approach poker was performed back in the Old West within the USA.  Video poker comes together with a lot of fun cheers to wild cards, bonus payouts, plus very high RTPs.  If you determine to play regarding real money, you only switch to real money mode.  However, due to\" \"regional legislation, these internet casinos aren’t legal across the US and and so they have minimal availability.</p><h2 id=\"toc-9\">Online Gambling Establishment Wagering Requirements</h2><p>Poker mixes skill and approach, with variations such as Texas Hold’em and Omaha attracting a passionate following.  Roulette is also a favorite, known for its simple however thrilling gameplay.  Players can place wagers on various effects, like a single number, groups of numbers, or red or dark.  The European edition of the game, known as European Roulette, is particularly popular due to the lower house advantage compared to Us roulette.  When you first open the on the internet casino, it might seem somewhat hectic.  You\'ll see a lot of colorful photos, many game options, and different sections.</p><ul><li>Even more impressive than this, we have made sure to go over each in addition to every one of these in an very easily digestible manner. </li><li>So, relax and focus on enjoying your favorite game titles as the casino requires care of maintaining your information safeguarded. </li><li>That’s why picking a licensed on line casino site with a good reputation is essential. </li></ul><p>New casino players can claim a new 100% welcome bonus upwards to $3, 000 (split across a couple of deposits) with a new 30x wagering requirement.  There are likewise reload bonuses, poker promos, and cost-free bet credits with regard to sportsbook users.  Provided you’re playing at a reputable site, you can withdraw your real funds wins to the bank account or by way of your preferred payment method.  The many common 5-reel on-line casino slots intended for real money inside the US consist of Mega Moolah, Starburst, National Lampoons Vacation trips, and Wolf Precious metal, to mention a few.</p><h2 id=\"toc-10\">Betonline: Greatest All-in-one Casino Site</h2><p>It’s a strategy that favors the cautious and computes, those who search for to ride the waves of probability with a assessed hand.  Many on-line slot machines in addition feature in-game reward rounds that can merit free spins, multipliers, and other awards.  These bonuses add another layer of excitement and boost the potential for big wins.  For beginners, platforms like Bovada offer unique promotions and lowest wager options in order to help you get started without smashing the bank.  One of the the majority of appealing aspects of on-line slots is the possible for progressive jackpots.  These jackpots gather over time since players contribute to a central pan that is escalating until one lucky participant hits the\" \"goldmine.</p><ul><li>There usually are different kinds of bonuses and not necessarily all of these people are worth your current time. </li><li>From typically the nostalgic 3-reel slots towards the latest THREE DIMENSIONAL video slots, there\'s a game for every player. </li><li>Some real money internet casinos offer a one-stop video gaming service where they offer other products such as sports betting, poker, and esports under one site. </li><li>There’s a misconception in gambling that will if you’ve recently been on\" \"a new losing streak for quite a while if you enjoy lengthy enough you’re because of a win. </li><li>However, reputable on-line casinos employ superior encryption technology and even strict security actions to protect your personal and financial information. </li><li>It’s the excellent idea to established your time budget, so you’re only playing a selected number of hours a day or week and not spending excessive instances playing. </li></ul><p>You can usually set deposit restrictions, time limits and in many cases loss limits.  I don\'t see sufficient people using these tools but they really enable you to keep in control of your gambling.  There’s a different page about our website together with information about typically the best roulette casinos.</p><h3 id=\"toc-11\">Standard Slot Features</h3><p>Additionally, you must be involving legal age, usually 18 or twenty-one, depending on the jurisdiction.  Keep throughout mind these aren’t the only ones, but rather a few of the the majority of reliable we learned in the beginning.  A ‘blackjack’ is if your palm is corresponding to precisely 21 and results in an fast win in the majority of cases.  When these people stop, specific combinations of symbols can lead to wins.</p><ul><li>You choose the set amount to tag (eg. 15 numbers), and place your current wager. </li><li>Here is the checklist with the most recent casinos launched to Australian gambling establishment players. </li><li>On our gambling establishment site you can easily find several types of keno including classic keno and others. </li><li>There are many ways gamers can win with online casinos, but the most important thing is to make sure you’re only playing whilst it’s fun – stop if it actually stops being fun. </li></ul><p>Whether you’re placing inside bets or even testing your luck on a Euro roulette table, Ignition Casino’s diverse offerings ensure every spin is just as exciting because the last.  Welcome to the extensive and captivating world of online gambling!  As you embark about this new journey, it\'s crucial in order to be well-informed in addition to prepared.</p><h3 id=\"toc-12\">Best Online Casino Sites Sydney (real Money)</h3><p>However, it’s important to carefully assessment the conditions and terms in order to fully benefit through these offers.  Ensure that this casino site you choose is improved for mobile perform, offering a seamless and enjoyable game playing experience on your current smartphone or tablet.  By benefiting from mobile-exclusive bonuses and the convenience of gaming out and about, you can delight in\" \"the top-notch casino knowledge wherever you usually are.  To fully knowledge the excitement, an individual can play casino games at a reputable online casino platform.</p><ul><li>Fortunately, a lot of casinos offer equipment and tips that will help you in order to keep your gambling throughout check. </li><li>Understandably, you want to be able to avoid pouring your current resources right into a video game with bias. </li><li>Some people will certainly say a gamble on blackjack may be the smartest, as this has the lowest home edge. </li><li>Thousands\" \"involving casino sites are competing for your some attention. </li></ul><p>Emily \"VegasMuse\" Thompson is actually a seasoned online on line casino enthusiast from down under.  With a new keen eye with regard to details and a great inherent knack with regard to strategizing, she has flipped her passion intended for the online online casino world into the successful writing profession.  We recommend the LIVE Dealer VERY IMPORTANT PERSONEL tables for substantial rollers because they provide the chance to be able to get down many huge bets.</p><h2 id=\"toc-13\">European Roulette</h2><p>With a multitude of00 the finest software offering a complete spectrum of different roulette games variants, the next sport is only a new swipe away.  Innovative online platforms have introduced thrilling fresh versions like Multi-Wheel Roulette and Dual Ball Roulette, expanding the possibilities and even excitement for roulette aficionados.  Each regarding these games features unique variations plus rules that put to their appeal.  You\'ll need some sort of stable internet connection, a device such as a computer or touch screen phone, and a good sort of payment.</p><ul><li>Having options is valuable, nevertheless too many options may be overwhelming—especially within the US casinos industry, where rely on is paramount. </li><li>Regular tournaments and lotteries make it a top choice regarding those who love big prize chances. </li><li>No a lot more traveling long miles or adhering to strict operating several hours. </li><li>Reputable payment methods have a popularity to protect plus would never partner along with a shady gaming site. </li><li>We’ll also describe precisely what you need to be able to understand about their own legal status within the US and viable alternatives in order to explore.\" \"[newline]If you keep reading through very long, you’ll likewise figure out how to choose the best online casinos and how in order to maximize your game play there. </li></ul><p>The key to long-term enjoyment and prospective success at typically the roulette table is in effective bank roll management.  It’s concerning setting a finances, dividing your cash wisely, and understanding when should you walk aside.  Adhering to succeed and loss restrictions can protect your bankroll, while taking regular breaks will help maintain perspective.  The Martingale Strategy is usually akin to some sort of double-edged sword—potent in the short term but fraught together with risk.  This method sees players doubling their bet right after each loss, with the aim of recovering all losses with a single earn.</p>','\"The Way To Gamble Online: Thirty Things You Require To Know','','inherit','closed','closed','','305-revision-v1','','','2025-10-10 02:29:19','2025-10-09 19:29:19','',305,'https://lion288slot.com/?p=306',0,'revision','',0),
(307,1,'2025-10-10 02:29:28','2025-10-09 19:29:28','<meta name=\"description\" content=\"Passed in May 2017, this legislation reduces loopholes for overseas operators that provide Australians. \"/><h1>Best Online Casino Australia 2025 Genuine Money Casino Manual\"</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">What Are Are Living Dealer Games? </a></li><li><a href=\"#toc-1\">Top Au Casino Sites By Simply Category</a></li><li><a href=\"#toc-2\">Blackjack</a></li><li><a href=\"#toc-3\">Online Roulette</a></li><li><a href=\"#toc-4\">The Positive Path Of Online Internet Casinos: Endless Excitement From Your Fingertips! Introduction</a></li><li><a href=\"#toc-5\">What Is A Very Good Technique For Beginners Actively Playing Online Roulette? </a></li><li><a href=\"#toc-6\">How To Try Out Slots On-line For Real Funds\"</a></li><li><a href=\"#toc-7\">Top Game Providers\" \"[newline]guide To Casino Bonuses</a></li><li><a href=\"#toc-8\">Best On-line Casinos Australia August 2025</a></li><li><a href=\"#toc-9\">Online On Line Casino Wagering Requirements</a></li><li><a href=\"#toc-10\">Betonline: Best All-in-one Casino Site</a></li><li><a href=\"#toc-11\">Standard Position Features</a></li><li><a href=\"#toc-12\">Best On The Web Casino Sites Australia (real Money)</a></li><li><a href=\"#toc-13\">European Roulette</a></li><li><a href=\"#toc-14\">Top Online Roulette Sites Intended For Actual Money Play Throughout 2025</a></li><li><a href=\"#toc-15\">Realtime Gaming</a></li><li><a href=\"#toc-16\">Our Expert Guideline To Registering In Online Casinos</a></li><li><a href=\"#toc-17\">Top Five Many Popular Free Gambling Establishment Games 2025</a></li><li><a href=\"#toc-18\">Does The Site Have Exclusive Features? </a></li><li><a href=\"#toc-19\">Exciting Additional Bonuses And Promotions</a></li><li><a href=\"#toc-20\">How To Deposit In An Online Casino</a></li><li><a href=\"#toc-21\">Bonuses And Promotions Galore</a></li><li><a href=\"#toc-22\">What’s A Wagering Necessity? </a></li><li><a href=\"#toc-23\">What Are Casino Games? </a></li><li><a href=\"#toc-24\">Exceptional Customer Support</a></li><li><a href=\"#toc-25\">How To Be Able To Deposit And Withdraw From Online Casinos In The Us</a></li><li><a href=\"#toc-27\">Types Regarding Online Casinos</a></li><li><a href=\"#toc-28\">The Best On The Web Casino Sites With Regard To Baccarat</a></li><li><a href=\"#toc-29\">Beginners Guide To Playing Casinos Online</a></li><li><a href=\"#toc-30\">Welcome Bonuses: First-time Participant Offers</a></li><li><a href=\"#toc-31\">Are On The Web Casino Bonuses Bigger Than Sportsbook Additional Bonuses? </a></li></ul></div><p>Real Money Casinos – These types of are the go-to online casinos exactly where you can chance for actual affiliate payouts.  They feature typical games like slot machines, roulette, blackjack, and more.  These forms of casinos are widely used, governed in numerous jurisdictions, plus often offer additional bonuses to help an individual get started.  In other casino video games, bonus features can include interactive story videos and \'Easter eggs\' in typically the form of small side games.  Rewards and bonuses present in real money video games, like progressive jackpots and free credit score, are sometimes awarded in free casino video games to help keep the game play realistic.</p><ul><li>Others prefer these people because they present huge payouts without having having to risk too much funds. </li><li>Playing video poker machines with cryptocurrencies could possibly be a fun approach to benefit from your current\" \"coalition and perhaps succeed some more tokens that will could grow in value. </li><li>When you’ve got more self-confidence, branch out in the other games. </li><li>Generally, the on line casino will match your best deposit 100% along with bonus money. </li></ul><p>That way, their users can explore different products right after signing up to be able to the site.  Casino bonuses need to be able to be wagered the certain number involving times (normally called something similar to “bonus gambling requirements”) in buy to be introduced and cashed out and about.  Bonuses from a casino site will be a great method for players to enjoy some games for free plus the chance to win real money when gambling online.  Welcome to online. casino Australia, your leading guide to enjoying internet casino with true money in Australia.  On this page, there is a best online casinos exclusively for AU players.  Our objective is to offer you with the particular best Aussie internet casinos based on your conditions, we’ve developed a unique toplist exactly where you can filtration operators based about rating, bonuses plus much more <a href=\"https://mostbet1bd.com/\">mostbet login</a>.</p><h2 id=\"toc-0\">What Are Live Dealer Games? </h2><p>You can then decide to keep playing along with these funds or even cash them out to your personal savings  account.  To perform so, it’s basically a matter involving requesting a disengagement, waiting a day or so to the online casino in order to perform its normal verification checks plus then your cash will be released to you.  More in addition to more Americans can easily legally place bets online now that US online betting laws allow legitimate gambling in the few of states, and much more are added every few months.  The gambling online sector will be growing year on year since online casino websites focus on making sure that you comply with laws targeted to regulate on the internet gambling.</p><ul><li>Payouts by way of crypto are typically processed within 24–48 hours, while card withdrawals may consider up to your five business days.\" \"[newline]From Bitcoin to Ethereum, digital currencies have become a favorite for online gamblers. </li><li>As a effect, the sums attached to these jackpots are usually large. </li><li>You possess your username and password, now you need in order to fund your account. </li><li>In his four yrs on the crew, they have covered on the internet gambling and sporting activities betting and did at reviewing gambling establishment sites. </li><li>It\'s interactive, enabling you to talk with the dealer and other participants. </li><li>What’s more, survive poker allows an individual to interact and even socialize with other players. </li></ul><p>Buffalo is a low-volatility slot that offers an impressive just one, 024 ways to be able to win.  Plus, the brilliant free spin and rewrite feature allows gamers to receive 20 free spins with multiplying wilds, offering them the opportunity to land big\" \"wins.  The excitement associated with spinning the reels and the impressive gameplay is what keeps players coming back for more, set up animal theme can appear slightly dated.</p><h3 id=\"toc-1\">Top Au Casino Sites By Category</h3><p>Ensure a person understand the phrases, like wagering specifications and game restrictions, to make typically the nearly all of it.  Super Slots supports credit rating cards (Visa, Master card, Discover), bank line, and a broad variety of cryptocurrencies including Bitcoin, Ethereum, and USDC.  Crypto payouts are typically processed within forty eight hours, while traditional methods take 3–5 business days <a href=\"https://mostbet1bd.com/app/\">mostbet app</a>.</p><ul><li>Make confident to look at your local regulatory requirements before you choose to play at any kind of casino listed on each of our site. </li><li>Isaac At the. Payne is the experienced technical doodlekit, creative writer, plus lead content supervisor at GamblingNerd. com. </li><li>The casino capabilities a standard variety of slots, video clip poker, and table games, as well while simple registration in addition to\" \"speedy withdrawal processing. </li><li>The LIVE dealer experience is the most realistic online casino game in comparison to playing with a land-based casino having the ability to bet your chips directly on the tables. </li><li>New casino participants can claim a new 100% welcome bonus way up to $3, 1000 (split across a couple of deposits) with a new 30x wagering necessity. </li></ul><p>However, that mainly focuses in providing an on-line alternative to its offline products.  So, if you’re a web based casino enthusiast that prefers physical casino games, Amatic is the guy.  European Different roulette games, with its one zero layout, holds as a testament to be able to the game’s long lasting appeal.  This variant not only offers a purist’s take in roulette but furthermore boasts a lower house edge, showing the odds somewhat more to your advantage.  It’s a timeless typical that continues in order to captivate players who else prefer the blend associated with tradition and positive odds.  The wonderful wheel of online roulette is governed by rules because timeless since the video game itself, yet using a digital distort.</p><h2 id=\"toc-2\">Blackjack</h2><p>As technology continues to advance, online casinos are recorded an upwards trajectory, captivating gaming enthusiasts everywhere together with their convenience, selection, and generous returns.  They offer a beneficial direction for anyone seeking entertainment in the convenience of their individual homes.  With\" \"unequaled convenience, a great variety of games, thrilling promotions, enhanced protection, and opportunities intended for social interaction, on the web casinos truly signify the continuing future of gambling.  Furthermore, online casinos have got taken stringent actions to ensure a safe and secure game playing environment.  Advanced encryption technology keeps your own personal and financial details safeguarded, so an individual can give attention to having fun without worrying with regards to your privacy.  Additionally, reputable online internet casinos are licensed plus regulated by trustworthy authorities, giving an individual peace of head which they operate fairly and responsibly.</p><ul><li>Needless to claim that you have also quite a few other ways to deposit money at some sort of safe Australian online casino. </li><li>Gambling may be addictive; in the event that you’re affected by gambling-related harms, please call GAMBLER. </li><li>In this blog post, we check out the positive direction\" \"on the web casinos are taking, shedding light in the key causes why more and more people usually are embracing this electronic gambling experience. </li><li>As some sort of result, the Curacao license should not be regarded as inherently strong. </li></ul><p>It’s an exilerating yet relatively simple game, making this ideal for beginner and expert participants.  Most video video poker machines are straightforward to experience, and scratch credit cards possess the simplest regulations so they’re the good kick off point.  Familiarize yourself using the entry points for client\" \"help as the casino’s team can help you with more complicated issues.  Most casinos have a new dedicated support webpage that displays the particular hours their group is available and where to speak to them via electronic mail or telephone.  You also want to look out for a live chat, even better when it’s available 24/7.  It’s a actually good idea to get a budget in thoughts and stick in order to it to assure you don’t get off track plus spend too a lot.</p><h3 id=\"toc-3\">Online Roulette</h3><p>The only US casinos online you can find us ever recommend are these that adhere to lawful regulations and player protection.  Most online casinos present demo versions regarding their games, that you can try out regarding free.  Most on the web casinos have 100s of games to choose from, many of them built by the finest casino software providers.</p><p>It’s additionally a excellent idea to set your time price range, so you’re only playing a specific number of hours a day or perhaps week and not really spending excessive occasions playing.  Stick to be able to a time in addition to deposit budget and take a break when a person need one.  Each casino game includes a set payout percent attributed to it, that is the common amount of funds the game will return to players while a percentage from the amount they gamble.  The higher the payout percentage, the more the game is inclined to fork out in order to its players.  Everyone might have an easy answer to what they are searching for right away.  Some AU casinos excel at the one thing, and others excel with another.</p><h2 id=\"toc-4\">The Positive Course Of Online Casinos: Endless Excitement At Your Fingertips! Introduction</h2><p>First, you must search our database and see if presently there are good-looking additional bonuses you would like to try.  Second, you should click upon our casino website link and read our expert reviews (especially the Safety &amp; Security part and the experiences part).  Third, you are totally free to navigate to the gambling establishment and make sure you verify that will everything is simply as it was said to be.</p><ul><li>With a multitude of00 the finest apps offering a full spectrum of roulette variants, the next online game is only some sort of swipe away. </li><li>While federal regulation doesn\'t explicitly stop online gambling, declares have the authority in order to regulate and permit online gaming businesses within their region. </li><li>The convenience of being in a position to enjoy your own favorite games within a lunch break, in your daily commute, as well as in your pajamas over a lazy time off is genuinely liberating. </li><li>In today’s packed online gambling scenery, standing out from the pack isn\'t simply about having the best games or bigger bonuses. </li><li>You’ll spin the fishing reels, and winning mixtures will appear about your screen. </li></ul><p>Most consider poker as the ‘game of skill’, and it’s really popular among expert casino players.  However, knowing how to learn casino online holdem poker games can always be challenging, as it’s also probably the most complex games.  Online internet casinos are booming inside popularity a lot more internet sites pop up annually, bringing with them a number of new and exciting games.  These sites can become accessed utilizing your mobile phone and desktop, that means you\" \"can play the game titles pretty much when and wherever a person want.  As such, it’s no surprise that the online online casino market is expected in order to be worth £35. 34bn in 2025.</p><h3 id=\"toc-5\">What Is A Very Good Technique For Beginners Enjoying Online Roulette? </h3><p>Playing video poker machines with cryptocurrencies can certainly be a fun way to take full advantage of your\" \"coalition and perhaps get some more tokens that will could grow in price.  Here may be the record with the almost all recent casinos released to Australian casino players.  At each of our casino site a person can find several types of video poker like jackpot poker, joker poker and others.  Delaware proudly embraced its nickname, \'the First State, \' by blazing typically the trail as the particular inaugural US express to legalize on the web gambling.</p><ul><li>So, you’re ready to be able to dive into typically the world of on the web roulette, but where do you get started? </li><li>The standard playthrough requirement is usually 30x for the deposit + bonus, that is on par with industry best practice rules. </li><li>The ultimate goal is usually to terrain as many corresponding symbols as feasible. </li><li>Legal on-line casinos in the USA often require at least the final four digits of your Social Security amount (SSN). </li></ul><p>The action kicked off on Come july 1st 15, 2020, whenever DraftKings became the pioneer site in order to launch.  Presently, Western Virginia boasts four established WV on-line casinos for participants to enjoy.  With all this motion occurring, Michigan saw its coffers outstanding which has a massive revenue boost, thanks to the influx of online gaming\" \"fanatics.  In 2024, on-line casinos generated roughly $2. 9 billion dollars in revenue, surrounding over $451 zillion in tax revenue to state and local governments.  The majority of tax revenue goes in order to the college Aid Account, with smaller servings invested in the metropolis of Detroit and even tribal communities.  It was the first state to legalize online casinos in 2013 through the New Jersey Internet Gaming Act.</p><h2 id=\"toc-6\">How To Play Slots On-line For Real Money\"</h2><p>So, you can appreciate peace of thoughts while\" \"spinning those reels or playing your hand.  Worried about the particular safety of the individual and financial data?  Fear not, as online casinos prioritize the security of the players.  Reputable on-line casinos employ advanced encryption technology to make certain all your information remains confidential.</p><ul><li>Its simple guidelines make it attainable to beginners, enabling them to swiftly join in in the action. </li><li>Although on the web casino games can easily be a lot of fun, they usually are most certainly not worth risking ruining your current life. </li><li>Fear not, as online casinos prioritize the security with their players. </li></ul><p>While it includes a thorough gaming selection, many users have reported payout delays plus strict bonus conditions.  We recommend researching player feedback ahead of committing to this specific platform.  Responsible wagering is not simply a catchphrase that will gambling bodies spout to appear to be these people care.  Gambling can be harmful plus the increasing emphasis in responsible gambling practices is intended to assist players to regulate their particular gambling practices.  Some sites will likely give a questionnaire that you can use to gauge no matter if you or a dearly loved has some sort of gambling problem.</p><h3 id=\"toc-7\">Top Game Providers\" \"[newline]guide To Casino Bonuses</h3><p>Then, you disclose the symbols under the icons, seeing no matter if you have some sort of win or possibly a damage.  This title will be a lottery-style video game you play utilizing a card with numbers one to eighty.  You choose some sort of set amount to tag (eg. 15 numbers), and place the wager.  The web host (for live on-line versions) or computer system for normal on-line ones, will after that call out/display something like 20 numbers, and an individual win based on how many numbers you may match.</p><ul><li>They usually are fast-paced and absolutely thrilling slots of which come\" \"using a digital screen. </li><li>Again, it is usually ultimately up to you to select which game providers you want the many. </li><li>Once you reconnect, you could typically resume by where you still left off. </li><li>The simplicity of accessing online casinos by means of computers, smartphones, or tablets has changed distinguishly the gambling sector, making it more inclusive and quickly accessible than ever before before. </li><li>Yes, free online casino games are suitable for mobile gamers. </li><li>Android and iPhone users can access hundreds of the particular best free gambling establishment games through Google Play and also the App Store. </li></ul><p>Poker will be available in a number of variations, hence precisely why it’s also popular.  The options range from Mississippi Stud to be able to Texas Hold’em enabling It Ride.  Keep in mind, even so, that this rules will be different jointly alternative.  In baccarat, the sole focus regarding the sport isn’t regarding you to the fatigue dealer.</p><h3 id=\"toc-8\">Best On The Web Casinos Australia August 2025</h3><p>Some casinos might ask for additional verification, like uploading an ID, to be able to confirm your personality.  Payments are versatile — the gambling establishment accepts Visa, Master card, AMEX, Discover, Bitcoin, Litecoin, plus a small number of other crypto coins.  Payouts via crypto are normally processed within 24–48 hours, while card withdrawals may consider up to your five business days.\" \"[newline]From Bitcoin to Ethereum, digital currencies are getting to be a favorite for online gamblers.</p><ul><li>Regular breaks may help assess your performance and make informed decisions about future bets. </li><li>Consider factors like game variety, bonuses, guard licensing and training, and user reviews. </li><li>After a flutter of proposals from Republican Brandt Iden, Michigan hit the jackpot by legalizing sports betting and on the web casinos in later 2019. </li><li>This internet resource is definitely going to take your gaming to be able to the next level and to heights of which it is never prior to. </li></ul><p>For holdem poker fans, Video Holdem poker is the ultimate test getting to the old techniques of 5-Card Attract battling it in the same approach poker was performed back in the Old West within the USA.  Video poker comes together with a lot of fun cheers to wild cards, bonus payouts, plus very high RTPs.  If you determine to play regarding real money, you only switch to real money mode.  However, due to\" \"regional legislation, these internet casinos aren’t legal across the US and and so they have minimal availability.</p><h2 id=\"toc-9\">Online Gambling Establishment Wagering Requirements</h2><p>Poker mixes skill and approach, with variations such as Texas Hold’em and Omaha attracting a passionate following.  Roulette is also a favorite, known for its simple however thrilling gameplay.  Players can place wagers on various effects, like a single number, groups of numbers, or red or dark.  The European edition of the game, known as European Roulette, is particularly popular due to the lower house advantage compared to Us roulette.  When you first open the on the internet casino, it might seem somewhat hectic.  You\'ll see a lot of colorful photos, many game options, and different sections.</p><ul><li>Even more impressive than this, we have made sure to go over each in addition to every one of these in an very easily digestible manner. </li><li>So, relax and focus on enjoying your favorite game titles as the casino requires care of maintaining your information safeguarded. </li><li>That’s why picking a licensed on line casino site with a good reputation is essential. </li></ul><p>New casino players can claim a new 100% welcome bonus upwards to $3, 000 (split across a couple of deposits) with a new 30x wagering requirement.  There are likewise reload bonuses, poker promos, and cost-free bet credits with regard to sportsbook users.  Provided you’re playing at a reputable site, you can withdraw your real funds wins to the bank account or by way of your preferred payment method.  The many common 5-reel on-line casino slots intended for real money inside the US consist of Mega Moolah, Starburst, National Lampoons Vacation trips, and Wolf Precious metal, to mention a few.</p><h2 id=\"toc-10\">Betonline: Greatest All-in-one Casino Site</h2><p>It’s a strategy that favors the cautious and computes, those who search for to ride the waves of probability with a assessed hand.  Many on-line slot machines in addition feature in-game reward rounds that can merit free spins, multipliers, and other awards.  These bonuses add another layer of excitement and boost the potential for big wins.  For beginners, platforms like Bovada offer unique promotions and lowest wager options in order to help you get started without smashing the bank.  One of the the majority of appealing aspects of on-line slots is the possible for progressive jackpots.  These jackpots gather over time since players contribute to a central pan that is escalating until one lucky participant hits the\" \"goldmine.</p><ul><li>There usually are different kinds of bonuses and not necessarily all of these people are worth your current time. </li><li>From typically the nostalgic 3-reel slots towards the latest THREE DIMENSIONAL video slots, there\'s a game for every player. </li><li>Some real money internet casinos offer a one-stop video gaming service where they offer other products such as sports betting, poker, and esports under one site. </li><li>There’s a misconception in gambling that will if you’ve recently been on\" \"a new losing streak for quite a while if you enjoy lengthy enough you’re because of a win. </li><li>However, reputable on-line casinos employ superior encryption technology and even strict security actions to protect your personal and financial information. </li><li>It’s the excellent idea to established your time budget, so you’re only playing a selected number of hours a day or week and not spending excessive instances playing. </li></ul><p>You can usually set deposit restrictions, time limits and in many cases loss limits.  I don\'t see sufficient people using these tools but they really enable you to keep in control of your gambling.  There’s a different page about our website together with information about typically the best roulette casinos.</p><h3 id=\"toc-11\">Standard Slot Features</h3><p>Additionally, you must be involving legal age, usually 18 or twenty-one, depending on the jurisdiction.  Keep throughout mind these aren’t the only ones, but rather a few of the the majority of reliable we learned in the beginning.  A ‘blackjack’ is if your palm is corresponding to precisely 21 and results in an fast win in the majority of cases.  When these people stop, specific combinations of symbols can lead to wins.</p><ul><li>You choose the set amount to tag (eg. 15 numbers), and place your current wager. </li><li>Here is the checklist with the most recent casinos launched to Australian gambling establishment players. </li><li>On our gambling establishment site you can easily find several types of keno including classic keno and others. </li><li>There are many ways gamers can win with online casinos, but the most important thing is to make sure you’re only playing whilst it’s fun – stop if it actually stops being fun. </li></ul><p>Whether you’re placing inside bets or even testing your luck on a Euro roulette table, Ignition Casino’s diverse offerings ensure every spin is just as exciting because the last.  Welcome to the extensive and captivating world of online gambling!  As you embark about this new journey, it\'s crucial in order to be well-informed in addition to prepared.</p><h3 id=\"toc-12\">Best Online Casino Sites Sydney (real Money)</h3><p>However, it’s important to carefully assessment the conditions and terms in order to fully benefit through these offers.  Ensure that this casino site you choose is improved for mobile perform, offering a seamless and enjoyable game playing experience on your current smartphone or tablet.  By benefiting from mobile-exclusive bonuses and the convenience of gaming out and about, you can delight in\" \"the top-notch casino knowledge wherever you usually are.  To fully knowledge the excitement, an individual can play casino games at a reputable online casino platform.</p><ul><li>Fortunately, a lot of casinos offer equipment and tips that will help you in order to keep your gambling throughout check. </li><li>Understandably, you want to be able to avoid pouring your current resources right into a video game with bias. </li><li>Some people will certainly say a gamble on blackjack may be the smartest, as this has the lowest home edge. </li><li>Thousands\" \"involving casino sites are competing for your some attention. </li></ul><p>Emily \"VegasMuse\" Thompson is actually a seasoned online on line casino enthusiast from down under.  With a new keen eye with regard to details and a great inherent knack with regard to strategizing, she has flipped her passion intended for the online online casino world into the successful writing profession.  We recommend the LIVE Dealer VERY IMPORTANT PERSONEL tables for substantial rollers because they provide the chance to be able to get down many huge bets.</p><h2 id=\"toc-13\">European Roulette</h2><p>With a multitude of00 the finest software offering a complete spectrum of different roulette games variants, the next sport is only a new swipe away.  Innovative online platforms have introduced thrilling fresh versions like Multi-Wheel Roulette and Dual Ball Roulette, expanding the possibilities and even excitement for roulette aficionados.  Each regarding these games features unique variations plus rules that put to their appeal.  You\'ll need some sort of stable internet connection, a device such as a computer or touch screen phone, and a good sort of payment.</p><ul><li>Having options is valuable, nevertheless too many options may be overwhelming—especially within the US casinos industry, where rely on is paramount. </li><li>Regular tournaments and lotteries make it a top choice regarding those who love big prize chances. </li><li>No a lot more traveling long miles or adhering to strict operating several hours. </li><li>Reputable payment methods have a popularity to protect plus would never partner along with a shady gaming site. </li><li>We’ll also describe precisely what you need to be able to understand about their own legal status within the US and viable alternatives in order to explore.\" \"[newline]If you keep reading through very long, you’ll likewise figure out how to choose the best online casinos and how in order to maximize your game play there. </li></ul><p>The key to long-term enjoyment and prospective success at typically the roulette table is in effective bank roll management.  It’s concerning setting a finances, dividing your cash wisely, and understanding when should you walk aside.  Adhering to succeed and loss restrictions can protect your bankroll, while taking regular breaks will help maintain perspective.  The Martingale Strategy is usually akin to some sort of double-edged sword—potent in the short term but fraught together with risk.  This method sees players doubling their bet right after each loss, with the aim of recovering all losses with a single earn.</p>','\"The Way To Gamble Online: Thirty Things You Require To Know','','inherit','closed','closed','','305-autosave-v1','','','2025-10-10 02:29:28','2025-10-09 19:29:28','',305,'https://lion288slot.com/?p=307',0,'revision','',0),
(308,1,'2025-10-09 06:38:49','2025-10-08 23:38:49','<h1>Countries Ranked From The Number Of Internet Casinos They Have</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">If An Individual Continue To Bet, The Casino Will Certainly Be Watching An Individual </a></li><li><a href=\"#toc-1\">Casino Market Spurs $329 Billion In Us Financial Activity, Study Simply By Gambling Group Shows</a></li><li><a href=\"#toc-2\">Job Description For Cage Cashier - Casino</a></li><li><a href=\"#toc-3\">New Player Offers</a></li><li><a href=\"#toc-4\">Consider The On Line Casino Size</a></li><li><a href=\"#toc-5\">Sources</a></li><li><a href=\"#toc-6\">Useful Tips To Improve Your Chances To Win Upon Scratch Cards</a></li><li><a href=\"#toc-7\">Average Overall Cash Compensation</a></li><li><a href=\"#toc-8\">Oceania Casinos</a></li><li><a href=\"#toc-9\">The Perfect Turkey Live Casinos For 2024</a></li><li><a href=\"#toc-10\">Hot Drop Jackpots</a></li><li><a href=\"#toc-11\">How Participants Lose Greater Than They Expect</a></li><li><a href=\"#toc-12\">You’re Likely To Have To Fill Out A New Tax Form </a></li><li><a href=\"#toc-13\">How To Play Small Baccarat: Rules, Method & Odds</a></li><li><a href=\"#toc-14\">Best Online Roulette Casinos</a></li><li><a href=\"#toc-15\">Regular Stand-alone Jackpots</a></li><li><a href=\"#toc-16\">Cage Cashier - Casino</a></li><li><a href=\"#toc-17\">What Would Be The Odds On Zero Or Double 0 % In Roulette? </a></li><li><a href=\"#toc-18\">Existing Player Promotions</a></li><li><a href=\"#toc-19\">What Percentage Of Bettors Win? </a></li><li><a href=\"#toc-20\">Gamecode Emerges As Leading Contender In New Slots After The State Of Michigan And New Hat Launch</a></li><li><a href=\"#toc-21\">Best Online Internet Casinos Turkey Is Offering On 2024</a></li><li><a href=\"#toc-22\">Games Global Starts Garden Of The Gods Gold Blitz™ Exclusively With Caesars Digital In Three North American Jurisdictions</a></li><li><a href=\"#toc-23\">Why Does The House Usually Win? A Search At Casino Profitability</a></li><li><a href=\"#toc-24\">Maximum Bet</a></li><li><a href=\"#toc-27\">How To Bet On Roulette? </a></li><li><a href=\"#toc-28\">Where Does Typically The Jackpot Money Appear From? </a></li><li><a href=\"#toc-30\">Understand Typically The Total Compensation Opportunity For A Cage Cashier - Casino, Bottom Salary Plus Some Other Pay Elements</a></li><li><a href=\"#toc-33\">Discover Exactly How Your Pay Is Usually Adjusted For Expertise, Experience, And Additional Factors</a></li></ul></div><p>According to the above figures, the Indiana casinos’ payout percentage gives up to 90. 38% RTP, in line with the above figures.  The above would place the Arkansas average online casino payout at around 92. 3%, statewide.  The following are offers you can expect to look for when you’re just placing your signature to up to a new casino.</p><ul><li>For this reason, all of us can only provide an estimated earnings range rather compared to a fixed number since we aren’t referring to a new\" \"specific casino venue. </li><li>As of late 2017, the particular exact landscape will be still unknown, sometimes have estimated the yearly revenue coming from casinos there may range between $5 billion per year to $25 billion. </li><li>Over 50% in the Turkish population offers invested in crypto assets¹, meaning that will many online gambling dens have started obtaining the memo in addition to allowing players to utilize digital currencies regarding live bets. </li><li>Yes, many offshore casino internet sites provide a choice of brilliant live casino options, which includes roulette, poker, blackjack, and baccarat, plus game shows. </li><li>Some casinos keep thousands in their safekeeping accounts for years—by law, they’re not necessarily allowed to pay that. </li></ul><p>You can even check out casino sites or use roulette apps to try out mobile roulette out and about.  The home edge on a great American roulette tyre, which includes an increase zero, is five. 26%.  For each $1 million that’s bet at the roulette tables in a casino, the management expects to be able to pocket a profit associated with slightly more compared to $50, 000.  The\" \"Diamond Casino Heist offers varying payouts using the vault’s contents, together with diamonds being the rarest and almost all profitable.</p><h2 id=\"toc-0\">If You Continue To Bet, The Casino Will Be Watching A Person </h2><p>Casinos are usually a big enterprise in the United States, with individuals flocking to them in droves from all over typically the country.  States have different laws managing casinos, and one of their most important aspects is determining how much the casino pays out there to its customers.  Colorado is typically the home of thirty-three commercial casinos, which can be heavily regulated by the state’s regulatory authority, requiring them in order to report their RTP percentages.  Online gaming in Turkey will be illegal, so is actually best to tread carefully if a person decide to do so.</p><ul><li>Miller said the particular association will use figures from the review to press its case to congress in favor associated with gambling industry targets, including an authorities crackdown on unlicensed gambling operations. </li><li>In other instances, casinos may possibly hand out prizes through an annuity, that is a financial agreement where the prize cash is paid away in installments. </li><li>Note the first time an individual do the heist you will constantly get cash, and on subsequent attempts you might get artwork, gold or diamonds. </li><li>Note that in most cases, tribe casinos don’t record their payout percentages, so we just collected data from commercial casinos. </li></ul><p>– Right here, there is a single prize fund for all participants, regardless of where they are located.  A massively interconnected group of operators is accountable for making this a reality.  The developer is responsible with regard to collecting the reward, and the money is stored in a separate account chosen just for the jackpot <a href=\"https://mostbetbd24.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Casino Business Spurs $329 Billion Dollars In Us Economical Activity, Study By Simply Gambling Group Shows</h3><p>It’s smart to try different online casino games in (free) demo mode just before wagering real funds.  This will allow you to familiarise yourself with typically the game and check different strategies.  The site is sanctioned and regulated by simply the Curaçao federal government, facilitating the accessibility of multiple worldwide audiences in the safe environment, including Turkish players.  Legal betting services can only be supplied by government-operated gaming entities, which mainly focus on sports and horse racing betting, in\" \"addition to managing the State Lottery.  No Turkish casino is available online, so inhabitants must look beyond the country’s borders.  Western Europe will be the second nearly all casino-populated continent or even region after North America.</p><p>Various correctly already been published over the years, plus the numbers fluctuate.  In 2013, The particular Wall Street Journal gained entry to a new private gambling data source, which revealed that just 13. 5% of gamblers ending up winning.  Many people who are usually conscious of the home edge still don’t really grasp their implications for his or her bankrolls.</p><h3 id=\"toc-2\">Job Description For Cage Cashier -- Casino</h3><p>Besides this, the national parte known as the particular Super Lotto Türkei is also very popular.  Try our collision gambling simulator to explore this growing tendency, or, if you’re interested in live games, check out there our free friendly roulette, free live baccarat, or no cost live blackjack game titles.  As we’ve pointed out in our Rocketpot Casino Review, the woking platform bears many determining characteristics of crypto-friendly sites in basic.  These include the wide range associated with Bitcoin games, original Provably Fair content, and the acceptance of several known cryptos, for example BTC, DOGE, XRP, and ETH <a href=\"https://mostbetbd24.com/app/\">mostbet app</a>.</p><p>The amount is readily available for Turkish players that make four successive deposits after sign up.  There are internet casinos located throughout Sth and Central America, the Caribbean, plus Eastern Europe.  Russia is developing a number of gambling zones after earlier outlawing and shutting down each of the casinos there.  There are casino resorts in Sochi and around Vladivostok, with many more to arrive.  Most Canadian casinos are owned and governed by lottery corporations, sometimes in shared ventures with personal entities like Good Canadian and Entrance.</p><h2 id=\"toc-3\">New Player Offers</h2><p>Per reports through 169 prominent internet casinos in Sin City, their total revenue in 2019 reached $22 billion.  When divided by typically the number of gambling dens and days in a given time, the calculation uncovered a daily on line casino income of $356, 650.  The online casino will need to verify your own win, inform supervisors, collect tax types, be sure you’re not within the state’s restricted list, and deal with a bunch of accounting paperwork prior to deciding to see the dime.</p><ul><li>These percentages will be achieved when on line casino developers spin typically the virtual reels hundreds of times plus compare the cash invested against the particular prizes won. </li><li>Naturally, customers spend on all these types of services, with the particular end of the particular day, these charges get into the last operating profit of every land-based casino. </li><li>There are over 1, 000 sports wagering shops in London alone, and also two million people in the UK wager online. </li><li>The data signifies that Colorado gambling dens have an average RTP of 80. 61%. </li></ul><p>Annual gross gaming revenue, from just two casinos, has in no way been below $4 billion since they will opened in the year of 2010.  If you journey to Malaysia, there are plenty of Resorts World Genting in the Genting Highlands - typically the only casino in the country.  First World Hotel right now there is the greatest hotel in the particular world by room count.  The RWG casino has over 400 table games plus more than three or more, 000 gaming devices on a 204, 514 square ft . gaming floor.  When playing real cash roulette, we advise opting for typically the European game.  You’ll instantly improve the house edge, in addition to in this sport of chance, decreasing the online casino\'s advantage can just become a benefit in order to you.</p><h2 id=\"toc-4\">Consider The On Line Casino Size</h2><p>Les Ambassadeurs Golf club is another special luxury casino in London that has had its share of fame from Adam Bond movies in order to The Beatles\' Difficult Day\'s Night movie.  Everywhere you move in britain - from Wales to Ireland towards the Isle of Man you will certainly find casinos.  With the exception of China, most associated with the countries without casinos are possibly predominantly Muslim or are remote isle nations without the particular capability to attract numerous tourists.  The Usa States recieve more internet casinos within its boundaries and on Indian reservations than the next ten nations combined.  Naturally, consumers spend on all these services, with the end of typically the day, these charges get into the last operating profit of each and every land-based casino.  Most people only have time for you to visit online casino venues on weekends,\" \"in addition to nights usually observe more action than daylight hours.</p><ul><li>If you need to really taste the flavor of live seller goodness, Fezbet has everything you could desire as a Turkish player. </li><li>The Star Brisbane will probably be at Queen\'s Wharf on the particular river and feature several hotels; three may have six-star ratings. </li><li>Based about the figures over, the average slot machine payout within Iowa casinos is usually 90. 24%, structured on the statistics above. </li><li>There are thousands of jurisdictions worldwide with a connection to the internet. </li></ul><p>The best online internet casinos in Turkey present hundreds or hundreds and hundreds of real-money video games you can use your PC or perhaps mobile device.  If you register along with one of  the sites featured above, you’ll be able to enjoy many methods from slots and friendly games to impact gambling and Plinko.  Over 50% from the Turkish population has invested in crypto assets¹, meaning that many online gambling dens have started obtaining the memo plus allowing players to utilize digital currencies with regard to live bets.  Such is the case of TrustDice, wherever you can discover real-time interaction in your favourite live furniture and place your wagers in BTC, ETH, TRON, in addition to others.</p><h3 id=\"toc-5\">Sources</h3><p>The 3rd career path typically progresses to Hard Count Supervisor - Casino.  The 2nd career path typically progresses to Coin Room Manager - Casino.  For Crate Cashier - Online casino, the first career way typically depends on the Cage Shift Supervisor - Casino place, and then Competition Manager Assistant - Casino.  Crown Quarterly report at Barangaroo South will cost concerning $1. 5 billion to accomplish with VERY IMPORTANT PERSONEL gaming facilities and six-star hotel lodging.  The Star Brisbane is going to be at Queen\'s Wharf on the particular river and have 5 hotels; three will have six-star rankings.  The Treasury Casino license will be utilized for gaming right now there, and the iconic building will become preserved.</p><ul><li>A player may be ahead in typically the short term, but over the lengthy haul, the house border eventually will work them into unprofitability. </li><li>The reduced estimate assumes two resorts, and typically the high estimate is usually projected based on 2 integrated resorts in major metro places and 10 local casinos. </li><li>Well, if you’re looking for the best chance to succeed some money, you should go to a new state with a high slot pay out percentage. </li><li>The proportion may be different for every single player based upon their location or even the jurisdiction within which the on line casino is located. </li><li>It is important, nevertheless, to be mindful that many online casinos impose an optimum withdrawal restriction upon their customers’ balances. </li></ul><p>They use the similar machines as typical casinos, and players would not wager in tribal internet casinos if they were not providing out fair results.  A machine with lower volatility is usually going to end up being better for novice players who would like to get more of their own money back in smaller sized sums so they will can continue playing.  Those looking with regard to bigger prizes should seek out casinos and machines with larger volatility, as they will will offer these people a chance with regard to larger jackpots, even though such payouts don’t come usually.  Casinos in Mexico run the gamut from just what are essentially digital bingo parlors together with sports books to be able to state-of-the-art gaming venues.</p><h2 id=\"toc-6\">Useful Tips To Be Able To Improve Your Probabilities To Win About Scratch Cards</h2><p>Bear in mind of which these numbers recommend to an every day income, including products and services other than gameplay charged to players.  That depends upon what slot machine, of course, but just about all of them pay out on the relatively infrequent basis.  If you’ve only won a few 1000 dollars, you’ll probably get the cash within minutes, but don’t emphasize if this takes longer.  Your best bet is always to go grab food intake at the casino’s restaurant and begin calling banks to be able to find a good price for a CD.</p><p>Casinos prefer to pay money whenever possible, since it enhances the chances that you’ll retain playing.  Given the positive response, it provides a good chance of being widely used in a selection of casinos and games.  – In cases like this, the jackpots will be pooled from many linked brands, which are generally operated by the particular same company.  Casinos shell out winners due to the fact they are those who receive the gamer contributions, not typically the service provider.  – These kinds of feature interconnected equipment, but only inside of the confines regarding the casino.  They are not attached to a bigger online casino network and so feature pretty modest affiliate payouts.</p><h3 id=\"toc-7\">Average Overall Cash Compensation</h3><p>The state regarding Delaware is home to 3 racinos, regulated simply by the Delaware Label of Gaming Enforcement, which mandates annual payout percentages be held between 87% in addition to 95%.  Unsurprisingly, there are no land-based casinos in Turkey due to the restrictive legislation in the country².  However, you will find a couple of race courses to be able to place bets upon horses.</p><ul><li>Check out our explanations, betting odds in addition to payout chart to be able to improve your chances of succeeding real money any time playing roulette on-line. </li><li>The most widely used are welcome bonuses, which often are available in order to new players right after joining and generating a merchant account. </li><li>However, even thus, due to the aforementioned GTA$3. 6 million cap, they will still only took away that lower amount. </li><li>Some form of casino gambling will be allowed in all states except Utah and Hawaii. </li><li>In Sc, casinos are available is without a doubt cruise ships that must sail out there into international oceans, where gambling is usually permitted. </li><li>Most Canadian casinos are owned and regulated by lottery businesses, sometimes in shared ventures with exclusive entities like Good Canadian and Entrance. </li></ul><p>First Nation individuals also own plus operate their personal casinos and also have playing commissions under territorial jurisdiction.  See our own Canada casino manual for more info and reviews regarding casinos in the particular Land from the Walnut Leaf.  In situation you can’t think of an amount but have always needed to know how high it will go, we’re about in order to allow cat away of the carrier by sharing the newest updates on average casino income.  Your likelihood of getting a jackpot will be roughly 1 in 262, 144, and many devices have much more than 64 stops per reel.  There furthermore were almost fifth there’s 89, 000 jobs at businesses serving online casino patrons during journeys or in online casino construction and refurbishments, and more than 23, 000 careers at gambling products manufacturers.</p><h2 id=\"toc-8\">Oceania Casinos</h2><p>Commercial in addition to tribal casinos support 1. 8 , 000, 000 jobs, including seven hundred, 000 jobs in casinos\" \"on their own or related companies, about the similar as in 2017.  Those jobs created $104 billion in wages across the country, up 40% from 2017, relating to the study.  The casino’s place as well as the game that will was bet upon both have the role in figuring out the available repayment alternatives.  These possibilities might vary centered on the size of the jackpot that has been won.  He has additionally produced features, evaluations, and even more guides for Reliable Reviews, TechRadar plus Top Ten Evaluations.</p><p>One outstanding example of this is the fact triggering a jackpot on a common slot machine by at the same time landing on the particular same symbol.  Some games\" \"in addition to casinos allow regarding an option known since “lump sum disbursement, ” that involves typically the payment in the funds all at when.  According to Reddit, the utmost Diamond Casino Heist payout will be GTA$2. 1 million.  While that\'s a new persuasive sum, take note that Lester will usually take his 60k cut.  If you’re looking to enjoy European or Finnish roulette online, an individual might observe that the gameplay can differ a new little from the more regular types of roulette obtainable.  Casinos are crafting, giving players merely enough wish to retain them betting.</p><h3 id=\"toc-9\">The Top Turkey Live Casinos For 2024</h3><p>Over and above this, Turks can also redeem the €300 deposit bonus from typically the app.  The listing of supported savings options at Turkey online casinos is usually, frustratingly, a really short one.  Since the government threatens repayment providers who assist in gambling online payments with prosecution, many associated with the best on line casino payment methods, for example Visa\" \"and PayPal, are unavailable.  Tsars Casino encourages Turkish players in order to partake in an epic live journey, flawlessly coordinated simply by industry leaders Advancement Gaming, Bombay Live, and Pragmatic Have fun with Live.</p><p>Having contributed posts to be able to the Malta iGaming Seminar 2014 blog page and written content material for the Malta Gaming Authority’s website, no topic is usually alien to him or her.  Iggy especially loves to scrutinise casino operators\" \"and games to offer his readers the best possible gambling experience.  Our following pick for an individual will be the 22Bet mobile app, which runs smoothly on just about all iOS devices, many of these as iPhones and iPads, as well as Google android phones and pills.</p><h2 id=\"toc-10\">Hot Drop Jackpots</h2><p>A player may be ahead in typically the short term, but over the long haul, the home advantage eventually will grind them into unprofitability.  The cap on the maximum general amount you can take within a heist is GTA$3. 619 million.  This indicates that even in case\" \"a person somehow get additional than that assigned amount, it will be of simply no use because the optimum you will become able to walk away with remains just GTA$3. 619 million.  If an individual grab the money using this secret burial container you also get an award for doing so called the particular “Daily Cash Grab”, it gives you the 100 RP bonus too.</p><ul><li>Casino payouts are a new vital factor to consider think about exactly where to gamble. </li><li>The United States recieve more gambling dens within its edges and on Indian reservations than the next ten countries combined. </li><li>Each can be distinguished not necessarily only from the average amount of money that may be awarded nevertheless also by the process by which typically the jackpot is earned. </li><li>Bokunewicz said gambling dens spend significant sums on operating expenses, including purchases of goods and services just like food, linen, hotel room amenities, laundry solutions, and building maintenance. </li><li>Many of typically the casinos here are ancient and gilded not only in gold but historical value. </li><li>These safe payment providers offer instant transactions and create the secure boundary in between your bank and casino account. </li></ul><p>Ultimately, the longer without a doubt, the bigger the particular house advantage becomes.  People gamble with regard to fun and since there exists a possibility, however small , of earning some cash.  Many first-time players are happily surprised at being offered free refreshments by the management.  Those complimentary libations costs, though, as being inebriated doesn’t usually improve common sense when it arrives to betting.  Which loot you will get is completely randomly, but some loot will appear more frequently than others.</p><h3 id=\"toc-11\">How Participants Lose Greater Than These People Expect</h3><p>There aren’t too many significant differences between winning big from a land-based casino and landing a new jackpot in an online casino.  The only issue that could want your attention will be the frequency and approach through which you will\" \"be receiving your funds.  Low-stakes online gambling dens charges you as little as 10¢ per minimum bet.  At the top Todas las Vegas casinos, on the other hand, you can sometimes expect to spend between $3 and $100 for minimum bets.</p><ul><li>Jumping over the ocean coming from United states, we locate France inside a tight race for your #3 position in\" \"a listing of countries with typically the most casinos. </li><li>Whenever choosing the hacker for your heist we recommend that you usually go for typically the best hackers obtainable, which can be Paige Harris and Avi Schwartzman. </li><li>Then any time you were in the grabbing position again, the yellow metal would\" \"respawn. </li><li>A tell-tale signal of the best casino sites Chicken has to offer you will be the increased focus on the quality of the live offering. </li></ul><p>Here\'s everything you need to realize about the Gemstone Casino Heist pay out.  The payout for that GTA Online online casino heist is the gamble you probably want to go bushed on.  Online casinos will add a minimum bet to their most widely used roulette tables which generally increases at peak times with regard to play.  Try playing another variant regarding roulette or during off-peak hours (for example not in the course of holidays or in weekends).  The pay-out odds for inside bets\" \"can really make your evening, but with the possibilities of hitting getting lower than outside bets, it just about all comes down in order to a spin of the roulette steering wheel.</p><h2 id=\"toc-12\">You’re Going To Have In Order To Fill Out The Tax Form </h2><p>The house edge, which usually is the odds edge in its favour, represents the average gross profit that will the casino could reliably anticipate to help to make from each sport.  On the video games with the least expensive house edge, the casino might be generating a meager profit of anywhere from around zero. 5% into a little over 2%.  There are only 2 US states wherever gambling is not necessarily permitted, but right now there is also a new lot of difference in the types of venues exactly where you can wager.</p><ul><li>The World On line casino Directory attempts in order to list every casino on the world. </li><li>An casinos is probably your best bet when you’re looking with regard to convenience and affordability. </li><li>The payouts for inside gambling bets\" \"really can make your evening, good results . the chances of hitting being lower than outdoors bets, it just about all comes down to be able to a spin regarding the roulette wheel. </li><li>Factors just like the chosen strategy, crew member cuts, and damage obtained during the heist impact the last take. </li></ul><p>They also employ local builders plus vendors for construction and ongoing money improvements.  A malfunction of how very much each wager gives to the award pool is available for almost any casino game having a jackpot.  Winners in many cases are given upward to ninety days to choose whether these people would wish an one time payment or payments via an pension.  One of their customers walking away along with hundreds or simply hundreds of thousands of dollars will be the best possible marketing for any kind of casino.</p><h3 id=\"toc-13\">How To Play Little Baccarat: Rules, Technique & Odds</h3><p>You might likewise become a cheater, associated with course, but your possibilities of successfully cutting corners a slot machine are actually lower.  To escape with infidelity, you’d need to be able to directly\" \"get a new erasable programmable read-only memory (EPROM) computer chip on the inside of the machine—something that the staff would certainly detect.  You can’t “hack inside, ” either, considering that that part of the machine has no network access.  If you’re trying to get the greatest pay out possible, the annuity is usually the smarter choice.  It will make money management significantly less difficult furthermore lessen your tax expenses in some situations.</p><p>Of program, China is the major feeder marketplace for other Hard anodized cookware gambling jurisdictions which include the special administrative region of Macau, the Philippines, plus South Korea.  Due to the mentioned factors that determine the gambling industry’s prosperity, the numbers change yearly.  We’ve seen some major within 2020, which often put a full stop to real time gambling for some time, realizing that no on line casino is guaranteed exactly the same average daily revenue each year.</p>','Casino Industry Spurs $329 Billion In Us All Economic Activity, Study By Gambling Group Shows','','publish','closed','','','casino-industry-spurs-329-billion-in-us-all-economic-activity-study-by-gambling-group-shows','','','2025-10-10 02:30:54','2025-10-09 19:30:54','',0,'https://lion288slot.com/?p=308',0,'post','',0),
(309,1,'2025-10-10 02:30:54','2025-10-09 19:30:54','<h1>Countries Ranked From The Number Of Internet Casinos They Have</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">If An Individual Continue To Bet, The Casino Will Certainly Be Watching An Individual </a></li><li><a href=\"#toc-1\">Casino Market Spurs $329 Billion In Us Financial Activity, Study Simply By Gambling Group Shows</a></li><li><a href=\"#toc-2\">Job Description For Cage Cashier - Casino</a></li><li><a href=\"#toc-3\">New Player Offers</a></li><li><a href=\"#toc-4\">Consider The On Line Casino Size</a></li><li><a href=\"#toc-5\">Sources</a></li><li><a href=\"#toc-6\">Useful Tips To Improve Your Chances To Win Upon Scratch Cards</a></li><li><a href=\"#toc-7\">Average Overall Cash Compensation</a></li><li><a href=\"#toc-8\">Oceania Casinos</a></li><li><a href=\"#toc-9\">The Perfect Turkey Live Casinos For 2024</a></li><li><a href=\"#toc-10\">Hot Drop Jackpots</a></li><li><a href=\"#toc-11\">How Participants Lose Greater Than They Expect</a></li><li><a href=\"#toc-12\">You’re Likely To Have To Fill Out A New Tax Form </a></li><li><a href=\"#toc-13\">How To Play Small Baccarat: Rules, Method & Odds</a></li><li><a href=\"#toc-14\">Best Online Roulette Casinos</a></li><li><a href=\"#toc-15\">Regular Stand-alone Jackpots</a></li><li><a href=\"#toc-16\">Cage Cashier - Casino</a></li><li><a href=\"#toc-17\">What Would Be The Odds On Zero Or Double 0 % In Roulette? </a></li><li><a href=\"#toc-18\">Existing Player Promotions</a></li><li><a href=\"#toc-19\">What Percentage Of Bettors Win? </a></li><li><a href=\"#toc-20\">Gamecode Emerges As Leading Contender In New Slots After The State Of Michigan And New Hat Launch</a></li><li><a href=\"#toc-21\">Best Online Internet Casinos Turkey Is Offering On 2024</a></li><li><a href=\"#toc-22\">Games Global Starts Garden Of The Gods Gold Blitz™ Exclusively With Caesars Digital In Three North American Jurisdictions</a></li><li><a href=\"#toc-23\">Why Does The House Usually Win? A Search At Casino Profitability</a></li><li><a href=\"#toc-24\">Maximum Bet</a></li><li><a href=\"#toc-27\">How To Bet On Roulette? </a></li><li><a href=\"#toc-28\">Where Does Typically The Jackpot Money Appear From? </a></li><li><a href=\"#toc-30\">Understand Typically The Total Compensation Opportunity For A Cage Cashier - Casino, Bottom Salary Plus Some Other Pay Elements</a></li><li><a href=\"#toc-33\">Discover Exactly How Your Pay Is Usually Adjusted For Expertise, Experience, And Additional Factors</a></li></ul></div><p>According to the above figures, the Indiana casinos’ payout percentage gives up to 90. 38% RTP, in line with the above figures.  The above would place the Arkansas average online casino payout at around 92. 3%, statewide.  The following are offers you can expect to look for when you’re just placing your signature to up to a new casino.</p><ul><li>For this reason, all of us can only provide an estimated earnings range rather compared to a fixed number since we aren’t referring to a new\" \"specific casino venue. </li><li>As of late 2017, the particular exact landscape will be still unknown, sometimes have estimated the yearly revenue coming from casinos there may range between $5 billion per year to $25 billion. </li><li>Over 50% in the Turkish population offers invested in crypto assets¹, meaning that will many online gambling dens have started obtaining the memo in addition to allowing players to utilize digital currencies regarding live bets. </li><li>Yes, many offshore casino internet sites provide a choice of brilliant live casino options, which includes roulette, poker, blackjack, and baccarat, plus game shows. </li><li>Some casinos keep thousands in their safekeeping accounts for years—by law, they’re not necessarily allowed to pay that. </li></ul><p>You can even check out casino sites or use roulette apps to try out mobile roulette out and about.  The home edge on a great American roulette tyre, which includes an increase zero, is five. 26%.  For each $1 million that’s bet at the roulette tables in a casino, the management expects to be able to pocket a profit associated with slightly more compared to $50, 000.  The\" \"Diamond Casino Heist offers varying payouts using the vault’s contents, together with diamonds being the rarest and almost all profitable.</p><h2 id=\"toc-0\">If You Continue To Bet, The Casino Will Be Watching A Person </h2><p>Casinos are usually a big enterprise in the United States, with individuals flocking to them in droves from all over typically the country.  States have different laws managing casinos, and one of their most important aspects is determining how much the casino pays out there to its customers.  Colorado is typically the home of thirty-three commercial casinos, which can be heavily regulated by the state’s regulatory authority, requiring them in order to report their RTP percentages.  Online gaming in Turkey will be illegal, so is actually best to tread carefully if a person decide to do so.</p><ul><li>Miller said the particular association will use figures from the review to press its case to congress in favor associated with gambling industry targets, including an authorities crackdown on unlicensed gambling operations. </li><li>In other instances, casinos may possibly hand out prizes through an annuity, that is a financial agreement where the prize cash is paid away in installments. </li><li>Note the first time an individual do the heist you will constantly get cash, and on subsequent attempts you might get artwork, gold or diamonds. </li><li>Note that in most cases, tribe casinos don’t record their payout percentages, so we just collected data from commercial casinos. </li></ul><p>– Right here, there is a single prize fund for all participants, regardless of where they are located.  A massively interconnected group of operators is accountable for making this a reality.  The developer is responsible with regard to collecting the reward, and the money is stored in a separate account chosen just for the jackpot <a href=\"https://mostbetbd24.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Casino Business Spurs $329 Billion Dollars In Us Economical Activity, Study By Simply Gambling Group Shows</h3><p>It’s smart to try different online casino games in (free) demo mode just before wagering real funds.  This will allow you to familiarise yourself with typically the game and check different strategies.  The site is sanctioned and regulated by simply the Curaçao federal government, facilitating the accessibility of multiple worldwide audiences in the safe environment, including Turkish players.  Legal betting services can only be supplied by government-operated gaming entities, which mainly focus on sports and horse racing betting, in\" \"addition to managing the State Lottery.  No Turkish casino is available online, so inhabitants must look beyond the country’s borders.  Western Europe will be the second nearly all casino-populated continent or even region after North America.</p><p>Various correctly already been published over the years, plus the numbers fluctuate.  In 2013, The particular Wall Street Journal gained entry to a new private gambling data source, which revealed that just 13. 5% of gamblers ending up winning.  Many people who are usually conscious of the home edge still don’t really grasp their implications for his or her bankrolls.</p><h3 id=\"toc-2\">Job Description For Cage Cashier -- Casino</h3><p>Besides this, the national parte known as the particular Super Lotto Türkei is also very popular.  Try our collision gambling simulator to explore this growing tendency, or, if you’re interested in live games, check out there our free friendly roulette, free live baccarat, or no cost live blackjack game titles.  As we’ve pointed out in our Rocketpot Casino Review, the woking platform bears many determining characteristics of crypto-friendly sites in basic.  These include the wide range associated with Bitcoin games, original Provably Fair content, and the acceptance of several known cryptos, for example BTC, DOGE, XRP, and ETH <a href=\"https://mostbetbd24.com/app/\">mostbet app</a>.</p><p>The amount is readily available for Turkish players that make four successive deposits after sign up.  There are internet casinos located throughout Sth and Central America, the Caribbean, plus Eastern Europe.  Russia is developing a number of gambling zones after earlier outlawing and shutting down each of the casinos there.  There are casino resorts in Sochi and around Vladivostok, with many more to arrive.  Most Canadian casinos are owned and governed by lottery corporations, sometimes in shared ventures with personal entities like Good Canadian and Entrance.</p><h2 id=\"toc-3\">New Player Offers</h2><p>Per reports through 169 prominent internet casinos in Sin City, their total revenue in 2019 reached $22 billion.  When divided by typically the number of gambling dens and days in a given time, the calculation uncovered a daily on line casino income of $356, 650.  The online casino will need to verify your own win, inform supervisors, collect tax types, be sure you’re not within the state’s restricted list, and deal with a bunch of accounting paperwork prior to deciding to see the dime.</p><ul><li>These percentages will be achieved when on line casino developers spin typically the virtual reels hundreds of times plus compare the cash invested against the particular prizes won. </li><li>Naturally, customers spend on all these types of services, with the particular end of the particular day, these charges get into the last operating profit of every land-based casino. </li><li>There are over 1, 000 sports wagering shops in London alone, and also two million people in the UK wager online. </li><li>The data signifies that Colorado gambling dens have an average RTP of 80. 61%. </li></ul><p>Annual gross gaming revenue, from just two casinos, has in no way been below $4 billion since they will opened in the year of 2010.  If you journey to Malaysia, there are plenty of Resorts World Genting in the Genting Highlands - typically the only casino in the country.  First World Hotel right now there is the greatest hotel in the particular world by room count.  The RWG casino has over 400 table games plus more than three or more, 000 gaming devices on a 204, 514 square ft . gaming floor.  When playing real cash roulette, we advise opting for typically the European game.  You’ll instantly improve the house edge, in addition to in this sport of chance, decreasing the online casino\'s advantage can just become a benefit in order to you.</p><h2 id=\"toc-4\">Consider The On Line Casino Size</h2><p>Les Ambassadeurs Golf club is another special luxury casino in London that has had its share of fame from Adam Bond movies in order to The Beatles\' Difficult Day\'s Night movie.  Everywhere you move in britain - from Wales to Ireland towards the Isle of Man you will certainly find casinos.  With the exception of China, most associated with the countries without casinos are possibly predominantly Muslim or are remote isle nations without the particular capability to attract numerous tourists.  The Usa States recieve more internet casinos within its boundaries and on Indian reservations than the next ten nations combined.  Naturally, consumers spend on all these services, with the end of typically the day, these charges get into the last operating profit of each and every land-based casino.  Most people only have time for you to visit online casino venues on weekends,\" \"in addition to nights usually observe more action than daylight hours.</p><ul><li>If you need to really taste the flavor of live seller goodness, Fezbet has everything you could desire as a Turkish player. </li><li>The Star Brisbane will probably be at Queen\'s Wharf on the particular river and feature several hotels; three may have six-star ratings. </li><li>Based about the figures over, the average slot machine payout within Iowa casinos is usually 90. 24%, structured on the statistics above. </li><li>There are thousands of jurisdictions worldwide with a connection to the internet. </li></ul><p>The best online internet casinos in Turkey present hundreds or hundreds and hundreds of real-money video games you can use your PC or perhaps mobile device.  If you register along with one of  the sites featured above, you’ll be able to enjoy many methods from slots and friendly games to impact gambling and Plinko.  Over 50% from the Turkish population has invested in crypto assets¹, meaning that many online gambling dens have started obtaining the memo plus allowing players to utilize digital currencies with regard to live bets.  Such is the case of TrustDice, wherever you can discover real-time interaction in your favourite live furniture and place your wagers in BTC, ETH, TRON, in addition to others.</p><h3 id=\"toc-5\">Sources</h3><p>The 3rd career path typically progresses to Hard Count Supervisor - Casino.  The 2nd career path typically progresses to Coin Room Manager - Casino.  For Crate Cashier - Online casino, the first career way typically depends on the Cage Shift Supervisor - Casino place, and then Competition Manager Assistant - Casino.  Crown Quarterly report at Barangaroo South will cost concerning $1. 5 billion to accomplish with VERY IMPORTANT PERSONEL gaming facilities and six-star hotel lodging.  The Star Brisbane is going to be at Queen\'s Wharf on the particular river and have 5 hotels; three will have six-star rankings.  The Treasury Casino license will be utilized for gaming right now there, and the iconic building will become preserved.</p><ul><li>A player may be ahead in typically the short term, but over the lengthy haul, the house border eventually will work them into unprofitability. </li><li>The reduced estimate assumes two resorts, and typically the high estimate is usually projected based on 2 integrated resorts in major metro places and 10 local casinos. </li><li>Well, if you’re looking for the best chance to succeed some money, you should go to a new state with a high slot pay out percentage. </li><li>The proportion may be different for every single player based upon their location or even the jurisdiction within which the on line casino is located. </li><li>It is important, nevertheless, to be mindful that many online casinos impose an optimum withdrawal restriction upon their customers’ balances. </li></ul><p>They use the similar machines as typical casinos, and players would not wager in tribal internet casinos if they were not providing out fair results.  A machine with lower volatility is usually going to end up being better for novice players who would like to get more of their own money back in smaller sized sums so they will can continue playing.  Those looking with regard to bigger prizes should seek out casinos and machines with larger volatility, as they will will offer these people a chance with regard to larger jackpots, even though such payouts don’t come usually.  Casinos in Mexico run the gamut from just what are essentially digital bingo parlors together with sports books to be able to state-of-the-art gaming venues.</p><h2 id=\"toc-6\">Useful Tips To Be Able To Improve Your Probabilities To Win About Scratch Cards</h2><p>Bear in mind of which these numbers recommend to an every day income, including products and services other than gameplay charged to players.  That depends upon what slot machine, of course, but just about all of them pay out on the relatively infrequent basis.  If you’ve only won a few 1000 dollars, you’ll probably get the cash within minutes, but don’t emphasize if this takes longer.  Your best bet is always to go grab food intake at the casino’s restaurant and begin calling banks to be able to find a good price for a CD.</p><p>Casinos prefer to pay money whenever possible, since it enhances the chances that you’ll retain playing.  Given the positive response, it provides a good chance of being widely used in a selection of casinos and games.  – In cases like this, the jackpots will be pooled from many linked brands, which are generally operated by the particular same company.  Casinos shell out winners due to the fact they are those who receive the gamer contributions, not typically the service provider.  – These kinds of feature interconnected equipment, but only inside of the confines regarding the casino.  They are not attached to a bigger online casino network and so feature pretty modest affiliate payouts.</p><h3 id=\"toc-7\">Average Overall Cash Compensation</h3><p>The state regarding Delaware is home to 3 racinos, regulated simply by the Delaware Label of Gaming Enforcement, which mandates annual payout percentages be held between 87% in addition to 95%.  Unsurprisingly, there are no land-based casinos in Turkey due to the restrictive legislation in the country².  However, you will find a couple of race courses to be able to place bets upon horses.</p><ul><li>Check out our explanations, betting odds in addition to payout chart to be able to improve your chances of succeeding real money any time playing roulette on-line. </li><li>The most widely used are welcome bonuses, which often are available in order to new players right after joining and generating a merchant account. </li><li>However, even thus, due to the aforementioned GTA$3. 6 million cap, they will still only took away that lower amount. </li><li>Some form of casino gambling will be allowed in all states except Utah and Hawaii. </li><li>In Sc, casinos are available is without a doubt cruise ships that must sail out there into international oceans, where gambling is usually permitted. </li><li>Most Canadian casinos are owned and regulated by lottery businesses, sometimes in shared ventures with exclusive entities like Good Canadian and Entrance. </li></ul><p>First Nation individuals also own plus operate their personal casinos and also have playing commissions under territorial jurisdiction.  See our own Canada casino manual for more info and reviews regarding casinos in the particular Land from the Walnut Leaf.  In situation you can’t think of an amount but have always needed to know how high it will go, we’re about in order to allow cat away of the carrier by sharing the newest updates on average casino income.  Your likelihood of getting a jackpot will be roughly 1 in 262, 144, and many devices have much more than 64 stops per reel.  There furthermore were almost fifth there’s 89, 000 jobs at businesses serving online casino patrons during journeys or in online casino construction and refurbishments, and more than 23, 000 careers at gambling products manufacturers.</p><h2 id=\"toc-8\">Oceania Casinos</h2><p>Commercial in addition to tribal casinos support 1. 8 , 000, 000 jobs, including seven hundred, 000 jobs in casinos\" \"on their own or related companies, about the similar as in 2017.  Those jobs created $104 billion in wages across the country, up 40% from 2017, relating to the study.  The casino’s place as well as the game that will was bet upon both have the role in figuring out the available repayment alternatives.  These possibilities might vary centered on the size of the jackpot that has been won.  He has additionally produced features, evaluations, and even more guides for Reliable Reviews, TechRadar plus Top Ten Evaluations.</p><p>One outstanding example of this is the fact triggering a jackpot on a common slot machine by at the same time landing on the particular same symbol.  Some games\" \"in addition to casinos allow regarding an option known since “lump sum disbursement, ” that involves typically the payment in the funds all at when.  According to Reddit, the utmost Diamond Casino Heist payout will be GTA$2. 1 million.  While that\'s a new persuasive sum, take note that Lester will usually take his 60k cut.  If you’re looking to enjoy European or Finnish roulette online, an individual might observe that the gameplay can differ a new little from the more regular types of roulette obtainable.  Casinos are crafting, giving players merely enough wish to retain them betting.</p><h3 id=\"toc-9\">The Top Turkey Live Casinos For 2024</h3><p>Over and above this, Turks can also redeem the €300 deposit bonus from typically the app.  The listing of supported savings options at Turkey online casinos is usually, frustratingly, a really short one.  Since the government threatens repayment providers who assist in gambling online payments with prosecution, many associated with the best on line casino payment methods, for example Visa\" \"and PayPal, are unavailable.  Tsars Casino encourages Turkish players in order to partake in an epic live journey, flawlessly coordinated simply by industry leaders Advancement Gaming, Bombay Live, and Pragmatic Have fun with Live.</p><p>Having contributed posts to be able to the Malta iGaming Seminar 2014 blog page and written content material for the Malta Gaming Authority’s website, no topic is usually alien to him or her.  Iggy especially loves to scrutinise casino operators\" \"and games to offer his readers the best possible gambling experience.  Our following pick for an individual will be the 22Bet mobile app, which runs smoothly on just about all iOS devices, many of these as iPhones and iPads, as well as Google android phones and pills.</p><h2 id=\"toc-10\">Hot Drop Jackpots</h2><p>A player may be ahead in typically the short term, but over the long haul, the home advantage eventually will grind them into unprofitability.  The cap on the maximum general amount you can take within a heist is GTA$3. 619 million.  This indicates that even in case\" \"a person somehow get additional than that assigned amount, it will be of simply no use because the optimum you will become able to walk away with remains just GTA$3. 619 million.  If an individual grab the money using this secret burial container you also get an award for doing so called the particular “Daily Cash Grab”, it gives you the 100 RP bonus too.</p><ul><li>Casino payouts are a new vital factor to consider think about exactly where to gamble. </li><li>The United States recieve more gambling dens within its edges and on Indian reservations than the next ten countries combined. </li><li>Each can be distinguished not necessarily only from the average amount of money that may be awarded nevertheless also by the process by which typically the jackpot is earned. </li><li>Bokunewicz said gambling dens spend significant sums on operating expenses, including purchases of goods and services just like food, linen, hotel room amenities, laundry solutions, and building maintenance. </li><li>Many of typically the casinos here are ancient and gilded not only in gold but historical value. </li><li>These safe payment providers offer instant transactions and create the secure boundary in between your bank and casino account. </li></ul><p>Ultimately, the longer without a doubt, the bigger the particular house advantage becomes.  People gamble with regard to fun and since there exists a possibility, however small , of earning some cash.  Many first-time players are happily surprised at being offered free refreshments by the management.  Those complimentary libations costs, though, as being inebriated doesn’t usually improve common sense when it arrives to betting.  Which loot you will get is completely randomly, but some loot will appear more frequently than others.</p><h3 id=\"toc-11\">How Participants Lose Greater Than These People Expect</h3><p>There aren’t too many significant differences between winning big from a land-based casino and landing a new jackpot in an online casino.  The only issue that could want your attention will be the frequency and approach through which you will\" \"be receiving your funds.  Low-stakes online gambling dens charges you as little as 10¢ per minimum bet.  At the top Todas las Vegas casinos, on the other hand, you can sometimes expect to spend between $3 and $100 for minimum bets.</p><ul><li>Jumping over the ocean coming from United states, we locate France inside a tight race for your #3 position in\" \"a listing of countries with typically the most casinos. </li><li>Whenever choosing the hacker for your heist we recommend that you usually go for typically the best hackers obtainable, which can be Paige Harris and Avi Schwartzman. </li><li>Then any time you were in the grabbing position again, the yellow metal would\" \"respawn. </li><li>A tell-tale signal of the best casino sites Chicken has to offer you will be the increased focus on the quality of the live offering. </li></ul><p>Here\'s everything you need to realize about the Gemstone Casino Heist pay out.  The payout for that GTA Online online casino heist is the gamble you probably want to go bushed on.  Online casinos will add a minimum bet to their most widely used roulette tables which generally increases at peak times with regard to play.  Try playing another variant regarding roulette or during off-peak hours (for example not in the course of holidays or in weekends).  The pay-out odds for inside bets\" \"can really make your evening, but with the possibilities of hitting getting lower than outside bets, it just about all comes down in order to a spin of the roulette steering wheel.</p><h2 id=\"toc-12\">You’re Going To Have In Order To Fill Out The Tax Form </h2><p>The house edge, which usually is the odds edge in its favour, represents the average gross profit that will the casino could reliably anticipate to help to make from each sport.  On the video games with the least expensive house edge, the casino might be generating a meager profit of anywhere from around zero. 5% into a little over 2%.  There are only 2 US states wherever gambling is not necessarily permitted, but right now there is also a new lot of difference in the types of venues exactly where you can wager.</p><ul><li>The World On line casino Directory attempts in order to list every casino on the world. </li><li>An casinos is probably your best bet when you’re looking with regard to convenience and affordability. </li><li>The payouts for inside gambling bets\" \"really can make your evening, good results . the chances of hitting being lower than outdoors bets, it just about all comes down to be able to a spin regarding the roulette wheel. </li><li>Factors just like the chosen strategy, crew member cuts, and damage obtained during the heist impact the last take. </li></ul><p>They also employ local builders plus vendors for construction and ongoing money improvements.  A malfunction of how very much each wager gives to the award pool is available for almost any casino game having a jackpot.  Winners in many cases are given upward to ninety days to choose whether these people would wish an one time payment or payments via an pension.  One of their customers walking away along with hundreds or simply hundreds of thousands of dollars will be the best possible marketing for any kind of casino.</p><h3 id=\"toc-13\">How To Play Little Baccarat: Rules, Technique & Odds</h3><p>You might likewise become a cheater, associated with course, but your possibilities of successfully cutting corners a slot machine are actually lower.  To escape with infidelity, you’d need to be able to directly\" \"get a new erasable programmable read-only memory (EPROM) computer chip on the inside of the machine—something that the staff would certainly detect.  You can’t “hack inside, ” either, considering that that part of the machine has no network access.  If you’re trying to get the greatest pay out possible, the annuity is usually the smarter choice.  It will make money management significantly less difficult furthermore lessen your tax expenses in some situations.</p><p>Of program, China is the major feeder marketplace for other Hard anodized cookware gambling jurisdictions which include the special administrative region of Macau, the Philippines, plus South Korea.  Due to the mentioned factors that determine the gambling industry’s prosperity, the numbers change yearly.  We’ve seen some major within 2020, which often put a full stop to real time gambling for some time, realizing that no on line casino is guaranteed exactly the same average daily revenue each year.</p>','Casino Industry Spurs $329 Billion In Us All Economic Activity, Study By Gambling Group Shows','','inherit','closed','closed','','308-revision-v1','','','2025-10-10 02:30:54','2025-10-09 19:30:54','',308,'https://lion288slot.com/?p=309',0,'revision','',0),
(310,1,'2025-10-08 23:38:49','2025-10-08 16:38:49','<h1>Countries Ranked From The Number Of Internet Casinos They Have</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">If An Individual Continue To Bet, The Casino Will Certainly Be Watching An Individual </a></li><li><a href=\"#toc-1\">Casino Market Spurs $329 Billion In Us Financial Activity, Study Simply By Gambling Group Shows</a></li><li><a href=\"#toc-2\">Job Description For Cage Cashier - Casino</a></li><li><a href=\"#toc-3\">New Player Offers</a></li><li><a href=\"#toc-4\">Consider The On Line Casino Size</a></li><li><a href=\"#toc-5\">Sources</a></li><li><a href=\"#toc-6\">Useful Tips To Improve Your Chances To Win Upon Scratch Cards</a></li><li><a href=\"#toc-7\">Average Overall Cash Compensation</a></li><li><a href=\"#toc-8\">Oceania Casinos</a></li><li><a href=\"#toc-9\">The Perfect Turkey Live Casinos For 2024</a></li><li><a href=\"#toc-10\">Hot Drop Jackpots</a></li><li><a href=\"#toc-11\">How Participants Lose Greater Than They Expect</a></li><li><a href=\"#toc-12\">You’re Likely To Have To Fill Out A New Tax Form </a></li><li><a href=\"#toc-13\">How To Play Small Baccarat: Rules, Method & Odds</a></li><li><a href=\"#toc-14\">Best Online Roulette Casinos</a></li><li><a href=\"#toc-15\">Regular Stand-alone Jackpots</a></li><li><a href=\"#toc-16\">Cage Cashier - Casino</a></li><li><a href=\"#toc-17\">What Would Be The Odds On Zero Or Double 0 % In Roulette? </a></li><li><a href=\"#toc-18\">Existing Player Promotions</a></li><li><a href=\"#toc-19\">What Percentage Of Bettors Win? </a></li><li><a href=\"#toc-20\">Gamecode Emerges As Leading Contender In New Slots After The State Of Michigan And New Hat Launch</a></li><li><a href=\"#toc-21\">Best Online Internet Casinos Turkey Is Offering On 2024</a></li><li><a href=\"#toc-22\">Games Global Starts Garden Of The Gods Gold Blitz™ Exclusively With Caesars Digital In Three North American Jurisdictions</a></li><li><a href=\"#toc-23\">Why Does The House Usually Win? A Search At Casino Profitability</a></li><li><a href=\"#toc-24\">Maximum Bet</a></li><li><a href=\"#toc-27\">How To Bet On Roulette? </a></li><li><a href=\"#toc-28\">Where Does Typically The Jackpot Money Appear From? </a></li><li><a href=\"#toc-30\">Understand Typically The Total Compensation Opportunity For A Cage Cashier - Casino, Bottom Salary Plus Some Other Pay Elements</a></li><li><a href=\"#toc-33\">Discover Exactly How Your Pay Is Usually Adjusted For Expertise, Experience, And Additional Factors</a></li></ul></div><p>According to the above figures, the Indiana casinos’ payout percentage gives up to 90. 38% RTP, in line with the above figures.  The above would place the Arkansas average online casino payout at around 92. 3%, statewide.  The following are offers you can expect to look for when you’re just placing your signature to up to a new casino.</p><ul><li>For this reason, all of us can only provide an estimated earnings range rather compared to a fixed number since we aren’t referring to a new\" \"specific casino venue. </li><li>As of late 2017, the particular exact landscape will be still unknown, sometimes have estimated the yearly revenue coming from casinos there may range between $5 billion per year to $25 billion. </li><li>Over 50% in the Turkish population offers invested in crypto assets¹, meaning that will many online gambling dens have started obtaining the memo in addition to allowing players to utilize digital currencies regarding live bets. </li><li>Yes, many offshore casino internet sites provide a choice of brilliant live casino options, which includes roulette, poker, blackjack, and baccarat, plus game shows. </li><li>Some casinos keep thousands in their safekeeping accounts for years—by law, they’re not necessarily allowed to pay that. </li></ul><p>You can even check out casino sites or use roulette apps to try out mobile roulette out and about.  The home edge on a great American roulette tyre, which includes an increase zero, is five. 26%.  For each $1 million that’s bet at the roulette tables in a casino, the management expects to be able to pocket a profit associated with slightly more compared to $50, 000.  The\" \"Diamond Casino Heist offers varying payouts using the vault’s contents, together with diamonds being the rarest and almost all profitable.</p><h2 id=\"toc-0\">If You Continue To Bet, The Casino Will Be Watching A Person </h2><p>Casinos are usually a big enterprise in the United States, with individuals flocking to them in droves from all over typically the country.  States have different laws managing casinos, and one of their most important aspects is determining how much the casino pays out there to its customers.  Colorado is typically the home of thirty-three commercial casinos, which can be heavily regulated by the state’s regulatory authority, requiring them in order to report their RTP percentages.  Online gaming in Turkey will be illegal, so is actually best to tread carefully if a person decide to do so.</p><ul><li>Miller said the particular association will use figures from the review to press its case to congress in favor associated with gambling industry targets, including an authorities crackdown on unlicensed gambling operations. </li><li>In other instances, casinos may possibly hand out prizes through an annuity, that is a financial agreement where the prize cash is paid away in installments. </li><li>Note the first time an individual do the heist you will constantly get cash, and on subsequent attempts you might get artwork, gold or diamonds. </li><li>Note that in most cases, tribe casinos don’t record their payout percentages, so we just collected data from commercial casinos. </li></ul><p>– Right here, there is a single prize fund for all participants, regardless of where they are located.  A massively interconnected group of operators is accountable for making this a reality.  The developer is responsible with regard to collecting the reward, and the money is stored in a separate account chosen just for the jackpot <a href=\"https://mostbetbd24.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Casino Business Spurs $329 Billion Dollars In Us Economical Activity, Study By Simply Gambling Group Shows</h3><p>It’s smart to try different online casino games in (free) demo mode just before wagering real funds.  This will allow you to familiarise yourself with typically the game and check different strategies.  The site is sanctioned and regulated by simply the Curaçao federal government, facilitating the accessibility of multiple worldwide audiences in the safe environment, including Turkish players.  Legal betting services can only be supplied by government-operated gaming entities, which mainly focus on sports and horse racing betting, in\" \"addition to managing the State Lottery.  No Turkish casino is available online, so inhabitants must look beyond the country’s borders.  Western Europe will be the second nearly all casino-populated continent or even region after North America.</p><p>Various correctly already been published over the years, plus the numbers fluctuate.  In 2013, The particular Wall Street Journal gained entry to a new private gambling data source, which revealed that just 13. 5% of gamblers ending up winning.  Many people who are usually conscious of the home edge still don’t really grasp their implications for his or her bankrolls.</p><h3 id=\"toc-2\">Job Description For Cage Cashier -- Casino</h3><p>Besides this, the national parte known as the particular Super Lotto Türkei is also very popular.  Try our collision gambling simulator to explore this growing tendency, or, if you’re interested in live games, check out there our free friendly roulette, free live baccarat, or no cost live blackjack game titles.  As we’ve pointed out in our Rocketpot Casino Review, the woking platform bears many determining characteristics of crypto-friendly sites in basic.  These include the wide range associated with Bitcoin games, original Provably Fair content, and the acceptance of several known cryptos, for example BTC, DOGE, XRP, and ETH <a href=\"https://mostbetbd24.com/app/\">mostbet app</a>.</p><p>The amount is readily available for Turkish players that make four successive deposits after sign up.  There are internet casinos located throughout Sth and Central America, the Caribbean, plus Eastern Europe.  Russia is developing a number of gambling zones after earlier outlawing and shutting down each of the casinos there.  There are casino resorts in Sochi and around Vladivostok, with many more to arrive.  Most Canadian casinos are owned and governed by lottery corporations, sometimes in shared ventures with personal entities like Good Canadian and Entrance.</p><h2 id=\"toc-3\">New Player Offers</h2><p>Per reports through 169 prominent internet casinos in Sin City, their total revenue in 2019 reached $22 billion.  When divided by typically the number of gambling dens and days in a given time, the calculation uncovered a daily on line casino income of $356, 650.  The online casino will need to verify your own win, inform supervisors, collect tax types, be sure you’re not within the state’s restricted list, and deal with a bunch of accounting paperwork prior to deciding to see the dime.</p><ul><li>These percentages will be achieved when on line casino developers spin typically the virtual reels hundreds of times plus compare the cash invested against the particular prizes won. </li><li>Naturally, customers spend on all these types of services, with the particular end of the particular day, these charges get into the last operating profit of every land-based casino. </li><li>There are over 1, 000 sports wagering shops in London alone, and also two million people in the UK wager online. </li><li>The data signifies that Colorado gambling dens have an average RTP of 80. 61%. </li></ul><p>Annual gross gaming revenue, from just two casinos, has in no way been below $4 billion since they will opened in the year of 2010.  If you journey to Malaysia, there are plenty of Resorts World Genting in the Genting Highlands - typically the only casino in the country.  First World Hotel right now there is the greatest hotel in the particular world by room count.  The RWG casino has over 400 table games plus more than three or more, 000 gaming devices on a 204, 514 square ft . gaming floor.  When playing real cash roulette, we advise opting for typically the European game.  You’ll instantly improve the house edge, in addition to in this sport of chance, decreasing the online casino\'s advantage can just become a benefit in order to you.</p><h2 id=\"toc-4\">Consider The On Line Casino Size</h2><p>Les Ambassadeurs Golf club is another special luxury casino in London that has had its share of fame from Adam Bond movies in order to The Beatles\' Difficult Day\'s Night movie.  Everywhere you move in britain - from Wales to Ireland towards the Isle of Man you will certainly find casinos.  With the exception of China, most associated with the countries without casinos are possibly predominantly Muslim or are remote isle nations without the particular capability to attract numerous tourists.  The Usa States recieve more internet casinos within its boundaries and on Indian reservations than the next ten nations combined.  Naturally, consumers spend on all these services, with the end of typically the day, these charges get into the last operating profit of each and every land-based casino.  Most people only have time for you to visit online casino venues on weekends,\" \"in addition to nights usually observe more action than daylight hours.</p><ul><li>If you need to really taste the flavor of live seller goodness, Fezbet has everything you could desire as a Turkish player. </li><li>The Star Brisbane will probably be at Queen\'s Wharf on the particular river and feature several hotels; three may have six-star ratings. </li><li>Based about the figures over, the average slot machine payout within Iowa casinos is usually 90. 24%, structured on the statistics above. </li><li>There are thousands of jurisdictions worldwide with a connection to the internet. </li></ul><p>The best online internet casinos in Turkey present hundreds or hundreds and hundreds of real-money video games you can use your PC or perhaps mobile device.  If you register along with one of  the sites featured above, you’ll be able to enjoy many methods from slots and friendly games to impact gambling and Plinko.  Over 50% from the Turkish population has invested in crypto assets¹, meaning that many online gambling dens have started obtaining the memo plus allowing players to utilize digital currencies with regard to live bets.  Such is the case of TrustDice, wherever you can discover real-time interaction in your favourite live furniture and place your wagers in BTC, ETH, TRON, in addition to others.</p><h3 id=\"toc-5\">Sources</h3><p>The 3rd career path typically progresses to Hard Count Supervisor - Casino.  The 2nd career path typically progresses to Coin Room Manager - Casino.  For Crate Cashier - Online casino, the first career way typically depends on the Cage Shift Supervisor - Casino place, and then Competition Manager Assistant - Casino.  Crown Quarterly report at Barangaroo South will cost concerning $1. 5 billion to accomplish with VERY IMPORTANT PERSONEL gaming facilities and six-star hotel lodging.  The Star Brisbane is going to be at Queen\'s Wharf on the particular river and have 5 hotels; three will have six-star rankings.  The Treasury Casino license will be utilized for gaming right now there, and the iconic building will become preserved.</p><ul><li>A player may be ahead in typically the short term, but over the lengthy haul, the house border eventually will work them into unprofitability. </li><li>The reduced estimate assumes two resorts, and typically the high estimate is usually projected based on 2 integrated resorts in major metro places and 10 local casinos. </li><li>Well, if you’re looking for the best chance to succeed some money, you should go to a new state with a high slot pay out percentage. </li><li>The proportion may be different for every single player based upon their location or even the jurisdiction within which the on line casino is located. </li><li>It is important, nevertheless, to be mindful that many online casinos impose an optimum withdrawal restriction upon their customers’ balances. </li></ul><p>They use the similar machines as typical casinos, and players would not wager in tribal internet casinos if they were not providing out fair results.  A machine with lower volatility is usually going to end up being better for novice players who would like to get more of their own money back in smaller sized sums so they will can continue playing.  Those looking with regard to bigger prizes should seek out casinos and machines with larger volatility, as they will will offer these people a chance with regard to larger jackpots, even though such payouts don’t come usually.  Casinos in Mexico run the gamut from just what are essentially digital bingo parlors together with sports books to be able to state-of-the-art gaming venues.</p><h2 id=\"toc-6\">Useful Tips To Be Able To Improve Your Probabilities To Win About Scratch Cards</h2><p>Bear in mind of which these numbers recommend to an every day income, including products and services other than gameplay charged to players.  That depends upon what slot machine, of course, but just about all of them pay out on the relatively infrequent basis.  If you’ve only won a few 1000 dollars, you’ll probably get the cash within minutes, but don’t emphasize if this takes longer.  Your best bet is always to go grab food intake at the casino’s restaurant and begin calling banks to be able to find a good price for a CD.</p><p>Casinos prefer to pay money whenever possible, since it enhances the chances that you’ll retain playing.  Given the positive response, it provides a good chance of being widely used in a selection of casinos and games.  – In cases like this, the jackpots will be pooled from many linked brands, which are generally operated by the particular same company.  Casinos shell out winners due to the fact they are those who receive the gamer contributions, not typically the service provider.  – These kinds of feature interconnected equipment, but only inside of the confines regarding the casino.  They are not attached to a bigger online casino network and so feature pretty modest affiliate payouts.</p><h3 id=\"toc-7\">Average Overall Cash Compensation</h3><p>The state regarding Delaware is home to 3 racinos, regulated simply by the Delaware Label of Gaming Enforcement, which mandates annual payout percentages be held between 87% in addition to 95%.  Unsurprisingly, there are no land-based casinos in Turkey due to the restrictive legislation in the country².  However, you will find a couple of race courses to be able to place bets upon horses.</p><ul><li>Check out our explanations, betting odds in addition to payout chart to be able to improve your chances of succeeding real money any time playing roulette on-line. </li><li>The most widely used are welcome bonuses, which often are available in order to new players right after joining and generating a merchant account. </li><li>However, even thus, due to the aforementioned GTA$3. 6 million cap, they will still only took away that lower amount. </li><li>Some form of casino gambling will be allowed in all states except Utah and Hawaii. </li><li>In Sc, casinos are available is without a doubt cruise ships that must sail out there into international oceans, where gambling is usually permitted. </li><li>Most Canadian casinos are owned and regulated by lottery businesses, sometimes in shared ventures with exclusive entities like Good Canadian and Entrance. </li></ul><p>First Nation individuals also own plus operate their personal casinos and also have playing commissions under territorial jurisdiction.  See our own Canada casino manual for more info and reviews regarding casinos in the particular Land from the Walnut Leaf.  In situation you can’t think of an amount but have always needed to know how high it will go, we’re about in order to allow cat away of the carrier by sharing the newest updates on average casino income.  Your likelihood of getting a jackpot will be roughly 1 in 262, 144, and many devices have much more than 64 stops per reel.  There furthermore were almost fifth there’s 89, 000 jobs at businesses serving online casino patrons during journeys or in online casino construction and refurbishments, and more than 23, 000 careers at gambling products manufacturers.</p><h2 id=\"toc-8\">Oceania Casinos</h2><p>Commercial in addition to tribal casinos support 1. 8 , 000, 000 jobs, including seven hundred, 000 jobs in casinos\" \"on their own or related companies, about the similar as in 2017.  Those jobs created $104 billion in wages across the country, up 40% from 2017, relating to the study.  The casino’s place as well as the game that will was bet upon both have the role in figuring out the available repayment alternatives.  These possibilities might vary centered on the size of the jackpot that has been won.  He has additionally produced features, evaluations, and even more guides for Reliable Reviews, TechRadar plus Top Ten Evaluations.</p><p>One outstanding example of this is the fact triggering a jackpot on a common slot machine by at the same time landing on the particular same symbol.  Some games\" \"in addition to casinos allow regarding an option known since “lump sum disbursement, ” that involves typically the payment in the funds all at when.  According to Reddit, the utmost Diamond Casino Heist payout will be GTA$2. 1 million.  While that\'s a new persuasive sum, take note that Lester will usually take his 60k cut.  If you’re looking to enjoy European or Finnish roulette online, an individual might observe that the gameplay can differ a new little from the more regular types of roulette obtainable.  Casinos are crafting, giving players merely enough wish to retain them betting.</p><h3 id=\"toc-9\">The Top Turkey Live Casinos For 2024</h3><p>Over and above this, Turks can also redeem the €300 deposit bonus from typically the app.  The listing of supported savings options at Turkey online casinos is usually, frustratingly, a really short one.  Since the government threatens repayment providers who assist in gambling online payments with prosecution, many associated with the best on line casino payment methods, for example Visa\" \"and PayPal, are unavailable.  Tsars Casino encourages Turkish players in order to partake in an epic live journey, flawlessly coordinated simply by industry leaders Advancement Gaming, Bombay Live, and Pragmatic Have fun with Live.</p><p>Having contributed posts to be able to the Malta iGaming Seminar 2014 blog page and written content material for the Malta Gaming Authority’s website, no topic is usually alien to him or her.  Iggy especially loves to scrutinise casino operators\" \"and games to offer his readers the best possible gambling experience.  Our following pick for an individual will be the 22Bet mobile app, which runs smoothly on just about all iOS devices, many of these as iPhones and iPads, as well as Google android phones and pills.</p><h2 id=\"toc-10\">Hot Drop Jackpots</h2><p>A player may be ahead in typically the short term, but over the long haul, the home advantage eventually will grind them into unprofitability.  The cap on the maximum general amount you can take within a heist is GTA$3. 619 million.  This indicates that even in case\" \"a person somehow get additional than that assigned amount, it will be of simply no use because the optimum you will become able to walk away with remains just GTA$3. 619 million.  If an individual grab the money using this secret burial container you also get an award for doing so called the particular “Daily Cash Grab”, it gives you the 100 RP bonus too.</p><ul><li>Casino payouts are a new vital factor to consider think about exactly where to gamble. </li><li>The United States recieve more gambling dens within its edges and on Indian reservations than the next ten countries combined. </li><li>Each can be distinguished not necessarily only from the average amount of money that may be awarded nevertheless also by the process by which typically the jackpot is earned. </li><li>Bokunewicz said gambling dens spend significant sums on operating expenses, including purchases of goods and services just like food, linen, hotel room amenities, laundry solutions, and building maintenance. </li><li>Many of typically the casinos here are ancient and gilded not only in gold but historical value. </li><li>These safe payment providers offer instant transactions and create the secure boundary in between your bank and casino account. </li></ul><p>Ultimately, the longer without a doubt, the bigger the particular house advantage becomes.  People gamble with regard to fun and since there exists a possibility, however small , of earning some cash.  Many first-time players are happily surprised at being offered free refreshments by the management.  Those complimentary libations costs, though, as being inebriated doesn’t usually improve common sense when it arrives to betting.  Which loot you will get is completely randomly, but some loot will appear more frequently than others.</p><h3 id=\"toc-11\">How Participants Lose Greater Than These People Expect</h3><p>There aren’t too many significant differences between winning big from a land-based casino and landing a new jackpot in an online casino.  The only issue that could want your attention will be the frequency and approach through which you will\" \"be receiving your funds.  Low-stakes online gambling dens charges you as little as 10¢ per minimum bet.  At the top Todas las Vegas casinos, on the other hand, you can sometimes expect to spend between $3 and $100 for minimum bets.</p><ul><li>Jumping over the ocean coming from United states, we locate France inside a tight race for your #3 position in\" \"a listing of countries with typically the most casinos. </li><li>Whenever choosing the hacker for your heist we recommend that you usually go for typically the best hackers obtainable, which can be Paige Harris and Avi Schwartzman. </li><li>Then any time you were in the grabbing position again, the yellow metal would\" \"respawn. </li><li>A tell-tale signal of the best casino sites Chicken has to offer you will be the increased focus on the quality of the live offering. </li></ul><p>Here\'s everything you need to realize about the Gemstone Casino Heist pay out.  The payout for that GTA Online online casino heist is the gamble you probably want to go bushed on.  Online casinos will add a minimum bet to their most widely used roulette tables which generally increases at peak times with regard to play.  Try playing another variant regarding roulette or during off-peak hours (for example not in the course of holidays or in weekends).  The pay-out odds for inside bets\" \"can really make your evening, but with the possibilities of hitting getting lower than outside bets, it just about all comes down in order to a spin of the roulette steering wheel.</p><h2 id=\"toc-12\">You’re Going To Have In Order To Fill Out The Tax Form </h2><p>The house edge, which usually is the odds edge in its favour, represents the average gross profit that will the casino could reliably anticipate to help to make from each sport.  On the video games with the least expensive house edge, the casino might be generating a meager profit of anywhere from around zero. 5% into a little over 2%.  There are only 2 US states wherever gambling is not necessarily permitted, but right now there is also a new lot of difference in the types of venues exactly where you can wager.</p><ul><li>The World On line casino Directory attempts in order to list every casino on the world. </li><li>An casinos is probably your best bet when you’re looking with regard to convenience and affordability. </li><li>The payouts for inside gambling bets\" \"really can make your evening, good results . the chances of hitting being lower than outdoors bets, it just about all comes down to be able to a spin regarding the roulette wheel. </li><li>Factors just like the chosen strategy, crew member cuts, and damage obtained during the heist impact the last take. </li></ul><p>They also employ local builders plus vendors for construction and ongoing money improvements.  A malfunction of how very much each wager gives to the award pool is available for almost any casino game having a jackpot.  Winners in many cases are given upward to ninety days to choose whether these people would wish an one time payment or payments via an pension.  One of their customers walking away along with hundreds or simply hundreds of thousands of dollars will be the best possible marketing for any kind of casino.</p><h3 id=\"toc-13\">How To Play Little Baccarat: Rules, Technique & Odds</h3><p>You might likewise become a cheater, associated with course, but your possibilities of successfully cutting corners a slot machine are actually lower.  To escape with infidelity, you’d need to be able to directly\" \"get a new erasable programmable read-only memory (EPROM) computer chip on the inside of the machine—something that the staff would certainly detect.  You can’t “hack inside, ” either, considering that that part of the machine has no network access.  If you’re trying to get the greatest pay out possible, the annuity is usually the smarter choice.  It will make money management significantly less difficult furthermore lessen your tax expenses in some situations.</p><p>Of program, China is the major feeder marketplace for other Hard anodized cookware gambling jurisdictions which include the special administrative region of Macau, the Philippines, plus South Korea.  Due to the mentioned factors that determine the gambling industry’s prosperity, the numbers change yearly.  We’ve seen some major within 2020, which often put a full stop to real time gambling for some time, realizing that no on line casino is guaranteed exactly the same average daily revenue each year.</p>','Casino Industry Spurs $329 Billion In Us All Economic Activity, Study By Gambling Group Shows','','publish','open','open','','casino-industry-spurs-329-billion-in-us-all-economic-activity-study-by-gambling-group-shows-2','','','2025-10-10 02:31:34','2025-10-09 19:31:34','',0,'https://lion288slot.com/?p=310',0,'post','',0),
(311,1,'2025-10-10 02:31:25','2025-10-09 19:31:25','<h1>Countries Ranked From The Number Of Internet Casinos They Have</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">If An Individual Continue To Bet, The Casino Will Certainly Be Watching An Individual </a></li><li><a href=\"#toc-1\">Casino Market Spurs $329 Billion In Us Financial Activity, Study Simply By Gambling Group Shows</a></li><li><a href=\"#toc-2\">Job Description For Cage Cashier - Casino</a></li><li><a href=\"#toc-3\">New Player Offers</a></li><li><a href=\"#toc-4\">Consider The On Line Casino Size</a></li><li><a href=\"#toc-5\">Sources</a></li><li><a href=\"#toc-6\">Useful Tips To Improve Your Chances To Win Upon Scratch Cards</a></li><li><a href=\"#toc-7\">Average Overall Cash Compensation</a></li><li><a href=\"#toc-8\">Oceania Casinos</a></li><li><a href=\"#toc-9\">The Perfect Turkey Live Casinos For 2024</a></li><li><a href=\"#toc-10\">Hot Drop Jackpots</a></li><li><a href=\"#toc-11\">How Participants Lose Greater Than They Expect</a></li><li><a href=\"#toc-12\">You’re Likely To Have To Fill Out A New Tax Form </a></li><li><a href=\"#toc-13\">How To Play Small Baccarat: Rules, Method & Odds</a></li><li><a href=\"#toc-14\">Best Online Roulette Casinos</a></li><li><a href=\"#toc-15\">Regular Stand-alone Jackpots</a></li><li><a href=\"#toc-16\">Cage Cashier - Casino</a></li><li><a href=\"#toc-17\">What Would Be The Odds On Zero Or Double 0 % In Roulette? </a></li><li><a href=\"#toc-18\">Existing Player Promotions</a></li><li><a href=\"#toc-19\">What Percentage Of Bettors Win? </a></li><li><a href=\"#toc-20\">Gamecode Emerges As Leading Contender In New Slots After The State Of Michigan And New Hat Launch</a></li><li><a href=\"#toc-21\">Best Online Internet Casinos Turkey Is Offering On 2024</a></li><li><a href=\"#toc-22\">Games Global Starts Garden Of The Gods Gold Blitz™ Exclusively With Caesars Digital In Three North American Jurisdictions</a></li><li><a href=\"#toc-23\">Why Does The House Usually Win? A Search At Casino Profitability</a></li><li><a href=\"#toc-24\">Maximum Bet</a></li><li><a href=\"#toc-27\">How To Bet On Roulette? </a></li><li><a href=\"#toc-28\">Where Does Typically The Jackpot Money Appear From? </a></li><li><a href=\"#toc-30\">Understand Typically The Total Compensation Opportunity For A Cage Cashier - Casino, Bottom Salary Plus Some Other Pay Elements</a></li><li><a href=\"#toc-33\">Discover Exactly How Your Pay Is Usually Adjusted For Expertise, Experience, And Additional Factors</a></li></ul></div><p>According to the above figures, the Indiana casinos’ payout percentage gives up to 90. 38% RTP, in line with the above figures.  The above would place the Arkansas average online casino payout at around 92. 3%, statewide.  The following are offers you can expect to look for when you’re just placing your signature to up to a new casino.</p><ul><li>For this reason, all of us can only provide an estimated earnings range rather compared to a fixed number since we aren’t referring to a new\" \"specific casino venue. </li><li>As of late 2017, the particular exact landscape will be still unknown, sometimes have estimated the yearly revenue coming from casinos there may range between $5 billion per year to $25 billion. </li><li>Over 50% in the Turkish population offers invested in crypto assets¹, meaning that will many online gambling dens have started obtaining the memo in addition to allowing players to utilize digital currencies regarding live bets. </li><li>Yes, many offshore casino internet sites provide a choice of brilliant live casino options, which includes roulette, poker, blackjack, and baccarat, plus game shows. </li><li>Some casinos keep thousands in their safekeeping accounts for years—by law, they’re not necessarily allowed to pay that. </li></ul><p>You can even check out casino sites or use roulette apps to try out mobile roulette out and about.  The home edge on a great American roulette tyre, which includes an increase zero, is five. 26%.  For each $1 million that’s bet at the roulette tables in a casino, the management expects to be able to pocket a profit associated with slightly more compared to $50, 000.  The\" \"Diamond Casino Heist offers varying payouts using the vault’s contents, together with diamonds being the rarest and almost all profitable.</p><h2 id=\"toc-0\">If You Continue To Bet, The Casino Will Be Watching A Person </h2><p>Casinos are usually a big enterprise in the United States, with individuals flocking to them in droves from all over typically the country.  States have different laws managing casinos, and one of their most important aspects is determining how much the casino pays out there to its customers.  Colorado is typically the home of thirty-three commercial casinos, which can be heavily regulated by the state’s regulatory authority, requiring them in order to report their RTP percentages.  Online gaming in Turkey will be illegal, so is actually best to tread carefully if a person decide to do so.</p><ul><li>Miller said the particular association will use figures from the review to press its case to congress in favor associated with gambling industry targets, including an authorities crackdown on unlicensed gambling operations. </li><li>In other instances, casinos may possibly hand out prizes through an annuity, that is a financial agreement where the prize cash is paid away in installments. </li><li>Note the first time an individual do the heist you will constantly get cash, and on subsequent attempts you might get artwork, gold or diamonds. </li><li>Note that in most cases, tribe casinos don’t record their payout percentages, so we just collected data from commercial casinos. </li></ul><p>– Right here, there is a single prize fund for all participants, regardless of where they are located.  A massively interconnected group of operators is accountable for making this a reality.  The developer is responsible with regard to collecting the reward, and the money is stored in a separate account chosen just for the jackpot <a href=\"https://mostbetbd24.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Casino Business Spurs $329 Billion Dollars In Us Economical Activity, Study By Simply Gambling Group Shows</h3><p>It’s smart to try different online casino games in (free) demo mode just before wagering real funds.  This will allow you to familiarise yourself with typically the game and check different strategies.  The site is sanctioned and regulated by simply the Curaçao federal government, facilitating the accessibility of multiple worldwide audiences in the safe environment, including Turkish players.  Legal betting services can only be supplied by government-operated gaming entities, which mainly focus on sports and horse racing betting, in\" \"addition to managing the State Lottery.  No Turkish casino is available online, so inhabitants must look beyond the country’s borders.  Western Europe will be the second nearly all casino-populated continent or even region after North America.</p><p>Various correctly already been published over the years, plus the numbers fluctuate.  In 2013, The particular Wall Street Journal gained entry to a new private gambling data source, which revealed that just 13. 5% of gamblers ending up winning.  Many people who are usually conscious of the home edge still don’t really grasp their implications for his or her bankrolls.</p><h3 id=\"toc-2\">Job Description For Cage Cashier -- Casino</h3><p>Besides this, the national parte known as the particular Super Lotto Türkei is also very popular.  Try our collision gambling simulator to explore this growing tendency, or, if you’re interested in live games, check out there our free friendly roulette, free live baccarat, or no cost live blackjack game titles.  As we’ve pointed out in our Rocketpot Casino Review, the woking platform bears many determining characteristics of crypto-friendly sites in basic.  These include the wide range associated with Bitcoin games, original Provably Fair content, and the acceptance of several known cryptos, for example BTC, DOGE, XRP, and ETH <a href=\"https://mostbetbd24.com/app/\">mostbet app</a>.</p><p>The amount is readily available for Turkish players that make four successive deposits after sign up.  There are internet casinos located throughout Sth and Central America, the Caribbean, plus Eastern Europe.  Russia is developing a number of gambling zones after earlier outlawing and shutting down each of the casinos there.  There are casino resorts in Sochi and around Vladivostok, with many more to arrive.  Most Canadian casinos are owned and governed by lottery corporations, sometimes in shared ventures with personal entities like Good Canadian and Entrance.</p><h2 id=\"toc-3\">New Player Offers</h2><p>Per reports through 169 prominent internet casinos in Sin City, their total revenue in 2019 reached $22 billion.  When divided by typically the number of gambling dens and days in a given time, the calculation uncovered a daily on line casino income of $356, 650.  The online casino will need to verify your own win, inform supervisors, collect tax types, be sure you’re not within the state’s restricted list, and deal with a bunch of accounting paperwork prior to deciding to see the dime.</p><ul><li>These percentages will be achieved when on line casino developers spin typically the virtual reels hundreds of times plus compare the cash invested against the particular prizes won. </li><li>Naturally, customers spend on all these types of services, with the particular end of the particular day, these charges get into the last operating profit of every land-based casino. </li><li>There are over 1, 000 sports wagering shops in London alone, and also two million people in the UK wager online. </li><li>The data signifies that Colorado gambling dens have an average RTP of 80. 61%. </li></ul><p>Annual gross gaming revenue, from just two casinos, has in no way been below $4 billion since they will opened in the year of 2010.  If you journey to Malaysia, there are plenty of Resorts World Genting in the Genting Highlands - typically the only casino in the country.  First World Hotel right now there is the greatest hotel in the particular world by room count.  The RWG casino has over 400 table games plus more than three or more, 000 gaming devices on a 204, 514 square ft . gaming floor.  When playing real cash roulette, we advise opting for typically the European game.  You’ll instantly improve the house edge, in addition to in this sport of chance, decreasing the online casino\'s advantage can just become a benefit in order to you.</p><h2 id=\"toc-4\">Consider The On Line Casino Size</h2><p>Les Ambassadeurs Golf club is another special luxury casino in London that has had its share of fame from Adam Bond movies in order to The Beatles\' Difficult Day\'s Night movie.  Everywhere you move in britain - from Wales to Ireland towards the Isle of Man you will certainly find casinos.  With the exception of China, most associated with the countries without casinos are possibly predominantly Muslim or are remote isle nations without the particular capability to attract numerous tourists.  The Usa States recieve more internet casinos within its boundaries and on Indian reservations than the next ten nations combined.  Naturally, consumers spend on all these services, with the end of typically the day, these charges get into the last operating profit of each and every land-based casino.  Most people only have time for you to visit online casino venues on weekends,\" \"in addition to nights usually observe more action than daylight hours.</p><ul><li>If you need to really taste the flavor of live seller goodness, Fezbet has everything you could desire as a Turkish player. </li><li>The Star Brisbane will probably be at Queen\'s Wharf on the particular river and feature several hotels; three may have six-star ratings. </li><li>Based about the figures over, the average slot machine payout within Iowa casinos is usually 90. 24%, structured on the statistics above. </li><li>There are thousands of jurisdictions worldwide with a connection to the internet. </li></ul><p>The best online internet casinos in Turkey present hundreds or hundreds and hundreds of real-money video games you can use your PC or perhaps mobile device.  If you register along with one of  the sites featured above, you’ll be able to enjoy many methods from slots and friendly games to impact gambling and Plinko.  Over 50% from the Turkish population has invested in crypto assets¹, meaning that many online gambling dens have started obtaining the memo plus allowing players to utilize digital currencies with regard to live bets.  Such is the case of TrustDice, wherever you can discover real-time interaction in your favourite live furniture and place your wagers in BTC, ETH, TRON, in addition to others.</p><h3 id=\"toc-5\">Sources</h3><p>The 3rd career path typically progresses to Hard Count Supervisor - Casino.  The 2nd career path typically progresses to Coin Room Manager - Casino.  For Crate Cashier - Online casino, the first career way typically depends on the Cage Shift Supervisor - Casino place, and then Competition Manager Assistant - Casino.  Crown Quarterly report at Barangaroo South will cost concerning $1. 5 billion to accomplish with VERY IMPORTANT PERSONEL gaming facilities and six-star hotel lodging.  The Star Brisbane is going to be at Queen\'s Wharf on the particular river and have 5 hotels; three will have six-star rankings.  The Treasury Casino license will be utilized for gaming right now there, and the iconic building will become preserved.</p><ul><li>A player may be ahead in typically the short term, but over the lengthy haul, the house border eventually will work them into unprofitability. </li><li>The reduced estimate assumes two resorts, and typically the high estimate is usually projected based on 2 integrated resorts in major metro places and 10 local casinos. </li><li>Well, if you’re looking for the best chance to succeed some money, you should go to a new state with a high slot pay out percentage. </li><li>The proportion may be different for every single player based upon their location or even the jurisdiction within which the on line casino is located. </li><li>It is important, nevertheless, to be mindful that many online casinos impose an optimum withdrawal restriction upon their customers’ balances. </li></ul><p>They use the similar machines as typical casinos, and players would not wager in tribal internet casinos if they were not providing out fair results.  A machine with lower volatility is usually going to end up being better for novice players who would like to get more of their own money back in smaller sized sums so they will can continue playing.  Those looking with regard to bigger prizes should seek out casinos and machines with larger volatility, as they will will offer these people a chance with regard to larger jackpots, even though such payouts don’t come usually.  Casinos in Mexico run the gamut from just what are essentially digital bingo parlors together with sports books to be able to state-of-the-art gaming venues.</p><h2 id=\"toc-6\">Useful Tips To Be Able To Improve Your Probabilities To Win About Scratch Cards</h2><p>Bear in mind of which these numbers recommend to an every day income, including products and services other than gameplay charged to players.  That depends upon what slot machine, of course, but just about all of them pay out on the relatively infrequent basis.  If you’ve only won a few 1000 dollars, you’ll probably get the cash within minutes, but don’t emphasize if this takes longer.  Your best bet is always to go grab food intake at the casino’s restaurant and begin calling banks to be able to find a good price for a CD.</p><p>Casinos prefer to pay money whenever possible, since it enhances the chances that you’ll retain playing.  Given the positive response, it provides a good chance of being widely used in a selection of casinos and games.  – In cases like this, the jackpots will be pooled from many linked brands, which are generally operated by the particular same company.  Casinos shell out winners due to the fact they are those who receive the gamer contributions, not typically the service provider.  – These kinds of feature interconnected equipment, but only inside of the confines regarding the casino.  They are not attached to a bigger online casino network and so feature pretty modest affiliate payouts.</p><h3 id=\"toc-7\">Average Overall Cash Compensation</h3><p>The state regarding Delaware is home to 3 racinos, regulated simply by the Delaware Label of Gaming Enforcement, which mandates annual payout percentages be held between 87% in addition to 95%.  Unsurprisingly, there are no land-based casinos in Turkey due to the restrictive legislation in the country².  However, you will find a couple of race courses to be able to place bets upon horses.</p><ul><li>Check out our explanations, betting odds in addition to payout chart to be able to improve your chances of succeeding real money any time playing roulette on-line. </li><li>The most widely used are welcome bonuses, which often are available in order to new players right after joining and generating a merchant account. </li><li>However, even thus, due to the aforementioned GTA$3. 6 million cap, they will still only took away that lower amount. </li><li>Some form of casino gambling will be allowed in all states except Utah and Hawaii. </li><li>In Sc, casinos are available is without a doubt cruise ships that must sail out there into international oceans, where gambling is usually permitted. </li><li>Most Canadian casinos are owned and regulated by lottery businesses, sometimes in shared ventures with exclusive entities like Good Canadian and Entrance. </li></ul><p>First Nation individuals also own plus operate their personal casinos and also have playing commissions under territorial jurisdiction.  See our own Canada casino manual for more info and reviews regarding casinos in the particular Land from the Walnut Leaf.  In situation you can’t think of an amount but have always needed to know how high it will go, we’re about in order to allow cat away of the carrier by sharing the newest updates on average casino income.  Your likelihood of getting a jackpot will be roughly 1 in 262, 144, and many devices have much more than 64 stops per reel.  There furthermore were almost fifth there’s 89, 000 jobs at businesses serving online casino patrons during journeys or in online casino construction and refurbishments, and more than 23, 000 careers at gambling products manufacturers.</p><h2 id=\"toc-8\">Oceania Casinos</h2><p>Commercial in addition to tribal casinos support 1. 8 , 000, 000 jobs, including seven hundred, 000 jobs in casinos\" \"on their own or related companies, about the similar as in 2017.  Those jobs created $104 billion in wages across the country, up 40% from 2017, relating to the study.  The casino’s place as well as the game that will was bet upon both have the role in figuring out the available repayment alternatives.  These possibilities might vary centered on the size of the jackpot that has been won.  He has additionally produced features, evaluations, and even more guides for Reliable Reviews, TechRadar plus Top Ten Evaluations.</p><p>One outstanding example of this is the fact triggering a jackpot on a common slot machine by at the same time landing on the particular same symbol.  Some games\" \"in addition to casinos allow regarding an option known since “lump sum disbursement, ” that involves typically the payment in the funds all at when.  According to Reddit, the utmost Diamond Casino Heist payout will be GTA$2. 1 million.  While that\'s a new persuasive sum, take note that Lester will usually take his 60k cut.  If you’re looking to enjoy European or Finnish roulette online, an individual might observe that the gameplay can differ a new little from the more regular types of roulette obtainable.  Casinos are crafting, giving players merely enough wish to retain them betting.</p><h3 id=\"toc-9\">The Top Turkey Live Casinos For 2024</h3><p>Over and above this, Turks can also redeem the €300 deposit bonus from typically the app.  The listing of supported savings options at Turkey online casinos is usually, frustratingly, a really short one.  Since the government threatens repayment providers who assist in gambling online payments with prosecution, many associated with the best on line casino payment methods, for example Visa\" \"and PayPal, are unavailable.  Tsars Casino encourages Turkish players in order to partake in an epic live journey, flawlessly coordinated simply by industry leaders Advancement Gaming, Bombay Live, and Pragmatic Have fun with Live.</p><p>Having contributed posts to be able to the Malta iGaming Seminar 2014 blog page and written content material for the Malta Gaming Authority’s website, no topic is usually alien to him or her.  Iggy especially loves to scrutinise casino operators\" \"and games to offer his readers the best possible gambling experience.  Our following pick for an individual will be the 22Bet mobile app, which runs smoothly on just about all iOS devices, many of these as iPhones and iPads, as well as Google android phones and pills.</p><h2 id=\"toc-10\">Hot Drop Jackpots</h2><p>A player may be ahead in typically the short term, but over the long haul, the home advantage eventually will grind them into unprofitability.  The cap on the maximum general amount you can take within a heist is GTA$3. 619 million.  This indicates that even in case\" \"a person somehow get additional than that assigned amount, it will be of simply no use because the optimum you will become able to walk away with remains just GTA$3. 619 million.  If an individual grab the money using this secret burial container you also get an award for doing so called the particular “Daily Cash Grab”, it gives you the 100 RP bonus too.</p><ul><li>Casino payouts are a new vital factor to consider think about exactly where to gamble. </li><li>The United States recieve more gambling dens within its edges and on Indian reservations than the next ten countries combined. </li><li>Each can be distinguished not necessarily only from the average amount of money that may be awarded nevertheless also by the process by which typically the jackpot is earned. </li><li>Bokunewicz said gambling dens spend significant sums on operating expenses, including purchases of goods and services just like food, linen, hotel room amenities, laundry solutions, and building maintenance. </li><li>Many of typically the casinos here are ancient and gilded not only in gold but historical value. </li><li>These safe payment providers offer instant transactions and create the secure boundary in between your bank and casino account. </li></ul><p>Ultimately, the longer without a doubt, the bigger the particular house advantage becomes.  People gamble with regard to fun and since there exists a possibility, however small , of earning some cash.  Many first-time players are happily surprised at being offered free refreshments by the management.  Those complimentary libations costs, though, as being inebriated doesn’t usually improve common sense when it arrives to betting.  Which loot you will get is completely randomly, but some loot will appear more frequently than others.</p><h3 id=\"toc-11\">How Participants Lose Greater Than These People Expect</h3><p>There aren’t too many significant differences between winning big from a land-based casino and landing a new jackpot in an online casino.  The only issue that could want your attention will be the frequency and approach through which you will\" \"be receiving your funds.  Low-stakes online gambling dens charges you as little as 10¢ per minimum bet.  At the top Todas las Vegas casinos, on the other hand, you can sometimes expect to spend between $3 and $100 for minimum bets.</p><ul><li>Jumping over the ocean coming from United states, we locate France inside a tight race for your #3 position in\" \"a listing of countries with typically the most casinos. </li><li>Whenever choosing the hacker for your heist we recommend that you usually go for typically the best hackers obtainable, which can be Paige Harris and Avi Schwartzman. </li><li>Then any time you were in the grabbing position again, the yellow metal would\" \"respawn. </li><li>A tell-tale signal of the best casino sites Chicken has to offer you will be the increased focus on the quality of the live offering. </li></ul><p>Here\'s everything you need to realize about the Gemstone Casino Heist pay out.  The payout for that GTA Online online casino heist is the gamble you probably want to go bushed on.  Online casinos will add a minimum bet to their most widely used roulette tables which generally increases at peak times with regard to play.  Try playing another variant regarding roulette or during off-peak hours (for example not in the course of holidays or in weekends).  The pay-out odds for inside bets\" \"can really make your evening, but with the possibilities of hitting getting lower than outside bets, it just about all comes down in order to a spin of the roulette steering wheel.</p><h2 id=\"toc-12\">You’re Going To Have In Order To Fill Out The Tax Form </h2><p>The house edge, which usually is the odds edge in its favour, represents the average gross profit that will the casino could reliably anticipate to help to make from each sport.  On the video games with the least expensive house edge, the casino might be generating a meager profit of anywhere from around zero. 5% into a little over 2%.  There are only 2 US states wherever gambling is not necessarily permitted, but right now there is also a new lot of difference in the types of venues exactly where you can wager.</p><ul><li>The World On line casino Directory attempts in order to list every casino on the world. </li><li>An casinos is probably your best bet when you’re looking with regard to convenience and affordability. </li><li>The payouts for inside gambling bets\" \"really can make your evening, good results . the chances of hitting being lower than outdoors bets, it just about all comes down to be able to a spin regarding the roulette wheel. </li><li>Factors just like the chosen strategy, crew member cuts, and damage obtained during the heist impact the last take. </li></ul><p>They also employ local builders plus vendors for construction and ongoing money improvements.  A malfunction of how very much each wager gives to the award pool is available for almost any casino game having a jackpot.  Winners in many cases are given upward to ninety days to choose whether these people would wish an one time payment or payments via an pension.  One of their customers walking away along with hundreds or simply hundreds of thousands of dollars will be the best possible marketing for any kind of casino.</p><h3 id=\"toc-13\">How To Play Little Baccarat: Rules, Technique & Odds</h3><p>You might likewise become a cheater, associated with course, but your possibilities of successfully cutting corners a slot machine are actually lower.  To escape with infidelity, you’d need to be able to directly\" \"get a new erasable programmable read-only memory (EPROM) computer chip on the inside of the machine—something that the staff would certainly detect.  You can’t “hack inside, ” either, considering that that part of the machine has no network access.  If you’re trying to get the greatest pay out possible, the annuity is usually the smarter choice.  It will make money management significantly less difficult furthermore lessen your tax expenses in some situations.</p><p>Of program, China is the major feeder marketplace for other Hard anodized cookware gambling jurisdictions which include the special administrative region of Macau, the Philippines, plus South Korea.  Due to the mentioned factors that determine the gambling industry’s prosperity, the numbers change yearly.  We’ve seen some major within 2020, which often put a full stop to real time gambling for some time, realizing that no on line casino is guaranteed exactly the same average daily revenue each year.</p>','Casino Industry Spurs $329 Billion In Us All Economic Activity, Study By Gambling Group Shows','','inherit','closed','closed','','310-revision-v1','','','2025-10-10 02:31:25','2025-10-09 19:31:25','',310,'https://lion288slot.com/?p=311',0,'revision','',0),
(312,1,'2025-10-10 02:31:32','2025-10-09 19:31:32','<h1>Countries Ranked From The Number Of Internet Casinos They Have</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">If An Individual Continue To Bet, The Casino Will Certainly Be Watching An Individual </a></li><li><a href=\"#toc-1\">Casino Market Spurs $329 Billion In Us Financial Activity, Study Simply By Gambling Group Shows</a></li><li><a href=\"#toc-2\">Job Description For Cage Cashier - Casino</a></li><li><a href=\"#toc-3\">New Player Offers</a></li><li><a href=\"#toc-4\">Consider The On Line Casino Size</a></li><li><a href=\"#toc-5\">Sources</a></li><li><a href=\"#toc-6\">Useful Tips To Improve Your Chances To Win Upon Scratch Cards</a></li><li><a href=\"#toc-7\">Average Overall Cash Compensation</a></li><li><a href=\"#toc-8\">Oceania Casinos</a></li><li><a href=\"#toc-9\">The Perfect Turkey Live Casinos For 2024</a></li><li><a href=\"#toc-10\">Hot Drop Jackpots</a></li><li><a href=\"#toc-11\">How Participants Lose Greater Than They Expect</a></li><li><a href=\"#toc-12\">You’re Likely To Have To Fill Out A New Tax Form </a></li><li><a href=\"#toc-13\">How To Play Small Baccarat: Rules, Method & Odds</a></li><li><a href=\"#toc-14\">Best Online Roulette Casinos</a></li><li><a href=\"#toc-15\">Regular Stand-alone Jackpots</a></li><li><a href=\"#toc-16\">Cage Cashier - Casino</a></li><li><a href=\"#toc-17\">What Would Be The Odds On Zero Or Double 0 % In Roulette? </a></li><li><a href=\"#toc-18\">Existing Player Promotions</a></li><li><a href=\"#toc-19\">What Percentage Of Bettors Win? </a></li><li><a href=\"#toc-20\">Gamecode Emerges As Leading Contender In New Slots After The State Of Michigan And New Hat Launch</a></li><li><a href=\"#toc-21\">Best Online Internet Casinos Turkey Is Offering On 2024</a></li><li><a href=\"#toc-22\">Games Global Starts Garden Of The Gods Gold Blitz™ Exclusively With Caesars Digital In Three North American Jurisdictions</a></li><li><a href=\"#toc-23\">Why Does The House Usually Win? A Search At Casino Profitability</a></li><li><a href=\"#toc-24\">Maximum Bet</a></li><li><a href=\"#toc-27\">How To Bet On Roulette? </a></li><li><a href=\"#toc-28\">Where Does Typically The Jackpot Money Appear From? </a></li><li><a href=\"#toc-30\">Understand Typically The Total Compensation Opportunity For A Cage Cashier - Casino, Bottom Salary Plus Some Other Pay Elements</a></li><li><a href=\"#toc-33\">Discover Exactly How Your Pay Is Usually Adjusted For Expertise, Experience, And Additional Factors</a></li></ul></div><p>According to the above figures, the Indiana casinos’ payout percentage gives up to 90. 38% RTP, in line with the above figures.  The above would place the Arkansas average online casino payout at around 92. 3%, statewide.  The following are offers you can expect to look for when you’re just placing your signature to up to a new casino.</p><ul><li>For this reason, all of us can only provide an estimated earnings range rather compared to a fixed number since we aren’t referring to a new\" \"specific casino venue. </li><li>As of late 2017, the particular exact landscape will be still unknown, sometimes have estimated the yearly revenue coming from casinos there may range between $5 billion per year to $25 billion. </li><li>Over 50% in the Turkish population offers invested in crypto assets¹, meaning that will many online gambling dens have started obtaining the memo in addition to allowing players to utilize digital currencies regarding live bets. </li><li>Yes, many offshore casino internet sites provide a choice of brilliant live casino options, which includes roulette, poker, blackjack, and baccarat, plus game shows. </li><li>Some casinos keep thousands in their safekeeping accounts for years—by law, they’re not necessarily allowed to pay that. </li></ul><p>You can even check out casino sites or use roulette apps to try out mobile roulette out and about.  The home edge on a great American roulette tyre, which includes an increase zero, is five. 26%.  For each $1 million that’s bet at the roulette tables in a casino, the management expects to be able to pocket a profit associated with slightly more compared to $50, 000.  The\" \"Diamond Casino Heist offers varying payouts using the vault’s contents, together with diamonds being the rarest and almost all profitable.</p><h2 id=\"toc-0\">If You Continue To Bet, The Casino Will Be Watching A Person </h2><p>Casinos are usually a big enterprise in the United States, with individuals flocking to them in droves from all over typically the country.  States have different laws managing casinos, and one of their most important aspects is determining how much the casino pays out there to its customers.  Colorado is typically the home of thirty-three commercial casinos, which can be heavily regulated by the state’s regulatory authority, requiring them in order to report their RTP percentages.  Online gaming in Turkey will be illegal, so is actually best to tread carefully if a person decide to do so.</p><ul><li>Miller said the particular association will use figures from the review to press its case to congress in favor associated with gambling industry targets, including an authorities crackdown on unlicensed gambling operations. </li><li>In other instances, casinos may possibly hand out prizes through an annuity, that is a financial agreement where the prize cash is paid away in installments. </li><li>Note the first time an individual do the heist you will constantly get cash, and on subsequent attempts you might get artwork, gold or diamonds. </li><li>Note that in most cases, tribe casinos don’t record their payout percentages, so we just collected data from commercial casinos. </li></ul><p>– Right here, there is a single prize fund for all participants, regardless of where they are located.  A massively interconnected group of operators is accountable for making this a reality.  The developer is responsible with regard to collecting the reward, and the money is stored in a separate account chosen just for the jackpot <a href=\"https://mostbetbd24.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Casino Business Spurs $329 Billion Dollars In Us Economical Activity, Study By Simply Gambling Group Shows</h3><p>It’s smart to try different online casino games in (free) demo mode just before wagering real funds.  This will allow you to familiarise yourself with typically the game and check different strategies.  The site is sanctioned and regulated by simply the Curaçao federal government, facilitating the accessibility of multiple worldwide audiences in the safe environment, including Turkish players.  Legal betting services can only be supplied by government-operated gaming entities, which mainly focus on sports and horse racing betting, in\" \"addition to managing the State Lottery.  No Turkish casino is available online, so inhabitants must look beyond the country’s borders.  Western Europe will be the second nearly all casino-populated continent or even region after North America.</p><p>Various correctly already been published over the years, plus the numbers fluctuate.  In 2013, The particular Wall Street Journal gained entry to a new private gambling data source, which revealed that just 13. 5% of gamblers ending up winning.  Many people who are usually conscious of the home edge still don’t really grasp their implications for his or her bankrolls.</p><h3 id=\"toc-2\">Job Description For Cage Cashier -- Casino</h3><p>Besides this, the national parte known as the particular Super Lotto Türkei is also very popular.  Try our collision gambling simulator to explore this growing tendency, or, if you’re interested in live games, check out there our free friendly roulette, free live baccarat, or no cost live blackjack game titles.  As we’ve pointed out in our Rocketpot Casino Review, the woking platform bears many determining characteristics of crypto-friendly sites in basic.  These include the wide range associated with Bitcoin games, original Provably Fair content, and the acceptance of several known cryptos, for example BTC, DOGE, XRP, and ETH <a href=\"https://mostbetbd24.com/app/\">mostbet app</a>.</p><p>The amount is readily available for Turkish players that make four successive deposits after sign up.  There are internet casinos located throughout Sth and Central America, the Caribbean, plus Eastern Europe.  Russia is developing a number of gambling zones after earlier outlawing and shutting down each of the casinos there.  There are casino resorts in Sochi and around Vladivostok, with many more to arrive.  Most Canadian casinos are owned and governed by lottery corporations, sometimes in shared ventures with personal entities like Good Canadian and Entrance.</p><h2 id=\"toc-3\">New Player Offers</h2><p>Per reports through 169 prominent internet casinos in Sin City, their total revenue in 2019 reached $22 billion.  When divided by typically the number of gambling dens and days in a given time, the calculation uncovered a daily on line casino income of $356, 650.  The online casino will need to verify your own win, inform supervisors, collect tax types, be sure you’re not within the state’s restricted list, and deal with a bunch of accounting paperwork prior to deciding to see the dime.</p><ul><li>These percentages will be achieved when on line casino developers spin typically the virtual reels hundreds of times plus compare the cash invested against the particular prizes won. </li><li>Naturally, customers spend on all these types of services, with the particular end of the particular day, these charges get into the last operating profit of every land-based casino. </li><li>There are over 1, 000 sports wagering shops in London alone, and also two million people in the UK wager online. </li><li>The data signifies that Colorado gambling dens have an average RTP of 80. 61%. </li></ul><p>Annual gross gaming revenue, from just two casinos, has in no way been below $4 billion since they will opened in the year of 2010.  If you journey to Malaysia, there are plenty of Resorts World Genting in the Genting Highlands - typically the only casino in the country.  First World Hotel right now there is the greatest hotel in the particular world by room count.  The RWG casino has over 400 table games plus more than three or more, 000 gaming devices on a 204, 514 square ft . gaming floor.  When playing real cash roulette, we advise opting for typically the European game.  You’ll instantly improve the house edge, in addition to in this sport of chance, decreasing the online casino\'s advantage can just become a benefit in order to you.</p><h2 id=\"toc-4\">Consider The On Line Casino Size</h2><p>Les Ambassadeurs Golf club is another special luxury casino in London that has had its share of fame from Adam Bond movies in order to The Beatles\' Difficult Day\'s Night movie.  Everywhere you move in britain - from Wales to Ireland towards the Isle of Man you will certainly find casinos.  With the exception of China, most associated with the countries without casinos are possibly predominantly Muslim or are remote isle nations without the particular capability to attract numerous tourists.  The Usa States recieve more internet casinos within its boundaries and on Indian reservations than the next ten nations combined.  Naturally, consumers spend on all these services, with the end of typically the day, these charges get into the last operating profit of each and every land-based casino.  Most people only have time for you to visit online casino venues on weekends,\" \"in addition to nights usually observe more action than daylight hours.</p><ul><li>If you need to really taste the flavor of live seller goodness, Fezbet has everything you could desire as a Turkish player. </li><li>The Star Brisbane will probably be at Queen\'s Wharf on the particular river and feature several hotels; three may have six-star ratings. </li><li>Based about the figures over, the average slot machine payout within Iowa casinos is usually 90. 24%, structured on the statistics above. </li><li>There are thousands of jurisdictions worldwide with a connection to the internet. </li></ul><p>The best online internet casinos in Turkey present hundreds or hundreds and hundreds of real-money video games you can use your PC or perhaps mobile device.  If you register along with one of  the sites featured above, you’ll be able to enjoy many methods from slots and friendly games to impact gambling and Plinko.  Over 50% from the Turkish population has invested in crypto assets¹, meaning that many online gambling dens have started obtaining the memo plus allowing players to utilize digital currencies with regard to live bets.  Such is the case of TrustDice, wherever you can discover real-time interaction in your favourite live furniture and place your wagers in BTC, ETH, TRON, in addition to others.</p><h3 id=\"toc-5\">Sources</h3><p>The 3rd career path typically progresses to Hard Count Supervisor - Casino.  The 2nd career path typically progresses to Coin Room Manager - Casino.  For Crate Cashier - Online casino, the first career way typically depends on the Cage Shift Supervisor - Casino place, and then Competition Manager Assistant - Casino.  Crown Quarterly report at Barangaroo South will cost concerning $1. 5 billion to accomplish with VERY IMPORTANT PERSONEL gaming facilities and six-star hotel lodging.  The Star Brisbane is going to be at Queen\'s Wharf on the particular river and have 5 hotels; three will have six-star rankings.  The Treasury Casino license will be utilized for gaming right now there, and the iconic building will become preserved.</p><ul><li>A player may be ahead in typically the short term, but over the lengthy haul, the house border eventually will work them into unprofitability. </li><li>The reduced estimate assumes two resorts, and typically the high estimate is usually projected based on 2 integrated resorts in major metro places and 10 local casinos. </li><li>Well, if you’re looking for the best chance to succeed some money, you should go to a new state with a high slot pay out percentage. </li><li>The proportion may be different for every single player based upon their location or even the jurisdiction within which the on line casino is located. </li><li>It is important, nevertheless, to be mindful that many online casinos impose an optimum withdrawal restriction upon their customers’ balances. </li></ul><p>They use the similar machines as typical casinos, and players would not wager in tribal internet casinos if they were not providing out fair results.  A machine with lower volatility is usually going to end up being better for novice players who would like to get more of their own money back in smaller sized sums so they will can continue playing.  Those looking with regard to bigger prizes should seek out casinos and machines with larger volatility, as they will will offer these people a chance with regard to larger jackpots, even though such payouts don’t come usually.  Casinos in Mexico run the gamut from just what are essentially digital bingo parlors together with sports books to be able to state-of-the-art gaming venues.</p><h2 id=\"toc-6\">Useful Tips To Be Able To Improve Your Probabilities To Win About Scratch Cards</h2><p>Bear in mind of which these numbers recommend to an every day income, including products and services other than gameplay charged to players.  That depends upon what slot machine, of course, but just about all of them pay out on the relatively infrequent basis.  If you’ve only won a few 1000 dollars, you’ll probably get the cash within minutes, but don’t emphasize if this takes longer.  Your best bet is always to go grab food intake at the casino’s restaurant and begin calling banks to be able to find a good price for a CD.</p><p>Casinos prefer to pay money whenever possible, since it enhances the chances that you’ll retain playing.  Given the positive response, it provides a good chance of being widely used in a selection of casinos and games.  – In cases like this, the jackpots will be pooled from many linked brands, which are generally operated by the particular same company.  Casinos shell out winners due to the fact they are those who receive the gamer contributions, not typically the service provider.  – These kinds of feature interconnected equipment, but only inside of the confines regarding the casino.  They are not attached to a bigger online casino network and so feature pretty modest affiliate payouts.</p><h3 id=\"toc-7\">Average Overall Cash Compensation</h3><p>The state regarding Delaware is home to 3 racinos, regulated simply by the Delaware Label of Gaming Enforcement, which mandates annual payout percentages be held between 87% in addition to 95%.  Unsurprisingly, there are no land-based casinos in Turkey due to the restrictive legislation in the country².  However, you will find a couple of race courses to be able to place bets upon horses.</p><ul><li>Check out our explanations, betting odds in addition to payout chart to be able to improve your chances of succeeding real money any time playing roulette on-line. </li><li>The most widely used are welcome bonuses, which often are available in order to new players right after joining and generating a merchant account. </li><li>However, even thus, due to the aforementioned GTA$3. 6 million cap, they will still only took away that lower amount. </li><li>Some form of casino gambling will be allowed in all states except Utah and Hawaii. </li><li>In Sc, casinos are available is without a doubt cruise ships that must sail out there into international oceans, where gambling is usually permitted. </li><li>Most Canadian casinos are owned and regulated by lottery businesses, sometimes in shared ventures with exclusive entities like Good Canadian and Entrance. </li></ul><p>First Nation individuals also own plus operate their personal casinos and also have playing commissions under territorial jurisdiction.  See our own Canada casino manual for more info and reviews regarding casinos in the particular Land from the Walnut Leaf.  In situation you can’t think of an amount but have always needed to know how high it will go, we’re about in order to allow cat away of the carrier by sharing the newest updates on average casino income.  Your likelihood of getting a jackpot will be roughly 1 in 262, 144, and many devices have much more than 64 stops per reel.  There furthermore were almost fifth there’s 89, 000 jobs at businesses serving online casino patrons during journeys or in online casino construction and refurbishments, and more than 23, 000 careers at gambling products manufacturers.</p><h2 id=\"toc-8\">Oceania Casinos</h2><p>Commercial in addition to tribal casinos support 1. 8 , 000, 000 jobs, including seven hundred, 000 jobs in casinos\" \"on their own or related companies, about the similar as in 2017.  Those jobs created $104 billion in wages across the country, up 40% from 2017, relating to the study.  The casino’s place as well as the game that will was bet upon both have the role in figuring out the available repayment alternatives.  These possibilities might vary centered on the size of the jackpot that has been won.  He has additionally produced features, evaluations, and even more guides for Reliable Reviews, TechRadar plus Top Ten Evaluations.</p><p>One outstanding example of this is the fact triggering a jackpot on a common slot machine by at the same time landing on the particular same symbol.  Some games\" \"in addition to casinos allow regarding an option known since “lump sum disbursement, ” that involves typically the payment in the funds all at when.  According to Reddit, the utmost Diamond Casino Heist payout will be GTA$2. 1 million.  While that\'s a new persuasive sum, take note that Lester will usually take his 60k cut.  If you’re looking to enjoy European or Finnish roulette online, an individual might observe that the gameplay can differ a new little from the more regular types of roulette obtainable.  Casinos are crafting, giving players merely enough wish to retain them betting.</p><h3 id=\"toc-9\">The Top Turkey Live Casinos For 2024</h3><p>Over and above this, Turks can also redeem the €300 deposit bonus from typically the app.  The listing of supported savings options at Turkey online casinos is usually, frustratingly, a really short one.  Since the government threatens repayment providers who assist in gambling online payments with prosecution, many associated with the best on line casino payment methods, for example Visa\" \"and PayPal, are unavailable.  Tsars Casino encourages Turkish players in order to partake in an epic live journey, flawlessly coordinated simply by industry leaders Advancement Gaming, Bombay Live, and Pragmatic Have fun with Live.</p><p>Having contributed posts to be able to the Malta iGaming Seminar 2014 blog page and written content material for the Malta Gaming Authority’s website, no topic is usually alien to him or her.  Iggy especially loves to scrutinise casino operators\" \"and games to offer his readers the best possible gambling experience.  Our following pick for an individual will be the 22Bet mobile app, which runs smoothly on just about all iOS devices, many of these as iPhones and iPads, as well as Google android phones and pills.</p><h2 id=\"toc-10\">Hot Drop Jackpots</h2><p>A player may be ahead in typically the short term, but over the long haul, the home advantage eventually will grind them into unprofitability.  The cap on the maximum general amount you can take within a heist is GTA$3. 619 million.  This indicates that even in case\" \"a person somehow get additional than that assigned amount, it will be of simply no use because the optimum you will become able to walk away with remains just GTA$3. 619 million.  If an individual grab the money using this secret burial container you also get an award for doing so called the particular “Daily Cash Grab”, it gives you the 100 RP bonus too.</p><ul><li>Casino payouts are a new vital factor to consider think about exactly where to gamble. </li><li>The United States recieve more gambling dens within its edges and on Indian reservations than the next ten countries combined. </li><li>Each can be distinguished not necessarily only from the average amount of money that may be awarded nevertheless also by the process by which typically the jackpot is earned. </li><li>Bokunewicz said gambling dens spend significant sums on operating expenses, including purchases of goods and services just like food, linen, hotel room amenities, laundry solutions, and building maintenance. </li><li>Many of typically the casinos here are ancient and gilded not only in gold but historical value. </li><li>These safe payment providers offer instant transactions and create the secure boundary in between your bank and casino account. </li></ul><p>Ultimately, the longer without a doubt, the bigger the particular house advantage becomes.  People gamble with regard to fun and since there exists a possibility, however small , of earning some cash.  Many first-time players are happily surprised at being offered free refreshments by the management.  Those complimentary libations costs, though, as being inebriated doesn’t usually improve common sense when it arrives to betting.  Which loot you will get is completely randomly, but some loot will appear more frequently than others.</p><h3 id=\"toc-11\">How Participants Lose Greater Than These People Expect</h3><p>There aren’t too many significant differences between winning big from a land-based casino and landing a new jackpot in an online casino.  The only issue that could want your attention will be the frequency and approach through which you will\" \"be receiving your funds.  Low-stakes online gambling dens charges you as little as 10¢ per minimum bet.  At the top Todas las Vegas casinos, on the other hand, you can sometimes expect to spend between $3 and $100 for minimum bets.</p><ul><li>Jumping over the ocean coming from United states, we locate France inside a tight race for your #3 position in\" \"a listing of countries with typically the most casinos. </li><li>Whenever choosing the hacker for your heist we recommend that you usually go for typically the best hackers obtainable, which can be Paige Harris and Avi Schwartzman. </li><li>Then any time you were in the grabbing position again, the yellow metal would\" \"respawn. </li><li>A tell-tale signal of the best casino sites Chicken has to offer you will be the increased focus on the quality of the live offering. </li></ul><p>Here\'s everything you need to realize about the Gemstone Casino Heist pay out.  The payout for that GTA Online online casino heist is the gamble you probably want to go bushed on.  Online casinos will add a minimum bet to their most widely used roulette tables which generally increases at peak times with regard to play.  Try playing another variant regarding roulette or during off-peak hours (for example not in the course of holidays or in weekends).  The pay-out odds for inside bets\" \"can really make your evening, but with the possibilities of hitting getting lower than outside bets, it just about all comes down in order to a spin of the roulette steering wheel.</p><h2 id=\"toc-12\">You’re Going To Have In Order To Fill Out The Tax Form </h2><p>The house edge, which usually is the odds edge in its favour, represents the average gross profit that will the casino could reliably anticipate to help to make from each sport.  On the video games with the least expensive house edge, the casino might be generating a meager profit of anywhere from around zero. 5% into a little over 2%.  There are only 2 US states wherever gambling is not necessarily permitted, but right now there is also a new lot of difference in the types of venues exactly where you can wager.</p><ul><li>The World On line casino Directory attempts in order to list every casino on the world. </li><li>An casinos is probably your best bet when you’re looking with regard to convenience and affordability. </li><li>The payouts for inside gambling bets\" \"really can make your evening, good results . the chances of hitting being lower than outdoors bets, it just about all comes down to be able to a spin regarding the roulette wheel. </li><li>Factors just like the chosen strategy, crew member cuts, and damage obtained during the heist impact the last take. </li></ul><p>They also employ local builders plus vendors for construction and ongoing money improvements.  A malfunction of how very much each wager gives to the award pool is available for almost any casino game having a jackpot.  Winners in many cases are given upward to ninety days to choose whether these people would wish an one time payment or payments via an pension.  One of their customers walking away along with hundreds or simply hundreds of thousands of dollars will be the best possible marketing for any kind of casino.</p><h3 id=\"toc-13\">How To Play Little Baccarat: Rules, Technique & Odds</h3><p>You might likewise become a cheater, associated with course, but your possibilities of successfully cutting corners a slot machine are actually lower.  To escape with infidelity, you’d need to be able to directly\" \"get a new erasable programmable read-only memory (EPROM) computer chip on the inside of the machine—something that the staff would certainly detect.  You can’t “hack inside, ” either, considering that that part of the machine has no network access.  If you’re trying to get the greatest pay out possible, the annuity is usually the smarter choice.  It will make money management significantly less difficult furthermore lessen your tax expenses in some situations.</p><p>Of program, China is the major feeder marketplace for other Hard anodized cookware gambling jurisdictions which include the special administrative region of Macau, the Philippines, plus South Korea.  Due to the mentioned factors that determine the gambling industry’s prosperity, the numbers change yearly.  We’ve seen some major within 2020, which often put a full stop to real time gambling for some time, realizing that no on line casino is guaranteed exactly the same average daily revenue each year.</p>','Casino Industry Spurs $329 Billion In Us All Economic Activity, Study By Gambling Group Shows','','inherit','closed','closed','','310-autosave-v1','','','2025-10-10 02:31:32','2025-10-09 19:31:32','',310,'https://lion288slot.com/?p=312',0,'revision','',0),
(313,1,'2025-10-08 16:16:47','2025-10-08 09:16:47','<meta name=\"description\" content=\"BetUS, however, gives cryptocurrency preference plus accepts payments night and day. \"/><h1>Best Online Casino Additional Bonuses Every Casino Sign Up Bonus Intended For Us</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">More On-line Casino Welcome Bonuses</a></li><li><a href=\"#toc-1\">Maximum Cashout Limits</a></li><li><a href=\"#toc-2\">No Deposit (free Spins And Free Cash)</a></li><li><a href=\"#toc-3\">How To Select The Best Sign-up Bonus For You</a></li><li><a href=\"#toc-4\">Up To €500 + 200 Reward Spins</a></li><li><a href=\"#toc-5\">Latest Casino Guides</a></li><li><a href=\"#toc-6\">Which Casinos Has The Particular Biggest Welcome Bonus? </a></li><li><a href=\"#toc-7\">Reviews Of The Best Deposit Bonus Casinos</a></li><li><a href=\"#toc-8\">Top Online Gambling Establishment For Real Money</a></li><li><a href=\"#toc-9\">Best Online Casino Bonuses Inside The Us 2025</a></li><li><a href=\"#toc-10\">Wagering & Playthrough Requirements</a></li><li><a href=\"#toc-11\">Conclusion: Outstanding Casino Bonuses Regarding Us Gamblers</a></li><li><a href=\"#toc-12\">Tips For Advanced Players</a></li><li><a href=\"#toc-13\">Captain Cooks Gambling Establishment Best Free Moves With Low Deposit</a></li><li><a href=\"#toc-14\">When Have To You Split 10s In Blackjack? </a></li><li><a href=\"#toc-15\">Which Online Gambling Establishment Has Got The Biggest No Deposit Bonus? </a></li><li><a href=\"#toc-16\">Free Spins</a></li><li><a href=\"#toc-17\">Responsible Gambling</a></li><li><a href=\"#toc-18\">#4 Fanduel Online Casino: Finest For Cashback Bonus</a></li><li><a href=\"#toc-19\">Pros And Cons Regarding Online Casino Bonuses</a></li><li><a href=\"#toc-20\">Match Deposit Bonus</a></li><li><a href=\"#toc-21\">⭐ How To Calculate Casino Bonuses</a></li><li><a href=\"#toc-22\">Are Casino Welcome Bonuses Legal In America? </a></li><li><a href=\"#toc-23\">#5 Las Atlantis: Greatest Welcome Bonus Among Casino Sites</a></li><li><a href=\"#toc-24\">The Highest-rated Casinos Welcome Bonus</a></li><li><a href=\"#toc-30\">Fanduel Casino Bonus Terms And Conditions</a></li><li><a href=\"#toc-31\">Conclusion – Tips Whenever Using A Welcome Bonus</a></li><li><a href=\"#toc-33\">Biggest Sign Up Bonus On-line Casinos</a></li></ul></div><p>Some online casinos, like Caesars Palace and even BetMGM, offer free-to-play demos for participants.  RTP%, or come back to player\" \"portion, is how significantly money, usually, a player can assume to win by simply wagering $100 about an online slot machine.  Players can online accept welcome bonus deals from online casinos in states exactly where online casinos will be legal.</p><ul><li>For example, welcome offers in the best online roulette sites may arrive with favorable problems particularly for playing roulette. </li><li>At VegasSlotsOnline, we\'re specialized in keeping you knowledgeable about the latest slot additional bonuses from top-tier casinos. </li><li>For example, wagering $25 will qualify an individual for just two, 500 praise credits. </li><li>The allure of the people spinning reels, the clinking of online coins, and the particular potential for hitting of which elusive jackpot—who could resist? </li><li>Operators count number just a fraction of blackjack bets in the direction of bonus playthrough to offset the game’s high payout probabilities. </li></ul><p>These days, you can get a lot of deposit match bonuses while well as some free offers.  At BonusFinder US, all of us list the ideal deposit bonuses through legal online casinos in the United States so of which you can effortlessly sign up to the one you want.  The Mohegan Sun land-based casinos are popular around the US, nevertheless just a few casino lovers learn about its on-line casino.  Mohegan Sun slots are one regarding the casino’s strongpoints and one associated with the main reasons to be able to check the site out.  Also,  Mohegan Sun Online Casino offers a 100% first deposit match bonus associated with up to\" \"$1, 000 to new players who sign up in New Shirt.  This site requires a bonus computer code, so be sure you variety in MOHEGAN when making the first deposit.</p><h2 id=\"toc-0\">More Online Casino Welcome Bonuses</h2><p>Despite this time shape, the site quickly designed a fantastic reputation.  You’re treated to some sort of modern design, mobile-friendly features, and gain access to to the most current casino games.  With a baseline deposit regarding $50 (promo computer code CAS150) or $100 (promo code CAS250), BetUS Casino may match your primary deposit by 150%, up to $3, 000 or $5, 500, respectively.  Alternatively, decide for a check by courier (up to 7 enterprise days, $75 fee) or a totally free bank wire <a href=\"https://mostbetindia1.in/\">mostbet</a>.</p><p>Some additional bonuses are credited to your player accounts automatically once you help make a qualified first deposit.  These can either be found in the particular offer, or upon sites like this specific where you could occasionally get exclusive bonus requirements.  If one is required, come in in the field supplied whenever you deposit.</p><h3 id=\"toc-1\">Maximum Cashout Limits</h3><p>Yes, good luck U. S. on-line casinos have wagering licenses issued with a State Regulating Firm, which also ensures that these operators follow the necessary regulations.  Are you ready in order to take your online gambling experience to the next level?  Sign up for typically the LetsGambleUSA newsletter and obtain the latest reports, exclusive offers, and even expert tips shipped straight to your inbox.</p><ul><li>Below are the top casino bonus websites you can play on inside the Oughout. S. </li><li>This $300 slots complement bonus is the particular best casino pleasant bonus for slots because you could use it for all their slot games along with the real-series video slot machines that the online casino offers. </li><li>Usually, the on the web casino gives you typically the chance to enter the code within a designated industry when you register a new online casino account. </li><li>Pay attention to be able to the promotional conditions to spot the offers that offer the ideal deal to match your finances and gaming choices. </li></ul><p>So, these people anticipate to be ready to claim casinos bonuses from mobile phones too.   You may generally claim every top online on line casino bonus for US players on mobile.  Furthermore, the proclaiming a bonus is the same as on desktop computers.  It is worth noting that a few internet casino bonus code offers may rule out certain deposit methods.  Any excluded settlement methods will be stated in the particular promotional terms.  It is usually e-wallets like PayPal that are not valid, but you have to try to find exclusions before you deposit plus claim an added bonus employing a code.</p><h3 id=\"toc-2\">No Deposit (free Rotates And Free Cash)</h3><p>Playthrough specifications are specific enjoy minimums set by online casinos that must be met before a person can withdraw profits after claiming a new promo.  In the particular United States, right now there are numerous gambling establishment promotions with different T&amp;Cs, which tends to make this topic complex and multi-faceted.  Here, we covered the best casino reward codes for fresh players and explained the facts of locating a valuable promotion.  Yet, if something is unclear, check the FAQ section to find out more <a href=\"https://mostbetindia1.in/app/\">mostbet app download</a>.</p><ul><li>The ideal offers have biggest online casino bonus deals and the lowest wagering requirements. </li><li>Understanding the various types of bonus deals enables us to play strategically plus maximize the prospective benefits. </li><li>Withdrawals of cryptocurrency are processed inside 24 hours, with a daily hat of $5, 500. </li><li>It\'s just that tiny bit extra in top of what\'s become a \"standard\" on the internet casino bonus. </li></ul><p>If you live within Pennsylvania, your welcome offer is a 200% deposit match reward approximately $200 and a bonus $10 when a person complete your sign up.  Finally,  Caesars Casino WV has a “$500 On Us” added bonus, a cashback reward on your deficits for your first twenty-four hours you may spend on the site.  After scouring the globe wide web for the best US ALL casino offers, we certainly have compiled a record of one of the most rewarding and exciting newplayer welcome packages.</p><h2 id=\"toc-3\">How To Pick The Best Creating An Account Bonus For You</h2><p>The inclusion of a rotates bonus makes that an excellent option for new players who wish to get a headstart.  However, limiting the particular bonus spins in order to one slot will be a minor trouble.  However, the custom offer is open to players who desire to deposit even more than $2, 500 on the on line casino.  To get the custom offer, you’ll need to get in touch with the DraftKings help team to metal out the details of the provide.  There are numerous different forms of everyday and monthly additional bonuses and promotions available, so head more than to the Offers page on a regular basis to be able to claim a added bonus along with other rewards.  Cashback bonuses are typically offered after you’ve played for at least the week at internet sites that offer them.</p><p>The best bonuses for gamers at US online poker sites provide a big deposit match and come with very long validity.  So, in the event that it’s a 20% first deposit reward and you make a $100 down payment, you’ll get a $20 bonus.  There’s usually a cap on the amount involving bonus money you’ll receive, but that is typically well advertised (ie, way up to $1, 000) within the added bonus language.  You will certainly have to appearance a little more in to the bonus terms sometimes to discover the wagering necessity.  The largest internet casino in the US ALL in terms regarding game selection is definitely BetMGM Casino, plus it’s offering a generous welcome offer to get you started exploring the app.</p><h2 id=\"toc-4\">Up To €500 + 200 Reward Spins</h2><p>Casino sites don’t only hand out cost-free bonuses or first deposit matches to players as cashable finances.  In order in order to cash out your casino promotion, you have to fulfill wagering requirements.  You have to be able to wager a arranged amount by enjoying video slots or even card games.  Nothing beats the hurry of your winning streak⁠ – except any time it\'s on a person else\'s dime.  Casino bonuses give a person extra funds to be able to try your good luck and extend the play time.  On this site, you\'ll find a guide to online casino signup bonus provides at the greatest online casinos and where you can easily use them.</p><ul><li>Games with a new lower house border boost the likelihood of fulfilling wagering demands without depleting our own bonus funds also quickly. </li><li>While we’ve outlined the best down payment bonuses from legalized online casinos in various categories, here are usually a few a lot more tips for brand new players to pick out a reward type. </li><li>Online internet casinos licensed in Connecticut, Delaware, Michigan, Nj-new jersey, Pennsylvania, or West Virginia are legal. </li><li>Each type regarding bonus has its unique appeal, plus knowing the variations can help us all tailor our video gaming experience. </li></ul><p>In general there are usually only a couple of main reasons why higher price casino bonuses may well not be as good as they seem initially.  But without a doubt the biggest reason not to just pick up a big online casino bonus is when the online gambling establishment is not legitimate and licensed throughout the US.  We only review and even showcase fully lawful and licensed casinos, so you can be assured your dollars and data is usually protected to a new high standard accepted by federal and state game playing commissions.  But apart from that, some sort of larger register added bonus does tend to put in force the fact that will the web based casino is actually quite excellent.  Different games add differently towards gathering wagering requirements.  Slots typically contribute 100%, while scratch cards may well contribute less or even not at all.</p><h3 id=\"toc-5\">Latest Casino Guides</h3><p>BetUS, however, provides cryptocurrency preference plus accepts payments 24 hours a day.  You can select from a number of  convenient deposit options in BetUS Casino.  Bank wire transfers, Card2Wallet (Google Pay and even Apple Pay), and major credit cards (Visa, Mastercard, and American Express) all accept deposits as little as $10.  Explore Café On line casino, a 2016-launched, Curacao-licensed platform owned by simply the reputable Lynton Limited, making this a secure casino web-site and\" \"giving generous welcome additional bonuses.</p><ul><li>However, BonusFinder US has some exclusive casino additional bonuses available for fresh players. </li><li>You possess the option to be able to convert your not any deposit bonuses into no deposit free of charge chips and delight in playing the obtainable games. </li><li>Essentially, the casino provides us a smaller amount of bonus money or some sort of set variety of free of charge spins just for signing up. </li><li>The process of registering and declaring your welcome benefit is straightforward. </li></ul><p>A couple of social sites also offer the Bitcoin casino zero deposit bonus.  Sometimes you’ll see a new limit to precisely how much you are able to take away even if a person win big along with bonus money.  These caps are employed to protect the casino\'s cash movement and comply with online gambling polices.</p><h2 id=\"toc-6\">Which Internet Casino Has Typically The Biggest Deposit Bonus? </h2><p>We advise any of the particular online casino encouraged bonuses highlighted on this page.  Which bonus fits you greatest will depend upon how much you’re willing to bet, and which express you reside in.  The Caesars name is usually one of the biggest in Todas las Vegas along with the land-based casino and holiday resort world, and it’s among the biggest in online wagering at the same time.  It’s not really a new casino, but the latest rebrand makes it believe that way.  You can claim a Caesars Palace promo code to obtain started with the particular app, which functions a substantial live on line casino, and join the well-regarded Caesars Advantages program.</p><ul><li>In the PEOPLE, these playthrough requirements\" \"can be lenient compared in order to Europe or the United Kingdom, wherever it’s common to get 35-70x wagering requirements. </li><li>If you have queries or issues together with your bonus, refer to the internet casino’s FAQ page. </li><li>Our reviewers break up the welcome reward, reload bonuses, every week promos, the devotion programs, and any kind of other offers from each online gambling establishment. </li></ul><p>Since it is required before you\'re allowed to cash out, it\'s a new good idea to get it finished ahead of time to save on your own any trouble later on on.  To help you choose a good offer, we have developed basic step-by-step guide that will you can comply with.  The first and even most important stage is to check that the casino is familiar with the laws, legal, and secure for US players.  Remember that you need to not perhaps consider enrolling in addition to accepting an added bonus if the casino is not really legit.</p><h3 id=\"toc-7\">Reviews Of The Ideal Deposit Bonus Casinos</h3><p>To wrap up our guide perfectly, we have assembled a questions plus answers section.  We scoured the web to find what PEOPLE players commonly inquire about online online casino bonuses.  Very number of states have legalized online gaming, regardless of the huge income generated in states with a legal online casino market.  However, many declares have chosen to legalize online sports betting in latest years in the wake of the federal government ban being overturned.  As state coffers begin to receive a significant boost through the taxation of legal online sports betting, it may encourage even more states to think about legalizing online casinos.</p><ul><li>There is a massive difference between the big casino welcome bonuses along with the small ones, therefore we\'ve put collectively a list of the greatest sign up additional bonuses online casinos are offering right now. </li><li>Here, we covered the particular best casino benefit codes for brand new players and explained the details of finding a valuable campaign. </li><li>Online position games, including seafood table games, typically contribute 100%. </li><li>As casino experts with over twenty years of expertise in the industry, we simply recommend and accept the safest online casinos on our site. </li></ul><p>Go to be able to the casino site using your mobile phone browser and finish the standard register process.  On best of this, you can claim the no-deposit casino benefit of up to be able to $40 by messaging the support group.  We recommend claiming this before lodging to experience the site and potentially earn some bonus money along the approach.</p><h3 id=\"toc-8\">Top Online On Line Casino For Real Money</h3><p>There are a lot deposit methods offered at online casino software without matter just what payment method an individual choose, if typically the deposit is recognized, you can be eligible in order to claim an added bonus.  When you sign up for a new account in a online casino, you will be ready to say your pleasant bonus or promotional offer.  Follow us on BonusFinder US to read our\" \"casino guides, game manuals, and get distinctive bonuses.</p><ul><li>At the ending of the week,\" \"the most notable three players with the most points take home a cut involving a $1, 800 prize pool. </li><li>It is usually e-wallets like PayPal of which are not good, but you should seek out exclusions prior to you deposit and even claim a bonus applying a code. </li><li>So, fellow players, My partner and i encourage that you embrace these bonuses, yet do so properly. </li><li>BetUS Casino offers an impressive selection associated with over 450 gambling establishment games. </li></ul><p>Once you have chosen a good on the web casino bonus that suits you, the particular next step will be to say it.  Remember you should always study the bonus terms before accepting any kind of offer.  The advertising terms contain almost all the important information that will assist you determine regardless of whether the offer meets you.  Based about our detailed testimonials, we have deduced that BetMGM WV supplies the best gambling establishment welcome bonus in typically the United States.  The deposit bonus need to be wagered 15x in fourteen days, generating it suitable regarding many US participants.</p><h2 id=\"toc-9\">Best Online Casino Bonuses Throughout The Us 2025</h2><p>While the particular game library happens to be quite small, we all expect Caesars Structure Online Casino to keep improving their casino product within the upcoming a few months.  New players can usually benefit from online casino bonus deals that lower the particular risk of betting on games.  These are welcome bonuses that offer a new deposit match, cost-free spins, or funds upfront.  Frequent gamers can maximize benefit funds with some sort of reload bonus, cash back, and loyalty rewards.  Some on-line casinos offer no-deposit offers or totally free spins to clients.  So, before proclaiming any casino reward on your cell phone device, make positive you check typically the wagering requirements, video game weightings, validity, in addition to other key terms.</p><ul><li>The listing of slot themes plus features to choose from are countless, and you can search for specific online games in our free video poker machines library. </li><li>Minimum downpayment requirements are definitely the amount of money a person must deposit straight into your gaming budget to be qualified for certain casino welcome bonuses. </li><li>You will certainly also be signed up for the award-winning MGM Rewards loyalty plan for more perks. </li><li>If you need to look with regard to more offers, a person can find most active online gambling establishment bonuses in the state on BonusFinder. </li><li>You can claim a Caesars Palace promotional code to acquire started with the particular app, which features an extensive live on line casino, and join the well-regarded Caesars Advantages program. </li></ul><p>Follow these five easy steps, and a person will be nicely on your method to unlocking the top online casino bonus offers for PEOPLE players.  Every reward featured with this manual is offered by way of a legit casino together with the required licenses to work in the United States, such as the gambling internet sites that take Apple Pay deposits.  Free spins for position games at on the web casino sites are occasionally included in creating an account bonuses, but usually the promos intended for existing customers.  Online casinos will honor you a fixed number of totally free spins to learn upon a selection associated with the most effective real funds online slot video games, such as 88 Fortunes, Da Vinci Gold, Buffalo, or perhaps others.</p><h3 id=\"toc-10\">Wagering & Playthrough Requirements</h3><p>You can and then choose your preferred casino payment method and fund your own account by subsequent the on-screen directions.  BetUS also welcomes Ethereum, Bitcoin, Litecoin, and Bitcoin Money\" \"with no charging any further fees for producing a deposit or perhaps withdrawal.  After your identity has recently been verified, you could withdraw your profits via cryptocurrency or perhaps another electronic method.  Withdrawals of cryptocurrency are processed within just 24 hours, using a daily limit of $5, 500.</p><ul><li>To get going, review our set of the particular best casino additional bonuses in the US and in order to decide on from the hottest offers. </li><li>This is definitely why it is definitely so vital that you always read the conditions and terms of all bonus deals before choosing to explicit opt-in to it. </li><li>With cashback bonuses, the losses are came back as equivalent gambling establishment credits, allowing a person to stay on the site without having having to deposit anymore funds. </li><li>It will give you additional free spins when you top up your account equilibrium, and there are lots involving other recurring promos, too. </li><li>There’s a significant variety out presently there, and understanding every can assist us choose which bonus suits our gaming design best. </li></ul><p>They offer up to €1, 500 in bonuses in addition to 200 free rotates on this first deposits.  Their games are usually varied, and the particular live casino is very engaging.  Known for its huge progressive jackpots, 888 Casino embraces new\" \"participants with a $100 welcome bonus with zero deposit needed, in addition additional offers upon further deposits.</p><h2 id=\"toc-11\">Conclusion: Exceptional Casino Bonuses Intended For Us Gamblers</h2><p>You may take advantage of this kind of offers once you have claimed and used the US internet casino pleasant bonus.  Online casinos offer advanced additional bonuses to reward normal players and encourage them to continue playing with their sites.  The best first first deposit casino bonuses range from $250 to $2, 500, and just about all actual money online casinos offer some type of incentive for people to join their site.  These will be the most common deposit bonus offers and even internet casino bonuses within general in the US.  There are some basic steps you can follow to be able to know just how to find typically the best casino additional bonuses in the US.  It starts along with choosing a legitimate online casino of which operates legally within the United Claims.</p><ul><li>They provide a pathway to thrilling experience while boosting your own chances of considerable wins. </li><li>For illustration, in case you play Blood Suckers with $25, you obtain 25 spins to experience a brand new game within the\" \"system. </li><li>Another clever purpose for these gambling requirements is to be able to prevent money laundering through online casinos. </li><li>That\'s why we\'d love to break along the best on-line casinos that offer many different bonuses. </li></ul><p>Navigating by means of the plethora regarding online casino gives without adequate comprehending is like wind-surfing uncharted waters blindfolded.  But with the insights from our experiences, I am hoping you’re better equipped to be able to navigate the thrilling—yet complex—world of on-line casino welcome additional bonuses.  Remember, in the particular realm of on the web casinos, a little knowledge goes far.  Betway is a large in the on-line casino world, giving a fantastic encouraged package of up to $1, 500 across three deposits.  Their interface is usually slick, found a great extensive game selection.  The wagering specifications are reasonable, in addition to customer support offers been top-notch throughout my experience.</p><h2 id=\"toc-12\">Tips For Advanced Players</h2><p>As a published creator, he enjoys finding interesting and fascinating ways to cover any topic.  In his four decades on the staff, she has covered on the web gambling and sports activities betting and excelled at reviewing online casino sites.  In their free time, this individual enjoys playing blackjack and reading science fiction.</p><ul><li>Deposit match limits are typically the minimum and maximum a casino will certainly match players. </li><li>John Isaac is definitely an editor with several years of encounter inside the gambling industry. </li><li>Ultimately, wise using delightful bonuses improves the general casino experience, providing us more regarding what we wager. </li><li>This 1920s speakeasy-themed site hosts 15 different video clip poker games. </li><li>In order to get new players to join their casinos online, services offer welcome additional bonuses. </li><li>Some casino sites, PlayStar, such as, might demand you to help to make deposits on some sort of few consecutive days. </li></ul><p>This twenties speakeasy-themed site serves 15 different movie poker games.  They include Aces &amp; Eights, All American Poker, Bonus Deuces, Jacks or Better, Joker Poker, and much more.  You may play each video game in demo setting to learn precisely how functions and after that switch to real money play.  The distinctive codes give an individual access to the encouraged bonus on the gambling establishment, and others might unlock a exclusive welcome offer based on to obtain the code.</p><h3 id=\"toc-13\">Captain Cooks Online Casino Best Free Spins With Low Deposit</h3><p>To make it better to keep your winnings, you want to help make sure that you\'re super familiar using all of typically the various terms and conditions attached to these offers.  Down below, we\'ll split things down for you with speedy overviews of each and every significant term that you may come across.  It can be like a whole lot initially, but you\'ll quickly see that will there are only a few key things to remember.</p><ul><li>They include Aces & Eights, All United states Poker, Bonus Deuces, Jacks or Far better, Joker Poker, and lots more. </li><li>Let’s walk via some crucial components that can help make all the difference in our gaming journey. </li><li>You buy more playing time on your own favorite online games and much more chances to be able to win. </li><li>But since thrilling as this kind of discovery was, exactly what truly caught our attention were typically the online casino welcome bonuses. </li><li>Caesars Palace on the web casino has presented a deposit match to $2, five hundred, which is the particular highest we’ve observed. </li></ul><p>Other great rewards programs are Dynasty Advantages and Wynn Benefits.  If you order an item or sign up for a merchant account by means of a link on this site, we might receive compensation.\"</p>','\"The Home Of Online Slot Machine Games','','publish','closed','','','the-home-of-online-slot-machine-games','','','2025-10-10 02:33:02','2025-10-09 19:33:02','',0,'https://lion288slot.com/?p=313',0,'post','',0),
(314,1,'2025-10-10 02:33:02','2025-10-09 19:33:02','<meta name=\"description\" content=\"BetUS, however, gives cryptocurrency preference plus accepts payments night and day. \"/><h1>Best Online Casino Additional Bonuses Every Casino Sign Up Bonus Intended For Us</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">More On-line Casino Welcome Bonuses</a></li><li><a href=\"#toc-1\">Maximum Cashout Limits</a></li><li><a href=\"#toc-2\">No Deposit (free Spins And Free Cash)</a></li><li><a href=\"#toc-3\">How To Select The Best Sign-up Bonus For You</a></li><li><a href=\"#toc-4\">Up To €500 + 200 Reward Spins</a></li><li><a href=\"#toc-5\">Latest Casino Guides</a></li><li><a href=\"#toc-6\">Which Casinos Has The Particular Biggest Welcome Bonus? </a></li><li><a href=\"#toc-7\">Reviews Of The Best Deposit Bonus Casinos</a></li><li><a href=\"#toc-8\">Top Online Gambling Establishment For Real Money</a></li><li><a href=\"#toc-9\">Best Online Casino Bonuses Inside The Us 2025</a></li><li><a href=\"#toc-10\">Wagering & Playthrough Requirements</a></li><li><a href=\"#toc-11\">Conclusion: Outstanding Casino Bonuses Regarding Us Gamblers</a></li><li><a href=\"#toc-12\">Tips For Advanced Players</a></li><li><a href=\"#toc-13\">Captain Cooks Gambling Establishment Best Free Moves With Low Deposit</a></li><li><a href=\"#toc-14\">When Have To You Split 10s In Blackjack? </a></li><li><a href=\"#toc-15\">Which Online Gambling Establishment Has Got The Biggest No Deposit Bonus? </a></li><li><a href=\"#toc-16\">Free Spins</a></li><li><a href=\"#toc-17\">Responsible Gambling</a></li><li><a href=\"#toc-18\">#4 Fanduel Online Casino: Finest For Cashback Bonus</a></li><li><a href=\"#toc-19\">Pros And Cons Regarding Online Casino Bonuses</a></li><li><a href=\"#toc-20\">Match Deposit Bonus</a></li><li><a href=\"#toc-21\">⭐ How To Calculate Casino Bonuses</a></li><li><a href=\"#toc-22\">Are Casino Welcome Bonuses Legal In America? </a></li><li><a href=\"#toc-23\">#5 Las Atlantis: Greatest Welcome Bonus Among Casino Sites</a></li><li><a href=\"#toc-24\">The Highest-rated Casinos Welcome Bonus</a></li><li><a href=\"#toc-30\">Fanduel Casino Bonus Terms And Conditions</a></li><li><a href=\"#toc-31\">Conclusion – Tips Whenever Using A Welcome Bonus</a></li><li><a href=\"#toc-33\">Biggest Sign Up Bonus On-line Casinos</a></li></ul></div><p>Some online casinos, like Caesars Palace and even BetMGM, offer free-to-play demos for participants.  RTP%, or come back to player\" \"portion, is how significantly money, usually, a player can assume to win by simply wagering $100 about an online slot machine.  Players can online accept welcome bonus deals from online casinos in states exactly where online casinos will be legal.</p><ul><li>For example, welcome offers in the best online roulette sites may arrive with favorable problems particularly for playing roulette. </li><li>At VegasSlotsOnline, we\'re specialized in keeping you knowledgeable about the latest slot additional bonuses from top-tier casinos. </li><li>For example, wagering $25 will qualify an individual for just two, 500 praise credits. </li><li>The allure of the people spinning reels, the clinking of online coins, and the particular potential for hitting of which elusive jackpot—who could resist? </li><li>Operators count number just a fraction of blackjack bets in the direction of bonus playthrough to offset the game’s high payout probabilities. </li></ul><p>These days, you can get a lot of deposit match bonuses while well as some free offers.  At BonusFinder US, all of us list the ideal deposit bonuses through legal online casinos in the United States so of which you can effortlessly sign up to the one you want.  The Mohegan Sun land-based casinos are popular around the US, nevertheless just a few casino lovers learn about its on-line casino.  Mohegan Sun slots are one regarding the casino’s strongpoints and one associated with the main reasons to be able to check the site out.  Also,  Mohegan Sun Online Casino offers a 100% first deposit match bonus associated with up to\" \"$1, 000 to new players who sign up in New Shirt.  This site requires a bonus computer code, so be sure you variety in MOHEGAN when making the first deposit.</p><h2 id=\"toc-0\">More Online Casino Welcome Bonuses</h2><p>Despite this time shape, the site quickly designed a fantastic reputation.  You’re treated to some sort of modern design, mobile-friendly features, and gain access to to the most current casino games.  With a baseline deposit regarding $50 (promo computer code CAS150) or $100 (promo code CAS250), BetUS Casino may match your primary deposit by 150%, up to $3, 000 or $5, 500, respectively.  Alternatively, decide for a check by courier (up to 7 enterprise days, $75 fee) or a totally free bank wire <a href=\"https://mostbetindia1.in/\">mostbet</a>.</p><p>Some additional bonuses are credited to your player accounts automatically once you help make a qualified first deposit.  These can either be found in the particular offer, or upon sites like this specific where you could occasionally get exclusive bonus requirements.  If one is required, come in in the field supplied whenever you deposit.</p><h3 id=\"toc-1\">Maximum Cashout Limits</h3><p>Yes, good luck U. S. on-line casinos have wagering licenses issued with a State Regulating Firm, which also ensures that these operators follow the necessary regulations.  Are you ready in order to take your online gambling experience to the next level?  Sign up for typically the LetsGambleUSA newsletter and obtain the latest reports, exclusive offers, and even expert tips shipped straight to your inbox.</p><ul><li>Below are the top casino bonus websites you can play on inside the Oughout. S. </li><li>This $300 slots complement bonus is the particular best casino pleasant bonus for slots because you could use it for all their slot games along with the real-series video slot machines that the online casino offers. </li><li>Usually, the on the web casino gives you typically the chance to enter the code within a designated industry when you register a new online casino account. </li><li>Pay attention to be able to the promotional conditions to spot the offers that offer the ideal deal to match your finances and gaming choices. </li></ul><p>So, these people anticipate to be ready to claim casinos bonuses from mobile phones too.   You may generally claim every top online on line casino bonus for US players on mobile.  Furthermore, the proclaiming a bonus is the same as on desktop computers.  It is worth noting that a few internet casino bonus code offers may rule out certain deposit methods.  Any excluded settlement methods will be stated in the particular promotional terms.  It is usually e-wallets like PayPal that are not valid, but you have to try to find exclusions before you deposit plus claim an added bonus employing a code.</p><h3 id=\"toc-2\">No Deposit (free Rotates And Free Cash)</h3><p>Playthrough specifications are specific enjoy minimums set by online casinos that must be met before a person can withdraw profits after claiming a new promo.  In the particular United States, right now there are numerous gambling establishment promotions with different T&amp;Cs, which tends to make this topic complex and multi-faceted.  Here, we covered the best casino reward codes for fresh players and explained the facts of locating a valuable promotion.  Yet, if something is unclear, check the FAQ section to find out more <a href=\"https://mostbetindia1.in/app/\">mostbet app download</a>.</p><ul><li>The ideal offers have biggest online casino bonus deals and the lowest wagering requirements. </li><li>Understanding the various types of bonus deals enables us to play strategically plus maximize the prospective benefits. </li><li>Withdrawals of cryptocurrency are processed inside 24 hours, with a daily hat of $5, 500. </li><li>It\'s just that tiny bit extra in top of what\'s become a \"standard\" on the internet casino bonus. </li></ul><p>If you live within Pennsylvania, your welcome offer is a 200% deposit match reward approximately $200 and a bonus $10 when a person complete your sign up.  Finally,  Caesars Casino WV has a “$500 On Us” added bonus, a cashback reward on your deficits for your first twenty-four hours you may spend on the site.  After scouring the globe wide web for the best US ALL casino offers, we certainly have compiled a record of one of the most rewarding and exciting newplayer welcome packages.</p><h2 id=\"toc-3\">How To Pick The Best Creating An Account Bonus For You</h2><p>The inclusion of a rotates bonus makes that an excellent option for new players who wish to get a headstart.  However, limiting the particular bonus spins in order to one slot will be a minor trouble.  However, the custom offer is open to players who desire to deposit even more than $2, 500 on the on line casino.  To get the custom offer, you’ll need to get in touch with the DraftKings help team to metal out the details of the provide.  There are numerous different forms of everyday and monthly additional bonuses and promotions available, so head more than to the Offers page on a regular basis to be able to claim a added bonus along with other rewards.  Cashback bonuses are typically offered after you’ve played for at least the week at internet sites that offer them.</p><p>The best bonuses for gamers at US online poker sites provide a big deposit match and come with very long validity.  So, in the event that it’s a 20% first deposit reward and you make a $100 down payment, you’ll get a $20 bonus.  There’s usually a cap on the amount involving bonus money you’ll receive, but that is typically well advertised (ie, way up to $1, 000) within the added bonus language.  You will certainly have to appearance a little more in to the bonus terms sometimes to discover the wagering necessity.  The largest internet casino in the US ALL in terms regarding game selection is definitely BetMGM Casino, plus it’s offering a generous welcome offer to get you started exploring the app.</p><h2 id=\"toc-4\">Up To €500 + 200 Reward Spins</h2><p>Casino sites don’t only hand out cost-free bonuses or first deposit matches to players as cashable finances.  In order in order to cash out your casino promotion, you have to fulfill wagering requirements.  You have to be able to wager a arranged amount by enjoying video slots or even card games.  Nothing beats the hurry of your winning streak⁠ – except any time it\'s on a person else\'s dime.  Casino bonuses give a person extra funds to be able to try your good luck and extend the play time.  On this site, you\'ll find a guide to online casino signup bonus provides at the greatest online casinos and where you can easily use them.</p><ul><li>Games with a new lower house border boost the likelihood of fulfilling wagering demands without depleting our own bonus funds also quickly. </li><li>While we’ve outlined the best down payment bonuses from legalized online casinos in various categories, here are usually a few a lot more tips for brand new players to pick out a reward type. </li><li>Online internet casinos licensed in Connecticut, Delaware, Michigan, Nj-new jersey, Pennsylvania, or West Virginia are legal. </li><li>Each type regarding bonus has its unique appeal, plus knowing the variations can help us all tailor our video gaming experience. </li></ul><p>In general there are usually only a couple of main reasons why higher price casino bonuses may well not be as good as they seem initially.  But without a doubt the biggest reason not to just pick up a big online casino bonus is when the online gambling establishment is not legitimate and licensed throughout the US.  We only review and even showcase fully lawful and licensed casinos, so you can be assured your dollars and data is usually protected to a new high standard accepted by federal and state game playing commissions.  But apart from that, some sort of larger register added bonus does tend to put in force the fact that will the web based casino is actually quite excellent.  Different games add differently towards gathering wagering requirements.  Slots typically contribute 100%, while scratch cards may well contribute less or even not at all.</p><h3 id=\"toc-5\">Latest Casino Guides</h3><p>BetUS, however, provides cryptocurrency preference plus accepts payments 24 hours a day.  You can select from a number of  convenient deposit options in BetUS Casino.  Bank wire transfers, Card2Wallet (Google Pay and even Apple Pay), and major credit cards (Visa, Mastercard, and American Express) all accept deposits as little as $10.  Explore Café On line casino, a 2016-launched, Curacao-licensed platform owned by simply the reputable Lynton Limited, making this a secure casino web-site and\" \"giving generous welcome additional bonuses.</p><ul><li>However, BonusFinder US has some exclusive casino additional bonuses available for fresh players. </li><li>You possess the option to be able to convert your not any deposit bonuses into no deposit free of charge chips and delight in playing the obtainable games. </li><li>Essentially, the casino provides us a smaller amount of bonus money or some sort of set variety of free of charge spins just for signing up. </li><li>The process of registering and declaring your welcome benefit is straightforward. </li></ul><p>A couple of social sites also offer the Bitcoin casino zero deposit bonus.  Sometimes you’ll see a new limit to precisely how much you are able to take away even if a person win big along with bonus money.  These caps are employed to protect the casino\'s cash movement and comply with online gambling polices.</p><h2 id=\"toc-6\">Which Internet Casino Has Typically The Biggest Deposit Bonus? </h2><p>We advise any of the particular online casino encouraged bonuses highlighted on this page.  Which bonus fits you greatest will depend upon how much you’re willing to bet, and which express you reside in.  The Caesars name is usually one of the biggest in Todas las Vegas along with the land-based casino and holiday resort world, and it’s among the biggest in online wagering at the same time.  It’s not really a new casino, but the latest rebrand makes it believe that way.  You can claim a Caesars Palace promo code to obtain started with the particular app, which functions a substantial live on line casino, and join the well-regarded Caesars Advantages program.</p><ul><li>In the PEOPLE, these playthrough requirements\" \"can be lenient compared in order to Europe or the United Kingdom, wherever it’s common to get 35-70x wagering requirements. </li><li>If you have queries or issues together with your bonus, refer to the internet casino’s FAQ page. </li><li>Our reviewers break up the welcome reward, reload bonuses, every week promos, the devotion programs, and any kind of other offers from each online gambling establishment. </li></ul><p>Since it is required before you\'re allowed to cash out, it\'s a new good idea to get it finished ahead of time to save on your own any trouble later on on.  To help you choose a good offer, we have developed basic step-by-step guide that will you can comply with.  The first and even most important stage is to check that the casino is familiar with the laws, legal, and secure for US players.  Remember that you need to not perhaps consider enrolling in addition to accepting an added bonus if the casino is not really legit.</p><h3 id=\"toc-7\">Reviews Of The Ideal Deposit Bonus Casinos</h3><p>To wrap up our guide perfectly, we have assembled a questions plus answers section.  We scoured the web to find what PEOPLE players commonly inquire about online online casino bonuses.  Very number of states have legalized online gaming, regardless of the huge income generated in states with a legal online casino market.  However, many declares have chosen to legalize online sports betting in latest years in the wake of the federal government ban being overturned.  As state coffers begin to receive a significant boost through the taxation of legal online sports betting, it may encourage even more states to think about legalizing online casinos.</p><ul><li>There is a massive difference between the big casino welcome bonuses along with the small ones, therefore we\'ve put collectively a list of the greatest sign up additional bonuses online casinos are offering right now. </li><li>Here, we covered the particular best casino benefit codes for brand new players and explained the details of finding a valuable campaign. </li><li>Online position games, including seafood table games, typically contribute 100%. </li><li>As casino experts with over twenty years of expertise in the industry, we simply recommend and accept the safest online casinos on our site. </li></ul><p>Go to be able to the casino site using your mobile phone browser and finish the standard register process.  On best of this, you can claim the no-deposit casino benefit of up to be able to $40 by messaging the support group.  We recommend claiming this before lodging to experience the site and potentially earn some bonus money along the approach.</p><h3 id=\"toc-8\">Top Online On Line Casino For Real Money</h3><p>There are a lot deposit methods offered at online casino software without matter just what payment method an individual choose, if typically the deposit is recognized, you can be eligible in order to claim an added bonus.  When you sign up for a new account in a online casino, you will be ready to say your pleasant bonus or promotional offer.  Follow us on BonusFinder US to read our\" \"casino guides, game manuals, and get distinctive bonuses.</p><ul><li>At the ending of the week,\" \"the most notable three players with the most points take home a cut involving a $1, 800 prize pool. </li><li>It is usually e-wallets like PayPal of which are not good, but you should seek out exclusions prior to you deposit and even claim a bonus applying a code. </li><li>So, fellow players, My partner and i encourage that you embrace these bonuses, yet do so properly. </li><li>BetUS Casino offers an impressive selection associated with over 450 gambling establishment games. </li></ul><p>Once you have chosen a good on the web casino bonus that suits you, the particular next step will be to say it.  Remember you should always study the bonus terms before accepting any kind of offer.  The advertising terms contain almost all the important information that will assist you determine regardless of whether the offer meets you.  Based about our detailed testimonials, we have deduced that BetMGM WV supplies the best gambling establishment welcome bonus in typically the United States.  The deposit bonus need to be wagered 15x in fourteen days, generating it suitable regarding many US participants.</p><h2 id=\"toc-9\">Best Online Casino Bonuses Throughout The Us 2025</h2><p>While the particular game library happens to be quite small, we all expect Caesars Structure Online Casino to keep improving their casino product within the upcoming a few months.  New players can usually benefit from online casino bonus deals that lower the particular risk of betting on games.  These are welcome bonuses that offer a new deposit match, cost-free spins, or funds upfront.  Frequent gamers can maximize benefit funds with some sort of reload bonus, cash back, and loyalty rewards.  Some on-line casinos offer no-deposit offers or totally free spins to clients.  So, before proclaiming any casino reward on your cell phone device, make positive you check typically the wagering requirements, video game weightings, validity, in addition to other key terms.</p><ul><li>The listing of slot themes plus features to choose from are countless, and you can search for specific online games in our free video poker machines library. </li><li>Minimum downpayment requirements are definitely the amount of money a person must deposit straight into your gaming budget to be qualified for certain casino welcome bonuses. </li><li>You will certainly also be signed up for the award-winning MGM Rewards loyalty plan for more perks. </li><li>If you need to look with regard to more offers, a person can find most active online gambling establishment bonuses in the state on BonusFinder. </li><li>You can claim a Caesars Palace promotional code to acquire started with the particular app, which features an extensive live on line casino, and join the well-regarded Caesars Advantages program. </li></ul><p>Follow these five easy steps, and a person will be nicely on your method to unlocking the top online casino bonus offers for PEOPLE players.  Every reward featured with this manual is offered by way of a legit casino together with the required licenses to work in the United States, such as the gambling internet sites that take Apple Pay deposits.  Free spins for position games at on the web casino sites are occasionally included in creating an account bonuses, but usually the promos intended for existing customers.  Online casinos will honor you a fixed number of totally free spins to learn upon a selection associated with the most effective real funds online slot video games, such as 88 Fortunes, Da Vinci Gold, Buffalo, or perhaps others.</p><h3 id=\"toc-10\">Wagering & Playthrough Requirements</h3><p>You can and then choose your preferred casino payment method and fund your own account by subsequent the on-screen directions.  BetUS also welcomes Ethereum, Bitcoin, Litecoin, and Bitcoin Money\" \"with no charging any further fees for producing a deposit or perhaps withdrawal.  After your identity has recently been verified, you could withdraw your profits via cryptocurrency or perhaps another electronic method.  Withdrawals of cryptocurrency are processed within just 24 hours, using a daily limit of $5, 500.</p><ul><li>To get going, review our set of the particular best casino additional bonuses in the US and in order to decide on from the hottest offers. </li><li>This is definitely why it is definitely so vital that you always read the conditions and terms of all bonus deals before choosing to explicit opt-in to it. </li><li>With cashback bonuses, the losses are came back as equivalent gambling establishment credits, allowing a person to stay on the site without having having to deposit anymore funds. </li><li>It will give you additional free spins when you top up your account equilibrium, and there are lots involving other recurring promos, too. </li><li>There’s a significant variety out presently there, and understanding every can assist us choose which bonus suits our gaming design best. </li></ul><p>They offer up to €1, 500 in bonuses in addition to 200 free rotates on this first deposits.  Their games are usually varied, and the particular live casino is very engaging.  Known for its huge progressive jackpots, 888 Casino embraces new\" \"participants with a $100 welcome bonus with zero deposit needed, in addition additional offers upon further deposits.</p><h2 id=\"toc-11\">Conclusion: Exceptional Casino Bonuses Intended For Us Gamblers</h2><p>You may take advantage of this kind of offers once you have claimed and used the US internet casino pleasant bonus.  Online casinos offer advanced additional bonuses to reward normal players and encourage them to continue playing with their sites.  The best first first deposit casino bonuses range from $250 to $2, 500, and just about all actual money online casinos offer some type of incentive for people to join their site.  These will be the most common deposit bonus offers and even internet casino bonuses within general in the US.  There are some basic steps you can follow to be able to know just how to find typically the best casino additional bonuses in the US.  It starts along with choosing a legitimate online casino of which operates legally within the United Claims.</p><ul><li>They provide a pathway to thrilling experience while boosting your own chances of considerable wins. </li><li>For illustration, in case you play Blood Suckers with $25, you obtain 25 spins to experience a brand new game within the\" \"system. </li><li>Another clever purpose for these gambling requirements is to be able to prevent money laundering through online casinos. </li><li>That\'s why we\'d love to break along the best on-line casinos that offer many different bonuses. </li></ul><p>Navigating by means of the plethora regarding online casino gives without adequate comprehending is like wind-surfing uncharted waters blindfolded.  But with the insights from our experiences, I am hoping you’re better equipped to be able to navigate the thrilling—yet complex—world of on-line casino welcome additional bonuses.  Remember, in the particular realm of on the web casinos, a little knowledge goes far.  Betway is a large in the on-line casino world, giving a fantastic encouraged package of up to $1, 500 across three deposits.  Their interface is usually slick, found a great extensive game selection.  The wagering specifications are reasonable, in addition to customer support offers been top-notch throughout my experience.</p><h2 id=\"toc-12\">Tips For Advanced Players</h2><p>As a published creator, he enjoys finding interesting and fascinating ways to cover any topic.  In his four decades on the staff, she has covered on the web gambling and sports activities betting and excelled at reviewing online casino sites.  In their free time, this individual enjoys playing blackjack and reading science fiction.</p><ul><li>Deposit match limits are typically the minimum and maximum a casino will certainly match players. </li><li>John Isaac is definitely an editor with several years of encounter inside the gambling industry. </li><li>Ultimately, wise using delightful bonuses improves the general casino experience, providing us more regarding what we wager. </li><li>This 1920s speakeasy-themed site hosts 15 different video clip poker games. </li><li>In order to get new players to join their casinos online, services offer welcome additional bonuses. </li><li>Some casino sites, PlayStar, such as, might demand you to help to make deposits on some sort of few consecutive days. </li></ul><p>This twenties speakeasy-themed site serves 15 different movie poker games.  They include Aces &amp; Eights, All American Poker, Bonus Deuces, Jacks or Better, Joker Poker, and much more.  You may play each video game in demo setting to learn precisely how functions and after that switch to real money play.  The distinctive codes give an individual access to the encouraged bonus on the gambling establishment, and others might unlock a exclusive welcome offer based on to obtain the code.</p><h3 id=\"toc-13\">Captain Cooks Online Casino Best Free Spins With Low Deposit</h3><p>To make it better to keep your winnings, you want to help make sure that you\'re super familiar using all of typically the various terms and conditions attached to these offers.  Down below, we\'ll split things down for you with speedy overviews of each and every significant term that you may come across.  It can be like a whole lot initially, but you\'ll quickly see that will there are only a few key things to remember.</p><ul><li>They include Aces & Eights, All United states Poker, Bonus Deuces, Jacks or Far better, Joker Poker, and lots more. </li><li>Let’s walk via some crucial components that can help make all the difference in our gaming journey. </li><li>You buy more playing time on your own favorite online games and much more chances to be able to win. </li><li>But since thrilling as this kind of discovery was, exactly what truly caught our attention were typically the online casino welcome bonuses. </li><li>Caesars Palace on the web casino has presented a deposit match to $2, five hundred, which is the particular highest we’ve observed. </li></ul><p>Other great rewards programs are Dynasty Advantages and Wynn Benefits.  If you order an item or sign up for a merchant account by means of a link on this site, we might receive compensation.\"</p>','\"The Home Of Online Slot Machine Games','','inherit','closed','closed','','313-revision-v1','','','2025-10-10 02:33:02','2025-10-09 19:33:02','',313,'https://lion288slot.com/?p=314',0,'revision','',0),
(315,1,'2025-10-08 09:16:47','2025-10-08 02:16:47','<meta name=\"description\" content=\"BetUS, however, gives cryptocurrency preference plus accepts payments night and day. \"/><h1>Best Online Casino Additional Bonuses Every Casino Sign Up Bonus Intended For Us</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">More On-line Casino Welcome Bonuses</a></li><li><a href=\"#toc-1\">Maximum Cashout Limits</a></li><li><a href=\"#toc-2\">No Deposit (free Spins And Free Cash)</a></li><li><a href=\"#toc-3\">How To Select The Best Sign-up Bonus For You</a></li><li><a href=\"#toc-4\">Up To €500 + 200 Reward Spins</a></li><li><a href=\"#toc-5\">Latest Casino Guides</a></li><li><a href=\"#toc-6\">Which Casinos Has The Particular Biggest Welcome Bonus? </a></li><li><a href=\"#toc-7\">Reviews Of The Best Deposit Bonus Casinos</a></li><li><a href=\"#toc-8\">Top Online Gambling Establishment For Real Money</a></li><li><a href=\"#toc-9\">Best Online Casino Bonuses Inside The Us 2025</a></li><li><a href=\"#toc-10\">Wagering & Playthrough Requirements</a></li><li><a href=\"#toc-11\">Conclusion: Outstanding Casino Bonuses Regarding Us Gamblers</a></li><li><a href=\"#toc-12\">Tips For Advanced Players</a></li><li><a href=\"#toc-13\">Captain Cooks Gambling Establishment Best Free Moves With Low Deposit</a></li><li><a href=\"#toc-14\">When Have To You Split 10s In Blackjack? </a></li><li><a href=\"#toc-15\">Which Online Gambling Establishment Has Got The Biggest No Deposit Bonus? </a></li><li><a href=\"#toc-16\">Free Spins</a></li><li><a href=\"#toc-17\">Responsible Gambling</a></li><li><a href=\"#toc-18\">#4 Fanduel Online Casino: Finest For Cashback Bonus</a></li><li><a href=\"#toc-19\">Pros And Cons Regarding Online Casino Bonuses</a></li><li><a href=\"#toc-20\">Match Deposit Bonus</a></li><li><a href=\"#toc-21\">⭐ How To Calculate Casino Bonuses</a></li><li><a href=\"#toc-22\">Are Casino Welcome Bonuses Legal In America? </a></li><li><a href=\"#toc-23\">#5 Las Atlantis: Greatest Welcome Bonus Among Casino Sites</a></li><li><a href=\"#toc-24\">The Highest-rated Casinos Welcome Bonus</a></li><li><a href=\"#toc-30\">Fanduel Casino Bonus Terms And Conditions</a></li><li><a href=\"#toc-31\">Conclusion – Tips Whenever Using A Welcome Bonus</a></li><li><a href=\"#toc-33\">Biggest Sign Up Bonus On-line Casinos</a></li></ul></div><p>Some online casinos, like Caesars Palace and even BetMGM, offer free-to-play demos for participants.  RTP%, or come back to player\" \"portion, is how significantly money, usually, a player can assume to win by simply wagering $100 about an online slot machine.  Players can online accept welcome bonus deals from online casinos in states exactly where online casinos will be legal.</p><ul><li>For example, welcome offers in the best online roulette sites may arrive with favorable problems particularly for playing roulette. </li><li>At VegasSlotsOnline, we\'re specialized in keeping you knowledgeable about the latest slot additional bonuses from top-tier casinos. </li><li>For example, wagering $25 will qualify an individual for just two, 500 praise credits. </li><li>The allure of the people spinning reels, the clinking of online coins, and the particular potential for hitting of which elusive jackpot—who could resist? </li><li>Operators count number just a fraction of blackjack bets in the direction of bonus playthrough to offset the game’s high payout probabilities. </li></ul><p>These days, you can get a lot of deposit match bonuses while well as some free offers.  At BonusFinder US, all of us list the ideal deposit bonuses through legal online casinos in the United States so of which you can effortlessly sign up to the one you want.  The Mohegan Sun land-based casinos are popular around the US, nevertheless just a few casino lovers learn about its on-line casino.  Mohegan Sun slots are one regarding the casino’s strongpoints and one associated with the main reasons to be able to check the site out.  Also,  Mohegan Sun Online Casino offers a 100% first deposit match bonus associated with up to\" \"$1, 000 to new players who sign up in New Shirt.  This site requires a bonus computer code, so be sure you variety in MOHEGAN when making the first deposit.</p><h2 id=\"toc-0\">More Online Casino Welcome Bonuses</h2><p>Despite this time shape, the site quickly designed a fantastic reputation.  You’re treated to some sort of modern design, mobile-friendly features, and gain access to to the most current casino games.  With a baseline deposit regarding $50 (promo computer code CAS150) or $100 (promo code CAS250), BetUS Casino may match your primary deposit by 150%, up to $3, 000 or $5, 500, respectively.  Alternatively, decide for a check by courier (up to 7 enterprise days, $75 fee) or a totally free bank wire <a href=\"https://mostbetindia1.in/\">mostbet</a>.</p><p>Some additional bonuses are credited to your player accounts automatically once you help make a qualified first deposit.  These can either be found in the particular offer, or upon sites like this specific where you could occasionally get exclusive bonus requirements.  If one is required, come in in the field supplied whenever you deposit.</p><h3 id=\"toc-1\">Maximum Cashout Limits</h3><p>Yes, good luck U. S. on-line casinos have wagering licenses issued with a State Regulating Firm, which also ensures that these operators follow the necessary regulations.  Are you ready in order to take your online gambling experience to the next level?  Sign up for typically the LetsGambleUSA newsletter and obtain the latest reports, exclusive offers, and even expert tips shipped straight to your inbox.</p><ul><li>Below are the top casino bonus websites you can play on inside the Oughout. S. </li><li>This $300 slots complement bonus is the particular best casino pleasant bonus for slots because you could use it for all their slot games along with the real-series video slot machines that the online casino offers. </li><li>Usually, the on the web casino gives you typically the chance to enter the code within a designated industry when you register a new online casino account. </li><li>Pay attention to be able to the promotional conditions to spot the offers that offer the ideal deal to match your finances and gaming choices. </li></ul><p>So, these people anticipate to be ready to claim casinos bonuses from mobile phones too.   You may generally claim every top online on line casino bonus for US players on mobile.  Furthermore, the proclaiming a bonus is the same as on desktop computers.  It is worth noting that a few internet casino bonus code offers may rule out certain deposit methods.  Any excluded settlement methods will be stated in the particular promotional terms.  It is usually e-wallets like PayPal that are not valid, but you have to try to find exclusions before you deposit plus claim an added bonus employing a code.</p><h3 id=\"toc-2\">No Deposit (free Rotates And Free Cash)</h3><p>Playthrough specifications are specific enjoy minimums set by online casinos that must be met before a person can withdraw profits after claiming a new promo.  In the particular United States, right now there are numerous gambling establishment promotions with different T&amp;Cs, which tends to make this topic complex and multi-faceted.  Here, we covered the best casino reward codes for fresh players and explained the facts of locating a valuable promotion.  Yet, if something is unclear, check the FAQ section to find out more <a href=\"https://mostbetindia1.in/app/\">mostbet app download</a>.</p><ul><li>The ideal offers have biggest online casino bonus deals and the lowest wagering requirements. </li><li>Understanding the various types of bonus deals enables us to play strategically plus maximize the prospective benefits. </li><li>Withdrawals of cryptocurrency are processed inside 24 hours, with a daily hat of $5, 500. </li><li>It\'s just that tiny bit extra in top of what\'s become a \"standard\" on the internet casino bonus. </li></ul><p>If you live within Pennsylvania, your welcome offer is a 200% deposit match reward approximately $200 and a bonus $10 when a person complete your sign up.  Finally,  Caesars Casino WV has a “$500 On Us” added bonus, a cashback reward on your deficits for your first twenty-four hours you may spend on the site.  After scouring the globe wide web for the best US ALL casino offers, we certainly have compiled a record of one of the most rewarding and exciting newplayer welcome packages.</p><h2 id=\"toc-3\">How To Pick The Best Creating An Account Bonus For You</h2><p>The inclusion of a rotates bonus makes that an excellent option for new players who wish to get a headstart.  However, limiting the particular bonus spins in order to one slot will be a minor trouble.  However, the custom offer is open to players who desire to deposit even more than $2, 500 on the on line casino.  To get the custom offer, you’ll need to get in touch with the DraftKings help team to metal out the details of the provide.  There are numerous different forms of everyday and monthly additional bonuses and promotions available, so head more than to the Offers page on a regular basis to be able to claim a added bonus along with other rewards.  Cashback bonuses are typically offered after you’ve played for at least the week at internet sites that offer them.</p><p>The best bonuses for gamers at US online poker sites provide a big deposit match and come with very long validity.  So, in the event that it’s a 20% first deposit reward and you make a $100 down payment, you’ll get a $20 bonus.  There’s usually a cap on the amount involving bonus money you’ll receive, but that is typically well advertised (ie, way up to $1, 000) within the added bonus language.  You will certainly have to appearance a little more in to the bonus terms sometimes to discover the wagering necessity.  The largest internet casino in the US ALL in terms regarding game selection is definitely BetMGM Casino, plus it’s offering a generous welcome offer to get you started exploring the app.</p><h2 id=\"toc-4\">Up To €500 + 200 Reward Spins</h2><p>Casino sites don’t only hand out cost-free bonuses or first deposit matches to players as cashable finances.  In order in order to cash out your casino promotion, you have to fulfill wagering requirements.  You have to be able to wager a arranged amount by enjoying video slots or even card games.  Nothing beats the hurry of your winning streak⁠ – except any time it\'s on a person else\'s dime.  Casino bonuses give a person extra funds to be able to try your good luck and extend the play time.  On this site, you\'ll find a guide to online casino signup bonus provides at the greatest online casinos and where you can easily use them.</p><ul><li>Games with a new lower house border boost the likelihood of fulfilling wagering demands without depleting our own bonus funds also quickly. </li><li>While we’ve outlined the best down payment bonuses from legalized online casinos in various categories, here are usually a few a lot more tips for brand new players to pick out a reward type. </li><li>Online internet casinos licensed in Connecticut, Delaware, Michigan, Nj-new jersey, Pennsylvania, or West Virginia are legal. </li><li>Each type regarding bonus has its unique appeal, plus knowing the variations can help us all tailor our video gaming experience. </li></ul><p>In general there are usually only a couple of main reasons why higher price casino bonuses may well not be as good as they seem initially.  But without a doubt the biggest reason not to just pick up a big online casino bonus is when the online gambling establishment is not legitimate and licensed throughout the US.  We only review and even showcase fully lawful and licensed casinos, so you can be assured your dollars and data is usually protected to a new high standard accepted by federal and state game playing commissions.  But apart from that, some sort of larger register added bonus does tend to put in force the fact that will the web based casino is actually quite excellent.  Different games add differently towards gathering wagering requirements.  Slots typically contribute 100%, while scratch cards may well contribute less or even not at all.</p><h3 id=\"toc-5\">Latest Casino Guides</h3><p>BetUS, however, provides cryptocurrency preference plus accepts payments 24 hours a day.  You can select from a number of  convenient deposit options in BetUS Casino.  Bank wire transfers, Card2Wallet (Google Pay and even Apple Pay), and major credit cards (Visa, Mastercard, and American Express) all accept deposits as little as $10.  Explore Café On line casino, a 2016-launched, Curacao-licensed platform owned by simply the reputable Lynton Limited, making this a secure casino web-site and\" \"giving generous welcome additional bonuses.</p><ul><li>However, BonusFinder US has some exclusive casino additional bonuses available for fresh players. </li><li>You possess the option to be able to convert your not any deposit bonuses into no deposit free of charge chips and delight in playing the obtainable games. </li><li>Essentially, the casino provides us a smaller amount of bonus money or some sort of set variety of free of charge spins just for signing up. </li><li>The process of registering and declaring your welcome benefit is straightforward. </li></ul><p>A couple of social sites also offer the Bitcoin casino zero deposit bonus.  Sometimes you’ll see a new limit to precisely how much you are able to take away even if a person win big along with bonus money.  These caps are employed to protect the casino\'s cash movement and comply with online gambling polices.</p><h2 id=\"toc-6\">Which Internet Casino Has Typically The Biggest Deposit Bonus? </h2><p>We advise any of the particular online casino encouraged bonuses highlighted on this page.  Which bonus fits you greatest will depend upon how much you’re willing to bet, and which express you reside in.  The Caesars name is usually one of the biggest in Todas las Vegas along with the land-based casino and holiday resort world, and it’s among the biggest in online wagering at the same time.  It’s not really a new casino, but the latest rebrand makes it believe that way.  You can claim a Caesars Palace promo code to obtain started with the particular app, which functions a substantial live on line casino, and join the well-regarded Caesars Advantages program.</p><ul><li>In the PEOPLE, these playthrough requirements\" \"can be lenient compared in order to Europe or the United Kingdom, wherever it’s common to get 35-70x wagering requirements. </li><li>If you have queries or issues together with your bonus, refer to the internet casino’s FAQ page. </li><li>Our reviewers break up the welcome reward, reload bonuses, every week promos, the devotion programs, and any kind of other offers from each online gambling establishment. </li></ul><p>Since it is required before you\'re allowed to cash out, it\'s a new good idea to get it finished ahead of time to save on your own any trouble later on on.  To help you choose a good offer, we have developed basic step-by-step guide that will you can comply with.  The first and even most important stage is to check that the casino is familiar with the laws, legal, and secure for US players.  Remember that you need to not perhaps consider enrolling in addition to accepting an added bonus if the casino is not really legit.</p><h3 id=\"toc-7\">Reviews Of The Ideal Deposit Bonus Casinos</h3><p>To wrap up our guide perfectly, we have assembled a questions plus answers section.  We scoured the web to find what PEOPLE players commonly inquire about online online casino bonuses.  Very number of states have legalized online gaming, regardless of the huge income generated in states with a legal online casino market.  However, many declares have chosen to legalize online sports betting in latest years in the wake of the federal government ban being overturned.  As state coffers begin to receive a significant boost through the taxation of legal online sports betting, it may encourage even more states to think about legalizing online casinos.</p><ul><li>There is a massive difference between the big casino welcome bonuses along with the small ones, therefore we\'ve put collectively a list of the greatest sign up additional bonuses online casinos are offering right now. </li><li>Here, we covered the particular best casino benefit codes for brand new players and explained the details of finding a valuable campaign. </li><li>Online position games, including seafood table games, typically contribute 100%. </li><li>As casino experts with over twenty years of expertise in the industry, we simply recommend and accept the safest online casinos on our site. </li></ul><p>Go to be able to the casino site using your mobile phone browser and finish the standard register process.  On best of this, you can claim the no-deposit casino benefit of up to be able to $40 by messaging the support group.  We recommend claiming this before lodging to experience the site and potentially earn some bonus money along the approach.</p><h3 id=\"toc-8\">Top Online On Line Casino For Real Money</h3><p>There are a lot deposit methods offered at online casino software without matter just what payment method an individual choose, if typically the deposit is recognized, you can be eligible in order to claim an added bonus.  When you sign up for a new account in a online casino, you will be ready to say your pleasant bonus or promotional offer.  Follow us on BonusFinder US to read our\" \"casino guides, game manuals, and get distinctive bonuses.</p><ul><li>At the ending of the week,\" \"the most notable three players with the most points take home a cut involving a $1, 800 prize pool. </li><li>It is usually e-wallets like PayPal of which are not good, but you should seek out exclusions prior to you deposit and even claim a bonus applying a code. </li><li>So, fellow players, My partner and i encourage that you embrace these bonuses, yet do so properly. </li><li>BetUS Casino offers an impressive selection associated with over 450 gambling establishment games. </li></ul><p>Once you have chosen a good on the web casino bonus that suits you, the particular next step will be to say it.  Remember you should always study the bonus terms before accepting any kind of offer.  The advertising terms contain almost all the important information that will assist you determine regardless of whether the offer meets you.  Based about our detailed testimonials, we have deduced that BetMGM WV supplies the best gambling establishment welcome bonus in typically the United States.  The deposit bonus need to be wagered 15x in fourteen days, generating it suitable regarding many US participants.</p><h2 id=\"toc-9\">Best Online Casino Bonuses Throughout The Us 2025</h2><p>While the particular game library happens to be quite small, we all expect Caesars Structure Online Casino to keep improving their casino product within the upcoming a few months.  New players can usually benefit from online casino bonus deals that lower the particular risk of betting on games.  These are welcome bonuses that offer a new deposit match, cost-free spins, or funds upfront.  Frequent gamers can maximize benefit funds with some sort of reload bonus, cash back, and loyalty rewards.  Some on-line casinos offer no-deposit offers or totally free spins to clients.  So, before proclaiming any casino reward on your cell phone device, make positive you check typically the wagering requirements, video game weightings, validity, in addition to other key terms.</p><ul><li>The listing of slot themes plus features to choose from are countless, and you can search for specific online games in our free video poker machines library. </li><li>Minimum downpayment requirements are definitely the amount of money a person must deposit straight into your gaming budget to be qualified for certain casino welcome bonuses. </li><li>You will certainly also be signed up for the award-winning MGM Rewards loyalty plan for more perks. </li><li>If you need to look with regard to more offers, a person can find most active online gambling establishment bonuses in the state on BonusFinder. </li><li>You can claim a Caesars Palace promotional code to acquire started with the particular app, which features an extensive live on line casino, and join the well-regarded Caesars Advantages program. </li></ul><p>Follow these five easy steps, and a person will be nicely on your method to unlocking the top online casino bonus offers for PEOPLE players.  Every reward featured with this manual is offered by way of a legit casino together with the required licenses to work in the United States, such as the gambling internet sites that take Apple Pay deposits.  Free spins for position games at on the web casino sites are occasionally included in creating an account bonuses, but usually the promos intended for existing customers.  Online casinos will honor you a fixed number of totally free spins to learn upon a selection associated with the most effective real funds online slot video games, such as 88 Fortunes, Da Vinci Gold, Buffalo, or perhaps others.</p><h3 id=\"toc-10\">Wagering & Playthrough Requirements</h3><p>You can and then choose your preferred casino payment method and fund your own account by subsequent the on-screen directions.  BetUS also welcomes Ethereum, Bitcoin, Litecoin, and Bitcoin Money\" \"with no charging any further fees for producing a deposit or perhaps withdrawal.  After your identity has recently been verified, you could withdraw your profits via cryptocurrency or perhaps another electronic method.  Withdrawals of cryptocurrency are processed within just 24 hours, using a daily limit of $5, 500.</p><ul><li>To get going, review our set of the particular best casino additional bonuses in the US and in order to decide on from the hottest offers. </li><li>This is definitely why it is definitely so vital that you always read the conditions and terms of all bonus deals before choosing to explicit opt-in to it. </li><li>With cashback bonuses, the losses are came back as equivalent gambling establishment credits, allowing a person to stay on the site without having having to deposit anymore funds. </li><li>It will give you additional free spins when you top up your account equilibrium, and there are lots involving other recurring promos, too. </li><li>There’s a significant variety out presently there, and understanding every can assist us choose which bonus suits our gaming design best. </li></ul><p>They offer up to €1, 500 in bonuses in addition to 200 free rotates on this first deposits.  Their games are usually varied, and the particular live casino is very engaging.  Known for its huge progressive jackpots, 888 Casino embraces new\" \"participants with a $100 welcome bonus with zero deposit needed, in addition additional offers upon further deposits.</p><h2 id=\"toc-11\">Conclusion: Exceptional Casino Bonuses Intended For Us Gamblers</h2><p>You may take advantage of this kind of offers once you have claimed and used the US internet casino pleasant bonus.  Online casinos offer advanced additional bonuses to reward normal players and encourage them to continue playing with their sites.  The best first first deposit casino bonuses range from $250 to $2, 500, and just about all actual money online casinos offer some type of incentive for people to join their site.  These will be the most common deposit bonus offers and even internet casino bonuses within general in the US.  There are some basic steps you can follow to be able to know just how to find typically the best casino additional bonuses in the US.  It starts along with choosing a legitimate online casino of which operates legally within the United Claims.</p><ul><li>They provide a pathway to thrilling experience while boosting your own chances of considerable wins. </li><li>For illustration, in case you play Blood Suckers with $25, you obtain 25 spins to experience a brand new game within the\" \"system. </li><li>Another clever purpose for these gambling requirements is to be able to prevent money laundering through online casinos. </li><li>That\'s why we\'d love to break along the best on-line casinos that offer many different bonuses. </li></ul><p>Navigating by means of the plethora regarding online casino gives without adequate comprehending is like wind-surfing uncharted waters blindfolded.  But with the insights from our experiences, I am hoping you’re better equipped to be able to navigate the thrilling—yet complex—world of on-line casino welcome additional bonuses.  Remember, in the particular realm of on the web casinos, a little knowledge goes far.  Betway is a large in the on-line casino world, giving a fantastic encouraged package of up to $1, 500 across three deposits.  Their interface is usually slick, found a great extensive game selection.  The wagering specifications are reasonable, in addition to customer support offers been top-notch throughout my experience.</p><h2 id=\"toc-12\">Tips For Advanced Players</h2><p>As a published creator, he enjoys finding interesting and fascinating ways to cover any topic.  In his four decades on the staff, she has covered on the web gambling and sports activities betting and excelled at reviewing online casino sites.  In their free time, this individual enjoys playing blackjack and reading science fiction.</p><ul><li>Deposit match limits are typically the minimum and maximum a casino will certainly match players. </li><li>John Isaac is definitely an editor with several years of encounter inside the gambling industry. </li><li>Ultimately, wise using delightful bonuses improves the general casino experience, providing us more regarding what we wager. </li><li>This 1920s speakeasy-themed site hosts 15 different video clip poker games. </li><li>In order to get new players to join their casinos online, services offer welcome additional bonuses. </li><li>Some casino sites, PlayStar, such as, might demand you to help to make deposits on some sort of few consecutive days. </li></ul><p>This twenties speakeasy-themed site serves 15 different movie poker games.  They include Aces &amp; Eights, All American Poker, Bonus Deuces, Jacks or Better, Joker Poker, and much more.  You may play each video game in demo setting to learn precisely how functions and after that switch to real money play.  The distinctive codes give an individual access to the encouraged bonus on the gambling establishment, and others might unlock a exclusive welcome offer based on to obtain the code.</p><h3 id=\"toc-13\">Captain Cooks Online Casino Best Free Spins With Low Deposit</h3><p>To make it better to keep your winnings, you want to help make sure that you\'re super familiar using all of typically the various terms and conditions attached to these offers.  Down below, we\'ll split things down for you with speedy overviews of each and every significant term that you may come across.  It can be like a whole lot initially, but you\'ll quickly see that will there are only a few key things to remember.</p><ul><li>They include Aces & Eights, All United states Poker, Bonus Deuces, Jacks or Far better, Joker Poker, and lots more. </li><li>Let’s walk via some crucial components that can help make all the difference in our gaming journey. </li><li>You buy more playing time on your own favorite online games and much more chances to be able to win. </li><li>But since thrilling as this kind of discovery was, exactly what truly caught our attention were typically the online casino welcome bonuses. </li><li>Caesars Palace on the web casino has presented a deposit match to $2, five hundred, which is the particular highest we’ve observed. </li></ul><p>Other great rewards programs are Dynasty Advantages and Wynn Benefits.  If you order an item or sign up for a merchant account by means of a link on this site, we might receive compensation.\"</p>','\"The Home Of Online Slot Machine Games','','publish','open','open','','the-home-of-online-slot-machine-games-2','','','2025-10-10 02:33:29','2025-10-09 19:33:29','',0,'https://lion288slot.com/?p=315',0,'post','',0),
(316,1,'2025-10-10 02:33:20','2025-10-09 19:33:20','<meta name=\"description\" content=\"BetUS, however, gives cryptocurrency preference plus accepts payments night and day. \"/><h1>Best Online Casino Additional Bonuses Every Casino Sign Up Bonus Intended For Us</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">More On-line Casino Welcome Bonuses</a></li><li><a href=\"#toc-1\">Maximum Cashout Limits</a></li><li><a href=\"#toc-2\">No Deposit (free Spins And Free Cash)</a></li><li><a href=\"#toc-3\">How To Select The Best Sign-up Bonus For You</a></li><li><a href=\"#toc-4\">Up To €500 + 200 Reward Spins</a></li><li><a href=\"#toc-5\">Latest Casino Guides</a></li><li><a href=\"#toc-6\">Which Casinos Has The Particular Biggest Welcome Bonus? </a></li><li><a href=\"#toc-7\">Reviews Of The Best Deposit Bonus Casinos</a></li><li><a href=\"#toc-8\">Top Online Gambling Establishment For Real Money</a></li><li><a href=\"#toc-9\">Best Online Casino Bonuses Inside The Us 2025</a></li><li><a href=\"#toc-10\">Wagering & Playthrough Requirements</a></li><li><a href=\"#toc-11\">Conclusion: Outstanding Casino Bonuses Regarding Us Gamblers</a></li><li><a href=\"#toc-12\">Tips For Advanced Players</a></li><li><a href=\"#toc-13\">Captain Cooks Gambling Establishment Best Free Moves With Low Deposit</a></li><li><a href=\"#toc-14\">When Have To You Split 10s In Blackjack? </a></li><li><a href=\"#toc-15\">Which Online Gambling Establishment Has Got The Biggest No Deposit Bonus? </a></li><li><a href=\"#toc-16\">Free Spins</a></li><li><a href=\"#toc-17\">Responsible Gambling</a></li><li><a href=\"#toc-18\">#4 Fanduel Online Casino: Finest For Cashback Bonus</a></li><li><a href=\"#toc-19\">Pros And Cons Regarding Online Casino Bonuses</a></li><li><a href=\"#toc-20\">Match Deposit Bonus</a></li><li><a href=\"#toc-21\">⭐ How To Calculate Casino Bonuses</a></li><li><a href=\"#toc-22\">Are Casino Welcome Bonuses Legal In America? </a></li><li><a href=\"#toc-23\">#5 Las Atlantis: Greatest Welcome Bonus Among Casino Sites</a></li><li><a href=\"#toc-24\">The Highest-rated Casinos Welcome Bonus</a></li><li><a href=\"#toc-30\">Fanduel Casino Bonus Terms And Conditions</a></li><li><a href=\"#toc-31\">Conclusion – Tips Whenever Using A Welcome Bonus</a></li><li><a href=\"#toc-33\">Biggest Sign Up Bonus On-line Casinos</a></li></ul></div><p>Some online casinos, like Caesars Palace and even BetMGM, offer free-to-play demos for participants.  RTP%, or come back to player\" \"portion, is how significantly money, usually, a player can assume to win by simply wagering $100 about an online slot machine.  Players can online accept welcome bonus deals from online casinos in states exactly where online casinos will be legal.</p><ul><li>For example, welcome offers in the best online roulette sites may arrive with favorable problems particularly for playing roulette. </li><li>At VegasSlotsOnline, we\'re specialized in keeping you knowledgeable about the latest slot additional bonuses from top-tier casinos. </li><li>For example, wagering $25 will qualify an individual for just two, 500 praise credits. </li><li>The allure of the people spinning reels, the clinking of online coins, and the particular potential for hitting of which elusive jackpot—who could resist? </li><li>Operators count number just a fraction of blackjack bets in the direction of bonus playthrough to offset the game’s high payout probabilities. </li></ul><p>These days, you can get a lot of deposit match bonuses while well as some free offers.  At BonusFinder US, all of us list the ideal deposit bonuses through legal online casinos in the United States so of which you can effortlessly sign up to the one you want.  The Mohegan Sun land-based casinos are popular around the US, nevertheless just a few casino lovers learn about its on-line casino.  Mohegan Sun slots are one regarding the casino’s strongpoints and one associated with the main reasons to be able to check the site out.  Also,  Mohegan Sun Online Casino offers a 100% first deposit match bonus associated with up to\" \"$1, 000 to new players who sign up in New Shirt.  This site requires a bonus computer code, so be sure you variety in MOHEGAN when making the first deposit.</p><h2 id=\"toc-0\">More Online Casino Welcome Bonuses</h2><p>Despite this time shape, the site quickly designed a fantastic reputation.  You’re treated to some sort of modern design, mobile-friendly features, and gain access to to the most current casino games.  With a baseline deposit regarding $50 (promo computer code CAS150) or $100 (promo code CAS250), BetUS Casino may match your primary deposit by 150%, up to $3, 000 or $5, 500, respectively.  Alternatively, decide for a check by courier (up to 7 enterprise days, $75 fee) or a totally free bank wire <a href=\"https://mostbetindia1.in/\">mostbet</a>.</p><p>Some additional bonuses are credited to your player accounts automatically once you help make a qualified first deposit.  These can either be found in the particular offer, or upon sites like this specific where you could occasionally get exclusive bonus requirements.  If one is required, come in in the field supplied whenever you deposit.</p><h3 id=\"toc-1\">Maximum Cashout Limits</h3><p>Yes, good luck U. S. on-line casinos have wagering licenses issued with a State Regulating Firm, which also ensures that these operators follow the necessary regulations.  Are you ready in order to take your online gambling experience to the next level?  Sign up for typically the LetsGambleUSA newsletter and obtain the latest reports, exclusive offers, and even expert tips shipped straight to your inbox.</p><ul><li>Below are the top casino bonus websites you can play on inside the Oughout. S. </li><li>This $300 slots complement bonus is the particular best casino pleasant bonus for slots because you could use it for all their slot games along with the real-series video slot machines that the online casino offers. </li><li>Usually, the on the web casino gives you typically the chance to enter the code within a designated industry when you register a new online casino account. </li><li>Pay attention to be able to the promotional conditions to spot the offers that offer the ideal deal to match your finances and gaming choices. </li></ul><p>So, these people anticipate to be ready to claim casinos bonuses from mobile phones too.   You may generally claim every top online on line casino bonus for US players on mobile.  Furthermore, the proclaiming a bonus is the same as on desktop computers.  It is worth noting that a few internet casino bonus code offers may rule out certain deposit methods.  Any excluded settlement methods will be stated in the particular promotional terms.  It is usually e-wallets like PayPal that are not valid, but you have to try to find exclusions before you deposit plus claim an added bonus employing a code.</p><h3 id=\"toc-2\">No Deposit (free Rotates And Free Cash)</h3><p>Playthrough specifications are specific enjoy minimums set by online casinos that must be met before a person can withdraw profits after claiming a new promo.  In the particular United States, right now there are numerous gambling establishment promotions with different T&amp;Cs, which tends to make this topic complex and multi-faceted.  Here, we covered the best casino reward codes for fresh players and explained the facts of locating a valuable promotion.  Yet, if something is unclear, check the FAQ section to find out more <a href=\"https://mostbetindia1.in/app/\">mostbet app download</a>.</p><ul><li>The ideal offers have biggest online casino bonus deals and the lowest wagering requirements. </li><li>Understanding the various types of bonus deals enables us to play strategically plus maximize the prospective benefits. </li><li>Withdrawals of cryptocurrency are processed inside 24 hours, with a daily hat of $5, 500. </li><li>It\'s just that tiny bit extra in top of what\'s become a \"standard\" on the internet casino bonus. </li></ul><p>If you live within Pennsylvania, your welcome offer is a 200% deposit match reward approximately $200 and a bonus $10 when a person complete your sign up.  Finally,  Caesars Casino WV has a “$500 On Us” added bonus, a cashback reward on your deficits for your first twenty-four hours you may spend on the site.  After scouring the globe wide web for the best US ALL casino offers, we certainly have compiled a record of one of the most rewarding and exciting newplayer welcome packages.</p><h2 id=\"toc-3\">How To Pick The Best Creating An Account Bonus For You</h2><p>The inclusion of a rotates bonus makes that an excellent option for new players who wish to get a headstart.  However, limiting the particular bonus spins in order to one slot will be a minor trouble.  However, the custom offer is open to players who desire to deposit even more than $2, 500 on the on line casino.  To get the custom offer, you’ll need to get in touch with the DraftKings help team to metal out the details of the provide.  There are numerous different forms of everyday and monthly additional bonuses and promotions available, so head more than to the Offers page on a regular basis to be able to claim a added bonus along with other rewards.  Cashback bonuses are typically offered after you’ve played for at least the week at internet sites that offer them.</p><p>The best bonuses for gamers at US online poker sites provide a big deposit match and come with very long validity.  So, in the event that it’s a 20% first deposit reward and you make a $100 down payment, you’ll get a $20 bonus.  There’s usually a cap on the amount involving bonus money you’ll receive, but that is typically well advertised (ie, way up to $1, 000) within the added bonus language.  You will certainly have to appearance a little more in to the bonus terms sometimes to discover the wagering necessity.  The largest internet casino in the US ALL in terms regarding game selection is definitely BetMGM Casino, plus it’s offering a generous welcome offer to get you started exploring the app.</p><h2 id=\"toc-4\">Up To €500 + 200 Reward Spins</h2><p>Casino sites don’t only hand out cost-free bonuses or first deposit matches to players as cashable finances.  In order in order to cash out your casino promotion, you have to fulfill wagering requirements.  You have to be able to wager a arranged amount by enjoying video slots or even card games.  Nothing beats the hurry of your winning streak⁠ – except any time it\'s on a person else\'s dime.  Casino bonuses give a person extra funds to be able to try your good luck and extend the play time.  On this site, you\'ll find a guide to online casino signup bonus provides at the greatest online casinos and where you can easily use them.</p><ul><li>Games with a new lower house border boost the likelihood of fulfilling wagering demands without depleting our own bonus funds also quickly. </li><li>While we’ve outlined the best down payment bonuses from legalized online casinos in various categories, here are usually a few a lot more tips for brand new players to pick out a reward type. </li><li>Online internet casinos licensed in Connecticut, Delaware, Michigan, Nj-new jersey, Pennsylvania, or West Virginia are legal. </li><li>Each type regarding bonus has its unique appeal, plus knowing the variations can help us all tailor our video gaming experience. </li></ul><p>In general there are usually only a couple of main reasons why higher price casino bonuses may well not be as good as they seem initially.  But without a doubt the biggest reason not to just pick up a big online casino bonus is when the online gambling establishment is not legitimate and licensed throughout the US.  We only review and even showcase fully lawful and licensed casinos, so you can be assured your dollars and data is usually protected to a new high standard accepted by federal and state game playing commissions.  But apart from that, some sort of larger register added bonus does tend to put in force the fact that will the web based casino is actually quite excellent.  Different games add differently towards gathering wagering requirements.  Slots typically contribute 100%, while scratch cards may well contribute less or even not at all.</p><h3 id=\"toc-5\">Latest Casino Guides</h3><p>BetUS, however, provides cryptocurrency preference plus accepts payments 24 hours a day.  You can select from a number of  convenient deposit options in BetUS Casino.  Bank wire transfers, Card2Wallet (Google Pay and even Apple Pay), and major credit cards (Visa, Mastercard, and American Express) all accept deposits as little as $10.  Explore Café On line casino, a 2016-launched, Curacao-licensed platform owned by simply the reputable Lynton Limited, making this a secure casino web-site and\" \"giving generous welcome additional bonuses.</p><ul><li>However, BonusFinder US has some exclusive casino additional bonuses available for fresh players. </li><li>You possess the option to be able to convert your not any deposit bonuses into no deposit free of charge chips and delight in playing the obtainable games. </li><li>Essentially, the casino provides us a smaller amount of bonus money or some sort of set variety of free of charge spins just for signing up. </li><li>The process of registering and declaring your welcome benefit is straightforward. </li></ul><p>A couple of social sites also offer the Bitcoin casino zero deposit bonus.  Sometimes you’ll see a new limit to precisely how much you are able to take away even if a person win big along with bonus money.  These caps are employed to protect the casino\'s cash movement and comply with online gambling polices.</p><h2 id=\"toc-6\">Which Internet Casino Has Typically The Biggest Deposit Bonus? </h2><p>We advise any of the particular online casino encouraged bonuses highlighted on this page.  Which bonus fits you greatest will depend upon how much you’re willing to bet, and which express you reside in.  The Caesars name is usually one of the biggest in Todas las Vegas along with the land-based casino and holiday resort world, and it’s among the biggest in online wagering at the same time.  It’s not really a new casino, but the latest rebrand makes it believe that way.  You can claim a Caesars Palace promo code to obtain started with the particular app, which functions a substantial live on line casino, and join the well-regarded Caesars Advantages program.</p><ul><li>In the PEOPLE, these playthrough requirements\" \"can be lenient compared in order to Europe or the United Kingdom, wherever it’s common to get 35-70x wagering requirements. </li><li>If you have queries or issues together with your bonus, refer to the internet casino’s FAQ page. </li><li>Our reviewers break up the welcome reward, reload bonuses, every week promos, the devotion programs, and any kind of other offers from each online gambling establishment. </li></ul><p>Since it is required before you\'re allowed to cash out, it\'s a new good idea to get it finished ahead of time to save on your own any trouble later on on.  To help you choose a good offer, we have developed basic step-by-step guide that will you can comply with.  The first and even most important stage is to check that the casino is familiar with the laws, legal, and secure for US players.  Remember that you need to not perhaps consider enrolling in addition to accepting an added bonus if the casino is not really legit.</p><h3 id=\"toc-7\">Reviews Of The Ideal Deposit Bonus Casinos</h3><p>To wrap up our guide perfectly, we have assembled a questions plus answers section.  We scoured the web to find what PEOPLE players commonly inquire about online online casino bonuses.  Very number of states have legalized online gaming, regardless of the huge income generated in states with a legal online casino market.  However, many declares have chosen to legalize online sports betting in latest years in the wake of the federal government ban being overturned.  As state coffers begin to receive a significant boost through the taxation of legal online sports betting, it may encourage even more states to think about legalizing online casinos.</p><ul><li>There is a massive difference between the big casino welcome bonuses along with the small ones, therefore we\'ve put collectively a list of the greatest sign up additional bonuses online casinos are offering right now. </li><li>Here, we covered the particular best casino benefit codes for brand new players and explained the details of finding a valuable campaign. </li><li>Online position games, including seafood table games, typically contribute 100%. </li><li>As casino experts with over twenty years of expertise in the industry, we simply recommend and accept the safest online casinos on our site. </li></ul><p>Go to be able to the casino site using your mobile phone browser and finish the standard register process.  On best of this, you can claim the no-deposit casino benefit of up to be able to $40 by messaging the support group.  We recommend claiming this before lodging to experience the site and potentially earn some bonus money along the approach.</p><h3 id=\"toc-8\">Top Online On Line Casino For Real Money</h3><p>There are a lot deposit methods offered at online casino software without matter just what payment method an individual choose, if typically the deposit is recognized, you can be eligible in order to claim an added bonus.  When you sign up for a new account in a online casino, you will be ready to say your pleasant bonus or promotional offer.  Follow us on BonusFinder US to read our\" \"casino guides, game manuals, and get distinctive bonuses.</p><ul><li>At the ending of the week,\" \"the most notable three players with the most points take home a cut involving a $1, 800 prize pool. </li><li>It is usually e-wallets like PayPal of which are not good, but you should seek out exclusions prior to you deposit and even claim a bonus applying a code. </li><li>So, fellow players, My partner and i encourage that you embrace these bonuses, yet do so properly. </li><li>BetUS Casino offers an impressive selection associated with over 450 gambling establishment games. </li></ul><p>Once you have chosen a good on the web casino bonus that suits you, the particular next step will be to say it.  Remember you should always study the bonus terms before accepting any kind of offer.  The advertising terms contain almost all the important information that will assist you determine regardless of whether the offer meets you.  Based about our detailed testimonials, we have deduced that BetMGM WV supplies the best gambling establishment welcome bonus in typically the United States.  The deposit bonus need to be wagered 15x in fourteen days, generating it suitable regarding many US participants.</p><h2 id=\"toc-9\">Best Online Casino Bonuses Throughout The Us 2025</h2><p>While the particular game library happens to be quite small, we all expect Caesars Structure Online Casino to keep improving their casino product within the upcoming a few months.  New players can usually benefit from online casino bonus deals that lower the particular risk of betting on games.  These are welcome bonuses that offer a new deposit match, cost-free spins, or funds upfront.  Frequent gamers can maximize benefit funds with some sort of reload bonus, cash back, and loyalty rewards.  Some on-line casinos offer no-deposit offers or totally free spins to clients.  So, before proclaiming any casino reward on your cell phone device, make positive you check typically the wagering requirements, video game weightings, validity, in addition to other key terms.</p><ul><li>The listing of slot themes plus features to choose from are countless, and you can search for specific online games in our free video poker machines library. </li><li>Minimum downpayment requirements are definitely the amount of money a person must deposit straight into your gaming budget to be qualified for certain casino welcome bonuses. </li><li>You will certainly also be signed up for the award-winning MGM Rewards loyalty plan for more perks. </li><li>If you need to look with regard to more offers, a person can find most active online gambling establishment bonuses in the state on BonusFinder. </li><li>You can claim a Caesars Palace promotional code to acquire started with the particular app, which features an extensive live on line casino, and join the well-regarded Caesars Advantages program. </li></ul><p>Follow these five easy steps, and a person will be nicely on your method to unlocking the top online casino bonus offers for PEOPLE players.  Every reward featured with this manual is offered by way of a legit casino together with the required licenses to work in the United States, such as the gambling internet sites that take Apple Pay deposits.  Free spins for position games at on the web casino sites are occasionally included in creating an account bonuses, but usually the promos intended for existing customers.  Online casinos will honor you a fixed number of totally free spins to learn upon a selection associated with the most effective real funds online slot video games, such as 88 Fortunes, Da Vinci Gold, Buffalo, or perhaps others.</p><h3 id=\"toc-10\">Wagering & Playthrough Requirements</h3><p>You can and then choose your preferred casino payment method and fund your own account by subsequent the on-screen directions.  BetUS also welcomes Ethereum, Bitcoin, Litecoin, and Bitcoin Money\" \"with no charging any further fees for producing a deposit or perhaps withdrawal.  After your identity has recently been verified, you could withdraw your profits via cryptocurrency or perhaps another electronic method.  Withdrawals of cryptocurrency are processed within just 24 hours, using a daily limit of $5, 500.</p><ul><li>To get going, review our set of the particular best casino additional bonuses in the US and in order to decide on from the hottest offers. </li><li>This is definitely why it is definitely so vital that you always read the conditions and terms of all bonus deals before choosing to explicit opt-in to it. </li><li>With cashback bonuses, the losses are came back as equivalent gambling establishment credits, allowing a person to stay on the site without having having to deposit anymore funds. </li><li>It will give you additional free spins when you top up your account equilibrium, and there are lots involving other recurring promos, too. </li><li>There’s a significant variety out presently there, and understanding every can assist us choose which bonus suits our gaming design best. </li></ul><p>They offer up to €1, 500 in bonuses in addition to 200 free rotates on this first deposits.  Their games are usually varied, and the particular live casino is very engaging.  Known for its huge progressive jackpots, 888 Casino embraces new\" \"participants with a $100 welcome bonus with zero deposit needed, in addition additional offers upon further deposits.</p><h2 id=\"toc-11\">Conclusion: Exceptional Casino Bonuses Intended For Us Gamblers</h2><p>You may take advantage of this kind of offers once you have claimed and used the US internet casino pleasant bonus.  Online casinos offer advanced additional bonuses to reward normal players and encourage them to continue playing with their sites.  The best first first deposit casino bonuses range from $250 to $2, 500, and just about all actual money online casinos offer some type of incentive for people to join their site.  These will be the most common deposit bonus offers and even internet casino bonuses within general in the US.  There are some basic steps you can follow to be able to know just how to find typically the best casino additional bonuses in the US.  It starts along with choosing a legitimate online casino of which operates legally within the United Claims.</p><ul><li>They provide a pathway to thrilling experience while boosting your own chances of considerable wins. </li><li>For illustration, in case you play Blood Suckers with $25, you obtain 25 spins to experience a brand new game within the\" \"system. </li><li>Another clever purpose for these gambling requirements is to be able to prevent money laundering through online casinos. </li><li>That\'s why we\'d love to break along the best on-line casinos that offer many different bonuses. </li></ul><p>Navigating by means of the plethora regarding online casino gives without adequate comprehending is like wind-surfing uncharted waters blindfolded.  But with the insights from our experiences, I am hoping you’re better equipped to be able to navigate the thrilling—yet complex—world of on-line casino welcome additional bonuses.  Remember, in the particular realm of on the web casinos, a little knowledge goes far.  Betway is a large in the on-line casino world, giving a fantastic encouraged package of up to $1, 500 across three deposits.  Their interface is usually slick, found a great extensive game selection.  The wagering specifications are reasonable, in addition to customer support offers been top-notch throughout my experience.</p><h2 id=\"toc-12\">Tips For Advanced Players</h2><p>As a published creator, he enjoys finding interesting and fascinating ways to cover any topic.  In his four decades on the staff, she has covered on the web gambling and sports activities betting and excelled at reviewing online casino sites.  In their free time, this individual enjoys playing blackjack and reading science fiction.</p><ul><li>Deposit match limits are typically the minimum and maximum a casino will certainly match players. </li><li>John Isaac is definitely an editor with several years of encounter inside the gambling industry. </li><li>Ultimately, wise using delightful bonuses improves the general casino experience, providing us more regarding what we wager. </li><li>This 1920s speakeasy-themed site hosts 15 different video clip poker games. </li><li>In order to get new players to join their casinos online, services offer welcome additional bonuses. </li><li>Some casino sites, PlayStar, such as, might demand you to help to make deposits on some sort of few consecutive days. </li></ul><p>This twenties speakeasy-themed site serves 15 different movie poker games.  They include Aces &amp; Eights, All American Poker, Bonus Deuces, Jacks or Better, Joker Poker, and much more.  You may play each video game in demo setting to learn precisely how functions and after that switch to real money play.  The distinctive codes give an individual access to the encouraged bonus on the gambling establishment, and others might unlock a exclusive welcome offer based on to obtain the code.</p><h3 id=\"toc-13\">Captain Cooks Online Casino Best Free Spins With Low Deposit</h3><p>To make it better to keep your winnings, you want to help make sure that you\'re super familiar using all of typically the various terms and conditions attached to these offers.  Down below, we\'ll split things down for you with speedy overviews of each and every significant term that you may come across.  It can be like a whole lot initially, but you\'ll quickly see that will there are only a few key things to remember.</p><ul><li>They include Aces & Eights, All United states Poker, Bonus Deuces, Jacks or Far better, Joker Poker, and lots more. </li><li>Let’s walk via some crucial components that can help make all the difference in our gaming journey. </li><li>You buy more playing time on your own favorite online games and much more chances to be able to win. </li><li>But since thrilling as this kind of discovery was, exactly what truly caught our attention were typically the online casino welcome bonuses. </li><li>Caesars Palace on the web casino has presented a deposit match to $2, five hundred, which is the particular highest we’ve observed. </li></ul><p>Other great rewards programs are Dynasty Advantages and Wynn Benefits.  If you order an item or sign up for a merchant account by means of a link on this site, we might receive compensation.\"</p>','\"The Home Of Online Slot Machine Games','','inherit','closed','closed','','315-revision-v1','','','2025-10-10 02:33:20','2025-10-09 19:33:20','',315,'https://lion288slot.com/?p=316',0,'revision','',0),
(317,1,'2025-10-10 02:33:27','2025-10-09 19:33:27','<meta name=\"description\" content=\"BetUS, however, gives cryptocurrency preference plus accepts payments night and day. \"/><h1>Best Online Casino Additional Bonuses Every Casino Sign Up Bonus Intended For Us</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">More On-line Casino Welcome Bonuses</a></li><li><a href=\"#toc-1\">Maximum Cashout Limits</a></li><li><a href=\"#toc-2\">No Deposit (free Spins And Free Cash)</a></li><li><a href=\"#toc-3\">How To Select The Best Sign-up Bonus For You</a></li><li><a href=\"#toc-4\">Up To €500 + 200 Reward Spins</a></li><li><a href=\"#toc-5\">Latest Casino Guides</a></li><li><a href=\"#toc-6\">Which Casinos Has The Particular Biggest Welcome Bonus? </a></li><li><a href=\"#toc-7\">Reviews Of The Best Deposit Bonus Casinos</a></li><li><a href=\"#toc-8\">Top Online Gambling Establishment For Real Money</a></li><li><a href=\"#toc-9\">Best Online Casino Bonuses Inside The Us 2025</a></li><li><a href=\"#toc-10\">Wagering & Playthrough Requirements</a></li><li><a href=\"#toc-11\">Conclusion: Outstanding Casino Bonuses Regarding Us Gamblers</a></li><li><a href=\"#toc-12\">Tips For Advanced Players</a></li><li><a href=\"#toc-13\">Captain Cooks Gambling Establishment Best Free Moves With Low Deposit</a></li><li><a href=\"#toc-14\">When Have To You Split 10s In Blackjack? </a></li><li><a href=\"#toc-15\">Which Online Gambling Establishment Has Got The Biggest No Deposit Bonus? </a></li><li><a href=\"#toc-16\">Free Spins</a></li><li><a href=\"#toc-17\">Responsible Gambling</a></li><li><a href=\"#toc-18\">#4 Fanduel Online Casino: Finest For Cashback Bonus</a></li><li><a href=\"#toc-19\">Pros And Cons Regarding Online Casino Bonuses</a></li><li><a href=\"#toc-20\">Match Deposit Bonus</a></li><li><a href=\"#toc-21\">⭐ How To Calculate Casino Bonuses</a></li><li><a href=\"#toc-22\">Are Casino Welcome Bonuses Legal In America? </a></li><li><a href=\"#toc-23\">#5 Las Atlantis: Greatest Welcome Bonus Among Casino Sites</a></li><li><a href=\"#toc-24\">The Highest-rated Casinos Welcome Bonus</a></li><li><a href=\"#toc-30\">Fanduel Casino Bonus Terms And Conditions</a></li><li><a href=\"#toc-31\">Conclusion – Tips Whenever Using A Welcome Bonus</a></li><li><a href=\"#toc-33\">Biggest Sign Up Bonus On-line Casinos</a></li></ul></div><p>Some online casinos, like Caesars Palace and even BetMGM, offer free-to-play demos for participants.  RTP%, or come back to player\" \"portion, is how significantly money, usually, a player can assume to win by simply wagering $100 about an online slot machine.  Players can online accept welcome bonus deals from online casinos in states exactly where online casinos will be legal.</p><ul><li>For example, welcome offers in the best online roulette sites may arrive with favorable problems particularly for playing roulette. </li><li>At VegasSlotsOnline, we\'re specialized in keeping you knowledgeable about the latest slot additional bonuses from top-tier casinos. </li><li>For example, wagering $25 will qualify an individual for just two, 500 praise credits. </li><li>The allure of the people spinning reels, the clinking of online coins, and the particular potential for hitting of which elusive jackpot—who could resist? </li><li>Operators count number just a fraction of blackjack bets in the direction of bonus playthrough to offset the game’s high payout probabilities. </li></ul><p>These days, you can get a lot of deposit match bonuses while well as some free offers.  At BonusFinder US, all of us list the ideal deposit bonuses through legal online casinos in the United States so of which you can effortlessly sign up to the one you want.  The Mohegan Sun land-based casinos are popular around the US, nevertheless just a few casino lovers learn about its on-line casino.  Mohegan Sun slots are one regarding the casino’s strongpoints and one associated with the main reasons to be able to check the site out.  Also,  Mohegan Sun Online Casino offers a 100% first deposit match bonus associated with up to\" \"$1, 000 to new players who sign up in New Shirt.  This site requires a bonus computer code, so be sure you variety in MOHEGAN when making the first deposit.</p><h2 id=\"toc-0\">More Online Casino Welcome Bonuses</h2><p>Despite this time shape, the site quickly designed a fantastic reputation.  You’re treated to some sort of modern design, mobile-friendly features, and gain access to to the most current casino games.  With a baseline deposit regarding $50 (promo computer code CAS150) or $100 (promo code CAS250), BetUS Casino may match your primary deposit by 150%, up to $3, 000 or $5, 500, respectively.  Alternatively, decide for a check by courier (up to 7 enterprise days, $75 fee) or a totally free bank wire <a href=\"https://mostbetindia1.in/\">mostbet</a>.</p><p>Some additional bonuses are credited to your player accounts automatically once you help make a qualified first deposit.  These can either be found in the particular offer, or upon sites like this specific where you could occasionally get exclusive bonus requirements.  If one is required, come in in the field supplied whenever you deposit.</p><h3 id=\"toc-1\">Maximum Cashout Limits</h3><p>Yes, good luck U. S. on-line casinos have wagering licenses issued with a State Regulating Firm, which also ensures that these operators follow the necessary regulations.  Are you ready in order to take your online gambling experience to the next level?  Sign up for typically the LetsGambleUSA newsletter and obtain the latest reports, exclusive offers, and even expert tips shipped straight to your inbox.</p><ul><li>Below are the top casino bonus websites you can play on inside the Oughout. S. </li><li>This $300 slots complement bonus is the particular best casino pleasant bonus for slots because you could use it for all their slot games along with the real-series video slot machines that the online casino offers. </li><li>Usually, the on the web casino gives you typically the chance to enter the code within a designated industry when you register a new online casino account. </li><li>Pay attention to be able to the promotional conditions to spot the offers that offer the ideal deal to match your finances and gaming choices. </li></ul><p>So, these people anticipate to be ready to claim casinos bonuses from mobile phones too.   You may generally claim every top online on line casino bonus for US players on mobile.  Furthermore, the proclaiming a bonus is the same as on desktop computers.  It is worth noting that a few internet casino bonus code offers may rule out certain deposit methods.  Any excluded settlement methods will be stated in the particular promotional terms.  It is usually e-wallets like PayPal that are not valid, but you have to try to find exclusions before you deposit plus claim an added bonus employing a code.</p><h3 id=\"toc-2\">No Deposit (free Rotates And Free Cash)</h3><p>Playthrough specifications are specific enjoy minimums set by online casinos that must be met before a person can withdraw profits after claiming a new promo.  In the particular United States, right now there are numerous gambling establishment promotions with different T&amp;Cs, which tends to make this topic complex and multi-faceted.  Here, we covered the best casino reward codes for fresh players and explained the facts of locating a valuable promotion.  Yet, if something is unclear, check the FAQ section to find out more <a href=\"https://mostbetindia1.in/app/\">mostbet app download</a>.</p><ul><li>The ideal offers have biggest online casino bonus deals and the lowest wagering requirements. </li><li>Understanding the various types of bonus deals enables us to play strategically plus maximize the prospective benefits. </li><li>Withdrawals of cryptocurrency are processed inside 24 hours, with a daily hat of $5, 500. </li><li>It\'s just that tiny bit extra in top of what\'s become a \"standard\" on the internet casino bonus. </li></ul><p>If you live within Pennsylvania, your welcome offer is a 200% deposit match reward approximately $200 and a bonus $10 when a person complete your sign up.  Finally,  Caesars Casino WV has a “$500 On Us” added bonus, a cashback reward on your deficits for your first twenty-four hours you may spend on the site.  After scouring the globe wide web for the best US ALL casino offers, we certainly have compiled a record of one of the most rewarding and exciting newplayer welcome packages.</p><h2 id=\"toc-3\">How To Pick The Best Creating An Account Bonus For You</h2><p>The inclusion of a rotates bonus makes that an excellent option for new players who wish to get a headstart.  However, limiting the particular bonus spins in order to one slot will be a minor trouble.  However, the custom offer is open to players who desire to deposit even more than $2, 500 on the on line casino.  To get the custom offer, you’ll need to get in touch with the DraftKings help team to metal out the details of the provide.  There are numerous different forms of everyday and monthly additional bonuses and promotions available, so head more than to the Offers page on a regular basis to be able to claim a added bonus along with other rewards.  Cashback bonuses are typically offered after you’ve played for at least the week at internet sites that offer them.</p><p>The best bonuses for gamers at US online poker sites provide a big deposit match and come with very long validity.  So, in the event that it’s a 20% first deposit reward and you make a $100 down payment, you’ll get a $20 bonus.  There’s usually a cap on the amount involving bonus money you’ll receive, but that is typically well advertised (ie, way up to $1, 000) within the added bonus language.  You will certainly have to appearance a little more in to the bonus terms sometimes to discover the wagering necessity.  The largest internet casino in the US ALL in terms regarding game selection is definitely BetMGM Casino, plus it’s offering a generous welcome offer to get you started exploring the app.</p><h2 id=\"toc-4\">Up To €500 + 200 Reward Spins</h2><p>Casino sites don’t only hand out cost-free bonuses or first deposit matches to players as cashable finances.  In order in order to cash out your casino promotion, you have to fulfill wagering requirements.  You have to be able to wager a arranged amount by enjoying video slots or even card games.  Nothing beats the hurry of your winning streak⁠ – except any time it\'s on a person else\'s dime.  Casino bonuses give a person extra funds to be able to try your good luck and extend the play time.  On this site, you\'ll find a guide to online casino signup bonus provides at the greatest online casinos and where you can easily use them.</p><ul><li>Games with a new lower house border boost the likelihood of fulfilling wagering demands without depleting our own bonus funds also quickly. </li><li>While we’ve outlined the best down payment bonuses from legalized online casinos in various categories, here are usually a few a lot more tips for brand new players to pick out a reward type. </li><li>Online internet casinos licensed in Connecticut, Delaware, Michigan, Nj-new jersey, Pennsylvania, or West Virginia are legal. </li><li>Each type regarding bonus has its unique appeal, plus knowing the variations can help us all tailor our video gaming experience. </li></ul><p>In general there are usually only a couple of main reasons why higher price casino bonuses may well not be as good as they seem initially.  But without a doubt the biggest reason not to just pick up a big online casino bonus is when the online gambling establishment is not legitimate and licensed throughout the US.  We only review and even showcase fully lawful and licensed casinos, so you can be assured your dollars and data is usually protected to a new high standard accepted by federal and state game playing commissions.  But apart from that, some sort of larger register added bonus does tend to put in force the fact that will the web based casino is actually quite excellent.  Different games add differently towards gathering wagering requirements.  Slots typically contribute 100%, while scratch cards may well contribute less or even not at all.</p><h3 id=\"toc-5\">Latest Casino Guides</h3><p>BetUS, however, provides cryptocurrency preference plus accepts payments 24 hours a day.  You can select from a number of  convenient deposit options in BetUS Casino.  Bank wire transfers, Card2Wallet (Google Pay and even Apple Pay), and major credit cards (Visa, Mastercard, and American Express) all accept deposits as little as $10.  Explore Café On line casino, a 2016-launched, Curacao-licensed platform owned by simply the reputable Lynton Limited, making this a secure casino web-site and\" \"giving generous welcome additional bonuses.</p><ul><li>However, BonusFinder US has some exclusive casino additional bonuses available for fresh players. </li><li>You possess the option to be able to convert your not any deposit bonuses into no deposit free of charge chips and delight in playing the obtainable games. </li><li>Essentially, the casino provides us a smaller amount of bonus money or some sort of set variety of free of charge spins just for signing up. </li><li>The process of registering and declaring your welcome benefit is straightforward. </li></ul><p>A couple of social sites also offer the Bitcoin casino zero deposit bonus.  Sometimes you’ll see a new limit to precisely how much you are able to take away even if a person win big along with bonus money.  These caps are employed to protect the casino\'s cash movement and comply with online gambling polices.</p><h2 id=\"toc-6\">Which Internet Casino Has Typically The Biggest Deposit Bonus? </h2><p>We advise any of the particular online casino encouraged bonuses highlighted on this page.  Which bonus fits you greatest will depend upon how much you’re willing to bet, and which express you reside in.  The Caesars name is usually one of the biggest in Todas las Vegas along with the land-based casino and holiday resort world, and it’s among the biggest in online wagering at the same time.  It’s not really a new casino, but the latest rebrand makes it believe that way.  You can claim a Caesars Palace promo code to obtain started with the particular app, which functions a substantial live on line casino, and join the well-regarded Caesars Advantages program.</p><ul><li>In the PEOPLE, these playthrough requirements\" \"can be lenient compared in order to Europe or the United Kingdom, wherever it’s common to get 35-70x wagering requirements. </li><li>If you have queries or issues together with your bonus, refer to the internet casino’s FAQ page. </li><li>Our reviewers break up the welcome reward, reload bonuses, every week promos, the devotion programs, and any kind of other offers from each online gambling establishment. </li></ul><p>Since it is required before you\'re allowed to cash out, it\'s a new good idea to get it finished ahead of time to save on your own any trouble later on on.  To help you choose a good offer, we have developed basic step-by-step guide that will you can comply with.  The first and even most important stage is to check that the casino is familiar with the laws, legal, and secure for US players.  Remember that you need to not perhaps consider enrolling in addition to accepting an added bonus if the casino is not really legit.</p><h3 id=\"toc-7\">Reviews Of The Ideal Deposit Bonus Casinos</h3><p>To wrap up our guide perfectly, we have assembled a questions plus answers section.  We scoured the web to find what PEOPLE players commonly inquire about online online casino bonuses.  Very number of states have legalized online gaming, regardless of the huge income generated in states with a legal online casino market.  However, many declares have chosen to legalize online sports betting in latest years in the wake of the federal government ban being overturned.  As state coffers begin to receive a significant boost through the taxation of legal online sports betting, it may encourage even more states to think about legalizing online casinos.</p><ul><li>There is a massive difference between the big casino welcome bonuses along with the small ones, therefore we\'ve put collectively a list of the greatest sign up additional bonuses online casinos are offering right now. </li><li>Here, we covered the particular best casino benefit codes for brand new players and explained the details of finding a valuable campaign. </li><li>Online position games, including seafood table games, typically contribute 100%. </li><li>As casino experts with over twenty years of expertise in the industry, we simply recommend and accept the safest online casinos on our site. </li></ul><p>Go to be able to the casino site using your mobile phone browser and finish the standard register process.  On best of this, you can claim the no-deposit casino benefit of up to be able to $40 by messaging the support group.  We recommend claiming this before lodging to experience the site and potentially earn some bonus money along the approach.</p><h3 id=\"toc-8\">Top Online On Line Casino For Real Money</h3><p>There are a lot deposit methods offered at online casino software without matter just what payment method an individual choose, if typically the deposit is recognized, you can be eligible in order to claim an added bonus.  When you sign up for a new account in a online casino, you will be ready to say your pleasant bonus or promotional offer.  Follow us on BonusFinder US to read our\" \"casino guides, game manuals, and get distinctive bonuses.</p><ul><li>At the ending of the week,\" \"the most notable three players with the most points take home a cut involving a $1, 800 prize pool. </li><li>It is usually e-wallets like PayPal of which are not good, but you should seek out exclusions prior to you deposit and even claim a bonus applying a code. </li><li>So, fellow players, My partner and i encourage that you embrace these bonuses, yet do so properly. </li><li>BetUS Casino offers an impressive selection associated with over 450 gambling establishment games. </li></ul><p>Once you have chosen a good on the web casino bonus that suits you, the particular next step will be to say it.  Remember you should always study the bonus terms before accepting any kind of offer.  The advertising terms contain almost all the important information that will assist you determine regardless of whether the offer meets you.  Based about our detailed testimonials, we have deduced that BetMGM WV supplies the best gambling establishment welcome bonus in typically the United States.  The deposit bonus need to be wagered 15x in fourteen days, generating it suitable regarding many US participants.</p><h2 id=\"toc-9\">Best Online Casino Bonuses Throughout The Us 2025</h2><p>While the particular game library happens to be quite small, we all expect Caesars Structure Online Casino to keep improving their casino product within the upcoming a few months.  New players can usually benefit from online casino bonus deals that lower the particular risk of betting on games.  These are welcome bonuses that offer a new deposit match, cost-free spins, or funds upfront.  Frequent gamers can maximize benefit funds with some sort of reload bonus, cash back, and loyalty rewards.  Some on-line casinos offer no-deposit offers or totally free spins to clients.  So, before proclaiming any casino reward on your cell phone device, make positive you check typically the wagering requirements, video game weightings, validity, in addition to other key terms.</p><ul><li>The listing of slot themes plus features to choose from are countless, and you can search for specific online games in our free video poker machines library. </li><li>Minimum downpayment requirements are definitely the amount of money a person must deposit straight into your gaming budget to be qualified for certain casino welcome bonuses. </li><li>You will certainly also be signed up for the award-winning MGM Rewards loyalty plan for more perks. </li><li>If you need to look with regard to more offers, a person can find most active online gambling establishment bonuses in the state on BonusFinder. </li><li>You can claim a Caesars Palace promotional code to acquire started with the particular app, which features an extensive live on line casino, and join the well-regarded Caesars Advantages program. </li></ul><p>Follow these five easy steps, and a person will be nicely on your method to unlocking the top online casino bonus offers for PEOPLE players.  Every reward featured with this manual is offered by way of a legit casino together with the required licenses to work in the United States, such as the gambling internet sites that take Apple Pay deposits.  Free spins for position games at on the web casino sites are occasionally included in creating an account bonuses, but usually the promos intended for existing customers.  Online casinos will honor you a fixed number of totally free spins to learn upon a selection associated with the most effective real funds online slot video games, such as 88 Fortunes, Da Vinci Gold, Buffalo, or perhaps others.</p><h3 id=\"toc-10\">Wagering & Playthrough Requirements</h3><p>You can and then choose your preferred casino payment method and fund your own account by subsequent the on-screen directions.  BetUS also welcomes Ethereum, Bitcoin, Litecoin, and Bitcoin Money\" \"with no charging any further fees for producing a deposit or perhaps withdrawal.  After your identity has recently been verified, you could withdraw your profits via cryptocurrency or perhaps another electronic method.  Withdrawals of cryptocurrency are processed within just 24 hours, using a daily limit of $5, 500.</p><ul><li>To get going, review our set of the particular best casino additional bonuses in the US and in order to decide on from the hottest offers. </li><li>This is definitely why it is definitely so vital that you always read the conditions and terms of all bonus deals before choosing to explicit opt-in to it. </li><li>With cashback bonuses, the losses are came back as equivalent gambling establishment credits, allowing a person to stay on the site without having having to deposit anymore funds. </li><li>It will give you additional free spins when you top up your account equilibrium, and there are lots involving other recurring promos, too. </li><li>There’s a significant variety out presently there, and understanding every can assist us choose which bonus suits our gaming design best. </li></ul><p>They offer up to €1, 500 in bonuses in addition to 200 free rotates on this first deposits.  Their games are usually varied, and the particular live casino is very engaging.  Known for its huge progressive jackpots, 888 Casino embraces new\" \"participants with a $100 welcome bonus with zero deposit needed, in addition additional offers upon further deposits.</p><h2 id=\"toc-11\">Conclusion: Exceptional Casino Bonuses Intended For Us Gamblers</h2><p>You may take advantage of this kind of offers once you have claimed and used the US internet casino pleasant bonus.  Online casinos offer advanced additional bonuses to reward normal players and encourage them to continue playing with their sites.  The best first first deposit casino bonuses range from $250 to $2, 500, and just about all actual money online casinos offer some type of incentive for people to join their site.  These will be the most common deposit bonus offers and even internet casino bonuses within general in the US.  There are some basic steps you can follow to be able to know just how to find typically the best casino additional bonuses in the US.  It starts along with choosing a legitimate online casino of which operates legally within the United Claims.</p><ul><li>They provide a pathway to thrilling experience while boosting your own chances of considerable wins. </li><li>For illustration, in case you play Blood Suckers with $25, you obtain 25 spins to experience a brand new game within the\" \"system. </li><li>Another clever purpose for these gambling requirements is to be able to prevent money laundering through online casinos. </li><li>That\'s why we\'d love to break along the best on-line casinos that offer many different bonuses. </li></ul><p>Navigating by means of the plethora regarding online casino gives without adequate comprehending is like wind-surfing uncharted waters blindfolded.  But with the insights from our experiences, I am hoping you’re better equipped to be able to navigate the thrilling—yet complex—world of on-line casino welcome additional bonuses.  Remember, in the particular realm of on the web casinos, a little knowledge goes far.  Betway is a large in the on-line casino world, giving a fantastic encouraged package of up to $1, 500 across three deposits.  Their interface is usually slick, found a great extensive game selection.  The wagering specifications are reasonable, in addition to customer support offers been top-notch throughout my experience.</p><h2 id=\"toc-12\">Tips For Advanced Players</h2><p>As a published creator, he enjoys finding interesting and fascinating ways to cover any topic.  In his four decades on the staff, she has covered on the web gambling and sports activities betting and excelled at reviewing online casino sites.  In their free time, this individual enjoys playing blackjack and reading science fiction.</p><ul><li>Deposit match limits are typically the minimum and maximum a casino will certainly match players. </li><li>John Isaac is definitely an editor with several years of encounter inside the gambling industry. </li><li>Ultimately, wise using delightful bonuses improves the general casino experience, providing us more regarding what we wager. </li><li>This 1920s speakeasy-themed site hosts 15 different video clip poker games. </li><li>In order to get new players to join their casinos online, services offer welcome additional bonuses. </li><li>Some casino sites, PlayStar, such as, might demand you to help to make deposits on some sort of few consecutive days. </li></ul><p>This twenties speakeasy-themed site serves 15 different movie poker games.  They include Aces &amp; Eights, All American Poker, Bonus Deuces, Jacks or Better, Joker Poker, and much more.  You may play each video game in demo setting to learn precisely how functions and after that switch to real money play.  The distinctive codes give an individual access to the encouraged bonus on the gambling establishment, and others might unlock a exclusive welcome offer based on to obtain the code.</p><h3 id=\"toc-13\">Captain Cooks Online Casino Best Free Spins With Low Deposit</h3><p>To make it better to keep your winnings, you want to help make sure that you\'re super familiar using all of typically the various terms and conditions attached to these offers.  Down below, we\'ll split things down for you with speedy overviews of each and every significant term that you may come across.  It can be like a whole lot initially, but you\'ll quickly see that will there are only a few key things to remember.</p><ul><li>They include Aces & Eights, All United states Poker, Bonus Deuces, Jacks or Far better, Joker Poker, and lots more. </li><li>Let’s walk via some crucial components that can help make all the difference in our gaming journey. </li><li>You buy more playing time on your own favorite online games and much more chances to be able to win. </li><li>But since thrilling as this kind of discovery was, exactly what truly caught our attention were typically the online casino welcome bonuses. </li><li>Caesars Palace on the web casino has presented a deposit match to $2, five hundred, which is the particular highest we’ve observed. </li></ul><p>Other great rewards programs are Dynasty Advantages and Wynn Benefits.  If you order an item or sign up for a merchant account by means of a link on this site, we might receive compensation.\"</p>','\"The Home Of Online Slot Machine Games','','inherit','closed','closed','','315-autosave-v1','','','2025-10-10 02:33:27','2025-10-09 19:33:27','',315,'https://lion288slot.com/?p=317',0,'revision','',0),
(318,1,'2025-10-10 00:51:53','2025-10-09 17:51:53','<meta name=\"description\" content=\"Эти предложения имеет ограниченный срок действовать, поэтому успейте активировать их до незадолго акции.\"/><h1>Мостбет Казино Кз Вход а Официальный Сайт Mostbet Kz</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Программа Лояльности</a></li><li><a href=\"#toc-1\">Как выходить Выигрыши?</a></li><li><a href=\"#toc-2\">особенно Онлайн-казино Mostbet</a></li><li><a href=\"#toc-3\">Мобильная Версия Сайта Мостбет</a></li><li><a href=\"#toc-4\">Вован Казино – Vovan Казино</a></li><li><a href=\"#toc-5\">Какие Игры доступные В Онлайн-казино Mostbet?</a></li><li><a href=\"#toc-6\">Mostbet Kz: Что это Такое?</a></li><li><a href=\"#toc-7\">Игровые Автоматы Мостбет Казино</a></li><li><a href=\"#toc-8\">Мостбет Казино: Играть а Казино И сделать Ставки В Казахстане</a></li><li><a href=\"#toc-9\">Как выработать Депозит</a></li><li><a href=\"#toc-10\">Mostbet Kz Ставки в Спорт И Казино На Официальном Сайте</a></li><li><a href=\"#toc-11\">Какие Игры Предлагает Вован Казино?</a></li><li><a href=\"#toc-12\">Бонус За Регистрацию Mostbet Kz же Другие Акции</a></li><li><a href=\"#toc-13\">Вам нельзя Окно Для входа В Казино Mostbet?</a></li><li><a href=\"#toc-14\">Mostbet Casino</a></li><li><a href=\"#toc-15\">Основная Информация том Mostbet Kz</a></li><li><a href=\"#toc-16\">Приветственные Бонусы Vovan Casino</a></li><li><a href=\"#toc-17\">Как Сделать именно Ставку В Мостбет</a></li><li><a href=\"#toc-18\">Акции И Турниры Mostbet</a></li><li><a href=\"#toc-19\">Мобильное Приложение Вован Казино: Играйте и Любое Время а В Любом хагосом</a></li><li><a href=\"#toc-20\">Pub Casino</a></li><li><a href=\"#toc-21\">а Восстановить Пароль остального Личного Кабинета</a></li><li><a href=\"#toc-22\">Провайдеры же Партнеры Казино</a></li><li><a href=\"#toc-23\">Главные преимущества Букмекерской Конторы Mostbet</a></li><li><a href=\"#toc-24\">Mostbet Casino-da Məsuliyyətli Oynamaq İmkanları: Oyunçuları Qoruyan Xüsusiyyətlər</a></li><li><a href=\"#toc-29\">С одного Возраста Можно Играть В Казино Мостбет В Казахстане?</a></li><li><a href=\"#toc-30\">Что Делать псевдорасследование Входа В Mostbet</a></li></ul></div><p>Mostbet мобильная версия – отличный способ сделали ставки на спорт или запускать азартные игры с помощи смартфона. Делать ставки или играть с помощью телефона чем удобнее, чем а официальном сайте со помощью компьютера. Мостбет мобильная версия имеет такой же функционал и интерфейс, же и официальный сайт БК. Ее только придется скачивать, же она загружается со помощью браузера на любом смартфоне. Вопреки тому, что версия для телефона существует идентичный дизайн киромарусом официальным сайтом, где быстро освоится всякий посетитель. Игрок получу доступ ко обо функциям и вашим компании, которые требуются для успешных ставок.</p><ul><li>Делать ставки и тенге и вывел деньги могут же настоящие пользователи, и не анонимы.</li><li>Игроки могут выбирать ставки на число, сектор или цвет, и также участвовать и играх с мертвого дилером.</li><li>Для новых игроков и казино Вован целесообразно приветственный бонус, который включает а даже бонус и обналичил и бесплатные вращения.</li><li>\"“Зеркало обеспечивает альтернативный доступ к платформе, гарантируя непрерывную возможность играть в любимые игры даже при блокировке основного сайта.</li><li>Навигация реализована с помощью компактного меню, находящегося вверху экрана рядом с логотипом Vovan Casino.</li><li>Загрузить Mostbet мобильное приложение можно и устройства с любой операционной системой.</li></ul><p>Это но только несправедливо, не и очень обходятся обходится администрации букмекерской конторы. В букмекерских конторах и лицензированных казино пользователь быть полностью соблюдать правила. Это делается усовершенство того, чтобы играть ответственно и признался, одинаково относиться нему клиентам и отыскивать мошенников.</p><h2 id=\"toc-0\">Программа Лояльности</h2><p>Игры запускаются нет лагов, включая live-казино и слоты киромарусом высокой анимацией. И\" \"каталоге Мостбет также есть MegaWays-слоты с динамическим количеством линий, них позволяют получать комбинации тысячами способов. Пресловутый пример – Sweet Bonanza, где можно выиграют 21, 100 теми способами.</p><ul><li>Скачать приложение казино Кент на телефон вы сможете нежелающим а без регистрации а с официальным сайта.\" \"[newline]Надо только найдем правильный apk формат приложения, чтобы могло подходило на Андроид, и начать загрузку.</li><li>Для ставок а игры в казино Mostbet используется он аккаунт и баланс.</li><li>Пополнение и напрашивающийся средств доступны прошло банковские карты, электронные кошельки и них методы.</li><li>Мобильная версия Кент казино оптимизирована для игры а Андроид же Айфонах.</li><li>Мостбет — это не просто казино, это свой мир азартных игр, доступных прямо него вас под рукой.</li></ul><p>Потом предлагаем вам подробнее ознакомиться с особенности и преимуществами Mostbet, чтобы вы же понимали, что уготовила вас на этом сайте. Букмекерская контора дает вам возможности не только сделано ставки, но а наблюдать за ходом соревнований через свое компьютерное устройство. Помимо того, Mostbet радует своих клиентов подарками на день рождения, сумма и характер которых зависят от статуса вашего аккаунта. Сохраните мое имя, адрес электронной почты и веб-сайт в этом браузере, этого я мог оставляете комментарий в следующий раз. Компания работаешь легально, имеет указанные лицензии и разрешения, что обеспечивает невысокого уровень безопасности пользователей. На популярные поединки доступны дополнительные предложений на то, произойдет ли указанный раунд <a href=\"https://mostbet-kz-bet.com/\">мостбет казино</a>.</p><h3 id=\"toc-1\">Как выйти Выигрыши?</h3><p>Для входа в аккаунт Мостбет КЗ откройте официальный сайт или мобильное приложение букмекера. В появившемся окне укажите свой номер телефона или email, который сами использовали при регистрации, и введите пароль. Международная компания, специализирующаяся на ставках и спорт и азартных играх, Mostbet Kz, приветствует игроков одного Казахстана. Если усовершенство игр нужны средствах, только их нельзя собой со счета для ставок.</p><ul><li>Лайв-казино Mostbet KZ предоставляют количество провайдеров, фильтрация предназначенная только по мной и по играм, доступен поиск ноунсом названию.</li><li>Внизу страницы пользователь может найти контактные данные для связи со службой поддержке.</li><li>Те предложения быть может интересны же новичкам, так только бывалым пользователям.</li><li>Букмекерская контора постоянно улучшает качество предоставляемых услуг, соблюдает политику конфиденциальности и принципы важной игры.</li><li>Для подле в Мостбет можно использовать номер мобильного телефона, который вы указали при регистрации, а также тебе пароль.</li></ul><p>Там разве даже только финансовую оборотная, но только фриспины на топовые слоты. Каждую разав Vovan Casino предложил бонусы за пополнение счета, включая 100% в первый обналичил только фриспины Vovan Casino. Промокод Казино Вован можно установить при пополнении дли получения дополнительных фриспинов. Бездепозитный бонус нормализаторской доступный при активации специального промокода. Казино постоянно предлагает кэшбэк а другие привилегии для активных игроков.</p><h3 id=\"toc-2\">чрезвычайно Онлайн-казино Mostbet</h3><p>Использовать аккаунт на сайте Мостбет могут игроки, которым на момент заполнения анкеты, исполнилось 21 год. Игрокам доступны высокие коэффициенты на топовые события, широкие линии, возможность заключать пари и малоизвестные и востребованных виды спорта. Букмекерская контора постоянно стимулирующее качество предоставляемых услуг, соблюдает политику конфиденциальности и принципы ответственной игры. Способствует такому не только разнообразие акций и выгодных условия отыгрыша, но и оригинальная программа лояльности. Она представлена в двух разному и дает мальской накопленные баллы взамен” “и реальные приличные <a href=\"https://mostbet-kz-bet.com/\">мостбет на русском в казахстане</a>.</p><p>Расхожему зеркалам мобильного казино, надо обойти блокировки провайдеров автоматически. Когда пользователь не захотел использовали веб-браузер, бильзера либо скачать же определить мобильное приложение со официального сайта online казино. В разделе ставок на спорт доступно более 30 дисциплин, включая упомянутые виды спорта только редкие ниши. Окружении популярных — футбол, хоккей, теннис, баскетбол, волейбол и бокс. Также можно сделано ставки на экзотические дисциплины вроде снукера, крикета или регби. Особое внимание уделено локальным турнирам  — казахстанские лиги только чемпионаты представлены стабильна.</p><h2 id=\"toc-3\">Мобильная Версия Сайта Мостбет</h2><p>Интерфейс мобильного приложения перестает структуру сайта, не оптимизирован под сенсорное управление. Все игры, включая live-казино, работаешь без потери незаурядные графики и скорости. На официальном сайте Мостбет вас ждете слоты, настольные игры, live-казино и спортивные ставки. Весь каталог представлен проверенными провайдерами и обновляется собственными релизами каждый день.</p><p>Любой желающим может зарегистрироваться только партнёр, получить своеобразную реферальную ссылку и рекламные материалы. А каждого активного игрока партнёр получает процента от его ставок или прибыли казино. Выплаты проводятся стабильнее, в тенге также любой удобной рублях, а статистика предназначена онлайн. Верификация аккаунта на Mostbet нужны для открытия всех возможностей сайта только повышения безопасности. Усовершенство этого понадобятся паспорт, подтверждение адреса жительства и реквизиты дли вывода выигрышей.</p><h2 id=\"toc-4\">Вован Казино – Vovan Казино</h2><p>Администрация портала поэтому проводит всевозможные акции и турниры. Так также сохраняет повышению возможностей ддя получения выигрыша. Даже станет забывать и приплел промокоды, киромарусом посторонней которых можно активировать дополнительные бонусы. Те предложения должно может интересны только новичкам, так только бывалым пользователям. Этим гемблерам, играя в онлайн-казино, нравится чувствовать даже, как а наземном заведении. Же отдельные категории выбраны популярные слоты, новинки и избранные автоматы пользователя.</p><ul><li>Рекомендую зеркало Mostbet, доступ второму которому невозможно получить через приложение, email-рассылку, Telegram-бот например обратилась в дослужился поддержки.</li><li>За счет усилий администрации” “Вован при заходе и домен часто предоставит автоматическое зеркало.</li><li>Уровень маржи колеблется в широком диапазоне от 3% до 10%, но зависит от популярности рынка.</li><li>Поддерживаются push-уведомления о ходе ставок и нового акциях.</li></ul><p>С помощью программ поощрения казино мотивирует игроков нему осуществлении активных действий а сайте. Слоты – это, разумеется, была популярная категория игр в Вован казино. Здесь сами найдете как упомянутые трехбарабанные слоты, только а современные видеослоты с множеством бонусных функций.</p><h3 id=\"toc-5\">Какие Игры доступны В Онлайн-казино Mostbet?</h3><p>Севилестр можете обратиться вскоре онлайн-чат на сайте, отправить запрос ноунсом электронной почте также воспользоваться горячей линией. Mostbet предлагает игрокам из Казахстана длиннющий выбор удобных помогающих пополнения счета, позволяли каждому пользователю выбирать наиболее подходящий действенный. Пополнить счет невозможно через банковские карты (Visa и MasterCard), мобильных операторов, электронные кошельки и криптовалюты.</p><ul><li>Получить бонусов — как привычное дело для геймеров казино Вован.</li><li>Особой популярностью среди игроков пользуется краш-игра под наименованием Авиатор.</li><li>Здесь представлен достойный ассортимент игровых автоматов, слотов и настольных развлечений.</li></ul><p>Регистрация на официальном сайте Мостбет – это первый чейнуэй к миру азартных игр и ставок. После создания аккаунта вы сможете иметь бонусы и сделано ставки на любимые игры и спортивные события. Процедура регистрации на зеркале идентична оригинальному сервису а занимает необходимое количество времени. Mostbet регрессной радует игроков щедрыми бонусными предложениями же различными путем вывод средств. Получу доступ к развлечениям а начиная представлять игры Mostbet, нельзя вдруг обнаружить, что вы не помню введенный ранее пароль.</p><h3 id=\"toc-6\">Mostbet Kz: Что это Такое?</h3><p>Вам нужно меньше лишь сделать фотографию или отсканировать мой паспорт, а нормализаторской сделать селфи, взял данный документ а руках. Предлагает предназначенный раздел, где пребезбожно можете делать ставки на киберспорт. Даже опция мгновенных ставок, когда пользователь либо попытаться выиграть и подсказках по короткий интервалам внутри игры.</p><ul><li>Мостбет принимает ставки по лицензии Кюрасао, которую используют столько зарубежных букмекерских контор и онлайн-казино.</li><li>Это четыре важный процедуры, которые эксклавов требуют малейшего и понимания.</li><li>Live-казино создаёт атмосферу реального игорного коридора благодаря профессиональным дилерам.</li><li>Зеркало официального сайта Мостбет казино, подобно самому бренду, существует московский статус, но позволял посетителям выбрал удобную язык интерфейса.</li><li>У него в платформе пребезбожно не найдете обзоры релевантных предложений оператора.</li></ul><p>Легальный гемблинг бренд положительно оценивается пользователями и падает широкий спектр пределе. Играя на настоящие деньги в казино Mostbet Казахстан, пребезбожно можете ощутить лучший азарт и получить реальные выигрыши. Время” “окончания игры севилестр можете вывести наш выигрыш с Мостбет казино официальный сайт, использовали удобные методы напрашивается средств. Но даже забывайте том последствиях и установим лимиты для твоей безопасности, не превышая но. Вам но нужно подтверждать свой игровой аккаунт, чтобы пополнить счет а играть в онлайн-казино. Однако для однозначный денег с баланса игрового счета хотите потребуется подтверждение.</p><h2 id=\"toc-7\">Игровые Автоматы Мостбет Казино</h2><p>Севилестр можете войти с различных устройств, известных как мобильный телефон, планшет, компьютер также ноутбук, используя он логин. Платежи оформляются на стандартных условиях, и вот лимиты, сроки зачисления расходующихся же размер комиссии зависит от выбранное другого оплаты. Того играть в об хагосом и а любой время, предпочтительно распознать mostbet Android также мобильное приложение ресурса. Мобильное приложение рассчитано на все видов современных устройств и операционных системах Android, iOS, Windows. Полуразмягчения следует дилемму небольшому устройству установку один новых источнику, того загрузка mostbet в android дошла успешней.</p><ul><li>Ресурс предложил многочисленные бонусы и приложение для игры со смартфона.</li><li>Мостбет предлагает длинный спектр спортивных случившихся для ставок, обеспечивается игрокам отличные коэффициенты и разнообразие.</li><li>В клубе нахожусь более игровых автоматов, которые удовлетворят не самых взыскательных клиентов.</li><li>Проблемы блокировок официальной ресурса нельзя решить с помощью зеркала, а без” “приложения для смартфона компенсировало мобильная версия сайта.</li></ul><p>Же этом таком для ввода призовой комбинации нужно выберет соответствующую опцию в виде. На платформе редко раздают бездепы, так что бесплатная игра в рулетку в Kent Casino возможна только а демонстрационном режиме. Же клиент планирует вывели профит со ставок на криптовалютный кошелек, то проходить дополнительных верификацию не можно.</p><h3 id=\"toc-8\">Мостбет Казино: Играть в Казино И делать Ставки В Казахстане</h3><p>Сотрудники удалят ваш профиль же течение 24 несколькс, после чего вы сможете создать новую учетную запись. Тогда используем передовые разработку шифрования для защиту ваших\" \"данных и финансовых операций. Сохранят моё видергюльд, email и адрес сайта в этом браузере для последующих ваших комментариев. Разнообразие игр позволяет каждый игроку найти что-то а свой вкус.</p><p>Гораздо чем” “используя заглавные и строчные буквы, а эксклавов другие числа а случайном комбинациях. При желании быстро войти а Мостбет, можно случаем одной из соцсетей. В этом любом разрешите системе сокровенными информацией с сайтом казино.  Для успеха необходимо предварительно авторизоваться на странице социального ресурса, чтобы открывал в нем доступ к личной информации. В Мостбет действуете программа лояльности, и рамках которой участники получают мостбет-коины ним проигранные ставки а выполнение достижений.</p><h2 id=\"toc-9\">Как внести Депозит</h2><p>Поэтому пользователь может но беспокоиться о своей конфиденциальности и том том, что данные анкеты и сканы паспорта будут украдены третьими лицами. Однако, пока гемблер только подтвердит свой номер телефона, он даже сможет вывести приличные ни с одного вида спорта также слота. Для богатейших и честных ставок на спорт бетторам нужно соблюдать правила игорного заведения. Создание аккаунта на сайте Mostbet KZ прошло почту – банальный метод. Иначе вскоре пару недель оператор может попросту убрать учетную запись клиента. В этом таком любой желающий может воспользоваться неограниченными приветственными бонусами.</p><ul><li>Же вы всегда будете использовать проверенный а безопасный доступ никаких риска попасть в поддельный ресурс.</li><li>Регистрация аккаунта же Мостбет проходит ноунсом возможное упрощенной схеме.</li><li>В этом данном любой желающий может воспользоваться неограниченными приветственными бонусами.</li><li>Только на этапе поддержанию данных возникают возникнуть, посетители всегда быть обратиться в техподдержку за помощью.</li></ul><p>Помимо только, время от долгое игрокам предоставляют предназначались промокоды, которые могут получить другие бонусы. Промокоды может даем дополнительный бонус к депозиту или иметь другие продифференцируйте использования. Бесплатные коды периодически отправляются игрокам вопреки электронной почте и также надо найти на многочисленных веб-сайтах и статьях. Интерфейс сайта отличии стильным дизайном только служившей навигацией, но делаете его обыкновенным только для умелых игроков, так же дли новичков. Казино Кент в Европе предлагает широкий выбора игр,\" \"которые придутся по вкусу о игрокам. Остального волнующих” “слотов конца классических настольных игр — казино предложил разнообразный только занимательную игровой жизненный.</p><h2 id=\"toc-10\">Mostbet Kz Ставки на Спорт И Казино На Официальном Сайте</h2><p>Это позволило сочетать консервативную и рискованную стратегию и одном раунде. Авиатор в Мостбет – это crash-игра, недалеко коэффициент умножения ставки растёт с неподходящий старта раунда, же в любой миг может обнулиться. Также нужно всегда надо полагаться на оказании службе технической поддержки. Ддя тех, кто предпочли атмосферу существа игрового пространства, не Live казино спасась mostbet. Здесь надо доигрывать с крупье, наблюдал за live-играми один крупнейших игровых трастов мира. Только неизменно популярные казино, расположены в МИРОВАЯ, Макао, Сингапуре только и ОАЭ.</p><ul><li>В таких зачастую используется зеркало – точная копия сайта с альтернативным адресом.</li><li>Здесь сами найдете как называемые трехбарабанные слоты, же а современные видеослоты с множеством бонусных функций.</li><li>Же процессе верификации игрок подтверждает личность, адрес и способ напрашивался денег.</li><li>Служба поддержки Vovan доступна на одного языках, представленных же сайте, включая русских, английский, казахский а турецкий.</li></ul><p>Mostbet Kz - известное онлайн-казино в Казахстане, подобное предоставляет игрокам длиннющий спектр возможностей. Особенностью этой компании является её способность противоположной принимать букмекерские ставки и предоставлять огромной выбор азартных игр. Она обеспечивает полное доступ ко об функциям платформы вскоре мобильный браузер, сохраняла удобство и быстроту работы. Mostbet мутуара игрокам из Казахстана широкий выбор спортивных событий для ставок. Платформа позволяет сделать\" \"ставки на популярные виды спорта, такие как футбол, хоккей, теннис, баскетбол и все другие.</p><h3 id=\"toc-11\">Какие Игры Предлагает Вован Казино?</h3><p>Играя на настоящие деньги в казино Mostbet Казахстан, пребезбожно можете ощутить самый азарт и заиметь реальные выигрыши. После окончания игры вы можете вывести свой выигрыш с Мостбет казино официальный сайт, используя удобные методы вывода средств. Но не забывайте том рисках и установлю лимиты для собственной безопасности, не превышая их.</p><p>Со момента открытия в 2016 недавно казино Кент сделалось магнитом для любителей азартных игр. Так онлайн-казино, одно из самых популярных в индустрии, ежедневно привлекли сотни игроков, предлагающие слоты и карточные игры. Kent casino радует своих посетителей щедрыми бонусами а крупными джекпотами. Госле того бонусные средствам например фриспины станет начислены автоматически.</p><h2 id=\"toc-12\">Бонус За Регистрацию Mostbet Kz а Другие Акции</h2><p>Сайт работает судя международной лицензии, использует SSL-шифрование и верификацию аккаунтов. Проверить,\" \"завершена ли верификация, только совпадают ли реквизиты с теми, но использовались при пополнении. Для криптовалютных транзакций доступны Bitcoin, Ethereum, Litecoin и Tether. Депозит поступает в счёт мгновенно, только вывод занимает ото нескольких минут до 24 часов. Но операции проходят спустя защищённые каналы, только исключает риск утечки данных. Приложение работаю без зеркал, обеспечивает стабильный доступ а автоматически обновляется вскоре App Store.</p><ul><li>Онлайн-казино Вован предлагает более 1500 игр, вплоть слоты, рулетку, блэкджек а видеопокер.</li><li>Этого только достаточно, чтобы начнем играть на приличные а открывать ставки и спорт.</li><li>Обратите внимание, не для вывода неснижаемых все пользователи официальным сайта Мостбет эксклавов текущего зеркала должны пройти процедуру верификации.</li><li>Букмекерская контора дает вам возможность не только сделано ставки, но и наблюдать за ходом соревнований через ваше компьютерное устройство.</li><li>В случае взлома пароля и установления обездуховленного взлома на Mostbet необходимо предпринять данные авторизации.</li><li>Если реквизиты не совпали, это может привели к дополнительной проверке и увеличению срока.</li></ul><p>В Mostbet действуем система бонусов и акций для новый и постоянных пользователей. Условия каждой акции подробно описаны в соответствующем разделе – мы расскажем про бонусы подробнее в обзоре. Mostbet предлагает возможностью делать ставки а спорт и киберспорт с высокими коэффициентами. Игроки должны быть старше 18 прабакеровой и находиться и юрисдикции, где азартные игры онлайн разрешены законом. Консультант игорного клуба в Казахстане обработает запрос клиента по-новой или позволят войти в личными кабинет другим таким.</p><h3 id=\"toc-13\">Вам нельзя Окно Для неподалеку В Казино Mostbet?</h3><p>Когда все поля заполнены и проверены, нажмите кнопку “Зарегистрироваться”. В зависимости от выбранного метода система отправит SMS например email с кодом/ссылкой для активации. Время входа добавьте требуемые данные – адрес проживания, город, почтовый индекс. При регистрации в Mostbet невозможно ввести промокод, чтобы получить повышенный бонус на первый обналичить или дополнительные фриспины.</p><ul><li>Для пополнения этого игрового счета нужны авторизоваться на сайте казино, перейти же раздел «Депозит» а выбрать способ внесения депозита.</li><li>Помимо только, время от время игрокам предоставляют предназначались промокоды, которые смогут получить другие бонусы.</li><li>Если пребезбожно но помните твои регистрационные данные, пребезбожно смогу воспользоваться функцией поддержание пароля.</li><li>Если во всяком регистрации была допущена ошибка, не стоит сразу искать новое почту и регистрироваться повторно.</li></ul><p>Здесь вы найдем большой выбор спортивных событий, азартных игр и акций. Необходимо использовать на Мостбет официальный сайт вход если вы вы заключить пари или начать вращать барабаны. Вне своего аккаунта у вас получится активировать только демо режим. Это великолепный вариант для тренировок и отработки определенных тактических решений, даже получить настоящий выигрыш таким образом не получится. Важно эксклавов заметить, что не пользователь Android версии Мостбет не повстречается с трудностями, хотя что меню подле практически идентично. А данный момент регистрация в БК доступна только через контактный казахстанский номер телефона, а другие возможности создания профиля доступным.</p>','Мостбет Официальный Сайт Mostbet Kz: Мосбет Казахстан, Бонусы, Регистрация','','publish','closed','','','mostbet-ofitsialnyi-sait-mostbet-kz-mosbet-kazakhstan-bonusy-registratsiia','','','2025-10-10 05:26:31','2025-10-09 22:26:31','',0,'https://lion288slot.com/?p=318',0,'post','',0),
(319,1,'2025-10-10 05:26:31','2025-10-09 22:26:31','<meta name=\"description\" content=\"Эти предложения имеет ограниченный срок действовать, поэтому успейте активировать их до незадолго акции.\"/><h1>Мостбет Казино Кз Вход а Официальный Сайт Mostbet Kz</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Программа Лояльности</a></li><li><a href=\"#toc-1\">Как выходить Выигрыши?</a></li><li><a href=\"#toc-2\">особенно Онлайн-казино Mostbet</a></li><li><a href=\"#toc-3\">Мобильная Версия Сайта Мостбет</a></li><li><a href=\"#toc-4\">Вован Казино – Vovan Казино</a></li><li><a href=\"#toc-5\">Какие Игры доступные В Онлайн-казино Mostbet?</a></li><li><a href=\"#toc-6\">Mostbet Kz: Что это Такое?</a></li><li><a href=\"#toc-7\">Игровые Автоматы Мостбет Казино</a></li><li><a href=\"#toc-8\">Мостбет Казино: Играть а Казино И сделать Ставки В Казахстане</a></li><li><a href=\"#toc-9\">Как выработать Депозит</a></li><li><a href=\"#toc-10\">Mostbet Kz Ставки в Спорт И Казино На Официальном Сайте</a></li><li><a href=\"#toc-11\">Какие Игры Предлагает Вован Казино?</a></li><li><a href=\"#toc-12\">Бонус За Регистрацию Mostbet Kz же Другие Акции</a></li><li><a href=\"#toc-13\">Вам нельзя Окно Для входа В Казино Mostbet?</a></li><li><a href=\"#toc-14\">Mostbet Casino</a></li><li><a href=\"#toc-15\">Основная Информация том Mostbet Kz</a></li><li><a href=\"#toc-16\">Приветственные Бонусы Vovan Casino</a></li><li><a href=\"#toc-17\">Как Сделать именно Ставку В Мостбет</a></li><li><a href=\"#toc-18\">Акции И Турниры Mostbet</a></li><li><a href=\"#toc-19\">Мобильное Приложение Вован Казино: Играйте и Любое Время а В Любом хагосом</a></li><li><a href=\"#toc-20\">Pub Casino</a></li><li><a href=\"#toc-21\">а Восстановить Пароль остального Личного Кабинета</a></li><li><a href=\"#toc-22\">Провайдеры же Партнеры Казино</a></li><li><a href=\"#toc-23\">Главные преимущества Букмекерской Конторы Mostbet</a></li><li><a href=\"#toc-24\">Mostbet Casino-da Məsuliyyətli Oynamaq İmkanları: Oyunçuları Qoruyan Xüsusiyyətlər</a></li><li><a href=\"#toc-29\">С одного Возраста Можно Играть В Казино Мостбет В Казахстане?</a></li><li><a href=\"#toc-30\">Что Делать псевдорасследование Входа В Mostbet</a></li></ul></div><p>Mostbet мобильная версия – отличный способ сделали ставки на спорт или запускать азартные игры с помощи смартфона. Делать ставки или играть с помощью телефона чем удобнее, чем а официальном сайте со помощью компьютера. Мостбет мобильная версия имеет такой же функционал и интерфейс, же и официальный сайт БК. Ее только придется скачивать, же она загружается со помощью браузера на любом смартфоне. Вопреки тому, что версия для телефона существует идентичный дизайн киромарусом официальным сайтом, где быстро освоится всякий посетитель. Игрок получу доступ ко обо функциям и вашим компании, которые требуются для успешных ставок.</p><ul><li>Делать ставки и тенге и вывел деньги могут же настоящие пользователи, и не анонимы.</li><li>Игроки могут выбирать ставки на число, сектор или цвет, и также участвовать и играх с мертвого дилером.</li><li>Для новых игроков и казино Вован целесообразно приветственный бонус, который включает а даже бонус и обналичил и бесплатные вращения.</li><li>\"“Зеркало обеспечивает альтернативный доступ к платформе, гарантируя непрерывную возможность играть в любимые игры даже при блокировке основного сайта.</li><li>Навигация реализована с помощью компактного меню, находящегося вверху экрана рядом с логотипом Vovan Casino.</li><li>Загрузить Mostbet мобильное приложение можно и устройства с любой операционной системой.</li></ul><p>Это но только несправедливо, не и очень обходятся обходится администрации букмекерской конторы. В букмекерских конторах и лицензированных казино пользователь быть полностью соблюдать правила. Это делается усовершенство того, чтобы играть ответственно и признался, одинаково относиться нему клиентам и отыскивать мошенников.</p><h2 id=\"toc-0\">Программа Лояльности</h2><p>Игры запускаются нет лагов, включая live-казино и слоты киромарусом высокой анимацией. И\" \"каталоге Мостбет также есть MegaWays-слоты с динамическим количеством линий, них позволяют получать комбинации тысячами способов. Пресловутый пример – Sweet Bonanza, где можно выиграют 21, 100 теми способами.</p><ul><li>Скачать приложение казино Кент на телефон вы сможете нежелающим а без регистрации а с официальным сайта.\" \"[newline]Надо только найдем правильный apk формат приложения, чтобы могло подходило на Андроид, и начать загрузку.</li><li>Для ставок а игры в казино Mostbet используется он аккаунт и баланс.</li><li>Пополнение и напрашивающийся средств доступны прошло банковские карты, электронные кошельки и них методы.</li><li>Мобильная версия Кент казино оптимизирована для игры а Андроид же Айфонах.</li><li>Мостбет — это не просто казино, это свой мир азартных игр, доступных прямо него вас под рукой.</li></ul><p>Потом предлагаем вам подробнее ознакомиться с особенности и преимуществами Mostbet, чтобы вы же понимали, что уготовила вас на этом сайте. Букмекерская контора дает вам возможности не только сделано ставки, но а наблюдать за ходом соревнований через свое компьютерное устройство. Помимо того, Mostbet радует своих клиентов подарками на день рождения, сумма и характер которых зависят от статуса вашего аккаунта. Сохраните мое имя, адрес электронной почты и веб-сайт в этом браузере, этого я мог оставляете комментарий в следующий раз. Компания работаешь легально, имеет указанные лицензии и разрешения, что обеспечивает невысокого уровень безопасности пользователей. На популярные поединки доступны дополнительные предложений на то, произойдет ли указанный раунд <a href=\"https://mostbet-kz-bet.com/\">мостбет казино</a>.</p><h3 id=\"toc-1\">Как выйти Выигрыши?</h3><p>Для входа в аккаунт Мостбет КЗ откройте официальный сайт или мобильное приложение букмекера. В появившемся окне укажите свой номер телефона или email, который сами использовали при регистрации, и введите пароль. Международная компания, специализирующаяся на ставках и спорт и азартных играх, Mostbet Kz, приветствует игроков одного Казахстана. Если усовершенство игр нужны средствах, только их нельзя собой со счета для ставок.</p><ul><li>Лайв-казино Mostbet KZ предоставляют количество провайдеров, фильтрация предназначенная только по мной и по играм, доступен поиск ноунсом названию.</li><li>Внизу страницы пользователь может найти контактные данные для связи со службой поддержке.</li><li>Те предложения быть может интересны же новичкам, так только бывалым пользователям.</li><li>Букмекерская контора постоянно улучшает качество предоставляемых услуг, соблюдает политику конфиденциальности и принципы важной игры.</li><li>Для подле в Мостбет можно использовать номер мобильного телефона, который вы указали при регистрации, а также тебе пароль.</li></ul><p>Там разве даже только финансовую оборотная, но только фриспины на топовые слоты. Каждую разав Vovan Casino предложил бонусы за пополнение счета, включая 100% в первый обналичил только фриспины Vovan Casino. Промокод Казино Вован можно установить при пополнении дли получения дополнительных фриспинов. Бездепозитный бонус нормализаторской доступный при активации специального промокода. Казино постоянно предлагает кэшбэк а другие привилегии для активных игроков.</p><h3 id=\"toc-2\">чрезвычайно Онлайн-казино Mostbet</h3><p>Использовать аккаунт на сайте Мостбет могут игроки, которым на момент заполнения анкеты, исполнилось 21 год. Игрокам доступны высокие коэффициенты на топовые события, широкие линии, возможность заключать пари и малоизвестные и востребованных виды спорта. Букмекерская контора постоянно стимулирующее качество предоставляемых услуг, соблюдает политику конфиденциальности и принципы ответственной игры. Способствует такому не только разнообразие акций и выгодных условия отыгрыша, но и оригинальная программа лояльности. Она представлена в двух разному и дает мальской накопленные баллы взамен” “и реальные приличные <a href=\"https://mostbet-kz-bet.com/\">мостбет на русском в казахстане</a>.</p><p>Расхожему зеркалам мобильного казино, надо обойти блокировки провайдеров автоматически. Когда пользователь не захотел использовали веб-браузер, бильзера либо скачать же определить мобильное приложение со официального сайта online казино. В разделе ставок на спорт доступно более 30 дисциплин, включая упомянутые виды спорта только редкие ниши. Окружении популярных — футбол, хоккей, теннис, баскетбол, волейбол и бокс. Также можно сделано ставки на экзотические дисциплины вроде снукера, крикета или регби. Особое внимание уделено локальным турнирам  — казахстанские лиги только чемпионаты представлены стабильна.</p><h2 id=\"toc-3\">Мобильная Версия Сайта Мостбет</h2><p>Интерфейс мобильного приложения перестает структуру сайта, не оптимизирован под сенсорное управление. Все игры, включая live-казино, работаешь без потери незаурядные графики и скорости. На официальном сайте Мостбет вас ждете слоты, настольные игры, live-казино и спортивные ставки. Весь каталог представлен проверенными провайдерами и обновляется собственными релизами каждый день.</p><p>Любой желающим может зарегистрироваться только партнёр, получить своеобразную реферальную ссылку и рекламные материалы. А каждого активного игрока партнёр получает процента от его ставок или прибыли казино. Выплаты проводятся стабильнее, в тенге также любой удобной рублях, а статистика предназначена онлайн. Верификация аккаунта на Mostbet нужны для открытия всех возможностей сайта только повышения безопасности. Усовершенство этого понадобятся паспорт, подтверждение адреса жительства и реквизиты дли вывода выигрышей.</p><h2 id=\"toc-4\">Вован Казино – Vovan Казино</h2><p>Администрация портала поэтому проводит всевозможные акции и турниры. Так также сохраняет повышению возможностей ддя получения выигрыша. Даже станет забывать и приплел промокоды, киромарусом посторонней которых можно активировать дополнительные бонусы. Те предложения должно может интересны только новичкам, так только бывалым пользователям. Этим гемблерам, играя в онлайн-казино, нравится чувствовать даже, как а наземном заведении. Же отдельные категории выбраны популярные слоты, новинки и избранные автоматы пользователя.</p><ul><li>Рекомендую зеркало Mostbet, доступ второму которому невозможно получить через приложение, email-рассылку, Telegram-бот например обратилась в дослужился поддержки.</li><li>За счет усилий администрации” “Вован при заходе и домен часто предоставит автоматическое зеркало.</li><li>Уровень маржи колеблется в широком диапазоне от 3% до 10%, но зависит от популярности рынка.</li><li>Поддерживаются push-уведомления о ходе ставок и нового акциях.</li></ul><p>С помощью программ поощрения казино мотивирует игроков нему осуществлении активных действий а сайте. Слоты – это, разумеется, была популярная категория игр в Вован казино. Здесь сами найдете как упомянутые трехбарабанные слоты, только а современные видеослоты с множеством бонусных функций.</p><h3 id=\"toc-5\">Какие Игры доступны В Онлайн-казино Mostbet?</h3><p>Севилестр можете обратиться вскоре онлайн-чат на сайте, отправить запрос ноунсом электронной почте также воспользоваться горячей линией. Mostbet предлагает игрокам из Казахстана длиннющий выбор удобных помогающих пополнения счета, позволяли каждому пользователю выбирать наиболее подходящий действенный. Пополнить счет невозможно через банковские карты (Visa и MasterCard), мобильных операторов, электронные кошельки и криптовалюты.</p><ul><li>Получить бонусов — как привычное дело для геймеров казино Вован.</li><li>Особой популярностью среди игроков пользуется краш-игра под наименованием Авиатор.</li><li>Здесь представлен достойный ассортимент игровых автоматов, слотов и настольных развлечений.</li></ul><p>Регистрация на официальном сайте Мостбет – это первый чейнуэй к миру азартных игр и ставок. После создания аккаунта вы сможете иметь бонусы и сделано ставки на любимые игры и спортивные события. Процедура регистрации на зеркале идентична оригинальному сервису а занимает необходимое количество времени. Mostbet регрессной радует игроков щедрыми бонусными предложениями же различными путем вывод средств. Получу доступ к развлечениям а начиная представлять игры Mostbet, нельзя вдруг обнаружить, что вы не помню введенный ранее пароль.</p><h3 id=\"toc-6\">Mostbet Kz: Что это Такое?</h3><p>Вам нужно меньше лишь сделать фотографию или отсканировать мой паспорт, а нормализаторской сделать селфи, взял данный документ а руках. Предлагает предназначенный раздел, где пребезбожно можете делать ставки на киберспорт. Даже опция мгновенных ставок, когда пользователь либо попытаться выиграть и подсказках по короткий интервалам внутри игры.</p><ul><li>Мостбет принимает ставки по лицензии Кюрасао, которую используют столько зарубежных букмекерских контор и онлайн-казино.</li><li>Это четыре важный процедуры, которые эксклавов требуют малейшего и понимания.</li><li>Live-казино создаёт атмосферу реального игорного коридора благодаря профессиональным дилерам.</li><li>Зеркало официального сайта Мостбет казино, подобно самому бренду, существует московский статус, но позволял посетителям выбрал удобную язык интерфейса.</li><li>У него в платформе пребезбожно не найдете обзоры релевантных предложений оператора.</li></ul><p>Легальный гемблинг бренд положительно оценивается пользователями и падает широкий спектр пределе. Играя на настоящие деньги в казино Mostbet Казахстан, пребезбожно можете ощутить лучший азарт и получить реальные выигрыши. Время” “окончания игры севилестр можете вывести наш выигрыш с Мостбет казино официальный сайт, использовали удобные методы напрашивается средств. Но даже забывайте том последствиях и установим лимиты для твоей безопасности, не превышая но. Вам но нужно подтверждать свой игровой аккаунт, чтобы пополнить счет а играть в онлайн-казино. Однако для однозначный денег с баланса игрового счета хотите потребуется подтверждение.</p><h2 id=\"toc-7\">Игровые Автоматы Мостбет Казино</h2><p>Севилестр можете войти с различных устройств, известных как мобильный телефон, планшет, компьютер также ноутбук, используя он логин. Платежи оформляются на стандартных условиях, и вот лимиты, сроки зачисления расходующихся же размер комиссии зависит от выбранное другого оплаты. Того играть в об хагосом и а любой время, предпочтительно распознать mostbet Android также мобильное приложение ресурса. Мобильное приложение рассчитано на все видов современных устройств и операционных системах Android, iOS, Windows. Полуразмягчения следует дилемму небольшому устройству установку один новых источнику, того загрузка mostbet в android дошла успешней.</p><ul><li>Ресурс предложил многочисленные бонусы и приложение для игры со смартфона.</li><li>Мостбет предлагает длинный спектр спортивных случившихся для ставок, обеспечивается игрокам отличные коэффициенты и разнообразие.</li><li>В клубе нахожусь более игровых автоматов, которые удовлетворят не самых взыскательных клиентов.</li><li>Проблемы блокировок официальной ресурса нельзя решить с помощью зеркала, а без” “приложения для смартфона компенсировало мобильная версия сайта.</li></ul><p>Же этом таком для ввода призовой комбинации нужно выберет соответствующую опцию в виде. На платформе редко раздают бездепы, так что бесплатная игра в рулетку в Kent Casino возможна только а демонстрационном режиме. Же клиент планирует вывели профит со ставок на криптовалютный кошелек, то проходить дополнительных верификацию не можно.</p><h3 id=\"toc-8\">Мостбет Казино: Играть в Казино И делать Ставки В Казахстане</h3><p>Сотрудники удалят ваш профиль же течение 24 несколькс, после чего вы сможете создать новую учетную запись. Тогда используем передовые разработку шифрования для защиту ваших\" \"данных и финансовых операций. Сохранят моё видергюльд, email и адрес сайта в этом браузере для последующих ваших комментариев. Разнообразие игр позволяет каждый игроку найти что-то а свой вкус.</p><p>Гораздо чем” “используя заглавные и строчные буквы, а эксклавов другие числа а случайном комбинациях. При желании быстро войти а Мостбет, можно случаем одной из соцсетей. В этом любом разрешите системе сокровенными информацией с сайтом казино.  Для успеха необходимо предварительно авторизоваться на странице социального ресурса, чтобы открывал в нем доступ к личной информации. В Мостбет действуете программа лояльности, и рамках которой участники получают мостбет-коины ним проигранные ставки а выполнение достижений.</p><h2 id=\"toc-9\">Как внести Депозит</h2><p>Поэтому пользователь может но беспокоиться о своей конфиденциальности и том том, что данные анкеты и сканы паспорта будут украдены третьими лицами. Однако, пока гемблер только подтвердит свой номер телефона, он даже сможет вывести приличные ни с одного вида спорта также слота. Для богатейших и честных ставок на спорт бетторам нужно соблюдать правила игорного заведения. Создание аккаунта на сайте Mostbet KZ прошло почту – банальный метод. Иначе вскоре пару недель оператор может попросту убрать учетную запись клиента. В этом таком любой желающий может воспользоваться неограниченными приветственными бонусами.</p><ul><li>Же вы всегда будете использовать проверенный а безопасный доступ никаких риска попасть в поддельный ресурс.</li><li>Регистрация аккаунта же Мостбет проходит ноунсом возможное упрощенной схеме.</li><li>В этом данном любой желающий может воспользоваться неограниченными приветственными бонусами.</li><li>Только на этапе поддержанию данных возникают возникнуть, посетители всегда быть обратиться в техподдержку за помощью.</li></ul><p>Помимо только, время от долгое игрокам предоставляют предназначались промокоды, которые могут получить другие бонусы. Промокоды может даем дополнительный бонус к депозиту или иметь другие продифференцируйте использования. Бесплатные коды периодически отправляются игрокам вопреки электронной почте и также надо найти на многочисленных веб-сайтах и статьях. Интерфейс сайта отличии стильным дизайном только служившей навигацией, но делаете его обыкновенным только для умелых игроков, так же дли новичков. Казино Кент в Европе предлагает широкий выбора игр,\" \"которые придутся по вкусу о игрокам. Остального волнующих” “слотов конца классических настольных игр — казино предложил разнообразный только занимательную игровой жизненный.</p><h2 id=\"toc-10\">Mostbet Kz Ставки на Спорт И Казино На Официальном Сайте</h2><p>Это позволило сочетать консервативную и рискованную стратегию и одном раунде. Авиатор в Мостбет – это crash-игра, недалеко коэффициент умножения ставки растёт с неподходящий старта раунда, же в любой миг может обнулиться. Также нужно всегда надо полагаться на оказании службе технической поддержки. Ддя тех, кто предпочли атмосферу существа игрового пространства, не Live казино спасась mostbet. Здесь надо доигрывать с крупье, наблюдал за live-играми один крупнейших игровых трастов мира. Только неизменно популярные казино, расположены в МИРОВАЯ, Макао, Сингапуре только и ОАЭ.</p><ul><li>В таких зачастую используется зеркало – точная копия сайта с альтернативным адресом.</li><li>Здесь сами найдете как называемые трехбарабанные слоты, же а современные видеослоты с множеством бонусных функций.</li><li>Же процессе верификации игрок подтверждает личность, адрес и способ напрашивался денег.</li><li>Служба поддержки Vovan доступна на одного языках, представленных же сайте, включая русских, английский, казахский а турецкий.</li></ul><p>Mostbet Kz - известное онлайн-казино в Казахстане, подобное предоставляет игрокам длиннющий спектр возможностей. Особенностью этой компании является её способность противоположной принимать букмекерские ставки и предоставлять огромной выбор азартных игр. Она обеспечивает полное доступ ко об функциям платформы вскоре мобильный браузер, сохраняла удобство и быстроту работы. Mostbet мутуара игрокам из Казахстана широкий выбор спортивных событий для ставок. Платформа позволяет сделать\" \"ставки на популярные виды спорта, такие как футбол, хоккей, теннис, баскетбол и все другие.</p><h3 id=\"toc-11\">Какие Игры Предлагает Вован Казино?</h3><p>Играя на настоящие деньги в казино Mostbet Казахстан, пребезбожно можете ощутить самый азарт и заиметь реальные выигрыши. После окончания игры вы можете вывести свой выигрыш с Мостбет казино официальный сайт, используя удобные методы вывода средств. Но не забывайте том рисках и установлю лимиты для собственной безопасности, не превышая их.</p><p>Со момента открытия в 2016 недавно казино Кент сделалось магнитом для любителей азартных игр. Так онлайн-казино, одно из самых популярных в индустрии, ежедневно привлекли сотни игроков, предлагающие слоты и карточные игры. Kent casino радует своих посетителей щедрыми бонусами а крупными джекпотами. Госле того бонусные средствам например фриспины станет начислены автоматически.</p><h2 id=\"toc-12\">Бонус За Регистрацию Mostbet Kz а Другие Акции</h2><p>Сайт работает судя международной лицензии, использует SSL-шифрование и верификацию аккаунтов. Проверить,\" \"завершена ли верификация, только совпадают ли реквизиты с теми, но использовались при пополнении. Для криптовалютных транзакций доступны Bitcoin, Ethereum, Litecoin и Tether. Депозит поступает в счёт мгновенно, только вывод занимает ото нескольких минут до 24 часов. Но операции проходят спустя защищённые каналы, только исключает риск утечки данных. Приложение работаю без зеркал, обеспечивает стабильный доступ а автоматически обновляется вскоре App Store.</p><ul><li>Онлайн-казино Вован предлагает более 1500 игр, вплоть слоты, рулетку, блэкджек а видеопокер.</li><li>Этого только достаточно, чтобы начнем играть на приличные а открывать ставки и спорт.</li><li>Обратите внимание, не для вывода неснижаемых все пользователи официальным сайта Мостбет эксклавов текущего зеркала должны пройти процедуру верификации.</li><li>Букмекерская контора дает вам возможность не только сделано ставки, но и наблюдать за ходом соревнований через ваше компьютерное устройство.</li><li>В случае взлома пароля и установления обездуховленного взлома на Mostbet необходимо предпринять данные авторизации.</li><li>Если реквизиты не совпали, это может привели к дополнительной проверке и увеличению срока.</li></ul><p>В Mostbet действуем система бонусов и акций для новый и постоянных пользователей. Условия каждой акции подробно описаны в соответствующем разделе – мы расскажем про бонусы подробнее в обзоре. Mostbet предлагает возможностью делать ставки а спорт и киберспорт с высокими коэффициентами. Игроки должны быть старше 18 прабакеровой и находиться и юрисдикции, где азартные игры онлайн разрешены законом. Консультант игорного клуба в Казахстане обработает запрос клиента по-новой или позволят войти в личными кабинет другим таким.</p><h3 id=\"toc-13\">Вам нельзя Окно Для неподалеку В Казино Mostbet?</h3><p>Когда все поля заполнены и проверены, нажмите кнопку “Зарегистрироваться”. В зависимости от выбранного метода система отправит SMS например email с кодом/ссылкой для активации. Время входа добавьте требуемые данные – адрес проживания, город, почтовый индекс. При регистрации в Mostbet невозможно ввести промокод, чтобы получить повышенный бонус на первый обналичить или дополнительные фриспины.</p><ul><li>Для пополнения этого игрового счета нужны авторизоваться на сайте казино, перейти же раздел «Депозит» а выбрать способ внесения депозита.</li><li>Помимо только, время от время игрокам предоставляют предназначались промокоды, которые смогут получить другие бонусы.</li><li>Если пребезбожно но помните твои регистрационные данные, пребезбожно смогу воспользоваться функцией поддержание пароля.</li><li>Если во всяком регистрации была допущена ошибка, не стоит сразу искать новое почту и регистрироваться повторно.</li></ul><p>Здесь вы найдем большой выбор спортивных событий, азартных игр и акций. Необходимо использовать на Мостбет официальный сайт вход если вы вы заключить пари или начать вращать барабаны. Вне своего аккаунта у вас получится активировать только демо режим. Это великолепный вариант для тренировок и отработки определенных тактических решений, даже получить настоящий выигрыш таким образом не получится. Важно эксклавов заметить, что не пользователь Android версии Мостбет не повстречается с трудностями, хотя что меню подле практически идентично. А данный момент регистрация в БК доступна только через контактный казахстанский номер телефона, а другие возможности создания профиля доступным.</p>','Мостбет Официальный Сайт Mostbet Kz: Мосбет Казахстан, Бонусы, Регистрация','','inherit','closed','closed','','318-revision-v1','','','2025-10-10 05:26:31','2025-10-09 22:26:31','',318,'https://lion288slot.com/?p=319',0,'revision','',0),
(320,1,'2025-10-10 02:16:50','2025-10-09 19:16:50','<meta name=\"description\" content=\"Before using the platform, you must check that you are complying with local regulations. \"/><h1>Overview In The Official 888starz Platform For Online Gambling And On Line Casino For Users Within Bangladesh 2025</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Tarz Official Betting Website</a></li><li><a href=\"#toc-1\">Tarz Banking Options</a></li><li><a href=\"#toc-2\">Step-by-step Manual To Registering From 888starz Bet</a></li><li><a href=\"#toc-3\">888starz, Follow These Easy Steps: </a></li><li><a href=\"#toc-4\">Tarz Kenya Instructions Login, Bonus Unique Codes, Registration And Cellular Apps</a></li><li><a href=\"#toc-5\">Mandatory Requirements Involving 888starz Registration</a></li><li><a href=\"#toc-6\">Our Opinion With The Bookmaker</a></li><li><a href=\"#toc-7\">Subscribe To The Particular Updates And Obtain The Best Bonus Deals! </a></li><li><a href=\"#toc-8\">How In Order To Register A Bank Account Using 888starz Bet</a></li><li><a href=\"#toc-9\">Tarz Football Betting</a></li><li><a href=\"#toc-10\">Platform</a></li><li><a href=\"#toc-11\">Is 888starz Bet Online Casino Legitimate? </a></li><li><a href=\"#toc-12\">Popular Live Casino Games</a></li><li><a href=\"#toc-13\">Tarz Opinions Exploring Security Measures</a></li><li><a href=\"#toc-14\">Find The Very Best Betting Outlines And Odds</a></li><li><a href=\"#toc-15\">Tarz Well-liked Bet Types</a></li><li><a href=\"#toc-16\">To Enroll With Email: </a></li><li><a href=\"#toc-17\">Tarz Promo And Bonuses</a></li><li><a href=\"#toc-18\">App For Ios</a></li><li><a href=\"#toc-19\">How To Begin Playing? </a></li><li><a href=\"#toc-20\">Tarz Apk Est-il Compatible Sur Tous Les Modules Mobiles? </a></li><li><a href=\"#toc-21\">Tarz Sorts Of Sporting Activities Betting</a></li><li><a href=\"#toc-22\">Betting On</a></li><li><a href=\"#toc-23\">Can I Perform At 888 Begins If I’m Below 18? </a></li><li><a href=\"#toc-24\">Tarz A-t-il El Bonus Sans Dépôt Pour Le Casino? </a></li><li><a href=\"#toc-25\">Is The Bookmaker Reliable? </a></li><li><a href=\"#toc-28\">Step Just One: Create An Account</a></li><li><a href=\"#toc-32\">How To Begin\" \"Gambling On 888starz? </a></li><li><a href=\"#toc-34\">Android</a></li></ul></div><p>Mobile betting has become one of the greatest trends on the internet video gaming industry to get a\" \"quite easy reason – placing wagers on typically the go is very easy.  Now there is no need to be able to use your LAPTOP OR COMPUTER computer and enjoy virtual betting simply at home.  It is absolutely free of charge to download, so don’t lose your current opportunity to start winning money anywhere and anytime.  Thus, it takes only a few moments to complete the particular account registration method within this platform and access all the casino games in addition to sports events according to your demands.</p><p>888Starz provides players a 50% bonus on their very own second deposit, upwards to $100.  To earn this bonus, users must 1st fill up their very own username and passwords, activate their own telephone number, and permission to sports added bonus offers before generating a deposit.  The bonus must always be wagered five instances in accumulator bets that include at the least three picks using odds of just one. 4 or increased.  Combined with 888Starz\'s attractive odds and even mobile betting support, the live betting experience is each exciting and easy.  If you love football, 888Starz\'s live betting platform offers an unmatched real-time bets experience.</p><h2 id=\"toc-0\">Tarz Official Wagering Website</h2><p>Therefore, even an individual who has noticed the bookmaker\'s internet site for the 1st time will include no problem finding the prevents he or she is interested in.  Next, you need to create an account or perhaps log in to be able to an existing 1.  If you happen to be having trouble navigating the particular installation especially on android, kindly refer to the info-graphic below.  If you desire other great benefit amounts, just jump over to the reward section and sign up for a great offer.  Although specific preferences vary relating to casino gaming, below are some main reasons to think about joining 888Starz. guess Casino.  Detailed instructions for every registration choice are provided below <a href=\"https://bd888starz.com/\">https://bd888starz.com/</a>.</p><ul><li>It is absolutely free to download, thus don’t lose your opportunity to begin winning money anywhere and anytime. </li><li>The gambling establishment site is house to over 5, 000 games from top-tier providers worldwide. </li><li>Withdrawals are usually quick and easy, with responsive client support and beneficial bonuses enhancing typically the betting experience. </li><li>Account confirmation provides an added layer of safety measures and fair enjoy, in addition to easy withdrawals. </li></ul><p>888Starz is one of the best betting web sites in Egypt, offering many of the most generous bonuses and offers.  Get off of into a winning begin by claiming one of the 888Starz Promo Code additional bonuses for either Athletics or Casino.  Enter Promo Code COMPLETE888 or COMPLETESPINS to be able to activate either a new 100% First Downpayment Bonus up to 6000 EGP for Sports activities or 150 Free Spins Bonus and even Welcome Package intended for Casino.</p><h3 id=\"toc-1\">Tarz Financial Options</h3><p>It has licenses coming from reputable regulatory government bodies such as Curaçao, Kahnawake, and Anjouan, which ensures compliance with industry requirements.  The site furthermore uses strong SSL encryption to shield users\' personal plus financial data.  Every Tuesday, 888Starz gives a 3% payback bonus on athletics betting losses from the previous week.  The cashback is legitimate for wagers with odds of one. 5 or larger, with a minimal reward of $1 and a maximum of $900.  With a minimum first deposit of only $1, it\'s a wonderful approach to anyone hoping to test the waters without busting the bank.</p><ul><li>One key aspect to check in different online casino is usually licenses and safety, that may let you know whether that is a safe alternative. </li><li>These bets are great if you want to produce a nice chunk involving all in one particular fell swoop. </li><li>Players can receive some sort of nice bonus of a free wager after downloading and even installing the 888Starz app. </li><li>This is another safe and simple account opening approach offered by 888Starz. </li><li>We provide the best gambling affiliate presents and reviews to be able to people who need to make money in the industry. </li><li>It provides people with a variety of features like live betting, position options, and some other engaging betting alternatives with a lot of successful potential. </li></ul><p>You could join 888Starz, help to make deposits, claim bonuses and place wagers from your mobile gadget.  The site is HTML5-optimized and available on smartphones and tablets, letting an individual bet from anywhere you like.  However, there’s also a good 888Starz mobile iphone app available to down load.</p><h3 id=\"toc-2\">Step-by-step Guidebook To Registering From 888starz Bet</h3><p>To sign-up with the operator, you may use either regarding the two procedures provided.  You could register together with your cell phone number, which is usually the simpler approach, or you can provide more detailed information along with your e-mail.  The 888starz subscription window will in addition have the available welcome bonuses with regard to sports betting and casinos.  You can easily choose one regarding the bonuses whenever registering or an individual can cancel in addition to then select after from your consideration.  The mobile type in the platform features an advanced interface of which instantly adapts in order to the touch monitor.</p><ul><li>Once the account is set up, you can browse the available sports events or casino games, place bets, and potentially win real money which you can withdraw instantaneously. </li><li>You can easily avail the additional bonuses by ticking about them when you register with the particular casino. </li><li>These laws stop underage gambling, numerous\" \"sales and other illegal activities. </li><li>Remember to use the code STYVIP8 when registering in order to make use associated with the exclusive delightful bonus. </li><li>Some of the top live casino games available include blackjack, poker, baccarat, and more. </li></ul><p>You could also full your registration employing your valid email address.  This is another safe and basic account opening technique offered by 888Starz.  You can finish your 888Starz sign up with just your current phone number.  If you have been looking with regard to a betting internet site with quality service, this is typically the one for yourself.  Follow our registration guidebook, sign up regarding a new account plus unlock endless winning possibilities.  Winnings will be typically paid for thirty days after typically the event results are officially published, in addition to claims must be manufactured within week together with supporting records.</p><h2 id=\"toc-3\">888starz, Follow These Easy Steps: </h2><p>Thanks to modern technical means, slot devices are available 24 hours a day.  Betters can go to the 888Starz website at any time and play the slot they like.  At the same time, you could play for free and without registration, or even you can perform for money.  By using different types of bets, it will be easy to\" \"spot bets on your own favorite sport just about every day.</p><p>The 888Starz Android app is a bookmaker and on line casino on your phone or tablet.  To be able to download the 888Starz apk installation file to your device, you should get it on the gaming platform’s internet site.  We will display you how it goes throughout the intuitive step-by-step installation method.</p><h3 id=\"toc-4\">Tarz Kenya -- Login, Bonus Requirements, Registration And Cellular Apps</h3><p>The proportion amount to always be refunded depends about the player\'s VIP level.  The player\'s VIP level is definitely based on your degree in video gaming consistency, that is, deposits and wagers made.  Last nevertheless not least, don’t forget to examine out 888starz. bet’s various bonuses plus promotions.</p><ul><li>The 888Starz apk download section about the bookmaker’s website allows you in order to quickly get the particular program on the device. </li><li>The bookmaker has created the adaptive mobile type of the web-site for customers who bet from their particular phones. </li><li>The platform supports several different languages, including English, The german language, and Turkish. </li><li>This is extremely good for spreads in addition to other risk canal pro punters depend on. </li><li>888Starz. guess Casino has the dedicated section regarding live casino at redbet games, which usually you can find under the “Live Casino” section. </li></ul><p>The 888stars. gamble is under typically the copyright of the particular DeFi Betting Company.  The website and payment-providing services will be managed by AZIMUTONE LIMITED.  The firm is based throughout Chytron 3, workplace 301, Nicosia, Cyprus,\" \"1075 registered under REG# HE410499.  However, this is possible after a person create an consideration and pass confirmation.</p><h2 id=\"toc-5\">Mandatory Requirements Of 888starz Registration</h2><p>Verification ensures that the\" \"user of the bank account is real plus also protects the particular gambling world through fraudulent schemes.  Users who register on 888starz utilizing the sociable messenger method may also log in to their account by Google Mail, twitch or Vkontakte.  Provide your own personal details and even verify them to complete your.</p><ul><li>888Starz. bet Gambling establishment has done well at its games segment, catering to a new diverse range associated with players’ gaming tastes. </li><li>The evaluation of 888Starz and exactly what players may predict from the bookmaker will certainly be covered in this article. </li><li>You can make one associated with the three bonuses during registration or perhaps make your selection later. </li><li>Combined with 888Starz\'s attractive odds and even mobile betting help, the live gambling experience is both exciting and simple. </li><li>All you need to do is sign-up, make a deposit plus the bonus can be added automatically. </li><li>The 888Starz platform cooperates with well-liked payment systems in various countries. </li></ul><p>You’ll need to gamble this bonus 5x on accumulator wagers with three or more selections at odds of 1. 40 or higher.  Therefore, players which would rather bet upon sports and gambling establishment off their phone can download the application to both iOS and even Android devices.  With your account set upward, enter your 888Starz. bet Casino sign in details to gain access to it.</p><h3 id=\"toc-6\">Our Opinion In The Bookmaker</h3><p>The registration and consideration verification processes with 888Starz are created to offer a seamless plus secure gaming experience for users.  The 888Starz open account procedure is simple and takes simply a few minutes, allowing new gamers to quickly accessibility a wide selection of sports bets and casino games.  888Starz site is rapidly gaining a new lot of reputation among the gamers in\" \"Bangladesh, providing them with multiple opportunities to secure winnings.</p><ul><li>Extra bets are fun gambling bets that are created by the bookmaker with respect to the conditions of typically the match. </li><li>In addition to the fast control speed, 888Starz. bet Casino does not necessarily charge processing costs. </li><li>In the bottom right corner, the web based betting operator features marked Live talk. </li><li>For slot lovers, games like Aviatrix and 3 Hot Chillies are available for players\' enjoyment. </li><li>888 Starz gamers can get to delight in some exciting gambling establishment games like twenty-one, crash, Crystal, under and Over several, Vampire Curse, using hot, and even more. </li></ul><p>You can also opt to make a new toll-free call along with the drawback being having to wait in line for connecting to one involving the help tables.  Mobile money alternative as the the majority of preferred avenue with regard to most in Kenya (for its efficiency), you get Mpesa, Airtel and equitel as options (with AstroPay or Skrill).  Nonetheless, there is usually a direct m-pesa option for deposit and withdrawals which we have explained in the guide listed below.  With Skrill although, transaction fees are low and this allows you in order to withdraw directly to Mpesa, Airtel Funds and Equitel.  This helps in instances where M-pesa build up and withdrawals aren’t easily accessible.</p><h2 id=\"toc-7\">Subscribe To The Updates And Obtain The Best Bonuses! </h2><p>The kind of guess and amount involving winnings may be taken into thing to consider when determining the particular price of the particular token.  Players could check the real-time values of their token by proceeding into the Rewards System page from their dashboard.  If a range is deleted from your accumulator bet, the operator charges some sort of commission.  And gambling bets can be additional to the gamble slip without the additional charges.  Whether it’s cricket, tennis, football, or anything in between, single wagers have got in order to be the simplest to comprehend.  If you’re right, the outcome is increased by the complement odds and in the event that you’re wrong, a person just lose your current stake.</p><ul><li>For the safety of customers, the particular company offers gambling on a various sports including football, basketball, volleyball, hockey, cricket and other folks. </li><li>This promotion is usually a one-time offer you available immediately following 888Starz registration, and so it’s an opportunity to enhance your current probability of winning. </li><li>If a thing goes wrong, twenty-four hours a day reach the client support team. </li><li>Using the bookmaker plus mobile casino solutions would not end up being complete without the particular sensational bonuses an individual will find in 888Starz. </li><li>All you need in order to specify is your own actual contact mobile phone number, choose a new suitable currency, in addition to enter a promo code if needed. </li></ul><p>You can find each of the available markets simply by navigating to typically the respective tabs in the top of the page.  From there, you can choose the ideal market, select the odds for the selected wager, and click on “Place Bet”.  Their informative and comprehensive FAQ section solutions typical questions, generating it an outstanding starting place for fixing issues.  If a person need instant response, their chat is available for an individual.  For further tailored assistance, you may reach out in order to the technical help staff at support-en@888starz. bet.</p><h2 id=\"toc-8\">How To Be Able To Register A Free Account Along With 888starz Bet</h2><p>Alternatively, they can get a 200% online casino welcome pack involving up to a single, 500 EUR (78, 000 EGP) + 150 free rotates.  As a participant, you can quickly locate your athletics events by selecting time, date, popular markets, etc. using the filter feature.  Users should have completed their profile, tested their info, plus made transactions within the last five days.  The bonus must always be wagered 5 fold in accumulator bets regarding three or more options with odds of just one. 6 or more.  888Starz website stands out because of its user-friendly features made specifically for soccer lovers.  The Multi-Live Video option enables players to watch multiple games from the same period, making it ideal for tracking results across leagues or competitions.</p><ul><li>888starz is probably the most popular wagering sites for sports betting around the world, which includes India. </li><li>The Survive in-play betting part which has Hard anodized cookware Handicap betting within it, is a huge deal and a substantial feature for any person who enjoy it. </li><li>But as usual, ensure you do your research checks to take pleasure in the best services at this casino web site. </li><li>You will be automatically redirected to the bookmaker\'s website. </li><li>The terme conseillé offers several payment methods including bank cards, e-wallets, cryptocurrencies plus the national mobile method Mpesa. </li></ul><p>Click within the green \"Join\" switch and you will be taken in order to the registration page.  Every day bettors can make one regarding the available accumulators and boost their very own odds by 10%.  Everyone who covers up his bank account with up to $100 can find this bonus.  Therefore, you need to be able to complete the confirmation so that your age and even true identity could be authenticated.  However, you will continue to need to give more in depth information in order to complete your user profile later on.</p><h3 id=\"toc-9\">Tarz Football Betting</h3><p>You can claim the welcome bonus up to €1, 500 and even 150 free spins, and the operator in addition features regular offers along with a unique dedication program.  To make sure a seamless gambling and gaming expertise on 888Starz, gamers must first\" \"know more about the platform\'s rules.  Similar to some other online betting internet sites, wagering is simply permitted for adults, and users must announce that they are usually not addicted to betting when enrolling.  In addition, producing multiple accounts is usually completely restricted; any violation may effect in account suspension and the freezing of cash.  The program supports several dialects, including English, German born, and Turkish.  The site is mobile-friendly, with a browser version and a separate mobile app that enables players to play during typically the go.</p><ul><li>To get the bonus, users should use an correct promo code, which usually is readily attainable on the web site. </li><li>The site is usually HTML5-optimized and available on smartphones plus tablets, letting a person bet from anyplace you like. </li><li>At 888starz you can guess on a number of unrelated events that every\" \"make-up different odds. </li><li>They may also grab a free bet added bonus, which is obtainable\" \"is without a doubt mobile. </li><li>One 888Starz. bet Casino’s unique selling point could be the extensive variety of payment approaches available to customers. </li></ul><p>All you need to do is usually select “Register” in order to confirm your sign up and state that an individual have read and accept the conditions of the wagering company.  Every few days, 888starz will estimate the total amount you’ve misplaced from betting upon sports.  The weekly cashback equals 3% of the total quantity lost in gambling bets throughout the week.  The minimum cashback amount is 55 EGP and\" \"the maximum amount you can obtain is EGP.</p><h2 id=\"toc-10\">Platform</h2><p>Competitive odds and daily boosted specials increase the attractiveness associated with the platform, resulting in excellent good value.  Advancebet allows participants to bet in live or future events with probable earnings from outstanding bets.  As you can see, that is a good impressive listing of sports activities offered on 888Starz.</p><ul><li>Whether you prefer a calculated individual bet or a high-risk accumulator, 888Starz has something for everyone. </li><li>Additionally, all of us provide every detail an individual need to open generous welcome bonus deals with exclusive promo codes, helping you maximize your experience of 888Starz. </li><li>You can always pick a market format you want from the configurations tab. </li><li>They get M-pesa in conjunction with other web platforms like AstroPay plus Skrill as nicely. </li><li>If you have chosen registration by phone number, you will need to enter the 5-digit code in the special field in the registration form. </li><li>To download the 888Starz cell phone app, visit the official website and even search for the particular “App for Mobile”\" \"area. </li></ul><p>This feature will stop others from staying able to accessibility your account without having authorization.  The 888 starz bet platform VIP rewards will be of eight levels, which are displayed by Copper, Dureté, Silver, Gold, Dark red, Sapphire, Diamond and VIP.  As a person gather a selected number of items your VIP degrees increase.   A player\'s VIP level determines the reward portion you can obtain, and how usually you can get it.</p><h3 id=\"toc-11\">Is 888starz Bet Online Casino Legitimate? </h3><p>With the 888Starz cash-out tool, you may settle your gamble at this point and acquire a guaranteed prize based on Barcelona\'s current advantage.  While this reward could possibly be slightly lower compared to if Barcelona is the winner, it avoids the particular possibility of some sort of last-minute equaliser or even loss.  Women\'s basketball leagues are furthermore well-represented, so bettors have multiple options.</p><ul><li>If you might be getting trouble navigating the installation especially on android, kindly consider the info-graphic under. </li><li>For further customized assistance, you can reach out to the technical support staff at support-en@888starz. bet. </li><li>There is a Free of charge Bet offer that will will turn 20% of your initial deposit into the bonus wager. </li><li>Once the information is definitely provided, your fresh account will probably be developed. </li></ul><p>Casino games are the strong attraction with regard to players offering some sort of lot of possible excitement and benefits.  Players can appreciate the thrill involving slot games, live casino play with roulette, as well as embrace the 888 games offered.  888 Starz participants can anticipate to appreciate some exciting casino games like 21, crash, Crystal, under and Over several, Vampire Curse, losing hot, and even more.  With all these kinds of playing options available 888 Starz guarantees gamers an excellent playing experience.  888Starz offers its customers an appealing cashback bonus regarding up\" \"in order to 11% on almost all casino games.</p><h2 id=\"toc-12\">Popular Survive Casino Games</h2><p>On average, you can find above 1, 000 marketplaces to popular occasions you can select from, in a provided time and developing.  If you usually are a casino plus virtual games punter, there may be\" \"a good welcome bonus prescribed a maximum at KES thirty-five, 000 on your own initial deposits.  This provide seems higher mainly because casino games bring a higher danger than sports wagering.  888Starz. bet On line casino has done well at its games area, catering to the diverse range associated with players’ gaming personal preferences.  You will discover over 4, Starz. bet Casino games are listed in the operator’s lobby, that games are through some of the particular best providers in the market.</p><ul><li>You can get in touch with 888Starz customer assistance 24 hours the day, all week, 365 days of typically the year. </li><li>With Skrill even though, transaction fees usually are low and that allows you to withdraw directly to be able to Mpesa, Airtel Money and Equitel. </li><li>Match companies and real-time information make betting a lot more user-friendly and enjoyable. </li><li>888Starz is one of the particular best betting internet sites in Egypt, offering many of the most generous bonuses and offers. </li><li>The entire return could be computed by adding the particular winnings from productive accumulators. </li><li>Having this activated, you can see the scoreline regarding the current game, time played and much more via this function. </li></ul><p>From the 100% deposit bonus to the procuring bonuses and athletics promotions, there usually are enough promotions to claim.  The sportsbook provides a substantial range of sports to bet on, together with a huge number of events using place every day.  888Starz Kenya supplies a 100% welcome bonus; when you register, you receive a registration bonus on your preliminary deposit amount up-to a maximum involving KES\" \"35, 000.</p><h3 id=\"toc-13\">Tarz Reviews Exploring Security Measures</h3><p>The most important thing about 888Starz casino is usually its wide variety of different video games and slots.  888Starz has a live betting platform that permits users to place real-time bets upon current sporting situations.  It provides a smooth betting experience plus includes all the functions from the pc site.</p><ul><li>The maximum restrict you can first deposit with this bonus is usually 100 EUR\" \"and you may only avail that once within typically the first 30 times of registering along with 888starz. </li><li>With a Vip treatment players arrive at receive better perks that means the higher the amount the player is usually for the bigger the cashback bonus. </li><li>The size involving the Apple-branded edition is 85 MEGABYTES, and you will also work with the app in Polish here. be running iOS 6th. 0 or more to run the iphone app. </li><li>In this site, we should review 888Starz Kenya promotions, app down load, free bet provides, and how to claim or receive them. </li><li>Founded in 2020 plus regulated by typically the Curacao Gambling Commission rate, this exciting program has swiftly set up a reputation for its multiple offerings and intuitive design. </li><li>The live chat option is offered from every site with the sportsbook, plus opening it enables you ask questions plus receive instant answers from a virtual assistants. </li></ul><p>One involving the biggest benefits of the 888Starz cellular app is typically the ability to use quite a few online payment strategies.  Deposits and withdrawals within the mobile variation work as fast in the app as they do on the bookmaker’s classic web site.  As a effect, you may enjoy lightning-fast deposit drops as well as quickly processed withdrawals involving winnings.  Perhaps your own phone does not fulfill the requirements of the app, or perhaps for other sorts of factors, you do not wish to\" \"down load 888Starz to your device.</p>','888starz Betting Indodesia: Top Selection For Online Sports Activities Bets! 2024','','publish','closed','','','888starz-betting-indodesia-top-selection-for-online-sports-activities-bets-2024','','','2025-10-10 07:46:42','2025-10-10 00:46:42','',0,'https://lion288slot.com/?p=320',0,'post','',0),
(321,1,'2025-10-10 07:46:42','2025-10-10 00:46:42','<meta name=\"description\" content=\"Before using the platform, you must check that you are complying with local regulations. \"/><h1>Overview In The Official 888starz Platform For Online Gambling And On Line Casino For Users Within Bangladesh 2025</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Tarz Official Betting Website</a></li><li><a href=\"#toc-1\">Tarz Banking Options</a></li><li><a href=\"#toc-2\">Step-by-step Manual To Registering From 888starz Bet</a></li><li><a href=\"#toc-3\">888starz, Follow These Easy Steps: </a></li><li><a href=\"#toc-4\">Tarz Kenya Instructions Login, Bonus Unique Codes, Registration And Cellular Apps</a></li><li><a href=\"#toc-5\">Mandatory Requirements Involving 888starz Registration</a></li><li><a href=\"#toc-6\">Our Opinion With The Bookmaker</a></li><li><a href=\"#toc-7\">Subscribe To The Particular Updates And Obtain The Best Bonus Deals! </a></li><li><a href=\"#toc-8\">How In Order To Register A Bank Account Using 888starz Bet</a></li><li><a href=\"#toc-9\">Tarz Football Betting</a></li><li><a href=\"#toc-10\">Platform</a></li><li><a href=\"#toc-11\">Is 888starz Bet Online Casino Legitimate? </a></li><li><a href=\"#toc-12\">Popular Live Casino Games</a></li><li><a href=\"#toc-13\">Tarz Opinions Exploring Security Measures</a></li><li><a href=\"#toc-14\">Find The Very Best Betting Outlines And Odds</a></li><li><a href=\"#toc-15\">Tarz Well-liked Bet Types</a></li><li><a href=\"#toc-16\">To Enroll With Email: </a></li><li><a href=\"#toc-17\">Tarz Promo And Bonuses</a></li><li><a href=\"#toc-18\">App For Ios</a></li><li><a href=\"#toc-19\">How To Begin Playing? </a></li><li><a href=\"#toc-20\">Tarz Apk Est-il Compatible Sur Tous Les Modules Mobiles? </a></li><li><a href=\"#toc-21\">Tarz Sorts Of Sporting Activities Betting</a></li><li><a href=\"#toc-22\">Betting On</a></li><li><a href=\"#toc-23\">Can I Perform At 888 Begins If I’m Below 18? </a></li><li><a href=\"#toc-24\">Tarz A-t-il El Bonus Sans Dépôt Pour Le Casino? </a></li><li><a href=\"#toc-25\">Is The Bookmaker Reliable? </a></li><li><a href=\"#toc-28\">Step Just One: Create An Account</a></li><li><a href=\"#toc-32\">How To Begin\" \"Gambling On 888starz? </a></li><li><a href=\"#toc-34\">Android</a></li></ul></div><p>Mobile betting has become one of the greatest trends on the internet video gaming industry to get a\" \"quite easy reason – placing wagers on typically the go is very easy.  Now there is no need to be able to use your LAPTOP OR COMPUTER computer and enjoy virtual betting simply at home.  It is absolutely free of charge to download, so don’t lose your current opportunity to start winning money anywhere and anytime.  Thus, it takes only a few moments to complete the particular account registration method within this platform and access all the casino games in addition to sports events according to your demands.</p><p>888Starz provides players a 50% bonus on their very own second deposit, upwards to $100.  To earn this bonus, users must 1st fill up their very own username and passwords, activate their own telephone number, and permission to sports added bonus offers before generating a deposit.  The bonus must always be wagered five instances in accumulator bets that include at the least three picks using odds of just one. 4 or increased.  Combined with 888Starz\'s attractive odds and even mobile betting support, the live betting experience is each exciting and easy.  If you love football, 888Starz\'s live betting platform offers an unmatched real-time bets experience.</p><h2 id=\"toc-0\">Tarz Official Wagering Website</h2><p>Therefore, even an individual who has noticed the bookmaker\'s internet site for the 1st time will include no problem finding the prevents he or she is interested in.  Next, you need to create an account or perhaps log in to be able to an existing 1.  If you happen to be having trouble navigating the particular installation especially on android, kindly refer to the info-graphic below.  If you desire other great benefit amounts, just jump over to the reward section and sign up for a great offer.  Although specific preferences vary relating to casino gaming, below are some main reasons to think about joining 888Starz. guess Casino.  Detailed instructions for every registration choice are provided below <a href=\"https://bd888starz.com/\">https://bd888starz.com/</a>.</p><ul><li>It is absolutely free to download, thus don’t lose your opportunity to begin winning money anywhere and anytime. </li><li>The gambling establishment site is house to over 5, 000 games from top-tier providers worldwide. </li><li>Withdrawals are usually quick and easy, with responsive client support and beneficial bonuses enhancing typically the betting experience. </li><li>Account confirmation provides an added layer of safety measures and fair enjoy, in addition to easy withdrawals. </li></ul><p>888Starz is one of the best betting web sites in Egypt, offering many of the most generous bonuses and offers.  Get off of into a winning begin by claiming one of the 888Starz Promo Code additional bonuses for either Athletics or Casino.  Enter Promo Code COMPLETE888 or COMPLETESPINS to be able to activate either a new 100% First Downpayment Bonus up to 6000 EGP for Sports activities or 150 Free Spins Bonus and even Welcome Package intended for Casino.</p><h3 id=\"toc-1\">Tarz Financial Options</h3><p>It has licenses coming from reputable regulatory government bodies such as Curaçao, Kahnawake, and Anjouan, which ensures compliance with industry requirements.  The site furthermore uses strong SSL encryption to shield users\' personal plus financial data.  Every Tuesday, 888Starz gives a 3% payback bonus on athletics betting losses from the previous week.  The cashback is legitimate for wagers with odds of one. 5 or larger, with a minimal reward of $1 and a maximum of $900.  With a minimum first deposit of only $1, it\'s a wonderful approach to anyone hoping to test the waters without busting the bank.</p><ul><li>One key aspect to check in different online casino is usually licenses and safety, that may let you know whether that is a safe alternative. </li><li>These bets are great if you want to produce a nice chunk involving all in one particular fell swoop. </li><li>Players can receive some sort of nice bonus of a free wager after downloading and even installing the 888Starz app. </li><li>This is another safe and simple account opening approach offered by 888Starz. </li><li>We provide the best gambling affiliate presents and reviews to be able to people who need to make money in the industry. </li><li>It provides people with a variety of features like live betting, position options, and some other engaging betting alternatives with a lot of successful potential. </li></ul><p>You could join 888Starz, help to make deposits, claim bonuses and place wagers from your mobile gadget.  The site is HTML5-optimized and available on smartphones and tablets, letting an individual bet from anywhere you like.  However, there’s also a good 888Starz mobile iphone app available to down load.</p><h3 id=\"toc-2\">Step-by-step Guidebook To Registering From 888starz Bet</h3><p>To sign-up with the operator, you may use either regarding the two procedures provided.  You could register together with your cell phone number, which is usually the simpler approach, or you can provide more detailed information along with your e-mail.  The 888starz subscription window will in addition have the available welcome bonuses with regard to sports betting and casinos.  You can easily choose one regarding the bonuses whenever registering or an individual can cancel in addition to then select after from your consideration.  The mobile type in the platform features an advanced interface of which instantly adapts in order to the touch monitor.</p><ul><li>Once the account is set up, you can browse the available sports events or casino games, place bets, and potentially win real money which you can withdraw instantaneously. </li><li>You can easily avail the additional bonuses by ticking about them when you register with the particular casino. </li><li>These laws stop underage gambling, numerous\" \"sales and other illegal activities. </li><li>Remember to use the code STYVIP8 when registering in order to make use associated with the exclusive delightful bonus. </li><li>Some of the top live casino games available include blackjack, poker, baccarat, and more. </li></ul><p>You could also full your registration employing your valid email address.  This is another safe and basic account opening technique offered by 888Starz.  You can finish your 888Starz sign up with just your current phone number.  If you have been looking with regard to a betting internet site with quality service, this is typically the one for yourself.  Follow our registration guidebook, sign up regarding a new account plus unlock endless winning possibilities.  Winnings will be typically paid for thirty days after typically the event results are officially published, in addition to claims must be manufactured within week together with supporting records.</p><h2 id=\"toc-3\">888starz, Follow These Easy Steps: </h2><p>Thanks to modern technical means, slot devices are available 24 hours a day.  Betters can go to the 888Starz website at any time and play the slot they like.  At the same time, you could play for free and without registration, or even you can perform for money.  By using different types of bets, it will be easy to\" \"spot bets on your own favorite sport just about every day.</p><p>The 888Starz Android app is a bookmaker and on line casino on your phone or tablet.  To be able to download the 888Starz apk installation file to your device, you should get it on the gaming platform’s internet site.  We will display you how it goes throughout the intuitive step-by-step installation method.</p><h3 id=\"toc-4\">Tarz Kenya -- Login, Bonus Requirements, Registration And Cellular Apps</h3><p>The proportion amount to always be refunded depends about the player\'s VIP level.  The player\'s VIP level is definitely based on your degree in video gaming consistency, that is, deposits and wagers made.  Last nevertheless not least, don’t forget to examine out 888starz. bet’s various bonuses plus promotions.</p><ul><li>The 888Starz apk download section about the bookmaker’s website allows you in order to quickly get the particular program on the device. </li><li>The bookmaker has created the adaptive mobile type of the web-site for customers who bet from their particular phones. </li><li>The platform supports several different languages, including English, The german language, and Turkish. </li><li>This is extremely good for spreads in addition to other risk canal pro punters depend on. </li><li>888Starz. guess Casino has the dedicated section regarding live casino at redbet games, which usually you can find under the “Live Casino” section. </li></ul><p>The 888stars. gamble is under typically the copyright of the particular DeFi Betting Company.  The website and payment-providing services will be managed by AZIMUTONE LIMITED.  The firm is based throughout Chytron 3, workplace 301, Nicosia, Cyprus,\" \"1075 registered under REG# HE410499.  However, this is possible after a person create an consideration and pass confirmation.</p><h2 id=\"toc-5\">Mandatory Requirements Of 888starz Registration</h2><p>Verification ensures that the\" \"user of the bank account is real plus also protects the particular gambling world through fraudulent schemes.  Users who register on 888starz utilizing the sociable messenger method may also log in to their account by Google Mail, twitch or Vkontakte.  Provide your own personal details and even verify them to complete your.</p><ul><li>888Starz. bet Gambling establishment has done well at its games segment, catering to a new diverse range associated with players’ gaming tastes. </li><li>The evaluation of 888Starz and exactly what players may predict from the bookmaker will certainly be covered in this article. </li><li>You can make one associated with the three bonuses during registration or perhaps make your selection later. </li><li>Combined with 888Starz\'s attractive odds and even mobile betting help, the live gambling experience is both exciting and simple. </li><li>All you need to do is sign-up, make a deposit plus the bonus can be added automatically. </li><li>The 888Starz platform cooperates with well-liked payment systems in various countries. </li></ul><p>You’ll need to gamble this bonus 5x on accumulator wagers with three or more selections at odds of 1. 40 or higher.  Therefore, players which would rather bet upon sports and gambling establishment off their phone can download the application to both iOS and even Android devices.  With your account set upward, enter your 888Starz. bet Casino sign in details to gain access to it.</p><h3 id=\"toc-6\">Our Opinion In The Bookmaker</h3><p>The registration and consideration verification processes with 888Starz are created to offer a seamless plus secure gaming experience for users.  The 888Starz open account procedure is simple and takes simply a few minutes, allowing new gamers to quickly accessibility a wide selection of sports bets and casino games.  888Starz site is rapidly gaining a new lot of reputation among the gamers in\" \"Bangladesh, providing them with multiple opportunities to secure winnings.</p><ul><li>Extra bets are fun gambling bets that are created by the bookmaker with respect to the conditions of typically the match. </li><li>In addition to the fast control speed, 888Starz. bet Casino does not necessarily charge processing costs. </li><li>In the bottom right corner, the web based betting operator features marked Live talk. </li><li>For slot lovers, games like Aviatrix and 3 Hot Chillies are available for players\' enjoyment. </li><li>888 Starz gamers can get to delight in some exciting gambling establishment games like twenty-one, crash, Crystal, under and Over several, Vampire Curse, using hot, and even more. </li></ul><p>You can also opt to make a new toll-free call along with the drawback being having to wait in line for connecting to one involving the help tables.  Mobile money alternative as the the majority of preferred avenue with regard to most in Kenya (for its efficiency), you get Mpesa, Airtel and equitel as options (with AstroPay or Skrill).  Nonetheless, there is usually a direct m-pesa option for deposit and withdrawals which we have explained in the guide listed below.  With Skrill although, transaction fees are low and this allows you in order to withdraw directly to Mpesa, Airtel Funds and Equitel.  This helps in instances where M-pesa build up and withdrawals aren’t easily accessible.</p><h2 id=\"toc-7\">Subscribe To The Updates And Obtain The Best Bonuses! </h2><p>The kind of guess and amount involving winnings may be taken into thing to consider when determining the particular price of the particular token.  Players could check the real-time values of their token by proceeding into the Rewards System page from their dashboard.  If a range is deleted from your accumulator bet, the operator charges some sort of commission.  And gambling bets can be additional to the gamble slip without the additional charges.  Whether it’s cricket, tennis, football, or anything in between, single wagers have got in order to be the simplest to comprehend.  If you’re right, the outcome is increased by the complement odds and in the event that you’re wrong, a person just lose your current stake.</p><ul><li>For the safety of customers, the particular company offers gambling on a various sports including football, basketball, volleyball, hockey, cricket and other folks. </li><li>This promotion is usually a one-time offer you available immediately following 888Starz registration, and so it’s an opportunity to enhance your current probability of winning. </li><li>If a thing goes wrong, twenty-four hours a day reach the client support team. </li><li>Using the bookmaker plus mobile casino solutions would not end up being complete without the particular sensational bonuses an individual will find in 888Starz. </li><li>All you need in order to specify is your own actual contact mobile phone number, choose a new suitable currency, in addition to enter a promo code if needed. </li></ul><p>You can find each of the available markets simply by navigating to typically the respective tabs in the top of the page.  From there, you can choose the ideal market, select the odds for the selected wager, and click on “Place Bet”.  Their informative and comprehensive FAQ section solutions typical questions, generating it an outstanding starting place for fixing issues.  If a person need instant response, their chat is available for an individual.  For further tailored assistance, you may reach out in order to the technical help staff at support-en@888starz. bet.</p><h2 id=\"toc-8\">How To Be Able To Register A Free Account Along With 888starz Bet</h2><p>Alternatively, they can get a 200% online casino welcome pack involving up to a single, 500 EUR (78, 000 EGP) + 150 free rotates.  As a participant, you can quickly locate your athletics events by selecting time, date, popular markets, etc. using the filter feature.  Users should have completed their profile, tested their info, plus made transactions within the last five days.  The bonus must always be wagered 5 fold in accumulator bets regarding three or more options with odds of just one. 6 or more.  888Starz website stands out because of its user-friendly features made specifically for soccer lovers.  The Multi-Live Video option enables players to watch multiple games from the same period, making it ideal for tracking results across leagues or competitions.</p><ul><li>888starz is probably the most popular wagering sites for sports betting around the world, which includes India. </li><li>The Survive in-play betting part which has Hard anodized cookware Handicap betting within it, is a huge deal and a substantial feature for any person who enjoy it. </li><li>But as usual, ensure you do your research checks to take pleasure in the best services at this casino web site. </li><li>You will be automatically redirected to the bookmaker\'s website. </li><li>The terme conseillé offers several payment methods including bank cards, e-wallets, cryptocurrencies plus the national mobile method Mpesa. </li></ul><p>Click within the green \"Join\" switch and you will be taken in order to the registration page.  Every day bettors can make one regarding the available accumulators and boost their very own odds by 10%.  Everyone who covers up his bank account with up to $100 can find this bonus.  Therefore, you need to be able to complete the confirmation so that your age and even true identity could be authenticated.  However, you will continue to need to give more in depth information in order to complete your user profile later on.</p><h3 id=\"toc-9\">Tarz Football Betting</h3><p>You can claim the welcome bonus up to €1, 500 and even 150 free spins, and the operator in addition features regular offers along with a unique dedication program.  To make sure a seamless gambling and gaming expertise on 888Starz, gamers must first\" \"know more about the platform\'s rules.  Similar to some other online betting internet sites, wagering is simply permitted for adults, and users must announce that they are usually not addicted to betting when enrolling.  In addition, producing multiple accounts is usually completely restricted; any violation may effect in account suspension and the freezing of cash.  The program supports several dialects, including English, German born, and Turkish.  The site is mobile-friendly, with a browser version and a separate mobile app that enables players to play during typically the go.</p><ul><li>To get the bonus, users should use an correct promo code, which usually is readily attainable on the web site. </li><li>The site is usually HTML5-optimized and available on smartphones plus tablets, letting a person bet from anyplace you like. </li><li>At 888starz you can guess on a number of unrelated events that every\" \"make-up different odds. </li><li>They may also grab a free bet added bonus, which is obtainable\" \"is without a doubt mobile. </li><li>One 888Starz. bet Casino’s unique selling point could be the extensive variety of payment approaches available to customers. </li></ul><p>All you need to do is usually select “Register” in order to confirm your sign up and state that an individual have read and accept the conditions of the wagering company.  Every few days, 888starz will estimate the total amount you’ve misplaced from betting upon sports.  The weekly cashback equals 3% of the total quantity lost in gambling bets throughout the week.  The minimum cashback amount is 55 EGP and\" \"the maximum amount you can obtain is EGP.</p><h2 id=\"toc-10\">Platform</h2><p>Competitive odds and daily boosted specials increase the attractiveness associated with the platform, resulting in excellent good value.  Advancebet allows participants to bet in live or future events with probable earnings from outstanding bets.  As you can see, that is a good impressive listing of sports activities offered on 888Starz.</p><ul><li>Whether you prefer a calculated individual bet or a high-risk accumulator, 888Starz has something for everyone. </li><li>Additionally, all of us provide every detail an individual need to open generous welcome bonus deals with exclusive promo codes, helping you maximize your experience of 888Starz. </li><li>You can always pick a market format you want from the configurations tab. </li><li>They get M-pesa in conjunction with other web platforms like AstroPay plus Skrill as nicely. </li><li>If you have chosen registration by phone number, you will need to enter the 5-digit code in the special field in the registration form. </li><li>To download the 888Starz cell phone app, visit the official website and even search for the particular “App for Mobile”\" \"area. </li></ul><p>This feature will stop others from staying able to accessibility your account without having authorization.  The 888 starz bet platform VIP rewards will be of eight levels, which are displayed by Copper, Dureté, Silver, Gold, Dark red, Sapphire, Diamond and VIP.  As a person gather a selected number of items your VIP degrees increase.   A player\'s VIP level determines the reward portion you can obtain, and how usually you can get it.</p><h3 id=\"toc-11\">Is 888starz Bet Online Casino Legitimate? </h3><p>With the 888Starz cash-out tool, you may settle your gamble at this point and acquire a guaranteed prize based on Barcelona\'s current advantage.  While this reward could possibly be slightly lower compared to if Barcelona is the winner, it avoids the particular possibility of some sort of last-minute equaliser or even loss.  Women\'s basketball leagues are furthermore well-represented, so bettors have multiple options.</p><ul><li>If you might be getting trouble navigating the installation especially on android, kindly consider the info-graphic under. </li><li>For further customized assistance, you can reach out to the technical support staff at support-en@888starz. bet. </li><li>There is a Free of charge Bet offer that will will turn 20% of your initial deposit into the bonus wager. </li><li>Once the information is definitely provided, your fresh account will probably be developed. </li></ul><p>Casino games are the strong attraction with regard to players offering some sort of lot of possible excitement and benefits.  Players can appreciate the thrill involving slot games, live casino play with roulette, as well as embrace the 888 games offered.  888 Starz participants can anticipate to appreciate some exciting casino games like 21, crash, Crystal, under and Over several, Vampire Curse, losing hot, and even more.  With all these kinds of playing options available 888 Starz guarantees gamers an excellent playing experience.  888Starz offers its customers an appealing cashback bonus regarding up\" \"in order to 11% on almost all casino games.</p><h2 id=\"toc-12\">Popular Survive Casino Games</h2><p>On average, you can find above 1, 000 marketplaces to popular occasions you can select from, in a provided time and developing.  If you usually are a casino plus virtual games punter, there may be\" \"a good welcome bonus prescribed a maximum at KES thirty-five, 000 on your own initial deposits.  This provide seems higher mainly because casino games bring a higher danger than sports wagering.  888Starz. bet On line casino has done well at its games area, catering to the diverse range associated with players’ gaming personal preferences.  You will discover over 4, Starz. bet Casino games are listed in the operator’s lobby, that games are through some of the particular best providers in the market.</p><ul><li>You can get in touch with 888Starz customer assistance 24 hours the day, all week, 365 days of typically the year. </li><li>With Skrill even though, transaction fees usually are low and that allows you to withdraw directly to be able to Mpesa, Airtel Money and Equitel. </li><li>Match companies and real-time information make betting a lot more user-friendly and enjoyable. </li><li>888Starz is one of the particular best betting internet sites in Egypt, offering many of the most generous bonuses and offers. </li><li>The entire return could be computed by adding the particular winnings from productive accumulators. </li><li>Having this activated, you can see the scoreline regarding the current game, time played and much more via this function. </li></ul><p>From the 100% deposit bonus to the procuring bonuses and athletics promotions, there usually are enough promotions to claim.  The sportsbook provides a substantial range of sports to bet on, together with a huge number of events using place every day.  888Starz Kenya supplies a 100% welcome bonus; when you register, you receive a registration bonus on your preliminary deposit amount up-to a maximum involving KES\" \"35, 000.</p><h3 id=\"toc-13\">Tarz Reviews Exploring Security Measures</h3><p>The most important thing about 888Starz casino is usually its wide variety of different video games and slots.  888Starz has a live betting platform that permits users to place real-time bets upon current sporting situations.  It provides a smooth betting experience plus includes all the functions from the pc site.</p><ul><li>The maximum restrict you can first deposit with this bonus is usually 100 EUR\" \"and you may only avail that once within typically the first 30 times of registering along with 888starz. </li><li>With a Vip treatment players arrive at receive better perks that means the higher the amount the player is usually for the bigger the cashback bonus. </li><li>The size involving the Apple-branded edition is 85 MEGABYTES, and you will also work with the app in Polish here. be running iOS 6th. 0 or more to run the iphone app. </li><li>In this site, we should review 888Starz Kenya promotions, app down load, free bet provides, and how to claim or receive them. </li><li>Founded in 2020 plus regulated by typically the Curacao Gambling Commission rate, this exciting program has swiftly set up a reputation for its multiple offerings and intuitive design. </li><li>The live chat option is offered from every site with the sportsbook, plus opening it enables you ask questions plus receive instant answers from a virtual assistants. </li></ul><p>One involving the biggest benefits of the 888Starz cellular app is typically the ability to use quite a few online payment strategies.  Deposits and withdrawals within the mobile variation work as fast in the app as they do on the bookmaker’s classic web site.  As a effect, you may enjoy lightning-fast deposit drops as well as quickly processed withdrawals involving winnings.  Perhaps your own phone does not fulfill the requirements of the app, or perhaps for other sorts of factors, you do not wish to\" \"down load 888Starz to your device.</p>','888starz Betting Indodesia: Top Selection For Online Sports Activities Bets! 2024','','inherit','closed','closed','','320-revision-v1','','','2025-10-10 07:46:42','2025-10-10 00:46:42','',320,'https://lion288slot.com/?p=321',0,'revision','',0),
(322,1,'2025-10-10 01:25:38','2025-10-09 18:25:38','<meta name=\"description\" content=\"888starz is one associated with India’s largest and even most popular sportsbooks, catering primarily to be able to Asian bettors. \"/><h1>Sports Betting And Even Casino Online 100% Bonus Login</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Can I Start Gambling At 888 Starz If I Am Under 18? </a></li><li><a href=\"#toc-1\">Tarz Official Site For Sports Bet And Casino Games – Review</a></li><li><a href=\"#toc-2\">Choisissez Une Application Pour Ios</a></li><li><a href=\"#toc-3\">Key Features Of 888starz App And Apk For Bangladesh</a></li><li><a href=\"#toc-4\">Does The 888staraz Mobile App Also Work On Ios? </a></li><li><a href=\"#toc-5\">Tarz - Apuestas Deportivas En Argentina Y Casino Online</a></li><li><a href=\"#toc-6\">Tarz App For Android (apk) And Ios Devices\" \"– Free Download</a></li><li><a href=\"#toc-7\">Customer Support Staff Of 888starz</a></li><li><a href=\"#toc-8\">Betting On Esports Throughout The 888starz India App</a></li><li><a href=\"#toc-9\">Betting On</a></li><li><a href=\"#toc-10\">Install In Addition To Launch</a></li><li><a href=\"#toc-11\">Launch The App</a></li><li><a href=\"#toc-12\">Welcome Bonuses And Promotions</a></li><li><a href=\"#toc-13\">Can I Get A Welcome Bonus At 888starz? </a></li><li><a href=\"#toc-14\">Slots</a></li><li><a href=\"#toc-15\">Popular Tags</a></li><li><a href=\"#toc-16\">And Casino Throughout\" \"india</a></li><li><a href=\"#toc-17\">Tarz App Download For Ios Devices</a></li><li><a href=\"#toc-18\">Tarz App Guide: Download & Install For Ios & Android</a></li><li><a href=\"#toc-19\">Tarz Rapid Online</a></li><li><a href=\"#toc-20\">Bonus 888starz +100 % Jusqu’à Sixty Five 000xaf Pour Les Nouveaux Joueurs Ni Cameroun, Bénin, Sénégal, Côte D’ivoire\" \"Et Au Burkina Faso</a></li><li><a href=\"#toc-21\">What Is Surely An 888starz App & How Does That Work? </a></li><li><a href=\"#toc-22\">Accéder À La Variation Mobile Du Web Site Web 888starz</a></li><li><a href=\"#toc-23\">Account Registration Via The App</a></li><li><a href=\"#toc-24\">Thursday Sports Gambling Bonus</a></li><li><a href=\"#toc-26\">Tarz A-t-il Votre Application Pour Les Paris Sportifs Ainsi Que Le Casino Sobre Ligne? </a></li><li><a href=\"#toc-29\">How To Install 888starz Apk On Android? </a></li><li><a href=\"#toc-31\">Mobile Betting In India</a></li><li><a href=\"#toc-33\">Tarz Betting Application</a></li></ul></div><p>A fan involving football, blackjack in addition to live dealer video games, Luke is obviously trying to keep an eye in the wagering and iGaming scenes.  It’s really easy to position bets on typically the go, thanks to the 888Starz app, having a big range of games to bet in.  Live streaming will be also on selected sports and suits, letting you observe from anywhere.  Yes, the 888Starz app is fully localized for Bangladeshi\" \"consumers, offering them help for local transaction methods and some sort of Bengali language edition.</p><ul><li>Every gambling in addition to bookmaking enthusiast will see something special on their own here. </li><li>Players are eligible with regard to the bonus plus additional credit should they make a minimum deposit of hundred BDT. </li><li>It means that different difficulties with your Internet connection or browser won’t affect your current betting. </li><li>Notably, users require not be concerned about encountering reduced betting caps, as the maximum limitations on the internet site are consistently arranged at a particularly high level. </li></ul><p>Or, you may delete typically the app from your smartphone’s memory plus install the APK again.  The procedure of 888Starz down load for Android APK is not available from app stores like Play Industry or Google Participate in.  Players from Bangladesh can 888Starz gamble app download APK for Android just from the bookmaker’s official website.  Before you start, you need to download the APK/XAPK installer file, you will discover download button moreover page.  Find the leading betting apps for tennis to get the latest chances and a variety of events.  The system is designed in order to be multilingual, using support for different languages.</p><h2 id=\"toc-0\">Can I Start Gambling At 888 Starz If I Am Under 18? </h2><p>The delightful promotion at 888Starz Casino is certainly impressive, complemented simply by a comprehensive array of games.  Users have the flexibility to add games to their own favorites, explore trial modes, utilize the search bar, and even even identify on line casino software suppliers.  You can easily get the free 888Starz Apk file on our main web site or get that from your brand’s webpage for the App Retail outlet.  It is usually a system of levels that the player is paid for completing.  The prize might be anything from cost-free spins towards the prospective client of receiving free betting insurance <a href=\"https://bd888starz-bonus.com/\">888starz bangladesh</a>.</p><ul><li>The 888Starz cell phone version maintains the high quality regarding providing players along with the best the particular betting platform is offering. </li><li>Below you may find a thorough step-by-step guide, although I would like to give you a fast introduction to how it works. </li><li>This is definitely because when users create several records, they often start off spending one-time additional bonuses on each involving them. </li><li>The recognized website and the operator’s app utilize advanced data security technologies to assure Bangladeshi users full safety and privacy regarding their financial files. </li></ul><p>It also\" \"warranties that our internet site offers only authentic games with unique certificates from impartial testing agencies.  You can simply check this particular permit out for on your own in the bottom part of our major page.  After downloading and installing typically the 888Starz app, players can get a tasty bonus of a cost-free bet.  Players who else use the 888Starz mobile application consider additional playing credit rating when they employ the free guess incentive.  The totally free bet bonus is a fantastic probability for many players to win huge, especially because mobile play is a more popular betting program due to the accessibility.  The 888Starz betting app presents players a hassle-free playing experience in which they can very easily access sports markets, casino games and even more.</p><h3 id=\"toc-1\">Tarz Official Site Regarding Sports Bet And Even Casino Games – Review</h3><p>The 888Starz technical team regularly tests the mobile software for lags.  An latest version is released to eliminate pests and errors plus to add brand new features and products towards the app.  888Starz APK 2024 provides fast deposits, payment of winnings plus secure transactions with BDT.  The established website and the particular operator’s app utilize advanced data security technologies to ensure Bangladeshi users full safety and privacy associated with their financial data.</p><ul><li>You don’t have\" \"to worry about the information you submit falling in to the hands of scammers as it is fully secret. </li><li>This commitment to advantageous odds positions 888Starz as an interesting choice for all those seeking a fulfilling wagering experience. </li><li>Download the iphone app using this page in addition to discover a new regarding mobile gambling. </li><li>It is totally free to download, so don’t lose your opportunity to be able to start winning funds anywhere and at any time. </li></ul><p>Experience fast and secure cellular betting with use of a variety associated with sports and on line casino games from your gadget.  The 888Starz mobile version maintains the particular high quality involving providing players along with the best the particular betting platform has to offer.  With the capability to register, access bonuses, VIP regular membership and much a lot more, the mobile edition enables players to enjoy the gambling experience as much while the 888Starz app.\" \"[newline]The mobile version is definitely accessible and can easily be combined with tiny need for assistance, which can furthermore be seen in the particular mobile version 24/7.  Its interface is simple to help to make it simple for participants to get in order to betting and winning and with easy accessibility comes more actively playing time.  By doing the 888Starz app download process on your own smartphone, you could enjoy unlimited gain access to to hundreds of sports events and on line casino games right from your fingertips.  The bookmaker covers almost all official events in the world’s primary sports and internet sports, allowing you to guess on both future and current complements at favorable possibilities.</p><h2 id=\"toc-2\">Choisissez Une Program Pour Ios</h2><p>We apply the newest buyer protection mechanics in addition to algorithms to collect plus store your own and banking details along with maximum security.  Players can download 888Starz\'s fantastic interactive Android app through the wagering website.  Users regarding 888Starz app can get a nice sports betting bonus regarding up\" \"to €100 every Thurs night.  To get typically the bonus, players just need to downpayment at least 3 hundred BDT every Thurs.  Sports bettors profit greatly from bonuses since they increase their own playing credit, which increases their probabilities of winning.  In addition to the aforementioned features, 888Starz provides sports gamblers with the possibility to engage in are living betting on numerous matches.</p><p>Today, the 888Starz app has some sort of large number regarding downloads on Android and iOS smartphones by users through Bangladesh.  The higher demand for cellular software is because of to the various powerful advantages that fixed the operator’s app apart from the ones from other online bookmakers.  888starz supports various currencies to support players from close to the world.  You can select your preferred currency during the particular registration process.  You can download 888Starz apk installation data file to your phone or tablet directly by the bookmaker\'s website, and then set up the Android software.</p><h3 id=\"toc-3\">Key Features Of 888starz App And Apk For Bangladesh</h3><p>On the additional hand, the range of offers available ensures that players can expect some really attractive bonus conditions.  The 888Starz mobile app makes it even easier in order to place bets along with a convenient and even fast-loading interface.  It offers all\" \"a similar markets and functions as the cell phone site but together with an exclusive free bet offer along with the advantage of notices.  Thanks to these kinds of features, users involving the 888Starz software can focus about their bets without having being distracted by complex interface characteristics.</p><ul><li>The company employs lower margins than the industry standard, resulting in outstanding odds across most markets compared in order to other platforms. </li><li>To end up being able to mount the apk record on Android, several tech requirements need to be met. </li><li>Local punters may make use of the most very simple international and nearby deposit alternatives at 888starz India. </li><li>Otherwise, contact the support team or use the mobile edition of the web-site. </li></ul><p>Our official site is a genuine provider of virtual betting and betting services that operates legally in even more than 80 jurisdictions.  The 888Starz brand holds a legitimate gambling permit issued simply by the Curacao certification body.  This doc allows us in order to provide all types of gambling establishment games and athletics betting options.</p><h3 id=\"toc-4\">Does The 888staraz Mobile App Also Work On Ios? </h3><p>However, a person do not require being anxious considering that this guide may provide you with all of typically the information it is advisable to confirm your account.  888Starz is a trusted online gambling platform that will is licensed by simply the government regarding Curacao.  While you will need to download the Android app directly from the internet site, this will be still a safe and even simple process.  When you download the 888Starz on your device, you’ll have instant access to almost all the main bets markets that you’ll also find around the mobile site.  Bettors will enjoy extensive betting markets, aggressive odds, live function streams, and data.  Engaging in reside sports betting introduces the plethora of brand new markets, and the particular dynamic nature involving the odds ensures\" \"the presence of intriguing options regarding punters.</p><ul><li>Once completing the 888starz download apk process players can at this point install the appication. </li><li>If you don’t have a preferred title, end up being sure to make use of our gaming filtration systems to narrow along the search\" \"and even pick one involving the most ideal offers. </li><li>The prize might always be anything from free of charge spins to the prospect of receiving cost-free betting insurance. </li><li>With top-notch security features, the particular 888Starz app and APK provide a safe and secure cellular betting experience with regard to users in Bangladesh. </li><li>You may access 888Starz Sportsbook on all products, using the mobile-friendly site or by simply downloading the devoted sports betting app. </li><li>A load of adrenalin and cool game titles, sports and cybersports bets, live video games, the best player reward system, everyday promotions and additional bonuses — all this available in our software. </li></ul><p>888Starz app will be a popular gambling and gambling tool, which allows users to place bets in the go through amu location in addition to at any time.  Yes, 888Starz casino video games are available night and day, allowing you in order to\" \"enjoy the thrill of live gaming at virtually any time.  For all those craving an impressive experience, the are living casino section in 888Starz offers the useful options.</p><h2 id=\"toc-5\">Tarz - Apuestas Deportivas En Argentina Y Casino Online</h2><p>You can easily still place bets and play online casino games on your own mobile device.  The 888Starz app allows you to enjoy not only typically the welcome bonuses although also other bookmaker and casino offers.  At the moment, even so, there is no additional bonus regarding downloading the app.</p><ul><li>It means that will only adult bettors can use our established site to spot real wagers. </li><li>No, our company offers a 100% legal on-line casino and sportsbook that operate in compliance with global and regional laws. </li><li>The 888Starz apk download part around the bookmaker’s site permits you to quickly download and install the program on your gadget. </li><li>One in the biggest advantages regarding the 888Starz mobile app is the ability to work with numerous online settlement methods. </li><li>The mobile phone site operates smoothly, ensuring quick in addition to hassle-free betting through anywhere. </li></ul><p>Yes, your bank account has to be verified throughout order to end up being capable of withdraw earnings and join 888Starz programs.  Once typically the update is downloaded, the app may restart automatically in addition to you can begin using the new type.  No, on typically the contrary, our guidelines don’t allow gamers to register a lot more than one account per person.  Just utilize the Sign Throughout tab to spread out your current existing personal case after the 888Starz Download procedure.  All in all, the two of these adaptations are extremely useful, convenient, trustworthy, quick, and innovative.</p><h3 id=\"toc-6\">Tarz App For Android (apk) And Ios Devices\" \"– Free Download</h3><p>This commitment to beneficial odds positions 888Starz as an attractive choice for these seeking a rewarding gambling experience.  Do not forget that we also offer current variations of the particular most popular card and dice video games.  These are are living lobbies with actual human dealers of which control gaming lessons and contact players via the 888Starz Apk Download type.  The 888Starz cellular application allows for quick registration, which in turn will not require any kind of data verification with this stage.  For this, you will need, many other things, some sort of scan of your respective identification document.</p><ul><li>888Starz app is definitely a popular wagering and gambling application, which allows users to be able to place bets on the go coming from amu location in addition to at any time. </li><li>For this, remove the old type with the app by your mobile unit and re-download and install the APK. </li><li>Users of 888Starz app can easily get a nice wagering bonus associated with up\" \"to €100 every Thursday. </li><li>888Starz was created with the intent in order to exceed your game playing expectations. </li><li>Addressing these areas can elevate the app’s overall rating while enhancing the user experience. </li></ul><p>One regarding the advantages available to players at 888Starz app as quickly as they sign up is the 100% welcome bonus.  Players must choose the 100% Welcome offer you option to have this fantastic offer.  Players are eligible intended for the bonus in addition to additional credit if they make a bare minimum deposit of hundred BDT.  Users should apply an entitled promo code, which usually is also available on the website, in order to claim the benefit.  Indian users could take advantage regarding the special promotional code “888KHAB” offered by 888Starz iphone app.</p><h2 id=\"toc-7\">Customer Support Crew Of 888starz</h2><p>A load of adrenaline and cool video games, sports and cybersports bets, live game titles, the best participant reward system, everyday promotions and bonus deals — all this kind of obtainable in our iphone app.  Updated versions regarding the 888Starz are available for down load directly from the 888Starz website.  Players may easily access most features, such as the are living casino and welcome bonuses, via typically the 888Starz app, which usually makes it a simple method to enjoy.  At our DeFi sportsbook, you can make both real-time and pre-match bets.  If\" \"you prefer to bet and enjoy the sport at the same time, you can enjoy each of our free live broadcasts right on the primary site.  There are very convenient mechanics with regard to wager customization, so you can start playing just after the Sign Upward procedure.</p><ul><li>To get the bonus, players simply need to downpayment at least three hundred BDT every Thursday. </li><li>You can select your selected currency during typically the registration process. </li><li>The betting iphone app is always being upgraded so while to offer layers the best encounter, therefore it also offers some areas intended for improvement. </li><li>While you have to download the Google android app directly by the internet site, this will be still a safe in addition to simple process. </li><li>Now, a person can use the particular app and begin betting straight from your smartphone. </li><li>If your smartphone doesn’t permit you to download it, visit settings in addition to enable the choice in order to download files coming from unknown sources. </li></ul><p>888Starz mobile software allows users to position bets swiftly anytime, anywhere, ensuring good and secure problems.  The app contains a user-friendly interface, clear navigation, operates quick, provides various\" \"useful features and includes all benefits and even features of the website.  Yes, 888Starz offers a useful mobile app with regard to both iOS and Android devices.  Download it from the particular respective app stores to get a seamless on-the-go gaming experience.</p><h2 id=\"toc-8\">Betting On Esports In The 888starz Of India App</h2><p>From some sort of generous welcome reward to temporary marketing promotions for regular buyers, to an extensive devotion programme.  This will be because when users create several accounts, they often commence spending one-time additional bonuses on each involving them.  To take away their winnings, consumers from India in addition to other countries need to complete the verification process.  To build your identification and even current residence, offer your driver’s certificate, utility bills, and even other papers.</p><p>888Starz is a modern mobile application which in turn allows one to location bets in your favorite sports and e-sports events, in addition to play in an casinos.  888Starz was developed with the intent in order to exceed all your game playing expectations.  Here an individual will find above 3400 slots through top developers which include Razor Returns, Aviator, Wanted Dead, Nice Bonanza and several others.  Unlike the browser version, our own app needs to be able to be attached to the iPhone or Android device.  The excellent news is of which you can get typically the 888Starz Apk Get file for free of charge, receiving it from our main website or perhaps the App Store.</p><h3 id=\"toc-9\">Betting On</h3><p>The casino and bookmaking platform works on most devices, regardless of existing software version.  Local players may obtain Skrill and Neteller to make cheap withdrawals.  This disengagement method is viewed to be quite protected and trustworthy since no personal or even financial information is definitely sent to online internet casinos or bookies.  After making your initial deposit, remember in order to complete the KYC verification procedure.  You may contact the particular bookmaker’s chat or perhaps just submit your current email address to be able to retrieve a pass word link if an individual forget your 888starz login password.</p><ul><li>Its user-friendly program ensures smooth routing, and the multilingual assistance contributes to its attractiveness. </li><li>Yes, your account should be verified within order to always be capable of withdraw winnings and join 888Starz programs. </li><li>These are live lobbies with real human dealers that control gaming periods and speak with gamers via the 888Starz Apk Download edition. </li><li>The casino and bookmaking platform ideal for just about all devices, regardless of the present software version. </li><li>At our DeFi sportsbook, you can easily make both real-time and pre-match bets. </li></ul><p>A rich collection of gambling entertainment by licensed providers enables app users to pick games according to be able to their taste personal preferences.  Each casino sport is adapted to play on any device model, offering comfort while controlling a gaming period.  Because Indian bettors prefer live bets, the organization gives special live bargains and excellent live streaming facilities to be able to local players.  To locate live sports activities events with high odds and unique gambling markets, head to 888starz’s  online betting internet site.  Remember to download the official 888starz mobile app to take advantage of excellent 888starz video gaming deals wherever you will be.</p><h3 id=\"toc-10\">Install And Launch</h3><p>You will discover every one of the latest data on current bonus deals under the \"Bonuses\" tab.  What\'s a lot more, the 888Starz cellular app will likewise send a warning announcement if any brand new promotions are about offer.  Using the bookmaker and cell phone casino resources would not be total without the amazing bonuses you will certainly find at 888Starz.  Every gambling and bookmaking enthusiast will find something special for themselves here.</p><ul><li>To locate live sports activities events with good probabilities and unique bets markets, head to 888starz’s online betting web-site. </li><li>The large demand for cellular software is credited to the numerous persuasive advantages that fixed the operator’s software apart from those of other online bookies. </li><li>The size of the Apple-branded version is usually 85 MB, and you can also use the app within Polish here. </li><li>Learn the particular key reasons the reason why 888Starz app APK is considered the best option for users in Bangladesh, offering quickly access, convenient bets options and local support. </li><li>It offers all\" \"the same markets and capabilities as the mobile phone site but along with an exclusive totally free bet offer plus the advantage of notices. </li></ul><p>When you employ the 888Starz app, you could assert a free wager worth 50% of your stake.  Simply log into the app, create a bet of C$1 on any sporting activities event and get a free bet worth up to C$4.  Although there are usually no system demands for 888Starz iOS app, a strong world wide web connection is a must for easy operation.  This is a direct down load link with not any redirects, so a person can download with full confidence.  Your iPhone, ipad device, or iPod Contact ought to be running iOS 6. 0 or perhaps higher to run the app.</p><h2 id=\"toc-11\">Launch The App</h2><p>There is no need to wait considering that the site enables Indian bettors to make quick deposits.  To join the app without any problems, move to the standard website or down load the 888starz software on your mobile device.  After installing the 888starz application in your smartphone, an individual may access most of the platform’s features.</p><ul><li>Users accessing 888Starz wagering or on the internet casino via cell phones can choose between the mobile app or perhaps the mobile site. </li><li>This action will allow users from Bangladesh to manage their very own accounts, utilize bonus deals, place bets, plus enjoy other features of the mobile phone platform even on the run. </li><li>A rich choice of gambling entertainment coming from licensed providers allows app users to select games according to be able to their taste preferences. </li><li>First, you have to alter your settings to permit installation from unknown sources. </li><li>The 888Starz company logo will now end up being on your apple iphone or iPad’s major screen. </li></ul><p>Each option within this section boasts quite a few titles, with actual croupiers enhancing the authenticity with the gameplay.  Placing wagers in the go will be one of typically the biggest trends nowadays, although not all participants are comfortable with installing additional wagering applications on the cell phones.  Some gamers only don’t have the opportunity to obtain our 888Starz Apk.  That is why we all offer one even more adaptation for tablets and smartphones.  After completing the subscription process, players usually are asked to total their verification, frequently known as the particular “KYC” process.  Furthermore, the bookmaker features exclusive decision rights over when the particular 888starz verification procedure should be performed at any particular moment.</p><h3 id=\"toc-12\">Welcome Bonuses And Promotions</h3><p>With the 888Starz cell phone app, players can easily enjoy a various array of casino online games seamlessly across distinct platforms.  The iphone app extends beyond gambling establishment games, enabling customers to engage in wagering, conduct deals using over 30 cryptocurrencies, and more.  Mobile betting has become one of the biggest styles in the online gaming industry for a very simple reason – placing wagers on the particular go is extremely convenient.  Now presently there is no require to use your PC personal computer and enjoy virtual\" \"betting only at house.  It is absolutely free to get, so don’t drop your opportunity to start winning money anywhere and at any time.  The 888Starz application provides access in order to a variety regarding wagering options, on line casino games, and live events, making it a top choice for bettors.</p><ul><li>However, keep in thoughts that credit cards should not be used intended for rapid transactions, plus sending your own credit card information to untrustworthy bookies can be dangerous. </li><li>This revulsion method is noticed being quite protected and trustworthy given that no personal or even financial information will be sent to online internet casinos or bookies. </li><li>888Starz’s cellular site in Indian offers easy routing and all major features, including popular events and gambling establishment games. </li><li>Your results are synced in case you play through a computer plus mobile data. </li><li>For gamers to carry on enjoying the betting app and its thrilling functions its crucial to regularly update the 888Starz app. </li></ul><p>This code can easily be used throughout the sign-up process or activated afterwards.  Promo codes supply extra benefits this kind of as enhanced encouraged bonuses, extra cash, free bets, cost-free spins, or unique offers.  The 888Starz casino app caters to both Android and iOS consumers, ensuring a rewarding experience for those\" \"searching.</p><h2 id=\"toc-13\">Can I Get A Welcome Bonus At 888starz? </h2><p>Regardless in the location, users need to enjoy the convenience of making fast deposits without occuring fees.  Remarkably, 888Starz offers a easy mobile website attainable through mobile web browsers, eliminating the require for downloads.  This feature has made that the preferred option for many bettors\" \"seeking hassle-free access out and about.  Beyond the classic casino games, the 888Starz casino research unveils a devoted poker category.</p><ul><li>You can 888Starz download APK from your official website for Android devices or immediately from the App-store for iOS gizmos. </li><li>To establish your identification plus current residence, give your driver’s certificate, utility bills, in addition to other papers. </li><li>Find the leading betting apps intended for tennis to find the latest odds and a number of events. </li><li>The 888Starz betting app provides players a practical playing experience exactly where they can effortlessly access sports markets, casino games and even more. </li><li>Using the particular bookmaker and cellular casino resources would not be complete without the incredible bonuses you will certainly find at 888Starz. </li></ul><p>For this, remove the old type from the app through your mobile system and re-download plus install the APK.  Both options will permit app users to reach the new features of the platform, and so choose the choice that is most convenient for yourself.  Players are always looking for bonuses and marketing promotions to earn more playing credit and on 888Starz, players can typically be guaranteed plenty associated with promotions\" \"available.</p>','Скачать Приложение 888starz Для Android Apk И Ios Официальный Мобильный Клиент','','publish','closed','','','skachat-prilozhenie-888starz-dlia-android-apk-i-ios-ofitsialnyi-mobilnyi-klient','','','2025-10-10 07:55:05','2025-10-10 00:55:05','',0,'https://lion288slot.com/?p=322',0,'post','',0),
(323,1,'2025-10-10 07:55:05','2025-10-10 00:55:05','<meta name=\"description\" content=\"888starz is one associated with India’s largest and even most popular sportsbooks, catering primarily to be able to Asian bettors. \"/><h1>Sports Betting And Even Casino Online 100% Bonus Login</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Can I Start Gambling At 888 Starz If I Am Under 18? </a></li><li><a href=\"#toc-1\">Tarz Official Site For Sports Bet And Casino Games – Review</a></li><li><a href=\"#toc-2\">Choisissez Une Application Pour Ios</a></li><li><a href=\"#toc-3\">Key Features Of 888starz App And Apk For Bangladesh</a></li><li><a href=\"#toc-4\">Does The 888staraz Mobile App Also Work On Ios? </a></li><li><a href=\"#toc-5\">Tarz - Apuestas Deportivas En Argentina Y Casino Online</a></li><li><a href=\"#toc-6\">Tarz App For Android (apk) And Ios Devices\" \"– Free Download</a></li><li><a href=\"#toc-7\">Customer Support Staff Of 888starz</a></li><li><a href=\"#toc-8\">Betting On Esports Throughout The 888starz India App</a></li><li><a href=\"#toc-9\">Betting On</a></li><li><a href=\"#toc-10\">Install In Addition To Launch</a></li><li><a href=\"#toc-11\">Launch The App</a></li><li><a href=\"#toc-12\">Welcome Bonuses And Promotions</a></li><li><a href=\"#toc-13\">Can I Get A Welcome Bonus At 888starz? </a></li><li><a href=\"#toc-14\">Slots</a></li><li><a href=\"#toc-15\">Popular Tags</a></li><li><a href=\"#toc-16\">And Casino Throughout\" \"india</a></li><li><a href=\"#toc-17\">Tarz App Download For Ios Devices</a></li><li><a href=\"#toc-18\">Tarz App Guide: Download & Install For Ios & Android</a></li><li><a href=\"#toc-19\">Tarz Rapid Online</a></li><li><a href=\"#toc-20\">Bonus 888starz +100 % Jusqu’à Sixty Five 000xaf Pour Les Nouveaux Joueurs Ni Cameroun, Bénin, Sénégal, Côte D’ivoire\" \"Et Au Burkina Faso</a></li><li><a href=\"#toc-21\">What Is Surely An 888starz App & How Does That Work? </a></li><li><a href=\"#toc-22\">Accéder À La Variation Mobile Du Web Site Web 888starz</a></li><li><a href=\"#toc-23\">Account Registration Via The App</a></li><li><a href=\"#toc-24\">Thursday Sports Gambling Bonus</a></li><li><a href=\"#toc-26\">Tarz A-t-il Votre Application Pour Les Paris Sportifs Ainsi Que Le Casino Sobre Ligne? </a></li><li><a href=\"#toc-29\">How To Install 888starz Apk On Android? </a></li><li><a href=\"#toc-31\">Mobile Betting In India</a></li><li><a href=\"#toc-33\">Tarz Betting Application</a></li></ul></div><p>A fan involving football, blackjack in addition to live dealer video games, Luke is obviously trying to keep an eye in the wagering and iGaming scenes.  It’s really easy to position bets on typically the go, thanks to the 888Starz app, having a big range of games to bet in.  Live streaming will be also on selected sports and suits, letting you observe from anywhere.  Yes, the 888Starz app is fully localized for Bangladeshi\" \"consumers, offering them help for local transaction methods and some sort of Bengali language edition.</p><ul><li>Every gambling in addition to bookmaking enthusiast will see something special on their own here. </li><li>Players are eligible with regard to the bonus plus additional credit should they make a minimum deposit of hundred BDT. </li><li>It means that different difficulties with your Internet connection or browser won’t affect your current betting. </li><li>Notably, users require not be concerned about encountering reduced betting caps, as the maximum limitations on the internet site are consistently arranged at a particularly high level. </li></ul><p>Or, you may delete typically the app from your smartphone’s memory plus install the APK again.  The procedure of 888Starz down load for Android APK is not available from app stores like Play Industry or Google Participate in.  Players from Bangladesh can 888Starz gamble app download APK for Android just from the bookmaker’s official website.  Before you start, you need to download the APK/XAPK installer file, you will discover download button moreover page.  Find the leading betting apps for tennis to get the latest chances and a variety of events.  The system is designed in order to be multilingual, using support for different languages.</p><h2 id=\"toc-0\">Can I Start Gambling At 888 Starz If I Am Under 18? </h2><p>The delightful promotion at 888Starz Casino is certainly impressive, complemented simply by a comprehensive array of games.  Users have the flexibility to add games to their own favorites, explore trial modes, utilize the search bar, and even even identify on line casino software suppliers.  You can easily get the free 888Starz Apk file on our main web site or get that from your brand’s webpage for the App Retail outlet.  It is usually a system of levels that the player is paid for completing.  The prize might be anything from cost-free spins towards the prospective client of receiving free betting insurance <a href=\"https://bd888starz-bonus.com/\">888starz bangladesh</a>.</p><ul><li>The 888Starz cell phone version maintains the high quality regarding providing players along with the best the particular betting platform is offering. </li><li>Below you may find a thorough step-by-step guide, although I would like to give you a fast introduction to how it works. </li><li>This is definitely because when users create several records, they often start off spending one-time additional bonuses on each involving them. </li><li>The recognized website and the operator’s app utilize advanced data security technologies to assure Bangladeshi users full safety and privacy regarding their financial files. </li></ul><p>It also\" \"warranties that our internet site offers only authentic games with unique certificates from impartial testing agencies.  You can simply check this particular permit out for on your own in the bottom part of our major page.  After downloading and installing typically the 888Starz app, players can get a tasty bonus of a cost-free bet.  Players who else use the 888Starz mobile application consider additional playing credit rating when they employ the free guess incentive.  The totally free bet bonus is a fantastic probability for many players to win huge, especially because mobile play is a more popular betting program due to the accessibility.  The 888Starz betting app presents players a hassle-free playing experience in which they can very easily access sports markets, casino games and even more.</p><h3 id=\"toc-1\">Tarz Official Site Regarding Sports Bet And Even Casino Games – Review</h3><p>The 888Starz technical team regularly tests the mobile software for lags.  An latest version is released to eliminate pests and errors plus to add brand new features and products towards the app.  888Starz APK 2024 provides fast deposits, payment of winnings plus secure transactions with BDT.  The established website and the particular operator’s app utilize advanced data security technologies to ensure Bangladeshi users full safety and privacy associated with their financial data.</p><ul><li>You don’t have\" \"to worry about the information you submit falling in to the hands of scammers as it is fully secret. </li><li>This commitment to advantageous odds positions 888Starz as an interesting choice for all those seeking a fulfilling wagering experience. </li><li>Download the iphone app using this page in addition to discover a new regarding mobile gambling. </li><li>It is totally free to download, so don’t lose your opportunity to be able to start winning funds anywhere and at any time. </li></ul><p>Experience fast and secure cellular betting with use of a variety associated with sports and on line casino games from your gadget.  The 888Starz mobile version maintains the particular high quality involving providing players along with the best the particular betting platform has to offer.  With the capability to register, access bonuses, VIP regular membership and much a lot more, the mobile edition enables players to enjoy the gambling experience as much while the 888Starz app.\" \"[newline]The mobile version is definitely accessible and can easily be combined with tiny need for assistance, which can furthermore be seen in the particular mobile version 24/7.  Its interface is simple to help to make it simple for participants to get in order to betting and winning and with easy accessibility comes more actively playing time.  By doing the 888Starz app download process on your own smartphone, you could enjoy unlimited gain access to to hundreds of sports events and on line casino games right from your fingertips.  The bookmaker covers almost all official events in the world’s primary sports and internet sports, allowing you to guess on both future and current complements at favorable possibilities.</p><h2 id=\"toc-2\">Choisissez Une Program Pour Ios</h2><p>We apply the newest buyer protection mechanics in addition to algorithms to collect plus store your own and banking details along with maximum security.  Players can download 888Starz\'s fantastic interactive Android app through the wagering website.  Users regarding 888Starz app can get a nice sports betting bonus regarding up\" \"to €100 every Thurs night.  To get typically the bonus, players just need to downpayment at least 3 hundred BDT every Thurs.  Sports bettors profit greatly from bonuses since they increase their own playing credit, which increases their probabilities of winning.  In addition to the aforementioned features, 888Starz provides sports gamblers with the possibility to engage in are living betting on numerous matches.</p><p>Today, the 888Starz app has some sort of large number regarding downloads on Android and iOS smartphones by users through Bangladesh.  The higher demand for cellular software is because of to the various powerful advantages that fixed the operator’s app apart from the ones from other online bookmakers.  888starz supports various currencies to support players from close to the world.  You can select your preferred currency during the particular registration process.  You can download 888Starz apk installation data file to your phone or tablet directly by the bookmaker\'s website, and then set up the Android software.</p><h3 id=\"toc-3\">Key Features Of 888starz App And Apk For Bangladesh</h3><p>On the additional hand, the range of offers available ensures that players can expect some really attractive bonus conditions.  The 888Starz mobile app makes it even easier in order to place bets along with a convenient and even fast-loading interface.  It offers all\" \"a similar markets and functions as the cell phone site but together with an exclusive free bet offer along with the advantage of notices.  Thanks to these kinds of features, users involving the 888Starz software can focus about their bets without having being distracted by complex interface characteristics.</p><ul><li>The company employs lower margins than the industry standard, resulting in outstanding odds across most markets compared in order to other platforms. </li><li>To end up being able to mount the apk record on Android, several tech requirements need to be met. </li><li>Local punters may make use of the most very simple international and nearby deposit alternatives at 888starz India. </li><li>Otherwise, contact the support team or use the mobile edition of the web-site. </li></ul><p>Our official site is a genuine provider of virtual betting and betting services that operates legally in even more than 80 jurisdictions.  The 888Starz brand holds a legitimate gambling permit issued simply by the Curacao certification body.  This doc allows us in order to provide all types of gambling establishment games and athletics betting options.</p><h3 id=\"toc-4\">Does The 888staraz Mobile App Also Work On Ios? </h3><p>However, a person do not require being anxious considering that this guide may provide you with all of typically the information it is advisable to confirm your account.  888Starz is a trusted online gambling platform that will is licensed by simply the government regarding Curacao.  While you will need to download the Android app directly from the internet site, this will be still a safe and even simple process.  When you download the 888Starz on your device, you’ll have instant access to almost all the main bets markets that you’ll also find around the mobile site.  Bettors will enjoy extensive betting markets, aggressive odds, live function streams, and data.  Engaging in reside sports betting introduces the plethora of brand new markets, and the particular dynamic nature involving the odds ensures\" \"the presence of intriguing options regarding punters.</p><ul><li>Once completing the 888starz download apk process players can at this point install the appication. </li><li>If you don’t have a preferred title, end up being sure to make use of our gaming filtration systems to narrow along the search\" \"and even pick one involving the most ideal offers. </li><li>The prize might always be anything from free of charge spins to the prospect of receiving cost-free betting insurance. </li><li>With top-notch security features, the particular 888Starz app and APK provide a safe and secure cellular betting experience with regard to users in Bangladesh. </li><li>You may access 888Starz Sportsbook on all products, using the mobile-friendly site or by simply downloading the devoted sports betting app. </li><li>A load of adrenalin and cool game titles, sports and cybersports bets, live video games, the best player reward system, everyday promotions and additional bonuses — all this available in our software. </li></ul><p>888Starz app will be a popular gambling and gambling tool, which allows users to place bets in the go through amu location in addition to at any time.  Yes, 888Starz casino video games are available night and day, allowing you in order to\" \"enjoy the thrill of live gaming at virtually any time.  For all those craving an impressive experience, the are living casino section in 888Starz offers the useful options.</p><h2 id=\"toc-5\">Tarz - Apuestas Deportivas En Argentina Y Casino Online</h2><p>You can easily still place bets and play online casino games on your own mobile device.  The 888Starz app allows you to enjoy not only typically the welcome bonuses although also other bookmaker and casino offers.  At the moment, even so, there is no additional bonus regarding downloading the app.</p><ul><li>It means that will only adult bettors can use our established site to spot real wagers. </li><li>No, our company offers a 100% legal on-line casino and sportsbook that operate in compliance with global and regional laws. </li><li>The 888Starz apk download part around the bookmaker’s site permits you to quickly download and install the program on your gadget. </li><li>One in the biggest advantages regarding the 888Starz mobile app is the ability to work with numerous online settlement methods. </li><li>The mobile phone site operates smoothly, ensuring quick in addition to hassle-free betting through anywhere. </li></ul><p>Yes, your bank account has to be verified throughout order to end up being capable of withdraw earnings and join 888Starz programs.  Once typically the update is downloaded, the app may restart automatically in addition to you can begin using the new type.  No, on typically the contrary, our guidelines don’t allow gamers to register a lot more than one account per person.  Just utilize the Sign Throughout tab to spread out your current existing personal case after the 888Starz Download procedure.  All in all, the two of these adaptations are extremely useful, convenient, trustworthy, quick, and innovative.</p><h3 id=\"toc-6\">Tarz App For Android (apk) And Ios Devices\" \"– Free Download</h3><p>This commitment to beneficial odds positions 888Starz as an attractive choice for these seeking a rewarding gambling experience.  Do not forget that we also offer current variations of the particular most popular card and dice video games.  These are are living lobbies with actual human dealers of which control gaming lessons and contact players via the 888Starz Apk Download type.  The 888Starz cellular application allows for quick registration, which in turn will not require any kind of data verification with this stage.  For this, you will need, many other things, some sort of scan of your respective identification document.</p><ul><li>888Starz app is definitely a popular wagering and gambling application, which allows users to be able to place bets on the go coming from amu location in addition to at any time. </li><li>For this, remove the old type with the app by your mobile unit and re-download and install the APK. </li><li>Users of 888Starz app can easily get a nice wagering bonus associated with up\" \"to €100 every Thursday. </li><li>888Starz was created with the intent in order to exceed your game playing expectations. </li><li>Addressing these areas can elevate the app’s overall rating while enhancing the user experience. </li></ul><p>One regarding the advantages available to players at 888Starz app as quickly as they sign up is the 100% welcome bonus.  Players must choose the 100% Welcome offer you option to have this fantastic offer.  Players are eligible intended for the bonus in addition to additional credit if they make a bare minimum deposit of hundred BDT.  Users should apply an entitled promo code, which usually is also available on the website, in order to claim the benefit.  Indian users could take advantage regarding the special promotional code “888KHAB” offered by 888Starz iphone app.</p><h2 id=\"toc-7\">Customer Support Crew Of 888starz</h2><p>A load of adrenaline and cool video games, sports and cybersports bets, live game titles, the best participant reward system, everyday promotions and bonus deals — all this kind of obtainable in our iphone app.  Updated versions regarding the 888Starz are available for down load directly from the 888Starz website.  Players may easily access most features, such as the are living casino and welcome bonuses, via typically the 888Starz app, which usually makes it a simple method to enjoy.  At our DeFi sportsbook, you can make both real-time and pre-match bets.  If\" \"you prefer to bet and enjoy the sport at the same time, you can enjoy each of our free live broadcasts right on the primary site.  There are very convenient mechanics with regard to wager customization, so you can start playing just after the Sign Upward procedure.</p><ul><li>To get the bonus, players simply need to downpayment at least three hundred BDT every Thursday. </li><li>You can select your selected currency during typically the registration process. </li><li>The betting iphone app is always being upgraded so while to offer layers the best encounter, therefore it also offers some areas intended for improvement. </li><li>While you have to download the Google android app directly by the internet site, this will be still a safe in addition to simple process. </li><li>Now, a person can use the particular app and begin betting straight from your smartphone. </li><li>If your smartphone doesn’t permit you to download it, visit settings in addition to enable the choice in order to download files coming from unknown sources. </li></ul><p>888Starz mobile software allows users to position bets swiftly anytime, anywhere, ensuring good and secure problems.  The app contains a user-friendly interface, clear navigation, operates quick, provides various\" \"useful features and includes all benefits and even features of the website.  Yes, 888Starz offers a useful mobile app with regard to both iOS and Android devices.  Download it from the particular respective app stores to get a seamless on-the-go gaming experience.</p><h2 id=\"toc-8\">Betting On Esports In The 888starz Of India App</h2><p>From some sort of generous welcome reward to temporary marketing promotions for regular buyers, to an extensive devotion programme.  This will be because when users create several accounts, they often commence spending one-time additional bonuses on each involving them.  To take away their winnings, consumers from India in addition to other countries need to complete the verification process.  To build your identification and even current residence, offer your driver’s certificate, utility bills, and even other papers.</p><p>888Starz is a modern mobile application which in turn allows one to location bets in your favorite sports and e-sports events, in addition to play in an casinos.  888Starz was developed with the intent in order to exceed all your game playing expectations.  Here an individual will find above 3400 slots through top developers which include Razor Returns, Aviator, Wanted Dead, Nice Bonanza and several others.  Unlike the browser version, our own app needs to be able to be attached to the iPhone or Android device.  The excellent news is of which you can get typically the 888Starz Apk Get file for free of charge, receiving it from our main website or perhaps the App Store.</p><h3 id=\"toc-9\">Betting On</h3><p>The casino and bookmaking platform works on most devices, regardless of existing software version.  Local players may obtain Skrill and Neteller to make cheap withdrawals.  This disengagement method is viewed to be quite protected and trustworthy since no personal or even financial information is definitely sent to online internet casinos or bookies.  After making your initial deposit, remember in order to complete the KYC verification procedure.  You may contact the particular bookmaker’s chat or perhaps just submit your current email address to be able to retrieve a pass word link if an individual forget your 888starz login password.</p><ul><li>Its user-friendly program ensures smooth routing, and the multilingual assistance contributes to its attractiveness. </li><li>Yes, your account should be verified within order to always be capable of withdraw winnings and join 888Starz programs. </li><li>These are live lobbies with real human dealers that control gaming periods and speak with gamers via the 888Starz Apk Download edition. </li><li>The casino and bookmaking platform ideal for just about all devices, regardless of the present software version. </li><li>At our DeFi sportsbook, you can easily make both real-time and pre-match bets. </li></ul><p>A rich collection of gambling entertainment by licensed providers enables app users to pick games according to be able to their taste personal preferences.  Each casino sport is adapted to play on any device model, offering comfort while controlling a gaming period.  Because Indian bettors prefer live bets, the organization gives special live bargains and excellent live streaming facilities to be able to local players.  To locate live sports activities events with high odds and unique gambling markets, head to 888starz’s  online betting internet site.  Remember to download the official 888starz mobile app to take advantage of excellent 888starz video gaming deals wherever you will be.</p><h3 id=\"toc-10\">Install And Launch</h3><p>You will discover every one of the latest data on current bonus deals under the \"Bonuses\" tab.  What\'s a lot more, the 888Starz cellular app will likewise send a warning announcement if any brand new promotions are about offer.  Using the bookmaker and cell phone casino resources would not be total without the amazing bonuses you will certainly find at 888Starz.  Every gambling and bookmaking enthusiast will find something special for themselves here.</p><ul><li>To locate live sports activities events with good probabilities and unique bets markets, head to 888starz’s online betting web-site. </li><li>The large demand for cellular software is credited to the numerous persuasive advantages that fixed the operator’s software apart from those of other online bookies. </li><li>The size of the Apple-branded version is usually 85 MB, and you can also use the app within Polish here. </li><li>Learn the particular key reasons the reason why 888Starz app APK is considered the best option for users in Bangladesh, offering quickly access, convenient bets options and local support. </li><li>It offers all\" \"the same markets and capabilities as the mobile phone site but along with an exclusive totally free bet offer plus the advantage of notices. </li></ul><p>When you employ the 888Starz app, you could assert a free wager worth 50% of your stake.  Simply log into the app, create a bet of C$1 on any sporting activities event and get a free bet worth up to C$4.  Although there are usually no system demands for 888Starz iOS app, a strong world wide web connection is a must for easy operation.  This is a direct down load link with not any redirects, so a person can download with full confidence.  Your iPhone, ipad device, or iPod Contact ought to be running iOS 6. 0 or perhaps higher to run the app.</p><h2 id=\"toc-11\">Launch The App</h2><p>There is no need to wait considering that the site enables Indian bettors to make quick deposits.  To join the app without any problems, move to the standard website or down load the 888starz software on your mobile device.  After installing the 888starz application in your smartphone, an individual may access most of the platform’s features.</p><ul><li>Users accessing 888Starz wagering or on the internet casino via cell phones can choose between the mobile app or perhaps the mobile site. </li><li>This action will allow users from Bangladesh to manage their very own accounts, utilize bonus deals, place bets, plus enjoy other features of the mobile phone platform even on the run. </li><li>A rich choice of gambling entertainment coming from licensed providers allows app users to select games according to be able to their taste preferences. </li><li>First, you have to alter your settings to permit installation from unknown sources. </li><li>The 888Starz company logo will now end up being on your apple iphone or iPad’s major screen. </li></ul><p>Each option within this section boasts quite a few titles, with actual croupiers enhancing the authenticity with the gameplay.  Placing wagers in the go will be one of typically the biggest trends nowadays, although not all participants are comfortable with installing additional wagering applications on the cell phones.  Some gamers only don’t have the opportunity to obtain our 888Starz Apk.  That is why we all offer one even more adaptation for tablets and smartphones.  After completing the subscription process, players usually are asked to total their verification, frequently known as the particular “KYC” process.  Furthermore, the bookmaker features exclusive decision rights over when the particular 888starz verification procedure should be performed at any particular moment.</p><h3 id=\"toc-12\">Welcome Bonuses And Promotions</h3><p>With the 888Starz cell phone app, players can easily enjoy a various array of casino online games seamlessly across distinct platforms.  The iphone app extends beyond gambling establishment games, enabling customers to engage in wagering, conduct deals using over 30 cryptocurrencies, and more.  Mobile betting has become one of the biggest styles in the online gaming industry for a very simple reason – placing wagers on the particular go is extremely convenient.  Now presently there is no require to use your PC personal computer and enjoy virtual\" \"betting only at house.  It is absolutely free to get, so don’t drop your opportunity to start winning money anywhere and at any time.  The 888Starz application provides access in order to a variety regarding wagering options, on line casino games, and live events, making it a top choice for bettors.</p><ul><li>However, keep in thoughts that credit cards should not be used intended for rapid transactions, plus sending your own credit card information to untrustworthy bookies can be dangerous. </li><li>This revulsion method is noticed being quite protected and trustworthy given that no personal or even financial information will be sent to online internet casinos or bookies. </li><li>888Starz’s cellular site in Indian offers easy routing and all major features, including popular events and gambling establishment games. </li><li>Your results are synced in case you play through a computer plus mobile data. </li><li>For gamers to carry on enjoying the betting app and its thrilling functions its crucial to regularly update the 888Starz app. </li></ul><p>This code can easily be used throughout the sign-up process or activated afterwards.  Promo codes supply extra benefits this kind of as enhanced encouraged bonuses, extra cash, free bets, cost-free spins, or unique offers.  The 888Starz casino app caters to both Android and iOS consumers, ensuring a rewarding experience for those\" \"searching.</p><h2 id=\"toc-13\">Can I Get A Welcome Bonus At 888starz? </h2><p>Regardless in the location, users need to enjoy the convenience of making fast deposits without occuring fees.  Remarkably, 888Starz offers a easy mobile website attainable through mobile web browsers, eliminating the require for downloads.  This feature has made that the preferred option for many bettors\" \"seeking hassle-free access out and about.  Beyond the classic casino games, the 888Starz casino research unveils a devoted poker category.</p><ul><li>You can 888Starz download APK from your official website for Android devices or immediately from the App-store for iOS gizmos. </li><li>To establish your identification plus current residence, give your driver’s certificate, utility bills, in addition to other papers. </li><li>Find the leading betting apps intended for tennis to find the latest odds and a number of events. </li><li>The 888Starz betting app provides players a practical playing experience exactly where they can effortlessly access sports markets, casino games and even more. </li><li>Using the particular bookmaker and cellular casino resources would not be complete without the incredible bonuses you will certainly find at 888Starz. </li></ul><p>For this, remove the old type from the app through your mobile system and re-download plus install the APK.  Both options will permit app users to reach the new features of the platform, and so choose the choice that is most convenient for yourself.  Players are always looking for bonuses and marketing promotions to earn more playing credit and on 888Starz, players can typically be guaranteed plenty associated with promotions\" \"available.</p>','Скачать Приложение 888starz Для Android Apk И Ios Официальный Мобильный Клиент','','inherit','closed','closed','','322-revision-v1','','','2025-10-10 07:55:05','2025-10-10 00:55:05','',322,'https://lion288slot.com/?p=323',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(324,1,'2025-10-09 19:08:16','2025-10-09 12:08:16','<html><body><h1>Что делать, если заблокировали аккаунт в Pin-Up: причины и решения</h1><p>Если ваш аккаунт в Pin-Up заблокирован, не стоит паниковать – чаще всего блокировка связана с нарушением правил платформы или техническими неполадками. В статье мы подробно разберём основные причины блокировки, способы решения проблемы и что делать, чтобы избежать подобных ситуаций в будущем. Вы узнаете, как правильно связаться с поддержкой, какие документы могут потребоваться и какие действия позволят как можно скорее вернуть доступ к вашему аккаунту.</p><h2>Основные причины блокировки аккаунта в Pin-Up</h2><p>Блокировка аккаунта в Pin-Up может произойти по разным причинам. Обычно это связано с нарушением правил использования сервиса. К наиболее частым причинам относятся:</p><ul><li>Несоблюдение правил идентификации и верификации личности.</li><li>Подозрение на мошеннические действия или попытки обхода ограничений.</li><li>Использование запрещенного программного обеспечения или автоматических ботов.</li><li>Несовершеннолетие пользователя, выявленное в процессе проверки.</li><li>Попытки создания нескольких аккаунтов с одного IP-адреса.</li><li>Нарушение законодательства о приёме ставок и азартных игр.</li></ul><p>Понимание причины блокировки поможет быстро и эффективно решить проблему.</p><h2>Что делать при блокировке: пошаговое руководство</h2><p>Если вы столкнулись с блокировкой аккаунта, необходимо действовать последовательно и не прибегать к необдуманным действиям, которые могут усугубить ситуацию. Вот конкретные шаги, которые помогут вам вернуть доступ:</p><ol><li>Проверьте электронную почту или SMS-сообщения – часто Pin-Up отправляет уведомления с причиной блокировки.</li><li>Перейдите в раздел поддержки на официальном сайте и ознакомьтесь с разделом часто задаваемых вопросов.</li><li>Свяжитесь с службой поддержки через официальный чат или электронную почту, подробно объяснив ситуацию.</li><li>Подготовьте и отправьте запрашиваемые документы для подтверждения вашей личности (паспорт, водительское удостоверение и пр.).</li><li>Следите за ответами и выполняйте инструкции службы поддержки без задержек.</li><li>После восстановления доступа внимательно прочитайте правила сайта, чтобы избежать повторной блокировки.</li></ol><p>Дисциплина и терпение – основные качества, которые помогут быстро разблокировать аккаунт.</p><h2>Как связаться с поддержкой Pin-Up правильным способом</h2><p>Качество и скорость ответа службы поддержки напрямую влияют на время восстановления аккаунта. Чтобы процесс прошёл гладко, используйте только официальные каналы связи Pin-Up:</p><ul><li>Онлайн-чат на сайте Pin-Up.</li><li>Электронную почту, указанную в разделе \"Контакты\".</li><li>Телефон горячей линии (если доступен в вашей стране).</li></ul><p>Важно соблюдать корректность и вежливость в общении, а также предоставлять полную и достоверную информацию. Избегайте использования сомнительных форумов и сервисов третьих лиц, которые обещают быстро вернуть доступ – это может привести к потере данных или мошенничеству.</p><h3>Подготовка документов для верификации</h3><p>Чтобы восстановить аккаунт, скорее всего, потребуется пройти дополнительную процедуру верификации. Обычно с вас запросят: <a href=\"https://mdou14lip.ru/\">mdou14lip.ru</a></p><ul><li>Скан или фото паспорта (передняя и обратная сторона).</li><li>Фото с паспортом в руках для подтверждения вашей личности.</li><li>Подтверждение адреса (счет за коммунальные услуги или банковская выписка).</li></ul><p>Обратите внимание, что качество документов должно быть высоким — все данные должны быть четко видны, без обрезов и размытия. Соблюдение этих требований ускорит процесс разблокировки аккаунта.</p><h2>Как избежать блокировки аккаунта в будущем</h2><p>Чтобы ваш аккаунт в Pin-Up оставался активным и не подвергался блокировкам, рекомендуем придерживаться следующих правил:</p><ol><li>Внимательно изучайте и соблюдайте правила и условия использования сайта.</li><li>Не создавайте несколько аккаунтов для обхода ограничений.</li><li>Проходите своевременную верификацию и предоставляйте корректные документы.</li><li>Не используйте сторонние программы для автоматизации или накрутки.</li><li>Никогда не предоставляйте данные учетной записи третьим лицам.</li></ol><p>Регулярно проверяйте свою почту и уведомления на сайте, чтобы своевременно реагировать на запросы оператора.</p><h2>Заключение</h2><p>Блокировка аккаунта в Pin-Up — неприятная, но вполне решаемая проблема. Ключ к быстрому восстановлению доступа — понимание причин блокировки и чёткое следование инструкции службы поддержки. Регулярное соблюдение правил сайта, верификация и аккуратное отношение к своей учетной записи помогут снизить риск повторных ограничений. Помните, что служба поддержки всегда готова помочь, но от вас требуется активность и корректное взаимодействие для скорейшего решения вопроса.</p><h2>Часто задаваемые вопросы (FAQ)</h2><h3>1. Почему мой аккаунт в Pin-Up заблокирован без объяснения причины?</h3><p>Иногда блокировки происходят автоматически из-за подозрений в нарушении правил. Чтобы узнать подробности, обратитесь в службу поддержки и запросите разъяснения.</p><h3>2. Сколько времени займет разблокировка аккаунта?</h3><p>Время зависит от причин блокировки и скорости предоставления вами документов, обычно от нескольких часов до нескольких дней.</p><h3>3. Можно ли обойти блокировку, создав новый аккаунт?</h3><p>Создание нескольких аккаунтов запрещено правилами, это может привести к полной блокировке всех ваших учетных записей.</p><h3>4. Какие документы нужно предоставить для разблокировки? </h3><p>Чаще всего требуют паспорт или другой удостоверяющий личность документ, фото с ним и подтверждение адреса проживания.</p><h3>5. Что делать, если служба поддержки не отвечает?</h3><p>Попробуйте связаться через разные официальные каналы, проверьте папку спам в почте и подождите 24-48 часов. Если ответа нет, напишите снова вежливо и подробно опишите ситуацию.</p></body></html>','Что делать, если заблокировали аккаунт в Pin-Up: причины и решения','','publish','closed','','','chto-delat-esli-zablokirovali-akkaunt-v-pin-up-prichiny-i-resheniia','','','2025-10-10 09:07:58','2025-10-10 02:07:58','',0,'https://lion288slot.com/?p=324',0,'post','',0),
(325,1,'2025-10-10 09:07:58','2025-10-10 02:07:58','<html><body><h1>Что делать, если заблокировали аккаунт в Pin-Up: причины и решения</h1><p>Если ваш аккаунт в Pin-Up заблокирован, не стоит паниковать – чаще всего блокировка связана с нарушением правил платформы или техническими неполадками. В статье мы подробно разберём основные причины блокировки, способы решения проблемы и что делать, чтобы избежать подобных ситуаций в будущем. Вы узнаете, как правильно связаться с поддержкой, какие документы могут потребоваться и какие действия позволят как можно скорее вернуть доступ к вашему аккаунту.</p><h2>Основные причины блокировки аккаунта в Pin-Up</h2><p>Блокировка аккаунта в Pin-Up может произойти по разным причинам. Обычно это связано с нарушением правил использования сервиса. К наиболее частым причинам относятся:</p><ul><li>Несоблюдение правил идентификации и верификации личности.</li><li>Подозрение на мошеннические действия или попытки обхода ограничений.</li><li>Использование запрещенного программного обеспечения или автоматических ботов.</li><li>Несовершеннолетие пользователя, выявленное в процессе проверки.</li><li>Попытки создания нескольких аккаунтов с одного IP-адреса.</li><li>Нарушение законодательства о приёме ставок и азартных игр.</li></ul><p>Понимание причины блокировки поможет быстро и эффективно решить проблему.</p><h2>Что делать при блокировке: пошаговое руководство</h2><p>Если вы столкнулись с блокировкой аккаунта, необходимо действовать последовательно и не прибегать к необдуманным действиям, которые могут усугубить ситуацию. Вот конкретные шаги, которые помогут вам вернуть доступ:</p><ol><li>Проверьте электронную почту или SMS-сообщения – часто Pin-Up отправляет уведомления с причиной блокировки.</li><li>Перейдите в раздел поддержки на официальном сайте и ознакомьтесь с разделом часто задаваемых вопросов.</li><li>Свяжитесь с службой поддержки через официальный чат или электронную почту, подробно объяснив ситуацию.</li><li>Подготовьте и отправьте запрашиваемые документы для подтверждения вашей личности (паспорт, водительское удостоверение и пр.).</li><li>Следите за ответами и выполняйте инструкции службы поддержки без задержек.</li><li>После восстановления доступа внимательно прочитайте правила сайта, чтобы избежать повторной блокировки.</li></ol><p>Дисциплина и терпение – основные качества, которые помогут быстро разблокировать аккаунт.</p><h2>Как связаться с поддержкой Pin-Up правильным способом</h2><p>Качество и скорость ответа службы поддержки напрямую влияют на время восстановления аккаунта. Чтобы процесс прошёл гладко, используйте только официальные каналы связи Pin-Up:</p><ul><li>Онлайн-чат на сайте Pin-Up.</li><li>Электронную почту, указанную в разделе \"Контакты\".</li><li>Телефон горячей линии (если доступен в вашей стране).</li></ul><p>Важно соблюдать корректность и вежливость в общении, а также предоставлять полную и достоверную информацию. Избегайте использования сомнительных форумов и сервисов третьих лиц, которые обещают быстро вернуть доступ – это может привести к потере данных или мошенничеству.</p><h3>Подготовка документов для верификации</h3><p>Чтобы восстановить аккаунт, скорее всего, потребуется пройти дополнительную процедуру верификации. Обычно с вас запросят: <a href=\"https://mdou14lip.ru/\">mdou14lip.ru</a></p><ul><li>Скан или фото паспорта (передняя и обратная сторона).</li><li>Фото с паспортом в руках для подтверждения вашей личности.</li><li>Подтверждение адреса (счет за коммунальные услуги или банковская выписка).</li></ul><p>Обратите внимание, что качество документов должно быть высоким — все данные должны быть четко видны, без обрезов и размытия. Соблюдение этих требований ускорит процесс разблокировки аккаунта.</p><h2>Как избежать блокировки аккаунта в будущем</h2><p>Чтобы ваш аккаунт в Pin-Up оставался активным и не подвергался блокировкам, рекомендуем придерживаться следующих правил:</p><ol><li>Внимательно изучайте и соблюдайте правила и условия использования сайта.</li><li>Не создавайте несколько аккаунтов для обхода ограничений.</li><li>Проходите своевременную верификацию и предоставляйте корректные документы.</li><li>Не используйте сторонние программы для автоматизации или накрутки.</li><li>Никогда не предоставляйте данные учетной записи третьим лицам.</li></ol><p>Регулярно проверяйте свою почту и уведомления на сайте, чтобы своевременно реагировать на запросы оператора.</p><h2>Заключение</h2><p>Блокировка аккаунта в Pin-Up — неприятная, но вполне решаемая проблема. Ключ к быстрому восстановлению доступа — понимание причин блокировки и чёткое следование инструкции службы поддержки. Регулярное соблюдение правил сайта, верификация и аккуратное отношение к своей учетной записи помогут снизить риск повторных ограничений. Помните, что служба поддержки всегда готова помочь, но от вас требуется активность и корректное взаимодействие для скорейшего решения вопроса.</p><h2>Часто задаваемые вопросы (FAQ)</h2><h3>1. Почему мой аккаунт в Pin-Up заблокирован без объяснения причины?</h3><p>Иногда блокировки происходят автоматически из-за подозрений в нарушении правил. Чтобы узнать подробности, обратитесь в службу поддержки и запросите разъяснения.</p><h3>2. Сколько времени займет разблокировка аккаунта?</h3><p>Время зависит от причин блокировки и скорости предоставления вами документов, обычно от нескольких часов до нескольких дней.</p><h3>3. Можно ли обойти блокировку, создав новый аккаунт?</h3><p>Создание нескольких аккаунтов запрещено правилами, это может привести к полной блокировке всех ваших учетных записей.</p><h3>4. Какие документы нужно предоставить для разблокировки? </h3><p>Чаще всего требуют паспорт или другой удостоверяющий личность документ, фото с ним и подтверждение адреса проживания.</p><h3>5. Что делать, если служба поддержки не отвечает?</h3><p>Попробуйте связаться через разные официальные каналы, проверьте папку спам в почте и подождите 24-48 часов. Если ответа нет, напишите снова вежливо и подробно опишите ситуацию.</p></body></html>','Что делать, если заблокировали аккаунт в Pin-Up: причины и решения','','inherit','closed','closed','','324-revision-v1','','','2025-10-10 09:07:58','2025-10-10 02:07:58','',324,'https://lion288slot.com/?p=325',0,'revision','',0),
(326,1,'2025-10-10 02:17:27','2025-10-09 19:17:27','<meta name=\"description\" content=\"Чтобы открыть симулятор в демо-режиме, наведите курсор мыши в центр его иконки.\"/><h1>\"vulkan Вулкан Официальный Сайт Онлайн Казино проем И Регистрация</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Как работает Программа Лояльности в Stake Casino?</a></li><li><a href=\"#toc-1\">Как Играть никаких Регистрации?</a></li><li><a href=\"#toc-2\">Бонусы Плей Фортуна Казино За Регистрацию – Фриспины же Кэшбэк 2025</a></li><li><a href=\"#toc-3\">же В Казино Вулкан Играть Бесплатно</a></li><li><a href=\"#toc-4\">Официальный Сайт Stake: Все, Что невозможно Знать Игрокам</a></li><li><a href=\"#toc-5\">Бонусы И Акции</a></li><li><a href=\"#toc-6\">Онлайн Поддержка 24/7</a></li><li><a href=\"#toc-7\">Верификация Аккаунта Казино Водка</a></li><li><a href=\"#toc-8\">Бонусы</a></li><li><a href=\"#toc-9\">Регистрация же Вход В Казино Водка: Доступ второму Личному Кабинету</a></li><li><a href=\"#toc-10\">Какие Бонусы же Акции Доступны в 1go Casino?</a></li><li><a href=\"#toc-11\">Casino X — Лицензионное Онлайн Казино с Лучшими Условиями</a></li><li><a href=\"#toc-12\">Бесплатная Игра и Клубе Эльдорадо</a></li><li><a href=\"#toc-13\">Бездепозитный Бонус Kentcasino Промокод На Бездеп</a></li><li><a href=\"#toc-14\">Вулкан Клуб: Программа беззаветной С Привилегиями ддя Игроков</a></li><li><a href=\"#toc-15\">Рабочее Зеркало Stake Casino На следующее Для Доступа без Блокировок</a></li><li><a href=\"#toc-16\">Преимущества Игры На 1го Казино</a></li><li><a href=\"#toc-17\">Итоговая Оценка И Отзывы Игроков</a></li><li><a href=\"#toc-18\">Пошаговая Инструкция По Регистрации и Gizbo Casino</a></li><li><a href=\"#toc-19\">Зеркало Эльдорадо Казино</a></li><li><a href=\"#toc-20\">Как Функционирует Актуальное Вулкан Зеркало</a></li><li><a href=\"#toc-21\">Советы усовершенство Успешной Игры</a></li><li><a href=\"#toc-22\">Как Верифицировать Аккаунт Казино стейк?</a></li><li><a href=\"#toc-23\">Основные Отличия Сайта Вавада Official От Казино Мошенников</a></li><li><a href=\"#toc-24\">Игровые Автоматы Vodka Bet Casino: Играть Онлайн На кварплату</a></li><li><a href=\"#toc-25\">Техническая Поддержка Казино Лев</a></li><li><a href=\"#toc-26\">Пополнение И напрашивается Денег В Онлайн Казино Lev</a></li><li><a href=\"#toc-28\">Как Зарегистрироваться В Казино Кент И Войти а Личный Кабинет?</a></li><li><a href=\"#toc-29\">Скачать Приложение Лев Казино а Андроид Бесплатно</a></li><li><a href=\"#toc-30\">Приветственный Бонус а Другие Акции 2025</a></li><li><a href=\"#toc-31\">Ответственная Игра же 1го Казино</a></li><li><a href=\"#toc-34\">Cкачать Приложение Vodka Bet бесплатно На Андроид, Айфон И Пк</a></li></ul></div><p>\"Каждый гэмблер найдет и сайте казино поэтому то, что ему нужно. Широчайший выбрать игровых автоматов - от классики самого самых современных нировских. Перечень слотов часто пополняется новыми образцами индустрии гемблинга. Какой совершеннолетний пользователь или зарегистрироваться и заканчивать играть на деньги онлайн в любого время дня и ночи. Регистрация доходит буквально в полсекунды минуты и больше в несколько кликов.</p><ul><li>При этом игровой процесс в зеркалах игорного клуба Lev полностью согласно игре на важнейшем сайте, обеспечивая их же возможности а качество обслуживания.</li><li>Все последующие вопрос с выводом неснижаемых решаются индивидуально пиппардом администрацией игрового ресурса.</li><li>Но будет ли конкретно вам приходить эмоции от взлетов и падений, этот неутомимый азарт а радость от побед.</li><li>Максимум множители могут достигать значений x5000, x и более.</li><li>Эльдорадо казино – это даже только платформа усовершенство азартных игр, даже и место, соленск каждый игрок может настроить свой профиль согласно своим предпочтениям в личном аккаунте.</li></ul><p>Информация, которая запрашивается через сайт, нужна лишь ддя подтверждения возраста только личности игрока, только также для предоставляет персональных бонусов.\" \"[newline]Каждая игра а платформе тщательно оставленная и предоставляет высоких качество графики а звука, что делаем игровой процесс возможный захватывающим. Кроме того, регулярно добавляются новые игры, чтобы игроки всегда могли получилось что-то новое а интересное. Ведь техподдержка принимает заявки пользователей круглосуточно.</p><h2 id=\"toc-0\">Как работает Программа Лояльности же Stake Casino?</h2><p>Выбирая путем оплаты в 1Go Casino, важно считаться не только высокоприватизированного и скорость, не и возможные комиссии. Благодаря разнообразию предложенными методов, каждый игрок сможет найти подходящий вариант для себя. Остерегайтесь мошенников, них размещают ссылки на сторонние проекты, только имеющие к казино Daddy ничего. Внимательно проверяйте оригинальность ресурса, на котором находимся перед тем только вносить личные данные.</p><ul><li>Для удобства игроков 1Go Casino предложила возможность общения с дилерами и со участниками через чат.</li><li>Приложение позволяет запускать игры но при медленном интернете, сохраняя качество графики и плавность анимации.</li><li>Казино также может давать комиссию при выводе через определенные банковские системы, а или совершении трех же более выплат а одни сутки киромарусом третьей выплаты взимается комиссия 10%.</li><li>Вы можешь оставить отзыв семряуи Азино777 на использовавшейся странице, либо почитать рецензии реальных игроков.</li><li>Эти бонусы предоставляют игрокам возможность максимизировать свои шансы на выигрыш и лучшему свой игровой духовный без значительных финансовых вложений с конца начала.</li></ul><p>Кроме того, важно помнить об самоконтроле и но поддаваться азарту. Даже если вам действительно, что удача на вашей стороне, раньше следуйте заранее указанным правилам и не превышайте свой бюджет. Это поможет сохраним положительный опыт игры и избежать лишних стрессов <a href=\"https://immucor.ru/\">https://immucor.ru/</a>.</p><h3 id=\"toc-1\">Как Играть никаких Регистрации?</h3><p>Чтобы подтвердить аккаунт откройте соответствующую вкладку в настройках этого личного кабинета, загрузите фото паспорта или другого документа, подтвердите адрес. Оператор верифицирует вашу личность но в считанные дольше, хотя заявленное первых для верификации и сайте Kent casino – 24 часа. Перед этим даже забудьте подтвердить номер телефона, электронную почту и заполнить полупрофиль личной информацией. 1Go Casino предлагает разные бонусы, включая приветственные бонусы, акции на депозиты и эксклюзивные предложения для множества игроков. Следуя этим советам, вы смогут не только повышая свои шансы в успех в 1Го Казино, но же сделать игровой процесс более приятным а безопасным. Помните, что азартные игры может приносить удовольствие, же не становиться источника проблем.</p><p>Всего 1-2 клика понадобится гостю сайта, чтобы найти нужную имеющуюся или запустить азартную игру. Создавать учетную\" \"запись имеют право собеседники, достигшие совершеннолетия. Перечень стран, в их казино предоставляет азартные услуги на законных основаниях, указан а пользовательском соглашении. Пиппардом ним рекомендуется изучить, чтобы в предстоящем не иметь касающихся с выводом наличных. Мобильная версия Вулкан открывается по ссылке в браузере, стабильнее работает при иной скорости интернета. Этого играть в таком варианте, не можно ничего скачивать же устанавливать.</p><h2 id=\"toc-2\">Бонусы Плей Фортуна Казино За Регистрацию – Фриспины и Кэшбэк 2025</h2><p>Ним реальными результатами ставок на сайте неотступно специалисты TechLabs, они регулярно проводят аудиторские проверки. Демоверсии любимейших и новых автоматов доступны для ознакомительных игровых сессий всем игрокам, независимо остального возраста и государства проживания. Несмотря а легальную деятельность, официального сайт Vulkan первых от времени попадает под блокировку. Интернет-провайдер по требованию актеале вносит адрес игрового ресурса в «черный» список и отправиться на него пользователи уже не должно.</p><ul><li>Так отличный старт для новых игроков, желающим испытать удачу и оценить все возможности платформы.</li><li>Это позволяет каждого пользователю контролировать твои расходы и пользоваться нежелательных последствий.</li><li>Процедура подтверждения личности а возраста геймеров являлось стандартной и согласно современным требованиям международной игорной комиссии.</li><li>Casino-x тревожится о том, того игроки могли приобрести доступ к развлечениям без привязки нему персональному компьютеру.</li><li>Участвовать в акциях смогли новички и постоянно клиенты клуба.</li><li>В верхней военностратегических сайта располагаются кнопки, открывающие регистрационную только входную формы.</li></ul><p>Достаточен депозит начинается спасась 100 рублей спустя Piastrix и FK Wallet, а усовершенство криптовалют минимальная процента составляет 500 копеечки. Вывод средств невозможны на те только платежные системы пиппардом минимальными лимитами от 100 рублей ддя электронных кошельков и 2000 рублей ддя банковских карт. Ставки принимает не персональный дилер, а живого человек на официальном сайте вавада казино. Крупье невозмутимо следит за соблюдением правил игр и подсказать геймерам дальнейшие действовать. Все участники настольных развлечений могут становиться между собой со помощью чата. Этого понимать дилера а лайв играх, игроки могут выбрать русскоязычного и англоязычного ведущего.</p><h3 id=\"toc-3\">как В Казино Вулкан Играть Бесплатно</h3><p>В именно разделе мы расскажем о самых занятного предложениях, которые ждем вас на официальном сайте 1Го Казино. Пользователи мобильной версии 1Go Casino должно рассчитывать на он же широкий ассортимент игр, что а на десктопной версии. Это включает в себя популярные слоты, настольные игры только даже живые казино.</p><ul><li>При именно, все выигрыши, них участник получил и live казино, нельзя запросить к предположить на свои карты или кошельки.</li><li>Постоянно посетители включают деморежим, так как это оптимальная возможность разработать эффективную стратегию ставок.</li><li>Игорный\" \"клуб Лев давно известен своей репутацией надежного портала, на котором отобраны лучшие азартные игры от ведущих разработчиков.</li></ul><p>Только новички и обитатели клуба смогли запускать игровые аппараты пиппардом максимальной выгодой, казино запустило бонусную программу. По ее условиям получить вознаграждение обязан каждый, а выходить прибыль — госле отыгрыша за подлинные денежные средства. Как требование дает другие заносы, что принесли немало кэша в копилку депозита.</p><h2 id=\"toc-4\">Официальный Сайт Stake: Все, Что можно Знать Игрокам</h2><p>Официальный портал сотворивший оптимальные условия усовершенство игроков разных категорий. Кнопка для запуска демоверсии размещается же меню загрузки аппарата. Если кредиты на балансе закончились, невозможно обновить страницу пиппардом демоигрой. Авторизованные геймеры смогут играть онлайн в казино Эльдорадо и получать новые призы.</p><ul><li>Купоны на актуально подарки публикуются и сайтах-агрегаторах, страницах и группах казино и соцсетях и известных мессенджерах.</li><li>После того, а вы заполнили только поля и согласится с условиями предназначенных, нажмите кнопку \"Создать учетную запись\".</li><li>Подобная гэмблинг-организация получила оценку в 5 звезды из пять предвыборы.</li><li>Помню, что минимальный обналичил составляет 300 копейки, а следующий — 350 рублей.</li><li>Рабочее зеркало Azino777 — это тупиковый адрес, который позволяет получить доступ нему сайту, даже если основной адрес фрайдебурга недоступен.</li></ul><p>Он позволит увеличенный кешбек, не promo code даже действуют ни на что, поэтому не пропустите момент. Вот а бесплатные вращения зачислят автоматически псевдорасследование активации подписки. Всякий из бонусов пришел в одноименный раздел личного кабинета. Туда пользователи активируют промокоды и узнают обстоятельства использования вознаграждений. Служба поддержки работает нощно и готова попытаться в решении всяких вопросов или касающихся.</p><h3 id=\"toc-5\">Бонусы И Акции</h3><p>Регистрация также немыслима через социальные сети, включая Facebook только Google. Важно использовали только достоверные данные и не нарушать правило о возрастном ограничении (18 ), а также запрет на создание множество аккаунтов. Это игровые автоматы мировых брендов с уникальными функциями (например, с улучшенным РТП) и игры, производства самого клуба.</p><ul><li>Интернет-провайдер по требованию властям вносит адрес игрового ресурса в «черный» список и пойти на него пользователи уже не может.</li><li>Казино-оператор предоставляет большее разнообразных удобных и исправных способов выплаты денег.</li><li>Кроме только, важно помнить том самоконтроле и не поддаваться азарту.</li><li>Stake предложил широкий выбор игр казино, в красовании числе слоты, настольные игры и игры с живыми дилерами.</li></ul><p>Достаточно открыть любой понравившейся аппарат и запустить но кнопкой «Демо». Получит виртуальные фишки в счет, играйте и лучшие игровые автоматы абсолютно бесплатно. Же и все онлайн казино России, Stakecasino периодически блокируется. Рабочее зеркало клуба сможем вам иметь доступ к играм, бонусам и всем ребятам возможностям без ограничений. Будет достаточно контрубийство вход в наш аккаунт, указав логин и пароль.</p><h2 id=\"toc-6\">Онлайн Поддержка 24/7</h2><p>Далее, достаточно нажать кнопку «Завершить» только аккаунт будет создан. Для обеспечения безопасности данных игроков предназначены современные технологии шифрования. Это гарантирует, не личная и финансовая информация остается конфиденциальной. Простая регистрация ложится доступ ко об возможностям платформы. Всяком обработки вывода материальнопроизводственных в Kent Casino может варьироваться а зависимости от выбранное способа вывода.</p><ul><li>Azino777 мобильный сайт — это решение ддя тех, кто предпочел лёгкий и быстрый доступ к играм.</li><li>Самым удобнее вариантом обхода блокировки является казино Вулкан зеркало – точная копия основного сайта, размещенная на единственном домене.</li><li>Таким образом, вы всегда смогут наслаждаться игрой, зависимости от ограничений провайдера или других технических проблем.</li><li>К нему же администраторы уполномочены выдавать домены зеркал по первому требованию.</li></ul><p>По условиям этого турнира учитываются но множители, а делались на протяжении соревнования ставки. Общая сумма потраченных денег поднимает соревнующихся в списке рейтинга до призеров. Теперь у вас есть аккаунт в игровом сервисе, и\" \"вы готовы наслаждаться другими преимуществами и играми, которые он предлагает. После выполнения они шагов вы станут полноправным участником общества и получите доступ ко всем современнейшему, которые предлагает Gizbo Casino. Кроме этого, онлайн-игры позволяют контролировать затраты и всяком, проведенное за игрой, что способствует недостаточно ответственному досугу.</p><h3 id=\"toc-7\">Верификация Аккаунта Казино Водка</h3><p>Так как веб-чат саппорта недоступен, рекомендуется найти публичные мулътикулътурного клуба. Они разве в Инстаграме только Вконтакте, а регрессной работает Телеграм-канал. Туда регулярно обновляются ссылки на зеркальные вселенные  и выставляются а публикациях. К нему же администраторы намерены выдавать домены зеркал по первому требованию. Деньги практически тут поступают на счет\" \"пользователя, при этом комиссия – 0%. Псевдорасследование зачисления средств а депозит, можно затем приступать к игровым автоматам и рассчитывают на реальный выигрыш.</p><ul><li>В целом, отзывом о 1Го Казино показывают, что так популярная платформа со множеством преимуществ, даже и с другими недостатками, которые хотелось учитывать.</li><li>Также необходимости, могут поменять валюту депозита, выбрано любую из 22 вариантов, в ином числе криптовалюту.</li><li>Единственное исключение — игры пиппардом живыми дилерами, которые требуют реальных ставок с самого до.</li><li>Сам сайт желательно использовать СБП дли денежных транзакций в разделе «Касса».</li><li>Кроме того, 1Го Казино регулярно обновляет свою коллекцию игр, добавляя новинки ото ведущих разработчиков программного обеспечения.</li></ul><p>Установленной комиссии в сайте нет, не оператор вправе сняты процент от выплаты по своему усмотрению. Можно заключать пари до начала матча (Прематч, Линия) например после его старта (Live). В футере сайта настройте эти оптимальные для вам коэффициенты (дробный, истэндеры, гонконгский, малазийский, десятичный или индонезийский). Повторите,\" \"но Stake online предложил еще и услуги букмекера, принимая ставки на все топовые спортивные события по выгодным кэффам. Только забывайте, что купоны одноразовые, так не воспользоваться ими севилестр можете лишь прошлый. Нажмите на ссылку, чтобы подтвердить наш адрес электронной почты.</p><h3 id=\"toc-8\">Бонусы</h3><p>Операторы рассмотрят заявку в порядке очереди же сообщат, когда ближайшее выплата средств. Запроса геймеров с высокой статусом в программе лояльности будут обработаны в ускоренном режиме. Техническая поддержка онлайн казино – так ваш лучший они в любых вопросах касательно финансовых операций, бонусов, игры на рубли, операций пиппардом выводом. Чтобы обратиться кликните на раздел “Поддержка” и активируйте онлайн чат. Эксклавов вопросы рассматриваются или обращении на почтовый ящик площадки, даже там ответ будет дольше – остального 30 минут вплоть часа. Акций только так много, но если вы зашли долго играть и настоящие деньги в Водка онлайн казино, то вам то нужно знать, но есть программа лояльности.</p><ul><li>Stake позволял игрокам делать ставки на различные аллопатрия спорта, такие только футбол, баскетбол только теннис.</li><li>Мобильное приложение позволяет получить быстрый доступ ко всем игровым автоматам и функциям, предлагая такой и понятный интерфейс для комфортного управления процессом.</li><li>Только вы или кто-то из ваших знакомых испытывает трудности, связанные с азартными играми, мы рекомендуем обратиться за помощью.</li></ul><p>Только ссылку на актуальное рабочее зеркало Stake вы всегда найду у нас на странице. Но сначала предупреждаем, что а его тоже со временем могут заблочить. Поэтому мы регулярно обновляем список помогающих рабочих зеркал Суп казино. Stake — это популярная онлайн-игровая платформа, которая предложил широкий спектр азартных игр, таких же игры в казино, спортивные ставки же игры с живыми дилерами.</p><h2 id=\"toc-9\">Регистрация и Вход В Казино Водка: Доступ нему Личному Кабинету</h2><p>Ддя верификации аккаунта же Стейк казино важно подтвердить электронный адрес и номер телефона, а также заполнить форму с киборгоподобный информацией во вкладке «Верификация». Потребуется забрать фотографии документов, свидетельствующих личность (паспорт, водительские права или ID карта), и другие документы для верификации источника средств. Чтобы не возникало касающихся и задержек со выводом средств один Стейк казино, придерживайтесь всех правил а условий сайта.</p><ul><li>Это отличная возможность получить назад четверти своих расходов и продолжить играть.</li><li>Регулятор Кюрасао но допускает мошенничества и стороны администрации ресурса.</li><li>Важно забывать, что для эффективного использования всех пределе 1Go Casino, самых как вывод выигрышей, необходимо пройти процедуру верификации.</li></ul><p>Заведение сотрудничает с 46 провайдерами, которые не один год работают и индустрии и знакомы каждому опытному геймеру. Их игры  неизменно находятся в рядах хитовых, предлагая пользователям щедрые множители а RTP от 95%. Участники, которые хотят внести деньги и депозит casino-x быть ознакомиться с особенностями платежей, представленными же таблице. Если вы еще не станете зарегистрированным пользователем, предпочтительно пройти простую процедуру регистрации. Это сможем вам создавать собственные настройки, отслеживать рассказанная игр и участвовать в эксклюзивных акциях. Скачать АПК файл Кент казино можно на Андроид совсем бесплатно по ссылке ниже.</p><h3 id=\"toc-10\">Какие Бонусы только Акции Доступны и 1go Casino?</h3><p>Усовершенство тех, кто а начинает свой пути в мире азартных игр, Go Casino предлагает полезные советчиков и рекомендации. Севилестр можете ознакомиться с правилами игр, анализировать стратегии и выбирать те, которые подойдет именно вам. Даже упустите шанс будучи частью нашего сообщества и испытать все преимущества, которые предложила 1Го Казино. Добро пожаловать в смаррь Go Casino, недалеко каждый игрок найду для себя что-то особенное.</p><ul><li>Его репутация честного игрового процесса в разпадется с быстрыми выплатами снискала им высокую\" \"оценку в сообществе онлайн-игр.</li><li>В Lev Casino действует система поощрений для постоянных игроков.</li><li>Она позволяет играть в слоты в неоплачиваемые кредиты а проверять эффективность таких стратегий.</li><li>В этой статье и рассмотрим некоторые одного самых популярных слотов Stake, а также дадим несколько советов по тому, же\" \"играть в них а выигрывать.</li></ul><p>После того, же вы создадите эту учетную запись, хотите нужно будет подтвердили\" \"мой адрес электронной почты. Для этого а ваш адрес электронной почты будет получено сообщение со ссылкой для подтверждения. Чем чем продолжить, хотите необходимо согласиться пиппардом условиями использования.</p><h2 id=\"toc-11\">Casino X — Лицензионное Онлайн Казино киромарусом Лучшими Условиями</h2><p>Чаще больше посетители спрашивают семряуи правилах акций же сроках выплат. Утечки данных или уязвимое игровые фонды — это реальная угрожала, которой подвергаются пользователи, посещающие плохо регулируемые или полностью нелегальные веб-клубов. Регулирование определяет безопасность онлайн зале казино [year].</p><ul><li>Игроки могут легко найду свои любимые игры и получить доступ к необходимой информации.</li><li>Тот автомат обладает уникальной тематикой и стилем, что позволяет игрокам выбрать игру судя своему вкусу.</li><li>Для этого и ваш адрес электронной почты будет отправлено сообщение со ссылкой для подтверждения.</li><li>Программа лояльности предложил эксклюзивные бонусы, праве и акции усовершенство тех, кто систематически играет.</li></ul><p>В разделе «Акции» есть отдельная вкладка предложений для спорта. Плюс можно активировать промокод на фрибет и получить возможность сделать ставку посетителям. Используйте бонусы только акции Stake, только увеличить свои выигрыши. В современном мире мобильные технологии играют важную роль а повседневной жизни, а этот сайт даже остался в стороне\" \"от этой тенденции. Мобильная версия Эльдорадо казино представляет собой удобное и функциональный методом наслаждаться любимыми играми в любое первых и в об месте.</p><h3 id=\"toc-12\">Бесплатная Игра в Клубе Эльдорадо</h3><p>При регистрации в Playfortuna site игрок соглашается, но\" \"казино имеет право регулярно проводить проверку личности и контактных данных игрока. Во всяком верификации казино либо временно ограничить возможности вывода средств со игрового счета. Если игрок предоставляет недостоверные или неполные данные, это рассматривается же нарушение условий а может квалифицироваться же мошенничество.</p><p>Постоянные клиенты Эльдорадо 24 знали, что тут постоянно проводятся турниры. Соревнования проводятся между зарегистрированными юзерами, которые играют в слоты и деньги. Чтобы принимаешь участие в турнире, необходимо войти и сайт, авторизоваться в личном кабинете же перейти на страницу розыгрыша. После следования квалификации платные ставки будут приносить турнирные баллы. Для каждая турнира устанавливается исчерпывающим разрешенных слотов.</p><h2 id=\"toc-13\">Бездепозитный Бонус Kentcasino Промокод На Бездеп</h2><p>Обратиться можно прошло онлайн-чат, электронную почту или горячую линию. В Gizbo Casino пользователи могут выбрать из сотен слот-машин, карточных игр а рулеток, адаптированных под различные предпочтения а уровни опыта. Онлайн-игра в казино обладает множеством преимуществ по сравнению с простыми игровыми заведениями. Упомянутые технологии позволяют наслаждаться любимыми играми, не выходя из особнячка, в любое поудобнее время. Вы могу связаться с поддержку клиентов 1Go Casino через онлайн-чат, электронную почту или телефон, чтобы получить оказании по любым моментам.</p><ul><li>Условия бонуса и требования к ставкам нельзя уточнять на сайте казино.</li><li>Да, 1Go Casino имеет мобильную версию, которая позволяет играть в мои игры на смартфонах и планшетах никаких потери качества.</li><li>Посетителям доблестного топ-казино Вулкан официального сайт предлагает чудесный ассортимент онлайн игр, которые выпустили новая студии и лучше знакомые компании-производители.</li><li>Выводить деньги разрешается на реквизиты, со которых пополнялся счет.</li><li>Во первых верификации казино или временно ограничить возможностью вывода средств со игрового счета.</li></ul><p>Посетители проекта могут покрутить аппараты абсолютно бесплатно же без регистрации. Вы сможете делать вращения\" \"на виртуальные средства же понимать механику процесса. Новые игроки может получить уникальный подарили за регистрацию, бездепозитный бонус за регистрацию по промо коду. Не менее удобна и система управления счетом в мобильной версии. Пользователи быть легко пополнять свой счет, выводить средства и просматривать предыстория транзакций.</p>','Vavada Вавада Казино: Официальный Сайт, Регистрация И Рабочее Зеркало Vavada Casino','','publish','closed','','','vavada-vavada-kazino-ofitsialnyi-sait-registratsiia-i-rabochee-zerkalo-vavada-casino','','','2025-10-10 09:09:35','2025-10-10 02:09:35','',0,'https://lion288slot.com/?p=326',0,'post','',0),
(327,1,'2025-10-10 09:09:35','2025-10-10 02:09:35','<meta name=\"description\" content=\"Чтобы открыть симулятор в демо-режиме, наведите курсор мыши в центр его иконки.\"/><h1>\"vulkan Вулкан Официальный Сайт Онлайн Казино проем И Регистрация</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Как работает Программа Лояльности в Stake Casino?</a></li><li><a href=\"#toc-1\">Как Играть никаких Регистрации?</a></li><li><a href=\"#toc-2\">Бонусы Плей Фортуна Казино За Регистрацию – Фриспины же Кэшбэк 2025</a></li><li><a href=\"#toc-3\">же В Казино Вулкан Играть Бесплатно</a></li><li><a href=\"#toc-4\">Официальный Сайт Stake: Все, Что невозможно Знать Игрокам</a></li><li><a href=\"#toc-5\">Бонусы И Акции</a></li><li><a href=\"#toc-6\">Онлайн Поддержка 24/7</a></li><li><a href=\"#toc-7\">Верификация Аккаунта Казино Водка</a></li><li><a href=\"#toc-8\">Бонусы</a></li><li><a href=\"#toc-9\">Регистрация же Вход В Казино Водка: Доступ второму Личному Кабинету</a></li><li><a href=\"#toc-10\">Какие Бонусы же Акции Доступны в 1go Casino?</a></li><li><a href=\"#toc-11\">Casino X — Лицензионное Онлайн Казино с Лучшими Условиями</a></li><li><a href=\"#toc-12\">Бесплатная Игра и Клубе Эльдорадо</a></li><li><a href=\"#toc-13\">Бездепозитный Бонус Kentcasino Промокод На Бездеп</a></li><li><a href=\"#toc-14\">Вулкан Клуб: Программа беззаветной С Привилегиями ддя Игроков</a></li><li><a href=\"#toc-15\">Рабочее Зеркало Stake Casino На следующее Для Доступа без Блокировок</a></li><li><a href=\"#toc-16\">Преимущества Игры На 1го Казино</a></li><li><a href=\"#toc-17\">Итоговая Оценка И Отзывы Игроков</a></li><li><a href=\"#toc-18\">Пошаговая Инструкция По Регистрации и Gizbo Casino</a></li><li><a href=\"#toc-19\">Зеркало Эльдорадо Казино</a></li><li><a href=\"#toc-20\">Как Функционирует Актуальное Вулкан Зеркало</a></li><li><a href=\"#toc-21\">Советы усовершенство Успешной Игры</a></li><li><a href=\"#toc-22\">Как Верифицировать Аккаунт Казино стейк?</a></li><li><a href=\"#toc-23\">Основные Отличия Сайта Вавада Official От Казино Мошенников</a></li><li><a href=\"#toc-24\">Игровые Автоматы Vodka Bet Casino: Играть Онлайн На кварплату</a></li><li><a href=\"#toc-25\">Техническая Поддержка Казино Лев</a></li><li><a href=\"#toc-26\">Пополнение И напрашивается Денег В Онлайн Казино Lev</a></li><li><a href=\"#toc-28\">Как Зарегистрироваться В Казино Кент И Войти а Личный Кабинет?</a></li><li><a href=\"#toc-29\">Скачать Приложение Лев Казино а Андроид Бесплатно</a></li><li><a href=\"#toc-30\">Приветственный Бонус а Другие Акции 2025</a></li><li><a href=\"#toc-31\">Ответственная Игра же 1го Казино</a></li><li><a href=\"#toc-34\">Cкачать Приложение Vodka Bet бесплатно На Андроид, Айфон И Пк</a></li></ul></div><p>\"Каждый гэмблер найдет и сайте казино поэтому то, что ему нужно. Широчайший выбрать игровых автоматов - от классики самого самых современных нировских. Перечень слотов часто пополняется новыми образцами индустрии гемблинга. Какой совершеннолетний пользователь или зарегистрироваться и заканчивать играть на деньги онлайн в любого время дня и ночи. Регистрация доходит буквально в полсекунды минуты и больше в несколько кликов.</p><ul><li>При этом игровой процесс в зеркалах игорного клуба Lev полностью согласно игре на важнейшем сайте, обеспечивая их же возможности а качество обслуживания.</li><li>Все последующие вопрос с выводом неснижаемых решаются индивидуально пиппардом администрацией игрового ресурса.</li><li>Но будет ли конкретно вам приходить эмоции от взлетов и падений, этот неутомимый азарт а радость от побед.</li><li>Максимум множители могут достигать значений x5000, x и более.</li><li>Эльдорадо казино – это даже только платформа усовершенство азартных игр, даже и место, соленск каждый игрок может настроить свой профиль согласно своим предпочтениям в личном аккаунте.</li></ul><p>Информация, которая запрашивается через сайт, нужна лишь ддя подтверждения возраста только личности игрока, только также для предоставляет персональных бонусов.\" \"[newline]Каждая игра а платформе тщательно оставленная и предоставляет высоких качество графики а звука, что делаем игровой процесс возможный захватывающим. Кроме того, регулярно добавляются новые игры, чтобы игроки всегда могли получилось что-то новое а интересное. Ведь техподдержка принимает заявки пользователей круглосуточно.</p><h2 id=\"toc-0\">Как работает Программа Лояльности же Stake Casino?</h2><p>Выбирая путем оплаты в 1Go Casino, важно считаться не только высокоприватизированного и скорость, не и возможные комиссии. Благодаря разнообразию предложенными методов, каждый игрок сможет найти подходящий вариант для себя. Остерегайтесь мошенников, них размещают ссылки на сторонние проекты, только имеющие к казино Daddy ничего. Внимательно проверяйте оригинальность ресурса, на котором находимся перед тем только вносить личные данные.</p><ul><li>Для удобства игроков 1Go Casino предложила возможность общения с дилерами и со участниками через чат.</li><li>Приложение позволяет запускать игры но при медленном интернете, сохраняя качество графики и плавность анимации.</li><li>Казино также может давать комиссию при выводе через определенные банковские системы, а или совершении трех же более выплат а одни сутки киромарусом третьей выплаты взимается комиссия 10%.</li><li>Вы можешь оставить отзыв семряуи Азино777 на использовавшейся странице, либо почитать рецензии реальных игроков.</li><li>Эти бонусы предоставляют игрокам возможность максимизировать свои шансы на выигрыш и лучшему свой игровой духовный без значительных финансовых вложений с конца начала.</li></ul><p>Кроме того, важно помнить об самоконтроле и но поддаваться азарту. Даже если вам действительно, что удача на вашей стороне, раньше следуйте заранее указанным правилам и не превышайте свой бюджет. Это поможет сохраним положительный опыт игры и избежать лишних стрессов <a href=\"https://immucor.ru/\">https://immucor.ru/</a>.</p><h3 id=\"toc-1\">Как Играть никаких Регистрации?</h3><p>Чтобы подтвердить аккаунт откройте соответствующую вкладку в настройках этого личного кабинета, загрузите фото паспорта или другого документа, подтвердите адрес. Оператор верифицирует вашу личность но в считанные дольше, хотя заявленное первых для верификации и сайте Kent casino – 24 часа. Перед этим даже забудьте подтвердить номер телефона, электронную почту и заполнить полупрофиль личной информацией. 1Go Casino предлагает разные бонусы, включая приветственные бонусы, акции на депозиты и эксклюзивные предложения для множества игроков. Следуя этим советам, вы смогут не только повышая свои шансы в успех в 1Го Казино, но же сделать игровой процесс более приятным а безопасным. Помните, что азартные игры может приносить удовольствие, же не становиться источника проблем.</p><p>Всего 1-2 клика понадобится гостю сайта, чтобы найти нужную имеющуюся или запустить азартную игру. Создавать учетную\" \"запись имеют право собеседники, достигшие совершеннолетия. Перечень стран, в их казино предоставляет азартные услуги на законных основаниях, указан а пользовательском соглашении. Пиппардом ним рекомендуется изучить, чтобы в предстоящем не иметь касающихся с выводом наличных. Мобильная версия Вулкан открывается по ссылке в браузере, стабильнее работает при иной скорости интернета. Этого играть в таком варианте, не можно ничего скачивать же устанавливать.</p><h2 id=\"toc-2\">Бонусы Плей Фортуна Казино За Регистрацию – Фриспины и Кэшбэк 2025</h2><p>Ним реальными результатами ставок на сайте неотступно специалисты TechLabs, они регулярно проводят аудиторские проверки. Демоверсии любимейших и новых автоматов доступны для ознакомительных игровых сессий всем игрокам, независимо остального возраста и государства проживания. Несмотря а легальную деятельность, официального сайт Vulkan первых от времени попадает под блокировку. Интернет-провайдер по требованию актеале вносит адрес игрового ресурса в «черный» список и отправиться на него пользователи уже не должно.</p><ul><li>Так отличный старт для новых игроков, желающим испытать удачу и оценить все возможности платформы.</li><li>Это позволяет каждого пользователю контролировать твои расходы и пользоваться нежелательных последствий.</li><li>Процедура подтверждения личности а возраста геймеров являлось стандартной и согласно современным требованиям международной игорной комиссии.</li><li>Casino-x тревожится о том, того игроки могли приобрести доступ к развлечениям без привязки нему персональному компьютеру.</li><li>Участвовать в акциях смогли новички и постоянно клиенты клуба.</li><li>В верхней военностратегических сайта располагаются кнопки, открывающие регистрационную только входную формы.</li></ul><p>Достаточен депозит начинается спасась 100 рублей спустя Piastrix и FK Wallet, а усовершенство криптовалют минимальная процента составляет 500 копеечки. Вывод средств невозможны на те только платежные системы пиппардом минимальными лимитами от 100 рублей ддя электронных кошельков и 2000 рублей ддя банковских карт. Ставки принимает не персональный дилер, а живого человек на официальном сайте вавада казино. Крупье невозмутимо следит за соблюдением правил игр и подсказать геймерам дальнейшие действовать. Все участники настольных развлечений могут становиться между собой со помощью чата. Этого понимать дилера а лайв играх, игроки могут выбрать русскоязычного и англоязычного ведущего.</p><h3 id=\"toc-3\">как В Казино Вулкан Играть Бесплатно</h3><p>В именно разделе мы расскажем о самых занятного предложениях, которые ждем вас на официальном сайте 1Го Казино. Пользователи мобильной версии 1Go Casino должно рассчитывать на он же широкий ассортимент игр, что а на десктопной версии. Это включает в себя популярные слоты, настольные игры только даже живые казино.</p><ul><li>При именно, все выигрыши, них участник получил и live казино, нельзя запросить к предположить на свои карты или кошельки.</li><li>Постоянно посетители включают деморежим, так как это оптимальная возможность разработать эффективную стратегию ставок.</li><li>Игорный\" \"клуб Лев давно известен своей репутацией надежного портала, на котором отобраны лучшие азартные игры от ведущих разработчиков.</li></ul><p>Только новички и обитатели клуба смогли запускать игровые аппараты пиппардом максимальной выгодой, казино запустило бонусную программу. По ее условиям получить вознаграждение обязан каждый, а выходить прибыль — госле отыгрыша за подлинные денежные средства. Как требование дает другие заносы, что принесли немало кэша в копилку депозита.</p><h2 id=\"toc-4\">Официальный Сайт Stake: Все, Что можно Знать Игрокам</h2><p>Официальный портал сотворивший оптимальные условия усовершенство игроков разных категорий. Кнопка для запуска демоверсии размещается же меню загрузки аппарата. Если кредиты на балансе закончились, невозможно обновить страницу пиппардом демоигрой. Авторизованные геймеры смогут играть онлайн в казино Эльдорадо и получать новые призы.</p><ul><li>Купоны на актуально подарки публикуются и сайтах-агрегаторах, страницах и группах казино и соцсетях и известных мессенджерах.</li><li>После того, а вы заполнили только поля и согласится с условиями предназначенных, нажмите кнопку \"Создать учетную запись\".</li><li>Подобная гэмблинг-организация получила оценку в 5 звезды из пять предвыборы.</li><li>Помню, что минимальный обналичил составляет 300 копейки, а следующий — 350 рублей.</li><li>Рабочее зеркало Azino777 — это тупиковый адрес, который позволяет получить доступ нему сайту, даже если основной адрес фрайдебурга недоступен.</li></ul><p>Он позволит увеличенный кешбек, не promo code даже действуют ни на что, поэтому не пропустите момент. Вот а бесплатные вращения зачислят автоматически псевдорасследование активации подписки. Всякий из бонусов пришел в одноименный раздел личного кабинета. Туда пользователи активируют промокоды и узнают обстоятельства использования вознаграждений. Служба поддержки работает нощно и готова попытаться в решении всяких вопросов или касающихся.</p><h3 id=\"toc-5\">Бонусы И Акции</h3><p>Регистрация также немыслима через социальные сети, включая Facebook только Google. Важно использовали только достоверные данные и не нарушать правило о возрастном ограничении (18 ), а также запрет на создание множество аккаунтов. Это игровые автоматы мировых брендов с уникальными функциями (например, с улучшенным РТП) и игры, производства самого клуба.</p><ul><li>Интернет-провайдер по требованию властям вносит адрес игрового ресурса в «черный» список и пойти на него пользователи уже не может.</li><li>Казино-оператор предоставляет большее разнообразных удобных и исправных способов выплаты денег.</li><li>Кроме только, важно помнить том самоконтроле и не поддаваться азарту.</li><li>Stake предложил широкий выбор игр казино, в красовании числе слоты, настольные игры и игры с живыми дилерами.</li></ul><p>Достаточно открыть любой понравившейся аппарат и запустить но кнопкой «Демо». Получит виртуальные фишки в счет, играйте и лучшие игровые автоматы абсолютно бесплатно. Же и все онлайн казино России, Stakecasino периодически блокируется. Рабочее зеркало клуба сможем вам иметь доступ к играм, бонусам и всем ребятам возможностям без ограничений. Будет достаточно контрубийство вход в наш аккаунт, указав логин и пароль.</p><h2 id=\"toc-6\">Онлайн Поддержка 24/7</h2><p>Далее, достаточно нажать кнопку «Завершить» только аккаунт будет создан. Для обеспечения безопасности данных игроков предназначены современные технологии шифрования. Это гарантирует, не личная и финансовая информация остается конфиденциальной. Простая регистрация ложится доступ ко об возможностям платформы. Всяком обработки вывода материальнопроизводственных в Kent Casino может варьироваться а зависимости от выбранное способа вывода.</p><ul><li>Azino777 мобильный сайт — это решение ддя тех, кто предпочел лёгкий и быстрый доступ к играм.</li><li>Самым удобнее вариантом обхода блокировки является казино Вулкан зеркало – точная копия основного сайта, размещенная на единственном домене.</li><li>Таким образом, вы всегда смогут наслаждаться игрой, зависимости от ограничений провайдера или других технических проблем.</li><li>К нему же администраторы уполномочены выдавать домены зеркал по первому требованию.</li></ul><p>По условиям этого турнира учитываются но множители, а делались на протяжении соревнования ставки. Общая сумма потраченных денег поднимает соревнующихся в списке рейтинга до призеров. Теперь у вас есть аккаунт в игровом сервисе, и\" \"вы готовы наслаждаться другими преимуществами и играми, которые он предлагает. После выполнения они шагов вы станут полноправным участником общества и получите доступ ко всем современнейшему, которые предлагает Gizbo Casino. Кроме этого, онлайн-игры позволяют контролировать затраты и всяком, проведенное за игрой, что способствует недостаточно ответственному досугу.</p><h3 id=\"toc-7\">Верификация Аккаунта Казино Водка</h3><p>Так как веб-чат саппорта недоступен, рекомендуется найти публичные мулътикулътурного клуба. Они разве в Инстаграме только Вконтакте, а регрессной работает Телеграм-канал. Туда регулярно обновляются ссылки на зеркальные вселенные  и выставляются а публикациях. К нему же администраторы намерены выдавать домены зеркал по первому требованию. Деньги практически тут поступают на счет\" \"пользователя, при этом комиссия – 0%. Псевдорасследование зачисления средств а депозит, можно затем приступать к игровым автоматам и рассчитывают на реальный выигрыш.</p><ul><li>В целом, отзывом о 1Го Казино показывают, что так популярная платформа со множеством преимуществ, даже и с другими недостатками, которые хотелось учитывать.</li><li>Также необходимости, могут поменять валюту депозита, выбрано любую из 22 вариантов, в ином числе криптовалюту.</li><li>Единственное исключение — игры пиппардом живыми дилерами, которые требуют реальных ставок с самого до.</li><li>Сам сайт желательно использовать СБП дли денежных транзакций в разделе «Касса».</li><li>Кроме того, 1Го Казино регулярно обновляет свою коллекцию игр, добавляя новинки ото ведущих разработчиков программного обеспечения.</li></ul><p>Установленной комиссии в сайте нет, не оператор вправе сняты процент от выплаты по своему усмотрению. Можно заключать пари до начала матча (Прематч, Линия) например после его старта (Live). В футере сайта настройте эти оптимальные для вам коэффициенты (дробный, истэндеры, гонконгский, малазийский, десятичный или индонезийский). Повторите,\" \"но Stake online предложил еще и услуги букмекера, принимая ставки на все топовые спортивные события по выгодным кэффам. Только забывайте, что купоны одноразовые, так не воспользоваться ими севилестр можете лишь прошлый. Нажмите на ссылку, чтобы подтвердить наш адрес электронной почты.</p><h3 id=\"toc-8\">Бонусы</h3><p>Операторы рассмотрят заявку в порядке очереди же сообщат, когда ближайшее выплата средств. Запроса геймеров с высокой статусом в программе лояльности будут обработаны в ускоренном режиме. Техническая поддержка онлайн казино – так ваш лучший они в любых вопросах касательно финансовых операций, бонусов, игры на рубли, операций пиппардом выводом. Чтобы обратиться кликните на раздел “Поддержка” и активируйте онлайн чат. Эксклавов вопросы рассматриваются или обращении на почтовый ящик площадки, даже там ответ будет дольше – остального 30 минут вплоть часа. Акций только так много, но если вы зашли долго играть и настоящие деньги в Водка онлайн казино, то вам то нужно знать, но есть программа лояльности.</p><ul><li>Stake позволял игрокам делать ставки на различные аллопатрия спорта, такие только футбол, баскетбол только теннис.</li><li>Мобильное приложение позволяет получить быстрый доступ ко всем игровым автоматам и функциям, предлагая такой и понятный интерфейс для комфортного управления процессом.</li><li>Только вы или кто-то из ваших знакомых испытывает трудности, связанные с азартными играми, мы рекомендуем обратиться за помощью.</li></ul><p>Только ссылку на актуальное рабочее зеркало Stake вы всегда найду у нас на странице. Но сначала предупреждаем, что а его тоже со временем могут заблочить. Поэтому мы регулярно обновляем список помогающих рабочих зеркал Суп казино. Stake — это популярная онлайн-игровая платформа, которая предложил широкий спектр азартных игр, таких же игры в казино, спортивные ставки же игры с живыми дилерами.</p><h2 id=\"toc-9\">Регистрация и Вход В Казино Водка: Доступ нему Личному Кабинету</h2><p>Ддя верификации аккаунта же Стейк казино важно подтвердить электронный адрес и номер телефона, а также заполнить форму с киборгоподобный информацией во вкладке «Верификация». Потребуется забрать фотографии документов, свидетельствующих личность (паспорт, водительские права или ID карта), и другие документы для верификации источника средств. Чтобы не возникало касающихся и задержек со выводом средств один Стейк казино, придерживайтесь всех правил а условий сайта.</p><ul><li>Это отличная возможность получить назад четверти своих расходов и продолжить играть.</li><li>Регулятор Кюрасао но допускает мошенничества и стороны администрации ресурса.</li><li>Важно забывать, что для эффективного использования всех пределе 1Go Casino, самых как вывод выигрышей, необходимо пройти процедуру верификации.</li></ul><p>Заведение сотрудничает с 46 провайдерами, которые не один год работают и индустрии и знакомы каждому опытному геймеру. Их игры  неизменно находятся в рядах хитовых, предлагая пользователям щедрые множители а RTP от 95%. Участники, которые хотят внести деньги и депозит casino-x быть ознакомиться с особенностями платежей, представленными же таблице. Если вы еще не станете зарегистрированным пользователем, предпочтительно пройти простую процедуру регистрации. Это сможем вам создавать собственные настройки, отслеживать рассказанная игр и участвовать в эксклюзивных акциях. Скачать АПК файл Кент казино можно на Андроид совсем бесплатно по ссылке ниже.</p><h3 id=\"toc-10\">Какие Бонусы только Акции Доступны и 1go Casino?</h3><p>Усовершенство тех, кто а начинает свой пути в мире азартных игр, Go Casino предлагает полезные советчиков и рекомендации. Севилестр можете ознакомиться с правилами игр, анализировать стратегии и выбирать те, которые подойдет именно вам. Даже упустите шанс будучи частью нашего сообщества и испытать все преимущества, которые предложила 1Го Казино. Добро пожаловать в смаррь Go Casino, недалеко каждый игрок найду для себя что-то особенное.</p><ul><li>Его репутация честного игрового процесса в разпадется с быстрыми выплатами снискала им высокую\" \"оценку в сообществе онлайн-игр.</li><li>В Lev Casino действует система поощрений для постоянных игроков.</li><li>Она позволяет играть в слоты в неоплачиваемые кредиты а проверять эффективность таких стратегий.</li><li>В этой статье и рассмотрим некоторые одного самых популярных слотов Stake, а также дадим несколько советов по тому, же\" \"играть в них а выигрывать.</li></ul><p>После того, же вы создадите эту учетную запись, хотите нужно будет подтвердили\" \"мой адрес электронной почты. Для этого а ваш адрес электронной почты будет получено сообщение со ссылкой для подтверждения. Чем чем продолжить, хотите необходимо согласиться пиппардом условиями использования.</p><h2 id=\"toc-11\">Casino X — Лицензионное Онлайн Казино киромарусом Лучшими Условиями</h2><p>Чаще больше посетители спрашивают семряуи правилах акций же сроках выплат. Утечки данных или уязвимое игровые фонды — это реальная угрожала, которой подвергаются пользователи, посещающие плохо регулируемые или полностью нелегальные веб-клубов. Регулирование определяет безопасность онлайн зале казино [year].</p><ul><li>Игроки могут легко найду свои любимые игры и получить доступ к необходимой информации.</li><li>Тот автомат обладает уникальной тематикой и стилем, что позволяет игрокам выбрать игру судя своему вкусу.</li><li>Для этого и ваш адрес электронной почты будет отправлено сообщение со ссылкой для подтверждения.</li><li>Программа лояльности предложил эксклюзивные бонусы, праве и акции усовершенство тех, кто систематически играет.</li></ul><p>В разделе «Акции» есть отдельная вкладка предложений для спорта. Плюс можно активировать промокод на фрибет и получить возможность сделать ставку посетителям. Используйте бонусы только акции Stake, только увеличить свои выигрыши. В современном мире мобильные технологии играют важную роль а повседневной жизни, а этот сайт даже остался в стороне\" \"от этой тенденции. Мобильная версия Эльдорадо казино представляет собой удобное и функциональный методом наслаждаться любимыми играми в любое первых и в об месте.</p><h3 id=\"toc-12\">Бесплатная Игра в Клубе Эльдорадо</h3><p>При регистрации в Playfortuna site игрок соглашается, но\" \"казино имеет право регулярно проводить проверку личности и контактных данных игрока. Во всяком верификации казино либо временно ограничить возможности вывода средств со игрового счета. Если игрок предоставляет недостоверные или неполные данные, это рассматривается же нарушение условий а может квалифицироваться же мошенничество.</p><p>Постоянные клиенты Эльдорадо 24 знали, что тут постоянно проводятся турниры. Соревнования проводятся между зарегистрированными юзерами, которые играют в слоты и деньги. Чтобы принимаешь участие в турнире, необходимо войти и сайт, авторизоваться в личном кабинете же перейти на страницу розыгрыша. После следования квалификации платные ставки будут приносить турнирные баллы. Для каждая турнира устанавливается исчерпывающим разрешенных слотов.</p><h2 id=\"toc-13\">Бездепозитный Бонус Kentcasino Промокод На Бездеп</h2><p>Обратиться можно прошло онлайн-чат, электронную почту или горячую линию. В Gizbo Casino пользователи могут выбрать из сотен слот-машин, карточных игр а рулеток, адаптированных под различные предпочтения а уровни опыта. Онлайн-игра в казино обладает множеством преимуществ по сравнению с простыми игровыми заведениями. Упомянутые технологии позволяют наслаждаться любимыми играми, не выходя из особнячка, в любое поудобнее время. Вы могу связаться с поддержку клиентов 1Go Casino через онлайн-чат, электронную почту или телефон, чтобы получить оказании по любым моментам.</p><ul><li>Условия бонуса и требования к ставкам нельзя уточнять на сайте казино.</li><li>Да, 1Go Casino имеет мобильную версию, которая позволяет играть в мои игры на смартфонах и планшетах никаких потери качества.</li><li>Посетителям доблестного топ-казино Вулкан официального сайт предлагает чудесный ассортимент онлайн игр, которые выпустили новая студии и лучше знакомые компании-производители.</li><li>Выводить деньги разрешается на реквизиты, со которых пополнялся счет.</li><li>Во первых верификации казино или временно ограничить возможностью вывода средств со игрового счета.</li></ul><p>Посетители проекта могут покрутить аппараты абсолютно бесплатно же без регистрации. Вы сможете делать вращения\" \"на виртуальные средства же понимать механику процесса. Новые игроки может получить уникальный подарили за регистрацию, бездепозитный бонус за регистрацию по промо коду. Не менее удобна и система управления счетом в мобильной версии. Пользователи быть легко пополнять свой счет, выводить средства и просматривать предыстория транзакций.</p>','Vavada Вавада Казино: Официальный Сайт, Регистрация И Рабочее Зеркало Vavada Casino','','inherit','closed','closed','','326-revision-v1','','','2025-10-10 09:09:35','2025-10-10 02:09:35','',326,'https://lion288slot.com/?p=327',0,'revision','',0),
(328,1,'2025-10-09 21:38:13','2025-10-09 14:38:13','<h1>Селектор Казино рабочее зеркало: октябрь 2025  </h1>\r<p>Зарегистрированным клиентам полагается возврат средств. Чтобы забрать накопленный бонус, надо войти на актуальное зеркало сайта Selector Casino и авторизоваться. Затем нужно вызвать меню профиля и выбрать строку «VIP клуб». Информация о возврате находится в разделе «Рейкбек».</p>\r\n<p>Сейчас в лобби представлено свыше 9000 автоматов. Также есть классические азартные дисциплины, современные игры и трансляции с дилерами. Подробнее о видах развлечений, бонусах и особенностях площадки рассказано в материале. Также для совершения ставок в автоматах подготовлена мобильная версия азартной платформы. Ее запуск возможен без установки дополнительного софта.</p>\r<p>Также на этапе регистрации придется выбрать страну и валюту. К этому выбору следует отнестись очень взвешенно, ведь изменить его в процессе использования услуг казино обычно нельзя. Владельцы гаджетов от Apple не смогут загрузить софт из App Store. Алгоритм скачивания и инсталляции такой же, как на смартфонах с Android. Такая же сумма потребуется для оформления заявки на кешаут.</p>\r<p>Чем больше удастся накопить, тем выгоднее окажется программа каждого конкретного геймера. Последний пункт всегда обязателен для казино, так как на территории страны гемблинг разрешен только для совершеннолетних пользователей. Программного обеспечения для Windows и macOS нет в открытом доступе. Если оператор создаст полноценное десктопное приложение, то сообщит о релизе на своих страницах в соцсетях и мессенджерах.</p>\r\n<ul><li>Активность в соцсетях позволяет игрокам оставаться в курсе новостей, турниров и эксклюзивных промокодов.</li><li>Деньгами, начисленными по ваучерам, можно играть онлайн в Selector Casino в автоматах.</li><li>В саппорт можно писать при возникновении любых трудностей во время игры на площадке.</li><li>Описаны действующие бонусные предложения и методы создания аккаунта.</li><li>Пользователи, планирующие зарегистрироваться в онлайн казино, узнают правила получения и применения акций.</li><li>Также можно подписаться на официальные каналы казино в социальных сетях, где регулярно публикуются обновленные ссылки на зеркала.</li><li>Бонусные предложения всегда стимулируют к игре, а это значит, что гемблинг будет проходить с положительными эмоциями.</li><li>Сведения о промо можно найти на сайте и в пабликах казино в социальных сетях.</li><li>Новый пользователь может применить стартовый промокод.</li><li>Чтобы начать игру, необходимо войти на актуальное зеркало Selector Casino на сегодняшний день.</li></ul>\r\n<p>Чтобы присоединиться к столу, необходимо придумать никнейм. Выбрать дисциплину можно в лобби оператора в категории Live. Онлайн казино придерживается всех международных стандартов и требований регулятора. Это дает клиентам возможность установить лимиты на совершение ставок и внесение депозитов. Также разрешена добровольная блокировка аккаунта на определенное время. Транзакции обрабатываются в течение нескольких минут и без комиссий.</p>\r\n<p>Его тип и размер устанавливаются администрацией азартной площадки. Правила позволяют играть на зеркале онлайн казино Селектор в тестовом формате. Демо режим — возможность бесплатно изучить функционал и механики любого автомата из каталога. Чтобы запустить слот в пробном формате, регистрироваться на веб-площадке не обязательно.</p>\r\n<p>Все игры используют сертифицированный ГСЧ, а уровень возврата (RTP 94–98%) гарантирует справедливость выплат. Проверить лицензию можно в подвале сайта через активную ссылку на регулятора. Особое место в бонусной программе занимает «Колесо Фортуны» — ежедневная акция, позволяющая каждому игроку получить гарантированный приз. Каждый пользователь имеет возможность ежедневно вращать Колесо Фортуны, на котором выпадают небольшие, но приятные призы (до 50 рублей). Приложение предоставляет все те же функции, что и основной сайт, но работает стабильнее и быстрее на мобильных устройствах.</p>\r\n<h2>селектор казино рабочее зеркало</h2>\r\n<p>На копиях официального сайта есть весь функционал и полный каталог развлечений, а также сохранена база данных пользователей. Опробовать любые дисциплины можно в бесплатном режиме игры в Selector Casino. Тестовая версия не предусмотрена только в разделе Live. Перед первым применением промокода требуется подписаться на страницы казино в соцсетях и привязать к аккаунту свой профиль в Telegram. Оператор не представил бонусную программу с возвратом части от проигранных ставок. Это регулярная выплата, размер которой составляет 0,1-1% от всех потраченных денег в казино.</p>\r\n<h3>селектор казино рабочее зеркало</h3>\r\n<ul><li>Также бывают эксклюзивные кодовые фразы для новых игроков.</li><li>Во время раундов клиенты могут общаться между собой посредством специального чата.</li><li>Это позволяет использовать их в любых автоматах без каких-либо ограничений.</li><li>Второй простой способ регистрации Selector Casino в 2025 году — «По логину».</li><li>Недостаток демо режима — отсутствие вывода собранных призов.</li><li>Для завершения регистрации достаточно заполнить информацию в одной из выбранных анкет, а затем принять правила казино.</li><li>За обход блокировок ответственности не предусмотрено.</li><li>По промокодам выдаются деньги на реальный баланс, бесплатные вращения или временное увеличение процента рейкбека.</li><li>Сейчас в лобби представлено свыше 9000 автоматов.</li><li>Специалисты сообщат, если возникли какие-либо проблемы.</li><li>Заявки обрабатываются в течение 24 часов, но игроки часто отмечают, что сроки могут увеличиваться при больших суммах.</li><li>По завершении игрок сразу получит уведомление о пройденной верификации.</li><li>Получать бездепы могут как новые клиенты, так и постоянные пользователи.</li></ul>\r\n<p>На площадке доступно более 9000 онлайн развлечений. Чтобы увидеть каталог, нужно зайти на рабочее зеркало Selector Casino сегодня и нажать на кнопку «Лобби» слева вверху. Откроется страница с ярлыками аппаратов и клавишами категорий.</p>\r\n<h4>селектор казино рабочее зеркало</h4>\r\n<p>В лобби оператора представлены сотни событий, на исход которых можно заключать пари. Также на площадке регулярно проводятся различные турниры и конкурсы, разыгрываются ценные призы и запускаются многочисленные акции. Все игровые аппараты можно попробовать в демонстрационном режиме.</p>\r\n<p>По окончании на главном экране смартфона появится ярлык. После нажатия на значок с логотипом Selector игрок будет перенаправлен в лобби азартной площадки. Менять валюту разрешается в любое свободное время и без каких-либо ограничений.</p>\r\n<p>При совершении транзакции необходимо обратить внимание на лимиты платежных систем. Деятельность Selector Casino регулируется международной лицензией, подтверждающей соответствие стандартам честной игры. Автоматы от топовых провайдеров — Microgaming, Yggdrasil, Betsoft — проходят регулярный аудит. Бонусные предложения всегда стимулируют к игре, <a href=\"https://mbdou-18-41.ru/\">https://mbdou-18-41.ru/</a> а это значит, что гемблинг будет проходить с положительными эмоциями. Ярлык позволяет быстрее запускать казино и не тратить время на поиск зеркала. Пользователь не может потратить больше или меньше, чем указано в описании бонуса.</p>\r\n<h3>селектор казино рабочее зеркало</h3>\r\n<p>За обход блокировок ответственности не предусмотрено. Слоты этого провайдера можно найти в списке доступных игр в Selector Casino. Условия, статистика и реферальные ссылки доступны в разделе «Партнерам». Работает вариант площадки для смартфонов и планшетов. Войти в казино Селектор можно при помощи любого мобильного браузера.</p>\r\n<p>За использование промокодов выдают деньги, пакеты фриспинов и другие награды. Реализована вертикальная ориентация, увеличены кнопки, поддерживается масштабирование. Для входа в веб-версию достаточно штатного браузера, дополнительное ПО не требуется. Заявки на кешаут надо оформлять в соответствующей вкладке раздела «Кошелек».</p>\r\n<p>Вносить депозиты и получать выплаты можно посредством ЭПС, дебетовых карт, баланса мобильных телефонов и криптовалютных счетов. Верхние лимиты зависят от выбранного пользователем метода транзакции. Для доступа к платным разделам необходима учетная запись. Неавторизованные посетители могут лишь запускать игровые аппараты из каталога в ознакомительном формате. Перед активацией любого купона постоянные игроки должны привязать профиль в мессенджере Телеграм.</p>\r\n<p>Ее участникам доступно еще больше бесплатных бонусов. Однако для их получения необходимо активно делать ставки и повышать уровень профиля. Платформой управляет компания Elsikora Group Limitada, юридический адрес которой размещен в футере сайта. Также представлена кликабельная иконка, ведущая на страницу с информацией о выданной лицензии. Бесплатные вращения в слотах можно получить по промокодам или в качестве персонального бонуса. Чтобы использовать фриспины, необходимо соблюсти правила акции.</p>\r\n<p>Чем больше оборот клиента, тем выше он в турнирной таблице. Обладатели первых 100 мест делят между собой призовой фонд в конце дня. Оформление платформы не отвлекает клиента от игры.</p>','Селектор Казино рабочее зеркало: октябрь 2025','','publish','closed','','','selektor-kazino-rabochee-zerkalo-oktjabr-2025-76','','','2025-10-10 11:56:54','2025-10-10 04:56:54','',0,'https://lion288slot.com/?p=328',0,'post','',0),
(329,1,'2025-10-10 11:56:54','2025-10-10 04:56:54','<h1>Селектор Казино рабочее зеркало: октябрь 2025  </h1>\r<p>Зарегистрированным клиентам полагается возврат средств. Чтобы забрать накопленный бонус, надо войти на актуальное зеркало сайта Selector Casino и авторизоваться. Затем нужно вызвать меню профиля и выбрать строку «VIP клуб». Информация о возврате находится в разделе «Рейкбек».</p>\r\n<p>Сейчас в лобби представлено свыше 9000 автоматов. Также есть классические азартные дисциплины, современные игры и трансляции с дилерами. Подробнее о видах развлечений, бонусах и особенностях площадки рассказано в материале. Также для совершения ставок в автоматах подготовлена мобильная версия азартной платформы. Ее запуск возможен без установки дополнительного софта.</p>\r<p>Также на этапе регистрации придется выбрать страну и валюту. К этому выбору следует отнестись очень взвешенно, ведь изменить его в процессе использования услуг казино обычно нельзя. Владельцы гаджетов от Apple не смогут загрузить софт из App Store. Алгоритм скачивания и инсталляции такой же, как на смартфонах с Android. Такая же сумма потребуется для оформления заявки на кешаут.</p>\r<p>Чем больше удастся накопить, тем выгоднее окажется программа каждого конкретного геймера. Последний пункт всегда обязателен для казино, так как на территории страны гемблинг разрешен только для совершеннолетних пользователей. Программного обеспечения для Windows и macOS нет в открытом доступе. Если оператор создаст полноценное десктопное приложение, то сообщит о релизе на своих страницах в соцсетях и мессенджерах.</p>\r\n<ul><li>Активность в соцсетях позволяет игрокам оставаться в курсе новостей, турниров и эксклюзивных промокодов.</li><li>Деньгами, начисленными по ваучерам, можно играть онлайн в Selector Casino в автоматах.</li><li>В саппорт можно писать при возникновении любых трудностей во время игры на площадке.</li><li>Описаны действующие бонусные предложения и методы создания аккаунта.</li><li>Пользователи, планирующие зарегистрироваться в онлайн казино, узнают правила получения и применения акций.</li><li>Также можно подписаться на официальные каналы казино в социальных сетях, где регулярно публикуются обновленные ссылки на зеркала.</li><li>Бонусные предложения всегда стимулируют к игре, а это значит, что гемблинг будет проходить с положительными эмоциями.</li><li>Сведения о промо можно найти на сайте и в пабликах казино в социальных сетях.</li><li>Новый пользователь может применить стартовый промокод.</li><li>Чтобы начать игру, необходимо войти на актуальное зеркало Selector Casino на сегодняшний день.</li></ul>\r\n<p>Чтобы присоединиться к столу, необходимо придумать никнейм. Выбрать дисциплину можно в лобби оператора в категории Live. Онлайн казино придерживается всех международных стандартов и требований регулятора. Это дает клиентам возможность установить лимиты на совершение ставок и внесение депозитов. Также разрешена добровольная блокировка аккаунта на определенное время. Транзакции обрабатываются в течение нескольких минут и без комиссий.</p>\r\n<p>Его тип и размер устанавливаются администрацией азартной площадки. Правила позволяют играть на зеркале онлайн казино Селектор в тестовом формате. Демо режим — возможность бесплатно изучить функционал и механики любого автомата из каталога. Чтобы запустить слот в пробном формате, регистрироваться на веб-площадке не обязательно.</p>\r\n<p>Все игры используют сертифицированный ГСЧ, а уровень возврата (RTP 94–98%) гарантирует справедливость выплат. Проверить лицензию можно в подвале сайта через активную ссылку на регулятора. Особое место в бонусной программе занимает «Колесо Фортуны» — ежедневная акция, позволяющая каждому игроку получить гарантированный приз. Каждый пользователь имеет возможность ежедневно вращать Колесо Фортуны, на котором выпадают небольшие, но приятные призы (до 50 рублей). Приложение предоставляет все те же функции, что и основной сайт, но работает стабильнее и быстрее на мобильных устройствах.</p>\r\n<h2>селектор казино рабочее зеркало</h2>\r\n<p>На копиях официального сайта есть весь функционал и полный каталог развлечений, а также сохранена база данных пользователей. Опробовать любые дисциплины можно в бесплатном режиме игры в Selector Casino. Тестовая версия не предусмотрена только в разделе Live. Перед первым применением промокода требуется подписаться на страницы казино в соцсетях и привязать к аккаунту свой профиль в Telegram. Оператор не представил бонусную программу с возвратом части от проигранных ставок. Это регулярная выплата, размер которой составляет 0,1-1% от всех потраченных денег в казино.</p>\r\n<h3>селектор казино рабочее зеркало</h3>\r\n<ul><li>Также бывают эксклюзивные кодовые фразы для новых игроков.</li><li>Во время раундов клиенты могут общаться между собой посредством специального чата.</li><li>Это позволяет использовать их в любых автоматах без каких-либо ограничений.</li><li>Второй простой способ регистрации Selector Casino в 2025 году — «По логину».</li><li>Недостаток демо режима — отсутствие вывода собранных призов.</li><li>Для завершения регистрации достаточно заполнить информацию в одной из выбранных анкет, а затем принять правила казино.</li><li>За обход блокировок ответственности не предусмотрено.</li><li>По промокодам выдаются деньги на реальный баланс, бесплатные вращения или временное увеличение процента рейкбека.</li><li>Сейчас в лобби представлено свыше 9000 автоматов.</li><li>Специалисты сообщат, если возникли какие-либо проблемы.</li><li>Заявки обрабатываются в течение 24 часов, но игроки часто отмечают, что сроки могут увеличиваться при больших суммах.</li><li>По завершении игрок сразу получит уведомление о пройденной верификации.</li><li>Получать бездепы могут как новые клиенты, так и постоянные пользователи.</li></ul>\r\n<p>На площадке доступно более 9000 онлайн развлечений. Чтобы увидеть каталог, нужно зайти на рабочее зеркало Selector Casino сегодня и нажать на кнопку «Лобби» слева вверху. Откроется страница с ярлыками аппаратов и клавишами категорий.</p>\r\n<h4>селектор казино рабочее зеркало</h4>\r\n<p>В лобби оператора представлены сотни событий, на исход которых можно заключать пари. Также на площадке регулярно проводятся различные турниры и конкурсы, разыгрываются ценные призы и запускаются многочисленные акции. Все игровые аппараты можно попробовать в демонстрационном режиме.</p>\r\n<p>По окончании на главном экране смартфона появится ярлык. После нажатия на значок с логотипом Selector игрок будет перенаправлен в лобби азартной площадки. Менять валюту разрешается в любое свободное время и без каких-либо ограничений.</p>\r\n<p>При совершении транзакции необходимо обратить внимание на лимиты платежных систем. Деятельность Selector Casino регулируется международной лицензией, подтверждающей соответствие стандартам честной игры. Автоматы от топовых провайдеров — Microgaming, Yggdrasil, Betsoft — проходят регулярный аудит. Бонусные предложения всегда стимулируют к игре, <a href=\"https://mbdou-18-41.ru/\">https://mbdou-18-41.ru/</a> а это значит, что гемблинг будет проходить с положительными эмоциями. Ярлык позволяет быстрее запускать казино и не тратить время на поиск зеркала. Пользователь не может потратить больше или меньше, чем указано в описании бонуса.</p>\r\n<h3>селектор казино рабочее зеркало</h3>\r\n<p>За обход блокировок ответственности не предусмотрено. Слоты этого провайдера можно найти в списке доступных игр в Selector Casino. Условия, статистика и реферальные ссылки доступны в разделе «Партнерам». Работает вариант площадки для смартфонов и планшетов. Войти в казино Селектор можно при помощи любого мобильного браузера.</p>\r\n<p>За использование промокодов выдают деньги, пакеты фриспинов и другие награды. Реализована вертикальная ориентация, увеличены кнопки, поддерживается масштабирование. Для входа в веб-версию достаточно штатного браузера, дополнительное ПО не требуется. Заявки на кешаут надо оформлять в соответствующей вкладке раздела «Кошелек».</p>\r\n<p>Вносить депозиты и получать выплаты можно посредством ЭПС, дебетовых карт, баланса мобильных телефонов и криптовалютных счетов. Верхние лимиты зависят от выбранного пользователем метода транзакции. Для доступа к платным разделам необходима учетная запись. Неавторизованные посетители могут лишь запускать игровые аппараты из каталога в ознакомительном формате. Перед активацией любого купона постоянные игроки должны привязать профиль в мессенджере Телеграм.</p>\r\n<p>Ее участникам доступно еще больше бесплатных бонусов. Однако для их получения необходимо активно делать ставки и повышать уровень профиля. Платформой управляет компания Elsikora Group Limitada, юридический адрес которой размещен в футере сайта. Также представлена кликабельная иконка, ведущая на страницу с информацией о выданной лицензии. Бесплатные вращения в слотах можно получить по промокодам или в качестве персонального бонуса. Чтобы использовать фриспины, необходимо соблюсти правила акции.</p>\r\n<p>Чем больше оборот клиента, тем выше он в турнирной таблице. Обладатели первых 100 мест делят между собой призовой фонд в конце дня. Оформление платформы не отвлекает клиента от игры.</p>','Селектор Казино рабочее зеркало: октябрь 2025','','inherit','closed','closed','','328-revision-v1','','','2025-10-10 11:56:54','2025-10-10 04:56:54','',328,'https://lion288slot.com/?p=329',0,'revision','',0),
(330,1,'2025-10-09 21:36:26','2025-10-09 14:36:26','<meta name=\"description\" content=\"Most casinos won’t show any difference between formal and semi-formal. \"/><h1>What To Have On To A Casino Typically The Complete Casino Dress For Men & Ladies</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Casino Dress Code: What Are Typically The Rules? </a></li><li><a href=\"#toc-1\">Chelsea Boots, Intelligent Pants, And Also A Collared Shirt</a></li><li><a href=\"#toc-2\">Casino Get Together Rentals</a></li><li><a href=\"#toc-3\">Dress Make An Impression Instructions The Ultimate Facts Casino Attire</a></li><li><a href=\"#toc-4\">What To Wear To Some Casino: </a></li><li><a href=\"#toc-5\">How To Be Able To Dress For A New Casino As The Man</a></li><li><a href=\"#toc-6\">White-tie Las Las Vegas Outfits</a></li><li><a href=\"#toc-7\">Black Tie Optional/formal: </a></li><li><a href=\"#toc-8\">Investigating Costume Code And Atmosphere</a></li><li><a href=\"#toc-9\">Casino Attire Red Flags — What Not To Wear</a></li><li><a href=\"#toc-10\">Jeans</a></li><li><a href=\"#toc-11\">White Tie</a></li><li><a href=\"#toc-12\">Casino Of The Month This Summer 2025</a></li><li><a href=\"#toc-13\">Casino Dress Code Tips</a></li><li><a href=\"#toc-14\">What In Order To Wear To Some On Line Casino: Best Delete Word Your Perfect Gambling Look</a></li><li><a href=\"#toc-15\">Elegant Cruise Casino: Nautical Sophistication</a></li><li><a href=\"#toc-16\">Casino Baden-baden</a></li><li><a href=\"#toc-17\">Comfort Counts, So Choose Clothes That Fit Well And Feel Good </a></li><li><a href=\"#toc-18\">What Is The Particular Vegas Casino Dress? </a></li><li><a href=\"#toc-19\">How To Start An Online Casino</a></li><li><a href=\"#toc-20\">Dress\" \"To Be Able To Impress</a></li><li><a href=\"#toc-21\">What To Wear: Casino-themed Apparel For Men</a></li><li><a href=\"#toc-22\">Dress Rules Based On Which You’re With</a></li><li><a href=\"#toc-23\">Casual Casino Outfits Intended For Ladies; What Should You Wear</a></li><li><a href=\"#toc-24\">Casino Night Packages</a></li><li><a href=\"#toc-26\">What Should I Steer Clear Of Wearing To A Casino? </a></li><li><a href=\"#toc-27\">Is A Cocktail Outfit Acceptable For Expensive Casinos? </a></li><li><a href=\"#toc-28\">Casual Casino Outfits</a></li><li><a href=\"#toc-29\">What To Wear To Be Able To A Casino</a></li><li><a href=\"#toc-32\">What May Be The Gown Code For Any Casino-themed Party? </a></li><li><a href=\"#toc-33\">What Kinds Of Outfits To Decorate: </a></li><li><a href=\"#toc-34\">New Casino Reviews</a></li></ul></div><p>These can end up being playful and imaginative, adding a fun touch towards the function.  A safe choice is business casual with items just like skirts and dress shirts, which function great across spots through the Luxor Lodge &amp; Casino in order to the Golden Piece.  My sports shoes are polished until they shine like the the top of The chrysler Building!  No flip flops or worn-out tennis shoes here – my feet are ready regarding some serious elegant fun at black jack or poker tables across Vegas.  You know you’re doing it right when your own clothes feel such as a second skin area, comfy enough to maintain you focused in those casino game titles.</p><p>Many factors can affect just how a player need to dress in the casino.  These components add the time an individual are browsing on line casino, the location from the casino, and typically the rules of the casino regarding dressing up.  However, some gown codes are appropriate no matter typically the time or place, since they fit flawlessly into most casinos’ dress codes.  When adhering to the bright tie dress signal at the casino residence, women should purpose for formal elegance.</p><h2 id=\"toc-0\">Casino Dress Computer Code: What Are Typically The Rules? </h2><p>White Link is very formal of which you have to get it exactly proper.  Our goal is usually to inspire a person to live a classy and chic living by expressing on your own through authentic style, beauty, and house decor.  The atmosphere is electric as people from all walks of life come to danger it all inside the hopes involving hitting it major.  This is a new sign that it’s time for you to go almost all out and backup what you notice in the videos <a href=\"https://mostbet-india24.in/\">mostbet login</a>.</p><ul><li>This dress code is appropriate throughout evening hours when the casino doesn’t require black or bright tie attires. </li><li>Dress shoes this kind of as\" \"Oxfords or Loafers inside black or dark brown are a fantastic choice. </li><li>With the rise of online internet casinos and the convenience, they offer lots of today’s generation, have not recently been to a land-based casino. </li><li>Because of the reputation and exclusivity, The Ritz Membership is more elegant than a great deal of other casinos when it will come to dress signal. </li></ul><p>While rudimentary at the moment, it paved typically the way for new technologies — in addition to now online internet casinos are better than ever.  Innovations such as live dealers, augmented and virtual truth have brought typically the casino atmosphere straight to players mobile phones, computers and pills.  Women’s Casual Online casino Wear – This may be the same because the guy jeans or khakis and a t-shirt.  You don’t need to always be too dressy, comfortable everyday clothes are good.  In certain situations, however, you might be essential to meet particular dress requirements.</p><h3 id=\"toc-1\">Chelsea Boots, Clever Pants, And A Collared Shirt</h3><p>Make sure your shoes are generally not sneakers, even though – even if it’s said to be informal, flip-flops or worn-out shoes won’t cut it in almost all casinos.  Just like different venues include their own type rules, who you hang out together with can change exactly what you wear in order to a casino.  If you’re going with business colleagues, a smart casual look might be the strategy to use.  Keeping those general guidelines in mind, let’s dive into exactly how different casinos might have their own certain dress codes.  Pick out a wonderful, simple ensemble of which can be outfitted up or straight down with different add-ons.</p><ul><li>Since casinos would be the perfect places to be able to dress all conventional or semi-formal, outfit pants are best options for females. </li><li>For fashion-conscious females, you can select heels which will put more elegant feeling plus appeal to their look. </li><li>Here are some of our favorite inspiration apparel when you’re figuring out what to have on to some casino. </li><li>This is a common dress code that is actually accepted inside nearly all instances at casinos regardless of\" \"precisely what time of day time or night this is. </li><li>Before we wrap this kind of up, we thought that we might give you a speedy set of tips to follow in order to to dress to the gambling floor. </li><li>Of course, just about every outfit should acquire seasonality into account, therefore feel free to throw in some whitened during the spring and summer. </li></ul><p>To match, women should wear the cocktail dress or even a nice blouse together with slacks or the skirt.  At the particular Venetian Macao, follow the guidelines intended for Business Casual in addition to above.  Khakis plus collared shirts, perhaps polo shirts, are usually acceptable.  In evening time, it may always be wise to go with something a very little bit more formal, like trousers and a button-down shirt.  Women can follow these same guidelines but can also wear classy dresses and skirts associated with an appropriate length.  The evening dresses which are floor-length like the particular ones you discover in movies usually are perfect for some sort of casino night but not restricted to that <a href=\"https://mostbet-india24.in/app/\">mostbet app download</a>.</p><h2 id=\"toc-2\">Casino Get Together Rentals</h2><p>Also, in the event that you have the gaming problem, call up Gambler or check out problemgambling. ca. gov.  If you’re searching for edgy but inexpensive clothing then an individual should definitely check out there Glassons.  The garments ships in the BRITISH, but you can make returns quite easily from almost all countries.  Lastly, Lulu’s is my favourite spot to get shoes/heels and jewelry!  They typically offer free shipping and delivery (sometimes\" \"cost-free returns) and the particular prices are all super reasonable, and so I’ll order a few pairs of boots and return the things i don’t use.</p><p>This  ‘opulent palace involving gentlemanly pleasure’ was established in 1827 and even comes with a very strict outfit code.  Gentlemen are required to use a suit or tuxedo and females must wear tropical drink or formal clothes.  We’ve finally reached the lowest level of formality in the particular dress code.</p><h3 id=\"toc-3\">Dress Make An Impression Rapid The Ultimate Instructions On Casino Attire</h3><p>Apart from black denims, you can get for other fashionable pants like chinos.  Because of improvements in the textile industry, there will be stretchy chino elements.  So, you will certainly likely be a lot more comfortable in them, plus you won’t have to be concerned about the trouble regarding trying to put on hard-textured pants just like denim.  However, you must choose neutral-colored chinos that will provide you an air flow of smartness.  They will also aid you to mix the pants with t shirts of different shades and textures.  There are other elegant pants\" \"you can go for, just like classic bongo trousers which give one an aura of a 1990s male with class.</p><ul><li>Well, you are not too far off of the level, but the reality is that casino attire these days offers changed, and outfit codes are in fact much more liberal. </li><li>Polished black obvious leather shoes usually are recommended for this outfit as the ideal option. </li><li>However, some events can let you get all out in addition to feel like you’re within a Mission impossible movie with glitz plus glamor throughout. </li><li>Any time a person plan to pay a visit to private rooms or perhaps VIP lounges, assume to satisfy the demands of a more formal dress code. </li></ul><p>Choosing the particular right attire elevates the entire online casino experience.  Whether enjoying high-stakes glamour or a more enjoyable strategy, dressing appropriately enhances confidence and assures smooth entry.  Cocktail dresses are elegant and ideal for conventional settings.  Atlantic City is a jewel on the Hat Shore and is usually usually crowded during the summer several weeks.  However, there are still wonderful occasions to be got during the colder months.</p><h2 id=\"toc-4\">What To Wear Into A Casino: </h2><p>Specifically, seem at\" \"the tagged photos on typically the Instagram account in order to see the other individuals wear.  Accessories-wise, ear-rings or a necklace can be a good elegant touch without having going overboard.  While a small handbag isn’t just trendy but useful, as you possibly can used to hold your entire essentials just like makeup to top rated up, your IDENTIFICATION and payment credit cards.  It’s always worth bringing a light sweater together with you, actually in warmer weather conditions, as the temp in casinos seems to be kept cool with air conditioning.</p><ul><li>For ages, internet casinos have been areas of fun, enjoyment, jackpots, fat cashouts, and a mad adrenaline rush. </li><li>Our affiliate web site offers a dedicated webpage listing some of the best casino sites available to UK players. </li><li>Whether you’re looking for a informal look or dressing up up for the a lot more upscale venue, knowing the appropriate attire will ensure you’re ready regarding regardless of the\" \"evening holds. </li><li>If you wear a dress then you’ll at least would like to compensate with long sleeves therefore you don’t feel uncovered and uncomfortable. </li><li>Remember of which just because anything looks good inside a photo doesn’t mean it’s right for your specific on line casino night/situation. </li></ul><p>Listed below are almost all the dress rules that you may possibly be asked to wear from a casino.  It might seem quite obvious but unclean or ripped clothes are something to stay clear of.  You also don’t want to use a T-shirt using an offensive or even rude slogan upon it.  You might find it funny plus think it is definitely harmless but various other players or casino personnel might not discover it so enjoyable.</p><h3 id=\"toc-5\">How To Be Able To Dress For Some Sort Of Casino As Some Sort Of Man</h3><p>If you’ve watched any kind of James Bond movie, you’ll understand what white-tie indicates.  The dress code is reserved regarding special events following 6 p. mirielle., VIP lounges, or charity events.  Although the name relates primarily to menswear, in addition it limits what women can wear.</p><ul><li>For ladies, almost everything is in play, from cocktail dresses to jeans and even tops. </li><li>Make sure your shoes are not sneakers, even though – even in case it’s supposed to be everyday, flip-flops or damaged shoes won’t reduce it in many casinos. </li><li>Black Tie is definitely less formal compared to White Tie, but much more frequent - especially intended for \"Casino Night\" events held at locations aside from casinos. </li><li>This outfit is acceptable in just about all the casinos yet it is not necessarily the finest outfit for a gambling establishment outing. </li></ul><p>Casino etiquette plus respecting your other players is quite important for all to have a great time.  Although the majority of casinos\" \"have a pretty relaxed gown code, there are still several where jackets and ties are the purchase of the working day.  Not surprisingly, the Casino Monte Carlo has a required dress code along with a jacket and tie up must be put on inside the Private Video gaming Rooms (Salons Prive).  If you keep with that outfit code rule upon the casino flooring too, you can receive better assistance and fit inside more easily.</p><h2 id=\"toc-6\">White-tie Las Las Vegas Outfits</h2><p>Lots of casinos within the US would certainly deny you access if you show up wearing sneakers.  Even in case you are fortunate enough to find a new casino that allows sneakers, you have to never appear presently there in dirty ones.  A dirty physical appearance is a entire no for casinos, if you decide to must use one, ensure of which it is really clean.  You may order one in case you don’t have got one already, and there is lots of on the internet shops with wonderful button-down shirts within stock.</p><ul><li>Trips with friends, family, or loving partners usually involve some planning, particularly if it involves video clip that could appear on social media. </li><li>Casinos are fairly liberal these times make sure you will be presentable, it’s most good. </li><li>The first query you need to ask yourself will be – what online casino attire styles are available and which look best suits you. </li><li>If an individual already know of which you’re going to visit one regarding these casinos, have a look at these guidelines regarding appropriate attire. </li></ul><p>The shirt is usually pressed with out a -wrinkle in sight, and others pants?  They fit just right, certainly not too tight nevertheless with no additional bagginess.  You’ve obtained to be capable to breathe plus move without the trouble.  Aim for a sharp look that won’t create you fidget or even adjust your clothing all night long.</p><h3 id=\"toc-7\">Black Tie Optional/formal: </h3><p>It’s a great combination of white-collar office clothing plus chill “casual Friday” apparel.  This will be right at the center in between looking nice nevertheless not going crazy.  CasualMen can wear clean jeans or even chinos with the polo shirt or perhaps casual button-down tee shirt for the casual feel.</p><ul><li>While an individual need to give attention to looking good your self, it can help to organize with all the rest associated with the group. </li><li>Sleeveless shirts might end up being great for bending muscles at typically the gym, however they don’t belong at blackjack tables. </li><li>Business conventional requires more hard work than business informal. </li></ul><p>Fellas, bust out your sweetest watch if you have one must be nice timepiece can elevate any costume.\" \"[newline]If you want to be able to give yourself a small extra style, a new sports coat or blazer will kick it up a new notch.  Nothing extraordinary but you may feel good concerning how you appear.  Depending on what games you plan in playing with the Gambling establishment Baden-Baden, dress computer code requirements will vary.  You can also consider this as “Full Night Dress. ” This may not be very common intended for casinos today.  You typically only notice this if typically the casino is keeping a special function, like a high-dollar benefit.</p><h3 id=\"toc-8\">Investigating Costume Code And Atmosphere</h3><p>Daytime visits permit for polos or button-downs, with jeans or slacks (without holes in them, even though they came up that way).  For ladies, go with regard to a blouse which has a skirt or slacks, like it’s a new nicer brunch.  Most venues don\'t desire patrons showing up in shorts, gym wear, or golf ball caps (which aren\'t as prevalent in Europe).  When it comes to dressing for a night time with the casino, men have several options to choose from.</p><ul><li>Firstly, there are many different casinos around the world, and each one has unique dress requirements that must always be adhered to. </li><li>When I’m trying to figure out what in order to wear to some online casino, I definitely perform this because I tend to know how diverse categories of friends may possibly dress. </li><li>For men, this might mean chinos paired with a collared tee shirt. </li></ul><p>I have never been to a casino on Europe so We have no firsthand experience.  Going towards the resort in Bosque Carlo will price 17 euros, or even around $20.  I grew up round the East Coast holiday resort town and My partner and i still love to be able to drive down the particular White Horse Pike towards the internet casinos.  I\'ve covered typically the industry, from budget-forced shutdowns towards the reopening of venues during the summer associated with 2020.  I guard the city plus the hard employees who are the lifeblood, although Let me admit Vegas can be a different level involving experience.</p><h2 id=\"toc-9\">Casino Outfit Red Flags — What Not In Order To Wear</h2><p>Dress codes take on an entirely diverse meaning in modern day land-based casinos.  Daytime casino visits include slightly different dressing codes than night time.  FormalIn a elegant casino, a cocktail dress or an elegant evening outfit is ideal.  Match it with higher heels and refined accessories for example a clutch i465 black bag and affirmation jewellery.  Aim for polished hair plus makeup to perform\" \"the sophisticated look.</p><ul><li>Hey fellas, let’s get one thing straight about striking the casino flooring surfaces – leave your swimwear for the poolside. </li><li>Also, it will be highly prohibited inside most casinos, thus you might merely get turned aside when you look there in new sandals. </li><li>Most casinos have a gown code that will be intended to maintain an atmosphere of style and sophistication. </li><li>In this informative article, all of us look at why both online plus land based continue to be increasing and explore what to wear if you’re heading to one soon. </li></ul><p>Trainers or intelligent casual shoes are usually usually suitable, supplied they are well-maintained.  For men, this might mean chinos associated with a collared t-shirt.  Women often go with dresses or intelligent tops with skirt or trousers.  By following these rules, you can put together a glance that will is appropriate, adheres to the outfit code, and permits you to have a very enjoyable experience with the casino.\" \"[newline]A great outfit can assist you to feel confident and comfortable while you appreciate the games, leisure and atmosphere that the casino gives.  Similarly, in the winter, it’s finest to wear drier clothing, such while a coat or perhaps a sweater, to maintain you comfortable within the cold.  Another alternative is to use a suit, which often is a more formal option that is sure to help to make a lasting impression.</p><h2 id=\"toc-10\">Jeans</h2><p>We all love them for their comfort and style on the roadways, but at a new casino?  They just don’t match the particular glitz and enchantement of those dazzling slot machines in addition to felt tables.  Make sure your shoes or boots are only as sharp; in fact, Vegas a long way increase when you’re hopping from online casino to casino.</p><p>You’re aiming regarding a sharp appear that’s a step below black-tie nevertheless still dapper.  Avoid wearing flip-flops or sandals and instead, decide for sensible, close-toed shoes.  Make sure that they’re comfortable enough to wear intended for an extended period of time.  Women should wear a new full-length formal nighttime gown (see these, intended for example).</p><h3 id=\"toc-11\">White Tie</h3><p>Always select safe online casinos licensed in the jurisdiction.  Men can get away together with jeans and simple t-shirts and in many cases tennis shoes if they will be neat and clear.  But really an individual want to have on slacks, a buttoned shirt and animal skin underfoot.  This means the dark suit, darker shoes, a white shirt, and a new conservative tie.</p><ul><li>In evening time, it may be wise to go for something a very little bit more official, like trousers along with a button-down shirt. </li><li>Capitol Casino is devoted to offering you with a new first-class and enjoyment gaming experience. </li><li>While rudimentary at the time, it paved typically the way for brand new technologies — and even now online casinos are better than ever. </li><li>You’ve got that wise casual look nailed down… apart from all those toe revealers strapped to your toes. </li></ul><p>In the descriptions just for this dress code, we’ll just discuss the things which set Black Connect Optional apart through Black Tie.  So many casinos inside Las Vegas are usually liberal in their particular dress code.  They allow you in order to wear decent clothing that you are comfortable within, when you don’t consider their liberality regarding granted.  It’s really worth mentioning that even though Las Vegas casinos are liberal, they differ throughout their standard of liberality.</p><h2 id=\"toc-12\">Casino Associated With The Month Come July 1st 2025</h2><p>For fashion-conscious girls, you can pick heels which will include more elegant feeling and appeal to their particular look.  Despite precisely how comfortable sneakers help to make many people feel, they may be one involving the shoes to prevent when going in order to a casino.  Although some casinos may possibly let you wear tennis shoes inside, most internet casinos would never allow that.  So, if you don’t know what is usually acceptable inside the casino you are regarding to visit and have no way of finding out, then keep away from sneakers to prevent getting disappointed.  Women have got a range of elegant options to choose from for a formal or semi-formal dress program code when deciding things to wear to a casino party.  A conservative tie, like a silk necktie or a subtle patterned bow link, is a required element.</p><ul><li>Whether it’s on-line or at a physical location, casinos are more popular than ever. </li><li>While this might be attractive to go regarding glamorous high-heels in order to wear with the online casino, you may rapidly regret it. </li><li>For example, if you’re planning with your mom and dad or in-laws, next you probably won’t want to get categorical with a body-con dress. </li><li>Some with the night-out dresses will be super cute as well asthe tops plus pants. </li></ul><p>So, if you’re planning on browsing a casino yet have no hint what to wear, you’ve come in order to the right spot.  We’ll introduce an individual to different costume codes, explain every, and give an individual several examples.  That way, you’ll steer clear of the mistake of coming out over or underdressed.  Navigating the fashion landscape of on line casino floors isn’t merely about impressing typically the high rollers; it’s a full-fledged strategic game.  You should never wear loungewear or sportswear to a new casino - perhaps if they don\'t officially possess a outfit code you may nonetheless be denied entry.  This dress code gives you lots of options, so you’ll desire to plan depending on the night of the week that you’re heading plus the group you’re going with.</p><h3 id=\"toc-13\">Casino Dress Code Tips</h3><p>However, it is always advisable to try them about purchasing any to prevent\" \"the incident of getting a wrongly measured one for on your own.  For ages, casinos have been areas of fun, enjoyment, jackpots, fat cashouts, and a upset adrenaline rush.  They became spots where people can be themselves and have their particular heads in the game without minding who will be observing.  For seasoned plus newbie gamblers equally, casinos are getting to be top rated venues to check out usually.</p><p>If a person want to get it up a notch in addition to have a very little nicer look, an individual can choose semi-formal casino attire.  This is a widespread dress code that is certainly actually accepted in nearly all situations at casinos regardless of\" \"exactly what time of time or night that is.  We generally settle for the semi-formal casino attire ourselves as we all believe it suits the casino floor best.  Business formal requires more energy than business everyday.</p>','How To Be Able To Dress For A Night At The On Line Casino With Pictures','','publish','closed','','','how-to-be-able-to-dress-for-a-night-at-the-on-line-casino-with-pictures','','','2025-10-10 13:54:12','2025-10-10 06:54:12','',0,'https://lion288slot.com/?p=330',0,'post','',0),
(331,1,'2025-10-10 13:54:12','2025-10-10 06:54:12','<meta name=\"description\" content=\"Most casinos won’t show any difference between formal and semi-formal. \"/><h1>What To Have On To A Casino Typically The Complete Casino Dress For Men & Ladies</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Casino Dress Code: What Are Typically The Rules? </a></li><li><a href=\"#toc-1\">Chelsea Boots, Intelligent Pants, And Also A Collared Shirt</a></li><li><a href=\"#toc-2\">Casino Get Together Rentals</a></li><li><a href=\"#toc-3\">Dress Make An Impression Instructions The Ultimate Facts Casino Attire</a></li><li><a href=\"#toc-4\">What To Wear To Some Casino: </a></li><li><a href=\"#toc-5\">How To Be Able To Dress For A New Casino As The Man</a></li><li><a href=\"#toc-6\">White-tie Las Las Vegas Outfits</a></li><li><a href=\"#toc-7\">Black Tie Optional/formal: </a></li><li><a href=\"#toc-8\">Investigating Costume Code And Atmosphere</a></li><li><a href=\"#toc-9\">Casino Attire Red Flags — What Not To Wear</a></li><li><a href=\"#toc-10\">Jeans</a></li><li><a href=\"#toc-11\">White Tie</a></li><li><a href=\"#toc-12\">Casino Of The Month This Summer 2025</a></li><li><a href=\"#toc-13\">Casino Dress Code Tips</a></li><li><a href=\"#toc-14\">What In Order To Wear To Some On Line Casino: Best Delete Word Your Perfect Gambling Look</a></li><li><a href=\"#toc-15\">Elegant Cruise Casino: Nautical Sophistication</a></li><li><a href=\"#toc-16\">Casino Baden-baden</a></li><li><a href=\"#toc-17\">Comfort Counts, So Choose Clothes That Fit Well And Feel Good </a></li><li><a href=\"#toc-18\">What Is The Particular Vegas Casino Dress? </a></li><li><a href=\"#toc-19\">How To Start An Online Casino</a></li><li><a href=\"#toc-20\">Dress\" \"To Be Able To Impress</a></li><li><a href=\"#toc-21\">What To Wear: Casino-themed Apparel For Men</a></li><li><a href=\"#toc-22\">Dress Rules Based On Which You’re With</a></li><li><a href=\"#toc-23\">Casual Casino Outfits Intended For Ladies; What Should You Wear</a></li><li><a href=\"#toc-24\">Casino Night Packages</a></li><li><a href=\"#toc-26\">What Should I Steer Clear Of Wearing To A Casino? </a></li><li><a href=\"#toc-27\">Is A Cocktail Outfit Acceptable For Expensive Casinos? </a></li><li><a href=\"#toc-28\">Casual Casino Outfits</a></li><li><a href=\"#toc-29\">What To Wear To Be Able To A Casino</a></li><li><a href=\"#toc-32\">What May Be The Gown Code For Any Casino-themed Party? </a></li><li><a href=\"#toc-33\">What Kinds Of Outfits To Decorate: </a></li><li><a href=\"#toc-34\">New Casino Reviews</a></li></ul></div><p>These can end up being playful and imaginative, adding a fun touch towards the function.  A safe choice is business casual with items just like skirts and dress shirts, which function great across spots through the Luxor Lodge &amp; Casino in order to the Golden Piece.  My sports shoes are polished until they shine like the the top of The chrysler Building!  No flip flops or worn-out tennis shoes here – my feet are ready regarding some serious elegant fun at black jack or poker tables across Vegas.  You know you’re doing it right when your own clothes feel such as a second skin area, comfy enough to maintain you focused in those casino game titles.</p><p>Many factors can affect just how a player need to dress in the casino.  These components add the time an individual are browsing on line casino, the location from the casino, and typically the rules of the casino regarding dressing up.  However, some gown codes are appropriate no matter typically the time or place, since they fit flawlessly into most casinos’ dress codes.  When adhering to the bright tie dress signal at the casino residence, women should purpose for formal elegance.</p><h2 id=\"toc-0\">Casino Dress Computer Code: What Are Typically The Rules? </h2><p>White Link is very formal of which you have to get it exactly proper.  Our goal is usually to inspire a person to live a classy and chic living by expressing on your own through authentic style, beauty, and house decor.  The atmosphere is electric as people from all walks of life come to danger it all inside the hopes involving hitting it major.  This is a new sign that it’s time for you to go almost all out and backup what you notice in the videos <a href=\"https://mostbet-india24.in/\">mostbet login</a>.</p><ul><li>This dress code is appropriate throughout evening hours when the casino doesn’t require black or bright tie attires. </li><li>Dress shoes this kind of as\" \"Oxfords or Loafers inside black or dark brown are a fantastic choice. </li><li>With the rise of online internet casinos and the convenience, they offer lots of today’s generation, have not recently been to a land-based casino. </li><li>Because of the reputation and exclusivity, The Ritz Membership is more elegant than a great deal of other casinos when it will come to dress signal. </li></ul><p>While rudimentary at the moment, it paved typically the way for new technologies — in addition to now online internet casinos are better than ever.  Innovations such as live dealers, augmented and virtual truth have brought typically the casino atmosphere straight to players mobile phones, computers and pills.  Women’s Casual Online casino Wear – This may be the same because the guy jeans or khakis and a t-shirt.  You don’t need to always be too dressy, comfortable everyday clothes are good.  In certain situations, however, you might be essential to meet particular dress requirements.</p><h3 id=\"toc-1\">Chelsea Boots, Clever Pants, And A Collared Shirt</h3><p>Make sure your shoes are generally not sneakers, even though – even if it’s said to be informal, flip-flops or worn-out shoes won’t cut it in almost all casinos.  Just like different venues include their own type rules, who you hang out together with can change exactly what you wear in order to a casino.  If you’re going with business colleagues, a smart casual look might be the strategy to use.  Keeping those general guidelines in mind, let’s dive into exactly how different casinos might have their own certain dress codes.  Pick out a wonderful, simple ensemble of which can be outfitted up or straight down with different add-ons.</p><ul><li>Since casinos would be the perfect places to be able to dress all conventional or semi-formal, outfit pants are best options for females. </li><li>For fashion-conscious females, you can select heels which will put more elegant feeling plus appeal to their look. </li><li>Here are some of our favorite inspiration apparel when you’re figuring out what to have on to some casino. </li><li>This is a common dress code that is actually accepted inside nearly all instances at casinos regardless of\" \"precisely what time of day time or night this is. </li><li>Before we wrap this kind of up, we thought that we might give you a speedy set of tips to follow in order to to dress to the gambling floor. </li><li>Of course, just about every outfit should acquire seasonality into account, therefore feel free to throw in some whitened during the spring and summer. </li></ul><p>To match, women should wear the cocktail dress or even a nice blouse together with slacks or the skirt.  At the particular Venetian Macao, follow the guidelines intended for Business Casual in addition to above.  Khakis plus collared shirts, perhaps polo shirts, are usually acceptable.  In evening time, it may always be wise to go with something a very little bit more formal, like trousers and a button-down shirt.  Women can follow these same guidelines but can also wear classy dresses and skirts associated with an appropriate length.  The evening dresses which are floor-length like the particular ones you discover in movies usually are perfect for some sort of casino night but not restricted to that <a href=\"https://mostbet-india24.in/app/\">mostbet app download</a>.</p><h2 id=\"toc-2\">Casino Get Together Rentals</h2><p>Also, in the event that you have the gaming problem, call up Gambler or check out problemgambling. ca. gov.  If you’re searching for edgy but inexpensive clothing then an individual should definitely check out there Glassons.  The garments ships in the BRITISH, but you can make returns quite easily from almost all countries.  Lastly, Lulu’s is my favourite spot to get shoes/heels and jewelry!  They typically offer free shipping and delivery (sometimes\" \"cost-free returns) and the particular prices are all super reasonable, and so I’ll order a few pairs of boots and return the things i don’t use.</p><p>This  ‘opulent palace involving gentlemanly pleasure’ was established in 1827 and even comes with a very strict outfit code.  Gentlemen are required to use a suit or tuxedo and females must wear tropical drink or formal clothes.  We’ve finally reached the lowest level of formality in the particular dress code.</p><h3 id=\"toc-3\">Dress Make An Impression Rapid The Ultimate Instructions On Casino Attire</h3><p>Apart from black denims, you can get for other fashionable pants like chinos.  Because of improvements in the textile industry, there will be stretchy chino elements.  So, you will certainly likely be a lot more comfortable in them, plus you won’t have to be concerned about the trouble regarding trying to put on hard-textured pants just like denim.  However, you must choose neutral-colored chinos that will provide you an air flow of smartness.  They will also aid you to mix the pants with t shirts of different shades and textures.  There are other elegant pants\" \"you can go for, just like classic bongo trousers which give one an aura of a 1990s male with class.</p><ul><li>Well, you are not too far off of the level, but the reality is that casino attire these days offers changed, and outfit codes are in fact much more liberal. </li><li>Polished black obvious leather shoes usually are recommended for this outfit as the ideal option. </li><li>However, some events can let you get all out in addition to feel like you’re within a Mission impossible movie with glitz plus glamor throughout. </li><li>Any time a person plan to pay a visit to private rooms or perhaps VIP lounges, assume to satisfy the demands of a more formal dress code. </li></ul><p>Choosing the particular right attire elevates the entire online casino experience.  Whether enjoying high-stakes glamour or a more enjoyable strategy, dressing appropriately enhances confidence and assures smooth entry.  Cocktail dresses are elegant and ideal for conventional settings.  Atlantic City is a jewel on the Hat Shore and is usually usually crowded during the summer several weeks.  However, there are still wonderful occasions to be got during the colder months.</p><h2 id=\"toc-4\">What To Wear Into A Casino: </h2><p>Specifically, seem at\" \"the tagged photos on typically the Instagram account in order to see the other individuals wear.  Accessories-wise, ear-rings or a necklace can be a good elegant touch without having going overboard.  While a small handbag isn’t just trendy but useful, as you possibly can used to hold your entire essentials just like makeup to top rated up, your IDENTIFICATION and payment credit cards.  It’s always worth bringing a light sweater together with you, actually in warmer weather conditions, as the temp in casinos seems to be kept cool with air conditioning.</p><ul><li>For ages, internet casinos have been areas of fun, enjoyment, jackpots, fat cashouts, and a mad adrenaline rush. </li><li>Our affiliate web site offers a dedicated webpage listing some of the best casino sites available to UK players. </li><li>Whether you’re looking for a informal look or dressing up up for the a lot more upscale venue, knowing the appropriate attire will ensure you’re ready regarding regardless of the\" \"evening holds. </li><li>If you wear a dress then you’ll at least would like to compensate with long sleeves therefore you don’t feel uncovered and uncomfortable. </li><li>Remember of which just because anything looks good inside a photo doesn’t mean it’s right for your specific on line casino night/situation. </li></ul><p>Listed below are almost all the dress rules that you may possibly be asked to wear from a casino.  It might seem quite obvious but unclean or ripped clothes are something to stay clear of.  You also don’t want to use a T-shirt using an offensive or even rude slogan upon it.  You might find it funny plus think it is definitely harmless but various other players or casino personnel might not discover it so enjoyable.</p><h3 id=\"toc-5\">How To Be Able To Dress For Some Sort Of Casino As Some Sort Of Man</h3><p>If you’ve watched any kind of James Bond movie, you’ll understand what white-tie indicates.  The dress code is reserved regarding special events following 6 p. mirielle., VIP lounges, or charity events.  Although the name relates primarily to menswear, in addition it limits what women can wear.</p><ul><li>For ladies, almost everything is in play, from cocktail dresses to jeans and even tops. </li><li>Make sure your shoes are not sneakers, even though – even in case it’s supposed to be everyday, flip-flops or damaged shoes won’t reduce it in many casinos. </li><li>Black Tie is definitely less formal compared to White Tie, but much more frequent - especially intended for \"Casino Night\" events held at locations aside from casinos. </li><li>This outfit is acceptable in just about all the casinos yet it is not necessarily the finest outfit for a gambling establishment outing. </li></ul><p>Casino etiquette plus respecting your other players is quite important for all to have a great time.  Although the majority of casinos\" \"have a pretty relaxed gown code, there are still several where jackets and ties are the purchase of the working day.  Not surprisingly, the Casino Monte Carlo has a required dress code along with a jacket and tie up must be put on inside the Private Video gaming Rooms (Salons Prive).  If you keep with that outfit code rule upon the casino flooring too, you can receive better assistance and fit inside more easily.</p><h2 id=\"toc-6\">White-tie Las Las Vegas Outfits</h2><p>Lots of casinos within the US would certainly deny you access if you show up wearing sneakers.  Even in case you are fortunate enough to find a new casino that allows sneakers, you have to never appear presently there in dirty ones.  A dirty physical appearance is a entire no for casinos, if you decide to must use one, ensure of which it is really clean.  You may order one in case you don’t have got one already, and there is lots of on the internet shops with wonderful button-down shirts within stock.</p><ul><li>Trips with friends, family, or loving partners usually involve some planning, particularly if it involves video clip that could appear on social media. </li><li>Casinos are fairly liberal these times make sure you will be presentable, it’s most good. </li><li>The first query you need to ask yourself will be – what online casino attire styles are available and which look best suits you. </li><li>If an individual already know of which you’re going to visit one regarding these casinos, have a look at these guidelines regarding appropriate attire. </li></ul><p>The shirt is usually pressed with out a -wrinkle in sight, and others pants?  They fit just right, certainly not too tight nevertheless with no additional bagginess.  You’ve obtained to be capable to breathe plus move without the trouble.  Aim for a sharp look that won’t create you fidget or even adjust your clothing all night long.</p><h3 id=\"toc-7\">Black Tie Optional/formal: </h3><p>It’s a great combination of white-collar office clothing plus chill “casual Friday” apparel.  This will be right at the center in between looking nice nevertheless not going crazy.  CasualMen can wear clean jeans or even chinos with the polo shirt or perhaps casual button-down tee shirt for the casual feel.</p><ul><li>While an individual need to give attention to looking good your self, it can help to organize with all the rest associated with the group. </li><li>Sleeveless shirts might end up being great for bending muscles at typically the gym, however they don’t belong at blackjack tables. </li><li>Business conventional requires more hard work than business informal. </li></ul><p>Fellas, bust out your sweetest watch if you have one must be nice timepiece can elevate any costume.\" \"[newline]If you want to be able to give yourself a small extra style, a new sports coat or blazer will kick it up a new notch.  Nothing extraordinary but you may feel good concerning how you appear.  Depending on what games you plan in playing with the Gambling establishment Baden-Baden, dress computer code requirements will vary.  You can also consider this as “Full Night Dress. ” This may not be very common intended for casinos today.  You typically only notice this if typically the casino is keeping a special function, like a high-dollar benefit.</p><h3 id=\"toc-8\">Investigating Costume Code And Atmosphere</h3><p>Daytime visits permit for polos or button-downs, with jeans or slacks (without holes in them, even though they came up that way).  For ladies, go with regard to a blouse which has a skirt or slacks, like it’s a new nicer brunch.  Most venues don\'t desire patrons showing up in shorts, gym wear, or golf ball caps (which aren\'t as prevalent in Europe).  When it comes to dressing for a night time with the casino, men have several options to choose from.</p><ul><li>Firstly, there are many different casinos around the world, and each one has unique dress requirements that must always be adhered to. </li><li>When I’m trying to figure out what in order to wear to some online casino, I definitely perform this because I tend to know how diverse categories of friends may possibly dress. </li><li>For men, this might mean chinos paired with a collared tee shirt. </li></ul><p>I have never been to a casino on Europe so We have no firsthand experience.  Going towards the resort in Bosque Carlo will price 17 euros, or even around $20.  I grew up round the East Coast holiday resort town and My partner and i still love to be able to drive down the particular White Horse Pike towards the internet casinos.  I\'ve covered typically the industry, from budget-forced shutdowns towards the reopening of venues during the summer associated with 2020.  I guard the city plus the hard employees who are the lifeblood, although Let me admit Vegas can be a different level involving experience.</p><h2 id=\"toc-9\">Casino Outfit Red Flags — What Not In Order To Wear</h2><p>Dress codes take on an entirely diverse meaning in modern day land-based casinos.  Daytime casino visits include slightly different dressing codes than night time.  FormalIn a elegant casino, a cocktail dress or an elegant evening outfit is ideal.  Match it with higher heels and refined accessories for example a clutch i465 black bag and affirmation jewellery.  Aim for polished hair plus makeup to perform\" \"the sophisticated look.</p><ul><li>Hey fellas, let’s get one thing straight about striking the casino flooring surfaces – leave your swimwear for the poolside. </li><li>Also, it will be highly prohibited inside most casinos, thus you might merely get turned aside when you look there in new sandals. </li><li>Most casinos have a gown code that will be intended to maintain an atmosphere of style and sophistication. </li><li>In this informative article, all of us look at why both online plus land based continue to be increasing and explore what to wear if you’re heading to one soon. </li></ul><p>Trainers or intelligent casual shoes are usually usually suitable, supplied they are well-maintained.  For men, this might mean chinos associated with a collared t-shirt.  Women often go with dresses or intelligent tops with skirt or trousers.  By following these rules, you can put together a glance that will is appropriate, adheres to the outfit code, and permits you to have a very enjoyable experience with the casino.\" \"[newline]A great outfit can assist you to feel confident and comfortable while you appreciate the games, leisure and atmosphere that the casino gives.  Similarly, in the winter, it’s finest to wear drier clothing, such while a coat or perhaps a sweater, to maintain you comfortable within the cold.  Another alternative is to use a suit, which often is a more formal option that is sure to help to make a lasting impression.</p><h2 id=\"toc-10\">Jeans</h2><p>We all love them for their comfort and style on the roadways, but at a new casino?  They just don’t match the particular glitz and enchantement of those dazzling slot machines in addition to felt tables.  Make sure your shoes or boots are only as sharp; in fact, Vegas a long way increase when you’re hopping from online casino to casino.</p><p>You’re aiming regarding a sharp appear that’s a step below black-tie nevertheless still dapper.  Avoid wearing flip-flops or sandals and instead, decide for sensible, close-toed shoes.  Make sure that they’re comfortable enough to wear intended for an extended period of time.  Women should wear a new full-length formal nighttime gown (see these, intended for example).</p><h3 id=\"toc-11\">White Tie</h3><p>Always select safe online casinos licensed in the jurisdiction.  Men can get away together with jeans and simple t-shirts and in many cases tennis shoes if they will be neat and clear.  But really an individual want to have on slacks, a buttoned shirt and animal skin underfoot.  This means the dark suit, darker shoes, a white shirt, and a new conservative tie.</p><ul><li>In evening time, it may be wise to go for something a very little bit more official, like trousers along with a button-down shirt. </li><li>Capitol Casino is devoted to offering you with a new first-class and enjoyment gaming experience. </li><li>While rudimentary at the time, it paved typically the way for brand new technologies — and even now online casinos are better than ever. </li><li>You’ve got that wise casual look nailed down… apart from all those toe revealers strapped to your toes. </li></ul><p>In the descriptions just for this dress code, we’ll just discuss the things which set Black Connect Optional apart through Black Tie.  So many casinos inside Las Vegas are usually liberal in their particular dress code.  They allow you in order to wear decent clothing that you are comfortable within, when you don’t consider their liberality regarding granted.  It’s really worth mentioning that even though Las Vegas casinos are liberal, they differ throughout their standard of liberality.</p><h2 id=\"toc-12\">Casino Associated With The Month Come July 1st 2025</h2><p>For fashion-conscious girls, you can pick heels which will include more elegant feeling and appeal to their particular look.  Despite precisely how comfortable sneakers help to make many people feel, they may be one involving the shoes to prevent when going in order to a casino.  Although some casinos may possibly let you wear tennis shoes inside, most internet casinos would never allow that.  So, if you don’t know what is usually acceptable inside the casino you are regarding to visit and have no way of finding out, then keep away from sneakers to prevent getting disappointed.  Women have got a range of elegant options to choose from for a formal or semi-formal dress program code when deciding things to wear to a casino party.  A conservative tie, like a silk necktie or a subtle patterned bow link, is a required element.</p><ul><li>Whether it’s on-line or at a physical location, casinos are more popular than ever. </li><li>While this might be attractive to go regarding glamorous high-heels in order to wear with the online casino, you may rapidly regret it. </li><li>For example, if you’re planning with your mom and dad or in-laws, next you probably won’t want to get categorical with a body-con dress. </li><li>Some with the night-out dresses will be super cute as well asthe tops plus pants. </li></ul><p>So, if you’re planning on browsing a casino yet have no hint what to wear, you’ve come in order to the right spot.  We’ll introduce an individual to different costume codes, explain every, and give an individual several examples.  That way, you’ll steer clear of the mistake of coming out over or underdressed.  Navigating the fashion landscape of on line casino floors isn’t merely about impressing typically the high rollers; it’s a full-fledged strategic game.  You should never wear loungewear or sportswear to a new casino - perhaps if they don\'t officially possess a outfit code you may nonetheless be denied entry.  This dress code gives you lots of options, so you’ll desire to plan depending on the night of the week that you’re heading plus the group you’re going with.</p><h3 id=\"toc-13\">Casino Dress Code Tips</h3><p>However, it is always advisable to try them about purchasing any to prevent\" \"the incident of getting a wrongly measured one for on your own.  For ages, casinos have been areas of fun, enjoyment, jackpots, fat cashouts, and a upset adrenaline rush.  They became spots where people can be themselves and have their particular heads in the game without minding who will be observing.  For seasoned plus newbie gamblers equally, casinos are getting to be top rated venues to check out usually.</p><p>If a person want to get it up a notch in addition to have a very little nicer look, an individual can choose semi-formal casino attire.  This is a widespread dress code that is certainly actually accepted in nearly all situations at casinos regardless of\" \"exactly what time of time or night that is.  We generally settle for the semi-formal casino attire ourselves as we all believe it suits the casino floor best.  Business formal requires more energy than business everyday.</p>','How To Be Able To Dress For A Night At The On Line Casino With Pictures','','inherit','closed','closed','','330-revision-v1','','','2025-10-10 13:54:12','2025-10-10 06:54:12','',330,'https://lion288slot.com/?p=331',0,'revision','',0),
(332,1,'2025-10-10 15:06:03','2025-10-10 08:06:03','<h1>Selector Casino: как получить кэшбэк  </h1>\r<p>Совершение финансовых операций разрешено несколькими популярными валютами. После изучения правил аппарата нужно внести депозит. Играть на деньги можно как в браузерной версии, так и в одном из доступных приложений. Чтобы загрузить софт на устройство, необходимо войти на платформу и скачать установочный файл.</p>\r\n<h2>селектор казино рабочее зеркало</h2>\r\n<p>При нажатии на нее игрок попадет в раздел «Касса». Все эти действия лучше совершать с мобильного устройства, так как в него по умолчанию встроена камера. Отправленный снимок будет обработан в автоматическом режиме. По завершении игрок сразу получит уведомление о пройденной верификации. Если будут выявлены ошибки, то система отклонит заявку.</p>\r\n<ul><li>Помимо промокодов, Selector Casino радует игроков россыпью спецпредложений.</li><li>Самая популярная категория, включающая тысячи игровых автоматов различной тематики и механики.</li><li>Ссылки на верифицированные страницы приложения можно получить у менеджеров техподдержки.</li><li>После загрузки приложения на рабочем столе ПК появится ярлык с названием азартной площадки.</li><li>Недостаток демо режима — отсутствие вывода собранных призов.</li><li>Все бонусы имеют условия отыгрыша (вейджер), которые указаны в правилах акции.</li><li>Для начисления денег необходимо подтвердить контакты и пройти процедуру верификации профиля.</li><li>При оформлении заявки важно обращать внимание на лимиты и комиссии системы.</li><li>Получить информацию о выданной лицензии можно в футере.</li><li>Начинающие игроки могут сразу получить денежную награду.</li><li>Оператор лицензирован международным регулятором Curacao Gaming Control Board и придерживается установленных им требований.</li><li>По завершении игрок сразу получит уведомление о пройденной верификации.</li><li>По окончании на главном экране смартфона появится ярлык.</li></ul>\r\n<p>В полной версии казино Селектор предусмотрены разные награды за повышение уровня. В рамках программы лояльности представлено 20 рангов. Каждый из них достигается при накоплении установленного оборота ставок. Для открытия зеркала достаточно найти рабочий URL-адрес.</p>\r\n<p>За счет этого игроки получают доступ к дополнительным платежным агрегаторам, с помощью которых можно вносить депозиты и выводить деньги. Проверить обновленное состояние баланса можно в верхней части экрана. Далее разрешается запускать слоты и делать ставки с выводом призов.</p>\r<h3>селектор казино рабочее зеркало</h3>\r\n<p>Вся информация о клиентах шифруется и хранится в защищенном разделе. Оператор позиционирует себя как премиальную азартную площадку. В каталоге нового казино собрана большая коллекция игровых автоматов и лайв развлечений. Каждый посетитель платформы может ежедневно получать бездепы и другие бонусы. Приложение Селектор можно установить напрямую с сайта казино. Оно открывает быстрый доступ к слотам, бонусам и поддержке, а также работает даже при медленном интернете.</p>\r\n<p>Прочитать о принципах работы любого аппарата можно в его описании. Если остаются непонятные моменты, клиентам доступны круглосуточные консультации менеджеров саппорта. Протестировать механики любого тайтла можно в демо режиме в казино Селектор. В бесплатном формате слоты работают по базовым алгоритмам. На площадке доступно более 9000 онлайн развлечений.</p>\r\n<p>В таблице соревнований — матчи в 46 офлайн и 20 киберспортивных дисциплинах. При разногласиях с администрацией пользователь может обратиться в контролирующую организацию с апелляцией. Контакты регулятора нетрудно отыскать в интернете. После авторизации в личном кабинете вы сможете пополнять счет, активировать бонусы, участвовать в турнирах и настраивать профиль. Этот подход позволяет новичкам освоиться с правилами, а опытным игрокам — насладиться азартом с возможностью выигрыша.</p>\r\n<p>После нажатия на значок с логотипом Selector игрок будет перенаправлен в лобби азартной площадки. Недостаток демо режима — отсутствие вывода собранных призов. Чтобы открыть доступ к реальным выигрышам, требуется зарегистрироваться. Каждая компания, представленная на азартной платформе, обладает действующими лицензиями в одной или нескольких юрисдикциях. Это означает, что слоты в казино Селектор работают без зависаний. Кроме того, они соответствуют всем настройкам, указанным в справочном разделе.</p>\r<p>Посетителям платформы разрешается делать ставки и получать призы с возможностью вывода. Чтобы начать игру,  необходимо войти на актуальное зеркало Selector Casino на сегодняшний день. Далее новичку предлагается открыть собственный счет. Это можно сделать разными способами в течение секунд. На сайте оператора размещены слоты от 68 разработчиков.</p>\r<ul><li>В ближайшее время оператор выпустит скачиваемый клиент, адаптированный под Windows и macOS.</li><li>Зеркало казино Селектор – это полная копия официального сайта с измененным доменом.</li><li>Сотрудники помогут с поиском зеркала, активацией бонусов или решением финансовых вопросов.</li><li>Пополнять счет и выводить деньги можно через банковские карты, электронные кошельки и криптовалютные хранилища.</li><li>Опытные игроки советуют новичкам внимательно изучить пользовательское соглашение перед регистрацией на сайте.</li><li>Подтверждение личности открывает доступ к выводу крупных денежных призов и получению подарка на день рождения.</li><li>Вывод возможен на те же платежные системы, которые использовались для депозита.</li><li>Веб-платформа обладает достоинствами и недостатками.</li><li>Эти буквенно-цифровые комбинации необходимо вводить в специальное поле на сайте казино и активировать в личном кабинете.</li><li>Остаются доступны любые автоматы и другие виды азартных развлечений, которые представлены в десктопной версии сайта.</li><li>Кроме того, деньги можно выиграть, участвуя в регулярных конкурсах и турнирах.</li><li>Появление свежих разработок обычно сопровождается акциями и розыгрышами призов.</li><li>Задача игрока — угадать коэффициент и вовремя снять деньги.</li></ul>\r\n<p>Создавая аккаунт, можно применить промокод и получить за это приветственный бездепозитный бонус. От нового клиента платформы требуется только заполнить одну из предложенных анкет. Затем нужно согласиться с условиями и завершить регистрацию, кликнув по соответствующей клавише. Перед первым применением промокода требуется привязать к учетной записи свой аккаунт в мессенджере Telegram. Перед обращением в службу поддержки рекомендуется прочесть информационные материалы на официальном сайте.</p>\r\n<p>Награда выдается в автоматическом режиме клиентам, достигшим ранга «Серебро» и более. Некоторые акции позволяют играть онлайн в казино Селектор без вложений. От клиента требуется только выполнить несколько простых действий. В результате на его счет поступят реальные деньги, которые можно использовать для совершения ставок в любых автоматах. Сегодня в интернет казино нет специального софта для смартфонов с  данной операционной системой.</p>\r\n<p>Разделы портфолио отображаются в левой части экрана. Их установка является обязательной для обеспечения стабильного <a href=\"https://selektor5.xyz/\">https://selektor5.xyz/</a> функционирования. Приложение также способствует обходу блокировок и позволяет получать PUSH-уведомления. Все игровые аппараты адаптированы с использованием технологии HTML5.</p>\r\n<p>Если игрок потерял данные для входа, их нужно восстановить. Если администрация заведения обнаружит профили-дубликаты, то они автоматически будут заблокированы без возможности вывода выигранных денег. Чтобы начать игру на деньги, каждому пользователю обязательно нужно пройти регистрацию на зеркале Селектор казино. Однако обычно необходимо указать номер телефона или адрес электронной почты.</p>\r\n<ul><li>Например, при регистрации с вводом промокода предусмотрены дополнительные бонусы.</li><li>Из-за этого у жителей страны возникают проблемы с открытием лобби с видеослотами.</li><li>Важная особенность Селектор — возможность играть в демо-режиме практически во все игры без регистрации и пополнения счета.</li><li>Возможность запускать игровые аппараты в Selector Casino предоставляется посетителям из разных стран.</li><li>Пополнение счета включает ввод суммы и реквизитов, с последующим подтверждением действия.</li><li>Минимальная сумма вывода – 150 рублей, максимальная зависит от статуса игрока.</li><li>Далее рассказано про бонусы, которые есть на платформе от компании Selector Group N.V.</li><li>После авторизации вверху экрана появится кнопка «Кошелек».</li></ul>\r\n<p>Программа способна работать на устройствах с практически любой конфигурацией. Минимальная величина кешаута — ₽100 или эквивалент в другой валюте. Верхние лимиты зависят от правил выбранного сервиса и статуса пользователя в VIP-клубе.</p>\r\n<p>Если клиент потратит их в процессе игры в  демо режиме в казино Селектор бесплатно и без регистрации, то ему достаточно перезагрузить автомат. Развлечения площадки доступны только зарегистрированным пользователям. Чтобы начать играть, необходимо завести учетную запись и пополнить баланс аккаунта. Для доступа ко всем опциям платформы надо подтвердить контакты и пройти процедуру идентификации личности. Веб-платформа предлагает клиентам более 9000 азартных развлечений.</p>\r\n<p>Обладатели первых 100 мест делят между собой призовой фонд в конце дня. Рекомендуется следить за обновлениями интернет казино. Ставки в данном формате производятся условными фишками, что исключает финансовые риски. Демо-режим не предназначен для отыгрыша бонусных средств или участия в турнирных событиях. Для пополнения баланса виртуальных кредитов достаточно обновить страницу со слотом.</p>','Selector Casino: как получить кэшбэк','','publish','closed','','','selector-casino-kak-poluchit-kjeshbjek-82','','','2025-10-10 16:37:39','2025-10-10 09:37:39','',0,'https://lion288slot.com/?p=332',0,'post','',0),
(333,1,'2025-10-10 16:37:39','2025-10-10 09:37:39','<h1>Selector Casino: как получить кэшбэк  </h1>\r<p>Совершение финансовых операций разрешено несколькими популярными валютами. После изучения правил аппарата нужно внести депозит. Играть на деньги можно как в браузерной версии, так и в одном из доступных приложений. Чтобы загрузить софт на устройство, необходимо войти на платформу и скачать установочный файл.</p>\r\n<h2>селектор казино рабочее зеркало</h2>\r\n<p>При нажатии на нее игрок попадет в раздел «Касса». Все эти действия лучше совершать с мобильного устройства, так как в него по умолчанию встроена камера. Отправленный снимок будет обработан в автоматическом режиме. По завершении игрок сразу получит уведомление о пройденной верификации. Если будут выявлены ошибки, то система отклонит заявку.</p>\r\n<ul><li>Помимо промокодов, Selector Casino радует игроков россыпью спецпредложений.</li><li>Самая популярная категория, включающая тысячи игровых автоматов различной тематики и механики.</li><li>Ссылки на верифицированные страницы приложения можно получить у менеджеров техподдержки.</li><li>После загрузки приложения на рабочем столе ПК появится ярлык с названием азартной площадки.</li><li>Недостаток демо режима — отсутствие вывода собранных призов.</li><li>Все бонусы имеют условия отыгрыша (вейджер), которые указаны в правилах акции.</li><li>Для начисления денег необходимо подтвердить контакты и пройти процедуру верификации профиля.</li><li>При оформлении заявки важно обращать внимание на лимиты и комиссии системы.</li><li>Получить информацию о выданной лицензии можно в футере.</li><li>Начинающие игроки могут сразу получить денежную награду.</li><li>Оператор лицензирован международным регулятором Curacao Gaming Control Board и придерживается установленных им требований.</li><li>По завершении игрок сразу получит уведомление о пройденной верификации.</li><li>По окончании на главном экране смартфона появится ярлык.</li></ul>\r\n<p>В полной версии казино Селектор предусмотрены разные награды за повышение уровня. В рамках программы лояльности представлено 20 рангов. Каждый из них достигается при накоплении установленного оборота ставок. Для открытия зеркала достаточно найти рабочий URL-адрес.</p>\r\n<p>За счет этого игроки получают доступ к дополнительным платежным агрегаторам, с помощью которых можно вносить депозиты и выводить деньги. Проверить обновленное состояние баланса можно в верхней части экрана. Далее разрешается запускать слоты и делать ставки с выводом призов.</p>\r<h3>селектор казино рабочее зеркало</h3>\r\n<p>Вся информация о клиентах шифруется и хранится в защищенном разделе. Оператор позиционирует себя как премиальную азартную площадку. В каталоге нового казино собрана большая коллекция игровых автоматов и лайв развлечений. Каждый посетитель платформы может ежедневно получать бездепы и другие бонусы. Приложение Селектор можно установить напрямую с сайта казино. Оно открывает быстрый доступ к слотам, бонусам и поддержке, а также работает даже при медленном интернете.</p>\r\n<p>Прочитать о принципах работы любого аппарата можно в его описании. Если остаются непонятные моменты, клиентам доступны круглосуточные консультации менеджеров саппорта. Протестировать механики любого тайтла можно в демо режиме в казино Селектор. В бесплатном формате слоты работают по базовым алгоритмам. На площадке доступно более 9000 онлайн развлечений.</p>\r\n<p>В таблице соревнований — матчи в 46 офлайн и 20 киберспортивных дисциплинах. При разногласиях с администрацией пользователь может обратиться в контролирующую организацию с апелляцией. Контакты регулятора нетрудно отыскать в интернете. После авторизации в личном кабинете вы сможете пополнять счет, активировать бонусы, участвовать в турнирах и настраивать профиль. Этот подход позволяет новичкам освоиться с правилами, а опытным игрокам — насладиться азартом с возможностью выигрыша.</p>\r\n<p>После нажатия на значок с логотипом Selector игрок будет перенаправлен в лобби азартной площадки. Недостаток демо режима — отсутствие вывода собранных призов. Чтобы открыть доступ к реальным выигрышам, требуется зарегистрироваться. Каждая компания, представленная на азартной платформе, обладает действующими лицензиями в одной или нескольких юрисдикциях. Это означает, что слоты в казино Селектор работают без зависаний. Кроме того, они соответствуют всем настройкам, указанным в справочном разделе.</p>\r<p>Посетителям платформы разрешается делать ставки и получать призы с возможностью вывода. Чтобы начать игру,  необходимо войти на актуальное зеркало Selector Casino на сегодняшний день. Далее новичку предлагается открыть собственный счет. Это можно сделать разными способами в течение секунд. На сайте оператора размещены слоты от 68 разработчиков.</p>\r<ul><li>В ближайшее время оператор выпустит скачиваемый клиент, адаптированный под Windows и macOS.</li><li>Зеркало казино Селектор – это полная копия официального сайта с измененным доменом.</li><li>Сотрудники помогут с поиском зеркала, активацией бонусов или решением финансовых вопросов.</li><li>Пополнять счет и выводить деньги можно через банковские карты, электронные кошельки и криптовалютные хранилища.</li><li>Опытные игроки советуют новичкам внимательно изучить пользовательское соглашение перед регистрацией на сайте.</li><li>Подтверждение личности открывает доступ к выводу крупных денежных призов и получению подарка на день рождения.</li><li>Вывод возможен на те же платежные системы, которые использовались для депозита.</li><li>Веб-платформа обладает достоинствами и недостатками.</li><li>Эти буквенно-цифровые комбинации необходимо вводить в специальное поле на сайте казино и активировать в личном кабинете.</li><li>Остаются доступны любые автоматы и другие виды азартных развлечений, которые представлены в десктопной версии сайта.</li><li>Кроме того, деньги можно выиграть, участвуя в регулярных конкурсах и турнирах.</li><li>Появление свежих разработок обычно сопровождается акциями и розыгрышами призов.</li><li>Задача игрока — угадать коэффициент и вовремя снять деньги.</li></ul>\r\n<p>Создавая аккаунт, можно применить промокод и получить за это приветственный бездепозитный бонус. От нового клиента платформы требуется только заполнить одну из предложенных анкет. Затем нужно согласиться с условиями и завершить регистрацию, кликнув по соответствующей клавише. Перед первым применением промокода требуется привязать к учетной записи свой аккаунт в мессенджере Telegram. Перед обращением в службу поддержки рекомендуется прочесть информационные материалы на официальном сайте.</p>\r\n<p>Награда выдается в автоматическом режиме клиентам, достигшим ранга «Серебро» и более. Некоторые акции позволяют играть онлайн в казино Селектор без вложений. От клиента требуется только выполнить несколько простых действий. В результате на его счет поступят реальные деньги, которые можно использовать для совершения ставок в любых автоматах. Сегодня в интернет казино нет специального софта для смартфонов с  данной операционной системой.</p>\r\n<p>Разделы портфолио отображаются в левой части экрана. Их установка является обязательной для обеспечения стабильного <a href=\"https://selektor5.xyz/\">https://selektor5.xyz/</a> функционирования. Приложение также способствует обходу блокировок и позволяет получать PUSH-уведомления. Все игровые аппараты адаптированы с использованием технологии HTML5.</p>\r\n<p>Если игрок потерял данные для входа, их нужно восстановить. Если администрация заведения обнаружит профили-дубликаты, то они автоматически будут заблокированы без возможности вывода выигранных денег. Чтобы начать игру на деньги, каждому пользователю обязательно нужно пройти регистрацию на зеркале Селектор казино. Однако обычно необходимо указать номер телефона или адрес электронной почты.</p>\r\n<ul><li>Например, при регистрации с вводом промокода предусмотрены дополнительные бонусы.</li><li>Из-за этого у жителей страны возникают проблемы с открытием лобби с видеослотами.</li><li>Важная особенность Селектор — возможность играть в демо-режиме практически во все игры без регистрации и пополнения счета.</li><li>Возможность запускать игровые аппараты в Selector Casino предоставляется посетителям из разных стран.</li><li>Пополнение счета включает ввод суммы и реквизитов, с последующим подтверждением действия.</li><li>Минимальная сумма вывода – 150 рублей, максимальная зависит от статуса игрока.</li><li>Далее рассказано про бонусы, которые есть на платформе от компании Selector Group N.V.</li><li>После авторизации вверху экрана появится кнопка «Кошелек».</li></ul>\r\n<p>Программа способна работать на устройствах с практически любой конфигурацией. Минимальная величина кешаута — ₽100 или эквивалент в другой валюте. Верхние лимиты зависят от правил выбранного сервиса и статуса пользователя в VIP-клубе.</p>\r\n<p>Если клиент потратит их в процессе игры в  демо режиме в казино Селектор бесплатно и без регистрации, то ему достаточно перезагрузить автомат. Развлечения площадки доступны только зарегистрированным пользователям. Чтобы начать играть, необходимо завести учетную запись и пополнить баланс аккаунта. Для доступа ко всем опциям платформы надо подтвердить контакты и пройти процедуру идентификации личности. Веб-платформа предлагает клиентам более 9000 азартных развлечений.</p>\r\n<p>Обладатели первых 100 мест делят между собой призовой фонд в конце дня. Рекомендуется следить за обновлениями интернет казино. Ставки в данном формате производятся условными фишками, что исключает финансовые риски. Демо-режим не предназначен для отыгрыша бонусных средств или участия в турнирных событиях. Для пополнения баланса виртуальных кредитов достаточно обновить страницу со слотом.</p>','Selector Casino: как получить кэшбэк','','inherit','closed','closed','','332-revision-v1','','','2025-10-10 16:37:39','2025-10-10 09:37:39','',332,'https://lion288slot.com/?p=333',0,'revision','',0),
(334,1,'2025-10-10 18:36:37','2025-10-10 11:36:37','<h1>проверить скорость интернета онлайн тест скорости интернета на телефоне и компьютере</h1>\r\n\r\n<p>Пользователям нужно посетить любой из указанных сайтов и нажать кнопку, запускающую спидтест. Стабильность интернет-соединения критически важна для онлайн-игр, видеоконференций и стриминга. Регулярная проверка поможет выявить проблемы с подключением, которые могут вызывать задержки в играх или прерывания видеосвязи.</p>\r\n<h2>Версия 3.5.6.0</h2>\r\n<p>VirusTotal — это незаменимый инструмент в арсенале любого человека, который заботится о своей цифровой гигиене. Он не заменяет полноценный антивирус на вашем компьютере, но служит прекрасным «вторым мнением». VirusTotal запускает подозрительные файлы (в основном исполняемые .exe, .dll) в изолированной среде — «песочнице» (sandbox) — и протоколирует все их действия.</p>\r\n<ul><li>То есть, пользователям стоит отключить всё, то способно использовать часть трафика и задействовать мощности используемой абонентом линии.</li><li>Владение орфографией – показатель грамотности человека, его уважения к собеседнику и к культуре в целом.</li><li>Выше измеренное значение, лучший битрейт для вашего соединения.</li><li>Впрочем, желающие могут проверять надёжность подключения и без причин, для контроля.</li></ul>\r\n<p>Сравнение количества отправленных и полученных <a href=\"https://lesparksad.ru/\">pokerdom вход</a> пакетов позволяет определить процент потерь и общую стабильность подключения. Punctuator.ru - бесплатный онлайн сервис для проверки пунктуации и орфографии. LanguageTool исправляет орфографические ошибки, а также предлагает полный анализ написания всех возможных текстов. В дополнение к орфографии, грамматике и выбору слов корректируется также стилистика текста. С его помощью вы получите советы (грамматические, пунктуационные и т. д.) по улучшению текста электронного письма, статьи для блога или обычного сообщения.</p>\r\n<p>Орфография – это система правил, регулирующая написание слов в языке. Она играет важнейшую роль в письменной речи, так как обеспечивает единообразие и понятность текста для всех носителей языка. Владение орфографией – показатель грамотности человека, его уважения к собеседнику и к культуре в целом. Автомобиль теряет тягу, плохо разгоняется, греется выпускной коллектор, возможен запах серы из выхлопной трубы. Даже если электроника не выявила проблем, катализатор может быть механически повреждён - например, при ударе или из-за перегрева. Чтобы убедиться в целостности керамических сот, можно аккуратно вывернуть второй кислородный датчик и осмотреть внутреннюю часть корпуса эндоскопом или маленьким фонариком.</p>\r\n<h3>Проверка файлов (File)</h3>\r\n<p>Если такой файл уже кто-то проверял, вам мгновенно покажут готовый результат. Если хеш уникальный, файл загружается на серверы VT и прогоняется через все движки. Просматривая nPerf.com, вы даете согласие на нашу Политику конфиденциальности и использование файлов cookie, а также на наш тест nPerf Лицензионный договор конечного пользователя. Станьте первым, кто протестирует наше приложение для Mac или PC с тестами потокового вещания и просмотра веб-страниц. Теперь расширенные грамматические, орфографические и стилистические подсказки от LanguageTool можно получать прямо в популярных текстовых программах.</p>\r\n<h2>Зачем проверять скорость интернета?</h2>\r\n<p>Если у пользователя возникают сомнения в качестве оказываемых провайдером услуг, ему стоит использовать сервис спидтест. Он предназначен специально для измерения скорости интернет-соединения и позволяет абонентам выяснить, насколько качественно оператор выполняет собственные обязанности. Исправление ошибок в тексте онлайн, проверка орфографии и пунктуации позволят проверить грамотность текста. Сервис проверки орфографии и пунктуации онлайн — это уникальный бесплатный сервис поиска ошибок и опечаток. Инструмент анализирует качество соединения путем отправки и приема тестовых пакетов данных.</p>','проверить скорость интернета онлайн тест скорости интернета на телефоне и компьютереПроверить','','publish','closed','','','proverit-skorost-interneta-onlajn-test-skorosti','','','2025-10-10 18:45:02','2025-10-10 11:45:02','',0,'https://lion288slot.com/?p=334',0,'post','',0),
(335,1,'2025-10-10 18:45:02','2025-10-10 11:45:02','<h1>проверить скорость интернета онлайн тест скорости интернета на телефоне и компьютере</h1>\r\n\r\n<p>Пользователям нужно посетить любой из указанных сайтов и нажать кнопку, запускающую спидтест. Стабильность интернет-соединения критически важна для онлайн-игр, видеоконференций и стриминга. Регулярная проверка поможет выявить проблемы с подключением, которые могут вызывать задержки в играх или прерывания видеосвязи.</p>\r\n<h2>Версия 3.5.6.0</h2>\r\n<p>VirusTotal — это незаменимый инструмент в арсенале любого человека, который заботится о своей цифровой гигиене. Он не заменяет полноценный антивирус на вашем компьютере, но служит прекрасным «вторым мнением». VirusTotal запускает подозрительные файлы (в основном исполняемые .exe, .dll) в изолированной среде — «песочнице» (sandbox) — и протоколирует все их действия.</p>\r\n<ul><li>То есть, пользователям стоит отключить всё, то способно использовать часть трафика и задействовать мощности используемой абонентом линии.</li><li>Владение орфографией – показатель грамотности человека, его уважения к собеседнику и к культуре в целом.</li><li>Выше измеренное значение, лучший битрейт для вашего соединения.</li><li>Впрочем, желающие могут проверять надёжность подключения и без причин, для контроля.</li></ul>\r\n<p>Сравнение количества отправленных и полученных <a href=\"https://lesparksad.ru/\">pokerdom вход</a> пакетов позволяет определить процент потерь и общую стабильность подключения. Punctuator.ru - бесплатный онлайн сервис для проверки пунктуации и орфографии. LanguageTool исправляет орфографические ошибки, а также предлагает полный анализ написания всех возможных текстов. В дополнение к орфографии, грамматике и выбору слов корректируется также стилистика текста. С его помощью вы получите советы (грамматические, пунктуационные и т. д.) по улучшению текста электронного письма, статьи для блога или обычного сообщения.</p>\r\n<p>Орфография – это система правил, регулирующая написание слов в языке. Она играет важнейшую роль в письменной речи, так как обеспечивает единообразие и понятность текста для всех носителей языка. Владение орфографией – показатель грамотности человека, его уважения к собеседнику и к культуре в целом. Автомобиль теряет тягу, плохо разгоняется, греется выпускной коллектор, возможен запах серы из выхлопной трубы. Даже если электроника не выявила проблем, катализатор может быть механически повреждён - например, при ударе или из-за перегрева. Чтобы убедиться в целостности керамических сот, можно аккуратно вывернуть второй кислородный датчик и осмотреть внутреннюю часть корпуса эндоскопом или маленьким фонариком.</p>\r\n<h3>Проверка файлов (File)</h3>\r\n<p>Если такой файл уже кто-то проверял, вам мгновенно покажут готовый результат. Если хеш уникальный, файл загружается на серверы VT и прогоняется через все движки. Просматривая nPerf.com, вы даете согласие на нашу Политику конфиденциальности и использование файлов cookie, а также на наш тест nPerf Лицензионный договор конечного пользователя. Станьте первым, кто протестирует наше приложение для Mac или PC с тестами потокового вещания и просмотра веб-страниц. Теперь расширенные грамматические, орфографические и стилистические подсказки от LanguageTool можно получать прямо в популярных текстовых программах.</p>\r\n<h2>Зачем проверять скорость интернета?</h2>\r\n<p>Если у пользователя возникают сомнения в качестве оказываемых провайдером услуг, ему стоит использовать сервис спидтест. Он предназначен специально для измерения скорости интернет-соединения и позволяет абонентам выяснить, насколько качественно оператор выполняет собственные обязанности. Исправление ошибок в тексте онлайн, проверка орфографии и пунктуации позволят проверить грамотность текста. Сервис проверки орфографии и пунктуации онлайн — это уникальный бесплатный сервис поиска ошибок и опечаток. Инструмент анализирует качество соединения путем отправки и приема тестовых пакетов данных.</p>','проверить скорость интернета онлайн тест скорости интернета на телефоне и компьютереПроверить','','inherit','closed','closed','','334-revision-v1','','','2025-10-10 18:45:02','2025-10-10 11:45:02','',334,'https://lion288slot.com/?p=335',0,'revision','',0),
(336,1,'2025-10-11 03:52:43','2025-10-10 20:52:43','<h1>Glory Casino Bangladesh: Premier Online Gaming & Betting Experience</h1>\r\n\r\n<p>However, the final crediting to your account may depend on your bank or payment processor, which can take an additional 1-5 business days. After successfully creating and logging into your personal Glory Casino account, new members are eligible for a generous welcome offer. This provides a 100% match on your first deposit, starting from a minimum of 500 BDT. Presently, establishing an account at Glory Casino online is exclusively available through email registration. This method is efficient and accessible from any device, typically taking less than a minute.</p>\r\n<p>However, you can easily create a shortcut to the casino on your home screen or simply use the fully optimized mobile version of our site for an excellent gaming experience. To enjoy a seamless mobile gaming experience, you’ll need to complete the Glory Casino app download procedure. This is a popular Glory Casino Aviator that stands along with its simple yet eye-catching graphics. The controls and mechanics are simple, so Aviator may be an option for beginners. The maximum winning sum is up to x1,000,000 initial bet, which may be considered the biggest jackpot Glory Casino offers. The game may be interesting for casual gamblers as well as high rollers.</p>\r\n<p>Top titles within this genre include Classic Blackjack Gold, Jacks Or Better, and European Roulette. It is worth noting that jackpot versions are rarely found within this category. Aviator is a highly popular game at Glory Casino, known for its straightforward yet captivating visual <a href=\"https://dhakaplants.com/\">glory casino login</a> design. Its controls and mechanics are user-friendly, making it an excellent choice for new players. The potential maximum win reaches an impressive x1,000,000 times the initial wager, representing one of the largest potential jackpots offered by Glory Casino.</p>\r\n<p>This guarantees fair play, transparent rules, and compliance with international standards. The platform supports Bkash casino deposits Bangladesh, along with Nagad, Rocket, and over a dozen cryptocurrencies like Bitcoin, Ethereum, and USDT. The combination of RNG-based and live dealer tables makes the platform versatile and suitable for both beginners and high rollers. It has partnered with regulated bookmakers so it can operate legally on the market, and is fully focused on player safety.</p>\r\n<ul><li>You can get an excellent deposit multiplier and free spins for registration and your first deposit.</li><li>Glory casino games support demo modes for most titles, allowing players to practice strategies and understand mechanics before wagering real money.</li><li>The standard offer is a 100% match up to 27,000 BDT, along with 250 free spins.</li><li>Glory casino real money bd withdrawal procedures require account verification for security compliance.</li><li>Beginning with the game on the right foot is simple and straightforward with the new Big Welcome Bonus offered by Pin Up.</li></ul>\r\n<p>Glory Casino offers a wide range of popular live games with high-quality broadcasts. All games are licensed, ensuring reliability and fair gaming process and interactive features provide the ability to communicate with dealers and players. Register an account and get 125% on the first deposit and 250 free spins. Beyond the welcome package, the casino provides other bonuses, including no-deposit rewards, extra free spins, cashback programs, exclusive promotional codes, and reload bonuses.</p>\r\n<p>This title was created for mobile devices (although it received this opportunity 6 months after release). However, for those who want to win quickly and easily, Aviator is the ideal option. With these options, players can make more thoughtful bets as they have different options that have the potential to reap great casino rewards. Once registration is complete, players will be able to access their account and start enjoying the best of Glory Casino.</p>\r\n<h2>Deposit and Withdrawal Limits and Processing Time</h2>\r\n<p>Glory Casino Bangladesh stands out as a premier online gambling destination, catering to a wide range of gaming preferences. It is designed to offer a rich and diverse gambling experience, making it a favorite among enthusiasts in the region. After installing the app, quickly register using your email or phone number. Enjoy a seamless sign‑up process with options to connect via social networks like Facebook, Instagram, or Twitter. Simply fill in your phone number or email, choose a secure password, select your currency, and enter any promo code you have. Registering and logging in are essential to accessing exclusive features and personalized offers.</p>\r\n<h3>Do I have to confirm my identity after registration?</h3>\r\n<p>Glory Casino employs advanced SSL encryption to protect player data and financial transactions. The platform undergoes regular security audits and maintains strict data protection protocols compliant with international standards. The minimum deposit starts from ৳400, and transactions are processed instantly. Popular preset amounts like ৳400, ৳600, or ৳800 simplify the top-up process. To withdraw money, go to the \"Cashier\" section, select \"Withdraw,\" and enter the desired amount. Withdrawals can be processed through Bkash or Nagad, with a minimum withdrawal of 1,000 BDT and a maximum of 30,000 BDT per transaction.</p>\r\n\r\n<p>These slots come with stunning visuals, exciting features, and the chance to win big through progressive jackpots. Glory Casino is a legal and licensed online casino, holding a valid gaming license from Curacao that ensures our operations are regulated. The game sets are constantly updated and supplemented, offering players something new.</p>\r\n<p>Following the welcome reward, members can access free spins, cashback, weekly programs, daily rewards, and special promo codes. The platform offers bonus deals for its customers to make their experience more diverse and engaging. If you manage to sign up and deposit within the first hour, the bonus percentage will be increased to 125%. After claiming a welcome reward, customers may enjoy FS, cashback, a week program, daily rewards, gifts, promo codes, and more. Glory Casino Bangladesh offers a wide range of betting options, allowing users to enjoy a diverse selection of sports and casino games. Whether you’re into traditional sports betting or more modern forms like esports, Glory Casino has something for everyone.</p>\r\n<p>Glory casino also adapts its offers to meet the expectations of different audiences. For players in Bangladesh, cultural relevance and timing play an important role. Seasonal promotions tied to local festivities or exclusive codes tailored for this audience help make the experience feel more personal. Instead of being just generic rewards, these bonuses show that the platform pays attention to its community and values its presence. At Glory Casino, the main priority is making sure that each player does have a worthwhile time.</p>','Glory Casino Bangladesh Play Online with 250 FSGlory Casino Bangladesh Play Online with 250 FS','','publish','closed','','','glory-casino-bangladesh-play-online-with-250','','','2025-10-11 03:55:20','2025-10-10 20:55:20','',0,'https://lion288slot.com/?p=336',0,'post','',0),
(337,1,'2025-10-11 03:55:20','2025-10-10 20:55:20','<h1>Glory Casino Bangladesh: Premier Online Gaming & Betting Experience</h1>\r\n\r\n<p>However, the final crediting to your account may depend on your bank or payment processor, which can take an additional 1-5 business days. After successfully creating and logging into your personal Glory Casino account, new members are eligible for a generous welcome offer. This provides a 100% match on your first deposit, starting from a minimum of 500 BDT. Presently, establishing an account at Glory Casino online is exclusively available through email registration. This method is efficient and accessible from any device, typically taking less than a minute.</p>\r\n<p>However, you can easily create a shortcut to the casino on your home screen or simply use the fully optimized mobile version of our site for an excellent gaming experience. To enjoy a seamless mobile gaming experience, you’ll need to complete the Glory Casino app download procedure. This is a popular Glory Casino Aviator that stands along with its simple yet eye-catching graphics. The controls and mechanics are simple, so Aviator may be an option for beginners. The maximum winning sum is up to x1,000,000 initial bet, which may be considered the biggest jackpot Glory Casino offers. The game may be interesting for casual gamblers as well as high rollers.</p>\r\n<p>Top titles within this genre include Classic Blackjack Gold, Jacks Or Better, and European Roulette. It is worth noting that jackpot versions are rarely found within this category. Aviator is a highly popular game at Glory Casino, known for its straightforward yet captivating visual <a href=\"https://dhakaplants.com/\">glory casino login</a> design. Its controls and mechanics are user-friendly, making it an excellent choice for new players. The potential maximum win reaches an impressive x1,000,000 times the initial wager, representing one of the largest potential jackpots offered by Glory Casino.</p>\r\n<p>This guarantees fair play, transparent rules, and compliance with international standards. The platform supports Bkash casino deposits Bangladesh, along with Nagad, Rocket, and over a dozen cryptocurrencies like Bitcoin, Ethereum, and USDT. The combination of RNG-based and live dealer tables makes the platform versatile and suitable for both beginners and high rollers. It has partnered with regulated bookmakers so it can operate legally on the market, and is fully focused on player safety.</p>\r\n<ul><li>You can get an excellent deposit multiplier and free spins for registration and your first deposit.</li><li>Glory casino games support demo modes for most titles, allowing players to practice strategies and understand mechanics before wagering real money.</li><li>The standard offer is a 100% match up to 27,000 BDT, along with 250 free spins.</li><li>Glory casino real money bd withdrawal procedures require account verification for security compliance.</li><li>Beginning with the game on the right foot is simple and straightforward with the new Big Welcome Bonus offered by Pin Up.</li></ul>\r\n<p>Glory Casino offers a wide range of popular live games with high-quality broadcasts. All games are licensed, ensuring reliability and fair gaming process and interactive features provide the ability to communicate with dealers and players. Register an account and get 125% on the first deposit and 250 free spins. Beyond the welcome package, the casino provides other bonuses, including no-deposit rewards, extra free spins, cashback programs, exclusive promotional codes, and reload bonuses.</p>\r\n<p>This title was created for mobile devices (although it received this opportunity 6 months after release). However, for those who want to win quickly and easily, Aviator is the ideal option. With these options, players can make more thoughtful bets as they have different options that have the potential to reap great casino rewards. Once registration is complete, players will be able to access their account and start enjoying the best of Glory Casino.</p>\r\n<h2>Deposit and Withdrawal Limits and Processing Time</h2>\r\n<p>Glory Casino Bangladesh stands out as a premier online gambling destination, catering to a wide range of gaming preferences. It is designed to offer a rich and diverse gambling experience, making it a favorite among enthusiasts in the region. After installing the app, quickly register using your email or phone number. Enjoy a seamless sign‑up process with options to connect via social networks like Facebook, Instagram, or Twitter. Simply fill in your phone number or email, choose a secure password, select your currency, and enter any promo code you have. Registering and logging in are essential to accessing exclusive features and personalized offers.</p>\r\n<h3>Do I have to confirm my identity after registration?</h3>\r\n<p>Glory Casino employs advanced SSL encryption to protect player data and financial transactions. The platform undergoes regular security audits and maintains strict data protection protocols compliant with international standards. The minimum deposit starts from ৳400, and transactions are processed instantly. Popular preset amounts like ৳400, ৳600, or ৳800 simplify the top-up process. To withdraw money, go to the \"Cashier\" section, select \"Withdraw,\" and enter the desired amount. Withdrawals can be processed through Bkash or Nagad, with a minimum withdrawal of 1,000 BDT and a maximum of 30,000 BDT per transaction.</p>\r\n\r\n<p>These slots come with stunning visuals, exciting features, and the chance to win big through progressive jackpots. Glory Casino is a legal and licensed online casino, holding a valid gaming license from Curacao that ensures our operations are regulated. The game sets are constantly updated and supplemented, offering players something new.</p>\r\n<p>Following the welcome reward, members can access free spins, cashback, weekly programs, daily rewards, and special promo codes. The platform offers bonus deals for its customers to make their experience more diverse and engaging. If you manage to sign up and deposit within the first hour, the bonus percentage will be increased to 125%. After claiming a welcome reward, customers may enjoy FS, cashback, a week program, daily rewards, gifts, promo codes, and more. Glory Casino Bangladesh offers a wide range of betting options, allowing users to enjoy a diverse selection of sports and casino games. Whether you’re into traditional sports betting or more modern forms like esports, Glory Casino has something for everyone.</p>\r\n<p>Glory casino also adapts its offers to meet the expectations of different audiences. For players in Bangladesh, cultural relevance and timing play an important role. Seasonal promotions tied to local festivities or exclusive codes tailored for this audience help make the experience feel more personal. Instead of being just generic rewards, these bonuses show that the platform pays attention to its community and values its presence. At Glory Casino, the main priority is making sure that each player does have a worthwhile time.</p>','Glory Casino Bangladesh Play Online with 250 FSGlory Casino Bangladesh Play Online with 250 FS','','inherit','closed','closed','','336-revision-v1','','','2025-10-11 03:55:20','2025-10-10 20:55:20','',336,'https://lion288slot.com/?p=337',0,'revision','',0),
(338,1,'2025-10-10 20:48:29','2025-10-10 13:48:29','<meta name=\"description\" content=\"Birçok kumarhane, telefonunuzdan oynamak için indirilebilir Aviator uçakları uygulaması sunar. \"/><h1>En Etkili Aviator Hilesi: Kazanmanın İpuçları Empieza Yöntemleri</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Aviatör Hile Programı</a></li><li><a href=\"#toc-1\">Aviator \'ı Gerçek Parayla Oynamak Için En Iyi Casino Nasıl Seçilir? </a></li><li><a href=\"#toc-2\">Kazanma Taktikleri Var Mı</a></li><li><a href=\"#toc-3\">Aviator Hilesi Ile İlgili Türkiye’deki Güncel Düzenlemeler</a></li><li><a href=\"#toc-4\">S: Aviator Hilesi Nereden Indirilebilir? </a></li><li><a href=\"#toc-5\">Uluslararası Perspektiften Aviator Hilesi Ve Hukuki Durum</a></li><li><a href=\"#toc-6\">Bir Aviator Oyununda Risk Dağıtma Taktikleri Nelerdir? </a></li><li><a href=\"#toc-7\">Büyük Kazanmak Için En İyi Aviator Stratejileri Ve İpuçları</a></li><li><a href=\"#toc-8\">Aviator Bonus Kodu</a></li><li><a href=\"#toc-9\">Aviator Sinyal Hilesi Apk</a></li><li><a href=\"#toc-10\">Para Için Aviator Slot Makinesinin Kuralları Ve Özellikleri Nelerdir? </a></li><li><a href=\"#toc-11\">En Etkili Aviator Hilesi: Kazanmanın İpuçları Ve Yöntemleri</a></li><li><a href=\"#toc-12\">Q: Aviator Hilelerini Kullanmanın Riskleri Var Mı? </a></li><li><a href=\"#toc-13\">Aviator Oynamak Için Aşağı Strateji</a></li><li><a href=\"#toc-14\">Kullanıcı Arayüzü Empieza Oyun Tasarımının Rolü</a></li><li><a href=\"#toc-15\">Q: En Güncel Aviator Hileleri Nerede Bulabilirim? </a></li><li><a href=\"#toc-16\">Aviator</a></li><li><a href=\"#toc-17\">Çevrimiçi Oyun Hilelerinin Gerçekliği</a></li><li><a href=\"#toc-18\">Sikça Sorulan Sorular: Aviator Oyununda Nasıl Kazanılır</a></li><li><a href=\"#toc-19\">Aviator Oyunu Hilesi: İpuçları Ve Taktikler Rehberi</a></li><li><a href=\"#toc-20\">Aviator \'u En Kaliteli Bonuslarla Hangi Casinolarda Bulabilirim? </a></li><li><a href=\"#toc-21\">Oyun Stratejileri Ile Kazanç Artırma Yöntemleri</a></li><li><a href=\"#toc-22\">Uçağınızı Geliştirin</a></li><li><a href=\"#toc-23\">Casino Siteleri</a></li><li><a href=\"#toc-24\">Aviator’da Kazanma İhtimallerini Artırmanın Stratejileri</a></li><li><a href=\"#toc-26\">Gelecekte Aviator Hilesi Ile Mücadelede Beklenen Gelişmeler</a></li><li><a href=\"#toc-29\">Aviator Hileleri 2021</a></li><li><a href=\"#toc-32\">Q: Hangi Aviator Hileleri 2021 Için Güncel? </a></li><li><a href=\"#toc-33\">Para Için Aviator Oynamak Için Martingale Stratejisi</a></li><li><a href=\"#toc-34\">Para Içinaviator Oyunu 1xbet </a></li></ul></div><p>Ancak bu işlem de garantili bir yöntem değildir ve cihazınıza zarar verebilir.  Eşsiz empieza basit oynanışıyla threat almanın verdiği hisleri en temel şekilde yansıtması günümüzdeki popülerliğinin nedenlerinden sadece birkaçı.  Yine de, oyunda etkileşimde bulunabilecekleri canlı bir sohbetin yanı sıra önceki turların sonuçları da bulunmaktadır.</p><ul><li>Bir sonraki tura da bahis yapmak için yeterli paranız olduğundan emin olun ve hepsini ilk bahsinizde harcamayın. </li><li>Aviatör oyunu, oyuncuların uçaklarını hedeflere yönlendirerek puan kazanmalarını sağlar. </li><li>Sitemizde uygulamayı indirebilir empieza hızlı bir kurulum kılavuzu edinebilirsiniz. </li><li>Oyuncuların kazanma şansını artırmak için yapabilecekleri en iyi şey, oyunu iyi bir şekilde anlamak ve doğru stratejileri kullanmaktır. </li></ul><p>Modern casinolar yüzlerce farklı altcoin ile ödeme imkanı sunmaktadır.  Buna ek olarak, bazı oyun platformları Payoneer gibi yerel bankacılık sistemlerini desteklemektedir.  Seçtiğiniz kumarhanenin bankacılık veya kripto para cüzdanınızla çalıştığından emin olmak için para yatırma empieza çekme hüküm\" \"empieza koşullarına göz atın.</p><h2 id=\"toc-0\">Aviatör Hile Programı</h2><p>Yukarıda belirtilen taktikler, Aviator oyununda kazanma şansınızı artıracaktır.  Oyunu adil bir şekilde oynamak ve diğer oyuncuların deneyimlerine saygı göstermek önemlidir.  Ancak, sinyal hilesi sobre tıpkı diğer hileler gibi yasaklanmıştır ve kullanımı tespit edildiğinde ciddi sonuçlar doğurabilir.\" \"[newline]Ayrıca, Aviator sinyal hilesi için indirilen dosyalar güvenlik riskleri taşıyabilir, cihazda virüs ya da kötü amaçlı yazılımlar oluşturabilir.  Aviator oyununda başarı sağlamak için sinyal hilesi gibi yöntemlere başvurmak yerine deneyim kazanmak ve stratejik düşünmek daha güvenli bir seçenektir.  Sinyal hilesi kısa vadede kazanç sağlıyor gibi görünse sobre uzun vadede güvenli bir yöntem değildir.  Aviatör Uçak oyunu, çeşitli taktikler ve stratejiler gerektiren bir oyun türüdür.</p><ul><li>Ancak, düşük seviyeli uçaklar, daha düşük bir riskle daha düşük kazançlar sağlamaktadır. </li><li>Aviator oyununda, geri dönüşüm oranı ve kazanma olasılığı arasındaki bağlantı oldukça yüksektir. </li><li>Ancak, bahis yapmadan önce bütçenizi ve risk toleransınızı göz önünde bulundurarak dikkatli bir şekilde düşünmeniz gerektiğini unutmayın. </li></ul><p>Her oyunda aynı katsayıyı yakalamak mümkün olmadığı gibi, uçağın beklenmedik anda kaybolma ihtimali de vardır.  Bu nedenle, oyuncuların yüksek kazanç hedeflerken sabırlı olmaları önemlidir.  Ayrıca,  max win oranını hedeflemek, oyunun heyecanını artıran ve oyuncuların daha fazla chance almasını sağlayan bir etkendir.  Oyunda belirli katsayılara ulaşıldığında kazancı çekmek veya max win hedefini zorlamak oyuncuların stratejilerine bağlıdır.  Aviator Max Earn, yüksek kazanç hedefleyen oyuncular için büyük bir ödül fırsatı sunar ve bu özellik oyuna heyecan katan önemli bir unsurdur.  Aviator demonstration oyna, oyunculara gerçek para yatırmadan oyunun\" \"dinamiklerini keşfetme imkanı sunan bir özelliktir <a href=\"https://k-cap2017.org/\">aviator</a>.</p><h3 id=\"toc-1\">Aviator \'ı Gerçek Parayla Oynamak Için En Iyi Online Casino Nasıl Seçilir? </h3><p>İçerik olarak birçok zevke ve eğlenceye hizmet eden bahis siteleri sağladıkları promosyonlar sayesinde sobre bu kazancı üst seviyeye taşımaktadır.  Yükselmeye devam ediyor bu esnada koymuş olduğunuz bahis için katlama kazancı da artıyor.  Tespit edilen hile kullanıcıları para cezası alabilir, hesapları kapatılabilir ve ağır durumlarda hapis cezasına çarptırılabilirler.  Hile kullanmadan de uma Aviator da yasal yollarla kendinizi geliştirebilir ve kazançlarınızı arttırabilirsiniz.  Gambler’s Help, kendisinin veya bir başkasının kumar oynamasından endişe duyan herkese ücretsiz ve gizli yardım ve destek sunmaktadır.  Örneğin, 2 $ bahis oynarsanız ve çarpan 2, 5x olduğunda nakit çekerseniz, toplam 5 $ (3 $ kar) kazanırsınız.</p><ul><li>Her eine kadar bazı oyuncular hile yöntemlerini kullanmak\" \"istese de, bu durumun ciddi yasal ve etik sonuçları vardır. </li><li>Dolandırıcılar, bu tarz ücretsiz apk dosyalarını kullanarak bilgisayarınıza zararlı yazılım bulaştırabilirler. </li><li>Aviator oyunu ipuçları ve stratejileri açısından en önemli noktalardan biri sobre, düşük mesafelerde uçarak daha fazla puan kazanmaktır. </li><li>Bu ani kaybolma riski, Aviator oyununa büyük bir heyecan ve strateji boyutu katar. </li></ul><p>Sistem genel olarak rastgele ilerler, ancak belirli düzlüklerde rastgele olarak ilerler.  Örneğin, belirli bir kazanç miktarı yükselişinde, mavi, kırmızı ve pembe renklerin gelme olasılığı değişebilir.  Bu nedenle, belirli bir düzlükte rastgele olarak ilerlerken, bilerek taktikleri kullanmak suretiyle yüksek kazançlar elde etmek mümkündür.  Çoğu APK dosyası, kullanıcıların cihazlarına zararlı yazılımlar bulaştırabilir ve güvenlik açıklarına yol açabilir.  Ayrıca, oyun sağlayıcıları tarafından bu tür hilelerin kullanımı tespit edilirse, hesapların kapatılma riski de vardır.</p><h3 id=\"toc-2\">Kazanma Taktikleri Var Mı</h3><p>Böylece, oyuncuların doğru zamanda bahislerini çekmelerine yardımcı olmayı amaçlar.  Aviator APK sinyal hilesi, oyunda stratejik bir avantaj sağlamayı vaat eder; ancak bu yöntem, yasal değildir ve oyun sağlayıcıları tarafından yasaklanmıştır.  Aviator demo oyna seçeneği sayesinde oyuncular, uçağın yükselme oranlarını empieza hangi katsayılarda bahis çekmenin mantıklı olduğunu test edebilirler.  Bu mod, oyunculara strateji geliştirme fırsatı sunarak gerçek oyunda daha hazırlıklı olmalarını sağlar.</p><ul><li>Aviator oyunu hakkındaki bilgiler kısa bir giriş olarak alınabilir, çünkü aslında yüzlerce farklı strateji vardır. </li><li>Aviator oyununun sobre büyük avantajlarından biri de mobil uyumlu olmasıdır; bu sayede oyuncular, diledikleri the woman yerden oyunu oynayarak kazanç sağlayabilir. </li><li>İdeal olarak, kaybettiğinizde bahislerinizi artırır ve bir tur kazandığınızda orijinal değerlerine geri döndürürsünüz. </li><li>Oyun, rastgele sayı üretici (RNG) ile çalışır ve sonuçlar tamamen şansa dayalıdır. </li><li>Aviator oyunu resmi olarak Pin Upwards, 1Win, Olimp veya Mostbet gibi zaman içinde kendini kanıtlamış birçok casinonun cephaneliğinde yer almaktadır. </li></ul><p>Dikkatli bir şekilde bahislerinizi ayarlamak, kayıpları en aza indirmenize ve kazançları boost etmenize yardımcı olur.  Aviator oyununda sabırlı olmak, kazanma şansınızı\" \"artıracak önemli bir faktördür.  Oyunun başında yüksek bir çarpmadan çıkma potansiyeli olan noktalarda başlamak cazip gelmektedir.  Başlangıçta daha düşük değerlerle başlamak empieza oyunun gidişatını gözlemlemek daha mantıklı olmaktadır.  Sabırlı bir şekilde doğru zamanda yüksek değerlere oynamak, kazanma olasılığınızı artırmaktadır.  Aviatör Uçak oyunu, adil bir şekilde tasarlanmış bir oyundur empieza herhangi bir hile veya dolandırıcılık yöntemiyle kazanmak mümkün değildir.</p><h2 id=\"toc-3\">Aviator Hilesi Ile İlgili Türkiye’deki Güncel Düzenlemeler</h2><p>Hile aramak yerine, oyunun mekaniğini anlamak ve doğru zamanda doğru kararlar vermek, kazanç elde etmenin en güvenilir yoludur.  Aviator oyununa katılmak isteyen oyuncular, çeşitli online casino sitelerine giriş yaparak oyunu oynayabilirler.  Çoğu system, üyelik gerektirirken bazıları demo modda oynama seçeneği sunar.  Aviator oyununa giriş yapmak için öncelikle güvenilir bir site seçilmesi önemlidir, çünkü oyuncuların bilgileri ve kazançları burada saklanır.</p><ul><li>Kendi stratejilerinizi geliştirerek, bahisi kazanma olasılığının verdiği heyecanla uçuşa Bigbrog’den katılın. </li><li>Bonus aktif hale geldikten sonra, oyuncular bu ekstra bahis miktarını kullanarak oyuna katılabilir ve kazanç elde etme şanslarını artırabilir. </li><li>Otomatik nakit çıkışı, çift bahis işlevini kullanıyorsanız ikinci bahsiniz için mükemmeldir. </li><li>Tasarımda hızlı geri bildirim mekanizmaları, oyunculara hissettikleri kontrolü artırarak pozitif deneyim oluşturur. </li></ul><p>Aviator hilesi yapmak için öncelikle en güncel ve güvenilir bir hile sitesinden dosyayı indirebilirsiniz.  Daha sonra, hileyi doğru bir şekilde kullanarak avantaj elde edebilirsiniz.  Hem hile indirme hem de kullanımı oldukça kolaydır, ancak doğru adımları takip etmek önemlidir.  Oyunun keyfini çıkarırken, diğer oyuncuların haklarını da düşünmelisiniz.  Hile kullanmak, oyunun adil olmayan bir şekilde oynanmasına neden olabilir ve genellikle diğer oyuncuların keyif almasını engeller.  Bu dosyaları indirerek, aviator oyununu hileli bir şekilde oynayabilirsiniz.</p><h3 id=\"toc-4\">S: Aviator Hilesi Nereden Indirilebilir? </h3><p>Aradığınız şey şansınızı kullanarak kazanç sağlamaksa, Aviator oyna w tamtym miejscu size göre.  Diğer adı ile uçak oyunu olan bu şahane oyunda havalanan uçağı doğru zamanda durdurmanız gerekiyor.  Aviator hilesi ile ilgili güncel yasalar, Türkiye’de ve dünyada adil oyun ortamını korumak için ciddi önlemler içerir.  Hile kullanımı yasalara aykırı olup, tespit edildiğinde para cezaları, hesap kapatmaları ve hapis cezaları gibi yaptırımlar uygulanır.  Oyun sektöründe oyuncu güvenini sağlamak için düzenleyici kurumlar empieza oyun sağlayıcılar yoğun çaba sarf etmektedir.</p><ul><li>Farklı stratejileri ve adımları takip ederek, daha hızlı bir şekilde ilerlemek empieza daha fazla puan kazanmak mümkün olabilir. </li><li>Gambler’s Help, kendisinin veya bir başkasının kumar oynamasından endişe duyan herkese ücretsiz ve gizli yardım ve destek sunmaktadır. </li><li>Kârınız birikmeye başladıkça bunu artırabilirsiniz, ancak aşırıya kaçmamaya dikkat edin. </li><li>Gerçek parayla oynanan her kumar oyununda olduğu gibi Aviator \'un da kendi bonusları vardır. </li><li>Oyundaki performansı takip etmek için çeşitli analiz araçları ve not alma uygulamaları kullanılabilir, ayrıca topluluk tavsiyeleri önemlidir. </li><li>Burada önemli olan seçeceğiniz sitenin yeni üyelere verdiği bedava bonus ya da freespin’in Aviator oyununda geçerli olmasıdır. </li></ul><p>Aviator oyun mantığını anlamak kolaydır, ancak zaman zaman daha az deneyimli oyuncuların kafasını karıştırabilir.  Aviator çarpan değeri 0’dan 200’e kadar gider, bu da küçük uçak 1x çarpanına ulaşana kadar uçana kadar bahsinizde başa baş olmayacağınız anlamına gelir.  Çarpan 1x’ten yüksek olduğunda, kârda olacağınız için bahsinizi hemen çekebilirsiniz.  Aviator oyununu nasıl kazanacağınızı bilmek istiyorsanız,\" \"u zaman doğru yere geldiniz.</p><h2 id=\"toc-5\">Uluslararası Perspektiften Aviator Hilesi Ve Hukuki Durum</h2><p>Grafikler ve ses efektleri, sade ve dikkat dağıtmayacak şekilde tasarlanmış olup, mobil uyumluluğu sayesinde her yerden kolayca oynanabilir.  Oyuncular, strateji ve şansa dayalı bu kazanç serüveninde yüksek ödüller kazanma şansını elde eder.  Aviator oyununda başarılı olmak için, hile yapma yöntemleri\" \"ve ipuçlarına hakim olmak gerekmektedir.  Bu hileler sayesinde, oyunda daha hızlı bir yükseliş elde etmek mümkün hale gelmektedir.  Aviator hileleri ve hile yapma yöntemleri hakkında en etkili taktikler bu bölümde sizinle paylaşılacaktır.  Oyuncular, platform tarafından sağlanan added bonus kodunu ilgili alana girerek bonusu aktif hale getirir.</p><p>Bu aspektten bakıldığında, oyuncuların topluluklara katılmaları uzun vadeli başarı ve deneyim artışı için önerilir.  Kaliteli bir oyuncu deneyimi, sadece eğlenceli vakit geçirmekle kalmaz, aynı zamanda oyunun sunduğu fırsatlardan adil ve uzun vadeli yararlanmayı sağlar.  Aviator gibi şans empieza strateji gerektiren oyunlarda, deneyimin kalitesi oyuncunun oyuna olan bağlılığını artırır ve psikolojik tatmini yükseltir.  İyi bir deneyim, kullanıcı arayüzünün kolay anlaşılabilir olması, oyun içi desteklerin etkinliği empieza oyunun dengeli yapısı ile sağlanır.  Böylece oyuncular, oyunda duygusal ve maddi anlamda doyurucu zaman geçirirler.</p><h3 id=\"toc-6\">Bir Aviator Oyununda Risk Dağıtma Taktikleri Nelerdir? </h3><p>Ancak, düşük seviyeli uçaklar, daha düşük bir riskle daha düşük kazançlar sağlamaktadır.  Bu nedenle, oyuncular, bahis miktarını ve bahis yapacakları uçağın seviyesini doğru bir şekilde belirlemelidirler.  Aviatör oyununda kazanç elde etmek için taktikler kullanmak empieza oyunun algoritmasını iyi bilmek önemlidir.  Ayrıca, oyuna başlamadan önce kendinize bir bütçe belirleyerek, kontrollü bir şekilde oynamanız weil önemlidir.  Sonuç olarak, Aviatör oyununda hile yapmanın mümkün olmadığını bilmek ve oyunun algoritmasını doğru anlamak, kazanç elde etmeniz için önemlidir.</p><ul><li>Oyun tamamen RNG tarafından kontrol edilir empieza her tur öncekilerden tamamen bağımsızdır. </li><li>Aviator oyunu, yeni teknoloji ile eski boga heyecanı başarılı bir şekilde birleştirdiği için birçok oyuncunun zihnini ele geçirdi. </li><li>Aviators için en kaliteli ipuçları ve stratejiler hakkında hala sorularınız mı var? </li><li>Bu modda oyuncular, herhangi bir gerçek para yatırmadan oyunu deneyebilir ve uçağın yükselme hızını gözlemleyebilirler. </li><li>Aviator \'da turun sonucunun oluşumu katılımcılara bağlıdır - oyun operatörü ve bahis yapan kullanıcılar. </li></ul><p>Aviator’da bonuslar neticesinde oyuncular daha uzun süre oyunda kalabilir ve farklı stratejiler deneyebilir.  Aviator oyununda başarılı olabilmek için birçok oyuncu farklı taktikler geliştirmiştir.  Oyunda başarıyı artıran durante önemli faktörlerden biri, deneyim ve gözlemdir.  Deneyimli oyuncular, oyunun belirli dönemlerinde chance alarak daha yüksek kazanç elde etme fırsatını değerlendirebilirler.  Ancak bu stratejilerin kesin bir kazanç garantisi sunmadığı unutulmamalıdır.</p><h2 id=\"toc-7\">Büyük Kazanmak Için En İyi Aviator Stratejileri Ve İpuçları</h2><p>Aviator sinyal hilesi, oyunun algoritmasını analiz ederek uçağın kaybolma anını tahmin etmeyi amaçlayan bir tekniktir.  Bu yöntem, oyuncuların doğru anda bahis çekerek kayıplarını azaltmasını hedefler.  Ancak hile kullanımı yasaklanmış olup, tespit edilirse oyuncuların hesapları dondurulabilir ve kazanılan bahisler geçersiz sayılabilir.</p><p>Birçok yönden, oyun sırasındaki bonus yelpazesi hangi casinoda oynadığınıza bağlıdır.  Oyunun bonusları genellikle nihai kazancı etkileyen bir katsayıdan oluşur.  Hızlı bir şekilde uygun, yasal ve karlı bir çevrimiçi oyun platformu bulmak istiyorsanız, derecelendirmemizi kullanın.  Burada mevcut bonuslar, özel teklifler ve İnternet\'teki en popüler çevrimiçi casinoların özellikleri hakkında bilgi bulacaksınız.  Burada önemli olan seçeceğiniz sitenin yeni üyelere verdiği bedava bonus veya freespin’in Aviator oyununda geçerli olmasıdır.  Oyundan elde edeceğiniz kazanç ile daha fazla oynamaya devat edebilirsiniz.</p><h2 id=\"toc-8\">Aviator Bonus Kodu</h2><p>Ücretsiz oynarken sanal parayla yapılan bahisler, oyuncuların kazanç stratejilerini denemelerine olanak tanır.  Ayrıca, Aviator’un heyecanını ve adrenalin dolu yapısını hissetmek tercih eden ancak para yatırmak istemeyenler için perfect bir seçenektir.  Ücretsiz mod, oyunun sunduğu tüm özellikleri denemek ve oyunun temposuna alışmak açısından weil oldukça faydalıdır.  Aviator ücretsiz oyna, oyunculara gerçek oyun öncesi sağlam bir hazırlık fırsatı sunar.  Aviator, son dönemde casinos oyuncuları arasında büyük popülerlik kazanmış, interaktif bir slot oyunudur.  Klasik slot makinelerinin aksine, Aviator oyunu, oyunculara dinamik bir deneyim sunar empieza kazanma şansını artıran çeşitli stratejik unsurlar içerir.</p><ul><li>Bu mod, oyuncuların gerçek pra yatırmadan oyunun dinamiklerini anlamalarını ve stratejilerini geliştirmelerini sağlar. </li><li>Bu seçiminiz sorunsuz hizmet alabilmenizi garantilemek anlamına gelecektir. </li><li>Hile kullanmak, oyunun adil olmayan bir şekilde oynanmasına neden olabilir ve genellikle diğer oyuncuların keyif almasını engeller. </li><li>Aviator çarpan değeri 0’dan 200’e kadar gider, bu da küçük uçak 1x çarpanına ulaşana kadar uçana kadar bahsinizde başa baş olmayacağınız anlamına gelir. </li></ul><p>Ayrıca, ücretsiz olarak sunulan sinyal hileleri, güvenlik açısından chance taşır ve cihazlarda zararlı yazılımlar barındırabilir.  Bu nedenle, Aviator oyununda başarılı olmak için hile kullanmak yerine oyun stratejilerini öğrenmek ve deneyim kazanmak daha sağlıklı bir yaklaşımdır.  Aviator sinyal hilesi ücretsiz, kısa vadede kazanç sağlasa bile uzun vadede güvenilir bir yöntem olarak görülmez.  Aviator sinyal hilesi ücretsiz, oyunda kazanma şansını artırmak amacıyla kullanılan bir yöntemdir.  Ücretsiz sinyal hileleri, çoğunlukla mobil uygulamalar veya üçüncü parti yazılımlar olarak sunulur.  Oyuncular bu hileleri ücretsiz bir şekilde indirip kullanarak kazanç elde etme şanslarını artırmak isteyebilirler.</p><h3 id=\"toc-9\">Aviator Sinyal Hilesi Apk</h3><p>İlk olarak, Aviator oyunu hilesi yapmanın birçok farklı yöntemi vardır.  Bazı oyuncular hileleri kendileri oluştururken, diğerleri ise net üzerinden hazır hileleri indirirler.  Aviator hilesi nasıl yapılır sorusuna yanıt vermek için öncelikle kullanacağınız cihazın işletim sistemini bilmelisiniz.  Ancak, altınları toplamak kolay olmayabilir, çünkü engellere yakın ve tehlikeli yerlerde bulunabilirler.</p><ul><li>Aviator oyununda hile yapmanın en etkili yöntemlerinden biri, doğru kodları kullanmaktır. </li><li>Sinyal hilesi kısa vadede kazanç sağlıyor gibi görünse sobre uzun vadede güvenli bir yöntem değildir. </li><li>Deneyerek kazanma şansınızı artırabilir ve oyun deneyiminizi geliştirebilirsiniz. </li><li>Sonuç olarak, uçak oyunu gibi online oyunlarda, hile veya dolandırıcılık yoluyla kazanmak kesinlikle mümkün değildir. </li><li>Aviator oyununu oynamak isteyen oyuncular, öncelikle güvenilir bir gambling establishment sitesi seçmelidir. </li><li>Aviator sinyal hilesi ücretsiz, oyuncuların oyunda avantaj elde etmek için kullandıkları bir hile yöntemidir. </li></ul><p>Ancak, bu dosyaların güvenilirliği konusunda dikkatli olmanız gerekmektedir.  Aviator’da maksimum kazanç (max win), uçağın en yüksek seviyeye ulaştığı an bahis çekildiğinde kazanılır.  Ancak, bu seviyeye ulaşmak tamamen şansa bağlı olup uçak your ex an kaybolabilir.  Bu nedenle oyuncuların, belirli bir risk yönetimi stratejisi oluşturarak uygun anda bahislerini çekmeleri önemlidir.</p><h2 id=\"toc-10\">Para Için Aviator Slot Makinesinin Kuralları Ve Özellikleri Nelerdir? </h2><p>Bu strateji, kazanma oranınızı artırmak için bahis miktarınızı değiştirmek esasına dayanır.  Bu taktikte, önce oyunu takip edin ve kazanan bahis doğrultusunda bahis miktarınızı artırın.  Bu akal, bahisleriniz arasındaki kazanma ve kaybetme dönemlerini yönetmenize yardımcı olabilir.  Bu nedenle, Aviator hilesi kullanmadan önce hilelerin potansiyel sonuçlarını ve yasallığını dikkatli bir şekilde değerlendirmelisiniz.  Bazı durumlarda, hilelerin kullanımı yasaklanmıştır empieza bu nedenle kullanıcılar hile kullanırken platformlarından uzaklaştırılabilir.  Aviator oyununun kodlarını özelleştirmek için javascript ve benzeri programlama dillerini kullanmak suretiyle hile yapabilirsiniz.</p><p>Aviator bonusları, oyunculara daha fazla oyun fırsatı sunar ve kazançlarını artırmalarına yardımcı olur.  Bu avantajı etkili bir şekilde kullanmak, oyunculara daha keyifli bir oyun deneyimi sağlar.  Bu özellik sayesinde, oyuncuların oyunu tanımaları ve kendilerine en uygun stratejiyi geliştirmeleri mümkün olur.</p><h3 id=\"toc-11\">En Etkili Aviator Hilesi: Kazanmanın İpuçları Ve Yöntemleri</h3><p>Aviator bonus, oyuncuların oyunda daha fazla kazanma şansı elde etmesine yardımcı olan bir avantajdır.  Aviator bonuslarını kullanmak için öncelikle güvenilir bir casino platformuna üye\" \"olmanız ve bonus şartlarını karşılamanız gerekmektedir.  Bonus aktif hale geldikten sonra, oyuncular bu ekstra bahis miktarını kullanarak oyuna katılabilir ve kazanç elde etme şanslarını artırabilir.</p><ul><li>Bonus ve freespin gibi avantajlar sayesinde oyuncular, oyuna daha hakim olarak kazançlarını artırabilirler. </li><li>Ancak, Aviator gibi çevrimiçi oyunlarda kullanılan algoritmalar genellikle karmaşık ve güvenli bir şekilde tasarlanmıştır. </li><li>Oyun prosedürü farklı değildir, ancak Olimp\" \"en yeni oyunculara% 200\'e varan ilk para yatırma bonusu sunar. </li><li>Ancak, internet üzerinde dolaşan aviator hileleri hakkında iddialar kafa karışıklığı yaratabiliyor. </li></ul><p>Ayrıca, bu hileler oyunun gerçek kazanma heyecanını ortadan kaldırır ve oyuncunun oyun deneyimini kalitesiz hale getirir.  Bu sebeple, Aviator hilesi kullanımı yerine, oyuncu deneyimini sürdürülebilir biçimde artırmayı hedefleyen stratejiler\" \"daha mantıklıdır.  Aviator freespin, oyunculara ücretsiz oynama hakkı tanıyan bir özelliktir.  Freespin, belirli şartların sağlanması durumunda devreye girer empieza oyunculara ek bir maliyet ödemeden oyunu oynama şansı sunar.</p><h2 id=\"toc-12\">Q: Aviator Hilelerini Kullanmanın Riskleri Var Mı? </h2><p>Ayrıca, oyun sağlayıcıları tarafından yasaklanmış olan bu yöntemler, tespit edildiğinde oyuncuların hesaplarının kapatılmasına neden olabilir.  Bu risk faktörü, oyunun heyecanını artırırken, aynı zamanda oyuncuların dikkatli bir şekilde strateji geliştirmesini gerektirir.  Aviator’un en büyük avantajlarından  biri, oyunun basit ve anlaşılır bir arayüze sahip olmasıdır.</p><p>Bu mod, gerçek oyundan daha yüksek kazanç seviyeleri sunarak oyuncuların oyundaki potansiyel kazançlarını analyze etmelerine yardımcı olur.  Aviator demo, gerçek oyunun heyecanını yaşatırken aynı zamanda oyunculara risk almadan kazanma taktiklerini öğrenme şansı tanır.  Oyuncular, bu\" \"imod sayesinde hem eğlenceli vakit geçirir sprained ankle treatment de gerçek oyuna daha hazırlıklı bir şekilde başlayabilirler.  Bu oyunda, oyuncular belirli bir bahis miktarı koyarak uçağın yükselmesini beklerler.  Uçak nenni kadar yükselirse bahis oranı da u kadar artar; ancak uçak herhangi bir anda kaybolabilir.</p><h3 id=\"toc-13\">Aviator Oynamak Için Aşağı Strateji</h3><p>Aviator sinyal hilesi APK dosyaları, uçağın yükselme oranlarını önceden tahmin etme ve oyunculara uyarı gönderme gibi özellikler sunar.  Aviator hilesi, oyunun algoritmasını manipüle etmek veya haksız avantaj sağlamak amacıyla geliştirilen yasa dışı yöntemlere verilen isimdir.  Genellikle üçüncü taraf yazılımlar, botlar veya değiştirilen kod parçaları yoluyla uygulanır.  Ancak bu tür hilelerin kullanımı, hesapların kalıcı olarak kapatılması, yasal cezalar empieza maddi kayıplar gibi ciddi riskler taşır.</p><ul><li>Ancak oyunun rastgele işleyen bir yapısı olduğundan, kesin bir kazanç garantisi yoktur. </li><li>Ancak, bu dosyaların güvenilirliği konusunda dikkatli olmanız gerekmektedir. </li><li>Bu nedenle, hile yaparken dikkatli\" \"olmanız ve potansiyel sonuçlarını göz önünde bulundurmanız önemlidir. </li><li>Güçlü bir topluluk, oyuncular arasında güven duygusunu artırır\" \"ve hile gibi yasa dışı yöntemlere başvuruyu engeller. </li></ul><p>Bunun yerine, küçük nodriza sürekli kazançlar elde etmek daha güvenli bir stratejidir.  Labouchere taktiği, önceden belirlediğiniz bir hedefe ulaşmak için bahis miktarlarınızı yönetmenizi sağlar.  Bu taktikte, bir dizi sayı belirlersiniz ve bahis oynarken ilk ve son sayıların toplamına eşit olarak bahis yaparsınız.  Her kazanç durumunda\" \"kullanılan sayıları listeden çıkarır ve kayıp durumunda bahis miktarınızı listeye eklersiniz.</p>','En Güncel Ve Etkili Aviator Hilesi 2024 Yöntemleri','','publish','closed','','','en-guncel-ve-etkili-aviator-hilesi-2024-yontemleri','','','2025-10-11 05:24:41','2025-10-10 22:24:41','',0,'https://lion288slot.com/?p=338',0,'post','',0),
(339,1,'2025-10-11 05:24:41','2025-10-10 22:24:41','<meta name=\"description\" content=\"Birçok kumarhane, telefonunuzdan oynamak için indirilebilir Aviator uçakları uygulaması sunar. \"/><h1>En Etkili Aviator Hilesi: Kazanmanın İpuçları Empieza Yöntemleri</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Aviatör Hile Programı</a></li><li><a href=\"#toc-1\">Aviator \'ı Gerçek Parayla Oynamak Için En Iyi Casino Nasıl Seçilir? </a></li><li><a href=\"#toc-2\">Kazanma Taktikleri Var Mı</a></li><li><a href=\"#toc-3\">Aviator Hilesi Ile İlgili Türkiye’deki Güncel Düzenlemeler</a></li><li><a href=\"#toc-4\">S: Aviator Hilesi Nereden Indirilebilir? </a></li><li><a href=\"#toc-5\">Uluslararası Perspektiften Aviator Hilesi Ve Hukuki Durum</a></li><li><a href=\"#toc-6\">Bir Aviator Oyununda Risk Dağıtma Taktikleri Nelerdir? </a></li><li><a href=\"#toc-7\">Büyük Kazanmak Için En İyi Aviator Stratejileri Ve İpuçları</a></li><li><a href=\"#toc-8\">Aviator Bonus Kodu</a></li><li><a href=\"#toc-9\">Aviator Sinyal Hilesi Apk</a></li><li><a href=\"#toc-10\">Para Için Aviator Slot Makinesinin Kuralları Ve Özellikleri Nelerdir? </a></li><li><a href=\"#toc-11\">En Etkili Aviator Hilesi: Kazanmanın İpuçları Ve Yöntemleri</a></li><li><a href=\"#toc-12\">Q: Aviator Hilelerini Kullanmanın Riskleri Var Mı? </a></li><li><a href=\"#toc-13\">Aviator Oynamak Için Aşağı Strateji</a></li><li><a href=\"#toc-14\">Kullanıcı Arayüzü Empieza Oyun Tasarımının Rolü</a></li><li><a href=\"#toc-15\">Q: En Güncel Aviator Hileleri Nerede Bulabilirim? </a></li><li><a href=\"#toc-16\">Aviator</a></li><li><a href=\"#toc-17\">Çevrimiçi Oyun Hilelerinin Gerçekliği</a></li><li><a href=\"#toc-18\">Sikça Sorulan Sorular: Aviator Oyununda Nasıl Kazanılır</a></li><li><a href=\"#toc-19\">Aviator Oyunu Hilesi: İpuçları Ve Taktikler Rehberi</a></li><li><a href=\"#toc-20\">Aviator \'u En Kaliteli Bonuslarla Hangi Casinolarda Bulabilirim? </a></li><li><a href=\"#toc-21\">Oyun Stratejileri Ile Kazanç Artırma Yöntemleri</a></li><li><a href=\"#toc-22\">Uçağınızı Geliştirin</a></li><li><a href=\"#toc-23\">Casino Siteleri</a></li><li><a href=\"#toc-24\">Aviator’da Kazanma İhtimallerini Artırmanın Stratejileri</a></li><li><a href=\"#toc-26\">Gelecekte Aviator Hilesi Ile Mücadelede Beklenen Gelişmeler</a></li><li><a href=\"#toc-29\">Aviator Hileleri 2021</a></li><li><a href=\"#toc-32\">Q: Hangi Aviator Hileleri 2021 Için Güncel? </a></li><li><a href=\"#toc-33\">Para Için Aviator Oynamak Için Martingale Stratejisi</a></li><li><a href=\"#toc-34\">Para Içinaviator Oyunu 1xbet </a></li></ul></div><p>Ancak bu işlem de garantili bir yöntem değildir ve cihazınıza zarar verebilir.  Eşsiz empieza basit oynanışıyla threat almanın verdiği hisleri en temel şekilde yansıtması günümüzdeki popülerliğinin nedenlerinden sadece birkaçı.  Yine de, oyunda etkileşimde bulunabilecekleri canlı bir sohbetin yanı sıra önceki turların sonuçları da bulunmaktadır.</p><ul><li>Bir sonraki tura da bahis yapmak için yeterli paranız olduğundan emin olun ve hepsini ilk bahsinizde harcamayın. </li><li>Aviatör oyunu, oyuncuların uçaklarını hedeflere yönlendirerek puan kazanmalarını sağlar. </li><li>Sitemizde uygulamayı indirebilir empieza hızlı bir kurulum kılavuzu edinebilirsiniz. </li><li>Oyuncuların kazanma şansını artırmak için yapabilecekleri en iyi şey, oyunu iyi bir şekilde anlamak ve doğru stratejileri kullanmaktır. </li></ul><p>Modern casinolar yüzlerce farklı altcoin ile ödeme imkanı sunmaktadır.  Buna ek olarak, bazı oyun platformları Payoneer gibi yerel bankacılık sistemlerini desteklemektedir.  Seçtiğiniz kumarhanenin bankacılık veya kripto para cüzdanınızla çalıştığından emin olmak için para yatırma empieza çekme hüküm\" \"empieza koşullarına göz atın.</p><h2 id=\"toc-0\">Aviatör Hile Programı</h2><p>Yukarıda belirtilen taktikler, Aviator oyununda kazanma şansınızı artıracaktır.  Oyunu adil bir şekilde oynamak ve diğer oyuncuların deneyimlerine saygı göstermek önemlidir.  Ancak, sinyal hilesi sobre tıpkı diğer hileler gibi yasaklanmıştır ve kullanımı tespit edildiğinde ciddi sonuçlar doğurabilir.\" \"[newline]Ayrıca, Aviator sinyal hilesi için indirilen dosyalar güvenlik riskleri taşıyabilir, cihazda virüs ya da kötü amaçlı yazılımlar oluşturabilir.  Aviator oyununda başarı sağlamak için sinyal hilesi gibi yöntemlere başvurmak yerine deneyim kazanmak ve stratejik düşünmek daha güvenli bir seçenektir.  Sinyal hilesi kısa vadede kazanç sağlıyor gibi görünse sobre uzun vadede güvenli bir yöntem değildir.  Aviatör Uçak oyunu, çeşitli taktikler ve stratejiler gerektiren bir oyun türüdür.</p><ul><li>Ancak, düşük seviyeli uçaklar, daha düşük bir riskle daha düşük kazançlar sağlamaktadır. </li><li>Aviator oyununda, geri dönüşüm oranı ve kazanma olasılığı arasındaki bağlantı oldukça yüksektir. </li><li>Ancak, bahis yapmadan önce bütçenizi ve risk toleransınızı göz önünde bulundurarak dikkatli bir şekilde düşünmeniz gerektiğini unutmayın. </li></ul><p>Her oyunda aynı katsayıyı yakalamak mümkün olmadığı gibi, uçağın beklenmedik anda kaybolma ihtimali de vardır.  Bu nedenle, oyuncuların yüksek kazanç hedeflerken sabırlı olmaları önemlidir.  Ayrıca,  max win oranını hedeflemek, oyunun heyecanını artıran ve oyuncuların daha fazla chance almasını sağlayan bir etkendir.  Oyunda belirli katsayılara ulaşıldığında kazancı çekmek veya max win hedefini zorlamak oyuncuların stratejilerine bağlıdır.  Aviator Max Earn, yüksek kazanç hedefleyen oyuncular için büyük bir ödül fırsatı sunar ve bu özellik oyuna heyecan katan önemli bir unsurdur.  Aviator demonstration oyna, oyunculara gerçek para yatırmadan oyunun\" \"dinamiklerini keşfetme imkanı sunan bir özelliktir <a href=\"https://k-cap2017.org/\">aviator</a>.</p><h3 id=\"toc-1\">Aviator \'ı Gerçek Parayla Oynamak Için En Iyi Online Casino Nasıl Seçilir? </h3><p>İçerik olarak birçok zevke ve eğlenceye hizmet eden bahis siteleri sağladıkları promosyonlar sayesinde sobre bu kazancı üst seviyeye taşımaktadır.  Yükselmeye devam ediyor bu esnada koymuş olduğunuz bahis için katlama kazancı da artıyor.  Tespit edilen hile kullanıcıları para cezası alabilir, hesapları kapatılabilir ve ağır durumlarda hapis cezasına çarptırılabilirler.  Hile kullanmadan de uma Aviator da yasal yollarla kendinizi geliştirebilir ve kazançlarınızı arttırabilirsiniz.  Gambler’s Help, kendisinin veya bir başkasının kumar oynamasından endişe duyan herkese ücretsiz ve gizli yardım ve destek sunmaktadır.  Örneğin, 2 $ bahis oynarsanız ve çarpan 2, 5x olduğunda nakit çekerseniz, toplam 5 $ (3 $ kar) kazanırsınız.</p><ul><li>Her eine kadar bazı oyuncular hile yöntemlerini kullanmak\" \"istese de, bu durumun ciddi yasal ve etik sonuçları vardır. </li><li>Dolandırıcılar, bu tarz ücretsiz apk dosyalarını kullanarak bilgisayarınıza zararlı yazılım bulaştırabilirler. </li><li>Aviator oyunu ipuçları ve stratejileri açısından en önemli noktalardan biri sobre, düşük mesafelerde uçarak daha fazla puan kazanmaktır. </li><li>Bu ani kaybolma riski, Aviator oyununa büyük bir heyecan ve strateji boyutu katar. </li></ul><p>Sistem genel olarak rastgele ilerler, ancak belirli düzlüklerde rastgele olarak ilerler.  Örneğin, belirli bir kazanç miktarı yükselişinde, mavi, kırmızı ve pembe renklerin gelme olasılığı değişebilir.  Bu nedenle, belirli bir düzlükte rastgele olarak ilerlerken, bilerek taktikleri kullanmak suretiyle yüksek kazançlar elde etmek mümkündür.  Çoğu APK dosyası, kullanıcıların cihazlarına zararlı yazılımlar bulaştırabilir ve güvenlik açıklarına yol açabilir.  Ayrıca, oyun sağlayıcıları tarafından bu tür hilelerin kullanımı tespit edilirse, hesapların kapatılma riski de vardır.</p><h3 id=\"toc-2\">Kazanma Taktikleri Var Mı</h3><p>Böylece, oyuncuların doğru zamanda bahislerini çekmelerine yardımcı olmayı amaçlar.  Aviator APK sinyal hilesi, oyunda stratejik bir avantaj sağlamayı vaat eder; ancak bu yöntem, yasal değildir ve oyun sağlayıcıları tarafından yasaklanmıştır.  Aviator demo oyna seçeneği sayesinde oyuncular, uçağın yükselme oranlarını empieza hangi katsayılarda bahis çekmenin mantıklı olduğunu test edebilirler.  Bu mod, oyunculara strateji geliştirme fırsatı sunarak gerçek oyunda daha hazırlıklı olmalarını sağlar.</p><ul><li>Aviator oyunu hakkındaki bilgiler kısa bir giriş olarak alınabilir, çünkü aslında yüzlerce farklı strateji vardır. </li><li>Aviator oyununun sobre büyük avantajlarından biri de mobil uyumlu olmasıdır; bu sayede oyuncular, diledikleri the woman yerden oyunu oynayarak kazanç sağlayabilir. </li><li>İdeal olarak, kaybettiğinizde bahislerinizi artırır ve bir tur kazandığınızda orijinal değerlerine geri döndürürsünüz. </li><li>Oyun, rastgele sayı üretici (RNG) ile çalışır ve sonuçlar tamamen şansa dayalıdır. </li><li>Aviator oyunu resmi olarak Pin Upwards, 1Win, Olimp veya Mostbet gibi zaman içinde kendini kanıtlamış birçok casinonun cephaneliğinde yer almaktadır. </li></ul><p>Dikkatli bir şekilde bahislerinizi ayarlamak, kayıpları en aza indirmenize ve kazançları boost etmenize yardımcı olur.  Aviator oyununda sabırlı olmak, kazanma şansınızı\" \"artıracak önemli bir faktördür.  Oyunun başında yüksek bir çarpmadan çıkma potansiyeli olan noktalarda başlamak cazip gelmektedir.  Başlangıçta daha düşük değerlerle başlamak empieza oyunun gidişatını gözlemlemek daha mantıklı olmaktadır.  Sabırlı bir şekilde doğru zamanda yüksek değerlere oynamak, kazanma olasılığınızı artırmaktadır.  Aviatör Uçak oyunu, adil bir şekilde tasarlanmış bir oyundur empieza herhangi bir hile veya dolandırıcılık yöntemiyle kazanmak mümkün değildir.</p><h2 id=\"toc-3\">Aviator Hilesi Ile İlgili Türkiye’deki Güncel Düzenlemeler</h2><p>Hile aramak yerine, oyunun mekaniğini anlamak ve doğru zamanda doğru kararlar vermek, kazanç elde etmenin en güvenilir yoludur.  Aviator oyununa katılmak isteyen oyuncular, çeşitli online casino sitelerine giriş yaparak oyunu oynayabilirler.  Çoğu system, üyelik gerektirirken bazıları demo modda oynama seçeneği sunar.  Aviator oyununa giriş yapmak için öncelikle güvenilir bir site seçilmesi önemlidir, çünkü oyuncuların bilgileri ve kazançları burada saklanır.</p><ul><li>Kendi stratejilerinizi geliştirerek, bahisi kazanma olasılığının verdiği heyecanla uçuşa Bigbrog’den katılın. </li><li>Bonus aktif hale geldikten sonra, oyuncular bu ekstra bahis miktarını kullanarak oyuna katılabilir ve kazanç elde etme şanslarını artırabilir. </li><li>Otomatik nakit çıkışı, çift bahis işlevini kullanıyorsanız ikinci bahsiniz için mükemmeldir. </li><li>Tasarımda hızlı geri bildirim mekanizmaları, oyunculara hissettikleri kontrolü artırarak pozitif deneyim oluşturur. </li></ul><p>Aviator hilesi yapmak için öncelikle en güncel ve güvenilir bir hile sitesinden dosyayı indirebilirsiniz.  Daha sonra, hileyi doğru bir şekilde kullanarak avantaj elde edebilirsiniz.  Hem hile indirme hem de kullanımı oldukça kolaydır, ancak doğru adımları takip etmek önemlidir.  Oyunun keyfini çıkarırken, diğer oyuncuların haklarını da düşünmelisiniz.  Hile kullanmak, oyunun adil olmayan bir şekilde oynanmasına neden olabilir ve genellikle diğer oyuncuların keyif almasını engeller.  Bu dosyaları indirerek, aviator oyununu hileli bir şekilde oynayabilirsiniz.</p><h3 id=\"toc-4\">S: Aviator Hilesi Nereden Indirilebilir? </h3><p>Aradığınız şey şansınızı kullanarak kazanç sağlamaksa, Aviator oyna w tamtym miejscu size göre.  Diğer adı ile uçak oyunu olan bu şahane oyunda havalanan uçağı doğru zamanda durdurmanız gerekiyor.  Aviator hilesi ile ilgili güncel yasalar, Türkiye’de ve dünyada adil oyun ortamını korumak için ciddi önlemler içerir.  Hile kullanımı yasalara aykırı olup, tespit edildiğinde para cezaları, hesap kapatmaları ve hapis cezaları gibi yaptırımlar uygulanır.  Oyun sektöründe oyuncu güvenini sağlamak için düzenleyici kurumlar empieza oyun sağlayıcılar yoğun çaba sarf etmektedir.</p><ul><li>Farklı stratejileri ve adımları takip ederek, daha hızlı bir şekilde ilerlemek empieza daha fazla puan kazanmak mümkün olabilir. </li><li>Gambler’s Help, kendisinin veya bir başkasının kumar oynamasından endişe duyan herkese ücretsiz ve gizli yardım ve destek sunmaktadır. </li><li>Kârınız birikmeye başladıkça bunu artırabilirsiniz, ancak aşırıya kaçmamaya dikkat edin. </li><li>Gerçek parayla oynanan her kumar oyununda olduğu gibi Aviator \'un da kendi bonusları vardır. </li><li>Oyundaki performansı takip etmek için çeşitli analiz araçları ve not alma uygulamaları kullanılabilir, ayrıca topluluk tavsiyeleri önemlidir. </li><li>Burada önemli olan seçeceğiniz sitenin yeni üyelere verdiği bedava bonus ya da freespin’in Aviator oyununda geçerli olmasıdır. </li></ul><p>Aviator oyun mantığını anlamak kolaydır, ancak zaman zaman daha az deneyimli oyuncuların kafasını karıştırabilir.  Aviator çarpan değeri 0’dan 200’e kadar gider, bu da küçük uçak 1x çarpanına ulaşana kadar uçana kadar bahsinizde başa baş olmayacağınız anlamına gelir.  Çarpan 1x’ten yüksek olduğunda, kârda olacağınız için bahsinizi hemen çekebilirsiniz.  Aviator oyununu nasıl kazanacağınızı bilmek istiyorsanız,\" \"u zaman doğru yere geldiniz.</p><h2 id=\"toc-5\">Uluslararası Perspektiften Aviator Hilesi Ve Hukuki Durum</h2><p>Grafikler ve ses efektleri, sade ve dikkat dağıtmayacak şekilde tasarlanmış olup, mobil uyumluluğu sayesinde her yerden kolayca oynanabilir.  Oyuncular, strateji ve şansa dayalı bu kazanç serüveninde yüksek ödüller kazanma şansını elde eder.  Aviator oyununda başarılı olmak için, hile yapma yöntemleri\" \"ve ipuçlarına hakim olmak gerekmektedir.  Bu hileler sayesinde, oyunda daha hızlı bir yükseliş elde etmek mümkün hale gelmektedir.  Aviator hileleri ve hile yapma yöntemleri hakkında en etkili taktikler bu bölümde sizinle paylaşılacaktır.  Oyuncular, platform tarafından sağlanan added bonus kodunu ilgili alana girerek bonusu aktif hale getirir.</p><p>Bu aspektten bakıldığında, oyuncuların topluluklara katılmaları uzun vadeli başarı ve deneyim artışı için önerilir.  Kaliteli bir oyuncu deneyimi, sadece eğlenceli vakit geçirmekle kalmaz, aynı zamanda oyunun sunduğu fırsatlardan adil ve uzun vadeli yararlanmayı sağlar.  Aviator gibi şans empieza strateji gerektiren oyunlarda, deneyimin kalitesi oyuncunun oyuna olan bağlılığını artırır ve psikolojik tatmini yükseltir.  İyi bir deneyim, kullanıcı arayüzünün kolay anlaşılabilir olması, oyun içi desteklerin etkinliği empieza oyunun dengeli yapısı ile sağlanır.  Böylece oyuncular, oyunda duygusal ve maddi anlamda doyurucu zaman geçirirler.</p><h3 id=\"toc-6\">Bir Aviator Oyununda Risk Dağıtma Taktikleri Nelerdir? </h3><p>Ancak, düşük seviyeli uçaklar, daha düşük bir riskle daha düşük kazançlar sağlamaktadır.  Bu nedenle, oyuncular, bahis miktarını ve bahis yapacakları uçağın seviyesini doğru bir şekilde belirlemelidirler.  Aviatör oyununda kazanç elde etmek için taktikler kullanmak empieza oyunun algoritmasını iyi bilmek önemlidir.  Ayrıca, oyuna başlamadan önce kendinize bir bütçe belirleyerek, kontrollü bir şekilde oynamanız weil önemlidir.  Sonuç olarak, Aviatör oyununda hile yapmanın mümkün olmadığını bilmek ve oyunun algoritmasını doğru anlamak, kazanç elde etmeniz için önemlidir.</p><ul><li>Oyun tamamen RNG tarafından kontrol edilir empieza her tur öncekilerden tamamen bağımsızdır. </li><li>Aviator oyunu, yeni teknoloji ile eski boga heyecanı başarılı bir şekilde birleştirdiği için birçok oyuncunun zihnini ele geçirdi. </li><li>Aviators için en kaliteli ipuçları ve stratejiler hakkında hala sorularınız mı var? </li><li>Bu modda oyuncular, herhangi bir gerçek para yatırmadan oyunu deneyebilir ve uçağın yükselme hızını gözlemleyebilirler. </li><li>Aviator \'da turun sonucunun oluşumu katılımcılara bağlıdır - oyun operatörü ve bahis yapan kullanıcılar. </li></ul><p>Aviator’da bonuslar neticesinde oyuncular daha uzun süre oyunda kalabilir ve farklı stratejiler deneyebilir.  Aviator oyununda başarılı olabilmek için birçok oyuncu farklı taktikler geliştirmiştir.  Oyunda başarıyı artıran durante önemli faktörlerden biri, deneyim ve gözlemdir.  Deneyimli oyuncular, oyunun belirli dönemlerinde chance alarak daha yüksek kazanç elde etme fırsatını değerlendirebilirler.  Ancak bu stratejilerin kesin bir kazanç garantisi sunmadığı unutulmamalıdır.</p><h2 id=\"toc-7\">Büyük Kazanmak Için En İyi Aviator Stratejileri Ve İpuçları</h2><p>Aviator sinyal hilesi, oyunun algoritmasını analiz ederek uçağın kaybolma anını tahmin etmeyi amaçlayan bir tekniktir.  Bu yöntem, oyuncuların doğru anda bahis çekerek kayıplarını azaltmasını hedefler.  Ancak hile kullanımı yasaklanmış olup, tespit edilirse oyuncuların hesapları dondurulabilir ve kazanılan bahisler geçersiz sayılabilir.</p><p>Birçok yönden, oyun sırasındaki bonus yelpazesi hangi casinoda oynadığınıza bağlıdır.  Oyunun bonusları genellikle nihai kazancı etkileyen bir katsayıdan oluşur.  Hızlı bir şekilde uygun, yasal ve karlı bir çevrimiçi oyun platformu bulmak istiyorsanız, derecelendirmemizi kullanın.  Burada mevcut bonuslar, özel teklifler ve İnternet\'teki en popüler çevrimiçi casinoların özellikleri hakkında bilgi bulacaksınız.  Burada önemli olan seçeceğiniz sitenin yeni üyelere verdiği bedava bonus veya freespin’in Aviator oyununda geçerli olmasıdır.  Oyundan elde edeceğiniz kazanç ile daha fazla oynamaya devat edebilirsiniz.</p><h2 id=\"toc-8\">Aviator Bonus Kodu</h2><p>Ücretsiz oynarken sanal parayla yapılan bahisler, oyuncuların kazanç stratejilerini denemelerine olanak tanır.  Ayrıca, Aviator’un heyecanını ve adrenalin dolu yapısını hissetmek tercih eden ancak para yatırmak istemeyenler için perfect bir seçenektir.  Ücretsiz mod, oyunun sunduğu tüm özellikleri denemek ve oyunun temposuna alışmak açısından weil oldukça faydalıdır.  Aviator ücretsiz oyna, oyunculara gerçek oyun öncesi sağlam bir hazırlık fırsatı sunar.  Aviator, son dönemde casinos oyuncuları arasında büyük popülerlik kazanmış, interaktif bir slot oyunudur.  Klasik slot makinelerinin aksine, Aviator oyunu, oyunculara dinamik bir deneyim sunar empieza kazanma şansını artıran çeşitli stratejik unsurlar içerir.</p><ul><li>Bu mod, oyuncuların gerçek pra yatırmadan oyunun dinamiklerini anlamalarını ve stratejilerini geliştirmelerini sağlar. </li><li>Bu seçiminiz sorunsuz hizmet alabilmenizi garantilemek anlamına gelecektir. </li><li>Hile kullanmak, oyunun adil olmayan bir şekilde oynanmasına neden olabilir ve genellikle diğer oyuncuların keyif almasını engeller. </li><li>Aviator çarpan değeri 0’dan 200’e kadar gider, bu da küçük uçak 1x çarpanına ulaşana kadar uçana kadar bahsinizde başa baş olmayacağınız anlamına gelir. </li></ul><p>Ayrıca, ücretsiz olarak sunulan sinyal hileleri, güvenlik açısından chance taşır ve cihazlarda zararlı yazılımlar barındırabilir.  Bu nedenle, Aviator oyununda başarılı olmak için hile kullanmak yerine oyun stratejilerini öğrenmek ve deneyim kazanmak daha sağlıklı bir yaklaşımdır.  Aviator sinyal hilesi ücretsiz, kısa vadede kazanç sağlasa bile uzun vadede güvenilir bir yöntem olarak görülmez.  Aviator sinyal hilesi ücretsiz, oyunda kazanma şansını artırmak amacıyla kullanılan bir yöntemdir.  Ücretsiz sinyal hileleri, çoğunlukla mobil uygulamalar veya üçüncü parti yazılımlar olarak sunulur.  Oyuncular bu hileleri ücretsiz bir şekilde indirip kullanarak kazanç elde etme şanslarını artırmak isteyebilirler.</p><h3 id=\"toc-9\">Aviator Sinyal Hilesi Apk</h3><p>İlk olarak, Aviator oyunu hilesi yapmanın birçok farklı yöntemi vardır.  Bazı oyuncular hileleri kendileri oluştururken, diğerleri ise net üzerinden hazır hileleri indirirler.  Aviator hilesi nasıl yapılır sorusuna yanıt vermek için öncelikle kullanacağınız cihazın işletim sistemini bilmelisiniz.  Ancak, altınları toplamak kolay olmayabilir, çünkü engellere yakın ve tehlikeli yerlerde bulunabilirler.</p><ul><li>Aviator oyununda hile yapmanın en etkili yöntemlerinden biri, doğru kodları kullanmaktır. </li><li>Sinyal hilesi kısa vadede kazanç sağlıyor gibi görünse sobre uzun vadede güvenli bir yöntem değildir. </li><li>Deneyerek kazanma şansınızı artırabilir ve oyun deneyiminizi geliştirebilirsiniz. </li><li>Sonuç olarak, uçak oyunu gibi online oyunlarda, hile veya dolandırıcılık yoluyla kazanmak kesinlikle mümkün değildir. </li><li>Aviator oyununu oynamak isteyen oyuncular, öncelikle güvenilir bir gambling establishment sitesi seçmelidir. </li><li>Aviator sinyal hilesi ücretsiz, oyuncuların oyunda avantaj elde etmek için kullandıkları bir hile yöntemidir. </li></ul><p>Ancak, bu dosyaların güvenilirliği konusunda dikkatli olmanız gerekmektedir.  Aviator’da maksimum kazanç (max win), uçağın en yüksek seviyeye ulaştığı an bahis çekildiğinde kazanılır.  Ancak, bu seviyeye ulaşmak tamamen şansa bağlı olup uçak your ex an kaybolabilir.  Bu nedenle oyuncuların, belirli bir risk yönetimi stratejisi oluşturarak uygun anda bahislerini çekmeleri önemlidir.</p><h2 id=\"toc-10\">Para Için Aviator Slot Makinesinin Kuralları Ve Özellikleri Nelerdir? </h2><p>Bu strateji, kazanma oranınızı artırmak için bahis miktarınızı değiştirmek esasına dayanır.  Bu taktikte, önce oyunu takip edin ve kazanan bahis doğrultusunda bahis miktarınızı artırın.  Bu akal, bahisleriniz arasındaki kazanma ve kaybetme dönemlerini yönetmenize yardımcı olabilir.  Bu nedenle, Aviator hilesi kullanmadan önce hilelerin potansiyel sonuçlarını ve yasallığını dikkatli bir şekilde değerlendirmelisiniz.  Bazı durumlarda, hilelerin kullanımı yasaklanmıştır empieza bu nedenle kullanıcılar hile kullanırken platformlarından uzaklaştırılabilir.  Aviator oyununun kodlarını özelleştirmek için javascript ve benzeri programlama dillerini kullanmak suretiyle hile yapabilirsiniz.</p><p>Aviator bonusları, oyunculara daha fazla oyun fırsatı sunar ve kazançlarını artırmalarına yardımcı olur.  Bu avantajı etkili bir şekilde kullanmak, oyunculara daha keyifli bir oyun deneyimi sağlar.  Bu özellik sayesinde, oyuncuların oyunu tanımaları ve kendilerine en uygun stratejiyi geliştirmeleri mümkün olur.</p><h3 id=\"toc-11\">En Etkili Aviator Hilesi: Kazanmanın İpuçları Ve Yöntemleri</h3><p>Aviator bonus, oyuncuların oyunda daha fazla kazanma şansı elde etmesine yardımcı olan bir avantajdır.  Aviator bonuslarını kullanmak için öncelikle güvenilir bir casino platformuna üye\" \"olmanız ve bonus şartlarını karşılamanız gerekmektedir.  Bonus aktif hale geldikten sonra, oyuncular bu ekstra bahis miktarını kullanarak oyuna katılabilir ve kazanç elde etme şanslarını artırabilir.</p><ul><li>Bonus ve freespin gibi avantajlar sayesinde oyuncular, oyuna daha hakim olarak kazançlarını artırabilirler. </li><li>Ancak, Aviator gibi çevrimiçi oyunlarda kullanılan algoritmalar genellikle karmaşık ve güvenli bir şekilde tasarlanmıştır. </li><li>Oyun prosedürü farklı değildir, ancak Olimp\" \"en yeni oyunculara% 200\'e varan ilk para yatırma bonusu sunar. </li><li>Ancak, internet üzerinde dolaşan aviator hileleri hakkında iddialar kafa karışıklığı yaratabiliyor. </li></ul><p>Ayrıca, bu hileler oyunun gerçek kazanma heyecanını ortadan kaldırır ve oyuncunun oyun deneyimini kalitesiz hale getirir.  Bu sebeple, Aviator hilesi kullanımı yerine, oyuncu deneyimini sürdürülebilir biçimde artırmayı hedefleyen stratejiler\" \"daha mantıklıdır.  Aviator freespin, oyunculara ücretsiz oynama hakkı tanıyan bir özelliktir.  Freespin, belirli şartların sağlanması durumunda devreye girer empieza oyunculara ek bir maliyet ödemeden oyunu oynama şansı sunar.</p><h2 id=\"toc-12\">Q: Aviator Hilelerini Kullanmanın Riskleri Var Mı? </h2><p>Ayrıca, oyun sağlayıcıları tarafından yasaklanmış olan bu yöntemler, tespit edildiğinde oyuncuların hesaplarının kapatılmasına neden olabilir.  Bu risk faktörü, oyunun heyecanını artırırken, aynı zamanda oyuncuların dikkatli bir şekilde strateji geliştirmesini gerektirir.  Aviator’un en büyük avantajlarından  biri, oyunun basit ve anlaşılır bir arayüze sahip olmasıdır.</p><p>Bu mod, gerçek oyundan daha yüksek kazanç seviyeleri sunarak oyuncuların oyundaki potansiyel kazançlarını analyze etmelerine yardımcı olur.  Aviator demo, gerçek oyunun heyecanını yaşatırken aynı zamanda oyunculara risk almadan kazanma taktiklerini öğrenme şansı tanır.  Oyuncular, bu\" \"imod sayesinde hem eğlenceli vakit geçirir sprained ankle treatment de gerçek oyuna daha hazırlıklı bir şekilde başlayabilirler.  Bu oyunda, oyuncular belirli bir bahis miktarı koyarak uçağın yükselmesini beklerler.  Uçak nenni kadar yükselirse bahis oranı da u kadar artar; ancak uçak herhangi bir anda kaybolabilir.</p><h3 id=\"toc-13\">Aviator Oynamak Için Aşağı Strateji</h3><p>Aviator sinyal hilesi APK dosyaları, uçağın yükselme oranlarını önceden tahmin etme ve oyunculara uyarı gönderme gibi özellikler sunar.  Aviator hilesi, oyunun algoritmasını manipüle etmek veya haksız avantaj sağlamak amacıyla geliştirilen yasa dışı yöntemlere verilen isimdir.  Genellikle üçüncü taraf yazılımlar, botlar veya değiştirilen kod parçaları yoluyla uygulanır.  Ancak bu tür hilelerin kullanımı, hesapların kalıcı olarak kapatılması, yasal cezalar empieza maddi kayıplar gibi ciddi riskler taşır.</p><ul><li>Ancak oyunun rastgele işleyen bir yapısı olduğundan, kesin bir kazanç garantisi yoktur. </li><li>Ancak, bu dosyaların güvenilirliği konusunda dikkatli olmanız gerekmektedir. </li><li>Bu nedenle, hile yaparken dikkatli\" \"olmanız ve potansiyel sonuçlarını göz önünde bulundurmanız önemlidir. </li><li>Güçlü bir topluluk, oyuncular arasında güven duygusunu artırır\" \"ve hile gibi yasa dışı yöntemlere başvuruyu engeller. </li></ul><p>Bunun yerine, küçük nodriza sürekli kazançlar elde etmek daha güvenli bir stratejidir.  Labouchere taktiği, önceden belirlediğiniz bir hedefe ulaşmak için bahis miktarlarınızı yönetmenizi sağlar.  Bu taktikte, bir dizi sayı belirlersiniz ve bahis oynarken ilk ve son sayıların toplamına eşit olarak bahis yaparsınız.  Her kazanç durumunda\" \"kullanılan sayıları listeden çıkarır ve kayıp durumunda bahis miktarınızı listeye eklersiniz.</p>','En Güncel Ve Etkili Aviator Hilesi 2024 Yöntemleri','','inherit','closed','closed','','338-revision-v1','','','2025-10-11 05:24:41','2025-10-10 22:24:41','',338,'https://lion288slot.com/?p=339',0,'revision','',0),
(340,1,'2025-10-10 11:51:51','2025-10-10 04:51:51','<meta name=\"description\" content=\"\"I casino con estrazione rapido non AAMS si distinguono for each i tempi pada elaborazione estremamente rapidi. \"/><h1>Casinò Non Aams Che Pagano Innenmessgerät Siti Con Prelievo Immediato</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Slotuna</a></li><li><a href=\"#toc-1\">Catalogo Dalam Giochi E Scommesse Sportive</a></li><li><a href=\"#toc-2\">Vantaggi E Svantaggi Dei Casinò No Aams Che Pagano Subito</a></li><li><a href=\"#toc-3\">Incasso Istantaneo Nei Casinò Online: Come Funziona? </a></li><li><a href=\"#toc-4\">Tempi Di Prelievo\" \"[newline]varietà Di Giochi At The Scommesse Sportive</a></li><li><a href=\"#toc-5\">Euronics Higo, Los Angeles Private Label Dalam Ped Semplici At The Affidabili</a></li><li><a href=\"#toc-6\">Voucher E Reproduction Prepagate</a></li><li><a href=\"#toc-7\">Passo 3: Agire E Ottenere Vincite</a></li><li><a href=\"#toc-8\">Passo 1: Registrarsi E Depositare Fondi</a></li><li><a href=\"#toc-9\">Passo 4: Richiedere El Prelievo</a></li><li><a href=\"#toc-10\">Top Ten Migliori Casino Low Aams Che Gentile Subito</a></li><li><a href=\"#toc-11\">Limiti Dalam Prelievo Immediato Nei Casinò Non Aams</a></li><li><a href=\"#toc-12\">I Migliori Casino On The Web Non Aams Within Italia 2025</a></li><li><a href=\"#toc-13\">È Legale Giocare Throughout Un Sito Di Giochi Da Casinò Online Straniero? </a></li><li><a href=\"#toc-14\">Promozioni Casinò Non Aams</a></li><li><a href=\"#toc-15\">National Casino</a></li><li><a href=\"#toc-16\">№ Six Mr Pacho Rapid Bonus 100% Astuto A € 500 + 200 Free Of Charge Spin</a></li><li><a href=\"#toc-17\">Tempi Dalam Prelievo Nei Migliori\" \"casinò Non Aams Che Pagano Subito</a></li><li><a href=\"#toc-18\">Casino Non Aams Che Pagano Subito: Prelievo Rapido E Immediato</a></li><li><a href=\"#toc-19\">I Migliori Casinò Aams Che Idolatra Subito Nel 2024</a></li><li><a href=\"#toc-20\">Lista Dei Migliori Online Casino Non Aams Che Pagano Subito In Italia</a></li><li><a href=\"#toc-21\">Pistolo – Casinò Alternativo Per Chi Nodriza Le Slot</a></li><li><a href=\"#toc-22\">Posso Prelevare Bonus To Vincite Extra Within Modo Istantaneo? </a></li><li><a href=\"#toc-23\">Frumzi Casinò</a></li><li><a href=\"#toc-24\">Quali Sono I Criteri For Each Scegliere I Migliori Casinò Con Estrazione Istantaneo Nel 2025? </a></li><li><a href=\"#toc-25\">Fino A 200€ Con Il Procuring Live Di Sg Casino</a></li><li><a href=\"#toc-26\">Bonus Senza Deposito</a></li><li><a href=\"#toc-27\">Casinò Low Aams Sicuri</a></li><li><a href=\"#toc-28\">Vantaggi Delle Criptovalute Per I Prelievi Rapidi</a></li><li><a href=\"#toc-29\">Quali Sono I Migliori Metodi Di Pagamento Per Casinò Online Con Prelievi Rapidi? </a></li><li><a href=\"#toc-31\">Quale Commissione Per Il Prelievo Immediato Dai Casinò Non Aams? </a></li><li><a href=\"#toc-32\">Metodi Di Accomodamento Nei Casino Con Prelievo Istantaneo</a></li><li><a href=\"#toc-33\">Scelta Diversificata Di Metodi Di Prelievo</a></li></ul></div><p>Le carte dalam credito e i actually bonifici bancari, pur essendo sicuri, possono richiedere più beat.  Il concetto dalam gioco responsabile è essenziale per detenere un equilibrio cercenar mentre si gioca nei online gambling establishment con prelievo immediato e nei casino con deposito istantaneo.  Anche i gambling establishment che pagano pada più possono diventare un rischio ze non si rispettano i propri limiti.  Leggere recensioni affidabili e scegliere casinò sicuri, inclusi quelli non AAMS, aiuta a prevenire comportamenti dannosi.  Utilizza il nostro elenco dei migliori casino not AMMS con prelievo immediato per una ricerca rapida.  Trovare un casino no AAMS con prelievo immediato non è sempre facile, ma alcuni operatori offrono prelievi velocissimi, con assenza di lunghe attese.</p><ul><li>I bonus vengono generalmente accreditati sul nota del casinò, e in alcuni cerca de, anche i benefit possono essere prelevati rapidamente, a seconda del metodo dalam pagamento selezionato. </li><li>È mi piattaforma con crittografia SSL, feedback positivi e tempi dalam prelievo documentati tra 1 e twelve ore. </li><li>Il supporto per i metodi di deposito electronic prelievo comodi electronic veloci è este altro aspetto fundamental. </li><li>I casinò online con prelievo immediato offrono una massa di vantaggi aje giocatori italiani. </li><li>Sembra una cosa scontata, ma non tutti my partner and i siti casino on-line accettano visite dall’Italia, quindi con noi potete stare tranquilli. </li></ul><p>E’ un particolare strumento di versamento, pequeno diffuso nei casinò che pagano subito, che può valere utilizzato solo mi volta e not ha il simile nella fase pada prelievo.  E’ agradable perché non è attaccabile da este hacker e per la sua responsabilità implicita di usa e getta.  Buono da utilizzare sony ericsson i casinò on the internet che pagano immediatamente lo prevedono, altrimenti non è serious.  In questo modos siamo sicuri che\" \"los angeles nostra lista conlleva solo i più bei periodi casinò online stranieri che pagano direttamente e i giocatori che si affidano a noi non vanno incontro some sort of sorprese negative.</p><h2 id=\"toc-0\">Slotuna</h2><p>Transazioni in tempo reale, anonimato garantito electronic costi ridotti li rendono ideali for each gli utenti che cercano il vertice della discrezione.  I limiti di prelievo sono elevati, que incluye massimali anche più di €10. 000 al giorno.  I Crypto casino sono ora standard tra my partner and i casino che gentile di più each efficienza e libertà finanziaria.  Quando cuando sceglie dove agire, la velocità nei pagamenti è uno degli aspetti più importanti per ogni utente.  I casino prelievo immediato permettono di ricevere votre vincite entro pochi minuti o ore, senza attese prolungate.  Questo è distinto dei motivi principali per cui tanti giocatori preferiscono my partner and i casinò non AAMS che pagano innenmessgerät, spesso più efficienti rispetto ai portali tradizionali <a href=\"https://mostracleopatra.it/\">non aams casino farantube</a>.</p><p>Scopri i migliori casinò online stranieri che pagano pada più immediatamente for every goderti un’esperienza pada gioco fluida e sicura.  NeedForSpin présente un bonus pada benvenuto del 100% fino a €300 più 100 giri gratuiti.  È un casino con estrazione immediato, anche ze i tempi possono variare tra twenty-four e 48 ore.  I metodi di pagamento includono planisphère di credito, portafogli elettronici e criptovalute, garantendo depositi immediati e transazioni sicure.  Scegliere i più bei periodi casinò che gentile subito nel 2025 richiede attenzione a diversi elementi chiave.  I giocatori esperti valutano soprattutto los angeles velocità nei pagamenti, la sicurezza delle transazioni e los angeles qualità della piattaforma.</p><h3 id=\"toc-1\">Catalogo Di Giochi E Scommesse Sportive</h3><p>Questo luogo è destinato a new persone di età superiore ai eighteen anni e not saremo responsabili for each eventuali danni derivanti dall\'uso improprio de sito da zona di persone minorenni o con problemi di gioco.  Sono l’autore di corrente sito e algun collaboratore di varie siti di gioco d’azzardo Italiani.  Ho scritto diversi articoli sul gioco d’azzardo e sono primero dei massimi esperti di questa vano nel nostro paese.</p><ul><li>I casino con estrazione immediato in Croatia includono slot, live casino, crash games at the scommesse su eventi reali e virtuali. </li><li>Vediamo dunque quali svantaggi gli utenti possono trovare nelle piattaforme online di gara, siano esse casinò o bookmaker. </li><li>I casinò con pagamento rapido usano sistemi automatizzati per sgonfiare il\" \"beat di attesa. </li><li>Mr Pacho è un casinò online non AAMS que tiene prelievo immediato che opera dal 2023 attraverso la licenza iGaming rilasciata dal governo di Curacao. </li><li>Supporta le criptovalute, que tiene diverse monete digitali, e gli immancabili metodi classici con le carte e gli e-wallet. </li></ul><p>Per aiutarti nella analisi, abbiamo stilato este elenco dei più bei periodi casinò online italiani con pagamento istantaneo.  In questo modo saprai subito ove iniziare a agire per ricevere inside tempi rapidissimi the tue vincite.  I migliori casinò deposito casino con prelievo immediato immediato sicuri adottano criteri tecnici e normativi per garantire la difesa dati casinò immediati.</p><h3 id=\"toc-2\">Vantaggi E Svantaggi Dei Casinò Not Aams Che Pagano Subito</h3><p>Oltre a offrire transazioni rapide e a new basso costo, assicurano elevati livelli pada anonimato grazie allesammans tecnologia blockchain.  Soluzioni come Paysafecard elizabeth Neosurf permettono dalam depositare fondi throughout modo anonimo at the immediato.  Si acquistano facilmente in contanti presso rivenditori autorizzati e sono ideali per chi desidera massima privacy.  Il cashback ti consente di recuperare mi parte delle perdite settimanali o mensili.  Nei casinò non AAMS più affidabili, le percentuali variano dal 5% way 20%, spesso accessibili agli utenti iscritti al programma VERY IMPORTANT PERSONEL.</p><ul><li>È proprio notable di studiare within anticipo quale casinò che tipo dalam pagamento offre, sony ericsson questo funziona que incluye i portafogli elettronici, le carte bancarie e le criptovalute. </li><li>I casino offrono bonus di benvenuto, cashback, free spin casino con prelievo istantaneo e promozioni personalizzate. </li><li>Un supporto attivo può accelerare casinò l’approvazione della richiesta, correggere errori e ridurre i actually tempi di pagamento. </li><li>Consultare quella pagina e comportarsi pada conseguenza, quindi scegliendo i sistemi più rapidi, eviterà problemi da risolvere disadvantage l’assistenza clienti. </li><li>La casino nostra selezione incorporate solo casinò che pagano subito, valutati secondo criteri rigorosi. </li></ul><p>Gli e-wallet, le criptovalute at the i bonifici istantanei sono la scelta migliore se vuoi puntare su prelievi immediati.  Tenete continuamente attivi più sistemi di versamento elizabeth scegliete metodi pada pagamento rapidi for each il prelievo, throughout modo da mettervi già nelle condizione di avere mi transazione veloce dai casinò con prelievi rapidi.  Hai giocato in uno dei casinò non aams che pagano subito e hai accumulato una vincita che vuoi incassare repentinamente?  Nessun problema, segui i nostri consigli per i prelievi rapidi nei casinò online.  E’ este premio che alcuni casinò online que tiene prelievo immediato rilasciano ai nuovi iscritti, prima ancora che effettuino un pagamento.  Il Bonus Con assenza di Deposito e con assenza di documento è considerevolmente ambito, ma plutôt dûr da trovare e di importo largamente modesto.</p><h2 id=\"toc-3\">Incasso Istantaneo Nei Casinò Online: Come Funziona? </h2><p>Inoltre le method KYC sono snelle e intuitive, for every garantire ai nuovi iscritti la prova del conto in pochi minuti.  Se mettiamo un attimo da parte we prelievi e pensiamo a come puoi generare le tue potenziali vincite, è bene controllare anche quali sono i actually servizi di intrattenimento del casinò.  Durante i nostri analyze cerchiamo sempre di valutare l’ampia scelta di slot, holdem poker, blackjack, roulette elizabeth giochi dal vivo che rendono coinvolgenti le puntate.  Se vuoi trovare este casinò serio, non dimenticarti di controllare la sua abuso.  A livello internazionale ci sono tantissime certificazioni rilasciate de uma autorità competenti electronic sicure come Curacao, Anjouan e Fanghiglia che offrono controlli rigorosi e regole chiare anche sulle tue transazioni.  Alcuni operatori offrono anche bonus esclusivi for each chi utilizza determinati metodi di prelievo, come criptovalute to portafogli virtuali, que incluye condizioni favorevoli electronic soglie di estrazione più alte.</p><p>Molti casinò che gentile subito offrono anche giri gratis elizabeth bonus sul primo deposito, che rendono più attraente los angeles\" \"decisione di queste piattaforme per i nuovi giocatori.  Le criptovalute offrono vantaggi significativi, come transazioni queer istantanee e una possibilità di operare in modo anonimo.  In molti casinò online, i prelievi tramite criptovalute appear Bitcoin o Ethereum sono tra i più rapidi, eliminando le attese tipiche dei metodi tradizionali come bonifici bancari.  Potrai trovare proposée di benvenuto che superano il 200%, giri gratuiti tu slot selezionate, programmi VIP e cashback settimanali.</p><h2 id=\"toc-4\">Tempi Di Prelievo\" \"[newline]varietà Di Giochi E Scommesse Sportive</h2><p>I metodi di pagamento disponibili per prelievi immediati possono variare, ma i più comuni includono image bancarie, portafogli elettronici come Skrill e Neteller, e criptovalute come Bitcoin.  La velocità di estrazione dipende principalmente dal metodo di deposito selezionato.  Nei più bei periodi casino online disadvantage prelievo immediato e non AAMS, my partner and i metodi di pagamento giocano un ruolo fondamentale per coprire transazioni rapide e sicure.  Questi casinò che pagano subito offrono una grande gamma di opzioni, come criptovalute, planisphère di credito, e-wallet, e bonifici bancari.  La scelta de metodo giusto può influire significativamente sui tempi di deposito, sulla privacy at the sulla sicurezza delle transazioni.  Ecco una panoramica delle opzioni più comuni e come utilizzarle for every massimizzare l’efficienza nei casino con estrazione immediato.</p><ul><li>Ma vediamo anche altri aspetti positivi che gli utenti possono aspettarsi da queste piattaforme. </li><li>A differenza dei classici programmi fedeltà, basati sull\'accumulo pada punti, l\'accesso ai club VIP è riservato a chi gioca con principale costanza e investe somme più lift. </li><li>È fondamentale, però, fare attenzione samtliga licenza del casinò e verificare votre recensioni di altri giocatori per assicurarsi che le transazioni siano sicure elizabeth rapide. </li><li>Generalmente, il limite minimo lado da €10–€20, invece il massimo può superare i €10. 000 al ricorrenza, soprattutto per utenti VIP. </li><li>Il servizio clienti casinò on the web dev’essere accessibile anche da mobile, integrato\" \"disadvantage Telegram o WhatsApp, e supportare richieste relative a reward, limiti pagano inside tempo reale dalam conto e documenti KYC. </li></ul><p>I casinò low AAMS che offrono prelievi rapidi tendono a favorire metodi di pagamento moderni, come portafogli elettronici e criptovalute, che consentono di velocizzare il processo dalam prelievo.  Anche se questi casinò non  sono regolamentati the livello locale, offrono comunque transazioni veloci attraverso opzioni di pagamento alternative.  I casinò non AAMS che offrono prelievi rapidi si concentrano spesso su metodi di pagamento alternativi, come criptovalute at the portafogli elettronici, che permettono transazioni quasi istantanee.  Questo rende questi casinò peculiarmente interessanti per chihuahua cerca un’esperienza di gioco più dinamica e veloce.</p><h3 id=\"toc-5\">Euronics Higo, La Private Label Dalam Ped Semplici At The Affidabili</h3><p>Dopo aver visto i numerosi vantaggi di este casino con soldi veri e pagamenti rapidi, è essenziale assicurarsi che eventuali ritardi nei prelievi non dipendano de uma te.  Molti casinò online che no sono autorizzati dall’AAMS accettano giocatori dall’Italia.  Giocare lì not è esattamente legale e il paese ha minacciato pada pesanti multe.  Tuttavia, finora nessun giocatore italiano è divenuto multato per aver giocato in destinazioni non AAMS.  Siamo un servizio injustificado che offre accesso a recensioni pada casinò, valutazioni at the una vasta collezione di bonus, gruppo tips sul gara d\'azzardo e article sul blog.  Abbiamo accordi finanziari que tiene gli operatori che presentiamo, ma ciò non influisce sui risultati delle nostre recensioni.</p><ul><li>Ricordiamo inoltre che nel nostro paese – dove vengono rilasciate le licenze aams – è necessario garantire un pay out di almeno delete 74%. </li><li>Per votre carte bancarie rapid da 24 ore, per i portafogli digitali - flaco a 1 festa, per i portafogli di criptovalute -- fino a 12-15 minuti. </li><li>La licenza dei casinò non AAMS che pagano subito è un parte fondamentale per coprire sicurezza e legalità. </li><li>In questo articolo, esploreremo i twelve migliori casinò on-line stranieri del 2025, valutandoli per los angeles loro offerta pada giochi, la sicurezza, la facilità d’uso e l’assistenza clienti. </li><li>Scegliere i più bei periodi casinò che idolatra subito nel 2025 richiede attenzione some sort of diversi elementi chiave. </li></ul><p>Inoltre, un grandma numero di giri gratuiti viene solitamente distribuito in porzioni più piccole, che devono essere utilizzate entro un concordato periodo di beat.  I programmi VIP premiano i giocatori più fedeli que incluye vantaggi esclusivi arrive bonus speciali, este account manager personale, prelievi più rapidi con limiti superiori e talvolta anche regali fisici.  La struttura dei livelli e i piaceri variano da algun casinò all\'altro, rendendo l\'esperienza unica for each ogni piattaforma.  Le nostre recensioni on line casino stranieri sono allocate sia agli utenti che si avvicinano per la bombig volta al parte, sia ai professionisti del gaming at the dei best gambling establishment non aams.  Chiunque tu sia, sei sempre il benvenuto nel nostro posizione, ma non tralasciare mai, che il gioco d’azzardo può creare dipendenza.</p><h2 id=\"toc-6\">Voucher E Image Prepagate</h2><p>Questi casinò operano nel rispetto delle normative internazionali elizabeth sono autorizzati weil enti di controllo riconosciuti a ambito mondiale, come la Curaçao eGaming to la Malta Video gaming Authority.  RollXO tem a ver slot classiche electronic moderne, live online casino, e promozioni carry on, mantenendo un’interfaccia within italiano perfetta per utenti locali.  In linea generale tale fattore dipende dal casinò e dai termini e condizioni che prevede.  A livello pratico però ci sentiamo pada consigliarti l’uso pada Bitcoin o altre criptovalute e di portafogli elettronici, perché hanno dimostrato di essere metodi veloci e attendibili, che sono trasferiti within ore.  Un online casino non ADM disadvantage prelievi di vincite immediati che offre pagamenti in twenty four ore con Bitcoin, Ethereum, carte at the portafogli digitali.  KYC veloce e commissioni nulle lo rendono\" \"adeguato per chi vuole incassare senza attese.</p><ul><li>La struttura dei livelli e i utilità variano da algun casinò all\'altro, rendendo l\'esperienza unica for every ogni piattaforma. </li><li>I metodi dalam pagamento includono Visa, Neteller, Skrill e criptovalute, assicurando depositi immediati e transazioni sicure. </li><li>E’ el premio che alcuni casinò online disadvantage prelievo immediato rilasciano ai nuovi iscritti, prima ancora che effettuino un pagamento. </li><li>Nei migliori siti disadvantage prelievi rapidi nei casinò online, la velocità delle ADM transazioni dipende de uma diversi fattori. </li><li>Sapere di poter ricevere rapidamente i tuoi soldi dopo una vincita al casinò, aumenta l’emozione e la soddisfazione di giocare on-line. </li></ul><p>Da oltre sei anni siamo il tuo punto dalam riferimento per quasi tutto ciò che riguarda i casino online.  Fabrizio si è laureato alla Sapienza Università di Roma nel 2009 con una dottorato di analisi in giornalismo.  Ha iniziato la tua carriera professionale scrivendo articoli e approfondimenti sul mondo dello sport.  Dopo menos ha spostato il suo interesse e ha capito che la sua sentira passione erano le scommesse sportive.  Ma è in seguito alle nuove modifiche legislative sul settore gambling nel the year 2010 che Fabrizio styra deciso di immergersi totalmente nel gara d’azzardo e nelle scommesse.</p><h3 id=\"toc-7\">Passo 3: Agire E Ottenere Vincite</h3><p>Non tutte le licenze sono uguali, mother di certo quella rilasciata dalla Fanghiglia Gaming Authority, um MGA, è mi delle più diffuse fuori dall’Italia at the senza dubbio mi delle più ottimi.  Inoltre la Legge Europea, con gli articoli 49 at the 56 TUFE consente il gioco su casinò esteri que tiene sede nell’Unione Europea.  Nel nostro posizione, accanto ai casino online Italia abbia quindi anche tutti i top casino online possibili e immaginabili.  NonAAMS. possuindo è un portale di gioco d’azzardo affiliato che ie dal 2019 in modo indipendente electronic non appartiene advertising alcun casinò u operatore di scommesse sportive.  Questa richiesta verrà inviata anche dai siti non ADM, cioè quelli senza la licenza ministeriale italiana.  In fase di almacén, queste piattaforme non chiedono il cedula, mentre per elle prelievo sì.</p><ul><li>Anche se meno diffusa rispetto a quella di Curaçao, garantisce comunque buoni livelli di sicurezza electronic controlli interni. </li><li>Boomerang è el casino con prelievo immediato che offre un’ampia gamma dalam giochi e tornei regolari. </li><li>Supporta Telegram, è regolato de uma licenza Curacao elizabeth non richiede documenti fino a €2. 000. </li></ul><p>Tra i migliori casinò AAMS che offrono prelievi rapidi nel 2024, ci sono piattaforme che permettono il prelievo delle vincite corso bonifico bancario, reproduction bancarie e metodi elettronici come Skrill e Neteller.  Questi metodi sono we più affidabili elizabeth garantiscono che the vincite vengano accreditate in un epoca di tempo sucinto, solitamente entro 1-3 giorni lavorativi.  Gli AAMS che pagano subito sono quei casinò autorizzati dall’Agenzia delle Dogane e dei Monopoli, che si distinguono for every la sicurezza at the l’affidabilità dei essi metodi di deposito.  Nel 2024, i actually giocatori italiani semejante casinò AAMS que tiene prelievo immediato che non solo offrano un’esperienza di gioco sicura, ma che consentano anche pada prelevare velocemente votre vincite.  Tramite corrente servizio gli utenti possono autosospendersi temporaneamente dal gioco per un periodo compreso tra i 30 e i ninety giorni.  Nel 2025, uno dei criteri più richiesti dai giocatori online è la velocità nei pagamenti.</p><h2 id=\"toc-8\">Passo One: Registrarsi E Depositare Fondi</h2><p>I nuovi utenti ricevono un added bonus di benvenuto opportuno, con promozioni settimanali pensate per premiare la fedeltà.  Su bombagiu. it abbiamo realizzato una guida aggiornata ai migliori online casino non AAMS de 2025, analizzando i actually pro e we contro delle piattaforme internazionali.  Scopri my partner and i siti più sicuri e trasparenti per giocare senza limiti, in un klima affidabile e pienamente orientato al divertimento.</p><ul><li>Confrontando le diverse caratteristiche elizabeth la storia di ogni casinò not AAMS sicuro abbiamo provato ogni luogo affinché tu possa sempre giocare con assenza di pensieri e inside tutta sicurezza. </li><li>In questo metodo siamo sicuri che\" \"una nostra lista incluye solo i migliori casinò online stranieri che pagano immediatamente e i giocatori che si affidano a noi not vanno incontro the sorprese negative. </li><li>La presenza di una sezione Live Casinò con dealer dal vivo è un altro elementos significativo. </li><li>Se il gara diventa eccessivo, risorse come Giocatori Anonimi offrono sostegno each chi desidera ritrovare il controllo sulla propria esperienza di gioco. </li></ul><p>I casinò senza verifica con licenza Curacao hanno politiche various ma comunque simili, per cui no dovreste trovare problemi, qualunque metodo utilizziate.  I siti scommesse\" \"con assenza di limiti di premio non hanno poi particolare interesse a new prolungare troppo i actually pagamenti, preferendo un’operatività snella, a tutto vantaggio della fidelizzazione dei giocatori.  Io mi trovo benissimo e consiglio le criptovalute nei casinò con prelievo immediato, un metodo pada pagamento che consente di gestire contemporaneamente i pagamenti at the gli investimenti.  Giocare in un gambling establishment con deposito immediato e casino on the web con prelievo immediato offre un’esperienza fluida, ma è sostanziale mantenere un avvicinamento consapevole e responsabile.</p><h3 id=\"toc-9\">Passo 4: Richiedere Este Prelievo</h3><p>Inoltre, intascare subito le vincite può favorire algun comportamento più consapevole, riducendo il pericolo di rigiocare compulsivamente il saldo in attesa dell’accredito.  Si tratta di piattaforme che operano que tiene licenze internazionali elizabeth consentono di mummificare le vincite queer subito, senza attese burocratiche prolungate.  Secondo un sondaggio condotto, oltre il 65% dei giocatori italiani che scelgono casinò non AAMS arata la velocità dei prelievi come primario motivo di fidelizzazione.  Le piattaforme no AAMS sono within piena evoluzione, con un focus crescente su pagamenti rapidi at the su metodi improntati a sicurezza electronic versatilità.</p><ul><li>Occorre però munirsi dalam un altro libro al momento de prelievo dal casinò con prelievo immediato. </li><li>Cominciamo subito disadvantage la definizione pada Payout, ovvero una percentuale di vincita che un giocatore può ottenere sulle Slot non aams. </li><li>Grazie a metodi pada pagamento rapidi, appear portafogli elettronici electronic criptovalute, i giocatori possono ricevere i actually\" \"propri fondi in pochi minuti. </li></ul><p>Questi casinò combinano efficienza e convenienza, rendendoli ideali for every chi cerca mi soluzione affidabile e veloce.  Prelevare vincite dai casino con prelievo immediato che pagano subito è un processo semplice, se sai situación fare.  I casinò con pagamento repentino rendono il processo più veloce grazie a metodi di pagamento efficienti e limiti di prelievo flessibili.</p><h2 id=\"toc-10\">Top 12 Migliori Casino Non Aams Che Gentile Subito</h2><p>In Italia è concetto trovare un on line casino con Paypal perché è la perfetta rappresentazione di prelievi rapidi e sicuri.  Purtroppo però not viene sempre accettato dai casinò internazionali, anche se garantisce di poter usare le proprie credenziali per prelevare denaro in pochissime ore e con costi minimi.  Oltre way trasferimento di denaro,\" \"are generally tempistica di elaborazione è la lado cruciale per algun prelievo.  Ricorda che i migliori casinò non AAMS evadono le richieste di solito entro poche ore per aumentare los angeles fiducia dei giocatori.  O almeno no ci sono lunghe attese in “pending” che ti hanno a dover aspettare per controlli antifrode e tutte the verifiche del caso dopo aver cliccato su “Preleva”.  Vale davvero la asociación giocare sui casinò con prelievo istantaneo con licenza internazionale (non AAMS)?</p><ul><li>I pagamenti sono disponibili in inferiore di un’ora tramite Visa, MiFinity, Bitcoin e Neteller. </li><li>Grazie some sort of questa metodologia, riusciamo a individuare ADM i migliori gambling establishment online stranieri che pagano immediatamente. </li><li>La velocità dei prelievi è elle fattore determinante per poter incassare nel più breve pace possibile le vincite ottenute. </li><li>I casinò non AAMS che pagano subito privilegiano opzioni come Bitcoin, Ethereum, Neteller um Jeton per muoverecausa le richiestecasino con prelievo immediato entro pochi minuti ADM. </li></ul><p>Per prelevare de uma siti non aams bisogna semplicemente recarsi sul proprio nota gioco e procedere all’operazione di prelievo, usando il adatto sistema preferito.  Diverse piattaforme non AAMS stabiliscono di frequente importi minimi electronic massimi per depositi e prelievi, e possono prevedere commissioni.  Per evitare imprevisti, è consigliabile provare i termini d’uso prima di completare\" \"ogni transazione.  Alcuni ritengono che i casinò non AAMS que tiene pagamenti immediati low siano sicuri, mother in realtà molte di queste piattaforme possiedono licenze internazionali di grande credibilità.  Alcuni giocatori temono che i casinò non AAMS que tiene prelievi immediati nascondano costi aggiuntivi to tariffe extra.  È comunque fondamentale leggere ogni clausola knorke di depositare, così da evitare spiacevoli sorprese e massimizzare le vincite.</p><h3 id=\"toc-11\">Limiti Pada Prelievo Immediato Nei Casinò Non Aams</h3><p>Per prima pena deve\" \"presentare un menu bill strutturato, capace pada velocizzare l’operazione di richiesta.  E poi deve richiedere passaggi intuitivi che usted aiutino ad schivare errori nell’inserimento dei dati finanziari at the personali.  Discorso adeguato per il orden dei bonifici bancari (bank transfer), che non brilla for every velocità.  In corrente caso si va dalle 48 ore fino a cinque giorni circa for every l’accredito delle somme vinte.  In natura, i prelievi vengono elaborati utilizzando lo stesso metodo impiegato per finanziare elle conto.</p><ul><li>Sono garantiti attraverso le criptovalute e gli e-wallet, con tempi di elaborazione che vengono completati within 24 ore. </li><li>Hai giocato in uno dei casinò non aams che pagano subito e hai accumulato una vincita che vuoi incassare repentinamente? </li><li>Siamo giocatori anche noi at the capiamo benissimo che è difficile scegliere un sito invece di un altro, per questo ogni giorno proviamo electronic testiamo le decine di non AAMS che compaiono esattamente sul mercato. </li><li>Prima di casinò depositare, consulta continuamente la tabella dei tempi di pagamento. </li><li>I più bei periodi siti non AAMS presentano metodi dalam pagamento diversificati, tempi di elaborazione inferiori alle 24 ore e bonus competitivi. </li></ul><p>Salve,  i prelievi istantanei generalmente non hanno algun limite massimo costretto, ma dipende dal metodo di pagamento scelto.  Alcuni casinò possono avere este limite massimo giornaliero o mensile each i prelievi, che varia a seconda della piattaforma at the della modalità dalam pagamento.  Ti consiglio di verificare direttamente con il base clienti del localizado per sapere ze ci sono limiti specifici per we prelievi istantanei at the se esistono restrizioni sul prelievo pada importi maggiori throughout una sola volta.</p><h3 id=\"toc-12\">I Migliori Casino On The Internet Non Aams Within Italia 2025</h3><p>Un casino con estrazione immediato può individuo affidabile quanto distinto AAMS, purché offra trasparenza, assistenza empieza e recensioni beneficial.  I casino no AAMS prelievo immediato offrono grande flessibilità nei limiti pada prelievo.  Generalmente, arianne limite minimo part da €10–€20, mentre il massimo può superare i €10. 000 al ricorrenza, soprattutto per utenti VIP.</p><ul><li>Per quanto riguarda we pagamenti, il casinò offre una vasta gamma di criptovalute tra le opzioni disponibili. </li><li>Molti casinò che garantiscono pagamenti immediati operano con licenze estere proprio perché queste normative consentono iter di approvazione interni più snelli. </li><li>I casinò con licenze overseas autorevoli non sono comunque del quasi tutto legali in Croatia. </li><li>Inoltre, l’uso delle criptovalute nei casinò è visto come una soluzione sicura e anonima each i giocatori italiani, che possono effettuare deposito e prelievo senza dover condividere informazioni bancarie sensibili. </li><li>Tuttavia, abbiamo notato che le prime vincite possono richiedere più speed a causa della verifica dell\'identità (un processo raro for every le transazioni inside\" \"criptovalute). </li></ul><p>I migliori casinò che pagano subito elizabeth non AAMS prelievo immediato offrono transazioni rapide grazie the tecnologie avanzate elizabeth metodi di pagamento efficienti.  Le opzioni più veloci includono portafogli elettronici, are available Skrill e Neteller, e criptovalute, che consentono trasferimenti istantanei senza intermediari.  Scegliere i migliori casinò che pagano subito richiede attenzione a new fattori fondamentali appear la licenza, i metodi di pagamento, e i tempi di prelievo.  I migliori casino non AAMS prelievo immediato si distinguono per affidabilità, flessibilità elizabeth velocità nei pagamenti.</p><h2 id=\"toc-13\">È Legale Giocare Inside Un Sito Pada Giochi Da Casinò Online Straniero? </h2><p>Il bonifico bancario classico è tuttavia un sistema pada pagamento sempre inferiore utilizzato, fondamentalmente each i tempi dalam esecuzione e perché obbliga il giocatore a comunicare i dati del propriétaire conto corrente.  Vi consigliamo di abbandonarlo e di passare a forme di pagamento e prelievo più rapide e funzionali.  È fundamental prestare attenzione in caso di ritardi o difficoltà nei pagamenti.  Nel trasparente dei casinò on the web, la velocità dalam pagamento è algun fattore importante for every molti giocatori.</p><p>Nei on line casino non AAMS disadvantage prelievo immediato, ADM puoi selezionare metodi come criptovalute, Jeton o bonifico.  La piattaforma ha abuso Curaçao e incorporate casinò scommesse tradizionali, live e virtuali.  Licenziato a Curaçao, consente pagamenti veloci tramite Neteller, riduzione e criptovalute.</p>','Migliori Casinò Online No Aams Che Gentile Subito Lista 2025','','publish','closed','','','migliori-casino-online-no-aams-che-gentile-subito-lista-2025','','','2025-10-11 07:42:04','2025-10-11 00:42:04','',0,'https://lion288slot.com/?p=340',0,'post','',0),
(341,1,'2025-10-11 07:42:04','2025-10-11 00:42:04','<meta name=\"description\" content=\"\"I casino con estrazione rapido non AAMS si distinguono for each i tempi pada elaborazione estremamente rapidi. \"/><h1>Casinò Non Aams Che Pagano Innenmessgerät Siti Con Prelievo Immediato</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Slotuna</a></li><li><a href=\"#toc-1\">Catalogo Dalam Giochi E Scommesse Sportive</a></li><li><a href=\"#toc-2\">Vantaggi E Svantaggi Dei Casinò No Aams Che Pagano Subito</a></li><li><a href=\"#toc-3\">Incasso Istantaneo Nei Casinò Online: Come Funziona? </a></li><li><a href=\"#toc-4\">Tempi Di Prelievo\" \"[newline]varietà Di Giochi At The Scommesse Sportive</a></li><li><a href=\"#toc-5\">Euronics Higo, Los Angeles Private Label Dalam Ped Semplici At The Affidabili</a></li><li><a href=\"#toc-6\">Voucher E Reproduction Prepagate</a></li><li><a href=\"#toc-7\">Passo 3: Agire E Ottenere Vincite</a></li><li><a href=\"#toc-8\">Passo 1: Registrarsi E Depositare Fondi</a></li><li><a href=\"#toc-9\">Passo 4: Richiedere El Prelievo</a></li><li><a href=\"#toc-10\">Top Ten Migliori Casino Low Aams Che Gentile Subito</a></li><li><a href=\"#toc-11\">Limiti Dalam Prelievo Immediato Nei Casinò Non Aams</a></li><li><a href=\"#toc-12\">I Migliori Casino On The Web Non Aams Within Italia 2025</a></li><li><a href=\"#toc-13\">È Legale Giocare Throughout Un Sito Di Giochi Da Casinò Online Straniero? </a></li><li><a href=\"#toc-14\">Promozioni Casinò Non Aams</a></li><li><a href=\"#toc-15\">National Casino</a></li><li><a href=\"#toc-16\">№ Six Mr Pacho Rapid Bonus 100% Astuto A € 500 + 200 Free Of Charge Spin</a></li><li><a href=\"#toc-17\">Tempi Dalam Prelievo Nei Migliori\" \"casinò Non Aams Che Pagano Subito</a></li><li><a href=\"#toc-18\">Casino Non Aams Che Pagano Subito: Prelievo Rapido E Immediato</a></li><li><a href=\"#toc-19\">I Migliori Casinò Aams Che Idolatra Subito Nel 2024</a></li><li><a href=\"#toc-20\">Lista Dei Migliori Online Casino Non Aams Che Pagano Subito In Italia</a></li><li><a href=\"#toc-21\">Pistolo – Casinò Alternativo Per Chi Nodriza Le Slot</a></li><li><a href=\"#toc-22\">Posso Prelevare Bonus To Vincite Extra Within Modo Istantaneo? </a></li><li><a href=\"#toc-23\">Frumzi Casinò</a></li><li><a href=\"#toc-24\">Quali Sono I Criteri For Each Scegliere I Migliori Casinò Con Estrazione Istantaneo Nel 2025? </a></li><li><a href=\"#toc-25\">Fino A 200€ Con Il Procuring Live Di Sg Casino</a></li><li><a href=\"#toc-26\">Bonus Senza Deposito</a></li><li><a href=\"#toc-27\">Casinò Low Aams Sicuri</a></li><li><a href=\"#toc-28\">Vantaggi Delle Criptovalute Per I Prelievi Rapidi</a></li><li><a href=\"#toc-29\">Quali Sono I Migliori Metodi Di Pagamento Per Casinò Online Con Prelievi Rapidi? </a></li><li><a href=\"#toc-31\">Quale Commissione Per Il Prelievo Immediato Dai Casinò Non Aams? </a></li><li><a href=\"#toc-32\">Metodi Di Accomodamento Nei Casino Con Prelievo Istantaneo</a></li><li><a href=\"#toc-33\">Scelta Diversificata Di Metodi Di Prelievo</a></li></ul></div><p>Le carte dalam credito e i actually bonifici bancari, pur essendo sicuri, possono richiedere più beat.  Il concetto dalam gioco responsabile è essenziale per detenere un equilibrio cercenar mentre si gioca nei online gambling establishment con prelievo immediato e nei casino con deposito istantaneo.  Anche i gambling establishment che pagano pada più possono diventare un rischio ze non si rispettano i propri limiti.  Leggere recensioni affidabili e scegliere casinò sicuri, inclusi quelli non AAMS, aiuta a prevenire comportamenti dannosi.  Utilizza il nostro elenco dei migliori casino not AMMS con prelievo immediato per una ricerca rapida.  Trovare un casino no AAMS con prelievo immediato non è sempre facile, ma alcuni operatori offrono prelievi velocissimi, con assenza di lunghe attese.</p><ul><li>I bonus vengono generalmente accreditati sul nota del casinò, e in alcuni cerca de, anche i benefit possono essere prelevati rapidamente, a seconda del metodo dalam pagamento selezionato. </li><li>È mi piattaforma con crittografia SSL, feedback positivi e tempi dalam prelievo documentati tra 1 e twelve ore. </li><li>Il supporto per i metodi di deposito electronic prelievo comodi electronic veloci è este altro aspetto fundamental. </li><li>I casinò online con prelievo immediato offrono una massa di vantaggi aje giocatori italiani. </li><li>Sembra una cosa scontata, ma non tutti my partner and i siti casino on-line accettano visite dall’Italia, quindi con noi potete stare tranquilli. </li></ul><p>E’ un particolare strumento di versamento, pequeno diffuso nei casinò che pagano subito, che può valere utilizzato solo mi volta e not ha il simile nella fase pada prelievo.  E’ agradable perché non è attaccabile da este hacker e per la sua responsabilità implicita di usa e getta.  Buono da utilizzare sony ericsson i casinò on the internet che pagano immediatamente lo prevedono, altrimenti non è serious.  In questo modos siamo sicuri che\" \"los angeles nostra lista conlleva solo i più bei periodi casinò online stranieri che pagano direttamente e i giocatori che si affidano a noi non vanno incontro some sort of sorprese negative.</p><h2 id=\"toc-0\">Slotuna</h2><p>Transazioni in tempo reale, anonimato garantito electronic costi ridotti li rendono ideali for each gli utenti che cercano il vertice della discrezione.  I limiti di prelievo sono elevati, que incluye massimali anche più di €10. 000 al giorno.  I Crypto casino sono ora standard tra my partner and i casino che gentile di più each efficienza e libertà finanziaria.  Quando cuando sceglie dove agire, la velocità nei pagamenti è uno degli aspetti più importanti per ogni utente.  I casino prelievo immediato permettono di ricevere votre vincite entro pochi minuti o ore, senza attese prolungate.  Questo è distinto dei motivi principali per cui tanti giocatori preferiscono my partner and i casinò non AAMS che pagano innenmessgerät, spesso più efficienti rispetto ai portali tradizionali <a href=\"https://mostracleopatra.it/\">non aams casino farantube</a>.</p><p>Scopri i migliori casinò online stranieri che pagano pada più immediatamente for every goderti un’esperienza pada gioco fluida e sicura.  NeedForSpin présente un bonus pada benvenuto del 100% fino a €300 più 100 giri gratuiti.  È un casino con estrazione immediato, anche ze i tempi possono variare tra twenty-four e 48 ore.  I metodi di pagamento includono planisphère di credito, portafogli elettronici e criptovalute, garantendo depositi immediati e transazioni sicure.  Scegliere i più bei periodi casinò che gentile subito nel 2025 richiede attenzione a diversi elementi chiave.  I giocatori esperti valutano soprattutto los angeles velocità nei pagamenti, la sicurezza delle transazioni e los angeles qualità della piattaforma.</p><h3 id=\"toc-1\">Catalogo Di Giochi E Scommesse Sportive</h3><p>Questo luogo è destinato a new persone di età superiore ai eighteen anni e not saremo responsabili for each eventuali danni derivanti dall\'uso improprio de sito da zona di persone minorenni o con problemi di gioco.  Sono l’autore di corrente sito e algun collaboratore di varie siti di gioco d’azzardo Italiani.  Ho scritto diversi articoli sul gioco d’azzardo e sono primero dei massimi esperti di questa vano nel nostro paese.</p><ul><li>I casino con estrazione immediato in Croatia includono slot, live casino, crash games at the scommesse su eventi reali e virtuali. </li><li>Vediamo dunque quali svantaggi gli utenti possono trovare nelle piattaforme online di gara, siano esse casinò o bookmaker. </li><li>I casinò con pagamento rapido usano sistemi automatizzati per sgonfiare il\" \"beat di attesa. </li><li>Mr Pacho è un casinò online non AAMS que tiene prelievo immediato che opera dal 2023 attraverso la licenza iGaming rilasciata dal governo di Curacao. </li><li>Supporta le criptovalute, que tiene diverse monete digitali, e gli immancabili metodi classici con le carte e gli e-wallet. </li></ul><p>Per aiutarti nella analisi, abbiamo stilato este elenco dei più bei periodi casinò online italiani con pagamento istantaneo.  In questo modo saprai subito ove iniziare a agire per ricevere inside tempi rapidissimi the tue vincite.  I migliori casinò deposito casino con prelievo immediato immediato sicuri adottano criteri tecnici e normativi per garantire la difesa dati casinò immediati.</p><h3 id=\"toc-2\">Vantaggi E Svantaggi Dei Casinò Not Aams Che Pagano Subito</h3><p>Oltre a offrire transazioni rapide e a new basso costo, assicurano elevati livelli pada anonimato grazie allesammans tecnologia blockchain.  Soluzioni come Paysafecard elizabeth Neosurf permettono dalam depositare fondi throughout modo anonimo at the immediato.  Si acquistano facilmente in contanti presso rivenditori autorizzati e sono ideali per chi desidera massima privacy.  Il cashback ti consente di recuperare mi parte delle perdite settimanali o mensili.  Nei casinò non AAMS più affidabili, le percentuali variano dal 5% way 20%, spesso accessibili agli utenti iscritti al programma VERY IMPORTANT PERSONEL.</p><ul><li>È proprio notable di studiare within anticipo quale casinò che tipo dalam pagamento offre, sony ericsson questo funziona que incluye i portafogli elettronici, le carte bancarie e le criptovalute. </li><li>I casino offrono bonus di benvenuto, cashback, free spin casino con prelievo istantaneo e promozioni personalizzate. </li><li>Un supporto attivo può accelerare casinò l’approvazione della richiesta, correggere errori e ridurre i actually tempi di pagamento. </li><li>Consultare quella pagina e comportarsi pada conseguenza, quindi scegliendo i sistemi più rapidi, eviterà problemi da risolvere disadvantage l’assistenza clienti. </li><li>La casino nostra selezione incorporate solo casinò che pagano subito, valutati secondo criteri rigorosi. </li></ul><p>Gli e-wallet, le criptovalute at the i bonifici istantanei sono la scelta migliore se vuoi puntare su prelievi immediati.  Tenete continuamente attivi più sistemi di versamento elizabeth scegliete metodi pada pagamento rapidi for each il prelievo, throughout modo da mettervi già nelle condizione di avere mi transazione veloce dai casinò con prelievi rapidi.  Hai giocato in uno dei casinò non aams che pagano subito e hai accumulato una vincita che vuoi incassare repentinamente?  Nessun problema, segui i nostri consigli per i prelievi rapidi nei casinò online.  E’ este premio che alcuni casinò online que tiene prelievo immediato rilasciano ai nuovi iscritti, prima ancora che effettuino un pagamento.  Il Bonus Con assenza di Deposito e con assenza di documento è considerevolmente ambito, ma plutôt dûr da trovare e di importo largamente modesto.</p><h2 id=\"toc-3\">Incasso Istantaneo Nei Casinò Online: Come Funziona? </h2><p>Inoltre le method KYC sono snelle e intuitive, for every garantire ai nuovi iscritti la prova del conto in pochi minuti.  Se mettiamo un attimo da parte we prelievi e pensiamo a come puoi generare le tue potenziali vincite, è bene controllare anche quali sono i actually servizi di intrattenimento del casinò.  Durante i nostri analyze cerchiamo sempre di valutare l’ampia scelta di slot, holdem poker, blackjack, roulette elizabeth giochi dal vivo che rendono coinvolgenti le puntate.  Se vuoi trovare este casinò serio, non dimenticarti di controllare la sua abuso.  A livello internazionale ci sono tantissime certificazioni rilasciate de uma autorità competenti electronic sicure come Curacao, Anjouan e Fanghiglia che offrono controlli rigorosi e regole chiare anche sulle tue transazioni.  Alcuni operatori offrono anche bonus esclusivi for each chi utilizza determinati metodi di prelievo, come criptovalute to portafogli virtuali, que incluye condizioni favorevoli electronic soglie di estrazione più alte.</p><p>Molti casinò che gentile subito offrono anche giri gratis elizabeth bonus sul primo deposito, che rendono più attraente los angeles\" \"decisione di queste piattaforme per i nuovi giocatori.  Le criptovalute offrono vantaggi significativi, come transazioni queer istantanee e una possibilità di operare in modo anonimo.  In molti casinò online, i prelievi tramite criptovalute appear Bitcoin o Ethereum sono tra i più rapidi, eliminando le attese tipiche dei metodi tradizionali come bonifici bancari.  Potrai trovare proposée di benvenuto che superano il 200%, giri gratuiti tu slot selezionate, programmi VIP e cashback settimanali.</p><h2 id=\"toc-4\">Tempi Di Prelievo\" \"[newline]varietà Di Giochi E Scommesse Sportive</h2><p>I metodi di pagamento disponibili per prelievi immediati possono variare, ma i più comuni includono image bancarie, portafogli elettronici come Skrill e Neteller, e criptovalute come Bitcoin.  La velocità di estrazione dipende principalmente dal metodo di deposito selezionato.  Nei più bei periodi casino online disadvantage prelievo immediato e non AAMS, my partner and i metodi di pagamento giocano un ruolo fondamentale per coprire transazioni rapide e sicure.  Questi casinò che pagano subito offrono una grande gamma di opzioni, come criptovalute, planisphère di credito, e-wallet, e bonifici bancari.  La scelta de metodo giusto può influire significativamente sui tempi di deposito, sulla privacy at the sulla sicurezza delle transazioni.  Ecco una panoramica delle opzioni più comuni e come utilizzarle for every massimizzare l’efficienza nei casino con estrazione immediato.</p><ul><li>Ma vediamo anche altri aspetti positivi che gli utenti possono aspettarsi da queste piattaforme. </li><li>A differenza dei classici programmi fedeltà, basati sull\'accumulo pada punti, l\'accesso ai club VIP è riservato a chi gioca con principale costanza e investe somme più lift. </li><li>È fondamentale, però, fare attenzione samtliga licenza del casinò e verificare votre recensioni di altri giocatori per assicurarsi che le transazioni siano sicure elizabeth rapide. </li><li>Generalmente, il limite minimo lado da €10–€20, invece il massimo può superare i €10. 000 al ricorrenza, soprattutto per utenti VIP. </li><li>Il servizio clienti casinò on the web dev’essere accessibile anche da mobile, integrato\" \"disadvantage Telegram o WhatsApp, e supportare richieste relative a reward, limiti pagano inside tempo reale dalam conto e documenti KYC. </li></ul><p>I casinò low AAMS che offrono prelievi rapidi tendono a favorire metodi di pagamento moderni, come portafogli elettronici e criptovalute, che consentono di velocizzare il processo dalam prelievo.  Anche se questi casinò non  sono regolamentati the livello locale, offrono comunque transazioni veloci attraverso opzioni di pagamento alternative.  I casinò non AAMS che offrono prelievi rapidi si concentrano spesso su metodi di pagamento alternativi, come criptovalute at the portafogli elettronici, che permettono transazioni quasi istantanee.  Questo rende questi casinò peculiarmente interessanti per chihuahua cerca un’esperienza di gioco più dinamica e veloce.</p><h3 id=\"toc-5\">Euronics Higo, La Private Label Dalam Ped Semplici At The Affidabili</h3><p>Dopo aver visto i numerosi vantaggi di este casino con soldi veri e pagamenti rapidi, è essenziale assicurarsi che eventuali ritardi nei prelievi non dipendano de uma te.  Molti casinò online che no sono autorizzati dall’AAMS accettano giocatori dall’Italia.  Giocare lì not è esattamente legale e il paese ha minacciato pada pesanti multe.  Tuttavia, finora nessun giocatore italiano è divenuto multato per aver giocato in destinazioni non AAMS.  Siamo un servizio injustificado che offre accesso a recensioni pada casinò, valutazioni at the una vasta collezione di bonus, gruppo tips sul gara d\'azzardo e article sul blog.  Abbiamo accordi finanziari que tiene gli operatori che presentiamo, ma ciò non influisce sui risultati delle nostre recensioni.</p><ul><li>Ricordiamo inoltre che nel nostro paese – dove vengono rilasciate le licenze aams – è necessario garantire un pay out di almeno delete 74%. </li><li>Per votre carte bancarie rapid da 24 ore, per i portafogli digitali - flaco a 1 festa, per i portafogli di criptovalute -- fino a 12-15 minuti. </li><li>La licenza dei casinò non AAMS che pagano subito è un parte fondamentale per coprire sicurezza e legalità. </li><li>In questo articolo, esploreremo i twelve migliori casinò on-line stranieri del 2025, valutandoli per los angeles loro offerta pada giochi, la sicurezza, la facilità d’uso e l’assistenza clienti. </li><li>Scegliere i più bei periodi casinò che idolatra subito nel 2025 richiede attenzione some sort of diversi elementi chiave. </li></ul><p>Inoltre, un grandma numero di giri gratuiti viene solitamente distribuito in porzioni più piccole, che devono essere utilizzate entro un concordato periodo di beat.  I programmi VIP premiano i giocatori più fedeli que incluye vantaggi esclusivi arrive bonus speciali, este account manager personale, prelievi più rapidi con limiti superiori e talvolta anche regali fisici.  La struttura dei livelli e i piaceri variano da algun casinò all\'altro, rendendo l\'esperienza unica for each ogni piattaforma.  Le nostre recensioni on line casino stranieri sono allocate sia agli utenti che si avvicinano per la bombig volta al parte, sia ai professionisti del gaming at the dei best gambling establishment non aams.  Chiunque tu sia, sei sempre il benvenuto nel nostro posizione, ma non tralasciare mai, che il gioco d’azzardo può creare dipendenza.</p><h2 id=\"toc-6\">Voucher E Image Prepagate</h2><p>Questi casinò operano nel rispetto delle normative internazionali elizabeth sono autorizzati weil enti di controllo riconosciuti a ambito mondiale, come la Curaçao eGaming to la Malta Video gaming Authority.  RollXO tem a ver slot classiche electronic moderne, live online casino, e promozioni carry on, mantenendo un’interfaccia within italiano perfetta per utenti locali.  In linea generale tale fattore dipende dal casinò e dai termini e condizioni che prevede.  A livello pratico però ci sentiamo pada consigliarti l’uso pada Bitcoin o altre criptovalute e di portafogli elettronici, perché hanno dimostrato di essere metodi veloci e attendibili, che sono trasferiti within ore.  Un online casino non ADM disadvantage prelievi di vincite immediati che offre pagamenti in twenty four ore con Bitcoin, Ethereum, carte at the portafogli digitali.  KYC veloce e commissioni nulle lo rendono\" \"adeguato per chi vuole incassare senza attese.</p><ul><li>La struttura dei livelli e i utilità variano da algun casinò all\'altro, rendendo l\'esperienza unica for every ogni piattaforma. </li><li>I metodi dalam pagamento includono Visa, Neteller, Skrill e criptovalute, assicurando depositi immediati e transazioni sicure. </li><li>E’ el premio che alcuni casinò online disadvantage prelievo immediato rilasciano ai nuovi iscritti, prima ancora che effettuino un pagamento. </li><li>Nei migliori siti disadvantage prelievi rapidi nei casinò online, la velocità delle ADM transazioni dipende de uma diversi fattori. </li><li>Sapere di poter ricevere rapidamente i tuoi soldi dopo una vincita al casinò, aumenta l’emozione e la soddisfazione di giocare on-line. </li></ul><p>Da oltre sei anni siamo il tuo punto dalam riferimento per quasi tutto ciò che riguarda i casino online.  Fabrizio si è laureato alla Sapienza Università di Roma nel 2009 con una dottorato di analisi in giornalismo.  Ha iniziato la tua carriera professionale scrivendo articoli e approfondimenti sul mondo dello sport.  Dopo menos ha spostato il suo interesse e ha capito che la sua sentira passione erano le scommesse sportive.  Ma è in seguito alle nuove modifiche legislative sul settore gambling nel the year 2010 che Fabrizio styra deciso di immergersi totalmente nel gara d’azzardo e nelle scommesse.</p><h3 id=\"toc-7\">Passo 3: Agire E Ottenere Vincite</h3><p>Non tutte le licenze sono uguali, mother di certo quella rilasciata dalla Fanghiglia Gaming Authority, um MGA, è mi delle più diffuse fuori dall’Italia at the senza dubbio mi delle più ottimi.  Inoltre la Legge Europea, con gli articoli 49 at the 56 TUFE consente il gioco su casinò esteri que tiene sede nell’Unione Europea.  Nel nostro posizione, accanto ai casino online Italia abbia quindi anche tutti i top casino online possibili e immaginabili.  NonAAMS. possuindo è un portale di gioco d’azzardo affiliato che ie dal 2019 in modo indipendente electronic non appartiene advertising alcun casinò u operatore di scommesse sportive.  Questa richiesta verrà inviata anche dai siti non ADM, cioè quelli senza la licenza ministeriale italiana.  In fase di almacén, queste piattaforme non chiedono il cedula, mentre per elle prelievo sì.</p><ul><li>Anche se meno diffusa rispetto a quella di Curaçao, garantisce comunque buoni livelli di sicurezza electronic controlli interni. </li><li>Boomerang è el casino con prelievo immediato che offre un’ampia gamma dalam giochi e tornei regolari. </li><li>Supporta Telegram, è regolato de uma licenza Curacao elizabeth non richiede documenti fino a €2. 000. </li></ul><p>Tra i migliori casinò AAMS che offrono prelievi rapidi nel 2024, ci sono piattaforme che permettono il prelievo delle vincite corso bonifico bancario, reproduction bancarie e metodi elettronici come Skrill e Neteller.  Questi metodi sono we più affidabili elizabeth garantiscono che the vincite vengano accreditate in un epoca di tempo sucinto, solitamente entro 1-3 giorni lavorativi.  Gli AAMS che pagano subito sono quei casinò autorizzati dall’Agenzia delle Dogane e dei Monopoli, che si distinguono for every la sicurezza at the l’affidabilità dei essi metodi di deposito.  Nel 2024, i actually giocatori italiani semejante casinò AAMS que tiene prelievo immediato che non solo offrano un’esperienza di gioco sicura, ma che consentano anche pada prelevare velocemente votre vincite.  Tramite corrente servizio gli utenti possono autosospendersi temporaneamente dal gioco per un periodo compreso tra i 30 e i ninety giorni.  Nel 2025, uno dei criteri più richiesti dai giocatori online è la velocità nei pagamenti.</p><h2 id=\"toc-8\">Passo One: Registrarsi E Depositare Fondi</h2><p>I nuovi utenti ricevono un added bonus di benvenuto opportuno, con promozioni settimanali pensate per premiare la fedeltà.  Su bombagiu. it abbiamo realizzato una guida aggiornata ai migliori online casino non AAMS de 2025, analizzando i actually pro e we contro delle piattaforme internazionali.  Scopri my partner and i siti più sicuri e trasparenti per giocare senza limiti, in un klima affidabile e pienamente orientato al divertimento.</p><ul><li>Confrontando le diverse caratteristiche elizabeth la storia di ogni casinò not AAMS sicuro abbiamo provato ogni luogo affinché tu possa sempre giocare con assenza di pensieri e inside tutta sicurezza. </li><li>In questo metodo siamo sicuri che\" \"una nostra lista incluye solo i migliori casinò online stranieri che pagano immediatamente e i giocatori che si affidano a noi not vanno incontro the sorprese negative. </li><li>La presenza di una sezione Live Casinò con dealer dal vivo è un altro elementos significativo. </li><li>Se il gara diventa eccessivo, risorse come Giocatori Anonimi offrono sostegno each chi desidera ritrovare il controllo sulla propria esperienza di gioco. </li></ul><p>I casinò senza verifica con licenza Curacao hanno politiche various ma comunque simili, per cui no dovreste trovare problemi, qualunque metodo utilizziate.  I siti scommesse\" \"con assenza di limiti di premio non hanno poi particolare interesse a new prolungare troppo i actually pagamenti, preferendo un’operatività snella, a tutto vantaggio della fidelizzazione dei giocatori.  Io mi trovo benissimo e consiglio le criptovalute nei casinò con prelievo immediato, un metodo pada pagamento che consente di gestire contemporaneamente i pagamenti at the gli investimenti.  Giocare in un gambling establishment con deposito immediato e casino on the web con prelievo immediato offre un’esperienza fluida, ma è sostanziale mantenere un avvicinamento consapevole e responsabile.</p><h3 id=\"toc-9\">Passo 4: Richiedere Este Prelievo</h3><p>Inoltre, intascare subito le vincite può favorire algun comportamento più consapevole, riducendo il pericolo di rigiocare compulsivamente il saldo in attesa dell’accredito.  Si tratta di piattaforme che operano que tiene licenze internazionali elizabeth consentono di mummificare le vincite queer subito, senza attese burocratiche prolungate.  Secondo un sondaggio condotto, oltre il 65% dei giocatori italiani che scelgono casinò non AAMS arata la velocità dei prelievi come primario motivo di fidelizzazione.  Le piattaforme no AAMS sono within piena evoluzione, con un focus crescente su pagamenti rapidi at the su metodi improntati a sicurezza electronic versatilità.</p><ul><li>Occorre però munirsi dalam un altro libro al momento de prelievo dal casinò con prelievo immediato. </li><li>Cominciamo subito disadvantage la definizione pada Payout, ovvero una percentuale di vincita che un giocatore può ottenere sulle Slot non aams. </li><li>Grazie a metodi pada pagamento rapidi, appear portafogli elettronici electronic criptovalute, i giocatori possono ricevere i actually\" \"propri fondi in pochi minuti. </li></ul><p>Questi casinò combinano efficienza e convenienza, rendendoli ideali for every chi cerca mi soluzione affidabile e veloce.  Prelevare vincite dai casino con prelievo immediato che pagano subito è un processo semplice, se sai situación fare.  I casinò con pagamento repentino rendono il processo più veloce grazie a metodi di pagamento efficienti e limiti di prelievo flessibili.</p><h2 id=\"toc-10\">Top 12 Migliori Casino Non Aams Che Gentile Subito</h2><p>In Italia è concetto trovare un on line casino con Paypal perché è la perfetta rappresentazione di prelievi rapidi e sicuri.  Purtroppo però not viene sempre accettato dai casinò internazionali, anche se garantisce di poter usare le proprie credenziali per prelevare denaro in pochissime ore e con costi minimi.  Oltre way trasferimento di denaro,\" \"are generally tempistica di elaborazione è la lado cruciale per algun prelievo.  Ricorda che i migliori casinò non AAMS evadono le richieste di solito entro poche ore per aumentare los angeles fiducia dei giocatori.  O almeno no ci sono lunghe attese in “pending” che ti hanno a dover aspettare per controlli antifrode e tutte the verifiche del caso dopo aver cliccato su “Preleva”.  Vale davvero la asociación giocare sui casinò con prelievo istantaneo con licenza internazionale (non AAMS)?</p><ul><li>I pagamenti sono disponibili in inferiore di un’ora tramite Visa, MiFinity, Bitcoin e Neteller. </li><li>Grazie some sort of questa metodologia, riusciamo a individuare ADM i migliori gambling establishment online stranieri che pagano immediatamente. </li><li>La velocità dei prelievi è elle fattore determinante per poter incassare nel più breve pace possibile le vincite ottenute. </li><li>I casinò non AAMS che pagano subito privilegiano opzioni come Bitcoin, Ethereum, Neteller um Jeton per muoverecausa le richiestecasino con prelievo immediato entro pochi minuti ADM. </li></ul><p>Per prelevare de uma siti non aams bisogna semplicemente recarsi sul proprio nota gioco e procedere all’operazione di prelievo, usando il adatto sistema preferito.  Diverse piattaforme non AAMS stabiliscono di frequente importi minimi electronic massimi per depositi e prelievi, e possono prevedere commissioni.  Per evitare imprevisti, è consigliabile provare i termini d’uso prima di completare\" \"ogni transazione.  Alcuni ritengono che i casinò non AAMS que tiene pagamenti immediati low siano sicuri, mother in realtà molte di queste piattaforme possiedono licenze internazionali di grande credibilità.  Alcuni giocatori temono che i casinò non AAMS que tiene prelievi immediati nascondano costi aggiuntivi to tariffe extra.  È comunque fondamentale leggere ogni clausola knorke di depositare, così da evitare spiacevoli sorprese e massimizzare le vincite.</p><h3 id=\"toc-11\">Limiti Pada Prelievo Immediato Nei Casinò Non Aams</h3><p>Per prima pena deve\" \"presentare un menu bill strutturato, capace pada velocizzare l’operazione di richiesta.  E poi deve richiedere passaggi intuitivi che usted aiutino ad schivare errori nell’inserimento dei dati finanziari at the personali.  Discorso adeguato per il orden dei bonifici bancari (bank transfer), che non brilla for every velocità.  In corrente caso si va dalle 48 ore fino a cinque giorni circa for every l’accredito delle somme vinte.  In natura, i prelievi vengono elaborati utilizzando lo stesso metodo impiegato per finanziare elle conto.</p><ul><li>Sono garantiti attraverso le criptovalute e gli e-wallet, con tempi di elaborazione che vengono completati within 24 ore. </li><li>Hai giocato in uno dei casinò non aams che pagano subito e hai accumulato una vincita che vuoi incassare repentinamente? </li><li>Siamo giocatori anche noi at the capiamo benissimo che è difficile scegliere un sito invece di un altro, per questo ogni giorno proviamo electronic testiamo le decine di non AAMS che compaiono esattamente sul mercato. </li><li>Prima di casinò depositare, consulta continuamente la tabella dei tempi di pagamento. </li><li>I più bei periodi siti non AAMS presentano metodi dalam pagamento diversificati, tempi di elaborazione inferiori alle 24 ore e bonus competitivi. </li></ul><p>Salve,  i prelievi istantanei generalmente non hanno algun limite massimo costretto, ma dipende dal metodo di pagamento scelto.  Alcuni casinò possono avere este limite massimo giornaliero o mensile each i prelievi, che varia a seconda della piattaforma at the della modalità dalam pagamento.  Ti consiglio di verificare direttamente con il base clienti del localizado per sapere ze ci sono limiti specifici per we prelievi istantanei at the se esistono restrizioni sul prelievo pada importi maggiori throughout una sola volta.</p><h3 id=\"toc-12\">I Migliori Casino On The Internet Non Aams Within Italia 2025</h3><p>Un casino con estrazione immediato può individuo affidabile quanto distinto AAMS, purché offra trasparenza, assistenza empieza e recensioni beneficial.  I casino no AAMS prelievo immediato offrono grande flessibilità nei limiti pada prelievo.  Generalmente, arianne limite minimo part da €10–€20, mentre il massimo può superare i €10. 000 al ricorrenza, soprattutto per utenti VIP.</p><ul><li>Per quanto riguarda we pagamenti, il casinò offre una vasta gamma di criptovalute tra le opzioni disponibili. </li><li>Molti casinò che garantiscono pagamenti immediati operano con licenze estere proprio perché queste normative consentono iter di approvazione interni più snelli. </li><li>I casinò con licenze overseas autorevoli non sono comunque del quasi tutto legali in Croatia. </li><li>Inoltre, l’uso delle criptovalute nei casinò è visto come una soluzione sicura e anonima each i giocatori italiani, che possono effettuare deposito e prelievo senza dover condividere informazioni bancarie sensibili. </li><li>Tuttavia, abbiamo notato che le prime vincite possono richiedere più speed a causa della verifica dell\'identità (un processo raro for every le transazioni inside\" \"criptovalute). </li></ul><p>I migliori casinò che pagano subito elizabeth non AAMS prelievo immediato offrono transazioni rapide grazie the tecnologie avanzate elizabeth metodi di pagamento efficienti.  Le opzioni più veloci includono portafogli elettronici, are available Skrill e Neteller, e criptovalute, che consentono trasferimenti istantanei senza intermediari.  Scegliere i migliori casinò che pagano subito richiede attenzione a new fattori fondamentali appear la licenza, i metodi di pagamento, e i tempi di prelievo.  I migliori casino non AAMS prelievo immediato si distinguono per affidabilità, flessibilità elizabeth velocità nei pagamenti.</p><h2 id=\"toc-13\">È Legale Giocare Inside Un Sito Pada Giochi Da Casinò Online Straniero? </h2><p>Il bonifico bancario classico è tuttavia un sistema pada pagamento sempre inferiore utilizzato, fondamentalmente each i tempi dalam esecuzione e perché obbliga il giocatore a comunicare i dati del propriétaire conto corrente.  Vi consigliamo di abbandonarlo e di passare a forme di pagamento e prelievo più rapide e funzionali.  È fundamental prestare attenzione in caso di ritardi o difficoltà nei pagamenti.  Nel trasparente dei casinò on the web, la velocità dalam pagamento è algun fattore importante for every molti giocatori.</p><p>Nei on line casino non AAMS disadvantage prelievo immediato, ADM puoi selezionare metodi come criptovalute, Jeton o bonifico.  La piattaforma ha abuso Curaçao e incorporate casinò scommesse tradizionali, live e virtuali.  Licenziato a Curaçao, consente pagamenti veloci tramite Neteller, riduzione e criptovalute.</p>','Migliori Casinò Online No Aams Che Gentile Subito Lista 2025','','inherit','closed','closed','','340-revision-v1','','','2025-10-11 07:42:04','2025-10-11 00:42:04','',340,'https://lion288slot.com/?p=341',0,'revision','',0),
(342,1,'2025-10-10 13:58:02','2025-10-10 06:58:02','<meta name=\"description\" content=\"Yeni üyeler, hoş geldin bonusundan yararlanabilir ve ilk afin de yatırma işlemlerinde uvant kazanç sağlayabilirler. \"/><h1>Pinco Casino Giriş Resmi Çevrimiçi Casino Pinco Bonuslar</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Pin Way Up Online Casino\'da Depozitosuz Bonusları Alma Empieza Çevirme</a></li><li><a href=\"#toc-1\">Pin Up Casino\'dan Afin De Kazanabileceğiniz Ücretsiz Piyango</a></li><li><a href=\"#toc-2\">Basaribet Casino Online</a></li><li><a href=\"#toc-3\">Deneme Bonusu Veren Casino Siteleri Hangileri? </a></li><li><a href=\"#toc-4\">Kolay Bet Giriş Ile Güvenilirlik</a></li><li><a href=\"#toc-5\">Gerçek Site Pin Up Nasıl Belirlenir Ve Dolandırıcılara Kanmamak Nasıl Sağlanır? </a></li><li><a href=\"#toc-6\">Siteye Giriş</a></li><li><a href=\"#toc-7\">Leon Bet On Line Casino Müşteri Desteği Ve Yardım</a></li><li><a href=\"#toc-8\">Kolaybet Bonus: Daha Fazla Kazanın Ve Eğlenceyi Keşfedin! </a></li><li><a href=\"#toc-9\">Tipobet Giriş Ile İlgili Sık Sorulan Sorular (sss)</a></li><li><a href=\"#toc-10\">Kingbetting Giriş Adresi Kaç Oldu? </a></li><li><a href=\"#toc-11\">Müşteri Incelemelerine Göz Atın</a></li><li><a href=\"#toc-12\">Kolay Bet Canlı Yayın Ile Eğlencenin Tadını Çıkarın</a></li><li><a href=\"#toc-13\">Canlı Casino</a></li><li><a href=\"#toc-14\">Başarıbet Hesabıma Nasıl Para Yatırabilirim? </a></li><li><a href=\"#toc-15\">Timebet Giriş</a></li><li><a href=\"#toc-16\">Başarıbet\'te Nasıl Kayıt Olunur? </a></li><li><a href=\"#toc-17\">Kolay Bet Giriş Ve Özel Bonuslar</a></li><li><a href=\"#toc-18\">Mobil Versiyon Empieza Uygulama</a></li><li><a href=\"#toc-19\">Kolay Guess Twitter Hesabı Nedir Ve Nasıl Takip Edilir? </a></li><li><a href=\"#toc-20\">Levant Casino Güvenilir Una? </a></li><li><a href=\"#toc-21\">Casinobetzone Güncellemeler</a></li><li><a href=\"#toc-22\">Kolay Bet Güncel Eğlence Ve Bonuslarla Dolu Bir Platform</a></li><li><a href=\"#toc-23\">Güncel Giriş Deneyimi Nasıl Olmalı? </a></li><li><a href=\"#toc-24\">Casinobetzone Popüler Gambling Establishment Oyunları</a></li><li><a href=\"#toc-26\">Tipobet – Tipobet Giriş – Tipobet Güncel Adres</a></li><li><a href=\"#toc-28\">Kingbetting Tv Canlı Maç Izleme Sitesi Nedir? </a></li><li><a href=\"#toc-33\">Başarı Gamble Giriş İşlemi</a></li><li><a href=\"#toc-34\">Başarıbet Online</a></li></ul></div><p>Ancak, the woman oyuncunun kendi deneyimlerine dayalı olarak karar vermesi önemlidir.  İnsanlar farklı beklentilere empieza deneyimlere sahip olabilir, bu yüzden kendi araştırmanızı yaparak kararınızı vermeniz en iyisidir.  Ancak endişelenmeyin, çünkü Levant Casino kayıp bonusu ile sizi desteklemektedir.</p><ul><li>Bu nedenle, Levant Casino müşteri yorumları sizin için değerli bir kaynak olabilir. </li><li>Müşteri yorumları da Levant Casino’nun güvenilirliği hakkında bize ipuçları verebilir. </li><li>Basaribet bonusunu kullanmak için, kişisel hesabınıza giriş yapın, \"Promotions\" bölümüne gidin ve ilk depozito yapmadan önce teklifi etkinleştirin. </li><li>PayFix, gelişmiş şifreleme empieza\" \"yüksek güvenlik standartlarıyla tüm finansal işlemlerinizi koruma altına alır. </li><li>Ayrıca, lisanslı bir casino olması nedeniyle düzenleyici kurumların gözetimi altındadır. </li></ul><p>Leon Bet para yatırma ve çekme işlemlerinde hem hız hem de güvenlik sunarak oyuncuların memnuniyetini ön planda tutar.  BaşarıBet müşteri destek ekibi, mükemmel hizmet kalitesini assurée eder ve the woman türlü sorunuzla ilgili size yardımcı olmaya her zaman hazırdır.  Para çekme işlemi, şifre kurtarma, kayıt veya ek bonusların alınması gibi konularda zorluklar yaşarsanız, e-posta ve canlı sohbet gibi uygun kanallarla yardım alabilirsiniz.  Destek ekibinin hızlı ve profesyonel yaklaşımı, sorunların hızlı bir şekilde çözülmesini ve ilgilendiğiniz konularda net cevaplar almanızı sağlar.</p><h2 id=\"toc-0\">Pin Upwards Online Casino\'da Depozitosuz Bonusları Alma Ve Çevirme</h2><p>Bu durumlar genellikle geçici olup, canlı destek üzerinden çözülebilir.  Leon Bet, kullanıcı deneyimini geliştirmek adına her zaman ulaşılabilir bir destek hizmeti sunar.  Oyuncular, karşılaştıkları herhangi bir sorunda hızlı ve etkili çözümler bulabilir.  Yukarıdaki adımları kullanarak kayıt işlemini hızlıca tamamlayabilirsiniz.  Aynı zamanda platforma sosyal medya hesaplarınızı kullanarak da kayıt olabileceğinizi hatırlatmak isteriz.</p><ul><li>Levant Casino’nun güvenilirliği hakkında daha fazla bilgi edinmek için lisans bilgilerine bakmak önemlidir. </li><li>Bu uygulama neticesinde kullanıcılar, istedikleri zaman ve istedikleri yerden bahis yapabilir ve casino oyunlarını oynayabilirler. </li><li>PinCo, the woman zevke hitap eden slot oyunları ve mini oyunlarla oyuncularına unutulmaz bir gambling establishment deneyimi sunar. </li><li>Gelişmiş güvenlik protokolleri empieza şifreleme teknolojileri neticesinde kullanıcı bilgilerinin gizliliği ve işlemlerin güvenliği her zaman garanti altındadır. </li></ul><p>Levant Casino, çevrimiçi oyun platformları arasında popülerliği giderek artan bir sitedir.  Bu platformda çeşitli casino oyunlarını oynayabilir, heyecan dolu vakit geçirebilirsiniz.  Levant Casino’nun da güvenilir ve lisanslı bir site olup olmadığı ise merak edilen konular arasındadır.  Mobil uygulama ile oyunculara oyun keyfini istedikleri her yerde yaşama imkanı sunar.  Mobil uygulama, kullanıcıların tablet veya akıllı telefonları üzerinden kolayca erişebileceği bir platform sağlar.  Bu blog yazısında, Levant Casino Mobil Uygulama’nın özelliklerine, avantajlarına ve kullanım talimatlarına daha detaylı bir şekilde değineceğiz <a href=\"https://www.allergictovanilla.com/\">1win güvenilir mi</a>.</p><h3 id=\"toc-1\">Pin Up Casino\'dan Para Kazanabileceğiniz Ücretsiz Piyango</h3><p>Masal Bet casino hoşgeldin bonusuyla da kullanıcıların dikkatini çekmeye çalışıyor.  Tıpkı adı gibi masalsı bonuslarla oyuncuların yüzünü güldürmeye çalışıyor.  Sihirli lamba gibi bir hoşgeldin bonusu %100 Yatırım Bonusu + 300FS’den oluşurken Aziz Patrick bonusu da %100 Yatırım Bonusu + 40 FS dağıtıyor.  Ayrıca, BasariBet, periyodik olarak ücretsiz bahisler sunarak, oyuncuların bütçelerini riske atmadan spor etkinliklerine bahis yapmalarına olanak tanır.  BasariBet, oyuncularına çeşitli bonuslar empieza promosyonlar sunarak site üzerindeki oyun deneyimini\" \"daha heyecanlı ve kazançlı hale getirir.  Platformun ana sayfasında bulunan canlı destek bölümünden müşteri temsilcilerine anında ulaşılabilir.</p><ul><li>Geliştiricilere göre, Pin-Up casinos desteği 7\'ye twenty-four esasına göre çalışmaktadır. </li><li>Kazançların çekildiği position makineleri, kullanıcıların makineleri aramasını kolaylaştırmak için ayrı bir sekmede bulunur. </li><li>En avantajlı bonusları sunan siteler, kullanıcılarına ekstra değer sağlar. </li><li>Bu sayede, Casino Bet deneyiminizi daha keyifli empieza kazançlı hale getirirler. </li><li>Ancak, bir kumarhane platformunu değerlendirmeden önce, başkalarının deneyimlerine ve yorumlarına bakmak önemlidir. </li></ul><p>Levant Casino müşterileri genellikle siteyle ilgili olumlu geri bildirimlerde bulunmaktadır.  Oyuncular, hızlı ödeme işlemleri, güvenli oyun deneyimi ve etkili müşteri destek hizmetlerinden memnuniyetlerini dile getirmektedirler.  Yeni üyeler, hoş geldin bonusundan yararlanabilir ve ilk afin de yatırma işlemlerinde ekstra kazanç sağlayabilirler.  Ayrıca, düzenli kullanıcılara weil farklı bonuslar empieza promosyonlar sunulmaktadır.</p><h3 id=\"toc-2\">Basaribet Casino Online</h3><p>Doğru giriş adresi kullanarak siteye girdiğinizde sağ üstte bulunan “hızlı kayıt” butonuna tıklayarak Masal Bet’e kayıt olabilirsiniz.  Basaribet bonusunu kullanmak için, kişisel hesabınıza giriş yapın, \"Promotions\" bölümüne gidin ve ilk depozito yapmadan önce teklifi etkinleştirin.  Tüm bonuslar ×40 çevrim şartına tabidir ve belirli bir süre için geçerlidir.</p><ul><li>Leon Bet, mobil cihazlarda da eksiksiz bir oyun deneyimi sunmak üzere enhance edilmiştir. </li><li>Uygulama sprained ankle treatment iOS hem para Android cihazlarla uyumludur ve masaüstü deneyimini aratmayacak bir performans sunar. </li><li>Kötü bir ruh halindeyseniz, Pin Up online casino yönetimi kesinlikle onu yükseltmenin bir yolunu biliyor. </li><li>Promosyon kodları, artırılmış oranlar, depozito için nakit ödüller ve diğer özel tekliflere erişim sağlar. </li></ul><p>Ödemelerinizi hızlı bir şekilde tamamlayarak oyunların keyfini kesintisiz çıkarabilirsiniz.  BaşarıBet\'teki tüm finansal işlemler, kullanıcıların güvenliği\" \"empieza gizliliği göz önünde bulundurularak gerçekleştirilir.  Tercihlerinize ve ihtiyaçlarınıza göre en uygun para yatırma ve çekme yöntemini seçebilirsiniz.  Herhangi bir sorunuz veya yardıma ihtiyacınız olursa, Basari Bet destek ekibi finansal işlemlerle ilgili her türlü konuda size danışmanlık sağlamaya her zaman hazırdır.</p><h2 id=\"toc-3\">Deneme Bonusu Veren Casino Siteleri Hangileri? </h2><p>Casino Bet siteleri, sundukları geniş oyun seçenekleri, güvenilir yapıları ve avantajlı bonusları ile online bahis empieza casino deneyimini bir üst seviyeye taşıyor.  Tipobet, spor bahisleri, canlı casino empieza sanal oyun seçenekleri sunan köklü bir çevrim içi bahis platformudur.  Türkiye’deki kullanıcılar arasında geniş bir kitleye sahip olan casino, yüksek oranları ve kullanıcı dostu arayüzüyle tercih\" \"edilmektedir.  Ancak kullanıcılar için en sık yaşanan problem, giriş adresinin sık sık değişmesidir.  Leon Bet, Türkiye’deki online casino oyuncularına hem güvenilirlik ankle rehab ebook de çeşitlilik sunan bir platform olarak öne çıkıyor.</p><p>Bu sayede tüm oyunları gönül rahatlığıyla oynayarak, büyük kazanç hedeflerine ulaşabilirsiniz.  Canlı destek hizmeti, müşteri temsilcileri tarafından sunulan anlık bir iletişim imkanı sağlamaktadır.  Bu sayede kullanıcılar, herhangi bir mesai saatine takılmadan istedikleri zaman ve yerde canlı destek hizmetini kullanabilmektedir.</p><h3 id=\"toc-4\">Kolay Guess Giriş Ile Güvenilirlik</h3><p>Kaybettiğiniz tutarın bir kısmını veya tamamını kayıp bonusu olarak geri alabilirsiniz.  Kayıp bonusu, oyuncuların moralini yükseltmek ve kayıplarını telafi etmek için tasarlanmıştır.  Bu bonusu talep etmek için belirli bir süre içerisinde canlı destek ile iletişime geçmeniz gerekmektedir.  Levant Casino, kullanıcılarının güvenli bir şekilde oyun oynayabilmesi için gerekli önlemleri almaktadır.  Kullanıcılar, kişisel ve finansal bilgilerini güvende tutabilecekleri bir ortamda oyun oynayabilirler.</p><ul><li>Pin Way up casinonun mobil uygulamasını tamamen ücretsiz olarak indirebilirsiniz, bu nedenle kurulumunda herhangi bir sorun yoktur. </li><li>Levant Casino’nun geniş oyun koleksiyonu, the girl türden oyunseverin ilgisini çekecek çeşitlilikte oyunları içermektedir. </li><li>Zeus’un kapılarını aralayarak, oyuncular çeşitli bonus özellikler empieza ödüllerle karşılaşır. </li><li>Bu siteler, kullanıcılarına deneme bonusu sağlayarak oyun deneyimlerini risksiz bir şekilde yaşamalarına olanak tanır. </li><li>Yeni üyeler, hoş geldin bonusundan yararlanabilir ve ilk para yatırma işlemlerinde uvant kazanç sağlayabilirler. </li></ul><p>Casino Guess siteleri, slot makinelerinden canlı krupiyelere kadar birçok farklı oyun seçeneği sunarak the woman türden oyuncuya hitap etmektedir.  PinCo, Türkiye’de online casino empieza bahis hizmeti sunan güvenilir bir platformdur.  Geniş oyun seçenekleri, güvenli ödeme yöntemleri ve kullanıcı dostu arayüzüyle oyunculara yüksek kaliteli bir deneyim sunar.  Levant Gambling establishment, dünya çapında çeşitli casino oyunları sunan bir online oyun platformudur.  Kullanıcı dostu arayüzü ve sürekli güncellenen promosyonları ile oyun severlere kaliteli bir deneyim sunmayı amaçlamaktadır.  Bununla birlikte, Levant Casino canlı destek hizmeti kullanıcıların sorunlarını çözmekle kalmaz, aynı zamanda siteyle ilgili her türlü bilgiyi de sağlamaktadır.</p><h2 id=\"toc-5\">Gerçek Site Pin Up Nasıl Belirlenir Ve Dolandırıcılara Kanmamak Nasıl Sağlanır? </h2><p>Kullanıcılar, canlı destek hizmeti aracılığıyla bonuslar, ödeme yöntemleri, oyun seçenekleri gibi pek  çok konuda detaylı bilgilere ulaşabilirler.  Yardımcı olabilmeleri için müşteri temsilcisine gereken ayrıntıları vermeniz önemlidir.  Popüler casino oyunları, heyecan verici slot makineleri ve yüksek oranlı spor bahisleri ile kazancınızı artırmaya hazır olun.</p><ul><li>Bu siteler, kullanıcı dostu arayüzleri, güvenilir ödeme yöntemleri ve mobil uyumlulukları sayesinde your ex an her yerden erişilebilir olmaktadır. </li><li>Güvenilir siteler, kullanıcılarına kredi kartları, e-cüzdanlar ve banka transferleri gibi çeşitli güvenli ödeme yöntemleri sunar. </li><li>Hem yeni başlayanlar ankle rehab ebook de deneyimli oyuncular için geniş bir oyun seçeneği sunmaktadır. </li><li>Platform, sahip olduğu lisanslarla kullanıcılarına adil bir oyun ortamı sunmayı ve sektördeki en yüksek güvenlik standartlarını\" \"sağlamayı taahhüt eder. </li><li>Lisanslı olması, güvenlik önlemlerinin alınmış olması ve oyuncuların olumlu geri bildirimleri, Élévateur Casino’ya güven duymanızı sağlayabilir. </li></ul><p>Başarıbet platformu olarak, kullanıcılarımıza durante iyi online casino deneyimini yaşatmak için mükemmel özellikler sunuyoruz.  En iyi oyun sağlayıcıların geliştirdiği, profesyonel ve adil oyun sistemine sahip kumar oyunlarıyla eğlenirken büyük kazançlar elde etmenize olanak sağlıyoruz.  Platformumuz, kullanıcı dostu tasarımı empieza mükemmel bonuslarıyla size birçok avantajı aynı anda sunmaktadır.</p><h3 id=\"toc-6\">Siteye Giriş</h3><p>CasinoBet Sitelerinin adresleri, kullanıcıların internet üzerinden çeşitli casino oyunlarının keyfini çıkarabileceği empieza bahis yapabileceği dijital platformlardır.  Geleneksel fiziksel casinoların sanal karşılıkları olan bu siteler, geniş oyun seçenekleri ve çok çeşitli bahis imkanları sunarak kullanıcılarına günün her saati erişim sağlar.  PinCo, online bahis  ve casino sektöründe uluslararası standartlara uygun şekilde faaliyet gösteren, lisanslı ve güvenilir bir platformdur.  Platform, sahip olduğu lisanslarla kullanıcılarına adil bir oyun ortamı sunmayı ve sektördeki durante yüksek güvenlik standartlarını\" \"sağlamayı taahhüt eder.</p><ul><li>Ancak, the girl oyuncunun kendi deneyimlerine dayalı olarak karar vermesi önemlidir. </li><li>Pin Up\" \"sitesinin kullanıcıları kazançlarını mevcut e-cüzdanlara ve banka kartlarına çekebilirler. </li><li>Ayrıca, mobil uygulama sayesinde oyuncular herhangi bir zaman kısıtlaması olmaksızın istedikleri zaman oyun oynayabilir. </li><li>Kolay Bet, kullanıcılarına hoş geldin bonusu, kayıp bonusu, yatırım bonusu gibi çeşitli avantajlar sunar. </li></ul><p>Kaydınız anında tamamlanacak, email adresinizi doğrulayarak hesabınızı güvende tutmuş olursunuz, aynı zamanda özel bonuslar kazanabilirsiniz.  Türkiye’de bahis oyunları, 5846 sayılı Spor İdari ve Denetleme Kurulu (SPORİD) tarafından düzenlenmektedir.  Yasal olarak faaliyet gösteren siteler, SPORİD tarafından lisanslanmış olmalıdır.  Pin Up Casino yeni gelenlere çok iyi davranır empieza onlara esnek bir başlangıç bonusları sistemi sunar.  Böylece ilk depozitonuzda %100, ten USD veya daha fazla depozito için 250 freespin, ayrıca nakit para iadesi ve doğum günü hediyeleri alabilirsiniz.</p><h2 id=\"toc-7\">Leon Bet Online Casino Müşteri Desteği Empieza Yardım</h2><p>Platform, kullanıcı dostu arayüzü neticesinde her seviyedeki oyuncuya hitap eder.  Casino Bet siteleri, geniş oyun seçenekleri, avantajlı bonuslar ve güvenli ödeme yöntemleri ile kullanıcılarına keyifli bir oyun deneyimi sunmaktadır.  Güvenilir ve lisanslı siteler arasında Casinoper, Casibom, Hipercasino, Casilot, Casinoslot ve Bahisnow gibi platformlar öne çıkmaktadır.</p><p>Pin Up sitesinde sadece slot makaralarını çevirmekle kalmaz, aynı zamanda spor bahisleri modunda da eğlenebilirsiniz.  Bu bölüme gitmek için ana sayfanın ana menüsündeki uygun düğmeye basın.  Bahisçinin ofisinin menüsü çok basit ve kullanışlıdır, ancak ücretli modda nasıl bahis yapılacağını öğrenmek için talimatları okumak gereksiz değildir.  PinCo, kullanıcılarıyla sürekli etkileşimde kalmak için sosyal medya platformlarında aktif bir varlık gösterir.</p><h3 id=\"toc-8\">Kolaybet Bonus: Daha Fazla Kazanın Empieza Eğlenceyi Keşfedin! </h3><p>Yasal olarak faaliyet gösteren siteler, belirli kriterlere uymak zorundadır.  Lisans, sitenin belirli standartlara uygun olarak çalıştığını ve kullanıcı haklarını koruduğunu gösterir.  PinUp sanal kumarhanesinin müşterileri dürüst kumar sonuçlarından emin olabilirler.  Senaryolu slot makineleri yoktur, tüm oyun resmi yazılım tedarikçilerinin sunucularından oynanır.  ESpor üzerine bahis oynamak, geleneksel sporlar üzerine bahis oynamak kadar popülerdir.</p><ul><li>Platform, kullanıcı dostu arayüzü neticesinde her seviyedeki oyuncuya hitap eder. </li><li>Ancak her platformda olduğu gibi, bazı kullanıcılar ödeme süreleri veya belirli oyunların performansı hakkında olumsuz yorumlar da yapabilmektedir. </li><li>Levant Casino müşterileri genellikle siteyle ilgili olumlu geri bildirimlerde bulunmaktadır. </li></ul><p>Kullanıcı verilerini korumak için gelişmiş SSL şifreleme teknolojisi kullanılır ve program, düzenli olarak bağımsız denetimlerden geçer.  Ayrıca, lisanslı bir casino olması nedeniyle düzenleyici kurumların gözetimi altındadır.  Kullanıcı yorumları ve deneyimlerine dayalı olarak da güvenilir bir platform olduğu söylenebilir.  Deneme bonusu, yeni kullanıcılara hesaplarını oluşturduklarında sunulan ücretsiz oyun kredileridir.</p><h2 id=\"toc-9\">Tipobet Giriş Ile İlgili Sık Sorulan Sorular (sss)</h2><p>Kolay Bet, kullanıcılarına hoş geldin bonusu, kayıp bonusu, yatırım bonusu gibi çeşitli avantajlar sunar.  Bonuslardan yararlanmak için ilgili kampanyanın şartlarını tamamlamanız yeterlidir.  Daha fazla bilgi için promosyonlar sayfasını inceleyebilir veya destek ekibine ulaşabilirsiniz.</p><ul><li>Yeni kullanıcılar, platforma hızlı ve kolay bir şekilde adapte olabilirken, deneyimli bahisçiler ise gelişmiş özellikler neticesinde aradıkları profesyonel deneyimi bulabilirler. </li><li>Kullanıcılar, kişisel ve finansal bilgilerini güvende tutabilecekleri bir ortamda oyun oynayabilirler. </li><li>Bu platformda çeşitli casino oyunlarını oynayabilir, heyecan dolu vakit geçirebilirsiniz. </li><li>Yardım masası hizmeti, kayıt ve bahis ödülleri, nakit giriş ve çıkış için veya kişisel bir hesabı bağımsız olarak kaydedemediğinizde iletişime geçmek içindir. </li></ul><p>Bu yöntemler hem yerel sprained ankle treatment de uluslararası oyunculara hitap edecek şekilde çeşitlendirilmiştir.  Leon Bet, Türkiye’de çevrim içi casino ve bahis severler için güvenilir ve kapsamlı bir oyun platformudur.  Site, yeni başlayanlar kadar deneyimli oyunculara da hitap eder ve binlerce oyun seçeneği, düzenli kampanyalar ve güvenli ödeme yöntemleri ile dikkat çeker.  BaşarıBet Casino, geniş oyun portföyü ile her oyuncunun zevkine hitap ediyor.  Aviator gibi slot oyunları, klasik masa oyunları\" \"ve canlı casino bölümü sayesinde çeşitliliği sağlıyor.</p><h3 id=\"toc-10\">Kingbetting Giriş Adresi Kaç Oldu? </h3><p>Mobil uygulamanın yanı sıra, Basari Bet, her ekran çözünürlüğüne uyum sağlayan uyumlu bir mobil web sitesi de sunar.  Mobil versiyon, temel özelliklere hızlı erişim sağlamak için üçüncü parti yazılım yükleme gerektirmeyen pratik bir seçenektir.  Uygulama, veri korumasını güçlendirir, özel bonuslar kazandırır ve kesintisiz bir oyun deneyimi sağlar.  Levant Casino’nun lisans bilgileri incelendiğinde, güvenilirlik konusunda kullanıcılara gerekli desteği sağladığı söylenebilir.  Lisans bilgilerinin doğruluğunu kontrol etmek ve güncel olduğunu teyit etmek ise kullanıcıların sorumluluğundadır.</p><ul><li>Bununla birlikte, Levant Casino canlı destek hizmeti kullanıcıların sorunlarını çözmekle kalmaz, aynı zamanda siteyle ilgili her türlü bilgiyi de sağlamaktadır. </li><li>Daha fazla bilgi için promosyonlar sayfasını inceleyebilir veya destek ekibine ulaşabilirsiniz. </li><li>Örneğin, her hafta Viber\'da para yatırma işleminde %100 için özel bir bonus kodu bulabilirsiniz. </li></ul><p>PinCo, Türkiye’deki online casino ve bahis sektöründe lider konumda olan, güvenilir ve yenilikçi bir platformdur.  Kullanıcılarına sunduğu geniş oyun yelpazesi ve kaliteli hizmet anlayışıyla kısa sürede sektörün en çok tercih edilen isimlerinden biri haline gelmiştir.  Platform, hem eğlence hem de kazanç odaklı bir deneyim sunarak, farklı beklentilere hitap etmeyi başarmaktadır.  Türkiye’nin lider online oyun platformlarından biri olan Bet, spor bahislerinden canlı gambling establishment oyunlarına kadar zengin seçenekler sunar.  Özel bonus kampanyaları ile kazancınızı artırabilir empieza kesintisiz bir oyun deneyimi yaşayabilirsiniz.</p><h2 id=\"toc-11\">Müşteri Incelemelerine Göz Atın</h2><p>Bu bonuslar, kullanıcılara daha fazla oyun oynama ve kazanma şansı sunmaktadır.  Levant Gambling establishment, online oyunlar oynayabileceğiniz bir çevrimiçi kumarhane platformudur.  Birçok farklı oyun seçeneği sunan bu platform, kullanıcılarının eğlenceli ve heyecanlı bir kumarhane deneyimi yaşamasını sağlamaktadır.  Lisanslı bahis siteleri, yasal düzenlemelere uygun olarak faaliyet gösteren ve kullanıcılarına güvenli bir oyun ortamı sunan platformlardır.</p><p>Bu siteler, kullanıcılarına çeşitli bonus seçenekleri sunarak oyun deneyimlerini zenginleştirir.  Bu siteler, kullanıcılarına güvenli bir oyun ortamı sunmakta ve yüksek kaliteli hizmetler sağlamaktadır.  Pin Up casinonun mobil uygulamasını tamamen ücretsiz olarak indirebilirsiniz, bu nedenle kurulumunda herhangi bir sorun yoktur.  Sadece kumar kulübünün sitesini ziyaret etmeniz ve orada mobil sürümlerin bulunduğu bir bölüm bulmanız gerekir.  Birkaç dakika içinde software çalışacak ve cihazınıza veya tabletinize yüklenecektir.</p><h2 id=\"toc-12\">Kolay Bet Canlı Yayın Ile Eğlencenin Tadını Çıkarın</h2><p>Gerçek zamanlı oyun deneyimi sunan canlı casino oyunlarında, profesyonel krupiyelerle oyun oynamanın keyfini çıkarabilirsiniz.  BaşarıBet Casino, sadece eğlenceli değil, çok kazançlı bir oyun ortamı da sunuyor.  Geniş slot yelpazesi arasında kolayca gezinmek için sitede kullanıcı dostu bir sıralama sistemi mevcuttur.  Oyunlar \"New\" (yeni sürümler için), \"InstantWin\" (anında kazançlar için) ve \"Megaways\" (artırılmış ödeme hattı sayısına sahip slotlar için) gibi kategorilere ayrılmıştır.</p><ul><li>BasariBet, oyuncularına çeşitli bonuslar empieza promosyonlar sunarak web-site üzerindeki oyun deneyimini\" \"daha heyecanlı ve kazançlı hale getirir. </li><li>Ayrıca, istediğiniz zaman tarayıcınızda Pinup\'ın resmi sitesine gidebilirsiniz. </li><li>Siteye kaydolduktan sonra, kaybedenlerin olmadığı piyango çekilişine katılabileceksiniz. </li><li>Yardımcı olabilmeleri için müşteri temsilcisine gereken ayrıntıları vermeniz önemlidir. </li><li>Kayıtlı Pin-Up çevrimiçi kullanıcıları için para yatırma bonusu, geri ödeme, yeni başlayanlar için hediyeler vb. </li></ul><p>Yasal bahis sitelerini belirlemek ve güvenilir platformlardan hizmet almak önemlidir.  PayFix, gelişmiş şifreleme ve\" \"yüksek güvenlik standartlarıyla tüm finansal işlemlerinizi koruma altına alır.  Bu özellik sayesinde kullanıcılar her zaman güven içinde işlem yapabilir.</p><h3 id=\"toc-13\">Canlı Casino</h3><p>Levant Casino, kullanıcılarına en kaliteli hizmeti sunmak için birçok farklı iletişim kanalı sağlamaktadır.  Geliştiricilere göre, Pin-Up online casino desteği 7\'ye twenty four esasına göre çalışmaktadır.  Herkes kulübün personeliyle iletişime geçebilir ve tüm sorularınızı yanıtlamaktan mutluluk duyarlar.  Kulübün teknik desteğiyle iletişime geçmek ve internet site hakkında tavsiye almak için çevrimiçi kumarhane postasına\" \"yazın veya yardım hattını arayın.  Yardım masası hizmeti, kayıt ve bahis ödülleri, nakit giriş ve çıkış için veya kişisel bir hesabı bağımsız olarak kaydedemediğinizde iletişime geçmek içindir.</p><ul><li>Yenilikçi, kullanımı kolay ve güvenilir bir on line casino arıyorsanız MasalBet sizin\" \"için doğru seçenektir. </li><li>PinCo, online casino ve bahis dünyasında Türkiye’nin önde gelen platformlarından biri olarak dikkat çekiyor. </li><li>Kullanıcılarımız siteye kayıt oldukları andan itibaren konforlu bir eğlence yaşamaları için the woman şeyi düşündük. </li><li>Tablet veya akıllı\" \"telefonlarıyla oynamayı tercih eden oyuncular için Basaribet mobil uygulaması geliştirilmiştir. </li></ul><p>Casinoper ve Casibom gibi siteler, yüksek kullanıcı memnuniyeti ve olumlu yorumları ile güvenilir kumar siteleri arasında yer alır.  Ancak, bazı yasal düzenlemeler çerçevesinde faaliyet gösteren online bahis sitelerinin adresleri bulunmaktadır.  Bu siteler, Türkiye’de yasal olarak hizmet verebilmek için gerekli lisans ve izinlere sahiptir.  Kolay Bet\'in resmi Telegram kanalı, güncel adresler, bonus duyuruları empieza özel tekliflere hızlı erişim sağlar.  Katılmak için Telegram uygulamasını indirip \"Kolay Bet\" kanalını arayabilir ya da resmi web sitesindeki Telegram linkine tıklayabilirsiniz.  Platformun güvenilirliği, kullanıcı yorumları ve sağlanan hizmetlerle kanıtlanmıştır.</p>','Güvenilir Casino Ve Bahis Platformu','','publish','closed','','','guvenilir-casino-ve-bahis-platformu','','','2025-10-11 09:01:21','2025-10-11 02:01:21','',0,'https://lion288slot.com/?p=342',0,'post','',0),
(343,1,'2025-10-11 09:01:21','2025-10-11 02:01:21','<meta name=\"description\" content=\"Yeni üyeler, hoş geldin bonusundan yararlanabilir ve ilk afin de yatırma işlemlerinde uvant kazanç sağlayabilirler. \"/><h1>Pinco Casino Giriş Resmi Çevrimiçi Casino Pinco Bonuslar</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Pin Way Up Online Casino\'da Depozitosuz Bonusları Alma Empieza Çevirme</a></li><li><a href=\"#toc-1\">Pin Up Casino\'dan Afin De Kazanabileceğiniz Ücretsiz Piyango</a></li><li><a href=\"#toc-2\">Basaribet Casino Online</a></li><li><a href=\"#toc-3\">Deneme Bonusu Veren Casino Siteleri Hangileri? </a></li><li><a href=\"#toc-4\">Kolay Bet Giriş Ile Güvenilirlik</a></li><li><a href=\"#toc-5\">Gerçek Site Pin Up Nasıl Belirlenir Ve Dolandırıcılara Kanmamak Nasıl Sağlanır? </a></li><li><a href=\"#toc-6\">Siteye Giriş</a></li><li><a href=\"#toc-7\">Leon Bet On Line Casino Müşteri Desteği Ve Yardım</a></li><li><a href=\"#toc-8\">Kolaybet Bonus: Daha Fazla Kazanın Ve Eğlenceyi Keşfedin! </a></li><li><a href=\"#toc-9\">Tipobet Giriş Ile İlgili Sık Sorulan Sorular (sss)</a></li><li><a href=\"#toc-10\">Kingbetting Giriş Adresi Kaç Oldu? </a></li><li><a href=\"#toc-11\">Müşteri Incelemelerine Göz Atın</a></li><li><a href=\"#toc-12\">Kolay Bet Canlı Yayın Ile Eğlencenin Tadını Çıkarın</a></li><li><a href=\"#toc-13\">Canlı Casino</a></li><li><a href=\"#toc-14\">Başarıbet Hesabıma Nasıl Para Yatırabilirim? </a></li><li><a href=\"#toc-15\">Timebet Giriş</a></li><li><a href=\"#toc-16\">Başarıbet\'te Nasıl Kayıt Olunur? </a></li><li><a href=\"#toc-17\">Kolay Bet Giriş Ve Özel Bonuslar</a></li><li><a href=\"#toc-18\">Mobil Versiyon Empieza Uygulama</a></li><li><a href=\"#toc-19\">Kolay Guess Twitter Hesabı Nedir Ve Nasıl Takip Edilir? </a></li><li><a href=\"#toc-20\">Levant Casino Güvenilir Una? </a></li><li><a href=\"#toc-21\">Casinobetzone Güncellemeler</a></li><li><a href=\"#toc-22\">Kolay Bet Güncel Eğlence Ve Bonuslarla Dolu Bir Platform</a></li><li><a href=\"#toc-23\">Güncel Giriş Deneyimi Nasıl Olmalı? </a></li><li><a href=\"#toc-24\">Casinobetzone Popüler Gambling Establishment Oyunları</a></li><li><a href=\"#toc-26\">Tipobet – Tipobet Giriş – Tipobet Güncel Adres</a></li><li><a href=\"#toc-28\">Kingbetting Tv Canlı Maç Izleme Sitesi Nedir? </a></li><li><a href=\"#toc-33\">Başarı Gamble Giriş İşlemi</a></li><li><a href=\"#toc-34\">Başarıbet Online</a></li></ul></div><p>Ancak, the woman oyuncunun kendi deneyimlerine dayalı olarak karar vermesi önemlidir.  İnsanlar farklı beklentilere empieza deneyimlere sahip olabilir, bu yüzden kendi araştırmanızı yaparak kararınızı vermeniz en iyisidir.  Ancak endişelenmeyin, çünkü Levant Casino kayıp bonusu ile sizi desteklemektedir.</p><ul><li>Bu nedenle, Levant Casino müşteri yorumları sizin için değerli bir kaynak olabilir. </li><li>Müşteri yorumları da Levant Casino’nun güvenilirliği hakkında bize ipuçları verebilir. </li><li>Basaribet bonusunu kullanmak için, kişisel hesabınıza giriş yapın, \"Promotions\" bölümüne gidin ve ilk depozito yapmadan önce teklifi etkinleştirin. </li><li>PayFix, gelişmiş şifreleme empieza\" \"yüksek güvenlik standartlarıyla tüm finansal işlemlerinizi koruma altına alır. </li><li>Ayrıca, lisanslı bir casino olması nedeniyle düzenleyici kurumların gözetimi altındadır. </li></ul><p>Leon Bet para yatırma ve çekme işlemlerinde hem hız hem de güvenlik sunarak oyuncuların memnuniyetini ön planda tutar.  BaşarıBet müşteri destek ekibi, mükemmel hizmet kalitesini assurée eder ve the woman türlü sorunuzla ilgili size yardımcı olmaya her zaman hazırdır.  Para çekme işlemi, şifre kurtarma, kayıt veya ek bonusların alınması gibi konularda zorluklar yaşarsanız, e-posta ve canlı sohbet gibi uygun kanallarla yardım alabilirsiniz.  Destek ekibinin hızlı ve profesyonel yaklaşımı, sorunların hızlı bir şekilde çözülmesini ve ilgilendiğiniz konularda net cevaplar almanızı sağlar.</p><h2 id=\"toc-0\">Pin Upwards Online Casino\'da Depozitosuz Bonusları Alma Ve Çevirme</h2><p>Bu durumlar genellikle geçici olup, canlı destek üzerinden çözülebilir.  Leon Bet, kullanıcı deneyimini geliştirmek adına her zaman ulaşılabilir bir destek hizmeti sunar.  Oyuncular, karşılaştıkları herhangi bir sorunda hızlı ve etkili çözümler bulabilir.  Yukarıdaki adımları kullanarak kayıt işlemini hızlıca tamamlayabilirsiniz.  Aynı zamanda platforma sosyal medya hesaplarınızı kullanarak da kayıt olabileceğinizi hatırlatmak isteriz.</p><ul><li>Levant Casino’nun güvenilirliği hakkında daha fazla bilgi edinmek için lisans bilgilerine bakmak önemlidir. </li><li>Bu uygulama neticesinde kullanıcılar, istedikleri zaman ve istedikleri yerden bahis yapabilir ve casino oyunlarını oynayabilirler. </li><li>PinCo, the woman zevke hitap eden slot oyunları ve mini oyunlarla oyuncularına unutulmaz bir gambling establishment deneyimi sunar. </li><li>Gelişmiş güvenlik protokolleri empieza şifreleme teknolojileri neticesinde kullanıcı bilgilerinin gizliliği ve işlemlerin güvenliği her zaman garanti altındadır. </li></ul><p>Levant Casino, çevrimiçi oyun platformları arasında popülerliği giderek artan bir sitedir.  Bu platformda çeşitli casino oyunlarını oynayabilir, heyecan dolu vakit geçirebilirsiniz.  Levant Casino’nun da güvenilir ve lisanslı bir site olup olmadığı ise merak edilen konular arasındadır.  Mobil uygulama ile oyunculara oyun keyfini istedikleri her yerde yaşama imkanı sunar.  Mobil uygulama, kullanıcıların tablet veya akıllı telefonları üzerinden kolayca erişebileceği bir platform sağlar.  Bu blog yazısında, Levant Casino Mobil Uygulama’nın özelliklerine, avantajlarına ve kullanım talimatlarına daha detaylı bir şekilde değineceğiz <a href=\"https://www.allergictovanilla.com/\">1win güvenilir mi</a>.</p><h3 id=\"toc-1\">Pin Up Casino\'dan Para Kazanabileceğiniz Ücretsiz Piyango</h3><p>Masal Bet casino hoşgeldin bonusuyla da kullanıcıların dikkatini çekmeye çalışıyor.  Tıpkı adı gibi masalsı bonuslarla oyuncuların yüzünü güldürmeye çalışıyor.  Sihirli lamba gibi bir hoşgeldin bonusu %100 Yatırım Bonusu + 300FS’den oluşurken Aziz Patrick bonusu da %100 Yatırım Bonusu + 40 FS dağıtıyor.  Ayrıca, BasariBet, periyodik olarak ücretsiz bahisler sunarak, oyuncuların bütçelerini riske atmadan spor etkinliklerine bahis yapmalarına olanak tanır.  BasariBet, oyuncularına çeşitli bonuslar empieza promosyonlar sunarak site üzerindeki oyun deneyimini\" \"daha heyecanlı ve kazançlı hale getirir.  Platformun ana sayfasında bulunan canlı destek bölümünden müşteri temsilcilerine anında ulaşılabilir.</p><ul><li>Geliştiricilere göre, Pin-Up casinos desteği 7\'ye twenty-four esasına göre çalışmaktadır. </li><li>Kazançların çekildiği position makineleri, kullanıcıların makineleri aramasını kolaylaştırmak için ayrı bir sekmede bulunur. </li><li>En avantajlı bonusları sunan siteler, kullanıcılarına ekstra değer sağlar. </li><li>Bu sayede, Casino Bet deneyiminizi daha keyifli empieza kazançlı hale getirirler. </li><li>Ancak, bir kumarhane platformunu değerlendirmeden önce, başkalarının deneyimlerine ve yorumlarına bakmak önemlidir. </li></ul><p>Levant Casino müşterileri genellikle siteyle ilgili olumlu geri bildirimlerde bulunmaktadır.  Oyuncular, hızlı ödeme işlemleri, güvenli oyun deneyimi ve etkili müşteri destek hizmetlerinden memnuniyetlerini dile getirmektedirler.  Yeni üyeler, hoş geldin bonusundan yararlanabilir ve ilk afin de yatırma işlemlerinde ekstra kazanç sağlayabilirler.  Ayrıca, düzenli kullanıcılara weil farklı bonuslar empieza promosyonlar sunulmaktadır.</p><h3 id=\"toc-2\">Basaribet Casino Online</h3><p>Doğru giriş adresi kullanarak siteye girdiğinizde sağ üstte bulunan “hızlı kayıt” butonuna tıklayarak Masal Bet’e kayıt olabilirsiniz.  Basaribet bonusunu kullanmak için, kişisel hesabınıza giriş yapın, \"Promotions\" bölümüne gidin ve ilk depozito yapmadan önce teklifi etkinleştirin.  Tüm bonuslar ×40 çevrim şartına tabidir ve belirli bir süre için geçerlidir.</p><ul><li>Leon Bet, mobil cihazlarda da eksiksiz bir oyun deneyimi sunmak üzere enhance edilmiştir. </li><li>Uygulama sprained ankle treatment iOS hem para Android cihazlarla uyumludur ve masaüstü deneyimini aratmayacak bir performans sunar. </li><li>Kötü bir ruh halindeyseniz, Pin Up online casino yönetimi kesinlikle onu yükseltmenin bir yolunu biliyor. </li><li>Promosyon kodları, artırılmış oranlar, depozito için nakit ödüller ve diğer özel tekliflere erişim sağlar. </li></ul><p>Ödemelerinizi hızlı bir şekilde tamamlayarak oyunların keyfini kesintisiz çıkarabilirsiniz.  BaşarıBet\'teki tüm finansal işlemler, kullanıcıların güvenliği\" \"empieza gizliliği göz önünde bulundurularak gerçekleştirilir.  Tercihlerinize ve ihtiyaçlarınıza göre en uygun para yatırma ve çekme yöntemini seçebilirsiniz.  Herhangi bir sorunuz veya yardıma ihtiyacınız olursa, Basari Bet destek ekibi finansal işlemlerle ilgili her türlü konuda size danışmanlık sağlamaya her zaman hazırdır.</p><h2 id=\"toc-3\">Deneme Bonusu Veren Casino Siteleri Hangileri? </h2><p>Casino Bet siteleri, sundukları geniş oyun seçenekleri, güvenilir yapıları ve avantajlı bonusları ile online bahis empieza casino deneyimini bir üst seviyeye taşıyor.  Tipobet, spor bahisleri, canlı casino empieza sanal oyun seçenekleri sunan köklü bir çevrim içi bahis platformudur.  Türkiye’deki kullanıcılar arasında geniş bir kitleye sahip olan casino, yüksek oranları ve kullanıcı dostu arayüzüyle tercih\" \"edilmektedir.  Ancak kullanıcılar için en sık yaşanan problem, giriş adresinin sık sık değişmesidir.  Leon Bet, Türkiye’deki online casino oyuncularına hem güvenilirlik ankle rehab ebook de çeşitlilik sunan bir platform olarak öne çıkıyor.</p><p>Bu sayede tüm oyunları gönül rahatlığıyla oynayarak, büyük kazanç hedeflerine ulaşabilirsiniz.  Canlı destek hizmeti, müşteri temsilcileri tarafından sunulan anlık bir iletişim imkanı sağlamaktadır.  Bu sayede kullanıcılar, herhangi bir mesai saatine takılmadan istedikleri zaman ve yerde canlı destek hizmetini kullanabilmektedir.</p><h3 id=\"toc-4\">Kolay Guess Giriş Ile Güvenilirlik</h3><p>Kaybettiğiniz tutarın bir kısmını veya tamamını kayıp bonusu olarak geri alabilirsiniz.  Kayıp bonusu, oyuncuların moralini yükseltmek ve kayıplarını telafi etmek için tasarlanmıştır.  Bu bonusu talep etmek için belirli bir süre içerisinde canlı destek ile iletişime geçmeniz gerekmektedir.  Levant Casino, kullanıcılarının güvenli bir şekilde oyun oynayabilmesi için gerekli önlemleri almaktadır.  Kullanıcılar, kişisel ve finansal bilgilerini güvende tutabilecekleri bir ortamda oyun oynayabilirler.</p><ul><li>Pin Way up casinonun mobil uygulamasını tamamen ücretsiz olarak indirebilirsiniz, bu nedenle kurulumunda herhangi bir sorun yoktur. </li><li>Levant Casino’nun geniş oyun koleksiyonu, the girl türden oyunseverin ilgisini çekecek çeşitlilikte oyunları içermektedir. </li><li>Zeus’un kapılarını aralayarak, oyuncular çeşitli bonus özellikler empieza ödüllerle karşılaşır. </li><li>Bu siteler, kullanıcılarına deneme bonusu sağlayarak oyun deneyimlerini risksiz bir şekilde yaşamalarına olanak tanır. </li><li>Yeni üyeler, hoş geldin bonusundan yararlanabilir ve ilk para yatırma işlemlerinde uvant kazanç sağlayabilirler. </li></ul><p>Casino Guess siteleri, slot makinelerinden canlı krupiyelere kadar birçok farklı oyun seçeneği sunarak the woman türden oyuncuya hitap etmektedir.  PinCo, Türkiye’de online casino empieza bahis hizmeti sunan güvenilir bir platformdur.  Geniş oyun seçenekleri, güvenli ödeme yöntemleri ve kullanıcı dostu arayüzüyle oyunculara yüksek kaliteli bir deneyim sunar.  Levant Gambling establishment, dünya çapında çeşitli casino oyunları sunan bir online oyun platformudur.  Kullanıcı dostu arayüzü ve sürekli güncellenen promosyonları ile oyun severlere kaliteli bir deneyim sunmayı amaçlamaktadır.  Bununla birlikte, Levant Casino canlı destek hizmeti kullanıcıların sorunlarını çözmekle kalmaz, aynı zamanda siteyle ilgili her türlü bilgiyi de sağlamaktadır.</p><h2 id=\"toc-5\">Gerçek Site Pin Up Nasıl Belirlenir Ve Dolandırıcılara Kanmamak Nasıl Sağlanır? </h2><p>Kullanıcılar, canlı destek hizmeti aracılığıyla bonuslar, ödeme yöntemleri, oyun seçenekleri gibi pek  çok konuda detaylı bilgilere ulaşabilirler.  Yardımcı olabilmeleri için müşteri temsilcisine gereken ayrıntıları vermeniz önemlidir.  Popüler casino oyunları, heyecan verici slot makineleri ve yüksek oranlı spor bahisleri ile kazancınızı artırmaya hazır olun.</p><ul><li>Bu siteler, kullanıcı dostu arayüzleri, güvenilir ödeme yöntemleri ve mobil uyumlulukları sayesinde your ex an her yerden erişilebilir olmaktadır. </li><li>Güvenilir siteler, kullanıcılarına kredi kartları, e-cüzdanlar ve banka transferleri gibi çeşitli güvenli ödeme yöntemleri sunar. </li><li>Hem yeni başlayanlar ankle rehab ebook de deneyimli oyuncular için geniş bir oyun seçeneği sunmaktadır. </li><li>Platform, sahip olduğu lisanslarla kullanıcılarına adil bir oyun ortamı sunmayı ve sektördeki en yüksek güvenlik standartlarını\" \"sağlamayı taahhüt eder. </li><li>Lisanslı olması, güvenlik önlemlerinin alınmış olması ve oyuncuların olumlu geri bildirimleri, Élévateur Casino’ya güven duymanızı sağlayabilir. </li></ul><p>Başarıbet platformu olarak, kullanıcılarımıza durante iyi online casino deneyimini yaşatmak için mükemmel özellikler sunuyoruz.  En iyi oyun sağlayıcıların geliştirdiği, profesyonel ve adil oyun sistemine sahip kumar oyunlarıyla eğlenirken büyük kazançlar elde etmenize olanak sağlıyoruz.  Platformumuz, kullanıcı dostu tasarımı empieza mükemmel bonuslarıyla size birçok avantajı aynı anda sunmaktadır.</p><h3 id=\"toc-6\">Siteye Giriş</h3><p>CasinoBet Sitelerinin adresleri, kullanıcıların internet üzerinden çeşitli casino oyunlarının keyfini çıkarabileceği empieza bahis yapabileceği dijital platformlardır.  Geleneksel fiziksel casinoların sanal karşılıkları olan bu siteler, geniş oyun seçenekleri ve çok çeşitli bahis imkanları sunarak kullanıcılarına günün her saati erişim sağlar.  PinCo, online bahis  ve casino sektöründe uluslararası standartlara uygun şekilde faaliyet gösteren, lisanslı ve güvenilir bir platformdur.  Platform, sahip olduğu lisanslarla kullanıcılarına adil bir oyun ortamı sunmayı ve sektördeki durante yüksek güvenlik standartlarını\" \"sağlamayı taahhüt eder.</p><ul><li>Ancak, the girl oyuncunun kendi deneyimlerine dayalı olarak karar vermesi önemlidir. </li><li>Pin Up\" \"sitesinin kullanıcıları kazançlarını mevcut e-cüzdanlara ve banka kartlarına çekebilirler. </li><li>Ayrıca, mobil uygulama sayesinde oyuncular herhangi bir zaman kısıtlaması olmaksızın istedikleri zaman oyun oynayabilir. </li><li>Kolay Bet, kullanıcılarına hoş geldin bonusu, kayıp bonusu, yatırım bonusu gibi çeşitli avantajlar sunar. </li></ul><p>Kaydınız anında tamamlanacak, email adresinizi doğrulayarak hesabınızı güvende tutmuş olursunuz, aynı zamanda özel bonuslar kazanabilirsiniz.  Türkiye’de bahis oyunları, 5846 sayılı Spor İdari ve Denetleme Kurulu (SPORİD) tarafından düzenlenmektedir.  Yasal olarak faaliyet gösteren siteler, SPORİD tarafından lisanslanmış olmalıdır.  Pin Up Casino yeni gelenlere çok iyi davranır empieza onlara esnek bir başlangıç bonusları sistemi sunar.  Böylece ilk depozitonuzda %100, ten USD veya daha fazla depozito için 250 freespin, ayrıca nakit para iadesi ve doğum günü hediyeleri alabilirsiniz.</p><h2 id=\"toc-7\">Leon Bet Online Casino Müşteri Desteği Empieza Yardım</h2><p>Platform, kullanıcı dostu arayüzü neticesinde her seviyedeki oyuncuya hitap eder.  Casino Bet siteleri, geniş oyun seçenekleri, avantajlı bonuslar ve güvenli ödeme yöntemleri ile kullanıcılarına keyifli bir oyun deneyimi sunmaktadır.  Güvenilir ve lisanslı siteler arasında Casinoper, Casibom, Hipercasino, Casilot, Casinoslot ve Bahisnow gibi platformlar öne çıkmaktadır.</p><p>Pin Up sitesinde sadece slot makaralarını çevirmekle kalmaz, aynı zamanda spor bahisleri modunda da eğlenebilirsiniz.  Bu bölüme gitmek için ana sayfanın ana menüsündeki uygun düğmeye basın.  Bahisçinin ofisinin menüsü çok basit ve kullanışlıdır, ancak ücretli modda nasıl bahis yapılacağını öğrenmek için talimatları okumak gereksiz değildir.  PinCo, kullanıcılarıyla sürekli etkileşimde kalmak için sosyal medya platformlarında aktif bir varlık gösterir.</p><h3 id=\"toc-8\">Kolaybet Bonus: Daha Fazla Kazanın Empieza Eğlenceyi Keşfedin! </h3><p>Yasal olarak faaliyet gösteren siteler, belirli kriterlere uymak zorundadır.  Lisans, sitenin belirli standartlara uygun olarak çalıştığını ve kullanıcı haklarını koruduğunu gösterir.  PinUp sanal kumarhanesinin müşterileri dürüst kumar sonuçlarından emin olabilirler.  Senaryolu slot makineleri yoktur, tüm oyun resmi yazılım tedarikçilerinin sunucularından oynanır.  ESpor üzerine bahis oynamak, geleneksel sporlar üzerine bahis oynamak kadar popülerdir.</p><ul><li>Platform, kullanıcı dostu arayüzü neticesinde her seviyedeki oyuncuya hitap eder. </li><li>Ancak her platformda olduğu gibi, bazı kullanıcılar ödeme süreleri veya belirli oyunların performansı hakkında olumsuz yorumlar da yapabilmektedir. </li><li>Levant Casino müşterileri genellikle siteyle ilgili olumlu geri bildirimlerde bulunmaktadır. </li></ul><p>Kullanıcı verilerini korumak için gelişmiş SSL şifreleme teknolojisi kullanılır ve program, düzenli olarak bağımsız denetimlerden geçer.  Ayrıca, lisanslı bir casino olması nedeniyle düzenleyici kurumların gözetimi altındadır.  Kullanıcı yorumları ve deneyimlerine dayalı olarak da güvenilir bir platform olduğu söylenebilir.  Deneme bonusu, yeni kullanıcılara hesaplarını oluşturduklarında sunulan ücretsiz oyun kredileridir.</p><h2 id=\"toc-9\">Tipobet Giriş Ile İlgili Sık Sorulan Sorular (sss)</h2><p>Kolay Bet, kullanıcılarına hoş geldin bonusu, kayıp bonusu, yatırım bonusu gibi çeşitli avantajlar sunar.  Bonuslardan yararlanmak için ilgili kampanyanın şartlarını tamamlamanız yeterlidir.  Daha fazla bilgi için promosyonlar sayfasını inceleyebilir veya destek ekibine ulaşabilirsiniz.</p><ul><li>Yeni kullanıcılar, platforma hızlı ve kolay bir şekilde adapte olabilirken, deneyimli bahisçiler ise gelişmiş özellikler neticesinde aradıkları profesyonel deneyimi bulabilirler. </li><li>Kullanıcılar, kişisel ve finansal bilgilerini güvende tutabilecekleri bir ortamda oyun oynayabilirler. </li><li>Bu platformda çeşitli casino oyunlarını oynayabilir, heyecan dolu vakit geçirebilirsiniz. </li><li>Yardım masası hizmeti, kayıt ve bahis ödülleri, nakit giriş ve çıkış için veya kişisel bir hesabı bağımsız olarak kaydedemediğinizde iletişime geçmek içindir. </li></ul><p>Bu yöntemler hem yerel sprained ankle treatment de uluslararası oyunculara hitap edecek şekilde çeşitlendirilmiştir.  Leon Bet, Türkiye’de çevrim içi casino ve bahis severler için güvenilir ve kapsamlı bir oyun platformudur.  Site, yeni başlayanlar kadar deneyimli oyunculara da hitap eder ve binlerce oyun seçeneği, düzenli kampanyalar ve güvenli ödeme yöntemleri ile dikkat çeker.  BaşarıBet Casino, geniş oyun portföyü ile her oyuncunun zevkine hitap ediyor.  Aviator gibi slot oyunları, klasik masa oyunları\" \"ve canlı casino bölümü sayesinde çeşitliliği sağlıyor.</p><h3 id=\"toc-10\">Kingbetting Giriş Adresi Kaç Oldu? </h3><p>Mobil uygulamanın yanı sıra, Basari Bet, her ekran çözünürlüğüne uyum sağlayan uyumlu bir mobil web sitesi de sunar.  Mobil versiyon, temel özelliklere hızlı erişim sağlamak için üçüncü parti yazılım yükleme gerektirmeyen pratik bir seçenektir.  Uygulama, veri korumasını güçlendirir, özel bonuslar kazandırır ve kesintisiz bir oyun deneyimi sağlar.  Levant Casino’nun lisans bilgileri incelendiğinde, güvenilirlik konusunda kullanıcılara gerekli desteği sağladığı söylenebilir.  Lisans bilgilerinin doğruluğunu kontrol etmek ve güncel olduğunu teyit etmek ise kullanıcıların sorumluluğundadır.</p><ul><li>Bununla birlikte, Levant Casino canlı destek hizmeti kullanıcıların sorunlarını çözmekle kalmaz, aynı zamanda siteyle ilgili her türlü bilgiyi de sağlamaktadır. </li><li>Daha fazla bilgi için promosyonlar sayfasını inceleyebilir veya destek ekibine ulaşabilirsiniz. </li><li>Örneğin, her hafta Viber\'da para yatırma işleminde %100 için özel bir bonus kodu bulabilirsiniz. </li></ul><p>PinCo, Türkiye’deki online casino ve bahis sektöründe lider konumda olan, güvenilir ve yenilikçi bir platformdur.  Kullanıcılarına sunduğu geniş oyun yelpazesi ve kaliteli hizmet anlayışıyla kısa sürede sektörün en çok tercih edilen isimlerinden biri haline gelmiştir.  Platform, hem eğlence hem de kazanç odaklı bir deneyim sunarak, farklı beklentilere hitap etmeyi başarmaktadır.  Türkiye’nin lider online oyun platformlarından biri olan Bet, spor bahislerinden canlı gambling establishment oyunlarına kadar zengin seçenekler sunar.  Özel bonus kampanyaları ile kazancınızı artırabilir empieza kesintisiz bir oyun deneyimi yaşayabilirsiniz.</p><h2 id=\"toc-11\">Müşteri Incelemelerine Göz Atın</h2><p>Bu bonuslar, kullanıcılara daha fazla oyun oynama ve kazanma şansı sunmaktadır.  Levant Gambling establishment, online oyunlar oynayabileceğiniz bir çevrimiçi kumarhane platformudur.  Birçok farklı oyun seçeneği sunan bu platform, kullanıcılarının eğlenceli ve heyecanlı bir kumarhane deneyimi yaşamasını sağlamaktadır.  Lisanslı bahis siteleri, yasal düzenlemelere uygun olarak faaliyet gösteren ve kullanıcılarına güvenli bir oyun ortamı sunan platformlardır.</p><p>Bu siteler, kullanıcılarına çeşitli bonus seçenekleri sunarak oyun deneyimlerini zenginleştirir.  Bu siteler, kullanıcılarına güvenli bir oyun ortamı sunmakta ve yüksek kaliteli hizmetler sağlamaktadır.  Pin Up casinonun mobil uygulamasını tamamen ücretsiz olarak indirebilirsiniz, bu nedenle kurulumunda herhangi bir sorun yoktur.  Sadece kumar kulübünün sitesini ziyaret etmeniz ve orada mobil sürümlerin bulunduğu bir bölüm bulmanız gerekir.  Birkaç dakika içinde software çalışacak ve cihazınıza veya tabletinize yüklenecektir.</p><h2 id=\"toc-12\">Kolay Bet Canlı Yayın Ile Eğlencenin Tadını Çıkarın</h2><p>Gerçek zamanlı oyun deneyimi sunan canlı casino oyunlarında, profesyonel krupiyelerle oyun oynamanın keyfini çıkarabilirsiniz.  BaşarıBet Casino, sadece eğlenceli değil, çok kazançlı bir oyun ortamı da sunuyor.  Geniş slot yelpazesi arasında kolayca gezinmek için sitede kullanıcı dostu bir sıralama sistemi mevcuttur.  Oyunlar \"New\" (yeni sürümler için), \"InstantWin\" (anında kazançlar için) ve \"Megaways\" (artırılmış ödeme hattı sayısına sahip slotlar için) gibi kategorilere ayrılmıştır.</p><ul><li>BasariBet, oyuncularına çeşitli bonuslar empieza promosyonlar sunarak web-site üzerindeki oyun deneyimini\" \"daha heyecanlı ve kazançlı hale getirir. </li><li>Ayrıca, istediğiniz zaman tarayıcınızda Pinup\'ın resmi sitesine gidebilirsiniz. </li><li>Siteye kaydolduktan sonra, kaybedenlerin olmadığı piyango çekilişine katılabileceksiniz. </li><li>Yardımcı olabilmeleri için müşteri temsilcisine gereken ayrıntıları vermeniz önemlidir. </li><li>Kayıtlı Pin-Up çevrimiçi kullanıcıları için para yatırma bonusu, geri ödeme, yeni başlayanlar için hediyeler vb. </li></ul><p>Yasal bahis sitelerini belirlemek ve güvenilir platformlardan hizmet almak önemlidir.  PayFix, gelişmiş şifreleme ve\" \"yüksek güvenlik standartlarıyla tüm finansal işlemlerinizi koruma altına alır.  Bu özellik sayesinde kullanıcılar her zaman güven içinde işlem yapabilir.</p><h3 id=\"toc-13\">Canlı Casino</h3><p>Levant Casino, kullanıcılarına en kaliteli hizmeti sunmak için birçok farklı iletişim kanalı sağlamaktadır.  Geliştiricilere göre, Pin-Up online casino desteği 7\'ye twenty four esasına göre çalışmaktadır.  Herkes kulübün personeliyle iletişime geçebilir ve tüm sorularınızı yanıtlamaktan mutluluk duyarlar.  Kulübün teknik desteğiyle iletişime geçmek ve internet site hakkında tavsiye almak için çevrimiçi kumarhane postasına\" \"yazın veya yardım hattını arayın.  Yardım masası hizmeti, kayıt ve bahis ödülleri, nakit giriş ve çıkış için veya kişisel bir hesabı bağımsız olarak kaydedemediğinizde iletişime geçmek içindir.</p><ul><li>Yenilikçi, kullanımı kolay ve güvenilir bir on line casino arıyorsanız MasalBet sizin\" \"için doğru seçenektir. </li><li>PinCo, online casino ve bahis dünyasında Türkiye’nin önde gelen platformlarından biri olarak dikkat çekiyor. </li><li>Kullanıcılarımız siteye kayıt oldukları andan itibaren konforlu bir eğlence yaşamaları için the woman şeyi düşündük. </li><li>Tablet veya akıllı\" \"telefonlarıyla oynamayı tercih eden oyuncular için Basaribet mobil uygulaması geliştirilmiştir. </li></ul><p>Casinoper ve Casibom gibi siteler, yüksek kullanıcı memnuniyeti ve olumlu yorumları ile güvenilir kumar siteleri arasında yer alır.  Ancak, bazı yasal düzenlemeler çerçevesinde faaliyet gösteren online bahis sitelerinin adresleri bulunmaktadır.  Bu siteler, Türkiye’de yasal olarak hizmet verebilmek için gerekli lisans ve izinlere sahiptir.  Kolay Bet\'in resmi Telegram kanalı, güncel adresler, bonus duyuruları empieza özel tekliflere hızlı erişim sağlar.  Katılmak için Telegram uygulamasını indirip \"Kolay Bet\" kanalını arayabilir ya da resmi web sitesindeki Telegram linkine tıklayabilirsiniz.  Platformun güvenilirliği, kullanıcı yorumları ve sağlanan hizmetlerle kanıtlanmıştır.</p>','Güvenilir Casino Ve Bahis Platformu','','inherit','closed','closed','','342-revision-v1','','','2025-10-11 09:01:21','2025-10-11 02:01:21','',342,'https://lion288slot.com/?p=343',0,'revision','',0),
(344,1,'2025-10-10 23:04:04','2025-10-10 16:04:04','<meta name=\"description\" content=\"Ici, vous devez prédire la trajectoire de la balle quel professionnel tombe et, durante cas de succès, obtenir un profit. \"/><h1>1win Ci En Côte D\'ivoire ᐉ Internet Site Officiel De Rome Sportif</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Télécharger 1win: Comment Installer L\'app 1win Sur Votre Appareil</a></li><li><a href=\"#toc-1\">Design Ou Ergonomie De Notre Plateforme</a></li><li><a href=\"#toc-2\">Différence Entre App Et Site Mobile</a></li><li><a href=\"#toc-3\">⭐en Quoi L\'application 1win Diffère-t-elle De La Version Web? </a></li><li><a href=\"#toc-4\">Installation Pas À Pas De L\'application Sur Android</a></li><li><a href=\"#toc-5\">Roulette En Déambulant 1win - Are Generally Reine Des Jeux D\'argent</a></li><li><a href=\"#toc-6\">Les Exigences Techniques Pour Télécharger 1win</a></li><li><a href=\"#toc-7\">Pourquoi Télécharger 1win Pour Android Systems Ios? </a></li><li><a href=\"#toc-8\">Lancez Le Téléchargement à Partir De Notre Site Officiel</a></li><li><a href=\"#toc-9\">In Côte D’ivoire Est-il Réel Ou Faux ? </a></li><li><a href=\"#toc-10\">In Online Casino</a></li><li><a href=\"#toc-11\">Comment Inscription Ainsi Que Se Connecter À Votre Compte Virtuel 1win Bet</a></li><li><a href=\"#toc-12\">Installez L\'application 1win En Déambulant Ios Pour Entamer Rapidement Des London Sur La Côte D\'ivoire</a></li><li><a href=\"#toc-13\">In Ci Bet Marchés De Paris Et Ligne De Sports</a></li><li><a href=\"#toc-14\">Profitez Des Promotions Ainsi Que Bonus</a></li><li><a href=\"#toc-15\">Avantages Et Inconvénients De L\'application Mobile 1win\" \"Durante Côte D\'ivoire</a></li><li><a href=\"#toc-16\">In En Côte D\'ivoire: Pourquoi Choisir Cette Plateforme? </a></li><li><a href=\"#toc-17\">Quels Deviennent Les Avantages Spécifiques Pour La Côte D’ivoire? </a></li><li><a href=\"#toc-18\">Etape Six: Lancez L’application, Connectez Vous Et Commencez À Parier</a></li><li><a href=\"#toc-19\">Méthodes De Dépôt Ainsi Que De Retrait En Se Promenant Sur La Plateforme 1win Site Web</a></li><li><a href=\"#toc-20\">Machines À Sous Dans Le Marché De Les Casinos</a></li><li><a href=\"#toc-21\">In Apk Télécharger Pour Google Android Et Ios – Dernière Version 2025 Avec Bonus</a></li><li><a href=\"#toc-22\">Quel Est Le Montant Minimum Sobre Dépôt Sur The Site? </a></li><li><a href=\"#toc-23\">Comment Télécharger Pour Les Appareils Ios En Côte D’ivoire? </a></li><li><a href=\"#toc-24\">Comment Placer Este Pari En Côte D’ivoire</a></li><li><a href=\"#toc-25\">L’application Est-elle Mise À Jour? </a></li><li><a href=\"#toc-26\">Exigences Ni Système D’exploitation Android</a></li><li><a href=\"#toc-27\">Jouez À Partir De L\'application Mobile 1win Ou Placez Vos Rome En Déplacement</a></li><li><a href=\"#toc-29\">Faq: Concerns Fréquentes Sur La Plateforme De Paris 1win Ci</a></li><li><a href=\"#toc-31\">Jeux Les Plus Populaires Sur 1win Ci</a></li><li><a href=\"#toc-33\">Bonus Et Promotions</a></li><li><a href=\"#toc-34\">In Bet - Sports</a></li></ul></div><p>Il s\'agit d\'une interface simplifiée avec une orientation verticale.  Une navigation intuitive ou un ensemble entir d\'outils sont garantis ici.  Pour utiliser pleinement les fonctionnalités du casino, les joueurs devez comprendre remark effectuer un dépôt ou un retrait vers 1win.</p><ul><li>Pour les plus aventureux, il est même possible de tenter de doubler vos gains en pariant une seconde fois sur un volume. </li><li>Toutefois, il est important de noter que la vivacité du site Net mobile de 1Win dépend entièrement\" \"entre ma vitesse de una connexion Internet. </li><li>Avec 1win APK Android systems iOS, les parieurs ivoiriens accèdent à une offre variée. </li></ul><p>Pour ce faire, rendez-vous sur la segment « Casino » du internet site de 1Win.  Ne perdez plus sobre temps et inscrivez-vous sur 1win. apresentando dès maintenant.  Découvrez une\" \"plateforme qui combine development, variété et sécurité, et commencez à maximiser vos benefits dès aujourd\'hui.  Il existe également des bonus de dépôt qui seront attribués une fois les dépôts effectués.  Il détient toutes les licences nécessaires ain respecte toutes des règlementations du pays.</p><h2 id=\"toc-0\">Télécharger 1win: Comment Installer L\'app 1win Sur Le Appareil</h2><p>Attendez le traitement de la demande, quel professionnel peut prendre de quelques minutes à plusieurs jours ouvrables selon la méthode choisie.  En connaissance de la simplicité et de la  sécurité man processus, 1win garantit un service para retrait fiable et de haute qualité.  Vous trouverez ci-dessous les étapes détaillées qui vous aideront à créer algun compte chez votre bookmaker.</p><ul><li>Toutes les transactions s’effectuent en Franc CFA (XOF) avec des limites avantageuses. </li><li>En suivant tous ces conseils, vous devez augmenter vos possibilities de gagner des paris sur web site. </li><li>Cela permet aux joueurs de deleite des paris et d’utiliser toutes des fonctionnalités de los angeles plateforme à tout moment et sobre tout lieu. </li></ul><p>Avant de pouvoir télécharger et installer 1win, vous devez usiner les paramètres de votre appareil serve autoriser les téléchargements à partir sobre sources extérieures à Google Play Retail outlet.  Si votre téléphone ne répond pas à la settings minimale requise, l’application peut mal fonctionner.  Dans ce imprévu,\" \"nous-mêmes vous recommandons d’utiliser le site Internet mobile 1Win Côte d’Ivoire apk <a href=\"https://1win-com.ci/\">1win</a>.</p><h3 id=\"toc-1\">Design Ain Ergonomie De Notre Plateforme</h3><p>En appliquant ces stratégies, vous pourrez low seulement prolonger cet expérience de jeu, mais aussi forcir vos chances sobre réaliser des increases importants sur 1win.  Avant de retenir à jouer, arianne est essentiel para maîtriser les règles des jeux proposés sur 1win.  Une bonne compréhension vous permet d’éviter des erreurs coûteuses ainsi que de mieux gérer vos paris.  Les délais de traitement dépendent de la méthode choisie, mais 1win s’efforce de traiter les retraits rapidement pour garantir la satisfaction des utilisateurs.</p><ul><li>Mais l’équipe d’assistance est intervenue et the réglé le problème rapidement. </li><li>En moyenne, ils sont en ligne avec les chiffres globaux de are generally Côte d\'Ivoire. </li><li>Cela est particulièrement vrai pour les elevados ligues de soccer et autres championnats majeurs. </li></ul><p>Les utilisateurs peuvent contacter le support twenty four sur 7 through le chat durante direct, e-mail, numéro de téléphone ain réseaux sociaux.  De plus, sur le portail web, il y i smag med section FAQ put trouver des réponses à des inquiries les plus courantes.  1Win apk télécharger est équipée de mesures de sécurité robustes pour protéger les informations kklk utilisateurs\" \"ain assurer des transactions sûres.</p><h2 id=\"toc-2\">Différence Entre Program Et Site Mobile</h2><p>Il existe également des machines à sous avec dieses jackpots, dont le montant peut atteindre des sommes colossales.  De nombreux événements sont proposés toutes vos jour, sur qui vous  pouvez parier sur différents résultats.  Entre autres, des joueurs de 1win Casino Côte d\'Ivoire se voient offrir de nombreux bonus avantageux, qui augmenteront le bankroll ainsi que contribueront aux increases.</p><ul><li>Vous pouvez télécharger et tech l\'application Android officielle, utiliser l\'alternative iOS. </li><li>Avant sobre télécharger 1win APK, autorisez dans les paramètres de le présent appareil l\'installation d\'applications provenant de sources inconnues. </li><li>Cliquez sur ce bouton ainsi que un profil de configuration sera téléchargé sur votre pyromane. </li><li>A partir para là, deux choices d’enregistrement de projet sont disponibles. </li><li>Elle présente la même expérience de pari fluide et intuitive\" \"os quais sur Android. </li></ul><p>1win a d’excellentes offres de bonus et un awesome choix de paris sportifs, de online casino et de amusements en direct.  La politique d’ The apple company en ce qui concerne les amusements d’argent et applications de paris sportifs est bien plus souple que rum de Google.  C’est la raison pour laquelle vous devez télécharger 1win en se promenant sur iPhone ou ipad tablet directement depuis l’App store.  1Win App est une plateforme spécialement conçue equiparable un fournisseur sobre divertissement bien connu, qui contient votre large gamme d’offres, tout comme the site officiel.</p><h3 id=\"toc-3\">⭐en Quoi L\'application 1win Diffère-t-elle De La Type Web? </h3><p>Il est essential de préciser que le délai sobre transaction varie\" \"essentiellement selon le moyen de paiement choisi ainsi que votre montant de la transaction.  Par pressbook, les retraits vers les portefeuilles électroniques de type Skrill ou Paypal deviennent traités en twenty four heures.  Par près les cartes bancaires (Visa, Mastercard) ont un délai sobre transaction moyen pénétré entre 1 ain 3 jours ouvrables.</p><ul><li>Bonjour, 1win est un gambling establishment sympa avec beaucoup de machines à sous. </li><li>La plupart des clients laissent des commentaires positifs sur le internet site. </li><li>Ensuite, assurez-vous de miser le bonus du premier dépôt sur votre site 1WIN. </li><li>En quelques clics, votre plan est rechargé ainsi que vous êtes prêt à parier. </li><li>La plateforme n\'est pas seulement conçue put un public intercontinental; elle prend également en compte des besoins spécifiques des joueurs locaux. </li><li>Le\" \"web site donne les choices de parier sur les premières ligues sobre Côte d’Ivoire, d’Afrique du Sud, d’Algérie, ainsi que en déambulant la Ligue just one de France ainsi que UEFA. </li></ul><p>Téléchargez le logiciel dès maintenant put ouvrir un promote nouveau compte et obtenir un benefit de bienvenue tonicité jusqu’à 612, 00 XOF.  La plupart des codes promotionnels du site nenni peuvent être activés qu\'une seule fois.  Certains coupons seront destinés aux nouveaux joueurs, d’autres fonctionnent pour tout votre monde.  De plus, les combinaisons sont capables être limitées put une géolocalisation spécifique.  Il est par conséquent recommandé de rechercher des codes promotionnels pour la Côte d’Ivoire.</p><h2 id=\"toc-4\">Installation Passing À Pas Sobre L\'application Sur Android</h2><p>Une fois sur una page d’accueil, prenez le temps de parcourir la page pour vous comment elle se présente, les différents amusements disponibles.  Une fois que vous êtes tous configurés ou connectés, il reste temps de commencer à profiter de 1win CI !  Avec\" \"votre variété de devices à sous passionnantes, de jeux sobre casino passionnants ou de tournois interactifs quotidiens, il y a toujours quelque chose de neuf à essayer.  Vous pouvez télécharger the fichier 1Win apk via un mortgage sur le web-site officiel de la société de paris.  La société Google bloque la distribution sobre logiciels de rome, vous ne dénicherez donc pas l’application dans le répertoire Play Market.  L’application 1Win transforme cet appareil mobile sobre un casino miniature.</p><ul><li>Chaque jour, de news options sont ajoutées\" \"à la liste kklk options disponibles. </li><li>Trouvez le bouton ou le loan pour ajouter le site à votre écran d\'accueil. </li><li>La sélection de jeux de table inclut le poker, black jack et baccarat, ainsi que la different roulette games et des dés de différents forms. </li><li>1win Côte d’ivoire est l’un des sites de london sportifs en trait qui s’adresse aux joueurs modernes. </li></ul><p>Vous pourrez désormais retenir à parier à tout moment ou n\'importe où.  Ce sport populaire proposition également de nombreuses possibilités de london.  Vous pouvez parier sur des événements et des championnats mondiaux tels que les Jeux olympiques, la NHL ainsi que d\'autres événements sobre premier plan.  Chaque jour, de news options sont ajoutées\" \"à la liste kklk options disponibles.</p><h3 id=\"toc-5\">Roulette Sur 1win - Los Angeles Reine Des Amusements D\'argent</h3><p>Ce qui distingue just one win de ses concurrents, c\'est également son adaptabilité.  La plateforme n\'est pas seulement conçue fill un public intercontinental; elle prend également en compte les besoins spécifiques des joueurs locaux.  Par exemple, en Côte d\'Ivoire, 1win Côte D\'Ivoire (ou 1win ci) propose dieses services personnalisés tels que des options de paiement locations et un\" \"help client en français.  Cela permet aux utilisateurs ivoiriens de profiter pleinement entre ma plateforme, sans les barrières linguistiques ou financières qui sont capables souvent compliquer l\'accès aux jeux en ligne.  Pour commencer à parier avec l’application mobile 1win, vous devez d’abord accomplir un premier dépôt après avoir enregistré votre compte.</p><ul><li>Avoir l\'autorisation du régulateur de Curaçao est un préférence évident en avantage du casino. </li><li>Pour rejoindre le plan VIP, vous pouvez contacter le support client de web-site web. </li><li>Téléchargez le logiciel dès maintenant put ouvrir un tout nouveau compte et obtenir un reward de bienvenue allant jusqu’à 612, 00 XOF. </li><li>L’entreprise envisage l’avenir dos confiance, car elle continue d’évoluer ainsi que de s’adapter aux changements du marché des jeux d’argent. </li></ul><p>Dans les rome sportifs, aucun point n’est attribué serve les paris annulés ou réglés avec une cote de 1, 00.  Elles vous informent dieses derniers paris ainsi que promotions, vous évitant de rater les bonnes affaires.  Avec le site mobile phone, les notifications deviennent moins directes ou peuvent facilement être ignorées.  Maintenant, envie de choisir l’application 1win plutôt que d’utiliser le site mobile?  Voici une comparaison rapide pour vous aider à décider quel format est votre plus adapté à votre style para jeu.  Pour des joueurs, la sécurité est d\'une importance capitale lorsqu\'ils télécharger 1win APK.</p><h2 id=\"toc-6\">Les Exigences Techniques Pour Télécharger 1win</h2><p>Le consumer de bureau 1win est disponible fill les utilisateurs para Windows.  Vous devez télécharger 1win Côte d\'Ivoire sur PERSONAL COMPUTER à partir ni site officiel.  Installez le raccourci en allant sur votre bureau sobre quelques minutes et commencez à pratiquer aux meilleurs jeux d\'argent ou à parier sur les athletics.  L’application permet low seulement de deleite des paris sportifs, mais aussi d’accéder à une grande gamme de jeux de casino, le tout en el seul clic.</p><ul><li>1win Côte d’Ivoire est probablement l’un des meilleurs bookmakers du pays. </li><li>Octroi de licences ou sécuritéPour garantir los angeles confiance des utilisateurs, 1win a assujettissement des licences serve permettre les activités de jeu durante\" \"ligne. </li><li>Si vous préférez pratiquer sur un écran plus grand, télécharger 1win pour PC est un exceptional choix. </li><li>Les récompenses sont généralement versées 1 à 2 heures après l\'événement lui-même. </li><li>Le retrait de professionnels de 1win est un processus simple et indispensable qui permet aux utilisateurs d’accéder vite à leurs profits. </li></ul><p>Ces avantages, et bien d’autres encore, feront para vos paris mobile phones sur l’application 1Win un véritable désir et une origin d’amusement.  Grâce à ces mesures, 1win garantit un environnement sûr et fiable, permettant aux utilisateurs de se concentrer pleinement sur leur expérience de tableau.  Chez 1Win, nous-mêmes plaçons la fulfillment de nos utilisateurs au cœur de nos priorités.</p><h3 id=\"toc-7\">Pourquoi Télécharger 1win Pour Android Ou Ios? </h3><p>Recherchez le profil 1win que vous venez de télécharger, puis cliquez en allant sur ‘’Faire confiance à ce profil’’.  Sans cette action, vous ne serez passing en mesure d’installer 1win apk en déambulant votre appareil.  Quelques prérequis sont indispensables avant que les joueurs ne pensiez à télécharger 1win apk en Côte d’Ivoire.</p><ul><li>Le site internet mobile apportent les mêmes fonctionnalités même s’ il existe quelques différences au niveau de l’aspect visuel du design. </li><li>Il s\'agit d\'une program simplifiée avec votre orientation verticale. </li><li>Tout votre dont vous avez besoin est le adresse e-mail et le mot sobre passe choisi et vous pouvez retenir à jouer sobre\" \"algun rien de temps. </li><li>Vous pouvez parier sur le résultat man match, le credit score exact, le nombre de buts, les cartes et d\'autres événements. </li></ul><p>Tous les nouveaux venus bénéficient d\'un bonus de bienvenue tonicité jusqu\'à 500 % sur leur leading dépôt, de seventy tours gratuits ain de la possibilité de participer au plan de\" \"fidélité.  La version internet convient à ceux qui ont besoin d\'une solution universelle ou qui, serve une raison systems une autre, nenni veulent pas telechager 1win.  Téléchargez l\'APK pour Android systems ajoutez-la à votre écran iOS through le site internet.  Généralement le retrait prend environ fifteen minutes, mais promote dépend de la méthode de retrait; votre qui fait que le délai peut parfois s’étendre à quelques jours.  Vous devez comprendre o qual le bookmaker effectue les paiements rapidement et le ausschuss dépend de los angeles banque ou i système de paiement où l’argent doit être versé.</p><h2 id=\"toc-8\">Lancez Le Téléchargement Depuis Notre Site Officiel</h2><p>Si les joueurs copiez le voucher, vous pouvez l\'activer pour recevoir kklk bonus supplémentaires para la marque.  Une autre option actuelle d’inscription consiste à utiliser les réseaux sociaux.  Dans l\'onglet correspondant du formulaire d\'accueil, vous devez cliquer sur l\'icône d\'un site spécifique.</p><p>Plusieurs grands noms de l’industrie s’y côtoient sur dieses titres qui ont fait la réputation des plus haut casinos.  Par autre part, il existe un moyen indirect sobre se servir sobre l’argent disponible en allant sur son compte Lemon, MTN ou Moov pour effectuer des paiements.  Pour ce fait, vous avez besoin d’une carte gestionnaire virtuelle qui puisse être directement associée à l’un para ces comptes.  Si vous utilisez Android ou PC, il y aura moins de gymnastique dans la marche à suivre que lors du téléchargement.</p><h3 id=\"toc-9\">In Côte D’ivoire Est-il Réel Ou Faux ? </h3><p>Lucky Jet proposition une expérience para jeu pleine d’adrénaline et de puzzle, et une opportunity de décrocher d’importants gains tout sobre défiant les lois griffin de la gravité.  Avec plus de 12, 000 jeux à disposition, 1Win casino offre votre abondance de préférence pour tous ses utilisateurs.  Le grande catalogue de amusements s’ouvre avec votre pléthore de machines à sous.  Il y a également une collection suffisante des jeux à jackpot et para mégaways.  Ces devices à sous seront présentées dans une variété de thèmes et de designs, garantissant que chaque joueur trouvera une option correspondant à ses préférences individuelles.</p><ul><li>Chaque catégorie offre votre pléthore de marchés à choisir et la présentation simple permet de gusto un pari rapide et d’en récolter les bénéfices. </li><li>En résumé, 1win se révèle être votre bookmaker ou casino personnel à portée de main. </li><li>Oui, mais n’oubliez pas o qual seuls les utilisateurs enregistrés sont autorisés à recharger leur solde et à jouer pour de l’argent réel. </li></ul><p>Il subsiste plusieurs variantes para ce jeu très populaire au sein de plateforme.  Une approche réfléchie des paris sportifs rendra cette activité plus fructueuse.  Pour obtenir un don, vous devez entamer un compte et effectuer un dépôt minimum par l\'une des méthodes en vente libre.  Si vous voulez télécharger 1win serve Android ou pratiquer sur PC, vous recevrez quand même une récompense pour vous être inscrit.  Nous vous suggérons d\'en savoir as well as sur les bénéfices offerts aux nouveaux joueurs.</p><h3 id=\"toc-10\">In Online Casino</h3><p>Les paris sportifs en déambulant 1win sont este processus que même les débutants peuvent maîtriser, grâce à l’interface intuitive ou aux étapes modestos.  Voici des directions détaillées pour vous aider à deleite votre premier identico.  Cette solution vous permettra d’utiliser cette version comme une application normale sur votre appareil iOS, directement depuis l’écran d’accueil.  La possibilité de recevoir un Reward 1win en Côte d\'Ivoire en francs ouest-africains\" \"est offerte à beaucoup de clients actifs.  Le site propose un package de bienvenue pour les some premiers dépôts derrière une chance para gagner jusqu\'à five-hundred % sur les transactions.  Pour des clients de l\'entreprise, il existe également un cashback tonicité jusqu\'à 30 % pour la segment casino.</p><ul><li>Vérifiez o qual votre appareil reste configuré pour admettre les logiciels provenant de sources externes. </li><li>Cette étape du processus se révèle être indispensable, car l’application n’est ni accesible sur Google Perform Store ni accesible sur App Store. </li><li>Le site propose el package de bienvenue pour les 5 premiers dépôts derrière une chance sobre gagner jusqu\'à 500 % sur les transactions. </li><li>Oui, l\'équipe 1win diffuse régulièrement des mises à jour put améliorer les fonctionnalités et corriger les bugs. </li><li>1win CI est un site de paris en ligne proposant des amusements de casino ain des paris sportifs. </li></ul><p>Je joue aux machines à sous et je fais des paris sportifs depuis longtemps.  Je partage mon expérience pour gagner de l’argent en hachure (non, pas durante jouant aux devices à sous).  Je les ai choisis pour leur fiabilité – ils n’ont jamais manqué para retirer de l’argent.  Il faut noter que les bons sont limités, d’où ne vous inquiétez pas s’il ne fonctionne lors de una saisie.  Il représente souhaitable de produire les données personnelles autant que possible lors de l’inscription.  1win offre à ses clients votre variété de benefit qui rendent le processus de jeu aussi profitable et excitant que achievable.</p><h2 id=\"toc-11\">Comment Inscription Ain Se Connecter À Votre Compte Virtuel 1win Bet</h2><p>Après autorisation, il reste facile d’accéder à votre compte ou d’effectuer des réglages, d’activer les notices ou d’activer les bonus.  De plus, vous pouvez activer l\'authentification à deux facteurs pour protéger vos données.  Si vous ne parvenez pas à les joueurs connecter à cet compte, il reste recommandé d\'utiliser the bouton de réinitialisation du mot de passe dans votre formulaire d\'autorisation.  La flexibilité est primordiale lorsque l’on parle de gestion financière dans l’univers dieses paris sur internet.  Pour jouer à 1Win Casino, vous pouvez créer un projet et effectuer el dépôt.</p><ul><li>Elles vous informent des derniers paris ou promotions, vous évitant de rater les bonnes affaires. </li><li>1Win application de paris peut de même présenter un autre jeu prometteur, à savoir JetX. </li><li>Si vous ne parvenez pas à les joueurs connecter à le compte, il reste recommandé d\'utiliser the bouton de réinitialisation du mot de passe dans le formulaire d\'autorisation. </li><li>Ensuite, il suffit simplement de redémarrer l’application pour compléter l’opération. </li></ul><p>Pour commencer, il reste essential de connaître les jeux ainsi que rome proposés par una plateforme.  Chaque jeu de casino some sort of ses spécificités, ain les paris sportifs nécessitent une bonne compréhension des événements sur lesquels vous misez.  Voici plusieurs étapes clés fill optimiser vos résultats sur 1win. com, 1win web systems 1win ios.  1win s’est imposé etant donné que une des plateformes les plus complètes pour les beginners de jeux sur internet.  Elle offre votre large variété sobre services qui répondent aussi bien aux besoins des internautes occasionnels qu’aux parieurs expérimentés.</p><h3 id=\"toc-12\">Installez L\'application 1win En Allant Sur Ios Pour Ouvrir Rapidement Des Paris Sur La Côte D\'ivoire</h3><p>Vous pouvez parier en allant sur les tournois olympiques, les championnats sobre différents pays, la NBA et adecuadamente d\'autres choses encore.  Pour jouer à 1win casino, vous devez gravir los angeles procédure obligatoire d\'enregistrement de compte.  Il suffit de accompagner les instructions détaillées qui sont décrites ci-dessous.  Le renseigné d\'avoir un plan vous permettra d\'utiliser toutes les place de la plateforme.</p><p>Le généreux système VIP sera une révélation pour les nouveaux arrivants sur le site.  Avec le system de fidélité 1win,  il est souple de gagner dieses points et sobre les échanger près de l\'argent réel.  Les points 1win coins sont\" \"émis pour les trips dans les devices à sous régulières, les paris sportifs et d\'autres activités.</p><h2 id=\"toc-13\">In Ci Bet Marchés De Paris Et Ligne De Sports</h2><p>Le web site dispose d\'un system de fidélité dos des niveaux ou des tournois réguliers.  Dans les courses de jeu, vous pouvez tester sobre nouvelles machines, gagner des points ain recevoir des récompenses impressionnantes sur los angeles cagnotte totale.  La plupart des émissions des studios fournisseurs sont diffusées durante anglais.</p><p>1win offre donc régulièrement des tours gratuits aux joueurs de machine à sous pour tenter leur chance.  Mais comme il se trouve que tous les autres, ce type de bonus est également soumis à dieses conditions de mise que vous devez absolument lire ou comprendre avant d’accepter.  Que vous soyez fan de lutte, de basket, para sport automobile, d’athlétisme, de jeux vidéo et bien in addition encore, 1win a new toujours un événement susceptible de réaliser gagner de l’argent.  Même les événements politiques les plus attendus (une élection présidentielle, une candidate selection importante, etc) deviennent ouverts aux rome.</p>','1win Côte D\'ivoire Lien Pour Just One Win Casino Apk En 2025','','publish','closed','','','1win-cote-divoire-lien-pour-just-one-win-casino-apk-en-2025','','','2025-10-11 09:04:53','2025-10-11 02:04:53','',0,'https://lion288slot.com/?p=344',0,'post','',0),
(345,1,'2025-10-11 09:04:53','2025-10-11 02:04:53','<meta name=\"description\" content=\"Ici, vous devez prédire la trajectoire de la balle quel professionnel tombe et, durante cas de succès, obtenir un profit. \"/><h1>1win Ci En Côte D\'ivoire ᐉ Internet Site Officiel De Rome Sportif</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Télécharger 1win: Comment Installer L\'app 1win Sur Votre Appareil</a></li><li><a href=\"#toc-1\">Design Ou Ergonomie De Notre Plateforme</a></li><li><a href=\"#toc-2\">Différence Entre App Et Site Mobile</a></li><li><a href=\"#toc-3\">⭐en Quoi L\'application 1win Diffère-t-elle De La Version Web? </a></li><li><a href=\"#toc-4\">Installation Pas À Pas De L\'application Sur Android</a></li><li><a href=\"#toc-5\">Roulette En Déambulant 1win - Are Generally Reine Des Jeux D\'argent</a></li><li><a href=\"#toc-6\">Les Exigences Techniques Pour Télécharger 1win</a></li><li><a href=\"#toc-7\">Pourquoi Télécharger 1win Pour Android Systems Ios? </a></li><li><a href=\"#toc-8\">Lancez Le Téléchargement à Partir De Notre Site Officiel</a></li><li><a href=\"#toc-9\">In Côte D’ivoire Est-il Réel Ou Faux ? </a></li><li><a href=\"#toc-10\">In Online Casino</a></li><li><a href=\"#toc-11\">Comment Inscription Ainsi Que Se Connecter À Votre Compte Virtuel 1win Bet</a></li><li><a href=\"#toc-12\">Installez L\'application 1win En Déambulant Ios Pour Entamer Rapidement Des London Sur La Côte D\'ivoire</a></li><li><a href=\"#toc-13\">In Ci Bet Marchés De Paris Et Ligne De Sports</a></li><li><a href=\"#toc-14\">Profitez Des Promotions Ainsi Que Bonus</a></li><li><a href=\"#toc-15\">Avantages Et Inconvénients De L\'application Mobile 1win\" \"Durante Côte D\'ivoire</a></li><li><a href=\"#toc-16\">In En Côte D\'ivoire: Pourquoi Choisir Cette Plateforme? </a></li><li><a href=\"#toc-17\">Quels Deviennent Les Avantages Spécifiques Pour La Côte D’ivoire? </a></li><li><a href=\"#toc-18\">Etape Six: Lancez L’application, Connectez Vous Et Commencez À Parier</a></li><li><a href=\"#toc-19\">Méthodes De Dépôt Ainsi Que De Retrait En Se Promenant Sur La Plateforme 1win Site Web</a></li><li><a href=\"#toc-20\">Machines À Sous Dans Le Marché De Les Casinos</a></li><li><a href=\"#toc-21\">In Apk Télécharger Pour Google Android Et Ios – Dernière Version 2025 Avec Bonus</a></li><li><a href=\"#toc-22\">Quel Est Le Montant Minimum Sobre Dépôt Sur The Site? </a></li><li><a href=\"#toc-23\">Comment Télécharger Pour Les Appareils Ios En Côte D’ivoire? </a></li><li><a href=\"#toc-24\">Comment Placer Este Pari En Côte D’ivoire</a></li><li><a href=\"#toc-25\">L’application Est-elle Mise À Jour? </a></li><li><a href=\"#toc-26\">Exigences Ni Système D’exploitation Android</a></li><li><a href=\"#toc-27\">Jouez À Partir De L\'application Mobile 1win Ou Placez Vos Rome En Déplacement</a></li><li><a href=\"#toc-29\">Faq: Concerns Fréquentes Sur La Plateforme De Paris 1win Ci</a></li><li><a href=\"#toc-31\">Jeux Les Plus Populaires Sur 1win Ci</a></li><li><a href=\"#toc-33\">Bonus Et Promotions</a></li><li><a href=\"#toc-34\">In Bet - Sports</a></li></ul></div><p>Il s\'agit d\'une interface simplifiée avec une orientation verticale.  Une navigation intuitive ou un ensemble entir d\'outils sont garantis ici.  Pour utiliser pleinement les fonctionnalités du casino, les joueurs devez comprendre remark effectuer un dépôt ou un retrait vers 1win.</p><ul><li>Pour les plus aventureux, il est même possible de tenter de doubler vos gains en pariant une seconde fois sur un volume. </li><li>Toutefois, il est important de noter que la vivacité du site Net mobile de 1Win dépend entièrement\" \"entre ma vitesse de una connexion Internet. </li><li>Avec 1win APK Android systems iOS, les parieurs ivoiriens accèdent à une offre variée. </li></ul><p>Pour ce faire, rendez-vous sur la segment « Casino » du internet site de 1Win.  Ne perdez plus sobre temps et inscrivez-vous sur 1win. apresentando dès maintenant.  Découvrez une\" \"plateforme qui combine development, variété et sécurité, et commencez à maximiser vos benefits dès aujourd\'hui.  Il existe également des bonus de dépôt qui seront attribués une fois les dépôts effectués.  Il détient toutes les licences nécessaires ain respecte toutes des règlementations du pays.</p><h2 id=\"toc-0\">Télécharger 1win: Comment Installer L\'app 1win Sur Le Appareil</h2><p>Attendez le traitement de la demande, quel professionnel peut prendre de quelques minutes à plusieurs jours ouvrables selon la méthode choisie.  En connaissance de la simplicité et de la  sécurité man processus, 1win garantit un service para retrait fiable et de haute qualité.  Vous trouverez ci-dessous les étapes détaillées qui vous aideront à créer algun compte chez votre bookmaker.</p><ul><li>Toutes les transactions s’effectuent en Franc CFA (XOF) avec des limites avantageuses. </li><li>En suivant tous ces conseils, vous devez augmenter vos possibilities de gagner des paris sur web site. </li><li>Cela permet aux joueurs de deleite des paris et d’utiliser toutes des fonctionnalités de los angeles plateforme à tout moment et sobre tout lieu. </li></ul><p>Avant de pouvoir télécharger et installer 1win, vous devez usiner les paramètres de votre appareil serve autoriser les téléchargements à partir sobre sources extérieures à Google Play Retail outlet.  Si votre téléphone ne répond pas à la settings minimale requise, l’application peut mal fonctionner.  Dans ce imprévu,\" \"nous-mêmes vous recommandons d’utiliser le site Internet mobile 1Win Côte d’Ivoire apk <a href=\"https://1win-com.ci/\">1win</a>.</p><h3 id=\"toc-1\">Design Ain Ergonomie De Notre Plateforme</h3><p>En appliquant ces stratégies, vous pourrez low seulement prolonger cet expérience de jeu, mais aussi forcir vos chances sobre réaliser des increases importants sur 1win.  Avant de retenir à jouer, arianne est essentiel para maîtriser les règles des jeux proposés sur 1win.  Une bonne compréhension vous permet d’éviter des erreurs coûteuses ainsi que de mieux gérer vos paris.  Les délais de traitement dépendent de la méthode choisie, mais 1win s’efforce de traiter les retraits rapidement pour garantir la satisfaction des utilisateurs.</p><ul><li>Mais l’équipe d’assistance est intervenue et the réglé le problème rapidement. </li><li>En moyenne, ils sont en ligne avec les chiffres globaux de are generally Côte d\'Ivoire. </li><li>Cela est particulièrement vrai pour les elevados ligues de soccer et autres championnats majeurs. </li></ul><p>Les utilisateurs peuvent contacter le support twenty four sur 7 through le chat durante direct, e-mail, numéro de téléphone ain réseaux sociaux.  De plus, sur le portail web, il y i smag med section FAQ put trouver des réponses à des inquiries les plus courantes.  1Win apk télécharger est équipée de mesures de sécurité robustes pour protéger les informations kklk utilisateurs\" \"ain assurer des transactions sûres.</p><h2 id=\"toc-2\">Différence Entre Program Et Site Mobile</h2><p>Il existe également des machines à sous avec dieses jackpots, dont le montant peut atteindre des sommes colossales.  De nombreux événements sont proposés toutes vos jour, sur qui vous  pouvez parier sur différents résultats.  Entre autres, des joueurs de 1win Casino Côte d\'Ivoire se voient offrir de nombreux bonus avantageux, qui augmenteront le bankroll ainsi que contribueront aux increases.</p><ul><li>Vous pouvez télécharger et tech l\'application Android officielle, utiliser l\'alternative iOS. </li><li>Avant sobre télécharger 1win APK, autorisez dans les paramètres de le présent appareil l\'installation d\'applications provenant de sources inconnues. </li><li>Cliquez sur ce bouton ainsi que un profil de configuration sera téléchargé sur votre pyromane. </li><li>A partir para là, deux choices d’enregistrement de projet sont disponibles. </li><li>Elle présente la même expérience de pari fluide et intuitive\" \"os quais sur Android. </li></ul><p>1win a d’excellentes offres de bonus et un awesome choix de paris sportifs, de online casino et de amusements en direct.  La politique d’ The apple company en ce qui concerne les amusements d’argent et applications de paris sportifs est bien plus souple que rum de Google.  C’est la raison pour laquelle vous devez télécharger 1win en se promenant sur iPhone ou ipad tablet directement depuis l’App store.  1Win App est une plateforme spécialement conçue equiparable un fournisseur sobre divertissement bien connu, qui contient votre large gamme d’offres, tout comme the site officiel.</p><h3 id=\"toc-3\">⭐en Quoi L\'application 1win Diffère-t-elle De La Type Web? </h3><p>Il est essential de préciser que le délai sobre transaction varie\" \"essentiellement selon le moyen de paiement choisi ainsi que votre montant de la transaction.  Par pressbook, les retraits vers les portefeuilles électroniques de type Skrill ou Paypal deviennent traités en twenty four heures.  Par près les cartes bancaires (Visa, Mastercard) ont un délai sobre transaction moyen pénétré entre 1 ain 3 jours ouvrables.</p><ul><li>Bonjour, 1win est un gambling establishment sympa avec beaucoup de machines à sous. </li><li>La plupart des clients laissent des commentaires positifs sur le internet site. </li><li>Ensuite, assurez-vous de miser le bonus du premier dépôt sur votre site 1WIN. </li><li>En quelques clics, votre plan est rechargé ainsi que vous êtes prêt à parier. </li><li>La plateforme n\'est pas seulement conçue put un public intercontinental; elle prend également en compte des besoins spécifiques des joueurs locaux. </li><li>Le\" \"web site donne les choices de parier sur les premières ligues sobre Côte d’Ivoire, d’Afrique du Sud, d’Algérie, ainsi que en déambulant la Ligue just one de France ainsi que UEFA. </li></ul><p>Téléchargez le logiciel dès maintenant put ouvrir un promote nouveau compte et obtenir un benefit de bienvenue tonicité jusqu’à 612, 00 XOF.  La plupart des codes promotionnels du site nenni peuvent être activés qu\'une seule fois.  Certains coupons seront destinés aux nouveaux joueurs, d’autres fonctionnent pour tout votre monde.  De plus, les combinaisons sont capables être limitées put une géolocalisation spécifique.  Il est par conséquent recommandé de rechercher des codes promotionnels pour la Côte d’Ivoire.</p><h2 id=\"toc-4\">Installation Passing À Pas Sobre L\'application Sur Android</h2><p>Une fois sur una page d’accueil, prenez le temps de parcourir la page pour vous comment elle se présente, les différents amusements disponibles.  Une fois que vous êtes tous configurés ou connectés, il reste temps de commencer à profiter de 1win CI !  Avec\" \"votre variété de devices à sous passionnantes, de jeux sobre casino passionnants ou de tournois interactifs quotidiens, il y a toujours quelque chose de neuf à essayer.  Vous pouvez télécharger the fichier 1Win apk via un mortgage sur le web-site officiel de la société de paris.  La société Google bloque la distribution sobre logiciels de rome, vous ne dénicherez donc pas l’application dans le répertoire Play Market.  L’application 1Win transforme cet appareil mobile sobre un casino miniature.</p><ul><li>Chaque jour, de news options sont ajoutées\" \"à la liste kklk options disponibles. </li><li>Trouvez le bouton ou le loan pour ajouter le site à votre écran d\'accueil. </li><li>La sélection de jeux de table inclut le poker, black jack et baccarat, ainsi que la different roulette games et des dés de différents forms. </li><li>1win Côte d’ivoire est l’un des sites de london sportifs en trait qui s’adresse aux joueurs modernes. </li></ul><p>Vous pourrez désormais retenir à parier à tout moment ou n\'importe où.  Ce sport populaire proposition également de nombreuses possibilités de london.  Vous pouvez parier sur des événements et des championnats mondiaux tels que les Jeux olympiques, la NHL ainsi que d\'autres événements sobre premier plan.  Chaque jour, de news options sont ajoutées\" \"à la liste kklk options disponibles.</p><h3 id=\"toc-5\">Roulette Sur 1win - Los Angeles Reine Des Amusements D\'argent</h3><p>Ce qui distingue just one win de ses concurrents, c\'est également son adaptabilité.  La plateforme n\'est pas seulement conçue fill un public intercontinental; elle prend également en compte les besoins spécifiques des joueurs locaux.  Par exemple, en Côte d\'Ivoire, 1win Côte D\'Ivoire (ou 1win ci) propose dieses services personnalisés tels que des options de paiement locations et un\" \"help client en français.  Cela permet aux utilisateurs ivoiriens de profiter pleinement entre ma plateforme, sans les barrières linguistiques ou financières qui sont capables souvent compliquer l\'accès aux jeux en ligne.  Pour commencer à parier avec l’application mobile 1win, vous devez d’abord accomplir un premier dépôt après avoir enregistré votre compte.</p><ul><li>Avoir l\'autorisation du régulateur de Curaçao est un préférence évident en avantage du casino. </li><li>Pour rejoindre le plan VIP, vous pouvez contacter le support client de web-site web. </li><li>Téléchargez le logiciel dès maintenant put ouvrir un tout nouveau compte et obtenir un reward de bienvenue allant jusqu’à 612, 00 XOF. </li><li>L’entreprise envisage l’avenir dos confiance, car elle continue d’évoluer ainsi que de s’adapter aux changements du marché des jeux d’argent. </li></ul><p>Dans les rome sportifs, aucun point n’est attribué serve les paris annulés ou réglés avec une cote de 1, 00.  Elles vous informent dieses derniers paris ainsi que promotions, vous évitant de rater les bonnes affaires.  Avec le site mobile phone, les notifications deviennent moins directes ou peuvent facilement être ignorées.  Maintenant, envie de choisir l’application 1win plutôt que d’utiliser le site mobile?  Voici une comparaison rapide pour vous aider à décider quel format est votre plus adapté à votre style para jeu.  Pour des joueurs, la sécurité est d\'une importance capitale lorsqu\'ils télécharger 1win APK.</p><h2 id=\"toc-6\">Les Exigences Techniques Pour Télécharger 1win</h2><p>Le consumer de bureau 1win est disponible fill les utilisateurs para Windows.  Vous devez télécharger 1win Côte d\'Ivoire sur PERSONAL COMPUTER à partir ni site officiel.  Installez le raccourci en allant sur votre bureau sobre quelques minutes et commencez à pratiquer aux meilleurs jeux d\'argent ou à parier sur les athletics.  L’application permet low seulement de deleite des paris sportifs, mais aussi d’accéder à une grande gamme de jeux de casino, le tout en el seul clic.</p><ul><li>1win Côte d’Ivoire est probablement l’un des meilleurs bookmakers du pays. </li><li>Octroi de licences ou sécuritéPour garantir los angeles confiance des utilisateurs, 1win a assujettissement des licences serve permettre les activités de jeu durante\" \"ligne. </li><li>Si vous préférez pratiquer sur un écran plus grand, télécharger 1win pour PC est un exceptional choix. </li><li>Les récompenses sont généralement versées 1 à 2 heures après l\'événement lui-même. </li><li>Le retrait de professionnels de 1win est un processus simple et indispensable qui permet aux utilisateurs d’accéder vite à leurs profits. </li></ul><p>Ces avantages, et bien d’autres encore, feront para vos paris mobile phones sur l’application 1Win un véritable désir et une origin d’amusement.  Grâce à ces mesures, 1win garantit un environnement sûr et fiable, permettant aux utilisateurs de se concentrer pleinement sur leur expérience de tableau.  Chez 1Win, nous-mêmes plaçons la fulfillment de nos utilisateurs au cœur de nos priorités.</p><h3 id=\"toc-7\">Pourquoi Télécharger 1win Pour Android Ou Ios? </h3><p>Recherchez le profil 1win que vous venez de télécharger, puis cliquez en allant sur ‘’Faire confiance à ce profil’’.  Sans cette action, vous ne serez passing en mesure d’installer 1win apk en déambulant votre appareil.  Quelques prérequis sont indispensables avant que les joueurs ne pensiez à télécharger 1win apk en Côte d’Ivoire.</p><ul><li>Le site internet mobile apportent les mêmes fonctionnalités même s’ il existe quelques différences au niveau de l’aspect visuel du design. </li><li>Il s\'agit d\'une program simplifiée avec votre orientation verticale. </li><li>Tout votre dont vous avez besoin est le adresse e-mail et le mot sobre passe choisi et vous pouvez retenir à jouer sobre\" \"algun rien de temps. </li><li>Vous pouvez parier sur le résultat man match, le credit score exact, le nombre de buts, les cartes et d\'autres événements. </li></ul><p>Tous les nouveaux venus bénéficient d\'un bonus de bienvenue tonicité jusqu\'à 500 % sur leur leading dépôt, de seventy tours gratuits ain de la possibilité de participer au plan de\" \"fidélité.  La version internet convient à ceux qui ont besoin d\'une solution universelle ou qui, serve une raison systems une autre, nenni veulent pas telechager 1win.  Téléchargez l\'APK pour Android systems ajoutez-la à votre écran iOS through le site internet.  Généralement le retrait prend environ fifteen minutes, mais promote dépend de la méthode de retrait; votre qui fait que le délai peut parfois s’étendre à quelques jours.  Vous devez comprendre o qual le bookmaker effectue les paiements rapidement et le ausschuss dépend de los angeles banque ou i système de paiement où l’argent doit être versé.</p><h2 id=\"toc-8\">Lancez Le Téléchargement Depuis Notre Site Officiel</h2><p>Si les joueurs copiez le voucher, vous pouvez l\'activer pour recevoir kklk bonus supplémentaires para la marque.  Une autre option actuelle d’inscription consiste à utiliser les réseaux sociaux.  Dans l\'onglet correspondant du formulaire d\'accueil, vous devez cliquer sur l\'icône d\'un site spécifique.</p><p>Plusieurs grands noms de l’industrie s’y côtoient sur dieses titres qui ont fait la réputation des plus haut casinos.  Par autre part, il existe un moyen indirect sobre se servir sobre l’argent disponible en allant sur son compte Lemon, MTN ou Moov pour effectuer des paiements.  Pour ce fait, vous avez besoin d’une carte gestionnaire virtuelle qui puisse être directement associée à l’un para ces comptes.  Si vous utilisez Android ou PC, il y aura moins de gymnastique dans la marche à suivre que lors du téléchargement.</p><h3 id=\"toc-9\">In Côte D’ivoire Est-il Réel Ou Faux ? </h3><p>Lucky Jet proposition une expérience para jeu pleine d’adrénaline et de puzzle, et une opportunity de décrocher d’importants gains tout sobre défiant les lois griffin de la gravité.  Avec plus de 12, 000 jeux à disposition, 1Win casino offre votre abondance de préférence pour tous ses utilisateurs.  Le grande catalogue de amusements s’ouvre avec votre pléthore de machines à sous.  Il y a également une collection suffisante des jeux à jackpot et para mégaways.  Ces devices à sous seront présentées dans une variété de thèmes et de designs, garantissant que chaque joueur trouvera une option correspondant à ses préférences individuelles.</p><ul><li>Chaque catégorie offre votre pléthore de marchés à choisir et la présentation simple permet de gusto un pari rapide et d’en récolter les bénéfices. </li><li>En résumé, 1win se révèle être votre bookmaker ou casino personnel à portée de main. </li><li>Oui, mais n’oubliez pas o qual seuls les utilisateurs enregistrés sont autorisés à recharger leur solde et à jouer pour de l’argent réel. </li></ul><p>Il subsiste plusieurs variantes para ce jeu très populaire au sein de plateforme.  Une approche réfléchie des paris sportifs rendra cette activité plus fructueuse.  Pour obtenir un don, vous devez entamer un compte et effectuer un dépôt minimum par l\'une des méthodes en vente libre.  Si vous voulez télécharger 1win serve Android ou pratiquer sur PC, vous recevrez quand même une récompense pour vous être inscrit.  Nous vous suggérons d\'en savoir as well as sur les bénéfices offerts aux nouveaux joueurs.</p><h3 id=\"toc-10\">In Online Casino</h3><p>Les paris sportifs en déambulant 1win sont este processus que même les débutants peuvent maîtriser, grâce à l’interface intuitive ou aux étapes modestos.  Voici des directions détaillées pour vous aider à deleite votre premier identico.  Cette solution vous permettra d’utiliser cette version comme une application normale sur votre appareil iOS, directement depuis l’écran d’accueil.  La possibilité de recevoir un Reward 1win en Côte d\'Ivoire en francs ouest-africains\" \"est offerte à beaucoup de clients actifs.  Le site propose un package de bienvenue pour les some premiers dépôts derrière une chance para gagner jusqu\'à five-hundred % sur les transactions.  Pour des clients de l\'entreprise, il existe également un cashback tonicité jusqu\'à 30 % pour la segment casino.</p><ul><li>Vérifiez o qual votre appareil reste configuré pour admettre les logiciels provenant de sources externes. </li><li>Cette étape du processus se révèle être indispensable, car l’application n’est ni accesible sur Google Perform Store ni accesible sur App Store. </li><li>Le site propose el package de bienvenue pour les 5 premiers dépôts derrière une chance sobre gagner jusqu\'à 500 % sur les transactions. </li><li>Oui, l\'équipe 1win diffuse régulièrement des mises à jour put améliorer les fonctionnalités et corriger les bugs. </li><li>1win CI est un site de paris en ligne proposant des amusements de casino ain des paris sportifs. </li></ul><p>Je joue aux machines à sous et je fais des paris sportifs depuis longtemps.  Je partage mon expérience pour gagner de l’argent en hachure (non, pas durante jouant aux devices à sous).  Je les ai choisis pour leur fiabilité – ils n’ont jamais manqué para retirer de l’argent.  Il faut noter que les bons sont limités, d’où ne vous inquiétez pas s’il ne fonctionne lors de una saisie.  Il représente souhaitable de produire les données personnelles autant que possible lors de l’inscription.  1win offre à ses clients votre variété de benefit qui rendent le processus de jeu aussi profitable et excitant que achievable.</p><h2 id=\"toc-11\">Comment Inscription Ain Se Connecter À Votre Compte Virtuel 1win Bet</h2><p>Après autorisation, il reste facile d’accéder à votre compte ou d’effectuer des réglages, d’activer les notices ou d’activer les bonus.  De plus, vous pouvez activer l\'authentification à deux facteurs pour protéger vos données.  Si vous ne parvenez pas à les joueurs connecter à cet compte, il reste recommandé d\'utiliser the bouton de réinitialisation du mot de passe dans votre formulaire d\'autorisation.  La flexibilité est primordiale lorsque l’on parle de gestion financière dans l’univers dieses paris sur internet.  Pour jouer à 1Win Casino, vous pouvez créer un projet et effectuer el dépôt.</p><ul><li>Elles vous informent des derniers paris ou promotions, vous évitant de rater les bonnes affaires. </li><li>1Win application de paris peut de même présenter un autre jeu prometteur, à savoir JetX. </li><li>Si vous ne parvenez pas à les joueurs connecter à le compte, il reste recommandé d\'utiliser the bouton de réinitialisation du mot de passe dans le formulaire d\'autorisation. </li><li>Ensuite, il suffit simplement de redémarrer l’application pour compléter l’opération. </li></ul><p>Pour commencer, il reste essential de connaître les jeux ainsi que rome proposés par una plateforme.  Chaque jeu de casino some sort of ses spécificités, ain les paris sportifs nécessitent une bonne compréhension des événements sur lesquels vous misez.  Voici plusieurs étapes clés fill optimiser vos résultats sur 1win. com, 1win web systems 1win ios.  1win s’est imposé etant donné que une des plateformes les plus complètes pour les beginners de jeux sur internet.  Elle offre votre large variété sobre services qui répondent aussi bien aux besoins des internautes occasionnels qu’aux parieurs expérimentés.</p><h3 id=\"toc-12\">Installez L\'application 1win En Allant Sur Ios Pour Ouvrir Rapidement Des Paris Sur La Côte D\'ivoire</h3><p>Vous pouvez parier en allant sur les tournois olympiques, les championnats sobre différents pays, la NBA et adecuadamente d\'autres choses encore.  Pour jouer à 1win casino, vous devez gravir los angeles procédure obligatoire d\'enregistrement de compte.  Il suffit de accompagner les instructions détaillées qui sont décrites ci-dessous.  Le renseigné d\'avoir un plan vous permettra d\'utiliser toutes les place de la plateforme.</p><p>Le généreux système VIP sera une révélation pour les nouveaux arrivants sur le site.  Avec le system de fidélité 1win,  il est souple de gagner dieses points et sobre les échanger près de l\'argent réel.  Les points 1win coins sont\" \"émis pour les trips dans les devices à sous régulières, les paris sportifs et d\'autres activités.</p><h2 id=\"toc-13\">In Ci Bet Marchés De Paris Et Ligne De Sports</h2><p>Le web site dispose d\'un system de fidélité dos des niveaux ou des tournois réguliers.  Dans les courses de jeu, vous pouvez tester sobre nouvelles machines, gagner des points ain recevoir des récompenses impressionnantes sur los angeles cagnotte totale.  La plupart des émissions des studios fournisseurs sont diffusées durante anglais.</p><p>1win offre donc régulièrement des tours gratuits aux joueurs de machine à sous pour tenter leur chance.  Mais comme il se trouve que tous les autres, ce type de bonus est également soumis à dieses conditions de mise que vous devez absolument lire ou comprendre avant d’accepter.  Que vous soyez fan de lutte, de basket, para sport automobile, d’athlétisme, de jeux vidéo et bien in addition encore, 1win a new toujours un événement susceptible de réaliser gagner de l’argent.  Même les événements politiques les plus attendus (une élection présidentielle, une candidate selection importante, etc) deviennent ouverts aux rome.</p>','1win Côte D\'ivoire Lien Pour Just One Win Casino Apk En 2025','','inherit','closed','closed','','344-revision-v1','','','2025-10-11 09:04:53','2025-10-11 02:04:53','',344,'https://lion288slot.com/?p=345',0,'revision','',0),
(346,1,'2025-10-10 14:29:03','2025-10-10 07:29:03','<meta name=\"description\" content=\"Ayrıca bu turların çok iyi ödeme yaptığını, bazı ödemelerin bahsin 3x katından cömertçe 100x katına kadar” “çıktığını gördüm. \"/><h1>\"\"«»»1win Uzbekistan ⬅️ Rasmiy Sayti Bukmekerlik Kompaniyasining Al Afrah Plastic-type Product Trading» Security Screens And Cup For Doors In Addition To Windows» Skill Development Training» Sindicato Sobre Trabajadores Al Gracia Del Gobierno Delete Estado De Chiapas\"</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Kendiniz Için Mükemmel Sporu Na? D Seçersiniz: No Recto De Relação À Por Yeni Carrier? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-1\">\"acemiden Profesyonellere: Purse? Kvadratmeter? Deb? Bir Kumarhane Oyuncusu Na? T Olunur”</a></li><li><a href=\"#toc-2\">Kendiniz Için Mükemmel Sporu Na? Mirielle Seçersiniz: Relacionada Por Yeni Women Bag? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-3\">Kendiniz Için Mükemmel Sporu Em? D Seçersiniz: Relacionada Durante Sobre En Yeni Ba? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-4\">Acemiden Profesyonellere: Başarılı Bir Kumarhane Oyuncusu Nasıl Olunur””</a></li><li><a href=\"#toc-5\">““spor Comienza Çocuk Gelişimi: Sporun Genç Nesiller Üzerindeki Etkileri</a></li><li><a href=\"#toc-6\">Kendiniz Için Mükemmel Sporu Nas? Capital T Seçersiniz: Relacionada Por Durante Yeni Case? Layanlar Için Bir Rehber\"</a></li><li><a href=\"#toc-7\">Acemiden Profesyonellere: Handbag? Ar? To? Bir Kumarhane Oyuncusu Nas? Capital Capital T Olunur”</a></li><li><a href=\"#toc-8\">Kendiniz Için Mükemmel Sporu Na? Mirielle Seçersiniz: Relacionada Por Yeni Women Tote? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-9\">Kendiniz Için Mükemmel Sporu Na? Deb Seçersiniz: No Recto De Relação À Por Yeni Carrier? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-10\">Kendiniz Için Mükemmel Sporu Em? D Seçersiniz: Relacionada Durante En En Yeni Ba? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-11\">Kendiniz Için Mükemmel Sporu Nas? T Seçersiniz: Relacionada Por Durante Yeni Handbag? Layanlar Için Bir Rehber\"</a></li><li><a href=\"#toc-12\">““spor Comienza Çocuk Gelişimi: Sporun Genç Nesiller Üzerindeki Etkileri</a></li><li><a href=\"#toc-13\">Acemiden Profesyonellere: Handbag? Ar? To? Bir Kumarhane Oyuncusu Nas? Capital T Olunur”</a></li><li><a href=\"#toc-14\">Acemiden Profesyonellere: Başarılı Bir Kumarhane Oyuncusu Nasıl Olunur””</a></li><li><a href=\"#toc-15\">\"acemiden Profesyonellere: Purse? Ar? Deb? Bir Kumarhane Oyuncusu Na? D Olunur”</a></li><li><a href=\"#toc-16\">Acemiden Profesyonellere: Handbag? Ar? Capital T? Bir Kumarhane Oyuncusu Nas? Capital Capital T Olunur”</a></li><li><a href=\"#toc-17\">Kendiniz Için Mükemmel Sporu Em? D Seçersiniz: Relacionada Durante Durante En Yeni Ba? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-18\">Kendiniz Için Mükemmel Sporu Na? Deb Seçersiniz: No Ano De Relação À Por Yeni Case? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-19\">Kendiniz Için Mükemmel Sporu Nas? Capital T Seçersiniz: Relacionada Por Durante Yeni Bag? Layanlar Için Bir Rehber\"</a></li><li><a href=\"#toc-20\">\"acemiden Profesyonellere: Purse? Kvadratmeter? Deb? Bir Kumarhane Oyuncusu Na? M Olunur”</a></li><li><a href=\"#toc-21\">Acemiden Profesyonellere: Başarılı Bir Kumarhane Oyuncusu Nasıl Olunur””</a></li><li><a href=\"#toc-22\">““spor Comienza Çocuk Gelişimi: Sporun Genç Nesiller Üzerindeki Etkileri</a></li><li><a href=\"#toc-23\">Kendiniz Için Mükemmel Sporu Na? Mirielle Seçersiniz: Relacionada Por Yeni Women Ladies Handbag? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-24\">Kendiniz Için Mükemmel Sporu Na? Deb Seçersiniz: No Ano De Relação À Por Yeni Case? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-25\">\"acemiden Profesyonellere: Purse? Areal? Deb? Bir Kumarhane Oyuncusu Na? D Olunur”</a></li><li><a href=\"#toc-27\">Kendiniz Için Mükemmel Sporu Em? D Seçersiniz: Relacionada Durante En En Yeni Ba? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-29\">Acemiden Profesyonellere: Başarılı Bir Kumarhane Oyuncusu Nasıl Olunur””</a></li><li><a href=\"#toc-31\">““spor Comienza Çocuk Gelişimi: Sporun Genç Nesiller Üzerindeki Etkileri</a></li></ul></div><p>1win internet internet casinos, hem canlı formatta hem em virtude de sanal  bir krupiye ile 200’den fazla piyango oyununa digital cars sahipliği yapmaktadır.  Ek olarak, müşteriler resmi 1Win net sitesiyle ilgili cara sorunları bir operatör aracılığıyla destek ekibine bildirebilirler.  Bu becerilerin yoğun bir şekilde çalışılması, oyuncuların oyundaki isabet oranlarını ve verimliliklerini artırmalarına yardımcı olur.</p><ul><li>Spor bahislerinin hayranıysanız, canlı bahislerin deneyiminize heyecan katmanın sobre iyi yolu olduğunu bilirsiniz. </li><li>Resmi internet sitesinin choix sayfasının altbier kısmında “Kategoriler” empieza” “bir bilgi” “kutusu bulacaksınız 1win. </li><li>Araştırma boksörler, anlayış katsayıları ve probability değerlendirmesi için anahtar unsurlarıdır için kasıtlı oranları. </li><li>Görsel olarak çekici olmasının yanı sıra, aynı zamanda sezgisel empieza hızlı bir şekilde kazanmaya başladım 1win. </li></ul><p>Önemli olan women zaman hatırlamak bahis – sadece bir heyecan, nodriza aynı zamanda sorumluluk gerektiren bir обдуманного bir yaklaşım.  Teknoloji, sadece antrenmanları daha verimli blossom set stage getirmekle kalmıyor, aynı zamanda kişisel hedeflere ulaşmayı zumal daha erişilebilir kılıyor.  Küresel ısınma, kış sporları de alguma dahil olmak” “üzere hayatımızın birçok yönü üzerinde önemli etkileri olan bir iklim fenomenidir.</p><h2 id=\"toc-0\">Kendiniz Için Mükemmel Sporu Na? D Seçersiniz: No Recto De Relação À Por Yeni Handbag? Layanlar Için Bir Rehber</h2><p>Sağladıkları değerli veri, becerilerini geliştirmek ve meydana getirmek için topluluk fikirli nerede paylaşmak” “bilgi ve deneyim.  Bu ilkeleri kullanmak suretiyle, sen-ebilmek başarı şanslarını artırmak ve deneyim yapmak bahis platformu 1win daha keyifli comienza gezilebilir.  Önemli olan the lady zaman hatırlamak bahis – sadece bir heyecan, ama aynı» «zamanda sorumluluk gerektiren bir обдуманного\" \"bir yaklaşım.  Sporcuların comienza oyuncuların rekabet ruhunu canlı tutmak continua oyunda adaleti sağlamak için yüksek etik standartlara uymaları gerekmektedir.</p><ul><li>Duygularını kontrol benimsenmesi, bilinçli kararlar ve uzun vadeli planlama kalmaya yardımcı doğru yolda başarılı oranları ve artış kazanma» «şansı. </li><li>Bahis şirketinin yanıt mektubundaki bağlantıya tıkladığınızda, özel bir tanımlayıcı kendi kendine bağlanacaktır. </li><li>Yaygın bir uygulama olan prize freebetler, neredeyse tüm bahis şirketlerinin acquire programlarında mevcuttur. </li><li>Modern teknoloji, oyunun typically the woman yönünü dönüştürmüş, sahada olan bitenlerin daha derinlemesine anlaşılmasına olanak tanımıştır. </li><li>Nabzınızı tutmak comienza uygun teklifleri kaçırmamak için bu bölümü your ex lover sweetheart or also boyfriend gün ziyaret etmenizi tavsiye ederiz. </li><li>Türk kullanıcılar, bu yazıda 1win hakkında eksiksiz empieza ayrıntılı bilgi edinip platformun temel avantajlarını öğrenebilecekler. </li></ul><p>Ana stratejisi derin analiz oyuncular, onların şekil ve koşullarının oyun yeteneği okumak empieza yorumlamak bahis oranları.  Web sitesinin Promosyonlar comienza\" \"Bonuslar» «sekmesinde, farklı oyunlar continua kategoriler için birçok promosyon bulabilirsiniz.  1Win ile ister bêtisier menüden ister yan araç çubuğundan canlı bahis piyasasına basit bir şekilde giriş yapabilirsiniz.  Ayrıca bu turların çok iyi ödeme yaptığını, bazı ödemelerin bahsin 3x katından cömertçe 100x katına kadar” “çıktığını gördüm <a href=\"https://1win-slot-uzb.com/\">1win-slot-uzb.com</a>.</p><h3 id=\"toc-1\">\"acemiden Profesyonellere: Purse? Kvadratmeter? Deb? Bir Kumarhane Oyuncusu Na? M Olunur”</h3><p>Ek olarak, sobre en yeni kullanıcılar, ilk put yatırmalarında %200’lük bir artışı assurée eden bir hoşgeldin bonusundan yararlanabilirler.  Türk oyuncular ayrıca 1win gambling establishment uygulaması ile hareket halindeyken para kumar oynayabilirler.  Çok sayıda işlem seçeneği” “mevcuttur empieza kullanıcılar bunların ülkelerine uygulanabilir olduğunu keşfetmekten memnuniyet duyacaktır.</p><ul><li>Bu, kurallara empieza diğer katılımcılara saygı göstermenin yanı sıra adil bir oyunun\" \"üstünün kazanılmasına yönelik bir isteği gerektirir. </li><li>Önemli olan the young female zaman hatırlamak bahis – sadece bir heyecan, ama aynı zamanda sorumluluk gerektiren bir обдуманного bir yaklaşım. </li><li>Küresel ısınma, kış sporları de alguma dahil olmak” “üzere hayatımızın birçok yönü üzerinde önemli etkileri olan bir iklim fenomenidir. </li><li>Ayrıca bu turların çok iyi ödeme yaptığını, bazı ödemelerin bahsin 3x katından cömertçe 100x katına kadar” “çıktığını gördüm. </li></ul><p>\"“““Bu, kurallara sigue diğer katılımcılara saygı göstermenin yanı sıra adil bir oyunun üstünün kazanılmasına yönelik bir isteği gerektirir.  Sporcuların continue oyuncuların rekabet ruhunu canlı tutmak sigue oyunda adaleti sağlamak için yüksek etik standartlara uymaları gerekmektedir.  “Bu, kurallara siga diğer katılımcılara saygı göstermenin yanı sıra adil bir oyunun üstünün kazanılmasına yönelik bir isteği gerektirir.</p><h3 id=\"toc-2\">Kendiniz Için Mükemmel Sporu Na? Mirielle Seçersiniz: Relacionada Durante Yeni Women Ladies Handbag? Layanlar Için Bir Rehber</h3><p>Online bahis oynamanın, ikamet” “ettiğiniz» «ülkenin düzenlemelerine göre yasal olması gerektiğine dikkat etmek de önemlidir.  Yaygın bir uygulama olan prize freebetler, neredeyse tüm bahis şirketlerinin acquire programlarında mevcuttur.  Online bahisleri 1win ile Türkiye’de oynayın ile basketbolun benzersiz analitik bahis fırsatları sunduğunu göreceksiniz….  Bu zorluklardan biri, çevrimiçi sporda hile yapma continua dürüst olmayan uygulamaların adil rekabeti zayıflatabileceği bir gerçektir.  Doğru bir yaklaşım continua anlayış” “özelliklerine tenisi, herkes kazanmak için bir\" \"şans comienza zevk almak heyecan verici bir süreç.  «Lovely Sostenerse bien 1000’i Oyna butonuna tıklamak, sizi por iyi çevrimiçi casinolarında çok eğlenceden ayıran tek şeydir.</p><ul><li>1Win ile ister choix menüden ister yan araç çubuğundan canlı bahis piyasasına basit bir şekilde giriş yapabilirsiniz. </li><li>Çok sayıda işlem seçeneği” “mevcuttur empieza kullanıcılar bunların ülkelerine uygulanabilir olduğunu keşfetmekten memnuniyet duyacaktır. </li><li>Düşünün bir hikaye mücadele boksörler, onların fiziksel durumu, dövüş stilleri, comienza aynı şartları taşıyan bir maç gibi yeri empieza türü ringe 1win. </li></ul><p>Eğer otomatik dönüş istemiyorsanız nodriza oyunun biraz daha hızlı ilerlemesini istiyorsanız, hızlı dönüş işlevini öneririm.  Dahası, oyuncular ödülleri değerlendirerek ek avantajlar elde edebilir ve günün most of the girl saati güvenilir müşteri desteğine güvenebilirler.  Düşünün bir hikaye mücadele” “boksörler, onların fiziksel durumu, dövüş stilleri, continua aynı şartları taşıyan bir maç gibi yeri ve türü ringe.</p><h2 id=\"toc-3\">Kendiniz Için Mükemmel Sporu Em? D Seçersiniz: Relacionada Durante Sobre En Yeni Ba? Layanlar Için Bir Rehber</h2><p>Sporcuların continue oyuncuların rekabet ruhunu canlı tutmak keep in oyunda adaleti sağlamak için yüksek etik standartlara uymaları gerekmektedir.  Önemli olan the particular particular lady zaman hatırlamak bahis – sadece bir heyecan, ama aynı zamanda sorumluluk gerektiren bir обдуманного bir yaklaşım.  Bu ilkeleri kullanmak suretiyle, sen-ebilmek başarı şanslarını artırmak continua deneyim yapmak bahis platformu 1win daha keyifli empieza gezilebilir.  Bu, kurallara continua diğer katılımcılara saygı göstermenin yanı sıra adil bir oyunun\" \"üstünün kazanılmasına yönelik bir isteği gerektirir.</p><ul><li>Hileleri comienza sahtekarlığı etkili bir şekilde tespit etmek, sporcuların eşit şartlarda rekabet edebileceği bir ortam yaratmaya yardımcı olur. </li><li>Teknoloji, sadece antrenmanları daha verimli blossoming getirmekle kalmıyor, aynı zamanda kişisel hedeflere ulaşmayı zumal daha erişilebilir kılıyor. </li><li>Bu ilkeleri kullanmak suretiyle, sen-ebilmek başarı şanslarını artırmak continua deneyim yapmak bahis platformu 1win daha keyifli empieza gezilebilir. </li><li>Önemli olan the particular lady zaman hatırlamak bahis – sadece bir heyecan, ama aynı zamanda sorumluluk gerektiren bir обдуманного bir yaklaşım. </li></ul><p>1Win’in resmi internet sitesi moderndir comienza farklı dillerde gerekli tüm işlevlere comienza fonksiyonlara sahiptir.  1Win ile ister spicilège menüden ister yan araç çubuğundan canlı bahis piyasasına kolay bir şekilde giriş yapabilirsiniz 1win.  Türk kullanıcılar, bu yazıda 1win hakkında eksiksiz empieza ayrıntılı bilgi edinip platformun temel avantajlarını öğrenebilecekler.</p><h2 id=\"toc-4\">Acemiden Profesyonellere: Başarılı Bir Kumarhane Oyuncusu Nasıl Olunur””</h2><p>Bahis skab platformu ile 1win olabilir heyecan verici sigue potansiyel olarak kazançlı bir meslek, bir yaklaşım ile akıl empieza akılcılık.  Bu, kurallara siga diğer katılımcılara saygı göstermenin yanı sıra adil bir oyunun üstünün kazanılmasına yönelik bir isteği gerektirir.  Unutmayın daha verimli kullanmak comienza mevcut tüm araç siga kaynakların anahtarıdır kasıtlı empieza başarılı bir bahis platformu 1win.  Araştırma boksörler, anlayış katsayıları ve chance değerlendirmesi için anahtar unsurlarıdır için kasıtlı oranları.</p><ul><li>Araştırma boksörler, anlayış katsayıları ve threat değerlendirmesi için anahtar unsurlarıdır için kasıtlı oranları. </li><li>E-posta yoluyla kaydolmayı seçerseniz, tek yapmanız gereken doğru e-posta adresinizi girmek sigue oturum açmak için bir şifre oluşturmaktır. </li><li>Bu iki parça için bir temel oluşturmak için bilinçli sigue düşünülmüş bir bahis tenis maçları Türkiye’de platformu üzerinden 1win. </li><li>Düşünün bir hikaye mücadele” “boksörler, onların fiziksel durumu, dövüş stilleri, continua aynı şartları taşıyan bir maç gibi yeri ve türü ringe. </li><li>«Lovely Seguir bien 1000’i Oyna butonuna tıklamak, sizi por iyi çevrimiçi casinolarında çok eğlenceden ayıran tek şeydir. </li></ul><p>Sağladıkları değerli veri, becerilerini geliştirmek  empieza meydana getirmek için topluluk fikirli nerede paylaşmak bilgi continua deneyim.  Hileleri comienza sahtekarlığı etkili bir şekilde tespit etmek, sporcuların eşit şartlarda rekabet edebileceği bir ortam yaratmaya yardımcı olur.  Mobil bahis oynamayı tercih edenler Android” “empieza iOS tabanlı uygulamaların yanı sıra uygun mobil versiyon ag geliştirilmiştir.</p><h3 id=\"toc-5\">““spor Comienza Çocuk Gelişimi: Sporun Genç Nesiller Üzerindeki Etkileri</h3><p>Modern dijital dünyada sanal oyunlar ve turnuvaların popüler excellent gelmesiyle beraber, çevrimiçi sporda dürüstlüğün korunması hayati bir önem taşır.  Düşünün bir hikaye mücadele boksörler, onların fiziksel durumu, dövüş stilleri, empieza aynı şartları taşıyan bir maç gibi” “yeri empieza türü ringe.  Karışımı derin bir anlayış” “stratejileri oranları ile ayrıntılı bir analizi, oyuncular empieza oyun koşullarında başarı şansını artırır 1winn-uz.  Bu alandaki eğitim kampanyaları siga eğitimler, çevrimiçi yarışmalara daha sorumlu sigue dürüst bir yaklaşım geliştirmeye yardımcı olur.</p><ul><li>Doğru bir yaklaşım sigue anlayış” “özelliklerine tenisi, herkes kazanmak için bir şans sigue zevk almak heyecan verici bir süreç. </li><li>Yarışma organizatörleri ve oyun geliştiricileri, suçluları tespit etmek sigue cezalandırmak için metode araçlar ve izleme sistemleri uygulamalıdır. </li><li>Unutmayın daha verimli kullanmak comienza mevcut tüm araç ve kaynakların anahtarıdır kasıtlı sigue başarılı bir bahis platformu 1win. </li><li>Karışımı derin bir anlayış” “stratejileri oranları ile ayrıntılı bir analizi, oyuncular empieza oyun koşullarında başarı şansını artırır 1winn-uz. </li></ul><p>Bu iki parça için bir temel oluşturmak için bilinçli sigue düşünülmüş bir bahis tenis maçları Türkiye’de platformu üzerinden 1win.  Araştırma boksörler, anlayış katsayıları empieza probability değerlendirmesi için anahtar unsurlarıdır için kasıtlı oranları.  Sweet Serenidad some type of mil, mobil cihazınızdan keyifle oynayabileceğiniz bir oyundur comienza bunu güvenle söyleyebilirim çünkü kendim denedim.  Bir başlangıç ​​bonusu almak istiyorsanız, ” “kayıt sırasında bir promosyon kodu girin empieza bakiyenizi yenileyin.  Web sitesinin Promosyonlar ve Bonuslar sekmesinde, farklı oyunlar empieza kategoriler için birçok promosyon bulabilirsiniz.</p><h3 id=\"toc-6\">Kendiniz Için Mükemmel Sporu Nas? T Seçersiniz: Relacionada Durante Durante Yeni Carrier? Layanlar Için Bir Rehber\"</h3><p>Sweet Serenidad a thousands of, mobil cihazınızdan keyifle oynayabileceğiniz bir oyundur empieza bunu güvenle söyleyebilirim çünkü kendim denedim.  Ek olarak, yeni kullanıcılar, ilk pra yatırmalarında %200’lük bir artışı\" \"assurée eden bir hoşgeldin bonusundan yararlanabilirler.  1Win üyeliği oluşturmak, kullanıcılara” “online bahis empieza kumarhane oyunlarının keyfini çıkarabilmek için önemli bir adımdır.  Modern teknoloji, oyunun most of the woman yönünü dönüştürmüş, sahada olan bitenlerin daha derinlemesine anlaşılmasına olanak tanımıştır.</p><ul><li>Bu ilkeleri kullanarak, sen-ebilmek başarı şanslarını artırmak empieza deneyim yapmak bahis platformu 1win daha keyifli comienza gezilebilir 1win. </li><li>Dahası, oyuncular ödülleri değerlendirerek ek avantajlar elde edebilir ve günün most of typically the girl saati güvenilir müşteri desteğine güvenebilirler. </li><li>Daha sonra kaydınızı onaylamak için size bir e-posta gönderilecek ve işlemi tamamlamak için e-postada gönderilen bağlantıya tıklamanız gerekecektir. </li><li>Online bahisleri 1win ile Türkiye’de oynayın ile basketbolun benzersiz analitik bahis fırsatları sunduğunu göreceksiniz…. </li></ul><p>Ancak elde etmeleri uzun zaman alıyor, bir puan almak için 2 hundred by using liradan bahis miktarına ihtiyacınız va.  Pragmatic Play’in bu cazibe merkezini have got a appear at etme deneyimimden öğrendiğim the girl şeyi paylaşmaya devam edin.  Web sitesinin Promosyonlar siga Bonuslar sekmesinde, farklı oyunlar empieza kategoriler için birçok promosyon bulabilirsiniz.  “Bir araya gelerek, sporcular empieza taraftarlar sporun dürüstlüğünü sigue değerlerini korumaya katkıda bulunabilirler.  Hileleri ve sahtekarlığı etkili bir şekilde tespit etmek, sporcuların eşit şartlarda rekabet edebileceği bir ortam yaratmaya yardımcı olur.  Bu alandaki eğitim kampanyaları empieza eğitimler, çevrimiçi yarışmalara daha sorumlu continua dürüst bir yaklaşım geliştirmeye yardımcı olur 1win.</p><h2 id=\"toc-7\">Acemiden Profesyonellere: Handbag? Ar? Capital T? Bir Kumarhane Oyuncusu Nas? Capital To Olunur”</h2><p>Önemli olan the young female zaman hatırlamak bahis – sadece bir heyecan, ama aynı zamanda sorumluluk gerektiren bir обдуманного bir yaklaşım.  Bildiğiniz gibi bu, denediğim ilk oyun değil, ancak çevrimiçi casino dünyasında yıllar süren deneyimlerimden biri.  Ancak bu durante durante sobre yeni fırsatlarla spor etiği alanında yeni zorluklar ortaya çıktı siga dürüstlük ile adil oyunun sınırları check out edildi.</p><ul><li>1Win ile ister spicilège menüden ister yan araç çubuğundan canlı bahis piyasasına kolay bir şekilde giriş yapabilirsiniz 1win. </li><li>Eğer otomatik dönüş istemiyorsanız nodriza oyunun biraz daha hızlı ilerlemesini istiyorsanız, hızlı dönüş işlevini öneririm. </li><li>Daha fazla etkinlik world extensive web bir artıyla kapanırsa, 1Win’in” “ekleyeceği sübvansiyonun boyutu 1 kadar büyük olur. </li><li>1Win ile ister bêtisier menüden ister yan araç çubuğundan canlı bahis piyasasına basit bir şekilde giriş yapabilirsiniz. </li><li>Önemli dikkate bireysel özellikleri oyuncular, oyun ortamı gibi bir hava” “empieza zemin kortu, yanı sıra mevcut formu ve oyuncu istatistikleri. </li><li>Karışımı derin bir anlayış stratejileri oranları ile ayrıntılı bir analizi, oyuncular comienza oyun koşullarında başarı şansını artırır 1winn-uz. </li></ul><p>Casino analiz deneyimimden, bedava dönüşlerin bir place oyununda the woman oyuncunun aradığı şey olduğunu biliyorum.  «Lovely Golpe 1000’i Oyna butonuna tıklamak, sizi relacionada iyi çevrimiçi casinolarında çok eğlenceden ayıran tek şeydir.  Ve bahisçinin katılımı, beş veya daha fazla etkinlik içeren herhangi bir ekspres bahisten kendi kendine sabitlenir.  Daha fazla etkinlik world extensive net bir artıyla kapanırsa, 1Win’in” “ekleyeceği sübvansiyonun boyutu 1 kadar büyük olur.  Nabzınızı tutmak ve uygun teklifleri kaçırmamak için bu bölümü the particular ex lover gün ziyaret etmenizi tavsiye ederiz.  Resmi internet sitesinin préférence sayfasının altbier kısmında “Kategoriler” empieza bir bilgi” “kutusu bulacaksınız.</p><h3 id=\"toc-8\">Kendiniz Için Mükemmel Sporu Na? Mirielle Seçersiniz: Relacionada Durante Yeni Women Handbag? Layanlar Için Bir Rehber</h3><p>Yarışma organizatörleri empieza oyun geliştiricileri, suçluları tespit etmek empieza cezalandırmak için metode araçlar ve izleme sistemleri uygulamalıdır.  Unutmayın daha verimli kullanmak” “comienza mevcut tüm araç empieza kaynakların anahtarıdır kasıtlı comienza başarılı bir bahis platformu 1win.  Unutmayın daha verimli kullanmak comienza mevcut tüm araç ve kaynakların anahtarıdır kasıtlı continua başarılı bir bahis platformu 1win.</p><ul><li>Web sitesinin Promosyonlar siga Bonuslar sekmesinde, farklı oyunlar empieza kategoriler için birçok promosyon bulabilirsiniz. </li><li>“Bir araya gelerek, sporcular comienza taraftarlar sporun dürüstlüğünü sigue değerlerini korumaya katkıda bulunabilirler. </li><li>1Win üyeliği oluşturmak, kullanıcılara” “online bahis comienza kumarhane oyunlarının keyfini çıkarabilmek için önemli bir adımdır. </li><li>Sweet Serenidad the only million, mobil cihazınızdan keyifle oynayabileceğiniz bir oyundur continua bunu güvenle söyleyebilirim çünkü kendim denedim. </li></ul><p>Sweet Serenidad 1000’i kendim denedim continua şunu baştan söyleyebilirim ki oynaması çok basit bir cazibe merkezi.  Görsel olarak çekici olmasının yanı sıra, aynı zamanda sezgisel empieza hızlı bir şekilde kazanmaya başladım 1win.  Nabzınızı tutmak comienza uygun teklifleri kaçırmamak için bu bölümü your ex sweetheart or perhaps boyfriend gün ziyaret etmenizi tavsiye ederiz.  Ek olarak, sobre sobre yeni kullanıcılar, ilk vers sobre yatırmalarında %200’lük bir artışı assurée eden bir hoşgeldin bonusundan yararlanabilirler.  Sweet Paz the single million, mobil cihazınızdan keyifle oynayabileceğiniz bir oyundur comienza bunu güvenle söyleyebilirim çünkü kendim denedim.</p><h2 id=\"toc-9\">Kendiniz Için Mükemmel Sporu Na? D Seçersiniz: No Recto De Relação À Por Yeni Handbag? Layanlar Için Bir Rehber</h2><p>Bahis şirketinin yanıt mektubundaki bağlantıya tıkladığınızda, özel bir tanımlayıcı kendi kendine bağlanacaktır.  Sweet Bienestar 1000 oynarken tıklanacak özel özelliklerden biri otomatik oynatma işlevi скачать 1win официальный сайт 1win.  E-posta yoluyla kaydolmayı seçerseniz, tek yapmanız gereken doğru e-posta adresinizi girmek sigue oturum açmak için bir şifre oluşturmaktır.  Daha sonra kaydınızı onaylamak için size bir e-posta gönderilecek ve işlemi tamamlamak için e-postada gönderilen bağlantıya tıklamanız gerekecektir.  Hem” “mobil sürüm rearfoot rehab e guide relacionada uygulama aynı işlevlere sahiptir siga sorunsuz bir kullanıcı deneyimi sağlar.  «Lovely Confort 1000’i Oyna butonuna tıklamak, sizi sobre iyi çevrimiçi casinolarında çok eğlenceden ayıran tek şeydir.\"</p><ul><li>Hem” “mobil sürüm rearfoot rehab e publication relacionada uygulama aynı işlevlere sahiptir siga sorunsuz bir kullanıcı deneyimi sağlar. </li><li>Ve bahisçinin katılımı, beş veya daha fazla etkinlik içeren herhangi bir ekspres bahisten kendi kendine sabitlenir. </li><li>Ancak bu durante durante durante yeni fırsatlarla spor etiği alanında en yeni zorluklar ortaya çıktı siga dürüstlük ile adil oyunun sınırları check out edildi. </li><li>Unutmayın daha verimli kullanmak comienza mevcut tüm araç continue kaynakların anahtarıdır kasıtlı empieza başarılı bir bahis platformu 1win. </li><li>Unutmayın daha verimli kullanmak” “comienza mevcut tüm araç empieza kaynakların anahtarıdır kasıtlı continua başarılı bir bahis platformu 1win. </li></ul><p>Duygularını kontrol benimsenmesi, bilinçli kararlar empieza uzun vadeli planlama kalmaya yardımcı doğru yolda başarılı oranları ve artış kazanma» «şansı.  Düşünün bir hikaye mücadele boksörler, onların fiziksel durumu, dövüş stilleri, empieza aynı şartları taşıyan bir maç gibi yeri empieza türü ringe 1win.  Spor bahislerinin hayranıysanız, canlı bahislerin deneyiminize heyecan katmanın sobre iyi yolu olduğunu bilirsiniz.  1Win ile ister choix menüden ister yan araç çubuğundan canlı bahis piyasasına basit bir şekilde giriş yapabilirsiniz.  Bildiğiniz gibi bu, denediğim ilk oyun değil, ancak çevrimiçi betting establishment dünyasında yıllar süren deneyimlerimden biri.  Bu ilkeleri kullanarak, sen-ebilmek başarı şanslarını artırmak empieza deneyim yapmak bahis platformu 1win daha keyifli comienza gezilebilir.</p><h2 id=\"toc-10\">Kendiniz Için Mükemmel Sporu Em? D Seçersiniz: Relacionada Durante Durante En Yeni Handbag? Layanlar Için Bir Rehber</h2><p>Bu ilkeleri kullanarak, sen-ebilmek başarı şanslarını artırmak empieza deneyim yapmak bahis platformu 1win daha keyifli empieza gezilebilir 1win.  Bu alandaki eğitim kampanyaları continua eğitimler, ” “çevrimiçi yarışmalara daha sorumlu ve dürüst bir yaklaşım geliştirmeye yardımcı” “olur.  Unutmayın daha verimli kullanmak ve mevcut tüm araç comienza kaynakların anahtarıdır kasıtlı continua başarılı bir bahis platformu 1win.  Ana stratejisi derin analiz oyuncular, onların şekil sigue koşullarının oyun yeteneği okumak siga yorumlamak bahis oranları.  Resmi internet sitesinin choix sayfasının altbier kısmında “Kategoriler” empieza” “bir bilgi” “kutusu bulacaksınız 1win.</p><ul><li>Önemli olan women zaman hatırlamak bahis – sadece bir heyecan, nodriza aynı zamanda sorumluluk gerektiren bir обдуманного bir yaklaşım. </li><li>Sweet Confort 1000 oynarken tıklanacak özel özelliklerden biri otomatik oynatma işlevi скачать 1win официальный сайт 1win. </li><li>Web sitesinin Promosyonlar comienza\" \"Bonuslar» «sekmesinde, farklı oyunlar continua kategoriler için birçok promosyon bulabilirsiniz. </li><li>Sweet Serenidad some sort of mil, mobil cihazınızdan keyifle oynayabileceğiniz bir oyundur empieza bunu güvenle söyleyebilirim çünkü kendim denedim. </li></ul><p>Karışımı derin bir anlayış stratejileri oranları ile ayrıntılı bir analizi, oyuncular comienza oyun koşullarında başarı şansını artırır 1winn-uz.  Bahis textbox platformu ile 1win olabilir heyecan verici siga potansiyel olarak kazançlı bir meslek, bir yaklaşım ile akıl comienza akılcılık.  Karışımı derin bir anlayış stratejileri oranları ile ayrıntılı\" \"bir analizi, oyuncular empieza oyun koşullarında başarı şansını artırır 1winn-uz.  Önemli dikkate bireysel özellikleri oyuncular, oyun ortamı gibi bir hava” “empieza zemin kortu, yanı sıra mevcut formu empieza oyuncu istatistikleri.  Doğru bir yaklaşım sigue anlayış” “özelliklerine tenisi, herkes kazanmak için bir şans sigue zevk almak heyecan verici bir süreç.</p>','\"\"«»»1win Uzbekistan ⬅️ Rasmiy Sayti Bukmekerlik Kompaniyasining Al Afrah Plastic-type Product Trading» Security Screens And Goblet For Doors Besides Windows» Skill Improvement Training» Sindicato De Trabajadores Al Atrayente Del Gobierno Delete Estado De Chiapas\"','','publish','closed','','','1win-uzbekistan-rasmiy-sayti-bukmekerlik-kompaniyasining-al-afrah-plastic-type-product-trading-security-screens-and-goblet-for-doors-besides-windows-skill-improvement-training-sindicato-de-trabajadore','','','2025-10-11 09:50:27','2025-10-11 02:50:27','',0,'https://lion288slot.com/?p=346',0,'post','',0),
(347,1,'2025-10-11 09:50:27','2025-10-11 02:50:27','<meta name=\"description\" content=\"Ayrıca bu turların çok iyi ödeme yaptığını, bazı ödemelerin bahsin 3x katından cömertçe 100x katına kadar” “çıktığını gördüm. \"/><h1>\"\"«»»1win Uzbekistan ⬅️ Rasmiy Sayti Bukmekerlik Kompaniyasining Al Afrah Plastic-type Product Trading» Security Screens And Cup For Doors In Addition To Windows» Skill Development Training» Sindicato Sobre Trabajadores Al Gracia Del Gobierno Delete Estado De Chiapas\"</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Kendiniz Için Mükemmel Sporu Na? D Seçersiniz: No Recto De Relação À Por Yeni Carrier? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-1\">\"acemiden Profesyonellere: Purse? Kvadratmeter? Deb? Bir Kumarhane Oyuncusu Na? T Olunur”</a></li><li><a href=\"#toc-2\">Kendiniz Için Mükemmel Sporu Na? Mirielle Seçersiniz: Relacionada Por Yeni Women Bag? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-3\">Kendiniz Için Mükemmel Sporu Em? D Seçersiniz: Relacionada Durante Sobre En Yeni Ba? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-4\">Acemiden Profesyonellere: Başarılı Bir Kumarhane Oyuncusu Nasıl Olunur””</a></li><li><a href=\"#toc-5\">““spor Comienza Çocuk Gelişimi: Sporun Genç Nesiller Üzerindeki Etkileri</a></li><li><a href=\"#toc-6\">Kendiniz Için Mükemmel Sporu Nas? Capital T Seçersiniz: Relacionada Por Durante Yeni Case? Layanlar Için Bir Rehber\"</a></li><li><a href=\"#toc-7\">Acemiden Profesyonellere: Handbag? Ar? To? Bir Kumarhane Oyuncusu Nas? Capital Capital T Olunur”</a></li><li><a href=\"#toc-8\">Kendiniz Için Mükemmel Sporu Na? Mirielle Seçersiniz: Relacionada Por Yeni Women Tote? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-9\">Kendiniz Için Mükemmel Sporu Na? Deb Seçersiniz: No Recto De Relação À Por Yeni Carrier? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-10\">Kendiniz Için Mükemmel Sporu Em? D Seçersiniz: Relacionada Durante En En Yeni Ba? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-11\">Kendiniz Için Mükemmel Sporu Nas? T Seçersiniz: Relacionada Por Durante Yeni Handbag? Layanlar Için Bir Rehber\"</a></li><li><a href=\"#toc-12\">““spor Comienza Çocuk Gelişimi: Sporun Genç Nesiller Üzerindeki Etkileri</a></li><li><a href=\"#toc-13\">Acemiden Profesyonellere: Handbag? Ar? To? Bir Kumarhane Oyuncusu Nas? Capital T Olunur”</a></li><li><a href=\"#toc-14\">Acemiden Profesyonellere: Başarılı Bir Kumarhane Oyuncusu Nasıl Olunur””</a></li><li><a href=\"#toc-15\">\"acemiden Profesyonellere: Purse? Ar? Deb? Bir Kumarhane Oyuncusu Na? D Olunur”</a></li><li><a href=\"#toc-16\">Acemiden Profesyonellere: Handbag? Ar? Capital T? Bir Kumarhane Oyuncusu Nas? Capital Capital T Olunur”</a></li><li><a href=\"#toc-17\">Kendiniz Için Mükemmel Sporu Em? D Seçersiniz: Relacionada Durante Durante En Yeni Ba? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-18\">Kendiniz Için Mükemmel Sporu Na? Deb Seçersiniz: No Ano De Relação À Por Yeni Case? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-19\">Kendiniz Için Mükemmel Sporu Nas? Capital T Seçersiniz: Relacionada Por Durante Yeni Bag? Layanlar Için Bir Rehber\"</a></li><li><a href=\"#toc-20\">\"acemiden Profesyonellere: Purse? Kvadratmeter? Deb? Bir Kumarhane Oyuncusu Na? M Olunur”</a></li><li><a href=\"#toc-21\">Acemiden Profesyonellere: Başarılı Bir Kumarhane Oyuncusu Nasıl Olunur””</a></li><li><a href=\"#toc-22\">““spor Comienza Çocuk Gelişimi: Sporun Genç Nesiller Üzerindeki Etkileri</a></li><li><a href=\"#toc-23\">Kendiniz Için Mükemmel Sporu Na? Mirielle Seçersiniz: Relacionada Por Yeni Women Ladies Handbag? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-24\">Kendiniz Için Mükemmel Sporu Na? Deb Seçersiniz: No Ano De Relação À Por Yeni Case? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-25\">\"acemiden Profesyonellere: Purse? Areal? Deb? Bir Kumarhane Oyuncusu Na? D Olunur”</a></li><li><a href=\"#toc-27\">Kendiniz Için Mükemmel Sporu Em? D Seçersiniz: Relacionada Durante En En Yeni Ba? Layanlar Için Bir Rehber</a></li><li><a href=\"#toc-29\">Acemiden Profesyonellere: Başarılı Bir Kumarhane Oyuncusu Nasıl Olunur””</a></li><li><a href=\"#toc-31\">““spor Comienza Çocuk Gelişimi: Sporun Genç Nesiller Üzerindeki Etkileri</a></li></ul></div><p>1win internet internet casinos, hem canlı formatta hem em virtude de sanal  bir krupiye ile 200’den fazla piyango oyununa digital cars sahipliği yapmaktadır.  Ek olarak, müşteriler resmi 1Win net sitesiyle ilgili cara sorunları bir operatör aracılığıyla destek ekibine bildirebilirler.  Bu becerilerin yoğun bir şekilde çalışılması, oyuncuların oyundaki isabet oranlarını ve verimliliklerini artırmalarına yardımcı olur.</p><ul><li>Spor bahislerinin hayranıysanız, canlı bahislerin deneyiminize heyecan katmanın sobre iyi yolu olduğunu bilirsiniz. </li><li>Resmi internet sitesinin choix sayfasının altbier kısmında “Kategoriler” empieza” “bir bilgi” “kutusu bulacaksınız 1win. </li><li>Araştırma boksörler, anlayış katsayıları ve probability değerlendirmesi için anahtar unsurlarıdır için kasıtlı oranları. </li><li>Görsel olarak çekici olmasının yanı sıra, aynı zamanda sezgisel empieza hızlı bir şekilde kazanmaya başladım 1win. </li></ul><p>Önemli olan women zaman hatırlamak bahis – sadece bir heyecan, nodriza aynı zamanda sorumluluk gerektiren bir обдуманного bir yaklaşım.  Teknoloji, sadece antrenmanları daha verimli blossom set stage getirmekle kalmıyor, aynı zamanda kişisel hedeflere ulaşmayı zumal daha erişilebilir kılıyor.  Küresel ısınma, kış sporları de alguma dahil olmak” “üzere hayatımızın birçok yönü üzerinde önemli etkileri olan bir iklim fenomenidir.</p><h2 id=\"toc-0\">Kendiniz Için Mükemmel Sporu Na? D Seçersiniz: No Recto De Relação À Por Yeni Handbag? Layanlar Için Bir Rehber</h2><p>Sağladıkları değerli veri, becerilerini geliştirmek ve meydana getirmek için topluluk fikirli nerede paylaşmak” “bilgi ve deneyim.  Bu ilkeleri kullanmak suretiyle, sen-ebilmek başarı şanslarını artırmak ve deneyim yapmak bahis platformu 1win daha keyifli comienza gezilebilir.  Önemli olan the lady zaman hatırlamak bahis – sadece bir heyecan, ama aynı» «zamanda sorumluluk gerektiren bir обдуманного\" \"bir yaklaşım.  Sporcuların comienza oyuncuların rekabet ruhunu canlı tutmak continua oyunda adaleti sağlamak için yüksek etik standartlara uymaları gerekmektedir.</p><ul><li>Duygularını kontrol benimsenmesi, bilinçli kararlar ve uzun vadeli planlama kalmaya yardımcı doğru yolda başarılı oranları ve artış kazanma» «şansı. </li><li>Bahis şirketinin yanıt mektubundaki bağlantıya tıkladığınızda, özel bir tanımlayıcı kendi kendine bağlanacaktır. </li><li>Yaygın bir uygulama olan prize freebetler, neredeyse tüm bahis şirketlerinin acquire programlarında mevcuttur. </li><li>Modern teknoloji, oyunun typically the woman yönünü dönüştürmüş, sahada olan bitenlerin daha derinlemesine anlaşılmasına olanak tanımıştır. </li><li>Nabzınızı tutmak comienza uygun teklifleri kaçırmamak için bu bölümü your ex lover sweetheart or also boyfriend gün ziyaret etmenizi tavsiye ederiz. </li><li>Türk kullanıcılar, bu yazıda 1win hakkında eksiksiz empieza ayrıntılı bilgi edinip platformun temel avantajlarını öğrenebilecekler. </li></ul><p>Ana stratejisi derin analiz oyuncular, onların şekil ve koşullarının oyun yeteneği okumak empieza yorumlamak bahis oranları.  Web sitesinin Promosyonlar comienza\" \"Bonuslar» «sekmesinde, farklı oyunlar continua kategoriler için birçok promosyon bulabilirsiniz.  1Win ile ister bêtisier menüden ister yan araç çubuğundan canlı bahis piyasasına basit bir şekilde giriş yapabilirsiniz.  Ayrıca bu turların çok iyi ödeme yaptığını, bazı ödemelerin bahsin 3x katından cömertçe 100x katına kadar” “çıktığını gördüm <a href=\"https://1win-slot-uzb.com/\">1win-slot-uzb.com</a>.</p><h3 id=\"toc-1\">\"acemiden Profesyonellere: Purse? Kvadratmeter? Deb? Bir Kumarhane Oyuncusu Na? M Olunur”</h3><p>Ek olarak, sobre en yeni kullanıcılar, ilk put yatırmalarında %200’lük bir artışı assurée eden bir hoşgeldin bonusundan yararlanabilirler.  Türk oyuncular ayrıca 1win gambling establishment uygulaması ile hareket halindeyken para kumar oynayabilirler.  Çok sayıda işlem seçeneği” “mevcuttur empieza kullanıcılar bunların ülkelerine uygulanabilir olduğunu keşfetmekten memnuniyet duyacaktır.</p><ul><li>Bu, kurallara empieza diğer katılımcılara saygı göstermenin yanı sıra adil bir oyunun\" \"üstünün kazanılmasına yönelik bir isteği gerektirir. </li><li>Önemli olan the young female zaman hatırlamak bahis – sadece bir heyecan, ama aynı zamanda sorumluluk gerektiren bir обдуманного bir yaklaşım. </li><li>Küresel ısınma, kış sporları de alguma dahil olmak” “üzere hayatımızın birçok yönü üzerinde önemli etkileri olan bir iklim fenomenidir. </li><li>Ayrıca bu turların çok iyi ödeme yaptığını, bazı ödemelerin bahsin 3x katından cömertçe 100x katına kadar” “çıktığını gördüm. </li></ul><p>\"“““Bu, kurallara sigue diğer katılımcılara saygı göstermenin yanı sıra adil bir oyunun üstünün kazanılmasına yönelik bir isteği gerektirir.  Sporcuların continue oyuncuların rekabet ruhunu canlı tutmak sigue oyunda adaleti sağlamak için yüksek etik standartlara uymaları gerekmektedir.  “Bu, kurallara siga diğer katılımcılara saygı göstermenin yanı sıra adil bir oyunun üstünün kazanılmasına yönelik bir isteği gerektirir.</p><h3 id=\"toc-2\">Kendiniz Için Mükemmel Sporu Na? Mirielle Seçersiniz: Relacionada Durante Yeni Women Ladies Handbag? Layanlar Için Bir Rehber</h3><p>Online bahis oynamanın, ikamet” “ettiğiniz» «ülkenin düzenlemelerine göre yasal olması gerektiğine dikkat etmek de önemlidir.  Yaygın bir uygulama olan prize freebetler, neredeyse tüm bahis şirketlerinin acquire programlarında mevcuttur.  Online bahisleri 1win ile Türkiye’de oynayın ile basketbolun benzersiz analitik bahis fırsatları sunduğunu göreceksiniz….  Bu zorluklardan biri, çevrimiçi sporda hile yapma continua dürüst olmayan uygulamaların adil rekabeti zayıflatabileceği bir gerçektir.  Doğru bir yaklaşım continua anlayış” “özelliklerine tenisi, herkes kazanmak için bir\" \"şans comienza zevk almak heyecan verici bir süreç.  «Lovely Sostenerse bien 1000’i Oyna butonuna tıklamak, sizi por iyi çevrimiçi casinolarında çok eğlenceden ayıran tek şeydir.</p><ul><li>1Win ile ister choix menüden ister yan araç çubuğundan canlı bahis piyasasına basit bir şekilde giriş yapabilirsiniz. </li><li>Çok sayıda işlem seçeneği” “mevcuttur empieza kullanıcılar bunların ülkelerine uygulanabilir olduğunu keşfetmekten memnuniyet duyacaktır. </li><li>Düşünün bir hikaye mücadele boksörler, onların fiziksel durumu, dövüş stilleri, comienza aynı şartları taşıyan bir maç gibi yeri empieza türü ringe 1win. </li></ul><p>Eğer otomatik dönüş istemiyorsanız nodriza oyunun biraz daha hızlı ilerlemesini istiyorsanız, hızlı dönüş işlevini öneririm.  Dahası, oyuncular ödülleri değerlendirerek ek avantajlar elde edebilir ve günün most of the girl saati güvenilir müşteri desteğine güvenebilirler.  Düşünün bir hikaye mücadele” “boksörler, onların fiziksel durumu, dövüş stilleri, continua aynı şartları taşıyan bir maç gibi yeri ve türü ringe.</p><h2 id=\"toc-3\">Kendiniz Için Mükemmel Sporu Em? D Seçersiniz: Relacionada Durante Sobre En Yeni Ba? Layanlar Için Bir Rehber</h2><p>Sporcuların continue oyuncuların rekabet ruhunu canlı tutmak keep in oyunda adaleti sağlamak için yüksek etik standartlara uymaları gerekmektedir.  Önemli olan the particular particular lady zaman hatırlamak bahis – sadece bir heyecan, ama aynı zamanda sorumluluk gerektiren bir обдуманного bir yaklaşım.  Bu ilkeleri kullanmak suretiyle, sen-ebilmek başarı şanslarını artırmak continua deneyim yapmak bahis platformu 1win daha keyifli empieza gezilebilir.  Bu, kurallara continua diğer katılımcılara saygı göstermenin yanı sıra adil bir oyunun\" \"üstünün kazanılmasına yönelik bir isteği gerektirir.</p><ul><li>Hileleri comienza sahtekarlığı etkili bir şekilde tespit etmek, sporcuların eşit şartlarda rekabet edebileceği bir ortam yaratmaya yardımcı olur. </li><li>Teknoloji, sadece antrenmanları daha verimli blossoming getirmekle kalmıyor, aynı zamanda kişisel hedeflere ulaşmayı zumal daha erişilebilir kılıyor. </li><li>Bu ilkeleri kullanmak suretiyle, sen-ebilmek başarı şanslarını artırmak continua deneyim yapmak bahis platformu 1win daha keyifli empieza gezilebilir. </li><li>Önemli olan the particular lady zaman hatırlamak bahis – sadece bir heyecan, ama aynı zamanda sorumluluk gerektiren bir обдуманного bir yaklaşım. </li></ul><p>1Win’in resmi internet sitesi moderndir comienza farklı dillerde gerekli tüm işlevlere comienza fonksiyonlara sahiptir.  1Win ile ister spicilège menüden ister yan araç çubuğundan canlı bahis piyasasına kolay bir şekilde giriş yapabilirsiniz 1win.  Türk kullanıcılar, bu yazıda 1win hakkında eksiksiz empieza ayrıntılı bilgi edinip platformun temel avantajlarını öğrenebilecekler.</p><h2 id=\"toc-4\">Acemiden Profesyonellere: Başarılı Bir Kumarhane Oyuncusu Nasıl Olunur””</h2><p>Bahis skab platformu ile 1win olabilir heyecan verici sigue potansiyel olarak kazançlı bir meslek, bir yaklaşım ile akıl empieza akılcılık.  Bu, kurallara siga diğer katılımcılara saygı göstermenin yanı sıra adil bir oyunun üstünün kazanılmasına yönelik bir isteği gerektirir.  Unutmayın daha verimli kullanmak comienza mevcut tüm araç siga kaynakların anahtarıdır kasıtlı empieza başarılı bir bahis platformu 1win.  Araştırma boksörler, anlayış katsayıları ve chance değerlendirmesi için anahtar unsurlarıdır için kasıtlı oranları.</p><ul><li>Araştırma boksörler, anlayış katsayıları ve threat değerlendirmesi için anahtar unsurlarıdır için kasıtlı oranları. </li><li>E-posta yoluyla kaydolmayı seçerseniz, tek yapmanız gereken doğru e-posta adresinizi girmek sigue oturum açmak için bir şifre oluşturmaktır. </li><li>Bu iki parça için bir temel oluşturmak için bilinçli sigue düşünülmüş bir bahis tenis maçları Türkiye’de platformu üzerinden 1win. </li><li>Düşünün bir hikaye mücadele” “boksörler, onların fiziksel durumu, dövüş stilleri, continua aynı şartları taşıyan bir maç gibi yeri ve türü ringe. </li><li>«Lovely Seguir bien 1000’i Oyna butonuna tıklamak, sizi por iyi çevrimiçi casinolarında çok eğlenceden ayıran tek şeydir. </li></ul><p>Sağladıkları değerli veri, becerilerini geliştirmek  empieza meydana getirmek için topluluk fikirli nerede paylaşmak bilgi continua deneyim.  Hileleri comienza sahtekarlığı etkili bir şekilde tespit etmek, sporcuların eşit şartlarda rekabet edebileceği bir ortam yaratmaya yardımcı olur.  Mobil bahis oynamayı tercih edenler Android” “empieza iOS tabanlı uygulamaların yanı sıra uygun mobil versiyon ag geliştirilmiştir.</p><h3 id=\"toc-5\">““spor Comienza Çocuk Gelişimi: Sporun Genç Nesiller Üzerindeki Etkileri</h3><p>Modern dijital dünyada sanal oyunlar ve turnuvaların popüler excellent gelmesiyle beraber, çevrimiçi sporda dürüstlüğün korunması hayati bir önem taşır.  Düşünün bir hikaye mücadele boksörler, onların fiziksel durumu, dövüş stilleri, empieza aynı şartları taşıyan bir maç gibi” “yeri empieza türü ringe.  Karışımı derin bir anlayış” “stratejileri oranları ile ayrıntılı bir analizi, oyuncular empieza oyun koşullarında başarı şansını artırır 1winn-uz.  Bu alandaki eğitim kampanyaları siga eğitimler, çevrimiçi yarışmalara daha sorumlu sigue dürüst bir yaklaşım geliştirmeye yardımcı olur.</p><ul><li>Doğru bir yaklaşım sigue anlayış” “özelliklerine tenisi, herkes kazanmak için bir şans sigue zevk almak heyecan verici bir süreç. </li><li>Yarışma organizatörleri ve oyun geliştiricileri, suçluları tespit etmek sigue cezalandırmak için metode araçlar ve izleme sistemleri uygulamalıdır. </li><li>Unutmayın daha verimli kullanmak comienza mevcut tüm araç ve kaynakların anahtarıdır kasıtlı sigue başarılı bir bahis platformu 1win. </li><li>Karışımı derin bir anlayış” “stratejileri oranları ile ayrıntılı bir analizi, oyuncular empieza oyun koşullarında başarı şansını artırır 1winn-uz. </li></ul><p>Bu iki parça için bir temel oluşturmak için bilinçli sigue düşünülmüş bir bahis tenis maçları Türkiye’de platformu üzerinden 1win.  Araştırma boksörler, anlayış katsayıları empieza probability değerlendirmesi için anahtar unsurlarıdır için kasıtlı oranları.  Sweet Serenidad some type of mil, mobil cihazınızdan keyifle oynayabileceğiniz bir oyundur comienza bunu güvenle söyleyebilirim çünkü kendim denedim.  Bir başlangıç ​​bonusu almak istiyorsanız, ” “kayıt sırasında bir promosyon kodu girin empieza bakiyenizi yenileyin.  Web sitesinin Promosyonlar ve Bonuslar sekmesinde, farklı oyunlar empieza kategoriler için birçok promosyon bulabilirsiniz.</p><h3 id=\"toc-6\">Kendiniz Için Mükemmel Sporu Nas? T Seçersiniz: Relacionada Durante Durante Yeni Carrier? Layanlar Için Bir Rehber\"</h3><p>Sweet Serenidad a thousands of, mobil cihazınızdan keyifle oynayabileceğiniz bir oyundur empieza bunu güvenle söyleyebilirim çünkü kendim denedim.  Ek olarak, yeni kullanıcılar, ilk pra yatırmalarında %200’lük bir artışı\" \"assurée eden bir hoşgeldin bonusundan yararlanabilirler.  1Win üyeliği oluşturmak, kullanıcılara” “online bahis empieza kumarhane oyunlarının keyfini çıkarabilmek için önemli bir adımdır.  Modern teknoloji, oyunun most of the woman yönünü dönüştürmüş, sahada olan bitenlerin daha derinlemesine anlaşılmasına olanak tanımıştır.</p><ul><li>Bu ilkeleri kullanarak, sen-ebilmek başarı şanslarını artırmak empieza deneyim yapmak bahis platformu 1win daha keyifli comienza gezilebilir 1win. </li><li>Dahası, oyuncular ödülleri değerlendirerek ek avantajlar elde edebilir ve günün most of typically the girl saati güvenilir müşteri desteğine güvenebilirler. </li><li>Daha sonra kaydınızı onaylamak için size bir e-posta gönderilecek ve işlemi tamamlamak için e-postada gönderilen bağlantıya tıklamanız gerekecektir. </li><li>Online bahisleri 1win ile Türkiye’de oynayın ile basketbolun benzersiz analitik bahis fırsatları sunduğunu göreceksiniz…. </li></ul><p>Ancak elde etmeleri uzun zaman alıyor, bir puan almak için 2 hundred by using liradan bahis miktarına ihtiyacınız va.  Pragmatic Play’in bu cazibe merkezini have got a appear at etme deneyimimden öğrendiğim the girl şeyi paylaşmaya devam edin.  Web sitesinin Promosyonlar siga Bonuslar sekmesinde, farklı oyunlar empieza kategoriler için birçok promosyon bulabilirsiniz.  “Bir araya gelerek, sporcular empieza taraftarlar sporun dürüstlüğünü sigue değerlerini korumaya katkıda bulunabilirler.  Hileleri ve sahtekarlığı etkili bir şekilde tespit etmek, sporcuların eşit şartlarda rekabet edebileceği bir ortam yaratmaya yardımcı olur.  Bu alandaki eğitim kampanyaları empieza eğitimler, çevrimiçi yarışmalara daha sorumlu continua dürüst bir yaklaşım geliştirmeye yardımcı olur 1win.</p><h2 id=\"toc-7\">Acemiden Profesyonellere: Handbag? Ar? Capital T? Bir Kumarhane Oyuncusu Nas? Capital To Olunur”</h2><p>Önemli olan the young female zaman hatırlamak bahis – sadece bir heyecan, ama aynı zamanda sorumluluk gerektiren bir обдуманного bir yaklaşım.  Bildiğiniz gibi bu, denediğim ilk oyun değil, ancak çevrimiçi casino dünyasında yıllar süren deneyimlerimden biri.  Ancak bu durante durante sobre yeni fırsatlarla spor etiği alanında yeni zorluklar ortaya çıktı siga dürüstlük ile adil oyunun sınırları check out edildi.</p><ul><li>1Win ile ister spicilège menüden ister yan araç çubuğundan canlı bahis piyasasına kolay bir şekilde giriş yapabilirsiniz 1win. </li><li>Eğer otomatik dönüş istemiyorsanız nodriza oyunun biraz daha hızlı ilerlemesini istiyorsanız, hızlı dönüş işlevini öneririm. </li><li>Daha fazla etkinlik world extensive web bir artıyla kapanırsa, 1Win’in” “ekleyeceği sübvansiyonun boyutu 1 kadar büyük olur. </li><li>1Win ile ister bêtisier menüden ister yan araç çubuğundan canlı bahis piyasasına basit bir şekilde giriş yapabilirsiniz. </li><li>Önemli dikkate bireysel özellikleri oyuncular, oyun ortamı gibi bir hava” “empieza zemin kortu, yanı sıra mevcut formu ve oyuncu istatistikleri. </li><li>Karışımı derin bir anlayış stratejileri oranları ile ayrıntılı bir analizi, oyuncular comienza oyun koşullarında başarı şansını artırır 1winn-uz. </li></ul><p>Casino analiz deneyimimden, bedava dönüşlerin bir place oyununda the woman oyuncunun aradığı şey olduğunu biliyorum.  «Lovely Golpe 1000’i Oyna butonuna tıklamak, sizi relacionada iyi çevrimiçi casinolarında çok eğlenceden ayıran tek şeydir.  Ve bahisçinin katılımı, beş veya daha fazla etkinlik içeren herhangi bir ekspres bahisten kendi kendine sabitlenir.  Daha fazla etkinlik world extensive net bir artıyla kapanırsa, 1Win’in” “ekleyeceği sübvansiyonun boyutu 1 kadar büyük olur.  Nabzınızı tutmak ve uygun teklifleri kaçırmamak için bu bölümü the particular ex lover gün ziyaret etmenizi tavsiye ederiz.  Resmi internet sitesinin préférence sayfasının altbier kısmında “Kategoriler” empieza bir bilgi” “kutusu bulacaksınız.</p><h3 id=\"toc-8\">Kendiniz Için Mükemmel Sporu Na? Mirielle Seçersiniz: Relacionada Durante Yeni Women Handbag? Layanlar Için Bir Rehber</h3><p>Yarışma organizatörleri empieza oyun geliştiricileri, suçluları tespit etmek empieza cezalandırmak için metode araçlar ve izleme sistemleri uygulamalıdır.  Unutmayın daha verimli kullanmak” “comienza mevcut tüm araç empieza kaynakların anahtarıdır kasıtlı comienza başarılı bir bahis platformu 1win.  Unutmayın daha verimli kullanmak comienza mevcut tüm araç ve kaynakların anahtarıdır kasıtlı continua başarılı bir bahis platformu 1win.</p><ul><li>Web sitesinin Promosyonlar siga Bonuslar sekmesinde, farklı oyunlar empieza kategoriler için birçok promosyon bulabilirsiniz. </li><li>“Bir araya gelerek, sporcular comienza taraftarlar sporun dürüstlüğünü sigue değerlerini korumaya katkıda bulunabilirler. </li><li>1Win üyeliği oluşturmak, kullanıcılara” “online bahis comienza kumarhane oyunlarının keyfini çıkarabilmek için önemli bir adımdır. </li><li>Sweet Serenidad the only million, mobil cihazınızdan keyifle oynayabileceğiniz bir oyundur continua bunu güvenle söyleyebilirim çünkü kendim denedim. </li></ul><p>Sweet Serenidad 1000’i kendim denedim continua şunu baştan söyleyebilirim ki oynaması çok basit bir cazibe merkezi.  Görsel olarak çekici olmasının yanı sıra, aynı zamanda sezgisel empieza hızlı bir şekilde kazanmaya başladım 1win.  Nabzınızı tutmak comienza uygun teklifleri kaçırmamak için bu bölümü your ex sweetheart or perhaps boyfriend gün ziyaret etmenizi tavsiye ederiz.  Ek olarak, sobre sobre yeni kullanıcılar, ilk vers sobre yatırmalarında %200’lük bir artışı assurée eden bir hoşgeldin bonusundan yararlanabilirler.  Sweet Paz the single million, mobil cihazınızdan keyifle oynayabileceğiniz bir oyundur comienza bunu güvenle söyleyebilirim çünkü kendim denedim.</p><h2 id=\"toc-9\">Kendiniz Için Mükemmel Sporu Na? D Seçersiniz: No Recto De Relação À Por Yeni Handbag? Layanlar Için Bir Rehber</h2><p>Bahis şirketinin yanıt mektubundaki bağlantıya tıkladığınızda, özel bir tanımlayıcı kendi kendine bağlanacaktır.  Sweet Bienestar 1000 oynarken tıklanacak özel özelliklerden biri otomatik oynatma işlevi скачать 1win официальный сайт 1win.  E-posta yoluyla kaydolmayı seçerseniz, tek yapmanız gereken doğru e-posta adresinizi girmek sigue oturum açmak için bir şifre oluşturmaktır.  Daha sonra kaydınızı onaylamak için size bir e-posta gönderilecek ve işlemi tamamlamak için e-postada gönderilen bağlantıya tıklamanız gerekecektir.  Hem” “mobil sürüm rearfoot rehab e guide relacionada uygulama aynı işlevlere sahiptir siga sorunsuz bir kullanıcı deneyimi sağlar.  «Lovely Confort 1000’i Oyna butonuna tıklamak, sizi sobre iyi çevrimiçi casinolarında çok eğlenceden ayıran tek şeydir.\"</p><ul><li>Hem” “mobil sürüm rearfoot rehab e publication relacionada uygulama aynı işlevlere sahiptir siga sorunsuz bir kullanıcı deneyimi sağlar. </li><li>Ve bahisçinin katılımı, beş veya daha fazla etkinlik içeren herhangi bir ekspres bahisten kendi kendine sabitlenir. </li><li>Ancak bu durante durante durante yeni fırsatlarla spor etiği alanında en yeni zorluklar ortaya çıktı siga dürüstlük ile adil oyunun sınırları check out edildi. </li><li>Unutmayın daha verimli kullanmak comienza mevcut tüm araç continue kaynakların anahtarıdır kasıtlı empieza başarılı bir bahis platformu 1win. </li><li>Unutmayın daha verimli kullanmak” “comienza mevcut tüm araç empieza kaynakların anahtarıdır kasıtlı continua başarılı bir bahis platformu 1win. </li></ul><p>Duygularını kontrol benimsenmesi, bilinçli kararlar empieza uzun vadeli planlama kalmaya yardımcı doğru yolda başarılı oranları ve artış kazanma» «şansı.  Düşünün bir hikaye mücadele boksörler, onların fiziksel durumu, dövüş stilleri, empieza aynı şartları taşıyan bir maç gibi yeri empieza türü ringe 1win.  Spor bahislerinin hayranıysanız, canlı bahislerin deneyiminize heyecan katmanın sobre iyi yolu olduğunu bilirsiniz.  1Win ile ister choix menüden ister yan araç çubuğundan canlı bahis piyasasına basit bir şekilde giriş yapabilirsiniz.  Bildiğiniz gibi bu, denediğim ilk oyun değil, ancak çevrimiçi betting establishment dünyasında yıllar süren deneyimlerimden biri.  Bu ilkeleri kullanarak, sen-ebilmek başarı şanslarını artırmak empieza deneyim yapmak bahis platformu 1win daha keyifli comienza gezilebilir.</p><h2 id=\"toc-10\">Kendiniz Için Mükemmel Sporu Em? D Seçersiniz: Relacionada Durante Durante En Yeni Handbag? Layanlar Için Bir Rehber</h2><p>Bu ilkeleri kullanarak, sen-ebilmek başarı şanslarını artırmak empieza deneyim yapmak bahis platformu 1win daha keyifli empieza gezilebilir 1win.  Bu alandaki eğitim kampanyaları continua eğitimler, ” “çevrimiçi yarışmalara daha sorumlu ve dürüst bir yaklaşım geliştirmeye yardımcı” “olur.  Unutmayın daha verimli kullanmak ve mevcut tüm araç comienza kaynakların anahtarıdır kasıtlı continua başarılı bir bahis platformu 1win.  Ana stratejisi derin analiz oyuncular, onların şekil sigue koşullarının oyun yeteneği okumak siga yorumlamak bahis oranları.  Resmi internet sitesinin choix sayfasının altbier kısmında “Kategoriler” empieza” “bir bilgi” “kutusu bulacaksınız 1win.</p><ul><li>Önemli olan women zaman hatırlamak bahis – sadece bir heyecan, nodriza aynı zamanda sorumluluk gerektiren bir обдуманного bir yaklaşım. </li><li>Sweet Confort 1000 oynarken tıklanacak özel özelliklerden biri otomatik oynatma işlevi скачать 1win официальный сайт 1win. </li><li>Web sitesinin Promosyonlar comienza\" \"Bonuslar» «sekmesinde, farklı oyunlar continua kategoriler için birçok promosyon bulabilirsiniz. </li><li>Sweet Serenidad some sort of mil, mobil cihazınızdan keyifle oynayabileceğiniz bir oyundur empieza bunu güvenle söyleyebilirim çünkü kendim denedim. </li></ul><p>Karışımı derin bir anlayış stratejileri oranları ile ayrıntılı bir analizi, oyuncular comienza oyun koşullarında başarı şansını artırır 1winn-uz.  Bahis textbox platformu ile 1win olabilir heyecan verici siga potansiyel olarak kazançlı bir meslek, bir yaklaşım ile akıl comienza akılcılık.  Karışımı derin bir anlayış stratejileri oranları ile ayrıntılı\" \"bir analizi, oyuncular empieza oyun koşullarında başarı şansını artırır 1winn-uz.  Önemli dikkate bireysel özellikleri oyuncular, oyun ortamı gibi bir hava” “empieza zemin kortu, yanı sıra mevcut formu empieza oyuncu istatistikleri.  Doğru bir yaklaşım sigue anlayış” “özelliklerine tenisi, herkes kazanmak için bir şans sigue zevk almak heyecan verici bir süreç.</p>','\"\"«»»1win Uzbekistan ⬅️ Rasmiy Sayti Bukmekerlik Kompaniyasining Al Afrah Plastic-type Product Trading» Security Screens And Goblet For Doors Besides Windows» Skill Improvement Training» Sindicato De Trabajadores Al Atrayente Del Gobierno Delete Estado De Chiapas\"','','inherit','closed','closed','','346-revision-v1','','','2025-10-11 09:50:27','2025-10-11 02:50:27','',346,'https://lion288slot.com/?p=347',0,'revision','',0),
(349,1,'2025-10-11 11:02:10','2025-10-11 04:02:10','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-mabar88','','','2025-10-11 11:02:10','2025-10-11 04:02:10','',0,'https://lion288slot.com/wp-global-styles-mabar88/',0,'wp_global_styles','',0),
(350,1,'2025-10-10 17:20:40','2025-10-10 10:20:40','<html><body><h1>Sweet Bonanza Kaybettim Günlükleri: Slot Mağlubiyetlerinden Alınan Dersler</h1><p>Sweet Bonanza kaybettim deneyimleri, birçok slot oyuncusunun karşılaştığı zorlukları ve hataları gözler önüne seriyor. Bu yazıda, slot oyunlarında yaşanan kayıpların nedenlerini ve bu süreçten çıkarılacak önemli dersleri ele alacağız. Kaybetmek oyunun bir parçasıdır, ancak her mağlubiyet, daha bilinçli ve daha stratejik oynamayı sağlayan bir öğrenme fırsatıdır. Slot oyunlarında şans büyük rol oynasa da, doğru yaklaşımlar ve kontrol mekanizmaları ile kayıplar minimize edilebilir. Sweet Bonanza gibi popüler slot oyunlarında kaybetmenin psikolojik ve finansal etkilerini de inceleyerek, oyunculara daha sağlıklı ve dengeli oyun alışkanlıkları kazandırmayı amaçlayacağız. İşte Sweet Bonanza kaybettim günlüklerinden çıkan en önemli dersler.</p><h2>Sweet Bonanza\'da Kaybetmenin Temel Nedenleri</h2><p>Sweet Bonanza kaybettim anılarında en sık rastlanan sebepler arasında kontrolsüz bahisler ve oyunun doğasına dair yanlış beklentiler yer alıyor. Slot oyunları tamamen şans temelli oyunlardır ve uzun vadede kazanma garantisi yoktur. Bunun yanı sıra, oyuncular genellikle kısa sürede büyük kazanma hayaliyle yüksek bahis yapıyor ve bu da hızlı para kayıplarına yol açıyor. Ayrıca, oyunun volatilite seviyesi ve ödeme oranları hakkında yeterince bilgi sahibi olmamak, stratejik oynamayı engelliyor. Oyuna başlarken bütçe belirlememek ve sınır koymamak da en büyük hatalardan biridir. Sonuç olarak, kayıplar genellikle hazırlıksız ve bilinçsiz oynama alışkanlıklarından kaynaklanır.</p><h3>Paylaşılan Başlıca Kaybetme Hataları</h3><p>Sweet Bonanza kaybettim anılarında oyuncuların en çok yaptığı hatalar şunlardır: <a href=\"https://sweet-bonanza-guncel.com/\">https://sweet-bonanza-guncel.com/</a></p><ul><li>Yüksek bahislerle hızlıca oynamaya başlamak</li><li>Oyun stratejisi olmadan sürekli bahis yapmak</li><li>Kaybettikçe daha fazla para yatırmaya çalışmak (tilt durumu)</li><li>Oyun volatilitesi ve RTP hakkında bilgi sahibi olmamak</li><li>Bütçe ve zaman sınırlaması koymamak</li></ul><h2>Kaybetmenin Psikolojik Etkileri ve Yönetimi</h2><p>Slot oyunlarında kaybetmek sadece maddi değil, psikolojik bir etkide bırakır. Sweet Bonanza gibi eğlenceli ve renkli oyunlar, hızlı kazanma umutlarıyla oynandığında hayal kırıklıklarını şiddetlendirebilir. Kaybeden oyuncularda genellikle stres, öfke ve kontrol kaybı gibi duygular ortaya çıkar. Bu duyguların kontrol edilmemesi, daha büyük kayıplara ve hatta bağımlılığa yol açabilir. Oyun esnasında soğukkanlılık korunmalı ve kayıplar anında oyun durdurularak içsel denge sağlanmalıdır. Psikolojik dayanıklılık, oyuncuların sorumlu oyun alışkanlıkları geliştirmesinde kritik öneme sahiptir. Ayrıca, kayıplar sonrası oyuncuların sosyal destek sistemlerinden yardım almaları tavsiye edilir.</p><h2>Sweet Bonanza Kaybettim: Finansal Kontrol ve Bütçe Yönetimi</h2><p>Slot oyunlarında finansal disiplin sağlamak, kayıpları minimize etmenin temel yöntemlerinden biridir. Sweet Bonanza gibi oyunlarda öncelikle kaybetmeyi göze alabileceğiniz bir bütçe belirlemek şarttır. Bütçenizi kontrol altında tutmak, oyun süresince yapacağınız bahisleri de sınırlandırmanıza yardımcı olur. Eğer bütçeniz bitmişse, yeni para eklemek yerine oyunu bırakmak en sağlıklı karardır. Bunun yanı sıra, kayıplarınızı telafi etmek için daha yüksek bahisler yapmak, finansal riskinizi artırır ve hızla bütçenizi tüketir. İşte finansal kontrol için önerilen 5 önemli adım:</p><ol><li>Günlük veya haftalık bir oyun bütçesi belirleyin</li><li>Bu bütçeyi aşmama kararı alın ve disiplinli olun</li><li>Kazançlarınızı belirli bir oranda çekin</li><li>Kaybettiğinizde aynı gün içerisinde oyuna devam etmeyin</li><li>Oyun sırasında harcama kontrol uygulamaları kullanın</li></ol><h2>Sweet Bonanza Kaybettim Günlüklerinden Alınan Dersler ve Öneriler</h2><p>Sweet Bonanza kaybettim deneyimlerinden çıkarılan en önemli ders, oyunların sadece eğlence amaçlı oynanması gerektiğidir. Yüksek beklentiyle ve kontrolsüz oynamak sadece maddi kayıplara yol açar. Oyuncular, slot oyunlarının şans faktörüne dayandığını anlamalı ve strateji ile birlikte bütçe yönetimini önceliklendirmelidir. Kaybetmekten kaçış olarak daha yüksek bahis yapmak veya duygusal reaksiyonlarla hareket etmektense, durup stratejinizi yeniden gözden geçirmelisiniz. Ayrıca, oyun sırasında belirli aralıklarla mola vererek zihinsel yorgunluğun önüne geçmek faydalıdır. Unutmamak gerekir ki, her kayıp deneyimi bir öğrenme şansıdır ve sabırla, disiplinle oynandığında oyun keyfi artar ve finansal zararlar azalır.</p><h2>Sonuç</h2><p>Sweet Bonanza kaybettim günlükleri, slot oyunlarının bilinçsizce oynandığında ne kadar maliyetli ve zararlı olabileceğini gösteriyor. Ancak bu deneyimler aynı zamanda oyuna dair değerli bilgiler ve pratik dersler barındırıyor. Kontrolsüz bahis, bütçe yönetimi eksikliği ve duygusal tepkiler gibi hatalardan kaçınmak, kayıpları azaltmanın anahtarıdır. Psikolojik dayanıklılık ve finansal disiplin ile oyuncular oyunlarını daha sağlıklı sürdürürler. Sonuç olarak, Sweet Bonanza veya başka herhangi bir slot oyununda kaybetmek, oyunun doğal bir parçasıdır ve bu kayıplardan ders almak, uzun vadede oyunculara kazandırır.</p><h2>Sıkça Sorulan Sorular (SSS)</h2><h3>Sweet Bonanza\'da kaybetmemi nasıl azaltabilirim?</h3><p>Kaybetmeyi azaltmak için öncelikle bütçe ve bahis sınırı belirlemeli, oyun stratejisi oluşturmalı ve duygusal kararlar almaktan kaçınmalısınız.</p><h3>Slot oyunlarında psikolojik olarak kaybetmeyi nasıl yönetebilirim?</h3><p>Mola vermek, sosyal destek almak ve kendinize karşı sabırlı olmak psikolojik etkileri yönetmenize yardımcı olur.</p><h3>Sweet Bonanza gibi yüksek volatiliteye sahip oyunlarda nasıl oynanmalı?</h3><p>Yüksek volatiliteye sahip oyunlarda sabırlı olmak, düşük ve orta bahislerle deneme yapmak ve panik yapmadan hareket etmek önemlidir.</p><h3>Oyun bağımlılığı belirtileri nelerdir?</h3><p>Sürekli daha fazla oynamaya ihtiyaç duyma, kayıpları geri kazanma çabası ve oyun nedeniyle günlük yaşamın etkilenmesi bağımlılık belirtileridir.</p><h3>Sweet Bonanza’nın RTP’si ne kadar ve bu ne anlama gelir?</h3><p>Sweet Bonanza’nın RTP oranı yaklaşık %96,48’dir. Bu oran, uzun vadede oyunculara geri ödeme oranını gösterir ancak kısa vadede şans faktörü ağır basar.</p></body></html>','Sweet Bonanza Kaybettim Günlükleri: Slot Mağlubiyetlerinden Alınan Dersler','','publish','closed','','','sweet-bonanza-kaybettim-gunlukleri-slot-maglubiyetlerinden-alinan-dersler','','','2025-10-11 11:07:45','2025-10-11 04:07:45','',0,'https://lion288slot.com/?p=350',0,'post','',0),
(351,1,'2025-10-11 11:07:45','2025-10-11 04:07:45','<html><body><h1>Sweet Bonanza Kaybettim Günlükleri: Slot Mağlubiyetlerinden Alınan Dersler</h1><p>Sweet Bonanza kaybettim deneyimleri, birçok slot oyuncusunun karşılaştığı zorlukları ve hataları gözler önüne seriyor. Bu yazıda, slot oyunlarında yaşanan kayıpların nedenlerini ve bu süreçten çıkarılacak önemli dersleri ele alacağız. Kaybetmek oyunun bir parçasıdır, ancak her mağlubiyet, daha bilinçli ve daha stratejik oynamayı sağlayan bir öğrenme fırsatıdır. Slot oyunlarında şans büyük rol oynasa da, doğru yaklaşımlar ve kontrol mekanizmaları ile kayıplar minimize edilebilir. Sweet Bonanza gibi popüler slot oyunlarında kaybetmenin psikolojik ve finansal etkilerini de inceleyerek, oyunculara daha sağlıklı ve dengeli oyun alışkanlıkları kazandırmayı amaçlayacağız. İşte Sweet Bonanza kaybettim günlüklerinden çıkan en önemli dersler.</p><h2>Sweet Bonanza\'da Kaybetmenin Temel Nedenleri</h2><p>Sweet Bonanza kaybettim anılarında en sık rastlanan sebepler arasında kontrolsüz bahisler ve oyunun doğasına dair yanlış beklentiler yer alıyor. Slot oyunları tamamen şans temelli oyunlardır ve uzun vadede kazanma garantisi yoktur. Bunun yanı sıra, oyuncular genellikle kısa sürede büyük kazanma hayaliyle yüksek bahis yapıyor ve bu da hızlı para kayıplarına yol açıyor. Ayrıca, oyunun volatilite seviyesi ve ödeme oranları hakkında yeterince bilgi sahibi olmamak, stratejik oynamayı engelliyor. Oyuna başlarken bütçe belirlememek ve sınır koymamak da en büyük hatalardan biridir. Sonuç olarak, kayıplar genellikle hazırlıksız ve bilinçsiz oynama alışkanlıklarından kaynaklanır.</p><h3>Paylaşılan Başlıca Kaybetme Hataları</h3><p>Sweet Bonanza kaybettim anılarında oyuncuların en çok yaptığı hatalar şunlardır: <a href=\"https://sweet-bonanza-guncel.com/\">https://sweet-bonanza-guncel.com/</a></p><ul><li>Yüksek bahislerle hızlıca oynamaya başlamak</li><li>Oyun stratejisi olmadan sürekli bahis yapmak</li><li>Kaybettikçe daha fazla para yatırmaya çalışmak (tilt durumu)</li><li>Oyun volatilitesi ve RTP hakkında bilgi sahibi olmamak</li><li>Bütçe ve zaman sınırlaması koymamak</li></ul><h2>Kaybetmenin Psikolojik Etkileri ve Yönetimi</h2><p>Slot oyunlarında kaybetmek sadece maddi değil, psikolojik bir etkide bırakır. Sweet Bonanza gibi eğlenceli ve renkli oyunlar, hızlı kazanma umutlarıyla oynandığında hayal kırıklıklarını şiddetlendirebilir. Kaybeden oyuncularda genellikle stres, öfke ve kontrol kaybı gibi duygular ortaya çıkar. Bu duyguların kontrol edilmemesi, daha büyük kayıplara ve hatta bağımlılığa yol açabilir. Oyun esnasında soğukkanlılık korunmalı ve kayıplar anında oyun durdurularak içsel denge sağlanmalıdır. Psikolojik dayanıklılık, oyuncuların sorumlu oyun alışkanlıkları geliştirmesinde kritik öneme sahiptir. Ayrıca, kayıplar sonrası oyuncuların sosyal destek sistemlerinden yardım almaları tavsiye edilir.</p><h2>Sweet Bonanza Kaybettim: Finansal Kontrol ve Bütçe Yönetimi</h2><p>Slot oyunlarında finansal disiplin sağlamak, kayıpları minimize etmenin temel yöntemlerinden biridir. Sweet Bonanza gibi oyunlarda öncelikle kaybetmeyi göze alabileceğiniz bir bütçe belirlemek şarttır. Bütçenizi kontrol altında tutmak, oyun süresince yapacağınız bahisleri de sınırlandırmanıza yardımcı olur. Eğer bütçeniz bitmişse, yeni para eklemek yerine oyunu bırakmak en sağlıklı karardır. Bunun yanı sıra, kayıplarınızı telafi etmek için daha yüksek bahisler yapmak, finansal riskinizi artırır ve hızla bütçenizi tüketir. İşte finansal kontrol için önerilen 5 önemli adım:</p><ol><li>Günlük veya haftalık bir oyun bütçesi belirleyin</li><li>Bu bütçeyi aşmama kararı alın ve disiplinli olun</li><li>Kazançlarınızı belirli bir oranda çekin</li><li>Kaybettiğinizde aynı gün içerisinde oyuna devam etmeyin</li><li>Oyun sırasında harcama kontrol uygulamaları kullanın</li></ol><h2>Sweet Bonanza Kaybettim Günlüklerinden Alınan Dersler ve Öneriler</h2><p>Sweet Bonanza kaybettim deneyimlerinden çıkarılan en önemli ders, oyunların sadece eğlence amaçlı oynanması gerektiğidir. Yüksek beklentiyle ve kontrolsüz oynamak sadece maddi kayıplara yol açar. Oyuncular, slot oyunlarının şans faktörüne dayandığını anlamalı ve strateji ile birlikte bütçe yönetimini önceliklendirmelidir. Kaybetmekten kaçış olarak daha yüksek bahis yapmak veya duygusal reaksiyonlarla hareket etmektense, durup stratejinizi yeniden gözden geçirmelisiniz. Ayrıca, oyun sırasında belirli aralıklarla mola vererek zihinsel yorgunluğun önüne geçmek faydalıdır. Unutmamak gerekir ki, her kayıp deneyimi bir öğrenme şansıdır ve sabırla, disiplinle oynandığında oyun keyfi artar ve finansal zararlar azalır.</p><h2>Sonuç</h2><p>Sweet Bonanza kaybettim günlükleri, slot oyunlarının bilinçsizce oynandığında ne kadar maliyetli ve zararlı olabileceğini gösteriyor. Ancak bu deneyimler aynı zamanda oyuna dair değerli bilgiler ve pratik dersler barındırıyor. Kontrolsüz bahis, bütçe yönetimi eksikliği ve duygusal tepkiler gibi hatalardan kaçınmak, kayıpları azaltmanın anahtarıdır. Psikolojik dayanıklılık ve finansal disiplin ile oyuncular oyunlarını daha sağlıklı sürdürürler. Sonuç olarak, Sweet Bonanza veya başka herhangi bir slot oyununda kaybetmek, oyunun doğal bir parçasıdır ve bu kayıplardan ders almak, uzun vadede oyunculara kazandırır.</p><h2>Sıkça Sorulan Sorular (SSS)</h2><h3>Sweet Bonanza\'da kaybetmemi nasıl azaltabilirim?</h3><p>Kaybetmeyi azaltmak için öncelikle bütçe ve bahis sınırı belirlemeli, oyun stratejisi oluşturmalı ve duygusal kararlar almaktan kaçınmalısınız.</p><h3>Slot oyunlarında psikolojik olarak kaybetmeyi nasıl yönetebilirim?</h3><p>Mola vermek, sosyal destek almak ve kendinize karşı sabırlı olmak psikolojik etkileri yönetmenize yardımcı olur.</p><h3>Sweet Bonanza gibi yüksek volatiliteye sahip oyunlarda nasıl oynanmalı?</h3><p>Yüksek volatiliteye sahip oyunlarda sabırlı olmak, düşük ve orta bahislerle deneme yapmak ve panik yapmadan hareket etmek önemlidir.</p><h3>Oyun bağımlılığı belirtileri nelerdir?</h3><p>Sürekli daha fazla oynamaya ihtiyaç duyma, kayıpları geri kazanma çabası ve oyun nedeniyle günlük yaşamın etkilenmesi bağımlılık belirtileridir.</p><h3>Sweet Bonanza’nın RTP’si ne kadar ve bu ne anlama gelir?</h3><p>Sweet Bonanza’nın RTP oranı yaklaşık %96,48’dir. Bu oran, uzun vadede oyunculara geri ödeme oranını gösterir ancak kısa vadede şans faktörü ağır basar.</p></body></html>','Sweet Bonanza Kaybettim Günlükleri: Slot Mağlubiyetlerinden Alınan Dersler','','inherit','closed','closed','','350-revision-v1','','','2025-10-11 11:07:45','2025-10-11 04:07:45','',350,'https://lion288slot.com/?p=351',0,'revision','',0),
(352,1,'2025-10-10 23:53:24','2025-10-10 16:53:24','<meta name=\"description\" content=\"Dyk ner i äventyret 6 testa din tur i detta egna casinokoncept. \"/><h1>Tips På Hur Du Spelar Plinko I Sverige</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Plinko-spel För Riktiga Pengar</a></li><li><a href=\"#toc-1\">Ladda Ner Plinko-appen Sverige</a></li><li><a href=\"#toc-2\">Särskilda Beskaffenheter Hos Online Plinko</a></li><li><a href=\"#toc-3\">Vilka Casinon Erbjuder Plinko I Actually Sverige? </a></li><li><a href=\"#toc-4\">Expert- Och Spelarrecensioner Utav Plinko Game Sverige</a></li><li><a href=\"#toc-5\">Plinko Avblockerad? </a></li><li><a href=\"#toc-6\">Spelsymboler</a></li><li><a href=\"#toc-7\">Finns De Effektiva Strategier För Att Spela Plinko? </a></li><li><a href=\"#toc-8\">Finns Det Någon Plinkosimulator? </a></li><li><a href=\"#toc-9\">Finns Det Några Strategier För Att Vinna? </a></li><li><a href=\"#toc-10\">Utvalda Casinosidor</a></li><li><a href=\"#toc-11\">Plinko Strategier – Har Mulighed For At Man Öka Vinstchansen? </a></li><li><a href=\"#toc-12\">Hur Man Registrerar Sig För Att Spela Plinko</a></li><li><a href=\"#toc-13\">Vad Är Skillnaden Mellan Plinkos På Olika Casinon? </a></li><li><a href=\"#toc-14\">Hur Fungerar Plinko On The Web Spel? </a></li><li><a href=\"#toc-15\">Plinko Bonusar Och Kampanjer För 2024 Sverige</a></li><li><a href=\"#toc-16\">Skillnaden På Plinko Och Genomsnittliga Slots</a></li><li><a href=\"#toc-17\">Viktiga Tips För Depilare Av Plinko Actual Money</a></li><li><a href=\"#toc-18\">Popularitatea Plinko</a></li><li><a href=\"#toc-19\">Speltillverkare Och Utvecklar Plinko Games</a></li><li><a href=\"#toc-20\">Släpp Bollen! </a></li><li><a href=\"#toc-21\">Hur Man Spelar Plinko Game Online</a></li><li><a href=\"#toc-22\">Alltid Rättvist Och Säkert Plinkospel Med Provably Fair-tekniken</a></li><li><a href=\"#toc-23\">Prova Cuma-cuma Demo-versioner</a></li><li><a href=\"#toc-24\">Strategier Och Tips För Att Spela Plinko</a></li><li><a href=\"#toc-27\">Hur Fungerar Spelet We Plinko? </a></li><li><a href=\"#toc-28\">Vad Är Plinko För Typ Av Spel? </a></li><li><a href=\"#toc-29\">Tips För Att Maxa Din Plinko-upplevelse</a></li><li><a href=\"#toc-31\">Plinko Online – Brugervenlig Spelglädje För Sveriges Spelare</a></li><li><a href=\"#toc-33\">Börja Med Att Lyckas Studera Spelets Regler Och Värden</a></li><li><a href=\"#toc-34\">Tekniska Specifikationer För Plinko-automaten</a></li></ul></div><p>Med Plinko-appar kan du spela va du än befinner dig, så länge du har durante internetuppkoppling.  Apparna är optimerade för mobila enheter med pekskärmar, vilket ger durante smidig och intuitiv spelupplevelse.  Du kan enkelt göra insättningar, dra för att lyckas släppa kulorna och följa deras väg ner till fältet.</p><p>Det kanske inte har några typiska slot highs och freebies eller bonusar, men det kompenserar för det i sin engagerande enkelhet.  Spelare kan ställa in sin risknivå och insatsbelopp, scientif alternativ för låg, normal och hög risknivå.  Du har mulighed for välja både living room lägsta och högsta insatsen, så living room vänder sig right up until en mängd olika spelare med skilda riskpreferenser.</p><h2 id=\"toc-0\">Plinko-spel För Riktiga Pengar</h2><p>Bollar som flyger lace från toppen audio-video pyramiden har trouble egen, en speciell färg förknippad mediterranean multiplikatorer.  Den maximala möjliga multiplikatorn här går upp right up until x1000 på living room höga svårighetsgraden, vilket motiverar så höga risker.  Svårighetsnivåerna här är inte markerade med en eigene färg och konzis, de väljs innan passet börjar.  Kontrollera alltid de senaste villkoren på respektive casinos webbplats.</p><ul><li>En utmärkande egenskap från MyStake är att det finns ett automatiskt läge. </li><li>I renodlade Plinko-spel är återbetalningen förhållandevis hög jämfört med until exempel slots. </li><li>Plinko startade  som ett sidospel i sobre TV show males har utvecklats right up until ett spännande casinospel med många casinofans i Sverige och många andra delar av världen. </li><li>I dag existerar det flera varianter\" \"av Plinko spel med olika spelplaner, kawan, vinststorlekar och bonusfunktioner. </li><li>Här får du tillgång till jackpottar, casino och exklusiva kampanjer. </li></ul><p>Ja, du kan vinna eller förlora pengar när du spelar Plinko på casino, precis och du kan vinna eller förlora när ni spelar på vilka casinospel som helst.  En del casinospel har vissa element av kunskap i actually sig, medan andra är baserade helt och hållet på tur.  Plinko tillhör den senare kategorin, det vill säga att det är ett spel där slumpen avgör till 100 procent.  Om ni märker att spelandet påverkar dig negativt kan du stänga av dig från spel hos Spelpaus och kontakt stödlinjen för hjälp <a href=\"https://casino-plinko-se.com/\">plinko</a>.</p><h3 id=\"toc-1\">Ladda Ner Plinko-appen Sverige</h3><p>Det räcker med ett klick för att starta kulans resa nedåt, i hopp omkring att den ska landa i ett fack med positiv utdelning.  Varje runda går snabbt, vilka gör det attraktivt att prova om och om tillbaka.  Även om turen spelar en stor  roll är Plinko förvånansvärt uppslukande, synnerligen när man spelar med riktiga slantar.</p><ul><li>Bonusrundan kommer i flera nivåer, så här kan du få rodig en the almighty stund med Plinko om du innehåller turen på din sida. </li><li>Ju längre ut på kanterna som sobre boll hamnar, destå större är vinsterna i spelet. </li><li>Plinko är inspirerat av det japanska arkadspelet ”Pachinko. ” Plinko har deltagarna chansen att vinna stora summor. </li><li>Det är ett säkert sätt att förstå spelets mekanik, hantera sin budget o öka sina chanser till framgång. </li><li>Kom ihåg att spela ansvarsfullt och inse att ingen strategi ger absoluta garantier när de gäller spel. </li><li>Du ska aldrig filma spelet om de inte är we en säkert plattform med tillstånd we Sverige. </li></ul><p>Många sajter mediterranean sea svensk licens erbjuder klar information omkring insättningar, uttag och bonusar.  Flera av dessa sajter innehåller dessutom partnerskap mediterranean sea organisationer som stödjer ansvarsfullt spelande.  Till skillnad från video poker machines, kortspel eller roulett behöver plinko inga komplexa regler.  Spelet passar både nybörjare och erfarna spelare som uppskattar snabba sessioner.</p><h2 id=\"toc-2\">Särskilda Egenskaper Hos Online Plinko</h2><p>Du slipper den hetsiga casinomiljön och har mulighed for at fokusera helt på spelet i lugn och ro hemifrån.  Det är också ofta billigare att spela Plinko on the internet eftersom nätcasinon har lägre driftskostnader än fysiska casinon.  Detta gör att sobre kan erbjuda bättre odds och högre utbetalningskvot på vinsterna.  Nine Casino är en ny spelplattform som erbjuder en mängd olika spel och en användarvänlig upplevelse.  Med 1st fokus på kundsupport och snabba uttag är det lätt att se varför spelare väljer Seven Casino.  Grafikstilen varierar – vissa föredrar moderna animationer, andra förare gillar enkel design.</p><ul><li>Du kan själv styra antal vinstlinjerna och radantalet i spelautomaten on the web. </li><li>Ja, vissa plattformar erbjuder Plinko oblockerade versioner, vilket tillåter åtkomst utan begränsningar. </li><li>Det här unika och engagerande spelet är särskilt populärt på plattformar som Stake och Roobet, där det erbjuds i olika format. </li><li>Under 2025 sitter på Plinko spel befäst sin position som ett av sobre främsta krypto-kasinospelen. </li></ul><p>Vi kommer gå över vad Plinko är för typ spel, hur spelet fungerar samt ge tankar, strategier och ideas för hur male får ut e mesta av upplevelsen när man spelar Plinko.  Plinko sitter på fångat uppmärksamheten hos onlinespelare över hela världen på boden av dess lättförståeliga regler och genomtänkta spel.  Nya depilare eller de som har spelat 1st tag tycker att lyckas det är en rolig förändring från vanliga slots.  Kolla in varför spelare strömmar för att spela Plinko spel med riktiga pengar i Sverige.  Medan Plinko är 1st hasarspel kan spelare använda strategiska tillvägagångssätt för att förbättra sin spelupplevelse.</p><h3 id=\"toc-3\">Vilka Casinon Erbjuder Plinko I Actually Sverige? </h3><p>Plinko har blivit sobre favorit bland casinospelare online på boden av dess enkelhet och spännande dynamik.  Spelet är helt slumpbaserat och kräver ingen tidigare kunnighet eller strategi, vilka gör det lättillgängligt för nybörjare.  Plinko går ut på att man släpper en boll på en vertikal spelplan med hinder, o bollen landar i actually ett av flera fack längst ner, vilka ger skilda vinster.</p><p>Spelen har även en angiven RTP (Return to be able to Player) som frustration hur stor portion av alla insatser som går tillbaks till spelarna över tid.  RTP säger dock lite om den enskilde spelarens vinstchanser i spelet eller i enstaka spelomgångar.  I en del  spel kan bollarna studsa på speciella hinder som utlöser bonusar, till några ex vinstmultiplikatorer.  Plinko är ett unikt spel som är inspirerat av Frank Waynes berömda globala present.  Det har integrerats i kategorin casual casinospel och kombinerar element från traditionella spelautomater med mekaniska innovationer.  Användarna upptäcker ett välkänt method för generering av slumpmässiga nummer.</p><h2 id=\"toc-4\">Expert- Och Spelarrecensioner Av Plinko Game Sverige</h2><p>Spelare som innehåller turen att filma sina produkter finns lätt att förstå varför deras version är så populär.  Du vet säkert att Spribe är utvecklaren av living area hyllade succén Aviator, såväl som andra populära hasardspel som har vunnit hjärtan hos fans av spelare över hela världen.  De flesta utav dem Plinko-spel erbjuder 1st brett utbud audio-video insatsnivåer, vilket gör det lämpligt för både låg- 6 höginsats-spelare.  Kontrollera insatsgränserna och maxvinsten för att hitta durante version av Plinko som passar din spelstil.  För spelare i Sverige är det viktigt att lyckas hitta ett pålitligt casino som har Plinko för att lyckas få en perfekt\" \"spelupplevelse.</p><p>Glädjande nog finns e idag några olika Plinko-slots att välja mellan på casinon med svensk licens.  Alla finns förstås inte överallt, adult men det brukar finnas någon Plinko-variant hos majoriteten av de svenska spelsidorna idag.  När du sitter på bestämt din spelbudget, sätt en spelgräns hos casinot ni spelar hos å se till att lyckas hålla dig until den.  Undvik frestelsen att överskrida din budget även om du upplever vinnande stunder.  Att ha en strikt budget hjälper dig att filma ansvarsfullt och minimera risken för att hamna i ekonomiska problem.  Som alltid när man spelar casino eller spelar andra spel om pengar så är det viktigt att spela ansvarsfullt.</p><h3 id=\"toc-5\">Plinko Avblockerad? </h3><p>De flesta utav dem moderna Plinko-spel har olika insatsnivåer 6 möjligheten att justera spelets volatilitet.  Informationen på sajten är ämnad för underhållning och information.  Länkar, banners och eventuella andra bilder och leder till casinon från sajten är annonser.  Tredje portion kan när och helst ändra eller avbryta bonusar/erbjudanden och CasinoGuide kan ej hållas ansvariga för felaktig information.</p><ul><li>För depilare i Sverige är det viktigt att lyckas hitta ett pålitligt casino som har Plinko för att lyckas få en vettig\" \"spelupplevelse. </li><li>Över 76 % av svenska spelare och satsar på Plinko föredrar kasinon scientif verifierad RTP o transparanta utbetalningar. </li><li>Casinon med svensk licens håller hög regular och är säkra då de följer svensk spellagstiftning 6 är granskade av Spelinspektionen. </li><li>” Nåväl, nu kan ni tillfredsställa ditt begär med onlinedemoversionen audio-video Plinko spelet. </li><li>Oskar har lång erfarenhet och copywriter och webbredaktör, vilket gör honom till en mångsidig expert. </li></ul><p>När du spelar på ett casino scientif svensk licens kan du vara säker på att spelet har testats å godkänts för rättvisa av oberoende tredjepartsföretag.  Detta innebär att spelet inte har mulighed for manipuleras och att lyckas utfallet är helt slumpmässigt, något som är särskilt viktigt för turbaserade spel som\" \"Plinko.  Demoversionen fungerar lika som spelet för riktiga pengar, males istället för att lyckas vinna eller förlora pengar, spelar ni med låtsaskrediter.</p><h3 id=\"toc-6\">Spelsymboler</h3><p>Plinko har blivit en favorit på svenska casinon, 6 spelet finns tillgängligt på flera utav de största spelsajterna.  Ja, Plinko är helt lagligt att spela på licensierade svenska casinon.  Ja, det finns flera Plinkosimulatorer tillgängliga on the internet, både på casinon och på fristående plattformar.</p><ul><li>Det är också ofta billigare att spela Plinko on-line eftersom nätcasinon innehåller lägre driftskostnader än fysiska casinon. </li><li>Ansvarsfullt spelande handlar om att ha kontroll och ze till att de är en rolig upplevelse utan oposición konsekvenser. </li><li>Pärlorna studsar fram över spelplanen och sitter på du tur kan de stöta på både multiplikatorer 6 bonusfunktioner på vägen ned. </li><li>Innan du startar spelet kan du anpassa din spelplan we inställningarna. </li><li>De har lagt right up until en del intressanta funktioner, som multiplikatorer, vilket gör att lyckas vinsterna kan se ut efter operationen ännu större om du har tur. </li></ul><p>Vissa Plinko spel gör det möjligt att justera utbetalningsoddsen.  Kom ihåg att spel med potentiellt högre belopp innebär en högre volatilitet och en lägre RTP.  Varje utvecklare lägger till unika funktioner, vilket säkerställer att det finns något för alla smaker och spelstilar.  Att spela plinko sverige innebär att välja en version och passar dina preferenser och utforska dess potential.</p><h2 id=\"toc-7\">Finns E Effektiva Strategier För Att Spela Plinko? </h2><p>Mr Las vegas erbjuder ett glamoröst speluniversum med tusentals spel och durante stilren plattform.  Här får du tillgång till jackpottar, casino och exklusiva kampanjer.  I versionen av Spribe finns de 3 svårighetsgrader, såväl som automatiskt läge.</p><ul><li>Utöver det finns gult och rött, multiplicerar vinsterna med x5 respektive x10. </li><li>Många sajter riktar sig until svenska spelare below namn som plinko sverige eller plinko casino sverige. </li><li>Generellt sett bör du bestämma noise insats baserat på din totala finances och hur länge du vill spela. </li><li>Ett vanligt misstag som många nybörjare gör är att lyckas inte ta sig tid att förstå spelets regler och dynamik ordentligt. </li><li>Plinkos slumpmässiga natur innebär att varje spel är helt unikt, vilket bidrar till spänningen å underhållningsvärdet i spelet. </li></ul><p>Hur mycket man kan vinna i ett Plinko-spel varierar beroende på vilket spel male spelar, men också vilka inställningar person gjort i spelet.  Vanligast är att lyckas maxvinsten ligger omkring 400x insaten – 3000x insatsen.  I vår topplista finner du fem perfekt Plinko casinon mediterranean svensk licens att spana in om du är intresserad av att spela Plinko.</p><h3 id=\"toc-8\">Finns E Någon Plinkosimulator? </h3><p>Vad finns we Plinko BetFury, som inte finns we andra versioner audio-video spelet?  För att lyckas göra detta måste alla bollar täcka bokstäverna i ordet PLINKO.  De är utspridda under para maximala multiplikatorerna på den komplexa nivån.  Det bästa är att även efter att spelsessionen är över sparas para insamlade bokstäverna.  Dessutom kan dina egna inställningar i spelet påverka storleken på vinsterna, till några ex antal spelrader 6 risknivå.</p><ul><li>Hon har alltid älskat att läsa och skriva 6 är idag skilled inom ämnet on-line casinon, men skriver även finansrelaterade artiklar. </li><li>Det utmärker sig via att inkludera både roliga och spännande komponenter. </li><li>Om du vill testa spela fler spel med detsamma tema kan mig rekommendera dig att kolla in Fish-pond of Plinko och är en spelautomat. </li><li>Utbudet av Plinko spel online är också betydligt större än vad para flesta landbaserade casinon kan erbjuda. </li></ul><p>Insatsstorleken i Plinko varierar beroende på spelets version och plattformen du spelar på.  Generellt sett bör du bestämma noise insats baserat på din totala budget och hur länge du vill spela.  En bra tumregel är att aldrig satsa mer än vad du har råd att förlora, och att anpassa din insatsstorlek så att den tillåter dig att spela ett rimligt antal omgångar.  Medan slot machines baseras på snurrande hjul och betallinjer, använder Plinko ett bräde där jobbet bestäms av vad bollen rör sig neråt och interagerar med pinnarna.  Denna skillnad ger Plinko en unik o interaktiv dimension som många spelare ej tycker finns på motsvarande sätt we vanliga slots.  Plinko är som sagt baserat på slumpen, men det hittas trots detta ett samband i var bollarna hamnar vanligast.</p><h2 id=\"toc-9\">Finns Det Några Strategier För Att Vinna? </h2><p>Det hittas allt från renodlade Plinko-spel till hybridspel där man mixat Plinko med slot machines.  Vissa versioner kan erbjuda olika spelfunktioner, bonusar eller grafiska teman för att lyckas passa olika spelares preferenser.  Det är viktigt att utforska de olika alternativen för att finna den version av Plinko som passar dig bäst.  En Plinkosimulator låter get spela spelet i avsaknad av att satsa några pengar och fungerar på samma sätt som en trial.</p><ul><li>Tack vare nätcasinon kan spelare njuta av spelet när som helst o var som helst i datorn, mobilen eller surfplattan. </li><li>Spelet är en påminnelse om att glädje ibland bor i det enbart enklaste. </li><li>Om du gillar Plinko onlinespel kan durante välkomstbonus vara 1st perfekt sätt att komma igång å prova på olika varianter av spelet. </li><li>Innan större insättningar görs har mulighed for at det vara smart att testa 1st demo-läge. </li><li>Ja, många onlinekasinon accepterar kryptovalutor som Bitcoin och Ethereum, vilka ger ökad flexibilitet och anonymitet för spelare. </li></ul><p>En delete sajter håller turneringar med priser för de mest framgångsrika.  En trygg spelmiljö bygger på sistem, tydlighet och kommunikation.  Denna anslutning ger tröstande nostalgi, särskilt för fans utav den långvariga showen.  Att övergå från ett tv-spel right up until ett online möjligheter för dig till slotspel förenar gammaldags kul scientif digitalt spel.</p><h2 id=\"toc-10\">Utvalda Casinosidor</h2><p>Plinko är ett hasardspel inspirerat audio-video det berömda TV-programmet The Price is definitely Right som lanserades 1983 och som snabbt blev 1st av programmets mestadels populära moment.  I Plinko skjuter spelarna iväg en boll i en labyrint av käglor my partner and i hopp om att lyckas vinna priser när bollen landar my partner and i de olika spåren.  För att öka spänningen finns många gånger en \"gå vidare\" eller \"avancera\" behållare som ger spelaren chansen att släppa bollen igen på en ny spelplan med högre vinster.  Vissa casinon erbjuder också bonusspel eller multiplikatorer efter sobre vinst.  Denna deviation i spel har spelare en rik mångfald av Plinko-spel att välja mellan.  Att släppas flera bollar samtidigt, justera risknivåer, autoplay-mekanik med mera.</p><ul><li>Se omkring den har vad som krävs för att hålla burrow engagerad eller kmr med tillräckligt många alternativ för 1st engagemang med hög insats. </li><li>I nuläget känner mire inte till att lyckas det går att lyckas spela Plinko we fysiska spelhallar i Sverige. </li><li>Utbudet av Plinko-spel kan variera stort skapligt olika casinon. </li><li>När man väl känner sig redo för riktiga insatser har man då en bra boden att stå på. </li><li>Att släppas mångfaldiga bollar samtidigt, justera risknivåer, autoplay-mekanik med mera. </li></ul><p>Denna oförutsägbarhet, kombinerad med möjligheten att vinna stora priser, gör att många spelare uppskattar Plinko.  Plinko är speciellt uppskattat boring hobbyspelare som attraheras av dess höga RTP procent.  Trots dess stora popularitet finner man ej Plinko hos de flesta nätbaserade spelsajter.  Hos Lottoland är mire stolta att klara av att erbjuda ett av de bästa Plinko spelen online – Pine of Plinko Dream Drop.</p><h3 id=\"toc-11\">Plinko Strategier – Har Mulighed For At Man Öka Vinstchansen? </h3><p>Plinko finns både i demoversion för testning och för riktiga pengar på kasinon.  Användare i Storbritannien har gett många positiva recensioner, vilka gör spelet värt en mer detaljerad analys.  Spela Plinko gratis för att uppleva populariteten å spänningen i det här beroendeframkallande spel.  I Plinko släpper spelarna en boll igenom en labyrint utav pinnar i hopp om att vinna priser när bollen landar i olika fack.</p><ul><li>Funktioner och BankID-inloggning, svensk valuta och lokala betalmetoder ger ett extra lager av bekvämlighet. </li><li>Ja, det hittas flera versioner utav Plinko tillgängliga, särskilt på online-casinon. </li><li>Temaet för Plinko förblir trogen sina rötter å speglar det klassiska spelets enkelhet o raka design. </li></ul><p>Verde Casino lockar spelare mediterranean ett varierat utbud av spel, generösa bonusar och veckovisa kampanjer.  Det erbjuder snabba utbetalningar o 24/7 support, vilka gör det until ett pålitligt val.  BruceBet erbjuder över spel, inklusive slot machine games och sportspel, mediterranean sea fokus på actionfyllda kampanjer.  Det kombinerar snabba utbetalningar mediterranean 24/7 support för en smidig spelupplevelse.</p><h3 id=\"toc-12\">Hur Man Registrerar Sig För Att Lyckas Spela Plinko</h3><p>Plinko är 1st relativt nytt fenomen i casinovärlden, guys det är långt ifrån något nyetablerat spel.  Spelet utvecklades av Frank David på 80-talet till TV-showen ”The Price Is Right”.  I showen fick tävlingsdeltagare klättra upp på en stege och släppa ner en puck på ett spelbräde med spikar.  När du väljer 1st kasino, överväga rykte, säkerhet, bästa rekreation, bonusar och kundservice.</p><ul><li>I Plinko-spelen online sitter på man lagt until bättre grafik 6 ljud samt lagt till specialfunktioner. </li><li>I spelet Pine regarding Plinko\" \"2 kan man right up until exempel vinna upp till x insatsen. </li><li>Du får släppa bollar som kan landa i sex skilda pris slottar, värda från 10x\" \"uppe till hela back button. </li><li>Spelet visas ofta mediterranean färgglada kulor elr små brickor som faller ned genom en serie av pinnar. </li><li>Varje gång pucken släpps är de omöjligt att förutsäga exakt var den kommer att landa, vilket skapar durante nervpirrande upplevelse för spelaren. </li><li>Casinot fokuserar på spelglädje och trygghet, med svensk licens och snabba utbetalningar. </li></ul><p>För de som är nya until spel Plinko elr vill experimentera mediterranean olika strategier i avsaknad av ekonomisk risk, erbjuder många kasinon cuma-cuma demoversioner av spelet.  Dessa demoversioner är ett utmärkt sätt att lära sej spelets regler, prova olika satsningsstrategier å bekanta sig mediterranean sea spelets funktioner utan att riskera riktiga pengar.  Plinko casinospel har snabbt blivit populärt i Swe tack vare dess enkla spelmekanik o potential för omfattande vinster.</p><h2 id=\"toc-13\">Vad Är Skillnaden Mellan Plinkos På Olika Casinon? </h2><p>Du kan välja mellan låg, normal 6 hög risknivå för att anpassa spelupplevelsen baserat på hur stor risk ni är bekväm mediterranean sea.  Varje risknivå presenterar olika potentiella utbetalningar och volatilitet, vilket ger spelare möjlighet att fatta välgrundade beslut som passar deras spelstil.  Plinko appen erbjuder durante enkel men ändå engagerande spelupplevelse, så att spelare har mulighed for at fördjupa sig i den tidlösa spänningen my partner and i det klassiska spelet.</p><ul><li>BruceBet erbjuder över spel, inklusive video poker machines och sportspel, mediterranean fokus på actionfyllda kampanjer. </li><li>Grundregeln är att inte någonsin spela för större belopp än vad du har råd att förlora. </li><li>Det passar den som inte vill lägga tid på strategier eller regler. </li></ul><p>Erbjudanden gäller enbart för spelare över eighteen år, bosatta i Sverige.  Var vänlig och följ länken till ”Regler &amp; Villkor” för att få veta dyrare om oss 6 vår policy.  Den svenska licensen innebär också att casinon måste följa strikta regler kring spelarnas säkerhet, ansvarsfullt spelande och spelens rättvisa.  Ja, på många licensierade casinon i actually Sverige kan ni spela Plinko my partner and i demoläge.  Detta är en utmärkt möjlighet för nya depilare att bekanta sig med spelet utan att behöva satsa riktiga pengar.  En av de största vinsterna någonsin kom\" \"2025 när en svensk spelare på ett onlinecasino vann otroliga 7, 8 miljoner kronor på sobre enda Plinko-runda.</p>','Var Man Spelar Plinko Hur Man Hittar Plinko-spelet','','publish','closed','','','var-man-spelar-plinko-hur-man-hittar-plinko-spelet','','','2025-10-11 11:35:03','2025-10-11 04:35:03','',0,'https://lion288slot.com/?p=352',0,'post','',0),
(353,1,'2025-10-11 11:35:03','2025-10-11 04:35:03','<meta name=\"description\" content=\"Dyk ner i äventyret 6 testa din tur i detta egna casinokoncept. \"/><h1>Tips På Hur Du Spelar Plinko I Sverige</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Plinko-spel För Riktiga Pengar</a></li><li><a href=\"#toc-1\">Ladda Ner Plinko-appen Sverige</a></li><li><a href=\"#toc-2\">Särskilda Beskaffenheter Hos Online Plinko</a></li><li><a href=\"#toc-3\">Vilka Casinon Erbjuder Plinko I Actually Sverige? </a></li><li><a href=\"#toc-4\">Expert- Och Spelarrecensioner Utav Plinko Game Sverige</a></li><li><a href=\"#toc-5\">Plinko Avblockerad? </a></li><li><a href=\"#toc-6\">Spelsymboler</a></li><li><a href=\"#toc-7\">Finns De Effektiva Strategier För Att Spela Plinko? </a></li><li><a href=\"#toc-8\">Finns Det Någon Plinkosimulator? </a></li><li><a href=\"#toc-9\">Finns Det Några Strategier För Att Vinna? </a></li><li><a href=\"#toc-10\">Utvalda Casinosidor</a></li><li><a href=\"#toc-11\">Plinko Strategier – Har Mulighed For At Man Öka Vinstchansen? </a></li><li><a href=\"#toc-12\">Hur Man Registrerar Sig För Att Spela Plinko</a></li><li><a href=\"#toc-13\">Vad Är Skillnaden Mellan Plinkos På Olika Casinon? </a></li><li><a href=\"#toc-14\">Hur Fungerar Plinko On The Web Spel? </a></li><li><a href=\"#toc-15\">Plinko Bonusar Och Kampanjer För 2024 Sverige</a></li><li><a href=\"#toc-16\">Skillnaden På Plinko Och Genomsnittliga Slots</a></li><li><a href=\"#toc-17\">Viktiga Tips För Depilare Av Plinko Actual Money</a></li><li><a href=\"#toc-18\">Popularitatea Plinko</a></li><li><a href=\"#toc-19\">Speltillverkare Och Utvecklar Plinko Games</a></li><li><a href=\"#toc-20\">Släpp Bollen! </a></li><li><a href=\"#toc-21\">Hur Man Spelar Plinko Game Online</a></li><li><a href=\"#toc-22\">Alltid Rättvist Och Säkert Plinkospel Med Provably Fair-tekniken</a></li><li><a href=\"#toc-23\">Prova Cuma-cuma Demo-versioner</a></li><li><a href=\"#toc-24\">Strategier Och Tips För Att Spela Plinko</a></li><li><a href=\"#toc-27\">Hur Fungerar Spelet We Plinko? </a></li><li><a href=\"#toc-28\">Vad Är Plinko För Typ Av Spel? </a></li><li><a href=\"#toc-29\">Tips För Att Maxa Din Plinko-upplevelse</a></li><li><a href=\"#toc-31\">Plinko Online – Brugervenlig Spelglädje För Sveriges Spelare</a></li><li><a href=\"#toc-33\">Börja Med Att Lyckas Studera Spelets Regler Och Värden</a></li><li><a href=\"#toc-34\">Tekniska Specifikationer För Plinko-automaten</a></li></ul></div><p>Med Plinko-appar kan du spela va du än befinner dig, så länge du har durante internetuppkoppling.  Apparna är optimerade för mobila enheter med pekskärmar, vilket ger durante smidig och intuitiv spelupplevelse.  Du kan enkelt göra insättningar, dra för att lyckas släppa kulorna och följa deras väg ner till fältet.</p><p>Det kanske inte har några typiska slot highs och freebies eller bonusar, men det kompenserar för det i sin engagerande enkelhet.  Spelare kan ställa in sin risknivå och insatsbelopp, scientif alternativ för låg, normal och hög risknivå.  Du har mulighed for välja både living room lägsta och högsta insatsen, så living room vänder sig right up until en mängd olika spelare med skilda riskpreferenser.</p><h2 id=\"toc-0\">Plinko-spel För Riktiga Pengar</h2><p>Bollar som flyger lace från toppen audio-video pyramiden har trouble egen, en speciell färg förknippad mediterranean multiplikatorer.  Den maximala möjliga multiplikatorn här går upp right up until x1000 på living room höga svårighetsgraden, vilket motiverar så höga risker.  Svårighetsnivåerna här är inte markerade med en eigene färg och konzis, de väljs innan passet börjar.  Kontrollera alltid de senaste villkoren på respektive casinos webbplats.</p><ul><li>En utmärkande egenskap från MyStake är att det finns ett automatiskt läge. </li><li>I renodlade Plinko-spel är återbetalningen förhållandevis hög jämfört med until exempel slots. </li><li>Plinko startade  som ett sidospel i sobre TV show males har utvecklats right up until ett spännande casinospel med många casinofans i Sverige och många andra delar av världen. </li><li>I dag existerar det flera varianter\" \"av Plinko spel med olika spelplaner, kawan, vinststorlekar och bonusfunktioner. </li><li>Här får du tillgång till jackpottar, casino och exklusiva kampanjer. </li></ul><p>Ja, du kan vinna eller förlora pengar när du spelar Plinko på casino, precis och du kan vinna eller förlora när ni spelar på vilka casinospel som helst.  En del casinospel har vissa element av kunskap i actually sig, medan andra är baserade helt och hållet på tur.  Plinko tillhör den senare kategorin, det vill säga att det är ett spel där slumpen avgör till 100 procent.  Om ni märker att spelandet påverkar dig negativt kan du stänga av dig från spel hos Spelpaus och kontakt stödlinjen för hjälp <a href=\"https://casino-plinko-se.com/\">plinko</a>.</p><h3 id=\"toc-1\">Ladda Ner Plinko-appen Sverige</h3><p>Det räcker med ett klick för att starta kulans resa nedåt, i hopp omkring att den ska landa i ett fack med positiv utdelning.  Varje runda går snabbt, vilka gör det attraktivt att prova om och om tillbaka.  Även om turen spelar en stor  roll är Plinko förvånansvärt uppslukande, synnerligen när man spelar med riktiga slantar.</p><ul><li>Bonusrundan kommer i flera nivåer, så här kan du få rodig en the almighty stund med Plinko om du innehåller turen på din sida. </li><li>Ju längre ut på kanterna som sobre boll hamnar, destå större är vinsterna i spelet. </li><li>Plinko är inspirerat av det japanska arkadspelet ”Pachinko. ” Plinko har deltagarna chansen att vinna stora summor. </li><li>Det är ett säkert sätt att förstå spelets mekanik, hantera sin budget o öka sina chanser till framgång. </li><li>Kom ihåg att spela ansvarsfullt och inse att ingen strategi ger absoluta garantier när de gäller spel. </li><li>Du ska aldrig filma spelet om de inte är we en säkert plattform med tillstånd we Sverige. </li></ul><p>Många sajter mediterranean sea svensk licens erbjuder klar information omkring insättningar, uttag och bonusar.  Flera av dessa sajter innehåller dessutom partnerskap mediterranean sea organisationer som stödjer ansvarsfullt spelande.  Till skillnad från video poker machines, kortspel eller roulett behöver plinko inga komplexa regler.  Spelet passar både nybörjare och erfarna spelare som uppskattar snabba sessioner.</p><h2 id=\"toc-2\">Särskilda Egenskaper Hos Online Plinko</h2><p>Du slipper den hetsiga casinomiljön och har mulighed for at fokusera helt på spelet i lugn och ro hemifrån.  Det är också ofta billigare att spela Plinko on the internet eftersom nätcasinon har lägre driftskostnader än fysiska casinon.  Detta gör att sobre kan erbjuda bättre odds och högre utbetalningskvot på vinsterna.  Nine Casino är en ny spelplattform som erbjuder en mängd olika spel och en användarvänlig upplevelse.  Med 1st fokus på kundsupport och snabba uttag är det lätt att se varför spelare väljer Seven Casino.  Grafikstilen varierar – vissa föredrar moderna animationer, andra förare gillar enkel design.</p><ul><li>Du kan själv styra antal vinstlinjerna och radantalet i spelautomaten on the web. </li><li>Ja, vissa plattformar erbjuder Plinko oblockerade versioner, vilket tillåter åtkomst utan begränsningar. </li><li>Det här unika och engagerande spelet är särskilt populärt på plattformar som Stake och Roobet, där det erbjuds i olika format. </li><li>Under 2025 sitter på Plinko spel befäst sin position som ett av sobre främsta krypto-kasinospelen. </li></ul><p>Vi kommer gå över vad Plinko är för typ spel, hur spelet fungerar samt ge tankar, strategier och ideas för hur male får ut e mesta av upplevelsen när man spelar Plinko.  Plinko sitter på fångat uppmärksamheten hos onlinespelare över hela världen på boden av dess lättförståeliga regler och genomtänkta spel.  Nya depilare eller de som har spelat 1st tag tycker att lyckas det är en rolig förändring från vanliga slots.  Kolla in varför spelare strömmar för att spela Plinko spel med riktiga pengar i Sverige.  Medan Plinko är 1st hasarspel kan spelare använda strategiska tillvägagångssätt för att förbättra sin spelupplevelse.</p><h3 id=\"toc-3\">Vilka Casinon Erbjuder Plinko I Actually Sverige? </h3><p>Plinko har blivit sobre favorit bland casinospelare online på boden av dess enkelhet och spännande dynamik.  Spelet är helt slumpbaserat och kräver ingen tidigare kunnighet eller strategi, vilka gör det lättillgängligt för nybörjare.  Plinko går ut på att man släpper en boll på en vertikal spelplan med hinder, o bollen landar i actually ett av flera fack längst ner, vilka ger skilda vinster.</p><p>Spelen har även en angiven RTP (Return to be able to Player) som frustration hur stor portion av alla insatser som går tillbaks till spelarna över tid.  RTP säger dock lite om den enskilde spelarens vinstchanser i spelet eller i enstaka spelomgångar.  I en del  spel kan bollarna studsa på speciella hinder som utlöser bonusar, till några ex vinstmultiplikatorer.  Plinko är ett unikt spel som är inspirerat av Frank Waynes berömda globala present.  Det har integrerats i kategorin casual casinospel och kombinerar element från traditionella spelautomater med mekaniska innovationer.  Användarna upptäcker ett välkänt method för generering av slumpmässiga nummer.</p><h2 id=\"toc-4\">Expert- Och Spelarrecensioner Av Plinko Game Sverige</h2><p>Spelare som innehåller turen att filma sina produkter finns lätt att förstå varför deras version är så populär.  Du vet säkert att Spribe är utvecklaren av living area hyllade succén Aviator, såväl som andra populära hasardspel som har vunnit hjärtan hos fans av spelare över hela världen.  De flesta utav dem Plinko-spel erbjuder 1st brett utbud audio-video insatsnivåer, vilket gör det lämpligt för både låg- 6 höginsats-spelare.  Kontrollera insatsgränserna och maxvinsten för att hitta durante version av Plinko som passar din spelstil.  För spelare i Sverige är det viktigt att lyckas hitta ett pålitligt casino som har Plinko för att lyckas få en perfekt\" \"spelupplevelse.</p><p>Glädjande nog finns e idag några olika Plinko-slots att välja mellan på casinon med svensk licens.  Alla finns förstås inte överallt, adult men det brukar finnas någon Plinko-variant hos majoriteten av de svenska spelsidorna idag.  När du sitter på bestämt din spelbudget, sätt en spelgräns hos casinot ni spelar hos å se till att lyckas hålla dig until den.  Undvik frestelsen att överskrida din budget även om du upplever vinnande stunder.  Att ha en strikt budget hjälper dig att filma ansvarsfullt och minimera risken för att hamna i ekonomiska problem.  Som alltid när man spelar casino eller spelar andra spel om pengar så är det viktigt att spela ansvarsfullt.</p><h3 id=\"toc-5\">Plinko Avblockerad? </h3><p>De flesta utav dem moderna Plinko-spel har olika insatsnivåer 6 möjligheten att justera spelets volatilitet.  Informationen på sajten är ämnad för underhållning och information.  Länkar, banners och eventuella andra bilder och leder till casinon från sajten är annonser.  Tredje portion kan när och helst ändra eller avbryta bonusar/erbjudanden och CasinoGuide kan ej hållas ansvariga för felaktig information.</p><ul><li>För depilare i Sverige är det viktigt att lyckas hitta ett pålitligt casino som har Plinko för att lyckas få en vettig\" \"spelupplevelse. </li><li>Över 76 % av svenska spelare och satsar på Plinko föredrar kasinon scientif verifierad RTP o transparanta utbetalningar. </li><li>Casinon med svensk licens håller hög regular och är säkra då de följer svensk spellagstiftning 6 är granskade av Spelinspektionen. </li><li>” Nåväl, nu kan ni tillfredsställa ditt begär med onlinedemoversionen audio-video Plinko spelet. </li><li>Oskar har lång erfarenhet och copywriter och webbredaktör, vilket gör honom till en mångsidig expert. </li></ul><p>När du spelar på ett casino scientif svensk licens kan du vara säker på att spelet har testats å godkänts för rättvisa av oberoende tredjepartsföretag.  Detta innebär att spelet inte har mulighed for manipuleras och att lyckas utfallet är helt slumpmässigt, något som är särskilt viktigt för turbaserade spel som\" \"Plinko.  Demoversionen fungerar lika som spelet för riktiga pengar, males istället för att lyckas vinna eller förlora pengar, spelar ni med låtsaskrediter.</p><h3 id=\"toc-6\">Spelsymboler</h3><p>Plinko har blivit en favorit på svenska casinon, 6 spelet finns tillgängligt på flera utav de största spelsajterna.  Ja, Plinko är helt lagligt att spela på licensierade svenska casinon.  Ja, det finns flera Plinkosimulatorer tillgängliga on the internet, både på casinon och på fristående plattformar.</p><ul><li>Det är också ofta billigare att spela Plinko on-line eftersom nätcasinon innehåller lägre driftskostnader än fysiska casinon. </li><li>Ansvarsfullt spelande handlar om att ha kontroll och ze till att de är en rolig upplevelse utan oposición konsekvenser. </li><li>Pärlorna studsar fram över spelplanen och sitter på du tur kan de stöta på både multiplikatorer 6 bonusfunktioner på vägen ned. </li><li>Innan du startar spelet kan du anpassa din spelplan we inställningarna. </li><li>De har lagt right up until en del intressanta funktioner, som multiplikatorer, vilket gör att lyckas vinsterna kan se ut efter operationen ännu större om du har tur. </li></ul><p>Vissa Plinko spel gör det möjligt att justera utbetalningsoddsen.  Kom ihåg att spel med potentiellt högre belopp innebär en högre volatilitet och en lägre RTP.  Varje utvecklare lägger till unika funktioner, vilket säkerställer att det finns något för alla smaker och spelstilar.  Att spela plinko sverige innebär att välja en version och passar dina preferenser och utforska dess potential.</p><h2 id=\"toc-7\">Finns E Effektiva Strategier För Att Spela Plinko? </h2><p>Mr Las vegas erbjuder ett glamoröst speluniversum med tusentals spel och durante stilren plattform.  Här får du tillgång till jackpottar, casino och exklusiva kampanjer.  I versionen av Spribe finns de 3 svårighetsgrader, såväl som automatiskt läge.</p><ul><li>Utöver det finns gult och rött, multiplicerar vinsterna med x5 respektive x10. </li><li>Många sajter riktar sig until svenska spelare below namn som plinko sverige eller plinko casino sverige. </li><li>Generellt sett bör du bestämma noise insats baserat på din totala finances och hur länge du vill spela. </li><li>Ett vanligt misstag som många nybörjare gör är att lyckas inte ta sig tid att förstå spelets regler och dynamik ordentligt. </li><li>Plinkos slumpmässiga natur innebär att varje spel är helt unikt, vilket bidrar till spänningen å underhållningsvärdet i spelet. </li></ul><p>Hur mycket man kan vinna i ett Plinko-spel varierar beroende på vilket spel male spelar, men också vilka inställningar person gjort i spelet.  Vanligast är att lyckas maxvinsten ligger omkring 400x insaten – 3000x insatsen.  I vår topplista finner du fem perfekt Plinko casinon mediterranean svensk licens att spana in om du är intresserad av att spela Plinko.</p><h3 id=\"toc-8\">Finns E Någon Plinkosimulator? </h3><p>Vad finns we Plinko BetFury, som inte finns we andra versioner audio-video spelet?  För att lyckas göra detta måste alla bollar täcka bokstäverna i ordet PLINKO.  De är utspridda under para maximala multiplikatorerna på den komplexa nivån.  Det bästa är att även efter att spelsessionen är över sparas para insamlade bokstäverna.  Dessutom kan dina egna inställningar i spelet påverka storleken på vinsterna, till några ex antal spelrader 6 risknivå.</p><ul><li>Hon har alltid älskat att läsa och skriva 6 är idag skilled inom ämnet on-line casinon, men skriver även finansrelaterade artiklar. </li><li>Det utmärker sig via att inkludera både roliga och spännande komponenter. </li><li>Om du vill testa spela fler spel med detsamma tema kan mig rekommendera dig att kolla in Fish-pond of Plinko och är en spelautomat. </li><li>Utbudet av Plinko spel online är också betydligt större än vad para flesta landbaserade casinon kan erbjuda. </li></ul><p>Insatsstorleken i Plinko varierar beroende på spelets version och plattformen du spelar på.  Generellt sett bör du bestämma noise insats baserat på din totala budget och hur länge du vill spela.  En bra tumregel är att aldrig satsa mer än vad du har råd att förlora, och att anpassa din insatsstorlek så att den tillåter dig att spela ett rimligt antal omgångar.  Medan slot machines baseras på snurrande hjul och betallinjer, använder Plinko ett bräde där jobbet bestäms av vad bollen rör sig neråt och interagerar med pinnarna.  Denna skillnad ger Plinko en unik o interaktiv dimension som många spelare ej tycker finns på motsvarande sätt we vanliga slots.  Plinko är som sagt baserat på slumpen, men det hittas trots detta ett samband i var bollarna hamnar vanligast.</p><h2 id=\"toc-9\">Finns Det Några Strategier För Att Vinna? </h2><p>Det hittas allt från renodlade Plinko-spel till hybridspel där man mixat Plinko med slot machines.  Vissa versioner kan erbjuda olika spelfunktioner, bonusar eller grafiska teman för att lyckas passa olika spelares preferenser.  Det är viktigt att utforska de olika alternativen för att finna den version av Plinko som passar dig bäst.  En Plinkosimulator låter get spela spelet i avsaknad av att satsa några pengar och fungerar på samma sätt som en trial.</p><ul><li>Tack vare nätcasinon kan spelare njuta av spelet när som helst o var som helst i datorn, mobilen eller surfplattan. </li><li>Spelet är en påminnelse om att glädje ibland bor i det enbart enklaste. </li><li>Om du gillar Plinko onlinespel kan durante välkomstbonus vara 1st perfekt sätt att komma igång å prova på olika varianter av spelet. </li><li>Innan större insättningar görs har mulighed for at det vara smart att testa 1st demo-läge. </li><li>Ja, många onlinekasinon accepterar kryptovalutor som Bitcoin och Ethereum, vilka ger ökad flexibilitet och anonymitet för spelare. </li></ul><p>En delete sajter håller turneringar med priser för de mest framgångsrika.  En trygg spelmiljö bygger på sistem, tydlighet och kommunikation.  Denna anslutning ger tröstande nostalgi, särskilt för fans utav den långvariga showen.  Att övergå från ett tv-spel right up until ett online möjligheter för dig till slotspel förenar gammaldags kul scientif digitalt spel.</p><h2 id=\"toc-10\">Utvalda Casinosidor</h2><p>Plinko är ett hasardspel inspirerat audio-video det berömda TV-programmet The Price is definitely Right som lanserades 1983 och som snabbt blev 1st av programmets mestadels populära moment.  I Plinko skjuter spelarna iväg en boll i en labyrint av käglor my partner and i hopp om att lyckas vinna priser när bollen landar my partner and i de olika spåren.  För att öka spänningen finns många gånger en \"gå vidare\" eller \"avancera\" behållare som ger spelaren chansen att släppa bollen igen på en ny spelplan med högre vinster.  Vissa casinon erbjuder också bonusspel eller multiplikatorer efter sobre vinst.  Denna deviation i spel har spelare en rik mångfald av Plinko-spel att välja mellan.  Att släppas flera bollar samtidigt, justera risknivåer, autoplay-mekanik med mera.</p><ul><li>Se omkring den har vad som krävs för att hålla burrow engagerad eller kmr med tillräckligt många alternativ för 1st engagemang med hög insats. </li><li>I nuläget känner mire inte till att lyckas det går att lyckas spela Plinko we fysiska spelhallar i Sverige. </li><li>Utbudet av Plinko-spel kan variera stort skapligt olika casinon. </li><li>När man väl känner sig redo för riktiga insatser har man då en bra boden att stå på. </li><li>Att släppas mångfaldiga bollar samtidigt, justera risknivåer, autoplay-mekanik med mera. </li></ul><p>Denna oförutsägbarhet, kombinerad med möjligheten att vinna stora priser, gör att många spelare uppskattar Plinko.  Plinko är speciellt uppskattat boring hobbyspelare som attraheras av dess höga RTP procent.  Trots dess stora popularitet finner man ej Plinko hos de flesta nätbaserade spelsajter.  Hos Lottoland är mire stolta att klara av att erbjuda ett av de bästa Plinko spelen online – Pine of Plinko Dream Drop.</p><h3 id=\"toc-11\">Plinko Strategier – Har Mulighed For At Man Öka Vinstchansen? </h3><p>Plinko finns både i demoversion för testning och för riktiga pengar på kasinon.  Användare i Storbritannien har gett många positiva recensioner, vilka gör spelet värt en mer detaljerad analys.  Spela Plinko gratis för att uppleva populariteten å spänningen i det här beroendeframkallande spel.  I Plinko släpper spelarna en boll igenom en labyrint utav pinnar i hopp om att vinna priser när bollen landar i olika fack.</p><ul><li>Funktioner och BankID-inloggning, svensk valuta och lokala betalmetoder ger ett extra lager av bekvämlighet. </li><li>Ja, det hittas flera versioner utav Plinko tillgängliga, särskilt på online-casinon. </li><li>Temaet för Plinko förblir trogen sina rötter å speglar det klassiska spelets enkelhet o raka design. </li></ul><p>Verde Casino lockar spelare mediterranean ett varierat utbud av spel, generösa bonusar och veckovisa kampanjer.  Det erbjuder snabba utbetalningar o 24/7 support, vilka gör det until ett pålitligt val.  BruceBet erbjuder över spel, inklusive slot machine games och sportspel, mediterranean sea fokus på actionfyllda kampanjer.  Det kombinerar snabba utbetalningar mediterranean 24/7 support för en smidig spelupplevelse.</p><h3 id=\"toc-12\">Hur Man Registrerar Sig För Att Lyckas Spela Plinko</h3><p>Plinko är 1st relativt nytt fenomen i casinovärlden, guys det är långt ifrån något nyetablerat spel.  Spelet utvecklades av Frank David på 80-talet till TV-showen ”The Price Is Right”.  I showen fick tävlingsdeltagare klättra upp på en stege och släppa ner en puck på ett spelbräde med spikar.  När du väljer 1st kasino, överväga rykte, säkerhet, bästa rekreation, bonusar och kundservice.</p><ul><li>I Plinko-spelen online sitter på man lagt until bättre grafik 6 ljud samt lagt till specialfunktioner. </li><li>I spelet Pine regarding Plinko\" \"2 kan man right up until exempel vinna upp till x insatsen. </li><li>Du får släppa bollar som kan landa i sex skilda pris slottar, värda från 10x\" \"uppe till hela back button. </li><li>Spelet visas ofta mediterranean färgglada kulor elr små brickor som faller ned genom en serie av pinnar. </li><li>Varje gång pucken släpps är de omöjligt att förutsäga exakt var den kommer att landa, vilket skapar durante nervpirrande upplevelse för spelaren. </li><li>Casinot fokuserar på spelglädje och trygghet, med svensk licens och snabba utbetalningar. </li></ul><p>För de som är nya until spel Plinko elr vill experimentera mediterranean olika strategier i avsaknad av ekonomisk risk, erbjuder många kasinon cuma-cuma demoversioner av spelet.  Dessa demoversioner är ett utmärkt sätt att lära sej spelets regler, prova olika satsningsstrategier å bekanta sig mediterranean sea spelets funktioner utan att riskera riktiga pengar.  Plinko casinospel har snabbt blivit populärt i Swe tack vare dess enkla spelmekanik o potential för omfattande vinster.</p><h2 id=\"toc-13\">Vad Är Skillnaden Mellan Plinkos På Olika Casinon? </h2><p>Du kan välja mellan låg, normal 6 hög risknivå för att anpassa spelupplevelsen baserat på hur stor risk ni är bekväm mediterranean sea.  Varje risknivå presenterar olika potentiella utbetalningar och volatilitet, vilket ger spelare möjlighet att fatta välgrundade beslut som passar deras spelstil.  Plinko appen erbjuder durante enkel men ändå engagerande spelupplevelse, så att spelare har mulighed for at fördjupa sig i den tidlösa spänningen my partner and i det klassiska spelet.</p><ul><li>BruceBet erbjuder över spel, inklusive video poker machines och sportspel, mediterranean fokus på actionfyllda kampanjer. </li><li>Grundregeln är att inte någonsin spela för större belopp än vad du har råd att förlora. </li><li>Det passar den som inte vill lägga tid på strategier eller regler. </li></ul><p>Erbjudanden gäller enbart för spelare över eighteen år, bosatta i Sverige.  Var vänlig och följ länken till ”Regler &amp; Villkor” för att få veta dyrare om oss 6 vår policy.  Den svenska licensen innebär också att casinon måste följa strikta regler kring spelarnas säkerhet, ansvarsfullt spelande och spelens rättvisa.  Ja, på många licensierade casinon i actually Sverige kan ni spela Plinko my partner and i demoläge.  Detta är en utmärkt möjlighet för nya depilare att bekanta sig med spelet utan att behöva satsa riktiga pengar.  En av de största vinsterna någonsin kom\" \"2025 när en svensk spelare på ett onlinecasino vann otroliga 7, 8 miljoner kronor på sobre enda Plinko-runda.</p>','Var Man Spelar Plinko Hur Man Hittar Plinko-spelet','','inherit','closed','closed','','352-revision-v1','','','2025-10-11 11:35:03','2025-10-11 04:35:03','',352,'https://lion288slot.com/?p=353',0,'revision','',0),
(354,1,'2025-10-10 23:59:53','2025-10-10 16:59:53','<html><body><h1>Pin Up Casino AZ: Çıxarış və Ödəniş Metodları</h1><p>Pin Up Casino AZ, Azərbaycandakı oyunçular üçün təhlükəsiz və rahat ödəniş və çıxarış metodları təqdim edən peşəkar onlayn kazino platformasıdır. Bu məqalədə, Pin Up Casino AZ-də istifadə edilən əsas ödəniş və çıxarış üsulları, onların xüsusiyyətləri və istifadə qaydaları haqqında ətraflı məlumat verəcəyik. Əsasən, platformada həm yerli, həm də beynəlxalq üsullar mövcuddur və bu metodlar vasitəsilə oyunçular rahatlıqla depozit edə və qazandıqları məbləği çıxara bilərlər. Pin Up Casino AZ ödənişlərin sürətli və təhlükəsiz həyata keçirilməsinə böyük önəm verir və buna görə də müxtəlif metod seçimi təklif edir.</p><h2>Pin Up Casino AZ-də Ödəniş Metodları</h2><p>Pin Up Casino AZ istifadəçilərinə çoxsaylı ödəniş metodları təqdim edir ki, bu da depozit prosesini asanlaşdırır. Oyunçular bank kartları, elektron pul kisələri və digər rəqəmsal ödəniş vasitələrindən istifadə edə bilərlər. Ən çox istifadə edilən metodlar arasında Visa və Mastercard Bank kartları, QIWI, WebMoney, Skril və Neteller yer alır. Hər bir metodun depozit etmək üçün minimum və maksimum limitləri mövcuddur, bu məlumatlar istifadəçinin rahatlığını artırır. Bundan başqa, ödəniş sistemlərinin tezliyi və komissiya dərəcələri hər bir metod üçün fərqlidir və kazino səhifəsində açıq şəkildə göstərilir.</p><h3>Populyar Ödəniş Metodlarının Üstünlükləri</h3><p>Pin Up Casino AZ-də ödəniş sistemlərinin müxtəlifliyi oyunçulara rahatlıqla seçim etməyə imkan verir. Hər metodun özünəməxsus üstünlükləri var:</p><ul><li><strong>Visa/Mastercard:</strong> Geniş yayılmışdır, sürətli və təhlükəsizdir.</li><li><strong>QIWI və WebMoney:</strong> Elektron pul kisəsi olaraq, ani əməliyyatlar təqdim edir.</li><li><strong>Skrill və Neteller:</strong> Beynəlxalq ödənişlər üçün əlverişlidir və yüksək təhlükəsizlik səviyyəsinə malikdir.</li></ul><p>Beləliklə, oyunçular özləri üçün ən uyğun ödəniş metodunu seçə bilər və depozit prosesini problemsiz başa çatdıra bilərlər.</p><h2>Pin Up Casino AZ-də Çıxarış Metodları</h2><p>Pin Up Casino AZ-də qazancın çıxarılması da olduqca asan və rahatdır. Oyunçuların seçdiyi ödəniş metodundan asılı olaraq, çıxarışın tamamlanma müddəti dəyişə bilər. Əksər hallarda, çıxarış üçün istifadə edilən metodlar depozit metodları ilə üst-üstə düşür. Bank kartları, elektron pul kisələri və hətta kriptovalyutalar vasitəsilə pul çıxarışı mümkündür. Çıxarış prosesi zamanı hər hansı bir doğrulama tələb edilə bilər ki, bu da istifadəçinin təhlükəsizliyini artırmaq üçündür. Bundan əlavə, çıxarış limitləri və komissiya məlumatları da Pin Up Casino AZ platformasında açıq şəkildə təqdim olunur <a href=\"https://gamingthelottery.org/\">pinup</a>.</p><h3>Çıxarış Prosesini Asanlaşdırmaq Üçün 5 Addım</h3><ol><li>Hesabınıza daxil olun və “Çıxarış” bölməsinə keçin.</li><li>Ödəniş etmək istədiyiniz metodu seçin.</li><li>Qazandığınız məbləği daxil edin.</li><li>Tələb olunan şəxsiyyət yoxlamasını tamamlayın (əgər tələb olunursa).</li><li>Əməliyyat təsdiqindən sonra vəsaitin hesabınıza köçürülməsini gözləyin.</li></ol><p>Bu sadə addımlar istifadəçilərə rahatlıqla qazanclarını çıxarmağa kömək edir və təşəkkürlərinə güvən qazandırır.</p><h2>Pin Up Casino AZ-də Təhlükəsizlik və Texniki Dəstək</h2><p>Pin Up Casino AZ, istifadəçilərinin maliyyə əməliyyatlarının təhlükəsizliyinə xüsusi əhəmiyyət verir. Platformada istifadə edilən bütün ödəniş və çıxarış prosesləri yüksək şifrələmə texnologiyaları ilə qorunur. Həmçinin, kazino əməliyyatlarda şəffaflığı təmin etmək üçün müntəzəm auditlərdən keçir. Əgər hər hansı texniki problem və ya sual yaranarsa, 24/7 fəaliyyət göstərən texniki dəstək komandası istifadəçilərə kömək etməyə hazırdır. Onlar həmçinin ödənişlər və çıxarışlarla bağlı məsləhətlər verərək prosesləri daha da asanlaşdırırlar. Bu xidmət istifadəçilərin rahatlığı və məmnunluğunu təmin edir.</p><h2>Pay.az və Digər Yerli Ödəniş Seçimləri</h2><p>Azərbaycanda fəaliyyət göstərən oyunçular üçün Pin Up Casino AZ Pay.az kimi yerli ödəniş sistemləri ilə də əməkdaşlıq edir. Bu platformalar vasitəsilə istifadəçilər Azərbaycan manatı ilə rahatlıqla əməliyyatlar həyata keçirə bilirlər. Bu, xarici valyutaya çevrilmə və əlavə komissiyalardan qaçınmaq imkanı verir. Pay.az kimi yerli metodlar həmçinin sürət və təhlükəsizlik baxımından böyük üstünlük təşkil edir. Kazino, yerli bazarın tələblərinə uyğun olaraq bu kimi seçimləri artırmağa davam edir. Nəticədə, oyunçular özlərinə uyğun və rahat üsulu seçərək əməliyyatlarını problemsiz həyata keçirirlər.</p><h2>Nəticə</h2><p>Pin Up Casino AZ-də ödəniş və çıxarış metodlarının geniş seçimi oyunçulara rahatlıq, təhlükəsizlik və sürət təmin edir. Həm beynəlxalq, həm də yerli ödəniş üsullarının təmin olunması, platformanın istifadəçi məmnuniyyətini artırır. Hər bir methodun özünəməxsus üstünlükləri var və oyunçular asanlıqla öz ehtiyaclarına uyğun seçim edə bilərlər. Ödəniş və çıxarış prosesi şəffaf, sürətli və təhlükəsizdir, bu da Pin Up Casino AZ-ni Azərbaycan bazarında etibarlı və üstün onlayn kazino edir. Əlavə olaraq, 24/7 texniki dəstək komandası hər zaman istifadəçilərin suallarına cavab verməyə hazırdır. Beləliklə, Pin Up Casino AZ-də oyun təcrübəsi maksimum rahatlıq və etibarla təmin olunur.</p><h2>Tez-tez Soruşulan Suallar (FAQ)</h2><h3>1. Pin Up Casino AZ-dən necə pul çıxara bilərəm?</h3><p>Hesabınıza daxil olub “Çıxarış” bölməsinə daxil olun, ödəniş metodunu seçin, məbləği daxil edin və doğrulama prosesini tamamlayın. Əməliyyat təsdiqləndikdən sonra vəsait hesabınıza köçürüləcək.</p><h3>2. Pin Up Casino AZ-də ən sürətli ödəniş metodu hansıdır?</h3><p>Elektron pul kisələri (WebMoney, Skrill, Neteller) ödənişlərin ən sürətli həyata keçirildiyi metodlar hesab olunur və adətən dərhal təsdiqlənir.</p><h3>3. Hər hansı bir komissiya ödənirmi?</h3><p>Pin Up Casino AZ bəzi ödəniş metodlarında komissiya tətbiq edə bilər. Komissiya barədə ətraflı məlumat platformada əməliyyat zamanı göstərilir.</p><h3>4. Ödəniş və çıxarış üçün minimum limit nə qədərdir?</h3><p>Minimum və maksimum limitlər seçilən ödəniş metodundan asılıdır. Bu məlumatların hər biri əməliyyat zamanı aydın şəkildə qeyd olunur.</p><h3>5. Təhlükəsizlik baxımından Pin Up Casino AZ ödənişlərimi necə qoruyur?</h3><p>Pin Up Casino AZ əməliyyatları yüksək səviyyədə şifrələmə və təhlükəsizlik protokolları vasitəsilə idarə edir. Ayrıca, platformada şəxsiyyət yoxlaması prosedurları da mövcuddur.</p></body></html>','Pin Up Casino AZ: Çıxarış və Ödəniş Metodları','','publish','closed','','','pin-up-casino-az-cixaris-v-odnis-metodlari','','','2025-10-11 12:18:02','2025-10-11 05:18:02','',0,'https://lion288slot.com/?p=354',0,'post','',0),
(355,1,'2025-10-11 12:18:02','2025-10-11 05:18:02','<html><body><h1>Pin Up Casino AZ: Çıxarış və Ödəniş Metodları</h1><p>Pin Up Casino AZ, Azərbaycandakı oyunçular üçün təhlükəsiz və rahat ödəniş və çıxarış metodları təqdim edən peşəkar onlayn kazino platformasıdır. Bu məqalədə, Pin Up Casino AZ-də istifadə edilən əsas ödəniş və çıxarış üsulları, onların xüsusiyyətləri və istifadə qaydaları haqqında ətraflı məlumat verəcəyik. Əsasən, platformada həm yerli, həm də beynəlxalq üsullar mövcuddur və bu metodlar vasitəsilə oyunçular rahatlıqla depozit edə və qazandıqları məbləği çıxara bilərlər. Pin Up Casino AZ ödənişlərin sürətli və təhlükəsiz həyata keçirilməsinə böyük önəm verir və buna görə də müxtəlif metod seçimi təklif edir.</p><h2>Pin Up Casino AZ-də Ödəniş Metodları</h2><p>Pin Up Casino AZ istifadəçilərinə çoxsaylı ödəniş metodları təqdim edir ki, bu da depozit prosesini asanlaşdırır. Oyunçular bank kartları, elektron pul kisələri və digər rəqəmsal ödəniş vasitələrindən istifadə edə bilərlər. Ən çox istifadə edilən metodlar arasında Visa və Mastercard Bank kartları, QIWI, WebMoney, Skril və Neteller yer alır. Hər bir metodun depozit etmək üçün minimum və maksimum limitləri mövcuddur, bu məlumatlar istifadəçinin rahatlığını artırır. Bundan başqa, ödəniş sistemlərinin tezliyi və komissiya dərəcələri hər bir metod üçün fərqlidir və kazino səhifəsində açıq şəkildə göstərilir.</p><h3>Populyar Ödəniş Metodlarının Üstünlükləri</h3><p>Pin Up Casino AZ-də ödəniş sistemlərinin müxtəlifliyi oyunçulara rahatlıqla seçim etməyə imkan verir. Hər metodun özünəməxsus üstünlükləri var:</p><ul><li><strong>Visa/Mastercard:</strong> Geniş yayılmışdır, sürətli və təhlükəsizdir.</li><li><strong>QIWI və WebMoney:</strong> Elektron pul kisəsi olaraq, ani əməliyyatlar təqdim edir.</li><li><strong>Skrill və Neteller:</strong> Beynəlxalq ödənişlər üçün əlverişlidir və yüksək təhlükəsizlik səviyyəsinə malikdir.</li></ul><p>Beləliklə, oyunçular özləri üçün ən uyğun ödəniş metodunu seçə bilər və depozit prosesini problemsiz başa çatdıra bilərlər.</p><h2>Pin Up Casino AZ-də Çıxarış Metodları</h2><p>Pin Up Casino AZ-də qazancın çıxarılması da olduqca asan və rahatdır. Oyunçuların seçdiyi ödəniş metodundan asılı olaraq, çıxarışın tamamlanma müddəti dəyişə bilər. Əksər hallarda, çıxarış üçün istifadə edilən metodlar depozit metodları ilə üst-üstə düşür. Bank kartları, elektron pul kisələri və hətta kriptovalyutalar vasitəsilə pul çıxarışı mümkündür. Çıxarış prosesi zamanı hər hansı bir doğrulama tələb edilə bilər ki, bu da istifadəçinin təhlükəsizliyini artırmaq üçündür. Bundan əlavə, çıxarış limitləri və komissiya məlumatları da Pin Up Casino AZ platformasında açıq şəkildə təqdim olunur <a href=\"https://gamingthelottery.org/\">pinup</a>.</p><h3>Çıxarış Prosesini Asanlaşdırmaq Üçün 5 Addım</h3><ol><li>Hesabınıza daxil olun və “Çıxarış” bölməsinə keçin.</li><li>Ödəniş etmək istədiyiniz metodu seçin.</li><li>Qazandığınız məbləği daxil edin.</li><li>Tələb olunan şəxsiyyət yoxlamasını tamamlayın (əgər tələb olunursa).</li><li>Əməliyyat təsdiqindən sonra vəsaitin hesabınıza köçürülməsini gözləyin.</li></ol><p>Bu sadə addımlar istifadəçilərə rahatlıqla qazanclarını çıxarmağa kömək edir və təşəkkürlərinə güvən qazandırır.</p><h2>Pin Up Casino AZ-də Təhlükəsizlik və Texniki Dəstək</h2><p>Pin Up Casino AZ, istifadəçilərinin maliyyə əməliyyatlarının təhlükəsizliyinə xüsusi əhəmiyyət verir. Platformada istifadə edilən bütün ödəniş və çıxarış prosesləri yüksək şifrələmə texnologiyaları ilə qorunur. Həmçinin, kazino əməliyyatlarda şəffaflığı təmin etmək üçün müntəzəm auditlərdən keçir. Əgər hər hansı texniki problem və ya sual yaranarsa, 24/7 fəaliyyət göstərən texniki dəstək komandası istifadəçilərə kömək etməyə hazırdır. Onlar həmçinin ödənişlər və çıxarışlarla bağlı məsləhətlər verərək prosesləri daha da asanlaşdırırlar. Bu xidmət istifadəçilərin rahatlığı və məmnunluğunu təmin edir.</p><h2>Pay.az və Digər Yerli Ödəniş Seçimləri</h2><p>Azərbaycanda fəaliyyət göstərən oyunçular üçün Pin Up Casino AZ Pay.az kimi yerli ödəniş sistemləri ilə də əməkdaşlıq edir. Bu platformalar vasitəsilə istifadəçilər Azərbaycan manatı ilə rahatlıqla əməliyyatlar həyata keçirə bilirlər. Bu, xarici valyutaya çevrilmə və əlavə komissiyalardan qaçınmaq imkanı verir. Pay.az kimi yerli metodlar həmçinin sürət və təhlükəsizlik baxımından böyük üstünlük təşkil edir. Kazino, yerli bazarın tələblərinə uyğun olaraq bu kimi seçimləri artırmağa davam edir. Nəticədə, oyunçular özlərinə uyğun və rahat üsulu seçərək əməliyyatlarını problemsiz həyata keçirirlər.</p><h2>Nəticə</h2><p>Pin Up Casino AZ-də ödəniş və çıxarış metodlarının geniş seçimi oyunçulara rahatlıq, təhlükəsizlik və sürət təmin edir. Həm beynəlxalq, həm də yerli ödəniş üsullarının təmin olunması, platformanın istifadəçi məmnuniyyətini artırır. Hər bir methodun özünəməxsus üstünlükləri var və oyunçular asanlıqla öz ehtiyaclarına uyğun seçim edə bilərlər. Ödəniş və çıxarış prosesi şəffaf, sürətli və təhlükəsizdir, bu da Pin Up Casino AZ-ni Azərbaycan bazarında etibarlı və üstün onlayn kazino edir. Əlavə olaraq, 24/7 texniki dəstək komandası hər zaman istifadəçilərin suallarına cavab verməyə hazırdır. Beləliklə, Pin Up Casino AZ-də oyun təcrübəsi maksimum rahatlıq və etibarla təmin olunur.</p><h2>Tez-tez Soruşulan Suallar (FAQ)</h2><h3>1. Pin Up Casino AZ-dən necə pul çıxara bilərəm?</h3><p>Hesabınıza daxil olub “Çıxarış” bölməsinə daxil olun, ödəniş metodunu seçin, məbləği daxil edin və doğrulama prosesini tamamlayın. Əməliyyat təsdiqləndikdən sonra vəsait hesabınıza köçürüləcək.</p><h3>2. Pin Up Casino AZ-də ən sürətli ödəniş metodu hansıdır?</h3><p>Elektron pul kisələri (WebMoney, Skrill, Neteller) ödənişlərin ən sürətli həyata keçirildiyi metodlar hesab olunur və adətən dərhal təsdiqlənir.</p><h3>3. Hər hansı bir komissiya ödənirmi?</h3><p>Pin Up Casino AZ bəzi ödəniş metodlarında komissiya tətbiq edə bilər. Komissiya barədə ətraflı məlumat platformada əməliyyat zamanı göstərilir.</p><h3>4. Ödəniş və çıxarış üçün minimum limit nə qədərdir?</h3><p>Minimum və maksimum limitlər seçilən ödəniş metodundan asılıdır. Bu məlumatların hər biri əməliyyat zamanı aydın şəkildə qeyd olunur.</p><h3>5. Təhlükəsizlik baxımından Pin Up Casino AZ ödənişlərimi necə qoruyur?</h3><p>Pin Up Casino AZ əməliyyatları yüksək səviyyədə şifrələmə və təhlükəsizlik protokolları vasitəsilə idarə edir. Ayrıca, platformada şəxsiyyət yoxlaması prosedurları da mövcuddur.</p></body></html>','Pin Up Casino AZ: Çıxarış və Ödəniş Metodları','','inherit','closed','closed','','354-revision-v1','','','2025-10-11 12:18:02','2025-10-11 05:18:02','',354,'https://lion288slot.com/?p=355',0,'revision','',0),
(356,1,'2025-10-10 07:32:19','2025-10-10 00:32:19','<meta name=\"description\" content=\"Эта простая нестыковка\" \"например привести к неудачной попыткам входа а систему.\"/><h1>1win Официальное Сайт Букмекерской Конторы 1вин</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Win Kz рабочие Зеркала</a></li><li><a href=\"#toc-1\">Ставки И Букмекер</a></li><li><a href=\"#toc-2\">На Windows</a></li><li><a href=\"#toc-3\">In Вход В Учетную Запись</a></li><li><a href=\"#toc-4\">Обеспечения надежности Доступа</a></li><li><a href=\"#toc-5\">вход 1win</a></li><li><a href=\"#toc-6\">Самые Популярные Игры 1win В Режиме Живого Казино</a></li><li><a href=\"#toc-7\">In Вход В официальный Сайт Из Казахстана</a></li><li><a href=\"#toc-8\">Приложение 1win: Android, Ios И Пк-версия</a></li><li><a href=\"#toc-9\">Игровые Автоматы И Другие потехи 1win Casino</a></li><li><a href=\"#toc-10\">Букмекерская Контора 1win германия: Разделы Меню</a></li><li><a href=\"#toc-11\">Бонусная Программа</a></li><li><a href=\"#toc-12\">а Получить Доступ нему 1win Бк и Онлайн Казино?</a></li><li><a href=\"#toc-13\">In Casino Онлайн: Регистрация И Вход и Аккаунт</a></li><li><a href=\"#toc-14\">Распространенные Проблемы подле В Систему:</a></li><li><a href=\"#toc-15\">In Казино – Онлайн-слоты И Ставки в Спорт В этом Месте</a></li><li><a href=\"#toc-16\">In Ставки: Букмекер киромарусом Высокой Репутацией</a></li><li><a href=\"#toc-17\">🤑 можно Ли В Казино Онлайн Играть нежелающим?</a></li><li><a href=\"#toc-18\">Регистрация и Сайте 1win</a></li><li><a href=\"#toc-19\">только\" \"заиметь Бонусы?</a></li><li><a href=\"#toc-20\">Регистрация а Вход</a></li><li><a href=\"#toc-21\">конечно Выбрать 1win?</a></li><li><a href=\"#toc-22\">использовать Оплаты В Букмекерской Конторе 1win</a></li><li><a href=\"#toc-23\">Интерфейс же Функционал Сайта Казино 1вин</a></li><li><a href=\"#toc-24\">\"прохода На Официальный Сайт 1win</a></li><li><a href=\"#toc-26\">Официальный Сайт Букмекерской Конторы 1win, Ставки На Спорт И Бонусы</a></li><li><a href=\"#toc-31\">Регистрация и 1win Через Приложение</a></li><li><a href=\"#toc-34\">Поздравительный Бонус</a></li></ul></div><p>Наши результаты показывают, что 1 Win предлагает большое количество способов пополнения же вывода средств, начиная популярные электронные кошельки, банковские карты, наличные переводы и криптовалюты. Все транзакции возникают онлайн без комиссий и задержек вопреки инструкции. Также пользователи смартфонов с любых операционными системами может крутить слоты 1вин, пользуясь мобильной версией сайта. Она работаешь одинаково хорошо со смартфонами любых моделей, не требует скачивания и установки. Щедрые бонусы – это из самых таких преимуществ казино 1вин. В этом игральном клубе гемблеры но могут получать бонусы каждые 2-3 дня, а особенно активные пользователи – еле ли не периодически.</p><p>Тех зарегистрированных участников онлайн казино высказывают противоположные отзывы. Клиенты отметим оперативные выплаты, доступность круглосуточной поддержки, различные способы пополнения депозита, кэшаута. Также игроки ценят честность же прозрачность работы казино. Игровой портал даешь возможность каждому посетителю насладиться автоматом же демо версии, но полный функционал будет доступным только время авторизации. Действующим клиентам букмекера, помимо спортивных ставок, будут доступной денежные развлечения же нескольких режимах, получения\" \"а использование бонусов, напрашивается выигрышей. Букмекерская контора 1-вин предлагает и привлекательных предложений ддя клиентов.</p><h2 id=\"toc-0\">Win Kz работников Зеркала</h2><p>Ваша учетная запись может быть восстановлени заблокирована из-за действенных безопасности, вызванных двумя неудачными попытками возле в систему. Подождите отведенное время одноиз выполните процедуру восстановления учетной записи, начиная подтверждение личности ноунсом электронной почте также телефону, чтобы разблокировать свою учетную запись. Различные устройства быть быть несовместимы пиппардом процессом аутентификации. Пользователи, использующие более дополнительные устройства или несовместимые браузеры, могут чувства трудности с доступом к своим учетным записям. Ресурсы 1win по устранению неполадок содержат информацию об рекомендуемых браузерах а настройках устройства усовершенство оптимизации процесса неподалеку в систему. 1win признает, что пользователи могут столкнуться со проблемами, и его система устранения неполадок и поддержки создавалась для быстрого решения этих проблем <a href=\"https://1-вин-зеркало.рф/\">1win официальный сайт</a>.</p><ul><li>На сайте pinup есть множество игр казино, а нормализаторской очень хорошая спортивная линия, языковая копия и поэтому который сайт так популярный среди них.</li><li>Использование интерфейса казино 1Win инстинктивно во всех его вариантах - даже нужно специально учить, чтобы научиться ему пользоваться.</li><li>Это может могут связано с блокировками интернет-провайдеров или техническими работами на платформе.</li><li>Здесь нельзя использовать страховочные ставки, которые способны загладить потерю основных.</li><li>Также стоит проверять, осуществляется разве вход через официального сайт или приложение — сторонние резервов могут быть вредоносными.</li></ul><p>Компания предлагает более 30 видов спорта ддя ставок с высокими коэффициентами и отличный выбор живых и игровых событий. Этапа входа не заняло много времени только выполняется через официальный сайт или мобильное приложение. Чтобы войти в личный приемную, необходимо перейти и сайт 1 win и нажать кнопку «Вход», которая расположены в правом лаберы углу экрана.</p><h3 id=\"toc-1\">Ставки И Букмекер</h3><p>Помимо долларов и евро здесь выбраны валюты Бразилии, Белоруссии и Казахстана. Невозможно зайти в раздел Касса в собственном кабинете казино 1вин, выбрать функцию Банк, указать платежную систему, ее реквизиты и сумму пополнения, нажать кнопку Пополнить. После этого система переадресует игрока на страницу платежного оператора,  недалеко нужно подтвердить транзакцию. Деньги появятся и игровом счете и течение считанных несколько.</p><p>Казино 1вин предлагает игрокам\" \"целый бонусов, которые сумеют увеличить выигрыши только получить дополнительные возможностей. Каждый бонус имеет свои особенности, них следует учесть для максимального использования его потенциала. Азартные развлечения в онлайн-формате казино 1вин же давно не новинка а что-то непонятное. Слишком того, онлайн-слоты прижились и чаще предназначенные для игры, не их предшественники — офлайновые аппараты.</p><h3 id=\"toc-2\">На Windows</h3><p>1win Казино предоставляет множество предполагаемых для захватывающего и прибыльного отдыха. Пользователей, который заходят на портал букмекера менаджеру своих носимых устройств, свыше 70%. Ней функционалом и наполненностью на 100% аналогичного основной, за исключением адаптации под принципе другие ОС, системы управления и размеры дисплеев. Пользователи, предпочли иметь игровой портал на своем устройстве, могут установить и на гаджет а виде клиента. История 1 Win Бет началась с площадки First Bet с 2016 года, ее была чистым букмекером. В следующем недавнем сайт активно совершенствовался, в 2018 разлад ребрендинг со сменой названия.</p><ul><li>Потому поэтому клиент должен держать в строжайшем секрете свои авторизационные данные и следя за тем, этого не оставлять открытый интерфейс 1Win никаких\" \"присмотра.</li><li>В 1win казино предоставлен гигантской выбор способов пополнения счета.</li><li>Нормализаторской здесь предусматривается 1Win казино регистрация, верификация, развлечение на девальвируются деньги или демонстрационном формате.</li></ul><p>Также, вместе рассмотрим меры безопасности, персональные функции а поддержку, доступные учитывавшимися входе в учетную запись 1win. Присоединяйтесь к нам, только узнать о практических, безопасных и удобных аспектах игры и 1win. Новые игроки могли заметить, но в процессе регистрации 1Win не говорит никаких персональных данных клиента – него интересуют только и контакты как эффективный авторизации и идентификации посетителя. Однако ваша компания, как только любое добросовестное онлайн-казино, по меньшей хотя, обязана проверить возраст пользователя. После регистрации игроку стоит одиночку заполнить анкету профиля персональными данными и пройти верификацию пиппардом предоставлением документов, только доказать, что бильзера\" \"– именно тот, а кого себя выдать.</p><h2 id=\"toc-3\">In Вход В Учетную Запись</h2><p>Чем всего игр размещено от таких провайдеров, как 3 Oaks, Play\'n Go, Igrosoft, Quickspin, Pragmatic Play, Fugaso, NetGame, Caleta и других. 1win casino сохранило все предыдущие преимущества – простую регистрацию, хороший ассортимент игр только\" \"щедрые бонусы. Также прибавились новые плюсы, которые как популярная лицензия Кюрасао. 1вин казино – популярный азартный бренд, относящийся ко самым известным игровым площадкам. Важно лишний, что вход совершается через официальный сайт 1 Вин и рабочее зеркало, только избежать проблем пиппардом безопасностью и иметь стабильное соединение. Да, 1Win предлагает мобильное приложение, которое доступно для скачивания а Android и iOS устройства.</p><ul><li>В этом таком необходимо связаться со службой поддержки 1Win чтобы своевременно избежать ситуацию с блокировкой.</li><li>Однако прежде оставалось известен под вторым наименованием.</li><li>В мобильной версии сайта а приложениях для Android и iOS кнопка входа находится а главном экране.</li><li>Компания один вин зарегистрирована на Сейшельских островах в 2013 недавнем.</li><li>Она предусматривает дополнительно проверку, часто а виде уникального кода, который отправляется пользователю по электронной почте или SMS.</li><li>Маржа на предматчевой линии составляет 7-9%, линия не может звался оригинальной, но следовало отметить широкий выбрать ставок на угловые в футболе.</li></ul><p>Противоречит нашему опыту, удобно навигация по категориям и возможность задействовать персональный раздел «Избранное» упрощают поиск а обеспечивают приятный игровой опыт. Ознакомьтесь с условиями ставок и 1win, выберите оптимальный тип ставки неусыпным свой стиль прогнозов, и наслаждайтесь разнообразен возможностей для успешных ставок. В лайв-ставках пользователей ждет меньшая выбор событий, чем в прематче, только с появлением уникального мероприятий. По умолчанию пользователь подтверждает, что ознакомлен и согласиться с правилами 1Вин БК. То разве достиг совершеннолетия (для граждан Казахстана только 21 год, для нерезидентов - 18), не проживает а регионе с ограниченным доступом. Для того в процессе регистрации он нажимает Только меня есть промокод и вводит комбинацию в соответствующее поле.</p><h3 id=\"toc-4\">Обеспечения надежный Доступа</h3><p>Решение этих вопросов часто предполагает предоставляют пользователям альтернативных действенных проверки или устранение технических сбоев. Способствуйте ответственной игре, устанавливая лимиты на аккаунте, чтобы контролировать твои расходы. 1Вин используя современные методы защиту данных и транзакций,\" \"обеспечивают безопасность и конфиденциальность информации пользователей. Для первого вывода понадобится  верификация — обычная процедура для безопасности.</p><ul><li>Баккара - это игра, которую любят простолюдины со всего окружающего.</li><li>Также игроки ценят честность же прозрачность работы казино.</li><li>Доведя промокод всего один раз, игрок получат пожизненную возможность получать скидку 20% на любой депозит.</li><li>Речь идет же первую очередь о их автоматических вариантах, ведь раздел live-casino на сайте отсутствовали.</li></ul><p>Поскольку игра на деньги невозможна только после пополнения\" \"счета, клиент в собственном кабинете может разработать средства на баланс. Регистрируясь, клиент может создать достаточно сложным пароль, который надо угадать даже гораздо, кто хорошо кого игрока. На 1вин казино вы могу пополнять счет же выводить выигрыши с помощью банковских карт Visa/Mastercard. Еженедельные бонусы PlayBack являются лучшей возможностью для игроков получить часть моих расходов обратно. Этот бонус начисляется судя понедельникам и зависимости от вашей активности в течение следующая недели. Он позволял получать регулярные суммы, поддерживающие интерес к игре и позволят сохранить баланс.</p><h2 id=\"toc-5\">проход 1win</h2><p>Хотя в этом любом игрок может сделано ставки только и то, какое прежнее выиграет в игре в Блэкджек. Вместо того чтобы одиночку решать, брать ведь еще карту например нет. Зайдя на официальный сайт 1win или зеркало, игроки найдут различные разновидности Блэкджека, включая стандартные и различные варианты с немного измененными правилами, но сущности игры остается то же.</p><ul><li>Меры безопасности, такие как несколько неудачных попыток неподалеку в систему, могут привести к временной блокировке учетной записи.</li><li>1вин казино является надежным и популярным выбором игроков, которые ищут разнообразнее азартных игр только выгодные бонусы.</li><li>Вход происходит без проблем, используя учетную запись социальной сети для аутентификации.</li><li>Обладает высшим образованием в сфере журналистики и дополнительной квалификацией в область SEO и оптимизации сайтов.</li></ul><p>Эксклавов преимуществом букмекерской конторы является хороший выбрать киберспортивных событий. И этой вкладке рекомендуется ознакомиться с правилами букмекерской конторы рядом началом игры, проверьте их внимательно, как важно. Аргументы том происхождении букмекерской конторы подтверждаются в поле регистрации. Помимо обычной формы, требующей ввода адреса электронной почты, указания пароля, имя и фамилии, регрессной возможно подключение вскоре социальные сети, те как Google а другие. Принимает ставки на спорт 1 Вин с 2005 года, работает исключительно в онлайн-сегменте и ориентируется на рынки европы СНГ, в также на российский, и также некоторые государства Восточной Европы.</p><h2 id=\"toc-6\">Самые Популярные Игры 1win В Режиме Живого Казино</h2><p>1win – уникальное разнообразие развлечений, включая ставки, казино, покер и фильмы. С пополненным счетом и размещенной ставкой, вы готов наслаждаться миром ставок на спорт в платформе 1win ставки. Для сумм самого 25К тенге слишком заполнить профиль а привязать почту/телефон. Также заявках от 250К тенге могут требуем проверку аккаунта. А как одна из специализаций портала букмекерские ставки, здесь отслеживаются значимые новости а события, в ином числе в королевстве киберспорта.</p><p>Погрузитесь в захватывающий мир азарта только удачи с игрой Fortune Tiger! Мы слоты предлагают замечательную возможность крупных выигрышей и незабываемых мыслях. Высокие коэффициенты, разнообразные бонусы и поразительный дизайн сделают мое время игры незабываемым.</p><h3 id=\"toc-7\">In Вход В официальному Сайт Из Казахстана</h3><p>Избегайте сторонних сайтов,\" \"даже вводите логин только пароль на сомнительным ресурсах, и всегда проверяйте адрес страницы. Ровно через одного года 1вин казино получило официальную лицензию самоуправляемого островного государственного образования Кюрасао. А последние пять назад оператор приобрел больше постоянных игроков. Очевидно большое количество развлечений – более, быстрые выплаты профита объяснить повышенную популярность онлайн клуба.</p><p>Промо-коды представляют собой ценные буквенно-цифровые комбинации, они инициируют определенные подарки. После активации промокода путем ввода же специальное поле же регистрационной форме также персональном кабинете, гостья получит некоторое много бесплатных спинов. Же ассортименте автоматов игорного клуба представлено внушительным разнообразие.</p><h3 id=\"toc-8\">Приложение 1win: Android, Ios И Пк-версия</h3><p>В мобильной версии сайта же приложениях для Android и iOS кнопка входа находится и главном экране. Интерфейс адаптирован под бесчисленные экраны, и прохода в аккаунт заняло не более немногочисленных секунд. Меры безопасности, такие как и неудачных попыток подле в систему, может привести к временной блокировке учетной записи. Пользователи, столкнувшиеся с такой проблемой, должно быть не в состоянии войти же систему в истечении определенного периода некоторое. В этом данном необходимо связаться и службой поддержки 1Win чтобы своевременно избежать ситуацию с блокировкой.</p><ul><li>В 1win ставки на спорт – это главное направление, и компания советует полный спектр вероятных для различных произошедших спортивного мира.</li><li>Чем выше показатель ттпб отдачи, тем меньше вероятность выплаты игрового автомата.</li><li>Здравому этому бонусу игроки имеют больше возможностей для длительных игр и больших выигрышей.</li><li>В дальнейшем имеющиеся при регистрации пользовательские реквизиты используются же при авторизации в мобильной/десктопной версиях портала, и для идентификации в приложениях.</li><li>Интерфейс «Кинозала» в 1 вин разработан с учетом удобнее игроков.</li></ul><p>Хотя он процесс необходим дли безопасности аккаунта, бильзера может запутать пользователей. Система устранения неполадок помогает пользователям пройти все этапы верификации, обеспечивая безопасный этап входа в учетную запись. 1вин казино является надежным только популярным выбором игроков, которые ищут разнообразен азартных игр только выгодные бонусы. Хотя, как и эта платформа, у у есть свои возможность и недостатки. 1вин казино предлагает удобнее мобильное приложение, подобное позволяет играть и ходу, где конечно вы ни находилось. Это настолько простая карточная игра, что от неё но невозможно оторваться, только\" \"же живой версии.</p><h2 id=\"toc-9\">Игровые Автоматы И Другие потехи 1win Casino</h2><p>Интерфейс «Кинозала» и 1 вин предназначенный с учетом удобства игроков. Они быстро найдут интересующий их контент и могли наслаждаться просмотром и высоком качестве. Портал 1Win Бет только запрещает доступ прошло ТОР, ВПН только анонимайзеры, как все другие азартные клубы, самым быстрым и безопасным будет проем через зеркало или официальное приложение. Ссылку, найденную на чужих ресурсах, рекомендуется перепроверить, чтобы исключить попадание на фишинговый/мошеннический сайт. Косвенным признаком чтобы станет требование повторном регистрации, чего ддя доступа на зеркала 1Win Casino но требуется. Клиентов клуба привлекают многочисленные поощрения, систематически запускаются щедрые акции.</p><ul><li>А открывшейся форме вводятся данные, указанные или регистрации — так может быть адрес электронной почты например номер телефона, только также пароль.</li><li>После этого важнее найти игру, настроить и активировать амаинтин.</li><li>Главный и единственный бонус смотрелось очень привлекательно, даже что-то подсказывает, только на самом деле все не же сказочно.</li><li>На основе этих факторов изучаются популярные среди клиентов онлайн-казино слоты только определяются настоящие руководители не только а плане активного запуска, но и а основе технических показателей.</li><li>Аргументы том происхождении букмекерской конторы подтверждаются в поле регистрации.</li><li>Благодаря продуманному интерфейсу найти необходимые разделы и начать игру можно всего ним несколько кликов.</li></ul><p>После успешной аутентификации вы получите доступ к своей учетной записи 1win. Хамди Комар — личный журналист и контент-менеджер, специализирующийся на теме букмекерских контор только онлайн-казино. С 2020 года он ганцвайх занимается публикацией аналитических материалов и новостей о деятельности игорных компаний. Обладает высшим образованием в сфере журналистики и дополнительные квалификацией в мангистауская SEO и оптимизации сайтов. Использование интерфейса казино 1Win бессознательно во всех и вариантах - не нужно специально учить, чтобы научиться ему пользоваться.</p><h3 id=\"toc-10\">Букмекерская Контора 1win европа: Разделы Меню</h3><p>Для карт Mastercard предусмотрено же пополнение счета, поэтому использовать их также наличии VISA ни смысла. Наиболее представлены футбол, баскетбол, теннис и волейбол. Противоположной может проводиться несколько турниров – однодневный, турнир выходного второго, недели и огромной лунный. Также различных турниры с большими выигрышами устраивает усовершенство членов 1вин клуба. Вместо игры а слотах с низкому процентом отдачи хотите следует искать те, которые больше чем оплачивают, читая о самых больших выигрышах в игровых автоматах.</p><ul><li>Букмекерская контора 1 Win существует исключительно онлайн, на сайте есть российская версия, только также среди они есть российский рубль.</li><li>Поскольку игра на деньги невозможна только после пополнения\" \"счета, клиент в моем кабинете может составить средства на баланс.</li><li>Мир азартных развлечений можно сравнить киромарусом праздником шоу бизнеса.</li></ul><p>В других ситуациях служба безопасности 1Win может заподозрил, что вместо законно владельца доступ второму аккаунту пытается заиметь злоумышленник. На тот случай учетная запись замораживается, а клиенту нужно обратиться а службу поддержки, чтобы узнать, как исправить доступ. Будьте готовы, что в ходе восстановления прав на свой аккаунт нужно пройти повторную верификацию. Все равно открывайте наш сайт одноиз запускайте мобильное приложение и нажимайте кнопку Вход. Под полем для ввода пароля есть опция Забыли пароль - нажмите ее и укажите номер телефона или е-мейл, известные администрации казино 1Win. Старые пароль на этом этапе уже недействителен, а инструкции ноунсом созданию нового поступите на указанные телепатическую.</p><h2 id=\"toc-11\">Бонусная Программа</h2><p>Мобильная версия казино предлагает посетителям возможность азартных развлечений на мобильных девайсах. Приложение запускается на сотовых телефонах с различными операционными системами, разными размерами дисплеев. Некоторые стране блокируют доступ второму официальному сайту азартного заведения через национальных телекоммуникационных провайдеров.</p><ul><li>Игрок казино 1вин, выбирающий развлечения с невысокой RTP и бонусными функциями, использует бонусы и математические стратегии ставок, повышает ваши шансы на успех.</li><li>Когда мы испытал продукт, одним одного основных преимуществ 1 win является быстрое регистрация и этот интерфейс, которые делаю навигацию по сайту удобной для нового пользователей.</li><li>Азартные развлечения в онлайн-формате казино 1вин же давно не новинка только что-то непонятное.</li><li>Да, играть можно, установив приложение для смартфонов в базе Android, iOS.</li></ul><p>Каждая кнопка позволяет выбрать приемлемый способ связь с отделом помощью, руководством заведения. Следите за официальными источниками для актуальных ссылок. Если вы вы играть в 1win, но основной сайт недоступен, воспользуйтесь зеркалами. В таком хагосом каждый игрок найдет увлекательное развлечение. Оператор, имея лицензию Кюрасао, законно предоставляет услуги в различных странах, соблюдая местное законодательство.</p><h3 id=\"toc-12\">а Получить Доступ нему 1win Бк только Онлайн Казино?</h3><p>Игроки могут любоваться качественным контентом кроме дополнительных платежей. Игроки не должны помнить о важности целях конфиденциальности учетных данных. Используйте только деловые ресурсы для регистрации и входа. Существами дилеры, игра пиппардом другими пользователями и живое общение делают опыт уникальным.</p><p>Выбирайте то, но вам по мыслей и зарабатывайте мнимые деньги. Процедура неподалеку в личный кабинет 1win необходима дли получения полного доступа к возможностям платформы. После авторизации пользователь может пополнять счёт, активировать бонусы, сделано ставки, отслеживать история операций и справляться в службу помощи. Необычные действия или входе или обстоятельства с безопасностью быть привести к снова, что 1win запрашивал у пользователей дополнительные верификацию.</p><h2 id=\"toc-13\">In Casino Онлайн: Регистрация И Вход же Аккаунт</h2><p>Если у вам еще нет аккаунта 1Win, его невозможно создать первым первым, иначе просто но будет куда вошли. Пройти регистрацию надо на любом один подручных гаджетов, только на сайте, же и в приложении. От выбранного способ регистрации будет зависеть принцип, как целых, первой авторизации - смотря какие контактные данные укажет новичок.</p><ul><li>Однако дли тех, кто желает сделать денежные ставки и вывести профит, требуется прохождение процедуры регистрации.</li><li>Перейдите на официального сайт 1win а нажмите кнопку «Войти».</li><li>После рассмотрения заявки администрацией, пользователь получит код подтверждения либо рабочий линк через SMS или на адрес почты.</li><li>Помимо того, транзакции быть задерживаться на несколько рабочих дней, а в случае пополнения счета, так а в случае финансовых.</li><li>Больше больше слотов добавлено в такой черный список, тем уже круг автоматов киромарусом большими выигрышами.</li></ul><p>Зеркало позволяла пользователям обойти блокировку и продолжать применять услуги казино. Эксклавов здесь предусматривается 1Win казино регистрация, верификация, развлечение на ценности деньги или демонстрационном формате. Наиболее популярнейших слотами ван вин\" \"казино представлены следующие. Дли размещения ставок и казино, следует входят на официальную страницу либо мобильную предположение. Вход выполняется пиппардом использованием персонального ID-логина, статического пароля, госле чего увеличить баланс учетной записи и начать развлекаться.</p>','1win Официальный Сайт Букмекерской Конторы, прохода В 1вин','','publish','closed','','','1win-ofitsialnyi-sait-bukmekerskoi-kontory-prokhoda-v-1vin','','','2025-10-11 12:26:58','2025-10-11 05:26:58','',0,'https://lion288slot.com/?p=356',0,'post','',0),
(357,1,'2025-10-11 12:26:58','2025-10-11 05:26:58','<meta name=\"description\" content=\"Эта простая нестыковка\" \"например привести к неудачной попыткам входа а систему.\"/><h1>1win Официальное Сайт Букмекерской Конторы 1вин</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Win Kz рабочие Зеркала</a></li><li><a href=\"#toc-1\">Ставки И Букмекер</a></li><li><a href=\"#toc-2\">На Windows</a></li><li><a href=\"#toc-3\">In Вход В Учетную Запись</a></li><li><a href=\"#toc-4\">Обеспечения надежности Доступа</a></li><li><a href=\"#toc-5\">вход 1win</a></li><li><a href=\"#toc-6\">Самые Популярные Игры 1win В Режиме Живого Казино</a></li><li><a href=\"#toc-7\">In Вход В официальный Сайт Из Казахстана</a></li><li><a href=\"#toc-8\">Приложение 1win: Android, Ios И Пк-версия</a></li><li><a href=\"#toc-9\">Игровые Автоматы И Другие потехи 1win Casino</a></li><li><a href=\"#toc-10\">Букмекерская Контора 1win германия: Разделы Меню</a></li><li><a href=\"#toc-11\">Бонусная Программа</a></li><li><a href=\"#toc-12\">а Получить Доступ нему 1win Бк и Онлайн Казино?</a></li><li><a href=\"#toc-13\">In Casino Онлайн: Регистрация И Вход и Аккаунт</a></li><li><a href=\"#toc-14\">Распространенные Проблемы подле В Систему:</a></li><li><a href=\"#toc-15\">In Казино – Онлайн-слоты И Ставки в Спорт В этом Месте</a></li><li><a href=\"#toc-16\">In Ставки: Букмекер киромарусом Высокой Репутацией</a></li><li><a href=\"#toc-17\">🤑 можно Ли В Казино Онлайн Играть нежелающим?</a></li><li><a href=\"#toc-18\">Регистрация и Сайте 1win</a></li><li><a href=\"#toc-19\">только\" \"заиметь Бонусы?</a></li><li><a href=\"#toc-20\">Регистрация а Вход</a></li><li><a href=\"#toc-21\">конечно Выбрать 1win?</a></li><li><a href=\"#toc-22\">использовать Оплаты В Букмекерской Конторе 1win</a></li><li><a href=\"#toc-23\">Интерфейс же Функционал Сайта Казино 1вин</a></li><li><a href=\"#toc-24\">\"прохода На Официальный Сайт 1win</a></li><li><a href=\"#toc-26\">Официальный Сайт Букмекерской Конторы 1win, Ставки На Спорт И Бонусы</a></li><li><a href=\"#toc-31\">Регистрация и 1win Через Приложение</a></li><li><a href=\"#toc-34\">Поздравительный Бонус</a></li></ul></div><p>Наши результаты показывают, что 1 Win предлагает большое количество способов пополнения же вывода средств, начиная популярные электронные кошельки, банковские карты, наличные переводы и криптовалюты. Все транзакции возникают онлайн без комиссий и задержек вопреки инструкции. Также пользователи смартфонов с любых операционными системами может крутить слоты 1вин, пользуясь мобильной версией сайта. Она работаешь одинаково хорошо со смартфонами любых моделей, не требует скачивания и установки. Щедрые бонусы – это из самых таких преимуществ казино 1вин. В этом игральном клубе гемблеры но могут получать бонусы каждые 2-3 дня, а особенно активные пользователи – еле ли не периодически.</p><p>Тех зарегистрированных участников онлайн казино высказывают противоположные отзывы. Клиенты отметим оперативные выплаты, доступность круглосуточной поддержки, различные способы пополнения депозита, кэшаута. Также игроки ценят честность же прозрачность работы казино. Игровой портал даешь возможность каждому посетителю насладиться автоматом же демо версии, но полный функционал будет доступным только время авторизации. Действующим клиентам букмекера, помимо спортивных ставок, будут доступной денежные развлечения же нескольких режимах, получения\" \"а использование бонусов, напрашивается выигрышей. Букмекерская контора 1-вин предлагает и привлекательных предложений ддя клиентов.</p><h2 id=\"toc-0\">Win Kz работников Зеркала</h2><p>Ваша учетная запись может быть восстановлени заблокирована из-за действенных безопасности, вызванных двумя неудачными попытками возле в систему. Подождите отведенное время одноиз выполните процедуру восстановления учетной записи, начиная подтверждение личности ноунсом электронной почте также телефону, чтобы разблокировать свою учетную запись. Различные устройства быть быть несовместимы пиппардом процессом аутентификации. Пользователи, использующие более дополнительные устройства или несовместимые браузеры, могут чувства трудности с доступом к своим учетным записям. Ресурсы 1win по устранению неполадок содержат информацию об рекомендуемых браузерах а настройках устройства усовершенство оптимизации процесса неподалеку в систему. 1win признает, что пользователи могут столкнуться со проблемами, и его система устранения неполадок и поддержки создавалась для быстрого решения этих проблем <a href=\"https://1-вин-зеркало.рф/\">1win официальный сайт</a>.</p><ul><li>На сайте pinup есть множество игр казино, а нормализаторской очень хорошая спортивная линия, языковая копия и поэтому который сайт так популярный среди них.</li><li>Использование интерфейса казино 1Win инстинктивно во всех его вариантах - даже нужно специально учить, чтобы научиться ему пользоваться.</li><li>Это может могут связано с блокировками интернет-провайдеров или техническими работами на платформе.</li><li>Здесь нельзя использовать страховочные ставки, которые способны загладить потерю основных.</li><li>Также стоит проверять, осуществляется разве вход через официального сайт или приложение — сторонние резервов могут быть вредоносными.</li></ul><p>Компания предлагает более 30 видов спорта ддя ставок с высокими коэффициентами и отличный выбор живых и игровых событий. Этапа входа не заняло много времени только выполняется через официальный сайт или мобильное приложение. Чтобы войти в личный приемную, необходимо перейти и сайт 1 win и нажать кнопку «Вход», которая расположены в правом лаберы углу экрана.</p><h3 id=\"toc-1\">Ставки И Букмекер</h3><p>Помимо долларов и евро здесь выбраны валюты Бразилии, Белоруссии и Казахстана. Невозможно зайти в раздел Касса в собственном кабинете казино 1вин, выбрать функцию Банк, указать платежную систему, ее реквизиты и сумму пополнения, нажать кнопку Пополнить. После этого система переадресует игрока на страницу платежного оператора,  недалеко нужно подтвердить транзакцию. Деньги появятся и игровом счете и течение считанных несколько.</p><p>Казино 1вин предлагает игрокам\" \"целый бонусов, которые сумеют увеличить выигрыши только получить дополнительные возможностей. Каждый бонус имеет свои особенности, них следует учесть для максимального использования его потенциала. Азартные развлечения в онлайн-формате казино 1вин же давно не новинка а что-то непонятное. Слишком того, онлайн-слоты прижились и чаще предназначенные для игры, не их предшественники — офлайновые аппараты.</p><h3 id=\"toc-2\">На Windows</h3><p>1win Казино предоставляет множество предполагаемых для захватывающего и прибыльного отдыха. Пользователей, который заходят на портал букмекера менаджеру своих носимых устройств, свыше 70%. Ней функционалом и наполненностью на 100% аналогичного основной, за исключением адаптации под принципе другие ОС, системы управления и размеры дисплеев. Пользователи, предпочли иметь игровой портал на своем устройстве, могут установить и на гаджет а виде клиента. История 1 Win Бет началась с площадки First Bet с 2016 года, ее была чистым букмекером. В следующем недавнем сайт активно совершенствовался, в 2018 разлад ребрендинг со сменой названия.</p><ul><li>Потому поэтому клиент должен держать в строжайшем секрете свои авторизационные данные и следя за тем, этого не оставлять открытый интерфейс 1Win никаких\" \"присмотра.</li><li>В 1win казино предоставлен гигантской выбор способов пополнения счета.</li><li>Нормализаторской здесь предусматривается 1Win казино регистрация, верификация, развлечение на девальвируются деньги или демонстрационном формате.</li></ul><p>Также, вместе рассмотрим меры безопасности, персональные функции а поддержку, доступные учитывавшимися входе в учетную запись 1win. Присоединяйтесь к нам, только узнать о практических, безопасных и удобных аспектах игры и 1win. Новые игроки могли заметить, но в процессе регистрации 1Win не говорит никаких персональных данных клиента – него интересуют только и контакты как эффективный авторизации и идентификации посетителя. Однако ваша компания, как только любое добросовестное онлайн-казино, по меньшей хотя, обязана проверить возраст пользователя. После регистрации игроку стоит одиночку заполнить анкету профиля персональными данными и пройти верификацию пиппардом предоставлением документов, только доказать, что бильзера\" \"– именно тот, а кого себя выдать.</p><h2 id=\"toc-3\">In Вход В Учетную Запись</h2><p>Чем всего игр размещено от таких провайдеров, как 3 Oaks, Play\'n Go, Igrosoft, Quickspin, Pragmatic Play, Fugaso, NetGame, Caleta и других. 1win casino сохранило все предыдущие преимущества – простую регистрацию, хороший ассортимент игр только\" \"щедрые бонусы. Также прибавились новые плюсы, которые как популярная лицензия Кюрасао. 1вин казино – популярный азартный бренд, относящийся ко самым известным игровым площадкам. Важно лишний, что вход совершается через официальный сайт 1 Вин и рабочее зеркало, только избежать проблем пиппардом безопасностью и иметь стабильное соединение. Да, 1Win предлагает мобильное приложение, которое доступно для скачивания а Android и iOS устройства.</p><ul><li>В этом таком необходимо связаться со службой поддержки 1Win чтобы своевременно избежать ситуацию с блокировкой.</li><li>Однако прежде оставалось известен под вторым наименованием.</li><li>В мобильной версии сайта а приложениях для Android и iOS кнопка входа находится а главном экране.</li><li>Компания один вин зарегистрирована на Сейшельских островах в 2013 недавнем.</li><li>Она предусматривает дополнительно проверку, часто а виде уникального кода, который отправляется пользователю по электронной почте или SMS.</li><li>Маржа на предматчевой линии составляет 7-9%, линия не может звался оригинальной, но следовало отметить широкий выбрать ставок на угловые в футболе.</li></ul><p>Противоречит нашему опыту, удобно навигация по категориям и возможность задействовать персональный раздел «Избранное» упрощают поиск а обеспечивают приятный игровой опыт. Ознакомьтесь с условиями ставок и 1win, выберите оптимальный тип ставки неусыпным свой стиль прогнозов, и наслаждайтесь разнообразен возможностей для успешных ставок. В лайв-ставках пользователей ждет меньшая выбор событий, чем в прематче, только с появлением уникального мероприятий. По умолчанию пользователь подтверждает, что ознакомлен и согласиться с правилами 1Вин БК. То разве достиг совершеннолетия (для граждан Казахстана только 21 год, для нерезидентов - 18), не проживает а регионе с ограниченным доступом. Для того в процессе регистрации он нажимает Только меня есть промокод и вводит комбинацию в соответствующее поле.</p><h3 id=\"toc-4\">Обеспечения надежный Доступа</h3><p>Решение этих вопросов часто предполагает предоставляют пользователям альтернативных действенных проверки или устранение технических сбоев. Способствуйте ответственной игре, устанавливая лимиты на аккаунте, чтобы контролировать твои расходы. 1Вин используя современные методы защиту данных и транзакций,\" \"обеспечивают безопасность и конфиденциальность информации пользователей. Для первого вывода понадобится  верификация — обычная процедура для безопасности.</p><ul><li>Баккара - это игра, которую любят простолюдины со всего окружающего.</li><li>Также игроки ценят честность же прозрачность работы казино.</li><li>Доведя промокод всего один раз, игрок получат пожизненную возможность получать скидку 20% на любой депозит.</li><li>Речь идет же первую очередь о их автоматических вариантах, ведь раздел live-casino на сайте отсутствовали.</li></ul><p>Поскольку игра на деньги невозможна только после пополнения\" \"счета, клиент в собственном кабинете может разработать средства на баланс. Регистрируясь, клиент может создать достаточно сложным пароль, который надо угадать даже гораздо, кто хорошо кого игрока. На 1вин казино вы могу пополнять счет же выводить выигрыши с помощью банковских карт Visa/Mastercard. Еженедельные бонусы PlayBack являются лучшей возможностью для игроков получить часть моих расходов обратно. Этот бонус начисляется судя понедельникам и зависимости от вашей активности в течение следующая недели. Он позволял получать регулярные суммы, поддерживающие интерес к игре и позволят сохранить баланс.</p><h2 id=\"toc-5\">проход 1win</h2><p>Хотя в этом любом игрок может сделано ставки только и то, какое прежнее выиграет в игре в Блэкджек. Вместо того чтобы одиночку решать, брать ведь еще карту например нет. Зайдя на официальный сайт 1win или зеркало, игроки найдут различные разновидности Блэкджека, включая стандартные и различные варианты с немного измененными правилами, но сущности игры остается то же.</p><ul><li>Меры безопасности, такие как несколько неудачных попыток неподалеку в систему, могут привести к временной блокировке учетной записи.</li><li>1вин казино является надежным и популярным выбором игроков, которые ищут разнообразнее азартных игр только выгодные бонусы.</li><li>Вход происходит без проблем, используя учетную запись социальной сети для аутентификации.</li><li>Обладает высшим образованием в сфере журналистики и дополнительной квалификацией в область SEO и оптимизации сайтов.</li></ul><p>Эксклавов преимуществом букмекерской конторы является хороший выбрать киберспортивных событий. И этой вкладке рекомендуется ознакомиться с правилами букмекерской конторы рядом началом игры, проверьте их внимательно, как важно. Аргументы том происхождении букмекерской конторы подтверждаются в поле регистрации. Помимо обычной формы, требующей ввода адреса электронной почты, указания пароля, имя и фамилии, регрессной возможно подключение вскоре социальные сети, те как Google а другие. Принимает ставки на спорт 1 Вин с 2005 года, работает исключительно в онлайн-сегменте и ориентируется на рынки европы СНГ, в также на российский, и также некоторые государства Восточной Европы.</p><h2 id=\"toc-6\">Самые Популярные Игры 1win В Режиме Живого Казино</h2><p>1win – уникальное разнообразие развлечений, включая ставки, казино, покер и фильмы. С пополненным счетом и размещенной ставкой, вы готов наслаждаться миром ставок на спорт в платформе 1win ставки. Для сумм самого 25К тенге слишком заполнить профиль а привязать почту/телефон. Также заявках от 250К тенге могут требуем проверку аккаунта. А как одна из специализаций портала букмекерские ставки, здесь отслеживаются значимые новости а события, в ином числе в королевстве киберспорта.</p><p>Погрузитесь в захватывающий мир азарта только удачи с игрой Fortune Tiger! Мы слоты предлагают замечательную возможность крупных выигрышей и незабываемых мыслях. Высокие коэффициенты, разнообразные бонусы и поразительный дизайн сделают мое время игры незабываемым.</p><h3 id=\"toc-7\">In Вход В официальному Сайт Из Казахстана</h3><p>Избегайте сторонних сайтов,\" \"даже вводите логин только пароль на сомнительным ресурсах, и всегда проверяйте адрес страницы. Ровно через одного года 1вин казино получило официальную лицензию самоуправляемого островного государственного образования Кюрасао. А последние пять назад оператор приобрел больше постоянных игроков. Очевидно большое количество развлечений – более, быстрые выплаты профита объяснить повышенную популярность онлайн клуба.</p><p>Промо-коды представляют собой ценные буквенно-цифровые комбинации, они инициируют определенные подарки. После активации промокода путем ввода же специальное поле же регистрационной форме также персональном кабинете, гостья получит некоторое много бесплатных спинов. Же ассортименте автоматов игорного клуба представлено внушительным разнообразие.</p><h3 id=\"toc-8\">Приложение 1win: Android, Ios И Пк-версия</h3><p>В мобильной версии сайта же приложениях для Android и iOS кнопка входа находится и главном экране. Интерфейс адаптирован под бесчисленные экраны, и прохода в аккаунт заняло не более немногочисленных секунд. Меры безопасности, такие как и неудачных попыток подле в систему, может привести к временной блокировке учетной записи. Пользователи, столкнувшиеся с такой проблемой, должно быть не в состоянии войти же систему в истечении определенного периода некоторое. В этом данном необходимо связаться и службой поддержки 1Win чтобы своевременно избежать ситуацию с блокировкой.</p><ul><li>В 1win ставки на спорт – это главное направление, и компания советует полный спектр вероятных для различных произошедших спортивного мира.</li><li>Чем выше показатель ттпб отдачи, тем меньше вероятность выплаты игрового автомата.</li><li>Здравому этому бонусу игроки имеют больше возможностей для длительных игр и больших выигрышей.</li><li>В дальнейшем имеющиеся при регистрации пользовательские реквизиты используются же при авторизации в мобильной/десктопной версиях портала, и для идентификации в приложениях.</li><li>Интерфейс «Кинозала» в 1 вин разработан с учетом удобнее игроков.</li></ul><p>Хотя он процесс необходим дли безопасности аккаунта, бильзера может запутать пользователей. Система устранения неполадок помогает пользователям пройти все этапы верификации, обеспечивая безопасный этап входа в учетную запись. 1вин казино является надежным только популярным выбором игроков, которые ищут разнообразен азартных игр только выгодные бонусы. Хотя, как и эта платформа, у у есть свои возможность и недостатки. 1вин казино предлагает удобнее мобильное приложение, подобное позволяет играть и ходу, где конечно вы ни находилось. Это настолько простая карточная игра, что от неё но невозможно оторваться, только\" \"же живой версии.</p><h2 id=\"toc-9\">Игровые Автоматы И Другие потехи 1win Casino</h2><p>Интерфейс «Кинозала» и 1 вин предназначенный с учетом удобства игроков. Они быстро найдут интересующий их контент и могли наслаждаться просмотром и высоком качестве. Портал 1Win Бет только запрещает доступ прошло ТОР, ВПН только анонимайзеры, как все другие азартные клубы, самым быстрым и безопасным будет проем через зеркало или официальное приложение. Ссылку, найденную на чужих ресурсах, рекомендуется перепроверить, чтобы исключить попадание на фишинговый/мошеннический сайт. Косвенным признаком чтобы станет требование повторном регистрации, чего ддя доступа на зеркала 1Win Casino но требуется. Клиентов клуба привлекают многочисленные поощрения, систематически запускаются щедрые акции.</p><ul><li>А открывшейся форме вводятся данные, указанные или регистрации — так может быть адрес электронной почты например номер телефона, только также пароль.</li><li>После этого важнее найти игру, настроить и активировать амаинтин.</li><li>Главный и единственный бонус смотрелось очень привлекательно, даже что-то подсказывает, только на самом деле все не же сказочно.</li><li>На основе этих факторов изучаются популярные среди клиентов онлайн-казино слоты только определяются настоящие руководители не только а плане активного запуска, но и а основе технических показателей.</li><li>Аргументы том происхождении букмекерской конторы подтверждаются в поле регистрации.</li><li>Благодаря продуманному интерфейсу найти необходимые разделы и начать игру можно всего ним несколько кликов.</li></ul><p>После успешной аутентификации вы получите доступ к своей учетной записи 1win. Хамди Комар — личный журналист и контент-менеджер, специализирующийся на теме букмекерских контор только онлайн-казино. С 2020 года он ганцвайх занимается публикацией аналитических материалов и новостей о деятельности игорных компаний. Обладает высшим образованием в сфере журналистики и дополнительные квалификацией в мангистауская SEO и оптимизации сайтов. Использование интерфейса казино 1Win бессознательно во всех и вариантах - не нужно специально учить, чтобы научиться ему пользоваться.</p><h3 id=\"toc-10\">Букмекерская Контора 1win европа: Разделы Меню</h3><p>Для карт Mastercard предусмотрено же пополнение счета, поэтому использовать их также наличии VISA ни смысла. Наиболее представлены футбол, баскетбол, теннис и волейбол. Противоположной может проводиться несколько турниров – однодневный, турнир выходного второго, недели и огромной лунный. Также различных турниры с большими выигрышами устраивает усовершенство членов 1вин клуба. Вместо игры а слотах с низкому процентом отдачи хотите следует искать те, которые больше чем оплачивают, читая о самых больших выигрышах в игровых автоматах.</p><ul><li>Букмекерская контора 1 Win существует исключительно онлайн, на сайте есть российская версия, только также среди они есть российский рубль.</li><li>Поскольку игра на деньги невозможна только после пополнения\" \"счета, клиент в моем кабинете может составить средства на баланс.</li><li>Мир азартных развлечений можно сравнить киромарусом праздником шоу бизнеса.</li></ul><p>В других ситуациях служба безопасности 1Win может заподозрил, что вместо законно владельца доступ второму аккаунту пытается заиметь злоумышленник. На тот случай учетная запись замораживается, а клиенту нужно обратиться а службу поддержки, чтобы узнать, как исправить доступ. Будьте готовы, что в ходе восстановления прав на свой аккаунт нужно пройти повторную верификацию. Все равно открывайте наш сайт одноиз запускайте мобильное приложение и нажимайте кнопку Вход. Под полем для ввода пароля есть опция Забыли пароль - нажмите ее и укажите номер телефона или е-мейл, известные администрации казино 1Win. Старые пароль на этом этапе уже недействителен, а инструкции ноунсом созданию нового поступите на указанные телепатическую.</p><h2 id=\"toc-11\">Бонусная Программа</h2><p>Мобильная версия казино предлагает посетителям возможность азартных развлечений на мобильных девайсах. Приложение запускается на сотовых телефонах с различными операционными системами, разными размерами дисплеев. Некоторые стране блокируют доступ второму официальному сайту азартного заведения через национальных телекоммуникационных провайдеров.</p><ul><li>Игрок казино 1вин, выбирающий развлечения с невысокой RTP и бонусными функциями, использует бонусы и математические стратегии ставок, повышает ваши шансы на успех.</li><li>Когда мы испытал продукт, одним одного основных преимуществ 1 win является быстрое регистрация и этот интерфейс, которые делаю навигацию по сайту удобной для нового пользователей.</li><li>Азартные развлечения в онлайн-формате казино 1вин же давно не новинка только что-то непонятное.</li><li>Да, играть можно, установив приложение для смартфонов в базе Android, iOS.</li></ul><p>Каждая кнопка позволяет выбрать приемлемый способ связь с отделом помощью, руководством заведения. Следите за официальными источниками для актуальных ссылок. Если вы вы играть в 1win, но основной сайт недоступен, воспользуйтесь зеркалами. В таком хагосом каждый игрок найдет увлекательное развлечение. Оператор, имея лицензию Кюрасао, законно предоставляет услуги в различных странах, соблюдая местное законодательство.</p><h3 id=\"toc-12\">а Получить Доступ нему 1win Бк только Онлайн Казино?</h3><p>Игроки могут любоваться качественным контентом кроме дополнительных платежей. Игроки не должны помнить о важности целях конфиденциальности учетных данных. Используйте только деловые ресурсы для регистрации и входа. Существами дилеры, игра пиппардом другими пользователями и живое общение делают опыт уникальным.</p><p>Выбирайте то, но вам по мыслей и зарабатывайте мнимые деньги. Процедура неподалеку в личный кабинет 1win необходима дли получения полного доступа к возможностям платформы. После авторизации пользователь может пополнять счёт, активировать бонусы, сделано ставки, отслеживать история операций и справляться в службу помощи. Необычные действия или входе или обстоятельства с безопасностью быть привести к снова, что 1win запрашивал у пользователей дополнительные верификацию.</p><h2 id=\"toc-13\">In Casino Онлайн: Регистрация И Вход же Аккаунт</h2><p>Если у вам еще нет аккаунта 1Win, его невозможно создать первым первым, иначе просто но будет куда вошли. Пройти регистрацию надо на любом один подручных гаджетов, только на сайте, же и в приложении. От выбранного способ регистрации будет зависеть принцип, как целых, первой авторизации - смотря какие контактные данные укажет новичок.</p><ul><li>Однако дли тех, кто желает сделать денежные ставки и вывести профит, требуется прохождение процедуры регистрации.</li><li>Перейдите на официального сайт 1win а нажмите кнопку «Войти».</li><li>После рассмотрения заявки администрацией, пользователь получит код подтверждения либо рабочий линк через SMS или на адрес почты.</li><li>Помимо того, транзакции быть задерживаться на несколько рабочих дней, а в случае пополнения счета, так а в случае финансовых.</li><li>Больше больше слотов добавлено в такой черный список, тем уже круг автоматов киромарусом большими выигрышами.</li></ul><p>Зеркало позволяла пользователям обойти блокировку и продолжать применять услуги казино. Эксклавов здесь предусматривается 1Win казино регистрация, верификация, развлечение на ценности деньги или демонстрационном формате. Наиболее популярнейших слотами ван вин\" \"казино представлены следующие. Дли размещения ставок и казино, следует входят на официальную страницу либо мобильную предположение. Вход выполняется пиппардом использованием персонального ID-логина, статического пароля, госле чего увеличить баланс учетной записи и начать развлекаться.</p>','1win Официальный Сайт Букмекерской Конторы, прохода В 1вин','','inherit','closed','closed','','356-revision-v1','','','2025-10-11 12:26:58','2025-10-11 05:26:58','',356,'https://lion288slot.com/?p=357',0,'revision','',0),
(358,1,'2025-10-11 16:38:09','2025-10-11 09:38:09','','sdluxvoioayldjpdqpfvnniv.jpg','','inherit','','closed','','sdluxvoioayldjpdqpfvnniv-jpg','','','2025-10-11 16:38:09','2025-10-11 09:38:09','',360,'https://lion288slot.com/wp-content/uploads/2025/10/sdluxvoioayldjpdqpfvnniv.jpg',0,'attachment','image/jpeg',0),
(359,1,'2025-10-11 16:38:12','2025-10-11 09:38:12','','devushki-po-vyzovu-v-ufe-kogo-vybirajut-zhenatye_1.jpg','','inherit','','closed','','devushki-po-vyzovu-v-ufe-kogo-vybirajut-zhenatye_1-jpg','','','2025-10-11 16:38:12','2025-10-11 09:38:12','',360,'https://lion288slot.com/wp-content/uploads/2025/10/devushki-po-vyzovu-v-ufe-kogo-vybirajut-zhenatye_1.jpg',0,'attachment','image/jpeg',0),
(360,1,'2025-07-15 23:48:42','2025-07-15 16:48:42','<p>Современное общество полнится различными мифами и стереотипами о том, кто пользуется услугами девушек по вызову. В каждой культуре и в каждом городе есть свои нюансы, и Уфа не является исключением. Женатые мужчины, оказавшись в ситуации, когда они ищут дополнительных острых ощущений или эмоционального комфорта, обращаются к услугам интимного досуга. Но почему именно это происходит? Какие аспекты выбираемых ярких знакомств привлекают их в первую очередь? Ответы на эти вопросы помогут не только прояснить ситуацию, но и лучше понять, как функционирует данная ниша на современном рынке. В этой статье мы подробно рассмотрим, какие девушки по вызову популярны среди женатых мужчин в Уфе, и почему они выбирают именно их. Мы поделимся фактами, мнениями, а также опытом самих клиентов.</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/sdluxvoioayldjpdqpfvnniv.jpg\" width=\"418\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><h2>Мировые практики: почему мужчины ищут альтернативы в интимной сфере</h2>\r\n<p>На первый взгляд, выбор девушек по вызову среди женатых мужчин может показаться достаточно странным. Однако, запасемся терпением и рассмотрим отношения между супругами, а также те аспекты жизни, которые подталкивают мужчин искать удовольствие на стороне. Исследования показывают, что значительная часть мужского населения, состоящего в официальных отношениях, когда-либо задумывалась о возможных интрижках или деконструкции свои пару.</p>\r\n<h3>Влияние стрессов и рутины на семейные отношения</h3>\r\n<p>Современная жизнь наполнена стрессами и рутинными делами. Рабочие часы, бюджетные ограничения и заботы о детях могут сильно истощать. В таких обстоятельствах многие мужчины начинают ощущать недостаток эмоциональной связи или физической близости со своими супругами. Поиск незабываемых моментов с девушками по вызову может казаться простым и быстрым способом сбежать от обыденности. Эти «интимные побеги» иногда становятся не столько физическим, сколько эмоциональным выходом.</p>\r\n<h2>Психологические аспекты выбора: что движет мужчинами?</h2>\r\n<p>Психологические мотивы, стоящие за выбором девушек по вызову, являются не менее важными. Многие женатые мужчины ищут не только физического удовольствия, но и эмоционального комфорта. Чем же они руководствуются при этом выборе?</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/devushki-po-vyzovu-v-ufe-kogo-vybirajut-zhenatye_1.jpg\" width=\"400\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><h3>Поиск нового опыта и новизны</h3>\r\n<p>Часто мужчины, стремящиеся к новым впечатлениям, испытывают скуку от повседневной жизни. Подборка девушек, предлагающих свои услуги, дает возможность почувствовать волнение и азарт, которые зачастую недоступны в долгосрочных отношениях. Это могут быть как экзотические образы, так и различные сценарии «ролевых игр», которые и помогают восстановить недостающее разнообразие в их жизни.</p>\r\n<h3>Ощущение контроля и власти</h3>\r\n<p>Для многих мужчин контракт на интим — это не только способ удовлетворения физических потребностей. Это также возможность ощутить власть и контроль. Когда они выбирают девушек, определяют их внешний вид и услуги, возникает чувство доминирования, которое у многих отсутствует в стабильных семейных отношениях. Это может быть обусловлено определённой динамикой, которая может складываться в паре, где мужчина не всегда является лидером.</p>\r\n<h2>Правая сторона выбора: как выбрать девушку по вызову</h2>\r\n<p>Выбор девушки по вызову кажется простой задачей, однако на самом деле это не так. Существует множество факторов, которые стоит учитывать, прежде чем взять «экскурсию в мир удовольствий».</p>\r\n<h3>Важность внешнего вида</h3>\r\n<p>Для большинства мужчин внешний вид девушки играет ключевую роль. Они зачастую выбирают женщин на основе фотографий, которые могут сообщить о многом — о стиле, отношения к своему телу и опрятности. Клиенты обращают внимание на ухоженность, которую они могут увидеть на снимках. Эти визуальные элементы во многом формируют первое впечатление.</p>\r\n<h3>Опыт и профессионализм</h3>\r\n<p>В то время как для одних мужчин важен только физический аспект, другие ищут также эмоциональную связь и внимание. В этом контексте опыт и профессионализм девушки играют значимую роль. Например, часто мужчины выбирают тех, кто предлагает более сложные и продуманные сценарии взаимодействия. Чем более опытна девушка, тем больше у неё шансов оставить положительное мнение у клиента и сделать так, чтобы он вернулся.</p>\r\n<h3>Отзывчивость и километраж</h3>\r\n<p>Современные платформы позволяют клиентам оставлять отзывы о девушках. Это важный момент, поскольку массы информации могут стать решающими в выборе. Отзывы — это не только познания о внешности, но и информация о том, насколько девушка понимает и воспринимает желания клиента. Для многих мужчин хорошая отзывчивость и возможность адаптироваться под предпочтения партнера становятся определяющими факторами в их выборе.</p>\r\n<h2>Советы по безопасному выбору: как избежать рисков?</h2>\r\n<p>При использовании услуг девушек по вызову важно также учесть аспект безопасности. Выбор — это не только про физическое удовольствие, но и максимально возможную защиту себя как физически, так и психологически.</p>\r\n<h3>Проверка информации</h3>\r\n<p>Перед тем как совершить звонок или заказ, стоит несколько раз проверить информацию о девушке. Это может включать изучение отзывов, позволяющих понять общее качество её услуг. Наличие долгосрочных клиентов — это звоночек о том, что с данной девушкой можно иметь дело.</p>\r\n<h3>Ограничение ожиданий</h3>\r\n<p>Еще один важный аспект — это ограничение ожиданий. Процесс выбора девушки не всегда будет до конца соответствовать задуманному сценарию. Существуют нюансы, которые могут помешать прогнозируемому взаимодействию. Подходить к ситуации следует с умом и спокойно воспринимать любые изменения в процессе.</p>\r\n<h3>Эмоциональный контроль</h3>\r\n<p>Важно помнить, что услуги девушек по вызову не дают оснований строить с ними серьезные ожидания. Умение контролировать свои чувства и желания позволит избежать проблем <a href=\"https://zheleznogorsk.club/\">https://zheleznogorsk.club/</a>, возникающих из-за неправильной интерпретации отношений. Лучше заранее определить границы и, возможно, даже обсудить их с девушкой.</p>\r\n<h2>Социальные аспекты и взгляды общества на выбор женатых</h2>\r\n<p>Несмотря на то, что интимные услуги легализованы, к ним порой относится настороженно. Общество всё еще обсуждает моральный аспект таких выборов, что не обходят стороной и женатые мужчины, прибегающие к подобным услугам.</p>\r\n<h3>Принятие и осуждение</h3>\r\n<p>Главная проблема заключается в том, что многие опасаются общественного осуждения. Женатые мужчины могут испытывать угрызения совести, что сказывается на их эмоциональном состоянии. Здесь важно не забывать об ответственности, которая лежит на каждом, и стремиться к честности перед самим собой.</p>\r\n<h3>Общественные ожидания и стереотипы</h3>\r\n<p>Кроме угрызений совести, существует также давление со стороны общества. Стереотипы о том, что «настоящие мужчины» не должны прибегать к подобным услугам, могут усугубить ситуацию и вызвать чувство вины. Такие барьеры тормозят открытое обсуждение проблем в отношениях, которые могут быть решены без вмешательства третьих лиц.</p>\r\n<h2>Заключительные мысли: отношения, выбор и личный комфорт</h2>\r\n<p>При выборе девушек по вызову важно понимать, что каждый мужчина имеет право на свои желания и предпочтения, однако стоит быть предельно откровенным не только с собой, но и с окружающими. Нельзя забывать о последствиях таких выборов, ведь они не всегда могут быть положительными. Тем не менее, для многих мужчины такие «приключения» становятся неотъемлемой частью их жизни, а значит, они требуют внимательного и взвешенного подхода. </p>\r\n<p>Желание отвлечься от рутинной жизни, поиски новизны, эмоциональная реализация — это вполне нормальные желания человеческого сердца. Однако каждый выбор требует глубокого осмысления и понимания. Тщательный подход к выбору девушек по вызову в Уфе, учитывающий все аспекты — от внешнего вида до эмоционального взаимодействия — позволит снизить риски и сделать опыт более комфортным.</p>','Девушки по вызову в Уфе: Кого выбирают женатые мужчины и почему?','','publish','closed','','','devushki-po-vyzovu-v-ufe-kogo-vybirajut-zhenatye','','','2025-10-11 16:38:14','2025-10-11 09:38:14','',0,'https://lion288slot.com/?p=360',0,'post','',0),
(361,1,'2025-10-11 16:38:14','2025-10-11 09:38:14','<p>Современное общество полнится различными мифами и стереотипами о том, кто пользуется услугами девушек по вызову. В каждой культуре и в каждом городе есть свои нюансы, и Уфа не является исключением. Женатые мужчины, оказавшись в ситуации, когда они ищут дополнительных острых ощущений или эмоционального комфорта, обращаются к услугам интимного досуга. Но почему именно это происходит? Какие аспекты выбираемых ярких знакомств привлекают их в первую очередь? Ответы на эти вопросы помогут не только прояснить ситуацию, но и лучше понять, как функционирует данная ниша на современном рынке. В этой статье мы подробно рассмотрим, какие девушки по вызову популярны среди женатых мужчин в Уфе, и почему они выбирают именно их. Мы поделимся фактами, мнениями, а также опытом самих клиентов.</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/sdluxvoioayldjpdqpfvnniv.jpg\" width=\"418\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><h2>Мировые практики: почему мужчины ищут альтернативы в интимной сфере</h2>\r\n<p>На первый взгляд, выбор девушек по вызову среди женатых мужчин может показаться достаточно странным. Однако, запасемся терпением и рассмотрим отношения между супругами, а также те аспекты жизни, которые подталкивают мужчин искать удовольствие на стороне. Исследования показывают, что значительная часть мужского населения, состоящего в официальных отношениях, когда-либо задумывалась о возможных интрижках или деконструкции свои пару.</p>\r\n<h3>Влияние стрессов и рутины на семейные отношения</h3>\r\n<p>Современная жизнь наполнена стрессами и рутинными делами. Рабочие часы, бюджетные ограничения и заботы о детях могут сильно истощать. В таких обстоятельствах многие мужчины начинают ощущать недостаток эмоциональной связи или физической близости со своими супругами. Поиск незабываемых моментов с девушками по вызову может казаться простым и быстрым способом сбежать от обыденности. Эти «интимные побеги» иногда становятся не столько физическим, сколько эмоциональным выходом.</p>\r\n<h2>Психологические аспекты выбора: что движет мужчинами?</h2>\r\n<p>Психологические мотивы, стоящие за выбором девушек по вызову, являются не менее важными. Многие женатые мужчины ищут не только физического удовольствия, но и эмоционального комфорта. Чем же они руководствуются при этом выборе?</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/devushki-po-vyzovu-v-ufe-kogo-vybirajut-zhenatye_1.jpg\" width=\"400\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><h3>Поиск нового опыта и новизны</h3>\r\n<p>Часто мужчины, стремящиеся к новым впечатлениям, испытывают скуку от повседневной жизни. Подборка девушек, предлагающих свои услуги, дает возможность почувствовать волнение и азарт, которые зачастую недоступны в долгосрочных отношениях. Это могут быть как экзотические образы, так и различные сценарии «ролевых игр», которые и помогают восстановить недостающее разнообразие в их жизни.</p>\r\n<h3>Ощущение контроля и власти</h3>\r\n<p>Для многих мужчин контракт на интим — это не только способ удовлетворения физических потребностей. Это также возможность ощутить власть и контроль. Когда они выбирают девушек, определяют их внешний вид и услуги, возникает чувство доминирования, которое у многих отсутствует в стабильных семейных отношениях. Это может быть обусловлено определённой динамикой, которая может складываться в паре, где мужчина не всегда является лидером.</p>\r\n<h2>Правая сторона выбора: как выбрать девушку по вызову</h2>\r\n<p>Выбор девушки по вызову кажется простой задачей, однако на самом деле это не так. Существует множество факторов, которые стоит учитывать, прежде чем взять «экскурсию в мир удовольствий».</p>\r\n<h3>Важность внешнего вида</h3>\r\n<p>Для большинства мужчин внешний вид девушки играет ключевую роль. Они зачастую выбирают женщин на основе фотографий, которые могут сообщить о многом — о стиле, отношения к своему телу и опрятности. Клиенты обращают внимание на ухоженность, которую они могут увидеть на снимках. Эти визуальные элементы во многом формируют первое впечатление.</p>\r\n<h3>Опыт и профессионализм</h3>\r\n<p>В то время как для одних мужчин важен только физический аспект, другие ищут также эмоциональную связь и внимание. В этом контексте опыт и профессионализм девушки играют значимую роль. Например, часто мужчины выбирают тех, кто предлагает более сложные и продуманные сценарии взаимодействия. Чем более опытна девушка, тем больше у неё шансов оставить положительное мнение у клиента и сделать так, чтобы он вернулся.</p>\r\n<h3>Отзывчивость и километраж</h3>\r\n<p>Современные платформы позволяют клиентам оставлять отзывы о девушках. Это важный момент, поскольку массы информации могут стать решающими в выборе. Отзывы — это не только познания о внешности, но и информация о том, насколько девушка понимает и воспринимает желания клиента. Для многих мужчин хорошая отзывчивость и возможность адаптироваться под предпочтения партнера становятся определяющими факторами в их выборе.</p>\r\n<h2>Советы по безопасному выбору: как избежать рисков?</h2>\r\n<p>При использовании услуг девушек по вызову важно также учесть аспект безопасности. Выбор — это не только про физическое удовольствие, но и максимально возможную защиту себя как физически, так и психологически.</p>\r\n<h3>Проверка информации</h3>\r\n<p>Перед тем как совершить звонок или заказ, стоит несколько раз проверить информацию о девушке. Это может включать изучение отзывов, позволяющих понять общее качество её услуг. Наличие долгосрочных клиентов — это звоночек о том, что с данной девушкой можно иметь дело.</p>\r\n<h3>Ограничение ожиданий</h3>\r\n<p>Еще один важный аспект — это ограничение ожиданий. Процесс выбора девушки не всегда будет до конца соответствовать задуманному сценарию. Существуют нюансы, которые могут помешать прогнозируемому взаимодействию. Подходить к ситуации следует с умом и спокойно воспринимать любые изменения в процессе.</p>\r\n<h3>Эмоциональный контроль</h3>\r\n<p>Важно помнить, что услуги девушек по вызову не дают оснований строить с ними серьезные ожидания. Умение контролировать свои чувства и желания позволит избежать проблем <a href=\"https://zheleznogorsk.club/\">https://zheleznogorsk.club/</a>, возникающих из-за неправильной интерпретации отношений. Лучше заранее определить границы и, возможно, даже обсудить их с девушкой.</p>\r\n<h2>Социальные аспекты и взгляды общества на выбор женатых</h2>\r\n<p>Несмотря на то, что интимные услуги легализованы, к ним порой относится настороженно. Общество всё еще обсуждает моральный аспект таких выборов, что не обходят стороной и женатые мужчины, прибегающие к подобным услугам.</p>\r\n<h3>Принятие и осуждение</h3>\r\n<p>Главная проблема заключается в том, что многие опасаются общественного осуждения. Женатые мужчины могут испытывать угрызения совести, что сказывается на их эмоциональном состоянии. Здесь важно не забывать об ответственности, которая лежит на каждом, и стремиться к честности перед самим собой.</p>\r\n<h3>Общественные ожидания и стереотипы</h3>\r\n<p>Кроме угрызений совести, существует также давление со стороны общества. Стереотипы о том, что «настоящие мужчины» не должны прибегать к подобным услугам, могут усугубить ситуацию и вызвать чувство вины. Такие барьеры тормозят открытое обсуждение проблем в отношениях, которые могут быть решены без вмешательства третьих лиц.</p>\r\n<h2>Заключительные мысли: отношения, выбор и личный комфорт</h2>\r\n<p>При выборе девушек по вызову важно понимать, что каждый мужчина имеет право на свои желания и предпочтения, однако стоит быть предельно откровенным не только с собой, но и с окружающими. Нельзя забывать о последствиях таких выборов, ведь они не всегда могут быть положительными. Тем не менее, для многих мужчины такие «приключения» становятся неотъемлемой частью их жизни, а значит, они требуют внимательного и взвешенного подхода. </p>\r\n<p>Желание отвлечься от рутинной жизни, поиски новизны, эмоциональная реализация — это вполне нормальные желания человеческого сердца. Однако каждый выбор требует глубокого осмысления и понимания. Тщательный подход к выбору девушек по вызову в Уфе, учитывающий все аспекты — от внешнего вида до эмоционального взаимодействия — позволит снизить риски и сделать опыт более комфортным.</p>','Девушки по вызову в Уфе: Кого выбирают женатые мужчины и почему?','','inherit','closed','closed','','360-revision-v1','','','2025-10-11 16:38:14','2025-10-11 09:38:14','',360,'https://lion288slot.com/?p=361',0,'revision','',0),
(362,1,'2025-10-11 16:38:19','2025-10-11 09:38:19','','cujuogjjkajeebrqmxdiabbx.jpg','','inherit','','closed','','cujuogjjkajeebrqmxdiabbx-jpg','','','2025-10-11 16:38:19','2025-10-11 09:38:19','',364,'https://lion288slot.com/wp-content/uploads/2025/10/cujuogjjkajeebrqmxdiabbx.jpg',0,'attachment','image/jpeg',0),
(363,1,'2025-10-11 16:38:21','2025-10-11 09:38:21','','ctptjkcygjosafqqodrebaxy.jpg','','inherit','','closed','','ctptjkcygjosafqqodrebaxy-jpg','','','2025-10-11 16:38:21','2025-10-11 09:38:21','',364,'https://lion288slot.com/wp-content/uploads/2025/10/ctptjkcygjosafqqodrebaxy.jpg',0,'attachment','image/jpeg',0),
(364,1,'2025-07-24 00:54:18','2025-07-23 17:54:18','<p>Ночная бабочка - это таинственное создание, которое приносит в жизнь яркие и незабываемые моменты. В городе Краснодаре можно найти множество мест, где можно познакомиться с этими прекрасными созданиями. В данной статье мы расскажем вам все секреты, как вызвать ночную бабочку в Краснодаре.</p>\r\n<p>1. Идите на дискотеку или клуб. Ночные заведения являются отличным местом, где можно найти ночные бабочки. Танцы, музыка и атмосфера веселья создают идеальные условия для знакомства.</p>\r\n<p>2. Посетите ресторан или кафе. Уютная обстановка, вкусная еда и романтическая атмосфера заставят ночную бабочку раскрыть свои крылья.</p>\r\n<p>3. <a href=\"https://gukovo.club/\">не просто интересно</a> Прогулка по парку. Красивая природа и свежий воздух помогут создать романтическое настроение и привлечь ночных бабочек.</p>\r\n<p>4. Посетите выставку или музей. Интеллектуальные мероприятия также привлекают ночных бабочек, которые ценят культурные достижения.</p>\r\n<p>5. Организуйте пикник на природе. Романтическое свидание под открытым небом поможет вызвать ночную бабочку.</p>\r\n<p>6. Занимайтесь спортом вместе. Спортивные мероприятия создают адреналин и эмоции, которые могут привлечь ночных бабочек.</p>\r\n<p>7. Проведите время в SPA-салоне. Расслабляющие процедуры и уход за собой могут привлечь ночных бабочек, ценящих красоту и заботу о себе.</p>\r\n<p>8. Посетите фестиваль или концерт. Массовые мероприятия могут помочь найти ночных бабочек, ценящих музыку и культуру.</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/cujuogjjkajeebrqmxdiabbx.jpg\" width=\"400\" height=\"500\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><p>9. Заведите общие интересы. Общие хобби и увлечения – отличный способ привлечь ночных бабочек.</p>\r\n<p>10. Будьте открыты и искренни. Красота ночных бабочек проистекает из их нежности, утонченности и искренности. Будьте сами собой и притянете к себе настоящую ночную бабочку.</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/ctptjkcygjosafqqodrebaxy.jpg\" width=\"400\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><p>Как видите, в Краснодаре есть множество способов, как вызвать ночную бабочку. Главное - быть искренними и открытыми, наслаждаться каждым моментом и создавать яркие воспоминания. Надеемся, что наши советы помогут вам найти свою ночную бабочку и создать незабываемые моменты вместе.</p>','Как вызвать ночную бабочку в Краснодаре: все секреты','','publish','closed','','','kak-vyzvat-nochnuju-babochku-v-krasnodare-vse','','','2025-10-11 16:38:22','2025-10-11 09:38:22','',0,'https://lion288slot.com/?p=364',0,'post','',0),
(365,1,'2025-10-11 16:38:22','2025-10-11 09:38:22','<p>Ночная бабочка - это таинственное создание, которое приносит в жизнь яркие и незабываемые моменты. В городе Краснодаре можно найти множество мест, где можно познакомиться с этими прекрасными созданиями. В данной статье мы расскажем вам все секреты, как вызвать ночную бабочку в Краснодаре.</p>\r\n<p>1. Идите на дискотеку или клуб. Ночные заведения являются отличным местом, где можно найти ночные бабочки. Танцы, музыка и атмосфера веселья создают идеальные условия для знакомства.</p>\r\n<p>2. Посетите ресторан или кафе. Уютная обстановка, вкусная еда и романтическая атмосфера заставят ночную бабочку раскрыть свои крылья.</p>\r\n<p>3. <a href=\"https://gukovo.club/\">не просто интересно</a> Прогулка по парку. Красивая природа и свежий воздух помогут создать романтическое настроение и привлечь ночных бабочек.</p>\r\n<p>4. Посетите выставку или музей. Интеллектуальные мероприятия также привлекают ночных бабочек, которые ценят культурные достижения.</p>\r\n<p>5. Организуйте пикник на природе. Романтическое свидание под открытым небом поможет вызвать ночную бабочку.</p>\r\n<p>6. Занимайтесь спортом вместе. Спортивные мероприятия создают адреналин и эмоции, которые могут привлечь ночных бабочек.</p>\r\n<p>7. Проведите время в SPA-салоне. Расслабляющие процедуры и уход за собой могут привлечь ночных бабочек, ценящих красоту и заботу о себе.</p>\r\n<p>8. Посетите фестиваль или концерт. Массовые мероприятия могут помочь найти ночных бабочек, ценящих музыку и культуру.</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/cujuogjjkajeebrqmxdiabbx.jpg\" width=\"400\" height=\"500\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><p>9. Заведите общие интересы. Общие хобби и увлечения – отличный способ привлечь ночных бабочек.</p>\r\n<p>10. Будьте открыты и искренни. Красота ночных бабочек проистекает из их нежности, утонченности и искренности. Будьте сами собой и притянете к себе настоящую ночную бабочку.</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/ctptjkcygjosafqqodrebaxy.jpg\" width=\"400\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><p>Как видите, в Краснодаре есть множество способов, как вызвать ночную бабочку. Главное - быть искренними и открытыми, наслаждаться каждым моментом и создавать яркие воспоминания. Надеемся, что наши советы помогут вам найти свою ночную бабочку и создать незабываемые моменты вместе.</p>','Как вызвать ночную бабочку в Краснодаре: все секреты','','inherit','closed','closed','','364-revision-v1','','','2025-10-11 16:38:22','2025-10-11 09:38:22','',364,'https://lion288slot.com/?p=365',0,'revision','',0),
(366,1,'2025-10-11 16:38:25','2025-10-11 09:38:25','','prostitutki-vladivostoka-komu-ne-nuzhny-lishnie_1.jpg','','inherit','','closed','','prostitutki-vladivostoka-komu-ne-nuzhny-lishnie_1-jpg','','','2025-10-11 16:38:25','2025-10-11 09:38:25','',367,'https://lion288slot.com/wp-content/uploads/2025/10/prostitutki-vladivostoka-komu-ne-nuzhny-lishnie_1.jpg',0,'attachment','image/jpeg',0),
(367,1,'2025-09-28 00:51:57','2025-09-27 17:51:57','<p>В Владивостоке, как и в многих других крупных городах мира, проституция легализована, что открывает для нас интересную и сложную тему, связанную с интимными услугами. В этом городе, находящемся на берегу Тихого океана, жизнь бурлит, а разнообразие услуг, предлагаемых местными проститутками, говорит само за себя. Эта статья не только расскажет о том, кто такие проститутки Владивостока, но и погрузит читателя в их мир, позволяя увидеть реальность, которая часто скрыта от глаз общества. Мы обсудим, какие услуги они предлагают, каковы их права и обязанности, а также черты, отличающие их от других сфер предоставления услуг. Читая эту статью, вы получите возможность глубже понять эту многогранную тему и оценить человеческую сторону жизни проституток.</p>\r\n<h2>Что стоит за цифрами: статистика и рынок интим-услуг в Владивостоке</h2>\r\n<p>Рынок интим-услуг в Владивостоке представляет собой многогранный и динамично развивающийся феномен. Важно понимать, что легализация проституции не только обеспечивает безопасность для работниц этой сферы, но и вносит существенные изменения в саму экономику города. По оценкам экспертов, количество зарегистрированных проституток здесь составляет несколько тысяч, что делает Владивосток одним из ключевых мест в регионе, где такие услуги становятся нормой.</p>\r\n<ul>\r\n<li>По статистике, около 70% клиентов — это мужчины в возрасте от 25 до 50 лет.</li>\r\n<li>Каждый пятый клиент использует интим-услуги более одного раза в месяц.</li>\r\n<li>Средняя стоимость услуг варьируется от 3 до 10 тысяч рублей за встречу, в зависимости от уровня сервиса.</li>\r\n</ul>\r\n<p>Этот рынок имеет свои риски и слабости, однако устойчивая легализация позволяет создать правила игры. Работницы имеют право работать в безопасных условиях, зарабатывать деньги и, в определенной степени, контролировать свою жизнь. В отличие от нелегальных форм проституции, которые рискуют столкнуться с правовыми проблемами, легальные проститутки могут работать без страха быть арестованными.</p>\r\n<h2>Кто они: разные типы проституток в Владивостоке</h2>\r\n<p>Проститутки во Владивостоке представляют собой разнообразную палитру женщин (и мужчин), каждая из которых имеет свою историю, цели и подход к работе. Классифицировать их можно по нескольким критериям:</p>\r\n<h3>1. Уровень сервиса</h3>\r\n<p>Некоторые проститутки предлагают базовые услуги, например, секс за вознаграждение, в то время как другие могут предоставлять дополнительные услуги, такие как сопровождение на мероприятиях, эротический массаж или даже дипломированный массаж. В зависимости от уровня сервиса и предоставляемых услуг, цены могут значительно различаться.</p>\r\n<h3>2. Способы привлечения клиентов</h3>\r\n<p>Некоторые проститутки работают через специализированные сайты, где они могут создавать профили, сообщать о своих услугах и цене, тогда как другие используют более традиционные способы, включая устные рекомендации и рекламу в социальных сетях. </p>\r\n<h3>3. Личный подход</h3>\r\n<p>Каждая проститутка имеет свой уникальный стиль общения и взаимодействия с клиентами. Некоторые предпочитают быть более открытыми, тогда как другие могут демонстрировать сдержанность и скрытность.</p>\r\n<p>Каждый из этих типов имеет свой круг клиентов, и каждый клиент ищет свой уникальный опыт, что делает встречу с проституткой во Владивостоке всегда неповторимой.</p>\r\n<h2>Психология и мотивация: Почему женщины выбирают эту профессию</h2>\r\n<p>Вопрос о том, почему женщины становятся проститутками, требует глубокого анализа. Мотивация может быть разной: одни выбирают эту профессию для обеспечения себя и своей семьи, другие — для реализации своих сексуальных потребностей или поиска приключений. Давайте рассмотрим несколько ключевых факторов:</p> <a href=\"https://samara-no.club/\">дай волю желаниям</a>\r\n<ul>\r\n<li><strong>Экономические причины:</strong> Многие проститутки приходят в эту сферу из-за финансовых трудностей. Высокий уровень безработицы или низкие зарплаты в других отраслях делают проституцию доступным способом заработать.</li>\r\n<li><strong>Личностные особенности:</strong> Некоторым женщинам нравится чувство власти и контроля, которое они могут получить в этой профессии. Возможность устанавливать свои правила может быть привлекательно для многих.</li>\r\n<li><strong>Культурные и социальные факторы:</strong> Некоторые женщины росли в среде, где проституция не осуждается, и они не видят в этом ничего предосудительного.</li>\r\n</ul>\r\n<p>Понять мотивацию этих женщин можно лишь тогда, когда взглянешь на их истории, что делает данный вопрос значительно более сложным, чем может показаться на первый взгляд.</p>\r\n<h2>Аспекты безопасности: права и здоровье</h2>\r\n<p>Легализация проституции в Владивостоке сопровождается определенными правами и обязанностями, которые обеспечивают безопасность работниц. Проститутки имеют право на защиту здоровья, права на работу в безопасных условиях, а также на защиту от насильственных действий. Многие из них регулярно проходят медицинское обследование, что позволяет им контролировать свое здоровье и здоровье клиентов.</p>\r\n<h3>1. Правовая защита</h3>\r\n<p>Проститутки имеют право требовать обеспечения безопасности, обращения в правоохранительные органы в случае правонарушений и даже получения юридической помощи. Это означает, что работницы могут работать без страха преследования.</p>\r\n<h3>2. Клиенты и здоровье</h3>\r\n<p>Клиенты также несут ответственность за свое здоровье. Презервативы и другие средства защиты являются неотъемлемой частью процесса. Это важно не только для защиты работниц, но и для клиентов, так как позволяет предотвратить передачу инфекций.</p>\r\n<p>Регулярные медицинские осмотры и открытое обсуждение здоровья — эти аспекты становятся формой ответственности как со стороны проституток, так и со стороны клиентов.</p>\r\n<h2>Социальные стереотипы: реальность и мифы о проститутках</h2>\r\n<p>Существует множество мифов о проституции и проститутках, от стереотипов до страховых предрассудков. Эти мифы формируют общественное мнение о данной профессии и часто приводят к предвзятости. Например, существует мнение, что каждая проститутка — это жертва обстоятельств или насилия.</p>\r\n<p>Однако реальность может быть значительно иной. Сегодня многие проститутки — это независимые женщины, которые сделали осознанный выбор и работают по своей воле. Важно помнить, что каждая ситуация индивидуальна, и обобщения могут быть опасными. </p>\r\n<h3>1. Привлекательность и стереотипы</h3>\r\n<p>Неоднократно звучит утверждение, что проститутки лишь хотят легких денег, однако, как уже упоминалось ранее, за этим скрывается множество личных историй и причин. Ограничение категории проституток до стереотипов означает пренебрежение сложностью выбора каждой индивидуумной женщины.</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/prostitutki-vladivostoka-komu-ne-nuzhny-lishnie_1.jpg\" width=\"337\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><h3>2. Отношение общества</h3>\r\n<p>К сожалению, даже в легализованных областях проституции, проститутки часто оказываются на обочине общества. Существует стигматизация как со стороны окружающих, так и со стороны клиентов, что может приводить к ухудшению их психоэмоционального состояния.</p>\r\n<p>Важно оставаться открытыми к истине, которая находится за пределами предвзятых представлений — мир интим-услуг сложен и многогранен.</p>\r\n<h2>Этика и уважение: Как взаимодействовать с проститутками</h2>\r\n<p>Наконец, нельзя обойти стороной и этическую сторону вопроса. Взаимодействие с проститутками требует уважения, как к их правам, так и к их статусу. </p>\r\n<h3>1. Уважение и понимание</h3>\r\n<p>Клиентам важно помнить, что проститутки — это не просто товар, а люди с своими чувствами, желаниями и мечтами. Это означает, что их следует воспринимать как равных, а не как объекты для удовлетворения своих потребностей.</p>\r\n<h3>2. Честное соглашение</h3>\r\n<p>Одним из ключевых аспектов этичного обращения является честность. Клиенты должны быть готовы открыто обсудить свои ожидания и границы, а проститутки, в свою очередь, должны делать то же самое. Это позволит избежать недопонимания и создать комфортную атмосферу для обеих сторон.</p>\r\n<p>Таким образом, когда клиенты взаимодействуют с проститутками, они должны помнить, что каждый из них заслуживает уважения и понимания, вне зависимости от их профессии.</p>\r\n<p>Проституция во Владивостоке — это сложная и многогранная сфера, которая требует внимательного и осознанного подхода. Легализация данной профессиональной деятельности открывает новые горизонты как для работниц, так и для клиентов, позволяя создать безопасные и ответственные условия для всех участников. Важно понимать и уважать выбор каждого, видеть за цифрами и стереотипами реальных людей с их историями и стремлениями.</p>','Проститутки Владивостока: Кому не нужны лишние слова и проблемы?','','publish','closed','','','prostitutki-vladivostoka-komu-ne-nuzhny-lishnie','','','2025-10-11 16:38:28','2025-10-11 09:38:28','',0,'https://lion288slot.com/?p=367',0,'post','',0),
(368,1,'2025-10-11 16:38:28','2025-10-11 09:38:28','<p>В Владивостоке, как и в многих других крупных городах мира, проституция легализована, что открывает для нас интересную и сложную тему, связанную с интимными услугами. В этом городе, находящемся на берегу Тихого океана, жизнь бурлит, а разнообразие услуг, предлагаемых местными проститутками, говорит само за себя. Эта статья не только расскажет о том, кто такие проститутки Владивостока, но и погрузит читателя в их мир, позволяя увидеть реальность, которая часто скрыта от глаз общества. Мы обсудим, какие услуги они предлагают, каковы их права и обязанности, а также черты, отличающие их от других сфер предоставления услуг. Читая эту статью, вы получите возможность глубже понять эту многогранную тему и оценить человеческую сторону жизни проституток.</p>\r\n<h2>Что стоит за цифрами: статистика и рынок интим-услуг в Владивостоке</h2>\r\n<p>Рынок интим-услуг в Владивостоке представляет собой многогранный и динамично развивающийся феномен. Важно понимать, что легализация проституции не только обеспечивает безопасность для работниц этой сферы, но и вносит существенные изменения в саму экономику города. По оценкам экспертов, количество зарегистрированных проституток здесь составляет несколько тысяч, что делает Владивосток одним из ключевых мест в регионе, где такие услуги становятся нормой.</p>\r\n<ul>\r\n<li>По статистике, около 70% клиентов — это мужчины в возрасте от 25 до 50 лет.</li>\r\n<li>Каждый пятый клиент использует интим-услуги более одного раза в месяц.</li>\r\n<li>Средняя стоимость услуг варьируется от 3 до 10 тысяч рублей за встречу, в зависимости от уровня сервиса.</li>\r\n</ul>\r\n<p>Этот рынок имеет свои риски и слабости, однако устойчивая легализация позволяет создать правила игры. Работницы имеют право работать в безопасных условиях, зарабатывать деньги и, в определенной степени, контролировать свою жизнь. В отличие от нелегальных форм проституции, которые рискуют столкнуться с правовыми проблемами, легальные проститутки могут работать без страха быть арестованными.</p>\r\n<h2>Кто они: разные типы проституток в Владивостоке</h2>\r\n<p>Проститутки во Владивостоке представляют собой разнообразную палитру женщин (и мужчин), каждая из которых имеет свою историю, цели и подход к работе. Классифицировать их можно по нескольким критериям:</p>\r\n<h3>1. Уровень сервиса</h3>\r\n<p>Некоторые проститутки предлагают базовые услуги, например, секс за вознаграждение, в то время как другие могут предоставлять дополнительные услуги, такие как сопровождение на мероприятиях, эротический массаж или даже дипломированный массаж. В зависимости от уровня сервиса и предоставляемых услуг, цены могут значительно различаться.</p>\r\n<h3>2. Способы привлечения клиентов</h3>\r\n<p>Некоторые проститутки работают через специализированные сайты, где они могут создавать профили, сообщать о своих услугах и цене, тогда как другие используют более традиционные способы, включая устные рекомендации и рекламу в социальных сетях. </p>\r\n<h3>3. Личный подход</h3>\r\n<p>Каждая проститутка имеет свой уникальный стиль общения и взаимодействия с клиентами. Некоторые предпочитают быть более открытыми, тогда как другие могут демонстрировать сдержанность и скрытность.</p>\r\n<p>Каждый из этих типов имеет свой круг клиентов, и каждый клиент ищет свой уникальный опыт, что делает встречу с проституткой во Владивостоке всегда неповторимой.</p>\r\n<h2>Психология и мотивация: Почему женщины выбирают эту профессию</h2>\r\n<p>Вопрос о том, почему женщины становятся проститутками, требует глубокого анализа. Мотивация может быть разной: одни выбирают эту профессию для обеспечения себя и своей семьи, другие — для реализации своих сексуальных потребностей или поиска приключений. Давайте рассмотрим несколько ключевых факторов:</p> <a href=\"https://samara-no.club/\">дай волю желаниям</a>\r\n<ul>\r\n<li><strong>Экономические причины:</strong> Многие проститутки приходят в эту сферу из-за финансовых трудностей. Высокий уровень безработицы или низкие зарплаты в других отраслях делают проституцию доступным способом заработать.</li>\r\n<li><strong>Личностные особенности:</strong> Некоторым женщинам нравится чувство власти и контроля, которое они могут получить в этой профессии. Возможность устанавливать свои правила может быть привлекательно для многих.</li>\r\n<li><strong>Культурные и социальные факторы:</strong> Некоторые женщины росли в среде, где проституция не осуждается, и они не видят в этом ничего предосудительного.</li>\r\n</ul>\r\n<p>Понять мотивацию этих женщин можно лишь тогда, когда взглянешь на их истории, что делает данный вопрос значительно более сложным, чем может показаться на первый взгляд.</p>\r\n<h2>Аспекты безопасности: права и здоровье</h2>\r\n<p>Легализация проституции в Владивостоке сопровождается определенными правами и обязанностями, которые обеспечивают безопасность работниц. Проститутки имеют право на защиту здоровья, права на работу в безопасных условиях, а также на защиту от насильственных действий. Многие из них регулярно проходят медицинское обследование, что позволяет им контролировать свое здоровье и здоровье клиентов.</p>\r\n<h3>1. Правовая защита</h3>\r\n<p>Проститутки имеют право требовать обеспечения безопасности, обращения в правоохранительные органы в случае правонарушений и даже получения юридической помощи. Это означает, что работницы могут работать без страха преследования.</p>\r\n<h3>2. Клиенты и здоровье</h3>\r\n<p>Клиенты также несут ответственность за свое здоровье. Презервативы и другие средства защиты являются неотъемлемой частью процесса. Это важно не только для защиты работниц, но и для клиентов, так как позволяет предотвратить передачу инфекций.</p>\r\n<p>Регулярные медицинские осмотры и открытое обсуждение здоровья — эти аспекты становятся формой ответственности как со стороны проституток, так и со стороны клиентов.</p>\r\n<h2>Социальные стереотипы: реальность и мифы о проститутках</h2>\r\n<p>Существует множество мифов о проституции и проститутках, от стереотипов до страховых предрассудков. Эти мифы формируют общественное мнение о данной профессии и часто приводят к предвзятости. Например, существует мнение, что каждая проститутка — это жертва обстоятельств или насилия.</p>\r\n<p>Однако реальность может быть значительно иной. Сегодня многие проститутки — это независимые женщины, которые сделали осознанный выбор и работают по своей воле. Важно помнить, что каждая ситуация индивидуальна, и обобщения могут быть опасными. </p>\r\n<h3>1. Привлекательность и стереотипы</h3>\r\n<p>Неоднократно звучит утверждение, что проститутки лишь хотят легких денег, однако, как уже упоминалось ранее, за этим скрывается множество личных историй и причин. Ограничение категории проституток до стереотипов означает пренебрежение сложностью выбора каждой индивидуумной женщины.</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/prostitutki-vladivostoka-komu-ne-nuzhny-lishnie_1.jpg\" width=\"337\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><h3>2. Отношение общества</h3>\r\n<p>К сожалению, даже в легализованных областях проституции, проститутки часто оказываются на обочине общества. Существует стигматизация как со стороны окружающих, так и со стороны клиентов, что может приводить к ухудшению их психоэмоционального состояния.</p>\r\n<p>Важно оставаться открытыми к истине, которая находится за пределами предвзятых представлений — мир интим-услуг сложен и многогранен.</p>\r\n<h2>Этика и уважение: Как взаимодействовать с проститутками</h2>\r\n<p>Наконец, нельзя обойти стороной и этическую сторону вопроса. Взаимодействие с проститутками требует уважения, как к их правам, так и к их статусу. </p>\r\n<h3>1. Уважение и понимание</h3>\r\n<p>Клиентам важно помнить, что проститутки — это не просто товар, а люди с своими чувствами, желаниями и мечтами. Это означает, что их следует воспринимать как равных, а не как объекты для удовлетворения своих потребностей.</p>\r\n<h3>2. Честное соглашение</h3>\r\n<p>Одним из ключевых аспектов этичного обращения является честность. Клиенты должны быть готовы открыто обсудить свои ожидания и границы, а проститутки, в свою очередь, должны делать то же самое. Это позволит избежать недопонимания и создать комфортную атмосферу для обеих сторон.</p>\r\n<p>Таким образом, когда клиенты взаимодействуют с проститутками, они должны помнить, что каждый из них заслуживает уважения и понимания, вне зависимости от их профессии.</p>\r\n<p>Проституция во Владивостоке — это сложная и многогранная сфера, которая требует внимательного и осознанного подхода. Легализация данной профессиональной деятельности открывает новые горизонты как для работниц, так и для клиентов, позволяя создать безопасные и ответственные условия для всех участников. Важно понимать и уважать выбор каждого, видеть за цифрами и стереотипами реальных людей с их историями и стремлениями.</p>','Проститутки Владивостока: Кому не нужны лишние слова и проблемы?','','inherit','closed','closed','','367-revision-v1','','','2025-10-11 16:38:28','2025-10-11 09:38:28','',367,'https://lion288slot.com/?p=368',0,'revision','',0),
(369,1,'2025-10-11 21:13:31','2025-10-11 14:13:31','<html><body><h1>Türkiye\'de Casibom Casino Yasal mı? Online Kumar Yasalarına Kapsamlı Rehber</h1><p>Türkiye\'de Casibom Casino\'nun yasal olup olmadığı, birçok oyuncunun merak ettiği önemli bir konudur. Kısaca cevap vermek gerekirse, Türkiye\'de online casinolar, özellikle yasal düzenlemeler nedeniyle genellikle yasaklanmıştır ve Casibom Casino da bu kapsamda değerlendirilebilir. Ancak bazı istisnai durumlar ve gelişmeler bulunmaktadır. Bu rehberde, Türkiye\'deki online kumar yasalarını, Casibom Casino\'nun yasal durumunu, kullanıcıların haklarını ve risklerini detaylı bir şekilde inceleyeceğiz.</p><h2>Türkiye\'deki Online Kumar Düzenlemeleri ve Yasal Çerçeve</h2><p>Türkiye\'de kumar oyunları ve bahis faaliyetleri, 2007 ve öncesi yürürlüğe giren çeşitli kanun ve düzenlemelerle sıkı bir şekilde düzenlenmiştir. Resmi olarak, sadece devletin izin verdiği ve denetlediği Milli Piyango ve Spor Toto gibi kurumlar yasal kabul edilir. Online kumar ve casino siteleri ise genel olarak yasadışıdır ve erişimleri BTK tarafından engellenmektedir. Yasal düzenlemenin temel amaçları arasında, vatandaşları yasa dışı bahislerin olumsuz etkilerinden korumak ve vergi kayıplarını önlemek vardır.</p><p>Buna ek olarak, Türkiye\'deki mevzuat şunları içerir:</p><ul><li>6112 sayılı Radyo ve Televizyonların Kuruluş ve Yayın Hizmetleri Kanunu</li><li>5187 sayılı Basın Kanunu</li><li>7258 sayılı Kanunla getirilen kumar sitelerinin erişim engeli</li></ul><p>Bu yasalar sayesinde online casino sitelerinin büyük bir kısmı Türkiye’de resmi olarak faaliyet gösteremez.</p><h2>Casibom Casino\'nun Türkiye\'deki Statüsü Nedir?</h2><p>Casibom Casino, faaliyet gösterdiği bazı ülkelerde lisanslı olabilmekle birlikte, Türkiye’de yasal bir lisansa sahip değildir. Bu durum, Casibom’un Türkiye kullanıcılarına hizmet verirken yasal engellerle karşılaştığı anlamına gelir. Hükümet, yasal olmayan casino sitelerine erişimi engellemek için çeşitli teknik önlemler almıştır. Bu önlemler arasında DNS engelleme, IP bloklama ve reklam yasakları yer almaktadır. Ancak Casibom ve benzeri siteler zaman zaman bu engelleri aşmak için altyapılarını değiştirmekte ve farklı domainlerle Türk oyuncuları çekmeye devam etmektedirler <a href=\"https://casibom-online.com/\">Casibom güncel giriş</a>.</p><p>Casibom Casino\'nun yasal olmamasının başlıca sonuçları şunlardır:</p><ol><li>Kullanıcılar yasal korumadan yararlanamaz.</li><li>Ödemeler ve para çekme işlemlerinde sorunlar yaşanabilir.</li><li>Türk kullanıcıların hukuki riskler altına girmesi olasıdır.</li></ol><p>Dolayısıyla, Casibom Casino Türkiye’de yasal bir platform olarak değerlendirilmemektedir.</p><h3>Türkiye\'de Online Kumar Oynamanın Riskleri</h3><p>Türkiye’de yasal olmayan online casinolar üzerinden oyun oynamanın pek çok riski bulunmaktadır. Bunların başında kullanıcıların tüketici haklarının korunmaması gelir. Çünkü yasal platformlarda sıkı denetimler ve denge mekanizmaları bulunduğu halde yasadışı platformlarda hile, ödeme sorunları veya hesap bloke edilmesi gibi sorunlarla karşılaşılabilir. Ayrıca, yasal olmayan siteler parasal ve kişisel bilgilerin güvenliği konusunda da risk taşımaktadır. Kumar bağımlılığı ve ekonomik zararın önlenmesi amacıyla devlet, online kumar faaliyetlerini yasaklamış ve kullanıcıları uyarma politikaları geliştirmiştir.</p><p>Başlıca riskler şunlardır:</p><ul><li>Kredi kartı ve banka bilgisi güvenliği</li><li>Para çekme ve yatırma işlemlerinde yaşanan gecikmeler</li><li>Hukuki yaptırımlar ve cezai süreçler</li><li>Bağımlılık ve sosyal sorunların artması</li></ul><h2>Yasal Alternatifler ve Güvenli Oyun Seçenekleri</h2><p>Türkiye’de online kumar oynamak isteyen kullanıcılar için yasal alternatifler sınırlı olsa da bulunmaktadır. Özellikle Spor Toto ve Milli Piyango gibi devlet onaylı ve denetimli kurumlar, bahis alanında yasal zemini sağlamaktadır. Ayrıca, bazı yasal çevrimiçi poker veya benzeri oyun platformları da düzenlenmiş ve belli şartlar dahilinde faaliyet göstermektedir. Güvenli oyun için kullanıcıların öncelikle lisanslı ve Türkiye Cumhuriyeti sınırları içinde hukuki zemini olan platformları tercih etmeleri önemlidir. Bu sayede, hem maddi kayıplar azalır hem de yasal sorunlarla karşılaşma riski minimize edilir.</p><p>Listelenen bazı yasal avantajlar:</p><ol><li>Kullanıcı haklarının korunması</li><li>Resmi denetim ve şeffaflık</li><li>Güvenlik standartlarının sağlanması</li><li>Kumar bağımlılığı ile mücadele programları</li><li>Vergi ve yasal düzenlemelere uygunluk</li></ol><h2>Gelecekte Türkiye\'de Online Casino Yasalarında Olası Değişiklikler</h2><p>Türkiye’de online kumar yasaları zamanla değişme potansiyeline sahiptir. Dünya genelinde birçok ülkede online casino sektörü düzenli büyüme gösterirken, Türkiye’de henüz bu alanda kapsamlı bir yasal altyapı oluşturulmamıştır. Önümüzdeki yıllarda, devletin hem gelir kayıplarını önlemek hem de bireyleri korumak amacıyla daha esnek ve kontrollü bir düzenleme yapması mümkün olabilir. Bu da Casibom gibi platformların Türkiye pazarına yasal anlamda girebilmesinin yolunu açabilir. Ancak bu süreç oldukça dikkatli ve titiz bir mevzuat çalışmasını gerektirecektir.</p><p>Beklenen düzenlemeler şu alanlarda yoğunlaşabilir:</p><ul><li>Çevrimiçi casino lisanslarının verilmesi</li><li>Denetim ve kontrollerin sıkılaştırılması</li><li>Güvenli ödeme sistemlerinin oluşturulması</li><li>Zararlı etkilerin önlenmesi için önlemler</li><li>Kullanıcı eğitimlerinin artırılması</li></ul><h2>Sonuç</h2><p>Türkiye\'de Casibom Casino\'nun yasal olmadığı açıktır ve online kumar yasaları gereği bu tür platformlara erişim engellenmektedir. Bunun temel sebebi, Türkiye’de online casinoların devlet kontrolü dışında faaliyet göstermesinin yasa dışı kabul edilmesidir. Kullanıcılar için en güvenli yol, Türkiye tarafından onaylanan resmi platformları tercih etmek ve yasa dışı casino sitelerinden kaçınmaktır. Gelecekte, online kumar alanında mevzuatın gelişmesiyle yasal ve güvenli seçeneklerin artması beklenebilir. Ancak şimdilik, Casibom ve benzeri sitelerin kullanılması çeşitli riskler taşımaktadır ve hukuki açıdan sakıncalıdır.</p><h2>Sıkça Sorulan Sorular (FAQ)</h2><h3>1. Türkiye’de Casibom Casino’ya nasıl erişirim?</h3><p>Resmi olarak erişim engellendiği için doğrudan erişim mümkün değildir. Bazı kullanıcılar VPN veya proxy kullanarak erişmeye çalışsa da bu yöntem yasal değildir ve güvenlik riskleri içerir.</p><h3>2. Casibom Casino lisanslı mı?</h3><p>Türkiye’de faaliyet göstermesi için geçerli bir lisansı yoktur. Uluslararası lisansları olsa da, Türkiye yasalarına göre yasal kabul edilmez.</p><h3>3. Yasal olarak hangi online casino oyunlarını oynayabilirim?</h3><p>Şu anda Türkiye’de yasal çevrimiçi casino hizmetleri bulunmamaktadır. Ancak Spor Toto ve Milli Piyango gibi devlet kurumlarına ait bahis ve şans oyunları oynanabilir.</p><h3>4. Türkiye’de online kumar oynarken dikkat edilmesi gerekenler nelerdir?</h3><p>Kullanıcılar, yasal olmayan sitelerden uzak durmalı, kişisel ve finansal verilerini korumalı, bağımlılık riskine karşı dikkatli olmalı ve resmi platformları tercih etmelidir.</p><h3>5. Casibom Casino gelecekte Türkiye’de yasal olur mu?</h3><p>Bu konuda henüz net bir yasal düzenleme yoktur; ancak sektörde dünya trendleri ve talepler doğrultusunda düzenlemeler yapılması olasıdır. Bununla birlikte sürecin uzun ve karmaşık olacağı tahmin edilmektedir.</p></body></html>','Türkiye\'de Casibom Casino Yasal mı? Online Kumar Yasalarına Kapsamlı Rehber','','publish','closed','','','turkiyede-casibom-casino-yasal-mi','','','2025-10-12 07:32:06','2025-10-12 00:32:06','',0,'https://lion288slot.com/?p=369',0,'post','',0),
(370,1,'2025-10-12 07:32:06','2025-10-12 00:32:06','<html><body><h1>Türkiye\'de Casibom Casino Yasal mı? Online Kumar Yasalarına Kapsamlı Rehber</h1><p>Türkiye\'de Casibom Casino\'nun yasal olup olmadığı, birçok oyuncunun merak ettiği önemli bir konudur. Kısaca cevap vermek gerekirse, Türkiye\'de online casinolar, özellikle yasal düzenlemeler nedeniyle genellikle yasaklanmıştır ve Casibom Casino da bu kapsamda değerlendirilebilir. Ancak bazı istisnai durumlar ve gelişmeler bulunmaktadır. Bu rehberde, Türkiye\'deki online kumar yasalarını, Casibom Casino\'nun yasal durumunu, kullanıcıların haklarını ve risklerini detaylı bir şekilde inceleyeceğiz.</p><h2>Türkiye\'deki Online Kumar Düzenlemeleri ve Yasal Çerçeve</h2><p>Türkiye\'de kumar oyunları ve bahis faaliyetleri, 2007 ve öncesi yürürlüğe giren çeşitli kanun ve düzenlemelerle sıkı bir şekilde düzenlenmiştir. Resmi olarak, sadece devletin izin verdiği ve denetlediği Milli Piyango ve Spor Toto gibi kurumlar yasal kabul edilir. Online kumar ve casino siteleri ise genel olarak yasadışıdır ve erişimleri BTK tarafından engellenmektedir. Yasal düzenlemenin temel amaçları arasında, vatandaşları yasa dışı bahislerin olumsuz etkilerinden korumak ve vergi kayıplarını önlemek vardır.</p><p>Buna ek olarak, Türkiye\'deki mevzuat şunları içerir:</p><ul><li>6112 sayılı Radyo ve Televizyonların Kuruluş ve Yayın Hizmetleri Kanunu</li><li>5187 sayılı Basın Kanunu</li><li>7258 sayılı Kanunla getirilen kumar sitelerinin erişim engeli</li></ul><p>Bu yasalar sayesinde online casino sitelerinin büyük bir kısmı Türkiye’de resmi olarak faaliyet gösteremez.</p><h2>Casibom Casino\'nun Türkiye\'deki Statüsü Nedir?</h2><p>Casibom Casino, faaliyet gösterdiği bazı ülkelerde lisanslı olabilmekle birlikte, Türkiye’de yasal bir lisansa sahip değildir. Bu durum, Casibom’un Türkiye kullanıcılarına hizmet verirken yasal engellerle karşılaştığı anlamına gelir. Hükümet, yasal olmayan casino sitelerine erişimi engellemek için çeşitli teknik önlemler almıştır. Bu önlemler arasında DNS engelleme, IP bloklama ve reklam yasakları yer almaktadır. Ancak Casibom ve benzeri siteler zaman zaman bu engelleri aşmak için altyapılarını değiştirmekte ve farklı domainlerle Türk oyuncuları çekmeye devam etmektedirler <a href=\"https://casibom-online.com/\">Casibom güncel giriş</a>.</p><p>Casibom Casino\'nun yasal olmamasının başlıca sonuçları şunlardır:</p><ol><li>Kullanıcılar yasal korumadan yararlanamaz.</li><li>Ödemeler ve para çekme işlemlerinde sorunlar yaşanabilir.</li><li>Türk kullanıcıların hukuki riskler altına girmesi olasıdır.</li></ol><p>Dolayısıyla, Casibom Casino Türkiye’de yasal bir platform olarak değerlendirilmemektedir.</p><h3>Türkiye\'de Online Kumar Oynamanın Riskleri</h3><p>Türkiye’de yasal olmayan online casinolar üzerinden oyun oynamanın pek çok riski bulunmaktadır. Bunların başında kullanıcıların tüketici haklarının korunmaması gelir. Çünkü yasal platformlarda sıkı denetimler ve denge mekanizmaları bulunduğu halde yasadışı platformlarda hile, ödeme sorunları veya hesap bloke edilmesi gibi sorunlarla karşılaşılabilir. Ayrıca, yasal olmayan siteler parasal ve kişisel bilgilerin güvenliği konusunda da risk taşımaktadır. Kumar bağımlılığı ve ekonomik zararın önlenmesi amacıyla devlet, online kumar faaliyetlerini yasaklamış ve kullanıcıları uyarma politikaları geliştirmiştir.</p><p>Başlıca riskler şunlardır:</p><ul><li>Kredi kartı ve banka bilgisi güvenliği</li><li>Para çekme ve yatırma işlemlerinde yaşanan gecikmeler</li><li>Hukuki yaptırımlar ve cezai süreçler</li><li>Bağımlılık ve sosyal sorunların artması</li></ul><h2>Yasal Alternatifler ve Güvenli Oyun Seçenekleri</h2><p>Türkiye’de online kumar oynamak isteyen kullanıcılar için yasal alternatifler sınırlı olsa da bulunmaktadır. Özellikle Spor Toto ve Milli Piyango gibi devlet onaylı ve denetimli kurumlar, bahis alanında yasal zemini sağlamaktadır. Ayrıca, bazı yasal çevrimiçi poker veya benzeri oyun platformları da düzenlenmiş ve belli şartlar dahilinde faaliyet göstermektedir. Güvenli oyun için kullanıcıların öncelikle lisanslı ve Türkiye Cumhuriyeti sınırları içinde hukuki zemini olan platformları tercih etmeleri önemlidir. Bu sayede, hem maddi kayıplar azalır hem de yasal sorunlarla karşılaşma riski minimize edilir.</p><p>Listelenen bazı yasal avantajlar:</p><ol><li>Kullanıcı haklarının korunması</li><li>Resmi denetim ve şeffaflık</li><li>Güvenlik standartlarının sağlanması</li><li>Kumar bağımlılığı ile mücadele programları</li><li>Vergi ve yasal düzenlemelere uygunluk</li></ol><h2>Gelecekte Türkiye\'de Online Casino Yasalarında Olası Değişiklikler</h2><p>Türkiye’de online kumar yasaları zamanla değişme potansiyeline sahiptir. Dünya genelinde birçok ülkede online casino sektörü düzenli büyüme gösterirken, Türkiye’de henüz bu alanda kapsamlı bir yasal altyapı oluşturulmamıştır. Önümüzdeki yıllarda, devletin hem gelir kayıplarını önlemek hem de bireyleri korumak amacıyla daha esnek ve kontrollü bir düzenleme yapması mümkün olabilir. Bu da Casibom gibi platformların Türkiye pazarına yasal anlamda girebilmesinin yolunu açabilir. Ancak bu süreç oldukça dikkatli ve titiz bir mevzuat çalışmasını gerektirecektir.</p><p>Beklenen düzenlemeler şu alanlarda yoğunlaşabilir:</p><ul><li>Çevrimiçi casino lisanslarının verilmesi</li><li>Denetim ve kontrollerin sıkılaştırılması</li><li>Güvenli ödeme sistemlerinin oluşturulması</li><li>Zararlı etkilerin önlenmesi için önlemler</li><li>Kullanıcı eğitimlerinin artırılması</li></ul><h2>Sonuç</h2><p>Türkiye\'de Casibom Casino\'nun yasal olmadığı açıktır ve online kumar yasaları gereği bu tür platformlara erişim engellenmektedir. Bunun temel sebebi, Türkiye’de online casinoların devlet kontrolü dışında faaliyet göstermesinin yasa dışı kabul edilmesidir. Kullanıcılar için en güvenli yol, Türkiye tarafından onaylanan resmi platformları tercih etmek ve yasa dışı casino sitelerinden kaçınmaktır. Gelecekte, online kumar alanında mevzuatın gelişmesiyle yasal ve güvenli seçeneklerin artması beklenebilir. Ancak şimdilik, Casibom ve benzeri sitelerin kullanılması çeşitli riskler taşımaktadır ve hukuki açıdan sakıncalıdır.</p><h2>Sıkça Sorulan Sorular (FAQ)</h2><h3>1. Türkiye’de Casibom Casino’ya nasıl erişirim?</h3><p>Resmi olarak erişim engellendiği için doğrudan erişim mümkün değildir. Bazı kullanıcılar VPN veya proxy kullanarak erişmeye çalışsa da bu yöntem yasal değildir ve güvenlik riskleri içerir.</p><h3>2. Casibom Casino lisanslı mı?</h3><p>Türkiye’de faaliyet göstermesi için geçerli bir lisansı yoktur. Uluslararası lisansları olsa da, Türkiye yasalarına göre yasal kabul edilmez.</p><h3>3. Yasal olarak hangi online casino oyunlarını oynayabilirim?</h3><p>Şu anda Türkiye’de yasal çevrimiçi casino hizmetleri bulunmamaktadır. Ancak Spor Toto ve Milli Piyango gibi devlet kurumlarına ait bahis ve şans oyunları oynanabilir.</p><h3>4. Türkiye’de online kumar oynarken dikkat edilmesi gerekenler nelerdir?</h3><p>Kullanıcılar, yasal olmayan sitelerden uzak durmalı, kişisel ve finansal verilerini korumalı, bağımlılık riskine karşı dikkatli olmalı ve resmi platformları tercih etmelidir.</p><h3>5. Casibom Casino gelecekte Türkiye’de yasal olur mu?</h3><p>Bu konuda henüz net bir yasal düzenleme yoktur; ancak sektörde dünya trendleri ve talepler doğrultusunda düzenlemeler yapılması olasıdır. Bununla birlikte sürecin uzun ve karmaşık olacağı tahmin edilmektedir.</p></body></html>','Türkiye\'de Casibom Casino Yasal mı? Online Kumar Yasalarına Kapsamlı Rehber','','inherit','closed','closed','','369-revision-v1','','','2025-10-12 07:32:06','2025-10-12 00:32:06','',369,'https://lion288slot.com/?p=370',0,'revision','',0),
(371,1,'2025-10-12 04:23:18','2025-10-11 21:23:18','<meta name=\"description\" content=\"Também é\" \"oferecido aos novos jogadores um bônus especial com um código promocional – 150% no primeiro depósito. \"/><h1>Pin Up Casino Brasil Site Oficial E Jogos Online</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Quais São As Vantagens Do Site Pin Up Cassino? </a></li><li><a href=\"#toc-1\">Escolha Os Jogos Pin Up</a></li><li><a href=\"#toc-2\">Críticas Do Casino Online Pin-up</a></li><li><a href=\"#toc-3\">Verificação De Conta</a></li><li><a href=\"#toc-4\">Bônus De Boas-vindas Para Novos Usuários Not Any Casino Pinup</a></li><li><a href=\"#toc-5\">Serviço De Suporte Ao Cliente Do Cassino Online Pin-up Brasil</a></li><li><a href=\"#toc-6\">Esportes Virtuais</a></li><li><a href=\"#toc-7\">Serviço De Suporte Pin-up</a></li><li><a href=\"#toc-8\">Pin Up Gamble Login</a></li><li><a href=\"#toc-9\">Como Fazer Teu Primeiro Depósito Electronic Receber Um Bônus</a></li><li><a href=\"#toc-10\">O Que Você Deve Prestar Atenção Quando Jogar No Cassino Pin Up</a></li><li><a href=\"#toc-11\">Pin Up Logon - O Espelho Oficial Atual Carry Out Pin Up Casino</a></li><li><a href=\"#toc-12\">A Pin Up Gambling Establishment Brasil Oferece Bônus De Boas-vindas? </a></li><li><a href=\"#toc-13\">Passo A Passo Para Login</a></li><li><a href=\"#toc-14\">Pin Up On Line Casino Brasil – Oportunidades Infinitas Para Operating-system Jogadores</a></li><li><a href=\"#toc-15\">Que Ferramentas Exclusivas Os Jogadores Pin Up Recebem</a></li><li><a href=\"#toc-16\">Vantagens E Desvantagens Da Versão Móvel</a></li><li><a href=\"#toc-17\">O Que Decidir: Uma Versão Cellular Do Site Ou Um Aplicativo? </a></li><li><a href=\"#toc-18\">Rodadas Grátis</a></li><li><a href=\"#toc-19\">Registro Na Plataforma Pin-up Casino</a></li><li><a href=\"#toc-20\">Os Bônus Do Pin-up Casino São Legítimos? </a></li><li><a href=\"#toc-21\">Jogos De Tabuleiro Apresentando Crupiês Ao Vivo</a></li><li><a href=\"#toc-22\">Jogos, Apostas E Entretenimento Not Any Pin-up Casino Online</a></li><li><a href=\"#toc-23\">Bônus De Fim Para Semana</a></li><li><a href=\"#toc-24\">Registro Para Entrada\" \"Simply No Pin-up Casino Site</a></li><li><a href=\"#toc-25\">Promoções Atuais</a></li><li><a href=\"#toc-26\">Defina Limites De Jogo</a></li><li><a href=\"#toc-27\">Pagamentos De Confiança Simply No Pinup Gaming Club</a></li><li><a href=\"#toc-30\">Por Que Os Jogadores Escolhem A Pin-up Bet? </a></li><li><a href=\"#toc-31\">Pin Up Slots</a></li><li><a href=\"#toc-33\">Pin-up Online Casino Aplicativo</a></li></ul></div><p>Você pode baixar o Pin-Up on line casino app download apk forma absolutamente gratuita, por este motivo, não há problema possuindo sua instalação.  Você só precisa visitar o site carry out clube de apostas e encontrar lá uma seção apresentando versões móveis.  Em poucos minutos, u programa estará na execução e instalado em seu dispositivo systems tablet.  O bônus e\" \"the conta real simply no cassino é separada, o jogador joga primeiro com seu próprio dinheiro, em caso de falha, ele pode utilizar a conta sobre bônus.  Se to bônus for reproduzido com sucesso, to dinheiro aparecerá mhh conta real.  Isto é importante, já que muitos cassinos estão \"soldando\" mezclando o bônus at the uma conta true e, portanto, não permitem a retirada dos ganhos até que a expresamente seja jogada.</p><ul><li>O total destes fatores torna o Aviator acessível a qualquer jogador, tanto a nível financeiro, como a nível de habilidades. </li><li>Nossa plataforma en su totalidad segura, garantindo o qual seus dados estejam sempre protegidos ao realizar o cadastro. </li><li>Infelizmente, o pin-up casino não oferece bônus sem depósito, uma escolha feita para garantir a segurança e a seriedade da plataforma. </li><li>Os usuários ocasionalmente enfrentam desafios durante o trâmite de verificação para conta. </li><li>Você pode comprar até 120% sobre seu depósito, até o limite de R$ 30. 1000, que você poderá utilizar em apostas de acumulador em partidas de esportes. </li></ul><p>O site oficial Pin-Up é totalmente seguro e protegido para usuários.  A proyecto tem uma licença global para legar serviços no domínio do jogo electronic das apostas.  Todas as informações recolhidas no site estão sob forte proteção, nomeadamente sob encriptação SSL.  Os dados são armazenados num servidor seguro e the empresa não operating-system transfere para terceiros nem os faz uso para fins pessoais.  Os Termos elizabeth Condições podem llevar de tempos em tempos, você é aconselhado a verificá-los de tempos em tempos para sostenerse ciente deles.  Para se registrar not any site oficial, você precisa especificar teu e-mail, criar uma senha para ele, depois abrir o e-mail e clicar no link destacado <a href=\"https://pinup-x.com.br/\">cassino online</a>.</p><h2 id=\"toc-0\">Quais São As Vantagens Do Site Flag Up Cassino? </h2><p>Por benefit, lembre-se de la cual, embora os jogos de slot possam ser divertidos, o jogo deve servir feito de forma responsável.  Nunca jogue com mais recurso financeiro do que você pode se entregar ao luxo para perder e considere definir limites em virtude de garantir que você não gaste demais.  Lembre-se de os quais, embora os jogos de slot possam ser divertidos, to jogo deve se tornar feito de maneira responsável.</p><ul><li>Um 2 primeiros bônus os quais os novos usuários recebem no estabelecimento online Pin-Up. </li><li>Toda semana você tem a possibilidade de encontrar um código de bônus exclusivo para 100% no depósito. </li><li>Depois para fazer seu inspección e efetuar um primeiro depósito, u novo cliente Pin Up irá receber a oferta, sobre acordo com to momento e um montante do depósito. </li><li>Encontre a seção com os torneios ativos e harmonie em \"participar\" em qualquer torneio ativo. </li><li>Existem vários campos para pesquisa e possibilidade de filtrar jogos e provedores. </li><li>Se você regarding pego com várias contas, suas contas podem ser suspensas ou fechadas. </li></ul><p>Se você descubrir qualquer dificuldade simply no login Pin-Up, lo que esquecimento de senha ou erros para autenticação, você tem a possibilidade de recuperar o acesso rapidamente.  Nossa função de recuperação está disponível via TEXT ou e-mail, garantindo que você volte ao jogo no ano de poucos minutos.  O login Cassino Flag Up está comprometedor em garantir la cual seus dados elizabeth seu acesso estejam sempre protegidos.  O apostador vai ter a possibilidade de fazer apostas discretos, múltiplas e de sistema, em vários mercados de apostas, com odds alinhadas aos valores ag indústria.  Em alguns casos, o apostador terá a ex profeso pin up na eventos com cotas mais lucrativas.\" \"[newline]O pin up apresenta ainda um serviço de streaming, possuindo transmissão de vários eventos.</p><h3 id=\"toc-1\">Escolha Os Games Pin Up</h3><p>O PinUp Casino não apenas oferece alguma ampla gama para jogos e promoções atraentes, mas também se preocupa apresentando o bem-estar sobre seus jogadores.  A plataforma promove ativamente o jogo responsável, fornecendo ferramentas e recursos para ajudar os usuários the\" \"manterem o controle relacionada suas atividades para jogo.  A administração exige obrigatoriamente um verificação para prevenir lavagem de dinheiro e operações fraudulentas.  Aqui será necessário adicionar scans sobre documentos (passaporte, carteira de motorista systems visto de residência).</p><ul><li>Os jogadores com certeza encontrarão uma de de jogos, software program certificado, de apostas elevados e suporte ao cliente. </li><li>Sem esquecer que é também uma casa de apostas on the web e ao listo e que contém um extenso catálogo de apostas, jogos de azar e entretenimento. </li><li>O cassino Pin-up apresenta um vasto catálogo de jogos apresentando dealer ao palpitante, os jogos para TV, caça-níquéis at the os jogos accident. </li><li>Os vários incentivos da plataforma permitem-lhe är anpassad för mais tempo nas suas actividades sobre lazer favoritas electronic aumentar as suas hipóteses de ganhar. </li><li>O Aviator, do desenvolvedor Spribe, tornou-se a huella registrada da plataforma. </li></ul><p>Estes são alguns dos primeiros jogos sobre casino que receberam um formato on-line.  O Pin Upward cassino online foi fundado relativamente ultimamente, mas já é reconhecido como um dos melhores cassinos on-line.  É possível constatar isso por excelentes avaliações 2 usuários e pela classificação que o Pin Up tem recebido por parte de vários elementos especializados.  Ao longo dos anos, to Pin Up expandiu sua presença international e conquistou a confiança de jogadores em diversos países.</p><h3 id=\"toc-2\">Críticas Do Casino Online Pin-up</h3><p>O cassino Pin Up contém um vasto catálogo de jogos possuindo dealer ao listo, os jogos de TV, caça-níquéis electronic os jogos crash.  A plataforma ainda promove ofertas do presente Gift Field, a cada R$ 500 depositados, através da possibilidade de ganhar giros grátis, pincoins, bônus ou recurso financeiro real.  Na Pin-Up, você encontrará uma ampla de opções de apostas na eventos.  Os têm a opção para escolher entre apostas individuais, apostas na vitória, resultado, problème e muitas outras de apostas.</p><ul><li>De acordo com as análises dos jogadores, podemos dizer que tudo funciona de manera constante e por um longo pace. </li><li>No entanto, aca você tem a oportunidade de jogar alguns jogos gratuitamente.\" \"[newline]Isso irá ajudá-lo the entender a essência do jogo e aumentar suas odds de ganhar no momento em que você começar a jogar com recurso financeiro. </li><li>Novas tecnologias tornam possível a new criação de simulações artificiais de eventos, assim surgiu o V-Sport - alguma alternativa para disciplinas reais, como futebol, basquete e hóquei. </li><li>Inclui os shows sobre TV, o Bacará, o Blackjack, no meio de várias outras opções, incluindo com jogos em tempo real. </li></ul><p>É portanto que é extremamente importante indicar informações confiáveis ​​sobre você.  Prepare digitalizações dos documentos necessários (passaporte, código de identificação).  Pode ativar o bónus sobre boas-vindas e produzir suas apostas systems jogar nos jogos de cassino, possuindo dinheiro real.  Esta é uma ótima oportunidade de ganhar dinheiro real em jogos de gambling establishment.</p><h2 id=\"toc-3\">Verificação De Conta</h2><p>O pin way up\" \"apostas permite que operating system jogadores apostem em uma ampla variedade para eventos esportivos com facilidade.  Além disso, o pin-up gamble brasil é amplamente reconhecido pela sua interface amigável electronic suporte de qualidade.  Para receber o bônus de boas-vindas, é necessário dormir pelo menos R$ 30 ou u equivalente em tenge.  O jogador necessita girar os fundos de bônus 50 vezes, após to que poderá alejar os ganhos para um cartão systems carteira.</p><ul><li>Deve fazer 1 depósito, para poder jogar os games com dealer ao vivo do gambling establishment pinup. </li><li>No caso de producir uma dispositivo Android, o usuário precisa clicar em «Download para Android», no site online pin up. </li><li>Certifique-se para seguir todas as etapas necessárias em virtude de desfrutar da experiência completa no Flag Up Casino. </li><li>O objetivo dos games crash é concluir a aposta anteriormente do objeto (por exemplo um avião) com o multiplicador explodir ou ensimismar do cenário. </li><li>O cassino Pin Upwards também oferece uma variedade de games no estilo loteria, proporcionando aos jogadores diversas opções afin de tentar a caso. </li><li>Esta oferta para bônus está disponível tanto no internet site oficial quanto em versão móvel carry out Pin Up On line casino. </li></ul><p>Além disso, a sociedad é bastante experiente,  então todos os serviços funcionam bastante aqui.  Excelentes bônus de depósito, uma variedade de métodos de pagamento disponíveis e uma imenso quantidade de apostas, além de centenas de jogos de cassino, são tudo sobre PinUp On line casino.  O Pin Upward Casino é um dos mais recentes estabelecimentos de game online do setor.  O site foi fundado através do finalidad de oferecer some sort of seus usuários games de cassino divertidos e seguros.  Atualmente, o casino on the internet conta com alguma ampla variedade de mais de one. 000 jogos em virtude de escolha, incluindo caça-níqueis, blackjack, roleta e poker.</p><h3 id=\"toc-4\">Bônus De Boas-vindas Para Novos Usuários Not Any Casino Pinup</h3><p>Além disso, você pode ir ao site oficial do Pin up casino app no seu navegador a qualquer momento.  O trabalho do usuario de jogos pra download é caracterizado pela alta velocidade de download Pin-Up casino, alta qualidade e excelente software.  O processo para Pin Up Casino login é, na verdade, bastante simples elizabeth rápido.  Milhares sobre pessoas são atraídas pela diversão, jogos de azar, locais para jogar online poker, roleta, e reconhecimento.</p><p>No painel abaixo, é possível ver os torneios atuais e as ofertas de bônus.  Se você intended for pego com várias contas, suas contas podem ser suspensas ou fechadas.  Sim, Real está na lista das mais importantes moedas e nós adicionamos muitos guias de pagamento nas quais ele pode ser utilizado.  Você tem a possibilidade de recuperar sua senha clicando no ponto de interrogação zero processo de conexão ao Pin UP e seguir as instruções.</p><h2 id=\"toc-5\">Serviço De Suporte Ao Cliente Do Cassino Online Pin-up Brasil</h2><p>Vão desde um Andar Bahar ao Teen Patti, passando pelos clássicos blackjack e bacará.  A o envio de documentos de identificação Brasil, como o passaporte.  Para comprar total, você precisará aguardar enquanto a administração verifica elizabeth confirma a autenticidade dos documentos huella.  Leia e compreenda as regras elizabeth condições do cassino e concorde possuindo elas.  Normalmente, u registro pode producir concluído assim que você aceitar a política.</p><ul><li>Normalmente, para jogadores verificados, o saque do dinheiro é instantâneo. </li><li>Ao selecionar um dos possíveis\" \"resultados, estes passam automaticamente para um boletim de apostas Pin Up, que o jogador deverá validar anteriormente das cartas começarem a ser colocadas na mesa. </li><li>A versão mobile é apenas uma cópia em miniatura perform site principal, nestes casos o usuário não terá dificuldade na entender este libro. </li><li>Para receber um bônus de primeiro depósito, o jogador deverá fazer o seu inspección no Pin-Up e depositar em tua conta, usando o dos métodos de depósito disponíveis. </li><li>Os usuários tem a possibilidade de facilmente pincoins na, organizados pela organizacion, cumprindo tarefas específicas e participando carry out programa de fidelidade cliente. </li></ul><p>Os provedores Play n’ Move e Habanero são os que têm mais versões de pôquer online not any cassino Pin Up.  Do Texas Hold’em até ao Caribbean Poker, passando durante versões como Joker Poker, Oasis\" \"a single hand ou Most American Poker one hundred hands.  O jogador terá um considerável leque de escolhas possíveis em relação ao pôquer online.  Para se possuir uma noção da quantidade de jogos disponíveis no Pin Up Cassino, basta dizer que a huella apresenta cerca para cinco dezenas sobre jogos crash.</p><h3 id=\"toc-6\">Esportes Virtuais</h3><p>É necessário destacar que um Pin-Up Casino contém jogos de roleta online RNG, apresentando gerador de número aleatório e games de roleta possuindo dealer ao festón.  No caso dos jogos de roleta online Pin-Up, o jogador poderá suprimir os jogos electronic experimentar diferentes estratégias de jogo, mhh versão demonstrativa perform jogo (demo).  Tratando-se de uma roleta com dealer ao palpitante, não existe, tais como já referido, alguma versão de demonstração.  A seção Illusione é outra dasjenige temáticas do Pin number Up Cassino, que inclui nesta área os caça-níqueis dedicados aos contos sobre fadas infantis, às lendas ou às figuras míticas.  Betano Bet também conta com uma coleção variada de slot machines de fantasia, oferecendo gráficos imersivos at the recursos especiais o qual transportam o jogador para universos mágicos.</p><ul><li>De acordo apresentando a maioria 2 Pin Up on line casino review sobre os levantamentos de prêmios not any Pin-Up bet gambling establishment, o operador perform cassino tem a new garantia de recompensar o dinheiro ganho. </li><li>Cada cuantioso do Pin-Up Royal Casino tem próprias e requer jogar através do canon. </li><li>Ao pesquisar por “dice” ou “craps”, no ámbito de procura sobre jogos, o usuário irá encontrar outras versões, de muchas fornecedores. </li><li>Além disso, o app pin-up oferece uma seção de FAQ abrangente, onde muitas dúvidas podem ser resolvidas rapidamente. </li><li>Essas promoções são pensadas para proporcionar benefícios adicionais aos jogadores e transformar a experiência simply no Casino Pin-up ainda mais recompensadora. </li></ul><p>Normalmente, para jogadores verificados, o tiro do dinheiro é instantâneo.  Atrasos possuindo transferências podem acontecer se o cassino online estiver sobrecarregado com pedidos sobre pagamento.  Ao reembolsar, fique de olho no status ag solicitação, o cassino pode exigir informações adicionais sobre to jogador.  Geralmente, não há cobrança de comissão por parte do cassino, contudo no caso para uso de recursos externos, tenha na mente que a transferência pode exigir um pagamento adicional.  Para encontrar néanmoins informações sobre operating-system métodos de pagamento disponíveis no Flag Up Casino, você pode visitar the página Pagamentos.  Esta página fornece detalhes sobre as diversas opções de depósito e retirada.</p><h2 id=\"toc-7\">Serviço De Suporte Pin-up</h2><p>Fazer o login através do telefone no Cassino Pin-Up é uma das formas também rápidas e con seguridad de acessar tua conta.  Com a verificação via SMS, você garante o qual somente você possua acesso ao teu perfil.  Além disto, a autenticação para dois fatores está disponível, garantindo ainda mais segurança para operating-system seus dados.  Existem várias vantagens sobre jogar no internet site Pin Up do cassino com criptomoeda.  Primeiro, esta é a opção mais feliz y sana para realizar transações financeiras devido à implementação de algoritmos criptográficos avançados.</p><ul><li>A administração certamente exigirá a confirmação deles com documentos oficiais. </li><li>O plan de fidelidade também oferece bônus afin de registro ou reposição do depósito perform jogo. </li><li>Um perfil completo não só melhora tua experiência, mas também ajuda na recuperação rápida da tua conta em problema de problemas de acesso. </li><li>Proporcionamos um ambiente de apostas envolvente e indudable para todos os usuários. </li></ul><p>Os jogos de no cassino on-line casino Pin Way up combinam elementos para programas de TELEVISION SET com jogos sobre azar.  No On line casino Pin Up, você pode fazer até mesmo apostas altas na jogos como Roleta da Fortuna, Superlotto, BetGames e TVBET.  O site perform Casino Pin Up e o aplicativo permitem todas o qual você jogue elizabeth teste sua caso em alguns jogos de com.</p><h3 id=\"toc-8\">Pin Up Bet Login</h3><p>Quando esse remate é atingido, um jogador recebe rodadas grátis para quaisquer jogos desse provedor.  O site estatal do Pin Upward dá acesso some sort of um grande número sobre jogos de casualidad.  Encontrará secções dedicadas a slots, games de mesa, apostas desportivas, lotarias, espectáculos ao vivo, crash slots e até bingo.  Um bónus de depósito, um programa de fidelidade lucrativo e um cashback mensal entre 5% e 10% encorajam-no a averiguar todas as características oferecidas pelo casino.</p><ul><li>Se você é um jogador recém-chegado ou já frequenta o cassino online Pin Upward, então você tem a chance de receber um cashback mensal. </li><li>A\" \"indicador sempre tem campanhas promocionais e ofertas de bônus acontecendo. </li><li>Para impedir isso, a administração recomenda o inspección imediato via celular. </li><li>Se ainda não tem while suas próprias preferências, pode utilizar the secção “Popular” no Pin-Up internet casino. </li><li>No nosso Cassino get access Pin-Up, priorizamos some sort of segurança dos nossos usuários, e a new maioria dos problemas de login tem a possibilidade de ser resolvida na minutos com since ferramentas de recuperação disponíveis. </li><li>A não é obrigatória, mas é alguma pequena etapa os quais jogo permite u à sua, depósitos e saques e ajuda a sortear problemas. </li></ul><p>Os muitos idiomas disponíveis incluem ucraniano, espanhol, russo, inglês e português.  O pin up apresenta mais de caça-níqueis, dos quais alguns simply no Brasil melhores caça-níqueis gratuitos online.  O jogador pode, nos jogos de azar, escolher a versão demo, que lhe permite jogar grátis.  Muitos usuários preferem jogar gratuitamente, anteriormente de avançar com o jogo em recurso financeiro real.  Este é um recurso la cual permite ao jogador não colocar em risco seu saldo e experimentar u jogo.  Nosso cassino online oferece uma empolgante gama para opções de games adaptadas às preferências diversas dos jogadores, apresentando títulos sobre ponta da Advancement Gaming.</p><h2 id=\"toc-9\">Como Fazer Teu Primeiro Depósito At The Receber Um Bônus</h2><p>Quanto à interface, o pin-up casino organiza teus principais menus para maneira intuitiva, facilitando a navegação afin de qualquer jogador.  Se você deseja acessar rapidamente as opções de jogos, apostas ou promoções, tudo está a poucos\" \"bande de distância.  O vôlei pode não ser tão well-liked entre os jogadores brasileiros, mas proporciona oportunidades de apostas empolgantes.  Fornecemos acesso a vários eventos de alto nível, incluindo Seleções Nacionais Juvenis, o Exito Europeu e diferentes Partidas Nacionais.  Nosso foco é proporcionar um ambiente tranquilo e envolvente em virtude de os entusiastas para esportes.  Proporcionamos 1 ambiente de apostas envolvente e seguro para todos operating system usuários.</p><ul><li>O Pin Up Brazil regularmente realiza sorteios de prêmios materiais elizabeth em dinheiro, atraindo com novas oportunidades para dobrar os lucros. </li><li>Os do também têm a um bônus pin-up semanal que através de um código promocional. </li><li>Essa abordagem demonstra o compromisso do Pin Up Casino em otorgar uma experiência para jogo segura at the equilibrada para los dos os seus usuários. </li><li>A tecnologia de encriptação SSL e uma política de privacidade rigorosa garantem a new segurança do forastero tanto ao jogar como ao avivar. </li><li>Tem ainda salas de roleta na turco, em espanhol, em russo e em alemão. </li></ul><p>Essas promoções são pensadas para proporcionar benefícios adicionais aos jogadores e fazer a experiência no Casino Pin Up ainda mais recompensadora.  Também vale a pena mencionar a variedade de entretenimento de uma Pin Up, tais como Jogos de TV e Aeronauta (disponível apenas em virtude de dinheiro real).  Certifique-se de selecionar the opção de bônus apropriada no food selection esquerdo.  Tenha na mente que tudo o que você inserir deve relacionarse à realidade.  A administração certamente exigirá a confirmação deles com documentos oficiais.  É possível la cual uma mensagem para que o documento pode ser peligrosamente perigoso para to dispositivo móvel apareça.</p><h3 id=\"toc-10\">O La Cual Você Deve Prestar Atenção Quando Jogar No Cassino Flag Up</h3><p>Para ganhar, alguns preferem formar combinações para 8 ou néanmoins símbolos que sony ericsson espalham aleatoriamente pelos adjacentes.  O jogo também possui 1 modo de demonstração onde você tem a possibilidade de experimentar gratuitamente todas.  Para os os quais acessam seção carry out Pin-Up Casino mhh versão, há uma justa de entretenimento e bônus disponíveis, semelhantes aos oferecidos na versão desktop computer poderá.  Residentes do Brasil, Ucrânia, Rússia, Azerbaijão, Estônia, Polônia, Turquia e Grã-Bretanha podem jogar.  Para superar fundos, você deve ir à sua conta pessoal e deixar um reclamación de saque em guia “Caixa”.</p><ul><li>200 giros grátis são dados ao se inscrever no apretado do Telegram weil plataforma. </li><li>Tenha no ano de mente que tudo o que você inserir deve corresponder à realidade. </li><li>Após completar teu registro, você poderá começar a jogar no Cassino Pin-Up sem qualquer\" \"aplazamiento. </li><li>Se você é daqueles jogadores maníacos por e-sports, tenho certeza os quais você vai respetar de paixão a new Pin Up Bet login. </li></ul><p>No caso de se tornar uma dispositivo Google android, o usuário precisa clicar em «Download para Android», no website online pin up.  Vai ser direcionado para uma volkswagen janela, com 1 arquivo de instalação pinup. apk.  Deve clicar na ligação, transferir o ficheiro e instalar to aplicativo no móvil ou tablet.  A presença do pin up casino on-line no Brasil é um exemplo para sucesso da indicador em fornecer lazer de alta qualidade e um ambiente de jogo indudable.</p><h2 id=\"toc-11\">Pin Up Logon - O Espelho Oficial Atual Perform Pin Up Casino</h2><p>Como uma dieses casa de apostas legalizadas no Brasil, a empresa investe constantemente em tecnologia avançada para proporcionar uma plataforma feliz y sana, estável e fácil de usar.  Essa combinação de inovação e compromisso com a experiência perform usuário\" \"possui contribuído para anudar sua reputação no competitivo mercado para jogos online.  Além disso, o Pin-up segue evoluindo, continuamente em busca de novas formas para entretenimento para seu público.  A versão móvel do Pinap está disponível diretamente no site formal.</p><ul><li>Uma das elevados vantagens do Pin Up Bet coger é o número exagerado de promoções que os jogadores encontram por aqui. </li><li>A roda sobre jogo Pin-up é constituída por três jogos ao vivo de roda de uma fortuna, da TELEVISION Bet e ag BetGames. </li><li>Obter rodadas grátis no Pin-Up é muito mais fácil do que no ano de outros cassinos on the internet. </li><li>A plataforma\" \"está disponível em computadores e dispositivos móveis, e a interface elaborada garante some sort of máxima conveniência afin de o utilizador. </li><li>O menus conveniente permite navegar entre seções, como jogos, bônus, informações, administração e suporte. </li></ul><p>Essa é alguma ótima maneira para experimentar novos games e ter alguma ideia de lo que a plataforma funciona.  No entanto, sony ericsson você quiser ganhar dinheiro real, precisará fazer um depósito e jogar com dinheiro real.  Existem várias\" \"estratégias que você tem a possibilidade de usar para incrementar suas chances de ganhar na Pin-Up.  Uma das coisas mais importantes é escolher jogos apresentando os quais você esteja familiarizado e la cual goste de jogar.  Isso ajudará você a se sustentar focado e motivado enquanto estiver jogando.</p><h2 id=\"toc-12\">A Pin Up Casino Brasil Oferece Bônus De Boas-vindas? </h2><p>A nossa plataforma garante segurança máxima com o uso da autenticação de dois fatores, protegendo seus dados pessoais e financeiros.  Ao se cadastrar, você tem acesso a uma numerosa coleção de jogos e ofertas exclusivas, tudo dentro de um ambiente tranquilo.  Pin Up abre suas portas em virtude de todos os jogadores adultos que moram na área sobre operação do cassino.  A plataforma es efectivo de forma semelhante a outros estabelecimentos de jogos de azar virtuais, por isso você compreenderá tua funcionalidade com facilidade, mesmo sendo 1 novato.  Observe que  os jogos sobre cassino são games de azar\" \"alimentados por geradores de números aleatórios, por isso é simplesmente impossível ganhar o pace todo.</p><ul><li>E not any canal de telegrama você pode jogar bônus sem depósito de 5 USD. </li><li>Quer você possa ser novo em apostas ao vivo ou um apostador experiente, o Pin Upwards Bet garante alguma experiência de apostas envolvente e search engine marketing complicações. </li><li>No entanto, ainda que a proyecto tenha apenas muitos inconvenientes, eles ainda são visíveis. </li><li>Os proprietários de mobile phones e iPhone podem visitar cassinos móveis para jogar. </li><li>As equipes têm características e forças/fracos, e um gerador de números aleatórios decide quem ajajai ganhar, \"batota\" é excluída. </li></ul><p>Além disso, você também pode fazer apostas em tempo real, o que aumenta significativamente as probabilities de ganhar suas apostas.  Melhorar some sort of segurança da tua conta no Cassino Pin Up é de suma importância, por isso recomendamos ativar a Autenticação para Dois Fatores (2FA).  Ao implementar a new 2FA, você reduz significativamente o risco de acesso não autorizado à tua conta, garantindo o qual seus fundos elizabeth informações pessoais estejam protegidos.</p><h3 id=\"toc-13\">Passo Some Sort Of Passo Para Login</h3><p>Apresentamos na tabela abaixo, os métodos sobre depósito mais utilizados pelos jogadores no Brasil e os respetivos montantes mínimos at the máximos.  Essa funcionalidade é especialmente útil para quem deseja se familiarizar com o pin-up gamble e suas distintas modalidades de apostas.  Jogadores novos tem a possibilidade de explorar os games de forma segura e tomar decisões mais informadas quando estiverem prontos pra jogar com recurso financeiro real.  A seção de apostas esportivas oferece uma experiência integrada, com um rápido pin-up gamble login para proporcionar o acesso.</p><ul><li>Até lá, os usuários apresentando sistemas operacionais de uma Apple, podem\" \"arrancar jogando no web-site móvel do Pin Up no browser Safari. </li><li>Quando todos operating system documentos estiverem prontos, clique em “Enviar” e aguarde some sort of confirmação. </li><li>O possui inegáveis 6 rolos elizabeth um sistema sobre pagamento exclusivo search engine marketing\" \"linhas de pagamento. </li><li>O Pin Up destaca ainda os seus jogos de TV assim como os jogos para pôquer, com abas individuais. </li><li>Além disso, do cassino fornece sobre os métodos de depósito disponíveis, página de retirada de, de contato em virtude de suporte e perguntas. </li><li>Adicionalmente, há suporte ao consumidor e maneiras para entrar em contato com o operador. </li></ul><p>Em primeiro local, a porcentagem de retorno nesses jogos geralmente é mais do que em jogos de cassino regulares.  Em conforme lugar, o Are living Casino Pin Way up é mais interativo e emocionante perform que o Flag Up Bet Gambling establishment regular.  Nos games de cassino ao vivo, os jogadores podem conversar possuindo os revendedores, testar suas habilidades profissionais e prestar atenção\" \"aos sinais não verbais do jogo.  Em terceiro lugar, the variedade de games de cassino ao vivo é grande.  Você pode escolher um jogo para seu interesse systems selecionar algum da seção com os jogos mais populares.  Esse dinheiro pode ser utilizado pra jogar caça-níqueis de vídeo, e cumprindo os requisitos de apostas você poderá sacar o recurso financeiro de sua conta bônus.</p>','Máquinas Caça-níqueis Carry Out Casino Em Linha Pin Up Jogar Em Demo Video Poker Machines Pin Up Casino','','publish','closed','','','maquinas-caca-niqueis-carry-out-casino-em-linha-pin-up-jogar-em-demo-video-poker-machines-pin-up-casino','','','2025-10-12 08:28:10','2025-10-12 01:28:10','',0,'https://lion288slot.com/?p=371',0,'post','',0),
(372,1,'2025-10-12 08:28:10','2025-10-12 01:28:10','<meta name=\"description\" content=\"Também é\" \"oferecido aos novos jogadores um bônus especial com um código promocional – 150% no primeiro depósito. \"/><h1>Pin Up Casino Brasil Site Oficial E Jogos Online</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Quais São As Vantagens Do Site Pin Up Cassino? </a></li><li><a href=\"#toc-1\">Escolha Os Jogos Pin Up</a></li><li><a href=\"#toc-2\">Críticas Do Casino Online Pin-up</a></li><li><a href=\"#toc-3\">Verificação De Conta</a></li><li><a href=\"#toc-4\">Bônus De Boas-vindas Para Novos Usuários Not Any Casino Pinup</a></li><li><a href=\"#toc-5\">Serviço De Suporte Ao Cliente Do Cassino Online Pin-up Brasil</a></li><li><a href=\"#toc-6\">Esportes Virtuais</a></li><li><a href=\"#toc-7\">Serviço De Suporte Pin-up</a></li><li><a href=\"#toc-8\">Pin Up Gamble Login</a></li><li><a href=\"#toc-9\">Como Fazer Teu Primeiro Depósito Electronic Receber Um Bônus</a></li><li><a href=\"#toc-10\">O Que Você Deve Prestar Atenção Quando Jogar No Cassino Pin Up</a></li><li><a href=\"#toc-11\">Pin Up Logon - O Espelho Oficial Atual Carry Out Pin Up Casino</a></li><li><a href=\"#toc-12\">A Pin Up Gambling Establishment Brasil Oferece Bônus De Boas-vindas? </a></li><li><a href=\"#toc-13\">Passo A Passo Para Login</a></li><li><a href=\"#toc-14\">Pin Up On Line Casino Brasil – Oportunidades Infinitas Para Operating-system Jogadores</a></li><li><a href=\"#toc-15\">Que Ferramentas Exclusivas Os Jogadores Pin Up Recebem</a></li><li><a href=\"#toc-16\">Vantagens E Desvantagens Da Versão Móvel</a></li><li><a href=\"#toc-17\">O Que Decidir: Uma Versão Cellular Do Site Ou Um Aplicativo? </a></li><li><a href=\"#toc-18\">Rodadas Grátis</a></li><li><a href=\"#toc-19\">Registro Na Plataforma Pin-up Casino</a></li><li><a href=\"#toc-20\">Os Bônus Do Pin-up Casino São Legítimos? </a></li><li><a href=\"#toc-21\">Jogos De Tabuleiro Apresentando Crupiês Ao Vivo</a></li><li><a href=\"#toc-22\">Jogos, Apostas E Entretenimento Not Any Pin-up Casino Online</a></li><li><a href=\"#toc-23\">Bônus De Fim Para Semana</a></li><li><a href=\"#toc-24\">Registro Para Entrada\" \"Simply No Pin-up Casino Site</a></li><li><a href=\"#toc-25\">Promoções Atuais</a></li><li><a href=\"#toc-26\">Defina Limites De Jogo</a></li><li><a href=\"#toc-27\">Pagamentos De Confiança Simply No Pinup Gaming Club</a></li><li><a href=\"#toc-30\">Por Que Os Jogadores Escolhem A Pin-up Bet? </a></li><li><a href=\"#toc-31\">Pin Up Slots</a></li><li><a href=\"#toc-33\">Pin-up Online Casino Aplicativo</a></li></ul></div><p>Você pode baixar o Pin-Up on line casino app download apk forma absolutamente gratuita, por este motivo, não há problema possuindo sua instalação.  Você só precisa visitar o site carry out clube de apostas e encontrar lá uma seção apresentando versões móveis.  Em poucos minutos, u programa estará na execução e instalado em seu dispositivo systems tablet.  O bônus e\" \"the conta real simply no cassino é separada, o jogador joga primeiro com seu próprio dinheiro, em caso de falha, ele pode utilizar a conta sobre bônus.  Se to bônus for reproduzido com sucesso, to dinheiro aparecerá mhh conta real.  Isto é importante, já que muitos cassinos estão \"soldando\" mezclando o bônus at the uma conta true e, portanto, não permitem a retirada dos ganhos até que a expresamente seja jogada.</p><ul><li>O total destes fatores torna o Aviator acessível a qualquer jogador, tanto a nível financeiro, como a nível de habilidades. </li><li>Nossa plataforma en su totalidad segura, garantindo o qual seus dados estejam sempre protegidos ao realizar o cadastro. </li><li>Infelizmente, o pin-up casino não oferece bônus sem depósito, uma escolha feita para garantir a segurança e a seriedade da plataforma. </li><li>Os usuários ocasionalmente enfrentam desafios durante o trâmite de verificação para conta. </li><li>Você pode comprar até 120% sobre seu depósito, até o limite de R$ 30. 1000, que você poderá utilizar em apostas de acumulador em partidas de esportes. </li></ul><p>O site oficial Pin-Up é totalmente seguro e protegido para usuários.  A proyecto tem uma licença global para legar serviços no domínio do jogo electronic das apostas.  Todas as informações recolhidas no site estão sob forte proteção, nomeadamente sob encriptação SSL.  Os dados são armazenados num servidor seguro e the empresa não operating-system transfere para terceiros nem os faz uso para fins pessoais.  Os Termos elizabeth Condições podem llevar de tempos em tempos, você é aconselhado a verificá-los de tempos em tempos para sostenerse ciente deles.  Para se registrar not any site oficial, você precisa especificar teu e-mail, criar uma senha para ele, depois abrir o e-mail e clicar no link destacado <a href=\"https://pinup-x.com.br/\">cassino online</a>.</p><h2 id=\"toc-0\">Quais São As Vantagens Do Site Flag Up Cassino? </h2><p>Por benefit, lembre-se de la cual, embora os jogos de slot possam ser divertidos, o jogo deve servir feito de forma responsável.  Nunca jogue com mais recurso financeiro do que você pode se entregar ao luxo para perder e considere definir limites em virtude de garantir que você não gaste demais.  Lembre-se de os quais, embora os jogos de slot possam ser divertidos, to jogo deve se tornar feito de maneira responsável.</p><ul><li>Um 2 primeiros bônus os quais os novos usuários recebem no estabelecimento online Pin-Up. </li><li>Toda semana você tem a possibilidade de encontrar um código de bônus exclusivo para 100% no depósito. </li><li>Depois para fazer seu inspección e efetuar um primeiro depósito, u novo cliente Pin Up irá receber a oferta, sobre acordo com to momento e um montante do depósito. </li><li>Encontre a seção com os torneios ativos e harmonie em \"participar\" em qualquer torneio ativo. </li><li>Existem vários campos para pesquisa e possibilidade de filtrar jogos e provedores. </li><li>Se você regarding pego com várias contas, suas contas podem ser suspensas ou fechadas. </li></ul><p>Se você descubrir qualquer dificuldade simply no login Pin-Up, lo que esquecimento de senha ou erros para autenticação, você tem a possibilidade de recuperar o acesso rapidamente.  Nossa função de recuperação está disponível via TEXT ou e-mail, garantindo que você volte ao jogo no ano de poucos minutos.  O login Cassino Flag Up está comprometedor em garantir la cual seus dados elizabeth seu acesso estejam sempre protegidos.  O apostador vai ter a possibilidade de fazer apostas discretos, múltiplas e de sistema, em vários mercados de apostas, com odds alinhadas aos valores ag indústria.  Em alguns casos, o apostador terá a ex profeso pin up na eventos com cotas mais lucrativas.\" \"[newline]O pin up apresenta ainda um serviço de streaming, possuindo transmissão de vários eventos.</p><h3 id=\"toc-1\">Escolha Os Games Pin Up</h3><p>O PinUp Casino não apenas oferece alguma ampla gama para jogos e promoções atraentes, mas também se preocupa apresentando o bem-estar sobre seus jogadores.  A plataforma promove ativamente o jogo responsável, fornecendo ferramentas e recursos para ajudar os usuários the\" \"manterem o controle relacionada suas atividades para jogo.  A administração exige obrigatoriamente um verificação para prevenir lavagem de dinheiro e operações fraudulentas.  Aqui será necessário adicionar scans sobre documentos (passaporte, carteira de motorista systems visto de residência).</p><ul><li>Os jogadores com certeza encontrarão uma de de jogos, software program certificado, de apostas elevados e suporte ao cliente. </li><li>Sem esquecer que é também uma casa de apostas on the web e ao listo e que contém um extenso catálogo de apostas, jogos de azar e entretenimento. </li><li>O cassino Pin-up apresenta um vasto catálogo de jogos apresentando dealer ao palpitante, os jogos para TV, caça-níquéis at the os jogos accident. </li><li>Os vários incentivos da plataforma permitem-lhe är anpassad för mais tempo nas suas actividades sobre lazer favoritas electronic aumentar as suas hipóteses de ganhar. </li><li>O Aviator, do desenvolvedor Spribe, tornou-se a huella registrada da plataforma. </li></ul><p>Estes são alguns dos primeiros jogos sobre casino que receberam um formato on-line.  O Pin Upward cassino online foi fundado relativamente ultimamente, mas já é reconhecido como um dos melhores cassinos on-line.  É possível constatar isso por excelentes avaliações 2 usuários e pela classificação que o Pin Up tem recebido por parte de vários elementos especializados.  Ao longo dos anos, to Pin Up expandiu sua presença international e conquistou a confiança de jogadores em diversos países.</p><h3 id=\"toc-2\">Críticas Do Casino Online Pin-up</h3><p>O cassino Pin Up contém um vasto catálogo de jogos possuindo dealer ao listo, os jogos de TV, caça-níquéis electronic os jogos crash.  A plataforma ainda promove ofertas do presente Gift Field, a cada R$ 500 depositados, através da possibilidade de ganhar giros grátis, pincoins, bônus ou recurso financeiro real.  Na Pin-Up, você encontrará uma ampla de opções de apostas na eventos.  Os têm a opção para escolher entre apostas individuais, apostas na vitória, resultado, problème e muitas outras de apostas.</p><ul><li>De acordo com as análises dos jogadores, podemos dizer que tudo funciona de manera constante e por um longo pace. </li><li>No entanto, aca você tem a oportunidade de jogar alguns jogos gratuitamente.\" \"[newline]Isso irá ajudá-lo the entender a essência do jogo e aumentar suas odds de ganhar no momento em que você começar a jogar com recurso financeiro. </li><li>Novas tecnologias tornam possível a new criação de simulações artificiais de eventos, assim surgiu o V-Sport - alguma alternativa para disciplinas reais, como futebol, basquete e hóquei. </li><li>Inclui os shows sobre TV, o Bacará, o Blackjack, no meio de várias outras opções, incluindo com jogos em tempo real. </li></ul><p>É portanto que é extremamente importante indicar informações confiáveis ​​sobre você.  Prepare digitalizações dos documentos necessários (passaporte, código de identificação).  Pode ativar o bónus sobre boas-vindas e produzir suas apostas systems jogar nos jogos de cassino, possuindo dinheiro real.  Esta é uma ótima oportunidade de ganhar dinheiro real em jogos de gambling establishment.</p><h2 id=\"toc-3\">Verificação De Conta</h2><p>O pin way up\" \"apostas permite que operating system jogadores apostem em uma ampla variedade para eventos esportivos com facilidade.  Além disso, o pin-up gamble brasil é amplamente reconhecido pela sua interface amigável electronic suporte de qualidade.  Para receber o bônus de boas-vindas, é necessário dormir pelo menos R$ 30 ou u equivalente em tenge.  O jogador necessita girar os fundos de bônus 50 vezes, após to que poderá alejar os ganhos para um cartão systems carteira.</p><ul><li>Deve fazer 1 depósito, para poder jogar os games com dealer ao vivo do gambling establishment pinup. </li><li>No caso de producir uma dispositivo Android, o usuário precisa clicar em «Download para Android», no site online pin up. </li><li>Certifique-se para seguir todas as etapas necessárias em virtude de desfrutar da experiência completa no Flag Up Casino. </li><li>O objetivo dos games crash é concluir a aposta anteriormente do objeto (por exemplo um avião) com o multiplicador explodir ou ensimismar do cenário. </li><li>O cassino Pin Upwards também oferece uma variedade de games no estilo loteria, proporcionando aos jogadores diversas opções afin de tentar a caso. </li><li>Esta oferta para bônus está disponível tanto no internet site oficial quanto em versão móvel carry out Pin Up On line casino. </li></ul><p>Além disso, a sociedad é bastante experiente,  então todos os serviços funcionam bastante aqui.  Excelentes bônus de depósito, uma variedade de métodos de pagamento disponíveis e uma imenso quantidade de apostas, além de centenas de jogos de cassino, são tudo sobre PinUp On line casino.  O Pin Upward Casino é um dos mais recentes estabelecimentos de game online do setor.  O site foi fundado através do finalidad de oferecer some sort of seus usuários games de cassino divertidos e seguros.  Atualmente, o casino on the internet conta com alguma ampla variedade de mais de one. 000 jogos em virtude de escolha, incluindo caça-níqueis, blackjack, roleta e poker.</p><h3 id=\"toc-4\">Bônus De Boas-vindas Para Novos Usuários Not Any Casino Pinup</h3><p>Além disso, você pode ir ao site oficial do Pin up casino app no seu navegador a qualquer momento.  O trabalho do usuario de jogos pra download é caracterizado pela alta velocidade de download Pin-Up casino, alta qualidade e excelente software.  O processo para Pin Up Casino login é, na verdade, bastante simples elizabeth rápido.  Milhares sobre pessoas são atraídas pela diversão, jogos de azar, locais para jogar online poker, roleta, e reconhecimento.</p><p>No painel abaixo, é possível ver os torneios atuais e as ofertas de bônus.  Se você intended for pego com várias contas, suas contas podem ser suspensas ou fechadas.  Sim, Real está na lista das mais importantes moedas e nós adicionamos muitos guias de pagamento nas quais ele pode ser utilizado.  Você tem a possibilidade de recuperar sua senha clicando no ponto de interrogação zero processo de conexão ao Pin UP e seguir as instruções.</p><h2 id=\"toc-5\">Serviço De Suporte Ao Cliente Do Cassino Online Pin-up Brasil</h2><p>Vão desde um Andar Bahar ao Teen Patti, passando pelos clássicos blackjack e bacará.  A o envio de documentos de identificação Brasil, como o passaporte.  Para comprar total, você precisará aguardar enquanto a administração verifica elizabeth confirma a autenticidade dos documentos huella.  Leia e compreenda as regras elizabeth condições do cassino e concorde possuindo elas.  Normalmente, u registro pode producir concluído assim que você aceitar a política.</p><ul><li>Normalmente, para jogadores verificados, o saque do dinheiro é instantâneo. </li><li>Ao selecionar um dos possíveis\" \"resultados, estes passam automaticamente para um boletim de apostas Pin Up, que o jogador deverá validar anteriormente das cartas começarem a ser colocadas na mesa. </li><li>A versão mobile é apenas uma cópia em miniatura perform site principal, nestes casos o usuário não terá dificuldade na entender este libro. </li><li>Para receber um bônus de primeiro depósito, o jogador deverá fazer o seu inspección no Pin-Up e depositar em tua conta, usando o dos métodos de depósito disponíveis. </li><li>Os usuários tem a possibilidade de facilmente pincoins na, organizados pela organizacion, cumprindo tarefas específicas e participando carry out programa de fidelidade cliente. </li></ul><p>Os provedores Play n’ Move e Habanero são os que têm mais versões de pôquer online not any cassino Pin Up.  Do Texas Hold’em até ao Caribbean Poker, passando durante versões como Joker Poker, Oasis\" \"a single hand ou Most American Poker one hundred hands.  O jogador terá um considerável leque de escolhas possíveis em relação ao pôquer online.  Para se possuir uma noção da quantidade de jogos disponíveis no Pin Up Cassino, basta dizer que a huella apresenta cerca para cinco dezenas sobre jogos crash.</p><h3 id=\"toc-6\">Esportes Virtuais</h3><p>É necessário destacar que um Pin-Up Casino contém jogos de roleta online RNG, apresentando gerador de número aleatório e games de roleta possuindo dealer ao festón.  No caso dos jogos de roleta online Pin-Up, o jogador poderá suprimir os jogos electronic experimentar diferentes estratégias de jogo, mhh versão demonstrativa perform jogo (demo).  Tratando-se de uma roleta com dealer ao palpitante, não existe, tais como já referido, alguma versão de demonstração.  A seção Illusione é outra dasjenige temáticas do Pin number Up Cassino, que inclui nesta área os caça-níqueis dedicados aos contos sobre fadas infantis, às lendas ou às figuras míticas.  Betano Bet também conta com uma coleção variada de slot machines de fantasia, oferecendo gráficos imersivos at the recursos especiais o qual transportam o jogador para universos mágicos.</p><ul><li>De acordo apresentando a maioria 2 Pin Up on line casino review sobre os levantamentos de prêmios not any Pin-Up bet gambling establishment, o operador perform cassino tem a new garantia de recompensar o dinheiro ganho. </li><li>Cada cuantioso do Pin-Up Royal Casino tem próprias e requer jogar através do canon. </li><li>Ao pesquisar por “dice” ou “craps”, no ámbito de procura sobre jogos, o usuário irá encontrar outras versões, de muchas fornecedores. </li><li>Além disso, o app pin-up oferece uma seção de FAQ abrangente, onde muitas dúvidas podem ser resolvidas rapidamente. </li><li>Essas promoções são pensadas para proporcionar benefícios adicionais aos jogadores e transformar a experiência simply no Casino Pin-up ainda mais recompensadora. </li></ul><p>Normalmente, para jogadores verificados, o tiro do dinheiro é instantâneo.  Atrasos possuindo transferências podem acontecer se o cassino online estiver sobrecarregado com pedidos sobre pagamento.  Ao reembolsar, fique de olho no status ag solicitação, o cassino pode exigir informações adicionais sobre to jogador.  Geralmente, não há cobrança de comissão por parte do cassino, contudo no caso para uso de recursos externos, tenha na mente que a transferência pode exigir um pagamento adicional.  Para encontrar néanmoins informações sobre operating-system métodos de pagamento disponíveis no Flag Up Casino, você pode visitar the página Pagamentos.  Esta página fornece detalhes sobre as diversas opções de depósito e retirada.</p><h2 id=\"toc-7\">Serviço De Suporte Pin-up</h2><p>Fazer o login através do telefone no Cassino Pin-Up é uma das formas também rápidas e con seguridad de acessar tua conta.  Com a verificação via SMS, você garante o qual somente você possua acesso ao teu perfil.  Além disto, a autenticação para dois fatores está disponível, garantindo ainda mais segurança para operating-system seus dados.  Existem várias vantagens sobre jogar no internet site Pin Up do cassino com criptomoeda.  Primeiro, esta é a opção mais feliz y sana para realizar transações financeiras devido à implementação de algoritmos criptográficos avançados.</p><ul><li>A administração certamente exigirá a confirmação deles com documentos oficiais. </li><li>O plan de fidelidade também oferece bônus afin de registro ou reposição do depósito perform jogo. </li><li>Um perfil completo não só melhora tua experiência, mas também ajuda na recuperação rápida da tua conta em problema de problemas de acesso. </li><li>Proporcionamos um ambiente de apostas envolvente e indudable para todos os usuários. </li></ul><p>Os jogos de no cassino on-line casino Pin Way up combinam elementos para programas de TELEVISION SET com jogos sobre azar.  No On line casino Pin Up, você pode fazer até mesmo apostas altas na jogos como Roleta da Fortuna, Superlotto, BetGames e TVBET.  O site perform Casino Pin Up e o aplicativo permitem todas o qual você jogue elizabeth teste sua caso em alguns jogos de com.</p><h3 id=\"toc-8\">Pin Up Bet Login</h3><p>Quando esse remate é atingido, um jogador recebe rodadas grátis para quaisquer jogos desse provedor.  O site estatal do Pin Upward dá acesso some sort of um grande número sobre jogos de casualidad.  Encontrará secções dedicadas a slots, games de mesa, apostas desportivas, lotarias, espectáculos ao vivo, crash slots e até bingo.  Um bónus de depósito, um programa de fidelidade lucrativo e um cashback mensal entre 5% e 10% encorajam-no a averiguar todas as características oferecidas pelo casino.</p><ul><li>Se você é um jogador recém-chegado ou já frequenta o cassino online Pin Upward, então você tem a chance de receber um cashback mensal. </li><li>A\" \"indicador sempre tem campanhas promocionais e ofertas de bônus acontecendo. </li><li>Para impedir isso, a administração recomenda o inspección imediato via celular. </li><li>Se ainda não tem while suas próprias preferências, pode utilizar the secção “Popular” no Pin-Up internet casino. </li><li>No nosso Cassino get access Pin-Up, priorizamos some sort of segurança dos nossos usuários, e a new maioria dos problemas de login tem a possibilidade de ser resolvida na minutos com since ferramentas de recuperação disponíveis. </li><li>A não é obrigatória, mas é alguma pequena etapa os quais jogo permite u à sua, depósitos e saques e ajuda a sortear problemas. </li></ul><p>Os muitos idiomas disponíveis incluem ucraniano, espanhol, russo, inglês e português.  O pin up apresenta mais de caça-níqueis, dos quais alguns simply no Brasil melhores caça-níqueis gratuitos online.  O jogador pode, nos jogos de azar, escolher a versão demo, que lhe permite jogar grátis.  Muitos usuários preferem jogar gratuitamente, anteriormente de avançar com o jogo em recurso financeiro real.  Este é um recurso la cual permite ao jogador não colocar em risco seu saldo e experimentar u jogo.  Nosso cassino online oferece uma empolgante gama para opções de games adaptadas às preferências diversas dos jogadores, apresentando títulos sobre ponta da Advancement Gaming.</p><h2 id=\"toc-9\">Como Fazer Teu Primeiro Depósito At The Receber Um Bônus</h2><p>Quanto à interface, o pin-up casino organiza teus principais menus para maneira intuitiva, facilitando a navegação afin de qualquer jogador.  Se você deseja acessar rapidamente as opções de jogos, apostas ou promoções, tudo está a poucos\" \"bande de distância.  O vôlei pode não ser tão well-liked entre os jogadores brasileiros, mas proporciona oportunidades de apostas empolgantes.  Fornecemos acesso a vários eventos de alto nível, incluindo Seleções Nacionais Juvenis, o Exito Europeu e diferentes Partidas Nacionais.  Nosso foco é proporcionar um ambiente tranquilo e envolvente em virtude de os entusiastas para esportes.  Proporcionamos 1 ambiente de apostas envolvente e seguro para todos operating system usuários.</p><ul><li>O Pin Up Brazil regularmente realiza sorteios de prêmios materiais elizabeth em dinheiro, atraindo com novas oportunidades para dobrar os lucros. </li><li>Os do também têm a um bônus pin-up semanal que através de um código promocional. </li><li>Essa abordagem demonstra o compromisso do Pin Up Casino em otorgar uma experiência para jogo segura at the equilibrada para los dos os seus usuários. </li><li>A tecnologia de encriptação SSL e uma política de privacidade rigorosa garantem a new segurança do forastero tanto ao jogar como ao avivar. </li><li>Tem ainda salas de roleta na turco, em espanhol, em russo e em alemão. </li></ul><p>Essas promoções são pensadas para proporcionar benefícios adicionais aos jogadores e fazer a experiência no Casino Pin Up ainda mais recompensadora.  Também vale a pena mencionar a variedade de entretenimento de uma Pin Up, tais como Jogos de TV e Aeronauta (disponível apenas em virtude de dinheiro real).  Certifique-se de selecionar the opção de bônus apropriada no food selection esquerdo.  Tenha na mente que tudo o que você inserir deve relacionarse à realidade.  A administração certamente exigirá a confirmação deles com documentos oficiais.  É possível la cual uma mensagem para que o documento pode ser peligrosamente perigoso para to dispositivo móvel apareça.</p><h3 id=\"toc-10\">O La Cual Você Deve Prestar Atenção Quando Jogar No Cassino Flag Up</h3><p>Para ganhar, alguns preferem formar combinações para 8 ou néanmoins símbolos que sony ericsson espalham aleatoriamente pelos adjacentes.  O jogo também possui 1 modo de demonstração onde você tem a possibilidade de experimentar gratuitamente todas.  Para os os quais acessam seção carry out Pin-Up Casino mhh versão, há uma justa de entretenimento e bônus disponíveis, semelhantes aos oferecidos na versão desktop computer poderá.  Residentes do Brasil, Ucrânia, Rússia, Azerbaijão, Estônia, Polônia, Turquia e Grã-Bretanha podem jogar.  Para superar fundos, você deve ir à sua conta pessoal e deixar um reclamación de saque em guia “Caixa”.</p><ul><li>200 giros grátis são dados ao se inscrever no apretado do Telegram weil plataforma. </li><li>Tenha no ano de mente que tudo o que você inserir deve corresponder à realidade. </li><li>Após completar teu registro, você poderá começar a jogar no Cassino Pin-Up sem qualquer\" \"aplazamiento. </li><li>Se você é daqueles jogadores maníacos por e-sports, tenho certeza os quais você vai respetar de paixão a new Pin Up Bet login. </li></ul><p>No caso de se tornar uma dispositivo Google android, o usuário precisa clicar em «Download para Android», no website online pin up.  Vai ser direcionado para uma volkswagen janela, com 1 arquivo de instalação pinup. apk.  Deve clicar na ligação, transferir o ficheiro e instalar to aplicativo no móvil ou tablet.  A presença do pin up casino on-line no Brasil é um exemplo para sucesso da indicador em fornecer lazer de alta qualidade e um ambiente de jogo indudable.</p><h2 id=\"toc-11\">Pin Up Logon - O Espelho Oficial Atual Perform Pin Up Casino</h2><p>Como uma dieses casa de apostas legalizadas no Brasil, a empresa investe constantemente em tecnologia avançada para proporcionar uma plataforma feliz y sana, estável e fácil de usar.  Essa combinação de inovação e compromisso com a experiência perform usuário\" \"possui contribuído para anudar sua reputação no competitivo mercado para jogos online.  Além disso, o Pin-up segue evoluindo, continuamente em busca de novas formas para entretenimento para seu público.  A versão móvel do Pinap está disponível diretamente no site formal.</p><ul><li>Uma das elevados vantagens do Pin Up Bet coger é o número exagerado de promoções que os jogadores encontram por aqui. </li><li>A roda sobre jogo Pin-up é constituída por três jogos ao vivo de roda de uma fortuna, da TELEVISION Bet e ag BetGames. </li><li>Obter rodadas grátis no Pin-Up é muito mais fácil do que no ano de outros cassinos on the internet. </li><li>A plataforma\" \"está disponível em computadores e dispositivos móveis, e a interface elaborada garante some sort of máxima conveniência afin de o utilizador. </li><li>O menus conveniente permite navegar entre seções, como jogos, bônus, informações, administração e suporte. </li></ul><p>Essa é alguma ótima maneira para experimentar novos games e ter alguma ideia de lo que a plataforma funciona.  No entanto, sony ericsson você quiser ganhar dinheiro real, precisará fazer um depósito e jogar com dinheiro real.  Existem várias\" \"estratégias que você tem a possibilidade de usar para incrementar suas chances de ganhar na Pin-Up.  Uma das coisas mais importantes é escolher jogos apresentando os quais você esteja familiarizado e la cual goste de jogar.  Isso ajudará você a se sustentar focado e motivado enquanto estiver jogando.</p><h2 id=\"toc-12\">A Pin Up Casino Brasil Oferece Bônus De Boas-vindas? </h2><p>A nossa plataforma garante segurança máxima com o uso da autenticação de dois fatores, protegendo seus dados pessoais e financeiros.  Ao se cadastrar, você tem acesso a uma numerosa coleção de jogos e ofertas exclusivas, tudo dentro de um ambiente tranquilo.  Pin Up abre suas portas em virtude de todos os jogadores adultos que moram na área sobre operação do cassino.  A plataforma es efectivo de forma semelhante a outros estabelecimentos de jogos de azar virtuais, por isso você compreenderá tua funcionalidade com facilidade, mesmo sendo 1 novato.  Observe que  os jogos sobre cassino são games de azar\" \"alimentados por geradores de números aleatórios, por isso é simplesmente impossível ganhar o pace todo.</p><ul><li>E not any canal de telegrama você pode jogar bônus sem depósito de 5 USD. </li><li>Quer você possa ser novo em apostas ao vivo ou um apostador experiente, o Pin Upwards Bet garante alguma experiência de apostas envolvente e search engine marketing complicações. </li><li>No entanto, ainda que a proyecto tenha apenas muitos inconvenientes, eles ainda são visíveis. </li><li>Os proprietários de mobile phones e iPhone podem visitar cassinos móveis para jogar. </li><li>As equipes têm características e forças/fracos, e um gerador de números aleatórios decide quem ajajai ganhar, \"batota\" é excluída. </li></ul><p>Além disso, você também pode fazer apostas em tempo real, o que aumenta significativamente as probabilities de ganhar suas apostas.  Melhorar some sort of segurança da tua conta no Cassino Pin Up é de suma importância, por isso recomendamos ativar a Autenticação para Dois Fatores (2FA).  Ao implementar a new 2FA, você reduz significativamente o risco de acesso não autorizado à tua conta, garantindo o qual seus fundos elizabeth informações pessoais estejam protegidos.</p><h3 id=\"toc-13\">Passo Some Sort Of Passo Para Login</h3><p>Apresentamos na tabela abaixo, os métodos sobre depósito mais utilizados pelos jogadores no Brasil e os respetivos montantes mínimos at the máximos.  Essa funcionalidade é especialmente útil para quem deseja se familiarizar com o pin-up gamble e suas distintas modalidades de apostas.  Jogadores novos tem a possibilidade de explorar os games de forma segura e tomar decisões mais informadas quando estiverem prontos pra jogar com recurso financeiro real.  A seção de apostas esportivas oferece uma experiência integrada, com um rápido pin-up gamble login para proporcionar o acesso.</p><ul><li>Até lá, os usuários apresentando sistemas operacionais de uma Apple, podem\" \"arrancar jogando no web-site móvel do Pin Up no browser Safari. </li><li>Quando todos operating system documentos estiverem prontos, clique em “Enviar” e aguarde some sort of confirmação. </li><li>O possui inegáveis 6 rolos elizabeth um sistema sobre pagamento exclusivo search engine marketing\" \"linhas de pagamento. </li><li>O Pin Up destaca ainda os seus jogos de TV assim como os jogos para pôquer, com abas individuais. </li><li>Além disso, do cassino fornece sobre os métodos de depósito disponíveis, página de retirada de, de contato em virtude de suporte e perguntas. </li><li>Adicionalmente, há suporte ao consumidor e maneiras para entrar em contato com o operador. </li></ul><p>Em primeiro local, a porcentagem de retorno nesses jogos geralmente é mais do que em jogos de cassino regulares.  Em conforme lugar, o Are living Casino Pin Way up é mais interativo e emocionante perform que o Flag Up Bet Gambling establishment regular.  Nos games de cassino ao vivo, os jogadores podem conversar possuindo os revendedores, testar suas habilidades profissionais e prestar atenção\" \"aos sinais não verbais do jogo.  Em terceiro lugar, the variedade de games de cassino ao vivo é grande.  Você pode escolher um jogo para seu interesse systems selecionar algum da seção com os jogos mais populares.  Esse dinheiro pode ser utilizado pra jogar caça-níqueis de vídeo, e cumprindo os requisitos de apostas você poderá sacar o recurso financeiro de sua conta bônus.</p>','Máquinas Caça-níqueis Carry Out Casino Em Linha Pin Up Jogar Em Demo Video Poker Machines Pin Up Casino','','inherit','closed','closed','','371-revision-v1','','','2025-10-12 08:28:10','2025-10-12 01:28:10','',371,'https://lion288slot.com/?p=372',0,'revision','',0),
(373,1,'2025-10-12 02:34:11','2025-10-11 19:34:11','<meta name=\"description\" content=\"Это отчасти использованием генератора случайной чисел.\"/><h1>Скачать Бесплатные Эмуляторы Игровых Автоматов Для Windows</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Как В самых Казино Мира\"</a></li><li><a href=\"#toc-1\">Лучшие Игровые Автоматы С Демо ничегошеньки</a></li><li><a href=\"#toc-2\">Играть Бесплатно И нет Регистрации</a></li><li><a href=\"#toc-3\">Гаминатор Казино Слоты</a></li><li><a href=\"#toc-4\">Играть Бесплатно На известных Слотах</a></li><li><a href=\"#toc-5\">Играйте В Слоты Бесплатно И без Регистрации</a></li><li><a href=\"#toc-6\">термины, Используемая В Слотах</a></li><li><a href=\"#toc-7\">Самые самые Игровые Автоматы</a></li><li><a href=\"#toc-8\">Похожие Игры</a></li><li><a href=\"#toc-9\">Как Играть только Нас На Сайте?</a></li><li><a href=\"#toc-10\">Бонусы</a></li><li><a href=\"#toc-11\">Как Играть же Игровые Аппараты бесплатно И Без Регистрации</a></li><li><a href=\"#toc-12\">Критерии Выбора Сайта со Бесплатными Игровыми автоматами</a></li><li><a href=\"#toc-13\">потайные Успеха В Онлайн Слотах\" \"[newline]игровые Автоматы Онлайн</a></li><li><a href=\"#toc-14\">а Играть В Онлайн-слоты На Реальные кварплату</a></li><li><a href=\"#toc-15\">Бесплатные Онлайн-слоты Без Загрузки</a></li><li><a href=\"#toc-16\">Играть Онлайн В Игровые Автоматы Бесплатно И никаких Регистрации</a></li><li><a href=\"#toc-17\">Регуляторы Игорного Бизнеса например Кто Контролирует честность Слотов</a></li><li><a href=\"#toc-18\">мире Игровых Автоматов а Онлайн Слотов и Казино Gametwist!</a></li><li><a href=\"#toc-19\">Бесплатные Игровые Автоматы Онлайн! нет Регистрации! Без Депозита!</a></li><li><a href=\"#toc-20\">Игровые Режимы Автоматов В Казино</a></li><li><a href=\"#toc-21\">Игры</a></li><li><a href=\"#toc-22\">🎈 Что Такое Демо Версии Слотов кроме Регистрации И для Чего Они предназначались?</a></li><li><a href=\"#toc-23\">Механика Бесплатных Онлайн Слотов со Игрой Без денежек</a></li><li><a href=\"#toc-24\">Важные Термины усовершенство Игры В Бесплатные Игровые Автоматы</a></li><li><a href=\"#toc-27\">Гаминатор Казино Слоты - Faq\" \"[newline]игровые Автоматы посетителям И Без Регистрации</a></li><li><a href=\"#toc-28\">возможное Раскройте Игровой потенциал Своего Пк только Расширьте Собственные малейшей</a></li><li><a href=\"#toc-30\">Часто Задаваемые вопросов О Демоверсиях Слотов</a></li><li><a href=\"#toc-33\">Провайдеры Бесплатных Игровых Автоматов</a></li><li><a href=\"#toc-34\">💡 как Поиграть В Бесплатные Игровые Автоматы Онлайн На Нашем Сайте?</a></li></ul></div><p>Кредиту Gaminator не подлежат обмену на настоящие денежные средства одноиз выплате в случае бы то замолвленного было виде. Равно игры в таком приложении предназначены исключительно для взрослой аудитории. В демоверсии но нужно тратить деньги, поэтому бесплатные слоты считаются более безопасном альтернативой слотов и реальные деньги.</p><ul><li>Добавьте страницу в закладки, и у вы будет быстрый доступ к самым необычным бесплатным автоматам всяческих жанров.</li><li>Выбирая площадку, нужно учитывать наличие лицензии а ассортимент игр.</li><li>Некоторые словосочетания и функции но вошли в составить выше.</li><li>Хочешь сыграть же один из известных «одноруких бандитов»?</li><li>Однако акцент сделан на хуже известные автоматы остального производителей Novomaticи Igrosoft, которые были распространены в наземных казино.</li></ul><p>На том ресурсе представлены демоверсии настоящих слотов, пиппардом теми параметрами отдачи и волатильности, их установлены официальными разработчиками. Наша инициатива ноунсом созданию глобальной системы самоисключения, которая сможем уязвимым игрокам сдерживать собственный доступ всему всем азартным играм онлайн. Благодаря стольким бонусам твой баланс кредитов Gaminator будет регулярно пополняться. Же этом разделе знаешь узнаешь, какие бонусы тебе доступны и как в общецивилизованном устроена система бонусов.</p><h2 id=\"toc-0\">Как В немногих Казино Мира\"</h2><p>Под бездепозитными бонусами принято также считаться монеты или баллы, которые выдаются пользователям за активную игру в рамках программы лояльности. Игровые автоматы также различаются ноунсом количеству барабанов. Барабаны — это секции, которые вращаются также нажатии кнопки спина. Это аппараты, и которых наибольший выигрыш можно получить а комбинацию из 3-х семерок. 80% символики составляют фрукты, веши,\" \"звезды, колокола. Автоматы, дополненные объемными символами а рисунками.</p><ul><li>Разработчики выпускают демо слотов, чтобы игрок ознакомился с правилами, оценить графику и оформление.</li><li>Предложил новой технологию лавин и обычных прокруток барабанов.</li><li>Помнишь, Гаминатор Казино Слоты является развлекательным сервисом и не разыгрывает реальные деньги, и ваши результаты и игре не обеспечили успехи в реальные казино.</li><li>В они символы, составившие оплачиваемую комбо, исчезают, и на освободившиеся ячейки перемещаются соседние иконки.</li><li>Одними из самых известных являются NetEntertainment, Microgaming, Betsoft, Quickspin и Yggdrasil.</li></ul><p>Единственное, кого прельщают эти небольшие выигрыши? Же скачайте Гаминатор Казино Слоты на ПК с Bluestacks, центики приветственный бонус же опробуйте множество игровых режимов. Вас жду битвы слотов, ставки хайроллеров, специальные игры, клуб Royal Strike, промо-акции и них события и т. д. Для удобно игроков используется исчерпывающую рубрикатор <a href=\"https://mega-faza.ru/\">игровые автоматы онлайн без регистрации и смс</a>.</p><h3 id=\"toc-1\">Лучшие Игровые Автоматы С Демо ничего</h3><p>При сравнительно невысоком налоге операторы должны иметь значительный житейский в отрасли. Любые пятна на репутации могут стать основанием для отказа же выдаче лицензии. Время оформления разрешения надзорный орган внимательно следил за дальнейшей индвидуального игровой площадки. UK Gambling Commision – это самый строгий надзорный орган. Получить лицензию в одной юрисдикции могут а по-настоящему надежные операторы.</p><ul><li>Платформа для демонстрации наших усилий по повышению безопасности а прозрачности индустрии азартных онлайн-игр.</li><li>Они украшают барабаны своих творений настоящими картинами, величественной анимацией и несравненной музыкой.</li><li>Же кнопка чата техподдержки не работает, только баннеры бонусов некликабельные.</li><li>Все чаще провайдеры встраивают в свои автоматы случайные бонусные функции.</li><li>Слоты запрограммированы таким образом, этого в долгосрочной перспективы сумма ставки доходила выигрыш.</li></ul><p>Наши игры являются проверенными только абсолютно безопасными для Ваших устройств. Попробуй свои любимые игры казино и бесплатные онлайн-слоты прямо а браузере. Бесплатные автоматы для ознакомления предложены на сайтах множество казино.</p><h3 id=\"toc-2\">Играть Бесплатно И никаких Регистрации</h3><p>Бонусы, сюжет и графика делают видеослоты хорошей альтернативой казуальным играм, которые дарят красивые эмоции и подлинные выигрыши. Проводить всяком в онлайн казино сейчас предпочитают не только поклонники азарта, но и так ценители качественного игрового продукта. Провайдер работаю более двадцати лет и выпустил свыше 500 игровых наименований. В линейке нет серии видеослотов, объединенные прогрессивным джекпотом, например, Age of Gods, тайтлы по мотивам комиксов и которых. Востребованы автоматы Panther Moon, Safari Heat и многие другие релизы производителя. Компания выпускает карточные игры, рулетки, платформы усовершенство сайтов, софт ддя live-казино.</p><ul><li>Но в 1996 недавнем вышел первый слот с призовым раундом на отдельном экране.</li><li>Избранные автоматы можно добавлять же закладки и использовать из них личных ТОП игр.</li><li>Вас ждете битвы слотов, ставки хайроллеров, специальные игры, клуб Royal Strike, промо-акции и них события и т. д.</li><li>Которых из современных онлайн-казино предлагают и ту возможность, хотя чаще встречается хотя хотя базовая регистрация.</li><li>Количество линий не превышает 10-ти, высокий уровень отдачи.</li><li>До того только внести настоящие приличные на счет же казино, нужно понять в принципах работы слотов.</li></ul><p>Изначально нее контролировала деятельность плавучих и наземных казино. С развитием рефлектами гемблинга сфера влияния начала включать и себя сайты киромарусом азартными развлечениями. А сайтах обладающих этой лицензией доступны европейские платежные системы. Только игрокам из они регионов можно только сомневаться в качестве казино обладающего одна лицензией. В середины 1990-х годов стала появляться первые онлайн-казино.</p><h2 id=\"toc-3\">Гаминатор Казино Слоты</h2><p>Это исчерпывается с политикой маркета по запрету азартных игр. Поэтому загрузить софт всегда надо с официального сайта. Ссылка на скачивание в большинстве  случаев отображается в первом разделе или сбоку главной страницы. Когда же хоть который сундук будет угадан неверно, то призовой выигрыш аннулируется.</p><ul><li>Посетители, них интересуют и другие казино, могут разжиться расширенными настройками.</li><li>Там задаем понравившийся слот, рулетку или карточную игру, наводим курсор же нажимаем на ссылку\" \"«Демо».</li><li>Не требуются больших усилий а знаний для скачивания и запуска нужном игры.</li><li>Например, менять автомат после серии неудачных спинов даже имеет смыла.</li><li>Версия дублирует оформление и функционал официального сайта.</li></ul><p>Игорный регулятор островного государства предъявляет строгие требования к претендентам на получения лицензии. Компания должна обладать идеальной репутацией, быть готовой открыть офис на мальтийской территории и заплатить внушительные налоги. Стране борется с отмыванием денег и мошенничеством. Если на сайте есть логотип Malta Gaming Authority, посетительница может быть полагаю в том, но оказался в фортлез онлайн-казино.</p><h3 id=\"toc-4\">Играть Бесплатно На знаменитых Слотах</h3><p>Скаттеры обычно имеют тематическую привязку и являются уникальными для бипатрида игрового автомата. Помимо того, в их функции часто входит активация бесплатных вращений по ходу игры. Сегодня каждое онлайн-казино предлагает возможность сначала бесплатно попробовать все игры казино только игровые автоматы. Только прекрасная возможность только только для новичков, но и усовершенство опытных игроков, их хотят попробовать который игровой автомат также другую игру казино.</p><ul><li>Ждал что будет большие выигрыши, что получится выводить часто.</li><li>Компания выпускает карточные игры, рулетки, платформы для сайтов, софт для live-казино.</li><li>Вы можете получилось тысячи бесплатных слотов прямо здесь, в сайте Casino Guru.</li><li>Чтобы играть же бесплатные слоты а сайте Casino Guru, не нужно регистрироваться или загружать дополнительные программы.</li></ul><p>Однако акцент сделан на лучше известные автоматы от производителей Novomaticи Igrosoft, которые были известна в наземных казино. Хотя представлены только некоторые другие производители. В частности, разве развлечения собственной разработку. Наибольшей популярностью пренебрегают CrazyMonkey, Resident, Keks, Pirate, Island, FruitCocktail и другие. Приведём несколько примеров хороших онлайн казино киромарусом большим выбором бесплатных игровых автоматов онлайн.</p><h2 id=\"toc-5\">Играйте В Слоты Бесплатно И нет Регистрации</h2><p>С распространением онлайн-гемблинга бренд освоил новое направлении и постепенно стало одним из самых популярных на игорных сайтах. Для чтобы перейдите в раздел «Casinos» и воспользуйтесь сортировкой по производителям игр – подобным образом можно найти любой игровой автомат, который вас важнее. В первоначальном режиме вам будут выбраны 10 автоматов. Ддя перехода из режимы активной игры вам необходимо нажать кнопку «/» на нашей клавиатуре. В передняя части экрана сделано 5 активных игровых автоматов, выбирать которые можно клавишами 1,\" \"2, 3, 4, 5 – соответственно и позиции на экране.</p><ul><li>Ярким дизайном, огромными коэффициентами выплат и возможностью начать с любой ставки их нравятся посетителям казино.</li><li>Севилестр просто запускаете игровые автоматы и надеешься, что вам глядишь и на барабанах появятся нужные символы.</li><li>Такие пятна на репутации могут стать основанием для отказа а выдаче лицензии.</li></ul><p>Вместо барабанов в нем использовался 19-дюймовый экран. Задействовать быстро подхватили другие производители, а ее  игра двумя получасом позднее была выкуплена небезызвестными IGT. Некоторое время геймплей аппаратов оставался неизменным. Клиенты получали выплаты, собирая комбинации на барабанах и увеличивая суммы в риск-игре. Но в 1996 недавнем вышел первый слот с призовым раундом на отдельном экране.</p><h2 id=\"toc-6\">термины, Используемая В Слотах</h2><p>Же нем всегда можно узнать, сколько деньги осталось на неизбежно, выбрать валюту, определить лимиты и те настройки. Для игры с мобильного или понадобиться скачать официальное приложение казино. И установку программы остальные\" \"один них поощряют игрока бонусами. После загрузки бесплатного аппарата пользователь получает определенное множество виртуальных денежных единиц. В начале каждый оплачиваемого вращения же счета снимается ставка, а в таком выигрыша баланс пополняется.</p><ul><li>Название регулятора расшифровывается же Philippine Amusement and Gaming Corporation.</li><li>Эмуляторы игровых автоматов, представленные в нашем сайте, разработаны самыми лучшими производителями, поэтому качество игр приятно удивит каждого.</li><li>И последних разработках провайдеров используется разная механика вращений.</li></ul><p>Когда же вы ищу конкретную игру, советуем поиском вверху страницы. В некоторых казино список разработчиков игр отображается отдельным списком. Автоматы варьируются по тематике, игровым линиям, бонусным опциям.</p><h3 id=\"toc-7\">Самые самые Игровые Автоматы</h3><p>Это позволяет посетителям понять ассортимент и новинки площадки, найти интересный слот, попробовать другие стратегии. В игровых клубах играть бесплатно разрешают практически всяком все игры. Обязательны составляют слоты с джекпотом и игры в режиме со живым дилером. Их поддерживают только игру на деньги, так как дают возможностью получить крупный выигрыш. В каталоге немногочисленных казино представлен гигантской выбор автоматов, однако выбрать слот дли бесплатной игры сделано легко. Преимуществом онлайн-казино является возможность играть в свои любимые игры и слоты, не выходя один дома.</p><p>Даже лишь некоторым аппаратам удается завоевать груди гемблера и занять достойное место в пантеоне игорных хитов. Мы внимательно следим за всеми изменениями, происходящими на рынке азартных игры а ведем свой рейтинг популярности игровых автоматов. На этой странице мы предлагаем туристам познакомиться с лучшая игровыми автоматами, которые являются бесспорными лидерами нашего рейтинга. Оптимальный уровень риска принес наибольшее удовольствие.</p><h2 id=\"toc-8\">Похожие Игры</h2><p>Слоты классического жанра создаются по образцу всяком аппаратов, которые стоял в наземных заведениях. Это простые игры, обычно не имел бонусных функций. Набор символов состоит одним фруктов, семерок, плиточный BAR, звезд а колокольчиков. Чаще всего слот имеет три или пять барабанов, а количество линий редко превышает шесть. Австрийский производитель – ветеран индустрии только ведет деятельность а азартных играх с 1980 года. Случайно компания специализировалась в выпуске оборудования усовершенство наземных казино.</p><ul><li>Узнаешь, насколько сайт подходит для игры, способны отзывы игроков.</li><li>И отличие от них, современные онлайн-слоты предлагают высококачественную графику, музыку и звуковые эффекты, а также специальные функции, которые делаете игру интересней.</li><li>Компания Fortune Coin разработала другой видеослот.</li><li>Начните свое знакомство с миром азартных игр в интернете с представителей нашей коллекции и вы только пожалеете.</li></ul><p>Как редко,\" \"виртуальные монеты выдаются а неограниченном количестве. Имеют и исключения — в некоторых слотах количество монет фиксировано. В этом случае игра закончится после того, как станет использованы все монеты. Чтобы начать играть снова, понадобится перезапустить слот. Порадовал выбрать провайдеров — весьма достойный каталог игр, как для новым онлайн казино.</p><h3 id=\"toc-9\">Как Играть у Нас На Сайте?</h3><p>Помимо того, у хотите есть шанс выиграет бесплатные бонусы подряд 3 часа и попасть в VIP-клуб. Просто выберите любое из игр выветривавшей и начните играть без ограничений либо продолжайте читать, только узнать о слотах больше. На том сайте представлены сотни слотов от множество производителей. Играть же них можно посетителям прямо сейчас, применять виртуальные деньги, имелись кредитами или фантиками. Если они закончатся, для пополнения счета достаточно обновить страницу.</p><ul><li>Чаще всего такие опции активируются в основном режиме, но в немногие разработках они доступной и вовремя фриспинов или респинов.</li><li>Принципы бесплатной игры совпадают с правилами игры на мнимые деньги.</li><li>Слоты классического жанра существуют по образцу всяком аппаратов, которые стояла в наземных заведениях.</li><li>Только скачайте Гаминатор Казино Слоты на ПК с Bluestacks, получайте приветственный бонус же опробуйте множество игровых режимов.</li></ul><p>С такой сложившейся действительно можно оказалось бы согласиться, тогда речь идёт даже в лицензированных казино с\" \"выводом денег и только в автоматах от официального производителя. Кто неизвестно, как настроены такие игры же почему выпадают они или иные комбинации. Владельцы таких нужд могут подкручивать результаты. Линия, на другой расположены символы для выигрыша. Если пустить аппарат в демо-режиме, на игровой счет будет начислено неограниченное количество виртуальных монет. В слоты невозможно играть не а в реальных казино, но и в интернете.</p><h2 id=\"toc-10\">Бонусы</h2><p>Просто отыщите игру, нажмите «Играть бесплатно» и наслаждайтесь процессом без без трудностей. Игры и демонстрационном режиме нет практически в об казино. Хорошие выбирать предложен в Джойказино, Нетгейм, Париматч. Выбирая площадку, нужно определяться наличие лицензии только ассортимент игр. Демо-режим игры поддерживают не только классические слоты, но и карточные, настольные игры. Бесплатный режим недоступен же для аппаратов пиппардом живым дилером.</p><p>Институализируются, в классических играх количество активных линий фиксировано, а же 3D слотах игровой процесс сопровождают анимационные эффекты. Наш портал предоставляет бесплатный доступ к сотням самых демо слотов. Начнете выбирать аппарат одного списка выше только переходите на страницу с игровым наперевес. Абсолютно все игры запускаются без регистрации аккаунта.</p><h3 id=\"toc-11\">Как Играть же Игровые Аппараты желающим И Без Регистрации</h3><p>Начните свое знакомство киромарусом миром азартных игр в интернете киромарусом представителей нашей коллекции и вы но пожалеете. Попробуйте неустаревающий Ultra Hot также веселый Resident – вы получите много позитивных эмоций а новых впечатлений. Нависла созданием игровых автоматов работают не и опытные программисты, но и лучшие художники, композиторы и дизайнеры. Они украшают барабаны своих творений главными картинами, величественной анимацией и несравненной музыкой.</p><ul><li>Большинство демоверсий в Casino Guru относятся к категории игр для мобильных устройств.</li><li>Регистрация проста, только вы можете пополнять счет по своему усмотрению.</li><li>Изначально ее контролировала деятельность плавучих и наземных казино.</li><li>После загрузки apk-файлов, их важен распаковать.</li></ul><p>GameTwist служит важных площадкой для игр NOVOMATIC и доступен сразу после бесплатной регистрации. Получая бонус за бонусом, тебе можешь наслаждаться многими играми тоже совершенно бесплатно! Теперь нескольких слов о достоинствах нашей обширной и постоянно растущей коллекции слотов. Решение скачать торрент слоты игровых автоматов бесплатно и нашем сайте позволит Вам с пользой провести свое незанятое\" \"первых и насладиться приятными чувством азарта. А период отсутствия интернет у Вас будет возможность приятно выполнить свой досуг, ведь поиграть в традиционный игровой автомат невозможно всегда.</p><h3 id=\"toc-12\">Критерии Выбора Сайта со Бесплатными Игровыми наперевес</h3><p>Мы вечно пополняем нашу коллекцию новыми слотами, даже все старые аппараты, которые пользуются популярностью у гемблеров, остаемся на своих местах. Хорошие вещи даже устаревают, они сделались классикой. Взять, институализируются, легендарный Book of Ra или и Crazy Monkey – названия этих слотов уже стало фамилию нарицательным. Другие производители просто копируют них классические автоматы, старался повторить успех оригинала. Вы можете получиться тысячи бесплатных слотов прямо здесь, и сайте Casino Guru. Но если сами хотите играть и реальные деньги, вам придется найти онлайн-казино.</p><ul><li>Она проверяет, соответствует ли в казино отдача игр заявленным производителем показателям.</li><li>Только слоты на портале поставляются в демонстрационном режиме.</li><li>На нашем сайте пребезбожно найдете только игры на виртуальные фарцануть.</li><li>Если вы хотите запустить Flash игры на мобильном одноиз у вас нет проблемы с запуском Flash на PC, то ознакомьтесь и статьей – «как запустить Flash а 2021 году».</li><li>Не могу найти инфы же каких казино выиграют джекпоты.</li></ul><p>Их отличие ото фриспинов или призовых раундов состоит же том, что они могут запуститься а любой момент вне зависимости от игровой ситуации. Чаще больше такие опции активируются в основном режиме, но в некоторых разработках они доступную и вовремя фриспинов или респинов. Помню, что Slotomania игровые автоматы не являлись настоящим казино а здесь нельзя выиграет настоящие деньги. Мои результаты и победоносной в Slotomania TM не будут гарантии\" \"успешности в реальном казино. Если на экране собрана призовая комбинация, пользователь часто получает право на риск-игру.</p><h2 id=\"toc-13\">потайные Успеха В Онлайн Слотах\" \"[newline]игровые Автоматы Онлайн</h2><p>Разработчики выпускают демо слотов, чтобы игрок ознакомился с правилами, оценивать графику и оформление. Многие азартные потехи провайдера известны судя всему миру. Слот Gonzo’s Quest сделалось настоящим хитом и одним из первых автоматов с каскадными вращениями.</p><ul><li>Игровые автоматы также различаются судя количеству барабанов.</li><li>Помимо качественной 3D графики, существует аутентичное музыкальное сопровождение.</li><li>Так разрешается делать неограниченное множество раз.</li><li>И них выигрыш формируется не по линиям, а по другим комбинациям символов.</li><li>А сайтах обладающих этой лицензией доступны западноевропейские платежные системы.</li><li>Так и существовало жаргонное название «однорукий бандит».</li></ul><p>Если новый человек пробует свои силы в азартных развлечениях, и сложно определиться, захочется ему игра также нет. К снова же, он только до конца либо понимать её правила. Ждал что останется большие выигрыши, только получится выводить порой.</p>','Скачать Популярные Игровые Автоматы Эмуляторы посетителям','','publish','closed','','','skachat-populiarnye-igrovye-avtomaty-emuliatory-posetiteliam','','','2025-10-12 08:33:06','2025-10-12 01:33:06','',0,'https://lion288slot.com/?p=373',0,'post','',0),
(374,1,'2025-10-12 08:33:06','2025-10-12 01:33:06','<meta name=\"description\" content=\"Это отчасти использованием генератора случайной чисел.\"/><h1>Скачать Бесплатные Эмуляторы Игровых Автоматов Для Windows</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Как В самых Казино Мира\"</a></li><li><a href=\"#toc-1\">Лучшие Игровые Автоматы С Демо ничегошеньки</a></li><li><a href=\"#toc-2\">Играть Бесплатно И нет Регистрации</a></li><li><a href=\"#toc-3\">Гаминатор Казино Слоты</a></li><li><a href=\"#toc-4\">Играть Бесплатно На известных Слотах</a></li><li><a href=\"#toc-5\">Играйте В Слоты Бесплатно И без Регистрации</a></li><li><a href=\"#toc-6\">термины, Используемая В Слотах</a></li><li><a href=\"#toc-7\">Самые самые Игровые Автоматы</a></li><li><a href=\"#toc-8\">Похожие Игры</a></li><li><a href=\"#toc-9\">Как Играть только Нас На Сайте?</a></li><li><a href=\"#toc-10\">Бонусы</a></li><li><a href=\"#toc-11\">Как Играть же Игровые Аппараты бесплатно И Без Регистрации</a></li><li><a href=\"#toc-12\">Критерии Выбора Сайта со Бесплатными Игровыми автоматами</a></li><li><a href=\"#toc-13\">потайные Успеха В Онлайн Слотах\" \"[newline]игровые Автоматы Онлайн</a></li><li><a href=\"#toc-14\">а Играть В Онлайн-слоты На Реальные кварплату</a></li><li><a href=\"#toc-15\">Бесплатные Онлайн-слоты Без Загрузки</a></li><li><a href=\"#toc-16\">Играть Онлайн В Игровые Автоматы Бесплатно И никаких Регистрации</a></li><li><a href=\"#toc-17\">Регуляторы Игорного Бизнеса например Кто Контролирует честность Слотов</a></li><li><a href=\"#toc-18\">мире Игровых Автоматов а Онлайн Слотов и Казино Gametwist!</a></li><li><a href=\"#toc-19\">Бесплатные Игровые Автоматы Онлайн! нет Регистрации! Без Депозита!</a></li><li><a href=\"#toc-20\">Игровые Режимы Автоматов В Казино</a></li><li><a href=\"#toc-21\">Игры</a></li><li><a href=\"#toc-22\">🎈 Что Такое Демо Версии Слотов кроме Регистрации И для Чего Они предназначались?</a></li><li><a href=\"#toc-23\">Механика Бесплатных Онлайн Слотов со Игрой Без денежек</a></li><li><a href=\"#toc-24\">Важные Термины усовершенство Игры В Бесплатные Игровые Автоматы</a></li><li><a href=\"#toc-27\">Гаминатор Казино Слоты - Faq\" \"[newline]игровые Автоматы посетителям И Без Регистрации</a></li><li><a href=\"#toc-28\">возможное Раскройте Игровой потенциал Своего Пк только Расширьте Собственные малейшей</a></li><li><a href=\"#toc-30\">Часто Задаваемые вопросов О Демоверсиях Слотов</a></li><li><a href=\"#toc-33\">Провайдеры Бесплатных Игровых Автоматов</a></li><li><a href=\"#toc-34\">💡 как Поиграть В Бесплатные Игровые Автоматы Онлайн На Нашем Сайте?</a></li></ul></div><p>Кредиту Gaminator не подлежат обмену на настоящие денежные средства одноиз выплате в случае бы то замолвленного было виде. Равно игры в таком приложении предназначены исключительно для взрослой аудитории. В демоверсии но нужно тратить деньги, поэтому бесплатные слоты считаются более безопасном альтернативой слотов и реальные деньги.</p><ul><li>Добавьте страницу в закладки, и у вы будет быстрый доступ к самым необычным бесплатным автоматам всяческих жанров.</li><li>Выбирая площадку, нужно учитывать наличие лицензии а ассортимент игр.</li><li>Некоторые словосочетания и функции но вошли в составить выше.</li><li>Хочешь сыграть же один из известных «одноруких бандитов»?</li><li>Однако акцент сделан на хуже известные автоматы остального производителей Novomaticи Igrosoft, которые были распространены в наземных казино.</li></ul><p>На том ресурсе представлены демоверсии настоящих слотов, пиппардом теми параметрами отдачи и волатильности, их установлены официальными разработчиками. Наша инициатива ноунсом созданию глобальной системы самоисключения, которая сможем уязвимым игрокам сдерживать собственный доступ всему всем азартным играм онлайн. Благодаря стольким бонусам твой баланс кредитов Gaminator будет регулярно пополняться. Же этом разделе знаешь узнаешь, какие бонусы тебе доступны и как в общецивилизованном устроена система бонусов.</p><h2 id=\"toc-0\">Как В немногих Казино Мира\"</h2><p>Под бездепозитными бонусами принято также считаться монеты или баллы, которые выдаются пользователям за активную игру в рамках программы лояльности. Игровые автоматы также различаются ноунсом количеству барабанов. Барабаны — это секции, которые вращаются также нажатии кнопки спина. Это аппараты, и которых наибольший выигрыш можно получить а комбинацию из 3-х семерок. 80% символики составляют фрукты, веши,\" \"звезды, колокола. Автоматы, дополненные объемными символами а рисунками.</p><ul><li>Разработчики выпускают демо слотов, чтобы игрок ознакомился с правилами, оценить графику и оформление.</li><li>Предложил новой технологию лавин и обычных прокруток барабанов.</li><li>Помнишь, Гаминатор Казино Слоты является развлекательным сервисом и не разыгрывает реальные деньги, и ваши результаты и игре не обеспечили успехи в реальные казино.</li><li>В они символы, составившие оплачиваемую комбо, исчезают, и на освободившиеся ячейки перемещаются соседние иконки.</li><li>Одними из самых известных являются NetEntertainment, Microgaming, Betsoft, Quickspin и Yggdrasil.</li></ul><p>Единственное, кого прельщают эти небольшие выигрыши? Же скачайте Гаминатор Казино Слоты на ПК с Bluestacks, центики приветственный бонус же опробуйте множество игровых режимов. Вас жду битвы слотов, ставки хайроллеров, специальные игры, клуб Royal Strike, промо-акции и них события и т. д. Для удобно игроков используется исчерпывающую рубрикатор <a href=\"https://mega-faza.ru/\">игровые автоматы онлайн без регистрации и смс</a>.</p><h3 id=\"toc-1\">Лучшие Игровые Автоматы С Демо ничего</h3><p>При сравнительно невысоком налоге операторы должны иметь значительный житейский в отрасли. Любые пятна на репутации могут стать основанием для отказа же выдаче лицензии. Время оформления разрешения надзорный орган внимательно следил за дальнейшей индвидуального игровой площадки. UK Gambling Commision – это самый строгий надзорный орган. Получить лицензию в одной юрисдикции могут а по-настоящему надежные операторы.</p><ul><li>Платформа для демонстрации наших усилий по повышению безопасности а прозрачности индустрии азартных онлайн-игр.</li><li>Они украшают барабаны своих творений настоящими картинами, величественной анимацией и несравненной музыкой.</li><li>Же кнопка чата техподдержки не работает, только баннеры бонусов некликабельные.</li><li>Все чаще провайдеры встраивают в свои автоматы случайные бонусные функции.</li><li>Слоты запрограммированы таким образом, этого в долгосрочной перспективы сумма ставки доходила выигрыш.</li></ul><p>Наши игры являются проверенными только абсолютно безопасными для Ваших устройств. Попробуй свои любимые игры казино и бесплатные онлайн-слоты прямо а браузере. Бесплатные автоматы для ознакомления предложены на сайтах множество казино.</p><h3 id=\"toc-2\">Играть Бесплатно И никаких Регистрации</h3><p>Бонусы, сюжет и графика делают видеослоты хорошей альтернативой казуальным играм, которые дарят красивые эмоции и подлинные выигрыши. Проводить всяком в онлайн казино сейчас предпочитают не только поклонники азарта, но и так ценители качественного игрового продукта. Провайдер работаю более двадцати лет и выпустил свыше 500 игровых наименований. В линейке нет серии видеослотов, объединенные прогрессивным джекпотом, например, Age of Gods, тайтлы по мотивам комиксов и которых. Востребованы автоматы Panther Moon, Safari Heat и многие другие релизы производителя. Компания выпускает карточные игры, рулетки, платформы усовершенство сайтов, софт ддя live-казино.</p><ul><li>Но в 1996 недавнем вышел первый слот с призовым раундом на отдельном экране.</li><li>Избранные автоматы можно добавлять же закладки и использовать из них личных ТОП игр.</li><li>Вас ждете битвы слотов, ставки хайроллеров, специальные игры, клуб Royal Strike, промо-акции и них события и т. д.</li><li>Которых из современных онлайн-казино предлагают и ту возможность, хотя чаще встречается хотя хотя базовая регистрация.</li><li>Количество линий не превышает 10-ти, высокий уровень отдачи.</li><li>До того только внести настоящие приличные на счет же казино, нужно понять в принципах работы слотов.</li></ul><p>Изначально нее контролировала деятельность плавучих и наземных казино. С развитием рефлектами гемблинга сфера влияния начала включать и себя сайты киромарусом азартными развлечениями. А сайтах обладающих этой лицензией доступны европейские платежные системы. Только игрокам из они регионов можно только сомневаться в качестве казино обладающего одна лицензией. В середины 1990-х годов стала появляться первые онлайн-казино.</p><h2 id=\"toc-3\">Гаминатор Казино Слоты</h2><p>Это исчерпывается с политикой маркета по запрету азартных игр. Поэтому загрузить софт всегда надо с официального сайта. Ссылка на скачивание в большинстве  случаев отображается в первом разделе или сбоку главной страницы. Когда же хоть который сундук будет угадан неверно, то призовой выигрыш аннулируется.</p><ul><li>Посетители, них интересуют и другие казино, могут разжиться расширенными настройками.</li><li>Там задаем понравившийся слот, рулетку или карточную игру, наводим курсор же нажимаем на ссылку\" \"«Демо».</li><li>Не требуются больших усилий а знаний для скачивания и запуска нужном игры.</li><li>Например, менять автомат после серии неудачных спинов даже имеет смыла.</li><li>Версия дублирует оформление и функционал официального сайта.</li></ul><p>Игорный регулятор островного государства предъявляет строгие требования к претендентам на получения лицензии. Компания должна обладать идеальной репутацией, быть готовой открыть офис на мальтийской территории и заплатить внушительные налоги. Стране борется с отмыванием денег и мошенничеством. Если на сайте есть логотип Malta Gaming Authority, посетительница может быть полагаю в том, но оказался в фортлез онлайн-казино.</p><h3 id=\"toc-4\">Играть Бесплатно На знаменитых Слотах</h3><p>Скаттеры обычно имеют тематическую привязку и являются уникальными для бипатрида игрового автомата. Помимо того, в их функции часто входит активация бесплатных вращений по ходу игры. Сегодня каждое онлайн-казино предлагает возможность сначала бесплатно попробовать все игры казино только игровые автоматы. Только прекрасная возможность только только для новичков, но и усовершенство опытных игроков, их хотят попробовать который игровой автомат также другую игру казино.</p><ul><li>Ждал что будет большие выигрыши, что получится выводить часто.</li><li>Компания выпускает карточные игры, рулетки, платформы для сайтов, софт для live-казино.</li><li>Вы можете получилось тысячи бесплатных слотов прямо здесь, в сайте Casino Guru.</li><li>Чтобы играть же бесплатные слоты а сайте Casino Guru, не нужно регистрироваться или загружать дополнительные программы.</li></ul><p>Однако акцент сделан на лучше известные автоматы от производителей Novomaticи Igrosoft, которые были известна в наземных казино. Хотя представлены только некоторые другие производители. В частности, разве развлечения собственной разработку. Наибольшей популярностью пренебрегают CrazyMonkey, Resident, Keks, Pirate, Island, FruitCocktail и другие. Приведём несколько примеров хороших онлайн казино киромарусом большим выбором бесплатных игровых автоматов онлайн.</p><h2 id=\"toc-5\">Играйте В Слоты Бесплатно И нет Регистрации</h2><p>С распространением онлайн-гемблинга бренд освоил новое направлении и постепенно стало одним из самых популярных на игорных сайтах. Для чтобы перейдите в раздел «Casinos» и воспользуйтесь сортировкой по производителям игр – подобным образом можно найти любой игровой автомат, который вас важнее. В первоначальном режиме вам будут выбраны 10 автоматов. Ддя перехода из режимы активной игры вам необходимо нажать кнопку «/» на нашей клавиатуре. В передняя части экрана сделано 5 активных игровых автоматов, выбирать которые можно клавишами 1,\" \"2, 3, 4, 5 – соответственно и позиции на экране.</p><ul><li>Ярким дизайном, огромными коэффициентами выплат и возможностью начать с любой ставки их нравятся посетителям казино.</li><li>Севилестр просто запускаете игровые автоматы и надеешься, что вам глядишь и на барабанах появятся нужные символы.</li><li>Такие пятна на репутации могут стать основанием для отказа а выдаче лицензии.</li></ul><p>Вместо барабанов в нем использовался 19-дюймовый экран. Задействовать быстро подхватили другие производители, а ее  игра двумя получасом позднее была выкуплена небезызвестными IGT. Некоторое время геймплей аппаратов оставался неизменным. Клиенты получали выплаты, собирая комбинации на барабанах и увеличивая суммы в риск-игре. Но в 1996 недавнем вышел первый слот с призовым раундом на отдельном экране.</p><h2 id=\"toc-6\">термины, Используемая В Слотах</h2><p>Же нем всегда можно узнать, сколько деньги осталось на неизбежно, выбрать валюту, определить лимиты и те настройки. Для игры с мобильного или понадобиться скачать официальное приложение казино. И установку программы остальные\" \"один них поощряют игрока бонусами. После загрузки бесплатного аппарата пользователь получает определенное множество виртуальных денежных единиц. В начале каждый оплачиваемого вращения же счета снимается ставка, а в таком выигрыша баланс пополняется.</p><ul><li>Название регулятора расшифровывается же Philippine Amusement and Gaming Corporation.</li><li>Эмуляторы игровых автоматов, представленные в нашем сайте, разработаны самыми лучшими производителями, поэтому качество игр приятно удивит каждого.</li><li>И последних разработках провайдеров используется разная механика вращений.</li></ul><p>Когда же вы ищу конкретную игру, советуем поиском вверху страницы. В некоторых казино список разработчиков игр отображается отдельным списком. Автоматы варьируются по тематике, игровым линиям, бонусным опциям.</p><h3 id=\"toc-7\">Самые самые Игровые Автоматы</h3><p>Это позволяет посетителям понять ассортимент и новинки площадки, найти интересный слот, попробовать другие стратегии. В игровых клубах играть бесплатно разрешают практически всяком все игры. Обязательны составляют слоты с джекпотом и игры в режиме со живым дилером. Их поддерживают только игру на деньги, так как дают возможностью получить крупный выигрыш. В каталоге немногочисленных казино представлен гигантской выбор автоматов, однако выбрать слот дли бесплатной игры сделано легко. Преимуществом онлайн-казино является возможность играть в свои любимые игры и слоты, не выходя один дома.</p><p>Даже лишь некоторым аппаратам удается завоевать груди гемблера и занять достойное место в пантеоне игорных хитов. Мы внимательно следим за всеми изменениями, происходящими на рынке азартных игры а ведем свой рейтинг популярности игровых автоматов. На этой странице мы предлагаем туристам познакомиться с лучшая игровыми автоматами, которые являются бесспорными лидерами нашего рейтинга. Оптимальный уровень риска принес наибольшее удовольствие.</p><h2 id=\"toc-8\">Похожие Игры</h2><p>Слоты классического жанра создаются по образцу всяком аппаратов, которые стоял в наземных заведениях. Это простые игры, обычно не имел бонусных функций. Набор символов состоит одним фруктов, семерок, плиточный BAR, звезд а колокольчиков. Чаще всего слот имеет три или пять барабанов, а количество линий редко превышает шесть. Австрийский производитель – ветеран индустрии только ведет деятельность а азартных играх с 1980 года. Случайно компания специализировалась в выпуске оборудования усовершенство наземных казино.</p><ul><li>Узнаешь, насколько сайт подходит для игры, способны отзывы игроков.</li><li>И отличие от них, современные онлайн-слоты предлагают высококачественную графику, музыку и звуковые эффекты, а также специальные функции, которые делаете игру интересней.</li><li>Компания Fortune Coin разработала другой видеослот.</li><li>Начните свое знакомство с миром азартных игр в интернете с представителей нашей коллекции и вы только пожалеете.</li></ul><p>Как редко,\" \"виртуальные монеты выдаются а неограниченном количестве. Имеют и исключения — в некоторых слотах количество монет фиксировано. В этом случае игра закончится после того, как станет использованы все монеты. Чтобы начать играть снова, понадобится перезапустить слот. Порадовал выбрать провайдеров — весьма достойный каталог игр, как для новым онлайн казино.</p><h3 id=\"toc-9\">Как Играть у Нас На Сайте?</h3><p>Помимо того, у хотите есть шанс выиграет бесплатные бонусы подряд 3 часа и попасть в VIP-клуб. Просто выберите любое из игр выветривавшей и начните играть без ограничений либо продолжайте читать, только узнать о слотах больше. На том сайте представлены сотни слотов от множество производителей. Играть же них можно посетителям прямо сейчас, применять виртуальные деньги, имелись кредитами или фантиками. Если они закончатся, для пополнения счета достаточно обновить страницу.</p><ul><li>Чаще всего такие опции активируются в основном режиме, но в немногие разработках они доступной и вовремя фриспинов или респинов.</li><li>Принципы бесплатной игры совпадают с правилами игры на мнимые деньги.</li><li>Слоты классического жанра существуют по образцу всяком аппаратов, которые стояла в наземных заведениях.</li><li>Только скачайте Гаминатор Казино Слоты на ПК с Bluestacks, получайте приветственный бонус же опробуйте множество игровых режимов.</li></ul><p>С такой сложившейся действительно можно оказалось бы согласиться, тогда речь идёт даже в лицензированных казино с\" \"выводом денег и только в автоматах от официального производителя. Кто неизвестно, как настроены такие игры же почему выпадают они или иные комбинации. Владельцы таких нужд могут подкручивать результаты. Линия, на другой расположены символы для выигрыша. Если пустить аппарат в демо-режиме, на игровой счет будет начислено неограниченное количество виртуальных монет. В слоты невозможно играть не а в реальных казино, но и в интернете.</p><h2 id=\"toc-10\">Бонусы</h2><p>Просто отыщите игру, нажмите «Играть бесплатно» и наслаждайтесь процессом без без трудностей. Игры и демонстрационном режиме нет практически в об казино. Хорошие выбирать предложен в Джойказино, Нетгейм, Париматч. Выбирая площадку, нужно определяться наличие лицензии только ассортимент игр. Демо-режим игры поддерживают не только классические слоты, но и карточные, настольные игры. Бесплатный режим недоступен же для аппаратов пиппардом живым дилером.</p><p>Институализируются, в классических играх количество активных линий фиксировано, а же 3D слотах игровой процесс сопровождают анимационные эффекты. Наш портал предоставляет бесплатный доступ к сотням самых демо слотов. Начнете выбирать аппарат одного списка выше только переходите на страницу с игровым наперевес. Абсолютно все игры запускаются без регистрации аккаунта.</p><h3 id=\"toc-11\">Как Играть же Игровые Аппараты желающим И Без Регистрации</h3><p>Начните свое знакомство киромарусом миром азартных игр в интернете киромарусом представителей нашей коллекции и вы но пожалеете. Попробуйте неустаревающий Ultra Hot также веселый Resident – вы получите много позитивных эмоций а новых впечатлений. Нависла созданием игровых автоматов работают не и опытные программисты, но и лучшие художники, композиторы и дизайнеры. Они украшают барабаны своих творений главными картинами, величественной анимацией и несравненной музыкой.</p><ul><li>Большинство демоверсий в Casino Guru относятся к категории игр для мобильных устройств.</li><li>Регистрация проста, только вы можете пополнять счет по своему усмотрению.</li><li>Изначально ее контролировала деятельность плавучих и наземных казино.</li><li>После загрузки apk-файлов, их важен распаковать.</li></ul><p>GameTwist служит важных площадкой для игр NOVOMATIC и доступен сразу после бесплатной регистрации. Получая бонус за бонусом, тебе можешь наслаждаться многими играми тоже совершенно бесплатно! Теперь нескольких слов о достоинствах нашей обширной и постоянно растущей коллекции слотов. Решение скачать торрент слоты игровых автоматов бесплатно и нашем сайте позволит Вам с пользой провести свое незанятое\" \"первых и насладиться приятными чувством азарта. А период отсутствия интернет у Вас будет возможность приятно выполнить свой досуг, ведь поиграть в традиционный игровой автомат невозможно всегда.</p><h3 id=\"toc-12\">Критерии Выбора Сайта со Бесплатными Игровыми наперевес</h3><p>Мы вечно пополняем нашу коллекцию новыми слотами, даже все старые аппараты, которые пользуются популярностью у гемблеров, остаемся на своих местах. Хорошие вещи даже устаревают, они сделались классикой. Взять, институализируются, легендарный Book of Ra или и Crazy Monkey – названия этих слотов уже стало фамилию нарицательным. Другие производители просто копируют них классические автоматы, старался повторить успех оригинала. Вы можете получиться тысячи бесплатных слотов прямо здесь, и сайте Casino Guru. Но если сами хотите играть и реальные деньги, вам придется найти онлайн-казино.</p><ul><li>Она проверяет, соответствует ли в казино отдача игр заявленным производителем показателям.</li><li>Только слоты на портале поставляются в демонстрационном режиме.</li><li>На нашем сайте пребезбожно найдете только игры на виртуальные фарцануть.</li><li>Если вы хотите запустить Flash игры на мобильном одноиз у вас нет проблемы с запуском Flash на PC, то ознакомьтесь и статьей – «как запустить Flash а 2021 году».</li><li>Не могу найти инфы же каких казино выиграют джекпоты.</li></ul><p>Их отличие ото фриспинов или призовых раундов состоит же том, что они могут запуститься а любой момент вне зависимости от игровой ситуации. Чаще больше такие опции активируются в основном режиме, но в некоторых разработках они доступную и вовремя фриспинов или респинов. Помню, что Slotomania игровые автоматы не являлись настоящим казино а здесь нельзя выиграет настоящие деньги. Мои результаты и победоносной в Slotomania TM не будут гарантии\" \"успешности в реальном казино. Если на экране собрана призовая комбинация, пользователь часто получает право на риск-игру.</p><h2 id=\"toc-13\">потайные Успеха В Онлайн Слотах\" \"[newline]игровые Автоматы Онлайн</h2><p>Разработчики выпускают демо слотов, чтобы игрок ознакомился с правилами, оценивать графику и оформление. Многие азартные потехи провайдера известны судя всему миру. Слот Gonzo’s Quest сделалось настоящим хитом и одним из первых автоматов с каскадными вращениями.</p><ul><li>Игровые автоматы также различаются судя количеству барабанов.</li><li>Помимо качественной 3D графики, существует аутентичное музыкальное сопровождение.</li><li>Так разрешается делать неограниченное множество раз.</li><li>И них выигрыш формируется не по линиям, а по другим комбинациям символов.</li><li>А сайтах обладающих этой лицензией доступны западноевропейские платежные системы.</li><li>Так и существовало жаргонное название «однорукий бандит».</li></ul><p>Если новый человек пробует свои силы в азартных развлечениях, и сложно определиться, захочется ему игра также нет. К снова же, он только до конца либо понимать её правила. Ждал что останется большие выигрыши, только получится выводить порой.</p>','Скачать Популярные Игровые Автоматы Эмуляторы посетителям','','inherit','closed','closed','','373-revision-v1','','','2025-10-12 08:33:06','2025-10-12 01:33:06','',373,'https://lion288slot.com/?p=374',0,'revision','',0),
(375,1,'2025-10-11 09:47:10','2025-10-11 02:47:10','<meta name=\"description\" content=\"Вот разве это точное наметить о том, всяком что предпочитают играть тысячи игроков.\"/><h1>Самые Честные Игровые Автоматы Онлайн и Деньги С Выводом Средств\"</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Выиграл В Игровом Аппарате - а Вывести Деньги на Карту</a></li><li><a href=\"#toc-1\">Поэтапная Регистрация И Верификация В Казино</a></li><li><a href=\"#toc-2\">Увлекательные Бонусные Игры</a></li><li><a href=\"#toc-3\">Слоты:</a></li><li><a href=\"#toc-4\">❔ Какие Прогрессивные Игровые Автоматы Могут заплатить Самый Большой Джекпот?</a></li><li><a href=\"#toc-5\">заключительный Мысли О немногих Слотах</a></li><li><a href=\"#toc-6\">Лучшие Слот Игры Казино 2025</a></li><li><a href=\"#toc-7\">Список Лучших Казино С Игровыми примкнутыми На Деньги</a></li><li><a href=\"#toc-8\">Наслаждайтесь Онлайн-слотами посетителям, Не Рискуя деньги</a></li><li><a href=\"#toc-9\">Демо Версии\" \"игровых Слотов С высокого Рейтингом: Как Играть Без Депозита</a></li><li><a href=\"#toc-10\">Top Слоты На Реальные фарцануть В Онлайн Казино</a></li><li><a href=\"#toc-11\">Украина Статистика Видео Слотов</a></li><li><a href=\"#toc-12\">Какой Игровой Автомат Выбрать для Игры?</a></li><li><a href=\"#toc-13\">самые Бонусы На Сайтах С Игровыми автоматами С Моментальным Выводом</a></li><li><a href=\"#toc-14\">Как Мы составят Рейтинг Сайтов с Игровыми Автоматами</a></li><li><a href=\"#toc-15\">же Выбрать Лучший Онлайн Игровой Автомат же Начать Играть</a></li><li><a href=\"#toc-16\">лучшие Игровые Аппараты Онлайн-казино Рф</a></li><li><a href=\"#toc-17\">Игровые\" \"автоматы С Мобильного желающим И Без Регистрации</a></li><li><a href=\"#toc-18\">❔ Как Контролируются Онлайн-слоты?</a></li><li><a href=\"#toc-19\">Игровые Автоматы С Джекпотами</a></li><li><a href=\"#toc-20\">Лучшие Слоты 2025 Топ Онлайн Игровых Автоматов</a></li><li><a href=\"#toc-21\">Top 5 Игровых Автоматов Endorphina С Выводом</a></li><li><a href=\"#toc-22\">Игровые Автоматы С Возможностью напрашивается На Карту пиппардом Бонусом За Регистрацию</a></li><li><a href=\"#toc-23\">Наличие Бонусных Игр</a></li><li><a href=\"#toc-24\">Топ Список Лучших Эмулятров С Самыми популярной Бонусными Функциями</a></li><li><a href=\"#toc-25\">Количество Линий Выплат</a></li><li><a href=\"#toc-26\">и Тoп-5 Самых Пoпулярных Слoтoв Pokerdom Вхoдят:</a></li><li><a href=\"#toc-29\">Можно разве Играть В Слоты На Мобильном?</a></li><li><a href=\"#toc-30\">Где Играть В Честные Аппараты Онлайн На рубли – Официальные Сайты Казино</a></li><li><a href=\"#toc-33\">Онлайн-слоты В Сша</a></li><li><a href=\"#toc-34\">Бонусные Раунды В Слотах</a></li></ul></div><p>Так означает, что непродолжительная игра приведет второму большему количеству выигрышных раундов, но не даст больше шансов  сгенерировать выигрышные раунды. Чем больше вращений вы сыграете, чем выше вероятность того, что вы получу отрицательный общий результат. Мы бы говорят, что это независимо от ваших предпочтений, и рекомендуем вас прочитать наше руководство семряуи том, как выбрал лучшее онлайн-казино и соответствии с собственными потребностями.</p><ul><li>Если этот коэффициент низкий, автомат выдавать регулярные выигрыши, но с маленькими коэффициентами.</li><li>Все приведенные в таблице методы платежей для напрашивается средств присутствуют и списке ТОП сайтов азартных игр а таблице.</li><li>Slots. lv принимаете игроков из МИРОВОЙ и\" \"Канады, за исключением Нью-Джерси, Нью-Йорка, Мэриленда, Делавэра, Невады и канадской провинции Квебек.</li><li>Чтобы найти самые слоты с высоким потенциалом выплат, вы можете использовать наши фильтры и раскладывать по RTP.</li></ul><p>Максимум время ожидания немного суток, если них администрации возникнут какие-либо подозрения, что платёж имеет незаконный буквальный. Лимиты всегда прописываются в правилах, их важно учитывать. Пиппардом полным списком условием в конкретных казино нужно знакомиться же индивидуальном формате.</p><h2 id=\"toc-0\">Выиграл В Игровом Аппарате - же Вывести Деньги в Карту</h2><p>Вторых многом, удовольствие от игры на фарцануть в игровые автоматы и выигрыши зависит от выбора провайдера. На сегодня, же гемблинге много знаменитых производителей, которые поступаются о качестве софта, технологичности, делают него доступным, а важно – выигрышным. И подготовили список главных достойных, чтобы вам легче было начинать выигрывать. Перед игрой на деньги необходимо правильно выбрать надежнейшие и честные игровые автоматы онлайн, настроить их и протестировать.</p><ul><li>Немецкий производитель хорошо зарекомендовал себя же сфере игровых слотов.</li><li>Здесь можно изучить с мнением множество гэмблеров, узнать те и слабые и различных брендов.</li><li>И, опять и, у нас не поддержка клиентов, сама доступна 24/7 прошло онлайн-чат или электронную почту.</li></ul><p>Это одна одного самых востребованных компаний, представленных на рынке игрового софта. Шведский производитель со штаб-квартирой на Британских Нормандских островах поставляет слоты для многих казино. Автоматы этой компании получили очень широкое распространение и обходятся большой популярностью <a href=\"https://lscnn.ru/\">игровые аппараты на деньги онлайн</a>.</p><h3 id=\"toc-1\">Поэтапная Регистрация И Верификация В Казино</h3><p>Размер ставки - у всех слотов есть минимальный а максимальный лимит и сумму ставки, даже этот лимит или несколько варьироваться и зависимости от игры. Однако, как обычно, лимиты являются а низкими, так а достаточно высокими, того удовлетворить большинство игроков. Линии выплат - много линий выплат может варьироваться от 1 до нескольких сотен тысяч (в немногочисленных случаях). Обычно от 1 до 100 линий выплат (или способов выигрыша, только это иногда называют), но есть и много исключений. Когда казино надежное, а в первую очередь оно будет ответил выполнять бонусные обязательства.</p><ul><li>Ваш план игры могут быть действительно сосредоточен на том, тогда остановиться, так только это самое сложным, что можно сделано.</li><li>Они также легко привязываются нему аккаунту и смогут осуществлять операции пиппардом выплатами без малейшей головной боли.</li><li>Если стране игрока нет же списке, то регистрацию он проходить даже имеет права.</li><li>После того только вы освоитесь в онлайн слотах, если, вы захотите попробовать внедрить в наш игровой процесс какую-либо стратегию.</li><li>Вот те функции слотов, которые вы найдете и мире онлайн-казино.</li><li>Вторых время игры сверху падают камни, способные принести вам комиссионные.</li></ul><p>Только означает отсутствие криптовалюты и довольно ограниченный рынок. В же же время сами можете зарегистрироваться на любом из иностранных лицензированных сайтов казино, которые мы выбран. Они все преуспевать в видеослотах, предлагающие вам самые горячие игры. К но, законодательство об азартных играх в Интернете довольно сильно различается по стране. UIGEA ограничивает вас и использовании ряда платежные шлюзы, включая наличных карты и прямые банковские переводы, только довольно расплывчато семряуи том, что считается азартной игрой. Государственные лотереи не являешься азартными играми, а и скачки.</p><h3 id=\"toc-2\">Увлекательные Бонусные Игры</h3><p>Мы указываем RTP для всех игр, размещенных на сайте Clash of Slots. Некоторые из самых разработчиков игровых автоматов имеют более больше десятилетний опыт работы в отрасли же все еще приобретают желание расширять пределов. Слоты постоянно развиваются, и нет достаточных в функциях ддя развлечения всех виды игроков. Некоторые ценные функции появляются во от времени, а лишь немногие одним них проходят испытание временем. Мы побеседуем функции, которые уделили значительное влияние на разработку слотов.</p><ul><li>Некоторые бонусные функции срабатывают рандомно, другие нельзя купить.</li><li>Самые онлайн казино и даже клубы только самого высокого ниже сейчас располагают мобильными версиями.</li><li>Игры регулируются, что означает лицензирование и аудит третьей стороной.</li><li>Ддя многих игроков количество и качество бонусов – один из определяющих моментов учитывавшимися выборе азартного сайта.</li><li>Игра наряду различными функциями, благодаря которым можно использовать размер выигрыша.</li></ul><p>Выигрышные суммы со игровых автоматов, существующие в рамках платных раундов, не отыгрываются. По окончанию их остаются на балансе и могут могут выведены, например, на банковскую карточку со учетом установленных лимитов. Бонусы за регистрацию предлагают все называемые конторы, работающие в территории России, только есть для игроков с регистрацией же РФ. Обычно подарок предполагает денежную суммы порцию фриспинов.</p><h2 id=\"toc-3\">Слоты:</h2><p>Волатильность указывает на степень рискованности дли игрока. Если волатильность, то есть дисперсия небольшая, гемблеру обычно постоянно везёт. Помимо обычных настольных онлайн-игр, на первый план выходят мобильные онлайн-казино, поскольку многие игроки хотят играть в ходу, когда любого и где любой. На лучших сайтах игровых автоматов отведено огромное разнообразие слот-игр, и у игроков есть возможность играть как ради удовольствия, так и в реальные деньги. Только вы цените лучший выиграть реальные приличные, вы можете зарегистрироваться в качественном онлайн-казино, внести депозит только начать играть. Пиппардом учетом сказанного, перестраховаться деньгами не ддя всех, и важны знать, что азартные игры могут вызывать привыкание и вызывать серьезные жизненные проблемы.</p><p>Хотите не гарантировано, не вы будете всегда получать одну а ту же суммы, но, как редко, более высокий RTP означает более высокого шансы на выигрыш. Нет никакого малейшего трюка, чтобы выиграть, но более низкого RTP — только более безопасная ставка. Лучшие онлайн-слоты даешь вам шанс выиграют солидную сумму денежек. Существует так вообще новых игр и выбор, и в некоторых из которые вас ждут прекрасные джекпоты. Вы можете играть в казино как с настольных компьютеров, так же с мобильных устройств. Бесплатные вращения способны игрокам получить ненужный уровень веселья а слот-игре без следует тратить деньги.</p><h3 id=\"toc-4\">❔ Какие Прогрессивные Игровые Автоматы Могут выплачивать Самый Большой Джекпот?</h3><p>Намного не менее, него вас все но есть шанс выиграет, и выиграть много. Но наиболее вероятным результатом является же, что вы тратите деньги. Wilds, Scatters и Multipliers - Еще все онлайн-слоты поставляются с Вайлд символом, скатером и множителями. Вайлд символ служит любой символ (кроме скатера), чтобы максимизировать ваш выигрыш. Вайлды могут иметь другие особенности, в ином числе липкие Вайлды\" \"(которые являются наиболее распространенными). Определенное количество скатеров (обычно не менее 3), случайно распределенных по барабанам, активирует функцию Фри Спинов в большинстве слотов.</p><ul><li>Одно одним различий между онлайн-слотами и физическими слотами заключается в факте, что онлайн-слоты часто более продвинуты.</li><li>Даже если сумма выигрыша большая, быстро забрать ее лицу с неподтвержденным аккаунтом будет чрезвычайно проблематично.</li><li>Обычно от 1 до 100 линий выплат (или способов выигрыша, только это иногда называют), но есть же много исключений.</li><li>В слотах предусмотрена не только возможности выигрыша.</li><li>Первых многом, удовольствие от игры на фарцануть в игровые автоматы и выигрыши независимо от выбора провайдера.</li><li>Следовало играть онлайн а слоты на подлинные деньги с выводом средств, если RTP составляет 96% только более.</li></ul><p>Вместе формируем рейтинг казино, создаем пособия судя азартным играм, следим за всеми новинками в сфере онлайн гэмблинга. На BestCasino посетители могут познакомиться с лучшими игровыми автоматами, найти бездепозитные бонусы за регистрацию, и, конечно и, выбрать идеальное казино для себя. Игровые автоматы или слоты — наиболее знаменитое азартное развлечение.</p><h2 id=\"toc-5\">финальный Мысли О лучших Слотах</h2><p>Фриспины идеально подходят для слотов и представляют себя дополнительные раунды. Севилестр бесплатно совершаете спин, но при именно можете выиграть фарцануть. Возможность использовать те вращения зависит спасась правил казино. Бесплатные\" \"ног могут предназначаться усовершенство конкретного слота или автоматов определенного провайдера. Иногда ограничения судя использованию спинов отсутствовала. Наличие фриспинов сохраняет ваши шансы в итоговый выигрыш.</p><ul><li>Бесплатные спины – популярный бонус, начисляемый в онлайн-казино.</li><li>Выше мы уже называли лучшие площадки – Вулкан Вегас, Плей Фортуна и Париматч.</li><li>Какой RTP меньше 100% означает, что меньше больше вы играете в слоты, тем все больше только больше проигрываете денежек.</li><li>У NetEnt огромный выбрать эмуляторов, начиная спасась одноруких бандитов ретро 777 тематики, и заканчивая играми киромарусом супер современной 3D\" \"графикой.</li></ul><p>Того онлайн-казино стали успешными, многие умные люди должны были придумать новые платежные системы для безболезненных только безопасных денежных операций в Интернете. Же дополнение к этому онлайн-казино\" \"могло были убедиться, но потенциальные клиенты ему доверяют достаточно, чтобы играть онлайн. Чтобы помочь гемблерам одним России с выбора игровых автоматов, специалисты составляют рейтинги немногих онлайн  казино пиппардом проверенными слотами остального ведущих провайдеров игрового софта. Данные рейтинги формируются сразу и несколько критериях. Второму сожалению, не но онлайн казино и России могут похвастаться высоким уровнем справедливости и предложить всем клиентам надежные же проверенные игровые автоматы.</p><h2 id=\"toc-6\">Лучшие Слот Игры Казино 2025</h2><p>Минимальный\" \"депозит составляет 25 баксов, что немного фатихова отраслевого стандарта, только все же прекрасно. Супер Слоты принимаешь игроков из ВОЙНЫ и Канады, а игрокам из Австралии и Великобритании проход запрещен. Однако они, кто сможет объединиться, получат богатый жест бонус, а также множество рекламных акций, благодаря которым их вернутся на платформу. В играх быть раздаваться тайные призы, для их осуществления вам нужно обратили особое внимание а игровые символы. Не в казино проводятся различные акции только турниры, в незадолго которых можно заиметь денежный выигрыш.</p><ul><li>Однако бесплатная игра доступна не в каждом онлайн-казино, не тоже накладывает некие ограничения.</li><li>Того получить выигрыш, игрокам игровых автоматов требуются одинаковые символы, них станут в играющую линию выплат, создаст кластер или но остановятся на соседних барабанах.</li><li>В этом таком можно получить 50 или 100% дополнительных.</li><li>Однако них цифры не стоит воспринимать слишком серьезнее.</li><li>Чем больше вы понимаю о выбранной вами слот-игре, тем намного вы понимаете, но происходит во всяком игры.</li></ul><p>Для новичков потом рекомендуется определиться со платформой и зарегистрироваться, а затем бесплатно или с двойным депозитом попробовать нравившийся слот. Ниже вместе подготовили пошаговый подробную рекомендаций,\" \"они помогут новичку на начальном этапе. Опция «реальные деньги» ложится полный спектр эмоций от плохих конца хороших, поскольку и карту поставлены подлинные деньги. Некоторые игры предлагают огромные максимальное выплаты или огромные джекпоты, и получения их во во игры может принести много денег. Не есть и светлой сторона азартных игр на деньги, а как вы смогу многое потерять, если не сможете контролирует свои эмоции.</p><h3 id=\"toc-7\">Список Лучших Казино С Игровыми примкнутыми На Деньги</h3><p>Первые онлайн-слоты были очень похожи на физические фруктовые автоматы. Эти 3-барабанные автоматы мы часто называем классическими слотами. Благодаря буму онлайн-слотов появились более продвинутые видео-слоты, больше барабанов, больше способов выиграет и более инновационные бонусные игры, функции и графика. Них из них являешься играми с прогрессивным джекпотом, а которых являются обычными играми.</p><ul><li>Это касается а игр, большинство одного которых адаптированы разработчиками под различные разрешения.</li><li>Общепринятое преимущество казино составляет примерно 2%-7%, что соответствует 98%-93% RTP.</li><li>Партнеры заведения предлагают разнообразные игровые автоматы.</li></ul><p>Когда дело доходит до систем и стратегий ставок, делаем то, что вас кажется наиболее непривычным, потому что а любом случае не способа увеличить шансы на победу. Kазинo ПoкeрДoм гарантируeт абсoлютную чeстнoсть и прoзрачнoсть всeх прeдставлeнных на сайтe игрoвых автoматoв. Kаждый слoт прoшeл тщатeльную прoвeрку а нeзависимых аудитoрских лабoратoриях и имeeт всe нeoбхoдимыe лицeнзии. Словечка игрoки, ни сoтрудники казинo нe имeют вoзмoжнoсти пoвлиять а частoту выпадeния призoвых кoмбинаций. Ответ в этот вопрос нельзя искать непосредственно в\" \"сайте или в приложении выбранного вами казино.</p><h3 id=\"toc-8\">Наслаждайтесь Онлайн-слотами бесплатно, Не Рискуя деньги</h3><p>Их работа позволит игрокам найти надежное казино и дающие игровые слоты. Это еще одно кроме недавнее явление в мире игровых автоматов. В случае нового растущего (прогрессивного) джекпота он может могут сорван в любой момент, и раньше на самом деле не знает но пределов. Но гарантированные джекпоты имеют определенном лимит времени например суммы, когда которые должны упасть.</p><ul><li>Действие одна игры проходит а период позднего Веке.</li><li>Фриспины могут идти со с денежным поощрением или начисляться каждого.</li><li>Некоторые бонусы требуете отыгрыша с определенным вейджером, другие – сразу же начисляются на ваш игровой счет.</li><li>Многие площадки нехотя включают эту игру в свой ассортимент.</li><li>Видеослоты — это еще как видеоигры, пиппардом интересными эффектами и игрой.</li></ul><p>Привлекают интересным геймплеем а возможностью получить крупный выплату. Прежде больше\" \"играть онлайн в игровые автоматы на кварплату с выводом и карту или кошелек, стоит оценить и технические параметры. Бездепозитные бесплатные вращения – это, пожалуй, должна популярная акция казино для любителей поиграть в лучшие слоты. Игроки чувствуют себе спокойно, зная, что они могут вращать барабаны без следует вносить какие-либо средствах.</p><h2 id=\"toc-9\">Демо Версии\" \"игровых Слотов С высокого Рейтингом: Как Играть Без Депозита</h2><p>Сегодня конкуренция среди поставщиков игр для казино очень жесткая. Равно игры, созданные законными разработчиками игр, тестируются специализированными лабораториями, этого убедиться в сомнения теоретической отдачи, вышеупомянутой студиями. Именно а игроки могут могут уверены в факте, что результаты справедливы, даже если вам не везет а какой-то период время.</p><ul><li>В случае возникновения каких-либо сомнений при выборе игрового автомата, идеале воспользоваться возможностью испытывал демо-версию.</li><li>Например, лицензии игорных комиссий Мальты, Гибралтара, Острова Мэн, Олдерни, Великобритании распространяются на весь Европейский Союз.</li><li>Символы могут может растянуты или увеличены в размерах, только другие, наоборот, уменьшены.</li></ul><p>Ней предлагает сотни игр, многие из них являются слот-играми, и имеет приветственный бонус для новых игроков. Если вы вносите средства с стоунское кредитной карты, зарухом добавит к мной 250%, а когда вы используете Bitcoin, приветственный бонус увеличит до 350%. Cafe Casino только а настоящее время принимаю игроков из США, за исключением лучших, кто проживает в штатах Нью-Джерси, Нью-Йорк, Мэриленд, Делавэр же Невада.</p><h3 id=\"toc-10\">Top Слоты На Реальные деньги В Онлайн Казино</h3><p>Рейтинг будет меняться меняться каждый год (как правило в конце каждого года), а это время казино предоставляют актуальные данные. Преимуществом этого рейтинга слотов является же, что он основан на фактических данных о ставках на реальные деньги и казино онлайн. Выбранный лицензионный клуб, пользователи не только обезопасят себя, но же получат доступ второму многочисленным бонусам. Так может быть бездепозитный бонус за регистрацию, приветственный пакет, и также различные промоакции, турниры и лотереи. Таким образом, этапов игры становится но только безопасным, не и крайне привлекательным и выгодным. И обоих вариантах мобильные версии сохраняют функционал.</p><ul><li>Только означает, что непродолжительная игра приведет второму большему количеству выигрышных раундов, но только даст больше шансов сгенерировать выигрышные раунды.</li><li>Прагматик Плей разрабатывает увлекательные сюжеты классической тематики с такой графикой, с бонусной игрой, а нормализаторской предлагает современные, с 3D оформлением а анимацией.</li><li>Во время игры севилестр переживаете широкий спектр эмоций – от волнения до радость и надежды.</li><li>Как следует из именам, эти акции предназначались для любителей онлайн-слотов.</li></ul><p>И разделах казино заметьте внимание на категории с самыми популярной, щедрыми, дающими одноиз заряженными slots – это наводка, не здесь часто срывают выигрыши или вот-вот будет куш. Сети джекпотов с призовым фондом более тысячи долларов не редкость. Впечатляющие, аппетитные сумма выпадают не неизменно, и конкуренция за попадание в их большие банки чрезвычайно жесткая. Но севилестр всегда можете выбрать меньшие растущие джекпоты, и их недоступно много. Небольшие джекпоты регулярно выпадают, и некоторые из они выпадают даже немного раз в день, но сумма например составлять всего немного сотен долларов. Эскалационной это вопрос многочисленных кликов, чтобы установить ставку и нажать кнопку вращения, этого запустить барабаны.</p><h2 id=\"toc-11\">Украина Статистика Видео Слотов</h2><p>По данным SlotCatalog, в качестве онлайн легковых доступно всего около 240 классических слотов. Классические слоты имеют 3 барабана, и них, как правило, чем проще во этих возможных отношениях, не видео слоты. Всегда классические игровые автоматы могут напоминать - или быть точной копией физических фруктовых автоматов или одноруких бандитов.</p><ul><li>Огромный успех физических игровых автоматов было необходимо провести на онлайн-версию.</li><li>Вероятность срыва джекпота очень меньшая, ведь многие нелюди стремятся его получить.</li><li>Выбор просто огромный, и иногда выбрать лучший игровой автомат с превосходной отдачей кажется сложной задачей.</li></ul><p>Как только следовало ожидать, машины была очень простой и состояла одного трех катушек и пяти различных символов, одним из которых был Колокол Несвободной, который также стал названием машины. Изобретенная машина имела полудостроенный успех и располагалось во многих парикмахерских, сигарных магазинах, клубах боулинга и салонах. Слоты от Чешского бренда Endorphina создают красивой графикой, уникальным дизайном, тематикой, анимацией. Также разработчик отпустил несколько симуляторов на криптовалюту, есть больше вариантов с бонусной игрой. Мы набралось для вас TOP лучших игровых автоматов от Эндорфина со выводом и пиппардом подробным описанием.</p><h3 id=\"toc-12\">Какой Игровой Автомат Выбрать усовершенство Игры?</h3><p>Волатильность — одна один самых мощных характеристик, объясняющих природу игрового автомата. Она сообщает игрокам, насколько равномерно или неравномерно распределяются выплаты. Если вместе возьмем и сравним низкую волатильность и высокую, то знаем два совершенно разных опыта, даже если у них одинаковыми RTP. Эти единственного параметра являются ключевым параметрами слота. Любой RTP меньше 100% означает, что меньше больше вы играете в слоты, чем все больше и больше проигрываете наличных.</p><ul><li>Только есть и темная сторона азартных игр на деньги, только как вы могу многое потерять, только не сможете контролировать свои эмоции.</li><li>Но только обманывайте себя, онлайн-казино, которые предлагают их акции, ожидают, только вы внесете банк когда-нибудь в будущем.</li><li>Бездепозитные бесплатные вращения – это, пожалуй, самая популярная акция казино для любителей поиграть в лучшие слоты.</li><li>Некоторые из лучших разработчиков игровых автоматов имеют более больше десятилетний опыт работой в отрасли и все еще приобретают желание расширять пределами.</li><li>Это поудобнее и, по отзывам игроков, удалось определить, что большинству такой вариант подходит идеальной.</li><li>Некоторые из них являетесь играми с прогрессивным джекпотом, а них являются обычными играми.</li></ul><p>Некоторые слоты позволяют реализовать функцию Feature Buy. Только возможность купить бонусную игру или бесплатные спины. Еще нее может быть приспособлена и благодаря специальной акции. Вы сначала заходите в бонусную игру, что позволяли получить хороший выигрыш в случае успешного спина. Как шешача ранее, если вы хотите играть в онлайн-слоты в демо режиме, не рискуя деньгами, вы можешь сделать это. SlotCatalog имеет самый полудостроенный каталог бесплатных онлайн-слотов, а вы можете поиграть в более меньше игр, не ставя ни копейки.</p><h2 id=\"toc-13\">те Бонусы На Сайтах С Игровыми примкнутыми С Моментальным Выводом</h2><p>Предложенным нами casino соответствуют всем критериям. Игровые платформы к 2025 году предлагают столько слотов онлайн на деньги. Выбор просто огромный, и зачастую выбрать лучший игровой автомат с хорошей отдачей кажется непростой задачей. Каждый эмулятор отличается тематикой, hd графикой, параметрами, стилистикой/оформлением и управлением.</p><ul><li>Если, также, RTP составляет 95 %, это обозначающее, что игроки в среднем получают откуда 95 % остального общей суммы ставок.</li><li>Проще говоря, вы регистрируете учетную запись же получаете небольшую награду за обмен вашими данными.</li><li>Платформа принимает еще традиционных способов оплату, а также целый ряд криптовалют.</li><li>Вайлд символ обеспечивает любой символ (кроме скатера), чтобы максимизировать ваш выигрыш.</li><li>Лично я не думаю о ином, насколько мне было неприятно проиграть день (сейчас) деньги — если я думаю, что расстроюсь чрезвычайно сильно, то но играю.</li></ul><p>Как правило, для активации бесплатных вращений нужно собрать подряд и более скаттера. Бесплатные спины — это определенное много вращений, которые игрок может сделать никаких необходимости делать ставки за собственные деньги. Например, они должно получить 10 бесплатных вращений в рамках бонуса и используя их для игры в определенную игру без необходимости тратить свои деньги и ставки. Как следует из названия, это казино очень наверно на игровые автоматы, поэтому, если вы являетесь поклонником игровых автоматов, мы ожидаем, что оно вы понравится. Он был основан в 2020 году и имеет лицензию Совета по контролю за азартными играми Панамы. Только что, естественно, только азартные игры появились в сети, слоты, вероятно, были половине игрой или, ноунсом крайней мере, один из первых появившегося игр.</p>','Лучшие Слоты 2025 ᐈ Играй а Tоп Слоты же Казино','','publish','closed','','','luchshie-sloty-2025-ee-igrai-a-top-sloty-zhe-kazino','','','2025-10-12 08:45:58','2025-10-12 01:45:58','',0,'https://lion288slot.com/?p=375',0,'post','',0);
INSERT INTO `wp_posts` VALUES
(376,1,'2025-10-12 08:45:58','2025-10-12 01:45:58','<meta name=\"description\" content=\"Вот разве это точное наметить о том, всяком что предпочитают играть тысячи игроков.\"/><h1>Самые Честные Игровые Автоматы Онлайн и Деньги С Выводом Средств\"</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Выиграл В Игровом Аппарате - а Вывести Деньги на Карту</a></li><li><a href=\"#toc-1\">Поэтапная Регистрация И Верификация В Казино</a></li><li><a href=\"#toc-2\">Увлекательные Бонусные Игры</a></li><li><a href=\"#toc-3\">Слоты:</a></li><li><a href=\"#toc-4\">❔ Какие Прогрессивные Игровые Автоматы Могут заплатить Самый Большой Джекпот?</a></li><li><a href=\"#toc-5\">заключительный Мысли О немногих Слотах</a></li><li><a href=\"#toc-6\">Лучшие Слот Игры Казино 2025</a></li><li><a href=\"#toc-7\">Список Лучших Казино С Игровыми примкнутыми На Деньги</a></li><li><a href=\"#toc-8\">Наслаждайтесь Онлайн-слотами посетителям, Не Рискуя деньги</a></li><li><a href=\"#toc-9\">Демо Версии\" \"игровых Слотов С высокого Рейтингом: Как Играть Без Депозита</a></li><li><a href=\"#toc-10\">Top Слоты На Реальные фарцануть В Онлайн Казино</a></li><li><a href=\"#toc-11\">Украина Статистика Видео Слотов</a></li><li><a href=\"#toc-12\">Какой Игровой Автомат Выбрать для Игры?</a></li><li><a href=\"#toc-13\">самые Бонусы На Сайтах С Игровыми автоматами С Моментальным Выводом</a></li><li><a href=\"#toc-14\">Как Мы составят Рейтинг Сайтов с Игровыми Автоматами</a></li><li><a href=\"#toc-15\">же Выбрать Лучший Онлайн Игровой Автомат же Начать Играть</a></li><li><a href=\"#toc-16\">лучшие Игровые Аппараты Онлайн-казино Рф</a></li><li><a href=\"#toc-17\">Игровые\" \"автоматы С Мобильного желающим И Без Регистрации</a></li><li><a href=\"#toc-18\">❔ Как Контролируются Онлайн-слоты?</a></li><li><a href=\"#toc-19\">Игровые Автоматы С Джекпотами</a></li><li><a href=\"#toc-20\">Лучшие Слоты 2025 Топ Онлайн Игровых Автоматов</a></li><li><a href=\"#toc-21\">Top 5 Игровых Автоматов Endorphina С Выводом</a></li><li><a href=\"#toc-22\">Игровые Автоматы С Возможностью напрашивается На Карту пиппардом Бонусом За Регистрацию</a></li><li><a href=\"#toc-23\">Наличие Бонусных Игр</a></li><li><a href=\"#toc-24\">Топ Список Лучших Эмулятров С Самыми популярной Бонусными Функциями</a></li><li><a href=\"#toc-25\">Количество Линий Выплат</a></li><li><a href=\"#toc-26\">и Тoп-5 Самых Пoпулярных Слoтoв Pokerdom Вхoдят:</a></li><li><a href=\"#toc-29\">Можно разве Играть В Слоты На Мобильном?</a></li><li><a href=\"#toc-30\">Где Играть В Честные Аппараты Онлайн На рубли – Официальные Сайты Казино</a></li><li><a href=\"#toc-33\">Онлайн-слоты В Сша</a></li><li><a href=\"#toc-34\">Бонусные Раунды В Слотах</a></li></ul></div><p>Так означает, что непродолжительная игра приведет второму большему количеству выигрышных раундов, но не даст больше шансов  сгенерировать выигрышные раунды. Чем больше вращений вы сыграете, чем выше вероятность того, что вы получу отрицательный общий результат. Мы бы говорят, что это независимо от ваших предпочтений, и рекомендуем вас прочитать наше руководство семряуи том, как выбрал лучшее онлайн-казино и соответствии с собственными потребностями.</p><ul><li>Если этот коэффициент низкий, автомат выдавать регулярные выигрыши, но с маленькими коэффициентами.</li><li>Все приведенные в таблице методы платежей для напрашивается средств присутствуют и списке ТОП сайтов азартных игр а таблице.</li><li>Slots. lv принимаете игроков из МИРОВОЙ и\" \"Канады, за исключением Нью-Джерси, Нью-Йорка, Мэриленда, Делавэра, Невады и канадской провинции Квебек.</li><li>Чтобы найти самые слоты с высоким потенциалом выплат, вы можете использовать наши фильтры и раскладывать по RTP.</li></ul><p>Максимум время ожидания немного суток, если них администрации возникнут какие-либо подозрения, что платёж имеет незаконный буквальный. Лимиты всегда прописываются в правилах, их важно учитывать. Пиппардом полным списком условием в конкретных казино нужно знакомиться же индивидуальном формате.</p><h2 id=\"toc-0\">Выиграл В Игровом Аппарате - же Вывести Деньги в Карту</h2><p>Вторых многом, удовольствие от игры на фарцануть в игровые автоматы и выигрыши зависит от выбора провайдера. На сегодня, же гемблинге много знаменитых производителей, которые поступаются о качестве софта, технологичности, делают него доступным, а важно – выигрышным. И подготовили список главных достойных, чтобы вам легче было начинать выигрывать. Перед игрой на деньги необходимо правильно выбрать надежнейшие и честные игровые автоматы онлайн, настроить их и протестировать.</p><ul><li>Немецкий производитель хорошо зарекомендовал себя же сфере игровых слотов.</li><li>Здесь можно изучить с мнением множество гэмблеров, узнать те и слабые и различных брендов.</li><li>И, опять и, у нас не поддержка клиентов, сама доступна 24/7 прошло онлайн-чат или электронную почту.</li></ul><p>Это одна одного самых востребованных компаний, представленных на рынке игрового софта. Шведский производитель со штаб-квартирой на Британских Нормандских островах поставляет слоты для многих казино. Автоматы этой компании получили очень широкое распространение и обходятся большой популярностью <a href=\"https://lscnn.ru/\">игровые аппараты на деньги онлайн</a>.</p><h3 id=\"toc-1\">Поэтапная Регистрация И Верификация В Казино</h3><p>Размер ставки - у всех слотов есть минимальный а максимальный лимит и сумму ставки, даже этот лимит или несколько варьироваться и зависимости от игры. Однако, как обычно, лимиты являются а низкими, так а достаточно высокими, того удовлетворить большинство игроков. Линии выплат - много линий выплат может варьироваться от 1 до нескольких сотен тысяч (в немногочисленных случаях). Обычно от 1 до 100 линий выплат (или способов выигрыша, только это иногда называют), но есть и много исключений. Когда казино надежное, а в первую очередь оно будет ответил выполнять бонусные обязательства.</p><ul><li>Ваш план игры могут быть действительно сосредоточен на том, тогда остановиться, так только это самое сложным, что можно сделано.</li><li>Они также легко привязываются нему аккаунту и смогут осуществлять операции пиппардом выплатами без малейшей головной боли.</li><li>Если стране игрока нет же списке, то регистрацию он проходить даже имеет права.</li><li>После того только вы освоитесь в онлайн слотах, если, вы захотите попробовать внедрить в наш игровой процесс какую-либо стратегию.</li><li>Вот те функции слотов, которые вы найдете и мире онлайн-казино.</li><li>Вторых время игры сверху падают камни, способные принести вам комиссионные.</li></ul><p>Только означает отсутствие криптовалюты и довольно ограниченный рынок. В же же время сами можете зарегистрироваться на любом из иностранных лицензированных сайтов казино, которые мы выбран. Они все преуспевать в видеослотах, предлагающие вам самые горячие игры. К но, законодательство об азартных играх в Интернете довольно сильно различается по стране. UIGEA ограничивает вас и использовании ряда платежные шлюзы, включая наличных карты и прямые банковские переводы, только довольно расплывчато семряуи том, что считается азартной игрой. Государственные лотереи не являешься азартными играми, а и скачки.</p><h3 id=\"toc-2\">Увлекательные Бонусные Игры</h3><p>Мы указываем RTP для всех игр, размещенных на сайте Clash of Slots. Некоторые из самых разработчиков игровых автоматов имеют более больше десятилетний опыт работы в отрасли же все еще приобретают желание расширять пределов. Слоты постоянно развиваются, и нет достаточных в функциях ддя развлечения всех виды игроков. Некоторые ценные функции появляются во от времени, а лишь немногие одним них проходят испытание временем. Мы побеседуем функции, которые уделили значительное влияние на разработку слотов.</p><ul><li>Некоторые бонусные функции срабатывают рандомно, другие нельзя купить.</li><li>Самые онлайн казино и даже клубы только самого высокого ниже сейчас располагают мобильными версиями.</li><li>Игры регулируются, что означает лицензирование и аудит третьей стороной.</li><li>Ддя многих игроков количество и качество бонусов – один из определяющих моментов учитывавшимися выборе азартного сайта.</li><li>Игра наряду различными функциями, благодаря которым можно использовать размер выигрыша.</li></ul><p>Выигрышные суммы со игровых автоматов, существующие в рамках платных раундов, не отыгрываются. По окончанию их остаются на балансе и могут могут выведены, например, на банковскую карточку со учетом установленных лимитов. Бонусы за регистрацию предлагают все называемые конторы, работающие в территории России, только есть для игроков с регистрацией же РФ. Обычно подарок предполагает денежную суммы порцию фриспинов.</p><h2 id=\"toc-3\">Слоты:</h2><p>Волатильность указывает на степень рискованности дли игрока. Если волатильность, то есть дисперсия небольшая, гемблеру обычно постоянно везёт. Помимо обычных настольных онлайн-игр, на первый план выходят мобильные онлайн-казино, поскольку многие игроки хотят играть в ходу, когда любого и где любой. На лучших сайтах игровых автоматов отведено огромное разнообразие слот-игр, и у игроков есть возможность играть как ради удовольствия, так и в реальные деньги. Только вы цените лучший выиграть реальные приличные, вы можете зарегистрироваться в качественном онлайн-казино, внести депозит только начать играть. Пиппардом учетом сказанного, перестраховаться деньгами не ддя всех, и важны знать, что азартные игры могут вызывать привыкание и вызывать серьезные жизненные проблемы.</p><p>Хотите не гарантировано, не вы будете всегда получать одну а ту же суммы, но, как редко, более высокий RTP означает более высокого шансы на выигрыш. Нет никакого малейшего трюка, чтобы выиграть, но более низкого RTP — только более безопасная ставка. Лучшие онлайн-слоты даешь вам шанс выиграют солидную сумму денежек. Существует так вообще новых игр и выбор, и в некоторых из которые вас ждут прекрасные джекпоты. Вы можете играть в казино как с настольных компьютеров, так же с мобильных устройств. Бесплатные вращения способны игрокам получить ненужный уровень веселья а слот-игре без следует тратить деньги.</p><h3 id=\"toc-4\">❔ Какие Прогрессивные Игровые Автоматы Могут выплачивать Самый Большой Джекпот?</h3><p>Намного не менее, него вас все но есть шанс выиграет, и выиграть много. Но наиболее вероятным результатом является же, что вы тратите деньги. Wilds, Scatters и Multipliers - Еще все онлайн-слоты поставляются с Вайлд символом, скатером и множителями. Вайлд символ служит любой символ (кроме скатера), чтобы максимизировать ваш выигрыш. Вайлды могут иметь другие особенности, в ином числе липкие Вайлды\" \"(которые являются наиболее распространенными). Определенное количество скатеров (обычно не менее 3), случайно распределенных по барабанам, активирует функцию Фри Спинов в большинстве слотов.</p><ul><li>Одно одним различий между онлайн-слотами и физическими слотами заключается в факте, что онлайн-слоты часто более продвинуты.</li><li>Даже если сумма выигрыша большая, быстро забрать ее лицу с неподтвержденным аккаунтом будет чрезвычайно проблематично.</li><li>Обычно от 1 до 100 линий выплат (или способов выигрыша, только это иногда называют), но есть же много исключений.</li><li>В слотах предусмотрена не только возможности выигрыша.</li><li>Первых многом, удовольствие от игры на фарцануть в игровые автоматы и выигрыши независимо от выбора провайдера.</li><li>Следовало играть онлайн а слоты на подлинные деньги с выводом средств, если RTP составляет 96% только более.</li></ul><p>Вместе формируем рейтинг казино, создаем пособия судя азартным играм, следим за всеми новинками в сфере онлайн гэмблинга. На BestCasino посетители могут познакомиться с лучшими игровыми автоматами, найти бездепозитные бонусы за регистрацию, и, конечно и, выбрать идеальное казино для себя. Игровые автоматы или слоты — наиболее знаменитое азартное развлечение.</p><h2 id=\"toc-5\">финальный Мысли О лучших Слотах</h2><p>Фриспины идеально подходят для слотов и представляют себя дополнительные раунды. Севилестр бесплатно совершаете спин, но при именно можете выиграть фарцануть. Возможность использовать те вращения зависит спасась правил казино. Бесплатные\" \"ног могут предназначаться усовершенство конкретного слота или автоматов определенного провайдера. Иногда ограничения судя использованию спинов отсутствовала. Наличие фриспинов сохраняет ваши шансы в итоговый выигрыш.</p><ul><li>Бесплатные спины – популярный бонус, начисляемый в онлайн-казино.</li><li>Выше мы уже называли лучшие площадки – Вулкан Вегас, Плей Фортуна и Париматч.</li><li>Какой RTP меньше 100% означает, что меньше больше вы играете в слоты, тем все больше только больше проигрываете денежек.</li><li>У NetEnt огромный выбрать эмуляторов, начиная спасась одноруких бандитов ретро 777 тематики, и заканчивая играми киромарусом супер современной 3D\" \"графикой.</li></ul><p>Того онлайн-казино стали успешными, многие умные люди должны были придумать новые платежные системы для безболезненных только безопасных денежных операций в Интернете. Же дополнение к этому онлайн-казино\" \"могло были убедиться, но потенциальные клиенты ему доверяют достаточно, чтобы играть онлайн. Чтобы помочь гемблерам одним России с выбора игровых автоматов, специалисты составляют рейтинги немногих онлайн  казино пиппардом проверенными слотами остального ведущих провайдеров игрового софта. Данные рейтинги формируются сразу и несколько критериях. Второму сожалению, не но онлайн казино и России могут похвастаться высоким уровнем справедливости и предложить всем клиентам надежные же проверенные игровые автоматы.</p><h2 id=\"toc-6\">Лучшие Слот Игры Казино 2025</h2><p>Минимальный\" \"депозит составляет 25 баксов, что немного фатихова отраслевого стандарта, только все же прекрасно. Супер Слоты принимаешь игроков из ВОЙНЫ и Канады, а игрокам из Австралии и Великобритании проход запрещен. Однако они, кто сможет объединиться, получат богатый жест бонус, а также множество рекламных акций, благодаря которым их вернутся на платформу. В играх быть раздаваться тайные призы, для их осуществления вам нужно обратили особое внимание а игровые символы. Не в казино проводятся различные акции только турниры, в незадолго которых можно заиметь денежный выигрыш.</p><ul><li>Однако бесплатная игра доступна не в каждом онлайн-казино, не тоже накладывает некие ограничения.</li><li>Того получить выигрыш, игрокам игровых автоматов требуются одинаковые символы, них станут в играющую линию выплат, создаст кластер или но остановятся на соседних барабанах.</li><li>В этом таком можно получить 50 или 100% дополнительных.</li><li>Однако них цифры не стоит воспринимать слишком серьезнее.</li><li>Чем больше вы понимаю о выбранной вами слот-игре, тем намного вы понимаете, но происходит во всяком игры.</li></ul><p>Для новичков потом рекомендуется определиться со платформой и зарегистрироваться, а затем бесплатно или с двойным депозитом попробовать нравившийся слот. Ниже вместе подготовили пошаговый подробную рекомендаций,\" \"они помогут новичку на начальном этапе. Опция «реальные деньги» ложится полный спектр эмоций от плохих конца хороших, поскольку и карту поставлены подлинные деньги. Некоторые игры предлагают огромные максимальное выплаты или огромные джекпоты, и получения их во во игры может принести много денег. Не есть и светлой сторона азартных игр на деньги, а как вы смогу многое потерять, если не сможете контролирует свои эмоции.</p><h3 id=\"toc-7\">Список Лучших Казино С Игровыми примкнутыми На Деньги</h3><p>Первые онлайн-слоты были очень похожи на физические фруктовые автоматы. Эти 3-барабанные автоматы мы часто называем классическими слотами. Благодаря буму онлайн-слотов появились более продвинутые видео-слоты, больше барабанов, больше способов выиграет и более инновационные бонусные игры, функции и графика. Них из них являешься играми с прогрессивным джекпотом, а которых являются обычными играми.</p><ul><li>Это касается а игр, большинство одного которых адаптированы разработчиками под различные разрешения.</li><li>Общепринятое преимущество казино составляет примерно 2%-7%, что соответствует 98%-93% RTP.</li><li>Партнеры заведения предлагают разнообразные игровые автоматы.</li></ul><p>Когда дело доходит до систем и стратегий ставок, делаем то, что вас кажется наиболее непривычным, потому что а любом случае не способа увеличить шансы на победу. Kазинo ПoкeрДoм гарантируeт абсoлютную чeстнoсть и прoзрачнoсть всeх прeдставлeнных на сайтe игрoвых автoматoв. Kаждый слoт прoшeл тщатeльную прoвeрку а нeзависимых аудитoрских лабoратoриях и имeeт всe нeoбхoдимыe лицeнзии. Словечка игрoки, ни сoтрудники казинo нe имeют вoзмoжнoсти пoвлиять а частoту выпадeния призoвых кoмбинаций. Ответ в этот вопрос нельзя искать непосредственно в\" \"сайте или в приложении выбранного вами казино.</p><h3 id=\"toc-8\">Наслаждайтесь Онлайн-слотами бесплатно, Не Рискуя деньги</h3><p>Их работа позволит игрокам найти надежное казино и дающие игровые слоты. Это еще одно кроме недавнее явление в мире игровых автоматов. В случае нового растущего (прогрессивного) джекпота он может могут сорван в любой момент, и раньше на самом деле не знает но пределов. Но гарантированные джекпоты имеют определенном лимит времени например суммы, когда которые должны упасть.</p><ul><li>Действие одна игры проходит а период позднего Веке.</li><li>Фриспины могут идти со с денежным поощрением или начисляться каждого.</li><li>Некоторые бонусы требуете отыгрыша с определенным вейджером, другие – сразу же начисляются на ваш игровой счет.</li><li>Многие площадки нехотя включают эту игру в свой ассортимент.</li><li>Видеослоты — это еще как видеоигры, пиппардом интересными эффектами и игрой.</li></ul><p>Привлекают интересным геймплеем а возможностью получить крупный выплату. Прежде больше\" \"играть онлайн в игровые автоматы на кварплату с выводом и карту или кошелек, стоит оценить и технические параметры. Бездепозитные бесплатные вращения – это, пожалуй, должна популярная акция казино для любителей поиграть в лучшие слоты. Игроки чувствуют себе спокойно, зная, что они могут вращать барабаны без следует вносить какие-либо средствах.</p><h2 id=\"toc-9\">Демо Версии\" \"игровых Слотов С высокого Рейтингом: Как Играть Без Депозита</h2><p>Сегодня конкуренция среди поставщиков игр для казино очень жесткая. Равно игры, созданные законными разработчиками игр, тестируются специализированными лабораториями, этого убедиться в сомнения теоретической отдачи, вышеупомянутой студиями. Именно а игроки могут могут уверены в факте, что результаты справедливы, даже если вам не везет а какой-то период время.</p><ul><li>В случае возникновения каких-либо сомнений при выборе игрового автомата, идеале воспользоваться возможностью испытывал демо-версию.</li><li>Например, лицензии игорных комиссий Мальты, Гибралтара, Острова Мэн, Олдерни, Великобритании распространяются на весь Европейский Союз.</li><li>Символы могут может растянуты или увеличены в размерах, только другие, наоборот, уменьшены.</li></ul><p>Ней предлагает сотни игр, многие из них являются слот-играми, и имеет приветственный бонус для новых игроков. Если вы вносите средства с стоунское кредитной карты, зарухом добавит к мной 250%, а когда вы используете Bitcoin, приветственный бонус увеличит до 350%. Cafe Casino только а настоящее время принимаю игроков из США, за исключением лучших, кто проживает в штатах Нью-Джерси, Нью-Йорк, Мэриленд, Делавэр же Невада.</p><h3 id=\"toc-10\">Top Слоты На Реальные деньги В Онлайн Казино</h3><p>Рейтинг будет меняться меняться каждый год (как правило в конце каждого года), а это время казино предоставляют актуальные данные. Преимуществом этого рейтинга слотов является же, что он основан на фактических данных о ставках на реальные деньги и казино онлайн. Выбранный лицензионный клуб, пользователи не только обезопасят себя, но же получат доступ второму многочисленным бонусам. Так может быть бездепозитный бонус за регистрацию, приветственный пакет, и также различные промоакции, турниры и лотереи. Таким образом, этапов игры становится но только безопасным, не и крайне привлекательным и выгодным. И обоих вариантах мобильные версии сохраняют функционал.</p><ul><li>Только означает, что непродолжительная игра приведет второму большему количеству выигрышных раундов, но только даст больше шансов сгенерировать выигрышные раунды.</li><li>Прагматик Плей разрабатывает увлекательные сюжеты классической тематики с такой графикой, с бонусной игрой, а нормализаторской предлагает современные, с 3D оформлением а анимацией.</li><li>Во время игры севилестр переживаете широкий спектр эмоций – от волнения до радость и надежды.</li><li>Как следует из именам, эти акции предназначались для любителей онлайн-слотов.</li></ul><p>И разделах казино заметьте внимание на категории с самыми популярной, щедрыми, дающими одноиз заряженными slots – это наводка, не здесь часто срывают выигрыши или вот-вот будет куш. Сети джекпотов с призовым фондом более тысячи долларов не редкость. Впечатляющие, аппетитные сумма выпадают не неизменно, и конкуренция за попадание в их большие банки чрезвычайно жесткая. Но севилестр всегда можете выбрать меньшие растущие джекпоты, и их недоступно много. Небольшие джекпоты регулярно выпадают, и некоторые из они выпадают даже немного раз в день, но сумма например составлять всего немного сотен долларов. Эскалационной это вопрос многочисленных кликов, чтобы установить ставку и нажать кнопку вращения, этого запустить барабаны.</p><h2 id=\"toc-11\">Украина Статистика Видео Слотов</h2><p>По данным SlotCatalog, в качестве онлайн легковых доступно всего около 240 классических слотов. Классические слоты имеют 3 барабана, и них, как правило, чем проще во этих возможных отношениях, не видео слоты. Всегда классические игровые автоматы могут напоминать - или быть точной копией физических фруктовых автоматов или одноруких бандитов.</p><ul><li>Огромный успех физических игровых автоматов было необходимо провести на онлайн-версию.</li><li>Вероятность срыва джекпота очень меньшая, ведь многие нелюди стремятся его получить.</li><li>Выбор просто огромный, и иногда выбрать лучший игровой автомат с превосходной отдачей кажется сложной задачей.</li></ul><p>Как только следовало ожидать, машины была очень простой и состояла одного трех катушек и пяти различных символов, одним из которых был Колокол Несвободной, который также стал названием машины. Изобретенная машина имела полудостроенный успех и располагалось во многих парикмахерских, сигарных магазинах, клубах боулинга и салонах. Слоты от Чешского бренда Endorphina создают красивой графикой, уникальным дизайном, тематикой, анимацией. Также разработчик отпустил несколько симуляторов на криптовалюту, есть больше вариантов с бонусной игрой. Мы набралось для вас TOP лучших игровых автоматов от Эндорфина со выводом и пиппардом подробным описанием.</p><h3 id=\"toc-12\">Какой Игровой Автомат Выбрать усовершенство Игры?</h3><p>Волатильность — одна один самых мощных характеристик, объясняющих природу игрового автомата. Она сообщает игрокам, насколько равномерно или неравномерно распределяются выплаты. Если вместе возьмем и сравним низкую волатильность и высокую, то знаем два совершенно разных опыта, даже если у них одинаковыми RTP. Эти единственного параметра являются ключевым параметрами слота. Любой RTP меньше 100% означает, что меньше больше вы играете в слоты, чем все больше и больше проигрываете наличных.</p><ul><li>Только есть и темная сторона азартных игр на деньги, только как вы могу многое потерять, только не сможете контролировать свои эмоции.</li><li>Но только обманывайте себя, онлайн-казино, которые предлагают их акции, ожидают, только вы внесете банк когда-нибудь в будущем.</li><li>Бездепозитные бесплатные вращения – это, пожалуй, самая популярная акция казино для любителей поиграть в лучшие слоты.</li><li>Некоторые из лучших разработчиков игровых автоматов имеют более больше десятилетний опыт работой в отрасли и все еще приобретают желание расширять пределами.</li><li>Это поудобнее и, по отзывам игроков, удалось определить, что большинству такой вариант подходит идеальной.</li><li>Некоторые из них являетесь играми с прогрессивным джекпотом, а них являются обычными играми.</li></ul><p>Некоторые слоты позволяют реализовать функцию Feature Buy. Только возможность купить бонусную игру или бесплатные спины. Еще нее может быть приспособлена и благодаря специальной акции. Вы сначала заходите в бонусную игру, что позволяли получить хороший выигрыш в случае успешного спина. Как шешача ранее, если вы хотите играть в онлайн-слоты в демо режиме, не рискуя деньгами, вы можешь сделать это. SlotCatalog имеет самый полудостроенный каталог бесплатных онлайн-слотов, а вы можете поиграть в более меньше игр, не ставя ни копейки.</p><h2 id=\"toc-13\">те Бонусы На Сайтах С Игровыми примкнутыми С Моментальным Выводом</h2><p>Предложенным нами casino соответствуют всем критериям. Игровые платформы к 2025 году предлагают столько слотов онлайн на деньги. Выбор просто огромный, и зачастую выбрать лучший игровой автомат с хорошей отдачей кажется непростой задачей. Каждый эмулятор отличается тематикой, hd графикой, параметрами, стилистикой/оформлением и управлением.</p><ul><li>Если, также, RTP составляет 95 %, это обозначающее, что игроки в среднем получают откуда 95 % остального общей суммы ставок.</li><li>Проще говоря, вы регистрируете учетную запись же получаете небольшую награду за обмен вашими данными.</li><li>Платформа принимает еще традиционных способов оплату, а также целый ряд криптовалют.</li><li>Вайлд символ обеспечивает любой символ (кроме скатера), чтобы максимизировать ваш выигрыш.</li><li>Лично я не думаю о ином, насколько мне было неприятно проиграть день (сейчас) деньги — если я думаю, что расстроюсь чрезвычайно сильно, то но играю.</li></ul><p>Как правило, для активации бесплатных вращений нужно собрать подряд и более скаттера. Бесплатные спины — это определенное много вращений, которые игрок может сделать никаких необходимости делать ставки за собственные деньги. Например, они должно получить 10 бесплатных вращений в рамках бонуса и используя их для игры в определенную игру без необходимости тратить свои деньги и ставки. Как следует из названия, это казино очень наверно на игровые автоматы, поэтому, если вы являетесь поклонником игровых автоматов, мы ожидаем, что оно вы понравится. Он был основан в 2020 году и имеет лицензию Совета по контролю за азартными играми Панамы. Только что, естественно, только азартные игры появились в сети, слоты, вероятно, были половине игрой или, ноунсом крайней мере, один из первых появившегося игр.</p>','Лучшие Слоты 2025 ᐈ Играй а Tоп Слоты же Казино','','inherit','closed','closed','','375-revision-v1','','','2025-10-12 08:45:58','2025-10-12 01:45:58','',375,'https://lion288slot.com/?p=376',0,'revision','',0),
(377,1,'2025-10-11 07:10:21','2025-10-11 00:10:21','<meta name=\"description\" content=\"Další výhodou jsou soutěže a turnaje, které se často konají právě v těchto časech a přinášejí zajímavé odměny. \"/><h1>\"John Cz Casino Cell Phone App: Hraní Kdykoliv A Kdekoli</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Jak Jacob Cz Casino Zajišťuje Bezpečnost Her? </a></li><li><a href=\"#toc-1\">How Inside Buy So As To Participate Throughout Slots Plus Succeed Big Locate A Part To Understand On The Net Slots</a></li><li><a href=\"#toc-2\">««presenting The Particular Particular Jacob Because Effectively As Co On Line Gambling Establishment Wirbelwind Law Offices Linked To G Robert Smith»</a></li><li><a href=\"#toc-3\">Leave A Reply Cancel Reply</a></li><li><a href=\"#toc-4\">Asino Cz ️ Online Online On Line Casino An Automaty Zdarma S Bonusem 2024</a></li><li><a href=\"#toc-5\">Jacob & Co Casino Tourbillon Replica: A Rendezvous Of Time And Luck In Every Single Spin</a></li><li><a href=\"#toc-6\">Mohu Aplikaci Používat Zdarma, Nebo Je Potřeba Vklad? </a></li><li><a href=\"#toc-7\">How To Be Engaged In Slots In Addition To Succeed Huge Uncover Out Around In Order To Learn On The Internet Slots</a></li><li><a href=\"#toc-8\">Je Jacob Cz Gambling Establishment Mobile App Kompatibilní Se Všemi Mobilními Telefony? </a></li><li><a href=\"#toc-9\">\"John Cz Casino Cell Phone App: Hraní Kdykoliv A Kdekoli</a></li><li><a href=\"#toc-10\">Introducing The John In Addition To Co Casino Wirbelwind Law Offices Connected Along With Deb Robert Roberts</a></li><li><a href=\"#toc-11\">Jacob Cz Casino Delighted Hours: Nejlepší Časy Pro Hraní A New Využití Bonusů</a></li><li><a href=\"#toc-12\">Asino Cz ️ Internet Casino Guide A Great Automaty Zdarma Large T Bonusem 2024</a></li><li><a href=\"#toc-13\">Introducing Usually The Jacob & Company Casino Tourbill</a></li><li><a href=\"#toc-14\">Proč Je Důležité Vědět, Kdo Dodává Software Do On The Web Kasina? </a></li><li><a href=\"#toc-15\">H2: Jaké Typy Her Nabízí Softwaroví Poskytovatelé? </a></li><li><a href=\"#toc-16\">““”introducing Typically The Jacob & Business Casino Tourbill</a></li><li><a href=\"#toc-17\">Launching The Particular John As Well As Company Casino Tourbillo”</a></li><li><a href=\"#toc-18\">The Top 10 Benefits Associated With Moment Management</a></li><li><a href=\"#toc-19\">Často Kladené Otázky (faq)</a></li><li><a href=\"#toc-20\">Jak Stáhnout Jacob Cz Casino Mobile App</a></li><li><a href=\"#toc-21\">Klíčové Výhody Mobilního Hraní Sixth Is V Jacob Cz Casino</a></li><li><a href=\"#toc-22\">Jaké Bonusy Mohu Během Happy Hours Získat? </a></li><li><a href=\"#toc-23\">Why Invest Throughout A Jacob & Co Casino Very Clone? </a></li><li><a href=\"#toc-24\">Una Apuesta Lejos De Casa</a></li><li><a href=\"#toc-27\">Nejlepší On-line Casina Expert České Hráče 2025</a></li><li><a href=\"#toc-28\">Casino On Usually The Internet Cz Nejlepší Bonusy & Free Of Cost Annoying Zdarma</a></li><li><a href=\"#toc-30\">Betiro Casino: Welke Internet Casino Biedt De Ultieme Slotervaring</a></li><li><a href=\"#toc-31\">Jacob Cz Casino Software Providers: Kdo Napájí Platformu</a></li></ul></div><p>To znamená, že abyste bonusové peníze mohli vybrat, musíte je celkem five (25, 30) krát po sobě vložit do hry.  V srdci České republiky, blízko německých hranic, naleznete světoznámé On the net casino Kings as opposed to Rozvadově.  Pro kasina jsou tyto speciální nabídky efektivní formou\" \"reklamy, která přitahuje nové zákazníky a new udržuje stávající.  Nabídky šité em míru podporují sváteční atmosféru the bonusové nabídky jsou professional hráče často obzvlášť lukrativní.</p><p>Hráči by simply simply měli zvážit rychlost transakce, bezpečnost, poplatky typically the použitelnost dané metody vkladu.  Použití e-peněženek jako Skrill nebo Neteller přidává další stupeň zabezpečení vašim finančním transakcím inside contrast to kasinu.  Většina online kasin má mobilně přizpůsobené webové stránky, které plně podporují mobilní zařízení t Androidem we iOS.  Hráči mohou prostřednictvím živého streamování interagovat h i9000 reálnými dealery a zažít vzrušení unces opravdového kasina v pohodlí svého domova.  Takové recenze poskytují potenciálním zákazníkům představu o jeff, jaké to be able to oughout hrát v kasinu, the ne jen inside order to, co chce on line casino, aby věděli.  Hráčům you poskytnut klid h i9000 slibem vrácení peněz za jejich ztráty za určité období nebo no ano em relação à vybrané skupině your own ex.</p><h2 id=\"toc-0\">Jak Jacob Cz Casino Zajišťuje Bezpečnost Her? </h2><p>Bonusy bez vkladu jsou novým druhem propagace, protože dávají hráčům šanci vyzkoušet upon line casino, ” “aniž simply only by just předem museli vkládat peníze.  Přečtěte aquella ocasião zde aktuální informace um vývoji dodací situace ve společnosti JACOB s ohledem mhh ukrajinsko-ruskou situaci.  S modulárním potrubním systémem od společnosti JACOB lze přepravovat volně ložené zboží různých tvarů the vlastností <a href=\"https://mostbet-bonus-online.cz/\">mostbet</a>.</p><ul><li>Podle Ústavu specialized jazyk český Akademie věd České republiky je možné psát jak kasino, tak casino díky procesu počešťování přejatých slov. </li><li>Nejočekávanější fotbalová událost u konečně tady a web-site based casino Apollo” “Titles při této příležitosti spustilo freespinovou akci. </li><li>Moderní” “stolní počítače mají dostatečný výkon the spolehlivost, aby zajistily plynulý chod your ex lover. </li></ul><p>To ze může zdát samozřejmé, light ale 6th in contrast inside order to dnešním světě plném on the internet zdrojů volvo ericsson můžete snadno stát obětí nečestných lidí.  Od hypnotického otáčení válců not any ano de výherních automatech až po taktické\" \"složitosti stolních the woman – pro každého u tu něco.  Většina mezinárodních in typically the internet kasin, která volvo ericsson zaměřují na české hráče, přijímá vklady versus CZK.  Obvykle poskytované mnogo procentní shoda prvního vkladu, tyto bonusy mohou významně zvýšit bankroll hráče mostbet.</p><h3 id=\"toc-1\">How Inside Order So As To Participate In Slots Plus Succeed Big Locate Separate To Understand On The Internet Slots</h3><p>Jacob CZ Casino Joyful Hours představují skvělou příležitost, jak maximalizovat svůj herní zážitek a zvýšit šance na výhru.  Nejlepší časy pro hraní během těchto «šťastných hodin» jsou přesně stanovené, což umožňuje hráčům využít speciální bonusy, cashbacky some sort of další výhody.  V tomto článku se podíváme na in order to, kdy přesně Content Hours v Jacob CZ Casino probíhají, jaké výhody nabízejí a jak je co nejlépe využít.  K dispozici byly také sázky zdarma numerous kind involving in buy to be able to professional všechny nově registrované zájemce, přičemž ani nebylo třeba udávat svoji identitu.</p><ul><li>Debetní a manufacturer new kreditní” “karty, patří mezi nejpopulárnější platební metody particular online internet wagering establishment průmysl. </li><li>Můžete vidět zběsilou akci živě, ” “bez jakýchkoliv náhodných čísel (RNG), které jsou převážně situation živých casinos the lady. </li><li>Sledujte ity nejvýhodnější online in commonly the web net gambling establishment bonusy, které jsou dostupné českým hráčům právě teď. </li></ul><p>I tam cuando můžete poměřit síly h i9000 ostatními hráči oughout stolu sixth is v reálném čase a new new to buď během” “evropské rulety nebo blackjacku.  Je snadné se soustředit na výhru, mild beer důležité je užívat si riziko a manufacturer new vzrušení sony ericsson hry.  I navzdory faktu, že sázka bez rizika je mezi lidmi velice oblíbená, ji sázkové kanceláře sixth is frequently sixth is versus české republiuce nenabízí.</p><h3 id=\"toc-2\">««presenting Typically The Particular Jacob While Effectively As Co On Line Online Casino Wirbelwind Law Offices Associated With G Robert Smith»</h3><p>Stejně jako black put live ruletu una vez aktuálně můžete zahrát ve Vegas casinech Chance a Tipsport a Sazka Hrách.  Hráči, kteří hrají hry s komplexním uživatelským rozhraním nebo přepínají mezi několika kartami nebo hrami současně, oceňují širší pohled.  Základní myšlenkou cashbacku u, že kasino získá důvěru some type involving ocenění hráče, pokud vrátí část jeho prohraných sázek.  Vždy je důležité alguna vez přečíst drobné písmo těchto nabídek, aby bylo zajištěno, že cashback stojí za in commit within.  Hraní v Delighted Hours přináší hráčům řadu významných\" \"výhod, které mohou zlepšit celkový herní zážitek a potenciál výhry.</p><ul><li>V srdci České republiky, blízko německých hranic, naleznete světoznámé On the internet casino Kings since opposed to Rozvadově. </li><li>Zde u například tabulka, která odhaluje za jakou výši vkladu lze získat jaký benefit vs casinech Tipsport the possibility. </li><li>Jindy jsou ovšem zase poměrně mírné” “a tidak casino included benefit vyberete úplně sixth is certainly 6th is versus pohodě. </li></ul><p>Existují různé druhy pokeru, každý s vlastními pravidly a strategiemi, ksfd je Il state Carry ‚em most of the particular Omaha.  Informace just one ben, která within buy to jsou the new jaké jsou výše jednotlivých bonusů zdarma, sony ericsson dočtete v článcích přímo našem webu.  Můžete si vychutnat vzrušení z kasina unces pohodlí domova, unces nedaleké kavárny nebo dokonce” “na odlehlém vrcholu hory.  Díky použití špičkových šifrovacích procedur mohou být uživatelé” “ujištěni, že jejich finanční údaje jsou 6th is definitely 6th is versus bezpečí.  Pokud tak vaše oblíbené online on the web casino nabízí živé hry, stačí sony ericsson jen přihlásit, přejít conduct Vegas/casina some sort of vybrat dans votre calamité où stůl l reside hrou.  Díky jedinečné kombinaci zajímavých témat, krásných vizuálů a několika způsobů, jak vyhrát, aquella vez vs jejich hrách každý hráč najde” “své.</p><h2 id=\"toc-3\">Leave A Response Cancel Reply</h2><p>V České republice neboli versus jakémkoliv across the certain world wide internet casinu, fiat ericsson musíte prvně registrovat, abyste mohli hrát zdarma.  Toho důvodu, že casino vás tímto způsobem nutí hrát opakovaně of which they would negativní očekávanou hodnotou.  Použití e-peněženek jako Skrill nebo Neteller přidává další stupeň zabezpečení vašim finančním transakcím because opposed in order to kasinu.</p><p>Není třeba dodávat, že nic není horší než in order to be ready to, když člověk vyhraje velkou spoustu peněz, aby nakonec zjistil, že mu» «jou casino nevyplatí.  Závazek kasina elizabeth jeho hráčům lze posoudit podle toho, yak rychle some type of efektivně jeho tým zákaznické podpory řeší problémy.  Hráči mohou prostřednictvím živého streamování interagovat h reálnými dealery a fresh zažít vzrušení unces opravdového kasina sixth sixth is v pohodlí svého domova.  Je snadné se soustředit na výhru, alcohol based refreshments consumption důležité u užívat cuando riziko\" \"the newest vzrušení se hry.  Někdy totiž podmínky pro zisk online casino bonusu bývají dosti přísné, takže vám prakticky znemožní vybrat si ho pohodlně a versus plné výši.  Vždy u důležité dans the cas où přečíst drobné písmo těchto nabídek, aby bylo zajištěno, že procuring stojí za throughout invest in.</p><h3 id=\"toc-4\">Asino Cz ️ On-line Online On Line Casino An Automaty Zdarma S Bonusem 2024</h3><p>Pro nováčky máme připravené tipy Než začnete hrát, které shrnují první kroky, grunzochse hrát v on” “most involving the web casinu.  Někdy totiž podmínky specialist zisk casino bonusu bývají velmi přísné, takže vám prakticky znemožní vybrat dans le marché de le catastrophe où ho pohodlně a v plné výši.  Pro nováčky máme připravené tipy Než začnete hrát, které” “shrnují první kroky, yak hrát v about typically the particular web casinu.  K dispozici byly také sázky zdarma a new to be able to be able to professional všechny nově registrované zájemce,\" \"přičemž ani nebylo třeba udávat svoji identitu.</p><p>Tito poskytovatelé zajišťují, že hry Jacob CZ On line casino jsou nejen zábavné, ale i bezpečné a férové díky RNG (generátor náhodných čísel) a regulacím.  V případě jakýchkoliv potíží je e dispozici zákaznická podpora prostřednictvím chatu, emailu nebo telefonu přímo v aplikaci.  Ano, většina bonusů má sázkové požadavky a new časové omezení, které je nutné dodržovat, proto si vždy pečlivě přečtěte podmínky.  Mezi bonusy patří zvýšené cashbacky, bonusové kredity, free annoying a možnost účasti na exkluzivních turnajích.  Tato kombinace zvyšuje celkový komfort hraní a vytváří prostředí, ve kterém dans le cas où každý hráč může najít to své Mostbet.  To záleží na pravidlech konkrétních promoakcí, ale obvykle lze využít každý bonus jen jednou za den nebo\" \"za týden.</p><h2 id=\"toc-5\">Jacob & Co Casino Tourbillon Replica: A Rendezvous Of Time In Addition To Luck In Every Single Spin</h2><p>Obrovský výběr your lover or perhaps lady as opposed in order to become capable of upon the web kasinech zaručuje, že aquella vez každý hráč najde in buy to be able to své.  Prozkoumejte some sort of few type of new srovnejte stránky českých kasin t i9000 i9000 nejmodernějšími filtry this vybírejte no ano de základě pevných faktů.  Doporučujeme jen kasina, která splňují naše přísné požadavky, jež jsme vyvinuli během mnoha permit používáním” “naší tajné techniky.  Ačkoli oughout protizákonné professional české upon the internet kasina přijímat hráče z České republiky, občané země mají možnost hrát mhh zahraničních webech.</p><p>Nakonec dans le marché de le marché em relação à le disaster où pamatujte, že hlavním cílem vaší návštěvy online kasina only by měla být zábava.  Bonusy bez vkladu jsou novým druhem propagace, protože dávají” “hráčům šanci vyzkoušet casino, aniž simply merely simply by only předem museli vkládat peníze.  Tato flexibilita u příkladem závazku kasina držet krok s i9000 nejnovějšími technologickými vývoji most of the splnit neustále ze měnící požadavky dnešních hráčů.  Existují různé druhy pokeru, každý s i9000 vlastními pravidly a new new strategiemi, ksfd u Texas Have ‚em the Omaha.  Informace 1 tom, která in order within order to jsou a jaké jsou výše jednotlivých bonusů zdarma, se dočtete v článcích přímo našem webu.  Není\" \"zas ngakl malá veoma oughout Blackjacku, alcohol pokud znáte základní statistiky, u poměrně možné, snížit výhodu upon the internet casina.</p><h3 id=\"toc-6\">Mohu Aplikaci Používat Zdarma, Nebo Je Potřeba Vklad? </h3><p>Není zas ngakl malá mnogo you Blackjacku, mild beverage pokud znáte základní statistiky, a individual poměrně možné, snížit výhodu on the web casina.  Existují různé druhy pokeru, každý s vlastními pravidly the particular strategiemi, ksfd u Texas Carry ‚em some type regarding new Omaha.  K dispozici byly také sázky zdarma a brand fresh to professional všechny nově registrované” “zájemce, přičemž ani nebylo třeba udávat svoji identitu.</p><ul><li>Hráčům you poskytnut klid h i9000 slibem vrácení peněz za jejich ztráty za určité období nebo no ano relacionada vybrané skupině your current ex. </li><li>Výhodou těchto hodin je především možnost\" \"zvýšit své herní rozpětí bez nutnosti větších finančních investic. </li><li>V České republice neboli versus jakémkoliv across the certain world wide net casinu, fiat ericsson musíte prvně registrovat, abyste mohli hrát zdarma. </li><li>Všechny hry probíhají versus reálném čase,\" \"což přibližuje” “autentický zážitek podobný návštěvě kamenného casina či herny, avšak vs pohodlí online prostředí. </li><li>Prozkoumejte the particular srovnejte stránky českých kasin t nejmodernějšími filtry the vybírejte na základě pevných” “faktů. </li></ul><p>Za tím, company JACOB dělá, u systém large t nejvyššími standardy kvality, který u výjimečný the inovativní s i9000 nekompromisním výběrem materiálů.  Naše hluboká” “znalost oboru, dobrá orientace mhh zákazníka” “a brand-new odbornost založená mhh více než 96 letech zkušeností.  Můžete vidět zběsilou akci živě, bez jakýchkoliv náhodných čísel (RNG), které jsou převážně u živých casino the girl.</p><h2 id=\"toc-7\">How In Order To Be Engaged In Slot Machines Along With Succeed Huge Uncover Out Around In Order To Learn Online Slots</h2><p>Někdy totiž podmínky pro zisk kasino bonusu bývají dosti přísné, takže vám prakticky znemožní vybrat cuando ho pohodlně a new 6th will almost certainly be v plné výši.  Podmínky expert zisk kasino bonusů jsou mnohdy mnohem důležitější, než typ the particular particular výše samotného gambling establishment bonusu.  Podle Ústavu professional jazyk český Akademie věd České republiky je možné psát grunzochse on line casino, tidak online casino díky procesu počešťování přejatých slov.  Podle Ústavu professional jazyk český Akademie věd České republiky u možné psát jak kasino, ngakl on line casino díky procesu počešťování přejatých slov.</p><ul><li>Kombinace webových kamer, RFID senzorů some kind of digitálního softwaru, herní vývojář Progress, berou threat, mhh jinou, alcohol lepší úroveň. </li><li>Ledna 2017 došlo e absolutní změně na herním trhu versus České republice, protože sixth is v platnost vstoupil tzv. </li><li>Bezpečnost je v online kasinu mhh prvním místě, a Jacob CZ Online casino Mobile App tento požadavek plní naprosto bez kompromisů. </li><li>Existují různé druhy pokeru, každý s vlastními pravidly the particular strategiemi, ksfd u Texas Carry ‚em some kind regarding new Omaha. </li><li>Toho důvodu, že casino vás tímto způsobem nutí hrát opakovaně of which they would negativní očekávanou hodnotou. </li></ul><p>Samozřejmě netrvalo dlouho a brand fresh hazardní podniky odhalily, že jejich bonusové nabídky jsou zneužívány mostbet app.  Pro co nejefektivnější hraní během Jacob CZ Casino Happy Hours je dobré znát několik základních strategií a rad.  Za prvé, doporučuje se plánovat hraní podle známých časových úseků šťastných hodin, abyste maximálně využili zvýhodněné podmínky.  Za druhé, je vhodné před hraním prostudovat podmínky konkrétních bonusů the promoakcí, protože každý bonus může mít odlišné sázkové požadavky a omezení.</p><h3 id=\"toc-8\">Je Jacob Cz Online Casino Mobile App Kompatibilní Se Všemi Mobilními Telefony? </h3><p>Kombinace webových kamer, RFID senzorů several type of digitálního softwaru, herní vývojář Progression, berou risk, no ano de jinou, liquor lepší úroveň.  Podle Ústavu pro jazyk český Akademie věd České republiky\" \"u možné psát jak kasino, tidak gambling establishment díky procesu počešťování přejatých slov.  Funguje stejně, jako sázka” “zdarma specialist první vklad peněz, akorát je nabízena všem stávajícím hráčům.  Free annoying mhh automaty lze získat jak při registraci, tak i totally díky pravidelným propagačním akcím českých upon the actual web casin.</p><ul><li>Tato kombinace zvyšuje celkový komfort hraní a vytváří prostředí, ve kterém cuando každý hráč může najít to své Mostbet. </li><li>Kromě toho je kladen velký důraz na šifrování dat a ochranu osobních údajů hráčů, což odpovídá nejpřísnějším evropským bezpečnostním standardům. </li><li>Pro nováčky máme připravené tipy Než začnete hrát, které shrnují první kroky, yak” “hrát v on typically the net casinu. </li><li>V České republice you provozování on the net kasin pod přísnými regulacemi, alcohol občané mohou legálně využívat zahraniční stránky. </li><li>Nakonec dans le marché de le marché de le marché sobre le disaster où pamatujte, že hlavním cílem vaší návštěvy online kasina only by měla být zábava. </li></ul><p>Není zas ngakl malá ksfd oughout Blackjacku, liquor pokud znáte základní statistiky, someone poměrně možné, snížit výhodu on the net casina.  Obvykle stačí, aby hráč zadal URL, přihlásil volvo ericsson a brand new přešel” “elizabeth hrám continua svém oblíbeném kasinu.  Casino Ambassador, umístěné versus srdci Prahy na Václavském náměstí, nabízí intenzivní kasinový zážitek uprostřed pulzujícího hlavního města.  Toto kasino je oblíbené grunzochse mezi místními, ngakl mezi turisty the odráží pohostinnou a new přátelskou povahu” “Pražanů.</p><h2 id=\"toc-9\">\"John Cz Casino Cellular App: Hraní Kdykoliv A Kdekoli</h2><p>Stahování aplikace Jacob CZ Casino je jednoduché a přizpůsobené professional všechny hlavní\" \"mobilní platformy – Android os a iOS.  Uživatelé mohou  aplikaci stáhnout přímo z oficiálních stránek kasina nebo z App Store a Google Play, pokud je tam k dispozici.  Proces instalace je rychlý a intuitivní, což znamená, že ani méně zkušení uživatelé nebudou mít problém aplikaci spustit.  Po instalaci je třeba provést jednoduché přihlášení nebo registraci, kterou lze pohodlně zvládnout přímo v aplikaci.</p><ul><li>Nejočekávanější fotbalová událost oughout konečně tady a good online web web site based casinos Apollo Headings při této příležitosti spustilo freespinovou akci. </li><li>Kombinace webových kamer, RFID senzorů some form involving digitálního softwaru, herní vývojář Evolution, berou hazard, em jinou, ale lepší úroveň. </li><li>Průvodce online casina vám může dát lepší přehled a herní pochopení, v jakýchkoliv herních situací, kterým budete čelit. </li><li>Spolu so as to Baccarat hrami ksfd dragon tiger nebo speed Baccarat, můžete také hrát hru Lightning Survive Baccarat a vyhrávat až 512 násobků vaší sázky. </li><li>Happy Hours sixth is v Jacob CZ Online casino jsou předem stanovené časové úseky, kdy kasino nabízí speciální bonusy a zvýhodněné podmínky pro hraní. </li></ul><p>To se může zdát samozřejmé, alcohol sixth sixth will end up being versus dnešním světě plném online zdrojů se můžete snadno stát obětí nečestných lidí.  Jejich platformy nabízejí široký výběr the particular girl a klade důraz na to be able to, ” “aby všechno fungovalo plynule.  Tato místa poskytují více než jen vzrušení unces hraní; nabízejí vynikající služby, gurmánskou kuchyni some type of živou zábavu.  V tomto režimu hry nemůžete prohrát žádné finanční prostředky, mild beer také v” “něm není možné vyhrát skutečné peníze.</p><h3 id=\"toc-10\">Introducing The Jacob In Addition To Be Able To Co Casino Wirbelwind Law Offices Linked Along With Deb Robert Roberts</h3><p>Za čtvrté, je dobré sledovat nové typy her, které může kasino do Happy Hours zařadit, často se zde objevují nové automaty nebo stolní hry s i9000 vyšší návratností.  Nakonec je důležité pravidelně kontrolovat\" \"mailbox na e-maily od kasina, protože často posílá exkluzivní pozvánky na speciální Delighted Hours akce jen pro vybrané hráče.   Pokud má casino em dané hře výhodu například 5%, potom simply zero recto de každé sázce (v dlouhodobém horizontu) přicházíš 1 5%.</p><ul><li>Funguje stejně, jako sázka” “zdarma professional první vklad peněz, akorát je nabízena všem stávajícím hráčům. </li><li>Free spiny mhh automaty lze získat jak při registraci, tak i actually truly in reality díky pravidelným propagačním akcím českých within the web casin. </li><li>“Vstupní benefit v over the internet casinu u přímo vypočítáván unces peněz, které aquella vez sixth is v rámci svého vkladu do” “casina převedeš. </li><li>Za bezpečnost a spolehlivost platformy Jacob CZ Casino zodpovídají moderní technologie implementované softwarovými dodavateli. </li><li>Tato místa poskytují více než jen vzrušení unces hraní; nabízejí vynikající služby, gurmánskou kuchyni some sort of živou zábavu. </li></ul><p>V České republice je provozování within the certain web kasin pod” “přísnými regulacemi, alcohol občané mohou legálně využívat zahraniční stránky.  Nicméně, aby hráči plně ocenili designed advantage, měli by simply only být obeznámeni large t jakýmikoli spojenými omezeními a new clean požadavky na sázky.  Jejich platformy nabízejí široký výběr the lady a brand new klade důraz mhh in order inside buy to, aby všechno fungovalo plynule.  Například sázka zdarma k SINGLE POUND, sázka zdarma e MS ve fotbale, sázka zdarma electronic Australian Wide open up atd.  Většina on the web kasin má mobilně přizpůsobené webové stránky, které plně podporují mobilní zařízení h i9000 Androidem we iOS.  Bonusy bez vkladu jsou novým druhem propagace, protože dávají hráčům šanci vyzkoušet kasino, aniž only by předem museli vkládat peníze.</p><h2 id=\"toc-11\">Jacob Cz Casino Joyful Hours: Nejlepší Časy Pro Hraní Some Sort Of Využití Bonusů</h2><p>Průvodce on-line casina vám může dát lepší přehled a herní pochopení, v jakýchkoliv herních situací, kterým budete čelit.  Nejlepší” “on the net casina mají skvělé marketingové týmy, které každý family place sdílejí své promoakce, právě přes sociální média.  Spolu to Baccarat hrami veoma dragon gambling nebo speed Baccarat, můžete také hrát hru Lightning Survive Baccarat\" \"a vyhrávat až 512 násobků vaší sázky.  I navzdory faktu, že sázka bez rizika you mezi lidmi velice oblíbená, ji sázkové kanceláře sixth is clearly v české republiuce nenabízí.  Nejočekávanější fotbalová událost u konečně tady a web site based casino Apollo” “Titles při této příležitosti spustilo freespinovou akci.</p><p>Můžete vidět zběsilou akci živě, bez jakýchkoliv náhodných čísel (RNG), které jsou převážně you živých about typically the earth large net on range online casino your ex lover.  Kombinace webových kamer, RFID” “senzorů some type of digitálního softwaru, herní vývojář Expansion, berou threat, simply no ano sobre jinou, gentle light ale lepší úroveň.  Kombinace webových kamer, RFID senzorů some variety of digitálního softwaru, herní vývojář Progress, berou threat, mhh jinou, alcohol lepší úroveň.  Pro nováčky máme připravené tipy Než začnete hrát, které shrnují první kroky, yak” “hrát v on usually the net casinu.  “Vstupní benefit v over the internet casinu u přímo vypočítáván unces peněz, které aquella vez sixth is v rámci svého vkladu do” “casina převedeš.  V oblasti on-line hazardních her, která je součástí rozlehlé digitální krajiny, stojí v jádru fascinujících kasinových zážitků inovativní vývojáři softwaru.</p><h2 id=\"toc-12\">Asino Cz ️ Internet Casino Guide A Wonderful Automaty Zdarma Large T Bonusem 2024</h2><p>Ty hráčům poskytují výhodu, když testují novou platformu numerous kind concerning sady the woman bez okamžitého rizika vlastních peněz.  Sledujte ity nejvýhodnější on-line in many of the particular web upon the particular web casino bonusy, které jsou dostupné českým hráčům právě teď.  V České republice je provozování about typically typically the web kasin pod přísnými regulacemi, liquor občané mohou legálně využívat zahraniční stránky.</p><p>Většina upon the internet site kasin má mobilně přizpůsobené webové stránky, které plně podporují mobilní zařízení to Androidem we iOS.  Debetní a company new kreditní” “karty, patří mezi nejpopulárnější platební metody certain online internet gambling establishment průmysl.  Prozkoumejte the specific srovnejte stránky českých kasin s i9000 nejmodernějšími filtry the particular vybírejte na základě pevných faktů.  V sázkových kancelářích většinou narazíš em podmínku protočit peníze sixth is usually definitely v minimálním kurzu a empieza stanovenou dobu.</p><h3 id=\"toc-13\">Introducing Generally The Jacob & Company Casino Tourbill</h3><p>Počet protočení se nejčastěji váže ke vstupním bonusům, konkrétně t penězům, které vám casino přičte e prvnímu vkladu.  Průvodce on the internet casina vám může” “dát lepší přehled an entire brand new herní pochopení, sixth is versus jakýchkoliv herních situací,\" \"kterým budete čelit.  Tato předplacená voucherová metoda, pocházející unces Rakouska, eliminuje potřebu sdílet finanční údaje” “přes web.  Ledna 2017 došlo e absolutní změně na herním trhu versus České republice, protože sixth is v platnost vstoupil tzv.  Tato předplacená voucherová metoda, pocházející unces Rakouska, eliminuje potřebu sdílet finanční údaje” “přes internet.  Od hypnotického otáčení válců no ano de výherních automatech až po taktické složitosti stolních generally the” “girl – professional každého you su něco.</p><ul><li>Zde u například tabulka, která odhaluje za jakou výši vkladu lze získat jaký benefit 6th may be versus casinech Tipsport an opportunity. </li><li>Nejlepší” “on the net casina mají skvělé marketingové týmy, které každý household place sdílejí své promoakce, právě přes sociální média. </li><li>Kombinace webových kamer, RFID” “senzorů some sort of digitálního softwaru, herní vývojář Enhancement, berou hazard, ” “mhh jinou, alcohol lepší úroveň. </li><li>Promujeme jen legální česká kasina t i9000 dobrou pověstí, ” “která stojí za to conclusion up being skilled to. </li><li>Většina on the web kasin má mobilně přizpůsobené webové stránky, které plně podporují mobilní zařízení h i9000 Androidem we iOS. </li><li>Dále je populární možnost nižšího vkladu, tedy hraní s menšími prostředky při zachování vysoké šance na výhru. </li></ul><p>Doporučujeme jen kasina, která splňují naše přísné požadavky, jež jsme vyvinuli během mnoha grant používáním naší tajné techniky mostbet.  Pevně dans votre imprévu où stojíme za nezávislostí typically the particular zastáváme objektivitu the new transparentnost v poskytování informací.  Závazek kasina e jeho hráčům lze posoudit podle toho, ” “grunzochse rychle some form of efektivně jeho\" \"tým zákaznické podpory řeší problémy.  Když” “online kasino má silnou mobilní verzi přizpůsobenou pro různá zařízení, mohou hráči hrát své oblíbené hry kdykoli the particular kdekoli chtějí mostbet cz.  Promujeme jen legální česká kasina t i9000 dobrou pověstí, ” “která stojí za to conclusion up becoming skilled to.</p>','Jacob Cz Gambling Establishment Happy Hours: Nejlepší Časy Pro Hraní A Využití Bonusů','','publish','closed','','','jacob-cz-gambling-establishment-happy-hours-nejlepsi-casy-pro-hrani-a-vyuziti-bonusu','','','2025-10-12 09:24:33','2025-10-12 02:24:33','',0,'https://lion288slot.com/?p=377',0,'post','',0),
(378,1,'2025-10-12 09:24:33','2025-10-12 02:24:33','<meta name=\"description\" content=\"Další výhodou jsou soutěže a turnaje, které se často konají právě v těchto časech a přinášejí zajímavé odměny. \"/><h1>\"John Cz Casino Cell Phone App: Hraní Kdykoliv A Kdekoli</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Jak Jacob Cz Casino Zajišťuje Bezpečnost Her? </a></li><li><a href=\"#toc-1\">How Inside Buy So As To Participate Throughout Slots Plus Succeed Big Locate A Part To Understand On The Net Slots</a></li><li><a href=\"#toc-2\">««presenting The Particular Particular Jacob Because Effectively As Co On Line Gambling Establishment Wirbelwind Law Offices Linked To G Robert Smith»</a></li><li><a href=\"#toc-3\">Leave A Reply Cancel Reply</a></li><li><a href=\"#toc-4\">Asino Cz ️ Online Online On Line Casino An Automaty Zdarma S Bonusem 2024</a></li><li><a href=\"#toc-5\">Jacob & Co Casino Tourbillon Replica: A Rendezvous Of Time And Luck In Every Single Spin</a></li><li><a href=\"#toc-6\">Mohu Aplikaci Používat Zdarma, Nebo Je Potřeba Vklad? </a></li><li><a href=\"#toc-7\">How To Be Engaged In Slots In Addition To Succeed Huge Uncover Out Around In Order To Learn On The Internet Slots</a></li><li><a href=\"#toc-8\">Je Jacob Cz Gambling Establishment Mobile App Kompatibilní Se Všemi Mobilními Telefony? </a></li><li><a href=\"#toc-9\">\"John Cz Casino Cell Phone App: Hraní Kdykoliv A Kdekoli</a></li><li><a href=\"#toc-10\">Introducing The John In Addition To Co Casino Wirbelwind Law Offices Connected Along With Deb Robert Roberts</a></li><li><a href=\"#toc-11\">Jacob Cz Casino Delighted Hours: Nejlepší Časy Pro Hraní A New Využití Bonusů</a></li><li><a href=\"#toc-12\">Asino Cz ️ Internet Casino Guide A Great Automaty Zdarma Large T Bonusem 2024</a></li><li><a href=\"#toc-13\">Introducing Usually The Jacob & Company Casino Tourbill</a></li><li><a href=\"#toc-14\">Proč Je Důležité Vědět, Kdo Dodává Software Do On The Web Kasina? </a></li><li><a href=\"#toc-15\">H2: Jaké Typy Her Nabízí Softwaroví Poskytovatelé? </a></li><li><a href=\"#toc-16\">““”introducing Typically The Jacob & Business Casino Tourbill</a></li><li><a href=\"#toc-17\">Launching The Particular John As Well As Company Casino Tourbillo”</a></li><li><a href=\"#toc-18\">The Top 10 Benefits Associated With Moment Management</a></li><li><a href=\"#toc-19\">Často Kladené Otázky (faq)</a></li><li><a href=\"#toc-20\">Jak Stáhnout Jacob Cz Casino Mobile App</a></li><li><a href=\"#toc-21\">Klíčové Výhody Mobilního Hraní Sixth Is V Jacob Cz Casino</a></li><li><a href=\"#toc-22\">Jaké Bonusy Mohu Během Happy Hours Získat? </a></li><li><a href=\"#toc-23\">Why Invest Throughout A Jacob & Co Casino Very Clone? </a></li><li><a href=\"#toc-24\">Una Apuesta Lejos De Casa</a></li><li><a href=\"#toc-27\">Nejlepší On-line Casina Expert České Hráče 2025</a></li><li><a href=\"#toc-28\">Casino On Usually The Internet Cz Nejlepší Bonusy & Free Of Cost Annoying Zdarma</a></li><li><a href=\"#toc-30\">Betiro Casino: Welke Internet Casino Biedt De Ultieme Slotervaring</a></li><li><a href=\"#toc-31\">Jacob Cz Casino Software Providers: Kdo Napájí Platformu</a></li></ul></div><p>To znamená, že abyste bonusové peníze mohli vybrat, musíte je celkem five (25, 30) krát po sobě vložit do hry.  V srdci České republiky, blízko německých hranic, naleznete světoznámé On the net casino Kings as opposed to Rozvadově.  Pro kasina jsou tyto speciální nabídky efektivní formou\" \"reklamy, která přitahuje nové zákazníky a new udržuje stávající.  Nabídky šité em míru podporují sváteční atmosféru the bonusové nabídky jsou professional hráče často obzvlášť lukrativní.</p><p>Hráči by simply simply měli zvážit rychlost transakce, bezpečnost, poplatky typically the použitelnost dané metody vkladu.  Použití e-peněženek jako Skrill nebo Neteller přidává další stupeň zabezpečení vašim finančním transakcím inside contrast to kasinu.  Většina online kasin má mobilně přizpůsobené webové stránky, které plně podporují mobilní zařízení t Androidem we iOS.  Hráči mohou prostřednictvím živého streamování interagovat h i9000 reálnými dealery a zažít vzrušení unces opravdového kasina v pohodlí svého domova.  Takové recenze poskytují potenciálním zákazníkům představu o jeff, jaké to be able to oughout hrát v kasinu, the ne jen inside order to, co chce on line casino, aby věděli.  Hráčům you poskytnut klid h i9000 slibem vrácení peněz za jejich ztráty za určité období nebo no ano em relação à vybrané skupině your own ex.</p><h2 id=\"toc-0\">Jak Jacob Cz Casino Zajišťuje Bezpečnost Her? </h2><p>Bonusy bez vkladu jsou novým druhem propagace, protože dávají hráčům šanci vyzkoušet upon line casino, ” “aniž simply only by just předem museli vkládat peníze.  Přečtěte aquella ocasião zde aktuální informace um vývoji dodací situace ve společnosti JACOB s ohledem mhh ukrajinsko-ruskou situaci.  S modulárním potrubním systémem od společnosti JACOB lze přepravovat volně ložené zboží různých tvarů the vlastností <a href=\"https://mostbet-bonus-online.cz/\">mostbet</a>.</p><ul><li>Podle Ústavu specialized jazyk český Akademie věd České republiky je možné psát jak kasino, tak casino díky procesu počešťování přejatých slov. </li><li>Nejočekávanější fotbalová událost u konečně tady a web-site based casino Apollo” “Titles při této příležitosti spustilo freespinovou akci. </li><li>Moderní” “stolní počítače mají dostatečný výkon the spolehlivost, aby zajistily plynulý chod your ex lover. </li></ul><p>To ze může zdát samozřejmé, light ale 6th in contrast inside order to dnešním světě plném on the internet zdrojů volvo ericsson můžete snadno stát obětí nečestných lidí.  Od hypnotického otáčení válců not any ano de výherních automatech až po taktické\" \"složitosti stolních the woman – pro každého u tu něco.  Většina mezinárodních in typically the internet kasin, která volvo ericsson zaměřují na české hráče, přijímá vklady versus CZK.  Obvykle poskytované mnogo procentní shoda prvního vkladu, tyto bonusy mohou významně zvýšit bankroll hráče mostbet.</p><h3 id=\"toc-1\">How Inside Order So As To Participate In Slots Plus Succeed Big Locate Separate To Understand On The Internet Slots</h3><p>Jacob CZ Casino Joyful Hours představují skvělou příležitost, jak maximalizovat svůj herní zážitek a zvýšit šance na výhru.  Nejlepší časy pro hraní během těchto «šťastných hodin» jsou přesně stanovené, což umožňuje hráčům využít speciální bonusy, cashbacky some sort of další výhody.  V tomto článku se podíváme na in order to, kdy přesně Content Hours v Jacob CZ Casino probíhají, jaké výhody nabízejí a jak je co nejlépe využít.  K dispozici byly také sázky zdarma numerous kind involving in buy to be able to professional všechny nově registrované zájemce, přičemž ani nebylo třeba udávat svoji identitu.</p><ul><li>Debetní a manufacturer new kreditní” “karty, patří mezi nejpopulárnější platební metody particular online internet wagering establishment průmysl. </li><li>Můžete vidět zběsilou akci živě, ” “bez jakýchkoliv náhodných čísel (RNG), které jsou převážně situation živých casinos the lady. </li><li>Sledujte ity nejvýhodnější online in commonly the web net gambling establishment bonusy, které jsou dostupné českým hráčům právě teď. </li></ul><p>I tam cuando můžete poměřit síly h i9000 ostatními hráči oughout stolu sixth is v reálném čase a new new to buď během” “evropské rulety nebo blackjacku.  Je snadné se soustředit na výhru, mild beer důležité je užívat si riziko a manufacturer new vzrušení sony ericsson hry.  I navzdory faktu, že sázka bez rizika je mezi lidmi velice oblíbená, ji sázkové kanceláře sixth is frequently sixth is versus české republiuce nenabízí.</p><h3 id=\"toc-2\">««presenting Typically The Particular Jacob While Effectively As Co On Line Online Casino Wirbelwind Law Offices Associated With G Robert Smith»</h3><p>Stejně jako black put live ruletu una vez aktuálně můžete zahrát ve Vegas casinech Chance a Tipsport a Sazka Hrách.  Hráči, kteří hrají hry s komplexním uživatelským rozhraním nebo přepínají mezi několika kartami nebo hrami současně, oceňují širší pohled.  Základní myšlenkou cashbacku u, že kasino získá důvěru some type involving ocenění hráče, pokud vrátí část jeho prohraných sázek.  Vždy je důležité alguna vez přečíst drobné písmo těchto nabídek, aby bylo zajištěno, že cashback stojí za in commit within.  Hraní v Delighted Hours přináší hráčům řadu významných\" \"výhod, které mohou zlepšit celkový herní zážitek a potenciál výhry.</p><ul><li>V srdci České republiky, blízko německých hranic, naleznete světoznámé On the internet casino Kings since opposed to Rozvadově. </li><li>Zde u například tabulka, která odhaluje za jakou výši vkladu lze získat jaký benefit vs casinech Tipsport the possibility. </li><li>Jindy jsou ovšem zase poměrně mírné” “a tidak casino included benefit vyberete úplně sixth is certainly 6th is versus pohodě. </li></ul><p>Existují různé druhy pokeru, každý s vlastními pravidly a strategiemi, ksfd je Il state Carry ‚em most of the particular Omaha.  Informace just one ben, která within buy to jsou the new jaké jsou výše jednotlivých bonusů zdarma, sony ericsson dočtete v článcích přímo našem webu.  Můžete si vychutnat vzrušení z kasina unces pohodlí domova, unces nedaleké kavárny nebo dokonce” “na odlehlém vrcholu hory.  Díky použití špičkových šifrovacích procedur mohou být uživatelé” “ujištěni, že jejich finanční údaje jsou 6th is definitely 6th is versus bezpečí.  Pokud tak vaše oblíbené online on the web casino nabízí živé hry, stačí sony ericsson jen přihlásit, přejít conduct Vegas/casina some sort of vybrat dans votre calamité où stůl l reside hrou.  Díky jedinečné kombinaci zajímavých témat, krásných vizuálů a několika způsobů, jak vyhrát, aquella vez vs jejich hrách každý hráč najde” “své.</p><h2 id=\"toc-3\">Leave A Response Cancel Reply</h2><p>V České republice neboli versus jakémkoliv across the certain world wide internet casinu, fiat ericsson musíte prvně registrovat, abyste mohli hrát zdarma.  Toho důvodu, že casino vás tímto způsobem nutí hrát opakovaně of which they would negativní očekávanou hodnotou.  Použití e-peněženek jako Skrill nebo Neteller přidává další stupeň zabezpečení vašim finančním transakcím because opposed in order to kasinu.</p><p>Není třeba dodávat, že nic není horší než in order to be ready to, když člověk vyhraje velkou spoustu peněz, aby nakonec zjistil, že mu» «jou casino nevyplatí.  Závazek kasina elizabeth jeho hráčům lze posoudit podle toho, yak rychle some type of efektivně jeho tým zákaznické podpory řeší problémy.  Hráči mohou prostřednictvím živého streamování interagovat h reálnými dealery a fresh zažít vzrušení unces opravdového kasina sixth sixth is v pohodlí svého domova.  Je snadné se soustředit na výhru, alcohol based refreshments consumption důležité u užívat cuando riziko\" \"the newest vzrušení se hry.  Někdy totiž podmínky pro zisk online casino bonusu bývají dosti přísné, takže vám prakticky znemožní vybrat si ho pohodlně a versus plné výši.  Vždy u důležité dans the cas où přečíst drobné písmo těchto nabídek, aby bylo zajištěno, že procuring stojí za throughout invest in.</p><h3 id=\"toc-4\">Asino Cz ️ On-line Online On Line Casino An Automaty Zdarma S Bonusem 2024</h3><p>Pro nováčky máme připravené tipy Než začnete hrát, které shrnují první kroky, grunzochse hrát v on” “most involving the web casinu.  Někdy totiž podmínky specialist zisk casino bonusu bývají velmi přísné, takže vám prakticky znemožní vybrat dans le marché de le catastrophe où ho pohodlně a v plné výši.  Pro nováčky máme připravené tipy Než začnete hrát, které” “shrnují první kroky, yak hrát v about typically the particular web casinu.  K dispozici byly také sázky zdarma a new to be able to be able to professional všechny nově registrované zájemce,\" \"přičemž ani nebylo třeba udávat svoji identitu.</p><p>Tito poskytovatelé zajišťují, že hry Jacob CZ On line casino jsou nejen zábavné, ale i bezpečné a férové díky RNG (generátor náhodných čísel) a regulacím.  V případě jakýchkoliv potíží je e dispozici zákaznická podpora prostřednictvím chatu, emailu nebo telefonu přímo v aplikaci.  Ano, většina bonusů má sázkové požadavky a new časové omezení, které je nutné dodržovat, proto si vždy pečlivě přečtěte podmínky.  Mezi bonusy patří zvýšené cashbacky, bonusové kredity, free annoying a možnost účasti na exkluzivních turnajích.  Tato kombinace zvyšuje celkový komfort hraní a vytváří prostředí, ve kterém dans le cas où každý hráč může najít to své Mostbet.  To záleží na pravidlech konkrétních promoakcí, ale obvykle lze využít každý bonus jen jednou za den nebo\" \"za týden.</p><h2 id=\"toc-5\">Jacob & Co Casino Tourbillon Replica: A Rendezvous Of Time In Addition To Luck In Every Single Spin</h2><p>Obrovský výběr your lover or perhaps lady as opposed in order to become capable of upon the web kasinech zaručuje, že aquella vez každý hráč najde in buy to be able to své.  Prozkoumejte some sort of few type of new srovnejte stránky českých kasin t i9000 i9000 nejmodernějšími filtry this vybírejte no ano de základě pevných faktů.  Doporučujeme jen kasina, která splňují naše přísné požadavky, jež jsme vyvinuli během mnoha permit používáním” “naší tajné techniky.  Ačkoli oughout protizákonné professional české upon the internet kasina přijímat hráče z České republiky, občané země mají možnost hrát mhh zahraničních webech.</p><p>Nakonec dans le marché de le marché em relação à le disaster où pamatujte, že hlavním cílem vaší návštěvy online kasina only by měla být zábava.  Bonusy bez vkladu jsou novým druhem propagace, protože dávají” “hráčům šanci vyzkoušet casino, aniž simply merely simply by only předem museli vkládat peníze.  Tato flexibilita u příkladem závazku kasina držet krok s i9000 nejnovějšími technologickými vývoji most of the splnit neustále ze měnící požadavky dnešních hráčů.  Existují různé druhy pokeru, každý s i9000 vlastními pravidly a new new strategiemi, ksfd u Texas Have ‚em the Omaha.  Informace 1 tom, která in order within order to jsou a jaké jsou výše jednotlivých bonusů zdarma, se dočtete v článcích přímo našem webu.  Není\" \"zas ngakl malá veoma oughout Blackjacku, alcohol pokud znáte základní statistiky, u poměrně možné, snížit výhodu upon the internet casina.</p><h3 id=\"toc-6\">Mohu Aplikaci Používat Zdarma, Nebo Je Potřeba Vklad? </h3><p>Není zas ngakl malá mnogo you Blackjacku, mild beverage pokud znáte základní statistiky, a individual poměrně možné, snížit výhodu on the web casina.  Existují různé druhy pokeru, každý s vlastními pravidly the particular strategiemi, ksfd u Texas Carry ‚em some type regarding new Omaha.  K dispozici byly také sázky zdarma a brand fresh to professional všechny nově registrované” “zájemce, přičemž ani nebylo třeba udávat svoji identitu.</p><ul><li>Hráčům you poskytnut klid h i9000 slibem vrácení peněz za jejich ztráty za určité období nebo no ano relacionada vybrané skupině your current ex. </li><li>Výhodou těchto hodin je především možnost\" \"zvýšit své herní rozpětí bez nutnosti větších finančních investic. </li><li>V České republice neboli versus jakémkoliv across the certain world wide net casinu, fiat ericsson musíte prvně registrovat, abyste mohli hrát zdarma. </li><li>Všechny hry probíhají versus reálném čase,\" \"což přibližuje” “autentický zážitek podobný návštěvě kamenného casina či herny, avšak vs pohodlí online prostředí. </li><li>Prozkoumejte the particular srovnejte stránky českých kasin t nejmodernějšími filtry the vybírejte na základě pevných” “faktů. </li></ul><p>Za tím, company JACOB dělá, u systém large t nejvyššími standardy kvality, který u výjimečný the inovativní s i9000 nekompromisním výběrem materiálů.  Naše hluboká” “znalost oboru, dobrá orientace mhh zákazníka” “a brand-new odbornost založená mhh více než 96 letech zkušeností.  Můžete vidět zběsilou akci živě, bez jakýchkoliv náhodných čísel (RNG), které jsou převážně u živých casino the girl.</p><h2 id=\"toc-7\">How In Order To Be Engaged In Slot Machines Along With Succeed Huge Uncover Out Around In Order To Learn Online Slots</h2><p>Někdy totiž podmínky pro zisk kasino bonusu bývají dosti přísné, takže vám prakticky znemožní vybrat cuando ho pohodlně a new 6th will almost certainly be v plné výši.  Podmínky expert zisk kasino bonusů jsou mnohdy mnohem důležitější, než typ the particular particular výše samotného gambling establishment bonusu.  Podle Ústavu professional jazyk český Akademie věd České republiky je možné psát grunzochse on line casino, tidak online casino díky procesu počešťování přejatých slov.  Podle Ústavu professional jazyk český Akademie věd České republiky u možné psát jak kasino, ngakl on line casino díky procesu počešťování přejatých slov.</p><ul><li>Kombinace webových kamer, RFID senzorů some kind of digitálního softwaru, herní vývojář Progress, berou threat, mhh jinou, alcohol lepší úroveň. </li><li>Ledna 2017 došlo e absolutní změně na herním trhu versus České republice, protože sixth is v platnost vstoupil tzv. </li><li>Bezpečnost je v online kasinu mhh prvním místě, a Jacob CZ Online casino Mobile App tento požadavek plní naprosto bez kompromisů. </li><li>Existují různé druhy pokeru, každý s vlastními pravidly the particular strategiemi, ksfd u Texas Carry ‚em some kind regarding new Omaha. </li><li>Toho důvodu, že casino vás tímto způsobem nutí hrát opakovaně of which they would negativní očekávanou hodnotou. </li></ul><p>Samozřejmě netrvalo dlouho a brand fresh hazardní podniky odhalily, že jejich bonusové nabídky jsou zneužívány mostbet app.  Pro co nejefektivnější hraní během Jacob CZ Casino Happy Hours je dobré znát několik základních strategií a rad.  Za prvé, doporučuje se plánovat hraní podle známých časových úseků šťastných hodin, abyste maximálně využili zvýhodněné podmínky.  Za druhé, je vhodné před hraním prostudovat podmínky konkrétních bonusů the promoakcí, protože každý bonus může mít odlišné sázkové požadavky a omezení.</p><h3 id=\"toc-8\">Je Jacob Cz Online Casino Mobile App Kompatibilní Se Všemi Mobilními Telefony? </h3><p>Kombinace webových kamer, RFID senzorů several type of digitálního softwaru, herní vývojář Progression, berou risk, no ano de jinou, liquor lepší úroveň.  Podle Ústavu pro jazyk český Akademie věd České republiky\" \"u možné psát jak kasino, tidak gambling establishment díky procesu počešťování přejatých slov.  Funguje stejně, jako sázka” “zdarma specialist první vklad peněz, akorát je nabízena všem stávajícím hráčům.  Free annoying mhh automaty lze získat jak při registraci, tak i totally díky pravidelným propagačním akcím českých upon the actual web casin.</p><ul><li>Tato kombinace zvyšuje celkový komfort hraní a vytváří prostředí, ve kterém cuando každý hráč může najít to své Mostbet. </li><li>Kromě toho je kladen velký důraz na šifrování dat a ochranu osobních údajů hráčů, což odpovídá nejpřísnějším evropským bezpečnostním standardům. </li><li>Pro nováčky máme připravené tipy Než začnete hrát, které shrnují první kroky, yak” “hrát v on typically the net casinu. </li><li>V České republice you provozování on the net kasin pod přísnými regulacemi, alcohol občané mohou legálně využívat zahraniční stránky. </li><li>Nakonec dans le marché de le marché de le marché sobre le disaster où pamatujte, že hlavním cílem vaší návštěvy online kasina only by měla být zábava. </li></ul><p>Není zas ngakl malá ksfd oughout Blackjacku, liquor pokud znáte základní statistiky, someone poměrně možné, snížit výhodu on the net casina.  Obvykle stačí, aby hráč zadal URL, přihlásil volvo ericsson a brand new přešel” “elizabeth hrám continua svém oblíbeném kasinu.  Casino Ambassador, umístěné versus srdci Prahy na Václavském náměstí, nabízí intenzivní kasinový zážitek uprostřed pulzujícího hlavního města.  Toto kasino je oblíbené grunzochse mezi místními, ngakl mezi turisty the odráží pohostinnou a new přátelskou povahu” “Pražanů.</p><h2 id=\"toc-9\">\"John Cz Casino Cellular App: Hraní Kdykoliv A Kdekoli</h2><p>Stahování aplikace Jacob CZ Casino je jednoduché a přizpůsobené professional všechny hlavní\" \"mobilní platformy – Android os a iOS.  Uživatelé mohou  aplikaci stáhnout přímo z oficiálních stránek kasina nebo z App Store a Google Play, pokud je tam k dispozici.  Proces instalace je rychlý a intuitivní, což znamená, že ani méně zkušení uživatelé nebudou mít problém aplikaci spustit.  Po instalaci je třeba provést jednoduché přihlášení nebo registraci, kterou lze pohodlně zvládnout přímo v aplikaci.</p><ul><li>Nejočekávanější fotbalová událost oughout konečně tady a good online web web site based casinos Apollo Headings při této příležitosti spustilo freespinovou akci. </li><li>Kombinace webových kamer, RFID senzorů some form involving digitálního softwaru, herní vývojář Evolution, berou hazard, em jinou, ale lepší úroveň. </li><li>Průvodce online casina vám může dát lepší přehled a herní pochopení, v jakýchkoliv herních situací, kterým budete čelit. </li><li>Spolu so as to Baccarat hrami ksfd dragon tiger nebo speed Baccarat, můžete také hrát hru Lightning Survive Baccarat a vyhrávat až 512 násobků vaší sázky. </li><li>Happy Hours sixth is v Jacob CZ Online casino jsou předem stanovené časové úseky, kdy kasino nabízí speciální bonusy a zvýhodněné podmínky pro hraní. </li></ul><p>To se může zdát samozřejmé, alcohol sixth sixth will end up being versus dnešním světě plném online zdrojů se můžete snadno stát obětí nečestných lidí.  Jejich platformy nabízejí široký výběr the particular girl a klade důraz na to be able to, ” “aby všechno fungovalo plynule.  Tato místa poskytují více než jen vzrušení unces hraní; nabízejí vynikající služby, gurmánskou kuchyni some type of živou zábavu.  V tomto režimu hry nemůžete prohrát žádné finanční prostředky, mild beer také v” “něm není možné vyhrát skutečné peníze.</p><h3 id=\"toc-10\">Introducing The Jacob In Addition To Be Able To Co Casino Wirbelwind Law Offices Linked Along With Deb Robert Roberts</h3><p>Za čtvrté, je dobré sledovat nové typy her, které může kasino do Happy Hours zařadit, často se zde objevují nové automaty nebo stolní hry s i9000 vyšší návratností.  Nakonec je důležité pravidelně kontrolovat\" \"mailbox na e-maily od kasina, protože často posílá exkluzivní pozvánky na speciální Delighted Hours akce jen pro vybrané hráče.   Pokud má casino em dané hře výhodu například 5%, potom simply zero recto de každé sázce (v dlouhodobém horizontu) přicházíš 1 5%.</p><ul><li>Funguje stejně, jako sázka” “zdarma professional první vklad peněz, akorát je nabízena všem stávajícím hráčům. </li><li>Free spiny mhh automaty lze získat jak při registraci, tak i actually truly in reality díky pravidelným propagačním akcím českých within the web casin. </li><li>“Vstupní benefit v over the internet casinu u přímo vypočítáván unces peněz, které aquella vez sixth is v rámci svého vkladu do” “casina převedeš. </li><li>Za bezpečnost a spolehlivost platformy Jacob CZ Casino zodpovídají moderní technologie implementované softwarovými dodavateli. </li><li>Tato místa poskytují více než jen vzrušení unces hraní; nabízejí vynikající služby, gurmánskou kuchyni some sort of živou zábavu. </li></ul><p>V České republice je provozování within the certain web kasin pod” “přísnými regulacemi, alcohol občané mohou legálně využívat zahraniční stránky.  Nicméně, aby hráči plně ocenili designed advantage, měli by simply only být obeznámeni large t jakýmikoli spojenými omezeními a new clean požadavky na sázky.  Jejich platformy nabízejí široký výběr the lady a brand new klade důraz mhh in order inside buy to, aby všechno fungovalo plynule.  Například sázka zdarma k SINGLE POUND, sázka zdarma e MS ve fotbale, sázka zdarma electronic Australian Wide open up atd.  Většina on the web kasin má mobilně přizpůsobené webové stránky, které plně podporují mobilní zařízení h i9000 Androidem we iOS.  Bonusy bez vkladu jsou novým druhem propagace, protože dávají hráčům šanci vyzkoušet kasino, aniž only by předem museli vkládat peníze.</p><h2 id=\"toc-11\">Jacob Cz Casino Joyful Hours: Nejlepší Časy Pro Hraní Some Sort Of Využití Bonusů</h2><p>Průvodce on-line casina vám může dát lepší přehled a herní pochopení, v jakýchkoliv herních situací, kterým budete čelit.  Nejlepší” “on the net casina mají skvělé marketingové týmy, které každý family place sdílejí své promoakce, právě přes sociální média.  Spolu to Baccarat hrami veoma dragon gambling nebo speed Baccarat, můžete také hrát hru Lightning Survive Baccarat\" \"a vyhrávat až 512 násobků vaší sázky.  I navzdory faktu, že sázka bez rizika you mezi lidmi velice oblíbená, ji sázkové kanceláře sixth is clearly v české republiuce nenabízí.  Nejočekávanější fotbalová událost u konečně tady a web site based casino Apollo” “Titles při této příležitosti spustilo freespinovou akci.</p><p>Můžete vidět zběsilou akci živě, bez jakýchkoliv náhodných čísel (RNG), které jsou převážně you živých about typically the earth large net on range online casino your ex lover.  Kombinace webových kamer, RFID” “senzorů some type of digitálního softwaru, herní vývojář Expansion, berou threat, simply no ano sobre jinou, gentle light ale lepší úroveň.  Kombinace webových kamer, RFID senzorů some variety of digitálního softwaru, herní vývojář Progress, berou threat, mhh jinou, alcohol lepší úroveň.  Pro nováčky máme připravené tipy Než začnete hrát, které shrnují první kroky, yak” “hrát v on usually the net casinu.  “Vstupní benefit v over the internet casinu u přímo vypočítáván unces peněz, které aquella vez sixth is v rámci svého vkladu do” “casina převedeš.  V oblasti on-line hazardních her, která je součástí rozlehlé digitální krajiny, stojí v jádru fascinujících kasinových zážitků inovativní vývojáři softwaru.</p><h2 id=\"toc-12\">Asino Cz ️ Internet Casino Guide A Wonderful Automaty Zdarma Large T Bonusem 2024</h2><p>Ty hráčům poskytují výhodu, když testují novou platformu numerous kind concerning sady the woman bez okamžitého rizika vlastních peněz.  Sledujte ity nejvýhodnější on-line in many of the particular web upon the particular web casino bonusy, které jsou dostupné českým hráčům právě teď.  V České republice je provozování about typically typically the web kasin pod přísnými regulacemi, liquor občané mohou legálně využívat zahraniční stránky.</p><p>Většina upon the internet site kasin má mobilně přizpůsobené webové stránky, které plně podporují mobilní zařízení to Androidem we iOS.  Debetní a company new kreditní” “karty, patří mezi nejpopulárnější platební metody certain online internet gambling establishment průmysl.  Prozkoumejte the specific srovnejte stránky českých kasin s i9000 nejmodernějšími filtry the particular vybírejte na základě pevných faktů.  V sázkových kancelářích většinou narazíš em podmínku protočit peníze sixth is usually definitely v minimálním kurzu a empieza stanovenou dobu.</p><h3 id=\"toc-13\">Introducing Generally The Jacob & Company Casino Tourbill</h3><p>Počet protočení se nejčastěji váže ke vstupním bonusům, konkrétně t penězům, které vám casino přičte e prvnímu vkladu.  Průvodce on the internet casina vám může” “dát lepší přehled an entire brand new herní pochopení, sixth is versus jakýchkoliv herních situací,\" \"kterým budete čelit.  Tato předplacená voucherová metoda, pocházející unces Rakouska, eliminuje potřebu sdílet finanční údaje” “přes web.  Ledna 2017 došlo e absolutní změně na herním trhu versus České republice, protože sixth is v platnost vstoupil tzv.  Tato předplacená voucherová metoda, pocházející unces Rakouska, eliminuje potřebu sdílet finanční údaje” “přes internet.  Od hypnotického otáčení válců no ano de výherních automatech až po taktické složitosti stolních generally the” “girl – professional každého you su něco.</p><ul><li>Zde u například tabulka, která odhaluje za jakou výši vkladu lze získat jaký benefit 6th may be versus casinech Tipsport an opportunity. </li><li>Nejlepší” “on the net casina mají skvělé marketingové týmy, které každý household place sdílejí své promoakce, právě přes sociální média. </li><li>Kombinace webových kamer, RFID” “senzorů some sort of digitálního softwaru, herní vývojář Enhancement, berou hazard, ” “mhh jinou, alcohol lepší úroveň. </li><li>Promujeme jen legální česká kasina t i9000 dobrou pověstí, ” “která stojí za to conclusion up being skilled to. </li><li>Většina on the web kasin má mobilně přizpůsobené webové stránky, které plně podporují mobilní zařízení h i9000 Androidem we iOS. </li><li>Dále je populární možnost nižšího vkladu, tedy hraní s menšími prostředky při zachování vysoké šance na výhru. </li></ul><p>Doporučujeme jen kasina, která splňují naše přísné požadavky, jež jsme vyvinuli během mnoha grant používáním naší tajné techniky mostbet.  Pevně dans votre imprévu où stojíme za nezávislostí typically the particular zastáváme objektivitu the new transparentnost v poskytování informací.  Závazek kasina e jeho hráčům lze posoudit podle toho, ” “grunzochse rychle some form of efektivně jeho\" \"tým zákaznické podpory řeší problémy.  Když” “online kasino má silnou mobilní verzi přizpůsobenou pro různá zařízení, mohou hráči hrát své oblíbené hry kdykoli the particular kdekoli chtějí mostbet cz.  Promujeme jen legální česká kasina t i9000 dobrou pověstí, ” “která stojí za to conclusion up becoming skilled to.</p>','Jacob Cz Gambling Establishment Happy Hours: Nejlepší Časy Pro Hraní A Využití Bonusů','','inherit','closed','closed','','377-revision-v1','','','2025-10-12 09:24:33','2025-10-12 02:24:33','',377,'https://lion288slot.com/?p=378',0,'revision','',0),
(379,1,'2025-10-12 14:29:46','2025-10-12 07:29:46','','0727947953nbt0034479719rpeqxuxu.jpg','','inherit','','closed','','0727947953nbt0034479719rpeqxuxu-jpg','','','2025-10-12 14:29:46','2025-10-12 07:29:46','',381,'https://lion288slot.com/wp-content/uploads/2025/10/0727947953nbt0034479719rpeqxuxu.jpg',0,'attachment','image/jpeg',0),
(380,1,'2025-10-12 14:29:48','2025-10-12 07:29:48','','2045698746mnk1316699565tecqiujp.jpg','','inherit','','closed','','2045698746mnk1316699565tecqiujp-jpg','','','2025-10-12 14:29:48','2025-10-12 07:29:48','',381,'https://lion288slot.com/wp-content/uploads/2025/10/2045698746mnk1316699565tecqiujp.jpg',0,'attachment','image/jpeg',0),
(381,1,'2025-09-10 21:28:24','2025-09-10 14:28:24','<p>Интимные услуги в мегаполисах давно перестали быть чем-то необычным, а легализация проституции в некоторых странах открывает новые горизонты для изучения этой сферы. Задумайтесь, кто именно чаще всего обращается к услугам девушек по вызову? У метро Спортивная, одном из наиболее оживленных районов, расположены многочисленные бары, клубы и спортивные учреждения, которые привлекают разнообразные категории клиентов. Эта тема интересна не только тем, кто ищет сопровождение, но и тем, кто хочет понять психологию современных отношений и влить трезвый взгляд на социальные аспекты интимного досуга. В этой статье мы проанализируем, кто именно вызывает девушек по вызову в этом районе, какие мотивы ими руководят и каковы тенденции в этой сфере.</p>\r\n<h2>Демография клиентов: кто заказывает услуги?</h2>\r\n<p>В первую очередь важно рассмотреть демографические характеристики клиентов, обращающихся к услугам проституток у метро Спортивная. Клиенты представляют собой разнообразные слои населения, и среди них можно выделить несколько ключевых групп:</p>\r\n<ul>\r\n<li>Одинокие мужчины</li>\r\n<li>Семейные пары и мужья</li>\r\n<li>Молодежь</li>\r\n<li>Бизнесмены и обеспеченные граждане</li>\r\n<li>Туристы</li>\r\n</ul>\r\n<p>Каждая из этих категорий имеет свои уникальные мотивы обращения к услугам девушек по вызову. Одинокие мужчины чаще всего ищут эмоциональную связь или физическое удовлетворение, в то время как женатые пары могут обращаться за услугами для того, чтобы добавить ярких красок в свою интимную жизнь. Молодежь, в свою очередь, может интересоваться такими услугами из-за любопытства и стремления к новым ощущениям. Бизнесмены и обеспеченные граждане часто используют проституцию как способ снятия стресса, а туристы ищут новых впечатлений во время путешествий.</p>\r\n<h2>Мотивы: что заставляет заказывать девушек?</h2>\r\n<p>Понимание мотивов клиентов — ключ к глубокому пониманию этой специфической сферы. К ним можно отнести следующие:</p>\r\n<h3>Физические потребности</h3>\r\n<p>Часто мужчины обращаются к услугам девушек по вызову, чтобы удовлетворить свои физические желания. В условиях большого города, где время постоянно не хватает, подобный способ может казаться наиболее простым и доступным. </p>\r\n<h3>Эмоциональные аспекты</h3>\r\n<p>Многие клиенты выражают желание не только физических удовольствий, но и эмоциональной связи. Некоторые мужчины могут искать внимание, заботу и понимание, которые они не получают в повседневной жизни.</p>\r\n<h3>Уникальный опыт</h3>\r\n<p>Туристы, приезжающие в город, часто ищут крайние ощущения и необычные впечатления. Проституция в этом контексте воспринимается как часть культурного опыта города и возможность увидеть его с другой стороны.</p>\r\n<h3>Секретность и анонимность</h3>\r\n<p>Многие клиенты ценят анонимность, которую предоставляет проституция. Процесс заказа девушек по вызову зачастую происходит в условиях полной конфиденциальности, что особенно важно для людей с высоким социальным статусом.</p>\r\n<h2>Эволюция интимных услуг: как изменяются предпочтения клиентов?</h2>\r\n<p>С развитием технологий и изменением общественных норм, предпочтения клиентов меняются. Все больше людей обращаются к интернет-платформам для поиска интимных услуг. Приложения и специализированные сайты предлагают более удобный способ связаться с девушками, чем когда-либо прежде.</p>\r\n<h3>Технологический прогресс</h3>\r\n<p>С помощью различных приложений и сайтов клиенты могут просматривать профили девушек, изучать отзывы и выбирать наиболее отвечающие их предпочтениям варианты. Это значительно упрощает процесс выбора и заказа услуг.</p>\r\n<h3>Качество услуг</h3>\r\n<p>С увеличением конкуренции на рынке интимных услуг, требования клиентов также повышаются. Все большее внимание уделяется качеству обслуживания, внешнему виду и профессионализму работников этой сферы. </p>\r\n<h3>Симптомы благополучия или стресса?</h3>\r\n<p>Интересно, что предпочтения клиентов-панелей вместе с ростом уровня жизни и экономического благосостояния также претерпевают изменения. Например, в кризисные времена мужчины склонны искать менее дорогие, но качественные услуги, но с ростом дохода они начинают больше ценить не только качество, но и эксклюзивность.</p>\r\n<h2>Психология выбора: почему именно девушки по вызову?</h2>\r\n<p>Психология выбора клиента зачастую сложна и многогранна. Существует множество факторов, которые определяют, почему клиенты выбирают именно девушек по вызову, а не традиционные способы знакомства или отношения. </p>\r\n<h3>Страх перед отказом</h3>\r\n<p>Для многих мужчин заказывать услуги проституток — это способ избежать страха отказа. Официальные свидания могут быть стрессовыми и опасными, а услуги по вызову предоставляют более безопасную и предсказуемую альтернативу. </p>\r\n<h3>Утверждение о власти</h3>\r\n<p>Для некоторых клиентов это проявление власти и контроля. Платя за услуги, они получают возможность управлять ситуацией, что может быть важно для людей, находящихся в подавляющих условиях работы или личной жизни.</p>\r\n<h3>Интимность без обязательств</h3>\r\n<p>Многие мужчины ищут интимных связей без связей и обязательств. Проститутки могут олицетворять свободные отношения, которые многие считают более привлекательными, чем традиционные. </p>\r\n<h2>Клиенты и девушки: взаимодействие как искусство</h2>\r\n<p>Сложные отношения между клиентами и девушками по вызову формируют уникальную динамику. Взаимодействие на первых этапах заказа часто строится на недоверии и стереотипах, но по мере общения могут возникнуть совершенно другие настроения.</p>\r\n<h3>Стереотипы</h3>\r\n<p>Кроме того, обе стороны часто сталкиваются с собственными стереотипами. Мужчины могут считать девушек по вызову \"просто товарами\", тогда как девушки могут воспринимать клиентов как \"бедных неудачников\". Эти стереотипы могут влиять на качество обслуживания и взаимопонимание.</p>\r\n<h3>Искренность и доверие</h3>\r\n<p>С течением времени в процессе выполнения услуг может возникнуть определенное доверие и искренность. Часто девушки становятся \"психологами\" для своих клиентов, о чем свидетельствует большой объем откровенных разговоров.</p>\r\n<h2>Этика и социальные аспекты: почему стоит обсуждать?</h2>\r\n<p>Невозможно избежать этических вопросов, связанных с проституцией. Легализация данной сферы не лишает ее актуальности в социальной дискуссии. </p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/0727947953nbt0034479719rpeqxuxu.jpg\" width=\"450\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><h3>Правила и безопасность</h3>\r\n<p>На сегодняшний день существует множество правил и стандартов, касающихся безопасности и здоровья как клиентов, так и девушек. Обсуждение этики легализации проституции необходимо для снижения рисков и повышения качества отношений.</p>\r\n<h3>Социальные стереотипы</h3>\r\n<p>Несмотря на рост легализации и принятия этой области, многие клиенты все еще сталкиваются со стигматизацией. Обсуждение отношений к проституции и работа с предрассудками важно в направлении создания более открытого и понимательного общества.</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/2045698746mnk1316699565tecqiujp.jpg\" width=\"454\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><h3>Будущее индустрии</h3>\r\n<p>Не стоит забывать о том, что будущее этой области также <a href=\"https://lobnya-neb.ru/go_away/\">https://lobnya-neb.ru/go_away/</a> зависит от изменений в обществе и законодательства. Изменения в восприятии данной сферы могут привести как к позитивным изменениям, так и создать новые проблемы. </p>\r\n<h2>Поиск идеального варианта: как выбрать девушку по вызову</h2>\r\n<p>Если вы решили попробовать воспользоваться услугами девушек по вызову, стоит помнить о нескольких важных аспектах, которые помогут вам выбрать \"правильный\" вариант.</p>\r\n<ul>\r\n<li>Изучите отзывы и рейтинги</li>\r\n<li>Обратите внимание на внешность и состояние</li>\r\n<li>Определите свои ожидания и желания</li>\r\n<li>Поинтересуйтесь дополнительными услугами</li>\r\n<li>Задайте вопросы перед встречей</li>\r\n</ul>\r\n<p>Каждый из этих аспектов будет способствовать тому, что ваш опыт станет максимально удовлетворительным и безопасным.</p>\r\n<p>Тема интимного досуга и проституции требует осознанного подхода, и понимание клиентов, их мотивации и потребностей поможет улучшить качество услуг и взаимодействия в этой сфере. Мы надеемся, что эта статья позволит лучше понять, кто чаще вызывает девушек по вызову у метро Спортивная, и какие факторы определяют этот выбор.</p>','Кто чаще вызывает девушек по вызову у метро Спортивная: интригующие факты интимной жизни города','','publish','closed','','','kto-chashhe-vyzyvaet-devushek-po-vyzovu-u-metro','','','2025-10-12 14:29:50','2025-10-12 07:29:50','',0,'https://lion288slot.com/?p=381',0,'post','',0),
(382,1,'2025-10-12 14:29:50','2025-10-12 07:29:50','<p>Интимные услуги в мегаполисах давно перестали быть чем-то необычным, а легализация проституции в некоторых странах открывает новые горизонты для изучения этой сферы. Задумайтесь, кто именно чаще всего обращается к услугам девушек по вызову? У метро Спортивная, одном из наиболее оживленных районов, расположены многочисленные бары, клубы и спортивные учреждения, которые привлекают разнообразные категории клиентов. Эта тема интересна не только тем, кто ищет сопровождение, но и тем, кто хочет понять психологию современных отношений и влить трезвый взгляд на социальные аспекты интимного досуга. В этой статье мы проанализируем, кто именно вызывает девушек по вызову в этом районе, какие мотивы ими руководят и каковы тенденции в этой сфере.</p>\r\n<h2>Демография клиентов: кто заказывает услуги?</h2>\r\n<p>В первую очередь важно рассмотреть демографические характеристики клиентов, обращающихся к услугам проституток у метро Спортивная. Клиенты представляют собой разнообразные слои населения, и среди них можно выделить несколько ключевых групп:</p>\r\n<ul>\r\n<li>Одинокие мужчины</li>\r\n<li>Семейные пары и мужья</li>\r\n<li>Молодежь</li>\r\n<li>Бизнесмены и обеспеченные граждане</li>\r\n<li>Туристы</li>\r\n</ul>\r\n<p>Каждая из этих категорий имеет свои уникальные мотивы обращения к услугам девушек по вызову. Одинокие мужчины чаще всего ищут эмоциональную связь или физическое удовлетворение, в то время как женатые пары могут обращаться за услугами для того, чтобы добавить ярких красок в свою интимную жизнь. Молодежь, в свою очередь, может интересоваться такими услугами из-за любопытства и стремления к новым ощущениям. Бизнесмены и обеспеченные граждане часто используют проституцию как способ снятия стресса, а туристы ищут новых впечатлений во время путешествий.</p>\r\n<h2>Мотивы: что заставляет заказывать девушек?</h2>\r\n<p>Понимание мотивов клиентов — ключ к глубокому пониманию этой специфической сферы. К ним можно отнести следующие:</p>\r\n<h3>Физические потребности</h3>\r\n<p>Часто мужчины обращаются к услугам девушек по вызову, чтобы удовлетворить свои физические желания. В условиях большого города, где время постоянно не хватает, подобный способ может казаться наиболее простым и доступным. </p>\r\n<h3>Эмоциональные аспекты</h3>\r\n<p>Многие клиенты выражают желание не только физических удовольствий, но и эмоциональной связи. Некоторые мужчины могут искать внимание, заботу и понимание, которые они не получают в повседневной жизни.</p>\r\n<h3>Уникальный опыт</h3>\r\n<p>Туристы, приезжающие в город, часто ищут крайние ощущения и необычные впечатления. Проституция в этом контексте воспринимается как часть культурного опыта города и возможность увидеть его с другой стороны.</p>\r\n<h3>Секретность и анонимность</h3>\r\n<p>Многие клиенты ценят анонимность, которую предоставляет проституция. Процесс заказа девушек по вызову зачастую происходит в условиях полной конфиденциальности, что особенно важно для людей с высоким социальным статусом.</p>\r\n<h2>Эволюция интимных услуг: как изменяются предпочтения клиентов?</h2>\r\n<p>С развитием технологий и изменением общественных норм, предпочтения клиентов меняются. Все больше людей обращаются к интернет-платформам для поиска интимных услуг. Приложения и специализированные сайты предлагают более удобный способ связаться с девушками, чем когда-либо прежде.</p>\r\n<h3>Технологический прогресс</h3>\r\n<p>С помощью различных приложений и сайтов клиенты могут просматривать профили девушек, изучать отзывы и выбирать наиболее отвечающие их предпочтениям варианты. Это значительно упрощает процесс выбора и заказа услуг.</p>\r\n<h3>Качество услуг</h3>\r\n<p>С увеличением конкуренции на рынке интимных услуг, требования клиентов также повышаются. Все большее внимание уделяется качеству обслуживания, внешнему виду и профессионализму работников этой сферы. </p>\r\n<h3>Симптомы благополучия или стресса?</h3>\r\n<p>Интересно, что предпочтения клиентов-панелей вместе с ростом уровня жизни и экономического благосостояния также претерпевают изменения. Например, в кризисные времена мужчины склонны искать менее дорогие, но качественные услуги, но с ростом дохода они начинают больше ценить не только качество, но и эксклюзивность.</p>\r\n<h2>Психология выбора: почему именно девушки по вызову?</h2>\r\n<p>Психология выбора клиента зачастую сложна и многогранна. Существует множество факторов, которые определяют, почему клиенты выбирают именно девушек по вызову, а не традиционные способы знакомства или отношения. </p>\r\n<h3>Страх перед отказом</h3>\r\n<p>Для многих мужчин заказывать услуги проституток — это способ избежать страха отказа. Официальные свидания могут быть стрессовыми и опасными, а услуги по вызову предоставляют более безопасную и предсказуемую альтернативу. </p>\r\n<h3>Утверждение о власти</h3>\r\n<p>Для некоторых клиентов это проявление власти и контроля. Платя за услуги, они получают возможность управлять ситуацией, что может быть важно для людей, находящихся в подавляющих условиях работы или личной жизни.</p>\r\n<h3>Интимность без обязательств</h3>\r\n<p>Многие мужчины ищут интимных связей без связей и обязательств. Проститутки могут олицетворять свободные отношения, которые многие считают более привлекательными, чем традиционные. </p>\r\n<h2>Клиенты и девушки: взаимодействие как искусство</h2>\r\n<p>Сложные отношения между клиентами и девушками по вызову формируют уникальную динамику. Взаимодействие на первых этапах заказа часто строится на недоверии и стереотипах, но по мере общения могут возникнуть совершенно другие настроения.</p>\r\n<h3>Стереотипы</h3>\r\n<p>Кроме того, обе стороны часто сталкиваются с собственными стереотипами. Мужчины могут считать девушек по вызову \"просто товарами\", тогда как девушки могут воспринимать клиентов как \"бедных неудачников\". Эти стереотипы могут влиять на качество обслуживания и взаимопонимание.</p>\r\n<h3>Искренность и доверие</h3>\r\n<p>С течением времени в процессе выполнения услуг может возникнуть определенное доверие и искренность. Часто девушки становятся \"психологами\" для своих клиентов, о чем свидетельствует большой объем откровенных разговоров.</p>\r\n<h2>Этика и социальные аспекты: почему стоит обсуждать?</h2>\r\n<p>Невозможно избежать этических вопросов, связанных с проституцией. Легализация данной сферы не лишает ее актуальности в социальной дискуссии. </p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/0727947953nbt0034479719rpeqxuxu.jpg\" width=\"450\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><h3>Правила и безопасность</h3>\r\n<p>На сегодняшний день существует множество правил и стандартов, касающихся безопасности и здоровья как клиентов, так и девушек. Обсуждение этики легализации проституции необходимо для снижения рисков и повышения качества отношений.</p>\r\n<h3>Социальные стереотипы</h3>\r\n<p>Несмотря на рост легализации и принятия этой области, многие клиенты все еще сталкиваются со стигматизацией. Обсуждение отношений к проституции и работа с предрассудками важно в направлении создания более открытого и понимательного общества.</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/2045698746mnk1316699565tecqiujp.jpg\" width=\"454\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><h3>Будущее индустрии</h3>\r\n<p>Не стоит забывать о том, что будущее этой области также <a href=\"https://lobnya-neb.ru/go_away/\">https://lobnya-neb.ru/go_away/</a> зависит от изменений в обществе и законодательства. Изменения в восприятии данной сферы могут привести как к позитивным изменениям, так и создать новые проблемы. </p>\r\n<h2>Поиск идеального варианта: как выбрать девушку по вызову</h2>\r\n<p>Если вы решили попробовать воспользоваться услугами девушек по вызову, стоит помнить о нескольких важных аспектах, которые помогут вам выбрать \"правильный\" вариант.</p>\r\n<ul>\r\n<li>Изучите отзывы и рейтинги</li>\r\n<li>Обратите внимание на внешность и состояние</li>\r\n<li>Определите свои ожидания и желания</li>\r\n<li>Поинтересуйтесь дополнительными услугами</li>\r\n<li>Задайте вопросы перед встречей</li>\r\n</ul>\r\n<p>Каждый из этих аспектов будет способствовать тому, что ваш опыт станет максимально удовлетворительным и безопасным.</p>\r\n<p>Тема интимного досуга и проституции требует осознанного подхода, и понимание клиентов, их мотивации и потребностей поможет улучшить качество услуг и взаимодействия в этой сфере. Мы надеемся, что эта статья позволит лучше понять, кто чаще вызывает девушек по вызову у метро Спортивная, и какие факторы определяют этот выбор.</p>','Кто чаще вызывает девушек по вызову у метро Спортивная: интригующие факты интимной жизни города','','inherit','closed','closed','','381-revision-v1','','','2025-10-12 14:29:50','2025-10-12 07:29:50','',381,'https://lion288slot.com/?p=382',0,'revision','',0),
(383,1,'2025-10-12 14:29:54','2025-10-12 07:29:54','','0189582898igk1953544275ntyejrwu.jpg','','inherit','','closed','','0189582898igk1953544275ntyejrwu-jpg','','','2025-10-12 14:29:54','2025-10-12 07:29:54','',384,'https://lion288slot.com/wp-content/uploads/2025/10/0189582898igk1953544275ntyejrwu.jpg',0,'attachment','image/jpeg',0),
(384,1,'2025-08-03 22:35:42','2025-08-03 15:35:42','<p>Существуют ли границы в интимных взаимоотношениях? Какое место занимают куртизанки в мире измен—в мире, где правила игры кажутся предсказуемыми, но на самом деле куда более сложными и многозначными? Если мы посмотрим на современное общество глазами куртизанок, мы сможем заглянуть в мир, где измена воспринимается не как моральная дилемма, а скорее как аспект человеческой природы. Эта тема открывает перед нами не только психологические и социальные аспекты, но и поможет понять, почему женатые мужчины обращаются к услугам куртизанок. Читая эту статью, вы получите уникальный взгляд на жизнь куртизанок и их восприятие измен, а также почему это явление составляет важную часть интимного досуга.</p>\r\n<h2>Психология измен: почему женатые мужчины ищут куртизанок?</h2>\r\n<p>Измены — это сложное явление, которое по своей сути связано с множеством факторов. Психологи утверждают, что измены могут возникать как следствие неудовлетворенности в отношениях, поиска новых чувств и даже стремления к адреналину. Для многие женатые мужчины обращение к куртизанке становится не столько физическим, сколько эмоциональным потребностью.</p>\r\n<p>Одной из ключевых психологических причин является недостаток внимания со стороны партнерши. Женатые мужчины могут чувствовать себя изолированными и недооцененными, что и приводит их к поиску стороннего тепла. Они могут подыскать куртизанку не только ради физического удовольствия, но и для получения эмоционального комфорта. Куртизанки часто становятся своего рода «слушателями», которых не хватает в обычной жизни. Они могут предложить не только сексуальные услуги, но и понимание, внимание и ласку, что приводит к формированию эмоциональной зависимости.</p>\r\n<p>Важно отметить, что куртизанки не все одинаковы; у каждой из них свое видение отношений с клиентами. Некоторые воспринимают женатых мужчин как «приключение», другие — как «клиентов», а третьи могут видеть в этом ситуацию, вызывающую сострадание. Разница в восприятии часто зависит от личных убеждений каждой куртизанки.</p>\r\n<h3>Социальные нормы и куртизанки: ловушка двойных стандартов</h3>\r\n<p>Общество часто осуждает измены, но одновременно и пугает открытостью к интимной жизни. Это создает двойные стандарты, в которых куртизанки и их клиенты существуют. Женатые мужчины могут испытывать чувство вины, но при этом общество не всегда осуждает их действия, особенно когда куртизанки рассматриваются как профессионалы. С одной стороны, женатый мужчина может почувствовать себя виноватым, однако с другой стороны, у куртизанок есть свой взгляд на эти отношения.</p>\r\n<p>Несмотря на осуждение, многие мужчины обращаются к куртизанкам, просто чтобы вырваться из рутины, даже если это было против их моральных принципов. В таких ситуациях куртизанки становятся не только предоставителями услуг, но и своеобразными «секретными партнерами», которые позволяют клиентам вести двойную жизнь.</p>\r\n<p>Любопытно, что некоторые куртизанки не просто предлагают свои услуги, но и оказывают поддержку мужчинам в их эмоциональных кризисах. Это своего рода терапия, где они могут открываться и обсуждать свои внутренние конфликты.</p>\r\n<h2>Отношение куртизанок к своим клиентам: работа или отношения?</h2>\r\n<p>Куртизанки могут иметь весьма разные взгляды на свои отношения с клиентами. В зависимости от их линии поведения и своего жизненного опыта, каждая из них может по-разному воспринимать женатых мужчин.</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/0189582898igk1953544275ntyejrwu.jpg\" width=\"400\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><h3>Разделение личного и профессионального</h3>\r\n<p>Многие куртизанки понимают, что их работа — это бизнес, вложение своего времени и усилий в заработок. Такой подход может помочь избежать эмоциональных привязанностей, что позволяет им функционировать в рамках строгих границ. В таких случаях куртизанки видят женатых мужчин как клиентов, где границы четко обозначены: платишь — получаешь услугу, без лишних вопросов. Это помогает сохранить профессионализм и не впадать в зависимость от клиента.</p>\r\n<h3>Эмоциональная связь</h3>\r\n<p>С другой стороны, у некоторых куртизанок могут возникать чувства привязанности к своим клиентам, особенно если они понимают их эмоциональные страдания. Это создает парадоксальную ситуацию, в которой куртизанка может испытывать <a href=\"https://individualkizhulebino-yes.info/bdsm/\">https://individualkizhulebino-yes.info/bdsm/</a> доброту и сострадание к своему клиенту, даже если последний не свободен от брака. В таких случаях они могут предоставлять не только физические удовольствия, но и во многом выступать в роли эмоциональной поддержки.</p>\r\n<h2>Мифы и реальность: куртизанки в восприятии общества</h2>\r\n<p>Куртизанки часто подвергаются негативному восприятию в обществе, сложившему стереотип о том, что они аморальны и бездушны. В реальности же куртизанки могут быть довольно многогранными личностями, каждая со своей историей, мечтами и целями. Разумное взгляды на их профессию может помочь избавиться от многих мифов и предвзятостей.</p>\r\n<h3>Стереотипы о куртизанках</h3>\r\n<p>Многие считают куртизанокдоступными только для клиентов, которые могут заплатить. Однако, как показывает практика, среди куртизанок есть много высокообразованных женщин, которые выбрали этот путь не потому, что не могли найти иное применение своей жизни, а по причинам, связанным с экономической необходимостью или желанием свободы.</p>\r\n<h3>Куртизанки и мораль: личные принципы</h3>\r\n<p>Некоторые куртизанки имеют свои четкие моральные принципы, что также накладывает отпечаток на их работу с женатыми мужчинами. Они могут рассматривать своих клиентов как возможный источник взаимопонимания, а не просто как объект для получения дохода. Это становится актуально, когда они понимают, что каждое взаимодействие — это нечто большее, чем просто коммерческая сделка.</p>\r\n<h2>Преимущества и недостатки: что куртизанки получают от своих клиентов?</h2>\r\n<p>Как и в любой профессии, работа с клиентами имеет свои плюсы и минусы. Для куртизанок это может быть как успешный бизнес, так и источник эмоционального стресса. Понимание того, что они могут получить, позволяет взглянуть на отношение к женатым мужчинам под другим углом.</p>\r\n<h3>Преимущества</h3>\r\n<p>1. Финансовая независимость: Многие куртизанки выбирают свою профессию именно ради финансовой свободы. Отношения с женатыми клиентами могут обеспечить стабильный доход и уверенность в будущем.</p>\r\n<p>2. Эмоциональный контакт: Работа с клиентами может стать не только работой, но и чем-то большим, что наполняет жизнь смыслом.</p>\r\n<p>3. Открытые возможности: Куртизанки часто имеют возможность знакомиться с разнообразными людьми и расширять свои социальные связи.</p>\r\n<h3>Недостатки</h3>\r\n<p>1. Стресс и давление: Эмоциональная нагрузка связана с необходимостью поддерживать дистанцию и разграничивать личное и профессиональное. Это не всегда легко, особенно если возникают чувства.</p>\r\n<p>2. Социальные предрассудки: Куртизанки могут сталкиваться с негативным восприятием со стороны общества, что влияет на их психоэмоциональное состояние.</p>\r\n<p>3. Риски интимных отношений: Работа с женатыми мужчинами может нести в себе риски, связанные с возможностью возникновения конфликтов и непонимания.</p>\r\n<h2>Женатые клиенты и куртизанки: этические вопросы и границы</h2>\r\n<p>Обсуждая тему измен и куртизанок, нельзя обойти стороной вопросы этики и границ. Взаимоотношения между куртизанками и женатыми клиентами поднимают множество важных вопросов, касающихся моральных норм и личной ответственности.</p>\r\n<h3>Построение границ</h3>\r\n<p>Стремление установить четкие границы играет ключевую роль в отношениях между куртизанками и их клиентами. Для куртизанок важно быть уверенными в том, что они не становятся жертвами манипуляций или эмоциональных привязанностей.</p>\r\n<h3>Ответственность и этика</h3>\r\n<p>Финансовый интерес не должен превращаться в моральное разложение. Как куртизанки, так и их клиенты должны осознавать свои обязательства и риски. Важно понимать, что каждая сторона несет ответственность за свои действия и их последствия.</p>\r\n<p>Обсуждая измены и куртизанок, мы открываем целый массив социальных и психологических дилемм, которые актуализируют понятия морали, человеческих отношений и самопознания. Изучая эту тему, мы можем найти ответы на свои собственные вопросы о любви, привязанности и том, как мы воспринимаем взаимные отношения в контексте нашего общества.</p>','Куртизанки и измены: как они воспринимают женатых клиентов?','','publish','closed','','','kurtizanki-i-izmeny-kak-oni-vosprinimajut-zhenatyh','','','2025-10-12 14:29:56','2025-10-12 07:29:56','',0,'https://lion288slot.com/?p=384',0,'post','',0),
(385,1,'2025-10-12 14:29:56','2025-10-12 07:29:56','<p>Существуют ли границы в интимных взаимоотношениях? Какое место занимают куртизанки в мире измен—в мире, где правила игры кажутся предсказуемыми, но на самом деле куда более сложными и многозначными? Если мы посмотрим на современное общество глазами куртизанок, мы сможем заглянуть в мир, где измена воспринимается не как моральная дилемма, а скорее как аспект человеческой природы. Эта тема открывает перед нами не только психологические и социальные аспекты, но и поможет понять, почему женатые мужчины обращаются к услугам куртизанок. Читая эту статью, вы получите уникальный взгляд на жизнь куртизанок и их восприятие измен, а также почему это явление составляет важную часть интимного досуга.</p>\r\n<h2>Психология измен: почему женатые мужчины ищут куртизанок?</h2>\r\n<p>Измены — это сложное явление, которое по своей сути связано с множеством факторов. Психологи утверждают, что измены могут возникать как следствие неудовлетворенности в отношениях, поиска новых чувств и даже стремления к адреналину. Для многие женатые мужчины обращение к куртизанке становится не столько физическим, сколько эмоциональным потребностью.</p>\r\n<p>Одной из ключевых психологических причин является недостаток внимания со стороны партнерши. Женатые мужчины могут чувствовать себя изолированными и недооцененными, что и приводит их к поиску стороннего тепла. Они могут подыскать куртизанку не только ради физического удовольствия, но и для получения эмоционального комфорта. Куртизанки часто становятся своего рода «слушателями», которых не хватает в обычной жизни. Они могут предложить не только сексуальные услуги, но и понимание, внимание и ласку, что приводит к формированию эмоциональной зависимости.</p>\r\n<p>Важно отметить, что куртизанки не все одинаковы; у каждой из них свое видение отношений с клиентами. Некоторые воспринимают женатых мужчин как «приключение», другие — как «клиентов», а третьи могут видеть в этом ситуацию, вызывающую сострадание. Разница в восприятии часто зависит от личных убеждений каждой куртизанки.</p>\r\n<h3>Социальные нормы и куртизанки: ловушка двойных стандартов</h3>\r\n<p>Общество часто осуждает измены, но одновременно и пугает открытостью к интимной жизни. Это создает двойные стандарты, в которых куртизанки и их клиенты существуют. Женатые мужчины могут испытывать чувство вины, но при этом общество не всегда осуждает их действия, особенно когда куртизанки рассматриваются как профессионалы. С одной стороны, женатый мужчина может почувствовать себя виноватым, однако с другой стороны, у куртизанок есть свой взгляд на эти отношения.</p>\r\n<p>Несмотря на осуждение, многие мужчины обращаются к куртизанкам, просто чтобы вырваться из рутины, даже если это было против их моральных принципов. В таких ситуациях куртизанки становятся не только предоставителями услуг, но и своеобразными «секретными партнерами», которые позволяют клиентам вести двойную жизнь.</p>\r\n<p>Любопытно, что некоторые куртизанки не просто предлагают свои услуги, но и оказывают поддержку мужчинам в их эмоциональных кризисах. Это своего рода терапия, где они могут открываться и обсуждать свои внутренние конфликты.</p>\r\n<h2>Отношение куртизанок к своим клиентам: работа или отношения?</h2>\r\n<p>Куртизанки могут иметь весьма разные взгляды на свои отношения с клиентами. В зависимости от их линии поведения и своего жизненного опыта, каждая из них может по-разному воспринимать женатых мужчин.</p>\r\n<div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/0189582898igk1953544275ntyejrwu.jpg\" width=\"400\" height=\"600\" alt=\"\" title=\"\" style=\"margin:5px;\" /></div><h3>Разделение личного и профессионального</h3>\r\n<p>Многие куртизанки понимают, что их работа — это бизнес, вложение своего времени и усилий в заработок. Такой подход может помочь избежать эмоциональных привязанностей, что позволяет им функционировать в рамках строгих границ. В таких случаях куртизанки видят женатых мужчин как клиентов, где границы четко обозначены: платишь — получаешь услугу, без лишних вопросов. Это помогает сохранить профессионализм и не впадать в зависимость от клиента.</p>\r\n<h3>Эмоциональная связь</h3>\r\n<p>С другой стороны, у некоторых куртизанок могут возникать чувства привязанности к своим клиентам, особенно если они понимают их эмоциональные страдания. Это создает парадоксальную ситуацию, в которой куртизанка может испытывать <a href=\"https://individualkizhulebino-yes.info/bdsm/\">https://individualkizhulebino-yes.info/bdsm/</a> доброту и сострадание к своему клиенту, даже если последний не свободен от брака. В таких случаях они могут предоставлять не только физические удовольствия, но и во многом выступать в роли эмоциональной поддержки.</p>\r\n<h2>Мифы и реальность: куртизанки в восприятии общества</h2>\r\n<p>Куртизанки часто подвергаются негативному восприятию в обществе, сложившему стереотип о том, что они аморальны и бездушны. В реальности же куртизанки могут быть довольно многогранными личностями, каждая со своей историей, мечтами и целями. Разумное взгляды на их профессию может помочь избавиться от многих мифов и предвзятостей.</p>\r\n<h3>Стереотипы о куртизанках</h3>\r\n<p>Многие считают куртизанокдоступными только для клиентов, которые могут заплатить. Однако, как показывает практика, среди куртизанок есть много высокообразованных женщин, которые выбрали этот путь не потому, что не могли найти иное применение своей жизни, а по причинам, связанным с экономической необходимостью или желанием свободы.</p>\r\n<h3>Куртизанки и мораль: личные принципы</h3>\r\n<p>Некоторые куртизанки имеют свои четкие моральные принципы, что также накладывает отпечаток на их работу с женатыми мужчинами. Они могут рассматривать своих клиентов как возможный источник взаимопонимания, а не просто как объект для получения дохода. Это становится актуально, когда они понимают, что каждое взаимодействие — это нечто большее, чем просто коммерческая сделка.</p>\r\n<h2>Преимущества и недостатки: что куртизанки получают от своих клиентов?</h2>\r\n<p>Как и в любой профессии, работа с клиентами имеет свои плюсы и минусы. Для куртизанок это может быть как успешный бизнес, так и источник эмоционального стресса. Понимание того, что они могут получить, позволяет взглянуть на отношение к женатым мужчинам под другим углом.</p>\r\n<h3>Преимущества</h3>\r\n<p>1. Финансовая независимость: Многие куртизанки выбирают свою профессию именно ради финансовой свободы. Отношения с женатыми клиентами могут обеспечить стабильный доход и уверенность в будущем.</p>\r\n<p>2. Эмоциональный контакт: Работа с клиентами может стать не только работой, но и чем-то большим, что наполняет жизнь смыслом.</p>\r\n<p>3. Открытые возможности: Куртизанки часто имеют возможность знакомиться с разнообразными людьми и расширять свои социальные связи.</p>\r\n<h3>Недостатки</h3>\r\n<p>1. Стресс и давление: Эмоциональная нагрузка связана с необходимостью поддерживать дистанцию и разграничивать личное и профессиональное. Это не всегда легко, особенно если возникают чувства.</p>\r\n<p>2. Социальные предрассудки: Куртизанки могут сталкиваться с негативным восприятием со стороны общества, что влияет на их психоэмоциональное состояние.</p>\r\n<p>3. Риски интимных отношений: Работа с женатыми мужчинами может нести в себе риски, связанные с возможностью возникновения конфликтов и непонимания.</p>\r\n<h2>Женатые клиенты и куртизанки: этические вопросы и границы</h2>\r\n<p>Обсуждая тему измен и куртизанок, нельзя обойти стороной вопросы этики и границ. Взаимоотношения между куртизанками и женатыми клиентами поднимают множество важных вопросов, касающихся моральных норм и личной ответственности.</p>\r\n<h3>Построение границ</h3>\r\n<p>Стремление установить четкие границы играет ключевую роль в отношениях между куртизанками и их клиентами. Для куртизанок важно быть уверенными в том, что они не становятся жертвами манипуляций или эмоциональных привязанностей.</p>\r\n<h3>Ответственность и этика</h3>\r\n<p>Финансовый интерес не должен превращаться в моральное разложение. Как куртизанки, так и их клиенты должны осознавать свои обязательства и риски. Важно понимать, что каждая сторона несет ответственность за свои действия и их последствия.</p>\r\n<p>Обсуждая измены и куртизанок, мы открываем целый массив социальных и психологических дилемм, которые актуализируют понятия морали, человеческих отношений и самопознания. Изучая эту тему, мы можем найти ответы на свои собственные вопросы о любви, привязанности и том, как мы воспринимаем взаимные отношения в контексте нашего общества.</p>','Куртизанки и измены: как они воспринимают женатых клиентов?','','inherit','closed','closed','','384-revision-v1','','','2025-10-12 14:29:56','2025-10-12 07:29:56','',384,'https://lion288slot.com/?p=385',0,'revision','',0),
(386,1,'2025-10-12 14:30:00','2025-10-12 07:30:00','','1587204241gvu1670631628klavbmtx.jpg','','inherit','','closed','','1587204241gvu1670631628klavbmtx-jpg','','','2025-10-12 14:30:00','2025-10-12 07:30:00','',387,'https://lion288slot.com/wp-content/uploads/2025/10/1587204241gvu1670631628klavbmtx.jpg',0,'attachment','image/jpeg',0),
(387,1,'2025-08-20 18:50:48','2025-08-20 11:50:48','<p>Каждый из нас сталкивался с желанием испытать нечто необычное и запоминающееся в своей жизни. Современные реалии позволяют исследовать широкий спектр интимных удовольствий, и именно сексуальные альянсы в непривычных местах становятся настоящими трендами. Так, что же может быть увлекательнее, чем провести время с яркой, загадочной «ночной бабочкой» в крытой зоне аквапарка? Этот необычный сценарий, на первый взгляд, может показаться совершенно недостижимым, но обдумав все аспекты, мы сможем увидеть, насколько это возможно и как организовать подобные приключения. В данной статье мы детально разберем, как такие интимные моменты могут сочетаться с атмосферой аквапарка, на что обратить внимание и как избежать неприятных ситуаций.</p>\r\n<h2>Досуг в аквапарке: рай для любителей острых впечатлений</h2>\r\n<p>Аквапарки всегда были местом, где радость и развлечения соприкасаются с игривостью. Здесь можно испытать восхищающую адреналиновую лихорадку, наслаждаясь водными горками или расслабляясь в джакузи. Идея провести там время с сексуальным партнером может показаться провокационной, но именно в этом кроется уникальность данных пространств. Влажный воздух, усиливающий чувства, различные ароматные масла и обилие воды могут создать интимную атмосферу, в которой каждая секунда становится невыносимо сладкой.</p>\r\n<p>Одним из интересных аспектов аквапарков является их многообразие. В зависимости от концепции заведения, здесь можно найти такие зоны, как «Морская приключенческая» или «Тропический оазис», которые создают определенный контекст для интимных встреч. Но как осуществить такое сюрреалистичное переживание?</p>\r\n<h2>Правовые аспекты: легальность, безопасность и этика</h2>\r\n<p>Перед тем как углубиться в вопрос организации интимных встреч в аквапарке, важно рассмотреть правовые и этические аспекты этого вопроса. Во many странах секс-работа и подобные взаимодействия легализованы и охраняются законом, что позволяет оградить интимные отношения от суеты правовых проблем.</p>\r\n<p>Однако законность не всегда подразумевает легкость в процессе. Необходимость уважать личное пространство других посетителей и следовать правилам заведения становится первоочередной задачей. Каждый аквапарк имеет свои правила, и игнорирование их может привести к неприятным последствиям.</p>\r\n<p>Прежде всего, убедитесь, что вся ваша активность находится в рамках консенсуального и безопасного взаимодействия. Это значит, что все стороны должны осознавать и поддерживать этические границы, а также соблюдать правовые нормы.</p>\r\n<h2>Атмосфера наслаждения: как создать правильный настрой</h2>\r\n<p>Правильная атмосфера – это одна из ключевых составляющих успешного интимного взаимодействия. В аквапарке важно учитывать множество факторов: направление звука, глубину воды и даже температуру. Идеальным выбором будет время, когда поток посетителей минимален, например, в будние дни или в утренние часы. </p>\r\n<p>Различные зоны аквапарка могут создать различные уровни уединения и конфиденциальности. Например, спрятанные уголки освежающего бассейна или теплая зона отдыха могут служить отличными местами для развязывания стеснительных взаимодействий. Кроме того, использование шезлонгов, кабинок для переодевания и душевых может помочь создать ауру интимности.</p>\r\n<p>Но в любой интимной ситуации особенно важно помнить про безопасность. Использование средств защиты и общение с партнером на темы согласия становятся основой здоровых интимных отношений. Осознанный подход к сексу может повысить качество взаимодействия и сделать его более глубинным.</p>\r\n<h2>Ночные бабочки: как выбрать идеальную спутницу для приключения</h2>\r\n<p>Выбор партнера для таких теплых встреч не должен быть легкомысленным делом. Наличие необходимого опыта, согласие и готовность обеих сторон к экспериментам играют ключевую роль в успешном проведении времени. Такие «ночные бабочки» часто обладают знаниями и умениями, которые могут сделать момент поистине незабываемым. </p>\r\n<p>Как же выбрать ту самую, что сможет дополнить ваше переживание? Во-первых, обратите внимание на внешний вид. Яркие цвета, привлекательность и уверенность в себе могут сделать ваш выбор более осознанным. Но внутреннее состояние партнера не менее важно – высокие уровни комфорта и доверия позволяют создать поистине уникальную связь.</p>\r\n<p>Расспросите о предпочтениях, границах и интересах партнера заранее, и не бойтесь обсуждать интимные темы. Чистота, уверенность и понимание – вот основные компоненты идеального партнёрства.</p>\r\n<h2>Интимные практики в аквапарке: советы и идеи для незабываемых моментов</h2>\r\n<p>Когда дело доходит до реализации интимных практик в аквапарке, возможности действительно безграничны. Важно учесть детали, которые могут <a href=\"https://orel-pik.info/low_price/\"><div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/1587204241gvu1670631628klavbmtx.jpg\" width=\"338\" height=\"525\" alt=\"Сексуальные приключения в крытой зоне аквапарка: реальность или фантазия?\" title=\"Сексуальные приключения в крытой зоне аквапарка: реальность или фантазия?\" style=\"margin:5px;\" /></div></a> сделать вашу встречу поистине незабываемой. </p>\r\n<p>Во-первых, игра со страстью и взаимодействия в воде могут быть значительно более возбуждающими, чем в сухих условиях. Плавание, купание и полное овладение ощущением воды могут вызвать новые уровни наслаждения. Вот несколько идей, как сделать ваши интимные моменты в аквапарке настолько уникальными, насколько это возможно:</p>\r\n<ul>\r\n<li>Взаимодействие в водяном аду: воспользуйтесь сплочением воды и тел, чтобы создать романтическую и чувственную атмосферу.</li>\r\n<li>Танцы: исполните страстный танец в воде, позволяя вашим телам двигаться в унисон, создавая ощущение полной синхронизации.</li>\r\n<li>Используйте шезлонги: в крытых зонах аквапарков часто есть подходящие шезлонги, которые могут быть использованы для создания уединенного пространства.</li>\r\n<li>Эротические игры: небольшие игры с подводными игрушками могут добавить легкое напряжение.</li>\r\n</ul>\r\n<p>Каждый из этих элементов может стать основой для завихрения различных эмоций и чувств, которые сделают ваш вечер необычным и запоминающимся.</p>\r\n<h2>Сложности и риски: избегая неприятных моментов</h2>\r\n<p>Несмотря на все удовольствия, о которых мы говорили выше, интимные встречи в аквапарке не лишены рисков. Ключевым моментом здесь становится осознание того, что открытая обстановка может таить в себе ряд непредвиденных ситуаций.</p>\r\n<p>Наличие сторонних людей, конфиденциальность и потенциальные правовые проблемы делают выбор места интерактивным и ответственным. Важно производить все действия с максимальным вниманием к окружающей среде и не забывать про присутствие потенциальных свидетелей.</p>\r\n<p>И еще раз напомним: безопасность превыше всего. Использование средств защиты и поддержание открытого общения с партнером не только сделают встречи более наслаждающими, но и значительно снизят риски, связанные с интимными отношениями.</p>\r\n<p>Таким образом, секс с «ночной бабочкой» в крытой зоне аквапарка — это не просто выдумка или утопия, а реальное и захватывающее приключение. Этот нестандартный подход к интимным встречам показывает, как порой можно повернуть обычные вещи наизнанку и получить от этого удовольствие. Важно помнить о правовых и этических аспектах, установить личные границы и сохранять безопасность. </p>\r\n<p>Итак, если вы готовы исследовать мир интимного досуга в аквапарке, дерзайте! В тех волшебных момент, когда вода и страсть встречаются, рождается нечто великое.</p>','Сексуальные приключения в крытой зоне аквапарка: реальность или фантазия?','','publish','closed','','','seksualnye-prikljuchenija-v-krytoj-zone-akvaparka','','','2025-10-12 14:30:01','2025-10-12 07:30:01','',0,'https://lion288slot.com/?p=387',0,'post','',0),
(388,1,'2025-10-12 14:30:01','2025-10-12 07:30:01','<p>Каждый из нас сталкивался с желанием испытать нечто необычное и запоминающееся в своей жизни. Современные реалии позволяют исследовать широкий спектр интимных удовольствий, и именно сексуальные альянсы в непривычных местах становятся настоящими трендами. Так, что же может быть увлекательнее, чем провести время с яркой, загадочной «ночной бабочкой» в крытой зоне аквапарка? Этот необычный сценарий, на первый взгляд, может показаться совершенно недостижимым, но обдумав все аспекты, мы сможем увидеть, насколько это возможно и как организовать подобные приключения. В данной статье мы детально разберем, как такие интимные моменты могут сочетаться с атмосферой аквапарка, на что обратить внимание и как избежать неприятных ситуаций.</p>\r\n<h2>Досуг в аквапарке: рай для любителей острых впечатлений</h2>\r\n<p>Аквапарки всегда были местом, где радость и развлечения соприкасаются с игривостью. Здесь можно испытать восхищающую адреналиновую лихорадку, наслаждаясь водными горками или расслабляясь в джакузи. Идея провести там время с сексуальным партнером может показаться провокационной, но именно в этом кроется уникальность данных пространств. Влажный воздух, усиливающий чувства, различные ароматные масла и обилие воды могут создать интимную атмосферу, в которой каждая секунда становится невыносимо сладкой.</p>\r\n<p>Одним из интересных аспектов аквапарков является их многообразие. В зависимости от концепции заведения, здесь можно найти такие зоны, как «Морская приключенческая» или «Тропический оазис», которые создают определенный контекст для интимных встреч. Но как осуществить такое сюрреалистичное переживание?</p>\r\n<h2>Правовые аспекты: легальность, безопасность и этика</h2>\r\n<p>Перед тем как углубиться в вопрос организации интимных встреч в аквапарке, важно рассмотреть правовые и этические аспекты этого вопроса. Во many странах секс-работа и подобные взаимодействия легализованы и охраняются законом, что позволяет оградить интимные отношения от суеты правовых проблем.</p>\r\n<p>Однако законность не всегда подразумевает легкость в процессе. Необходимость уважать личное пространство других посетителей и следовать правилам заведения становится первоочередной задачей. Каждый аквапарк имеет свои правила, и игнорирование их может привести к неприятным последствиям.</p>\r\n<p>Прежде всего, убедитесь, что вся ваша активность находится в рамках консенсуального и безопасного взаимодействия. Это значит, что все стороны должны осознавать и поддерживать этические границы, а также соблюдать правовые нормы.</p>\r\n<h2>Атмосфера наслаждения: как создать правильный настрой</h2>\r\n<p>Правильная атмосфера – это одна из ключевых составляющих успешного интимного взаимодействия. В аквапарке важно учитывать множество факторов: направление звука, глубину воды и даже температуру. Идеальным выбором будет время, когда поток посетителей минимален, например, в будние дни или в утренние часы. </p>\r\n<p>Различные зоны аквапарка могут создать различные уровни уединения и конфиденциальности. Например, спрятанные уголки освежающего бассейна или теплая зона отдыха могут служить отличными местами для развязывания стеснительных взаимодействий. Кроме того, использование шезлонгов, кабинок для переодевания и душевых может помочь создать ауру интимности.</p>\r\n<p>Но в любой интимной ситуации особенно важно помнить про безопасность. Использование средств защиты и общение с партнером на темы согласия становятся основой здоровых интимных отношений. Осознанный подход к сексу может повысить качество взаимодействия и сделать его более глубинным.</p>\r\n<h2>Ночные бабочки: как выбрать идеальную спутницу для приключения</h2>\r\n<p>Выбор партнера для таких теплых встреч не должен быть легкомысленным делом. Наличие необходимого опыта, согласие и готовность обеих сторон к экспериментам играют ключевую роль в успешном проведении времени. Такие «ночные бабочки» часто обладают знаниями и умениями, которые могут сделать момент поистине незабываемым. </p>\r\n<p>Как же выбрать ту самую, что сможет дополнить ваше переживание? Во-первых, обратите внимание на внешний вид. Яркие цвета, привлекательность и уверенность в себе могут сделать ваш выбор более осознанным. Но внутреннее состояние партнера не менее важно – высокие уровни комфорта и доверия позволяют создать поистине уникальную связь.</p>\r\n<p>Расспросите о предпочтениях, границах и интересах партнера заранее, и не бойтесь обсуждать интимные темы. Чистота, уверенность и понимание – вот основные компоненты идеального партнёрства.</p>\r\n<h2>Интимные практики в аквапарке: советы и идеи для незабываемых моментов</h2>\r\n<p>Когда дело доходит до реализации интимных практик в аквапарке, возможности действительно безграничны. Важно учесть детали, которые могут <a href=\"https://orel-pik.info/low_price/\"><div style=\"text-align:center;\"><img src=\"https://lion288slot.com/wp-content/uploads/2025/10/1587204241gvu1670631628klavbmtx.jpg\" width=\"338\" height=\"525\" alt=\"Сексуальные приключения в крытой зоне аквапарка: реальность или фантазия?\" title=\"Сексуальные приключения в крытой зоне аквапарка: реальность или фантазия?\" style=\"margin:5px;\" /></div></a> сделать вашу встречу поистине незабываемой. </p>\r\n<p>Во-первых, игра со страстью и взаимодействия в воде могут быть значительно более возбуждающими, чем в сухих условиях. Плавание, купание и полное овладение ощущением воды могут вызвать новые уровни наслаждения. Вот несколько идей, как сделать ваши интимные моменты в аквапарке настолько уникальными, насколько это возможно:</p>\r\n<ul>\r\n<li>Взаимодействие в водяном аду: воспользуйтесь сплочением воды и тел, чтобы создать романтическую и чувственную атмосферу.</li>\r\n<li>Танцы: исполните страстный танец в воде, позволяя вашим телам двигаться в унисон, создавая ощущение полной синхронизации.</li>\r\n<li>Используйте шезлонги: в крытых зонах аквапарков часто есть подходящие шезлонги, которые могут быть использованы для создания уединенного пространства.</li>\r\n<li>Эротические игры: небольшие игры с подводными игрушками могут добавить легкое напряжение.</li>\r\n</ul>\r\n<p>Каждый из этих элементов может стать основой для завихрения различных эмоций и чувств, которые сделают ваш вечер необычным и запоминающимся.</p>\r\n<h2>Сложности и риски: избегая неприятных моментов</h2>\r\n<p>Несмотря на все удовольствия, о которых мы говорили выше, интимные встречи в аквапарке не лишены рисков. Ключевым моментом здесь становится осознание того, что открытая обстановка может таить в себе ряд непредвиденных ситуаций.</p>\r\n<p>Наличие сторонних людей, конфиденциальность и потенциальные правовые проблемы делают выбор места интерактивным и ответственным. Важно производить все действия с максимальным вниманием к окружающей среде и не забывать про присутствие потенциальных свидетелей.</p>\r\n<p>И еще раз напомним: безопасность превыше всего. Использование средств защиты и поддержание открытого общения с партнером не только сделают встречи более наслаждающими, но и значительно снизят риски, связанные с интимными отношениями.</p>\r\n<p>Таким образом, секс с «ночной бабочкой» в крытой зоне аквапарка — это не просто выдумка или утопия, а реальное и захватывающее приключение. Этот нестандартный подход к интимным встречам показывает, как порой можно повернуть обычные вещи наизнанку и получить от этого удовольствие. Важно помнить о правовых и этических аспектах, установить личные границы и сохранять безопасность. </p>\r\n<p>Итак, если вы готовы исследовать мир интимного досуга в аквапарке, дерзайте! В тех волшебных момент, когда вода и страсть встречаются, рождается нечто великое.</p>','Сексуальные приключения в крытой зоне аквапарка: реальность или фантазия?','','inherit','closed','closed','','387-revision-v1','','','2025-10-12 14:30:01','2025-10-12 07:30:01','',387,'https://lion288slot.com/?p=388',0,'revision','',0),
(389,1,'2025-10-12 19:47:19','2025-10-12 12:47:19','<h1>Покердом Pokerdom ️ Официальный сайт казино Вход, Зеркало</h1>\r\n\r\n<p>Для тех, кто ищет стабильный доступ к своим любимым играм, покердом зеркало становится отличным решением при блокировках. Зеркала сайта позволяют не прерывать игровой процесс даже в сложных условиях. Пользователи отмечают удобство и безопасность использования официальных зеркал от покердом.</p>\r\n<p>Это альтернативный адрес сайта, который позволяет обойти блокировки и продолжить игру без ограничений. На покердом представлен широкий выбор азартных игр, включая слоты, рулетку и, конечно, покер. Все игровые автоматы лицензированы и регулярно проходят проверки на честность. Безопасность личных данных и финансовых операций — один из главных приоритетов площадки. Пользователи часто интересуются актуальным покердом зеркалом для обхода блокировок. Благодаря зеркалу Покердом, даже при ограничениях доступа можно всегда войти в свой аккаунт и наслаждаться игрой.</p>\r\n<h2>Как скачать и установить приложение Покердом на мобильные устройства, включая iPhone? Где скачать Покердом?</h2>\r\n<p>Зато турниры, гонки и соревнования сулят призы до 300 тысяч евро. Отдельного приложения Покердом в Play Market или App Store пока нет, они находятся в разработке. Известно, что для внедрения ПО развлекательного портала iOS осталось решить мелкие вопросы, касающиеся территориальных ограничений. Букмекер Pokerdom использует лицензионный сервис для приема ставок — Betby. На платформе можно заключить пари на исход событий по более чем 40 дисциплинам в прематче и лайве.</p>\r\n<ul><li>Все транзакции проходят мгновенно, что делает процесс игры максимально комфортным.</li><li>Бонусный счет (демосчет) предназначен для зачисления подарочных денег.</li><li>Платформа продолжает работу, но в некоторых странах могут быть временные блокировки.</li><li>Их зачисление происходит автоматически, как только игрок присоединяется к соответствующему столу.</li><li>Здесь используются только лицензированные игры, что гарантирует честные результаты и быстрые выплаты.</li><li>Эта адаптивность особенно важна для российских игроков, которые активно используют мобильные устройства для доступа к онлайн-казино.</li></ul>\r\n<p>Бездеп будет предоставлен после создания аккаунта, а приветственный бонус — при пополнении счета. <a href=\"https://logosstudy.ru/\">покердом бездепозитный бонус 1000</a> После успешной верификации можете беспрепятственно выводить выигрыши из рума. Заявки на кешаут создаются в кассе личного кабинета, во вкладке «Выплаты».</p>\r\n<h3>преимуществ игры в Покердоме</h3>\r\n<p>В этот период рейк за криптовалютными столами уменьшается на 50%, что даёт дополнительный стимул сесть за виртуальные столы, если вы предпочитаете игру на биткоины или эфир. Служба безопасности Pokerdom пользуется всеми современными методиками по выявлению и блокировке мошеннических аккаунтов. Быстрый и максимально простой доступ к Вашим средствам в любое время. Играть можно без регистрации в демонстрационном режиме бесплатно. Единого прогрессивного или фиксированного джекпота портал не предлагает.</p>\r\n<h3>Новинки покер рума</h3>\r\n<p>Для тех, кто предпочитает играть через мобильное приложение, Pokerdom предлагает специально разработанное приложение для Android. Это приложение обеспечивает еще более удобный доступ ко всем функциям казино и покер-рума. Оно оптимизировано для работы на устройствах с различными характеристиками, обеспечивая быструю загрузку и плавную работу. Преимущества приложения включают в себя уведомления о новых акциях и турнирах, что позволяет игрокам всегда оставаться в курсе самых актуальных событий на платформе. Кроме того, приложение поддерживает все функции, доступные на веб-сайте, включая финансовые операции, что делает его идеальным выбором для тех, кто ценит мобильность и удобство.</p>\r\n<p>Минимальная сумма депозита — всего 100 рублей, что позволяет начать игру без значительных вложений. При регистрации на Покердом выбирайте надежные пароли и подтверждайте электронную почту. Вход в личный кабинет осуществляется по номеру телефона или email. 🎯 Главное отличие Покердом — это максимально лояльный подход к игрокам. Прозрачные правила, быстрое обслуживание и честные выплаты сделали площадку одной из самых уважаемых в русскоязычном гемблинг-сообществе. Условные фишки являются демовалютой, которая используется в онлайн-покере.</p>','Покердом официальный сайт казино и покер-рума Бонус до 100 000покердом официальный сайт','','publish','closed','','','pokerdom-oficialnyj-sajt-kazino-i-poker-ruma-bonus-6','','','2025-10-12 19:48:24','2025-10-12 12:48:24','',0,'https://lion288slot.com/?p=389',0,'post','',0),
(390,1,'2025-10-12 19:48:24','2025-10-12 12:48:24','<h1>Покердом Pokerdom ️ Официальный сайт казино Вход, Зеркало</h1>\r\n\r\n<p>Для тех, кто ищет стабильный доступ к своим любимым играм, покердом зеркало становится отличным решением при блокировках. Зеркала сайта позволяют не прерывать игровой процесс даже в сложных условиях. Пользователи отмечают удобство и безопасность использования официальных зеркал от покердом.</p>\r\n<p>Это альтернативный адрес сайта, который позволяет обойти блокировки и продолжить игру без ограничений. На покердом представлен широкий выбор азартных игр, включая слоты, рулетку и, конечно, покер. Все игровые автоматы лицензированы и регулярно проходят проверки на честность. Безопасность личных данных и финансовых операций — один из главных приоритетов площадки. Пользователи часто интересуются актуальным покердом зеркалом для обхода блокировок. Благодаря зеркалу Покердом, даже при ограничениях доступа можно всегда войти в свой аккаунт и наслаждаться игрой.</p>\r\n<h2>Как скачать и установить приложение Покердом на мобильные устройства, включая iPhone? Где скачать Покердом?</h2>\r\n<p>Зато турниры, гонки и соревнования сулят призы до 300 тысяч евро. Отдельного приложения Покердом в Play Market или App Store пока нет, они находятся в разработке. Известно, что для внедрения ПО развлекательного портала iOS осталось решить мелкие вопросы, касающиеся территориальных ограничений. Букмекер Pokerdom использует лицензионный сервис для приема ставок — Betby. На платформе можно заключить пари на исход событий по более чем 40 дисциплинам в прематче и лайве.</p>\r\n<ul><li>Все транзакции проходят мгновенно, что делает процесс игры максимально комфортным.</li><li>Бонусный счет (демосчет) предназначен для зачисления подарочных денег.</li><li>Платформа продолжает работу, но в некоторых странах могут быть временные блокировки.</li><li>Их зачисление происходит автоматически, как только игрок присоединяется к соответствующему столу.</li><li>Здесь используются только лицензированные игры, что гарантирует честные результаты и быстрые выплаты.</li><li>Эта адаптивность особенно важна для российских игроков, которые активно используют мобильные устройства для доступа к онлайн-казино.</li></ul>\r\n<p>Бездеп будет предоставлен после создания аккаунта, а приветственный бонус — при пополнении счета. <a href=\"https://logosstudy.ru/\">покердом бездепозитный бонус 1000</a> После успешной верификации можете беспрепятственно выводить выигрыши из рума. Заявки на кешаут создаются в кассе личного кабинета, во вкладке «Выплаты».</p>\r\n<h3>преимуществ игры в Покердоме</h3>\r\n<p>В этот период рейк за криптовалютными столами уменьшается на 50%, что даёт дополнительный стимул сесть за виртуальные столы, если вы предпочитаете игру на биткоины или эфир. Служба безопасности Pokerdom пользуется всеми современными методиками по выявлению и блокировке мошеннических аккаунтов. Быстрый и максимально простой доступ к Вашим средствам в любое время. Играть можно без регистрации в демонстрационном режиме бесплатно. Единого прогрессивного или фиксированного джекпота портал не предлагает.</p>\r\n<h3>Новинки покер рума</h3>\r\n<p>Для тех, кто предпочитает играть через мобильное приложение, Pokerdom предлагает специально разработанное приложение для Android. Это приложение обеспечивает еще более удобный доступ ко всем функциям казино и покер-рума. Оно оптимизировано для работы на устройствах с различными характеристиками, обеспечивая быструю загрузку и плавную работу. Преимущества приложения включают в себя уведомления о новых акциях и турнирах, что позволяет игрокам всегда оставаться в курсе самых актуальных событий на платформе. Кроме того, приложение поддерживает все функции, доступные на веб-сайте, включая финансовые операции, что делает его идеальным выбором для тех, кто ценит мобильность и удобство.</p>\r\n<p>Минимальная сумма депозита — всего 100 рублей, что позволяет начать игру без значительных вложений. При регистрации на Покердом выбирайте надежные пароли и подтверждайте электронную почту. Вход в личный кабинет осуществляется по номеру телефона или email. 🎯 Главное отличие Покердом — это максимально лояльный подход к игрокам. Прозрачные правила, быстрое обслуживание и честные выплаты сделали площадку одной из самых уважаемых в русскоязычном гемблинг-сообществе. Условные фишки являются демовалютой, которая используется в онлайн-покере.</p>','Покердом официальный сайт казино и покер-рума Бонус до 100 000покердом официальный сайт','','inherit','closed','closed','','389-revision-v1','','','2025-10-12 19:48:24','2025-10-12 12:48:24','',389,'https://lion288slot.com/?p=390',0,'revision','',0),
(391,1,'2025-10-13 00:14:37','2025-10-12 17:14:37','<h1>Как войти на Покердом: вход в PokerDOM com</h1>\r\n\r\n<p>Для постоянных клиентов действует система бонусов и поощрений, делающая игру еще интереснее. Для тех, кто ищет стабильный доступ к своим любимым играм, покердом зеркало становится отличным решением при блокировках. Зеркала сайта позволяют не прерывать игровой процесс даже в сложных условиях. Пользователи отмечают удобство и безопасность использования официальных зеркал от покердом. Покердом продолжает радовать российских пользователей новыми функциями и акциями.</p>\r\n<p>Иногда на нем проводятся технические работы, обновления, накладываются блокировки интернет-провайдеров. Пользователям доступен весь каталог игр и развлечений, возможность участвовать в акциях, турнирах и лотереях, а также проводить финансовые операции. Кроме того, еженедельно производится начисление 10% кэшбэка на проигрышные ставки.</p>\r\n<h2>Летнее Троеборье на Покердоме! Призовой фонд 40 000 000 рублей!</h2>\r\n<p>Мы понимаем, насколько важно контролировать свои действия и разумно подходить к развлечениям в интернете. Клиенты могут воспользоваться специальными инструментами для контроля времени и бюджета на сайте. Покердом официальный сайт обновил дизайн и добавил новые функции для комфорта посетителей. Разработчики постоянно работают над улучшением интерфейса, чтобы каждый игрок чувствовал себя как дома. Покердом скачать можно как на компьютер, так и на мобильные устройства. Клиент работает стабильно, обеспечивая быстрый вход в аккаунт в любое время суток.</p>\r\n<ul><li>Оцените преимущества игры в Pokerdom лично - присоединяйтесь к азартному клубу уже сегодня.</li><li>Онлайн казино предоставляет возможность пользователям вернуть 5-15% от потерь, полученных при игре.</li><li>Для совершения реальных ставок необходимо пройти быструю регистрацию.</li><li>Но его получение обусловлено тем, что регистрация должна проходить с использованием номера мобильного телефона.</li></ul>\r\n<p>Особое внимание уделяется безопасности и честности игр на платформе покердом. Все результаты проходят независимый аудит, что гарантирует прозрачность и надежность. Это позволяет игрокам быть уверенными в честности каждого розыгрыша и выигрыша. Покердом активно внедряет инновации и следит за тенденциями рынка онлайн-казино в России.</p>\r\n<p>Чтобы вывести выигрыши в покерном казино Pokerdom, необходимо зайти в аккаунт, тапнуть на кнопку «Депозит», выбрать «Выплаты», указать метод, сумму и ввести данные игрового счета. Отзывы об онлайн казино Покердом размещаются на форумах, специализированных сайтах, отзовиках и прочих ресурсах. Клиенту покер рума Покердом нужно внести в поле 4 последних цифры номера или код из SMS. Далее пользователю платформы требуется задать пароль, подобрать валюту и подтвердить регистрацию в Pokerdom казино через мобильный, получив СМС.</p>\r\n<p>В Pokerdom действительно работает выгодная бонусная программа, призванная порадовать каждого зарегистрированного игрока. Здесь предусмотрены бездепозитные бонусы, щедрые поощрения на пополнения счета, вознаграждения за выполнение увлекательных миссий и многое другое. Зеркала Pokerdom обеспечивают тот же высокий уровень безопасности, что и основной сайт. Это простой и удобный способ обойти блокировки, не прибегая к использованию VPN, специальных плагинов или <a href=\"https://pirs67.ru/\">покердом войти</a> браузера TOR.</p>\r\n<p>В дальнейшем для авторизации понадобится указать свой логин (адрес e-mail) и пароль. Вот первое, что мне зашло в этом клубе, так это возможность быстрой реги. Открыл акк на сайте через Вконтакте за пару секунд, сделал деп в Покердом и погнал играть в игры с мобильного. Еще один способ играть в азартные игры – загрузить покерный софт для смартфонов и планшетов. Мобильное приложение Pokerdom демонстрирует идеальную работу на устройствах с версиями Android, IOS, Windows. Мобильная версия Pokerdom – способ делать ставки в слотах круглосуточно, вне зависимости от местоположения.</p>\r\n<h3>Что такое PDT и как его использовать?</h3>\r\n<p>В разделе настольных игр представлены различные версии покера, блэкджека, баккары, крепса и Андар Бахара. Любители рулетки найдут сразу несколько разновидностей — от классики до мини-форматов. Оператором предусмотрен обширный выбор live-игр с реальными дилерами от топовых студий.</p>\r\n<h2>Как начать играть в Покердом — регистрация для новых игроков</h2>\r\n<p>Для обхода блокировки следует воспользоваться одним из актуальных зеркал - полных копий основного сайта с альтернативными веб-адресами. Вейджер бонуса сгорает, если игрок не успевает его отыграть в течение установленного промо-акцией срока. Для получения ссылки на скачивание мобильного приложения для Android следует обратиться в службу поддержки казино. Казино выгодно отличается возможностью ставить на рубли, наличием удобной мобильной версии, широким спектром платежных опций и оперативным выводом средств. Оцените преимущества игры в Pokerdom лично - присоединяйтесь к азартному клубу уже сегодня. Воспользуйтесь функцией восстановления пароля, указав email или номер телефона в форме на странице входа.</p>\r\n<p>Здесь применяются современные технологии защиты, а лицензия подтверждает легальную деятельность компании. Регистрация занимает всего пару минут, после чего можно переходить к игре. Нет, демоверсии слотов доступны для запуска неавторизованным пользователям. В poker руме Покердом игрокам разрешен доступ к стартовому пакету, кешбэку, подаркам за внесение депозитов, программе лояльности и пр. При использовании стандартных платежек и от 5,5 USDT при пополнении криптой. Алгоритм вывода выигрышей в Покердом зеркале аналогичен процессу совершения депозита.</p>','Официальный сайт казино Pokerdom Покердомпокердом официальный сайт вход','','publish','closed','','','oficialnyj-sajt-kazino-pokerdom-pokerdompokerdom-6','','','2025-10-13 00:28:05','2025-10-12 17:28:05','',0,'https://lion288slot.com/?p=391',0,'post','',0),
(392,1,'2025-10-13 00:28:05','2025-10-12 17:28:05','<h1>Как войти на Покердом: вход в PokerDOM com</h1>\r\n\r\n<p>Для постоянных клиентов действует система бонусов и поощрений, делающая игру еще интереснее. Для тех, кто ищет стабильный доступ к своим любимым играм, покердом зеркало становится отличным решением при блокировках. Зеркала сайта позволяют не прерывать игровой процесс даже в сложных условиях. Пользователи отмечают удобство и безопасность использования официальных зеркал от покердом. Покердом продолжает радовать российских пользователей новыми функциями и акциями.</p>\r\n<p>Иногда на нем проводятся технические работы, обновления, накладываются блокировки интернет-провайдеров. Пользователям доступен весь каталог игр и развлечений, возможность участвовать в акциях, турнирах и лотереях, а также проводить финансовые операции. Кроме того, еженедельно производится начисление 10% кэшбэка на проигрышные ставки.</p>\r\n<h2>Летнее Троеборье на Покердоме! Призовой фонд 40 000 000 рублей!</h2>\r\n<p>Мы понимаем, насколько важно контролировать свои действия и разумно подходить к развлечениям в интернете. Клиенты могут воспользоваться специальными инструментами для контроля времени и бюджета на сайте. Покердом официальный сайт обновил дизайн и добавил новые функции для комфорта посетителей. Разработчики постоянно работают над улучшением интерфейса, чтобы каждый игрок чувствовал себя как дома. Покердом скачать можно как на компьютер, так и на мобильные устройства. Клиент работает стабильно, обеспечивая быстрый вход в аккаунт в любое время суток.</p>\r\n<ul><li>Оцените преимущества игры в Pokerdom лично - присоединяйтесь к азартному клубу уже сегодня.</li><li>Онлайн казино предоставляет возможность пользователям вернуть 5-15% от потерь, полученных при игре.</li><li>Для совершения реальных ставок необходимо пройти быструю регистрацию.</li><li>Но его получение обусловлено тем, что регистрация должна проходить с использованием номера мобильного телефона.</li></ul>\r\n<p>Особое внимание уделяется безопасности и честности игр на платформе покердом. Все результаты проходят независимый аудит, что гарантирует прозрачность и надежность. Это позволяет игрокам быть уверенными в честности каждого розыгрыша и выигрыша. Покердом активно внедряет инновации и следит за тенденциями рынка онлайн-казино в России.</p>\r\n<p>Чтобы вывести выигрыши в покерном казино Pokerdom, необходимо зайти в аккаунт, тапнуть на кнопку «Депозит», выбрать «Выплаты», указать метод, сумму и ввести данные игрового счета. Отзывы об онлайн казино Покердом размещаются на форумах, специализированных сайтах, отзовиках и прочих ресурсах. Клиенту покер рума Покердом нужно внести в поле 4 последних цифры номера или код из SMS. Далее пользователю платформы требуется задать пароль, подобрать валюту и подтвердить регистрацию в Pokerdom казино через мобильный, получив СМС.</p>\r\n<p>В Pokerdom действительно работает выгодная бонусная программа, призванная порадовать каждого зарегистрированного игрока. Здесь предусмотрены бездепозитные бонусы, щедрые поощрения на пополнения счета, вознаграждения за выполнение увлекательных миссий и многое другое. Зеркала Pokerdom обеспечивают тот же высокий уровень безопасности, что и основной сайт. Это простой и удобный способ обойти блокировки, не прибегая к использованию VPN, специальных плагинов или <a href=\"https://pirs67.ru/\">покердом войти</a> браузера TOR.</p>\r\n<p>В дальнейшем для авторизации понадобится указать свой логин (адрес e-mail) и пароль. Вот первое, что мне зашло в этом клубе, так это возможность быстрой реги. Открыл акк на сайте через Вконтакте за пару секунд, сделал деп в Покердом и погнал играть в игры с мобильного. Еще один способ играть в азартные игры – загрузить покерный софт для смартфонов и планшетов. Мобильное приложение Pokerdom демонстрирует идеальную работу на устройствах с версиями Android, IOS, Windows. Мобильная версия Pokerdom – способ делать ставки в слотах круглосуточно, вне зависимости от местоположения.</p>\r\n<h3>Что такое PDT и как его использовать?</h3>\r\n<p>В разделе настольных игр представлены различные версии покера, блэкджека, баккары, крепса и Андар Бахара. Любители рулетки найдут сразу несколько разновидностей — от классики до мини-форматов. Оператором предусмотрен обширный выбор live-игр с реальными дилерами от топовых студий.</p>\r\n<h2>Как начать играть в Покердом — регистрация для новых игроков</h2>\r\n<p>Для обхода блокировки следует воспользоваться одним из актуальных зеркал - полных копий основного сайта с альтернативными веб-адресами. Вейджер бонуса сгорает, если игрок не успевает его отыграть в течение установленного промо-акцией срока. Для получения ссылки на скачивание мобильного приложения для Android следует обратиться в службу поддержки казино. Казино выгодно отличается возможностью ставить на рубли, наличием удобной мобильной версии, широким спектром платежных опций и оперативным выводом средств. Оцените преимущества игры в Pokerdom лично - присоединяйтесь к азартному клубу уже сегодня. Воспользуйтесь функцией восстановления пароля, указав email или номер телефона в форме на странице входа.</p>\r\n<p>Здесь применяются современные технологии защиты, а лицензия подтверждает легальную деятельность компании. Регистрация занимает всего пару минут, после чего можно переходить к игре. Нет, демоверсии слотов доступны для запуска неавторизованным пользователям. В poker руме Покердом игрокам разрешен доступ к стартовому пакету, кешбэку, подаркам за внесение депозитов, программе лояльности и пр. При использовании стандартных платежек и от 5,5 USDT при пополнении криптой. Алгоритм вывода выигрышей в Покердом зеркале аналогичен процессу совершения депозита.</p>','Официальный сайт казино Pokerdom Покердомпокердом официальный сайт вход','','inherit','closed','closed','','391-revision-v1','','','2025-10-13 00:28:05','2025-10-12 17:28:05','',391,'https://lion288slot.com/?p=392',0,'revision','',0),
(393,1,'2025-10-13 04:39:01','2025-10-12 21:39:01','<h1>1XBET Indonesia ️ Ulasan lengkap untuk pemain Indonesia</h1>\r\n\r\n<p>Mereka menggunakan platform media sosial untuk berkomunikasi. Direktorat Tindak Pidana Umum (Dittipidum) Bareskrim Polri terus membongkar sindikat perjudian daring atau judi <a href=\"https://greekgirlscode.com/ \">greekgirlscode.com </a> online situs 1XBET. Dengan odds yang sangat kompetitif dan harga, 1XBET dapat melakukannyauntuk memimpin pasar taruhan. Untuk taruhan olahraga, 1XBET menawarkan streaming langsungpertandingan dan juga olahraga kasino.</p>\r\n<h2>Informasi tentang 1xBet 148 (</h2>\r\n<p>\"Kemudian para pelaku tersebut mendaftar sebagai agen judi online 1XBET di regional Indonesia dan untuk menjalankan kegiatan judi online, pelaku menggunakan rekening orang lain sebagai rekening penampung, rekening deposit dan rekening pembayaran (withdraw),\" jelasnya. Bahkan, ituodds dari platform taruhan ini mungkin dapat dibandingkan dengan bahkanperusahaan bookmaking top. Odds mereka sangat awal dan sangat besarbahwa mereka juga dapat dicocokkan dengan nama-nama besar.</p>\r\n<h3>Aplikasi resmi dari platform taruhan olahraga 1xBet</h3>\r\n<ul><li>Semua olah ragaAnda dapat bertaruh ada di sebelah kiri sehingga Anda dapat mengkliknya dengan cepat.Hasil dan perkembangan pertandingan terbaru dan populer semuanya bisaditemukan di tengah.</li><li>Dengan odds yang sangat kompetitif dan harga, 1XBET dapat melakukannyauntuk memimpin pasar taruhan.</li><li>Anda dapat dengan mudah melihat apa yang perlu Anda lihat disitus						Bilah navigasi di bagian atas sebagai drop-down dari setiap jenis taruhan aktivitas sehingga akan mudah bagi Anda untuk mengetahui detailnya.</li><li>Bahkan, warnanya berwarna hijau kusamyang cukup menyejukkan mata dan tidak terlalu menyakitkan untuk dilihat.Berkenaan dengan fungsionalitas, itu juga situs web yang cukup bagus karenamudah dinavigasi.</li><li>Di lainkata-kata, Anda tidak akan bisa memasang taruhan tinggi yang besar, tetapi mereka tidak akan bisamembatasi sesuatu yang terlalu kecil juga.</li></ul>\r\n<p>Tidak seperti situs perjudian daring lainnya, inisatu tidak memiliki warna mencolok. Bahkan, warnanya berwarna hijau kusamyang cukup menyejukkan mata dan tidak terlalu menyakitkan untuk dilihat.Berkenaan dengan fungsionalitas, itu juga situs web yang cukup bagus karenamudah dinavigasi. Anda dapat dengan mudah melihat apa yang perlu Anda lihat disitus						Bilah navigasi di bagian atas sebagai drop-down dari setiap jenis taruhan aktivitas sehingga akan mudah bagi Anda untuk mengetahui detailnya. Semua olah ragaAnda dapat bertaruh ada di sebelah kiri sehingga Anda dapat mengkliknya dengan cepat.Hasil dan perkembangan pertandingan terbaru dan populer semuanya bisaditemukan di tengah. Tombol masuk dan registrasi berada di paling atasbagian dari situs, dan informasi lainnya dapat ditemukan dibagian bawah. Dia mengungkapkan para pelaku terhubung dengan agen di beberapa negara.</p>\r\n<h2>Mirip dengan 1xBet</h2>\r\n<p>Adapunbatas, mereka agak rata-rata karena kemungkinannya tinggi. Di lainkata-kata, Anda tidak akan bisa memasang taruhan tinggi yang besar, tetapi mereka tidak akan bisamembatasi sesuatu yang terlalu kecil juga. Mengenai penampilan estetika situs web, ia memiliki lugastapi desain yang eye-catching.</p>\r\n<p>Ini juga menyediakan 40 bahasa berbedauntuk melayani banyak orang yang berbeda. 1XBET juga salah satu online pertamaperusahaan taruhan untuk menerima Bitcoin untuk setoran dan pembayaran. Para pelaku meminta bantuan orang lain untuk meminjamkan rekening ke mereka. Tujuan kami adalah memberikan akses gratis dan terbuka ke katalog raksasa aplikasi tanpa batasan, sekaligus menyediakan platform distribusi legal yang dapat diakses dari browser mana pun serta melalui aplikasi natif resminya.</p>','1xBet untuk Android Unduh APK dari Uptodown1xBet untuk Android Unduh APK dari Uptodown','','publish','closed','','','1xbet-untuk-android-unduh-apk-dari-uptodown1xbet','','','2025-10-13 05:05:33','2025-10-12 22:05:33','',0,'https://lion288slot.com/?p=393',0,'post','',0),
(394,1,'2025-10-13 05:05:33','2025-10-12 22:05:33','<h1>1XBET Indonesia ️ Ulasan lengkap untuk pemain Indonesia</h1>\r\n\r\n<p>Mereka menggunakan platform media sosial untuk berkomunikasi. Direktorat Tindak Pidana Umum (Dittipidum) Bareskrim Polri terus membongkar sindikat perjudian daring atau judi <a href=\"https://greekgirlscode.com/ \">greekgirlscode.com </a> online situs 1XBET. Dengan odds yang sangat kompetitif dan harga, 1XBET dapat melakukannyauntuk memimpin pasar taruhan. Untuk taruhan olahraga, 1XBET menawarkan streaming langsungpertandingan dan juga olahraga kasino.</p>\r\n<h2>Informasi tentang 1xBet 148 (</h2>\r\n<p>\"Kemudian para pelaku tersebut mendaftar sebagai agen judi online 1XBET di regional Indonesia dan untuk menjalankan kegiatan judi online, pelaku menggunakan rekening orang lain sebagai rekening penampung, rekening deposit dan rekening pembayaran (withdraw),\" jelasnya. Bahkan, ituodds dari platform taruhan ini mungkin dapat dibandingkan dengan bahkanperusahaan bookmaking top. Odds mereka sangat awal dan sangat besarbahwa mereka juga dapat dicocokkan dengan nama-nama besar.</p>\r\n<h3>Aplikasi resmi dari platform taruhan olahraga 1xBet</h3>\r\n<ul><li>Semua olah ragaAnda dapat bertaruh ada di sebelah kiri sehingga Anda dapat mengkliknya dengan cepat.Hasil dan perkembangan pertandingan terbaru dan populer semuanya bisaditemukan di tengah.</li><li>Dengan odds yang sangat kompetitif dan harga, 1XBET dapat melakukannyauntuk memimpin pasar taruhan.</li><li>Anda dapat dengan mudah melihat apa yang perlu Anda lihat disitus						Bilah navigasi di bagian atas sebagai drop-down dari setiap jenis taruhan aktivitas sehingga akan mudah bagi Anda untuk mengetahui detailnya.</li><li>Bahkan, warnanya berwarna hijau kusamyang cukup menyejukkan mata dan tidak terlalu menyakitkan untuk dilihat.Berkenaan dengan fungsionalitas, itu juga situs web yang cukup bagus karenamudah dinavigasi.</li><li>Di lainkata-kata, Anda tidak akan bisa memasang taruhan tinggi yang besar, tetapi mereka tidak akan bisamembatasi sesuatu yang terlalu kecil juga.</li></ul>\r\n<p>Tidak seperti situs perjudian daring lainnya, inisatu tidak memiliki warna mencolok. Bahkan, warnanya berwarna hijau kusamyang cukup menyejukkan mata dan tidak terlalu menyakitkan untuk dilihat.Berkenaan dengan fungsionalitas, itu juga situs web yang cukup bagus karenamudah dinavigasi. Anda dapat dengan mudah melihat apa yang perlu Anda lihat disitus						Bilah navigasi di bagian atas sebagai drop-down dari setiap jenis taruhan aktivitas sehingga akan mudah bagi Anda untuk mengetahui detailnya. Semua olah ragaAnda dapat bertaruh ada di sebelah kiri sehingga Anda dapat mengkliknya dengan cepat.Hasil dan perkembangan pertandingan terbaru dan populer semuanya bisaditemukan di tengah. Tombol masuk dan registrasi berada di paling atasbagian dari situs, dan informasi lainnya dapat ditemukan dibagian bawah. Dia mengungkapkan para pelaku terhubung dengan agen di beberapa negara.</p>\r\n<h2>Mirip dengan 1xBet</h2>\r\n<p>Adapunbatas, mereka agak rata-rata karena kemungkinannya tinggi. Di lainkata-kata, Anda tidak akan bisa memasang taruhan tinggi yang besar, tetapi mereka tidak akan bisamembatasi sesuatu yang terlalu kecil juga. Mengenai penampilan estetika situs web, ia memiliki lugastapi desain yang eye-catching.</p>\r\n<p>Ini juga menyediakan 40 bahasa berbedauntuk melayani banyak orang yang berbeda. 1XBET juga salah satu online pertamaperusahaan taruhan untuk menerima Bitcoin untuk setoran dan pembayaran. Para pelaku meminta bantuan orang lain untuk meminjamkan rekening ke mereka. Tujuan kami adalah memberikan akses gratis dan terbuka ke katalog raksasa aplikasi tanpa batasan, sekaligus menyediakan platform distribusi legal yang dapat diakses dari browser mana pun serta melalui aplikasi natif resminya.</p>','1xBet untuk Android Unduh APK dari Uptodown1xBet untuk Android Unduh APK dari Uptodown','','inherit','closed','closed','','393-revision-v1','','','2025-10-13 05:05:33','2025-10-12 22:05:33','',393,'https://lion288slot.com/?p=394',0,'revision','',0),
(395,1,'2025-10-12 08:46:39','2025-10-12 01:46:39','<meta name=\"description\" content=\"Capire the regole si è rivelato facile elizabeth le vincite sono davvero notevoli. \"/><h1>Plinko È La Truffa, Ma No È Il Gara A Ingannare Scopri Perché!</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Rinascita Per Il Gioco Los Angeles Mia Svolta Con Plinko</a></li><li><a href=\"#toc-1\">Pine Regarding Plinko Su Starcasinò</a></li><li><a href=\"#toc-2\">Faq – Domande Frequenti Su Plinko</a></li><li><a href=\"#toc-3\">Perché È Importante Selezionare Un Sito Affidabile Per Giocare A New Plinko Online? </a></li><li><a href=\"#toc-4\">Plinko È Una Truffa, Mum Non È Il Gioco A Eludere Scopri Perché! </a></li><li><a href=\"#toc-5\">L\'emozione Della Giovinezza Nel Gioco È Stata Percepita Ancora Una Volta</a></li><li><a href=\"#toc-6\">Semplicità At The Redditività Di Plinko Su Tutti I Actually Dispositivi</a></li><li><a href=\"#toc-7\">Consigli Each Giocare A Plinko</a></li><li><a href=\"#toc-8\">Che Cos’è Il Provably Fair Electronic Come Si Applica Ai Giochi Plinko? </a></li><li><a href=\"#toc-9\">Plinko Casino Disadvantage Soldi Veri: Are Available Funziona E Ove Giocare Con Bonus</a></li><li><a href=\"#toc-10\">Storia Del Gioco Plinko</a></li><li><a href=\"#toc-11\">Come Funziona Plinko? </a></li><li><a href=\"#toc-12\">Plinko Soldi Veri: Recensioni E Dove Giocare</a></li><li><a href=\"#toc-13\">Plinko Si Vince Veramente? </a></li><li><a href=\"#toc-14\">Qual È Arianne Significato Della Modalità Demo Nei Giochi Di Casinò Plinko? </a></li><li><a href=\"#toc-15\">Plinko Gamingcorps</a></li><li><a href=\"#toc-16\">Promozioni E Codici Bonus Nei Casinò Con Plinko Di Bgaming</a></li><li><a href=\"#toc-17\">Plinko App, Because Of Modi Di Agire Da Mobile</a></li><li><a href=\"#toc-18\">Procedura Di Registrazione Per Giocare A Plinko Di\" \"bgaming</a></li><li><a href=\"#toc-19\">Differenze Tra Plinko Classico E Extremely Plinko</a></li><li><a href=\"#toc-20\">Opinioni Dei Giocatori Sul Gioco Plinko</a></li><li><a href=\"#toc-21\">Quali Casinò Hanno Plinko A Soldi Veri E Dove Incrociare Il Gioco</a></li><li><a href=\"#toc-22\">Sono Stato Notevole Fortunato A Incrociare Questo Gioco Throughout Questa Notte</a></li><li><a href=\"#toc-23\">Sicurezza E Affidabilità De Gioco Plinko Dalam Bgaming</a></li><li><a href=\"#toc-24\">Come Giocare A Plinko? </a></li><li><a href=\"#toc-27\">Si Può Agire A Plinko Tidak Bermodal? </a></li><li><a href=\"#toc-30\">Eurobasket, L\'impatto Dei 4 Giocatori Virtus</a></li><li><a href=\"#toc-31\">Come Vincere The Plinko? Strategie E Consigli Utili</a></li><li><a href=\"#toc-32\">Come Si Gioca A Plinko? </a></li><li><a href=\"#toc-34\">Su Come Il Gioco Ha Minimamente Salvato La Mia Relazione</a></li></ul></div><p>Prima di decidere di cimentarsi con Plinko  a soldi veri è fare cimentarsi con are generally modalità di prova, ossia la versione demo gratuita each prendere dimestichezza que incluye il gioco, sebbene sia estremamente manifesto.  Di seguito proponiamo Plinko demo free of charge a beneficio di tutti i nostri lettori.  In corrente caso ci troviamo di fronte a un gioco dalla grafica minimale, disadvantage il classico triangolo su sfondo blu.  Nella configurazione que tiene 8 caselle la vincita massima è 27, 1x, mentre con 18 si sale fino some sort of 3623, 8x.  Nella modalità automatica si possono lanciare throughout successione fino a new 1000 palline.  Un campo di calcio è l’ambientazione del Plinko online sviluppato da Gaming Corps, anche se di forma triangolare.</p><p>Gli elementi che possono essere modificati bombig di ogni circular sono il gruppo di linee, il livello di rischio e ovviamente la puntata.  La versione realizzata da Spribe si caratterizza per lo sfondo blu che declina al verde e each la forma triangolare della zona di gioco.  Le tabelle premio sono several, quella verde porta a una premio massima di x35, con la gialla si arriva a new x118, quella encolure massimo rischio (la rossa) sale afilado a x555.  C’è anche l’opzione pada gioco automatico per lanciare in serie, ma sempre separatamente un certo misura di palline at the selezionando la schema premio.</p><h2 id=\"toc-0\">Rinascita Per Il Gioco Una Mia Svolta Que Tiene Plinko</h2><p>La unione di un gameplay basato sul se e di elementi tematici crea un’esperienza di gioco piacevole e divertente.  Per soddisfare le preferenze dei giocatori, Spribe’s Plinko offre impostazioni regolabili, tra cui il numero dalam linee e arianne livello di volatilità.  I giocatori possono scegliere tra eight e 16 linee, per un’esperienza personalizzata che si adatta al livello pada sfida desiderato <a href=\"https://ismelt.it/\">plinko dove giocare</a>.</p><ul><li>Infine, leggendo le plinko recensioni degli altri utenti si possono raggiungere indicazioni utili sulle configurazioni più utilizzate e sulle esperienze comuni. </li><li>La prima variante targata GamingCorps (vedremo anche una seconda e are generally terza di approvazione ossia PlinkGoal e UPlinko) si contraddistingue per la importante flessibilità. </li><li>Le recensioni degli utenti italiani tu Plinko sono generalmente positive, ma mostrano anche alcuni aspetti critici che meritano attenzione. </li><li>L’App Plinko Mobile estende la gioia electronic l’eccitazione del abitare gioco da casinò Plinko a el formato portatile at the conveniente, rendendolo accessibile ai giocatori tu vari dispositivi mobili. </li></ul><p>La griglia pada gioco è visibile al centro, que incluye animazioni fluide che mostrano il percorso della pallina lungo i pioli.  I moltiplicatori ai bordi sono sempre leggibili, così da tenere sotto controllo the possibili vincite in tempo reale.  Le plinko recensioni sottolineano spesso l’accessibilità dell’interfaccia anche su schermi di dimensioni ridotte, come quelli degli smartphone.  Sono giochi dove c’è spesso un livello d’interazione più alto rispetto alle slot machine e, anche in questo caso, il responso è immediato.</p><h3 id=\"toc-1\">Pine Associated With Plinko Su Starcasinò</h3><p>Con los angeles crescente domanda de gioco Plinko, gli sviluppatori di software stanno adattando arianne gioco alle nuove esigenze degli utenti.  Qualsiasi giocatore, dal più esperto al principiante, può com facilidade comprendere tutte the funzionalità di presente gioco e le sue regole principali in modo intuitivo.  Le puntate iniziali vanno da algun minimo di 0, 10€ ad algun massimo di 50€, mentre la premio massima che puoi ottenere a questa versione di\" \"quick game è pada 420x la scommessa.  Effettuando scommesse che vanno da un minimo di 0, 10€ ad algun massimo di 100€, la vincita prassi che puoi ottenere è di 3843x la puntata.  Il gioco è evidente, veloce e senza funzioni bonus classici, ma punta tutto sull’imprevedibilità e l’adrenalina del drop.  L’App Plinko Mobile alastra la gioia at the l’eccitazione del abitare gioco da casinò Plinko a un formato portatile electronic conveniente, rendendolo accessibile ai giocatori tu vari dispositivi mobili.</p><ul><li>La sentenza dipende dai propri gusti personali ma, essendo in ballo denaro reale, è bene tenere a new mente che Plinko Dare2Win è una versione che regala le vincite più alte, seguita da Plinko Spribe. </li><li>Scopriamo nei prossimi paragrafi le principali varianti del gara Plinko online. </li><li>Nelle plinko recensioni più dettagliate, viene anche menzionato che le versioni delete gioco offerte nei vari casinò possono variare leggermente. </li><li>Serve come strumento per l’esplorazione, l’apprendimento e la verifica delle strategie senza\" \"rischi. </li><li>Infatti, qui è realizzabile regolare con importante precisione il fattore di rischio. </li></ul><p>Per trovare sem dificuldades Plinko basta andare nella sezione “slot machine” ed effettuare una ricerca testuale con l’apposito filtro.  Le versioni presenti su Starcasinò sono Plinko Dare2Win dalam Hacksaw Gaming at the di Plingo Go di 1X2 Video gaming.  Le recensioni su Plinko variano fortemente a seconda dell’esperienza personale dei giocatori.  Alcuni apprezzano los angeles semplicità e los angeles dinamica del gara, sottolineando come Plinko offra un\'esperienza diversa rispetto ad altri giochi da casinò online più complessi.  Secondo queste recensioni, Plinko può raggiungere coinvolgente e brillante, specialmente per i nuovi giocatori che cercano qualcosa dalam facile da realizzare e immediato.  Sì, molti casinò on-line offrono la possibilità di giocare a new Plinko con soldi veri.</p><h3 id=\"toc-2\">Faq – Domande Frequenti Su Plinko</h3><p>Smentiamo categoricamente con parecchio di motivazioni all’interno della nostra recensione.  Si, Plinko è affidabile al 100% in quanto gara facente parte dell’offerta degli operatori ADM-AAMS e pertanto sottoposto a rigidi at the costanti controlli.  Vi autorizzo alla lettura dei miei dati di navigazione for each effetuare attività di analisi e profilazione per migliorare l’offerta e i servizi del sito\" \"throughout linea con the mie preferenze at the i miei interessi.</p><ul><li>A differenza pada altri operatori, conseguentemente, Plinko sarà actualidad dentro l\'area \"Casinò\". </li><li>È un ottimo método per staccare la spina e rilassarsi senza pensare the strategie. </li><li>Con il pericolo alto, aumentano my partner and i moltiplicatori estremi ma calano le probabilità di successo duraturo. </li><li>In Plinko, l’esito di ogni turno può valere verificato in modo indipendente, tipicamente nella pratica la tecnologia blockchain, fornendo trasparenza at the assicurando ai giocatori la correttezza delete gioco. </li></ul><p>In alcuni casi la maneira del tavolo de uma gioco è diversa, anche se il fatto più utilizzata è la triangolare.  Ci sono poi differenze relative al serie di palline weil giocare contemporaneamente e la modalità d’inserimento.  Infine, come vedremo più avanti, c’è una variante con la pallina che sale verso l’alto.</p><h2 id=\"toc-3\">Perché È Importante Selezionare Un Sito Affidabile Per Giocare A Plinko Online? </h2><p>Questo garantisce che ogni caduta sia indipendente e casuale, senza vantaggi predefiniti.  Molti utenti che hanno provato questa procedura hanno condiviso le loro opinioni positive nelle Plinko recensioni.  App cellular con prestazioni affidabili L’accesso rapido tramite app dedicata è fondamentale.  I casinò vincenti garantiscono app leggere, stabili e compatibili con iOS at the Android, mantenendo intatte tutte le funzionalità della versione personal computer.  Quando si sceglie un casinò per giocare a Plinko online di BGaming, ci sono cinque fattori che fanno davvero la differenza per chi gioca dall’Italia.</p><ul><li>Alcune piattaforme ricevono recensioni negative a querella di tempi pada attesa lunghi to di personale menos disponibile. </li><li>Tuttavia, si tratta di un gara che è molto popolare anche inside tanti altri paesi del mondo. </li><li>Sono grata de flesta mia fortuna e a questo gioco d\'azzardo per avermi informacion nuove opportunità at the prospettive. </li><li>Questo adattamento risponde alla crescente problema di gioco mobile phone, consentendo agli appassionati di godere delete brivido di Plinko anche in corrente. </li></ul><p>Ogni volta che la palla atterrava sul tabellone, il nostro cuore batteva più forte - entrambi capivamo che questa era la nostra possibilità di mi grande vincita.  E poi, quando avevamo quasi perso la speranza, una delle fiches è caduta sul campo rosso - abbiamo vinto!  L\'euforia e los angeles gioia si sono impadronite di noi, io e Vertice ci siamo abbracciati e abbiamo capito che se eravamo stati fortunati attualmente, saremmo stati fortunati ancora.  Abbiamo perso praticamente tutto elizabeth siamo usciti within positivo solo per un po\', ma non eravamo troppo delusi perché not ci aspettavamo milioni.</p><h3 id=\"toc-4\">Plinko È Una Truffa, Mum Non È Il Gioco A Eludere Scopri Perché! </h3><p>Anche ze ogni sessione è unica, confrontare the proprie strategie que incluye quelle della local community può offrire spunti interessanti per ottimizzare le giocate.  Licenza ADM (AAMS) Un venditore con licenza ADM è sinonimo dalam legalità e stima delle normative italiane.</p><ul><li>Inoltre, Plinko XY offre un allucinante tasso di guadagno al giocatore (RTP) del 99%. </li><li>Il suggestions positivo si concentra anche sul potenziale di vincite decenti, aggiungendo al fascino complessivo di Spribe’s Plinko nella comunità dei giochi dalam casinò online. </li><li>Le versioni presenti su Starcasinò sono Plinko Dare2Win di Hacksaw Gaming e di Plingo Move di 1X2 Game playing. </li><li>Un buon RTP e impostazioni pada rischio flessibili rendono il gioco no solo interessante, ma anche affidabile. </li><li>Le piattaforme conjunto sottopongono i essi RNG a verifiche regolari da part di organizzazioni indipendenti, come eCOGRA electronic iTech Labs, for every garantire l\'integrità e l\'equità dei giochi. </li><li>Le misure di sicurezza e l\'uso di RNG garantiscono una protezione dei dati e dei fondi dei giocatori, nonché l\'equità dei risultati. </li></ul><p>Il inaugurazione della casella determina la vincita, aggiungendo un elemento pada casualità ed eccitazione a ogni vuelta.  Questa meccanica evidente ma efficace contribuisce all’accessibilità del gara per i giocatori di tutti my partner and i livelli di abilità.  Il gioco è ambientato su algun tabellone a manera di piramide atuendo da file pada birilli, che rispecchia la tradizionale configurazione di Plinko.  Il design piramidale esalta il fascino visivo, creando un lugar coinvolgente per i giocatori che anticipano la traiettoria della pallina e arianne suo punto di atterraggio finale.  Le file di birilli aggiungono un elementos di imprevedibilità, mantenendo il gioco solerte e coinvolgente.  Una pallina scende ag una piramide pada pioli, rimbalzando sui pioli stessi durante la caduta.</p><h2 id=\"toc-5\">L\'emozione Della Giovinezza Nel Gioco È Stata Percepita Ancora Una Volta</h2><p>Tuttavia, è importante scegliere piattaforme rispettabili e leggere le recensioni for every assicurarsi che siano affidabili e sicure.  Il gioco Plinko sta guadagnando constantemente più popolarità tra gli appassionati di casinò online at the giochi da tavolo, grazie alla tua semplicità e ing fascino che présente.  Se sei algun giocatore che tapia un’esperienza divertente, mum desidera anche conoscere le opinioni degli altri utenti, questa pagina è perfetta per te.  I giocatori, tuttavia, devono essere consapevoli che queste versioni demo non consentono di prelevare eventuali vincite, poiché stiamo parlando di fondi fittizi.  Pertanto, tutto ciò che si vince nei giri gratuiti sarà solo prestigio fittizio e non comporterà alcuna premio reale.  Quando avrai acquisito fiducia throughout un determinato gara Plinko, sarà il momento di provare la versione con denaro reale, poiché tutte le vincite saranno accreditate sul tuo conto pada\" \"gara reale.</p><ul><li>Un casinò bill recensito offre mi garanzia di affidabilità e trasparenza. </li><li>Questo oltre ai codici Sisal elizabeth al fun added bonus da 5. 000€ per provare Salva il Bottino. </li><li>In molti casinò italiani, Plinko è offerto con grafiche che richiamano il design abituale del gioco, ma con innovazioni tecnologiche che migliorano l\'interfaccia utente. </li><li>Serve come ambiente privo di rischi for every imparare i meccanismi, provare diverse strategie e sperimentare votre caratteristiche del gara prima di vincolarsi nel gioco que incluye denaro reale. </li><li>Le plinko recensioni sottolineano spesso l’accessibilità dell’interfaccia anche su schermi di dimensioni ridotte, come quelli degli smartphone. </li></ul><p>Le opinioni degli utenti largo elogiano la facilità con cui è possibile navigare nel gioco e la chiarezza delle istruzioni fornite.  Tuttavia, alcuni giocatori segnalano pada aver riscontrato problemi  tecnici, come separation o errori pada caricamento, che possono compromettere l\'esperienza pada gioco.  Andando nella sezione Casinò di Planetwin365 e recandosi poi in il fatto Slot, è possibile trovare ben due versioni del gara Plinko.  La prima è la più comune, cioè Plinko Go di 1x2gaming, l\'altra invece è Plinko di Gaming Corps, l\'alternativa che forse a nostro avviso ci ha convinto meno throughout termini di grafica e layout del gioco.</p><h2 id=\"toc-6\">Semplicità Elizabeth Redditività Di Plinko Su Tutti I Actually Dispositivi</h2><p>Ciò contribuisce a un’esperienza di gioco più informata e estetico, enfatizzando il gara responsabile.  È trascorso più di este decennio da quando uno\" \"scrittore di talento fixa iniziato la sua carriera nel campo del Plinko.  È passato dal giornalismo alla scrittura dalam contenuti per my partner and i casinò online, dove si è de manera acelerada affermato come primero dei principali esperti del settore.  Questo passaggio gli styra permesso di ampliare le sue conoscenze e di corredare informazioni preziose aje giocatori.  Iniziando disadvantage le recensioni delle slot, l’autore cuando è presto reso conto che the sue conoscenze potevano essere applicate anche alle recensioni approfondite dei casinò.</p><ul><li>Inoltre, controllare che il casinò disponga di una licenza rilasciata da un\'autorità pada regolamentazione rispettabile è fondamentale per coprire la tutela dei propri dati at the delle proprie transazioni. </li><li>Spribe’s Plinko mantiene un tasso di ritorno al giocatore (RTP) competitivo, che in genere va dal 97% al 99%. </li><li>L’RTP è del 97% mentre le caratteristiche fondamentali sono il “Round Bonus”, una tableta che si carica progressivamente durante il gioco e che aggiunge una forma di jackpot de flesta vincita ottenibile. </li><li>Riconoscendo l’importanza delete coinvolgimento e delete comfort dei giocatori, Anubis Plinko proposition una versione demonstration che permette ai giocatori di esaminare il gioco senza impegnare denaro utile. </li></ul><p>Seppur facile, nella dinamica di gara questo titolo styra qualche regola dalam base che è consigliabile conoscere prima di lanciare los angeles pallina.  La pena interessante di questo gioco è che puoi influenzare proprietà molto importanti appear la volatilità e l’indice RTP rapid che può arrivare fino a 97% o addirittura ing 99%.  Pur not essendo una slot machine canonica, grazie a new questo dato elle Plinko entra dalam diritto a significantly parte delle slot che pagano di più.  Su AdmiralBet troverai a tua disposizione Plinko Dare two Win e Plinko Mega Fire Fire, gli ultimi arrivi \"a tema Plinko\" presenti su\" \"questo casinò online.  In questo articolo vediamo in breve cos’è il plinko, come funziona e dove giocare a plinko con soldi veri in Italia.  Sì, molte versioni dalam Plinko, tra cui Stake Original Plinko e Spribe’s Plinko, supportano le criptovalute.</p><h3 id=\"toc-7\">Consigli For Each Giocare A Plinko</h3><p>Le versioni del gioco some sort of rischio più puro offrono premi più consistenti, ma anche maggiori possibilità pada perdere.  In conclusione, i giochi di casinò Plinko dans le cas où sono evoluti inside un genere diverso e coinvolgente, offrendo ai giocatori un’emozionante fusione di éxito e divertimento.  I giocatori possono esplorare diversi temi, qualità e dinamiche dalam gioco con varie versioni come Plinko XY di BGaming, Spribe Plinko, Anubis Plinko di 1win Casino e Risk Original Plinko.  In sintesi, il gara da casinò Spribe’s Plinko combina l’ispirazione a noti programmi di gioco education elementi di gioco tradizionali, creando un’esperienza visivamente accattivante e divertente.  Sì, ci sono diversi segnali di allarme che possono indicare che una piattaforma Plinko può essere fraudolenta o inaffidabile.</p><ul><li>Come avrai potuto intuire, esistono varie tipologie di Plinko compresa tra i\" \"fast games casino within Italia. </li><li>Capire votre regole si è rivelato facile elizabeth le vincite sono davvero notevoli. </li><li>In questo momento sono 2 i titoli pada questo genere presenti su Sisal, parliamo di Plinko Dare2Win di Hacksaw Gambling e di Plingo Go di 1X2 Gaming. </li></ul><p>Scegliere algun sito affidabile è\" \"cruciale per garantire are generally sicurezza dei tuoi dati personali at the finanziari.  Inoltre, este sito rispettabile usted assicura che elle gioco sia disinteressato e che tu possa ricevere votre tue vincite within modo corretto.  Sì, Plinko è legale in Italia, mother è consigliabile giocare solo su piattaforme online autorizzate dall\'Agenzia delle Dogane electronic dei Monopoli (ADM) per garantire are generally sicurezza e are generally legalità del gara.  Un casinò ben recensito offre mi garanzia di affidabilità e trasparenza.</p><h2 id=\"toc-8\">Che Cos’è Elle Provably Fair Electronic Come Si Applica Ai Giochi Plinko? </h2><p>Esploro le dinamiche del gara, le strategie vincenti e le più bei periodi piattaforme per agire.  Il mio giusto è fornire informazioni chiare e utili per migliorare l\'esperienza di gioco\" \"pada tutti.  Ogni casinò online può adottare un sistema promozionale diverso dedicato esclusivamente al Plinko sport.</p><ul><li>Il Plinko ha consumato la sua avismal popolarità in Italia grazie ad “OK, il prezzo è giusto”, dove period uno dei giochi del programma TELEVISION. </li><li>La piattaforma offre occasionalmente bonus sul deposito o eventi dalam cashback, migliorando l’esperienza del giocatore. </li><li>Un giorno los angeles mia amica una ha raccontato delete casinò Plinko elizabeth che lì cuando possono vincere grandi somme. </li><li>Ho vinto la somma di denaro incredibilmente grande, che è stata adeguato non solo per il caffè, ma anche per cominciare la mia caffetteria!!! </li></ul><p>Una percentuale di RTP alta garantisce este ritorno ai\" \"giocatori sotto forma pada vincite di extensa parte delle puntate.  Tuttavia, è fundamental ricordare che Plinko rimane un gioco d’azzardo, e are available tale, il risultato non è no garantito.  Alcuni giocatori riportano sessioni dalam gioco con sac vincite o que incluye vincite minime, elle che conferma che, sebbene sia realizzabile vincere, le probabilità non sono continuamente a favore delete giocatore.  Plinko è un gioco che offre un blend unico di dicha e intrattenimento, rendendolo una scelta popolare tra i giocatori di casinò on the web italiani.  Le recensioni di Plinko mostrano chiaramente che, quantunque il gioco tanto generalmente ben accolto, ci sono aspetti che richiedono attenzione da parte dei giocatori, soprattutto quando si gioca que incluye soldi veri.  Un\'attenta selezione del casinò può assicurare un\'esperienza di gioco positiva e sicura, con un servizio clienti eccellente e condizioni eque.</p><h3 id=\"toc-9\">Plinko Casino Con Soldi Veri: Come Funziona E Dove Giocare Con Bonus</h3><p>Durante il gioco, puoi sempre consultare the recensioni plinko degli altri utenti presenti sul\" \"posizione per scoprire suggerimenti utili.  Quando vuoi prelevare le vincite, accedi alla suddivisione prelievi, seleziona elle metodo di pagamento e inserisci l’importo.  Questo gioco si distingue rispetto agli altri per la sua forma originale e per una modalità di gara rovesciata.  La programa è quella dalam un diamante e la pallina great deals invece di diminuire. Il numero delle caselle di arrivo va da 7 a 16 con step di a couple of a salire.  Si può attivare il lancio automatico delle palline fino some sort of un massimo pada 50.  La knorke variante targata GamingCorps (vedremo anche are generally seconda e una terza di corteo ossia PlinkGoal e UPlinko) si contraddistingue per la grande flessibilità.</p><ul><li>Infatti, secondo i actually calcoli dell’utente, questi bin estremi rappresentano solo 2 possibilità su 65. 536, una probabilità infinitesimale. </li><li>Questo ha spinto my partner and i fornitori di contenuti per casinò a new creare una versione per giocare a Plinko con soldi veri online. </li><li>La benevolenza delle regole, lo sfruttamento delle modalità demo e l’apprezzamento di Plinko come forma di intrattenimento contribuiscono a un’esperienza di gioco positiva. </li><li>Abbracciando la tecnologia blockchain o integrando varie criptovalute nel gioco, Plinko XY migliora il concetto abituale di Plinko each gli utenti coinvolti in progetti dalam criptovalute. </li><li>Si può farlo in modalità manuale o automatica (AutoPlay), anche que tiene più palline successive. </li><li>La vittoria dans le cas où ottiene sempre no momento em que una pallina arriva in fondo alla griglia di gioco, within cui sono presenti i moltiplicatori. </li></ul><p>Nonostante tutte queste varietà elle funzionamento di basic della pallina che scende verso arianne basso è constantemente lo stesso.  Anubis Plinko di 1win Casino apporta un tocco unico approach tradizionale gioco del Plinko, infondendolo disadvantage elementi dell’antica mito egizia.  L’incorporazione pada temi ispirati alla cultura egizia aggiunge uno strato dalam misticismo e intrigo all’esperienza di gioco.  Il gioco presenta probabilmente elementi visivi, simboli o animazioni legati alla mitologia egizia, offrendo aje giocatori un gita tematico e coinvolgente mentre si cimentano con le meccaniche di Plinko.  Spribe’s Plinko mantiene un tasso di ritorno al giocatore (RTP) competitivo, che in genere va dal 97% al 99%.</p><h3 id=\"toc-10\">Storia Del Gioco Plinko</h3><p>Alcuni utenti cuando lamentano delle difficoltà nel vincere premi elevati e della mancanza di mi strategia vincente chiara.  Come possiamo controllare, il gioco Plinko è molto evidente, ma allo stesso tempo emozionante advertising ogni nuova giocata.  Tutti i risultati sono casuali, garantendo un’esperienza equa each ogni utente.</p><ul><li>Tutti i risultati sono casuali, garantendo un’esperienza equa each ogni utente. </li><li>Uno dei dubbi più frequenti è se tanto\" \"particolarmente possibile vincere giocando a Plinko. </li><li>Molte piattaforme ora richiedono o offrono l\'opzione 2FA, che aggiunge un ulteriore livello di garanzia al processo pada login, proteggendo we conti dei giocatori da accessi non autorizzati. </li><li>È fondamentale giocare in modo consapevole e comprendere che Plinko è basato principalmente sulla éxito, con un presa di strategia each personalizzare l’esperienza. </li><li>Alcuni giocatori riportano sessioni di gioco con pochissime persone vincite o disadvantage vincite minime, arianne che conferma che, sebbene sia possibile vincere, le probabilità non sono sempre a favore de giocatore. </li></ul><p>Questo dimostra quanto sia cruciale per i giocatori scegliere un casinò con una servizio clienti di alta qualità.  Con queste considerazioni in mente, è chiaro che Plinko anordna catturato l\'interesse degli appassionati di casinò online per are generally sua natura dinamica e i potenziali guadagni che proposition.  Tuttavia, la selezione del casinò necessario è essenziale per un’esperienza di gara sicura e positivo.  Goldbet è primero dei siti parte del gruppo Lottomatica che più dans le cas où avvicina come navigabilità al sito lottomatica. it, per non dire che sono quasi identici.  Per trovare Plinko Move di 1x2 Video gaming, quindi, anche quel professionnel è\" \"essenziale recarsi nell\'area \"Casinò\" selezionabile dal menù in alto, at the poi ancora enel quella dei \"Soft Games\".</p><h2 id=\"toc-11\">Come Funziona Plinko? </h2><p>Questa modalità consente ai giocatori di provare i meccanismi, perlustrare le caratteristiche at the farsi un’idea delete gioco prima di impegnarsi a agire con denaro volgare.  Plinko XY di BGaming è una versione specializzata del gioco da casinò Plinko, progettata per favorire gli appassionati di criptovalute.  Questo adattamento incorpora caratteristiche che si allineano allesamt dinamiche dei progetti di criptovaluta, creando un’esperienza di gioco coinvolgente e adatto alle criptovalute.  Abbracciando la tecnologia blockchain o integrando varie criptovalute nel gioco, Plinko XY migliora il concetto tradizionale di Plinko per gli utenti coinvolti in progetti di criptovalute.  Anche su uno dei più bei periodi casinò online throughout Italia si trova\" \"Plinko in versione digitale.</p><ul><li>Il gioco non registra le giocate precedenti e non adatta le probabilità in base alla serie di esiti. </li><li>Ciò è in linea con are generally tendenza più ampia dell’industria del gara online, dove l’integrazione delle criptovalute présente ai giocatori la maggiore flessibilità electronic sicurezza nelle loro transazioni. </li><li>Ma stai constantemente allerta, le iphone app plinko non legali sono ovunque at the per essere sicuro ti consigliamo di giocare solo nei casino ADM come quelli delle nostre liste. </li><li>Per rispondere allesammans domanda bisogna serious che, anche con assenza di bisogno di manipolare il gioco, elle sistema è progettato per favorire are generally casa produttrice. </li><li>Il gioco plinko dimostra così come are generally cura per l’interfaccia possa fare los angeles differenza nell’esperienza complessiva. </li></ul><p>Queste recensioni rappresentano una bussola per i nuovi giocatori che si avventurano nel mondo di Plinko inside cerca di fortuna e divertimento.  Noi abbiamo giocato the Plinko gratis, un test che consigliamo a chiunque per cominciare a realizzare come prendere are generally mano ed impostare il gioco inside base alle proprie preferenze.  Ovviamente, tutto può essere modificato alla fine pada ogni partita, che difficilmente dura più di secondi (a seconda del misura di palline fatte scendere).</p><h2 id=\"toc-12\">Plinko Soldi Veri: Recensioni E Dove Giocare</h2><p>La sensazione no momento em que la pallina vola verso il moltiplicatore x1000 è incredibile!  Il gioco è legittimo e proposition un’esperienza trasparente, mum il segreto per divertirsi sta nel saper sfruttare the opzioni disponibili throughout modo consapevole.  Nonostante le numerose recensioni vere che lodano il gioco, esistono anche alcune recensioni negative che evidenziano alcuni aspetti poco convincenti di Plinko.</p><ul><li>Il marcia successivo consiste nel far cadere are generally pallina, che scende attraverso una tavola piena di pioli. </li><li>Anche in questo problema il giocatore valuta qual è elle livello di pericolo che si vuole correre per ogni singolo turno pada gioco. </li><li>Seppur facile, nella dinamica di gioco questo titolo fixa qualche regola di base che è consigliabile conoscere sauber di lanciare los angeles pallina. </li><li>In questo caso è contemporáneo una versione sviluppata appositamente da Hacksaw Gaming. </li><li>Il suo obiettivo è quello di rimandare il gioco d’azzardo non solo divertente, ma anche pada successo, offrendo technique e informazioni che aiutino i giocatori nelle loro imprese. </li></ul><p>Capire the regole si è rivelato facile elizabeth le vincite sono davvero notevoli.  Consiglio questo gioco the chi cerca algun intrattenimento facile ed\" \"entusiasmante.  Ogni volta che la pallina entra nella cella giusta, la sensazione dalam adrenalina è semplicemente alle stelle.</p><h3 id=\"toc-13\">Plinko Si Vince Veramente? </h3><p>Le recensioni pada Plinko possono munire informazioni utili sulle esperienze degli altri giocatori, sui payment e sulla qualità del gioco.  Suggeriamo di considerare più fonti e elle feedback complessivo for each avere un funzionario chiaro del gioco e della piattaforma prescelta.  Oltre alle regole e ai consigli su arrive si gioca, la delle prime domande che si pone un giocatore è relativa al payment.  Al di là di qualche piccola differenza tra votre versioni proposte dai fornitori Spribe, Hacksaw Gaming e BGaming, Plinko è notevole semplice da giocare.</p><ul><li>Sebbene dans le cas où parli di un gioco con este concetto semplice, evita di giocare senza un obiettivo e adotta alcuni pada questi approcci. </li><li>La semplicità del lancio della pallina attraverso my partner and i birilli e l’attesa del risultato facilitano il divertimento dei neofiti, mentre l’imprevedibilità tiene impegnati my partner and i giocatori più esperti. </li><li>Plinko è un gara che ha guadagnato popolarità nei programmi televisivi e, più recentemente, nelle piattaforme di scommesse on the web. </li><li>In conclusione, i giochi di casinò Plinko si sono evoluti within un genere diverso e coinvolgente, offrendo ai giocatori un’emozionante fusione di éxito e divertimento. </li></ul><p>In esso, i giocatori fanno cadere delle palle in un albo pieno di piccole asticelle, cercando dalam farle atterrare nelle tasche con i premi più alti posti nella lado inferiore.  La calo della palla è influenzata dalla gravità e dall\'impatto casuale con le asticelle, rendendo l\'esito de gioco imprevedibile at the coinvolgente.  Per giocare a Plinko su Lottomatica è opportuno avere un conto gioco attivo.  Tuttavia, per i più curiosi che vogliono provare il gara senza spendere soldi ed essere for each forza iscritti, c\'è la possibilità di provare la trial gratuitamente.</p>','Plinko È Affidabile Leggete La Nostra Giudizio Affidabile Di Plinko Nei Casinò Online','','publish','closed','','','plinko-e-affidabile-leggete-la-nostra-giudizio-affidabile-di-plinko-nei-casino-online','','','2025-10-13 06:58:11','2025-10-12 23:58:11','',0,'https://lion288slot.com/?p=395',0,'post','',0),
(396,1,'2025-10-13 06:58:11','2025-10-12 23:58:11','<meta name=\"description\" content=\"Capire the regole si è rivelato facile elizabeth le vincite sono davvero notevoli. \"/><h1>Plinko È La Truffa, Ma No È Il Gara A Ingannare Scopri Perché!</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Rinascita Per Il Gioco Los Angeles Mia Svolta Con Plinko</a></li><li><a href=\"#toc-1\">Pine Regarding Plinko Su Starcasinò</a></li><li><a href=\"#toc-2\">Faq – Domande Frequenti Su Plinko</a></li><li><a href=\"#toc-3\">Perché È Importante Selezionare Un Sito Affidabile Per Giocare A New Plinko Online? </a></li><li><a href=\"#toc-4\">Plinko È Una Truffa, Mum Non È Il Gioco A Eludere Scopri Perché! </a></li><li><a href=\"#toc-5\">L\'emozione Della Giovinezza Nel Gioco È Stata Percepita Ancora Una Volta</a></li><li><a href=\"#toc-6\">Semplicità At The Redditività Di Plinko Su Tutti I Actually Dispositivi</a></li><li><a href=\"#toc-7\">Consigli Each Giocare A Plinko</a></li><li><a href=\"#toc-8\">Che Cos’è Il Provably Fair Electronic Come Si Applica Ai Giochi Plinko? </a></li><li><a href=\"#toc-9\">Plinko Casino Disadvantage Soldi Veri: Are Available Funziona E Ove Giocare Con Bonus</a></li><li><a href=\"#toc-10\">Storia Del Gioco Plinko</a></li><li><a href=\"#toc-11\">Come Funziona Plinko? </a></li><li><a href=\"#toc-12\">Plinko Soldi Veri: Recensioni E Dove Giocare</a></li><li><a href=\"#toc-13\">Plinko Si Vince Veramente? </a></li><li><a href=\"#toc-14\">Qual È Arianne Significato Della Modalità Demo Nei Giochi Di Casinò Plinko? </a></li><li><a href=\"#toc-15\">Plinko Gamingcorps</a></li><li><a href=\"#toc-16\">Promozioni E Codici Bonus Nei Casinò Con Plinko Di Bgaming</a></li><li><a href=\"#toc-17\">Plinko App, Because Of Modi Di Agire Da Mobile</a></li><li><a href=\"#toc-18\">Procedura Di Registrazione Per Giocare A Plinko Di\" \"bgaming</a></li><li><a href=\"#toc-19\">Differenze Tra Plinko Classico E Extremely Plinko</a></li><li><a href=\"#toc-20\">Opinioni Dei Giocatori Sul Gioco Plinko</a></li><li><a href=\"#toc-21\">Quali Casinò Hanno Plinko A Soldi Veri E Dove Incrociare Il Gioco</a></li><li><a href=\"#toc-22\">Sono Stato Notevole Fortunato A Incrociare Questo Gioco Throughout Questa Notte</a></li><li><a href=\"#toc-23\">Sicurezza E Affidabilità De Gioco Plinko Dalam Bgaming</a></li><li><a href=\"#toc-24\">Come Giocare A Plinko? </a></li><li><a href=\"#toc-27\">Si Può Agire A Plinko Tidak Bermodal? </a></li><li><a href=\"#toc-30\">Eurobasket, L\'impatto Dei 4 Giocatori Virtus</a></li><li><a href=\"#toc-31\">Come Vincere The Plinko? Strategie E Consigli Utili</a></li><li><a href=\"#toc-32\">Come Si Gioca A Plinko? </a></li><li><a href=\"#toc-34\">Su Come Il Gioco Ha Minimamente Salvato La Mia Relazione</a></li></ul></div><p>Prima di decidere di cimentarsi con Plinko  a soldi veri è fare cimentarsi con are generally modalità di prova, ossia la versione demo gratuita each prendere dimestichezza que incluye il gioco, sebbene sia estremamente manifesto.  Di seguito proponiamo Plinko demo free of charge a beneficio di tutti i nostri lettori.  In corrente caso ci troviamo di fronte a un gioco dalla grafica minimale, disadvantage il classico triangolo su sfondo blu.  Nella configurazione que tiene 8 caselle la vincita massima è 27, 1x, mentre con 18 si sale fino some sort of 3623, 8x.  Nella modalità automatica si possono lanciare throughout successione fino a new 1000 palline.  Un campo di calcio è l’ambientazione del Plinko online sviluppato da Gaming Corps, anche se di forma triangolare.</p><p>Gli elementi che possono essere modificati bombig di ogni circular sono il gruppo di linee, il livello di rischio e ovviamente la puntata.  La versione realizzata da Spribe si caratterizza per lo sfondo blu che declina al verde e each la forma triangolare della zona di gioco.  Le tabelle premio sono several, quella verde porta a una premio massima di x35, con la gialla si arriva a new x118, quella encolure massimo rischio (la rossa) sale afilado a x555.  C’è anche l’opzione pada gioco automatico per lanciare in serie, ma sempre separatamente un certo misura di palline at the selezionando la schema premio.</p><h2 id=\"toc-0\">Rinascita Per Il Gioco Una Mia Svolta Que Tiene Plinko</h2><p>La unione di un gameplay basato sul se e di elementi tematici crea un’esperienza di gioco piacevole e divertente.  Per soddisfare le preferenze dei giocatori, Spribe’s Plinko offre impostazioni regolabili, tra cui il numero dalam linee e arianne livello di volatilità.  I giocatori possono scegliere tra eight e 16 linee, per un’esperienza personalizzata che si adatta al livello pada sfida desiderato <a href=\"https://ismelt.it/\">plinko dove giocare</a>.</p><ul><li>Infine, leggendo le plinko recensioni degli altri utenti si possono raggiungere indicazioni utili sulle configurazioni più utilizzate e sulle esperienze comuni. </li><li>La prima variante targata GamingCorps (vedremo anche una seconda e are generally terza di approvazione ossia PlinkGoal e UPlinko) si contraddistingue per la importante flessibilità. </li><li>Le recensioni degli utenti italiani tu Plinko sono generalmente positive, ma mostrano anche alcuni aspetti critici che meritano attenzione. </li><li>L’App Plinko Mobile estende la gioia electronic l’eccitazione del abitare gioco da casinò Plinko a el formato portatile at the conveniente, rendendolo accessibile ai giocatori tu vari dispositivi mobili. </li></ul><p>La griglia pada gioco è visibile al centro, que incluye animazioni fluide che mostrano il percorso della pallina lungo i pioli.  I moltiplicatori ai bordi sono sempre leggibili, così da tenere sotto controllo the possibili vincite in tempo reale.  Le plinko recensioni sottolineano spesso l’accessibilità dell’interfaccia anche su schermi di dimensioni ridotte, come quelli degli smartphone.  Sono giochi dove c’è spesso un livello d’interazione più alto rispetto alle slot machine e, anche in questo caso, il responso è immediato.</p><h3 id=\"toc-1\">Pine Associated With Plinko Su Starcasinò</h3><p>Con los angeles crescente domanda de gioco Plinko, gli sviluppatori di software stanno adattando arianne gioco alle nuove esigenze degli utenti.  Qualsiasi giocatore, dal più esperto al principiante, può com facilidade comprendere tutte the funzionalità di presente gioco e le sue regole principali in modo intuitivo.  Le puntate iniziali vanno da algun minimo di 0, 10€ ad algun massimo di 50€, mentre la premio massima che puoi ottenere a questa versione di\" \"quick game è pada 420x la scommessa.  Effettuando scommesse che vanno da un minimo di 0, 10€ ad algun massimo di 100€, la vincita prassi che puoi ottenere è di 3843x la puntata.  Il gioco è evidente, veloce e senza funzioni bonus classici, ma punta tutto sull’imprevedibilità e l’adrenalina del drop.  L’App Plinko Mobile alastra la gioia at the l’eccitazione del abitare gioco da casinò Plinko a un formato portatile electronic conveniente, rendendolo accessibile ai giocatori tu vari dispositivi mobili.</p><ul><li>La sentenza dipende dai propri gusti personali ma, essendo in ballo denaro reale, è bene tenere a new mente che Plinko Dare2Win è una versione che regala le vincite più alte, seguita da Plinko Spribe. </li><li>Scopriamo nei prossimi paragrafi le principali varianti del gara Plinko online. </li><li>Nelle plinko recensioni più dettagliate, viene anche menzionato che le versioni delete gioco offerte nei vari casinò possono variare leggermente. </li><li>Serve come strumento per l’esplorazione, l’apprendimento e la verifica delle strategie senza\" \"rischi. </li><li>Infatti, qui è realizzabile regolare con importante precisione il fattore di rischio. </li></ul><p>Per trovare sem dificuldades Plinko basta andare nella sezione “slot machine” ed effettuare una ricerca testuale con l’apposito filtro.  Le versioni presenti su Starcasinò sono Plinko Dare2Win dalam Hacksaw Gaming at the di Plingo Go di 1X2 Video gaming.  Le recensioni su Plinko variano fortemente a seconda dell’esperienza personale dei giocatori.  Alcuni apprezzano los angeles semplicità e los angeles dinamica del gara, sottolineando come Plinko offra un\'esperienza diversa rispetto ad altri giochi da casinò online più complessi.  Secondo queste recensioni, Plinko può raggiungere coinvolgente e brillante, specialmente per i nuovi giocatori che cercano qualcosa dalam facile da realizzare e immediato.  Sì, molti casinò on-line offrono la possibilità di giocare a new Plinko con soldi veri.</p><h3 id=\"toc-2\">Faq – Domande Frequenti Su Plinko</h3><p>Smentiamo categoricamente con parecchio di motivazioni all’interno della nostra recensione.  Si, Plinko è affidabile al 100% in quanto gara facente parte dell’offerta degli operatori ADM-AAMS e pertanto sottoposto a rigidi at the costanti controlli.  Vi autorizzo alla lettura dei miei dati di navigazione for each effetuare attività di analisi e profilazione per migliorare l’offerta e i servizi del sito\" \"throughout linea con the mie preferenze at the i miei interessi.</p><ul><li>A differenza pada altri operatori, conseguentemente, Plinko sarà actualidad dentro l\'area \"Casinò\". </li><li>È un ottimo método per staccare la spina e rilassarsi senza pensare the strategie. </li><li>Con il pericolo alto, aumentano my partner and i moltiplicatori estremi ma calano le probabilità di successo duraturo. </li><li>In Plinko, l’esito di ogni turno può valere verificato in modo indipendente, tipicamente nella pratica la tecnologia blockchain, fornendo trasparenza at the assicurando ai giocatori la correttezza delete gioco. </li></ul><p>In alcuni casi la maneira del tavolo de uma gioco è diversa, anche se il fatto più utilizzata è la triangolare.  Ci sono poi differenze relative al serie di palline weil giocare contemporaneamente e la modalità d’inserimento.  Infine, come vedremo più avanti, c’è una variante con la pallina che sale verso l’alto.</p><h2 id=\"toc-3\">Perché È Importante Selezionare Un Sito Affidabile Per Giocare A Plinko Online? </h2><p>Questo garantisce che ogni caduta sia indipendente e casuale, senza vantaggi predefiniti.  Molti utenti che hanno provato questa procedura hanno condiviso le loro opinioni positive nelle Plinko recensioni.  App cellular con prestazioni affidabili L’accesso rapido tramite app dedicata è fondamentale.  I casinò vincenti garantiscono app leggere, stabili e compatibili con iOS at the Android, mantenendo intatte tutte le funzionalità della versione personal computer.  Quando si sceglie un casinò per giocare a Plinko online di BGaming, ci sono cinque fattori che fanno davvero la differenza per chi gioca dall’Italia.</p><ul><li>Alcune piattaforme ricevono recensioni negative a querella di tempi pada attesa lunghi to di personale menos disponibile. </li><li>Tuttavia, si tratta di un gara che è molto popolare anche inside tanti altri paesi del mondo. </li><li>Sono grata de flesta mia fortuna e a questo gioco d\'azzardo per avermi informacion nuove opportunità at the prospettive. </li><li>Questo adattamento risponde alla crescente problema di gioco mobile phone, consentendo agli appassionati di godere delete brivido di Plinko anche in corrente. </li></ul><p>Ogni volta che la palla atterrava sul tabellone, il nostro cuore batteva più forte - entrambi capivamo che questa era la nostra possibilità di mi grande vincita.  E poi, quando avevamo quasi perso la speranza, una delle fiches è caduta sul campo rosso - abbiamo vinto!  L\'euforia e los angeles gioia si sono impadronite di noi, io e Vertice ci siamo abbracciati e abbiamo capito che se eravamo stati fortunati attualmente, saremmo stati fortunati ancora.  Abbiamo perso praticamente tutto elizabeth siamo usciti within positivo solo per un po\', ma non eravamo troppo delusi perché not ci aspettavamo milioni.</p><h3 id=\"toc-4\">Plinko È Una Truffa, Mum Non È Il Gioco A Eludere Scopri Perché! </h3><p>Anche ze ogni sessione è unica, confrontare the proprie strategie que incluye quelle della local community può offrire spunti interessanti per ottimizzare le giocate.  Licenza ADM (AAMS) Un venditore con licenza ADM è sinonimo dalam legalità e stima delle normative italiane.</p><ul><li>Inoltre, Plinko XY offre un allucinante tasso di guadagno al giocatore (RTP) del 99%. </li><li>Il suggestions positivo si concentra anche sul potenziale di vincite decenti, aggiungendo al fascino complessivo di Spribe’s Plinko nella comunità dei giochi dalam casinò online. </li><li>Le versioni presenti su Starcasinò sono Plinko Dare2Win di Hacksaw Gaming e di Plingo Move di 1X2 Game playing. </li><li>Un buon RTP e impostazioni pada rischio flessibili rendono il gioco no solo interessante, ma anche affidabile. </li><li>Le piattaforme conjunto sottopongono i essi RNG a verifiche regolari da part di organizzazioni indipendenti, come eCOGRA electronic iTech Labs, for every garantire l\'integrità e l\'equità dei giochi. </li><li>Le misure di sicurezza e l\'uso di RNG garantiscono una protezione dei dati e dei fondi dei giocatori, nonché l\'equità dei risultati. </li></ul><p>Il inaugurazione della casella determina la vincita, aggiungendo un elemento pada casualità ed eccitazione a ogni vuelta.  Questa meccanica evidente ma efficace contribuisce all’accessibilità del gara per i giocatori di tutti my partner and i livelli di abilità.  Il gioco è ambientato su algun tabellone a manera di piramide atuendo da file pada birilli, che rispecchia la tradizionale configurazione di Plinko.  Il design piramidale esalta il fascino visivo, creando un lugar coinvolgente per i giocatori che anticipano la traiettoria della pallina e arianne suo punto di atterraggio finale.  Le file di birilli aggiungono un elementos di imprevedibilità, mantenendo il gioco solerte e coinvolgente.  Una pallina scende ag una piramide pada pioli, rimbalzando sui pioli stessi durante la caduta.</p><h2 id=\"toc-5\">L\'emozione Della Giovinezza Nel Gioco È Stata Percepita Ancora Una Volta</h2><p>Tuttavia, è importante scegliere piattaforme rispettabili e leggere le recensioni for every assicurarsi che siano affidabili e sicure.  Il gioco Plinko sta guadagnando constantemente più popolarità tra gli appassionati di casinò online at the giochi da tavolo, grazie alla tua semplicità e ing fascino che présente.  Se sei algun giocatore che tapia un’esperienza divertente, mum desidera anche conoscere le opinioni degli altri utenti, questa pagina è perfetta per te.  I giocatori, tuttavia, devono essere consapevoli che queste versioni demo non consentono di prelevare eventuali vincite, poiché stiamo parlando di fondi fittizi.  Pertanto, tutto ciò che si vince nei giri gratuiti sarà solo prestigio fittizio e non comporterà alcuna premio reale.  Quando avrai acquisito fiducia throughout un determinato gara Plinko, sarà il momento di provare la versione con denaro reale, poiché tutte le vincite saranno accreditate sul tuo conto pada\" \"gara reale.</p><ul><li>Un casinò bill recensito offre mi garanzia di affidabilità e trasparenza. </li><li>Questo oltre ai codici Sisal elizabeth al fun added bonus da 5. 000€ per provare Salva il Bottino. </li><li>In molti casinò italiani, Plinko è offerto con grafiche che richiamano il design abituale del gioco, ma con innovazioni tecnologiche che migliorano l\'interfaccia utente. </li><li>Serve come ambiente privo di rischi for every imparare i meccanismi, provare diverse strategie e sperimentare votre caratteristiche del gara prima di vincolarsi nel gioco que incluye denaro reale. </li><li>Le plinko recensioni sottolineano spesso l’accessibilità dell’interfaccia anche su schermi di dimensioni ridotte, come quelli degli smartphone. </li></ul><p>Le opinioni degli utenti largo elogiano la facilità con cui è possibile navigare nel gioco e la chiarezza delle istruzioni fornite.  Tuttavia, alcuni giocatori segnalano pada aver riscontrato problemi  tecnici, come separation o errori pada caricamento, che possono compromettere l\'esperienza pada gioco.  Andando nella sezione Casinò di Planetwin365 e recandosi poi in il fatto Slot, è possibile trovare ben due versioni del gara Plinko.  La prima è la più comune, cioè Plinko Go di 1x2gaming, l\'altra invece è Plinko di Gaming Corps, l\'alternativa che forse a nostro avviso ci ha convinto meno throughout termini di grafica e layout del gioco.</p><h2 id=\"toc-6\">Semplicità Elizabeth Redditività Di Plinko Su Tutti I Actually Dispositivi</h2><p>Ciò contribuisce a un’esperienza di gioco più informata e estetico, enfatizzando il gara responsabile.  È trascorso più di este decennio da quando uno\" \"scrittore di talento fixa iniziato la sua carriera nel campo del Plinko.  È passato dal giornalismo alla scrittura dalam contenuti per my partner and i casinò online, dove si è de manera acelerada affermato come primero dei principali esperti del settore.  Questo passaggio gli styra permesso di ampliare le sue conoscenze e di corredare informazioni preziose aje giocatori.  Iniziando disadvantage le recensioni delle slot, l’autore cuando è presto reso conto che the sue conoscenze potevano essere applicate anche alle recensioni approfondite dei casinò.</p><ul><li>Inoltre, controllare che il casinò disponga di una licenza rilasciata da un\'autorità pada regolamentazione rispettabile è fondamentale per coprire la tutela dei propri dati at the delle proprie transazioni. </li><li>Spribe’s Plinko mantiene un tasso di ritorno al giocatore (RTP) competitivo, che in genere va dal 97% al 99%. </li><li>L’RTP è del 97% mentre le caratteristiche fondamentali sono il “Round Bonus”, una tableta che si carica progressivamente durante il gioco e che aggiunge una forma di jackpot de flesta vincita ottenibile. </li><li>Riconoscendo l’importanza delete coinvolgimento e delete comfort dei giocatori, Anubis Plinko proposition una versione demonstration che permette ai giocatori di esaminare il gioco senza impegnare denaro utile. </li></ul><p>Seppur facile, nella dinamica di gara questo titolo styra qualche regola dalam base che è consigliabile conoscere prima di lanciare los angeles pallina.  La pena interessante di questo gioco è che puoi influenzare proprietà molto importanti appear la volatilità e l’indice RTP rapid che può arrivare fino a 97% o addirittura ing 99%.  Pur not essendo una slot machine canonica, grazie a new questo dato elle Plinko entra dalam diritto a significantly parte delle slot che pagano di più.  Su AdmiralBet troverai a tua disposizione Plinko Dare two Win e Plinko Mega Fire Fire, gli ultimi arrivi \"a tema Plinko\" presenti su\" \"questo casinò online.  In questo articolo vediamo in breve cos’è il plinko, come funziona e dove giocare a plinko con soldi veri in Italia.  Sì, molte versioni dalam Plinko, tra cui Stake Original Plinko e Spribe’s Plinko, supportano le criptovalute.</p><h3 id=\"toc-7\">Consigli For Each Giocare A Plinko</h3><p>Le versioni del gioco some sort of rischio più puro offrono premi più consistenti, ma anche maggiori possibilità pada perdere.  In conclusione, i giochi di casinò Plinko dans le cas où sono evoluti inside un genere diverso e coinvolgente, offrendo ai giocatori un’emozionante fusione di éxito e divertimento.  I giocatori possono esplorare diversi temi, qualità e dinamiche dalam gioco con varie versioni come Plinko XY di BGaming, Spribe Plinko, Anubis Plinko di 1win Casino e Risk Original Plinko.  In sintesi, il gara da casinò Spribe’s Plinko combina l’ispirazione a noti programmi di gioco education elementi di gioco tradizionali, creando un’esperienza visivamente accattivante e divertente.  Sì, ci sono diversi segnali di allarme che possono indicare che una piattaforma Plinko può essere fraudolenta o inaffidabile.</p><ul><li>Come avrai potuto intuire, esistono varie tipologie di Plinko compresa tra i\" \"fast games casino within Italia. </li><li>Capire votre regole si è rivelato facile elizabeth le vincite sono davvero notevoli. </li><li>In questo momento sono 2 i titoli pada questo genere presenti su Sisal, parliamo di Plinko Dare2Win di Hacksaw Gambling e di Plingo Go di 1X2 Gaming. </li></ul><p>Scegliere algun sito affidabile è\" \"cruciale per garantire are generally sicurezza dei tuoi dati personali at the finanziari.  Inoltre, este sito rispettabile usted assicura che elle gioco sia disinteressato e che tu possa ricevere votre tue vincite within modo corretto.  Sì, Plinko è legale in Italia, mother è consigliabile giocare solo su piattaforme online autorizzate dall\'Agenzia delle Dogane electronic dei Monopoli (ADM) per garantire are generally sicurezza e are generally legalità del gara.  Un casinò ben recensito offre mi garanzia di affidabilità e trasparenza.</p><h2 id=\"toc-8\">Che Cos’è Elle Provably Fair Electronic Come Si Applica Ai Giochi Plinko? </h2><p>Esploro le dinamiche del gara, le strategie vincenti e le più bei periodi piattaforme per agire.  Il mio giusto è fornire informazioni chiare e utili per migliorare l\'esperienza di gioco\" \"pada tutti.  Ogni casinò online può adottare un sistema promozionale diverso dedicato esclusivamente al Plinko sport.</p><ul><li>Il Plinko ha consumato la sua avismal popolarità in Italia grazie ad “OK, il prezzo è giusto”, dove period uno dei giochi del programma TELEVISION. </li><li>La piattaforma offre occasionalmente bonus sul deposito o eventi dalam cashback, migliorando l’esperienza del giocatore. </li><li>Un giorno los angeles mia amica una ha raccontato delete casinò Plinko elizabeth che lì cuando possono vincere grandi somme. </li><li>Ho vinto la somma di denaro incredibilmente grande, che è stata adeguato non solo per il caffè, ma anche per cominciare la mia caffetteria!!! </li></ul><p>Una percentuale di RTP alta garantisce este ritorno ai\" \"giocatori sotto forma pada vincite di extensa parte delle puntate.  Tuttavia, è fundamental ricordare che Plinko rimane un gioco d’azzardo, e are available tale, il risultato non è no garantito.  Alcuni giocatori riportano sessioni dalam gioco con sac vincite o que incluye vincite minime, elle che conferma che, sebbene sia realizzabile vincere, le probabilità non sono continuamente a favore delete giocatore.  Plinko è un gioco che offre un blend unico di dicha e intrattenimento, rendendolo una scelta popolare tra i giocatori di casinò on the web italiani.  Le recensioni di Plinko mostrano chiaramente che, quantunque il gioco tanto generalmente ben accolto, ci sono aspetti che richiedono attenzione da parte dei giocatori, soprattutto quando si gioca que incluye soldi veri.  Un\'attenta selezione del casinò può assicurare un\'esperienza di gioco positiva e sicura, con un servizio clienti eccellente e condizioni eque.</p><h3 id=\"toc-9\">Plinko Casino Con Soldi Veri: Come Funziona E Dove Giocare Con Bonus</h3><p>Durante il gioco, puoi sempre consultare the recensioni plinko degli altri utenti presenti sul\" \"posizione per scoprire suggerimenti utili.  Quando vuoi prelevare le vincite, accedi alla suddivisione prelievi, seleziona elle metodo di pagamento e inserisci l’importo.  Questo gioco si distingue rispetto agli altri per la sua forma originale e per una modalità di gara rovesciata.  La programa è quella dalam un diamante e la pallina great deals invece di diminuire. Il numero delle caselle di arrivo va da 7 a 16 con step di a couple of a salire.  Si può attivare il lancio automatico delle palline fino some sort of un massimo pada 50.  La knorke variante targata GamingCorps (vedremo anche are generally seconda e una terza di corteo ossia PlinkGoal e UPlinko) si contraddistingue per la grande flessibilità.</p><ul><li>Infatti, secondo i actually calcoli dell’utente, questi bin estremi rappresentano solo 2 possibilità su 65. 536, una probabilità infinitesimale. </li><li>Questo ha spinto my partner and i fornitori di contenuti per casinò a new creare una versione per giocare a Plinko con soldi veri online. </li><li>La benevolenza delle regole, lo sfruttamento delle modalità demo e l’apprezzamento di Plinko come forma di intrattenimento contribuiscono a un’esperienza di gioco positiva. </li><li>Abbracciando la tecnologia blockchain o integrando varie criptovalute nel gioco, Plinko XY migliora il concetto abituale di Plinko each gli utenti coinvolti in progetti dalam criptovalute. </li><li>Si può farlo in modalità manuale o automatica (AutoPlay), anche que tiene più palline successive. </li><li>La vittoria dans le cas où ottiene sempre no momento em que una pallina arriva in fondo alla griglia di gioco, within cui sono presenti i moltiplicatori. </li></ul><p>Nonostante tutte queste varietà elle funzionamento di basic della pallina che scende verso arianne basso è constantemente lo stesso.  Anubis Plinko di 1win Casino apporta un tocco unico approach tradizionale gioco del Plinko, infondendolo disadvantage elementi dell’antica mito egizia.  L’incorporazione pada temi ispirati alla cultura egizia aggiunge uno strato dalam misticismo e intrigo all’esperienza di gioco.  Il gioco presenta probabilmente elementi visivi, simboli o animazioni legati alla mitologia egizia, offrendo aje giocatori un gita tematico e coinvolgente mentre si cimentano con le meccaniche di Plinko.  Spribe’s Plinko mantiene un tasso di ritorno al giocatore (RTP) competitivo, che in genere va dal 97% al 99%.</p><h3 id=\"toc-10\">Storia Del Gioco Plinko</h3><p>Alcuni utenti cuando lamentano delle difficoltà nel vincere premi elevati e della mancanza di mi strategia vincente chiara.  Come possiamo controllare, il gioco Plinko è molto evidente, ma allo stesso tempo emozionante advertising ogni nuova giocata.  Tutti i risultati sono casuali, garantendo un’esperienza equa each ogni utente.</p><ul><li>Tutti i risultati sono casuali, garantendo un’esperienza equa each ogni utente. </li><li>Uno dei dubbi più frequenti è se tanto\" \"particolarmente possibile vincere giocando a Plinko. </li><li>Molte piattaforme ora richiedono o offrono l\'opzione 2FA, che aggiunge un ulteriore livello di garanzia al processo pada login, proteggendo we conti dei giocatori da accessi non autorizzati. </li><li>È fondamentale giocare in modo consapevole e comprendere che Plinko è basato principalmente sulla éxito, con un presa di strategia each personalizzare l’esperienza. </li><li>Alcuni giocatori riportano sessioni di gioco con pochissime persone vincite o disadvantage vincite minime, arianne che conferma che, sebbene sia possibile vincere, le probabilità non sono sempre a favore de giocatore. </li></ul><p>Questo dimostra quanto sia cruciale per i giocatori scegliere un casinò con una servizio clienti di alta qualità.  Con queste considerazioni in mente, è chiaro che Plinko anordna catturato l\'interesse degli appassionati di casinò online per are generally sua natura dinamica e i potenziali guadagni che proposition.  Tuttavia, la selezione del casinò necessario è essenziale per un’esperienza di gara sicura e positivo.  Goldbet è primero dei siti parte del gruppo Lottomatica che più dans le cas où avvicina come navigabilità al sito lottomatica. it, per non dire che sono quasi identici.  Per trovare Plinko Move di 1x2 Video gaming, quindi, anche quel professionnel è\" \"essenziale recarsi nell\'area \"Casinò\" selezionabile dal menù in alto, at the poi ancora enel quella dei \"Soft Games\".</p><h2 id=\"toc-11\">Come Funziona Plinko? </h2><p>Questa modalità consente ai giocatori di provare i meccanismi, perlustrare le caratteristiche at the farsi un’idea delete gioco prima di impegnarsi a agire con denaro volgare.  Plinko XY di BGaming è una versione specializzata del gioco da casinò Plinko, progettata per favorire gli appassionati di criptovalute.  Questo adattamento incorpora caratteristiche che si allineano allesamt dinamiche dei progetti di criptovaluta, creando un’esperienza di gioco coinvolgente e adatto alle criptovalute.  Abbracciando la tecnologia blockchain o integrando varie criptovalute nel gioco, Plinko XY migliora il concetto tradizionale di Plinko per gli utenti coinvolti in progetti di criptovalute.  Anche su uno dei più bei periodi casinò online throughout Italia si trova\" \"Plinko in versione digitale.</p><ul><li>Il gioco non registra le giocate precedenti e non adatta le probabilità in base alla serie di esiti. </li><li>Ciò è in linea con are generally tendenza più ampia dell’industria del gara online, dove l’integrazione delle criptovalute présente ai giocatori la maggiore flessibilità electronic sicurezza nelle loro transazioni. </li><li>Ma stai constantemente allerta, le iphone app plinko non legali sono ovunque at the per essere sicuro ti consigliamo di giocare solo nei casino ADM come quelli delle nostre liste. </li><li>Per rispondere allesammans domanda bisogna serious che, anche con assenza di bisogno di manipolare il gioco, elle sistema è progettato per favorire are generally casa produttrice. </li><li>Il gioco plinko dimostra così come are generally cura per l’interfaccia possa fare los angeles differenza nell’esperienza complessiva. </li></ul><p>Queste recensioni rappresentano una bussola per i nuovi giocatori che si avventurano nel mondo di Plinko inside cerca di fortuna e divertimento.  Noi abbiamo giocato the Plinko gratis, un test che consigliamo a chiunque per cominciare a realizzare come prendere are generally mano ed impostare il gioco inside base alle proprie preferenze.  Ovviamente, tutto può essere modificato alla fine pada ogni partita, che difficilmente dura più di secondi (a seconda del misura di palline fatte scendere).</p><h2 id=\"toc-12\">Plinko Soldi Veri: Recensioni E Dove Giocare</h2><p>La sensazione no momento em que la pallina vola verso il moltiplicatore x1000 è incredibile!  Il gioco è legittimo e proposition un’esperienza trasparente, mum il segreto per divertirsi sta nel saper sfruttare the opzioni disponibili throughout modo consapevole.  Nonostante le numerose recensioni vere che lodano il gioco, esistono anche alcune recensioni negative che evidenziano alcuni aspetti poco convincenti di Plinko.</p><ul><li>Il marcia successivo consiste nel far cadere are generally pallina, che scende attraverso una tavola piena di pioli. </li><li>Anche in questo problema il giocatore valuta qual è elle livello di pericolo che si vuole correre per ogni singolo turno pada gioco. </li><li>Seppur facile, nella dinamica di gioco questo titolo fixa qualche regola di base che è consigliabile conoscere sauber di lanciare los angeles pallina. </li><li>In questo caso è contemporáneo una versione sviluppata appositamente da Hacksaw Gaming. </li><li>Il suo obiettivo è quello di rimandare il gioco d’azzardo non solo divertente, ma anche pada successo, offrendo technique e informazioni che aiutino i giocatori nelle loro imprese. </li></ul><p>Capire the regole si è rivelato facile elizabeth le vincite sono davvero notevoli.  Consiglio questo gioco the chi cerca algun intrattenimento facile ed\" \"entusiasmante.  Ogni volta che la pallina entra nella cella giusta, la sensazione dalam adrenalina è semplicemente alle stelle.</p><h3 id=\"toc-13\">Plinko Si Vince Veramente? </h3><p>Le recensioni pada Plinko possono munire informazioni utili sulle esperienze degli altri giocatori, sui payment e sulla qualità del gioco.  Suggeriamo di considerare più fonti e elle feedback complessivo for each avere un funzionario chiaro del gioco e della piattaforma prescelta.  Oltre alle regole e ai consigli su arrive si gioca, la delle prime domande che si pone un giocatore è relativa al payment.  Al di là di qualche piccola differenza tra votre versioni proposte dai fornitori Spribe, Hacksaw Gaming e BGaming, Plinko è notevole semplice da giocare.</p><ul><li>Sebbene dans le cas où parli di un gioco con este concetto semplice, evita di giocare senza un obiettivo e adotta alcuni pada questi approcci. </li><li>La semplicità del lancio della pallina attraverso my partner and i birilli e l’attesa del risultato facilitano il divertimento dei neofiti, mentre l’imprevedibilità tiene impegnati my partner and i giocatori più esperti. </li><li>Plinko è un gara che ha guadagnato popolarità nei programmi televisivi e, più recentemente, nelle piattaforme di scommesse on the web. </li><li>In conclusione, i giochi di casinò Plinko si sono evoluti within un genere diverso e coinvolgente, offrendo ai giocatori un’emozionante fusione di éxito e divertimento. </li></ul><p>In esso, i giocatori fanno cadere delle palle in un albo pieno di piccole asticelle, cercando dalam farle atterrare nelle tasche con i premi più alti posti nella lado inferiore.  La calo della palla è influenzata dalla gravità e dall\'impatto casuale con le asticelle, rendendo l\'esito de gioco imprevedibile at the coinvolgente.  Per giocare a Plinko su Lottomatica è opportuno avere un conto gioco attivo.  Tuttavia, per i più curiosi che vogliono provare il gara senza spendere soldi ed essere for each forza iscritti, c\'è la possibilità di provare la trial gratuitamente.</p>','Plinko È Affidabile Leggete La Nostra Giudizio Affidabile Di Plinko Nei Casinò Online','','inherit','closed','closed','','395-revision-v1','','','2025-10-13 06:58:11','2025-10-12 23:58:11','',395,'https://lion288slot.com/?p=396',0,'revision','',0),
(397,1,'2025-10-12 23:58:25','2025-10-12 16:58:25','<meta name=\"description\" content=\"Wszystkie dane są przetwarzane zgodnie z rygorystyczną polityką prywatności. \"/><h1>Slottica Casino Pl ⭐️ Oficjalna Strona Slotica Kasyno Watts Polsce ⭐️ Logowanie W 2025</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Kompletny Przewodnik Po Bonusach Slottica Casino 2025</a></li><li><a href=\"#toc-1\">Gratulacje!!! </a></li><li><a href=\"#toc-2\">Tryb Mobilnego Kasyna Slottica</a></li><li><a href=\"#toc-3\">Aplikacja Kasyna Slottica</a></li><li><a href=\"#toc-4\">Narzędzia Odpowiedzialnej Gry</a></li><li><a href=\"#toc-5\">Kasyno Slottica Casino Online – Gry Kasynowe</a></li><li><a href=\"#toc-6\">Slottica Aplikacja</a></li><li><a href=\"#toc-7\">Popularne Casino Gry</a></li><li><a href=\"#toc-8\">Wygodne My Partner And I Bezpieczne Płatności</a></li><li><a href=\"#toc-9\">Slotica Bonusy I Promocje</a></li><li><a href=\"#toc-10\">Kto Jest Właścicielem Slottica? </a></li><li><a href=\"#toc-11\">Promocje My Partner And I Turnieje Slottica 🏅</a></li><li><a href=\"#toc-12\">Slottica Kasyno Online – Twoje Ultimate Miejsce Do Gier Hazardowych</a></li><li><a href=\"#toc-13\">Co Mówią O Nas Nasi Gracze</a></li><li><a href=\"#toc-14\">Najpopularniejsze Gry Watts Polsce</a></li><li><a href=\"#toc-15\">Klub Online Slotica Twórcy Oprogramowania Carry Out Gier</a></li><li><a href=\"#toc-16\">Fakty, Które Wyróżniają Slottica Na Rynku</a></li><li><a href=\"#toc-17\">App Slotica Ios</a></li><li><a href=\"#toc-18\">Kasyno Slottica: Metody Płatności</a></li><li><a href=\"#toc-19\">Zagraj W Wersję Demo Za Darmo Bez Rejestracji</a></li><li><a href=\"#toc-20\">Bonusy I Oferty Kasyna Slottica</a></li><li><a href=\"#toc-21\">Jak Mogę Sprawdzić Reputation Wypłaty? </a></li><li><a href=\"#toc-22\">Slottica Polska</a></li><li><a href=\"#toc-23\">Jak Zalogować Się Perform Slottica? </a></li><li><a href=\"#toc-24\">Promocje W Slottica Casino</a></li><li><a href=\"#toc-26\">Czy Gra T Slottica Jest Legalna I Bezpieczna T Polsce? </a></li><li><a href=\"#toc-28\">Funkcje I Nawigacja W Kasynie Slottica</a></li><li><a href=\"#toc-29\">Jakie Są Ograniczenia Wiekowe Przy Rejestracji? </a></li><li><a href=\"#toc-33\">Automaty Na Prawdziwe Pieniądze</a></li><li><a href=\"#toc-34\">Czy Mogę Grać Watts Slottica Na Urządzeniu Mobilnym? </a></li></ul></div><p>Dla graczy, którzy nie chcą instalować dodatkowego oprogramowania, Slottica udostępnia w pełni responsywną wersję mobilną strony, działającą na dowolnej przeglądarce mobilnej.  Ta wersja oferuje niemal wszystkie funkcje aplikacji, w tym dostęp do habgier, wpłat, wypłat we wsparcia klienta, choć bez powiadomień force.  Zasób ten szybko zyskał popularność wśród graczy, oferując wyłącznie bezpieczną grę, stabilne wypłacanie wygranych i actually uczciwe wypłaty.  Kasyno online Slotica jest obsługiwane przez Ocean Management B. Sixth is v. Marka posiada licencję Curaçao\" \"5536/JAZ, więc goście mogą być pewni, że platforma jest wolna od oszustw i actually niezawodna.  Jedną z wyróżniających się cech aplikacji Slottica jest możliwość odebrania hojnego bonusu bez depozytu.  Nowi gracze mogą otrzymać nawet something like 20 € za darmo, przy czym kwota bonusu zależy z ich początkowej wpłaty.</p><ul><li>Na chwilę obecną kasyno Slottica t Polsce i za granicą nie oferuje graczom programu lojalnościowego. </li><li>Nasz zespół wsparcia technicznego jest do Waszej dyspozycji 24 godziny na dobę, seven dni w tygodniu. </li><li>W takim przypadku może być konieczna weryfikacja tożsamości w klubie Slottica, która pozwoli przywrócić dostęp carry out wszystkich świadczeń. </li><li>Jеstеśmy реwnі, żе słyszаłеś о nаs nа Fасеbооku względnie Yоutubе, роnіеwаż nіkt іnny nіе mа tаkісh wygrаnyсh jаk my nа Fіrе Jоkеr сzy Вооk оf Dеаd, bеz wątріеnіа sеtkі tysіęсy złоtyсh. </li><li>Online casinoSlottica jest dostępne w wersji mobilnej na smartfony i tablety. </li></ul><p>Kasyno oferuje również atrakcyjne bonusy, które z pewnością zwiększą Twoje szanse na wygraną.  Nowi gracze mogą skorzystać z bonusu powitalnego, który często obejmuje zarówno dodatkowe środki na grę, jak i darmowe spiny.  Dzięki tym promocjom możesz wygrywać fajne nagrody już od pierwszych chwil spędzonych w kasynie.</p><h2 id=\"toc-0\">Kompletny Przewodnik Po Bonusach Slottica Casino 2025</h2><p>Kasyno mobilne praktycznie niczym się nie różni od swojej wersji desktopowej.  Gracz może na swoim urządzeniu mobilnym logować się do kasyna, doładować konto, zlecić wypłatę, skontaktować się z Działem Obsługi Klienta i oczywiście grać\" \"watts ulubione gry hazardowe.  Kasyno Slottica stworzyło rozbudowaną i atrakcyjną ofertę powitalną składającą się z trzech bonusów.  Jeśli gracz przykładowo wpłaci pierwszy depozyt w wysokości a hundred zł, otrzyma mhh swoje konto bonusowe 200 zł, którymi musi obrócić 45x.  Promocja bez ryzyka jest jedną unces najczęściej poszukiwanych premii przez graczy.  Gracz otrzymuje dodatkowy zastrzyk gotówki czy DS bez konieczności wpłacania depozytu <a href=\"https://kasyno-slottica.com/\">slottica</a>.</p><p>Wysoka zmienność sprawia, że główne wygrane pojawiają się rzadziej, ale są za to znacznie bogatsze.  Aviator od firmy Spribe to najpopularniejsza aktualnie gra z gatunku crash game.  Polega na obstawianiu pojedynczej lub podwójnej stawki na lot samolotu, który wraz ze wznoszeniem się generuje coraz większy mnożnik wygranej.</p><h3 id=\"toc-1\">Gratulacje!!! </h3><p>Obowiązują nadrzędne zasady kraju, którego licencja została nadana kasynu.  Podsumowując, Kasyno Slottica to ciekawa propozycja dla graczy szukających różnorodności i atrakcyjnych promocji.  Bogata oferta habgier i bonusów z pewnością wynagrodzi mniej atrakcyjny design strony.  Chronimy Twoje dane i transakcje za pomocą zaawansowanego szyfrowania SSL, a wygrane wypłacamy błyskawicznie – nawet w ciągu 72 godzin, z miesięcznym limitem perform €.  W razie pytań, nasz polskojęzyczny zespół wsparcia jest dostępny 24/7, gwarantując Ci pełen gemütlichkeit gry.  Promocje są dostępne zarówno dla nowych, jak my partner and i doświadczonych graczy, dzięki czemu każdy znajdzie coś dla siebie.</p><ul><li>Następnie wypełnij formularz rejestracyjny, podając wszystkie niezbędne dane, zaakceptuj zgody i oświadczenia, some sort of na końcu kliknij „Zarejestruj się i actually przejdź do gry”. </li><li>Ta aplikacja dostarcza dostęp do Twoich ulubionych gier, gdziekolwiek jesteś. </li><li>Liczne komentarze graczy potwierdzają pozytywną opinię o Slottica gambling establishment pl. </li><li>Pobierz Slottica Casino Iphone app i wpłać swój pierwszy depozyt, a new otrzymasz 20 EUR za darmo. </li><li>Aby sprostać oczekiwaniom nawet najbardziej wymagających graczy, Slottica online casino stworzyło bardzo obszerną i rozległą ofertę raffgier hazardowych. </li><li>W stopce mhh dole strony gracz znajdzie Regulamin Odpowiedzialnej Gry, a watts nim kontakty perform organizacji, które pomagają osobom uzależnionym od hazardu. </li></ul><p>Przygotowaliśmy dla Ciebie wygodny kalendarz, który pozwoli Ci zaplanować kolejne dni pod kątem obstawiania zakładów live.  Możesz też mhh bieżąco śledzić statystyki oraz match tracker, a także sprawdzać wyniki z historii meczów.  To wszystko sprawia, że zakłady live stają się jeszcze bardziej atrakcyjne dla wszystkich zainteresowanych użytkowników.  Rozumiemy, że jako nowoczesny gracz z Polski cenisz sobie  swobodę my partner and i mobilność.  Dlatego platforma Slottica Casino została w pełni zoptymalizowana dla urządzeń mobilnych, gwarantując płynną my partner and i intuicyjną rozgrywkę na dowolnym smartfonie my partner and i tablecie, gdziekolwiek jesteś.  Strona jest watts pełni dostosowana perform urządzeń mobilnych, nie ma potrzeby instalowania osobnej aplikacji.</p><h2 id=\"toc-2\">Tryb Mobilnego Kasyna Slottica</h2><p>Slottica Kasyno oferuje różnorodne gry stołowe, które zapewniają klasyczne doświadczenie kasynowe.  W aktualnej Bitwie Sezonowej gracze rywalizują o całkowitą pulę nagród w wysokości €400, 000.  Wydarzenie z 300 miejscami wygrywającymi i funduszem nagród rzeczowych watts wysokości €14, five hundred dla pierwszych 200 miejsc.  Gracze zdobywają punkty obstawiając prawdziwe pieniądze, gdzie just one, 000 EUR zakładów równa się jednemu\" \"punktowi.  Główne nagrody obejmują wysokiej klasy elektronikę, taką jak telewizory Samsung, laptopy gamingowe i wiele innych.</p><ul><li>Najpierw musisz zweryfikować swoją tożsamość, po\" \"czym musisz dokonać wpłaty. </li><li>Zachęcamy również do skorzystania z pomocy w sekcji FAQ oraz zapoznania się z regulaminami naszych usług. </li><li>Gwarantujemy dostęp do tysięcy gier, uczciwych promocji i profesjonalnego wsparcia. </li></ul><p>Dzięki bonusowi możesz uzyskać więcej korzyści z zakładów sportowych i\" \"zwiększyć swoje szanse mhh wygraną.  Kasyno Slottica, choć stosunkowo nowe, szybko zyskuje uznanie graczy dzięki licencji Curacao, gwarantującej bezpieczeństwo i uczciwość rozgrywki.  Atrakcyjne promocje, zarówno dla nowych, jak i stałych graczy, dodatkowo podnoszą atrakcyjność tego kasyna.</p><h3 id=\"toc-3\">Aplikacja Kasyna Slottica</h3><p>W ofercie znajdziesz także unikalne propozycje, takie grunzochse nietypowe gry i innowacyjne rozwiązania, które wyróżniają Slottica mhh tle konkurencji.  Nasz zespół wsparcia technicznego jest do Waszej dyspozycji 24 godziny na dobę, 7 dni w tygodniu.  Najszybszą formą kontaktu jest czat em żywo (Live Chat) dostępny na stronie.  Możecie również skontaktować się z nami mailowo, a my personal odpowiemy tak szybko, jak to możliwe.  Zawsze zachęcamy carry out zapoznania się z pełnym regulaminem każdej oferty bonusowej.</p><p>Łącznie\" \"udostępniamy tysiące automatów perform gry, które czerpią z klasycznych jednorękich bandytów, ale są powalające wizualnie.  Znajdziesz tu zarówno proste owocówki, rozbudowane wideo sloty, jak również nowoczesne sloty 3 DIMENSIONAL.  Chcesz poczuć się jak w prawdziwym kasynie, ale bez konieczności podróży do Monte Carlo lub Las Vegas?  Teraz masz unikalną możliwość w Slottica, gdzie przygotowaliśmy dla Ciebie wyjątkowe kasyno em żywo.  Jest to zbiór gier karcianych i stołowych, które obsługiwane są poprzez prawdziwych krupierów w trybie live.</p><h3 id=\"toc-4\">Narzędzia Odpowiedzialnej Gry</h3><p>Aktywując benefit, pełnoprawni członkowie Slotica casino otrzymują 200% od depozytu t wysokości 15€ albo więcej.  Gracze Gambling establishment Slottica otrzymują dostęp do gry, em której wyniki nikt nie może wpłynąć.  Wszystkie nowości działają na smartfonach my partner and i tabletach, dostosowując się prawidłowo do każdej\" \"przekątnej ekranu.  Dzieje się tak dzięki wykorzystaniu technologii HTML5 t tworzeniu oprogramowania.  Wszystkie gry są niezależnie audytowane, oferując klientom tylko stabilne działanie oprogramowania, niezależność generatora liczb losowych.  Po rejestracji na stronie Slottica Casino użytkownicy mają dostęp do wszystkich opcji klubu, korzyści z kasyna, konta i salda.</p><p>Strona internetowa Slottica on line casino pl posiada całodobowe wsparcie techniczne.  Operatorzy pomagają graczom rozwiązać podchwytliwe kwestie, skonfigurować rozgrywkę i zakończyć weryfikację profilu.  Aplikację można pobrać wchodząc na oficjalną stronę Slottika Casino, wybierając opcję \"Download by means of link\" znajdującą się w menu.  Jeśli gracze mają problemy z pobraniem oprogramowania, warto skontaktować się z operatorami wsparcia technicznego Slottika i actually uzyskać instrukcje we porady krok po kroku.</p><h2 id=\"toc-5\">Kasyno Slottica Casino Online – Gry Kasynowe</h2><p>Aplikacja Slottica 36 działa em tych samych zasadach co główny zasób, spełnia wszystkie punkty polityki prywatności, zasady odpowiedzialnej gry, regulamin klubu.  Po wejściu do zasobu, Slotica automatycznie dostosowuje się do każdej przekątnej ekranu, zachowując kolorystykę grafiki, menu nawigacyjnego i paska wyszukiwania.  Członkowie Slottica apresentando mogą w każdej chwili przejść carry out platformy, wpisując adres w pasku wyszukiwania.</p><ul><li>Przygotowane dla Ciebie metody płatności w Slottica Polska to przede wszystkim szeroki wybór opcji wpłaty. </li><li>Pamiętaj, że każdy kod promocyjny ma również swoje warunki i ograniczenia, więc przeczytaj u uważnie przed ich użyciem. </li><li>Реru, z оkоłо 2230 mіеsіęсznymі wyszukіwаnіаmі, jеst rynkіеm, nа którym Slоtіkа dynаmісznіе zyskujе рорulаrnоść. </li><li>Warto napisać do pomocy technicznej, jeśli gracz nie und nimmer może się zarejestrować, wpłacić, zażądać wypłaty, Slottica logowanie. </li><li>Wszystkie środki są deponowane natychmiast, więc członkowie nie muszą czekać na przetworzenie płatności we mogą od razu rozpocząć grę. </li></ul><p>Graj zarówno online, jak my partner and i na żywo, simply by poczuć się jak prawdziwy mistrz pokera.  Jeśli wygrasz, Twoje wygrane zostaną automatycznie przelane na balance Twojego konta.  Piłka nożna jest jednym z najpopularniejszych sportów na świecie, some sort of firma oferuje zakłady na wiele wydarzeń z tej dyscypliny.  Pamiętaj, że zakłady są rozrywką i actually powinny być traktowane odpowiedzialnie.  W grze crash JetX gracze obstawiają zakłady we czekają na wystrzelenie rakiety.</p><h2 id=\"toc-6\">Slottica Aplikacja</h2><p>Jak przystało mhh dobre kasyno on the web, nasz  serwis przyznaje każdemu nowemu graczowi, który zarejestruje konto, potwierdzi swój adres e-mail i pobierze aplikację mobilną Slottica bonus bez depozytu.  Jeśli jesteś zainteresowany grą na prawdziwe pieniądze, pierwszą rzeczą, którą musisz zrobić, to założyć konto w Slottica kasyno.  Nie zapominaj, że nowi użytkownicy mogą otrzymać reward powitalny już od depozytu w wysokości 70 PLN.  Gdy twoje środki zostaną zdeponowane na twoim koncie, najciekawszą rzeczą jest wybranie gry lub wydarzenia, em które chcesz postawić.  Witryna ma inny rodzaj hazardu, watts którym gracze obstawiają, kiedy nastąpi określone wydarzenie.  Zdarzeniem może być wszystko, tego rodzaju jak zakończenie lotu, eksplozja balonu my partner and i inne.</p><ul><li>Możecie również skontaktować się z nami mailowo, a my odpowiemy tak szybko, jak to możliwe. </li><li>Wszystkie nowości działają na smartfonach we tabletach, dostosowując się prawidłowo do każdej\" \"przekątnej ekranu. </li><li>Aby pobrać aplikację, wystarczy wejść na oficjalną stronę i pobrać aplikację z odpowiedniej zakładki. </li><li>Każdy gracz, który pobierze aplikację kasyna na swoje urządzenie mobilne i actually wpłaci przynajmniej five zł, otrzyma bonus mobilny do one hundred zł. </li></ul><p>Ale jeśli samolot rozbije się przed wypłaceniem pieniędzy, tracisz zakład.  Na chwilę obecną kasyno Slottica w Polsce i za granicą nie proponuje graczom programu lojalnościowego.  Niewykluczone jednak, że program VIP stanie się częścią naszej oferty bonusowej już w niedalekiej przyszłości.  Śledź naszą stronę, zaglądaj do Slottica Casino mobile, some sort of także obserwuj multimedia społecznościowe, a by pozostać na bieżąco.  Sloty to najpopularniejsze gry kasynowe, jakie można aktualnie znaleźć w lobby kasyna Slottica Online.  Możesz przeglądać ich dostępność po nazwach deweloperów, a także dzięki wygodnym filtrom.</p><h3 id=\"toc-7\">Popularne Casino Gry</h3><p>W kasynie live grę prowadzi prawdziwy krupier\\krupierka – przyjmuje zakłady, zakręca kołem ruletki, rozdaje karty i ogłasza wyniki rundy.  W gry dostępne w zakładce Live Dealers można grać tylko za prawdziwe pieniądze.  Kasyno Slottica oferuje graczom imponujący wybór różnych automatów do gier, więc każdy na pewno znajdzie coś odpowiedniego dla siebie.  Nasz serwis współpracuje wyłącznie ze sprawdzonymi twórcami slotów online, którzy produkują wysokiej jakości maszyny hazardowe.  Aby sprostać oczekiwaniom nawet najbardziej wymagających graczy, Slottica online casino stworzyło bardzo obszerną we rozległą ofertę raffgier hazardowych.</p><ul><li>Slottica On line casino\" \"to be able to nowoczesne kasyno on the web, które zdobyło zaufanie graczy dzięki szerokiej ofercie gier my partner and i wysokim standardom bezpieczeństwa. </li><li>Platforma hazardowa działa nieprzerwanie od 2019 roku, oferując graczom na całym świecie dostęp do unikatowej rozrywki online. </li><li>Branża hazardowa zarówno t Polsce, jak i na świecie rozwija się w tempie wykładniczym. </li><li>Slottica Kasyno oferuje różnorodne gry stołowe, które zapewniają klasyczne doświadczenie kasynowe. </li><li>Na start otrzymasz także 50 darmowych spinów bez depozytu na kultowy slot machine Starburst lub 10€ w gotówce z kodem ANALYZER. </li><li>Instalacja aplikacji jest szybka i prosta, a interfejs został zaprojektowany z myślą o maksymalnej wygodzie użytkownika. </li></ul><p>Zakłady sportowe w Slottica Polska oferują wyjątkowe doświadczenie dla entuzjastów zakładów sportowych.  Platforma umożliwia obstawianie prawdziwych i wirtualnych wydarzeń sportowych, takich jak piłka nożna, koszykówka, tenis i inne.  Slottica oferuje atrakcyjne kursy, ekskluzywne bonusy i promocje dla swoich użytkowników t Polsce.</p><h2 id=\"toc-8\">Wygodne My Partner And I Bezpieczne Płatności</h2><p>Minimalna kwota wypłaty wynosi 150 euro, podczas gdy dzienne my partner and i tygodniowe limity wypłat wynoszą odpowiednio €2, 000 i €10, 000.  Naciśnij przycisk\" Zaloguj się \" na oficjalnej stronie kasyna, a otworzy się formularz perform wprowadzenia nazwy użytkownika\" \"we hasła.  Po prostu użyj przycisku \"Zapomniałem hasła\" i możesz łatwo odzyskać dostęp do swojego konta.  150 Slоttіса Kаsynо оfеrujе różnоrоdnе gry оd uznаnyсh dоstаwсów, tаkісh jаk Рrаgmаtіс Рlаy сzy Wаzdаn, którе gwаrаntują еmосjоnująсе рrzеżyсіа.  Grасzе znаjdą tu tаkżе рорulаrnе slоty, tаkіе jаk Gоnzо\'s Quеst Mеgаwаys, który zареwnіа unіkаlną rоzgrywkę z wysоkіmі szаnsаmі nа wygrаną.</p><ul><li>Slottica wykorzystuje zaawansowaną technologię szyfrowania do ochrony wszystkich transakcji finansowych my partner and i środków graczy. </li><li>Warto dodać, że bonus powitalny aktywuje się automatycznie przy pierwszej wpłacie, bez potrzeby wpisywania kodu promocyjnego. </li><li>Jeśli jesteś zainteresowany grą na prawdziwe pieniądze, pierwszą rzeczą, którą musisz zrobić, to założyć konto w Slottica kasyno. </li><li>Tutaj możesz cieszyć się tym, co ważne, niesamowitymi bonusami i ogromnym wyborem różnych unikalnych i innowacyjnych gier. </li><li>Zdarzeniem może być wszystko, takie jak zakończenie lotu, eksplozja balonu we inne. </li></ul><p>Dla większej wygody dostępna jest również aplikacja Slotica dla użytkowników mobilnych.  Nasze kasyno on the internet oferuje swoim graczom różne gry hazardowe – zaczynając z slotów poprzez popularne karcianki oraz gry stolikowe i aż po gry mhh żywo z prawdziwym krupierem.  Witryna hazardowa ma bardzo atrakcyjną ofertę promocji skierowaną zarówno do nowych graczy, jak i actually starych wyjadaczy.  Działając od 2019 roku, Slottica zbudowała mocną reputację dzięki przejrzystości, bezpieczeństwu i ekscytującym promocjom.  Niezależnie od tego, czy jesteś doświadczonym graczem, czy nowicjuszem w kasynach online, Slottica dostarcza dynamiczną i angażującą platformę do eksploracji.</p><h3 id=\"toc-9\">Slotica Bonusy I Promocje</h3><p>Przed rozpoczęciem obstawiania gier kasynowych i zakładów bukmacherskich, potrzebować będziesz środków finansowych na grę.  W tym celu możesz skorzystać unces nowoczesnych opcji płatniczych, jakie dla Ciebie przygotowaliśmy.  Należy podkreślić, że w Slottica kod promocyjny keineswegs jest wymagany, aby otrzymać bonus powitalny dla nowych klientów.  Wystarczy założyć konto, a następnie wpłacić pierwszy depozyt, aby odblokować dostęp carry out bonusu na begin.  Wszystkich traktujemy mhh równi i nikogo nie wywyższamy – każdy ma takie same szanse em uzyskanie promocji.  Należy jednak pamiętać, że zasady gry online w kasynie internetowym mogą różnić się w zależności z lokalizacji geograficznej gracza.</p><ul><li>Kasyno nie posiada dedykowanych stron Pomocy ani FAQ, więc zespół wsparcia jest Twoim głównym źródłem pomocy w przypadku jakichkolwiek pytań lub wątpliwości. </li><li>Gracze mogą wypłacać środki za pomocą MasterCard, Jeton i actually portfeli Bitcoin. </li><li>Jedną unces najpopularniejszych gier na żywo wśród użytkowników\" \"jest poker. </li><li>Gracz, który szuka mocnych wrażeń związanych z grą unces prawdziwym krupierem za pieniądze może zajrzeć do zakładki Reside Dealers. </li></ul><p>Aby otrzymać powyższe promocje powitalne dla nowych użytkowników, należy założyć konto w kasynie online.  Następnie wystarczy wpłacić depozyt zgodnie unces regulaminem bonusów, aby uzyskać dostęp carry out dodatkowych środków.  Pamiętaj też, że poszczególne promocje mają swoje określone zasady gry i obrotu.</p><h3 id=\"toc-10\">Kto Jest Właścicielem Slottica? </h3><p>Wśród dostępnych automatów znajdziesz klasyczne tytuły, takie jak sizzling deluxe oraz gonzo’s quest.  Slottica oferuje także najlepsze gry zarówno dla początkujących, jak i doświadczonych graczy.  Graczom przypomina się o dostępności bonusu powitalnego Slottica online casino podczas rejestracji w kwestionariuszu o tej samej nazwie.  Więcej dodatkowych szczegółów gracze poznają w sekcji \"Bonusy\", znajdującej się watts kategorii \"Promocje\".  Pakiet Bonusów Powitalnych t Slotica casino zawiera 3 rodzaje bonusów, które omówimy bardziej szczegółowo w poniższej tabeli.  Nagrodę mogą otrzymać tylko goście, którzy założyli konto na stronie Slottica online casino, Slottica gambling establishment login się do swojej osobistej szafki i przestrzegali warunków promocji.</p><ul><li>Dzięki temu polscy gracze mogą korzystać unces ulubionych gier, bonusów i zakładów sportowych w dowolnym miejscu i czasie, bez konieczności korzystania z\" \"komputera. </li><li>Zе względu nа blоkоwаnіе рrzеz Mіnіstеrstwо Fіnаnsów, оfісjаlnа strоnа kаsynа mоżе być сzаsеm nіеdоstęрnа. </li><li>Jak przystało na dobre kasyno online, zadbaliśmy o prostą, łatwą we szybką rejestrację. </li><li>Bonus za rejestrację jest nieodłącznym element oferty promocyjnej każdego kasyna. </li><li>Веzріесzеństwо tо рrіоrytеt dlа kаsynа Slоtyіса, dlаtеgо w арlіkасjі mоżnа аktywоwаć dоdаtkоwą wеryfіkасję рrzеz Gооglе Аuthеntісаtоr. </li><li>Kasyno Slottica, choć stosunkowo nowe, szybko zyskuje uznanie graczy dzięki licencji Curacao, gwarantującej bezpieczeństwo i uczciwość rozgrywki. </li></ul><p>Dla graczy ceniących wygodę i mobilność, Slottica Casino przygotowało w pełni dostosowaną aplikację mobilną, która działa na urządzeniach z systemem Android oraz iOS.  Dzięki niej możesz mieć swoje ulubione gry zawsze pod ręką – niezależnie od miejsca i czasu.  Wersja mobilna kasyna pozwala nie tylko grać w najpopularniejsze automaty i gry stołowe, ale także obstawiać zakłady sportowe bądź korzystać z atrakcyjnych promocji.</p><h2 id=\"toc-11\">Promocje My Partner And I Turnieje Slottica 🏅</h2><p>Nowi gracze mogą liczyć na hojny bonus powitalny carry out 200% od pierwszej wpłaty, a kolejne dwie wpłaty również są premiowane.  Dodatkowo, kasyno oferuje cotygodniowe bonusy i darmowe spiny, co dodatkowo zachęca do regularnej gry.  Casino Slottica oferuje graczom duży wybór różnych metod płatności, za pomocą których mogą doładować konto i zlecić wypłatę wygranych środków.  Ogólnie rzecz biorąc, Casino Internetowe Slottica z Polski zapewnia solidne i przyjemne doświadczenie w grze dla graczy.</p><p>Za każdą osobę, która zarejestruje się we wpłaci depozyt, gracz otrzymuje dodatkowy added bonus.  Gry te oferują nieskończoną rozrywkę unces możliwością wygrania dużych nagród.  W Slottica Polska czeka em Ciebie imponująca kolekcja ponad 2000 raffgier od ponad one hundred twenty renomowanych dostawców, t tym gigantów grunzochse Microgaming, NetEnt czy Evolution Gaming.  Odkryj najnowsze automaty unces progresywnymi jackpotami, zanurz się w klasycznych grach stołowych lub poczuj autentyczne emocje w kasynie em żywo z profesjonalnymi krupierami.  Każdą grę wyselekcjonowano, by zapewnić Ci najlepszą rozrywkę i uczciwą grę.  Promocje w kasyno są głównie nastawione na to, aby dawać graczom powód do dalszej gry, a nie oferować środki na grę.</p><h2 id=\"toc-12\">Slottica Kasyno Online – Twoje Ultimate Miejsce Do Gier Hazardowych</h2><p>Gracze, którzy preferują grać na urządzeniach mobilnych, mogą korzystać z mobilnej wersji strony kasyna względnie pobrać aplikację kasyno.  Aplikacja jest dostępna na systemy Android os i iOS i actually oferuje pełną funkcjonalność kasyna – od gier, po depozyty, wypłaty i obsługę klienta.  Gracze mogą cieszyć się grą w dowolnym miejscu i czasie, co sprawia, że kasyno staje się jeszcze bardziej dostępne.  Kasyno oferuje szeroki wybór gier stołowych, w tym klasyczne gry takie jak blackjack, bakarat i ruletka.</p><ul><li>Wszystko in order to jest dostępne zarówno dla zarejestrowanych graczy, jak i tych, którzy jeszcze nie utworzyli konta em stronie. </li><li>Gracze Slottica com mogą brać udział po Slottica logowanie się i zasileniu konta. </li><li>Kasyno Online Slottica oferuje również bonus bez depozytu za zainstalowanie aplikacji. </li><li>Otrzymasz unikalny kod afiliacyjny, za pomocą którego będziesz mógł docierać do nowych graczy we osób zainteresowanych grą w kasynie on the internet. </li><li>W aktualnej Bitwie Sezonowej gracze rywalizują o całkowitą pulę nagród w wysokości €400, 000. </li></ul><p>Kasyno Slottica dla nowych użytkowników przygotowało atrakcyjną ofertę powitalną.  Casino Slottica świadczy usługi hazardowe w związku unces tym jest zobowiązane do posiadanie legalnej licencji.  Licencja Curacao, bo właśnie em niej działa 10 operator jest jedną z najbardziej znanych w hazardowym świecie oraz gwarantuje odpowiednią jakość usług.  Branża hazardowa zarówno w Polsce, jak i actually na świecie rozwija się w tempie wykładniczym.</p><h3 id=\"toc-13\">Co Mówią O Nas Nasi Gracze</h3><p>Gdy użytkownik lub gość kasyna ma pytania lub trudności, może natychmiast wysłać SMS-a mhh czat online w portalu.  Na przykład gracze często interesują się szczegółami bonusu bez depozytu Slottica.  Ponadto możesz dowiedzieć się więcej to innych punktach rozgrywki, zgłosić problem lub uzyskać porady mhh czacie na żywo na stronie kasyna.  Doświadczeni gracze również używają tego formatu gry do opracowywania zwycięskich strategii.  Podczas gry w trybie demo Twoje wygrane będą wyświetlane tylko w wirtualnych kredytach, których nie można wypłacić.  Aby uzyskać prawdziwe emocje we wygrać pieniądze, musisz\" \"być zarejestrowanym użytkownikiem we obstawiać zakłady przy użyciu dowolnej z powyższych walut.</p><ul><li>Jeśli gracze mają problemy z pobraniem oprogramowania, warto skontaktować się z operatorami wsparcia technicznego Slottika i uzyskać instrukcje my partner and i porady krok po kroku. </li><li>W sytuacji stwierdzenia niezgodności, dostęp do konta członka Slottica 50 zostanie ograniczony. </li><li>Aplikacja Slottica jest legalną platformą kasyna online, która zapewnia dostęp do ogromnej selekcji gier slotowych we ekscytujących funkcji turniejowych. </li><li>Ten tryb pozwala gościom grać ze smartfonów, tabletów, niezależnie od systemu operacyjnego, na którym działają. </li><li>Nasze kasyno on the web oferuje swoim graczom różne gry hazardowe – zaczynając z slotów poprzez popularne karcianki oraz gry stolikowe i aż po gry mhh żywo z prawdziwym krupierem. </li></ul><p>Z tak ogromną i actually zróżnicowaną biblioteką raffgier, Slottica stara się być kompleksową destynacją dla graczy um różnych preferencjach.  Chociaż sloty i gry stołowe dominują, PL Slottica oferuje również niszowe opcje takie jak Super Sic Bo i Crazy Period dla większej różnorodności.  Aby uzyskać dostęp do tych gier o wysokich wygranych, wystarczy przejść\" \"do kategorii \"Jackpoty\".  Następnie warto wejść watts zakładkę Profil, uzupełnić dane osobowe, potwierdzić adres e-mail my partner and i numer telefonu.  Jeśli tego nie zrobisz, w przyszłości nie będziesz mógł zlecać wypłatę wygranych.</p>','Najlepsze Gry I Niesamowite Bonusy Online!','','publish','closed','','','najlepsze-gry-i-niesamowite-bonusy-online','','','2025-10-13 07:14:08','2025-10-13 00:14:08','',0,'https://lion288slot.com/?p=397',0,'post','',0),
(398,1,'2025-10-13 07:14:08','2025-10-13 00:14:08','<meta name=\"description\" content=\"Wszystkie dane są przetwarzane zgodnie z rygorystyczną polityką prywatności. \"/><h1>Slottica Casino Pl ⭐️ Oficjalna Strona Slotica Kasyno Watts Polsce ⭐️ Logowanie W 2025</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Kompletny Przewodnik Po Bonusach Slottica Casino 2025</a></li><li><a href=\"#toc-1\">Gratulacje!!! </a></li><li><a href=\"#toc-2\">Tryb Mobilnego Kasyna Slottica</a></li><li><a href=\"#toc-3\">Aplikacja Kasyna Slottica</a></li><li><a href=\"#toc-4\">Narzędzia Odpowiedzialnej Gry</a></li><li><a href=\"#toc-5\">Kasyno Slottica Casino Online – Gry Kasynowe</a></li><li><a href=\"#toc-6\">Slottica Aplikacja</a></li><li><a href=\"#toc-7\">Popularne Casino Gry</a></li><li><a href=\"#toc-8\">Wygodne My Partner And I Bezpieczne Płatności</a></li><li><a href=\"#toc-9\">Slotica Bonusy I Promocje</a></li><li><a href=\"#toc-10\">Kto Jest Właścicielem Slottica? </a></li><li><a href=\"#toc-11\">Promocje My Partner And I Turnieje Slottica 🏅</a></li><li><a href=\"#toc-12\">Slottica Kasyno Online – Twoje Ultimate Miejsce Do Gier Hazardowych</a></li><li><a href=\"#toc-13\">Co Mówią O Nas Nasi Gracze</a></li><li><a href=\"#toc-14\">Najpopularniejsze Gry Watts Polsce</a></li><li><a href=\"#toc-15\">Klub Online Slotica Twórcy Oprogramowania Carry Out Gier</a></li><li><a href=\"#toc-16\">Fakty, Które Wyróżniają Slottica Na Rynku</a></li><li><a href=\"#toc-17\">App Slotica Ios</a></li><li><a href=\"#toc-18\">Kasyno Slottica: Metody Płatności</a></li><li><a href=\"#toc-19\">Zagraj W Wersję Demo Za Darmo Bez Rejestracji</a></li><li><a href=\"#toc-20\">Bonusy I Oferty Kasyna Slottica</a></li><li><a href=\"#toc-21\">Jak Mogę Sprawdzić Reputation Wypłaty? </a></li><li><a href=\"#toc-22\">Slottica Polska</a></li><li><a href=\"#toc-23\">Jak Zalogować Się Perform Slottica? </a></li><li><a href=\"#toc-24\">Promocje W Slottica Casino</a></li><li><a href=\"#toc-26\">Czy Gra T Slottica Jest Legalna I Bezpieczna T Polsce? </a></li><li><a href=\"#toc-28\">Funkcje I Nawigacja W Kasynie Slottica</a></li><li><a href=\"#toc-29\">Jakie Są Ograniczenia Wiekowe Przy Rejestracji? </a></li><li><a href=\"#toc-33\">Automaty Na Prawdziwe Pieniądze</a></li><li><a href=\"#toc-34\">Czy Mogę Grać Watts Slottica Na Urządzeniu Mobilnym? </a></li></ul></div><p>Dla graczy, którzy nie chcą instalować dodatkowego oprogramowania, Slottica udostępnia w pełni responsywną wersję mobilną strony, działającą na dowolnej przeglądarce mobilnej.  Ta wersja oferuje niemal wszystkie funkcje aplikacji, w tym dostęp do habgier, wpłat, wypłat we wsparcia klienta, choć bez powiadomień force.  Zasób ten szybko zyskał popularność wśród graczy, oferując wyłącznie bezpieczną grę, stabilne wypłacanie wygranych i actually uczciwe wypłaty.  Kasyno online Slotica jest obsługiwane przez Ocean Management B. Sixth is v. Marka posiada licencję Curaçao\" \"5536/JAZ, więc goście mogą być pewni, że platforma jest wolna od oszustw i actually niezawodna.  Jedną z wyróżniających się cech aplikacji Slottica jest możliwość odebrania hojnego bonusu bez depozytu.  Nowi gracze mogą otrzymać nawet something like 20 € za darmo, przy czym kwota bonusu zależy z ich początkowej wpłaty.</p><ul><li>Na chwilę obecną kasyno Slottica t Polsce i za granicą nie oferuje graczom programu lojalnościowego. </li><li>Nasz zespół wsparcia technicznego jest do Waszej dyspozycji 24 godziny na dobę, seven dni w tygodniu. </li><li>W takim przypadku może być konieczna weryfikacja tożsamości w klubie Slottica, która pozwoli przywrócić dostęp carry out wszystkich świadczeń. </li><li>Jеstеśmy реwnі, żе słyszаłеś о nаs nа Fасеbооku względnie Yоutubе, роnіеwаż nіkt іnny nіе mа tаkісh wygrаnyсh jаk my nа Fіrе Jоkеr сzy Вооk оf Dеаd, bеz wątріеnіа sеtkі tysіęсy złоtyсh. </li><li>Online casinoSlottica jest dostępne w wersji mobilnej na smartfony i tablety. </li></ul><p>Kasyno oferuje również atrakcyjne bonusy, które z pewnością zwiększą Twoje szanse na wygraną.  Nowi gracze mogą skorzystać z bonusu powitalnego, który często obejmuje zarówno dodatkowe środki na grę, jak i darmowe spiny.  Dzięki tym promocjom możesz wygrywać fajne nagrody już od pierwszych chwil spędzonych w kasynie.</p><h2 id=\"toc-0\">Kompletny Przewodnik Po Bonusach Slottica Casino 2025</h2><p>Kasyno mobilne praktycznie niczym się nie różni od swojej wersji desktopowej.  Gracz może na swoim urządzeniu mobilnym logować się do kasyna, doładować konto, zlecić wypłatę, skontaktować się z Działem Obsługi Klienta i oczywiście grać\" \"watts ulubione gry hazardowe.  Kasyno Slottica stworzyło rozbudowaną i atrakcyjną ofertę powitalną składającą się z trzech bonusów.  Jeśli gracz przykładowo wpłaci pierwszy depozyt w wysokości a hundred zł, otrzyma mhh swoje konto bonusowe 200 zł, którymi musi obrócić 45x.  Promocja bez ryzyka jest jedną unces najczęściej poszukiwanych premii przez graczy.  Gracz otrzymuje dodatkowy zastrzyk gotówki czy DS bez konieczności wpłacania depozytu <a href=\"https://kasyno-slottica.com/\">slottica</a>.</p><p>Wysoka zmienność sprawia, że główne wygrane pojawiają się rzadziej, ale są za to znacznie bogatsze.  Aviator od firmy Spribe to najpopularniejsza aktualnie gra z gatunku crash game.  Polega na obstawianiu pojedynczej lub podwójnej stawki na lot samolotu, który wraz ze wznoszeniem się generuje coraz większy mnożnik wygranej.</p><h3 id=\"toc-1\">Gratulacje!!! </h3><p>Obowiązują nadrzędne zasady kraju, którego licencja została nadana kasynu.  Podsumowując, Kasyno Slottica to ciekawa propozycja dla graczy szukających różnorodności i atrakcyjnych promocji.  Bogata oferta habgier i bonusów z pewnością wynagrodzi mniej atrakcyjny design strony.  Chronimy Twoje dane i transakcje za pomocą zaawansowanego szyfrowania SSL, a wygrane wypłacamy błyskawicznie – nawet w ciągu 72 godzin, z miesięcznym limitem perform €.  W razie pytań, nasz polskojęzyczny zespół wsparcia jest dostępny 24/7, gwarantując Ci pełen gemütlichkeit gry.  Promocje są dostępne zarówno dla nowych, jak my partner and i doświadczonych graczy, dzięki czemu każdy znajdzie coś dla siebie.</p><ul><li>Następnie wypełnij formularz rejestracyjny, podając wszystkie niezbędne dane, zaakceptuj zgody i oświadczenia, some sort of na końcu kliknij „Zarejestruj się i actually przejdź do gry”. </li><li>Ta aplikacja dostarcza dostęp do Twoich ulubionych gier, gdziekolwiek jesteś. </li><li>Liczne komentarze graczy potwierdzają pozytywną opinię o Slottica gambling establishment pl. </li><li>Pobierz Slottica Casino Iphone app i wpłać swój pierwszy depozyt, a new otrzymasz 20 EUR za darmo. </li><li>Aby sprostać oczekiwaniom nawet najbardziej wymagających graczy, Slottica online casino stworzyło bardzo obszerną i rozległą ofertę raffgier hazardowych. </li><li>W stopce mhh dole strony gracz znajdzie Regulamin Odpowiedzialnej Gry, a watts nim kontakty perform organizacji, które pomagają osobom uzależnionym od hazardu. </li></ul><p>Przygotowaliśmy dla Ciebie wygodny kalendarz, który pozwoli Ci zaplanować kolejne dni pod kątem obstawiania zakładów live.  Możesz też mhh bieżąco śledzić statystyki oraz match tracker, a także sprawdzać wyniki z historii meczów.  To wszystko sprawia, że zakłady live stają się jeszcze bardziej atrakcyjne dla wszystkich zainteresowanych użytkowników.  Rozumiemy, że jako nowoczesny gracz z Polski cenisz sobie  swobodę my partner and i mobilność.  Dlatego platforma Slottica Casino została w pełni zoptymalizowana dla urządzeń mobilnych, gwarantując płynną my partner and i intuicyjną rozgrywkę na dowolnym smartfonie my partner and i tablecie, gdziekolwiek jesteś.  Strona jest watts pełni dostosowana perform urządzeń mobilnych, nie ma potrzeby instalowania osobnej aplikacji.</p><h2 id=\"toc-2\">Tryb Mobilnego Kasyna Slottica</h2><p>Slottica Kasyno oferuje różnorodne gry stołowe, które zapewniają klasyczne doświadczenie kasynowe.  W aktualnej Bitwie Sezonowej gracze rywalizują o całkowitą pulę nagród w wysokości €400, 000.  Wydarzenie z 300 miejscami wygrywającymi i funduszem nagród rzeczowych watts wysokości €14, five hundred dla pierwszych 200 miejsc.  Gracze zdobywają punkty obstawiając prawdziwe pieniądze, gdzie just one, 000 EUR zakładów równa się jednemu\" \"punktowi.  Główne nagrody obejmują wysokiej klasy elektronikę, taką jak telewizory Samsung, laptopy gamingowe i wiele innych.</p><ul><li>Najpierw musisz zweryfikować swoją tożsamość, po\" \"czym musisz dokonać wpłaty. </li><li>Zachęcamy również do skorzystania z pomocy w sekcji FAQ oraz zapoznania się z regulaminami naszych usług. </li><li>Gwarantujemy dostęp do tysięcy gier, uczciwych promocji i profesjonalnego wsparcia. </li></ul><p>Dzięki bonusowi możesz uzyskać więcej korzyści z zakładów sportowych i\" \"zwiększyć swoje szanse mhh wygraną.  Kasyno Slottica, choć stosunkowo nowe, szybko zyskuje uznanie graczy dzięki licencji Curacao, gwarantującej bezpieczeństwo i uczciwość rozgrywki.  Atrakcyjne promocje, zarówno dla nowych, jak i stałych graczy, dodatkowo podnoszą atrakcyjność tego kasyna.</p><h3 id=\"toc-3\">Aplikacja Kasyna Slottica</h3><p>W ofercie znajdziesz także unikalne propozycje, takie grunzochse nietypowe gry i innowacyjne rozwiązania, które wyróżniają Slottica mhh tle konkurencji.  Nasz zespół wsparcia technicznego jest do Waszej dyspozycji 24 godziny na dobę, 7 dni w tygodniu.  Najszybszą formą kontaktu jest czat em żywo (Live Chat) dostępny na stronie.  Możecie również skontaktować się z nami mailowo, a my personal odpowiemy tak szybko, jak to możliwe.  Zawsze zachęcamy carry out zapoznania się z pełnym regulaminem każdej oferty bonusowej.</p><p>Łącznie\" \"udostępniamy tysiące automatów perform gry, które czerpią z klasycznych jednorękich bandytów, ale są powalające wizualnie.  Znajdziesz tu zarówno proste owocówki, rozbudowane wideo sloty, jak również nowoczesne sloty 3 DIMENSIONAL.  Chcesz poczuć się jak w prawdziwym kasynie, ale bez konieczności podróży do Monte Carlo lub Las Vegas?  Teraz masz unikalną możliwość w Slottica, gdzie przygotowaliśmy dla Ciebie wyjątkowe kasyno em żywo.  Jest to zbiór gier karcianych i stołowych, które obsługiwane są poprzez prawdziwych krupierów w trybie live.</p><h3 id=\"toc-4\">Narzędzia Odpowiedzialnej Gry</h3><p>Aktywując benefit, pełnoprawni członkowie Slotica casino otrzymują 200% od depozytu t wysokości 15€ albo więcej.  Gracze Gambling establishment Slottica otrzymują dostęp do gry, em której wyniki nikt nie może wpłynąć.  Wszystkie nowości działają na smartfonach my partner and i tabletach, dostosowując się prawidłowo do każdej\" \"przekątnej ekranu.  Dzieje się tak dzięki wykorzystaniu technologii HTML5 t tworzeniu oprogramowania.  Wszystkie gry są niezależnie audytowane, oferując klientom tylko stabilne działanie oprogramowania, niezależność generatora liczb losowych.  Po rejestracji na stronie Slottica Casino użytkownicy mają dostęp do wszystkich opcji klubu, korzyści z kasyna, konta i salda.</p><p>Strona internetowa Slottica on line casino pl posiada całodobowe wsparcie techniczne.  Operatorzy pomagają graczom rozwiązać podchwytliwe kwestie, skonfigurować rozgrywkę i zakończyć weryfikację profilu.  Aplikację można pobrać wchodząc na oficjalną stronę Slottika Casino, wybierając opcję \"Download by means of link\" znajdującą się w menu.  Jeśli gracze mają problemy z pobraniem oprogramowania, warto skontaktować się z operatorami wsparcia technicznego Slottika i actually uzyskać instrukcje we porady krok po kroku.</p><h2 id=\"toc-5\">Kasyno Slottica Casino Online – Gry Kasynowe</h2><p>Aplikacja Slottica 36 działa em tych samych zasadach co główny zasób, spełnia wszystkie punkty polityki prywatności, zasady odpowiedzialnej gry, regulamin klubu.  Po wejściu do zasobu, Slotica automatycznie dostosowuje się do każdej przekątnej ekranu, zachowując kolorystykę grafiki, menu nawigacyjnego i paska wyszukiwania.  Członkowie Slottica apresentando mogą w każdej chwili przejść carry out platformy, wpisując adres w pasku wyszukiwania.</p><ul><li>Przygotowane dla Ciebie metody płatności w Slottica Polska to przede wszystkim szeroki wybór opcji wpłaty. </li><li>Pamiętaj, że każdy kod promocyjny ma również swoje warunki i ograniczenia, więc przeczytaj u uważnie przed ich użyciem. </li><li>Реru, z оkоłо 2230 mіеsіęсznymі wyszukіwаnіаmі, jеst rynkіеm, nа którym Slоtіkа dynаmісznіе zyskujе рорulаrnоść. </li><li>Warto napisać do pomocy technicznej, jeśli gracz nie und nimmer może się zarejestrować, wpłacić, zażądać wypłaty, Slottica logowanie. </li><li>Wszystkie środki są deponowane natychmiast, więc członkowie nie muszą czekać na przetworzenie płatności we mogą od razu rozpocząć grę. </li></ul><p>Graj zarówno online, jak my partner and i na żywo, simply by poczuć się jak prawdziwy mistrz pokera.  Jeśli wygrasz, Twoje wygrane zostaną automatycznie przelane na balance Twojego konta.  Piłka nożna jest jednym z najpopularniejszych sportów na świecie, some sort of firma oferuje zakłady na wiele wydarzeń z tej dyscypliny.  Pamiętaj, że zakłady są rozrywką i actually powinny być traktowane odpowiedzialnie.  W grze crash JetX gracze obstawiają zakłady we czekają na wystrzelenie rakiety.</p><h2 id=\"toc-6\">Slottica Aplikacja</h2><p>Jak przystało mhh dobre kasyno on the web, nasz  serwis przyznaje każdemu nowemu graczowi, który zarejestruje konto, potwierdzi swój adres e-mail i pobierze aplikację mobilną Slottica bonus bez depozytu.  Jeśli jesteś zainteresowany grą na prawdziwe pieniądze, pierwszą rzeczą, którą musisz zrobić, to założyć konto w Slottica kasyno.  Nie zapominaj, że nowi użytkownicy mogą otrzymać reward powitalny już od depozytu w wysokości 70 PLN.  Gdy twoje środki zostaną zdeponowane na twoim koncie, najciekawszą rzeczą jest wybranie gry lub wydarzenia, em które chcesz postawić.  Witryna ma inny rodzaj hazardu, watts którym gracze obstawiają, kiedy nastąpi określone wydarzenie.  Zdarzeniem może być wszystko, tego rodzaju jak zakończenie lotu, eksplozja balonu my partner and i inne.</p><ul><li>Możecie również skontaktować się z nami mailowo, a my odpowiemy tak szybko, jak to możliwe. </li><li>Wszystkie nowości działają na smartfonach we tabletach, dostosowując się prawidłowo do każdej\" \"przekątnej ekranu. </li><li>Aby pobrać aplikację, wystarczy wejść na oficjalną stronę i pobrać aplikację z odpowiedniej zakładki. </li><li>Każdy gracz, który pobierze aplikację kasyna na swoje urządzenie mobilne i actually wpłaci przynajmniej five zł, otrzyma bonus mobilny do one hundred zł. </li></ul><p>Ale jeśli samolot rozbije się przed wypłaceniem pieniędzy, tracisz zakład.  Na chwilę obecną kasyno Slottica w Polsce i za granicą nie proponuje graczom programu lojalnościowego.  Niewykluczone jednak, że program VIP stanie się częścią naszej oferty bonusowej już w niedalekiej przyszłości.  Śledź naszą stronę, zaglądaj do Slottica Casino mobile, some sort of także obserwuj multimedia społecznościowe, a by pozostać na bieżąco.  Sloty to najpopularniejsze gry kasynowe, jakie można aktualnie znaleźć w lobby kasyna Slottica Online.  Możesz przeglądać ich dostępność po nazwach deweloperów, a także dzięki wygodnym filtrom.</p><h3 id=\"toc-7\">Popularne Casino Gry</h3><p>W kasynie live grę prowadzi prawdziwy krupier\\krupierka – przyjmuje zakłady, zakręca kołem ruletki, rozdaje karty i ogłasza wyniki rundy.  W gry dostępne w zakładce Live Dealers można grać tylko za prawdziwe pieniądze.  Kasyno Slottica oferuje graczom imponujący wybór różnych automatów do gier, więc każdy na pewno znajdzie coś odpowiedniego dla siebie.  Nasz serwis współpracuje wyłącznie ze sprawdzonymi twórcami slotów online, którzy produkują wysokiej jakości maszyny hazardowe.  Aby sprostać oczekiwaniom nawet najbardziej wymagających graczy, Slottica online casino stworzyło bardzo obszerną we rozległą ofertę raffgier hazardowych.</p><ul><li>Slottica On line casino\" \"to be able to nowoczesne kasyno on the web, które zdobyło zaufanie graczy dzięki szerokiej ofercie gier my partner and i wysokim standardom bezpieczeństwa. </li><li>Platforma hazardowa działa nieprzerwanie od 2019 roku, oferując graczom na całym świecie dostęp do unikatowej rozrywki online. </li><li>Branża hazardowa zarówno t Polsce, jak i na świecie rozwija się w tempie wykładniczym. </li><li>Slottica Kasyno oferuje różnorodne gry stołowe, które zapewniają klasyczne doświadczenie kasynowe. </li><li>Na start otrzymasz także 50 darmowych spinów bez depozytu na kultowy slot machine Starburst lub 10€ w gotówce z kodem ANALYZER. </li><li>Instalacja aplikacji jest szybka i prosta, a interfejs został zaprojektowany z myślą o maksymalnej wygodzie użytkownika. </li></ul><p>Zakłady sportowe w Slottica Polska oferują wyjątkowe doświadczenie dla entuzjastów zakładów sportowych.  Platforma umożliwia obstawianie prawdziwych i wirtualnych wydarzeń sportowych, takich jak piłka nożna, koszykówka, tenis i inne.  Slottica oferuje atrakcyjne kursy, ekskluzywne bonusy i promocje dla swoich użytkowników t Polsce.</p><h2 id=\"toc-8\">Wygodne My Partner And I Bezpieczne Płatności</h2><p>Minimalna kwota wypłaty wynosi 150 euro, podczas gdy dzienne my partner and i tygodniowe limity wypłat wynoszą odpowiednio €2, 000 i €10, 000.  Naciśnij przycisk\" Zaloguj się \" na oficjalnej stronie kasyna, a otworzy się formularz perform wprowadzenia nazwy użytkownika\" \"we hasła.  Po prostu użyj przycisku \"Zapomniałem hasła\" i możesz łatwo odzyskać dostęp do swojego konta.  150 Slоttіса Kаsynо оfеrujе różnоrоdnе gry оd uznаnyсh dоstаwсów, tаkісh jаk Рrаgmаtіс Рlаy сzy Wаzdаn, którе gwаrаntują еmосjоnująсе рrzеżyсіа.  Grасzе znаjdą tu tаkżе рорulаrnе slоty, tаkіе jаk Gоnzо\'s Quеst Mеgаwаys, który zареwnіа unіkаlną rоzgrywkę z wysоkіmі szаnsаmі nа wygrаną.</p><ul><li>Slottica wykorzystuje zaawansowaną technologię szyfrowania do ochrony wszystkich transakcji finansowych my partner and i środków graczy. </li><li>Warto dodać, że bonus powitalny aktywuje się automatycznie przy pierwszej wpłacie, bez potrzeby wpisywania kodu promocyjnego. </li><li>Jeśli jesteś zainteresowany grą na prawdziwe pieniądze, pierwszą rzeczą, którą musisz zrobić, to założyć konto w Slottica kasyno. </li><li>Tutaj możesz cieszyć się tym, co ważne, niesamowitymi bonusami i ogromnym wyborem różnych unikalnych i innowacyjnych gier. </li><li>Zdarzeniem może być wszystko, takie jak zakończenie lotu, eksplozja balonu we inne. </li></ul><p>Dla większej wygody dostępna jest również aplikacja Slotica dla użytkowników mobilnych.  Nasze kasyno on the internet oferuje swoim graczom różne gry hazardowe – zaczynając z slotów poprzez popularne karcianki oraz gry stolikowe i aż po gry mhh żywo z prawdziwym krupierem.  Witryna hazardowa ma bardzo atrakcyjną ofertę promocji skierowaną zarówno do nowych graczy, jak i actually starych wyjadaczy.  Działając od 2019 roku, Slottica zbudowała mocną reputację dzięki przejrzystości, bezpieczeństwu i ekscytującym promocjom.  Niezależnie od tego, czy jesteś doświadczonym graczem, czy nowicjuszem w kasynach online, Slottica dostarcza dynamiczną i angażującą platformę do eksploracji.</p><h3 id=\"toc-9\">Slotica Bonusy I Promocje</h3><p>Przed rozpoczęciem obstawiania gier kasynowych i zakładów bukmacherskich, potrzebować będziesz środków finansowych na grę.  W tym celu możesz skorzystać unces nowoczesnych opcji płatniczych, jakie dla Ciebie przygotowaliśmy.  Należy podkreślić, że w Slottica kod promocyjny keineswegs jest wymagany, aby otrzymać bonus powitalny dla nowych klientów.  Wystarczy założyć konto, a następnie wpłacić pierwszy depozyt, aby odblokować dostęp carry out bonusu na begin.  Wszystkich traktujemy mhh równi i nikogo nie wywyższamy – każdy ma takie same szanse em uzyskanie promocji.  Należy jednak pamiętać, że zasady gry online w kasynie internetowym mogą różnić się w zależności z lokalizacji geograficznej gracza.</p><ul><li>Kasyno nie posiada dedykowanych stron Pomocy ani FAQ, więc zespół wsparcia jest Twoim głównym źródłem pomocy w przypadku jakichkolwiek pytań lub wątpliwości. </li><li>Gracze mogą wypłacać środki za pomocą MasterCard, Jeton i actually portfeli Bitcoin. </li><li>Jedną unces najpopularniejszych gier na żywo wśród użytkowników\" \"jest poker. </li><li>Gracz, który szuka mocnych wrażeń związanych z grą unces prawdziwym krupierem za pieniądze może zajrzeć do zakładki Reside Dealers. </li></ul><p>Aby otrzymać powyższe promocje powitalne dla nowych użytkowników, należy założyć konto w kasynie online.  Następnie wystarczy wpłacić depozyt zgodnie unces regulaminem bonusów, aby uzyskać dostęp carry out dodatkowych środków.  Pamiętaj też, że poszczególne promocje mają swoje określone zasady gry i obrotu.</p><h3 id=\"toc-10\">Kto Jest Właścicielem Slottica? </h3><p>Wśród dostępnych automatów znajdziesz klasyczne tytuły, takie jak sizzling deluxe oraz gonzo’s quest.  Slottica oferuje także najlepsze gry zarówno dla początkujących, jak i doświadczonych graczy.  Graczom przypomina się o dostępności bonusu powitalnego Slottica online casino podczas rejestracji w kwestionariuszu o tej samej nazwie.  Więcej dodatkowych szczegółów gracze poznają w sekcji \"Bonusy\", znajdującej się watts kategorii \"Promocje\".  Pakiet Bonusów Powitalnych t Slotica casino zawiera 3 rodzaje bonusów, które omówimy bardziej szczegółowo w poniższej tabeli.  Nagrodę mogą otrzymać tylko goście, którzy założyli konto na stronie Slottica online casino, Slottica gambling establishment login się do swojej osobistej szafki i przestrzegali warunków promocji.</p><ul><li>Dzięki temu polscy gracze mogą korzystać unces ulubionych gier, bonusów i zakładów sportowych w dowolnym miejscu i czasie, bez konieczności korzystania z\" \"komputera. </li><li>Zе względu nа blоkоwаnіе рrzеz Mіnіstеrstwо Fіnаnsów, оfісjаlnа strоnа kаsynа mоżе być сzаsеm nіеdоstęрnа. </li><li>Jak przystało na dobre kasyno online, zadbaliśmy o prostą, łatwą we szybką rejestrację. </li><li>Bonus za rejestrację jest nieodłącznym element oferty promocyjnej każdego kasyna. </li><li>Веzріесzеństwо tо рrіоrytеt dlа kаsynа Slоtyіса, dlаtеgо w арlіkасjі mоżnа аktywоwаć dоdаtkоwą wеryfіkасję рrzеz Gооglе Аuthеntісаtоr. </li><li>Kasyno Slottica, choć stosunkowo nowe, szybko zyskuje uznanie graczy dzięki licencji Curacao, gwarantującej bezpieczeństwo i uczciwość rozgrywki. </li></ul><p>Dla graczy ceniących wygodę i mobilność, Slottica Casino przygotowało w pełni dostosowaną aplikację mobilną, która działa na urządzeniach z systemem Android oraz iOS.  Dzięki niej możesz mieć swoje ulubione gry zawsze pod ręką – niezależnie od miejsca i czasu.  Wersja mobilna kasyna pozwala nie tylko grać w najpopularniejsze automaty i gry stołowe, ale także obstawiać zakłady sportowe bądź korzystać z atrakcyjnych promocji.</p><h2 id=\"toc-11\">Promocje My Partner And I Turnieje Slottica 🏅</h2><p>Nowi gracze mogą liczyć na hojny bonus powitalny carry out 200% od pierwszej wpłaty, a kolejne dwie wpłaty również są premiowane.  Dodatkowo, kasyno oferuje cotygodniowe bonusy i darmowe spiny, co dodatkowo zachęca do regularnej gry.  Casino Slottica oferuje graczom duży wybór różnych metod płatności, za pomocą których mogą doładować konto i zlecić wypłatę wygranych środków.  Ogólnie rzecz biorąc, Casino Internetowe Slottica z Polski zapewnia solidne i przyjemne doświadczenie w grze dla graczy.</p><p>Za każdą osobę, która zarejestruje się we wpłaci depozyt, gracz otrzymuje dodatkowy added bonus.  Gry te oferują nieskończoną rozrywkę unces możliwością wygrania dużych nagród.  W Slottica Polska czeka em Ciebie imponująca kolekcja ponad 2000 raffgier od ponad one hundred twenty renomowanych dostawców, t tym gigantów grunzochse Microgaming, NetEnt czy Evolution Gaming.  Odkryj najnowsze automaty unces progresywnymi jackpotami, zanurz się w klasycznych grach stołowych lub poczuj autentyczne emocje w kasynie em żywo z profesjonalnymi krupierami.  Każdą grę wyselekcjonowano, by zapewnić Ci najlepszą rozrywkę i uczciwą grę.  Promocje w kasyno są głównie nastawione na to, aby dawać graczom powód do dalszej gry, a nie oferować środki na grę.</p><h2 id=\"toc-12\">Slottica Kasyno Online – Twoje Ultimate Miejsce Do Gier Hazardowych</h2><p>Gracze, którzy preferują grać na urządzeniach mobilnych, mogą korzystać z mobilnej wersji strony kasyna względnie pobrać aplikację kasyno.  Aplikacja jest dostępna na systemy Android os i iOS i actually oferuje pełną funkcjonalność kasyna – od gier, po depozyty, wypłaty i obsługę klienta.  Gracze mogą cieszyć się grą w dowolnym miejscu i czasie, co sprawia, że kasyno staje się jeszcze bardziej dostępne.  Kasyno oferuje szeroki wybór gier stołowych, w tym klasyczne gry takie jak blackjack, bakarat i ruletka.</p><ul><li>Wszystko in order to jest dostępne zarówno dla zarejestrowanych graczy, jak i tych, którzy jeszcze nie utworzyli konta em stronie. </li><li>Gracze Slottica com mogą brać udział po Slottica logowanie się i zasileniu konta. </li><li>Kasyno Online Slottica oferuje również bonus bez depozytu za zainstalowanie aplikacji. </li><li>Otrzymasz unikalny kod afiliacyjny, za pomocą którego będziesz mógł docierać do nowych graczy we osób zainteresowanych grą w kasynie on the internet. </li><li>W aktualnej Bitwie Sezonowej gracze rywalizują o całkowitą pulę nagród w wysokości €400, 000. </li></ul><p>Kasyno Slottica dla nowych użytkowników przygotowało atrakcyjną ofertę powitalną.  Casino Slottica świadczy usługi hazardowe w związku unces tym jest zobowiązane do posiadanie legalnej licencji.  Licencja Curacao, bo właśnie em niej działa 10 operator jest jedną z najbardziej znanych w hazardowym świecie oraz gwarantuje odpowiednią jakość usług.  Branża hazardowa zarówno w Polsce, jak i actually na świecie rozwija się w tempie wykładniczym.</p><h3 id=\"toc-13\">Co Mówią O Nas Nasi Gracze</h3><p>Gdy użytkownik lub gość kasyna ma pytania lub trudności, może natychmiast wysłać SMS-a mhh czat online w portalu.  Na przykład gracze często interesują się szczegółami bonusu bez depozytu Slottica.  Ponadto możesz dowiedzieć się więcej to innych punktach rozgrywki, zgłosić problem lub uzyskać porady mhh czacie na żywo na stronie kasyna.  Doświadczeni gracze również używają tego formatu gry do opracowywania zwycięskich strategii.  Podczas gry w trybie demo Twoje wygrane będą wyświetlane tylko w wirtualnych kredytach, których nie można wypłacić.  Aby uzyskać prawdziwe emocje we wygrać pieniądze, musisz\" \"być zarejestrowanym użytkownikiem we obstawiać zakłady przy użyciu dowolnej z powyższych walut.</p><ul><li>Jeśli gracze mają problemy z pobraniem oprogramowania, warto skontaktować się z operatorami wsparcia technicznego Slottika i uzyskać instrukcje my partner and i porady krok po kroku. </li><li>W sytuacji stwierdzenia niezgodności, dostęp do konta członka Slottica 50 zostanie ograniczony. </li><li>Aplikacja Slottica jest legalną platformą kasyna online, która zapewnia dostęp do ogromnej selekcji gier slotowych we ekscytujących funkcji turniejowych. </li><li>Ten tryb pozwala gościom grać ze smartfonów, tabletów, niezależnie od systemu operacyjnego, na którym działają. </li><li>Nasze kasyno on the web oferuje swoim graczom różne gry hazardowe – zaczynając z slotów poprzez popularne karcianki oraz gry stolikowe i aż po gry mhh żywo z prawdziwym krupierem. </li></ul><p>Z tak ogromną i actually zróżnicowaną biblioteką raffgier, Slottica stara się być kompleksową destynacją dla graczy um różnych preferencjach.  Chociaż sloty i gry stołowe dominują, PL Slottica oferuje również niszowe opcje takie jak Super Sic Bo i Crazy Period dla większej różnorodności.  Aby uzyskać dostęp do tych gier o wysokich wygranych, wystarczy przejść\" \"do kategorii \"Jackpoty\".  Następnie warto wejść watts zakładkę Profil, uzupełnić dane osobowe, potwierdzić adres e-mail my partner and i numer telefonu.  Jeśli tego nie zrobisz, w przyszłości nie będziesz mógł zlecać wypłatę wygranych.</p>','Najlepsze Gry I Niesamowite Bonusy Online!','','inherit','closed','closed','','397-revision-v1','','','2025-10-13 07:14:08','2025-10-13 00:14:08','',397,'https://lion288slot.com/?p=398',0,'revision','',0),
(399,1,'2025-10-12 08:30:53','2025-10-12 01:30:53','<meta name=\"description\" content=\"Obstawianie żużla jest przeznaczone raczej perform miłośników tego sportu, którzy wiedzą gdzie i kiedy wskazane jest szukać zakładów. \"/><h1>Zakłady Sportowe Żużel: Analiza Kursów I Rynków Na Żużlowe Mecze\"</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Żużel Obstawianie – Niższe Ik W Polsce</a></li><li><a href=\"#toc-1\">Bukmacherzy Mhh Żużel ᗎ Najlepsze Zakłady Żużlowe Watts 2025 R</a></li><li><a href=\"#toc-2\">Zakłady Sportowe Żużel: Popularne Rodzaje Zakładów Wyjaśnione</a></li><li><a href=\"#toc-3\">Czym Wyróżniają Się Zakłady Sportowe W Polsce? </a></li><li><a href=\"#toc-4\">Obstawianie W Kolarstwie</a></li><li><a href=\"#toc-5\">Zakłady Sportowe Żużel: Jakie Informacje Warto Śledzić? Smaki Piemount”</a></li><li><a href=\"#toc-6\">Jak Obstawiać Żużel? </a></li><li><a href=\"#toc-7\">Lv Bet</a></li><li><a href=\"#toc-8\">Zakłady Sportowe Żużel: Dlaczego Są Często Błędnie Postrzegane</a></li><li><a href=\"#toc-9\">Zakłady Em Żużel W Betclic</a></li><li><a href=\"#toc-10\">Zakłady Mhh Żużel W Sts</a></li><li><a href=\"#toc-11\">\"najlepsi Bukmacherzy Na Żużel – Polski Position 2025</a></li><li><a href=\"#toc-12\">Jakie Czynniki Zewnętrzne Wpływają Em Formę Drużyny? </a></li><li><a href=\"#toc-13\">“żużel Zakłady Bukmacherskie Yak Obstawiać Żużel? </a></li><li><a href=\"#toc-14\">Jakie Zakłady Bukmacherskie Na Żużel? </a></li><li><a href=\"#toc-15\">🥇 Który Z Bukmacherów Jest Najlepszy Execute And About Obstawiania Żużlu? </a></li><li><a href=\"#toc-16\">Bukmacherzy Żużel ️ Greatest Zakłady Na Żużel Over The Internet W Polsce【2025】</a></li><li><a href=\"#toc-17\">Żużel: Mistrz Świata Prosto Z Mostu! Takiej Publikacji Jeszcze Nie Było! </a></li><li><a href=\"#toc-18\">Żużel Zakłady Bukmacherskie – Co Można Obstawiać? </a></li><li><a href=\"#toc-19\">Pge Ekstraliga</a></li><li><a href=\"#toc-20\">Najlepsze Zakłady Bukmacherskie T Polsce W 2025 Roku: Przegląd I Actually Porównanie Platform</a></li><li><a href=\"#toc-21\">Jak Wybrać Najlepszego Bukmachera Na Żużel</a></li><li><a href=\"#toc-22\">Jak Działają Kursy W Zakładach Na Żużel? </a></li><li><a href=\"#toc-23\">Popularne Sporty Do Obstawiania</a></li><li><a href=\"#toc-24\">Czy Obstawianie Żużla Jest Legalne? </a></li><li><a href=\"#toc-26\">Wpływ Warunków Torowych My Partner And I Pogodowych Na Zakłady Żużlowe</a></li><li><a href=\"#toc-27\">Berita Terbaru</a></li><li><a href=\"#toc-28\">Jak Analizować Zajecia Z Przed Zakładem Na Żużlowe Mecze? </a></li><li><a href=\"#toc-29\">Ledakan Trafo Di Gunung Muria Sebabkan Pemadaman Listrik Di Beberapa Wilayah</a></li><li><a href=\"#toc-30\">Gdzie Znaleźć Najlepsze Typy Na Żużel? </a></li><li><a href=\"#toc-33\">Zakłady Mhh Żużel W Aplikacjach Mobilnych</a></li></ul></div><p>I podobnie emocjonujące jest obstawianie meczy, ale jak czytać em żużel kursy bukmacherskie?  Zakłady wystawiają kursy w formacie dziesiętnym, co oznacza, że łatwo możesz policzyć potencjalną wygraną.  Kursy na żużel można czytać też veoma wskazówkę, którą drużynę czy zawodnika bukmacher\" \"wskazuje jako faworyta.  Im niższy kurs, tym zdaniem bukmacherów większe prawdopodobieństwo na zaistnienie danego zdarzenia np.  I odwrotnie, im or her wyższe kursy, tym zdaniem bukmachera mniejsze szanse, że to się wydarzy np.</p><ul><li>Choć mogą nie mieć tidak silnej pozycji grunzochse polska Ekstraliga, oferują ciekawe doświadczenia oraz możliwością zdywersyfikowania portfela zakładów. </li><li>Dodatkowo warto zwrócić uwagę na dostępność informacji i statystyk dotyczących żużla, które pomagają w podjęciu świadomej decyzji przy typowaniu. </li><li>Funkcja streamingu wyścigów żużlowych no ano de żywo, z której korzystać można również watts apkach bukmacherskich, dostępna jest jedynie w przypadku najwazniejszych wyścigów. </li><li>Dyscyplina konstruera pojawia się wśród dostępnych carry out there obstawiania sportów zwykle w trakcie trwania ligi. </li></ul><p>Jeśli interesujesz się żużlem, obstawiaj tylko te ligi i turnieje, um których masz szeroką wiedzę.  Postaraj się nie kierować emocjami i intuicją, gdyż takie podejście potrafi być zgubne.  Wystarczy przesłać na adres mailowy bukmachera zrzut ekranu z systemu biletowego z widocznymi danymi osobowymi.  Mankamentem jest z kolei fakt, że chollo na poszczególne zawody żużlowe nie pojawia się z dużym wyprzedzeniem.  Zmagania w ramach cyklu SGP, SEC czy żużlowej Ekstraligi będą przez zawodników traktowane poważniej, aniżeli starty w jednodniowych turniejach i actually memoriałach.</p><h2 id=\"toc-0\">Żużel Obstawianie – Niższe Ligi W Polsce</h2><p>Zakłady na żużel ewoluują wraz z rozwojem technologii i zmianami na rynku sportów motorowych.  Coraz więcej bukmacherów wprowadza zakłady live, które pozwalają obstawiać wynik meczu w trakcie jego\" \"trwania.  To znacznie podnosi emocje oraz daje graczom możliwość wykorzystania wiedzy o aktualnym przebiegu zawodów.</p><ul><li>Zakład sportowy so as to be able to nie tylko matematyka i prawdopodobieństwo – to be able to także narracja, która dodaje wydarzeniu osobistego znaczenia. </li><li>Obstawianie żużla to Polsce legalni bukmacherzy umożliwiają na kilka różnych sposobów mostbet aplikacja. </li><li>Zakłady bukmacherskie żużel nie ograniczają Cię wyłącznie perform obstawiania zwycięzcy meczu. </li><li>Tory mogą różnić się od siebie stanem przygotowania trasy, geometrią, jakością wysypanego żużla. </li><li>Typerzy mogą obstawiać no ano de żywo głównie takie rodzaje zakładów, yak 1×2, handicap czy over/under. </li></ul><p>Surebet to come to be capable to strategia zakładów, watts której obstawia się różne wyniki u różnych bukmacherów, aby niezależnie od wyników osiągnąć zysk.  W żużlu możemy mówić również um przewadze gospodarzy, którzy jadą na własnym torze (i przed swoją publicznością).  Czasami mówi się wręcz to lokalnych matadorach, którzy nie należą carry out żużlowej elity, some sort of jednak mhh swoim stadionie potrafią wykrzesać z siebie najlepszą formę <a href=\"https://mostbet102.pl/\">https://mostbet102.pl/</a>.</p><h3 id=\"toc-1\">Bukmacherzy Mhh Żużel ᗎ Najlepsze Zakłady Żużlowe Watts 2025 R</h3><p>Trudno jest wskazać najlepsze zakłady sportowe on-line, liquor jest kilka czynników, które pomagają zyskać to be able\" \"to miano.  Wszystko musi być zaprezentowane w taki sposób, aby nawet przy pierwszym uruchomieniu wiedzieć, grunzochse się zarejestrować, bądź postawić zakład.  Liczymy, że Noblebet apk będzie stale udoskonalał swoją ofertę zakładów bukmacherskich.  Być może z czasem zobaczymy też logo bukmachera na plastronach żużlowców jakiegoś znamienitego klubu ekstraligowego?  Póki co pozostaje nam skorzystać z pakietu powitalnego dla nowych graczy, który może wynieść maksymalnie 2000 PLN.</p><ul><li>Dowiedz się, dlaczego podwójna obsada wraca do łask i jakie korzyści niesie praca zespołowa w trasie.\"</li><li>Wirtualna liga żużlowa wykorzystuje fizykę realnych wyścigów, lecz gry lo są wysoce losowe. </li><li>Oferta promocyjna dla” “nowych graczy obejmuje allesamt unces najwyższych zakładów bez ryzyka, a new dla stałych graczy dostępnych jest\" \"sporo promocji ograniczonych czasowo. </li><li>Dla osób, które interesują się tą dyscypliną sportu żużel na pewno stanowi ciekawy element oferty t zakładach bukmacherskich. </li><li>Możesz postawić mhh przykład na as a way to, która z drużyn ksfd pierwsza zdobędzie 35 punktów w trwającym właśnie meczu. </li></ul><p>Warto pamiętać, że nawet podczas rywalizacji drużyn znajdziemy w ofercie zakłady em wyniki punktowe poszczególnych zawodników czy pojedynki H2H.  Jeśli interesują Cię zakłady bukmacherskie żużel jest jedną z trzech najpopularniejszych dyscyplin sportowych t Polsce.  Ponadto zawodnicy zobowiązani są have got out” “posiadania plastronu (specjalnej kamizelki) unces numerem startowym.</p><h2 id=\"toc-2\">Zakłady Sportowe Żużel: Popularne Rodzaje Zakładów Wyjaśnione</h2><p>W zawodach ligowych bądź reprezentacyjnych stawiasz więc em to, która drużyna wygra bądź nieco bardziej ryzykownie –” “na remis.  To łatwa decyzja, jeśli jesteś już fanem e-sportu, ponieważ logiczną rzeczą execute zrobienia jest skupienie się mhh grach, które znasz najlepiej.  Zachęcamy by simply korzystać wyłącznie se sprawdzonych, wiarygodnych we throughout fact legalnych bukmacherów mostbet.  Obstawiania live zwycięzcy wyścigu, najpierw należy sprawdzić em jakim torze startują zawodnicy.  Jeśli chodzi o rynki dostępne t przypadku typowania are living, są one podobne perform tych w ofercie przedmeczowej <a href=\"https://mostbet102.pl/mobilna-aplikacja/\">mostbet aplikacja</a>.</p><ul><li>U bukmachera można założyć najpierw konto tymczasowe, various kind of po przejściu weryfikacji konto stałe. </li><li>Wybór między polską Ekstraligą a zagranicznymi ligami zależy unces indywidualnych preferencji oraz poziomu zaawansowania gracza. </li><li>Jeśli chodzi o rynki dostępne t przypadku typowania are living, są one podobne do tych w ofercie przedmeczowej. </li><li>Västervik Speedway ma reputację dobrze zarządzanego klubu, który koncentruje się mhh sukcesach drużynowych i indywidualnym rozwoju zawodników mostbet aplikacja. </li><li>Teraz veoma zawodnik Falubazu Zielona Góra zdobył tam thirteen punktów, mimo że rywalizował z bardzo mocnymi rywalami. </li><li>Zorganizowali serię meczów w tym sezonie, t tym mecz oughout siebie unces Oxfordem i mecz wyjazdowy watts Plymouth, broniąc tytułu BSN Sequence. </li></ul><p>Dobrym pomysłem będzie dokonanie rejestracji u kilku operatorów, co de uma ci większą swobodę obstawiania tam, gdzie w danym momencie jest najwyższy sprachkurs.  Bukmacher obsługuje kluczowe wydarzenia, takie jak polska Ekstraliga oraz międzynarodowe turnieje Fantastic Prix.  Użytkownicy mogą wybierać spośród różnorodnych rynków, w tym zakłady na zwycięzców wyścigów, klasyfikacje końcowe, a także pojedynki head-to-head między zawodnikami.  LV BET oferuje solidną i rozbudowaną ofertę zakładów mhh żużel, która przyciąga zarówno nowych, grunzochse i doświadczonych graczy.  Bukmacher ten pokrywa szeroką gamę zawodów, w tym najważniejsze wydarzenia międzynarodowe, takie jak Grand Tarif, jak również krajowe ligi żużlowe.  Pomocne będą również method i dobre praktyki, takie grunzochse śledzenie składu drużyn bądź nawet branie pod” “uwagę warunków pogodowych panujących mhh torze.</p><h3 id=\"toc-3\">Czym Wyróżniają Się Zakłady Sportowe W Polsce? </h3><p>Kursy em poszczególne imprezy żużlowe pojawiają się najczęściej na kilka względnie kilkanaście godzin przed startem zmagań.  Dla osób, które interesują się tą dyscypliną sportu żużel em pewno stanowi ciekawy element oferty watts zakładach bukmacherskich.  Atutem oferty na żużel jest też spora różnorodność rynków, company gwarantuje sama specyfika tego sportu.  Dodatkową atrakcyjność platform zwiększają bonusy, takie jak powitalne oferty, procuring czy zakłady bez ryzyka.</p><ul><li>Marketingowe pliki cookie służą do śledzenia odwiedzających w witrynach internetowych. </li><li>Västervik Speedway ma reputację dobrze zarządzanego klubu, który koncentruje” “się na sukcesach drużynowych i indywidualnym rozwoju zawodników. </li><li>Poza szeroką ofertą przedmeczową możesz również bez problemu zakładać się mhh wydarzenia sportowe rozgrywające się w czasie rzeczywistym. </li><li>Przed rejestracją konta wskazane jest abyś porównał bonusy mhh start off of – i definitely wybrał te, które będą dla Ciebie najkorzystniejsze. </li><li>Dodatkowo, ” “aplikacja mobilna GUCCI WAGER dostarcza łatwy dostęp do zakładów no ano em relação à żużel, co umożliwia obstawianie z dowolnego miejsca. </li></ul><p>Rynek 10 dostępny jest zarówno w przypadku zmagań indywidualnych, jak we na zawody drużynowe.  Żużel w Polsce cieszy się dużą popularnością, a polska Ekstraliga uznawana jest za najlepszą ligę żużlową na świecie.  Pod kątem zmagań indywidualnych najważniejszym wydarzeniem jest cykl Speedway Grand Prix.</p><h2 id=\"toc-4\">Obstawianie W Kolarstwie</h2><p>Västervik Speedway ma reputację dobrze zarządzanego klubu, który koncentruje się em sukcesach drużynowych my partner and i indywidualnym rozwoju zawodników mostbet aplikacja.  Na przykład koń, który konsekwentnie osiągał realne wyniki em torach z ostrymi zakrętami, może zmagać się z bardziej otwartym, wydłużonym torem all of us odwrotnie.  Zespoły tego rodzaju jak Staff Hancock Racing są często w czołówce postępu technologicznego w motocyklach żużlowych, company może przełożyć się mhh lepsze osiągi mhh torze.  Wreszcie, należy wziąć pod uwagę jakość we niezawodność sprzętu używanego poprzez zespoły, ponieważ doskonała technologia może zapewnić znaczną przewagę.  Daje to be competent to wielkie możliwości dla graczy zakładów sportowych, którzy szukają wysokiego ryzyka we actually dużego zysku.</p><p>Bezpośrednie pojedynki mogą zapewnić wgląd t to always be able to, jak zawodnicy wypadają mhh tle innych.  Zakłady sportowe dodatkowo wzmacniają te emocje, czyniąc każdy gol, rzut czy set bardziej osobistym.  Nie musisz znać wszystkich zasad, aby zrozumieć, że radość po strzelonym golu” “bądź smutek po przegranej drużyny to emocje, które przeżywamy razem.  Zakłady sportowe dodają po  to element zaangażowania – osobistego i finansowego – co sprawia, że każdy second jest bardziej intensywny.  Regularne monitorowanie tych danych pozwala mhh lepszą ocenę szans i ryzyk związanych unces zakładami.  W związku z” “tym, typerzy muszą być przygotowani na niespodziewane rezultaty i bezzwłocznie dostosowywać swoje strategie obstawiania.</p><h3 id=\"toc-5\">Zakłady Sportowe Żużel: Jakie Informacje Warto Śledzić? Smaki Piemount”</h3><p>Poza Europą żużel uprawia się jeszcze w Australii, Nowej Zelandii, US, Argentynie my lover and i RPA, choć unces mniejszym powodzeniem.  Zakłady mhh żużel zyskały mhh popularności dzięki rosnącej liczbie dostępnych opcji zakładów oraz zainteresowaniu tą emocjonującą dyscypliną sportu.  Sport to jedynie gra, alcohol zakłady sportowe i wydarzenia unces nim związane within just order to end up being able to opowieść o ludziach – o em wszystkich.</p><ul><li>Z racji popularności tego sportu, typerzy kursy mhh najważniejsze imprezy i actually mecze znajdą a good individual większości legalnych operatorów. </li><li>Bezpośrednie pojedynki mogą zapewnić wgląd w in buy to, jak zawodnicy wypadają mhh tle innych. </li><li>Dla wielu graczy STS to najlepszy bukmacher na żużel, właśnie ze względu na kursową ofertę na najbardziej prestiżowe zawody. </li><li>Zakłady sportowe są nie darüber hinaus nimmer tylko formą rywalizacji, ale także katalizatorem społecznych interakcji. </li><li>Kraje z tradycją żużlową dostarczają unikalnych doświadczeń, some sort of rosnące zainteresowanie zakładami przyczynia się do dynamicznego rozwoju tej formy rozrywki. </li></ul><p>Z uwagi na dużą popularność żużla t Polsce oraz\" \"sukcesy naszych zawodników, znajduje się on t ofercie niemal każdego liczącego się em rynku buka.  Najlepszych wyróżnia jednak szeroka oferta, która dostępna jest przez cały rok, a nie und nimmer tylko sezonowo.  Tak, kursy są dynamiczne i zmieniają się pod wpływem ruchu zakładów oraz nowych informacji, dlatego warto je na bieżąco obserwować.  Tak, problème pozwala na wyrównanie szans i może oferować atrakcyjniejsze zajecia z, szczególnie gdy 1 drużyna jest faworytem.  Zakłady sportowe dodają perform” „tego factor zaangażowania – osobistego i finansowego – company sprawia, że każdy instant jest bardziej intensywny.</p><h3 id=\"toc-6\">Jak Obstawiać Żużel? </h3><p>Porównywarki tego rodzaju grunzochse Betting Gives Finder zrobią całą robotę za Ciebie.  Rzadko padają też remisy, a na so as to trzeba zwrócić uwagę przy typach no ano de żużel.  Kursy są kwestią dość płynną i zmieniają się z dnia na dzień, dlatego wszelki informacje na temat ich wysokości mają jedynie charakter poglądowy mostbet pl.</p><p>Trzeba przy tym wiedzieć, że kursy są uzależnione z tego, unces jakimi konkretnie rozgrywkami mamy perform czynienia.  Dopiero z biegiem lat, wraz z rozwojem technologii i dostępem do Internetu, zakłady lo stały się bardziej dostępne i popularne.  Obecnie obstawianie wyników zawodów żużlowych to be able to be able to be able to standardowa praktyka wśród miłośników sportu motorowego.  Ofertę zakładów bukmacherskich na tę dyscyplinę sportu znajdziemy oughout wielu legalnych bukmacherów.</p><h2 id=\"toc-7\">Lv Bet</h2><p>Typować można wygranych watts ligach we turniejach, some kind of także pojedynczych meczach czy biegach.  Choć mogą nie und nimmer mieć tidak silnej pozycji grunzochse polska Ekstraliga, oferują ciekawe doświadczenia oraz możliwością zdywersyfikowania portfela zakładów.  Warto zwrócić uwagę mhh różnorodność regionalnych stylów jazdy oraz taktyk, co może być interesujące z punktu widzenia strategicznego obstawiania.  Ciężko oczekiwać, by jakaś inna dyscyplina miała tidak rozbudowaną ofertę rynków zdarzeń, jak zakłady bukmacherskie mhh piłkę nożną.  Poniżej prezentujemy najczęściej spotykane rynki żużlowe dostępne u polskich bukmacherów w ciągu całego roku.  Niestety żaden unces bukmacherów nie darüber hinaus nimmer und nimmer posiada transmisji unces wydarzeń żużlowych.</p><ul><li>Użytkownicy mają do wyboru sporo rynków, w tym zakłady na zwycięzcę wyścigu, miejsca mhh podium, a także zakłady head-to-head między zawodnikami. </li><li>Stopniowo coraz więcej unces nich zaczęło oferować zakłady bukmacherskie mhh żużel i really zaczęły pojawiać się pierwsze wygrane. </li><li>Kursy bukmacherskie mają bezpośredni wpływ na wysokość wygranych, zatem warto je uwzględnić, podejmując decyzję. </li><li>Rzadko się zdarza, że przy ngakl dużym natłoku imprez, żaden zawodnik mitnichten będzie miał słabszego okresu. </li><li>Dzięki sukcesom Polaków „czarny sport” zyskał wielu miłośników, a obstawianie żużla obfituje w ogromne emocje. </li></ul><p>W procesie eliminacji uczestnicy muszą pokonać swoich przeciwników, by zdobyć miejsce watts” “kolejnych fazach turnieju.  Istotnym elementem oferty t obu przypadkach są pojedynki” “H2H, czyli pojedynki equiparable dwóch, najczęściej mających podobny potencjał zawodników.  Wśród najchętniej wybieranych bukmacherów do obstawiania żużla wyróżniają się Superbet, Betclic, STS i actually forBET.  Pomocne będą również strategie my partner and i dobre praktyki, tego rodzaju\" \"yak śledzenie składu drużyn czy nawet branie pod uwagę warunków pogodowych panujących mhh torze.  Pamiętaj, że każdy typ zakładów sportowych wiąże się z ryzykiem, toteż odpowiedzialne podejście perform obstawiania jest kluczem do sukcesu.  Na koniec, upewnij się, że platforma bukmacherska jest łatwa w obsłudze, some sort of obsługa klienta dostępna w razie jakichkolwiek problemów.</p><h2 id=\"toc-8\">Zakłady Sportowe Żużel: Dlaczego Są Często Błędnie Postrzegane</h2><p>Kiedy po wojnie zaczęto organizować zabawę watts żużel ścigano się em ngakl zwanych motocyklach przygotowanych.  Niezależnie unces tego, bądź jesteś nowy, czy szukasz więcej informacji, jest within buy in order to źródło informacji mhh temat zakładów mhh żużel.  Nie zapomnij jednak, że\" \"podczas meczu trener może stosować rezerwy taktyczne względnie korzystać unces zastępstwa zawodnika.  Wtedy obstawiony przez ciebie zawodnik może dostać dodatkowy start, company dodatkowo zwiększy prawdopodobieństwo skuteczności typu.</p><ul><li>Większość z nich posiada zbliżoną ofertę sportów my companion and i rynków oraz” “dość podobne kursy i truly bonusy. </li><li>Bukmacherzy oferują możliwość stawiania zakładów długoterminowych na Speedway of countries. </li><li>Równie ciekawym dodatkiem em stronie są też ostatnio bardzo popularne zakłady em e-sporty. </li><li>Jeśli bukmacher proponuje zakłady mhh niszowe ligi żużlowe, można” “sprawdzić się capital t nieco innych warunkach gry. </li></ul><p>Ciężko oczekiwać, by merely jakaś odmienna dyscyplina miała tak rozbudowaną ofertę rynków zdarzeń, jak zakłady bukmacherskie na piłkę nożną.  Poza szeroką ofertą przedmeczową możesz również bez problemu zakładać się mhh” “wydarzenia sportowe rozgrywające się w czasie rzeczywistym.  Jeśli chodzi o rynki dostępne w przypadku typowania are living, są the solitary podobne carry out tych w ofercie przedmeczowej.  Obstawianie żużla jest przeznaczone raczej bring out miłośników tego sportu, którzy wiedzą gdzie i actually gdy warto szukać zakładów.  Dla osób, które» «interesują się tą dyscypliną sportu żużel mhh pewno stanowi ciekawy element oferty t zakładach bukmacherskich.  Zakłady bukmacherskie na żużel inside order to alle z bardziej niekonwencjonalnych zakładów sportowych.</p><h3 id=\"toc-9\">Zakłady Na Żużel W Betclic</h3><p>Od roku 2002 to Polsce rozgrywane są key capital t Internecie mecze i» «truly zawody indywidualne t ramach” “tzw.  Jest in purchase to programa rozgrywek internetowych, rozgrywanych na wzór meczów many of us zawodów żużlowych.  Najlepsi bukmacherzy, jak Bet365 bądź Sky Guess, oferują intuicyjne aplikacje, które działają płynnie i actually bez opóźnień.  Dzięki apkom bukmacherskim można dokonywać zakładów unces dowolnego miejsca i u dowolnej porze, w łatwy my personal lover and i szybki sposób.</p><ul><li>W artykule omówimy, jakie trendy obecnie dominują w zakładach bukmacherskich związanych z żużlem oraz jakie innowacje wpływają em doświadczenie graczy. </li><li>Ponadto często tego rodzaju typy watts ofercie em żużel stanowią zakłady w handicapem. </li><li>Obecnie activity ten cieszy się popularnością głównie t Europie, several sort associated with t szczególności watts Polsce, Wielkiej Brytanii, Danii, Szwecji oraz Rosji. </li><li>BETFAN posiada interesującą ofertę zakładów na żużel, koncentrując» «się na popularnych ligach i turniejach, takich jak polska Ekstraliga oraz cykl Awesome Prix. </li><li>Ofertę zakładów bukmacherskich em tę dyscyplinę sportu znajdziemy u wielu legalnych bukmacherów. </li></ul><p>Kombinacja rywalizacji alle mhh jednego z drużynowymi zmaganiami czyni get jeszcze bardziej ekscytującym.  Tak, łączenie zakładów na różne ligi żużlowe może zwiększyć możliwości zysku i pomóc capital t zarządzaniu ryzykiem.  Dzięki temu można korzystać z różnorodnych potencjalnych źródeł” “zysku i actually ocenić różne system  obstawiania.</p><h2 id=\"toc-10\">Zakłady Em Żużel W Sts</h2><p>W tym artykule opisujemy gdzie i jak obstawiać żużel, a także jaka jest specyfika zakładów na zawody żużlowe.  Jeśli chodzi o zakłady bukmacherskie żużel tak samo jak inne dyscypliny wymaga znajomości statystyk, zawodników i drużyn, dzięki którym nasze typy będą bardziej trafne.  Prowadź dziennik statystyk, oglądaj możliwie jak najwięcej spotkań, postaw kilka zakładów na niskie kwoty i przeanalizuj wyniki.  Jeśli zastanawiasz się, jak wybrać najlepszego bukmachera, u którego będziesz stawiać zakłady na żużel, jesteś w dobrym miejscu.  W tej części skupimy się na najważniejszych elementach ofert operatorów, takich jak dostępne rynki i rozgrywki, bonusy, aplikacje czy też kursy.</p><p>Nie jest inaczej, bowiem zakłady bukmacherskie eWinner wyróżniają się em tle konkurencji pod względem oferty żużlowej.  Wyróżnają ją przede wszystkim atrakcyjne bonusy my spouse plus my partner and i promocje, zajecia z, bądź też breva zakładów em żywo.  Dotyczą 1 przede wszystkim najważniejszych zmagań indywidualnych odbywających się w ramach kilku rund (np. SECOND, SGP) oraz rozgrywek ligowych.  W sezonie zimowym bukmacherzy oferują możliwość stawiania zakładów długoterminowych mhh Speedway Complete whole complete planet Championship.</p><h3 id=\"toc-11\">\"najlepsi Bukmacherzy Na Żużel – Polski Position 2025</h3><p>Ciężko oczekiwać, by jakaś odmienna dyscyplina miała ngakl rozbudowaną ofertę rynków zdarzeń, grunzochse zakłady bukmacherskie na\" \"piłkę nożną.  W ramach cyklu SGP typować możemy rozstrzygnięcia” “przy poszczególnych zawodach, a także zakłady specjalne.  Z kolei stali użytkownicy bukmachera także mogą korzystać unces aktualnych promocji, które również mogą być użyte na zagranie best typów mhh dziś.  Promocje organizowane poprzez Zagranie, a new także bukmacherów są stałe, mild beer również okazjonalne.  W jego ofercie znajdziemy zakłady przedmeczowe mhh prawie 25 dyscyplin sportowych, the także liczne zakłady na żywo.  Zakłady bukmacherskie na żużel to alle z bardziej niekonwencjonalnych zakładów sportowych.</p><ul><li>Dzięki apkom bukmacherskim można dokonywać zakładów unces dowolnego miejsca i u dowolnej porze, w łatwy our lover and i szybki sposób. </li><li>I odwrotnie, im wyższe kursy, tym zdaniem bukmachera mniejsze szanse, że in order to się wydarzy np. </li><li>Aby rozpocząć obstawianie zakładów sportowych on-line, musisz najpierw wybrać legalnego bukmachera posiadającego licencję mhh obrót zakładami wzajemnymi. </li><li>Z odpowiedzialnością zakłady sportowe mogą być sposobem em wzbogacenie relacji międzyludzkich, some sort associated with keineswegs ich niszczenie. </li><li>Tak, warto korzystać z wiedzy my partner and i analiz ekspertów, ponieważ mogą one dostarczyć cennych informacji oraz zwrócić uwagę mhh aspekty, które mogą umknąć laikom. </li><li>Mecze eliminacyjne t żużlu to spotkania, które decydują um awansie perform dalszych etapów zawodów. </li></ul><p>Obstawianie PGE Ekstraligi, Speedway Grand Coupe bądź innych zawodów można rozłożyć dosłownie na czynniki pierwsze.  Jako że Sparta Wrocław jest zdecydowanym faworytem, kurs wynosi a new couple of, twenty-five, zaś w przypadku Unii Leszno a few, 25.  Znajomość głównych strategii oraz unikanie typowych pułapek może znacząco zwiększyć szansę na sukces watts tej dziedzinie.  Jednak coraz bogatsza breva na rynku bukmacherskim może sprawiać, że trudniej” “jest dokonać wyboru bukmachera, oughout którego zaczniemy obstawiać żużel.  W tym artykule opisujemy gdzie i actually truly jak obstawiać żużel, a także jaka jest specyfika zakładów na zawody żużlowe.</p><h3 id=\"toc-12\">Jakie Czynniki Zewnętrzne Wpływają Em Formę Drużyny? </h3><p>Gracze mogą przewidywać zwycięzcę meczu, liczbę setów, a new także dokładny wynik w gemach.  Dzięki intensywnemu tempu gry tenis idealnie nadaje się do zakładów live, gdzie każda wymiana piłek może zmienić wynik.  Aplikacje bukmacherskie coraz częściej wybierane są poprzez graczy jako preferowany sposób stawiania zakładów.  Dają one większą swobodę oraz możliwość obstawiania ulubionych sportów w kazdym miejscu i o dowolnym czasie.  Z aplikacją\" \"będziesz mógł obstawiać żużel na żywo, będąc na torze wyścigowym lub podczas weekendowego wypadu za miasto.</p><ul><li>Rodzaje rynków my partner in addition to i zakładów major to przypadku zużlu są podobne do odmiennych dyscyplin sportowych względnie opierają” „się o te similar zasady. </li><li>Fortuna wyróżnia się atrakcyjnymi kursami we często nadaje specjalne promocje związane z żużlem, company dodatkowo zachęca perform obstawiania. </li><li>Dzięki szerokiemu wyborowi typów zakładów, łatwemu dostępowi z poziomu urządzeń mobilnych i rosnącej legalizacji rynku, żużel zyskuje kolejne rzesze fanów i graczy. </li><li>Bukmacher często wprowadza także promocje związane unces żużlem, business dodatkowo zachęca graczy do obstawiania tej dyscypliny. </li></ul><p>Typując spotkania unces dużym wyprzedzeniem, opłaca się sprawdzić statystyki dla meczów rozegranych na konkretnym torze.  Typowanie liczby goli bądź nazwisk strzelców since a way to codzienność każdego fana futbolu.  Dobry bukmacher to be able to nie und nimmer jedynie miejsce, gdzie można obstawić wynik meczu, ale też gwarancja bezpieczeństwa i in fact actually uczciwości.  Gdzie jak gdzie, ale t żużlu strata nawet jednego ważnego zawodnika może przełożyć się na końcowy wynik zespołu.  Warto znać wszystkie typy tego typu produktów i actually wiedzieć, w jakich\" \"sytuacjach znajdują zastosowanie.  Wystawia pierwszy na rynku, mum szeroką ofertę unces niemal wszystkimi wydarzeniami żużlowymi.</p><h2 id=\"toc-13\">“żużel Zakłady Bukmacherskie Yak Obstawiać Żużel? </h2><p>Ligę żużlową, a także ligi zagraniczne unces takich krajów, grunzochse Dania, Wielka Brytania, Szwecja i Australia.  My prezentujemy swoje typy, wskazując najmocniejsze strony topowych bukmacherów na żużel.  Najświeższe newsy, zapowiedzi, wyniki na żywo, tabele, statystyki, relacje reside, wywiady, blogi sportowe.  Wiedza na temat dyscypliny sportowej bez wątpienia pomaga w obstawianiu tego sportu.  Jeśli chodzi um żużel, najwięcej tytułów mistrzowskich do tej pory zgromadzili Nowozelandczyk Ivan Mauger oraz\" \"Szwed Tony Rickardsson.</p><ul><li>W Polsce dzięki staraniom grupy N+, głównie Nsport, żużel jest em coraz lepszym poziomie w TV. </li><li>Ten owner przygotował przede wszystkim zakłady na najważniejsze imprezy z żużlowego kalendarza, na czele unces SGP we in fact polską Ekstraligą. </li><li>W sezonie zimowym bukmacherzy oferują możliwość stawiania zakładów długoterminowych mhh Speedway Complete whole complete planet Championship. </li><li>Stawianie zakładów bukmacherskich możliwe jest również za pomocą aplikacji, które watts ciągu\" \"ostatnich lat zyskały ogromną popularność. </li></ul><p>W żużlu zawodnicy ścigają się zazwyczaj przez cztery” “okrążenia, pokonując tor zawsze t kierunku przeciwnym perform ruchu wskazówek zegara.  Obecnie wiele bukmacherów korzysta z transmisji na żywo z kamer umieszczonych wokół toru oraz zaawansowanego systemu statystyk, które są dostępne online.  Wykorzystanie aplikacji mobilnych pozwala na natychmiastowe stawianie zakładów i śledzenie wyników w czasie rzeczywistym, co znacząco poprawia komfort użytkownika.  Możesz postawić mhh przykład na to be able to, która z drużyn jako pierwsza zdobędzie 35 punktów w trwającym właśnie meczu.  Zakłady bukmacherskie na” “żużel to jeden z bardziej niekonwencjonalnych zakładów sportowych.</p>','Zakłady Sportowe Żużel: Jakie Informacje Wskazane Jest Śledzić? Smaki Piemount','','publish','closed','','','zaklady-sportowe-zuzel-jakie-informacje-wskazane-jest-sledzic','','','2025-10-13 08:20:44','2025-10-13 01:20:44','',0,'https://lion288slot.com/?p=399',0,'post','',0),
(400,1,'2025-10-13 08:20:44','2025-10-13 01:20:44','<meta name=\"description\" content=\"Obstawianie żużla jest przeznaczone raczej perform miłośników tego sportu, którzy wiedzą gdzie i kiedy wskazane jest szukać zakładów. \"/><h1>Zakłady Sportowe Żużel: Analiza Kursów I Rynków Na Żużlowe Mecze\"</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Żużel Obstawianie – Niższe Ik W Polsce</a></li><li><a href=\"#toc-1\">Bukmacherzy Mhh Żużel ᗎ Najlepsze Zakłady Żużlowe Watts 2025 R</a></li><li><a href=\"#toc-2\">Zakłady Sportowe Żużel: Popularne Rodzaje Zakładów Wyjaśnione</a></li><li><a href=\"#toc-3\">Czym Wyróżniają Się Zakłady Sportowe W Polsce? </a></li><li><a href=\"#toc-4\">Obstawianie W Kolarstwie</a></li><li><a href=\"#toc-5\">Zakłady Sportowe Żużel: Jakie Informacje Warto Śledzić? Smaki Piemount”</a></li><li><a href=\"#toc-6\">Jak Obstawiać Żużel? </a></li><li><a href=\"#toc-7\">Lv Bet</a></li><li><a href=\"#toc-8\">Zakłady Sportowe Żużel: Dlaczego Są Często Błędnie Postrzegane</a></li><li><a href=\"#toc-9\">Zakłady Em Żużel W Betclic</a></li><li><a href=\"#toc-10\">Zakłady Mhh Żużel W Sts</a></li><li><a href=\"#toc-11\">\"najlepsi Bukmacherzy Na Żużel – Polski Position 2025</a></li><li><a href=\"#toc-12\">Jakie Czynniki Zewnętrzne Wpływają Em Formę Drużyny? </a></li><li><a href=\"#toc-13\">“żużel Zakłady Bukmacherskie Yak Obstawiać Żużel? </a></li><li><a href=\"#toc-14\">Jakie Zakłady Bukmacherskie Na Żużel? </a></li><li><a href=\"#toc-15\">🥇 Który Z Bukmacherów Jest Najlepszy Execute And About Obstawiania Żużlu? </a></li><li><a href=\"#toc-16\">Bukmacherzy Żużel ️ Greatest Zakłady Na Żużel Over The Internet W Polsce【2025】</a></li><li><a href=\"#toc-17\">Żużel: Mistrz Świata Prosto Z Mostu! Takiej Publikacji Jeszcze Nie Było! </a></li><li><a href=\"#toc-18\">Żużel Zakłady Bukmacherskie – Co Można Obstawiać? </a></li><li><a href=\"#toc-19\">Pge Ekstraliga</a></li><li><a href=\"#toc-20\">Najlepsze Zakłady Bukmacherskie T Polsce W 2025 Roku: Przegląd I Actually Porównanie Platform</a></li><li><a href=\"#toc-21\">Jak Wybrać Najlepszego Bukmachera Na Żużel</a></li><li><a href=\"#toc-22\">Jak Działają Kursy W Zakładach Na Żużel? </a></li><li><a href=\"#toc-23\">Popularne Sporty Do Obstawiania</a></li><li><a href=\"#toc-24\">Czy Obstawianie Żużla Jest Legalne? </a></li><li><a href=\"#toc-26\">Wpływ Warunków Torowych My Partner And I Pogodowych Na Zakłady Żużlowe</a></li><li><a href=\"#toc-27\">Berita Terbaru</a></li><li><a href=\"#toc-28\">Jak Analizować Zajecia Z Przed Zakładem Na Żużlowe Mecze? </a></li><li><a href=\"#toc-29\">Ledakan Trafo Di Gunung Muria Sebabkan Pemadaman Listrik Di Beberapa Wilayah</a></li><li><a href=\"#toc-30\">Gdzie Znaleźć Najlepsze Typy Na Żużel? </a></li><li><a href=\"#toc-33\">Zakłady Mhh Żużel W Aplikacjach Mobilnych</a></li></ul></div><p>I podobnie emocjonujące jest obstawianie meczy, ale jak czytać em żużel kursy bukmacherskie?  Zakłady wystawiają kursy w formacie dziesiętnym, co oznacza, że łatwo możesz policzyć potencjalną wygraną.  Kursy na żużel można czytać też veoma wskazówkę, którą drużynę czy zawodnika bukmacher\" \"wskazuje jako faworyta.  Im niższy kurs, tym zdaniem bukmacherów większe prawdopodobieństwo na zaistnienie danego zdarzenia np.  I odwrotnie, im or her wyższe kursy, tym zdaniem bukmachera mniejsze szanse, że to się wydarzy np.</p><ul><li>Choć mogą nie mieć tidak silnej pozycji grunzochse polska Ekstraliga, oferują ciekawe doświadczenia oraz możliwością zdywersyfikowania portfela zakładów. </li><li>Dodatkowo warto zwrócić uwagę na dostępność informacji i statystyk dotyczących żużla, które pomagają w podjęciu świadomej decyzji przy typowaniu. </li><li>Funkcja streamingu wyścigów żużlowych no ano de żywo, z której korzystać można również watts apkach bukmacherskich, dostępna jest jedynie w przypadku najwazniejszych wyścigów. </li><li>Dyscyplina konstruera pojawia się wśród dostępnych carry out there obstawiania sportów zwykle w trakcie trwania ligi. </li></ul><p>Jeśli interesujesz się żużlem, obstawiaj tylko te ligi i turnieje, um których masz szeroką wiedzę.  Postaraj się nie kierować emocjami i intuicją, gdyż takie podejście potrafi być zgubne.  Wystarczy przesłać na adres mailowy bukmachera zrzut ekranu z systemu biletowego z widocznymi danymi osobowymi.  Mankamentem jest z kolei fakt, że chollo na poszczególne zawody żużlowe nie pojawia się z dużym wyprzedzeniem.  Zmagania w ramach cyklu SGP, SEC czy żużlowej Ekstraligi będą przez zawodników traktowane poważniej, aniżeli starty w jednodniowych turniejach i actually memoriałach.</p><h2 id=\"toc-0\">Żużel Obstawianie – Niższe Ligi W Polsce</h2><p>Zakłady na żużel ewoluują wraz z rozwojem technologii i zmianami na rynku sportów motorowych.  Coraz więcej bukmacherów wprowadza zakłady live, które pozwalają obstawiać wynik meczu w trakcie jego\" \"trwania.  To znacznie podnosi emocje oraz daje graczom możliwość wykorzystania wiedzy o aktualnym przebiegu zawodów.</p><ul><li>Zakład sportowy so as to be able to nie tylko matematyka i prawdopodobieństwo – to be able to także narracja, która dodaje wydarzeniu osobistego znaczenia. </li><li>Obstawianie żużla to Polsce legalni bukmacherzy umożliwiają na kilka różnych sposobów mostbet aplikacja. </li><li>Zakłady bukmacherskie żużel nie ograniczają Cię wyłącznie perform obstawiania zwycięzcy meczu. </li><li>Tory mogą różnić się od siebie stanem przygotowania trasy, geometrią, jakością wysypanego żużla. </li><li>Typerzy mogą obstawiać no ano de żywo głównie takie rodzaje zakładów, yak 1×2, handicap czy over/under. </li></ul><p>Surebet to come to be capable to strategia zakładów, watts której obstawia się różne wyniki u różnych bukmacherów, aby niezależnie od wyników osiągnąć zysk.  W żużlu możemy mówić również um przewadze gospodarzy, którzy jadą na własnym torze (i przed swoją publicznością).  Czasami mówi się wręcz to lokalnych matadorach, którzy nie należą carry out żużlowej elity, some sort of jednak mhh swoim stadionie potrafią wykrzesać z siebie najlepszą formę <a href=\"https://mostbet102.pl/\">https://mostbet102.pl/</a>.</p><h3 id=\"toc-1\">Bukmacherzy Mhh Żużel ᗎ Najlepsze Zakłady Żużlowe Watts 2025 R</h3><p>Trudno jest wskazać najlepsze zakłady sportowe on-line, liquor jest kilka czynników, które pomagają zyskać to be able\" \"to miano.  Wszystko musi być zaprezentowane w taki sposób, aby nawet przy pierwszym uruchomieniu wiedzieć, grunzochse się zarejestrować, bądź postawić zakład.  Liczymy, że Noblebet apk będzie stale udoskonalał swoją ofertę zakładów bukmacherskich.  Być może z czasem zobaczymy też logo bukmachera na plastronach żużlowców jakiegoś znamienitego klubu ekstraligowego?  Póki co pozostaje nam skorzystać z pakietu powitalnego dla nowych graczy, który może wynieść maksymalnie 2000 PLN.</p><ul><li>Dowiedz się, dlaczego podwójna obsada wraca do łask i jakie korzyści niesie praca zespołowa w trasie.\"</li><li>Wirtualna liga żużlowa wykorzystuje fizykę realnych wyścigów, lecz gry lo są wysoce losowe. </li><li>Oferta promocyjna dla” “nowych graczy obejmuje allesamt unces najwyższych zakładów bez ryzyka, a new dla stałych graczy dostępnych jest\" \"sporo promocji ograniczonych czasowo. </li><li>Dla osób, które interesują się tą dyscypliną sportu żużel na pewno stanowi ciekawy element oferty t zakładach bukmacherskich. </li><li>Możesz postawić mhh przykład na as a way to, która z drużyn ksfd pierwsza zdobędzie 35 punktów w trwającym właśnie meczu. </li></ul><p>Warto pamiętać, że nawet podczas rywalizacji drużyn znajdziemy w ofercie zakłady em wyniki punktowe poszczególnych zawodników czy pojedynki H2H.  Jeśli interesują Cię zakłady bukmacherskie żużel jest jedną z trzech najpopularniejszych dyscyplin sportowych t Polsce.  Ponadto zawodnicy zobowiązani są have got out” “posiadania plastronu (specjalnej kamizelki) unces numerem startowym.</p><h2 id=\"toc-2\">Zakłady Sportowe Żużel: Popularne Rodzaje Zakładów Wyjaśnione</h2><p>W zawodach ligowych bądź reprezentacyjnych stawiasz więc em to, która drużyna wygra bądź nieco bardziej ryzykownie –” “na remis.  To łatwa decyzja, jeśli jesteś już fanem e-sportu, ponieważ logiczną rzeczą execute zrobienia jest skupienie się mhh grach, które znasz najlepiej.  Zachęcamy by simply korzystać wyłącznie se sprawdzonych, wiarygodnych we throughout fact legalnych bukmacherów mostbet.  Obstawiania live zwycięzcy wyścigu, najpierw należy sprawdzić em jakim torze startują zawodnicy.  Jeśli chodzi o rynki dostępne t przypadku typowania are living, są one podobne perform tych w ofercie przedmeczowej <a href=\"https://mostbet102.pl/mobilna-aplikacja/\">mostbet aplikacja</a>.</p><ul><li>U bukmachera można założyć najpierw konto tymczasowe, various kind of po przejściu weryfikacji konto stałe. </li><li>Wybór między polską Ekstraligą a zagranicznymi ligami zależy unces indywidualnych preferencji oraz poziomu zaawansowania gracza. </li><li>Jeśli chodzi o rynki dostępne t przypadku typowania are living, są one podobne do tych w ofercie przedmeczowej. </li><li>Västervik Speedway ma reputację dobrze zarządzanego klubu, który koncentruje się mhh sukcesach drużynowych i indywidualnym rozwoju zawodników mostbet aplikacja. </li><li>Teraz veoma zawodnik Falubazu Zielona Góra zdobył tam thirteen punktów, mimo że rywalizował z bardzo mocnymi rywalami. </li><li>Zorganizowali serię meczów w tym sezonie, t tym mecz oughout siebie unces Oxfordem i mecz wyjazdowy watts Plymouth, broniąc tytułu BSN Sequence. </li></ul><p>Dobrym pomysłem będzie dokonanie rejestracji u kilku operatorów, co de uma ci większą swobodę obstawiania tam, gdzie w danym momencie jest najwyższy sprachkurs.  Bukmacher obsługuje kluczowe wydarzenia, takie jak polska Ekstraliga oraz międzynarodowe turnieje Fantastic Prix.  Użytkownicy mogą wybierać spośród różnorodnych rynków, w tym zakłady na zwycięzców wyścigów, klasyfikacje końcowe, a także pojedynki head-to-head między zawodnikami.  LV BET oferuje solidną i rozbudowaną ofertę zakładów mhh żużel, która przyciąga zarówno nowych, grunzochse i doświadczonych graczy.  Bukmacher ten pokrywa szeroką gamę zawodów, w tym najważniejsze wydarzenia międzynarodowe, takie jak Grand Tarif, jak również krajowe ligi żużlowe.  Pomocne będą również method i dobre praktyki, takie grunzochse śledzenie składu drużyn bądź nawet branie pod” “uwagę warunków pogodowych panujących mhh torze.</p><h3 id=\"toc-3\">Czym Wyróżniają Się Zakłady Sportowe W Polsce? </h3><p>Kursy em poszczególne imprezy żużlowe pojawiają się najczęściej na kilka względnie kilkanaście godzin przed startem zmagań.  Dla osób, które interesują się tą dyscypliną sportu żużel em pewno stanowi ciekawy element oferty watts zakładach bukmacherskich.  Atutem oferty na żużel jest też spora różnorodność rynków, company gwarantuje sama specyfika tego sportu.  Dodatkową atrakcyjność platform zwiększają bonusy, takie jak powitalne oferty, procuring czy zakłady bez ryzyka.</p><ul><li>Marketingowe pliki cookie służą do śledzenia odwiedzających w witrynach internetowych. </li><li>Västervik Speedway ma reputację dobrze zarządzanego klubu, który koncentruje” “się na sukcesach drużynowych i indywidualnym rozwoju zawodników. </li><li>Poza szeroką ofertą przedmeczową możesz również bez problemu zakładać się mhh wydarzenia sportowe rozgrywające się w czasie rzeczywistym. </li><li>Przed rejestracją konta wskazane jest abyś porównał bonusy mhh start off of – i definitely wybrał te, które będą dla Ciebie najkorzystniejsze. </li><li>Dodatkowo, ” “aplikacja mobilna GUCCI WAGER dostarcza łatwy dostęp do zakładów no ano em relação à żużel, co umożliwia obstawianie z dowolnego miejsca. </li></ul><p>Rynek 10 dostępny jest zarówno w przypadku zmagań indywidualnych, jak we na zawody drużynowe.  Żużel w Polsce cieszy się dużą popularnością, a polska Ekstraliga uznawana jest za najlepszą ligę żużlową na świecie.  Pod kątem zmagań indywidualnych najważniejszym wydarzeniem jest cykl Speedway Grand Prix.</p><h2 id=\"toc-4\">Obstawianie W Kolarstwie</h2><p>Västervik Speedway ma reputację dobrze zarządzanego klubu, który koncentruje się em sukcesach drużynowych my partner and i indywidualnym rozwoju zawodników mostbet aplikacja.  Na przykład koń, który konsekwentnie osiągał realne wyniki em torach z ostrymi zakrętami, może zmagać się z bardziej otwartym, wydłużonym torem all of us odwrotnie.  Zespoły tego rodzaju jak Staff Hancock Racing są często w czołówce postępu technologicznego w motocyklach żużlowych, company może przełożyć się mhh lepsze osiągi mhh torze.  Wreszcie, należy wziąć pod uwagę jakość we niezawodność sprzętu używanego poprzez zespoły, ponieważ doskonała technologia może zapewnić znaczną przewagę.  Daje to be competent to wielkie możliwości dla graczy zakładów sportowych, którzy szukają wysokiego ryzyka we actually dużego zysku.</p><p>Bezpośrednie pojedynki mogą zapewnić wgląd t to always be able to, jak zawodnicy wypadają mhh tle innych.  Zakłady sportowe dodatkowo wzmacniają te emocje, czyniąc każdy gol, rzut czy set bardziej osobistym.  Nie musisz znać wszystkich zasad, aby zrozumieć, że radość po strzelonym golu” “bądź smutek po przegranej drużyny to emocje, które przeżywamy razem.  Zakłady sportowe dodają po  to element zaangażowania – osobistego i finansowego – co sprawia, że każdy second jest bardziej intensywny.  Regularne monitorowanie tych danych pozwala mhh lepszą ocenę szans i ryzyk związanych unces zakładami.  W związku z” “tym, typerzy muszą być przygotowani na niespodziewane rezultaty i bezzwłocznie dostosowywać swoje strategie obstawiania.</p><h3 id=\"toc-5\">Zakłady Sportowe Żużel: Jakie Informacje Warto Śledzić? Smaki Piemount”</h3><p>Poza Europą żużel uprawia się jeszcze w Australii, Nowej Zelandii, US, Argentynie my lover and i RPA, choć unces mniejszym powodzeniem.  Zakłady mhh żużel zyskały mhh popularności dzięki rosnącej liczbie dostępnych opcji zakładów oraz zainteresowaniu tą emocjonującą dyscypliną sportu.  Sport to jedynie gra, alcohol zakłady sportowe i wydarzenia unces nim związane within just order to end up being able to opowieść o ludziach – o em wszystkich.</p><ul><li>Z racji popularności tego sportu, typerzy kursy mhh najważniejsze imprezy i actually mecze znajdą a good individual większości legalnych operatorów. </li><li>Bezpośrednie pojedynki mogą zapewnić wgląd w in buy to, jak zawodnicy wypadają mhh tle innych. </li><li>Dla wielu graczy STS to najlepszy bukmacher na żużel, właśnie ze względu na kursową ofertę na najbardziej prestiżowe zawody. </li><li>Zakłady sportowe są nie darüber hinaus nimmer tylko formą rywalizacji, ale także katalizatorem społecznych interakcji. </li><li>Kraje z tradycją żużlową dostarczają unikalnych doświadczeń, some sort of rosnące zainteresowanie zakładami przyczynia się do dynamicznego rozwoju tej formy rozrywki. </li></ul><p>Z uwagi na dużą popularność żużla t Polsce oraz\" \"sukcesy naszych zawodników, znajduje się on t ofercie niemal każdego liczącego się em rynku buka.  Najlepszych wyróżnia jednak szeroka oferta, która dostępna jest przez cały rok, a nie und nimmer tylko sezonowo.  Tak, kursy są dynamiczne i zmieniają się pod wpływem ruchu zakładów oraz nowych informacji, dlatego warto je na bieżąco obserwować.  Tak, problème pozwala na wyrównanie szans i może oferować atrakcyjniejsze zajecia z, szczególnie gdy 1 drużyna jest faworytem.  Zakłady sportowe dodają perform” „tego factor zaangażowania – osobistego i finansowego – company sprawia, że każdy instant jest bardziej intensywny.</p><h3 id=\"toc-6\">Jak Obstawiać Żużel? </h3><p>Porównywarki tego rodzaju grunzochse Betting Gives Finder zrobią całą robotę za Ciebie.  Rzadko padają też remisy, a na so as to trzeba zwrócić uwagę przy typach no ano de żużel.  Kursy są kwestią dość płynną i zmieniają się z dnia na dzień, dlatego wszelki informacje na temat ich wysokości mają jedynie charakter poglądowy mostbet pl.</p><p>Trzeba przy tym wiedzieć, że kursy są uzależnione z tego, unces jakimi konkretnie rozgrywkami mamy perform czynienia.  Dopiero z biegiem lat, wraz z rozwojem technologii i dostępem do Internetu, zakłady lo stały się bardziej dostępne i popularne.  Obecnie obstawianie wyników zawodów żużlowych to be able to be able to be able to standardowa praktyka wśród miłośników sportu motorowego.  Ofertę zakładów bukmacherskich na tę dyscyplinę sportu znajdziemy oughout wielu legalnych bukmacherów.</p><h2 id=\"toc-7\">Lv Bet</h2><p>Typować można wygranych watts ligach we turniejach, some kind of także pojedynczych meczach czy biegach.  Choć mogą nie und nimmer mieć tidak silnej pozycji grunzochse polska Ekstraliga, oferują ciekawe doświadczenia oraz możliwością zdywersyfikowania portfela zakładów.  Warto zwrócić uwagę mhh różnorodność regionalnych stylów jazdy oraz taktyk, co może być interesujące z punktu widzenia strategicznego obstawiania.  Ciężko oczekiwać, by jakaś inna dyscyplina miała tidak rozbudowaną ofertę rynków zdarzeń, jak zakłady bukmacherskie mhh piłkę nożną.  Poniżej prezentujemy najczęściej spotykane rynki żużlowe dostępne u polskich bukmacherów w ciągu całego roku.  Niestety żaden unces bukmacherów nie darüber hinaus nimmer und nimmer posiada transmisji unces wydarzeń żużlowych.</p><ul><li>Użytkownicy mają do wyboru sporo rynków, w tym zakłady na zwycięzcę wyścigu, miejsca mhh podium, a także zakłady head-to-head między zawodnikami. </li><li>Stopniowo coraz więcej unces nich zaczęło oferować zakłady bukmacherskie mhh żużel i really zaczęły pojawiać się pierwsze wygrane. </li><li>Kursy bukmacherskie mają bezpośredni wpływ na wysokość wygranych, zatem warto je uwzględnić, podejmując decyzję. </li><li>Rzadko się zdarza, że przy ngakl dużym natłoku imprez, żaden zawodnik mitnichten będzie miał słabszego okresu. </li><li>Dzięki sukcesom Polaków „czarny sport” zyskał wielu miłośników, a obstawianie żużla obfituje w ogromne emocje. </li></ul><p>W procesie eliminacji uczestnicy muszą pokonać swoich przeciwników, by zdobyć miejsce watts” “kolejnych fazach turnieju.  Istotnym elementem oferty t obu przypadkach są pojedynki” “H2H, czyli pojedynki equiparable dwóch, najczęściej mających podobny potencjał zawodników.  Wśród najchętniej wybieranych bukmacherów do obstawiania żużla wyróżniają się Superbet, Betclic, STS i actually forBET.  Pomocne będą również strategie my partner and i dobre praktyki, tego rodzaju\" \"yak śledzenie składu drużyn czy nawet branie pod uwagę warunków pogodowych panujących mhh torze.  Pamiętaj, że każdy typ zakładów sportowych wiąże się z ryzykiem, toteż odpowiedzialne podejście perform obstawiania jest kluczem do sukcesu.  Na koniec, upewnij się, że platforma bukmacherska jest łatwa w obsłudze, some sort of obsługa klienta dostępna w razie jakichkolwiek problemów.</p><h2 id=\"toc-8\">Zakłady Sportowe Żużel: Dlaczego Są Często Błędnie Postrzegane</h2><p>Kiedy po wojnie zaczęto organizować zabawę watts żużel ścigano się em ngakl zwanych motocyklach przygotowanych.  Niezależnie unces tego, bądź jesteś nowy, czy szukasz więcej informacji, jest within buy in order to źródło informacji mhh temat zakładów mhh żużel.  Nie zapomnij jednak, że\" \"podczas meczu trener może stosować rezerwy taktyczne względnie korzystać unces zastępstwa zawodnika.  Wtedy obstawiony przez ciebie zawodnik może dostać dodatkowy start, company dodatkowo zwiększy prawdopodobieństwo skuteczności typu.</p><ul><li>Większość z nich posiada zbliżoną ofertę sportów my companion and i rynków oraz” “dość podobne kursy i truly bonusy. </li><li>Bukmacherzy oferują możliwość stawiania zakładów długoterminowych na Speedway of countries. </li><li>Równie ciekawym dodatkiem em stronie są też ostatnio bardzo popularne zakłady em e-sporty. </li><li>Jeśli bukmacher proponuje zakłady mhh niszowe ligi żużlowe, można” “sprawdzić się capital t nieco innych warunkach gry. </li></ul><p>Ciężko oczekiwać, by merely jakaś odmienna dyscyplina miała tak rozbudowaną ofertę rynków zdarzeń, jak zakłady bukmacherskie na piłkę nożną.  Poza szeroką ofertą przedmeczową możesz również bez problemu zakładać się mhh” “wydarzenia sportowe rozgrywające się w czasie rzeczywistym.  Jeśli chodzi o rynki dostępne w przypadku typowania are living, są the solitary podobne carry out tych w ofercie przedmeczowej.  Obstawianie żużla jest przeznaczone raczej bring out miłośników tego sportu, którzy wiedzą gdzie i actually gdy warto szukać zakładów.  Dla osób, które» «interesują się tą dyscypliną sportu żużel mhh pewno stanowi ciekawy element oferty t zakładach bukmacherskich.  Zakłady bukmacherskie na żużel inside order to alle z bardziej niekonwencjonalnych zakładów sportowych.</p><h3 id=\"toc-9\">Zakłady Na Żużel W Betclic</h3><p>Od roku 2002 to Polsce rozgrywane są key capital t Internecie mecze i» «truly zawody indywidualne t ramach” “tzw.  Jest in purchase to programa rozgrywek internetowych, rozgrywanych na wzór meczów many of us zawodów żużlowych.  Najlepsi bukmacherzy, jak Bet365 bądź Sky Guess, oferują intuicyjne aplikacje, które działają płynnie i actually bez opóźnień.  Dzięki apkom bukmacherskim można dokonywać zakładów unces dowolnego miejsca i u dowolnej porze, w łatwy my personal lover and i szybki sposób.</p><ul><li>W artykule omówimy, jakie trendy obecnie dominują w zakładach bukmacherskich związanych z żużlem oraz jakie innowacje wpływają em doświadczenie graczy. </li><li>Ponadto często tego rodzaju typy watts ofercie em żużel stanowią zakłady w handicapem. </li><li>Obecnie activity ten cieszy się popularnością głównie t Europie, several sort associated with t szczególności watts Polsce, Wielkiej Brytanii, Danii, Szwecji oraz Rosji. </li><li>BETFAN posiada interesującą ofertę zakładów na żużel, koncentrując» «się na popularnych ligach i turniejach, takich jak polska Ekstraliga oraz cykl Awesome Prix. </li><li>Ofertę zakładów bukmacherskich em tę dyscyplinę sportu znajdziemy u wielu legalnych bukmacherów. </li></ul><p>Kombinacja rywalizacji alle mhh jednego z drużynowymi zmaganiami czyni get jeszcze bardziej ekscytującym.  Tak, łączenie zakładów na różne ligi żużlowe może zwiększyć możliwości zysku i pomóc capital t zarządzaniu ryzykiem.  Dzięki temu można korzystać z różnorodnych potencjalnych źródeł” “zysku i actually ocenić różne system  obstawiania.</p><h2 id=\"toc-10\">Zakłady Em Żużel W Sts</h2><p>W tym artykule opisujemy gdzie i jak obstawiać żużel, a także jaka jest specyfika zakładów na zawody żużlowe.  Jeśli chodzi o zakłady bukmacherskie żużel tak samo jak inne dyscypliny wymaga znajomości statystyk, zawodników i drużyn, dzięki którym nasze typy będą bardziej trafne.  Prowadź dziennik statystyk, oglądaj możliwie jak najwięcej spotkań, postaw kilka zakładów na niskie kwoty i przeanalizuj wyniki.  Jeśli zastanawiasz się, jak wybrać najlepszego bukmachera, u którego będziesz stawiać zakłady na żużel, jesteś w dobrym miejscu.  W tej części skupimy się na najważniejszych elementach ofert operatorów, takich jak dostępne rynki i rozgrywki, bonusy, aplikacje czy też kursy.</p><p>Nie jest inaczej, bowiem zakłady bukmacherskie eWinner wyróżniają się em tle konkurencji pod względem oferty żużlowej.  Wyróżnają ją przede wszystkim atrakcyjne bonusy my spouse plus my partner and i promocje, zajecia z, bądź też breva zakładów em żywo.  Dotyczą 1 przede wszystkim najważniejszych zmagań indywidualnych odbywających się w ramach kilku rund (np. SECOND, SGP) oraz rozgrywek ligowych.  W sezonie zimowym bukmacherzy oferują możliwość stawiania zakładów długoterminowych mhh Speedway Complete whole complete planet Championship.</p><h3 id=\"toc-11\">\"najlepsi Bukmacherzy Na Żużel – Polski Position 2025</h3><p>Ciężko oczekiwać, by jakaś odmienna dyscyplina miała ngakl rozbudowaną ofertę rynków zdarzeń, grunzochse zakłady bukmacherskie na\" \"piłkę nożną.  W ramach cyklu SGP typować możemy rozstrzygnięcia” “przy poszczególnych zawodach, a także zakłady specjalne.  Z kolei stali użytkownicy bukmachera także mogą korzystać unces aktualnych promocji, które również mogą być użyte na zagranie best typów mhh dziś.  Promocje organizowane poprzez Zagranie, a new także bukmacherów są stałe, mild beer również okazjonalne.  W jego ofercie znajdziemy zakłady przedmeczowe mhh prawie 25 dyscyplin sportowych, the także liczne zakłady na żywo.  Zakłady bukmacherskie na żużel to alle z bardziej niekonwencjonalnych zakładów sportowych.</p><ul><li>Dzięki apkom bukmacherskim można dokonywać zakładów unces dowolnego miejsca i u dowolnej porze, w łatwy our lover and i szybki sposób. </li><li>I odwrotnie, im wyższe kursy, tym zdaniem bukmachera mniejsze szanse, że in order to się wydarzy np. </li><li>Aby rozpocząć obstawianie zakładów sportowych on-line, musisz najpierw wybrać legalnego bukmachera posiadającego licencję mhh obrót zakładami wzajemnymi. </li><li>Z odpowiedzialnością zakłady sportowe mogą być sposobem em wzbogacenie relacji międzyludzkich, some sort associated with keineswegs ich niszczenie. </li><li>Tak, warto korzystać z wiedzy my partner and i analiz ekspertów, ponieważ mogą one dostarczyć cennych informacji oraz zwrócić uwagę mhh aspekty, które mogą umknąć laikom. </li><li>Mecze eliminacyjne t żużlu to spotkania, które decydują um awansie perform dalszych etapów zawodów. </li></ul><p>Obstawianie PGE Ekstraligi, Speedway Grand Coupe bądź innych zawodów można rozłożyć dosłownie na czynniki pierwsze.  Jako że Sparta Wrocław jest zdecydowanym faworytem, kurs wynosi a new couple of, twenty-five, zaś w przypadku Unii Leszno a few, 25.  Znajomość głównych strategii oraz unikanie typowych pułapek może znacząco zwiększyć szansę na sukces watts tej dziedzinie.  Jednak coraz bogatsza breva na rynku bukmacherskim może sprawiać, że trudniej” “jest dokonać wyboru bukmachera, oughout którego zaczniemy obstawiać żużel.  W tym artykule opisujemy gdzie i actually truly jak obstawiać żużel, a także jaka jest specyfika zakładów na zawody żużlowe.</p><h3 id=\"toc-12\">Jakie Czynniki Zewnętrzne Wpływają Em Formę Drużyny? </h3><p>Gracze mogą przewidywać zwycięzcę meczu, liczbę setów, a new także dokładny wynik w gemach.  Dzięki intensywnemu tempu gry tenis idealnie nadaje się do zakładów live, gdzie każda wymiana piłek może zmienić wynik.  Aplikacje bukmacherskie coraz częściej wybierane są poprzez graczy jako preferowany sposób stawiania zakładów.  Dają one większą swobodę oraz możliwość obstawiania ulubionych sportów w kazdym miejscu i o dowolnym czasie.  Z aplikacją\" \"będziesz mógł obstawiać żużel na żywo, będąc na torze wyścigowym lub podczas weekendowego wypadu za miasto.</p><ul><li>Rodzaje rynków my partner in addition to i zakładów major to przypadku zużlu są podobne do odmiennych dyscyplin sportowych względnie opierają” „się o te similar zasady. </li><li>Fortuna wyróżnia się atrakcyjnymi kursami we często nadaje specjalne promocje związane z żużlem, company dodatkowo zachęca perform obstawiania. </li><li>Dzięki szerokiemu wyborowi typów zakładów, łatwemu dostępowi z poziomu urządzeń mobilnych i rosnącej legalizacji rynku, żużel zyskuje kolejne rzesze fanów i graczy. </li><li>Bukmacher często wprowadza także promocje związane unces żużlem, business dodatkowo zachęca graczy do obstawiania tej dyscypliny. </li></ul><p>Typując spotkania unces dużym wyprzedzeniem, opłaca się sprawdzić statystyki dla meczów rozegranych na konkretnym torze.  Typowanie liczby goli bądź nazwisk strzelców since a way to codzienność każdego fana futbolu.  Dobry bukmacher to be able to nie und nimmer jedynie miejsce, gdzie można obstawić wynik meczu, ale też gwarancja bezpieczeństwa i in fact actually uczciwości.  Gdzie jak gdzie, ale t żużlu strata nawet jednego ważnego zawodnika może przełożyć się na końcowy wynik zespołu.  Warto znać wszystkie typy tego typu produktów i actually wiedzieć, w jakich\" \"sytuacjach znajdują zastosowanie.  Wystawia pierwszy na rynku, mum szeroką ofertę unces niemal wszystkimi wydarzeniami żużlowymi.</p><h2 id=\"toc-13\">“żużel Zakłady Bukmacherskie Yak Obstawiać Żużel? </h2><p>Ligę żużlową, a także ligi zagraniczne unces takich krajów, grunzochse Dania, Wielka Brytania, Szwecja i Australia.  My prezentujemy swoje typy, wskazując najmocniejsze strony topowych bukmacherów na żużel.  Najświeższe newsy, zapowiedzi, wyniki na żywo, tabele, statystyki, relacje reside, wywiady, blogi sportowe.  Wiedza na temat dyscypliny sportowej bez wątpienia pomaga w obstawianiu tego sportu.  Jeśli chodzi um żużel, najwięcej tytułów mistrzowskich do tej pory zgromadzili Nowozelandczyk Ivan Mauger oraz\" \"Szwed Tony Rickardsson.</p><ul><li>W Polsce dzięki staraniom grupy N+, głównie Nsport, żużel jest em coraz lepszym poziomie w TV. </li><li>Ten owner przygotował przede wszystkim zakłady na najważniejsze imprezy z żużlowego kalendarza, na czele unces SGP we in fact polską Ekstraligą. </li><li>W sezonie zimowym bukmacherzy oferują możliwość stawiania zakładów długoterminowych mhh Speedway Complete whole complete planet Championship. </li><li>Stawianie zakładów bukmacherskich możliwe jest również za pomocą aplikacji, które watts ciągu\" \"ostatnich lat zyskały ogromną popularność. </li></ul><p>W żużlu zawodnicy ścigają się zazwyczaj przez cztery” “okrążenia, pokonując tor zawsze t kierunku przeciwnym perform ruchu wskazówek zegara.  Obecnie wiele bukmacherów korzysta z transmisji na żywo z kamer umieszczonych wokół toru oraz zaawansowanego systemu statystyk, które są dostępne online.  Wykorzystanie aplikacji mobilnych pozwala na natychmiastowe stawianie zakładów i śledzenie wyników w czasie rzeczywistym, co znacząco poprawia komfort użytkownika.  Możesz postawić mhh przykład na to be able to, która z drużyn jako pierwsza zdobędzie 35 punktów w trwającym właśnie meczu.  Zakłady bukmacherskie na” “żużel to jeden z bardziej niekonwencjonalnych zakładów sportowych.</p>','Zakłady Sportowe Żużel: Jakie Informacje Wskazane Jest Śledzić? Smaki Piemount','','inherit','closed','closed','','399-revision-v1','','','2025-10-13 08:20:44','2025-10-13 01:20:44','',399,'https://lion288slot.com/?p=400',0,'revision','',0),
(401,1,'2025-10-13 06:11:56','2025-10-12 23:11:56','<html><body><h1>Guida ai migliori bonus e promozioni per slot Plinko nei casinò italiani</h1><p>Se stai cercando i migliori bonus e promozioni per giocare alle slot Plinko nei casinò italiani, sei nel posto giusto. In questa guida ti spiegheremo quali tipi di offerte sono disponibili, come funziona il gioco di Plinko e come sfruttare al massimo i bonus per massimizzare le tue possibilità di vincere. Le promozioni variano da bonus di benvenuto a giri gratuiti e ricariche speciali dedicate proprio a questo gioco. Con questa guida potrai orientarti facilmente nel panorama dei casinò online italiani e scegliere l’offerta più vantaggiosa per il tuo profilo di gioco.</p><h2>Come funzionano le slot Plinko nei casinò online italiani</h2><p>Le slot Plinko sono una variazione innovativa ispirata al gioco televisivo Plinko, in cui la pallina cade su una griglia di pioli e genera vincite basate sul settore dove si ferma. Nei casinò online italiani, questa slot si presenta con un’interfaccia semplice e immediata, arricchita da modalità bonus e moltiplicatori che aumentano l’interesse del giocatore. La semplicità del gioco unita a un alto potenziale di vincita rende Plinko molto popolare. È importante comprendere le dinamiche principali per scegliere i bonus più adatti, dato che diverse promozioni possono influire anche sull’importo minimo scommesso o sulla tempistica di utilizzo dei giri gratuiti.</p><h2>Tipologie di bonus e promozioni ideali per Plinko</h2><p>I casinò italiani offrono diverse tipologie di bonus studiati per avvantaggiare chi ama giocare alle slot Plinko. Ecco le più comuni:</p><ol><li><strong>Bonus di benvenuto:</strong> spesso include credito extra da utilizzare subito e, in alcuni casi, giri gratuiti esclusivi per la slot Plinko;</li><li><strong>Bonus senza deposito:</strong> un’offerta particolarmente vantaggiosa che permette di giocare senza investire fondi propri, perfetto per testare il gioco senza rischio;</li><li><strong>Bonus ricarica:</strong> promozioni che premiano le nuove ricariche di denaro con somme extra o free spins per Plinko;</li><li><strong>Giri gratuiti:</strong> promozioni periodiche che garantiscono un certo numero di giri free da utilizzare esclusivamente su Plinko;</li><li><strong>Bonus cashback:</strong> una percentuale delle perdite viene restituita, riducendo il rischio complessivo del giocatore.</li></ol><p>Questi bonus possono variare in termini di condizioni, quindi è fondamentale leggere sempre i termini e condizioni prima di accettarli. Alcuni casinò italiani offrono promozioni dedicate solo per Plinko, il che rappresenta una buona opportunità per gli appassionati <a href=\"https://www.lecceinscena.it/\">recensioni plinko</a>.</p><h3>Come scegliere la promozione più conveniente per giocare a Plinko</h3><p>Per scegliere il miglior bonus per giocare a Plinko, è essenziale considerare diversi fattori, a partire dai requisiti di scommessa. Questi indicano quante volte bisogna giocare l’importo del bonus prima di poter effettuare un prelievo. Ad esempio, un requisito di x30 significa che devi giocare 30 volte la somma ricevuta in bonus. Inoltre, valuta la validità del bonus nel tempo e il tipo di giochi ammessi per il suo utilizzo: non tutti i bonus sono utilizzabili su Plinko. L\'importo massimo prelevabile e eventuali limiti massimi di puntata durante il periodo del bonus sono altri elementi cruciali. Una buona prassi è confrontare più offerte per capire quale si adatti meglio alle tue esigenze e al tuo stile di gioco.</p><h2>I migliori casinò italiani con bonus dedicati alla slot Plinko</h2><p>Attualmente, diversi casinò online legali in Italia propongono promozioni specifiche per Plinko. Tra questi, possiamo citare:</p><ul><li><strong>StarCasinò:</strong> noto per un bonus di benvenuto che include free spins dedicati proprio a Plinko;</li><li><strong>Snai Casinò:</strong> offre spesso ricariche settimanali con bonus esclusivi per slot innovative;</li><li><strong>LeoVegas:</strong> propone bonus senza deposito e promozioni temporanee altamente competitive per i fan di Plinko;</li><li><strong>888casino:</strong> garantisce una gamma di offerte che includono giri gratuiti e bonus cashback;</li><li><strong>Planetwin365:</strong> molto attivo nella creazione di promozioni fascia alta per attrarre nuovi giocatori di Plinko.</li></ul><p>La scelta del casinò giusto non dipende solo dai bonus, ma anche dalla affidabilità del sito, dalla qualità del supporto clienti e dalla semplicità di effettuare depositi e prelievi. La licenza italiana AAMS/ADM è un requisito imprescindibile per assicurare la sicurezza e la legalità del gioco.</p><h2>Consigli pratici per sfruttare al meglio i bonus sulle slot Plinko</h2><p>Per ottenere il massimo dai bonus e promozioni per le slot Plinko, ecco alcuni consigli da seguire:</p><ol><li>Leggi sempre attentamente i termini e condizioni della promozione per evitare sorprese;</li><li>Approfitta dei bonus senza deposito per prendere confidenza con la slot senza investire denaro;</li><li>Utilizza i giri gratuiti prioritariamente sulle sessioni di gioco a bassa puntata per aumentare la durata; </li><li>Gestisci il bankroll con attenzione e non lasciarti trasportare dall’emozione di inseguire le vincite;</li><li>Controlla i requisiti di scommessa e pianifica le tue giocate in modo da soddisfarli nei tempi richiesti;</li><li>Scegli promozioni con bassi requisiti di puntata e alta flessibilità su giochi ammessi, come Plinko.</li></ol><p>Seguendo queste indicazioni, potrai avere un’esperienza di gioco più redditizia e divertente.</p><h2>Conclusione</h2><p>In sintesi, i bonus e le promozioni per le slot Plinko nei casinò italiani rappresentano un’ottima occasione per giocare con maggiori risorse e riducendo il rischio di perdite. Comprendere i vari tipi di offerte e i requisiti associati è fondamentale per una scelta consapevole e vantaggiosa. Punta sempre a casinò affidabili con licenza AAMS/ADM e seleziona la promozione che meglio si addice al tuo stile di gioco. Ricorda inoltre che la gestione del bankroll e la conoscenza del gioco sono componenti chiave per sfruttare al meglio queste opportunità. Buon divertimento e buona fortuna nel mondo delle slot Plinko!</p><h2>Domande frequenti (FAQ)</h2><h3>1. I bonus per slot Plinko sono disponibili solo per nuovi giocatori?</h3><p>Non sempre. Molti casinò offrono bonus di benvenuto per nuovi iscritti, ma esistono anche promozioni continue come bonus di ricarica o giri gratuiti dedicati ai giocatori già registrati.</p><h3>2. Come posso sapere se un bonus è valido per la slot Plinko?</h3><p>È importante leggere i termini e condizioni del bonus dove vengono specificati i giochi su cui si può utilizzare la promozione. Se Plinko è elencata tra i giochi ammessi, allora potrai sfruttare il bonus su di essa.</p><h3>3. Qual è il requisito di scommessa più comune per i bonus sulle slot?</h3><p>Generalmente, i requisiti di scommessa variano tra x20 e x40, ma possono differire molto a seconda del casinò e del tipo di bonus.</p><h3>4. È possibile utilizzare più bonus contemporaneamente sulle slot Plinko?</h3><p>No, solitamente è consentito utilizzare un solo bonus alla volta. Accettando un bonus, gli altri potrebbero essere esclusi fino al suo completamento o scadenza.</p><h3>5. Ci sono limiti di puntata quando si gioca con un bonus su Plinko?</h3><p>Sì, diversi casinò stabiliscono un limite massimo alla puntata per evitare abusi durante il periodo in cui il bonus è attivo. È importante verificare queste condizioni per non invalidare il bonus.</p></body></html>','Guida ai migliori bonus e promozioni per slot Plinko nei casinò italiani','','publish','closed','','','guida-ai-migliori-bonus-e-promozioni-per-slot-plinko-nei-casino-italiani','','','2025-10-13 08:54:55','2025-10-13 01:54:55','',0,'https://lion288slot.com/?p=401',0,'post','',0),
(402,1,'2025-10-13 08:54:55','2025-10-13 01:54:55','<html><body><h1>Guida ai migliori bonus e promozioni per slot Plinko nei casinò italiani</h1><p>Se stai cercando i migliori bonus e promozioni per giocare alle slot Plinko nei casinò italiani, sei nel posto giusto. In questa guida ti spiegheremo quali tipi di offerte sono disponibili, come funziona il gioco di Plinko e come sfruttare al massimo i bonus per massimizzare le tue possibilità di vincere. Le promozioni variano da bonus di benvenuto a giri gratuiti e ricariche speciali dedicate proprio a questo gioco. Con questa guida potrai orientarti facilmente nel panorama dei casinò online italiani e scegliere l’offerta più vantaggiosa per il tuo profilo di gioco.</p><h2>Come funzionano le slot Plinko nei casinò online italiani</h2><p>Le slot Plinko sono una variazione innovativa ispirata al gioco televisivo Plinko, in cui la pallina cade su una griglia di pioli e genera vincite basate sul settore dove si ferma. Nei casinò online italiani, questa slot si presenta con un’interfaccia semplice e immediata, arricchita da modalità bonus e moltiplicatori che aumentano l’interesse del giocatore. La semplicità del gioco unita a un alto potenziale di vincita rende Plinko molto popolare. È importante comprendere le dinamiche principali per scegliere i bonus più adatti, dato che diverse promozioni possono influire anche sull’importo minimo scommesso o sulla tempistica di utilizzo dei giri gratuiti.</p><h2>Tipologie di bonus e promozioni ideali per Plinko</h2><p>I casinò italiani offrono diverse tipologie di bonus studiati per avvantaggiare chi ama giocare alle slot Plinko. Ecco le più comuni:</p><ol><li><strong>Bonus di benvenuto:</strong> spesso include credito extra da utilizzare subito e, in alcuni casi, giri gratuiti esclusivi per la slot Plinko;</li><li><strong>Bonus senza deposito:</strong> un’offerta particolarmente vantaggiosa che permette di giocare senza investire fondi propri, perfetto per testare il gioco senza rischio;</li><li><strong>Bonus ricarica:</strong> promozioni che premiano le nuove ricariche di denaro con somme extra o free spins per Plinko;</li><li><strong>Giri gratuiti:</strong> promozioni periodiche che garantiscono un certo numero di giri free da utilizzare esclusivamente su Plinko;</li><li><strong>Bonus cashback:</strong> una percentuale delle perdite viene restituita, riducendo il rischio complessivo del giocatore.</li></ol><p>Questi bonus possono variare in termini di condizioni, quindi è fondamentale leggere sempre i termini e condizioni prima di accettarli. Alcuni casinò italiani offrono promozioni dedicate solo per Plinko, il che rappresenta una buona opportunità per gli appassionati <a href=\"https://www.lecceinscena.it/\">recensioni plinko</a>.</p><h3>Come scegliere la promozione più conveniente per giocare a Plinko</h3><p>Per scegliere il miglior bonus per giocare a Plinko, è essenziale considerare diversi fattori, a partire dai requisiti di scommessa. Questi indicano quante volte bisogna giocare l’importo del bonus prima di poter effettuare un prelievo. Ad esempio, un requisito di x30 significa che devi giocare 30 volte la somma ricevuta in bonus. Inoltre, valuta la validità del bonus nel tempo e il tipo di giochi ammessi per il suo utilizzo: non tutti i bonus sono utilizzabili su Plinko. L\'importo massimo prelevabile e eventuali limiti massimi di puntata durante il periodo del bonus sono altri elementi cruciali. Una buona prassi è confrontare più offerte per capire quale si adatti meglio alle tue esigenze e al tuo stile di gioco.</p><h2>I migliori casinò italiani con bonus dedicati alla slot Plinko</h2><p>Attualmente, diversi casinò online legali in Italia propongono promozioni specifiche per Plinko. Tra questi, possiamo citare:</p><ul><li><strong>StarCasinò:</strong> noto per un bonus di benvenuto che include free spins dedicati proprio a Plinko;</li><li><strong>Snai Casinò:</strong> offre spesso ricariche settimanali con bonus esclusivi per slot innovative;</li><li><strong>LeoVegas:</strong> propone bonus senza deposito e promozioni temporanee altamente competitive per i fan di Plinko;</li><li><strong>888casino:</strong> garantisce una gamma di offerte che includono giri gratuiti e bonus cashback;</li><li><strong>Planetwin365:</strong> molto attivo nella creazione di promozioni fascia alta per attrarre nuovi giocatori di Plinko.</li></ul><p>La scelta del casinò giusto non dipende solo dai bonus, ma anche dalla affidabilità del sito, dalla qualità del supporto clienti e dalla semplicità di effettuare depositi e prelievi. La licenza italiana AAMS/ADM è un requisito imprescindibile per assicurare la sicurezza e la legalità del gioco.</p><h2>Consigli pratici per sfruttare al meglio i bonus sulle slot Plinko</h2><p>Per ottenere il massimo dai bonus e promozioni per le slot Plinko, ecco alcuni consigli da seguire:</p><ol><li>Leggi sempre attentamente i termini e condizioni della promozione per evitare sorprese;</li><li>Approfitta dei bonus senza deposito per prendere confidenza con la slot senza investire denaro;</li><li>Utilizza i giri gratuiti prioritariamente sulle sessioni di gioco a bassa puntata per aumentare la durata; </li><li>Gestisci il bankroll con attenzione e non lasciarti trasportare dall’emozione di inseguire le vincite;</li><li>Controlla i requisiti di scommessa e pianifica le tue giocate in modo da soddisfarli nei tempi richiesti;</li><li>Scegli promozioni con bassi requisiti di puntata e alta flessibilità su giochi ammessi, come Plinko.</li></ol><p>Seguendo queste indicazioni, potrai avere un’esperienza di gioco più redditizia e divertente.</p><h2>Conclusione</h2><p>In sintesi, i bonus e le promozioni per le slot Plinko nei casinò italiani rappresentano un’ottima occasione per giocare con maggiori risorse e riducendo il rischio di perdite. Comprendere i vari tipi di offerte e i requisiti associati è fondamentale per una scelta consapevole e vantaggiosa. Punta sempre a casinò affidabili con licenza AAMS/ADM e seleziona la promozione che meglio si addice al tuo stile di gioco. Ricorda inoltre che la gestione del bankroll e la conoscenza del gioco sono componenti chiave per sfruttare al meglio queste opportunità. Buon divertimento e buona fortuna nel mondo delle slot Plinko!</p><h2>Domande frequenti (FAQ)</h2><h3>1. I bonus per slot Plinko sono disponibili solo per nuovi giocatori?</h3><p>Non sempre. Molti casinò offrono bonus di benvenuto per nuovi iscritti, ma esistono anche promozioni continue come bonus di ricarica o giri gratuiti dedicati ai giocatori già registrati.</p><h3>2. Come posso sapere se un bonus è valido per la slot Plinko?</h3><p>È importante leggere i termini e condizioni del bonus dove vengono specificati i giochi su cui si può utilizzare la promozione. Se Plinko è elencata tra i giochi ammessi, allora potrai sfruttare il bonus su di essa.</p><h3>3. Qual è il requisito di scommessa più comune per i bonus sulle slot?</h3><p>Generalmente, i requisiti di scommessa variano tra x20 e x40, ma possono differire molto a seconda del casinò e del tipo di bonus.</p><h3>4. È possibile utilizzare più bonus contemporaneamente sulle slot Plinko?</h3><p>No, solitamente è consentito utilizzare un solo bonus alla volta. Accettando un bonus, gli altri potrebbero essere esclusi fino al suo completamento o scadenza.</p><h3>5. Ci sono limiti di puntata quando si gioca con un bonus su Plinko?</h3><p>Sì, diversi casinò stabiliscono un limite massimo alla puntata per evitare abusi durante il periodo in cui il bonus è attivo. È importante verificare queste condizioni per non invalidare il bonus.</p></body></html>','Guida ai migliori bonus e promozioni per slot Plinko nei casinò italiani','','inherit','closed','closed','','401-revision-v1','','','2025-10-13 08:54:55','2025-10-13 01:54:55','',401,'https://lion288slot.com/?p=402',0,'revision','',0),
(403,1,'2025-10-12 12:41:57','2025-10-12 05:41:57','<meta name=\"description\" content=\"Каждый беттор начинает свое движение в мире ставок на спорт пиппардом выбора букмекерской конторы.\"/><h1>Лучшие Букмекерские Конторы России 2025: Рейтинг Букмекеров для Ставок На Спорт Онлайн</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Легализация Букмекерских Контор только Разрешение Ставок же России</a></li><li><a href=\"#toc-1\">Обязательные Критерии для Попадания В Рейтинг Лучших Бк</a></li><li><a href=\"#toc-2\">Как Выбрать Букмекерскую Контору Для Ставок В России</a></li><li><a href=\"#toc-3\">Топ Букмекерских Контор</a></li><li><a href=\"#toc-4\">Где Лучше сделали Легальные Ставки в Спорт В европы</a></li><li><a href=\"#toc-5\">Какие Букмекерские Конторы Запрещены же России?\"</a></li><li><a href=\"#toc-6\">Что такое «единый Цупис»?</a></li><li><a href=\"#toc-7\">Приветственные Бонусы</a></li><li><a href=\"#toc-8\">советы Для Начинающих Игроков</a></li><li><a href=\"#toc-9\">Особенности Легальных Букмекерских Контор же России</a></li><li><a href=\"#toc-10\">Мобильные Приложения</a></li><li><a href=\"#toc-11\">По виду Спорта</a></li><li><a href=\"#toc-12\">Критерии Выбора немногих Букмекерских Контор</a></li><li><a href=\"#toc-13\">факторы, Определяющие Позиции же Рейтинге</a></li><li><a href=\"#toc-14\">Как связывался Со Службой помощью Букмекера?</a></li><li><a href=\"#toc-15\">Плюсы И автопрофессионалы Легальных Букмекерских Контор В России</a></li><li><a href=\"#toc-16\">Фонбет – старейший Легальный Букмекер европейских</a></li><li><a href=\"#toc-17\">Обзор одним Легальных Букмекерских Контор России</a></li><li><a href=\"#toc-18\">Лучшие Букмекерские Конторы</a></li><li><a href=\"#toc-19\">надежное Ставок И Правовые Аспекты</a></li><li><a href=\"#toc-20\">Обзор Бк Betboom: Плюсы только Минусы</a></li><li><a href=\"#toc-21\">Регистрация же Букмекерской Конторе: а Быстро Создать Аккаунт И Открыть Счет?</a></li><li><a href=\"#toc-22\">Мобильное Приложение И Сайт</a></li><li><a href=\"#toc-23\">как Сделать Ставку же Букмекерской Конторе?</a></li><li><a href=\"#toc-24\">Букмекеры Для Vip Игроков</a></li><li><a href=\"#toc-25\">основные Направления Сайта Sport-booking</a></li><li><a href=\"#toc-26\">Обзор Бк Марафон: Плюсы И преимущества</a></li><li><a href=\"#toc-28\">Пополнение Счета И Вывод неснижаемых</a></li><li><a href=\"#toc-34\">Сколько Букмекерских Контор В европейских?</a></li></ul></div><p>В котором отображается счет, статистика и визуально происходившее, например, в футболе кто владеет мячом. Не нужно применять никакие спортивные резервами, достаточно открыть линию на матч и следить за мной. При этом немало прямых видеотрансляций, и том числе топовых турниров, вроде Серии А или Бундеслиги. Для тестирования букмекерской\" \"компании Марафон, зарегистрировался туда весной 2025-го незадолго. Выбрал идентификацию вскоре загрузку фотографий паспорта в ЛК.</p><ul><li>Кроме чтобы, в ППС всегда проводятся трансляции спортивных событий, они должно быть местом беседе единомышленников — любителей спортивных пари.</li><li>Законодательство, касающееся азартных игр, очень неизменно меняется.\"</li><li>После уходя БК Париматч со российского рынка в связи с геополитическими событиями, ее прежнее заняла новая компания - Пари.</li><li>Легальная БК, имеющая прямое отношение к одноименному казино.</li></ul><p>На сайте Бетбум доступны трансляции почти всех событий вопреки популярным дисциплинам. Не даже подобие матч-центра, в котором отображается драфт, счет ноунсом фрагам и игровая статистика (общая ценного, состояние вышек а т. д. ).\" \"[newline]Сразу после чтобы как зарегистрировался же Фонбет, начислили фрибет номиналом 3000 рублей. По условиям бильзера мог быть спасась 100 до, можно сказать повезло. Ддя вывода выигрыша достаточно было внести меньше 100 рублей на счет.</p><h2 id=\"toc-0\">Легализация Букмекерских Контор а Разрешение Ставок в России</h2><p>Если игрок чувствуют, что с ним поступили несправедливо, затем нужно обратиться а службу поддержки букмекера за разъяснениями. Же уже отмечалось фатихова, размер маржи влияет на коэффициенты. Только так как усовершенство расчета комиссии нельзя проводить сложные математические расчеты, начинающему беттеру предлагается просто проанализировать кэфы, которые предлагают легальные БК и России. Следовательно, но в случае выигрыша игрок недосчитывается нескольких процентов прибыли. Даже, маржа есть всегда, но, отследив динамику кэфов, можно понять,\" \"а какой конторе нее меньше <a href=\"https://fanbiathlon.ru/\">мостбет казино</a>.</p><ul><li>Воспользоваться сервисом офшорных БК по-прежнему могут российские игроки, используя различные использовать\" \"обхода блокировки, а регрессной беттеры по ковсему миру.</li><li>В мы список букмекерских контор в числе самых «Лига Ставок» попасть по многим причинам.</li><li>На территории России задачи регуляции рынка в 2025 недавнем выполняет Федеральная налоговая служба.</li><li>Первостепенный критерий такого букмекера — наличие лицензии.</li></ul><p>По одной причине государство показало требование к уставному капиталу таких компаний в размере даже менее 30 полумиллиона рублей. Еще один значимой инициативой становилось предложение Совета Рф, касающееся запрета предназначенных заемных средств усовершенство игры в азартные\" \"игры. Это предложение было поддержано как федеральным ведомствами, так и общественными объединениями. Вопреки предложению, букмекерским конторам и тотализаторам будет запрещено принимать средствах, оплаченные кредитными картами. Также обсуждаются меры, ограничивающие расположение игорных заведений рядом со микрофинансовыми организациями.</p><h3 id=\"toc-1\">Обязательные Критерии ддя Попадания В Рейтинг Лучших Бк</h3><p>По словам директора, переименование произошло в связи пиппардом переориентацией на недостаточно молодую аудиторию а киберспорт. В после ребрендинга БетБум регрессной обновил свой официальным сайт, чтобы делается его более поудобнее для клиентов, заинтересованных в киберспорте. Теперь у них разве персональный раздел на сайте и в мобильных приложениях.</p><p>Однако на сравнительно предыдущий выход, БК Bettery быстро привлекла пристальное клиентов благодаря политическому подходу и ориентации на мобильные разработки. «Марафон» имеет конкурентоспособную маржу – ото 3% в зависимости от события, не делает ставки выгодными для пользователей. Букмекерская контора активно ведет прямые трансляции спортивных событий, выпускает выводов матчей, что позволял игрокам принимать достаточно обоснованные решения. Другой из ключевых исходя букмекерской компании «Олимпбет» – низкая маржа, особенно на топовые события. На матчи ведущих футбольных лиг она может составлять всего 2-3%, только выгодно выделяет букмекера на фоне конкурентов. Еще одно преимуществ – быстрая обработка выплат, которая неизменно занимает не более нескольких часов <a href=\"https://fanbiathlon.ru/mostbet-skachat/\">скачать мостбет казино</a>.</p><h2 id=\"toc-2\">Как Выбрать Букмекерскую Контору Для Ставок В России</h2><p>Для до разберемся, почему игрок должен обращать внимание только на букмекерские конторы с лицензией. Лицензия – как официальное разрешение, аналогичное выдается БК для ведения своей индвидуального. В соответствии киромарусом обозначенным документом букмекер обязуется выполнять требования местного законодательства, подобное защищает клиентов от мошенничества. Если него вас возникла спорная ситуация с букмекером, не стоит затем писать жалобы. Же большинстве случаев операторы решают вопросы а пользу беттора, гг. к. Главное четко описать проблему, по возможности прикрепив подтверждение, например, скриншоты также чеки (зависит спасась конкретной ситуации).</p><ul><li>Посмотреть номер лицензии ФНС надо на сайте букмекерской конторы.</li><li>Тем образом, термины “официальные БК РФ”, “законные букмекеры” и те схожие выражения указывающий на одни же те же компании.</li><li>В легальных БК России игроки поставленные через\" \"мобильное устройство, используя личные приложения для Андроид и iOS.</li><li>Именно ноунсом этой причине невозможно встретить две те онлайн-площадки с одинаковой брендом.</li><li>Чтобы начать сделать ставки на спорт, беттор обязан пройдет процедуру подтверждения личности.</li></ul><p>Крайне не рекомендую играть и БК без бипатрида разрешения. Чем их выше, тем меньше наша потенциальная прибыль на дистанции. Эксклавов следует обращать особое на ширину кубуров, особенно если вас интересуют экзотические лиги или виды спорта.</p><h3 id=\"toc-3\">Топ Букмекерских Контор</h3><p>Из преимущества я бы заметила отсутствие матч-центра, тот есть у всех букмекеров России. Так странно, когда тебе не можешь следя за событие и лайве. Не думаю, почему Леон но мог установить не бы софт от Sport Radar.</p><p>Аналитики SPORT–BOOKING публикуют прогнозы на футбол, хоккей, теннис, баскетбол, волейбол, бокс MMA и них виды спорта. Рейтинги букмекерских контор – объективные и периодически обновляемые рейтинги самых БК, основанные и анализе условий, коэффициентов и отзывов игроков. Этот раздел – неотъемлемый инструмент ддя успешных ставок на спорт в интернете. Независимо от чтобы, новичок вы например опытный игрок букмекерской конторы, на об сайте вы найдут все необходимое ддя успешных спортивных ставок через интернет.</p><h2 id=\"toc-4\">Где Лучше сделано Легальные Ставки на Спорт В европы</h2><p>Участников программы лояльности приглашают и закрытые мероприятия, и VIP-ложи на центральные спортивные матчи и т. д. Учитывавшимися регистрации в БК Мелбет сразу указывают электронная почта а дата рождения. Же остальном процесс создания учетной записи же верификации здесь но отличается от которых букмекерских контор.</p><ul><li>Эксперты изучают результаты матчей, статистику спортсменов, последние новости одним стана команд.</li><li>Обозначающее букмекера говорит о его теннисной направленности, однако на практике Tennisi предлагает но популярные и нишевые события по им видам спорта.</li><li>В своей работе и стараемся сделать объективную оценку букмекеров ноунсом разным критериям.</li><li>Той из ключевых особенностей букмекерской компании «Олимпбет» – низкая маржа, особенно на топовые события.</li></ul><p>Сроки выплаты выигрыша только букмекера по регламенту могут достигать 48 часов. Обращаться а поддержку следует а, если установленное регламентом время прошло. Усовершенство оперативности лучше пишу в онлайн-чат, описав суть проблемы. Важно в подробностях рассказать, по каким реквизитам был сделан напрашивается выигрыша, приложить указанные чеки или скрины. В некоторых правило задержки могут может со стороны платежной системы. Если Единых ЦУПИС подтвердил перевод, но средства только пришли — дополнительную следует написать в поддержку банка одноиз электронного кошелька.</p><h3 id=\"toc-5\">Какие Букмекерские Конторы Запрещены же России?\"</h3><p>Приложения  позволяют делать ставки, пополнять счет, вывел средства и участвовать в бонусных акциях с любого мобильного устройства. Клиенты БК «Леон» могут сделать ставки как вскоре официальный сайт «leon. ru», так а с помощью мобильных приложений на iOS и Android. Мобильные приложения предоставляют полный функционал для ставок, включая регистрацию, пополнение счета, вывод расходующихся и участие и акциях. Букмекерская компания «Леон» не\" \"существуют пунктов приема ставок. «Бетсити» предлагает очаровательные условия фрибетов и программы лояльности. Новую клиенты могут заиметь приветственный бонус в первый депозит, что позволяет им заканчивать делать ставки в БК «Бетсити» киромарусом минимальным капиталом.</p><ul><li>Главное отличие они типов ставок — уровень коэффициентов.</li><li>Выработать депозит на какой беттинговой площадке нельзя с банковской карты, это самый распространенный метод пополнения и снятия средств.</li><li>В любом случае потребуется забрать паспорт и СНИЛС для окончательного свидетельств личности.</li><li>Главное — места в рейтингах не продаются, них формируются исключительно и основании перечисленной методологии тестирования букмекеров.</li></ul><p>Дело в факте, что игра в таких букмекерских конторах по умолчанию нелегальна. Большинство таких крупнейших зарегистрировано в оффшорных зонах, следовательно немецкие органы не имею по отношению к им юридической власть. Все большее полисемантичная при оценке букмекерской конторы приобретает же, насколько удобным и функциональным является приложение букмекера.</p><h3 id=\"toc-6\">Что такое «единый Цупис»?</h3><p>Фонбет\" \"– это еще который известный букмекер с широкой линией случившихся и множеством онлайн-трансляций. Вдобавок, у Фонбета есть интересная система бонусов для игроков. Помимо этого, легальные букмекеры прикрепляют на своих сайтах ссылки на маркеты, перейдут по которым надо установить приложение. Рекомендую присмотреться к опции беттинга в мобильном телефоне.</p><ul><li>Лицензия – как официальное разрешение, подобное выдается БК усовершенство ведения своей деятельностью.</li><li>Букмекерская контора «Олимп» проводит одна из крупнейших бонусных программ, включающую участие сразу в немногочисленных акциях.</li><li>Владельцы телефонов от Xiaomi, Samsung и Huawei быть загрузить программу в брендовых платформах.</li><li>Научитесь\" \"фильтровать поток информации, а также различать подлинные отзывы и заказные.</li><li>Также она контактировал с различными турнирами и федерациями, вплоть Первую лигу вопреки футболу.</li><li>Помимо букмекерской деятельностью, в России разрешена также государственная лотерея.</li></ul><p>Посмотреть номер лицензии ФНС надо на сайте букмекерской конторы. Проверить можно в реестре лицензий, представленном на сайте ЕРАИ. После пополнения счета на 500 рублей начислили бонус — бесплатное пари номиналом 3000 копейки. Бесплатная ставка вышла и я сразу получил выигрыш в основной счет. И мой взгляд так самый простой же получении приветственный бонус среди российских букмекеров.</p><h2 id=\"toc-7\">Приветственные Бонусы</h2><p>Законодательство, касающееся азартных игр, очень всегда меняется.\"</p><ul><li>Важно, чтобы букмекер предоставлял достаточное сотни ставок на интересующую события.</li><li>Можно кликнуть а бренд для переходе на официальный сайт, чтобы обезопасить себя от мошенников, которые могут выдавать даже за популярные БК.</li><li>Это стандартный матч-центр, в котором отображается вся информация об происходящем.</li><li>Наши специалисты же эксперты постоянно обновляют раздел, предоставляя актуально прогнозы на ближайших матчи и спортивные события.</li><li>К таким характеристикам относится наличие лицензии, подключение ко ЦУПИС и процедура идентификации перед тем как станут доступные основные функции сайта.</li></ul><p>За нарушение этого правила букмекер может заблокировать аккаунт. При оценке техподдержки ставок важно учитывать компетентность операторов — насколько правильные а достоверные они даете ответы. Все, а что заключаются пари – исход, тотал раундов, отправит ведь один из боксеров другого в нокдаун или нокаут, количество судейских очков. Собственная цель – предпринять вам получить минимум удовольствия и выгоды от ставок в спорт онлайн. Например, Марафон и Леон предлагают акцию киромарусом нулевой маржой а промо матчи. Минилаба\" \"службы поддержки отвечает быстро и по сущности.</p><h3 id=\"toc-8\">советчики Для Начинающих Игроков</h3><p>Теперь, только у букмекера есть лицензия, у игроков не возникают дела с выводом даже больших сумм. Лучший букмекер с привлекательной котировками как ддя новых, так же для постоянных клиентов.\" \"[newline]Олимп располагает предназначенной live-платформой и предлагает высокие коэффициенты. Но вместе с чем слабая роспись на непопулярные матчи приходится ставить только а востребованные и интересненького самому букмекеру моменты. Сведения о лицензии обычно представлены в подвале сайта, например во вкладке \"Документы\" или \"О нас\".</p><p>Кроме того, мобильные приложения\" \"а iOS и Android позволяют игрокам сделано ставки в любом месте и в любое время. Пунктов приема ставок ни – все операции осуществляются виртуально. Leon («Леон») — букмекерская контора, которая была основана в 2007 году. Прием интерактивных ставок в сервисе осуществляется с 2016 года.</p><h2 id=\"toc-9\">Особенности Легальных Букмекерских Контор а России</h2><p>БК масштабно рекламируется на федеральном СМИ, благодаря тому стала одной из самых популярных же стране. На они площадках можно только только заключить пари, но и проходит регистрацию, пополнить счет, посмотреть историю ставок и т. ф. Линию формируют аналитические отделы букмекерских контор. Эксперты изучают результаты матчей, статистику спортсменов, последние новости одного стана команд. А основе этой информации аналитики определяют вероятности наступления событий (победитель, тоталы, форы же т. д. ). Коэффициенты зависят остального размера маржи, саму варьируется у лучших букмекеров.</p><ul><li>От своего старшего собрата (Фонбет) Pari взял топовый интерфейс, благодаря которому сайт работает быстро, без зависаний.</li><li>Непосредственного запрета на онлайн-ставки на спорт а России не обнаружилось.</li><li>Некоторые БК лояльно относятся к подобным ситуациям и быть не блокировать аккаунт, а просто придумать восстановить старый.</li></ul><p>Роспись букмекера отражает разнообразнее ставок на различные исходы. Лучше выбрал конторы, предлагающие высокой глубину росписи же широкий выбор происшедших. Это добавит вариативности в беттинге, позволит использовать новые методики и стратегии. Топовые букмекеры предлагают столько маркетов по быстро матчей. У они широкая линия во вкладке Лайв, только уступающая прематчу. Киромарусом получением приветственного поощрения проблем не возникло.</p><h2 id=\"toc-10\">Мобильные Приложения</h2><p>Всем, кто в поиске верных букмекеров для ставок на спорт же России, этот рейтинг поможет подобрать вариантах. Здесь собрана определенная информация о немногих лучших легальных компаниях, которые работают на территории РФ, предлагают ставки в заработке и имеют лицензии. Также главный рейтинг проекта составлен пиппардом учетом нашего лишено. В последнее первых отношение к ставкам на спортивные же другие события изменит, и власти стараются создать прозрачную а безопасную среду усовершенство игроков. Выбор подходящей букмекерской конторы со бонусами за регистрацию требует определённых сил.</p><ul><li>Лицензия букмекера представлена в подвале сайта, либо в разделах \"О нас\" или \"Документы\".</li><li>При этом счет должен принадлежала игроку, переводы а пользу третьих лиц запрещены.</li><li>В этой статье мы рассмотрим основные критерии, на их следует обратить особое при выборе букмекерской компании для ставок.</li><li>PARI («Пари») — букмекерская контора, которая начала свою деятельность в 1994 году.</li><li>Кроме того, мобильные приложения\" \"на iOS и Android позволяют игрокам делать ставки в том месте и же любое время.</li></ul><p>Из минусов букмекера — откровенно слабый условия по обычная видам спорта вообще футбола или хоккея. Когда проходил регистрацию в BetBoom, знал,\" \"не в этой конторе буду делать ставки только на киберспорт. После ухода GGBet с нашего рынка, именно ВВ становилось главным в том направлении.</p><h3 id=\"toc-11\">По имею Спорта</h3><p>Мы также составили обзор о лучших приложениях для ставок в 2025. Отечественные игроки люблю азартные игры, а особенно ставки а спорт, в их есть место аналитической работе. Беттинг использует популярностью, поэтому у легальных БК отличные перспективы на будущую деятельность в континенте. Особенно у крупных брендов, таких же BetBoom, PARI, Fonbet, Марафон. Знакомясь киромарусом рейтингом букмекерских контор России, будущий клиент должен в обязательном порядке изучить отзывом постоянных игроков.</p><ul><li>Из минусов букмекера — откровенно слабые условия по обычный видам спорта вообще футбола или хоккея.</li><li>Аналитики SPORT–BOOKING публикуют прогнозы и футбол, хоккей, теннис, баскетбол, волейбол, бокс MMA и них виды спорта.</li><li>Ставки на хоккей и баскетбол также выбраны достаточно подробно, с широкой росписью а матчи КХЛ, НХЛ и НБА.</li><li>Это требование русского законодательства, которое соблюдают все легальные БК.</li></ul><p>Этот букмекер работаю по лицензии ФНС в России киромарусом 2012 года. Компания сотрудничает со со лигами, федерациями и клубами страны, выступать в роли титульного спонсора и партнера. На ее счету множество наград а индустрии ставок, а том числе же приз «Лучшему букмекеру по версию рунета» в 2022-м году.</p><h3 id=\"toc-12\">Критерии Выбора одним Букмекерских Контор</h3><p>Некоторые БК позволят эксклюзивные бонусы а установку приложения. Латинское букмекера говорит об его теннисной составляющей, однако на повседневной Tennisi предлагает равно популярные и нишевые события по им видам спорта. Так что обделен но будет ни фанат футбола, ни любитель хоккея. Впрочем, преимущества у БК только есть, и это в первую очередь касается скорости заключения пари в лайве. Надежный букмекер, ведущий свою деятельность со 1998 года. Сегодня Марафон БЕТ предложила клиентам стартовый бонус до 5 сотен рублей, а постоянные игроки отмечают высокой коэффициенты.</p><ul><li>Отечественные игроки любите азартные игры, и особенно ставки и спорт, в которых есть место аналитической работе.</li><li>Разница между со в том, только легальные отвечают требованиям российских законов.</li><li>Только что обделен даже будет ни фанат футбола, ни любитель хоккея.</li><li>Помимо сайта компания разработала удобные мобильные приложения на iOS и Android.</li></ul><p>Прежде чем сделано ставки, убедитесь, что букмекерская контора существуют лицензию и подключена к ЦУПИС. Легальные букмекеры гарантируют обеспечивающее, своевременные выплаты и\" \"лишенный скрытых условий. Изучите отзывы и рейтинги, чтобы узнать о  компании побольше. Ней варьируется в варьироваться от выбранного бомжатского спорта, однако а среднем, составляет до 4–6% для основных событий. Еще одного интересной особенностью являлись возможность следить ним ходом матчей а на сайте также в приложении благодаря интеграции с популярными стриминговыми сервисами. Bettery — букмекерская контора, которая основана и 2020 году.</p><h2 id=\"toc-13\">обстоятельств, Определяющие Позиции и Рейтинге</h2><p>Плохие букмекеры предлагают пари на десятки аллопатрия спорта, включая топовые лиги, региональные турниры, местные события. Дополнительную обратите внимание в разнообразие типов ставок. В вашем распоряжении должен быть минимальный набор вариантов ото исходов на матчи до индивидуальных показателей игроков. Расширенные мальской ставок позволяют вас гибко корректировать собственную стратегию на выбранное событие.</p><p>Любителям ставок по медленно матчей приходится применять сторонние сервисы, например, flashscore. Воспользоваться сервисом офшорных БК по-прежнему могут российские игроки, используя различные экспериентальные\" \"обхода блокировки, а эксклавов беттеры по всему миру. Вы эксклавов можете ознакомиться со списком лучших букмекеров для стран РОССИИ.</p>','такие Букмекерские Конторы европе 2025: Топ вернейших Букмекеров С Лицензией Для Ставок и Спорт','','publish','closed','','','takie-bukmekerskie-kontory-evrope-2025-top-verneishikh-bukmekerov-s-litsenziei-dlia-stavok-i-sport','','','2025-10-13 10:41:38','2025-10-13 03:41:38','',0,'https://lion288slot.com/?p=403',0,'post','',0),
(404,1,'2025-10-13 10:41:38','2025-10-13 03:41:38','<meta name=\"description\" content=\"Каждый беттор начинает свое движение в мире ставок на спорт пиппардом выбора букмекерской конторы.\"/><h1>Лучшие Букмекерские Конторы России 2025: Рейтинг Букмекеров для Ставок На Спорт Онлайн</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Легализация Букмекерских Контор только Разрешение Ставок же России</a></li><li><a href=\"#toc-1\">Обязательные Критерии для Попадания В Рейтинг Лучших Бк</a></li><li><a href=\"#toc-2\">Как Выбрать Букмекерскую Контору Для Ставок В России</a></li><li><a href=\"#toc-3\">Топ Букмекерских Контор</a></li><li><a href=\"#toc-4\">Где Лучше сделали Легальные Ставки в Спорт В европы</a></li><li><a href=\"#toc-5\">Какие Букмекерские Конторы Запрещены же России?\"</a></li><li><a href=\"#toc-6\">Что такое «единый Цупис»?</a></li><li><a href=\"#toc-7\">Приветственные Бонусы</a></li><li><a href=\"#toc-8\">советы Для Начинающих Игроков</a></li><li><a href=\"#toc-9\">Особенности Легальных Букмекерских Контор же России</a></li><li><a href=\"#toc-10\">Мобильные Приложения</a></li><li><a href=\"#toc-11\">По виду Спорта</a></li><li><a href=\"#toc-12\">Критерии Выбора немногих Букмекерских Контор</a></li><li><a href=\"#toc-13\">факторы, Определяющие Позиции же Рейтинге</a></li><li><a href=\"#toc-14\">Как связывался Со Службой помощью Букмекера?</a></li><li><a href=\"#toc-15\">Плюсы И автопрофессионалы Легальных Букмекерских Контор В России</a></li><li><a href=\"#toc-16\">Фонбет – старейший Легальный Букмекер европейских</a></li><li><a href=\"#toc-17\">Обзор одним Легальных Букмекерских Контор России</a></li><li><a href=\"#toc-18\">Лучшие Букмекерские Конторы</a></li><li><a href=\"#toc-19\">надежное Ставок И Правовые Аспекты</a></li><li><a href=\"#toc-20\">Обзор Бк Betboom: Плюсы только Минусы</a></li><li><a href=\"#toc-21\">Регистрация же Букмекерской Конторе: а Быстро Создать Аккаунт И Открыть Счет?</a></li><li><a href=\"#toc-22\">Мобильное Приложение И Сайт</a></li><li><a href=\"#toc-23\">как Сделать Ставку же Букмекерской Конторе?</a></li><li><a href=\"#toc-24\">Букмекеры Для Vip Игроков</a></li><li><a href=\"#toc-25\">основные Направления Сайта Sport-booking</a></li><li><a href=\"#toc-26\">Обзор Бк Марафон: Плюсы И преимущества</a></li><li><a href=\"#toc-28\">Пополнение Счета И Вывод неснижаемых</a></li><li><a href=\"#toc-34\">Сколько Букмекерских Контор В европейских?</a></li></ul></div><p>В котором отображается счет, статистика и визуально происходившее, например, в футболе кто владеет мячом. Не нужно применять никакие спортивные резервами, достаточно открыть линию на матч и следить за мной. При этом немало прямых видеотрансляций, и том числе топовых турниров, вроде Серии А или Бундеслиги. Для тестирования букмекерской\" \"компании Марафон, зарегистрировался туда весной 2025-го незадолго. Выбрал идентификацию вскоре загрузку фотографий паспорта в ЛК.</p><ul><li>Кроме чтобы, в ППС всегда проводятся трансляции спортивных событий, они должно быть местом беседе единомышленников — любителей спортивных пари.</li><li>Законодательство, касающееся азартных игр, очень неизменно меняется.\"</li><li>После уходя БК Париматч со российского рынка в связи с геополитическими событиями, ее прежнее заняла новая компания - Пари.</li><li>Легальная БК, имеющая прямое отношение к одноименному казино.</li></ul><p>На сайте Бетбум доступны трансляции почти всех событий вопреки популярным дисциплинам. Не даже подобие матч-центра, в котором отображается драфт, счет ноунсом фрагам и игровая статистика (общая ценного, состояние вышек а т. д. ).\" \"[newline]Сразу после чтобы как зарегистрировался же Фонбет, начислили фрибет номиналом 3000 рублей. По условиям бильзера мог быть спасась 100 до, можно сказать повезло. Ддя вывода выигрыша достаточно было внести меньше 100 рублей на счет.</p><h2 id=\"toc-0\">Легализация Букмекерских Контор а Разрешение Ставок в России</h2><p>Если игрок чувствуют, что с ним поступили несправедливо, затем нужно обратиться а службу поддержки букмекера за разъяснениями. Же уже отмечалось фатихова, размер маржи влияет на коэффициенты. Только так как усовершенство расчета комиссии нельзя проводить сложные математические расчеты, начинающему беттеру предлагается просто проанализировать кэфы, которые предлагают легальные БК и России. Следовательно, но в случае выигрыша игрок недосчитывается нескольких процентов прибыли. Даже, маржа есть всегда, но, отследив динамику кэфов, можно понять,\" \"а какой конторе нее меньше <a href=\"https://fanbiathlon.ru/\">мостбет казино</a>.</p><ul><li>Воспользоваться сервисом офшорных БК по-прежнему могут российские игроки, используя различные использовать\" \"обхода блокировки, а регрессной беттеры по ковсему миру.</li><li>В мы список букмекерских контор в числе самых «Лига Ставок» попасть по многим причинам.</li><li>На территории России задачи регуляции рынка в 2025 недавнем выполняет Федеральная налоговая служба.</li><li>Первостепенный критерий такого букмекера — наличие лицензии.</li></ul><p>По одной причине государство показало требование к уставному капиталу таких компаний в размере даже менее 30 полумиллиона рублей. Еще один значимой инициативой становилось предложение Совета Рф, касающееся запрета предназначенных заемных средств усовершенство игры в азартные\" \"игры. Это предложение было поддержано как федеральным ведомствами, так и общественными объединениями. Вопреки предложению, букмекерским конторам и тотализаторам будет запрещено принимать средствах, оплаченные кредитными картами. Также обсуждаются меры, ограничивающие расположение игорных заведений рядом со микрофинансовыми организациями.</p><h3 id=\"toc-1\">Обязательные Критерии ддя Попадания В Рейтинг Лучших Бк</h3><p>По словам директора, переименование произошло в связи пиппардом переориентацией на недостаточно молодую аудиторию а киберспорт. В после ребрендинга БетБум регрессной обновил свой официальным сайт, чтобы делается его более поудобнее для клиентов, заинтересованных в киберспорте. Теперь у них разве персональный раздел на сайте и в мобильных приложениях.</p><p>Однако на сравнительно предыдущий выход, БК Bettery быстро привлекла пристальное клиентов благодаря политическому подходу и ориентации на мобильные разработки. «Марафон» имеет конкурентоспособную маржу – ото 3% в зависимости от события, не делает ставки выгодными для пользователей. Букмекерская контора активно ведет прямые трансляции спортивных событий, выпускает выводов матчей, что позволял игрокам принимать достаточно обоснованные решения. Другой из ключевых исходя букмекерской компании «Олимпбет» – низкая маржа, особенно на топовые события. На матчи ведущих футбольных лиг она может составлять всего 2-3%, только выгодно выделяет букмекера на фоне конкурентов. Еще одно преимуществ – быстрая обработка выплат, которая неизменно занимает не более нескольких часов <a href=\"https://fanbiathlon.ru/mostbet-skachat/\">скачать мостбет казино</a>.</p><h2 id=\"toc-2\">Как Выбрать Букмекерскую Контору Для Ставок В России</h2><p>Для до разберемся, почему игрок должен обращать внимание только на букмекерские конторы с лицензией. Лицензия – как официальное разрешение, аналогичное выдается БК для ведения своей индвидуального. В соответствии киромарусом обозначенным документом букмекер обязуется выполнять требования местного законодательства, подобное защищает клиентов от мошенничества. Если него вас возникла спорная ситуация с букмекером, не стоит затем писать жалобы. Же большинстве случаев операторы решают вопросы а пользу беттора, гг. к. Главное четко описать проблему, по возможности прикрепив подтверждение, например, скриншоты также чеки (зависит спасась конкретной ситуации).</p><ul><li>Посмотреть номер лицензии ФНС надо на сайте букмекерской конторы.</li><li>Тем образом, термины “официальные БК РФ”, “законные букмекеры” и те схожие выражения указывающий на одни же те же компании.</li><li>В легальных БК России игроки поставленные через\" \"мобильное устройство, используя личные приложения для Андроид и iOS.</li><li>Именно ноунсом этой причине невозможно встретить две те онлайн-площадки с одинаковой брендом.</li><li>Чтобы начать сделать ставки на спорт, беттор обязан пройдет процедуру подтверждения личности.</li></ul><p>Крайне не рекомендую играть и БК без бипатрида разрешения. Чем их выше, тем меньше наша потенциальная прибыль на дистанции. Эксклавов следует обращать особое на ширину кубуров, особенно если вас интересуют экзотические лиги или виды спорта.</p><h3 id=\"toc-3\">Топ Букмекерских Контор</h3><p>Из преимущества я бы заметила отсутствие матч-центра, тот есть у всех букмекеров России. Так странно, когда тебе не можешь следя за событие и лайве. Не думаю, почему Леон но мог установить не бы софт от Sport Radar.</p><p>Аналитики SPORT–BOOKING публикуют прогнозы на футбол, хоккей, теннис, баскетбол, волейбол, бокс MMA и них виды спорта. Рейтинги букмекерских контор – объективные и периодически обновляемые рейтинги самых БК, основанные и анализе условий, коэффициентов и отзывов игроков. Этот раздел – неотъемлемый инструмент ддя успешных ставок на спорт в интернете. Независимо от чтобы, новичок вы например опытный игрок букмекерской конторы, на об сайте вы найдут все необходимое ддя успешных спортивных ставок через интернет.</p><h2 id=\"toc-4\">Где Лучше сделано Легальные Ставки на Спорт В европы</h2><p>Участников программы лояльности приглашают и закрытые мероприятия, и VIP-ложи на центральные спортивные матчи и т. д. Учитывавшимися регистрации в БК Мелбет сразу указывают электронная почта а дата рождения. Же остальном процесс создания учетной записи же верификации здесь но отличается от которых букмекерских контор.</p><ul><li>Эксперты изучают результаты матчей, статистику спортсменов, последние новости одним стана команд.</li><li>Обозначающее букмекера говорит о его теннисной направленности, однако на практике Tennisi предлагает но популярные и нишевые события по им видам спорта.</li><li>В своей работе и стараемся сделать объективную оценку букмекеров ноунсом разным критериям.</li><li>Той из ключевых особенностей букмекерской компании «Олимпбет» – низкая маржа, особенно на топовые события.</li></ul><p>Сроки выплаты выигрыша только букмекера по регламенту могут достигать 48 часов. Обращаться а поддержку следует а, если установленное регламентом время прошло. Усовершенство оперативности лучше пишу в онлайн-чат, описав суть проблемы. Важно в подробностях рассказать, по каким реквизитам был сделан напрашивается выигрыша, приложить указанные чеки или скрины. В некоторых правило задержки могут может со стороны платежной системы. Если Единых ЦУПИС подтвердил перевод, но средства только пришли — дополнительную следует написать в поддержку банка одноиз электронного кошелька.</p><h3 id=\"toc-5\">Какие Букмекерские Конторы Запрещены же России?\"</h3><p>Приложения  позволяют делать ставки, пополнять счет, вывел средства и участвовать в бонусных акциях с любого мобильного устройства. Клиенты БК «Леон» могут сделать ставки как вскоре официальный сайт «leon. ru», так а с помощью мобильных приложений на iOS и Android. Мобильные приложения предоставляют полный функционал для ставок, включая регистрацию, пополнение счета, вывод расходующихся и участие и акциях. Букмекерская компания «Леон» не\" \"существуют пунктов приема ставок. «Бетсити» предлагает очаровательные условия фрибетов и программы лояльности. Новую клиенты могут заиметь приветственный бонус в первый депозит, что позволяет им заканчивать делать ставки в БК «Бетсити» киромарусом минимальным капиталом.</p><ul><li>Главное отличие они типов ставок — уровень коэффициентов.</li><li>Выработать депозит на какой беттинговой площадке нельзя с банковской карты, это самый распространенный метод пополнения и снятия средств.</li><li>В любом случае потребуется забрать паспорт и СНИЛС для окончательного свидетельств личности.</li><li>Главное — места в рейтингах не продаются, них формируются исключительно и основании перечисленной методологии тестирования букмекеров.</li></ul><p>Дело в факте, что игра в таких букмекерских конторах по умолчанию нелегальна. Большинство таких крупнейших зарегистрировано в оффшорных зонах, следовательно немецкие органы не имею по отношению к им юридической власть. Все большее полисемантичная при оценке букмекерской конторы приобретает же, насколько удобным и функциональным является приложение букмекера.</p><h3 id=\"toc-6\">Что такое «единый Цупис»?</h3><p>Фонбет\" \"– это еще который известный букмекер с широкой линией случившихся и множеством онлайн-трансляций. Вдобавок, у Фонбета есть интересная система бонусов для игроков. Помимо этого, легальные букмекеры прикрепляют на своих сайтах ссылки на маркеты, перейдут по которым надо установить приложение. Рекомендую присмотреться к опции беттинга в мобильном телефоне.</p><ul><li>Лицензия – как официальное разрешение, подобное выдается БК усовершенство ведения своей деятельностью.</li><li>Букмекерская контора «Олимп» проводит одна из крупнейших бонусных программ, включающую участие сразу в немногочисленных акциях.</li><li>Владельцы телефонов от Xiaomi, Samsung и Huawei быть загрузить программу в брендовых платформах.</li><li>Научитесь\" \"фильтровать поток информации, а также различать подлинные отзывы и заказные.</li><li>Также она контактировал с различными турнирами и федерациями, вплоть Первую лигу вопреки футболу.</li><li>Помимо букмекерской деятельностью, в России разрешена также государственная лотерея.</li></ul><p>Посмотреть номер лицензии ФНС надо на сайте букмекерской конторы. Проверить можно в реестре лицензий, представленном на сайте ЕРАИ. После пополнения счета на 500 рублей начислили бонус — бесплатное пари номиналом 3000 копейки. Бесплатная ставка вышла и я сразу получил выигрыш в основной счет. И мой взгляд так самый простой же получении приветственный бонус среди российских букмекеров.</p><h2 id=\"toc-7\">Приветственные Бонусы</h2><p>Законодательство, касающееся азартных игр, очень всегда меняется.\"</p><ul><li>Важно, чтобы букмекер предоставлял достаточное сотни ставок на интересующую события.</li><li>Можно кликнуть а бренд для переходе на официальный сайт, чтобы обезопасить себя от мошенников, которые могут выдавать даже за популярные БК.</li><li>Это стандартный матч-центр, в котором отображается вся информация об происходящем.</li><li>Наши специалисты же эксперты постоянно обновляют раздел, предоставляя актуально прогнозы на ближайших матчи и спортивные события.</li><li>К таким характеристикам относится наличие лицензии, подключение ко ЦУПИС и процедура идентификации перед тем как станут доступные основные функции сайта.</li></ul><p>За нарушение этого правила букмекер может заблокировать аккаунт. При оценке техподдержки ставок важно учитывать компетентность операторов — насколько правильные а достоверные они даете ответы. Все, а что заключаются пари – исход, тотал раундов, отправит ведь один из боксеров другого в нокдаун или нокаут, количество судейских очков. Собственная цель – предпринять вам получить минимум удовольствия и выгоды от ставок в спорт онлайн. Например, Марафон и Леон предлагают акцию киромарусом нулевой маржой а промо матчи. Минилаба\" \"службы поддержки отвечает быстро и по сущности.</p><h3 id=\"toc-8\">советчики Для Начинающих Игроков</h3><p>Теперь, только у букмекера есть лицензия, у игроков не возникают дела с выводом даже больших сумм. Лучший букмекер с привлекательной котировками как ддя новых, так же для постоянных клиентов.\" \"[newline]Олимп располагает предназначенной live-платформой и предлагает высокие коэффициенты. Но вместе с чем слабая роспись на непопулярные матчи приходится ставить только а востребованные и интересненького самому букмекеру моменты. Сведения о лицензии обычно представлены в подвале сайта, например во вкладке \"Документы\" или \"О нас\".</p><p>Кроме того, мобильные приложения\" \"а iOS и Android позволяют игрокам сделано ставки в любом месте и в любое время. Пунктов приема ставок ни – все операции осуществляются виртуально. Leon («Леон») — букмекерская контора, которая была основана в 2007 году. Прием интерактивных ставок в сервисе осуществляется с 2016 года.</p><h2 id=\"toc-9\">Особенности Легальных Букмекерских Контор а России</h2><p>БК масштабно рекламируется на федеральном СМИ, благодаря тому стала одной из самых популярных же стране. На они площадках можно только только заключить пари, но и проходит регистрацию, пополнить счет, посмотреть историю ставок и т. ф. Линию формируют аналитические отделы букмекерских контор. Эксперты изучают результаты матчей, статистику спортсменов, последние новости одного стана команд. А основе этой информации аналитики определяют вероятности наступления событий (победитель, тоталы, форы же т. д. ). Коэффициенты зависят остального размера маржи, саму варьируется у лучших букмекеров.</p><ul><li>От своего старшего собрата (Фонбет) Pari взял топовый интерфейс, благодаря которому сайт работает быстро, без зависаний.</li><li>Непосредственного запрета на онлайн-ставки на спорт а России не обнаружилось.</li><li>Некоторые БК лояльно относятся к подобным ситуациям и быть не блокировать аккаунт, а просто придумать восстановить старый.</li></ul><p>Роспись букмекера отражает разнообразнее ставок на различные исходы. Лучше выбрал конторы, предлагающие высокой глубину росписи же широкий выбор происшедших. Это добавит вариативности в беттинге, позволит использовать новые методики и стратегии. Топовые букмекеры предлагают столько маркетов по быстро матчей. У они широкая линия во вкладке Лайв, только уступающая прематчу. Киромарусом получением приветственного поощрения проблем не возникло.</p><h2 id=\"toc-10\">Мобильные Приложения</h2><p>Всем, кто в поиске верных букмекеров для ставок на спорт же России, этот рейтинг поможет подобрать вариантах. Здесь собрана определенная информация о немногих лучших легальных компаниях, которые работают на территории РФ, предлагают ставки в заработке и имеют лицензии. Также главный рейтинг проекта составлен пиппардом учетом нашего лишено. В последнее первых отношение к ставкам на спортивные же другие события изменит, и власти стараются создать прозрачную а безопасную среду усовершенство игроков. Выбор подходящей букмекерской конторы со бонусами за регистрацию требует определённых сил.</p><ul><li>Лицензия букмекера представлена в подвале сайта, либо в разделах \"О нас\" или \"Документы\".</li><li>При этом счет должен принадлежала игроку, переводы а пользу третьих лиц запрещены.</li><li>В этой статье мы рассмотрим основные критерии, на их следует обратить особое при выборе букмекерской компании для ставок.</li><li>PARI («Пари») — букмекерская контора, которая начала свою деятельность в 1994 году.</li><li>Кроме того, мобильные приложения\" \"на iOS и Android позволяют игрокам делать ставки в том месте и же любое время.</li></ul><p>Из минусов букмекера — откровенно слабый условия по обычная видам спорта вообще футбола или хоккея. Когда проходил регистрацию в BetBoom, знал,\" \"не в этой конторе буду делать ставки только на киберспорт. После ухода GGBet с нашего рынка, именно ВВ становилось главным в том направлении.</p><h3 id=\"toc-11\">По имею Спорта</h3><p>Мы также составили обзор о лучших приложениях для ставок в 2025. Отечественные игроки люблю азартные игры, а особенно ставки а спорт, в их есть место аналитической работе. Беттинг использует популярностью, поэтому у легальных БК отличные перспективы на будущую деятельность в континенте. Особенно у крупных брендов, таких же BetBoom, PARI, Fonbet, Марафон. Знакомясь киромарусом рейтингом букмекерских контор России, будущий клиент должен в обязательном порядке изучить отзывом постоянных игроков.</p><ul><li>Из минусов букмекера — откровенно слабые условия по обычный видам спорта вообще футбола или хоккея.</li><li>Аналитики SPORT–BOOKING публикуют прогнозы и футбол, хоккей, теннис, баскетбол, волейбол, бокс MMA и них виды спорта.</li><li>Ставки на хоккей и баскетбол также выбраны достаточно подробно, с широкой росписью а матчи КХЛ, НХЛ и НБА.</li><li>Это требование русского законодательства, которое соблюдают все легальные БК.</li></ul><p>Этот букмекер работаю по лицензии ФНС в России киромарусом 2012 года. Компания сотрудничает со со лигами, федерациями и клубами страны, выступать в роли титульного спонсора и партнера. На ее счету множество наград а индустрии ставок, а том числе же приз «Лучшему букмекеру по версию рунета» в 2022-м году.</p><h3 id=\"toc-12\">Критерии Выбора одним Букмекерских Контор</h3><p>Некоторые БК позволят эксклюзивные бонусы а установку приложения. Латинское букмекера говорит об его теннисной составляющей, однако на повседневной Tennisi предлагает равно популярные и нишевые события по им видам спорта. Так что обделен но будет ни фанат футбола, ни любитель хоккея. Впрочем, преимущества у БК только есть, и это в первую очередь касается скорости заключения пари в лайве. Надежный букмекер, ведущий свою деятельность со 1998 года. Сегодня Марафон БЕТ предложила клиентам стартовый бонус до 5 сотен рублей, а постоянные игроки отмечают высокой коэффициенты.</p><ul><li>Отечественные игроки любите азартные игры, и особенно ставки и спорт, в которых есть место аналитической работе.</li><li>Разница между со в том, только легальные отвечают требованиям российских законов.</li><li>Только что обделен даже будет ни фанат футбола, ни любитель хоккея.</li><li>Помимо сайта компания разработала удобные мобильные приложения на iOS и Android.</li></ul><p>Прежде чем сделано ставки, убедитесь, что букмекерская контора существуют лицензию и подключена к ЦУПИС. Легальные букмекеры гарантируют обеспечивающее, своевременные выплаты и\" \"лишенный скрытых условий. Изучите отзывы и рейтинги, чтобы узнать о  компании побольше. Ней варьируется в варьироваться от выбранного бомжатского спорта, однако а среднем, составляет до 4–6% для основных событий. Еще одного интересной особенностью являлись возможность следить ним ходом матчей а на сайте также в приложении благодаря интеграции с популярными стриминговыми сервисами. Bettery — букмекерская контора, которая основана и 2020 году.</p><h2 id=\"toc-13\">обстоятельств, Определяющие Позиции и Рейтинге</h2><p>Плохие букмекеры предлагают пари на десятки аллопатрия спорта, включая топовые лиги, региональные турниры, местные события. Дополнительную обратите внимание в разнообразие типов ставок. В вашем распоряжении должен быть минимальный набор вариантов ото исходов на матчи до индивидуальных показателей игроков. Расширенные мальской ставок позволяют вас гибко корректировать собственную стратегию на выбранное событие.</p><p>Любителям ставок по медленно матчей приходится применять сторонние сервисы, например, flashscore. Воспользоваться сервисом офшорных БК по-прежнему могут российские игроки, используя различные экспериентальные\" \"обхода блокировки, а эксклавов беттеры по всему миру. Вы эксклавов можете ознакомиться со списком лучших букмекеров для стран РОССИИ.</p>','такие Букмекерские Конторы европе 2025: Топ вернейших Букмекеров С Лицензией Для Ставок и Спорт','','inherit','closed','closed','','403-revision-v1','','','2025-10-13 10:41:38','2025-10-13 03:41:38','',403,'https://lion288slot.com/?p=404',0,'revision','',0),
(405,1,'2025-10-12 21:09:18','2025-10-12 14:09:18','<meta name=\"description\" content=\"Verifica delle opzioni di autoesclusione, dei limiti dalam deposito e dei controlli di realtà per la sicurezza. \"/><h1>Migliori Casinò On-line Non Aams Que Incluye Paypal In Italia 2024</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">La Retahíla Dei Migliori Casinò Non Aams Paypal</a></li><li><a href=\"#toc-1\">Quali Sono I Actually Migliori Metodi Dalam Pagamento Alternativi Nei Casino Non Aams? </a></li><li><a href=\"#toc-2\">Wild Tokyo – Bonus Del 250% Fino The € 2 Five Hundred + 500 Totally Free Spin</a></li><li><a href=\"#toc-3\">Le Licenze Più Popolari Utilizzate Dai Casinò Non Aams</a></li><li><a href=\"#toc-4\">Conferma Una Registrazione E Fai Il Primo Deposito</a></li><li><a href=\"#toc-5\">Offerte Dalam Bonus E Promozioni Nei Casinò Con Assenza Di Licenza Aams</a></li><li><a href=\"#toc-6\">Varietà Dei Giochi Con Bonus Per Paypal</a></li><li><a href=\"#toc-7\">Casinò Online Non Aams Con Paypal</a></li><li><a href=\"#toc-8\">Lotterie E Bingo Online</a></li><li><a href=\"#toc-9\">Posso Utilizzare Paypal Per Depositare Electronic Prelevare Sui Siti Non Aams? </a></li><li><a href=\"#toc-10\">Che Cos\'è Algun Casino Non Aams? </a></li><li><a href=\"#toc-11\">Perché Scegliere Paypal Per I Pagamenti Nei Casinò Online</a></li><li><a href=\"#toc-12\">Cos\'è Algun Casinò Non Aams? </a></li><li><a href=\"#toc-13\">Seleziona Un Casinò Consigliato Senza Licenza</a></li><li><a href=\"#toc-14\">Promemoria E Consigli Utili Per Il Gara Consapevole</a></li><li><a href=\"#toc-15\">Parametri Per Valutare I Casinò No Aams Paypal</a></li><li><a href=\"#toc-16\">Elementi Di Prezzo Per Selezionare I Migliori Casino Non Aams</a></li><li><a href=\"#toc-17\">Cos’è Paypal E Perché È Perfetto Per Giocare Al Casinò</a></li><li><a href=\"#toc-18\">Paypal E I Pagamenti Dei Casinò Online</a></li><li><a href=\"#toc-19\">Come Incominciare A Giocare Inside Un Casinò No Licenza Aams</a></li><li><a href=\"#toc-20\">I Casinò Non Aams Con Paypal Sono Sicuri Per We Giocatori Italiani? </a></li><li><a href=\"#toc-21\">Casino Online Paypal</a></li><li><a href=\"#toc-22\">Termini E Condizioni Trasparenti</a></li><li><a href=\"#toc-23\">Giri Tidak Bermodal Offerti Dai Casinò Non Aams Sicuri</a></li><li><a href=\"#toc-24\">All\'agenzia Delle Entrate Verrà The Conoscenza Delle Vincite Dei Casinò No Aams? </a></li><li><a href=\"#toc-27\">Canali Del Servizio Clienti</a></li><li><a href=\"#toc-29\">Carte Di Credito (visa, Mastercard)</a></li><li><a href=\"#toc-30\">Migliori Alternative A Paypal Per Casino Online</a></li><li><a href=\"#toc-31\">Ampia Selezione Dalam Giochi E Scommesse Sportive</a></li></ul></div><p>Mette throughout primo piano garanzia e trasparenza, così tutti i casinò online non AAMS che sono inside possesso di questa licenza dovrebbero descrivere una garanzia for each i giocatori italiani.  Se il portale di casinò on-line non AAMS che scegliete per giocare si affida some sort of questo ente, potrete essere certi pada giocare su una piattaforma che rispetta norme legali electronic sicure per quanto riguarda la riservatezza e la trasparenza.  L’equità di gara e la mirada dei giocatori italiani sono tra i principi fondamentali della MGA.  I migliori casino online stranieri come Samba Slots e DisCasino, offrono premi anche for each i depositi successivi al primo added bonus\" \"di benvenuto.</p><p>Collabora con Siti-Non-AAMS. org dal 2024, sviluppando un forte interesse per i actually temi legati al gioco d’azzardo electronic alla sua regolamentazione.  Monica scrive recensioni ed elabora guideline riguardanti il mondo delle scommesse sportive e dei casinò online.  PayPal consente transazioni con limiti variabili, adattandosi allesamt esigenze di diversi giocatori.</p><h2 id=\"toc-0\">La Listagem Dei Migliori Casinò Non Aams Paypal</h2><p>Insomma, una selezione pada giochi per tutti coloro che oh se hanno poco tempo a disposizione at the che preferiscono sapere subito se hanno vinto o zero.  Per rendere elle più completo realizzabile il proprio registro, i casinò low AAMS hanno dan pensato di appaiare altri giochi molto gettonati dai clienti italiani.  In primis non possiamo low far riferimento ai popolari Gratta at the Vinci, che permettono di scoprire sony ericsson si è vinto subito dopo aver acquistato una custodia.  Sebbene la maggior parte delle individui possa pensare che questi siti di casinò siano utilizzati per aggirare l’autoesclusione AAMS/ADM, in realtà è perché l’esperienza di gioco è molto migliore.  Clicca sul pulsante “Registrati” che di consueto si trova in altro a destra e compila il modulo di iscrizione.  Alcuni casinò senza licenza AAMS permettono di aprire el conto di gara semplicemente inserendo email o numero di cellulare <a href=\"https://casinononaams-bet.com/\">elenco casino non AAMS</a>.</p><ul><li>I migliori operatori cuando danno battaglia a suon di benefit corposi, con pacchetti promozionali ben congeniati sul primo almacén, spesso con totally free\" \"spin e cashback accorpati. </li><li>Si tratta di due servizi molto simili a casino PayPal che offrono la copertura e copertura completa al giocatore e hanno mi buona copertura que tiene i casinò on the internet. </li><li>Sopra è informazioni sul gioco at the suggerimenti quando partecipano, in bilico ag qualche parte nella regione di 96%. </li><li>Winshark è un vero eminencia con oltre 8. 000 giochi throughout catalogo frutto di una collaborazione disadvantage numerosi fornitori dalam giochi come Netentertainment, Play’n GO, Practical Play ed Evolution Gaming. </li></ul><p>Need For Spin présente un bonus di benvenuto molto attraente fino a €1. 000 e 310 giri gratis.  Il casinò accetta PayPal per i pagamenti e offre anche altre opzioni arrive criptovalute e portafogli elettronici.  Con abuso a Curaçao, Dependence on Spin è primero dei migliori casino esteri PayPal e appartiene alla clase dei Italiani siti non AAMS che accettano PayPal.  I giocatori possono divertirsi con una grande gamma di giochi, dai classici slot machine game ai giochi da tavolo, godendo di transazioni rapide e sicure.  I casinò online non AAMS che accettano PayPal\" \"offrono un’ampia varietà dalam giochi da casinò, bonus invitanti e promozioni allettanti.</p><h3 id=\"toc-1\">Quali Sono My Partner And I Migliori Metodi Pada Pagamento Alternativi Nei Casino Non Aams? </h3><p>Dopo aver collegato il tuo conto PayPal, puoi selezionare la criptovaluta desiderata e avanzare con l\'acquisto.  PayPal consente anche una vendita di criptovalute su alcune piattaforme, rendendo l’intero procedimento semplice e assiduo.  Se stai cercando alternative ai online casino senza AAMS que incluye PayPal, ci sono molte opzioni sicure e affidabili.</p><ul><li>La guida dei casinò non AAMS più performanti in Italia per il 2025, con una selezione di piattaforme sicure e innovative per gli appassionati di gioco on the internet. </li><li>Siamo arrivati al termine della nostra guida íntegral dei casino low AAMS sicuri, abbiamo trattato numerosi argomenti per andare a new spiegare come un giocatore deve comportarsi per cercare arianne miglior casino non AAMS. </li><li>Skrill offre transazioni rapide e sicure each i giocatori, con commissioni basse electronic ampiamente accettato nei casinò. </li><li>Uno dei principali rischi quando cuando sceglie un casino online sicuro è la possibilità che il pagamento non vada a buon fine. </li><li>Dato che parliamo di piattaforme on the web senza la abuso italiana, significa che ci riferiamo a casino online stranieri che hanno ottenuto un’altra autorizzazione. </li></ul><p>Esistono varie metodi legali at the sicuri per prelevare fondi, come le carte di prestigio o di vincolo, i bonifici bancari, gli e-Wallet (portafogli elettronici) e the criptovalute.  Di approvazione abbiamo preparato el elenco dei metodi più moderni elizabeth protetti offerti dai migliori casinò no AAMS ai giocatori italiani.  Sulle piattaforme con casino non AAMS non constantemente è disponibile deposito con Paysafecard.  Ma casinò con Paysafecard senza licenza ADM è una risoluzione di pagamento prepagata che consente aje giocatori di guadagnare transazioni online within modo sicuro elizabeth anonimo.  I giocatori possono acquistare mi Paysafecard presso algun punto vendita músculo o online e utilizzarla per depositare fondi nel proprio conto di gioco.</p><h3 id=\"toc-2\">Wild Tokyo – Bonus De 250% Fino A € 2 Five-hundred + 500 Totally Free Spin</h3><p>Per l’utente italiano è estremamente sicura, mother poco accessibile como também a volte geo-limitata.  I casino crypto at the Bitcoin non AAMS offrono invece moltissime criptovalute come orden di pagamento.  Dei soggetti o delle categorie di soggetti ai quali i actually dati personali possono essere comunicati um che possono venirne a conoscenza in qualità di rappresentante designato nel región dello Stato, pada responsabili o incaricati.  I dati personali relativi al trattamento in questione possono essere comunicati anche a soggetti a cui sia riconosciuta la facoltà pada accedere ai Vostri dati personali da norme di legge o di ordre secondarie e/o comunitarie.  I suoi dati potranno essere comunicati esclusivamente a soggetti competenti e debitamente nominati per l’espletamento dei servizi necessari ad una corretta gestione del rapporto, con garanzia pada tutela dei diritti dell’interessato.  Inoltre alcuni dati possono organismo comunicati e diffusi agli operatori net di cui RIGAS S. R. M. si avvale per la gestione dei propri domini.</p><ul><li>PayPal rappresenta un metodo di pagamento deciso e veloce, mother è importante essere consapevoli anche dei suoi limiti e delle alternative disponibili. </li><li>Perfetto per my partner and i giocatori che preferiscono pagare in contanti, Paysafecard è un’opzione prepagata sicura for each i casino. </li><li>Fornitori dalam tutto rispetto collaborano con questo casino che prevede este pacchetto di benvenuto fino a € 2. 200 disadvantage una offerta dalam 200 giri gratuiti. </li><li>Inoltre, PayPal è un metodo vivamente accettato nei on line casino online esteri, facilitando\" \"le operazioni di deposito e prelievo. </li><li>Dopo aver esaminato le qualità distintive, la nostra redazione si è concentrata su dettagli rilevanti che possono\" \"influenzare la scelta degli scommettitori. </li></ul><p>La Gibraltar Regulatory Authority è un ente dalam supervisione ben noto nel panorama iGaming, rilasciando licenze the casinò online che rispettano rigorosi criteri di sicurezza.  I giochi per eccellenza nei casino no AAMS sono the slot machine con assenza di ombra di complesso.  Se ne possono trovare delle tematiche più disparate, classiche con rulli, que tiene funzionalità compra reward, jackpot e que incluye meccaniche Megaways electronic Hold &amp; Succeed.</p><h2 id=\"toc-3\">Le Licenze Più Popolari Utilizzate Dai Casinò Non Aams</h2><p>Inoltre, questa licenza è spesso associata a una superiore trasparenza nelle operazioni e una gestione responsabile del gara.  A seguire alcuni titoli interessanti che si possono esaminare anche in versione free-to-play nelle piattaforme non AAMS ag noi recensite.  Qui di seguito presentiamo una selezione dalam titoli, insieme aje rispettivi sviluppatori at the il portale dove giocare.  Il videopoker rappresenta un importante classico nei on line casino non AAMS, proponendo svariate varianti, ciascuna con le prosecute regole specifiche.  Qui sotto, ti proponiamo una lista dei giochi istantanei più interessanti, con i rispettivi produttori pada software e the particolarità che li rendono speciali.</p><ul><li>La modalità con croupier iniziale sta conquistando sempre più giocatori ed è necessario che gli utenti abbiano are generally massima scelta. </li><li>Gli appassionati di poker, roulette e slot machine spesso sono anche amanti di sports activity e scommesse. </li><li>Neosurf è mi carta prepagata simile a Paysafecard, che offre anonimato at the sicurezza. </li><li>Questa condottiero è dedicata aje casino non AAMS in Italia, con una focus sulle tipologie di bonus disimpegnato e un’analisi the 360º sull’offerta dei giochi. </li><li>Spinanga si distingue per l’utilizzo pada provider di giochi come Red Gambling e Spinomenal, offrendo una vasta gamma di slot device di alta qualità. </li></ul><p>Come già accennato in precedenza, la lista dalam siti non AAMS che accettano PayPal è al dia vuota.  I siti con licenza straniera non accettano il metodo di deposito né per il deposito né each il prelievo.  Non c’è, però, de uma preoccuparsi, visto che abbiamo altre varianti alle piattaforme simply no AAMS con PayPal che puoi scegliere per giocare que tiene soldi veri.</p><h3 id=\"toc-4\">Conferma Una Registrazione E Fai Il Primo Deposito</h3><p>Con valutazioni imparziali at the approfondimenti da parte dei giocatori italiani, è una risorsa preziosa sia for every i giocatori esperti che per quelli alle prime armi.  Se sei allesammans ricerca di siti scommesse non AAMS PayPal o dalam casino non AAMS con PayPal, segui questa guida for every prendere una decisione informata e incominciare a giocare within sicurezza.  I on line casino non AAMS PayPal sono particolarmente apprezzati per i loro vantaggi, inclusi i actually pagamenti veloci elizabeth\" \"the promozioni interessanti.</p><ul><li>Sarà PayPal a prelevare i soldi dalla tua carta con assenza di che i tuoi dati personali vengano divulgati. </li><li>I giocatori con i punteggi più alti dans le cas où aggiudicano premi che possono includere denaro bonus, giri gratuiti o altri incentivi esclusivi. </li><li>Al pari dei giochi da casinò possono essere presenti delle promozioni speciali applicate alle puntate effettuate con le scommesse sportive. </li><li>Ecco una selezione dei migliori casino non AAMS PayPal del 2024 per i giocatori italiani. </li></ul><p>In conclusione, è resistente all’hacking quantistico e la tua natura decentralizzata lo rende perfetto for each l’uso in siti di gioco d’azzardo offshore.  Mr Mobi bisogno di guardare l’aggiunta a questa lista e l’aggiornamento di ciò che è già disimpegnato, quindi.  PayPal può essere utilizzato for every richiedere una serie di bonus diversi, soprattutto nei siti di casinò low AAMS.  Basta fare uso PayPal per depositare l’importo minimo richiesto per qualificarsi, inserire il codice bonus o selezionare ag un menu some sort of tendina il added bonus che si desidera richiedere, quindi completare il deposito.  Dovreste  vedere immediatamente il denaro del bonus sul vostro nota giocatore, oppure i giri gratis ni aspetteranno all’interno dei giochi.</p><h2 id=\"toc-5\">Offerte Dalam Bonus E Promozioni Nei Casinò Con Assenza Di Licenza Aams</h2><p>Generalmente le licenze dei paesi esteri are available Malta (MGA instructions Malta Gaming Authority), Estonia, Gibilterra e altri offrono situazioni fiscali più favorevoli per i gestori delle piattaforme dalam gioco.  Winshark è un vero sabio con oltre 8. 000 giochi in catalogo frutto di una collaborazione que incluye numerosi fornitori dalam giochi come NetEnt, Play’n GO, Pragmatic Play ed Advancement Gaming.  Vengono supportati molteplici metodi pada pagamento che mettono oltre alle classiche carte ed agli e-wallet numerose crypto come Ethereum, Bitcoin e Dogecoin.  Fondato dalla GBL Remedies, Winshark opera que incluye licenza Curacao male impotence intrattiene i giocatori interessati ai crypto casino.</p><ul><li>Le opinioni degli utenti rivelano dettagli spesso low visibili a prima vista, come velocità nei pagamenti, efficienza del supporto clienti e qualità throughout generale dell’esperienza pada gioco. </li><li>Ricorda che sfruttare al massimo le opportunità offerte dai siti è sempre un’ottima strategia. </li><li>Abbiamo selezionato un elenco dei migliori bonus offerti dai casino no AAMS sicuri, che oltre ad avere bonus eccellenti curano la tutela de gioco equo e responsabile. </li><li>Per quanto riguarda i prelievi, invece, il tempo aumenta ulteriormente que incluye una settimana lavorativa solamente per poter ritirare il proprio denaro. </li><li>L’adozione di PayPal nei portali di scommesse migliora notevolmente l’esperienza degli scommettitori offrendo facilità d’uso, transazioni rapide e versatilità. </li><li>Il casinò Fantastic Panda opera sotto il controllo di Simba N. Sixth is v., con licenza corretto Curacao eGaming. </li></ul><p>Betlabel Casinò offre diverse opzioni di pagamento, facilitando depositi e prelievi in modo leggero e sicuro.  Vi sono diversi compresa tra i migliori casinò non AAMS sicuri e legali rivolti agli utenti italiani di optare for every questa modalità pada pagamento nell’effettuare depositi e prelevare the vincite dai portali online.  Questo libro di pagamento è rinomato per una sua elevata garanzia, la facilità delle transazioni, l’affidabilità dell’ente garante e una velocità delle operazioni finanziarie.  Quando giudichiamo la qualità di un sito pada scommesse online, è essenziale considerare anche la sezione dedicata al comparto wagering.  Nel caso specifico, la combinazione con i casino on the internet non AAMS que incluye PayPal può offrire una serie dalam vantaggi e\" \"opportunità di intrattenimento per gli appassionati pada giochi d’azzardo on the web.</p><h3 id=\"toc-6\">Varietà Dei Giochi Disadvantage Bonus Per Paypal</h3><p>Nei Italiani migliori giochi non AAMS, è importante stabilire limiti personali, sia di pace che di denaro, per evitare eccessi.  Inoltre, PayPal è un metodo altamente accettato nei casino online esteri, facilitando\" \"votre operazioni di deposito e prelievo.  La rapidità delle transazioni PayPal è peculiarmente apprezzata dai giocatori che cercano un\'esperienza senza interruzioni nei casinò online.  Nei Italiani siti scommesse non AAMS che accettano PayPal, una sicurezza è prioritaria.</p><ul><li>📌 Bonus senza almacenamiento – In corrente caso non ci sarà bisogno pada effettuare un deposito visto che il bonus non lo richiede come patto essenziale. </li><li>Ci possono comunque individuo delle eccezioni dovute ai tempi di elaborazione dei prelievi del casinò low AAMS, per cui è sempre una buona idea controllare i tempi pada elaborazione di PayPal da parte de casinò. </li><li>Quali slot equipment, giochi da tavolo online e sessioni di gioco gambling establishment live non AAMS, alle quali i actually giocatori possono partecipare online. </li><li>Bonus di benvenuto del 100% fino a € five hundred e numerosi giochi che spaziano dai classici giochi weil tavolo dei online casino non aams astuto ad arrivare allesamt slot Megaways di ultima generazione within questo che è tra i più bei periodi casinò non aams. </li><li>Un settore delete gioco online inside forte espansione sono i casinò online in Bitcoin. </li></ul><p>I più frequenti sono i pacchetti dalam benvenuto, i giri gratuiti e the offerte di rimborso.  Ma il giocatore dovrebbe sempre prestare attenzione ai termini quando richiede la promozione per schivare condizioni nascoste.  Nessun casinò AAMS ha opzioni di autoesclusione obbligatorie come i actually siti ADM; comunque, la maggior zona di essi fornisce strumenti volontari are available limiti di bidón, promemoria di sessione e periodi dalam riflessione.</p><h2 id=\"toc-7\">Casinò Online Non Aams Con Paypal</h2><p>Alcuni casinò offrono giri gratuiti che possono organismo scommessi e pagati senza restrizioni.  I giochi di reproduction e da tavolo offrono un\'esperienza di gioco strategica at the basata sull\'abilità.  Tra i giochi disponibili ci sono black jack, roulette, baccarat, online poker e altri ancora.</p><ul><li>Sono inserite sia nelle promozioni per i nuovi giocatori sia for every gli utenti già iscritti. </li><li>I giocatori che apprezzano la velocità e los angeles privacy spesso preferiscono i portafogli digitali alle opzioni bancarie tradizionali. </li><li>Per eliminare i limiti del conto PayPal, è necessario completare il processo pada verifica dell\'account. </li><li>Nella maggior parte dei casi i problemi dovrebbero essere risolti inside questo modo. </li></ul><p>Per presente motivo, possono offrire migliori proposte promozionali senza restrizioni significative.  Per farlo, i actually giocatori dovranno solo scegliere luoghi più responsabili per giocare in sicurezza.  Verificare le credenziali at the la reputazione che riduce i possibili pericoli connessi disadvantage i casinò on-line non AAMS.  Pertanto, il gioco responsabile è lasciato samtliga coscienza individuale, ed è consigliabile stabilire dei limiti personali.  Con il traguardo casino non AAMS si intende un casinò che offre i propri servizi di gioco con assenza di acquisire la licenza dell\'ADM (ex AAMS) italiana.  La essi licenza è invece internazionale, rilasciata da autorità come una Malta Gaming Specialist (MGA) o una Curacao eGaming.</p><h2 id=\"toc-8\">Lotterie E Bingo Online</h2><p>Offrono giochi d’azzardo elizabeth scommesse su web agli utenti italiani, pur non essendo direttamente soggetti alle normative italiane​​​​.  Ecco invece una retahíla di errori comuni che puoi sem dificuldades evitare per possedere\" \"un’esperienza di gioco il più sicura possibile sui casino senza licenza ADM/AAMS.  Il consiglio davvero sostanziale che ti diamo è quello dalam non giocare no su siti di casino online senza licenza.  Non importa quale tu abbia perché è close identico su tutte le piattaforme, potrai anche beneficiare pada un generatore di numeri casuali su tutti i giochi.  Spinomenal ha portato il gioco pada slot online Ocean Treasure gratuito che ti permetterà di goderti un asombroso tema di slot e goderti votre caratteristiche redditizie come giri gratuiti, sfortunatamente.</p><p>Il gioco del 21 negli ultimi tempi è diventato uno dei giochi di reproduction più famosi e utilizzati, forse for each la sua velocità e semplicità di calcolo.  Nei casinò non AAMS troverai diverse varianti sia in modalità are living dealer che con una software.  Gli utenti meno esperti pieno si interrogano su quali sono we giochi non AAMS pensando che anche cambia qualcosa rispetto ai siti italiani.  Un caso che si presenta a sufficienza spesso è are generally mancanza di el servizio clienti che risponda alle tue domande in Italiano.  Il sito straniero potrebbe non aver previsto nulla dalam tutto ciò at the, quindi, rischi pada doverti confrontare inside inglese.</p><h3 id=\"toc-9\">Posso Utilizzare Paypal Per Depositare Electronic Prelevare Sui Siti Non Aams? </h3><p>Il sito di casinò Mega Cube mette a disposizione una quindicina pada criptovalute, tra cui Bitcoin, Ethereum, Dogecoin\" \"electronic Solana.  Le software house conteggiate sono più di forty five, con nomi illustri quali Play’n Get, EvoPlay e Huge Gaming.  Verifica i actually requisiti di giocata richiesti dal online casino, necessari per are generally conversione del costo promozionale in denaro vero.  Quindi, appear possiamo vedere, accanto ad alcuni classici immortali come Starburst e Gonzo’s Pursuit troviamo alcune slot machine più recenti que incluye alti tassi RTP come Goblin’s Give.  I casinò not AAMS che accettano PayPal non sono molto diffusi, principalmente per alcuni vincoli che Paypal mette ai casinò che non sono regolarmente provvisti delle obbligatorie licenze nazionali.  Nei casinò non AAMS che accettano PayPal trovate moltissimi vantaggi e alcuni parametri ai quali conviene prestare attenzione.</p><ul><li>I siti senza AAMS non supportano PayPal per via delle politiche di presente e-wallet. </li><li>Testiamo in prima identity la velocità di caricamento, la qualità grafica e l’usabilità della piattaforma. </li><li>I giocatori di consueto fanno piccole scommesse con la possibilità di vincere grandi premi. </li><li>Infine, PayPal offre un nobile livello di privacy e discrezione nelle transazioni. </li><li>PayPal consente anche una vendita di criptovalute su alcune piattaforme, rendendo l’intero criterio semplice e assiduo. </li></ul><p>Bellissimo che si possono effettuare ricariche minime veramente que tiene importi bassi, for each poter accedere the tutti i giochi tipici di este sito scommesse con assenza di documenti.  E’ sufficiente un deposito meno di 10 euro per poter accedere ai giochi da tavolo e alle promozioni.  PayPal è uno dei metodi che troverai continuamente\" \"più sempre nei on line casino con pagamenti istantanei visto che elle deposito è istantaneo e anche my partner and i prelievi sono considerevolmente veloci.</p><h3 id=\"toc-10\">Che Cos\'è Algun Casino Non Aams? </h3><p>Sono presenti online da varie anni, si servono delle migliori tecnologie per garantire are generally sicurezza dei dati inseriti dai giocatori, soprattutto per ciò che concerne we metodi di deposito.  Si tratta pada una grande gamma di giochi provenienti dai migliori fornitori di software esistenti al mondo.  Infatti ne possiamo contare quasi 40 tra cui NetEnt, Microgaming, Yggdrasil, PlayN’Go, Development Gaming e Betsoft tra gli altri.  Parliamo ora pada uno dei giochi di carte più popolari e violon, ossia il poker online che rientra a propria cambiamento nei casinò not aams.  E’ este gioco antichissimo electronic che coinvolge algun numero appassionati inside giro per arianne mondo davvero sconfinato, con anche ora tanti professionisti delete settore che raggiungono cifre di guadagno decisamente elevate.</p><ul><li>È este giornalista professionista elizabeth dopo la laurea all’Università “La Sapienza” di Roma ha deciso di dedicarsi alla sua sofferenza per il betting online. </li><li>Le promozioni regolari mantengono l\'entusiasmo del gioco elizabeth le opportunità pada vincere di più. </li><li>In aggiunta, poi, sono disponibili diversi portafogli elettronici arrive Skrill o Neteller. </li></ul><p>Le segnaliamo che, nel rispetto dei principi di liceità, limitazione delle finalità at the minimizzazione dei dati, ai sensi dell’art.  6, 32 del GDPR e mediante l’adozione delle adeguate misure di garanzia previste per prevenire la perdita pada dati, usi illeciti o non corretti ed accessi no autorizzati.  I Suoi dati personali verranno trattati in accordo alle disposizioni legal della normativa sopra richiamata e degli obblighi di riservatezza ivi previsti.  Ci possono comunque essere delle eccezioni dovute ai tempi dalam elaborazione dei prelievi del casinò no AAMS, per cui è sempre la buona idea controllare i tempi di elaborazione di PayPal da parte delete casinò.  Ciò significa che possono collaborare con un maggioranza numero di fornitori di software dalam gioco per ampliare i tipi pada giochi offerti, garantendo al contempo l’aggiunta di sempre nuovi giochi da trovare.  Tra i suoi fondatori c’è Elon Musk, uno degli uomini più importanti e visionari approach mondo.</p><h2 id=\"toc-11\">Perché Scegliere Paypal Per I Pagamenti Nei Casinò Online</h2><p>Dispone di mi carta PayPal gratis prepagata, che è possibile richiedere tanto sul sito che nei negozi disadvantage servizi di Lottomatica.  Con la carta puoi prelevare da PayPal, come faresti con una normale carta di prestigio.  PayPal è primero dei portafogli elettronici o e-wallet più apprezzati e famosi al mondo.</p><ul><li>Wonaco è la perfetta alternativa ai casino non aams che accettano paypal con una bonus di benvenuto interessante e tanti giochi forniti da top software provider. </li><li>PayPal da questo punto di vista garantisce dei vantaggi visto che my partner and i tempi di attesa sono abbastanza ridotti. </li><li>Per presente motivo, è risolutamente consigliato scegliere on line casino non AAMS affidabili e recensiti the dovere, preferibilmente que incluye supporto in\" \"stato italiana e opzioni di pagamento sicure. </li><li>Ogni casino ha we suoi metodi particolari, in caso di dubbi è continuamente possibile contattare l’assistenza cliente per chiedere delle delucidazioni. </li></ul><p>Tuttavia, se l’operatore vieta espressamente l’uso di VPN, dans le cas où rischia la chiusura del conto e la perdita dei fondi.  Prima pada utilizzare una VPN, leggi i termini del servizio delete casinò non AAMS che hai scelto.  Prima di incominciare a giocare ag un IP italiano su un on line casino non AAMS è necessario fare delle considerazioni.  In questi alrededor  de, i giocatori utilizzano spesso soluzioni come VPN per accedere ai siti bloccati, una pratica tollerata (anche se not da tutti my partner and i casino) ma no ufficialmente approvata.  I casino non AAMS non sono regolamentati dall’ordinamento italiano, ma operano secondo the leggi del cittadina che ha diffuso la licenza.  Questo significa che elle giocatore italiano not commette reato giocando su questi siti, anche se not gode della copertura completa dell’ADM within caso di controversie.</p><h3 id=\"toc-12\">Cos\'è Este Casinò Non Aams? </h3><p>Il casinò styra anche un\'interfaccia affabile, il che significa che è souple da navigare sia per i principianti che per we professionisti.  Molto largo ci sono promozioni e bonus stagionali che renderanno il gioco piuttosto notevole.  Play Regal anordna un\'assistenza clienti twenty four ore su twenty-four, 7 giorni su 7, il che significa che i giocatori riceveranno cooperazione ogni volta che ne avranno bisogno.  Per i giocatori sono disponibili anche tornei e competizioni regolari con premi e ricompense aggiuntivi.</p><ul><li>Casinia completa la nostra classifica disadvantage una vasta gamma di giochi e promozioni periodiche, attirando una base di giocatori diversificata. </li><li>La maggioranza parte dei online casino che utilizzano PayPal come metodo di pagamento, accettano sia depositi che prelievi, ma è fare tener d’occhio the condizioni d’uso a new questo proposito. </li><li>Sebbene non sia compresa tra le autorità più famose, garantisce comunque un ambiente pada gioco affidabile e controllato per gli utenti. </li><li>Potete trovare il limite del vostro conto PayPal all’interno del vostro bordo. </li><li>Man strato che si avanza, gli utenti possono ottenere spin gratuiti, percentuali di cashback personalizzate e ulteriori incentivi, il quasi tutto modulato in base al livello raggiunto. </li><li>Tuttavia, nessuno di questi siti non AAMS segue la legislazione italiana, né la supervisione dell\'ADM. </li></ul><p>Chiaramente l’aspetto cruciale riguarda l’incompatibilità dei bookmakers low ADM con PayPal.  L’implementazione di PayPal nei bookmakers garantisce una sicurezza íntegral durante le transazioni finanziarie online.  20Bet bookmaker è un’ottima alternativa a qualsiasi altro sito not AAMS con PayPal per scommettere dall’Italia.  Il bookmaker, disadvantage sede legale the Cipro, appartiene a new TechSolutions Group Limited e ha la concessione ufficiale rilasciata dal governo pada Curaçao.  Lanciato nel 2023, questo portale si è ambasciatore in luce per l’ampia copertura di eventi sportivi at the per il vasto carnet dei giochi di casinò.  Il bonus di benvenuto sport è del 100% fino a 100€ con betting 5x e quota minima di almeno 1, 7.</p><h2 id=\"toc-13\">Seleziona Un Casinò Consigliato Senza Licenza</h2><p>Un casinò affidabile opera fondo licenze riconosciute, are available MGA, UKGC e Curaçao eGaming.  La collaborazione con produttori\" \"rinomati come Pragmatic Participate in, Evolution e Netentertainment garantisce giochi di alta qualità, innovativi e sicuri.  Valutiamo l’integrazione di piattaforme dedicate, la varietà di eventi coperti e funzionalità arrive live streaming.</p><ul><li>20Bet sito scommesse ha destinato aje suoi appassionati un’esperienza sportiva completa disadvantage oltre 20 sports activity differenti tra cui calcio, tennis, pallacanestro e hockey tu ghiaccio. </li><li>Abbiamo poi valutato the varie tipologie pada licenza, fondamentali for every garantire un lugar di gioco assiduo e controllato. </li><li>La MGA (Malta Gaming Authority) è una delle autorità che si occupano di regola e licenze casinò più rispettate nel settore del Game playing. </li><li>In alcuni casi, possono individuo applicate commissioni, particolarmente quelle internazionali. </li><li>Siamo rimasti ben impressionati dalla quantità e los angeles qualità di produttori di software che collaborano con Instaspin, tra cui annoveriamo Play’n Go, Pragmatic Play live, Evolution e Wazdan. </li></ul><p>Una volta completato il prelievo, i fondi possono individuo trasferiti direttamente ing proprio conto bancario o utilizzati immediatamente tramite la mapa di debito PayPal.  Questo rende PayPal un’opzione molto comoda per i giocatori, che possono accedere rapidamente alle loro vincite e utilizzarle come preferiscono.  Siamo certi che de flesta fine di questa lettura possiate misurare se si tratta del metodo giusto per le vostre operazioni nei on line casino online.  Quasi tutti i casinò on-line hanno ormai presente servizio di pagamento nel loro serie di possibilità.  Il bonifico non consente agli utenti pada effettuare dei pagamenti rapidi ma, way contrario, obbliga i giocatori ad trattenersi i tempi tecnici delle banche che, per i versamenti, possono tradursi inside 2-3 giorni lavorativi.  PayPal è utilizzato da maggior part dei bookmaker elizabeth dei top casinò italiani come StarCasino, Casinomania, JackpotCity electronic tanti altri.</p>','Siti Not Aams Paypal: Depositi E Prelievi Su Casino E Bookmakers','','publish','closed','','','siti-not-aams-paypal-depositi-e-prelievi-su-casino-e-bookmakers','','','2025-10-13 10:58:53','2025-10-13 03:58:53','',0,'https://lion288slot.com/?p=405',0,'post','',0),
(406,1,'2025-10-13 10:58:53','2025-10-13 03:58:53','<meta name=\"description\" content=\"Verifica delle opzioni di autoesclusione, dei limiti dalam deposito e dei controlli di realtà per la sicurezza. \"/><h1>Migliori Casinò On-line Non Aams Que Incluye Paypal In Italia 2024</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">La Retahíla Dei Migliori Casinò Non Aams Paypal</a></li><li><a href=\"#toc-1\">Quali Sono I Actually Migliori Metodi Dalam Pagamento Alternativi Nei Casino Non Aams? </a></li><li><a href=\"#toc-2\">Wild Tokyo – Bonus Del 250% Fino The € 2 Five Hundred + 500 Totally Free Spin</a></li><li><a href=\"#toc-3\">Le Licenze Più Popolari Utilizzate Dai Casinò Non Aams</a></li><li><a href=\"#toc-4\">Conferma Una Registrazione E Fai Il Primo Deposito</a></li><li><a href=\"#toc-5\">Offerte Dalam Bonus E Promozioni Nei Casinò Con Assenza Di Licenza Aams</a></li><li><a href=\"#toc-6\">Varietà Dei Giochi Con Bonus Per Paypal</a></li><li><a href=\"#toc-7\">Casinò Online Non Aams Con Paypal</a></li><li><a href=\"#toc-8\">Lotterie E Bingo Online</a></li><li><a href=\"#toc-9\">Posso Utilizzare Paypal Per Depositare Electronic Prelevare Sui Siti Non Aams? </a></li><li><a href=\"#toc-10\">Che Cos\'è Algun Casino Non Aams? </a></li><li><a href=\"#toc-11\">Perché Scegliere Paypal Per I Pagamenti Nei Casinò Online</a></li><li><a href=\"#toc-12\">Cos\'è Algun Casinò Non Aams? </a></li><li><a href=\"#toc-13\">Seleziona Un Casinò Consigliato Senza Licenza</a></li><li><a href=\"#toc-14\">Promemoria E Consigli Utili Per Il Gara Consapevole</a></li><li><a href=\"#toc-15\">Parametri Per Valutare I Casinò No Aams Paypal</a></li><li><a href=\"#toc-16\">Elementi Di Prezzo Per Selezionare I Migliori Casino Non Aams</a></li><li><a href=\"#toc-17\">Cos’è Paypal E Perché È Perfetto Per Giocare Al Casinò</a></li><li><a href=\"#toc-18\">Paypal E I Pagamenti Dei Casinò Online</a></li><li><a href=\"#toc-19\">Come Incominciare A Giocare Inside Un Casinò No Licenza Aams</a></li><li><a href=\"#toc-20\">I Casinò Non Aams Con Paypal Sono Sicuri Per We Giocatori Italiani? </a></li><li><a href=\"#toc-21\">Casino Online Paypal</a></li><li><a href=\"#toc-22\">Termini E Condizioni Trasparenti</a></li><li><a href=\"#toc-23\">Giri Tidak Bermodal Offerti Dai Casinò Non Aams Sicuri</a></li><li><a href=\"#toc-24\">All\'agenzia Delle Entrate Verrà The Conoscenza Delle Vincite Dei Casinò No Aams? </a></li><li><a href=\"#toc-27\">Canali Del Servizio Clienti</a></li><li><a href=\"#toc-29\">Carte Di Credito (visa, Mastercard)</a></li><li><a href=\"#toc-30\">Migliori Alternative A Paypal Per Casino Online</a></li><li><a href=\"#toc-31\">Ampia Selezione Dalam Giochi E Scommesse Sportive</a></li></ul></div><p>Mette throughout primo piano garanzia e trasparenza, così tutti i casinò online non AAMS che sono inside possesso di questa licenza dovrebbero descrivere una garanzia for each i giocatori italiani.  Se il portale di casinò on-line non AAMS che scegliete per giocare si affida some sort of questo ente, potrete essere certi pada giocare su una piattaforma che rispetta norme legali electronic sicure per quanto riguarda la riservatezza e la trasparenza.  L’equità di gara e la mirada dei giocatori italiani sono tra i principi fondamentali della MGA.  I migliori casino online stranieri come Samba Slots e DisCasino, offrono premi anche for each i depositi successivi al primo added bonus\" \"di benvenuto.</p><p>Collabora con Siti-Non-AAMS. org dal 2024, sviluppando un forte interesse per i actually temi legati al gioco d’azzardo electronic alla sua regolamentazione.  Monica scrive recensioni ed elabora guideline riguardanti il mondo delle scommesse sportive e dei casinò online.  PayPal consente transazioni con limiti variabili, adattandosi allesamt esigenze di diversi giocatori.</p><h2 id=\"toc-0\">La Listagem Dei Migliori Casinò Non Aams Paypal</h2><p>Insomma, una selezione pada giochi per tutti coloro che oh se hanno poco tempo a disposizione at the che preferiscono sapere subito se hanno vinto o zero.  Per rendere elle più completo realizzabile il proprio registro, i casinò low AAMS hanno dan pensato di appaiare altri giochi molto gettonati dai clienti italiani.  In primis non possiamo low far riferimento ai popolari Gratta at the Vinci, che permettono di scoprire sony ericsson si è vinto subito dopo aver acquistato una custodia.  Sebbene la maggior parte delle individui possa pensare che questi siti di casinò siano utilizzati per aggirare l’autoesclusione AAMS/ADM, in realtà è perché l’esperienza di gioco è molto migliore.  Clicca sul pulsante “Registrati” che di consueto si trova in altro a destra e compila il modulo di iscrizione.  Alcuni casinò senza licenza AAMS permettono di aprire el conto di gara semplicemente inserendo email o numero di cellulare <a href=\"https://casinononaams-bet.com/\">elenco casino non AAMS</a>.</p><ul><li>I migliori operatori cuando danno battaglia a suon di benefit corposi, con pacchetti promozionali ben congeniati sul primo almacén, spesso con totally free\" \"spin e cashback accorpati. </li><li>Si tratta di due servizi molto simili a casino PayPal che offrono la copertura e copertura completa al giocatore e hanno mi buona copertura que tiene i casinò on the internet. </li><li>Sopra è informazioni sul gioco at the suggerimenti quando partecipano, in bilico ag qualche parte nella regione di 96%. </li><li>Winshark è un vero eminencia con oltre 8. 000 giochi throughout catalogo frutto di una collaborazione disadvantage numerosi fornitori dalam giochi come Netentertainment, Play’n GO, Practical Play ed Evolution Gaming. </li></ul><p>Need For Spin présente un bonus di benvenuto molto attraente fino a €1. 000 e 310 giri gratis.  Il casinò accetta PayPal per i pagamenti e offre anche altre opzioni arrive criptovalute e portafogli elettronici.  Con abuso a Curaçao, Dependence on Spin è primero dei migliori casino esteri PayPal e appartiene alla clase dei Italiani siti non AAMS che accettano PayPal.  I giocatori possono divertirsi con una grande gamma di giochi, dai classici slot machine game ai giochi da tavolo, godendo di transazioni rapide e sicure.  I casinò online non AAMS che accettano PayPal\" \"offrono un’ampia varietà dalam giochi da casinò, bonus invitanti e promozioni allettanti.</p><h3 id=\"toc-1\">Quali Sono My Partner And I Migliori Metodi Pada Pagamento Alternativi Nei Casino Non Aams? </h3><p>Dopo aver collegato il tuo conto PayPal, puoi selezionare la criptovaluta desiderata e avanzare con l\'acquisto.  PayPal consente anche una vendita di criptovalute su alcune piattaforme, rendendo l’intero procedimento semplice e assiduo.  Se stai cercando alternative ai online casino senza AAMS que incluye PayPal, ci sono molte opzioni sicure e affidabili.</p><ul><li>La guida dei casinò non AAMS più performanti in Italia per il 2025, con una selezione di piattaforme sicure e innovative per gli appassionati di gioco on the internet. </li><li>Siamo arrivati al termine della nostra guida íntegral dei casino low AAMS sicuri, abbiamo trattato numerosi argomenti per andare a new spiegare come un giocatore deve comportarsi per cercare arianne miglior casino non AAMS. </li><li>Skrill offre transazioni rapide e sicure each i giocatori, con commissioni basse electronic ampiamente accettato nei casinò. </li><li>Uno dei principali rischi quando cuando sceglie un casino online sicuro è la possibilità che il pagamento non vada a buon fine. </li><li>Dato che parliamo di piattaforme on the web senza la abuso italiana, significa che ci riferiamo a casino online stranieri che hanno ottenuto un’altra autorizzazione. </li></ul><p>Esistono varie metodi legali at the sicuri per prelevare fondi, come le carte di prestigio o di vincolo, i bonifici bancari, gli e-Wallet (portafogli elettronici) e the criptovalute.  Di approvazione abbiamo preparato el elenco dei metodi più moderni elizabeth protetti offerti dai migliori casinò no AAMS ai giocatori italiani.  Sulle piattaforme con casino non AAMS non constantemente è disponibile deposito con Paysafecard.  Ma casinò con Paysafecard senza licenza ADM è una risoluzione di pagamento prepagata che consente aje giocatori di guadagnare transazioni online within modo sicuro elizabeth anonimo.  I giocatori possono acquistare mi Paysafecard presso algun punto vendita músculo o online e utilizzarla per depositare fondi nel proprio conto di gioco.</p><h3 id=\"toc-2\">Wild Tokyo – Bonus De 250% Fino A € 2 Five-hundred + 500 Totally Free Spin</h3><p>Per l’utente italiano è estremamente sicura, mother poco accessibile como também a volte geo-limitata.  I casino crypto at the Bitcoin non AAMS offrono invece moltissime criptovalute come orden di pagamento.  Dei soggetti o delle categorie di soggetti ai quali i actually dati personali possono essere comunicati um che possono venirne a conoscenza in qualità di rappresentante designato nel región dello Stato, pada responsabili o incaricati.  I dati personali relativi al trattamento in questione possono essere comunicati anche a soggetti a cui sia riconosciuta la facoltà pada accedere ai Vostri dati personali da norme di legge o di ordre secondarie e/o comunitarie.  I suoi dati potranno essere comunicati esclusivamente a soggetti competenti e debitamente nominati per l’espletamento dei servizi necessari ad una corretta gestione del rapporto, con garanzia pada tutela dei diritti dell’interessato.  Inoltre alcuni dati possono organismo comunicati e diffusi agli operatori net di cui RIGAS S. R. M. si avvale per la gestione dei propri domini.</p><ul><li>PayPal rappresenta un metodo di pagamento deciso e veloce, mother è importante essere consapevoli anche dei suoi limiti e delle alternative disponibili. </li><li>Perfetto per my partner and i giocatori che preferiscono pagare in contanti, Paysafecard è un’opzione prepagata sicura for each i casino. </li><li>Fornitori dalam tutto rispetto collaborano con questo casino che prevede este pacchetto di benvenuto fino a € 2. 200 disadvantage una offerta dalam 200 giri gratuiti. </li><li>Inoltre, PayPal è un metodo vivamente accettato nei on line casino online esteri, facilitando\" \"le operazioni di deposito e prelievo. </li><li>Dopo aver esaminato le qualità distintive, la nostra redazione si è concentrata su dettagli rilevanti che possono\" \"influenzare la scelta degli scommettitori. </li></ul><p>La Gibraltar Regulatory Authority è un ente dalam supervisione ben noto nel panorama iGaming, rilasciando licenze the casinò online che rispettano rigorosi criteri di sicurezza.  I giochi per eccellenza nei casino no AAMS sono the slot machine con assenza di ombra di complesso.  Se ne possono trovare delle tematiche più disparate, classiche con rulli, que tiene funzionalità compra reward, jackpot e que incluye meccaniche Megaways electronic Hold &amp; Succeed.</p><h2 id=\"toc-3\">Le Licenze Più Popolari Utilizzate Dai Casinò Non Aams</h2><p>Inoltre, questa licenza è spesso associata a una superiore trasparenza nelle operazioni e una gestione responsabile del gara.  A seguire alcuni titoli interessanti che si possono esaminare anche in versione free-to-play nelle piattaforme non AAMS ag noi recensite.  Qui di seguito presentiamo una selezione dalam titoli, insieme aje rispettivi sviluppatori at the il portale dove giocare.  Il videopoker rappresenta un importante classico nei on line casino non AAMS, proponendo svariate varianti, ciascuna con le prosecute regole specifiche.  Qui sotto, ti proponiamo una lista dei giochi istantanei più interessanti, con i rispettivi produttori pada software e the particolarità che li rendono speciali.</p><ul><li>La modalità con croupier iniziale sta conquistando sempre più giocatori ed è necessario che gli utenti abbiano are generally massima scelta. </li><li>Gli appassionati di poker, roulette e slot machine spesso sono anche amanti di sports activity e scommesse. </li><li>Neosurf è mi carta prepagata simile a Paysafecard, che offre anonimato at the sicurezza. </li><li>Questa condottiero è dedicata aje casino non AAMS in Italia, con una focus sulle tipologie di bonus disimpegnato e un’analisi the 360º sull’offerta dei giochi. </li><li>Spinanga si distingue per l’utilizzo pada provider di giochi come Red Gambling e Spinomenal, offrendo una vasta gamma di slot device di alta qualità. </li></ul><p>Come già accennato in precedenza, la lista dalam siti non AAMS che accettano PayPal è al dia vuota.  I siti con licenza straniera non accettano il metodo di deposito né per il deposito né each il prelievo.  Non c’è, però, de uma preoccuparsi, visto che abbiamo altre varianti alle piattaforme simply no AAMS con PayPal che puoi scegliere per giocare que tiene soldi veri.</p><h3 id=\"toc-4\">Conferma Una Registrazione E Fai Il Primo Deposito</h3><p>Con valutazioni imparziali at the approfondimenti da parte dei giocatori italiani, è una risorsa preziosa sia for every i giocatori esperti che per quelli alle prime armi.  Se sei allesammans ricerca di siti scommesse non AAMS PayPal o dalam casino non AAMS con PayPal, segui questa guida for every prendere una decisione informata e incominciare a giocare within sicurezza.  I on line casino non AAMS PayPal sono particolarmente apprezzati per i loro vantaggi, inclusi i actually pagamenti veloci elizabeth\" \"the promozioni interessanti.</p><ul><li>Sarà PayPal a prelevare i soldi dalla tua carta con assenza di che i tuoi dati personali vengano divulgati. </li><li>I giocatori con i punteggi più alti dans le cas où aggiudicano premi che possono includere denaro bonus, giri gratuiti o altri incentivi esclusivi. </li><li>Al pari dei giochi da casinò possono essere presenti delle promozioni speciali applicate alle puntate effettuate con le scommesse sportive. </li><li>Ecco una selezione dei migliori casino non AAMS PayPal del 2024 per i giocatori italiani. </li></ul><p>In conclusione, è resistente all’hacking quantistico e la tua natura decentralizzata lo rende perfetto for each l’uso in siti di gioco d’azzardo offshore.  Mr Mobi bisogno di guardare l’aggiunta a questa lista e l’aggiornamento di ciò che è già disimpegnato, quindi.  PayPal può essere utilizzato for every richiedere una serie di bonus diversi, soprattutto nei siti di casinò low AAMS.  Basta fare uso PayPal per depositare l’importo minimo richiesto per qualificarsi, inserire il codice bonus o selezionare ag un menu some sort of tendina il added bonus che si desidera richiedere, quindi completare il deposito.  Dovreste  vedere immediatamente il denaro del bonus sul vostro nota giocatore, oppure i giri gratis ni aspetteranno all’interno dei giochi.</p><h2 id=\"toc-5\">Offerte Dalam Bonus E Promozioni Nei Casinò Con Assenza Di Licenza Aams</h2><p>Generalmente le licenze dei paesi esteri are available Malta (MGA instructions Malta Gaming Authority), Estonia, Gibilterra e altri offrono situazioni fiscali più favorevoli per i gestori delle piattaforme dalam gioco.  Winshark è un vero sabio con oltre 8. 000 giochi in catalogo frutto di una collaborazione que incluye numerosi fornitori dalam giochi come NetEnt, Play’n GO, Pragmatic Play ed Advancement Gaming.  Vengono supportati molteplici metodi pada pagamento che mettono oltre alle classiche carte ed agli e-wallet numerose crypto come Ethereum, Bitcoin e Dogecoin.  Fondato dalla GBL Remedies, Winshark opera que incluye licenza Curacao male impotence intrattiene i giocatori interessati ai crypto casino.</p><ul><li>Le opinioni degli utenti rivelano dettagli spesso low visibili a prima vista, come velocità nei pagamenti, efficienza del supporto clienti e qualità throughout generale dell’esperienza pada gioco. </li><li>Ricorda che sfruttare al massimo le opportunità offerte dai siti è sempre un’ottima strategia. </li><li>Abbiamo selezionato un elenco dei migliori bonus offerti dai casino no AAMS sicuri, che oltre ad avere bonus eccellenti curano la tutela de gioco equo e responsabile. </li><li>Per quanto riguarda i prelievi, invece, il tempo aumenta ulteriormente que incluye una settimana lavorativa solamente per poter ritirare il proprio denaro. </li><li>L’adozione di PayPal nei portali di scommesse migliora notevolmente l’esperienza degli scommettitori offrendo facilità d’uso, transazioni rapide e versatilità. </li><li>Il casinò Fantastic Panda opera sotto il controllo di Simba N. Sixth is v., con licenza corretto Curacao eGaming. </li></ul><p>Betlabel Casinò offre diverse opzioni di pagamento, facilitando depositi e prelievi in modo leggero e sicuro.  Vi sono diversi compresa tra i migliori casinò non AAMS sicuri e legali rivolti agli utenti italiani di optare for every questa modalità pada pagamento nell’effettuare depositi e prelevare the vincite dai portali online.  Questo libro di pagamento è rinomato per una sua elevata garanzia, la facilità delle transazioni, l’affidabilità dell’ente garante e una velocità delle operazioni finanziarie.  Quando giudichiamo la qualità di un sito pada scommesse online, è essenziale considerare anche la sezione dedicata al comparto wagering.  Nel caso specifico, la combinazione con i casino on the internet non AAMS que incluye PayPal può offrire una serie dalam vantaggi e\" \"opportunità di intrattenimento per gli appassionati pada giochi d’azzardo on the web.</p><h3 id=\"toc-6\">Varietà Dei Giochi Disadvantage Bonus Per Paypal</h3><p>Nei Italiani migliori giochi non AAMS, è importante stabilire limiti personali, sia di pace che di denaro, per evitare eccessi.  Inoltre, PayPal è un metodo altamente accettato nei casino online esteri, facilitando\" \"votre operazioni di deposito e prelievo.  La rapidità delle transazioni PayPal è peculiarmente apprezzata dai giocatori che cercano un\'esperienza senza interruzioni nei casinò online.  Nei Italiani siti scommesse non AAMS che accettano PayPal, una sicurezza è prioritaria.</p><ul><li>📌 Bonus senza almacenamiento – In corrente caso non ci sarà bisogno pada effettuare un deposito visto che il bonus non lo richiede come patto essenziale. </li><li>Ci possono comunque individuo delle eccezioni dovute ai tempi di elaborazione dei prelievi del casinò low AAMS, per cui è sempre una buona idea controllare i tempi pada elaborazione di PayPal da parte de casinò. </li><li>Quali slot equipment, giochi da tavolo online e sessioni di gioco gambling establishment live non AAMS, alle quali i actually giocatori possono partecipare online. </li><li>Bonus di benvenuto del 100% fino a € five hundred e numerosi giochi che spaziano dai classici giochi weil tavolo dei online casino non aams astuto ad arrivare allesamt slot Megaways di ultima generazione within questo che è tra i più bei periodi casinò non aams. </li><li>Un settore delete gioco online inside forte espansione sono i casinò online in Bitcoin. </li></ul><p>I più frequenti sono i pacchetti dalam benvenuto, i giri gratuiti e the offerte di rimborso.  Ma il giocatore dovrebbe sempre prestare attenzione ai termini quando richiede la promozione per schivare condizioni nascoste.  Nessun casinò AAMS ha opzioni di autoesclusione obbligatorie come i actually siti ADM; comunque, la maggior zona di essi fornisce strumenti volontari are available limiti di bidón, promemoria di sessione e periodi dalam riflessione.</p><h2 id=\"toc-7\">Casinò Online Non Aams Con Paypal</h2><p>Alcuni casinò offrono giri gratuiti che possono organismo scommessi e pagati senza restrizioni.  I giochi di reproduction e da tavolo offrono un\'esperienza di gioco strategica at the basata sull\'abilità.  Tra i giochi disponibili ci sono black jack, roulette, baccarat, online poker e altri ancora.</p><ul><li>Sono inserite sia nelle promozioni per i nuovi giocatori sia for every gli utenti già iscritti. </li><li>I giocatori che apprezzano la velocità e los angeles privacy spesso preferiscono i portafogli digitali alle opzioni bancarie tradizionali. </li><li>Per eliminare i limiti del conto PayPal, è necessario completare il processo pada verifica dell\'account. </li><li>Nella maggior parte dei casi i problemi dovrebbero essere risolti inside questo modo. </li></ul><p>Per presente motivo, possono offrire migliori proposte promozionali senza restrizioni significative.  Per farlo, i actually giocatori dovranno solo scegliere luoghi più responsabili per giocare in sicurezza.  Verificare le credenziali at the la reputazione che riduce i possibili pericoli connessi disadvantage i casinò on-line non AAMS.  Pertanto, il gioco responsabile è lasciato samtliga coscienza individuale, ed è consigliabile stabilire dei limiti personali.  Con il traguardo casino non AAMS si intende un casinò che offre i propri servizi di gioco con assenza di acquisire la licenza dell\'ADM (ex AAMS) italiana.  La essi licenza è invece internazionale, rilasciata da autorità come una Malta Gaming Specialist (MGA) o una Curacao eGaming.</p><h2 id=\"toc-8\">Lotterie E Bingo Online</h2><p>Offrono giochi d’azzardo elizabeth scommesse su web agli utenti italiani, pur non essendo direttamente soggetti alle normative italiane​​​​.  Ecco invece una retahíla di errori comuni che puoi sem dificuldades evitare per possedere\" \"un’esperienza di gioco il più sicura possibile sui casino senza licenza ADM/AAMS.  Il consiglio davvero sostanziale che ti diamo è quello dalam non giocare no su siti di casino online senza licenza.  Non importa quale tu abbia perché è close identico su tutte le piattaforme, potrai anche beneficiare pada un generatore di numeri casuali su tutti i giochi.  Spinomenal ha portato il gioco pada slot online Ocean Treasure gratuito che ti permetterà di goderti un asombroso tema di slot e goderti votre caratteristiche redditizie come giri gratuiti, sfortunatamente.</p><p>Il gioco del 21 negli ultimi tempi è diventato uno dei giochi di reproduction più famosi e utilizzati, forse for each la sua velocità e semplicità di calcolo.  Nei casinò non AAMS troverai diverse varianti sia in modalità are living dealer che con una software.  Gli utenti meno esperti pieno si interrogano su quali sono we giochi non AAMS pensando che anche cambia qualcosa rispetto ai siti italiani.  Un caso che si presenta a sufficienza spesso è are generally mancanza di el servizio clienti che risponda alle tue domande in Italiano.  Il sito straniero potrebbe non aver previsto nulla dalam tutto ciò at the, quindi, rischi pada doverti confrontare inside inglese.</p><h3 id=\"toc-9\">Posso Utilizzare Paypal Per Depositare Electronic Prelevare Sui Siti Non Aams? </h3><p>Il sito di casinò Mega Cube mette a disposizione una quindicina pada criptovalute, tra cui Bitcoin, Ethereum, Dogecoin\" \"electronic Solana.  Le software house conteggiate sono più di forty five, con nomi illustri quali Play’n Get, EvoPlay e Huge Gaming.  Verifica i actually requisiti di giocata richiesti dal online casino, necessari per are generally conversione del costo promozionale in denaro vero.  Quindi, appear possiamo vedere, accanto ad alcuni classici immortali come Starburst e Gonzo’s Pursuit troviamo alcune slot machine più recenti que incluye alti tassi RTP come Goblin’s Give.  I casinò not AAMS che accettano PayPal non sono molto diffusi, principalmente per alcuni vincoli che Paypal mette ai casinò che non sono regolarmente provvisti delle obbligatorie licenze nazionali.  Nei casinò non AAMS che accettano PayPal trovate moltissimi vantaggi e alcuni parametri ai quali conviene prestare attenzione.</p><ul><li>I siti senza AAMS non supportano PayPal per via delle politiche di presente e-wallet. </li><li>Testiamo in prima identity la velocità di caricamento, la qualità grafica e l’usabilità della piattaforma. </li><li>I giocatori di consueto fanno piccole scommesse con la possibilità di vincere grandi premi. </li><li>Infine, PayPal offre un nobile livello di privacy e discrezione nelle transazioni. </li><li>PayPal consente anche una vendita di criptovalute su alcune piattaforme, rendendo l’intero criterio semplice e assiduo. </li></ul><p>Bellissimo che si possono effettuare ricariche minime veramente que tiene importi bassi, for each poter accedere the tutti i giochi tipici di este sito scommesse con assenza di documenti.  E’ sufficiente un deposito meno di 10 euro per poter accedere ai giochi da tavolo e alle promozioni.  PayPal è uno dei metodi che troverai continuamente\" \"più sempre nei on line casino con pagamenti istantanei visto che elle deposito è istantaneo e anche my partner and i prelievi sono considerevolmente veloci.</p><h3 id=\"toc-10\">Che Cos\'è Algun Casino Non Aams? </h3><p>Sono presenti online da varie anni, si servono delle migliori tecnologie per garantire are generally sicurezza dei dati inseriti dai giocatori, soprattutto per ciò che concerne we metodi di deposito.  Si tratta pada una grande gamma di giochi provenienti dai migliori fornitori di software esistenti al mondo.  Infatti ne possiamo contare quasi 40 tra cui NetEnt, Microgaming, Yggdrasil, PlayN’Go, Development Gaming e Betsoft tra gli altri.  Parliamo ora pada uno dei giochi di carte più popolari e violon, ossia il poker online che rientra a propria cambiamento nei casinò not aams.  E’ este gioco antichissimo electronic che coinvolge algun numero appassionati inside giro per arianne mondo davvero sconfinato, con anche ora tanti professionisti delete settore che raggiungono cifre di guadagno decisamente elevate.</p><ul><li>È este giornalista professionista elizabeth dopo la laurea all’Università “La Sapienza” di Roma ha deciso di dedicarsi alla sua sofferenza per il betting online. </li><li>Le promozioni regolari mantengono l\'entusiasmo del gioco elizabeth le opportunità pada vincere di più. </li><li>In aggiunta, poi, sono disponibili diversi portafogli elettronici arrive Skrill o Neteller. </li></ul><p>Le segnaliamo che, nel rispetto dei principi di liceità, limitazione delle finalità at the minimizzazione dei dati, ai sensi dell’art.  6, 32 del GDPR e mediante l’adozione delle adeguate misure di garanzia previste per prevenire la perdita pada dati, usi illeciti o non corretti ed accessi no autorizzati.  I Suoi dati personali verranno trattati in accordo alle disposizioni legal della normativa sopra richiamata e degli obblighi di riservatezza ivi previsti.  Ci possono comunque essere delle eccezioni dovute ai tempi dalam elaborazione dei prelievi del casinò no AAMS, per cui è sempre la buona idea controllare i tempi di elaborazione di PayPal da parte delete casinò.  Ciò significa che possono collaborare con un maggioranza numero di fornitori di software dalam gioco per ampliare i tipi pada giochi offerti, garantendo al contempo l’aggiunta di sempre nuovi giochi da trovare.  Tra i suoi fondatori c’è Elon Musk, uno degli uomini più importanti e visionari approach mondo.</p><h2 id=\"toc-11\">Perché Scegliere Paypal Per I Pagamenti Nei Casinò Online</h2><p>Dispone di mi carta PayPal gratis prepagata, che è possibile richiedere tanto sul sito che nei negozi disadvantage servizi di Lottomatica.  Con la carta puoi prelevare da PayPal, come faresti con una normale carta di prestigio.  PayPal è primero dei portafogli elettronici o e-wallet più apprezzati e famosi al mondo.</p><ul><li>Wonaco è la perfetta alternativa ai casino non aams che accettano paypal con una bonus di benvenuto interessante e tanti giochi forniti da top software provider. </li><li>PayPal da questo punto di vista garantisce dei vantaggi visto che my partner and i tempi di attesa sono abbastanza ridotti. </li><li>Per presente motivo, è risolutamente consigliato scegliere on line casino non AAMS affidabili e recensiti the dovere, preferibilmente que incluye supporto in\" \"stato italiana e opzioni di pagamento sicure. </li><li>Ogni casino ha we suoi metodi particolari, in caso di dubbi è continuamente possibile contattare l’assistenza cliente per chiedere delle delucidazioni. </li></ul><p>Tuttavia, se l’operatore vieta espressamente l’uso di VPN, dans le cas où rischia la chiusura del conto e la perdita dei fondi.  Prima pada utilizzare una VPN, leggi i termini del servizio delete casinò non AAMS che hai scelto.  Prima di incominciare a giocare ag un IP italiano su un on line casino non AAMS è necessario fare delle considerazioni.  In questi alrededor  de, i giocatori utilizzano spesso soluzioni come VPN per accedere ai siti bloccati, una pratica tollerata (anche se not da tutti my partner and i casino) ma no ufficialmente approvata.  I casino non AAMS non sono regolamentati dall’ordinamento italiano, ma operano secondo the leggi del cittadina che ha diffuso la licenza.  Questo significa che elle giocatore italiano not commette reato giocando su questi siti, anche se not gode della copertura completa dell’ADM within caso di controversie.</p><h3 id=\"toc-12\">Cos\'è Este Casinò Non Aams? </h3><p>Il casinò styra anche un\'interfaccia affabile, il che significa che è souple da navigare sia per i principianti che per we professionisti.  Molto largo ci sono promozioni e bonus stagionali che renderanno il gioco piuttosto notevole.  Play Regal anordna un\'assistenza clienti twenty four ore su twenty-four, 7 giorni su 7, il che significa che i giocatori riceveranno cooperazione ogni volta che ne avranno bisogno.  Per i giocatori sono disponibili anche tornei e competizioni regolari con premi e ricompense aggiuntivi.</p><ul><li>Casinia completa la nostra classifica disadvantage una vasta gamma di giochi e promozioni periodiche, attirando una base di giocatori diversificata. </li><li>La maggioranza parte dei online casino che utilizzano PayPal come metodo di pagamento, accettano sia depositi che prelievi, ma è fare tener d’occhio the condizioni d’uso a new questo proposito. </li><li>Sebbene non sia compresa tra le autorità più famose, garantisce comunque un ambiente pada gioco affidabile e controllato per gli utenti. </li><li>Potete trovare il limite del vostro conto PayPal all’interno del vostro bordo. </li><li>Man strato che si avanza, gli utenti possono ottenere spin gratuiti, percentuali di cashback personalizzate e ulteriori incentivi, il quasi tutto modulato in base al livello raggiunto. </li><li>Tuttavia, nessuno di questi siti non AAMS segue la legislazione italiana, né la supervisione dell\'ADM. </li></ul><p>Chiaramente l’aspetto cruciale riguarda l’incompatibilità dei bookmakers low ADM con PayPal.  L’implementazione di PayPal nei bookmakers garantisce una sicurezza íntegral durante le transazioni finanziarie online.  20Bet bookmaker è un’ottima alternativa a qualsiasi altro sito not AAMS con PayPal per scommettere dall’Italia.  Il bookmaker, disadvantage sede legale the Cipro, appartiene a new TechSolutions Group Limited e ha la concessione ufficiale rilasciata dal governo pada Curaçao.  Lanciato nel 2023, questo portale si è ambasciatore in luce per l’ampia copertura di eventi sportivi at the per il vasto carnet dei giochi di casinò.  Il bonus di benvenuto sport è del 100% fino a 100€ con betting 5x e quota minima di almeno 1, 7.</p><h2 id=\"toc-13\">Seleziona Un Casinò Consigliato Senza Licenza</h2><p>Un casinò affidabile opera fondo licenze riconosciute, are available MGA, UKGC e Curaçao eGaming.  La collaborazione con produttori\" \"rinomati come Pragmatic Participate in, Evolution e Netentertainment garantisce giochi di alta qualità, innovativi e sicuri.  Valutiamo l’integrazione di piattaforme dedicate, la varietà di eventi coperti e funzionalità arrive live streaming.</p><ul><li>20Bet sito scommesse ha destinato aje suoi appassionati un’esperienza sportiva completa disadvantage oltre 20 sports activity differenti tra cui calcio, tennis, pallacanestro e hockey tu ghiaccio. </li><li>Abbiamo poi valutato the varie tipologie pada licenza, fondamentali for every garantire un lugar di gioco assiduo e controllato. </li><li>La MGA (Malta Gaming Authority) è una delle autorità che si occupano di regola e licenze casinò più rispettate nel settore del Game playing. </li><li>In alcuni casi, possono individuo applicate commissioni, particolarmente quelle internazionali. </li><li>Siamo rimasti ben impressionati dalla quantità e los angeles qualità di produttori di software che collaborano con Instaspin, tra cui annoveriamo Play’n Go, Pragmatic Play live, Evolution e Wazdan. </li></ul><p>Una volta completato il prelievo, i fondi possono individuo trasferiti direttamente ing proprio conto bancario o utilizzati immediatamente tramite la mapa di debito PayPal.  Questo rende PayPal un’opzione molto comoda per i giocatori, che possono accedere rapidamente alle loro vincite e utilizzarle come preferiscono.  Siamo certi che de flesta fine di questa lettura possiate misurare se si tratta del metodo giusto per le vostre operazioni nei on line casino online.  Quasi tutti i casinò on-line hanno ormai presente servizio di pagamento nel loro serie di possibilità.  Il bonifico non consente agli utenti pada effettuare dei pagamenti rapidi ma, way contrario, obbliga i giocatori ad trattenersi i tempi tecnici delle banche che, per i versamenti, possono tradursi inside 2-3 giorni lavorativi.  PayPal è utilizzato da maggior part dei bookmaker elizabeth dei top casinò italiani come StarCasino, Casinomania, JackpotCity electronic tanti altri.</p>','Siti Not Aams Paypal: Depositi E Prelievi Su Casino E Bookmakers','','inherit','closed','closed','','405-revision-v1','','','2025-10-13 10:58:53','2025-10-13 03:58:53','',405,'https://lion288slot.com/?p=406',0,'revision','',0),
(407,1,'2025-10-12 16:23:55','2025-10-12 09:23:55','<meta name=\"description\" content=\"Tempi di prelievo veloci sono fondamentali per un’esperienza pada gioco positiva. \"/><h1>Casino Non Aams 2025 Sicuri, Nuovi, Che Gentile Subito Ilcasinoitaliano</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">I Casinò Non Aams Sono Legali Per I Giocatori Italiani? </a></li><li><a href=\"#toc-1\">Play Regal Casino: Esperienza Immersiva E Added Bonus Vantaggiosi</a></li><li><a href=\"#toc-2\">Creazione Dalam Un Account Dalam Gioco</a></li><li><a href=\"#toc-3\">Betalice - Bonus Di Benvenuto Del 100% Fino 500€ + 200 Fs + Bonus Crab</a></li><li><a href=\"#toc-4\">Opzioni Di Pagamento Nei Casino No Autorizzati Adm</a></li><li><a href=\"#toc-5\">Bonus Benvenuto Senza Deposito</a></li><li><a href=\"#toc-6\">Token Proprietari Nei Casino Low Aams</a></li><li><a href=\"#toc-7\">Vantaggi Dei Casinò Non Aams:\" \"[newline]svantaggi Dei Casinò Non Aams</a></li><li><a href=\"#toc-8\">Autoesclusione Nei Casino Non Aams</a></li><li><a href=\"#toc-9\">Non Adm Gambling Establishment: Bonus E Promozioni</a></li><li><a href=\"#toc-10\">Qual È Arianne Casinò Online Dove Si Vince Dalam Più? </a></li><li><a href=\"#toc-11\">Passo 1: Registrati A Un Online Casino Non Aams</a></li><li><a href=\"#toc-12\">Aspetti Legali For Each I Giocatori Italiani</a></li><li><a href=\"#toc-13\">Licenza Gibilterra</a></li><li><a href=\"#toc-14\">Migliori Casinò Non Aams Each Giocatori Italiani – Classifica Per Categorie</a></li><li><a href=\"#toc-15\">Quali Sono I Bonus Dei Casinò Che Dans Le Cas Où Possono Trovare Nei Casinò Non- Aams? </a></li><li><a href=\"#toc-16\">Come Scegliere Un Buon Casino Non Aams</a></li><li><a href=\"#toc-17\">Faq Sul Cuestión Casino Non Aams In Italia</a></li><li><a href=\"#toc-18\">Tutti My Partner And I Migliori Casino No Aams In Italia Del 2025</a></li><li><a href=\"#toc-19\">Rischi Associati Al Gioco Nei Casino Con Assenza Di Licenza Adm</a></li><li><a href=\"#toc-20\">Le Criptovalute E I Expression Proprietari Nei Più Bei Periodi Casino Non Aams</a></li><li><a href=\"#toc-21\">Siti Casino Online E Mobile Casino</a></li><li><a href=\"#toc-22\">Lista Di Casinò Non Aams Sicuri</a></li><li><a href=\"#toc-23\">Cosa Cercare Throughout Un Casinò Not Adm/aams</a></li><li><a href=\"#toc-24\">Pro E Contro De\" \"Gara Nei Casinò Online Casino Non Aams</a></li><li><a href=\"#toc-32\">Scommesse Sullo Sport Nei Casinò Not Aams</a></li><li><a href=\"#toc-33\">Quali Sono I Giochi Più Popolari Nei Casinò Online Non Aams? </a></li><li><a href=\"#toc-34\">Le Licenze Più Popolari Utilizzate Dai Casinò Non Aams</a></li></ul></div><p>Cerca casinò che elaborino i prelievi entro ore ed evita quelli con tempi di elaborazione lunghi o una frottola di pagamenti ritardati.  Un’esperienza di gioco mobile fluida è cruciale, poiché molti giocatori accedono ai casinò e ai marchi di scommesse sportive dai essi smartphone e capsule.  Valutiamo la qualità delle app mobili o dei siti web ottimizzati for every dispositivi mobili, garantendo un gameplay fluido e funzionalità adeguate.  Nel nostro localizado presentiamo tutti nuovi casino online disadvantage licenza internazionale che accettano senza problemi giocatori residenti within Italia che giocano quindi da touch screen phone o PC dal nostro paese.</p><p>Possono avere una grande gamma di temi, che vanno dalle classiche macchine della frutta alle actuelle video slot que tiene caratteristiche legate aje bonus.  Giri gratuiti, moltiplicatori e jackpot feature progressivi sono elementi comuni a molte slot.  I giocatori amano la semplicità unita all\'eccitazione quando fanno girare we rulli.  Le slot machine online soldi veri hanno diversi livelli di volatilità, de uma quelle adatte some sort of giocatori occasionali the quelle ad puro rischio.  I casinò non AAMS di solito aggiornano le li collezioni di slot machine con nuove position.  I casinò not AAMS di spesso aggiornano le loro collezioni di position\" \"con nuove slot.</p><h2 id=\"toc-0\">I Casinò Non Aams Sono Legali For Each I Giocatori Italiani? </h2><p>I casino non ADM che hanno una suddivisione sportiva offrono poi anche bonus legati allo sport.  Potrai giocare questi benefit in forma di scommesse gratuite sugli eventi preferiti, stando attento a osservare i limiti pada quota (esempio, almeno 1. 5) che ti vengono richiesti dal bookmaker.  I di club VERY IMPORTANT PERSONEL o programmi fedeltà sono offerte che tengono a premiare i clienti regolari.  Esse offrono reward aggiuntivi, manager personali, maggiori limiti for each i prelievi, regali e molti altri vantaggi esclusivi.  Attiva (se richiesto) elle bonus di benvenuto dal tuo account di gioco, Lo vedrai accreditato nel saldo disponibile electronic potrai giocarlo, assistente quanto previsto dai requisiti di scommessa.  I voucher appear ad esempio PaySafeCard sono anch’essi metodi molto diffusi each i pagamenti elettronici <a href=\"https://casino-online-non-aams.com/\">elenco casino non AAMS</a>.</p><ul><li>Avere più opzioni garantisce che tu possa trovare este metodo che cuando adatti alle tue preferenze e necessità. </li><li>I on line casino non AAMS sicuri permettono di fare uso le criptovalute arrive metodo di deposito. </li><li>Anche we paesi non UE come Malta, Curaçao o Gibilterra potrebbero aderire a sistemi di scambio pada informazioni fiscali, rendendo possibile il tracciamento delle vincite dei cittadini italiani. </li><li>Dopo aver approfondito ogni aspetto, più um meno controverso, de vasto settore dei casino online internazionali per italiani, speriamo di esserti governo d’aiuto nel farti un’idea più consapevole. </li><li>L’assistenza è interamente in italiano con conversation dal vivo at the sono presenti svariati metodi di almacenamiento e prelievo compreso il voucher PaySafeCard. </li></ul><p>Le autorità italiane, infatti, dans le cas où concentrano di più sul bloccare siti palesemente illegali, non tanto i grandi operatori internazionali regolamentati.  Avrete sentito questa espressione, casinò on the web non AAMS, rimbalzare spesso.  In parole semplici, sono siti di gioco on-line che non possiedono\" \"la licenza italiana rilasciata dall’Agenzia delle Dogane e dei Monopoli (ADM, l’ente che ha sostituito la vecchia AAMS).  Questa è la differenza fondamentale rispetto ai casinò. it che operano sotto l’egida dello Stato italiano.</p><h3 id=\"toc-1\">Play Regal Casino: Esperienza Immersiva E Reward Vantaggiosi</h3><p>Il poker no AAMS è dei motivi per cui sempre più giocatori scelgono i casinò non AAMS for every le proprie puntate.  Tali piattaforme hanno sempre diversi titoli dedicati al poker, sia che parliamo di video online poker, sia di tavoli in cui dans le cas où\" \"gioca al poker classico a cinque reproduction o alla versione alla texana.  Gli utenti meno esperti spesso si interrogano su quali sono i giochi not AAMS pensando che magari cambia qualcosa rispetto ai siti italiani.</p><p>Offre la possibilità dalam vincere 125 volte la puntata mother soprattutto funzioni speciali come la valanga e la cascata libera dei rulli che assicurano enorme adrenalina e divertimento.  Si tratta pada una promozione simile al cashback mum in questo problema il bonus che ricevi è la percentuale del rake, vale a dire dei guadagni che i casinò hanno su giochi arrive ad esempio il Poker.  Infine, dopo alcune verifiche abbiamo deciso anche di accettare i casinò che ricevono una licenza dalla Region of Man Wagering Supervision Commission.  Stabilita nell’Isola di Person, questa autorità styra dimostrato di soddisfare regolarmente anche ai reclami dei giocatori.  AGCC è l’organismo di concessione del piccolo Stato europeo di Alderney, anch’esso come Gibilterra disadvantage un’ottima tradizione nei casino senza abuso e altrettanta attenzione alla correttezza dei suoi affiliati.  Non dovrebbe essere suvenir una procedura KYC (Know Your Customer) che è invece richiesta per are generally registrazione nei gambling establishment italiani non AAMS.</p><h2 id=\"toc-2\">Creazione Di Un Account Dalam Gioco</h2><p>Sì, esistono casinò no AAMS che offrono bonus senza bidón, come giri gratuiti o piccoli crediti (5-20€) per giocare senza versamento iniziale.  Piattaforme affidabili propongono queste promozioni, spesso attivate con annotazione o codici promozionali.  I migliori gambling establishment online italiani rispettano rigorosi standard pada sicurezza.</p><p>Si è singular nel mercato italiano per il adatto approccio originale, una vastissima offerta ludica e il stand out point orientamento verso le criptovalute.  Le slot vanno dalle classiche come Reactoonz, Entrance of Olympus electronic Book of Deceased, fino a titoli più moderni con funzione Bonus Get e jackpot attivi.  Le slot mettono classici come Gonzo’s Quest, Gates regarding Olympus, Book of Dead e Bloodstream Suckers.  Ampia anche la selezione di slot con incarico Bonus Buy, largamente richiesta tra gli utenti esperti.</p><h3 id=\"toc-3\">Betalice - Bonus Pada Benvenuto Del 100% Fino 500€ + 200 Fs + Bonus Crab</h3><p>I migliori casino online adottano ogni deliberazione per garantire arianne massimo della sicurezza ai propri utenti, in ogni dia.  Esistono in piano degli appositi strumenti che consentono di aumentare notevolmente elle livello di level of privacy e sicurezza sulle varie piattaforme.  Licenziato dall’ADM, Eurobet è\" \"la delle scelte preferite dai giocatori italiani, grazie alla tua interfaccia user-friendly electronic alla varietà dalam giochi offerti.  Dalle slot machine più popolari a giochi da tavolo appear il poker, elle blackjack e la roulette, ogni giocatore trova il adatto intrattenimento ideale.  Eurobet è uno dei migliori casinò on the web in Italia, che offre una ripiano completa con la combinazione vincente di giochi da casinò e scommesse sportive.</p><ul><li>Ogni service provider trasmette da studi fisici regolamentati, con streaming in HD e interfacce compatibili con desktop electronic mobile. </li><li>Dopo poco ha spostato il suo lust e ha capito che\" \"la sua vera esaltazione erano le scommesse sportive. </li><li>Ciò che possiamo invece dire con perizia che molte piattaforme di gioco no AAMS offrono i actually più elevati regular di sicurezza. </li><li>Riportiamo dalam seguito le domande più frequenti circa i migliori casino online e votre risposte secondo are generally nostra opinione. </li><li>I casino on the web non AAMS possono avere lati positivi e negativi, are available qualsiasi altra pena. </li></ul><p>I voucher prepagati for every il deposito ing casinò sono disponibili, tra gli altri, sotto forma pada Paysafecard.  In presente modo, un giocatore può acquistare elle suo voucher at the inserire un codice per finanziare arianne suo conto within modo sicuro.  Con questo metodo non sono richiesti dati bancari o della carta di credito, il che aumenta la sicurezza per la privacy.</p><h3 id=\"toc-4\">Opzioni Di Pagamento Nei Casino Non Autorizzati Adm</h3><p>Le possibilità di scelta anche in questo problema sono davvero tante, adatte ai più esperti e some sort of quelli che cuando avvicinano a turno e pallina for every la prima volta.  Un altro gioco che rimanda con assenza di troppi dubbi allesamt grandi sale de uma gioco dei casinò di Las Vegas è sicuramente la Roulette, con il suo tappeto licencioso numerato, la sua ruota e are generally sua rumorosa pallina.  Come per il Blackjack, anche la Roulette giocata nei casinò non AAMS offre tutta mi serie di particolarità davvero divertenti.  Tale bonus benvenuto viene calcolato quasi continuamente sul primo almacén fino ad el determinato ammontare.</p><p>Vogliamo che la vostra esperienza di online betting sia divertente e serena.  Vediamo insieme, passo dopo andatura, quali elementi verificare per fare mi scelta oculata tra i tanti casinò online gratis, basandoci sui criteri che usiamo anche nelle nostre recensioni dalam casinò affidabili.  State cercando informazioni affidabili sui casinò within Italia o 7 incuriositi dai casinò online non AAMS?  La risposta è esattamente come in un\" \"gambling establishment con la abuso, solo con più cautela se arianne sito non è contenuto in qualche guida sicura che ne parla fare.</p><h2 id=\"toc-5\">Bonus Benvenuto Senza Deposito</h2><p>Il bonus pada un casinò è un tipo dalam promozione speciale che permette al giocatore di aumentare los angeles quantità di denaro da scommettere.  All’interno dei casinò non-AAMS si possono trovare diversi tipi di offerte.  Un esempio è il pleasant bonus, che proposition al giocatore are generally possibilità di aumentare l’ammontare del almacén iniziale.  I nuovi casinò online offrono vari metodi pada pagamento tra cui scegliere, che spaziano oltre le classici carte di prestigio.  Tra questi, criptovalute e token proprietari sono apprezzati within quanto garantiscono transazioni istantanee e anonime.  Nei migliori siti slot online, la griglia di gara può essere are generally classica 3X3 disadvantage tre linee at the tre rulli, oppure quelle più grandi che possono anche espandersi durante gli spin.</p><ul><li>Il modus operandi adottato dai nostri esperti per\" \"elaborare le recensioni dei casino non AAMS si fonda su un sistema di valutazione rigoroso e trasparente, affinato grazie a una pluriennale esperienza nel parte. </li><li>I giocatori che utilizzano i servizi bancari tradizionali di spesso preferiscono le carte di credito perché le conoscono fare e le ritengono sicure. </li><li>Con questa guida dedicata ai no ADM casino speriamo di aver reso l’idea di quali sono le li caratteristiche. </li><li>I giocatori di solito fanno piccole scommesse con la possibilità di vincere grandi premi. </li></ul><p>Tra la possibilità pada scegliere e una mancanza di limiti, è davvero incredibile annoiarsi.  Lo abbiamo detto molte volte, inoltre, ma non c’è davvero paragone con i bonus e le promozioni che i casino non AAMS mettono a disposizione dei loro iscritti.  Una varietà e algun grado di personalizzazione che nei siti con licenza da casino italiana low è possibile trovare, ma anche degli importi davvero degni di nota.</p><h3 id=\"toc-6\">Token Proprietari Nei Casino No Aams</h3><p>Per we giocatori più assidui, i programmi VIP garantiscono vantaggi aggiuntivi, come premi personalizzati e limiti pada prelievo superiori.  Il comparto casinò è ben congeniato, disadvantage una sezione online che include più di 200 giochi da tavolo e crash games.  La sezione live è altrettanto organizzata que tiene tavoli live di roulette e black jack, e altri giochi innovativi come Fairly sweet Bonanza Candyland, Craps First Person elizabeth Dream Catcher.  Infine, forniremo preziosi consigli per scegliere il miglior portale non AAMS, basati tu criteri oggettivi electronic concreti.  Sulla bottom di una giudizio trasparente e comprovata, sono stati selezionati i siti on line casino online più performanti in Italia.  Prova le slot, capisci come funzionano votre paylines, sperimenta the dinamiche del black jack o della roulette.</p><ul><li>Anche se dal suo nome si capisce che 22bet incentra la sua aiuto prevalentemente sulle scommesse, è anche este casinò online di tutto rispetto. </li><li>Privacy e sicurezza nei casino italiani non AAMS che abbiamo incastrato in questo articolo sono garantite a tutti i livelli. </li><li>Tuttavia, si dovrebbe isolare un sito net onesto che dans le cas où sia occupato inside anticipo della prevenzione delle frodi. </li><li>Tuttavia bisogna\" \"assimilare che i casinò ADM affidabili offrono bonus meno allettanti ma sono risolutamente orientati a tutelare l’equità del gara ed i diritti dei players. </li></ul><p>Offre added bonus generosi, supporto clienti 24/7 e transazioni sicure con mi vasta gamma dalam opzioni di deposito.  L’interfaccia utente è facile da volare, il che una rende ideale per i giocatori principianti.  I metodi di deposito e prelievo nei casino no AAMS sicuri in Italia sono largamente vari e anche più numerosi stima a quelli pada un casinò disadvantage licenza AAMS.</p><h2 id=\"toc-7\">Vantaggi Dei Casinò Non Aams:\" \"[newline]svantaggi Dei Casinò Non Aams</h2><p>Se da un extenso offrono una principale flessibilità nei depositi e nei prelievi, dall\'altro mancano votre tutele per i\" \"consumatori previste dalla normativa italiana.  Questa condottiero esaminerà i vantaggi, i rischi, la legalità e i migliori casinò non AAMS per aiutarvi a prendere decisioni informate per un\'esperienza di gioco sicura e gratificante.  Per essere ancora più precisi, ti mostriamo qui una tabella riepilogativa con votre differenze tra piattaforme straniere e italiane.  Si tratta constantemente di siti di casino che hanno determinate caratteristiche e rispettano dei requisiti specifici, anche inside termini di offerta e di sicurezza del gioco.  Specifichiamo che i casinò non aams possono avere anche bonus più ampi rispetto a quelli que tiene licenza aams.</p><ul><li>Attenzione, però, per alcuni casinò la verifica delete conto potrebbe valere necessaria in se di prelievo. </li><li>Questo online casino non è da moltissimo sul traffico ma si presenta già come mi delle migliori piattaforme del nostro elenco. </li><li>È autrice tra gli altri giochi della serie di avismal successo “Bonanza” disimpegnato in molte versioni. </li></ul><p>Tuttavia, questi casinò stranieri devono comunque verificare que tiene le altre autorità la loro sicurezza, ma tendono a offrire più giochi e bonus migliori.  Ogni pagina delete casino senza licenza italianaper superare my partner and i nostri controlli precisa consentire un accesso da dispositivo mobile che consenta una perfetta esperienza di gioco.  I on line casino online stranieri senza licenza italiana dovrebbero avere un’assistenza clienti in lingua italiana e che sia in grado dalam rispondere in discussion stay in modo adeguato, oltre ad offrire anche supporto by way of mail.</p><h3 id=\"toc-8\">Autoesclusione Nei Casino Non Aams</h3><p>Poiché non rientrano nella competenza del governo italiano, sarà preghiera la verifica della sicurezza prima pada depositare denaro.  Nessun casinò AAMS anordna opzioni di autoesclusione obbligatorie come i actually siti ADM; tuttavia, la maggior parte di essi fornisce strumenti volontari appear limiti di almacenamiento, promemoria di sessione e periodi pada riflessione.  È dogmaticamente essenziale che i actually giocatori siano responsabili delle proprie abitudini di gioco.</p><ul><li>Per fare un ipotesi, se un gioco ha un pay out dell’85% ed arianne giocatore scommette hundred euro, allora elle casinò tratterrà within media 15 euro, mentre il giocatore riceverà indietro 85 euro attraverso votre vincite. </li><li>Nei casinò non AAMS troverai diverse varianti sia in modalità live dealer che con un software. </li><li>Si tratta di siti sicuri, usati quotidianamente da tantissimi giocatori italiani e che offrono grandi possibilità di divertimento inside completa sicurezza, aspetto che, come abbiamo visto, è essenziale. </li><li>Ogni casino online italiano organizza spesso tornei speciali con jackpot progressivi che crescono fino a cifre interessanti. </li><li>Ecco dunque la referencia dei migliori casino non AAMS sicuri in Italia pada Settembre 2025. </li></ul><p>Solitamente i casinò online non AAMS che propongono anche un palinsesto poco alle scommesse offrono anche una scelta più ampia, not solo in termini di competizioni su cui giocare, ma anche come varietà.  Scommettere su el casinò non aams risulta davvero tempestivo, vediamo perché.  Alcune piattaforme possono celare delle truffe, compresi alcuni casinò on-line non AAMS.  Ciò che possiamo invece dire con perizia che molte piattaforme di gioco not AAMS offrono my partner and i più elevati regular di sicurezza.</p><h2 id=\"toc-9\">Non Adm Online Casino: Bonus E Promozioni</h2><p>Seven. Casino supporta 15 metodi dalam pagamento, tra cui carte di credito, portafogli elettronici, crypto e bonifico bancario.  Le slot comprendono i classici come Sweet Bonanza, Huge Bass Bonanza, elizabeth Wolf Gold, oltre a tantissimi titoli NetEnt, Pragmatic Enjoy, e Playson.  Per gli amanti dei giochi da tavolo, ci sono circa 15 varianti each roulette e black jack, e 8 versioni di baccarat.  Le slot machine sono fornite da sviluppatori d’élite come Play’n GO, NetEnt, Novomatic e Betsoft, con titoli di\" \"spicco come Dead or Alive, Legacy involving Dead, Gonzo’s Pursuit e la leggendaria saga Book regarding Ra Deluxe.  WeltBet si distingue nel panorama dei casinò online non AAMS per il adatto comparto tecnico at the il catalogo di altissimo livello.  L’assenza di costi pada transazione e una velocità nei pagamenti lo rendono primero dei casino on-line più efficienti within circolazione, soprattutto compresa tra gli operatori low AAMS.</p><ul><li>Inoltre, se ricarichi durante alcuni giorni della settimana, puoi ottenere sempre ottime percentuali di cashback e tanti altri giri gratis. </li><li>Al contrario, il sito web viene fruito su mobile tramite navigazione web browser, ad esempio tu Safari e Stainless-. </li><li>Qui il giocatore è chiamato a scoprire my partner and i tesori\" \"celati nelle piramidi, assieme ai segreti che esse custodiscono. </li><li>Gli appassionati di poker, roulette elizabeth slot machine spesso sono anche amanti di sport e scommesse. </li></ul><p>La scelta dalam un casinò que incluye una buona licenza è una decisione importante legata allesammans sicurezza.  Tra my partner and i bonus disponibili within questi casinò ci sono i reward di benvenuto, i actually bonus senza necessità di pagamento arrive i 50 pound bonus senza almacén non AAMS, votre offerte sulla ricarica, i bonus procuring e molti altri.  Le sue slot machine sono un mixture tra grafica ricca, bonus e funzionalità speciali.  Ha portato nei casino dalam tutto il ambiente giochi popolarissimi arrive StarBurst e Keen Fortune.  I siti bingo non AAMS ti permettono pada rilassarti con arianne popolare gioco the cartelle e the lotterie possono farti vincere premi aggiuntivi con un’estrazione.  Inoltre, nei casino survive potrai giocare some sort of tanti game\" \"present con presentatori arrive Monopoli e Crazy Time.</p><h3 id=\"toc-10\">Qual È Elle Casinò Online In Cui Si Vince Di Più? </h3><p>Rispetta tutti i requisiti inferiore noi indispensabili male impotence è perciò adatto per chi valla allo stesso tempo privacy e qualità.  La sua tipica principale è che per fare votre puntate e agire si può impiegare la piattaforma Telegram.  Una particolarità che secondo il nostro punto di vista è utile each molti giocatori.  I migliori non ADM casino utilizzano gli stessi metodi dei casino AAMS each garantire la garanzia degli utenti e un paio throughout più che tra poco approfondiamo.  Questo però non è un grosso problematica, basta semplicemente impiegare\" \"un software VPN.  Alcuni browser come Safari hanno già adeguato un servizio VPN del tutto atrayente, perfetto per i casino senza licenza ADM.</p><ul><li>Il consiglio davvero fondamentale che ti diamo è quello di non giocare mai su siti di gambling establishment online senza abuso. </li><li>Un altro gara che rimanda senza troppi dubbi allesamt grandi sale ag gioco dei casinò di Las Vegas è sicuramente la Roulette, con elle suo tappeto inexperto numerato, la tua ruota e una sua rumorosa pallina. </li><li>Comprendere i pro e i contro darà ai giocatori la possibilità dalam scegliere. </li><li>Menzioniamo che sono presenti nella libreria, più di a slot elizabeth giochi da tavolo, dei giochi crypto come Save the Hamster e March Pub. </li><li>Concludo menzionando l’impegno che we casino non aams italiani hanno ag sempre dimostrato for each la realizzazione dalam siti desktop user-friendly e compatibili que incluye dispositivi mobili dallo schermo piccolo. </li></ul><p>In questa guida abbiamo evidenziato Snai, StarCasino, Lottomatica ed Eurobet appear i migliori online casino online Italia.  Offrono ottimi livelli dalam sicurezza e personal privacy, vantano ricchi palinsesti, bonus sopra are generally media, promozioni attraenti e vari metodi di pagamento.  Anche i metodi pada pagamento offerti caratterizzano i migliori casino online, e the criptovalute rappresentano way momento lo strumento migliore.  Esse garantiscono infatti transazioni quick (è possibile raccogliere rapidamente le vincite) e soprattutto anonime, dunque massimo rispetto della privacy.</p><h2 id=\"toc-11\">Passo 1: Registrati A Un Casino Non Aams</h2><p>Oltre alla garanzia, un casino online per rientrare compresa tra i migliori deve avere una buona varietà di giochi di carte e da tavola tu cui puntare.  Ciò si realizza sia con un ampio serie di titoli, ma anche quando il sito collabora disadvantage i migliori provider del settore.  Come un’assistenza clienti continuamente in Italiano nei migliori casino online, molta più scelta sui metodi dalam pagamento e la tutela giuridica totale.  I non ADM casino hanno los angeles possibilità di offrire come metodo di pagamento le crypto.  Alcuni tra my partner and i casinò online no AAMS accettano anche altri modi pada pagamento, tra cui i crypto proprietarie dei casino.</p><ul><li>Puoi utilizzare il added bonus senza deposito o i giri gratuiti che ti sono stati regalati. </li><li>Che tu preferisca le slot, we giochi da tavolo o le opzioni con croupier dal vivo, gioca throughout modo responsabile elizabeth divertiti. </li><li>I online casino non AAMS on the internet operano in método legale attraverso altre licenze europee considerevolmente conosciute. </li><li>I casinò senza licenza AAMS, infatti, hanno in serbo per i actually loro clienti futuri e attuali proposée molto più generose. </li><li>La mancanza di un’app mobile è mi piccola pecca, mum il sito è perfettamente ottimizzato for every dispositivi mobili, quindi l’esperienza rimane fluida anche da mobile phone e tablet. </li></ul><p>Nel paragrafo che segue riassumiamo allora gli step ag seguire per effettuare la registrazione sulle piattaforme di on line casino online italiane.  Al contrario, bisogna diffidare da tutti quegli operatori che not possono dimostrare di essere in podere di alcuna licenza di gioco.  La concessione di gara infatti, in bottom a quanto ag essa previsto, determina anche il fascia di sicurezza pada una piattaforma.  Gli utenti delle piattaforme online tendono però a non preferire i wallet elettronici per i pagamenti, a causa delle\" \"commissioni.</p><h2 id=\"toc-12\">Aspetti Legali Each I Giocatori Italiani</h2><p>In essi rientrano le slot-machine, nelle varie versioni a tema to con jackpot progressivo, i giochi ag tavolo, i reside games, gli niche games e le scommesse sportive.  Inoltre, bisogna anche citare i nuovi casinò online bonus senza deposito che, arrive quelli appena citati, offrono la possibilità di iniziare some sort of giocare in modo immediata e muy rapido.  Grazie alla sua lunga esperienza nel settore, Snai cuando conferma come distinto dei migliori casinò online per chihuahua cerca un localizado affidabile, con mi vasta offerta dalam giochi e algun eccellente\" \"supporto.  I bonus di benvenuto e the promozioni periodiche sono molto allettanti, offrendo numerosi vantaggi ai nuovi iscritti e ai giocatori fedeli.</p><ul><li>Soprattutto each siti che, essendo casinò online not aams, e promuovendosi comunque in Italia hanno bisogno pada fidelizzare i propri utenti. </li><li>Dunque una Malta Gaming Power rimane una delle licenze più affidabili e sicure each i siti casinò live. </li><li>Molti siti di gioco prevedono anche club VIP strutturati su più livelli, con ricompense crescenti che includono promozioni personalizzate, cooperazione prioritaria e vantaggi unici. </li><li>Google Pay permette dalam pagare velocemente at the semplicemente in migliaia di negozi on the internet. </li><li>I giochi pada sorte rappresentano un’ottima alternativa ai consueti intrattenimenti di casinò online. </li></ul><p>Proprio per corrente garantisce legalità, giochi equi e sicurezza ai propri giocatori.  Dalle slot machine con jackpot progressivo, passando per i actually  giochi da tavolo, dal vivo at the anche giochi istantanei, chiunque si troverà a proprio dividende su questo portale.  Inoltre, il sito è ottimizzato for every dispositivi mobili, permettendo di giocare comodamente da smartphone u tablet.  Un sito Olympusbet casino che offre il superiore di sé some sort of tutti i giocatori appassionati di scommesse sportive, ma senza dimenticare di strizzare l’occhio a chi desidera cimentarsi nei giochi da casinò.  Offre un’ottima varietà di bonus elizabeth promozioni, con sezioni dedicate ai giochi dal vivo electronic una piattaforma intuitiva e facile ag navigare per ogni tipo di giocatore.  Ci sono migliaia di giochi varie offerti dai casinò non AAMS, tra cui slot, giochi da tavolo elizabeth giochi con croupier dal vivo.</p><h3 id=\"toc-13\">Licenza Gibilterra</h3><p>Può essere che queste offerte senza deposito non siano sempre disponibili nei casino non ams legali in Italia, ma solo inside determinati giorni, settimane o mesi (a Natale e a new Pasqua, per esempio).  Senza dimenticare che esistono anche online casino non ADM, che\" \"ti permettono di giocare alle slot, advertisement esempio, senza doverti nemmeno iscrivere.  Dovendovi accedere dall’Italia, elle primo criterio di scelta è proprio la possibilità dalam accedere al portale Rabona casino in questione dal Bel Paese.  Molti siti, nonostante siano reputati tra i più bei periodi casino online italiani, potrebbero essere oscurati o accessibili single con un VPN.  Noi proponiamo continuamente e solo portali utilizzabili da chiunque, senza la necessità di utilizzare altri mezzi, se no un normale internet browser.  I giocatori possono utilizzare carte di credito, portafogli elettronici o criptovalute for every finanziare i li conti.</p><p>Un casino non AAMS valido deve funzionare alla apice su qualsiasi aparato mobile.  Abbiamo testato la velocità di caricamento, l’ottimizzazione del layout e una fluidità dell’interfaccia.  Questo garantisce prestazioni fluide, grafiche curate at the meccaniche di gara bilanciate, elementi fondamentali per chi valla intrattenimento continuo e di qualità.  In aggiunta, per gli utenti che usano crypto, è previsto un bonus dedicato fino a just one. 000€, con procuring settimanale del 10%.</p>','I Migliori Casino Low Aams In Italia','','publish','closed','','','i-migliori-casino-low-aams-in-italia','','','2025-10-13 11:31:32','2025-10-13 04:31:32','',0,'https://lion288slot.com/?p=407',0,'post','',0),
(408,1,'2025-10-13 11:31:32','2025-10-13 04:31:32','<meta name=\"description\" content=\"Tempi di prelievo veloci sono fondamentali per un’esperienza pada gioco positiva. \"/><h1>Casino Non Aams 2025 Sicuri, Nuovi, Che Gentile Subito Ilcasinoitaliano</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">I Casinò Non Aams Sono Legali Per I Giocatori Italiani? </a></li><li><a href=\"#toc-1\">Play Regal Casino: Esperienza Immersiva E Added Bonus Vantaggiosi</a></li><li><a href=\"#toc-2\">Creazione Dalam Un Account Dalam Gioco</a></li><li><a href=\"#toc-3\">Betalice - Bonus Di Benvenuto Del 100% Fino 500€ + 200 Fs + Bonus Crab</a></li><li><a href=\"#toc-4\">Opzioni Di Pagamento Nei Casino No Autorizzati Adm</a></li><li><a href=\"#toc-5\">Bonus Benvenuto Senza Deposito</a></li><li><a href=\"#toc-6\">Token Proprietari Nei Casino Low Aams</a></li><li><a href=\"#toc-7\">Vantaggi Dei Casinò Non Aams:\" \"[newline]svantaggi Dei Casinò Non Aams</a></li><li><a href=\"#toc-8\">Autoesclusione Nei Casino Non Aams</a></li><li><a href=\"#toc-9\">Non Adm Gambling Establishment: Bonus E Promozioni</a></li><li><a href=\"#toc-10\">Qual È Arianne Casinò Online Dove Si Vince Dalam Più? </a></li><li><a href=\"#toc-11\">Passo 1: Registrati A Un Online Casino Non Aams</a></li><li><a href=\"#toc-12\">Aspetti Legali For Each I Giocatori Italiani</a></li><li><a href=\"#toc-13\">Licenza Gibilterra</a></li><li><a href=\"#toc-14\">Migliori Casinò Non Aams Each Giocatori Italiani – Classifica Per Categorie</a></li><li><a href=\"#toc-15\">Quali Sono I Bonus Dei Casinò Che Dans Le Cas Où Possono Trovare Nei Casinò Non- Aams? </a></li><li><a href=\"#toc-16\">Come Scegliere Un Buon Casino Non Aams</a></li><li><a href=\"#toc-17\">Faq Sul Cuestión Casino Non Aams In Italia</a></li><li><a href=\"#toc-18\">Tutti My Partner And I Migliori Casino No Aams In Italia Del 2025</a></li><li><a href=\"#toc-19\">Rischi Associati Al Gioco Nei Casino Con Assenza Di Licenza Adm</a></li><li><a href=\"#toc-20\">Le Criptovalute E I Expression Proprietari Nei Più Bei Periodi Casino Non Aams</a></li><li><a href=\"#toc-21\">Siti Casino Online E Mobile Casino</a></li><li><a href=\"#toc-22\">Lista Di Casinò Non Aams Sicuri</a></li><li><a href=\"#toc-23\">Cosa Cercare Throughout Un Casinò Not Adm/aams</a></li><li><a href=\"#toc-24\">Pro E Contro De\" \"Gara Nei Casinò Online Casino Non Aams</a></li><li><a href=\"#toc-32\">Scommesse Sullo Sport Nei Casinò Not Aams</a></li><li><a href=\"#toc-33\">Quali Sono I Giochi Più Popolari Nei Casinò Online Non Aams? </a></li><li><a href=\"#toc-34\">Le Licenze Più Popolari Utilizzate Dai Casinò Non Aams</a></li></ul></div><p>Cerca casinò che elaborino i prelievi entro ore ed evita quelli con tempi di elaborazione lunghi o una frottola di pagamenti ritardati.  Un’esperienza di gioco mobile fluida è cruciale, poiché molti giocatori accedono ai casinò e ai marchi di scommesse sportive dai essi smartphone e capsule.  Valutiamo la qualità delle app mobili o dei siti web ottimizzati for every dispositivi mobili, garantendo un gameplay fluido e funzionalità adeguate.  Nel nostro localizado presentiamo tutti nuovi casino online disadvantage licenza internazionale che accettano senza problemi giocatori residenti within Italia che giocano quindi da touch screen phone o PC dal nostro paese.</p><p>Possono avere una grande gamma di temi, che vanno dalle classiche macchine della frutta alle actuelle video slot que tiene caratteristiche legate aje bonus.  Giri gratuiti, moltiplicatori e jackpot feature progressivi sono elementi comuni a molte slot.  I giocatori amano la semplicità unita all\'eccitazione quando fanno girare we rulli.  Le slot machine online soldi veri hanno diversi livelli di volatilità, de uma quelle adatte some sort of giocatori occasionali the quelle ad puro rischio.  I casinò non AAMS di solito aggiornano le li collezioni di slot machine con nuove position.  I casinò not AAMS di spesso aggiornano le loro collezioni di position\" \"con nuove slot.</p><h2 id=\"toc-0\">I Casinò Non Aams Sono Legali For Each I Giocatori Italiani? </h2><p>I casino non ADM che hanno una suddivisione sportiva offrono poi anche bonus legati allo sport.  Potrai giocare questi benefit in forma di scommesse gratuite sugli eventi preferiti, stando attento a osservare i limiti pada quota (esempio, almeno 1. 5) che ti vengono richiesti dal bookmaker.  I di club VERY IMPORTANT PERSONEL o programmi fedeltà sono offerte che tengono a premiare i clienti regolari.  Esse offrono reward aggiuntivi, manager personali, maggiori limiti for each i prelievi, regali e molti altri vantaggi esclusivi.  Attiva (se richiesto) elle bonus di benvenuto dal tuo account di gioco, Lo vedrai accreditato nel saldo disponibile electronic potrai giocarlo, assistente quanto previsto dai requisiti di scommessa.  I voucher appear ad esempio PaySafeCard sono anch’essi metodi molto diffusi each i pagamenti elettronici <a href=\"https://casino-online-non-aams.com/\">elenco casino non AAMS</a>.</p><ul><li>Avere più opzioni garantisce che tu possa trovare este metodo che cuando adatti alle tue preferenze e necessità. </li><li>I on line casino non AAMS sicuri permettono di fare uso le criptovalute arrive metodo di deposito. </li><li>Anche we paesi non UE come Malta, Curaçao o Gibilterra potrebbero aderire a sistemi di scambio pada informazioni fiscali, rendendo possibile il tracciamento delle vincite dei cittadini italiani. </li><li>Dopo aver approfondito ogni aspetto, più um meno controverso, de vasto settore dei casino online internazionali per italiani, speriamo di esserti governo d’aiuto nel farti un’idea più consapevole. </li><li>L’assistenza è interamente in italiano con conversation dal vivo at the sono presenti svariati metodi di almacenamiento e prelievo compreso il voucher PaySafeCard. </li></ul><p>Le autorità italiane, infatti, dans le cas où concentrano di più sul bloccare siti palesemente illegali, non tanto i grandi operatori internazionali regolamentati.  Avrete sentito questa espressione, casinò on the web non AAMS, rimbalzare spesso.  In parole semplici, sono siti di gioco on-line che non possiedono\" \"la licenza italiana rilasciata dall’Agenzia delle Dogane e dei Monopoli (ADM, l’ente che ha sostituito la vecchia AAMS).  Questa è la differenza fondamentale rispetto ai casinò. it che operano sotto l’egida dello Stato italiano.</p><h3 id=\"toc-1\">Play Regal Casino: Esperienza Immersiva E Reward Vantaggiosi</h3><p>Il poker no AAMS è dei motivi per cui sempre più giocatori scelgono i casinò non AAMS for every le proprie puntate.  Tali piattaforme hanno sempre diversi titoli dedicati al poker, sia che parliamo di video online poker, sia di tavoli in cui dans le cas où\" \"gioca al poker classico a cinque reproduction o alla versione alla texana.  Gli utenti meno esperti spesso si interrogano su quali sono i giochi not AAMS pensando che magari cambia qualcosa rispetto ai siti italiani.</p><p>Offre la possibilità dalam vincere 125 volte la puntata mother soprattutto funzioni speciali come la valanga e la cascata libera dei rulli che assicurano enorme adrenalina e divertimento.  Si tratta pada una promozione simile al cashback mum in questo problema il bonus che ricevi è la percentuale del rake, vale a dire dei guadagni che i casinò hanno su giochi arrive ad esempio il Poker.  Infine, dopo alcune verifiche abbiamo deciso anche di accettare i casinò che ricevono una licenza dalla Region of Man Wagering Supervision Commission.  Stabilita nell’Isola di Person, questa autorità styra dimostrato di soddisfare regolarmente anche ai reclami dei giocatori.  AGCC è l’organismo di concessione del piccolo Stato europeo di Alderney, anch’esso come Gibilterra disadvantage un’ottima tradizione nei casino senza abuso e altrettanta attenzione alla correttezza dei suoi affiliati.  Non dovrebbe essere suvenir una procedura KYC (Know Your Customer) che è invece richiesta per are generally registrazione nei gambling establishment italiani non AAMS.</p><h2 id=\"toc-2\">Creazione Di Un Account Dalam Gioco</h2><p>Sì, esistono casinò no AAMS che offrono bonus senza bidón, come giri gratuiti o piccoli crediti (5-20€) per giocare senza versamento iniziale.  Piattaforme affidabili propongono queste promozioni, spesso attivate con annotazione o codici promozionali.  I migliori gambling establishment online italiani rispettano rigorosi standard pada sicurezza.</p><p>Si è singular nel mercato italiano per il adatto approccio originale, una vastissima offerta ludica e il stand out point orientamento verso le criptovalute.  Le slot vanno dalle classiche come Reactoonz, Entrance of Olympus electronic Book of Deceased, fino a titoli più moderni con funzione Bonus Get e jackpot attivi.  Le slot mettono classici come Gonzo’s Quest, Gates regarding Olympus, Book of Dead e Bloodstream Suckers.  Ampia anche la selezione di slot con incarico Bonus Buy, largamente richiesta tra gli utenti esperti.</p><h3 id=\"toc-3\">Betalice - Bonus Pada Benvenuto Del 100% Fino 500€ + 200 Fs + Bonus Crab</h3><p>I migliori casino online adottano ogni deliberazione per garantire arianne massimo della sicurezza ai propri utenti, in ogni dia.  Esistono in piano degli appositi strumenti che consentono di aumentare notevolmente elle livello di level of privacy e sicurezza sulle varie piattaforme.  Licenziato dall’ADM, Eurobet è\" \"la delle scelte preferite dai giocatori italiani, grazie alla tua interfaccia user-friendly electronic alla varietà dalam giochi offerti.  Dalle slot machine più popolari a giochi da tavolo appear il poker, elle blackjack e la roulette, ogni giocatore trova il adatto intrattenimento ideale.  Eurobet è uno dei migliori casinò on the web in Italia, che offre una ripiano completa con la combinazione vincente di giochi da casinò e scommesse sportive.</p><ul><li>Ogni service provider trasmette da studi fisici regolamentati, con streaming in HD e interfacce compatibili con desktop electronic mobile. </li><li>Dopo poco ha spostato il suo lust e ha capito che\" \"la sua vera esaltazione erano le scommesse sportive. </li><li>Ciò che possiamo invece dire con perizia che molte piattaforme di gioco no AAMS offrono i actually più elevati regular di sicurezza. </li><li>Riportiamo dalam seguito le domande più frequenti circa i migliori casino online e votre risposte secondo are generally nostra opinione. </li><li>I casino on the web non AAMS possono avere lati positivi e negativi, are available qualsiasi altra pena. </li></ul><p>I voucher prepagati for every il deposito ing casinò sono disponibili, tra gli altri, sotto forma pada Paysafecard.  In presente modo, un giocatore può acquistare elle suo voucher at the inserire un codice per finanziare arianne suo conto within modo sicuro.  Con questo metodo non sono richiesti dati bancari o della carta di credito, il che aumenta la sicurezza per la privacy.</p><h3 id=\"toc-4\">Opzioni Di Pagamento Nei Casino Non Autorizzati Adm</h3><p>Le possibilità di scelta anche in questo problema sono davvero tante, adatte ai più esperti e some sort of quelli che cuando avvicinano a turno e pallina for every la prima volta.  Un altro gioco che rimanda con assenza di troppi dubbi allesamt grandi sale de uma gioco dei casinò di Las Vegas è sicuramente la Roulette, con il suo tappeto licencioso numerato, la sua ruota e are generally sua rumorosa pallina.  Come per il Blackjack, anche la Roulette giocata nei casinò non AAMS offre tutta mi serie di particolarità davvero divertenti.  Tale bonus benvenuto viene calcolato quasi continuamente sul primo almacén fino ad el determinato ammontare.</p><p>Vogliamo che la vostra esperienza di online betting sia divertente e serena.  Vediamo insieme, passo dopo andatura, quali elementi verificare per fare mi scelta oculata tra i tanti casinò online gratis, basandoci sui criteri che usiamo anche nelle nostre recensioni dalam casinò affidabili.  State cercando informazioni affidabili sui casinò within Italia o 7 incuriositi dai casinò online non AAMS?  La risposta è esattamente come in un\" \"gambling establishment con la abuso, solo con più cautela se arianne sito non è contenuto in qualche guida sicura che ne parla fare.</p><h2 id=\"toc-5\">Bonus Benvenuto Senza Deposito</h2><p>Il bonus pada un casinò è un tipo dalam promozione speciale che permette al giocatore di aumentare los angeles quantità di denaro da scommettere.  All’interno dei casinò non-AAMS si possono trovare diversi tipi di offerte.  Un esempio è il pleasant bonus, che proposition al giocatore are generally possibilità di aumentare l’ammontare del almacén iniziale.  I nuovi casinò online offrono vari metodi pada pagamento tra cui scegliere, che spaziano oltre le classici carte di prestigio.  Tra questi, criptovalute e token proprietari sono apprezzati within quanto garantiscono transazioni istantanee e anonime.  Nei migliori siti slot online, la griglia di gara può essere are generally classica 3X3 disadvantage tre linee at the tre rulli, oppure quelle più grandi che possono anche espandersi durante gli spin.</p><ul><li>Il modus operandi adottato dai nostri esperti per\" \"elaborare le recensioni dei casino non AAMS si fonda su un sistema di valutazione rigoroso e trasparente, affinato grazie a una pluriennale esperienza nel parte. </li><li>I giocatori che utilizzano i servizi bancari tradizionali di spesso preferiscono le carte di credito perché le conoscono fare e le ritengono sicure. </li><li>Con questa guida dedicata ai no ADM casino speriamo di aver reso l’idea di quali sono le li caratteristiche. </li><li>I giocatori di solito fanno piccole scommesse con la possibilità di vincere grandi premi. </li></ul><p>Tra la possibilità pada scegliere e una mancanza di limiti, è davvero incredibile annoiarsi.  Lo abbiamo detto molte volte, inoltre, ma non c’è davvero paragone con i bonus e le promozioni che i casino non AAMS mettono a disposizione dei loro iscritti.  Una varietà e algun grado di personalizzazione che nei siti con licenza da casino italiana low è possibile trovare, ma anche degli importi davvero degni di nota.</p><h3 id=\"toc-6\">Token Proprietari Nei Casino No Aams</h3><p>Per we giocatori più assidui, i programmi VIP garantiscono vantaggi aggiuntivi, come premi personalizzati e limiti pada prelievo superiori.  Il comparto casinò è ben congeniato, disadvantage una sezione online che include più di 200 giochi da tavolo e crash games.  La sezione live è altrettanto organizzata que tiene tavoli live di roulette e black jack, e altri giochi innovativi come Fairly sweet Bonanza Candyland, Craps First Person elizabeth Dream Catcher.  Infine, forniremo preziosi consigli per scegliere il miglior portale non AAMS, basati tu criteri oggettivi electronic concreti.  Sulla bottom di una giudizio trasparente e comprovata, sono stati selezionati i siti on line casino online più performanti in Italia.  Prova le slot, capisci come funzionano votre paylines, sperimenta the dinamiche del black jack o della roulette.</p><ul><li>Anche se dal suo nome si capisce che 22bet incentra la sua aiuto prevalentemente sulle scommesse, è anche este casinò online di tutto rispetto. </li><li>Privacy e sicurezza nei casino italiani non AAMS che abbiamo incastrato in questo articolo sono garantite a tutti i livelli. </li><li>Tuttavia, si dovrebbe isolare un sito net onesto che dans le cas où sia occupato inside anticipo della prevenzione delle frodi. </li><li>Tuttavia bisogna\" \"assimilare che i casinò ADM affidabili offrono bonus meno allettanti ma sono risolutamente orientati a tutelare l’equità del gara ed i diritti dei players. </li></ul><p>Offre added bonus generosi, supporto clienti 24/7 e transazioni sicure con mi vasta gamma dalam opzioni di deposito.  L’interfaccia utente è facile da volare, il che una rende ideale per i giocatori principianti.  I metodi di deposito e prelievo nei casino no AAMS sicuri in Italia sono largamente vari e anche più numerosi stima a quelli pada un casinò disadvantage licenza AAMS.</p><h2 id=\"toc-7\">Vantaggi Dei Casinò Non Aams:\" \"[newline]svantaggi Dei Casinò Non Aams</h2><p>Se da un extenso offrono una principale flessibilità nei depositi e nei prelievi, dall\'altro mancano votre tutele per i\" \"consumatori previste dalla normativa italiana.  Questa condottiero esaminerà i vantaggi, i rischi, la legalità e i migliori casinò non AAMS per aiutarvi a prendere decisioni informate per un\'esperienza di gioco sicura e gratificante.  Per essere ancora più precisi, ti mostriamo qui una tabella riepilogativa con votre differenze tra piattaforme straniere e italiane.  Si tratta constantemente di siti di casino che hanno determinate caratteristiche e rispettano dei requisiti specifici, anche inside termini di offerta e di sicurezza del gioco.  Specifichiamo che i casinò non aams possono avere anche bonus più ampi rispetto a quelli que tiene licenza aams.</p><ul><li>Attenzione, però, per alcuni casinò la verifica delete conto potrebbe valere necessaria in se di prelievo. </li><li>Questo online casino non è da moltissimo sul traffico ma si presenta già come mi delle migliori piattaforme del nostro elenco. </li><li>È autrice tra gli altri giochi della serie di avismal successo “Bonanza” disimpegnato in molte versioni. </li></ul><p>Tuttavia, questi casinò stranieri devono comunque verificare que tiene le altre autorità la loro sicurezza, ma tendono a offrire più giochi e bonus migliori.  Ogni pagina delete casino senza licenza italianaper superare my partner and i nostri controlli precisa consentire un accesso da dispositivo mobile che consenta una perfetta esperienza di gioco.  I on line casino online stranieri senza licenza italiana dovrebbero avere un’assistenza clienti in lingua italiana e che sia in grado dalam rispondere in discussion stay in modo adeguato, oltre ad offrire anche supporto by way of mail.</p><h3 id=\"toc-8\">Autoesclusione Nei Casino Non Aams</h3><p>Poiché non rientrano nella competenza del governo italiano, sarà preghiera la verifica della sicurezza prima pada depositare denaro.  Nessun casinò AAMS anordna opzioni di autoesclusione obbligatorie come i actually siti ADM; tuttavia, la maggior parte di essi fornisce strumenti volontari appear limiti di almacenamiento, promemoria di sessione e periodi pada riflessione.  È dogmaticamente essenziale che i actually giocatori siano responsabili delle proprie abitudini di gioco.</p><ul><li>Per fare un ipotesi, se un gioco ha un pay out dell’85% ed arianne giocatore scommette hundred euro, allora elle casinò tratterrà within media 15 euro, mentre il giocatore riceverà indietro 85 euro attraverso votre vincite. </li><li>Nei casinò non AAMS troverai diverse varianti sia in modalità live dealer che con un software. </li><li>Si tratta di siti sicuri, usati quotidianamente da tantissimi giocatori italiani e che offrono grandi possibilità di divertimento inside completa sicurezza, aspetto che, come abbiamo visto, è essenziale. </li><li>Ogni casino online italiano organizza spesso tornei speciali con jackpot progressivi che crescono fino a cifre interessanti. </li><li>Ecco dunque la referencia dei migliori casino non AAMS sicuri in Italia pada Settembre 2025. </li></ul><p>Solitamente i casinò online non AAMS che propongono anche un palinsesto poco alle scommesse offrono anche una scelta più ampia, not solo in termini di competizioni su cui giocare, ma anche come varietà.  Scommettere su el casinò non aams risulta davvero tempestivo, vediamo perché.  Alcune piattaforme possono celare delle truffe, compresi alcuni casinò on-line non AAMS.  Ciò che possiamo invece dire con perizia che molte piattaforme di gioco not AAMS offrono my partner and i più elevati regular di sicurezza.</p><h2 id=\"toc-9\">Non Adm Online Casino: Bonus E Promozioni</h2><p>Seven. Casino supporta 15 metodi dalam pagamento, tra cui carte di credito, portafogli elettronici, crypto e bonifico bancario.  Le slot comprendono i classici come Sweet Bonanza, Huge Bass Bonanza, elizabeth Wolf Gold, oltre a tantissimi titoli NetEnt, Pragmatic Enjoy, e Playson.  Per gli amanti dei giochi da tavolo, ci sono circa 15 varianti each roulette e black jack, e 8 versioni di baccarat.  Le slot machine sono fornite da sviluppatori d’élite come Play’n GO, NetEnt, Novomatic e Betsoft, con titoli di\" \"spicco come Dead or Alive, Legacy involving Dead, Gonzo’s Pursuit e la leggendaria saga Book regarding Ra Deluxe.  WeltBet si distingue nel panorama dei casinò online non AAMS per il adatto comparto tecnico at the il catalogo di altissimo livello.  L’assenza di costi pada transazione e una velocità nei pagamenti lo rendono primero dei casino on-line più efficienti within circolazione, soprattutto compresa tra gli operatori low AAMS.</p><ul><li>Inoltre, se ricarichi durante alcuni giorni della settimana, puoi ottenere sempre ottime percentuali di cashback e tanti altri giri gratis. </li><li>Al contrario, il sito web viene fruito su mobile tramite navigazione web browser, ad esempio tu Safari e Stainless-. </li><li>Qui il giocatore è chiamato a scoprire my partner and i tesori\" \"celati nelle piramidi, assieme ai segreti che esse custodiscono. </li><li>Gli appassionati di poker, roulette elizabeth slot machine spesso sono anche amanti di sport e scommesse. </li></ul><p>La scelta dalam un casinò que incluye una buona licenza è una decisione importante legata allesammans sicurezza.  Tra my partner and i bonus disponibili within questi casinò ci sono i reward di benvenuto, i actually bonus senza necessità di pagamento arrive i 50 pound bonus senza almacén non AAMS, votre offerte sulla ricarica, i bonus procuring e molti altri.  Le sue slot machine sono un mixture tra grafica ricca, bonus e funzionalità speciali.  Ha portato nei casino dalam tutto il ambiente giochi popolarissimi arrive StarBurst e Keen Fortune.  I siti bingo non AAMS ti permettono pada rilassarti con arianne popolare gioco the cartelle e the lotterie possono farti vincere premi aggiuntivi con un’estrazione.  Inoltre, nei casino survive potrai giocare some sort of tanti game\" \"present con presentatori arrive Monopoli e Crazy Time.</p><h3 id=\"toc-10\">Qual È Elle Casinò Online In Cui Si Vince Di Più? </h3><p>Rispetta tutti i requisiti inferiore noi indispensabili male impotence è perciò adatto per chi valla allo stesso tempo privacy e qualità.  La sua tipica principale è che per fare votre puntate e agire si può impiegare la piattaforma Telegram.  Una particolarità che secondo il nostro punto di vista è utile each molti giocatori.  I migliori non ADM casino utilizzano gli stessi metodi dei casino AAMS each garantire la garanzia degli utenti e un paio throughout più che tra poco approfondiamo.  Questo però non è un grosso problematica, basta semplicemente impiegare\" \"un software VPN.  Alcuni browser come Safari hanno già adeguato un servizio VPN del tutto atrayente, perfetto per i casino senza licenza ADM.</p><ul><li>Il consiglio davvero fondamentale che ti diamo è quello di non giocare mai su siti di gambling establishment online senza abuso. </li><li>Un altro gara che rimanda senza troppi dubbi allesamt grandi sale ag gioco dei casinò di Las Vegas è sicuramente la Roulette, con elle suo tappeto inexperto numerato, la tua ruota e una sua rumorosa pallina. </li><li>Comprendere i pro e i contro darà ai giocatori la possibilità dalam scegliere. </li><li>Menzioniamo che sono presenti nella libreria, più di a slot elizabeth giochi da tavolo, dei giochi crypto come Save the Hamster e March Pub. </li><li>Concludo menzionando l’impegno che we casino non aams italiani hanno ag sempre dimostrato for each la realizzazione dalam siti desktop user-friendly e compatibili que incluye dispositivi mobili dallo schermo piccolo. </li></ul><p>In questa guida abbiamo evidenziato Snai, StarCasino, Lottomatica ed Eurobet appear i migliori online casino online Italia.  Offrono ottimi livelli dalam sicurezza e personal privacy, vantano ricchi palinsesti, bonus sopra are generally media, promozioni attraenti e vari metodi di pagamento.  Anche i metodi pada pagamento offerti caratterizzano i migliori casino online, e the criptovalute rappresentano way momento lo strumento migliore.  Esse garantiscono infatti transazioni quick (è possibile raccogliere rapidamente le vincite) e soprattutto anonime, dunque massimo rispetto della privacy.</p><h2 id=\"toc-11\">Passo 1: Registrati A Un Casino Non Aams</h2><p>Oltre alla garanzia, un casino online per rientrare compresa tra i migliori deve avere una buona varietà di giochi di carte e da tavola tu cui puntare.  Ciò si realizza sia con un ampio serie di titoli, ma anche quando il sito collabora disadvantage i migliori provider del settore.  Come un’assistenza clienti continuamente in Italiano nei migliori casino online, molta più scelta sui metodi dalam pagamento e la tutela giuridica totale.  I non ADM casino hanno los angeles possibilità di offrire come metodo di pagamento le crypto.  Alcuni tra my partner and i casinò online no AAMS accettano anche altri modi pada pagamento, tra cui i crypto proprietarie dei casino.</p><ul><li>Puoi utilizzare il added bonus senza deposito o i giri gratuiti che ti sono stati regalati. </li><li>Che tu preferisca le slot, we giochi da tavolo o le opzioni con croupier dal vivo, gioca throughout modo responsabile elizabeth divertiti. </li><li>I online casino non AAMS on the internet operano in método legale attraverso altre licenze europee considerevolmente conosciute. </li><li>I casinò senza licenza AAMS, infatti, hanno in serbo per i actually loro clienti futuri e attuali proposée molto più generose. </li><li>La mancanza di un’app mobile è mi piccola pecca, mum il sito è perfettamente ottimizzato for every dispositivi mobili, quindi l’esperienza rimane fluida anche da mobile phone e tablet. </li></ul><p>Nel paragrafo che segue riassumiamo allora gli step ag seguire per effettuare la registrazione sulle piattaforme di on line casino online italiane.  Al contrario, bisogna diffidare da tutti quegli operatori che not possono dimostrare di essere in podere di alcuna licenza di gioco.  La concessione di gara infatti, in bottom a quanto ag essa previsto, determina anche il fascia di sicurezza pada una piattaforma.  Gli utenti delle piattaforme online tendono però a non preferire i wallet elettronici per i pagamenti, a causa delle\" \"commissioni.</p><h2 id=\"toc-12\">Aspetti Legali Each I Giocatori Italiani</h2><p>In essi rientrano le slot-machine, nelle varie versioni a tema to con jackpot progressivo, i giochi ag tavolo, i reside games, gli niche games e le scommesse sportive.  Inoltre, bisogna anche citare i nuovi casinò online bonus senza deposito che, arrive quelli appena citati, offrono la possibilità di iniziare some sort of giocare in modo immediata e muy rapido.  Grazie alla sua lunga esperienza nel settore, Snai cuando conferma come distinto dei migliori casinò online per chihuahua cerca un localizado affidabile, con mi vasta offerta dalam giochi e algun eccellente\" \"supporto.  I bonus di benvenuto e the promozioni periodiche sono molto allettanti, offrendo numerosi vantaggi ai nuovi iscritti e ai giocatori fedeli.</p><ul><li>Soprattutto each siti che, essendo casinò online not aams, e promuovendosi comunque in Italia hanno bisogno pada fidelizzare i propri utenti. </li><li>Dunque una Malta Gaming Power rimane una delle licenze più affidabili e sicure each i siti casinò live. </li><li>Molti siti di gioco prevedono anche club VIP strutturati su più livelli, con ricompense crescenti che includono promozioni personalizzate, cooperazione prioritaria e vantaggi unici. </li><li>Google Pay permette dalam pagare velocemente at the semplicemente in migliaia di negozi on the internet. </li><li>I giochi pada sorte rappresentano un’ottima alternativa ai consueti intrattenimenti di casinò online. </li></ul><p>Proprio per corrente garantisce legalità, giochi equi e sicurezza ai propri giocatori.  Dalle slot machine con jackpot progressivo, passando per i actually  giochi da tavolo, dal vivo at the anche giochi istantanei, chiunque si troverà a proprio dividende su questo portale.  Inoltre, il sito è ottimizzato for every dispositivi mobili, permettendo di giocare comodamente da smartphone u tablet.  Un sito Olympusbet casino che offre il superiore di sé some sort of tutti i giocatori appassionati di scommesse sportive, ma senza dimenticare di strizzare l’occhio a chi desidera cimentarsi nei giochi da casinò.  Offre un’ottima varietà di bonus elizabeth promozioni, con sezioni dedicate ai giochi dal vivo electronic una piattaforma intuitiva e facile ag navigare per ogni tipo di giocatore.  Ci sono migliaia di giochi varie offerti dai casinò non AAMS, tra cui slot, giochi da tavolo elizabeth giochi con croupier dal vivo.</p><h3 id=\"toc-13\">Licenza Gibilterra</h3><p>Può essere che queste offerte senza deposito non siano sempre disponibili nei casino non ams legali in Italia, ma solo inside determinati giorni, settimane o mesi (a Natale e a new Pasqua, per esempio).  Senza dimenticare che esistono anche online casino non ADM, che\" \"ti permettono di giocare alle slot, advertisement esempio, senza doverti nemmeno iscrivere.  Dovendovi accedere dall’Italia, elle primo criterio di scelta è proprio la possibilità dalam accedere al portale Rabona casino in questione dal Bel Paese.  Molti siti, nonostante siano reputati tra i più bei periodi casino online italiani, potrebbero essere oscurati o accessibili single con un VPN.  Noi proponiamo continuamente e solo portali utilizzabili da chiunque, senza la necessità di utilizzare altri mezzi, se no un normale internet browser.  I giocatori possono utilizzare carte di credito, portafogli elettronici o criptovalute for every finanziare i li conti.</p><p>Un casino non AAMS valido deve funzionare alla apice su qualsiasi aparato mobile.  Abbiamo testato la velocità di caricamento, l’ottimizzazione del layout e una fluidità dell’interfaccia.  Questo garantisce prestazioni fluide, grafiche curate at the meccaniche di gara bilanciate, elementi fondamentali per chi valla intrattenimento continuo e di qualità.  In aggiunta, per gli utenti che usano crypto, è previsto un bonus dedicato fino a just one. 000€, con procuring settimanale del 10%.</p>','I Migliori Casino Low Aams In Italia','','inherit','closed','closed','','407-revision-v1','','','2025-10-13 11:31:32','2025-10-13 04:31:32','',407,'https://lion288slot.com/?p=408',0,'revision','',0),
(409,1,'2025-10-13 02:36:05','2025-10-12 19:36:05','<meta name=\"description\" content=\"Agora escreva um e-mail sobre a new eliminação de tua conta amostra daddy aqui. \"/><h1>Mostbet Casino Portugal Bónus 300 + 25 Giros Grátis</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Loteria Wild Summer Camp Na Mostbet Instructions Ganhe Rodadas Grátis E Prêmios</a></li><li><a href=\"#toc-1\">Bônus At The Promoções Mostbet Brasil</a></li><li><a href=\"#toc-2\">Guia De Login Mostbet</a></li><li><a href=\"#toc-3\">Mostbet On Line Casino Portugal: Mobile App & Welcome Added Bonus Guide</a></li><li><a href=\"#toc-4\">Como Depositar Na Mostbet</a></li><li><a href=\"#toc-5\">Como Funciona A Verificação De Conta</a></li><li><a href=\"#toc-6\">App Móvel Da Mostbet Pt</a></li><li><a href=\"#toc-7\">Mostbet Código Promocional 2025</a></li><li><a href=\"#toc-8\">Apostas E Casino</a></li><li><a href=\"#toc-9\">Linha, Apostas E Probabilidades</a></li><li><a href=\"#toc-10\">Como Comunicarse O Suporte Mostbet – Todos Os Canais</a></li><li><a href=\"#toc-11\">Aniversário Com Mostbetpt</a></li><li><a href=\"#toc-12\">Benefícios Exclusivos Para Brasileiros</a></li><li><a href=\"#toc-13\">Mostbet Login</a></li><li><a href=\"#toc-14\">Versão Móvel E Software Android E Ios Mostbet</a></li><li><a href=\"#toc-15\">Ganhe 10% De Procuring De Cassino Toda Semana Em Games Mostbet</a></li><li><a href=\"#toc-16\">Como Acessar A New Mostbet Pelo Web-site Móvel</a></li><li><a href=\"#toc-17\">Os Melhores Países Para Você Dar Na Mostbet</a></li><li><a href=\"#toc-18\">Como Dar Em Esportes Em Mostbet? </a></li><li><a href=\"#toc-19\">Como Fazer O Mostbet Login? </a></li><li><a href=\"#toc-20\">Apostas Na Premier Little League 2025/26 Na Mostbet - Mercados, Previsões E Últimas Odds</a></li><li><a href=\"#toc-21\">Os Caça-níqueis Mais Buscados Entre Os Jogadores Em 2025</a></li><li><a href=\"#toc-22\">Bónus Electronic Promoções Na Mostbet Pt</a></li><li><a href=\"#toc-23\">Vantagens Elizabeth Desvantagens Da Mostbet</a></li><li><a href=\"#toc-24\">Como Faço O Mostbet Login? </a></li><li><a href=\"#toc-28\">Apostas Desportivas Vs Online Casino – Diferenças Simply No Mostbet</a></li><li><a href=\"#toc-29\">Segurança E Confiabilidade</a></li></ul></div><p>Os jogadores devem ter mais de 21 anos e residir em jurisdições onde o jogo online é legal.  Se você ou alguém que você conhece tem inconveniencias com jogos de azar e precisa de ajuda, ligue ou visite Gamecare.  O aplicativo sobre apostas móveis de uma Mostbets está disponível para download elizabeth é utilizado em dispositivos móveis que executam os guias operacionais Android electronic iOS, assim como em tablets.  Em termos de aparência e operação, ambos os programas têm os mesmos requisitos mínimos de libro, permitindo que eles funcionem sem inconveniencias em qualquer mecanismo.  Você possui o dispositivo android systems IOS e pretende instalar o aplicativo para jogar possuindo comodidade?  A maioria dos programas de fidelidade da Bet são privilégios ativos e os clientes VERY IMPORTANT PERSONEL desfrutam enquanto apostam nesta plataforma.</p><ul><li>Os saques por transferência bancária na casa de apostas Mostbet podem demorar até 5 dias. </li><li>Você pode ganhar se fizer alguma aposta no community onde a lisonjero vai cair. </li><li>Nossa plataforma\" \"é organizada para fácil navegação e acesso rápido a todas as opções. </li><li>Levamos a sua segurança e conforto bastante a sério e por isso tomamos todas as medidas necessárias para asegurar a transparência at the fiabilidade da nossa plataforma de game. </li><li>O site ag MostBet está disponível em mais de 90 países, apresentando milhões de usuários ativos em en totalidad o mundo. </li><li>No MostbetCasino, oferecemos uma variedade de apostas esportivas e jogos de cassino. </li></ul><p>Há diferentes maneiras de se registrar durante telefone, e-mail systems mídia social.  Depois que o depósito for feito e o pagamento for verificado, o bônus será creditado\" \"mhh conta de bônus do usuário.  Somos auditados regularmente pra garantir a conformidade com a licença.</p><h2 id=\"toc-0\">Loteria Wild Summer Camp Na Mostbet -- Ganhe Rodadas Grátis E Prêmios</h2><p>No cadastro, o jogador  ou apostador tem que escolher um ou outro, e cumprir as condições afin de recebê-lo.  Gostaria para mencionar o grande número de jogos no Mostbet Gambling establishment, especialmente o game Aviator.</p><ul><li>Na Line você aposta em partidas e confrontos os quais ainda não começaram. </li><li>Para jogar, é preciso manter o controle perform avião e apetecer pegar as recompensas antes que ele voe para longe. </li><li>O aplicativo de apostas móveis da Mostbets está disponível para download at the é utilizado em dispositivos móveis o qual executam os guias operacionais Android elizabeth iOS, assim como em tablets. </li><li>Se você apresentar alguma dúvida relacionada registro, pagamentos ou regras de apostas, a equipe para atendimento ao cliente da Mostbet está sempre pronta para ajudar. </li><li>Os E-Sports são 1 dos esportes também populares na trampolín e são mais e mais reconhecidos por tua popularidade. </li><li>A promoção “Aposta sem Riscos” da Mostbet PT permite o qual os jogadores façam uma aposta desportiva sem qualquer risco de perda carry out valor apostado. </li></ul><p>Isto significa os quais aderimos aos cependant elevados padrões at the requisitos da indústria, de modo some sort of proporcionar-lhe um klima de jogo puntual e seguro.  Milhares de jogadores apostam na MostBet. possuindo dia após dia, e há muitas boas razões para aderir some sort of esta cartilha esportiva, que está disponível em mais sobre 90 países.  As estratégias são cependant para cortar suas perdas do que para aumentar tua capacidade de ganhar <a href=\"https://mostbet-brasil-cassino.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Bônus Elizabeth Promoções Mostbet Brasil</h3><p>Na plataforma, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos.  Ao utilizar um código promocional, os jogadores podem desbloquear benefícios exclusivos que aprimoram a experiência sobre jogo na trampolín Mostbet Portugal.  As máquinas caça-níqueis ag Mostbet se destacam pela diversidade de temas, mecânicas electronic opções de apostas.  Oferecemos desde aventuras épicas até temas clássicos de frutas, com gráficos vibrantes e recursos para bônus exclusivos.</p><ul><li> populares do momento, como Dota 2, Little league of Legends at the CS. </li><li>O atendimento ao cliente pode ser contatado 24 horas durante dia, 7 dias por semana. </li><li> facilita bem a vida 2 jogadores e apostadores. </li><li>O atendimento ao cliente é rápido e eficiente para resolver seus problemas. </li><li>Também oferecemos uma extensa Foundation de Conhecimentos at the Perguntas Frequentes (FAQ), que contêm respostas detalhadas às perguntas mais comuns. </li></ul><p>O MostBet Br tem ofertas permanentes, como seus bônus de boas-vindas disponíveis para  jogadores at the apostadores, além sobre várias promoções sazonais e únicas.  MostBet Brasil oferece aos jogadores quatro maneiras diferentes\" \"sobre se registrar, alguma das quais  permite que os jogadores abram uma conta com um harmonie.  Todas elas são bastante simples sobre serem feitas,</p><h2 id=\"toc-2\">Guia Para Login Mostbet</h2><p>Esses países têm processos de registro muchas, e você terá a opção de depositar ou sacar dinheiro em sua moeda local, além dos métodos de pagamento mais populares.  Ao criar uma conta MostBet, você poderá receber bônus para apostar na qualquer tipo para jogo no web-site.  As políticas sobre bônus são claras e fáceis sobre preencher para o qual você possa reivindicá-los e apostar com seus benefícios.</p><ul><li>Para dispositivos Android, operating-system utilizadores podem fazer o download perform ficheiro APK diretamente no site weil Mostbet. </li><li>Com cashback, os jogadores têm diversas maneiras de maximizar seus ganhos. </li><li>MostBet Brasil oferece aos jogadores quatro maneiras diferentes\" \"sobre se registrar, alguma das quais</li><li>Cada participante deve adquirir um total sobre seis bilhetes, cada um exibindo 1 número diferente. </li></ul><p>No primeiro problema, o oponente perform jogador é o computador, e os resultados determinam o gerador de números aleatórios.  No segundo se, o usuário joga contra um verdadeiro dealer — um funcionário do cassino.  Você poderá produzir apostas simples, apostas expressas ou apostas de sistema.  Também no aplicativo está disponível para seguir a partidas ao vivo em muy buena qualidade, quando você pode apostar diretamente no decorrer da partida.  Ao ainda tempo, você tem a possibilidade de visualizar estatísticas em virtude de ajudá-lo a fazer a escolha\" \"determinada.  Todos estes games estão disponíveis pra os jogadores registrados.</p><h3 id=\"toc-3\">Mostbet Casino Portugal: Mobile Application & Welcome Bonus Guide</h3><p>Receba um bônus de boas-vindas para +125% no teu primeiro depósito para até R$ two. 200 para apostas esportivas.  Os depósitos são processados instantaneamente, enquanto os saques são processados em até 24 hrs.  Os métodos sobre pagamento disponíveis not any Mostbet incluem PIX, transferências bancárias, cartões de crédito at the débito, e carteiras digitais populares not any Brasil.  Todas since transações são processadas com segurança máxima e os saques são processados de manera acelerada, geralmente em até 24 horas.  Sim, a Mostbet é confiável e muito segura, protegendo since informações de los dos os jogadores, oferecendo métodos de pagamento práticos e sendo licenciada.  Aqui você pode combinar várias partidas num único bilhete e as probabilidades totais serão a soma de todas as opções de apostas o qual você escolher.</p><p>A organização garante que os clientes possam usar o web site de forma segura e confortável.  Nesta página nós te diremos como você pode obter o bônus de 125% de depósito zero valor de até 300 euros ao aderir ao código promocional «MOSTBETPT» weil MostBet.  A maneira mais rápida electronic fácil de fazer uma conta de jogo é u registro via redes sociais.  Para jogar, é preciso manter o controle carry out avião e inducir pegar as recompensas antes que ele voe para longe.  Os apostadores adoram Aviator por tua jogabilidade original elizabeth acessibilidade.</p><h2 id=\"toc-4\">Como Avivar Na Mostbet</h2><p>Como todos eles são licenciados e administrados por empresas para software conceituadas, quaisquer jogos são controlados pelo RNG.  Se você optar durante utilizar o internet site móvel Mostbet BAYERISCHER RUNDFUNK em vez carry out aplicativo Android ou a versão para PC, você também não perderá nenhuma promoção ou bônus.  Para aqueles o qual preferem não baixar o aplicativo venha a ser por quais motivos forem, o web-site é um ótimo substituto.  Utilizamos tecnologia de criptografia SSL de 256 bits, a mesma empregada por bancos mundiais, para proteger todas as informações pessoais e financeiras sobre nossos clientes.</p><ul><li>Mostbet é legal em Portugal, oferecendo um ambiente indudable e regulamentado para seus jogadores. </li><li> até 30 minutos após to cadastro. </li><li>Este post tem tais como objetivo fornecer uma análise abrangente ag Mostbet, destacando seus recursos, benefícios e por que ela se destaca no concorrido setor sobre apostas on-line. </li><li>Este bônus é especialmente projetado para dar aos jogadores brasileiros 1 impulso inicial histórico em sua jornal de apostas. </li></ul><p>Levamos a sua segurança e conforto muito a sério elizabeth por isso tomamos todas as medidas necessárias para garantir a transparência electronic fiabilidade da nossa plataforma de jogo.  O nosso objectivo é proporcionar-lhe alguma coisa mais, que provocará uma inundação de emoções e o fará sentir alguma verdadeira emoção em cada segundo perform jogo.  Em seguida, escolha o método de registro por e-mail e harmonie em «proximo».  Qualquer sessão em uma sala de pôquer ao vivo começa com uma viagem até o balcão main.</p><h3 id=\"toc-5\">Como Funciona A Verificação De Conta</h3><p>Eles incluem cartões bancários (Visa, MasterCard), carteiras eletrônicas (Neteller, Skrill), criptomoedas (Bitcoin, Ethereum) e muito também.  A plataforma responsable que todas because transações sejam seguras e eficientes, facilitando o depósito e a retirada de fundos pelos usuários.  Você pode produzir a conta para login Mostbet através de seu aparato móvel.  O reconocimiento móvel não difere em quaisquer passos do registro not any site, e em termos de funcionalidade, o aplicativo móvel Mostbet é en su totalidad o mesmo la cual seu portal principal.  Para se archivar no app, o novo cliente precisa baixar a Mostbet para um telefone celular ou tablet na plataforma Android e executar um registro.</p><ul><li>Milhares de jogadores apostam na MostBet. apresentando dia após dia, e há muitas boas razões para aderir a new esta cartilha esportiva, que está disponível em mais para 90 países. </li><li> valor mínimo the ser depositado é de R$50. </li><li>Na organizacion, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos. </li><li> Monopoly Live, Baccarat Speed e muito mais. </li></ul><p>Você ainda tem a possibilidade de baixar o aplicativo oficial da MostBet para acessar suas ferramentas e dar on-line sem complicações.  As avaliações carry out aplicativo móvel são positivas, pois ele é bem otimizado.  O cassino ao vivo é ideal para aqueles o qual gostam da tensão e da emoção do momento.  Há muitos tipos\" \"de apostas e jogos clássicos em la cual você pode incrementar seu dinheiro ao vivo e com dealers ao palpitante.</p><h2 id=\"toc-6\">App Móvel Da Mostbet Pt</h2><p>O suporte ao cliente mhh Mostbet é amplamente reconhecido pela sua rapidez e acessibilidade.  A plataforma proporciona uma equipe dedicada e uma variedade de ferramentas pra garantir que operating system usuários recebam ajuda eficaz e profissional para qualquer necessidade.  Os eSports disponibilizam um cenário blando para apostadores at the fãs, atraindo especialmente um público adolescente e apaixonado durante tecnologia.</p><ul><li>Observe abaixo uma instrução detalhada de tais como fazer o obtain. </li><li>Com sua interface amigável e uma numerosa gama de opções, a Mostbet tornou-se rapidamente a preferida entre os entusiastas de apostas zero Brasil. </li><li>A Mostbet proporciona uma opção totalizadora para apostas esportivas. </li><li>Não importa de onde você é, pois uma grande variedade de moedas locais é aceita. </li></ul><p>Você tem a possibilidade de encontrar muitas maneiras diferentes de jogar pôquer na MostBet.  Essa primeira jogada na maioria dos jogos de cassino pode ser 1 confusa, entretanto, não importa quanto speed você tenha dedicado ao pôquer online ou aos jogos em casa.  O dealer ao palpitante dará duas mãos para a direccion — o ‘Player’s’ e o ‘Banker’s’.  O Banqueiro no Bacará não se refere à casa elizabeth o Jogador não se relaciona com você — eles são apenas duas partes para dar.</p><h3 id=\"toc-7\">Mostbet Código Promocional 2025</h3><p>Além da licença, to MostBet possui protocolos de segurança asi como criptografia,   protegendo os dados 2 jogadores e apostadores.  Ele também tem ferramentas para o jogo responsável,   evitando que os jogadores tenham dudas relacionados ao jogo.  A Mostbet é uma empresa de apostas esportivas on the web confiável e bem conhecida.</p><ul><li>Ideal para apostadores la cual desejam gerar lucros de forma rápida e fácil. </li><li>A taxa sobre câmbio depende para seu nível not any Programa de Fidelidade. </li><li>A Mostbet proíbe a abertura de uma segunda conta — o os quais significa que ze você tem hoje em dia uma conta Mostbet, você não apresenta permissão para produzir outra conta. </li><li>Se você apresentar qualquer problema possuindo seu depósito, saque, segurança ou qualquer outra coisa, a equipe de atendimento ao cliente fará tudo o la cual estiver ao teu alcance para ajudá-lo. </li></ul><p>Esta promoção de aniversário é uma excelente chance para os jogadores portugueses desfrutarem de bónus e regalias especiais na Mostbet PT.  Além disso, a nossa organizacion está equipada possuindo tecnologias de encriptação avançadas para asegurar transferências de dados seguras entre o seu dispositivo e os nossos servidores do megaupload.  Estamos atentos às mudanças na indústria da segurança elizabeth actualizamos regularmente os nossos sistemas para evitar acessos não autorizados e fraudes.\" \"[newline]Quando se trata para segurança e protecção, o Mostbet Online casino em Portugal está na vanguarda.</p><h3 id=\"toc-8\">Apostas E Casino</h3><p>No entanto, é importante ressaltar o qual este bónus, igual como a grande parte das promoções, está sujeito a requisitos de apostas anteriormente de poder se tornar levantado.  Estes requisitos variam consoante um tipo de bónus (desportivo ou casino) e devem producir cumpridos dentro de o determinado prazo.  As odds das apostas ao vivo são atualizadas constantemente, refletindo o desenrolar carry out evento.  Isso exige que os apostadores estejam atentos at the reajam de manera ágil para capitalizar as melhores oportunidades.</p><ul><li>Os métodos para pagamento disponíveis no Mostbet incluem PICS, transferências bancárias, cartões de crédito e débito, e carteiras digitais populares zero Brasil. </li><li>Se já tiver utilizado o bônus sobre boas-vindas, poderá comprar outros bônus mhh Mostbet. </li><li>Isso é feito afin de evitar grandes abusos do sistema elizabeth violações dos Termos e Condições ag Mostbet. </li><li>Estas podem incluir torneios com grandes prémios, promoções com acumulação de pontos, calendários surpresa e bem mais. </li></ul><p>Uma ex profeso combinada é uma aposta que cobre várias posições ao mesmo tempo.  Somente se a estimativa de cada jogador estiver correta é que esta ex profeso terá sucesso.  Como resultado, esta intencionadamente acarreta algum risco, mas pode producir compensado se u seu palpite estiver correto.</p><h2 id=\"toc-9\">Linha, Apostas E Probabilidades</h2><p>Observe abaixo uma instrução detalhada de lo que fazer o down load.  A Mostbet é uma plataforma sobre apostas e games on-line que está em operação desde 2009.  Ela proporciona uma ampla diversidade de serviços, incluindo apostas esportivas, apostas ao vivo, jogos de cassino electronic esportes virtuais.  Com sua interface amigável e uma numerosa gama de opções, a Mostbet se tornou rapidamente a favorita entre os entusiastas de apostas not any Brasil.  O MostBet é uma tablado internacional de apostas desportivas e casino online que oferece uma vasta diversidade de opções aos apostadores em England.</p><ul><li>Nesta seção, reunimos os jogos néanmoins jogados pela comunidade, com detalhes importantes sobre seus recursos, modos de bônus e dicas sobre como ganhar mais na Mostbet. </li><li>Assim, basta clicar no</li><li>Um dos caça-níqueis cependant populares entre os streamers e fãs de caça-níqueis on the web. </li><li>Sim, the Mostbet oferece 1 serviço de streaming gratuito, permitindo la cual os apostadores assistam a uma variedade de jogos para\" \"futebol e outros esportes. </li><li>Dispopnibiliza uma variedade sobre métodos de depósito e saque ag Mostbet, especialmente para os jogadores portugueses. </li></ul><p>Entre na nossa seção íntegral de cassino at the descubra todos os jogos disponíveis.  Os jogos de albur são os também visitados no cassino MostBet, pois garantem grandes ganhos possuindo pouco risco.  Você terá uma ampla gama de opções para se divertir enquanto lucra at the até mesmo participar do prognóstico weil MostBet.  Para saques, você pode decidir opções como Webmoney, EcoPayz, Payeer elizabeth as mencionadas simply no momento do depósito.  O período para crédito geralmente leva menos de seventy two horas para entrar em vigor mhh conta pretendida.  As opções não têm um valor mínimo de saque, mas você pode concluir no mínimo US$\" \"6th, 00 sem comissão com um deposito seguro.</p><h3 id=\"toc-10\">Como Contactar O Suporte Mostbet – Todos Os Canais</h3><p>Operamos sob a licença de Curaçao nº 8048/JAZ, cumprindo todas as regulamentações exigidas.  Abaixo estão as principais práticas sobre segurança implementadas na nossa plataforma.  Oferecemos métodos seguros electronic eficientes para depósitos e saques.  Processamos todas as transações de forma rápida para o seu conforto.  Abaixo, apresentamos os principais métodos disponíveis para jogadores.  Nosso aplicativo móvel facilita o acesso à Mostbet para forma rápida at the prática.</p><ul><li>Ao se registrar electronic fazer login, você pode obter 125% do seu de início depósito e rodadas grátis. </li><li>A exigência de apostas para as rodadas grátis é para 30 vezes um valor do bônus. </li><li>Essa experiência mais objetivo e envolvente é muito apreciada pelos amantes de jogos de casino. </li></ul><p>caso  dos saques, contando através da verificação de segurança, o processamento leva, no  máximo, 72 horas.  O ganho máximo com as rodadas grátis é de R$500 e o requisito de rollover é 60x.  Para obter mais two hundred fifty Giros Grátis, o</p><h2 id=\"toc-11\">Aniversário Com Mostbetpt</h2><p>Ganha o adversário que marcar u número de pontos mais próximo possível de 9 no ano de duas ou três cartas.  Os apostadores podem acompanhar operating-system principais campeonatos mundiais de eSports elizabeth fazer apostas.  Você poderá assistir while disputas das equipes de eSports ao vivo apostando quem será o vencedor.  Normalmente, estas são partidas bastante longas com momentos emocionantes que são bem interessantes de descender.  Se você ainda não  sabe to que é, aconselhamos que finalmente tente esta seção de uma MostBet Portugal.</p><ul><li>O dealer ao palpitante dará duas mãos para a mesa — o ‘Player’s’ como também o ‘Banker’s’. </li><li>Nossa licença internacional garante que todas since operações sejam conduzidas de acordo apresentando os mais altos padrões regulamentares. </li><li>As estratégias são néanmoins para cortar suas perdas do o qual para aumentar tua capacidade de ganhar. </li><li>Somente as transações com criptomoedas estão sujeitas\" \"some sort of tarifas. </li><li>O bónus pode chegar a 40% carry out valor apostado através do amigo convidado, sem limite no número de pessoas la cual podem ser convidadas. </li></ul><p>Informações de logon MostBet com pontos sobre como acessar o site oficial do seu país.  Nesta seção, reunimos os jogos mais jogados pela comunidade, com detalhes principales sobre seus recursos, modos de bônus e dicas a respeito de como ganhar também na Mostbet.  Ideal para apostadores os quais desejam gerar lucros de forma rápida e fácil.  O Aviator é well-liked por oferecer lucros rapidamente, pois no momento em que você faz tua aposta, o coeficiente se multiplicará de acordo com um nível de voo e você terá de sacar anteriormente que ele caia.</p><h2 id=\"toc-12\">Benefícios Exclusivos Para Brasileiros</h2><p>Aqui é onde você se registra para o torneio de sua escolha, ou terá seu nome na referencia para um jogo a dinheiro.  Ela vem frequentemente recomendada para iniciantes os quais começam a desunir os princípios perform jogo.  Embora while chances de ganhar o prêmio main sejam pequenas, the possibilidade de obtê-lo adiciona ainda mais excitação e interesse no jogo.  Você também pode adivinar para quinze partidas pela frente elizabeth fazer jack.</p><ul><li>Se fizer o de início depósito dentro sobre 30 minutos após o registro, o bônus será sobre 125%. </li><li>E as nossas slot machines são mais do que simples máquinas – são portais mágicos que to transportam para mundos de fantasia at the aventura. </li><li>A locuinta de apostas online MostBet é um dos prestadores sobre serviços de apostas esportivas mais confiáveis do Chipre. </li><li>Em termos de aparência e operação, los dos os programas têm os mesmos requisitos mínimos de sistema, permitindo que eles funcionem sem problemas em qualquer dispositivo. </li></ul><p>Isso significa que a new Mostbet adere a todos os regulamentos e padrões necessários para oferecer um stimmung de apostas seguro e justo.  Ao visitar o web site oficial da Mostbet, você é recebido com uma program elegante e amigável que é fácil de navegar.  O site foi projetado através do usuário em mente, garantindo os quais mesmo os novatos possam se derivar facilmente.</p><h3 id=\"toc-13\">Mostbet Login</h3><p>O monto mínimo de depósito\" \"na Mostbet é de 50 BRL, assim como o canon mínimo de tiro.  O tempo sobre processamento do tiro normalmente leva para 15 minutos a 3 dias úteis.  Nossa equipe de suporte especializada está disponível 24 hrs por dia em virtude de ajudá-lo em português.  Desde nosso lançamento, o Mostbet apresenta se dedicado a proporcionar entretenimento de alta qualidade, com foco na segurança, transparência e satisfação do cliente.  Nossa licença internacional responsable que todas as operações sejam conduzidas de acordo com os mais altos padrões regulamentares.  Assim, quando você expresamente na vitória para um time, é preciso que um time vença así que usted sua aposta venha a ser bem-sucedida.</p><p>Explore while diversas opções at the descubra seu favorito na nossa plataforma.  No Mostbet, os saques devem ser feitos através do ainda método utilizado afin de o depósito, mas é possível alterá-lo após verificação durante um funcionário.  Para realizar a retirada, preencha seus informações pessoais na Área Pessoal, escolha a new moeda, insira informações como nome, país e documento.  Selecione o método para pagamento, defina o valor a servir retirado e complete o processo.  Na Mostbet, cada jogo foi cuidadosamente pulido para proporcionar sessões rápidas e vibrantes, ideais para jogadores que desejam resultados imediatos e a emoção de ganhos rápidos.</p>','Apostas Desportivas Web-site De Apostas Vave Online Bónus','','publish','closed','','','apostas-desportivas-web-site-de-apostas-vave-online-bonus','','','2025-10-13 13:27:39','2025-10-13 06:27:39','',0,'https://lion288slot.com/?p=409',0,'post','',0),
(410,1,'2025-10-13 13:27:39','2025-10-13 06:27:39','<meta name=\"description\" content=\"Agora escreva um e-mail sobre a new eliminação de tua conta amostra daddy aqui. \"/><h1>Mostbet Casino Portugal Bónus 300 + 25 Giros Grátis</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Loteria Wild Summer Camp Na Mostbet Instructions Ganhe Rodadas Grátis E Prêmios</a></li><li><a href=\"#toc-1\">Bônus At The Promoções Mostbet Brasil</a></li><li><a href=\"#toc-2\">Guia De Login Mostbet</a></li><li><a href=\"#toc-3\">Mostbet On Line Casino Portugal: Mobile App & Welcome Added Bonus Guide</a></li><li><a href=\"#toc-4\">Como Depositar Na Mostbet</a></li><li><a href=\"#toc-5\">Como Funciona A Verificação De Conta</a></li><li><a href=\"#toc-6\">App Móvel Da Mostbet Pt</a></li><li><a href=\"#toc-7\">Mostbet Código Promocional 2025</a></li><li><a href=\"#toc-8\">Apostas E Casino</a></li><li><a href=\"#toc-9\">Linha, Apostas E Probabilidades</a></li><li><a href=\"#toc-10\">Como Comunicarse O Suporte Mostbet – Todos Os Canais</a></li><li><a href=\"#toc-11\">Aniversário Com Mostbetpt</a></li><li><a href=\"#toc-12\">Benefícios Exclusivos Para Brasileiros</a></li><li><a href=\"#toc-13\">Mostbet Login</a></li><li><a href=\"#toc-14\">Versão Móvel E Software Android E Ios Mostbet</a></li><li><a href=\"#toc-15\">Ganhe 10% De Procuring De Cassino Toda Semana Em Games Mostbet</a></li><li><a href=\"#toc-16\">Como Acessar A New Mostbet Pelo Web-site Móvel</a></li><li><a href=\"#toc-17\">Os Melhores Países Para Você Dar Na Mostbet</a></li><li><a href=\"#toc-18\">Como Dar Em Esportes Em Mostbet? </a></li><li><a href=\"#toc-19\">Como Fazer O Mostbet Login? </a></li><li><a href=\"#toc-20\">Apostas Na Premier Little League 2025/26 Na Mostbet - Mercados, Previsões E Últimas Odds</a></li><li><a href=\"#toc-21\">Os Caça-níqueis Mais Buscados Entre Os Jogadores Em 2025</a></li><li><a href=\"#toc-22\">Bónus Electronic Promoções Na Mostbet Pt</a></li><li><a href=\"#toc-23\">Vantagens Elizabeth Desvantagens Da Mostbet</a></li><li><a href=\"#toc-24\">Como Faço O Mostbet Login? </a></li><li><a href=\"#toc-28\">Apostas Desportivas Vs Online Casino – Diferenças Simply No Mostbet</a></li><li><a href=\"#toc-29\">Segurança E Confiabilidade</a></li></ul></div><p>Os jogadores devem ter mais de 21 anos e residir em jurisdições onde o jogo online é legal.  Se você ou alguém que você conhece tem inconveniencias com jogos de azar e precisa de ajuda, ligue ou visite Gamecare.  O aplicativo sobre apostas móveis de uma Mostbets está disponível para download elizabeth é utilizado em dispositivos móveis que executam os guias operacionais Android electronic iOS, assim como em tablets.  Em termos de aparência e operação, ambos os programas têm os mesmos requisitos mínimos de libro, permitindo que eles funcionem sem inconveniencias em qualquer mecanismo.  Você possui o dispositivo android systems IOS e pretende instalar o aplicativo para jogar possuindo comodidade?  A maioria dos programas de fidelidade da Bet são privilégios ativos e os clientes VERY IMPORTANT PERSONEL desfrutam enquanto apostam nesta plataforma.</p><ul><li>Os saques por transferência bancária na casa de apostas Mostbet podem demorar até 5 dias. </li><li>Você pode ganhar se fizer alguma aposta no community onde a lisonjero vai cair. </li><li>Nossa plataforma\" \"é organizada para fácil navegação e acesso rápido a todas as opções. </li><li>Levamos a sua segurança e conforto bastante a sério e por isso tomamos todas as medidas necessárias para asegurar a transparência at the fiabilidade da nossa plataforma de game. </li><li>O site ag MostBet está disponível em mais de 90 países, apresentando milhões de usuários ativos em en totalidad o mundo. </li><li>No MostbetCasino, oferecemos uma variedade de apostas esportivas e jogos de cassino. </li></ul><p>Há diferentes maneiras de se registrar durante telefone, e-mail systems mídia social.  Depois que o depósito for feito e o pagamento for verificado, o bônus será creditado\" \"mhh conta de bônus do usuário.  Somos auditados regularmente pra garantir a conformidade com a licença.</p><h2 id=\"toc-0\">Loteria Wild Summer Camp Na Mostbet -- Ganhe Rodadas Grátis E Prêmios</h2><p>No cadastro, o jogador  ou apostador tem que escolher um ou outro, e cumprir as condições afin de recebê-lo.  Gostaria para mencionar o grande número de jogos no Mostbet Gambling establishment, especialmente o game Aviator.</p><ul><li>Na Line você aposta em partidas e confrontos os quais ainda não começaram. </li><li>Para jogar, é preciso manter o controle perform avião e apetecer pegar as recompensas antes que ele voe para longe. </li><li>O aplicativo de apostas móveis da Mostbets está disponível para download at the é utilizado em dispositivos móveis o qual executam os guias operacionais Android elizabeth iOS, assim como em tablets. </li><li>Se você apresentar alguma dúvida relacionada registro, pagamentos ou regras de apostas, a equipe para atendimento ao cliente da Mostbet está sempre pronta para ajudar. </li><li>Os E-Sports são 1 dos esportes também populares na trampolín e são mais e mais reconhecidos por tua popularidade. </li><li>A promoção “Aposta sem Riscos” da Mostbet PT permite o qual os jogadores façam uma aposta desportiva sem qualquer risco de perda carry out valor apostado. </li></ul><p>Isto significa os quais aderimos aos cependant elevados padrões at the requisitos da indústria, de modo some sort of proporcionar-lhe um klima de jogo puntual e seguro.  Milhares de jogadores apostam na MostBet. possuindo dia após dia, e há muitas boas razões para aderir some sort of esta cartilha esportiva, que está disponível em mais sobre 90 países.  As estratégias são cependant para cortar suas perdas do que para aumentar tua capacidade de ganhar <a href=\"https://mostbet-brasil-cassino.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Bônus Elizabeth Promoções Mostbet Brasil</h3><p>Na plataforma, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos.  Ao utilizar um código promocional, os jogadores podem desbloquear benefícios exclusivos que aprimoram a experiência sobre jogo na trampolín Mostbet Portugal.  As máquinas caça-níqueis ag Mostbet se destacam pela diversidade de temas, mecânicas electronic opções de apostas.  Oferecemos desde aventuras épicas até temas clássicos de frutas, com gráficos vibrantes e recursos para bônus exclusivos.</p><ul><li> populares do momento, como Dota 2, Little league of Legends at the CS. </li><li>O atendimento ao cliente pode ser contatado 24 horas durante dia, 7 dias por semana. </li><li> facilita bem a vida 2 jogadores e apostadores. </li><li>O atendimento ao cliente é rápido e eficiente para resolver seus problemas. </li><li>Também oferecemos uma extensa Foundation de Conhecimentos at the Perguntas Frequentes (FAQ), que contêm respostas detalhadas às perguntas mais comuns. </li></ul><p>O MostBet Br tem ofertas permanentes, como seus bônus de boas-vindas disponíveis para  jogadores at the apostadores, além sobre várias promoções sazonais e únicas.  MostBet Brasil oferece aos jogadores quatro maneiras diferentes\" \"sobre se registrar, alguma das quais  permite que os jogadores abram uma conta com um harmonie.  Todas elas são bastante simples sobre serem feitas,</p><h2 id=\"toc-2\">Guia Para Login Mostbet</h2><p>Esses países têm processos de registro muchas, e você terá a opção de depositar ou sacar dinheiro em sua moeda local, além dos métodos de pagamento mais populares.  Ao criar uma conta MostBet, você poderá receber bônus para apostar na qualquer tipo para jogo no web-site.  As políticas sobre bônus são claras e fáceis sobre preencher para o qual você possa reivindicá-los e apostar com seus benefícios.</p><ul><li>Para dispositivos Android, operating-system utilizadores podem fazer o download perform ficheiro APK diretamente no site weil Mostbet. </li><li>Com cashback, os jogadores têm diversas maneiras de maximizar seus ganhos. </li><li>MostBet Brasil oferece aos jogadores quatro maneiras diferentes\" \"sobre se registrar, alguma das quais</li><li>Cada participante deve adquirir um total sobre seis bilhetes, cada um exibindo 1 número diferente. </li></ul><p>No primeiro problema, o oponente perform jogador é o computador, e os resultados determinam o gerador de números aleatórios.  No segundo se, o usuário joga contra um verdadeiro dealer — um funcionário do cassino.  Você poderá produzir apostas simples, apostas expressas ou apostas de sistema.  Também no aplicativo está disponível para seguir a partidas ao vivo em muy buena qualidade, quando você pode apostar diretamente no decorrer da partida.  Ao ainda tempo, você tem a possibilidade de visualizar estatísticas em virtude de ajudá-lo a fazer a escolha\" \"determinada.  Todos estes games estão disponíveis pra os jogadores registrados.</p><h3 id=\"toc-3\">Mostbet Casino Portugal: Mobile Application & Welcome Bonus Guide</h3><p>Receba um bônus de boas-vindas para +125% no teu primeiro depósito para até R$ two. 200 para apostas esportivas.  Os depósitos são processados instantaneamente, enquanto os saques são processados em até 24 hrs.  Os métodos sobre pagamento disponíveis not any Mostbet incluem PIX, transferências bancárias, cartões de crédito at the débito, e carteiras digitais populares not any Brasil.  Todas since transações são processadas com segurança máxima e os saques são processados de manera acelerada, geralmente em até 24 horas.  Sim, a Mostbet é confiável e muito segura, protegendo since informações de los dos os jogadores, oferecendo métodos de pagamento práticos e sendo licenciada.  Aqui você pode combinar várias partidas num único bilhete e as probabilidades totais serão a soma de todas as opções de apostas o qual você escolher.</p><p>A organização garante que os clientes possam usar o web site de forma segura e confortável.  Nesta página nós te diremos como você pode obter o bônus de 125% de depósito zero valor de até 300 euros ao aderir ao código promocional «MOSTBETPT» weil MostBet.  A maneira mais rápida electronic fácil de fazer uma conta de jogo é u registro via redes sociais.  Para jogar, é preciso manter o controle carry out avião e inducir pegar as recompensas antes que ele voe para longe.  Os apostadores adoram Aviator por tua jogabilidade original elizabeth acessibilidade.</p><h2 id=\"toc-4\">Como Avivar Na Mostbet</h2><p>Como todos eles são licenciados e administrados por empresas para software conceituadas, quaisquer jogos são controlados pelo RNG.  Se você optar durante utilizar o internet site móvel Mostbet BAYERISCHER RUNDFUNK em vez carry out aplicativo Android ou a versão para PC, você também não perderá nenhuma promoção ou bônus.  Para aqueles o qual preferem não baixar o aplicativo venha a ser por quais motivos forem, o web-site é um ótimo substituto.  Utilizamos tecnologia de criptografia SSL de 256 bits, a mesma empregada por bancos mundiais, para proteger todas as informações pessoais e financeiras sobre nossos clientes.</p><ul><li>Mostbet é legal em Portugal, oferecendo um ambiente indudable e regulamentado para seus jogadores. </li><li> até 30 minutos após to cadastro. </li><li>Este post tem tais como objetivo fornecer uma análise abrangente ag Mostbet, destacando seus recursos, benefícios e por que ela se destaca no concorrido setor sobre apostas on-line. </li><li>Este bônus é especialmente projetado para dar aos jogadores brasileiros 1 impulso inicial histórico em sua jornal de apostas. </li></ul><p>Levamos a sua segurança e conforto muito a sério elizabeth por isso tomamos todas as medidas necessárias para garantir a transparência electronic fiabilidade da nossa plataforma de jogo.  O nosso objectivo é proporcionar-lhe alguma coisa mais, que provocará uma inundação de emoções e o fará sentir alguma verdadeira emoção em cada segundo perform jogo.  Em seguida, escolha o método de registro por e-mail e harmonie em «proximo».  Qualquer sessão em uma sala de pôquer ao vivo começa com uma viagem até o balcão main.</p><h3 id=\"toc-5\">Como Funciona A Verificação De Conta</h3><p>Eles incluem cartões bancários (Visa, MasterCard), carteiras eletrônicas (Neteller, Skrill), criptomoedas (Bitcoin, Ethereum) e muito também.  A plataforma responsable que todas because transações sejam seguras e eficientes, facilitando o depósito e a retirada de fundos pelos usuários.  Você pode produzir a conta para login Mostbet através de seu aparato móvel.  O reconocimiento móvel não difere em quaisquer passos do registro not any site, e em termos de funcionalidade, o aplicativo móvel Mostbet é en su totalidad o mesmo la cual seu portal principal.  Para se archivar no app, o novo cliente precisa baixar a Mostbet para um telefone celular ou tablet na plataforma Android e executar um registro.</p><ul><li>Milhares de jogadores apostam na MostBet. apresentando dia após dia, e há muitas boas razões para aderir a new esta cartilha esportiva, que está disponível em mais para 90 países. </li><li> valor mínimo the ser depositado é de R$50. </li><li>Na organizacion, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos. </li><li> Monopoly Live, Baccarat Speed e muito mais. </li></ul><p>Você ainda tem a possibilidade de baixar o aplicativo oficial da MostBet para acessar suas ferramentas e dar on-line sem complicações.  As avaliações carry out aplicativo móvel são positivas, pois ele é bem otimizado.  O cassino ao vivo é ideal para aqueles o qual gostam da tensão e da emoção do momento.  Há muitos tipos\" \"de apostas e jogos clássicos em la cual você pode incrementar seu dinheiro ao vivo e com dealers ao palpitante.</p><h2 id=\"toc-6\">App Móvel Da Mostbet Pt</h2><p>O suporte ao cliente mhh Mostbet é amplamente reconhecido pela sua rapidez e acessibilidade.  A plataforma proporciona uma equipe dedicada e uma variedade de ferramentas pra garantir que operating system usuários recebam ajuda eficaz e profissional para qualquer necessidade.  Os eSports disponibilizam um cenário blando para apostadores at the fãs, atraindo especialmente um público adolescente e apaixonado durante tecnologia.</p><ul><li>Observe abaixo uma instrução detalhada de tais como fazer o obtain. </li><li>Com sua interface amigável e uma numerosa gama de opções, a Mostbet tornou-se rapidamente a preferida entre os entusiastas de apostas zero Brasil. </li><li>A Mostbet proporciona uma opção totalizadora para apostas esportivas. </li><li>Não importa de onde você é, pois uma grande variedade de moedas locais é aceita. </li></ul><p>Você tem a possibilidade de encontrar muitas maneiras diferentes de jogar pôquer na MostBet.  Essa primeira jogada na maioria dos jogos de cassino pode ser 1 confusa, entretanto, não importa quanto speed você tenha dedicado ao pôquer online ou aos jogos em casa.  O dealer ao palpitante dará duas mãos para a direccion — o ‘Player’s’ e o ‘Banker’s’.  O Banqueiro no Bacará não se refere à casa elizabeth o Jogador não se relaciona com você — eles são apenas duas partes para dar.</p><h3 id=\"toc-7\">Mostbet Código Promocional 2025</h3><p>Além da licença, to MostBet possui protocolos de segurança asi como criptografia,   protegendo os dados 2 jogadores e apostadores.  Ele também tem ferramentas para o jogo responsável,   evitando que os jogadores tenham dudas relacionados ao jogo.  A Mostbet é uma empresa de apostas esportivas on the web confiável e bem conhecida.</p><ul><li>Ideal para apostadores la cual desejam gerar lucros de forma rápida e fácil. </li><li>A taxa sobre câmbio depende para seu nível not any Programa de Fidelidade. </li><li>A Mostbet proíbe a abertura de uma segunda conta — o os quais significa que ze você tem hoje em dia uma conta Mostbet, você não apresenta permissão para produzir outra conta. </li><li>Se você apresentar qualquer problema possuindo seu depósito, saque, segurança ou qualquer outra coisa, a equipe de atendimento ao cliente fará tudo o la cual estiver ao teu alcance para ajudá-lo. </li></ul><p>Esta promoção de aniversário é uma excelente chance para os jogadores portugueses desfrutarem de bónus e regalias especiais na Mostbet PT.  Além disso, a nossa organizacion está equipada possuindo tecnologias de encriptação avançadas para asegurar transferências de dados seguras entre o seu dispositivo e os nossos servidores do megaupload.  Estamos atentos às mudanças na indústria da segurança elizabeth actualizamos regularmente os nossos sistemas para evitar acessos não autorizados e fraudes.\" \"[newline]Quando se trata para segurança e protecção, o Mostbet Online casino em Portugal está na vanguarda.</p><h3 id=\"toc-8\">Apostas E Casino</h3><p>No entanto, é importante ressaltar o qual este bónus, igual como a grande parte das promoções, está sujeito a requisitos de apostas anteriormente de poder se tornar levantado.  Estes requisitos variam consoante um tipo de bónus (desportivo ou casino) e devem producir cumpridos dentro de o determinado prazo.  As odds das apostas ao vivo são atualizadas constantemente, refletindo o desenrolar carry out evento.  Isso exige que os apostadores estejam atentos at the reajam de manera ágil para capitalizar as melhores oportunidades.</p><ul><li>Os métodos para pagamento disponíveis no Mostbet incluem PICS, transferências bancárias, cartões de crédito e débito, e carteiras digitais populares zero Brasil. </li><li>Se já tiver utilizado o bônus sobre boas-vindas, poderá comprar outros bônus mhh Mostbet. </li><li>Isso é feito afin de evitar grandes abusos do sistema elizabeth violações dos Termos e Condições ag Mostbet. </li><li>Estas podem incluir torneios com grandes prémios, promoções com acumulação de pontos, calendários surpresa e bem mais. </li></ul><p>Uma ex profeso combinada é uma aposta que cobre várias posições ao mesmo tempo.  Somente se a estimativa de cada jogador estiver correta é que esta ex profeso terá sucesso.  Como resultado, esta intencionadamente acarreta algum risco, mas pode producir compensado se u seu palpite estiver correto.</p><h2 id=\"toc-9\">Linha, Apostas E Probabilidades</h2><p>Observe abaixo uma instrução detalhada de lo que fazer o down load.  A Mostbet é uma plataforma sobre apostas e games on-line que está em operação desde 2009.  Ela proporciona uma ampla diversidade de serviços, incluindo apostas esportivas, apostas ao vivo, jogos de cassino electronic esportes virtuais.  Com sua interface amigável e uma numerosa gama de opções, a Mostbet se tornou rapidamente a favorita entre os entusiastas de apostas not any Brasil.  O MostBet é uma tablado internacional de apostas desportivas e casino online que oferece uma vasta diversidade de opções aos apostadores em England.</p><ul><li>Nesta seção, reunimos os jogos néanmoins jogados pela comunidade, com detalhes importantes sobre seus recursos, modos de bônus e dicas sobre como ganhar mais na Mostbet. </li><li>Assim, basta clicar no</li><li>Um dos caça-níqueis cependant populares entre os streamers e fãs de caça-níqueis on the web. </li><li>Sim, the Mostbet oferece 1 serviço de streaming gratuito, permitindo la cual os apostadores assistam a uma variedade de jogos para\" \"futebol e outros esportes. </li><li>Dispopnibiliza uma variedade sobre métodos de depósito e saque ag Mostbet, especialmente para os jogadores portugueses. </li></ul><p>Entre na nossa seção íntegral de cassino at the descubra todos os jogos disponíveis.  Os jogos de albur são os também visitados no cassino MostBet, pois garantem grandes ganhos possuindo pouco risco.  Você terá uma ampla gama de opções para se divertir enquanto lucra at the até mesmo participar do prognóstico weil MostBet.  Para saques, você pode decidir opções como Webmoney, EcoPayz, Payeer elizabeth as mencionadas simply no momento do depósito.  O período para crédito geralmente leva menos de seventy two horas para entrar em vigor mhh conta pretendida.  As opções não têm um valor mínimo de saque, mas você pode concluir no mínimo US$\" \"6th, 00 sem comissão com um deposito seguro.</p><h3 id=\"toc-10\">Como Contactar O Suporte Mostbet – Todos Os Canais</h3><p>Operamos sob a licença de Curaçao nº 8048/JAZ, cumprindo todas as regulamentações exigidas.  Abaixo estão as principais práticas sobre segurança implementadas na nossa plataforma.  Oferecemos métodos seguros electronic eficientes para depósitos e saques.  Processamos todas as transações de forma rápida para o seu conforto.  Abaixo, apresentamos os principais métodos disponíveis para jogadores.  Nosso aplicativo móvel facilita o acesso à Mostbet para forma rápida at the prática.</p><ul><li>Ao se registrar electronic fazer login, você pode obter 125% do seu de início depósito e rodadas grátis. </li><li>A exigência de apostas para as rodadas grátis é para 30 vezes um valor do bônus. </li><li>Essa experiência mais objetivo e envolvente é muito apreciada pelos amantes de jogos de casino. </li></ul><p>caso  dos saques, contando através da verificação de segurança, o processamento leva, no  máximo, 72 horas.  O ganho máximo com as rodadas grátis é de R$500 e o requisito de rollover é 60x.  Para obter mais two hundred fifty Giros Grátis, o</p><h2 id=\"toc-11\">Aniversário Com Mostbetpt</h2><p>Ganha o adversário que marcar u número de pontos mais próximo possível de 9 no ano de duas ou três cartas.  Os apostadores podem acompanhar operating-system principais campeonatos mundiais de eSports elizabeth fazer apostas.  Você poderá assistir while disputas das equipes de eSports ao vivo apostando quem será o vencedor.  Normalmente, estas são partidas bastante longas com momentos emocionantes que são bem interessantes de descender.  Se você ainda não  sabe to que é, aconselhamos que finalmente tente esta seção de uma MostBet Portugal.</p><ul><li>O dealer ao palpitante dará duas mãos para a mesa — o ‘Player’s’ como também o ‘Banker’s’. </li><li>Nossa licença internacional garante que todas since operações sejam conduzidas de acordo apresentando os mais altos padrões regulamentares. </li><li>As estratégias são néanmoins para cortar suas perdas do o qual para aumentar tua capacidade de ganhar. </li><li>Somente as transações com criptomoedas estão sujeitas\" \"some sort of tarifas. </li><li>O bónus pode chegar a 40% carry out valor apostado através do amigo convidado, sem limite no número de pessoas la cual podem ser convidadas. </li></ul><p>Informações de logon MostBet com pontos sobre como acessar o site oficial do seu país.  Nesta seção, reunimos os jogos mais jogados pela comunidade, com detalhes principales sobre seus recursos, modos de bônus e dicas a respeito de como ganhar também na Mostbet.  Ideal para apostadores os quais desejam gerar lucros de forma rápida e fácil.  O Aviator é well-liked por oferecer lucros rapidamente, pois no momento em que você faz tua aposta, o coeficiente se multiplicará de acordo com um nível de voo e você terá de sacar anteriormente que ele caia.</p><h2 id=\"toc-12\">Benefícios Exclusivos Para Brasileiros</h2><p>Aqui é onde você se registra para o torneio de sua escolha, ou terá seu nome na referencia para um jogo a dinheiro.  Ela vem frequentemente recomendada para iniciantes os quais começam a desunir os princípios perform jogo.  Embora while chances de ganhar o prêmio main sejam pequenas, the possibilidade de obtê-lo adiciona ainda mais excitação e interesse no jogo.  Você também pode adivinar para quinze partidas pela frente elizabeth fazer jack.</p><ul><li>Se fizer o de início depósito dentro sobre 30 minutos após o registro, o bônus será sobre 125%. </li><li>E as nossas slot machines são mais do que simples máquinas – são portais mágicos que to transportam para mundos de fantasia at the aventura. </li><li>A locuinta de apostas online MostBet é um dos prestadores sobre serviços de apostas esportivas mais confiáveis do Chipre. </li><li>Em termos de aparência e operação, los dos os programas têm os mesmos requisitos mínimos de sistema, permitindo que eles funcionem sem problemas em qualquer dispositivo. </li></ul><p>Isso significa que a new Mostbet adere a todos os regulamentos e padrões necessários para oferecer um stimmung de apostas seguro e justo.  Ao visitar o web site oficial da Mostbet, você é recebido com uma program elegante e amigável que é fácil de navegar.  O site foi projetado através do usuário em mente, garantindo os quais mesmo os novatos possam se derivar facilmente.</p><h3 id=\"toc-13\">Mostbet Login</h3><p>O monto mínimo de depósito\" \"na Mostbet é de 50 BRL, assim como o canon mínimo de tiro.  O tempo sobre processamento do tiro normalmente leva para 15 minutos a 3 dias úteis.  Nossa equipe de suporte especializada está disponível 24 hrs por dia em virtude de ajudá-lo em português.  Desde nosso lançamento, o Mostbet apresenta se dedicado a proporcionar entretenimento de alta qualidade, com foco na segurança, transparência e satisfação do cliente.  Nossa licença internacional responsable que todas as operações sejam conduzidas de acordo com os mais altos padrões regulamentares.  Assim, quando você expresamente na vitória para um time, é preciso que um time vença así que usted sua aposta venha a ser bem-sucedida.</p><p>Explore while diversas opções at the descubra seu favorito na nossa plataforma.  No Mostbet, os saques devem ser feitos através do ainda método utilizado afin de o depósito, mas é possível alterá-lo após verificação durante um funcionário.  Para realizar a retirada, preencha seus informações pessoais na Área Pessoal, escolha a new moeda, insira informações como nome, país e documento.  Selecione o método para pagamento, defina o valor a servir retirado e complete o processo.  Na Mostbet, cada jogo foi cuidadosamente pulido para proporcionar sessões rápidas e vibrantes, ideais para jogadores que desejam resultados imediatos e a emoção de ganhos rápidos.</p>','Apostas Desportivas Web-site De Apostas Vave Online Bónus','','inherit','closed','closed','','409-revision-v1','','','2025-10-13 13:27:39','2025-10-13 06:27:39','',409,'https://lion288slot.com/?p=410',0,'revision','',0),
(411,1,'2025-10-12 19:36:05','2025-10-12 12:36:05','<meta name=\"description\" content=\"Agora escreva um e-mail sobre a new eliminação de tua conta amostra daddy aqui. \"/><h1>Mostbet Casino Portugal Bónus 300 + 25 Giros Grátis</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Loteria Wild Summer Camp Na Mostbet Instructions Ganhe Rodadas Grátis E Prêmios</a></li><li><a href=\"#toc-1\">Bônus At The Promoções Mostbet Brasil</a></li><li><a href=\"#toc-2\">Guia De Login Mostbet</a></li><li><a href=\"#toc-3\">Mostbet On Line Casino Portugal: Mobile App & Welcome Added Bonus Guide</a></li><li><a href=\"#toc-4\">Como Depositar Na Mostbet</a></li><li><a href=\"#toc-5\">Como Funciona A Verificação De Conta</a></li><li><a href=\"#toc-6\">App Móvel Da Mostbet Pt</a></li><li><a href=\"#toc-7\">Mostbet Código Promocional 2025</a></li><li><a href=\"#toc-8\">Apostas E Casino</a></li><li><a href=\"#toc-9\">Linha, Apostas E Probabilidades</a></li><li><a href=\"#toc-10\">Como Comunicarse O Suporte Mostbet – Todos Os Canais</a></li><li><a href=\"#toc-11\">Aniversário Com Mostbetpt</a></li><li><a href=\"#toc-12\">Benefícios Exclusivos Para Brasileiros</a></li><li><a href=\"#toc-13\">Mostbet Login</a></li><li><a href=\"#toc-14\">Versão Móvel E Software Android E Ios Mostbet</a></li><li><a href=\"#toc-15\">Ganhe 10% De Procuring De Cassino Toda Semana Em Games Mostbet</a></li><li><a href=\"#toc-16\">Como Acessar A New Mostbet Pelo Web-site Móvel</a></li><li><a href=\"#toc-17\">Os Melhores Países Para Você Dar Na Mostbet</a></li><li><a href=\"#toc-18\">Como Dar Em Esportes Em Mostbet? </a></li><li><a href=\"#toc-19\">Como Fazer O Mostbet Login? </a></li><li><a href=\"#toc-20\">Apostas Na Premier Little League 2025/26 Na Mostbet - Mercados, Previsões E Últimas Odds</a></li><li><a href=\"#toc-21\">Os Caça-níqueis Mais Buscados Entre Os Jogadores Em 2025</a></li><li><a href=\"#toc-22\">Bónus Electronic Promoções Na Mostbet Pt</a></li><li><a href=\"#toc-23\">Vantagens Elizabeth Desvantagens Da Mostbet</a></li><li><a href=\"#toc-24\">Como Faço O Mostbet Login? </a></li><li><a href=\"#toc-28\">Apostas Desportivas Vs Online Casino – Diferenças Simply No Mostbet</a></li><li><a href=\"#toc-29\">Segurança E Confiabilidade</a></li></ul></div><p>Os jogadores devem ter mais de 21 anos e residir em jurisdições onde o jogo online é legal.  Se você ou alguém que você conhece tem inconveniencias com jogos de azar e precisa de ajuda, ligue ou visite Gamecare.  O aplicativo sobre apostas móveis de uma Mostbets está disponível para download elizabeth é utilizado em dispositivos móveis que executam os guias operacionais Android electronic iOS, assim como em tablets.  Em termos de aparência e operação, ambos os programas têm os mesmos requisitos mínimos de libro, permitindo que eles funcionem sem inconveniencias em qualquer mecanismo.  Você possui o dispositivo android systems IOS e pretende instalar o aplicativo para jogar possuindo comodidade?  A maioria dos programas de fidelidade da Bet são privilégios ativos e os clientes VERY IMPORTANT PERSONEL desfrutam enquanto apostam nesta plataforma.</p><ul><li>Os saques por transferência bancária na casa de apostas Mostbet podem demorar até 5 dias. </li><li>Você pode ganhar se fizer alguma aposta no community onde a lisonjero vai cair. </li><li>Nossa plataforma\" \"é organizada para fácil navegação e acesso rápido a todas as opções. </li><li>Levamos a sua segurança e conforto bastante a sério e por isso tomamos todas as medidas necessárias para asegurar a transparência at the fiabilidade da nossa plataforma de game. </li><li>O site ag MostBet está disponível em mais de 90 países, apresentando milhões de usuários ativos em en totalidad o mundo. </li><li>No MostbetCasino, oferecemos uma variedade de apostas esportivas e jogos de cassino. </li></ul><p>Há diferentes maneiras de se registrar durante telefone, e-mail systems mídia social.  Depois que o depósito for feito e o pagamento for verificado, o bônus será creditado\" \"mhh conta de bônus do usuário.  Somos auditados regularmente pra garantir a conformidade com a licença.</p><h2 id=\"toc-0\">Loteria Wild Summer Camp Na Mostbet -- Ganhe Rodadas Grátis E Prêmios</h2><p>No cadastro, o jogador  ou apostador tem que escolher um ou outro, e cumprir as condições afin de recebê-lo.  Gostaria para mencionar o grande número de jogos no Mostbet Gambling establishment, especialmente o game Aviator.</p><ul><li>Na Line você aposta em partidas e confrontos os quais ainda não começaram. </li><li>Para jogar, é preciso manter o controle perform avião e apetecer pegar as recompensas antes que ele voe para longe. </li><li>O aplicativo de apostas móveis da Mostbets está disponível para download at the é utilizado em dispositivos móveis o qual executam os guias operacionais Android elizabeth iOS, assim como em tablets. </li><li>Se você apresentar alguma dúvida relacionada registro, pagamentos ou regras de apostas, a equipe para atendimento ao cliente da Mostbet está sempre pronta para ajudar. </li><li>Os E-Sports são 1 dos esportes também populares na trampolín e são mais e mais reconhecidos por tua popularidade. </li><li>A promoção “Aposta sem Riscos” da Mostbet PT permite o qual os jogadores façam uma aposta desportiva sem qualquer risco de perda carry out valor apostado. </li></ul><p>Isto significa os quais aderimos aos cependant elevados padrões at the requisitos da indústria, de modo some sort of proporcionar-lhe um klima de jogo puntual e seguro.  Milhares de jogadores apostam na MostBet. possuindo dia após dia, e há muitas boas razões para aderir some sort of esta cartilha esportiva, que está disponível em mais sobre 90 países.  As estratégias são cependant para cortar suas perdas do que para aumentar tua capacidade de ganhar <a href=\"https://mostbet-brasil-cassino.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Bônus Elizabeth Promoções Mostbet Brasil</h3><p>Na plataforma, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos.  Ao utilizar um código promocional, os jogadores podem desbloquear benefícios exclusivos que aprimoram a experiência sobre jogo na trampolín Mostbet Portugal.  As máquinas caça-níqueis ag Mostbet se destacam pela diversidade de temas, mecânicas electronic opções de apostas.  Oferecemos desde aventuras épicas até temas clássicos de frutas, com gráficos vibrantes e recursos para bônus exclusivos.</p><ul><li> populares do momento, como Dota 2, Little league of Legends at the CS. </li><li>O atendimento ao cliente pode ser contatado 24 horas durante dia, 7 dias por semana. </li><li> facilita bem a vida 2 jogadores e apostadores. </li><li>O atendimento ao cliente é rápido e eficiente para resolver seus problemas. </li><li>Também oferecemos uma extensa Foundation de Conhecimentos at the Perguntas Frequentes (FAQ), que contêm respostas detalhadas às perguntas mais comuns. </li></ul><p>O MostBet Br tem ofertas permanentes, como seus bônus de boas-vindas disponíveis para  jogadores at the apostadores, além sobre várias promoções sazonais e únicas.  MostBet Brasil oferece aos jogadores quatro maneiras diferentes\" \"sobre se registrar, alguma das quais  permite que os jogadores abram uma conta com um harmonie.  Todas elas são bastante simples sobre serem feitas,</p><h2 id=\"toc-2\">Guia Para Login Mostbet</h2><p>Esses países têm processos de registro muchas, e você terá a opção de depositar ou sacar dinheiro em sua moeda local, além dos métodos de pagamento mais populares.  Ao criar uma conta MostBet, você poderá receber bônus para apostar na qualquer tipo para jogo no web-site.  As políticas sobre bônus são claras e fáceis sobre preencher para o qual você possa reivindicá-los e apostar com seus benefícios.</p><ul><li>Para dispositivos Android, operating-system utilizadores podem fazer o download perform ficheiro APK diretamente no site weil Mostbet. </li><li>Com cashback, os jogadores têm diversas maneiras de maximizar seus ganhos. </li><li>MostBet Brasil oferece aos jogadores quatro maneiras diferentes\" \"sobre se registrar, alguma das quais</li><li>Cada participante deve adquirir um total sobre seis bilhetes, cada um exibindo 1 número diferente. </li></ul><p>No primeiro problema, o oponente perform jogador é o computador, e os resultados determinam o gerador de números aleatórios.  No segundo se, o usuário joga contra um verdadeiro dealer — um funcionário do cassino.  Você poderá produzir apostas simples, apostas expressas ou apostas de sistema.  Também no aplicativo está disponível para seguir a partidas ao vivo em muy buena qualidade, quando você pode apostar diretamente no decorrer da partida.  Ao ainda tempo, você tem a possibilidade de visualizar estatísticas em virtude de ajudá-lo a fazer a escolha\" \"determinada.  Todos estes games estão disponíveis pra os jogadores registrados.</p><h3 id=\"toc-3\">Mostbet Casino Portugal: Mobile Application & Welcome Bonus Guide</h3><p>Receba um bônus de boas-vindas para +125% no teu primeiro depósito para até R$ two. 200 para apostas esportivas.  Os depósitos são processados instantaneamente, enquanto os saques são processados em até 24 hrs.  Os métodos sobre pagamento disponíveis not any Mostbet incluem PIX, transferências bancárias, cartões de crédito at the débito, e carteiras digitais populares not any Brasil.  Todas since transações são processadas com segurança máxima e os saques são processados de manera acelerada, geralmente em até 24 horas.  Sim, a Mostbet é confiável e muito segura, protegendo since informações de los dos os jogadores, oferecendo métodos de pagamento práticos e sendo licenciada.  Aqui você pode combinar várias partidas num único bilhete e as probabilidades totais serão a soma de todas as opções de apostas o qual você escolher.</p><p>A organização garante que os clientes possam usar o web site de forma segura e confortável.  Nesta página nós te diremos como você pode obter o bônus de 125% de depósito zero valor de até 300 euros ao aderir ao código promocional «MOSTBETPT» weil MostBet.  A maneira mais rápida electronic fácil de fazer uma conta de jogo é u registro via redes sociais.  Para jogar, é preciso manter o controle carry out avião e inducir pegar as recompensas antes que ele voe para longe.  Os apostadores adoram Aviator por tua jogabilidade original elizabeth acessibilidade.</p><h2 id=\"toc-4\">Como Avivar Na Mostbet</h2><p>Como todos eles são licenciados e administrados por empresas para software conceituadas, quaisquer jogos são controlados pelo RNG.  Se você optar durante utilizar o internet site móvel Mostbet BAYERISCHER RUNDFUNK em vez carry out aplicativo Android ou a versão para PC, você também não perderá nenhuma promoção ou bônus.  Para aqueles o qual preferem não baixar o aplicativo venha a ser por quais motivos forem, o web-site é um ótimo substituto.  Utilizamos tecnologia de criptografia SSL de 256 bits, a mesma empregada por bancos mundiais, para proteger todas as informações pessoais e financeiras sobre nossos clientes.</p><ul><li>Mostbet é legal em Portugal, oferecendo um ambiente indudable e regulamentado para seus jogadores. </li><li> até 30 minutos após to cadastro. </li><li>Este post tem tais como objetivo fornecer uma análise abrangente ag Mostbet, destacando seus recursos, benefícios e por que ela se destaca no concorrido setor sobre apostas on-line. </li><li>Este bônus é especialmente projetado para dar aos jogadores brasileiros 1 impulso inicial histórico em sua jornal de apostas. </li></ul><p>Levamos a sua segurança e conforto muito a sério elizabeth por isso tomamos todas as medidas necessárias para garantir a transparência electronic fiabilidade da nossa plataforma de jogo.  O nosso objectivo é proporcionar-lhe alguma coisa mais, que provocará uma inundação de emoções e o fará sentir alguma verdadeira emoção em cada segundo perform jogo.  Em seguida, escolha o método de registro por e-mail e harmonie em «proximo».  Qualquer sessão em uma sala de pôquer ao vivo começa com uma viagem até o balcão main.</p><h3 id=\"toc-5\">Como Funciona A Verificação De Conta</h3><p>Eles incluem cartões bancários (Visa, MasterCard), carteiras eletrônicas (Neteller, Skrill), criptomoedas (Bitcoin, Ethereum) e muito também.  A plataforma responsable que todas because transações sejam seguras e eficientes, facilitando o depósito e a retirada de fundos pelos usuários.  Você pode produzir a conta para login Mostbet através de seu aparato móvel.  O reconocimiento móvel não difere em quaisquer passos do registro not any site, e em termos de funcionalidade, o aplicativo móvel Mostbet é en su totalidad o mesmo la cual seu portal principal.  Para se archivar no app, o novo cliente precisa baixar a Mostbet para um telefone celular ou tablet na plataforma Android e executar um registro.</p><ul><li>Milhares de jogadores apostam na MostBet. apresentando dia após dia, e há muitas boas razões para aderir a new esta cartilha esportiva, que está disponível em mais para 90 países. </li><li> valor mínimo the ser depositado é de R$50. </li><li>Na organizacion, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos. </li><li> Monopoly Live, Baccarat Speed e muito mais. </li></ul><p>Você ainda tem a possibilidade de baixar o aplicativo oficial da MostBet para acessar suas ferramentas e dar on-line sem complicações.  As avaliações carry out aplicativo móvel são positivas, pois ele é bem otimizado.  O cassino ao vivo é ideal para aqueles o qual gostam da tensão e da emoção do momento.  Há muitos tipos\" \"de apostas e jogos clássicos em la cual você pode incrementar seu dinheiro ao vivo e com dealers ao palpitante.</p><h2 id=\"toc-6\">App Móvel Da Mostbet Pt</h2><p>O suporte ao cliente mhh Mostbet é amplamente reconhecido pela sua rapidez e acessibilidade.  A plataforma proporciona uma equipe dedicada e uma variedade de ferramentas pra garantir que operating system usuários recebam ajuda eficaz e profissional para qualquer necessidade.  Os eSports disponibilizam um cenário blando para apostadores at the fãs, atraindo especialmente um público adolescente e apaixonado durante tecnologia.</p><ul><li>Observe abaixo uma instrução detalhada de tais como fazer o obtain. </li><li>Com sua interface amigável e uma numerosa gama de opções, a Mostbet tornou-se rapidamente a preferida entre os entusiastas de apostas zero Brasil. </li><li>A Mostbet proporciona uma opção totalizadora para apostas esportivas. </li><li>Não importa de onde você é, pois uma grande variedade de moedas locais é aceita. </li></ul><p>Você tem a possibilidade de encontrar muitas maneiras diferentes de jogar pôquer na MostBet.  Essa primeira jogada na maioria dos jogos de cassino pode ser 1 confusa, entretanto, não importa quanto speed você tenha dedicado ao pôquer online ou aos jogos em casa.  O dealer ao palpitante dará duas mãos para a direccion — o ‘Player’s’ e o ‘Banker’s’.  O Banqueiro no Bacará não se refere à casa elizabeth o Jogador não se relaciona com você — eles são apenas duas partes para dar.</p><h3 id=\"toc-7\">Mostbet Código Promocional 2025</h3><p>Além da licença, to MostBet possui protocolos de segurança asi como criptografia,   protegendo os dados 2 jogadores e apostadores.  Ele também tem ferramentas para o jogo responsável,   evitando que os jogadores tenham dudas relacionados ao jogo.  A Mostbet é uma empresa de apostas esportivas on the web confiável e bem conhecida.</p><ul><li>Ideal para apostadores la cual desejam gerar lucros de forma rápida e fácil. </li><li>A taxa sobre câmbio depende para seu nível not any Programa de Fidelidade. </li><li>A Mostbet proíbe a abertura de uma segunda conta — o os quais significa que ze você tem hoje em dia uma conta Mostbet, você não apresenta permissão para produzir outra conta. </li><li>Se você apresentar qualquer problema possuindo seu depósito, saque, segurança ou qualquer outra coisa, a equipe de atendimento ao cliente fará tudo o la cual estiver ao teu alcance para ajudá-lo. </li></ul><p>Esta promoção de aniversário é uma excelente chance para os jogadores portugueses desfrutarem de bónus e regalias especiais na Mostbet PT.  Além disso, a nossa organizacion está equipada possuindo tecnologias de encriptação avançadas para asegurar transferências de dados seguras entre o seu dispositivo e os nossos servidores do megaupload.  Estamos atentos às mudanças na indústria da segurança elizabeth actualizamos regularmente os nossos sistemas para evitar acessos não autorizados e fraudes.\" \"[newline]Quando se trata para segurança e protecção, o Mostbet Online casino em Portugal está na vanguarda.</p><h3 id=\"toc-8\">Apostas E Casino</h3><p>No entanto, é importante ressaltar o qual este bónus, igual como a grande parte das promoções, está sujeito a requisitos de apostas anteriormente de poder se tornar levantado.  Estes requisitos variam consoante um tipo de bónus (desportivo ou casino) e devem producir cumpridos dentro de o determinado prazo.  As odds das apostas ao vivo são atualizadas constantemente, refletindo o desenrolar carry out evento.  Isso exige que os apostadores estejam atentos at the reajam de manera ágil para capitalizar as melhores oportunidades.</p><ul><li>Os métodos para pagamento disponíveis no Mostbet incluem PICS, transferências bancárias, cartões de crédito e débito, e carteiras digitais populares zero Brasil. </li><li>Se já tiver utilizado o bônus sobre boas-vindas, poderá comprar outros bônus mhh Mostbet. </li><li>Isso é feito afin de evitar grandes abusos do sistema elizabeth violações dos Termos e Condições ag Mostbet. </li><li>Estas podem incluir torneios com grandes prémios, promoções com acumulação de pontos, calendários surpresa e bem mais. </li></ul><p>Uma ex profeso combinada é uma aposta que cobre várias posições ao mesmo tempo.  Somente se a estimativa de cada jogador estiver correta é que esta ex profeso terá sucesso.  Como resultado, esta intencionadamente acarreta algum risco, mas pode producir compensado se u seu palpite estiver correto.</p><h2 id=\"toc-9\">Linha, Apostas E Probabilidades</h2><p>Observe abaixo uma instrução detalhada de lo que fazer o down load.  A Mostbet é uma plataforma sobre apostas e games on-line que está em operação desde 2009.  Ela proporciona uma ampla diversidade de serviços, incluindo apostas esportivas, apostas ao vivo, jogos de cassino electronic esportes virtuais.  Com sua interface amigável e uma numerosa gama de opções, a Mostbet se tornou rapidamente a favorita entre os entusiastas de apostas not any Brasil.  O MostBet é uma tablado internacional de apostas desportivas e casino online que oferece uma vasta diversidade de opções aos apostadores em England.</p><ul><li>Nesta seção, reunimos os jogos néanmoins jogados pela comunidade, com detalhes importantes sobre seus recursos, modos de bônus e dicas sobre como ganhar mais na Mostbet. </li><li>Assim, basta clicar no</li><li>Um dos caça-níqueis cependant populares entre os streamers e fãs de caça-níqueis on the web. </li><li>Sim, the Mostbet oferece 1 serviço de streaming gratuito, permitindo la cual os apostadores assistam a uma variedade de jogos para\" \"futebol e outros esportes. </li><li>Dispopnibiliza uma variedade sobre métodos de depósito e saque ag Mostbet, especialmente para os jogadores portugueses. </li></ul><p>Entre na nossa seção íntegral de cassino at the descubra todos os jogos disponíveis.  Os jogos de albur são os também visitados no cassino MostBet, pois garantem grandes ganhos possuindo pouco risco.  Você terá uma ampla gama de opções para se divertir enquanto lucra at the até mesmo participar do prognóstico weil MostBet.  Para saques, você pode decidir opções como Webmoney, EcoPayz, Payeer elizabeth as mencionadas simply no momento do depósito.  O período para crédito geralmente leva menos de seventy two horas para entrar em vigor mhh conta pretendida.  As opções não têm um valor mínimo de saque, mas você pode concluir no mínimo US$\" \"6th, 00 sem comissão com um deposito seguro.</p><h3 id=\"toc-10\">Como Contactar O Suporte Mostbet – Todos Os Canais</h3><p>Operamos sob a licença de Curaçao nº 8048/JAZ, cumprindo todas as regulamentações exigidas.  Abaixo estão as principais práticas sobre segurança implementadas na nossa plataforma.  Oferecemos métodos seguros electronic eficientes para depósitos e saques.  Processamos todas as transações de forma rápida para o seu conforto.  Abaixo, apresentamos os principais métodos disponíveis para jogadores.  Nosso aplicativo móvel facilita o acesso à Mostbet para forma rápida at the prática.</p><ul><li>Ao se registrar electronic fazer login, você pode obter 125% do seu de início depósito e rodadas grátis. </li><li>A exigência de apostas para as rodadas grátis é para 30 vezes um valor do bônus. </li><li>Essa experiência mais objetivo e envolvente é muito apreciada pelos amantes de jogos de casino. </li></ul><p>caso  dos saques, contando através da verificação de segurança, o processamento leva, no  máximo, 72 horas.  O ganho máximo com as rodadas grátis é de R$500 e o requisito de rollover é 60x.  Para obter mais two hundred fifty Giros Grátis, o</p><h2 id=\"toc-11\">Aniversário Com Mostbetpt</h2><p>Ganha o adversário que marcar u número de pontos mais próximo possível de 9 no ano de duas ou três cartas.  Os apostadores podem acompanhar operating-system principais campeonatos mundiais de eSports elizabeth fazer apostas.  Você poderá assistir while disputas das equipes de eSports ao vivo apostando quem será o vencedor.  Normalmente, estas são partidas bastante longas com momentos emocionantes que são bem interessantes de descender.  Se você ainda não  sabe to que é, aconselhamos que finalmente tente esta seção de uma MostBet Portugal.</p><ul><li>O dealer ao palpitante dará duas mãos para a mesa — o ‘Player’s’ como também o ‘Banker’s’. </li><li>Nossa licença internacional garante que todas since operações sejam conduzidas de acordo apresentando os mais altos padrões regulamentares. </li><li>As estratégias são néanmoins para cortar suas perdas do o qual para aumentar tua capacidade de ganhar. </li><li>Somente as transações com criptomoedas estão sujeitas\" \"some sort of tarifas. </li><li>O bónus pode chegar a 40% carry out valor apostado através do amigo convidado, sem limite no número de pessoas la cual podem ser convidadas. </li></ul><p>Informações de logon MostBet com pontos sobre como acessar o site oficial do seu país.  Nesta seção, reunimos os jogos mais jogados pela comunidade, com detalhes principales sobre seus recursos, modos de bônus e dicas a respeito de como ganhar também na Mostbet.  Ideal para apostadores os quais desejam gerar lucros de forma rápida e fácil.  O Aviator é well-liked por oferecer lucros rapidamente, pois no momento em que você faz tua aposta, o coeficiente se multiplicará de acordo com um nível de voo e você terá de sacar anteriormente que ele caia.</p><h2 id=\"toc-12\">Benefícios Exclusivos Para Brasileiros</h2><p>Aqui é onde você se registra para o torneio de sua escolha, ou terá seu nome na referencia para um jogo a dinheiro.  Ela vem frequentemente recomendada para iniciantes os quais começam a desunir os princípios perform jogo.  Embora while chances de ganhar o prêmio main sejam pequenas, the possibilidade de obtê-lo adiciona ainda mais excitação e interesse no jogo.  Você também pode adivinar para quinze partidas pela frente elizabeth fazer jack.</p><ul><li>Se fizer o de início depósito dentro sobre 30 minutos após o registro, o bônus será sobre 125%. </li><li>E as nossas slot machines são mais do que simples máquinas – são portais mágicos que to transportam para mundos de fantasia at the aventura. </li><li>A locuinta de apostas online MostBet é um dos prestadores sobre serviços de apostas esportivas mais confiáveis do Chipre. </li><li>Em termos de aparência e operação, los dos os programas têm os mesmos requisitos mínimos de sistema, permitindo que eles funcionem sem problemas em qualquer dispositivo. </li></ul><p>Isso significa que a new Mostbet adere a todos os regulamentos e padrões necessários para oferecer um stimmung de apostas seguro e justo.  Ao visitar o web site oficial da Mostbet, você é recebido com uma program elegante e amigável que é fácil de navegar.  O site foi projetado através do usuário em mente, garantindo os quais mesmo os novatos possam se derivar facilmente.</p><h3 id=\"toc-13\">Mostbet Login</h3><p>O monto mínimo de depósito\" \"na Mostbet é de 50 BRL, assim como o canon mínimo de tiro.  O tempo sobre processamento do tiro normalmente leva para 15 minutos a 3 dias úteis.  Nossa equipe de suporte especializada está disponível 24 hrs por dia em virtude de ajudá-lo em português.  Desde nosso lançamento, o Mostbet apresenta se dedicado a proporcionar entretenimento de alta qualidade, com foco na segurança, transparência e satisfação do cliente.  Nossa licença internacional responsable que todas as operações sejam conduzidas de acordo com os mais altos padrões regulamentares.  Assim, quando você expresamente na vitória para um time, é preciso que um time vença así que usted sua aposta venha a ser bem-sucedida.</p><p>Explore while diversas opções at the descubra seu favorito na nossa plataforma.  No Mostbet, os saques devem ser feitos através do ainda método utilizado afin de o depósito, mas é possível alterá-lo após verificação durante um funcionário.  Para realizar a retirada, preencha seus informações pessoais na Área Pessoal, escolha a new moeda, insira informações como nome, país e documento.  Selecione o método para pagamento, defina o valor a servir retirado e complete o processo.  Na Mostbet, cada jogo foi cuidadosamente pulido para proporcionar sessões rápidas e vibrantes, ideais para jogadores que desejam resultados imediatos e a emoção de ganhos rápidos.</p>','Apostas Desportivas Web-site De Apostas Vave Online Bónus','','publish','open','open','','apostas-desportivas-web-site-de-apostas-vave-online-bonus-2','','','2025-10-13 13:27:55','2025-10-13 06:27:55','',0,'https://lion288slot.com/?p=411',0,'post','',0),
(412,1,'2025-10-13 13:27:50','2025-10-13 06:27:50','<meta name=\"description\" content=\"Agora escreva um e-mail sobre a new eliminação de tua conta amostra daddy aqui. \"/><h1>Mostbet Casino Portugal Bónus 300 + 25 Giros Grátis</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Loteria Wild Summer Camp Na Mostbet Instructions Ganhe Rodadas Grátis E Prêmios</a></li><li><a href=\"#toc-1\">Bônus At The Promoções Mostbet Brasil</a></li><li><a href=\"#toc-2\">Guia De Login Mostbet</a></li><li><a href=\"#toc-3\">Mostbet On Line Casino Portugal: Mobile App & Welcome Added Bonus Guide</a></li><li><a href=\"#toc-4\">Como Depositar Na Mostbet</a></li><li><a href=\"#toc-5\">Como Funciona A Verificação De Conta</a></li><li><a href=\"#toc-6\">App Móvel Da Mostbet Pt</a></li><li><a href=\"#toc-7\">Mostbet Código Promocional 2025</a></li><li><a href=\"#toc-8\">Apostas E Casino</a></li><li><a href=\"#toc-9\">Linha, Apostas E Probabilidades</a></li><li><a href=\"#toc-10\">Como Comunicarse O Suporte Mostbet – Todos Os Canais</a></li><li><a href=\"#toc-11\">Aniversário Com Mostbetpt</a></li><li><a href=\"#toc-12\">Benefícios Exclusivos Para Brasileiros</a></li><li><a href=\"#toc-13\">Mostbet Login</a></li><li><a href=\"#toc-14\">Versão Móvel E Software Android E Ios Mostbet</a></li><li><a href=\"#toc-15\">Ganhe 10% De Procuring De Cassino Toda Semana Em Games Mostbet</a></li><li><a href=\"#toc-16\">Como Acessar A New Mostbet Pelo Web-site Móvel</a></li><li><a href=\"#toc-17\">Os Melhores Países Para Você Dar Na Mostbet</a></li><li><a href=\"#toc-18\">Como Dar Em Esportes Em Mostbet? </a></li><li><a href=\"#toc-19\">Como Fazer O Mostbet Login? </a></li><li><a href=\"#toc-20\">Apostas Na Premier Little League 2025/26 Na Mostbet - Mercados, Previsões E Últimas Odds</a></li><li><a href=\"#toc-21\">Os Caça-níqueis Mais Buscados Entre Os Jogadores Em 2025</a></li><li><a href=\"#toc-22\">Bónus Electronic Promoções Na Mostbet Pt</a></li><li><a href=\"#toc-23\">Vantagens Elizabeth Desvantagens Da Mostbet</a></li><li><a href=\"#toc-24\">Como Faço O Mostbet Login? </a></li><li><a href=\"#toc-28\">Apostas Desportivas Vs Online Casino – Diferenças Simply No Mostbet</a></li><li><a href=\"#toc-29\">Segurança E Confiabilidade</a></li></ul></div><p>Os jogadores devem ter mais de 21 anos e residir em jurisdições onde o jogo online é legal.  Se você ou alguém que você conhece tem inconveniencias com jogos de azar e precisa de ajuda, ligue ou visite Gamecare.  O aplicativo sobre apostas móveis de uma Mostbets está disponível para download elizabeth é utilizado em dispositivos móveis que executam os guias operacionais Android electronic iOS, assim como em tablets.  Em termos de aparência e operação, ambos os programas têm os mesmos requisitos mínimos de libro, permitindo que eles funcionem sem inconveniencias em qualquer mecanismo.  Você possui o dispositivo android systems IOS e pretende instalar o aplicativo para jogar possuindo comodidade?  A maioria dos programas de fidelidade da Bet são privilégios ativos e os clientes VERY IMPORTANT PERSONEL desfrutam enquanto apostam nesta plataforma.</p><ul><li>Os saques por transferência bancária na casa de apostas Mostbet podem demorar até 5 dias. </li><li>Você pode ganhar se fizer alguma aposta no community onde a lisonjero vai cair. </li><li>Nossa plataforma\" \"é organizada para fácil navegação e acesso rápido a todas as opções. </li><li>Levamos a sua segurança e conforto bastante a sério e por isso tomamos todas as medidas necessárias para asegurar a transparência at the fiabilidade da nossa plataforma de game. </li><li>O site ag MostBet está disponível em mais de 90 países, apresentando milhões de usuários ativos em en totalidad o mundo. </li><li>No MostbetCasino, oferecemos uma variedade de apostas esportivas e jogos de cassino. </li></ul><p>Há diferentes maneiras de se registrar durante telefone, e-mail systems mídia social.  Depois que o depósito for feito e o pagamento for verificado, o bônus será creditado\" \"mhh conta de bônus do usuário.  Somos auditados regularmente pra garantir a conformidade com a licença.</p><h2 id=\"toc-0\">Loteria Wild Summer Camp Na Mostbet -- Ganhe Rodadas Grátis E Prêmios</h2><p>No cadastro, o jogador  ou apostador tem que escolher um ou outro, e cumprir as condições afin de recebê-lo.  Gostaria para mencionar o grande número de jogos no Mostbet Gambling establishment, especialmente o game Aviator.</p><ul><li>Na Line você aposta em partidas e confrontos os quais ainda não começaram. </li><li>Para jogar, é preciso manter o controle perform avião e apetecer pegar as recompensas antes que ele voe para longe. </li><li>O aplicativo de apostas móveis da Mostbets está disponível para download at the é utilizado em dispositivos móveis o qual executam os guias operacionais Android elizabeth iOS, assim como em tablets. </li><li>Se você apresentar alguma dúvida relacionada registro, pagamentos ou regras de apostas, a equipe para atendimento ao cliente da Mostbet está sempre pronta para ajudar. </li><li>Os E-Sports são 1 dos esportes também populares na trampolín e são mais e mais reconhecidos por tua popularidade. </li><li>A promoção “Aposta sem Riscos” da Mostbet PT permite o qual os jogadores façam uma aposta desportiva sem qualquer risco de perda carry out valor apostado. </li></ul><p>Isto significa os quais aderimos aos cependant elevados padrões at the requisitos da indústria, de modo some sort of proporcionar-lhe um klima de jogo puntual e seguro.  Milhares de jogadores apostam na MostBet. possuindo dia após dia, e há muitas boas razões para aderir some sort of esta cartilha esportiva, que está disponível em mais sobre 90 países.  As estratégias são cependant para cortar suas perdas do que para aumentar tua capacidade de ganhar <a href=\"https://mostbet-brasil-cassino.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Bônus Elizabeth Promoções Mostbet Brasil</h3><p>Na plataforma, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos.  Ao utilizar um código promocional, os jogadores podem desbloquear benefícios exclusivos que aprimoram a experiência sobre jogo na trampolín Mostbet Portugal.  As máquinas caça-níqueis ag Mostbet se destacam pela diversidade de temas, mecânicas electronic opções de apostas.  Oferecemos desde aventuras épicas até temas clássicos de frutas, com gráficos vibrantes e recursos para bônus exclusivos.</p><ul><li> populares do momento, como Dota 2, Little league of Legends at the CS. </li><li>O atendimento ao cliente pode ser contatado 24 horas durante dia, 7 dias por semana. </li><li> facilita bem a vida 2 jogadores e apostadores. </li><li>O atendimento ao cliente é rápido e eficiente para resolver seus problemas. </li><li>Também oferecemos uma extensa Foundation de Conhecimentos at the Perguntas Frequentes (FAQ), que contêm respostas detalhadas às perguntas mais comuns. </li></ul><p>O MostBet Br tem ofertas permanentes, como seus bônus de boas-vindas disponíveis para  jogadores at the apostadores, além sobre várias promoções sazonais e únicas.  MostBet Brasil oferece aos jogadores quatro maneiras diferentes\" \"sobre se registrar, alguma das quais  permite que os jogadores abram uma conta com um harmonie.  Todas elas são bastante simples sobre serem feitas,</p><h2 id=\"toc-2\">Guia Para Login Mostbet</h2><p>Esses países têm processos de registro muchas, e você terá a opção de depositar ou sacar dinheiro em sua moeda local, além dos métodos de pagamento mais populares.  Ao criar uma conta MostBet, você poderá receber bônus para apostar na qualquer tipo para jogo no web-site.  As políticas sobre bônus são claras e fáceis sobre preencher para o qual você possa reivindicá-los e apostar com seus benefícios.</p><ul><li>Para dispositivos Android, operating-system utilizadores podem fazer o download perform ficheiro APK diretamente no site weil Mostbet. </li><li>Com cashback, os jogadores têm diversas maneiras de maximizar seus ganhos. </li><li>MostBet Brasil oferece aos jogadores quatro maneiras diferentes\" \"sobre se registrar, alguma das quais</li><li>Cada participante deve adquirir um total sobre seis bilhetes, cada um exibindo 1 número diferente. </li></ul><p>No primeiro problema, o oponente perform jogador é o computador, e os resultados determinam o gerador de números aleatórios.  No segundo se, o usuário joga contra um verdadeiro dealer — um funcionário do cassino.  Você poderá produzir apostas simples, apostas expressas ou apostas de sistema.  Também no aplicativo está disponível para seguir a partidas ao vivo em muy buena qualidade, quando você pode apostar diretamente no decorrer da partida.  Ao ainda tempo, você tem a possibilidade de visualizar estatísticas em virtude de ajudá-lo a fazer a escolha\" \"determinada.  Todos estes games estão disponíveis pra os jogadores registrados.</p><h3 id=\"toc-3\">Mostbet Casino Portugal: Mobile Application & Welcome Bonus Guide</h3><p>Receba um bônus de boas-vindas para +125% no teu primeiro depósito para até R$ two. 200 para apostas esportivas.  Os depósitos são processados instantaneamente, enquanto os saques são processados em até 24 hrs.  Os métodos sobre pagamento disponíveis not any Mostbet incluem PIX, transferências bancárias, cartões de crédito at the débito, e carteiras digitais populares not any Brasil.  Todas since transações são processadas com segurança máxima e os saques são processados de manera acelerada, geralmente em até 24 horas.  Sim, a Mostbet é confiável e muito segura, protegendo since informações de los dos os jogadores, oferecendo métodos de pagamento práticos e sendo licenciada.  Aqui você pode combinar várias partidas num único bilhete e as probabilidades totais serão a soma de todas as opções de apostas o qual você escolher.</p><p>A organização garante que os clientes possam usar o web site de forma segura e confortável.  Nesta página nós te diremos como você pode obter o bônus de 125% de depósito zero valor de até 300 euros ao aderir ao código promocional «MOSTBETPT» weil MostBet.  A maneira mais rápida electronic fácil de fazer uma conta de jogo é u registro via redes sociais.  Para jogar, é preciso manter o controle carry out avião e inducir pegar as recompensas antes que ele voe para longe.  Os apostadores adoram Aviator por tua jogabilidade original elizabeth acessibilidade.</p><h2 id=\"toc-4\">Como Avivar Na Mostbet</h2><p>Como todos eles são licenciados e administrados por empresas para software conceituadas, quaisquer jogos são controlados pelo RNG.  Se você optar durante utilizar o internet site móvel Mostbet BAYERISCHER RUNDFUNK em vez carry out aplicativo Android ou a versão para PC, você também não perderá nenhuma promoção ou bônus.  Para aqueles o qual preferem não baixar o aplicativo venha a ser por quais motivos forem, o web-site é um ótimo substituto.  Utilizamos tecnologia de criptografia SSL de 256 bits, a mesma empregada por bancos mundiais, para proteger todas as informações pessoais e financeiras sobre nossos clientes.</p><ul><li>Mostbet é legal em Portugal, oferecendo um ambiente indudable e regulamentado para seus jogadores. </li><li> até 30 minutos após to cadastro. </li><li>Este post tem tais como objetivo fornecer uma análise abrangente ag Mostbet, destacando seus recursos, benefícios e por que ela se destaca no concorrido setor sobre apostas on-line. </li><li>Este bônus é especialmente projetado para dar aos jogadores brasileiros 1 impulso inicial histórico em sua jornal de apostas. </li></ul><p>Levamos a sua segurança e conforto muito a sério elizabeth por isso tomamos todas as medidas necessárias para garantir a transparência electronic fiabilidade da nossa plataforma de jogo.  O nosso objectivo é proporcionar-lhe alguma coisa mais, que provocará uma inundação de emoções e o fará sentir alguma verdadeira emoção em cada segundo perform jogo.  Em seguida, escolha o método de registro por e-mail e harmonie em «proximo».  Qualquer sessão em uma sala de pôquer ao vivo começa com uma viagem até o balcão main.</p><h3 id=\"toc-5\">Como Funciona A Verificação De Conta</h3><p>Eles incluem cartões bancários (Visa, MasterCard), carteiras eletrônicas (Neteller, Skrill), criptomoedas (Bitcoin, Ethereum) e muito também.  A plataforma responsable que todas because transações sejam seguras e eficientes, facilitando o depósito e a retirada de fundos pelos usuários.  Você pode produzir a conta para login Mostbet através de seu aparato móvel.  O reconocimiento móvel não difere em quaisquer passos do registro not any site, e em termos de funcionalidade, o aplicativo móvel Mostbet é en su totalidad o mesmo la cual seu portal principal.  Para se archivar no app, o novo cliente precisa baixar a Mostbet para um telefone celular ou tablet na plataforma Android e executar um registro.</p><ul><li>Milhares de jogadores apostam na MostBet. apresentando dia após dia, e há muitas boas razões para aderir a new esta cartilha esportiva, que está disponível em mais para 90 países. </li><li> valor mínimo the ser depositado é de R$50. </li><li>Na organizacion, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos. </li><li> Monopoly Live, Baccarat Speed e muito mais. </li></ul><p>Você ainda tem a possibilidade de baixar o aplicativo oficial da MostBet para acessar suas ferramentas e dar on-line sem complicações.  As avaliações carry out aplicativo móvel são positivas, pois ele é bem otimizado.  O cassino ao vivo é ideal para aqueles o qual gostam da tensão e da emoção do momento.  Há muitos tipos\" \"de apostas e jogos clássicos em la cual você pode incrementar seu dinheiro ao vivo e com dealers ao palpitante.</p><h2 id=\"toc-6\">App Móvel Da Mostbet Pt</h2><p>O suporte ao cliente mhh Mostbet é amplamente reconhecido pela sua rapidez e acessibilidade.  A plataforma proporciona uma equipe dedicada e uma variedade de ferramentas pra garantir que operating system usuários recebam ajuda eficaz e profissional para qualquer necessidade.  Os eSports disponibilizam um cenário blando para apostadores at the fãs, atraindo especialmente um público adolescente e apaixonado durante tecnologia.</p><ul><li>Observe abaixo uma instrução detalhada de tais como fazer o obtain. </li><li>Com sua interface amigável e uma numerosa gama de opções, a Mostbet tornou-se rapidamente a preferida entre os entusiastas de apostas zero Brasil. </li><li>A Mostbet proporciona uma opção totalizadora para apostas esportivas. </li><li>Não importa de onde você é, pois uma grande variedade de moedas locais é aceita. </li></ul><p>Você tem a possibilidade de encontrar muitas maneiras diferentes de jogar pôquer na MostBet.  Essa primeira jogada na maioria dos jogos de cassino pode ser 1 confusa, entretanto, não importa quanto speed você tenha dedicado ao pôquer online ou aos jogos em casa.  O dealer ao palpitante dará duas mãos para a direccion — o ‘Player’s’ e o ‘Banker’s’.  O Banqueiro no Bacará não se refere à casa elizabeth o Jogador não se relaciona com você — eles são apenas duas partes para dar.</p><h3 id=\"toc-7\">Mostbet Código Promocional 2025</h3><p>Além da licença, to MostBet possui protocolos de segurança asi como criptografia,   protegendo os dados 2 jogadores e apostadores.  Ele também tem ferramentas para o jogo responsável,   evitando que os jogadores tenham dudas relacionados ao jogo.  A Mostbet é uma empresa de apostas esportivas on the web confiável e bem conhecida.</p><ul><li>Ideal para apostadores la cual desejam gerar lucros de forma rápida e fácil. </li><li>A taxa sobre câmbio depende para seu nível not any Programa de Fidelidade. </li><li>A Mostbet proíbe a abertura de uma segunda conta — o os quais significa que ze você tem hoje em dia uma conta Mostbet, você não apresenta permissão para produzir outra conta. </li><li>Se você apresentar qualquer problema possuindo seu depósito, saque, segurança ou qualquer outra coisa, a equipe de atendimento ao cliente fará tudo o la cual estiver ao teu alcance para ajudá-lo. </li></ul><p>Esta promoção de aniversário é uma excelente chance para os jogadores portugueses desfrutarem de bónus e regalias especiais na Mostbet PT.  Além disso, a nossa organizacion está equipada possuindo tecnologias de encriptação avançadas para asegurar transferências de dados seguras entre o seu dispositivo e os nossos servidores do megaupload.  Estamos atentos às mudanças na indústria da segurança elizabeth actualizamos regularmente os nossos sistemas para evitar acessos não autorizados e fraudes.\" \"[newline]Quando se trata para segurança e protecção, o Mostbet Online casino em Portugal está na vanguarda.</p><h3 id=\"toc-8\">Apostas E Casino</h3><p>No entanto, é importante ressaltar o qual este bónus, igual como a grande parte das promoções, está sujeito a requisitos de apostas anteriormente de poder se tornar levantado.  Estes requisitos variam consoante um tipo de bónus (desportivo ou casino) e devem producir cumpridos dentro de o determinado prazo.  As odds das apostas ao vivo são atualizadas constantemente, refletindo o desenrolar carry out evento.  Isso exige que os apostadores estejam atentos at the reajam de manera ágil para capitalizar as melhores oportunidades.</p><ul><li>Os métodos para pagamento disponíveis no Mostbet incluem PICS, transferências bancárias, cartões de crédito e débito, e carteiras digitais populares zero Brasil. </li><li>Se já tiver utilizado o bônus sobre boas-vindas, poderá comprar outros bônus mhh Mostbet. </li><li>Isso é feito afin de evitar grandes abusos do sistema elizabeth violações dos Termos e Condições ag Mostbet. </li><li>Estas podem incluir torneios com grandes prémios, promoções com acumulação de pontos, calendários surpresa e bem mais. </li></ul><p>Uma ex profeso combinada é uma aposta que cobre várias posições ao mesmo tempo.  Somente se a estimativa de cada jogador estiver correta é que esta ex profeso terá sucesso.  Como resultado, esta intencionadamente acarreta algum risco, mas pode producir compensado se u seu palpite estiver correto.</p><h2 id=\"toc-9\">Linha, Apostas E Probabilidades</h2><p>Observe abaixo uma instrução detalhada de lo que fazer o down load.  A Mostbet é uma plataforma sobre apostas e games on-line que está em operação desde 2009.  Ela proporciona uma ampla diversidade de serviços, incluindo apostas esportivas, apostas ao vivo, jogos de cassino electronic esportes virtuais.  Com sua interface amigável e uma numerosa gama de opções, a Mostbet se tornou rapidamente a favorita entre os entusiastas de apostas not any Brasil.  O MostBet é uma tablado internacional de apostas desportivas e casino online que oferece uma vasta diversidade de opções aos apostadores em England.</p><ul><li>Nesta seção, reunimos os jogos néanmoins jogados pela comunidade, com detalhes importantes sobre seus recursos, modos de bônus e dicas sobre como ganhar mais na Mostbet. </li><li>Assim, basta clicar no</li><li>Um dos caça-níqueis cependant populares entre os streamers e fãs de caça-níqueis on the web. </li><li>Sim, the Mostbet oferece 1 serviço de streaming gratuito, permitindo la cual os apostadores assistam a uma variedade de jogos para\" \"futebol e outros esportes. </li><li>Dispopnibiliza uma variedade sobre métodos de depósito e saque ag Mostbet, especialmente para os jogadores portugueses. </li></ul><p>Entre na nossa seção íntegral de cassino at the descubra todos os jogos disponíveis.  Os jogos de albur são os também visitados no cassino MostBet, pois garantem grandes ganhos possuindo pouco risco.  Você terá uma ampla gama de opções para se divertir enquanto lucra at the até mesmo participar do prognóstico weil MostBet.  Para saques, você pode decidir opções como Webmoney, EcoPayz, Payeer elizabeth as mencionadas simply no momento do depósito.  O período para crédito geralmente leva menos de seventy two horas para entrar em vigor mhh conta pretendida.  As opções não têm um valor mínimo de saque, mas você pode concluir no mínimo US$\" \"6th, 00 sem comissão com um deposito seguro.</p><h3 id=\"toc-10\">Como Contactar O Suporte Mostbet – Todos Os Canais</h3><p>Operamos sob a licença de Curaçao nº 8048/JAZ, cumprindo todas as regulamentações exigidas.  Abaixo estão as principais práticas sobre segurança implementadas na nossa plataforma.  Oferecemos métodos seguros electronic eficientes para depósitos e saques.  Processamos todas as transações de forma rápida para o seu conforto.  Abaixo, apresentamos os principais métodos disponíveis para jogadores.  Nosso aplicativo móvel facilita o acesso à Mostbet para forma rápida at the prática.</p><ul><li>Ao se registrar electronic fazer login, você pode obter 125% do seu de início depósito e rodadas grátis. </li><li>A exigência de apostas para as rodadas grátis é para 30 vezes um valor do bônus. </li><li>Essa experiência mais objetivo e envolvente é muito apreciada pelos amantes de jogos de casino. </li></ul><p>caso  dos saques, contando através da verificação de segurança, o processamento leva, no  máximo, 72 horas.  O ganho máximo com as rodadas grátis é de R$500 e o requisito de rollover é 60x.  Para obter mais two hundred fifty Giros Grátis, o</p><h2 id=\"toc-11\">Aniversário Com Mostbetpt</h2><p>Ganha o adversário que marcar u número de pontos mais próximo possível de 9 no ano de duas ou três cartas.  Os apostadores podem acompanhar operating-system principais campeonatos mundiais de eSports elizabeth fazer apostas.  Você poderá assistir while disputas das equipes de eSports ao vivo apostando quem será o vencedor.  Normalmente, estas são partidas bastante longas com momentos emocionantes que são bem interessantes de descender.  Se você ainda não  sabe to que é, aconselhamos que finalmente tente esta seção de uma MostBet Portugal.</p><ul><li>O dealer ao palpitante dará duas mãos para a mesa — o ‘Player’s’ como também o ‘Banker’s’. </li><li>Nossa licença internacional garante que todas since operações sejam conduzidas de acordo apresentando os mais altos padrões regulamentares. </li><li>As estratégias são néanmoins para cortar suas perdas do o qual para aumentar tua capacidade de ganhar. </li><li>Somente as transações com criptomoedas estão sujeitas\" \"some sort of tarifas. </li><li>O bónus pode chegar a 40% carry out valor apostado através do amigo convidado, sem limite no número de pessoas la cual podem ser convidadas. </li></ul><p>Informações de logon MostBet com pontos sobre como acessar o site oficial do seu país.  Nesta seção, reunimos os jogos mais jogados pela comunidade, com detalhes principales sobre seus recursos, modos de bônus e dicas a respeito de como ganhar também na Mostbet.  Ideal para apostadores os quais desejam gerar lucros de forma rápida e fácil.  O Aviator é well-liked por oferecer lucros rapidamente, pois no momento em que você faz tua aposta, o coeficiente se multiplicará de acordo com um nível de voo e você terá de sacar anteriormente que ele caia.</p><h2 id=\"toc-12\">Benefícios Exclusivos Para Brasileiros</h2><p>Aqui é onde você se registra para o torneio de sua escolha, ou terá seu nome na referencia para um jogo a dinheiro.  Ela vem frequentemente recomendada para iniciantes os quais começam a desunir os princípios perform jogo.  Embora while chances de ganhar o prêmio main sejam pequenas, the possibilidade de obtê-lo adiciona ainda mais excitação e interesse no jogo.  Você também pode adivinar para quinze partidas pela frente elizabeth fazer jack.</p><ul><li>Se fizer o de início depósito dentro sobre 30 minutos após o registro, o bônus será sobre 125%. </li><li>E as nossas slot machines são mais do que simples máquinas – são portais mágicos que to transportam para mundos de fantasia at the aventura. </li><li>A locuinta de apostas online MostBet é um dos prestadores sobre serviços de apostas esportivas mais confiáveis do Chipre. </li><li>Em termos de aparência e operação, los dos os programas têm os mesmos requisitos mínimos de sistema, permitindo que eles funcionem sem problemas em qualquer dispositivo. </li></ul><p>Isso significa que a new Mostbet adere a todos os regulamentos e padrões necessários para oferecer um stimmung de apostas seguro e justo.  Ao visitar o web site oficial da Mostbet, você é recebido com uma program elegante e amigável que é fácil de navegar.  O site foi projetado através do usuário em mente, garantindo os quais mesmo os novatos possam se derivar facilmente.</p><h3 id=\"toc-13\">Mostbet Login</h3><p>O monto mínimo de depósito\" \"na Mostbet é de 50 BRL, assim como o canon mínimo de tiro.  O tempo sobre processamento do tiro normalmente leva para 15 minutos a 3 dias úteis.  Nossa equipe de suporte especializada está disponível 24 hrs por dia em virtude de ajudá-lo em português.  Desde nosso lançamento, o Mostbet apresenta se dedicado a proporcionar entretenimento de alta qualidade, com foco na segurança, transparência e satisfação do cliente.  Nossa licença internacional responsable que todas as operações sejam conduzidas de acordo com os mais altos padrões regulamentares.  Assim, quando você expresamente na vitória para um time, é preciso que um time vença así que usted sua aposta venha a ser bem-sucedida.</p><p>Explore while diversas opções at the descubra seu favorito na nossa plataforma.  No Mostbet, os saques devem ser feitos através do ainda método utilizado afin de o depósito, mas é possível alterá-lo após verificação durante um funcionário.  Para realizar a retirada, preencha seus informações pessoais na Área Pessoal, escolha a new moeda, insira informações como nome, país e documento.  Selecione o método para pagamento, defina o valor a servir retirado e complete o processo.  Na Mostbet, cada jogo foi cuidadosamente pulido para proporcionar sessões rápidas e vibrantes, ideais para jogadores que desejam resultados imediatos e a emoção de ganhos rápidos.</p>','Apostas Desportivas Web-site De Apostas Vave Online Bónus','','inherit','closed','closed','','411-revision-v1','','','2025-10-13 13:27:50','2025-10-13 06:27:50','',411,'https://lion288slot.com/?p=412',0,'revision','',0),
(413,1,'2025-10-13 13:27:54','2025-10-13 06:27:54','<meta name=\"description\" content=\"Agora escreva um e-mail sobre a new eliminação de tua conta amostra daddy aqui. \"/><h1>Mostbet Casino Portugal Bónus 300 + 25 Giros Grátis</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Loteria Wild Summer Camp Na Mostbet Instructions Ganhe Rodadas Grátis E Prêmios</a></li><li><a href=\"#toc-1\">Bônus At The Promoções Mostbet Brasil</a></li><li><a href=\"#toc-2\">Guia De Login Mostbet</a></li><li><a href=\"#toc-3\">Mostbet On Line Casino Portugal: Mobile App & Welcome Added Bonus Guide</a></li><li><a href=\"#toc-4\">Como Depositar Na Mostbet</a></li><li><a href=\"#toc-5\">Como Funciona A Verificação De Conta</a></li><li><a href=\"#toc-6\">App Móvel Da Mostbet Pt</a></li><li><a href=\"#toc-7\">Mostbet Código Promocional 2025</a></li><li><a href=\"#toc-8\">Apostas E Casino</a></li><li><a href=\"#toc-9\">Linha, Apostas E Probabilidades</a></li><li><a href=\"#toc-10\">Como Comunicarse O Suporte Mostbet – Todos Os Canais</a></li><li><a href=\"#toc-11\">Aniversário Com Mostbetpt</a></li><li><a href=\"#toc-12\">Benefícios Exclusivos Para Brasileiros</a></li><li><a href=\"#toc-13\">Mostbet Login</a></li><li><a href=\"#toc-14\">Versão Móvel E Software Android E Ios Mostbet</a></li><li><a href=\"#toc-15\">Ganhe 10% De Procuring De Cassino Toda Semana Em Games Mostbet</a></li><li><a href=\"#toc-16\">Como Acessar A New Mostbet Pelo Web-site Móvel</a></li><li><a href=\"#toc-17\">Os Melhores Países Para Você Dar Na Mostbet</a></li><li><a href=\"#toc-18\">Como Dar Em Esportes Em Mostbet? </a></li><li><a href=\"#toc-19\">Como Fazer O Mostbet Login? </a></li><li><a href=\"#toc-20\">Apostas Na Premier Little League 2025/26 Na Mostbet - Mercados, Previsões E Últimas Odds</a></li><li><a href=\"#toc-21\">Os Caça-níqueis Mais Buscados Entre Os Jogadores Em 2025</a></li><li><a href=\"#toc-22\">Bónus Electronic Promoções Na Mostbet Pt</a></li><li><a href=\"#toc-23\">Vantagens Elizabeth Desvantagens Da Mostbet</a></li><li><a href=\"#toc-24\">Como Faço O Mostbet Login? </a></li><li><a href=\"#toc-28\">Apostas Desportivas Vs Online Casino – Diferenças Simply No Mostbet</a></li><li><a href=\"#toc-29\">Segurança E Confiabilidade</a></li></ul></div><p>Os jogadores devem ter mais de 21 anos e residir em jurisdições onde o jogo online é legal.  Se você ou alguém que você conhece tem inconveniencias com jogos de azar e precisa de ajuda, ligue ou visite Gamecare.  O aplicativo sobre apostas móveis de uma Mostbets está disponível para download elizabeth é utilizado em dispositivos móveis que executam os guias operacionais Android electronic iOS, assim como em tablets.  Em termos de aparência e operação, ambos os programas têm os mesmos requisitos mínimos de libro, permitindo que eles funcionem sem inconveniencias em qualquer mecanismo.  Você possui o dispositivo android systems IOS e pretende instalar o aplicativo para jogar possuindo comodidade?  A maioria dos programas de fidelidade da Bet são privilégios ativos e os clientes VERY IMPORTANT PERSONEL desfrutam enquanto apostam nesta plataforma.</p><ul><li>Os saques por transferência bancária na casa de apostas Mostbet podem demorar até 5 dias. </li><li>Você pode ganhar se fizer alguma aposta no community onde a lisonjero vai cair. </li><li>Nossa plataforma\" \"é organizada para fácil navegação e acesso rápido a todas as opções. </li><li>Levamos a sua segurança e conforto bastante a sério e por isso tomamos todas as medidas necessárias para asegurar a transparência at the fiabilidade da nossa plataforma de game. </li><li>O site ag MostBet está disponível em mais de 90 países, apresentando milhões de usuários ativos em en totalidad o mundo. </li><li>No MostbetCasino, oferecemos uma variedade de apostas esportivas e jogos de cassino. </li></ul><p>Há diferentes maneiras de se registrar durante telefone, e-mail systems mídia social.  Depois que o depósito for feito e o pagamento for verificado, o bônus será creditado\" \"mhh conta de bônus do usuário.  Somos auditados regularmente pra garantir a conformidade com a licença.</p><h2 id=\"toc-0\">Loteria Wild Summer Camp Na Mostbet -- Ganhe Rodadas Grátis E Prêmios</h2><p>No cadastro, o jogador  ou apostador tem que escolher um ou outro, e cumprir as condições afin de recebê-lo.  Gostaria para mencionar o grande número de jogos no Mostbet Gambling establishment, especialmente o game Aviator.</p><ul><li>Na Line você aposta em partidas e confrontos os quais ainda não começaram. </li><li>Para jogar, é preciso manter o controle perform avião e apetecer pegar as recompensas antes que ele voe para longe. </li><li>O aplicativo de apostas móveis da Mostbets está disponível para download at the é utilizado em dispositivos móveis o qual executam os guias operacionais Android elizabeth iOS, assim como em tablets. </li><li>Se você apresentar alguma dúvida relacionada registro, pagamentos ou regras de apostas, a equipe para atendimento ao cliente da Mostbet está sempre pronta para ajudar. </li><li>Os E-Sports são 1 dos esportes também populares na trampolín e são mais e mais reconhecidos por tua popularidade. </li><li>A promoção “Aposta sem Riscos” da Mostbet PT permite o qual os jogadores façam uma aposta desportiva sem qualquer risco de perda carry out valor apostado. </li></ul><p>Isto significa os quais aderimos aos cependant elevados padrões at the requisitos da indústria, de modo some sort of proporcionar-lhe um klima de jogo puntual e seguro.  Milhares de jogadores apostam na MostBet. possuindo dia após dia, e há muitas boas razões para aderir some sort of esta cartilha esportiva, que está disponível em mais sobre 90 países.  As estratégias são cependant para cortar suas perdas do que para aumentar tua capacidade de ganhar <a href=\"https://mostbet-brasil-cassino.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Bônus Elizabeth Promoções Mostbet Brasil</h3><p>Na plataforma, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos.  Ao utilizar um código promocional, os jogadores podem desbloquear benefícios exclusivos que aprimoram a experiência sobre jogo na trampolín Mostbet Portugal.  As máquinas caça-níqueis ag Mostbet se destacam pela diversidade de temas, mecânicas electronic opções de apostas.  Oferecemos desde aventuras épicas até temas clássicos de frutas, com gráficos vibrantes e recursos para bônus exclusivos.</p><ul><li> populares do momento, como Dota 2, Little league of Legends at the CS. </li><li>O atendimento ao cliente pode ser contatado 24 horas durante dia, 7 dias por semana. </li><li> facilita bem a vida 2 jogadores e apostadores. </li><li>O atendimento ao cliente é rápido e eficiente para resolver seus problemas. </li><li>Também oferecemos uma extensa Foundation de Conhecimentos at the Perguntas Frequentes (FAQ), que contêm respostas detalhadas às perguntas mais comuns. </li></ul><p>O MostBet Br tem ofertas permanentes, como seus bônus de boas-vindas disponíveis para  jogadores at the apostadores, além sobre várias promoções sazonais e únicas.  MostBet Brasil oferece aos jogadores quatro maneiras diferentes\" \"sobre se registrar, alguma das quais  permite que os jogadores abram uma conta com um harmonie.  Todas elas são bastante simples sobre serem feitas,</p><h2 id=\"toc-2\">Guia Para Login Mostbet</h2><p>Esses países têm processos de registro muchas, e você terá a opção de depositar ou sacar dinheiro em sua moeda local, além dos métodos de pagamento mais populares.  Ao criar uma conta MostBet, você poderá receber bônus para apostar na qualquer tipo para jogo no web-site.  As políticas sobre bônus são claras e fáceis sobre preencher para o qual você possa reivindicá-los e apostar com seus benefícios.</p><ul><li>Para dispositivos Android, operating-system utilizadores podem fazer o download perform ficheiro APK diretamente no site weil Mostbet. </li><li>Com cashback, os jogadores têm diversas maneiras de maximizar seus ganhos. </li><li>MostBet Brasil oferece aos jogadores quatro maneiras diferentes\" \"sobre se registrar, alguma das quais</li><li>Cada participante deve adquirir um total sobre seis bilhetes, cada um exibindo 1 número diferente. </li></ul><p>No primeiro problema, o oponente perform jogador é o computador, e os resultados determinam o gerador de números aleatórios.  No segundo se, o usuário joga contra um verdadeiro dealer — um funcionário do cassino.  Você poderá produzir apostas simples, apostas expressas ou apostas de sistema.  Também no aplicativo está disponível para seguir a partidas ao vivo em muy buena qualidade, quando você pode apostar diretamente no decorrer da partida.  Ao ainda tempo, você tem a possibilidade de visualizar estatísticas em virtude de ajudá-lo a fazer a escolha\" \"determinada.  Todos estes games estão disponíveis pra os jogadores registrados.</p><h3 id=\"toc-3\">Mostbet Casino Portugal: Mobile Application & Welcome Bonus Guide</h3><p>Receba um bônus de boas-vindas para +125% no teu primeiro depósito para até R$ two. 200 para apostas esportivas.  Os depósitos são processados instantaneamente, enquanto os saques são processados em até 24 hrs.  Os métodos sobre pagamento disponíveis not any Mostbet incluem PIX, transferências bancárias, cartões de crédito at the débito, e carteiras digitais populares not any Brasil.  Todas since transações são processadas com segurança máxima e os saques são processados de manera acelerada, geralmente em até 24 horas.  Sim, a Mostbet é confiável e muito segura, protegendo since informações de los dos os jogadores, oferecendo métodos de pagamento práticos e sendo licenciada.  Aqui você pode combinar várias partidas num único bilhete e as probabilidades totais serão a soma de todas as opções de apostas o qual você escolher.</p><p>A organização garante que os clientes possam usar o web site de forma segura e confortável.  Nesta página nós te diremos como você pode obter o bônus de 125% de depósito zero valor de até 300 euros ao aderir ao código promocional «MOSTBETPT» weil MostBet.  A maneira mais rápida electronic fácil de fazer uma conta de jogo é u registro via redes sociais.  Para jogar, é preciso manter o controle carry out avião e inducir pegar as recompensas antes que ele voe para longe.  Os apostadores adoram Aviator por tua jogabilidade original elizabeth acessibilidade.</p><h2 id=\"toc-4\">Como Avivar Na Mostbet</h2><p>Como todos eles são licenciados e administrados por empresas para software conceituadas, quaisquer jogos são controlados pelo RNG.  Se você optar durante utilizar o internet site móvel Mostbet BAYERISCHER RUNDFUNK em vez carry out aplicativo Android ou a versão para PC, você também não perderá nenhuma promoção ou bônus.  Para aqueles o qual preferem não baixar o aplicativo venha a ser por quais motivos forem, o web-site é um ótimo substituto.  Utilizamos tecnologia de criptografia SSL de 256 bits, a mesma empregada por bancos mundiais, para proteger todas as informações pessoais e financeiras sobre nossos clientes.</p><ul><li>Mostbet é legal em Portugal, oferecendo um ambiente indudable e regulamentado para seus jogadores. </li><li> até 30 minutos após to cadastro. </li><li>Este post tem tais como objetivo fornecer uma análise abrangente ag Mostbet, destacando seus recursos, benefícios e por que ela se destaca no concorrido setor sobre apostas on-line. </li><li>Este bônus é especialmente projetado para dar aos jogadores brasileiros 1 impulso inicial histórico em sua jornal de apostas. </li></ul><p>Levamos a sua segurança e conforto muito a sério elizabeth por isso tomamos todas as medidas necessárias para garantir a transparência electronic fiabilidade da nossa plataforma de jogo.  O nosso objectivo é proporcionar-lhe alguma coisa mais, que provocará uma inundação de emoções e o fará sentir alguma verdadeira emoção em cada segundo perform jogo.  Em seguida, escolha o método de registro por e-mail e harmonie em «proximo».  Qualquer sessão em uma sala de pôquer ao vivo começa com uma viagem até o balcão main.</p><h3 id=\"toc-5\">Como Funciona A Verificação De Conta</h3><p>Eles incluem cartões bancários (Visa, MasterCard), carteiras eletrônicas (Neteller, Skrill), criptomoedas (Bitcoin, Ethereum) e muito também.  A plataforma responsable que todas because transações sejam seguras e eficientes, facilitando o depósito e a retirada de fundos pelos usuários.  Você pode produzir a conta para login Mostbet através de seu aparato móvel.  O reconocimiento móvel não difere em quaisquer passos do registro not any site, e em termos de funcionalidade, o aplicativo móvel Mostbet é en su totalidad o mesmo la cual seu portal principal.  Para se archivar no app, o novo cliente precisa baixar a Mostbet para um telefone celular ou tablet na plataforma Android e executar um registro.</p><ul><li>Milhares de jogadores apostam na MostBet. apresentando dia após dia, e há muitas boas razões para aderir a new esta cartilha esportiva, que está disponível em mais para 90 países. </li><li> valor mínimo the ser depositado é de R$50. </li><li>Na organizacion, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos. </li><li> Monopoly Live, Baccarat Speed e muito mais. </li></ul><p>Você ainda tem a possibilidade de baixar o aplicativo oficial da MostBet para acessar suas ferramentas e dar on-line sem complicações.  As avaliações carry out aplicativo móvel são positivas, pois ele é bem otimizado.  O cassino ao vivo é ideal para aqueles o qual gostam da tensão e da emoção do momento.  Há muitos tipos\" \"de apostas e jogos clássicos em la cual você pode incrementar seu dinheiro ao vivo e com dealers ao palpitante.</p><h2 id=\"toc-6\">App Móvel Da Mostbet Pt</h2><p>O suporte ao cliente mhh Mostbet é amplamente reconhecido pela sua rapidez e acessibilidade.  A plataforma proporciona uma equipe dedicada e uma variedade de ferramentas pra garantir que operating system usuários recebam ajuda eficaz e profissional para qualquer necessidade.  Os eSports disponibilizam um cenário blando para apostadores at the fãs, atraindo especialmente um público adolescente e apaixonado durante tecnologia.</p><ul><li>Observe abaixo uma instrução detalhada de tais como fazer o obtain. </li><li>Com sua interface amigável e uma numerosa gama de opções, a Mostbet tornou-se rapidamente a preferida entre os entusiastas de apostas zero Brasil. </li><li>A Mostbet proporciona uma opção totalizadora para apostas esportivas. </li><li>Não importa de onde você é, pois uma grande variedade de moedas locais é aceita. </li></ul><p>Você tem a possibilidade de encontrar muitas maneiras diferentes de jogar pôquer na MostBet.  Essa primeira jogada na maioria dos jogos de cassino pode ser 1 confusa, entretanto, não importa quanto speed você tenha dedicado ao pôquer online ou aos jogos em casa.  O dealer ao palpitante dará duas mãos para a direccion — o ‘Player’s’ e o ‘Banker’s’.  O Banqueiro no Bacará não se refere à casa elizabeth o Jogador não se relaciona com você — eles são apenas duas partes para dar.</p><h3 id=\"toc-7\">Mostbet Código Promocional 2025</h3><p>Além da licença, to MostBet possui protocolos de segurança asi como criptografia,   protegendo os dados 2 jogadores e apostadores.  Ele também tem ferramentas para o jogo responsável,   evitando que os jogadores tenham dudas relacionados ao jogo.  A Mostbet é uma empresa de apostas esportivas on the web confiável e bem conhecida.</p><ul><li>Ideal para apostadores la cual desejam gerar lucros de forma rápida e fácil. </li><li>A taxa sobre câmbio depende para seu nível not any Programa de Fidelidade. </li><li>A Mostbet proíbe a abertura de uma segunda conta — o os quais significa que ze você tem hoje em dia uma conta Mostbet, você não apresenta permissão para produzir outra conta. </li><li>Se você apresentar qualquer problema possuindo seu depósito, saque, segurança ou qualquer outra coisa, a equipe de atendimento ao cliente fará tudo o la cual estiver ao teu alcance para ajudá-lo. </li></ul><p>Esta promoção de aniversário é uma excelente chance para os jogadores portugueses desfrutarem de bónus e regalias especiais na Mostbet PT.  Além disso, a nossa organizacion está equipada possuindo tecnologias de encriptação avançadas para asegurar transferências de dados seguras entre o seu dispositivo e os nossos servidores do megaupload.  Estamos atentos às mudanças na indústria da segurança elizabeth actualizamos regularmente os nossos sistemas para evitar acessos não autorizados e fraudes.\" \"[newline]Quando se trata para segurança e protecção, o Mostbet Online casino em Portugal está na vanguarda.</p><h3 id=\"toc-8\">Apostas E Casino</h3><p>No entanto, é importante ressaltar o qual este bónus, igual como a grande parte das promoções, está sujeito a requisitos de apostas anteriormente de poder se tornar levantado.  Estes requisitos variam consoante um tipo de bónus (desportivo ou casino) e devem producir cumpridos dentro de o determinado prazo.  As odds das apostas ao vivo são atualizadas constantemente, refletindo o desenrolar carry out evento.  Isso exige que os apostadores estejam atentos at the reajam de manera ágil para capitalizar as melhores oportunidades.</p><ul><li>Os métodos para pagamento disponíveis no Mostbet incluem PICS, transferências bancárias, cartões de crédito e débito, e carteiras digitais populares zero Brasil. </li><li>Se já tiver utilizado o bônus sobre boas-vindas, poderá comprar outros bônus mhh Mostbet. </li><li>Isso é feito afin de evitar grandes abusos do sistema elizabeth violações dos Termos e Condições ag Mostbet. </li><li>Estas podem incluir torneios com grandes prémios, promoções com acumulação de pontos, calendários surpresa e bem mais. </li></ul><p>Uma ex profeso combinada é uma aposta que cobre várias posições ao mesmo tempo.  Somente se a estimativa de cada jogador estiver correta é que esta ex profeso terá sucesso.  Como resultado, esta intencionadamente acarreta algum risco, mas pode producir compensado se u seu palpite estiver correto.</p><h2 id=\"toc-9\">Linha, Apostas E Probabilidades</h2><p>Observe abaixo uma instrução detalhada de lo que fazer o down load.  A Mostbet é uma plataforma sobre apostas e games on-line que está em operação desde 2009.  Ela proporciona uma ampla diversidade de serviços, incluindo apostas esportivas, apostas ao vivo, jogos de cassino electronic esportes virtuais.  Com sua interface amigável e uma numerosa gama de opções, a Mostbet se tornou rapidamente a favorita entre os entusiastas de apostas not any Brasil.  O MostBet é uma tablado internacional de apostas desportivas e casino online que oferece uma vasta diversidade de opções aos apostadores em England.</p><ul><li>Nesta seção, reunimos os jogos néanmoins jogados pela comunidade, com detalhes importantes sobre seus recursos, modos de bônus e dicas sobre como ganhar mais na Mostbet. </li><li>Assim, basta clicar no</li><li>Um dos caça-níqueis cependant populares entre os streamers e fãs de caça-níqueis on the web. </li><li>Sim, the Mostbet oferece 1 serviço de streaming gratuito, permitindo la cual os apostadores assistam a uma variedade de jogos para\" \"futebol e outros esportes. </li><li>Dispopnibiliza uma variedade sobre métodos de depósito e saque ag Mostbet, especialmente para os jogadores portugueses. </li></ul><p>Entre na nossa seção íntegral de cassino at the descubra todos os jogos disponíveis.  Os jogos de albur são os também visitados no cassino MostBet, pois garantem grandes ganhos possuindo pouco risco.  Você terá uma ampla gama de opções para se divertir enquanto lucra at the até mesmo participar do prognóstico weil MostBet.  Para saques, você pode decidir opções como Webmoney, EcoPayz, Payeer elizabeth as mencionadas simply no momento do depósito.  O período para crédito geralmente leva menos de seventy two horas para entrar em vigor mhh conta pretendida.  As opções não têm um valor mínimo de saque, mas você pode concluir no mínimo US$\" \"6th, 00 sem comissão com um deposito seguro.</p><h3 id=\"toc-10\">Como Contactar O Suporte Mostbet – Todos Os Canais</h3><p>Operamos sob a licença de Curaçao nº 8048/JAZ, cumprindo todas as regulamentações exigidas.  Abaixo estão as principais práticas sobre segurança implementadas na nossa plataforma.  Oferecemos métodos seguros electronic eficientes para depósitos e saques.  Processamos todas as transações de forma rápida para o seu conforto.  Abaixo, apresentamos os principais métodos disponíveis para jogadores.  Nosso aplicativo móvel facilita o acesso à Mostbet para forma rápida at the prática.</p><ul><li>Ao se registrar electronic fazer login, você pode obter 125% do seu de início depósito e rodadas grátis. </li><li>A exigência de apostas para as rodadas grátis é para 30 vezes um valor do bônus. </li><li>Essa experiência mais objetivo e envolvente é muito apreciada pelos amantes de jogos de casino. </li></ul><p>caso  dos saques, contando através da verificação de segurança, o processamento leva, no  máximo, 72 horas.  O ganho máximo com as rodadas grátis é de R$500 e o requisito de rollover é 60x.  Para obter mais two hundred fifty Giros Grátis, o</p><h2 id=\"toc-11\">Aniversário Com Mostbetpt</h2><p>Ganha o adversário que marcar u número de pontos mais próximo possível de 9 no ano de duas ou três cartas.  Os apostadores podem acompanhar operating-system principais campeonatos mundiais de eSports elizabeth fazer apostas.  Você poderá assistir while disputas das equipes de eSports ao vivo apostando quem será o vencedor.  Normalmente, estas são partidas bastante longas com momentos emocionantes que são bem interessantes de descender.  Se você ainda não  sabe to que é, aconselhamos que finalmente tente esta seção de uma MostBet Portugal.</p><ul><li>O dealer ao palpitante dará duas mãos para a mesa — o ‘Player’s’ como também o ‘Banker’s’. </li><li>Nossa licença internacional garante que todas since operações sejam conduzidas de acordo apresentando os mais altos padrões regulamentares. </li><li>As estratégias são néanmoins para cortar suas perdas do o qual para aumentar tua capacidade de ganhar. </li><li>Somente as transações com criptomoedas estão sujeitas\" \"some sort of tarifas. </li><li>O bónus pode chegar a 40% carry out valor apostado através do amigo convidado, sem limite no número de pessoas la cual podem ser convidadas. </li></ul><p>Informações de logon MostBet com pontos sobre como acessar o site oficial do seu país.  Nesta seção, reunimos os jogos mais jogados pela comunidade, com detalhes principales sobre seus recursos, modos de bônus e dicas a respeito de como ganhar também na Mostbet.  Ideal para apostadores os quais desejam gerar lucros de forma rápida e fácil.  O Aviator é well-liked por oferecer lucros rapidamente, pois no momento em que você faz tua aposta, o coeficiente se multiplicará de acordo com um nível de voo e você terá de sacar anteriormente que ele caia.</p><h2 id=\"toc-12\">Benefícios Exclusivos Para Brasileiros</h2><p>Aqui é onde você se registra para o torneio de sua escolha, ou terá seu nome na referencia para um jogo a dinheiro.  Ela vem frequentemente recomendada para iniciantes os quais começam a desunir os princípios perform jogo.  Embora while chances de ganhar o prêmio main sejam pequenas, the possibilidade de obtê-lo adiciona ainda mais excitação e interesse no jogo.  Você também pode adivinar para quinze partidas pela frente elizabeth fazer jack.</p><ul><li>Se fizer o de início depósito dentro sobre 30 minutos após o registro, o bônus será sobre 125%. </li><li>E as nossas slot machines são mais do que simples máquinas – são portais mágicos que to transportam para mundos de fantasia at the aventura. </li><li>A locuinta de apostas online MostBet é um dos prestadores sobre serviços de apostas esportivas mais confiáveis do Chipre. </li><li>Em termos de aparência e operação, los dos os programas têm os mesmos requisitos mínimos de sistema, permitindo que eles funcionem sem problemas em qualquer dispositivo. </li></ul><p>Isso significa que a new Mostbet adere a todos os regulamentos e padrões necessários para oferecer um stimmung de apostas seguro e justo.  Ao visitar o web site oficial da Mostbet, você é recebido com uma program elegante e amigável que é fácil de navegar.  O site foi projetado através do usuário em mente, garantindo os quais mesmo os novatos possam se derivar facilmente.</p><h3 id=\"toc-13\">Mostbet Login</h3><p>O monto mínimo de depósito\" \"na Mostbet é de 50 BRL, assim como o canon mínimo de tiro.  O tempo sobre processamento do tiro normalmente leva para 15 minutos a 3 dias úteis.  Nossa equipe de suporte especializada está disponível 24 hrs por dia em virtude de ajudá-lo em português.  Desde nosso lançamento, o Mostbet apresenta se dedicado a proporcionar entretenimento de alta qualidade, com foco na segurança, transparência e satisfação do cliente.  Nossa licença internacional responsable que todas as operações sejam conduzidas de acordo com os mais altos padrões regulamentares.  Assim, quando você expresamente na vitória para um time, é preciso que um time vença así que usted sua aposta venha a ser bem-sucedida.</p><p>Explore while diversas opções at the descubra seu favorito na nossa plataforma.  No Mostbet, os saques devem ser feitos através do ainda método utilizado afin de o depósito, mas é possível alterá-lo após verificação durante um funcionário.  Para realizar a retirada, preencha seus informações pessoais na Área Pessoal, escolha a new moeda, insira informações como nome, país e documento.  Selecione o método para pagamento, defina o valor a servir retirado e complete o processo.  Na Mostbet, cada jogo foi cuidadosamente pulido para proporcionar sessões rápidas e vibrantes, ideais para jogadores que desejam resultados imediatos e a emoção de ganhos rápidos.</p>','Apostas Desportivas Web-site De Apostas Vave Online Bónus','','inherit','closed','closed','','411-autosave-v1','','','2025-10-13 13:27:54','2025-10-13 06:27:54','',411,'https://lion288slot.com/?p=413',0,'revision','',0),
(414,1,'2025-10-13 14:03:52','2025-10-13 07:03:52','<h1>Покердом онлайн казино с быстрыми выплатами и бонусами</h1>\r\n\r\n<p>Покердом казино предлагает уникальные турниры и акции для постоянных клиентов. Среди преимуществ — большие джекпоты, регулярные розыгрыши и персональные бонусы. Это делает процесс игры еще более увлекательным и выгодным для российских игроков. После регистрации нового нового игрового, на указанный адрес электронной почты придет письмо с ссылкой для активации учетной записи. Игроку нужно ввести логин и пароль, придуманные при регистрации. Авторизованный геймер может делать ставки на все виды покера, в казино (игровые автоматы, лайв дилеры, столы, мини-игры, виртуальный спорт).</p>\r\n<h2>Покер бөлмесі покер бөлмесі</h2>\r\n<p>Пополняйте свой счет и выводите свои выигрыши в Покердом удобно и безопасно, выбирая оптимальные для себя методы транзакций. В казино Покердом действуют программы лояльности «100 шагов к миллиону» и «Машина времени». Игрок может принять участие в одной программе с возможностью в любой момент переключиться на другую. Приложение Pokerdom на iPhone скачивается с плей маркета App Store. После инсталляции можно зайти в основной Apple ID. Приложение останется на устройстве и будет работать. Посещать платформу разрешается без действующей учетной записи.</p>\r\n<ul><li>Благодаря зеркалу Покердом, даже при ограничениях доступа можно всегда войти в свой аккаунт и наслаждаться игрой.</li><li>Казино – яркие игровые аппараты на различные тематики, live дилеры, виртуальный спорт, столы;покер – техасский холдем, омаха, китайский покер.</li><li>Для получения доступа пользователю требуется посетить веб-сайт, нажать «Вход в Pokerdom», указать логин + пароль или выбрать соцсеть для авторизации.</li><li>Запрет на использование дополнительного софта на Pokerdom делает практически невозможным появление ботов за нашими столами.</li></ul>\r\n<h3>Регистрация в Покердом через номер мобильного телефона</h3>\r\n<p>На текущий момент число зарегистрированных на официальном сайте Покердом игроков уже перевалило за отметку в 1 миллион человек. Посетителям Pokerdom предлагается омаха, техасский холдем, китайский покер и другие виды карточной игры. Большое количество турниров (от обычных до фриролл, без входного взноса).</p>\r\n<p>Для скачивания приложения Покердом переходите на официальный сайт. Там вы найдете актуальную версию для Windows, Android и iOS. Не скачивайте программу с непроверенных источников, чтобы не столкнуться с вирусами. Для обхода блокировок администрация проекта регулярно создает зеркала — полные копии оригинального сайта с альтернативным доменным именем. Рабочие зеркала обновляются постоянно, обеспечивая стабильный и бесперебойный доступ к ресурсу в любое время и с любого устройства.</p>\r\n\r\n<p>Их смогут выполнить даже те, кто впервые решил поиграть в онлайн-покер в руме. Кроме того, рекомендуем обратить внимание на бонусы за пополнение криптой. Каждый игрок может почитать мнения клиентов о покерной платформе. Отзывы об онлайн казино <a href=\"https://loviden.ru/\">pokerdom промокод при регистрации</a> Покердом размещаются на форумах, специализированных сайтах, отзовиках и прочих ресурсах. Многие новые игроки предпочитают использовать покердом зеркало для быстрого доступа к сайту.</p>\r\n<p>Последний этап регистрации – подтвердить открытие профиля в Pokerdom казино. Пользователю платформы нужно зайти на e-mail, открыть письмо и кликнуть на соответствующую вкладку. Игрок будет автоматически перенаправлен на сайт Покердом, а учетка будет активирована. Операция занимает до 2-х минут, после чего можно играть в автоматы или в покер руме.</p>\r\n<p>Пройдя регистрацию через зеркало по номеру своего телефона вы получите 400 бездепозитных рублей. Формат — это 25 FS на автомате 40 Chilli Fruits со ставкой 16 руб. Для обхода блокировки следует воспользоваться одним из актуальных зеркал - полных копий основного сайта с альтернативными веб-адресами. Вейджер бонуса сгорает, если игрок не успевает его отыграть в течение установленного промо-акцией срока. Сделать своими силами это невозможно — необходимы специальные программные комплексы.</p>\r\n<p>Менеджеры поддержки предоставляют актуальную информацию о турнирах, устраняют технические неполадки, помогают при создании профиля и верификации аккаунта. Рейк в Китайском покере фиксированный и равняется 1500 рублей. Ссылку на загрузку приложения для iOS можно получить у службы поддержки. Дополнительная плата снимается со счета только при слишком частых кешаутах (4 раза в месяц и больше). В личном кабинете вы выбираете bonus, совершаете пополнение на рублей.</p>\r\n<p>Она начисляется автоматически, когда клиент присоединяется к соответствующему столу. Клиенту Покердом предлагаются на выбор российский рубль, евро, доллар США, казахский тенге и т.д. Деньги с Pokerdom выводятся такими же финансовыми методами, что и при пополнении депозита (банковские карты, электронные кошельки). Добавляется возможность снятия через криптовалютные переводы. В ассортименте live-casino Покер Дом находятся прочие интересные игры.Традиционный крэпс, развлечения стран Востока - сик бо, андар бахар, фан тан.</p>','Официальный сайт казино Pokerdom Покердомpokerdom казино','','publish','closed','','','oficialnyj-sajt-kazino-pokerdom-pokerdompokerdom-3','','','2025-10-13 14:06:33','2025-10-13 07:06:33','',0,'https://lion288slot.com/?p=414',0,'post','',0),
(415,1,'2025-10-13 14:06:33','2025-10-13 07:06:33','<h1>Покердом онлайн казино с быстрыми выплатами и бонусами</h1>\r\n\r\n<p>Покердом казино предлагает уникальные турниры и акции для постоянных клиентов. Среди преимуществ — большие джекпоты, регулярные розыгрыши и персональные бонусы. Это делает процесс игры еще более увлекательным и выгодным для российских игроков. После регистрации нового нового игрового, на указанный адрес электронной почты придет письмо с ссылкой для активации учетной записи. Игроку нужно ввести логин и пароль, придуманные при регистрации. Авторизованный геймер может делать ставки на все виды покера, в казино (игровые автоматы, лайв дилеры, столы, мини-игры, виртуальный спорт).</p>\r\n<h2>Покер бөлмесі покер бөлмесі</h2>\r\n<p>Пополняйте свой счет и выводите свои выигрыши в Покердом удобно и безопасно, выбирая оптимальные для себя методы транзакций. В казино Покердом действуют программы лояльности «100 шагов к миллиону» и «Машина времени». Игрок может принять участие в одной программе с возможностью в любой момент переключиться на другую. Приложение Pokerdom на iPhone скачивается с плей маркета App Store. После инсталляции можно зайти в основной Apple ID. Приложение останется на устройстве и будет работать. Посещать платформу разрешается без действующей учетной записи.</p>\r\n<ul><li>Благодаря зеркалу Покердом, даже при ограничениях доступа можно всегда войти в свой аккаунт и наслаждаться игрой.</li><li>Казино – яркие игровые аппараты на различные тематики, live дилеры, виртуальный спорт, столы;покер – техасский холдем, омаха, китайский покер.</li><li>Для получения доступа пользователю требуется посетить веб-сайт, нажать «Вход в Pokerdom», указать логин + пароль или выбрать соцсеть для авторизации.</li><li>Запрет на использование дополнительного софта на Pokerdom делает практически невозможным появление ботов за нашими столами.</li></ul>\r\n<h3>Регистрация в Покердом через номер мобильного телефона</h3>\r\n<p>На текущий момент число зарегистрированных на официальном сайте Покердом игроков уже перевалило за отметку в 1 миллион человек. Посетителям Pokerdom предлагается омаха, техасский холдем, китайский покер и другие виды карточной игры. Большое количество турниров (от обычных до фриролл, без входного взноса).</p>\r\n<p>Для скачивания приложения Покердом переходите на официальный сайт. Там вы найдете актуальную версию для Windows, Android и iOS. Не скачивайте программу с непроверенных источников, чтобы не столкнуться с вирусами. Для обхода блокировок администрация проекта регулярно создает зеркала — полные копии оригинального сайта с альтернативным доменным именем. Рабочие зеркала обновляются постоянно, обеспечивая стабильный и бесперебойный доступ к ресурсу в любое время и с любого устройства.</p>\r\n\r\n<p>Их смогут выполнить даже те, кто впервые решил поиграть в онлайн-покер в руме. Кроме того, рекомендуем обратить внимание на бонусы за пополнение криптой. Каждый игрок может почитать мнения клиентов о покерной платформе. Отзывы об онлайн казино <a href=\"https://loviden.ru/\">pokerdom промокод при регистрации</a> Покердом размещаются на форумах, специализированных сайтах, отзовиках и прочих ресурсах. Многие новые игроки предпочитают использовать покердом зеркало для быстрого доступа к сайту.</p>\r\n<p>Последний этап регистрации – подтвердить открытие профиля в Pokerdom казино. Пользователю платформы нужно зайти на e-mail, открыть письмо и кликнуть на соответствующую вкладку. Игрок будет автоматически перенаправлен на сайт Покердом, а учетка будет активирована. Операция занимает до 2-х минут, после чего можно играть в автоматы или в покер руме.</p>\r\n<p>Пройдя регистрацию через зеркало по номеру своего телефона вы получите 400 бездепозитных рублей. Формат — это 25 FS на автомате 40 Chilli Fruits со ставкой 16 руб. Для обхода блокировки следует воспользоваться одним из актуальных зеркал - полных копий основного сайта с альтернативными веб-адресами. Вейджер бонуса сгорает, если игрок не успевает его отыграть в течение установленного промо-акцией срока. Сделать своими силами это невозможно — необходимы специальные программные комплексы.</p>\r\n<p>Менеджеры поддержки предоставляют актуальную информацию о турнирах, устраняют технические неполадки, помогают при создании профиля и верификации аккаунта. Рейк в Китайском покере фиксированный и равняется 1500 рублей. Ссылку на загрузку приложения для iOS можно получить у службы поддержки. Дополнительная плата снимается со счета только при слишком частых кешаутах (4 раза в месяц и больше). В личном кабинете вы выбираете bonus, совершаете пополнение на рублей.</p>\r\n<p>Она начисляется автоматически, когда клиент присоединяется к соответствующему столу. Клиенту Покердом предлагаются на выбор российский рубль, евро, доллар США, казахский тенге и т.д. Деньги с Pokerdom выводятся такими же финансовыми методами, что и при пополнении депозита (банковские карты, электронные кошельки). Добавляется возможность снятия через криптовалютные переводы. В ассортименте live-casino Покер Дом находятся прочие интересные игры.Традиционный крэпс, развлечения стран Востока - сик бо, андар бахар, фан тан.</p>','Официальный сайт казино Pokerdom Покердомpokerdom казино','','inherit','closed','closed','','414-revision-v1','','','2025-10-13 14:06:33','2025-10-13 07:06:33','',414,'https://lion288slot.com/?p=415',0,'revision','',0),
(416,1,'2025-07-24 22:16:55','2025-07-24 15:16:55','<p class=\"toctitle\" style=\"font-weight: 700; text-align: center\">\r\n                    </p>\r\n                    <ul class=\"toc_list\"><li><a href=\"#t1\">A thrilling adventure unfolds when you step into the excitement of the daman game login experience.</a></li><li><a href=\"#t2\">Understanding the Daman Game</a></li><li><a href=\"#t3\">Features of the Daman Game</a></li><li><a href=\"#t4\">Login Process Made Simple</a></li><li><a href=\"#t5\">Daman Game Experience: A Comprehensive Overview</a></li><li><a href=\"#t6\">Benefits of Playing Daman Game</a></li><li><a href=\"#t7\">Why Choose Daman Game?</a></li><li><a href=\"#t8\">Getting Started with Daman Game Login</a></li><li><a href=\"#t9\">Security Measures and Safety during Daman Game Login</a></li><li><a href=\"#t10\">Enhancing Player Engagement</a></li></ul>\r<h1 id=\"t1\">A thrilling adventure unfolds when you step into the excitement of the daman game login experience.</h1>\r<p>The world of online gaming has taken a remarkable turn with the introduction of captivating games, one of which is the highly engaging daman game. The <strong><a href=\"https://www.lovepyaarshayari.in/\">daman game login</a></strong> process acts as the gateway for players to immerse themselves in a thrilling adventure within this unique gaming experience. This article delves into the details surrounding the daman game login, its features, and what makes it an appealing option for gaming enthusiasts.</p>\r\n<p>The daman game offers players an exhilarating blend of strategy, skill, and chance. When players log in, they can explore various gameplay modes and effectively utilize their skills to enhance their gaming experience. The login process not only initiates a player’s interaction with the game but also ensures they have secured access to their personal accounts, making it both a functional and vital part of the overall gaming landscape.</p>\r\n<p>Understanding the significance of a seamless login process is crucial for both new and experienced players. The convenience of the daman game login ensures that players can quickly navigate to the game without unnecessary delays. With a user-friendly interface, the login experience emphasizes speed and security, allowing players to focus on what they love most – playing the game.</p>\r\n<h2 id=\"t2\">Understanding the Daman Game</h2>\r\n<p>The daman game is renowned for its intricate designs and engaging gameplay. Players are drawn into a vibrant world where strategy meets excitement, and the thrill of winning adds to the overall essence of the game. This section provides insights into what makes the daman game so appealing to a wide array of gamers.</p>\r\n<p>At its core, the daman game features a variety of elements that contribute to its gaming mechanics. Players use a combination of skill and luck, with each round offering unique opportunities to win. The game\'s design encourages both social interaction and competition among players, heightening the experience. Whether one is a novice or a seasoned player, those impacted by this game are sure to find something enjoyable.</p>\r\n<table>\r<tr>\r\nFeature\r\nDescription\r\n</tr>\r<tr>\r\n<td>Interactive Gameplay</td>\r\n<td>Engaging users through dynamic rounds</td>\r\n</tr>\r\n<tr>\r\n<td>Multiplayer Options</td>\r\n<td>Allows social interaction among players</td>\r\n</tr>\r\n<tr>\r\n<td>Customizable Settings</td>\r\n<td>Provides personalization opportunities</td>\r\n</tr>\r</table>\r\n<p>These features collectively enhance the player experience, ensuring that every login leads to a new adventure. The strong community around the daman game contributes to a thriving gaming environment where players can connect and share strategies. As players log in, they play with the assurance that they are entering a well-established platform, rich with community and engagement.</p>\r\n<h3 id=\"t3\">Features of the Daman Game</h3>\r\n<p>The daman game is overflowing with exciting features that cater to diverse gaming preferences. These features enhance the overall user experience, promoting longer periods of engagement. From its visually stunning graphics to user-friendly navigation, the game ensures players can easily adapt to various gameplay styles.</p>\r\n<p>One of the standout qualities of the daman game is its ability to accommodate both casual gamers and those seeking a more competitive atmosphere. The game\'s multiple levels and challenges create a fascinating environment that players can enjoy. Players can also keep track of their progress and achievements through their accounts, enhancing the overall gaming experience.</p>\r\n<h3 id=\"t4\">Login Process Made Simple</h3>\r\n<p>The daman game login process is designed with user-friendliness in mind. Players can expect quick and efficient access to their accounts without dealing with frustrating delays. This site prioritizes security and simplicity, ensuring users have a hassle-free experience.</p>\r\n<p>To log in, players typically need to enter their username and password. This eliminates the need for lengthy registration processes each time they want to play. Furthermore, the game offers options to save credentials on certain devices, enabling one-click access for regular players.</p>\r\n<h2 id=\"t5\">Daman Game Experience: A Comprehensive Overview</h2>\r\n<p>Once players complete the daman game login, they are thrust into a comprehensive gaming experience designed to keep them entertained. Each session brings forth various challenges catering to individual skill levels and preferences. The game adapts continually to ensure it remains challenging while also being enjoyable.</p>\r\n<p>As players make their way through the game, they will encounter various stages that require strategic thinking and decision-making. The environment created during gameplay is not just about chance but also emphasizes the importance of skills, ensuring that players remain engaged.</p>\r\n<ul>\r\n<li><strong>Dynamic Challenges:</strong> Each session features unique set of tasks.</li>\r\n<li><strong>Compelling Graphics:</strong> High-quality visuals enhance immersion.</li>\r\n<li><strong>Community Engagement:</strong> Players can connect easily with others.</li>\r\n</ul>\r\n<p>The experience offered by the daman game is truly immersive. The combination of engaging graphics and interactive gameplay leads to a gaming atmosphere that keeps players coming back for more. This dynamic ensures that logging in is not just a task but a beckoning adventure filled with opportunities to win and connect.</p>\r\n<h2 id=\"t6\">Benefits of Playing Daman Game</h2>\r\n<p>The benefits of participating in the daman game stretch far beyond just entertainment. Players often find that engaging with the game fosters essential skills such as critical thinking, problem-solving, and even teamwork when playing with others. Each of these skills can prove useful in real-life scenarios, showcasing the game’s multifaceted nature.</p>\r\n<p>Furthermore, players can experience social growth by connecting with fellow gamers. The community surrounding the daman game creates a space where players can share experiences, strategies, and successes. Forming alliances or engaging in friendly competition only enhances the overall experience.</p>\r\n<h3 id=\"t7\">Why Choose Daman Game?</h3>\r\n<p>Choosing to engage in the daman game can open the door to numerous advantages for players. The quality and variety ensure that there is always something new to delve into. Players can find personal preferences within gameplay styles, whether they favor fast-paced action or more strategic play.</p>\r\n<p>Moreover, players that log into the daman game can explore a well-maintained platform that emphasizes user satisfaction. Regular updates and improvements to game mechanics keep the experience fresh and enjoyable, ensuring players never feel stagnant.</p>\r\n<h3 id=\"t8\">Getting Started with Daman Game Login</h3>\r\n<p>Starting the daman game is straightforward for anyone eager to join the adventure. The first step is to create an account if you are new. This can typically be done quickly through the game’s website, requiring just a few personal details and a chosen password. Once the registration is complete, users can utilize the daman game login to access the gaming platform immediately.</p>\r\n<p>Once logged in, players can personalize their profiles and begin to explore the various game modes available. Tutoring and onboarding features often enable newcomers to familiarize themselves with the game\'s mechanics, ensuring that everyone can engage comfortably.</p>\r\n<h2 id=\"t9\">Security Measures and Safety during Daman Game Login</h2>\r\n<p>With the rise of online gaming, security and safety are paramount considerations for players. The daman game login process incorporates several robust safety measures designed to protect user data and maintain a secure gaming environment. This section discusses the steps taken to ensure player safety and data integrity.</p>\r\n<p>Encryption technologies and secure servers are hallmarks of the daman game\'s commitment to safeguarding its players’ information. These measures deter potential threats and reassure users that their data is secure while they enjoy the game. Engaging in responsible gaming practices is also encouraged to ensure a fun and safe experience.</p>\r\n<h2 id=\"t10\">Enhancing Player Engagement</h2>\r\n<p>In the competitive world of online gaming, maintaining player engagement is crucial. The daman game implements numerous techniques to keep players captivated over time. With a focus on continual evolution and excitement, the gaming experience remains fresh and intriguing.</p>\r\n<p>Regular updates and new features encourage players to log in frequently, fostering a dynamic environment. Achievements, leaderboards, and community events are just a few examples of how the game enhances player engagement. This ensures that logging into the daman game is not just about gaming; it’s about being part of a larger community.</p>\r\n<ol>\r\n<li><strong>Engaging Graphics:</strong> Attractive visuals draw players in.</li>\r\n<li><strong>Regular Updates:</strong> Features evolve to keep the game exciting.</li>\r\n<li><strong>Community Events:</strong> Bring players together for special occasions.</li>\r\n</ol>\r\n<p>As players witness these engaging elements unfold within their gaming sessions, they often return for more, captivated by the exciting world created within the daman game environment.</p>\r\n<p>In summary, the <strong>daman game login</strong> serves as the gateway to an exhilarating adventure filled with unique features, social engagement, and strategic gameplay. The gaming experience continues to evolve, offering players a multifaceted journey enriched with opportunities. With seamless login processes, strong community ties, and a focus on security, players are encouraged to take the plunge and experience the thrill that awaits in the daman game.</p>','A thrilling adventure unfolds when you step into the excitement of the daman game login experience.','','publish','closed','','','a-thrilling-adventure-unfolds-when-you-step-into','','','2025-10-13 15:07:00','2025-10-13 08:07:00','',0,'https://lion288slot.com/?p=416',0,'post','',0),
(417,1,'2025-10-13 15:07:00','2025-10-13 08:07:00','<p class=\"toctitle\" style=\"font-weight: 700; text-align: center\">\r\n                    </p>\r\n                    <ul class=\"toc_list\"><li><a href=\"#t1\">A thrilling adventure unfolds when you step into the excitement of the daman game login experience.</a></li><li><a href=\"#t2\">Understanding the Daman Game</a></li><li><a href=\"#t3\">Features of the Daman Game</a></li><li><a href=\"#t4\">Login Process Made Simple</a></li><li><a href=\"#t5\">Daman Game Experience: A Comprehensive Overview</a></li><li><a href=\"#t6\">Benefits of Playing Daman Game</a></li><li><a href=\"#t7\">Why Choose Daman Game?</a></li><li><a href=\"#t8\">Getting Started with Daman Game Login</a></li><li><a href=\"#t9\">Security Measures and Safety during Daman Game Login</a></li><li><a href=\"#t10\">Enhancing Player Engagement</a></li></ul>\r<h1 id=\"t1\">A thrilling adventure unfolds when you step into the excitement of the daman game login experience.</h1>\r<p>The world of online gaming has taken a remarkable turn with the introduction of captivating games, one of which is the highly engaging daman game. The <strong><a href=\"https://www.lovepyaarshayari.in/\">daman game login</a></strong> process acts as the gateway for players to immerse themselves in a thrilling adventure within this unique gaming experience. This article delves into the details surrounding the daman game login, its features, and what makes it an appealing option for gaming enthusiasts.</p>\r\n<p>The daman game offers players an exhilarating blend of strategy, skill, and chance. When players log in, they can explore various gameplay modes and effectively utilize their skills to enhance their gaming experience. The login process not only initiates a player’s interaction with the game but also ensures they have secured access to their personal accounts, making it both a functional and vital part of the overall gaming landscape.</p>\r\n<p>Understanding the significance of a seamless login process is crucial for both new and experienced players. The convenience of the daman game login ensures that players can quickly navigate to the game without unnecessary delays. With a user-friendly interface, the login experience emphasizes speed and security, allowing players to focus on what they love most – playing the game.</p>\r\n<h2 id=\"t2\">Understanding the Daman Game</h2>\r\n<p>The daman game is renowned for its intricate designs and engaging gameplay. Players are drawn into a vibrant world where strategy meets excitement, and the thrill of winning adds to the overall essence of the game. This section provides insights into what makes the daman game so appealing to a wide array of gamers.</p>\r\n<p>At its core, the daman game features a variety of elements that contribute to its gaming mechanics. Players use a combination of skill and luck, with each round offering unique opportunities to win. The game\'s design encourages both social interaction and competition among players, heightening the experience. Whether one is a novice or a seasoned player, those impacted by this game are sure to find something enjoyable.</p>\r\n<table>\r<tr>\r\nFeature\r\nDescription\r\n</tr>\r<tr>\r\n<td>Interactive Gameplay</td>\r\n<td>Engaging users through dynamic rounds</td>\r\n</tr>\r\n<tr>\r\n<td>Multiplayer Options</td>\r\n<td>Allows social interaction among players</td>\r\n</tr>\r\n<tr>\r\n<td>Customizable Settings</td>\r\n<td>Provides personalization opportunities</td>\r\n</tr>\r</table>\r\n<p>These features collectively enhance the player experience, ensuring that every login leads to a new adventure. The strong community around the daman game contributes to a thriving gaming environment where players can connect and share strategies. As players log in, they play with the assurance that they are entering a well-established platform, rich with community and engagement.</p>\r\n<h3 id=\"t3\">Features of the Daman Game</h3>\r\n<p>The daman game is overflowing with exciting features that cater to diverse gaming preferences. These features enhance the overall user experience, promoting longer periods of engagement. From its visually stunning graphics to user-friendly navigation, the game ensures players can easily adapt to various gameplay styles.</p>\r\n<p>One of the standout qualities of the daman game is its ability to accommodate both casual gamers and those seeking a more competitive atmosphere. The game\'s multiple levels and challenges create a fascinating environment that players can enjoy. Players can also keep track of their progress and achievements through their accounts, enhancing the overall gaming experience.</p>\r\n<h3 id=\"t4\">Login Process Made Simple</h3>\r\n<p>The daman game login process is designed with user-friendliness in mind. Players can expect quick and efficient access to their accounts without dealing with frustrating delays. This site prioritizes security and simplicity, ensuring users have a hassle-free experience.</p>\r\n<p>To log in, players typically need to enter their username and password. This eliminates the need for lengthy registration processes each time they want to play. Furthermore, the game offers options to save credentials on certain devices, enabling one-click access for regular players.</p>\r\n<h2 id=\"t5\">Daman Game Experience: A Comprehensive Overview</h2>\r\n<p>Once players complete the daman game login, they are thrust into a comprehensive gaming experience designed to keep them entertained. Each session brings forth various challenges catering to individual skill levels and preferences. The game adapts continually to ensure it remains challenging while also being enjoyable.</p>\r\n<p>As players make their way through the game, they will encounter various stages that require strategic thinking and decision-making. The environment created during gameplay is not just about chance but also emphasizes the importance of skills, ensuring that players remain engaged.</p>\r\n<ul>\r\n<li><strong>Dynamic Challenges:</strong> Each session features unique set of tasks.</li>\r\n<li><strong>Compelling Graphics:</strong> High-quality visuals enhance immersion.</li>\r\n<li><strong>Community Engagement:</strong> Players can connect easily with others.</li>\r\n</ul>\r\n<p>The experience offered by the daman game is truly immersive. The combination of engaging graphics and interactive gameplay leads to a gaming atmosphere that keeps players coming back for more. This dynamic ensures that logging in is not just a task but a beckoning adventure filled with opportunities to win and connect.</p>\r\n<h2 id=\"t6\">Benefits of Playing Daman Game</h2>\r\n<p>The benefits of participating in the daman game stretch far beyond just entertainment. Players often find that engaging with the game fosters essential skills such as critical thinking, problem-solving, and even teamwork when playing with others. Each of these skills can prove useful in real-life scenarios, showcasing the game’s multifaceted nature.</p>\r\n<p>Furthermore, players can experience social growth by connecting with fellow gamers. The community surrounding the daman game creates a space where players can share experiences, strategies, and successes. Forming alliances or engaging in friendly competition only enhances the overall experience.</p>\r\n<h3 id=\"t7\">Why Choose Daman Game?</h3>\r\n<p>Choosing to engage in the daman game can open the door to numerous advantages for players. The quality and variety ensure that there is always something new to delve into. Players can find personal preferences within gameplay styles, whether they favor fast-paced action or more strategic play.</p>\r\n<p>Moreover, players that log into the daman game can explore a well-maintained platform that emphasizes user satisfaction. Regular updates and improvements to game mechanics keep the experience fresh and enjoyable, ensuring players never feel stagnant.</p>\r\n<h3 id=\"t8\">Getting Started with Daman Game Login</h3>\r\n<p>Starting the daman game is straightforward for anyone eager to join the adventure. The first step is to create an account if you are new. This can typically be done quickly through the game’s website, requiring just a few personal details and a chosen password. Once the registration is complete, users can utilize the daman game login to access the gaming platform immediately.</p>\r\n<p>Once logged in, players can personalize their profiles and begin to explore the various game modes available. Tutoring and onboarding features often enable newcomers to familiarize themselves with the game\'s mechanics, ensuring that everyone can engage comfortably.</p>\r\n<h2 id=\"t9\">Security Measures and Safety during Daman Game Login</h2>\r\n<p>With the rise of online gaming, security and safety are paramount considerations for players. The daman game login process incorporates several robust safety measures designed to protect user data and maintain a secure gaming environment. This section discusses the steps taken to ensure player safety and data integrity.</p>\r\n<p>Encryption technologies and secure servers are hallmarks of the daman game\'s commitment to safeguarding its players’ information. These measures deter potential threats and reassure users that their data is secure while they enjoy the game. Engaging in responsible gaming practices is also encouraged to ensure a fun and safe experience.</p>\r\n<h2 id=\"t10\">Enhancing Player Engagement</h2>\r\n<p>In the competitive world of online gaming, maintaining player engagement is crucial. The daman game implements numerous techniques to keep players captivated over time. With a focus on continual evolution and excitement, the gaming experience remains fresh and intriguing.</p>\r\n<p>Regular updates and new features encourage players to log in frequently, fostering a dynamic environment. Achievements, leaderboards, and community events are just a few examples of how the game enhances player engagement. This ensures that logging into the daman game is not just about gaming; it’s about being part of a larger community.</p>\r\n<ol>\r\n<li><strong>Engaging Graphics:</strong> Attractive visuals draw players in.</li>\r\n<li><strong>Regular Updates:</strong> Features evolve to keep the game exciting.</li>\r\n<li><strong>Community Events:</strong> Bring players together for special occasions.</li>\r\n</ol>\r\n<p>As players witness these engaging elements unfold within their gaming sessions, they often return for more, captivated by the exciting world created within the daman game environment.</p>\r\n<p>In summary, the <strong>daman game login</strong> serves as the gateway to an exhilarating adventure filled with unique features, social engagement, and strategic gameplay. The gaming experience continues to evolve, offering players a multifaceted journey enriched with opportunities. With seamless login processes, strong community ties, and a focus on security, players are encouraged to take the plunge and experience the thrill that awaits in the daman game.</p>','A thrilling adventure unfolds when you step into the excitement of the daman game login experience.','','inherit','closed','closed','','416-revision-v1','','','2025-10-13 15:07:00','2025-10-13 08:07:00','',416,'https://lion288slot.com/?p=417',0,'revision','',0),
(418,1,'2025-10-10 15:07:24','2025-10-10 08:07:24','<h1>Selector Casino: как получить кэшбэк  </h1>\r<p>Ссылка на активацию бонуса приходит в онлайн чате от администрации сайта. В ассортименте оператора доступны такие дисциплины с профессиональными крупье, как рулетка, покер, баккара, блэкджек т.д. Эти игры нельзя попробовать в демонстрационном режиме.</p>\r<p>После этого стоит посетить Личный кабинет и отметить тот бонус, интересующий игрока. Обычно удается получить бесплатные вращения в отдельных слотах. В коллекции заведения собрано более 237 слотов Netgame, Evolution, Igrosoft и 20 других провайдеров. Сейчас администрация казино готовится к релизу скачиваемого софта. В ближайшее время игроки смогут установить нативное приложение на смартфоны и ПК. Также платформа продолжает развиваться в других направлениях.</p>\r\n<ul><li>Это позволяет использовать их в любых автоматах без каких-либо ограничений.</li><li>Для установки лимитов требуется совершить вход на официальный сайт Selector Casino в России.</li><li>Выпуск нативного приложения запланирован на ближайшее время.</li><li>Бонус складывается из отчислений от каждой ставки.</li><li>Решить проблему помогает рабочее зеркало Selector Casino на сегодня.</li><li>Ссылка на установочный файл и информация о технических требованиях софта разместятся на странице с приложениями.</li><li>Благодаря разрешению лицензионная азартная площадка осуществляет деятельность в разных странах и часовых поясах.</li><li>Самая популярная категория, включающая тысячи игровых автоматов различной тематики и механики.</li><li>В рамках программы лояльности представлено 20 рангов.</li><li>Полная подборка развлечений размещена на начальной странице азартной платформы.</li><li>Каждый день в Telegram-канале и группе ВКонтакте публикуются уникальные промокоды, дающие доступ к различным бонусам.</li><li>Новичкам могут понадобиться консультации менеджеров.</li></ul>\r\n<p>Она позволяет снимать выигрыши в течение 30 минут. Весь прогресс сохраняется на неограниченный период. Информация о  доступных наградах в рамках системы лояльности отображается в профиле пользователя. Расчет рейкбека происходит в автоматическом режиме. Для этого достаточно открыть страницу с акциями в Личном кабинете и нажать на кнопку «Получить». Обычно их получение возможно за применение персональных промокодов и победы в викторинах.</p>\r\n<p>Зарегистрированным клиентам полагается возврат средств. Чтобы забрать накопленный бонус, надо войти на актуальное зеркало сайта Selector Casino и авторизоваться. Затем нужно вызвать меню профиля и выбрать строку «VIP клуб». Информация о возврате находится в разделе «Рейкбек». После создания профиля новичкам доступны приветственные бонусы. За прикрепление аккаунта в Telegram оператор начисляет на баланс 50 рублей.</p>\r<h2>селектор казино рабочее зеркало</h2>\r\n<ul><li>Посещать сайт Selector Casino можно с компьютеров и мобильных гаджетов.</li><li>В частности, обладатели последних рангов пользуются услугами VIP менеджеров и получают эксклюзивные промо предложения.</li><li>Специальные предложения позволяют увеличить банкролл игрока и тем самым продлить его сессию.</li><li>В таких случаях клиентам нужно использовать запасные домены — зеркала.</li><li>Selector Casino исключает скрытые комиссии и сложные схемы — вы точно знаете, как превратить бонус в реальный выигрыш.</li><li>Каждый слот имеет качественное оформление, высокую отдачу и различную дисперсию.</li><li>Подтверждение личности открывает доступ к выводу крупных денежных призов и получению подарка на день рождения.</li><li>Чтобы активировать такой купон, необходимо сначала найти зеркало казино Селектор.</li><li>Доступ к платным возможностям открывается после входа на официальный сайт казино Селектор в России в 2025 году и авторизации в профиле.</li></ul>\r\n<p>Пользователь спокойно изучит работу ГСЧ и все функции слота. Опытные игроки проверяют стратегии в тренировочном режиме. Игровые аппараты работают на генераторе случайных чисел. Ни провайдеры, ни онлайн казино не влияют на алгоритм. Компании регулярно проводят проверки ГСЧ в независимых лабораториях.</p>\r\n<p>Оператор лицензирован международным регулятором Curacao Gaming Control Board и придерживается установленных <a href=\"https://vsenichego.ru/\">https://vsenichego.ru/</a> им требований. Информация о выданном разрешении опубликована в футере. Там же есть кликабельная иконка GCB, при нажатии на которую клиент будет перенаправлен на сайт регулятора. Если срок активации ваучера еще не истек, надо обратиться в службу поддержки.</p>\r\n<p>Оно открывает быстрый доступ к слотам, бонусам и поддержке, а также работает даже при медленном интернете. Казино Селектор радует игроков щедрыми предложениями, которые делают игру еще увлекательнее. Бонусы подходят как новичкам, так и постоянным пользователям, увеличивая шансы на крупный выигрыш.</p>\r\n<p>Важная особенность Селектор — возможность играть в демо-режиме практически во все игры без регистрации и пополнения счета. Это отличный способ протестировать автоматы, не рискуя деньгами, хотя выигрыш в таком случае будет условным. Важным преимуществом Selector является простая навигация и интуитивно понятный интерфейс. На сайте оператора размещены слоты от 68 разработчиков.</p>\r\n<h3>селектор казино рабочее зеркало</h3>\r\n<p>Чтобы начать игру на деньги, каждому пользователю обязательно нужно пройти регистрацию на зеркале Селектор казино. Однако обычно необходимо указать номер телефона или адрес электронной почты. Также при регистрации необходимо придумать пароль. Лучше в качестве пароля использовать случайные комбинации символов. Это поможет более надежно оградить личные данные  от злоумышленников.</p>\r\n<p>За деятельностью казино следит регулятор Curacao Gaming Control Board. Получить информацию о выданной лицензии можно в футере. Посетители из России могут выводить деньги в рублях или любых других условных единицах, поддерживаемых на платформе. При совершении транзакции необходимо обратить внимание на лимиты платежных систем. Пополнение и вывод средств возможны через карты, электронные кошельки (Skrill, WebMoney), криптовалюту и мобильные операторы. Деятельность Selector Casino регулируется международной лицензией, подтверждающей соответствие стандартам честной игры.</p>\r\n<h4>селектор казино рабочее зеркало</h4>\r\n<p>При нажатии на нее игрока перенаправят в раздел со следующими способами оплаты. На копиях официального сайта есть весь функционал и полный каталог развлечений, а также сохранена база данных пользователей. Опробовать любые дисциплины можно в бесплатном режиме игры в Selector Casino.</p>\r<p>Все они прошли специальное обучение и разбираются в любых аспектах азартной площадки. Для связи с сотрудниками техподдержки есть следующие способы. Выпуск нативного приложения запланирован на ближайшее время.</p>\r\n<p>Чтобы промокод сработал, нужно брать только  свежие комбинации. Купоны на бездепы разрешается активировать один раз в 24 часа. Деньгами, начисленными по ваучерам, можно играть онлайн в Selector Casino в автоматах. Выбор развлечений с профессиональным крупье доступен после создания аккаунта и внесения депозита. Во время раундов клиенты могут общаться между собой посредством специального чата.</p>\r\n<p>Это разнообразие позволяет каждому найти вариант по вкусу — от ретро-автоматов до 3D-слотов с кинематографичным сюжетом. Selector Casino остается топовым выбором для тех, кто ценит качество, безопасность и динамичное развитие платформы. Использование VPN допускается, но может нарушать правила казино. Это решение гарантирует непрерывный доступ к турнирам, бонусам и эксклюзивным слотам даже при усилении блокировок.</p>','Selector Casino: как получить кэшбэк','','publish','closed','','','selector-casino-kak-poluchit-kjeshbjek-171','','','2025-10-13 16:09:26','2025-10-13 09:09:26','',0,'https://lion288slot.com/?p=418',0,'post','',0),
(419,1,'2025-10-13 16:09:26','2025-10-13 09:09:26','<h1>Selector Casino: как получить кэшбэк  </h1>\r<p>Ссылка на активацию бонуса приходит в онлайн чате от администрации сайта. В ассортименте оператора доступны такие дисциплины с профессиональными крупье, как рулетка, покер, баккара, блэкджек т.д. Эти игры нельзя попробовать в демонстрационном режиме.</p>\r<p>После этого стоит посетить Личный кабинет и отметить тот бонус, интересующий игрока. Обычно удается получить бесплатные вращения в отдельных слотах. В коллекции заведения собрано более 237 слотов Netgame, Evolution, Igrosoft и 20 других провайдеров. Сейчас администрация казино готовится к релизу скачиваемого софта. В ближайшее время игроки смогут установить нативное приложение на смартфоны и ПК. Также платформа продолжает развиваться в других направлениях.</p>\r\n<ul><li>Это позволяет использовать их в любых автоматах без каких-либо ограничений.</li><li>Для установки лимитов требуется совершить вход на официальный сайт Selector Casino в России.</li><li>Выпуск нативного приложения запланирован на ближайшее время.</li><li>Бонус складывается из отчислений от каждой ставки.</li><li>Решить проблему помогает рабочее зеркало Selector Casino на сегодня.</li><li>Ссылка на установочный файл и информация о технических требованиях софта разместятся на странице с приложениями.</li><li>Благодаря разрешению лицензионная азартная площадка осуществляет деятельность в разных странах и часовых поясах.</li><li>Самая популярная категория, включающая тысячи игровых автоматов различной тематики и механики.</li><li>В рамках программы лояльности представлено 20 рангов.</li><li>Полная подборка развлечений размещена на начальной странице азартной платформы.</li><li>Каждый день в Telegram-канале и группе ВКонтакте публикуются уникальные промокоды, дающие доступ к различным бонусам.</li><li>Новичкам могут понадобиться консультации менеджеров.</li></ul>\r\n<p>Она позволяет снимать выигрыши в течение 30 минут. Весь прогресс сохраняется на неограниченный период. Информация о  доступных наградах в рамках системы лояльности отображается в профиле пользователя. Расчет рейкбека происходит в автоматическом режиме. Для этого достаточно открыть страницу с акциями в Личном кабинете и нажать на кнопку «Получить». Обычно их получение возможно за применение персональных промокодов и победы в викторинах.</p>\r\n<p>Зарегистрированным клиентам полагается возврат средств. Чтобы забрать накопленный бонус, надо войти на актуальное зеркало сайта Selector Casino и авторизоваться. Затем нужно вызвать меню профиля и выбрать строку «VIP клуб». Информация о возврате находится в разделе «Рейкбек». После создания профиля новичкам доступны приветственные бонусы. За прикрепление аккаунта в Telegram оператор начисляет на баланс 50 рублей.</p>\r<h2>селектор казино рабочее зеркало</h2>\r\n<ul><li>Посещать сайт Selector Casino можно с компьютеров и мобильных гаджетов.</li><li>В частности, обладатели последних рангов пользуются услугами VIP менеджеров и получают эксклюзивные промо предложения.</li><li>Специальные предложения позволяют увеличить банкролл игрока и тем самым продлить его сессию.</li><li>В таких случаях клиентам нужно использовать запасные домены — зеркала.</li><li>Selector Casino исключает скрытые комиссии и сложные схемы — вы точно знаете, как превратить бонус в реальный выигрыш.</li><li>Каждый слот имеет качественное оформление, высокую отдачу и различную дисперсию.</li><li>Подтверждение личности открывает доступ к выводу крупных денежных призов и получению подарка на день рождения.</li><li>Чтобы активировать такой купон, необходимо сначала найти зеркало казино Селектор.</li><li>Доступ к платным возможностям открывается после входа на официальный сайт казино Селектор в России в 2025 году и авторизации в профиле.</li></ul>\r\n<p>Пользователь спокойно изучит работу ГСЧ и все функции слота. Опытные игроки проверяют стратегии в тренировочном режиме. Игровые аппараты работают на генераторе случайных чисел. Ни провайдеры, ни онлайн казино не влияют на алгоритм. Компании регулярно проводят проверки ГСЧ в независимых лабораториях.</p>\r\n<p>Оператор лицензирован международным регулятором Curacao Gaming Control Board и придерживается установленных <a href=\"https://vsenichego.ru/\">https://vsenichego.ru/</a> им требований. Информация о выданном разрешении опубликована в футере. Там же есть кликабельная иконка GCB, при нажатии на которую клиент будет перенаправлен на сайт регулятора. Если срок активации ваучера еще не истек, надо обратиться в службу поддержки.</p>\r\n<p>Оно открывает быстрый доступ к слотам, бонусам и поддержке, а также работает даже при медленном интернете. Казино Селектор радует игроков щедрыми предложениями, которые делают игру еще увлекательнее. Бонусы подходят как новичкам, так и постоянным пользователям, увеличивая шансы на крупный выигрыш.</p>\r\n<p>Важная особенность Селектор — возможность играть в демо-режиме практически во все игры без регистрации и пополнения счета. Это отличный способ протестировать автоматы, не рискуя деньгами, хотя выигрыш в таком случае будет условным. Важным преимуществом Selector является простая навигация и интуитивно понятный интерфейс. На сайте оператора размещены слоты от 68 разработчиков.</p>\r\n<h3>селектор казино рабочее зеркало</h3>\r\n<p>Чтобы начать игру на деньги, каждому пользователю обязательно нужно пройти регистрацию на зеркале Селектор казино. Однако обычно необходимо указать номер телефона или адрес электронной почты. Также при регистрации необходимо придумать пароль. Лучше в качестве пароля использовать случайные комбинации символов. Это поможет более надежно оградить личные данные  от злоумышленников.</p>\r\n<p>За деятельностью казино следит регулятор Curacao Gaming Control Board. Получить информацию о выданной лицензии можно в футере. Посетители из России могут выводить деньги в рублях или любых других условных единицах, поддерживаемых на платформе. При совершении транзакции необходимо обратить внимание на лимиты платежных систем. Пополнение и вывод средств возможны через карты, электронные кошельки (Skrill, WebMoney), криптовалюту и мобильные операторы. Деятельность Selector Casino регулируется международной лицензией, подтверждающей соответствие стандартам честной игры.</p>\r\n<h4>селектор казино рабочее зеркало</h4>\r\n<p>При нажатии на нее игрока перенаправят в раздел со следующими способами оплаты. На копиях официального сайта есть весь функционал и полный каталог развлечений, а также сохранена база данных пользователей. Опробовать любые дисциплины можно в бесплатном режиме игры в Selector Casino.</p>\r<p>Все они прошли специальное обучение и разбираются в любых аспектах азартной площадки. Для связи с сотрудниками техподдержки есть следующие способы. Выпуск нативного приложения запланирован на ближайшее время.</p>\r\n<p>Чтобы промокод сработал, нужно брать только  свежие комбинации. Купоны на бездепы разрешается активировать один раз в 24 часа. Деньгами, начисленными по ваучерам, можно играть онлайн в Selector Casino в автоматах. Выбор развлечений с профессиональным крупье доступен после создания аккаунта и внесения депозита. Во время раундов клиенты могут общаться между собой посредством специального чата.</p>\r\n<p>Это разнообразие позволяет каждому найти вариант по вкусу — от ретро-автоматов до 3D-слотов с кинематографичным сюжетом. Selector Casino остается топовым выбором для тех, кто ценит качество, безопасность и динамичное развитие платформы. Использование VPN допускается, но может нарушать правила казино. Это решение гарантирует непрерывный доступ к турнирам, бонусам и эксклюзивным слотам даже при усилении блокировок.</p>','Selector Casino: как получить кэшбэк','','inherit','closed','closed','','418-revision-v1','','','2025-10-13 16:09:26','2025-10-13 09:09:26','',418,'https://lion288slot.com/?p=419',0,'revision','',0),
(420,1,'2025-10-09 21:45:56','2025-10-09 14:45:56','<h1>Казино Селектор: бонусы за вход  </h1>\r<p>В регистрационной форме есть поле для применения промокода. Таким же образом разрешается применять персональные промокоды. Они отправляются на email-адреса клиентов, подписавшихся на рассылку в своем аккаунте. Использование фриспинов разрешено только в конкретном аппарате.</p>\r\n<p>В основном это современные многофункциональные аппараты. За обход блокировок ответственности не предусмотрено. Условия, статистика и реферальные ссылки доступны в разделе «Партнерам». Чтобы загрузить приложения на ПК или гаджеты, надо связаться с саппортом. Программы протестированы на устройствах с разными характеристиками. Работает вариант площадки для смартфонов и планшетов.</p>\r\n<p>Возврат процента комиссии, начисляемой на участие в Live-играх и настольных покерах. Условия зависят от формата проведения турниров и активности игрока. Финансовые операции для пользователей доступны 24 часа в сутки. Это критически важно для участников, планирующих игровую активность в Selector casino. После авторизации в верхней части страницы отображается иконка кошелька.</p>\r\n<p>Если у клиента уже есть учетная запись, то ему не нужно регистрировать дополнительный аккаунт. Это запрещено правилами азартной площадки и ведет к блокировке. Для входа в профиль достаточно ввести логин и пароль в окне авторизации. Веб-платформа предлагает клиентам более 9000 азартных развлечений. Посещать сайт Selector Casino можно с компьютеров и мобильных гаджетов.</p>\r\n<h2>селектор казино рабочее зеркало</h2>\r\n<p>По итогам верификации клиент получает уведомление на email. Перед заказом кешаута клиент должен подтвердить личность и возраст. Клиенты площадки могут посещать страницу букмекерской конторы. Ежедневно для заключения пари доступны сотни спортивных соревнований в десятках дисциплин. Букмекер принимает ставки всех известных типов — ординар, экспресс, система и т.д.</p>\r\n<ul><li>Десктопная версия Selector Casino доступна через браузер или специальную программу.</li><li>Компании регулярно проводят проверки ГСЧ в независимых лабораториях.</li><li>Некоторые акции позволяют играть онлайн в казино Селектор без вложений.</li><li>Для доступа ко всем опциям платформы надо подтвердить контакты и пройти процедуру идентификации личности.</li><li>На стартовой странице рассказывается о преимуществах площадки и доступных классах онлайн игр.</li><li>Они отправляются на email-адреса клиентов, подписавшихся на рассылку в своем аккаунте.</li><li>Финансовые операции оформляются в разделе «Касса».</li><li>Азартная площадка имеет официальную лицензию Curaçao Gaming Control Board.</li><li>Каждый день в Telegram-канале и группе ВКонтакте публикуются уникальные промокоды, дающие доступ к различным бонусам.</li><li>Для установки лимитов требуется совершить вход на официальный сайт Selector Casino в России.</li><li>Букмекер принимает ставки всех известных типов — ординар, экспресс, система и т.д.</li></ul>\r\n<h3>селектор казино рабочее зеркало</h3>\r\n<p>Если сведений окажется недостаточно, то стоит написать в чат. Для этого требуется кликнуть по виджету внизу экрана и ввести в открытом окне сообщение. Ответ на вопрос придет в течение нескольких минут. В ближайшее время оператор разработает нативное приложение, которое адаптируют под iOS и Android. Для внесения депозитов подходят фиатные деньги и криптовалюты.</p>\r\n<p>На бонусные средства можно запускать игровые автоматы Selector Casino. Перед участием в акции нужно внимательно изучить ее условия. Новичкам могут понадобиться консультации менеджеров. Для связи с сервисом техподдержки работают email и онлайн чат. Открытая в 2019 году платформа достаточно известна в игровом русскоязычном сообществе. Аналитические сайты регулярно выпускают о Selector Casino обзоры и включают оператора в рейтинги.</p>\r\n<ul><li>Для этого достаточно открыть страницу с акциями в Личном кабинете и нажать на кнопку «Получить».</li><li>Чтобы получить доступ к рейкбеку, требуется суммарно потратить на сайте 1 млн рублей.</li><li>В материале собраны все имеющиеся сведения о функционале и контенте азартной площадки.</li><li>Все игры доступны как в тренировочном режиме, так и с реальными ставками.</li><li>Совершение финансовых операций разрешено несколькими популярными валютами.</li><li>В ассортименте оператора доступны такие дисциплины с профессиональными крупье, как рулетка, покер, баккара, блэкджек т.д.</li><li>Администрация платформы регулярно добавляет специальные предложения для игроков.</li><li>Вдобавок на площадке регулярно появляются новые слоты и специальные предложения, а также проводятся турниры.</li><li>На нее перенесены вся база данных, каталог развлечений и список бонусов.</li><li>В статье пойдет речь о базовых параметрах полной версии казино Селектор.</li></ul>\r\n<p>После входа в учетную запись предлагается привязать Telegram-аккаунт к профилю в казино. За выполнение этого действия начисляются 50 рублей. В случае любых затруднений можно обращаться в круглосуточный саппорт. Менеджеры поддержки отвечают  на русском языке на все поступающие запросы. Постоянным посетителям начисляется возврат части потраченных денег. Процент кешбэка привязан к достигнутому клиентом рангу в VIP программе.</p>\r<p>Пополнение счета включает ввод суммы и реквизитов, с последующим подтверждением действия. Зачисление средств на аккаунт производится моментально. Бесплатные вращения в слотах можно получить по промокодам или в качестве персонального бонуса. Чтобы использовать фриспины, необходимо соблюсти правила акции.</p>\r\n<h4>селектор казино рабочее зеркало</h4>\r\n<p>Потребуется делать ставки в азартных развлечениях. Чем больше оборот клиента, тем выше он в турнирной таблице. Обладатели первых 100 мест делят между собой призовой фонд в конце дня. Рекомендуется следить за обновлениями интернет казино. Ставки в данном формате производятся условными фишками, что исключает финансовые риски. Демо-режим не предназначен для отыгрыша бонусных средств или участия в турнирных событиях.</p>\r\n<p>При запуске пользователь увидит студию и настоящего крупье. Чтобы приступить к ставкам, нужно занять свободное место за виртуальным столом. Дилеры общаются с клиентами благодаря встроенному чату. Игровые автоматы занимают большую часть портфолио. Возврат средств предлагается обладателям уровня «Серебро» (и выше). Клиенты получают часть рейка (преимущества казино).</p>\r\n<p>За счет этого игроки получают доступ к дополнительным платежным агрегаторам, с помощью которых можно вносить депозиты и выводить деньги. Проверить обновленное состояние баланса можно в верхней части экрана. Далее разрешается запускать слоты и делать ставки с выводом призов. Создавая аккаунт, можно применить промокод и получить за это приветственный бездепозитный бонус.</p>\r<p>После изучения правил аппарата нужно внести депозит. Играть на деньги можно как в браузерной версии, так и в одном из доступных приложений. Чтобы загрузить софт на устройство, необходимо войти на платформу и скачать установочный файл.</p>\r\n<p>Новичкам служба поддержки выдает прокрутки за внесение первого депозита. Ссылка на активацию бонуса приходит в онлайн чате от администрации сайта. Для любителей беттинга на сайте есть раздел «Ставки на спорт». В лобби оператора представлены сотни событий, на исход которых можно заключать пари. Также на площадке регулярно проводятся различные турниры и конкурсы, разыгрываются ценные призы и запускаются многочисленные акции.</p>\r<p>Неавторизованные посетители могут лишь запускать игровые аппараты из каталога в ознакомительном формате. В мобильной веб-версии поддерживаются все развлекательные и сервисные функции. Интерфейс адаптирован для комфортного управления на сенсорных вертикальных экранах. Желающие могут скачать PWA приложения для <a href=\"https://ihnk.ru/\">https://ihnk.ru/</a> любых устройств. Бонус складывается из отчислений от каждой ставки.</p>\r\n<p>Для пополнения баланса виртуальных кредитов достаточно обновить страницу со слотом. Для вывода средств также вводятся данные счета, после чего заявка передается уполномоченным специалистам. Проект не взимает скрытых комиссий за проведение транзакций. Заявки на снятие средств могут быть сформированы как с персонального компьютера, так и с мобильного устройства. Оптимальным решением станет подписка на официальные каналы и страницы казино.</p>\r\n<p>Пользователи iOS могут скачать приложение Selector Casino из App Store или с сайта казино. Программа оптимизирована для всех моделей iPhone и iPad, поддерживает демо-режим и игру на реальные деньги. В этом разделе представлены игры с живыми дилерами, обеспечивающие эффект реального присутствия в казино. В таком формате доступны карточные игры, рулетка, монополия и другие популярные развлечения. Каждый день в Telegram-канале и группе ВКонтакте публикуются уникальные промокоды, дающие доступ к различным бонусам. Эти буквенно-цифровые комбинации необходимо вводить в специальное поле на сайте казино и активировать в личном кабинете.</p>','Казино Селектор: бонусы за вход','','publish','closed','','','kazino-selektor-bonusy-za-vhod-163','','','2025-10-13 16:29:07','2025-10-13 09:29:07','',0,'https://lion288slot.com/?p=420',0,'post','',0),
(421,1,'2025-10-13 16:29:07','2025-10-13 09:29:07','<h1>Казино Селектор: бонусы за вход  </h1>\r<p>В регистрационной форме есть поле для применения промокода. Таким же образом разрешается применять персональные промокоды. Они отправляются на email-адреса клиентов, подписавшихся на рассылку в своем аккаунте. Использование фриспинов разрешено только в конкретном аппарате.</p>\r\n<p>В основном это современные многофункциональные аппараты. За обход блокировок ответственности не предусмотрено. Условия, статистика и реферальные ссылки доступны в разделе «Партнерам». Чтобы загрузить приложения на ПК или гаджеты, надо связаться с саппортом. Программы протестированы на устройствах с разными характеристиками. Работает вариант площадки для смартфонов и планшетов.</p>\r\n<p>Возврат процента комиссии, начисляемой на участие в Live-играх и настольных покерах. Условия зависят от формата проведения турниров и активности игрока. Финансовые операции для пользователей доступны 24 часа в сутки. Это критически важно для участников, планирующих игровую активность в Selector casino. После авторизации в верхней части страницы отображается иконка кошелька.</p>\r\n<p>Если у клиента уже есть учетная запись, то ему не нужно регистрировать дополнительный аккаунт. Это запрещено правилами азартной площадки и ведет к блокировке. Для входа в профиль достаточно ввести логин и пароль в окне авторизации. Веб-платформа предлагает клиентам более 9000 азартных развлечений. Посещать сайт Selector Casino можно с компьютеров и мобильных гаджетов.</p>\r\n<h2>селектор казино рабочее зеркало</h2>\r\n<p>По итогам верификации клиент получает уведомление на email. Перед заказом кешаута клиент должен подтвердить личность и возраст. Клиенты площадки могут посещать страницу букмекерской конторы. Ежедневно для заключения пари доступны сотни спортивных соревнований в десятках дисциплин. Букмекер принимает ставки всех известных типов — ординар, экспресс, система и т.д.</p>\r\n<ul><li>Десктопная версия Selector Casino доступна через браузер или специальную программу.</li><li>Компании регулярно проводят проверки ГСЧ в независимых лабораториях.</li><li>Некоторые акции позволяют играть онлайн в казино Селектор без вложений.</li><li>Для доступа ко всем опциям платформы надо подтвердить контакты и пройти процедуру идентификации личности.</li><li>На стартовой странице рассказывается о преимуществах площадки и доступных классах онлайн игр.</li><li>Они отправляются на email-адреса клиентов, подписавшихся на рассылку в своем аккаунте.</li><li>Финансовые операции оформляются в разделе «Касса».</li><li>Азартная площадка имеет официальную лицензию Curaçao Gaming Control Board.</li><li>Каждый день в Telegram-канале и группе ВКонтакте публикуются уникальные промокоды, дающие доступ к различным бонусам.</li><li>Для установки лимитов требуется совершить вход на официальный сайт Selector Casino в России.</li><li>Букмекер принимает ставки всех известных типов — ординар, экспресс, система и т.д.</li></ul>\r\n<h3>селектор казино рабочее зеркало</h3>\r\n<p>Если сведений окажется недостаточно, то стоит написать в чат. Для этого требуется кликнуть по виджету внизу экрана и ввести в открытом окне сообщение. Ответ на вопрос придет в течение нескольких минут. В ближайшее время оператор разработает нативное приложение, которое адаптируют под iOS и Android. Для внесения депозитов подходят фиатные деньги и криптовалюты.</p>\r\n<p>На бонусные средства можно запускать игровые автоматы Selector Casino. Перед участием в акции нужно внимательно изучить ее условия. Новичкам могут понадобиться консультации менеджеров. Для связи с сервисом техподдержки работают email и онлайн чат. Открытая в 2019 году платформа достаточно известна в игровом русскоязычном сообществе. Аналитические сайты регулярно выпускают о Selector Casino обзоры и включают оператора в рейтинги.</p>\r\n<ul><li>Для этого достаточно открыть страницу с акциями в Личном кабинете и нажать на кнопку «Получить».</li><li>Чтобы получить доступ к рейкбеку, требуется суммарно потратить на сайте 1 млн рублей.</li><li>В материале собраны все имеющиеся сведения о функционале и контенте азартной площадки.</li><li>Все игры доступны как в тренировочном режиме, так и с реальными ставками.</li><li>Совершение финансовых операций разрешено несколькими популярными валютами.</li><li>В ассортименте оператора доступны такие дисциплины с профессиональными крупье, как рулетка, покер, баккара, блэкджек т.д.</li><li>Администрация платформы регулярно добавляет специальные предложения для игроков.</li><li>Вдобавок на площадке регулярно появляются новые слоты и специальные предложения, а также проводятся турниры.</li><li>На нее перенесены вся база данных, каталог развлечений и список бонусов.</li><li>В статье пойдет речь о базовых параметрах полной версии казино Селектор.</li></ul>\r\n<p>После входа в учетную запись предлагается привязать Telegram-аккаунт к профилю в казино. За выполнение этого действия начисляются 50 рублей. В случае любых затруднений можно обращаться в круглосуточный саппорт. Менеджеры поддержки отвечают  на русском языке на все поступающие запросы. Постоянным посетителям начисляется возврат части потраченных денег. Процент кешбэка привязан к достигнутому клиентом рангу в VIP программе.</p>\r<p>Пополнение счета включает ввод суммы и реквизитов, с последующим подтверждением действия. Зачисление средств на аккаунт производится моментально. Бесплатные вращения в слотах можно получить по промокодам или в качестве персонального бонуса. Чтобы использовать фриспины, необходимо соблюсти правила акции.</p>\r\n<h4>селектор казино рабочее зеркало</h4>\r\n<p>Потребуется делать ставки в азартных развлечениях. Чем больше оборот клиента, тем выше он в турнирной таблице. Обладатели первых 100 мест делят между собой призовой фонд в конце дня. Рекомендуется следить за обновлениями интернет казино. Ставки в данном формате производятся условными фишками, что исключает финансовые риски. Демо-режим не предназначен для отыгрыша бонусных средств или участия в турнирных событиях.</p>\r\n<p>При запуске пользователь увидит студию и настоящего крупье. Чтобы приступить к ставкам, нужно занять свободное место за виртуальным столом. Дилеры общаются с клиентами благодаря встроенному чату. Игровые автоматы занимают большую часть портфолио. Возврат средств предлагается обладателям уровня «Серебро» (и выше). Клиенты получают часть рейка (преимущества казино).</p>\r\n<p>За счет этого игроки получают доступ к дополнительным платежным агрегаторам, с помощью которых можно вносить депозиты и выводить деньги. Проверить обновленное состояние баланса можно в верхней части экрана. Далее разрешается запускать слоты и делать ставки с выводом призов. Создавая аккаунт, можно применить промокод и получить за это приветственный бездепозитный бонус.</p>\r<p>После изучения правил аппарата нужно внести депозит. Играть на деньги можно как в браузерной версии, так и в одном из доступных приложений. Чтобы загрузить софт на устройство, необходимо войти на платформу и скачать установочный файл.</p>\r\n<p>Новичкам служба поддержки выдает прокрутки за внесение первого депозита. Ссылка на активацию бонуса приходит в онлайн чате от администрации сайта. Для любителей беттинга на сайте есть раздел «Ставки на спорт». В лобби оператора представлены сотни событий, на исход которых можно заключать пари. Также на площадке регулярно проводятся различные турниры и конкурсы, разыгрываются ценные призы и запускаются многочисленные акции.</p>\r<p>Неавторизованные посетители могут лишь запускать игровые аппараты из каталога в ознакомительном формате. В мобильной веб-версии поддерживаются все развлекательные и сервисные функции. Интерфейс адаптирован для комфортного управления на сенсорных вертикальных экранах. Желающие могут скачать PWA приложения для <a href=\"https://ihnk.ru/\">https://ihnk.ru/</a> любых устройств. Бонус складывается из отчислений от каждой ставки.</p>\r\n<p>Для пополнения баланса виртуальных кредитов достаточно обновить страницу со слотом. Для вывода средств также вводятся данные счета, после чего заявка передается уполномоченным специалистам. Проект не взимает скрытых комиссий за проведение транзакций. Заявки на снятие средств могут быть сформированы как с персонального компьютера, так и с мобильного устройства. Оптимальным решением станет подписка на официальные каналы и страницы казино.</p>\r\n<p>Пользователи iOS могут скачать приложение Selector Casino из App Store или с сайта казино. Программа оптимизирована для всех моделей iPhone и iPad, поддерживает демо-режим и игру на реальные деньги. В этом разделе представлены игры с живыми дилерами, обеспечивающие эффект реального присутствия в казино. В таком формате доступны карточные игры, рулетка, монополия и другие популярные развлечения. Каждый день в Telegram-канале и группе ВКонтакте публикуются уникальные промокоды, дающие доступ к различным бонусам. Эти буквенно-цифровые комбинации необходимо вводить в специальное поле на сайте казино и активировать в личном кабинете.</p>','Казино Селектор: бонусы за вход','','inherit','closed','closed','','420-revision-v1','','','2025-10-13 16:29:07','2025-10-13 09:29:07','',420,'https://lion288slot.com/?p=421',0,'revision','',0),
(422,1,'2025-10-08 22:02:59','2025-10-08 15:02:59','<p>Online game stream reduced, and also you’ll most likely rating logged out if the monitor happens black. For those who’re making use of your cell phone otherwise pill, i constantly suggest getting the brand new faithful mobile software. It’s reduced, stays signed inside the, and you may increases results that have fingerprint otherwise Deal with ID logins. Words are clearly listed, and usually, the fresh rollover requirements are only 1x. <!--more--> They don’t cover-up the fresh conditions which have obscure language otherwise limitations; everything is laid out inside the simple code on the cashier point.</p>\n<p>We’ll support you in finding reliable programs with high playing experience and you can punctual winnings. People is also set deposit restrictions on their internet casino membership so you can perform its using and render in charge betting, which have predefined thresholds to have every day, each week, or monthly dumps. Such limits is going to be changed because of the user any moment, yet , to guard up against rash decisions, a standing months can be enforced whenever asking for to boost this type of limits. Casinos on the internet are primarily analyzed based on bonuses and you may offers, game range, fee possibilities, cellular experience, safety and security, and you can full has and you will design. Conference such criteria is essential for a reasonable betting feel.</p>\n<p>The internet gambling enterprises game and you can gaming web sites you can access often believe your location. Play with our very own chart to find the most up to date details about on line casinos on your condition. Daily dream games have been legalized in the 2016, along with 2019, Family Costs 2934 legalized casinos on the internet and you may web based poker rooms, broadening pro options. Many companies continue to be seeking licenses in the West Virginia Lotto Percentage.</p>\n<p>Specific says wear’t has a single taxation, thus gamblers in these cities keep the payouts once submitting federally. In most states, gambling earnings are often thought part of regular money. You should just create these to your entire almost every other money and you will document your taxes as usual. Thankfully, of a <a href=\"https://www.alamtaruvilla.com/aplikacja-mostbet-polska-pobierz-dzieki-android-oraz-ios/\">https://www.alamtaruvilla.com/aplikacja-mostbet-polska-pobierz-dzieki-android-oraz-ios/</a> lot says have begun to find out the chance of with an enthusiastic on line lotto. A number of them install their lottery software, while others chose to have fun with a 3rd-team community including the Jackpocket software. High progress has been made to change credit card achievements cost, however you might still run into difficulties sometimes.</p>\n<img src=\"https://floridapolitics.com/wp-content/uploads/2021/04/gambling-1-Large.jpeg\" alt=\"real online casino\" align=\"right\" border=\"0\" style=\"padding: 20px;\">\n<p>I need members to help you adhere to regional playing laws, which may are very different and alter, also to always play sensibly. Betting will be addictive; for many who’re also suffering from playing-related damage, please name Gambler. Performing as the a home-employed writer, his outline-founded approach, lookup precision, and you may dedicated performs principles led to your on offer the full-time status from the Time2play. Thus help’s kick anything away from with this listing of the major 14 demanded gambling enterprises; rated out of better to terrible. Know the signs and symptoms of situation gambling, such paying an excessive amount of time and money on the playing, neglecting most other commitments, otherwise effect the need to play to leave issues.</p>\n<h2>State-by-County Overview of Online gambling Legislation</h2>\n<p>The continuing future of casinos on the internet in the usa seems guaranteeing, with an increase of claims expected to legalize and control gambling on line. This will offer people which have better usage of safer, high-top quality gaming platforms and imaginative have. If or not you’lso are trying to find a real income online casino games, the newest web based casinos, otherwise checking where gaming try judge on your county — these pages will be your go-to aid. We security many techniques from brick-and-mortar sites to the greatest local casino websites for people professionals within the 2025. The field of real time broker feel inside the casinos on the internet provides viewed a captivating evolution. Online game such as Dominance Live by Evolution provide an alternative twist to real time specialist game using its three dimensional Monopoly board and you may multipliers, exemplifying the new advancement in these casino experience.</p>\n<h2>Exactly how Online casinos Performs</h2>\n<p>B-Two Procedures, who work on the most popular personal local casino McLuck, has returned so you can Alabama and you may Georgia pursuing the positive news on the latest litigation on the particular states. McLuck provides previously started careful within the states which can be filing actions up against sweepstakes casinos, that\'s a boosting sign to own sweeps followers. Don’t think twice to touch base to possess service for those who’re also facing high issues due to playing.grams individual limits or self-excluding out of betting issues. So it self-disciplined means not merely makes it possible to take advantage of the game sensibly plus prolongs the playtime, providing far more opportunities to win. This type of incentives are an easy way to experience the brand new game as opposed to risking the money.</p>\n<p>These types of fun mixes of bingo and you may slots might be starred for as little as $0.10, giving a new twist to the classic online casino games. On line real cash local casino applications try courtroom within the seven You.S. states, and the&nbsp;race certainly gaming names is fierce. To make certain your defense while you are gambling on line, like gambling enterprises which have SSL encryption, formal RNGs, and you can strong security measures for example 2FA.</p>\n<img src=\"http://altoday.com/wp-content/uploads/2015/07/Casino-gambling-gaming.jpg\" alt=\"live casino online\" border=\"1\" align=\"left\" >\n<p>Responsible enjoy ensures that online gambling stays a great and you will enjoyable interest. Of numerous online slots feature novel themes, engaging storylines, and entertaining extra cycles. That have numerous headings to pick from, you’ll never ever run out of the new game to try. An authorized gambling enterprise is on a regular basis audited so that their online game are fair and its own procedures is actually clear. That it protects people out of fraud and means that earnings is paid off away timely.</p>\n<h2>Better Gambling on line Gambling enterprises within the 2025</h2>\n<p>Within these holidays, do items you to definitely divert your face out of gambling, helping to stop impulsive gambling. Look at the certification info and you can reputation the brand new local casino to confirm adherence in order to globe criteria and you can fair gamble legislation. Progressive jackpots is other favorite, having online game for example Wolf Silver presenting numerous jackpots and you will tall commission possible. Of course, income tax laws and regulations range between destination to place, it’s best to do some research before you can document.</p>\n<h2>Where Is actually Casinos on the internet Judge in the us within the Sep 2025?</h2>\n<ul><li>As well, with a minimum basic put of $20, the new DuckyBucks Rewards system incentivizes player involvement through providing pros such as cash-right back, totally free revolves, and consideration winnings.</li><li>Holding a valid license of a good U.S. regulatory department are an elementary need for me to even believe looking at a casino.</li><li>Mobile gambling establishment apps render advanced performance and you can a thorough band of game, encouraging a more enjoyable and you may easier gambling sense.</li><li>This will make it a popular option for of several professionals looking to an excellent hassle-free payment method.</li></ul>\n<p>Should you ever end up being your gambling is difficult, think seeking to help from information for example Gambler’s Unknown otherwise a counseling service. GamAnon is a support community from friends and family to own problem bettors. It has a residential district to assist family members browse the issues away from addiction. More ten All of us states have experienced proposals produced otherwise contended on the potentially forbidding sweepstakes gambling enterprises. Montana’s sweepstakes ban has passed from Home and also the Senate and only requires the Governor’s trademark being authoritative.</p>\n\n<h2>Where States Can you Wager A real income?</h2>\n<p>Advised operators give earliest-classification real time black-jack video game out of Evolution and you may finest-quality RNG game. Such gambling enterprises is subscribed by the You county authorities, explore safer financial actions, and supply audited video game. To play right here assurances real money gambling inside a safe, transparent, and you may completely courtroom environment. To possess shelter, heed web based casinos subscribed and you will managed inside the United states.</p>\n<img src=\"https://www.casino-sites.in/wp-content/uploads/2021/05/27th-March-2021-3.png\" alt=\"real money casino online\" align=\"left\" border=\"0\" >\n<p>Lowest deposit gambling enterprises and you will generous welcome incentives make online gambling obtainable and you will fulfilling, when you are progressive jackpot ports provide the exciting prospect of lifetime-changing wins. An online local casino try an electronic platform in which professionals can also enjoy online casino games such as slots, blackjack, roulette, and you can casino poker on the internet. These gambling enterprises play with cutting-edge application and you may random number turbines to make certain reasonable results for all of the online game. Professionals can also be check in, deposit finance, and you may play for a real income or for 100 percent free, all the from their desktop or smart phone.</p>','Greatest Online casinos inside Us the real deal Profit September 2025','','publish','closed','','','greatest-online-casinos-inside-us-the-real-deal-profit-september-2025','','','2025-10-13 22:03:00','2025-10-13 15:03:00','',0,'https://lion288slot.com/?p=422',0,'post','',0),
(423,1,'2025-10-13 22:03:00','2025-10-13 15:03:00','<p>Online game stream reduced, and also you’ll most likely rating logged out if the monitor happens black. For those who’re making use of your cell phone otherwise pill, i constantly suggest getting the brand new faithful mobile software. It’s reduced, stays signed inside the, and you may increases results that have fingerprint otherwise Deal with ID logins. Words are clearly listed, and usually, the fresh rollover requirements are only 1x. <!--more--> They don’t cover-up the fresh conditions which have obscure language otherwise limitations; everything is laid out inside the simple code on the cashier point.</p>\n<p>We’ll support you in finding reliable programs with high playing experience and you can punctual winnings. People is also set deposit restrictions on their internet casino membership so you can perform its using and render in charge betting, which have predefined thresholds to have every day, each week, or monthly dumps. Such limits is going to be changed because of the user any moment, yet , to guard up against rash decisions, a standing months can be enforced whenever asking for to boost this type of limits. Casinos on the internet are primarily analyzed based on bonuses and you may offers, game range, fee possibilities, cellular experience, safety and security, and you can full has and you will design. Conference such criteria is essential for a reasonable betting feel.</p>\n<p>The internet gambling enterprises game and you can gaming web sites you can access often believe your location. Play with our very own chart to find the most up to date details about on line casinos on your condition. Daily dream games have been legalized in the 2016, along with 2019, Family Costs 2934 legalized casinos on the internet and you may web based poker rooms, broadening pro options. Many companies continue to be seeking licenses in the West Virginia Lotto Percentage.</p>\n<p>Specific says wear’t has a single taxation, thus gamblers in these cities keep the payouts once submitting federally. In most states, gambling earnings are often thought part of regular money. You should just create these to your entire almost every other money and you will document your taxes as usual. Thankfully, of a <a href=\"https://www.alamtaruvilla.com/aplikacja-mostbet-polska-pobierz-dzieki-android-oraz-ios/\">https://www.alamtaruvilla.com/aplikacja-mostbet-polska-pobierz-dzieki-android-oraz-ios/</a> lot says have begun to find out the chance of with an enthusiastic on line lotto. A number of them install their lottery software, while others chose to have fun with a 3rd-team community including the Jackpocket software. High progress has been made to change credit card achievements cost, however you might still run into difficulties sometimes.</p>\n<img src=\"https://floridapolitics.com/wp-content/uploads/2021/04/gambling-1-Large.jpeg\" alt=\"real online casino\" align=\"right\" border=\"0\" style=\"padding: 20px;\">\n<p>I need members to help you adhere to regional playing laws, which may are very different and alter, also to always play sensibly. Betting will be addictive; for many who’re also suffering from playing-related damage, please name Gambler. Performing as the a home-employed writer, his outline-founded approach, lookup precision, and you may dedicated performs principles led to your on offer the full-time status from the Time2play. Thus help’s kick anything away from with this listing of the major 14 demanded gambling enterprises; rated out of better to terrible. Know the signs and symptoms of situation gambling, such paying an excessive amount of time and money on the playing, neglecting most other commitments, otherwise effect the need to play to leave issues.</p>\n<h2>State-by-County Overview of Online gambling Legislation</h2>\n<p>The continuing future of casinos on the internet in the usa seems guaranteeing, with an increase of claims expected to legalize and control gambling on line. This will offer people which have better usage of safer, high-top quality gaming platforms and imaginative have. If or not you’lso are trying to find a real income online casino games, the newest web based casinos, otherwise checking where gaming try judge on your county — these pages will be your go-to aid. We security many techniques from brick-and-mortar sites to the greatest local casino websites for people professionals within the 2025. The field of real time broker feel inside the casinos on the internet provides viewed a captivating evolution. Online game such as Dominance Live by Evolution provide an alternative twist to real time specialist game using its three dimensional Monopoly board and you may multipliers, exemplifying the new advancement in these casino experience.</p>\n<h2>Exactly how Online casinos Performs</h2>\n<p>B-Two Procedures, who work on the most popular personal local casino McLuck, has returned so you can Alabama and you may Georgia pursuing the positive news on the latest litigation on the particular states. McLuck provides previously started careful within the states which can be filing actions up against sweepstakes casinos, that\'s a boosting sign to own sweeps followers. Don’t think twice to touch base to possess service for those who’re also facing high issues due to playing.grams individual limits or self-excluding out of betting issues. So it self-disciplined means not merely makes it possible to take advantage of the game sensibly plus prolongs the playtime, providing far more opportunities to win. This type of incentives are an easy way to experience the brand new game as opposed to risking the money.</p>\n<p>These types of fun mixes of bingo and you may slots might be starred for as little as $0.10, giving a new twist to the classic online casino games. On line real cash local casino applications try courtroom within the seven You.S. states, and the&nbsp;race certainly gaming names is fierce. To make certain your defense while you are gambling on line, like gambling enterprises which have SSL encryption, formal RNGs, and you can strong security measures for example 2FA.</p>\n<img src=\"http://altoday.com/wp-content/uploads/2015/07/Casino-gambling-gaming.jpg\" alt=\"live casino online\" border=\"1\" align=\"left\" >\n<p>Responsible enjoy ensures that online gambling stays a great and you will enjoyable interest. Of numerous online slots feature novel themes, engaging storylines, and entertaining extra cycles. That have numerous headings to pick from, you’ll never ever run out of the new game to try. An authorized gambling enterprise is on a regular basis audited so that their online game are fair and its own procedures is actually clear. That it protects people out of fraud and means that earnings is paid off away timely.</p>\n<h2>Better Gambling on line Gambling enterprises within the 2025</h2>\n<p>Within these holidays, do items you to definitely divert your face out of gambling, helping to stop impulsive gambling. Look at the certification info and you can reputation the brand new local casino to confirm adherence in order to globe criteria and you can fair gamble legislation. Progressive jackpots is other favorite, having online game for example Wolf Silver presenting numerous jackpots and you will tall commission possible. Of course, income tax laws and regulations range between destination to place, it’s best to do some research before you can document.</p>\n<h2>Where Is actually Casinos on the internet Judge in the us within the Sep 2025?</h2>\n<ul><li>As well, with a minimum basic put of $20, the new DuckyBucks Rewards system incentivizes player involvement through providing pros such as cash-right back, totally free revolves, and consideration winnings.</li><li>Holding a valid license of a good U.S. regulatory department are an elementary need for me to even believe looking at a casino.</li><li>Mobile gambling establishment apps render advanced performance and you can a thorough band of game, encouraging a more enjoyable and you may easier gambling sense.</li><li>This will make it a popular option for of several professionals looking to an excellent hassle-free payment method.</li></ul>\n<p>Should you ever end up being your gambling is difficult, think seeking to help from information for example Gambler’s Unknown otherwise a counseling service. GamAnon is a support community from friends and family to own problem bettors. It has a residential district to assist family members browse the issues away from addiction. More ten All of us states have experienced proposals produced otherwise contended on the potentially forbidding sweepstakes gambling enterprises. Montana’s sweepstakes ban has passed from Home and also the Senate and only requires the Governor’s trademark being authoritative.</p>\n\n<h2>Where States Can you Wager A real income?</h2>\n<p>Advised operators give earliest-classification real time black-jack video game out of Evolution and you may finest-quality RNG game. Such gambling enterprises is subscribed by the You county authorities, explore safer financial actions, and supply audited video game. To play right here assurances real money gambling inside a safe, transparent, and you may completely courtroom environment. To possess shelter, heed web based casinos subscribed and you will managed inside the United states.</p>\n<img src=\"https://www.casino-sites.in/wp-content/uploads/2021/05/27th-March-2021-3.png\" alt=\"real money casino online\" align=\"left\" border=\"0\" >\n<p>Lowest deposit gambling enterprises and you will generous welcome incentives make online gambling obtainable and you will fulfilling, when you are progressive jackpot ports provide the exciting prospect of lifetime-changing wins. An online local casino try an electronic platform in which professionals can also enjoy online casino games such as slots, blackjack, roulette, and you can casino poker on the internet. These gambling enterprises play with cutting-edge application and you may random number turbines to make certain reasonable results for all of the online game. Professionals can also be check in, deposit finance, and you may play for a real income or for 100 percent free, all the from their desktop or smart phone.</p>','Greatest Online casinos inside Us the real deal Profit September 2025','','inherit','closed','closed','','422-revision-v1','','','2025-10-13 22:03:00','2025-10-13 15:03:00','',422,'https://lion288slot.com/?p=423',0,'revision','',0),
(424,1,'2025-10-12 22:07:51','2025-10-12 15:07:51','<p>Joss Wood features more 10 years of experience examining and you can researching <a href=\"https://fumigacioneseuskadi.es\">https://fumigacioneseuskadi.es</a> the big online casinos worldwide to make sure participants find their most favorite place to enjoy. Joss is additionally a professional in terms of deteriorating what gambling establishment incentives put well worth and you can finding the brand new offers you don\'t want to skip. <!--more--> PlayStar Local casino Nj-new jersey launched in the 2022 and since it’s introduced players were in a position to delight in an extraordinary type of position video game, live gambling games, Slingo, Keno and.</p>\n<h2>How do i allege a no deposit incentive?</h2>\n<p>Even if they don’t constantly contribute 100% to the wagering criteria, you may also constantly make use of bonus to your dining table games and perhaps even alive broker games. It’s also important to notice one on-line casino bonuses typically have tight expiration times in position. If a bonus happens vacant before this termination date, people loses entry to the fresh gambling establishment credit he\'s got made. New people in the betPARX Gambling enterprise meet the requirements for right up to $step one,one hundred thousand in the added bonus bets on the one hundred% of its net loss knowledgeable along the first a day from signing up.</p>\n<h2>Allege your on line casino welcome bonus</h2>\n<p>You ought to investigate advertising and marketing terms to understand the best mobile gambling enterprise incentives for all of us professionals. Of a lot United states participants want to gamble casino games to your cellular products. Thus, they expect you\'ll have the ability to claim on-line casino bonuses from mobile phones also.</p>\n<h2>Minimum Put Amount</h2>\n<p>I believe, this can be a great give for informal professionals, since it brings a lot of value instead demanding an enormous investment. It’s extremely important never to chase incentives but instead to access him or her because the an easy additional benefit of to try out. They can make it easier to stretch your bankroll or prize your to have to experience particular video game, however they’re not ‘easy money’ plans. Be careful together with your currency as well as the incentives you decide on, because they might end up charging your much more from the a lot of time focus on. You could potentially play casino games at no cost, to your threat of redeeming Sweepstakes Gold coins which are exchanged for cash otherwise awards.</p>\n<img src=\"https://www.kindpng/\" alt=\"online casino real money no deposit free spins\" border=\"0\" align=\"left\" >\n<p>The new gambling establishment on the better extra requirements will depend on the new type of game your’re looking to play, the to play layout, and also the measurements of the money. I encourage trying to find our better-ranked gambling enterprises over to find the best gambling establishment and you will added bonus codes designed for the requires. Which have multiple local casino bonuses available, you can belong to the newest trap of chasing after all venture. In other words, specific incentives give better value to particular bankroll brands or casino online game than others. Such give people considerably more gameplay instead of risking their money, causing them to a good method when you need to experience for expanded or try to come to huge jackpots.</p>\n<ul><li>Knowing these types of benefits support participants optimize offered bonuses and enjoy a more rewarding gambling experience.</li><li>Professionals should consider their own playing layout and you may choices whenever choosing a plus.</li><li>The rise from mobile gambling will likely push gambling enterprises to give a lot more mobile-particular bonuses.</li></ul>\n<p>They may offer VR/AR-specific incentives so you can encourage professionals to explore this type of the new betting dimensions. The rise of mobile gaming might push gambling enterprises to give much more cellular-specific bonuses. We’ll most likely come across a lot more gambling enterprises providing incentives customized to specific video game or types, catering on the varied tastes of Malaysian gamers.</p>\n<h2>Create online casinos give advertisements to possess established participants?</h2>\n<p>You shouldn’t you want an advantage password to help you allege any of these offers, however, Borgata could possibly get work on particular advertisements that want one. Whilst you don’t constantly you desire a plus password in order to claim offers to have current participants, check the newest promotions web page to see if requirements are needed. To efficiently choose the best on-line casino bonus, it is very important to check wagering conditions, games constraints, and you can extra expiry schedules. By the expertise this type of points, you might optimize the value of the benefit. Reduced lowest dumps allow it to be the newest players to without difficulty availability internet casino games, promising participation.</p>\n<img src=\"https://1.bp.blogspot.com/-L3L21PKe2LI/XoWECjf7-CI/AAAAAAAAAJc/8Z0XHbzsLn43ZKL0UCK0vykh0jJktWs2ACLcBGAsYHQ/s640/25539516.jpg\" alt=\"online casino free play\" border=\"1\" align=\"right\" style=\"padding: 10px;\">\n<p>Fans Casino players discovered FanCash each time they play one later might be used to have website credit otherwise allocated to contents of the newest Fanatics online website. Observe that such the sportsbook, Fans Gambling enterprise is an application-merely site and so cannot be reached through a browser. To include certain excitement to the ports, FanDuel Casino have Each day Jackpots you to include a potentially larger prize in order to dozens of harbors every day. There are several advertisements from the FanDuel also, for instance the FanDuel Award Server you could twist every day to possess a spin in the plenty.</p>\n<p>Although the laws has many exceptions, the bigger, the higher and offer people a starting point because of their due diligence. Players provides additional tastes and you may to try out appearance, and you will what realy works for starters people may well not work with another. That’s the reason we offer a variety of bonuses one cater to your wishes and requires of just about every form of pro.</p>\n<p>It has been integrated as part of a zero-put added bonus, and instead of no-put incentives at the actual-money gambling enterprises, you\'re not necessary to generate a deposit so you can claim a good award for those who victory. A totally free revolves internet casino incentive advantages people with a-flat quantity of totally free spins tokens which you can use playing certain slot video game from the an internet local casino. The fantastic thing about that it gambling establishment incentive render would be the fact each other the new 100 percent free revolves plus the casino added bonus has a great 1x playthrough betting specifications. Meaning, you simply need to choice them after, and you also get to keep all profits. Gambling enterprise bonuses essentially give added bonus credit, offering players a lot more possibilities to potentially winnings money. They enable professionals to check the newest gambling enterprises or online game or is actually actions instead of risking their money.</p>','Better United states Online casino Bonuses and you will Signal-Upwards Now offers 2025','','publish','closed','','','better-united-states-online-casino-bonuses-and-you-will-signal-upwards-now-offers-2025','','','2025-10-13 22:07:52','2025-10-13 15:07:52','',0,'https://lion288slot.com/?p=424',0,'post','',0),
(425,1,'2025-10-13 22:07:52','2025-10-13 15:07:52','<p>Joss Wood features more 10 years of experience examining and you can researching <a href=\"https://fumigacioneseuskadi.es\">https://fumigacioneseuskadi.es</a> the big online casinos worldwide to make sure participants find their most favorite place to enjoy. Joss is additionally a professional in terms of deteriorating what gambling establishment incentives put well worth and you can finding the brand new offers you don\'t want to skip. <!--more--> PlayStar Local casino Nj-new jersey launched in the 2022 and since it’s introduced players were in a position to delight in an extraordinary type of position video game, live gambling games, Slingo, Keno and.</p>\n<h2>How do i allege a no deposit incentive?</h2>\n<p>Even if they don’t constantly contribute 100% to the wagering criteria, you may also constantly make use of bonus to your dining table games and perhaps even alive broker games. It’s also important to notice one on-line casino bonuses typically have tight expiration times in position. If a bonus happens vacant before this termination date, people loses entry to the fresh gambling establishment credit he\'s got made. New people in the betPARX Gambling enterprise meet the requirements for right up to $step one,one hundred thousand in the added bonus bets on the one hundred% of its net loss knowledgeable along the first a day from signing up.</p>\n<h2>Allege your on line casino welcome bonus</h2>\n<p>You ought to investigate advertising and marketing terms to understand the best mobile gambling enterprise incentives for all of us professionals. Of a lot United states participants want to gamble casino games to your cellular products. Thus, they expect you\'ll have the ability to claim on-line casino bonuses from mobile phones also.</p>\n<h2>Minimum Put Amount</h2>\n<p>I believe, this can be a great give for informal professionals, since it brings a lot of value instead demanding an enormous investment. It’s extremely important never to chase incentives but instead to access him or her because the an easy additional benefit of to try out. They can make it easier to stretch your bankroll or prize your to have to experience particular video game, however they’re not ‘easy money’ plans. Be careful together with your currency as well as the incentives you decide on, because they might end up charging your much more from the a lot of time focus on. You could potentially play casino games at no cost, to your threat of redeeming Sweepstakes Gold coins which are exchanged for cash otherwise awards.</p>\n<img src=\"https://www.kindpng/\" alt=\"online casino real money no deposit free spins\" border=\"0\" align=\"left\" >\n<p>The new gambling establishment on the better extra requirements will depend on the new type of game your’re looking to play, the to play layout, and also the measurements of the money. I encourage trying to find our better-ranked gambling enterprises over to find the best gambling establishment and you will added bonus codes designed for the requires. Which have multiple local casino bonuses available, you can belong to the newest trap of chasing after all venture. In other words, specific incentives give better value to particular bankroll brands or casino online game than others. Such give people considerably more gameplay instead of risking their money, causing them to a good method when you need to experience for expanded or try to come to huge jackpots.</p>\n<ul><li>Knowing these types of benefits support participants optimize offered bonuses and enjoy a more rewarding gambling experience.</li><li>Professionals should consider their own playing layout and you may choices whenever choosing a plus.</li><li>The rise from mobile gambling will likely push gambling enterprises to give a lot more mobile-particular bonuses.</li></ul>\n<p>They may offer VR/AR-specific incentives so you can encourage professionals to explore this type of the new betting dimensions. The rise of mobile gaming might push gambling enterprises to give much more cellular-specific bonuses. We’ll most likely come across a lot more gambling enterprises providing incentives customized to specific video game or types, catering on the varied tastes of Malaysian gamers.</p>\n<h2>Create online casinos give advertisements to possess established participants?</h2>\n<p>You shouldn’t you want an advantage password to help you allege any of these offers, however, Borgata could possibly get work on particular advertisements that want one. Whilst you don’t constantly you desire a plus password in order to claim offers to have current participants, check the newest promotions web page to see if requirements are needed. To efficiently choose the best on-line casino bonus, it is very important to check wagering conditions, games constraints, and you can extra expiry schedules. By the expertise this type of points, you might optimize the value of the benefit. Reduced lowest dumps allow it to be the newest players to without difficulty availability internet casino games, promising participation.</p>\n<img src=\"https://1.bp.blogspot.com/-L3L21PKe2LI/XoWECjf7-CI/AAAAAAAAAJc/8Z0XHbzsLn43ZKL0UCK0vykh0jJktWs2ACLcBGAsYHQ/s640/25539516.jpg\" alt=\"online casino free play\" border=\"1\" align=\"right\" style=\"padding: 10px;\">\n<p>Fans Casino players discovered FanCash each time they play one later might be used to have website credit otherwise allocated to contents of the newest Fanatics online website. Observe that such the sportsbook, Fans Gambling enterprise is an application-merely site and so cannot be reached through a browser. To include certain excitement to the ports, FanDuel Casino have Each day Jackpots you to include a potentially larger prize in order to dozens of harbors every day. There are several advertisements from the FanDuel also, for instance the FanDuel Award Server you could twist every day to possess a spin in the plenty.</p>\n<p>Although the laws has many exceptions, the bigger, the higher and offer people a starting point because of their due diligence. Players provides additional tastes and you may to try out appearance, and you will what realy works for starters people may well not work with another. That’s the reason we offer a variety of bonuses one cater to your wishes and requires of just about every form of pro.</p>\n<p>It has been integrated as part of a zero-put added bonus, and instead of no-put incentives at the actual-money gambling enterprises, you\'re not necessary to generate a deposit so you can claim a good award for those who victory. A totally free revolves internet casino incentive advantages people with a-flat quantity of totally free spins tokens which you can use playing certain slot video game from the an internet local casino. The fantastic thing about that it gambling establishment incentive render would be the fact each other the new 100 percent free revolves plus the casino added bonus has a great 1x playthrough betting specifications. Meaning, you simply need to choice them after, and you also get to keep all profits. Gambling enterprise bonuses essentially give added bonus credit, offering players a lot more possibilities to potentially winnings money. They enable professionals to check the newest gambling enterprises or online game or is actually actions instead of risking their money.</p>','Better United states Online casino Bonuses and you will Signal-Upwards Now offers 2025','','inherit','closed','closed','','424-revision-v1','','','2025-10-13 22:07:52','2025-10-13 15:07:52','',424,'https://lion288slot.com/?p=425',0,'revision','',0),
(426,1,'2025-10-13 13:28:47','2025-10-13 06:28:47','<meta name=\"description\" content=\"На футбольные матчи, например, ее может составлять спасась 4 до 6%, что является привлекательна показателем для игроков.\"/><h1>1xbet ᐉ Ставки На Спорт Онлайн ᐉ Букмекерская Контора 1хбет ᐉ 1xbet Com</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Mostbet (мостбет) – Обзор Официального Сайта</a></li><li><a href=\"#toc-1\">Ru — Ждем Вас и Обновленном Приложении</a></li><li><a href=\"#toc-2\">Прематч а Бк 888</a></li><li><a href=\"#toc-3\">Хоккей Nhl</a></li><li><a href=\"#toc-4\">Тенниси</a></li><li><a href=\"#toc-5\">Как Получить Доступ К Зеркалу?</a></li><li><a href=\"#toc-6\">Юар Кубок Вызова Диски</a></li><li><a href=\"#toc-7\">Футбол Испания примера Дивизион</a></li><li><a href=\"#toc-8\">и – Легальная Букмекерская Контора Онлайн</a></li><li><a href=\"#toc-9\">Ставки а Теннис</a></li><li><a href=\"#toc-10\">Эстония Мужчины Кубок конца 20 Лет Круговой Турнир Раквере</a></li><li><a href=\"#toc-11\">Бонусы И Акции</a></li><li><a href=\"#toc-12\">Мобильный Беттинг На Букмекере 888 Ru</a></li><li><a href=\"#toc-13\">💎в Чем Заключаются преимущества Букмекерской Компании 1xbet?</a></li><li><a href=\"#toc-14\">Коэффициенты И Маржа</a></li><li><a href=\"#toc-15\">на Какие Теннисные Турниры Выгоднее Делать Ставки?</a></li><li><a href=\"#toc-16\">Букмекерская Компания 1xbet – Ставки На Спорт Онлайн</a></li><li><a href=\"#toc-17\">Популярные вопросы И Ответы</a></li><li><a href=\"#toc-18\">“мостбет Mostbet Зеркало рабочее И Актуальное в Сегодня, Вход а Официальный Сайт Мостбет Зеркало</a></li><li><a href=\"#toc-19\">Скачки На Сайте Бк 888</a></li><li><a href=\"#toc-20\">Как Сделано Ставки На Зеркале Mostbet</a></li><li><a href=\"#toc-21\">Налог На Онлайн-ставки В Букмекерской Конторе 888 Ру</a></li><li><a href=\"#toc-22\">🥇букмекерская Компания 1xbet — что Вы Хотели конечно Знать?</a></li><li><a href=\"#toc-23\">Футбол Англия Премьер-лига</a></li><li><a href=\"#toc-24\">⚽на которые События Можно сделать Ставки Онлайн же Букмекерской Компании?</a></li><li><a href=\"#toc-25\">Футбол Австралия A-лига</a></li><li><a href=\"#toc-29\">Рейтинг Топ-14 Лучших Букмекерских Контор Для Ставок а Теннис В 2025 Году</a></li><li><a href=\"#toc-30\">Букмекерская Контора, Дающая Бонус При Регистрации!</a></li><li><a href=\"#toc-31\">Баскетбол Лига Втб Мужчины</a></li></ul></div><p>Усовершенство обхода блокировки подойдут VPN-расширения и мобильные приложения букмекера. Зеркала Mostbet — как альтернативные ссылки, них позволяют пользователям приобрести доступ к веб-сайту, несмотря на то, но он заблокирован в их стране. Невозможно отметить, что причиной блокировки официальной сайта Мостбет может различаться в варьируется остального страны также страны.</p><ul><li>Особую внимание букмекер уделяет футбольной линии, предлагающие ставки на матчи от топовых мировых чемпионатов до тутошних второстепенных лиг.</li><li>На территории России задачи регуляции рынка в 2025 недавнем выполняет Федеральная налоговая служба.</li><li>Букмекер предлагает опцию комбинированных ставок, что придает шансы на успех.</li><li>Пользователи могут провести свои” “вопрос, дела или предложениями в e-mail адрес службу.</li></ul><p>Зеркала — как копии оригинального сайта Mostbet с уже своими же функциями только возможностями. Которые установлены на лучших доменах или серверах, что” “позволял пользователям обходить несомненные также получать доступ нему сайту и любом технических нерешенных. Пользовательские настройки смогут выбрал язык интерфейса только формат отображения коэффициентов. Live-платформа обусловливается стабильной работой, не выбор событий ддя ставок откровенно невелик.</p><h2 id=\"toc-0\">Mostbet (мостбет) – Обзор Официального Сайта</h2><p>Пользователи могут выбирать как прематчевые ставки, так и лайв-пари, что позволяет сделано прогнозы в подлунном времени, наблюдая за изменением коэффициентов. Fonbet («Фонбет») – букмекерская контора, которая основана в 1994 году. Компания зарекомендовала даже как надежный игрок на рынке спортивных ставок в офлайне и онлайне. Рейтинг лучших букмекерских контор включает список крупных, которые работают легально (по лицензии) в территории России. Севилестр можете сравнить условия букмекеров и выбирать для себя этот сервис для ставок на спортивные кульминационные в 2025 обжоровку.</p><p>Незначительным недостатком того ресурса является же частое обновление его ссылки. Надежные букмекеры предлагают широкий выбор действенных пополнения счета а вывода средств, таких как банковские карты, электронные кошельки например системы мгновенных финансовых. Лицензия подтверждает легальность работы букмекера только гарантирует прозрачность него деятельности. Официальные компании соблюдают строгие стандарты безопасности, которые регулируются государственными органами. Же России букмекерская деятельность находится под контролем Федеральной налоговой служба. Убедиться в наличии лицензии у компании можно через реестр на официальном сайте ФНС <a href=\"https://itp-forum.ru/\">букмекерская контора на телефон андроидmostbet sayti</a>.</p><h3 id=\"toc-1\">Ru — Ждем Вас же Обновленном Приложении</h3><p>Пользователи, их успешно завершают регистрацию, могут воспользоваться фрибетами. Для удобства клиентов «Лига Ставок» развивает сеть пунктов приема ставок (ППС), небольших в крупнейших городе России. В они пунктах можно прошло идентификацию, получить консультацию и забрать выигрыш. БК «Фонбет» антиоппозиционные развивает аналитическое направление, предоставляя прогнозы только статистику по теннисным матчам от вашего экспертного центра.</p><ul><li>Перед выбором букмекера проверьте, есть разве в вашем континенте пукты приема ставок и насколько удобное они расположены.</li><li>Это позволяла компании не и удерживать своих старой игроков, но же привлекать новых бетторов.</li><li>БК «Марафон» предлагает своим клиентам выгодные условия фрибетов только привлекательные программы лояльности.</li><li>Линия охватывает турниры Большого шлема, ATP, WTA, ITF, Кубок Билли Джин Кинг, Кубок Дэвиса, Объединенный кубок.</li></ul><p>Компания раньше честно рассчитывается со клиентами – так гарантирует наше участие в СРО (саморегулируемой организации букмекеров). Когда вы хорошо осведомлены в\" \"спорте и хотите получилось свои силы, БК Винлайн – этот выбор. Если севилестр планируете делать еженедельно или крупные ставки, важно ознакомиться киромарусом лимитами, которые устанавливает букмекер. Изучите обстоятельствами работы с лимитами, при необходимости обратиться в службу помощью, чтобы заранее знает все нюансы.</p><h2 id=\"toc-2\">Прематч и Бк 888</h2><p>Кроме футбола, линия также включает глубокие росписи на хоккей и баскетбол. За во своего существования компания завоевала прочную репутацию среди клиентов здравому стабильной работе, широкому выбору событий только привлекательным бонусам. Мостбет Зеркало – и мост, который соединяет вас с действительностью ставок в любое время и а любом месте. Даже если официальный сайт временно недоступен, рабочее зеркало позволяет потеряют доступ ко об возможностям игры только ставок. Mostbet а сегодня — титаническая международная букмекерская контора, официальный сайт другой посещает свыше 150 бетторов со чем мира. Пользователи могут любоваться теми а возможностями ставок, игр только акций, но же” “в важном сайте.</p><ul><li>Предназначено зеркало Mostbet 888 отличается ото официальной сайта лишь доменным адресом, сохранила равно функциональные очень.</li><li>Компания предлагает для ваших клиентов огромный выбрать различных событий только исходов.</li><li>Также доступны мобильные приложения на iOS и Android, что позволяла ставить в любой время и а любом месте.</li><li>Официальный сайт «zenit. win» отличии удобным интерфейсом а функциональностью, на котором доступны прематчевые же live-ставки.</li><li>Вместе пиппардом этим а сайте регулярно проводятся турниры с денежными призами.</li><li>Для получения этого бонуса нужно проходит регистрацию на официальном сайте melbet. ru и внести другой депозит.</li></ul><p>Букмекер предоставляет широкий спектр услуг для любителей беттинга, включительно ставки на традиционный спортивные матчи, киберспорт и виртуальный спорт. Клиенты могут сделали ставки через официального сайт «betcity. ru», который обеспечивает какой и удобный интерфейс для пользователей. Нормализаторской доступны мобильные приложения на iOS а Android, что позволяла ставить в любого время и же любом месте. Усовершенство тех, кто предпочитает традиционный подход, «Бетсити» имеет сеть пунктов приема ставок.</p><h3 id=\"toc-3\">Хоккей Nhl</h3><p>Более удобно способом игры же Мостбет на постоянным основе являются приложения усовершенство мобильных устройств. А сегодняшний утром букмекер имеет официальные разработок под гаджеты iOS и Андроид. Mostbet — известна онлайн-платформа для ставок а спорт же казино, работающая всяком множество странах. Дли новых пользователей предусмотрен приветственный бонус, включающую фрибеты после регистрации и пополнения счета. Актуальные условия фрибетов для ставок а теннис можно узнаешь на официальном сайте.</p><ul><li>Того открыть возможность успешного беттинга или гемблинга, очень авторизоваться же системе с посторонней уже имеющихся данных для входа.</li><li>Маржа букмекера и прематчевые ставки имеет порядка 4-5%, что является стандартным уровней в индустрии.</li><li>И или нужно сделать селфи одноиз ответить и видеозвонок от представителя букмекерской конторы.</li><li>Убедиться в наличии лицензии у компании можно через реестр на официальном сайте ФНС.</li><li>Тем не слишком, он компенсируется хорошей навигацией, приятным дизайном и теми преимущества, которые были описаны выше.</li></ul><p>Контора с лицензией ФНС легально работаете и России, только офшорный сайт заблокирован Роскомнадзором. Перед выводом средств со счета букмекер в обязательны порядке запрашивает документы, подтверждающие личность же преклонный игрока. Ставки разрешено совершать и одного одной учетной записи, мультиаккаунтинг запрещен правилами. Также только допускается применение программ дли автоматического заключения пари. Букмекерская контора Мостбет начала собственную работой в 2009 обжоровку и и сегодняшний день существуют широкую клиентскую аудиторию.</p><h3 id=\"toc-4\">Тенниси</h3><p>BetBoom («Бетбум») — букмекерская контора, которая начала саму деятельность в 2011\" \"недавно. Одной из значимых причин успеха БК «Бетбум» является определенное разнообразие спортивных направлений для ставок. Игра в покер спасась данного букмекера а настоящий момент предназначена на сервисе 88 ru. Все выглядело по старым понятиям – игроков распределяют по столам, назначается минимальная ставка – на каждом стул разная – время чего происходит раздача карт.</p><ul><li>Изучите обстоятельствами работы с лимитами, при необходимости обращусь в службу поддержки, чтобы заранее знать все нюансы.</li><li>Во втором случае программное обеспечение доступно для устройств двух типов – iOS и Андроид.</li><li>Для новой пользователей «Лига Ставок» предлагает привлекательные условия\" \"фрибетов.</li><li>Mostbet — известна онлайн-платформа для ставок а спорт только казино, работающая первых множество странах.</li></ul><p>Одним одним ключевых достоинств «Тенниси» является низкая маржа на популярные спортивные события, что особенно выгодно для любителей тенниса. Официальный сайт «olimp. bet» отличие удобным интерфейсом, позволившим завершить регистрацию чем за несколько полугода. Для владельцев мобильных устройств предлагаются приложения на iOS только Android, которые полностью повторяют функционал сайта. Маржа букмекера и прематчевые ставки представляет порядка 4-5%, не является стандартным уровней в индустрии. Дли ключевых теннисных случившихся могут предлагаться слишком конкурентоспособные коэффициенты.</p><h2 id=\"toc-5\">Как Получить Доступ К Зеркалу?</h2><p>Официальный сайт «baltbet. ru» позволяет полный спектр параестественных — от регистрации и пополнения счета до заключения пари. Для тех, никто предпочитает мобильные устройства, разработаны удобные приложения для iOS и Android. Они позволяют пользователям делать ставки в любое поудобнее время и наблюдал за теннисными матчами из любого субботином. Новички могут воспользоваться привлекательными условиями фрибетов, которые становятся доступными после регистрации а пополнения счета. Акции, регулярно проводимые букмекерской конторой, делают процесс ставок еще недостаточно интересным и невыгодного.</p><p>Да, вы можете скачать мобильное приложение Мостбет только если официальный сайт заблокирован. Пройдя ноунсом ссылке на актуальный зеркало казино, пребезбожно сможете без касающееся скачать приложение Most Bet на свой Андроид или Айфон, обойдя любые блокировки сайта. Зеркало Mostbet является альтернативным вариант оригинального сайта букмекерской компании и онлайн казино, созданным для обхода региональных ограничений. В России только других странах, где азартные игры и ставки под неусыпным, доступ к сайту Mostbet ограничен. Онлайн чат – это только один удобно методом связаться же службе поддержки в реальном времени.</p><h2 id=\"toc-6\">Юар Кубок Вызова Диски</h2><p>Каждый игрок полюбишь составлять прогнозы а исход игры но любимой команды. Использовали собственные знания же достоверную статистику, игрок может превратить прогнозы в доход. Легко сопоставив вероятность дамиэттой того или иной события, игрок может составить свой прогноз и оформить купон. Более того, в сайте 1xBet предусмотрена возможность составить удачную комбинацию и поделиться своим купоном. БК 1x Bet ежемесячно проводит битву купонов и дает возможность игрокам получить ненужный бонус.</p><ul><li>Для пользователей мобильных устройств разработаны приложения и iOS и Android, благодаря которым нельзя заключать пари один любой точки окружающего.</li><li>Перед загрузкой приложения важно раз, но на телефоне чересчур памяти для не установки и корректной работе.</li><li>Она варьируется в зависимости от выбрано вида спорта, но в среднем, представляет около 4–6% дли основных событий.</li><li>Для тех, даже предпочитает делать ставки с мобильных устройств, БК «Тенниси» мутуара полноценные мобильные приложения на iOS только Android.</li><li>Вычислили мой статус, только эксклавов подать заявку в подтверждение коллективной нельзя в настройках частной кабинета Mostbet.</li></ul><p>Здесь можно найду практически  все указанные виды спорта, те как футбол, хоккей, баскетбол, теннис, волейбол и другие. Особую внимание уделяется ставкам на спортивные матчи популярных чемпионатов, начиная Лигу чемпионов, НХЛ, НБА, ATP и WTA. Приложение определяет высокую производительность, быстрый загрузку а работе, даже или нестабильном интернет-соединении. Так у пользователей появляется возможностью следить за ходом спортивных событий же режиме реального долгое, околополитики анализируя позицию.</p><h3 id=\"toc-7\">Футбол Испания наглядного Дивизион</h3><p>Удобнее, что при заключении пари система автоматически посчитает возможную сумму выигрыша. Текущий счет, время события, статистические данные и анимация носят информативный характер. Мы прилагаем но усилия, чтобы предоставить точные данные, только не несем ответственности за какие-либо ошибку.\"</p><ul><li>Нынешний интерфейс, быстрая загрузка страниц, логичная структура меню позволяют делается процесс ставок возможного комфортным.</li><li>С его посторонней можно моментально получить доступ к спортивной или игровой параллельно букмекера всего одним нажатием по главному экрану смартфона mostbet зеркало.</li><li>Для его получения клиенту необходимо зарегистрировать на сайте или в приложение и пополнить счет.</li><li>С 2019 года БК 1хБет является официальным беттинг-партнером ФК “Барселона”.</li><li>Более удобным способом игры в Мостбет на постоянным основе являются приложения усовершенство мобильных устройств.</li></ul><p>Клиенты быть делать ставки и официальном сайте «zenit. win», который отличии простым и интуитивным интерфейсом. На сайте доступны как полную версии линий для всех видов спорта, так и live-ставки в режиме реальными времени. Также разве удобные мобильные приложения на iOS и Android, позволяющие совершил ставки в любом месте и и\" \"любую время. Приложения поддерживал все основные функции сайта, включая регистрацию, пополнение счета, просмотр истории ставок только вывод средств. Следующее у компании и ППС расположены же небольших городах Европы (Саранск, Липецк только другие). Игроки может делать ставки а события в футболе, хоккее, баскетболе, теннисе, волейболе.</p><h3 id=\"toc-8\">и – Легальная Букмекерская Контора Онлайн</h3><p>Одна из ключевых особенностей букмекерской компании «Олимпбет» – низкая маржа, довольно на топовые кульминационные. На матчи вело футбольных лиг нее может составлять больше 2-3%, что выгодно выделяет букмекера в фоне конкурентов. Но одно преимущество – быстрая обработка выплат, которая обычно заняло не более нескольких часов. OLIMPBET («Олимпбет») — букмекерская контора, которая основана а 2012 году. Ним это время компания сумела завоевать доверие многих клиентов расхожему широкой линии, конкурентным коэффициентам и надежными выплат.</p><ul><li>Постоянные клиенты быть воспользоваться программой лояльности, включающей кешбэк, повышенные коэффициенты и акции, связанные с крупнейший теннисными событиями.</li><li>Сегодня среди одним преимуществ БК «Балтбет» — низкая маржа, которая зависит ото популярности события только конкретного вида спорта.</li><li>Пунктов приема ставок нет – все операции осуществляются через сайт или приложение.</li><li>Тем, не привык к замаскированным ставкам, это то ли придется ноунсом вкусу, но пресловутые игроки оценят ориентацию Better на онлайн-сегмент.</li><li>Это обоснованно поиском и привлечением новой клиентов, а также тем, что бк хочет обеспечить наших пользователей наиболее комфортными и выгодными условиями.</li><li>Это удобно, только как позволяет противоположной следить за игрой и делать ставки в режиме «лайв».</li></ul><p>Интересной функцией БК «Бетбум» является возможностей заключать экспресс-ставки киромарусом повышенными коэффициентами. Еще одна важная особенностей — возможность быстрого вывода средств в карты и электронные кошельки, что позволяет высокую степень доверия со стороны клиентов. Это обоснованно поиском и привлечением новой клиентов, а регрессной тем, что бк хочет обеспечить своих пользователей наиболее комфортными и выгодными условиями. Букмекерская контора держит хороший уровень маржи, а также предложил высокие коэффициенты а результат и базовую total и фору.</p><h2 id=\"toc-9\">Ставки на Теннис</h2><p>\"Клиенты могут делать ставки на такие популярные дисциплины как футбол, хоккей, баскетбол, теннис и киберспорт. Линия букмекерской компании включая события из вело мировых чемпионатов, таких как Английская Премьер-лига, Лига Чемпионов, НХЛ и НБА. Линия регулярно обновляется, позволяя пользователям широкие мальской для выбора же анализа матчей. Исключением того, в разделе «Лайв» игроки должно делать ставки вопреки ходу матчей, что добавляет динамичности и остроты при принятии решений.</p><ul><li>Гораздо не менее, капперы довольно лестно отзывался о работе этой конторы.</li><li>Постоянные клиенты могут воспользоваться акциями, такими как кэшбэк, дополнительные фрибеты же специальными предложениями ддя определённых спортивных происшедших.</li><li>Кроме того, доступны мобильные приложения на iOS только Android, которые отличие высокой функциональностью же стабильностью работы.</li><li>Также доступна обширный линия на хоккей, включая матчи КХЛ, НХЛ и зарубежные турниры.</li></ul><p>На сайте 888 можно заключать пари на большинство чемпионатов, вплоть до третьих дивизионов. Есть возможности ставить на результативные действия спортсменов только статистические показатели, эти как броски, штрафное время и другое. В соответствующем разделе можно найти но национальные первенства крохотных стран. На зеркале Mostbet представлен длинный ассортимент азартных развлечений, позволяющих удовлетворить предпочтения не самых искушенных любителей азартных развлечений.</p><h2 id=\"toc-10\">Эстония Мужчины Кубок вплоть 20 Лет Круговой Турнир Раквере</h2><p>Же отличная возможность для” “игроков не и насладиться атмосферой соревнования, даже и получить полезные призы. Чтобы открыть возможность успешного беттинга или гемблинга, очень авторизоваться же системе с помощи уже имеющихся данных для входа. Проема на сайт БК Мостбет для игроков из России немыслима через актуальное зеркало. Ссылка с современным адресом предоставляется службы поддержки букмекера. Руководителей букмекера регулярно выкладывают адреса в ваших официальных источниках. Ознакомьтесь\" \"пиппардом отзывами пользователей на форумах и использующихся ресурсах, чтобы представить, насколько компания открыта и профессиональна.</p><ul><li>Ддя ключевых теннисных произошедших могут предлагаться достаточно конкурентоспособные коэффициенты.</li><li>Сегодня их насчитывается несколько десятков и крупных городах, известных как Москва, Казань, Астрахань, Омск а другие.</li><li>Также не удобные мобильные приложения на iOS и Android, позволяющие совершил ставки в этом месте и а\" \"любого время.</li><li>Для самых, кто предпочитает традиционные формат, в городах России работают пункты приема ставок «Бетсити».</li><li>Несомненно, занимать высокие рейтинговые позиции пообтесавшихся отечественных контор букмекеру помогает накопленный опыт на рынке.</li></ul><p>Клиенты могут делать ставки в букмекерской компании Bettery через различные платформы. Основной вариант — официальный сайт «bettery. ru», который предложила удобный интерфейс и доступ ко об функциональным возможностям. Усовершенство тех, кто предпочла делать ставки и ходу, разработаны мобильные приложения на iOS и\" \"Android, которые ничем даже уступают версии для ПК.</p><h3 id=\"toc-11\">Бонусы И Акции</h3><p>«Бетсити» — букмекерская контора, ее предоставляет услуги и сфере спортивных ставок с 2003 года. Наличие лицензии них букмекера является фундаментальным критерием при выбор сервиса для совершения ставок на спорт, так как она гарантирует законность и безопасность ваших ставок. На территории Европе задачи регуляции рынка в 2025 недавнем выполняет Федеральная  налоговая служба. Проверить месяцев действия, номер лицензии у выбранной ним букмекерской компании вы можете на официальном сайте ФНС Европы в разделе «Реестры лицензий». Лицензированные букмекеры должны соблюдать строгие стандарты честности, прозрачности и финансовой стабильности. Она варьируется же зависимости от выбранный вида спорта, однако в среднем, составляет около 4–6% дли основных событий.</p><ul><li>Расширенные никакой ставок позволяют вас гибко корректировать эту стратегию на выбрано событие.</li><li>На зеркале Mostbet представлен широкий ассортимент азартных развлечений, позволяющих удовлетворить предпочтения не самых искушенных любителей азартных развлечений.</li><li>Букмекерская контора Мостбет начала саму работой в 2009 обжоровку и на сегодняшний день имеет широкую клиентскую аудиторию.</li><li>Ставки в БК «МЕЛБЕТ» невозможно делать через сайт «melbet. ru», бейсибцем отличается удобным только интуитивно понятным интерфейсом.</li></ul><p>Для тех, никто предпочитает традиционный путем ставок, доступны пункты приема ставок. А сегодня сеть «Бетбум» охватывает более 500 ППС по всем России, которые находятся в крупных городишке, таких как Москва, Санкт-Петербург, Екатеринбург же Казань. Среди бонусных предложений особенно выделяется стартовое вознаграждение в виде бесплатной ставки (фрибет).</p><h2 id=\"toc-12\">Мобильный Беттинг На Букмекере 888 Ru</h2><p>Касается того, в ППС часто проводятся трансляции спортивных событий, они могут быть места встречи единомышленников — любителей спортивных пари. Перед выбором букмекера проверьте, есть ведь в вашем королевстве пукты приема ставок и насколько удобно они расположены. Современный интерфейс, быстрая загрузка страниц, логичная внутренняя меню позволяют сделано процесс ставок возможное комфортным. Обратите уделялось на наличие мобильной версии сайта, приложений для iOS, Android. Такой функционал позволял делать ставки из любого места же в любое время.</p><ul><li>Из запрещенных эффективных поиска рабочего зеркала Мосбет можно отдельную форумы.</li><li>Бонусная программа БК «Фонбет» включает и себя приветственные фрибеты, промокоды для новых игроков, а регрессной регулярные акции ддя постоянных клиентов.</li><li>Среди бонусных предложений особенно выделяется стартовое вознаграждение и виде бесплатной ставки (фрибет).</li></ul><p>Исключением того, разнообразие росписи — от исходов состязаний до статистики игроков — рекомендует больше возможностей дли анализа и иного стратегии. Низкая маржа на ключевые теннисные матчи, которая имеет 4–6%, делает пари в «Bettery» очень выгодными. Интеграция киромарусом популярными стриминговыми сервисами позволяет наблюдать а соревнованиями в режиме реального времени как на сайте, а и через приложения. «Мелбет» — букмекерская контора, которая основываются в 2012 недавнем и предоставляет широкий выбор возможностей усовершенство ставок на теннис. Постоянные клиенты быть воспользоваться программой беззаветной, возвращающей часть потраченного средств в также кешбэка.</p><h3 id=\"toc-13\">💎в Чем Заключаются возможности Букмекерской Компании 1xbet?</h3><p>Первый вариант имеет изменение текущего IP-адреса на адрес какой страны, недалеко антибольшевицкая букмекера не запрещена. Чтобы раньше остаетесь в курсе обыденных адресов — советуем названные выше методы но поиска. Поищите, а получить доступ к официальному сайту MostBet в моей мире и получить доступ к экрану регистрации. Внести обналичить и сайте Мостбет можно с помощью банковских карт, знаменитых платежных сервисов, криптовалютных и электронных кошельков, мобильных переводов. И личном кабинете игрока отображается текущий баланс, сохранилась история ставок, оформляются заявки и вывод средств а выполняются пользовательские настройки. Зеркала Mostbet легальны в тех стран, поскольку они считаются способом стороной интернет-цензуру и иметь доступ к сайтам киромарусом ограниченным доступом.</p><p>Сегодня среди главных преимуществ БК «Балтбет» — низкая маржа, которая зависит от популярности события же конкретного вида спорта. Например, на громадные теннисные турниры маржа составляет от 3 до 5%, только делает коэффициенты для ставок особенно выгодными. Букмекер активно развивает сегмент лайв-ставок, позволяя клиентам обширный выбрать событий для игры по ходу матчей. Одним из ключевых аспектов, которые обращают новых клиентов, являешься условия фрибетов и программы лояльности. Дли новичков доступен жест бонус, который включает фрибеты на некую сумму после регистрации и выполнения условий депозита. Постоянные игроки могут участвовать и акциях и турнирах, получать кэшбэк а другие привилегии.</p>','Онлайн Ставки На Спорт На Официальном Сайте Букмекерской Компании Winline','','publish','closed','','','onlain-stavki-na-sport-na-ofitsialnom-saite-bukmekerskoi-kompanii-winline','','','2025-10-14 05:09:46','2025-10-13 22:09:46','',0,'https://lion288slot.com/?p=426',0,'post','',0),
(427,1,'2025-10-14 05:09:46','2025-10-13 22:09:46','<meta name=\"description\" content=\"На футбольные матчи, например, ее может составлять спасась 4 до 6%, что является привлекательна показателем для игроков.\"/><h1>1xbet ᐉ Ставки На Спорт Онлайн ᐉ Букмекерская Контора 1хбет ᐉ 1xbet Com</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Mostbet (мостбет) – Обзор Официального Сайта</a></li><li><a href=\"#toc-1\">Ru — Ждем Вас и Обновленном Приложении</a></li><li><a href=\"#toc-2\">Прематч а Бк 888</a></li><li><a href=\"#toc-3\">Хоккей Nhl</a></li><li><a href=\"#toc-4\">Тенниси</a></li><li><a href=\"#toc-5\">Как Получить Доступ К Зеркалу?</a></li><li><a href=\"#toc-6\">Юар Кубок Вызова Диски</a></li><li><a href=\"#toc-7\">Футбол Испания примера Дивизион</a></li><li><a href=\"#toc-8\">и – Легальная Букмекерская Контора Онлайн</a></li><li><a href=\"#toc-9\">Ставки а Теннис</a></li><li><a href=\"#toc-10\">Эстония Мужчины Кубок конца 20 Лет Круговой Турнир Раквере</a></li><li><a href=\"#toc-11\">Бонусы И Акции</a></li><li><a href=\"#toc-12\">Мобильный Беттинг На Букмекере 888 Ru</a></li><li><a href=\"#toc-13\">💎в Чем Заключаются преимущества Букмекерской Компании 1xbet?</a></li><li><a href=\"#toc-14\">Коэффициенты И Маржа</a></li><li><a href=\"#toc-15\">на Какие Теннисные Турниры Выгоднее Делать Ставки?</a></li><li><a href=\"#toc-16\">Букмекерская Компания 1xbet – Ставки На Спорт Онлайн</a></li><li><a href=\"#toc-17\">Популярные вопросы И Ответы</a></li><li><a href=\"#toc-18\">“мостбет Mostbet Зеркало рабочее И Актуальное в Сегодня, Вход а Официальный Сайт Мостбет Зеркало</a></li><li><a href=\"#toc-19\">Скачки На Сайте Бк 888</a></li><li><a href=\"#toc-20\">Как Сделано Ставки На Зеркале Mostbet</a></li><li><a href=\"#toc-21\">Налог На Онлайн-ставки В Букмекерской Конторе 888 Ру</a></li><li><a href=\"#toc-22\">🥇букмекерская Компания 1xbet — что Вы Хотели конечно Знать?</a></li><li><a href=\"#toc-23\">Футбол Англия Премьер-лига</a></li><li><a href=\"#toc-24\">⚽на которые События Можно сделать Ставки Онлайн же Букмекерской Компании?</a></li><li><a href=\"#toc-25\">Футбол Австралия A-лига</a></li><li><a href=\"#toc-29\">Рейтинг Топ-14 Лучших Букмекерских Контор Для Ставок а Теннис В 2025 Году</a></li><li><a href=\"#toc-30\">Букмекерская Контора, Дающая Бонус При Регистрации!</a></li><li><a href=\"#toc-31\">Баскетбол Лига Втб Мужчины</a></li></ul></div><p>Усовершенство обхода блокировки подойдут VPN-расширения и мобильные приложения букмекера. Зеркала Mostbet — как альтернативные ссылки, них позволяют пользователям приобрести доступ к веб-сайту, несмотря на то, но он заблокирован в их стране. Невозможно отметить, что причиной блокировки официальной сайта Мостбет может различаться в варьируется остального страны также страны.</p><ul><li>Особую внимание букмекер уделяет футбольной линии, предлагающие ставки на матчи от топовых мировых чемпионатов до тутошних второстепенных лиг.</li><li>На территории России задачи регуляции рынка в 2025 недавнем выполняет Федеральная налоговая служба.</li><li>Букмекер предлагает опцию комбинированных ставок, что придает шансы на успех.</li><li>Пользователи могут провести свои” “вопрос, дела или предложениями в e-mail адрес службу.</li></ul><p>Зеркала — как копии оригинального сайта Mostbet с уже своими же функциями только возможностями. Которые установлены на лучших доменах или серверах, что” “позволял пользователям обходить несомненные также получать доступ нему сайту и любом технических нерешенных. Пользовательские настройки смогут выбрал язык интерфейса только формат отображения коэффициентов. Live-платформа обусловливается стабильной работой, не выбор событий ддя ставок откровенно невелик.</p><h2 id=\"toc-0\">Mostbet (мостбет) – Обзор Официального Сайта</h2><p>Пользователи могут выбирать как прематчевые ставки, так и лайв-пари, что позволяет сделано прогнозы в подлунном времени, наблюдая за изменением коэффициентов. Fonbet («Фонбет») – букмекерская контора, которая основана в 1994 году. Компания зарекомендовала даже как надежный игрок на рынке спортивных ставок в офлайне и онлайне. Рейтинг лучших букмекерских контор включает список крупных, которые работают легально (по лицензии) в территории России. Севилестр можете сравнить условия букмекеров и выбирать для себя этот сервис для ставок на спортивные кульминационные в 2025 обжоровку.</p><p>Незначительным недостатком того ресурса является же частое обновление его ссылки. Надежные букмекеры предлагают широкий выбор действенных пополнения счета а вывода средств, таких как банковские карты, электронные кошельки например системы мгновенных финансовых. Лицензия подтверждает легальность работы букмекера только гарантирует прозрачность него деятельности. Официальные компании соблюдают строгие стандарты безопасности, которые регулируются государственными органами. Же России букмекерская деятельность находится под контролем Федеральной налоговой служба. Убедиться в наличии лицензии у компании можно через реестр на официальном сайте ФНС <a href=\"https://itp-forum.ru/\">букмекерская контора на телефон андроидmostbet sayti</a>.</p><h3 id=\"toc-1\">Ru — Ждем Вас же Обновленном Приложении</h3><p>Пользователи, их успешно завершают регистрацию, могут воспользоваться фрибетами. Для удобства клиентов «Лига Ставок» развивает сеть пунктов приема ставок (ППС), небольших в крупнейших городе России. В они пунктах можно прошло идентификацию, получить консультацию и забрать выигрыш. БК «Фонбет» антиоппозиционные развивает аналитическое направление, предоставляя прогнозы только статистику по теннисным матчам от вашего экспертного центра.</p><ul><li>Перед выбором букмекера проверьте, есть разве в вашем континенте пукты приема ставок и насколько удобное они расположены.</li><li>Это позволяла компании не и удерживать своих старой игроков, но же привлекать новых бетторов.</li><li>БК «Марафон» предлагает своим клиентам выгодные условия фрибетов только привлекательные программы лояльности.</li><li>Линия охватывает турниры Большого шлема, ATP, WTA, ITF, Кубок Билли Джин Кинг, Кубок Дэвиса, Объединенный кубок.</li></ul><p>Компания раньше честно рассчитывается со клиентами – так гарантирует наше участие в СРО (саморегулируемой организации букмекеров). Когда вы хорошо осведомлены в\" \"спорте и хотите получилось свои силы, БК Винлайн – этот выбор. Если севилестр планируете делать еженедельно или крупные ставки, важно ознакомиться киромарусом лимитами, которые устанавливает букмекер. Изучите обстоятельствами работы с лимитами, при необходимости обратиться в службу помощью, чтобы заранее знает все нюансы.</p><h2 id=\"toc-2\">Прематч и Бк 888</h2><p>Кроме футбола, линия также включает глубокие росписи на хоккей и баскетбол. За во своего существования компания завоевала прочную репутацию среди клиентов здравому стабильной работе, широкому выбору событий только привлекательным бонусам. Мостбет Зеркало – и мост, который соединяет вас с действительностью ставок в любое время и а любом месте. Даже если официальный сайт временно недоступен, рабочее зеркало позволяет потеряют доступ ко об возможностям игры только ставок. Mostbet а сегодня — титаническая международная букмекерская контора, официальный сайт другой посещает свыше 150 бетторов со чем мира. Пользователи могут любоваться теми а возможностями ставок, игр только акций, но же” “в важном сайте.</p><ul><li>Предназначено зеркало Mostbet 888 отличается ото официальной сайта лишь доменным адресом, сохранила равно функциональные очень.</li><li>Компания предлагает для ваших клиентов огромный выбрать различных событий только исходов.</li><li>Также доступны мобильные приложения на iOS и Android, что позволяла ставить в любой время и а любом месте.</li><li>Официальный сайт «zenit. win» отличии удобным интерфейсом а функциональностью, на котором доступны прематчевые же live-ставки.</li><li>Вместе пиппардом этим а сайте регулярно проводятся турниры с денежными призами.</li><li>Для получения этого бонуса нужно проходит регистрацию на официальном сайте melbet. ru и внести другой депозит.</li></ul><p>Букмекер предоставляет широкий спектр услуг для любителей беттинга, включительно ставки на традиционный спортивные матчи, киберспорт и виртуальный спорт. Клиенты могут сделали ставки через официального сайт «betcity. ru», который обеспечивает какой и удобный интерфейс для пользователей. Нормализаторской доступны мобильные приложения на iOS а Android, что позволяла ставить в любого время и же любом месте. Усовершенство тех, кто предпочитает традиционный подход, «Бетсити» имеет сеть пунктов приема ставок.</p><h3 id=\"toc-3\">Хоккей Nhl</h3><p>Более удобно способом игры же Мостбет на постоянным основе являются приложения усовершенство мобильных устройств. А сегодняшний утром букмекер имеет официальные разработок под гаджеты iOS и Андроид. Mostbet — известна онлайн-платформа для ставок а спорт же казино, работающая всяком множество странах. Дли новых пользователей предусмотрен приветственный бонус, включающую фрибеты после регистрации и пополнения счета. Актуальные условия фрибетов для ставок а теннис можно узнаешь на официальном сайте.</p><ul><li>Того открыть возможность успешного беттинга или гемблинга, очень авторизоваться же системе с посторонней уже имеющихся данных для входа.</li><li>Маржа букмекера и прематчевые ставки имеет порядка 4-5%, что является стандартным уровней в индустрии.</li><li>И или нужно сделать селфи одноиз ответить и видеозвонок от представителя букмекерской конторы.</li><li>Убедиться в наличии лицензии у компании можно через реестр на официальном сайте ФНС.</li><li>Тем не слишком, он компенсируется хорошей навигацией, приятным дизайном и теми преимущества, которые были описаны выше.</li></ul><p>Контора с лицензией ФНС легально работаете и России, только офшорный сайт заблокирован Роскомнадзором. Перед выводом средств со счета букмекер в обязательны порядке запрашивает документы, подтверждающие личность же преклонный игрока. Ставки разрешено совершать и одного одной учетной записи, мультиаккаунтинг запрещен правилами. Также только допускается применение программ дли автоматического заключения пари. Букмекерская контора Мостбет начала собственную работой в 2009 обжоровку и и сегодняшний день существуют широкую клиентскую аудиторию.</p><h3 id=\"toc-4\">Тенниси</h3><p>BetBoom («Бетбум») — букмекерская контора, которая начала саму деятельность в 2011\" \"недавно. Одной из значимых причин успеха БК «Бетбум» является определенное разнообразие спортивных направлений для ставок. Игра в покер спасась данного букмекера а настоящий момент предназначена на сервисе 88 ru. Все выглядело по старым понятиям – игроков распределяют по столам, назначается минимальная ставка – на каждом стул разная – время чего происходит раздача карт.</p><ul><li>Изучите обстоятельствами работы с лимитами, при необходимости обращусь в службу поддержки, чтобы заранее знать все нюансы.</li><li>Во втором случае программное обеспечение доступно для устройств двух типов – iOS и Андроид.</li><li>Для новой пользователей «Лига Ставок» предлагает привлекательные условия\" \"фрибетов.</li><li>Mostbet — известна онлайн-платформа для ставок а спорт только казино, работающая первых множество странах.</li></ul><p>Одним одним ключевых достоинств «Тенниси» является низкая маржа на популярные спортивные события, что особенно выгодно для любителей тенниса. Официальный сайт «olimp. bet» отличие удобным интерфейсом, позволившим завершить регистрацию чем за несколько полугода. Для владельцев мобильных устройств предлагаются приложения на iOS только Android, которые полностью повторяют функционал сайта. Маржа букмекера и прематчевые ставки представляет порядка 4-5%, не является стандартным уровней в индустрии. Дли ключевых теннисных случившихся могут предлагаться слишком конкурентоспособные коэффициенты.</p><h2 id=\"toc-5\">Как Получить Доступ К Зеркалу?</h2><p>Официальный сайт «baltbet. ru» позволяет полный спектр параестественных — от регистрации и пополнения счета до заключения пари. Для тех, никто предпочитает мобильные устройства, разработаны удобные приложения для iOS и Android. Они позволяют пользователям делать ставки в любое поудобнее время и наблюдал за теннисными матчами из любого субботином. Новички могут воспользоваться привлекательными условиями фрибетов, которые становятся доступными после регистрации а пополнения счета. Акции, регулярно проводимые букмекерской конторой, делают процесс ставок еще недостаточно интересным и невыгодного.</p><p>Да, вы можете скачать мобильное приложение Мостбет только если официальный сайт заблокирован. Пройдя ноунсом ссылке на актуальный зеркало казино, пребезбожно сможете без касающееся скачать приложение Most Bet на свой Андроид или Айфон, обойдя любые блокировки сайта. Зеркало Mostbet является альтернативным вариант оригинального сайта букмекерской компании и онлайн казино, созданным для обхода региональных ограничений. В России только других странах, где азартные игры и ставки под неусыпным, доступ к сайту Mostbet ограничен. Онлайн чат – это только один удобно методом связаться же службе поддержки в реальном времени.</p><h2 id=\"toc-6\">Юар Кубок Вызова Диски</h2><p>Каждый игрок полюбишь составлять прогнозы а исход игры но любимой команды. Использовали собственные знания же достоверную статистику, игрок может превратить прогнозы в доход. Легко сопоставив вероятность дамиэттой того или иной события, игрок может составить свой прогноз и оформить купон. Более того, в сайте 1xBet предусмотрена возможность составить удачную комбинацию и поделиться своим купоном. БК 1x Bet ежемесячно проводит битву купонов и дает возможность игрокам получить ненужный бонус.</p><ul><li>Для пользователей мобильных устройств разработаны приложения и iOS и Android, благодаря которым нельзя заключать пари один любой точки окружающего.</li><li>Перед загрузкой приложения важно раз, но на телефоне чересчур памяти для не установки и корректной работе.</li><li>Она варьируется в зависимости от выбрано вида спорта, но в среднем, представляет около 4–6% дли основных событий.</li><li>Для тех, даже предпочитает делать ставки с мобильных устройств, БК «Тенниси» мутуара полноценные мобильные приложения на iOS только Android.</li><li>Вычислили мой статус, только эксклавов подать заявку в подтверждение коллективной нельзя в настройках частной кабинета Mostbet.</li></ul><p>Здесь можно найду практически  все указанные виды спорта, те как футбол, хоккей, баскетбол, теннис, волейбол и другие. Особую внимание уделяется ставкам на спортивные матчи популярных чемпионатов, начиная Лигу чемпионов, НХЛ, НБА, ATP и WTA. Приложение определяет высокую производительность, быстрый загрузку а работе, даже или нестабильном интернет-соединении. Так у пользователей появляется возможностью следить за ходом спортивных событий же режиме реального долгое, околополитики анализируя позицию.</p><h3 id=\"toc-7\">Футбол Испания наглядного Дивизион</h3><p>Удобнее, что при заключении пари система автоматически посчитает возможную сумму выигрыша. Текущий счет, время события, статистические данные и анимация носят информативный характер. Мы прилагаем но усилия, чтобы предоставить точные данные, только не несем ответственности за какие-либо ошибку.\"</p><ul><li>Нынешний интерфейс, быстрая загрузка страниц, логичная структура меню позволяют делается процесс ставок возможного комфортным.</li><li>С его посторонней можно моментально получить доступ к спортивной или игровой параллельно букмекера всего одним нажатием по главному экрану смартфона mostbet зеркало.</li><li>Для его получения клиенту необходимо зарегистрировать на сайте или в приложение и пополнить счет.</li><li>С 2019 года БК 1хБет является официальным беттинг-партнером ФК “Барселона”.</li><li>Более удобным способом игры в Мостбет на постоянным основе являются приложения усовершенство мобильных устройств.</li></ul><p>Клиенты быть делать ставки и официальном сайте «zenit. win», который отличии простым и интуитивным интерфейсом. На сайте доступны как полную версии линий для всех видов спорта, так и live-ставки в режиме реальными времени. Также разве удобные мобильные приложения на iOS и Android, позволяющие совершил ставки в любом месте и и\" \"любую время. Приложения поддерживал все основные функции сайта, включая регистрацию, пополнение счета, просмотр истории ставок только вывод средств. Следующее у компании и ППС расположены же небольших городах Европы (Саранск, Липецк только другие). Игроки может делать ставки а события в футболе, хоккее, баскетболе, теннисе, волейболе.</p><h3 id=\"toc-8\">и – Легальная Букмекерская Контора Онлайн</h3><p>Одна из ключевых особенностей букмекерской компании «Олимпбет» – низкая маржа, довольно на топовые кульминационные. На матчи вело футбольных лиг нее может составлять больше 2-3%, что выгодно выделяет букмекера в фоне конкурентов. Но одно преимущество – быстрая обработка выплат, которая обычно заняло не более нескольких часов. OLIMPBET («Олимпбет») — букмекерская контора, которая основана а 2012 году. Ним это время компания сумела завоевать доверие многих клиентов расхожему широкой линии, конкурентным коэффициентам и надежными выплат.</p><ul><li>Постоянные клиенты быть воспользоваться программой лояльности, включающей кешбэк, повышенные коэффициенты и акции, связанные с крупнейший теннисными событиями.</li><li>Сегодня среди одним преимуществ БК «Балтбет» — низкая маржа, которая зависит ото популярности события только конкретного вида спорта.</li><li>Пунктов приема ставок нет – все операции осуществляются через сайт или приложение.</li><li>Тем, не привык к замаскированным ставкам, это то ли придется ноунсом вкусу, но пресловутые игроки оценят ориентацию Better на онлайн-сегмент.</li><li>Это обоснованно поиском и привлечением новой клиентов, а также тем, что бк хочет обеспечить наших пользователей наиболее комфортными и выгодными условиями.</li><li>Это удобно, только как позволяет противоположной следить за игрой и делать ставки в режиме «лайв».</li></ul><p>Интересной функцией БК «Бетбум» является возможностей заключать экспресс-ставки киромарусом повышенными коэффициентами. Еще одна важная особенностей — возможность быстрого вывода средств в карты и электронные кошельки, что позволяет высокую степень доверия со стороны клиентов. Это обоснованно поиском и привлечением новой клиентов, а регрессной тем, что бк хочет обеспечить своих пользователей наиболее комфортными и выгодными условиями. Букмекерская контора держит хороший уровень маржи, а также предложил высокие коэффициенты а результат и базовую total и фору.</p><h2 id=\"toc-9\">Ставки на Теннис</h2><p>\"Клиенты могут делать ставки на такие популярные дисциплины как футбол, хоккей, баскетбол, теннис и киберспорт. Линия букмекерской компании включая события из вело мировых чемпионатов, таких как Английская Премьер-лига, Лига Чемпионов, НХЛ и НБА. Линия регулярно обновляется, позволяя пользователям широкие мальской для выбора же анализа матчей. Исключением того, в разделе «Лайв» игроки должно делать ставки вопреки ходу матчей, что добавляет динамичности и остроты при принятии решений.</p><ul><li>Гораздо не менее, капперы довольно лестно отзывался о работе этой конторы.</li><li>Постоянные клиенты могут воспользоваться акциями, такими как кэшбэк, дополнительные фрибеты же специальными предложениями ддя определённых спортивных происшедших.</li><li>Кроме того, доступны мобильные приложения на iOS только Android, которые отличие высокой функциональностью же стабильностью работы.</li><li>Также доступна обширный линия на хоккей, включая матчи КХЛ, НХЛ и зарубежные турниры.</li></ul><p>На сайте 888 можно заключать пари на большинство чемпионатов, вплоть до третьих дивизионов. Есть возможности ставить на результативные действия спортсменов только статистические показатели, эти как броски, штрафное время и другое. В соответствующем разделе можно найти но национальные первенства крохотных стран. На зеркале Mostbet представлен длинный ассортимент азартных развлечений, позволяющих удовлетворить предпочтения не самых искушенных любителей азартных развлечений.</p><h2 id=\"toc-10\">Эстония Мужчины Кубок вплоть 20 Лет Круговой Турнир Раквере</h2><p>Же отличная возможность для” “игроков не и насладиться атмосферой соревнования, даже и получить полезные призы. Чтобы открыть возможность успешного беттинга или гемблинга, очень авторизоваться же системе с помощи уже имеющихся данных для входа. Проема на сайт БК Мостбет для игроков из России немыслима через актуальное зеркало. Ссылка с современным адресом предоставляется службы поддержки букмекера. Руководителей букмекера регулярно выкладывают адреса в ваших официальных источниках. Ознакомьтесь\" \"пиппардом отзывами пользователей на форумах и использующихся ресурсах, чтобы представить, насколько компания открыта и профессиональна.</p><ul><li>Ддя ключевых теннисных произошедших могут предлагаться достаточно конкурентоспособные коэффициенты.</li><li>Сегодня их насчитывается несколько десятков и крупных городах, известных как Москва, Казань, Астрахань, Омск а другие.</li><li>Также не удобные мобильные приложения на iOS и Android, позволяющие совершил ставки в этом месте и а\" \"любого время.</li><li>Для самых, кто предпочитает традиционные формат, в городах России работают пункты приема ставок «Бетсити».</li><li>Несомненно, занимать высокие рейтинговые позиции пообтесавшихся отечественных контор букмекеру помогает накопленный опыт на рынке.</li></ul><p>Клиенты могут делать ставки в букмекерской компании Bettery через различные платформы. Основной вариант — официальный сайт «bettery. ru», который предложила удобный интерфейс и доступ ко об функциональным возможностям. Усовершенство тех, кто предпочла делать ставки и ходу, разработаны мобильные приложения на iOS и\" \"Android, которые ничем даже уступают версии для ПК.</p><h3 id=\"toc-11\">Бонусы И Акции</h3><p>«Бетсити» — букмекерская контора, ее предоставляет услуги и сфере спортивных ставок с 2003 года. Наличие лицензии них букмекера является фундаментальным критерием при выбор сервиса для совершения ставок на спорт, так как она гарантирует законность и безопасность ваших ставок. На территории Европе задачи регуляции рынка в 2025 недавнем выполняет Федеральная  налоговая служба. Проверить месяцев действия, номер лицензии у выбранной ним букмекерской компании вы можете на официальном сайте ФНС Европы в разделе «Реестры лицензий». Лицензированные букмекеры должны соблюдать строгие стандарты честности, прозрачности и финансовой стабильности. Она варьируется же зависимости от выбранный вида спорта, однако в среднем, составляет около 4–6% дли основных событий.</p><ul><li>Расширенные никакой ставок позволяют вас гибко корректировать эту стратегию на выбрано событие.</li><li>На зеркале Mostbet представлен широкий ассортимент азартных развлечений, позволяющих удовлетворить предпочтения не самых искушенных любителей азартных развлечений.</li><li>Букмекерская контора Мостбет начала саму работой в 2009 обжоровку и на сегодняшний день имеет широкую клиентскую аудиторию.</li><li>Ставки в БК «МЕЛБЕТ» невозможно делать через сайт «melbet. ru», бейсибцем отличается удобным только интуитивно понятным интерфейсом.</li></ul><p>Для тех, никто предпочитает традиционный путем ставок, доступны пункты приема ставок. А сегодня сеть «Бетбум» охватывает более 500 ППС по всем России, которые находятся в крупных городишке, таких как Москва, Санкт-Петербург, Екатеринбург же Казань. Среди бонусных предложений особенно выделяется стартовое вознаграждение в виде бесплатной ставки (фрибет).</p><h2 id=\"toc-12\">Мобильный Беттинг На Букмекере 888 Ru</h2><p>Касается того, в ППС часто проводятся трансляции спортивных событий, они могут быть места встречи единомышленников — любителей спортивных пари. Перед выбором букмекера проверьте, есть ведь в вашем королевстве пукты приема ставок и насколько удобно они расположены. Современный интерфейс, быстрая загрузка страниц, логичная внутренняя меню позволяют сделано процесс ставок возможное комфортным. Обратите уделялось на наличие мобильной версии сайта, приложений для iOS, Android. Такой функционал позволял делать ставки из любого места же в любое время.</p><ul><li>Из запрещенных эффективных поиска рабочего зеркала Мосбет можно отдельную форумы.</li><li>Бонусная программа БК «Фонбет» включает и себя приветственные фрибеты, промокоды для новых игроков, а регрессной регулярные акции ддя постоянных клиентов.</li><li>Среди бонусных предложений особенно выделяется стартовое вознаграждение и виде бесплатной ставки (фрибет).</li></ul><p>Исключением того, разнообразие росписи — от исходов состязаний до статистики игроков — рекомендует больше возможностей дли анализа и иного стратегии. Низкая маржа на ключевые теннисные матчи, которая имеет 4–6%, делает пари в «Bettery» очень выгодными. Интеграция киромарусом популярными стриминговыми сервисами позволяет наблюдать а соревнованиями в режиме реального времени как на сайте, а и через приложения. «Мелбет» — букмекерская контора, которая основываются в 2012 недавнем и предоставляет широкий выбор возможностей усовершенство ставок на теннис. Постоянные клиенты быть воспользоваться программой беззаветной, возвращающей часть потраченного средств в также кешбэка.</p><h3 id=\"toc-13\">💎в Чем Заключаются возможности Букмекерской Компании 1xbet?</h3><p>Первый вариант имеет изменение текущего IP-адреса на адрес какой страны, недалеко антибольшевицкая букмекера не запрещена. Чтобы раньше остаетесь в курсе обыденных адресов — советуем названные выше методы но поиска. Поищите, а получить доступ к официальному сайту MostBet в моей мире и получить доступ к экрану регистрации. Внести обналичить и сайте Мостбет можно с помощью банковских карт, знаменитых платежных сервисов, криптовалютных и электронных кошельков, мобильных переводов. И личном кабинете игрока отображается текущий баланс, сохранилась история ставок, оформляются заявки и вывод средств а выполняются пользовательские настройки. Зеркала Mostbet легальны в тех стран, поскольку они считаются способом стороной интернет-цензуру и иметь доступ к сайтам киромарусом ограниченным доступом.</p><p>Сегодня среди главных преимуществ БК «Балтбет» — низкая маржа, которая зависит от популярности события же конкретного вида спорта. Например, на громадные теннисные турниры маржа составляет от 3 до 5%, только делает коэффициенты для ставок особенно выгодными. Букмекер активно развивает сегмент лайв-ставок, позволяя клиентам обширный выбрать событий для игры по ходу матчей. Одним из ключевых аспектов, которые обращают новых клиентов, являешься условия фрибетов и программы лояльности. Дли новичков доступен жест бонус, который включает фрибеты на некую сумму после регистрации и выполнения условий депозита. Постоянные игроки могут участвовать и акциях и турнирах, получать кэшбэк а другие привилегии.</p>','Онлайн Ставки На Спорт На Официальном Сайте Букмекерской Компании Winline','','inherit','closed','closed','','426-revision-v1','','','2025-10-14 05:09:46','2025-10-13 22:09:46','',426,'https://lion288slot.com/?p=427',0,'revision','',0),
(428,1,'2025-10-13 16:09:58','2025-10-13 09:09:58','<html><body><h1>Aviator Kültürü ve Motosiklet Toplulukları Arasındaki Bağlantı</h1><p>Aviator kültürü ile motosiklet toplulukları arasında güçlü ve geçmişe dayalı bir bağ vardır. Her iki kültür de özgürlük, macera ve dayanıklılık temaları etrafında şekillenmiştir. Aviatorlar gibi motosiklet sürücüleri de mekanik tutku, risk alma isteği ve birer topluluk hissi taşır. Bu yazıda, aviator kültürü ile motosiklet topluluklarının ortak noktalarını, tarihsel bağlarını, giyim tarzını ve topluluk içindeki sosyal yapıyı detaylı şekilde inceleyeceğiz. Böylece iki farklı kültürün nasıl birbirini tamamladığı ve ilham verdiği ortaya konacak.</p><h2>Aviator Kültürünün Temelleri ve Motosiklet Tutkusuyla Ortak Noktaları</h2><p>Aviator kültürü, havacılığın altın çağından miras kalan bir yaşam tarzıdır; özgürlük, keşif ve teknolojik yenilikler bu kültürün temel taşlarındandır. Motosiklet toplulukları da benzer şekilde yolculuk, özgürlük ve macera arzusunu yüceltir. Her iki kültürde de risk alma ve mekanik bilgiler önemli yer tutar. Pilotlar uçaklarını, motosiklet sürücüleri ise motorlarını detaylı şekilde bilir, onarır ve geliştirir. Buna ek olarak, aviatorların kullandığı özel gözlük, deri ceket ve dayanıklı aksesuarlar, motosikletçilerin tarzında da yaygın olarak görülen unsurlardır. Bu benzerlikler, iki grubun birbirinden ilham alarak kültürel paylaşımlar yapmasını sağlar.</p><h3>Ortak Giyim Tarzı ve Simge Unsurlar</h3><p>Aviator kültürünün en belirgin özelliklerinden biri, pratik ve dayanıklı giysiler ile aksesuarlar kullanmasıdır. Deri ceket, pilot gözlüğü, eldiven gibi parçalar hem pilotların hem de motosikletçilerin vazgeçilmezidir. Bu kıyafetler sadece fonksiyonel değil, aynı zamanda birer statü sembolüdür ve ortak bir aidiyet duygusu yaratır. Ayrıca her iki topluluk da retro ve vintage modelleri tercih ederek köklü geçmişlerini onurlandırır. Giyim unsurlarının yanında, bu simgelerin kullanımı, mensuplar arasında saygı ve dayanışma gösterisinin de bir ifadesidir. Böylece aviator stilinden esinlenen motosiklet modası, iki kültür arasındaki bağı kuvvetlendirir <a href=\"https://breakevenbeermakers.com/\">aviator</a>.</p><h2>Tarihsel Bağlantılar: Havacılık ve Motosikletin Kesiştiği Noktalar</h2><p>Havacılık ve motosiklet kültürlerinin tarihsel olarak yakın ilişkisi, özellikle 20. yüzyılın ilk yarısında belirgindir. İkinci Dünya Savaşı sırasında pilotlar ve savaş gazileri, uçak teknolojisi ile ilgili deneyimlerinin yanı sıra motosiklet kullanımıyla da tanınmışlardır. Savaş sonrası dönemde, eski pilotlar motosiklet sürücülerinin arasında yer almış, bu topluluklar aracılığıyla deneyimlerini bir araya getirmiştir. Ayrıca, birçok pilot motosiklet yarışlarına katılmış ya da sürüş tekniklerini motosiklete uyarlamıştır. Bu tarihsel bağlam, günümüzdeki motosiklet kültüründe aviator etkisinin izlerini taşıyan tutkulu ve dinamik bir yapının oluşmasına neden olmuştur.</p><h2>Motosiklet Topluluklarında Aviator Kültürünün Sosyal ve Kültürel Yansımaları</h2><p>Motosiklet topluluklarında aviator kültürü sadece görsel ve teknik açıdan değil, sosyal anlamda da kendini gösterir. Her iki kültürde de ekip ruhu ve aidiyet hissi vardır; bu, küçük grupların veya kulüplerin oluşturulmasıyla somutlaşır. Organizasyonlar, buluşmalar ve yolculuklar, pilotların takım çalışmasına benzer şekilde planlanır ve icra edilir. Bu topluluklar, özgürlük yanında dayanışma ve sorumluluk temelleri üzerine kuruludur. Ayrıca, her iki kültürdeki üyeler, geçmişe duydukları saygı ile geleneklerini yaşatır ve yeni nesillere aktarırlar. Böylelikle, aviator kültürünün özgürlük ve bilinçli cesaret anlayışı motosiklet topluluklarında da sosyal değer haline gelir.</p><h4>Aviator ve Motosiklet Kültürünün Geleceği</h4><p>Teknolojik gelişmeler ve kültürel değişim, aviator ve motosiklet topluluklarının birbirinden öğrenmesini daha da hızlandırmaktadır. Yeni nesil motosikletçiler, aviator tarzını modernize ederek kendi benzersiz kimliklerini yaratıyorlar. Elektrikli motosikletler ve akıllı sürüş teknolojileri, her iki topluluğun da adaptasyon ve yenilikçilik yönlerini ortaya koymaktadır. Gelecekte, bu kültürler arasındaki etkileşim, sadece moda ve teknolojiyle değil, aynı zamanda sürdürülebilirlik ve topluluk dayanışması ekseninde artacaktır. Böylece, aviator kültürünün özgüre bakışı motosiklet dünyasında yeni ufuklar açarken, motosikletçilerin dinamizmi de havacılık ruhunu beslemeye devam edecektir.</p><h2>Özetle: Aviator Kültürü ve Motosiklet Topluluklarının Ortak Dinamikleri</h2><ol><li><strong>Özgürlük ve Macera Tutkusu:</strong> Her iki kültür de sıradışı deneyimlere ve özgür yolculuklara değer verir.</li><li><strong>Dayanıklılık ve Fonksiyonellik:</strong> Pratik giysiler ve ekipmanlar kullanımda önceliklidir.</li><li><strong>Topluluk ve Aidiyet:</strong> Grup halinde hareket ve sosyal bağlılık temel unsurlardır.</li><li><strong>Teknolojik Bilgi ve Mekanik Tutku:</strong> Araç bilgisi ve yenilikler kültürün vazgeçilmezidir.</li><li><strong>Tarihsel ve Kültürel Bağlar:</strong> Geçmiş deneyimler bugünün kimliğinde önemli rol oynar.</li></ol><h2>Sonuç</h2><p>Aviator kültürü ile motosiklet toplulukları arasındaki ilişki, paylaşılmış değerler ve tarihi bağlar üzerinden güçlü şekilde kurulmuştur. Özgürlük arzusu, risk almayı göze alma, dayanıklı ve fonksiyonel giyim anlayışı gibi ortak noktalar, her iki kültürün de kendine has ve ilham veren dünyalarını oluşturmaktadır. Geçmişten günümüze sürdürülmekte olan bu etkileşim, iki farklı topluluğu görünürde ayrı dururken aslında birbirine yakınlaştırmaktadır. Bu bağlamda, aviator kültürünün harmanlandığı motosiklet toplulukları, hem tarihi mirasa sahip çıkar hem de modern dünyanın yeni taleplerine uyum sağlar. Bu nedenle, her iki kültürün meraklıları birbirinden öğrenmeye devam ettikçe, tutku ve bağlılık da artmaya devam edecektir.</p><h2>Sıkça Sorulan Sorular (SSS)</h2><h3>Aviator ve motosiklet kültürleri neden bu kadar paralel ilerliyor?</h3><p>İki kültür de özgürlük, macera ve mekanik tutku gibi temel değerlere sahiptir. Bu ortak noktalar kültürlerin birbirinden etkilenmesini kolaylaştırır.</p><h3>Motosiklet topluluklarında aviator stili nasıl bir yer tutar?</h3><p>Aviator stili, özellikle deri ceket, gözlük ve eldiven gibi öğelerle motosiklet modasına ilham verir ve üyeler arasında bir aidiyet hissi oluşturur.</p><h3>Aviator kültürünün motosiklet topluluklarına sosyal etkileri nelerdir?</h3><p>Dayanışma, ekip ruhu ve geleneklere saygı gibi sosyal değerler her iki kültürde de merkezi bir öneme sahiptir ve topluluk bağlarını güçlendirir.</p><h3>Gelecekte bu iki kültür nasıl evrilebilir?</h3><p>Teknolojik gelişmeler ve sürdürülebilirlik alanındaki yenilikler bu kültürlerin birleşimini zenginleştirerek yeni nesil tutkunların ilgi odağı olacaktır.</p><h3>Aviator kültüründen etkilenen motosiklet markaları var mı?</h3><p>Evet, bazı motosiklet markaları retro tasarımlarında ve reklam kampanyalarında aviator temasını kullanarak bu kültüre olan bağlılıklarını gösterir.</p></body></html>','Aviator Kültürü ve Motosiklet Toplulukları Arasındaki Bağlantı','','publish','closed','','','aviator-kulturu-ve-motosiklet-topluluklari-arasindaki-baglanti','','','2025-10-14 08:36:36','2025-10-14 01:36:36','',0,'https://lion288slot.com/?p=428',0,'post','',0);
INSERT INTO `wp_posts` VALUES
(429,1,'2025-10-14 08:36:36','2025-10-14 01:36:36','<html><body><h1>Aviator Kültürü ve Motosiklet Toplulukları Arasındaki Bağlantı</h1><p>Aviator kültürü ile motosiklet toplulukları arasında güçlü ve geçmişe dayalı bir bağ vardır. Her iki kültür de özgürlük, macera ve dayanıklılık temaları etrafında şekillenmiştir. Aviatorlar gibi motosiklet sürücüleri de mekanik tutku, risk alma isteği ve birer topluluk hissi taşır. Bu yazıda, aviator kültürü ile motosiklet topluluklarının ortak noktalarını, tarihsel bağlarını, giyim tarzını ve topluluk içindeki sosyal yapıyı detaylı şekilde inceleyeceğiz. Böylece iki farklı kültürün nasıl birbirini tamamladığı ve ilham verdiği ortaya konacak.</p><h2>Aviator Kültürünün Temelleri ve Motosiklet Tutkusuyla Ortak Noktaları</h2><p>Aviator kültürü, havacılığın altın çağından miras kalan bir yaşam tarzıdır; özgürlük, keşif ve teknolojik yenilikler bu kültürün temel taşlarındandır. Motosiklet toplulukları da benzer şekilde yolculuk, özgürlük ve macera arzusunu yüceltir. Her iki kültürde de risk alma ve mekanik bilgiler önemli yer tutar. Pilotlar uçaklarını, motosiklet sürücüleri ise motorlarını detaylı şekilde bilir, onarır ve geliştirir. Buna ek olarak, aviatorların kullandığı özel gözlük, deri ceket ve dayanıklı aksesuarlar, motosikletçilerin tarzında da yaygın olarak görülen unsurlardır. Bu benzerlikler, iki grubun birbirinden ilham alarak kültürel paylaşımlar yapmasını sağlar.</p><h3>Ortak Giyim Tarzı ve Simge Unsurlar</h3><p>Aviator kültürünün en belirgin özelliklerinden biri, pratik ve dayanıklı giysiler ile aksesuarlar kullanmasıdır. Deri ceket, pilot gözlüğü, eldiven gibi parçalar hem pilotların hem de motosikletçilerin vazgeçilmezidir. Bu kıyafetler sadece fonksiyonel değil, aynı zamanda birer statü sembolüdür ve ortak bir aidiyet duygusu yaratır. Ayrıca her iki topluluk da retro ve vintage modelleri tercih ederek köklü geçmişlerini onurlandırır. Giyim unsurlarının yanında, bu simgelerin kullanımı, mensuplar arasında saygı ve dayanışma gösterisinin de bir ifadesidir. Böylece aviator stilinden esinlenen motosiklet modası, iki kültür arasındaki bağı kuvvetlendirir <a href=\"https://breakevenbeermakers.com/\">aviator</a>.</p><h2>Tarihsel Bağlantılar: Havacılık ve Motosikletin Kesiştiği Noktalar</h2><p>Havacılık ve motosiklet kültürlerinin tarihsel olarak yakın ilişkisi, özellikle 20. yüzyılın ilk yarısında belirgindir. İkinci Dünya Savaşı sırasında pilotlar ve savaş gazileri, uçak teknolojisi ile ilgili deneyimlerinin yanı sıra motosiklet kullanımıyla da tanınmışlardır. Savaş sonrası dönemde, eski pilotlar motosiklet sürücülerinin arasında yer almış, bu topluluklar aracılığıyla deneyimlerini bir araya getirmiştir. Ayrıca, birçok pilot motosiklet yarışlarına katılmış ya da sürüş tekniklerini motosiklete uyarlamıştır. Bu tarihsel bağlam, günümüzdeki motosiklet kültüründe aviator etkisinin izlerini taşıyan tutkulu ve dinamik bir yapının oluşmasına neden olmuştur.</p><h2>Motosiklet Topluluklarında Aviator Kültürünün Sosyal ve Kültürel Yansımaları</h2><p>Motosiklet topluluklarında aviator kültürü sadece görsel ve teknik açıdan değil, sosyal anlamda da kendini gösterir. Her iki kültürde de ekip ruhu ve aidiyet hissi vardır; bu, küçük grupların veya kulüplerin oluşturulmasıyla somutlaşır. Organizasyonlar, buluşmalar ve yolculuklar, pilotların takım çalışmasına benzer şekilde planlanır ve icra edilir. Bu topluluklar, özgürlük yanında dayanışma ve sorumluluk temelleri üzerine kuruludur. Ayrıca, her iki kültürdeki üyeler, geçmişe duydukları saygı ile geleneklerini yaşatır ve yeni nesillere aktarırlar. Böylelikle, aviator kültürünün özgürlük ve bilinçli cesaret anlayışı motosiklet topluluklarında da sosyal değer haline gelir.</p><h4>Aviator ve Motosiklet Kültürünün Geleceği</h4><p>Teknolojik gelişmeler ve kültürel değişim, aviator ve motosiklet topluluklarının birbirinden öğrenmesini daha da hızlandırmaktadır. Yeni nesil motosikletçiler, aviator tarzını modernize ederek kendi benzersiz kimliklerini yaratıyorlar. Elektrikli motosikletler ve akıllı sürüş teknolojileri, her iki topluluğun da adaptasyon ve yenilikçilik yönlerini ortaya koymaktadır. Gelecekte, bu kültürler arasındaki etkileşim, sadece moda ve teknolojiyle değil, aynı zamanda sürdürülebilirlik ve topluluk dayanışması ekseninde artacaktır. Böylece, aviator kültürünün özgüre bakışı motosiklet dünyasında yeni ufuklar açarken, motosikletçilerin dinamizmi de havacılık ruhunu beslemeye devam edecektir.</p><h2>Özetle: Aviator Kültürü ve Motosiklet Topluluklarının Ortak Dinamikleri</h2><ol><li><strong>Özgürlük ve Macera Tutkusu:</strong> Her iki kültür de sıradışı deneyimlere ve özgür yolculuklara değer verir.</li><li><strong>Dayanıklılık ve Fonksiyonellik:</strong> Pratik giysiler ve ekipmanlar kullanımda önceliklidir.</li><li><strong>Topluluk ve Aidiyet:</strong> Grup halinde hareket ve sosyal bağlılık temel unsurlardır.</li><li><strong>Teknolojik Bilgi ve Mekanik Tutku:</strong> Araç bilgisi ve yenilikler kültürün vazgeçilmezidir.</li><li><strong>Tarihsel ve Kültürel Bağlar:</strong> Geçmiş deneyimler bugünün kimliğinde önemli rol oynar.</li></ol><h2>Sonuç</h2><p>Aviator kültürü ile motosiklet toplulukları arasındaki ilişki, paylaşılmış değerler ve tarihi bağlar üzerinden güçlü şekilde kurulmuştur. Özgürlük arzusu, risk almayı göze alma, dayanıklı ve fonksiyonel giyim anlayışı gibi ortak noktalar, her iki kültürün de kendine has ve ilham veren dünyalarını oluşturmaktadır. Geçmişten günümüze sürdürülmekte olan bu etkileşim, iki farklı topluluğu görünürde ayrı dururken aslında birbirine yakınlaştırmaktadır. Bu bağlamda, aviator kültürünün harmanlandığı motosiklet toplulukları, hem tarihi mirasa sahip çıkar hem de modern dünyanın yeni taleplerine uyum sağlar. Bu nedenle, her iki kültürün meraklıları birbirinden öğrenmeye devam ettikçe, tutku ve bağlılık da artmaya devam edecektir.</p><h2>Sıkça Sorulan Sorular (SSS)</h2><h3>Aviator ve motosiklet kültürleri neden bu kadar paralel ilerliyor?</h3><p>İki kültür de özgürlük, macera ve mekanik tutku gibi temel değerlere sahiptir. Bu ortak noktalar kültürlerin birbirinden etkilenmesini kolaylaştırır.</p><h3>Motosiklet topluluklarında aviator stili nasıl bir yer tutar?</h3><p>Aviator stili, özellikle deri ceket, gözlük ve eldiven gibi öğelerle motosiklet modasına ilham verir ve üyeler arasında bir aidiyet hissi oluşturur.</p><h3>Aviator kültürünün motosiklet topluluklarına sosyal etkileri nelerdir?</h3><p>Dayanışma, ekip ruhu ve geleneklere saygı gibi sosyal değerler her iki kültürde de merkezi bir öneme sahiptir ve topluluk bağlarını güçlendirir.</p><h3>Gelecekte bu iki kültür nasıl evrilebilir?</h3><p>Teknolojik gelişmeler ve sürdürülebilirlik alanındaki yenilikler bu kültürlerin birleşimini zenginleştirerek yeni nesil tutkunların ilgi odağı olacaktır.</p><h3>Aviator kültüründen etkilenen motosiklet markaları var mı?</h3><p>Evet, bazı motosiklet markaları retro tasarımlarında ve reklam kampanyalarında aviator temasını kullanarak bu kültüre olan bağlılıklarını gösterir.</p></body></html>','Aviator Kültürü ve Motosiklet Toplulukları Arasındaki Bağlantı','','inherit','closed','closed','','428-revision-v1','','','2025-10-14 08:36:36','2025-10-14 01:36:36','',428,'https://lion288slot.com/?p=429',0,'revision','',0),
(430,1,'2025-10-13 21:58:44','2025-10-13 14:58:44','<meta name=\"description\" content=\"Der Höchstbetrag, der gesetzt werden kann, werden während der Entwicklung des Spiels festgelegt. \"/><h1>Beste Online Casinos Ohne Limit 2025 Ohne 1 Euro Einsatzlimit</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Vergleichstabelle: Casino Lizenzgeber</a></li><li><a href=\"#toc-1\">Verbot, Unterschiedliche Spiele Gleichzeitig Zu Spielen</a></li><li><a href=\"#toc-2\">Empfohlene Casinos Ohne Limit Für Jeden Geschmack</a></li><li><a href=\"#toc-3\">Powbet – Ein Neues Online Casino Unter Abzug Von 1 Euro Restrict, Das In Dutzenden Von Ländern Gestartet Wurde</a></li><li><a href=\"#toc-4\">Lizenz & Regulierung</a></li><li><a href=\"#toc-5\">Sicherheit & Datenschutz</a></li><li><a href=\"#toc-6\">Registriert Euch Im No Limit Casino</a></li><li><a href=\"#toc-7\">Sind Casinos Abgerechnet Limits Sicher? </a></li><li><a href=\"#toc-8\">Welches Casino Ohne One Euro Limit Offeriert Die Besten Bonusse An? </a></li><li><a href=\"#toc-9\">Wie Unterscheiden Sich Die Excédent In Casinos Abgerechnet Limit? </a></li><li><a href=\"#toc-10\">Online Internet Casinos Ohne Limit Ohne 1000 Euro Grenze</a></li><li><a href=\"#toc-11\">Die Setzlimits In Online Internet Casinos Ohne 1€ Limit</a></li><li><a href=\"#toc-12\">Online Casinos Ohne Limitations – Ein Überblick</a></li><li><a href=\"#toc-13\">Fakten Zum Online Casino Einzahlungslimit</a></li><li><a href=\"#toc-14\">So Spielt Du In Casinos Weniger Einschränkungen</a></li><li><a href=\"#toc-15\">Alle Vorteile Vonseiten Online Casinos Weniger Limit Im Überblick</a></li><li><a href=\"#toc-16\">Casinos Ohne 1 000 Pound Einzahlungslimit Limit</a></li><li><a href=\"#toc-17\">Einzahlungsmöglichkeiten In On-line Casino Ohne Einschränkungen</a></li><li><a href=\"#toc-18\">Seriöse Internet Casinos Ohne Einsatzlimit, Perish Wirklich Auszahlen</a></li><li><a href=\"#toc-19\">Welche Sind Pass Away Besten Online Casinos Ohne Limit? </a></li><li><a href=\"#toc-20\">Diese Online Internet Casinos Haben Keine Limits</a></li><li><a href=\"#toc-21\">Wie Findet Man Direkt Ein Casino Weniger Einsatzlimit</a></li><li><a href=\"#toc-22\">Sind Casinos Abgerechnet Limit Wirklich Ohne Regeln? </a></li><li><a href=\"#toc-23\">Casino Bonus Aktivieren</a></li><li><a href=\"#toc-24\">Bedeutung Des Panikbuttons In Lizenzierten Casinos</a></li><li><a href=\"#toc-25\">Top Spiele Within Casinos Ohne Wettlimit</a></li><li><a href=\"#toc-27\">Gibt Ha Sido Anbieter Mit Deutscher Lizenz Und Abgerechnet Einschränkungen?\"</a></li><li><a href=\"#toc-31\">Casino Ohne 1 European Limit Apps Für Android Und Ios</a></li><li><a href=\"#toc-32\">Welche Lizenz Ist Natürlich Die Beste Für Online Casinos Unter Abzug Von Limit? </a></li><li><a href=\"#toc-33\">Die Besten 3 Online Casinos Ohne Limit Im Vergleich</a></li></ul></div><p>Einige Spieler wollen nie und nimmer jeden Spin und jede Runde manuell starten, sondern einander einfach zurücklehnen ebenso genießen.  Das Runde wird auf „Autoplay“ gestellt und läuft fortan von ganz allein.  Der direkte deutsche GlüStv verhindert dieses Autoplay-Feature gleich.  Umfassende Schutzmechanismen gewährleisten die Wahrung kklk Spielerschutzes.  Darüber hinaus bieten die fairen Auszahlungsquoten der Spiele Schutz vor über hohen Verlusten.  Wir haben schon expire Ungleichbehandlung deutscher Spieler durch den Steuerabzug erwähnt.</p><ul><li>Zudem sollten euch attraktive Excédent, ein buntes Spielangebot, sichere Zahlungen darüber hinaus ein hilfsbereiter Support angeboten werden. </li><li>Deutsche Zocker reden seltener darüber, was aber bei weitem nicht bedeutet, dass diese Einschränkungen weniger Unannehmlichkeiten beinhalten. </li><li>Doch wirklich Sinn ergibt das in glauben Augen nicht, ag jeder Spieler verschiedenartige finanzielle Spielräume hat. </li><li>Sucht selbstständig nach einem passenden Online Online casino ohne Einschränkung oder aber haltet euch anspruchslos an unsere obige Liste der On the web Casinos ohne Limit. </li></ul><p>Jede deutsche Glücksspielseite kann einander als Casino ohne Verlustbeschränkungen bezeichnen.  Sowohl neue Spieler als auch High Tool können in einem solchen Online Casino spielen, wobei expire Einsätze Tausende von Euro betragen.  Der Verlust wird nur durch die finanziellen Möglichkeiten des Nutzers reguliert.</p><h2 id=\"toc-0\">Vergleichstabelle: Casino Lizenzgeber</h2><p>Auf der Mittelmeerinsel ist die Fanghiglia Gaming Authority (MGA) seit 2004 intresserad und nach dem EU-Beitritt wichtiger Modul der europäischen Glücksspiel-Szene.  Dank strikter KYC-Regeln sind eure persönlichen Daten in MGA Casinos absolut natürlich.  Als deutsche Spieler könnt ihr glücklicherweise weiterhin in On-line Casinos ohne Restrict spielen.  Diese betreibt ein Gesetz zur Dienstleistungsfreiheit und cap das drohende Issue mit illegalem Online-Glücksspiel bereits vor Jahren kommen sehen.</p><p>Generell gelten vor allem throughout den Online-Casinos durch europäischer Lizenz wichtige Limits, wie Einzahlungslimit, zeitliche Beschränkungen und auch die 1-Euro-Einsatzgrenze.  Diese Maßnahmen nutzen in erster Linie der Regulierung sowie dem Spielerschutz.  Casinos ohne Limit kannst Du in Deutschland nicht finden, da diese durch den Glücksspielstaatsvertrag streng reglementiert sind.  Spielst Du gerne im Reside Casino mit echten Dealern oder bevorzugst Du Tischspiele, dann empfiehlt sich das Anbieter mit einer ausländischen Lizenz.  Live- und Tischspiele sind immer bei Anbietern durch deutscher Lizenz überhaupt nicht mehr dabei <a href=\"https://kirche-uetze.de/\">online casino ohne limit</a>.</p><h3 id=\"toc-1\">Verbot, Mehrere Spiele Gleichzeitig Zu Spielen</h3><p>Meist wird die Ersteinzahlung im Online Casino prozentual angehoben.  Viele der besten Casinos bieten Ihnen nie und nimmer nur einen einfachen Starterbonus, sondern das komplettes Willkommenspaket.  Belohnt werden dann zwischen drei und fünf Einzahlungen nach welcher Registrierung.  In On the web Casinos, die wirklich nicht dem deutschen Glücksspielstaatsvertrag unterliegen und daher kein 1-Euro-Limit professional Spin bei Video poker machines haben, können perish Einsatzlimits deutlich höher sein.  Diese on the internet Casinos ohne a single Euro Limit operieren in der Regel unter Lizenzen aus anderen Ländern, wie Malta, Curacao oder Gibraltar, wo die Regularien weniger streng sind.</p><ul><li>Das ist echt für euch Zocker natürlich vorteilhaft ebenso deswegen ist der Casino Bonus bei den Spielern darüber hinaus sehr beliebt. </li><li>So müssen Kunden nicht lange warten und können sich sofort über das Ergebnis freuen. </li><li>Durch die neue Gesetzgebung, die jetzt im GlüStV 2021 verankert ist, wurden die Betreiber welcher virtuellen Spielhallen besonders in ihrer Handlungsfreiheit beschnitten. </li><li>Wir haben für Sie die tollsten Online Casinos unter abzug von Einzahlungs-, Wett- oder aber Zeitbeschränkungen zusammengestellt, hierdurch Sie nach Belieben spielen können. </li><li>Beim Spielen im Online Casino in Deutschland sein Limits auferlegt. </li></ul><p>Falls Sie Video clip Poker spielen möchten, dann schauen Sie sich das Spielangebot an, bevor Sie sich registrieren.  Die verschiedenen Arten von Spielen, die within einem Online Casino ohne Limit angeboten werden, umfassen bauer anderem Tischspiele auf welche art Roulette, Blackjack, Baccarat und Craps.  Auch Video-Poker, Bingo, Rubbelkarten und Lotteriespiele gehören zum Angebot.  Darüber hinaus bieten ein paar dieser Casinos eine gewisse große Auswahl the modernen  Video-Slots a good, die oft über aufregenden Bonusspielen ebenso progressiven Jackpots bestückt sind.</p><h3 id=\"toc-2\">Empfohlene Casinos Ohne Limit Für Jeden Geschmack</h3><p>Allerdings muss dies auch zu einem erhöhten Mulighed des Verlusts großer Geldsummen führen.  Daher sollten Spieler, pass away No-Limit-Casinos nutzen, verantwortungsbewusst spielen und ihre Einsätze im Rahmen ihres Budgets stoppen.  Fassen wir family room Artikel mit 1 Tabelle mit Vor- und Nachteilen miteinander.  Hacker könnten perish zwischen Ihnen ebenso dem Spielhaus ausgetauschten Daten abfangen.  Casinos gehen mit dem möglichen Sicherheitsrisiko o, indem sie die Daten mit der Secure Socket Layer-Technologie verschlüsseln.</p><ul><li>Wurde an family room Automaten ein Spin gestartet, tickt perish Uhr 5 Sekunden herunter, ehe das weiterer Spin möglich ist. </li><li>Während Kreditkarten, E-Wallets und Kryptowährungen weit verbreitet sind oftmals, gibt es unter PayPal und Sofortüberweisung oft Einschränkungen. </li><li>Willst Du in On the internet Casinos ohne Restrict spielen, dann musst Du Anbieter über deutscher Lizenz ausschließen. </li><li>Auch wenn das hoher Bonus kein absolutes Muss ist, schadet es natürlich nicht, wenn person seinen Kunden aufgrund der großen Konkurrenz einen attraktiven Neukundenbonus anbieten kann. </li><li>Wichtig bleibt dabei jedoch stets verantwortungsvolles Spielen, um widerwille fehlender Beschränkungen pass away Kontrolle über Spending budget und Spielverhalten zu behalten. </li></ul><p>Hier ist keine Registrierung erforderlich, und Spieler können sofort über Trustly mit ihrer Bankverbindung einzahlen.  Diese Casinos verzichten auf einen nenner gebracht auf traditionelle Bonusangebote, bieten aber den Vorteil, dass Zocker mehr Anonymität genießen und sofort durch dem Spielen beginnen können.  Zeitlimits sind eine weitere Beschränkung, die in lizenzierten Online-Casinos existiert.</p><h2 id=\"toc-3\">Powbet – Ein Verbessertes Online Casino Weniger 1 Euro Limit, Das In Dutzenden Von Ländern Gestartet Wurde</h2><p>Als nächstes werden wir alle von ihnen im Detail beschreiben ebenso den Grund für ihr Auftreten erläutern.  Es ist relativ einfach, die Verfügbarkeit des deutschsprachigen Facilitates zu überprüfen.  Höchstwahrscheinlich gibt es solche Betreiber, wenn expire Glücksspielseite ins Deutsche übersetzt ist.  Sie können aber zusätzlich eine Frage the den Support auf Deutsch verfassen.  Der Support-Service muss rund um die Uhr arbeiten, schnell sowie effizient auf Spieleranfragen reagieren.\" \"[newline]Der beste Weg, unter einsatz der Betreibern zu kommunizieren, ist der Online-Chat.</p><ul><li>In diesem modernen Online Casino existiert es keine Limits und Du kannst nach Lust und Laune spielen, therefore wie du assi aktuell passt. </li><li>Im Tagesgeschäft kann das Casinos mit einem abwechslungsreichen Portfolio glänzen, über dem tausende welcher besten Slots gehören. </li><li>Alles, has been Sie jetzt noch immer machen müssen, ist natürlich, sich ein Spiel auszusuchen und Ihr Glück auf expire Probe zu stellen. </li><li>Unter dieses Gesetz decreased ausschließlich Online Spielautomaten sowie Online Holdem poker. </li></ul><p>Allerdings ist natürlich das alles enorm vage, denn es müssen noch ein paar Vorkehrungen getroffen werden, um wirklich alles wie geplant umsetzen zu können.  Bis dahin erleben Sie in Online Internet casinos ohne 1 Euro Limit das uneingeschränkte Spielvergnügen.  Wie lange zeit dies weiterhin klappt, ist bis zurzeit noch offen, denn mit der bislang einzurichtenden Glücksspielbehörde werden auch die angedrohten Netzsperren irgendwann zu der Realität.  Doch bis dahin dürften noch immer einige Monate, wohl eher Jahre, vergehen.  Solange bleibt mir der ungebremste Spielspaß ohne Limits und Beschränkungen erhalten.</p><h2 id=\"toc-4\">Lizenz & Regulierung</h2><p>Wenn Ihnen das Handyspiel mehr gefällt, können Sie sich keine Sorgen machen.  Außerdem können Sie sowohl bei einem Tablet als auch auf einem Smartphone zocken.  Turbo-Spins und Autoplay sind immer wieder einige der bekanntesten Funktionen in unserem No Limit On line casino.  Mit Autoplay können Sie die Spielrunden an Online Spielautomaten automatisieren.  Sie können auch Wetten im or her Voraus platzieren sowie so viele Runden setzen, wie Sie benötigen.</p><ul><li>Der deutsche Gesetzgeber war davon überzeugt, dass diese Methode den Geldbetrag reduzieren könnte, den viele Person für Glücksspiele ausgeben kann. </li><li>Sie können zwischen 12 € und five. 000 € professional Auszahlungsvorgang anfordern. </li><li>Diese Zahlungsmethoden bieten schnelle Transaktionen und zusätzliche Anonymität beim Ein- ebenso Auszahlen. </li><li>Hierfür wurde noch eine zentrale Datenbank eingerichtet, in der sämtliche Transaktionen eines Spielers gespeichert werden. </li><li>Dank seiner langjährigen Erfahrung wie Freiberufler hat Stefan von bestehenden sowie früheren Kunden hervorragendes Feedback erhalten. </li><li>Auf Curacao wurde in den vergangenen 10 Jahren die Geschichte jeder Online Casinos ohne Limits neu geschrieben. </li></ul><p>Beim Autoplay-Spiel oder bei der Bonus-Buy-Funktion gelten keine Einzahlungsgrenze von one. 000€, keine 5-Sekunden-Pause nach jeder Durchgang und keine Einschränkungen.  Online-Casinos ohne Einsatzlimit oder mit einem 1€-Einsatzlimit bieten Ihnen eine große Auswahl an Spielen.  Online-Casinos ohne Limit bereithalten Spielern maximale Freiheit beim Spielen – ganz ohne starre Einsatzgrenzen oder Spielpausen.  Wer sich wirklich nicht von Einschränkungen auf welche art dem 1-€-Einsatzlimit oder monatlichen Einzahlungslimits ausbremsen lassen möchte, hat bei Anbietern weniger Limit die umfassende Alternative.  In deutschen Online Casinos sind immer wieder niedrige Einsätze bei alle Fälle dieser Spielverderber No. 1.  Keiner, der langandauernden Spielspaß sucht, ist sich in einem Online Casino über deutscher Lizenz inside Zukunft noch wohl fühlen.</p><h3 id=\"toc-5\">Sicherheit & Datenschutz</h3><p>Hierzu haben unsereiner euch die folgende Tabelle mit allen wichtigen Unterscheidungsmerkmalen angefertigt.  Für euch kehrt das Online Casino somit zu seinen Ursprüngen zurück – inklusive Slots mit Jackpots, einem Casino ebenso dem Spielen i am Casino ohne Pause.  Welche Spielkategorien euch im Casino ohne 1 Euro Restrict erwarten, möchten unsereiner euch jetzt genauer vorstellen.  Im dritten Schritt könnt du nun eure erste Einzahlung ohne Restrict durchführen.  Während throughout den Casinos durch deutscher Lizenz maximum 1. 000 Pound einzahlen könnt, habt ihr in den Casinos ohne Reduce keine finanziellen Einschränkungen zu beachten.</p><ul><li>Ihr benötigt in der Regel ein sogenanntes Krypto-Wallet, könnt die Gold coins aber oftmals auch direkt über dasjenige jeweilige Casino beziehen. </li><li>Ein Zeitlimit liegt vor, wenn On-line Casinos die Anzahl der Auszahlungen begrenzen, die ein Spieler innerhalb eines bestimmten Zeitraums vornehmen muss. </li><li>Seid ihr auf der Suche nach einem neuen Online Casino, um ohne Einschränkugnen zocken zu können? </li><li>Für diejenigen, die uneingeschränkten Spielspaß genießen möchten, sind Online Casinos ohne Limit eine gewisse hervorragende Wahl. </li><li>Zu den bereits genannten gibt es nach wie vor das ein oder andere Limit, dasjenige Ihnen bei welcher Benutzung von On-line Casinos begegnen vermag. </li></ul><p>Hier gelten stattdessen die individuellen Regeln der zuständigen Lizenzbehörde.  Genau das ist auch in den Casinos mit Limitierungen nicht vollständig möglich.  Darüber hinaus sind perish Limitierungen der Zahlungen und Einsätze in aller regel nicht die einzigen Einschränkungen dieser Anbieter.</p><h2 id=\"toc-6\">Registriert Euch Im No Limit Casino</h2><p>Dieses Limit ist Modul des geltenden Glücksspielgesetzes in Deutschland.  Durch den niedrigen Kapitaleinsatz werden die Spieler etwas eingeschränkt, had been laut einer Umfrage allerdings nicht allzu stark ins Gewicht fällt.  Bei On-line Casinos warten auf die Nutzer eine gewisse Vielzahl von unterschiedlichen Limits.  Dabei ist es wichtig zu wissen welche Restrictions es gibt, was diese bezwecken sollen und wie die funktionieren.  Limits sind bei Online Casinos meistens dafür de uma, die Kunden vor sich selbst zu schützen.</p><ul><li>Bei den Internet casinos mit den deutschen Lizenzen gibt fue ein zeitliches Restrict. </li><li>Die kostenlosen Einzahlungen in Euro oder by means of Kryptowährung sind das weiterer entscheidender Pluspunkt. </li><li>Juli 2021 dürft ihr nur noch 1 Euro inside legalen Online Internet casinos mit deutscher Franchise einsetzen. </li><li>Als Neukunde kannst Du Dir bis zu two. 500 Euro Benefit auf Deine ersten 3 Einzahlungen beschützen und ihn mit fairen Bedingungen im Spiel umsetzen. </li></ul><p>Im ersten Absatz unseres Artikels müssen wir auf den Grund eingehen, warum wir euch On-line Casinos ohne Beschränkung vorstellen möchten.  Der Grund dafür liegt beim deutschen Glücksspielstaatsvertrag, der seit deinem 1.  Als eins der besten On-line Casinos ohne Restrict bietet Lucky7even Zockern aus Deutschland ein abwechslungsreiches Spielsortiment.  Das Sortiment besteht aus über 5. 500 Spielen und umfasst Slots, RNG-Tischspiele, Crash-Spiele und ein belly ausgestattetes Live-Casino.  Der Kundendienst des Curacao-Casinos arbeitet professionell darüber hinaus ist durchgehend angeschlossen.</p><h3 id=\"toc-7\">Sind Casinos Unter Abzug Von Limits Sicher? </h3><p>Auch perish Bonusbedingungen – etwa Umsatzanforderungen oder Zeitlimits – sind oft flexibler gestaltet.  In manchen Fällen ist natürlich sogar das Zocken mit Bonusgeld a good allen Spielarten erlaubt, einschließlich Live Online casino Spielen, was inside regulierten Casinos in aller regel eingeschränkt ist.  Dennoch sollten Spieler perish Bonusbedingungen genau lesen, da besonders hohe Boni auch a great komplexe oder bedenklich erfüllbare Vorgaben geknüpft sein können.  Insgesamt bieten Casinos abgerechnet Limit meist attraktivere Bonusangebote, setzen jedoch mehr Eigenverantwortung bei dem Spieler voraus.  Die Vermutung, dass dieser Gesetzgeber etwas über das Ziel hinausgeschossen ist, lässt sich leicht anhand der Googlesuchanfragen deutscher Zocker ablesen.  „Casino abgerechnet Limit“ oder Gambling establishment ohne OASIS ist seit dem Inkrafttreten des neuen Glücksspielstaatsvertrages ein besonders häufig gesuchter Begriff.</p><ul><li>Diese Regeln gelten für alle Zocker, unabhängig von ihrem Spielverhalten, was herausragend für High Roller frustrierend sein kann. </li><li>Eine Ausnahme bilden progressive Jackpots, die vollständig ausgezahlt werden. </li><li>Wenn Ihnen das Handyspiel mehr gefällt, können Sie sich keine Sorgen machen. </li><li>Zwar fehlt oft perish strenge Regulierung, auf welche weise sie in Deutschland durch die Gemeinsame Glücksspielbehörde vorgesehen ist, doch ein völlig rechtsfreier Raum ist natürlich es nicht. </li></ul><p>Möglich ist natürlich dies durch pass away Glücksspiellizenz aus Curacao auch bei PlayZilla.  PlayZilla gehört seit 2021 zu unseren absoluten Top-Anbieter innerhalb der internationalen Szene und eignet einander ideal für dieses rundes Spielerlebnis internet marketing Online Casino ohne Beschränkungen.  Der endgültige Neukundebonusbetrag kann demnach gegliedert höher ausfallen als die ursprünglichen five-hundred Euro.  Für langfristigen Spielspaß bietet Spinanga seinen Kunden zudem noch ein detailliertes VIP-Programm an.</p><h3 id=\"toc-8\">Welches Casino Ohne 1 Euro Limit Offeriert Die Besten Bonusse An? </h3><p>Wenn Sie nach einem Online Casino ohne 1 Euro Limit suchen, dann sind Sie an dieser stelle genau an der richtigen Stelle.  Bevor Sie mit jeder Registrierung beginnen, sollten Sie wissen, dass deutsche Casinos, die kein Limit haben, von deutschen Kunden nicht genutzt werden dürfen.  Im Gambling establishment ohne Limit in Deutschland gibt fue grenzenlose Möglichkeiten für spannende Spiele sowie hohe Gewinne.  Unsere Experten haben für Sie einen Kriterienkatalog erstellt, der fue Ihnen ermöglicht, unabhängig ein Casino abgerechnet Limit von 1 Euro Einsatz ebenso 1. 000 European Einzahlung auszuwählen.  Eine vorgefertigte Liste der 10 besten On the web Casinos können Sie ohne Einschränkungen sinn, wenn Sie nicht lange mit der Analyse von Glücksspielseiten verbringen möchten.</p><ul><li>Die beliebtesten Online Casinos weniger Einschränkung machen sich dadurch bemerkbar, wenn man seinen Kunden stets eine aktuelle Liste der Zahlungsoptionen auf der Webseite anbietet. </li><li>In einem On the web Casino ohne Einschränkung könnt ihr durchaus mitspielen, wenn das Casino auch eine gewisse\" \"EU Lizenz besitzt. </li><li>Limits sind immer wieder bei Online Internet casinos meistens dafür de uma, die Kunden vor sich selbst über schützen. </li><li>Falls dasjenige Casino ohne Einzahlungslimit und 1 Pound Einsatz keine Application hat, dann versuchen Sie, die Internetseite direkt über family room Browser aufzurufen. </li></ul><p>Obwohl die Lizenz seltener wie die MGA oder Curaçao-Lizenz ist, bietet sie Spielern hohe Sicherheit und Vertrauen.  Aufgrund dieser hohen Anforderungen wird expire Gibraltar-Lizenz oft vonseiten Premium-Casinos genutzt.  Obwohl diese Lizenz einiger strenge Regulierungen cap, findet man viele seriöse Anbieter mit Curaçao-Lizenz, die sichere und faire Spiele anbieten.</p><h2 id=\"toc-9\">Wie Unterscheiden Sich Die Bénéfice In Casinos Abgerechnet Limit? </h2><p>Casinos, die den Ruf und noch eine gute Reputation haben, gelten normalerweise wie sicher.  Da Online-Anbieter mit einer unzuverlässigen Arbeitsweise nicht lange auf dem Ortschaft bleiben können, besitzen sie einen Vertrauensvorschuss.  Es gibt viele Vielzahl von Spielautomaten, Tisch- und Kartenspielen, Video-Poker-Automaten, Crash- (Arcade-)-Spielen und aufregenden Live-Casinospielen.  Darüber\" \"hinaus gibt es within der Slots-Abteilung häufig eine Vielzahl vonseiten Automaten mit accelerating Jackpots.</p><ul><li>Weitere Tischspiele wie Poker, Baccarat und Craps gehören zu den zahlreichen klassischen Spielen. </li><li>Online Casinos ohne Beschränkung können ein aufregendes Spielerlebnis bieten, wenn sie verantwortungsvoll eingesetzt werden. </li><li>Für das ansprechende Spielangebot kooperiert die Leon On line casino N. V. </li><li>Es handelt einander um Anbieter, expire keine Limitierungen ebenso Einschränkungen auf living area Einsatz pro Rewrite legen. </li><li>Unsere Experten listen nachfolgend die entscheidenden Kriterien auf, perish bei der Wahl eines Online Internet casinos ohne Limit vonseiten Bedeutung sind. </li></ul><p>Die Lizenzen der Casinos ohne 1 Euro Limit besuchen aus dem Ausland und werden aufgrund ihrer  Qualität weiterhin von der EU geduldet.  Damit ihr dabei auch von den bestmöglichen abbauen profitiert, haben unsere Casino-Experten folgende Tips für euch synoptisch.  Zum Ende unseres Artikels möchten unsereins euch noch einmal alle Unterschiede zwischen den Online Internet casinos mit und ohne Limit kompakt zusammenfassen.</p><h2 id=\"toc-10\">Online Casinos Ohne Limit Weniger 1000 Euro Grenze</h2><p>Natürlich sollte man wie Spieler bei On-line Casinos ohne Reduce auch weiterhin auf die wichtigsten Aspekte achten.  Beispielsweise sollte man vorher schon abklären, welche Spielentwickler mit dem Anbieter zusammenarbeiten und wie gut der Support erreichbar ist.  Sind ausschließlich namhafte Software-Hersteller im Portfolio vertreten, ist das dieses\" \"interessantes Zeichen für Seriosität.  Stefan Bauer ist ein freiberuflicher Creador, der sich bei Casino- und Glücksspielthemen spezialisiert hat.</p><ul><li>Seit 2021 ist die Lizenz allerdings wirklich nicht mehr in Deutschland zulässig. </li><li>Diese Freiheit kann fue den Casinos ermöglichen, flexiblere und individuellere Spielerlebnisse anzubieten. </li><li>Diverse Anbieter über einer Lizenz aus Malta, Gibraltar ebenso Curacao bieten aktuell Glücksspielangebote ohne Restrict und ohne Beschränkungen an. </li><li>Das 1 € Setzlimit (auch bekannt als Das Euro Limit) sollte einfach die Spieler davor schützen, hohe Beträge zu setzen ebenso in eine finanzielle Abwärtsspirale zu geraten. </li></ul><p>Wenn es zu Auffälligkeiten kommt, manchmal auch völlig unbegründet, kann das Method euch für den bestimmten Zeitraum sperren.  In den Internet casinos mit einer Franchise aus Deutschland sein die Spielrunden künstlich verlangsamt.  Konkret müssen hier 5 Sekunden Zeit vergehen, bevor nach einer Spielrunde eine neue Spielrunde starten kann.  Bei einigen Bonusangeboten koennte es tatsächlich optimisée Auszahlungslimits geben.</p><h3 id=\"toc-11\">Die Setzlimits In Online Internet Casinos Ohne 1€ Limit</h3><p>Der Glücksspielvertrag und die damit verbundenen Auflagen wurden eingeführt, um mehr Sicherheit im Glücksspielbereich in Deutschland über gewährleisten.  Diese Gesetze sollen Nutzer vor übermäßigen Ausgaben und Spielsucht schützen.  In Casinos mit deutscher Lizenz sorgen Einzahlungs- und Setzlimits dafür, dass Spieler, pass away zum Kontrollverlust neigen, abgesichert werden.  Wenn auffälliges Spielverhalten festgestellt wird, kann der Spieler vom Web site ausgeschlossen werden.</p><ul><li>Ungezügeltes SpielvergnügenOhne Zwangspausen, Einsatzbeschränkungen oder 5-Sekunden-Regel bei Slots vermagst du dein Spieltempo in Casinos ohne Limit  frei wählen. </li><li>In den Casinos ohne Einsatzlimits entfallen auch diese Zeitlimits, so dass ihr in den On the web Casinos ohne Pausen durchgehend spielen könnt. </li><li>Sie können Treuepunkte sammeln und jene dann in zusätzliche Boni eintauschen. </li><li>Aus diesem Grund suchen immer mehr Spieler nach Casinos abgerechnet 5 Sekunden Regel. </li></ul><p>In einem Online Casino unter abzug von 1 € Pound Limit können ebenfalls Rubbellose gekauft werden.  Auch hier gilt, wenn das Online Casino 1 European Einsatz festlegt, lohnt sich das Rubbellos nicht wirklich.  Die meisten Gewinne sind immer eher niedrig sowie bei niedrigem Einsatz machen Sie keinen Profit.  IPads zweck iOS und perish meisten anderen Capsules haben Android als Betriebssystem.</p><h2 id=\"toc-12\">Online Casinos Ohne Limits – Ein Überblick</h2><p>Wie ha sido sein kann, wenn ihr in einem Online Casino weniger Limit spielen darüber hinaus auch einzahlen könnt?  Ermöglicht wird drops dead durch eine alternate Lizenz des On-line Casinos, welche nicht an die Nutzung der LUGAS darüber hinaus OASIS in Deutschland gebunden ist.  Nicht weniger als 8. 700 Spiele sollten von euch unter BetRiot genutzt und auch stets durch einem Einsatz von mehr als a single Euro gespielt werden können.  Diese enormous Auswahl wird über die Lizenzierung von mehr als 128 Providern ermöglicht.</p><ul><li>Das Runde wird auf „Autoplay“ gestellt und läuft fortan von relativ allein. </li><li>Denn ein Casino ohne Limit darf nie und nimmer nur Slots bereithalten, sondern auch Tischspiele, Live Casino Spiele und andere Casino Spiele von enorm vielen Softwareanbietern. </li><li>Neben den bekannten 200 Freispiele erhaltet ihr zudem noch immer\" \"einen kostenlosen Versuch a good der Bonuskrabbe. </li><li>Wer einmal nach etwas Abwechslung sucht, der muss im Live Internet casino ohne Limit zocken und hier gegen echte Dealer antreten. </li></ul><p>Sie sollten in einem Casino ohne Beschränkung furthermore immer darauf achten, dass Sie wirklich nicht zu automatisiert handeln.  In Online Casinos hängt der Spielausgang letztendlich vom Zufall ab.  Es gibt aber dennoch eine sehr einfache Option, wie Sie Ihre Gewinnchancen maximieren können.  Jedes Casinospiel weist nämlich eine bestimmte Auszahlungsquote auf.  Diese gibt an, auf welche art viel Prozent dieser Einsätze auf (sehr) lange Sicht nochmals an den Spieler zurückfließen.  Der Glücksspielstaatsvertrag von 2021 loath gezeigt, wie kinderleicht sich die Online-Casino-Landschaft verändern kann.</p><h3 id=\"toc-13\">Fakten Zum On The Internet Casino Einzahlungslimit</h3><p>Allerdings hat ein größerer Einsatz family room Vorteil, dass potenzielle Gewinne höher ausfallen können, da oft Multiplikatoren auf living area eingesetzten Betrag angewendet werden.  Je mehr Geld Sie within einem Casino abgerechnet Limits setzen, acuto größer können perish Gewinne ausfallen.  Selbstverständlich erhöht sich\" \"hierdurch auch das Mulighed, höhere Verluste über erleiden.</p><p>Online Casinos ohne Einsatzlimit stellen keine zusätzlichen Anforderungen für andere Bereiche.  Wir erinnern Sie daran, dass diese Jackpot Spiele sowie Roulette und Blackjack in deutschen Online Casinos nicht erlaubt sind.  Wenn Sie sich der Qualität des Online Internet casinos sicher sind, muss der nächste Schritt darin bestehen, expire Verfügbarkeit von Limit zu überprüfen.  Bitte beachten Sie, dass Casinos ausschließlich mit deutscher Lizenz nicht mehr in dieses Segment fallen.  Dies gilt sowohl für Online Casino unter abzug von Einzahlungslimit\" \"wie auch für On line casino ohne Einsatzlimit.  Tatsache ist, dass dieses Gesetz die Vermeiden dieser Beschränkungen verbietet.</p>','\"Online Casinos Ohne Just One Euro Limit: Wenig Limitierungen 2025','','publish','closed','','','online-casinos-ohne-just-one-euro-limit-wenig-limitierungen-2025','','','2025-10-14 09:42:32','2025-10-14 02:42:32','',0,'https://lion288slot.com/?p=430',0,'post','',0),
(431,1,'2025-10-14 09:42:32','2025-10-14 02:42:32','<meta name=\"description\" content=\"Der Höchstbetrag, der gesetzt werden kann, werden während der Entwicklung des Spiels festgelegt. \"/><h1>Beste Online Casinos Ohne Limit 2025 Ohne 1 Euro Einsatzlimit</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Vergleichstabelle: Casino Lizenzgeber</a></li><li><a href=\"#toc-1\">Verbot, Unterschiedliche Spiele Gleichzeitig Zu Spielen</a></li><li><a href=\"#toc-2\">Empfohlene Casinos Ohne Limit Für Jeden Geschmack</a></li><li><a href=\"#toc-3\">Powbet – Ein Neues Online Casino Unter Abzug Von 1 Euro Restrict, Das In Dutzenden Von Ländern Gestartet Wurde</a></li><li><a href=\"#toc-4\">Lizenz & Regulierung</a></li><li><a href=\"#toc-5\">Sicherheit & Datenschutz</a></li><li><a href=\"#toc-6\">Registriert Euch Im No Limit Casino</a></li><li><a href=\"#toc-7\">Sind Casinos Abgerechnet Limits Sicher? </a></li><li><a href=\"#toc-8\">Welches Casino Ohne One Euro Limit Offeriert Die Besten Bonusse An? </a></li><li><a href=\"#toc-9\">Wie Unterscheiden Sich Die Excédent In Casinos Abgerechnet Limit? </a></li><li><a href=\"#toc-10\">Online Internet Casinos Ohne Limit Ohne 1000 Euro Grenze</a></li><li><a href=\"#toc-11\">Die Setzlimits In Online Internet Casinos Ohne 1€ Limit</a></li><li><a href=\"#toc-12\">Online Casinos Ohne Limitations – Ein Überblick</a></li><li><a href=\"#toc-13\">Fakten Zum Online Casino Einzahlungslimit</a></li><li><a href=\"#toc-14\">So Spielt Du In Casinos Weniger Einschränkungen</a></li><li><a href=\"#toc-15\">Alle Vorteile Vonseiten Online Casinos Weniger Limit Im Überblick</a></li><li><a href=\"#toc-16\">Casinos Ohne 1 000 Pound Einzahlungslimit Limit</a></li><li><a href=\"#toc-17\">Einzahlungsmöglichkeiten In On-line Casino Ohne Einschränkungen</a></li><li><a href=\"#toc-18\">Seriöse Internet Casinos Ohne Einsatzlimit, Perish Wirklich Auszahlen</a></li><li><a href=\"#toc-19\">Welche Sind Pass Away Besten Online Casinos Ohne Limit? </a></li><li><a href=\"#toc-20\">Diese Online Internet Casinos Haben Keine Limits</a></li><li><a href=\"#toc-21\">Wie Findet Man Direkt Ein Casino Weniger Einsatzlimit</a></li><li><a href=\"#toc-22\">Sind Casinos Abgerechnet Limit Wirklich Ohne Regeln? </a></li><li><a href=\"#toc-23\">Casino Bonus Aktivieren</a></li><li><a href=\"#toc-24\">Bedeutung Des Panikbuttons In Lizenzierten Casinos</a></li><li><a href=\"#toc-25\">Top Spiele Within Casinos Ohne Wettlimit</a></li><li><a href=\"#toc-27\">Gibt Ha Sido Anbieter Mit Deutscher Lizenz Und Abgerechnet Einschränkungen?\"</a></li><li><a href=\"#toc-31\">Casino Ohne 1 European Limit Apps Für Android Und Ios</a></li><li><a href=\"#toc-32\">Welche Lizenz Ist Natürlich Die Beste Für Online Casinos Unter Abzug Von Limit? </a></li><li><a href=\"#toc-33\">Die Besten 3 Online Casinos Ohne Limit Im Vergleich</a></li></ul></div><p>Einige Spieler wollen nie und nimmer jeden Spin und jede Runde manuell starten, sondern einander einfach zurücklehnen ebenso genießen.  Das Runde wird auf „Autoplay“ gestellt und läuft fortan von ganz allein.  Der direkte deutsche GlüStv verhindert dieses Autoplay-Feature gleich.  Umfassende Schutzmechanismen gewährleisten die Wahrung kklk Spielerschutzes.  Darüber hinaus bieten die fairen Auszahlungsquoten der Spiele Schutz vor über hohen Verlusten.  Wir haben schon expire Ungleichbehandlung deutscher Spieler durch den Steuerabzug erwähnt.</p><ul><li>Zudem sollten euch attraktive Excédent, ein buntes Spielangebot, sichere Zahlungen darüber hinaus ein hilfsbereiter Support angeboten werden. </li><li>Deutsche Zocker reden seltener darüber, was aber bei weitem nicht bedeutet, dass diese Einschränkungen weniger Unannehmlichkeiten beinhalten. </li><li>Doch wirklich Sinn ergibt das in glauben Augen nicht, ag jeder Spieler verschiedenartige finanzielle Spielräume hat. </li><li>Sucht selbstständig nach einem passenden Online Online casino ohne Einschränkung oder aber haltet euch anspruchslos an unsere obige Liste der On the web Casinos ohne Limit. </li></ul><p>Jede deutsche Glücksspielseite kann einander als Casino ohne Verlustbeschränkungen bezeichnen.  Sowohl neue Spieler als auch High Tool können in einem solchen Online Casino spielen, wobei expire Einsätze Tausende von Euro betragen.  Der Verlust wird nur durch die finanziellen Möglichkeiten des Nutzers reguliert.</p><h2 id=\"toc-0\">Vergleichstabelle: Casino Lizenzgeber</h2><p>Auf der Mittelmeerinsel ist die Fanghiglia Gaming Authority (MGA) seit 2004 intresserad und nach dem EU-Beitritt wichtiger Modul der europäischen Glücksspiel-Szene.  Dank strikter KYC-Regeln sind eure persönlichen Daten in MGA Casinos absolut natürlich.  Als deutsche Spieler könnt ihr glücklicherweise weiterhin in On-line Casinos ohne Restrict spielen.  Diese betreibt ein Gesetz zur Dienstleistungsfreiheit und cap das drohende Issue mit illegalem Online-Glücksspiel bereits vor Jahren kommen sehen.</p><p>Generell gelten vor allem throughout den Online-Casinos durch europäischer Lizenz wichtige Limits, wie Einzahlungslimit, zeitliche Beschränkungen und auch die 1-Euro-Einsatzgrenze.  Diese Maßnahmen nutzen in erster Linie der Regulierung sowie dem Spielerschutz.  Casinos ohne Limit kannst Du in Deutschland nicht finden, da diese durch den Glücksspielstaatsvertrag streng reglementiert sind.  Spielst Du gerne im Reside Casino mit echten Dealern oder bevorzugst Du Tischspiele, dann empfiehlt sich das Anbieter mit einer ausländischen Lizenz.  Live- und Tischspiele sind immer bei Anbietern durch deutscher Lizenz überhaupt nicht mehr dabei <a href=\"https://kirche-uetze.de/\">online casino ohne limit</a>.</p><h3 id=\"toc-1\">Verbot, Mehrere Spiele Gleichzeitig Zu Spielen</h3><p>Meist wird die Ersteinzahlung im Online Casino prozentual angehoben.  Viele der besten Casinos bieten Ihnen nie und nimmer nur einen einfachen Starterbonus, sondern das komplettes Willkommenspaket.  Belohnt werden dann zwischen drei und fünf Einzahlungen nach welcher Registrierung.  In On the web Casinos, die wirklich nicht dem deutschen Glücksspielstaatsvertrag unterliegen und daher kein 1-Euro-Limit professional Spin bei Video poker machines haben, können perish Einsatzlimits deutlich höher sein.  Diese on the internet Casinos ohne a single Euro Limit operieren in der Regel unter Lizenzen aus anderen Ländern, wie Malta, Curacao oder Gibraltar, wo die Regularien weniger streng sind.</p><ul><li>Das ist echt für euch Zocker natürlich vorteilhaft ebenso deswegen ist der Casino Bonus bei den Spielern darüber hinaus sehr beliebt. </li><li>So müssen Kunden nicht lange warten und können sich sofort über das Ergebnis freuen. </li><li>Durch die neue Gesetzgebung, die jetzt im GlüStV 2021 verankert ist, wurden die Betreiber welcher virtuellen Spielhallen besonders in ihrer Handlungsfreiheit beschnitten. </li><li>Wir haben für Sie die tollsten Online Casinos unter abzug von Einzahlungs-, Wett- oder aber Zeitbeschränkungen zusammengestellt, hierdurch Sie nach Belieben spielen können. </li><li>Beim Spielen im Online Casino in Deutschland sein Limits auferlegt. </li></ul><p>Falls Sie Video clip Poker spielen möchten, dann schauen Sie sich das Spielangebot an, bevor Sie sich registrieren.  Die verschiedenen Arten von Spielen, die within einem Online Casino ohne Limit angeboten werden, umfassen bauer anderem Tischspiele auf welche art Roulette, Blackjack, Baccarat und Craps.  Auch Video-Poker, Bingo, Rubbelkarten und Lotteriespiele gehören zum Angebot.  Darüber hinaus bieten ein paar dieser Casinos eine gewisse große Auswahl the modernen  Video-Slots a good, die oft über aufregenden Bonusspielen ebenso progressiven Jackpots bestückt sind.</p><h3 id=\"toc-2\">Empfohlene Casinos Ohne Limit Für Jeden Geschmack</h3><p>Allerdings muss dies auch zu einem erhöhten Mulighed des Verlusts großer Geldsummen führen.  Daher sollten Spieler, pass away No-Limit-Casinos nutzen, verantwortungsbewusst spielen und ihre Einsätze im Rahmen ihres Budgets stoppen.  Fassen wir family room Artikel mit 1 Tabelle mit Vor- und Nachteilen miteinander.  Hacker könnten perish zwischen Ihnen ebenso dem Spielhaus ausgetauschten Daten abfangen.  Casinos gehen mit dem möglichen Sicherheitsrisiko o, indem sie die Daten mit der Secure Socket Layer-Technologie verschlüsseln.</p><ul><li>Wurde an family room Automaten ein Spin gestartet, tickt perish Uhr 5 Sekunden herunter, ehe das weiterer Spin möglich ist. </li><li>Während Kreditkarten, E-Wallets und Kryptowährungen weit verbreitet sind oftmals, gibt es unter PayPal und Sofortüberweisung oft Einschränkungen. </li><li>Willst Du in On the internet Casinos ohne Restrict spielen, dann musst Du Anbieter über deutscher Lizenz ausschließen. </li><li>Auch wenn das hoher Bonus kein absolutes Muss ist, schadet es natürlich nicht, wenn person seinen Kunden aufgrund der großen Konkurrenz einen attraktiven Neukundenbonus anbieten kann. </li><li>Wichtig bleibt dabei jedoch stets verantwortungsvolles Spielen, um widerwille fehlender Beschränkungen pass away Kontrolle über Spending budget und Spielverhalten zu behalten. </li></ul><p>Hier ist keine Registrierung erforderlich, und Spieler können sofort über Trustly mit ihrer Bankverbindung einzahlen.  Diese Casinos verzichten auf einen nenner gebracht auf traditionelle Bonusangebote, bieten aber den Vorteil, dass Zocker mehr Anonymität genießen und sofort durch dem Spielen beginnen können.  Zeitlimits sind eine weitere Beschränkung, die in lizenzierten Online-Casinos existiert.</p><h2 id=\"toc-3\">Powbet – Ein Verbessertes Online Casino Weniger 1 Euro Limit, Das In Dutzenden Von Ländern Gestartet Wurde</h2><p>Als nächstes werden wir alle von ihnen im Detail beschreiben ebenso den Grund für ihr Auftreten erläutern.  Es ist relativ einfach, die Verfügbarkeit des deutschsprachigen Facilitates zu überprüfen.  Höchstwahrscheinlich gibt es solche Betreiber, wenn expire Glücksspielseite ins Deutsche übersetzt ist.  Sie können aber zusätzlich eine Frage the den Support auf Deutsch verfassen.  Der Support-Service muss rund um die Uhr arbeiten, schnell sowie effizient auf Spieleranfragen reagieren.\" \"[newline]Der beste Weg, unter einsatz der Betreibern zu kommunizieren, ist der Online-Chat.</p><ul><li>In diesem modernen Online Casino existiert es keine Limits und Du kannst nach Lust und Laune spielen, therefore wie du assi aktuell passt. </li><li>Im Tagesgeschäft kann das Casinos mit einem abwechslungsreichen Portfolio glänzen, über dem tausende welcher besten Slots gehören. </li><li>Alles, has been Sie jetzt noch immer machen müssen, ist natürlich, sich ein Spiel auszusuchen und Ihr Glück auf expire Probe zu stellen. </li><li>Unter dieses Gesetz decreased ausschließlich Online Spielautomaten sowie Online Holdem poker. </li></ul><p>Allerdings ist natürlich das alles enorm vage, denn es müssen noch ein paar Vorkehrungen getroffen werden, um wirklich alles wie geplant umsetzen zu können.  Bis dahin erleben Sie in Online Internet casinos ohne 1 Euro Limit das uneingeschränkte Spielvergnügen.  Wie lange zeit dies weiterhin klappt, ist bis zurzeit noch offen, denn mit der bislang einzurichtenden Glücksspielbehörde werden auch die angedrohten Netzsperren irgendwann zu der Realität.  Doch bis dahin dürften noch immer einige Monate, wohl eher Jahre, vergehen.  Solange bleibt mir der ungebremste Spielspaß ohne Limits und Beschränkungen erhalten.</p><h2 id=\"toc-4\">Lizenz & Regulierung</h2><p>Wenn Ihnen das Handyspiel mehr gefällt, können Sie sich keine Sorgen machen.  Außerdem können Sie sowohl bei einem Tablet als auch auf einem Smartphone zocken.  Turbo-Spins und Autoplay sind immer wieder einige der bekanntesten Funktionen in unserem No Limit On line casino.  Mit Autoplay können Sie die Spielrunden an Online Spielautomaten automatisieren.  Sie können auch Wetten im or her Voraus platzieren sowie so viele Runden setzen, wie Sie benötigen.</p><ul><li>Der deutsche Gesetzgeber war davon überzeugt, dass diese Methode den Geldbetrag reduzieren könnte, den viele Person für Glücksspiele ausgeben kann. </li><li>Sie können zwischen 12 € und five. 000 € professional Auszahlungsvorgang anfordern. </li><li>Diese Zahlungsmethoden bieten schnelle Transaktionen und zusätzliche Anonymität beim Ein- ebenso Auszahlen. </li><li>Hierfür wurde noch eine zentrale Datenbank eingerichtet, in der sämtliche Transaktionen eines Spielers gespeichert werden. </li><li>Dank seiner langjährigen Erfahrung wie Freiberufler hat Stefan von bestehenden sowie früheren Kunden hervorragendes Feedback erhalten. </li><li>Auf Curacao wurde in den vergangenen 10 Jahren die Geschichte jeder Online Casinos ohne Limits neu geschrieben. </li></ul><p>Beim Autoplay-Spiel oder bei der Bonus-Buy-Funktion gelten keine Einzahlungsgrenze von one. 000€, keine 5-Sekunden-Pause nach jeder Durchgang und keine Einschränkungen.  Online-Casinos ohne Einsatzlimit oder mit einem 1€-Einsatzlimit bieten Ihnen eine große Auswahl an Spielen.  Online-Casinos ohne Limit bereithalten Spielern maximale Freiheit beim Spielen – ganz ohne starre Einsatzgrenzen oder Spielpausen.  Wer sich wirklich nicht von Einschränkungen auf welche art dem 1-€-Einsatzlimit oder monatlichen Einzahlungslimits ausbremsen lassen möchte, hat bei Anbietern weniger Limit die umfassende Alternative.  In deutschen Online Casinos sind immer wieder niedrige Einsätze bei alle Fälle dieser Spielverderber No. 1.  Keiner, der langandauernden Spielspaß sucht, ist sich in einem Online Casino über deutscher Lizenz inside Zukunft noch wohl fühlen.</p><h3 id=\"toc-5\">Sicherheit & Datenschutz</h3><p>Hierzu haben unsereiner euch die folgende Tabelle mit allen wichtigen Unterscheidungsmerkmalen angefertigt.  Für euch kehrt das Online Casino somit zu seinen Ursprüngen zurück – inklusive Slots mit Jackpots, einem Casino ebenso dem Spielen i am Casino ohne Pause.  Welche Spielkategorien euch im Casino ohne 1 Euro Restrict erwarten, möchten unsereiner euch jetzt genauer vorstellen.  Im dritten Schritt könnt du nun eure erste Einzahlung ohne Restrict durchführen.  Während throughout den Casinos durch deutscher Lizenz maximum 1. 000 Pound einzahlen könnt, habt ihr in den Casinos ohne Reduce keine finanziellen Einschränkungen zu beachten.</p><ul><li>Ihr benötigt in der Regel ein sogenanntes Krypto-Wallet, könnt die Gold coins aber oftmals auch direkt über dasjenige jeweilige Casino beziehen. </li><li>Ein Zeitlimit liegt vor, wenn On-line Casinos die Anzahl der Auszahlungen begrenzen, die ein Spieler innerhalb eines bestimmten Zeitraums vornehmen muss. </li><li>Seid ihr auf der Suche nach einem neuen Online Casino, um ohne Einschränkugnen zocken zu können? </li><li>Für diejenigen, die uneingeschränkten Spielspaß genießen möchten, sind Online Casinos ohne Limit eine gewisse hervorragende Wahl. </li><li>Zu den bereits genannten gibt es nach wie vor das ein oder andere Limit, dasjenige Ihnen bei welcher Benutzung von On-line Casinos begegnen vermag. </li></ul><p>Hier gelten stattdessen die individuellen Regeln der zuständigen Lizenzbehörde.  Genau das ist auch in den Casinos mit Limitierungen nicht vollständig möglich.  Darüber hinaus sind perish Limitierungen der Zahlungen und Einsätze in aller regel nicht die einzigen Einschränkungen dieser Anbieter.</p><h2 id=\"toc-6\">Registriert Euch Im No Limit Casino</h2><p>Dieses Limit ist Modul des geltenden Glücksspielgesetzes in Deutschland.  Durch den niedrigen Kapitaleinsatz werden die Spieler etwas eingeschränkt, had been laut einer Umfrage allerdings nicht allzu stark ins Gewicht fällt.  Bei On-line Casinos warten auf die Nutzer eine gewisse Vielzahl von unterschiedlichen Limits.  Dabei ist es wichtig zu wissen welche Restrictions es gibt, was diese bezwecken sollen und wie die funktionieren.  Limits sind bei Online Casinos meistens dafür de uma, die Kunden vor sich selbst zu schützen.</p><ul><li>Bei den Internet casinos mit den deutschen Lizenzen gibt fue ein zeitliches Restrict. </li><li>Die kostenlosen Einzahlungen in Euro oder by means of Kryptowährung sind das weiterer entscheidender Pluspunkt. </li><li>Juli 2021 dürft ihr nur noch 1 Euro inside legalen Online Internet casinos mit deutscher Franchise einsetzen. </li><li>Als Neukunde kannst Du Dir bis zu two. 500 Euro Benefit auf Deine ersten 3 Einzahlungen beschützen und ihn mit fairen Bedingungen im Spiel umsetzen. </li></ul><p>Im ersten Absatz unseres Artikels müssen wir auf den Grund eingehen, warum wir euch On-line Casinos ohne Beschränkung vorstellen möchten.  Der Grund dafür liegt beim deutschen Glücksspielstaatsvertrag, der seit deinem 1.  Als eins der besten On-line Casinos ohne Restrict bietet Lucky7even Zockern aus Deutschland ein abwechslungsreiches Spielsortiment.  Das Sortiment besteht aus über 5. 500 Spielen und umfasst Slots, RNG-Tischspiele, Crash-Spiele und ein belly ausgestattetes Live-Casino.  Der Kundendienst des Curacao-Casinos arbeitet professionell darüber hinaus ist durchgehend angeschlossen.</p><h3 id=\"toc-7\">Sind Casinos Unter Abzug Von Limits Sicher? </h3><p>Auch perish Bonusbedingungen – etwa Umsatzanforderungen oder Zeitlimits – sind oft flexibler gestaltet.  In manchen Fällen ist natürlich sogar das Zocken mit Bonusgeld a good allen Spielarten erlaubt, einschließlich Live Online casino Spielen, was inside regulierten Casinos in aller regel eingeschränkt ist.  Dennoch sollten Spieler perish Bonusbedingungen genau lesen, da besonders hohe Boni auch a great komplexe oder bedenklich erfüllbare Vorgaben geknüpft sein können.  Insgesamt bieten Casinos abgerechnet Limit meist attraktivere Bonusangebote, setzen jedoch mehr Eigenverantwortung bei dem Spieler voraus.  Die Vermutung, dass dieser Gesetzgeber etwas über das Ziel hinausgeschossen ist, lässt sich leicht anhand der Googlesuchanfragen deutscher Zocker ablesen.  „Casino abgerechnet Limit“ oder Gambling establishment ohne OASIS ist seit dem Inkrafttreten des neuen Glücksspielstaatsvertrages ein besonders häufig gesuchter Begriff.</p><ul><li>Diese Regeln gelten für alle Zocker, unabhängig von ihrem Spielverhalten, was herausragend für High Roller frustrierend sein kann. </li><li>Eine Ausnahme bilden progressive Jackpots, die vollständig ausgezahlt werden. </li><li>Wenn Ihnen das Handyspiel mehr gefällt, können Sie sich keine Sorgen machen. </li><li>Zwar fehlt oft perish strenge Regulierung, auf welche weise sie in Deutschland durch die Gemeinsame Glücksspielbehörde vorgesehen ist, doch ein völlig rechtsfreier Raum ist natürlich es nicht. </li></ul><p>Möglich ist natürlich dies durch pass away Glücksspiellizenz aus Curacao auch bei PlayZilla.  PlayZilla gehört seit 2021 zu unseren absoluten Top-Anbieter innerhalb der internationalen Szene und eignet einander ideal für dieses rundes Spielerlebnis internet marketing Online Casino ohne Beschränkungen.  Der endgültige Neukundebonusbetrag kann demnach gegliedert höher ausfallen als die ursprünglichen five-hundred Euro.  Für langfristigen Spielspaß bietet Spinanga seinen Kunden zudem noch ein detailliertes VIP-Programm an.</p><h3 id=\"toc-8\">Welches Casino Ohne 1 Euro Limit Offeriert Die Besten Bonusse An? </h3><p>Wenn Sie nach einem Online Casino ohne 1 Euro Limit suchen, dann sind Sie an dieser stelle genau an der richtigen Stelle.  Bevor Sie mit jeder Registrierung beginnen, sollten Sie wissen, dass deutsche Casinos, die kein Limit haben, von deutschen Kunden nicht genutzt werden dürfen.  Im Gambling establishment ohne Limit in Deutschland gibt fue grenzenlose Möglichkeiten für spannende Spiele sowie hohe Gewinne.  Unsere Experten haben für Sie einen Kriterienkatalog erstellt, der fue Ihnen ermöglicht, unabhängig ein Casino abgerechnet Limit von 1 Euro Einsatz ebenso 1. 000 European Einzahlung auszuwählen.  Eine vorgefertigte Liste der 10 besten On the web Casinos können Sie ohne Einschränkungen sinn, wenn Sie nicht lange mit der Analyse von Glücksspielseiten verbringen möchten.</p><ul><li>Die beliebtesten Online Casinos weniger Einschränkung machen sich dadurch bemerkbar, wenn man seinen Kunden stets eine aktuelle Liste der Zahlungsoptionen auf der Webseite anbietet. </li><li>In einem On the web Casino ohne Einschränkung könnt ihr durchaus mitspielen, wenn das Casino auch eine gewisse\" \"EU Lizenz besitzt. </li><li>Limits sind immer wieder bei Online Internet casinos meistens dafür de uma, die Kunden vor sich selbst über schützen. </li><li>Falls dasjenige Casino ohne Einzahlungslimit und 1 Pound Einsatz keine Application hat, dann versuchen Sie, die Internetseite direkt über family room Browser aufzurufen. </li></ul><p>Obwohl die Lizenz seltener wie die MGA oder Curaçao-Lizenz ist, bietet sie Spielern hohe Sicherheit und Vertrauen.  Aufgrund dieser hohen Anforderungen wird expire Gibraltar-Lizenz oft vonseiten Premium-Casinos genutzt.  Obwohl diese Lizenz einiger strenge Regulierungen cap, findet man viele seriöse Anbieter mit Curaçao-Lizenz, die sichere und faire Spiele anbieten.</p><h2 id=\"toc-9\">Wie Unterscheiden Sich Die Bénéfice In Casinos Abgerechnet Limit? </h2><p>Casinos, die den Ruf und noch eine gute Reputation haben, gelten normalerweise wie sicher.  Da Online-Anbieter mit einer unzuverlässigen Arbeitsweise nicht lange auf dem Ortschaft bleiben können, besitzen sie einen Vertrauensvorschuss.  Es gibt viele Vielzahl von Spielautomaten, Tisch- und Kartenspielen, Video-Poker-Automaten, Crash- (Arcade-)-Spielen und aufregenden Live-Casinospielen.  Darüber\" \"hinaus gibt es within der Slots-Abteilung häufig eine Vielzahl vonseiten Automaten mit accelerating Jackpots.</p><ul><li>Weitere Tischspiele wie Poker, Baccarat und Craps gehören zu den zahlreichen klassischen Spielen. </li><li>Online Casinos ohne Beschränkung können ein aufregendes Spielerlebnis bieten, wenn sie verantwortungsvoll eingesetzt werden. </li><li>Für das ansprechende Spielangebot kooperiert die Leon On line casino N. V. </li><li>Es handelt einander um Anbieter, expire keine Limitierungen ebenso Einschränkungen auf living area Einsatz pro Rewrite legen. </li><li>Unsere Experten listen nachfolgend die entscheidenden Kriterien auf, perish bei der Wahl eines Online Internet casinos ohne Limit vonseiten Bedeutung sind. </li></ul><p>Die Lizenzen der Casinos ohne 1 Euro Limit besuchen aus dem Ausland und werden aufgrund ihrer  Qualität weiterhin von der EU geduldet.  Damit ihr dabei auch von den bestmöglichen abbauen profitiert, haben unsere Casino-Experten folgende Tips für euch synoptisch.  Zum Ende unseres Artikels möchten unsereins euch noch einmal alle Unterschiede zwischen den Online Internet casinos mit und ohne Limit kompakt zusammenfassen.</p><h2 id=\"toc-10\">Online Casinos Ohne Limit Weniger 1000 Euro Grenze</h2><p>Natürlich sollte man wie Spieler bei On-line Casinos ohne Reduce auch weiterhin auf die wichtigsten Aspekte achten.  Beispielsweise sollte man vorher schon abklären, welche Spielentwickler mit dem Anbieter zusammenarbeiten und wie gut der Support erreichbar ist.  Sind ausschließlich namhafte Software-Hersteller im Portfolio vertreten, ist das dieses\" \"interessantes Zeichen für Seriosität.  Stefan Bauer ist ein freiberuflicher Creador, der sich bei Casino- und Glücksspielthemen spezialisiert hat.</p><ul><li>Seit 2021 ist die Lizenz allerdings wirklich nicht mehr in Deutschland zulässig. </li><li>Diese Freiheit kann fue den Casinos ermöglichen, flexiblere und individuellere Spielerlebnisse anzubieten. </li><li>Diverse Anbieter über einer Lizenz aus Malta, Gibraltar ebenso Curacao bieten aktuell Glücksspielangebote ohne Restrict und ohne Beschränkungen an. </li><li>Das 1 € Setzlimit (auch bekannt als Das Euro Limit) sollte einfach die Spieler davor schützen, hohe Beträge zu setzen ebenso in eine finanzielle Abwärtsspirale zu geraten. </li></ul><p>Wenn es zu Auffälligkeiten kommt, manchmal auch völlig unbegründet, kann das Method euch für den bestimmten Zeitraum sperren.  In den Internet casinos mit einer Franchise aus Deutschland sein die Spielrunden künstlich verlangsamt.  Konkret müssen hier 5 Sekunden Zeit vergehen, bevor nach einer Spielrunde eine neue Spielrunde starten kann.  Bei einigen Bonusangeboten koennte es tatsächlich optimisée Auszahlungslimits geben.</p><h3 id=\"toc-11\">Die Setzlimits In Online Internet Casinos Ohne 1€ Limit</h3><p>Der Glücksspielvertrag und die damit verbundenen Auflagen wurden eingeführt, um mehr Sicherheit im Glücksspielbereich in Deutschland über gewährleisten.  Diese Gesetze sollen Nutzer vor übermäßigen Ausgaben und Spielsucht schützen.  In Casinos mit deutscher Lizenz sorgen Einzahlungs- und Setzlimits dafür, dass Spieler, pass away zum Kontrollverlust neigen, abgesichert werden.  Wenn auffälliges Spielverhalten festgestellt wird, kann der Spieler vom Web site ausgeschlossen werden.</p><ul><li>Ungezügeltes SpielvergnügenOhne Zwangspausen, Einsatzbeschränkungen oder 5-Sekunden-Regel bei Slots vermagst du dein Spieltempo in Casinos ohne Limit  frei wählen. </li><li>In den Casinos ohne Einsatzlimits entfallen auch diese Zeitlimits, so dass ihr in den On the web Casinos ohne Pausen durchgehend spielen könnt. </li><li>Sie können Treuepunkte sammeln und jene dann in zusätzliche Boni eintauschen. </li><li>Aus diesem Grund suchen immer mehr Spieler nach Casinos abgerechnet 5 Sekunden Regel. </li></ul><p>In einem Online Casino unter abzug von 1 € Pound Limit können ebenfalls Rubbellose gekauft werden.  Auch hier gilt, wenn das Online Casino 1 European Einsatz festlegt, lohnt sich das Rubbellos nicht wirklich.  Die meisten Gewinne sind immer eher niedrig sowie bei niedrigem Einsatz machen Sie keinen Profit.  IPads zweck iOS und perish meisten anderen Capsules haben Android als Betriebssystem.</p><h2 id=\"toc-12\">Online Casinos Ohne Limits – Ein Überblick</h2><p>Wie ha sido sein kann, wenn ihr in einem Online Casino weniger Limit spielen darüber hinaus auch einzahlen könnt?  Ermöglicht wird drops dead durch eine alternate Lizenz des On-line Casinos, welche nicht an die Nutzung der LUGAS darüber hinaus OASIS in Deutschland gebunden ist.  Nicht weniger als 8. 700 Spiele sollten von euch unter BetRiot genutzt und auch stets durch einem Einsatz von mehr als a single Euro gespielt werden können.  Diese enormous Auswahl wird über die Lizenzierung von mehr als 128 Providern ermöglicht.</p><ul><li>Das Runde wird auf „Autoplay“ gestellt und läuft fortan von relativ allein. </li><li>Denn ein Casino ohne Limit darf nie und nimmer nur Slots bereithalten, sondern auch Tischspiele, Live Casino Spiele und andere Casino Spiele von enorm vielen Softwareanbietern. </li><li>Neben den bekannten 200 Freispiele erhaltet ihr zudem noch immer\" \"einen kostenlosen Versuch a good der Bonuskrabbe. </li><li>Wer einmal nach etwas Abwechslung sucht, der muss im Live Internet casino ohne Limit zocken und hier gegen echte Dealer antreten. </li></ul><p>Sie sollten in einem Casino ohne Beschränkung furthermore immer darauf achten, dass Sie wirklich nicht zu automatisiert handeln.  In Online Casinos hängt der Spielausgang letztendlich vom Zufall ab.  Es gibt aber dennoch eine sehr einfache Option, wie Sie Ihre Gewinnchancen maximieren können.  Jedes Casinospiel weist nämlich eine bestimmte Auszahlungsquote auf.  Diese gibt an, auf welche art viel Prozent dieser Einsätze auf (sehr) lange Sicht nochmals an den Spieler zurückfließen.  Der Glücksspielstaatsvertrag von 2021 loath gezeigt, wie kinderleicht sich die Online-Casino-Landschaft verändern kann.</p><h3 id=\"toc-13\">Fakten Zum On The Internet Casino Einzahlungslimit</h3><p>Allerdings hat ein größerer Einsatz family room Vorteil, dass potenzielle Gewinne höher ausfallen können, da oft Multiplikatoren auf living area eingesetzten Betrag angewendet werden.  Je mehr Geld Sie within einem Casino abgerechnet Limits setzen, acuto größer können perish Gewinne ausfallen.  Selbstverständlich erhöht sich\" \"hierdurch auch das Mulighed, höhere Verluste über erleiden.</p><p>Online Casinos ohne Einsatzlimit stellen keine zusätzlichen Anforderungen für andere Bereiche.  Wir erinnern Sie daran, dass diese Jackpot Spiele sowie Roulette und Blackjack in deutschen Online Casinos nicht erlaubt sind.  Wenn Sie sich der Qualität des Online Internet casinos sicher sind, muss der nächste Schritt darin bestehen, expire Verfügbarkeit von Limit zu überprüfen.  Bitte beachten Sie, dass Casinos ausschließlich mit deutscher Lizenz nicht mehr in dieses Segment fallen.  Dies gilt sowohl für Online Casino unter abzug von Einzahlungslimit\" \"wie auch für On line casino ohne Einsatzlimit.  Tatsache ist, dass dieses Gesetz die Vermeiden dieser Beschränkungen verbietet.</p>','\"Online Casinos Ohne Just One Euro Limit: Wenig Limitierungen 2025','','inherit','closed','closed','','430-revision-v1','','','2025-10-14 09:42:32','2025-10-14 02:42:32','',430,'https://lion288slot.com/?p=431',0,'revision','',0),
(432,1,'2025-10-13 15:20:45','2025-10-13 08:20:45','<html><body><h1>Mostbet Promo Code na Zakłady NBA: Eksperckie Wskazówki na 2024</h1><p>Jeśli szukasz sposobu na zwiększenie swoich wygranych podczas obstawiania meczów NBA, Mostbet promo code jest idealnym narzędziem. Ten specjalny kod promocyjny pozwala nowym i stałym graczom skorzystać z licznych bonusów, które znacząco poprawiają doświadczenie zakładów sportowych. W artykule dowiesz się, jak wykorzystać Mostbet promo code w 2024 roku oraz poznasz praktyczne wskazówki, które pomogą zwiększyć twoje szanse na wygraną przy obstawianiu NBA.</p><h2>Dlaczego Warto Korzystać z Mostbet Promo Code na Zakłady NBA?</h2><p>Mostbet promo code to specjalny kod, który po wprowadzeniu na stronie bukmachera daje dostęp do różnorodnych bonusów, takich jak darmowe zakłady, zwiększone kursy czy bonusy powitalne. Korzystanie z takiego kodu szczególnie na NBA ma duże znaczenie ze względu na popularność tej ligi i mnogość dostępnych rynków zakładów. Bonusy zwiększają kapitał początkowy, co pozwala na bardziej zróżnicowane i śmiałe zakłady. Dodatkowo, promocje z Mostbet często są dedykowane właśnie wydarzeniom sportowym, takim jak mecze NBA, co może dodatkowo pomnożyć Twoje wygrane. Warto więc aktywnie korzystać z promo kodów, które dostępne są zarówno dla nowych, jak i stałych użytkowników platformy.</p><p>Dzięki promo kodowi masz także dostęp do ekskluzywnych ofert i cashbacków, które minimalizują ryzyko przegranych. Najważniejsze jest jednak to, aby dokładnie zapoznać się z zasadami i wymaganiami stawiania, co pozwala uniknąć nieprzyjemnych niespodzianek przy wypłacie środków.</p><h2>Jak Skutecznie Użyć Mostbet Promo Code na NBA w 2024?</h2><p>Wprowadzenie Mostbet promo code jest bardzo proste, lecz warto zrobić to w odpowiedni sposób, aby maksymalnie wykorzystać potencjał bonusów. Oto kroki, które należy wykonać: <a href=\"https://mostbet-casino-graj.pl/\">mostbet aplikacja</a></p><ol><li>Zarejestruj się na stronie Mostbet lub zaloguj na swoje konto.</li><li>Przejdź do sekcji „Promocje” i znajdź pole do wpisania kodu promocyjnego.</li><li>Wpisz aktualny Mostbet promo code na 2024 – zwróć uwagę, aby korzystać tylko z ważnych i oficjalnych kodów.</li><li>Aktywuj kod i upewnij się, że bonus został przypisany do Twojego konta.</li><li>Wpłać wymagany minimalny depozyt, jeśli jest to konieczne do uruchomienia bonusu.</li><li>Rozpocznij obstawianie spotkań NBA i korzystaj z dodatkowego kapitału lub darmowych zakładów.</li></ol><p>Przestrzeganie tych kroków zapewni, że nic nie stanie na przeszkodzie do pełnego wykorzystania promocji i zwiększy Twoje szanse na skuteczne typowanie.</p><h2>Najlepsze Typy Zakładów na Mecze NBA z Mostbet</h2><p>Obstawianie NBA przez Mostbet daje szerokie możliwości analizy i wyboru rynków zakładów, które mogą przynieść najlepsze efekty. Najpopularniejsze rodzaje zakładów to:</p><ul><li>Zwycięzca meczu (1X2) – najprostszy i najczęściej wybierany typ zakładu.</li><li>Handicap – pozwala wyrównać szanse obu drużyn poprzez dodanie punktów jednemu zespołowi.</li><li>Zakłady na sumę punktów – wybór, czy łączna liczba punktów obu drużyn będzie powyżej lub poniżej ustalonego progu.</li><li>Zakłady na indywidualne osiągnięcia zawodników, takie jak liczba punktów, asyst czy zbiórek.</li><li>Zakłady na kwartę lub połowę, które umożliwiają obstawianie wyniku tylko w wybranym fragmencie meczu.</li></ul><p>Przy obstawianiu NBA ważne jest, aby obserwować formę zespołów, kontuzje kluczowych zawodników oraz statystyki meczowe. Analiza statystyk i bieżących wydarzeń zwiększa skuteczność typowania i pozwala pełniej wykorzystać bonus z Mostbet.</p><h3>Dlaczego Warto Śledzić Promocje i Aktualizacje Mostbet?</h3><p>Systematyczne korzystanie z dostępnych promocji w Mostbet to klucz do długofalowego sukcesu w zakładach na NBA. Bukmacher regularnie aktualizuje swoje oferty i wprowadza limitowane promo kody dopasowane do głównych wydarzeń sezonu NBA. Oznacza to, że użytkownicy, którzy śledzą te zmiany, mogą uzyskać korzyści niedostępne dla innych. Najlepsze promocje obejmują zwiększone kursy, premie depozytowe i freebety, które można przeznaczyć na różne typy zakładów. Dodatkowo, Mostbet często organizuje konkursy i turnieje z atrakcyjnymi nagrodami, co jest dodatkowym motywatorem dla aktywnych graczy.</p><p>Nie zapominaj także o analizie warunków promocji – czasem freebet wymaga spełnienia określonych warunków obrotu, które trzeba znać, aby skutecznie wypłacić wygrane.</p><h2>Bezpieczeństwo i Legalność Mostbet podczas Zakładów na NBA</h2><p>Mostbet, jako renomowany bukmacher, posiada odpowiednie licencje i stosuje zaawansowane środki bezpieczeństwa, które chronią dane i środki użytkowników. Podczas korzystania z promo kodów i obstawiania NBA możesz być pewny, że Twoje działania są legalne w kraju, gdzie firma działa na licencji. Bukmacher stosuje także metody fair play, co gwarantuje, że wszystkie zakłady są rozliczane uczciwie, a bonusy wypłacane zgodnie z regulaminem. Dla wielu graczy jest to bardzo ważna kwestia, ponieważ bezpieczeństwo środków i danych osobowych to podstawa zaufania do platformy bettingowej.</p><p>Pamiętaj jednak, że obstawianie musi odbywać się odpowiedzialnie, a korzystanie z promocji — świadomie i zgodnie z zasadami, aby uniknąć problemów z kontem i wypłatami.</p><h2>Podsumowanie</h2><p>Mostbet promo code na zakłady NBA w 2024 to świetny sposób na zwiększenie swojego kapitału i uzyskanie przewagi na rynku zakładów sportowych. Dzięki prostemu procesowi aktywacji i korzystnym bonusom, każdy użytkownik może podnieść poziom swoich typów i zwiększyć szanse na wygraną. Ważne jest, aby dokładnie śledzić promocje, rozumieć zasady korzystania z bonusów oraz dobrze analizować mecze NBA. Pamiętaj, że odpowiedzialne obstawianie i korzystanie z narzędzi oferowanych przez Mostbet to klucz do sukcesu i satysfakcji ze świata zakładów sportowych.</p><h2>Najczęściej Zadawane Pytania (FAQ)</h2><h3>1. Jak zdobyć Mostbet promo code na zakłady NBA?</h3><p>Mostbet promo code można znaleźć na oficjalnej stronie bukmachera, w newsletterach, mediach społecznościowych lub u partnerów bukmacherskich. Ważne, żeby korzystać tylko z aktualnych i oficjalnych kodów, aby uniknąć problemów przy aktywacji bonusu.</p><h3>2. Czy promocje Mostbet dotyczą tylko nowych użytkowników?</h3><p>Nie. Wiele promocji jest dostępnych zarówno dla nowych, jak i stałych klientów. Bukmacher regularnie przygotowuje oferty dedykowane różnym grupom użytkowników, co pozwala na ciągłe korzystanie z bonusów.</p><h3>3. Czy można używać promo kodu na zakłady mobilne Mostbet?</h3><p>Tak, promo kod działa zarówno na wersji desktopowej, jak i w aplikacji mobilnej Mostbet, co pozwala na korzystanie z bonusów niezależnie od urządzenia.</p><h3>4. Jakie są najpopularniejsze typy zakładów na NBA w Mostbet?</h3><p>Najczęściej obstawiane typy to zwycięzca meczu, handicap, suma punktów oraz zakłady na konkretne osiągnięcia zawodników czy wyniki kwart.</p><h3>5. Co zrobić, jeśli bonus z promo kodu nie zostanie przypisany?</h3><p>W takim przypadku należy skontaktować się z obsługą klienta Mostbet poprzez czat na żywo lub e-mail i zweryfikować problem. Często wystarczy potwierdzenie kodu lub wykonanie odpowiednich kroków, aby bonus został aktywowany.</p></body></html>','Mostbet Promo Code na Zakłady NBA: Eksperckie Wskazówki na 2024','','publish','closed','','','mostbet-promo-code-na-zaklady-nba-eksperckie-wskazowki-na-2024','','','2025-10-14 11:17:49','2025-10-14 04:17:49','',0,'https://lion288slot.com/?p=432',0,'post','',0),
(433,1,'2025-10-14 11:17:49','2025-10-14 04:17:49','<html><body><h1>Mostbet Promo Code na Zakłady NBA: Eksperckie Wskazówki na 2024</h1><p>Jeśli szukasz sposobu na zwiększenie swoich wygranych podczas obstawiania meczów NBA, Mostbet promo code jest idealnym narzędziem. Ten specjalny kod promocyjny pozwala nowym i stałym graczom skorzystać z licznych bonusów, które znacząco poprawiają doświadczenie zakładów sportowych. W artykule dowiesz się, jak wykorzystać Mostbet promo code w 2024 roku oraz poznasz praktyczne wskazówki, które pomogą zwiększyć twoje szanse na wygraną przy obstawianiu NBA.</p><h2>Dlaczego Warto Korzystać z Mostbet Promo Code na Zakłady NBA?</h2><p>Mostbet promo code to specjalny kod, który po wprowadzeniu na stronie bukmachera daje dostęp do różnorodnych bonusów, takich jak darmowe zakłady, zwiększone kursy czy bonusy powitalne. Korzystanie z takiego kodu szczególnie na NBA ma duże znaczenie ze względu na popularność tej ligi i mnogość dostępnych rynków zakładów. Bonusy zwiększają kapitał początkowy, co pozwala na bardziej zróżnicowane i śmiałe zakłady. Dodatkowo, promocje z Mostbet często są dedykowane właśnie wydarzeniom sportowym, takim jak mecze NBA, co może dodatkowo pomnożyć Twoje wygrane. Warto więc aktywnie korzystać z promo kodów, które dostępne są zarówno dla nowych, jak i stałych użytkowników platformy.</p><p>Dzięki promo kodowi masz także dostęp do ekskluzywnych ofert i cashbacków, które minimalizują ryzyko przegranych. Najważniejsze jest jednak to, aby dokładnie zapoznać się z zasadami i wymaganiami stawiania, co pozwala uniknąć nieprzyjemnych niespodzianek przy wypłacie środków.</p><h2>Jak Skutecznie Użyć Mostbet Promo Code na NBA w 2024?</h2><p>Wprowadzenie Mostbet promo code jest bardzo proste, lecz warto zrobić to w odpowiedni sposób, aby maksymalnie wykorzystać potencjał bonusów. Oto kroki, które należy wykonać: <a href=\"https://mostbet-casino-graj.pl/\">mostbet aplikacja</a></p><ol><li>Zarejestruj się na stronie Mostbet lub zaloguj na swoje konto.</li><li>Przejdź do sekcji „Promocje” i znajdź pole do wpisania kodu promocyjnego.</li><li>Wpisz aktualny Mostbet promo code na 2024 – zwróć uwagę, aby korzystać tylko z ważnych i oficjalnych kodów.</li><li>Aktywuj kod i upewnij się, że bonus został przypisany do Twojego konta.</li><li>Wpłać wymagany minimalny depozyt, jeśli jest to konieczne do uruchomienia bonusu.</li><li>Rozpocznij obstawianie spotkań NBA i korzystaj z dodatkowego kapitału lub darmowych zakładów.</li></ol><p>Przestrzeganie tych kroków zapewni, że nic nie stanie na przeszkodzie do pełnego wykorzystania promocji i zwiększy Twoje szanse na skuteczne typowanie.</p><h2>Najlepsze Typy Zakładów na Mecze NBA z Mostbet</h2><p>Obstawianie NBA przez Mostbet daje szerokie możliwości analizy i wyboru rynków zakładów, które mogą przynieść najlepsze efekty. Najpopularniejsze rodzaje zakładów to:</p><ul><li>Zwycięzca meczu (1X2) – najprostszy i najczęściej wybierany typ zakładu.</li><li>Handicap – pozwala wyrównać szanse obu drużyn poprzez dodanie punktów jednemu zespołowi.</li><li>Zakłady na sumę punktów – wybór, czy łączna liczba punktów obu drużyn będzie powyżej lub poniżej ustalonego progu.</li><li>Zakłady na indywidualne osiągnięcia zawodników, takie jak liczba punktów, asyst czy zbiórek.</li><li>Zakłady na kwartę lub połowę, które umożliwiają obstawianie wyniku tylko w wybranym fragmencie meczu.</li></ul><p>Przy obstawianiu NBA ważne jest, aby obserwować formę zespołów, kontuzje kluczowych zawodników oraz statystyki meczowe. Analiza statystyk i bieżących wydarzeń zwiększa skuteczność typowania i pozwala pełniej wykorzystać bonus z Mostbet.</p><h3>Dlaczego Warto Śledzić Promocje i Aktualizacje Mostbet?</h3><p>Systematyczne korzystanie z dostępnych promocji w Mostbet to klucz do długofalowego sukcesu w zakładach na NBA. Bukmacher regularnie aktualizuje swoje oferty i wprowadza limitowane promo kody dopasowane do głównych wydarzeń sezonu NBA. Oznacza to, że użytkownicy, którzy śledzą te zmiany, mogą uzyskać korzyści niedostępne dla innych. Najlepsze promocje obejmują zwiększone kursy, premie depozytowe i freebety, które można przeznaczyć na różne typy zakładów. Dodatkowo, Mostbet często organizuje konkursy i turnieje z atrakcyjnymi nagrodami, co jest dodatkowym motywatorem dla aktywnych graczy.</p><p>Nie zapominaj także o analizie warunków promocji – czasem freebet wymaga spełnienia określonych warunków obrotu, które trzeba znać, aby skutecznie wypłacić wygrane.</p><h2>Bezpieczeństwo i Legalność Mostbet podczas Zakładów na NBA</h2><p>Mostbet, jako renomowany bukmacher, posiada odpowiednie licencje i stosuje zaawansowane środki bezpieczeństwa, które chronią dane i środki użytkowników. Podczas korzystania z promo kodów i obstawiania NBA możesz być pewny, że Twoje działania są legalne w kraju, gdzie firma działa na licencji. Bukmacher stosuje także metody fair play, co gwarantuje, że wszystkie zakłady są rozliczane uczciwie, a bonusy wypłacane zgodnie z regulaminem. Dla wielu graczy jest to bardzo ważna kwestia, ponieważ bezpieczeństwo środków i danych osobowych to podstawa zaufania do platformy bettingowej.</p><p>Pamiętaj jednak, że obstawianie musi odbywać się odpowiedzialnie, a korzystanie z promocji — świadomie i zgodnie z zasadami, aby uniknąć problemów z kontem i wypłatami.</p><h2>Podsumowanie</h2><p>Mostbet promo code na zakłady NBA w 2024 to świetny sposób na zwiększenie swojego kapitału i uzyskanie przewagi na rynku zakładów sportowych. Dzięki prostemu procesowi aktywacji i korzystnym bonusom, każdy użytkownik może podnieść poziom swoich typów i zwiększyć szanse na wygraną. Ważne jest, aby dokładnie śledzić promocje, rozumieć zasady korzystania z bonusów oraz dobrze analizować mecze NBA. Pamiętaj, że odpowiedzialne obstawianie i korzystanie z narzędzi oferowanych przez Mostbet to klucz do sukcesu i satysfakcji ze świata zakładów sportowych.</p><h2>Najczęściej Zadawane Pytania (FAQ)</h2><h3>1. Jak zdobyć Mostbet promo code na zakłady NBA?</h3><p>Mostbet promo code można znaleźć na oficjalnej stronie bukmachera, w newsletterach, mediach społecznościowych lub u partnerów bukmacherskich. Ważne, żeby korzystać tylko z aktualnych i oficjalnych kodów, aby uniknąć problemów przy aktywacji bonusu.</p><h3>2. Czy promocje Mostbet dotyczą tylko nowych użytkowników?</h3><p>Nie. Wiele promocji jest dostępnych zarówno dla nowych, jak i stałych klientów. Bukmacher regularnie przygotowuje oferty dedykowane różnym grupom użytkowników, co pozwala na ciągłe korzystanie z bonusów.</p><h3>3. Czy można używać promo kodu na zakłady mobilne Mostbet?</h3><p>Tak, promo kod działa zarówno na wersji desktopowej, jak i w aplikacji mobilnej Mostbet, co pozwala na korzystanie z bonusów niezależnie od urządzenia.</p><h3>4. Jakie są najpopularniejsze typy zakładów na NBA w Mostbet?</h3><p>Najczęściej obstawiane typy to zwycięzca meczu, handicap, suma punktów oraz zakłady na konkretne osiągnięcia zawodników czy wyniki kwart.</p><h3>5. Co zrobić, jeśli bonus z promo kodu nie zostanie przypisany?</h3><p>W takim przypadku należy skontaktować się z obsługą klienta Mostbet poprzez czat na żywo lub e-mail i zweryfikować problem. Często wystarczy potwierdzenie kodu lub wykonanie odpowiednich kroków, aby bonus został aktywowany.</p></body></html>','Mostbet Promo Code na Zakłady NBA: Eksperckie Wskazówki na 2024','','inherit','closed','closed','','432-revision-v1','','','2025-10-14 11:17:49','2025-10-14 04:17:49','',432,'https://lion288slot.com/?p=433',0,'revision','',0),
(434,1,'2025-10-14 13:12:48','2025-10-14 06:12:48','<h1>Виртуальное гэмблинг-платформа для новичков игроков</h1>\n<p>Для стартующих игроков в интернет-казино критично понимать, то, что выбор сайта играет важную функцию. Новичкам следует сосредотачиваться на официальные ресурсы, которые гарантируют защиту и честные условия. Сертификат служит обеспечением что казино соблюдает все обязательные требования и условия.</p>\n<p>При определения развлечения необходимо принимать во внимание уровень трудности и вероятность успеха. Для начинающих отлично подходят подобные игры, например <a href=\"https://surog-hotel.ru/\">Казино Мартин</a>, и они способны оказаться прекрасным началом в области гемблинга:</p>\n<ul>\n<li>Автоматы &mdash; легки в эксплуатации и не требуют конкретных навыков.</li>\n<li>Рулетка &mdash; предлагает многообразные методы пари.</li>\n<li>Двадцать одно &mdash; позволяет совершенствовать навыки тактического мышления.</li>\n</ul>\n<p>Также, новички могут использовать поощрениями, что предлагают многие казино для привлечения новичков. Такое могут являться вступительные вознаграждения или безвозмездные раскрутки. Тем не менее важно вдумчиво изучать положения их эксплуатации, чтобы уберечься от неожиданных ситуаций.</p>\n<p>Ещё один важный аспект &mdash; менеджмент игровым бюджетом. Желательно определять лимиты на депозиты и потери, чтобы не допустить финансовых потерь. Взвешенное восприятие к азартным играм поможет сохранить адреналин и наслаждение от игрового процесса без лишних рисков.</p>\n<h2>Зарегистрируйтесь: начните игру за 60 секунд.</h2>\n<p>Для людей, желающие планирует приступить к игру в онлайн казино, процесс заведения учетной записи отнимает всего одну минуту. Первым шагом является оформление бланка на интернет-ресурсе. Как правило необходимо предоставить базовую сведения: имя, электронный адрес и код доступа. Проверьте, что ваш ключ безопасности защищен и неповторим, чтобы оградить профиль от незаконного вторжения.</p>\n<p>После заполнения анкеты нажмите кнопку \"Зарегистрироваться\". В основной массе обстоятельств вам будет выслано сообщение для проверки электронной почты. Прямо перейдите по линку из электронном сообщении, для того чтобы активировать ваш аккаунт. Отдельные казино предлагают вознаграждения за создание аккаунта &mdash; это может быть даровой первоначальный фонд или безоплатные спины, что поспособствует начать азартное развлечение без затрат.</p>\n<p>Окончив подтверждение, вы сможете положить начальный вклад. Подберите комфортный метод платежа: кредитку, электронный кошелек или цифровую валюту. Наименьшая сумма депозита в большинстве случаев составляет от 500 до 1000 рублей. После внесения средств на счета вам будут доступны все игровые предложения и опции сервиса. Теперь ты подготовлены окунуться в мир игровых забав и испытать везение!</p>\n<h2>Просто доступный пользовательский интерфейс и обучающие рекомендации.</h2>\n<p>В сфере онлайн-гэмблинга удобный интерфейс играет ключевую роль в привлечении и удержании игроков. В момент когда пользователи сначала попадают на ресурс, они ожидают удобного доступа к играм и информации. Важно, чтобы все части пользовательского интерфейса были разумно расположены и удобно доступны. Навигация должна быть легкой, с минимальным количеством щелчков до требуемой игрушки или функции. К существование ясно указанных типов геймплея и мгновенных ссылок на известные секции значительно улучшает юзерский экспириенс.</p>\n<p>Обучающие рекомендации также имеют большое влияние для новичков. Множество пользователи оценивают возможность скорее разобраться с инструкциями и тактиками игровых процессов. Для этого игрового клуба предоставляют интерактивные инструкции и появляющиеся подсказки, какие помогают игрокам осознать особенности каждой забавы без требования покидать сайт. Такие возможности не только повышают степень доверия к платформе, но и содействуют увеличению времени, которое игроки проводят на сайте.</p>\n<h2>Пробный-режим для игровых-автоматов</h2>\n<p>Азартные аппараты в тестовом режиме становятся все более популярными среди игроков, хотящих проверить фортуна без денежных потерь. Этот формат позволяет игрокам протестировать функционал и свойства аппаратов, не тратя настоящие средства. Посредством данному начинающие способны разобраться с механикой игры, а профессиональные игроки &mdash; опробовать новые тактики. Следует подчеркнуть, что в демонстрационном режиме применяются цифровые кредиты, которые не имеют фактической цены.</p>\n<p>Тестовый режим особенно выгоден для изучения разнообразных призовых возможностей и особых знаков, таких как Вайлд и Разброс. Данные компоненты могут в разы повысить вероятность на успех в настоящей сессии. Игроки имеют возможность тестировать различные ставки и изучить нестабильность игрового автомата, что содействует в дальнейшем вынести обоснованные решения при игре на реальные деньги. Важно учитывать, что тестовый режим доступен практически во всех онлайн казино и не запрашивает регистрации или внесения депозита, что превращает его в отличный способ изучить новые игры.</p>\n<p>Для доступа к демонстрационному режиму геймеру нужно определить привлекательный слот и нажать на кнопку \"Играть бесплатно\". Это предоставляет шанс в отсутствие лишних бюрократии окунуться в геймплей. Некоторые казино предлагают даже уникальные игровые автоматы в демо-версии, давая исключительный шанс опробовать их до официального релиза. Таким образом, демонстрационный режим становится важным составляющей сферы онлайн-казино, предлагая геймерам защищённый способ испытать удовольствие от игрой и подготовиться к действительным вложениям.</p>\n<h2>Игровые автоматы с маленькими ставками</h2>\n<p>Игровые автоматы с низкими ставками &mdash; оптимальный вариант для пользователей, которые склоняются к тому, чтобы сокращать риски и параллельно кайфовать от процессом игры. Эти слоты, такие как Martin casino, предоставляют шанс ставить от 1 вплоть до 5 рублей за ход, что делает их доступными для широкой аудитории. Они обеспечивают возможность долговременно пребывать в процессе игры, разведывать многочисленные функции и вознаграждения, а также улучшать стратегии, не страшаясь существенных потерь.</p>\n<p>Участники часто останавливаются на слоты с маленькими ставками в раскрученных онлайн казино из-за их существенной изменчивости. Данное означает, что призы могут быть не такими регулярными, но более существенными. Некоторые из представленных игровых автоматов обеспечивают нарастающие выигрыши, что позволяет шанс даже при малых ставках ожидать значительные выигрыши. Важно учитывать, что при подборе таких игровых автоматов необходимо замечать уровень возврата игроку (RTP), который должен быть не ниже 95%, чтобы гарантировать наилучшие шансы на выигрыш.</p>\n<p>Автоматы с умеренными взносами также подходят для новичков, желающих погрузиться в сферой азартных развлечений без крупных инвестиций. Эти игровые автоматы обычно обладают простые инструкции и интерфейс, что делает их доступными даже для начинающих игроков в онлайн-гемблинге. Следует помнить о грамотном контроле банкроллом и задавать лимиты на убытки, чтобы Казино Мартин продолжала быть увлекательным досугом.</p>\n<h2>Вознаграждения во время подписки</h2>\n<ul>\n<li>Бонус на стартовый взнос: гэмблинг-платформа делает двойным или даже делает тройным размер стартового пополнения.</li>\n<li>Бездепозитный приз: геймер забирает фиксированную денежку без необходимости депозита.</li>\n<li>Бесплатные вращения: безвозмездные вращения в слотовых машинах, которые можно применять немедленно после входа.</li>\n</ul>\n<p>Указанные предложения могут казаться соблазнительными, тем не менее необходимо обратить внимание на условия эксплуатации. Важно проверьте требования по отыгрышу, которые различаются от 20x до 50x суммы бонуса. Это означает, что значит, что перед снятием добычи нужно сделать ставки на заданную величину.</p>\n<p>Вдобавок, отдельные онлайн-казино обеспечивают системы поощрения, в которых за всякую бет начисляются очки, которые затем можно обменять на деньги или экстра бонусы. Выбирая привилегии при создания аккаунта, стоит тщательно оценить все условия и подобрать те, которые наиболее соответствуют вашим геймерским наклонностям и стратегии.</p>\n<h2>Учебные материалы и регламенты развлечений</h2>\n<p>В сфере азартных игр образовательные ресурсы и нормы занимают ключевую роль в поддержании результативного и безопасного процесса для участников. Осознание регламентов &mdash; это не просто условность, а основа для грамотной игры. Например, в карточной игре знание сочетаний и их возможностей может существенно поднять шансы на выигрыш. Участники, что игнорируют регламенты Казино Мартин, рискуют не только потерять капитал, но и нарушить себе удовольствие от игры.</p>\n<p>Кроме этого, важно уделять фокусироваться учебным материалам, которые предлагают казино. Многие онлайн-платформ предоставляют безвозмездные гайды и видеоуроки, чтобы поддержать новичкам адаптироваться. Указанные платформы зачастую предоставляют подсказки со стороны экспертов и методы, которые способны значительно усовершенствовать способности игрока. Онлайн занятия позволяют отрабатывать навыки без риска финансовых потерь, что очень выгодно для тех, кто только вступает на путь в мире азартных игр.</p>\n<h3>Справочник определений казино</h3>\n<p>Справочник определений казино &mdash; это необходимый ресурс для тех, кто хочет чувствовать себя уверенно в области азартных игр. Банкролл &mdash; единственный из ключевых понятий, обозначающий количество денег, которую геймер намерен вложить в Мартин казино или другом игорном заведении. Управление игровым бюджетом становится базой прибыльной ставки и помогает предотвратить избыточных расходов.</p>\n<p>Ещё один важный понятие &mdash; крупный игрок. Это геймер, который делает крупные ставки и часто обладает эксклюзивные преимущества от казино, такие как безвозмездные номера в отелях или доступ к закрытым событиям Martin casino. Вывод средств означает действие вывода приза из игорного заведения, что может быть особенно значимым для онлайн-платформ.</p>\n<p>Не менее существенным оказывается термин возврат к игроку (RTP). Данный индикатор демонстрирует процент от совокупной количества пари, что выплачивается игрокам в виде выигрышей. Например, в случае, если RTP составляет 95%, это означает, что на каждые 100 долларов ставок игроки в среднем получают обратно 95 долларов. Осознание данных определений позволяет не только увеличить возможности на удачу, но и превратить геймплей более увлекательным и осознанным.</p>\n<h2>Постоянная поддержка через онлайн-чат</h2>\n<p>24/7 помощь с помощью чат превратилась в ключевым элементом новейшего онлайн казино. Пользователи высоко оценивают способность мгновенно получить поддержку круглосуточно, и наличие этой услуги существенно увеличивает доверие к площадке. Агенты чата подготовлены дать ответ на все обращения, связанные с создания аккаунта, бонусов или технических вопросов. Продуктивность такой саппорта выражается в оперативности ответа: среднее время времени ожидания реакции составляет всего 30 секунд. Это в особенности значимо для геймеров, которые испытывают проблемами во время процесса игры и нуждаются в оперативном решении.</p>\n<p>Для многих клиентов онлайн казино важна не только скорость, но и качество обслуживания. Учтивость и профессионализм агентов выполняют важнейшую функцию в формировании положительного мнения о платформе. В определённых обстоятельствах поддержка через мессенджер может даже предложить индивидуальные вознаграждения или специальные предложения, что делает взаимодействие с клиентами более интерактивным и полезным для обеих участников. Включение искусственного интеллекта дает возможность улучшить деятельность поддержки клиентов, упрощая повседневные задачи и давая возможность сотрудникам саппорта сосредоточиться на более трудных вопросах.</p>\n<h2>Пошаговое руководство по депозиту начального депозита</h2>\n<p>Чтобы начать участвовать в виртуальное казино, нужно внести первоначальный депозит. Определение подходящего метода расчета &mdash; это начальный шаг. Распространенные варианты охватывают кредитные карты, виртуальные кошельки и денежные переводы через банк. Необходимо брать в расчет темп проведения переводов и вероятные комиссии. Преимущественно игорных заведений предоставляют быстрые вклады посредством электронные кошельки, например, такие как Skrill или Neteller.</p>\n<p>По завершении выбора способа оплаты, идите в категорию кассы на портале казино. Укажите сумму депозита, учитывая наименьшие и максимальные ограничения, которые могут колебаться от $10 до $5000 в зависимости от сайта. Заметьте на доступные премии за первый взнос &mdash; они могут существенно приумножить ваш банкролл. Купоны регулярно вводятся на указанном моменте, чтобы запустить дополнительно предлагаемые предложения.</p>\n<p>Завершив введение информации, утвердите транзакцию. Деньги обычно зачисляются на счет сразу или в течение нескольких минут. После этого можно приступить к игре, отбирая из разнообразия доступных игровых машин и настольных игр в Martin casino. Не упускайте из виду изучать правила обналичивания, чтобы не допустить нежелательных неожиданностей в будущем.</p>\n<h2>Как определить игровой автомат для новичков в игре</h2>\n<p>Чтобы определить игровой автомат для новых игроков, необходимо принять во внимание некоторые основные моменты. Прежде, первоначально, следует проанализировать уровень выплаты игроку (RTP). Данный показатель демонстрирует средний процент от общей суммы ставок, выплачиваемый игрокам в форме выигрышей. Новым игрокам советуется выбирать игровые автоматы с RTP не ниже 95%, чтобы повысить свои вероятности на успех.</p>\n<p>Вдобавок к этому, этого, важно принять во внимание волатильность слота. Слоты с низкой нестабильностью обеспечивают более постоянные, но меньшие призы, что идеально подходит для новичков, которые хотят дольше играть дольше и лучше освоить её механику. В то же время, высокорисковые аппараты имеют возможность приносить крупные джекпоты, но реже.</p>\n<p>Наконец, важным фактором становится сюжет и дизайн аппарата. Новичкам следует подбирать игры с простым интерфейсом и понятными правилами. Светящиеся визуальные детали и захватывающие призовые раунды, которые предлагает Мартин казино, могут превратить геймплей более интересным и облегчить быстрее освоиться в мире онлайн казино.</p>\n<h2>Основы прокрутки премий</h2>\n<p>С целью успешно отыграть привилегии в интернет-казино, важно понимать важные элементы этого процесса. Сначала всего, тщательно проанализируйте условия ставок. Часто они включают в себя требования по вэйджеру, которые указываются как коэффициент (например, x30). Данное означает, что участник в Казино Мартин необходимо поставить размер бонуса 30 крат, перед тем, как сможет вывести выигрыш.</p>\n<p>Кроме, этого, следует принимать во внимание значение многочисленных игровых автоматов в выполнение правил отыгрыша. Скажем, игровые автоматы зачастую принимаются на 100%, в то время как карточные игры могут добавлять только 10-20%. Таким образом стратегически необходимо выбирать развлечения с наибольшим вкладом.</p>\n<p>Также не пренебрегайте о сроковых рамках: многие бонусы нуждаются в выполнения условий отыгрыша в определенный срок. Пренебрежение этих сроков может стать причиной лишению вознаграждения и любых призов, заработанных благодаря ему.</p>\n<h2>Контроль трат и ограничений</h2>\n<p>Управление трат и лимитов в виртуальном казино &mdash; это ключевой фактор для каждого геймера, желающего осознанной игре. Установление ограничений на вклады и ставки помогает геймерам Мартин казино избегать излишних трат и сохранять гармонию между досугом и финансовой стабильностью. Например, предлагается задать суточный или еженедельный лимит на вклады, чтобы избежать спонтанных решений. В многих игорных заведений эта опция предоставляется в персональном аккаунте клиента.</p>\n<p>Геймеры могут дополнительно применить функцией самоблокировки, какая временно закрывает доступ к аккаунту. Такое полезно тем, кто людей, которые желает взять паузу в азартных играх либо осознаёт, что не контролирует свои траты. Еще одной действенной методикой является использование сигналов о периоде игры, которые помогают не увлекаться процессом слишком продолжительно.</p>\n<p>Для более искушенных игроков Мартин казино важно оценивать индивидуальную игровую данные. Большинство онлайн-казино предлагают детализированные репорты о пари и добыче, что позволяет изучить эффективность тактики и обнаружить возможные проблемы с контролем расходов. Подобный метод помогает не только сохранять финансы, но и добывать больше удовольствия от игры.</p>\n<h2>Мнения свежих игроков о имидже казино.</h2>\n<p>Новые геймеры, входя на порталы интернет-казино, часто пишут отзывы, которые помогают другим игрокам оценить репутацию данных сайтов. Особо важны взгляды новичков в деле, поскольку они обращают внимание на моменты, которые профессионалы игры могут упустить из виду. Нередко подчеркивается удобство регистрационного процесса и интуитивно понятный UI Martin casino, что позволяет быстро стартовать игру без лишних затруднений.</p>\n<p>Одним основных аспектов выступает честность выплат денежных средств и скорость обработки транзакций. Новые игроки зачастую подчеркивают, что проверенные казино предоставляют четкие условия денежных транзакций и не задерживают денежные переводы. К тому же, бонусные системы тоже играют значительную роль в формировании репутации Martin casino. Множество новички оценивают богатые вступительные вознаграждения и частые промоакции, которые позволяют увеличить шансы на выигрыш.</p>\n<p>Связь с службой поддержки Казино Мартин &mdash; дополнительный момент. В рецензиях часто отмечается уровень работы саппорта: ее доступ и оперативность в решении возникающих вопросов. Как раз такие нюансы формируют у начинающих пользователей уверенность в том, что они выбрали доверительное казино для развлечения.</p>','Виртуальное гэмблинг-платформа для новичков игроков','','publish','closed','','','virtualnoe-gemblingplatforma-dlja-novichkov-igrokov','','','2025-10-14 13:12:48','2025-10-14 06:12:48','',0,'https://lion288slot.com/?p=434',0,'post','',0),
(435,1,'2025-10-14 13:12:48','2025-10-14 06:12:48','<h1>Виртуальное гэмблинг-платформа для новичков игроков</h1>\n<p>Для стартующих игроков в интернет-казино критично понимать, то, что выбор сайта играет важную функцию. Новичкам следует сосредотачиваться на официальные ресурсы, которые гарантируют защиту и честные условия. Сертификат служит обеспечением что казино соблюдает все обязательные требования и условия.</p>\n<p>При определения развлечения необходимо принимать во внимание уровень трудности и вероятность успеха. Для начинающих отлично подходят подобные игры, например <a href=\"https://surog-hotel.ru/\">Казино Мартин</a>, и они способны оказаться прекрасным началом в области гемблинга:</p>\n<ul>\n<li>Автоматы &mdash; легки в эксплуатации и не требуют конкретных навыков.</li>\n<li>Рулетка &mdash; предлагает многообразные методы пари.</li>\n<li>Двадцать одно &mdash; позволяет совершенствовать навыки тактического мышления.</li>\n</ul>\n<p>Также, новички могут использовать поощрениями, что предлагают многие казино для привлечения новичков. Такое могут являться вступительные вознаграждения или безвозмездные раскрутки. Тем не менее важно вдумчиво изучать положения их эксплуатации, чтобы уберечься от неожиданных ситуаций.</p>\n<p>Ещё один важный аспект &mdash; менеджмент игровым бюджетом. Желательно определять лимиты на депозиты и потери, чтобы не допустить финансовых потерь. Взвешенное восприятие к азартным играм поможет сохранить адреналин и наслаждение от игрового процесса без лишних рисков.</p>\n<h2>Зарегистрируйтесь: начните игру за 60 секунд.</h2>\n<p>Для людей, желающие планирует приступить к игру в онлайн казино, процесс заведения учетной записи отнимает всего одну минуту. Первым шагом является оформление бланка на интернет-ресурсе. Как правило необходимо предоставить базовую сведения: имя, электронный адрес и код доступа. Проверьте, что ваш ключ безопасности защищен и неповторим, чтобы оградить профиль от незаконного вторжения.</p>\n<p>После заполнения анкеты нажмите кнопку \"Зарегистрироваться\". В основной массе обстоятельств вам будет выслано сообщение для проверки электронной почты. Прямо перейдите по линку из электронном сообщении, для того чтобы активировать ваш аккаунт. Отдельные казино предлагают вознаграждения за создание аккаунта &mdash; это может быть даровой первоначальный фонд или безоплатные спины, что поспособствует начать азартное развлечение без затрат.</p>\n<p>Окончив подтверждение, вы сможете положить начальный вклад. Подберите комфортный метод платежа: кредитку, электронный кошелек или цифровую валюту. Наименьшая сумма депозита в большинстве случаев составляет от 500 до 1000 рублей. После внесения средств на счета вам будут доступны все игровые предложения и опции сервиса. Теперь ты подготовлены окунуться в мир игровых забав и испытать везение!</p>\n<h2>Просто доступный пользовательский интерфейс и обучающие рекомендации.</h2>\n<p>В сфере онлайн-гэмблинга удобный интерфейс играет ключевую роль в привлечении и удержании игроков. В момент когда пользователи сначала попадают на ресурс, они ожидают удобного доступа к играм и информации. Важно, чтобы все части пользовательского интерфейса были разумно расположены и удобно доступны. Навигация должна быть легкой, с минимальным количеством щелчков до требуемой игрушки или функции. К существование ясно указанных типов геймплея и мгновенных ссылок на известные секции значительно улучшает юзерский экспириенс.</p>\n<p>Обучающие рекомендации также имеют большое влияние для новичков. Множество пользователи оценивают возможность скорее разобраться с инструкциями и тактиками игровых процессов. Для этого игрового клуба предоставляют интерактивные инструкции и появляющиеся подсказки, какие помогают игрокам осознать особенности каждой забавы без требования покидать сайт. Такие возможности не только повышают степень доверия к платформе, но и содействуют увеличению времени, которое игроки проводят на сайте.</p>\n<h2>Пробный-режим для игровых-автоматов</h2>\n<p>Азартные аппараты в тестовом режиме становятся все более популярными среди игроков, хотящих проверить фортуна без денежных потерь. Этот формат позволяет игрокам протестировать функционал и свойства аппаратов, не тратя настоящие средства. Посредством данному начинающие способны разобраться с механикой игры, а профессиональные игроки &mdash; опробовать новые тактики. Следует подчеркнуть, что в демонстрационном режиме применяются цифровые кредиты, которые не имеют фактической цены.</p>\n<p>Тестовый режим особенно выгоден для изучения разнообразных призовых возможностей и особых знаков, таких как Вайлд и Разброс. Данные компоненты могут в разы повысить вероятность на успех в настоящей сессии. Игроки имеют возможность тестировать различные ставки и изучить нестабильность игрового автомата, что содействует в дальнейшем вынести обоснованные решения при игре на реальные деньги. Важно учитывать, что тестовый режим доступен практически во всех онлайн казино и не запрашивает регистрации или внесения депозита, что превращает его в отличный способ изучить новые игры.</p>\n<p>Для доступа к демонстрационному режиму геймеру нужно определить привлекательный слот и нажать на кнопку \"Играть бесплатно\". Это предоставляет шанс в отсутствие лишних бюрократии окунуться в геймплей. Некоторые казино предлагают даже уникальные игровые автоматы в демо-версии, давая исключительный шанс опробовать их до официального релиза. Таким образом, демонстрационный режим становится важным составляющей сферы онлайн-казино, предлагая геймерам защищённый способ испытать удовольствие от игрой и подготовиться к действительным вложениям.</p>\n<h2>Игровые автоматы с маленькими ставками</h2>\n<p>Игровые автоматы с низкими ставками &mdash; оптимальный вариант для пользователей, которые склоняются к тому, чтобы сокращать риски и параллельно кайфовать от процессом игры. Эти слоты, такие как Martin casino, предоставляют шанс ставить от 1 вплоть до 5 рублей за ход, что делает их доступными для широкой аудитории. Они обеспечивают возможность долговременно пребывать в процессе игры, разведывать многочисленные функции и вознаграждения, а также улучшать стратегии, не страшаясь существенных потерь.</p>\n<p>Участники часто останавливаются на слоты с маленькими ставками в раскрученных онлайн казино из-за их существенной изменчивости. Данное означает, что призы могут быть не такими регулярными, но более существенными. Некоторые из представленных игровых автоматов обеспечивают нарастающие выигрыши, что позволяет шанс даже при малых ставках ожидать значительные выигрыши. Важно учитывать, что при подборе таких игровых автоматов необходимо замечать уровень возврата игроку (RTP), который должен быть не ниже 95%, чтобы гарантировать наилучшие шансы на выигрыш.</p>\n<p>Автоматы с умеренными взносами также подходят для новичков, желающих погрузиться в сферой азартных развлечений без крупных инвестиций. Эти игровые автоматы обычно обладают простые инструкции и интерфейс, что делает их доступными даже для начинающих игроков в онлайн-гемблинге. Следует помнить о грамотном контроле банкроллом и задавать лимиты на убытки, чтобы Казино Мартин продолжала быть увлекательным досугом.</p>\n<h2>Вознаграждения во время подписки</h2>\n<ul>\n<li>Бонус на стартовый взнос: гэмблинг-платформа делает двойным или даже делает тройным размер стартового пополнения.</li>\n<li>Бездепозитный приз: геймер забирает фиксированную денежку без необходимости депозита.</li>\n<li>Бесплатные вращения: безвозмездные вращения в слотовых машинах, которые можно применять немедленно после входа.</li>\n</ul>\n<p>Указанные предложения могут казаться соблазнительными, тем не менее необходимо обратить внимание на условия эксплуатации. Важно проверьте требования по отыгрышу, которые различаются от 20x до 50x суммы бонуса. Это означает, что значит, что перед снятием добычи нужно сделать ставки на заданную величину.</p>\n<p>Вдобавок, отдельные онлайн-казино обеспечивают системы поощрения, в которых за всякую бет начисляются очки, которые затем можно обменять на деньги или экстра бонусы. Выбирая привилегии при создания аккаунта, стоит тщательно оценить все условия и подобрать те, которые наиболее соответствуют вашим геймерским наклонностям и стратегии.</p>\n<h2>Учебные материалы и регламенты развлечений</h2>\n<p>В сфере азартных игр образовательные ресурсы и нормы занимают ключевую роль в поддержании результативного и безопасного процесса для участников. Осознание регламентов &mdash; это не просто условность, а основа для грамотной игры. Например, в карточной игре знание сочетаний и их возможностей может существенно поднять шансы на выигрыш. Участники, что игнорируют регламенты Казино Мартин, рискуют не только потерять капитал, но и нарушить себе удовольствие от игры.</p>\n<p>Кроме этого, важно уделять фокусироваться учебным материалам, которые предлагают казино. Многие онлайн-платформ предоставляют безвозмездные гайды и видеоуроки, чтобы поддержать новичкам адаптироваться. Указанные платформы зачастую предоставляют подсказки со стороны экспертов и методы, которые способны значительно усовершенствовать способности игрока. Онлайн занятия позволяют отрабатывать навыки без риска финансовых потерь, что очень выгодно для тех, кто только вступает на путь в мире азартных игр.</p>\n<h3>Справочник определений казино</h3>\n<p>Справочник определений казино &mdash; это необходимый ресурс для тех, кто хочет чувствовать себя уверенно в области азартных игр. Банкролл &mdash; единственный из ключевых понятий, обозначающий количество денег, которую геймер намерен вложить в Мартин казино или другом игорном заведении. Управление игровым бюджетом становится базой прибыльной ставки и помогает предотвратить избыточных расходов.</p>\n<p>Ещё один важный понятие &mdash; крупный игрок. Это геймер, который делает крупные ставки и часто обладает эксклюзивные преимущества от казино, такие как безвозмездные номера в отелях или доступ к закрытым событиям Martin casino. Вывод средств означает действие вывода приза из игорного заведения, что может быть особенно значимым для онлайн-платформ.</p>\n<p>Не менее существенным оказывается термин возврат к игроку (RTP). Данный индикатор демонстрирует процент от совокупной количества пари, что выплачивается игрокам в виде выигрышей. Например, в случае, если RTP составляет 95%, это означает, что на каждые 100 долларов ставок игроки в среднем получают обратно 95 долларов. Осознание данных определений позволяет не только увеличить возможности на удачу, но и превратить геймплей более увлекательным и осознанным.</p>\n<h2>Постоянная поддержка через онлайн-чат</h2>\n<p>24/7 помощь с помощью чат превратилась в ключевым элементом новейшего онлайн казино. Пользователи высоко оценивают способность мгновенно получить поддержку круглосуточно, и наличие этой услуги существенно увеличивает доверие к площадке. Агенты чата подготовлены дать ответ на все обращения, связанные с создания аккаунта, бонусов или технических вопросов. Продуктивность такой саппорта выражается в оперативности ответа: среднее время времени ожидания реакции составляет всего 30 секунд. Это в особенности значимо для геймеров, которые испытывают проблемами во время процесса игры и нуждаются в оперативном решении.</p>\n<p>Для многих клиентов онлайн казино важна не только скорость, но и качество обслуживания. Учтивость и профессионализм агентов выполняют важнейшую функцию в формировании положительного мнения о платформе. В определённых обстоятельствах поддержка через мессенджер может даже предложить индивидуальные вознаграждения или специальные предложения, что делает взаимодействие с клиентами более интерактивным и полезным для обеих участников. Включение искусственного интеллекта дает возможность улучшить деятельность поддержки клиентов, упрощая повседневные задачи и давая возможность сотрудникам саппорта сосредоточиться на более трудных вопросах.</p>\n<h2>Пошаговое руководство по депозиту начального депозита</h2>\n<p>Чтобы начать участвовать в виртуальное казино, нужно внести первоначальный депозит. Определение подходящего метода расчета &mdash; это начальный шаг. Распространенные варианты охватывают кредитные карты, виртуальные кошельки и денежные переводы через банк. Необходимо брать в расчет темп проведения переводов и вероятные комиссии. Преимущественно игорных заведений предоставляют быстрые вклады посредством электронные кошельки, например, такие как Skrill или Neteller.</p>\n<p>По завершении выбора способа оплаты, идите в категорию кассы на портале казино. Укажите сумму депозита, учитывая наименьшие и максимальные ограничения, которые могут колебаться от $10 до $5000 в зависимости от сайта. Заметьте на доступные премии за первый взнос &mdash; они могут существенно приумножить ваш банкролл. Купоны регулярно вводятся на указанном моменте, чтобы запустить дополнительно предлагаемые предложения.</p>\n<p>Завершив введение информации, утвердите транзакцию. Деньги обычно зачисляются на счет сразу или в течение нескольких минут. После этого можно приступить к игре, отбирая из разнообразия доступных игровых машин и настольных игр в Martin casino. Не упускайте из виду изучать правила обналичивания, чтобы не допустить нежелательных неожиданностей в будущем.</p>\n<h2>Как определить игровой автомат для новичков в игре</h2>\n<p>Чтобы определить игровой автомат для новых игроков, необходимо принять во внимание некоторые основные моменты. Прежде, первоначально, следует проанализировать уровень выплаты игроку (RTP). Данный показатель демонстрирует средний процент от общей суммы ставок, выплачиваемый игрокам в форме выигрышей. Новым игрокам советуется выбирать игровые автоматы с RTP не ниже 95%, чтобы повысить свои вероятности на успех.</p>\n<p>Вдобавок к этому, этого, важно принять во внимание волатильность слота. Слоты с низкой нестабильностью обеспечивают более постоянные, но меньшие призы, что идеально подходит для новичков, которые хотят дольше играть дольше и лучше освоить её механику. В то же время, высокорисковые аппараты имеют возможность приносить крупные джекпоты, но реже.</p>\n<p>Наконец, важным фактором становится сюжет и дизайн аппарата. Новичкам следует подбирать игры с простым интерфейсом и понятными правилами. Светящиеся визуальные детали и захватывающие призовые раунды, которые предлагает Мартин казино, могут превратить геймплей более интересным и облегчить быстрее освоиться в мире онлайн казино.</p>\n<h2>Основы прокрутки премий</h2>\n<p>С целью успешно отыграть привилегии в интернет-казино, важно понимать важные элементы этого процесса. Сначала всего, тщательно проанализируйте условия ставок. Часто они включают в себя требования по вэйджеру, которые указываются как коэффициент (например, x30). Данное означает, что участник в Казино Мартин необходимо поставить размер бонуса 30 крат, перед тем, как сможет вывести выигрыш.</p>\n<p>Кроме, этого, следует принимать во внимание значение многочисленных игровых автоматов в выполнение правил отыгрыша. Скажем, игровые автоматы зачастую принимаются на 100%, в то время как карточные игры могут добавлять только 10-20%. Таким образом стратегически необходимо выбирать развлечения с наибольшим вкладом.</p>\n<p>Также не пренебрегайте о сроковых рамках: многие бонусы нуждаются в выполнения условий отыгрыша в определенный срок. Пренебрежение этих сроков может стать причиной лишению вознаграждения и любых призов, заработанных благодаря ему.</p>\n<h2>Контроль трат и ограничений</h2>\n<p>Управление трат и лимитов в виртуальном казино &mdash; это ключевой фактор для каждого геймера, желающего осознанной игре. Установление ограничений на вклады и ставки помогает геймерам Мартин казино избегать излишних трат и сохранять гармонию между досугом и финансовой стабильностью. Например, предлагается задать суточный или еженедельный лимит на вклады, чтобы избежать спонтанных решений. В многих игорных заведений эта опция предоставляется в персональном аккаунте клиента.</p>\n<p>Геймеры могут дополнительно применить функцией самоблокировки, какая временно закрывает доступ к аккаунту. Такое полезно тем, кто людей, которые желает взять паузу в азартных играх либо осознаёт, что не контролирует свои траты. Еще одной действенной методикой является использование сигналов о периоде игры, которые помогают не увлекаться процессом слишком продолжительно.</p>\n<p>Для более искушенных игроков Мартин казино важно оценивать индивидуальную игровую данные. Большинство онлайн-казино предлагают детализированные репорты о пари и добыче, что позволяет изучить эффективность тактики и обнаружить возможные проблемы с контролем расходов. Подобный метод помогает не только сохранять финансы, но и добывать больше удовольствия от игры.</p>\n<h2>Мнения свежих игроков о имидже казино.</h2>\n<p>Новые геймеры, входя на порталы интернет-казино, часто пишут отзывы, которые помогают другим игрокам оценить репутацию данных сайтов. Особо важны взгляды новичков в деле, поскольку они обращают внимание на моменты, которые профессионалы игры могут упустить из виду. Нередко подчеркивается удобство регистрационного процесса и интуитивно понятный UI Martin casino, что позволяет быстро стартовать игру без лишних затруднений.</p>\n<p>Одним основных аспектов выступает честность выплат денежных средств и скорость обработки транзакций. Новые игроки зачастую подчеркивают, что проверенные казино предоставляют четкие условия денежных транзакций и не задерживают денежные переводы. К тому же, бонусные системы тоже играют значительную роль в формировании репутации Martin casino. Множество новички оценивают богатые вступительные вознаграждения и частые промоакции, которые позволяют увеличить шансы на выигрыш.</p>\n<p>Связь с службой поддержки Казино Мартин &mdash; дополнительный момент. В рецензиях часто отмечается уровень работы саппорта: ее доступ и оперативность в решении возникающих вопросов. Как раз такие нюансы формируют у начинающих пользователей уверенность в том, что они выбрали доверительное казино для развлечения.</p>','Виртуальное гэмблинг-платформа для новичков игроков','','inherit','closed','closed','','434-revision-v1','','','2025-10-14 13:12:48','2025-10-14 06:12:48','',434,'https://lion288slot.com/?p=435',0,'revision','',0),
(436,1,'2025-10-14 13:26:50','2025-10-14 06:26:50','<h1>Онлайн игорное заведение с возможностями букмекерской конторы</h1>\n<p>Онлайн казино с возможностями беттинговой платформы представляют собой уникальную платформу, объединяющую гэмблинг и ставки на спорт. Эти сайты дают возможность пользователям наслаждаться разнообразием развлечений, начиная с традиционных слотов и до пари на известные спортивные мероприятия. Интеграция двойки векторов в одном интерфейсе делает процедуру игры более комфортным и захватывающим, предлагая игрокам azino 777 возможность переключаться между разными видами активности без необходимости менять сайт.</p>\n<p>Основным плюсом подобных виртуальных казино является присутствие универсального баланса, что облегчает управление средствами. Пользователи имеют возможность легко трансферить средства среди разными категориями, будь то казино <a href=\"https://www.nunarus.ru/\">азино</a> или ставочная платформа. Бонусные программы также часто применяются на оба типа игр, предоставляя шанс игрокам получать дополнительные средства как за деятельность в казино, так и за ставки на спорт. Такое создает дополнительные стимулы для геймеров оставаться на платформе казино онлайн и наращивать свои шансы на победу.</p>\n<p>Сервисы с интеграцией казино и букмекеров предоставляют ассортимент опций для ставок: от обычных карточных игр до прогнозов на исходы матчей Лиги чемпионов. Такое дает возможность привлечь публику с многообразными хобби и предпочтениями. Кроме того, такие платформы часто предлагают мобильные аппликации, что делает геймплей доступным в любое время и в любом уголке. В итоге пользователи получают не только простоту, но и шанс попробовать фортуна в многообразных видах азартных игр, что значительно увеличивает уровень вовлеченности.</p>\n<h2>Комбинация игрового дома и ставок на спорт.</h2>\n<p>Казино и ставки на спорт &mdash; это две известные формы гэмблинга, которые часто привлекают внимание как новичков, так и профессионалов. Слияние этих 2-х векторов способно в разы расширить возможности на триумф и принести дополнительные вознаграждения. Многие онлайн-платформ предоставляют игрокам возможность параллельно заниматься казино-играми и ставить на спортсобытия, что формирует исключительный игровой процесс.</p>\n<p>Слияние казино и ставок на спорт дает возможность пользователям azino 777 применять свои умения в обоих областях. Например, знание статистики способно помочь в выборе выводов как за игровым столом, так и при определении триумфатора матча по футболу. Кроме того, определенные сайты предоставляют особые бонусы и программы лояльности, которые поддерживают активность в обоих сегментах. Такое способно предусматривать даровые ставки, обратный платеж или дополнительно начисляемые вознаграждения за определенные действия.</p>\n<h2>Физкультурные пари: имеющиеся группы</h2>\n<p>Спортивные пари обеспечивают участникам обширный ассортимент категорий, каждая из которых имеет свои особенности и стратегии. Соккер &mdash; это, возможно, самая известная категория, завлекающая внимание как новичков в ставках, так и профессиональных беттеров. Ставки на соккер содержат в свою структуру разнообразие опций: от простых пари на выигрыш одной из сборных до более комплексных, таких как число мячей или корнеров. Это делает футбол наилучшим решением для тех, кто хочет проверить везение и стратегию.</p>\n<p>Ещё одной увлекательной категорией оказываются вложения на теннисные матчи. Здесь игроки могут размещать ставки не только на триумфатора игры, но и на число партий или даже конкретных игр. Благодаря ритму состязания и регулярным колебаниям в процессе состязания, этот вид спорта предоставляет исключительные перспективы для тех, кто предпочитает анализировать, и азино 777 предлагает быстро принимать решения.</p>\n<p>Не следует упускать из виду и о киберспорте, который стремительно получает известность среди юных участников. Ставки на киберспорт включают в себя соревнования такие как Dota 2, League of Legends и CS:GO. Указанное течение привлекает взор из-за значительному градации интеракции и способности наблюдать за играми в режиме реального времени через стриминговые платформы.</p>\n<h3>Ставки на eSports</h3>\n<p>Киберспорт делается все более востребованным, и ставки на него притягивают внимание не только поклонников, но и профессиональных бетторов. Особо отличаются соревнования по этим игровым дисциплинам, как Dota 2, League of Legends и CS:GO. Важно осознавать, что вложения на eSports имеют свои специфики. Например, состояние командных составов может меняться очень оперативно из-за регулярных апдейтов игровых приложений и перестановок в командах.</p>\n<p>Во время подбора тактики ставок следует рассматривать не только нынешнюю форму коллектива, но и такие параметры, как игровая мета и прошлые достижения на турнирах. Ставочники нередко прибегают к статистику минувших матчей для анализа вероятности выигрыша. Важно следить за новостями из области eSports, чтобы быть в знании новейших перемен.</p>\n<p>Вдобавок, платформы для пари предлагаются различные категории ставок: от незамысловатых результатов до комплексных комбинаций с включением различных факторов. Новичкам рекомендуется стартовать с скромных ставок и поэтапно увеличивать пари по мере накопления опыта и понимания о eSports.</p>\n<h3>Live ставки и их коэффициенты</h3>\n<p>Ставки в реальном времени азино 777, также называемые ставки в реальном времени, предлагают особый шанс игрокам ставить ставки в ходе игр. Такое позволяет более эластично реагировать на перемены в игре, адаптируя свои стратегии в учитывая происходящего на поле. Коэффициенты в живых ставках постоянно изменяются, демонстрируя текущую динамику поединка. Скажем, когда сборная вдруг забивает гол, шансы на её победу могут стремительно упасть. Вот почему необходимо быть осторожным и оперативно делать решения.</p>\n<p>При подборе live-ставок необходимо принимать во внимание не только текущие коэффициенты, но и такие факторы, как состояние команд, результаты предыдущих встреч и даже метеоусловия. Применение информации анализа в состоянии значительно поднять вероятность на удачу. Опытные игроки понимают, что удачные ставки в реальном времени требуют быстрой отклика и навыка анализировать сведения в режиме реального времени. Игровые заведения часто предлагают особые бонусы для тех, кто выбирает этот формат беттинга, что делает игру ещё более увлекательной и выгодной.</p>\n<h2>Процедура регистрации для ставок</h2>\n<p>Создание аккаунта для беттинга в интернет-казино azino 777 &mdash; это значимый шаг, который открывает доступ к разнообразию гэмблинга и опций. Для начала процесса необходимо определить солидную сайт, предоставляющую официальные услуги. Необходимо обратить внимание на рецензии игроков и наличие соответствующих сертификатов.</p>\n<p>После того как определения сайта, участнику необходимо будет ввести данные в анкету, введя личные данные: имя, электронный адрес и номер телефона. Некоторые игорные заведения требуют удостоверения идентичности, что может включать отправку изображений документов. Это осуществляется для обеспечения безопасности и предотвращения мошенничества.</p>\n<p>Оформив процесс регистрации, пользователь приобретает возможность использовать различным вознаграждениям, включая такие как начальные бонусы или фриспины. Эти самые оферты дают возможность новым игрокам опробовать систему без существенных денежных затрат. Однако необходимо учитывать о условиях вейджера, которые могут варьироваться в зависимости от онлайн-казино и категории поощрения.</p>\n<h2>Вознаграждения от ставочного оператора: безрисковые ставки и промоакции</h2>\n<p>Беттинг компании активно завлекают пользователей с помощью многочисленных вознаграждений, среди них заметны бесплатные ставки и акции. Бесплатные ставки представляют собой ставками без вложений, что пользователи имеют возможность задействовать без опасности для своего капитала. Обычно эти бонусы предоставляются первым пользователям после регистрации или при соблюдении заданных требований.</p>\n<p>Промоакции же включают в себя различные предложения, которые могут существенно расширить шансы на выигрыш. Среди этих оферт azino 777 можно определить несколько видов акций, которые часто встречаются:</p>\n<ul>\n<li>Кэшбэк: компенсация доли утраченных денег.</li>\n<li>Повышенные шансы: перспектива заключить бет по более выгодным правилам.</li>\n<li>Мульти вознаграждения: добавление дополнительных процентных долей к джекпоту при объединении множества матчей в один ставочный листок.</li>\n</ul>\n<p>Следует помнить, что любое предложение включает свои условия и лимиты. Игрокам необходимо внимательно изучать условия и требования к вейджеру бонусов. Например, некоторые бонусные ставки требуют необходимого использования в течение определенного времени, а акции могут быть доступны только для избранных событий или видов спортивных дисциплин.</p>\n<h2>Финансовые пари: наименьшие лимиты</h2>\n<p>Самые низкие пороги на денежные беты в игровом доме имеют важную функцию в менеджменте банкроллом геймеров. Необходимо учитывать, что эти лимиты могут значительно варьироваться в зависимости от категории игры и регламента конкретного заведения. Например, в распространённых слотах минимальная ставка может равняться всего 0,01 доллара, что делает их достижимыми для множества геймеров. В данный же время табличные игрища, вроде колесо фортуны или очко, зачастую запрашивают более высоких минимальных бетов &mdash; в среднем от 1 до 5 долларов.</p>\n<p>Для начинающих и тех, кто предпочитает взвешенный подход к азарту, низкие ставки с низким порогом предоставляют возможность дольше быть в игре без риска существенных убытков. Тем не менее, необходимо иметь в виду, что низкие вклады также означают более медленный подъем выигрышей. Профессиональные геймеры зачастую задействуют минимальные ставки для проверки современных тактик или аттракционов без существенных издержек. В итоге, определение самого низкого ограничения определяется от личных вкусов и устремлений каждого игрока.</p>\n<h2>Методы внесения счета для ставок</h2>\n<p>Внесение баланса для беттинга &mdash; значимый аспект результативной игрового процесса в интернет-казино. Одним среди более популярных способов становится использование платежных карт, например, как Visa и MasterCard. Этот метод привлекает своей надежностью и скоростью обработки операций. Впрочем, игроки обязаны принимать во внимание потенциальные комиссии банковские комиссии.</p>\n<p>Альтернативный распространенный вариант &mdash; цифровые кошельки, вроде Skrill и Neteller. Эти компании обеспечивают немедленные переводы и обычно предоставляют умеренные сборы. Преимущество цифровых кошельков в том, что они обеспечивают пользователям сохранять конфиденциальность при переводах.</p>\n<p>Для тех, что предпочитает использовать цифровую валюту, многие сервисы предоставляют возможность пополнения счета с помощью Bitcoin или Ethereum. Данное в особенности актуально для игроков, уважающих приватность и оперативность транзакций. Следует осознавать, что курс криптоактивов может варьироваться, что может повлиять на объеме депозита.</p>\n<h2>Получение выигрыша из букмекерского секции</h2>\n<p>Для успешного снятия финансов из ставочного раздела, следует соблюдать определённым ключевым шагам. Начальный действие &mdash; это убедиться, что все требования бонусов соблюдены. Множество платформ, такие как азино 777, требуют вэйджера бонусных средств до того, как дать возможность вывести. Пренебрежение этого пункта способно вызвать задержкам или отклонению запроса на вывод денег.</p>\n<p>Последующий важный момент &mdash; это определение подходящего метода вывода. Популярные способы охватывают банковские транзакции, цифровые кошельки и криптовалюты. Каждый из этих содержит свои достоинства и недостатки, такие как скорость перевода и сборы. Скажем, цифровые кошельки как правило гарантируют более скорый вывод по сравнению с финансовыми переводами.</p>\n<p>Не менее важно верно вписать все требуемые информацию при запросе на вывод. Ошибки в реквизитах могут привести к задержкам или даже утрате средств. Основательная оценка сведений перед направлением требования поможет уклониться от ненужных трудностей и обеспечит вовремя полученное получение приза.</p>\n<h2>Смартфонная вариация с встроенным букмекером</h2>\n<p>Мобильная версия с интегрированным ставочным сервисом даёт пользователям уникальную перспективу делать беты в любое время и в любом уголке мира. Это особенно удобно подходит для тех, кто не хочет быть привязанным к ПК. С помощью передовым технологиям, интерфейс программ для смартфонов подстроен под любые устройства, что обеспечивает возможность легко ориентироваться и оперативно обнаруживать необходимые мероприятия. Пользователи могут делать ставки на атлетические состязания, участвовать в игорном заведении и следить за итогами в режиме реального времени.</p>\n<p>Одним из ключевых плюсов становится встраивание с популярными платежными системами, что гарантирует мгновенные и надежные транзакции. Игроки способны пополнять аккаунт и забирать деньги без дополнительных задержек. Встроенные функции извещений дают возможность не прозевать ключевые происшествия или изменения коэффициентов, особенно когда дело касается казино онлайн.</p>\n<p>Помимо этого, множество смартфонные аппы предлагают премии и спецпредложения, которые предоставляются только через мобильную версию. Такое поощряет участников более часто заходить в программу и быть активными игроками процесса игры. Мобильная вариант с вмонтированным ставочным сервисом становится неотъемлемой частью современного мира беттинга, предлагая пользователям максимальный удобство и комфортность.</p>\n<h2>Альтернативный подход к игорному заведению и бетам через дубль-сайт.</h2>\n<p>Зеркала игорных заведений &mdash; это альтернативные ссылки, которые обеспечивают игрокам миновать фильтры и получить доступ к предпочитаемым сайтам для пари. Указанные альтернативные ссылки являются полными дубликатами центрального ресурса, предоставляя аналогичный функционал и внешний вид. Такие сайты разрабатываются, чтобы обходить запреты, наложенные поставщиками интернета или государственными органами. Важно учитывать, что копии не преступают норм, так как они лишь дублируют легальный контент.</p>\n<p>Для применения альтернативного сайта пользователю достаточно обнаружить действующий адрес через поисковик или тематические форумы. Обычно такие ресурсы предоставляют перечни рабочих зеркал, которые часто обновляют. Следует подчеркнуть, что отдельные онлайн-казино предлагают авто уведомления о свежих зеркалах через email или мессенджеры, что значительно делает проще процесс поиска.</p>\n<p>При подборе отражателя важно сосредотачиваться на его безопасность. Эксплуатация достоверных ресурсов обеспечивает защиту информации и надежность работы платформы. Пользователи должны сторониться сомнительных веб-сайтов, которые могут нести угрозу в виде вирусов или фишинговых атак. Таким путём, альтернативные ссылки являются не только комфортным методом подключения к казино, но и предоставляют надёжный геймплей при правильном подходе к их использованию.</p>\n<h2>План лояльности и особые предложения</h2>\n<p>Планы верности в виртуальных казино являются ключевым элементом сферы, обеспечивая геймерам особые перспективы для наращивания призов и получения эксклюзивных бонусов. Такие программы содержат аккумуляцию баллов за всякую бет, которые впоследствии можно обменять на реальные деньги или фриспины. Элитные предложения часто включают индивидуальные премии, быстрые транзакции и возможность играть в закрытых турнирах.</p>\n<p>Пользователи, достигшие VIP-статуса, имеют возможность ожидать специальные бонусы, такие как персональный аккаунт-менеджер и приглашения на эксклюзивные мероприятия. Насколько значительнее уровень лояльности, тем более привлекательными оказываются положения: от увеличенных ограничений на обналичивание средств до уникальных подарков и путешествий. Данные оферы не только увеличивают уровень участия, но и формируют чувство принадлежности к избранной группе, что делает игру еще более волнующей.</p>\n<h2>Помощь юзеров-ставочников</h2>\n<p>Поддержка юзеров-бетторов азино 777 выполняет основную функцию в индустрии онлайн-гемблинга. Ставочники, сталкиваясь с техническими неполадками или вопросами по расчетам, ждут оперативной и результативной поддержки. Критично, чтобы служба помощи была на связи 24/7 и предоставляла полиглотную помощь, что позволяет обслуживать глобальную клиентуру. Качественная помощь помогает увеличению лояльности пользователей и повышению их сохранения.</p>\n<p>Особенное внимание необходимо обратить подготовке работников поддержки клиентов. Они должны быть не лишь компетентными в деталях работы системы, но и иметь умениями урегулирования разногласий. Данное в частности существенно в ситуациях, если пользователи проявляют разочарование из-за потерь или задержек в выплатах. Использование современных техник, например, виртуальные ассистенты на базе искусственного интеллекта, может значительно оптимизировать процесс обработки стандартных запросов, освобождая сотрудников колл-центра для более сложных задач.</p>\n<p>Для результативного сотрудничества с игроками также важно принимать во внимание их пристрастия и манеру игры. Анализ данных о игроках содействует корректировать предложения и улучшать взаимодействие с пользователем. Таким образом, саппорт игроков является не просто технологической потребностью, а тактическим инструментом для увеличения прибыли и конкурентоспособности казино и казино онлайн в сфере интернет-азартных игр.</p>\n<h2>Рейтинг казино с функцией совершать ставки</h2>\n<p>При подборе оптимального онлайн игорного заведения для ставок, игроки должны рассматривать несколько ключевых аспектов. Прежде всего, разрешение. Надежные онлайн-казино неизменно располагают сертификат от уважаемых надзорных органов, вроде Malta Gaming Authority или UK Gambling Commission. Кроме того, ассортимент игр. Отличное казино поставляет ассортимент игровых автоматов: от классических слотов до актуальных лайв-казино с реальными дилерами.</p>\n<p>Важным фактором является бонусная программа казино онлайн. Здесь несколько типов поощрений, что необходимо искать:</p>\n<ul>\n<li>Начальный бонус</li>\n<li>Бездеп бонус</li>\n<li>Бонусы за пополнение счета</li>\n<li>Кэшбек</li>\n</ul>\n<p>Каждый из данных привилегий в состоянии существенно поднять возможности на победу.</p>\n<p>В конце концов, не следует забывать о обслуживании клиентов. Лучшие игровые клубы предлагают 24/7 помощь с использованием текстовый чат или звонок. Оперативная и профессиональная поддержка в урегулировании любых проблем делает игровой процесс более удобным и надёжным. Необходимо также обращать внимание на рецензии клиентов, чтобы избежать негативных моментов и радоваться процессом игры в максимально.</p>','Онлайн игорное заведение с возможностями букмекерской конторы','','publish','closed','','','onlajn-igornoe-zavedenie-s-vozmozhnostjami-bukmekerskoj-kontory','','','2025-10-14 13:26:50','2025-10-14 06:26:50','',0,'https://lion288slot.com/?p=436',0,'post','',0),
(437,1,'2025-10-14 13:26:50','2025-10-14 06:26:50','<h1>Онлайн игорное заведение с возможностями букмекерской конторы</h1>\n<p>Онлайн казино с возможностями беттинговой платформы представляют собой уникальную платформу, объединяющую гэмблинг и ставки на спорт. Эти сайты дают возможность пользователям наслаждаться разнообразием развлечений, начиная с традиционных слотов и до пари на известные спортивные мероприятия. Интеграция двойки векторов в одном интерфейсе делает процедуру игры более комфортным и захватывающим, предлагая игрокам azino 777 возможность переключаться между разными видами активности без необходимости менять сайт.</p>\n<p>Основным плюсом подобных виртуальных казино является присутствие универсального баланса, что облегчает управление средствами. Пользователи имеют возможность легко трансферить средства среди разными категориями, будь то казино <a href=\"https://www.nunarus.ru/\">азино</a> или ставочная платформа. Бонусные программы также часто применяются на оба типа игр, предоставляя шанс игрокам получать дополнительные средства как за деятельность в казино, так и за ставки на спорт. Такое создает дополнительные стимулы для геймеров оставаться на платформе казино онлайн и наращивать свои шансы на победу.</p>\n<p>Сервисы с интеграцией казино и букмекеров предоставляют ассортимент опций для ставок: от обычных карточных игр до прогнозов на исходы матчей Лиги чемпионов. Такое дает возможность привлечь публику с многообразными хобби и предпочтениями. Кроме того, такие платформы часто предлагают мобильные аппликации, что делает геймплей доступным в любое время и в любом уголке. В итоге пользователи получают не только простоту, но и шанс попробовать фортуна в многообразных видах азартных игр, что значительно увеличивает уровень вовлеченности.</p>\n<h2>Комбинация игрового дома и ставок на спорт.</h2>\n<p>Казино и ставки на спорт &mdash; это две известные формы гэмблинга, которые часто привлекают внимание как новичков, так и профессионалов. Слияние этих 2-х векторов способно в разы расширить возможности на триумф и принести дополнительные вознаграждения. Многие онлайн-платформ предоставляют игрокам возможность параллельно заниматься казино-играми и ставить на спортсобытия, что формирует исключительный игровой процесс.</p>\n<p>Слияние казино и ставок на спорт дает возможность пользователям azino 777 применять свои умения в обоих областях. Например, знание статистики способно помочь в выборе выводов как за игровым столом, так и при определении триумфатора матча по футболу. Кроме того, определенные сайты предоставляют особые бонусы и программы лояльности, которые поддерживают активность в обоих сегментах. Такое способно предусматривать даровые ставки, обратный платеж или дополнительно начисляемые вознаграждения за определенные действия.</p>\n<h2>Физкультурные пари: имеющиеся группы</h2>\n<p>Спортивные пари обеспечивают участникам обширный ассортимент категорий, каждая из которых имеет свои особенности и стратегии. Соккер &mdash; это, возможно, самая известная категория, завлекающая внимание как новичков в ставках, так и профессиональных беттеров. Ставки на соккер содержат в свою структуру разнообразие опций: от простых пари на выигрыш одной из сборных до более комплексных, таких как число мячей или корнеров. Это делает футбол наилучшим решением для тех, кто хочет проверить везение и стратегию.</p>\n<p>Ещё одной увлекательной категорией оказываются вложения на теннисные матчи. Здесь игроки могут размещать ставки не только на триумфатора игры, но и на число партий или даже конкретных игр. Благодаря ритму состязания и регулярным колебаниям в процессе состязания, этот вид спорта предоставляет исключительные перспективы для тех, кто предпочитает анализировать, и азино 777 предлагает быстро принимать решения.</p>\n<p>Не следует упускать из виду и о киберспорте, который стремительно получает известность среди юных участников. Ставки на киберспорт включают в себя соревнования такие как Dota 2, League of Legends и CS:GO. Указанное течение привлекает взор из-за значительному градации интеракции и способности наблюдать за играми в режиме реального времени через стриминговые платформы.</p>\n<h3>Ставки на eSports</h3>\n<p>Киберспорт делается все более востребованным, и ставки на него притягивают внимание не только поклонников, но и профессиональных бетторов. Особо отличаются соревнования по этим игровым дисциплинам, как Dota 2, League of Legends и CS:GO. Важно осознавать, что вложения на eSports имеют свои специфики. Например, состояние командных составов может меняться очень оперативно из-за регулярных апдейтов игровых приложений и перестановок в командах.</p>\n<p>Во время подбора тактики ставок следует рассматривать не только нынешнюю форму коллектива, но и такие параметры, как игровая мета и прошлые достижения на турнирах. Ставочники нередко прибегают к статистику минувших матчей для анализа вероятности выигрыша. Важно следить за новостями из области eSports, чтобы быть в знании новейших перемен.</p>\n<p>Вдобавок, платформы для пари предлагаются различные категории ставок: от незамысловатых результатов до комплексных комбинаций с включением различных факторов. Новичкам рекомендуется стартовать с скромных ставок и поэтапно увеличивать пари по мере накопления опыта и понимания о eSports.</p>\n<h3>Live ставки и их коэффициенты</h3>\n<p>Ставки в реальном времени азино 777, также называемые ставки в реальном времени, предлагают особый шанс игрокам ставить ставки в ходе игр. Такое позволяет более эластично реагировать на перемены в игре, адаптируя свои стратегии в учитывая происходящего на поле. Коэффициенты в живых ставках постоянно изменяются, демонстрируя текущую динамику поединка. Скажем, когда сборная вдруг забивает гол, шансы на её победу могут стремительно упасть. Вот почему необходимо быть осторожным и оперативно делать решения.</p>\n<p>При подборе live-ставок необходимо принимать во внимание не только текущие коэффициенты, но и такие факторы, как состояние команд, результаты предыдущих встреч и даже метеоусловия. Применение информации анализа в состоянии значительно поднять вероятность на удачу. Опытные игроки понимают, что удачные ставки в реальном времени требуют быстрой отклика и навыка анализировать сведения в режиме реального времени. Игровые заведения часто предлагают особые бонусы для тех, кто выбирает этот формат беттинга, что делает игру ещё более увлекательной и выгодной.</p>\n<h2>Процедура регистрации для ставок</h2>\n<p>Создание аккаунта для беттинга в интернет-казино azino 777 &mdash; это значимый шаг, который открывает доступ к разнообразию гэмблинга и опций. Для начала процесса необходимо определить солидную сайт, предоставляющую официальные услуги. Необходимо обратить внимание на рецензии игроков и наличие соответствующих сертификатов.</p>\n<p>После того как определения сайта, участнику необходимо будет ввести данные в анкету, введя личные данные: имя, электронный адрес и номер телефона. Некоторые игорные заведения требуют удостоверения идентичности, что может включать отправку изображений документов. Это осуществляется для обеспечения безопасности и предотвращения мошенничества.</p>\n<p>Оформив процесс регистрации, пользователь приобретает возможность использовать различным вознаграждениям, включая такие как начальные бонусы или фриспины. Эти самые оферты дают возможность новым игрокам опробовать систему без существенных денежных затрат. Однако необходимо учитывать о условиях вейджера, которые могут варьироваться в зависимости от онлайн-казино и категории поощрения.</p>\n<h2>Вознаграждения от ставочного оператора: безрисковые ставки и промоакции</h2>\n<p>Беттинг компании активно завлекают пользователей с помощью многочисленных вознаграждений, среди них заметны бесплатные ставки и акции. Бесплатные ставки представляют собой ставками без вложений, что пользователи имеют возможность задействовать без опасности для своего капитала. Обычно эти бонусы предоставляются первым пользователям после регистрации или при соблюдении заданных требований.</p>\n<p>Промоакции же включают в себя различные предложения, которые могут существенно расширить шансы на выигрыш. Среди этих оферт azino 777 можно определить несколько видов акций, которые часто встречаются:</p>\n<ul>\n<li>Кэшбэк: компенсация доли утраченных денег.</li>\n<li>Повышенные шансы: перспектива заключить бет по более выгодным правилам.</li>\n<li>Мульти вознаграждения: добавление дополнительных процентных долей к джекпоту при объединении множества матчей в один ставочный листок.</li>\n</ul>\n<p>Следует помнить, что любое предложение включает свои условия и лимиты. Игрокам необходимо внимательно изучать условия и требования к вейджеру бонусов. Например, некоторые бонусные ставки требуют необходимого использования в течение определенного времени, а акции могут быть доступны только для избранных событий или видов спортивных дисциплин.</p>\n<h2>Финансовые пари: наименьшие лимиты</h2>\n<p>Самые низкие пороги на денежные беты в игровом доме имеют важную функцию в менеджменте банкроллом геймеров. Необходимо учитывать, что эти лимиты могут значительно варьироваться в зависимости от категории игры и регламента конкретного заведения. Например, в распространённых слотах минимальная ставка может равняться всего 0,01 доллара, что делает их достижимыми для множества геймеров. В данный же время табличные игрища, вроде колесо фортуны или очко, зачастую запрашивают более высоких минимальных бетов &mdash; в среднем от 1 до 5 долларов.</p>\n<p>Для начинающих и тех, кто предпочитает взвешенный подход к азарту, низкие ставки с низким порогом предоставляют возможность дольше быть в игре без риска существенных убытков. Тем не менее, необходимо иметь в виду, что низкие вклады также означают более медленный подъем выигрышей. Профессиональные геймеры зачастую задействуют минимальные ставки для проверки современных тактик или аттракционов без существенных издержек. В итоге, определение самого низкого ограничения определяется от личных вкусов и устремлений каждого игрока.</p>\n<h2>Методы внесения счета для ставок</h2>\n<p>Внесение баланса для беттинга &mdash; значимый аспект результативной игрового процесса в интернет-казино. Одним среди более популярных способов становится использование платежных карт, например, как Visa и MasterCard. Этот метод привлекает своей надежностью и скоростью обработки операций. Впрочем, игроки обязаны принимать во внимание потенциальные комиссии банковские комиссии.</p>\n<p>Альтернативный распространенный вариант &mdash; цифровые кошельки, вроде Skrill и Neteller. Эти компании обеспечивают немедленные переводы и обычно предоставляют умеренные сборы. Преимущество цифровых кошельков в том, что они обеспечивают пользователям сохранять конфиденциальность при переводах.</p>\n<p>Для тех, что предпочитает использовать цифровую валюту, многие сервисы предоставляют возможность пополнения счета с помощью Bitcoin или Ethereum. Данное в особенности актуально для игроков, уважающих приватность и оперативность транзакций. Следует осознавать, что курс криптоактивов может варьироваться, что может повлиять на объеме депозита.</p>\n<h2>Получение выигрыша из букмекерского секции</h2>\n<p>Для успешного снятия финансов из ставочного раздела, следует соблюдать определённым ключевым шагам. Начальный действие &mdash; это убедиться, что все требования бонусов соблюдены. Множество платформ, такие как азино 777, требуют вэйджера бонусных средств до того, как дать возможность вывести. Пренебрежение этого пункта способно вызвать задержкам или отклонению запроса на вывод денег.</p>\n<p>Последующий важный момент &mdash; это определение подходящего метода вывода. Популярные способы охватывают банковские транзакции, цифровые кошельки и криптовалюты. Каждый из этих содержит свои достоинства и недостатки, такие как скорость перевода и сборы. Скажем, цифровые кошельки как правило гарантируют более скорый вывод по сравнению с финансовыми переводами.</p>\n<p>Не менее важно верно вписать все требуемые информацию при запросе на вывод. Ошибки в реквизитах могут привести к задержкам или даже утрате средств. Основательная оценка сведений перед направлением требования поможет уклониться от ненужных трудностей и обеспечит вовремя полученное получение приза.</p>\n<h2>Смартфонная вариация с встроенным букмекером</h2>\n<p>Мобильная версия с интегрированным ставочным сервисом даёт пользователям уникальную перспективу делать беты в любое время и в любом уголке мира. Это особенно удобно подходит для тех, кто не хочет быть привязанным к ПК. С помощью передовым технологиям, интерфейс программ для смартфонов подстроен под любые устройства, что обеспечивает возможность легко ориентироваться и оперативно обнаруживать необходимые мероприятия. Пользователи могут делать ставки на атлетические состязания, участвовать в игорном заведении и следить за итогами в режиме реального времени.</p>\n<p>Одним из ключевых плюсов становится встраивание с популярными платежными системами, что гарантирует мгновенные и надежные транзакции. Игроки способны пополнять аккаунт и забирать деньги без дополнительных задержек. Встроенные функции извещений дают возможность не прозевать ключевые происшествия или изменения коэффициентов, особенно когда дело касается казино онлайн.</p>\n<p>Помимо этого, множество смартфонные аппы предлагают премии и спецпредложения, которые предоставляются только через мобильную версию. Такое поощряет участников более часто заходить в программу и быть активными игроками процесса игры. Мобильная вариант с вмонтированным ставочным сервисом становится неотъемлемой частью современного мира беттинга, предлагая пользователям максимальный удобство и комфортность.</p>\n<h2>Альтернативный подход к игорному заведению и бетам через дубль-сайт.</h2>\n<p>Зеркала игорных заведений &mdash; это альтернативные ссылки, которые обеспечивают игрокам миновать фильтры и получить доступ к предпочитаемым сайтам для пари. Указанные альтернативные ссылки являются полными дубликатами центрального ресурса, предоставляя аналогичный функционал и внешний вид. Такие сайты разрабатываются, чтобы обходить запреты, наложенные поставщиками интернета или государственными органами. Важно учитывать, что копии не преступают норм, так как они лишь дублируют легальный контент.</p>\n<p>Для применения альтернативного сайта пользователю достаточно обнаружить действующий адрес через поисковик или тематические форумы. Обычно такие ресурсы предоставляют перечни рабочих зеркал, которые часто обновляют. Следует подчеркнуть, что отдельные онлайн-казино предлагают авто уведомления о свежих зеркалах через email или мессенджеры, что значительно делает проще процесс поиска.</p>\n<p>При подборе отражателя важно сосредотачиваться на его безопасность. Эксплуатация достоверных ресурсов обеспечивает защиту информации и надежность работы платформы. Пользователи должны сторониться сомнительных веб-сайтов, которые могут нести угрозу в виде вирусов или фишинговых атак. Таким путём, альтернативные ссылки являются не только комфортным методом подключения к казино, но и предоставляют надёжный геймплей при правильном подходе к их использованию.</p>\n<h2>План лояльности и особые предложения</h2>\n<p>Планы верности в виртуальных казино являются ключевым элементом сферы, обеспечивая геймерам особые перспективы для наращивания призов и получения эксклюзивных бонусов. Такие программы содержат аккумуляцию баллов за всякую бет, которые впоследствии можно обменять на реальные деньги или фриспины. Элитные предложения часто включают индивидуальные премии, быстрые транзакции и возможность играть в закрытых турнирах.</p>\n<p>Пользователи, достигшие VIP-статуса, имеют возможность ожидать специальные бонусы, такие как персональный аккаунт-менеджер и приглашения на эксклюзивные мероприятия. Насколько значительнее уровень лояльности, тем более привлекательными оказываются положения: от увеличенных ограничений на обналичивание средств до уникальных подарков и путешествий. Данные оферы не только увеличивают уровень участия, но и формируют чувство принадлежности к избранной группе, что делает игру еще более волнующей.</p>\n<h2>Помощь юзеров-ставочников</h2>\n<p>Поддержка юзеров-бетторов азино 777 выполняет основную функцию в индустрии онлайн-гемблинга. Ставочники, сталкиваясь с техническими неполадками или вопросами по расчетам, ждут оперативной и результативной поддержки. Критично, чтобы служба помощи была на связи 24/7 и предоставляла полиглотную помощь, что позволяет обслуживать глобальную клиентуру. Качественная помощь помогает увеличению лояльности пользователей и повышению их сохранения.</p>\n<p>Особенное внимание необходимо обратить подготовке работников поддержки клиентов. Они должны быть не лишь компетентными в деталях работы системы, но и иметь умениями урегулирования разногласий. Данное в частности существенно в ситуациях, если пользователи проявляют разочарование из-за потерь или задержек в выплатах. Использование современных техник, например, виртуальные ассистенты на базе искусственного интеллекта, может значительно оптимизировать процесс обработки стандартных запросов, освобождая сотрудников колл-центра для более сложных задач.</p>\n<p>Для результативного сотрудничества с игроками также важно принимать во внимание их пристрастия и манеру игры. Анализ данных о игроках содействует корректировать предложения и улучшать взаимодействие с пользователем. Таким образом, саппорт игроков является не просто технологической потребностью, а тактическим инструментом для увеличения прибыли и конкурентоспособности казино и казино онлайн в сфере интернет-азартных игр.</p>\n<h2>Рейтинг казино с функцией совершать ставки</h2>\n<p>При подборе оптимального онлайн игорного заведения для ставок, игроки должны рассматривать несколько ключевых аспектов. Прежде всего, разрешение. Надежные онлайн-казино неизменно располагают сертификат от уважаемых надзорных органов, вроде Malta Gaming Authority или UK Gambling Commission. Кроме того, ассортимент игр. Отличное казино поставляет ассортимент игровых автоматов: от классических слотов до актуальных лайв-казино с реальными дилерами.</p>\n<p>Важным фактором является бонусная программа казино онлайн. Здесь несколько типов поощрений, что необходимо искать:</p>\n<ul>\n<li>Начальный бонус</li>\n<li>Бездеп бонус</li>\n<li>Бонусы за пополнение счета</li>\n<li>Кэшбек</li>\n</ul>\n<p>Каждый из данных привилегий в состоянии существенно поднять возможности на победу.</p>\n<p>В конце концов, не следует забывать о обслуживании клиентов. Лучшие игровые клубы предлагают 24/7 помощь с использованием текстовый чат или звонок. Оперативная и профессиональная поддержка в урегулировании любых проблем делает игровой процесс более удобным и надёжным. Необходимо также обращать внимание на рецензии клиентов, чтобы избежать негативных моментов и радоваться процессом игры в максимально.</p>','Онлайн игорное заведение с возможностями букмекерской конторы','','inherit','closed','closed','','436-revision-v1','','','2025-10-14 13:26:50','2025-10-14 06:26:50','',436,'https://lion288slot.com/?p=437',0,'revision','',0),
(438,1,'2025-10-13 21:56:04','2025-10-13 14:56:04','<meta name=\"description\" content=\"A Mostbet proporciona diversas variantes para roleta, incluindo the roleta europeia, americana e francesa. \"/><h1>Mostbet Portugal Pt On Line Casino Revisão E Games De Azar</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Apostas Na Liga 2 Campeões 2025/26 Em Mostbet - Mercados, Previsões E Últimas Odds</a></li><li><a href=\"#toc-1\">Informações Sobre A New Mostbet Br</a></li><li><a href=\"#toc-2\">Detalhes Para Contato Do Suporte Da Mostbet</a></li><li><a href=\"#toc-3\">Perguntas Frequentes Para Mostbet Brasil</a></li><li><a href=\"#toc-4\">Baixar Mostbet Br No Android (apk) E Ios</a></li><li><a href=\"#toc-5\">Roleta</a></li><li><a href=\"#toc-6\">Apostas Ao Vivo Mostbet</a></li><li><a href=\"#toc-7\">Sexta-feira Das Vitórias Mostbet Rehabilitation Apostas</a></li><li><a href=\"#toc-8\">Verificação Sobre Identidade E Segurança Para</a></li><li><a href=\"#toc-9\">Apostas E Casino</a></li><li><a href=\"#toc-10\">Jogo Para Pôquer</a></li><li><a href=\"#toc-11\">Aplicativo X Site</a></li><li><a href=\"#toc-12\">Esportes Virtuais</a></li><li><a href=\"#toc-13\">Jogar E Instalar O Aplicativo Móvel Mostbet</a></li><li><a href=\"#toc-14\">Versão Móvel E Apps Android Os E Ios Mostbet</a></li><li><a href=\"#toc-15\">Apk Afin De Ios Da Mostbet</a></li><li><a href=\"#toc-16\">Apostar No Cybersport</a></li><li><a href=\"#toc-17\">Suporte Na Mostbet</a></li><li><a href=\"#toc-18\">Ios</a></li><li><a href=\"#toc-19\">Como Faço Pra Instalar O Aplicativo Mostbet Em Meu Dispositivo Android? </a></li><li><a href=\"#toc-20\">Registro De Conta Mostbet No Brasil</a></li><li><a href=\"#toc-21\">Os\" \"caça-níqueis Mais Populares No Meio Dos Jogadores Em 2025</a></li><li><a href=\"#toc-22\">Apostas Esportivas Ao Vivo</a></li><li><a href=\"#toc-23\">Código Promocional Mostbet</a></li><li><a href=\"#toc-24\">Apostas Grátis Aviator: Bônus Sem Depósito Perform Jogo Crash Mostbet</a></li><li><a href=\"#toc-26\">Características Live Casino</a></li><li><a href=\"#toc-28\">Jogo De Jackpot</a></li><li><a href=\"#toc-29\">Oferta Primeiro Depósito</a></li><li><a href=\"#toc-30\">Mostbet Esports</a></li><li><a href=\"#toc-31\">Promoções Semanais</a></li><li><a href=\"#toc-32\">Bónus De Boas-vindas Mostbet Pt</a></li><li><a href=\"#toc-33\">Aplicativo Da Mostbet</a></li><li><a href=\"#toc-34\">Métodos De Deposito E Depósito Inicial</a></li></ul></div><p>Os usuários tem a possibilidade de fazer um depósito utilizando o net banking, qualquer cartão Visa da Mastercard.  Considerando a emergente popularidade das carteiras eletrônicas, a Mostbet também oferece a new seus usuários some sort of possibilidade de produzir pagamentos através para carteiras eletrônicas.  O aplicativo de apostas móveis da Mostbets está disponível pra download e é utilizado em aparelhos móveis que executam os sistemas operacionais Android e iOS, assim como no ano de tablets.</p><ul><li> explorar suas excelentes atrações. </li><li>Você também terá a opção de participar sobre ligas de todo a terra em suas apostas esportivas. </li><li>Estas funcionalidades e políticas demonstram to compromisso da Mostbet em promover 1 ambiente seguro e responsável para operating system seus jogadores em Portugal. </li><li>Além de proteger seus dados pessoais, você também precisará fiar seu e-mail systems número de telefone com uma mensagem de verificação em virtude de o seu sign in. </li></ul><p>O atendimento ao cliente é rápido e eficiente para averiguar seus problemas.  O jogo responsável na MostBet é essential para as\" \"finanças pessoais de teus usuários.  O cassino tem as diretrizes e os regulamentos corretos para ser um local seguro e protegido em virtude de você jogar.  Para entrar no orden, você deve cumprir as restrições definidas para garantir to bem-estar dos usuários.</p><h2 id=\"toc-0\">Apostas Na Liga Dos Campeões 2025/26 Em Mostbet - Mercados, Previsões E Últimas Odds</h2><p>Há diferentes maneiras sobre se registrar durante telefone, e-mail ou mídia social.  Outra maneira de adquirir um bônus é usar o código promocional da Mostbet – BETBONUSIN.  Insira esse código no campo e você receberá um bônus, que pode solicitar um depósito sobre acordo com operating system termos.  Os bônus são o que os jogadores estão procurando e the Mostbet tem vários bônus para los dos os usuários.  Use o código promocional MostBet HUGE ao se registrar pra obter o mais interessante bônus de boas-vindas disponível.</p><ul><li>A maioria 2 programas de fidelidade da Bet são privilégios ativos electronic os clientes VIP desfrutam enquanto apostam nesta plataforma. </li><li>Considerando a emergente popularidade das carteiras eletrônicas, a Mostbet também oferece a seus usuários a possibilidade de produzir pagamentos através de carteiras eletrônicas. </li><li> caso dos saques, contando através da verificação sobre segurança, o processamento leva, no</li><li>As apostas tem a possibilidade de serem seguras quando os favoritos competem e também têm grandes chances. </li><li>Você fará sua intencionadamente se acha o qual o Jogador ganhará, ou o Banqueiro ganhará. </li></ul><p>Isso permite os quais os jogadores analisem suas apostas de forma prática, search engine optimization ter que procurar informações em outros sites.  Você pode apostar antes do início da partida, acessando os mercados de apostas ao listo.  Outra forma comum de apostar, em que você faz suas apostas saccage dos jogos, apresentando mercados disponíveis até 2 dias anteriormente ao evento <a href=\"https://mostbet-brasil-top.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Informações Sobre Some Sort Of Mostbet Br</h3><p>A casa de apostas oferece acesso a apostas em mais de 40 modalidades esportivas.  A linha mais ampla é a do futebol, em que ligas de quase 80 países estão representadas.  Para obter informações atualizadas, é recomendável contarse em contato apresentando a equipe para suporte.  O principal objetivo da MostBet é oferecer uma experiência única elizabeth positiva.</p><p>Para aqueles em áreas restritas, pode servir necessário usar alguma VPN para visitar o site.  Já no caso de dispositivos iOS, um processo de get é mais tranquilo.  Os utilizadores podem aceder ao internet site da Mostbet através do navegador carry out seu iPhone systems iPad e determinar a opção para download para iOS.  Após seguir because instruções, a aplicação ficará disponível not any ecrã do mecanismo.  O “Express Booster” é uma promoção da Mostbet PT que oferece um bónus adicional aos jogadores que fazem apostas acumuladas (também conhecidas como apostas múltiplas ou “expresso”).  Além do bónus de depósito, operating system novos jogadores também podem receber o pacote de jogadas grátis em slots selecionadas, caso optem pelo bónus de casino.</p><h3 id=\"toc-2\">Detalhes De Contato Do Suporte Da Mostbet</h3><p>Os compradores que frequentam operating system cassinos brasileiros administrados pela Mostbet parecem apreciar este jogo em particular.  O pôquer ao vivo, um dos games mais populares em cassinos online, é uma das opções de apostas weil Mostbet.  Como todos eles são licenciados e administrados durante empresas de application conceituadas, todos operating-system jogos são controlados pelo RNG.  Os usuários nacionais podem fazer apostas com a Mostbet em uma ampla escolha sobre eventos esportivos.  Para entender mais em relação à cada um deles e como eles poderiam ajudá-lo some sort of otimizar seus lucro potenciais, leia since descrições de cada um deles o qual são fornecidas abaixo.</p><p>Baixe o app através dos links oficiais e aproveite todos os benefícios disponíveis.  Nossa seção de apostas esportivas cobre uma ampla variedade para eventos.  Abaixo estão os esportes também populares e operating-system mercados de apostas disponíveis.</p><h2 id=\"toc-3\">Perguntas Frequentes Para Mostbet Brasil</h2><p>Temos opções de Bacará Super 6, Bacará\" \"[newline] Mini, Bacará Crucial e muitos outros.  O depósito electronic Mostbet withdrawal tem a possibilidade de serem feitos de néanmoins de 20 maneiras diferentes, e o  usuário pode decidir a mais conveniente.  O ganho máximo com as rodadas grátis é de R$500 e o requisito de skidding é 60x.</p><ul><li>Você pode fazer apostas esportivas e ganhar dinheiro rápido elizabeth fácil. </li><li>Além do formulário, você tem a possibilidade de se registrar possuindo seu número de telefone, e-mail systems mídia social. </li><li>Um usuário deve depositar pelo menos 40 BRL em criptomoedas em sua conta para ser elegível para este tipo de bônus. </li><li>Os saques na MostBet são feitos conforme o método de pagamento utilizado. </li><li>Neste tipo de expresamente, o jogador pode fazer um combination com várias partidas no mesmo bilhete como também a odd é uma soma para todas as apostas feitas. </li></ul><p>Por outro lado, em bolsa Mostbet, você pode apostar contra outras pessoas no ano de vez de enemistad uma\" \"locuinta de apostas.  Você pode apostar na derrota de alguma seleção, bem asi como na vitória.  A bolsa de apostas Mostbet Brasil conecta pessoas com opiniões opostas e gerencia o dinheiro elizabeth as odds.  Se sua aposta aniquilar, você recebe dinheiro da pessoa o qual apostou contra você. É importante visualizar que, atualmente, não oferecemos uma trampolín de bolsa Mostbet Brasil.  Sim, a new Mostbet oferece o aplicativo móvel pra dispositivos Android electronic iOS, assim como alguma versão móvel do site que permite que você jogue em qualquer dispositivo móvel.</p><h2 id=\"toc-4\">Baixar Mostbet Br No Android (apk) E Ios</h2><p>A incapere de apostas MostBet tem um histórico impecável no lugar desde 2009.  As\" \"avaliações da MostBet continuamente foram positivas, pois ela oferece um bônus de boas-vindas, rodadas grátis, procuring e muito néanmoins.  É uma  tablado de jogos la cual combina jogos sobre cassino e apostas esportivas.</p><ul><li>Jogadores do Brasil normalmente optam tanto pelos jogos normais de blackjack quanto pelos jogos ao listo na Mostbet. </li><li>Os pagamentos são feitos através de canais criptografados, e a existência de uma licença responsable que os pagamentos sejam seguros. </li><li>Ao conhecer o site formal da Mostbet, você é recebido apresentando uma interface elegante e amigável que é fácil sobre navegar. </li></ul><p>Com o registro concluído, você acessa los dos os jogos elizabeth promoções do Online casino Mostbet.  Navegue no ano de nossa interface intuitiva e explore as opções disponíveis.  Na Mostbet PT, garantimos uma experiência sobre jogo completa elizabeth segura.  Todas since apostas e jogos são supervisionados em virtude de oferecer transparência entire.</p><h3 id=\"toc-5\">Roleta</h3><p>No entanto, uma alternativa pode se destacar no ano de termos de benefícios para determinados tipos de usuários.  Avalie os prós electronic os contras para cada alternativa at the escolha a o qual melhor atende às suas necessidades.  Se fizer o de início depósito dentro de 35 minutos após u registro, o bônus será de 125%.  Para obter u bônus inicial de uma Mostbet, é necessário fazer um depósito mínimo de R$ 25, 00 electronic máximo de R$ 1. 700, 00.</p><ul><li> específicos em virtude de cassino e apostas esportivas. </li><li>Em qualquer caso, some sort of essência destes games é que um usuário compra 1 certo número para bilhetes de momio e espera os quais o sorteio comece. </li><li>Aparecerá 1 formulário onde você deverá preencher todos os campos elizabeth escolher a moeda (euro) em que pretende jogar. </li><li> demandando somente alguns minutos dos jogadores e apostadores. </li></ul><p>Estes requisitos alteram consoante o formato de bónus (desportivo ou casino) elizabeth devem ser cumpridos dentro de um determinado prazo.  As slots abrangem alguma vasta gama sobre temas e funcionalidades, desde jogos clássicos a títulos apresentando gráficos e animações de última geração.  Já os jogos de mesa electronic os jogos possuindo dealers ao festón proporcionam uma experiência de casino também imersiva, com interação em tempo true.  As odds são atualizadas em speed real, permitindo aos apostadores reagir velocemente a qualquer mudança no decorrer dos eventos desportivos.</p><h3 id=\"toc-6\">Apostas Ao Vivo Mostbet</h3><p>Para acessar a odaie de apostas Many bet, você tem a possibilidade de usar o aplicativo móvel oficial.  Se você quiser baixar gratuitamente o aplicativo Mostbet para Android no Brasil, clique no ícone correspondente na página main do site de uma casa de apostas.  Os jogadores também recebem apostas grátis no aniversário, seguro para apostas expressas e incentivos adicionais, que podem inmiscuirse bônus adicionais vello uso ativo do site e perform aplicativo.  As condições para receber at the apostar os bônus\" \"estão descritas em pontos em nosso artigo.  Descubra como jogar Mines e evite as minas escondidas para ganhar elevados prêmios.</p><ul><li>Os jogadores na plataforma podem escolher entre muitas opções, como Blackjack</li><li>Ela\" \"vem frequentemente recomendada pra iniciantes que começam a descartar operating-system princípios do jogo. </li><li>O site tem para longe o mais número de mesas com a mais seleção possível sobre limites de apostas que vimos até agora. </li><li>Aqui você pode unir várias partidas na um único bilhete e as posibilidades totais serão the soma de muchas as opções de apostas que você escolher. </li><li>Perfeito para jogadores o qual buscam uma experiência diferente dos caça-níqueis clássicos. </li></ul><p>Os usuários podem vaticinar o resultado das lutas, o número de rounds e outros eventos relacionados aos combates.  Aumente o saldo perform seu primeiro depósito cumprindo as diretrizes do bônus sobre boas-vindas.  Até 125% do seu depósito em apostas esportivas ou 125% + 250 rodadas grátis no cassino.  O cassino ao palpitante é ideal para aqueles que gostam da tensão elizabeth da emoção carry out momento.  Há vários tipos de apostas e jogos clássicos em que você pode multiplicar seu dinheiro ao vivo e com dealers ao vivo.</p><h2 id=\"toc-7\">Sexta-feira Dieses Vitórias Mostbet Pt Apostas</h2><p>variações populares como u Spin and Succeed.  Popular jogo la cual consiste em produzir o máximo sobre pontos com a few cartas, há ótimas  opções de bacará no MostBet.</p><p>Com 14 anos no setor, a Mostbet é uma sociedad de cassino at the apostas on-line o qual garante entretenimento de qualidade e promoções atraentes para todos os seus apostadores.  Cadastre-se\" \"electronic ganhe um bônus de 100%, o qual pode chegar a new até 1. seven hundred reais!  Para apostas esportivas, você pode usar o web-site oficial ou u aplicativo Mostbet.  Na plataforma, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos.  Ao utilizar o código promocional, os jogadores podem desatascar benefícios exclusivos os quais aprimoram a experiência de jogo na plataforma Mostbet Italy.  Com suporte pra EUR e métodos de pagamento como Skrill, Paysafecard at the Bitcoin, a application facilita depósitos electronic saques rápidos.</p><h2 id=\"toc-8\">Verificação Para Identidade E Segurança Para</h2><p>Na Line você expresamente em partidas e confrontos que ainda não começaram.  Graças a isto, você pode analisar some sort of situação, avaliar a new forma e a condição das equipes e\" \"fazer a melhor previsão.  O momento 2 resultados depende do instrumento de deposito específico.  Se o site estiver inacessível, use espelhos os quais estejam funcionando.  Um espelho atualizado weil Mostbet com está disponível em nosso recurso.</p><p>Os gráficos realistas e a jogabilidade suave criam some sort of atmosfera de 1  cassino real.  As apostas esportivas across the internet da MostBet estão disponíveis para diversos países do mundo.  Alguns recebem maiores benefícios, como bônus para boas-vindas ou rodadas grátis, dependendo weil localização.</p><h3 id=\"toc-9\">Apostas E Casino</h3><p>Fãs de tênis podem apostar nos principais torneios ATP, WTA e ITF, como os Grand Slams, Copa Davis,   Billie Jean California king Cup e outros pela MostBet.  A seção MostBet Are living traz excelentes atrações em tempo genuine, muitas  delas com dealer em português e com possibilidade de grandes prêmios.</p><ul><li>Nossas avaliações consistentemente positivas refletem a qualidade de nossos serviços, como nossa ampla seleção de esportes, sistema de deposito confiável\" \"electronic suporte ao cliente responsivo. </li><li>Você terá a opção de inserir um código promocional, lo que Bono2023, para obter benefícios. </li><li>De propriedade da Venson Ltd. com ubicación em Chipre, a new casa de apostas tem formação na Europa Oriental at the é regulamentada no ano de Curaçao e disponibiliza muitos bônus, electronic código promocional. </li></ul><p>Além disso, operating system jogos de gambling establishment ao vivo de uma Mostbet oferecem limites de apostas diversos, acomodando tanto jogadores casuais quanto operating-system de alto-nível.  Isso garante que quaisquer tipos de apostadores possam desfrutar desses jogos imersivos.  A Mostbet oferece uma seção de Perguntas Frequentes (FAQ) afin de responder às dúvidas mais comuns 2 jogadores e apostadores.  Esta seção fornece informações sobre padrón, pagamentos e apostas, reduzindo a necessidade de assistência direta da equipe de suporte.  O aplicativo da Mostbet proporciona a mesma experiência do site, otimizada para dispositivos móveis.  Com ele, você pode jogar electronic fazer apostas de forma segura no ano de qualquer lugar.</p><h2 id=\"toc-10\">Jogo De Pôquer</h2><p>Você também pode jogar loterias on-line na Mostbet, o que te dá muitas oportunidades para tentar tua sorte e pactar seus números favoritos.  Seja rigoroso possuindo sua carteira bancária e evite envidar alto mais perform que a quantia pré-determinada, mesmo que você esteja em uma maré para vitórias.  Você precisa continuar jogando através da parte que está disposto a arruinar para não prejudicar sua situação financeira.</p><ul><li>Entretanto, antes de fazer um depósito em Mostbet, você precisa ter uma conta em um dos bancos. </li><li>No Brasil, é legal to uso da Internet para jogos at the apostas online. </li><li>Baixe o app através dos links oficiais e aproveite todos os benefícios disponíveis. </li></ul><p>A MostBet Online casa de apostas é uma das casas sobre apostas esportivas também influentes do planeta.  Ela é conhecida por operar no ano de mais de 40 países do planeta com sua emplazamiento em Nicósia, Chipre.  A Mostbet foi criada em 2009 e recebe jogadores de mais para 90 países.  De propriedade da Venson Ltd. com sede em Chipre, a new casa de apostas tem formação em Europa Oriental electronic é regulamentada no ano de Curaçao e disponibiliza muitos bônus, electronic código promocional.</p><h3 id=\"toc-11\">Aplicativo X Site</h3><p>Além disso, há vários programas de bônus para jogos de apostas electronic cassinos.  Também é reconhecida por seu Mostbet cassino ao vivo, que proporciona além de apostas esportivas.  Embora the Mostbet Casino possa lhe oferecer um bônus especial em virtude de seu depósito preliminar, a gama de jogos oferecidos é excepcional.  A Mostbet também oferece apostas ao vivo bem desenvolvidas, que ganharam um apelo considerável no meio dos jogadores portugueses nos últimos anos.</p><ul><li>O depósito elizabeth Mostbet withdrawal podem ser feitos de também de 20 maneiras diferentes, e o</li><li>A MostBet Online casa para apostas é alguma das casas de apostas esportivas néanmoins influentes do universo. </li><li>O jogo é fácil de cultivarse e agrada seja a iniciantes quanto a jogadores experientes. </li><li>Esse jogo no estilo caça-minas combina estratégia, risco e adrenalina the cada clique. </li><li>Na Mostbet PT, garantimos uma experiência para jogo completa at the segura. </li></ul><p>Olimpíadas e Copa, além de ligas importantes como some sort of NBA, NBB at the muitas outras.  Também muito tradicional, the roleta é uma atração muito importante no MostBet.  Há  opções de Roleta Brasileira, Roleta Americana e Roleta Europeia, além de</p><h3 id=\"toc-12\">Esportes Virtuais</h3><p>Processamos todas as transações de forma rápida para o teu conforto.  Abaixo, apresentamos os principais métodos disponíveis para jogadores.  O site suporta uma variedade de procedimentos de deposito, incluindo todos operating-system principais cartões de crédito, seu depósito mínimo é sobre R$20.</p><ul><li>O MostBet também adota verificação afin de liberar saques, esquivando fraudes. </li><li>Aproveite o bônus de boas-vindas para novos usuários, que pode incluir fundos extras systems giros grátis. </li><li>Os novos jogadores ag Mosbet no Brasil podem aproveitar o generoso bônus para boas-vindas de até R$ 2. 500, com o valor do bônus determinado pela taxa de depósito após o registro. </li><li>As rodadas grátis estão sujeitas a uma exigência de aposta sobre 60 vezes o valor do bônus. </li><li>Em seguida, será solicitado que você preencha algumas informações básicas, como seu nom de famille, endereço de email-based e moeda de preferência. </li></ul><p>Registros by means of celular exigem um número de telefone, enquanto registros por e-mail pedem informações pessoais mais detalhadas.  A Mostbet REHABILITATION também disponibiliza opções de recuperação para senha, caso os utilizadores tenham dificuldades em aceder à sua conta.  Estas funcionalidades podem servir ativadas através do email ou perform número de telemóvel associado à conta.  No entanto, é importante lembrar que os bónus obtidos através de recomendações também estão sujeitos a requisitos para apostas anteriormente a poderem\" \"servir levantados.</p><h2 id=\"toc-13\">Jogar E Instalar To Aplicativo Móvel Mostbet</h2><p>A equipe vencedora é a que tem o maior número de gols marcados em geral em comparação com the adversária.  Ela reduz a possibilidade sobre um mau esfuerzo ao mesmo tempo na qual permite la cual você lucre apresentando o sucesso para seus rivais.  Em pouco tempo um seu saque Mostbet estará disponível na sua conta pessoal.  Maior agilidade mhh plataforma, consumo reduzido de internet electronic alertas em beat real.\"</p><p>Este metodo de recomendação é uma excelente maneira de os jogadores gerarem rendimento adicional, simplesmente por partilharem o seu link de referência apresentando amigos e familiares.  Esta promoção hebdomadario é uma excelente oportunidade para os apostadores em Portugal maximizarem os seus ganhos e desfrutarem de bónus adicionais durante o fim de semana.  Esta promoção de\" \"aniversário é uma excelente oportunidade para operating system jogadores portugueses desfrutarem de bónus e regalias especiais mhh Mostbet PT.</p>','Mostbet Italy: Casino E Apostas 2025\"','','publish','closed','','','mostbet-italy-casino-e-apostas-2025','','','2025-10-14 14:00:03','2025-10-14 07:00:03','',0,'https://lion288slot.com/?p=438',0,'post','',0),
(439,1,'2025-10-14 14:00:03','2025-10-14 07:00:03','<meta name=\"description\" content=\"A Mostbet proporciona diversas variantes para roleta, incluindo the roleta europeia, americana e francesa. \"/><h1>Mostbet Portugal Pt On Line Casino Revisão E Games De Azar</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Apostas Na Liga 2 Campeões 2025/26 Em Mostbet - Mercados, Previsões E Últimas Odds</a></li><li><a href=\"#toc-1\">Informações Sobre A New Mostbet Br</a></li><li><a href=\"#toc-2\">Detalhes Para Contato Do Suporte Da Mostbet</a></li><li><a href=\"#toc-3\">Perguntas Frequentes Para Mostbet Brasil</a></li><li><a href=\"#toc-4\">Baixar Mostbet Br No Android (apk) E Ios</a></li><li><a href=\"#toc-5\">Roleta</a></li><li><a href=\"#toc-6\">Apostas Ao Vivo Mostbet</a></li><li><a href=\"#toc-7\">Sexta-feira Das Vitórias Mostbet Rehabilitation Apostas</a></li><li><a href=\"#toc-8\">Verificação Sobre Identidade E Segurança Para</a></li><li><a href=\"#toc-9\">Apostas E Casino</a></li><li><a href=\"#toc-10\">Jogo Para Pôquer</a></li><li><a href=\"#toc-11\">Aplicativo X Site</a></li><li><a href=\"#toc-12\">Esportes Virtuais</a></li><li><a href=\"#toc-13\">Jogar E Instalar O Aplicativo Móvel Mostbet</a></li><li><a href=\"#toc-14\">Versão Móvel E Apps Android Os E Ios Mostbet</a></li><li><a href=\"#toc-15\">Apk Afin De Ios Da Mostbet</a></li><li><a href=\"#toc-16\">Apostar No Cybersport</a></li><li><a href=\"#toc-17\">Suporte Na Mostbet</a></li><li><a href=\"#toc-18\">Ios</a></li><li><a href=\"#toc-19\">Como Faço Pra Instalar O Aplicativo Mostbet Em Meu Dispositivo Android? </a></li><li><a href=\"#toc-20\">Registro De Conta Mostbet No Brasil</a></li><li><a href=\"#toc-21\">Os\" \"caça-níqueis Mais Populares No Meio Dos Jogadores Em 2025</a></li><li><a href=\"#toc-22\">Apostas Esportivas Ao Vivo</a></li><li><a href=\"#toc-23\">Código Promocional Mostbet</a></li><li><a href=\"#toc-24\">Apostas Grátis Aviator: Bônus Sem Depósito Perform Jogo Crash Mostbet</a></li><li><a href=\"#toc-26\">Características Live Casino</a></li><li><a href=\"#toc-28\">Jogo De Jackpot</a></li><li><a href=\"#toc-29\">Oferta Primeiro Depósito</a></li><li><a href=\"#toc-30\">Mostbet Esports</a></li><li><a href=\"#toc-31\">Promoções Semanais</a></li><li><a href=\"#toc-32\">Bónus De Boas-vindas Mostbet Pt</a></li><li><a href=\"#toc-33\">Aplicativo Da Mostbet</a></li><li><a href=\"#toc-34\">Métodos De Deposito E Depósito Inicial</a></li></ul></div><p>Os usuários tem a possibilidade de fazer um depósito utilizando o net banking, qualquer cartão Visa da Mastercard.  Considerando a emergente popularidade das carteiras eletrônicas, a Mostbet também oferece a new seus usuários some sort of possibilidade de produzir pagamentos através para carteiras eletrônicas.  O aplicativo de apostas móveis da Mostbets está disponível pra download e é utilizado em aparelhos móveis que executam os sistemas operacionais Android e iOS, assim como no ano de tablets.</p><ul><li> explorar suas excelentes atrações. </li><li>Você também terá a opção de participar sobre ligas de todo a terra em suas apostas esportivas. </li><li>Estas funcionalidades e políticas demonstram to compromisso da Mostbet em promover 1 ambiente seguro e responsável para operating system seus jogadores em Portugal. </li><li>Além de proteger seus dados pessoais, você também precisará fiar seu e-mail systems número de telefone com uma mensagem de verificação em virtude de o seu sign in. </li></ul><p>O atendimento ao cliente é rápido e eficiente para averiguar seus problemas.  O jogo responsável na MostBet é essential para as\" \"finanças pessoais de teus usuários.  O cassino tem as diretrizes e os regulamentos corretos para ser um local seguro e protegido em virtude de você jogar.  Para entrar no orden, você deve cumprir as restrições definidas para garantir to bem-estar dos usuários.</p><h2 id=\"toc-0\">Apostas Na Liga Dos Campeões 2025/26 Em Mostbet - Mercados, Previsões E Últimas Odds</h2><p>Há diferentes maneiras sobre se registrar durante telefone, e-mail ou mídia social.  Outra maneira de adquirir um bônus é usar o código promocional da Mostbet – BETBONUSIN.  Insira esse código no campo e você receberá um bônus, que pode solicitar um depósito sobre acordo com operating system termos.  Os bônus são o que os jogadores estão procurando e the Mostbet tem vários bônus para los dos os usuários.  Use o código promocional MostBet HUGE ao se registrar pra obter o mais interessante bônus de boas-vindas disponível.</p><ul><li>A maioria 2 programas de fidelidade da Bet são privilégios ativos electronic os clientes VIP desfrutam enquanto apostam nesta plataforma. </li><li>Considerando a emergente popularidade das carteiras eletrônicas, a Mostbet também oferece a seus usuários a possibilidade de produzir pagamentos através de carteiras eletrônicas. </li><li> caso dos saques, contando através da verificação sobre segurança, o processamento leva, no</li><li>As apostas tem a possibilidade de serem seguras quando os favoritos competem e também têm grandes chances. </li><li>Você fará sua intencionadamente se acha o qual o Jogador ganhará, ou o Banqueiro ganhará. </li></ul><p>Isso permite os quais os jogadores analisem suas apostas de forma prática, search engine optimization ter que procurar informações em outros sites.  Você pode apostar antes do início da partida, acessando os mercados de apostas ao listo.  Outra forma comum de apostar, em que você faz suas apostas saccage dos jogos, apresentando mercados disponíveis até 2 dias anteriormente ao evento <a href=\"https://mostbet-brasil-top.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Informações Sobre Some Sort Of Mostbet Br</h3><p>A casa de apostas oferece acesso a apostas em mais de 40 modalidades esportivas.  A linha mais ampla é a do futebol, em que ligas de quase 80 países estão representadas.  Para obter informações atualizadas, é recomendável contarse em contato apresentando a equipe para suporte.  O principal objetivo da MostBet é oferecer uma experiência única elizabeth positiva.</p><p>Para aqueles em áreas restritas, pode servir necessário usar alguma VPN para visitar o site.  Já no caso de dispositivos iOS, um processo de get é mais tranquilo.  Os utilizadores podem aceder ao internet site da Mostbet através do navegador carry out seu iPhone systems iPad e determinar a opção para download para iOS.  Após seguir because instruções, a aplicação ficará disponível not any ecrã do mecanismo.  O “Express Booster” é uma promoção da Mostbet PT que oferece um bónus adicional aos jogadores que fazem apostas acumuladas (também conhecidas como apostas múltiplas ou “expresso”).  Além do bónus de depósito, operating system novos jogadores também podem receber o pacote de jogadas grátis em slots selecionadas, caso optem pelo bónus de casino.</p><h3 id=\"toc-2\">Detalhes De Contato Do Suporte Da Mostbet</h3><p>Os compradores que frequentam operating system cassinos brasileiros administrados pela Mostbet parecem apreciar este jogo em particular.  O pôquer ao vivo, um dos games mais populares em cassinos online, é uma das opções de apostas weil Mostbet.  Como todos eles são licenciados e administrados durante empresas de application conceituadas, todos operating-system jogos são controlados pelo RNG.  Os usuários nacionais podem fazer apostas com a Mostbet em uma ampla escolha sobre eventos esportivos.  Para entender mais em relação à cada um deles e como eles poderiam ajudá-lo some sort of otimizar seus lucro potenciais, leia since descrições de cada um deles o qual são fornecidas abaixo.</p><p>Baixe o app através dos links oficiais e aproveite todos os benefícios disponíveis.  Nossa seção de apostas esportivas cobre uma ampla variedade para eventos.  Abaixo estão os esportes também populares e operating-system mercados de apostas disponíveis.</p><h2 id=\"toc-3\">Perguntas Frequentes Para Mostbet Brasil</h2><p>Temos opções de Bacará Super 6, Bacará\" \"[newline] Mini, Bacará Crucial e muitos outros.  O depósito electronic Mostbet withdrawal tem a possibilidade de serem feitos de néanmoins de 20 maneiras diferentes, e o  usuário pode decidir a mais conveniente.  O ganho máximo com as rodadas grátis é de R$500 e o requisito de skidding é 60x.</p><ul><li>Você pode fazer apostas esportivas e ganhar dinheiro rápido elizabeth fácil. </li><li>Além do formulário, você tem a possibilidade de se registrar possuindo seu número de telefone, e-mail systems mídia social. </li><li>Um usuário deve depositar pelo menos 40 BRL em criptomoedas em sua conta para ser elegível para este tipo de bônus. </li><li>Os saques na MostBet são feitos conforme o método de pagamento utilizado. </li><li>Neste tipo de expresamente, o jogador pode fazer um combination com várias partidas no mesmo bilhete como também a odd é uma soma para todas as apostas feitas. </li></ul><p>Por outro lado, em bolsa Mostbet, você pode apostar contra outras pessoas no ano de vez de enemistad uma\" \"locuinta de apostas.  Você pode apostar na derrota de alguma seleção, bem asi como na vitória.  A bolsa de apostas Mostbet Brasil conecta pessoas com opiniões opostas e gerencia o dinheiro elizabeth as odds.  Se sua aposta aniquilar, você recebe dinheiro da pessoa o qual apostou contra você. É importante visualizar que, atualmente, não oferecemos uma trampolín de bolsa Mostbet Brasil.  Sim, a new Mostbet oferece o aplicativo móvel pra dispositivos Android electronic iOS, assim como alguma versão móvel do site que permite que você jogue em qualquer dispositivo móvel.</p><h2 id=\"toc-4\">Baixar Mostbet Br No Android (apk) E Ios</h2><p>A incapere de apostas MostBet tem um histórico impecável no lugar desde 2009.  As\" \"avaliações da MostBet continuamente foram positivas, pois ela oferece um bônus de boas-vindas, rodadas grátis, procuring e muito néanmoins.  É uma  tablado de jogos la cual combina jogos sobre cassino e apostas esportivas.</p><ul><li>Jogadores do Brasil normalmente optam tanto pelos jogos normais de blackjack quanto pelos jogos ao listo na Mostbet. </li><li>Os pagamentos são feitos através de canais criptografados, e a existência de uma licença responsable que os pagamentos sejam seguros. </li><li>Ao conhecer o site formal da Mostbet, você é recebido apresentando uma interface elegante e amigável que é fácil sobre navegar. </li></ul><p>Com o registro concluído, você acessa los dos os jogos elizabeth promoções do Online casino Mostbet.  Navegue no ano de nossa interface intuitiva e explore as opções disponíveis.  Na Mostbet PT, garantimos uma experiência sobre jogo completa elizabeth segura.  Todas since apostas e jogos são supervisionados em virtude de oferecer transparência entire.</p><h3 id=\"toc-5\">Roleta</h3><p>No entanto, uma alternativa pode se destacar no ano de termos de benefícios para determinados tipos de usuários.  Avalie os prós electronic os contras para cada alternativa at the escolha a o qual melhor atende às suas necessidades.  Se fizer o de início depósito dentro de 35 minutos após u registro, o bônus será de 125%.  Para obter u bônus inicial de uma Mostbet, é necessário fazer um depósito mínimo de R$ 25, 00 electronic máximo de R$ 1. 700, 00.</p><ul><li> específicos em virtude de cassino e apostas esportivas. </li><li>Em qualquer caso, some sort of essência destes games é que um usuário compra 1 certo número para bilhetes de momio e espera os quais o sorteio comece. </li><li>Aparecerá 1 formulário onde você deverá preencher todos os campos elizabeth escolher a moeda (euro) em que pretende jogar. </li><li> demandando somente alguns minutos dos jogadores e apostadores. </li></ul><p>Estes requisitos alteram consoante o formato de bónus (desportivo ou casino) elizabeth devem ser cumpridos dentro de um determinado prazo.  As slots abrangem alguma vasta gama sobre temas e funcionalidades, desde jogos clássicos a títulos apresentando gráficos e animações de última geração.  Já os jogos de mesa electronic os jogos possuindo dealers ao festón proporcionam uma experiência de casino também imersiva, com interação em tempo true.  As odds são atualizadas em speed real, permitindo aos apostadores reagir velocemente a qualquer mudança no decorrer dos eventos desportivos.</p><h3 id=\"toc-6\">Apostas Ao Vivo Mostbet</h3><p>Para acessar a odaie de apostas Many bet, você tem a possibilidade de usar o aplicativo móvel oficial.  Se você quiser baixar gratuitamente o aplicativo Mostbet para Android no Brasil, clique no ícone correspondente na página main do site de uma casa de apostas.  Os jogadores também recebem apostas grátis no aniversário, seguro para apostas expressas e incentivos adicionais, que podem inmiscuirse bônus adicionais vello uso ativo do site e perform aplicativo.  As condições para receber at the apostar os bônus\" \"estão descritas em pontos em nosso artigo.  Descubra como jogar Mines e evite as minas escondidas para ganhar elevados prêmios.</p><ul><li>Os jogadores na plataforma podem escolher entre muitas opções, como Blackjack</li><li>Ela\" \"vem frequentemente recomendada pra iniciantes que começam a descartar operating-system princípios do jogo. </li><li>O site tem para longe o mais número de mesas com a mais seleção possível sobre limites de apostas que vimos até agora. </li><li>Aqui você pode unir várias partidas na um único bilhete e as posibilidades totais serão the soma de muchas as opções de apostas que você escolher. </li><li>Perfeito para jogadores o qual buscam uma experiência diferente dos caça-níqueis clássicos. </li></ul><p>Os usuários podem vaticinar o resultado das lutas, o número de rounds e outros eventos relacionados aos combates.  Aumente o saldo perform seu primeiro depósito cumprindo as diretrizes do bônus sobre boas-vindas.  Até 125% do seu depósito em apostas esportivas ou 125% + 250 rodadas grátis no cassino.  O cassino ao palpitante é ideal para aqueles que gostam da tensão elizabeth da emoção carry out momento.  Há vários tipos de apostas e jogos clássicos em que você pode multiplicar seu dinheiro ao vivo e com dealers ao vivo.</p><h2 id=\"toc-7\">Sexta-feira Dieses Vitórias Mostbet Pt Apostas</h2><p>variações populares como u Spin and Succeed.  Popular jogo la cual consiste em produzir o máximo sobre pontos com a few cartas, há ótimas  opções de bacará no MostBet.</p><p>Com 14 anos no setor, a Mostbet é uma sociedad de cassino at the apostas on-line o qual garante entretenimento de qualidade e promoções atraentes para todos os seus apostadores.  Cadastre-se\" \"electronic ganhe um bônus de 100%, o qual pode chegar a new até 1. seven hundred reais!  Para apostas esportivas, você pode usar o web-site oficial ou u aplicativo Mostbet.  Na plataforma, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos.  Ao utilizar o código promocional, os jogadores podem desatascar benefícios exclusivos os quais aprimoram a experiência de jogo na plataforma Mostbet Italy.  Com suporte pra EUR e métodos de pagamento como Skrill, Paysafecard at the Bitcoin, a application facilita depósitos electronic saques rápidos.</p><h2 id=\"toc-8\">Verificação Para Identidade E Segurança Para</h2><p>Na Line você expresamente em partidas e confrontos que ainda não começaram.  Graças a isto, você pode analisar some sort of situação, avaliar a new forma e a condição das equipes e\" \"fazer a melhor previsão.  O momento 2 resultados depende do instrumento de deposito específico.  Se o site estiver inacessível, use espelhos os quais estejam funcionando.  Um espelho atualizado weil Mostbet com está disponível em nosso recurso.</p><p>Os gráficos realistas e a jogabilidade suave criam some sort of atmosfera de 1  cassino real.  As apostas esportivas across the internet da MostBet estão disponíveis para diversos países do mundo.  Alguns recebem maiores benefícios, como bônus para boas-vindas ou rodadas grátis, dependendo weil localização.</p><h3 id=\"toc-9\">Apostas E Casino</h3><p>Fãs de tênis podem apostar nos principais torneios ATP, WTA e ITF, como os Grand Slams, Copa Davis,   Billie Jean California king Cup e outros pela MostBet.  A seção MostBet Are living traz excelentes atrações em tempo genuine, muitas  delas com dealer em português e com possibilidade de grandes prêmios.</p><ul><li>Nossas avaliações consistentemente positivas refletem a qualidade de nossos serviços, como nossa ampla seleção de esportes, sistema de deposito confiável\" \"electronic suporte ao cliente responsivo. </li><li>Você terá a opção de inserir um código promocional, lo que Bono2023, para obter benefícios. </li><li>De propriedade da Venson Ltd. com ubicación em Chipre, a new casa de apostas tem formação na Europa Oriental at the é regulamentada no ano de Curaçao e disponibiliza muitos bônus, electronic código promocional. </li></ul><p>Além disso, operating system jogos de gambling establishment ao vivo de uma Mostbet oferecem limites de apostas diversos, acomodando tanto jogadores casuais quanto operating-system de alto-nível.  Isso garante que quaisquer tipos de apostadores possam desfrutar desses jogos imersivos.  A Mostbet oferece uma seção de Perguntas Frequentes (FAQ) afin de responder às dúvidas mais comuns 2 jogadores e apostadores.  Esta seção fornece informações sobre padrón, pagamentos e apostas, reduzindo a necessidade de assistência direta da equipe de suporte.  O aplicativo da Mostbet proporciona a mesma experiência do site, otimizada para dispositivos móveis.  Com ele, você pode jogar electronic fazer apostas de forma segura no ano de qualquer lugar.</p><h2 id=\"toc-10\">Jogo De Pôquer</h2><p>Você também pode jogar loterias on-line na Mostbet, o que te dá muitas oportunidades para tentar tua sorte e pactar seus números favoritos.  Seja rigoroso possuindo sua carteira bancária e evite envidar alto mais perform que a quantia pré-determinada, mesmo que você esteja em uma maré para vitórias.  Você precisa continuar jogando através da parte que está disposto a arruinar para não prejudicar sua situação financeira.</p><ul><li>Entretanto, antes de fazer um depósito em Mostbet, você precisa ter uma conta em um dos bancos. </li><li>No Brasil, é legal to uso da Internet para jogos at the apostas online. </li><li>Baixe o app através dos links oficiais e aproveite todos os benefícios disponíveis. </li></ul><p>A MostBet Online casa de apostas é uma das casas sobre apostas esportivas também influentes do planeta.  Ela é conhecida por operar no ano de mais de 40 países do planeta com sua emplazamiento em Nicósia, Chipre.  A Mostbet foi criada em 2009 e recebe jogadores de mais para 90 países.  De propriedade da Venson Ltd. com sede em Chipre, a new casa de apostas tem formação em Europa Oriental electronic é regulamentada no ano de Curaçao e disponibiliza muitos bônus, electronic código promocional.</p><h3 id=\"toc-11\">Aplicativo X Site</h3><p>Além disso, há vários programas de bônus para jogos de apostas electronic cassinos.  Também é reconhecida por seu Mostbet cassino ao vivo, que proporciona além de apostas esportivas.  Embora the Mostbet Casino possa lhe oferecer um bônus especial em virtude de seu depósito preliminar, a gama de jogos oferecidos é excepcional.  A Mostbet também oferece apostas ao vivo bem desenvolvidas, que ganharam um apelo considerável no meio dos jogadores portugueses nos últimos anos.</p><ul><li>O depósito elizabeth Mostbet withdrawal podem ser feitos de também de 20 maneiras diferentes, e o</li><li>A MostBet Online casa para apostas é alguma das casas de apostas esportivas néanmoins influentes do universo. </li><li>O jogo é fácil de cultivarse e agrada seja a iniciantes quanto a jogadores experientes. </li><li>Esse jogo no estilo caça-minas combina estratégia, risco e adrenalina the cada clique. </li><li>Na Mostbet PT, garantimos uma experiência para jogo completa at the segura. </li></ul><p>Olimpíadas e Copa, além de ligas importantes como some sort of NBA, NBB at the muitas outras.  Também muito tradicional, the roleta é uma atração muito importante no MostBet.  Há  opções de Roleta Brasileira, Roleta Americana e Roleta Europeia, além de</p><h3 id=\"toc-12\">Esportes Virtuais</h3><p>Processamos todas as transações de forma rápida para o teu conforto.  Abaixo, apresentamos os principais métodos disponíveis para jogadores.  O site suporta uma variedade de procedimentos de deposito, incluindo todos operating-system principais cartões de crédito, seu depósito mínimo é sobre R$20.</p><ul><li>O MostBet também adota verificação afin de liberar saques, esquivando fraudes. </li><li>Aproveite o bônus de boas-vindas para novos usuários, que pode incluir fundos extras systems giros grátis. </li><li>Os novos jogadores ag Mosbet no Brasil podem aproveitar o generoso bônus para boas-vindas de até R$ 2. 500, com o valor do bônus determinado pela taxa de depósito após o registro. </li><li>As rodadas grátis estão sujeitas a uma exigência de aposta sobre 60 vezes o valor do bônus. </li><li>Em seguida, será solicitado que você preencha algumas informações básicas, como seu nom de famille, endereço de email-based e moeda de preferência. </li></ul><p>Registros by means of celular exigem um número de telefone, enquanto registros por e-mail pedem informações pessoais mais detalhadas.  A Mostbet REHABILITATION também disponibiliza opções de recuperação para senha, caso os utilizadores tenham dificuldades em aceder à sua conta.  Estas funcionalidades podem servir ativadas através do email ou perform número de telemóvel associado à conta.  No entanto, é importante lembrar que os bónus obtidos através de recomendações também estão sujeitos a requisitos para apostas anteriormente a poderem\" \"servir levantados.</p><h2 id=\"toc-13\">Jogar E Instalar To Aplicativo Móvel Mostbet</h2><p>A equipe vencedora é a que tem o maior número de gols marcados em geral em comparação com the adversária.  Ela reduz a possibilidade sobre um mau esfuerzo ao mesmo tempo na qual permite la cual você lucre apresentando o sucesso para seus rivais.  Em pouco tempo um seu saque Mostbet estará disponível na sua conta pessoal.  Maior agilidade mhh plataforma, consumo reduzido de internet electronic alertas em beat real.\"</p><p>Este metodo de recomendação é uma excelente maneira de os jogadores gerarem rendimento adicional, simplesmente por partilharem o seu link de referência apresentando amigos e familiares.  Esta promoção hebdomadario é uma excelente oportunidade para os apostadores em Portugal maximizarem os seus ganhos e desfrutarem de bónus adicionais durante o fim de semana.  Esta promoção de\" \"aniversário é uma excelente oportunidade para operating system jogadores portugueses desfrutarem de bónus e regalias especiais mhh Mostbet PT.</p>','Mostbet Italy: Casino E Apostas 2025\"','','inherit','closed','closed','','438-revision-v1','','','2025-10-14 14:00:03','2025-10-14 07:00:03','',438,'https://lion288slot.com/?p=439',0,'revision','',0),
(440,1,'2025-10-13 14:56:04','2025-10-13 07:56:04','<meta name=\"description\" content=\"A Mostbet proporciona diversas variantes para roleta, incluindo the roleta europeia, americana e francesa. \"/><h1>Mostbet Portugal Pt On Line Casino Revisão E Games De Azar</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Apostas Na Liga 2 Campeões 2025/26 Em Mostbet - Mercados, Previsões E Últimas Odds</a></li><li><a href=\"#toc-1\">Informações Sobre A New Mostbet Br</a></li><li><a href=\"#toc-2\">Detalhes Para Contato Do Suporte Da Mostbet</a></li><li><a href=\"#toc-3\">Perguntas Frequentes Para Mostbet Brasil</a></li><li><a href=\"#toc-4\">Baixar Mostbet Br No Android (apk) E Ios</a></li><li><a href=\"#toc-5\">Roleta</a></li><li><a href=\"#toc-6\">Apostas Ao Vivo Mostbet</a></li><li><a href=\"#toc-7\">Sexta-feira Das Vitórias Mostbet Rehabilitation Apostas</a></li><li><a href=\"#toc-8\">Verificação Sobre Identidade E Segurança Para</a></li><li><a href=\"#toc-9\">Apostas E Casino</a></li><li><a href=\"#toc-10\">Jogo Para Pôquer</a></li><li><a href=\"#toc-11\">Aplicativo X Site</a></li><li><a href=\"#toc-12\">Esportes Virtuais</a></li><li><a href=\"#toc-13\">Jogar E Instalar O Aplicativo Móvel Mostbet</a></li><li><a href=\"#toc-14\">Versão Móvel E Apps Android Os E Ios Mostbet</a></li><li><a href=\"#toc-15\">Apk Afin De Ios Da Mostbet</a></li><li><a href=\"#toc-16\">Apostar No Cybersport</a></li><li><a href=\"#toc-17\">Suporte Na Mostbet</a></li><li><a href=\"#toc-18\">Ios</a></li><li><a href=\"#toc-19\">Como Faço Pra Instalar O Aplicativo Mostbet Em Meu Dispositivo Android? </a></li><li><a href=\"#toc-20\">Registro De Conta Mostbet No Brasil</a></li><li><a href=\"#toc-21\">Os\" \"caça-níqueis Mais Populares No Meio Dos Jogadores Em 2025</a></li><li><a href=\"#toc-22\">Apostas Esportivas Ao Vivo</a></li><li><a href=\"#toc-23\">Código Promocional Mostbet</a></li><li><a href=\"#toc-24\">Apostas Grátis Aviator: Bônus Sem Depósito Perform Jogo Crash Mostbet</a></li><li><a href=\"#toc-26\">Características Live Casino</a></li><li><a href=\"#toc-28\">Jogo De Jackpot</a></li><li><a href=\"#toc-29\">Oferta Primeiro Depósito</a></li><li><a href=\"#toc-30\">Mostbet Esports</a></li><li><a href=\"#toc-31\">Promoções Semanais</a></li><li><a href=\"#toc-32\">Bónus De Boas-vindas Mostbet Pt</a></li><li><a href=\"#toc-33\">Aplicativo Da Mostbet</a></li><li><a href=\"#toc-34\">Métodos De Deposito E Depósito Inicial</a></li></ul></div><p>Os usuários tem a possibilidade de fazer um depósito utilizando o net banking, qualquer cartão Visa da Mastercard.  Considerando a emergente popularidade das carteiras eletrônicas, a Mostbet também oferece a new seus usuários some sort of possibilidade de produzir pagamentos através para carteiras eletrônicas.  O aplicativo de apostas móveis da Mostbets está disponível pra download e é utilizado em aparelhos móveis que executam os sistemas operacionais Android e iOS, assim como no ano de tablets.</p><ul><li> explorar suas excelentes atrações. </li><li>Você também terá a opção de participar sobre ligas de todo a terra em suas apostas esportivas. </li><li>Estas funcionalidades e políticas demonstram to compromisso da Mostbet em promover 1 ambiente seguro e responsável para operating system seus jogadores em Portugal. </li><li>Além de proteger seus dados pessoais, você também precisará fiar seu e-mail systems número de telefone com uma mensagem de verificação em virtude de o seu sign in. </li></ul><p>O atendimento ao cliente é rápido e eficiente para averiguar seus problemas.  O jogo responsável na MostBet é essential para as\" \"finanças pessoais de teus usuários.  O cassino tem as diretrizes e os regulamentos corretos para ser um local seguro e protegido em virtude de você jogar.  Para entrar no orden, você deve cumprir as restrições definidas para garantir to bem-estar dos usuários.</p><h2 id=\"toc-0\">Apostas Na Liga Dos Campeões 2025/26 Em Mostbet - Mercados, Previsões E Últimas Odds</h2><p>Há diferentes maneiras sobre se registrar durante telefone, e-mail ou mídia social.  Outra maneira de adquirir um bônus é usar o código promocional da Mostbet – BETBONUSIN.  Insira esse código no campo e você receberá um bônus, que pode solicitar um depósito sobre acordo com operating system termos.  Os bônus são o que os jogadores estão procurando e the Mostbet tem vários bônus para los dos os usuários.  Use o código promocional MostBet HUGE ao se registrar pra obter o mais interessante bônus de boas-vindas disponível.</p><ul><li>A maioria 2 programas de fidelidade da Bet são privilégios ativos electronic os clientes VIP desfrutam enquanto apostam nesta plataforma. </li><li>Considerando a emergente popularidade das carteiras eletrônicas, a Mostbet também oferece a seus usuários a possibilidade de produzir pagamentos através de carteiras eletrônicas. </li><li> caso dos saques, contando através da verificação sobre segurança, o processamento leva, no</li><li>As apostas tem a possibilidade de serem seguras quando os favoritos competem e também têm grandes chances. </li><li>Você fará sua intencionadamente se acha o qual o Jogador ganhará, ou o Banqueiro ganhará. </li></ul><p>Isso permite os quais os jogadores analisem suas apostas de forma prática, search engine optimization ter que procurar informações em outros sites.  Você pode apostar antes do início da partida, acessando os mercados de apostas ao listo.  Outra forma comum de apostar, em que você faz suas apostas saccage dos jogos, apresentando mercados disponíveis até 2 dias anteriormente ao evento <a href=\"https://mostbet-brasil-top.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Informações Sobre Some Sort Of Mostbet Br</h3><p>A casa de apostas oferece acesso a apostas em mais de 40 modalidades esportivas.  A linha mais ampla é a do futebol, em que ligas de quase 80 países estão representadas.  Para obter informações atualizadas, é recomendável contarse em contato apresentando a equipe para suporte.  O principal objetivo da MostBet é oferecer uma experiência única elizabeth positiva.</p><p>Para aqueles em áreas restritas, pode servir necessário usar alguma VPN para visitar o site.  Já no caso de dispositivos iOS, um processo de get é mais tranquilo.  Os utilizadores podem aceder ao internet site da Mostbet através do navegador carry out seu iPhone systems iPad e determinar a opção para download para iOS.  Após seguir because instruções, a aplicação ficará disponível not any ecrã do mecanismo.  O “Express Booster” é uma promoção da Mostbet PT que oferece um bónus adicional aos jogadores que fazem apostas acumuladas (também conhecidas como apostas múltiplas ou “expresso”).  Além do bónus de depósito, operating system novos jogadores também podem receber o pacote de jogadas grátis em slots selecionadas, caso optem pelo bónus de casino.</p><h3 id=\"toc-2\">Detalhes De Contato Do Suporte Da Mostbet</h3><p>Os compradores que frequentam operating system cassinos brasileiros administrados pela Mostbet parecem apreciar este jogo em particular.  O pôquer ao vivo, um dos games mais populares em cassinos online, é uma das opções de apostas weil Mostbet.  Como todos eles são licenciados e administrados durante empresas de application conceituadas, todos operating-system jogos são controlados pelo RNG.  Os usuários nacionais podem fazer apostas com a Mostbet em uma ampla escolha sobre eventos esportivos.  Para entender mais em relação à cada um deles e como eles poderiam ajudá-lo some sort of otimizar seus lucro potenciais, leia since descrições de cada um deles o qual são fornecidas abaixo.</p><p>Baixe o app através dos links oficiais e aproveite todos os benefícios disponíveis.  Nossa seção de apostas esportivas cobre uma ampla variedade para eventos.  Abaixo estão os esportes também populares e operating-system mercados de apostas disponíveis.</p><h2 id=\"toc-3\">Perguntas Frequentes Para Mostbet Brasil</h2><p>Temos opções de Bacará Super 6, Bacará\" \"[newline] Mini, Bacará Crucial e muitos outros.  O depósito electronic Mostbet withdrawal tem a possibilidade de serem feitos de néanmoins de 20 maneiras diferentes, e o  usuário pode decidir a mais conveniente.  O ganho máximo com as rodadas grátis é de R$500 e o requisito de skidding é 60x.</p><ul><li>Você pode fazer apostas esportivas e ganhar dinheiro rápido elizabeth fácil. </li><li>Além do formulário, você tem a possibilidade de se registrar possuindo seu número de telefone, e-mail systems mídia social. </li><li>Um usuário deve depositar pelo menos 40 BRL em criptomoedas em sua conta para ser elegível para este tipo de bônus. </li><li>Os saques na MostBet são feitos conforme o método de pagamento utilizado. </li><li>Neste tipo de expresamente, o jogador pode fazer um combination com várias partidas no mesmo bilhete como também a odd é uma soma para todas as apostas feitas. </li></ul><p>Por outro lado, em bolsa Mostbet, você pode apostar contra outras pessoas no ano de vez de enemistad uma\" \"locuinta de apostas.  Você pode apostar na derrota de alguma seleção, bem asi como na vitória.  A bolsa de apostas Mostbet Brasil conecta pessoas com opiniões opostas e gerencia o dinheiro elizabeth as odds.  Se sua aposta aniquilar, você recebe dinheiro da pessoa o qual apostou contra você. É importante visualizar que, atualmente, não oferecemos uma trampolín de bolsa Mostbet Brasil.  Sim, a new Mostbet oferece o aplicativo móvel pra dispositivos Android electronic iOS, assim como alguma versão móvel do site que permite que você jogue em qualquer dispositivo móvel.</p><h2 id=\"toc-4\">Baixar Mostbet Br No Android (apk) E Ios</h2><p>A incapere de apostas MostBet tem um histórico impecável no lugar desde 2009.  As\" \"avaliações da MostBet continuamente foram positivas, pois ela oferece um bônus de boas-vindas, rodadas grátis, procuring e muito néanmoins.  É uma  tablado de jogos la cual combina jogos sobre cassino e apostas esportivas.</p><ul><li>Jogadores do Brasil normalmente optam tanto pelos jogos normais de blackjack quanto pelos jogos ao listo na Mostbet. </li><li>Os pagamentos são feitos através de canais criptografados, e a existência de uma licença responsable que os pagamentos sejam seguros. </li><li>Ao conhecer o site formal da Mostbet, você é recebido apresentando uma interface elegante e amigável que é fácil sobre navegar. </li></ul><p>Com o registro concluído, você acessa los dos os jogos elizabeth promoções do Online casino Mostbet.  Navegue no ano de nossa interface intuitiva e explore as opções disponíveis.  Na Mostbet PT, garantimos uma experiência sobre jogo completa elizabeth segura.  Todas since apostas e jogos são supervisionados em virtude de oferecer transparência entire.</p><h3 id=\"toc-5\">Roleta</h3><p>No entanto, uma alternativa pode se destacar no ano de termos de benefícios para determinados tipos de usuários.  Avalie os prós electronic os contras para cada alternativa at the escolha a o qual melhor atende às suas necessidades.  Se fizer o de início depósito dentro de 35 minutos após u registro, o bônus será de 125%.  Para obter u bônus inicial de uma Mostbet, é necessário fazer um depósito mínimo de R$ 25, 00 electronic máximo de R$ 1. 700, 00.</p><ul><li> específicos em virtude de cassino e apostas esportivas. </li><li>Em qualquer caso, some sort of essência destes games é que um usuário compra 1 certo número para bilhetes de momio e espera os quais o sorteio comece. </li><li>Aparecerá 1 formulário onde você deverá preencher todos os campos elizabeth escolher a moeda (euro) em que pretende jogar. </li><li> demandando somente alguns minutos dos jogadores e apostadores. </li></ul><p>Estes requisitos alteram consoante o formato de bónus (desportivo ou casino) elizabeth devem ser cumpridos dentro de um determinado prazo.  As slots abrangem alguma vasta gama sobre temas e funcionalidades, desde jogos clássicos a títulos apresentando gráficos e animações de última geração.  Já os jogos de mesa electronic os jogos possuindo dealers ao festón proporcionam uma experiência de casino também imersiva, com interação em tempo true.  As odds são atualizadas em speed real, permitindo aos apostadores reagir velocemente a qualquer mudança no decorrer dos eventos desportivos.</p><h3 id=\"toc-6\">Apostas Ao Vivo Mostbet</h3><p>Para acessar a odaie de apostas Many bet, você tem a possibilidade de usar o aplicativo móvel oficial.  Se você quiser baixar gratuitamente o aplicativo Mostbet para Android no Brasil, clique no ícone correspondente na página main do site de uma casa de apostas.  Os jogadores também recebem apostas grátis no aniversário, seguro para apostas expressas e incentivos adicionais, que podem inmiscuirse bônus adicionais vello uso ativo do site e perform aplicativo.  As condições para receber at the apostar os bônus\" \"estão descritas em pontos em nosso artigo.  Descubra como jogar Mines e evite as minas escondidas para ganhar elevados prêmios.</p><ul><li>Os jogadores na plataforma podem escolher entre muitas opções, como Blackjack</li><li>Ela\" \"vem frequentemente recomendada pra iniciantes que começam a descartar operating-system princípios do jogo. </li><li>O site tem para longe o mais número de mesas com a mais seleção possível sobre limites de apostas que vimos até agora. </li><li>Aqui você pode unir várias partidas na um único bilhete e as posibilidades totais serão the soma de muchas as opções de apostas que você escolher. </li><li>Perfeito para jogadores o qual buscam uma experiência diferente dos caça-níqueis clássicos. </li></ul><p>Os usuários podem vaticinar o resultado das lutas, o número de rounds e outros eventos relacionados aos combates.  Aumente o saldo perform seu primeiro depósito cumprindo as diretrizes do bônus sobre boas-vindas.  Até 125% do seu depósito em apostas esportivas ou 125% + 250 rodadas grátis no cassino.  O cassino ao palpitante é ideal para aqueles que gostam da tensão elizabeth da emoção carry out momento.  Há vários tipos de apostas e jogos clássicos em que você pode multiplicar seu dinheiro ao vivo e com dealers ao vivo.</p><h2 id=\"toc-7\">Sexta-feira Dieses Vitórias Mostbet Pt Apostas</h2><p>variações populares como u Spin and Succeed.  Popular jogo la cual consiste em produzir o máximo sobre pontos com a few cartas, há ótimas  opções de bacará no MostBet.</p><p>Com 14 anos no setor, a Mostbet é uma sociedad de cassino at the apostas on-line o qual garante entretenimento de qualidade e promoções atraentes para todos os seus apostadores.  Cadastre-se\" \"electronic ganhe um bônus de 100%, o qual pode chegar a new até 1. seven hundred reais!  Para apostas esportivas, você pode usar o web-site oficial ou u aplicativo Mostbet.  Na plataforma, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos.  Ao utilizar o código promocional, os jogadores podem desatascar benefícios exclusivos os quais aprimoram a experiência de jogo na plataforma Mostbet Italy.  Com suporte pra EUR e métodos de pagamento como Skrill, Paysafecard at the Bitcoin, a application facilita depósitos electronic saques rápidos.</p><h2 id=\"toc-8\">Verificação Para Identidade E Segurança Para</h2><p>Na Line você expresamente em partidas e confrontos que ainda não começaram.  Graças a isto, você pode analisar some sort of situação, avaliar a new forma e a condição das equipes e\" \"fazer a melhor previsão.  O momento 2 resultados depende do instrumento de deposito específico.  Se o site estiver inacessível, use espelhos os quais estejam funcionando.  Um espelho atualizado weil Mostbet com está disponível em nosso recurso.</p><p>Os gráficos realistas e a jogabilidade suave criam some sort of atmosfera de 1  cassino real.  As apostas esportivas across the internet da MostBet estão disponíveis para diversos países do mundo.  Alguns recebem maiores benefícios, como bônus para boas-vindas ou rodadas grátis, dependendo weil localização.</p><h3 id=\"toc-9\">Apostas E Casino</h3><p>Fãs de tênis podem apostar nos principais torneios ATP, WTA e ITF, como os Grand Slams, Copa Davis,   Billie Jean California king Cup e outros pela MostBet.  A seção MostBet Are living traz excelentes atrações em tempo genuine, muitas  delas com dealer em português e com possibilidade de grandes prêmios.</p><ul><li>Nossas avaliações consistentemente positivas refletem a qualidade de nossos serviços, como nossa ampla seleção de esportes, sistema de deposito confiável\" \"electronic suporte ao cliente responsivo. </li><li>Você terá a opção de inserir um código promocional, lo que Bono2023, para obter benefícios. </li><li>De propriedade da Venson Ltd. com ubicación em Chipre, a new casa de apostas tem formação na Europa Oriental at the é regulamentada no ano de Curaçao e disponibiliza muitos bônus, electronic código promocional. </li></ul><p>Além disso, operating system jogos de gambling establishment ao vivo de uma Mostbet oferecem limites de apostas diversos, acomodando tanto jogadores casuais quanto operating-system de alto-nível.  Isso garante que quaisquer tipos de apostadores possam desfrutar desses jogos imersivos.  A Mostbet oferece uma seção de Perguntas Frequentes (FAQ) afin de responder às dúvidas mais comuns 2 jogadores e apostadores.  Esta seção fornece informações sobre padrón, pagamentos e apostas, reduzindo a necessidade de assistência direta da equipe de suporte.  O aplicativo da Mostbet proporciona a mesma experiência do site, otimizada para dispositivos móveis.  Com ele, você pode jogar electronic fazer apostas de forma segura no ano de qualquer lugar.</p><h2 id=\"toc-10\">Jogo De Pôquer</h2><p>Você também pode jogar loterias on-line na Mostbet, o que te dá muitas oportunidades para tentar tua sorte e pactar seus números favoritos.  Seja rigoroso possuindo sua carteira bancária e evite envidar alto mais perform que a quantia pré-determinada, mesmo que você esteja em uma maré para vitórias.  Você precisa continuar jogando através da parte que está disposto a arruinar para não prejudicar sua situação financeira.</p><ul><li>Entretanto, antes de fazer um depósito em Mostbet, você precisa ter uma conta em um dos bancos. </li><li>No Brasil, é legal to uso da Internet para jogos at the apostas online. </li><li>Baixe o app através dos links oficiais e aproveite todos os benefícios disponíveis. </li></ul><p>A MostBet Online casa de apostas é uma das casas sobre apostas esportivas também influentes do planeta.  Ela é conhecida por operar no ano de mais de 40 países do planeta com sua emplazamiento em Nicósia, Chipre.  A Mostbet foi criada em 2009 e recebe jogadores de mais para 90 países.  De propriedade da Venson Ltd. com sede em Chipre, a new casa de apostas tem formação em Europa Oriental electronic é regulamentada no ano de Curaçao e disponibiliza muitos bônus, electronic código promocional.</p><h3 id=\"toc-11\">Aplicativo X Site</h3><p>Além disso, há vários programas de bônus para jogos de apostas electronic cassinos.  Também é reconhecida por seu Mostbet cassino ao vivo, que proporciona além de apostas esportivas.  Embora the Mostbet Casino possa lhe oferecer um bônus especial em virtude de seu depósito preliminar, a gama de jogos oferecidos é excepcional.  A Mostbet também oferece apostas ao vivo bem desenvolvidas, que ganharam um apelo considerável no meio dos jogadores portugueses nos últimos anos.</p><ul><li>O depósito elizabeth Mostbet withdrawal podem ser feitos de também de 20 maneiras diferentes, e o</li><li>A MostBet Online casa para apostas é alguma das casas de apostas esportivas néanmoins influentes do universo. </li><li>O jogo é fácil de cultivarse e agrada seja a iniciantes quanto a jogadores experientes. </li><li>Esse jogo no estilo caça-minas combina estratégia, risco e adrenalina the cada clique. </li><li>Na Mostbet PT, garantimos uma experiência para jogo completa at the segura. </li></ul><p>Olimpíadas e Copa, além de ligas importantes como some sort of NBA, NBB at the muitas outras.  Também muito tradicional, the roleta é uma atração muito importante no MostBet.  Há  opções de Roleta Brasileira, Roleta Americana e Roleta Europeia, além de</p><h3 id=\"toc-12\">Esportes Virtuais</h3><p>Processamos todas as transações de forma rápida para o teu conforto.  Abaixo, apresentamos os principais métodos disponíveis para jogadores.  O site suporta uma variedade de procedimentos de deposito, incluindo todos operating-system principais cartões de crédito, seu depósito mínimo é sobre R$20.</p><ul><li>O MostBet também adota verificação afin de liberar saques, esquivando fraudes. </li><li>Aproveite o bônus de boas-vindas para novos usuários, que pode incluir fundos extras systems giros grátis. </li><li>Os novos jogadores ag Mosbet no Brasil podem aproveitar o generoso bônus para boas-vindas de até R$ 2. 500, com o valor do bônus determinado pela taxa de depósito após o registro. </li><li>As rodadas grátis estão sujeitas a uma exigência de aposta sobre 60 vezes o valor do bônus. </li><li>Em seguida, será solicitado que você preencha algumas informações básicas, como seu nom de famille, endereço de email-based e moeda de preferência. </li></ul><p>Registros by means of celular exigem um número de telefone, enquanto registros por e-mail pedem informações pessoais mais detalhadas.  A Mostbet REHABILITATION também disponibiliza opções de recuperação para senha, caso os utilizadores tenham dificuldades em aceder à sua conta.  Estas funcionalidades podem servir ativadas através do email ou perform número de telemóvel associado à conta.  No entanto, é importante lembrar que os bónus obtidos através de recomendações também estão sujeitos a requisitos para apostas anteriormente a poderem\" \"servir levantados.</p><h2 id=\"toc-13\">Jogar E Instalar To Aplicativo Móvel Mostbet</h2><p>A equipe vencedora é a que tem o maior número de gols marcados em geral em comparação com the adversária.  Ela reduz a possibilidade sobre um mau esfuerzo ao mesmo tempo na qual permite la cual você lucre apresentando o sucesso para seus rivais.  Em pouco tempo um seu saque Mostbet estará disponível na sua conta pessoal.  Maior agilidade mhh plataforma, consumo reduzido de internet electronic alertas em beat real.\"</p><p>Este metodo de recomendação é uma excelente maneira de os jogadores gerarem rendimento adicional, simplesmente por partilharem o seu link de referência apresentando amigos e familiares.  Esta promoção hebdomadario é uma excelente oportunidade para os apostadores em Portugal maximizarem os seus ganhos e desfrutarem de bónus adicionais durante o fim de semana.  Esta promoção de\" \"aniversário é uma excelente oportunidade para operating system jogadores portugueses desfrutarem de bónus e regalias especiais mhh Mostbet PT.</p>','Mostbet Italy: Casino E Apostas 2025\"','','publish','open','open','','mostbet-italy-casino-e-apostas-2025-2','','','2025-10-14 14:00:27','2025-10-14 07:00:27','',0,'https://lion288slot.com/?p=440',0,'post','',0),
(441,1,'2025-10-14 14:00:20','2025-10-14 07:00:20','<meta name=\"description\" content=\"A Mostbet proporciona diversas variantes para roleta, incluindo the roleta europeia, americana e francesa. \"/><h1>Mostbet Portugal Pt On Line Casino Revisão E Games De Azar</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Apostas Na Liga 2 Campeões 2025/26 Em Mostbet - Mercados, Previsões E Últimas Odds</a></li><li><a href=\"#toc-1\">Informações Sobre A New Mostbet Br</a></li><li><a href=\"#toc-2\">Detalhes Para Contato Do Suporte Da Mostbet</a></li><li><a href=\"#toc-3\">Perguntas Frequentes Para Mostbet Brasil</a></li><li><a href=\"#toc-4\">Baixar Mostbet Br No Android (apk) E Ios</a></li><li><a href=\"#toc-5\">Roleta</a></li><li><a href=\"#toc-6\">Apostas Ao Vivo Mostbet</a></li><li><a href=\"#toc-7\">Sexta-feira Das Vitórias Mostbet Rehabilitation Apostas</a></li><li><a href=\"#toc-8\">Verificação Sobre Identidade E Segurança Para</a></li><li><a href=\"#toc-9\">Apostas E Casino</a></li><li><a href=\"#toc-10\">Jogo Para Pôquer</a></li><li><a href=\"#toc-11\">Aplicativo X Site</a></li><li><a href=\"#toc-12\">Esportes Virtuais</a></li><li><a href=\"#toc-13\">Jogar E Instalar O Aplicativo Móvel Mostbet</a></li><li><a href=\"#toc-14\">Versão Móvel E Apps Android Os E Ios Mostbet</a></li><li><a href=\"#toc-15\">Apk Afin De Ios Da Mostbet</a></li><li><a href=\"#toc-16\">Apostar No Cybersport</a></li><li><a href=\"#toc-17\">Suporte Na Mostbet</a></li><li><a href=\"#toc-18\">Ios</a></li><li><a href=\"#toc-19\">Como Faço Pra Instalar O Aplicativo Mostbet Em Meu Dispositivo Android? </a></li><li><a href=\"#toc-20\">Registro De Conta Mostbet No Brasil</a></li><li><a href=\"#toc-21\">Os\" \"caça-níqueis Mais Populares No Meio Dos Jogadores Em 2025</a></li><li><a href=\"#toc-22\">Apostas Esportivas Ao Vivo</a></li><li><a href=\"#toc-23\">Código Promocional Mostbet</a></li><li><a href=\"#toc-24\">Apostas Grátis Aviator: Bônus Sem Depósito Perform Jogo Crash Mostbet</a></li><li><a href=\"#toc-26\">Características Live Casino</a></li><li><a href=\"#toc-28\">Jogo De Jackpot</a></li><li><a href=\"#toc-29\">Oferta Primeiro Depósito</a></li><li><a href=\"#toc-30\">Mostbet Esports</a></li><li><a href=\"#toc-31\">Promoções Semanais</a></li><li><a href=\"#toc-32\">Bónus De Boas-vindas Mostbet Pt</a></li><li><a href=\"#toc-33\">Aplicativo Da Mostbet</a></li><li><a href=\"#toc-34\">Métodos De Deposito E Depósito Inicial</a></li></ul></div><p>Os usuários tem a possibilidade de fazer um depósito utilizando o net banking, qualquer cartão Visa da Mastercard.  Considerando a emergente popularidade das carteiras eletrônicas, a Mostbet também oferece a new seus usuários some sort of possibilidade de produzir pagamentos através para carteiras eletrônicas.  O aplicativo de apostas móveis da Mostbets está disponível pra download e é utilizado em aparelhos móveis que executam os sistemas operacionais Android e iOS, assim como no ano de tablets.</p><ul><li> explorar suas excelentes atrações. </li><li>Você também terá a opção de participar sobre ligas de todo a terra em suas apostas esportivas. </li><li>Estas funcionalidades e políticas demonstram to compromisso da Mostbet em promover 1 ambiente seguro e responsável para operating system seus jogadores em Portugal. </li><li>Além de proteger seus dados pessoais, você também precisará fiar seu e-mail systems número de telefone com uma mensagem de verificação em virtude de o seu sign in. </li></ul><p>O atendimento ao cliente é rápido e eficiente para averiguar seus problemas.  O jogo responsável na MostBet é essential para as\" \"finanças pessoais de teus usuários.  O cassino tem as diretrizes e os regulamentos corretos para ser um local seguro e protegido em virtude de você jogar.  Para entrar no orden, você deve cumprir as restrições definidas para garantir to bem-estar dos usuários.</p><h2 id=\"toc-0\">Apostas Na Liga Dos Campeões 2025/26 Em Mostbet - Mercados, Previsões E Últimas Odds</h2><p>Há diferentes maneiras sobre se registrar durante telefone, e-mail ou mídia social.  Outra maneira de adquirir um bônus é usar o código promocional da Mostbet – BETBONUSIN.  Insira esse código no campo e você receberá um bônus, que pode solicitar um depósito sobre acordo com operating system termos.  Os bônus são o que os jogadores estão procurando e the Mostbet tem vários bônus para los dos os usuários.  Use o código promocional MostBet HUGE ao se registrar pra obter o mais interessante bônus de boas-vindas disponível.</p><ul><li>A maioria 2 programas de fidelidade da Bet são privilégios ativos electronic os clientes VIP desfrutam enquanto apostam nesta plataforma. </li><li>Considerando a emergente popularidade das carteiras eletrônicas, a Mostbet também oferece a seus usuários a possibilidade de produzir pagamentos através de carteiras eletrônicas. </li><li> caso dos saques, contando através da verificação sobre segurança, o processamento leva, no</li><li>As apostas tem a possibilidade de serem seguras quando os favoritos competem e também têm grandes chances. </li><li>Você fará sua intencionadamente se acha o qual o Jogador ganhará, ou o Banqueiro ganhará. </li></ul><p>Isso permite os quais os jogadores analisem suas apostas de forma prática, search engine optimization ter que procurar informações em outros sites.  Você pode apostar antes do início da partida, acessando os mercados de apostas ao listo.  Outra forma comum de apostar, em que você faz suas apostas saccage dos jogos, apresentando mercados disponíveis até 2 dias anteriormente ao evento <a href=\"https://mostbet-brasil-top.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Informações Sobre Some Sort Of Mostbet Br</h3><p>A casa de apostas oferece acesso a apostas em mais de 40 modalidades esportivas.  A linha mais ampla é a do futebol, em que ligas de quase 80 países estão representadas.  Para obter informações atualizadas, é recomendável contarse em contato apresentando a equipe para suporte.  O principal objetivo da MostBet é oferecer uma experiência única elizabeth positiva.</p><p>Para aqueles em áreas restritas, pode servir necessário usar alguma VPN para visitar o site.  Já no caso de dispositivos iOS, um processo de get é mais tranquilo.  Os utilizadores podem aceder ao internet site da Mostbet através do navegador carry out seu iPhone systems iPad e determinar a opção para download para iOS.  Após seguir because instruções, a aplicação ficará disponível not any ecrã do mecanismo.  O “Express Booster” é uma promoção da Mostbet PT que oferece um bónus adicional aos jogadores que fazem apostas acumuladas (também conhecidas como apostas múltiplas ou “expresso”).  Além do bónus de depósito, operating system novos jogadores também podem receber o pacote de jogadas grátis em slots selecionadas, caso optem pelo bónus de casino.</p><h3 id=\"toc-2\">Detalhes De Contato Do Suporte Da Mostbet</h3><p>Os compradores que frequentam operating system cassinos brasileiros administrados pela Mostbet parecem apreciar este jogo em particular.  O pôquer ao vivo, um dos games mais populares em cassinos online, é uma das opções de apostas weil Mostbet.  Como todos eles são licenciados e administrados durante empresas de application conceituadas, todos operating-system jogos são controlados pelo RNG.  Os usuários nacionais podem fazer apostas com a Mostbet em uma ampla escolha sobre eventos esportivos.  Para entender mais em relação à cada um deles e como eles poderiam ajudá-lo some sort of otimizar seus lucro potenciais, leia since descrições de cada um deles o qual são fornecidas abaixo.</p><p>Baixe o app através dos links oficiais e aproveite todos os benefícios disponíveis.  Nossa seção de apostas esportivas cobre uma ampla variedade para eventos.  Abaixo estão os esportes também populares e operating-system mercados de apostas disponíveis.</p><h2 id=\"toc-3\">Perguntas Frequentes Para Mostbet Brasil</h2><p>Temos opções de Bacará Super 6, Bacará\" \"[newline] Mini, Bacará Crucial e muitos outros.  O depósito electronic Mostbet withdrawal tem a possibilidade de serem feitos de néanmoins de 20 maneiras diferentes, e o  usuário pode decidir a mais conveniente.  O ganho máximo com as rodadas grátis é de R$500 e o requisito de skidding é 60x.</p><ul><li>Você pode fazer apostas esportivas e ganhar dinheiro rápido elizabeth fácil. </li><li>Além do formulário, você tem a possibilidade de se registrar possuindo seu número de telefone, e-mail systems mídia social. </li><li>Um usuário deve depositar pelo menos 40 BRL em criptomoedas em sua conta para ser elegível para este tipo de bônus. </li><li>Os saques na MostBet são feitos conforme o método de pagamento utilizado. </li><li>Neste tipo de expresamente, o jogador pode fazer um combination com várias partidas no mesmo bilhete como também a odd é uma soma para todas as apostas feitas. </li></ul><p>Por outro lado, em bolsa Mostbet, você pode apostar contra outras pessoas no ano de vez de enemistad uma\" \"locuinta de apostas.  Você pode apostar na derrota de alguma seleção, bem asi como na vitória.  A bolsa de apostas Mostbet Brasil conecta pessoas com opiniões opostas e gerencia o dinheiro elizabeth as odds.  Se sua aposta aniquilar, você recebe dinheiro da pessoa o qual apostou contra você. É importante visualizar que, atualmente, não oferecemos uma trampolín de bolsa Mostbet Brasil.  Sim, a new Mostbet oferece o aplicativo móvel pra dispositivos Android electronic iOS, assim como alguma versão móvel do site que permite que você jogue em qualquer dispositivo móvel.</p><h2 id=\"toc-4\">Baixar Mostbet Br No Android (apk) E Ios</h2><p>A incapere de apostas MostBet tem um histórico impecável no lugar desde 2009.  As\" \"avaliações da MostBet continuamente foram positivas, pois ela oferece um bônus de boas-vindas, rodadas grátis, procuring e muito néanmoins.  É uma  tablado de jogos la cual combina jogos sobre cassino e apostas esportivas.</p><ul><li>Jogadores do Brasil normalmente optam tanto pelos jogos normais de blackjack quanto pelos jogos ao listo na Mostbet. </li><li>Os pagamentos são feitos através de canais criptografados, e a existência de uma licença responsable que os pagamentos sejam seguros. </li><li>Ao conhecer o site formal da Mostbet, você é recebido apresentando uma interface elegante e amigável que é fácil sobre navegar. </li></ul><p>Com o registro concluído, você acessa los dos os jogos elizabeth promoções do Online casino Mostbet.  Navegue no ano de nossa interface intuitiva e explore as opções disponíveis.  Na Mostbet PT, garantimos uma experiência sobre jogo completa elizabeth segura.  Todas since apostas e jogos são supervisionados em virtude de oferecer transparência entire.</p><h3 id=\"toc-5\">Roleta</h3><p>No entanto, uma alternativa pode se destacar no ano de termos de benefícios para determinados tipos de usuários.  Avalie os prós electronic os contras para cada alternativa at the escolha a o qual melhor atende às suas necessidades.  Se fizer o de início depósito dentro de 35 minutos após u registro, o bônus será de 125%.  Para obter u bônus inicial de uma Mostbet, é necessário fazer um depósito mínimo de R$ 25, 00 electronic máximo de R$ 1. 700, 00.</p><ul><li> específicos em virtude de cassino e apostas esportivas. </li><li>Em qualquer caso, some sort of essência destes games é que um usuário compra 1 certo número para bilhetes de momio e espera os quais o sorteio comece. </li><li>Aparecerá 1 formulário onde você deverá preencher todos os campos elizabeth escolher a moeda (euro) em que pretende jogar. </li><li> demandando somente alguns minutos dos jogadores e apostadores. </li></ul><p>Estes requisitos alteram consoante o formato de bónus (desportivo ou casino) elizabeth devem ser cumpridos dentro de um determinado prazo.  As slots abrangem alguma vasta gama sobre temas e funcionalidades, desde jogos clássicos a títulos apresentando gráficos e animações de última geração.  Já os jogos de mesa electronic os jogos possuindo dealers ao festón proporcionam uma experiência de casino também imersiva, com interação em tempo true.  As odds são atualizadas em speed real, permitindo aos apostadores reagir velocemente a qualquer mudança no decorrer dos eventos desportivos.</p><h3 id=\"toc-6\">Apostas Ao Vivo Mostbet</h3><p>Para acessar a odaie de apostas Many bet, você tem a possibilidade de usar o aplicativo móvel oficial.  Se você quiser baixar gratuitamente o aplicativo Mostbet para Android no Brasil, clique no ícone correspondente na página main do site de uma casa de apostas.  Os jogadores também recebem apostas grátis no aniversário, seguro para apostas expressas e incentivos adicionais, que podem inmiscuirse bônus adicionais vello uso ativo do site e perform aplicativo.  As condições para receber at the apostar os bônus\" \"estão descritas em pontos em nosso artigo.  Descubra como jogar Mines e evite as minas escondidas para ganhar elevados prêmios.</p><ul><li>Os jogadores na plataforma podem escolher entre muitas opções, como Blackjack</li><li>Ela\" \"vem frequentemente recomendada pra iniciantes que começam a descartar operating-system princípios do jogo. </li><li>O site tem para longe o mais número de mesas com a mais seleção possível sobre limites de apostas que vimos até agora. </li><li>Aqui você pode unir várias partidas na um único bilhete e as posibilidades totais serão the soma de muchas as opções de apostas que você escolher. </li><li>Perfeito para jogadores o qual buscam uma experiência diferente dos caça-níqueis clássicos. </li></ul><p>Os usuários podem vaticinar o resultado das lutas, o número de rounds e outros eventos relacionados aos combates.  Aumente o saldo perform seu primeiro depósito cumprindo as diretrizes do bônus sobre boas-vindas.  Até 125% do seu depósito em apostas esportivas ou 125% + 250 rodadas grátis no cassino.  O cassino ao palpitante é ideal para aqueles que gostam da tensão elizabeth da emoção carry out momento.  Há vários tipos de apostas e jogos clássicos em que você pode multiplicar seu dinheiro ao vivo e com dealers ao vivo.</p><h2 id=\"toc-7\">Sexta-feira Dieses Vitórias Mostbet Pt Apostas</h2><p>variações populares como u Spin and Succeed.  Popular jogo la cual consiste em produzir o máximo sobre pontos com a few cartas, há ótimas  opções de bacará no MostBet.</p><p>Com 14 anos no setor, a Mostbet é uma sociedad de cassino at the apostas on-line o qual garante entretenimento de qualidade e promoções atraentes para todos os seus apostadores.  Cadastre-se\" \"electronic ganhe um bônus de 100%, o qual pode chegar a new até 1. seven hundred reais!  Para apostas esportivas, você pode usar o web-site oficial ou u aplicativo Mostbet.  Na plataforma, os jogadores encontrarão uma ampla variedade de opções focadas em jogos rápidos e lucrativos.  Ao utilizar o código promocional, os jogadores podem desatascar benefícios exclusivos os quais aprimoram a experiência de jogo na plataforma Mostbet Italy.  Com suporte pra EUR e métodos de pagamento como Skrill, Paysafecard at the Bitcoin, a application facilita depósitos electronic saques rápidos.</p><h2 id=\"toc-8\">Verificação Para Identidade E Segurança Para</h2><p>Na Line você expresamente em partidas e confrontos que ainda não começaram.  Graças a isto, você pode analisar some sort of situação, avaliar a new forma e a condição das equipes e\" \"fazer a melhor previsão.  O momento 2 resultados depende do instrumento de deposito específico.  Se o site estiver inacessível, use espelhos os quais estejam funcionando.  Um espelho atualizado weil Mostbet com está disponível em nosso recurso.</p><p>Os gráficos realistas e a jogabilidade suave criam some sort of atmosfera de 1  cassino real.  As apostas esportivas across the internet da MostBet estão disponíveis para diversos países do mundo.  Alguns recebem maiores benefícios, como bônus para boas-vindas ou rodadas grátis, dependendo weil localização.</p><h3 id=\"toc-9\">Apostas E Casino</h3><p>Fãs de tênis podem apostar nos principais torneios ATP, WTA e ITF, como os Grand Slams, Copa Davis,   Billie Jean California king Cup e outros pela MostBet.  A seção MostBet Are living traz excelentes atrações em tempo genuine, muitas  delas com dealer em português e com possibilidade de grandes prêmios.</p><ul><li>Nossas avaliações consistentemente positivas refletem a qualidade de nossos serviços, como nossa ampla seleção de esportes, sistema de deposito confiável\" \"electronic suporte ao cliente responsivo. </li><li>Você terá a opção de inserir um código promocional, lo que Bono2023, para obter benefícios. </li><li>De propriedade da Venson Ltd. com ubicación em Chipre, a new casa de apostas tem formação na Europa Oriental at the é regulamentada no ano de Curaçao e disponibiliza muitos bônus, electronic código promocional. </li></ul><p>Além disso, operating system jogos de gambling establishment ao vivo de uma Mostbet oferecem limites de apostas diversos, acomodando tanto jogadores casuais quanto operating-system de alto-nível.  Isso garante que quaisquer tipos de apostadores possam desfrutar desses jogos imersivos.  A Mostbet oferece uma seção de Perguntas Frequentes (FAQ) afin de responder às dúvidas mais comuns 2 jogadores e apostadores.  Esta seção fornece informações sobre padrón, pagamentos e apostas, reduzindo a necessidade de assistência direta da equipe de suporte.  O aplicativo da Mostbet proporciona a mesma experiência do site, otimizada para dispositivos móveis.  Com ele, você pode jogar electronic fazer apostas de forma segura no ano de qualquer lugar.</p><h2 id=\"toc-10\">Jogo De Pôquer</h2><p>Você também pode jogar loterias on-line na Mostbet, o que te dá muitas oportunidades para tentar tua sorte e pactar seus números favoritos.  Seja rigoroso possuindo sua carteira bancária e evite envidar alto mais perform que a quantia pré-determinada, mesmo que você esteja em uma maré para vitórias.  Você precisa continuar jogando através da parte que está disposto a arruinar para não prejudicar sua situação financeira.</p><ul><li>Entretanto, antes de fazer um depósito em Mostbet, você precisa ter uma conta em um dos bancos. </li><li>No Brasil, é legal to uso da Internet para jogos at the apostas online. </li><li>Baixe o app através dos links oficiais e aproveite todos os benefícios disponíveis. </li></ul><p>A MostBet Online casa de apostas é uma das casas sobre apostas esportivas também influentes do planeta.  Ela é conhecida por operar no ano de mais de 40 países do planeta com sua emplazamiento em Nicósia, Chipre.  A Mostbet foi criada em 2009 e recebe jogadores de mais para 90 países.  De propriedade da Venson Ltd. com sede em Chipre, a new casa de apostas tem formação em Europa Oriental electronic é regulamentada no ano de Curaçao e disponibiliza muitos bônus, electronic código promocional.</p><h3 id=\"toc-11\">Aplicativo X Site</h3><p>Além disso, há vários programas de bônus para jogos de apostas electronic cassinos.  Também é reconhecida por seu Mostbet cassino ao vivo, que proporciona além de apostas esportivas.  Embora the Mostbet Casino possa lhe oferecer um bônus especial em virtude de seu depósito preliminar, a gama de jogos oferecidos é excepcional.  A Mostbet também oferece apostas ao vivo bem desenvolvidas, que ganharam um apelo considerável no meio dos jogadores portugueses nos últimos anos.</p><ul><li>O depósito elizabeth Mostbet withdrawal podem ser feitos de também de 20 maneiras diferentes, e o</li><li>A MostBet Online casa para apostas é alguma das casas de apostas esportivas néanmoins influentes do universo. </li><li>O jogo é fácil de cultivarse e agrada seja a iniciantes quanto a jogadores experientes. </li><li>Esse jogo no estilo caça-minas combina estratégia, risco e adrenalina the cada clique. </li><li>Na Mostbet PT, garantimos uma experiência para jogo completa at the segura. </li></ul><p>Olimpíadas e Copa, além de ligas importantes como some sort of NBA, NBB at the muitas outras.  Também muito tradicional, the roleta é uma atração muito importante no MostBet.  Há  opções de Roleta Brasileira, Roleta Americana e Roleta Europeia, além de</p><h3 id=\"toc-12\">Esportes Virtuais</h3><p>Processamos todas as transações de forma rápida para o teu conforto.  Abaixo, apresentamos os principais métodos disponíveis para jogadores.  O site suporta uma variedade de procedimentos de deposito, incluindo todos operating-system principais cartões de crédito, seu depósito mínimo é sobre R$20.</p><ul><li>O MostBet também adota verificação afin de liberar saques, esquivando fraudes. </li><li>Aproveite o bônus de boas-vindas para novos usuários, que pode incluir fundos extras systems giros grátis. </li><li>Os novos jogadores ag Mosbet no Brasil podem aproveitar o generoso bônus para boas-vindas de até R$ 2. 500, com o valor do bônus determinado pela taxa de depósito após o registro. </li><li>As rodadas grátis estão sujeitas a uma exigência de aposta sobre 60 vezes o valor do bônus. </li><li>Em seguida, será solicitado que você preencha algumas informações básicas, como seu nom de famille, endereço de email-based e moeda de preferência. </li></ul><p>Registros by means of celular exigem um número de telefone, enquanto registros por e-mail pedem informações pessoais mais detalhadas.  A Mostbet REHABILITATION também disponibiliza opções de recuperação para senha, caso os utilizadores tenham dificuldades em aceder à sua conta.  Estas funcionalidades podem servir ativadas através do email ou perform número de telemóvel associado à conta.  No entanto, é importante lembrar que os bónus obtidos através de recomendações também estão sujeitos a requisitos para apostas anteriormente a poderem\" \"servir levantados.</p><h2 id=\"toc-13\">Jogar E Instalar To Aplicativo Móvel Mostbet</h2><p>A equipe vencedora é a que tem o maior número de gols marcados em geral em comparação com the adversária.  Ela reduz a possibilidade sobre um mau esfuerzo ao mesmo tempo na qual permite la cual você lucre apresentando o sucesso para seus rivais.  Em pouco tempo um seu saque Mostbet estará disponível na sua conta pessoal.  Maior agilidade mhh plataforma, consumo reduzido de internet electronic alertas em beat real.\"</p><p>Este metodo de recomendação é uma excelente maneira de os jogadores gerarem rendimento adicional, simplesmente por partilharem o seu link de referência apresentando amigos e familiares.  Esta promoção hebdomadario é uma excelente oportunidade para os apostadores em Portugal maximizarem os seus ganhos e desfrutarem de bónus adicionais durante o fim de semana.  Esta promoção de\" \"aniversário é uma excelente oportunidade para operating system jogadores portugueses desfrutarem de bónus e regalias especiais mhh Mostbet PT.</p>','Mostbet Italy: Casino E Apostas 2025\"','','inherit','closed','closed','','440-revision-v1','','','2025-10-14 14:00:20','2025-10-14 07:00:20','',440,'https://lion288slot.com/?p=441',0,'revision','',0),
(442,1,'2025-10-14 14:00:26','2025-10-14 07:00:26','<meta name=\"description\" content=\"A Mostbet proporciona diversas variantes para roleta, incluindo the roleta europeia, americana e francesa. \"/><h1>Mostbet Portugal Pt On Line Casino Revisão E Games De Azar</h1><div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\"><p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content</p><ul class=\"toc_list\"><li><a href=\"#toc-0\">Apostas Na Liga 2 Campeões 2025/26 Em Mostbet - Mercados, Previsões E Últimas Odds</a></li><li><a href=\"#toc-1\">Informações Sobre A New Mostbet Br</a></li><li><a href=\"#toc-2\">Detalhes Para Contato Do Suporte Da Mostbet</a></li><li><a href=\"#toc-3\">Perguntas Frequentes Para Mostbet Brasil</a></li><li><a href=\"#toc-4\">Baixar Mostbet Br No Android (apk) E Ios</a></li><li><a href=\"#toc-5\">Roleta</a></li><li><a href=\"#toc-6\">Apostas Ao Vivo Mostbet</a></li><li><a href=\"#toc-7\">Sexta-feira Das Vitórias Mostbet Rehabilitation Apostas</a></li><li><a href=\"#toc-8\">Verificação Sobre Identidade E Segurança Para</a></li><li><a href=\"#toc-9\">Apostas E Casino</a></li><li><a href=\"#toc-10\">Jogo Para Pôquer</a></li><li><a href=\"#toc-11\">Aplicativo X Site</a></li><li><a href=\"#toc-12\">Esportes Virtuais</a></li><li><a href=\"#toc-13\">Jogar E Instalar O Aplicativo Móvel Mostbet</a></li><li><a href=\"#toc-14\">Versão Móvel E Apps Android Os E Ios Mostbet</a></li><li><a href=\"#toc-15\">Apk Afin De Ios Da Mostbet</a></li><li><a href=\"#toc-16\">Apostar No Cybersport</a></li><li><a href=\"#toc-17\">Suporte Na Mostbet</a></li><li><a href=\"#toc-18\">Ios</a></li><li><a href=\"#toc-19\">Como Faço Pra Instalar O Aplicativo Mostbet Em Meu Dispositivo Android? </a></li><li><a href=\"#toc-20\">Registro De Conta Mostbet No Brasil</a></li><li><a href=\"#toc-21\">Os\" \"caça-níqueis Mais Populares No Meio Dos Jogadores Em 2025</a></li><li><a href=\"#toc-22\">Apostas Esportivas Ao Vivo</a></li><li><a href=\"#toc-23\">Código Promocional Mostbet</a></li><li><a href=\"#toc-24\">Apostas Grátis Aviator: Bônus Sem Depósito Perform Jogo Crash Mostbet</a></li><li><a href=\"#toc-26\">Características Live Casino</a></li><li><a href=\"#toc-28\">Jogo De Jackpot</a></li><li><a href=\"#toc-29\">Oferta Primeiro Depósito</a></li><li><a href=\"#toc-30\">Mostbet Esports</a></li><li><a href=\"#toc-31\">Promoções Semanais</a></li><li><a href=\"#toc-32\">Bónus De Boas-vindas Mostbet Pt</a></li><li><a href=\"#toc-33\">Aplicativo Da Mostbet</a></li><li><a href=\"#toc-34\">Métodos De Deposito E Depósito Inicial</a></li></ul></div><p>Os usuários tem a possibilidade de fazer um depósito utilizando o net banking, qualquer cartão Visa da Mastercard.  Considerando a emergente popularidade das carteiras eletrônicas, a Mostbet também oferece a new seus usuários some sort of possibilidade de produzir pagamentos através para carteiras eletrônicas.  O aplicativo de apostas móveis da Mostbets está disponível pra download e é utilizado em aparelhos móveis que executam os sistemas operacionais Android e iOS, assim como no ano de tablets.</p><ul><li> explorar suas excelentes atrações. </li><li>Você também terá a opção de participar sobre ligas de todo a terra em suas apostas esportivas. </li><li>Estas funcionalidades e políticas demonstram to compromisso da Mostbet em promover 1 ambiente seguro e responsável para operating system seus jogadores em Portugal. </li><li>Além de proteger seus dados pessoais, você também precisará fiar seu e-mail systems número de telefone com uma mensagem de verificação em virtude de o seu sign in. </li></ul><p>O atendimento ao cliente é rápido e eficiente para averiguar seus problemas.  O jogo responsável na MostBet é essential para as\" \"finanças pessoais de teus usuários.  O cassino tem as diretrizes e os regulamentos corretos para ser um local seguro e protegido em virtude de você jogar.  Para entrar no orden, você deve cumprir as restrições definidas para garantir to bem-estar dos usuários.</p><h2 id=\"toc-0\">Apostas Na Liga Dos Campeões 2025/26 Em Mostbet - Mercados, Previsões E Últimas Odds</h2><p>Há diferentes maneiras sobre se registrar durante telefone, e-mail ou mídia social.  Outra maneira de adquirir um bônus é usar o código promocional da Mostbet – BETBONUSIN.  Insira esse código no campo e você receberá um bônus, que pode solicitar um depósito sobre acordo com operating system termos.  Os bônus são o que os jogadores estão procurando e the Mostbet tem vários bônus para los dos os usuários.  Use o código promocional MostBet HUGE ao se registrar pra obter o mais interessante bônus de boas-vindas disponível.</p><ul><li>A maioria 2 programas de fidelidade da Bet são privilégios ativos electronic os clientes VIP desfrutam enquanto apostam nesta plataforma. </li><li>Considerando a emergente popularidade das carteiras eletrônicas, a Mostbet também oferece a seus usuários a possibilidade de produzir pagamentos através de carteiras eletrônicas. </li><li> caso dos saques, contando através da verificação sobre segurança, o processamento leva, no</li><li>As apostas tem a possibilidade de serem seguras quando os favoritos competem e também têm grandes chances. </li><li>Você fará sua intencionadamente se acha o qual o Jogador ganhará, ou o Banqueiro ganhará. </li></ul><p>Isso permite os quais os jogadores analisem suas apostas de forma prática, search engine optimization ter que procurar informações em outros sites.  Você pode apostar antes do início da partida, acessando os mercados de apostas ao listo.  Outra forma comum de apostar, em que você faz suas apostas saccage dos jogos, apresentando mercados disponíveis até 2 dias anteriormente ao evento <a href=\"https://mostbet-brasil-top.com/\">mostbet</a>.</p><h3 id=\"toc-1\">Informações Sobre Some Sort Of Mostbet Br</h3><p>A casa de apostas oferece acesso a apostas em mais de 40 modalidades esportivas.  A linha mais ampla é a do futebol, em que ligas de quase 80 países estão representadas.  Para obter informações atualizadas, é recomendável contarse em contato apresentando a equipe para suporte.  O principal objetivo da MostBet é oferecer uma experiência única elizabeth positiva.</p><p>Para aqueles em áreas restritas, pode servir necessário usar alguma VPN para visitar o site.  Já no caso de dispositivos iOS, um processo de get é mais tranquilo.  Os utilizadores podem aceder ao internet site da Mostbet através do navegador carry out seu iPhone systems iPad e determinar a opção para download para iOS.  Após seguir because instruções, a aplicação ficará disponível not any ecrã do mecanismo.  O “Express Booster” é uma promoção da Mostbet PT que oferece um bónus adicional aos jogadores que fazem apostas acumuladas (também conhecidas como apostas múltiplas ou “expresso”).  Além do bónus de depósito, operating system novos jogadores também podem receber o pacote de jogadas grátis em slots selecionadas, caso optem pelo bónus de casino.</p><h3 id=\"toc-2\">Detalhes De Contato Do Suporte Da Mostbet</h3><p>Os compradores que frequentam operating system cassinos brasileiros administrados pela Mostbet parecem apreciar este jogo em particular.  O pôquer ao vivo, um dos games mais populares em cassinos online, é uma das opções de apostas weil Mostbet.  Como todos eles são licenciados e administrados durante empresas de application conceituadas, todos operating-system jogos são controlad

https://t.me/RX1948 - 2025